Built with blockbuilder.org
Last active
May 30, 2016 07:01
-
-
Save hendrix0623/adc42ef893d45087fde25e7e1467c5d5 to your computer and use it in GitHub Desktop.
Five-star hotels annual income in Taipei
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hotel | y0000 | y2008 | y2009 | y2010 | y2011 | y2012 | y2013 | y2014 | y2015 | lon | lat | add | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
台北寒舍喜來登大飯店 | 0 | 2284739672 | 2116462177 | 2392306175 | 2559432961 | 2704907749 | 2813719414 | 2868330396 | 2723573005 | 121.52205400000003 | 25.0449723 | 台北市中正區忠孝東路一段12號 | |
台北君悅酒店 | 0 | 2686187539 | 2258704906 | 2478414432 | 2446115843 | 2058505486 | 1917871225 | 2502528914 | 2649780550 | 121.56259279999995 | 25.0356905 | 台北市信義區松壽路2號 | |
晶華酒店 | 0 | 2469997148 | 2501191897 | 2749108910 | 2885932223 | 3045064298 | 3153359626 | 3330169655 | 3297877523 | 121.52423999999996 | 25.0541874 | 台北市中山區中山北路二段39巷3號 | |
西華大飯店 | 0 | 889136584 | 795485760 | 890625245 | 870533116 | 921801542 | 956268431 | 975487956 | 1004454392 | 121.54568459999996 | 25.0580736 | 台北市松山區民生東路三段111號 | |
遠東國際大飯店 | 0 | 1717314916 | 1480692732 | 1740848689 | 1712157902 | 1696460224 | 1597077254 | 1426337763 | 1511309596 | 121.54900299999997 | 25.0268885 | 台北市大安區敦化南路二段201號 | |
台北威斯汀六福皇宮 | 0 | 1211457358 | 1045101996 | 1272318204 | 1262801729 | 1200895020 | 1292908897 | 1262353327 | 1447396354 | 121.54132860000004 | 25.0523025 | 台北市中山區南京東路三段133號 | |
台北寒舍艾美酒店 | 0 | 0 | 0 | 117587001 | 1201134020 | 1909784079 | 2115670871 | 1403243740 | 1379643183 | 121.56815000000006 | 25.038533 | 台北市信義區松仁路38號 | |
台北君品大酒店 | 0 | 0 | 0 | 283757879 | 1122791557 | 1257160199 | 1376642913 | 2188524990 | 2156537727 | 121.5168741 | 25.0494693 | 台北市大同區承德路一段3號 | |
台北W飯店 | 0 | 0 | 0 | 0 | 643906434 | 838849419 | 993208287 | 1086375186 | 1095885507 | 121.56586560000005 | 25.0406673 | 台北市信義區忠孝東路五段10號 | |
寒舍艾麗酒店 | 0 | 0 | 0 | 0 | 0 | 0 | 41345480 | 637465480 | 812983744 | 121.56748570000002 | 25.0389721 | 台北市信義區松高路18號 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.axis path, | |
.axis line { | |
fill: none; | |
stroke: grey; | |
shape-rendering: crispEdges; | |
} | |
.x.axis path { | |
display: none; | |
} | |
tick { | |
font-family: Agency FB Solid; | |
font: 10px; | |
fill: Steel | |
} | |
.tpecityarea { | |
stroke: black; | |
fill: #ddc; | |
stroke: white; | |
stroke-width: 1px; | |
text-shadow:2px 2px 3px #c0cfbc; | |
} | |
div.tooltip { | |
position: absolute; | |
text-align: center; | |
width: 160px; | |
padding: 2px; | |
font-family: "Agency FB" Solid; | |
font: 16px "Agency FB" Solid; | |
background: white; | |
border: 1px; | |
border-radius: 5px; | |
pointer-events: none; | |
font: 12px Agency FB Solid; | |
} | |
div.years_buttons div { | |
background-color: #ddc; | |
font-family: Microsoft JhengHei; | |
padding: 3px; | |
text-align: center; | |
width: 90px; | |
margin: 1px; | |
float: left; | |
font-size: .8em; | |
} | |
form { | |
position: absolute; | |
right: 10px; | |
top: 0px; | |
} | |
.title.text { | |
font-family: Agency FB Solid; | |
font: 16px Agency FB Solid; | |
fill: black; | |
} | |
text { | |
font-family: Agency FB Solid; | |
font: 9px; | |
fill: #074e67; | |
text-shadow:2px 2px 3px #c0cfbc; | |
} | |
text.area-label | |
{ | |
font-family: Agency FB Solid; | |
font: 10px; | |
fill: black; | |
text-shadow:2px 2px 3px #69675b; | |
} | |
text.bar-label | |
{ | |
font-family: Calibri; | |
font: 22px; | |
fill: white; | |
text-shadow:2px 2px 3px #69675b; | |
} | |
header { | |
background-color:#83B8DC; | |
color:white; | |
text-align:left; | |
padding:5px; | |
font-size: 20px; | |
} | |
.header img { | |
float: left; | |
width: 100px; | |
height: 50px; | |
background: #83B8DC; | |
} | |
section { | |
width:1000px; | |
float:left; | |
padding:10px; | |
} | |
footer { | |
background-color:#83B8DC; | |
color:white; | |
clear:both; | |
text-align:center; | |
padding:5px; | |
} | |
</style> | |
<body> | |
<head> | |
<title>Hotels Revenue</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<section> | |
<div class="radio"> | |
<input id="check2008" type="radio" name="income_years" value="2008"><label for="check2008">2008</label> | |
<input id="check2009" type="radio" name="income_years" value="2009"><label for="check2009">2009</label> | |
<input id="check2010" type="radio" name="income_years" value="2010"><label for="check2010">2010</label> | |
<input id="check2011" type="radio" name="income_years" value="2011"><label for="check2011">2011</label> | |
<input id="check2012" type="radio" name="income_years" value="2012"><label for="check2012">2012</label> | |
<input id="check2013" type="radio" name="income_years" value="2013"><label for="check2013">2013</label> | |
<input id="check2014" type="radio" name="income_years" value="2014"><label for="check2014">2014</label> | |
<input id="check2015" type="radio" name="income_years" value="2015"><label for="check2015">2015</label> | |
</div > | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-geo-projection/0.2.16/d3.geo.projection.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.20/topojson.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-tip/0.6.7/d3-tip.js"></script> | |
<script> | |
var margin = {top: 40, right: 10, bottom: 40, left: 10}, | |
width = 1140 - margin.left - margin.right, | |
height = 500 - margin.top - margin.bottom; | |
var color_table = | |
{"遠東國際大飯店" : "rgb(31 , 119, 180)", | |
"台北君品大酒店" : "rgb(174, 199, 232)", | |
"台北君悅酒店" : "rgb(255, 127, 14 )", | |
"台北威斯汀六福皇宮" : "rgb(255, 187, 120)", | |
"台北寒舍喜來登大飯店" : "rgb(44 , 160, 44 )", | |
"台北寒舍艾美酒店" : "rgb(152, 223, 138)", | |
"寒舍艾麗酒店" : "rgb(214, 39 , 40 )", | |
"晶華酒店" : "rgb(255, 152, 150)", | |
"西華大飯店" : "rgb(148, 103, 189)", | |
"台北W飯店" : "rgb(197, 176, 213)"} | |
/*地圖tooltip*/ | |
var div = d3.select("body").append("div") | |
.attr("class", "tooltip") | |
.style("opacity", 0); | |
/*projection類型*/ | |
var projection_tpe_area = d3.geo.mercator().center([121.620,25.04]).scale(210000); | |
/*宣告畫地理圖的方法,並把投影方式帶入*/ | |
var path = d3.geo.path().projection(projection_tpe_area); | |
/*千位數符號轉換*/ | |
var commaFormat = d3.format(','); | |
/*畫布*/ | |
var svg = d3.select("body").append("svg") | |
.attr("width", width) | |
.attr("height", height); | |
var x = d3.scale.ordinal() | |
.rangeRoundBands([1100, 500], .2); | |
var y = d3.scale.linear() | |
.range([350, 0]); | |
var xAxis = d3.svg.axis() | |
.scale(x) | |
.orient("bottom"); | |
var yAxis = d3.svg.axis() | |
.scale(y) | |
.ticks(20) | |
.orient("right") | |
; | |
//劃格線用Y | |
var axisYGrid = d3.svg.axis() | |
.scale(y) | |
.orient("right") | |
.ticks(10) | |
.tickFormat("") | |
.tickSize(500,0); | |
//劃格線Y | |
svg.append('g') | |
.call(axisYGrid) | |
.attr("transform", "translate(" + 390 + " ,100)") | |
.style("stroke", "rgba(0,0,0,.1)") | |
.style("fill","none"); | |
/*準備畫區界的資料*/ | |
d3.json("tpe_area.json", function(error, topology) { | |
if (error) throw error; | |
/*topojson解析資料*/ | |
var features_area= topojson.feature(topology, topology.objects["tpe_area_test"]).features; | |
/*畫台北市區界*/ | |
var tpe_area=svg.selectAll("path-area") | |
.data(features_area) | |
.enter().append("path") | |
.attr("d", path) | |
.attr("class", "tpecityarea"); | |
/*區界文字標籤*/ | |
svg.selectAll("path-area").data(features_area).enter() | |
.append("text") | |
.attr("class", "area-label") | |
.attr("transform", function(d) { return "translate(" +path.centroid(d)+ ")"; }) | |
.attr("dy", ".35em") | |
.attr("text-anchor","middle") | |
.attr("font-size","9pt") | |
.text(function(d){ | |
return d.properties.PTNAME.substring(3, 8);; | |
}); | |
/*準備畫旅館總營收資料*/ | |
d3.csv("hotel_income.csv", function(error, data) { | |
if (error) throw error; | |
/*bar chart的X、Y坐標軸設定*/ | |
x.domain(data.map(function(d) { return d.hotel; })); | |
y.domain([0, d3.max(data, function(d) { return +d["y2014"]/1000000; })]); | |
/*以hotel為key,整理csv資料成object型態*/ | |
var hotel_dataset = d3.nest().key(function(d){return d.hotel;}).map(data) | |
/*畫X軸、並設定偏移至svg右下*/ | |
svg.append("g") | |
.attr("class", "x axis") | |
.attr("transform", "translate(-120," + 380 + ")") | |
.style("font-size", "8px") | |
.call(xAxis) | |
.selectAll("text") | |
.attr("transform", "rotate(15)" ) | |
; | |
/*畫Y軸、並設定偏移至svg右下*/ | |
svg.append("g") | |
.attr("class", "y axis") | |
.style("font-size", "6px") | |
.attr("transform", "translate(" + 970 + " ,20)") | |
.call(yAxis) | |
.append("text") | |
.attr("y", 6) | |
.attr("dy", "2.71em") | |
.style("text-anchor", "end") | |
.text("百萬元"); | |
/*畫bar chart,綁group與餵資料*/ | |
var draw_bar = svg.append("g").attr("class", "bar").selectAll("bar").data(data); | |
var draw_bar_label = svg.append("g").attr("class", "bar.label").selectAll("text").data(data); | |
/*畫bar chart */ | |
draw_bar | |
.enter() | |
.append("rect") | |
.attr("class", ".bar") | |
.attr("transform", "translate(" + -120 + " ,15)") | |
.attr("x", function(d) { return x(d.hotel); }) | |
.attr("width", x.rangeBand()) | |
.attr("y", function(d) { return y(+d["y2008"]/1000000); }) | |
.attr("height", function(d) { return 350- y(+d["y2008"]/1000000); }) | |
//若為"遠東國際大飯店",標成紅色 | |
//.attr("fill", function(d,i) { return d.hotel=="遠東國際大飯店" ? "red":"steelblue" } ) | |
.attr("fill", function(d,i) { return color_table[d.hotel] } ) | |
.attr('fill-opacity', 1); | |
/*畫bar的數字標籤*/ | |
draw_bar_label | |
.enter() | |
.append("text") | |
.attr("class", "bar-label") | |
.attr("transform", "translate(" + -110+ " ,25)") | |
.transition() | |
.delay(500) | |
.duration(1000) | |
//設置標籤文字捕間動畫 | |
.tween("number", function(d) { | |
var i = d3.interpolateRound(0, +d["y2008"]/1000000); | |
return function(t) { | |
i(t)==0 ? this.textContent = "" :this.textContent =commaFormat(i(t)); | |
}; | |
}) | |
.attr("y", function(d) { return y(+d["y2008"]/1000000); }) | |
.attr("x", function(d){ return x(d.hotel); } ) | |
.attr("dx", -5) | |
.attr("dy", ".36em") | |
.attr("text-anchor", "right"); | |
var draw_circle=svg.append('g') | |
.selectAll('circle') | |
.data(data) | |
.enter() | |
.append("circle") | |
.attr("transform", function(d) { | |
return "translate(" + projection_tpe_area([ | |
d.lon, | |
d.lat | |
]) + ")"; | |
}).attr("r","2").attr("fill", "yellow"); | |
/*畫circle,綁group與餵資料(標示地點)*/ | |
var draw_circle_ctrl=svg.append('g') | |
.selectAll('circle') | |
.data(data) | |
.enter() | |
.append("circle") | |
.attr("transform", function(d) { | |
return "translate(" + projection_tpe_area([ | |
d.lon, | |
d.lat | |
]) + ")"; | |
}).attr("r","2").attr("fill", function(d,i) { return color_table[d.hotel] } ); | |
/*初始化資料,不畫營收圓圈大小*/ | |
var draw_0000 = | |
draw_circle | |
.attr("r", function(d,i) { | |
return d.y2008== 0 ? '2.5' : d.y2008/50000000; | |
} ) | |
//.attr("fill", function(d,i) {return d.properties.landmarkad=="6300003" ? 'red' : "steelblue" }) | |
.attr("stroke",function(d,i){ return d.hotel=="遠東國際大飯店" ? "red":" white"}) | |
.attr("stroke-width",function(d,i){ return d.hotel=="遠東國際大飯店" ? "2":" 1"}) | |
.attr("fill", function(d,i) { return color_table[d.hotel] } ) | |
.attr('fill-opacity', .75); | |
draw_circle | |
.on('mouseover', function(d, i) { | |
//tip顯示 | |
d3.select(this) | |
.transition() | |
.style("stroke-width",3); | |
div.transition() | |
.duration(300) | |
.style("opacity", 0.9); | |
div.html( d.hotel+"<br>" + commaFormat(Math.round(d.y2008/1000000))+" 百萬元" ) | |
.style("left", (d3.event.pageX) + "px") | |
.style("top", (d3.event.pageY - 50) + "px"); | |
d3.select(this).style('fill-opacity', .3); //控制bar的顏色透明度 | |
}) | |
.on('mouseout', function(d, i) { | |
//tip隱藏 | |
d3.select(this) | |
.transition() | |
.style("stroke-width", 1); | |
div.transition() | |
.duration(300) | |
.style("opacity", 0); | |
d3.select(this).style('fill-opacity', function(d){ return 0.5}); //控制bar的顏色透明度 | |
}); | |
//偵測radio的變化,並呼叫change() | |
d3.selectAll("input").on("change", change); | |
/////////////////////////// | |
//用draw_graphic畫各年度// | |
////////////////////////// | |
function draw_graphic(para_year) { | |
svg.selectAll("rect") | |
.data(data) | |
.transition() | |
.duration(1000) | |
.attr("transform", "translate(" + -120 + " ,15)") | |
.attr("x", function(d) { return x(d.hotel); }) | |
.attr("width", x.rangeBand()) | |
.attr("y", function(d) { return y(+d[para_year]/1000000); }) | |
.attr("height", function(d) { return 350 - y(+d[para_year]/1000000); }) | |
.attr("fill", function(d,i) { return color_table[d.hotel] } ) | |
.attr('fill-opacity', 1); | |
draw_bar_label | |
.transition() | |
.duration(1000) | |
.tween("number", function(d) { | |
var i = d3.interpolateRound(0, +d[para_year]/1000000); | |
return function(t) { | |
i(t)==0 ? this.textContent = "" :this.textContent =commaFormat(i(t)); | |
}; | |
}) | |
//.text(function(d) { | |
// return +d["y2008"]==0?"":commaFormat(+d["y2008"]); | |
// }) | |
.attr("y", function(d) { return y(+d[para_year]/1000000); }) | |
.attr("x", function(d){ return x(d.hotel); } ) | |
.attr("dx", -5) | |
.attr("dy", ".36em") | |
.attr("text-anchor", "right") | |
.attr("transform", "translate(" + -110+ " ,25)") | |
; | |
draw_circle | |
.transition() | |
.duration(1000) | |
.attr("r", function(d,i) { | |
return +d[para_year]== 0 ? '2' : +d[para_year]/50000000; | |
} ) | |
//.attr("fill", function(d,i) {return d.properties.landmarkad=="6300003" ? 'red' : "steelblue" }) | |
.attr("stroke",function(d,i){ return d.hotel=="遠東國際大飯店" ? "red":" white"}) | |
.attr("stroke-width",function(d,i){ return d.hotel=="遠東國際大飯店" ? "2":" 1"}) | |
.attr("fill", function(d,i) { return color_table[d.hotel] } ) | |
.attr('fill-opacity', .75); | |
draw_circle | |
.on('mouseover', function(d, i) { | |
//tip顯示 | |
d3.select(this) | |
.transition() | |
.style("stroke-width", 3); | |
div.transition() | |
.duration(300) | |
.style("opacity", 0.9); | |
div.html( d.hotel+"<br>" + commaFormat(Math.round(+d[para_year]/1000000))+" 百萬元" ) | |
.style("left", (d3.event.pageX) + "px") | |
.style("top", (d3.event.pageY - 50) + "px"); | |
d3.select(this).style('fill-opacity', .3); //控制bar的顏色透明度 | |
}) | |
.on('mouseout', function(d, i) { | |
//tip隱藏 | |
d3.select(this) | |
.transition() | |
.style("stroke-width", 1); | |
div.transition() | |
.duration(300) | |
.style("opacity", 0); | |
d3.select(this).style('fill-opacity', function(d){ return 0.5}); //控制bar的顏色透明度 | |
}); | |
} | |
function change() { | |
years = this.value; | |
if (years == "2008") {draw_graphic("y2008");} | |
if (years == "2009") {draw_graphic("y2009");} | |
if (years == "2010") {draw_graphic("y2010");} | |
if (years == "2011") {draw_graphic("y2011");} | |
if (years == "2012") {draw_graphic("y2012");} | |
if (years == "2013") {draw_graphic("y2013");} | |
if (years == "2014") {draw_graphic("y2014");} | |
if (years == "2015") {draw_graphic("y2015");} | |
} | |
}); | |
}); | |
</script> | |
</section> | |
</body> | |
</html> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"type":"Topology","objects":{"tpe_area_test":{"type":"GeometryCollection","bbox":[121.45059186787604,24.96221989684025,121.65766277436985,25.212092008828836],"geometries":[{"type":"Polygon","properties":{"AREA":8680713.9951,"PERF_ID":63001,"COUN_ID":"6300100","CPID":"63001","CPTID":"6300100","NPID":63001,"NPTID":6300100,"PNAME":"臺北市","TNAME":"松山區","PTNAME":"臺北市松山區","TM2_MAX_X":307700.2661,"TM2_MAX_Y":2774513.484,"TM2_MIN_X":303481.799,"TM2_MIN_Y":2771004.734,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[0,1,2,3,4]]},{"type":"Polygon","properties":{"AREA":11239985.0612,"PERF_ID":63002,"COUN_ID":"6300200","CPID":"63002","CPTID":"6300200","NPID":63002,"NPTID":6300200,"PNAME":"臺北市","TNAME":"信義區","PTNAME":"臺北市信義區","TM2_MAX_X":308929,"TM2_MAX_Y":2771607.624,"TM2_MIN_X":304932.23,"TM2_MIN_Y":2767001.8988,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[5,-3,6,7]]},{"type":"Polygon","properties":{"AREA":11353845.9289,"PERF_ID":63003,"COUN_ID":"6300300","CPID":"63003","CPTID":"6300300","NPID":63003,"NPTID":6300300,"PNAME":"臺北市","TNAME":"大安區","PTNAME":"臺北市大安區","TM2_MAX_X":306289.3901,"TM2_MAX_Y":2771142.1435,"TM2_MIN_X":301813.893,"TM2_MIN_Y":2766899.026,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[8,9,-4,-6,10]]},{"type":"Polygon","properties":{"AREA":13832788.6901,"PERF_ID":63004,"COUN_ID":"6300400","CPID":"63004","CPTID":"6300400","NPID":63004,"NPTID":6300400,"PNAME":"臺北市","TNAME":"中山區","PTNAME":"臺北市中山區","TM2_MAX_X":306901.611,"TM2_MAX_Y":2776289.296,"TM2_MIN_X":301534.1619,"TM2_MIN_Y":2771050.484,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[-10,11,12,13,14,-5]]},{"type":"Polygon","properties":{"AREA":7561081.2047,"PERF_ID":63005,"COUN_ID":"6300500","CPID":"63005","CPTID":"6300500","NPID":63005,"NPTID":6300500,"PNAME":"臺北市","TNAME":"中正區","PTNAME":"臺北市中正區","TM2_MAX_X":303385.2193,"TM2_MAX_Y":2771621.913,"TM2_MIN_X":300042.463,"TM2_MIN_Y":2767006.6112,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[15,16,17,18,-12,-9]]},{"type":"Polygon","properties":{"AREA":4790154.6469,"PERF_ID":63006,"COUN_ID":"6300600","CPID":"63006","CPTID":"6300600","NPID":63006,"NPTID":6300600,"PNAME":"臺北市","TNAME":"大同區","PTNAME":"臺北市大同區","TM2_MAX_X":301932.364,"TM2_MAX_Y":2775032.058,"TM2_MIN_X":300071.8341,"TM2_MIN_Y":2771409.1033,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[19,-13,-19,20,21]]},{"type":"Polygon","properties":{"AREA":7449694.5561,"PERF_ID":63007,"COUN_ID":"6300700","CPID":"63007","CPTID":"6300700","NPID":63007,"NPTID":6300700,"PNAME":"臺北市","TNAME":"萬華區","PTNAME":"臺北市萬華區","TM2_MAX_X":300930.537,"TM2_MAX_Y":2771576.7089,"TM2_MIN_X":297946.1856,"TM2_MIN_Y":2767079.0282,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[-21,-18,22]]},{"type":"Polygon","properties":{"AREA":31250288.0177,"PERF_ID":63008,"COUN_ID":"6300800","CPID":"63008","CPTID":"6300800","NPID":63008,"NPTID":6300800,"PNAME":"臺北市","TNAME":"文山區","PTNAME":"臺北市文山區","TM2_MAX_X":311767.451,"TM2_MAX_Y":2767856.276,"TM2_MIN_X":302712.099,"TM2_MIN_Y":2761721.963,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[-16,-11,-8,23,24]]},{"type":"Polygon","properties":{"AREA":21956733.3119,"PERF_ID":63009,"COUN_ID":"6300900","CPID":"63009","CPTID":"6300900","NPID":63009,"NPTID":6300900,"PNAME":"臺北市","TNAME":"南港區","PTNAME":"臺北市南港區","TM2_MAX_X":316368.366,"TM2_MAX_Y":2773274.228,"TM2_MIN_X":307474.304,"TM2_MIN_Y":2767464.195,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[-24,-7,-2,25,26]]},{"type":"Polygon","properties":{"AREA":31943878.2586,"PERF_ID":63010,"COUN_ID":"6301000","CPID":"63010","CPTID":"6301000","NPID":63010,"NPTID":6301000,"PNAME":"臺北市","TNAME":"內湖區","PTNAME":"臺北市內湖區","TM2_MAX_X":312551.438,"TM2_MAX_Y":2778850.607,"TM2_MIN_X":304847.968,"TM2_MIN_Y":2771842.202,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[-1,-15,27,28,-26]]},{"type":"Polygon","properties":{"AREA":61108131.4967,"PERF_ID":63011,"COUN_ID":"6301100","CPID":"63011","CPTID":"6301100","NPID":63011,"NPTID":6301100,"PNAME":"臺北市","TNAME":"士林區","PTNAME":"臺北市士林區","TM2_MAX_X":310499.718,"TM2_MAX_Y":2787753.339,"TM2_MIN_X":295722.1992,"TM2_MIN_Y":2774297.853,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[-14,-20,29,30,31,-28]]},{"type":"Polygon","properties":{"AREA":57384095.8813,"PERF_ID":63012,"COUN_ID":"6301200","CPID":"63012","CPTID":"6301200","NPID":63012,"NPTID":6301200,"PNAME":"臺北市","TNAME":"北投區","PTNAME":"臺北市北投區","TM2_MAX_X":306973.245,"TM2_MAX_Y":2789383.309,"TM2_MIN_X":295437.1,"TM2_MIN_Y":2776683.38,"MAX_X":0,"MAX_Y":0,"MIN_X":0,"MIN_Y":0},"arcs":[[32,-31]]}]}},"arcs":[[[5423,4552],[13,-26],[20,-51],[6,-27],[2,-23],[0,-6],[-2,-31],[-6,-32],[-6,-15],[-15,-21],[-9,-17],[-21,-42],[-2,-2],[-27,-40],[-29,-37],[-6,-11],[-3,-16],[0,-10],[2,-11],[10,-17],[17,-40],[13,-25],[6,-11],[14,-27],[12,-26],[14,-44],[3,-9],[6,-23],[3,-13],[0,-12],[4,-27],[3,-34],[0,-1],[2,-38],[0,-25],[0,-8],[1,-14],[5,-20],[6,-14],[17,-17],[7,-5],[9,-6],[11,-5],[12,-5],[21,-6],[20,-2],[17,0],[13,0],[30,2],[22,4],[24,6],[17,4],[25,5],[5,1],[6,2],[7,2],[9,2],[23,4],[3,0],[2,1],[33,6],[6,1],[35,4],[9,1]],[[5842,3705],[9,-28],[2,-9],[1,-8],[0,-16],[-1,-7],[-5,-8],[-12,-22],[0,-2],[-2,-2],[0,-2],[2,-4],[1,-5],[10,-7],[7,-7],[2,-10],[0,-2]],[[5856,3566],[-6,0],[0,2],[-2,0],[-62,-1],[-23,-1],[0,8],[-19,0],[0,-6],[-20,-1],[-20,-1],[-12,-1],[-3,0],[-10,0],[-16,0],[0,-1],[-3,-10],[-3,1],[-1,0],[1,8],[-1,2],[-6,0],[-34,0],[-9,0],[-39,0],[-23,0],[-45,0],[-12,0],[-11,0],[-15,0],[-21,0],[-17,2],[-28,-2],[-13,0],[-24,-3],[-6,-1],[-24,-4],[-2,0],[-6,-1],[-24,-5],[-27,-4],[-32,-7],[-6,0],[-6,-1],[-9,-2],[-47,-12],[-8,-2],[-4,0],[-15,-5],[-26,-8],[-23,-5],[-4,-2],[-32,-9],[-24,-8],[-6,-1],[-23,-7],[-36,-14],[-21,-8],[-5,-2],[-38,-14],[-3,-1],[-24,-9],[-20,-6],[-9,-3],[-9,-4],[-20,-6],[-33,-9],[-9,-3],[-1,-5],[0,-2],[0,-5]],[[4777,3387],[-7,-1],[-9,-2],[-3,0],[-21,-3],[-3,0],[-15,-2],[0,-1],[-32,-6],[-12,-2],[-4,0],[-11,-1],[-2,0],[-22,-4],[-2,0],[-15,-3],[-3,0],[-9,-1],[-3,0],[-6,-1],[-12,-1],[-3,0],[0,8],[-12,0],[-23,2],[-6,0],[-18,1],[-3,0],[-6,1],[-17,1],[-32,3],[-24,3],[-6,1],[-11,1],[-37,3],[-22,1],[-16,2],[-38,4],[-2,0],[-24,4],[-16,0],[-19,1],[-7,0],[-17,0],[-21,0],[-21,-2],[-23,-3],[-12,-1],[-27,-2],[-6,-1],[-11,2]],[[4106,3388],[0,20],[2,18],[0,18],[1,9],[0,4],[0,34],[0,14],[2,13],[0,11],[1,22],[0,13],[0,31],[2,17],[0,12],[1,37],[0,1],[2,57],[1,51],[0,2],[0,29],[0,28],[0,3],[2,25],[0,2],[0,11],[0,3],[0,17],[1,8],[0,37],[0,11],[0,19],[2,20],[0,10],[0,15],[0,33],[0,3],[0,12],[1,13],[0,10],[0,41],[2,37],[0,43],[1,45],[0,12],[-6,3],[-33,19],[-53,33],[-29,9],[-38,6],[-127,6],[0,21],[2,91],[0,1],[3,2],[21,-5],[121,-3],[101,-3],[34,-1],[278,-9],[8,39],[39,11],[9,3],[15,6],[5,2],[33,31],[0,97],[0,9],[55,-14],[24,-3],[50,-7],[53,-16],[15,-3],[53,-13],[38,-14],[9,-4],[48,-21],[9,-4],[28,-13],[15,-6],[48,-16],[27,-8],[32,0],[23,2],[21,3],[26,12],[92,53],[62,34],[38,17],[44,14],[12,2],[9,0],[9,-2],[9,-3],[11,-7],[9,-6],[10,-10],[16,-17],[12,-15],[6,-10]],[[5172,1911],[-19,43],[-7,20],[-3,6],[-3,3],[-2,3],[-3,3],[-27,14],[-9,5],[-6,2],[-15,12],[-5,3],[-4,4],[-2,3],[-14,23],[-1,4],[-2,3],[2,4],[0,9],[1,5],[-1,8],[0,4],[0,6],[-2,2],[0,2],[-1,5],[-2,5],[-1,5],[0,1],[-3,3],[-5,1],[-10,5],[-8,3],[-1,0],[-2,0],[0,1],[-1,0],[-2,2],[-1,2],[-8,9],[-6,11],[-12,16],[-3,4],[-2,1],[-7,8],[-23,15],[-6,3],[-8,6],[-3,3],[-9,7],[-10,10],[-3,5],[-3,9],[-5,8],[-6,10],[-3,7],[-1,2],[-2,1],[0,2],[-1,1],[-2,4],[-8,6],[-4,4],[-6,7],[-20,16],[-9,6],[-9,9],[-1,-2],[-2,1],[-21,15],[-9,9],[-2,0],[-24,19],[-9,6],[-23,19],[-6,4],[-3,3],[-13,10],[-3,2],[-5,3],[-12,10],[-30,25],[-2,0],[-4,3],[-26,22],[-11,7],[-3,2],[-12,9],[-20,16],[-1,2],[-15,11],[-8,7],[-6,5],[-36,28],[-2,0],[0,1],[2,0],[15,11],[0,1],[6,2],[24,19],[8,6],[18,14],[15,11],[9,6],[2,0],[9,8],[22,17],[8,4],[24,20],[8,5],[3,2],[12,9],[1,2],[3,2],[5,8],[18,23],[8,11],[3,3],[6,9],[6,8],[0,20],[0,28],[1,7],[0,35],[0,1],[2,9],[0,9],[0,38],[1,24],[0,17],[0,10],[2,7],[0,20],[0,2],[0,14],[0,4],[0,8],[0,18],[0,1],[1,11],[0,16],[2,13],[0,2],[0,18],[0,22],[0,3],[1,41],[0,15],[2,21],[0,43],[0,17],[2,24],[1,28],[0,35],[0,12],[2,18],[0,13]],[[5856,3566],[1,-24],[0,-1],[0,-13],[0,-3],[2,-5],[1,-8],[2,-4],[3,-5],[10,-9],[0,-1],[2,-3],[4,-6],[2,-4],[0,-3],[0,-37],[0,-15],[0,-14],[0,-10],[15,-11],[21,-16],[-9,0],[8,-18],[27,0],[0,-1],[24,-17],[9,-7],[11,-6],[0,-1],[9,-6],[9,-6],[0,-1],[17,-11],[18,-13],[9,-4],[12,-7],[9,-5],[23,-12],[21,-10],[6,0],[4,1],[13,4],[6,0],[1,-1],[9,-3],[8,-1],[13,3],[14,-25],[-1,-1],[-10,-2],[0,-2],[16,-32],[-3,-1],[6,-14],[13,3],[2,-5],[4,-13],[0,-2],[6,-9],[15,-24],[2,-1],[14,-4],[-2,-4],[3,-11],[3,-5],[8,-5],[12,-4],[9,-4],[3,-2],[3,-6],[6,-10],[3,-4],[2,-1],[0,-1],[-3,-2],[1,-2],[3,-4],[0,-3],[-3,-3],[-3,-12],[-5,-5],[-4,-5],[3,-6],[4,-11],[8,-11],[6,-4],[3,-1],[-1,0],[-2,-8],[-1,-7],[1,-8],[-9,-5],[0,-8],[3,-3],[3,-2],[9,-4],[3,-1],[3,-4],[3,-6],[3,-2],[8,-6],[7,-6],[5,-4],[3,-1],[6,-5],[8,-1],[1,-1],[5,-3],[3,-5],[1,-4],[2,-3],[18,-14],[18,-11],[6,-7],[6,-7],[6,-4],[8,-14],[-3,-8],[-11,-8],[-12,-11],[-1,-11],[-14,-11],[-8,-3],[-13,-2],[-9,-3],[-5,-1],[-7,2],[-5,-2],[-3,-1],[-3,-4],[-3,-4],[0,-2],[-5,-2],[-4,-1],[-8,-5],[-4,-2],[-6,-2],[-5,-1],[-3,-1],[-3,-5],[0,-3],[-3,-1],[-5,-1],[-3,-2],[-3,-1],[-6,-5],[-3,1],[-4,-5],[-8,-2],[-6,-1],[-6,-1],[-4,-1],[-3,-5],[-5,-8],[-6,-8],[-9,-7],[-5,-3],[-7,-7],[-8,-5],[-12,-8],[-12,-5],[-6,-4],[-3,-6],[-6,-5],[-5,-12],[-1,-5],[-2,-7],[-4,-13],[-3,-4],[-3,-2],[-5,-4],[-9,-7],[-1,-5],[-3,-8],[-2,-2],[-6,-5],[-3,-3],[0,-2],[-3,-2],[-6,-3],[-3,-3],[-3,-6],[-3,-4],[0,-5],[-5,-8],[-3,-5],[0,-5],[-3,-5],[2,-5],[0,-3],[-2,-4],[-1,-6],[-2,-4],[2,-4],[0,-4],[-2,-8],[0,-4],[0,-4],[-1,-11],[-5,-7],[-4,-6],[-8,-5],[-3,-3],[-3,-1],[-3,-1],[-3,-3],[-3,-2],[0,-4],[1,-3],[3,-5],[2,-1],[0,-10],[-2,-11],[-1,-6],[-2,-2],[-6,-9],[-4,-3],[-3,0],[0,-2],[-3,-6],[0,-3],[0,-11],[-2,-4],[0,-2],[0,-2],[-1,-3],[-8,-3],[-1,-1],[0,-7],[3,-7],[1,-3],[-1,-1],[-9,-1],[0,-4],[-2,-4],[-1,-3],[-8,2],[-6,3],[-5,-2],[-9,2],[-3,2],[-1,1],[-5,1],[0,1],[-6,-3],[-6,-6],[-9,-4],[-3,-2],[-6,-1],[-11,0],[-7,-2],[-6,-3],[-2,-4],[-3,-5],[0,-1],[-3,-5],[-3,-2],[-3,0],[-6,-3],[-4,1],[-5,-3],[-3,-3],[-3,-5],[-8,-6],[-4,-3],[-18,-8],[-2,-2],[-7,-1],[-8,-4],[-3,-5],[0,-6],[-3,-2],[-2,-2],[-6,-2],[-3,-4],[-1,-1],[-2,-2],[-4,-3],[1,-3],[-4,-3],[0,-1],[-5,-5],[0,-1],[-4,-3],[0,-3],[-3,0],[-2,1],[-3,0],[-3,-4],[-4,-1],[-11,-10],[-2,0],[-4,-1],[0,-2],[-6,-12],[-3,-6],[-5,-2],[-1,-4],[-2,-4],[-9,-10],[-3,-4],[-1,0],[-3,-5],[-5,0],[-6,-1]],[[5739,2152],[-3,3],[-9,-3],[-5,1],[-10,-1],[-15,3],[-8,1],[-10,4],[-11,4],[-3,0],[-3,-3],[-6,-7],[-8,-9],[-9,-4],[-9,-10],[-3,-2],[-6,-9],[-12,-5],[-17,0],[-1,1],[-8,1],[-6,-1],[-6,3],[-12,-3],[-2,1],[-7,1],[-6,2],[-6,1],[-5,-2],[-6,-1],[-4,-1],[-6,0],[-2,2],[-3,5],[-11,6],[-6,0],[-9,2],[-7,-2],[0,-1],[-9,-4],[-5,-3],[2,-3],[1,-2],[0,-1],[2,-2],[1,-4],[2,-2],[0,-5],[-11,-13],[-3,-2],[3,-1],[0,-3],[3,-2],[0,-3],[0,-3],[0,-3],[2,-6],[-2,0],[0,-3],[-3,-2],[0,-1],[-9,-4],[-6,-7],[-2,-1],[-7,-3],[0,-1],[-5,0],[-6,-2],[-1,-1],[-3,0],[-3,-3],[0,-7],[-2,0],[-21,-3],[-9,-6],[-9,-2],[-6,0],[-3,-2],[-3,0],[-8,-3],[-6,-6],[-6,-5],[3,-3],[-15,-20],[-3,-4],[-3,-3],[-9,-4],[-3,-2],[-6,-1],[-2,-1],[-4,0],[-2,-1],[-3,-1],[-4,-2],[-9,-6],[-5,-3],[-5,-1],[-7,-2],[-3,0],[-43,-26],[-16,-4],[-3,-1],[-5,-3],[-9,0],[-16,-5],[-3,-1]],[[3782,2033],[0,1],[-1,1],[-8,12],[-3,4],[-3,7],[-6,8],[-3,4],[-1,3],[-7,9],[-6,8],[-3,3],[-1,4],[-2,1],[-1,0],[0,1],[-2,2],[0,1],[-1,0],[0,1],[-2,0],[0,1],[-1,0],[0,1],[-3,5],[0,1],[-2,0],[0,1],[-1,1],[0,1],[-2,0],[0,1],[0,1],[-1,0],[-2,0],[0,1],[0,1],[-1,0],[-2,2],[0,1],[-1,0],[-2,3],[-1,0],[0,1],[-2,0],[0,1],[-3,2],[0,1],[-1,0],[0,1],[-2,0],[-1,1],[-2,0],[0,1],[0,1],[-1,0],[-2,2],[-2,0],[0,1],[-1,0],[-3,5],[-3,1],[-6,5],[-3,1],[-3,2],[-3,5],[-3,1],[-3,3],[-3,2],[-2,1],[-6,7],[-3,1],[-3,2],[-3,3],[-3,1],[-1,2],[-4,3],[-1,2],[-3,1],[-6,5],[-3,1],[-6,7],[-2,1],[-1,2],[-3,1],[-2,2],[-3,1],[-3,5],[-3,2],[-3,1],[-1,2],[-2,1],[-3,2],[-3,1],[-6,7],[-2,1],[-1,2],[-3,1],[-3,2],[-2,1],[-4,5],[-3,2],[-2,1],[-1,2],[-3,0],[0,1],[-2,2],[-3,1],[-3,5],[-3,1],[0,1],[-1,1],[-3,2],[-5,3],[-1,1],[-2,3],[-3,2],[-3,2],[-1,1],[-5,3],[-3,2],[-2,1],[-1,3],[-3,2],[-3,2],[-2,1],[-1,1],[-5,4],[-3,2],[-1,2],[-5,4],[-3,2],[-1,0],[-5,4],[-3,2],[-1,2],[-5,4],[-1,2],[-3,0],[-8,9],[-14,9],[-28,24],[-11,10],[-15,12],[-12,10],[-40,29],[-1,1],[-21,16],[-8,6],[-6,3],[-4,3],[-8,7],[-3,1],[-9,7],[-8,6],[-6,3],[-9,7],[-6,4],[-3,2],[-17,12],[-10,9],[-9,6],[-8,8],[-4,4],[-8,6],[-6,7],[-1,1],[-4,2],[-6,8],[-24,28],[-42,46],[-3,3],[-14,15],[-18,22],[0,1],[-11,11],[-16,18],[-3,4],[-17,18],[-1,4],[4,12],[2,6],[1,4],[3,13],[5,21],[0,1],[3,7],[3,14],[3,9],[1,9],[5,13],[0,1],[1,8],[2,2],[3,18],[0,3],[3,11],[3,11],[-2,6],[0,2],[13,17],[16,23],[8,12],[7,10],[14,19],[29,40],[1,-1],[14,-7],[15,-5],[15,-7],[24,-8],[3,-1],[28,-11],[6,-2],[27,-11],[1,-1],[8,-1],[3,0],[9,-1],[11,-1],[6,-1],[44,-6],[24,-2],[1,0],[32,-3],[3,-1],[6,0],[49,-2],[16,0],[58,-3],[3,0],[0,25],[0,17],[0,8],[0,22],[0,16],[1,15],[0,35],[2,46],[0,21],[0,12],[1,33],[0,14],[0,38],[2,48],[0,10],[0,50],[1,21],[0,1],[2,36],[0,14]],[[3578,3412],[4,-1],[43,-11],[15,-3],[24,-5],[3,-2],[8,-1],[21,-2],[5,0],[27,-1],[30,-2],[70,-2],[12,0],[57,-2],[37,-1],[19,0],[8,0],[62,3],[12,0],[12,2],[36,3],[2,0],[21,1]],[[5172,1911],[-3,0],[-11,-9],[-6,2],[-8,0],[-1,-1],[-3,-4],[-3,-4],[-3,-4],[-5,-8],[-3,-3],[-3,-4],[-1,0],[-2,-1],[0,1],[-12,5],[-5,1],[-6,2],[-4,1],[-15,8],[-5,1],[-1,3],[-5,6],[-4,-1],[-2,0],[-11,-4],[-21,1],[-3,2],[-10,3],[-8,3],[-3,4],[0,7],[-1,4],[-5,10],[-6,3],[-6,4],[-2,6],[-6,2],[-1,2],[-2,1],[-9,12],[-10,2],[-5,2],[-1,2],[-6,8],[-5,5],[-5,6],[-4,4],[-3,0],[-2,2],[-6,0],[-3,-1],[-3,0],[-7,-1],[-11,0],[-3,0],[-1,2],[-2,2],[0,1],[-5,6],[-3,5],[-1,3],[-2,3],[-3,4],[-3,2],[-1,1],[-8,7],[-3,4],[-3,2],[-3,4],[-3,6],[-1,2],[-2,2],[-6,1],[-4,2],[-14,5],[-8,4],[-1,2],[-9,6],[-6,5],[-11,2],[-4,0],[-9,1],[-14,0],[-11,-1],[-7,-1],[-8,-2],[-7,0],[-11,2],[-5,0],[-1,-4],[-3,-5],[-8,-2],[-10,-5],[-5,-8],[0,-1],[-7,-3],[-5,-1],[-4,0],[-11,6],[-3,-1],[0,-4],[-6,-10],[-9,-10],[-8,-1],[-7,-4],[-2,-4],[3,-9],[2,-3],[1,-4],[2,-5],[-2,-3],[-6,-1],[-15,-8],[-9,-4],[-6,-3],[0,-2],[-2,-6],[-9,-8],[-10,-7],[-14,-4],[-4,-1],[-13,-4],[-13,-4],[-3,0],[-20,11],[-13,8],[-8,4],[-12,8],[-3,2],[-9,-2],[-9,0],[-3,-2],[-15,3],[-14,5],[-12,3],[-3,1],[-5,-1],[-4,0],[-5,-2],[-6,-2],[-7,-2],[-4,0],[-4,2],[-6,2],[-11,0],[-7,-1],[-5,-3],[-10,-9],[-3,-2],[-5,0],[-12,0],[-9,-1],[-3,0],[-3,-1],[0,-1],[-14,-12],[-7,-5],[-14,-8],[-6,-5],[-9,-5],[-8,-3],[-7,-2],[-2,0],[-4,-1],[-12,-4],[-5,-3],[-6,-1],[-6,0],[-12,-1],[-8,-1],[-6,-2],[-3,0],[-6,-1],[-3,-1],[-6,-4],[-3,-2],[-9,0],[-18,3],[0,1],[-5,1],[-6,9],[-6,10],[-10,11],[-7,-5],[-13,-12],[-9,0],[0,1],[-15,0],[-11,0],[-1,-1],[-8,0],[-2,-1],[-4,0],[-2,-1],[-4,0],[0,-2],[-3,0],[-2,-1],[-1,0],[0,-1],[-3,0],[0,-1],[-5,0],[-3,2],[-4,1],[-5,-1],[-4,-1],[-5,0],[-3,2],[-9,5],[-12,3],[-5,0],[-3,1],[-4,0],[-5,1],[-4,1],[-5,1],[-4,0],[-5,1],[-5,1],[-4,2],[-5,0],[-4,1],[-9,0],[-3,1],[-5,0],[-4,1],[-5,2],[0,-3],[0,-4],[-4,-1],[-5,0],[-3,-1],[-18,0],[-9,0],[-5,-1],[-4,-1],[-8,-3],[-3,1],[-3,3],[-1,5],[-2,3],[-3,5],[-3,4],[-2,4],[-1,3],[-2,2],[-1,3],[-2,4],[-1,4],[-2,2],[-1,3],[-2,3],[-1,4],[0,4],[-3,5],[0,5],[-3,3],[0,2],[0,3],[-2,5],[-1,5],[-2,4],[0,4],[-1,3],[0,11],[-2,6]],[[3578,3412],[-2,0],[-9,2],[-89,21],[-5,1],[-60,15],[-83,20],[-2,0],[-4,1],[-5,1],[-56,16],[-18,4],[-35,6],[-7,2],[-20,2],[-26,1],[-23,1],[-10,1],[-2,0],[-53,1],[-57,2],[-21,0],[-14,0],[-14,2],[-27,4],[-4,0],[-11,6],[-17,7]],[[2904,3528],[14,9],[18,18],[0,1],[2,0],[7,12],[5,6],[6,7],[1,3],[5,9],[0,1],[5,12],[1,6],[0,4],[2,5],[0,5],[1,8],[0,2],[2,21],[0,6],[1,29],[3,0],[0,3],[2,1],[1,12],[0,6],[2,15],[0,1],[1,11],[0,1],[0,9],[0,4],[2,9],[0,8],[1,3],[0,12],[0,11],[2,6],[0,6],[0,5],[1,4],[0,6],[0,7],[0,6],[0,7],[2,13],[1,12],[0,1],[0,5],[2,19],[-5,0],[-1,1],[0,5],[6,0],[0,15],[1,2],[2,11],[0,9],[0,9],[0,12],[-2,6],[0,1],[-1,5],[-2,11],[-3,8],[-1,7],[-11,0],[-3,4],[0,4],[9,0],[-13,23],[-11,22],[-2,2],[-4,9],[-3,6],[-2,0],[-7,16],[-3,8],[0,4],[-5,0],[-3,7],[0,5],[-3,7],[-1,8],[-5,27],[0,1],[-1,3],[0,4],[3,16],[9,56],[1,12],[5,20],[0,5],[1,9],[3,19],[5,22],[3,12],[0,1],[1,6],[6,42],[2,17],[3,20],[1,0],[25,1],[-3,14],[-2,13],[-4,12],[1,7],[3,22],[0,3],[5,26],[4,12],[3,7],[0,3],[9,13],[20,34],[9,-4],[3,3],[6,6],[15,-19],[17,1],[-24,25],[6,8],[6,8],[7,10],[11,4],[21,34]],[[3101,4657],[9,-6],[20,-11],[6,-4],[9,-11],[30,-39],[11,-18],[9,-15],[21,8],[11,6],[12,12],[0,2],[0,5],[-2,7],[-4,12],[-23,50],[0,4],[2,4],[3,1],[1,0],[0,7],[-3,3],[-3,4],[-7,20],[-17,48],[-11,32],[-4,11],[-3,10],[0,4],[0,7],[3,9],[4,12],[25,27],[9,8],[12,-18],[9,-6],[6,1],[6,1],[9,2],[18,10],[17,10],[3,4],[0,4],[-2,4],[-1,5],[1,3],[32,30],[6,4],[6,5],[5,5],[13,8],[16,10],[19,21],[14,-8],[56,24],[9,3],[9,3],[14,3],[9,3],[4,3],[6,12],[2,6],[0,1],[12,11],[6,12],[12,5],[12,8],[11,4],[6,11],[0,9],[4,5],[6,9],[2,2],[9,1],[17,1],[9,5],[13,11],[20,19],[26,21],[10,11],[12,1],[3,5],[10,9],[4,3],[5,8],[6,4],[16,8],[12,5],[29,17],[32,7],[3,2],[24,11],[14,5],[12,7],[29,8],[10,3],[15,1],[20,-1],[23,-7],[19,-2],[23,0],[6,2],[14,-2],[13,1],[29,-4],[29,3],[18,-2],[2,0],[4,-4],[3,-1],[3,-3],[5,-3],[3,-4],[3,-4],[6,-7],[0,-3],[3,-5],[0,-2],[1,-3],[2,-5],[8,-7],[13,-1],[18,0],[14,0],[9,3],[8,3],[6,2],[15,0],[3,1],[7,1],[15,4],[10,0],[7,1],[17,0],[3,1],[6,5],[21,0],[21,5],[6,-3],[3,-1],[14,12],[9,15],[5,1],[7,1],[11,1],[6,5],[19,-1],[11,-2],[5,-3],[4,-1],[9,0],[8,1],[7,1],[5,3],[13,5],[10,5]],[[4500,5269],[6,-10],[24,-20],[9,-8],[6,-13],[3,-10],[11,-17],[1,-5],[14,-4],[19,-6],[5,-9],[3,-2],[0,-10],[30,-17],[6,-4],[8,-6],[1,0],[12,-4],[14,-3],[17,-3],[15,-4],[12,-1],[9,-3],[9,-2],[20,-4],[6,-4],[-12,-9],[-12,-12],[-2,-4],[-4,3],[-2,-24],[3,-2],[6,-6],[3,-3],[20,-18],[10,-11],[2,1],[5,-3],[6,-7],[3,-1],[24,-21],[3,2],[9,2],[6,2],[14,0],[6,-1],[7,-1],[3,0],[12,-2],[19,-3],[10,-5],[17,-4],[13,-4],[-1,-4],[0,-10],[6,-13],[6,-10],[3,-4],[9,-17],[9,-13],[11,-20],[10,-22],[9,-18],[11,-16],[12,-16],[14,-14],[12,-11],[7,-6],[29,-25],[21,-12],[6,-4],[23,-6],[18,-7],[31,-6],[25,-7],[15,-3],[25,-6],[30,-6],[1,0],[29,-8],[11,-3],[30,-6],[26,-8],[27,-9],[12,-7],[14,-12],[13,-13],[22,-26],[24,-30],[-20,-8],[-36,-11]],[[3782,2033],[-3,0],[-1,-1],[-5,0],[-1,-1],[-6,0],[-2,-1],[-4,0],[-2,-1],[-6,0],[0,-1],[-5,0],[-1,-1],[-6,0],[0,-2],[-6,0],[0,-1],[-5,0],[-1,-1],[-2,0],[-1,-1],[-2,0],[-1,-1],[-2,0],[-1,-1],[-2,0],[0,-1],[-3,0],[-1,-1],[-2,0],[-1,-1],[-2,0],[0,-1],[-3,0],[-1,-2],[-2,0],[-1,-1],[-2,0],[0,-2],[-2,0],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-2,0],[-1,-1],[-3,-1],[-2,-1],[-1,0],[-2,-1],[-4,-2],[-3,-1],[0,-1],[-5,-3],[0,-1],[-3,-1],[0,-1],[-3,0],[0,-1],[-3,-1],[-3,-1],[0,-1],[-3,-1],[0,-1],[-3,0],[0,-1],[-4,-3],[-2,-1],[-2,0],[-1,-1],[-3,-2],[-2,-1],[-1,-1],[-2,0],[-4,-1],[0,-1],[-3,-1],[-5,-2],[-1,-1],[-2,-2],[-1,0],[-2,-1],[0,-1],[-4,-2],[-2,0],[-1,-1],[-2,-1],[-3,-1],[-1,0],[-2,-1],[-1,-1],[-5,-2],[-3,-1],[0,-2],[-5,-2],[-1,0],[-3,-2],[-2,-1],[-1,-1],[-2,0],[-4,-1],[0,-1],[-3,-1],[-5,-2],[-1,-1],[-2,-2],[-1,0],[-3,-2],[-2,-1],[-1,-1],[-2,0],[-3,-2],[-1,0],[-2,0],[-1,-1],[-5,-2],[0,-1],[-3,0],[-1,-1],[-2,-1],[-21,-10]],[[3513,1919],[-2,2],[-33,26],[-18,8],[-23,12],[-24,15],[-2,1],[-10,0],[-2,2],[-4,0],[0,1],[-5,0],[-1,1],[-2,0],[-3,1],[-3,1],[-1,0],[-2,1],[-4,0],[-2,1],[-6,0],[-1,0],[-2,0],[-3,1],[0,1],[-3,0],[-2,1],[-1,0],[-2,1],[-1,1],[-3,0],[0,1],[-3,2],[0,1],[-3,1],[0,1],[-3,1],[0,1],[-3,0],[-3,1],[-2,0],[-1,1],[-5,0],[0,1],[-3,0],[0,1],[-3,0],[0,1],[-3,0],[0,1],[-3,0],[0,1],[-3,0],[0,2],[-3,1],[-3,1],[-6,3],[-3,1],[-3,1],[-3,1],[-3,1],[-3,3],[-6,4],[-5,3],[-3,1],[-3,1],[-4,3],[-2,1],[-4,4],[-2,1],[-1,0],[-2,1],[-3,2],[-3,1],[-2,1],[-1,0],[0,1],[-2,0],[0,1],[-1,0],[-2,1],[0,1],[-1,0],[-2,3],[-1,1],[-3,3],[0,1],[-2,0],[-4,4],[-20,7],[-17,12],[-10,5],[-23,22],[-6,4],[-26,19],[-30,25],[-20,16],[-15,12],[-15,14],[-3,1],[-7,10],[-2,1],[-7,8],[-7,8],[-3,3],[-7,10],[0,1],[-8,12],[-1,2],[-6,12],[-5,7],[-4,13],[-5,21],[0,7],[2,9],[3,8],[-2,1],[-35,21],[-9,7],[-6,3],[-1,1],[-22,11],[-4,2],[-21,8],[-14,7],[-33,10],[-14,5],[-3,0],[-21,8],[-20,6],[-7,3],[-29,10],[-3,0],[-21,1],[-35,3],[-29,7],[-6,1],[-21,4],[-15,3]],[[2611,2455],[-6,78],[0,14],[-17,0],[0,4],[-16,0],[-23,7],[-17,3],[-6,1],[-47,11],[-3,1],[-33,6],[-5,1],[-1,1],[-6,5],[-2,1],[-3,2],[-9,6],[-12,8],[-9,8],[-12,7],[-3,2],[-12,9],[-12,8],[-2,2],[-24,17],[-2,1],[-16,15],[-11,10],[-7,5],[-13,12],[-9,6],[-1,1],[-9,9],[-9,10],[-11,8],[-12,11],[-6,6],[-6,5],[-9,7],[-20,19],[0,5],[-1,16],[0,14],[-2,21],[27,42],[3,2],[6,12],[11,15],[9,15],[6,9],[11,16],[3,3],[0,1],[0,1],[-11,8],[8,5],[3,3],[18,15],[6,11],[9,14],[6,19],[5,8],[9,36],[-3,1],[-2,0],[-4,3],[-3,3],[0,5],[1,3],[0,3],[6,2],[6,17],[6,17],[12,31],[3,8],[8,18],[6,16],[3,8],[6,20],[9,24],[8,20],[1,2],[5,13],[10,29],[17,43],[12,35],[0,3],[3,3],[3,11],[6,16],[8,22],[7,19],[2,8],[3,5],[6,10],[9,5],[15,11],[8,4]],[[2493,3511],[9,4],[21,7],[9,1],[6,3],[5,5],[10,21],[14,30],[3,7],[64,-19],[6,-2],[-2,-2],[33,-5],[35,-7],[53,-8],[26,-7],[21,-4],[2,4],[21,-3],[0,1],[21,-2],[1,4],[35,-2],[15,-6],[3,-3]],[[2210,4713],[144,10],[30,1],[1,0],[29,14],[38,-3],[9,8],[0,1],[9,-1],[12,0],[23,2],[23,3],[-5,10],[-1,4],[4,2],[6,1],[8,-17],[18,8],[36,14],[8,3],[10,4],[20,10],[-9,23],[0,5],[6,2],[14,3],[27,-55],[38,12],[65,19],[21,-11],[67,-35],[7,-3],[38,-15],[12,-3],[9,-4],[14,-4],[39,-12],[26,-7],[4,-3],[28,-8],[30,-15],[6,-5],[27,-14]],[[2493,3511],[-5,8],[-9,5],[-4,1],[-8,0],[-6,-2],[-3,-1],[-5,-3],[-1,-4],[-2,-2],[-13,4],[-32,6],[-15,2],[-15,3],[-17,4],[-1,0],[-5,2],[-6,0],[-9,2],[-35,6],[-13,4],[-11,3],[-11,2],[-45,23]],[[2222,3574],[6,5],[1,2],[7,13],[6,12],[6,12],[4,10],[11,20],[9,17],[10,22],[8,18],[6,17],[2,9],[3,16],[3,13],[1,11],[2,21],[0,7],[1,13],[0,21],[0,9],[-3,17],[0,8],[-4,33],[-2,1],[-4,39],[-2,17],[-3,25],[-3,15],[-2,7],[-1,11],[-2,11],[-1,12],[0,14],[3,9],[12,33],[9,29],[5,11],[1,2],[5,13],[3,6],[4,7],[3,3],[0,4],[-1,11],[0,3],[-3,10],[0,8],[0,13],[0,3],[3,21],[0,6],[1,23],[-1,7],[0,4],[0,5],[-2,7],[2,9],[0,4],[3,9],[0,7],[0,10],[3,8],[0,16],[-2,14],[0,1],[-1,6],[3,13],[0,5],[1,11],[-1,16],[0,8],[-2,1],[-1,11],[0,1],[-2,14],[-1,8],[-3,8],[-6,10],[-2,1],[0,3],[-3,10],[-3,14],[-3,15],[-4,12],[-3,7],[-6,12],[-5,10],[-6,15],[-6,15],[-3,5],[0,1],[-6,13],[-5,9],[-1,2],[-8,16],[-10,16],[-8,13],[-9,19],[-9,13],[0,1],[-6,11]],[[2611,2455],[-9,1],[-35,3],[-20,0],[-21,-1],[-18,0],[-8,-2],[-30,-6],[-3,0],[-15,-4],[-15,-4],[-11,-3],[-1,0],[-26,-7],[-6,-4],[-9,-10],[-14,-9],[-15,-11],[-27,-27],[-12,-9],[-2,-6],[-9,-5],[-26,-25],[-10,-9],[-2,-2],[-1,-2],[-3,-1],[-3,-2],[-2,-1],[-3,-4],[-3,-2],[0,-2],[-4,-4],[-2,0],[-3,-3],[-7,-8],[-3,-3],[-2,0],[-3,-2],[0,-2],[-6,-7],[-2,-2],[-4,-3],[0,-2],[-6,-6],[0,-2],[-5,-3],[-1,-2],[-2,-4],[-1,-2],[-2,-2],[-3,-2],[0,-1],[-3,-3],[0,-2],[-3,-4],[0,-2],[-3,-2],[-1,-2],[-2,-2],[0,-1],[-1,-3],[-5,-4],[0,-2],[-3,-2],[-3,-2],[-2,-1],[-7,-9],[-3,0],[0,-1],[-3,-1],[0,-1],[-3,-1],[0,-2],[-3,-2],[0,-1],[-3,-1],[0,-1],[-5,-2],[0,-1],[-3,0],[0,-2],[-4,-2],[-2,-1],[-1,-1],[-2,-2],[-3,-2],[-1,-1],[-5,-2],[0,-1],[-3,0],[0,-1],[-5,-2],[-1,-1],[-6,-4],[0,-1],[-9,-4],[-6,-2],[-2,-1],[-3,-2],[-1,-1],[-2,-1],[-1,-3],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-5,-4],[0,-2],[-1,-2],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-3,-2],[-2,-1],[-1,-1],[-3,0],[-2,-1],[-1,0],[-3,-2],[-3,0],[-2,-1],[-4,0],[-3,-1],[-2,0],[-1,-1],[-2,0],[-3,-1],[-1,0],[-2,-1],[-3,0],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[0,-2],[-3,-3],[0,-2],[-1,-1],[-2,-2],[0,-3],[-3,-7],[-2,-3],[-1,-1],[-2,-2],[-1,-4],[-3,-3],[0,-2],[-3,-1],[-2,-1],[-1,-1],[-3,-2],[-3,-1],[-2,-2],[-3,-3],[-3,-2],[-3,-1],[-1,-2],[-5,-1],[-3,-2],[-1,-1],[-2,-2],[-3,-2],[-3,-1],[-1,-2],[-2,-1],[-3,-1],[-3,-1],[-2,-1],[-3,-2],[-4,-2],[-3,-3],[-3,-2],[-3,-2],[-3,-1],[-2,-1],[-3,0],[-1,-2],[-3,-1],[-2,-1],[-3,-2],[-3,-2],[-1,-1],[-3,-2],[-5,-2],[-3,-1],[-2,-1],[-3,-1],[-1,-1],[-3,-2],[-5,-3],[-3,-1],[-1,-2],[-3,-1],[-3,-1],[-3,-1],[-3,-2],[-3,-1],[-2,-2],[-3,-1],[-3,-2],[-3,-2],[-3,-2],[-3,-1],[-3,-1],[-3,-1],[-2,-1],[-1,-2],[-3,-1],[-3,-1],[-3,-2],[-2,-2],[-1,-1],[-3,-1],[-3,-2],[-3,0],[-3,-2],[-3,-2],[-2,-1],[-3,-1],[-3,-2],[-3,-2],[-1,-1],[-6,-2],[-2,-1],[-6,-1],[-3,-2],[-5,-2],[-4,-1],[-3,-2],[-15,-4],[-3,0],[-5,-1],[-12,0],[-3,-1],[-17,0],[-4,1],[-12,0],[-2,1],[-12,0],[-4,1],[-5,0],[-3,1],[-5,0],[-4,1],[-3,1],[-3,2],[-3,1],[-5,2],[-3,1],[-4,2],[-2,0],[-4,2],[-3,1],[-3,2],[-5,3],[-3,1],[-6,4],[-3,1],[-6,3],[-3,1],[-5,2],[-3,3],[-3,1],[-6,4],[-3,1],[-3,2],[-3,1],[-6,5],[-6,4],[-3,1],[-9,6],[-3,3],[-3,2],[-3,2],[-2,2],[-3,2],[-7,8],[-6,6],[-3,2],[-2,4],[-7,6],[-2,3],[-3,2],[0,4],[-3,3],[0,1],[-3,3],[-5,15],[-1,3],[0,3],[-2,5],[-1,7],[-2,3],[0,2],[-1,2],[0,2],[0,2],[0,4],[-2,2],[0,2],[-1,1],[0,2],[0,3],[0,3],[-3,4],[0,1],[0,2],[0,3],[-3,5],[0,2],[-3,5],[0,3],[-8,17],[0,3],[-4,7],[0,3],[-3,6],[-2,1],[0,3],[-1,2],[0,3],[-2,2],[0,2],[0,1],[0,5],[-1,3],[0,2],[-2,4],[-3,1],[0,2],[-3,2],[0,8],[2,1],[0,2],[1,2],[0,4],[2,4],[0,2],[1,1],[0,5],[0,3],[0,2],[0,2],[0,3],[0,3],[0,5],[0,4],[-1,2],[0,8],[0,2],[-2,1],[0,5],[0,3],[0,4],[-1,2],[0,4],[-2,2],[0,6],[0,2],[0,2],[-1,1],[0,3],[-2,3],[0,2],[0,2],[0,2],[-1,2],[-2,1],[0,6],[0,10],[0,3],[0,5],[0,3],[0,11],[0,9],[0,5],[0,5],[0,15],[0,4],[0,5],[0,5],[2,3],[0,5],[1,2],[0,8],[0,2],[0,6],[2,2],[0,5],[1,2],[0,6],[0,3],[0,5],[2,1],[0,7],[1,2],[0,6],[0,2],[0,2],[0,5],[2,3],[0,5],[0,3],[1,3],[0,3],[0,2],[0,2],[0,2],[0,6],[0,3],[0,3],[0,2],[-1,3],[0,2],[-2,2],[-3,2],[0,1],[0,1],[-3,3],[0,2],[-8,6],[0,1],[-1,1],[0,1],[-2,2],[0,1],[-3,4],[0,1],[-1,2],[0,1],[-3,1],[0,1],[-2,2],[0,1],[-1,1],[0,2],[0,1],[-2,0],[0,1],[-1,1],[0,1],[-2,2],[-1,1],[0,1],[0,1],[0,1],[-2,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[-2,1],[0,2],[0,2],[-1,1],[0,3],[-2,2],[0,4],[0,1],[0,4],[-1,1],[0,7],[-2,1],[0,2],[0,1],[0,3],[-1,1],[0,3],[-2,1],[0,1],[0,1],[0,1],[-3,2],[0,2],[-3,2],[0,2],[-1,2],[0,1],[-2,2],[0,1],[-1,2],[-2,0],[0,2],[-3,1],[-1,5],[-2,1],[0,2],[-3,2],[0,1],[-2,1],[0,1],[-1,2],[0,1],[-2,0],[-1,2],[0,1],[-3,3],[0,1],[-3,2],[0,1],[-3,4],[0,2],[-3,2],[0,2],[-2,1],[-1,1],[-2,1],[-1,4],[-3,3],[0,2],[-6,5],[-3,3],[-2,2],[-1,3],[-2,1],[-3,3],[-1,1],[-2,1],[-1,1],[-2,1],[-3,5],[-3,1],[-6,5],[-2,1],[-1,2],[-3,3],[-5,5],[-1,2],[0,1],[-3,3],[-2,2],[0,1],[-1,3],[-2,2],[-3,5],[0,2],[-3,2],[0,4],[-4,7],[-2,3],[-3,8],[-1,3],[-5,9],[0,2],[-3,2],[-3,7],[0,3],[-5,7],[-1,4],[-2,2],[-3,5],[-1,2],[-2,2],[-1,3],[-2,2],[-1,2],[-2,1],[-1,2],[-2,2],[-1,3],[-2,2],[-1,3],[-2,1],[-1,2],[-2,4],[-3,3],[0,2],[-3,2],[0,1],[-3,2],[0,2],[-3,2],[0,3],[-1,3],[-2,2],[-1,1],[-2,2],[-3,5],[-1,2],[-2,4],[-1,2],[-5,9],[0,3],[-3,5],[-2,3],[-1,3],[0,2],[0,1],[-2,2],[-1,3],[-3,7],[0,2],[0,2],[-2,2],[0,1],[-1,5],[0,2],[-2,2],[-1,2],[0,2],[0,2],[-2,4],[0,2],[-1,3],[0,3],[-2,2],[0,4],[-1,2],[0,2],[0,2],[0,2],[-2,4],[0,5],[0,1],[0,5],[0,8],[0,2],[0,5],[2,3],[0,3],[0,2],[0,2],[1,2],[2,4],[0,2],[0,2],[1,2],[0,2],[2,3],[0,3],[1,3],[0,2],[2,1],[0,3],[3,5],[0,3],[3,2],[0,1],[1,3],[5,5],[0,2],[4,3],[2,2],[2,2],[1,4],[2,2],[7,7],[2,2],[6,7],[1,2],[2,1],[4,4],[2,4],[3,4],[1,1],[5,4],[1,2],[2,3],[4,4],[5,3],[0,2],[4,5],[5,4],[3,3],[5,4],[1,3],[5,4],[1,1],[5,3],[3,2],[6,7],[1,1],[3,1],[5,4],[3,5],[3,1],[3,3],[0,1],[1,0],[3,2],[2,0],[0,1],[0,1],[2,1],[1,0],[2,3],[0,1],[1,0],[3,3],[0,1],[3,2],[2,0],[0,1],[1,2],[2,0],[0,1],[3,4],[1,0],[0,1],[2,2],[1,0],[0,1],[3,2],[0,1],[3,3],[2,0],[0,2],[1,2],[2,0],[0,1],[0,1],[3,2],[3,2],[1,1],[0,1],[2,2],[1,0],[2,3],[0,1],[1,0],[5,4],[1,0],[5,4],[2,2],[1,0],[2,3],[1,0],[0,1],[0,1],[2,0],[1,2],[2,0],[1,1],[2,0],[1,1],[2,1],[1,0],[6,4],[8,3],[3,1],[4,1],[3,1],[8,0],[4,1],[8,0],[17,0],[3,1],[3,0],[4,0],[5,0],[7,2],[16,0],[3,1],[18,0],[12,0],[4,1],[17,0],[3,1],[12,0],[5,1],[10,0],[5,2],[15,0],[5,1],[10,0],[5,1],[7,0],[5,1],[6,0],[3,1],[4,0],[5,1],[3,0],[4,1],[10,0],[4,0],[12,0],[3,1],[8,0],[3,1],[3,0],[3,1],[4,0],[5,1],[8,0],[4,1],[3,0],[5,1],[3,0],[4,2],[6,0],[3,1],[6,0],[3,1],[2,0],[3,1],[3,0],[9,2],[6,1],[5,4],[10,9],[8,5],[4,1],[5,3],[18,6],[5,2],[22,10],[8,2],[85,31],[28,11],[18,5],[2,3],[14,9],[12,10],[18,13],[7,5],[2,1],[9,10],[8,10],[10,9],[0,2],[11,9],[6,6],[15,13],[11,9],[6,6],[6,5],[18,14],[13,9],[0,1],[23,14],[9,6],[9,9],[11,12]],[[5739,2152],[3,-4],[3,-4],[3,-5],[3,-7],[6,-5],[3,-5],[3,-6],[3,0],[8,-3],[15,-5],[8,-4],[4,-1],[12,-2],[6,0],[2,-2],[-2,-1],[8,-6],[6,-3],[1,0],[5,-3],[4,-3],[7,0],[10,-3],[11,-3],[12,0],[1,-1],[2,0],[7,4],[17,9],[12,4],[21,5],[19,-1],[13,-1],[9,1],[6,2],[11,4],[3,4],[1,0],[13,3],[13,1],[12,2],[0,-1],[2,0],[4,-4],[5,-1],[3,-1],[4,0],[5,1],[8,1],[3,3],[1,2],[5,0],[4,1],[3,0],[3,-1],[35,12],[6,-1],[12,0],[8,1],[9,-1],[7,0],[5,1],[6,0],[1,1],[2,0],[3,-1],[2,-1],[3,0],[3,-3],[3,-1],[1,-1],[6,0],[3,1],[3,1],[5,5],[15,-2],[6,0],[4,1],[4,1],[4,2],[3,0],[5,-1],[4,1],[3,0],[3,1],[3,2],[8,5],[0,2],[4,1],[3,1],[5,1],[6,2],[6,1],[6,0],[5,-1],[6,-1],[7,-4],[5,0],[4,1],[5,2],[4,3],[5,4],[0,2],[4,0],[7,-1],[7,0],[5,1],[1,2],[3,2],[2,4],[13,-2],[12,16],[6,9],[7,4],[7,1],[26,-8],[15,-6],[3,0],[11,-3],[9,3],[6,0],[9,0],[6,1],[13,11],[23,24],[8,3],[24,2],[20,2],[4,0],[8,-23],[10,-9],[20,-8],[8,2],[7,4],[3,0],[11,-9],[13,-4],[5,-4],[12,6]],[[6697,2170],[-8,-11],[-1,-2],[-5,-8],[0,-7],[2,-7],[1,-4],[3,-4],[3,-10],[0,-4],[-1,-6],[-2,-5],[-3,-4],[-4,-6],[-8,-4],[-1,-1],[-9,-4],[-2,-1],[-1,-2],[0,-1],[-5,-4],[0,-1],[-6,-12],[-4,-5],[-3,-6],[-2,-4],[-3,-6],[5,-11],[1,-11],[-4,-23],[-10,-10],[-7,-13],[-3,-10],[-2,-6],[0,-8],[5,-5],[0,-5],[0,-4],[-6,-5],[0,-1],[0,-3],[-3,-5],[0,-2],[0,-1],[-3,-2],[-2,-1],[0,-2],[-3,-6],[0,-1],[2,0],[1,-2],[0,-1],[0,-5],[0,-4],[0,-1],[-3,-4],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[2,-2],[0,-3],[1,-1],[0,-1],[0,-3],[2,0],[0,-2],[1,0],[8,-6],[9,-13],[0,-12],[-2,-10],[-4,-23],[-3,-19],[0,-16],[1,-17],[2,0],[12,0],[15,9],[17,3],[16,0],[14,-4],[15,-8],[9,-11],[8,-4],[6,-4],[7,-8],[11,-9],[6,-5],[12,-12],[6,-3],[9,-4],[6,-4],[3,-5],[8,-6],[6,-8],[3,-5],[12,-13],[21,-28],[3,-15],[-4,-26],[0,-9],[3,-7],[-3,-26],[0,-12],[0,-3],[0,-1],[-9,-8],[-23,-12],[-6,-4],[-3,-6],[0,-3],[3,-3],[5,-4],[0,-5],[-14,-17],[-3,-20],[-2,-2],[-15,-6],[-18,-7],[-6,-6],[-3,-1],[-9,-14],[-6,-6],[-3,-10],[1,-10],[-1,-7],[-6,-11],[9,-12],[1,-2],[-1,-9],[-3,-9],[0,-1],[20,-8],[19,-5],[17,-13],[0,-6],[-3,-1],[-9,-6],[0,-1],[-5,-9],[0,-1],[0,-2],[8,-7],[0,-1],[-9,-16],[0,-3],[27,-12],[30,-15],[20,0],[1,-1],[2,0],[23,-12],[13,-7],[5,-7],[7,-29],[8,-23],[6,-13],[-6,-19],[-9,-11],[-30,-13],[-34,-6],[-18,-14],[-11,-18],[-3,-42],[2,-8],[30,-92],[-6,-22],[5,-20],[15,-52],[-3,-31],[-14,-19],[-48,-31],[12,-25],[9,-11],[9,-9],[5,-26],[89,-40],[44,-4],[60,-21],[50,-30],[11,-12],[53,8],[6,0],[69,-4],[14,7],[23,11],[16,0],[43,-11],[1,-2],[5,-9],[18,-2],[18,13],[3,2],[26,8],[8,-10],[13,-20],[49,-18],[21,-1],[13,-14],[32,16],[11,-10],[30,-25],[15,-9],[2,-10],[60,-33],[11,0],[47,-30],[31,7],[49,-20],[18,-14],[6,-24],[-10,-14],[-13,-15],[8,-31],[3,-29],[-77,-15],[-38,16],[-14,14],[-21,-11],[-12,-14],[-47,-14],[-9,-3],[-4,-23],[-6,-5],[-11,2],[-20,24],[-48,-8],[-29,-10],[-32,-23],[-50,-9],[-51,-28],[-50,-32],[-36,-26],[-31,-4],[-12,6],[-30,0],[-12,-8],[-3,0],[-32,8],[-35,-13],[-3,-10],[-6,-5],[-9,-2],[-9,7],[-50,-5],[-32,-33],[-15,-5],[-21,-15],[-74,-2],[-40,7],[-48,-32],[-9,0],[-65,-3],[-43,31],[-72,15],[-2,17],[-45,74],[-15,21],[-29,-6],[-36,-11],[-31,7],[-12,19],[-1,0],[-30,-8],[-17,-12],[-21,-9],[-5,-2],[-29,-5],[-4,-5],[-9,-7],[-18,-3],[-8,12],[-11,3],[-24,2],[-51,-4],[-38,-16],[-12,25],[0,1],[-11,11],[-19,12],[-26,8],[-77,7],[-3,0],[-9,-1],[-19,-4],[-19,10],[-44,12],[-53,24],[-20,23],[-25,11],[-4,0],[-18,-1],[-24,-10],[-27,-1],[-43,9],[-48,16],[-35,-11],[-15,-38],[-6,-25],[-15,-7],[-53,-44],[-47,7],[-24,11],[-38,0],[-50,-3],[-18,-6],[-18,2],[-23,-6],[-59,2],[-9,5],[-3,-1],[-17,-7],[-12,9],[-16,8],[-11,-3],[-18,-11],[-14,3],[-10,9],[-11,7],[-45,1],[-28,11],[-31,2],[-13,-2],[-6,-10],[-33,2],[-29,11],[-12,6],[5,15],[-9,31],[-8,11],[-12,6],[-15,-4],[-6,13],[-26,29],[-1,3],[-3,2],[-26,31],[3,8],[0,11],[-5,10],[2,6],[0,8],[-6,7],[-8,10],[-9,8],[-3,6],[-1,1],[0,4],[1,6],[0,21],[-4,14],[-2,5],[-1,6],[-2,3],[-2,2],[-7,11],[-5,3],[-4,5],[-3,6],[-2,2],[-4,2],[-5,4],[-4,5],[-5,4],[-6,4],[-6,4],[-6,4],[-6,2],[-5,2],[-1,2],[-2,7],[-1,4],[-3,7],[-3,5],[0,5],[-2,7],[-1,7],[-9,13],[-8,13],[-4,10],[-5,12],[0,4],[2,8],[3,5],[-2,1],[-1,3],[1,0],[6,1],[-1,2],[1,0],[6,7],[-20,4],[-1,0],[-23,6],[-9,3],[-9,2],[-6,4],[-1,0],[-5,5],[-6,3],[-3,5],[-3,6],[-6,11],[-3,7],[-2,3],[-6,19],[-1,6],[-11,31],[-6,17],[-1,4],[-2,2],[0,10],[0,4],[0,14],[0,12],[2,12],[1,7],[0,5],[2,2],[1,9],[3,12],[2,7],[1,5],[3,10],[2,4],[4,16],[5,19],[3,10],[4,13],[0,2],[3,11],[2,11],[-2,2],[-4,7],[-5,7],[-10,11],[-11,9],[-9,11],[-1,3],[-5,6],[-9,11],[0,1],[-5,4],[-6,7],[-10,7],[-11,8],[-6,4],[-4,0],[-5,2],[-6,1],[-8,1],[-4,-1],[-6,0],[-3,-1],[-2,-2],[-3,0],[-3,-1],[-6,-1],[-1,0],[-5,-4],[-3,-4],[0,-3],[2,-2],[0,-1],[1,-3],[3,-4],[3,-3],[2,-2],[1,-1],[0,-3],[2,-2],[0,-8],[0,-10],[0,-4],[-2,-5],[-6,-12],[-9,-11],[-35,-28],[-7,-6],[-23,-10],[-38,-11],[-23,-4],[-33,-7],[-12,-2],[-26,-1],[-21,0],[-20,1],[-4,7],[-8,4],[-3,1],[-36,14],[-3,13],[-2,48],[0,5],[2,8],[0,7],[0,3],[0,4],[0,2],[1,6],[0,4],[-1,7],[0,3],[0,1],[-2,6],[2,5],[-2,4],[0,4],[-1,2],[-3,10],[-3,3],[0,1],[-3,6],[-3,4],[-2,2],[-4,5],[-2,2],[-3,1],[-9,1],[-17,1],[-10,0],[-11,-1],[-7,-2],[-5,-1],[-4,-1],[-5,-1],[-4,-2],[-5,0],[-5,-1],[-4,0],[-5,-1],[-4,0],[-5,-1],[-4,0],[-5,-1],[-3,-1],[-6,-1],[-3,0],[-6,0],[-3,0],[-6,-1],[-9,0],[-3,-1],[-11,0],[-4,-1],[-3,0],[-5,-1],[-4,-1],[-5,0],[-4,-1],[-5,-2],[-5,-1],[-4,0],[-5,-1],[-1,0],[-3,-1],[-9,0],[-5,1],[-4,0],[-5,1],[-4,0],[-5,1],[-4,0],[-5,2],[-3,0],[-6,1],[-3,1],[-6,0],[-3,1],[-6,1],[-3,1],[-5,1],[-3,1],[-4,2],[-5,1],[-3,2],[-4,2],[-5,2],[-5,1],[-4,2],[-3,1],[-5,1],[-4,1],[-8,4],[-3,3],[-6,5],[-3,7],[-4,6],[-5,5],[-3,7],[-1,3],[-2,7],[0,4],[0,2],[0,4],[0,4],[2,3],[1,3],[3,6],[2,4],[1,4],[2,2],[1,3],[2,4],[1,4],[2,2],[1,3],[0,5],[3,3],[2,5],[1,2],[0,3],[0,2],[0,1],[0,2],[0,1],[0,2],[0,6],[2,2],[0,4],[-2,2],[0,6],[0,2],[0,3],[-1,1],[0,2],[-2,2],[0,1],[0,3],[0,2],[-1,1],[0,2],[-2,1],[0,2],[0,1],[0,2],[-1,3],[0,2],[-2,1],[0,2],[0,1],[-1,1],[-2,4],[-1,1],[-2,3],[0,1],[-3,4],[-1,2],[-2,1],[-1,5],[-2,1],[0,2],[-2,1],[-1,2],[-2,0],[-1,2],[0,1],[-3,5],[0,1],[-3,3],[-5,3],[-1,2],[-3,5],[-2,2],[-4,3],[0,2],[-2,1],[0,2],[-3,4],[-1,2],[-5,3],[0,2],[-12,12],[-1,0],[-2,2],[-3,2],[-6,4],[-3,0],[-2,1],[-6,0],[0,-1],[-1,0],[0,-2],[-2,0],[-1,-2],[0,-1],[-2,0],[0,-1],[-1,-1],[0,-1],[-2,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-2],[0,-2],[0,-2],[-1,0],[0,-2],[-2,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-1],[0,-2],[0,-1],[0,-2],[-1,0],[0,-2],[-2,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-4],[-2,-1],[0,-2],[-1,-2],[-3,-3],[0,-2],[-3,-4],[0,-1],[-2,-2],[0,-1],[-3,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[-2,-1],[0,-2],[0,-1],[-2,-1],[0,-2],[-3,-3],[0,-2],[-3,-3],[-1,-2],[0,-1],[-3,-3],[-3,-2],[0,-1],[-2,-3],[-1,-2],[0,-1],[-3,-2],[0,-1],[0,-1],[-2,-2],[-1,-1],[0,-1],[-3,-5],[0,-1],[-2,-1],[0,-1],[-4,-4],[0,-1],[-3,-4],[-3,-3],[-5,-3],[-1,-1],[-2,-1],[-4,-6],[-2,-2],[-3,-2],[-3,-2],[-2,-2],[-4,-5],[-3,-3],[-3,-3],[-2,-1],[0,-1],[-1,-1],[-2,-1],[0,-1],[-1,-1],[0,-2],[-3,-2],[0,-1],[-2,-1],[-1,0],[-2,-2],[-1,-1],[-2,0],[0,-1],[-1,0],[-2,-2],[-1,0],[-2,-1],[-1,-1],[-2,0],[0,-2],[-1,0],[-2,-1],[-1,-1],[-2,0],[-3,-1],[-1,-1],[-2,0],[0,-1],[-3,0],[0,-1],[-2,0],[-1,-1],[-3,-1],[-2,-2],[0,4],[2,0],[0,2],[0,1],[0,2],[1,1],[0,3],[2,1],[0,3],[0,1],[0,2],[1,1],[0,2],[2,1],[0,4],[0,1],[0,3],[2,0],[0,14],[-2,2],[0,2],[0,2],[0,3],[-2,3],[0,2],[-1,1],[0,2],[0,3],[0,5],[-2,3],[-1,1],[0,2],[-2,5],[-4,4],[0,2],[-6,5],[-3,1],[-3,3],[-3,4],[-2,1],[-6,5],[-1,3],[-2,1],[-1,2],[0,2],[1,2],[0,2],[3,2],[2,5],[1,3],[0,1],[3,2],[2,7],[1,3],[2,3],[3,4],[0,6],[0,2],[0,4],[0,2],[0,6],[0,8],[0,9],[0,8],[0,6],[0,2],[-2,2],[-1,4],[0,2],[-2,3],[-1,1],[0,1],[0,3],[-5,10],[-1,3],[-5,9],[0,2],[-1,2],[0,2],[-2,3],[0,3],[0,2],[0,1],[-1,0],[0,2],[-2,0],[0,2],[0,1],[0,1],[-3,3],[0,1],[0,1],[0,1],[-1,1],[0,1],[-2,0],[0,2],[0,1],[0,1],[-1,1],[0,3],[-2,1],[0,2],[0,1],[0,2],[-1,1],[0,2],[-2,1],[0,5],[0,1],[0,4],[-2,1],[0,5],[-1,2],[0,6],[0,8],[-6,5],[-6,8],[-2,6],[-1,5],[6,19],[3,6],[6,13],[0,2],[1,2],[0,6],[2,3],[2,1],[1,4],[2,1],[0,3],[0,4],[0,1],[1,1],[2,4],[1,1],[0,2],[3,4],[2,2],[4,3],[0,7],[14,16],[9,8],[17,12],[19,9],[12,3],[12,7],[6,4],[7,3],[10,12],[3,0],[0,1],[8,6],[9,6],[4,1],[2,0],[6,10],[1,2],[0,3],[-12,21],[-9,17],[-13,22],[-14,24],[-15,27],[-3,8],[-14,19],[0,1],[-9,14],[-14,18],[-16,20]],[[5842,3705],[3,1],[32,4],[3,0],[16,3],[2,1],[38,4],[12,1],[44,7],[7,2],[2,0],[59,13],[6,1],[1,1],[34,8],[27,8],[21,5],[3,2],[23,10],[18,9],[18,7],[14,7],[12,7],[27,17],[3,3],[37,22],[1,1],[11,9],[12,10],[24,19],[1,2],[14,12],[3,2],[11,7],[3,2],[24,18],[29,21],[7,5],[35,13],[29,13],[10,2],[28,6],[24,-2],[23,-4],[13,-2],[26,-8],[9,-2],[20,-4],[6,-2],[42,-14],[2,0],[28,-9],[11,-1],[15,-1],[26,0],[21,0],[23,-1],[32,6],[43,9],[50,5],[3,0],[43,5],[48,3],[8,1],[83,11],[5,0],[48,7],[33,10],[2,1],[21,8],[35,13],[21,17],[1,0],[22,16],[27,23],[20,15],[10,12],[3,6],[6,9],[3,5],[6,9],[17,21],[20,11],[19,6],[23,2],[27,-3],[12,-2],[8,-1],[29,-7],[13,-5],[28,-7],[1,0]],[[7605,4146],[2,-1],[45,-13],[29,-10],[48,-14],[26,-13],[36,-20],[20,-21],[21,-20],[24,-26],[8,-12],[12,-26],[27,-44],[12,-14],[28,-33],[4,-5],[-29,-9],[-4,3],[0,1],[-3,2],[-8,0],[-3,-2],[-53,-36],[-6,-4],[-6,-8],[-3,-4],[-4,-8],[-2,-4],[3,-20],[3,-14],[0,-8],[-4,-7],[-5,-9],[-9,-9],[-15,-8],[-20,-11],[-53,-27],[-32,-16],[-19,-10],[-35,-17],[-6,-3],[-12,-6],[-6,-4],[-2,-1],[-3,-1],[-1,-2],[-3,-6],[-2,-4],[0,-4],[0,-3],[2,-13],[7,-50],[5,-17],[4,-21],[11,-23],[1,-1],[6,-11],[19,-27],[27,-41],[18,-27],[29,-42],[9,-14],[6,-6],[3,-3],[23,-14],[4,-4],[6,-4],[5,-8],[4,-5],[12,-17],[23,-29],[3,-4],[30,-31],[12,-8],[16,-5],[1,0],[18,-2],[2,0],[3,-1],[6,-2],[9,-6],[6,-3],[8,-5],[6,-5],[30,-21],[21,-14],[6,-8],[14,-19],[6,-4],[1,-1],[11,-2],[27,8],[11,1],[12,0],[20,-5],[4,-6],[26,-17],[33,-5],[20,-1],[10,-3],[29,-8],[29,-15],[4,-5],[3,-7],[6,-41],[8,-2],[12,3],[44,14],[24,2],[29,9],[18,1],[20,2],[9,-3],[11,-16],[7,-24],[14,-4],[7,1],[8,4],[6,5],[7,-1],[17,-9],[20,-10],[24,-5],[24,-6],[17,-6],[1,0],[46,-13],[18,-23],[12,-6],[11,-7],[30,-17],[10,-6],[5,-5],[9,-5],[26,-6],[6,-3],[17,-3],[13,-6],[18,-9],[23,-3],[8,-1],[12,-10],[6,-2],[6,-1],[7,-5],[17,-9],[15,-9],[18,-11],[14,-11],[18,-6],[12,0],[14,0],[1,0],[5,0],[7,-3],[8,-3],[9,-2],[12,-4],[8,-6],[4,-2],[12,-6],[3,-2],[0,-9],[0,-3],[-1,-2],[-2,-2],[0,-2],[-1,-2],[0,-7],[1,-2],[2,-2],[6,-7],[3,-2],[3,-1],[5,0],[7,1],[6,1],[2,1],[18,10],[6,1],[9,5],[6,4],[3,1],[6,0],[3,-2],[6,-8],[8,-4],[6,-5],[6,-5],[12,-1],[6,0],[3,2],[12,4],[6,0],[5,-1],[3,-2],[7,-3],[14,-8],[6,-3],[5,-1],[4,0],[6,1],[11,2],[6,1],[3,4],[3,1],[1,0],[5,-1],[6,-4],[5,-2],[4,0],[3,1],[9,7],[6,4],[2,1],[3,0],[4,-3],[8,-4],[4,-4],[8,-1],[1,-2],[5,-3],[5,-2],[7,0],[3,1],[5,1],[3,0],[1,-1],[5,-2],[12,0],[6,2],[1,1],[7,4],[4,1],[8,1],[1,2],[2,1],[3,5],[1,0],[3,1],[5,-1],[3,-1],[4,-2],[3,-3],[2,0],[1,-2],[3,-1],[5,0],[3,1],[3,2],[3,0],[0,-2],[5,-2],[1,-2],[2,-2],[1,-2],[3,-3],[2,0],[6,2],[1,1],[5,3],[3,1],[3,1],[21,0],[3,1],[12,4],[3,1],[0,1],[12,0],[9,3],[5,2],[0,2],[3,3],[4,2],[3,1],[2,0],[5,2],[1,1],[2,1],[4,4],[3,5],[0,1],[0,4],[0,1],[0,1],[3,7],[6,4],[2,1],[6,0],[0,1],[6,2],[6,2],[6,2],[6,3],[9,2],[3,2],[6,1],[3,1],[3,0],[3,1],[2,2],[1,1],[5,0],[3,1],[1,0],[3,3],[5,2],[6,6],[6,7],[3,0],[2,1],[4,2],[5,1],[9,2],[6,2],[4,2],[2,0],[3,2],[3,0],[1,1],[8,5],[3,2],[3,0],[3,1],[3,1],[6,2],[3,2],[6,0],[6,1],[2,-1],[3,0],[1,-2],[2,-2],[1,-1],[3,0],[2,-1],[1,1],[5,2],[6,0],[6,-1],[3,-1],[2,0],[6,-3],[3,0],[4,-1],[8,-1],[21,0],[4,-1],[7,-1],[6,0],[16,-10],[21,-11],[13,0],[3,-1],[10,-3],[6,-3],[3,0],[15,3],[8,2],[9,2],[8,2],[4,1],[6,3],[5,1],[3,2],[0,-2],[0,-2],[-5,-5],[-3,-3],[0,-4],[-1,-4],[-2,-4],[0,-2],[0,-1],[-3,-4],[-3,-4],[-3,-4],[-1,-2],[-2,-2],[-6,-6],[-9,-5],[-3,-3],[-11,-13],[-1,-3],[1,-13],[5,-30],[7,-21],[14,-14],[0,-4],[-1,-5],[-8,-7],[-3,-9],[-6,-17],[-2,-12],[-1,-5],[-2,0],[-9,-6],[-18,-7],[-1,-2],[-2,-4],[-3,-11],[-1,-10],[-2,-10],[-2,-3],[-3,-2],[-1,-1],[-6,-2],[-12,-6],[-3,0],[-2,-1],[-3,0],[-3,-1],[-6,-1],[-3,-1],[-1,-1],[-3,-1],[-17,0],[-5,1],[-3,1],[-10,1],[-12,4],[-17,4],[-14,2],[-6,2],[-12,3],[-10,3],[-16,0],[-21,0],[-10,0],[-32,0],[-26,-1],[-6,0],[-10,-1],[-11,-3],[-8,-3],[-3,-1],[-4,-1],[-8,0],[-6,2],[-13,6],[-8,3],[-21,6],[-17,3],[-16,2],[-19,-3],[-1,0],[-14,7],[-9,3],[-12,5],[-3,0],[-8,3],[-6,1],[-13,5],[-9,3],[-11,2],[-3,1],[-3,0],[0,-1],[-3,0],[-8,-3],[-9,-2],[-13,-5],[-14,0],[-20,-2],[-6,-2],[-3,0],[-4,0],[-9,0],[-8,-3],[-9,-2],[-10,-3],[-5,0],[-9,2],[-9,0],[-2,1],[0,4],[-1,1],[-2,1],[-13,0],[-6,-1],[-8,-1],[-6,-1],[-14,-2],[-13,-8],[-9,-4],[-5,-7],[-3,-6],[-4,-5],[-2,-3],[-4,-1],[-7,-4],[-4,-8],[-17,-5],[-30,-19],[-18,-11],[-6,-2],[-9,-8],[-5,-2],[-9,0],[-9,1],[-12,3],[-8,3],[-7,0],[-5,18],[-3,12],[-6,5],[-12,13],[-9,9],[-8,5],[-10,8],[-8,8],[-6,6],[-6,3],[-9,3],[-8,0],[-9,0],[-7,0],[-9,1],[-12,9],[-11,4],[-6,2],[-5,-2],[-12,-5],[-15,-6],[-15,-2],[-17,0],[-9,-5],[-19,-10],[-9,-5],[-17,-6],[-26,6],[-10,1],[-14,0],[-6,2],[-14,6],[-7,-1],[-8,0],[-12,-1],[-18,0],[-11,4],[-15,12],[-35,-17],[-16,-1],[-18,-8],[-6,-1],[-8,9],[-3,2],[-8,8],[-7,10],[1,8],[-6,-4],[-16,-2],[-11,-7],[-23,17],[-24,12],[-4,9],[-2,3],[-9,1],[-14,-6],[-13,7],[-3,12],[-8,4],[-18,6],[-35,2],[-23,-30],[-13,-8],[-9,-12],[-14,-31],[0,-16],[-1,-3],[-3,-7],[-5,-27],[-7,-6],[-13,-3],[-1,-24],[-6,-9],[-15,-7],[-8,-16],[-12,-14],[-6,-13],[-24,-20],[-14,-1],[-7,-6],[-8,-5],[-6,0],[-27,27],[-31,-9],[3,-9],[0,-10],[-13,-21],[-17,-5],[-18,0],[-20,-26],[-22,4],[-31,-10],[-6,-2],[-9,-3],[-7,-6],[-8,-6],[-3,-12],[0,-1],[0,-2],[0,-2],[-3,-1],[-6,0],[-11,2],[-12,6],[-7,6],[-2,2],[-6,2],[-4,1],[-8,2],[-7,3],[-5,5],[-6,4],[-3,2],[-18,4],[-20,7],[-17,10],[-19,6],[-23,-1],[-11,-4],[-9,-10],[-18,-2],[-18,7],[-36,6],[-18,0],[-55,40],[-14,14],[-6,0],[-13,-6],[-8,-1],[-19,7],[-13,-12],[-10,-9],[-17,1],[-33,1],[-15,-14],[-5,10],[-9,6],[-18,11],[-3,-7],[-5,-4],[-10,-2],[-6,2],[-20,12],[-12,6],[-18,4],[-20,-4],[-12,1],[-11,-11],[-3,-13],[-6,-2],[-7,-3],[-11,1],[-21,6],[-27,8],[-30,4],[-17,-7],[-17,-4],[-15,2],[-14,8],[-10,4],[-15,-12],[-29,-6],[-58,5],[-18,-16],[-9,-23],[-3,-17],[-4,-10],[-3,-8],[-5,-6],[-1,-5],[-5,-5],[-1,-2],[-2,-1],[-9,-9],[-3,-1],[-3,-1],[-5,-1],[-3,-1],[-4,-1],[0,-1],[0,-2],[3,-2],[6,-4],[1,-1],[2,-2],[0,-1],[1,0],[2,-4],[0,-5],[1,-2],[0,-1],[-1,-2],[-2,-4],[0,-1],[2,-3],[1,-2],[-1,-1],[0,-2],[-2,-1],[-6,-4],[-3,-2],[-1,-2],[-3,-5],[0,-2],[-2,-1],[-12,-7],[-10,-2],[-8,1],[-3,0],[-8,3],[-12,7],[-6,3],[-3,0],[-1,-1],[-17,-7],[-11,-4],[-10,-2],[-6,-3],[-5,-1],[-3,-4],[-6,-3],[-6,-2],[-3,-1],[-7,-1],[-7,-2],[-10,0],[-5,1],[-6,1],[-9,2],[-4,0],[-5,0],[-6,-1],[-3,-1],[-6,1],[-9,0],[-6,1],[-12,1],[-8,1],[-10,1],[-2,0],[-1,-1],[-3,-2],[-2,-2]],[[4500,5269],[4,10],[5,7],[12,-3],[15,0],[9,0],[11,1],[13,2],[9,-5],[14,2],[15,4],[8,2],[3,3],[3,10],[-2,13],[-1,17],[0,2],[1,3],[5,8],[1,2],[9,4],[20,0],[11,0],[7,2],[11,8],[27,15],[3,1],[0,1],[6,1],[3,9],[2,9],[3,6],[4,8],[0,6],[0,5],[3,6],[3,3],[6,2],[6,1],[8,-1],[18,0],[9,1],[-3,3],[0,5],[0,8],[2,6],[0,8],[-2,2],[-1,5],[3,5],[1,7],[3,3],[6,4],[3,6],[6,6],[5,6],[0,4],[1,4],[9,8],[6,4],[5,0],[6,-2],[17,-9],[9,-2],[4,-1],[3,1],[5,-1],[7,0],[5,-1],[3,0],[9,1],[9,4],[3,1],[3,-5],[8,-1],[19,-4],[5,-1],[3,-3],[3,-1],[18,0],[3,-1],[3,0],[8,-2],[6,1],[3,2],[6,4],[3,2],[8,4],[12,12],[4,2],[5,4],[7,-3],[8,-1],[9,0],[9,1],[6,2],[6,-1],[18,-2],[2,0],[4,1],[3,3],[5,5],[3,1],[5,2],[4,2],[3,2],[3,1],[9,1],[6,0],[11,1],[15,3],[6,1],[6,-1],[5,0],[4,-2],[2,0],[4,2],[6,3],[8,0],[3,-1],[4,0],[6,2],[5,2],[6,0],[2,2],[1,1],[3,6],[-1,9],[-2,4],[5,4],[3,2],[1,3],[2,5],[1,2],[0,1],[5,5],[0,3],[0,5],[3,9],[1,6],[0,8],[5,10],[9,0],[9,4],[11,10],[19,14],[3,4],[0,4],[-1,8],[-2,11],[-3,7],[0,2],[6,6],[6,10],[3,4],[14,14],[3,3],[3,7],[0,2],[3,4],[3,2],[5,7],[1,5],[2,6],[4,2],[6,3],[11,10],[9,4],[9,9],[14,5],[12,4],[12,5],[6,1],[17,5],[16,1],[15,2],[8,1],[12,4],[12,4],[8,5],[0,3],[10,9],[6,2],[6,2],[8,2],[1,-5],[6,-2],[8,-1],[21,4],[21,6],[8,1],[8,1],[3,-1],[10,-1],[9,-2],[14,-1],[18,-1],[11,0],[1,-2],[0,-5],[3,-5],[5,-4],[9,-21],[30,-7],[9,-5],[9,-10],[5,-4],[24,-4],[17,0],[1,2],[6,1],[3,2],[3,10],[5,8],[18,12],[6,8],[2,3],[1,6],[-3,10],[12,8],[-6,7],[14,8],[7,-1],[8,4],[13,-11],[14,-2],[9,-2],[18,0],[20,-12],[3,3],[15,5],[2,4],[18,5],[3,7],[0,6],[13,0],[3,1],[7,1],[10,11],[3,3],[5,5],[9,16],[12,1],[4,1],[19,1],[10,0],[6,-2],[5,1],[3,2],[4,0],[-1,7],[1,9],[0,5],[6,8],[5,6],[4,4],[2,3],[3,3],[9,9],[3,1],[3,9],[3,5],[9,13],[5,7],[3,5],[6,7],[3,5],[3,1],[3,3],[0,8],[1,3],[5,6],[0,6],[0,4],[3,7],[5,5],[6,6],[7,13],[3,9],[2,3],[3,4],[0,4],[0,3],[6,4],[6,6],[6,6],[4,7],[2,11],[0,4],[18,2],[17,1],[7,-2],[8,-4],[10,-4],[5,-1],[6,3],[3,5],[6,5],[9,2],[8,3],[3,1],[1,-3],[0,-5],[-1,-9],[0,-13],[0,-3],[1,-1],[2,0],[4,1],[8,3],[9,5],[11,4],[6,2],[6,2],[3,1],[9,6],[7,4],[8,6],[15,4],[14,0],[7,0],[5,2],[1,3],[3,5],[8,3],[18,4],[11,1],[4,2],[2,1],[3,1],[1,1],[2,-2],[9,-6],[6,-6],[6,-5],[6,-3],[3,-1],[3,-1],[6,-1],[8,5],[9,2],[1,2],[5,-5],[6,-6],[4,-1],[14,-1],[15,-4]],[[6606,6155],[-3,0],[0,-1],[-1,0],[0,-5],[-2,-2],[0,-1],[-1,-3],[0,-1],[-2,-2],[-3,-3],[0,-1],[-1,-1],[0,-4],[1,-2],[0,-2],[-1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[2,0],[0,-2],[4,0],[0,-1],[3,0],[0,-1],[0,-1],[5,-4],[4,-4],[6,-5],[9,-7],[8,-8],[0,-1],[1,0],[0,-2],[2,-5],[2,-5],[0,-3],[1,-1],[0,-5],[0,-4],[0,-2],[2,-2],[0,-1],[1,0],[0,-1],[2,-4],[1,-1],[2,-7],[1,0],[0,-3],[0,-2],[0,-1],[2,-2],[0,-2],[1,-1],[0,-2],[0,-1],[3,-3],[3,-1],[3,-2],[0,-3],[5,-4],[1,-4],[2,-5],[3,-9],[0,-1],[1,-6],[2,-4],[3,-5],[1,-4],[2,-3],[3,-2],[3,-1],[6,-3],[6,-4],[8,-2],[10,-4],[3,-3],[0,-2],[2,-1],[1,-2],[2,0],[1,-1],[5,0],[3,-1],[6,-1],[4,-2],[5,-1],[3,0],[2,0],[1,-1],[3,0],[2,1],[1,0],[15,2],[2,-1],[1,-14],[5,-5],[3,-5],[9,-2],[4,0],[11,2],[2,1],[6,6],[4,0],[15,-6],[8,-1],[6,-1],[9,-2],[8,2],[7,5],[14,1],[19,-1],[16,-7],[7,-2],[30,-4],[5,-2],[12,-8],[3,0],[15,-3],[9,-3],[11,-6],[15,-3],[8,-1],[45,-2],[3,-2],[9,-6],[5,-1],[4,1],[8,-2],[15,-5],[4,0],[11,2],[15,4],[6,2],[5,1],[10,-2],[37,0],[1,-2],[-3,-5],[-3,-9],[-1,-4],[1,-4],[30,-28],[8,-5],[9,-4],[15,1],[3,0],[8,-5],[21,-12],[3,-5],[6,-3],[3,-2],[23,-3],[9,-1],[6,-2],[6,-5],[7,-2],[11,-3],[9,-2],[8,-3],[16,-1],[20,1],[20,3],[12,0],[3,-2],[1,-2],[0,-1],[2,-1],[3,0],[1,-1],[2,0],[0,-1],[3,0],[3,0],[0,-1],[3,0],[2,-1],[1,0],[2,-1],[1,0],[0,-1],[2,0],[1,-1],[2,-1],[1,0],[0,-2],[3,0],[0,-1],[3,0],[0,-1],[5,0],[1,-1],[0,1],[2,-1],[1,1],[2,0],[0,-1],[18,0],[0,-1],[6,0],[0,-1],[3,0],[12,-6],[8,-6],[6,-7],[9,-11],[12,-5],[7,-8],[8,-9],[2,-5],[4,-8],[9,-6],[3,-13],[-1,-5],[1,-7],[6,-2],[14,-5],[6,-9],[3,-8],[11,-3],[13,-4],[11,-2],[10,-10],[11,-2],[8,-10],[6,-6],[18,-11],[27,-16],[14,-9],[15,-6],[3,-2],[0,-1],[1,0],[0,-2],[2,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[2,0],[0,-1],[3,0],[0,-1],[1,-1],[2,0],[0,-1],[10,0],[20,0],[0,-1],[3,-2],[2,-4],[0,-1],[1,0],[0,-1],[0,-1],[3,-1],[0,-1],[0,-1],[2,0],[0,-1],[1,0],[2,-1],[0,-1],[1,0],[2,-1],[3,-3],[0,-1],[0,-1],[1,0],[0,-1],[3,-2],[2,0],[0,-1],[0,-1],[1,0],[0,-1],[2,0],[0,-1],[0,-1],[1,0],[0,-1],[2,0],[0,-2],[1,0],[0,-1],[2,0],[0,-1],[3,-3],[2,-1],[0,-2],[1,0],[0,-3],[0,-3],[2,-1],[0,-2],[1,-1],[0,-3],[0,-2],[2,0],[0,-2],[1,0],[0,-2],[3,-2],[3,0],[0,-1],[9,0],[0,-1],[9,0],[0,-1],[2,-1],[1,0],[2,0],[0,-1],[3,0],[0,-1],[3,0],[0,-1],[1,0],[2,-1],[1,-1],[2,0],[0,-1],[3,-3],[0,-1],[1,0],[0,-1],[2,0],[0,-1],[6,0],[0,1],[2,0],[1,1],[0,1],[3,0],[0,2],[2,0],[0,1],[1,0],[0,1],[3,0],[0,1],[3,0],[0,1],[3,0],[0,1],[11,0],[0,-1],[3,0],[1,-1],[2,0],[0,-1],[3,0],[0,-1],[4,0],[0,-1],[13,0],[0,1],[10,0],[0,1],[3,0],[0,1],[3,0],[0,1],[2,0],[0,1],[3,0],[0,1],[3,0],[1,1],[2,0],[6,0],[1,0],[0,-1],[2,0],[0,-1],[3,0],[0,-1],[3,0],[0,-1],[1,-1],[2,0],[0,-1],[3,0],[0,-1],[3,0],[0,-2],[5,0],[1,-1],[3,0],[0,-1],[5,0],[0,-1],[1,0],[3,-2],[2,0],[0,-1],[1,-1],[0,-1],[0,-5],[2,-1],[0,-5],[1,0],[0,-3],[0,-1],[0,-2],[2,0],[0,-2],[1,0],[0,-1],[2,-1],[1,0],[0,-1],[0,-1],[2,0],[1,-2],[2,-1],[0,-5],[-2,-2],[0,-1],[-4,-6],[-3,-2],[-2,-1],[-3,-4],[-3,-1],[-3,-1],[-3,-2],[-6,-2],[-3,-2],[-3,-2],[-6,-2],[-3,-3],[-2,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-5],[0,-1],[0,-4],[1,-5],[0,-1],[2,0],[0,-8],[-2,0],[0,-1],[-1,-1],[0,-1],[0,-2],[-2,0],[0,-2],[-1,-1],[0,-4],[0,-4],[0,-2],[-3,-2],[0,-6],[-2,0],[0,-3],[2,-1],[0,-2],[0,-1],[0,-1],[1,-1],[5,-8],[3,-1],[3,-2],[3,-2],[0,-1],[1,-1],[5,-11],[0,-5],[3,-8],[3,-6],[2,-3],[3,-3],[3,-3],[3,-1],[9,-11],[7,-12],[0,-7],[2,0],[0,-7],[-3,-3],[-3,-1],[-3,-1],[-2,-2],[-6,-5],[-3,-3],[-3,-1],[0,-2],[0,-1],[0,-7],[2,-2],[1,-2],[9,-2],[11,-6],[9,-8],[7,-8],[5,-7],[2,-2],[7,-11],[9,-11],[3,-2],[2,-1],[3,0],[0,-1],[3,-3],[7,-7],[5,-2],[6,-1],[1,0],[5,0],[3,-2],[6,-4],[3,-4],[3,-1],[3,-1],[3,-1],[0,-5],[-1,-4],[0,-5],[0,-1],[-2,-2],[0,-2],[0,-2],[0,-4],[-1,-2],[0,-1],[-3,-6],[0,-4],[-2,-4],[-3,-1],[0,-2],[-3,-1],[0,-4],[0,-4],[0,-2],[3,-1],[3,-2],[9,-9],[0,-2],[3,-1],[0,-2],[3,-1],[0,-8],[0,-2],[-3,-3],[-1,-2],[-2,-3],[-1,-2],[0,-2],[-2,-2],[-3,-6],[0,-3],[-1,-2],[-3,-5],[-2,-3],[-1,-5],[0,-2],[-2,-2],[-1,-2],[-2,-1],[-3,-2],[-2,-1],[-3,-3],[-1,-1],[-3,-2],[-2,-1],[-4,-3],[-3,-1],[0,-2],[0,-5],[1,-4],[2,-1],[1,-2],[0,-6],[-1,-2],[0,-6],[3,-5],[1,-2],[2,-2],[1,-1],[5,-3],[1,-1],[3,-2],[2,-3],[3,-1],[6,-5],[-3,-6],[0,-4],[-3,-3],[-1,-2],[-2,-4],[-3,-3],[0,-2],[-3,-2],[0,-1],[0,-2],[-9,-8],[-6,-4],[-6,-3],[-8,-3],[-9,-3],[-21,0],[-9,0],[-3,-2],[-8,-2],[-9,0],[-4,-1],[-8,-2],[-3,0],[0,-2],[-3,-4],[0,-3],[-2,-4],[-1,-3],[-5,-4],[-3,-5],[-1,-1],[0,-4],[-2,-6],[-1,-2],[-6,-6],[-8,-7],[-3,-1],[-3,1],[-9,-2],[-1,-1],[-5,-2],[-6,-4],[-5,-4],[-3,-1],[-1,-2],[-2,-2],[-3,-7],[-1,-5],[0,-4],[0,-5],[1,-3],[3,-3],[3,-4],[5,-6],[3,-4],[2,-2],[0,-4],[-2,-5],[-2,-3],[-4,-3],[-2,-2],[-3,0],[-4,-1],[-6,-3],[-3,-2],[-3,-2],[-2,-1],[-1,-2],[0,-7],[1,-5],[2,-3],[3,-2],[3,-4],[3,-2],[9,-2],[6,-1],[8,-3],[1,0],[3,-1],[0,-5],[0,-4],[-1,-1],[-2,-1],[-3,0],[-6,-2],[-5,-1],[-4,-1],[-2,-2],[-7,-1],[-6,-1],[-14,-3],[-9,-1],[-9,-3],[-3,-2],[0,-4],[0,-4],[5,-5],[1,-4],[2,-6],[3,-13],[1,-14],[0,-1],[3,-14],[2,-1],[4,-17],[-1,-21],[-8,-20],[-15,-8],[-11,6],[-1,1],[-23,18],[-3,4],[-4,4],[-5,2],[-3,1],[-3,0],[-3,-1],[-2,-7],[-1,-3],[0,-5],[-3,-5],[-8,-4],[-4,-1],[-8,-4],[-4,-5],[-9,-5],[-2,-1],[-4,-3],[-5,-2],[-6,-3],[-2,-4],[-3,-7],[0,-1],[-1,-5],[0,-3],[7,-10],[8,-17],[3,-2],[6,-4],[6,0],[3,-3],[3,-1],[2,-1],[1,-1],[0,-2],[0,-10],[0,-10],[2,-7],[0,-5],[0,-2],[4,-23],[2,-10],[0,-1],[0,-2],[0,-3],[4,0],[0,-6],[-1,-3],[0,-1],[0,-5],[-5,-8],[-1,-3],[-3,-5],[-3,-3],[-8,-5],[-6,-3],[-62,-35],[-21,-13],[-3,-1],[-9,-3],[-9,-2],[-3,-1],[-5,-1],[-4,0],[-31,-4],[-16,0],[-6,-4],[-2,-1],[0,-18],[0,-3],[12,-4],[3,-2],[3,-6],[5,-12],[0,-8],[0,-7],[0,-8],[-3,-6],[-3,-9],[-5,-6],[-4,-6],[-8,-5],[-14,-10],[-21,-14],[-24,-18]],[[2210,4713],[0,2],[-6,13],[-5,10],[-6,13],[-9,17],[-4,13],[-3,7],[-2,1],[-3,7],[-3,3],[-9,17],[-6,8],[-2,3],[-15,24],[-9,14],[-6,13],[-5,8],[-4,6],[-6,12],[-6,14],[-11,13],[-22,38],[-14,16],[-18,23],[-12,17],[-14,16],[-12,18],[-24,36],[-50,31],[-14,10],[-47,35],[-15,17],[-27,15],[-14,7],[-12,8],[-18,14],[-12,7],[-3,2],[-11,7],[-12,5],[-10,8],[-11,8],[-14,10],[-15,10],[-18,13],[-1,1],[-14,7],[-18,14],[-11,9],[-10,8],[-31,25],[-24,25],[-14,12],[-34,28],[-23,14],[-17,9],[-16,18],[-23,6],[-21,8],[-85,42],[-29,16],[-77,25],[-9,2],[-15,5],[-36,13],[-32,12],[-18,7],[-29,8],[-23,6],[-254,59],[-71,15],[-97,23],[-39,9],[-35,10],[-76,25],[-68,20],[1,0],[-63,21],[-80,43],[-77,49],[-14,10],[-24,26],[-20,22],[-8,20],[-1,13],[-2,34],[8,36],[6,32],[15,35],[6,39],[-1,31],[-8,47],[0,3]],[[159,6244],[12,-19],[17,-33],[24,-43],[35,-35],[21,-10],[49,-25],[28,-14],[52,-21],[32,-13],[25,-6],[18,-6],[43,-5],[42,-2],[12,1],[20,1],[50,5],[11,2],[19,6],[14,3],[48,9],[49,5],[12,1],[1,1],[14,1],[20,2],[7,3],[109,16],[68,8],[23,6],[50,11],[74,21],[132,51],[3,2],[69,22],[44,11],[11,0],[39,5],[29,-3],[47,-8],[65,-22],[1,-1],[82,-40],[50,-30],[3,-2],[41,-30],[26,-25],[16,-31],[11,-34],[21,-111],[3,-81],[0,-19],[-1,-155],[1,-17],[3,-26],[0,-9],[6,-15],[8,-22],[3,-2],[33,-30],[3,-2],[33,-17],[14,-6],[65,-18],[3,2],[14,25],[59,-6],[6,-1],[21,-2],[41,-6],[17,-2],[4,0],[29,-3],[30,-5],[29,-3],[4,-1],[19,-2],[15,-4],[21,-5],[4,-1],[35,-6],[56,-12],[6,6],[43,37],[25,26],[50,15],[12,4],[6,1],[53,13],[34,9],[47,14],[66,13],[46,9],[3,0],[1,3],[24,32],[5,8],[-2,6],[-6,12],[-1,9],[1,6],[12,26],[8,15],[20,38],[3,6],[1,0],[8,7],[29,9],[1,1],[20,8],[6,3],[3,3],[15,23],[2,3],[1,1],[3,6],[2,4],[13,22],[3,5],[5,7],[9,11],[3,5],[4,5],[2,3],[1,3],[3,8],[0,11],[2,5],[-3,9],[-2,3],[-1,4],[0,7],[0,4],[-3,10],[-2,17],[0,5],[2,1],[0,3],[6,5],[6,2],[15,4],[11,4],[7,2],[8,3],[4,2],[2,0],[6,7],[1,3],[2,4],[2,6],[0,7],[0,10],[1,10],[0,4],[3,2],[3,5],[6,4],[9,3],[9,0],[9,1],[14,1],[24,2],[23,3],[6,3],[8,2],[6,2],[4,2],[3,0],[3,4],[5,9],[4,8],[5,8],[6,13],[3,3],[0,8],[0,5],[0,3],[-5,12],[-12,23],[-7,13],[-5,6],[-3,5],[-1,5],[-2,0],[0,1],[0,3],[0,10],[2,28],[1,5],[-3,6],[-1,3],[-2,4],[-5,5],[-7,5],[-12,8],[-17,9],[-12,10],[-1,0],[-11,9],[-3,5],[-2,6],[2,14],[4,8],[7,8],[10,16],[2,3],[10,18],[9,23],[2,2],[7,10],[2,2],[6,3],[8,3],[19,4],[3,1],[2,1],[4,4],[8,7],[3,6],[0,1],[-2,1],[-1,7],[-3,5],[-5,10],[-1,6],[3,8],[6,17],[4,6],[2,5],[4,8],[5,9],[6,7],[8,9],[3,3],[1,0],[3,4],[20,8],[9,2],[12,0],[17,-1],[3,0],[6,1],[7,0],[18,2],[7,2],[7,1],[12,5],[12,4],[18,7],[2,2],[3,3],[3,9],[2,6],[3,8],[0,17],[0,1],[-2,10],[0,8],[2,6],[0,2],[3,6],[3,5],[4,3],[3,0],[5,0],[9,2],[4,0],[3,1],[2,0],[9,3],[6,4],[6,4],[9,9],[3,5],[2,1],[1,3],[3,5],[3,8],[5,15],[0,7],[0,9],[-3,11],[-5,14],[-3,9],[-1,6],[0,5],[-2,9],[0,4],[3,6],[0,9],[-1,7],[-3,9],[-2,5],[0,6],[-6,19],[0,1],[-7,27],[-2,5],[2,9],[4,6],[9,9],[6,9],[0,5],[0,3],[-1,6],[-3,4],[0,4],[4,8],[2,4],[-2,3],[-3,5],[-4,4],[-6,1],[-14,3],[-9,4],[-3,2],[-2,2],[0,3],[2,5],[1,6],[5,7],[3,7],[-2,6],[-1,9],[-2,5],[0,5],[2,4],[3,6],[4,5],[5,3],[6,1],[3,2],[5,3],[1,3],[-1,6],[1,8],[2,5],[3,4],[6,7],[6,4],[4,2],[6,1],[5,0],[4,-1],[5,-1],[6,-2],[6,-3],[5,0],[3,1],[1,1],[5,1],[9,4],[6,5],[6,3],[6,2],[2,1],[3,1],[6,1],[6,2],[4,1],[3,2],[-1,3],[-3,5],[-2,3],[3,4],[0,3],[5,3],[1,3],[5,2],[6,2],[21,0],[3,1],[2,3],[3,1],[4,1],[3,1],[2,5],[3,12],[-2,2],[-1,0],[-2,3],[-1,3],[0,2],[1,1],[6,1],[5,1],[4,0],[8,-2],[12,0],[3,-1],[6,-3],[5,-1],[10,0],[6,2],[5,2],[6,0],[12,-2],[6,1],[3,1],[5,5],[1,4],[5,2],[10,8],[8,4],[6,1],[3,0],[6,4],[3,1],[15,-1],[6,0],[6,2],[3,3],[9,8],[5,4],[4,2],[5,2],[6,0],[3,-2],[8,0],[4,2],[5,2],[1,3],[0,6],[0,7],[0,2],[3,4],[5,7],[4,3],[5,2],[9,6],[15,5],[11,0],[7,-1],[5,-3],[15,-9],[9,-2],[6,0],[6,2],[5,5],[1,4],[0,2],[3,1],[6,2],[8,2],[3,7],[0,3],[0,3],[1,4],[2,4],[3,3],[6,3],[6,3],[3,4],[3,0],[3,2],[3,0],[3,-1],[3,-3],[5,-1],[4,-1],[9,0],[3,-2],[8,-2],[6,-4],[3,-4],[1,-4],[2,-2],[4,-2],[8,-2],[3,-2],[18,-7],[6,-1],[11,0],[9,-1],[14,-4],[16,-1],[14,0],[12,3],[3,2],[5,6],[1,8],[0,7],[0,16],[5,6],[1,0],[6,4],[3,4],[9,2],[11,2],[4,1],[20,3],[15,3],[8,3],[9,4],[7,6],[2,4],[3,4],[3,8],[0,9],[0,4],[1,2],[8,6],[8,3],[9,2],[1,4],[3,4],[0,2],[-3,2],[-1,3],[-5,8],[-3,2],[3,6],[5,12],[7,16],[6,9],[0,2],[2,1],[7,0],[-3,3],[-4,5],[0,2],[-3,6],[-2,4],[-1,7],[-2,4],[2,5],[0,2],[0,8],[3,12],[1,6],[2,3],[1,5],[8,14],[0,15],[4,31],[3,3],[7,6],[3,2],[6,2],[7,7],[0,7],[-4,4],[1,8],[-1,4],[4,16],[0,8],[2,2],[4,1],[5,10],[9,5],[9,-2],[6,3],[9,1],[6,2],[6,5],[35,33],[6,5],[12,12],[14,11],[25,15],[2,1],[5,12],[10,13],[2,10],[-3,6],[-5,9],[11,14],[0,3],[13,25],[2,3],[9,19],[41,56],[15,31],[0,1],[21,34],[11,27],[18,0],[9,-3],[18,13],[11,3],[51,10],[20,0],[9,3],[29,28],[9,4],[21,1],[1,0],[26,8],[20,8],[19,30],[2,9],[-8,34],[0,5],[2,16],[15,24],[6,13],[3,25],[5,14],[7,9],[11,28],[3,26],[1,6],[11,3],[6,0],[2,2],[7,2],[0,3],[6,3],[2,12],[1,5],[0,6],[-9,1],[20,20],[4,15],[-6,31],[-4,6],[-53,39],[-2,11],[-30,55],[-6,18],[-18,10],[0,10],[9,14],[0,7],[0,3],[6,5],[7,14],[38,40],[5,20],[0,1],[7,12],[14,0],[6,8],[23,7],[24,15],[2,7],[30,13],[15,4],[24,-13],[9,3],[11,8],[7,17],[14,8],[-1,22],[10,16],[2,7],[1,3],[-6,27],[12,4],[5,13],[1,1],[17,1],[9,4],[1,4],[17,15],[17,32],[3,10],[4,4],[11,6],[3,3],[3,13],[1,16],[-7,14],[-5,6],[-6,5],[-1,1],[0,16],[3,8],[9,4],[9,5],[2,2],[-4,9],[-9,12],[-7,12],[0,1],[-9,7],[-15,8],[-5,34],[-9,17],[0,4],[12,17],[15,14],[8,11],[3,0],[32,7],[18,22],[48,19],[5,7],[21,2],[30,13],[21,11],[8,19],[11,11],[10,16],[3,13],[21,5],[20,0],[27,24]],[[5539,9344],[14,10],[18,12],[44,5],[23,-5],[10,24],[2,6],[6,4],[23,5],[4,0],[2,-1],[25,-6],[35,-12],[29,-12],[24,-6],[15,-4],[21,9],[22,14],[25,11],[20,6],[6,2],[9,0],[27,-6],[14,-2],[29,-4],[21,-4],[6,-3],[5,-6],[4,-4],[6,-4],[3,-1],[2,0],[1,0],[0,-1],[0,-1],[-3,-1],[-7,-5],[-11,-6],[-12,-8],[-14,-6],[-1,-1],[-8,-5],[-6,-6],[-4,-2],[-2,-2],[0,-2],[6,-14],[5,-4],[10,-5],[9,-3],[11,-4],[6,-5],[6,-6],[3,-5],[3,-4],[0,-6],[0,-19],[3,-8],[0,-2],[2,-5],[1,-3],[0,-3],[0,-6],[0,-6],[2,-4],[1,-5],[0,-4],[0,-4],[3,-6],[0,-4],[0,-1],[0,-4],[-3,-8],[0,-1],[-3,-4],[0,-1],[0,-6],[3,-2],[3,-4],[8,-7],[0,-2],[0,-13],[0,-3],[-2,0],[-4,0],[-6,2],[-2,0],[-7,2],[-5,2],[-3,0],[-3,-1],[-8,-2],[-7,-3],[-5,-2],[-3,-3],[-1,-6],[0,-3],[1,-1],[5,-3],[9,-6],[3,-1],[3,-3],[0,-1],[0,-2],[-3,-7],[-3,-4],[-6,-3],[-5,-3],[-4,-6],[-3,-2],[-2,-2],[-3,-2],[-3,-4],[-3,-1],[-4,-3],[-5,-1],[-3,-3],[-1,-2],[-5,-4],[-5,-2],[-4,-3],[-5,-2],[-3,-4],[-1,-4],[-3,-7],[0,-5],[0,-3],[1,-2],[2,-1],[9,-9],[9,-9],[6,-5],[12,-5],[3,-4],[5,-7],[3,-5],[1,-3],[3,-7],[2,-5],[-2,-8],[-1,-4],[-2,-3],[0,-7],[6,-6],[0,-6],[-1,-1],[-5,0],[-32,-3],[-6,0],[-4,-1],[-5,-1],[-7,-8],[-9,-6],[-3,-3],[-2,-7],[2,-7],[1,-6],[-1,-3],[-2,-3],[-4,-3],[-2,-3],[-6,-2],[-5,-2],[-4,0],[0,-1],[-2,-1],[-1,-1],[0,-2],[0,-5],[0,-6],[1,-4],[2,-5],[3,-4],[9,-5],[6,-7],[2,-2],[1,-2],[0,-4],[-1,-3],[-2,-3],[-3,-3],[0,-4],[0,-5],[2,-4],[1,-1],[6,-4],[9,-6],[14,-3],[6,-2],[3,0],[3,-2],[0,-1],[0,-3],[0,-3],[0,-3],[1,-5],[0,-1],[-1,-4],[0,-2],[0,-2],[-2,-2],[0,-3],[2,-5],[0,-4],[3,-3],[2,-2],[1,-5],[0,-3],[3,-1],[3,0],[2,0],[1,-1],[2,-2],[0,-3],[1,-3],[2,-2],[3,-2],[1,-1],[3,-3],[0,-2],[3,0],[2,-3],[1,-4],[2,-2],[3,-2],[1,-3],[2,-3],[3,-1],[3,0],[3,-1],[3,-1],[0,-2],[0,-3],[1,-3],[0,-3],[0,-8],[7,-7],[0,-3],[-2,-1],[-3,-1],[-3,-1],[-6,0],[-3,-1],[-6,-3],[-3,-3],[-2,-2],[-1,-2],[0,-6],[0,-6],[-2,-12],[-1,-3],[-2,-1],[2,-3],[1,-2],[0,-4],[3,-3],[-1,-2],[-3,-5],[0,-5],[-2,-2],[-1,-1],[-3,-2],[-2,0],[-3,-1],[0,-2],[0,-6],[-1,-2],[-2,-1],[-6,-2],[-1,-1],[-3,0],[-2,1],[-3,0],[-2,-1],[-1,-2],[-3,-5],[-3,-6],[-8,-6],[-4,-5],[-2,-2],[-1,-1],[0,-5],[0,-1],[-5,-4],[-3,-2],[-6,-2],[-3,0],[-1,-2],[-5,-6],[-4,-4],[-11,-4],[-2,-1],[-1,-3],[-2,-5],[-4,-3],[-3,-3],[-3,-3],[-5,-4],[-3,-3],[-3,-3],[-3,-3],[-4,-4],[-11,-4],[-6,-2],[-6,-1],[-6,-2],[-5,-1],[-3,-3],[-9,-8],[-3,-6],[-1,-3],[-2,-2],[-3,0],[-4,-2],[-5,-2],[-3,-4],[-6,-6],[-3,-3],[0,-5],[-5,-4],[-4,-1],[-9,-1],[-6,-2],[-5,-2],[-7,-9],[-6,-4],[-5,-3],[-6,-3],[-3,-4],[-6,-13],[-3,-8],[0,-7],[0,-32],[-3,-10],[-6,-24],[-8,-30],[0,-2],[8,0],[15,0],[4,-1],[2,-1],[6,-6],[18,-24],[2,-1],[3,-3],[13,-1],[2,0],[6,-5],[6,-5],[8,-4],[9,-2],[13,-1],[9,-2],[9,-2],[5,-1],[21,0],[23,-1],[27,0],[18,-2],[11,-3],[10,0],[20,3],[12,0],[5,-2],[10,-4],[19,-10],[7,-4],[2,-1],[3,0],[7,-1],[5,-1],[3,0],[3,1],[4,0],[6,-1],[3,-1],[11,-4],[3,-4],[6,-3],[3,-3],[6,-4],[3,-3],[6,-3],[17,-3],[21,-8],[14,-4],[7,-2],[5,-3],[9,-5],[7,-3],[26,-7],[8,-5],[9,-3],[3,-1],[9,-10],[3,-3],[6,0],[12,3],[9,2],[11,3],[7,2],[5,2],[7,4],[16,11],[10,5],[5,4],[3,0],[4,-6],[5,-5],[4,-7],[8,-8],[8,-10],[4,-6],[6,-11],[3,-9],[0,-4],[0,-6],[-4,-16],[-5,-5],[-1,-4],[-2,-8],[-1,-7],[-2,-8],[-3,-4],[-3,-5],[0,-5],[1,-4],[2,-6],[5,-4],[4,-4],[6,-7],[3,-3],[3,-8],[5,-5],[6,-3],[4,-6],[3,-5],[2,-4],[3,-8],[0,-3],[1,-3],[2,-5],[0,-3],[3,-2],[1,-2],[6,-4],[2,-2],[2,-4],[0,-2],[1,-3],[2,-5],[1,-6],[3,-3],[0,-5],[0,-2],[-3,-2],[-6,-6],[-2,-2],[-1,-2],[0,-2],[0,-2],[0,-11],[0,-1],[0,-4],[3,-2],[0,-2],[3,-5],[6,-8],[3,-3],[0,-2],[2,-6],[0,-1],[-2,-2],[0,-3],[-4,-7],[-2,-3],[-3,-4],[-3,-6],[-2,-4],[-4,-7],[0,-1],[0,-1],[-5,-5],[-1,-2],[0,-1],[-3,-1],[-5,-3],[-4,-1],[-3,-2],[-8,-2],[-3,0],[-6,-3],[-1,-2],[-2,-4],[-1,-3],[0,-6],[-2,-7],[-1,-6],[-2,-8],[-1,-4],[-2,-3],[-6,-6],[-5,-3],[-10,-4],[-9,-6],[-11,-4],[-7,-5],[-5,-4],[-5,-4],[-3,-1],[0,-4],[2,-2],[3,-3],[3,-3],[8,-3],[7,-3],[6,-4],[5,-2],[6,-3],[6,-1],[7,-3],[17,-9],[9,-2],[11,-5],[6,-4],[7,-4],[5,-2],[3,-1],[6,0],[41,-7],[7,-1],[20,-4],[9,-8],[5,-5],[6,-4],[6,-3],[7,-4],[2,-3],[4,-10],[7,-19],[0,-5],[-2,-7],[-3,-7],[-5,-8],[-3,-6],[-1,-6],[9,-6],[6,-7],[5,-3],[3,0],[1,-2],[3,-3],[0,-4],[3,-3],[8,-2],[6,-2],[3,-4],[6,-7],[6,-10],[3,-5],[1,-6],[2,-6],[6,-2],[3,-2],[3,-3],[3,-9],[3,-4],[6,-8],[6,-8],[11,-17],[4,-8],[2,-2],[6,-6],[0,-4],[-2,-7],[-1,-4],[-2,-4],[0,-6],[2,-10],[0,-3],[-9,-5],[-5,-3],[0,-7],[2,-8],[3,-3],[7,-7],[11,-9],[6,-5],[3,-1],[6,-2],[9,0],[8,-1],[4,-1],[5,-4],[3,-6],[6,-11],[3,-3],[6,-8],[3,-6],[6,-10],[2,-2],[7,-3],[9,-2],[8,-1],[4,-4],[5,-4],[3,-4],[-3,-3],[-8,-9],[-1,-3],[0,-2],[3,-3],[6,-6],[0,-3],[3,-1],[14,0],[13,-1],[15,-1],[2,0],[3,-2],[9,-2],[12,-4],[9,-3],[3,-1],[3,-4],[6,-8],[5,-4],[6,-4],[3,-3],[3,0],[3,-2],[3,-4],[4,-8],[5,-5],[2,-3],[10,-4],[9,-5],[5,-3],[1,-4],[6,-13],[5,-8],[4,-2],[6,0],[5,2],[3,1],[1,0],[2,-1],[5,-5],[4,-5],[6,-5],[3,-4],[3,-1],[6,-2],[6,-3],[5,-2],[10,-3],[17,-4],[18,-5],[8,-8],[6,-5],[0,-4],[-3,-10],[-5,-15],[-6,-9],[-1,-5],[-5,-10],[2,-5],[9,-9],[7,-11],[12,-23],[10,-17],[10,-31],[3,-13],[0,-5],[-3,-5],[-6,-19],[0,-2],[-1,-11],[-5,-20],[3,-1],[20,-8],[30,-5],[23,0],[21,0],[33,14],[0,1],[46,16],[3,1],[-2,-2],[-7,-8],[-5,-14],[-9,-21],[-3,-15],[-3,-9],[-3,-10],[-3,-7],[-6,-5],[-8,-5],[0,-1],[-7,-7],[-14,-15],[-9,-9],[-17,-15],[-3,-1],[-9,-2],[-6,-2],[-4,-7],[-5,-10],[-12,-5],[-12,-6],[-12,-4],[-14,-18],[-15,-17],[-9,-3],[-11,-1],[-9,1],[-6,1],[-4,4],[-5,0],[-9,0],[-14,0],[-16,0],[-17,-2],[-9,-1],[-12,0],[-5,-1],[-3,-4],[-3,-5],[-4,-14],[-5,-15],[-4,-13],[-8,-15],[-3,-13],[-4,-15],[-2,-13],[-3,-10],[-8,-16],[-1,-29],[-3,-3],[-3,-7],[-6,-5],[-6,-2],[-5,-3],[-4,-5],[-5,-7],[-3,-8],[0,-1],[-7,-10],[-2,-3],[-3,-1],[-6,1],[-8,0],[-7,-1],[-5,0],[-1,-1],[-5,-4],[-16,-13],[-8,-11],[0,-14],[-3,-4],[0,-4],[-3,-4],[-3,-7],[-6,-7],[-5,-7],[-6,-11],[-3,-8],[-6,-9],[-3,-11],[-10,-20],[-8,-14],[-6,-10],[0,-8],[-2,-7],[-1,-6],[0,-2],[-3,-4],[-3,-2],[-3,-2],[-3,-2],[-5,-1],[-4,-2],[-3,-1],[-2,-2],[-1,-3],[-3,-9],[-17,-23],[-3,-5],[-6,-5],[-3,-3],[-5,-3],[-4,-2],[-6,-1],[-3,0],[-2,0]],[[159,6244],[-3,5],[-30,50],[-29,52],[-20,32],[-42,55],[-1,4],[-25,37],[-9,14],[11,0],[12,0],[15,2],[20,4],[18,3],[7,1],[34,12],[15,5],[9,2],[24,6],[17,3],[10,1],[26,9],[27,8],[14,6],[9,3],[2,0],[4,2],[5,2],[3,6],[3,4],[4,14],[3,12],[0,21],[-3,18],[-4,15],[0,5],[0,1],[-3,9],[-2,8],[-4,11],[-5,17],[-1,0],[0,4],[-6,30],[-17,75],[24,15],[36,25],[31,22],[1,1],[15,9],[8,8],[21,17],[23,22],[15,12],[9,7],[9,10],[14,17],[12,13],[12,14],[12,12],[6,4],[6,3],[5,3],[6,3],[6,2],[9,1],[4,0],[7,1],[10,5],[6,5],[14,7],[15,9],[18,9],[18,9],[12,10],[5,3],[1,2],[8,10],[5,10],[3,22],[1,7],[0,2],[2,1],[1,3],[0,7],[3,7],[6,9],[6,3],[6,3],[6,2],[5,3],[3,1],[18,5],[3,2],[12,12],[3,2],[3,4],[5,3],[3,2],[3,2],[4,5],[3,3],[6,2],[5,1],[5,2],[3,0],[3,2],[3,1],[4,5],[3,2],[3,2],[3,1],[5,1],[4,1],[3,1],[5,1],[3,1],[3,0],[6,2],[1,2],[4,2],[4,2],[2,2],[6,9],[10,14],[18,28],[2,1],[6,7],[6,20],[2,9],[3,5],[4,3],[11,2],[7,3],[6,6],[26,16],[14,10],[12,7],[9,8],[13,8],[5,3],[9,8],[15,10],[8,6],[9,7],[9,4],[3,1],[3,2],[12,8],[8,6],[3,6],[6,5],[7,3],[9,2],[6,7],[8,7],[3,8],[6,13],[2,5],[4,10],[3,19],[9,19],[14,15],[20,14],[22,14],[44,7],[50,7],[11,0],[12,1],[22,0],[22,-7],[9,-1],[0,1],[12,7],[23,22],[0,8],[-8,15],[-5,15],[2,7],[4,9],[10,11],[12,24],[19,14],[9,19],[2,2],[1,2],[3,4],[22,15],[15,12],[1,5],[6,4],[14,14],[0,5],[6,5],[3,0],[-1,8],[7,4],[11,0],[12,5],[1,3],[-3,7],[5,12],[6,3],[3,6],[0,6],[12,16],[21,16],[2,4],[4,24],[0,1],[5,11],[6,8],[7,7],[5,4],[6,14],[5,9],[9,10],[10,6],[20,11],[14,10],[12,4],[4,1],[3,4],[8,3],[12,2],[24,7],[8,6],[9,11],[27,24],[9,6],[20,5],[36,7],[12,3],[8,-1],[15,-3],[7,0],[7,1],[7,5],[8,10],[9,7],[9,7],[9,10],[0,7],[0,17],[6,6],[8,0],[-2,20],[5,12],[4,44],[6,14],[27,35],[20,22],[55,25],[7,5],[6,11],[0,4],[-15,51],[21,16],[32,40],[0,12],[71,32],[6,8],[2,0],[15,10],[6,5],[26,5],[10,0],[3,-3],[5,-12],[0,-14],[-6,-27],[1,-22],[-15,-47],[0,-1],[12,-4],[20,-5],[63,10],[20,-2],[15,-8],[61,-20],[68,-25],[21,-7],[30,-1],[12,8],[14,11],[12,7],[55,27],[13,1],[23,-9],[18,-10],[44,-6],[23,-11],[1,-3],[3,0],[61,-5],[6,-3],[71,-14],[1,0],[32,1],[21,11],[5,2],[3,3],[8,11],[7,13],[8,14],[4,9],[14,17],[0,3],[3,13],[4,31],[11,16],[18,26],[23,28],[6,10],[6,6],[0,3],[-3,1],[-6,5],[-5,7],[0,9],[0,15],[-3,6],[-4,8],[-6,10],[-3,4],[15,25],[3,23],[1,15],[-1,4],[-11,12],[-15,14],[-1,2],[-5,4],[32,22],[12,9],[9,5],[8,2],[7,8],[11,10],[4,6],[6,1],[5,3],[9,7],[9,6],[8,7],[9,9],[7,8],[8,4],[12,10],[18,17],[8,5],[13,10],[8,4],[4,3],[22,5],[9,0],[6,0],[13,0],[9,0],[5,-1],[12,0],[6,-1],[17,0],[4,1],[2,0],[4,1],[2,0],[8,2],[4,0],[6,-1],[9,-1],[5,-1],[7,-1],[49,10],[21,10],[10,2],[34,2],[69,2],[31,0],[15,12],[7,5],[14,7],[6,4],[21,9],[17,17],[7,22],[5,9],[3,7],[5,5],[13,11],[11,9],[1,2],[8,6],[9,3],[9,3],[9,3],[11,-2],[15,-3],[12,0],[4,-3],[7,-1],[4,0],[9,5],[6,0],[3,0],[9,0],[2,0],[15,1],[3,1],[9,2],[3,0],[6,1],[6,3],[3,0],[5,-1],[4,0],[3,1],[8,1],[6,1],[9,-2],[9,-1],[14,1],[4,2],[5,3],[6,6],[6,6],[9,6],[3,2],[8,6],[4,2],[6,6],[3,4],[5,5],[4,10],[2,4],[0,2],[3,8],[9,-3],[15,-2],[3,0],[11,-1],[4,4],[0,5],[-9,14],[-1,4],[-3,5],[4,17],[-3,10],[0,7],[-4,12],[-2,9],[0,8],[3,11],[2,2],[1,4],[2,7],[1,2],[0,5],[-1,4],[3,5],[7,5],[3,3],[0,4],[3,5],[2,6],[0,4],[3,8],[-3,11],[0,8],[7,13],[2,2],[3,8],[9,6],[11,3],[9,13],[4,4],[6,5],[5,6],[3,11],[3,3],[3,2],[4,3],[2,3],[3,4],[0,1],[9,4],[8,3],[4,1],[5,2],[6,5],[9,2],[4,1],[2,2],[6,8],[3,3],[3,6],[6,3],[6,2],[3,3],[5,5],[7,-1],[14,-5],[13,4],[2,1],[12,4],[8,1],[1,5],[0,22],[6,4],[6,4],[27,4],[8,2],[3,4],[3,2],[11,-1],[4,-4],[12,-9],[11,-10],[8,-8],[10,-4],[6,-2],[6,-7],[9,-6],[3,-2],[29,-8],[9,-3],[2,0],[0,3],[1,3],[8,5],[0,1],[6,4],[6,0],[9,3],[7,3],[5,4],[3,1],[3,0],[0,1],[0,1],[-1,2],[1,4],[0,9],[0,13],[0,1],[0,1],[9,5],[0,2],[0,6],[0,6],[0,2],[9,1],[6,2],[5,9],[-3,4],[-3,4],[0,3],[3,9],[0,2],[-6,11],[0,2],[0,3],[3,11],[4,15],[3,10],[2,6],[-3,2],[-3,4],[-5,5],[-9,5],[-3,7],[-1,4],[-3,1],[-3,3],[-3,3],[-3,1],[-5,1],[-6,1],[-5,2],[-1,0],[-5,3],[-4,6],[-3,7],[-2,1],[-3,7],[0,3],[3,1],[5,4],[7,6],[5,8],[0,5],[-3,8],[-3,9],[0,2],[3,0],[9,3],[3,0],[17,5],[9,5],[3,1],[4,1],[9,3],[12,8],[11,2],[3,9],[-3,10],[-1,9],[7,8],[9,6],[3,3],[15,10],[5,3],[4,9],[11,6],[3,6],[0,3],[0,14],[3,5],[0,6],[-3,5],[3,8],[6,5],[6,10],[0,1],[3,2],[2,7],[1,9],[5,13],[21,1],[6,3],[8,0],[6,2],[3,4],[18,0],[20,-2],[13,-2],[8,2],[1,2],[5,3],[0,1],[3,1],[0,1],[3,1],[0,3],[3,4],[3,0],[6,-1],[1,-1],[3,4],[2,3],[2,1],[1,1],[6,2],[5,3],[13,9],[3,1],[3,2],[8,4],[3,1],[7,3],[5,0],[6,3],[5,0],[3,5],[4,6],[11,-1],[9,-2],[3,-1],[12,-1],[4,0],[128,-25],[-2,-4],[0,-5],[0,-3],[0,-2],[3,-3],[2,-6],[3,-6],[0,-5],[1,-5],[2,-10],[-2,-5],[0,-8],[2,-11],[1,-5],[0,-4],[0,-2],[3,-3],[3,-6],[3,-2],[2,-1],[3,-2],[0,-1],[3,-3],[1,-4],[0,-2],[2,-2],[0,-2],[1,-1],[2,-5],[1,-4],[0,-3],[2,-2],[0,-6],[-2,-3],[5,-7],[1,-5],[5,-2],[3,-2],[0,-4],[8,-6],[3,-3],[4,-11],[6,-6],[5,-1],[0,-1],[6,-6],[3,-4],[6,-7],[3,-8],[3,-11],[1,-5],[-1,-4],[0,-1],[3,-4],[3,-4],[2,-5],[0,-6],[4,-9],[0,-5],[2,-2],[0,-7],[-2,-4],[0,-2],[-1,-4],[3,-4],[4,-5],[-45,-126],[-3,-12],[1,-10],[8,-16],[6,-15],[0,-5],[-2,-31],[0,-2],[2,-4],[0,-8],[0,-4],[3,-1],[9,-3],[8,-1],[7,0],[6,-1],[6,-2],[6,-6],[11,-12],[6,-4],[12,-9],[30,-19],[8,-2],[10,-1],[11,-1],[15,2],[9,0],[5,-3],[9,-7],[6,1],[12,5],[15,-1],[17,4],[7,1],[8,2],[3,0],[9,3],[6,0],[6,-1],[9,-3],[21,-2],[26,-15],[24,-16],[-4,-6],[47,-17],[24,8],[26,12],[13,-6]]],"transform":{"scale":[0.0000207091615655377,0.000024989710169875703],"translate":[121.45059186787604,24.96221989684025]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment