Skip to content

Instantly share code, notes, and snippets.

@nodo20
Forked from bricedev/README.md
Last active December 11, 2019 03:32
Show Gist options
  • Select an option

  • Save nodo20/1904a63b44b81f86b173763e1ee75f10 to your computer and use it in GitHub Desktop.

Select an option

Save nodo20/1904a63b44b81f86b173763e1ee75f10 to your computer and use it in GitHub Desktop.

Revisions

  1. nodo20 renamed this gist Dec 11, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. nodo20 revised this gist Dec 11, 2019. 1 changed file with 13 additions and 13 deletions.
    26 changes: 13 additions & 13 deletions zika2016.csv
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    pais,sospechados,confirmados,casos_importados,tasa_incidencia,muertes_zika_c
    Argentina,1743,24,22,4.03,0
    Bolivia,0,126,4,1.16,0
    Brazil,174003,78421,0,120.45,4
    Chile,0,0,0,0,0
    Colombia,93281,8826,0,209.86,0
    Ecuador,2076,681,19,16.83,0
    Guyana,0,6,0,0.78,0
    Paraguay,275,10,0,4.24,0
    Peru,0,95,17,0.3,0
    Suriname,2710,709,0,623.91,4
    Venezuela,56032,1768,0,183.38,0
    Uruguay,0,0,0,0,0
    pais,geounit,sospechados,confirmados,casos_importados,tasa_incidencia,muertes_zika_c
    Argentina,Argentina,1743,24,22,4.03,0
    Bolivia,Bolivia,0,126,4,1.16,0
    Brasil,Brazil,174003,78421,0,120.45,4
    Chile,Chile,0,0,0,0,0
    Colombia,Colombia,93281,8826,0,209.86,0
    Ecuador,Ecuador,2076,681,19,16.83,0
    Guyana,Guyana,0,6,0,0.78,0
    Paraguay,Paraguay,275,10,0,4.24,0
    Peru,Peru,0,95,17,0.3,0
    Surinam,Suriname,2710,709,0,623.91,4
    Venezuela,Venezuela,56032,1768,0,183.38,0
    Uruguay,Uruguay,0,0,0,0,0
  3. nodo20 revised this gist Dec 11, 2019. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions zika2016.csv
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    pais,sospechados,confirmados,casos_importados,tasa_incidencia,muertes_zika_c
    Argentina,1743,24,22,4.03,0
    Bolivia,0,126,4,1.16,0
    Brazil,174003,78421,0,120.45,4
    Chile,0,0,0,0,0
    Colombia,93281,8826,0,209.86,0
    Ecuador,2076,681,19,16.83,0
    Guyana,0,6,0,0.78,0
    Paraguay,275,10,0,4.24,0
    Peru,0,95,17,0.3,0
    Suriname,2710,709,0,623.91,4
    Venezuela,56032,1768,0,183.38,0
    Uruguay,0,0,0,0,0
  4. @bricedev bricedev revised this gist Aug 5, 2015. 3 changed files with 6 additions and 6 deletions.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -37,7 +37,7 @@
    .enter().append("path")
    .attr("d", path)
    .append("title")
    .text(function(d) { return d.properties.admin; });
    .text(function(d) { console.log(d); return d.properties.ADMIN; });

    });

    8 changes: 4 additions & 4 deletions makefile.md
    Original file line number Diff line number Diff line change
    @@ -9,9 +9,9 @@ topojson \
    --width 960 \
    --height 800 \
    --margin 20 \
    --properties admin \
    --properties adm0_a3 \
    --properties geounit \
    --properties name \
    --properties ADMIN \
    --properties ADMO0_A3 \
    --properties GEOUNIT \
    --properties NAME \
    -o sa.json \
    -- countries=sa-projected.shp
    2 changes: 1 addition & 1 deletion sa.json
    1 addition, 1 deletion not shown because the diff is too large. Please use a local Git client to view these changes.
  5. @bricedev bricedev revised this gist Aug 5, 2015. 2 changed files with 2 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion makefile.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ ogr2ogr \
    -t_srs 'EPSG:102015' \
    -where "continent IN ('South America')" \
    sa-projected.shp \
    ne_50m_admin_0_countries.shp
    ne_10m_admin_0_countries.shp

    topojson \
    --width 960 \
    2 changes: 1 addition & 1 deletion sa.json
    1 addition, 1 deletion not shown because the diff is too large. Please use a local Git client to view these changes.
  6. @bricedev bricedev revised this gist Aug 4, 2015. 2 changed files with 2 additions and 1 deletion.
    1 change: 1 addition & 0 deletions makefile.md
    Original file line number Diff line number Diff line change
    @@ -12,5 +12,6 @@ topojson \
    --properties admin \
    --properties adm0_a3 \
    --properties geounit \
    --properties name \
    -o sa.json \
    -- countries=sa-projected.shp
    2 changes: 1 addition & 1 deletion sa.json
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"type":"Topology","objects":{"countries":{"type":"GeometryCollection","bbox":[-4560919.245293608,-2734384.9177034157,2736606.8946897336,4871244.489466828],"geometries":[{"type":"MultiPolygon","properties":{"admin":"Argentina","adm0_a3":"ARG","geounit":"Argentina"},"arcs":[[[0]],[[1,2]],[[3]],[[4,5,6,7,8,9]]]},{"type":"Polygon","properties":{"admin":"Bolivia","adm0_a3":"BOL","geounit":"Bolivia"},"arcs":[[10,-10,11,12,13]]},{"type":"MultiPolygon","properties":{"admin":"Brazil","adm0_a3":"BRA","geounit":"Brazil"},"arcs":[[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30,31,32,-6,33,-14,34,35,36,37]]]},{"type":"MultiPolygon","properties":{"admin":"Chile","adm0_a3":"CHL","geounit":"Chile"},"arcs":[[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[-2,47]],[[48]],[[49]],[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[-9,68,69,-12]]]},{"type":"MultiPolygon","properties":{"admin":"Colombia","adm0_a3":"COL","geounit":"Colombia"},"arcs":[[[70]],[[71,-36,72,73,74]]]},{"type":"MultiPolygon","properties":{"admin":"Ecuador","adm0_a3":"ECU","geounit":"Ecuador"},"arcs":[[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83,84,-74]]]},{"type":"MultiPolygon","properties":{"admin":"Falkland Islands","adm0_a3":"FLK","geounit":"Falkland Islands"},"arcs":[[[85]],[[86]],[[87]],[[88]],[[89]],[[90]]]},{"type":"Polygon","properties":{"admin":"Guyana","adm0_a3":"GUY","geounit":"Guyana"},"arcs":[[91,-38,92,93]]},{"type":"Polygon","properties":{"admin":"Peru","adm0_a3":"PER","geounit":"Peru"},"arcs":[[-35,-13,-70,94,-84,-73]]},{"type":"Polygon","properties":{"admin":"Paraguay","adm0_a3":"PRY","geounit":"Paraguay"},"arcs":[[-34,-5,-11]]},{"type":"Polygon","properties":{"admin":"Suriname","adm0_a3":"SUR","geounit":"Suriname"},"arcs":[[-31,-92,95]]},{"type":"Polygon","properties":{"admin":"Uruguay","adm0_a3":"URY","geounit":"Uruguay"},"arcs":[[96,-7,-33]]},{"type":"MultiPolygon","properties":{"admin":"Venezuela","adm0_a3":"VEN","geounit":"Venezuela"},"arcs":[[[97]],[[98]],[[99]],[[100]],[[-93,-37,-72,101]]]}]}},"arcs":[[[5799,207],[11,-4],[21,4],[12,0],[5,-1],[2,-2],[15,4],[6,-1],[-1,-7],[-14,-7],[-5,3],[-29,-2],[-13,-7],[-6,0],[-12,-11],[-9,6],[-3,6],[6,9],[7,0],[4,4],[3,6]],[[5394,166],[-2,37],[-2,50],[-3,44],[-2,43],[-3,44],[-3,44],[-2,47],[-3,48]],[[5374,523],[6,-7],[26,-31],[7,-13],[4,-16],[-10,10],[-9,-7],[-4,-9],[-4,-11],[0,-7],[4,-6],[10,-5],[24,-1],[1,-2],[16,-38],[8,-9],[8,-6],[20,-20],[18,-21],[22,-19],[23,-15],[21,-11],[21,-14],[21,-20],[23,-14],[25,-10],[25,-8],[37,5],[12,-1],[7,-6],[-6,-19],[-9,-15],[-12,-6],[-13,-3],[-12,0],[-12,2],[-11,-2],[-10,-6],[-11,-4],[-11,-1],[-11,-5],[-11,-5],[-12,3],[-30,13],[-20,3],[-66,2],[-21,2],[-21,4],[-12,0],[-15,-4],[-13,-1],[-3,-3]],[[6031,2579],[1,-9],[-6,1],[-15,9],[-5,8],[-1,3],[15,-3],[7,-4],[4,-5]],[[5894,4945],[3,-4],[1,-4],[11,-8],[23,-12],[21,-24],[21,-35],[19,-26],[17,-16],[16,-12],[15,-7],[7,-6],[1,-4],[14,-9],[26,-13],[17,-14],[6,-14],[26,-14],[44,-14],[33,-7],[20,1],[29,-12],[37,-24],[23,-17],[8,-9],[24,-15],[61,-31],[27,-8],[12,-8],[8,-9],[7,-2],[8,3],[15,-3],[23,-11],[18,-12],[23,-27],[7,-11],[3,-9],[-1,-8],[-8,-9],[-13,-10],[-4,-4],[0,-4],[-3,-8],[-12,-16],[-2,-8],[-1,-6],[-7,-6],[-18,-12],[-4,-6],[-1,-6],[-2,-4],[-3,-1],[-3,-6],[-3,-10],[-1,-14],[2,-16],[0,-5],[-4,-3],[-3,-3],[-1,-8],[-3,-5],[-6,-4],[-2,-4],[1,-4],[-4,-5],[-11,-4],[-6,-6],[-2,-9],[-6,-7],[-9,-7],[-3,-8],[4,-17],[56,5],[46,-6],[54,-17],[36,-6],[18,4],[13,-1],[8,-6],[12,-2],[14,4],[12,-3],[9,-10],[9,2],[8,14],[9,10],[11,6],[12,1],[15,-3],[12,-5],[8,-8],[10,0],[11,8],[5,9],[0,11],[4,8],[9,5],[7,6],[3,8],[11,5],[17,1],[10,4],[1,6],[5,5],[10,5],[7,7],[4,7],[6,5],[8,2],[10,16],[11,31],[8,41],[4,59]],[[6952,4473],[11,0],[4,-5],[8,-2],[8,5],[7,2],[10,-1],[6,6],[7,0],[4,-3],[5,-4],[9,-1],[7,-10],[8,-3],[4,-11],[4,-30],[9,-17],[9,-20],[0,-9],[-6,-8],[-2,-13],[-5,-31],[-1,-11],[3,-8],[0,-11],[-6,-13],[-11,-19],[-10,-5],[-3,0],[-14,-11],[-9,-4],[-6,3],[-6,-4],[-8,-13],[-9,-5],[-15,-3],[-5,-1],[-9,1],[-8,-3],[-7,-7],[-7,-2],[-7,2],[-7,-2],[-6,-7],[-4,-7],[-1,-8],[-6,-5],[-11,-3],[-4,-3],[1,-6],[-5,-4],[-19,-4],[-13,-7],[-9,-11],[-9,-7],[-13,-4],[-19,-11],[-3,-7],[7,-7],[2,-6],[-2,-5],[-5,0],[-10,4],[-7,0],[-4,-2],[-2,-4],[0,-6],[-3,-4],[-7,-2],[-5,-5],[-2,-7],[-9,-10],[-16,-11],[-13,-16],[-9,-20],[-11,-13],[-12,-6],[-9,-9],[-5,-11],[-13,-18],[-21,-24],[-20,-17],[-17,-9],[-10,-10],[-2,-11],[-12,-13],[-20,-14],[-6,-7]],[[6550,3845],[-4,-5],[-1,-10],[-8,-12],[-15,-15],[-6,-14],[7,-17],[0,-20],[-3,-8],[-6,-3],[-2,-5],[4,-8],[0,-10],[-4,-13],[-7,-14],[-11,-16],[-2,-11],[5,-6],[3,-6],[0,-6],[-3,-9],[-4,-12],[-7,-8],[-9,-6],[-3,-7],[4,-9],[0,-9],[-3,-9],[2,-9],[5,-9],[0,-11],[-10,-20]],[[6472,3528],[-3,-13],[5,-56],[-3,-7],[-7,-9],[-7,-1],[-8,2],[-6,-6],[-4,-24],[-12,-53],[2,-12],[9,-21],[3,-13],[2,-10],[2,-18],[-5,-9],[-5,-1],[-6,-5],[7,-23],[5,-10],[16,-22],[63,-30],[26,-18],[29,-25],[15,-24],[1,-21],[-24,-30],[-3,-25],[5,-18],[8,-17],[22,-22],[16,-8],[23,0],[4,-6],[2,-5],[2,-44],[-1,-17],[-7,-15],[-44,-68],[-37,-42],[-14,-23],[-5,-25],[-12,-12],[-63,-37],[-97,-33],[-79,-18],[-18,-6],[-125,-19],[-25,-3],[-31,1],[-26,-3],[-28,5],[-26,6],[-15,15],[-17,2],[-4,-8],[8,-19],[-3,-24],[5,-13],[10,-2],[10,-7],[8,-9],[-14,-1],[6,-8],[6,-4],[-1,-15],[-5,-37],[-14,-9],[-3,-2],[-5,-8],[-8,-35],[-2,-23],[4,-15],[17,-31],[-6,-21],[-10,-11],[-46,-23],[-18,-10],[-29,-7],[-47,-2],[-17,1],[-41,20],[-30,11],[-28,9],[-27,5],[4,3],[2,6],[-8,3],[-5,0],[-18,-11],[-6,-11],[-2,-10],[0,-23],[4,-19],[14,-48],[3,-26],[-5,-33],[9,-19],[10,-8],[23,-8],[9,-5],[10,1],[3,-2],[-2,-5],[-5,-8],[1,-9],[17,-2],[17,2],[19,5],[4,6],[0,13],[-22,1],[2,5],[17,6],[21,9],[11,2],[8,-6],[5,-5],[6,-13],[5,-18],[0,-22],[-2,-21],[-2,-7],[-6,-9],[-38,-12],[-11,2],[-10,16],[-4,15],[-9,11],[-19,8],[-18,-3],[-18,-16],[-17,-5],[-6,-14],[45,-20],[22,-6],[7,1],[7,-3],[-6,-8],[-7,-6],[-31,-12],[-14,-8],[-16,-16],[-21,-35],[-7,-7],[-3,-9],[-1,-23],[8,-39],[-7,-16],[6,-18],[-2,-12],[-8,-18],[-30,-28],[-5,-20],[11,-12],[0,-10],[-3,-10],[-13,0],[-48,4],[-17,-11],[-16,-13],[-4,-6],[-5,-4],[-32,-8],[-7,-5],[-32,-49],[-13,-31],[-16,-30],[-4,-13],[0,-17],[3,-15],[3,-11],[7,-15],[14,-16],[70,-65],[13,-5],[71,-5],[16,-8],[10,-15],[4,-14],[-3,-34],[-3,-10],[-8,-10],[-16,-14],[-19,-7],[6,-4],[8,1],[17,4],[8,-3],[6,-14],[-11,-5],[-3,-7],[-7,-10],[-38,-42],[-21,-12],[-20,-17],[-25,-17],[-10,-10],[-13,-20],[-20,-22],[-21,-47],[0,-9],[3,-6],[-8,-80],[-4,-10],[-8,-11],[-24,-18],[-11,-2],[-16,8],[-9,10],[-10,17],[-11,17],[-1,-7],[5,-10],[-2,-12],[-26,-6],[-7,-6],[24,4],[16,-3],[7,-3],[7,-9],[6,-10],[-4,-6],[-13,-5],[-16,-10],[-18,-17],[-10,-19],[-4,-13],[-4,-27],[0,-18],[-7,-14],[-12,-13],[1,-2],[8,6],[7,3],[7,-16],[10,-32],[5,-22],[0,-7],[-2,-9],[-16,-4],[-14,0],[-11,-5],[6,-4],[10,2],[14,-8],[15,5],[7,-6],[6,-6],[26,-46],[22,-28],[11,-17],[-4,-8]],[[5390,571],[-3,10],[-13,2],[-13,2],[-22,7],[-29,9],[-29,-1],[-24,8],[-26,9],[-53,-3],[-47,-3],[-48,-3],[-31,-2],[-21,-1],[-5,3],[0,14],[-8,9],[-12,11],[-15,7],[-7,11],[-9,11],[3,12],[4,27],[-1,12],[-6,8],[-3,12],[1,5],[5,5],[1,20],[-4,18],[-5,17],[-7,7],[-7,3],[-5,0],[-11,-7],[-19,0],[-6,-3],[-9,-8],[-12,-11],[-8,3],[-3,10],[-6,9],[-4,8],[-3,13],[-6,17],[-10,20],[-13,15],[-2,15],[-4,18],[4,18],[-5,15],[-9,17],[0,19],[6,11],[1,13],[34,5],[-3,17],[5,15],[5,13],[5,6],[12,6],[13,9],[8,9],[3,8],[1,10],[0,10],[-4,22],[2,7],[8,9],[14,9],[5,22],[-5,18],[-10,13],[-12,6],[-2,15],[4,14],[5,16],[6,17],[-2,12],[6,8],[18,17],[5,16],[7,5],[7,2],[0,9],[-6,8],[-2,11],[-1,12],[1,16],[8,7],[12,14],[3,8],[0,11],[-6,22],[-5,16],[-2,6],[-7,11],[-5,6],[6,10],[13,10],[5,13],[-7,11],[-8,6],[-4,17],[1,21],[5,8],[20,4],[1,12],[15,17],[-2,15],[-11,8],[-11,14],[-8,13],[-24,5],[-26,2],[-4,12],[0,8],[12,-2],[19,4],[14,2],[10,2],[12,2],[11,-4],[10,4],[3,20],[6,11],[0,10],[-7,7],[-13,2],[-55,1],[-3,8],[0,13],[1,14],[-1,6],[4,7],[5,12],[3,9],[-5,10],[-10,15],[6,7],[0,9],[-3,8],[-10,9],[-9,12],[-1,13],[9,5],[6,4],[1,9],[-5,10],[-13,2],[-18,5],[-6,5],[-6,11],[1,31],[-4,19],[-2,10],[4,8],[5,8],[-4,16],[-6,9],[1,7],[4,7],[4,9],[3,2],[6,-4],[9,3],[11,8],[1,8],[-4,11],[-11,28],[-9,17],[1,6],[3,7],[-5,24],[0,15],[-4,43],[0,15],[-9,14],[0,15],[4,10],[4,15],[3,12],[4,6],[6,3],[1,7],[-3,5],[-10,7],[-3,10],[1,8],[4,4],[7,1],[4,11],[1,13],[0,6],[-4,8],[-5,18],[-3,10],[3,4],[4,2],[8,-2],[5,2],[1,6],[0,6],[2,4],[3,13],[4,17],[0,12],[-4,31],[2,8],[5,7],[8,7],[9,6],[13,8],[15,4],[6,9],[4,11],[0,9],[-7,6],[-8,7],[-5,18],[-4,17],[-3,22],[-9,18],[-10,20],[-4,19],[2,10],[2,17],[-5,7],[-5,13],[4,10],[4,17],[-2,8],[-5,19],[-5,10],[3,12],[5,12],[4,6],[-1,9],[1,8],[9,6],[8,10],[6,2],[8,0],[4,3],[2,8],[0,8],[11,11],[7,10],[12,2],[6,11],[-1,13],[-3,13],[4,15],[-7,23],[0,12],[-6,9],[0,11],[-3,7],[-8,2],[-3,8],[3,5],[7,4],[8,7],[4,32],[3,10],[2,11],[-1,6],[4,9],[4,13],[8,13],[4,9],[4,12],[0,7],[6,3],[7,2],[8,3],[3,4],[-1,6],[-2,14],[-4,21],[-3,28],[0,18],[4,19],[4,10],[-2,8],[-2,8],[-9,4],[-9,-5],[-6,1],[-9,9],[-3,10],[0,15],[6,9],[1,11],[-4,3],[-8,7],[-9,25],[-1,22],[-8,5],[-5,16],[-8,6],[-4,12],[-3,13],[0,6],[8,2],[4,10],[-4,6],[-6,4],[-8,-1],[-7,6],[-12,24],[-8,13],[1,19],[0,16],[2,13],[0,11],[6,5],[5,-2],[6,2],[4,8],[4,6],[0,4],[-4,5],[-2,7],[3,10],[5,22],[7,25],[4,9],[-2,8],[2,3],[7,-3],[18,5],[5,11],[2,10],[5,6],[-3,7],[-8,2],[-5,3],[1,9],[2,20],[-2,14],[-9,31],[-8,30],[3,11],[11,14],[9,7],[1,8],[7,37],[-1,20],[5,11],[3,21],[15,19],[4,12],[7,2],[3,4],[8,13],[10,14],[10,8],[1,10],[4,15],[8,25],[5,17],[7,6],[7,23],[3,13],[9,6],[8,2],[8,-6],[7,2],[7,8],[17,6],[7,3],[3,8],[-1,13],[-7,9],[-16,18],[-14,21],[-1,6],[-1,7],[2,10],[5,10],[14,18],[-3,12],[-13,44],[-5,13],[-9,22],[0,9],[5,26],[6,10],[8,3],[4,3],[2,5],[-6,5],[-3,7],[-4,10],[-8,3],[-5,9],[-1,12],[7,17],[7,5],[3,7],[8,7],[7,6],[6,9],[26,13],[21,11],[40,19],[28,13],[3,8],[1,6],[11,42],[15,55],[9,34],[-26,23]],[[5290,4843],[4,7],[13,18],[2,14],[6,6],[24,15],[4,9],[2,10],[5,8],[10,2],[17,7],[19,7],[5,9],[5,15],[4,16],[3,4],[6,0],[11,-4],[5,-6],[28,-18],[12,-11],[12,-1],[22,3],[5,0],[57,1],[9,0],[20,-4],[11,-4],[8,-1],[13,-6],[12,-19],[6,-16],[5,-14],[10,-24],[7,-9],[2,5],[5,27],[7,15],[10,18],[20,41],[7,6],[8,3],[6,1],[6,-3],[7,0],[6,4],[55,1],[57,2],[1,0],[2,-7],[10,-15],[11,-8],[2,-2]],[[6500,5232],[3,23],[-3,20],[-2,5],[-40,25],[-36,22],[-48,28],[-62,0],[-64,-1],[-61,-13],[-59,-12],[-29,-6],[-56,-13],[-34,-6],[-8,-22],[-13,-35],[-13,-20],[-14,-21],[-21,-29],[1,-36],[0,-34],[-13,-48],[-12,-41],[-11,-39],[-8,-27],[-3,-7]],[[5290,4843],[-22,-5],[-29,-7],[-17,0],[-12,0],[-3,3],[-9,4],[-1,6],[-1,7],[2,14],[-2,19],[-11,21],[0,8],[-1,10],[-6,20],[-13,10],[-4,17],[-2,14],[-11,18],[-4,24],[-1,20],[-17,23],[-18,24],[-13,3],[-4,2],[-2,7],[-1,12],[1,6],[10,12],[0,2],[-2,2],[-28,15],[-7,4],[-2,6],[-1,5],[6,6],[3,4],[-7,11],[0,11],[-4,4],[0,4],[4,3],[17,4],[5,11],[-1,9],[-3,7],[-17,15],[0,2],[15,23],[11,16],[3,3],[-1,3],[-3,4],[-8,5],[-10,6],[-9,7],[-11,10],[-15,9],[-10,9],[-6,7],[-1,8],[-2,13],[-8,22],[-2,14],[-4,16],[-4,11],[-2,10],[-6,11],[-3,8],[4,6],[3,4],[-1,3],[-26,10],[-5,3],[-8,23],[-20,20],[-3,16]],[[4930,5560],[-1,0],[0,6],[-2,10],[-7,7],[-9,5],[-3,6],[3,7],[16,14],[9,3],[1,7],[6,6],[14,20],[9,14],[9,8],[10,6],[4,5],[-3,14],[0,9],[4,6],[10,7],[10,5],[2,3],[-2,3],[-9,7],[-19,5],[-12,-2],[-8,5],[-5,5],[-28,55],[-5,14],[0,5],[14,29],[6,10],[11,14],[-2,5],[-22,21],[-7,10],[-1,11],[1,13],[12,7],[2,11],[2,11],[5,3],[5,6],[5,9],[9,8],[5,6],[1,16],[4,4],[13,6],[1,4],[-4,11],[-7,10],[-6,6],[-8,26],[-9,14],[3,5],[5,7],[4,15],[0,16],[-5,58],[-1,12],[6,8],[9,10],[8,4],[7,7],[-1,11],[4,7],[6,8],[-21,32],[-19,27],[-18,26],[-20,30],[-14,20],[-17,25],[-14,21],[-21,30]],[[4855,6475],[17,1],[34,1],[34,-3],[22,-1],[10,-4],[2,-8],[7,-3],[7,2],[8,1],[17,9],[14,6],[13,7],[6,6],[14,22],[12,12],[12,5],[22,2],[8,-2],[9,0],[7,13],[12,14],[23,17],[12,5],[8,6],[13,2],[11,7],[54,44],[22,12],[14,2],[11,3],[20,7],[49,8],[32,3],[11,-5],[11,2],[10,10],[8,3],[6,0],[9,-11],[4,-11],[-2,-9],[1,-13],[4,-17],[-1,-15],[-11,-20],[-6,-9],[-1,-8],[1,-11],[6,-18],[11,-25],[2,-18],[-6,-13],[-3,-10],[1,-9],[3,-6],[4,-3],[3,-7],[1,-11],[6,-10],[12,-9],[4,-9],[-1,-9],[0,-6],[4,-2],[3,2],[4,3],[3,-1],[8,-12],[2,-3],[4,-10],[2,-8],[11,-4],[12,-3],[7,-4],[14,-11],[12,-8],[14,-6],[5,-11],[9,-15],[24,-6],[28,-2],[18,-3],[22,9],[14,-1],[15,-5],[6,-4],[12,-8],[17,-10],[14,-4],[10,6],[9,3],[7,-3],[4,-11],[4,-8],[8,-5],[18,-15],[10,-6],[12,1],[23,-10],[25,-9],[13,-1],[12,1],[9,-3],[3,-12],[22,-22],[10,-9],[12,-8],[31,1],[9,-3],[14,3],[41,4],[7,1],[24,-10],[27,-14],[18,-11],[13,-7],[7,-10],[5,-10],[3,-12],[-4,-11],[-5,-4],[-1,-8],[2,-11],[9,-9],[3,-12],[5,-22],[6,-6],[4,-66],[-18,-1],[-26,-1],[7,-6],[22,-24],[19,-23],[3,-36],[2,-22],[3,-33],[2,-19],[48,-1],[56,-2],[66,-3],[59,-3],[6,0],[10,3],[7,3],[4,0],[1,-8],[-2,-10],[0,-11],[-17,-22],[-1,-7],[2,-29],[6,-24],[3,-21],[6,-7],[20,-11],[29,-21],[12,-3],[10,2],[6,-8],[1,-14],[16,-38],[10,-25],[5,-8],[7,-5],[-1,-3],[-7,-1],[-3,-5],[-9,-27],[-13,-35],[-8,-25],[7,-1],[0,-7],[2,-10],[-9,-1],[-3,-4],[-10,-21],[-14,-26],[-14,-28],[-8,-16],[13,-13],[23,-21],[-4,-5],[-10,-3],[-8,-2],[-6,-7],[-4,-6],[-9,-2]],[[7726,4125],[-9,-5],[4,33],[6,10],[6,8],[6,4],[5,-7],[-6,-16],[-13,-18],[1,-9]],[[7729,4315],[-2,-2],[-7,18],[18,15],[5,-7],[-6,-13],[-5,-8],[-3,-3]],[[8197,4622],[-1,-7],[-5,4],[-15,-2],[-5,6],[22,21],[4,-3],[3,-5],[1,-6],[-3,-3],[-1,-5]],[[8357,4709],[4,-5],[-7,2],[-9,-3],[-14,-1],[-5,6],[13,6],[5,6],[2,-2],[4,-5],[7,-4]],[[9256,5949],[-7,-8],[-5,2],[-1,6],[-4,6],[3,4],[4,2],[11,-2],[-1,-10]],[[9286,5998],[-6,-2],[1,9],[16,9],[5,12],[7,-7],[0,-7],[0,-3],[-23,-11]],[[8634,7548],[-16,-13],[7,17],[-2,11],[3,9],[12,7],[3,1],[-2,-10],[0,-3],[-5,-19]],[[8602,7793],[-10,-6],[-4,-4],[-8,4],[2,4],[2,-1],[4,12],[14,-3],[0,-6]],[[7521,7861],[-16,-2],[23,36],[20,17],[3,34],[22,29],[20,12],[27,2],[13,-20],[-21,-51],[-6,0],[-25,-27],[-29,-18],[-31,-12]],[[7878,8019],[14,-2],[21,2],[15,6],[15,0],[16,-2],[51,-12],[31,-5],[11,-3],[11,-4],[8,-5],[1,-8],[-9,-13],[-7,-13],[-7,-19],[-4,-4],[-7,2],[3,-18],[-2,-7],[-4,-6],[-9,-14],[-14,-16],[-4,-4],[-10,-5],[-9,-8],[1,-7],[3,-8],[-5,-9],[-16,-12],[-9,-3],[-8,-1],[-8,2],[-12,15],[-2,-11],[-5,-11],[-5,-5],[-17,2],[-9,6],[-15,8],[-4,-18],[-11,-11],[-10,-3],[-15,-2],[-9,-4],[-17,5],[-14,9],[-9,1],[-7,-6],[-36,2],[-17,-6],[-9,2],[-14,15],[-2,9],[-7,18],[-7,22],[-4,20],[6,17],[9,-1],[12,-4],[2,1],[1,6],[-2,4],[-18,1],[-11,11],[-1,15],[4,32],[2,7],[9,8],[3,8],[-1,9],[4,16],[9,13],[30,15],[34,4],[96,-23]],[[7718,8044],[-45,-26],[-14,10],[-2,6],[3,5],[-1,3],[6,10],[24,6],[12,1],[16,-4],[2,-7],[-1,-4]],[[7908,8034],[-42,-1],[-18,8],[4,6],[15,9],[18,6],[16,2],[16,-5],[4,-9],[-2,-8],[-11,-8]],[[7866,8095],[6,-9],[-25,-30],[-12,-3],[-14,0],[-16,10],[-27,1],[-9,3],[0,14],[13,14],[22,-3],[40,10],[22,-7]],[[7757,8082],[-5,-21],[-27,11],[3,22],[14,6],[13,11],[5,14],[1,20],[5,4],[4,1],[3,-2],[-1,-30],[1,-19],[-16,-17]],[[7802,8118],[-17,-4],[-3,5],[1,19],[6,10],[22,1],[2,3],[7,2],[3,-7],[-1,-11],[-20,-18]],[[7796,8353],[-16,-6],[-9,3],[-7,19],[4,14],[11,5],[9,-2],[3,-2],[7,-25],[-2,-6]],[[6811,8397],[4,-1],[11,-2],[25,-6],[33,-8],[9,2],[6,5],[1,13],[1,10],[-7,9],[-9,9],[-8,13],[-10,3],[1,6],[7,7],[7,3],[4,4],[5,16],[3,3],[3,0],[3,0],[7,-5],[26,-13],[11,2],[44,2],[7,7],[9,1],[16,7],[7,0],[5,-2],[7,1],[11,7],[4,0],[2,-7],[6,-8],[8,-8],[4,-1],[13,1],[7,-2],[3,-7],[1,-6],[5,-5],[8,0]],[[7111,8447],[3,-2],[7,-4],[5,-7],[13,-6],[22,-9],[11,-1],[9,-3],[6,-2],[7,4],[23,11],[11,7],[8,5],[6,5],[4,1],[3,-3],[2,-4],[8,-3],[19,-6],[9,-1],[13,3],[10,6],[6,3],[7,-8],[5,-9],[3,-5],[8,1],[16,-2],[11,-4],[7,0],[10,4],[6,8],[14,7],[14,6],[8,9],[12,16],[4,6],[2,12],[17,32],[7,6],[4,10],[7,12],[1,10],[5,9],[9,8],[7,5],[12,14],[8,13],[21,29],[2,9],[7,4],[3,7],[9,7],[9,6],[4,9],[6,9],[14,7],[6,3],[17,26],[2,12],[14,-1],[21,-15],[16,-21],[19,-67],[0,-60],[7,-32],[22,-66],[1,-13],[4,-14],[7,-16],[7,-26],[1,-5],[-7,-7],[9,-1],[8,-4],[4,-17],[5,-11],[11,-15],[25,-7],[18,-3],[21,-10],[14,-11],[10,-38],[-6,-22],[0,-16],[-7,-6],[-18,-9],[-4,-6],[-37,-24],[-9,-13],[-20,-15],[-21,-32],[-29,-28],[-10,-7],[-15,0],[-10,-4],[-22,-23],[-29,-7],[-4,-14],[-18,-31],[-16,-16],[-9,-6],[-25,-30],[-4,-14],[-2,-24],[-16,-14],[-16,-8],[-4,-21],[-7,-7],[-7,-4],[-32,7],[-52,-20],[-17,-4],[55,-4],[17,-13],[39,6],[49,26],[18,4],[38,18],[15,12],[28,14],[6,6],[16,6],[8,-9],[0,-6],[-13,-11],[2,-7],[8,-10],[2,-13],[1,-9],[3,-18],[16,-23],[0,-8],[-3,-10],[7,-9],[8,-5],[26,-26],[24,12],[13,3],[10,5],[18,3],[15,-7],[27,-10],[22,7],[43,17],[-16,-34],[-12,-32],[-8,-13],[-10,-34],[-8,-9],[-6,-11],[10,3],[8,5],[11,13],[10,23],[35,61],[9,5],[26,5],[48,47],[17,-1],[10,-13],[10,-7],[4,13],[15,5],[-15,8],[-2,6],[-1,11],[12,13],[-5,13],[23,14],[0,12],[9,9],[10,9],[12,4],[3,8],[8,3],[5,1],[11,-11],[13,11],[12,3],[5,-2],[6,-6],[7,-2],[6,0],[15,6],[13,-13],[7,-3],[-1,7],[-4,6],[4,5],[7,2],[20,-4],[10,-6],[10,-11],[16,-2],[13,0],[7,-6],[13,-1],[6,-10],[18,-13],[3,-9],[16,-5],[14,-6],[15,-3],[16,0],[0,-11],[11,-3],[15,0],[10,-13],[29,-12],[20,-17],[14,1],[14,-5],[13,-33],[2,-22],[7,2],[8,9],[11,18],[17,4],[7,-8],[15,-13],[13,-13],[5,-9],[10,-2],[-9,-9],[9,0],[11,6],[8,-15],[5,-16],[-1,-16],[-7,-8],[-6,-5],[-8,-11],[-8,-1],[-8,-3],[8,-9],[5,-8],[15,19],[10,5],[13,2],[5,-15],[0,-15],[-22,-3],[-1,-11],[-7,-6],[-5,-7],[-5,-15],[-6,-12],[-19,-54],[-1,-9],[16,8],[32,25],[12,30],[15,28],[13,8],[7,0],[11,-5],[0,-10],[-2,-5],[-14,-14],[-6,-7],[4,-9],[30,22],[13,7],[11,-3],[22,9],[42,-2],[5,12],[9,5],[23,-4],[44,-17],[14,-11],[23,-12],[11,-12],[51,-25],[38,-7],[20,6],[22,-12],[11,-12],[24,-8],[24,-6],[20,5],[49,-4],[63,2],[36,-7],[41,-13],[26,-22],[24,-14],[13,-12],[23,-14],[47,-35],[15,-19],[29,-26],[30,-14],[14,-26],[11,-12],[28,-44],[34,-33],[21,-31],[46,-25],[14,-31],[32,-9],[13,-7],[15,-14],[23,-11],[31,-3],[33,-7],[28,1],[63,-21],[9,-7],[11,-14],[15,-49],[5,-53],[0,-39],[10,-32],[-2,-57],[4,-19],[-2,-14],[6,-4],[-3,-38],[-4,-15],[-10,-18],[-2,-9],[0,-5],[-4,-8],[-3,-8],[3,-18],[-2,-15],[-12,-15],[-19,-43],[-42,-68],[-34,-38],[-45,-37],[-28,-19],[-10,0],[-8,5],[4,-13],[-8,-9],[-30,-28],[-28,-17],[-32,-32],[-2,0],[-34,-9],[-21,-9],[-28,-17],[-28,-29],[-6,-3],[-8,3],[-2,-16],[-24,-24],[-6,-2],[1,7],[4,5],[3,6],[1,7],[-6,-4],[-15,-18],[2,-15],[-12,-21],[-42,-57],[-47,-46],[-11,-15],[-37,-31],[-26,-13],[-7,1],[-7,2],[1,28],[-16,19],[-5,3],[-10,-16],[-7,-4],[-9,1],[8,-9],[2,-9],[-13,-16],[-3,-16],[-20,-15],[-12,-12],[-8,-15],[-5,-14],[8,3],[3,-4],[2,-5],[-2,-7],[-8,-12],[-4,-32],[-3,-7],[4,-9],[8,13],[3,-5],[-30,-83],[0,-40],[-4,-45],[1,-43],[2,-40],[0,-3],[-18,-43],[-21,-41],[-14,-35],[-12,-38],[-8,-17],[-5,-19],[0,-46],[1,-9],[-21,-17],[-19,-7],[-12,-8],[-28,-33],[-20,-52],[-5,-28],[-3,-60],[-8,-24],[-9,-15],[-10,-9],[-23,-10],[-24,-28],[-13,-32],[-15,-10],[-5,-18],[-13,-18],[-31,-26],[-19,-6],[-10,-7],[-7,-17],[-21,-26],[-18,-35],[2,-13],[0,-2],[-2,-43],[-3,-10],[-18,-10],[-64,-14],[-18,-7],[-41,-32],[-4,-9],[0,-13],[5,-7],[-7,-7],[-9,-14],[-11,3],[-60,7],[-34,-1],[-17,3],[-7,4],[-8,7],[-2,7],[7,11],[-2,7],[-9,0],[-11,-2],[-2,-6],[0,-5],[3,-7],[1,-8],[-5,-7],[-20,1],[-22,-4],[-27,0],[-22,-2],[-10,7],[11,2],[14,-3],[16,3],[-3,7],[-21,10],[-25,-2],[-14,-8],[-29,4],[-36,-3],[-7,-7],[-1,-14],[7,-3],[6,-7],[-7,-5],[-7,-2],[-38,-3],[-38,-23],[-15,-2],[-14,-10],[-2,-10],[-5,-6],[-8,1],[-18,7],[-23,2],[-18,-2],[-91,-35],[-33,-15],[-39,-32],[-63,-35],[-33,-21],[-7,-5],[-5,0],[-10,-4],[4,-5],[6,-1],[-4,-13],[-13,-9],[-25,-22],[-6,2],[9,12],[-11,1],[-17,6],[-8,-4],[3,-13],[-6,-5],[-12,0],[-10,2],[-11,11],[4,-18],[24,-6],[9,-5],[4,-6],[-22,-29],[-16,-3],[-2,-4],[9,0],[4,-9],[-9,-33],[-8,-6],[-4,0],[-5,-5],[5,-12],[6,-8],[-3,-16],[-3,-12],[-1,-13],[6,-25],[0,-25],[3,-9],[1,-10],[-6,-9],[2,-15],[-12,-25],[2,-37],[-5,-35],[-5,-18],[-7,-14],[-15,-17],[-1,-18],[-30,-15],[-34,-22],[-31,-26],[-34,-37],[-41,-58],[-40,-85],[-44,-63],[-18,-23],[-23,-25],[-31,-29],[-40,-28],[-44,-26],[-16,-11],[-16,-17],[-3,8],[4,11],[-2,9],[1,12],[8,2],[12,-8],[7,4],[5,5],[16,2],[31,29],[22,10],[13,18],[3,10],[1,21],[7,4],[16,-2],[3,5],[-1,7],[5,14],[22,11],[11,15],[-1,38],[4,2],[9,-7],[4,3],[5,16],[-1,9],[-10,3],[-37,-17],[-12,2],[-1,15],[-17,8],[-6,13],[-2,8],[-5,4],[-1,-15],[1,-14],[14,-18],[-4,-6],[-8,-7],[-6,-17],[-1,-22],[-4,7],[-5,4],[-3,-24],[-11,-9],[-4,-8],[2,-11],[-6,-7],[-27,-18],[-27,-12],[-6,-5],[-4,-15],[-5,-15],[-12,-13],[-11,-26],[0,-11],[2,-17],[4,-12],[-8,-7],[-11,-13],[-10,-16],[-24,-60],[-19,-36],[-15,-17],[-20,-18],[-58,-45]],[[7059,3333],[-3,0],[-8,5],[-6,5],[-2,3],[0,4],[2,17],[2,47],[2,8],[4,6],[11,7],[11,11],[13,15],[11,11],[-3,8],[-9,8],[-16,7],[-15,12],[-13,14],[-6,15],[-5,16],[-5,13],[-1,6],[-6,2],[-8,7],[-6,6],[-7,4],[-14,4],[-15,7],[-18,16],[-13,18],[-6,11],[-7,8],[-37,15],[-17,16],[-7,-5],[-11,5],[-9,8],[-3,6],[-4,6],[-4,7],[-2,7],[-10,11],[-14,13],[-5,4],[-3,-1],[-3,-5],[-2,-4],[-5,-3],[-7,-6],[-7,-6],[-8,-5],[-10,-1],[-6,1],[-2,2],[0,10],[3,21],[-5,9],[-8,9],[-8,12],[-28,26],[-39,37],[-14,11],[-13,1],[-12,-1],[-11,-4],[-9,-17],[-3,-2],[-22,1],[-21,3],[-7,10]],[[6952,4473],[2,20],[19,29],[6,13],[-3,8],[7,27],[15,47],[6,30],[-5,15],[1,10],[7,8],[3,3],[-16,11],[-9,10],[-12,7],[-12,6],[-6,-2],[-7,-3],[-13,-5],[-15,-8],[-7,-3],[-13,-2],[-15,-3],[-13,2],[-10,3],[-6,5],[-3,12],[0,10],[-2,15],[-7,8],[-3,7],[0,8],[1,8],[3,7],[-2,8],[-3,5],[1,10],[-1,13],[-5,8],[-2,10],[0,10],[-4,9],[0,11],[4,9],[2,10],[-4,7],[-7,4],[-6,11],[0,14],[-6,8],[-7,7],[-7,0],[-12,4],[-10,0],[-16,1],[-8,2],[-4,5],[-10,8],[-5,12],[-7,2],[-10,-3],[-4,-5],[-4,-6],[-7,-7],[-10,0],[-10,-4],[-9,0],[-12,0],[-13,3],[-15,5],[-12,3],[-13,-3],[-8,3],[-11,1],[-13,1],[-9,8],[-11,4],[-6,-1],[-7,-5],[-8,2],[-10,3],[-4,9],[1,6],[2,5],[4,8],[-2,8],[1,7],[2,7],[2,7],[-1,7],[-1,7],[-1,7],[-1,7],[6,11],[4,8],[-2,8],[1,5],[3,8],[5,10],[0,19],[-4,11],[-4,3],[-1,3],[2,4],[-2,5],[-1,4],[2,4],[-3,8],[-6,3],[-3,2],[-2,9],[-1,10],[1,8],[-3,6],[-5,5],[-4,7],[-5,6],[-1,7],[-3,10]],[[4855,6475],[-14,-2],[-24,2],[-17,-1],[-15,-8],[-22,-11],[-10,-3],[-7,-1],[-8,0],[-9,5],[-12,10],[-9,-5],[-7,-5],[-1,24],[-3,36],[-2,31],[-2,26],[-3,29],[-1,21],[6,9],[3,9],[-6,12],[0,11],[3,7],[4,8],[-10,-4],[-4,-3],[-5,-6],[-12,-8],[-8,-8],[-9,-7],[-12,-15],[-9,-8],[-11,-6],[-16,-17],[-15,-5],[-39,-5],[-41,-3],[-37,-3],[-6,-1],[-1,14],[0,9],[-13,9],[-2,12],[-4,8],[-6,10],[-9,6],[-13,1],[-21,4],[-31,3],[-30,-2],[-28,-3],[15,22],[16,23],[-2,18],[-16,14],[-9,9],[-13,12],[-15,8],[-10,12],[0,8],[-1,4],[-6,3],[-6,4],[-8,4],[-10,6],[-1,7],[-4,6],[-6,8],[-1,7],[-6,9],[-7,7],[-6,5],[-9,6],[0,6],[6,3],[2,7],[-2,7],[-7,3],[-8,2],[-12,11],[-9,5],[-5,3],[-4,4],[3,3],[3,5],[0,7],[-2,6],[-1,5],[5,2],[6,0],[5,4],[7,2],[9,1],[4,4],[-2,7],[-6,12],[-6,5],[-2,8],[2,16],[2,10],[8,11],[27,25],[25,17],[12,3],[9,6],[6,9],[0,10],[-2,8],[-6,11],[-7,15],[-5,8],[3,10],[5,14],[12,22],[12,24],[0,7],[1,13],[3,29],[2,15],[-2,6],[3,5],[7,5],[20,6],[13,9],[20,18],[16,18],[14,7],[25,17],[14,11],[6,4],[14,8],[27,5],[22,4],[12,6],[19,3],[12,6],[13,2],[26,7],[8,9],[7,10],[9,9],[12,3],[13,-1],[16,1],[19,4],[10,-5],[5,-8],[12,-7],[9,1],[8,2],[12,-6],[7,2],[5,4],[0,9]],[[4728,7432],[2,6],[4,30],[6,50],[5,45],[6,50],[6,52],[6,53],[5,43],[5,37],[2,23],[5,30],[1,27],[2,7],[-2,7],[-7,8],[0,4],[1,5],[-1,5],[-7,4],[-5,3],[-4,4],[-2,6],[-4,6],[-2,6],[-4,4],[-2,7],[2,6],[1,6],[-1,6],[-3,7],[-4,6],[-5,4],[-13,3],[-13,10],[-16,9],[-20,16],[-5,9],[-2,23],[-1,26],[-1,39],[-1,19],[10,2],[10,1],[10,2],[8,2],[8,4],[6,4],[7,2],[5,0],[6,3],[5,4],[6,3],[9,2],[8,-4],[5,-4],[6,-2],[4,0],[4,0],[4,-3],[4,0],[7,1],[6,1],[3,1],[0,3],[-2,4],[-2,4],[1,6],[0,7],[-1,10],[-5,4],[-5,10],[-6,7],[-9,5],[-8,2],[-7,-4],[-6,-1],[-4,3],[-8,-1],[-8,1],[-8,0],[-15,-3],[-6,3],[-7,-1],[-9,-3],[-2,38],[-3,35],[-1,25],[7,0],[10,5],[14,2],[10,5],[7,1],[11,-1],[13,-5],[12,0],[31,2],[33,3],[38,2],[37,2],[32,2],[10,0],[-6,8],[-7,10],[2,9],[3,9],[3,5],[11,-5],[9,-14],[8,-10],[7,-5],[8,0],[10,2],[9,5],[16,21],[15,18],[8,6],[9,6],[6,2],[10,0],[8,-4],[5,-8],[20,-28],[15,-21],[5,-13],[2,-32],[1,-29],[2,-4],[2,-1],[30,8]],[[5158,8269],[43,-33],[31,-24],[13,-8],[7,-2],[18,3],[20,4],[10,4],[11,9],[18,12],[14,6],[6,1],[6,-1],[13,-7],[7,-12],[-6,-15],[2,-8],[13,1],[10,15],[7,12],[14,10],[15,14],[10,14],[12,8],[18,9],[14,7],[14,-1],[10,7],[13,12],[9,9],[6,4],[13,-1],[16,2],[15,12],[14,14],[7,23],[5,21],[4,4],[5,3],[6,2],[15,2],[25,12],[18,11],[17,3],[5,3],[6,11],[2,18],[-2,10],[-32,3],[-20,0],[-34,2],[-16,4],[-4,3],[0,3],[3,8],[2,15],[-5,19],[-18,31],[-13,30],[-2,22],[0,22],[0,15],[-9,12],[-49,35],[-17,17],[-5,11],[-20,22],[5,7],[10,0],[10,-5],[9,-13],[6,-2],[8,0],[44,2],[10,-2],[6,-4],[6,-5],[8,-14],[9,-7],[17,1],[27,1],[15,1],[9,-3],[12,-3],[23,8],[7,0],[7,-3],[26,-25],[15,-11],[13,-14],[18,1],[15,12],[3,41],[4,13],[8,3],[9,1],[10,6],[12,9],[10,3],[42,-9],[11,5],[42,11],[43,15],[12,18],[18,5],[14,13],[12,-1],[17,-1],[11,3],[5,2],[6,6],[10,18],[12,7],[15,7],[10,8],[8,10],[4,9],[0,7],[-5,14],[-6,13],[-7,4],[-5,1]],[[6128,8906],[15,3],[12,-4],[19,-1],[9,4],[12,-2],[15,9],[10,-3],[6,0],[6,-7],[5,-7],[14,-10],[-2,-14],[-2,-13],[-2,-15],[-1,-11],[-6,-12],[-9,-11],[-3,-4],[-1,-6],[6,-3],[11,-1],[13,0],[10,-4],[11,0],[15,-10],[7,-5],[0,-4],[-4,-11],[-2,-9],[3,-6],[4,-4],[12,-22],[5,-7],[5,-2],[1,-5],[-4,-7],[-5,-10],[-10,-10],[-2,-9],[-8,-5],[-20,-12],[3,-19],[1,-10],[0,-8],[-7,-10],[-12,-30],[-4,-15],[-4,-34],[0,-12],[6,-15],[11,-35],[6,-5],[15,-8],[2,-24],[-1,-24],[-1,-9],[3,-4],[6,-2],[5,-3],[1,-7],[-1,-8],[12,-4],[9,-3],[9,-10],[16,-16],[7,-3],[3,-7],[14,-13],[20,-5],[21,-6],[8,-9],[9,-7],[6,0],[6,1],[9,6],[7,5],[13,-1],[15,1],[2,4],[2,6],[-3,13],[5,5],[12,2],[3,7],[3,4],[3,5],[5,0],[5,-2],[8,-2],[9,-3],[5,-4],[8,-1],[9,1],[4,3],[2,5],[3,11],[5,1],[12,2],[12,5],[17,0],[16,0],[7,3],[8,7],[14,20],[7,5],[8,3],[7,0],[14,3],[11,5],[4,-2],[9,-11],[4,-2],[7,-1],[21,-6],[11,2],[12,3],[12,1],[9,-3],[6,3],[7,2]],[[5510,1],[-3,-1],[-9,3],[-13,0],[-2,2],[0,2],[1,3],[7,2],[22,-1],[2,-1],[1,-2],[-3,-5],[-3,-2]],[[5537,21],[-3,-2],[-3,3],[-4,2],[-17,4],[0,3],[1,4],[3,4],[6,4],[5,9],[2,-1],[3,-3],[4,-13],[5,-9],[0,-3],[-2,-2]],[[5612,115],[-7,-7],[-6,0],[-2,2],[-1,4],[1,3],[3,3],[5,5],[2,0],[9,-3],[-4,-7]],[[5552,125],[-3,-7],[-5,-8],[-8,-7],[-8,-2],[-6,3],[-4,6],[-1,5],[-2,3],[-4,1],[-4,0],[-4,-3],[-10,-9],[-5,-2],[-3,-1],[-30,5],[-3,2],[-4,5],[-4,17],[-14,14],[19,10],[23,1],[44,-4],[18,-1],[15,-13],[2,-9],[1,-6]],[[5291,149],[80,-12],[24,12],[19,1],[7,-14],[-19,-15],[-1,-5],[3,-3],[20,-1],[6,-4],[5,-6],[-4,-9],[0,-4],[3,-4],[15,-12],[7,-7],[3,-6],[2,-12],[1,-9],[-4,-1],[-7,2],[-8,5],[-7,13],[-4,2],[-13,2],[-13,6],[-10,-1],[-9,2],[-8,-3],[-3,5],[-4,8],[0,4],[3,14],[0,4],[-2,0],[-10,-3],[-3,1],[-11,10],[-5,1],[-10,1],[-4,-18],[0,-5],[6,-11],[13,-17],[-6,0],[-17,4],[-5,3],[-5,9],[-11,4],[-3,3],[-2,4],[-1,11],[-2,2],[-14,-4],[-3,2],[-1,5],[-3,3],[-9,3],[-1,3],[4,4],[2,8],[1,30],[18,-5]],[[5164,148],[5,-10],[2,-2],[12,-3],[6,3],[13,2],[7,5],[12,3],[15,-25],[-1,-8],[-10,-10],[-7,-2],[-6,2],[0,5],[-2,3],[-5,5],[-4,-1],[-7,-4],[-3,0],[-7,4],[-13,2],[-2,3],[-1,6],[-3,2],[-13,8],[-9,6],[-7,1],[-2,-1],[-3,-4],[-6,-4],[-1,1],[-3,2],[-1,4],[2,9],[3,1],[18,-1],[11,-3],[10,1]],[[5113,281],[23,-11],[15,1],[0,-8],[3,-13],[-2,-6],[-5,-6],[-3,-9],[-2,-1],[-17,8],[-18,12],[-8,-3],[-11,3],[-9,-2],[-5,-8],[-13,-5],[-4,15],[-13,14],[-13,10],[5,19],[8,3],[6,7],[30,-4],[15,-4],[18,-12]],[[4952,358],[4,-13],[1,-2],[7,2],[13,3],[20,-4],[3,-1],[10,-14],[7,-5],[11,-13],[-9,-9],[-5,-14],[1,-6],[-4,-4],[-6,-5],[-8,-8],[-11,-2],[-11,-5],[-5,-4],[-3,0],[-4,2],[-4,3],[-2,4],[8,5],[8,15],[1,14],[-11,2],[-7,-3],[-4,0],[-6,4],[-3,-7],[-1,-7],[3,-10],[-1,-3],[-4,-2],[-9,3],[-10,6],[-1,4],[0,13],[-1,7],[-2,10],[-2,1],[-3,0],[-11,-3],[-12,12],[-8,13],[-21,2],[14,21],[24,5],[9,-9],[28,-5],[-3,10],[0,4],[3,5],[2,1],[4,-3],[5,-1],[3,-3],[3,-6]],[[4796,434],[2,-1],[4,0],[5,-2],[22,-1],[19,-6],[11,-6],[13,-1],[11,-8],[5,-2],[6,0],[15,-15],[1,-2],[18,-12],[1,-2],[-9,-1],[-19,4],[-10,0],[-7,1],[-1,1],[-2,7],[-3,4],[-19,16],[-8,3],[-13,2],[-14,-4],[-11,2],[-3,-1],[-16,12],[-16,10],[-7,13],[-11,10],[0,3],[4,3],[11,-5],[10,-9],[6,-4],[5,-9]],[[5394,166],[-15,-1],[-3,-4],[-24,-7],[-40,6],[-11,7],[-14,16],[-5,-5],[-12,-8],[-12,-6],[-11,-2],[-10,6],[-3,4],[-2,0],[-20,-11],[-25,8],[-19,5],[-30,1],[-22,10],[-39,-4],[-7,4],[-4,11],[2,6],[8,4],[2,7],[8,-1],[12,-8],[3,1],[7,8],[10,9],[3,1],[20,-8],[8,2],[11,5],[2,3],[1,7],[3,3],[10,3],[10,-3],[2,-11],[-1,-11],[13,-2],[16,1],[10,-3],[1,7],[-18,17],[-8,11],[-10,6],[-13,2],[-12,21],[-1,18],[-2,18],[21,12],[-6,15],[7,12],[8,5],[12,-42],[8,-15],[-8,-3],[-17,-2],[11,-20],[16,-6],[15,-15],[1,-11],[8,-5],[17,1],[13,3],[5,8],[6,3],[13,-9],[20,-6],[6,-4],[5,-8],[1,-9],[1,-5],[6,3],[7,12],[4,5],[5,2],[3,3],[0,4],[-16,7],[-82,35],[-10,15],[-9,20],[-1,20],[5,7],[14,9],[25,14],[29,18],[4,3],[-1,10],[-5,7],[-12,4],[-13,1],[-11,-1],[-12,-3],[-21,-13],[-12,0],[-13,5],[-9,11],[-6,16],[-1,10],[1,9],[5,10],[7,5],[6,0],[6,2],[3,4],[3,4],[-1,4],[-3,3],[-10,6],[-4,6],[-9,10],[4,3],[14,3],[11,-6],[10,-8],[6,0],[5,4],[12,12],[9,14],[8,16],[7,10],[8,1],[27,-27],[9,-1],[29,18],[3,-1],[10,-7],[4,-3]],[[4804,594],[-3,-2],[-12,2],[-6,3],[-9,8],[-3,8],[-5,10],[3,0],[9,-3],[4,-3],[6,-6],[16,-8],[2,-2],[0,-4],[-2,-3]],[[4729,634],[8,-30],[4,-4],[10,-1],[13,-14],[1,-5],[-11,-28],[0,-19],[-17,0],[-8,18],[-12,17],[-6,21],[-8,17],[9,12],[10,-2],[-1,14],[8,4]],[[4750,693],[1,-13],[-2,-5],[-3,-2],[-8,4],[-4,0],[-6,-8],[-5,-4],[-9,0],[-12,4],[-8,-21],[-4,-7],[-8,-11],[-3,11],[5,17],[1,11],[4,17],[13,-5],[15,8],[14,13],[13,1],[5,-5],[1,-5]],[[4663,778],[-1,-14],[-8,0],[-4,3],[-2,9],[-3,4],[2,10],[2,10],[-2,8],[13,1],[15,-1],[5,-1],[-4,-8],[-4,-4],[-9,-4],[0,-13]],[[4682,841],[-19,-15],[-6,5],[-15,-2],[3,14],[0,10],[2,4],[-1,9],[3,16],[13,-4],[9,-1],[13,-4],[14,-2],[5,-13],[-12,-7],[-9,-10]],[[4652,1065],[0,-12],[-13,-25],[-11,-15],[-11,-13],[-8,0],[-7,4],[6,10],[8,9],[-4,11],[-3,3],[-4,1],[-7,5],[1,9],[3,4],[5,4],[5,-1],[19,8],[6,6],[12,2],[3,-10]],[[4723,1024],[4,-22],[0,-23],[-1,-29],[2,-5],[4,-1],[2,-3],[0,-15],[-1,-12],[-4,-10],[-2,-11],[-2,-3],[-11,-3],[-6,1],[-7,12],[-2,8],[-1,10],[-7,13],[-1,5],[1,9],[5,5],[-1,14],[2,4],[5,7],[1,2],[-1,2],[-2,0],[-21,-19],[-2,-5],[0,-7],[2,-22],[-2,-14],[-4,-3],[-10,-1],[-14,0],[-17,10],[-10,-5],[-4,15],[4,12],[19,1],[1,21],[-6,4],[-8,8],[-5,7],[3,6],[10,9],[6,2],[6,-4],[13,5],[-2,13],[-13,4],[2,10],[14,11],[8,11],[0,11],[-5,10],[0,5],[7,9],[10,6],[5,0],[11,-6],[9,0],[3,-1],[2,-7],[11,-51]],[[4608,1072],[-12,-2],[-6,27],[9,41],[0,15],[-6,11],[-3,9],[0,4],[17,10],[7,-8],[9,-21],[16,-30],[4,-31],[-7,-8],[-21,-10],[-7,-7]],[[4704,1108],[-1,-3],[-13,0],[-23,-6],[-11,13],[-6,22],[-3,4],[-8,12],[-3,8],[-7,12],[-4,13],[-2,4],[4,9],[23,10],[7,13],[8,0],[0,-27],[6,-8],[9,-6],[1,-3],[3,-9],[5,-14],[6,-6],[2,-4],[1,-4],[-2,-5],[8,-25]],[[4634,1217],[-8,-2],[-1,4],[-8,8],[5,6],[12,7],[9,0],[9,-3],[2,-5],[-14,-8],[-3,-4],[-3,-3]],[[4685,1549],[-5,-7],[-11,-5],[-11,5],[-12,-4],[-3,11],[4,10],[9,12],[5,15],[-3,21],[5,6],[2,7],[12,6],[4,-15],[0,-28],[10,-16],[2,-5],[-1,-7],[-7,-6]],[[4592,1660],[-2,-3],[-4,1],[-3,4],[-3,8],[3,3],[4,1],[3,-4],[3,-7],[-1,-3]],[[4746,1685],[-3,-2],[-4,0],[-4,5],[-1,7],[-9,9],[-2,4],[0,6],[3,9],[6,2],[4,0],[6,-9],[2,-10],[3,-10],[-1,-11]],[[4816,1698],[-25,-14],[-14,2],[-6,9],[-3,7],[-4,12],[4,7],[9,10],[3,7],[1,7],[-2,7],[1,7],[6,3],[20,-6],[22,-9],[8,-7],[2,-6],[-8,-14],[-5,-11],[-9,-11]],[[4728,1747],[-5,-6],[-8,-2],[-13,-9],[0,-7],[0,-7],[10,-9],[6,-11],[7,-15],[5,-16],[0,-5],[2,-8],[8,-12],[1,-6],[0,-5],[-1,-11],[-2,-2],[-7,-1],[0,-7],[-1,-2],[-18,-2],[-9,2],[-1,19],[-13,6],[-9,12],[-11,21],[-9,7],[-10,16],[-15,13],[14,11],[-4,17],[8,6],[13,7],[10,-3],[9,2],[3,4],[-3,17],[2,13],[9,8],[10,2],[5,-7],[6,-7],[13,-5],[1,-7],[-3,-11]],[[4711,1830],[3,-7],[-4,-1],[-8,0],[-3,-6],[-2,-1],[-19,3],[-3,2],[0,8],[19,2],[12,6],[1,0],[4,-6]],[[4613,1853],[-16,-4],[-4,4],[0,4],[2,3],[8,3],[6,-2],[3,-3],[1,-4],[0,-1]],[[4708,1901],[-8,-4],[-8,-1],[-8,1],[-14,-1],[-14,4],[-14,7],[-4,4],[1,7],[8,17],[5,30],[2,43],[-6,15],[-1,7],[2,8],[0,8],[-1,8],[0,8],[8,17],[1,8],[-1,7],[3,17],[-2,5],[-4,4],[2,5],[36,-9],[23,-1],[3,-12],[5,-9],[5,-17],[4,-4],[-1,-12],[-10,-6],[2,-12],[7,-10],[-8,-5],[-10,-3],[-1,-3],[-7,-3],[-8,-7],[3,-5],[12,-11],[13,-7],[7,-12],[10,-12],[-3,-9],[-7,-12],[-11,-9],[-11,-6],[3,-19],[-3,-9]],[[3956,3217],[-22,-5],[-1,0],[1,3],[5,5],[5,6],[1,0],[3,0],[2,-1],[7,-2],[3,-2],[-1,-2],[-3,-2]],[[19,3215],[-17,-10],[-2,7],[2,8],[16,1],[6,2],[-5,-8]],[[5390,571],[-59,11],[-13,8],[-11,0],[-20,-11],[-10,-25],[-6,-8],[-14,-7],[-14,-2],[-48,-27],[-17,-4],[-11,-7],[-11,-9],[-3,-20],[3,-12],[-10,-43],[-1,-24],[0,-12],[6,-19],[-2,-35],[-8,-8],[-21,-11],[-15,6],[-26,4],[-19,12],[-23,7],[-8,5],[-23,24],[-3,9],[-2,10],[9,17],[6,1],[17,1],[14,4],[9,-8],[4,-18],[-3,-10],[-3,-6],[2,-4],[9,7],[2,41],[32,23],[10,12],[10,19],[1,6],[0,6],[-7,6],[-17,6],[-48,-42],[-23,-12],[-14,-13],[-16,-21],[-3,-6],[-3,-13],[0,-15],[-19,5],[-29,19],[-6,7],[5,11],[7,10],[-2,29],[1,11],[5,9],[9,10],[5,2],[5,-3],[1,-7],[18,2],[31,29],[14,2],[19,-5],[21,6],[3,3],[4,6],[-16,6],[-15,3],[-42,-1],[-9,-4],[-11,-15],[-5,3],[-3,7],[-15,4],[-6,-2],[-6,-7],[2,-10],[-3,-12],[-12,-12],[-7,-18],[2,-14],[0,-7],[-3,-4],[-7,-5],[-22,1],[-13,13],[-6,9],[-15,10],[29,16],[10,8],[8,18],[6,11],[-6,7],[-6,0],[2,-12],[-6,-11],[-14,4],[-19,-17],[-13,3],[-21,-6],[-10,7],[-4,9],[3,11],[-6,17],[-6,4],[-6,-2],[-3,10],[-8,18],[-4,5],[-4,8],[3,2],[8,-2],[6,-5],[10,1],[22,-10],[8,3],[5,4],[1,10],[-1,9],[3,0],[14,-10],[7,1],[14,-2],[6,2],[12,6],[19,15],[9,14],[4,3],[7,-2],[4,-3],[1,-10],[5,-8],[7,-7],[3,-8],[-1,-9],[-10,-13],[-1,-4],[4,-4],[4,2],[6,7],[3,8],[1,4],[-1,7],[-1,7],[-11,20],[-1,5],[-1,10],[9,9],[3,7],[-1,14],[-6,8],[-25,19],[-39,18],[-4,-3],[-3,-4],[4,-2],[5,-1],[35,-14],[10,-10],[6,-2],[7,-6],[-1,-10],[-33,-12],[-24,-24],[-19,-14],[-14,3],[-8,13],[-8,15],[-12,9],[-5,-1],[-5,1],[-5,5],[-7,-5],[-19,9],[-6,5],[11,17],[15,-5],[-1,46],[-5,10],[-20,9],[-9,-2],[-13,0],[-9,4],[-10,1],[-8,2],[-11,6],[-14,3],[-20,26],[-9,14],[-6,16],[26,3],[16,5],[3,7],[-7,12],[-9,10],[5,10],[7,8],[9,-3],[22,-14],[5,-11],[18,-32],[4,-3],[2,-3],[32,-16],[4,0],[-3,16],[6,23],[8,8],[4,0],[0,4],[-9,8],[3,12],[-3,0],[-6,-8],[-11,-39],[-8,-8],[-14,16],[-9,12],[-4,4],[0,19],[24,-1],[-9,5],[-29,9],[-8,4],[-5,2],[-11,12],[-13,10],[18,22],[9,15],[33,-4],[6,5],[-6,9],[-7,-3],[-10,5],[-18,18],[-1,10],[1,18],[6,4],[13,5],[16,-4],[7,-4],[6,3],[-7,12],[-11,4],[-12,9],[0,10],[3,9],[1,10],[1,13],[-2,11],[2,5],[5,2],[0,4],[-10,-2],[-2,-13],[0,-12],[-6,-10],[-2,-11],[0,-13],[-2,-16],[-9,5],[-6,6],[-2,3],[0,8],[-7,46],[-5,39],[1,31],[11,13],[5,4],[5,-1],[8,1],[5,5],[-18,6],[-10,-6],[-7,-6],[-15,3],[-4,15],[-10,13],[-3,17],[-2,25],[20,-1],[16,-3],[42,5],[37,-21],[15,5],[-1,4],[-12,5],[-9,13],[-5,3],[-2,8],[-2,9],[-12,34],[-3,-2],[-2,-12],[-6,-20],[-9,-10],[-15,-6],[-15,-3],[-13,2],[-4,8],[-1,9],[-6,4],[-15,3],[-5,2],[-5,8],[5,13],[5,9],[8,-1],[7,-3],[9,-9],[9,-1],[9,9],[1,5],[-6,3],[-6,1],[-9,3],[-19,14],[7,16],[19,20],[5,5],[-7,14],[5,17],[-8,13],[-13,14],[-15,1],[-3,-4],[0,-6],[3,-5],[-1,-3],[-4,0],[-19,1],[-14,8],[-22,7],[-4,7],[-3,10],[5,18],[-3,0],[-13,-15],[-19,-9],[-15,-4],[-6,-6],[-2,-5],[4,-2],[9,0],[8,-16],[-1,-7],[-2,-5],[-7,-1],[-17,10],[-9,12],[-1,11],[4,14],[21,22],[6,9],[13,10],[16,22],[15,13],[-9,9],[-10,13],[-1,19],[32,11],[15,-1],[18,2],[10,6],[7,1],[15,7],[6,8],[1,6],[-1,5],[-2,6],[-4,16],[2,6],[6,7],[8,2],[4,0],[11,-5],[-1,-8],[-3,-10],[-4,-41],[-4,-9],[-6,-9],[6,-16],[-5,-12],[-29,-15],[-3,-1],[2,-4],[17,3],[14,4],[12,11],[2,16],[3,31],[6,5],[9,2],[5,-7],[0,-16],[2,-15],[-7,-48],[-11,-19],[-1,-5],[1,-6],[10,2],[7,10],[5,14],[4,18],[-2,13],[1,8],[0,26],[3,13],[-3,19],[-8,6],[-10,3],[-4,11],[3,22],[20,2],[17,16],[12,7],[7,0],[26,-13],[5,0],[-1,6],[-5,3],[-10,4],[-19,14],[-24,0],[2,21],[3,19],[11,3],[19,8],[35,31],[5,21],[-1,24],[-18,4],[-21,14],[-16,7],[-15,9],[1,15],[-1,25],[17,7],[5,34],[-14,25],[1,20],[13,18],[2,11],[3,13],[13,2],[0,7],[-2,13],[-11,13],[-2,21],[6,24],[14,0],[2,1],[-11,14],[-9,15],[1,6],[7,7],[8,3],[10,-7],[16,-25],[1,7],[-8,26],[-7,32],[-14,-5],[-13,1],[-5,5],[-6,7],[4,9],[4,7],[9,10],[19,4],[13,12],[3,22],[-4,-2],[-6,-20],[-13,-8],[-7,1],[-8,2],[-17,16],[-8,3],[-9,0],[-6,-5],[-16,-31],[-7,-6],[-31,-5],[-12,2],[-13,4],[1,7],[3,8],[6,5],[0,4],[-10,0],[-12,7],[-6,10],[-5,18],[-13,28],[-4,21],[6,16],[9,59],[2,30],[6,27],[-2,17],[20,18],[8,10],[13,54],[0,29],[-38,83],[-6,16],[-4,20],[4,34],[-1,13],[-8,18],[-20,28],[-2,16],[6,16],[-9,19],[2,13],[3,9],[27,-2],[12,3],[6,7],[4,16],[0,25],[1,11],[0,16],[13,8],[3,15],[9,22],[6,59],[10,15],[10,18],[-7,24],[7,12],[6,9],[5,15],[6,15],[18,22],[3,25],[11,44],[1,28],[3,19],[-3,17],[8,22],[7,18],[2,10],[18,25],[2,19],[-8,12],[-2,19],[-8,27],[12,11],[5,8],[13,45],[-2,17],[3,21],[-14,24],[-6,56],[-10,42],[-15,45],[-1,25],[-9,32],[-2,18],[1,41],[32,29],[4,30],[1,39],[-4,29],[-4,12],[-19,20],[-7,37],[2,10],[13,12],[9,15],[3,24],[9,18],[0,44],[6,35],[3,12],[13,17],[2,4],[1,11],[-3,28],[1,16],[8,34],[0,15],[10,35],[1,24],[4,13],[-3,14],[1,33],[-10,17],[-3,11],[8,33],[7,9],[10,16],[4,18],[0,10],[-19,54],[-4,18],[1,43],[3,29],[-4,22],[1,11],[1,15],[9,18],[2,12],[-4,5],[-13,6],[-11,15],[-2,15],[2,12],[0,16],[14,4],[8,9],[6,18],[7,41],[0,50],[4,30],[3,16],[1,31],[4,21],[-1,19],[-2,14],[-20,72],[-2,26],[4,42],[-5,59],[-2,14],[-7,12],[-3,17],[-11,30],[-13,60],[-2,32],[-6,27],[-8,7]],[[4813,5435],[5,2],[13,2],[14,1],[17,7],[17,12],[11,16],[4,15],[-1,13],[-6,15],[-3,11],[6,6],[17,3],[13,12],[10,10]],[[3355,8317],[-4,-4],[-9,5],[-4,7],[4,7],[7,-1],[3,-5],[3,-9]],[[4313,9906],[-6,-2],[-7,-5],[-22,-10],[-31,-11],[-40,-13],[-8,-11],[-34,-71],[-33,-16],[-11,-11],[-8,-13],[-18,-25],[-6,-19],[-19,-41],[-7,-49],[-2,-27],[-3,-40],[-7,-21],[-12,-19],[-12,-19],[-10,-21],[-8,-17],[-2,-5],[6,-4],[23,7],[9,5],[13,7],[8,-2],[10,-16],[10,-2],[8,3],[10,-3],[16,-41],[13,-35],[26,-20],[19,-16],[6,-15],[6,-21],[2,-10],[-5,-7],[-7,-14],[0,-25],[-1,-8],[0,-23],[3,-14],[6,-11],[8,-6],[17,-2],[15,-2],[10,-19],[14,-23],[14,-9],[19,-5],[13,3],[31,7],[27,1],[40,-3],[15,1],[19,3],[32,16],[12,2],[14,0],[20,-5],[11,-5],[14,-4],[21,-3],[12,2],[10,1],[6,-2],[34,-36],[30,-30],[25,-26],[28,-28],[2,-1],[11,4],[8,-1],[7,-5],[12,3],[17,12],[25,3],[33,-4],[43,2],[54,10],[33,9],[13,8],[22,0],[26,-5],[15,-9],[2,-10],[6,-14],[-5,-15],[-16,-16],[-8,-20],[0,-24],[-8,-18],[-14,-12],[-5,-17],[4,-21],[0,-31],[-4,-42],[2,-25],[7,-7],[3,-12],[1,-15],[3,-13],[9,-17],[14,-33],[10,-15],[9,-5],[8,-6],[27,-34],[6,-7],[-1,-6],[-2,-5],[-3,-3],[-25,-22],[-49,-48],[-4,-6],[1,-10],[15,7],[16,-4],[8,-1],[4,-3],[5,-12],[5,-2],[8,-4],[16,-12],[14,-13],[10,-6],[7,-6],[2,-9],[-2,-8],[9,-20],[6,-6],[3,-8],[-3,-8],[8,-8],[8,-18],[10,-21],[1,-12],[4,-6],[6,-15],[8,-15],[-2,-11],[4,-10]],[[4728,7432],[-9,11],[-12,9],[-12,5],[-5,8],[-8,16],[-9,5],[-7,4],[-6,-1],[-6,-5],[-9,-4],[-7,0],[-28,10],[-4,0],[15,28],[27,48],[18,31],[19,34],[10,18],[2,3],[-1,4],[-5,6],[-11,2],[-12,4],[-9,7],[-11,3],[-9,5],[-15,5],[-10,4],[-11,1],[-10,9],[-33,16],[-9,1],[-9,-4],[-13,-4],[-12,-11],[-15,-4],[-15,-1],[-9,5],[-7,2],[-11,7],[-18,5],[-13,3],[-7,-2],[-9,-10],[-10,-10],[-7,-6],[-11,-1],[-12,-9],[-12,-4],[-13,-2],[-14,-4],[-17,3],[-14,3],[-6,2],[-5,-2],[-8,-5],[-15,-4],[-11,-1],[-9,1],[-8,8],[-13,3],[-13,3],[-4,10],[1,8],[4,12],[-4,11],[-7,18],[-3,7],[-5,6],[-7,1],[-13,-2],[-14,5],[-10,6],[-5,7],[3,16],[-5,12],[-9,7],[-7,12],[-9,9],[-12,4],[-11,-1],[-9,2],[-11,10],[-10,3],[-11,9],[-20,3],[-11,3],[-7,6],[-9,10],[1,7],[-5,5],[-4,11],[-9,16],[-8,9],[-9,6],[-7,5],[-10,8],[-13,4],[-10,5],[-5,7],[-4,7],[-6,-1],[-8,-1],[-9,1],[-9,4],[-9,5],[-14,9],[-7,0],[-7,0],[-8,-11]],[[3850,7970],[-29,7],[-26,13],[-25,1],[-18,7],[-16,13],[-9,9],[-8,4],[-33,11],[-6,0],[-12,-7],[-3,-5],[0,-11],[0,-7],[-10,-5],[-17,-1],[-13,3],[-8,0],[-1,-4],[-4,-2],[-10,0],[-15,2],[-13,2],[-19,7],[-8,-2],[-20,0],[-17,3],[-4,4],[-11,31],[-3,1],[-7,1],[-12,3],[-9,4],[-5,8],[-5,8],[-20,-4],[-34,7],[-24,8],[-22,9],[-35,19],[-13,4],[-15,5],[-11,10],[-16,10],[-5,2]],[[3259,8138],[-6,10],[-24,12],[8,21],[24,18],[36,-7],[1,23],[-15,18],[-3,38],[3,8],[7,12],[11,8],[7,3],[12,-2],[6,9],[29,0],[8,4],[5,6],[6,5],[8,10],[3,11],[4,5],[10,-1],[0,5],[4,7],[15,16],[-1,6],[-6,13],[0,5],[10,3],[11,5],[5,14],[6,12],[7,17],[9,2],[3,20],[11,19],[20,53],[-8,-2],[-5,-7],[-8,0],[-9,3],[0,22],[-5,3],[-11,-19],[-13,16],[-3,11],[4,11],[-2,7],[-17,-7],[0,6],[10,9],[4,7],[9,9],[2,13],[0,18],[2,21],[-4,9],[-7,8],[-9,36],[-1,22],[-5,16],[-6,14],[-24,16],[31,26],[10,18],[-20,31],[-24,26],[-2,17],[5,-1],[7,1],[2,37],[-3,11],[-14,16],[-14,-1],[-16,21],[-8,4],[-7,14],[-24,26],[-18,12],[7,35],[10,8],[2,9],[-6,20],[0,5],[2,3],[3,0],[4,-3],[9,-8],[8,-10],[6,-3],[8,5],[28,25],[-3,7],[1,14],[9,13],[10,5],[3,7],[-4,9],[-15,23],[-12,12],[-8,13],[-5,11],[-14,10],[4,12],[7,13],[3,3],[6,-3],[16,-21],[24,-13],[26,-21],[11,-15],[8,-3],[7,-5],[-2,-5],[-6,-5],[-1,-10],[5,-5],[5,-3],[13,4],[6,12],[-11,49],[-11,24],[-9,6],[-10,9],[5,8],[14,5],[17,11],[63,55],[18,47],[17,18],[19,13],[25,0],[19,8],[4,15],[-7,18],[-9,11],[5,18],[4,27],[-3,21],[9,14],[-4,5],[-13,-12],[-11,-6],[5,9],[18,24],[6,34],[7,14],[25,22],[5,10],[19,16],[31,34],[12,10],[68,-13],[21,3],[-3,-4],[-10,-2],[-13,-7],[-3,-12],[11,-11],[10,-3],[8,9],[6,24],[11,26],[0,27],[9,10],[14,5],[26,-3],[20,-4],[20,1],[61,10],[94,78],[46,19],[28,17],[16,30],[3,21],[13,10],[15,1],[6,6],[1,7],[34,21],[20,4],[17,1],[41,-13],[21,-27],[5,-20],[-23,-23],[-6,-10]],[[3157,7457],[-2,-6],[-15,-2],[-4,2],[-1,6],[0,21],[3,9],[11,10],[9,5],[13,1],[14,-5],[-14,-16],[-8,-3],[-3,-3],[-3,-19]],[[1542,7422],[-6,-2],[-10,5],[4,12],[8,-1],[5,-2],[4,-4],[-5,-8]],[[1682,7516],[-17,-10],[-7,2],[-4,2],[-2,3],[8,11],[8,7],[7,12],[15,10],[5,-1],[3,-1],[2,-4],[-3,-9],[-9,-8],[-6,-14]],[[1537,7507],[-8,-2],[-27,9],[-2,15],[8,11],[29,11],[15,-6],[3,-17],[-8,-14],[-8,-4],[-2,-3]],[[1359,7517],[-14,-6],[-14,2],[-8,7],[-4,11],[1,4],[27,11],[12,-8],[3,-14],[-3,-7]],[[1486,7563],[-6,-6],[-31,-1],[-11,7],[5,13],[5,6],[18,-1],[21,-9],[-1,-9]],[[1366,7593],[12,-7],[12,-26],[37,-22],[7,-15],[-1,-8],[2,-2],[18,-8],[12,-10],[-10,-31],[-31,-19],[-37,-7],[-8,1],[-12,8],[-4,9],[3,10],[16,18],[26,19],[1,10],[-13,6],[-13,16],[-21,9],[-18,37],[-7,0],[-11,-8],[-7,4],[-2,2],[12,12],[1,6],[19,8],[10,-3],[7,-9]],[[3256,8107],[-9,-3],[-5,7],[9,10],[4,2],[1,-16]],[[3850,7970],[-8,-6],[-9,-2],[-12,-3],[-18,4],[-6,-1],[0,-5],[11,-6],[12,-6],[5,-10],[8,-12],[17,-13],[11,-7],[1,-5],[-2,-9],[0,-8],[10,-36],[-4,-3],[-5,-1],[-6,0],[-6,3],[-4,2],[-2,-5],[-2,-17],[-6,-37],[-5,-33],[-10,-12],[-14,-20],[-19,-27],[-27,-38],[-21,-19],[-17,-15],[-20,-17],[-25,-23],[-30,-14],[-41,-20],[-29,-14],[-21,-10],[-23,-10],[-29,-14],[-11,-11],[-17,-26],[-7,-12],[-7,-11],[-1,-5],[1,-2],[5,-4],[1,-5],[-5,-4],[-5,-1],[-3,2],[-2,5],[-6,5],[-6,1],[-3,-2],[0,-5],[-4,-25],[1,-11],[-3,-5],[2,-10],[-6,-11],[-3,-9],[-1,-8],[-6,-5],[-1,-9],[-3,-17],[-5,-14],[-3,-12],[0,-9],[4,-5],[2,-5],[-2,-9],[-1,-6],[-8,-6],[-16,-13],[-6,-8],[-2,-8],[3,-7],[0,-6],[-8,-3],[-2,-5],[-5,-10],[-6,-4],[-17,3],[-12,-2],[-10,3],[-13,12],[-10,9],[-8,13],[-5,19],[-10,4],[-11,5],[-10,-3],[-13,-3],[-8,3],[-19,6],[-17,7],[-12,3],[-8,-3],[-5,-7],[-7,-11],[-13,-8],[-6,-1],[-9,4],[-2,5],[5,9],[11,20],[-15,-1],[-6,4],[-2,7],[-4,7],[2,9],[7,6],[13,-2],[8,1],[4,9],[5,4],[6,3],[1,5],[-8,12],[-2,7],[1,4],[-2,8],[-1,6],[-4,5],[-2,8],[-3,4],[-2,4],[-1,5],[-4,2],[-5,3]],[[3136,7393],[3,2],[21,10],[8,9],[10,8],[8,12],[5,10],[9,48],[10,31],[-5,13],[-14,17],[-7,28],[0,8],[-3,6],[-6,-12],[8,-41],[-4,-19],[-9,-5],[-7,2],[-1,30],[-6,-6],[-8,-22],[-17,-18],[0,-5],[-4,-6],[-15,3],[-12,5],[-41,28],[-24,4],[-16,9],[-4,5],[-3,6],[14,10],[13,11],[-2,21],[-3,17],[-15,26],[0,37],[-6,14],[-17,29],[7,16],[32,16],[10,9],[4,26],[5,15],[16,-3],[12,2],[-17,3],[-16,20],[-4,10],[20,33],[12,10],[14,18],[10,26],[-2,38],[-10,27],[-8,28],[7,8],[20,7],[15,12],[8,9],[20,2],[21,16],[36,12],[50,22],[10,15],[-9,23]],[[6282,616],[-7,-4],[-2,2],[-2,6],[0,8],[-1,3],[5,-1],[7,-6],[0,-8]],[[6409,650],[0,-14],[-8,4],[-3,7],[5,5],[4,-1],[2,-1]],[[6145,686],[7,-2],[8,1],[-5,-16],[-3,-8],[-8,0],[-9,11],[-3,5],[10,5],[3,4]],[[6220,738],[15,-3],[13,11],[10,3],[8,-2],[5,-7],[8,1],[23,7],[2,-2],[8,8],[7,-4],[6,-7],[-3,-8],[-6,-5],[-4,-7],[-5,-6],[-8,-5],[-6,-9],[-14,-20],[-22,-26],[-7,-2],[-14,-2],[-6,2],[-6,0],[-4,-14],[-7,-11],[-3,-2],[-7,-1],[-3,-2],[-3,-4],[-18,1],[-13,7],[-15,14],[20,18],[18,-1],[14,12],[12,6],[5,6],[5,5],[0,6],[-4,2],[-5,0],[-6,-3],[-12,-3],[-8,7],[5,3],[6,-1],[19,7],[4,3],[-6,9],[-11,6],[-10,9],[-1,3],[0,6],[-5,11],[5,1],[7,-7],[17,-10]],[[6238,748],[-14,0],[-3,5],[0,13],[11,2],[10,-6],[-1,-5],[-3,-9]],[[6368,768],[16,-10],[19,3],[9,-2],[4,-8],[-3,-7],[-6,1],[-5,-2],[1,-9],[3,-5],[21,-10],[4,-1],[-1,5],[-3,7],[-2,7],[4,7],[5,2],[24,3],[5,-4],[12,-18],[-11,-2],[-5,-8],[10,-3],[7,-6],[-4,-7],[-1,-4],[-17,-5],[-15,-3],[-7,-9],[-12,-7],[-36,-11],[4,-9],[1,-5],[-2,-12],[-49,15],[-6,-2],[12,-24],[-9,-5],[-10,3],[-8,-2],[-6,-18],[-14,12],[-12,16],[0,9],[12,17],[-4,7],[27,23],[5,7],[8,4],[9,1],[4,3],[-1,6],[-3,9],[0,16],[22,21],[-3,13],[7,1]],[[6708,8957],[-8,-10],[-2,-6],[-6,-11],[-4,-6],[6,-14],[7,-1],[3,-2],[1,-3],[0,-3],[-3,-2],[-7,-3],[-7,-8],[1,-9],[-4,-5],[-14,-2],[-26,1],[-12,-1],[-10,-1],[-7,-6],[-9,-4],[-6,0],[-6,-7],[-6,-9],[1,-7],[6,-8],[4,-9],[-5,-14],[-5,-11],[-4,-8],[-4,-16],[-10,-18],[-7,-10],[0,-11],[3,-15],[20,-23],[6,-11],[5,-17],[18,-14],[12,-11],[-2,-14],[2,-5],[7,-3],[8,-3],[10,0],[8,1],[2,2],[20,0],[2,-4],[1,-21],[0,-8],[5,-4],[3,-5],[0,-4],[0,-12],[3,-6],[0,-12],[1,-5],[6,-3],[6,-9],[3,-1],[1,-4],[6,-12],[3,-4],[2,-1],[1,-4],[3,-12],[3,-3],[6,-8],[2,-10],[6,-11],[8,-7],[3,-8],[9,-17],[9,-12],[12,-4],[10,-2],[6,-4],[7,-6]],[[6128,8906],[-35,37],[-35,37],[-35,36],[-2,5],[14,18],[13,12],[11,8],[5,6],[-4,27],[0,10],[-5,10],[-4,12],[4,10],[5,7],[7,2],[16,3],[12,1],[4,4],[6,5],[9,0],[17,-3],[8,6],[14,8],[31,14],[7,9],[5,14],[-1,7],[-3,3],[-8,2],[-12,0],[-9,-3],[-10,2],[-9,8],[0,7],[5,11],[-3,6],[-16,22],[0,6],[11,10],[7,8],[9,20],[7,6],[22,3],[6,4],[11,11],[17,12],[24,9],[7,17],[4,5],[20,9],[3,5],[-1,5],[-31,39]],[[6246,9438],[7,-3],[24,-25],[13,-6],[3,0],[0,6],[12,-2],[32,-18],[46,-29],[64,-55],[18,-20],[12,-10],[19,-24],[6,-12],[-1,-45],[-18,-31],[-4,-23],[-1,-31],[-10,-18],[13,10],[4,28],[12,16],[14,19],[19,4],[21,-8],[17,-2],[14,-5],[31,-30],[30,-24],[11,-19],[32,-10],[19,-15],[6,-13],[3,-34],[-7,-50],[1,-2]],[[4813,5435],[-11,9],[-47,28],[-19,15],[-16,7],[-41,23],[-5,9],[-7,27],[-6,7],[-14,9],[-35,11],[-13,5],[-15,11],[-21,7],[-23,16],[-15,13],[-15,8],[-47,9],[-24,11],[-44,14],[-20,10],[-47,10],[-15,6],[-48,29],[-33,7],[-27,17],[-82,32],[-13,11],[-14,19],[-19,9],[-22,25],[-31,13],[-30,18],[-12,18],[-22,23],[-7,12],[-17,11],[-4,26],[-13,10],[7,7],[8,4],[6,41],[-8,19],[-33,33],[-13,17],[-10,21],[-14,12],[-20,26],[-14,24],[-26,16],[-7,5],[-4,9],[-14,5],[-3,19],[-14,36],[-15,16],[-51,29],[-3,13],[-7,24],[-13,25],[-63,74],[-16,23],[-19,37],[-15,21],[-18,38],[-24,28],[-16,24],[-18,31],[-3,18],[-28,27],[-17,26],[-26,20],[-24,14],[-11,12],[-40,55],[-7,17],[-26,29],[-25,21],[-16,17],[-20,15],[-112,38],[-40,16],[-14,9],[-9,15],[1,10],[10,11],[16,-5],[8,4],[6,13],[-3,18],[-13,21],[-40,40],[1,9],[4,12],[-16,19],[-17,15],[-9,12],[0,52],[6,14],[43,58],[11,24],[20,16],[20,24],[24,20]],[[6708,8957],[2,-4],[8,18],[1,15],[5,14],[8,17],[15,9],[82,-11],[38,-9],[48,-16],[6,-15],[1,15],[-2,16],[14,10],[30,3],[44,-7],[38,6],[51,-3],[78,-15],[35,-10],[14,-8],[2,-14],[-2,-17],[-6,-17],[-14,-22],[-14,-10],[-15,-15],[-21,-27],[0,-8],[-4,-7],[-2,-12],[1,-14],[5,-9],[1,-17],[-4,-15],[1,-9],[3,-14],[3,-15],[-1,-6],[5,-5],[4,-5],[-2,-13],[14,-25],[9,-10],[14,-11],[4,-10],[7,-12],[5,-2],[2,-4],[-3,-9],[-1,-13],[-9,-14],[-21,-26],[-3,-6],[4,-23],[-3,-18],[-2,-9],[-10,-15],[-25,-38],[-14,-6],[-9,-11],[-5,0],[-6,-1],[-1,-1]],[[7059,3333],[-6,-5],[-7,-10],[-8,-23],[-27,-32],[-6,-18],[-29,-18],[-20,-21],[-12,1],[-12,-8],[-66,-26],[-23,6],[-17,0],[-16,13],[-36,6],[-24,-4],[-31,-13],[-9,0],[-7,1],[-16,6],[-9,12],[-47,15],[-38,33],[-45,1],[-35,-3],[-5,4],[-4,8],[-7,12],[-29,28],[-23,28],[-5,27],[4,30],[7,34],[-1,11],[9,6],[9,2],[8,9],[8,13],[1,10],[-5,20],[-4,26],[-4,14]],[[6082,9489],[-10,-4],[-2,16],[3,5],[18,13],[5,2],[3,-2],[-1,-4],[9,-6],[-2,-7],[-9,-8],[-14,-5]],[[6111,9533],[-20,-6],[1,5],[5,7],[10,2],[4,3],[7,2],[4,-1],[4,-2],[-9,-4],[-6,-6]],[[5363,9807],[-9,-5],[-17,4],[-8,4],[5,7],[13,0],[14,-7],[2,-3]],[[5594,9851],[6,-22],[-2,-4],[-15,-15],[-13,-1],[-10,0],[-8,3],[-10,9],[-10,-3],[-25,2],[-7,3],[9,12],[17,6],[6,1],[5,-7],[13,-6],[14,0],[3,11],[19,17],[8,-6]],[[4313,9906],[-4,-8],[-10,-11],[-13,-7],[-63,-20],[-6,-4],[-8,-7],[1,-14],[3,-11],[22,-36],[8,-8],[27,-18],[-5,-4],[-9,-1],[9,-25],[17,-17],[1,-11],[-8,-36],[-20,-23],[-14,-26],[-11,-10],[-22,-50],[23,-27],[4,-14],[19,-19],[12,-5],[8,-8],[-2,-14],[8,-18],[10,-10],[12,-3],[14,1],[38,16],[9,6],[6,11],[18,22],[-1,26],[2,32],[-7,21],[-23,28],[-11,20],[-23,18],[-16,33],[-6,10],[-5,14],[-7,25],[13,11],[-3,21],[35,8],[72,40],[46,12],[52,23],[12,10],[9,16],[8,2],[29,-12],[14,5],[4,12],[-9,21],[-16,-1],[-47,-11],[-6,9],[0,8],[-14,25],[6,20],[6,17],[13,7],[20,8],[16,-9],[10,-10],[6,-9],[5,-26],[10,-27],[10,-18],[15,-13],[10,2],[8,3],[50,6],[31,-8],[38,-2],[38,-18],[38,-23],[11,-17],[4,-17],[10,-11],[-8,-12],[6,-19],[11,-19],[17,-12],[46,-1],[48,11],[76,12],[24,7],[125,10],[25,-9],[3,-9],[0,-8],[42,-33],[33,-4],[29,-10],[29,-5],[33,-7],[17,1],[14,4],[15,1],[110,62],[61,0],[9,4],[8,6],[-23,8],[-50,2],[-15,-6],[-9,15],[16,0],[56,7],[64,-2],[52,12],[26,2],[15,-2],[41,8],[79,-7],[61,8],[-7,-10],[-20,-6],[-33,-3],[-24,-14],[-54,1],[-37,-5],[12,-4],[1,-15],[5,-3],[5,0],[13,-10],[4,-7],[4,-15],[-5,-17],[-8,-7],[15,3],[9,8],[-2,7],[1,9],[9,-3],[6,-4],[20,-41],[14,-22],[3,1],[4,0],[4,5],[5,10],[6,-6],[3,-3],[3,0],[-3,9],[4,12],[-2,4],[6,1],[7,-1],[11,-3],[18,-14],[12,-14],[2,-8],[4,-5],[8,-4],[4,-8],[0,12],[-4,8],[-2,10],[24,1],[6,13],[13,-8],[35,-35],[12,-5],[38,-7],[23,-16],[14,-15],[-8,-16],[-22,-8],[-8,-10],[-5,-10],[0,-9],[-7,-12],[-1,-4],[-4,-15],[-9,-20],[-11,-20],[-62,-1],[15,-8],[14,-6],[24,-16],[18,13],[26,1],[29,14],[10,2],[54,-7],[13,11],[10,3],[29,-2],[25,-11]]],"transform":{"scale":[0.07292854064926656,-0.07600760076007601],"translate":[115.39376102399177,780]}}
    {"type":"Topology","objects":{"countries":{"type":"GeometryCollection","bbox":[-4560919.245293608,-2734384.9177034157,2736606.8946897336,4871244.489466828],"geometries":[{"type":"MultiPolygon","properties":{"admin":"Argentina","adm0_a3":"ARG","geounit":"Argentina","name":"Argentina"},"arcs":[[[0]],[[1,2]],[[3]],[[4,5,6,7,8,9]]]},{"type":"Polygon","properties":{"admin":"Bolivia","adm0_a3":"BOL","geounit":"Bolivia","name":"Bolivia"},"arcs":[[10,-10,11,12,13]]},{"type":"MultiPolygon","properties":{"admin":"Brazil","adm0_a3":"BRA","geounit":"Brazil","name":"Brazil"},"arcs":[[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30,31,32,-6,33,-14,34,35,36,37]]]},{"type":"MultiPolygon","properties":{"admin":"Chile","adm0_a3":"CHL","geounit":"Chile","name":"Chile"},"arcs":[[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[-2,47]],[[48]],[[49]],[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[-9,68,69,-12]]]},{"type":"MultiPolygon","properties":{"admin":"Colombia","adm0_a3":"COL","geounit":"Colombia","name":"Colombia"},"arcs":[[[70]],[[71,-36,72,73,74]]]},{"type":"MultiPolygon","properties":{"admin":"Ecuador","adm0_a3":"ECU","geounit":"Ecuador","name":"Ecuador"},"arcs":[[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83,84,-74]]]},{"type":"MultiPolygon","properties":{"admin":"Falkland Islands","adm0_a3":"FLK","geounit":"Falkland Islands","name":"Falkland Is."},"arcs":[[[85]],[[86]],[[87]],[[88]],[[89]],[[90]]]},{"type":"Polygon","properties":{"admin":"Guyana","adm0_a3":"GUY","geounit":"Guyana","name":"Guyana"},"arcs":[[91,-38,92,93]]},{"type":"Polygon","properties":{"admin":"Peru","adm0_a3":"PER","geounit":"Peru","name":"Peru"},"arcs":[[-35,-13,-70,94,-84,-73]]},{"type":"Polygon","properties":{"admin":"Paraguay","adm0_a3":"PRY","geounit":"Paraguay","name":"Paraguay"},"arcs":[[-34,-5,-11]]},{"type":"Polygon","properties":{"admin":"Suriname","adm0_a3":"SUR","geounit":"Suriname","name":"Suriname"},"arcs":[[-31,-92,95]]},{"type":"Polygon","properties":{"admin":"Uruguay","adm0_a3":"URY","geounit":"Uruguay","name":"Uruguay"},"arcs":[[96,-7,-33]]},{"type":"MultiPolygon","properties":{"admin":"Venezuela","adm0_a3":"VEN","geounit":"Venezuela","name":"Venezuela"},"arcs":[[[97]],[[98]],[[99]],[[100]],[[-93,-37,-72,101]]]}]}},"arcs":[[[5799,207],[11,-4],[21,4],[12,0],[5,-1],[2,-2],[15,4],[6,-1],[-1,-7],[-14,-7],[-5,3],[-29,-2],[-13,-7],[-6,0],[-12,-11],[-9,6],[-3,6],[6,9],[7,0],[4,4],[3,6]],[[5394,166],[-2,37],[-2,50],[-3,44],[-2,43],[-3,44],[-3,44],[-2,47],[-3,48]],[[5374,523],[6,-7],[26,-31],[7,-13],[4,-16],[-10,10],[-9,-7],[-4,-9],[-4,-11],[0,-7],[4,-6],[10,-5],[24,-1],[1,-2],[16,-38],[8,-9],[8,-6],[20,-20],[18,-21],[22,-19],[23,-15],[21,-11],[21,-14],[21,-20],[23,-14],[25,-10],[25,-8],[37,5],[12,-1],[7,-6],[-6,-19],[-9,-15],[-12,-6],[-13,-3],[-12,0],[-12,2],[-11,-2],[-10,-6],[-11,-4],[-11,-1],[-11,-5],[-11,-5],[-12,3],[-30,13],[-20,3],[-66,2],[-21,2],[-21,4],[-12,0],[-15,-4],[-13,-1],[-3,-3]],[[6031,2579],[1,-9],[-6,1],[-15,9],[-5,8],[-1,3],[15,-3],[7,-4],[4,-5]],[[5894,4945],[3,-4],[1,-4],[11,-8],[23,-12],[21,-24],[21,-35],[19,-26],[17,-16],[16,-12],[15,-7],[7,-6],[1,-4],[14,-9],[26,-13],[17,-14],[6,-14],[26,-14],[44,-14],[33,-7],[20,1],[29,-12],[37,-24],[23,-17],[8,-9],[24,-15],[61,-31],[27,-8],[12,-8],[8,-9],[7,-2],[8,3],[15,-3],[23,-11],[18,-12],[23,-27],[7,-11],[3,-9],[-1,-8],[-8,-9],[-13,-10],[-4,-4],[0,-4],[-3,-8],[-12,-16],[-2,-8],[-1,-6],[-7,-6],[-18,-12],[-4,-6],[-1,-6],[-2,-4],[-3,-1],[-3,-6],[-3,-10],[-1,-14],[2,-16],[0,-5],[-4,-3],[-3,-3],[-1,-8],[-3,-5],[-6,-4],[-2,-4],[1,-4],[-4,-5],[-11,-4],[-6,-6],[-2,-9],[-6,-7],[-9,-7],[-3,-8],[4,-17],[56,5],[46,-6],[54,-17],[36,-6],[18,4],[13,-1],[8,-6],[12,-2],[14,4],[12,-3],[9,-10],[9,2],[8,14],[9,10],[11,6],[12,1],[15,-3],[12,-5],[8,-8],[10,0],[11,8],[5,9],[0,11],[4,8],[9,5],[7,6],[3,8],[11,5],[17,1],[10,4],[1,6],[5,5],[10,5],[7,7],[4,7],[6,5],[8,2],[10,16],[11,31],[8,41],[4,59]],[[6952,4473],[11,0],[4,-5],[8,-2],[8,5],[7,2],[10,-1],[6,6],[7,0],[4,-3],[5,-4],[9,-1],[7,-10],[8,-3],[4,-11],[4,-30],[9,-17],[9,-20],[0,-9],[-6,-8],[-2,-13],[-5,-31],[-1,-11],[3,-8],[0,-11],[-6,-13],[-11,-19],[-10,-5],[-3,0],[-14,-11],[-9,-4],[-6,3],[-6,-4],[-8,-13],[-9,-5],[-15,-3],[-5,-1],[-9,1],[-8,-3],[-7,-7],[-7,-2],[-7,2],[-7,-2],[-6,-7],[-4,-7],[-1,-8],[-6,-5],[-11,-3],[-4,-3],[1,-6],[-5,-4],[-19,-4],[-13,-7],[-9,-11],[-9,-7],[-13,-4],[-19,-11],[-3,-7],[7,-7],[2,-6],[-2,-5],[-5,0],[-10,4],[-7,0],[-4,-2],[-2,-4],[0,-6],[-3,-4],[-7,-2],[-5,-5],[-2,-7],[-9,-10],[-16,-11],[-13,-16],[-9,-20],[-11,-13],[-12,-6],[-9,-9],[-5,-11],[-13,-18],[-21,-24],[-20,-17],[-17,-9],[-10,-10],[-2,-11],[-12,-13],[-20,-14],[-6,-7]],[[6550,3845],[-4,-5],[-1,-10],[-8,-12],[-15,-15],[-6,-14],[7,-17],[0,-20],[-3,-8],[-6,-3],[-2,-5],[4,-8],[0,-10],[-4,-13],[-7,-14],[-11,-16],[-2,-11],[5,-6],[3,-6],[0,-6],[-3,-9],[-4,-12],[-7,-8],[-9,-6],[-3,-7],[4,-9],[0,-9],[-3,-9],[2,-9],[5,-9],[0,-11],[-10,-20]],[[6472,3528],[-3,-13],[5,-56],[-3,-7],[-7,-9],[-7,-1],[-8,2],[-6,-6],[-4,-24],[-12,-53],[2,-12],[9,-21],[3,-13],[2,-10],[2,-18],[-5,-9],[-5,-1],[-6,-5],[7,-23],[5,-10],[16,-22],[63,-30],[26,-18],[29,-25],[15,-24],[1,-21],[-24,-30],[-3,-25],[5,-18],[8,-17],[22,-22],[16,-8],[23,0],[4,-6],[2,-5],[2,-44],[-1,-17],[-7,-15],[-44,-68],[-37,-42],[-14,-23],[-5,-25],[-12,-12],[-63,-37],[-97,-33],[-79,-18],[-18,-6],[-125,-19],[-25,-3],[-31,1],[-26,-3],[-28,5],[-26,6],[-15,15],[-17,2],[-4,-8],[8,-19],[-3,-24],[5,-13],[10,-2],[10,-7],[8,-9],[-14,-1],[6,-8],[6,-4],[-1,-15],[-5,-37],[-14,-9],[-3,-2],[-5,-8],[-8,-35],[-2,-23],[4,-15],[17,-31],[-6,-21],[-10,-11],[-46,-23],[-18,-10],[-29,-7],[-47,-2],[-17,1],[-41,20],[-30,11],[-28,9],[-27,5],[4,3],[2,6],[-8,3],[-5,0],[-18,-11],[-6,-11],[-2,-10],[0,-23],[4,-19],[14,-48],[3,-26],[-5,-33],[9,-19],[10,-8],[23,-8],[9,-5],[10,1],[3,-2],[-2,-5],[-5,-8],[1,-9],[17,-2],[17,2],[19,5],[4,6],[0,13],[-22,1],[2,5],[17,6],[21,9],[11,2],[8,-6],[5,-5],[6,-13],[5,-18],[0,-22],[-2,-21],[-2,-7],[-6,-9],[-38,-12],[-11,2],[-10,16],[-4,15],[-9,11],[-19,8],[-18,-3],[-18,-16],[-17,-5],[-6,-14],[45,-20],[22,-6],[7,1],[7,-3],[-6,-8],[-7,-6],[-31,-12],[-14,-8],[-16,-16],[-21,-35],[-7,-7],[-3,-9],[-1,-23],[8,-39],[-7,-16],[6,-18],[-2,-12],[-8,-18],[-30,-28],[-5,-20],[11,-12],[0,-10],[-3,-10],[-13,0],[-48,4],[-17,-11],[-16,-13],[-4,-6],[-5,-4],[-32,-8],[-7,-5],[-32,-49],[-13,-31],[-16,-30],[-4,-13],[0,-17],[3,-15],[3,-11],[7,-15],[14,-16],[70,-65],[13,-5],[71,-5],[16,-8],[10,-15],[4,-14],[-3,-34],[-3,-10],[-8,-10],[-16,-14],[-19,-7],[6,-4],[8,1],[17,4],[8,-3],[6,-14],[-11,-5],[-3,-7],[-7,-10],[-38,-42],[-21,-12],[-20,-17],[-25,-17],[-10,-10],[-13,-20],[-20,-22],[-21,-47],[0,-9],[3,-6],[-8,-80],[-4,-10],[-8,-11],[-24,-18],[-11,-2],[-16,8],[-9,10],[-10,17],[-11,17],[-1,-7],[5,-10],[-2,-12],[-26,-6],[-7,-6],[24,4],[16,-3],[7,-3],[7,-9],[6,-10],[-4,-6],[-13,-5],[-16,-10],[-18,-17],[-10,-19],[-4,-13],[-4,-27],[0,-18],[-7,-14],[-12,-13],[1,-2],[8,6],[7,3],[7,-16],[10,-32],[5,-22],[0,-7],[-2,-9],[-16,-4],[-14,0],[-11,-5],[6,-4],[10,2],[14,-8],[15,5],[7,-6],[6,-6],[26,-46],[22,-28],[11,-17],[-4,-8]],[[5390,571],[-3,10],[-13,2],[-13,2],[-22,7],[-29,9],[-29,-1],[-24,8],[-26,9],[-53,-3],[-47,-3],[-48,-3],[-31,-2],[-21,-1],[-5,3],[0,14],[-8,9],[-12,11],[-15,7],[-7,11],[-9,11],[3,12],[4,27],[-1,12],[-6,8],[-3,12],[1,5],[5,5],[1,20],[-4,18],[-5,17],[-7,7],[-7,3],[-5,0],[-11,-7],[-19,0],[-6,-3],[-9,-8],[-12,-11],[-8,3],[-3,10],[-6,9],[-4,8],[-3,13],[-6,17],[-10,20],[-13,15],[-2,15],[-4,18],[4,18],[-5,15],[-9,17],[0,19],[6,11],[1,13],[34,5],[-3,17],[5,15],[5,13],[5,6],[12,6],[13,9],[8,9],[3,8],[1,10],[0,10],[-4,22],[2,7],[8,9],[14,9],[5,22],[-5,18],[-10,13],[-12,6],[-2,15],[4,14],[5,16],[6,17],[-2,12],[6,8],[18,17],[5,16],[7,5],[7,2],[0,9],[-6,8],[-2,11],[-1,12],[1,16],[8,7],[12,14],[3,8],[0,11],[-6,22],[-5,16],[-2,6],[-7,11],[-5,6],[6,10],[13,10],[5,13],[-7,11],[-8,6],[-4,17],[1,21],[5,8],[20,4],[1,12],[15,17],[-2,15],[-11,8],[-11,14],[-8,13],[-24,5],[-26,2],[-4,12],[0,8],[12,-2],[19,4],[14,2],[10,2],[12,2],[11,-4],[10,4],[3,20],[6,11],[0,10],[-7,7],[-13,2],[-55,1],[-3,8],[0,13],[1,14],[-1,6],[4,7],[5,12],[3,9],[-5,10],[-10,15],[6,7],[0,9],[-3,8],[-10,9],[-9,12],[-1,13],[9,5],[6,4],[1,9],[-5,10],[-13,2],[-18,5],[-6,5],[-6,11],[1,31],[-4,19],[-2,10],[4,8],[5,8],[-4,16],[-6,9],[1,7],[4,7],[4,9],[3,2],[6,-4],[9,3],[11,8],[1,8],[-4,11],[-11,28],[-9,17],[1,6],[3,7],[-5,24],[0,15],[-4,43],[0,15],[-9,14],[0,15],[4,10],[4,15],[3,12],[4,6],[6,3],[1,7],[-3,5],[-10,7],[-3,10],[1,8],[4,4],[7,1],[4,11],[1,13],[0,6],[-4,8],[-5,18],[-3,10],[3,4],[4,2],[8,-2],[5,2],[1,6],[0,6],[2,4],[3,13],[4,17],[0,12],[-4,31],[2,8],[5,7],[8,7],[9,6],[13,8],[15,4],[6,9],[4,11],[0,9],[-7,6],[-8,7],[-5,18],[-4,17],[-3,22],[-9,18],[-10,20],[-4,19],[2,10],[2,17],[-5,7],[-5,13],[4,10],[4,17],[-2,8],[-5,19],[-5,10],[3,12],[5,12],[4,6],[-1,9],[1,8],[9,6],[8,10],[6,2],[8,0],[4,3],[2,8],[0,8],[11,11],[7,10],[12,2],[6,11],[-1,13],[-3,13],[4,15],[-7,23],[0,12],[-6,9],[0,11],[-3,7],[-8,2],[-3,8],[3,5],[7,4],[8,7],[4,32],[3,10],[2,11],[-1,6],[4,9],[4,13],[8,13],[4,9],[4,12],[0,7],[6,3],[7,2],[8,3],[3,4],[-1,6],[-2,14],[-4,21],[-3,28],[0,18],[4,19],[4,10],[-2,8],[-2,8],[-9,4],[-9,-5],[-6,1],[-9,9],[-3,10],[0,15],[6,9],[1,11],[-4,3],[-8,7],[-9,25],[-1,22],[-8,5],[-5,16],[-8,6],[-4,12],[-3,13],[0,6],[8,2],[4,10],[-4,6],[-6,4],[-8,-1],[-7,6],[-12,24],[-8,13],[1,19],[0,16],[2,13],[0,11],[6,5],[5,-2],[6,2],[4,8],[4,6],[0,4],[-4,5],[-2,7],[3,10],[5,22],[7,25],[4,9],[-2,8],[2,3],[7,-3],[18,5],[5,11],[2,10],[5,6],[-3,7],[-8,2],[-5,3],[1,9],[2,20],[-2,14],[-9,31],[-8,30],[3,11],[11,14],[9,7],[1,8],[7,37],[-1,20],[5,11],[3,21],[15,19],[4,12],[7,2],[3,4],[8,13],[10,14],[10,8],[1,10],[4,15],[8,25],[5,17],[7,6],[7,23],[3,13],[9,6],[8,2],[8,-6],[7,2],[7,8],[17,6],[7,3],[3,8],[-1,13],[-7,9],[-16,18],[-14,21],[-1,6],[-1,7],[2,10],[5,10],[14,18],[-3,12],[-13,44],[-5,13],[-9,22],[0,9],[5,26],[6,10],[8,3],[4,3],[2,5],[-6,5],[-3,7],[-4,10],[-8,3],[-5,9],[-1,12],[7,17],[7,5],[3,7],[8,7],[7,6],[6,9],[26,13],[21,11],[40,19],[28,13],[3,8],[1,6],[11,42],[15,55],[9,34],[-26,23]],[[5290,4843],[4,7],[13,18],[2,14],[6,6],[24,15],[4,9],[2,10],[5,8],[10,2],[17,7],[19,7],[5,9],[5,15],[4,16],[3,4],[6,0],[11,-4],[5,-6],[28,-18],[12,-11],[12,-1],[22,3],[5,0],[57,1],[9,0],[20,-4],[11,-4],[8,-1],[13,-6],[12,-19],[6,-16],[5,-14],[10,-24],[7,-9],[2,5],[5,27],[7,15],[10,18],[20,41],[7,6],[8,3],[6,1],[6,-3],[7,0],[6,4],[55,1],[57,2],[1,0],[2,-7],[10,-15],[11,-8],[2,-2]],[[6500,5232],[3,23],[-3,20],[-2,5],[-40,25],[-36,22],[-48,28],[-62,0],[-64,-1],[-61,-13],[-59,-12],[-29,-6],[-56,-13],[-34,-6],[-8,-22],[-13,-35],[-13,-20],[-14,-21],[-21,-29],[1,-36],[0,-34],[-13,-48],[-12,-41],[-11,-39],[-8,-27],[-3,-7]],[[5290,4843],[-22,-5],[-29,-7],[-17,0],[-12,0],[-3,3],[-9,4],[-1,6],[-1,7],[2,14],[-2,19],[-11,21],[0,8],[-1,10],[-6,20],[-13,10],[-4,17],[-2,14],[-11,18],[-4,24],[-1,20],[-17,23],[-18,24],[-13,3],[-4,2],[-2,7],[-1,12],[1,6],[10,12],[0,2],[-2,2],[-28,15],[-7,4],[-2,6],[-1,5],[6,6],[3,4],[-7,11],[0,11],[-4,4],[0,4],[4,3],[17,4],[5,11],[-1,9],[-3,7],[-17,15],[0,2],[15,23],[11,16],[3,3],[-1,3],[-3,4],[-8,5],[-10,6],[-9,7],[-11,10],[-15,9],[-10,9],[-6,7],[-1,8],[-2,13],[-8,22],[-2,14],[-4,16],[-4,11],[-2,10],[-6,11],[-3,8],[4,6],[3,4],[-1,3],[-26,10],[-5,3],[-8,23],[-20,20],[-3,16]],[[4930,5560],[-1,0],[0,6],[-2,10],[-7,7],[-9,5],[-3,6],[3,7],[16,14],[9,3],[1,7],[6,6],[14,20],[9,14],[9,8],[10,6],[4,5],[-3,14],[0,9],[4,6],[10,7],[10,5],[2,3],[-2,3],[-9,7],[-19,5],[-12,-2],[-8,5],[-5,5],[-28,55],[-5,14],[0,5],[14,29],[6,10],[11,14],[-2,5],[-22,21],[-7,10],[-1,11],[1,13],[12,7],[2,11],[2,11],[5,3],[5,6],[5,9],[9,8],[5,6],[1,16],[4,4],[13,6],[1,4],[-4,11],[-7,10],[-6,6],[-8,26],[-9,14],[3,5],[5,7],[4,15],[0,16],[-5,58],[-1,12],[6,8],[9,10],[8,4],[7,7],[-1,11],[4,7],[6,8],[-21,32],[-19,27],[-18,26],[-20,30],[-14,20],[-17,25],[-14,21],[-21,30]],[[4855,6475],[17,1],[34,1],[34,-3],[22,-1],[10,-4],[2,-8],[7,-3],[7,2],[8,1],[17,9],[14,6],[13,7],[6,6],[14,22],[12,12],[12,5],[22,2],[8,-2],[9,0],[7,13],[12,14],[23,17],[12,5],[8,6],[13,2],[11,7],[54,44],[22,12],[14,2],[11,3],[20,7],[49,8],[32,3],[11,-5],[11,2],[10,10],[8,3],[6,0],[9,-11],[4,-11],[-2,-9],[1,-13],[4,-17],[-1,-15],[-11,-20],[-6,-9],[-1,-8],[1,-11],[6,-18],[11,-25],[2,-18],[-6,-13],[-3,-10],[1,-9],[3,-6],[4,-3],[3,-7],[1,-11],[6,-10],[12,-9],[4,-9],[-1,-9],[0,-6],[4,-2],[3,2],[4,3],[3,-1],[8,-12],[2,-3],[4,-10],[2,-8],[11,-4],[12,-3],[7,-4],[14,-11],[12,-8],[14,-6],[5,-11],[9,-15],[24,-6],[28,-2],[18,-3],[22,9],[14,-1],[15,-5],[6,-4],[12,-8],[17,-10],[14,-4],[10,6],[9,3],[7,-3],[4,-11],[4,-8],[8,-5],[18,-15],[10,-6],[12,1],[23,-10],[25,-9],[13,-1],[12,1],[9,-3],[3,-12],[22,-22],[10,-9],[12,-8],[31,1],[9,-3],[14,3],[41,4],[7,1],[24,-10],[27,-14],[18,-11],[13,-7],[7,-10],[5,-10],[3,-12],[-4,-11],[-5,-4],[-1,-8],[2,-11],[9,-9],[3,-12],[5,-22],[6,-6],[4,-66],[-18,-1],[-26,-1],[7,-6],[22,-24],[19,-23],[3,-36],[2,-22],[3,-33],[2,-19],[48,-1],[56,-2],[66,-3],[59,-3],[6,0],[10,3],[7,3],[4,0],[1,-8],[-2,-10],[0,-11],[-17,-22],[-1,-7],[2,-29],[6,-24],[3,-21],[6,-7],[20,-11],[29,-21],[12,-3],[10,2],[6,-8],[1,-14],[16,-38],[10,-25],[5,-8],[7,-5],[-1,-3],[-7,-1],[-3,-5],[-9,-27],[-13,-35],[-8,-25],[7,-1],[0,-7],[2,-10],[-9,-1],[-3,-4],[-10,-21],[-14,-26],[-14,-28],[-8,-16],[13,-13],[23,-21],[-4,-5],[-10,-3],[-8,-2],[-6,-7],[-4,-6],[-9,-2]],[[7726,4125],[-9,-5],[4,33],[6,10],[6,8],[6,4],[5,-7],[-6,-16],[-13,-18],[1,-9]],[[7729,4315],[-2,-2],[-7,18],[18,15],[5,-7],[-6,-13],[-5,-8],[-3,-3]],[[8197,4622],[-1,-7],[-5,4],[-15,-2],[-5,6],[22,21],[4,-3],[3,-5],[1,-6],[-3,-3],[-1,-5]],[[8357,4709],[4,-5],[-7,2],[-9,-3],[-14,-1],[-5,6],[13,6],[5,6],[2,-2],[4,-5],[7,-4]],[[9256,5949],[-7,-8],[-5,2],[-1,6],[-4,6],[3,4],[4,2],[11,-2],[-1,-10]],[[9286,5998],[-6,-2],[1,9],[16,9],[5,12],[7,-7],[0,-7],[0,-3],[-23,-11]],[[8634,7548],[-16,-13],[7,17],[-2,11],[3,9],[12,7],[3,1],[-2,-10],[0,-3],[-5,-19]],[[8602,7793],[-10,-6],[-4,-4],[-8,4],[2,4],[2,-1],[4,12],[14,-3],[0,-6]],[[7521,7861],[-16,-2],[23,36],[20,17],[3,34],[22,29],[20,12],[27,2],[13,-20],[-21,-51],[-6,0],[-25,-27],[-29,-18],[-31,-12]],[[7878,8019],[14,-2],[21,2],[15,6],[15,0],[16,-2],[51,-12],[31,-5],[11,-3],[11,-4],[8,-5],[1,-8],[-9,-13],[-7,-13],[-7,-19],[-4,-4],[-7,2],[3,-18],[-2,-7],[-4,-6],[-9,-14],[-14,-16],[-4,-4],[-10,-5],[-9,-8],[1,-7],[3,-8],[-5,-9],[-16,-12],[-9,-3],[-8,-1],[-8,2],[-12,15],[-2,-11],[-5,-11],[-5,-5],[-17,2],[-9,6],[-15,8],[-4,-18],[-11,-11],[-10,-3],[-15,-2],[-9,-4],[-17,5],[-14,9],[-9,1],[-7,-6],[-36,2],[-17,-6],[-9,2],[-14,15],[-2,9],[-7,18],[-7,22],[-4,20],[6,17],[9,-1],[12,-4],[2,1],[1,6],[-2,4],[-18,1],[-11,11],[-1,15],[4,32],[2,7],[9,8],[3,8],[-1,9],[4,16],[9,13],[30,15],[34,4],[96,-23]],[[7718,8044],[-45,-26],[-14,10],[-2,6],[3,5],[-1,3],[6,10],[24,6],[12,1],[16,-4],[2,-7],[-1,-4]],[[7908,8034],[-42,-1],[-18,8],[4,6],[15,9],[18,6],[16,2],[16,-5],[4,-9],[-2,-8],[-11,-8]],[[7866,8095],[6,-9],[-25,-30],[-12,-3],[-14,0],[-16,10],[-27,1],[-9,3],[0,14],[13,14],[22,-3],[40,10],[22,-7]],[[7757,8082],[-5,-21],[-27,11],[3,22],[14,6],[13,11],[5,14],[1,20],[5,4],[4,1],[3,-2],[-1,-30],[1,-19],[-16,-17]],[[7802,8118],[-17,-4],[-3,5],[1,19],[6,10],[22,1],[2,3],[7,2],[3,-7],[-1,-11],[-20,-18]],[[7796,8353],[-16,-6],[-9,3],[-7,19],[4,14],[11,5],[9,-2],[3,-2],[7,-25],[-2,-6]],[[6811,8397],[4,-1],[11,-2],[25,-6],[33,-8],[9,2],[6,5],[1,13],[1,10],[-7,9],[-9,9],[-8,13],[-10,3],[1,6],[7,7],[7,3],[4,4],[5,16],[3,3],[3,0],[3,0],[7,-5],[26,-13],[11,2],[44,2],[7,7],[9,1],[16,7],[7,0],[5,-2],[7,1],[11,7],[4,0],[2,-7],[6,-8],[8,-8],[4,-1],[13,1],[7,-2],[3,-7],[1,-6],[5,-5],[8,0]],[[7111,8447],[3,-2],[7,-4],[5,-7],[13,-6],[22,-9],[11,-1],[9,-3],[6,-2],[7,4],[23,11],[11,7],[8,5],[6,5],[4,1],[3,-3],[2,-4],[8,-3],[19,-6],[9,-1],[13,3],[10,6],[6,3],[7,-8],[5,-9],[3,-5],[8,1],[16,-2],[11,-4],[7,0],[10,4],[6,8],[14,7],[14,6],[8,9],[12,16],[4,6],[2,12],[17,32],[7,6],[4,10],[7,12],[1,10],[5,9],[9,8],[7,5],[12,14],[8,13],[21,29],[2,9],[7,4],[3,7],[9,7],[9,6],[4,9],[6,9],[14,7],[6,3],[17,26],[2,12],[14,-1],[21,-15],[16,-21],[19,-67],[0,-60],[7,-32],[22,-66],[1,-13],[4,-14],[7,-16],[7,-26],[1,-5],[-7,-7],[9,-1],[8,-4],[4,-17],[5,-11],[11,-15],[25,-7],[18,-3],[21,-10],[14,-11],[10,-38],[-6,-22],[0,-16],[-7,-6],[-18,-9],[-4,-6],[-37,-24],[-9,-13],[-20,-15],[-21,-32],[-29,-28],[-10,-7],[-15,0],[-10,-4],[-22,-23],[-29,-7],[-4,-14],[-18,-31],[-16,-16],[-9,-6],[-25,-30],[-4,-14],[-2,-24],[-16,-14],[-16,-8],[-4,-21],[-7,-7],[-7,-4],[-32,7],[-52,-20],[-17,-4],[55,-4],[17,-13],[39,6],[49,26],[18,4],[38,18],[15,12],[28,14],[6,6],[16,6],[8,-9],[0,-6],[-13,-11],[2,-7],[8,-10],[2,-13],[1,-9],[3,-18],[16,-23],[0,-8],[-3,-10],[7,-9],[8,-5],[26,-26],[24,12],[13,3],[10,5],[18,3],[15,-7],[27,-10],[22,7],[43,17],[-16,-34],[-12,-32],[-8,-13],[-10,-34],[-8,-9],[-6,-11],[10,3],[8,5],[11,13],[10,23],[35,61],[9,5],[26,5],[48,47],[17,-1],[10,-13],[10,-7],[4,13],[15,5],[-15,8],[-2,6],[-1,11],[12,13],[-5,13],[23,14],[0,12],[9,9],[10,9],[12,4],[3,8],[8,3],[5,1],[11,-11],[13,11],[12,3],[5,-2],[6,-6],[7,-2],[6,0],[15,6],[13,-13],[7,-3],[-1,7],[-4,6],[4,5],[7,2],[20,-4],[10,-6],[10,-11],[16,-2],[13,0],[7,-6],[13,-1],[6,-10],[18,-13],[3,-9],[16,-5],[14,-6],[15,-3],[16,0],[0,-11],[11,-3],[15,0],[10,-13],[29,-12],[20,-17],[14,1],[14,-5],[13,-33],[2,-22],[7,2],[8,9],[11,18],[17,4],[7,-8],[15,-13],[13,-13],[5,-9],[10,-2],[-9,-9],[9,0],[11,6],[8,-15],[5,-16],[-1,-16],[-7,-8],[-6,-5],[-8,-11],[-8,-1],[-8,-3],[8,-9],[5,-8],[15,19],[10,5],[13,2],[5,-15],[0,-15],[-22,-3],[-1,-11],[-7,-6],[-5,-7],[-5,-15],[-6,-12],[-19,-54],[-1,-9],[16,8],[32,25],[12,30],[15,28],[13,8],[7,0],[11,-5],[0,-10],[-2,-5],[-14,-14],[-6,-7],[4,-9],[30,22],[13,7],[11,-3],[22,9],[42,-2],[5,12],[9,5],[23,-4],[44,-17],[14,-11],[23,-12],[11,-12],[51,-25],[38,-7],[20,6],[22,-12],[11,-12],[24,-8],[24,-6],[20,5],[49,-4],[63,2],[36,-7],[41,-13],[26,-22],[24,-14],[13,-12],[23,-14],[47,-35],[15,-19],[29,-26],[30,-14],[14,-26],[11,-12],[28,-44],[34,-33],[21,-31],[46,-25],[14,-31],[32,-9],[13,-7],[15,-14],[23,-11],[31,-3],[33,-7],[28,1],[63,-21],[9,-7],[11,-14],[15,-49],[5,-53],[0,-39],[10,-32],[-2,-57],[4,-19],[-2,-14],[6,-4],[-3,-38],[-4,-15],[-10,-18],[-2,-9],[0,-5],[-4,-8],[-3,-8],[3,-18],[-2,-15],[-12,-15],[-19,-43],[-42,-68],[-34,-38],[-45,-37],[-28,-19],[-10,0],[-8,5],[4,-13],[-8,-9],[-30,-28],[-28,-17],[-32,-32],[-2,0],[-34,-9],[-21,-9],[-28,-17],[-28,-29],[-6,-3],[-8,3],[-2,-16],[-24,-24],[-6,-2],[1,7],[4,5],[3,6],[1,7],[-6,-4],[-15,-18],[2,-15],[-12,-21],[-42,-57],[-47,-46],[-11,-15],[-37,-31],[-26,-13],[-7,1],[-7,2],[1,28],[-16,19],[-5,3],[-10,-16],[-7,-4],[-9,1],[8,-9],[2,-9],[-13,-16],[-3,-16],[-20,-15],[-12,-12],[-8,-15],[-5,-14],[8,3],[3,-4],[2,-5],[-2,-7],[-8,-12],[-4,-32],[-3,-7],[4,-9],[8,13],[3,-5],[-30,-83],[0,-40],[-4,-45],[1,-43],[2,-40],[0,-3],[-18,-43],[-21,-41],[-14,-35],[-12,-38],[-8,-17],[-5,-19],[0,-46],[1,-9],[-21,-17],[-19,-7],[-12,-8],[-28,-33],[-20,-52],[-5,-28],[-3,-60],[-8,-24],[-9,-15],[-10,-9],[-23,-10],[-24,-28],[-13,-32],[-15,-10],[-5,-18],[-13,-18],[-31,-26],[-19,-6],[-10,-7],[-7,-17],[-21,-26],[-18,-35],[2,-13],[0,-2],[-2,-43],[-3,-10],[-18,-10],[-64,-14],[-18,-7],[-41,-32],[-4,-9],[0,-13],[5,-7],[-7,-7],[-9,-14],[-11,3],[-60,7],[-34,-1],[-17,3],[-7,4],[-8,7],[-2,7],[7,11],[-2,7],[-9,0],[-11,-2],[-2,-6],[0,-5],[3,-7],[1,-8],[-5,-7],[-20,1],[-22,-4],[-27,0],[-22,-2],[-10,7],[11,2],[14,-3],[16,3],[-3,7],[-21,10],[-25,-2],[-14,-8],[-29,4],[-36,-3],[-7,-7],[-1,-14],[7,-3],[6,-7],[-7,-5],[-7,-2],[-38,-3],[-38,-23],[-15,-2],[-14,-10],[-2,-10],[-5,-6],[-8,1],[-18,7],[-23,2],[-18,-2],[-91,-35],[-33,-15],[-39,-32],[-63,-35],[-33,-21],[-7,-5],[-5,0],[-10,-4],[4,-5],[6,-1],[-4,-13],[-13,-9],[-25,-22],[-6,2],[9,12],[-11,1],[-17,6],[-8,-4],[3,-13],[-6,-5],[-12,0],[-10,2],[-11,11],[4,-18],[24,-6],[9,-5],[4,-6],[-22,-29],[-16,-3],[-2,-4],[9,0],[4,-9],[-9,-33],[-8,-6],[-4,0],[-5,-5],[5,-12],[6,-8],[-3,-16],[-3,-12],[-1,-13],[6,-25],[0,-25],[3,-9],[1,-10],[-6,-9],[2,-15],[-12,-25],[2,-37],[-5,-35],[-5,-18],[-7,-14],[-15,-17],[-1,-18],[-30,-15],[-34,-22],[-31,-26],[-34,-37],[-41,-58],[-40,-85],[-44,-63],[-18,-23],[-23,-25],[-31,-29],[-40,-28],[-44,-26],[-16,-11],[-16,-17],[-3,8],[4,11],[-2,9],[1,12],[8,2],[12,-8],[7,4],[5,5],[16,2],[31,29],[22,10],[13,18],[3,10],[1,21],[7,4],[16,-2],[3,5],[-1,7],[5,14],[22,11],[11,15],[-1,38],[4,2],[9,-7],[4,3],[5,16],[-1,9],[-10,3],[-37,-17],[-12,2],[-1,15],[-17,8],[-6,13],[-2,8],[-5,4],[-1,-15],[1,-14],[14,-18],[-4,-6],[-8,-7],[-6,-17],[-1,-22],[-4,7],[-5,4],[-3,-24],[-11,-9],[-4,-8],[2,-11],[-6,-7],[-27,-18],[-27,-12],[-6,-5],[-4,-15],[-5,-15],[-12,-13],[-11,-26],[0,-11],[2,-17],[4,-12],[-8,-7],[-11,-13],[-10,-16],[-24,-60],[-19,-36],[-15,-17],[-20,-18],[-58,-45]],[[7059,3333],[-3,0],[-8,5],[-6,5],[-2,3],[0,4],[2,17],[2,47],[2,8],[4,6],[11,7],[11,11],[13,15],[11,11],[-3,8],[-9,8],[-16,7],[-15,12],[-13,14],[-6,15],[-5,16],[-5,13],[-1,6],[-6,2],[-8,7],[-6,6],[-7,4],[-14,4],[-15,7],[-18,16],[-13,18],[-6,11],[-7,8],[-37,15],[-17,16],[-7,-5],[-11,5],[-9,8],[-3,6],[-4,6],[-4,7],[-2,7],[-10,11],[-14,13],[-5,4],[-3,-1],[-3,-5],[-2,-4],[-5,-3],[-7,-6],[-7,-6],[-8,-5],[-10,-1],[-6,1],[-2,2],[0,10],[3,21],[-5,9],[-8,9],[-8,12],[-28,26],[-39,37],[-14,11],[-13,1],[-12,-1],[-11,-4],[-9,-17],[-3,-2],[-22,1],[-21,3],[-7,10]],[[6952,4473],[2,20],[19,29],[6,13],[-3,8],[7,27],[15,47],[6,30],[-5,15],[1,10],[7,8],[3,3],[-16,11],[-9,10],[-12,7],[-12,6],[-6,-2],[-7,-3],[-13,-5],[-15,-8],[-7,-3],[-13,-2],[-15,-3],[-13,2],[-10,3],[-6,5],[-3,12],[0,10],[-2,15],[-7,8],[-3,7],[0,8],[1,8],[3,7],[-2,8],[-3,5],[1,10],[-1,13],[-5,8],[-2,10],[0,10],[-4,9],[0,11],[4,9],[2,10],[-4,7],[-7,4],[-6,11],[0,14],[-6,8],[-7,7],[-7,0],[-12,4],[-10,0],[-16,1],[-8,2],[-4,5],[-10,8],[-5,12],[-7,2],[-10,-3],[-4,-5],[-4,-6],[-7,-7],[-10,0],[-10,-4],[-9,0],[-12,0],[-13,3],[-15,5],[-12,3],[-13,-3],[-8,3],[-11,1],[-13,1],[-9,8],[-11,4],[-6,-1],[-7,-5],[-8,2],[-10,3],[-4,9],[1,6],[2,5],[4,8],[-2,8],[1,7],[2,7],[2,7],[-1,7],[-1,7],[-1,7],[-1,7],[6,11],[4,8],[-2,8],[1,5],[3,8],[5,10],[0,19],[-4,11],[-4,3],[-1,3],[2,4],[-2,5],[-1,4],[2,4],[-3,8],[-6,3],[-3,2],[-2,9],[-1,10],[1,8],[-3,6],[-5,5],[-4,7],[-5,6],[-1,7],[-3,10]],[[4855,6475],[-14,-2],[-24,2],[-17,-1],[-15,-8],[-22,-11],[-10,-3],[-7,-1],[-8,0],[-9,5],[-12,10],[-9,-5],[-7,-5],[-1,24],[-3,36],[-2,31],[-2,26],[-3,29],[-1,21],[6,9],[3,9],[-6,12],[0,11],[3,7],[4,8],[-10,-4],[-4,-3],[-5,-6],[-12,-8],[-8,-8],[-9,-7],[-12,-15],[-9,-8],[-11,-6],[-16,-17],[-15,-5],[-39,-5],[-41,-3],[-37,-3],[-6,-1],[-1,14],[0,9],[-13,9],[-2,12],[-4,8],[-6,10],[-9,6],[-13,1],[-21,4],[-31,3],[-30,-2],[-28,-3],[15,22],[16,23],[-2,18],[-16,14],[-9,9],[-13,12],[-15,8],[-10,12],[0,8],[-1,4],[-6,3],[-6,4],[-8,4],[-10,6],[-1,7],[-4,6],[-6,8],[-1,7],[-6,9],[-7,7],[-6,5],[-9,6],[0,6],[6,3],[2,7],[-2,7],[-7,3],[-8,2],[-12,11],[-9,5],[-5,3],[-4,4],[3,3],[3,5],[0,7],[-2,6],[-1,5],[5,2],[6,0],[5,4],[7,2],[9,1],[4,4],[-2,7],[-6,12],[-6,5],[-2,8],[2,16],[2,10],[8,11],[27,25],[25,17],[12,3],[9,6],[6,9],[0,10],[-2,8],[-6,11],[-7,15],[-5,8],[3,10],[5,14],[12,22],[12,24],[0,7],[1,13],[3,29],[2,15],[-2,6],[3,5],[7,5],[20,6],[13,9],[20,18],[16,18],[14,7],[25,17],[14,11],[6,4],[14,8],[27,5],[22,4],[12,6],[19,3],[12,6],[13,2],[26,7],[8,9],[7,10],[9,9],[12,3],[13,-1],[16,1],[19,4],[10,-5],[5,-8],[12,-7],[9,1],[8,2],[12,-6],[7,2],[5,4],[0,9]],[[4728,7432],[2,6],[4,30],[6,50],[5,45],[6,50],[6,52],[6,53],[5,43],[5,37],[2,23],[5,30],[1,27],[2,7],[-2,7],[-7,8],[0,4],[1,5],[-1,5],[-7,4],[-5,3],[-4,4],[-2,6],[-4,6],[-2,6],[-4,4],[-2,7],[2,6],[1,6],[-1,6],[-3,7],[-4,6],[-5,4],[-13,3],[-13,10],[-16,9],[-20,16],[-5,9],[-2,23],[-1,26],[-1,39],[-1,19],[10,2],[10,1],[10,2],[8,2],[8,4],[6,4],[7,2],[5,0],[6,3],[5,4],[6,3],[9,2],[8,-4],[5,-4],[6,-2],[4,0],[4,0],[4,-3],[4,0],[7,1],[6,1],[3,1],[0,3],[-2,4],[-2,4],[1,6],[0,7],[-1,10],[-5,4],[-5,10],[-6,7],[-9,5],[-8,2],[-7,-4],[-6,-1],[-4,3],[-8,-1],[-8,1],[-8,0],[-15,-3],[-6,3],[-7,-1],[-9,-3],[-2,38],[-3,35],[-1,25],[7,0],[10,5],[14,2],[10,5],[7,1],[11,-1],[13,-5],[12,0],[31,2],[33,3],[38,2],[37,2],[32,2],[10,0],[-6,8],[-7,10],[2,9],[3,9],[3,5],[11,-5],[9,-14],[8,-10],[7,-5],[8,0],[10,2],[9,5],[16,21],[15,18],[8,6],[9,6],[6,2],[10,0],[8,-4],[5,-8],[20,-28],[15,-21],[5,-13],[2,-32],[1,-29],[2,-4],[2,-1],[30,8]],[[5158,8269],[43,-33],[31,-24],[13,-8],[7,-2],[18,3],[20,4],[10,4],[11,9],[18,12],[14,6],[6,1],[6,-1],[13,-7],[7,-12],[-6,-15],[2,-8],[13,1],[10,15],[7,12],[14,10],[15,14],[10,14],[12,8],[18,9],[14,7],[14,-1],[10,7],[13,12],[9,9],[6,4],[13,-1],[16,2],[15,12],[14,14],[7,23],[5,21],[4,4],[5,3],[6,2],[15,2],[25,12],[18,11],[17,3],[5,3],[6,11],[2,18],[-2,10],[-32,3],[-20,0],[-34,2],[-16,4],[-4,3],[0,3],[3,8],[2,15],[-5,19],[-18,31],[-13,30],[-2,22],[0,22],[0,15],[-9,12],[-49,35],[-17,17],[-5,11],[-20,22],[5,7],[10,0],[10,-5],[9,-13],[6,-2],[8,0],[44,2],[10,-2],[6,-4],[6,-5],[8,-14],[9,-7],[17,1],[27,1],[15,1],[9,-3],[12,-3],[23,8],[7,0],[7,-3],[26,-25],[15,-11],[13,-14],[18,1],[15,12],[3,41],[4,13],[8,3],[9,1],[10,6],[12,9],[10,3],[42,-9],[11,5],[42,11],[43,15],[12,18],[18,5],[14,13],[12,-1],[17,-1],[11,3],[5,2],[6,6],[10,18],[12,7],[15,7],[10,8],[8,10],[4,9],[0,7],[-5,14],[-6,13],[-7,4],[-5,1]],[[6128,8906],[15,3],[12,-4],[19,-1],[9,4],[12,-2],[15,9],[10,-3],[6,0],[6,-7],[5,-7],[14,-10],[-2,-14],[-2,-13],[-2,-15],[-1,-11],[-6,-12],[-9,-11],[-3,-4],[-1,-6],[6,-3],[11,-1],[13,0],[10,-4],[11,0],[15,-10],[7,-5],[0,-4],[-4,-11],[-2,-9],[3,-6],[4,-4],[12,-22],[5,-7],[5,-2],[1,-5],[-4,-7],[-5,-10],[-10,-10],[-2,-9],[-8,-5],[-20,-12],[3,-19],[1,-10],[0,-8],[-7,-10],[-12,-30],[-4,-15],[-4,-34],[0,-12],[6,-15],[11,-35],[6,-5],[15,-8],[2,-24],[-1,-24],[-1,-9],[3,-4],[6,-2],[5,-3],[1,-7],[-1,-8],[12,-4],[9,-3],[9,-10],[16,-16],[7,-3],[3,-7],[14,-13],[20,-5],[21,-6],[8,-9],[9,-7],[6,0],[6,1],[9,6],[7,5],[13,-1],[15,1],[2,4],[2,6],[-3,13],[5,5],[12,2],[3,7],[3,4],[3,5],[5,0],[5,-2],[8,-2],[9,-3],[5,-4],[8,-1],[9,1],[4,3],[2,5],[3,11],[5,1],[12,2],[12,5],[17,0],[16,0],[7,3],[8,7],[14,20],[7,5],[8,3],[7,0],[14,3],[11,5],[4,-2],[9,-11],[4,-2],[7,-1],[21,-6],[11,2],[12,3],[12,1],[9,-3],[6,3],[7,2]],[[5510,1],[-3,-1],[-9,3],[-13,0],[-2,2],[0,2],[1,3],[7,2],[22,-1],[2,-1],[1,-2],[-3,-5],[-3,-2]],[[5537,21],[-3,-2],[-3,3],[-4,2],[-17,4],[0,3],[1,4],[3,4],[6,4],[5,9],[2,-1],[3,-3],[4,-13],[5,-9],[0,-3],[-2,-2]],[[5612,115],[-7,-7],[-6,0],[-2,2],[-1,4],[1,3],[3,3],[5,5],[2,0],[9,-3],[-4,-7]],[[5552,125],[-3,-7],[-5,-8],[-8,-7],[-8,-2],[-6,3],[-4,6],[-1,5],[-2,3],[-4,1],[-4,0],[-4,-3],[-10,-9],[-5,-2],[-3,-1],[-30,5],[-3,2],[-4,5],[-4,17],[-14,14],[19,10],[23,1],[44,-4],[18,-1],[15,-13],[2,-9],[1,-6]],[[5291,149],[80,-12],[24,12],[19,1],[7,-14],[-19,-15],[-1,-5],[3,-3],[20,-1],[6,-4],[5,-6],[-4,-9],[0,-4],[3,-4],[15,-12],[7,-7],[3,-6],[2,-12],[1,-9],[-4,-1],[-7,2],[-8,5],[-7,13],[-4,2],[-13,2],[-13,6],[-10,-1],[-9,2],[-8,-3],[-3,5],[-4,8],[0,4],[3,14],[0,4],[-2,0],[-10,-3],[-3,1],[-11,10],[-5,1],[-10,1],[-4,-18],[0,-5],[6,-11],[13,-17],[-6,0],[-17,4],[-5,3],[-5,9],[-11,4],[-3,3],[-2,4],[-1,11],[-2,2],[-14,-4],[-3,2],[-1,5],[-3,3],[-9,3],[-1,3],[4,4],[2,8],[1,30],[18,-5]],[[5164,148],[5,-10],[2,-2],[12,-3],[6,3],[13,2],[7,5],[12,3],[15,-25],[-1,-8],[-10,-10],[-7,-2],[-6,2],[0,5],[-2,3],[-5,5],[-4,-1],[-7,-4],[-3,0],[-7,4],[-13,2],[-2,3],[-1,6],[-3,2],[-13,8],[-9,6],[-7,1],[-2,-1],[-3,-4],[-6,-4],[-1,1],[-3,2],[-1,4],[2,9],[3,1],[18,-1],[11,-3],[10,1]],[[5113,281],[23,-11],[15,1],[0,-8],[3,-13],[-2,-6],[-5,-6],[-3,-9],[-2,-1],[-17,8],[-18,12],[-8,-3],[-11,3],[-9,-2],[-5,-8],[-13,-5],[-4,15],[-13,14],[-13,10],[5,19],[8,3],[6,7],[30,-4],[15,-4],[18,-12]],[[4952,358],[4,-13],[1,-2],[7,2],[13,3],[20,-4],[3,-1],[10,-14],[7,-5],[11,-13],[-9,-9],[-5,-14],[1,-6],[-4,-4],[-6,-5],[-8,-8],[-11,-2],[-11,-5],[-5,-4],[-3,0],[-4,2],[-4,3],[-2,4],[8,5],[8,15],[1,14],[-11,2],[-7,-3],[-4,0],[-6,4],[-3,-7],[-1,-7],[3,-10],[-1,-3],[-4,-2],[-9,3],[-10,6],[-1,4],[0,13],[-1,7],[-2,10],[-2,1],[-3,0],[-11,-3],[-12,12],[-8,13],[-21,2],[14,21],[24,5],[9,-9],[28,-5],[-3,10],[0,4],[3,5],[2,1],[4,-3],[5,-1],[3,-3],[3,-6]],[[4796,434],[2,-1],[4,0],[5,-2],[22,-1],[19,-6],[11,-6],[13,-1],[11,-8],[5,-2],[6,0],[15,-15],[1,-2],[18,-12],[1,-2],[-9,-1],[-19,4],[-10,0],[-7,1],[-1,1],[-2,7],[-3,4],[-19,16],[-8,3],[-13,2],[-14,-4],[-11,2],[-3,-1],[-16,12],[-16,10],[-7,13],[-11,10],[0,3],[4,3],[11,-5],[10,-9],[6,-4],[5,-9]],[[5394,166],[-15,-1],[-3,-4],[-24,-7],[-40,6],[-11,7],[-14,16],[-5,-5],[-12,-8],[-12,-6],[-11,-2],[-10,6],[-3,4],[-2,0],[-20,-11],[-25,8],[-19,5],[-30,1],[-22,10],[-39,-4],[-7,4],[-4,11],[2,6],[8,4],[2,7],[8,-1],[12,-8],[3,1],[7,8],[10,9],[3,1],[20,-8],[8,2],[11,5],[2,3],[1,7],[3,3],[10,3],[10,-3],[2,-11],[-1,-11],[13,-2],[16,1],[10,-3],[1,7],[-18,17],[-8,11],[-10,6],[-13,2],[-12,21],[-1,18],[-2,18],[21,12],[-6,15],[7,12],[8,5],[12,-42],[8,-15],[-8,-3],[-17,-2],[11,-20],[16,-6],[15,-15],[1,-11],[8,-5],[17,1],[13,3],[5,8],[6,3],[13,-9],[20,-6],[6,-4],[5,-8],[1,-9],[1,-5],[6,3],[7,12],[4,5],[5,2],[3,3],[0,4],[-16,7],[-82,35],[-10,15],[-9,20],[-1,20],[5,7],[14,9],[25,14],[29,18],[4,3],[-1,10],[-5,7],[-12,4],[-13,1],[-11,-1],[-12,-3],[-21,-13],[-12,0],[-13,5],[-9,11],[-6,16],[-1,10],[1,9],[5,10],[7,5],[6,0],[6,2],[3,4],[3,4],[-1,4],[-3,3],[-10,6],[-4,6],[-9,10],[4,3],[14,3],[11,-6],[10,-8],[6,0],[5,4],[12,12],[9,14],[8,16],[7,10],[8,1],[27,-27],[9,-1],[29,18],[3,-1],[10,-7],[4,-3]],[[4804,594],[-3,-2],[-12,2],[-6,3],[-9,8],[-3,8],[-5,10],[3,0],[9,-3],[4,-3],[6,-6],[16,-8],[2,-2],[0,-4],[-2,-3]],[[4729,634],[8,-30],[4,-4],[10,-1],[13,-14],[1,-5],[-11,-28],[0,-19],[-17,0],[-8,18],[-12,17],[-6,21],[-8,17],[9,12],[10,-2],[-1,14],[8,4]],[[4750,693],[1,-13],[-2,-5],[-3,-2],[-8,4],[-4,0],[-6,-8],[-5,-4],[-9,0],[-12,4],[-8,-21],[-4,-7],[-8,-11],[-3,11],[5,17],[1,11],[4,17],[13,-5],[15,8],[14,13],[13,1],[5,-5],[1,-5]],[[4663,778],[-1,-14],[-8,0],[-4,3],[-2,9],[-3,4],[2,10],[2,10],[-2,8],[13,1],[15,-1],[5,-1],[-4,-8],[-4,-4],[-9,-4],[0,-13]],[[4682,841],[-19,-15],[-6,5],[-15,-2],[3,14],[0,10],[2,4],[-1,9],[3,16],[13,-4],[9,-1],[13,-4],[14,-2],[5,-13],[-12,-7],[-9,-10]],[[4652,1065],[0,-12],[-13,-25],[-11,-15],[-11,-13],[-8,0],[-7,4],[6,10],[8,9],[-4,11],[-3,3],[-4,1],[-7,5],[1,9],[3,4],[5,4],[5,-1],[19,8],[6,6],[12,2],[3,-10]],[[4723,1024],[4,-22],[0,-23],[-1,-29],[2,-5],[4,-1],[2,-3],[0,-15],[-1,-12],[-4,-10],[-2,-11],[-2,-3],[-11,-3],[-6,1],[-7,12],[-2,8],[-1,10],[-7,13],[-1,5],[1,9],[5,5],[-1,14],[2,4],[5,7],[1,2],[-1,2],[-2,0],[-21,-19],[-2,-5],[0,-7],[2,-22],[-2,-14],[-4,-3],[-10,-1],[-14,0],[-17,10],[-10,-5],[-4,15],[4,12],[19,1],[1,21],[-6,4],[-8,8],[-5,7],[3,6],[10,9],[6,2],[6,-4],[13,5],[-2,13],[-13,4],[2,10],[14,11],[8,11],[0,11],[-5,10],[0,5],[7,9],[10,6],[5,0],[11,-6],[9,0],[3,-1],[2,-7],[11,-51]],[[4608,1072],[-12,-2],[-6,27],[9,41],[0,15],[-6,11],[-3,9],[0,4],[17,10],[7,-8],[9,-21],[16,-30],[4,-31],[-7,-8],[-21,-10],[-7,-7]],[[4704,1108],[-1,-3],[-13,0],[-23,-6],[-11,13],[-6,22],[-3,4],[-8,12],[-3,8],[-7,12],[-4,13],[-2,4],[4,9],[23,10],[7,13],[8,0],[0,-27],[6,-8],[9,-6],[1,-3],[3,-9],[5,-14],[6,-6],[2,-4],[1,-4],[-2,-5],[8,-25]],[[4634,1217],[-8,-2],[-1,4],[-8,8],[5,6],[12,7],[9,0],[9,-3],[2,-5],[-14,-8],[-3,-4],[-3,-3]],[[4685,1549],[-5,-7],[-11,-5],[-11,5],[-12,-4],[-3,11],[4,10],[9,12],[5,15],[-3,21],[5,6],[2,7],[12,6],[4,-15],[0,-28],[10,-16],[2,-5],[-1,-7],[-7,-6]],[[4592,1660],[-2,-3],[-4,1],[-3,4],[-3,8],[3,3],[4,1],[3,-4],[3,-7],[-1,-3]],[[4746,1685],[-3,-2],[-4,0],[-4,5],[-1,7],[-9,9],[-2,4],[0,6],[3,9],[6,2],[4,0],[6,-9],[2,-10],[3,-10],[-1,-11]],[[4816,1698],[-25,-14],[-14,2],[-6,9],[-3,7],[-4,12],[4,7],[9,10],[3,7],[1,7],[-2,7],[1,7],[6,3],[20,-6],[22,-9],[8,-7],[2,-6],[-8,-14],[-5,-11],[-9,-11]],[[4728,1747],[-5,-6],[-8,-2],[-13,-9],[0,-7],[0,-7],[10,-9],[6,-11],[7,-15],[5,-16],[0,-5],[2,-8],[8,-12],[1,-6],[0,-5],[-1,-11],[-2,-2],[-7,-1],[0,-7],[-1,-2],[-18,-2],[-9,2],[-1,19],[-13,6],[-9,12],[-11,21],[-9,7],[-10,16],[-15,13],[14,11],[-4,17],[8,6],[13,7],[10,-3],[9,2],[3,4],[-3,17],[2,13],[9,8],[10,2],[5,-7],[6,-7],[13,-5],[1,-7],[-3,-11]],[[4711,1830],[3,-7],[-4,-1],[-8,0],[-3,-6],[-2,-1],[-19,3],[-3,2],[0,8],[19,2],[12,6],[1,0],[4,-6]],[[4613,1853],[-16,-4],[-4,4],[0,4],[2,3],[8,3],[6,-2],[3,-3],[1,-4],[0,-1]],[[4708,1901],[-8,-4],[-8,-1],[-8,1],[-14,-1],[-14,4],[-14,7],[-4,4],[1,7],[8,17],[5,30],[2,43],[-6,15],[-1,7],[2,8],[0,8],[-1,8],[0,8],[8,17],[1,8],[-1,7],[3,17],[-2,5],[-4,4],[2,5],[36,-9],[23,-1],[3,-12],[5,-9],[5,-17],[4,-4],[-1,-12],[-10,-6],[2,-12],[7,-10],[-8,-5],[-10,-3],[-1,-3],[-7,-3],[-8,-7],[3,-5],[12,-11],[13,-7],[7,-12],[10,-12],[-3,-9],[-7,-12],[-11,-9],[-11,-6],[3,-19],[-3,-9]],[[3956,3217],[-22,-5],[-1,0],[1,3],[5,5],[5,6],[1,0],[3,0],[2,-1],[7,-2],[3,-2],[-1,-2],[-3,-2]],[[19,3215],[-17,-10],[-2,7],[2,8],[16,1],[6,2],[-5,-8]],[[5390,571],[-59,11],[-13,8],[-11,0],[-20,-11],[-10,-25],[-6,-8],[-14,-7],[-14,-2],[-48,-27],[-17,-4],[-11,-7],[-11,-9],[-3,-20],[3,-12],[-10,-43],[-1,-24],[0,-12],[6,-19],[-2,-35],[-8,-8],[-21,-11],[-15,6],[-26,4],[-19,12],[-23,7],[-8,5],[-23,24],[-3,9],[-2,10],[9,17],[6,1],[17,1],[14,4],[9,-8],[4,-18],[-3,-10],[-3,-6],[2,-4],[9,7],[2,41],[32,23],[10,12],[10,19],[1,6],[0,6],[-7,6],[-17,6],[-48,-42],[-23,-12],[-14,-13],[-16,-21],[-3,-6],[-3,-13],[0,-15],[-19,5],[-29,19],[-6,7],[5,11],[7,10],[-2,29],[1,11],[5,9],[9,10],[5,2],[5,-3],[1,-7],[18,2],[31,29],[14,2],[19,-5],[21,6],[3,3],[4,6],[-16,6],[-15,3],[-42,-1],[-9,-4],[-11,-15],[-5,3],[-3,7],[-15,4],[-6,-2],[-6,-7],[2,-10],[-3,-12],[-12,-12],[-7,-18],[2,-14],[0,-7],[-3,-4],[-7,-5],[-22,1],[-13,13],[-6,9],[-15,10],[29,16],[10,8],[8,18],[6,11],[-6,7],[-6,0],[2,-12],[-6,-11],[-14,4],[-19,-17],[-13,3],[-21,-6],[-10,7],[-4,9],[3,11],[-6,17],[-6,4],[-6,-2],[-3,10],[-8,18],[-4,5],[-4,8],[3,2],[8,-2],[6,-5],[10,1],[22,-10],[8,3],[5,4],[1,10],[-1,9],[3,0],[14,-10],[7,1],[14,-2],[6,2],[12,6],[19,15],[9,14],[4,3],[7,-2],[4,-3],[1,-10],[5,-8],[7,-7],[3,-8],[-1,-9],[-10,-13],[-1,-4],[4,-4],[4,2],[6,7],[3,8],[1,4],[-1,7],[-1,7],[-11,20],[-1,5],[-1,10],[9,9],[3,7],[-1,14],[-6,8],[-25,19],[-39,18],[-4,-3],[-3,-4],[4,-2],[5,-1],[35,-14],[10,-10],[6,-2],[7,-6],[-1,-10],[-33,-12],[-24,-24],[-19,-14],[-14,3],[-8,13],[-8,15],[-12,9],[-5,-1],[-5,1],[-5,5],[-7,-5],[-19,9],[-6,5],[11,17],[15,-5],[-1,46],[-5,10],[-20,9],[-9,-2],[-13,0],[-9,4],[-10,1],[-8,2],[-11,6],[-14,3],[-20,26],[-9,14],[-6,16],[26,3],[16,5],[3,7],[-7,12],[-9,10],[5,10],[7,8],[9,-3],[22,-14],[5,-11],[18,-32],[4,-3],[2,-3],[32,-16],[4,0],[-3,16],[6,23],[8,8],[4,0],[0,4],[-9,8],[3,12],[-3,0],[-6,-8],[-11,-39],[-8,-8],[-14,16],[-9,12],[-4,4],[0,19],[24,-1],[-9,5],[-29,9],[-8,4],[-5,2],[-11,12],[-13,10],[18,22],[9,15],[33,-4],[6,5],[-6,9],[-7,-3],[-10,5],[-18,18],[-1,10],[1,18],[6,4],[13,5],[16,-4],[7,-4],[6,3],[-7,12],[-11,4],[-12,9],[0,10],[3,9],[1,10],[1,13],[-2,11],[2,5],[5,2],[0,4],[-10,-2],[-2,-13],[0,-12],[-6,-10],[-2,-11],[0,-13],[-2,-16],[-9,5],[-6,6],[-2,3],[0,8],[-7,46],[-5,39],[1,31],[11,13],[5,4],[5,-1],[8,1],[5,5],[-18,6],[-10,-6],[-7,-6],[-15,3],[-4,15],[-10,13],[-3,17],[-2,25],[20,-1],[16,-3],[42,5],[37,-21],[15,5],[-1,4],[-12,5],[-9,13],[-5,3],[-2,8],[-2,9],[-12,34],[-3,-2],[-2,-12],[-6,-20],[-9,-10],[-15,-6],[-15,-3],[-13,2],[-4,8],[-1,9],[-6,4],[-15,3],[-5,2],[-5,8],[5,13],[5,9],[8,-1],[7,-3],[9,-9],[9,-1],[9,9],[1,5],[-6,3],[-6,1],[-9,3],[-19,14],[7,16],[19,20],[5,5],[-7,14],[5,17],[-8,13],[-13,14],[-15,1],[-3,-4],[0,-6],[3,-5],[-1,-3],[-4,0],[-19,1],[-14,8],[-22,7],[-4,7],[-3,10],[5,18],[-3,0],[-13,-15],[-19,-9],[-15,-4],[-6,-6],[-2,-5],[4,-2],[9,0],[8,-16],[-1,-7],[-2,-5],[-7,-1],[-17,10],[-9,12],[-1,11],[4,14],[21,22],[6,9],[13,10],[16,22],[15,13],[-9,9],[-10,13],[-1,19],[32,11],[15,-1],[18,2],[10,6],[7,1],[15,7],[6,8],[1,6],[-1,5],[-2,6],[-4,16],[2,6],[6,7],[8,2],[4,0],[11,-5],[-1,-8],[-3,-10],[-4,-41],[-4,-9],[-6,-9],[6,-16],[-5,-12],[-29,-15],[-3,-1],[2,-4],[17,3],[14,4],[12,11],[2,16],[3,31],[6,5],[9,2],[5,-7],[0,-16],[2,-15],[-7,-48],[-11,-19],[-1,-5],[1,-6],[10,2],[7,10],[5,14],[4,18],[-2,13],[1,8],[0,26],[3,13],[-3,19],[-8,6],[-10,3],[-4,11],[3,22],[20,2],[17,16],[12,7],[7,0],[26,-13],[5,0],[-1,6],[-5,3],[-10,4],[-19,14],[-24,0],[2,21],[3,19],[11,3],[19,8],[35,31],[5,21],[-1,24],[-18,4],[-21,14],[-16,7],[-15,9],[1,15],[-1,25],[17,7],[5,34],[-14,25],[1,20],[13,18],[2,11],[3,13],[13,2],[0,7],[-2,13],[-11,13],[-2,21],[6,24],[14,0],[2,1],[-11,14],[-9,15],[1,6],[7,7],[8,3],[10,-7],[16,-25],[1,7],[-8,26],[-7,32],[-14,-5],[-13,1],[-5,5],[-6,7],[4,9],[4,7],[9,10],[19,4],[13,12],[3,22],[-4,-2],[-6,-20],[-13,-8],[-7,1],[-8,2],[-17,16],[-8,3],[-9,0],[-6,-5],[-16,-31],[-7,-6],[-31,-5],[-12,2],[-13,4],[1,7],[3,8],[6,5],[0,4],[-10,0],[-12,7],[-6,10],[-5,18],[-13,28],[-4,21],[6,16],[9,59],[2,30],[6,27],[-2,17],[20,18],[8,10],[13,54],[0,29],[-38,83],[-6,16],[-4,20],[4,34],[-1,13],[-8,18],[-20,28],[-2,16],[6,16],[-9,19],[2,13],[3,9],[27,-2],[12,3],[6,7],[4,16],[0,25],[1,11],[0,16],[13,8],[3,15],[9,22],[6,59],[10,15],[10,18],[-7,24],[7,12],[6,9],[5,15],[6,15],[18,22],[3,25],[11,44],[1,28],[3,19],[-3,17],[8,22],[7,18],[2,10],[18,25],[2,19],[-8,12],[-2,19],[-8,27],[12,11],[5,8],[13,45],[-2,17],[3,21],[-14,24],[-6,56],[-10,42],[-15,45],[-1,25],[-9,32],[-2,18],[1,41],[32,29],[4,30],[1,39],[-4,29],[-4,12],[-19,20],[-7,37],[2,10],[13,12],[9,15],[3,24],[9,18],[0,44],[6,35],[3,12],[13,17],[2,4],[1,11],[-3,28],[1,16],[8,34],[0,15],[10,35],[1,24],[4,13],[-3,14],[1,33],[-10,17],[-3,11],[8,33],[7,9],[10,16],[4,18],[0,10],[-19,54],[-4,18],[1,43],[3,29],[-4,22],[1,11],[1,15],[9,18],[2,12],[-4,5],[-13,6],[-11,15],[-2,15],[2,12],[0,16],[14,4],[8,9],[6,18],[7,41],[0,50],[4,30],[3,16],[1,31],[4,21],[-1,19],[-2,14],[-20,72],[-2,26],[4,42],[-5,59],[-2,14],[-7,12],[-3,17],[-11,30],[-13,60],[-2,32],[-6,27],[-8,7]],[[4813,5435],[5,2],[13,2],[14,1],[17,7],[17,12],[11,16],[4,15],[-1,13],[-6,15],[-3,11],[6,6],[17,3],[13,12],[10,10]],[[3355,8317],[-4,-4],[-9,5],[-4,7],[4,7],[7,-1],[3,-5],[3,-9]],[[4313,9906],[-6,-2],[-7,-5],[-22,-10],[-31,-11],[-40,-13],[-8,-11],[-34,-71],[-33,-16],[-11,-11],[-8,-13],[-18,-25],[-6,-19],[-19,-41],[-7,-49],[-2,-27],[-3,-40],[-7,-21],[-12,-19],[-12,-19],[-10,-21],[-8,-17],[-2,-5],[6,-4],[23,7],[9,5],[13,7],[8,-2],[10,-16],[10,-2],[8,3],[10,-3],[16,-41],[13,-35],[26,-20],[19,-16],[6,-15],[6,-21],[2,-10],[-5,-7],[-7,-14],[0,-25],[-1,-8],[0,-23],[3,-14],[6,-11],[8,-6],[17,-2],[15,-2],[10,-19],[14,-23],[14,-9],[19,-5],[13,3],[31,7],[27,1],[40,-3],[15,1],[19,3],[32,16],[12,2],[14,0],[20,-5],[11,-5],[14,-4],[21,-3],[12,2],[10,1],[6,-2],[34,-36],[30,-30],[25,-26],[28,-28],[2,-1],[11,4],[8,-1],[7,-5],[12,3],[17,12],[25,3],[33,-4],[43,2],[54,10],[33,9],[13,8],[22,0],[26,-5],[15,-9],[2,-10],[6,-14],[-5,-15],[-16,-16],[-8,-20],[0,-24],[-8,-18],[-14,-12],[-5,-17],[4,-21],[0,-31],[-4,-42],[2,-25],[7,-7],[3,-12],[1,-15],[3,-13],[9,-17],[14,-33],[10,-15],[9,-5],[8,-6],[27,-34],[6,-7],[-1,-6],[-2,-5],[-3,-3],[-25,-22],[-49,-48],[-4,-6],[1,-10],[15,7],[16,-4],[8,-1],[4,-3],[5,-12],[5,-2],[8,-4],[16,-12],[14,-13],[10,-6],[7,-6],[2,-9],[-2,-8],[9,-20],[6,-6],[3,-8],[-3,-8],[8,-8],[8,-18],[10,-21],[1,-12],[4,-6],[6,-15],[8,-15],[-2,-11],[4,-10]],[[4728,7432],[-9,11],[-12,9],[-12,5],[-5,8],[-8,16],[-9,5],[-7,4],[-6,-1],[-6,-5],[-9,-4],[-7,0],[-28,10],[-4,0],[15,28],[27,48],[18,31],[19,34],[10,18],[2,3],[-1,4],[-5,6],[-11,2],[-12,4],[-9,7],[-11,3],[-9,5],[-15,5],[-10,4],[-11,1],[-10,9],[-33,16],[-9,1],[-9,-4],[-13,-4],[-12,-11],[-15,-4],[-15,-1],[-9,5],[-7,2],[-11,7],[-18,5],[-13,3],[-7,-2],[-9,-10],[-10,-10],[-7,-6],[-11,-1],[-12,-9],[-12,-4],[-13,-2],[-14,-4],[-17,3],[-14,3],[-6,2],[-5,-2],[-8,-5],[-15,-4],[-11,-1],[-9,1],[-8,8],[-13,3],[-13,3],[-4,10],[1,8],[4,12],[-4,11],[-7,18],[-3,7],[-5,6],[-7,1],[-13,-2],[-14,5],[-10,6],[-5,7],[3,16],[-5,12],[-9,7],[-7,12],[-9,9],[-12,4],[-11,-1],[-9,2],[-11,10],[-10,3],[-11,9],[-20,3],[-11,3],[-7,6],[-9,10],[1,7],[-5,5],[-4,11],[-9,16],[-8,9],[-9,6],[-7,5],[-10,8],[-13,4],[-10,5],[-5,7],[-4,7],[-6,-1],[-8,-1],[-9,1],[-9,4],[-9,5],[-14,9],[-7,0],[-7,0],[-8,-11]],[[3850,7970],[-29,7],[-26,13],[-25,1],[-18,7],[-16,13],[-9,9],[-8,4],[-33,11],[-6,0],[-12,-7],[-3,-5],[0,-11],[0,-7],[-10,-5],[-17,-1],[-13,3],[-8,0],[-1,-4],[-4,-2],[-10,0],[-15,2],[-13,2],[-19,7],[-8,-2],[-20,0],[-17,3],[-4,4],[-11,31],[-3,1],[-7,1],[-12,3],[-9,4],[-5,8],[-5,8],[-20,-4],[-34,7],[-24,8],[-22,9],[-35,19],[-13,4],[-15,5],[-11,10],[-16,10],[-5,2]],[[3259,8138],[-6,10],[-24,12],[8,21],[24,18],[36,-7],[1,23],[-15,18],[-3,38],[3,8],[7,12],[11,8],[7,3],[12,-2],[6,9],[29,0],[8,4],[5,6],[6,5],[8,10],[3,11],[4,5],[10,-1],[0,5],[4,7],[15,16],[-1,6],[-6,13],[0,5],[10,3],[11,5],[5,14],[6,12],[7,17],[9,2],[3,20],[11,19],[20,53],[-8,-2],[-5,-7],[-8,0],[-9,3],[0,22],[-5,3],[-11,-19],[-13,16],[-3,11],[4,11],[-2,7],[-17,-7],[0,6],[10,9],[4,7],[9,9],[2,13],[0,18],[2,21],[-4,9],[-7,8],[-9,36],[-1,22],[-5,16],[-6,14],[-24,16],[31,26],[10,18],[-20,31],[-24,26],[-2,17],[5,-1],[7,1],[2,37],[-3,11],[-14,16],[-14,-1],[-16,21],[-8,4],[-7,14],[-24,26],[-18,12],[7,35],[10,8],[2,9],[-6,20],[0,5],[2,3],[3,0],[4,-3],[9,-8],[8,-10],[6,-3],[8,5],[28,25],[-3,7],[1,14],[9,13],[10,5],[3,7],[-4,9],[-15,23],[-12,12],[-8,13],[-5,11],[-14,10],[4,12],[7,13],[3,3],[6,-3],[16,-21],[24,-13],[26,-21],[11,-15],[8,-3],[7,-5],[-2,-5],[-6,-5],[-1,-10],[5,-5],[5,-3],[13,4],[6,12],[-11,49],[-11,24],[-9,6],[-10,9],[5,8],[14,5],[17,11],[63,55],[18,47],[17,18],[19,13],[25,0],[19,8],[4,15],[-7,18],[-9,11],[5,18],[4,27],[-3,21],[9,14],[-4,5],[-13,-12],[-11,-6],[5,9],[18,24],[6,34],[7,14],[25,22],[5,10],[19,16],[31,34],[12,10],[68,-13],[21,3],[-3,-4],[-10,-2],[-13,-7],[-3,-12],[11,-11],[10,-3],[8,9],[6,24],[11,26],[0,27],[9,10],[14,5],[26,-3],[20,-4],[20,1],[61,10],[94,78],[46,19],[28,17],[16,30],[3,21],[13,10],[15,1],[6,6],[1,7],[34,21],[20,4],[17,1],[41,-13],[21,-27],[5,-20],[-23,-23],[-6,-10]],[[3157,7457],[-2,-6],[-15,-2],[-4,2],[-1,6],[0,21],[3,9],[11,10],[9,5],[13,1],[14,-5],[-14,-16],[-8,-3],[-3,-3],[-3,-19]],[[1542,7422],[-6,-2],[-10,5],[4,12],[8,-1],[5,-2],[4,-4],[-5,-8]],[[1682,7516],[-17,-10],[-7,2],[-4,2],[-2,3],[8,11],[8,7],[7,12],[15,10],[5,-1],[3,-1],[2,-4],[-3,-9],[-9,-8],[-6,-14]],[[1537,7507],[-8,-2],[-27,9],[-2,15],[8,11],[29,11],[15,-6],[3,-17],[-8,-14],[-8,-4],[-2,-3]],[[1359,7517],[-14,-6],[-14,2],[-8,7],[-4,11],[1,4],[27,11],[12,-8],[3,-14],[-3,-7]],[[1486,7563],[-6,-6],[-31,-1],[-11,7],[5,13],[5,6],[18,-1],[21,-9],[-1,-9]],[[1366,7593],[12,-7],[12,-26],[37,-22],[7,-15],[-1,-8],[2,-2],[18,-8],[12,-10],[-10,-31],[-31,-19],[-37,-7],[-8,1],[-12,8],[-4,9],[3,10],[16,18],[26,19],[1,10],[-13,6],[-13,16],[-21,9],[-18,37],[-7,0],[-11,-8],[-7,4],[-2,2],[12,12],[1,6],[19,8],[10,-3],[7,-9]],[[3256,8107],[-9,-3],[-5,7],[9,10],[4,2],[1,-16]],[[3850,7970],[-8,-6],[-9,-2],[-12,-3],[-18,4],[-6,-1],[0,-5],[11,-6],[12,-6],[5,-10],[8,-12],[17,-13],[11,-7],[1,-5],[-2,-9],[0,-8],[10,-36],[-4,-3],[-5,-1],[-6,0],[-6,3],[-4,2],[-2,-5],[-2,-17],[-6,-37],[-5,-33],[-10,-12],[-14,-20],[-19,-27],[-27,-38],[-21,-19],[-17,-15],[-20,-17],[-25,-23],[-30,-14],[-41,-20],[-29,-14],[-21,-10],[-23,-10],[-29,-14],[-11,-11],[-17,-26],[-7,-12],[-7,-11],[-1,-5],[1,-2],[5,-4],[1,-5],[-5,-4],[-5,-1],[-3,2],[-2,5],[-6,5],[-6,1],[-3,-2],[0,-5],[-4,-25],[1,-11],[-3,-5],[2,-10],[-6,-11],[-3,-9],[-1,-8],[-6,-5],[-1,-9],[-3,-17],[-5,-14],[-3,-12],[0,-9],[4,-5],[2,-5],[-2,-9],[-1,-6],[-8,-6],[-16,-13],[-6,-8],[-2,-8],[3,-7],[0,-6],[-8,-3],[-2,-5],[-5,-10],[-6,-4],[-17,3],[-12,-2],[-10,3],[-13,12],[-10,9],[-8,13],[-5,19],[-10,4],[-11,5],[-10,-3],[-13,-3],[-8,3],[-19,6],[-17,7],[-12,3],[-8,-3],[-5,-7],[-7,-11],[-13,-8],[-6,-1],[-9,4],[-2,5],[5,9],[11,20],[-15,-1],[-6,4],[-2,7],[-4,7],[2,9],[7,6],[13,-2],[8,1],[4,9],[5,4],[6,3],[1,5],[-8,12],[-2,7],[1,4],[-2,8],[-1,6],[-4,5],[-2,8],[-3,4],[-2,4],[-1,5],[-4,2],[-5,3]],[[3136,7393],[3,2],[21,10],[8,9],[10,8],[8,12],[5,10],[9,48],[10,31],[-5,13],[-14,17],[-7,28],[0,8],[-3,6],[-6,-12],[8,-41],[-4,-19],[-9,-5],[-7,2],[-1,30],[-6,-6],[-8,-22],[-17,-18],[0,-5],[-4,-6],[-15,3],[-12,5],[-41,28],[-24,4],[-16,9],[-4,5],[-3,6],[14,10],[13,11],[-2,21],[-3,17],[-15,26],[0,37],[-6,14],[-17,29],[7,16],[32,16],[10,9],[4,26],[5,15],[16,-3],[12,2],[-17,3],[-16,20],[-4,10],[20,33],[12,10],[14,18],[10,26],[-2,38],[-10,27],[-8,28],[7,8],[20,7],[15,12],[8,9],[20,2],[21,16],[36,12],[50,22],[10,15],[-9,23]],[[6282,616],[-7,-4],[-2,2],[-2,6],[0,8],[-1,3],[5,-1],[7,-6],[0,-8]],[[6409,650],[0,-14],[-8,4],[-3,7],[5,5],[4,-1],[2,-1]],[[6145,686],[7,-2],[8,1],[-5,-16],[-3,-8],[-8,0],[-9,11],[-3,5],[10,5],[3,4]],[[6220,738],[15,-3],[13,11],[10,3],[8,-2],[5,-7],[8,1],[23,7],[2,-2],[8,8],[7,-4],[6,-7],[-3,-8],[-6,-5],[-4,-7],[-5,-6],[-8,-5],[-6,-9],[-14,-20],[-22,-26],[-7,-2],[-14,-2],[-6,2],[-6,0],[-4,-14],[-7,-11],[-3,-2],[-7,-1],[-3,-2],[-3,-4],[-18,1],[-13,7],[-15,14],[20,18],[18,-1],[14,12],[12,6],[5,6],[5,5],[0,6],[-4,2],[-5,0],[-6,-3],[-12,-3],[-8,7],[5,3],[6,-1],[19,7],[4,3],[-6,9],[-11,6],[-10,9],[-1,3],[0,6],[-5,11],[5,1],[7,-7],[17,-10]],[[6238,748],[-14,0],[-3,5],[0,13],[11,2],[10,-6],[-1,-5],[-3,-9]],[[6368,768],[16,-10],[19,3],[9,-2],[4,-8],[-3,-7],[-6,1],[-5,-2],[1,-9],[3,-5],[21,-10],[4,-1],[-1,5],[-3,7],[-2,7],[4,7],[5,2],[24,3],[5,-4],[12,-18],[-11,-2],[-5,-8],[10,-3],[7,-6],[-4,-7],[-1,-4],[-17,-5],[-15,-3],[-7,-9],[-12,-7],[-36,-11],[4,-9],[1,-5],[-2,-12],[-49,15],[-6,-2],[12,-24],[-9,-5],[-10,3],[-8,-2],[-6,-18],[-14,12],[-12,16],[0,9],[12,17],[-4,7],[27,23],[5,7],[8,4],[9,1],[4,3],[-1,6],[-3,9],[0,16],[22,21],[-3,13],[7,1]],[[6708,8957],[-8,-10],[-2,-6],[-6,-11],[-4,-6],[6,-14],[7,-1],[3,-2],[1,-3],[0,-3],[-3,-2],[-7,-3],[-7,-8],[1,-9],[-4,-5],[-14,-2],[-26,1],[-12,-1],[-10,-1],[-7,-6],[-9,-4],[-6,0],[-6,-7],[-6,-9],[1,-7],[6,-8],[4,-9],[-5,-14],[-5,-11],[-4,-8],[-4,-16],[-10,-18],[-7,-10],[0,-11],[3,-15],[20,-23],[6,-11],[5,-17],[18,-14],[12,-11],[-2,-14],[2,-5],[7,-3],[8,-3],[10,0],[8,1],[2,2],[20,0],[2,-4],[1,-21],[0,-8],[5,-4],[3,-5],[0,-4],[0,-12],[3,-6],[0,-12],[1,-5],[6,-3],[6,-9],[3,-1],[1,-4],[6,-12],[3,-4],[2,-1],[1,-4],[3,-12],[3,-3],[6,-8],[2,-10],[6,-11],[8,-7],[3,-8],[9,-17],[9,-12],[12,-4],[10,-2],[6,-4],[7,-6]],[[6128,8906],[-35,37],[-35,37],[-35,36],[-2,5],[14,18],[13,12],[11,8],[5,6],[-4,27],[0,10],[-5,10],[-4,12],[4,10],[5,7],[7,2],[16,3],[12,1],[4,4],[6,5],[9,0],[17,-3],[8,6],[14,8],[31,14],[7,9],[5,14],[-1,7],[-3,3],[-8,2],[-12,0],[-9,-3],[-10,2],[-9,8],[0,7],[5,11],[-3,6],[-16,22],[0,6],[11,10],[7,8],[9,20],[7,6],[22,3],[6,4],[11,11],[17,12],[24,9],[7,17],[4,5],[20,9],[3,5],[-1,5],[-31,39]],[[6246,9438],[7,-3],[24,-25],[13,-6],[3,0],[0,6],[12,-2],[32,-18],[46,-29],[64,-55],[18,-20],[12,-10],[19,-24],[6,-12],[-1,-45],[-18,-31],[-4,-23],[-1,-31],[-10,-18],[13,10],[4,28],[12,16],[14,19],[19,4],[21,-8],[17,-2],[14,-5],[31,-30],[30,-24],[11,-19],[32,-10],[19,-15],[6,-13],[3,-34],[-7,-50],[1,-2]],[[4813,5435],[-11,9],[-47,28],[-19,15],[-16,7],[-41,23],[-5,9],[-7,27],[-6,7],[-14,9],[-35,11],[-13,5],[-15,11],[-21,7],[-23,16],[-15,13],[-15,8],[-47,9],[-24,11],[-44,14],[-20,10],[-47,10],[-15,6],[-48,29],[-33,7],[-27,17],[-82,32],[-13,11],[-14,19],[-19,9],[-22,25],[-31,13],[-30,18],[-12,18],[-22,23],[-7,12],[-17,11],[-4,26],[-13,10],[7,7],[8,4],[6,41],[-8,19],[-33,33],[-13,17],[-10,21],[-14,12],[-20,26],[-14,24],[-26,16],[-7,5],[-4,9],[-14,5],[-3,19],[-14,36],[-15,16],[-51,29],[-3,13],[-7,24],[-13,25],[-63,74],[-16,23],[-19,37],[-15,21],[-18,38],[-24,28],[-16,24],[-18,31],[-3,18],[-28,27],[-17,26],[-26,20],[-24,14],[-11,12],[-40,55],[-7,17],[-26,29],[-25,21],[-16,17],[-20,15],[-112,38],[-40,16],[-14,9],[-9,15],[1,10],[10,11],[16,-5],[8,4],[6,13],[-3,18],[-13,21],[-40,40],[1,9],[4,12],[-16,19],[-17,15],[-9,12],[0,52],[6,14],[43,58],[11,24],[20,16],[20,24],[24,20]],[[6708,8957],[2,-4],[8,18],[1,15],[5,14],[8,17],[15,9],[82,-11],[38,-9],[48,-16],[6,-15],[1,15],[-2,16],[14,10],[30,3],[44,-7],[38,6],[51,-3],[78,-15],[35,-10],[14,-8],[2,-14],[-2,-17],[-6,-17],[-14,-22],[-14,-10],[-15,-15],[-21,-27],[0,-8],[-4,-7],[-2,-12],[1,-14],[5,-9],[1,-17],[-4,-15],[1,-9],[3,-14],[3,-15],[-1,-6],[5,-5],[4,-5],[-2,-13],[14,-25],[9,-10],[14,-11],[4,-10],[7,-12],[5,-2],[2,-4],[-3,-9],[-1,-13],[-9,-14],[-21,-26],[-3,-6],[4,-23],[-3,-18],[-2,-9],[-10,-15],[-25,-38],[-14,-6],[-9,-11],[-5,0],[-6,-1],[-1,-1]],[[7059,3333],[-6,-5],[-7,-10],[-8,-23],[-27,-32],[-6,-18],[-29,-18],[-20,-21],[-12,1],[-12,-8],[-66,-26],[-23,6],[-17,0],[-16,13],[-36,6],[-24,-4],[-31,-13],[-9,0],[-7,1],[-16,6],[-9,12],[-47,15],[-38,33],[-45,1],[-35,-3],[-5,4],[-4,8],[-7,12],[-29,28],[-23,28],[-5,27],[4,30],[7,34],[-1,11],[9,6],[9,2],[8,9],[8,13],[1,10],[-5,20],[-4,26],[-4,14]],[[6082,9489],[-10,-4],[-2,16],[3,5],[18,13],[5,2],[3,-2],[-1,-4],[9,-6],[-2,-7],[-9,-8],[-14,-5]],[[6111,9533],[-20,-6],[1,5],[5,7],[10,2],[4,3],[7,2],[4,-1],[4,-2],[-9,-4],[-6,-6]],[[5363,9807],[-9,-5],[-17,4],[-8,4],[5,7],[13,0],[14,-7],[2,-3]],[[5594,9851],[6,-22],[-2,-4],[-15,-15],[-13,-1],[-10,0],[-8,3],[-10,9],[-10,-3],[-25,2],[-7,3],[9,12],[17,6],[6,1],[5,-7],[13,-6],[14,0],[3,11],[19,17],[8,-6]],[[4313,9906],[-4,-8],[-10,-11],[-13,-7],[-63,-20],[-6,-4],[-8,-7],[1,-14],[3,-11],[22,-36],[8,-8],[27,-18],[-5,-4],[-9,-1],[9,-25],[17,-17],[1,-11],[-8,-36],[-20,-23],[-14,-26],[-11,-10],[-22,-50],[23,-27],[4,-14],[19,-19],[12,-5],[8,-8],[-2,-14],[8,-18],[10,-10],[12,-3],[14,1],[38,16],[9,6],[6,11],[18,22],[-1,26],[2,32],[-7,21],[-23,28],[-11,20],[-23,18],[-16,33],[-6,10],[-5,14],[-7,25],[13,11],[-3,21],[35,8],[72,40],[46,12],[52,23],[12,10],[9,16],[8,2],[29,-12],[14,5],[4,12],[-9,21],[-16,-1],[-47,-11],[-6,9],[0,8],[-14,25],[6,20],[6,17],[13,7],[20,8],[16,-9],[10,-10],[6,-9],[5,-26],[10,-27],[10,-18],[15,-13],[10,2],[8,3],[50,6],[31,-8],[38,-2],[38,-18],[38,-23],[11,-17],[4,-17],[10,-11],[-8,-12],[6,-19],[11,-19],[17,-12],[46,-1],[48,11],[76,12],[24,7],[125,10],[25,-9],[3,-9],[0,-8],[42,-33],[33,-4],[29,-10],[29,-5],[33,-7],[17,1],[14,4],[15,1],[110,62],[61,0],[9,4],[8,6],[-23,8],[-50,2],[-15,-6],[-9,15],[16,0],[56,7],[64,-2],[52,12],[26,2],[15,-2],[41,8],[79,-7],[61,8],[-7,-10],[-20,-6],[-33,-3],[-24,-14],[-54,1],[-37,-5],[12,-4],[1,-15],[5,-3],[5,0],[13,-10],[4,-7],[4,-15],[-5,-17],[-8,-7],[15,3],[9,8],[-2,7],[1,9],[9,-3],[6,-4],[20,-41],[14,-22],[3,1],[4,0],[4,5],[5,10],[6,-6],[3,-3],[3,0],[-3,9],[4,12],[-2,4],[6,1],[7,-1],[11,-3],[18,-14],[12,-14],[2,-8],[4,-5],[8,-4],[4,-8],[0,12],[-4,8],[-2,10],[24,1],[6,13],[13,-8],[35,-35],[12,-5],[38,-7],[23,-16],[14,-15],[-8,-16],[-22,-8],[-8,-10],[-5,-10],[0,-9],[-7,-12],[-1,-4],[-4,-15],[-9,-20],[-11,-20],[-62,-1],[15,-8],[14,-6],[24,-16],[18,13],[26,1],[29,14],[10,2],[54,-7],[13,11],[10,3],[29,-2],[25,-11]]],"transform":{"scale":[0.07292854064926656,-0.07600760076007601],"translate":[115.39376102399177,780]}}
  7. @bricedev bricedev revised this gist Aug 4, 2015. No changes.
  8. @bricedev bricedev revised this gist Aug 4, 2015. 1 changed file with 0 additions and 0 deletions.
    Binary file added thumbnail.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  9. @bricedev bricedev revised this gist Aug 4, 2015. No changes.
  10. @bricedev bricedev created this gist Aug 4, 2015.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Admin 0 South America projected topojson (Lambert Conformal Conic).
    46 changes: 46 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,46 @@
    <!DOCTYPE html>
    <meta charset="utf-8">
    <style>

    .countries {
    fill: #222;
    stroke: #fff;
    }

    .countries :hover {
    fill: #8a8a8a;
    }

    </style>
    <body>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.19/topojson.min.js"></script>
    <script>

    var width = 960,
    height = 800;

    var path = d3.geo.path()
    .projection(null);

    var svg = d3.select("body").append("svg")
    .attr("width", width)
    .attr("height", height);

    d3.json("sa.json", function(error, sa) {
    if (error) throw error;

    svg.append("g")
    .attr("class","countries")
    .selectAll("path")
    .data(topojson.feature(sa, sa.objects.countries).features)
    .enter().append("path")
    .attr("d", path)
    .append("title")
    .text(function(d) { return d.properties.admin; });

    });

    d3.select(self.frameElement).style("height", height + "px");

    </script>
    16 changes: 16 additions & 0 deletions makefile.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    ogr2ogr \
    -f 'ESRI Shapefile' \
    -t_srs 'EPSG:102015' \
    -where "continent IN ('South America')" \
    sa-projected.shp \
    ne_50m_admin_0_countries.shp

    topojson \
    --width 960 \
    --height 800 \
    --margin 20 \
    --properties admin \
    --properties adm0_a3 \
    --properties geounit \
    -o sa.json \
    -- countries=sa-projected.shp
    1 change: 1 addition & 0 deletions sa.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"type":"Topology","objects":{"countries":{"type":"GeometryCollection","bbox":[-4560919.245293608,-2734384.9177034157,2736606.8946897336,4871244.489466828],"geometries":[{"type":"MultiPolygon","properties":{"admin":"Argentina","adm0_a3":"ARG","geounit":"Argentina"},"arcs":[[[0]],[[1,2]],[[3]],[[4,5,6,7,8,9]]]},{"type":"Polygon","properties":{"admin":"Bolivia","adm0_a3":"BOL","geounit":"Bolivia"},"arcs":[[10,-10,11,12,13]]},{"type":"MultiPolygon","properties":{"admin":"Brazil","adm0_a3":"BRA","geounit":"Brazil"},"arcs":[[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30,31,32,-6,33,-14,34,35,36,37]]]},{"type":"MultiPolygon","properties":{"admin":"Chile","adm0_a3":"CHL","geounit":"Chile"},"arcs":[[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[-2,47]],[[48]],[[49]],[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[-9,68,69,-12]]]},{"type":"MultiPolygon","properties":{"admin":"Colombia","adm0_a3":"COL","geounit":"Colombia"},"arcs":[[[70]],[[71,-36,72,73,74]]]},{"type":"MultiPolygon","properties":{"admin":"Ecuador","adm0_a3":"ECU","geounit":"Ecuador"},"arcs":[[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83,84,-74]]]},{"type":"MultiPolygon","properties":{"admin":"Falkland Islands","adm0_a3":"FLK","geounit":"Falkland Islands"},"arcs":[[[85]],[[86]],[[87]],[[88]],[[89]],[[90]]]},{"type":"Polygon","properties":{"admin":"Guyana","adm0_a3":"GUY","geounit":"Guyana"},"arcs":[[91,-38,92,93]]},{"type":"Polygon","properties":{"admin":"Peru","adm0_a3":"PER","geounit":"Peru"},"arcs":[[-35,-13,-70,94,-84,-73]]},{"type":"Polygon","properties":{"admin":"Paraguay","adm0_a3":"PRY","geounit":"Paraguay"},"arcs":[[-34,-5,-11]]},{"type":"Polygon","properties":{"admin":"Suriname","adm0_a3":"SUR","geounit":"Suriname"},"arcs":[[-31,-92,95]]},{"type":"Polygon","properties":{"admin":"Uruguay","adm0_a3":"URY","geounit":"Uruguay"},"arcs":[[96,-7,-33]]},{"type":"MultiPolygon","properties":{"admin":"Venezuela","adm0_a3":"VEN","geounit":"Venezuela"},"arcs":[[[97]],[[98]],[[99]],[[100]],[[-93,-37,-72,101]]]}]}},"arcs":[[[5799,207],[11,-4],[21,4],[12,0],[5,-1],[2,-2],[15,4],[6,-1],[-1,-7],[-14,-7],[-5,3],[-29,-2],[-13,-7],[-6,0],[-12,-11],[-9,6],[-3,6],[6,9],[7,0],[4,4],[3,6]],[[5394,166],[-2,37],[-2,50],[-3,44],[-2,43],[-3,44],[-3,44],[-2,47],[-3,48]],[[5374,523],[6,-7],[26,-31],[7,-13],[4,-16],[-10,10],[-9,-7],[-4,-9],[-4,-11],[0,-7],[4,-6],[10,-5],[24,-1],[1,-2],[16,-38],[8,-9],[8,-6],[20,-20],[18,-21],[22,-19],[23,-15],[21,-11],[21,-14],[21,-20],[23,-14],[25,-10],[25,-8],[37,5],[12,-1],[7,-6],[-6,-19],[-9,-15],[-12,-6],[-13,-3],[-12,0],[-12,2],[-11,-2],[-10,-6],[-11,-4],[-11,-1],[-11,-5],[-11,-5],[-12,3],[-30,13],[-20,3],[-66,2],[-21,2],[-21,4],[-12,0],[-15,-4],[-13,-1],[-3,-3]],[[6031,2579],[1,-9],[-6,1],[-15,9],[-5,8],[-1,3],[15,-3],[7,-4],[4,-5]],[[5894,4945],[3,-4],[1,-4],[11,-8],[23,-12],[21,-24],[21,-35],[19,-26],[17,-16],[16,-12],[15,-7],[7,-6],[1,-4],[14,-9],[26,-13],[17,-14],[6,-14],[26,-14],[44,-14],[33,-7],[20,1],[29,-12],[37,-24],[23,-17],[8,-9],[24,-15],[61,-31],[27,-8],[12,-8],[8,-9],[7,-2],[8,3],[15,-3],[23,-11],[18,-12],[23,-27],[7,-11],[3,-9],[-1,-8],[-8,-9],[-13,-10],[-4,-4],[0,-4],[-3,-8],[-12,-16],[-2,-8],[-1,-6],[-7,-6],[-18,-12],[-4,-6],[-1,-6],[-2,-4],[-3,-1],[-3,-6],[-3,-10],[-1,-14],[2,-16],[0,-5],[-4,-3],[-3,-3],[-1,-8],[-3,-5],[-6,-4],[-2,-4],[1,-4],[-4,-5],[-11,-4],[-6,-6],[-2,-9],[-6,-7],[-9,-7],[-3,-8],[4,-17],[56,5],[46,-6],[54,-17],[36,-6],[18,4],[13,-1],[8,-6],[12,-2],[14,4],[12,-3],[9,-10],[9,2],[8,14],[9,10],[11,6],[12,1],[15,-3],[12,-5],[8,-8],[10,0],[11,8],[5,9],[0,11],[4,8],[9,5],[7,6],[3,8],[11,5],[17,1],[10,4],[1,6],[5,5],[10,5],[7,7],[4,7],[6,5],[8,2],[10,16],[11,31],[8,41],[4,59]],[[6952,4473],[11,0],[4,-5],[8,-2],[8,5],[7,2],[10,-1],[6,6],[7,0],[4,-3],[5,-4],[9,-1],[7,-10],[8,-3],[4,-11],[4,-30],[9,-17],[9,-20],[0,-9],[-6,-8],[-2,-13],[-5,-31],[-1,-11],[3,-8],[0,-11],[-6,-13],[-11,-19],[-10,-5],[-3,0],[-14,-11],[-9,-4],[-6,3],[-6,-4],[-8,-13],[-9,-5],[-15,-3],[-5,-1],[-9,1],[-8,-3],[-7,-7],[-7,-2],[-7,2],[-7,-2],[-6,-7],[-4,-7],[-1,-8],[-6,-5],[-11,-3],[-4,-3],[1,-6],[-5,-4],[-19,-4],[-13,-7],[-9,-11],[-9,-7],[-13,-4],[-19,-11],[-3,-7],[7,-7],[2,-6],[-2,-5],[-5,0],[-10,4],[-7,0],[-4,-2],[-2,-4],[0,-6],[-3,-4],[-7,-2],[-5,-5],[-2,-7],[-9,-10],[-16,-11],[-13,-16],[-9,-20],[-11,-13],[-12,-6],[-9,-9],[-5,-11],[-13,-18],[-21,-24],[-20,-17],[-17,-9],[-10,-10],[-2,-11],[-12,-13],[-20,-14],[-6,-7]],[[6550,3845],[-4,-5],[-1,-10],[-8,-12],[-15,-15],[-6,-14],[7,-17],[0,-20],[-3,-8],[-6,-3],[-2,-5],[4,-8],[0,-10],[-4,-13],[-7,-14],[-11,-16],[-2,-11],[5,-6],[3,-6],[0,-6],[-3,-9],[-4,-12],[-7,-8],[-9,-6],[-3,-7],[4,-9],[0,-9],[-3,-9],[2,-9],[5,-9],[0,-11],[-10,-20]],[[6472,3528],[-3,-13],[5,-56],[-3,-7],[-7,-9],[-7,-1],[-8,2],[-6,-6],[-4,-24],[-12,-53],[2,-12],[9,-21],[3,-13],[2,-10],[2,-18],[-5,-9],[-5,-1],[-6,-5],[7,-23],[5,-10],[16,-22],[63,-30],[26,-18],[29,-25],[15,-24],[1,-21],[-24,-30],[-3,-25],[5,-18],[8,-17],[22,-22],[16,-8],[23,0],[4,-6],[2,-5],[2,-44],[-1,-17],[-7,-15],[-44,-68],[-37,-42],[-14,-23],[-5,-25],[-12,-12],[-63,-37],[-97,-33],[-79,-18],[-18,-6],[-125,-19],[-25,-3],[-31,1],[-26,-3],[-28,5],[-26,6],[-15,15],[-17,2],[-4,-8],[8,-19],[-3,-24],[5,-13],[10,-2],[10,-7],[8,-9],[-14,-1],[6,-8],[6,-4],[-1,-15],[-5,-37],[-14,-9],[-3,-2],[-5,-8],[-8,-35],[-2,-23],[4,-15],[17,-31],[-6,-21],[-10,-11],[-46,-23],[-18,-10],[-29,-7],[-47,-2],[-17,1],[-41,20],[-30,11],[-28,9],[-27,5],[4,3],[2,6],[-8,3],[-5,0],[-18,-11],[-6,-11],[-2,-10],[0,-23],[4,-19],[14,-48],[3,-26],[-5,-33],[9,-19],[10,-8],[23,-8],[9,-5],[10,1],[3,-2],[-2,-5],[-5,-8],[1,-9],[17,-2],[17,2],[19,5],[4,6],[0,13],[-22,1],[2,5],[17,6],[21,9],[11,2],[8,-6],[5,-5],[6,-13],[5,-18],[0,-22],[-2,-21],[-2,-7],[-6,-9],[-38,-12],[-11,2],[-10,16],[-4,15],[-9,11],[-19,8],[-18,-3],[-18,-16],[-17,-5],[-6,-14],[45,-20],[22,-6],[7,1],[7,-3],[-6,-8],[-7,-6],[-31,-12],[-14,-8],[-16,-16],[-21,-35],[-7,-7],[-3,-9],[-1,-23],[8,-39],[-7,-16],[6,-18],[-2,-12],[-8,-18],[-30,-28],[-5,-20],[11,-12],[0,-10],[-3,-10],[-13,0],[-48,4],[-17,-11],[-16,-13],[-4,-6],[-5,-4],[-32,-8],[-7,-5],[-32,-49],[-13,-31],[-16,-30],[-4,-13],[0,-17],[3,-15],[3,-11],[7,-15],[14,-16],[70,-65],[13,-5],[71,-5],[16,-8],[10,-15],[4,-14],[-3,-34],[-3,-10],[-8,-10],[-16,-14],[-19,-7],[6,-4],[8,1],[17,4],[8,-3],[6,-14],[-11,-5],[-3,-7],[-7,-10],[-38,-42],[-21,-12],[-20,-17],[-25,-17],[-10,-10],[-13,-20],[-20,-22],[-21,-47],[0,-9],[3,-6],[-8,-80],[-4,-10],[-8,-11],[-24,-18],[-11,-2],[-16,8],[-9,10],[-10,17],[-11,17],[-1,-7],[5,-10],[-2,-12],[-26,-6],[-7,-6],[24,4],[16,-3],[7,-3],[7,-9],[6,-10],[-4,-6],[-13,-5],[-16,-10],[-18,-17],[-10,-19],[-4,-13],[-4,-27],[0,-18],[-7,-14],[-12,-13],[1,-2],[8,6],[7,3],[7,-16],[10,-32],[5,-22],[0,-7],[-2,-9],[-16,-4],[-14,0],[-11,-5],[6,-4],[10,2],[14,-8],[15,5],[7,-6],[6,-6],[26,-46],[22,-28],[11,-17],[-4,-8]],[[5390,571],[-3,10],[-13,2],[-13,2],[-22,7],[-29,9],[-29,-1],[-24,8],[-26,9],[-53,-3],[-47,-3],[-48,-3],[-31,-2],[-21,-1],[-5,3],[0,14],[-8,9],[-12,11],[-15,7],[-7,11],[-9,11],[3,12],[4,27],[-1,12],[-6,8],[-3,12],[1,5],[5,5],[1,20],[-4,18],[-5,17],[-7,7],[-7,3],[-5,0],[-11,-7],[-19,0],[-6,-3],[-9,-8],[-12,-11],[-8,3],[-3,10],[-6,9],[-4,8],[-3,13],[-6,17],[-10,20],[-13,15],[-2,15],[-4,18],[4,18],[-5,15],[-9,17],[0,19],[6,11],[1,13],[34,5],[-3,17],[5,15],[5,13],[5,6],[12,6],[13,9],[8,9],[3,8],[1,10],[0,10],[-4,22],[2,7],[8,9],[14,9],[5,22],[-5,18],[-10,13],[-12,6],[-2,15],[4,14],[5,16],[6,17],[-2,12],[6,8],[18,17],[5,16],[7,5],[7,2],[0,9],[-6,8],[-2,11],[-1,12],[1,16],[8,7],[12,14],[3,8],[0,11],[-6,22],[-5,16],[-2,6],[-7,11],[-5,6],[6,10],[13,10],[5,13],[-7,11],[-8,6],[-4,17],[1,21],[5,8],[20,4],[1,12],[15,17],[-2,15],[-11,8],[-11,14],[-8,13],[-24,5],[-26,2],[-4,12],[0,8],[12,-2],[19,4],[14,2],[10,2],[12,2],[11,-4],[10,4],[3,20],[6,11],[0,10],[-7,7],[-13,2],[-55,1],[-3,8],[0,13],[1,14],[-1,6],[4,7],[5,12],[3,9],[-5,10],[-10,15],[6,7],[0,9],[-3,8],[-10,9],[-9,12],[-1,13],[9,5],[6,4],[1,9],[-5,10],[-13,2],[-18,5],[-6,5],[-6,11],[1,31],[-4,19],[-2,10],[4,8],[5,8],[-4,16],[-6,9],[1,7],[4,7],[4,9],[3,2],[6,-4],[9,3],[11,8],[1,8],[-4,11],[-11,28],[-9,17],[1,6],[3,7],[-5,24],[0,15],[-4,43],[0,15],[-9,14],[0,15],[4,10],[4,15],[3,12],[4,6],[6,3],[1,7],[-3,5],[-10,7],[-3,10],[1,8],[4,4],[7,1],[4,11],[1,13],[0,6],[-4,8],[-5,18],[-3,10],[3,4],[4,2],[8,-2],[5,2],[1,6],[0,6],[2,4],[3,13],[4,17],[0,12],[-4,31],[2,8],[5,7],[8,7],[9,6],[13,8],[15,4],[6,9],[4,11],[0,9],[-7,6],[-8,7],[-5,18],[-4,17],[-3,22],[-9,18],[-10,20],[-4,19],[2,10],[2,17],[-5,7],[-5,13],[4,10],[4,17],[-2,8],[-5,19],[-5,10],[3,12],[5,12],[4,6],[-1,9],[1,8],[9,6],[8,10],[6,2],[8,0],[4,3],[2,8],[0,8],[11,11],[7,10],[12,2],[6,11],[-1,13],[-3,13],[4,15],[-7,23],[0,12],[-6,9],[0,11],[-3,7],[-8,2],[-3,8],[3,5],[7,4],[8,7],[4,32],[3,10],[2,11],[-1,6],[4,9],[4,13],[8,13],[4,9],[4,12],[0,7],[6,3],[7,2],[8,3],[3,4],[-1,6],[-2,14],[-4,21],[-3,28],[0,18],[4,19],[4,10],[-2,8],[-2,8],[-9,4],[-9,-5],[-6,1],[-9,9],[-3,10],[0,15],[6,9],[1,11],[-4,3],[-8,7],[-9,25],[-1,22],[-8,5],[-5,16],[-8,6],[-4,12],[-3,13],[0,6],[8,2],[4,10],[-4,6],[-6,4],[-8,-1],[-7,6],[-12,24],[-8,13],[1,19],[0,16],[2,13],[0,11],[6,5],[5,-2],[6,2],[4,8],[4,6],[0,4],[-4,5],[-2,7],[3,10],[5,22],[7,25],[4,9],[-2,8],[2,3],[7,-3],[18,5],[5,11],[2,10],[5,6],[-3,7],[-8,2],[-5,3],[1,9],[2,20],[-2,14],[-9,31],[-8,30],[3,11],[11,14],[9,7],[1,8],[7,37],[-1,20],[5,11],[3,21],[15,19],[4,12],[7,2],[3,4],[8,13],[10,14],[10,8],[1,10],[4,15],[8,25],[5,17],[7,6],[7,23],[3,13],[9,6],[8,2],[8,-6],[7,2],[7,8],[17,6],[7,3],[3,8],[-1,13],[-7,9],[-16,18],[-14,21],[-1,6],[-1,7],[2,10],[5,10],[14,18],[-3,12],[-13,44],[-5,13],[-9,22],[0,9],[5,26],[6,10],[8,3],[4,3],[2,5],[-6,5],[-3,7],[-4,10],[-8,3],[-5,9],[-1,12],[7,17],[7,5],[3,7],[8,7],[7,6],[6,9],[26,13],[21,11],[40,19],[28,13],[3,8],[1,6],[11,42],[15,55],[9,34],[-26,23]],[[5290,4843],[4,7],[13,18],[2,14],[6,6],[24,15],[4,9],[2,10],[5,8],[10,2],[17,7],[19,7],[5,9],[5,15],[4,16],[3,4],[6,0],[11,-4],[5,-6],[28,-18],[12,-11],[12,-1],[22,3],[5,0],[57,1],[9,0],[20,-4],[11,-4],[8,-1],[13,-6],[12,-19],[6,-16],[5,-14],[10,-24],[7,-9],[2,5],[5,27],[7,15],[10,18],[20,41],[7,6],[8,3],[6,1],[6,-3],[7,0],[6,4],[55,1],[57,2],[1,0],[2,-7],[10,-15],[11,-8],[2,-2]],[[6500,5232],[3,23],[-3,20],[-2,5],[-40,25],[-36,22],[-48,28],[-62,0],[-64,-1],[-61,-13],[-59,-12],[-29,-6],[-56,-13],[-34,-6],[-8,-22],[-13,-35],[-13,-20],[-14,-21],[-21,-29],[1,-36],[0,-34],[-13,-48],[-12,-41],[-11,-39],[-8,-27],[-3,-7]],[[5290,4843],[-22,-5],[-29,-7],[-17,0],[-12,0],[-3,3],[-9,4],[-1,6],[-1,7],[2,14],[-2,19],[-11,21],[0,8],[-1,10],[-6,20],[-13,10],[-4,17],[-2,14],[-11,18],[-4,24],[-1,20],[-17,23],[-18,24],[-13,3],[-4,2],[-2,7],[-1,12],[1,6],[10,12],[0,2],[-2,2],[-28,15],[-7,4],[-2,6],[-1,5],[6,6],[3,4],[-7,11],[0,11],[-4,4],[0,4],[4,3],[17,4],[5,11],[-1,9],[-3,7],[-17,15],[0,2],[15,23],[11,16],[3,3],[-1,3],[-3,4],[-8,5],[-10,6],[-9,7],[-11,10],[-15,9],[-10,9],[-6,7],[-1,8],[-2,13],[-8,22],[-2,14],[-4,16],[-4,11],[-2,10],[-6,11],[-3,8],[4,6],[3,4],[-1,3],[-26,10],[-5,3],[-8,23],[-20,20],[-3,16]],[[4930,5560],[-1,0],[0,6],[-2,10],[-7,7],[-9,5],[-3,6],[3,7],[16,14],[9,3],[1,7],[6,6],[14,20],[9,14],[9,8],[10,6],[4,5],[-3,14],[0,9],[4,6],[10,7],[10,5],[2,3],[-2,3],[-9,7],[-19,5],[-12,-2],[-8,5],[-5,5],[-28,55],[-5,14],[0,5],[14,29],[6,10],[11,14],[-2,5],[-22,21],[-7,10],[-1,11],[1,13],[12,7],[2,11],[2,11],[5,3],[5,6],[5,9],[9,8],[5,6],[1,16],[4,4],[13,6],[1,4],[-4,11],[-7,10],[-6,6],[-8,26],[-9,14],[3,5],[5,7],[4,15],[0,16],[-5,58],[-1,12],[6,8],[9,10],[8,4],[7,7],[-1,11],[4,7],[6,8],[-21,32],[-19,27],[-18,26],[-20,30],[-14,20],[-17,25],[-14,21],[-21,30]],[[4855,6475],[17,1],[34,1],[34,-3],[22,-1],[10,-4],[2,-8],[7,-3],[7,2],[8,1],[17,9],[14,6],[13,7],[6,6],[14,22],[12,12],[12,5],[22,2],[8,-2],[9,0],[7,13],[12,14],[23,17],[12,5],[8,6],[13,2],[11,7],[54,44],[22,12],[14,2],[11,3],[20,7],[49,8],[32,3],[11,-5],[11,2],[10,10],[8,3],[6,0],[9,-11],[4,-11],[-2,-9],[1,-13],[4,-17],[-1,-15],[-11,-20],[-6,-9],[-1,-8],[1,-11],[6,-18],[11,-25],[2,-18],[-6,-13],[-3,-10],[1,-9],[3,-6],[4,-3],[3,-7],[1,-11],[6,-10],[12,-9],[4,-9],[-1,-9],[0,-6],[4,-2],[3,2],[4,3],[3,-1],[8,-12],[2,-3],[4,-10],[2,-8],[11,-4],[12,-3],[7,-4],[14,-11],[12,-8],[14,-6],[5,-11],[9,-15],[24,-6],[28,-2],[18,-3],[22,9],[14,-1],[15,-5],[6,-4],[12,-8],[17,-10],[14,-4],[10,6],[9,3],[7,-3],[4,-11],[4,-8],[8,-5],[18,-15],[10,-6],[12,1],[23,-10],[25,-9],[13,-1],[12,1],[9,-3],[3,-12],[22,-22],[10,-9],[12,-8],[31,1],[9,-3],[14,3],[41,4],[7,1],[24,-10],[27,-14],[18,-11],[13,-7],[7,-10],[5,-10],[3,-12],[-4,-11],[-5,-4],[-1,-8],[2,-11],[9,-9],[3,-12],[5,-22],[6,-6],[4,-66],[-18,-1],[-26,-1],[7,-6],[22,-24],[19,-23],[3,-36],[2,-22],[3,-33],[2,-19],[48,-1],[56,-2],[66,-3],[59,-3],[6,0],[10,3],[7,3],[4,0],[1,-8],[-2,-10],[0,-11],[-17,-22],[-1,-7],[2,-29],[6,-24],[3,-21],[6,-7],[20,-11],[29,-21],[12,-3],[10,2],[6,-8],[1,-14],[16,-38],[10,-25],[5,-8],[7,-5],[-1,-3],[-7,-1],[-3,-5],[-9,-27],[-13,-35],[-8,-25],[7,-1],[0,-7],[2,-10],[-9,-1],[-3,-4],[-10,-21],[-14,-26],[-14,-28],[-8,-16],[13,-13],[23,-21],[-4,-5],[-10,-3],[-8,-2],[-6,-7],[-4,-6],[-9,-2]],[[7726,4125],[-9,-5],[4,33],[6,10],[6,8],[6,4],[5,-7],[-6,-16],[-13,-18],[1,-9]],[[7729,4315],[-2,-2],[-7,18],[18,15],[5,-7],[-6,-13],[-5,-8],[-3,-3]],[[8197,4622],[-1,-7],[-5,4],[-15,-2],[-5,6],[22,21],[4,-3],[3,-5],[1,-6],[-3,-3],[-1,-5]],[[8357,4709],[4,-5],[-7,2],[-9,-3],[-14,-1],[-5,6],[13,6],[5,6],[2,-2],[4,-5],[7,-4]],[[9256,5949],[-7,-8],[-5,2],[-1,6],[-4,6],[3,4],[4,2],[11,-2],[-1,-10]],[[9286,5998],[-6,-2],[1,9],[16,9],[5,12],[7,-7],[0,-7],[0,-3],[-23,-11]],[[8634,7548],[-16,-13],[7,17],[-2,11],[3,9],[12,7],[3,1],[-2,-10],[0,-3],[-5,-19]],[[8602,7793],[-10,-6],[-4,-4],[-8,4],[2,4],[2,-1],[4,12],[14,-3],[0,-6]],[[7521,7861],[-16,-2],[23,36],[20,17],[3,34],[22,29],[20,12],[27,2],[13,-20],[-21,-51],[-6,0],[-25,-27],[-29,-18],[-31,-12]],[[7878,8019],[14,-2],[21,2],[15,6],[15,0],[16,-2],[51,-12],[31,-5],[11,-3],[11,-4],[8,-5],[1,-8],[-9,-13],[-7,-13],[-7,-19],[-4,-4],[-7,2],[3,-18],[-2,-7],[-4,-6],[-9,-14],[-14,-16],[-4,-4],[-10,-5],[-9,-8],[1,-7],[3,-8],[-5,-9],[-16,-12],[-9,-3],[-8,-1],[-8,2],[-12,15],[-2,-11],[-5,-11],[-5,-5],[-17,2],[-9,6],[-15,8],[-4,-18],[-11,-11],[-10,-3],[-15,-2],[-9,-4],[-17,5],[-14,9],[-9,1],[-7,-6],[-36,2],[-17,-6],[-9,2],[-14,15],[-2,9],[-7,18],[-7,22],[-4,20],[6,17],[9,-1],[12,-4],[2,1],[1,6],[-2,4],[-18,1],[-11,11],[-1,15],[4,32],[2,7],[9,8],[3,8],[-1,9],[4,16],[9,13],[30,15],[34,4],[96,-23]],[[7718,8044],[-45,-26],[-14,10],[-2,6],[3,5],[-1,3],[6,10],[24,6],[12,1],[16,-4],[2,-7],[-1,-4]],[[7908,8034],[-42,-1],[-18,8],[4,6],[15,9],[18,6],[16,2],[16,-5],[4,-9],[-2,-8],[-11,-8]],[[7866,8095],[6,-9],[-25,-30],[-12,-3],[-14,0],[-16,10],[-27,1],[-9,3],[0,14],[13,14],[22,-3],[40,10],[22,-7]],[[7757,8082],[-5,-21],[-27,11],[3,22],[14,6],[13,11],[5,14],[1,20],[5,4],[4,1],[3,-2],[-1,-30],[1,-19],[-16,-17]],[[7802,8118],[-17,-4],[-3,5],[1,19],[6,10],[22,1],[2,3],[7,2],[3,-7],[-1,-11],[-20,-18]],[[7796,8353],[-16,-6],[-9,3],[-7,19],[4,14],[11,5],[9,-2],[3,-2],[7,-25],[-2,-6]],[[6811,8397],[4,-1],[11,-2],[25,-6],[33,-8],[9,2],[6,5],[1,13],[1,10],[-7,9],[-9,9],[-8,13],[-10,3],[1,6],[7,7],[7,3],[4,4],[5,16],[3,3],[3,0],[3,0],[7,-5],[26,-13],[11,2],[44,2],[7,7],[9,1],[16,7],[7,0],[5,-2],[7,1],[11,7],[4,0],[2,-7],[6,-8],[8,-8],[4,-1],[13,1],[7,-2],[3,-7],[1,-6],[5,-5],[8,0]],[[7111,8447],[3,-2],[7,-4],[5,-7],[13,-6],[22,-9],[11,-1],[9,-3],[6,-2],[7,4],[23,11],[11,7],[8,5],[6,5],[4,1],[3,-3],[2,-4],[8,-3],[19,-6],[9,-1],[13,3],[10,6],[6,3],[7,-8],[5,-9],[3,-5],[8,1],[16,-2],[11,-4],[7,0],[10,4],[6,8],[14,7],[14,6],[8,9],[12,16],[4,6],[2,12],[17,32],[7,6],[4,10],[7,12],[1,10],[5,9],[9,8],[7,5],[12,14],[8,13],[21,29],[2,9],[7,4],[3,7],[9,7],[9,6],[4,9],[6,9],[14,7],[6,3],[17,26],[2,12],[14,-1],[21,-15],[16,-21],[19,-67],[0,-60],[7,-32],[22,-66],[1,-13],[4,-14],[7,-16],[7,-26],[1,-5],[-7,-7],[9,-1],[8,-4],[4,-17],[5,-11],[11,-15],[25,-7],[18,-3],[21,-10],[14,-11],[10,-38],[-6,-22],[0,-16],[-7,-6],[-18,-9],[-4,-6],[-37,-24],[-9,-13],[-20,-15],[-21,-32],[-29,-28],[-10,-7],[-15,0],[-10,-4],[-22,-23],[-29,-7],[-4,-14],[-18,-31],[-16,-16],[-9,-6],[-25,-30],[-4,-14],[-2,-24],[-16,-14],[-16,-8],[-4,-21],[-7,-7],[-7,-4],[-32,7],[-52,-20],[-17,-4],[55,-4],[17,-13],[39,6],[49,26],[18,4],[38,18],[15,12],[28,14],[6,6],[16,6],[8,-9],[0,-6],[-13,-11],[2,-7],[8,-10],[2,-13],[1,-9],[3,-18],[16,-23],[0,-8],[-3,-10],[7,-9],[8,-5],[26,-26],[24,12],[13,3],[10,5],[18,3],[15,-7],[27,-10],[22,7],[43,17],[-16,-34],[-12,-32],[-8,-13],[-10,-34],[-8,-9],[-6,-11],[10,3],[8,5],[11,13],[10,23],[35,61],[9,5],[26,5],[48,47],[17,-1],[10,-13],[10,-7],[4,13],[15,5],[-15,8],[-2,6],[-1,11],[12,13],[-5,13],[23,14],[0,12],[9,9],[10,9],[12,4],[3,8],[8,3],[5,1],[11,-11],[13,11],[12,3],[5,-2],[6,-6],[7,-2],[6,0],[15,6],[13,-13],[7,-3],[-1,7],[-4,6],[4,5],[7,2],[20,-4],[10,-6],[10,-11],[16,-2],[13,0],[7,-6],[13,-1],[6,-10],[18,-13],[3,-9],[16,-5],[14,-6],[15,-3],[16,0],[0,-11],[11,-3],[15,0],[10,-13],[29,-12],[20,-17],[14,1],[14,-5],[13,-33],[2,-22],[7,2],[8,9],[11,18],[17,4],[7,-8],[15,-13],[13,-13],[5,-9],[10,-2],[-9,-9],[9,0],[11,6],[8,-15],[5,-16],[-1,-16],[-7,-8],[-6,-5],[-8,-11],[-8,-1],[-8,-3],[8,-9],[5,-8],[15,19],[10,5],[13,2],[5,-15],[0,-15],[-22,-3],[-1,-11],[-7,-6],[-5,-7],[-5,-15],[-6,-12],[-19,-54],[-1,-9],[16,8],[32,25],[12,30],[15,28],[13,8],[7,0],[11,-5],[0,-10],[-2,-5],[-14,-14],[-6,-7],[4,-9],[30,22],[13,7],[11,-3],[22,9],[42,-2],[5,12],[9,5],[23,-4],[44,-17],[14,-11],[23,-12],[11,-12],[51,-25],[38,-7],[20,6],[22,-12],[11,-12],[24,-8],[24,-6],[20,5],[49,-4],[63,2],[36,-7],[41,-13],[26,-22],[24,-14],[13,-12],[23,-14],[47,-35],[15,-19],[29,-26],[30,-14],[14,-26],[11,-12],[28,-44],[34,-33],[21,-31],[46,-25],[14,-31],[32,-9],[13,-7],[15,-14],[23,-11],[31,-3],[33,-7],[28,1],[63,-21],[9,-7],[11,-14],[15,-49],[5,-53],[0,-39],[10,-32],[-2,-57],[4,-19],[-2,-14],[6,-4],[-3,-38],[-4,-15],[-10,-18],[-2,-9],[0,-5],[-4,-8],[-3,-8],[3,-18],[-2,-15],[-12,-15],[-19,-43],[-42,-68],[-34,-38],[-45,-37],[-28,-19],[-10,0],[-8,5],[4,-13],[-8,-9],[-30,-28],[-28,-17],[-32,-32],[-2,0],[-34,-9],[-21,-9],[-28,-17],[-28,-29],[-6,-3],[-8,3],[-2,-16],[-24,-24],[-6,-2],[1,7],[4,5],[3,6],[1,7],[-6,-4],[-15,-18],[2,-15],[-12,-21],[-42,-57],[-47,-46],[-11,-15],[-37,-31],[-26,-13],[-7,1],[-7,2],[1,28],[-16,19],[-5,3],[-10,-16],[-7,-4],[-9,1],[8,-9],[2,-9],[-13,-16],[-3,-16],[-20,-15],[-12,-12],[-8,-15],[-5,-14],[8,3],[3,-4],[2,-5],[-2,-7],[-8,-12],[-4,-32],[-3,-7],[4,-9],[8,13],[3,-5],[-30,-83],[0,-40],[-4,-45],[1,-43],[2,-40],[0,-3],[-18,-43],[-21,-41],[-14,-35],[-12,-38],[-8,-17],[-5,-19],[0,-46],[1,-9],[-21,-17],[-19,-7],[-12,-8],[-28,-33],[-20,-52],[-5,-28],[-3,-60],[-8,-24],[-9,-15],[-10,-9],[-23,-10],[-24,-28],[-13,-32],[-15,-10],[-5,-18],[-13,-18],[-31,-26],[-19,-6],[-10,-7],[-7,-17],[-21,-26],[-18,-35],[2,-13],[0,-2],[-2,-43],[-3,-10],[-18,-10],[-64,-14],[-18,-7],[-41,-32],[-4,-9],[0,-13],[5,-7],[-7,-7],[-9,-14],[-11,3],[-60,7],[-34,-1],[-17,3],[-7,4],[-8,7],[-2,7],[7,11],[-2,7],[-9,0],[-11,-2],[-2,-6],[0,-5],[3,-7],[1,-8],[-5,-7],[-20,1],[-22,-4],[-27,0],[-22,-2],[-10,7],[11,2],[14,-3],[16,3],[-3,7],[-21,10],[-25,-2],[-14,-8],[-29,4],[-36,-3],[-7,-7],[-1,-14],[7,-3],[6,-7],[-7,-5],[-7,-2],[-38,-3],[-38,-23],[-15,-2],[-14,-10],[-2,-10],[-5,-6],[-8,1],[-18,7],[-23,2],[-18,-2],[-91,-35],[-33,-15],[-39,-32],[-63,-35],[-33,-21],[-7,-5],[-5,0],[-10,-4],[4,-5],[6,-1],[-4,-13],[-13,-9],[-25,-22],[-6,2],[9,12],[-11,1],[-17,6],[-8,-4],[3,-13],[-6,-5],[-12,0],[-10,2],[-11,11],[4,-18],[24,-6],[9,-5],[4,-6],[-22,-29],[-16,-3],[-2,-4],[9,0],[4,-9],[-9,-33],[-8,-6],[-4,0],[-5,-5],[5,-12],[6,-8],[-3,-16],[-3,-12],[-1,-13],[6,-25],[0,-25],[3,-9],[1,-10],[-6,-9],[2,-15],[-12,-25],[2,-37],[-5,-35],[-5,-18],[-7,-14],[-15,-17],[-1,-18],[-30,-15],[-34,-22],[-31,-26],[-34,-37],[-41,-58],[-40,-85],[-44,-63],[-18,-23],[-23,-25],[-31,-29],[-40,-28],[-44,-26],[-16,-11],[-16,-17],[-3,8],[4,11],[-2,9],[1,12],[8,2],[12,-8],[7,4],[5,5],[16,2],[31,29],[22,10],[13,18],[3,10],[1,21],[7,4],[16,-2],[3,5],[-1,7],[5,14],[22,11],[11,15],[-1,38],[4,2],[9,-7],[4,3],[5,16],[-1,9],[-10,3],[-37,-17],[-12,2],[-1,15],[-17,8],[-6,13],[-2,8],[-5,4],[-1,-15],[1,-14],[14,-18],[-4,-6],[-8,-7],[-6,-17],[-1,-22],[-4,7],[-5,4],[-3,-24],[-11,-9],[-4,-8],[2,-11],[-6,-7],[-27,-18],[-27,-12],[-6,-5],[-4,-15],[-5,-15],[-12,-13],[-11,-26],[0,-11],[2,-17],[4,-12],[-8,-7],[-11,-13],[-10,-16],[-24,-60],[-19,-36],[-15,-17],[-20,-18],[-58,-45]],[[7059,3333],[-3,0],[-8,5],[-6,5],[-2,3],[0,4],[2,17],[2,47],[2,8],[4,6],[11,7],[11,11],[13,15],[11,11],[-3,8],[-9,8],[-16,7],[-15,12],[-13,14],[-6,15],[-5,16],[-5,13],[-1,6],[-6,2],[-8,7],[-6,6],[-7,4],[-14,4],[-15,7],[-18,16],[-13,18],[-6,11],[-7,8],[-37,15],[-17,16],[-7,-5],[-11,5],[-9,8],[-3,6],[-4,6],[-4,7],[-2,7],[-10,11],[-14,13],[-5,4],[-3,-1],[-3,-5],[-2,-4],[-5,-3],[-7,-6],[-7,-6],[-8,-5],[-10,-1],[-6,1],[-2,2],[0,10],[3,21],[-5,9],[-8,9],[-8,12],[-28,26],[-39,37],[-14,11],[-13,1],[-12,-1],[-11,-4],[-9,-17],[-3,-2],[-22,1],[-21,3],[-7,10]],[[6952,4473],[2,20],[19,29],[6,13],[-3,8],[7,27],[15,47],[6,30],[-5,15],[1,10],[7,8],[3,3],[-16,11],[-9,10],[-12,7],[-12,6],[-6,-2],[-7,-3],[-13,-5],[-15,-8],[-7,-3],[-13,-2],[-15,-3],[-13,2],[-10,3],[-6,5],[-3,12],[0,10],[-2,15],[-7,8],[-3,7],[0,8],[1,8],[3,7],[-2,8],[-3,5],[1,10],[-1,13],[-5,8],[-2,10],[0,10],[-4,9],[0,11],[4,9],[2,10],[-4,7],[-7,4],[-6,11],[0,14],[-6,8],[-7,7],[-7,0],[-12,4],[-10,0],[-16,1],[-8,2],[-4,5],[-10,8],[-5,12],[-7,2],[-10,-3],[-4,-5],[-4,-6],[-7,-7],[-10,0],[-10,-4],[-9,0],[-12,0],[-13,3],[-15,5],[-12,3],[-13,-3],[-8,3],[-11,1],[-13,1],[-9,8],[-11,4],[-6,-1],[-7,-5],[-8,2],[-10,3],[-4,9],[1,6],[2,5],[4,8],[-2,8],[1,7],[2,7],[2,7],[-1,7],[-1,7],[-1,7],[-1,7],[6,11],[4,8],[-2,8],[1,5],[3,8],[5,10],[0,19],[-4,11],[-4,3],[-1,3],[2,4],[-2,5],[-1,4],[2,4],[-3,8],[-6,3],[-3,2],[-2,9],[-1,10],[1,8],[-3,6],[-5,5],[-4,7],[-5,6],[-1,7],[-3,10]],[[4855,6475],[-14,-2],[-24,2],[-17,-1],[-15,-8],[-22,-11],[-10,-3],[-7,-1],[-8,0],[-9,5],[-12,10],[-9,-5],[-7,-5],[-1,24],[-3,36],[-2,31],[-2,26],[-3,29],[-1,21],[6,9],[3,9],[-6,12],[0,11],[3,7],[4,8],[-10,-4],[-4,-3],[-5,-6],[-12,-8],[-8,-8],[-9,-7],[-12,-15],[-9,-8],[-11,-6],[-16,-17],[-15,-5],[-39,-5],[-41,-3],[-37,-3],[-6,-1],[-1,14],[0,9],[-13,9],[-2,12],[-4,8],[-6,10],[-9,6],[-13,1],[-21,4],[-31,3],[-30,-2],[-28,-3],[15,22],[16,23],[-2,18],[-16,14],[-9,9],[-13,12],[-15,8],[-10,12],[0,8],[-1,4],[-6,3],[-6,4],[-8,4],[-10,6],[-1,7],[-4,6],[-6,8],[-1,7],[-6,9],[-7,7],[-6,5],[-9,6],[0,6],[6,3],[2,7],[-2,7],[-7,3],[-8,2],[-12,11],[-9,5],[-5,3],[-4,4],[3,3],[3,5],[0,7],[-2,6],[-1,5],[5,2],[6,0],[5,4],[7,2],[9,1],[4,4],[-2,7],[-6,12],[-6,5],[-2,8],[2,16],[2,10],[8,11],[27,25],[25,17],[12,3],[9,6],[6,9],[0,10],[-2,8],[-6,11],[-7,15],[-5,8],[3,10],[5,14],[12,22],[12,24],[0,7],[1,13],[3,29],[2,15],[-2,6],[3,5],[7,5],[20,6],[13,9],[20,18],[16,18],[14,7],[25,17],[14,11],[6,4],[14,8],[27,5],[22,4],[12,6],[19,3],[12,6],[13,2],[26,7],[8,9],[7,10],[9,9],[12,3],[13,-1],[16,1],[19,4],[10,-5],[5,-8],[12,-7],[9,1],[8,2],[12,-6],[7,2],[5,4],[0,9]],[[4728,7432],[2,6],[4,30],[6,50],[5,45],[6,50],[6,52],[6,53],[5,43],[5,37],[2,23],[5,30],[1,27],[2,7],[-2,7],[-7,8],[0,4],[1,5],[-1,5],[-7,4],[-5,3],[-4,4],[-2,6],[-4,6],[-2,6],[-4,4],[-2,7],[2,6],[1,6],[-1,6],[-3,7],[-4,6],[-5,4],[-13,3],[-13,10],[-16,9],[-20,16],[-5,9],[-2,23],[-1,26],[-1,39],[-1,19],[10,2],[10,1],[10,2],[8,2],[8,4],[6,4],[7,2],[5,0],[6,3],[5,4],[6,3],[9,2],[8,-4],[5,-4],[6,-2],[4,0],[4,0],[4,-3],[4,0],[7,1],[6,1],[3,1],[0,3],[-2,4],[-2,4],[1,6],[0,7],[-1,10],[-5,4],[-5,10],[-6,7],[-9,5],[-8,2],[-7,-4],[-6,-1],[-4,3],[-8,-1],[-8,1],[-8,0],[-15,-3],[-6,3],[-7,-1],[-9,-3],[-2,38],[-3,35],[-1,25],[7,0],[10,5],[14,2],[10,5],[7,1],[11,-1],[13,-5],[12,0],[31,2],[33,3],[38,2],[37,2],[32,2],[10,0],[-6,8],[-7,10],[2,9],[3,9],[3,5],[11,-5],[9,-14],[8,-10],[7,-5],[8,0],[10,2],[9,5],[16,21],[15,18],[8,6],[9,6],[6,2],[10,0],[8,-4],[5,-8],[20,-28],[15,-21],[5,-13],[2,-32],[1,-29],[2,-4],[2,-1],[30,8]],[[5158,8269],[43,-33],[31,-24],[13,-8],[7,-2],[18,3],[20,4],[10,4],[11,9],[18,12],[14,6],[6,1],[6,-1],[13,-7],[7,-12],[-6,-15],[2,-8],[13,1],[10,15],[7,12],[14,10],[15,14],[10,14],[12,8],[18,9],[14,7],[14,-1],[10,7],[13,12],[9,9],[6,4],[13,-1],[16,2],[15,12],[14,14],[7,23],[5,21],[4,4],[5,3],[6,2],[15,2],[25,12],[18,11],[17,3],[5,3],[6,11],[2,18],[-2,10],[-32,3],[-20,0],[-34,2],[-16,4],[-4,3],[0,3],[3,8],[2,15],[-5,19],[-18,31],[-13,30],[-2,22],[0,22],[0,15],[-9,12],[-49,35],[-17,17],[-5,11],[-20,22],[5,7],[10,0],[10,-5],[9,-13],[6,-2],[8,0],[44,2],[10,-2],[6,-4],[6,-5],[8,-14],[9,-7],[17,1],[27,1],[15,1],[9,-3],[12,-3],[23,8],[7,0],[7,-3],[26,-25],[15,-11],[13,-14],[18,1],[15,12],[3,41],[4,13],[8,3],[9,1],[10,6],[12,9],[10,3],[42,-9],[11,5],[42,11],[43,15],[12,18],[18,5],[14,13],[12,-1],[17,-1],[11,3],[5,2],[6,6],[10,18],[12,7],[15,7],[10,8],[8,10],[4,9],[0,7],[-5,14],[-6,13],[-7,4],[-5,1]],[[6128,8906],[15,3],[12,-4],[19,-1],[9,4],[12,-2],[15,9],[10,-3],[6,0],[6,-7],[5,-7],[14,-10],[-2,-14],[-2,-13],[-2,-15],[-1,-11],[-6,-12],[-9,-11],[-3,-4],[-1,-6],[6,-3],[11,-1],[13,0],[10,-4],[11,0],[15,-10],[7,-5],[0,-4],[-4,-11],[-2,-9],[3,-6],[4,-4],[12,-22],[5,-7],[5,-2],[1,-5],[-4,-7],[-5,-10],[-10,-10],[-2,-9],[-8,-5],[-20,-12],[3,-19],[1,-10],[0,-8],[-7,-10],[-12,-30],[-4,-15],[-4,-34],[0,-12],[6,-15],[11,-35],[6,-5],[15,-8],[2,-24],[-1,-24],[-1,-9],[3,-4],[6,-2],[5,-3],[1,-7],[-1,-8],[12,-4],[9,-3],[9,-10],[16,-16],[7,-3],[3,-7],[14,-13],[20,-5],[21,-6],[8,-9],[9,-7],[6,0],[6,1],[9,6],[7,5],[13,-1],[15,1],[2,4],[2,6],[-3,13],[5,5],[12,2],[3,7],[3,4],[3,5],[5,0],[5,-2],[8,-2],[9,-3],[5,-4],[8,-1],[9,1],[4,3],[2,5],[3,11],[5,1],[12,2],[12,5],[17,0],[16,0],[7,3],[8,7],[14,20],[7,5],[8,3],[7,0],[14,3],[11,5],[4,-2],[9,-11],[4,-2],[7,-1],[21,-6],[11,2],[12,3],[12,1],[9,-3],[6,3],[7,2]],[[5510,1],[-3,-1],[-9,3],[-13,0],[-2,2],[0,2],[1,3],[7,2],[22,-1],[2,-1],[1,-2],[-3,-5],[-3,-2]],[[5537,21],[-3,-2],[-3,3],[-4,2],[-17,4],[0,3],[1,4],[3,4],[6,4],[5,9],[2,-1],[3,-3],[4,-13],[5,-9],[0,-3],[-2,-2]],[[5612,115],[-7,-7],[-6,0],[-2,2],[-1,4],[1,3],[3,3],[5,5],[2,0],[9,-3],[-4,-7]],[[5552,125],[-3,-7],[-5,-8],[-8,-7],[-8,-2],[-6,3],[-4,6],[-1,5],[-2,3],[-4,1],[-4,0],[-4,-3],[-10,-9],[-5,-2],[-3,-1],[-30,5],[-3,2],[-4,5],[-4,17],[-14,14],[19,10],[23,1],[44,-4],[18,-1],[15,-13],[2,-9],[1,-6]],[[5291,149],[80,-12],[24,12],[19,1],[7,-14],[-19,-15],[-1,-5],[3,-3],[20,-1],[6,-4],[5,-6],[-4,-9],[0,-4],[3,-4],[15,-12],[7,-7],[3,-6],[2,-12],[1,-9],[-4,-1],[-7,2],[-8,5],[-7,13],[-4,2],[-13,2],[-13,6],[-10,-1],[-9,2],[-8,-3],[-3,5],[-4,8],[0,4],[3,14],[0,4],[-2,0],[-10,-3],[-3,1],[-11,10],[-5,1],[-10,1],[-4,-18],[0,-5],[6,-11],[13,-17],[-6,0],[-17,4],[-5,3],[-5,9],[-11,4],[-3,3],[-2,4],[-1,11],[-2,2],[-14,-4],[-3,2],[-1,5],[-3,3],[-9,3],[-1,3],[4,4],[2,8],[1,30],[18,-5]],[[5164,148],[5,-10],[2,-2],[12,-3],[6,3],[13,2],[7,5],[12,3],[15,-25],[-1,-8],[-10,-10],[-7,-2],[-6,2],[0,5],[-2,3],[-5,5],[-4,-1],[-7,-4],[-3,0],[-7,4],[-13,2],[-2,3],[-1,6],[-3,2],[-13,8],[-9,6],[-7,1],[-2,-1],[-3,-4],[-6,-4],[-1,1],[-3,2],[-1,4],[2,9],[3,1],[18,-1],[11,-3],[10,1]],[[5113,281],[23,-11],[15,1],[0,-8],[3,-13],[-2,-6],[-5,-6],[-3,-9],[-2,-1],[-17,8],[-18,12],[-8,-3],[-11,3],[-9,-2],[-5,-8],[-13,-5],[-4,15],[-13,14],[-13,10],[5,19],[8,3],[6,7],[30,-4],[15,-4],[18,-12]],[[4952,358],[4,-13],[1,-2],[7,2],[13,3],[20,-4],[3,-1],[10,-14],[7,-5],[11,-13],[-9,-9],[-5,-14],[1,-6],[-4,-4],[-6,-5],[-8,-8],[-11,-2],[-11,-5],[-5,-4],[-3,0],[-4,2],[-4,3],[-2,4],[8,5],[8,15],[1,14],[-11,2],[-7,-3],[-4,0],[-6,4],[-3,-7],[-1,-7],[3,-10],[-1,-3],[-4,-2],[-9,3],[-10,6],[-1,4],[0,13],[-1,7],[-2,10],[-2,1],[-3,0],[-11,-3],[-12,12],[-8,13],[-21,2],[14,21],[24,5],[9,-9],[28,-5],[-3,10],[0,4],[3,5],[2,1],[4,-3],[5,-1],[3,-3],[3,-6]],[[4796,434],[2,-1],[4,0],[5,-2],[22,-1],[19,-6],[11,-6],[13,-1],[11,-8],[5,-2],[6,0],[15,-15],[1,-2],[18,-12],[1,-2],[-9,-1],[-19,4],[-10,0],[-7,1],[-1,1],[-2,7],[-3,4],[-19,16],[-8,3],[-13,2],[-14,-4],[-11,2],[-3,-1],[-16,12],[-16,10],[-7,13],[-11,10],[0,3],[4,3],[11,-5],[10,-9],[6,-4],[5,-9]],[[5394,166],[-15,-1],[-3,-4],[-24,-7],[-40,6],[-11,7],[-14,16],[-5,-5],[-12,-8],[-12,-6],[-11,-2],[-10,6],[-3,4],[-2,0],[-20,-11],[-25,8],[-19,5],[-30,1],[-22,10],[-39,-4],[-7,4],[-4,11],[2,6],[8,4],[2,7],[8,-1],[12,-8],[3,1],[7,8],[10,9],[3,1],[20,-8],[8,2],[11,5],[2,3],[1,7],[3,3],[10,3],[10,-3],[2,-11],[-1,-11],[13,-2],[16,1],[10,-3],[1,7],[-18,17],[-8,11],[-10,6],[-13,2],[-12,21],[-1,18],[-2,18],[21,12],[-6,15],[7,12],[8,5],[12,-42],[8,-15],[-8,-3],[-17,-2],[11,-20],[16,-6],[15,-15],[1,-11],[8,-5],[17,1],[13,3],[5,8],[6,3],[13,-9],[20,-6],[6,-4],[5,-8],[1,-9],[1,-5],[6,3],[7,12],[4,5],[5,2],[3,3],[0,4],[-16,7],[-82,35],[-10,15],[-9,20],[-1,20],[5,7],[14,9],[25,14],[29,18],[4,3],[-1,10],[-5,7],[-12,4],[-13,1],[-11,-1],[-12,-3],[-21,-13],[-12,0],[-13,5],[-9,11],[-6,16],[-1,10],[1,9],[5,10],[7,5],[6,0],[6,2],[3,4],[3,4],[-1,4],[-3,3],[-10,6],[-4,6],[-9,10],[4,3],[14,3],[11,-6],[10,-8],[6,0],[5,4],[12,12],[9,14],[8,16],[7,10],[8,1],[27,-27],[9,-1],[29,18],[3,-1],[10,-7],[4,-3]],[[4804,594],[-3,-2],[-12,2],[-6,3],[-9,8],[-3,8],[-5,10],[3,0],[9,-3],[4,-3],[6,-6],[16,-8],[2,-2],[0,-4],[-2,-3]],[[4729,634],[8,-30],[4,-4],[10,-1],[13,-14],[1,-5],[-11,-28],[0,-19],[-17,0],[-8,18],[-12,17],[-6,21],[-8,17],[9,12],[10,-2],[-1,14],[8,4]],[[4750,693],[1,-13],[-2,-5],[-3,-2],[-8,4],[-4,0],[-6,-8],[-5,-4],[-9,0],[-12,4],[-8,-21],[-4,-7],[-8,-11],[-3,11],[5,17],[1,11],[4,17],[13,-5],[15,8],[14,13],[13,1],[5,-5],[1,-5]],[[4663,778],[-1,-14],[-8,0],[-4,3],[-2,9],[-3,4],[2,10],[2,10],[-2,8],[13,1],[15,-1],[5,-1],[-4,-8],[-4,-4],[-9,-4],[0,-13]],[[4682,841],[-19,-15],[-6,5],[-15,-2],[3,14],[0,10],[2,4],[-1,9],[3,16],[13,-4],[9,-1],[13,-4],[14,-2],[5,-13],[-12,-7],[-9,-10]],[[4652,1065],[0,-12],[-13,-25],[-11,-15],[-11,-13],[-8,0],[-7,4],[6,10],[8,9],[-4,11],[-3,3],[-4,1],[-7,5],[1,9],[3,4],[5,4],[5,-1],[19,8],[6,6],[12,2],[3,-10]],[[4723,1024],[4,-22],[0,-23],[-1,-29],[2,-5],[4,-1],[2,-3],[0,-15],[-1,-12],[-4,-10],[-2,-11],[-2,-3],[-11,-3],[-6,1],[-7,12],[-2,8],[-1,10],[-7,13],[-1,5],[1,9],[5,5],[-1,14],[2,4],[5,7],[1,2],[-1,2],[-2,0],[-21,-19],[-2,-5],[0,-7],[2,-22],[-2,-14],[-4,-3],[-10,-1],[-14,0],[-17,10],[-10,-5],[-4,15],[4,12],[19,1],[1,21],[-6,4],[-8,8],[-5,7],[3,6],[10,9],[6,2],[6,-4],[13,5],[-2,13],[-13,4],[2,10],[14,11],[8,11],[0,11],[-5,10],[0,5],[7,9],[10,6],[5,0],[11,-6],[9,0],[3,-1],[2,-7],[11,-51]],[[4608,1072],[-12,-2],[-6,27],[9,41],[0,15],[-6,11],[-3,9],[0,4],[17,10],[7,-8],[9,-21],[16,-30],[4,-31],[-7,-8],[-21,-10],[-7,-7]],[[4704,1108],[-1,-3],[-13,0],[-23,-6],[-11,13],[-6,22],[-3,4],[-8,12],[-3,8],[-7,12],[-4,13],[-2,4],[4,9],[23,10],[7,13],[8,0],[0,-27],[6,-8],[9,-6],[1,-3],[3,-9],[5,-14],[6,-6],[2,-4],[1,-4],[-2,-5],[8,-25]],[[4634,1217],[-8,-2],[-1,4],[-8,8],[5,6],[12,7],[9,0],[9,-3],[2,-5],[-14,-8],[-3,-4],[-3,-3]],[[4685,1549],[-5,-7],[-11,-5],[-11,5],[-12,-4],[-3,11],[4,10],[9,12],[5,15],[-3,21],[5,6],[2,7],[12,6],[4,-15],[0,-28],[10,-16],[2,-5],[-1,-7],[-7,-6]],[[4592,1660],[-2,-3],[-4,1],[-3,4],[-3,8],[3,3],[4,1],[3,-4],[3,-7],[-1,-3]],[[4746,1685],[-3,-2],[-4,0],[-4,5],[-1,7],[-9,9],[-2,4],[0,6],[3,9],[6,2],[4,0],[6,-9],[2,-10],[3,-10],[-1,-11]],[[4816,1698],[-25,-14],[-14,2],[-6,9],[-3,7],[-4,12],[4,7],[9,10],[3,7],[1,7],[-2,7],[1,7],[6,3],[20,-6],[22,-9],[8,-7],[2,-6],[-8,-14],[-5,-11],[-9,-11]],[[4728,1747],[-5,-6],[-8,-2],[-13,-9],[0,-7],[0,-7],[10,-9],[6,-11],[7,-15],[5,-16],[0,-5],[2,-8],[8,-12],[1,-6],[0,-5],[-1,-11],[-2,-2],[-7,-1],[0,-7],[-1,-2],[-18,-2],[-9,2],[-1,19],[-13,6],[-9,12],[-11,21],[-9,7],[-10,16],[-15,13],[14,11],[-4,17],[8,6],[13,7],[10,-3],[9,2],[3,4],[-3,17],[2,13],[9,8],[10,2],[5,-7],[6,-7],[13,-5],[1,-7],[-3,-11]],[[4711,1830],[3,-7],[-4,-1],[-8,0],[-3,-6],[-2,-1],[-19,3],[-3,2],[0,8],[19,2],[12,6],[1,0],[4,-6]],[[4613,1853],[-16,-4],[-4,4],[0,4],[2,3],[8,3],[6,-2],[3,-3],[1,-4],[0,-1]],[[4708,1901],[-8,-4],[-8,-1],[-8,1],[-14,-1],[-14,4],[-14,7],[-4,4],[1,7],[8,17],[5,30],[2,43],[-6,15],[-1,7],[2,8],[0,8],[-1,8],[0,8],[8,17],[1,8],[-1,7],[3,17],[-2,5],[-4,4],[2,5],[36,-9],[23,-1],[3,-12],[5,-9],[5,-17],[4,-4],[-1,-12],[-10,-6],[2,-12],[7,-10],[-8,-5],[-10,-3],[-1,-3],[-7,-3],[-8,-7],[3,-5],[12,-11],[13,-7],[7,-12],[10,-12],[-3,-9],[-7,-12],[-11,-9],[-11,-6],[3,-19],[-3,-9]],[[3956,3217],[-22,-5],[-1,0],[1,3],[5,5],[5,6],[1,0],[3,0],[2,-1],[7,-2],[3,-2],[-1,-2],[-3,-2]],[[19,3215],[-17,-10],[-2,7],[2,8],[16,1],[6,2],[-5,-8]],[[5390,571],[-59,11],[-13,8],[-11,0],[-20,-11],[-10,-25],[-6,-8],[-14,-7],[-14,-2],[-48,-27],[-17,-4],[-11,-7],[-11,-9],[-3,-20],[3,-12],[-10,-43],[-1,-24],[0,-12],[6,-19],[-2,-35],[-8,-8],[-21,-11],[-15,6],[-26,4],[-19,12],[-23,7],[-8,5],[-23,24],[-3,9],[-2,10],[9,17],[6,1],[17,1],[14,4],[9,-8],[4,-18],[-3,-10],[-3,-6],[2,-4],[9,7],[2,41],[32,23],[10,12],[10,19],[1,6],[0,6],[-7,6],[-17,6],[-48,-42],[-23,-12],[-14,-13],[-16,-21],[-3,-6],[-3,-13],[0,-15],[-19,5],[-29,19],[-6,7],[5,11],[7,10],[-2,29],[1,11],[5,9],[9,10],[5,2],[5,-3],[1,-7],[18,2],[31,29],[14,2],[19,-5],[21,6],[3,3],[4,6],[-16,6],[-15,3],[-42,-1],[-9,-4],[-11,-15],[-5,3],[-3,7],[-15,4],[-6,-2],[-6,-7],[2,-10],[-3,-12],[-12,-12],[-7,-18],[2,-14],[0,-7],[-3,-4],[-7,-5],[-22,1],[-13,13],[-6,9],[-15,10],[29,16],[10,8],[8,18],[6,11],[-6,7],[-6,0],[2,-12],[-6,-11],[-14,4],[-19,-17],[-13,3],[-21,-6],[-10,7],[-4,9],[3,11],[-6,17],[-6,4],[-6,-2],[-3,10],[-8,18],[-4,5],[-4,8],[3,2],[8,-2],[6,-5],[10,1],[22,-10],[8,3],[5,4],[1,10],[-1,9],[3,0],[14,-10],[7,1],[14,-2],[6,2],[12,6],[19,15],[9,14],[4,3],[7,-2],[4,-3],[1,-10],[5,-8],[7,-7],[3,-8],[-1,-9],[-10,-13],[-1,-4],[4,-4],[4,2],[6,7],[3,8],[1,4],[-1,7],[-1,7],[-11,20],[-1,5],[-1,10],[9,9],[3,7],[-1,14],[-6,8],[-25,19],[-39,18],[-4,-3],[-3,-4],[4,-2],[5,-1],[35,-14],[10,-10],[6,-2],[7,-6],[-1,-10],[-33,-12],[-24,-24],[-19,-14],[-14,3],[-8,13],[-8,15],[-12,9],[-5,-1],[-5,1],[-5,5],[-7,-5],[-19,9],[-6,5],[11,17],[15,-5],[-1,46],[-5,10],[-20,9],[-9,-2],[-13,0],[-9,4],[-10,1],[-8,2],[-11,6],[-14,3],[-20,26],[-9,14],[-6,16],[26,3],[16,5],[3,7],[-7,12],[-9,10],[5,10],[7,8],[9,-3],[22,-14],[5,-11],[18,-32],[4,-3],[2,-3],[32,-16],[4,0],[-3,16],[6,23],[8,8],[4,0],[0,4],[-9,8],[3,12],[-3,0],[-6,-8],[-11,-39],[-8,-8],[-14,16],[-9,12],[-4,4],[0,19],[24,-1],[-9,5],[-29,9],[-8,4],[-5,2],[-11,12],[-13,10],[18,22],[9,15],[33,-4],[6,5],[-6,9],[-7,-3],[-10,5],[-18,18],[-1,10],[1,18],[6,4],[13,5],[16,-4],[7,-4],[6,3],[-7,12],[-11,4],[-12,9],[0,10],[3,9],[1,10],[1,13],[-2,11],[2,5],[5,2],[0,4],[-10,-2],[-2,-13],[0,-12],[-6,-10],[-2,-11],[0,-13],[-2,-16],[-9,5],[-6,6],[-2,3],[0,8],[-7,46],[-5,39],[1,31],[11,13],[5,4],[5,-1],[8,1],[5,5],[-18,6],[-10,-6],[-7,-6],[-15,3],[-4,15],[-10,13],[-3,17],[-2,25],[20,-1],[16,-3],[42,5],[37,-21],[15,5],[-1,4],[-12,5],[-9,13],[-5,3],[-2,8],[-2,9],[-12,34],[-3,-2],[-2,-12],[-6,-20],[-9,-10],[-15,-6],[-15,-3],[-13,2],[-4,8],[-1,9],[-6,4],[-15,3],[-5,2],[-5,8],[5,13],[5,9],[8,-1],[7,-3],[9,-9],[9,-1],[9,9],[1,5],[-6,3],[-6,1],[-9,3],[-19,14],[7,16],[19,20],[5,5],[-7,14],[5,17],[-8,13],[-13,14],[-15,1],[-3,-4],[0,-6],[3,-5],[-1,-3],[-4,0],[-19,1],[-14,8],[-22,7],[-4,7],[-3,10],[5,18],[-3,0],[-13,-15],[-19,-9],[-15,-4],[-6,-6],[-2,-5],[4,-2],[9,0],[8,-16],[-1,-7],[-2,-5],[-7,-1],[-17,10],[-9,12],[-1,11],[4,14],[21,22],[6,9],[13,10],[16,22],[15,13],[-9,9],[-10,13],[-1,19],[32,11],[15,-1],[18,2],[10,6],[7,1],[15,7],[6,8],[1,6],[-1,5],[-2,6],[-4,16],[2,6],[6,7],[8,2],[4,0],[11,-5],[-1,-8],[-3,-10],[-4,-41],[-4,-9],[-6,-9],[6,-16],[-5,-12],[-29,-15],[-3,-1],[2,-4],[17,3],[14,4],[12,11],[2,16],[3,31],[6,5],[9,2],[5,-7],[0,-16],[2,-15],[-7,-48],[-11,-19],[-1,-5],[1,-6],[10,2],[7,10],[5,14],[4,18],[-2,13],[1,8],[0,26],[3,13],[-3,19],[-8,6],[-10,3],[-4,11],[3,22],[20,2],[17,16],[12,7],[7,0],[26,-13],[5,0],[-1,6],[-5,3],[-10,4],[-19,14],[-24,0],[2,21],[3,19],[11,3],[19,8],[35,31],[5,21],[-1,24],[-18,4],[-21,14],[-16,7],[-15,9],[1,15],[-1,25],[17,7],[5,34],[-14,25],[1,20],[13,18],[2,11],[3,13],[13,2],[0,7],[-2,13],[-11,13],[-2,21],[6,24],[14,0],[2,1],[-11,14],[-9,15],[1,6],[7,7],[8,3],[10,-7],[16,-25],[1,7],[-8,26],[-7,32],[-14,-5],[-13,1],[-5,5],[-6,7],[4,9],[4,7],[9,10],[19,4],[13,12],[3,22],[-4,-2],[-6,-20],[-13,-8],[-7,1],[-8,2],[-17,16],[-8,3],[-9,0],[-6,-5],[-16,-31],[-7,-6],[-31,-5],[-12,2],[-13,4],[1,7],[3,8],[6,5],[0,4],[-10,0],[-12,7],[-6,10],[-5,18],[-13,28],[-4,21],[6,16],[9,59],[2,30],[6,27],[-2,17],[20,18],[8,10],[13,54],[0,29],[-38,83],[-6,16],[-4,20],[4,34],[-1,13],[-8,18],[-20,28],[-2,16],[6,16],[-9,19],[2,13],[3,9],[27,-2],[12,3],[6,7],[4,16],[0,25],[1,11],[0,16],[13,8],[3,15],[9,22],[6,59],[10,15],[10,18],[-7,24],[7,12],[6,9],[5,15],[6,15],[18,22],[3,25],[11,44],[1,28],[3,19],[-3,17],[8,22],[7,18],[2,10],[18,25],[2,19],[-8,12],[-2,19],[-8,27],[12,11],[5,8],[13,45],[-2,17],[3,21],[-14,24],[-6,56],[-10,42],[-15,45],[-1,25],[-9,32],[-2,18],[1,41],[32,29],[4,30],[1,39],[-4,29],[-4,12],[-19,20],[-7,37],[2,10],[13,12],[9,15],[3,24],[9,18],[0,44],[6,35],[3,12],[13,17],[2,4],[1,11],[-3,28],[1,16],[8,34],[0,15],[10,35],[1,24],[4,13],[-3,14],[1,33],[-10,17],[-3,11],[8,33],[7,9],[10,16],[4,18],[0,10],[-19,54],[-4,18],[1,43],[3,29],[-4,22],[1,11],[1,15],[9,18],[2,12],[-4,5],[-13,6],[-11,15],[-2,15],[2,12],[0,16],[14,4],[8,9],[6,18],[7,41],[0,50],[4,30],[3,16],[1,31],[4,21],[-1,19],[-2,14],[-20,72],[-2,26],[4,42],[-5,59],[-2,14],[-7,12],[-3,17],[-11,30],[-13,60],[-2,32],[-6,27],[-8,7]],[[4813,5435],[5,2],[13,2],[14,1],[17,7],[17,12],[11,16],[4,15],[-1,13],[-6,15],[-3,11],[6,6],[17,3],[13,12],[10,10]],[[3355,8317],[-4,-4],[-9,5],[-4,7],[4,7],[7,-1],[3,-5],[3,-9]],[[4313,9906],[-6,-2],[-7,-5],[-22,-10],[-31,-11],[-40,-13],[-8,-11],[-34,-71],[-33,-16],[-11,-11],[-8,-13],[-18,-25],[-6,-19],[-19,-41],[-7,-49],[-2,-27],[-3,-40],[-7,-21],[-12,-19],[-12,-19],[-10,-21],[-8,-17],[-2,-5],[6,-4],[23,7],[9,5],[13,7],[8,-2],[10,-16],[10,-2],[8,3],[10,-3],[16,-41],[13,-35],[26,-20],[19,-16],[6,-15],[6,-21],[2,-10],[-5,-7],[-7,-14],[0,-25],[-1,-8],[0,-23],[3,-14],[6,-11],[8,-6],[17,-2],[15,-2],[10,-19],[14,-23],[14,-9],[19,-5],[13,3],[31,7],[27,1],[40,-3],[15,1],[19,3],[32,16],[12,2],[14,0],[20,-5],[11,-5],[14,-4],[21,-3],[12,2],[10,1],[6,-2],[34,-36],[30,-30],[25,-26],[28,-28],[2,-1],[11,4],[8,-1],[7,-5],[12,3],[17,12],[25,3],[33,-4],[43,2],[54,10],[33,9],[13,8],[22,0],[26,-5],[15,-9],[2,-10],[6,-14],[-5,-15],[-16,-16],[-8,-20],[0,-24],[-8,-18],[-14,-12],[-5,-17],[4,-21],[0,-31],[-4,-42],[2,-25],[7,-7],[3,-12],[1,-15],[3,-13],[9,-17],[14,-33],[10,-15],[9,-5],[8,-6],[27,-34],[6,-7],[-1,-6],[-2,-5],[-3,-3],[-25,-22],[-49,-48],[-4,-6],[1,-10],[15,7],[16,-4],[8,-1],[4,-3],[5,-12],[5,-2],[8,-4],[16,-12],[14,-13],[10,-6],[7,-6],[2,-9],[-2,-8],[9,-20],[6,-6],[3,-8],[-3,-8],[8,-8],[8,-18],[10,-21],[1,-12],[4,-6],[6,-15],[8,-15],[-2,-11],[4,-10]],[[4728,7432],[-9,11],[-12,9],[-12,5],[-5,8],[-8,16],[-9,5],[-7,4],[-6,-1],[-6,-5],[-9,-4],[-7,0],[-28,10],[-4,0],[15,28],[27,48],[18,31],[19,34],[10,18],[2,3],[-1,4],[-5,6],[-11,2],[-12,4],[-9,7],[-11,3],[-9,5],[-15,5],[-10,4],[-11,1],[-10,9],[-33,16],[-9,1],[-9,-4],[-13,-4],[-12,-11],[-15,-4],[-15,-1],[-9,5],[-7,2],[-11,7],[-18,5],[-13,3],[-7,-2],[-9,-10],[-10,-10],[-7,-6],[-11,-1],[-12,-9],[-12,-4],[-13,-2],[-14,-4],[-17,3],[-14,3],[-6,2],[-5,-2],[-8,-5],[-15,-4],[-11,-1],[-9,1],[-8,8],[-13,3],[-13,3],[-4,10],[1,8],[4,12],[-4,11],[-7,18],[-3,7],[-5,6],[-7,1],[-13,-2],[-14,5],[-10,6],[-5,7],[3,16],[-5,12],[-9,7],[-7,12],[-9,9],[-12,4],[-11,-1],[-9,2],[-11,10],[-10,3],[-11,9],[-20,3],[-11,3],[-7,6],[-9,10],[1,7],[-5,5],[-4,11],[-9,16],[-8,9],[-9,6],[-7,5],[-10,8],[-13,4],[-10,5],[-5,7],[-4,7],[-6,-1],[-8,-1],[-9,1],[-9,4],[-9,5],[-14,9],[-7,0],[-7,0],[-8,-11]],[[3850,7970],[-29,7],[-26,13],[-25,1],[-18,7],[-16,13],[-9,9],[-8,4],[-33,11],[-6,0],[-12,-7],[-3,-5],[0,-11],[0,-7],[-10,-5],[-17,-1],[-13,3],[-8,0],[-1,-4],[-4,-2],[-10,0],[-15,2],[-13,2],[-19,7],[-8,-2],[-20,0],[-17,3],[-4,4],[-11,31],[-3,1],[-7,1],[-12,3],[-9,4],[-5,8],[-5,8],[-20,-4],[-34,7],[-24,8],[-22,9],[-35,19],[-13,4],[-15,5],[-11,10],[-16,10],[-5,2]],[[3259,8138],[-6,10],[-24,12],[8,21],[24,18],[36,-7],[1,23],[-15,18],[-3,38],[3,8],[7,12],[11,8],[7,3],[12,-2],[6,9],[29,0],[8,4],[5,6],[6,5],[8,10],[3,11],[4,5],[10,-1],[0,5],[4,7],[15,16],[-1,6],[-6,13],[0,5],[10,3],[11,5],[5,14],[6,12],[7,17],[9,2],[3,20],[11,19],[20,53],[-8,-2],[-5,-7],[-8,0],[-9,3],[0,22],[-5,3],[-11,-19],[-13,16],[-3,11],[4,11],[-2,7],[-17,-7],[0,6],[10,9],[4,7],[9,9],[2,13],[0,18],[2,21],[-4,9],[-7,8],[-9,36],[-1,22],[-5,16],[-6,14],[-24,16],[31,26],[10,18],[-20,31],[-24,26],[-2,17],[5,-1],[7,1],[2,37],[-3,11],[-14,16],[-14,-1],[-16,21],[-8,4],[-7,14],[-24,26],[-18,12],[7,35],[10,8],[2,9],[-6,20],[0,5],[2,3],[3,0],[4,-3],[9,-8],[8,-10],[6,-3],[8,5],[28,25],[-3,7],[1,14],[9,13],[10,5],[3,7],[-4,9],[-15,23],[-12,12],[-8,13],[-5,11],[-14,10],[4,12],[7,13],[3,3],[6,-3],[16,-21],[24,-13],[26,-21],[11,-15],[8,-3],[7,-5],[-2,-5],[-6,-5],[-1,-10],[5,-5],[5,-3],[13,4],[6,12],[-11,49],[-11,24],[-9,6],[-10,9],[5,8],[14,5],[17,11],[63,55],[18,47],[17,18],[19,13],[25,0],[19,8],[4,15],[-7,18],[-9,11],[5,18],[4,27],[-3,21],[9,14],[-4,5],[-13,-12],[-11,-6],[5,9],[18,24],[6,34],[7,14],[25,22],[5,10],[19,16],[31,34],[12,10],[68,-13],[21,3],[-3,-4],[-10,-2],[-13,-7],[-3,-12],[11,-11],[10,-3],[8,9],[6,24],[11,26],[0,27],[9,10],[14,5],[26,-3],[20,-4],[20,1],[61,10],[94,78],[46,19],[28,17],[16,30],[3,21],[13,10],[15,1],[6,6],[1,7],[34,21],[20,4],[17,1],[41,-13],[21,-27],[5,-20],[-23,-23],[-6,-10]],[[3157,7457],[-2,-6],[-15,-2],[-4,2],[-1,6],[0,21],[3,9],[11,10],[9,5],[13,1],[14,-5],[-14,-16],[-8,-3],[-3,-3],[-3,-19]],[[1542,7422],[-6,-2],[-10,5],[4,12],[8,-1],[5,-2],[4,-4],[-5,-8]],[[1682,7516],[-17,-10],[-7,2],[-4,2],[-2,3],[8,11],[8,7],[7,12],[15,10],[5,-1],[3,-1],[2,-4],[-3,-9],[-9,-8],[-6,-14]],[[1537,7507],[-8,-2],[-27,9],[-2,15],[8,11],[29,11],[15,-6],[3,-17],[-8,-14],[-8,-4],[-2,-3]],[[1359,7517],[-14,-6],[-14,2],[-8,7],[-4,11],[1,4],[27,11],[12,-8],[3,-14],[-3,-7]],[[1486,7563],[-6,-6],[-31,-1],[-11,7],[5,13],[5,6],[18,-1],[21,-9],[-1,-9]],[[1366,7593],[12,-7],[12,-26],[37,-22],[7,-15],[-1,-8],[2,-2],[18,-8],[12,-10],[-10,-31],[-31,-19],[-37,-7],[-8,1],[-12,8],[-4,9],[3,10],[16,18],[26,19],[1,10],[-13,6],[-13,16],[-21,9],[-18,37],[-7,0],[-11,-8],[-7,4],[-2,2],[12,12],[1,6],[19,8],[10,-3],[7,-9]],[[3256,8107],[-9,-3],[-5,7],[9,10],[4,2],[1,-16]],[[3850,7970],[-8,-6],[-9,-2],[-12,-3],[-18,4],[-6,-1],[0,-5],[11,-6],[12,-6],[5,-10],[8,-12],[17,-13],[11,-7],[1,-5],[-2,-9],[0,-8],[10,-36],[-4,-3],[-5,-1],[-6,0],[-6,3],[-4,2],[-2,-5],[-2,-17],[-6,-37],[-5,-33],[-10,-12],[-14,-20],[-19,-27],[-27,-38],[-21,-19],[-17,-15],[-20,-17],[-25,-23],[-30,-14],[-41,-20],[-29,-14],[-21,-10],[-23,-10],[-29,-14],[-11,-11],[-17,-26],[-7,-12],[-7,-11],[-1,-5],[1,-2],[5,-4],[1,-5],[-5,-4],[-5,-1],[-3,2],[-2,5],[-6,5],[-6,1],[-3,-2],[0,-5],[-4,-25],[1,-11],[-3,-5],[2,-10],[-6,-11],[-3,-9],[-1,-8],[-6,-5],[-1,-9],[-3,-17],[-5,-14],[-3,-12],[0,-9],[4,-5],[2,-5],[-2,-9],[-1,-6],[-8,-6],[-16,-13],[-6,-8],[-2,-8],[3,-7],[0,-6],[-8,-3],[-2,-5],[-5,-10],[-6,-4],[-17,3],[-12,-2],[-10,3],[-13,12],[-10,9],[-8,13],[-5,19],[-10,4],[-11,5],[-10,-3],[-13,-3],[-8,3],[-19,6],[-17,7],[-12,3],[-8,-3],[-5,-7],[-7,-11],[-13,-8],[-6,-1],[-9,4],[-2,5],[5,9],[11,20],[-15,-1],[-6,4],[-2,7],[-4,7],[2,9],[7,6],[13,-2],[8,1],[4,9],[5,4],[6,3],[1,5],[-8,12],[-2,7],[1,4],[-2,8],[-1,6],[-4,5],[-2,8],[-3,4],[-2,4],[-1,5],[-4,2],[-5,3]],[[3136,7393],[3,2],[21,10],[8,9],[10,8],[8,12],[5,10],[9,48],[10,31],[-5,13],[-14,17],[-7,28],[0,8],[-3,6],[-6,-12],[8,-41],[-4,-19],[-9,-5],[-7,2],[-1,30],[-6,-6],[-8,-22],[-17,-18],[0,-5],[-4,-6],[-15,3],[-12,5],[-41,28],[-24,4],[-16,9],[-4,5],[-3,6],[14,10],[13,11],[-2,21],[-3,17],[-15,26],[0,37],[-6,14],[-17,29],[7,16],[32,16],[10,9],[4,26],[5,15],[16,-3],[12,2],[-17,3],[-16,20],[-4,10],[20,33],[12,10],[14,18],[10,26],[-2,38],[-10,27],[-8,28],[7,8],[20,7],[15,12],[8,9],[20,2],[21,16],[36,12],[50,22],[10,15],[-9,23]],[[6282,616],[-7,-4],[-2,2],[-2,6],[0,8],[-1,3],[5,-1],[7,-6],[0,-8]],[[6409,650],[0,-14],[-8,4],[-3,7],[5,5],[4,-1],[2,-1]],[[6145,686],[7,-2],[8,1],[-5,-16],[-3,-8],[-8,0],[-9,11],[-3,5],[10,5],[3,4]],[[6220,738],[15,-3],[13,11],[10,3],[8,-2],[5,-7],[8,1],[23,7],[2,-2],[8,8],[7,-4],[6,-7],[-3,-8],[-6,-5],[-4,-7],[-5,-6],[-8,-5],[-6,-9],[-14,-20],[-22,-26],[-7,-2],[-14,-2],[-6,2],[-6,0],[-4,-14],[-7,-11],[-3,-2],[-7,-1],[-3,-2],[-3,-4],[-18,1],[-13,7],[-15,14],[20,18],[18,-1],[14,12],[12,6],[5,6],[5,5],[0,6],[-4,2],[-5,0],[-6,-3],[-12,-3],[-8,7],[5,3],[6,-1],[19,7],[4,3],[-6,9],[-11,6],[-10,9],[-1,3],[0,6],[-5,11],[5,1],[7,-7],[17,-10]],[[6238,748],[-14,0],[-3,5],[0,13],[11,2],[10,-6],[-1,-5],[-3,-9]],[[6368,768],[16,-10],[19,3],[9,-2],[4,-8],[-3,-7],[-6,1],[-5,-2],[1,-9],[3,-5],[21,-10],[4,-1],[-1,5],[-3,7],[-2,7],[4,7],[5,2],[24,3],[5,-4],[12,-18],[-11,-2],[-5,-8],[10,-3],[7,-6],[-4,-7],[-1,-4],[-17,-5],[-15,-3],[-7,-9],[-12,-7],[-36,-11],[4,-9],[1,-5],[-2,-12],[-49,15],[-6,-2],[12,-24],[-9,-5],[-10,3],[-8,-2],[-6,-18],[-14,12],[-12,16],[0,9],[12,17],[-4,7],[27,23],[5,7],[8,4],[9,1],[4,3],[-1,6],[-3,9],[0,16],[22,21],[-3,13],[7,1]],[[6708,8957],[-8,-10],[-2,-6],[-6,-11],[-4,-6],[6,-14],[7,-1],[3,-2],[1,-3],[0,-3],[-3,-2],[-7,-3],[-7,-8],[1,-9],[-4,-5],[-14,-2],[-26,1],[-12,-1],[-10,-1],[-7,-6],[-9,-4],[-6,0],[-6,-7],[-6,-9],[1,-7],[6,-8],[4,-9],[-5,-14],[-5,-11],[-4,-8],[-4,-16],[-10,-18],[-7,-10],[0,-11],[3,-15],[20,-23],[6,-11],[5,-17],[18,-14],[12,-11],[-2,-14],[2,-5],[7,-3],[8,-3],[10,0],[8,1],[2,2],[20,0],[2,-4],[1,-21],[0,-8],[5,-4],[3,-5],[0,-4],[0,-12],[3,-6],[0,-12],[1,-5],[6,-3],[6,-9],[3,-1],[1,-4],[6,-12],[3,-4],[2,-1],[1,-4],[3,-12],[3,-3],[6,-8],[2,-10],[6,-11],[8,-7],[3,-8],[9,-17],[9,-12],[12,-4],[10,-2],[6,-4],[7,-6]],[[6128,8906],[-35,37],[-35,37],[-35,36],[-2,5],[14,18],[13,12],[11,8],[5,6],[-4,27],[0,10],[-5,10],[-4,12],[4,10],[5,7],[7,2],[16,3],[12,1],[4,4],[6,5],[9,0],[17,-3],[8,6],[14,8],[31,14],[7,9],[5,14],[-1,7],[-3,3],[-8,2],[-12,0],[-9,-3],[-10,2],[-9,8],[0,7],[5,11],[-3,6],[-16,22],[0,6],[11,10],[7,8],[9,20],[7,6],[22,3],[6,4],[11,11],[17,12],[24,9],[7,17],[4,5],[20,9],[3,5],[-1,5],[-31,39]],[[6246,9438],[7,-3],[24,-25],[13,-6],[3,0],[0,6],[12,-2],[32,-18],[46,-29],[64,-55],[18,-20],[12,-10],[19,-24],[6,-12],[-1,-45],[-18,-31],[-4,-23],[-1,-31],[-10,-18],[13,10],[4,28],[12,16],[14,19],[19,4],[21,-8],[17,-2],[14,-5],[31,-30],[30,-24],[11,-19],[32,-10],[19,-15],[6,-13],[3,-34],[-7,-50],[1,-2]],[[4813,5435],[-11,9],[-47,28],[-19,15],[-16,7],[-41,23],[-5,9],[-7,27],[-6,7],[-14,9],[-35,11],[-13,5],[-15,11],[-21,7],[-23,16],[-15,13],[-15,8],[-47,9],[-24,11],[-44,14],[-20,10],[-47,10],[-15,6],[-48,29],[-33,7],[-27,17],[-82,32],[-13,11],[-14,19],[-19,9],[-22,25],[-31,13],[-30,18],[-12,18],[-22,23],[-7,12],[-17,11],[-4,26],[-13,10],[7,7],[8,4],[6,41],[-8,19],[-33,33],[-13,17],[-10,21],[-14,12],[-20,26],[-14,24],[-26,16],[-7,5],[-4,9],[-14,5],[-3,19],[-14,36],[-15,16],[-51,29],[-3,13],[-7,24],[-13,25],[-63,74],[-16,23],[-19,37],[-15,21],[-18,38],[-24,28],[-16,24],[-18,31],[-3,18],[-28,27],[-17,26],[-26,20],[-24,14],[-11,12],[-40,55],[-7,17],[-26,29],[-25,21],[-16,17],[-20,15],[-112,38],[-40,16],[-14,9],[-9,15],[1,10],[10,11],[16,-5],[8,4],[6,13],[-3,18],[-13,21],[-40,40],[1,9],[4,12],[-16,19],[-17,15],[-9,12],[0,52],[6,14],[43,58],[11,24],[20,16],[20,24],[24,20]],[[6708,8957],[2,-4],[8,18],[1,15],[5,14],[8,17],[15,9],[82,-11],[38,-9],[48,-16],[6,-15],[1,15],[-2,16],[14,10],[30,3],[44,-7],[38,6],[51,-3],[78,-15],[35,-10],[14,-8],[2,-14],[-2,-17],[-6,-17],[-14,-22],[-14,-10],[-15,-15],[-21,-27],[0,-8],[-4,-7],[-2,-12],[1,-14],[5,-9],[1,-17],[-4,-15],[1,-9],[3,-14],[3,-15],[-1,-6],[5,-5],[4,-5],[-2,-13],[14,-25],[9,-10],[14,-11],[4,-10],[7,-12],[5,-2],[2,-4],[-3,-9],[-1,-13],[-9,-14],[-21,-26],[-3,-6],[4,-23],[-3,-18],[-2,-9],[-10,-15],[-25,-38],[-14,-6],[-9,-11],[-5,0],[-6,-1],[-1,-1]],[[7059,3333],[-6,-5],[-7,-10],[-8,-23],[-27,-32],[-6,-18],[-29,-18],[-20,-21],[-12,1],[-12,-8],[-66,-26],[-23,6],[-17,0],[-16,13],[-36,6],[-24,-4],[-31,-13],[-9,0],[-7,1],[-16,6],[-9,12],[-47,15],[-38,33],[-45,1],[-35,-3],[-5,4],[-4,8],[-7,12],[-29,28],[-23,28],[-5,27],[4,30],[7,34],[-1,11],[9,6],[9,2],[8,9],[8,13],[1,10],[-5,20],[-4,26],[-4,14]],[[6082,9489],[-10,-4],[-2,16],[3,5],[18,13],[5,2],[3,-2],[-1,-4],[9,-6],[-2,-7],[-9,-8],[-14,-5]],[[6111,9533],[-20,-6],[1,5],[5,7],[10,2],[4,3],[7,2],[4,-1],[4,-2],[-9,-4],[-6,-6]],[[5363,9807],[-9,-5],[-17,4],[-8,4],[5,7],[13,0],[14,-7],[2,-3]],[[5594,9851],[6,-22],[-2,-4],[-15,-15],[-13,-1],[-10,0],[-8,3],[-10,9],[-10,-3],[-25,2],[-7,3],[9,12],[17,6],[6,1],[5,-7],[13,-6],[14,0],[3,11],[19,17],[8,-6]],[[4313,9906],[-4,-8],[-10,-11],[-13,-7],[-63,-20],[-6,-4],[-8,-7],[1,-14],[3,-11],[22,-36],[8,-8],[27,-18],[-5,-4],[-9,-1],[9,-25],[17,-17],[1,-11],[-8,-36],[-20,-23],[-14,-26],[-11,-10],[-22,-50],[23,-27],[4,-14],[19,-19],[12,-5],[8,-8],[-2,-14],[8,-18],[10,-10],[12,-3],[14,1],[38,16],[9,6],[6,11],[18,22],[-1,26],[2,32],[-7,21],[-23,28],[-11,20],[-23,18],[-16,33],[-6,10],[-5,14],[-7,25],[13,11],[-3,21],[35,8],[72,40],[46,12],[52,23],[12,10],[9,16],[8,2],[29,-12],[14,5],[4,12],[-9,21],[-16,-1],[-47,-11],[-6,9],[0,8],[-14,25],[6,20],[6,17],[13,7],[20,8],[16,-9],[10,-10],[6,-9],[5,-26],[10,-27],[10,-18],[15,-13],[10,2],[8,3],[50,6],[31,-8],[38,-2],[38,-18],[38,-23],[11,-17],[4,-17],[10,-11],[-8,-12],[6,-19],[11,-19],[17,-12],[46,-1],[48,11],[76,12],[24,7],[125,10],[25,-9],[3,-9],[0,-8],[42,-33],[33,-4],[29,-10],[29,-5],[33,-7],[17,1],[14,4],[15,1],[110,62],[61,0],[9,4],[8,6],[-23,8],[-50,2],[-15,-6],[-9,15],[16,0],[56,7],[64,-2],[52,12],[26,2],[15,-2],[41,8],[79,-7],[61,8],[-7,-10],[-20,-6],[-33,-3],[-24,-14],[-54,1],[-37,-5],[12,-4],[1,-15],[5,-3],[5,0],[13,-10],[4,-7],[4,-15],[-5,-17],[-8,-7],[15,3],[9,8],[-2,7],[1,9],[9,-3],[6,-4],[20,-41],[14,-22],[3,1],[4,0],[4,5],[5,10],[6,-6],[3,-3],[3,0],[-3,9],[4,12],[-2,4],[6,1],[7,-1],[11,-3],[18,-14],[12,-14],[2,-8],[4,-5],[8,-4],[4,-8],[0,12],[-4,8],[-2,10],[24,1],[6,13],[13,-8],[35,-35],[12,-5],[38,-7],[23,-16],[14,-15],[-8,-16],[-22,-8],[-8,-10],[-5,-10],[0,-9],[-7,-12],[-1,-4],[-4,-15],[-9,-20],[-11,-20],[-62,-1],[15,-8],[14,-6],[24,-16],[18,13],[26,1],[29,14],[10,2],[54,-7],[13,11],[10,3],[29,-2],[25,-11]]],"transform":{"scale":[0.07292854064926656,-0.07600760076007601],"translate":[115.39376102399177,780]}}