From 4a6318c18a03a834d76161c63181d541933beb6a Mon Sep 17 00:00:00 2001 From: dmolinari Date: Mon, 25 Aug 2025 10:25:54 -0300 Subject: [PATCH] Feat Prototipos Widgets y Fix Worker Telegramas --- Elecciones-Web/Restaurar/Nuevos/App.css | 42 ---- Elecciones-Web/Restaurar/Nuevos/App.tsx | 18 -- .../Restaurar/Nuevos/components/MapaBsAs.css | 58 ----- .../Restaurar/Nuevos/components/MapaBsAs.tsx | 217 ------------------ Elecciones-Web/Restaurar/Nuevos/index.css | 68 ------ Elecciones-Web/Restaurar/Nuevos/main.tsx | 17 -- .../Nuevos/public/partidos-bsas.topojson | 1 - .../Restaurar/Nuevos/types/custom.d.ts | 12 - Elecciones-Web/Restaurar/apiService.ts | 56 ----- .../Restaurar/components/BancasWidget.css | 35 --- .../Restaurar/components/BancasWidget.tsx | 91 -------- .../Restaurar/components/TickerWidget.css | 82 ------- .../Restaurar/components/TickerWidget.tsx | 67 ------ Elecciones-Web/frontend/package-lock.json | 194 ++++++++++------ Elecciones-Web/frontend/package.json | 4 +- .../frontend/public/parliament-layout.svg | 96 ++++++++ Elecciones-Web/frontend/src/App.tsx | 8 +- Elecciones-Web/frontend/src/apiService.ts | 83 +++---- .../frontend/src/components/BancasWidget.css | 20 +- .../frontend/src/components/BancasWidget.tsx | 144 +++++++----- .../src/components/CongresoWidget.css | 148 ++++++++++++ .../src/components/CongresoWidget.tsx | 125 ++++++++++ .../frontend/src/components/MapaBsAs.css | 152 ++++++++---- .../frontend/src/components/MapaBsAs.tsx | 44 ++-- .../src/components/ParliamentLayout.tsx | 156 +++++++++++++ .../frontend/src/components/SenateLayout.tsx | 108 +++++++++ .../src/components/TelegramaWidget.css | 151 ++++++++++++ .../src/components/TelegramaWidget.tsx | 127 ++++++++++ .../frontend/src/components/TickerWidget.css | 27 ++- .../frontend/src/components/TickerWidget.tsx | 21 +- Elecciones-Web/frontend/src/index.css | 40 ++-- Elecciones-Web/frontend/src/types/types.ts | 34 ++- .../Controllers/CatalogosController.cs | 81 ++++++- .../Controllers/ResultadosController.cs | 122 +++++++--- .../Controllers/TelegramasController.cs | 21 +- .../net9.0/Elecciones.Api.AssemblyInfo.cs | 2 +- .../Debug/net9.0/rjsmcshtml.dswa.cache.json | 2 +- .../Debug/net9.0/rjsmrazor.dswa.cache.json | 2 +- .../net9.0/Elecciones.Core.AssemblyInfo.cs | 2 +- .../Elecciones.Database.AssemblyInfo.cs | 2 +- .../Elecciones.Infrastructure.AssemblyInfo.cs | 2 +- .../LowPriorityDataWorker.cs | 45 ++-- 42 files changed, 1635 insertions(+), 1092 deletions(-) delete mode 100644 Elecciones-Web/Restaurar/Nuevos/App.css delete mode 100644 Elecciones-Web/Restaurar/Nuevos/App.tsx delete mode 100644 Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.css delete mode 100644 Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.tsx delete mode 100644 Elecciones-Web/Restaurar/Nuevos/index.css delete mode 100644 Elecciones-Web/Restaurar/Nuevos/main.tsx delete mode 100644 Elecciones-Web/Restaurar/Nuevos/public/partidos-bsas.topojson delete mode 100644 Elecciones-Web/Restaurar/Nuevos/types/custom.d.ts delete mode 100644 Elecciones-Web/Restaurar/apiService.ts delete mode 100644 Elecciones-Web/Restaurar/components/BancasWidget.css delete mode 100644 Elecciones-Web/Restaurar/components/BancasWidget.tsx delete mode 100644 Elecciones-Web/Restaurar/components/TickerWidget.css delete mode 100644 Elecciones-Web/Restaurar/components/TickerWidget.tsx create mode 100644 Elecciones-Web/frontend/public/parliament-layout.svg create mode 100644 Elecciones-Web/frontend/src/components/CongresoWidget.css create mode 100644 Elecciones-Web/frontend/src/components/CongresoWidget.tsx create mode 100644 Elecciones-Web/frontend/src/components/ParliamentLayout.tsx create mode 100644 Elecciones-Web/frontend/src/components/SenateLayout.tsx create mode 100644 Elecciones-Web/frontend/src/components/TelegramaWidget.css create mode 100644 Elecciones-Web/frontend/src/components/TelegramaWidget.tsx diff --git a/Elecciones-Web/Restaurar/Nuevos/App.css b/Elecciones-Web/Restaurar/Nuevos/App.css deleted file mode 100644 index b9d355d..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/App.css +++ /dev/null @@ -1,42 +0,0 @@ -#root { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - text-align: center; -} - -.logo { - height: 6em; - padding: 1.5em; - will-change: filter; - transition: filter 300ms; -} -.logo:hover { - filter: drop-shadow(0 0 2em #646cffaa); -} -.logo.react:hover { - filter: drop-shadow(0 0 2em #61dafbaa); -} - -@keyframes logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -@media (prefers-reduced-motion: no-preference) { - a:nth-of-type(2) .logo { - animation: logo-spin infinite 20s linear; - } -} - -.card { - padding: 2em; -} - -.read-the-docs { - color: #888; -} diff --git a/Elecciones-Web/Restaurar/Nuevos/App.tsx b/Elecciones-Web/Restaurar/Nuevos/App.tsx deleted file mode 100644 index b5ebfef..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/App.tsx +++ /dev/null @@ -1,18 +0,0 @@ -// src/App.tsx -import 'react-tooltip/dist/react-tooltip.css'; -import MapaBsAs from './components/MapaBsAs'; - -function App() { - return ( -
-

Resultados Electorales - Provincia de Buenos Aires

-

Pasa el ratón sobre un partido para ver el ganador. Haz clic para más detalles.

- - {/* Ya no necesita un div contenedor aquí */} - - {/* Próximo paso: Crear una Leyenda aquí */} -
- ); -} - -export default App; \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.css b/Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.css deleted file mode 100644 index 3083ef6..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.css +++ /dev/null @@ -1,58 +0,0 @@ -/* src/components/MapaBsAs.css */ -.mapa-wrapper { - display: flex; - gap: 2rem; -} - -.mapa-container { - flex: 3; /* El mapa ocupa 3/4 del espacio */ - border: 1px solid #ccc; - border-radius: 8px; - position: relative; - /* Proporción aproximada para la provincia de Bs As */ - padding-top: 80%; -} - -.mapa-container .rsm-svg { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -/* Efecto "lift" al pasar el ratón */ -.rsm-geography { - transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out; - cursor: pointer; -} -.rsm-geography:hover { - transform: scale(1.03); - transform-origin: center center; -} - -.info-panel { - flex: 1; /* El panel ocupa 1/4 del espacio */ - padding: 1rem; - background-color: #f9f9f9; - border-radius: 8px; -} -.info-panel h3 { - margin-top: 0; -} - -.legend { - margin-top: 1.5rem; -} -.legend-item { - display: flex; - align-items: center; - margin-bottom: 0.5rem; -} -.legend-color-box { - width: 20px; - height: 20px; - margin-right: 10px; - border: 1px solid #fff; - outline: 1px solid #ccc; -} \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.tsx b/Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.tsx deleted file mode 100644 index dd3e359..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/components/MapaBsAs.tsx +++ /dev/null @@ -1,217 +0,0 @@ -// src/components/MapaBsAs.tsx -import { useState, useMemo } from 'react'; -import { ComposableMap, Geographies, Geography } from 'react-simple-maps'; -import { Tooltip } from 'react-tooltip'; -import { useQuery } from '@tanstack/react-query'; -import axios from 'axios'; -import type { Feature, Geometry } from 'geojson'; -import { geoCentroid } from 'd3-geo'; // Para calcular el centro de cada partido -import { useSpring, animated } from 'react-spring'; // Para animar el zoom - -//import geoUrl from '/partidos-bsas.topojson'; -import './MapaBsAs.css'; - -// --- Interfaces y Tipos --- -interface ResultadoMapa { - partidoId: string; - agrupacionGanadoraId: string; - porcentajeGanador: number; // Nueva propiedad desde el backend -} - -interface Agrupacion { - id: string; - nombre: string; -} - -interface PartidoProperties { - id: number; - departamento: string; - cabecera: string; // Asegúrate de que coincida con tu topojson - provincia: string; -} - -type PartidoGeography = Feature & { rsmKey: string }; - -const PALETA_COLORES: { [key: string]: [number, number, number] } = { - 'default': [214, 214, 218] // RGB para el color por defecto -}; - -const INITIAL_PROJECTION = { - center: [-59.8, -37.0] as [number, number], - scale: 5400, -}; - -const MapaBsAs = () => { - const [selectedPartido, setSelectedPartido] = useState(null); - const [projectionConfig, setProjectionConfig] = useState(INITIAL_PROJECTION); - - // --- Carga de Datos --- - const { data: resultadosData, isLoading: isLoadingResultados } = useQuery({ - queryKey: ['mapaResultados'], - queryFn: async () => { - const { data } = await axios.get('http://localhost:5217/api/Resultados/mapa'); - return data; - }, - }); - - const { data: geoData, isLoading: isLoadingGeo } = useQuery({ - queryKey: ['mapaGeoData'], - queryFn: async () => { - const { data } = await axios.get('/partidos-bsas.topojson'); - return data; - }, - }); - - const { data: agrupacionesData, isLoading: isLoadingAgrupaciones } = useQuery({ - queryKey: ['catalogoAgrupaciones'], - queryFn: async () => { - const { data } = await axios.get('http://localhost:5217/api/Catalogos/agrupaciones'); - return data; - }, - }); - - const { nombresAgrupaciones, coloresPartidos } = useMemo(() => { - if (!agrupacionesData) return { nombresAgrupaciones: {}, coloresPartidos: {} }; - - const nombres = agrupacionesData.reduce((acc, agrupacion) => { - acc[agrupacion.id] = agrupacion.nombre; - return acc; - }, {} as { [key: string]: string }); - - const colores = agrupacionesData.reduce((acc, agrupacion, index) => { - const baseColor = [255, 87, 51, 51, 255, 87, 51, 87, 255, 255, 51, 161, 161, 51, 255, 255, 195, 0, 199, 0, 57, 144, 12, 63, 88, 24, 69]; - acc[agrupacion.nombre] = [baseColor[index*3], baseColor[index*3+1], baseColor[index*3+2]]; - return acc; - }, {} as { [key: string]: [number, number, number] }); - - colores['default'] = [214, 214, 218]; - return { nombresAgrupaciones: nombres, coloresPartidos: colores }; - }, [agrupacionesData]); - - const animatedProps = useSpring({ - to: { scale: projectionConfig.scale, cx: projectionConfig.center[0], cy: projectionConfig.center[1] }, - config: { tension: 170, friction: 26 }, - }); - - if (isLoadingResultados || isLoadingGeo || isLoadingAgrupaciones) { - return
Cargando datos del mapa...
; - } - - const getPartyStyle = (partidoIdGeo: string) => { - const resultado = resultadosData?.find(r => r.partidoId === partidoIdGeo); - if (!resultado) { - return { fill: `rgb(${PALETA_COLORES.default.join(',')})` }; - } - const nombreAgrupacion = nombresAgrupaciones[resultado.agrupacionGanadoraId] || 'Otro'; - const baseColor = coloresPartidos[nombreAgrupacion] || PALETA_COLORES.default; - - // Calcula la opacidad basada en el porcentaje. 0.4 (débil) a 1.0 (fuerte) - const opacity = 0.4 + (resultado.porcentajeGanador / 100) * 0.6; - - return { fill: `rgba(${baseColor.join(',')}, ${opacity})` }; - }; - - const handleGeographyClick = (geo: PartidoGeography) => { - const centroid = geoCentroid(geo); - setSelectedPartido(geo); - setProjectionConfig({ - center: centroid, - scale: 18000, // Zoom más cercano - }); - }; - - const handleReset = () => { - setSelectedPartido(null); - setProjectionConfig(INITIAL_PROJECTION); - }; - - return ( -
-
- `scale(${s / INITIAL_PROJECTION.scale})`), - }}> - - - {({ geographies }: { geographies: PartidoGeography[] }) => - geographies.map((geo) => { - const partidoId = String(geo.properties.id); - const partidoNombre = geo.properties.departamento; - const resultado = resultadosData?.find(r => r.partidoId === partidoId); - const agrupacionNombre = resultado ? (nombresAgrupaciones[resultado.agrupacionGanadoraId] || 'Desconocido') : 'Sin datos'; - - return ( - handleGeographyClick(geo)} - /> - ); - }) - } - - - - -
- -
- - {selectedPartido ? ( -
-

{selectedPartido.properties.departamento}

-

Cabecera: {selectedPartido.properties.cabecera}

-

ID: {selectedPartido.properties.id}

- {/* Aquí mostrarías más datos del partido seleccionado */} -
- ) : ( -
-

Provincia de Buenos Aires

-

Selecciona un partido para ver más detalles.

-
- )} - -
-
- ); -}; - - -// Componente de Leyenda separado -const Legend = ({ colores }: { colores: { [key: string]: [number, number, number] } }) => { - return ( -
-

Leyenda

- {Object.entries(colores).map(([nombre, color]) => { - if (nombre === 'default') return null; - return ( -
-
- {nombre} -
- ); - })} -
- ); -}; - -export default MapaBsAs; \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/Nuevos/index.css b/Elecciones-Web/Restaurar/Nuevos/index.css deleted file mode 100644 index 08a3ac9..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/index.css +++ /dev/null @@ -1,68 +0,0 @@ -:root { - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; - line-height: 1.5; - font-weight: 400; - - color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; - - font-synthesis: none; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} -a:hover { - color: #535bf2; -} - -body { - margin: 0; - display: flex; - place-items: center; - min-width: 320px; - min-height: 100vh; -} - -h1 { - font-size: 3.2em; - line-height: 1.1; -} - -button { - border-radius: 8px; - border: 1px solid transparent; - padding: 0.6em 1.2em; - font-size: 1em; - font-weight: 500; - font-family: inherit; - background-color: #1a1a1a; - cursor: pointer; - transition: border-color 0.25s; -} -button:hover { - border-color: #646cff; -} -button:focus, -button:focus-visible { - outline: 4px auto -webkit-focus-ring-color; -} - -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } - a:hover { - color: #747bff; - } - button { - background-color: #f9f9f9; - } -} diff --git a/Elecciones-Web/Restaurar/Nuevos/main.tsx b/Elecciones-Web/Restaurar/Nuevos/main.tsx deleted file mode 100644 index 9db2f6a..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/main.tsx +++ /dev/null @@ -1,17 +0,0 @@ -// src/main.tsx -import React from 'react' -import ReactDOM from 'react-dom/client' -import App from './App.tsx' -import './index.css' -import { QueryClient, QueryClientProvider } from '@tanstack/react-query' - -// Crea un cliente -const queryClient = new QueryClient() - -ReactDOM.createRoot(document.getElementById('root')!).render( - - - - - , -) \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/Nuevos/public/partidos-bsas.topojson b/Elecciones-Web/Restaurar/Nuevos/public/partidos-bsas.topojson deleted file mode 100644 index 23ad3e0..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/public/partidos-bsas.topojson +++ /dev/null @@ -1 +0,0 @@ -{"type":"Topology","arcs":[[[116799,168261],[-531,-332],[141,-215],[96,-143],[454,-609],[159,-240],[79,-118],[-569,-359],[108,-178]],[[116736,166067],[-684,-427],[-96,152],[-425,-247],[-727,-425],[-207,336],[-116,186],[-54,85],[-72,119],[165,96],[-101,162]],[[114419,166104],[-134,213],[-2,6],[-86,139],[-177,284],[-224,359],[-76,124],[-98,155],[10,10],[386,225]],[[114018,167619],[585,340],[-61,96],[-14,-2],[-42,65],[763,484],[214,153],[209,101],[-76,106],[358,212],[223,140]],[[116177,169314],[8,-13],[30,-48],[44,-68],[153,-234],[72,-133],[0,-8],[33,-61],[9,-18],[10,-15],[12,-15],[16,-34],[67,-136],[168,-270]],[[125493,165293],[357,-310],[261,-227],[4,-5],[17,-18],[18,-17],[165,-146],[5,-2],[107,-42],[9,-3],[147,-30],[11,-3],[274,-115],[12,-4],[224,4],[456,-303],[18,-8],[862,-400],[19,-3],[423,38],[114,47],[41,12],[164,90],[418,-365]],[[129619,163483],[-626,-671],[-1087,-1145],[-1144,-1180],[-2146,-2101]],[[124616,158386],[-338,-344],[-785,-804],[-362,-407],[-439,-488],[-540,450],[770,776],[21,31],[559,576],[-284,368],[-154,141],[-335,288],[-407,352],[-725,642],[-191,-198],[-1573,1407],[1325,1401],[-957,871],[-1947,-2057]],[[118254,161391],[-402,350],[-566,495],[255,201]],[[117541,162437],[184,224],[128,93],[394,288],[-24,80],[848,876]],[[119071,163998],[166,170],[-100,94],[1411,1442],[-24,23],[83,81],[1247,1190],[146,141]],[[122000,167139],[86,-50],[1335,-679],[524,-270],[-19,-21],[214,-187],[13,2],[20,1],[11,0],[17,1],[16,-1],[12,-3],[12,-2],[16,-5],[16,-5],[26,-9],[218,222],[322,-272],[85,-73],[569,-495]],[[118220,184932],[17,-12],[39,0],[36,0],[19,-9],[-12,-51],[0,-82],[0,-27],[-14,-12],[10,-24],[6,-51],[15,-25],[-2,-31],[-13,-8],[-12,-30],[-35,-38],[-23,-6],[-36,-9],[-30,-5],[-26,-17],[-38,-5],[-62,24],[-30,22],[-26,110],[-19,74],[0,30],[12,12],[54,39],[13,37],[12,24],[13,22],[23,14],[29,17],[36,3],[33,10],[11,4]],[[116736,166067],[337,-553],[363,-328],[143,-234],[-27,-5],[-86,1],[-95,18],[-224,17],[-507,-292]],[[116640,164691],[-8,17],[-433,-249],[-936,-547],[-36,-24],[16,87],[-9,51],[-389,-223],[114,-189],[-211,-125],[-65,-109],[-150,-88],[-99,132],[-225,-239],[-188,100],[-430,-429],[-442,-449],[-15,7],[-20,315],[2,51],[6,41],[38,211],[6,32],[2,454],[3,26],[92,395],[3,36],[-5,27],[-12,27],[-15,30],[-20,27],[-214,192],[-385,346]],[[112615,164624],[626,547],[22,-25],[252,153],[-27,41],[617,358],[104,68],[210,338]],[[42640,152494],[1468,-1389],[-24,-24],[4183,-3846],[366,359],[1921,-1814],[-206,-209],[1898,-1759],[-18,-14],[1918,-1749],[-1599,-1597],[1509,-1365]],[[54056,139087],[-5379,-5254]],[[48677,133833],[-1462,1343],[-1382,-1379],[-969,888]],[[44864,134685],[-479,444],[-2381,2216],[375,308],[-2119,2056],[3079,2892],[-2273,2180],[614,585],[-1715,1599],[-228,-231],[-114,95],[-1392,1379]],[[38231,148208],[4409,4286]],[[96737,142313],[1,-11],[-2,-39],[-9,-17],[-4,-18],[-13,-18],[-17,-31],[-4,-21],[4,-24],[-8,-7],[-10,-4],[-22,-3],[-14,-17],[-12,-16],[-22,2],[-24,-17],[-27,-13],[-18,-17],[-3,-7],[-8,-23],[-17,-6],[-9,-1],[-31,4],[-17,2],[-19,4],[-38,-7],[-24,-21],[-27,-15],[-31,-14],[-21,4],[-26,-10],[-11,-5],[-28,-21],[-15,-6],[-11,-9],[-24,-2],[-5,3],[-38,-1],[-22,-5],[-39,-18],[-7,-1],[-22,-4],[-6,-12],[-5,-6],[-9,-4],[-13,-16],[-15,-6],[-10,0],[-15,-2],[-7,-23],[-1,-11],[1,-10],[3,-13],[-16,-4],[-15,10],[-6,-1],[-33,-11],[-37,-24],[-11,-15],[-13,-10],[-52,-13],[-10,-5],[-36,-10],[-26,7],[-13,-2],[-17,-16],[-7,-21],[-16,-16],[-40,-3],[-6,-10],[-11,-22],[-21,-23],[-20,-27],[-5,-17],[-3,-23],[0,-18],[-4,-35],[-2,-37],[-19,-4],[-36,-8],[-12,-7],[-20,-26],[-7,-15],[-24,5],[-19,-9],[-8,-1],[-17,0],[-7,-13],[-2,-8],[-10,-8],[-6,-7],[-9,-10],[-11,-4],[-23,-4],[-31,-13],[-21,12],[-22,16],[-27,12],[-43,4],[-25,12],[-22,2],[-19,9],[-20,5],[-13,6],[-10,18],[-3,7],[-15,12],[-33,16],[-5,-1],[-4,-3],[-4,-12],[-4,-17],[-3,-16],[4,-14],[7,-13],[4,-16],[1,-12],[-13,-11],[-14,-3],[-18,-9],[-5,-7],[-9,-15],[-36,-3],[-40,-11],[-44,-11],[-15,-4],[-24,10],[-10,17],[-5,8],[-19,20],[-26,5],[-20,4],[-34,17],[-35,-1],[-28,-10],[-26,-10],[-34,0],[-20,9],[-49,36],[-27,13],[-36,6],[-25,-15],[-27,-14],[-28,-10],[-37,-1],[-14,-18],[7,-9],[39,-24],[5,-9],[0,-16],[-11,-26],[-7,-3],[-9,-7],[-11,-9],[-19,-5],[-17,3],[-13,6],[-19,10],[-31,5],[-18,7],[-29,1],[-16,22],[-14,9],[-27,-5],[-25,-13],[-31,0],[-18,5],[-12,0],[-17,-11],[-11,3],[-18,8],[-10,0],[-32,-3],[-29,-16],[-11,-4],[-7,-12],[12,-31],[-2,-11],[-17,-13],[-24,-12],[-8,-9],[-22,-15],[-21,-7],[-9,-12],[-4,-26],[-12,-17],[-14,-8],[-16,0],[-19,0],[-18,-6],[-2,-14],[-3,-13],[-8,-13],[-19,-23],[-9,-11],[-31,-25],[-3,-10],[6,-33],[-10,-19],[-8,-2],[-15,-3],[-13,-15],[-8,-5],[-13,5],[-20,15],[-19,8],[-33,1],[-17,5],[-15,3],[-13,5],[-15,23],[-13,14],[-23,-1],[-19,18],[0,16],[14,27],[-10,24],[-9,9],[-20,9],[-21,7],[-31,5],[-17,0],[-11,-4],[-11,-15],[-26,-14],[-21,-9],[-7,1],[-22,7],[-11,1],[-13,4],[-23,-15],[-19,-5],[-11,-14],[-4,-15],[6,-29],[6,-26],[-18,-6],[-24,7],[-20,12],[-5,4],[-11,16],[-20,52],[-11,4],[-18,1],[-24,6],[-20,-3],[-40,12],[-40,-17],[-28,-6],[-12,-19],[-5,-11],[-62,-20],[-37,-26],[-13,-23],[-7,-24],[-11,-24],[-19,-27],[-31,-14],[-17,-5],[-22,-8],[-6,-4],[-11,-24],[-19,-18],[-13,15],[-14,10],[-20,7],[-39,16],[-19,14],[-12,-1],[-21,-26],[-14,-9],[-20,-11],[-36,-33],[-17,-2],[-34,-14],[-25,-36],[-17,-18],[-21,-2],[-19,0],[-48,-11],[-14,-2],[-35,-2],[-18,4],[-6,13],[0,22],[3,35],[-10,14],[-24,44],[-10,32],[-5,9],[-10,1],[-16,-16],[-21,-25],[-11,28],[-2,24],[3,29],[-1,11],[-10,17],[-36,12],[-36,29],[-8,2],[-8,-1],[-7,-2],[-12,-7],[-11,-7],[-7,-2],[-14,2],[-18,3],[-32,20],[-21,29],[-17,38],[-21,3],[-44,-30],[-10,3],[-28,14],[-13,2],[-16,-12],[-28,-29],[-11,-8],[-14,-4],[-25,-4],[-28,-11],[-39,10],[-30,1],[-7,9],[-10,24],[-10,22],[-3,7],[-16,13],[-31,16],[-28,11],[-26,6],[-29,-2],[-9,-3],[-20,-26],[-7,-11],[-37,-8],[-38,-18],[-17,-20],[-11,-11],[-5,9],[-9,23],[-24,12],[-43,4],[-47,-8],[-7,3],[-26,-2],[-41,-19],[-34,-10],[-15,-13],[-27,-8],[-32,22],[-14,25],[-13,10],[-16,-4],[-10,-8],[-9,-15],[-34,-15],[-17,-2],[-16,5],[-12,-9],[-12,-5],[-32,-14],[-18,-4],[-32,-6],[-28,-13],[-18,-2],[-17,6],[-7,2],[-16,-4],[-23,-17],[-9,-29],[-20,-32],[-11,-22],[-5,-8],[-13,-3],[-25,1],[-38,8],[-20,-9],[-11,-24],[-6,-29],[-3,-10],[-34,5],[-10,0],[-23,-4],[-14,8],[-3,20],[2,6],[22,21],[-7,9],[-19,21],[0,8],[-2,19],[-16,5],[-16,3],[-13,-1],[-20,-7],[-17,-11],[-34,-9],[-13,0],[-22,4],[-20,-1],[-12,-8],[0,-6],[-4,-23],[-4,-11],[-22,-11],[-28,17],[-10,-1],[-10,-7],[-23,-15],[-11,0],[-4,4],[-4,5],[-2,18],[-4,8],[-19,12],[-11,3],[-19,1],[-26,-2],[-42,-30],[-14,3],[-8,3],[-17,-14],[-7,-29],[6,-24],[25,-19],[11,-12],[6,-21],[7,-17],[7,-4],[21,-13],[10,-7],[4,-7],[-5,-19],[-5,-4],[-16,-18],[-9,-8],[-20,-11],[-13,0],[-17,1],[-13,-4],[-15,4],[-15,7],[-25,11],[-20,4],[-25,4],[-11,-9],[-8,-11],[-18,0],[-5,2],[-18,6],[-30,3],[-18,3],[-10,1],[-22,-5],[-6,-1],[-10,6],[-15,18],[-16,19],[-6,2],[-18,-1],[-15,-1],[-14,1],[-11,2],[-7,1],[-9,-1],[-11,-6],[-11,0],[-8,2],[-13,8],[-8,7],[-5,5],[-4,5],[-14,10],[-21,8],[-18,-8],[-15,-11],[-7,-24],[-18,-15],[-29,-14],[-30,-22],[-21,-28],[-14,-30],[-23,-18],[-24,-13],[-21,-19],[-32,-28],[-22,-22],[-24,-26],[-30,-9],[-32,4],[-35,1],[-24,-21],[-21,-6],[-20,-11],[-25,-16],[-14,-14],[-20,-25],[-11,-15],[-28,-5],[-30,20],[-16,32],[-15,27],[-12,22],[-18,5],[-9,-18],[9,-22],[1,-23],[-10,-19],[-1,-28],[-9,-22],[-13,-17],[-21,-19],[-19,-14],[-48,-4],[-30,-1],[-19,-17],[-21,-26],[-18,-29],[-11,-35],[-25,-19],[-58,2],[-45,3],[-37,-2],[-36,-5],[-29,-26],[-19,-44],[-12,-26],[-3,-37],[-27,-9],[-47,-2],[-33,-6],[-28,-24],[-43,-31],[-18,-15],[6,-31],[24,-37],[-5,-31],[-30,-7],[-38,-8],[-43,-4],[-21,-9],[-15,-18],[-26,-3],[-18,-10],[-24,-12],[-33,1],[-32,20],[-22,19],[-23,5],[-17,-19],[-31,-14],[-36,-10],[-42,-3],[-35,2],[-34,0],[-26,-8],[-36,-5],[-26,-22],[-23,-16],[-28,-7],[-20,6],[-37,25],[-25,14],[-45,6],[-48,6],[-26,5],[-49,2],[-18,-8],[-3,-24],[2,-25],[-15,-17],[-35,-3],[-24,-4],[-31,-7],[-23,-3],[-21,8],[-15,11],[-20,13],[-8,21],[-15,14],[-38,2],[-33,-3],[-44,-5],[-33,4],[-18,16],[-20,29],[-30,-26],[-19,-19],[-35,-10],[-41,-13],[-35,-11],[-43,-3],[-47,-1],[-30,-18],[-35,-23],[-40,-21],[-28,-14],[-43,-9],[-40,3],[-25,-11],[-26,-25],[-31,-16],[-33,-19],[-19,7],[-23,24],[-17,5],[-25,-14],[-24,-12],[-25,5],[-19,25],[-23,22],[-18,28],[-30,7],[-33,3],[-28,14],[-36,14],[-35,7],[-24,4],[-34,13],[-27,24],[-20,34],[-24,36],[-16,38],[-26,25],[-34,9],[-27,2],[-20,29],[-23,29],[-24,37],[-14,26],[-23,14],[-36,14],[-24,5],[-12,23],[-3,50],[6,35],[2,41],[-5,38],[-1,30],[15,40],[-26,31],[-39,-2],[-25,-17],[-23,-20],[-38,-7],[-25,12],[-31,5],[-29,14],[-14,32],[-6,27],[-4,22],[-30,12],[-23,-11],[-22,14],[-3,18],[-1,32],[-12,15],[-29,12],[-30,-10],[-19,-15],[-15,-26],[-14,-25],[-18,-15],[-14,-8],[-25,-10],[-21,0],[-14,-5],[-11,-11],[-12,-10]],[[84796,140264],[-6,6],[-26,1],[-22,-1],[-20,-7],[-20,2],[-23,7],[-31,1],[-30,-13],[-21,-16],[-32,-10],[-24,-5],[-20,-2],[-22,-3],[-17,-3],[-22,1],[-31,2],[-27,0],[-19,-15],[-25,-21],[-31,-7],[-35,0],[-48,5],[-41,6],[-19,17],[-18,22],[-28,11],[-20,-10],[-9,-22],[-22,-16],[-20,-7],[-21,2],[-11,1],[-25,0],[-30,-2],[-7,19],[-1,28],[-2,22],[-28,4],[-30,-3],[-23,-15],[-16,-21],[-13,-19],[-36,-3],[-21,-12],[-25,-20],[-27,-7],[-20,-12],[-30,-3],[-40,-1],[-12,12],[-11,20],[-25,12],[-24,-5],[-21,-15],[-19,-24],[-11,-17],[-6,-23],[-8,-26],[-11,-19],[-26,-10],[-18,8],[-20,5],[-30,9],[-20,-4],[-21,-11],[-22,-13],[-4,-25],[5,-27],[-13,-26],[-26,4],[-24,19],[-18,21],[-22,7],[-23,-4],[-14,-13],[-11,-15],[-16,-17],[-13,-25],[-19,-34],[-12,-26],[-28,-21],[-45,-6],[-30,-3],[-37,0],[-28,4],[-16,9],[-13,23],[-17,24],[-18,20],[-25,11],[-31,7],[-31,12],[-25,1],[-28,4],[-12,10],[-9,18],[-13,21],[-15,7],[-25,9],[-27,-3],[-12,-13],[-29,-17],[-34,-15],[-24,0],[-26,11],[-27,-19],[-23,-30],[-20,-11],[-30,-8],[-32,-7],[-30,-9],[-27,-19],[-34,-9],[-6,-15],[-2,-25],[4,-34],[-8,-22],[-26,-9],[-31,-2],[-12,-17],[2,-25],[-4,-22],[-23,-14],[-30,-6],[-31,-12],[-33,-1],[-27,1],[-32,4],[-13,18],[2,17],[9,16],[-6,17],[4,18],[7,15],[-14,29],[-21,10],[-33,1],[-31,0],[-25,-1],[-26,6],[-24,15],[-15,-1],[-29,-4],[-28,4],[-30,7],[-16,-14],[-21,-16],[-25,-9],[-26,-1],[-18,-12],[-8,-19],[-15,-37],[-17,0],[-25,1],[-23,-8],[-19,-10],[-13,-23],[-12,-22],[-23,-16],[-12,-22],[-6,-26],[-8,-31],[-7,-24],[-20,-20],[-12,-11],[-23,2],[-24,18],[-23,12],[-9,-8],[5,-28],[4,-30],[-8,-25],[-6,-20],[-15,-22],[-5,-21],[-10,-18],[-24,-10],[-24,-12],[-35,-7],[-23,-12],[-14,-19],[2,-29],[-9,-24],[-12,-32],[-8,-15],[-17,-6],[-37,4],[-24,6],[-31,-7],[-26,-5],[-23,0],[-11,-14],[-9,-18],[-17,-13],[-13,-14],[-14,-13],[-26,0],[-24,3],[-20,-17],[-9,-20],[-13,-17],[-17,-7],[-24,-7],[-16,-18],[-6,-18],[8,-13],[13,-16],[17,-25],[-3,-30],[-2,-27],[11,-21],[15,-18],[14,-29],[14,-19],[-7,-25],[0,-29],[-1,-19],[-18,-19],[-4,-28],[-5,-21],[-12,-16],[-7,-14],[4,-19],[0,-18],[1,-22],[-1,-34],[-7,-22],[-16,-27],[-9,-23],[16,-29],[16,-17],[-2,-17],[-14,-15],[-21,-1],[-20,4],[-22,4],[-20,0],[-13,-14],[-15,-10],[-19,-9],[-15,-12],[-11,-16],[-24,-11],[-22,-4],[-6,-9],[-9,-26],[-21,-14],[-12,-12],[-4,-15],[-10,-20],[-8,-16],[-4,-14],[18,-4],[29,-4],[11,-11],[6,-14],[2,-18],[-2,-14],[-25,-2],[-33,1],[-8,-10],[-11,-14],[-12,-6],[-10,-8],[-6,-13],[-11,-7],[-9,-9],[-3919,3558],[-1440,-1432],[-2198,2093]],[[72956,142330],[-115,103],[2345,2359],[1244,-1119],[10,11],[18,6],[22,7],[19,4],[17,3],[16,15],[12,16],[14,6],[17,5],[22,12],[15,13],[10,6],[21,2],[20,9],[23,24],[11,12],[27,12],[19,13],[16,8],[25,12],[15,12],[22,12],[18,11],[20,7],[16,10],[18,9],[17,13],[12,-4],[15,-1],[19,6],[13,4],[18,-2],[22,5],[20,2],[26,7],[19,-8],[19,-16],[17,-14],[20,-7],[23,2],[14,6],[2,14],[0,29],[5,22],[5,22],[7,28],[10,17],[43,25],[18,18],[14,25],[-1,23],[-24,25],[-7,20],[8,15],[12,13],[-1,14],[-15,10],[-18,-3],[-28,-6],[-32,-1],[-27,9],[-17,17],[2,16],[9,22],[13,24],[5,24],[-14,18],[-21,5],[-28,-6],[-27,3],[-25,24],[-3,26],[15,32],[52,38],[27,29],[30,39],[23,38],[20,33],[31,18],[36,0],[53,8],[15,37],[7,34],[4,26],[22,11],[40,12],[24,30],[28,29],[25,19],[16,28],[24,22],[22,15],[28,15],[25,20],[15,24],[-5,17],[-29,20],[-16,9],[-22,15],[-16,20],[-19,31],[-24,7],[-30,2],[-19,-8],[-14,-24],[-9,-18],[-24,7],[-11,7],[-38,-17],[-21,-13],[-14,-15],[-6,-25],[-31,-13],[-39,-3],[-33,-8],[-31,1],[-26,15],[-17,29],[-20,27],[-11,28],[8,49],[25,12],[25,23],[18,29],[7,46],[5,18],[23,23],[4,29],[-17,33],[2,34],[-1,24],[-1,24],[-2,25],[3,17],[-1,18],[9,27],[-9,29],[-12,25],[-6,12],[-5,22],[-13,17],[-19,26],[-11,19],[-25,34],[-19,27],[-4,12],[12,23],[0,18],[-3,18],[-5,19],[-19,22],[-24,16],[-24,12],[-14,9],[-21,18],[-1,17],[16,11],[22,13],[18,3],[16,-5],[32,3],[16,0],[14,-17],[14,-13],[17,-3],[23,-1],[12,23],[4,19],[2,24],[1,28],[5,30],[13,23],[17,20],[18,20],[21,18],[21,24],[-7,27],[-10,22],[6,20],[21,13],[27,11],[31,13],[17,9],[20,27],[14,22],[17,20],[30,23],[21,17],[16,22],[25,25],[13,16],[6,34],[11,24],[18,21],[1,29],[13,18],[23,23],[19,34],[14,21],[23,18],[8,31],[4,30],[-7,37],[-18,32],[0,29],[-3,34],[12,21],[7,31],[-10,24],[-4,35],[10,30],[18,36],[14,33],[12,29],[-4,23],[-5,17],[-8,27],[-10,30],[-16,18],[-18,0],[-17,-5],[-22,-1],[-21,14],[-14,28],[-15,21],[-18,35],[-17,26],[-21,25],[-12,34],[-20,24],[-26,25],[-34,27],[-25,23],[-29,33],[-14,28],[-4,33],[1,29],[-9,41],[-9,32],[-19,39],[-28,28],[-13,38],[3,31],[8,20],[11,14],[15,29],[21,16],[24,9],[31,3],[34,8],[31,26],[14,24],[10,24],[18,23],[18,7],[23,5],[40,10],[31,10],[35,10],[24,15],[15,28],[6,23],[17,31],[8,29],[-12,31],[-7,32],[8,32],[14,25],[17,27],[6,28],[-20,23],[-11,17],[6,32],[26,16],[36,12],[14,17],[10,24],[14,17],[21,2],[17,-11],[15,-8],[9,-16],[12,-12],[16,-20],[25,1],[4,9],[2,15],[8,14],[25,-10],[31,-4],[20,4],[21,13],[16,35],[13,25],[13,24],[18,24],[24,23],[15,28],[21,10],[27,11],[33,-2],[21,3],[26,16],[30,17],[50,26],[17,12],[33,31],[13,12],[21,17],[11,10],[11,3],[28,7],[16,4],[23,14],[25,8],[25,8],[24,17],[19,22],[15,20],[12,22],[12,11],[12,24],[5,25],[33,21],[33,12],[39,19],[27,9],[27,14],[24,11],[33,14],[23,7],[39,7],[35,5],[31,17],[25,20],[14,18],[12,30],[11,22],[21,20],[26,19],[25,13],[54,17],[13,18],[32,21],[26,17],[16,22],[11,22],[20,19],[43,14],[39,9],[25,1],[18,27],[14,28],[18,30],[19,21],[38,27],[23,6],[40,5],[46,1],[32,-4],[29,-12],[43,7],[26,6],[35,8],[41,10],[29,10],[45,26],[34,37],[21,32],[31,28],[40,31],[66,8],[55,0],[104,-1],[49,2],[56,3],[51,-3],[56,-12],[48,-8],[36,-20],[23,-11],[47,-21],[18,-15],[38,-12],[30,0],[53,3],[25,-7],[10,-7],[17,-9],[26,-10],[35,3],[31,-9],[25,-27],[22,-7],[33,7],[35,10],[32,1],[28,-9],[14,-18],[18,-20],[27,-14],[30,1],[24,-23],[22,-12],[19,-13],[25,-3],[30,-4],[23,-6],[20,-24],[20,-14],[22,-8],[32,-1],[29,-17],[36,-4],[27,6],[20,1],[34,-20],[26,-8],[24,-9],[34,-9],[34,-8],[30,-2],[26,-4],[42,-16],[38,-26],[29,0],[39,14],[28,0],[31,-4],[25,-2],[12,8],[26,10],[15,8],[20,6],[34,9],[30,12],[33,14],[18,8],[42,10],[26,6],[35,11],[21,2],[32,7],[29,2],[23,2],[27,13],[38,24],[21,17],[25,13],[15,9],[27,17],[22,18],[20,27],[14,23],[10,23],[6,24],[3,14],[12,18],[18,8],[18,9],[18,14],[11,12],[32,27],[17,3],[28,7],[12,3],[32,22],[20,16],[17,11],[27,6],[24,-1],[32,18],[19,21],[28,24],[20,-7],[27,-23],[21,-21],[21,-7],[21,0],[27,6]],[[83066,149801],[27,9],[17,-10],[22,-8],[29,9],[30,10],[27,0],[36,-20],[34,-21],[41,5],[24,4],[25,-6],[26,-10],[33,-3],[17,7],[8,13],[5,20],[-1,22],[-4,19],[5,18],[17,11],[20,-4],[9,-16],[3,-24],[2,-18],[12,-19],[24,-1],[22,10],[25,2],[23,-16],[12,-12],[25,3],[21,2],[23,6],[29,15],[31,19],[12,10],[13,14],[0,32],[3,30],[9,23],[11,27],[11,23],[17,18],[27,8],[18,-3],[11,-14],[-4,-21],[-14,-14],[-16,-18],[-9,-30],[-1,-22],[9,-18],[23,-10],[54,-17],[26,1],[25,12],[23,12],[30,7],[18,3],[21,-2],[17,-8],[17,-4],[26,4],[8,9],[24,18],[19,16],[24,11],[12,5],[17,0],[19,-6],[17,-4],[19,10],[18,11],[25,8],[19,-2],[15,-7],[17,-9],[24,1],[21,1],[14,-2],[16,-13],[22,-14],[23,-12],[27,-4],[20,2],[21,5],[23,5],[19,2],[15,3],[21,7],[23,-2],[25,1],[20,1],[13,-13],[13,-11],[13,-14],[18,-11],[25,10],[26,5],[20,-11],[23,11],[13,20],[31,11],[14,16],[11,20],[21,21],[8,22],[15,20],[8,13],[14,14],[20,6],[-6,-25],[4,-24],[6,-18],[-11,-17],[-10,-21],[11,-19],[6,-14],[5,-15],[6,15],[1,21],[4,12],[18,9],[24,27],[-7,13],[-27,13],[0,20],[3,16],[4,15],[16,11],[26,-3],[22,-3],[22,0],[34,1],[27,1],[31,3],[21,0],[29,0],[26,2],[19,0],[25,1],[17,8],[21,6],[16,-8],[15,-5],[21,-2],[19,-13],[23,-8],[23,0],[19,9],[38,16],[23,12],[41,10],[30,12],[26,8],[24,4],[29,0],[19,3],[16,5],[26,4],[29,4],[16,6],[17,2],[30,11],[17,5],[25,-6],[12,-1],[8,-17],[8,-12],[7,-18],[5,-18],[5,-13],[16,-6],[17,10],[15,17],[10,31],[22,16],[26,19],[17,20],[35,9],[17,13],[22,9],[29,4],[24,5],[21,15],[14,9],[14,-9],[12,-12],[15,-9],[22,-2],[23,1],[29,3],[26,-3],[24,8],[10,24],[9,27],[9,21],[1,20],[5,31],[14,24],[13,21],[21,18],[20,20],[12,21],[5,21],[15,26],[16,13],[14,12],[12,13],[15,11],[17,-6],[13,-11],[11,-18],[11,-21],[10,-15],[11,-17],[22,-19],[13,-18],[4,-19],[0,-18],[1,-20],[17,-3],[24,3],[22,4],[15,17],[16,19],[13,4],[5,-18],[-3,-21],[21,-21],[11,2],[11,3],[16,0],[8,0],[14,-2],[10,-1],[15,-3],[4,-9],[5,-17],[13,-12],[12,-8],[16,-8],[25,-13],[16,-8],[29,-15],[28,-6],[21,-2],[20,2],[15,20],[2,17],[3,26],[4,15],[18,4],[18,4],[20,11],[13,16],[12,11],[15,2],[20,-1],[15,0],[12,5],[12,15],[11,11],[15,-6],[17,-13],[33,-2],[19,5],[17,2],[17,2],[25,-8],[15,-5],[23,5],[6,16],[8,14],[11,8],[21,3],[19,-6],[31,0],[19,0],[17,-3],[14,-13],[5,-17],[6,-14],[-8,-18],[-10,-20],[2,-18],[9,-13],[24,-12],[24,6],[21,12],[27,10],[21,-2],[25,2],[23,3],[37,0],[23,0],[43,5],[21,7],[29,1],[34,0],[22,0],[26,1],[30,-10],[25,-10],[26,-15],[15,-19],[19,-11],[29,-10],[15,-4],[32,1],[23,9],[24,22],[25,22],[24,9],[23,12],[19,26],[21,26],[25,7],[24,11],[21,10],[25,6],[27,0],[19,-11],[23,-6],[32,7],[33,-6],[27,-11],[20,-15],[19,-22],[20,-14],[27,-1],[24,8],[13,18],[15,23],[18,13],[19,1],[16,-15],[13,-19],[10,-25],[22,-16],[11,-12],[7,-21],[14,-32],[17,-38],[25,-7],[17,-4],[16,-7],[10,-16],[-2,-15],[-8,-15],[-13,-10],[-4,-18],[5,-21],[0,-33],[3,-16],[4,-25],[7,-24],[5,-19],[11,-20],[20,-7],[29,1],[29,11],[20,3],[13,-15],[18,-27],[23,-22],[18,-9],[20,-10],[29,-11],[16,-9],[3,-23],[1,-33],[26,-28],[23,-43],[34,-47],[30,-28],[5,-2],[5,-3],[5,-4],[2,-6],[1,-5],[-5,-9],[-4,-6],[-5,-8],[-2,-9],[1,-7],[4,-8],[8,-12],[4,-7],[1,-8],[-1,-7],[2,-7],[3,-6],[3,-7],[5,-7],[6,-4],[5,-4],[5,-5],[4,-6],[9,-8],[7,-7],[4,-4],[3,-7],[3,-7],[2,-10],[2,-8],[6,-10],[8,-10],[10,-6],[10,-7],[9,-7],[8,-4],[8,-2],[11,0],[9,3],[15,4],[16,7],[5,1],[7,2],[10,2],[6,2],[5,0],[12,0],[14,2],[15,2],[7,1],[8,2],[8,2],[8,2],[6,-1],[7,-2],[7,-1],[9,-3],[5,-3],[12,-4],[12,-4],[16,-3],[12,-4],[12,-2],[11,-2],[8,-1],[16,-2],[6,-2],[7,-4],[9,-4],[8,-4],[9,0],[9,-1],[14,-2],[12,-1],[12,2],[16,1],[13,0],[12,0],[11,-2],[12,-3],[10,-2],[6,0],[7,0],[9,-1],[15,3],[13,3],[10,4],[11,5],[10,4],[6,0],[4,-2],[6,-4],[6,-9],[10,-15],[4,-5],[11,-6],[16,-10],[19,-8],[9,-4],[9,-3],[13,-5],[6,-1],[9,-4],[10,-5],[8,-5],[12,-6],[11,-4],[7,-4],[5,-8],[5,-13],[5,-7],[7,-5],[13,-8],[14,-7],[8,-5],[9,-4],[8,-5],[11,-4],[10,-3],[10,-2],[9,0],[14,-1],[10,-1],[7,-1],[8,-4],[5,-3],[5,-7],[2,-5],[4,-11],[4,-12],[1,-10],[4,-10],[1,-7],[3,-16],[3,-10],[3,-7],[5,-4],[11,-2],[9,-1],[7,2],[6,-2],[4,-3],[10,-9],[11,-10],[10,-9],[10,-9],[12,-5],[12,-5],[9,-4],[8,-5],[10,-4],[11,-2],[10,-1],[10,-3],[7,-4],[6,-8],[4,-7],[4,-9],[9,-10],[6,-7],[5,-4],[5,-1],[13,-2],[13,0],[11,-1],[11,-1],[11,-1],[9,-2],[10,-3],[9,-5],[13,-4],[10,-2],[8,-3],[10,-7],[13,-9],[12,-7],[9,-5],[9,-5],[9,-3],[5,-4],[5,-9],[0,-8],[-3,-9],[-1,-6],[-1,-14],[2,-12],[2,-13],[5,-8],[12,-8],[10,-9],[11,-7],[11,-5],[11,-4],[11,1],[8,2],[9,1],[11,-1],[10,0],[7,-1],[22,0],[15,-1],[15,0],[15,-4],[15,-5],[15,-3],[17,-3],[14,-2],[10,0],[14,0],[14,0],[17,-2],[15,0],[9,-1],[5,-3],[11,-10],[12,-11],[12,-16],[8,-18],[9,-14],[7,-10],[6,-6],[9,-4],[11,-8],[8,-9],[9,-7],[10,-5],[13,-6],[10,-7],[18,-8],[10,-7],[5,-9],[5,-6],[12,2],[10,5],[11,6],[13,7],[13,7],[13,4],[19,4],[10,2],[15,-1],[16,-5],[10,-6],[11,-7],[7,-6],[16,-9],[13,-7],[15,-4],[14,-3],[12,-4],[9,-4],[15,-15],[8,-14],[9,-12],[6,-13],[5,-7],[9,-12],[9,-9],[10,-11],[5,-10],[12,-15],[10,-19],[6,-11],[2,-6],[5,-16],[4,-9],[11,-12],[14,-8],[18,-12],[15,-7],[25,-13],[19,-7],[13,-10],[11,-8],[15,-2],[18,1],[13,5],[11,5],[12,6],[9,5],[17,0],[9,-3],[8,-9],[10,-7],[14,-6],[14,-7],[23,-11],[16,-8],[11,-3],[17,-3],[17,-1],[15,1],[17,2],[17,3],[15,5],[22,0],[13,2],[11,2],[9,3],[-6,-107],[0,-8],[7,-8],[7,-10],[0,-8],[2,-6],[10,-4],[11,4],[4,6],[8,5],[7,-4],[4,-7],[9,-8],[3,-4],[6,-4],[10,-5],[10,3],[20,3],[21,7],[11,-4],[10,-2],[5,-3],[7,-5],[2,-7],[-1,-7],[9,-2],[6,6],[-2,8],[6,7],[15,0],[18,2],[19,1],[18,1],[14,1],[18,2],[10,7],[12,14],[18,14],[13,12],[14,11],[16,4],[21,4],[19,9],[15,6],[12,7],[11,3],[7,2],[7,7],[3,13],[-5,12],[-4,11],[-7,7],[-6,10],[-6,9],[-7,7],[-10,14],[-7,8],[-11,14],[-8,11],[-5,7],[-3,5],[-1,6],[4,5],[7,-1],[7,-2],[6,-4],[8,-3],[5,-4],[4,-6],[4,-8],[7,-8],[8,-4],[6,-3],[17,-5],[10,-4],[10,-6],[9,-5],[14,-1],[19,-1],[16,-5],[9,-9],[9,1],[6,4],[12,21],[4,6],[11,5],[16,6],[11,4],[9,9],[5,11],[2,12],[6,8],[10,0],[8,-6],[9,-7],[8,-4],[15,-3],[-1444,-1529],[430,-387],[584,-519],[20,21],[874,-751],[100,100],[682,-627],[1044,-958],[1583,-1453],[11,-10]],[[34020,149601],[2825,-2695],[1386,1302]],[[44864,134685],[-345,-340],[-948,871],[-2423,-2367],[-452,417],[-431,-428],[-93,85],[-412,-407],[-83,79],[-652,-643],[-316,294],[-908,-884],[-691,643],[-816,-765],[-88,77],[-3083,-2832],[242,-234],[11,8],[294,-302],[-532,-488],[126,-122],[-143,-126],[-118,120],[-166,-149],[56,-59],[-442,-388],[-932,889],[-759,-693]],[[30760,126941],[-42,82],[-1007,989],[-28,-29],[-1151,1136],[-774,-710],[-615,614]],[[27143,129023],[2856,2629],[-8060,7894],[2174,2032]],[[24113,141578],[5496,5177],[-730,710],[1842,1712],[1435,-1362],[1864,1786]],[[20960,123427],[-3056,-2823]],[[17904,120604],[-450,1616],[-7209,6819]],[[10245,129039],[-6090,5808]],[[4155,134847],[6462,6136],[-204,195],[7113,6680]],[[17526,147858],[4805,-4644],[46,42],[1736,-1678]],[[27143,129023],[-3288,-2987],[-43,-19],[-2852,-2590]],[[112727,143615],[13,11],[22,6],[11,-4],[13,-9],[25,-17],[33,-20],[17,0],[21,7],[12,7],[29,17],[18,13],[22,14],[29,17],[18,18],[11,28],[7,25],[1,28],[2,28],[4,31],[6,30],[16,25],[13,11],[25,19],[14,11],[13,18],[8,23],[5,21],[10,14],[8,16],[-1,23],[-7,18],[-1,16],[13,15],[11,20],[9,22],[0,19],[-9,22],[-6,24],[0,18],[6,18],[13,7],[19,2],[16,-11],[17,-10],[20,-13],[12,-10],[18,-14],[22,-6],[15,-7],[11,-14],[12,-16],[4,-12],[12,-14],[16,-16],[19,-8],[17,-18],[13,-19],[15,-18],[15,-16],[13,-9],[19,-11],[16,-9],[10,-7],[11,-10],[10,-16],[16,-17],[10,-14],[23,-16],[8,-7],[15,-13],[13,-13],[7,-9],[19,-22],[13,-9],[42,-18],[18,-9],[18,-11],[8,-8],[3,-7],[1,-24],[1,-14],[7,-19],[11,-23],[10,-25],[4,-19],[7,-14],[17,-21],[18,-18],[7,-12],[-2,-18],[-6,-19],[-6,-19],[-13,-15],[-15,-14],[-8,-13],[-3,-11],[-1,-15],[-8,-20],[-12,-25],[-14,-22],[-4,-21],[0,-13],[-6,-27],[-3,-18],[-3,-15],[-15,-32],[7,-30],[16,-29],[14,-30],[18,-22],[22,-23],[18,-23],[22,-23],[18,-21],[20,-17],[13,-23],[1,-16],[5,-28],[0,-32]],[[113884,142947],[-2,-9],[-5,-21],[-8,-13],[-9,-11],[-11,-9],[-16,-15],[-16,-7],[-28,-7],[-19,-5],[-33,-12],[-39,-13],[-37,-20],[-17,-11],[-48,-22],[-28,-13],[-32,-20],[-18,-17],[-11,-31],[-8,-30],[-2,-12],[0,-36],[5,-29],[12,-37],[10,-26],[12,-31],[11,-22],[4,-14],[5,-18],[15,-33],[9,-54],[5,-53],[-4,-11],[-14,-12],[-11,-2],[-46,-1],[-17,-7],[-16,-10],[-9,-15],[-4,-13],[-7,-27],[0,-41],[1,-23],[10,-23],[5,-18],[0,-19],[-2,-29],[2,-43],[3,-26],[8,-24],[6,-13],[16,-8],[9,-3],[40,-3],[28,2],[20,1],[13,20],[3,13],[15,19],[23,14],[25,6],[14,-6],[16,-19],[25,-29],[10,-7],[23,-17],[20,-18],[20,-9],[27,-17],[27,-17],[23,-6],[37,-6],[24,-7],[21,-13],[19,-19],[18,-26],[8,-19],[5,-21],[0,-15],[-1,-25],[7,-24],[9,-11],[14,-15],[19,-14],[14,-9],[14,-15],[17,-14],[14,-6],[18,-15],[4,-13],[3,-12],[22,-21],[27,-10],[28,-14],[8,-17],[8,-37],[10,-10],[16,-7],[8,-12],[12,-12],[22,-23],[16,-17],[11,-13],[11,-22],[3,-7],[0,-15],[-5,-11],[-1,-9],[2,-9],[3,-5],[7,-20],[-3,-10],[-11,-14],[-30,-21],[-16,-12],[-12,-17],[-7,-15],[-2,-16],[5,-23],[6,-28],[3,-17],[1,-23],[5,-26],[10,-14],[26,-27],[17,-20],[0,-18],[-5,-27],[-6,-24],[-7,-39],[-1,-28],[7,-34],[10,-26],[11,-24],[34,-38],[19,-21],[22,-14],[28,-18],[38,-19],[8,-8],[12,-25],[8,-24],[6,-10],[7,-4],[15,-3],[26,11],[11,7],[21,7],[30,6],[35,7],[32,7],[26,6],[42,2],[33,5],[34,7],[7,2],[32,1],[24,3],[17,-1],[18,-1],[31,-6],[23,-9],[29,-12],[30,-16],[21,-6],[31,-12],[32,-22],[15,-24],[8,-19],[2,-14],[1,-6],[11,-17],[0,-6],[-1,-7],[-4,-21],[1,-13],[3,-13],[1,-8],[4,-6],[8,-6],[4,-6],[9,-7],[16,-10],[7,-6],[8,-6],[7,-9],[12,-13],[12,-7],[20,-10],[14,-9],[14,-16],[12,-12],[12,-14],[10,-10],[8,-9],[27,-25],[15,-10],[16,-5],[14,3],[30,1],[16,2],[17,-1],[26,-6],[24,-5],[25,-6],[25,-12],[23,-14],[23,-14],[25,-15],[20,-13],[18,-12],[23,-17],[21,-9],[21,-15],[26,-16],[21,-21],[26,-23],[26,-13],[20,-13],[13,-1],[27,-2],[13,-3],[21,-11],[27,-9],[28,-13],[22,-9],[9,-27],[10,-34],[1,-36],[-1,-30],[-1,-28],[1,-15],[0,-28],[-1,-19],[-5,-35],[-6,-37],[-8,-19],[-5,-12],[0,-28],[7,-18],[17,-25],[11,-14],[11,-15],[17,-18],[14,-19],[22,-22],[15,-16],[11,-5],[17,-12],[31,-11],[24,-4],[31,-1],[6,0],[5,1],[10,3],[17,4],[14,0],[30,-2],[29,-7],[18,-12],[20,-19],[4,-5],[14,-18],[11,-18],[13,-10],[17,-10],[19,-9],[5,-3],[19,-9],[13,-3],[13,1],[28,4],[24,3],[24,-3],[29,0],[13,-2],[27,-11],[20,-1],[16,-2],[21,6],[21,9],[20,10],[9,5],[17,13],[18,13],[5,5],[11,12],[3,7],[4,14],[2,14],[3,22],[2,10],[7,21],[3,7],[9,22],[8,12],[11,18],[11,11],[13,16],[22,14],[11,10],[10,7],[9,7],[18,13],[7,9],[11,10],[15,11],[19,23],[5,6],[4,5],[11,8],[14,6],[19,6],[21,4],[22,0],[15,1],[24,0],[29,-6],[20,-10],[14,-12],[11,-11],[7,-8],[12,-14],[10,-10],[16,-19],[13,-3],[25,-6],[21,-6],[13,-5],[11,-8],[9,-8],[8,-11],[10,-19],[7,-18]],[[117406,139510],[-1061,-1060],[-1151,-1240],[-674,-722],[-686,-730],[-1579,-1688],[-1498,-1585],[-3132,2795]],[[107625,135280],[-967,877],[461,458],[-3720,3425],[-207,-201],[-1305,1209],[-388,-372],[-324,303],[65,64],[-341,327],[-427,396],[75,77],[-2021,1897],[187,184],[-866,808],[-84,78],[-50,-48],[-70,73]],[[97643,144835],[-5,12],[-7,13],[-5,10],[-7,10],[-6,9],[-4,11],[0,10],[1,13],[-1,11],[-6,11],[-5,3],[-6,2],[-3,7],[2,5],[2,5],[4,4],[6,5],[6,3],[6,5],[6,4],[6,5],[8,5],[6,6],[3,5],[2,9],[-1,9],[2,7],[2,11],[1,6],[0,6],[-1,9],[-4,7],[-3,5],[-3,6],[-3,7],[-2,7],[-2,8],[-5,10],[-4,8],[-7,7],[-4,2],[-5,3],[-6,1],[-10,6],[-4,7],[-1,7],[2,10],[2,8],[2,7],[1,6],[0,6],[-3,6],[-3,5],[-5,7],[-8,7],[-4,4],[-6,6],[-7,7],[-7,9],[-3,8],[0,11],[6,4],[9,2],[7,2],[4,4],[6,5],[4,5],[5,5],[7,9],[5,7],[3,7],[3,5],[2,6],[2,8],[0,8],[-3,7],[-5,7],[-5,5],[-4,4],[-8,7],[-5,5],[-5,3],[-9,4],[-5,1],[-9,0],[-7,5],[-3,4],[-6,10],[-6,10],[-5,10],[-5,10],[-4,7],[-3,6],[-2,6],[-4,6],[-6,12],[-8,5],[-4,10],[2,11],[2,11],[0,8],[0,7],[-2,10],[-1,7],[-2,7],[-2,4],[-5,3],[-9,6],[-1,8],[6,4],[7,-1],[7,0],[8,-1],[9,1],[10,1],[7,1],[7,1],[8,9],[4,6],[-4,15],[-2,9],[1,7],[4,9],[4,8],[4,6],[7,10],[7,8],[4,7],[4,7],[3,11],[2,7],[2,12],[1,5],[1,8],[2,14],[5,11],[4,8],[3,8],[-1,6],[-1,5],[-1,7],[-1,10],[2,7],[3,13],[4,9],[3,8],[3,7],[4,4],[6,2],[6,2],[7,0],[11,0],[8,0],[6,0],[11,0],[7,-1],[8,1],[6,1],[5,1],[5,1],[6,1],[7,1],[7,1],[5,0],[8,-2],[5,-2],[8,1],[5,0],[8,0],[6,0],[5,0],[9,2],[5,1],[8,2],[6,1],[7,3],[6,3],[7,3],[5,1],[7,2],[5,3],[4,5],[1,7],[-2,9],[-1,8],[1,8],[0,8],[1,6],[3,6],[3,6],[6,4],[4,2],[7,3],[7,0],[9,2],[4,3],[7,5],[5,5],[3,3],[10,4],[9,2],[15,6],[5,3],[5,2],[8,3],[8,3],[9,-2],[9,-7],[8,-8],[7,-6],[11,2],[14,8],[14,8],[5,8],[4,8],[12,14],[8,4],[11,1],[21,-7],[7,-8],[3,-9],[4,-7],[5,-7],[12,-4],[14,-3],[14,1],[23,2],[15,-8],[17,-4],[14,2],[43,3],[9,-1],[16,2],[14,13],[13,12],[10,4],[9,0],[24,-10],[13,-3],[16,-3],[22,-6],[20,-13],[17,-18],[29,-7],[9,1],[20,2],[17,4],[14,-1],[11,-3],[12,1],[5,3],[8,11],[1,12],[1,14],[5,11],[8,7],[12,7],[15,5],[7,2],[6,2],[12,7],[7,7],[12,7],[12,4],[13,-1],[8,-2],[6,-5],[9,-5],[10,-4],[24,0],[11,0],[11,-2],[6,-2],[10,0],[11,2],[13,2],[12,2],[8,1],[9,0],[18,1],[6,2],[9,5],[9,15],[4,25],[22,11],[23,-4],[12,-1],[17,2],[21,-2],[40,3],[12,5],[18,11],[5,2],[3,5],[5,8],[14,12],[10,13],[10,53],[-8,12],[-19,13],[-2,7],[1,22],[-9,30],[8,61],[48,-8],[24,0],[38,24],[11,4],[16,-3],[17,-10],[21,-7],[33,-9],[22,-4],[22,-4],[18,-2],[28,7],[13,14],[29,20],[32,20],[28,14],[26,7],[12,5],[11,7],[14,3],[32,-18],[5,-6],[8,-3],[11,1],[21,-4],[15,-11],[10,-9],[5,-9],[2,-17],[1,-18],[44,-40],[25,-8],[62,-4],[22,-57],[22,-15],[35,-32],[29,14],[54,36],[24,-19],[60,-16],[44,3],[30,21],[32,34],[15,49],[4,18],[16,29],[42,28],[13,30],[9,23],[-14,23],[-9,24],[16,43],[22,58],[27,34],[13,26],[-26,36],[-24,39],[-3,22],[-1,29],[4,15]],[[100214,146753],[7,-11],[8,-13],[9,-34],[51,-52],[10,-32],[-11,-34],[1,-46],[48,-52],[60,-4],[68,-2],[28,11],[39,13],[57,26],[64,57],[38,40],[21,18],[24,18],[30,15],[48,-6],[35,-11],[27,-9],[21,-11],[7,0],[12,0],[23,4],[23,1],[21,3],[21,6],[17,4],[21,6],[21,6],[17,3],[17,6],[20,6],[17,4],[25,9],[31,9],[14,7],[17,10],[27,16],[15,6],[31,14],[12,6],[16,8],[15,16],[24,20],[15,9],[13,10],[13,7],[10,5],[18,1],[6,-2],[10,-6],[13,-10],[8,-6],[8,-3],[12,0],[8,-4],[12,-10],[8,-10],[9,-9],[16,-20],[4,-5],[0,-15],[-2,-8],[-6,-18],[-5,-10],[-6,-6],[-3,-9],[-3,-13],[0,-6],[3,-10],[3,-8],[8,-8],[9,-4],[8,-1],[8,-2],[10,-3],[5,-3],[10,-9],[7,-10],[4,-8],[4,-19],[-3,-13],[3,-15],[4,-7],[12,-13],[15,-14],[8,-5],[19,-8],[14,-14],[4,-5],[12,-10],[11,-9],[8,-7],[8,-10],[9,-19],[12,-25],[4,-5],[8,-8],[5,-3],[7,-5],[18,-10],[12,-14],[9,-10],[7,-18],[3,-6],[1,-13],[-2,-13],[-1,-8],[2,-18],[2,-8],[3,-15],[1,-9],[2,-19],[-1,-12],[0,-10],[1,-11],[3,-6],[8,-5],[7,-4],[12,-5],[7,-7],[7,-9],[7,-12],[2,-12],[2,-11],[0,-6],[-1,-8],[-1,-6],[0,-6],[1,-7],[0,-6],[5,-7],[9,-11],[7,-7],[5,-3],[10,-4],[8,-1],[4,0],[24,4],[6,1],[11,3],[9,1],[9,-1],[11,-4],[11,-8],[8,-10],[5,-9],[1,-6],[1,-13],[2,-8],[2,-11],[3,-9],[3,-8],[3,-5],[4,-6],[9,-10],[5,-4],[11,-9],[8,-6],[14,-9],[9,-6],[6,-3],[10,-5],[8,-4],[15,-1],[6,1],[16,2],[11,2],[8,2],[13,3],[17,9],[14,8],[6,2],[12,2],[7,2],[14,-2],[14,-4],[11,-8],[14,-7],[17,-9],[17,-6],[14,-2],[12,-1],[13,2],[15,1],[13,2],[16,-1],[18,0],[17,-2],[11,2],[10,4],[13,3],[14,4],[8,1],[24,2],[10,4],[10,5],[14,6],[7,3],[8,8],[10,8],[12,19],[10,11],[5,6],[13,11],[9,9],[8,13],[11,16],[9,13],[7,14],[10,16],[5,7],[8,16],[5,8],[7,10],[9,10],[11,18],[10,14],[8,11],[9,9],[6,11],[5,6],[13,9],[12,7],[11,10],[14,15],[12,13],[10,10],[7,6],[8,4],[9,2],[8,3],[19,5],[15,4],[14,1],[13,4],[5,9],[3,9],[3,13],[2,8],[1,11],[2,7],[10,15],[6,4],[8,7],[11,6],[11,3],[22,-2],[17,-3],[19,-5],[19,-3],[14,0],[15,-3],[17,0],[17,4],[8,4],[7,8],[2,10],[-2,12],[-5,11],[-8,13],[-8,15],[-5,8],[-8,13],[-5,11],[-5,19],[-2,11],[-5,10],[-4,6],[-8,6],[-10,8],[-9,4],[-15,1],[-11,1],[-11,2],[-16,4],[-14,9],[-4,6],[-2,8],[-3,13],[0,11],[2,9],[4,14],[9,20],[14,13],[13,13],[11,11],[16,11],[22,10],[19,9],[24,12],[21,9],[15,6],[22,10],[16,6],[19,8],[14,4],[10,5],[22,2],[9,0],[20,-9],[12,-10],[12,-14],[6,-11],[3,-13],[0,-17],[-2,-9],[3,-8],[4,-12],[6,-9],[7,-5],[6,-2],[7,-4],[8,-2],[12,-2],[18,0],[14,2],[9,0],[9,3],[13,12],[7,6],[14,12],[9,8],[8,5],[11,2],[13,1],[14,1],[10,0],[6,0],[12,0],[6,0],[9,3],[11,1],[8,2],[13,2],[11,2],[11,5],[10,4],[15,-2],[5,-3],[3,-7],[2,-7],[1,-16],[-3,-17],[0,-17],[1,-13],[2,-19],[2,-15],[3,-13],[4,-15],[5,-9],[6,-11],[8,-10],[9,-13],[5,-9],[3,-7],[2,-6],[0,-17],[0,-9],[4,-8],[7,-11],[6,-7],[2,-6],[4,-6],[3,-13],[2,-11],[0,-16],[-2,-7],[-4,-6],[-9,-13],[-8,-10],[-11,-13],[-5,-7],[-14,-16],[-11,-12],[-13,-14],[-10,-10],[-8,-10],[-7,-8],[-7,-17],[-6,-14],[-5,-19],[-4,-13],[-2,-12],[-1,-15],[2,-11],[4,-15],[6,-14],[8,-10],[8,-11],[8,-14],[3,-7],[-2,-7],[-5,-10],[-10,-13],[-9,-11],[-5,-4],[-11,-8],[-6,-1],[-10,0],[-11,2],[-22,0],[-13,-3],[-9,-5],[-5,-7],[-6,-12],[-6,-12],[-7,-18],[-5,-15],[-3,-13],[0,-10],[5,-13],[7,-6],[9,-4],[12,-7],[11,-9],[10,-8],[7,-7],[12,-9],[11,-14],[10,-15],[6,-12],[7,-18],[4,-18],[1,-19],[-1,-10],[-1,-13],[-2,-14],[-1,-13],[4,-18],[3,-7],[9,-5],[16,-6],[13,-3],[19,-6],[4,-3],[6,-7],[6,-16],[1,-14],[1,-16],[1,-17],[1,-15],[5,-19],[9,-22],[6,-11],[11,-16],[5,-7],[5,-8],[10,-17],[4,-7],[9,-8],[7,-13],[3,-17],[3,-14],[2,-9],[2,-6],[7,-14],[7,-8],[19,-9],[9,-7],[9,-10],[8,-10],[5,-9],[5,-7],[8,-8],[11,-9],[13,-10],[11,-9],[20,-12],[18,-5],[14,-2],[15,-1],[15,-5],[9,-8],[9,-8],[11,-6],[10,-5],[8,-3],[10,-4],[13,-4],[15,-6],[14,-7],[24,-13],[16,-10],[20,-12],[18,-12],[22,-13],[8,-5],[26,-12],[32,-9],[21,-3],[20,0],[32,1],[29,1],[17,2],[16,3],[6,1],[6,0],[11,0],[23,0],[25,-2],[17,-1],[30,-4],[13,-2],[13,-3],[16,-8],[18,-18],[6,-13],[1,-10],[3,-9],[8,-22],[8,-12],[8,-8],[17,-12],[13,-13],[13,-17],[6,-11],[5,-12],[2,-9],[3,-9],[2,-12],[1,-12],[1,-11],[8,-19],[5,-8],[9,-15],[5,-7],[5,-9],[3,-10],[2,-12],[1,-13],[1,-6],[3,-15],[1,-9],[2,-10],[3,-13],[3,-10],[6,-9],[4,-9],[3,-7],[5,-12],[2,-9],[-1,-8],[-3,-10],[-5,-9],[-10,-10],[-9,-16],[-3,-15],[-2,-16],[-10,-18],[-11,-8],[-13,-10],[-6,-7],[-10,-31],[-5,-11],[-9,-17],[-5,-4],[-20,-7],[-21,-11],[-12,-8],[-21,-16],[-13,-14],[-12,-15],[-10,-14],[-5,-23],[3,-21],[6,-19],[6,-28],[8,-23],[7,-9],[11,-9],[25,-7],[6,-8],[24,2],[39,1],[21,0],[32,-8],[20,-13],[22,-16],[18,-16],[9,-29],[-9,-28],[0,-18],[5,-23],[19,-5],[14,6],[21,3],[22,13],[36,13],[22,-8],[19,-6],[27,-1],[20,4],[31,-8],[38,-6],[29,-6],[41,-1],[35,1],[41,-16],[6,-9],[8,-29],[34,-48],[39,-2],[35,2],[62,8],[29,18],[29,11],[46,-32],[18,-32],[9,-26],[23,-11],[17,-34],[28,-16],[79,-13],[40,-35],[4,13],[32,-37],[49,-16],[39,-30],[44,-60],[13,-47],[-10,-38],[-9,-41],[43,-80],[28,-66],[-2,-56],[7,-26],[28,-30],[79,-60],[16,-48],[17,-65],[3,-42],[47,-46],[34,-13],[81,-67],[21,-46],[30,-70],[35,-38],[30,-50],[28,-69],[36,-67],[4,-55],[-13,-44],[-22,-53],[-13,-55],[-9,-25],[-10,-79],[-1,-41],[39,-38],[88,-25],[29,-3],[54,15],[19,10],[39,20],[25,17],[12,4],[24,11],[18,13],[10,5],[8,8],[9,16],[18,25],[20,25],[36,59],[17,45],[14,56],[5,29],[4,36],[26,63],[36,124],[18,34],[21,37],[12,12],[18,22],[18,13],[28,10],[33,11],[36,20],[50,-2],[27,2],[57,29],[33,3],[33,7],[61,36],[27,39],[15,28],[47,32],[35,30],[18,1],[12,-3],[16,-13],[35,-16],[30,0],[17,-1],[42,-12],[43,-22],[59,12],[37,1],[58,-15],[27,-13],[34,-11],[54,-27],[85,-2],[42,-10],[35,-20],[18,-13],[16,-20],[21,-17],[52,-9],[29,2],[36,2],[14,14],[16,28],[7,35],[15,25],[15,4],[10,-6],[19,-25],[21,-11],[60,-20],[8,-6],[34,-29],[16,-14],[31,-1],[11,14],[23,21],[8,3],[11,-1],[21,4],[28,12],[15,25],[10,34],[13,13],[28,14],[36,-12],[17,-19],[24,-60],[15,-91],[9,-27],[8,-44],[-19,-49],[-31,-28],[-8,-13],[-15,-42],[-3,-26],[19,-61],[39,-35],[38,-35],[106,-34],[74,3],[17,5],[24,3],[19,3],[15,7],[33,19],[46,21],[45,3],[18,4],[26,1],[22,4],[15,6],[44,-6],[34,-35],[-1,-63],[11,-70],[4,-6],[5,-6],[33,-16],[45,-6],[34,-13],[33,4],[25,7],[24,2],[27,0],[20,3],[59,34],[51,42],[21,35],[6,31],[12,20],[26,27],[74,39],[29,16],[54,11],[23,-10],[34,-36],[23,-28],[20,-24],[70,-48],[49,-52],[29,-26],[82,-15],[55,12],[46,-11],[34,-2],[14,2],[23,15],[13,25],[22,39],[22,8],[17,3],[14,-3],[36,-20],[43,-26],[19,-16],[11,-7],[24,-7],[30,2],[37,19],[27,15],[47,12],[45,12],[35,12],[35,14],[33,26],[23,14],[41,8],[62,2],[24,-10],[23,-13],[31,-27],[34,-19],[74,11],[49,-12],[31,2],[10,2],[27,-1],[55,17],[49,7],[42,31],[4,9],[6,53],[10,29],[4,17],[10,27],[1,45],[-8,39],[-2,15],[-2,19],[11,23],[5,24],[21,74],[3,31],[-18,41],[0,29],[10,51],[16,17],[5,5],[13,11],[21,9],[13,4],[16,2],[18,-2],[16,-3],[16,-7],[7,-5],[32,-7],[35,16],[20,24],[22,19],[44,-8],[25,-12],[43,-23],[30,-27],[13,-17],[20,-51],[25,-39],[16,-21],[-1,-55],[8,-34],[4,-21],[4,-41],[-11,-59],[3,-19],[5,-18],[10,-18],[18,-27],[32,-34],[6,-24],[33,-110],[-8,-53],[-4,-19],[1,-32],[24,-35],[10,-7],[23,-11],[20,-8],[40,-7],[30,-8],[90,4],[21,8],[9,13],[7,7],[8,9],[23,20],[14,16],[11,14],[14,24],[10,15],[10,17],[10,19],[3,11],[6,16],[10,28],[6,21],[6,33],[7,31],[3,28],[4,19],[-1,21],[-6,21],[-2,19],[0,22],[5,18],[6,23],[4,31],[5,23],[3,26],[0,27],[2,24],[2,24],[1,26],[-1,28],[5,30],[1,15],[9,36],[9,29],[9,28],[5,30],[9,31],[8,24],[8,15],[19,43],[9,19],[5,11],[20,30],[12,33],[6,26],[5,22],[-3,23],[-2,18],[-6,23],[-1,14],[9,15],[9,25],[4,8]],[[107625,135280],[-938,-913],[-29,-31],[-1354,-1301],[63,-57],[-5,-4],[-15,-20],[-15,-16],[-8,-12],[-8,-15],[-7,-13],[-11,-12],[-16,-3],[-22,-5],[-16,-3],[-20,-4],[-30,-12],[-13,-10],[-11,-11],[-14,-11],[-12,-7],[-15,-10],[-12,-11],[-7,-7],[-9,-5],[-12,-6],[-18,-8],[-16,-7],[-13,-1],[-5,5],[-9,11],[-7,8],[-10,3],[-14,2],[-15,0],[-7,0],[-24,0],[-13,-2],[-17,-5],[-13,-8],[-12,-7],[-6,-3],[-6,-4],[-13,-2],[-8,-4],[-15,-17],[-7,-9],[-5,-7],[-4,-8],[-3,-7],[-10,-21],[-7,-16],[-1,-8],[2,-14],[3,-13],[6,-12],[7,-12],[10,-15],[6,-8],[-1,-14],[-2,-8],[-2,-12],[-1,-16],[-5,-16],[-3,-10],[-4,-9],[-3,-6],[-5,-6],[-9,-3],[-8,-2],[-11,-3],[-11,-2],[-12,-3],[-7,-4],[-8,-9],[-4,-2],[-7,-1],[-13,-8],[-8,-13],[-13,-15],[-7,-8],[-9,-10],[-4,-6],[-7,-14],[-5,-8],[-1,-5],[-5,-9],[-4,-15],[-4,-17],[-7,-13],[-4,-15],[-3,-16],[-1,-19],[-2,-16],[1,-7],[5,-15],[5,-9],[5,-10],[5,-9],[6,-10],[6,-12],[5,-14],[4,-7],[2,-10],[-3,-9],[-4,-8],[-9,-7],[-12,-9],[-12,-6],[-13,-12],[-12,-15],[-8,-11],[11,-8],[7,-4],[7,-5],[6,-5],[10,-8],[8,-8],[4,-4],[-2,-7],[-6,-8],[-7,-9],[-7,-11],[-9,-11],[-9,-5],[-6,-3],[-13,-6],[-8,-8],[-10,-13],[-9,-16],[-5,-9],[-10,-12]],[[104568,131919],[-8,-11],[-9,-12],[-11,-10],[-9,-12],[-13,-17],[-9,-7],[-7,-3],[-14,-2],[-14,-2],[-17,-6],[-18,-4],[-11,-3],[-13,-6],[-10,-5],[-6,-5],[-4,-6],[-5,-8],[-4,-7],[-2,-9],[-2,-5],[-4,-6],[-4,-8],[-3,-10],[0,-10],[-3,-7],[-3,-7],[-2,-7],[-2,-7],[-3,-7],[-4,-8],[-6,-8],[-5,-3],[-10,1],[-6,9],[-4,7],[-3,5],[-4,5],[-5,9],[-7,7],[-5,1],[-6,2],[-5,1],[-9,0],[-10,3],[-11,5],[-14,4],[-23,7],[-17,4],[-12,3],[-15,4],[-6,0],[-15,-3],[-16,-1],[-21,2],[-19,4],[-13,5],[-12,2],[-5,-1],[-11,-6],[-12,-4],[-9,-4],[-14,-4],[-4,-5],[-3,-4],[-1,-10],[2,-8],[-1,-8],[-2,-13],[-1,-8],[-3,-9],[-5,-8],[-4,-2],[-9,-3],[-8,-4],[-7,-8],[-3,-5],[-7,-2],[-9,-2],[-7,-1],[-11,0],[-10,-1],[-7,-4],[-7,1],[-5,6],[-15,-5],[-3,-7],[-9,-5],[-13,0],[-16,-3],[-21,6],[-10,3],[-8,2],[-7,2],[-10,0],[-11,0],[-12,1],[-10,3],[-15,2],[-12,-3],[-12,-1],[-8,-1],[-9,3],[-10,7],[-12,8],[-7,3],[-15,8],[-9,-4],[-9,-6],[-9,-12],[-7,-10],[-8,-4],[-7,-4],[-6,-2],[-13,1],[-10,0],[-15,-7],[-5,-7],[-4,-11],[-8,-7],[-13,-6],[-12,-4],[-9,-4],[-9,-6],[-12,-6],[-9,-8],[-4,-6],[-3,-7],[-11,0],[-7,-7],[-6,-8],[-1,-5],[-3,-18],[-10,-13],[-7,-5],[-11,1],[-10,-2],[-10,-4],[-11,-16],[-8,-15],[-17,-19],[-13,-13],[-18,2],[-6,6],[-9,8],[-22,11],[-14,4],[-19,7],[-26,-2],[-22,-7],[-11,-2],[-33,-9],[-8,-5],[-23,-23],[-16,-28],[-1,-11],[6,-18],[-10,-20],[-2,-9],[-1,-7],[2,-5],[0,-10],[-1,-8],[-1,-6],[-9,-10],[-12,-4],[-11,-4],[-11,-4],[-10,-1],[-13,1],[-13,0],[-10,2],[-12,6],[-5,-4],[-8,-7],[-8,2],[-10,-6],[-9,-8],[-5,-5],[-11,-9],[-4,-3],[-11,-13],[-10,-15],[-8,-12],[-25,-18],[-16,-9],[-17,-12],[-16,-17],[-5,-13],[-10,-14],[-11,-8],[-13,-12],[-11,-5],[-20,-3],[-12,-7],[-13,-3],[-16,0],[-8,1],[-12,-8],[-15,-3],[-15,3],[-27,1],[-14,-8],[-6,-7],[-12,-2],[-13,-8],[-17,-3],[-17,-5],[-14,-9],[-13,-10],[-7,-12],[-8,-8],[-14,-12],[-23,-10],[-12,-17],[-12,-10],[-29,-11],[-18,-2],[-39,1],[-46,8],[-24,-2],[-66,-12],[-357,-275],[-10,4],[-684,-314],[-10,3],[-7,1],[-12,0],[-8,-1],[-7,-3],[-4,-4],[-6,-17],[-5,-11],[-12,-12],[-12,-1],[-18,-2],[-23,-14],[-19,-12],[-24,-13],[-19,-5],[-18,-10],[-8,-6],[-16,1],[-19,-9],[-15,-11],[-14,-8],[-16,0],[-12,-5],[-11,-4],[-6,-4],[-21,-9],[-19,1],[-27,-8],[-32,-9],[-24,-12],[-16,-18],[-20,-9],[-21,-29],[-17,-24],[-34,-6],[-33,-2],[-32,-2],[-43,-16],[-32,-22],[-30,-14],[-30,-18],[-30,-12],[-13,-26],[-17,-16],[-20,-14],[-28,-1],[-23,13],[-27,11],[-32,-5],[-11,-25],[-10,-16],[-13,-16],[-19,-25],[-39,10],[-36,0],[-36,2],[-34,3],[-21,7],[-13,-18],[8,-26],[-12,-18],[-28,4],[-22,10],[-43,-1],[-26,-1],[-37,-15],[-41,1],[-31,2],[-32,-5],[-19,-14],[-12,-12],[-16,-6],[-17,9],[-3,20],[-2,25],[-23,12],[-8,15],[-9,12],[-12,-10],[-14,-28],[-8,-6],[-10,-14],[-13,8],[-20,1],[-22,-14],[-19,-11],[-23,5],[-14,21],[-21,4],[-29,-12],[-23,-11],[-31,-17],[-21,-28],[-28,-14],[-34,-3],[-33,-1],[-21,-10],[-12,-32],[-22,-20],[-21,-32],[-14,-30],[-11,-33],[-26,-13],[-1,-29],[-11,-22],[-3,-32],[-21,-22],[-17,-21],[-26,-21],[-1,-26],[-15,-27],[-2,-27],[6,-25],[-4,-18],[-13,-21],[-3,-19],[-29,-1],[-17,18],[-22,15],[-30,7],[-13,-17],[-20,-4],[-35,2],[-32,-10],[-32,-5],[-41,-5],[-40,-7],[-18,-17],[-20,-12],[-16,-6],[-2,-21],[-12,-29],[-14,-17],[-22,-12],[-13,-27],[-25,-16],[-11,-13],[-24,-13],[-22,-16],[2,-20],[16,-19],[18,-16],[18,-19],[18,-18],[7,-33],[13,-19],[1,-35],[-13,-25],[-8,-20],[-8,-28],[-2,-20],[-8,-27],[-14,-14],[-26,-8],[-2,-16],[-1,-18],[8,-16],[6,-23],[2,-25],[8,-33],[11,-30],[19,-14],[19,-16],[4,-18],[-14,-16],[2,-30],[-13,-24],[-18,-11],[4,-15],[6,-27],[-20,-16],[-27,5],[-31,-13],[-34,-13],[-12,-19],[1,-38],[-16,-28],[-33,-13],[-26,-16],[-24,-17],[-26,-3],[-36,3],[-34,-10],[-37,-21],[-26,-20],[-30,-12],[-31,-16],[-35,-19],[-25,-16],[-22,-16],[-23,-19],[-25,-15],[-23,-16],[-23,-9],[-16,-7],[-20,-18],[-17,-18],[-15,-4],[-26,1],[-16,16],[-10,17],[-8,16],[-14,16],[-20,2],[-20,-6],[-12,-24],[-6,-14],[-25,-8],[-21,-2],[-11,-9],[-16,-8],[-25,2],[-16,-16],[-12,-21],[-15,-9],[-14,7],[-16,-1],[-12,-14],[-17,-15],[-36,0],[-31,-1],[-23,-11],[-29,-6],[-22,1],[-19,-4],[-34,-8],[-35,-2],[-28,1],[-20,-18],[-18,-19],[-24,-11],[-37,-13],[-9,-14],[-27,-9],[-24,-14],[-13,-15],[-12,-18],[-32,-4],[-33,7],[-25,-15],[-26,-19],[-29,-13],[-19,-17],[-5,-19],[4,-25],[13,-12],[13,-12],[-4,-15],[-10,-11],[-17,-11],[-18,-13],[-13,-20],[-8,-25],[-15,-16],[-19,-16],[-33,-12],[-18,-10],[-38,-3],[-29,-15],[-30,-22],[-25,-13],[-23,-7],[-29,-7],[-22,-19],[-20,-20],[-23,-15],[-39,-19],[-12,-25],[-25,-28],[-22,-22],[-22,-20],[-44,-5],[-44,3],[-45,-1],[-42,-6],[-30,-11],[-31,-23],[-16,-13],[-7,-25],[-14,-33],[-23,-20],[-39,-18],[-31,-12],[-28,7],[-18,6],[-21,-9],[-24,-10],[-35,-17],[-23,-12],[-22,-22],[-14,9],[-9,13],[-15,3],[-26,-9],[-14,-24],[-10,-30],[-18,-20],[-10,-15],[-21,-33],[-16,-21],[-10,-25],[-23,-34],[-24,-32],[-39,-18],[-44,-15],[-26,-15],[-27,-22],[-12,-10],[-8,-13],[-12,-15],[-8,-11],[-14,-13],[-11,-18],[2,-13],[7,-20],[-4,-20],[-15,-21],[-15,-19],[-25,-14],[-9,-19],[-16,-8],[-15,-16],[-15,-17],[-27,-17],[-25,-18],[-14,-16],[-10,-15],[-19,-11],[-16,1],[-18,-8],[-10,-8],[-12,-9],[-16,-10],[-25,-3],[-19,-5],[-31,-19],[-19,2],[-21,-7],[-16,-11],[-15,-11],[-19,-31],[-28,-14],[-31,-12],[-27,-19],[-27,-7],[-22,-33],[-35,-18],[-27,-17],[-31,-12],[-26,-16],[-24,-14],[-12,-17],[-16,-30],[-4,-24],[-21,-16],[-24,-4],[-14,-16],[-12,-27],[-21,-5],[-26,6],[-36,-9],[-34,-9],[-26,-25],[-7,-28],[0,-24],[-17,-27],[-11,-26],[-7,-31],[-14,-30],[-14,-23],[-11,-22],[-15,-20],[-15,-9],[-22,-12],[-33,-15],[-23,-10],[-25,-10],[-25,-11],[-28,-23],[-21,-13],[-20,-6],[-18,0],[-13,1]],[[94244,125656],[-6,-1],[-5,0],[-13,-2],[-7,0],[-10,0],[-15,-1],[-12,0],[-9,-1],[-4460,3992]],[[89707,129643],[2403,2449],[-3916,3453]],[[88194,135545],[825,830],[-4223,3889]],[[96737,142313],[-1,9],[-5,33],[-4,11],[-3,25],[2,27],[21,13],[9,15],[15,19],[7,6],[9,14],[18,32],[11,10],[8,19],[1,18],[-2,23],[-4,29],[10,12],[12,6],[13,18],[1,9],[8,39],[1,10],[0,6],[-9,13],[-5,13],[-4,18],[-8,21],[-6,18],[-12,24],[-3,5],[-11,23],[-15,60],[-11,34],[-8,27],[14,24],[14,10],[9,15],[-9,42],[-21,25],[-7,14],[5,39],[2,23],[0,38],[-1,29],[14,31],[12,16],[23,18],[8,27],[-7,25],[-1,11],[7,10],[18,26],[18,20],[24,4],[14,6],[26,18],[-6,12],[-17,16],[-7,2],[-14,6],[-2,19],[18,16],[20,16],[27,16],[21,4],[11,10],[3,10],[10,17],[11,6],[25,13],[14,5],[15,12],[1,16],[14,12],[22,0],[22,-8],[14,-7],[15,0],[21,6],[27,-2],[23,2],[15,0],[42,-14],[1,-7],[1,-14],[8,-23],[-2,-27],[7,-22],[6,-9],[11,-5],[27,1],[11,7],[37,23],[15,10],[31,31],[16,26],[6,42],[10,9],[15,18],[15,14],[19,6],[17,3],[33,9],[29,4],[19,14],[10,32],[19,4],[18,5],[20,13],[4,7],[10,19],[-3,11],[-3,16],[2,10],[11,1],[15,-4],[14,-14],[8,-12],[17,0],[27,25],[12,4],[19,-10],[16,1],[24,13],[5,2],[21,4],[10,3],[15,5],[0,10],[-18,13],[0,18],[7,14],[8,15],[-14,21],[3,12],[4,5],[7,10],[2,6],[-5,6],[-9,6],[-21,11],[-4,4],[-8,25],[2,38],[4,29],[7,7],[5,8],[2,9],[9,15],[0,10],[-4,24],[-5,9],[-12,-9],[-12,-13],[-15,-4],[-8,8],[-6,12],[-4,7],[-8,4],[-12,2],[-17,13],[-4,12],[-7,17],[-7,20],[0,20],[16,15],[-2,9],[-11,12],[-1,10],[5,23],[5,19],[-3,31],[-12,13],[-6,6],[6,22],[-3,10],[-9,16],[-6,24],[1,13],[-7,15],[-11,24],[-6,19],[1,17],[1,15],[-2,14],[0,8],[1,8],[5,13],[-3,18],[-9,21],[-1,14],[-1,16],[-3,11],[-2,6],[-4,5],[-9,5],[-7,3],[-6,4],[-8,1],[-7,-1],[-9,-1],[-6,2],[-4,4],[-3,6],[-1,8],[4,12],[2,10],[1,11],[0,12],[-3,11],[-2,14]],[[124187,128252],[1686,-1492],[3218,-2818],[-818,-812],[206,-189],[553,-488],[-1619,-1682],[1963,-1864],[-301,-282],[2287,-2052],[369,-330]],[[131731,116243],[-609,-623],[-451,-453],[-885,791],[-118,-113],[-895,-926],[-88,84],[-603,-580],[-907,-931],[-195,-212],[-555,-572],[-647,563],[-561,-562],[-648,-638],[648,-570],[-1545,-1611],[1538,-1312]],[[125210,108578],[-157,-170],[-363,-394],[-413,-441],[-367,-390],[30,-23],[-337,-305],[-141,-143],[-344,301],[-416,364],[-181,156],[-135,114],[-223,201],[-210,179],[-119,97],[-462,391],[-285,241],[-1200,1005],[19,21],[-2569,2210]],[[117337,111992],[3625,3683]],[[120962,115675],[333,438],[-787,928],[-1787,1771],[313,339]],[[119034,119151],[1798,1924],[226,212],[536,397],[-1015,922],[-1016,937],[2975,3047],[1335,1333],[314,329]],[[74185,116373],[1414,-1336],[142,145],[2107,-1920],[-449,-470],[313,-297],[-467,-436],[361,-310],[-461,-448],[223,-192],[-467,-495],[70,-60],[-453,-446],[-134,120],[-464,-455],[-14,13],[-426,-418],[-10,-85],[225,-187],[-468,-459],[325,-290],[-472,-457],[200,-182],[-472,-455],[181,-152],[-461,-473],[459,-408],[-479,-448],[71,-67],[-480,-461],[-20,-49],[-956,-1037],[150,-135]],[[73273,104023],[-1872,-1820],[105,-99],[-3683,-3432],[-763,708]],[[67060,99380],[-2315,2190],[-116,-105],[-1164,1107],[96,91],[-2499,2375],[330,306],[-2251,2082],[-4280,-3881],[-255,-234]],[[54606,103311],[-9454,9141]],[[45152,112452],[842,771],[43,-42],[2983,2759]],[[49020,115940],[8224,7659]],[[57244,123599],[497,-476],[2588,2425],[752,-690],[1826,1653],[1870,-1468],[142,157],[683,-556],[-136,-121],[2331,-2209],[-910,-846],[3599,-3421],[955,890],[2736,-2557],[8,-7]],[[66464,184886],[21,-11],[8,-11],[10,-19],[9,-22],[18,-18],[18,-3],[20,-10],[21,-8],[5,-17],[-1,-16],[17,-14],[5,-9],[7,-22],[1,-19],[3,-17],[4,-24],[6,-20],[21,-23],[27,-5],[20,0],[20,-5],[8,-18],[7,-17],[10,-11],[12,-17],[5,-10],[28,-16],[12,-2],[19,-1],[15,10],[4,12],[13,18],[21,-10],[27,-24],[16,-16],[14,-19],[24,-13],[20,-20],[7,-18],[23,-22],[15,-19],[13,-15],[16,-32],[2,-18],[5,-24],[18,-20],[0,-17],[-15,-10],[-23,2],[-8,1],[-16,-2],[-18,-10],[-15,-14],[-16,-15],[-10,-18],[-8,-21],[-2,-19],[-2,-28],[-5,-22],[-11,-22],[-16,-21],[-21,-18],[-30,-32],[-10,-17],[-8,-19],[-8,-22],[-15,-15],[-19,-13],[-22,-26],[-14,-18],[-25,-31],[-19,-27],[-15,-17],[-17,-13],[-11,-24],[-12,-12],[-15,-4],[-35,-19],[-1,-19],[8,-14],[1,-24],[2,-15],[-7,-27],[-18,-28],[-4,-27],[4,-21],[6,-29],[-1,-39],[-2,-31],[-2,-27],[-9,-24],[-20,-13],[-29,-6],[-32,-15],[-20,-4],[-36,-21],[-36,-20],[-22,-21],[-20,-23],[-27,-30],[-24,-17],[-26,-9],[-29,-14],[-22,3],[-32,0],[-16,-2],[-3,-8],[-1,-26],[-2,-19],[-10,-13],[-20,-21],[-18,-22],[-24,-10],[-40,-13],[-20,-15],[-23,-15],[-26,-18],[-50,-16],[-37,-10],[-31,-19],[-29,-16],[-24,-12],[-22,-12],[-15,-14],[-15,-23],[-31,-12],[-29,-13],[-23,-21],[-2,-23],[5,-19],[7,-20],[1,-28],[-28,-21],[-36,4],[-24,7],[-43,1],[-20,-8],[-19,-24],[-9,-34],[-8,-32],[-39,-35],[-16,-11],[-9,-34],[-7,-36],[-3,-28],[-3,-21],[2,-27],[12,-32],[4,-27],[-17,-22],[-26,2],[-25,-1],[-28,-6],[-28,-31],[-13,-23],[-11,-23],[-12,-18],[-9,-10],[-2,-22],[-16,-25],[-21,-24],[-4,-19],[21,-9],[22,-14],[1,-19],[11,-55],[2,-23],[2,-25],[7,-20],[9,-16],[6,-24],[3,-30],[8,-23],[8,-18],[7,-30],[1,-35],[-1,-14],[1,-15],[4,-16],[0,-21],[4,-34],[14,-22],[25,-31],[5,-20],[1,-22],[-9,-24],[-9,-19],[8,-28],[0,-26],[-5,-32],[6,-18],[13,-20],[10,-35],[-4,-28],[-8,-15],[-6,-17],[7,-29],[11,-22],[1,-8],[-5,-27],[-6,-12],[1,-17],[20,-9],[14,-6],[10,-35],[3,-23],[3,-21],[7,-26],[2,-33],[2,-20],[-7,-23],[11,-20],[13,-21],[8,-24],[-4,-17],[-4,-18],[5,-24],[9,-40],[-3,-21],[-1,-13],[16,-23],[4,-25],[-4,-29],[6,-28],[9,-16],[0,-24],[-2,-16],[5,-9],[11,-13],[9,-20],[2,-16],[-11,-27],[-12,-30],[-12,-31],[-10,-24],[-15,-30],[-16,-36],[-3,-38],[-4,-27],[-2,-32],[-6,-30],[4,-38],[3,-18],[-12,-32],[-4,-15],[13,-17],[4,-17],[-17,-28],[-9,-17],[-21,-45],[-5,-16],[-12,-35],[-13,-28],[-16,-27],[-18,-40],[-19,-38],[-18,-28],[-16,-31],[-28,-18],[-11,-19],[-22,-31],[-18,-15],[-21,-18],[-26,-27],[-30,-14],[-15,-24],[-17,-37],[-29,-13],[-27,-13],[-25,-19],[-38,-32],[-14,-26],[-21,-31],[-34,-40],[-36,-34],[-17,-22],[-12,-36],[-15,-25],[-18,-23],[-28,-20],[-31,6],[-22,8],[-17,-8],[-15,-23],[-8,-14],[-18,-25],[-19,-21],[-6,-10],[-7,-15],[-14,-24],[-20,-20],[-7,-11],[-6,-26],[-1,-18],[-10,-27],[-13,-15],[-10,-9],[-7,-18],[-3,-12],[428,-379]],[[65018,178694],[-1320,-1371],[-191,-199],[-939,-947],[-247,-256]],[[62321,175921],[-1894,1736],[129,149],[-3423,3045],[-6,-5],[-9,-4],[-10,0],[-10,-1],[-9,-7],[-12,-3],[-6,-6],[-1,-11],[-6,-19],[-11,-13],[-18,-8],[-10,-6],[-8,-3],[-18,-8],[-3,-11],[-8,-2],[-4,-6],[-8,-8],[-7,2],[-11,-5],[-5,-10],[-13,-1],[-11,-2],[-16,-7],[-10,-3],[-12,-8],[-10,-14],[-16,-12],[-15,-9],[-16,-6],[-18,-4],[-18,-6],[-12,0],[-19,-12],[-11,-7],[-21,-11],[-17,-7],[-22,-2],[-24,-4],[-18,-2],[-20,-4],[-15,-3],[-14,-4],[-29,-1],[-19,5],[-19,-5],[-10,-10],[-14,-9],[-12,-3],[-15,4],[-29,9],[-10,5],[-15,5],[-23,3],[-18,2],[-20,-2],[-18,7],[-20,2],[-30,3],[-16,-2],[-15,-7],[-16,9],[-8,13],[-11,1],[-13,-9],[-22,-12],[-22,4],[-23,5],[-19,-1],[-14,-7],[-15,3],[-16,3],[-13,0],[-13,8],[-22,12],[-14,3],[-16,6],[-9,9],[-13,10],[-18,2],[-15,-9],[-17,-14],[-16,-11],[-18,-9],[-10,-6],[-253,-272],[-1723,1678]],[[53924,182011],[-409,388],[1056,1032],[1257,-1234],[958,941],[-4730,4578]],[[52056,187716],[7,6],[8,5],[9,5],[20,6],[28,11],[15,13],[26,6],[27,15],[17,18],[18,16],[21,14],[9,14],[25,12],[15,22],[8,12],[18,16],[14,23],[17,15],[23,19],[12,4],[41,14],[17,15],[14,17],[12,16],[15,21],[23,18],[22,13],[27,10],[19,3],[30,-3],[22,-6],[18,2],[31,7],[18,3],[28,12],[25,14],[20,21],[3,17],[12,26],[27,2],[21,2],[19,8],[29,18],[11,18],[30,9],[15,10],[33,4],[11,10],[21,10],[28,-7],[17,16],[-4,24],[-21,6],[-27,7],[-21,18],[-1,21],[20,6],[29,2],[12,15],[18,14],[18,12],[22,-10],[21,-2],[14,9],[28,-2],[15,21],[4,22],[6,15],[18,21],[17,14],[17,11],[21,2],[27,6],[23,1],[15,16],[23,8],[15,16],[11,21],[22,26],[19,-10],[23,-11],[16,10],[12,21],[9,9],[7,4],[-1,23],[4,15],[9,15],[17,12],[6,19],[11,12],[16,19],[17,16],[15,18],[16,12],[18,11],[15,5],[20,12],[29,10],[23,8],[11,6],[896,1286],[1517,1502],[-67,92],[970,955]],[[57022,192679],[134,139],[2252,-2013],[124,133],[1086,-978],[321,-300],[903,-911],[-233,-227],[267,-247],[25,5],[31,2],[37,-10],[32,-18],[42,-29],[29,-31],[30,-35],[36,-39],[25,-24],[32,-28],[53,-57],[24,-20],[45,-35],[36,-29],[28,-35],[11,-48],[4,-59],[11,-45],[8,-59],[15,-57],[16,-38],[15,-25],[26,-40],[16,-28],[17,-23],[19,-7],[14,-8],[32,-21],[24,-26],[23,-36],[28,-35],[18,-27],[18,-31],[0,-24],[15,-21],[17,-12],[23,-29],[26,-30],[28,-22],[43,-15],[34,-21],[31,8],[33,12],[55,6],[35,-13],[43,-4],[7,-2],[22,-6],[37,-19],[45,-15],[45,-40],[29,-61],[15,-54],[5,-40],[13,-34],[15,-30],[6,-23],[18,-23],[5,-38],[29,-28],[34,-14],[48,-30],[40,-15],[35,-11],[28,5],[18,-6],[22,-2],[19,13],[35,-7],[35,-8],[30,5],[54,-2],[62,-8],[45,-6],[59,-1],[63,-7],[52,-21],[46,-14],[58,-17],[25,0],[29,2],[27,-14],[37,-15],[63,14],[55,6],[40,-12],[40,-1],[31,-6],[39,9],[29,-4],[31,-7],[36,-22],[20,-18],[30,-23],[35,-16],[42,-42],[24,-23],[52,-46],[23,-25],[49,-22],[43,-21],[36,-23],[32,-46],[17,-11],[31,-31],[27,-11],[25,-10],[29,1],[18,-2],[35,-21],[35,-25],[21,-5],[23,-27],[36,-18],[33,-25],[41,-39],[48,-31],[37,-10],[44,-3],[35,-9],[32,-5],[37,-13],[63,-13],[39,-3],[43,2],[52,-3],[38,-6],[29,-13],[44,-35],[35,-34],[31,-23],[42,-26],[20,-35],[9,-36],[27,-29],[26,-30],[21,-41],[58,-39],[38,-31],[59,-44],[21,-34],[16,-67],[7,-40],[17,-35],[18,-31],[14,-31],[3,-31],[11,-29],[32,-22],[6,-15],[11,-13],[27,-7],[6,-21],[-3,-19],[-1,-15],[11,-8],[19,-14],[-2,-18],[-5,-23],[5,-21],[-11,-16],[-29,-5],[-22,-4],[-2,-15],[2,-17],[8,-14],[6,-15]],[[93468,189753],[6,-1],[16,4],[10,1],[7,-4],[7,-7],[3,-8],[2,-5],[3,-8],[5,-7],[4,-8],[5,-6],[6,-8],[8,-8],[6,-5],[5,-6],[2,-9],[2,-11],[3,-11],[10,-9],[7,-8],[3,-4],[3,-7],[3,-6],[5,-7],[10,-7],[15,-8],[6,0],[9,-4],[4,-8],[-1,-10],[0,-8],[5,-9],[12,-13],[14,-11],[11,-11],[4,-16],[1,-13],[-1,-15],[6,-16],[4,-10],[-5,-5],[-5,-8],[-4,-6],[-1,-7],[2,-8],[1,-15],[-1,-16],[-3,-8],[-4,-6],[4,-8],[7,-5],[3,-7],[0,-6],[0,-7],[1,-9],[-1,-9],[-7,0],[-5,1],[-6,-3],[-7,-1],[-4,-6],[2,-10],[0,-13],[6,-10],[2,-16],[8,-3],[13,-4],[18,-3],[18,-5],[14,-4],[14,-2],[8,-8],[-2,-13],[1,-6],[3,-12],[5,-10],[6,-12],[0,-12],[7,-4],[14,-3],[15,-2],[3,-10],[-2,-10],[-6,-6],[-6,-1],[-8,-3],[-4,-4],[-4,-7],[3,-19],[3,-12],[-5,-16],[-6,-13],[7,-7],[26,-20],[17,-21],[12,-30],[-4,-15],[-2,-16],[12,-6],[12,-9],[2,-18],[0,-16],[2,-16],[-3,-11],[0,-13],[3,-13],[8,-9],[10,-7],[1,-10],[-2,-6],[0,-5],[-1,-6],[-2,-6],[-2,-5],[-1,-7],[2,-11],[4,-9],[6,-6],[5,-4],[4,-3],[8,-5],[0,-5],[0,-9],[-1,-7],[0,-8],[-1,-6],[1,-7],[0,-6],[1,-6],[0,-7],[0,-6],[-1,-12],[-2,-6],[-1,-12],[0,-8],[1,-9],[1,-6],[5,-7],[4,-5],[5,-5],[5,-5],[5,-4],[1,-7],[3,-9],[0,-6],[2,-10],[3,-7],[4,-10],[2,-5],[7,-5],[5,-7],[2,-9],[3,-9],[6,-10],[3,-9],[6,-8],[3,-5],[5,-4],[2,-8],[5,-20],[-2,-10],[-1,-10],[3,-7],[-5,-7],[-10,-8],[-6,-4],[-6,-17],[-1,-9],[1,-6],[-1,-6],[1,-7],[-1,-7],[0,-8],[-1,-7],[-5,-14],[-5,-8],[-3,-9],[-3,-7],[1,-6],[1,-7],[1,-7],[-1,-8],[2,-10],[1,-10],[2,-7],[3,-6],[4,-7],[3,-9],[2,-9],[-2,-9],[-1,-9],[0,-6],[0,-5],[0,-12],[3,-10],[0,-12],[-3,-5],[-4,-10],[-5,-10],[-3,-6],[2,-6],[2,-8],[0,-9],[0,-6],[-1,-6],[-2,-15],[-4,-5],[-5,-9],[-4,-5],[-1,-6],[0,-8],[1,-12],[2,-7],[2,-7],[5,-9],[1,-7],[-1,-10],[-1,-17],[-2,-9],[-3,-7],[-2,-6],[3,-7],[3,-8],[4,-5],[9,-7],[8,-3],[6,-4],[8,-1],[13,1],[11,-1],[6,-11],[5,-12],[5,-8],[4,-5],[14,2],[6,-6],[6,-7],[-4,-9],[-5,-6],[-4,-5],[-5,-5],[-9,-7],[-7,-6],[-7,-4],[-6,-7],[-3,-7],[5,-10],[7,-7],[11,-4],[15,-4],[8,-5],[12,-3],[15,-1],[10,0],[11,1],[15,-2],[12,-4],[14,1],[10,-1],[11,-5],[8,-5],[4,-8],[3,-10],[6,-8],[7,-7],[8,-6],[3,-8],[-1,-11],[2,-10],[0,-9],[5,-9],[5,-8],[9,-5],[9,-7],[10,-6],[11,-8],[6,-8],[4,-10],[7,-7],[8,-3],[8,-7],[10,-4],[12,-9],[8,-5],[8,-5],[8,-2],[11,-1],[10,0],[7,3],[6,4],[8,4],[9,0],[11,0],[7,0],[7,-3],[10,-6],[5,-2],[9,-6],[7,-6],[3,-6],[4,-9],[1,-7],[0,-7],[0,-13],[-1,-8],[2,-7],[9,-5],[8,-3],[8,-9],[3,-5],[7,-11],[5,-5],[6,-5],[4,-5],[6,-5],[4,-4],[6,-3],[7,-2],[5,1],[5,3],[4,3],[3,5],[1,8],[1,7],[1,8],[7,3],[11,2],[11,1],[8,-1],[6,-2],[4,-6],[3,-7],[2,-5],[9,-9],[7,-5],[9,-7],[10,-11],[6,-2],[5,-1],[8,-1],[11,-3],[10,-6],[3,-4],[6,-11],[2,-7],[2,-6],[5,-6],[4,-2],[7,-2],[4,-3],[6,-2],[5,-2],[6,-1],[9,0],[5,-1],[5,0],[4,-3],[-1,-10],[2,-6],[3,-11],[2,-7],[5,-8],[5,-8],[5,-8],[-2,-7],[0,-7],[0,-6],[3,-11],[1,-9],[5,-8],[3,-7],[-1,-11],[-4,-4],[-7,-3],[-3,-8],[2,-8],[7,-2],[8,-3],[8,-3],[2,-7],[1,-7],[0,-6],[5,-6],[7,-9],[-1,-6],[-3,-6],[-3,-9],[-3,-9],[-2,-10],[-2,-6],[-2,-9],[0,-9],[-1,-9],[-2,-9],[-2,-7],[-1,-8],[2,-9],[6,-4],[6,-7],[-7,-6],[-5,-1],[-7,-5],[-4,-3],[-6,-5],[-5,-13],[-3,-7],[-7,-1],[-11,0],[-8,-5],[-1,-9],[3,-4],[4,-5],[3,-5],[7,-7],[3,-6],[6,-11],[-2,-10],[0,-14],[-2,-7],[-1,-12],[-1,-7],[-2,-13],[-5,-4],[-8,-4],[-11,-2],[-4,-3],[-6,-5],[-5,-4],[-5,-4],[-3,-4],[-9,-10],[-5,-4],[-7,-6],[-7,-2],[-5,-2],[-7,-2],[-5,-6],[0,-6],[1,-7],[6,-5],[3,-7],[-1,-12],[-1,-7],[-4,-7],[-7,-6],[-4,-4],[-4,-5],[-5,-4],[-4,-5],[-7,-9],[-2,-6],[-1,-5],[-1,-8],[0,-9],[2,-8],[3,-9],[4,-9],[4,-11],[3,-12],[3,-6],[4,-11],[0,-8],[-2,-6],[-1,-5],[0,-6],[-1,-7],[0,-6],[0,-6],[2,-5],[3,-10],[1,-6],[2,-6],[1,-6],[2,-8],[1,-8],[-1,-8],[-1,-8],[-4,-20],[-2,-5],[-2,-9],[-2,-6],[-1,-5],[-1,-11],[-1,-9],[3,-7],[6,-1],[5,0],[7,-6],[0,-9],[0,-7],[-3,-5],[-4,-4],[-1,-9],[2,-6],[1,-7],[-1,-10],[-1,-13],[-2,-8],[-3,-6],[-7,-12],[-2,-6],[-1,-7],[0,-8],[1,-12],[2,-8],[0,-6],[0,-8],[1,-6],[3,-7],[-1,-5],[-4,-5],[-7,-2],[-12,-4],[-8,-3],[-7,-3],[-4,-4],[-5,-7],[-7,-11],[-3,-5],[-2,-8],[-5,-12],[-6,-8],[-4,-7],[-2,-9],[2,-5],[5,-9],[5,-5],[3,-5],[2,-7],[2,-9],[-1,-7],[-1,-9],[1,-6],[-1,-6],[-3,-6],[-2,-7],[1,-6],[2,-10],[3,-9],[7,-3],[7,-2],[4,-3],[5,-7],[2,-6],[4,-3],[5,-3],[5,-6],[5,-4],[8,-1],[7,-3],[4,-6],[-2,-9],[-2,-10],[-3,-5],[-3,-6],[-3,-4],[-1,-6],[0,-11],[-1,-8],[-4,-8],[-2,-8],[-1,-9],[-4,-6],[-9,-8],[-9,-9],[-2,-5],[-1,-6],[-2,-10],[-3,-5],[-1,-6],[-7,-12],[-4,-3],[-7,-4],[-4,4],[-1,6],[-4,9],[-5,2],[-6,2],[-6,1],[-8,1],[-10,-1],[-5,-1],[-7,-3],[-5,-6],[-3,-8],[0,-5],[4,-6],[6,-3],[8,-3],[9,-4],[4,-7],[1,-5],[-1,-8],[-4,-4],[-5,-1],[-7,1],[-5,2],[-7,3],[-8,3],[-5,-2],[-7,-5],[-2,-7],[0,-10],[5,-5],[5,-7],[7,-7],[7,-10],[1,-10],[-2,-10],[-5,-2],[-6,-2],[-6,0],[-6,-2],[-16,-6],[-8,-5],[-1,-11],[5,-4],[10,-3],[9,-4],[2,-9],[0,-11],[-1,-17],[-1,-18],[-11,-8],[-12,-1],[-12,5],[-4,3],[-5,2],[-6,1],[-6,8],[-5,5],[-9,2],[-10,3],[-6,1],[-3,-4],[-11,-7],[-5,-4],[-3,-6],[-4,-8],[-12,-14],[-2,-5],[-4,-10],[-4,-9],[-4,-4],[-17,0],[-8,1],[-13,-3],[-9,-4],[-3,-4],[-8,-7],[3,-17],[-8,-17],[-10,-9],[-11,-7],[-8,-9],[-5,-10],[-5,-10],[1,-7],[3,-13],[-2,-7],[-11,-11],[-10,-8],[-15,-5],[-17,7],[-20,-3],[-6,0],[-10,-2],[-10,-1],[-11,-4],[-11,-6],[-8,-3],[-5,-6],[-5,-12],[-3,-8],[0,-7],[-4,-8],[-8,-9],[-18,-4],[-18,-6],[-12,-7],[-11,-11],[-12,-18],[4,-6],[7,-9],[0,-8],[-12,1],[-5,3],[-8,-4],[-7,-3],[-12,0],[-18,6],[-10,-1],[-16,-12],[-8,-8],[-2,-9],[-2,-7],[-16,5],[-18,0],[-40,-5],[-15,1],[-15,-1],[-16,-1],[-15,7],[-9,1],[-7,-4],[-5,-7],[2,-9],[0,-7],[-3,-6],[-3,-5],[-11,-4],[-10,-3],[-9,-2],[-13,-7]],[[93728,185305],[-4,-2],[-7,-1],[-8,-2],[-9,-9],[-9,-8],[-7,0],[-7,0],[-9,-2],[-9,-4],[-9,-4],[-10,3],[-23,1],[-16,1],[-6,-4],[-8,-5],[-7,-7],[-6,-6],[-9,-2],[-8,-3],[-7,-5],[-6,-6],[-4,-4],[-4,-4],[-10,-4],[-16,-5],[-14,-2],[-9,1],[-26,7],[-19,5],[-11,-4],[-5,-13],[3,-11],[18,-22],[-14,-12],[-21,-10],[-14,-10],[-18,-8],[-18,3],[-12,-3],[-7,-6],[-1,-8],[-3,-10],[-2,-10],[-1,-8],[-2,-8],[-4,-4],[-13,0],[-11,1],[-15,2],[-10,1],[-10,-1],[-8,-6],[-4,-10],[2,-7],[6,-12],[-4,-7],[-3,-7],[-8,3],[-18,3],[-12,1],[-10,-3],[-5,-8],[11,-25],[8,-18],[-15,-23],[-28,-27],[-19,-23],[-11,-19],[-15,-15],[-60,-29],[-14,-12],[-24,-7],[-20,-14],[-8,-14],[-12,-17],[-13,-12],[-11,-15],[-18,-18],[-17,-12],[0,-8],[-3,-14],[-17,-18],[-21,-19],[-10,-20],[-16,-27],[-18,-8],[-12,-11],[-8,-18],[-5,-23],[-21,-16],[-15,-16],[-12,-15],[-18,-15],[-12,-7],[-5,-15],[-4,-18],[-5,-14],[-12,-12],[-14,-12],[-8,-18],[-9,-19],[-16,-8],[-18,-6],[-20,-12],[-15,-12],[-18,-5],[-17,-8],[-14,-1],[-18,-9],[-13,-20],[-13,-15],[-12,-5],[-11,4],[-16,8],[-11,3],[-14,-6],[-8,-15],[1,-17],[3,-23],[2,-16],[-7,-15],[-15,-11],[-17,-12],[-9,-17],[-4,-17],[4,-19],[-8,-18],[-16,-19],[-15,-15],[-14,-17],[-2,-12],[-6,-27],[-8,-20],[-13,-12],[-7,-16],[12,-14],[7,-17],[-12,-16],[-8,-13],[0,-22],[16,-18],[0,-14],[-3,-18],[-1,-18],[13,-26],[-17,-2],[-13,-15],[-16,-16],[-12,-15],[-6,-21],[1,-18],[6,-24],[-15,-19],[-3,-13],[8,-19],[-3,-23],[2,-20],[1,-8],[-1,-12],[-9,-9],[-8,-3],[-11,-2],[-16,4],[-16,6],[-13,2],[-14,-9],[-3,-19],[3,-12],[11,-14],[6,-13],[5,-26],[1,-16],[8,-13],[10,-16],[14,-16],[9,-15],[12,-13],[8,-18],[2,-23],[1,-17],[2,-11],[0,-12],[-2,-10],[-3,-11],[-4,-11],[-16,-15],[-10,-14],[-10,-17],[8,-9],[10,-6],[10,-13],[4,-1],[8,-3],[6,-3]],[[92290,183208],[8,-12],[7,-21],[-11,-17],[-5,-8],[-7,-16],[-8,-17],[-15,-13],[-14,-18],[-5,-12],[-6,-12],[-8,-6],[-21,6],[-54,-19],[-9,-7],[-9,-9],[-4,-5],[-7,-5],[-7,-4],[-6,-3],[-5,-4],[-4,-5],[0,-9],[1,-7],[7,-8],[4,-10],[-3,-8],[-6,-7],[-6,-2],[-5,-6],[-4,-6],[-2,-7],[-6,-4],[-7,-3],[-4,-6],[-3,-4],[-3,-6],[-2,-9],[-1,-6],[-3,-6],[-5,-7],[-5,-6],[-7,-2],[-6,-2],[-6,-2],[-9,-3],[-7,-1],[-5,-3],[-1,-7],[-4,-8],[-5,-10],[-2,-5],[-2,-10],[-4,-7],[-5,-6],[-6,-6],[-2,-5],[-3,-7],[-1,-6],[-2,-7],[3,-6],[8,-7],[5,-8],[-2,-6],[-4,-7],[-6,-8],[-9,-6],[-6,-3],[-7,-5],[-7,-3],[-3,4],[-6,2],[-6,0],[-8,-5],[-6,-4],[-7,-6],[-4,-5],[-2,-5],[0,-11],[1,-5],[1,-6],[-2,-6],[-3,-10],[-2,-5],[-2,-5],[-7,-8],[-4,-2],[-5,-7],[-9,-3],[-5,3],[-5,6],[-1,6],[-6,3],[-9,1],[-4,-1],[-2,-7],[-3,-5],[3,-7],[-1,-5],[-6,-8],[-6,-7],[-4,-5],[-3,-7],[-2,-8],[2,-12],[-2,-7],[-3,-8],[-5,-5],[-3,-6],[-5,-4],[-7,-6],[-9,-6],[-10,-5],[-5,-3],[-8,-2],[-12,1],[-6,0],[-5,-1],[-5,-3],[-2,-5],[-7,-3],[-6,-4],[0,-7],[2,-12],[-4,-8],[-5,-6],[-4,-2],[-3,-5],[-7,-9],[-12,-1],[-7,1],[-8,3],[-8,0],[-10,-4],[-8,-1],[-5,-2],[-14,-2],[-11,-2],[-13,2],[-12,2],[-11,1],[-23,-3],[-8,0],[-7,-1],[-6,-2],[-6,-1],[-10,-2],[-14,2],[-9,3],[-6,1],[-14,0],[-10,1],[-9,-8],[-3,-9],[-3,-6],[-5,-7],[-7,-3],[-12,-7],[-15,-5],[-9,2],[-8,-2],[-5,-1],[-6,-4],[-6,-3],[3,-10],[-1,-7],[-3,-5],[-7,-4],[-6,-5],[-12,-8],[135,-184],[-283,-158],[144,-220],[-272,-169],[96,-149],[-182,-113],[-150,223],[-88,-53],[7,-14],[-33,-29],[-17,19],[-530,-319],[-46,74],[-227,-133],[-40,62],[-243,-152],[38,-55],[-186,-113],[-97,-60],[-569,-344],[-359,-270],[-382,-372],[-337,-342],[-331,-347],[-63,-64],[-383,-393],[-280,254],[-602,-556],[-332,301],[-264,242],[-80,-58]],[[85396,178873],[-320,1800],[-164,851],[-54,354],[13,3],[15,7],[28,15],[20,4],[20,-5],[9,1],[6,5],[1,13],[-1236,1107],[-114,98],[-699,627]],[[82921,183753],[716,418],[1722,981]],[[85359,185152],[47,10],[480,142],[191,54],[69,11],[94,0],[92,-4],[56,17],[41,-9],[11,-1],[4,-4],[9,-10],[7,-4],[4,-5],[7,-7],[6,-8],[5,-5],[8,-9],[4,-4],[3,-5],[5,-6],[8,-5],[6,-6],[6,-7],[5,-3],[4,-4],[6,-7],[5,-5],[5,-3],[6,-6],[5,-6],[6,-8],[4,-8],[4,-4],[7,-3],[4,-8],[7,-1],[3,-4],[7,-1],[5,-1],[5,-3],[7,-4],[9,1],[6,-5],[6,-3],[6,-1],[4,-7],[6,-9],[5,-2],[5,-2],[6,-2],[7,-3],[8,-6],[5,-2],[6,-3],[3,-5],[9,0],[9,-1],[8,-7],[5,-4],[5,0],[9,-1],[6,-1],[7,-2],[4,0],[8,-2],[8,-8],[4,-1],[5,-1],[8,0],[5,2],[9,2],[12,3],[8,1],[8,0],[6,-3],[8,0],[7,0],[8,-2],[6,3],[6,2],[10,3],[14,1],[12,1],[6,-2],[8,-1],[7,-3],[7,-3],[5,-2],[8,-1],[5,-1],[5,8],[-1,9],[0,8],[0,5],[32,-3],[5,-4],[5,-3],[8,-4],[12,-2],[10,-2],[9,0],[13,-2],[6,-1],[9,1],[7,-7],[5,-4],[5,-7],[11,-5],[10,-3],[5,-5],[5,-5],[8,-8],[6,-6],[5,-3],[2,-7],[-4,-4],[7,-5],[6,-4],[9,-9],[9,-3],[5,-1],[7,1],[6,-3],[5,-4],[4,-1],[7,-1],[5,-1],[7,0],[4,1],[8,4],[3,3],[4,5],[9,8],[4,4],[9,2],[4,7],[4,2],[9,4],[7,1],[6,3],[4,4],[6,5],[4,8],[5,6],[6,2],[5,0],[5,4],[5,4],[7,5],[4,4],[5,3],[13,2],[8,1],[10,-1],[6,-1],[6,-2],[8,-4],[6,-1],[8,-3],[4,-2],[5,-3],[8,-3],[7,-5],[5,1],[8,-1]],[[87443,185113],[5,0],[10,3]],[[87458,185116],[6,3],[6,1],[10,-1],[6,-1],[5,-1],[6,-1],[7,-1],[6,0],[5,0],[9,1],[7,0],[5,1],[5,0],[6,1],[5,1],[10,0],[6,0],[7,-2],[10,2],[6,1],[8,3],[8,2],[8,0],[7,2],[8,0],[8,3],[5,4],[8,5],[7,3],[8,2],[6,2],[8,1],[9,2],[15,-1],[4,0],[7,1],[6,2],[5,1],[8,1],[5,1],[6,0],[5,0],[5,-1],[9,-1],[7,-1],[5,-2],[5,-2],[5,-3],[7,-5],[4,-3],[19,-5],[6,0],[5,0],[7,0],[6,0],[7,-6],[10,-8],[9,-5],[5,-2],[6,-2],[6,-2],[5,-5],[4,-3],[5,-3],[8,0],[7,0],[5,1],[5,3],[7,3],[5,4],[5,3],[11,4],[4,1],[5,1],[5,0],[6,4],[7,6],[7,8],[1,9],[3,5],[7,5],[6,2],[3,3],[6,9],[2,8],[1,7],[1,8],[1,5],[2,5],[4,9],[1,6],[1,5],[6,8],[5,10],[3,4],[4,4],[8,5],[9,4],[8,4],[2,13],[4,9],[5,3],[5,3],[5,5],[3,4],[4,4],[5,3],[8,4],[10,6],[2,7],[4,5],[7,3],[4,4],[7,6],[6,3],[8,3],[6,3],[9,5],[7,4],[4,6],[4,7],[1,6],[1,9],[5,7],[5,8],[0,10],[3,6],[4,5],[2,6],[11,12],[6,1],[11,2],[5,2],[8,0],[5,1],[6,0],[5,0],[5,-2],[4,-4],[4,-4],[8,-3],[6,-1],[5,-1],[7,2],[10,-1],[6,-1],[9,5],[6,6],[6,7],[5,4],[6,5],[5,4],[3,7],[0,11],[1,9],[7,10],[5,5],[3,4],[3,8],[3,5],[4,4],[4,5],[6,4],[10,5],[5,5],[5,6],[8,5],[10,9],[9,7],[-3,14],[-2,17],[5,13],[0,14],[-2,20],[-1,12],[4,19],[2,13],[-2,18],[-8,11],[0,11],[4,12],[4,17],[1,15],[0,13],[8,11],[15,13],[4,18],[5,19],[8,23],[5,10],[9,13],[10,13],[4,13],[8,16],[7,15],[7,12],[11,14],[5,12],[4,10],[5,14],[8,10],[4,12],[7,17],[5,11],[0,13],[3,13],[7,16],[5,14],[7,11],[9,12],[11,8],[11,14],[3,12],[4,10],[9,0],[14,10],[5,12],[8,9],[16,9],[14,9],[8,4],[7,7],[15,13],[13,10],[8,12],[7,14],[8,8],[9,9],[14,10],[15,9],[11,17],[4,12],[-1,14],[6,10],[10,11],[16,2],[11,9],[7,16],[3,17],[-6,9],[7,14],[15,16],[7,8],[6,18],[6,15],[2,16],[10,11],[12,9],[8,11],[10,5],[4,8],[-2,6],[-8,5],[-4,6],[4,13],[7,13],[7,17],[8,14],[13,11],[15,7],[3,5],[9,4],[8,5],[8,7],[3,6],[2,6],[0,10],[2,10],[2,5],[2,6],[3,4],[5,8],[3,4],[8,1],[8,2],[3,4],[3,11],[0,9],[-1,6],[-1,7],[-1,6],[-1,6],[0,9],[0,6],[1,9],[2,11],[2,7],[5,13],[4,8],[9,5],[6,1],[5,1],[4,4],[3,5],[2,6],[2,6],[-2,5],[-1,9],[1,9],[5,5],[4,5],[6,6],[4,6],[9,2],[5,0],[8,-2],[5,2],[3,5],[1,7],[-2,10],[0,14],[197,-169],[44,-33],[354,-315],[251,-216],[143,-131],[53,-46],[43,-62],[129,135],[82,87],[296,316],[117,119],[363,381],[402,424],[173,180],[-261,373],[78,44],[49,12],[5,3],[6,2],[9,3],[6,7],[5,7],[5,9],[5,7],[9,8],[6,5],[5,4],[9,-1],[6,-6],[11,-8],[6,-7],[9,-6],[8,1],[6,1],[8,-8],[6,-2],[8,-2],[5,-3],[5,-1],[7,-2],[8,2],[6,4],[7,5],[4,5],[11,5],[9,5],[16,3],[12,1],[12,2],[20,2],[13,-3],[20,-5],[27,-11],[19,2],[18,5],[27,3],[16,6],[17,3],[11,-2],[9,4],[11,7],[21,-2],[48,-2],[15,1],[6,2],[165,82],[317,140],[8,1],[18,13],[30,42],[28,22],[27,16],[57,14],[196,55],[147,100],[-8,29],[21,16],[40,38],[32,45],[74,51],[41,62],[37,48],[113,108],[33,81],[2,27],[1,15],[5,15],[5,12],[4,15],[3,22],[-9,25],[1,11],[8,40],[0,24],[-16,25],[-7,31],[-6,9],[-3,7],[-7,7],[-7,14],[0,13],[-2,15],[-6,8],[-4,6],[-7,5],[-6,6],[-2,5],[0,10],[-1,7],[0,7],[-1,7],[-2,5],[-3,7],[-4,4],[-5,4],[-8,2],[-11,1],[-9,5],[-3,7],[-3,19],[-5,20],[-10,65],[0,38],[-6,11],[1,6],[3,5],[4,6],[4,10],[1,7],[0,8],[-1,10],[-2,6],[-2,5],[-3,10],[1,12]],[[136224,120362],[3047,-2571],[89,-75]],[[139360,117716],[977,-811],[434,-370],[407,-338],[213,-183],[-30,-36],[389,-353],[1146,-1033]],[[142896,114592],[-687,-56],[-631,-54],[32,-457],[54,-740],[43,-792],[92,-1251],[-420,14],[-214,3],[-269,9],[-1367,-66],[82,-980],[15,-114],[295,-1414],[-4341,-370],[142,-2358],[-1838,-13],[-85,-118],[-248,-214],[-161,-181],[-351,-359],[-99,-111],[-337,-360],[-286,-310],[-921,-971]],[[131396,103329],[-174,139],[-380,320],[-416,341],[-1194,985]],[[129232,105114],[-4013,3455],[-9,9]],[[131731,116243],[137,-121],[197,202],[362,371],[636,652],[536,561],[1960,2166],[665,288]],[[74297,196510],[719,-1226],[423,-721],[295,10],[261,209],[44,-20],[8,-5],[5,-3],[7,-2],[8,-5],[7,-4],[6,-4],[5,-3],[5,-3],[7,-3],[5,-1],[6,-3],[7,-4],[8,-5],[5,-4],[5,-4],[3,-4],[5,-4],[5,-2],[6,-1],[4,-3],[5,-3],[6,-4],[2,-6],[3,-6],[4,-4],[5,-4],[4,-3],[1,-6],[-1,-6],[3,-5],[4,-4],[3,-5],[5,-3],[5,-2],[5,-3],[4,-2],[4,-2],[5,-6],[4,-6],[4,-6],[3,-3],[5,-1],[5,3],[6,1],[4,-3],[7,-5],[5,-4],[8,-5],[5,-1],[5,2],[4,5],[5,0],[5,-1],[7,-2],[5,-3],[6,-4],[5,-3],[6,-3],[6,-3],[6,-3],[5,-2],[5,-1],[6,-1],[6,1],[5,0],[6,1],[5,1],[6,2],[9,-2],[7,-3],[6,-3],[5,-5],[3,-6],[5,-5],[6,-5],[5,-3],[5,-4],[4,-3],[5,-5],[5,-2],[6,-1],[6,-2],[6,-1],[5,-1],[7,1],[7,1],[7,-5],[4,-6],[4,-5],[3,-8],[2,-5],[2,-5],[2,-7],[2,-5],[5,-5],[4,-4],[5,-3],[3,-5],[3,-5],[3,-4],[4,-4],[2,-7],[3,-5],[4,-4],[6,-3],[5,-4],[4,-6],[4,-6],[5,-4],[4,-4],[8,-2],[5,-2],[4,-3],[4,-6],[5,-2],[4,-2],[6,-3],[6,-4],[3,-4],[5,-3],[5,-3],[5,-3],[5,-3],[10,-9],[5,-4],[6,-5],[4,-3],[7,-2],[5,-2],[7,0],[7,-1],[7,-2],[5,-2],[5,1],[7,0],[6,-4],[5,-1],[7,-2],[4,-3],[5,-2],[4,-2],[4,-3],[6,-1],[5,-2],[6,-1],[6,-4],[6,-3],[5,-4],[5,-1],[4,2],[6,1],[5,0],[8,-3],[4,-5],[6,-5],[6,-1],[6,0],[7,1],[4,5],[6,8],[6,2],[6,-1],[7,-3],[5,0],[7,-1],[7,1],[6,1],[6,2],[6,3],[5,0],[4,2],[5,-1],[6,0],[7,-2],[6,-3],[3,-4],[4,-2],[5,-5],[6,-1],[6,0],[6,1],[4,0],[6,0],[6,1],[4,3],[7,1],[5,1],[6,0],[6,2],[5,2],[7,1],[5,2],[5,0],[9,-1],[5,0],[6,0],[6,1],[5,0],[5,0],[9,-2],[6,-1],[8,0],[6,0],[8,1],[6,2],[7,0],[7,1],[5,2],[6,2],[6,1],[5,2],[11,3],[5,1],[6,2],[6,1],[5,1],[10,2],[7,2],[8,0],[7,2],[8,-2],[6,-3],[7,-3],[8,-2],[10,-1],[6,0],[5,2],[8,1],[7,-3],[6,-2],[8,-1],[7,0],[9,0],[5,-1],[7,0],[6,0],[7,2]],[[77336,194321],[2,-9],[1463,-1387],[449,-398],[871,-789],[949,-865],[799,-667],[599,-542],[298,-278],[46,-40],[159,-55]],[[82971,189291],[-31,-21],[-22,-8],[-29,-6],[-20,9],[-25,7],[-13,-4],[-1,-12],[7,-12],[0,-13],[-4,-12],[-10,-6],[-21,-4],[-21,-6],[-15,2],[-16,-2],[-6,-6],[-9,-12],[-9,-12],[-6,-9],[-8,-5],[-8,-3],[-21,-15],[-8,-6],[-29,14],[-7,14],[-11,9],[-13,3],[-42,9],[-3,17],[-6,10],[-10,3],[-14,-2],[-21,6],[-1,6],[0,21],[3,11],[1,13],[-2,15],[-12,4],[-12,4],[-6,-3],[-11,-11],[-8,-8],[-10,-3],[-11,0],[-9,1],[-13,9],[-11,1],[-6,-2],[-3,-8],[-4,-12],[-10,-7],[-7,-1],[-6,6],[-9,5],[-8,6],[-10,-1],[-14,-8],[-5,-13],[-10,-12],[-7,-4],[-4,-5],[-12,-11],[-9,-5],[-10,-6],[-13,0],[-6,7],[-4,9],[-6,14],[-14,22],[-14,9],[-10,1],[-6,-8],[0,-13],[-2,-11],[-3,-13],[-7,-19],[-2,-14],[-2,-9],[-5,-9],[-3,-10],[-7,-11],[-9,-12],[-6,-9],[-7,-12],[-2,-8],[-5,-11],[-2,-9],[-3,-12],[-3,-13],[-9,-19],[-6,-10],[-6,-4],[-13,-3],[-13,-5],[-8,1],[-14,-5],[-3,-6],[-5,-8],[2,-8],[12,-3],[10,-8],[6,-7],[10,-11],[6,-15],[-1,-28],[-6,-13],[-13,-24],[-5,-13],[-10,-10],[-24,-18],[-18,-9],[-7,-2],[-10,-2],[-10,0],[-10,-2],[-32,-13],[-15,-21],[-12,-18],[-9,-18],[-30,-27],[-22,-13],[-13,-1],[-32,-29],[-8,-9],[-24,-18],[-13,-7],[-17,-7],[-13,-9],[-8,-12],[-5,-13],[-10,-15],[-15,-17],[-10,-6],[-11,-3],[-20,-13],[-16,0],[-16,-9],[-10,-16],[-1,-14],[-8,-18],[-7,-6],[-12,-3],[-9,-5],[-8,-12],[-12,-20],[-3,-12],[-5,-16],[-9,-13],[-8,-8],[-5,-7],[-13,-5],[-9,-6],[-8,-5],[-10,-13],[-5,-13],[-4,-15],[0,-11],[0,-7],[-3,-15],[0,-8],[-5,-11],[-4,-20],[-8,-17],[-4,-21],[-12,-2],[-8,7],[-9,8],[-14,0],[-12,-4],[-3,-12],[0,-9],[-1,-9],[-3,-15],[-4,-4],[-10,-1],[-13,-2],[-8,0],[-13,0],[-7,0],[-11,-1],[-8,-1],[-11,0],[-10,-1],[-7,5],[-13,7],[-12,6],[-11,0],[-8,-4],[-4,-8],[-4,-8],[-10,-19],[-4,-6],[-8,-11],[-5,-11],[-4,-5],[-9,-17],[-2,-25],[0,-18],[1,-13],[-14,-7],[-9,0],[-19,0],[-18,3],[-19,0],[-12,-1],[-18,2],[-10,12],[-17,-1],[-12,-4],[-5,-13],[1,-12],[4,-18],[-10,-16],[-8,9],[-21,2],[-13,-8],[-10,-5],[-9,-6],[-9,-5],[-11,-2],[-14,-3],[-14,-4],[-10,-2],[-14,-8],[-8,-8],[-7,-8],[-8,-7],[-21,-16],[-13,-7],[-10,-7],[-11,-2],[-13,-1],[-17,-1],[-13,-4],[-8,-5],[-11,-8],[-14,-13],[-13,-8],[-16,-9],[-16,-4],[-13,-6],[-10,-8],[-29,-16],[-9,-7],[-15,-6],[-12,-3],[-12,-5],[-12,-6],[-9,-4],[-11,-3],[-11,-3],[-15,-4],[-10,-4],[-12,-7],[-12,-8],[-10,-14],[-5,-6],[-4,-3],[-7,-9],[-9,-9],[-1,-8],[-4,-8],[-4,-4],[-12,-4],[-4,5],[-14,-1],[-17,-4],[-9,-8],[-7,-19],[-4,-18],[-4,-13],[-3,-12],[-4,-15],[-7,-3],[-12,-3],[-12,-3],[-15,-6],[-9,-2],[-20,-1],[-6,-1],[-11,1],[-14,0],[-6,-1],[-8,-16],[-2,-8],[-1,-16],[0,-9],[-2,-5],[-6,-1],[-10,-2],[-11,3],[-13,11],[-10,7],[-18,6],[-18,-4],[-16,-3],[-11,-1],[-16,4],[-19,8],[-17,-3],[-16,-6],[-28,1],[-11,-4],[-20,-2],[-10,1],[-21,6],[-16,11],[-6,3],[-27,-4],[-11,6],[-8,8],[0,7],[-7,13],[-3,6],[-8,5],[-16,4],[-12,10],[-12,10],[-4,6],[-17,8],[-24,-1],[-6,-2],[-25,-2],[-12,1],[-16,2],[-7,0],[-11,1],[-19,-1],[-12,-1],[-15,-4],[-14,0],[-17,4],[-16,-4],[-9,-1],[-15,-6],[-16,0],[-14,-2],[-10,0],[-17,2],[-15,0],[-18,-4],[-20,-5],[-10,-4],[-8,-8],[-20,-4],[-10,1],[-14,0],[-15,2],[-21,-12],[-8,-5],[-9,-4],[-22,-9],[-15,-8],[-17,-9],[-14,-6],[-17,-9],[-20,-10],[-18,-4],[-14,-5],[-11,-4],[-20,-2],[-15,1],[-10,7],[-9,7],[-5,6],[-7,8],[-9,8],[-11,5],[-17,-2],[-7,-1],[-12,6],[-9,-7],[-10,-2],[-12,-4],[-11,-4],[-13,-14],[-8,-10],[-8,-6],[-32,-25],[0,-11],[-7,-3],[-13,-8],[-16,-6],[-16,-8],[-13,-14],[-6,-12],[-7,-11],[-8,-19],[-6,-6],[-9,-3],[-8,-2],[-16,-6],[-17,-3],[-9,0],[-15,-3],[-14,2],[-6,11],[-5,8],[-11,4],[-6,4],[-13,18],[-19,12],[-20,9],[-17,4],[-19,-2],[-27,0],[-23,-8],[-14,-3],[-22,-7],[-17,-7],[-21,-10],[-19,-9],[-19,-7],[-15,-7],[-19,-6],[-19,-5],[-12,-2],[-20,-4],[-19,-6],[-20,-1],[-17,4],[-23,2],[-15,1],[-15,4],[-19,4],[-21,6],[-20,2],[-15,-2],[-10,-5],[-22,-9],[-16,-6],[-15,-4],[-22,-4],[-11,-1],[-14,4],[1,-13],[-4,-7],[-3,-15],[1,-15],[-2,-21],[-1,-24],[-1,-24],[-2,-23],[-2,-21],[-1,-24],[-2,-22],[-1,-12],[-3,-17],[-4,-23],[-3,-15],[-7,-13],[-7,-30],[-5,-14],[-5,-12],[-1,-12],[-6,-25],[-6,-18],[-15,-24],[-16,-11],[-6,-15],[-6,-17],[-1,-14],[-1,-25],[1,-24],[-1,-14],[-2,-12],[0,-13],[4,-14],[6,-11],[5,-11],[3,-12],[0,-13],[-6,-12],[-6,-9],[-6,-12],[2,-7],[4,-12],[1,-15],[2,-22],[4,-10],[6,-8],[4,-3],[5,-4],[5,-13],[5,-19],[3,-9],[6,-5],[4,-7],[4,-7],[3,-13],[1,-6],[0,-17],[0,-12],[2,-22],[0,-14],[1,-12],[0,-7],[0,-5],[-1,-13],[1,-15],[0,-25],[0,-12],[2,-10],[4,-17],[8,-11],[6,-8],[1,-8],[2,-14],[2,-8],[6,-12],[4,-9],[10,-6],[9,-9],[11,-11],[6,-7],[5,-4],[8,-16],[3,-15],[1,-6],[2,-10],[11,-13],[6,-10],[4,-14],[3,-6],[11,-17],[6,-9],[8,-12],[6,-5],[9,-15],[5,-12],[6,-6],[6,-21],[3,-20],[0,-12],[-2,-13],[1,-14],[0,-12],[-2,-16],[-3,-7],[-2,-11],[-4,-7],[-4,-8],[-4,-13],[-4,-12],[-3,-8],[-1,-9],[-2,-9],[-2,-8],[-2,-8],[0,-10],[-1,-9],[-6,-16],[-9,-13],[-5,-13],[-2,-16],[-2,-10],[-7,-10],[-4,-10],[0,-14],[0,-10],[-2,-11],[-11,-15],[-9,-11],[5,-21],[6,-17],[5,-10],[1,-9],[1,-11],[-8,-11],[-8,-11],[-6,-17],[-2,-13],[-3,-8],[-4,-11],[-7,-19],[-6,-14],[-3,-13],[-2,-17],[-1,-15],[-1,-6],[1,-15],[1,-9],[2,-6],[1,-12],[3,-29],[1,-9],[2,-13],[3,-25],[3,-12],[8,-22],[4,-11],[8,-18],[0,-6],[-3,-8],[-5,-37],[-2,-9],[1,-16],[1,-11],[-1,-9],[0,-6],[0,-15],[2,-6],[5,-11],[-16,-52],[6,-35],[12,-36],[8,-33],[-5,-37],[-17,-31],[7,-47],[7,-28],[6,-27],[6,-30],[16,-37],[15,-34],[16,-30],[-4,-34],[-3,-45],[-11,-35],[-16,-45],[-12,-19],[-6,-24],[-3,-34],[-4,-31],[-3,-32],[-3,-35],[0,-30],[-1,-33],[-8,-31],[-10,-29],[-8,-41],[-23,-25],[-11,-26],[1,-28],[-4,-39],[-12,-24],[-14,-18],[-16,-31],[-24,-1],[-21,-25],[-13,-19],[-10,-32],[-3,-19],[15,-37],[-11,-37],[-26,-28],[-10,-22],[-10,-8],[-9,-24],[1,-36],[-13,-66],[-5,-30],[-14,-37],[-22,-24],[-13,-16],[-14,-29],[-13,0],[-13,-20],[-20,-36],[-9,-39],[-9,-34],[-23,-42],[-35,-47],[-24,-30],[-31,-44],[-32,-54],[-25,-33],[-30,-48],[-22,-32],[-19,-23],[-29,-45],[-8,-10],[-37,-36],[-23,-29],[-20,-32],[-21,-27],[-22,-33],[-28,-33],[-19,-25],[-23,-45],[-25,-33],[-27,-38],[-37,-41],[-24,-18],[-35,-27],[-40,-28],[-28,-21],[-25,-31],[-52,-35],[-34,-19],[-36,-18],[-29,-12],[-16,-11],[-17,-10],[-9,-9]],[[76973,182409],[-224,59],[54,51],[-717,291],[38,103],[-2901,1255],[6,11],[3,21],[0,16],[-8,17],[-1,7],[1,22],[-6,32],[-7,18],[1,29],[3,29],[-18,27],[-21,26],[-12,24],[-12,26],[-14,33],[-11,46],[-1,19],[-2,33],[1,23],[-3,26],[0,35],[9,42],[2,33],[5,31],[-3,27],[8,29],[14,31],[-1,32],[-1,41],[0,24],[-10,25],[-4,38],[15,11],[13,14],[-8,30],[1,23],[7,27],[12,42],[27,31],[3,22],[6,29],[13,28],[1,10],[2,26],[6,22],[31,14],[27,17],[17,24],[2,28],[8,34],[12,27],[10,35],[24,27],[2,23],[-1,33],[8,27],[25,31],[13,34],[17,36],[19,37],[30,45],[22,33],[17,8],[18,1],[13,4],[5,13],[2,20],[6,23],[25,24],[28,18],[15,14],[6,26],[2,33],[7,28],[6,19],[5,15],[5,18],[2,16],[-2,30],[-14,27],[-9,23],[-2,33],[-4,20],[-12,23],[-12,22],[-11,24],[-12,30],[-11,26],[-1,34],[6,40],[14,40],[15,34],[5,29],[-1,34],[5,32],[6,27],[7,43],[4,36],[8,33],[11,27],[1,18],[3,7],[6,26],[10,25],[3,24],[0,41],[1,28],[10,29],[19,19],[8,4],[17,27],[16,37],[11,23],[10,29],[4,27],[2,26],[16,32],[5,18],[4,35],[17,31],[3,28],[15,33],[2,8],[11,44],[5,27],[4,27],[9,46],[5,30],[-3,32],[4,18],[14,15],[18,17],[16,19],[-1,17],[-12,26],[-13,19],[1,11],[19,30],[2,22],[-5,29],[-9,14],[19,29],[25,24],[26,14],[28,17],[17,22],[19,35],[15,26],[8,18],[-3,16],[-20,7],[-24,5],[-20,2],[-21,10],[-24,10],[-27,-5],[-23,7],[-21,15],[-30,7],[-19,13],[-15,8],[-39,6],[-14,15],[-11,1],[-27,-5],[-19,2],[-26,14],[-20,21],[-18,13],[-17,9],[-28,14],[-16,5],[-21,-9],[-28,-2],[-24,0],[-16,7],[-27,17],[-10,25],[-11,9],[-21,7],[-18,4],[-4,30],[10,16],[-12,23],[8,20],[16,17],[4,19],[-7,35],[-20,37],[-19,21],[-22,20],[-26,14],[-30,29],[-23,24],[-29,23],[-26,45],[-11,21],[-23,36],[-31,22],[-21,15],[-22,12],[-32,14],[-27,11],[-24,16],[-15,26],[-21,13],[-30,12],[-35,12],[-38,16],[-23,19],[-28,23],[-21,19],[-30,34],[-27,28],[-15,12],[-25,6],[-23,9],[-21,15],[-29,10],[-16,-4],[-30,-3],[-25,4],[-25,17],[-18,27],[-5,6],[-19,16],[-7,24],[-1,41],[3,37],[6,31],[-4,33],[-22,17],[-27,17],[-12,10],[-5,12]],[[72445,189318],[2,346],[120,3509],[657,980],[156,233],[687,1603],[230,521]],[[83728,189718],[0,-7],[0,-6],[1,-6],[8,0],[7,1],[-4,-11],[4,-10],[8,0],[9,1],[3,-4],[0,-7],[-9,-7],[9,-4],[3,-7],[-5,-5],[-8,-4],[-10,-14],[-6,-5],[-10,-11],[-5,-16],[4,-25],[3,-20],[-11,-22],[-19,-5],[-15,-4],[-8,-11],[-10,-14],[-16,-16],[-4,-14],[2,-19],[2,-20],[-4,-15],[-3,-11],[-5,-13],[-18,-5],[-23,-15],[-21,-15],[-4,-17],[-3,-12],[-12,-17],[-3,-22],[6,-20],[6,-17],[10,-23],[11,-7],[20,-14],[14,-10],[13,-5],[10,-15],[12,-20],[16,-26],[13,-32],[16,-19],[-1,-39],[11,-27],[9,-29],[3,-29],[-10,-20],[-2,-21],[-4,-29],[9,-11],[5,-17],[21,-10],[6,-18],[2,-24],[14,-12],[-5,-20],[9,-27],[19,-11],[13,-25],[17,-23],[3,-27],[5,-29],[31,-18],[14,-29],[-4,-31],[-3,-21],[13,-26],[4,-35],[-16,-23],[-16,-33],[-3,-32],[10,-36],[33,-34],[25,-14],[39,-32],[2,-36],[10,-15],[5,-29],[5,-27],[23,-27],[11,-23],[15,-24],[21,-10],[11,-18],[12,-20],[9,-21],[16,-13],[8,-12],[-6,-34],[10,-21],[11,-20],[2,-20],[28,-24],[13,-33],[3,-33],[8,-36],[21,-18],[8,-16],[16,-31],[35,-17],[14,-29],[19,-21],[24,-22],[23,-26],[20,-21],[14,-28],[2,-26],[1,-30],[0,-22],[16,-19],[18,-28],[13,-24],[7,-30],[-1,-21],[3,-29],[9,-18],[18,-10],[24,-28],[21,-26],[30,-10],[23,-12],[29,-24],[17,-21],[9,-26],[-1,-27],[-11,-23],[-5,-21],[-9,-20],[-12,-18],[-19,-18],[-14,-10],[2,-18],[9,-24],[-4,-21],[6,-25],[8,-23],[9,-22],[19,-23],[21,-20],[21,-21],[15,-28],[-2,-25],[-4,-25],[-1,-18],[-7,-26],[-12,-19],[-19,-20],[-3,-16],[-3,-24],[-9,-25],[-5,-19],[-6,-21],[-10,-18],[-12,-23],[-8,-11],[-7,-28],[-19,-15],[3,-24],[1,-22],[-20,-29],[-9,-14],[-21,-23],[-15,-7],[-14,-8],[-17,-15],[-7,-10],[-8,-16],[1,-17],[-2,-15],[-1,-20],[-7,-20],[-23,-10],[-13,-17],[-28,-15],[-11,-15],[-23,-11],[-11,-2],[-18,-9],[1076,-957],[15,-12]],[[82921,183753],[-2142,-1225],[-455,745],[-1416,-1007],[-340,-348]],[[78568,181918],[-688,229],[-907,262]],[[82971,189291],[12,6],[19,1],[14,1],[15,14],[11,6],[20,4],[11,4],[17,10],[13,5],[10,-8],[14,-6],[5,10],[6,21],[13,23],[24,15],[24,8],[34,17],[22,12],[25,21],[18,19],[14,20],[9,26],[23,7],[14,-14],[14,-16],[6,-17],[14,-10],[19,5],[15,23],[-2,18],[-3,19],[27,13],[30,5],[14,8],[5,17],[-1,23],[6,11],[22,-4],[18,-12],[18,-12],[21,-7],[16,8],[10,19],[-5,18],[3,14],[23,17],[8,8],[2,7],[5,8],[7,2],[5,0],[7,-3],[11,-9],[5,-7],[6,-7],[6,-3],[6,2],[5,6],[-2,8],[-7,13],[-4,10],[1,8],[5,3],[8,7],[10,4],[9,3],[7,5]],[[85396,178873],[-23,-113],[-160,-96],[-743,-458],[-393,-244],[-442,-274],[-360,-247],[354,-342],[357,-327],[-350,-365],[-207,-225],[-210,-209],[321,-284]],[[83540,175689],[-1953,-1930],[-132,111],[-908,-907]],[[80547,172963],[-1124,1017],[561,526],[-1509,1384],[-595,-632],[-319,-343],[-1405,1267],[-500,450],[325,357],[-445,408],[-929,961]],[[74607,178358],[1359,1384],[438,-407],[1307,1337],[99,108],[-182,176],[252,267],[688,695]],[[149041,103692],[-296,39],[-96,13]],[[148649,103744],[-555,74]],[[148094,103818],[203,281],[42,119],[53,82],[141,220],[165,161],[261,313],[164,396],[13,25],[79,75],[129,253],[105,116],[11,16],[86,161],[515,692],[584,770],[106,241],[183,169],[124,223]],[[151058,108131],[476,-176]],[[151534,107955],[232,-86]],[[151766,107869],[-20,-24],[-46,-71],[-43,-64],[-43,-55],[-18,-39],[-97,-141],[-73,-75],[-58,-75],[-25,-50],[-40,-64],[-33,-43],[-21,-46],[-21,-46],[-28,-67],[-23,-59],[-69,-132],[-55,-95],[-42,-69],[-76,-117],[-36,-59],[-25,-51],[-61,-86],[-50,-79],[-73,-115],[-26,-33],[-35,-38],[-34,-46],[-64,-81],[-40,-54],[-39,-56],[-36,-57],[-35,-56],[-92,-137],[-57,-66],[-79,-97],[-55,-72],[-38,-43],[-29,-49],[-40,-61],[-40,-71],[-40,-71],[-35,-74],[-32,-65],[-37,-73],[-26,-49],[-28,-53],[-29,-54],[-22,-43],[-18,-38],[-33,-49],[-42,-59],[-36,-48],[-44,-51],[-48,-63],[-42,-54],[-36,-62],[-33,-56],[-39,-73],[-36,-67],[-47,-59],[-62,-76],[-49,-64],[-33,-50],[-54,-77],[-9,-10]],[[74607,178358],[-269,249],[-1242,-1267],[-817,755],[-1790,-1902],[-1245,1141],[-641,-636],[-1964,1748],[-262,-245],[-370,-399],[-989,892]],[[66464,184886],[2023,2139],[-122,110],[2365,2509],[17,3],[17,2],[20,-5],[29,2],[31,8],[36,12],[29,7],[24,11],[28,6],[33,5],[22,-4],[28,-14],[24,-3],[21,-9],[13,-12],[14,-9],[24,-10],[14,-8],[17,-12],[26,-10],[26,-1],[29,15],[16,19],[23,-1],[15,-18],[9,-21],[9,-13],[18,-17],[17,-15],[14,-19],[-2,-19],[9,-17],[18,-19],[18,-6],[18,-2],[19,-19],[26,-1],[21,-13],[21,-10],[28,4],[25,-5],[31,-8],[30,-10],[32,-11],[23,-4],[31,12],[17,10],[15,12],[16,-3],[25,-2],[28,-2],[29,10],[26,-16],[29,-6],[22,-9],[24,0],[27,0],[19,-4],[25,-10],[28,9],[30,17],[16,13],[9,3],[11,-4],[8,0],[21,26],[8,8],[16,5],[12,-1],[7,-7],[15,-6],[13,0],[16,3],[13,2],[14,3],[10,2],[20,-2],[16,-7],[16,-8],[10,-9],[16,-11],[6,-4],[20,-18],[16,-10],[14,-13],[6,-14],[13,-15],[8,-13],[14,-16]],[[93728,185305],[1167,-192],[560,-96],[-42,-211],[506,-94],[699,-121],[1927,-341]],[[98545,184250],[-65,-368],[161,-178],[164,-213],[108,40],[9,-7],[188,68],[470,-441],[-99,-181],[608,-550],[-1,-6],[-5,-12],[-2,-8],[-4,-4],[-4,-5],[-4,-4],[-5,-4],[-3,-3],[-6,-3],[-7,-5],[-5,-6],[507,-513],[-3,-10],[3,-9],[17,-16],[5,-4],[5,-4],[3,-3],[2,-16],[-3,-10],[-2,-8],[-1,-5],[0,-7],[-2,-8],[-6,-24],[1,-28],[488,-462],[18,-21],[64,-60],[18,-26],[176,-167],[94,56],[409,-578],[335,-464],[38,-68],[77,96],[226,-311],[6,16],[237,-321]],[[102755,179385],[3,-10],[4,-3],[11,-10],[10,-10],[5,-5],[5,-5],[4,-16],[-6,-7],[-10,-1],[-5,2],[-8,22],[-4,3],[-11,1],[-10,-3],[-15,-10],[-8,-4],[-11,-7],[-4,-10],[6,-11],[8,-6],[12,-7],[9,-8],[8,-14],[6,-13],[0,-7],[-6,-7],[-10,-3],[-9,2],[-7,2],[-17,1],[-8,-1],[-8,-3],[-6,-7],[-2,-5],[3,-8],[19,-13],[5,-9],[1,-7],[-4,-14],[2,-6],[7,-11],[2,-7],[-1,-6],[-5,-12],[-8,-5],[-6,-3],[-7,-7],[8,-1],[12,0],[13,-9],[5,-12],[0,-7],[-3,-10],[-4,-9],[-3,-8],[-8,-7],[-8,-1],[-12,0],[-11,-2],[-8,-4],[1,-11],[7,-6],[11,-5],[8,-5],[9,-7],[8,-8],[2,-7],[0,-11],[-3,-10],[-1,-11],[-2,-7],[-4,-4],[-10,-6],[-5,-4],[-3,-11],[4,-10],[4,-5],[3,-5],[-3,-9],[-3,-9],[-1,-9],[5,-8],[5,-9],[2,-15],[-3,-11],[0,-6],[-2,-14],[4,-13],[2,-5],[8,-7],[8,-2],[10,-1],[13,-3],[8,-5],[8,-8],[2,-9],[-3,-6],[-6,-7],[-9,-7],[-7,-3],[-17,-13],[-14,-9],[-3,-4],[-1,-16],[9,-4],[7,-5],[3,-8],[-10,-16],[-2,-5],[2,-7],[5,-5],[9,-4],[8,-2],[10,-6],[11,-11],[6,-6],[5,-10],[6,-14],[2,-11],[1,-12],[-1,-7],[-4,-7],[-10,-9],[-10,-9],[-3,-5],[-1,-6],[8,-10],[7,-5],[10,-6],[11,-9],[1,-8],[-1,-9],[-8,-12],[-3,-5],[-4,-8],[-7,-3],[-8,2],[-7,2],[-7,0],[-9,-4],[-5,-5],[-5,-8],[-8,-10],[-6,-2],[-9,1],[-15,3],[-5,-3],[-5,-9],[4,-8],[3,-5],[0,-7],[-5,-7],[-10,0],[-6,0],[-1289,1794],[-301,-201],[211,-296],[-177,-120],[31,-43],[-91,-58],[31,-50],[-128,-76],[-8,0],[-683,-418],[83,-124],[-275,-169],[37,-65],[-156,-96],[51,-76],[-94,-59],[27,-50],[-168,-102],[-146,-56],[6,-10],[7,-13]],[[99624,178114],[-10,-7],[-350,-215],[-37,47],[-56,-37],[38,-54],[-75,-43],[46,-71],[-112,-67],[101,-148],[-39,-27],[4,-7],[-98,-64],[29,-52],[-396,-240],[-741,1177],[-60,-65],[-1479,1331]],[[96389,179572],[10,3],[8,7],[5,4],[6,6],[4,3],[3,4],[3,7],[9,8],[6,6],[3,5],[4,9],[7,4],[7,2],[4,3],[5,4],[5,6],[-1,6],[-696,613],[-742,660],[47,51],[-469,432],[-77,-81],[-771,523],[57,74],[125,340],[96,258],[-1353,526],[-404,153]],[[107555,182951],[96,-28],[84,-25],[80,-30],[101,-34],[111,-38],[123,-39],[99,-30],[86,-23],[94,-29],[88,-32],[78,-27],[92,-31],[102,-36],[71,-26],[77,-30],[70,-22]],[[109007,182471],[-24,-21],[-28,-32],[-20,-21],[-18,-21],[-13,-15],[-15,-15],[-14,-20],[-9,-21],[-10,-29],[-7,-25],[-7,-25],[-9,-32],[-8,-34],[-9,-35],[-9,-31],[-12,-37],[-9,-32],[-9,-33],[-12,-30],[-15,-41],[-13,-43],[-12,-38],[-14,-38],[-5,-42],[-21,-52],[-17,-57],[-23,-74],[-15,-46],[-27,-100],[-17,-47],[-16,-61],[-30,-93],[-11,-35],[-20,-84],[-21,-69],[-19,-71],[-26,-87],[-6,-35],[-16,-45],[-10,-36],[-11,-52],[-13,-46],[-26,-98],[-29,-96],[-9,-29],[-8,-29],[-4,-11],[-2,-8],[-5,-12],[-13,-32],[-7,-16],[-16,-30],[-10,-16],[-8,-12],[-28,-28],[-33,-31],[-31,-26],[-9,-7],[-11,-10],[-11,9],[-18,21],[-13,18],[-10,17],[-4,5],[-13,17],[-11,10],[-18,17],[-527,-319],[-133,-78],[-13,-10],[-21,-25],[-14,-42],[370,-225],[-209,-396],[-3,-5],[-2,-5],[-3,-5],[-3,-5],[-4,-5],[-3,-5],[-4,-4],[-5,-4],[-4,-4],[-5,-4],[-4,-3],[-5,-4],[-5,-3],[-6,-2],[-5,-3],[-6,-2],[-5,-2],[-6,-2],[-6,-1],[-6,-1],[-6,-1],[-6,0],[-6,0],[-7,-4],[35,-18],[34,-19],[17,-11],[-434,-271],[658,-1000]],[[107688,177805],[-206,-133],[-242,-157],[-158,-98],[-125,-73]],[[106957,177344],[-177,269],[-286,428],[-352,528],[-125,189],[-102,49],[-12,7],[-15,10],[-7,4],[-110,54],[6,-10],[4,-3],[-2,-7],[-5,-2],[-5,-3],[-5,-8],[-3,-4],[-3,-3],[-5,-3],[-8,-6],[-4,-4],[-6,-1],[-6,-1],[-6,0],[-4,-4],[-2,-5],[-1,-6],[-2,-6],[-3,-7],[-3,-11],[2,-6],[-5,-9],[-3,-9],[-2,-9],[-3,-6],[-3,-9],[-6,-5],[-5,-4],[-4,-5],[0,-6],[5,-4],[-3,-7],[-3,-5],[-4,-5],[-4,-4],[-5,-5],[-4,-5],[-4,-5],[-4,-5],[-3,-5],[-6,0],[-5,-2],[-4,-4],[-4,-3],[-5,-5],[-9,-8],[-7,-6],[-9,-10],[-6,-5],[-4,-4],[-6,-7],[-4,-7],[-5,-5],[-5,-6],[-7,-7],[-5,-3],[-6,-4],[-5,-2],[-6,-1],[-5,0],[-8,1],[-7,1],[-11,-3],[-5,-3],[-5,-2],[-7,1],[-4,-1],[-4,-4],[-6,-6],[-7,-1],[-6,-1],[-6,0],[-6,0],[-6,-1],[-6,-6],[-5,-3],[-11,-2],[-11,-1],[-5,-3],[-5,-3],[-5,-1],[-10,-4],[-7,-3],[-12,-5],[-9,-4],[-4,-2],[-5,-5],[-3,-4],[-5,-4],[-5,-5],[-7,-4],[-12,-3],[-9,-5],[-8,-2],[-10,-1],[-7,0],[-11,1],[-5,1],[-9,2],[-8,0],[-11,2],[-4,2],[-6,0],[-4,-4],[-11,-9],[-8,-4],[-8,-3],[-11,-5],[-22,-10],[-5,-2],[-12,0],[-11,-1],[-7,-2],[-7,-7],[-5,-4],[-431,662],[5,5],[-44,50],[-51,80],[-74,-44],[-247,380],[-577,894],[-516,790]],[[103188,181266],[9,7],[2,6],[4,8],[5,13],[3,6],[-1,8],[-3,8],[-5,8],[0,6],[4,7],[9,9],[10,4],[5,0],[6,-3],[4,-4],[2,-8],[9,4],[-6,12],[0,7],[3,10],[7,5],[9,-1],[12,-7],[5,-2],[8,-4],[6,0],[15,2],[5,1],[9,7],[3,9],[5,1],[10,-5],[15,7],[8,1],[14,-2],[8,1],[7,3],[4,7],[0,7],[-3,6],[-7,13],[-12,4],[-12,3],[-6,8],[4,11],[6,6],[10,4],[7,-1],[9,-1],[6,3],[5,5],[5,7],[8,5],[8,-2],[4,-5],[-1,-12],[3,-11],[7,-4],[9,-5],[5,-8],[5,-7],[8,3],[6,6],[2,11],[-3,20],[-3,6],[-3,14],[4,7],[10,3],[6,6],[2,9],[-5,4],[-8,0],[-7,-2],[-7,1],[-12,5],[0,7],[7,9],[9,10],[6,10],[3,6],[11,3],[5,-5],[9,-7],[10,-1],[6,-1],[13,-4],[8,-5],[11,-4],[11,3],[7,4],[3,7],[0,9],[-3,10],[-11,14],[-1,13],[14,-2],[7,-7],[6,-5],[8,2],[0,8],[-1,8],[-1,7],[3,6],[8,-2],[7,-7],[10,-3],[6,0],[13,3],[13,5],[4,4],[7,7],[2,17],[-3,13],[-2,12],[-5,3],[-18,-1],[-6,1],[-5,1],[-2,13],[11,9],[8,9],[2,8],[2,13],[1,11],[2,8],[4,7],[6,9],[14,16],[14,11],[5,-1],[8,-4],[8,-3],[5,-2],[6,11],[-1,11],[-7,9],[-11,9],[-10,8],[-6,0],[-10,-9],[-9,-8],[-11,-8],[-8,4],[-5,11],[0,8],[0,16],[0,8],[-16,3],[-4,3],[-4,3],[-6,10],[3,6],[5,8],[8,10],[-4,8],[-8,8],[-5,7],[-2,11],[3,11],[12,7],[21,-3],[4,-5],[4,-8],[4,-14],[-2,-12],[-3,-12],[2,-9],[12,-3],[8,2],[8,0],[11,3],[7,5],[5,6],[4,10],[2,9],[3,10],[-4,7],[-10,-1],[-4,0],[-16,2],[-7,5],[-4,13],[6,7],[10,5],[10,3],[9,0],[17,2],[13,5],[5,3],[6,8],[5,11],[2,8],[-4,8],[-7,3],[-10,-2],[-18,-5],[-21,-4],[-12,1],[-14,5],[-6,6],[1,12],[6,10],[8,12],[4,6],[9,18],[2,6],[3,14],[3,6],[9,7],[7,-1],[6,-3],[6,-4],[8,-2],[7,6],[1,7],[3,19],[-2,11],[-11,14],[-8,4],[-11,5],[-7,6],[-4,6],[1,6],[7,7],[11,0],[11,-3],[11,-4],[9,-1],[8,2],[5,5],[1,8],[-6,13],[-10,11],[-5,8],[-15,18],[-1,9],[6,8],[12,1],[10,-3],[11,-7],[11,-12],[5,-5],[15,-4],[5,12],[-10,11],[-9,9],[-5,5],[-2,10],[1,7],[4,7],[6,1],[12,-5],[8,-9],[10,-9],[9,-4],[11,-3],[14,1],[10,5],[7,11],[2,13],[2,10],[6,3],[6,1],[5,1],[8,1],[6,-12],[7,-10],[8,-8],[9,-8],[14,-22],[8,-13],[11,-14],[10,-10],[12,-12],[14,-7],[18,-8],[10,-4],[10,-2],[17,3],[8,9],[1,12],[4,12],[2,15],[-3,18],[1,9],[4,6],[10,4],[12,3],[9,0],[5,1],[24,11],[5,6],[1,7],[-1,9],[-16,14],[-10,4],[-17,16],[-4,4],[-8,12],[-5,9],[-1,11],[2,11],[2,12],[0,9],[1,6],[1,17],[-2,7],[-5,5],[-10,5],[-11,4],[-8,4],[-6,7],[1,7],[3,9],[4,10],[7,10],[4,7],[11,14],[5,8],[7,8],[5,4],[15,4],[14,-2],[15,0],[13,4],[8,6],[4,5],[6,9],[6,9],[7,10],[5,8],[5,5],[8,1],[12,2],[13,2],[13,1],[11,-2],[5,-6],[10,-12],[5,-4],[11,-2],[13,-1],[16,-10],[13,-7],[9,-3],[12,-5],[14,-3],[12,-6],[8,-2],[6,-6],[2,-9],[5,-10],[6,-11],[2,-7],[5,-13],[4,-10],[9,-9],[9,-4],[15,-14],[5,-8],[6,-6],[8,-7],[8,-6],[15,-7],[6,-3],[10,-7],[5,-7],[8,-8],[6,-2],[5,0],[4,6],[2,7],[1,7],[7,3],[6,-8],[4,-6],[7,-1],[10,0],[9,4],[8,4],[8,10],[2,8],[-1,9],[1,6],[5,3],[5,-2],[6,-7],[2,-7],[8,-6],[8,-6],[5,-5],[0,-12],[4,-10],[8,-6],[7,-3],[10,-4],[12,-5],[12,-5],[13,-12],[12,-10],[9,-5],[14,-4],[8,-1],[11,-8],[9,-3],[8,-4],[6,-5],[8,-7],[4,-5],[8,-8],[6,-5],[10,-8],[5,-5],[6,-6],[14,-8],[6,-3],[8,-1],[10,-2],[9,-1],[5,1],[8,0],[9,1],[7,6],[7,3],[13,3],[12,6],[7,7],[8,4],[7,-1],[6,1],[8,3],[9,3],[13,7],[8,11],[6,6],[13,6],[5,0],[4,-4],[-1,-6],[-6,-7],[-8,-11],[7,-5],[5,2],[8,2],[8,-3],[6,-7],[7,-7],[12,-11],[8,-4],[14,-8],[10,-6],[10,-8],[10,-3],[8,-5],[13,-11],[9,-10],[15,-10],[11,-2],[11,-6],[9,-5],[11,-7],[7,-3],[10,-4],[13,-6],[13,-5],[11,-8],[13,-13],[11,-6],[8,-7],[3,-8],[0,-8],[7,-7],[7,-6],[20,-12],[22,-10],[8,0],[10,4],[11,10],[15,6],[9,-3],[8,-1],[12,-2],[14,-1],[8,0],[9,2],[10,9],[6,11],[7,9],[12,12],[11,10],[11,7],[13,4],[7,4],[4,7],[0,6],[-4,19],[0,8],[3,5],[8,1],[10,-5],[10,-5],[9,-4],[8,0],[5,1],[14,-1],[10,-6],[13,-11],[10,-6],[11,-5],[5,-6],[9,-11],[14,-12],[25,-15],[7,-7],[9,-15],[6,-8],[16,-14],[9,-10],[8,-10],[11,-6],[9,1],[13,3],[9,1],[19,-2],[17,-8],[12,-7],[14,-8],[14,-8],[5,-5],[30,-22],[8,-6],[18,-6],[19,-4],[8,-6],[9,-4],[9,-4],[15,-6],[10,-3],[17,-4],[16,-1],[8,12],[10,6],[9,1],[22,5],[14,5],[4,10],[5,16],[5,15],[4,14],[9,29],[3,14],[1,14],[-2,32],[-1,10],[-2,17],[-6,14],[-6,16],[-3,8],[-9,19],[-3,8],[-5,34],[0,11],[-3,14],[-6,14],[-7,10],[-6,10],[-12,14],[-12,10],[-12,6],[-17,6],[-10,0],[-15,2],[-11,8],[-7,9],[-2,12],[0,12],[-2,18],[-1,18],[-3,23],[-5,12],[-7,12],[-8,11],[-11,10],[-12,14],[-10,14],[-10,20],[-7,16],[-8,20],[-8,21],[-6,18],[-5,15],[-8,22],[-8,17],[-5,14],[-7,19],[-5,18],[-1,8],[-2,13],[-5,22],[-1,8],[-4,14],[-7,10],[-11,10],[-9,7],[-14,10],[-7,3],[-14,6],[-13,4],[-16,8],[-9,7],[-15,13],[-8,10],[-6,10],[-4,8],[1,17],[0,18],[0,16],[-5,14],[-7,14],[-5,8],[-10,19],[-14,20],[-6,10],[-8,13],[-7,10],[-6,13],[-15,17],[-10,6],[-7,5],[-12,12],[-8,11],[-8,11],[-9,16],[-6,14],[-4,8],[-7,13],[-5,7],[-7,12],[-10,14],[-11,16],[-7,12],[-8,11],[-8,17],[-6,13],[-3,16],[1,6],[4,7],[9,8],[9,8],[10,5],[11,6],[13,7],[13,10],[6,9],[2,8],[3,15],[5,18],[6,20],[5,8],[5,6],[12,9],[9,2],[11,1],[9,1],[8,2],[9,2],[8,4],[5,4],[30,38],[23,-15],[51,-27],[62,-32],[52,-23],[58,-25],[54,-22],[53,-22],[50,-18],[46,-16],[42,-10],[45,-9],[47,-11],[43,-5],[47,-12],[33,-10],[24,-7],[41,-9],[31,-10],[25,-7],[31,-10],[29,-8],[37,-10],[37,-9],[27,-5],[15,-8],[89,-18],[110,-23],[106,-20],[108,-22],[104,-21],[105,-21],[98,-19],[96,-19],[69,-17],[20,-5]],[[109975,175242],[-16,-12],[-26,-15],[-12,-16],[-6,-15],[-13,-23],[-10,-13],[-13,-27],[-11,-20],[-6,-19],[-5,-17],[-22,-38],[-12,-18],[-9,-7],[-17,-11],[-7,-4],[-10,-8],[-7,-11],[-8,-11],[-14,-6],[-7,-2],[-10,-6],[-11,-11],[-9,-17],[-3,-7],[-18,-6]],[[109693,174902],[-10,10],[-17,0],[-15,14],[-6,10],[-21,0],[-9,-8],[-5,-6],[-12,-10],[-9,4],[-7,9],[-13,9],[-9,-3],[-12,-14],[-2,-7],[-6,-8],[-23,4],[-16,8],[-7,-2],[-8,-11],[-4,-12],[-5,-18],[-15,-8],[-8,-6],[-17,-9],[-13,-5],[-15,-14],[-3,-16],[0,-9],[-1,-17],[-7,-22],[-12,-8],[-9,-6],[-9,-11],[-2,-6],[-11,-11],[-19,-8],[-13,-1],[-26,1],[-6,-4],[-8,-4],[-21,-7],[-11,-9],[-5,-7],[-9,-7],[-6,-3],[-13,-6],[-9,-6],[-12,-20],[-3,-16],[-2,-13],[-2,-8],[-10,-13],[-13,-5],[-11,-5],[-10,-7],[-9,-2],[-12,2],[-11,-9],[-11,-12],[-7,-21],[-1,-10],[-7,-13],[-8,-16],[-6,-8],[-9,-6],[-13,-7]],[[109052,174473],[-7,-3],[-10,-11],[-10,-7],[-21,0],[-41,-21],[-21,0],[-21,-7],[-12,-4],[-41,1],[-16,-22],[-11,-12],[-24,-6],[-45,5],[-16,-36],[-49,-13],[-4,-20],[-2,-16],[-57,-16],[-4,-15],[-2,-23],[-22,-14],[-23,-27],[-34,-18],[-24,4],[-23,18],[-9,5],[-9,0],[-14,-20],[-5,-20],[-3,-23],[-14,-3],[-11,-7],[-12,-8],[-5,-3],[-7,-10],[-6,-14],[-6,-9],[-7,-9],[-3,-10],[-2,-9],[-9,-6],[-13,-2],[-12,-4],[-13,-4],[-12,-9],[-6,-6],[-4,-5],[-12,-8],[-12,-10],[-6,-14],[-2,-7],[-3,-5],[-13,-6],[-25,-7],[-7,-3],[-10,-20],[-4,-7],[-14,-15],[-17,-13],[-9,-16],[-3,-31],[0,-13],[3,-20],[-8,-17],[-4,-8],[-2,-7],[-4,-11],[-1,-6],[-25,-10],[-12,-4],[-9,2],[-10,4],[-33,-11],[-18,-3],[-8,-1],[-7,-6],[-4,-9],[1,-11],[0,-9],[-16,-22],[-13,-1],[-8,5],[-6,4],[-19,-1],[-8,-3],[-13,-8],[-7,-9],[-3,-11],[2,-6],[6,-11],[-3,-14],[-6,-9]],[[107958,173646],[-8,-8],[-8,-4],[-7,-5],[-7,-2],[-5,-4],[-9,-10],[-7,-12],[-4,-7],[-3,-4],[-14,-6],[-10,-3],[-8,-3],[-9,-3],[-8,-1],[-15,-5],[-10,-8],[-4,-3],[-5,-3],[-12,-2],[-12,-4],[-12,-3],[-12,-3],[-14,-2],[-12,-10],[-4,-11],[-2,-7],[-6,-6],[-10,-3],[-9,-4],[-15,-4],[-10,-4],[-16,-8],[-14,-11],[-10,-10],[-22,-13],[-7,-4],[-27,-7],[-7,-4],[-4,-19],[3,-9],[0,-8],[-5,-9],[-6,-5],[-19,-1],[-5,-14],[-3,-7],[-5,-7],[-3,-7],[-4,-5],[-5,-4],[-5,-5],[-11,-7],[-5,-2]],[[107507,173326],[-497,432],[-572,499],[-54,54],[-336,298],[20,21]],[[106068,174630],[180,193],[46,-39],[107,116],[119,-101],[58,65],[13,-11],[455,494],[112,124],[-4,4],[106,119],[-4,4],[43,50],[35,29]],[[107334,175677],[23,-26],[430,-366],[164,179],[11,2],[11,-2],[95,-93],[11,-3],[13,3],[59,53],[333,260],[536,422],[42,12]],[[109062,176118],[913,-876]],[[96389,179572],[-4,3],[-6,2],[-6,3],[-7,-1],[-5,-5],[-2,-7],[4,-6],[3,-9],[-1,-5],[-3,-5],[-8,-5],[-5,-1],[-7,-8],[-6,-13],[-6,-8],[-2,-5],[-5,-6],[-4,-5],[-3,-5],[-3,-8],[-3,-11],[-4,-9],[-4,-4],[-5,-4],[-1,-7],[-2,-6],[-2,-6],[-5,-9],[0,-9],[-2,-10],[-3,-6],[-4,-6],[-1,-6],[-2,-10],[-4,-6],[-8,-5],[-6,-4],[-10,-12],[-3,-6],[-7,-4],[-7,-11],[-5,-10],[-4,-9],[-5,-10],[-7,-13],[-4,-10],[-3,-8],[-3,-7],[-4,-8],[-3,-6],[-5,-9],[-2,-10],[-1,-12],[2,-5],[8,-9],[2,-7],[-1,-6],[-8,-5],[-7,-9],[-4,-5],[-5,-4],[-4,-4],[-1,-9],[-2,-8],[0,-9],[-2,-8],[-4,-6],[-6,-3],[-9,6],[-6,3],[-4,5],[-7,3],[-7,-2],[-7,-4],[-8,5],[-5,2],[-6,1],[-7,0],[-6,-5],[-3,-6],[-2,-6],[-1,-9],[-2,-9],[-2,-9],[-1,-8],[0,-8],[0,-7],[-2,-8],[-1,-8],[-3,-9],[-3,-8],[-4,-4],[-5,-6],[-7,-1],[-9,-2],[-5,-3],[-4,-6],[-1,-9],[-1,-10],[-3,-5],[-4,-4],[-8,-2],[-7,-1],[-9,-7],[-4,-5],[-6,-2],[-5,-4],[-11,-9],[-8,-4],[-10,-8],[-6,-7],[-4,-9],[-6,-2],[-8,-3],[-11,-2],[-6,-1],[-6,-4],[-4,-5],[-2,-4],[-3,-8],[-4,-6],[-4,-3],[-5,-3],[-8,-6],[-6,-7],[-6,-5],[-5,-3],[-6,-3],[-10,-2],[-9,-3],[-5,-1],[-7,1],[-7,2],[-6,2],[-5,2],[-5,-4],[-5,-3],[-4,-3],[-9,-4],[-9,-7],[-5,-5],[-2,-6],[-3,-5],[-3,-7],[5,-8],[11,0],[8,4],[6,4],[7,-3],[6,0],[5,-10],[-2,-9],[-7,-6],[-8,-5],[-5,-9],[-2,-8],[-3,-4],[-7,-9],[-5,-3],[-9,-4],[-7,-5],[-5,-6],[-6,-10],[-3,-8],[-5,-13],[-5,-2],[-9,5],[-8,1],[-9,-2],[-5,-1],[-9,-7],[-7,-5],[-4,-5],[-6,-3],[-7,-2],[-7,-2],[-4,-6],[-1,-6],[-7,-2],[-6,-5],[-3,-7],[-2,-6],[-6,-2],[-10,-3],[-6,-5],[-5,-6],[-4,-4],[-7,-8],[-7,-1],[-7,1],[-5,-6],[-5,-8],[-7,-2],[-6,-4],[-4,-6],[-1,-7],[-4,-3],[-6,-3],[-3,-12],[-6,-4],[-10,-4],[-6,-4],[-5,-1],[-4,-4],[-5,-5],[-4,-4],[-9,-6],[-8,-5],[-3,-6],[1,-8],[0,-8],[-5,-5],[-12,7],[-10,-4],[-1,-6],[-2,-9],[-5,-2],[-10,5],[-4,-2],[-6,-3],[-6,-2],[-4,-1],[-5,-4],[1,-7],[-3,-9],[2,-8],[6,-3],[5,-8],[-3,-8],[-4,-6],[-1,-7],[-6,-4],[-6,-7],[0,-6],[2,-5],[499,-806],[-695,-415],[-14,25],[-1098,-662],[-872,-536],[-93,-62]],[[93128,175956],[-554,-327],[-337,-210],[-506,-312],[-310,-185],[-305,-155],[-41,-13],[-654,-407],[-395,-237],[-82,11],[-94,149],[-30,8],[-606,-359],[-46,-48],[-300,-315],[-404,377],[-366,355],[-273,252],[-340,-349],[-313,-316],[-193,-190],[-179,-181],[-444,-448],[-935,882]],[[85421,173938],[-192,171],[-300,242],[-218,222],[-167,172],[-1004,944]],[[62321,175921],[673,-617],[-2379,-2433],[-195,-216],[3,-12],[0,-10],[5,-11],[9,-13],[4,-13],[3,-16],[3,-16],[12,-11],[2,-12],[11,-9],[18,-13],[2,-18],[0,-18],[0,-8],[2,-14],[13,-8],[10,-13],[14,-8],[12,-18],[3,-16],[12,-13],[6,-11],[9,-10],[12,-7],[15,1],[20,2],[18,-2],[21,-9],[20,-9],[18,-12],[2,-15],[6,-15],[20,-4],[18,-5],[13,-22],[12,-20],[2,-19],[5,-19],[21,-5],[6,-19],[6,-13],[11,-6],[16,18],[1,15],[12,5],[22,6],[18,7],[15,21],[11,19],[12,4],[32,-5],[26,5],[15,11],[18,2],[20,-2],[11,8],[8,20],[18,0],[34,10],[28,-2],[21,-15],[24,-13],[26,3],[17,3],[21,-6],[26,-10],[25,-1],[34,-16],[29,-5],[26,-6],[25,-10],[22,-5],[17,-8]],[[61449,172219],[-531,-533],[-304,-314],[-1038,-1043],[717,-648],[-100,-102],[47,-45],[-429,-452],[-698,-700]],[[59113,168382],[-773,711],[-1263,-1294],[-3311,3197],[-2393,-2286]],[[51373,168710],[-787,782],[-847,834],[407,408],[-3069,2980]],[[47077,173714],[1486,1359],[-1873,1802],[606,570]],[[47296,177445],[1566,1429],[6,-15],[10,-10],[29,-8],[13,-8],[19,-20],[24,-17],[23,-13],[21,-7],[20,-4],[16,-1],[12,11],[17,18],[28,14],[37,5],[30,-3],[34,-9],[30,18],[17,22],[9,14],[8,26],[18,16],[29,-23],[13,-23],[13,-12],[30,-23],[37,-16],[40,-27],[18,-29],[13,-37],[13,-37],[13,-35],[15,-39],[22,-45],[16,-40],[4,-17],[1,-20],[-9,-22],[-13,-17],[-13,-12],[10,-25],[13,-18],[9,-36],[5,-35],[17,-26],[6,-27],[-7,-37],[-13,-33]],[[49565,178192],[-13,-38],[-3,-32]],[[49549,178122],[4,-41],[14,-55],[9,-33],[10,-29],[12,-29],[15,-27],[15,-14],[28,-8],[25,-4],[25,-5],[20,-2],[-2,24],[-6,21],[14,17],[19,16],[23,0],[26,-3],[27,12],[24,21],[21,11],[32,10],[29,6],[22,16],[10,30],[7,27],[28,31],[18,24],[12,22],[14,23],[20,11],[27,-5],[22,-11],[21,-4],[16,17],[8,15],[8,14],[13,13],[6,-12],[5,-15],[14,-10],[9,-12],[14,-16],[22,-5],[21,8],[22,14],[23,13],[17,12],[21,21],[10,23],[18,39],[10,25],[12,35],[9,31],[4,40],[6,34],[-5,57],[-8,41],[-12,40],[-17,35],[-8,53],[-6,36],[-21,46],[14,26],[13,46],[-1,46],[2,39],[2,37],[-3,22],[-12,21],[7,24],[12,17],[3,17],[11,25],[17,18],[9,21],[2,30],[0,12],[-14,24],[-22,38],[-19,27],[4,22],[0,28],[6,28],[-6,24],[-15,32],[-23,27],[-22,34],[-9,39],[6,39],[12,32],[12,39],[26,37],[19,23],[10,28],[3,26],[0,31],[14,32],[19,19],[26,19],[52,24],[45,16],[50,8],[37,10],[52,-1],[41,-10],[24,-20],[34,-31],[15,-13],[10,-14],[1283,1257],[-215,216],[745,733],[641,-628],[662,649]],[[93128,175956],[446,-880],[317,-627],[565,-899],[386,-596],[-11,-8],[-6,0],[-9,0],[-10,1],[-9,2],[-4,2],[-4,-4],[-5,-2],[-7,-5],[-5,-1],[-5,0],[-6,0],[-6,-1],[-4,-2],[-7,-2],[-9,0],[-5,1],[-6,0],[-5,-3],[-8,-3],[-6,-2],[-2,-7],[-5,-3],[-5,-4],[-4,-2],[-6,-1],[-7,-2],[-6,-3],[-7,-1],[-8,-3],[-5,-3],[-10,-1],[-10,-2],[-6,-2],[-5,-2],[-6,-3],[-4,-2],[-5,1],[-8,-1],[-7,0],[-6,-2],[-10,-5],[-7,-3],[-8,-1],[-7,-1],[-6,0],[-7,-4],[-5,-2],[-5,-10],[-2,-5],[-4,-5],[-5,-4],[-7,-6],[-10,-5],[-4,-3],[-7,-3],[-6,-5],[-7,-4],[-5,-2],[-9,-3],[-6,-3],[-7,-4],[-7,-2],[-7,-6],[-9,-3],[454,-704],[456,-702],[-329,-199],[170,-265],[134,-201],[616,-958],[553,-850],[520,-803]],[[97000,168113],[-551,-335],[-275,418],[-554,-337],[23,-35],[-945,-556],[-215,-115],[-234,344],[-720,-413],[90,-157],[-427,-419],[-873,-897],[-117,210],[-240,390],[-454,721],[-570,-331],[-567,-340],[-187,-145]],[[90184,166116],[-1315,1179],[713,714],[-922,883],[138,134],[-601,563],[-5,5],[-26,-27],[-482,420],[-307,263],[-6,8],[-6,5],[-8,4],[-6,-4],[-5,-8],[-6,-5],[-7,-2],[-8,-1],[-8,-3],[-6,-6],[-367,344],[-501,473],[-26,-24],[-562,513],[30,33],[-1467,1351],[1003,1010]],[[25690,179309],[-12,-67],[-269,-1218],[-611,-2774],[-206,-930],[-213,5],[-517,-2300]],[[23862,172025],[-5437,1160],[-229,-1061],[-341,381],[-291,102],[251,-6933],[1,-14],[104,-2873],[-822,-13],[721,-686]],[[17819,162088],[-1798,-1694],[716,-690],[-454,-424],[-708,680],[-881,-846],[19,-24],[-3551,-3384]],[[11162,155706],[-1505,-1422],[-3462,3318],[584,547],[-1120,1085],[-388,-374],[-672,-646],[-1180,-1136],[568,-554],[-1705,-1605],[-564,554],[-42,-30],[0,-71],[-812,-765],[402,-623],[-411,-403],[-308,-301],[-545,-534]],[[2,152746],[-2,9943],[0,166],[1,275],[4,2736],[7,5004],[0,23],[6,4555],[6,3867],[11590,-4],[14076,-2]],[[106957,177344],[-166,-97],[7,-95],[-18,-10],[-161,-102],[-10,14],[-87,130],[-188,-119],[-7,-11],[-125,64],[16,-24],[-40,-71],[-91,-57],[-79,-50],[7,-11],[-149,-92]],[[105866,176813],[-160,90],[-271,215],[-9,6],[-30,13],[-77,78],[-154,128],[-41,17],[-102,102],[-9,4],[1,-7],[3,-7],[0,-9],[-1,-7],[0,-10],[0,-17],[1,-6],[-1,-10],[0,-8],[2,-7],[3,-6]],[[105021,177372],[4,-5],[3,-5]],[[105028,177362],[4,-6],[5,-6],[5,-4],[5,-4],[8,-7],[6,-7],[4,-5],[5,-5],[5,-6],[0,-6],[3,-5],[5,-8],[5,-4],[8,-6],[8,-5],[6,-3],[5,-2],[5,-4],[4,-5],[4,-6],[4,-7],[5,-5],[4,-2],[6,-7],[1,-10],[2,-13],[6,-10],[3,-4],[6,-6],[5,-7],[3,-8],[3,-4],[6,-10],[4,-7],[4,-8],[5,-9],[3,-9],[-1,-11],[-2,-7],[-6,-6],[-1,-5],[1,-9],[0,-6],[-4,-6],[-1,-6],[8,-8],[1,-6],[-3,-6],[-2,-9],[-1,-7],[-3,-10],[-3,-9],[-2,-6],[-2,-17],[1,-7],[-1,-11],[-5,-13],[-1,-6],[1,-8],[3,-8],[6,-3],[6,-3],[2,-8],[2,-6],[2,-9],[-1,-6],[8,-14],[2,-5],[0,-7],[-3,-5],[-1,-8],[4,-5],[6,0],[4,-4],[1,-6],[-1,-7],[0,-10],[3,-7],[6,-10],[1,-7],[2,-5],[-1,-8],[1,-9],[3,-7],[1,-9],[3,-5],[3,-4],[1,-6],[-2,-8],[-2,-8],[1,-7],[1,-9],[3,-7],[1,-8],[0,-6],[0,-8],[0,-8],[0,-6],[1,-7],[0,-9],[-4,-10],[-4,-6],[-2,-7],[0,-7],[0,-11],[1,-6],[0,-6],[3,-10],[4,-7],[7,-3],[5,-2],[1,-7],[-2,-6],[-2,-6],[2,-6],[3,-5],[3,-4],[5,-7],[1,-8],[-6,-3],[-5,-3],[-5,-6],[-4,-6],[-2,-6],[-1,-7],[0,-6],[-3,-5],[-3,-6],[-2,-7],[-1,-5],[-2,-6],[-9,-15]],[[105216,176466],[-3,-7],[-2,-7]],[[105211,176452],[-1,-5],[-3,-9],[-2,-5],[-2,-14],[1,-6],[-3,-8],[-5,-6],[-3,-4],[-5,-6],[-4,-6],[-3,-13],[-5,-6],[-5,-6],[-5,1],[-5,2],[-4,-2],[-4,-5],[-2,-5],[-2,-6],[1,-6],[0,-7],[-4,-2],[-6,0],[-6,-4],[-4,-4],[-5,-5],[-4,-3],[-5,-3],[-14,-8],[-6,-5],[-5,-4],[-8,-6],[-5,-3],[-6,-4],[-3,-5],[-4,-3],[-3,-6],[2,-6],[4,-5],[0,-6],[3,-17],[3,-7],[1,-8],[3,-10],[3,-8],[2,-15],[-1,-6],[0,-6],[-2,-6],[-1,-8],[-3,-16],[-1,-7],[-1,-9],[-3,-11],[-8,-7],[-4,-4],[-1,-5],[-2,-10],[-2,-6],[-4,-9],[-3,-5],[-2,-4],[-3,-6],[-3,-9],[-5,-3],[-5,-2],[-3,-4],[-2,-9],[-3,-6],[-4,-3],[-6,-10],[-2,-6],[-2,-5],[-8,-2],[-3,-6],[-2,-6],[-5,-4],[-2,-8],[-6,-8],[-2,-5],[-2,-5],[-4,-3],[-6,-5]],[[104967,175949],[-6,-7],[-4,-5],[-8,-8],[-5,-12],[-2,-6],[-1,-6],[2,-5],[-1,-7],[1,-7],[1,-7],[-3,-6],[0,-7],[0,-7],[0,-7],[-3,-6],[-4,-10],[-2,-5],[0,-6],[-4,-5],[-3,-6],[-2,-5],[-4,-5],[-3,-5],[-7,-11],[-2,-7],[-5,-8],[-3,-4],[-11,-10],[-2,-10],[-3,-8],[-5,-7],[0,-14],[-3,-9],[-5,-6],[-7,-6],[-5,-3],[0,-9],[0,-11],[-7,-11],[-1,-8],[3,-7],[0,-6],[-5,-2],[-4,-3],[-4,-5],[-5,-5],[-8,-12],[1,-6],[-6,-12],[-5,-4],[1,-5],[-3,-10],[-5,-6],[-1,-10],[-8,-10],[-8,-9],[-10,-7],[4,-6],[-3,-7],[-5,-5],[-9,-15],[-10,-13],[-9,-16],[-14,-26],[-7,-10],[-4,-17],[-6,-15],[-8,-5],[-19,-15],[-4,-6],[-4,-10],[-7,-14],[-5,-9],[-6,-8],[-5,-5],[-4,-10],[-2,-5],[-5,-7],[-12,-10],[-14,-10],[-5,-3],[-16,-5],[-5,-4],[-2,-9],[3,-12],[-2,-11],[-3,-29],[-4,-18],[0,-6],[1,-11],[-3,-12],[-4,-12],[-7,-15],[-1,-6],[-4,-7],[-5,-12],[-3,-10],[-6,-13],[-11,-17],[-5,-10],[-3,-6],[-2,-8],[-4,-10],[-4,-13],[-3,-5],[-4,-5],[-4,-9],[-1,-7],[-1,-6],[-13,-13],[-6,-6],[-7,-15],[-6,-11],[-10,-9],[-10,-8],[-11,-11],[-7,-12],[-4,-10],[-4,-9],[0,-8],[4,-5],[-1,-5],[-4,-4],[-5,-5],[-5,-7],[-9,-11],[-11,-13],[-6,-7],[-6,-7],[-7,-8],[-6,-8],[-57,-68],[-99,-136],[-178,-167],[-180,-144],[-313,-201]],[[103556,174095],[-534,872],[-465,765],[-768,-469]],[[101789,175263],[-242,354],[-381,586],[-271,411],[-6,-1],[-14,0],[-28,1],[-6,-7],[-6,-4],[-10,-6],[-5,-3],[-10,-7],[-7,-6],[-3,-5],[-4,-7],[-1,-6],[5,-4],[7,-9],[1,-12],[-4,-5],[-3,-5],[-7,-7],[-6,-4],[-7,-2],[-11,-3],[-12,3],[-6,1],[-7,0],[-10,-1],[-37,-17],[-7,-5],[-4,-3],[-8,-2],[-14,-1],[-10,-1],[-5,0],[-428,668],[-598,960]],[[102755,179385],[7,7],[8,1],[5,-1],[11,-8],[8,-9],[13,5],[4,8],[0,17],[-6,10],[-23,16],[-6,9],[-5,10],[-1,9],[7,8],[9,5],[8,2],[7,5],[4,6],[-1,10],[-4,3],[-22,1],[-4,2],[-1,11],[6,7],[12,12],[1,9],[-7,12],[-10,8],[-5,7],[-1,8],[2,6],[6,5],[12,8],[4,5],[3,7],[-1,6],[-3,5],[-7,4],[-10,0],[-12,-2],[-8,-2],[-14,-1],[-11,1],[-8,6],[5,10],[7,8],[5,6],[8,6],[6,3],[10,1],[7,0],[9,1],[6,1],[12,1],[9,1],[5,4],[4,7],[6,11],[2,8],[5,10],[0,6],[0,5],[-3,6],[-4,7],[-7,10],[-5,3],[-5,8],[1,5],[4,7],[6,3],[22,10],[9,6],[11,6],[9,2],[8,-2],[4,-3],[7,-8],[3,-4],[6,-3],[5,-1],[5,1],[4,1],[6,3],[6,5],[6,1],[8,3],[8,6],[5,7],[2,10],[-5,9],[-7,11],[-3,8],[0,7],[1,7],[4,6],[3,7],[3,6],[7,4],[10,-2],[8,-5],[3,-3],[4,-5],[5,-4],[8,1],[8,5],[1,7],[3,8],[5,7],[12,13],[2,5],[-2,8],[-4,6],[-6,5],[-12,9],[-1,7],[5,9],[6,2],[4,-2],[10,-3],[6,1],[5,4],[3,7],[-1,6],[-4,4],[-5,3],[-11,4],[-14,6],[-9,6],[-11,4],[-10,4],[-6,5],[-8,5],[-9,6],[-10,5],[-8,2],[-9,3],[-13,5],[-3,8],[-5,8],[-4,5],[-6,1],[-9,-5],[-8,-4],[-7,-6],[-8,-4],[-5,-1],[-6,3],[-4,5],[-2,9],[3,5],[5,6],[18,15],[9,6],[4,6],[-1,7],[-5,8],[-6,4],[-4,6],[-8,8],[-4,3],[-4,5],[-3,5],[-4,7],[-5,5],[-7,4],[-14,7],[-7,4],[-5,4],[-1,8],[1,8],[3,7],[2,5],[3,6],[3,6],[2,5],[8,11],[4,6],[4,4],[5,4],[4,2],[9,-2],[8,-4],[5,-1],[7,0],[5,3],[4,6],[1,8],[0,13],[-2,7],[-5,6],[-5,5],[-6,4],[-5,2],[-6,0],[-8,1],[-5,4],[-1,10],[4,6],[11,7],[2,6],[-2,9],[-5,4],[-5,3],[-2,5],[0,5],[6,7],[6,0],[6,-1],[7,-3],[10,-3],[12,0],[7,4],[4,8],[4,11],[-1,11],[-6,10],[-6,5],[-9,4],[-8,1],[-9,-1],[-8,0],[-9,0],[-12,1],[-7,0],[-5,9],[-1,5],[-3,20],[0,16],[3,10],[7,17],[2,8],[0,6],[-4,4],[-10,1],[-8,4],[-3,8],[0,5],[2,5],[4,6],[4,5],[10,5],[13,7],[7,4],[5,8],[7,11],[5,12],[4,6],[6,7],[4,5],[6,8],[3,9],[-2,6],[-4,6],[-4,5],[-7,5],[-7,2],[-5,0],[-7,0],[-5,1],[-5,1],[-6,1],[-5,0],[-5,0],[-6,0],[-6,1],[-11,3],[-3,7],[1,12],[3,8],[3,4],[6,7],[7,2],[10,0],[10,0],[9,1],[5,3],[4,5],[1,10],[-3,9],[-6,13],[-4,8],[-4,11],[1,5],[-3,14],[-7,13],[-5,8],[-6,11],[-5,14],[-1,7],[4,10],[2,9],[2,16],[0,20],[3,16],[4,6],[5,4],[5,2],[7,1],[5,-1],[9,-1],[9,-2],[8,-1],[11,-2],[10,-1],[7,-3],[10,-8],[4,-3],[11,-6],[11,-2],[4,9],[2,9],[0,6],[-2,8],[-5,6],[-7,5],[-8,2],[-16,9],[-14,7],[-9,6],[-3,5],[0,6],[3,10],[2,5],[5,16],[-3,9],[-2,5],[-8,13],[-6,14],[2,9],[3,5],[6,3],[6,1],[7,-1],[8,-6],[7,-7],[7,-10],[7,-9],[7,2],[5,5],[5,8],[2,5],[5,7],[5,4],[5,1],[8,-3],[6,-2],[7,-1],[8,2],[10,5],[3,5],[2,7],[2,8],[3,8],[4,5],[3,5],[2,10],[-1,5],[-4,4],[-6,1],[-10,0],[-10,1],[-5,2],[-4,2],[-4,5],[-5,9],[-2,7],[6,9],[6,4],[9,5],[9,4],[11,6],[7,5],[4,7],[5,11],[5,10],[6,8],[2,7],[0,6],[-2,7],[-9,12],[-4,7],[0,5],[1,7],[8,6],[6,1],[9,-1],[9,-3],[6,-2],[6,-3],[7,0],[10,3],[13,6],[6,4],[4,9],[-2,7],[-14,11],[-2,8],[5,3],[6,2],[9,0],[15,-1],[7,-3],[7,-4],[5,-4],[9,-7],[7,1],[3,4],[0,8],[-2,6],[-7,11],[-6,6],[-5,7],[-4,10],[-4,8],[-1,7],[4,8],[9,2],[11,-2],[12,-6],[5,-9],[3,-13],[4,-8],[1,-20],[3,-6],[4,-1]],[[101789,175263],[173,-268],[-125,-79],[-16,24],[-614,-385],[69,-126],[-192,-106],[139,-239],[-172,-93],[4,-6],[-156,-87],[-20,24],[-302,-173],[-25,39],[-225,-127],[-42,98],[-120,-83],[-79,142],[-807,-462],[334,-327],[-763,-482],[-38,57],[-320,-194],[-230,-135],[47,-68],[-518,-319],[113,-181],[-33,-20],[940,-1427]],[[98811,170260],[-7,-9],[-5,-4],[-4,-9],[-1,-7],[0,-13],[-3,-6],[-6,-5],[-5,-2],[-8,-7],[-5,-6],[-7,-7],[-5,-9],[-6,-7],[-2,-8],[-7,-11],[-6,-7],[-7,-4],[-11,-6],[-9,-4],[-5,-8],[-5,-11],[-2,-10],[-2,-6],[-4,-9],[-3,-7],[-5,-10],[-6,-10],[-8,-8],[-6,-8],[-10,-12],[-6,-10],[-7,-12],[-5,-10],[-7,-13],[-6,-9],[-7,-14],[-3,-6],[-6,-8],[-5,-11],[-3,-6],[-3,-9],[-6,-7],[-5,-10],[-6,-8],[-7,-12],[-5,-7],[-5,-9],[-7,-12],[-6,-8],[-7,-9],[-6,-7],[-8,-10],[-5,-10],[-5,-10],[-5,-9],[-8,-11],[-7,-7],[-8,-10],[-8,-11],[-11,-14],[-7,-8],[-8,-11],[-7,-8],[-9,-11],[-10,-14],[-5,-10],[-11,-9],[-7,-6],[-4,-9],[-7,-8],[-8,-8],[-7,-9],[-5,-8],[-7,-8],[-7,-6],[-11,-9],[-4,-5],[-6,-8],[-9,-13],[-8,-13],[-7,-8],[-10,-15],[-6,-8],[-12,-13],[-7,-12],[-7,-9],[-6,-7],[-9,-12],[-5,-8],[-6,-7],[-5,-4],[-4,-6],[-5,-8],[-3,-6],[-5,-5],[-8,-2],[-7,-7],[-8,-11],[-5,-6],[-6,-7],[-3,-8],[-7,-11],[-5,-5],[-5,-7],[-7,-6],[-6,-4],[-3,-7],[-3,-8],[-7,-9],[-9,-10],[-6,-7],[-3,-8],[-10,-7],[-8,-4],[-9,-7],[-6,-7],[-9,-7],[-8,-7],[-8,-9],[-6,-6],[-6,-6],[-6,-2],[-9,-5],[-9,-9],[-8,-11],[-5,-5],[-8,-10],[-6,-5],[-8,-6],[-8,-7],[-4,-3],[-6,-5],[-3,-5],[-7,-7],[-7,-7],[-9,-4],[-5,-1],[-5,-2],[-8,-3],[-6,-4],[-5,-7],[-4,-8],[-4,-6],[-6,0],[-14,-4],[-7,-4],[-6,-5],[-5,-10],[-4,-8],[-2,-10],[-1,-7],[-3,-9],[-3,-4],[-3,-8],[-2,-6],[-2,-10],[-4,-6],[-7,-4],[-7,-5],[-5,-7],[-6,-5],[-7,-9],[-5,-5],[-7,-5],[-6,-6],[-3,-8],[-6,-10],[-5,-6],[-8,-6],[-7,-7],[-6,-9],[-4,-6],[-2,-8],[-2,-9],[-7,-8],[-7,-7],[-3,-7],[0,-8],[-2,-10],[-7,-7],[-9,-5],[-9,-4],[-9,-10],[-3,-7],[-2,-8],[-2,-6],[-1,-7],[-3,-11],[-3,-8],[-2,-6],[-6,-9],[-5,-8],[-4,-9],[-2,-9],[-3,-10],[-3,-7],[-4,-7],[-7,-7],[-4,-7],[-5,-12],[-5,-12],[-7,-7],[-3,-11],[-5,-8],[-6,-9],[-1,-5],[-4,-7],[-4,-8],[-2,-7],[-2,-10],[-6,-3],[-7,0],[-5,-5],[-4,-10],[-6,-8],[-4,-6],[-2,-7],[-1,-10],[0,-6],[0,-9],[-2,-6],[-1,-7],[-1,-9],[-3,-8],[-7,-6],[-6,-7],[-4,-9],[-6,-7],[-7,-7],[-6,-3],[-5,-5],[-5,-6],[-4,-5],[-6,-2],[-10,-6],[-7,-9],[-3,-10],[-6,-9],[-8,-10],[-7,-12],[-6,-10],[-5,-8],[-7,-10],[-7,-9],[-8,-3],[-7,-5],[-4,-9],[-3,-7],[-9,-13],[-8,-10],[-8,-11],[-7,-12],[-4,-11],[-6,-15],[-4,-9],[-7,-8],[-6,-5],[-6,-10],[-4,-9],[-5,-8],[-7,-8],[-7,-8],[-4,-5],[-2,-8],[-4,-6],[-9,-4],[-8,-4],[-8,-6],[-5,-2],[-5,-7],[-7,-7],[-4,-6],[-3,-6],[2,-9],[-22,-15],[-80,-89],[-80,-87]],[[97097,167967],[-97,146]],[[109738,173797],[0,-8],[-1,-12],[-1,-6],[0,-17],[-1,-9],[0,-8],[0,-9],[-1,-9],[-4,-21],[-1,-8],[-1,-7],[-2,-8],[0,-9],[-3,-16],[-3,-12],[-3,-9],[-2,-6],[-2,-11],[-2,-6],[-1,-8],[-2,-8],[-2,-6],[-3,-6],[-6,-3],[-3,-4],[-11,-11],[-4,-8],[-1,-7],[0,-7],[-5,-9],[-5,-11],[-3,-7],[-5,-11],[-3,-7],[-3,-11],[-4,-6],[-4,-7],[-4,-6],[-3,-6],[-4,-9],[-5,-13],[-5,-10],[-1,-5],[-2,-8],[1,-12],[3,-14],[4,-11],[2,-7],[3,-7],[6,-11],[8,-6],[4,-6],[6,-7],[2,-6],[-2,-12],[-1,-11],[-2,-8],[-3,-13],[0,-13],[0,-9],[-2,-15],[-1,-8],[-2,-6],[-7,-9],[-5,-7],[-7,-6],[-6,-8],[-4,-4],[-4,-7],[-3,-13],[2,-7],[2,-5],[3,-7],[3,-4],[2,-5],[7,-12],[4,-7],[4,-7],[4,-6],[5,-9],[5,-9],[1,-6],[-1,-7],[-2,-5],[-3,-7],[-2,-7],[0,-5],[1,-7],[3,-8],[5,-11],[8,-18],[3,-5],[3,-5],[5,-13],[6,-11],[6,-14],[5,-11],[3,-5],[4,-7],[4,-10],[0,-15],[-1,-9],[-3,-8],[-1,-9],[-2,-10],[-2,-13],[-3,-11],[-3,-18],[-1,-8],[-4,-13],[-7,-27],[-5,-16],[-2,-16],[-3,-14],[-1,-8],[-1,-7],[-2,-6],[-1,-6],[-1,-5],[-1,-7],[-1,-7],[7,-9],[8,-9],[7,-7],[7,-7],[2,-5],[1,-9],[-1,-6],[-1,-5],[-3,-7],[-5,-8],[-4,-5],[-5,-7],[-5,-1],[-5,1],[-4,4],[-8,3],[-6,-3],[-21,-31],[-3,-6],[-29,3],[-40,2],[-106,3],[-62,4],[-104,8],[-211,22],[-38,3],[-16,0],[-16,0],[-36,-1],[-29,-2],[-47,-7]],[[108884,172621],[-2,25],[-2,9],[-5,9],[-699,672],[52,54],[-270,256]],[[109052,174473],[161,-154],[525,-522]],[[111129,172539],[-137,-48],[7,-21],[-61,-14],[-46,-11],[-38,-4],[-69,1],[19,-88],[-269,-49],[27,-160],[-58,-34],[-235,-251],[-88,-89],[-73,-78],[-177,-189],[-352,-376],[-372,-391],[-6,2],[-27,-80]],[[109174,170659],[-344,245],[-28,25],[-10,10],[-225,221]],[[108567,171160],[62,290],[209,979],[21,79],[12,42],[10,27],[2,7],[2,9],[1,12],[-2,16]],[[109738,173797],[545,-539],[93,53],[381,-612],[127,77],[112,-106],[77,-76],[56,-55]],[[80547,172963],[-1223,-1272],[-151,-150]],[[79173,171541],[-552,-530],[-11,8],[-11,9],[-11,15],[-15,18],[-7,12],[9,46],[6,8],[8,20],[-19,20],[-40,6],[-30,2],[-20,8],[-24,19],[-5,28],[-4,41],[-18,31],[-13,26],[-12,13],[-31,-1],[-18,-14],[-31,-18],[-44,-1],[-29,17],[-16,21],[17,6],[48,17],[28,32],[-10,27],[-40,22],[-33,-1],[-26,-20],[-41,-11],[-29,26],[-35,19],[-15,23],[-4,20],[-2,14],[0,22],[-2,29],[0,32],[-2,28],[-18,28],[28,36],[19,14],[4,11],[-3,35],[-18,24],[-31,15],[-42,8],[-20,4],[-10,16],[-7,34],[4,23],[8,35],[0,8],[-6,28],[-2,25],[-7,25],[-14,24],[-9,22],[-8,11],[-15,21],[-11,31],[1,18],[3,15],[4,12],[7,19],[-3,12],[-213,207],[-678,-700],[-619,-656],[-725,657],[-258,238],[-249,-237],[-1681,-1643],[612,-570],[-317,-317],[137,-146],[117,-154],[-16,-55],[-562,-556],[-118,-46],[-83,73],[-915,-909]],[[72375,167370],[-250,229],[-1649,1505],[-914,-914],[-241,219],[-2012,-2002]],[[67309,166407],[-42,33],[-49,23],[-30,2],[-15,14],[-13,40],[-13,17],[-28,18],[-24,7],[-42,-10],[-15,6],[-19,7],[-12,22],[-25,24],[-37,39],[-14,16],[-6,30],[-8,31],[-15,24],[-14,23],[-19,26],[-19,15],[-12,9],[-28,1],[-26,6],[-22,10],[-20,41],[-7,19],[-39,-23],[-44,-1],[-36,7],[-30,45],[-5,32],[0,48],[-35,22],[-31,13],[-27,4],[-61,10],[-15,12],[-52,-39],[-39,7],[-46,19],[-35,-7],[-30,-29],[-38,-24],[-39,-6],[-49,-3],[-50,-4],[-42,-10],[-32,-7],[-29,-13],[-27,9],[-33,18],[-23,1],[-34,-3],[-21,-1],[-34,-14],[-31,12],[-8,26],[-4,37],[-9,49],[0,15],[-9,32],[12,31],[13,32],[19,34],[15,43],[-18,23],[-40,25],[-15,25],[-23,23],[-26,26],[-8,25],[-30,10],[-38,21],[-25,12],[-44,11],[-23,18],[-38,5],[-23,6],[-42,-24],[-36,10],[-33,18],[-28,-5],[-14,-29],[-27,-32],[-24,-32],[-24,-37],[-23,-29],[-21,-23],[-34,-22],[-51,-9],[-18,35],[-22,30],[-29,31],[-21,23],[-37,7],[-31,-18],[-31,8],[-3,31],[-16,19],[-33,-3],[-24,9],[-26,-2],[-37,9],[11,23],[24,11],[14,5],[27,29],[-30,13],[-32,2],[-25,-2],[-30,-12],[-9,15],[-16,10],[-30,7],[-33,3],[-36,21],[-32,6],[-32,-5],[-26,3],[-47,20],[-28,6],[-27,32],[-16,41],[-14,28],[-5,26],[-14,25],[2,30],[6,22],[2,40],[0,33],[-5,19],[-30,28],[-11,10],[-16,18],[-22,31],[-7,28],[-35,34],[-20,14],[-19,23],[-4,23],[-2,31],[11,16],[11,8],[12,43],[1,20],[-22,25],[-33,1],[-32,7],[-15,30],[15,33],[-24,12],[-25,1],[-4,28],[14,34],[-9,29],[-24,20],[-31,10],[-21,19],[-11,17],[-5,33],[-9,28],[-1,10],[-16,39],[-16,38],[-4,35],[-35,24],[-21,12],[-18,15],[-23,29],[15,27],[21,25],[0,31],[-22,1],[-20,-6],[-16,14],[-16,34],[-17,25],[-10,18],[-11,29],[-23,13],[-23,14],[-16,14],[-15,29],[-10,21],[-29,20],[-23,16],[-18,16],[-25,11],[-14,22],[-21,14],[-30,1],[-21,3],[-19,16],[-8,19],[-13,42],[-14,28],[8,15],[4,33],[17,15],[8,17],[9,33],[11,26],[3,38],[4,18],[9,32],[-9,26],[-19,26],[8,18],[17,13],[16,22],[-3,14],[-24,7],[-24,9],[-15,13],[-21,20],[-20,27],[-9,29],[-4,22],[-31,15],[-35,16],[-31,14],[-27,9],[-19,9],[-17,26],[-13,23],[-23,13],[-17,18],[-15,19],[-22,29],[-15,22],[5,31],[-10,7],[-18,3],[-14,0],[-16,-3],[-12,1],[-21,6],[-21,9],[-21,12],[-8,9],[-7,15],[-26,26],[-19,27],[-12,32],[-5,32],[-11,20],[-22,29],[-11,23],[-13,15],[-8,20],[-1,16],[1,18],[-13,23],[-7,32],[-8,21],[-21,19],[-6,31],[-10,31],[-15,11],[-13,21],[2,18],[2,17],[-15,22],[-24,11],[-29,7],[-24,-5],[-18,-2],[-26,7],[-14,16],[-6,14],[-14,21],[-22,25],[-12,13],[-26,10],[-16,6],[-24,-4],[-23,-3],[-18,-3],[-17,-6],[-25,-13],[-24,-8],[-40,20],[-19,13],[-25,-9],[2,-15],[3,-16],[-7,-9],[-22,-14],[-15,-14],[-28,-6],[-25,-8],[-21,-11],[-21,-8],[-23,-1],[-26,9],[-18,12],[-16,15],[70,318],[-3,11],[14,11],[9,10],[10,5],[10,-2],[12,9],[13,5],[7,8],[-5,20],[-7,12],[-9,24],[-6,22],[2,20],[2,16],[-6,12],[7,20],[4,35],[-4,20],[9,21],[7,25],[-8,32],[-7,33],[-2,28],[2,28],[-6,28],[-9,34],[11,28],[7,36],[-17,30],[-20,23],[-10,17],[-21,23],[-22,22],[2,32],[5,24],[7,27],[5,15],[12,16],[9,6],[15,9],[1,13],[-4,20],[0,21],[6,21],[-6,15],[0,12],[4,16],[-6,9],[2,24],[-8,14],[-11,16],[-10,20],[-10,17],[-5,14],[-9,10],[-13,-13],[-7,-11],[-21,-7],[-19,-3],[-24,0],[-25,15],[-22,16],[-28,16],[-21,2],[-21,1],[-13,9],[-9,17],[-12,11],[-19,12],[-22,11],[-16,10],[-14,1],[-23,-2],[-18,6],[4,14],[6,7],[-13,10],[-25,9],[-27,16],[-21,18],[-14,14],[-21,5],[-27,-1],[-18,-2],[-21,11],[-8,17],[-4,9],[-38,17],[-20,14],[-26,7],[-18,-5],[-21,6],[-10,10]],[[107688,177805],[632,-950],[742,-737]],[[107334,175677],[-67,74],[-41,62],[-84,137],[-138,57],[-180,86],[-114,55],[-293,154],[-130,95],[-113,76],[-46,52],[-93,119],[-137,144],[-18,14],[-14,11]],[[106068,174630],[-99,116],[-332,403],[-640,766],[-30,34]],[[105211,176452],[2,7],[3,7]],[[105028,177362],[-3,5],[-4,5]],[[112192,174304],[-100,-254],[-28,-71],[-169,-430]],[[111895,173549],[-4,1],[-101,19],[-32,6],[-152,27],[-614,108],[-9,-2],[-14,19],[-16,17],[-9,8],[-609,564],[-339,312],[-303,274]],[[109975,175242],[17,33],[3,18],[4,27],[6,38],[4,41],[4,26],[1,16],[0,16],[7,22],[7,17],[8,18],[18,38],[10,13],[9,16],[12,20],[2,13],[1,8],[-6,31],[-4,13],[-1,21],[6,21],[-1,11],[-2,6],[-2,9],[-7,18],[-11,43],[-5,18],[-6,23],[7,21],[4,7],[5,15],[0,9],[-3,18],[-2,12],[3,19],[3,11],[11,40],[3,8],[6,25],[1,27],[4,14],[0,19],[2,7],[19,24],[9,17],[5,9],[8,32],[2,9],[8,14],[10,11],[-3,43],[-5,17],[-4,19],[-11,17],[-21,22],[-4,4],[-4,8],[-2,9],[-2,24],[1,9],[2,16],[4,24],[2,14],[4,8]],[[110111,176438],[93,-94],[161,-166],[474,-476],[107,-109],[236,-237]],[[111182,175356],[115,-115],[57,-58],[197,-204],[94,118],[4,4],[85,63],[53,-117],[-36,-20],[56,-72],[46,-145],[41,-71],[86,-131],[105,-164],[2,-3],[30,-47],[54,-57],[21,-33]],[[107507,173326],[-13,-4],[-15,-3],[-10,-6],[-9,-8],[-9,-9],[-8,-4],[-7,-3],[-15,-14],[-4,-10],[-5,-10],[-4,-7],[-1,-12],[6,-13],[1,-9],[-25,-7],[-6,-7],[-4,-9],[-1,-11],[-1,-10],[-11,-23],[0,-23],[1,-10],[-10,-18],[-11,-29],[-7,-8],[-5,-19],[-5,-11],[-7,-8],[-18,-29],[-2,-6],[-3,-6],[-17,-14],[-3,-6],[-6,-11],[-3,-9],[0,-10],[0,-13],[0,-7],[-2,-11],[-1,-8],[-3,-27],[-1,-10],[-2,-10],[0,-18],[8,-10],[1,-8],[-4,-26],[-1,-10],[1,-13],[-3,-23],[-6,-9],[-3,-22],[-4,-34],[-18,-15],[-24,-14],[-14,-14],[0,-40],[-4,-12],[-5,-5],[-15,-17],[-10,-10],[-12,-7]],[[107148,172537],[-8,-5],[-6,-7],[-7,-13],[-3,-10],[-3,-8],[-12,-14],[-7,-7],[-7,-9],[-7,-10],[-3,-13],[-2,-6],[-2,-7],[4,-24],[2,-10],[6,-23],[2,-11],[-4,-12],[-3,-13],[-4,-11],[-6,-2],[-25,-6],[-11,-6],[-11,-9],[-6,-2],[-22,-4],[-18,-10],[-12,-12],[-19,-14],[-17,-16],[-23,-15],[-5,-4],[-4,-4],[-5,-8],[-5,-12],[-4,-14],[-5,-10],[-7,-11],[-9,-4],[-11,-4],[-4,-2],[-7,-6],[-11,-10],[-4,-4],[-7,-7],[-13,-2],[-16,-7],[-16,-6],[-12,-10],[-6,-3]],[[106763,172100],[-3,-10],[-8,-14]],[[106752,172076],[-15,-13],[-12,-8],[-8,-3],[-5,-4],[-5,-4],[-5,-6],[-4,-4],[-2,-6],[-3,-7],[-3,-6],[-12,-4],[-5,-1],[-11,-5],[-4,-3],[-5,-3],[-7,-8],[-4,-5],[-3,-6],[-4,-5],[-4,-4],[-3,-6],[-4,-6],[-4,-4],[-6,-6],[-5,-6],[-6,-8],[-5,-7],[-5,-5],[-7,-2],[-6,-4],[-8,-6],[-5,-3],[-4,-3],[-6,-5],[-4,-4],[-4,-5],[-4,-5],[-6,-4],[-5,-6],[-4,-3],[-6,-3],[-7,-6],[-7,-3],[-4,-2],[-7,-2],[-6,-4],[-5,-3],[-7,-1],[-6,0],[-6,0],[-6,-1],[-9,-2],[-5,0],[-9,-2],[-7,-4],[-7,-3],[-5,-3],[-4,-2],[-5,-3],[-5,-5],[-5,-2],[-9,-3],[-7,-1],[-6,0],[-5,-1],[-7,-1],[-9,-2],[-5,-1],[-6,-1],[-7,-3],[-5,0],[-5,2],[-5,3],[-10,4],[-7,0],[-9,-1],[-5,-1],[-6,-1],[-5,-2],[-7,-3],[-6,-5],[-7,-7],[-4,-6],[-6,-15],[-4,-8],[-2,-6],[-2,-7],[-2,-9],[-6,-7],[-6,-4],[-6,-3],[-6,-3],[-9,-1],[-6,1],[-8,0],[-6,2],[-7,2],[-5,1],[-6,3],[-4,0],[-8,0],[-5,0],[-7,0],[-5,1],[-7,-1],[-7,-2],[-5,-1],[-7,-1],[-11,-2],[-15,-3],[-15,-3],[-5,-3],[-5,0],[-9,-1],[-6,-3],[-8,-4],[-9,-4],[-3,-4],[-5,-5],[-6,-1],[-7,3],[-8,4],[-6,2],[-7,2],[-7,-1],[-6,-2],[-11,-1],[-6,-2],[-6,-4],[-6,-3],[-5,-7],[-6,-6],[-4,-7],[-7,-6],[-6,-3],[-6,-2],[-7,-5],[-5,-3],[-4,-3],[-5,-4],[-10,-7],[-6,-2],[-6,-3],[-9,-4],[-7,-4],[-6,-6],[-9,-8],[-4,-5],[-8,-7],[-4,-2],[-5,-3],[-4,-3],[-6,-5],[-5,-2],[-7,-4],[-6,-2],[-5,-2],[-7,-2],[-6,-2],[-4,-1],[-8,-2],[-7,-3],[-6,-2],[-6,-2],[-6,1],[-6,2],[-7,1],[-4,-4],[-5,-7],[-6,-7],[-5,-5],[-6,-3],[-4,-3],[-6,-3],[-4,-4],[-6,-3],[-5,-3],[-5,-4],[-3,-5],[-8,-8],[-11,-6],[-10,-4],[-4,-2],[-7,-3],[-6,-2],[-6,0],[-7,-2],[-7,-3],[-8,-4],[-18,-9],[-5,-3],[-10,-3],[-6,-1],[-15,-6],[-8,-3],[-8,-3],[-4,-2],[-9,-3],[-6,-3],[-15,-5],[-5,-1],[-11,-3],[-5,-1],[-9,-2],[-6,-3],[-7,-3],[-11,-4],[-5,-2],[-12,-2],[-5,-3],[-6,-6],[-7,-7],[-7,-7],[-16,-4],[-10,-2],[-10,-6],[-5,-2],[-10,-2],[-11,1],[-7,4],[-7,4],[-14,0],[-7,-2],[-10,-7],[1,-16],[2,-6],[3,-12],[-2,-16],[1,-12],[2,-7],[3,-8],[-1,-7],[-3,-4],[-4,-4],[-11,-4],[-7,-6],[-9,-13],[-6,-11],[-5,-4],[-6,0],[-6,-2],[-9,-1],[-8,-1],[-15,2],[-14,6],[-6,-1],[-7,-4],[-3,-9],[-3,-9],[-3,-5],[-5,-6],[-7,-11],[-12,0],[-5,0],[-8,-10],[-12,-9],[-4,-8],[-7,-9],[-7,-6],[-13,-6],[-22,0],[-32,13],[-10,12],[-10,7],[-22,26],[-18,23],[-8,0],[-21,-2],[-25,-13],[-12,-12],[-7,-8],[-15,-11],[-13,-6],[-21,-2],[-27,-15],[-17,-6],[-18,-1],[-29,-6],[-17,-8],[-32,-11],[-26,4],[-35,1],[-23,0],[-34,3],[-7,1],[-49,11],[-20,3],[-11,1],[-23,1],[-13,11],[-14,7],[-26,-5],[-28,0],[-45,1],[-20,-2],[-19,3],[-17,4],[-14,-1],[-21,2],[-20,0],[-31,-1],[-27,-1],[-13,0],[-7,-1],[-6,-2],[-8,-2],[-6,0],[-5,-2],[-6,-2],[-12,2]],[[104128,171185],[-5,2],[-8,4],[-5,3],[-12,6],[-4,3],[-7,4],[-5,2],[-7,1],[-6,4],[-4,5],[-4,4],[-5,8],[-4,7],[-5,5],[-8,4],[-5,1],[-4,2],[-9,1]],[[104021,171251],[-7,2],[-7,2],[-6,1],[-5,2],[-14,1],[-5,2],[-5,1],[-6,1],[-5,2],[-5,3],[-3,4],[-4,8],[-4,8],[-6,10],[-3,4],[-6,4],[-7,4],[-5,3],[-5,4],[-5,5],[-6,6],[-5,5],[-6,2],[-7,1],[-5,0],[-7,2],[-6,2],[-5,3],[-4,6],[-7,3],[-6,5],[-5,6],[-6,2],[-7,4],[-6,4],[-7,5],[-4,4],[-3,6],[-3,8],[-8,16],[-93,82],[-32,6],[-46,21],[-19,9],[-11,13],[-6,21],[-2,21],[-2,15],[-8,13],[-6,7],[4,19],[5,45],[-2,5],[2,8],[-1,5],[2,6],[5,2],[4,3],[0,7],[-4,5],[1,7],[3,5],[3,5],[4,5],[1,6],[5,4],[5,5],[0,7],[-3,5],[-1,6],[2,6],[1,9],[0,10],[0,8],[1,7],[0,6],[2,9],[2,5],[-2,5],[-1,6],[4,4],[4,8],[1,6],[-4,6],[-6,2],[-2,7],[0,8],[-1,7],[1,7],[-1,5],[-3,8],[1,8],[1,7],[1,6],[2,10],[0,5],[1,12],[-1,7],[-4,4],[1,6],[3,7],[3,8],[1,6],[0,10],[0,11],[2,6],[3,5],[4,5],[2,6],[3,7],[3,11],[2,9],[1,8],[-1,6],[0,9],[0,6],[5,1],[5,3],[4,6],[1,7],[-1,14],[-2,7],[1,8],[-2,10],[0,9],[5,8],[0,6],[-2,7],[0,7],[-3,5],[-3,5],[0,6],[2,8],[-1,6],[-2,8],[-1,5],[-2,8],[-4,8],[-4,6],[-3,5],[-2,5],[-3,8],[-4,10],[-4,10],[-3,9],[-2,6],[-2,6],[1,6],[4,6],[4,5],[4,3],[4,6],[2,6],[1,9],[3,5],[3,4],[-1,6],[-3,7],[-1,6],[1,8],[1,6],[-1,10],[29,192],[-19,50],[9,33],[-8,15],[-64,17],[6,22],[71,31],[5,17],[130,76],[255,154],[-84,153],[-32,58],[-72,133],[-297,451],[-128,203],[131,76]],[[51373,168710],[-709,-671],[1271,-1217],[-1185,-1182],[-32,29],[-5517,-5326],[2765,-2646]],[[47966,157697],[-5326,-5203]],[[34020,149601],[-2843,2743],[25,23],[-2772,2678],[94,92],[-1862,1817],[345,327],[-1369,1320]],[[25638,158601],[2399,2302],[-458,446],[1864,1777]],[[29443,163126],[2781,2661],[1865,-1803],[3727,3517],[-89,96],[1645,1545],[-2272,2280],[1426,1329]],[[38526,172751],[1506,-1524],[757,727],[329,-316],[1867,1767],[1829,-1833],[2263,2142]],[[108567,171160],[-1233,1198],[-186,179]],[[23862,172025],[3678,-776],[-1733,-1621],[529,-521],[-1496,-1362],[453,-28],[51,-1139],[1397,34],[47,-940],[330,10],[550,-713],[-62,-51],[1837,-1792]],[[25638,158601],[-338,-318],[-4286,4135],[-1773,-1711],[-1422,1381]],[[111748,171999],[612,-535],[752,-656],[196,-172]],[[113308,170636],[-88,-101],[-343,-393],[-19,-21],[-61,-61],[-21,-24],[5,-4],[5,-5],[5,-5],[4,-4],[3,-6],[0,-7],[-3,-7],[-2,-6],[-2,-7],[-3,-5],[-1,-6],[0,-8],[2,-5],[1,-10],[2,-8],[1,-7],[0,-7],[0,-8],[-3,-8],[-4,-2],[-4,-3],[-7,-2],[-6,-2],[-7,2],[-8,4],[-3,4],[-5,7],[-5,8],[-3,7],[-4,7],[-3,7],[-4,8],[-4,9],[-4,7],[-3,5],[-5,3],[-8,4],[-6,3],[-4,2],[-7,3],[-7,4],[-7,3],[-7,2],[-6,1],[-5,2],[-7,2],[-4,1],[-6,0],[-6,1],[-6,1],[-8,3],[-7,3],[-6,4],[-6,4],[-4,4],[-5,8],[-6,6],[-4,5],[-3,6],[-1,7],[-2,7],[-1,7],[-2,6],[-2,5],[-1,5],[-2,9],[-5,6],[-6,2],[-7,1],[-6,0],[-7,0],[-5,-1],[-7,-2],[-4,0],[-8,5],[-5,4],[-4,6],[-3,5],[-4,5],[-4,5],[-7,2],[-5,2],[-5,1],[-1,7],[-6,5],[-6,1],[-5,0],[-5,1],[-5,1],[-5,1],[-13,1],[-8,0],[-8,2],[-5,2],[-9,2]],[[112397,170164],[-5,8],[-4,4],[-7,7],[-7,6],[-4,4],[-5,6],[-6,6],[-6,3],[-5,3],[-6,2],[-6,0],[-6,0],[-5,-2],[-4,-4],[-3,-5],[-2,-6],[-1,-10],[-2,-12],[0,-7],[-1,-8],[0,-6],[0,-9],[0,-6],[0,-6],[-1,-8],[-2,-5],[-3,-7],[-3,-6],[-3,-4],[-3,-6],[-5,-8],[-3,-6],[-4,-7],[-3,-5],[-3,-5],[-4,-5],[-4,-5],[-5,-4],[-4,-4],[-5,-6],[-3,-3],[0,-7],[0,-7],[1,-8],[1,-7],[1,-7],[1,-6],[0,-6],[0,-6],[0,-9],[-1,-8],[-1,-7],[-1,-6],[-1,-6],[-3,-9],[-3,-7],[-3,-4],[-5,-5],[-4,-4],[-4,-3],[-5,-2],[-4,-3],[-5,-2],[-4,-2],[-7,-4],[-4,-4],[-3,-7],[0,-6],[0,-7],[1,-6],[2,-6],[2,-6],[1,-6],[0,-7],[-2,-6],[-2,-7],[-4,-4],[-4,-4],[-4,-4],[-5,-5],[-4,-3],[-4,-4],[-4,-4],[-4,-4],[-4,-3],[-5,-4],[-4,-4],[-4,-5],[-3,-5],[-3,-4],[-5,-5],[-4,-3],[-2,-6],[-2,-5],[-1,-7],[-1,-7],[-1,-7],[1,-6],[1,-5],[1,-7],[0,-6],[-2,-6],[-3,-5],[-4,-3],[-6,-2],[-5,-1],[-6,-1],[-5,0],[-6,2],[-5,3],[-5,3],[-5,1],[-6,0],[-5,-1],[-5,-2],[-5,-4],[-4,-5],[-5,-5],[-3,-5],[-3,-5],[-6,-4],[-5,-2],[-6,-3],[-5,-2],[-4,-1],[-5,0],[-6,0],[-5,1],[-7,1],[-6,1],[-6,1],[-11,1],[-6,1],[-6,1],[-6,2],[-7,2]],[[111948,169677],[-7,2],[-6,1],[-6,0],[-7,0],[-6,0],[-5,-1],[-9,-5],[-5,-3],[-6,-5],[-7,-4],[-7,-3],[-6,-5],[-9,-7],[-7,-5],[-5,-3],[-5,-4],[-5,-2],[-6,-5],[-5,-4],[-4,-4],[-5,-5],[-5,-4],[-5,-4],[-4,-4],[-5,-4],[-9,-7],[-5,-2],[-7,-2],[-7,-1],[-12,1],[-5,2],[-6,1],[-4,-1],[-5,0],[-7,-2],[-6,-2],[-5,-3],[-4,-3],[-5,-6],[-3,-8],[-3,-6],[-5,-7],[-4,-3],[-10,-2],[-7,1],[-6,1],[-8,3],[-5,2],[-7,1],[-6,0],[-8,0],[-7,0],[-6,0],[-8,0],[-9,0],[-10,1],[-8,-1],[-5,0],[-8,-3],[-8,-4],[-6,-6],[-5,-5],[-5,-4],[-4,-4],[-11,-3],[-6,-3],[-6,-4],[-3,-6],[-2,-11],[-1,-6],[1,-7],[1,-6],[1,-6],[1,-5],[2,-6],[3,-6],[2,-6],[1,-11],[1,-8],[-1,-10],[-2,-6],[-2,-9],[1,-7],[5,-5],[7,-4],[6,-3],[7,-6],[6,-8],[4,-6],[4,-5],[7,-8],[1,-6],[-4,-8],[-5,-9],[-3,-9],[3,-10],[6,-7],[6,-3],[7,-3],[7,-5],[0,-8],[-3,-5],[-4,-5],[-3,-4],[-6,-6],[-7,-9],[-4,-4],[-4,-6],[-6,-5],[-5,-4],[-5,-2],[-5,-2],[-6,-1],[-9,2],[-6,3],[-8,2],[-10,-4],[-6,-5],[-6,-4],[-7,-4],[-7,-3],[-7,-4],[-5,-3],[-5,-2],[-5,-3],[-6,-3],[-5,-1],[-5,0],[-6,0],[-10,2],[-5,2],[-12,6],[-5,-1],[-10,-6],[-4,-5],[-4,-4],[-4,-7],[-7,-7],[-5,-1],[-6,0],[-6,3],[-2,8],[2,7],[8,8],[-1,8],[-3,5],[-3,7],[0,8],[-1,7],[-7,11],[-8,8],[-8,7],[-8,8],[-7,7],[-3,7],[0,6],[1,7],[-5,9],[-8,5],[-8,5],[-4,4],[-3,6],[-2,6],[-3,7],[-6,4],[-7,0],[-6,-2],[-11,-2],[-9,3],[-6,3],[-5,8],[0,7],[0,6],[3,6],[4,4],[3,5],[1,6],[-3,8],[-8,3],[-8,-1],[-8,-1],[-9,-8],[-3,-6],[-4,-13],[-2,-7],[-3,-7],[-3,-8],[-2,-7],[-1,-7],[-1,-6],[-5,-6],[-4,-5],[-2,-5],[-4,-4],[-3,-7],[-3,-8],[-4,-6],[-6,-5],[-10,-7],[-4,-3],[-6,-4],[-7,-8],[-4,-7],[-5,-8],[-3,-6],[-6,-8],[-6,-2],[-6,1],[-5,1],[-8,3],[-8,4],[-11,10],[-5,5],[-3,4],[-8,2],[-5,-3],[-7,-8],[-3,-5],[-3,-5],[-3,-5],[-5,-4],[-10,-3],[-5,-1],[-7,2],[-10,1],[-6,1],[-6,-1],[-7,0],[-6,-1],[-7,-1],[-4,-1],[-9,0],[-8,0],[-8,1],[-6,0],[-7,0],[-6,1],[-7,1],[-8,-1],[-8,-3],[-5,-2],[-6,-3],[-9,-6],[-6,-8],[-4,-7],[-4,-4],[-5,-3],[-5,-4],[-3,-4],[-3,-6],[0,-6],[1,-7],[0,-8],[-1,-8],[2,-7],[0,-8],[-3,-6],[-8,-6],[-7,-8],[-4,-6],[-2,-7],[1,-9],[1,-8],[2,-7],[1,-6],[3,-8],[5,-6],[5,-6],[7,-5],[5,-4],[6,-13],[2,-8],[3,-7],[1,-9],[-4,-5],[-5,-3],[-7,-2],[-9,1],[-6,4],[-4,3],[-6,4],[-7,-2],[-5,-3],[-4,-5],[-2,-6],[-2,-8],[-3,-5],[-4,-5],[-9,-2],[-12,0],[-9,0],[-11,0],[-11,2],[-8,1],[-10,2],[-7,-2],[-4,-3],[-5,-9],[1,-7],[0,-6],[-4,-8],[-8,-9],[-3,-4],[-2,-7],[0,-9],[1,-9],[1,-7],[4,-7],[6,-5],[7,-4],[4,-2],[4,-14],[-1,-7],[-2,-7],[-2,-7],[-2,-6],[-4,-6],[-8,-4],[-6,-4],[-5,-7],[-2,-8],[7,-8],[5,0],[10,1],[5,2],[6,3],[6,2],[7,1],[6,-2],[6,-4],[4,-3],[5,-7],[4,-10],[0,-8],[1,-8],[-1,-8],[0,-6],[-5,-8],[-9,-4],[-10,-4],[-9,-2],[-8,-4],[-4,-4],[-12,-9],[-10,-11],[-9,-8],[-5,-6],[-9,-10],[-5,-5],[-6,-4],[-6,-3],[-9,-3],[-4,-2],[-7,-3],[-5,-1],[-9,3],[-7,2],[-6,4],[-5,7],[-4,6],[-8,10],[-4,4],[-6,6],[-6,7],[-4,4],[-9,1],[-8,-4],[-6,-7],[-3,-4],[-4,-5],[-4,-3],[-7,-3],[-4,-1],[-7,-2],[-5,-1],[-5,-3],[-8,-8],[-7,-6],[-6,-7],[-7,-8],[-10,-13],[-8,-6],[-9,-7],[-10,-7],[-8,-5],[-6,-6],[-2,-9],[3,-8],[5,-4],[9,-3],[7,0],[8,-1],[6,-3],[5,-9],[3,-9],[5,-12],[1,-10],[-3,-9],[-7,-10],[-8,-5],[-5,-4],[-11,-13],[-7,-10],[-9,-11],[-12,-9],[-10,-8],[-8,-11],[-3,-9],[-2,-14],[-3,-12],[-4,-17],[-2,-9],[0,-18],[0,-13],[0,-13],[-1,-12],[-1,-11],[0,-9],[5,-10],[5,-3],[8,-5],[5,-6],[0,-6],[0,-8],[-7,-14],[-16,-17],[-8,-10],[-12,-13],[-12,-11],[-10,-10],[-9,-9],[-5,-8],[0,-9],[7,-11],[10,-6],[7,-5],[5,-6],[0,-9],[-2,-8],[-12,-10],[-7,-1],[-13,-5],[-6,-3],[-10,-4],[-11,-5],[-4,-5],[-1,-9],[1,-10],[-1,-8],[-7,-10],[-6,-6],[-6,-5],[-14,-9],[-5,-6],[-3,-7],[0,-10],[-3,-11],[-4,-7],[-7,-6],[-7,-5],[-7,-3],[-6,-4],[-4,-6],[0,-11],[6,-7],[6,-1],[9,-2],[7,-2],[6,-5],[5,-5],[0,-9],[-5,-9],[-3,-7],[-7,-3],[-9,1],[-7,3],[-3,5],[-5,13],[-6,4],[-7,5],[-6,2],[-9,1],[-7,-4],[-2,-11],[4,-6],[4,-9],[3,-8],[1,-8],[-1,-8],[-3,-5],[-9,-5],[-5,-2],[-7,-7],[0,-11],[3,-7],[-1,-6],[-4,-6],[-4,-3],[-3,-5],[-3,-6],[-1,-6],[-2,-6],[-5,-9],[-4,-8],[-3,-8],[-4,-9],[-1,-6],[-4,-7],[-7,-6],[-7,-3],[-7,0],[-7,1],[-5,3],[-5,5],[-7,8],[-6,6],[-8,11],[-3,6],[-7,4],[-7,2],[-8,1],[-8,1],[-5,-1],[-5,-1],[-4,-3],[-5,-5],[-7,-5],[-7,-4],[-4,-3],[-12,-2],[-7,-3],[-7,-1],[-7,-5],[-3,-5],[-6,-15],[-5,-8],[-2,-8],[-8,-9],[-6,-4],[-6,0],[-10,-2],[-7,-2],[-11,-4],[-5,-6],[-2,-6],[-1,-5],[-3,-5],[-5,-7],[-6,-4],[-5,-5],[-6,-8],[-7,-10],[-5,-6],[-4,-6],[-8,-8],[-9,-10],[-7,-10],[-5,-8],[-6,-7],[-8,-6],[-6,-2],[-10,-1],[-7,-4],[-7,-5],[-7,-9],[-6,-8],[-3,-7],[-2,-6],[-1,-8],[-3,-8],[-3,-8],[-5,-4],[-4,-5],[-4,-10],[-2,-7],[-4,-8],[-3,-6],[-2,-8],[0,-8],[4,-7],[7,-6],[5,-4],[4,-4],[1,-11],[-1,-8],[-3,-14],[-5,-13],[-2,-11],[-2,-8],[-4,-8],[-4,-9],[-2,-11],[0,-8],[-3,-11],[-3,-8],[-2,-8],[-1,-8],[0,-14],[0,-6],[-2,-8],[-3,-9],[-3,-4],[-6,-6],[-10,-8],[-8,-3],[-10,-4],[-5,-6],[-3,-7],[-1,-10],[1,-11],[2,-9],[-1,-7],[-7,-10],[-1,-8],[-3,-10],[-3,-14],[-2,-5],[-2,-8],[-2,-7],[-3,-6],[-2,-8],[-1,-10],[1,-6],[-3,-8],[-7,-6],[-6,-7],[-4,-5],[-5,-6],[-4,-8],[-3,-6],[-2,-5],[-6,-7],[-6,-7],[-4,-8],[-3,-8],[-1,-6],[-1,-7],[-3,-6],[-3,-6],[-6,-7],[-3,-6],[-3,-5],[-1,-8],[-3,-10],[-1,-6],[-2,-10],[-4,-10],[-4,-6],[-5,-6],[-1,-13],[0,-8],[0,-8],[1,-7],[0,-5],[0,-6],[-4,-10],[-5,-6],[-6,-7],[-5,-5],[-5,-3],[-4,-3],[-6,-2],[-8,-3],[-6,-1],[-7,-5],[-9,-7],[-4,-6],[-7,-6],[-7,-6],[-4,-4],[-6,-5],[-1,-6],[2,-5],[1,-7],[-2,-9],[-5,-9],[-4,-9],[-5,-10],[-7,-14],[-4,-8],[-2,-5],[-3,-9],[-6,-13],[-4,-8],[-1,-7],[1,-5],[3,-5],[3,-5],[1,-6],[4,-11],[-1,-6],[-1,-6],[-2,-7],[-2,-5],[-5,-7],[-4,-2],[-9,-4],[-6,-4],[-7,-6],[-5,-7],[-2,-8],[-2,-6],[-4,-6],[-7,-8],[-3,-5],[-4,-4],[-10,-14],[-7,-10],[-6,-8],[-4,-8],[-6,-6],[-9,-4],[-5,-3],[-4,-3],[-13,-11],[-7,-8],[-5,-6],[-4,-6],[-3,-6],[0,-16],[-2,-9],[0,-7],[-2,-12],[-3,-5],[-4,-4],[-4,-5],[-5,-7],[-10,-11],[-6,-5],[-12,-10],[-6,-3],[-10,-3],[-8,-6],[-5,-6],[-2,-5],[-6,-10],[-1,-11],[2,-5],[5,-7],[3,-7],[4,-9],[2,-6],[0,-5],[-7,-13],[-6,-6],[-8,-5],[-8,-5],[-4,-7],[-7,-15],[-6,-8],[-8,-4],[-5,-3],[-6,-1],[-7,-8],[-5,-8],[-5,-6],[0,-13],[3,-11],[5,-9],[4,-6],[-1,-11],[0,-12],[-2,-12],[-5,-14],[-8,-10],[-11,-9],[-4,-11],[-3,-12],[-2,-12],[-3,-13],[-4,-12],[-3,-7],[-6,-6],[-4,-9],[4,-10],[5,-10],[5,-9],[0,-11],[-5,-12],[-3,-10],[0,-10],[-6,-17],[-5,-10],[-6,-14],[-2,-10],[0,-13],[-2,-14],[-2,-11],[-5,-15],[-5,-9],[-2,-13],[1,-14],[5,-11],[4,-10],[1,-14],[-1,-17],[-5,-10],[-5,-6],[-7,-7],[-5,-11],[-2,-10],[-2,-10],[0,-10],[2,-8],[3,-4],[-1,-6],[-3,-11],[-5,-9],[-9,-7],[-12,-4],[-12,-4],[-12,-5],[-11,-3],[-6,-1],[-5,-5],[-4,-4],[-11,-10]],[[108953,165631],[-9,0],[-12,-5],[-13,-11],[-13,-11],[-12,-11],[-8,-9],[-11,-9],[-6,-6],[-6,-4],[-4,-2],[-11,-4],[-16,-11],[-4,-4],[-9,-10],[-10,-7],[-18,-7],[-7,-3],[-12,-6],[-4,-4],[-11,-10],[-14,-21],[-9,-5],[-29,-19],[-22,-19],[-13,-7],[-30,-14],[-13,-7],[-12,-13],[-15,-23],[-17,-16],[-18,-6],[-11,-6],[-8,-10],[-6,-12],[-7,-6],[-7,-4],[-15,-3],[-12,-5],[-11,-5],[-12,-4],[-10,-6],[-7,-6],[-8,-5],[-4,-4],[-5,-5],[-7,-4],[-8,-1],[-12,6],[-7,3],[-8,2],[-6,0],[-6,0],[-6,-5],[-8,-7],[-8,-3],[-8,-6],[-10,-8],[-9,-9],[-10,-5],[-9,-5],[-9,-6],[-15,-4],[-13,-3],[-10,-5],[-9,-7],[-8,-5],[-9,-8],[-6,-9],[-7,-10],[-8,-8],[-9,-2],[-7,-6],[-4,-6],[-6,-10],[-9,-9],[-7,-4],[-9,-6],[-19,-14],[-4,-4],[-13,-16],[-8,-7],[-39,-4],[-10,0],[-7,-1],[-10,0],[-18,-8],[-20,-4],[-36,7],[-17,0],[-4,4]],[[107970,165069],[-847,764],[-754,685],[283,302],[-550,499],[4,4],[3,5],[2,6],[4,6],[8,9],[8,0],[5,-7],[8,-5],[5,-4],[5,1],[8,0],[8,3],[5,4],[4,5],[5,4],[6,4],[6,2],[5,2],[9,1],[9,1],[10,1],[8,0],[5,0],[12,-3],[6,-4],[7,-4],[7,-1],[7,-4],[7,-2],[7,-1],[7,2],[9,2],[8,1],[10,8],[9,2],[9,3],[6,0],[6,1],[6,-1],[6,-1],[7,0],[5,0],[7,3],[8,1],[7,1],[15,-1],[8,0],[5,0],[8,2],[5,1],[6,1],[6,0],[5,0],[10,-3],[6,-3],[8,-2],[7,-4],[8,-4],[6,-3],[9,-2],[7,-1],[5,1],[6,2],[5,3],[7,4],[7,3],[7,4],[7,4],[8,4],[8,3],[10,5],[9,4],[8,3],[8,2],[6,4],[6,4],[6,2],[6,4],[6,2],[6,5],[5,4],[6,3],[9,3],[9,3],[6,-2],[8,-2],[6,-1],[9,2],[7,1],[10,3],[9,1],[7,1],[10,-1],[8,-3],[8,-3],[11,-7],[6,-3],[7,-2],[6,4],[4,5],[4,4],[7,4],[8,4],[4,3],[6,4],[6,4],[9,4],[6,1],[5,0],[7,0],[6,1],[7,2],[6,2],[5,2],[6,4],[5,3],[8,7],[3,9],[5,7],[9,3],[5,4],[5,6],[6,7],[6,7],[13,13],[9,9],[9,10],[5,5],[7,6],[10,7],[5,4],[6,5],[3,4],[2,9],[-2,7],[-1,9],[1,7],[2,13],[4,5],[5,2],[5,1],[5,0],[5,-1],[5,0],[10,-3],[6,-1],[9,-1],[8,-1],[7,0],[5,0],[6,-3],[8,-2],[6,-1],[5,-1],[10,0],[5,0],[5,-1],[10,-3],[4,-3],[7,-6],[8,-6],[5,-1],[6,0],[5,2],[8,3],[8,3],[7,-1],[8,1],[6,1],[6,2],[10,3],[6,0],[7,0],[8,-3],[6,-1],[7,-4],[12,1],[10,2],[6,1],[6,-2],[8,0],[6,2],[7,2],[6,-2],[8,-1],[6,-2],[4,-1],[9,4],[6,5],[5,2],[11,5],[6,2],[8,4],[4,4],[4,4],[5,5],[4,5],[7,5],[9,6],[8,2],[7,0],[11,-1],[7,-3],[5,-1],[9,4],[5,8],[-1,8],[33,22],[6,1],[5,0],[9,2],[6,4],[3,5],[2,6],[2,5],[5,6],[7,3],[6,6],[5,7],[2,5],[-3,7],[-1,6],[2,8],[3,8],[5,3],[6,3],[7,2],[8,-2],[5,-2],[10,-3],[7,-5],[7,-1],[8,2],[5,1],[5,8],[10,15],[-993,913]],[[106660,168697],[228,222],[134,131],[137,133],[180,-165],[388,-356],[198,202],[305,312],[194,-185],[175,172],[189,177],[-406,380],[117,121],[19,17],[93,77],[241,242],[123,-113],[309,313],[-157,144],[47,138]],[[111129,172539],[28,-27],[14,-13],[473,-411],[104,-89]],[[104021,171251],[-5,-7],[-3,-5],[-4,-7],[-4,-6],[-4,-9],[-4,-7],[-4,-5],[-4,-4],[-10,-7],[-5,-4],[-5,-3],[-8,-4],[-5,-3],[-10,-4],[-4,-5],[-1,-9],[-2,-9],[-1,-9],[1,-7],[2,-8],[0,-6],[-5,-6],[-13,-2],[-9,-4],[-7,-4],[-6,-4],[-6,-5],[-3,-4],[-3,-5],[-4,-3],[-5,-4],[-3,-4],[-4,-5],[-4,-4],[-6,0],[-2,6],[-9,6],[-9,1],[-6,1],[-10,-3],[-5,-6],[-4,-6],[-3,-6],[-3,-8],[-4,-5],[-10,-4],[-6,-3],[-5,-1],[-8,-3],[-45,-13],[-34,-25],[-36,-10],[-5,-7],[-19,-12],[-42,-19],[-65,-43],[-6,-1],[-8,-4],[-15,-7],[-21,-7],[-9,-3],[-10,-4],[-11,-4],[-7,-2],[-11,-3],[-8,-1],[-7,0],[-8,0],[-8,-1],[-7,-1],[-5,-1],[-14,-6],[-13,0],[-7,2],[-8,3],[-8,2],[-5,1],[-5,0],[-8,-5],[-3,-4],[-9,-5],[-6,-3],[-10,-6],[-10,-4],[-12,-5],[-10,-1],[-8,1],[-7,2],[-7,2],[-13,5],[-9,1],[-12,-3],[-6,-4],[-6,-8],[0,-8],[-4,-5],[-15,-4],[-5,0],[-11,3],[-6,4],[-10,-1],[-15,-7],[-10,-3],[-17,1],[-8,2],[-6,3],[-8,4],[-8,3],[-7,3],[-12,5],[-8,3],[-11,-1],[-14,-2],[-17,3],[-12,2],[-22,-8],[-5,-2],[-26,-5],[-10,10],[-10,4],[-10,-4],[-1,-9],[-1,-6],[0,-12],[-3,-13],[-4,-10],[-1,-7],[-1,-7],[-5,-4],[-8,-4],[-5,2],[-11,7],[-7,7],[-4,4],[-13,9],[-14,7],[-13,6],[-8,3],[-16,3],[-6,1],[-11,1],[-16,-6],[-20,2],[-6,-2],[-17,1],[-7,-3],[-9,-9],[-10,-12],[-19,-20],[-6,-5],[-8,-6],[-19,-3],[-23,-8],[-11,0],[-51,-1],[-24,-2],[-11,-2],[-15,0],[-11,-3],[-6,-4],[-17,-12],[-12,-9],[-9,-2],[-8,-3],[-12,-3],[-12,-3],[-18,-5],[-11,-4],[-13,-6],[-4,-3],[-5,-9],[-6,-10],[-11,-8],[-8,-4],[-12,-9],[-10,-9],[-8,-10],[-2,-5],[-6,-10],[-3,-4],[-4,-3],[-10,-3],[-9,-6],[-2,-9],[-9,-11],[-3,-8],[-1,-10],[-2,-7],[-7,-13],[-10,-7],[-4,-8],[-4,-5],[-5,-5],[-7,-6],[-8,-2],[-15,-7],[-18,-7],[-11,-7],[-14,-9],[-9,-6],[-7,-6],[-5,-7],[-10,-9],[-1,-7],[-3,-3],[-12,-4],[-12,-7],[-7,-4],[-10,-7],[-5,-7],[-4,-4],[-9,-6],[-5,-9],[-5,-3],[-8,-1],[-8,-3],[-7,-1],[-6,-2],[-9,-5],[-4,-5],[-13,-15],[-6,-4],[-8,-10],[-6,-10],[-4,-8],[-4,-10],[-5,-13],[-6,-8],[-6,-7],[-7,-11],[-1,-6],[3,-9],[1,-12],[-3,-6],[-2,-10],[-1,-15],[-6,-10],[-6,-15],[-1,-11],[-5,-18],[-2,-10],[0,-7],[-5,-14],[-1,-10],[-2,-10],[0,-6],[-7,-17],[-8,-15],[-5,-13],[-6,-9],[-4,-11],[-7,-11],[-5,-10],[-5,-9],[-5,-6],[-3,-7],[-2,-5],[-8,-10],[-10,-8],[-4,-8],[-5,-10],[-4,-12],[-3,-6],[-7,-9],[-6,-4],[-12,-5],[-8,-6],[-5,-5],[-5,-7],[-2,-6],[-3,-9],[-6,-12],[-10,-8],[-23,-12],[-3,-11],[-5,-10],[-3,-12],[-6,-12],[-8,-11],[-8,-7],[-13,-6],[-9,-10],[0,-11],[-6,-8],[-9,-9],[-13,-12],[-13,-6],[-11,-3],[-18,-11],[-4,-7],[-4,-12],[-6,-11],[-13,-5],[-7,-4],[0,-10],[-3,-6],[-9,-13],[-6,-3],[-13,-10],[-23,-20],[-27,-17],[-6,-5],[-9,-2],[-15,-12],[-19,-8],[-7,-8],[-11,-5],[-8,-4],[-8,-5],[-8,-2],[-7,-12],[-13,-10],[-5,-5],[-9,-14],[-7,-8],[-8,-9],[-6,-6],[-11,-10],[-7,-15],[-5,-11],[-5,-8],[-4,-12],[-4,-6],[-8,-9],[-12,-5],[-10,-5],[-11,-5],[-7,-5],[-17,-10],[-12,-4],[-12,-4],[-14,-3],[-13,-3],[-11,-2],[-19,-6],[-15,-7],[-19,-7],[-10,-6],[-16,-19],[-8,-7],[-8,-7],[-10,-12],[-7,-12],[-5,-14],[-4,-10],[-8,-17],[-9,-9],[-12,-7],[-12,-26],[-11,-17],[-12,-13],[-9,-7],[-13,-16],[-22,-19],[-11,-12],[-10,-9],[-11,-11],[-15,-4],[-8,-5],[-9,-3],[-15,-3],[-24,-6],[-19,-4],[-11,1],[-16,7],[-12,8],[-14,8],[-18,9],[-12,8],[-14,7],[-15,3],[-11,6],[-13,7],[-15,3],[-7,7],[-20,8],[-19,7],[-13,3],[-18,11],[-11,9],[-15,7],[-8,6],[-17,1],[-9,0],[-6,10],[-4,6],[-10,1],[-12,-1],[-12,1],[-8,-1],[-10,-5],[-14,-3],[-10,2],[-12,3],[-15,3],[-18,3],[-12,0],[-15,-5],[-20,-8],[-11,-10],[-7,-3],[-9,0],[-10,0],[-8,0],[-6,0],[-6,-3],[-10,-7],[-10,-8],[-7,-1],[-8,-3],[-7,-4],[-5,-5],[-4,-7],[-12,-7],[-4,-4],[-8,-3],[-6,-4],[-8,-9],[-4,-6],[-3,-6],[-8,-11],[-6,-11],[-3,-4],[-4,-5],[-8,-6],[-6,-7]],[[100184,169062],[-223,208],[-347,327],[-147,137],[-5,-2],[-198,193],[-412,393],[-5,-4],[-5,-6],[-3,-6],[-4,-10],[-4,-8],[-3,-7],[-7,-9],[-5,-4],[-5,-4]],[[90184,166116],[-235,-136],[-447,-260],[-3199,-1879],[50,-83]],[[86353,163758],[-660,586],[66,66],[-17,6],[-20,-3],[-17,4],[-14,4],[-21,12],[-17,22],[-14,15],[-15,8],[-11,13],[-4,10],[-6,9],[-11,1],[-16,-8],[-17,-5],[-19,7],[-12,-3],[-17,-1],[-12,9],[-14,3],[-10,8],[-10,10],[-10,5],[-12,8],[-15,2],[-10,10],[-10,11],[-8,13],[0,14],[-7,14],[-6,9],[-8,13],[9,21],[-5,10],[-16,10],[-18,10],[-2,10],[-11,8],[-2,12],[-2,20],[-7,7],[-1,14],[1,18],[-7,7],[-3,7],[-5,9],[-1,11],[2,10],[-7,9],[-12,5],[-10,4],[-11,-1],[-11,-1],[-11,-1],[-8,-7],[-7,-5],[-10,-4],[-11,-2],[-13,9],[-12,15],[3,9],[4,10],[-2,9],[-5,6],[-1,9],[-1,6],[-5,6],[-4,7],[2,8],[7,10],[0,10],[-7,6],[-4,10],[-3,8],[-7,4],[-7,8],[-7,4],[-8,7],[-4,7],[-5,5],[-9,2],[-7,14],[-9,6],[-2,8],[-1,12],[-7,6],[-8,8],[-12,20],[-4,9],[-9,9],[-10,10],[-4,6],[0,12],[0,9],[-5,5],[2,7],[8,4],[5,10],[-1,7],[-9,5],[-3,8],[-7,5],[-17,7],[-6,9],[1,11],[-5,7],[-1,22],[-6,13],[-12,15],[-14,14],[-13,6],[-14,6],[-13,12],[-6,17],[-9,17],[-16,11],[-21,4],[-14,8],[-11,13],[-14,15],[-19,11],[-1,14],[-2,14],[-8,4],[-11,11],[8,9],[8,9],[3,8],[6,11],[-8,1],[-9,-7],[-8,4],[-11,0],[-9,2],[-9,9],[-13,11],[-9,10],[-9,9],[-10,15],[-10,9],[-14,8],[-11,10],[-9,13],[-18,9],[-11,14],[-18,5],[-12,12],[-13,12],[-9,4],[-12,10],[-14,7],[-18,8],[-20,12],[-17,4],[-9,0],[-8,3],[-7,7],[-5,1],[-3,4],[0,8],[-3,12],[-10,-1],[-11,-9],[-13,-6],[-15,1],[-14,-1],[-16,5],[-21,3],[-19,17],[-13,6],[-13,6],[-15,2],[-13,4],[-12,2],[-16,8],[-14,22],[-11,22],[-6,12],[-13,16],[-9,3],[-13,1],[-17,19],[-2,18],[-2,8],[-6,14],[-6,11],[-8,14],[-12,8],[-9,0],[-15,-6],[-32,-4],[-13,10],[-4,10],[-13,11],[-14,6],[-11,8],[-17,0],[-18,-2],[-18,7],[-14,13],[-17,12],[-13,1],[-8,-9],[-8,-12],[-13,1],[-13,16],[-13,13],[-13,2],[-16,7],[-24,11],[-18,9],[-15,14],[-17,15],[-13,3],[-20,-7],[-9,0],[-14,5],[-13,9],[-7,13],[-12,8],[-10,1],[-17,11],[-22,12],[-23,5],[-8,2],[-13,13],[-24,27],[-32,28],[-31,25],[-27,24],[9,59],[7,28],[-10,25],[-28,13],[-30,25],[-30,37],[-17,30],[-8,33],[3,48],[-4,66],[-14,58],[-40,53],[-35,15],[-37,14],[-40,27],[-20,24],[-11,49],[-19,38],[-24,44],[-16,13],[-41,36],[-46,29],[-45,-1],[-12,-18],[-12,-20],[-29,-14],[-36,-18],[-29,10],[-11,36],[4,38],[4,33],[-38,33],[-10,14],[-5,30],[-13,24],[-19,17],[-28,13],[-34,26],[-19,27],[-8,12],[-20,12],[-22,13],[-17,8],[-14,18],[3,21],[4,14],[13,11],[21,2],[16,1],[12,1],[2,15],[-4,32],[-10,29],[-27,20],[-24,-1],[-27,-6],[-15,-5],[-21,-16],[-12,-1],[-15,0],[-10,9],[-19,15],[-19,26],[1,26],[8,22],[-5,20],[-8,12],[-14,14],[-18,15],[-21,15],[-14,16],[-3,25],[-4,13],[-14,7],[-15,20],[-10,23],[-8,21],[-8,16],[0,18],[-1,12],[-11,19],[-6,18],[-11,21],[-15,20],[-22,22],[1,16],[2,21],[-14,14],[-23,17],[-17,7],[-10,6],[467,494],[-3556,3140]],[[111895,173549],[-147,-373],[-52,-131],[0,-1],[25,-508],[26,-526],[1,-11]],[[106660,168697],[-117,102],[-140,127],[-213,195],[-209,154],[-558,413],[-125,93],[-224,165],[-246,183],[-601,531],[-199,175],[1,7],[-1,7],[-2,6],[-1,5],[-2,7],[-2,9],[-1,6],[5,1],[5,3],[4,4],[4,7],[4,5],[-13,22],[-2,6],[-2,11],[0,6],[2,7],[2,7],[3,5],[-3,5],[4,4],[6,1],[3,4],[0,6],[3,5],[5,6],[3,6],[4,7],[2,6],[2,5],[4,6],[4,5],[2,6],[1,6],[2,8],[1,6],[2,5],[0,6],[0,9],[3,7],[3,7],[5,4],[5,0],[5,-1],[3,6],[-2,5],[4,4],[6,3],[2,7],[3,7],[2,5],[-1,8],[-4,8],[-1,6],[-4,7],[-3,4],[5,4],[5,0],[6,1],[5,6],[4,9]],[[106752,172076],[8,14],[3,10]],[[86353,163758],[616,-990],[-63,-55],[-2137,-2033],[-65,-64],[-1067,-1018],[-1381,-1388],[-282,-273]],[[81974,157937],[-15,14],[-28,19],[-25,31],[-28,34],[-24,41],[-17,42],[-1,36],[3,42],[-25,36],[-33,10],[-19,31],[-32,12],[-14,37],[1,35],[-12,26],[-21,38],[-35,7],[-34,-2],[-16,15],[-25,10],[-27,7],[-29,3],[-44,-11],[-34,-10],[-37,2],[-26,20],[-41,31],[-32,5],[-37,-3],[-38,6],[-35,12],[-26,12],[-41,-8],[-32,-13],[-46,-10],[-26,-19],[-30,14],[-31,28],[-32,25],[-31,30],[-35,29],[-6,32],[-10,47],[-6,35],[-1,32],[-3,29],[-6,30],[-3,37],[2,40],[-6,37],[-18,17],[-7,17],[-30,22],[-12,33],[-24,20],[-1,32],[-21,21],[-16,46],[-17,26],[-22,22],[-21,23],[-28,3],[-25,-15],[-31,-5],[-15,16],[-19,11],[-24,31],[-19,-1],[-12,3],[-14,16],[-19,2],[-8,24],[-21,27],[-34,18],[-19,19],[-20,20],[-23,22],[-12,10],[-18,24],[-26,16],[-9,26],[-9,27],[-10,20],[-20,33],[-22,3],[-21,-15],[-12,14],[-18,18],[-30,-1],[-33,24],[-21,-5],[-29,-22],[-41,0],[-27,3],[-26,4],[-20,32],[-38,20],[-52,11],[-26,-7],[-37,-30],[-18,-21],[-23,-30],[-25,-20],[-40,-10],[-36,8],[-19,22],[-20,15],[-33,-8],[-30,7],[-42,-12],[-28,-17],[-17,-3],[-30,-12],[-15,9],[-36,11],[-33,-19],[-61,-28],[-32,-20],[-16,0],[-24,12],[-21,-10],[-19,0],[-23,19],[-24,-1],[-30,-18],[-25,-22],[-30,-20],[-32,-10],[-17,-29],[-9,-30],[-23,-29],[-36,-7],[-43,-9],[-25,-8],[-34,-25],[-31,-20],[-11,-7],[-47,-13],[-22,-3],[-25,-19],[-33,-15],[-41,-6],[-23,-16],[-21,-29],[-34,-26],[-30,4],[-24,28],[-31,8],[-42,14],[-29,13],[-40,-12],[-32,24],[-23,-5],[-20,20],[-29,0],[-24,-6],[-27,-10],[-34,7],[-33,7],[-26,34],[-22,11],[-18,13],[-31,11],[-18,29],[-18,27],[-31,11],[-25,30],[-24,8],[-28,24],[-20,35],[-15,38],[-8,18],[-33,68],[-30,23],[-52,5],[-57,8],[-40,26],[-35,25],[-41,30],[-21,33],[-18,32],[-19,12],[-20,12],[-23,7]],[[77400,159788],[-14,10],[-18,1],[-26,5],[-20,12],[-21,12],[-20,16],[-19,26],[-17,18],[-46,14],[-22,-7],[-24,-9],[-23,-8],[-30,-12],[-33,-3],[-31,12],[-26,24],[-15,35],[-9,28],[-16,30],[-28,20],[-2,25],[-14,36],[-20,15],[-25,23],[-7,30],[-16,40],[-41,30],[-31,5],[-33,-6],[-36,-2],[-31,29],[-44,29],[-31,-8],[-31,-10],[-37,18],[-29,1],[-26,-14],[-16,-24],[-21,-16],[-25,-9],[-28,5],[-20,9],[-16,12],[-16,16],[-30,17],[-23,12],[-31,26],[-41,4],[-25,13],[-24,20],[-26,15],[-28,-4],[-35,-7],[-20,-8],[-22,-10],[-35,2],[-27,5],[-18,-12],[-34,-29],[-22,-19],[-29,-12],[-37,2],[-37,-6],[-26,-9],[-44,9],[-31,17],[-40,14],[-29,4],[-37,8],[-30,18],[-17,13],[-31,10],[-41,-11],[-31,-3],[-33,5],[-30,3],[-30,-12],[-25,-22],[-26,-20],[-25,-14],[-21,-4],[-35,19],[-10,25],[-4,27],[-16,21],[-29,22],[-15,23],[-26,13],[-36,15],[-31,19],[-25,18],[-27,13],[-33,-4],[-29,-10],[-21,1],[-35,3],[-30,12],[-24,15],[-9,26],[-8,27],[-8,34],[-20,21],[-25,19],[-25,14],[-22,22],[-37,10],[-29,27],[-19,20],[-26,27],[-16,23],[-27,25],[-18,27],[-17,30],[-28,22],[-37,15],[-32,28],[-33,15],[-18,23],[-17,32],[-17,17],[-26,3],[-25,6],[-12,4],[790,801],[-1008,888],[-1434,1254],[202,212],[-703,640],[-1219,1087],[1217,1209],[83,97],[169,172]],[[67309,166407],[19,-10],[38,-5],[29,-7],[21,-16],[25,-27],[13,-37],[2,-30],[-2,-19],[-6,-20],[10,-24],[-16,-11],[-20,-7],[5,-27],[5,-28],[-14,-16],[-2,-16],[4,-18],[23,-7],[28,-19],[5,-25],[7,-34],[31,-19],[48,-14],[10,-5],[-16,-29],[-12,-24],[-15,-28],[-10,-43],[1,-25],[-2,-27],[9,-18],[29,-35],[10,-18],[-6,-40],[6,-34],[15,-31],[7,-31],[-6,-27],[9,-29],[-2,-27],[-8,-37],[-7,-18],[-23,-20],[-10,-54],[10,-25],[4,-39],[-7,-35],[-16,-32],[-8,-19],[-5,-41],[-2,-25],[10,-28],[-2,-37],[0,-36],[-11,-21],[-11,-15],[-7,-21],[3,-13],[4,-47],[5,-16],[1,-36],[-16,-28],[-10,-19],[-10,-29],[-3,-38],[-20,-21],[-36,-18],[-22,-19],[-9,-29],[-15,-18],[-14,-5],[-16,-12],[-13,-23],[13,-16],[11,-2],[15,8],[27,-15],[29,-15],[26,-12],[3,-21],[-25,-23],[-21,-2],[-36,4],[-19,-4],[-20,-4],[-20,-12],[-23,-11],[-19,-15],[-14,-13],[-22,-17],[-23,-15],[-18,-4],[-27,-1],[-21,-6],[-22,-20],[-7,-18],[-3,-16],[-24,-9],[-43,-2],[-33,-13],[-14,-14],[-22,-16],[-33,-33],[4,-28],[19,-35],[10,-20],[-16,-26],[-7,-19],[11,-20],[17,-12],[12,-11],[8,-37],[-8,-20],[-20,-23],[-21,-17],[-18,-10],[-25,-22],[-9,-12],[8,-32],[16,-25],[9,-15],[-14,-26],[-5,-20],[-10,-33],[-17,-16],[-26,-19],[-20,-21],[-17,-23],[-34,-4],[-22,-15],[6,-34],[4,-5],[12,-28],[-11,-35],[-5,-33],[-18,-20],[-10,-24],[-16,-27],[4,-41],[-4,-24],[-32,-25],[-38,-24],[-11,-23],[12,-18],[14,-31],[9,-37],[14,-34],[6,-26],[7,-26],[23,-28],[17,-22],[6,-33],[21,-29],[16,-26],[17,-32],[13,-10],[5,-31],[15,-31],[18,-19],[20,-20],[8,-27],[17,-22],[12,-27],[13,-31],[9,-11],[10,-9],[12,-13],[2,-10],[7,-15],[10,-14],[22,-10],[15,-10],[14,-16],[12,-24],[23,-18],[29,-8],[25,-12],[18,-10],[6,-16],[10,-21],[20,-11],[20,-5],[26,-1],[25,-8],[9,-14],[6,-17],[4,-19],[3,-19],[11,-24],[16,-23],[34,-18],[42,-12],[29,15],[21,15],[38,-10],[36,-18],[43,-19],[29,-7],[54,-9],[53,1],[37,-1],[33,-21],[34,-40],[26,-31],[40,-30],[30,-27],[-5,-36],[-16,-36],[-2,-27],[-13,-42],[-2,-46],[-8,-36],[-20,-64],[-1,-38],[-11,-62],[-15,-43],[-5,-53],[10,-41],[35,-36],[32,-20],[19,-10],[31,-10],[27,-13],[19,-4],[536,-721],[73,-134],[23,12],[102,-183],[19,12],[240,-314],[513,-468],[97,93],[770,-689],[-829,-867],[610,-554],[-352,-372],[878,-788],[-155,-160]],[[70472,156505],[-998,-1046],[-33,0],[-1649,-1743],[-1423,-1449],[-624,-631]],[[65745,151636],[-2305,2078],[-2817,2599],[-2089,1900],[-627,563],[-24,-20]],[[57883,158756],[-82,69],[2724,2768],[-1224,1115],[-921,845],[2235,2297],[584,600],[-588,536],[-231,209],[-1267,1187]],[[114659,171859],[-87,-97],[39,-35],[91,-82],[22,-20],[51,-46],[66,-57],[-54,-58],[118,-142],[132,-125],[154,-135],[34,33],[426,-433],[222,-226],[40,-41],[339,-343]],[[116252,170052],[-210,-227],[-99,-102]],[[115943,169723],[-14,-16],[-195,-7],[-246,-148],[-121,113],[-71,-45],[-118,113],[-139,47],[-92,15],[-103,21],[-326,62],[-102,17],[-90,138],[-224,153],[-260,503],[-108,209],[-94,181]],[[113640,171079],[129,180],[54,74],[192,267],[7,10],[70,97],[40,49],[40,39],[1,1],[1,1],[1,0],[54,32],[57,19],[46,16],[36,15],[6,2],[22,4],[33,6],[10,2],[11,-4],[28,-11],[51,-25],[16,0],[50,1],[0,0],[47,9],[2,1],[0,0],[15,-5]],[[100184,169062],[-2,-7],[-3,-6],[-6,-8],[-2,-12],[-4,-11],[-6,-4],[-8,-6],[-5,-5],[-4,-5],[-4,-6],[-2,-5],[-2,-5],[-2,-7],[410,-353],[458,-414],[581,-542],[448,-424],[353,355],[228,-210],[-34,-38],[497,-470],[339,-327],[245,-230],[226,-198],[570,-510],[-309,-322],[1164,-1029],[399,-350]],[[105709,163913],[64,-58],[260,-222],[-482,-502],[-14,18],[-580,-585],[-316,-319],[-11,-12],[15,-16],[-85,-89],[-517,-605],[-674,-638],[-512,-539],[-423,-450]],[[102434,159896],[-591,515],[-759,709],[-519,479],[516,523],[-323,285],[-369,330],[-1102,988]],[[99287,163725],[-102,89],[9,11],[-751,680],[-197,161],[-342,264],[-568,407],[-660,596],[-815,744],[215,222],[-1,8],[91,96],[174,192],[460,464],[297,308]],[[107970,165069],[-29,-8],[-23,-7],[-12,-3],[-22,-2],[-20,-5],[-8,-1],[-24,-2],[-9,-8],[-26,-32],[-41,-39],[-13,-5],[-18,-7],[-17,-5],[-8,1],[-18,0],[-12,-3],[-21,-10],[-13,-4],[-10,-1],[-29,-3],[-18,-9],[-13,-12],[-19,-1],[-25,-10],[-31,-17],[-13,-2],[-22,-13],[-25,-22],[-27,-19],[-29,-18],[-10,-7],[-7,-9],[-18,-5],[-13,2],[-12,2],[-7,-2],[-8,-1],[-18,-1],[-12,-4],[-23,-3],[-4,-3],[-33,-12],[-29,-17],[-26,-27],[-23,-20],[-6,-12],[-4,-12],[-6,-11],[-12,-27],[-12,-10],[-14,-17],[-14,-8],[-13,-11],[-6,-7],[-10,-12],[-7,-15],[-2,-6],[1,-11],[-8,-13],[-8,-20],[-17,-21],[-14,-16],[-14,-10],[-16,-21],[-30,-31],[-40,-23],[-22,-10],[-10,-6],[-10,-3],[-13,-6],[-17,-7],[-17,-8],[-23,-21],[-14,-6],[-24,-9],[-26,-4],[-55,-6],[-9,-1],[-5,-13],[-1,-29],[-4,-17],[-4,-10],[-2,-8],[-2,-6],[-3,-5],[-5,-5],[-6,-6],[-3,-3],[-3,-4],[-5,-7],[-4,-6],[-4,-7],[-2,-9],[0,-10],[-1,-7],[0,-5],[-3,-10],[-7,-13],[-5,-4],[-7,-3],[-4,-4],[-3,-8],[-6,-4],[-7,-9],[-3,-14],[-4,-14],[-5,-9],[-6,-7],[-7,-9],[-4,-3],[-6,-8],[-7,-12],[-7,-9],[-7,-8],[-6,-8],[-6,-6],[-6,-4],[-4,-9],[-7,-8],[-8,-3],[-7,-9],[-5,-6],[-7,-7],[-10,-11],[-8,-17],[-4,-12],[-5,-10],[-8,-12],[-14,-11],[-7,-8],[-5,-10],[-4,-8],[-8,-5],[-8,-2],[-4,-4],[-10,-5],[-12,-8],[-12,-6],[-9,-1],[-7,5],[-9,4],[-18,3],[-11,1],[-12,3],[-14,1],[-12,1],[-9,5],[-16,1],[-15,2],[-8,5],[-10,7],[-10,2],[-13,3],[-7,-2],[-5,-8],[-4,-6],[-7,-3],[-9,3],[-12,7],[-10,7],[-13,6],[-12,5],[-10,8],[-11,6],[-3,9],[-10,5],[-16,4],[-15,1],[-9,7],[-8,8],[-9,3],[-10,2],[-10,5],[-10,-1],[-8,-5],[-11,-1],[-9,1],[-7,5],[-6,4],[-11,3],[-11,4],[-8,9],[-10,4],[-15,0],[-13,0],[-6,4],[-9,6],[-11,-2],[-13,-6],[-18,-4],[-13,-1],[-13,3],[-10,2],[-8,-7],[-7,-7],[-14,-7]],[[115943,169723],[64,-107],[111,-198],[59,-104]],[[114018,167619],[-218,341],[-180,280],[-192,299],[-115,179],[-37,63],[-88,135],[-298,470],[-58,89],[-59,93],[-183,288],[-193,308]],[[113308,170636],[13,16],[170,225],[72,95],[77,107]],[[57883,158756],[-2649,-2721],[-1777,1611],[-2143,-2088],[-2833,2657],[-515,-518]],[[112615,164624],[-191,257],[-25,71],[-104,232],[-75,170],[-6,29],[3,32],[57,229],[-1,26],[52,219],[42,316],[-2,155],[-5,83],[-3,122],[-1,13],[-3,13],[-1,11],[-3,17],[-4,19],[-71,234],[-3,10],[-1,9],[-8,71],[-5,30],[-14,179],[-12,140],[-2,18],[-17,122],[-20,118],[-86,495],[-4,23],[-4,16],[-4,19],[-18,57],[-6,18],[-6,19],[-7,17],[-11,28],[-11,24],[-12,24],[-12,24],[-14,24],[-14,25],[-73,120],[-16,24],[-15,24],[-11,24],[-8,25],[-4,24],[-1,12],[-1,10],[35,658],[1,24],[2,25],[3,24],[3,25],[3,24],[4,24],[2,13],[1,12],[5,24],[3,24],[5,25],[5,24],[4,25],[5,24],[13,57]],[[112615,164624],[-486,-506],[-401,-405],[-76,72],[-474,-429],[112,-118],[-164,-733]],[[111126,162505],[-605,511],[-866,727],[104,83],[40,30],[187,208],[154,167],[-289,441],[26,35],[-7,4],[-4,4],[-6,5],[-7,8],[-7,2],[-10,3],[-7,1],[-5,4],[-7,3],[-9,2],[-8,0],[-6,5],[-11,4],[-8,-1],[-8,-4],[-6,-3],[-7,-3],[-6,2],[-6,6],[-4,4],[-4,7],[-7,4],[-5,1],[-6,2],[-8,5],[-5,4],[-3,5],[3,5],[5,2],[-1,6],[-3,5],[-5,5],[-5,5],[-5,6],[-5,2],[-4,6],[-6,5],[-11,5],[-5,1],[-4,3],[-7,5],[-9,7],[-8,5],[-7,2],[-7,0],[-11,5],[-6,-2],[-6,-4],[-11,-1],[-6,1],[-5,4],[-6,2],[-7,2],[-12,4],[-8,4],[-6,3],[-5,4],[-6,4],[-7,6],[-6,4],[-35,-41],[-520,780]],[[77400,159788],[-650,-645],[-878,-935],[-3461,-3435],[-289,270],[-1650,1462]],[[117772,168794],[59,-90],[170,-223],[95,-120],[37,-55],[28,-36],[20,13],[30,-19],[11,-8],[11,-8],[14,-11],[14,-12],[135,-119],[13,-12],[13,-14],[10,-11],[14,-4],[70,-43],[132,-64],[98,-48],[265,-68],[96,-55],[71,-17],[55,-11],[61,-29],[41,-27],[96,-179],[105,-444],[44,-127],[36,-117],[77,-243],[39,-122],[59,-166],[-443,-458],[-256,-250],[-456,-463],[-387,-400],[822,-736]],[[117541,162437],[-236,484],[-305,526],[310,181],[-343,536],[-327,527]],[[116799,168261],[128,-205],[43,30],[4,6],[4,4],[5,4],[4,4],[3,6],[4,9],[3,8],[2,5],[5,11],[1,7],[-4,8],[-3,6],[-1,6],[1,7],[5,9],[0,10],[-3,8],[0,11],[2,11],[1,11],[0,12],[2,6],[1,6],[2,6],[3,8],[1,8],[2,13],[-3,11],[-3,5],[-2,7],[-1,5],[0,10],[2,7],[5,6],[5,2],[5,4],[5,3],[7,10],[4,4],[3,6],[2,8],[0,11],[1,7],[2,7],[1,6],[4,5],[1,5],[3,4],[2,6],[1,5],[0,6],[0,7],[-1,7],[0,8],[1,6],[-1,8],[0,10],[0,8],[1,6],[0,6],[1,9],[0,6],[249,159],[298,192],[70,47],[64,-83],[32,-48]],[[99287,163725],[-905,-898],[-330,-317],[-280,-281],[-112,103],[-636,-660],[-594,-623],[-614,-645],[-591,532],[-120,-892],[-2127,-1333],[-344,-262],[-2901,-1704],[-1552,-912]],[[88181,155833],[0,16],[-7,18],[-9,19],[-6,29],[-1,22],[7,22],[19,37],[17,26],[3,19],[-6,34],[-7,24],[-20,16],[-21,18],[1,21],[20,22],[18,16],[16,23],[30,22],[24,14],[18,26],[12,22],[12,37],[13,35],[5,35],[16,40],[29,25],[19,22],[19,29],[18,31],[15,30],[3,26],[0,22],[4,10],[7,22],[13,21],[11,23],[-1,27],[0,19],[-16,26],[-22,15],[-23,9],[-19,13],[-18,18],[-18,10],[-17,12],[-16,20],[-17,20],[-13,25],[-4,29],[6,20],[12,25],[18,27],[12,23],[10,17],[20,29],[5,19],[17,19],[15,19],[6,20],[-1,25],[-21,22],[-24,18],[-18,7],[-19,12],[-21,20],[-19,5],[-25,13],[-13,13],[-9,11],[-13,11],[-12,14],[-13,17],[-21,13],[-20,20],[-10,14],[-16,18],[-16,27],[-10,23],[-24,15],[-28,16],[-21,26],[-21,17],[-27,17],[-33,26],[-24,17],[-28,18],[-23,10],[-27,8],[-20,4],[-25,5],[-25,5],[-27,24],[-11,23],[-6,21],[-11,30],[-1,8],[5,30],[5,32],[0,25],[-11,31],[-25,27],[-19,9],[-39,8],[-20,0],[-25,6],[-19,2],[-17,-1],[-26,-5],[-23,-8],[-6,-16],[-8,-18],[-10,-26],[-6,-27],[-8,-24],[-6,-24],[-6,-35],[-3,-16],[-8,-27],[-11,-18],[-25,-24],[-19,-10],[-30,-8],[-29,0],[-30,8],[-17,7],[-26,-5],[-20,-12],[-22,-11],[-26,9],[-16,4],[-16,-10],[-21,-11],[-25,-1],[-24,9],[-17,18],[-11,3],[-11,2],[-18,0],[-17,-9],[-31,-21],[-24,-21],[-12,-12],[-9,-15],[-12,-16],[-15,-14],[-19,-14],[-24,-16],[-12,-12],[-14,-20],[-10,-26],[-10,-24],[-17,-23],[-23,-13],[-27,-14],[-26,-8],[-25,-9],[-32,-17],[-26,-24],[-24,-18],[-27,-8],[-25,3],[-27,2],[-29,-3],[-42,11],[-18,15],[-20,15],[-27,22],[-21,14],[-29,1],[-22,-7],[-36,-12],[-33,-5],[-30,-1],[-23,-9],[-9,-9],[-8,-20],[-4,-24],[-2,-16],[-9,-16],[-21,-13],[-13,-6],[-17,-9],[-12,-11],[-13,-16],[-8,-17],[-5,-18],[-2,-18],[-5,-19],[-12,-21],[-15,-18],[-16,-7],[-22,-6],[-22,-3],[-21,1],[-25,6],[-16,-2],[-22,-7],[-28,-5],[-30,6],[-30,3],[-22,-1],[-36,-3],[-24,-3],[-30,-5],[-23,-8],[-21,-5],[-30,-7],[-17,-7],[-12,-8],[-8,-8],[-4,-4],[-8,-14],[-9,-18],[-1,-20],[7,-21],[5,-13],[8,-20],[4,-18],[1,-17],[1,-14],[-2,-25],[-10,-22],[-13,-17],[-11,-19],[-3,-24],[0,-18],[-4,-27],[-12,-6],[-16,-11],[-17,-7],[-25,-6],[-24,2],[-24,7],[-18,16],[-9,8],[-21,14],[-22,4],[-19,1],[-30,4],[-12,7],[-23,9],[-21,6],[-22,1],[-25,11],[-25,20],[-26,9],[-17,5],[-21,21],[-16,9],[-19,18],[-20,9],[-34,3],[-42,6],[-20,5],[-35,5],[-42,9],[-32,15],[-14,25],[-8,30],[-5,25],[-13,22],[-24,7],[-27,-6],[-18,-11],[-19,-18],[-14,-24],[-23,-38],[-11,-24],[-9,-24],[-6,-21],[-17,-23],[-23,-13],[-23,-14],[-38,-19],[-14,-10],[-14,-8],[-22,-18],[-19,-9],[-46,-6],[-30,-3],[-34,-16],[-38,-12],[-32,-1],[-34,5],[-20,16],[-15,25],[-12,33],[-7,28],[-10,27],[-18,23],[-27,12],[-41,15],[-30,16],[-18,24],[-19,27],[-13,20],[-18,21],[-33,10],[-27,4],[-28,11],[-12,7],[-13,22],[-13,27],[-8,22],[-7,31],[-7,25],[-4,19],[-25,26],[-32,21],[-24,29],[-18,22],[-16,19],[-12,24],[-12,25],[-19,18],[-12,30],[-23,26],[-24,13],[-23,2],[-25,-12],[-12,-18],[-7,-6],[-21,-20],[-30,-11],[-20,-9],[-29,-1],[-23,7],[-42,14],[-40,10],[-27,5],[-17,16],[2,31],[13,25],[13,20],[16,25],[15,33],[7,28],[0,21],[-10,32],[-18,27],[-21,18],[-36,16],[-18,26],[-11,32],[-11,35],[-15,16],[-52,9],[-36,4],[-32,22],[-21,28],[-15,31],[-15,32],[-14,34],[-8,23],[-14,24],[-17,17],[-21,12],[-27,1],[-36,-12],[-21,-18],[-28,-34],[-22,-24],[-23,-21],[-28,-17],[-36,-11],[-23,-18],[-20,-23],[-28,-18],[-26,-6],[-23,-15],[-26,-17],[-23,-14],[-63,-21],[-39,4],[-35,22],[-28,25],[-18,34],[-11,33],[-10,19],[-16,12],[-31,15],[-30,-1],[-25,-10],[-33,-15],[-22,-13],[-34,-16],[-27,-6],[-31,9],[-31,-8],[-23,-4],[-24,23],[-18,26],[-23,10],[-37,6],[-36,5],[-24,6],[-22,8]],[[111126,162505],[-2,-11],[57,-49],[-760,-783],[-293,-315],[420,-417],[61,1],[22,-984],[4,-605],[4,-631],[599,-543],[-177,-155],[510,-499],[70,64],[879,-839],[16,22],[597,-475]],[[113133,156286],[-70,-68],[-373,-382],[-210,-217],[-80,-83],[-218,-222],[-231,-239],[-156,-160],[-292,-298],[-177,-183],[-238,-252],[-220,-235],[-99,-108],[125,-118],[43,-42],[204,-179],[252,-237],[234,-207],[236,-227],[-193,-188],[-250,-248],[60,-61],[-249,-262],[-284,-297],[-138,-152],[-92,-97],[-189,-194]],[[110528,151330],[-1853,1778],[-38,39],[-110,-91],[-116,-74],[-298,259],[-252,226],[-179,164],[-43,37],[226,267],[-22,19],[200,215],[250,269],[-479,418],[-147,111],[-395,363],[-184,168],[-377,346],[-526,-536],[-937,845]],[[105248,156153],[84,100],[-1089,927],[-908,762],[589,608],[-693,632],[-797,714]],[[118254,161391],[244,-209],[-880,-964],[-617,-614],[-860,-847],[-319,285],[-218,-224],[-521,-538],[-595,-613],[-92,88],[-267,-273],[-490,-508],[79,-82]],[[113718,156892],[-585,-606]],[[105248,156153],[-4,-5],[-663,-685],[-796,-836],[-214,-223],[-188,-191],[-638,-634],[-93,-98],[-268,232],[-16,-6],[-11,-1],[-10,2],[-8,1],[-10,0],[-7,-1],[-7,1],[-9,-1],[-9,0],[-7,3],[-9,0],[-8,-1],[-10,-1],[-11,0],[-10,2],[-7,3],[-8,-4],[-5,-4],[-8,-2],[-10,-2],[-6,-1],[-8,-4],[-8,-3],[-8,-4],[-10,-7],[-13,-7],[-6,-2],[-10,-5],[-4,-6],[-5,-9],[-5,-9],[-6,-9],[-5,-9],[-7,-8],[-6,-10],[-6,-6],[-3,-7],[-3,-4],[-2,-7],[0,-6],[2,-5],[5,-6],[3,-3],[5,-6],[-6,-1],[-8,-1],[-7,-2],[-8,-3],[-6,-3],[-9,-4],[-5,-4],[-1,-6],[1,-10],[3,-5],[-5,-2],[-6,1],[-5,2],[-5,5],[-9,3],[-7,4],[-8,3],[-8,1],[-11,-1],[-7,0],[-15,1],[-15,1],[-8,-3],[-9,0],[-14,-2],[-10,1],[-15,0],[-19,1],[-14,2],[-10,3],[-11,4],[-9,2],[-7,1],[-5,3],[-9,4],[-7,0],[-7,-4],[-4,-2],[-3,-10],[-2,-6],[-2,-4],[-7,-6],[-7,1],[-3,4],[-9,13],[-2,6],[-2,8],[-2,9],[-6,8],[-5,6],[-4,8],[-5,5],[-5,5],[-6,5],[-5,2],[-10,2],[-13,1],[-7,1],[-12,0],[-6,-1],[-7,-2],[-8,-1],[-5,-1],[-5,-2],[-6,-3],[-8,-4],[-8,-3],[-9,-2],[-8,-5],[-8,-2],[-9,-3],[-17,-4],[-10,-5],[-9,-4],[-8,-4],[-8,-4],[-7,-4],[-5,-3],[-4,-5],[-7,-6],[-7,-1],[-8,-3],[-7,-2],[-6,-1],[-8,-2],[-5,-2],[-10,-6],[-7,-3],[-6,-1],[-9,-2],[-7,-5],[-8,-5],[-8,-4],[-9,-4],[-13,-4],[-4,-4],[-274,-288],[-353,-378],[-68,60],[-276,240],[-94,79],[-323,-339],[-337,-354],[-102,89],[-309,-325],[-332,-353],[-472,-496],[-329,-338]],[[98123,151086],[-11,1],[-12,-2],[-11,-5],[-10,-6],[-9,-6],[-4,-9],[-5,-14],[-4,-20],[-2,-19],[-4,-15],[-3,-15],[-7,-11],[-13,-11],[-17,-8],[-11,-3],[-20,-3],[-9,2],[-10,4],[-6,5],[-2,11],[2,13],[4,8],[4,6],[-1,15],[-10,9],[-9,2],[-28,-1],[-7,2],[-10,6],[-15,13],[-5,4],[-6,4],[-18,3],[-7,2],[-22,9],[-10,8],[-11,9],[-9,11],[-8,10],[-12,14],[-8,4],[-9,4],[-7,2],[-18,4],[-11,2],[-10,3],[-7,6],[-10,15],[-10,9],[-12,7],[-13,5],[-17,4],[-19,3],[-15,3],[-16,5],[-18,7],[-9,3],[-10,3],[-10,5],[-13,6],[-9,4],[-26,12],[-24,10],[-23,5],[-11,4],[-13,11],[-12,10],[-11,13],[-6,8],[-7,15],[-3,15],[0,10],[-3,12],[-4,23],[-7,18],[-5,9],[-11,7],[-14,-2],[-12,-11],[-6,-13],[-3,-18],[-4,-7],[-4,-8],[-9,-5],[-11,-1],[-13,3],[-16,1],[-11,0],[-8,3],[-8,5],[-7,7],[-10,7],[-7,4],[-8,2],[-12,-3],[-10,-6],[-10,-7],[-9,-4],[-9,-2],[-12,4],[-12,9],[-5,9],[-1,8],[2,11],[5,7],[6,8],[9,8],[8,6],[5,7],[6,11],[4,11],[2,13],[0,6],[-2,11],[-6,6],[-3,4],[-10,5],[-15,6],[-8,1],[-10,2],[-8,4],[-9,8],[-1,9],[3,20],[7,17],[3,14],[-2,11],[-4,17],[-9,14],[-4,11],[-2,14],[0,15],[-1,17],[1,14],[-5,17],[-7,18],[-4,16],[-6,17],[-5,12],[-10,8],[-13,5],[-13,-2],[-12,-2],[-8,-6],[-9,-5],[-6,-6],[-9,-5],[-6,-2],[-5,-1],[-7,1],[-6,2],[-5,1],[-6,3],[-6,3],[-7,4],[-7,2],[-5,1],[-11,2],[-8,2],[-5,2],[-6,7],[-4,4],[-3,7],[-4,6],[-5,11],[-3,5],[-3,6],[-8,7],[-9,7],[-13,5],[-12,1],[-13,-3],[-5,-4],[-1,-7],[1,-9],[6,-11],[8,-10],[5,-8],[4,-7],[2,-8],[1,-6],[-3,-10],[-5,-4],[-7,-3],[-6,-3],[-6,-2],[-5,-1],[-7,-3],[-5,-2],[-6,-2],[-7,-6],[-5,-4],[-7,-7],[-6,-4],[-7,-5],[-8,-4],[-5,-4],[-5,-5],[-5,-3],[-6,-4],[-5,-3],[-6,-3],[-6,0],[-7,1],[-5,2],[-4,4],[-7,12],[-7,12],[-5,9],[-6,9],[-6,6],[-9,4],[-9,4],[-10,2],[-8,4],[-6,4],[-7,4],[-4,3],[-4,4],[-5,8],[-5,15],[-1,12],[1,11],[4,12],[5,9],[6,5],[9,7],[8,6],[15,13],[2,5],[0,9],[-1,9],[-5,5],[-9,0],[-12,0],[-13,-2],[-8,-1],[-12,0],[-9,3],[-10,2],[-11,0],[-11,-1],[-9,-2],[-13,-1],[-13,2],[-13,5],[-13,7],[-11,10],[-11,11],[-9,15],[-7,12],[-4,10],[-5,8],[-6,6],[-10,5],[-13,3],[-12,3],[-9,3],[-10,1],[-9,3],[-14,9],[-9,6],[-11,6],[-10,3],[-14,-1],[-10,-2],[-13,-4],[-16,-7],[-8,-4],[-9,-5],[-10,-5],[-10,0],[-5,2],[-9,6],[-5,7],[-2,10],[-3,13],[-1,7],[-4,8],[-3,9],[-6,7],[-5,4],[-4,3],[-9,2],[-12,-1],[-11,-3],[-10,-5],[-7,-3],[-12,-4],[-13,6],[-13,6],[-14,8],[-13,7],[-14,4],[-11,4],[-8,2],[-9,3],[-7,1],[-10,0],[-10,-1],[-12,-2],[-9,-2],[-9,2],[-6,3],[-11,6],[-8,5],[-6,2],[-7,2],[-6,-1],[-5,-5],[-6,-8],[-3,-11],[-1,-5],[-2,-8],[-2,-9],[-6,-9],[-4,-3],[-9,-3],[-10,1],[-12,4],[-9,8],[-6,3],[-9,2],[-15,2],[-17,-1],[-11,0],[-7,0],[-10,5],[-14,7],[-9,5],[-12,4],[-9,3],[-29,-1],[-11,0],[-13,0],[-8,1],[-13,5],[-13,8],[-10,8],[-14,8],[-12,7],[-8,6],[-7,10],[-6,8],[-5,5],[-7,7],[-11,8],[-12,9],[-8,3],[-11,4],[-11,5],[-11,6],[-9,10],[-6,11],[-5,16],[-5,9],[-8,6],[-12,2],[-5,0],[-19,-8],[-8,-7],[-7,-9],[-13,-14],[-13,-15],[-8,-7],[-5,-3],[-9,-5],[-16,-4],[-13,-3],[-6,-3],[-9,-7],[-11,-10],[-6,-3],[-9,-6],[-11,-7],[-7,1],[-16,3],[-11,0],[-14,4],[-10,8],[-13,10],[-8,6],[-9,5],[-8,3],[-11,2],[-13,0],[-12,2],[-12,2],[-9,3],[-9,2],[-12,7],[-14,1],[-11,1],[-11,-1],[-9,-2],[-10,-5],[-18,-8],[-12,-3],[-13,0],[-14,0],[-13,3],[-16,3],[-20,3],[-17,-2],[-13,-4],[-16,-2],[-15,-7],[-19,-5],[-13,0],[-21,5],[-18,7],[-14,6],[-16,15],[-13,15],[-8,18],[-9,16],[-10,12],[-4,4],[-20,13],[-26,15],[-12,11],[-15,38],[-10,9],[-19,17],[-20,19],[-22,16],[-27,14],[-23,19],[-20,16],[-7,20],[-11,26],[-9,29],[-15,24],[3,22],[4,21],[3,17],[-13,11],[-18,14],[-16,1],[-20,11],[-20,4],[-18,0],[-25,-2],[-20,1],[-22,4],[-25,5],[-12,3],[-16,7],[-19,15],[-16,16],[-19,17],[-17,15],[-12,20],[-15,18],[-12,20],[-4,20],[-8,22],[-11,14],[-14,9],[-16,5],[-13,-2],[-22,0],[-15,3],[-15,10],[-18,12],[-20,9],[-12,-4],[-19,-11],[-9,-10],[-18,-21],[-13,-9],[-15,2],[-19,5],[-21,6],[-26,5],[-11,-1],[-9,-3],[-9,-7],[-15,-12],[-8,-12],[-4,-13],[6,-15],[1,-9],[-2,-10],[-6,-12],[-9,-10],[-4,-5],[-17,-6],[-15,-3],[-24,2],[-34,-6],[-7,-4],[-20,-12],[-15,-6],[-25,-8],[-25,-9],[-23,-20],[-11,-6],[-16,-9],[-23,-9],[-12,-9],[-10,-5],[-12,-6],[-14,-10],[-8,-11],[-9,-9],[-13,-2],[-22,10],[-12,13],[-3,30],[0,32],[4,20],[10,24],[9,19],[15,15],[18,17],[16,14],[20,14],[20,10],[25,9],[8,5],[11,12],[4,8],[-1,21],[-7,23],[-11,21],[-14,18],[-13,8],[-15,9],[-13,7],[-8,9],[-5,9],[-2,11],[-1,11],[-2,11],[-6,9],[-7,8],[-7,6],[-13,5],[-9,-1],[-7,0],[-7,-1],[-6,0],[-8,2],[-7,4],[-6,6],[-8,12],[-9,9],[-13,4],[-10,0],[-12,2],[-8,2],[-9,0],[-8,-6],[-7,-5],[-11,0],[-11,2],[-13,1],[-11,6],[-6,1],[-14,7],[-13,5],[-12,5],[-12,5],[-13,5],[-9,6],[-14,5],[-9,1],[-14,3],[-13,1],[-14,2],[-12,1],[-13,0],[-16,0],[-15,2],[-16,0],[-15,0],[-16,-2],[-9,-2],[-10,-4],[-9,-3],[-11,2],[-10,8],[-8,12],[-6,14],[-8,11],[-15,10],[-14,10],[-12,9],[-14,9],[-9,5],[-13,6],[-9,7],[-4,8],[-2,17],[-4,15],[-6,10],[-12,9],[-10,8],[-13,10],[-11,9],[-6,7],[-2,13],[2,11],[4,14],[7,9],[4,9],[7,5],[8,4],[7,5],[6,4],[4,4],[8,3],[8,4],[9,9],[2,6],[-1,7],[-4,3],[-9,5],[-9,2],[-10,0],[-10,-1],[-8,-2],[-6,-2],[-10,-6],[-14,-6],[-17,-14],[-11,-15],[-11,-18],[-5,-15],[2,-12],[3,-10],[5,-14],[1,-10],[2,-9],[0,-8],[-3,-6],[-5,-5],[-9,-2],[-9,1],[-11,0],[-6,-1],[-6,-3],[-7,-4],[-9,0],[-8,1],[-9,2],[-8,6],[-7,7],[-8,5],[-8,-3],[-5,-4],[-16,-14],[-12,-6],[-13,-8],[-15,-2],[-11,8],[-11,15],[-4,12],[-11,17],[-15,15],[-9,14],[2,11],[7,16],[2,12],[-6,17],[-9,13],[-11,16],[-8,15],[-3,16],[-2,19],[-9,15],[-13,19],[-8,16],[-2,16],[-5,16],[-3,9],[-10,13],[-14,14],[-17,12],[-21,13],[-18,10],[-26,15],[-16,10],[-20,4],[-18,5],[-29,8],[-23,8],[-28,4],[-21,6],[-16,3],[-11,2],[-16,10],[-11,8],[-9,8],[-4,5],[-11,16],[-1,12],[-1,15],[-5,13],[-8,15],[-7,13],[-5,8],[-9,15],[-5,13],[-3,9],[-3,11],[2,9],[2,8],[2,15],[2,12],[3,12],[4,11],[3,8],[2,6],[0,8],[-1,11],[-2,18],[-1,17],[0,12],[2,13],[5,9],[9,12],[11,14],[8,9],[4,5],[6,8],[10,19],[13,12],[10,8],[7,2],[5,1],[9,2],[3,6],[0,7],[-5,15],[-7,18],[-3,11],[0,13],[-2,15],[-3,18],[-2,19],[-3,10],[-4,8],[-6,8],[-11,2],[-9,0],[-10,1],[-13,3],[-11,8],[-7,7],[-4,12],[0,13],[2,12],[3,14],[4,11],[1,5],[0,15],[-4,10],[-8,7],[-11,11],[-7,9],[-3,11],[-9,11],[-11,9],[-11,9],[-20,11],[-14,10],[-8,6],[-5,6],[-5,10],[-5,11],[1,11],[3,7],[0,8],[3,10],[1,17],[4,9],[6,9],[7,7],[10,6],[8,4],[6,2],[6,4],[4,10],[1,15],[-2,16],[-6,9],[-5,12],[-1,21],[-2,7],[-16,17],[-11,2],[-16,2],[-20,-2],[-19,1],[-17,6],[-15,6],[-18,5],[-10,-1],[-13,3],[-4,8],[-7,17],[-6,11],[6,13],[5,9],[1,10],[-8,10],[-13,7],[-23,-1],[-17,-2],[-13,-3],[-10,-4],[-11,-8],[-8,-9],[-10,-7],[-9,-4],[-10,-5],[-15,-13],[-9,-1],[-5,4],[-5,6],[-6,11],[-4,11],[-14,3],[-12,-5],[-8,-3],[-11,-2],[-10,-5],[-11,-8],[-6,-6],[-15,-15],[-8,-6],[-22,-13],[-11,-8],[-15,-9],[-17,-11],[-11,-12],[-5,-12],[-6,-12],[-9,-14],[-5,-12],[-18,-8],[-17,-3],[-12,1],[-14,4],[-12,2],[-9,-1],[-16,-7],[-13,-3],[-8,-4],[-9,-4],[-9,-5],[-11,-5],[-18,-7],[-11,-5],[-11,0],[-15,3],[-10,5],[-12,6],[-13,3],[-17,3],[-10,2],[-10,2],[-12,4],[-11,4],[-10,7],[-6,7],[-4,10],[-3,9],[-7,2],[-8,-1],[-8,-1],[-7,1],[-12,3],[-12,6],[-13,7],[-8,2],[-8,0],[-8,0],[-10,-1],[-9,0],[-10,1],[-10,1],[-11,-2],[-9,-6],[-6,-7],[-6,-10],[-3,-9],[0,-7],[-2,-11],[0,-14],[0,-9],[0,-7],[0,-9],[-2,-8],[-2,-9],[-4,-9],[-5,-9],[-4,-7],[-4,-4],[-7,-5],[-6,-4],[-9,-3],[-10,0],[-8,2],[-11,4],[-14,10],[-21,12],[-27,2],[-11,-5],[-11,-11],[-14,-12],[-10,-13],[-13,-18],[-11,-8],[-10,-8],[-11,-4],[-17,-7],[-15,-7],[-13,-7],[-10,-8],[-5,-9],[-5,-13],[-2,-5],[-7,-9],[-9,-5],[-9,3],[-10,17],[-1,10],[-9,16],[-3,22],[2,16],[-2,17],[-1,13],[-5,10],[-6,6],[-8,2],[-10,2],[-16,1],[-13,2],[-11,5],[-27,10],[-15,6],[-14,5],[-9,3],[-13,0],[-8,-1],[-10,-2],[-11,1],[-18,-1],[-7,-1],[-18,5],[-21,6],[-14,5],[-18,9],[-11,8],[-12,8],[-12,6],[-17,0],[-8,1],[-14,2],[-7,3],[-12,6],[-7,5],[-7,7],[-7,7],[-13,11],[-14,8],[-10,4],[-12,1],[-15,0],[-10,-2],[-8,-4],[-13,-5],[-5,-4],[-7,-7],[-5,-8],[-4,-8],[-5,-13],[-3,-21],[-8,-22],[-11,-23],[-7,-23],[-6,-18],[-3,-17],[1,-33],[0,-13],[-4,-12],[-5,-7],[-6,-5],[-15,2],[-9,4],[-11,13],[-8,20],[-12,27],[-11,14],[-20,12],[-20,6],[-16,7],[-11,7],[-9,9],[-8,8],[-7,12],[-9,13],[-5,10],[-9,15],[-15,14],[-14,11],[-11,12],[-3,6],[1,10],[4,13],[10,23],[6,20],[6,21],[4,15],[4,15],[2,23],[-2,7],[-8,23],[-5,19],[-9,11],[-12,8],[-12,14],[-4,24],[0,14],[2,13],[-1,8],[-3,5],[-8,7],[-6,3],[-10,5],[-7,9],[-7,10],[-6,7],[-6,1],[-15,-1],[-16,-2],[-12,0],[-6,-3],[-10,-7],[-6,-7],[-3,-5],[-8,-20],[-3,-9],[-4,-8],[-8,-3],[-11,-2],[-10,-1],[-20,0],[-14,2],[-14,1],[-11,0],[-10,-2],[-16,-2],[-22,-2],[-13,-4],[-15,-3],[-10,6],[-5,11],[-1,11],[-1,9],[-5,6],[-9,13],[-8,11],[-7,8],[-5,4],[-10,3],[-14,0],[-16,-3],[-21,-7],[-14,-6],[-11,-9],[-8,-7],[-20,-17],[-8,-8],[-9,-5],[-8,-4],[-11,-4],[-26,1],[-28,3],[-11,3],[-16,3],[-19,8],[-6,-6]],[[89285,154911],[-16,4],[-11,5],[-19,13],[-18,13],[-18,12],[-25,12],[-25,9],[-26,8],[-22,-1],[-22,-8],[-21,-8],[-26,-4],[-23,1],[-25,12],[-25,13],[-25,1],[-41,-9],[-11,-1],[-24,5],[-26,18],[-22,19],[-36,37],[-22,18],[-41,2],[-31,-1],[-27,-2],[-30,5],[-30,17],[-35,26],[-17,33],[-1,24],[9,18],[13,31],[2,29],[-20,30],[-22,6],[-14,7],[-11,-1],[-18,-2],[-25,-4],[-27,-5],[-17,0],[-24,1],[-23,14],[-20,15],[-14,35],[-5,25],[-5,24],[-13,19],[-21,15],[-18,14],[-11,16],[-5,18],[-2,17],[0,21],[2,19],[3,23],[-3,21],[-16,21],[-23,21],[-9,29],[3,20],[7,23],[5,23],[3,21],[-4,28],[-13,26],[-17,17],[-10,14]],[[124616,158386],[693,-635],[1146,-1045],[-1857,-1814],[-1503,-1460]],[[123095,153432],[-4,3],[-7,5],[-3,4],[-3,5],[-5,4],[-6,5],[-5,3],[-7,3],[-7,2],[-8,3],[-5,2],[-7,2],[-6,6],[-4,4],[-6,8],[0,12],[1,6],[2,6],[0,9],[-1,6],[-6,8],[-5,6],[-9,8],[-9,8],[-8,6],[-9,7],[-6,5],[-5,4],[-7,6],[-7,5],[-13,7],[-11,6],[-9,4],[-9,7],[-6,6],[-6,8],[-5,11],[-1,7],[-1,13],[-4,11],[-4,9],[-2165,-2294],[-347,299]],[[120362,151687],[-752,703],[-708,-723],[-990,856],[314,336],[-996,871],[-164,153],[-115,100],[-755,663],[-241,181],[22,24],[-939,818],[-1320,1223]],[[17526,147858],[-1611,1574],[180,172],[-2116,2077],[-601,-565],[-1605,1566],[613,560],[-1084,1055],[677,621],[-817,788]],[[89285,154911],[-774,-816],[-1071,-1098],[-1314,1171],[-1635,-1660],[-977,853],[-1603,-1629],[1306,-1178],[-151,-753]],[[72956,142330],[-3053,-3050],[-38,9],[-25,8],[0,-10],[0,-13],[-2,-14],[-13,-14],[-20,-12],[-18,-6],[-16,-4],[-8,-12],[0,-18],[1,-19],[11,-15],[6,-15],[5,-19],[16,-16],[5,-11],[-3,-19],[-8,-17],[-15,-12],[-24,-12],[-16,-14],[-15,-12],[-10,-12],[-12,-24],[-6,-15],[-7,-24],[-10,-13],[-11,-16],[-7,-11],[-12,-7],[-11,4],[-14,5],[-13,-6],[-15,-3],[-13,-2],[-14,-8],[-13,2],[-18,-1],[-33,11],[-16,6],[-19,0],[-20,-2],[-13,-6],[-10,-8],[-12,-8],[-11,-3],[-15,-3],[-8,-3],[-12,-7],[-9,-1],[-11,-6],[-10,-2],[-9,-5],[-10,-8],[-10,-10],[0,-7],[-4,-10],[-7,-7],[-1,-10],[-8,-11],[-16,-4],[-19,4],[-15,3],[-14,3],[-15,0],[-12,-2],[-13,-6],[-13,-11],[-8,-7],[-16,-10],[-12,-8],[-14,-8],[-12,-11],[-10,-11],[-13,-13],[-15,-3],[-16,3],[-18,3],[-15,2],[-6,-2],[-12,-15],[-9,-13],[-9,-10],[-8,-11],[-9,-12],[-3,-11],[4,-9],[11,-6],[10,-1],[11,-7],[-5,-14],[-5,-14],[0,-12],[0,-15],[-6,-15],[-8,-11],[-11,-19],[-19,-24],[-18,-11],[-15,-10],[-13,-7],[-13,-7],[-10,-14],[-3,-15],[-10,-16],[-13,-17],[-12,-8],[-15,-3],[-17,-2],[-17,2],[-18,-6],[2,-11],[7,-12],[-4,-14],[-8,-16],[-3,-15],[-10,-14],[-14,-15],[-10,-12],[-15,-13],[-5,-10],[1,-12],[4,-20],[-3,-17],[-7,-7],[-12,-6],[-20,-6],[-5,-17],[-6,-29],[-8,-19],[-25,-19],[-22,1],[-22,9],[-22,3],[-14,-13],[-24,-14],[-22,-4],[-11,-8],[-5,-13],[7,-18],[-3,-19],[-20,-16],[-12,-17],[-12,-21],[-17,-20],[-29,-4],[-29,-1],[-34,-4],[-26,-20],[-14,-29],[-21,-19],[-18,-16],[-1,-22],[-2,-31],[-1,-25],[-2,-22],[-8,-25],[-14,-19],[-27,-10],[-25,8],[-13,-10],[-23,-9],[-11,-16],[-23,-18],[-23,-17],[-27,-18],[-11,-17],[-20,-15],[-24,-14],[-22,-17],[-21,-10],[-8,-11],[-23,-12],[-20,-19],[-23,-13],[-29,0],[-25,-10],[-30,-14],[-14,-19],[-19,-10],[-18,-15],[-17,-16],[-22,-6],[-15,-3],[-28,-20],[-12,-18],[-9,-17],[-1,-15],[-1,-24],[-19,-10],[-4,-13],[-10,-17],[-15,-16],[-19,-9],[-26,3],[-20,2],[-21,-3],[-29,-1],[-10,-14],[-8,-19],[-14,-17],[-20,-1],[-18,8],[-13,0],[-19,-6],[-25,-17],[-19,-10],[-6,-13],[-6,-15],[-15,-16],[-16,-3],[-19,0],[-12,-10],[-1,-13],[-3,-21],[-6,-21],[-9,-21],[-9,-19],[-17,-21],[-17,-17],[-19,-16],[-3,-14],[-2,-10],[6,-20],[10,-18],[9,-15],[2,-28],[0,-14],[7,-8],[15,-4],[24,-10],[19,-19],[26,-14],[35,-9],[22,2],[13,-17],[1,-19],[-9,-21],[-11,-14],[-8,-18],[-12,-12],[-18,-8],[-14,-13],[4,-13],[13,-20],[1,-17],[-14,-20],[-16,-20],[-17,-16],[-12,-16],[-1,-17],[-1,-20],[-11,-9],[-12,-15],[-20,-9],[-13,-10],[-8,-12],[-17,-6],[-2,-11],[-4,-12],[-17,-17],[-15,-21],[-17,-18],[-23,-15],[-11,-23],[-15,-28],[-12,-23],[-21,-13],[-23,-4],[-23,-1],[-11,-11],[-10,-17],[-11,-13],[-15,-11],[-14,-1],[-16,0],[-11,-11],[-12,-13],[-14,-9],[-15,7],[-14,9],[-14,-3],[-11,-12],[-12,-11],[-18,-13],[-12,-14],[2,-18],[-2,-19],[-3,-28],[-19,-23],[-17,-17],[-21,-17],[-28,-4],[-25,-17],[-18,-4],[-15,0],[-15,-4],[-16,3],[-13,-9],[-13,-16],[-16,-8],[-13,-12],[-17,-9],[-16,-21],[-20,-17],[-18,8],[-10,13],[-6,14],[4,15],[2,14],[-14,13],[-17,16],[-18,8],[-26,10],[-24,14],[-17,-3],[-22,-7],[-19,1],[-16,3],[-16,-4],[-16,1],[-13,9],[-5,9],[-18,21],[-9,7],[-20,-3],[-19,3],[-11,9],[-14,10],[-17,15],[-17,10],[-22,12],[-18,16],[-11,13],[-17,10],[-26,8],[-31,-4],[-27,-12],[-23,-11],[-19,-14],[-14,-9],[-8,-23],[-11,-22],[-13,-9],[-26,-19],[-25,-11],[-13,-17],[-20,-26],[-19,-50],[-25,-55],[-14,-35],[-17,-34],[-18,-31],[-18,-18],[-18,-11],[-20,-7]],[[65652,135724],[-2451,2152],[-1333,-1279],[-1937,1775],[-128,-110],[-1891,1803]],[[57912,140065],[5107,5061],[-32,27],[4681,4747],[-1923,1736]],[[57912,140065],[-2360,-2335],[-1496,1357]],[[120362,151687],[-921,-870],[974,-865],[-1183,-1227],[104,-100],[-1180,-1149],[-9,-9],[-413,-403],[-518,-525],[-766,-769],[-184,-198],[-43,-113],[-175,-344],[-377,-381],[-7,-7],[-1128,-1132],[-652,-648]],[[112727,143615],[-312,1124],[-64,267],[-88,144],[155,155],[-271,249],[-275,253],[-204,165],[-534,422],[-299,233],[363,446],[704,663],[159,152],[288,282],[745,739],[-2566,2421]],[[100214,146753],[-14,22],[-11,42],[-3,30],[-4,13],[2,6],[2,4],[4,7],[6,10],[3,11],[4,10],[2,14],[0,12],[0,12],[-1,12],[-1,11],[0,11],[-1,14],[-2,16],[0,14],[-5,13],[-4,10],[-1,7],[0,10],[-4,9],[1,7],[-3,9],[-8,11],[-5,8],[-12,0],[-7,0],[-13,7],[-7,6],[-4,8],[-12,7],[-5,9],[-3,7],[-6,6],[-11,7],[-12,3],[-7,-2],[-10,-1],[-12,-2],[-13,-5],[-13,-2],[-18,1],[-8,0],[-15,-2],[-9,-2],[-8,-7],[-11,1],[-7,9],[-17,0],[-9,-2],[-11,-1],[-14,-4],[-14,-4],[-10,-6],[-6,-7],[-13,2],[-11,0],[-19,1],[-18,2],[-16,0],[-11,0],[-13,0],[-10,-1],[-18,-1],[-16,1],[-23,2],[-19,-2],[-9,-3],[-12,-4],[-13,0],[-12,1],[-15,2],[-18,2],[-14,1],[-16,3],[-15,-1],[-13,-6],[-10,-4],[-10,-3],[-8,-1],[-12,1],[-8,2],[-16,9],[-11,1],[-11,5],[-8,7],[-8,6],[-5,8],[-9,8],[-7,3],[-9,11],[-5,7],[-7,7],[-5,5],[-6,8],[-2,6],[-6,5],[-11,5],[-10,6],[-11,7],[-12,7],[-8,5],[-5,7],[-6,8],[-6,10],[-7,9],[-6,13],[-3,11],[-2,5],[-5,11],[-4,8],[-2,13],[-4,13],[-7,13],[-3,7],[-4,5],[-5,21],[-4,4],[-7,5],[-4,3],[-1,6],[5,4],[-1,7],[-1,9],[-4,8],[-8,13],[-5,5],[-6,6],[-3,4],[-4,5],[-7,8],[-7,8],[-4,8],[-3,9],[-1,11],[2,13],[-1,10],[2,15],[7,17],[6,8],[2,7],[3,17],[6,9],[8,9],[1,6],[4,7],[8,8],[10,1],[6,1],[9,8],[13,9],[9,5],[9,6],[8,4],[9,4],[6,3],[8,6],[10,4],[7,1],[8,0],[8,-1],[7,-2],[8,-4],[6,-5],[5,-6],[3,-6],[3,-7],[5,-7],[5,-7],[12,-7],[10,2],[11,-1],[9,-3],[8,0],[11,1],[8,-1],[12,-5],[11,-1],[13,-2],[18,-5],[14,-2],[17,1],[9,-1],[7,-3],[9,-4],[7,-2],[6,-3],[8,0],[7,3],[10,-3],[14,-5],[10,-2],[11,-3],[14,-3],[7,-3],[4,-4],[5,-1],[5,0],[16,-5],[18,-7],[14,-7],[24,-10],[18,-7],[24,-8],[22,-7],[20,-5],[18,-7],[11,-9],[12,-7],[14,-6],[8,-1],[16,-10],[20,-7],[16,-12],[16,-6],[6,4],[7,-9],[27,22],[40,42],[27,57],[10,23],[12,20],[0,24],[-6,30],[-15,49],[-4,22],[-2,41],[-2,18],[-13,8],[-18,-9],[-31,-25],[-19,-4],[-17,3],[-33,11],[-11,-1],[-18,-16],[-8,-17],[-35,-24],[-7,3],[-31,21],[-41,16],[-14,18],[-2,46],[-9,29],[8,13],[5,6],[-12,53],[-5,19],[21,25],[4,9],[0,42],[-23,16],[-15,16],[3,17],[3,6],[13,12],[10,5],[17,7],[18,17],[8,21],[0,18],[-6,5],[-26,27],[0,6],[0,21],[2,19],[8,17],[22,5],[27,-12],[6,-3],[16,0],[16,9],[6,12],[-2,22],[-13,14],[-4,4],[-4,2],[-6,3],[-10,8],[-18,19],[-19,16],[-7,23],[-1,15],[5,23],[52,33],[46,42],[7,27],[7,32],[-1,31],[-4,38],[-6,34],[2,38],[28,41],[35,20],[37,-5],[18,-6],[31,-73],[30,-43],[35,-34],[32,-7],[33,18],[24,47],[5,40],[1,38],[13,31],[38,32],[44,-3],[40,-14],[36,7],[27,29],[-15,22],[-25,36],[-31,30],[-28,31],[-11,37],[6,35],[26,45],[41,27],[46,19],[34,23],[22,27],[6,9],[-6,19],[5,21],[6,15],[7,12],[12,14],[11,10],[12,9],[4,7],[2,9],[1,7],[6,21],[5,17],[3,19],[-1,18],[0,11],[-2,12],[-1,10],[-2,8],[-2,16],[-1,17],[-1,12],[-4,7],[-4,10],[-2,8],[1,9],[3,7],[4,7],[2,7],[2,9],[1,11],[-1,7],[0,6],[4,9],[6,10],[8,9],[9,10],[7,7],[8,10],[0,6],[0,10],[-1,13],[1,10],[0,10],[1,6],[7,7],[10,11],[14,10],[11,9],[14,13],[18,12],[12,7],[14,4],[8,1],[12,5],[7,6],[3,6],[-1,8],[-5,10],[-6,4],[-8,4],[-9,5],[-10,5],[-8,4],[-6,1],[-18,11],[-14,9],[-8,5],[-12,5],[-10,4],[-5,1],[-8,2],[-11,1],[-16,-1],[-11,-1],[-14,2],[-11,1],[-11,2],[-8,5],[-9,5],[-6,4],[-7,9],[-5,9],[-5,16],[-3,11],[1,10],[4,11],[6,12],[6,13],[6,13],[4,9],[1,5],[-2,9],[-3,7],[-11,17],[-5,9],[-1,6],[2,9],[6,10],[6,13],[2,7],[-3,12],[-7,4],[-6,1],[-6,-2],[-6,-4],[-4,-5],[-4,-5],[-3,-10],[-4,-4],[-11,-5],[-10,-5],[-10,-4],[-5,-4],[-7,-7],[-4,-5],[-9,-11],[-5,-5],[-9,-8],[-6,-6],[-7,-5],[-5,-6],[-5,-5],[-4,-3],[-7,-3],[-6,-2],[-8,1],[-7,2],[-12,6],[-7,3],[-7,2],[-13,2],[-13,-1],[-8,-2],[-7,-4],[-6,-5],[-6,-4],[-5,-3],[-5,-2],[-5,0],[-6,2],[-6,3],[-6,6],[-5,9],[-6,7],[-3,7],[-5,11],[-6,7],[-5,4],[-7,5],[-12,6],[-8,8],[-7,7],[-7,7],[-7,4],[-9,8],[-6,6],[-6,6],[-5,8],[-1,5],[0,11],[1,8],[4,6],[11,12],[12,7],[8,10],[5,10],[-1,8],[-3,12],[-9,10],[-6,6],[-11,6],[-10,7],[-2,5],[-2,8],[1,6],[2,8],[6,11],[5,9],[6,11],[3,6],[3,8],[1,8],[-2,8],[-2,6],[-3,4],[-6,3],[-6,1],[-10,1],[-6,-1],[-10,-7],[-9,-11],[-10,-13],[-7,-9],[-7,-7],[-10,-5],[-12,-4],[-10,-1],[-10,1],[-6,7],[-6,11],[-4,11],[-3,12],[-5,9],[-4,8],[-6,6],[-8,3],[-5,0],[-13,0],[-20,1],[-16,3],[-11,1],[-12,2],[-9,2],[-12,5],[-11,4],[-6,2],[-6,2],[-6,3],[-6,4],[-4,4],[-3,5],[-4,5],[-6,9],[-6,7],[-8,4],[-12,5],[-9,5],[-6,4],[-9,7],[-6,4],[-5,2],[-8,0],[-7,-1],[-8,-5],[-7,-5],[-8,-6],[-13,-2],[-10,-1],[-7,2],[-7,3],[-6,2],[-17,0],[-7,-6],[-10,-22],[-7,-7],[-12,-6],[-11,1],[-9,4],[-6,6],[-6,6],[-6,7],[-6,4],[-6,2],[-17,2],[-12,1],[-11,5],[-5,9],[1,8],[0,7],[-4,9],[-4,4],[-4,4],[-6,4],[-6,3],[-10,2],[-12,1],[-15,0],[-8,2],[-9,3],[-12,8],[-8,7],[-9,5],[-8,5],[-8,4],[-10,4],[-10,3],[-13,4],[-12,4],[-9,6],[-6,8],[-4,6],[-2,6],[2,10],[9,9],[4,2],[9,1],[6,1],[4,-1],[7,0],[8,-1],[7,1],[9,6],[1,11],[-6,10],[-5,5],[-9,5],[-12,7],[-12,5],[-13,5],[-14,4],[-15,5],[-14,4],[-13,5],[-9,2],[-9,2],[-18,-1],[-9,-3],[-9,-2],[-12,-2],[-10,-1],[-5,1],[-5,1],[-11,1],[-12,3],[-9,4],[-9,5],[-10,7],[-9,6],[-8,5],[-7,3],[-6,1],[-7,-1],[-6,-2],[-5,-1],[-5,-3],[-6,-2],[-8,-3],[-9,-2],[-10,-2],[-5,-2],[-12,-5],[-9,-1],[-8,0],[-13,2],[-16,5],[-10,6],[-9,8],[-8,4],[-11,4],[-14,3],[-9,3],[-7,6],[-5,8],[-1,7],[0,6],[2,6],[0,6],[0,9],[-1,5],[-2,8],[-4,7],[-4,7],[-4,3],[-7,6],[-6,5],[-6,4],[-16,12],[-10,3],[-7,5],[-17,14],[-8,9],[-9,17],[-9,17],[-5,9],[-9,11],[-11,13],[-6,11],[-3,9],[-3,11],[-6,12],[-9,16],[-8,8],[-8,4],[-17,4],[-12,3],[-14,4],[-9,5],[-6,7],[-2,10],[0,13],[2,11],[4,9],[2,8],[-2,8],[-5,8],[-8,7],[-8,4],[-5,1],[-11,3],[-15,0],[-16,-4],[-8,-4],[-13,-8],[-10,-7],[-10,-5],[-4,-1],[-9,0],[-13,3],[-10,6],[-18,10],[-12,10],[-7,6],[-14,1],[-20,4],[-13,6],[-14,10],[-12,13],[-7,8],[-3,9],[0,11],[3,11],[8,9],[12,7],[13,6],[15,9],[8,8],[3,12],[-1,12],[-6,14],[-7,7],[-9,2],[-9,-2],[-7,-4],[-7,-9],[-6,-11],[-6,-7],[-6,-4],[-8,-2],[-10,1],[-15,2],[-10,0],[-9,1],[-9,0],[-12,-3],[-14,-6],[-14,-5],[-14,-7],[-13,-5],[-11,-4],[-6,-3],[-7,-8],[-2,-6],[-4,-10],[-5,-10],[-4,-4],[-7,0],[-7,6],[-10,9],[-12,10],[-11,7],[-15,4],[-12,-3],[-12,-5],[-11,-7],[-12,-9],[-9,-6],[-9,-2],[-10,0],[-13,2],[-14,4]],[[88194,135545],[-928,-891],[-487,442],[-1361,-1371],[-103,97],[-930,-926],[-1805,1659],[-1429,-1387],[461,-430],[-2516,-2438],[5,-10],[3,-8],[2,-16],[0,-12],[0,-20],[4,-17],[-7,-17],[-19,-15],[-15,-14],[-22,-5],[-23,-13],[-9,-16],[-16,-22],[-20,-34],[-16,-18],[-20,-22],[-10,-13],[-6,-20],[-12,-14],[-16,-9],[-12,-6],[-19,-18],[-14,-19],[3,-15],[6,-24],[2,-29],[5,-23],[-2,-19],[-6,-12],[0,-13],[-4,-20],[-15,-17],[-16,4],[-19,1],[-10,-5],[-18,-10],[-17,-6],[-14,1],[-14,-26],[-7,-15],[-8,-12],[0,-19],[17,-15],[23,-14],[13,-27],[-4,-26],[-2,-24],[-16,-18],[-7,-22],[-2,-20],[3,-30],[5,-39],[-1,-22],[3,-22],[9,-24],[2,-26],[-8,-12],[-7,-21],[-1,-22],[3,-20],[2,-26],[-1,-14],[-6,-17],[-8,-21],[-11,-10],[-10,-22],[-10,-22],[-7,-22],[-4,-18],[-4,-14],[-3,-17],[-4,-16],[-2,-15],[-12,-5],[-9,-3],[-2853,2357],[-3566,-3820],[-1175,962],[-1441,-1598],[-1838,1489],[-26,-29],[-1925,1568],[-951,-578],[-3092,2692]],[[61794,132080],[19,-8],[15,-6],[14,-6],[16,-3],[20,-1],[19,0],[13,2],[18,4],[15,4],[21,3],[22,0],[14,2],[26,9],[14,8],[19,16],[8,11],[6,14],[9,19],[2,9],[0,13],[1,14],[6,16],[8,8],[21,12],[15,9],[28,12],[13,11],[15,13],[10,14],[11,18],[10,22],[8,19],[7,18],[15,14],[23,11],[16,7],[22,12],[15,10],[18,7],[18,1],[27,2],[28,7],[13,6],[14,7],[31,12],[23,9],[21,19],[14,28],[7,16],[11,18],[13,15],[13,10],[24,9],[22,-2],[23,-2],[24,-1],[20,-4],[32,-1],[23,5],[19,12],[16,5],[26,2],[33,2],[21,7],[19,13],[19,13],[23,9],[26,12],[43,10],[25,9],[25,9],[26,1],[23,4],[34,10],[17,8],[10,17],[12,16],[21,10],[26,8],[27,5],[24,7],[16,12],[12,22],[11,21],[18,12],[20,26],[12,14],[19,19],[5,20],[1,19],[5,12],[8,24],[-2,23],[-7,20],[3,23],[7,13],[12,22],[12,12],[7,16],[4,19],[8,10],[11,5],[18,7],[19,8],[14,19],[19,5],[18,-1],[26,-3],[21,-4],[19,-1],[12,7],[16,8],[13,5],[16,8],[14,-1],[24,1],[19,11],[17,27],[10,12],[19,6],[14,5],[15,10],[4,15],[-1,26],[0,16],[-1,17],[2,24],[-7,25],[-13,18],[-16,16],[-19,22],[-13,13],[-6,18],[-1,29],[-2,19],[2,33],[10,32],[10,23],[14,20],[29,22],[21,8],[26,11],[37,10],[28,3],[28,10],[17,15],[18,16],[21,12],[19,13],[18,10],[26,12],[24,16],[11,10],[17,15],[22,17],[19,16],[23,5],[33,9],[14,6],[7,13],[10,17],[4,31],[9,22],[4,18],[12,15],[16,11],[15,10],[15,14],[10,18],[6,18],[7,15],[11,15],[10,14],[19,28],[10,19],[12,29],[4,22],[5,17],[8,24],[11,28],[11,22],[14,29],[18,18],[23,24],[17,19],[17,20],[17,25],[6,22],[35,25],[17,14],[16,16],[17,32],[10,24],[3,38],[0,17],[10,16],[16,14],[15,19],[11,10],[7,11],[8,14],[8,13],[5,12],[11,20],[3,17],[3,14],[4,11],[4,16],[-1,17],[-5,14],[-8,12],[-13,15],[-12,23],[-6,10],[0,15],[2,22],[6,16],[6,22],[8,15],[8,9],[15,13],[17,15],[17,8],[15,5],[15,4],[15,9],[15,13],[14,8],[13,5],[13,3],[17,0],[20,-4],[15,0],[17,6],[9,4],[6,5],[4,4],[12,11],[16,10],[11,8],[10,6],[13,3],[16,-2],[15,-5],[15,-8],[10,-8],[12,-1],[18,4],[11,7],[10,6],[14,9],[15,9],[8,12],[7,13],[6,20],[6,14],[6,15],[6,17],[8,24],[5,15],[7,11],[7,14],[12,19],[10,14],[11,15],[11,13],[15,13],[18,5],[26,5],[22,7],[15,7],[13,8],[10,12],[2,12],[6,22],[-4,19],[-4,9],[-9,22],[-4,15],[3,20],[13,24],[16,17],[16,7],[21,0],[15,0],[34,6],[17,1],[19,-1],[16,-1],[19,5],[17,14],[10,16],[7,26],[3,13],[4,17],[5,17],[9,13],[9,9],[15,10],[11,8],[5,9]],[[119440,169818],[-1,-1],[-13,-6],[-228,-142],[-63,-39],[0,-1],[-331,-197],[-171,-104],[-174,-110],[-289,-185],[-153,-94],[-105,-61],[-96,-53],[-44,-31]],[[116252,170052],[221,237],[42,48],[480,516],[97,99],[215,213],[77,76],[107,105],[1,1]],[[117492,171347],[40,-25],[249,-152],[96,-67],[69,-35],[97,-54],[80,-43],[40,-46],[36,-7],[97,-52],[62,-45],[166,-98],[53,-22],[25,13],[0,-26],[-18,-20],[-3,-16],[30,-2],[81,-74],[80,-43],[47,-18],[15,-33],[79,-62],[71,-51],[69,-51],[30,-43],[57,-54],[33,-46],[11,-22],[35,-8],[30,-26],[0,-33],[25,-43],[7,-43],[65,-83],[35,-47],[36,-34],[23,-18]],[[122009,137086],[22,-6],[20,-4]],[[122051,137076],[20,-3],[17,-4],[19,-6],[20,-5],[26,-13],[31,-9],[35,-3],[46,-8],[40,3],[52,6],[42,13],[36,9],[37,8],[50,11],[30,14],[22,13],[43,30],[44,22],[38,6],[31,4],[23,4],[16,3],[26,21],[28,19],[27,10],[27,12],[37,7],[35,-1],[16,-4],[35,-8],[21,-11],[28,-19],[11,-10],[6,-7],[6,-17],[1,-22],[7,-38],[7,-14],[21,-12],[18,-5],[10,0],[10,2],[9,5],[17,10],[18,7],[22,5],[27,-11],[8,-5],[16,-4],[22,-4],[44,7],[33,2],[19,-2],[13,2],[20,10],[11,11],[14,25],[12,41],[4,19],[3,26],[4,17],[9,9],[13,4],[16,4],[10,3],[9,-1],[20,-7],[20,-15],[7,-15],[4,-7],[10,-23],[7,-24],[0,-17],[-1,-30],[5,-16],[8,-14],[13,-14],[14,-16],[10,-11],[11,-24],[15,-25],[10,-16],[9,-10],[7,-17],[10,-18],[8,-8],[17,-16],[8,-12],[9,-24],[4,-18],[-2,-28],[-6,-19],[-4,-6],[-6,-17],[-17,-27],[-9,-11],[-8,-7],[-7,-8],[-8,-16],[-16,-27],[-21,-29],[-10,-12],[-19,-15],[-25,-25],[-29,-35],[-9,-21],[-5,-13],[-4,-15],[-3,-11],[-2,-9],[-4,-14],[-17,-23],[-22,-21],[-21,-28],[-12,-17],[-8,-17],[-9,-19],[-5,-17],[-2,-24],[-3,-31],[-6,-26],[-2,-45],[0,-32],[-4,-23],[-14,-45],[-16,-46],[-13,-35],[-10,-36],[-18,-33],[-13,-30],[-15,-40],[-16,-24],[-18,-19],[-18,-20],[-14,-13],[-32,-33],[-36,-29],[-17,-23],[-14,-32],[-12,-17],[-10,-40],[10,-40],[21,-21],[36,-14],[21,-15],[28,-42],[11,-28],[-2,-57],[-7,-15],[-37,-12],[-24,1],[-16,-3],[-6,-20],[0,-13],[2,-26],[7,-19],[17,-20],[23,-20],[32,-38],[30,-60],[7,-37],[-4,-26],[-5,-12],[-8,-19],[-2,-39],[11,-21],[27,-20],[16,-28],[17,-26],[1,-24],[-8,-22],[-2,-15],[3,-23],[22,-16],[26,-6],[25,-11],[19,-27],[14,-12],[21,-4],[30,-4],[36,-20],[27,-22],[15,-18],[20,-37],[15,-38],[14,-30],[31,-34],[11,-9],[30,-9],[21,0],[46,4],[38,9],[19,12]],[[123812,134608],[104,-76],[774,-541],[-777,-752],[-934,-907],[-261,221],[-941,-982],[368,-320],[2694,-2326],[-283,-295]],[[124556,128630],[-369,-378]],[[119034,119151],[-5179,4402]],[[113855,123553],[-3239,2823],[-429,-433],[-1323,1142],[-538,466],[-791,675],[-216,187],[-670,577],[-265,236],[-485,434],[454,472],[-713,626],[-580,513],[100,104],[-592,544]],[[117406,139510],[12,-14],[7,-7],[9,-11],[16,-10],[17,1],[14,8],[5,5],[24,18],[16,13],[12,7],[16,6],[18,0],[21,3],[22,3],[20,9],[17,12],[13,15],[11,14],[8,24],[-1,27],[-5,23],[-9,23],[-11,18],[-8,22],[-3,20],[-2,24],[-8,16],[-10,15],[-16,18],[-27,21],[-7,19],[-5,17],[-1,12],[1,18],[18,28],[5,8],[9,23],[6,21],[7,23],[8,16],[7,11],[8,11],[8,8],[15,13],[15,8],[18,11],[15,15],[7,11],[11,17],[17,35],[14,37],[9,24],[5,17],[1,10],[-4,20],[-2,8],[-2,24],[-3,11],[-1,9],[0,14],[4,24],[8,23],[4,9],[6,15],[5,12],[12,22],[6,9],[9,14],[6,10],[4,9],[9,20],[8,10],[19,13],[14,4],[27,9],[15,3],[18,8],[23,11],[9,7],[13,12],[16,12],[11,6],[12,7],[21,11],[20,5],[19,2],[11,1],[26,-1],[17,1],[12,-1],[10,-1],[13,0],[13,-3],[14,-6],[10,-7],[11,-17],[9,-18],[10,-15],[13,-11],[13,-4],[18,-5],[18,-7],[16,-9]],[[118315,140516],[16,-14],[12,-14]],[[118343,140488],[11,-11],[16,-15],[11,-14],[12,-14],[11,-11],[14,-9],[12,-3],[15,0],[14,3],[14,-1],[11,-8],[17,-13],[20,-10],[22,-4],[7,-1],[22,1],[25,-1],[23,2],[24,2],[27,2],[20,5],[18,7],[29,15],[26,14],[19,17],[14,12],[6,11],[-2,13],[-12,24],[-7,10],[-6,4],[-25,15],[-11,10],[-11,14],[-2,14],[7,13],[10,6],[17,9],[16,3],[14,-1],[11,1],[18,2],[14,-4],[17,-9],[11,-9],[8,-8],[5,-9]],[[118875,140562],[5,-7],[7,-7]],[[118887,140548],[12,-5],[16,-5],[15,-3],[17,-2],[15,-2],[17,-6],[15,-11],[14,-8],[13,-10],[16,-8],[11,-3],[14,-6],[15,-4],[9,-2],[6,-4],[4,-11],[5,-3],[6,0],[8,-3],[8,-1],[10,-2],[12,-6],[25,-6],[23,-12],[11,0],[12,-10],[6,-12],[13,-4],[16,-10],[8,-14],[5,-7],[8,-11],[10,-10],[9,-16],[6,-11],[3,-21],[-4,-8],[-11,-18],[-6,-7],[-5,-6],[-10,-14],[-20,-24],[-6,-14],[-2,-9],[-1,-25],[0,-30],[-1,-37],[4,-19],[6,-13],[14,-18],[6,-24],[12,-27],[13,-21],[12,-21],[15,-27],[14,-17],[9,-3],[13,-5],[16,-9],[18,-18],[15,-18],[27,-29],[21,-23],[20,-25],[21,-29],[25,-23],[21,-20],[16,-15],[17,-17],[7,-22],[2,-21],[-5,-15],[-6,-15],[-5,-11],[-3,-18],[3,-21],[4,-22],[5,-17],[7,-25],[19,-13],[16,-10],[18,-19],[19,-17],[20,-14],[21,-16],[23,-14],[21,-10],[26,-9],[24,-10],[35,-16],[30,-7],[22,-6],[34,-2],[32,-9],[32,-11],[39,-5],[37,-8],[20,1],[17,3],[21,10],[29,8],[11,2],[20,0],[19,-8],[18,-9],[18,-14],[15,-16],[19,-16],[20,-12],[19,-5],[14,8],[7,13],[3,18],[-2,23],[-1,20],[8,29],[24,19],[29,15],[28,3],[31,1],[32,-7],[23,-15],[22,-18],[24,-20],[16,-20],[9,-39],[10,-35],[5,-24],[9,-28],[6,-24],[6,-19],[14,-44],[11,-20],[13,-28],[7,-28],[4,-27],[-5,-23],[-12,-18],[-18,-13],[-29,-7],[-26,-14],[-22,-17],[-21,-24],[-8,-23],[1,-23],[9,-28],[18,-39],[19,-35],[21,-24],[25,-21],[29,-20],[25,-23],[23,-20],[20,-15],[18,-14],[24,-6],[28,-8],[24,-12],[19,-26],[4,-26],[-1,-34],[-12,-35],[-10,-27],[-15,-21],[-14,-25],[-7,-23],[-3,-23],[4,-25],[7,-16],[11,-10],[16,-10],[31,-8],[20,-11],[22,-24],[10,-19],[-5,-20],[-11,-15],[-3,-17],[9,-20],[15,-15],[19,-6],[20,-4],[18,2],[14,-3],[14,-18],[9,-27],[14,-21],[28,-19],[24,-16],[24,-11],[32,-19],[27,-19],[29,-19],[29,-10],[42,3],[43,5],[41,6],[31,4],[34,0],[41,-10],[44,-14],[37,-9],[22,-13],[28,-22],[19,-22],[14,-31],[-2,-20],[-5,-29],[-1,-28],[1,-26],[-10,-16],[-23,-22],[-21,-16],[-23,-26],[-28,-9],[-21,-2],[-22,-2],[-13,-7],[-11,-15],[-7,-19],[-4,-30],[1,-27],[6,-30],[9,-25],[14,-23],[21,-20],[16,-12],[22,-8],[20,2],[25,8],[28,4],[29,3],[28,-4],[31,-2],[40,-9],[35,-3],[19,6],[33,14],[27,4],[20,1],[22,-11],[18,-13],[21,-15],[13,-13],[11,-19],[5,-20],[-1,-24],[-3,-20],[-4,-28],[-4,-28],[-9,-28],[-12,-17],[-26,-11],[-24,-10],[-14,-10],[-8,-17],[1,-25],[10,-18],[18,-14],[22,-13],[28,-7],[22,-1],[28,5],[32,1],[31,2],[27,-2]],[[54606,103311],[254,-243],[2516,-2435],[-896,-818],[-1076,-983],[2277,-2207],[-1405,-1303],[-1413,-1320],[-1476,-1391],[-131,111],[-2485,-2260]],[[50771,90462],[-1666,-1554],[-2796,-2586],[-3121,-2826],[-24,-22]],[[43164,83474],[-2223,2079],[2413,2232],[1343,1185],[-2207,2118],[869,750],[273,263],[-2493,2381],[18,15],[-10,12],[1379,1246],[-4911,4835],[0,24],[8,10],[9,12],[10,10],[4,12],[2,17],[2,11],[0,18],[3,15],[6,11],[14,7],[14,11],[2,17],[-10,17],[-7,17],[6,16],[1,26],[-5,16],[7,27],[8,18],[0,12],[-6,19],[-2,25],[-14,14],[-14,8],[-11,7],[-2,18],[-3,18],[-2,16],[21,7],[28,2],[8,9],[15,0],[19,5],[30,3],[22,14],[5,17],[3,21],[6,11],[5,13],[-7,4],[-14,-4],[-14,-2],[-19,8],[-12,-5],[-17,-7],[-18,-2],[-24,7],[13,20],[20,12],[13,7],[16,6],[15,17],[14,20],[4,18],[9,15],[17,7],[15,10],[10,17],[-18,22],[-16,8],[-18,14],[3,22],[3,26],[-4,18],[-4,29],[-6,23],[-13,12],[9,12],[14,7],[9,15],[13,1],[14,-7],[10,15],[13,15],[21,1],[15,6],[8,18],[8,27],[10,21],[-3,17],[-15,7],[-9,16],[11,14],[4,16],[13,11],[9,18],[31,35],[36,33],[12,18],[8,15],[-1,21],[9,11],[-7,24],[-4,20],[-1,20],[5,9],[10,0],[12,-20],[17,-8],[17,6],[15,9],[18,11],[29,4],[6,-13],[10,-24],[17,-4],[34,4],[11,8],[7,24],[-1,39],[-8,35],[8,28],[17,15],[13,15],[10,19],[24,12],[32,8],[36,0],[22,5],[21,17],[-2,20],[-5,20],[-15,4],[-7,20],[-11,10],[-21,18],[-11,17],[-3,30],[-10,20],[1,32],[4,19],[13,26],[12,27],[21,10],[37,1],[19,-4],[14,-10],[21,6],[23,19],[16,6],[17,3],[10,18],[5,24],[10,17],[2,25],[8,19],[11,20],[9,18],[2,19],[-10,10],[-2,13],[6,16],[-7,25],[-2,19],[4,24],[4,19],[-3,16],[15,29],[19,24],[12,16],[20,15],[16,13],[9,21],[2,27],[19,21],[21,19],[20,1],[20,0],[14,10],[5,17],[-16,1],[-14,14],[-10,22],[11,11],[21,6],[7,18],[-13,18],[-11,21],[15,13],[-2,19],[-7,14],[-19,17],[-5,21],[5,15],[11,9],[-21,30],[0,20],[-4,20],[-14,28],[-13,12],[-18,5],[-22,10],[-14,21],[-3,34],[-11,28],[-23,18],[-24,19],[-8,36],[-4,28],[-16,25],[0,21],[-11,11],[7,28],[12,26],[3,42],[-7,33],[-2,31],[-7,34],[0,37],[-1,26],[-12,33],[0,35],[-6,23],[-5,20],[-1,31],[-4,32],[2,24],[-9,19],[-25,3],[-15,12],[2,28],[-3,16],[-9,22],[4,35],[-10,31],[8,28],[14,16],[19,36],[2,27],[-3,34],[-16,29],[-33,35],[-17,27],[-11,43],[-31,37],[-29,37],[-29,24],[-17,10],[-27,21],[-26,30],[-12,38],[10,36],[16,24],[15,29],[14,26],[11,31],[18,47],[13,39],[20,40],[18,45],[23,47],[8,39],[14,29],[2,14],[6,39],[3,20],[-2,28],[-9,28],[-26,34],[-35,29],[-37,19],[-38,16],[-27,7],[-36,1],[-17,26],[-8,21],[1,24],[-1,28],[-1,32],[3,34],[19,20],[14,17],[18,27],[-5,36],[-14,16],[-29,5],[-30,13],[-14,27],[-13,20],[-9,29],[-8,21],[-7,18],[-14,53],[-34,27],[-24,25],[-24,30],[-9,28],[-5,19],[-6,9],[-30,13],[-35,6],[-26,16],[-19,14],[-13,20],[2,32],[12,21],[16,27],[16,16],[20,13],[24,13],[20,18],[16,24],[10,32],[0,35],[-3,26],[-5,20],[-2,17],[16,66],[3019,2687]],[[40991,108964],[115,-111],[3350,3064],[53,-53],[643,588]],[[61794,132080],[-14,0],[-23,0],[-20,-5],[-25,-2],[-20,-1],[-24,0],[-18,-5],[-34,-14],[-18,-6],[-22,-2],[-20,4],[-24,-1],[-25,1],[-23,3],[-26,11],[-16,11],[-13,15],[-27,9],[-22,3],[-26,-1],[-19,-1],[-24,-1],[-18,-4],[-25,-10],[-21,-18],[-32,-7],[-28,-6],[-32,-7],[-25,-9],[-19,-12],[-16,-18],[-15,-25],[-8,-18],[-12,-19],[-23,-22],[-24,-25],[-8,-20],[-9,-20],[-14,-15],[-13,-10],[-18,-9],[-22,-10],[-12,-5],[-15,-12],[-14,-10],[-12,-17],[-6,-17],[-2,-14],[-3,-15],[-4,-16],[-15,-22],[-26,-21],[-10,-11],[-17,-14],[-20,-14],[-29,-6],[-18,-6],[-12,-19],[-15,-12],[-19,-16],[-22,-3],[-17,1],[-22,2],[-21,-1],[-16,-3],[-18,-13],[-28,-4],[-26,-3],[-22,4],[-17,9],[-13,-3],[-12,-9],[-17,0],[-22,-6],[-7,-9],[-1,-13],[0,-12],[-8,-6],[-4,-7],[5,-13],[-4,-13],[-3,-13],[2,-13],[0,-9],[-10,-8],[-1,-9],[-6,-11],[-18,6],[-18,0],[-10,-13],[-15,2],[-12,-3],[-9,-16],[-9,-16],[-11,-9],[-18,-3],[-9,-10],[-18,-6],[-14,-16],[-2,-15],[0,-5],[2,-8],[2,-14],[-3,-13],[-9,-2],[-9,-12],[-12,-20],[-15,-13],[-15,-16],[-13,-9],[-6,-16],[-12,-15],[-20,-14],[-16,-9],[-17,-17],[-14,-3],[-8,-15],[-11,-15],[-25,-18],[-9,-11],[-25,-17],[-22,-12],[-11,-13],[-4,-19],[5,-12],[5,-14],[8,-22],[13,-13],[2,-18],[-1,-14],[12,-19],[8,-7],[7,-17],[7,-21],[10,-7],[8,-17],[-2,-14],[-6,-18],[-10,-19],[-18,-15],[-27,-7],[-18,-6],[-6,-7],[-22,-14],[-15,-4],[-8,-19],[-8,-16],[-6,-16],[-15,-18],[-4,-8],[0,-22],[-7,-27],[-22,-16],[-19,-11],[-15,-9],[-19,-11],[-19,-8],[-18,-7],[-17,2],[-24,3],[-22,-9],[-7,-8],[-3,-20],[0,-13],[-1,-17],[-12,-16],[-11,-9],[-15,-13],[-14,-14],[-21,-8],[-12,-9],[-11,-8],[-11,-17],[-8,-10],[-8,-13],[-23,-12],[-20,-4],[-24,-8],[-16,-16],[-5,-11],[-3,-22],[-5,-17],[-6,-13],[-13,-18],[-9,-13],[-13,-17],[-20,-7],[-12,-8],[-11,-9],[-10,-17],[-9,-6],[-25,-13],[-10,-6],[-9,-9],[-7,-16],[-26,-6],[-12,-6],[-15,-12],[-5,-12],[1,-22],[-4,-16],[-8,-21],[-4,-12],[-3,-15],[0,-12],[6,-11],[1,-10],[0,-7],[0,-22],[1,-13],[6,-16],[0,-11],[2,-18],[5,-12],[8,-11],[16,-8],[-1,-14],[-3,-13],[4,-13],[9,-9],[4,-5],[8,-11],[0,-7],[9,-17],[7,-9],[16,-12],[13,-13],[9,-6],[14,-10],[15,-5],[16,-9],[6,-8],[6,-9],[8,-11],[7,-11],[3,-9],[12,-18],[6,-3],[13,-4],[11,-10],[4,-6],[8,-15],[8,-10],[16,-8],[13,-3],[18,-19],[2,-9],[4,-11],[-1,-16],[-7,-10],[-13,-8],[-16,-9],[-12,-10],[-8,-14],[-6,-13],[1,-15],[-4,-16],[-6,-12],[-2,-17],[-3,-18],[-3,-18],[0,-15],[-5,-15],[0,-17],[-1,-16],[-7,-13],[-15,-16],[-10,-14],[-14,-17],[-7,-13],[-7,-14],[-3,-26],[0,-12],[1,-15],[3,-12],[2,-19],[2,-16],[1,-21],[-3,-12],[-5,-14],[-10,-28],[0,-18],[0,-16],[-1,-19],[-6,-23],[-6,-17],[-12,-12],[-11,-6],[-17,-2],[-13,-5],[-6,-7],[-17,-2],[-17,0],[-23,-16],[-23,-20],[-18,-9],[-14,-12],[-2,-19],[-12,-30],[-25,-7],[-15,-2],[-11,2],[-15,9],[-14,3],[-16,-3],[-13,0],[-9,-9],[-9,-15],[-9,-14],[-14,-27],[9,-8],[5,-5],[8,-15],[1,-13],[-3,-16],[-8,-14],[-10,-10],[-12,-17],[-6,-11],[0,-17],[3,-15],[2,-13],[2,-14],[-5,-15],[-21,-17],[-19,-16],[-22,-16],[-16,-10],[-15,-5],[-11,-10],[0,-20],[2,-10],[2,-9],[8,-22],[5,-14],[5,-10],[6,-22],[7,-13],[5,-10],[0,-12],[-1,-21],[-14,-26],[-20,-18],[-17,-10],[-22,-7],[-12,4],[-14,5],[-12,-3],[-17,-7],[-12,-20],[-9,-25],[1,-13],[-13,-19],[-15,-3],[-21,-1],[-11,-5],[-7,-6],[-25,-20],[-16,-17],[-18,-28],[-8,-13],[-6,-15],[3,-14],[18,-19],[11,-14],[0,-19],[-14,-19],[-16,-18],[-18,-18],[-18,-16],[-9,-16],[-6,-27],[-9,-17],[-5,-20],[-12,-24],[-12,-26],[-6,-20],[-13,-26],[-12,-13],[-13,-10],[-7,-23],[-3,-21],[-12,-20],[-7,-18],[-17,-24],[-30,-31],[-7,-4],[-21,-12],[-13,-15],[-22,-16],[-21,-19],[-2,-13],[0,-21],[3,-14],[8,-10],[3,-13],[-3,-11],[-6,-14],[-11,-11],[-15,-13],[-9,-19],[-24,-5],[-21,0],[-17,0],[-12,-5],[-26,-17],[-28,-24],[-6,-17],[-8,-15],[-10,-28],[-18,-19],[-18,-15],[-7,-18],[-11,-26],[1,-16],[12,-22],[0,-16],[-15,-12],[-9,-7],[-3,-18],[4,-19],[-4,-18],[-6,-11],[-21,-8],[-17,-7],[-20,-8],[-17,-5],[-24,-9],[-20,-1],[-24,-16],[-21,-15],[-13,-19],[-17,-23],[-14,-20],[-30,-15],[-20,-9],[-11,-17],[-15,-19],[-16,-13],[-21,-10],[-25,-12],[-13,-8],[-23,0],[-25,-13],[-19,-15],[-25,-14],[-25,-16],[-21,-16],[-18,-11],[-10,-15],[-20,-13],[-18,-7],[-24,-7],[-23,-11],[-15,-6],[-18,-10],[-27,-15],[-22,-14],[-13,-8],[-16,-12],[-17,-5],[-20,7],[-16,9],[-8,3],[-19,-2],[-9,-2],[-31,0],[-20,-11],[-20,-14],[-19,-13],[-27,-9],[-21,-3],[-15,-3],[-22,-10],[-26,-10],[-18,-6],[-14,-5],[-11,-2],[918,-822],[-1457,-1418],[737,-691]],[[49020,115940],[-2608,2511],[-2980,-2766],[-3832,3693],[1081,997],[-576,554],[-171,-99],[-647,630],[-180,-170],[-299,293],[142,128],[-740,704]],[[38210,122415],[7331,6808],[-782,737],[1494,1476],[-76,78],[662,655],[83,-77],[1755,1741]],[[121726,97003],[2817,-2382],[134,-113],[10,2],[3201,-2704],[1225,-1035],[45,-80],[59,-18],[829,-704],[-43,-41]],[[130003,89928],[-94,-90],[-16,-6],[-2007,-1948],[-113,-156],[-85,-61],[-765,-721],[-40,-49],[-33,-24],[-570,-546],[-991,-949],[-1373,-1308],[-1073,-1048]],[[122843,83022],[-1213,-1187],[-3588,-3507],[-1684,1504]],[[116358,79832],[-2971,2523],[51,54],[-1583,1307],[43,54],[-1565,1351],[1917,1943],[-2713,2386],[-307,242],[-336,236],[-1861,1663],[-52,21],[-1673,1589]],[[105308,93201],[1450,1396],[672,671],[1604,1685],[822,764]],[[109856,97717],[779,727],[3469,-3159],[1663,1653],[1661,-1421],[2734,2803],[1564,-1317]],[[111182,175356],[161,161],[81,80],[105,108],[37,-35],[82,70],[32,26],[36,26],[-16,26],[178,96],[179,93],[221,118],[317,170],[29,15],[134,70],[20,11],[78,37],[-2,14],[-1,36],[19,-1],[0,0],[1,-2]],[[112873,176475],[25,-21],[7,-18],[0,0],[-3,-12],[2,-19],[1,-13],[6,-22],[-3,-18],[-17,-8],[-9,-23],[-2,-27],[-1,-28],[10,-17],[9,-5],[3,-1],[12,-6],[15,5],[12,12],[12,-4],[11,-24],[-9,-26],[-1,-1],[-11,-9],[-6,-4],[11,-47],[3,-10],[9,-29],[2,-30],[-32,-16],[11,-43],[17,-24],[18,3],[4,-13],[13,-10],[23,-15],[5,-26],[-2,-1],[-12,-7],[-7,-3],[18,-38],[33,19],[22,4],[32,-48],[-3,-24],[14,-1],[21,-6],[12,-9],[-3,-27],[-9,-12],[-11,-6],[-15,-4],[-4,-7],[14,0],[16,-6],[5,-7],[4,-7],[-3,-15],[-11,-10],[-13,-3],[-4,-19],[0,-20],[19,-20],[15,-17],[-2,-13],[-1,-6],[-2,-23],[20,-37],[2,-11],[17,-3],[11,-9],[12,-12],[12,-12],[12,-2],[2,-6],[1,-2],[9,-21],[15,-7],[20,-19],[11,-19],[5,8],[7,10],[11,2],[22,0],[17,-10],[2,-19],[-11,-21],[-7,-11],[-22,-34],[-17,-29],[-32,-53],[-1,-2],[-2,-1],[-198,-101],[-86,-43],[-205,-103],[-368,-186],[-121,-308],[-89,-225]],[[89707,129643],[-1363,-1312],[116,-85],[-2143,-2182],[-2147,1912],[-2072,-2021],[-134,109],[-404,-395],[-51,42],[-166,-182],[-269,-286],[38,-42],[-474,-450],[39,-37],[-462,-462],[52,-48],[-487,-456],[102,-91],[-442,-450],[45,-48],[-917,-919],[13,-11],[-64,-64],[-272,233],[-943,-940],[2446,-2283],[-1894,-1786],[71,-55],[-1359,-1341],[-1789,1574],[-8,-1],[-10,-4],[-11,-7],[-12,-12],[-8,-14],[-13,-11],[-15,-9],[-10,-6],[-16,-13],[-11,-18],[-5,-16],[-7,-13],[-14,-9],[-3,-15],[-3,-15],[2,-17],[-1,-13],[-7,-13],[-2,-13],[2,-13],[-10,-10],[-4,-7],[-1,-7],[0,-8],[6,-11],[11,-1],[9,9],[7,6],[13,-7],[8,-19],[10,-18],[12,-13],[6,-15],[3,-8],[1,-12],[-5,-18],[0,-8],[1,-14],[0,-19],[-6,-7],[-6,-11],[-7,-12],[-10,-16],[-6,-8],[-13,-16],[-10,-12],[-8,-14],[-10,-17],[-10,-9],[-2,-11],[6,-18],[0,-18],[-9,-20],[-17,-12],[-19,-23],[-8,-17],[-8,-23],[-9,-8],[-16,-3],[-7,-16],[-2,-19],[-1,-20],[-2,-19],[-10,-19],[-9,-15],[-7,-16],[0,-22],[-7,-16],[-3,-15],[-10,-22],[-13,-16],[-15,-15],[-15,-22],[-9,-21],[-17,-23],[-17,-18],[-17,-16],[-17,-18],[-8,-13],[-16,-15],[-19,-13],[-9,-15],[-11,-20],[-12,-21],[-17,-22],[-11,-10],[-14,-8],[-17,-7],[-13,-6],[-10,-4],[-4,-5]],[[38210,122415],[-901,-833],[-2452,2389],[228,206],[-727,711],[-52,36],[-442,440],[-370,-376],[-210,205],[-388,-357],[-1069,1034],[-15,-15],[-1052,1086]],[[137297,131500],[-1175,-4637],[-73,-297],[2972,-679],[-534,-589],[-773,-760],[-482,-1202],[-531,-510],[627,-560],[395,-344],[-1499,-1560]],[[124556,128630],[177,-172],[1870,-867],[263,942],[1300,-312],[718,2731],[786,-230],[1814,-457],[246,986],[82,354],[55,-7],[139,606],[0,0]],[[132006,132204],[-55,16],[0,0]],[[131951,132220],[142,620],[2678,-555]],[[134771,132285],[0,0],[-49,-190]],[[134722,132095],[-1,0],[701,-163],[851,-197],[971,-223],[53,-12]],[[113855,123553],[-6518,-6689],[1251,-1144],[-18,-1],[-32,-1],[-16,-8],[-25,-3],[-34,-6],[-32,-18],[-41,-4],[-26,18],[-18,16],[-26,27],[-16,18],[-57,-3],[-60,14],[-26,22],[-26,-17],[-22,-23],[-40,-2],[-47,-2],[-31,-6],[-33,-6],[-18,-10],[-35,-29],[-24,-14],[-20,-21],[3,-22],[-19,-26],[-32,-32],[-50,-26],[-25,-28],[-28,-35],[-35,-9],[-26,9],[-26,-2],[-29,-11],[-14,-10],[-22,1],[-22,-1],[-29,6],[-29,-3],[-28,-9],[-28,-2],[-25,-3],[-27,0],[-17,-9],[-14,-16],[-15,-21],[-9,-16],[-12,-12],[-23,-10],[-14,-14],[-17,-19],[-10,-10],[-3,-20],[-27,-19],[-10,-16],[-9,-17],[-22,-1],[-10,-13],[-24,-14],[-29,-10],[-10,-9],[-11,-19],[-24,-18],[-11,-22],[0,-28],[2,-19],[2,-16],[-5,-17],[-1,-18],[-10,-25],[-19,-7],[-22,-2],[-19,-14],[-21,-1],[-14,-4],[-16,-10],[-35,-3],[-17,-25],[-23,-18],[-25,2],[-27,-4],[-20,-3],[-7,-13],[-25,-5],[-29,-13],[-9,-11],[-9,-14],[-16,-18],[-11,-24],[-13,-19],[-27,-8],[-31,-18],[-31,-8],[-37,-10],[-26,-13],[-26,-9],[-31,-6],[-27,-4],[-28,-6],[-26,-9],[-23,-12],[-27,-19],[-21,-11],[-21,-10],[-14,-10],[-15,-9],[-23,-10],[-28,-10],[-24,-9],[-17,-11],[-11,-10],[-14,-12],[-22,-7],[-30,-5],[-25,-5],[-27,-9],[-22,-11],[-25,-9],[-22,-13],[-22,-18],[-19,-10],[-26,-12],[-18,-8],[-20,-16],[-21,-19],[-17,-13],[-27,3],[-22,11],[-23,5],[-10,-4],[-10,-10],[0,-13],[1,-15],[-11,-13],[-15,-11],[-10,-18],[-5,-11],[0,-10],[-5,-16],[-3,-15],[-14,-13],[-16,-10],[-12,-14],[-5,-11],[0,-23],[2,-12],[1,-15],[2,-23],[1,-21],[10,-12],[7,-15],[6,-18],[2,-15],[-3,-13],[-11,-15],[-9,-17],[3,-15],[7,-22],[-7,-26],[-13,-14],[-12,-14],[-13,-17],[-16,-15],[-11,-13],[-12,-16],[-14,-11],[-20,-6],[-21,-5],[-17,-6],[-8,-8],[-4,-21],[-6,-12],[-9,-13],[-20,-20],[-22,-14],[-22,3],[-19,7],[-17,7],[-26,0],[-20,-16],[-10,-17],[-6,-25],[2,-28],[-13,-16],[-11,-20],[-9,-15],[-29,-9],[-4,-25],[-17,-15],[-26,-17],[-17,-4],[-17,-24],[-14,-29],[-16,-24],[-18,-1],[-19,7],[-20,11],[-17,2],[-26,-10],[-22,-12],[-17,-17],[-14,-23],[-27,-18],[-22,-8],[-23,-8],[-12,-22],[-15,-18],[-20,-13],[-12,-24],[-4,-20],[-13,-5],[-7,-18],[-16,-21],[-13,-10],[-26,-6],[-18,-8],[-19,-8],[-25,-3],[-13,-11],[-8,-20],[1,-18],[5,-27],[-5,-25],[-19,-12],[-19,-7],[-24,-1],[-29,1],[-15,11],[-10,11],[-21,7],[-22,-9],[-19,3],[-10,16],[-5,16],[-3,17],[-10,18],[-17,26],[-24,5],[-24,2],[-19,8],[-17,3],[-13,18],[-19,-6],[-3,-9],[10,-13],[6,-15],[0,-20],[-13,-19],[-24,-15],[-29,-2],[-21,0],[-18,1],[-16,-17],[-23,-24],[-16,-15],[-20,-10],[-11,-22],[-22,-8],[-22,2],[-19,1],[-21,7],[-14,-1],[-13,-5],[-23,4],[-16,9],[-17,-2],[-18,-24],[-16,-16],[0,-18],[-11,-25],[-15,-24],[0,-22],[-5,-33],[-23,-23],[-20,-4],[-25,-20],[-14,-8],[-17,-4],[-22,-4],[-11,-13],[-5,-17],[-7,-17],[-4,-17],[4,-26],[-4,-21],[-3,-16],[3,-15],[1,-22],[-4,-11],[-1,-18],[1,-16],[2,-20],[5,-28],[14,-30],[1,-16],[6,-20],[24,-24],[11,-18],[0,-18],[-16,-8],[-16,0],[-21,5],[-17,4],[-6,13],[1,13],[11,18],[-8,13],[-18,8],[-17,-2],[-11,-16],[-20,0],[-23,2],[-16,9],[-18,-7],[-12,-13],[-22,-13],[3,-15],[7,-18],[-4,-16],[-12,-19],[-17,-25],[-19,-21],[-25,-16],[-23,-23],[-33,-19],[-20,-18],[-24,-10],[-26,-2],[-26,-4],[-19,-6],[-27,-4],[-17,-14],[-12,-31],[-14,-23],[-25,-25],[-26,-6],[-11,-21],[-9,-21],[-26,-22],[-31,-8],[-26,2],[-29,0],[-26,-4],[-40,-13],[-30,-8],[-32,-6],[-23,-9],[-11,-21],[-2,-23],[-14,-21],[10,-25],[16,-23],[10,-21],[-5,-32],[-22,-14],[-11,-12],[-8,-24],[-15,-24],[-9,-32],[8,-19],[18,-22],[14,-17],[2,-23],[-5,-30],[8,-13],[1,-21],[3,-20],[10,-14],[-1,-27],[-8,-22],[-5,-22],[-1,-25],[-7,-25],[-13,-21],[-9,-16],[-12,-13],[-13,-17],[-13,-13],[-19,-12],[-13,-15],[-8,-15],[-12,-6],[-8,-11],[0,-14],[5,-19],[3,-22],[-2,-24],[-1,-23],[3,-24],[5,-27],[-11,-25],[-14,-9],[-23,-15],[-17,-10],[-27,-4],[-8,-5],[-15,-3],[-21,-9],[-18,-8],[-21,-3],[-12,2],[-15,5],[-18,4],[-19,-2],[-27,-4],[-19,-7],[-16,-6],[-16,0],[-19,-9],[-10,-19],[-5,-27],[4,-12],[9,-16],[10,-20],[1,-14],[-2,-21],[5,-18],[9,-14],[-6,-18],[-16,-23],[-10,-19],[-13,-18],[-11,-15],[-17,-24],[-11,-22],[-14,-23],[-12,-26],[-8,-18],[-3,-18],[-12,-15],[-9,-17],[-4,-24],[-2,-16],[4,-22],[12,-23],[-1,-24],[-2,-16],[16,-13],[17,-13],[-14,-25],[-15,-12],[-9,-5],[-9,-16],[-8,-20],[-8,-19],[-25,-5],[-30,-3],[-21,11],[-17,15],[-16,16],[-25,14],[-24,-7],[-30,-11],[-23,5],[-19,0],[-17,-13],[-19,-11],[-24,1],[-37,-17],[-26,-18],[-26,-5],[-31,-9],[-40,-15],[-42,-5],[-18,15],[-16,8],[-26,-6],[-21,-14],[-5,-17],[-6,-17],[-12,-17],[-17,-9],[-19,-3],[-16,0],[-15,-10],[-9,-8],[-6,-8],[-8,-18],[-9,-12],[-19,-9],[-19,0],[-14,-1],[-15,4],[-12,11],[-15,6],[-13,6],[-23,-4],[-19,-1],[-19,0],[-17,1],[-11,7],[-8,7],[-7,-8],[0,-9],[1,-10],[-1,-11],[-5,-3],[-10,5],[-6,12],[-17,-4],[-18,-14],[-20,-10],[-17,-9],[-15,-9],[-18,-11],[-14,-7],[-17,2],[-21,-9],[-25,-4],[-24,-7],[-15,-7],[-12,-1],[-10,3],[-12,6],[-13,2],[-24,-5],[-24,-5],[-17,-8],[-9,-7],[-24,1],[-11,-2],[-16,-6],[-14,5],[-10,11],[-10,6],[-15,-2],[-8,9],[-2,17],[0,18],[-1,8],[-8,2],[-13,-6],[-14,-12],[-15,-13],[-11,-12],[-8,-7],[-14,-4],[-15,-7],[-8,9],[-2,10],[-3,11],[-8,3],[-19,-5],[-17,-9],[-20,-4],[-21,-9],[-5,-23],[-4,-30],[-2,-19],[-21,-29],[-25,-14],[-24,-6],[-24,-7],[-16,-5],[-13,-20],[-14,-13],[-25,-22],[-20,-20],[-25,-30],[5,-12],[-4,-12],[-28,-16],[-20,-18],[-26,-32],[-26,-29],[-24,-28],[-32,-16],[-14,-10],[2,-17],[-20,-32],[0,-17],[-12,-17],[-12,-14],[-8,-30],[-11,-23],[-7,-19],[12,-30],[14,-28],[-5,-20],[-26,-2],[-20,5],[-17,-10],[0,-13],[-4,-18],[6,-18],[-1,-16],[-11,-13],[-10,-15],[-7,-23],[-7,-30],[-12,-20],[-11,-25],[-8,-20],[8,-10],[-6,-17],[-6,-10],[7,-28],[13,-17],[16,-19],[13,-36],[-9,-14],[11,-20],[-17,-17],[3,-10],[1,-19],[-10,-8],[7,-13],[-5,-21],[14,-20],[-8,-11],[10,-13],[-12,-8],[5,-27],[-23,-9],[-20,-6],[-5,-25],[-30,-9],[-25,-6],[-14,-26],[-8,-38],[-4,-36],[-7,-36],[7,-35],[-21,-32],[-20,-5],[-14,-12],[-20,-21],[-19,-21],[-3,-25],[3,-36],[13,-29],[-5,-25],[11,-18],[0,-16],[-14,-20],[-16,-16],[-1,-19],[6,-23],[-9,-21],[-1,-25],[6,-35],[4,-43],[-10,-37],[-12,-26],[-18,-22],[-22,-22],[-22,-14],[3,-26],[14,-19],[16,-16],[-4,-25],[-12,-14],[11,-28],[-17,-13],[-19,-2],[-22,-2],[-29,-13],[-28,-13],[-24,-14],[-23,-16],[-37,-29],[-19,-24],[-24,-19],[-19,-17],[-40,-21],[-29,-14],[-14,-16],[-9,-29],[-27,-21],[-34,-21],[-32,-27],[-22,-24],[-11,-32],[-1,-38],[14,-44],[-4,-30],[-23,-24],[-22,-1],[-33,-7],[-26,1],[-21,0],[-30,-5],[-24,-17],[-21,-19],[-17,-15],[-17,-14],[-26,-10],[-26,-8],[-25,2],[-32,14],[-21,-4],[-29,-6],[-4,-20],[-4,-22],[-15,-13],[-9,-27],[-34,-13],[-18,-25],[-13,-31],[-20,-22],[-26,-16],[-23,-7],[-5,-14],[-5,-17],[-16,-15],[-12,-18],[-2,-18],[-8,-15],[-11,-16],[-1,-22],[-2,-23],[-12,-15],[-11,-13],[-8,-15],[-7,-8],[-7,-7],[-3,-10]],[[98844,107095],[-898,830],[-254,233],[-1420,1264],[-425,341],[7,3],[11,2],[11,1],[14,6],[8,10],[2,14],[2,12],[5,13],[5,11],[12,14],[2,11],[2,12],[12,9],[13,12],[10,8],[11,2],[10,8],[9,6],[17,9],[13,10],[3,12],[11,9],[9,4],[8,3],[-1251,1071],[-2170,1938]],[[92633,112973],[16,13],[8,12],[3,23],[6,14],[3,27],[1,30],[-4,26],[19,32],[6,19],[13,27],[19,32],[22,9],[11,23],[15,25],[32,8],[28,6],[34,-2],[13,12],[-2,20],[8,13],[16,12],[0,13],[-17,7],[-2,14],[-23,8],[-20,12],[-8,30],[-7,19],[-16,16],[-2,18],[21,17],[19,5],[27,-1],[20,18],[3,26],[15,34],[16,34],[7,16],[4,29],[-9,17],[-9,21],[18,21],[26,12],[18,18],[28,5],[22,18],[34,19],[23,22],[28,37],[24,25],[24,22],[26,30],[25,16],[20,31],[19,31],[17,27],[24,27],[10,12],[31,27],[17,10],[17,2],[24,0],[20,12],[30,20],[27,27],[21,13],[20,14],[18,15],[25,10],[5,16],[12,18],[13,19],[31,18],[19,16],[22,34],[35,20],[16,21],[23,28],[15,14],[3,19],[26,19],[25,7],[30,18],[21,25],[14,-2],[30,0],[33,24],[21,29],[7,27],[7,28],[1,31],[4,27],[18,36],[21,13],[17,0],[17,-6],[12,-18],[9,-22],[12,-6],[18,0],[17,3],[7,17],[9,22],[18,21],[10,22],[6,27],[10,28],[35,20],[14,35],[10,29],[26,32],[28,12],[16,36],[22,22],[28,31],[15,11],[27,30],[27,15],[25,5],[18,22],[-5,37],[-17,23],[-13,27],[-10,35],[12,42],[16,39],[-2,28],[1,37],[19,35],[26,38],[4,27],[10,40],[4,40],[19,15],[17,27],[-3,24],[-14,18],[-1,23],[-19,15],[-22,9],[-8,24],[22,13],[22,-4],[18,2],[28,-6],[7,19],[-16,33],[-13,15],[-10,43],[11,25],[14,32],[5,30],[12,35],[16,9],[0,27],[-5,29],[19,39],[19,38],[24,21],[6,15],[-1,30],[20,19],[32,16],[25,23],[15,26],[7,31],[20,23],[10,29],[17,14],[11,16],[-8,26],[-9,38],[13,17],[4,23],[22,1],[19,21],[9,29],[-1,47],[3,36],[1,29],[-3,27],[-7,34],[4,24],[0,19],[2,20],[-3,30],[13,16],[2,36],[-9,20],[-20,33],[1,30],[-7,20],[-8,35],[9,20],[0,28],[10,26],[2,38],[-1,22],[8,33],[15,26],[2,29],[13,19],[16,30],[10,46],[-3,35],[-11,33],[-5,36],[0,27],[14,14],[16,12],[24,4],[28,10],[14,12],[14,28],[1,25],[-7,41],[7,15],[9,29],[14,29],[7,33],[-5,31],[6,24],[7,28],[9,24],[-1,12],[6,15],[-1,21],[-19,15],[-15,10],[-2,10],[2,16],[-5,15],[-4,10],[6,12],[1,26],[-5,18],[-8,28],[-7,18],[7,12],[-3,16],[-2,18],[13,13],[18,14],[7,10],[14,12],[-2,30],[-9,25],[0,20],[-5,28],[-11,21],[0,24],[4,15],[-10,24],[-1,21],[6,12],[28,10],[29,10],[36,12],[23,8],[15,11],[31,23],[12,6],[7,-2],[4,-5],[13,2],[21,10],[1,19],[-2,21],[6,24],[-1,25],[4,22],[21,17],[9,16],[9,19],[7,19],[11,19],[16,16],[11,18],[10,29],[4,25],[5,28],[5,30],[14,21],[10,19],[4,31],[-8,15],[3,20],[12,11],[18,-1],[16,-2],[16,11],[17,14],[19,-11],[22,-5],[21,12],[16,12],[20,14],[7,26],[-3,23],[10,37],[17,25],[10,24],[4,29],[9,17],[12,17],[16,11],[15,3],[12,-4],[12,0],[-1,15],[4,14],[-5,27],[4,19],[11,17],[4,21],[15,19],[6,12],[0,20],[5,22],[7,19],[2,24],[-11,6],[-22,11],[-12,11],[-7,28],[-1,15],[-1,27],[4,14],[19,5],[12,9],[6,18],[8,11],[13,4],[4,16],[7,18],[8,10],[13,10],[8,9],[16,0],[11,12],[9,12],[17,11],[10,7],[5,7],[5,9],[0,11],[-2,13],[-22,7],[-17,4],[-14,4],[-8,14],[-10,8],[-17,7],[-17,10],[-12,13],[-5,14],[-11,23],[-19,9],[-16,12],[-3,23],[7,25],[13,25],[8,15],[1,18],[1,19],[3,19],[21,14],[14,10],[7,16],[9,17],[15,16],[13,10],[12,19],[9,17],[6,13],[-3,13],[-10,9],[-21,16],[-7,14],[8,21],[5,19],[-2,18],[-5,25],[1,20],[1,19],[-1,19],[6,24],[11,15],[20,8],[10,4],[13,7],[9,-1],[557,-494],[1325,1299],[-1489,1323],[280,270],[-1372,1240],[472,441],[-1383,1265]],[[92633,112973],[-3,-12],[-6,-11],[-13,-16],[-19,-11],[-17,-16],[-20,-18],[-13,-20],[-18,-18],[-11,-34],[5,-30],[4,-13],[-1,-23],[6,-21],[15,-15],[7,-24],[5,-25],[13,-21],[6,-24],[-1,-32],[7,-24],[13,-13],[17,-8],[6,-21],[13,-15],[9,-26],[4,-16],[-7,-25],[-4,-18],[2,-21],[11,-15],[4,-14],[3,-26],[-3,-21],[-6,-14],[-5,-23],[1,-22],[4,-15],[8,-23],[13,-19],[20,-9],[9,-12],[0,-31],[-5,-31],[16,-18],[4,-23],[4,-32],[-25,-34],[-13,-23],[1,-30],[-3,-31],[-4,-17],[-6,-20],[-1,-19],[2,-16],[-13,-13],[-11,-15],[6,-18],[2,-24],[-11,-28],[-19,-24],[-13,-30],[-2,-23],[7,-36],[10,-25],[10,-33],[4,-25],[-14,-19],[-20,-22],[-17,-22],[-17,-18],[-15,-18],[-22,-24],[-24,-10],[-14,-15],[-12,-21],[-6,-17],[-14,-5],[-14,-2],[-10,-15],[-6,-11],[-8,-14],[-5,-22],[-4,-25],[1,-21],[-1,-16],[-6,-25],[-3,-21],[-8,-30],[1,-27],[5,-26],[2,-16],[-1,-21],[-5,-14],[-10,-16],[-2,-18],[-17,-21],[-17,-18],[-16,-17],[-14,-14],[-24,-25],[-8,-21],[-1,-24],[0,-19],[-10,-23],[-15,-26],[-2,-20],[-12,-22],[-5,-28],[-11,-25],[-11,-22],[-11,-19],[-6,-26],[-15,-15],[-21,-5],[-11,-16],[-1,-18],[-12,-21],[-8,-25],[-10,-25],[-10,-29],[-3,-30],[-18,-28],[-19,-14],[-22,-22],[-6,-29],[-6,-27],[-23,-22],[-26,-15],[-25,-21],[-20,-13],[-11,-13],[-16,-13],[-19,-4],[-25,-9],[-12,-28],[-6,-21],[-11,-21],[-11,-27],[-5,-36],[-3,-23],[-5,-35],[-1,-35],[-7,-33],[0,-25],[-8,-31],[-11,-30],[-1,-22],[7,-15],[-30,-9],[-23,4],[-25,-7],[-5,-23],[-1,-29],[1,-23],[14,-24],[-3,-22],[-3,-17],[13,-17],[7,-21],[-8,-28],[-16,-33],[-16,-19],[-5,-21],[-9,-17],[-17,-12],[-10,-14],[-26,-10],[-7,-16],[-26,0],[-21,14],[-30,2],[-34,-1],[-25,-13],[-21,-20],[-24,-19],[-13,-17],[-7,-36],[-14,-25],[3,-22],[3,-18],[-13,-8],[-26,-7],[-15,-33],[5,-25],[-3,-19],[-4,-34],[4,-28],[-5,-28],[-22,-41],[-16,-25],[-6,-17],[-8,-26],[-26,-13],[-21,-7],[-19,-5],[-19,-15],[-16,-14],[-19,-6],[-24,-6],[-8,-17],[1,-23],[-3,-19],[-16,-11],[-25,-1],[-23,3],[-19,-8],[-21,-16],[-23,-12],[-26,-15],[-32,-16],[-15,-18],[-11,-17],[-9,-15],[-6,-12],[-7,-14],[-4,-11],[0,-13],[4,-15],[10,-25],[12,-20],[7,-14],[0,-16],[-10,-14],[3,-10],[0,-16],[0,-24],[-8,-12],[-19,-9],[-18,-7],[-21,-17],[-10,-13],[-12,-13],[-13,-16],[-8,-14],[-1,-13],[-4,-24],[3,-22],[4,-20],[-4,-16],[14,-17],[11,-11],[14,-18],[11,-26],[9,-14],[-1,-16],[-22,-7],[-5,-16],[-3,-17],[-5,-14],[-11,-13],[4,-17],[-2,-17],[-13,-6],[-19,0],[-22,7],[-10,-5],[-14,-11],[-18,-10],[-18,-27],[-9,-10],[2,-23],[-11,-11],[-17,5],[-16,-2],[-30,4],[-14,4],[-17,1],[-15,-2],[-20,4],[-17,10],[-15,-4],[-6,-16],[-17,-7],[-17,-7],[-22,-5],[-19,0],[-24,8],[-14,7],[-18,10],[-20,7],[-27,-8],[-18,-8],[-14,-7],[-20,-12],[-11,-11],[-22,-2],[-21,-9],[-13,-9],[-13,-3],[-2,-17],[1,-22],[-4,-15],[-13,-5],[-21,0],[-22,3],[-18,-11],[-13,-14],[-15,-11],[-19,-1],[-34,3],[-13,-6],[2,-21],[3,-19],[-12,-14],[-1,-15],[-1,-25],[-12,-11],[-21,-6],[-30,-6],[-12,-11],[-14,-13],[-27,-6],[-22,3],[-10,-4],[-29,-8],[-13,2],[-10,-7],[-13,-13],[-15,-12],[-17,-17],[-13,-9],[-11,-9],[3,-18],[-3,-19],[-9,-13],[-1,-17],[-3,-18],[-9,-17],[-17,-13],[-9,-11],[-9,-19],[-14,-13],[-19,-12],[-15,-15],[-17,-11],[-21,2],[-19,4],[-20,-15],[-14,5],[-11,-8],[-8,-18],[-12,-12],[11,-17],[-3,-30],[-3,-18],[0,-21],[-29,-15],[-7,-22],[1,-27],[-8,-11],[-17,2],[-22,-13],[-24,-18],[1,-23],[0,-23],[-10,-34],[-21,-17],[-14,-18],[-11,-24],[-10,-20],[-27,-42],[-14,-27],[-29,-31],[-22,-19],[-22,-31],[-24,-16],[-27,-4],[-32,-12],[-25,-9],[-32,-27],[-21,-21],[-8,-22],[-25,-19],[-22,-31],[-7,-31],[-18,-32],[-20,-15],[-16,-21],[-17,-21],[-23,-18],[-13,-16],[-12,-27],[-1,-32],[-5,-30],[-11,-25],[-20,-20],[-21,-1],[-29,1],[-24,-4],[-33,-8],[-20,5],[-23,8],[-29,7],[-24,-19],[-17,-10],[-18,20],[-27,6],[-31,2],[-14,13],[-28,1],[-32,8],[-24,0],[-38,4],[-24,16],[-22,0],[-9,-12],[1,-21],[-4,-20],[-14,2],[-12,-4],[-4,-22],[-15,-9],[-17,-2],[-11,-7],[10,-17],[8,-23],[-6,-20],[3,-23],[-17,-21],[-4,-10],[-13,-10],[-28,1],[-14,-12],[-14,-18],[-19,-21],[-4,-22],[-3,-22],[-20,-10],[-12,-19],[-14,-25],[-28,-7],[-25,2],[-26,-13],[-21,-25],[-26,-6],[-35,-2],[-34,-6],[-23,3],[-30,-3],[-31,-10],[-33,-7],[-29,-9],[-22,-20],[-18,-37],[-18,-36],[-18,-28],[-17,-24],[-7,-22],[1,-26],[-7,-20],[-24,-12],[-14,-14],[-8,-22],[-11,-16],[-25,-13],[-17,-8],[-23,-19],[-18,-15],[-18,-20],[-12,-18],[-20,-16],[-26,-14],[-27,-20],[-9,-22],[-9,-19],[-16,-17],[-4,-18],[-2,-30],[-8,-21],[-10,-20],[-12,-14],[-10,-16],[-1,-18],[-10,-30],[10,-17],[9,-14],[10,-16],[19,-6],[20,-1],[6,-21],[11,-16],[5,-18],[-16,-18],[-23,-5],[-8,-17],[-1,-25],[-11,-19],[-12,-11],[3,-14],[-3,-13],[-14,-13],[0,-20],[-2,-16],[-6,-13],[-20,-17],[-21,-12],[-25,-2],[-18,-11],[-12,-15],[-22,-5],[-21,1],[-20,-11],[-27,-3],[-20,-10],[4,-24],[-5,-29],[-13,-24],[-26,-27],[-7,-15],[-23,-23],[-21,-6],[-22,-13],[-28,-1],[-34,0],[-26,-4],[-21,-18],[-24,-10],[-19,-5],[-16,-21],[-22,-12],[-19,-11],[-8,-24],[-14,-20],[-20,-18],[-14,-14],[-20,-4],[-28,1],[-15,-7],[-25,-3],[-17,-2],[-13,-11],[-20,-12],[-8,-13],[-5,-18],[-14,-19],[-9,-17],[-3,-19],[-15,-22],[-28,4],[-30,4],[-17,-4],[-16,-6],[-6,-4],[-12,-18],[-20,-11],[-16,-7],[-7,-25],[-18,-11],[-14,-14],[-17,-15],[-11,-6],[-15,-13],[0,-10],[-2,-16],[-6,-12],[-11,-13],[-9,-21],[-2,-18],[-5,-20],[-2,-16],[-1,-13],[-1,-24],[-3,-22],[-14,-19],[-11,-11],[-14,-10],[-13,-10],[-14,-10],[-3,-14],[-10,-17],[-16,-7],[-11,-8],[-15,-13],[-14,-7],[-12,-15],[-18,-4],[-16,-18],[-18,-21],[-7,-12],[-3,-23],[-2,-17],[-14,-21],[-18,-3],[-20,2],[-26,8],[-35,-1],[-31,-2],[-22,0],[-39,-11],[-26,-6],[-29,-12],[-30,-24],[-24,-21],[-28,0],[-23,-5],[-19,4],[-28,-10],[-27,-9],[-16,-5],[-24,-12],[-24,-14],[-20,-2],[-17,-18],[-17,-20],[-19,-19],[-26,-17],[-16,-21],[-12,-1],[-13,0],[-6,-16],[0,-11],[-3,-19],[-30,-24],[-7,-11],[-25,-5],[-22,-23],[-6,-30],[0,-19],[-6,-23],[2,-17],[-2,-16],[-12,-22],[1,-18],[-13,-27],[-11,-23],[4,-22],[-13,-28],[-16,-16],[-19,-12],[-30,-3],[-35,-16],[-27,-27],[-21,-7],[-20,-17],[-29,-14],[-24,-25],[-22,-13],[-20,-21],[-22,-24],[-15,-29],[-10,-32],[-12,-37],[-20,-32],[-16,-21],[-25,-26],[-16,-25],[-20,-21],[-17,1],[-13,-1],[-13,-16],[-10,-11],[-22,-6],[-15,-22],[-12,-25],[-14,-23],[-17,-31],[-14,-20],[-24,-12],[-26,-9],[-37,-4],[-29,-5],[-26,-7],[-26,-11],[-17,-11],[-14,-12],[-18,-15],[-1,-23],[-6,-23],[-26,-12],[-22,-16],[-31,-20],[-18,-21],[-16,-23],[-17,-16],[-22,-15],[-33,0],[-27,-4],[-28,-17],[-33,-7],[-21,-12],[-28,-14],[-25,0],[-22,-9],[-26,-15],[-21,-12],[-19,-8],[-23,-20],[-22,-16],[-23,2],[-32,-8],[-16,-8],[-17,-17],[-24,-10],[-14,-5],[-15,-27],[-17,-14],[-28,4],[-27,11],[-25,-10],[-35,5],[-25,-5],[-21,7],[-21,3],[-15,0],[-26,-16],[-16,-7],[-18,3],[-22,5],[-19,-15],[-21,-12],[-19,-9],[-21,-6],[-29,4],[-8,18],[1,22],[-17,18],[-29,-12],[-28,-6],[-14,-5],[-28,-17],[-18,-12],[-28,-13],[-32,-6],[-26,-8],[-26,-8],[-23,-2],[-27,-5],[-17,-16],[-23,-8],[-22,6],[-15,12],[-13,8],[-10,10],[-16,8],[-28,8],[-32,8],[-28,-6],[-27,-13],[-11,-15],[-11,-7],[-13,-4],[-13,-11],[-7,-7],[-5,-7],[-3,-6]],[[82951,102372],[2,-11],[4,-11],[0,-16],[-1,-11],[-8,-12],[-5,-14],[-2,-13],[-14,-8],[-20,-5],[-12,-7],[-9,-13],[-15,-7],[-18,3],[-19,-2],[-17,-3],[-9,-8],[-2,-12],[-13,-11],[-13,-14],[-22,-10],[-20,7],[-13,6],[-24,4],[-15,6],[-17,-7],[-17,-7],[-14,-13],[-12,-9],[-14,-5],[-13,-20],[-10,-7],[-14,-2],[-11,-7],[-13,-8],[-11,-11],[-14,-11],[-20,-9],[-14,-6],[-18,-8],[-10,-4],[-7,-9],[-12,-7],[-16,-11],[-18,-9],[-15,-2],[-21,-3],[-15,-7],[-13,-7],[-13,-11],[-11,-16],[-7,-20],[-9,-14],[-3,-20],[-5,-20],[-12,-18],[-16,-6],[-14,-3],[-16,0],[-12,-4],[-14,-17],[-3,-15],[3,-14],[12,-17],[8,-17],[3,-22],[-9,-17],[-8,-16],[-7,-14],[-9,-15],[-7,-16],[-5,-11],[-9,-9],[-3,-17],[-5,-20],[-8,-10],[-5,-20],[-12,-18],[-13,-5],[-7,-11],[-1,-11],[5,-10],[7,-9],[-4,-11],[-8,-12],[-13,-5],[-13,-3],[-11,-11],[-2,-19],[1,-16],[5,-21],[-5,-16],[-7,-16],[4,-14],[2,-11],[0,-12],[-12,-18],[-10,-11],[-6,-15],[0,-16],[2,-17],[2,-25],[-1,-19],[-2,-18],[-6,-19],[-12,-16],[-15,-15],[-14,-11],[0,-13],[5,-10],[6,-7],[7,-13],[3,-12],[4,-19],[1,-13],[-1,-18],[-2,-21],[-1,-16],[-3,-18],[-16,-29],[-9,-15],[-12,-15],[-10,-20],[-1,-18],[1,-13],[2,-18],[-1,-19],[-9,-26],[-10,-17],[-6,-19],[-3,-19],[-1,-19],[-2,-20],[-7,-10],[-2,-16],[-1,-11],[-4,-13],[-9,-8],[-2,-13],[-2,-19],[-7,-7],[-11,-9],[-12,-15],[-4,-17],[-10,-10],[-6,-14],[-1,-14],[0,-10],[3,-25],[7,-20],[-2,-25],[-3,-16],[1,-23],[-3,-25],[-3,-22],[-3,-36],[-1232,-1183],[456,-414],[-2132,-2057],[-1932,1809],[1143,1091],[-4908,4391]],[[40991,108964],[-2389,2313],[-1212,-1044],[-419,428],[-1877,-1679]],[[35094,108982],[-1191,1194],[-42,19],[-819,865],[64,67],[-1418,1449],[59,37],[13,5],[14,5],[24,7],[19,14],[13,17],[13,17],[17,6],[18,3],[20,4],[22,5],[20,14],[2,26],[-21,25],[-24,8],[-26,15],[-28,18],[-27,15],[-13,7],[-14,6],[-24,7],[-11,8],[-11,10],[-4,10],[-4,6],[-17,20],[-17,21],[-15,31],[-11,31],[-2,35],[-3,26],[-14,25],[-10,32],[-15,29],[-8,20],[-11,27],[-8,17],[-10,26],[-16,31],[-8,28],[-9,17],[-19,28],[-19,20],[-23,21],[-17,33],[-11,23],[9,25],[6,16],[-1,19],[-7,25],[-9,24],[1,25],[0,22],[6,27],[8,15],[17,18],[19,8],[17,-12],[14,-14],[16,-13],[24,-6],[25,3],[22,6],[28,-5],[33,6],[25,6],[25,6],[36,11],[31,1],[28,-14],[25,-14],[22,-15],[25,-3],[23,9],[25,20],[5,27],[11,36],[-8,32],[-10,33],[-9,34],[-13,25],[-16,33],[3,22],[20,19],[25,-2],[16,-18],[16,-10],[16,11],[10,19],[23,11],[30,11],[12,19],[23,21],[33,10],[21,7],[10,21],[10,11],[24,6],[27,8],[21,20],[-1,22],[-3,14],[-18,10],[-22,2],[-20,-4],[-19,-13],[-19,-23],[-27,-23],[-22,-7],[-24,1],[-11,-16],[-13,-17],[-19,-17],[-31,-20],[-22,-13],[-23,-9],[-29,-7],[-19,-5],[-16,-9],[-14,-10],[-12,-12],[-3520,3419],[38,42],[-558,526],[-614,-561],[-1090,1050],[613,563],[-3737,3673],[-625,-556],[-1428,1413]],[[17904,120604],[-3058,-2828],[-1766,-1767]],[[13080,116009],[-7167,6805]],[[5913,122814],[1818,1723],[-447,431],[916,829],[-269,258],[923,834],[929,863],[-453,432],[915,855]],[[120962,115675],[-58,-59],[-39,-39],[-3528,-3585]],[[129232,105114],[-243,-265],[-356,-383],[-123,-130],[-1123,-1219],[-115,-118],[-256,-276],[-477,-511],[-220,-239],[-299,-318],[-312,-327],[-313,-334],[-301,-324],[-379,-404],[-665,-743],[-836,-899],[-218,-240],[-250,-276],[-578,-627],[-442,-478]],[[109856,97717],[-1933,1735],[-16,-8],[-6602,5804],[-148,-142],[-2313,1989]],[[22069,99390],[-2597,2461],[665,616],[8,16],[7,25],[2,32],[-14,37],[-17,37],[-7,37],[-5,46],[-3,47],[-1,26],[4,32],[-2,25],[4,32],[6,31],[-7,41],[-3,35],[1,33],[-1,32],[-6,16],[-7,13],[-2,16],[-9,34],[-5,29],[1,37],[2,28],[6,31],[3,29],[0,24],[-9,39],[-11,35],[-6,21],[-7,24],[3,17],[17,22],[11,18],[7,21],[5,18],[-9,20],[-20,28],[-23,12],[-20,16],[-12,29],[0,20],[-16,14],[-18,16],[-5,19],[-7,13],[-16,9],[-9,18],[-3,18],[-11,9],[-24,26],[-15,29],[-12,32],[-20,20],[-27,31],[-16,36],[-14,28],[-20,19],[-23,21],[-16,17],[-11,21],[-15,18],[-15,20],[-21,29],[-18,14],[-26,26],[-10,17],[-21,18],[-25,21],[-7,27],[-14,15],[-33,34],[-23,36],[-20,23],[-25,29],[-20,24],[-32,24],[-26,30],[-25,30],[-28,20],[-28,15],[-14,20],[-27,26],[-22,26],[-20,36],[-25,33],[-29,21],[-28,11],[-33,19],[-23,39],[-29,12],[-23,23],[-19,35],[-9,35],[-17,29],[-22,29],[-15,23],[-12,30],[-12,25],[-22,27],[-22,34],[-19,32],[-12,32],[-14,38],[-23,36],[-7,37],[-22,26],[-6,25],[-17,37],[-11,40],[-25,37],[-18,23],[-6,18],[-7,35],[-12,19],[-26,17],[-24,19],[-20,25],[-20,27],[-31,43],[-38,31],[-35,23],[-36,21],[-26,37],[-31,37],[-19,31],[-25,37],[-17,30],[-18,26],[-31,21],[-36,30],[-22,43],[-12,31],[-21,39],[-7,43],[-6,24],[-5,29],[3,26],[-1,28],[-3,19],[-194,-50],[-789,-634],[-228,-49],[-2982,2799],[-1742,1628],[-1435,1376],[-1273,1208]],[[9531,112477],[3549,3532]],[[35094,108982],[68,-73],[-788,-705],[357,-349],[-846,-754],[19,-21],[-107,-89],[-506,531],[-46,-40],[-825,836],[-5227,-4573],[-199,174],[-4925,-4529]],[[9531,112477],[-355,334],[-432,394],[-806,760],[-3372,3240],[-835,814],[-501,476],[-885,861]],[[2345,119356],[3568,3458]],[[142896,114592],[171,-154],[360,-309],[987,-847],[81,-74],[298,20],[24,55],[67,141],[401,-177],[828,-367],[814,-352],[69,-28],[30,-491],[6,-4],[4,-8],[3,-7],[6,-9],[4,-8],[4,-8],[-2,-9],[-3,-7],[1,-5],[4,-5],[5,-3],[5,-6],[-3,-4],[3,-8],[5,-1],[6,-4],[6,-6],[5,-4],[8,-4],[6,-12],[1,-5],[1,-6],[1,-10],[0,-7],[-1,-5],[-1,-6],[-1,-9],[2,-10],[6,-5],[5,-1],[6,-3],[1,-6],[-1,-10],[-2,-12],[4,-4],[4,-4],[2,-10],[3,-8],[6,-5],[3,-5],[2,-5],[0,-8],[-1,-5],[-1,-6],[0,-8],[0,-5],[-2,-8],[-3,-6],[-2,-5],[-1,-6],[-6,-7],[-4,-4],[-5,-9],[0,-7],[-2,-9],[-3,-6],[-4,-6],[-7,-7],[-6,-2],[-7,-5],[-8,-8],[-6,-7],[-7,-5],[-5,-8],[-5,-4],[-1,-7],[1,-5],[-6,-3],[-5,1],[-5,1],[-5,-2],[-5,-4],[-5,-4],[-3,-6],[-4,-6],[-6,-7],[-7,-1],[-8,-2],[-6,-5],[-3,-4],[-2,-6],[-6,-6],[-7,-2],[-5,-8],[3,-9],[-4,-9],[-6,-6],[-6,-3],[-5,0],[-10,-1],[-8,-4],[-50,-72],[1,-8],[-3,-9],[-5,-8],[-8,-8],[-8,-7],[-11,-10],[-6,-5],[-7,-8],[-2,-8],[-4,-5],[-5,-1],[-7,1],[-6,-2],[2,-109],[9,3],[-2,6],[5,2],[5,0],[5,1],[2,6],[8,3],[4,-1],[8,2],[5,5],[8,2],[7,-1],[8,2],[2,6],[8,1],[9,4],[3,4],[7,3],[7,4],[4,5],[6,-2],[6,10],[2,6],[1,5],[5,10],[4,7],[3,6],[5,5],[5,9],[2,6],[5,3],[4,5],[5,5],[2,5],[6,8],[5,9],[5,7],[10,9],[8,5],[4,3],[4,6],[5,5],[6,4],[8,3],[5,3],[7,3],[6,1],[5,1],[4,9],[2,6],[5,0],[9,-1],[7,-4],[7,-4],[7,-1],[7,0],[5,0],[7,0],[10,4],[7,3],[9,3],[9,2],[9,1],[8,0],[6,-2],[10,-5],[8,-5]],[[147199,111443],[8,-2],[8,-1]],[[147215,111440],[13,-1],[13,-3],[9,-3],[11,0],[7,-3],[9,-5],[11,-6],[6,-9],[8,-6],[11,-9],[10,-6],[11,-3],[16,-3],[9,-3],[8,-2],[12,-4],[11,-3],[6,-5],[10,-7],[7,-4],[4,-4],[-6,-5],[-4,-2],[-5,-4],[-2,-7],[-3,-7],[1,-8],[3,-7],[1,-10],[-4,-6],[-3,-7],[-3,-6],[-2,-7],[-1,-6],[-2,-5],[4,-7],[2,-6],[1,-9],[-1,-8],[-3,-7],[-1,-6],[-2,-6],[-5,-7],[-5,-5],[-4,-6],[-4,-10],[-1,-6],[-3,-5],[-5,-2],[-4,-3],[-3,-7],[-4,-5],[-4,-11],[-2,-12],[6,-5],[7,-6],[2,-12],[-3,-6],[-1,-11],[2,-6],[-2,-11],[-2,-5],[-1,-9],[-1,-11],[1,-10],[6,-5],[-1,-7],[-4,-3],[-2,-7],[-3,-5],[-3,-6],[3,-7],[7,-7],[1,-6],[0,-8],[1,-6],[0,-6],[4,-5],[6,-3],[3,-9],[1,-6],[-3,-7],[1,-7],[-2,-8],[-3,-9],[-4,-3],[-2,-7],[-9,-3],[-4,2],[-3,-5],[-4,-9],[-3,-5],[-3,-8],[-4,-4],[-7,-4],[-6,-2],[-4,-4],[-3,-6],[-3,-6],[-3,-6],[-3,-4],[-8,-10],[-3,-8],[-2,-9],[-1,-6],[-3,-6],[-6,-2],[-4,-7],[-3,-5],[-3,-10],[0,-8],[0,-10],[-1,-14],[1,-10],[1,-9],[7,-15],[-2,-11],[-1,-7],[-4,-6],[-5,-7],[-5,-5],[-4,-8],[-1,-7],[2,-12],[-1,-7],[-1,-12],[0,-7],[-2,-9],[-5,-9],[1,-12],[-5,-4],[-2,-5],[2,-6],[1,-6],[-8,-5],[-4,-5],[0,-5],[-1,-9],[0,-6],[0,-7],[5,-6],[2,-11],[-2,-5],[-2,-5],[-2,-6],[-1,-7],[4,-4],[1,-6],[-2,-11],[5,-8],[1,-10],[-3,-6],[1,-6],[4,-7],[10,-11],[1,-8],[0,-8],[0,-6],[3,-15],[2,-12],[-2,-9],[-2,-7],[7,-9],[1,-6],[1,-8],[-2,-14],[-2,-8],[0,-7],[-5,-10],[7,-5],[4,-1],[3,-10],[-4,-5],[-3,-6],[0,-8],[6,-2],[6,-2],[0,-6],[1,-10],[0,-5],[-2,-6],[2,-6],[4,-4],[5,-11],[0,-6],[3,-10],[-1,-7],[-1,-7],[3,-6],[0,-6],[-2,-10],[-3,-5],[-3,-12],[1,-8],[4,-7],[9,-2],[5,6],[5,7],[12,2],[9,1],[8,-1],[5,1],[8,4],[7,1],[8,1],[5,-5],[5,-3],[4,-3],[8,-3],[5,-1],[5,-1],[3,-4],[1,-11],[5,-1],[6,-5],[10,-5],[10,-3],[13,1],[4,3],[1,7],[2,5],[8,1],[8,-2],[12,-8],[-5,-4],[-6,-10],[5,-7],[6,-6],[8,-2],[4,-5],[8,-4],[9,-4],[10,-4],[15,-2],[8,-4],[8,-2],[11,-1],[10,-4],[5,-3],[8,0],[7,-5],[9,0],[9,-4],[11,1],[10,-1],[6,1],[5,2],[9,1],[0,7],[-1,7],[5,1],[5,0],[6,-6],[6,-3],[7,-4],[6,-4],[5,3],[6,3],[5,3],[19,-3],[4,-7],[-2,-7],[3,-6],[4,-4],[8,0],[11,-2],[6,-4],[3,-5],[-2,-11],[0,-7],[1,-5],[3,-6],[4,-3],[9,0],[9,-6],[9,-5],[6,1],[1,6],[5,6],[8,2],[8,-1],[7,-2],[4,-11],[-3,-5],[-3,-8],[3,-5],[8,-6],[4,-3],[5,-4],[6,0],[8,0],[12,-2],[5,2],[4,5],[0,8],[-1,7],[6,1],[8,-6],[-4,-7],[-2,-11],[11,-4],[8,0],[7,1],[10,3],[5,2],[11,-2],[6,0],[6,1],[10,2],[10,-1],[7,-2],[6,-4],[8,0],[8,-2],[6,-2],[15,4],[9,4],[-2,6],[-5,8],[9,3],[7,1],[6,-1],[6,0],[9,3],[7,2],[7,0],[5,3],[9,2],[11,0],[5,2],[10,1],[8,0],[10,-5],[11,-5],[10,-5],[11,1],[13,-4],[15,-1],[12,-1],[12,-1],[8,-2],[8,0],[8,-4],[8,-5],[8,-8],[9,-8],[7,-7],[7,-6],[14,-57],[1,-7],[0,-8],[-2,-8],[4,-10],[-4,-7],[-4,-3],[-6,-5],[-6,-3],[-7,1],[-10,1],[-7,0],[-8,-7],[-5,-1],[-2,7],[-6,0],[-6,1],[-5,0],[-5,0],[-6,-4],[-6,0],[-9,6],[-5,4],[-5,1],[-2,-7],[-4,-10],[-5,-5],[-10,-10],[-7,-3],[-5,-3],[1,-7],[-6,-5],[-5,-2],[-2,-6],[-4,-12],[-3,-8],[-1,-7],[0,-18],[3,-6],[4,-5],[3,-5],[3,-3],[2,-11],[5,-8],[2,-6],[1,-5],[-1,-12],[0,-7],[-2,-7],[1,-8],[-1,-8],[-1,-8],[0,-7],[0,-6],[-2,-5],[0,-8],[-2,-6],[-3,-7],[-3,-6],[-2,-5],[-1,-7],[4,-11],[3,-6],[5,-6],[5,-4],[7,-3],[7,-1],[5,-6],[-2,-5],[-3,-5],[3,-10],[5,-1],[8,1],[5,4],[6,3],[5,0],[7,1],[6,-4],[5,-6],[2,-10],[0,-8],[-2,-6],[-5,-3],[-5,1],[-7,7],[-7,3],[-5,-4],[-1,-7],[2,-12],[-1,-6],[-2,-6],[4,-11],[1,-13],[2,-7],[3,-9],[2,-5],[0,-10],[0,-5],[-6,-10],[-6,-3],[-6,-3],[-6,-5],[-17,-6],[-7,-1],[-11,0],[-8,-2],[-13,0],[-12,-2],[-4,-6],[-7,-5],[-3,-6],[0,-7],[1,-6],[5,-4],[6,-1],[5,-8],[3,-9],[0,-10],[-4,-8],[-4,-4],[-5,-5],[-9,-6],[-6,-5],[-5,-10],[-2,-5],[-3,-7],[-2,-6],[-4,-6],[-6,-6],[-2,-8],[1,-6],[-3,-9],[-1,-7],[-2,-7],[-4,-9],[-5,-11],[-3,-6],[-3,-7],[-5,-7],[-5,-6],[-7,-2],[-8,-2],[-10,-3],[-5,-6],[-9,-3],[-10,-4],[-7,-4],[-7,-6],[-6,-5],[8,-1],[5,-2],[4,3],[4,4],[5,1],[5,-7],[-5,-6],[-2,-11],[2,-7],[6,-5],[8,-8],[12,-9],[9,-2],[9,-7],[9,-4],[8,-2],[6,-4],[8,-6],[16,-16],[6,-5],[10,-3],[8,-2],[9,-3],[6,-4],[1,-9],[4,-7],[8,-7],[9,-1],[6,2],[7,-8],[8,-3],[2,-6],[8,-3],[1,-9],[3,-8],[4,-3],[5,3],[1,6],[3,6],[1,9],[0,7],[6,4],[12,-1],[5,3],[13,2],[5,0],[9,1],[6,3],[6,-4],[16,-10],[11,3],[11,0],[17,-2],[13,-3],[15,1],[12,-1],[15,-5],[14,-4],[25,-9],[9,-5],[8,0],[9,-3],[8,-3],[10,-6],[22,-5]],[[148455,108918],[9,-4],[9,-5]],[[148473,108909],[9,-4],[11,-3],[8,-2],[8,-7],[7,-3],[9,1],[8,-2],[12,-5],[10,-14],[9,-6],[12,-5],[13,0],[9,-4],[8,-2],[8,-3],[12,-2],[12,-6],[13,-9],[22,-13],[16,-5],[19,2],[11,2],[10,9],[5,6],[9,4],[12,4],[21,0],[14,-1],[21,0],[12,-5],[17,-5],[16,3],[14,-4],[18,-10],[18,-8],[16,-9],[12,-5],[20,2],[20,-3],[11,-4],[5,-6],[4,-3],[6,-7],[6,-2],[5,-2],[6,-1],[5,-2],[6,-1],[8,-1],[4,2],[7,2],[7,0],[4,-3],[5,-2],[6,-1],[4,2],[7,0],[9,-3],[6,-3],[4,-3],[6,-2],[5,-2],[3,-4],[3,-4],[6,-4],[4,-3],[4,-5],[7,-7],[10,-3],[1,10],[0,6],[5,5],[7,2],[5,3],[5,0],[5,2],[10,3],[6,8],[6,5],[6,6],[2,5],[2,6],[3,7],[1,5],[-4,4],[-2,8],[3,5],[6,0],[5,0],[1839,-684]],[[148094,103818],[-386,-534],[-118,-114],[-36,-40],[-415,-735],[-765,97],[-409,56],[-16,-118],[1144,-147],[-66,-208],[-403,-666],[-297,-330],[-125,-268],[-272,-374],[-383,-561],[12,-65],[-2484,-4021],[-439,-473],[-709,-765]],[[141927,94552],[-1693,1421],[-154,129],[-493,416],[-367,313],[-367,309],[-350,299],[-353,291],[-371,302],[-351,293],[-899,743],[-616,504],[-271,211],[-876,727],[-300,246],[-17,-15],[-264,226],[-403,337],[-604,516],[-360,300],[-299,255],[-406,347],[-397,344],[-320,263]],[[122000,167139],[919,881],[373,357],[247,236],[1,1]],[[123540,168614],[86,-27],[49,-24],[148,-73],[87,-72],[55,-56],[53,-63],[55,-84],[42,-54],[87,-64],[62,-81],[53,-100],[94,-77],[68,-50],[22,-51],[173,-151],[223,-196],[58,-51],[69,-29],[53,-17],[80,-7],[-25,-65],[14,-12],[44,38],[73,-30],[320,-13],[60,-8],[106,56],[309,38],[285,38],[241,-5],[106,-20],[99,49]],[[126789,167353],[-1,-2],[-27,-49]],[[126761,167302],[-104,-235],[-154,-348]],[[126503,166719],[-289,-651],[-721,-775]],[[119440,169818],[18,-15],[90,-59],[64,-51],[51,-22],[55,-13],[45,-24],[48,-60],[60,9],[52,-25],[83,-25],[111,-38],[90,-10],[116,-6],[42,-13],[37,3],[51,-11],[129,-10],[59,8],[121,-3],[36,-9],[115,4],[153,-17],[114,-11],[58,-5],[102,-35],[83,-38],[83,-33],[107,-51],[94,-55],[90,-47],[80,-51],[242,-146],[82,-48],[68,-36],[138,-56],[111,-43],[134,-42],[83,-25],[173,-13],[281,-12],[173,-18],[170,-49],[8,-3]],[[105308,93201],[-5088,-4900],[-1857,-1788]],[[98363,86513],[-1,12],[-5,15],[-4,16],[1,8],[16,9],[4,7],[-4,13],[-6,16],[-2,17],[-3,18],[-19,17],[-15,13],[-10,20],[-3,16],[-13,17],[-1,10],[4,12],[8,10],[10,9],[12,8],[17,5],[22,7],[11,7],[15,15],[5,18],[-8,15],[-12,11],[-8,13],[-1,16],[1,8],[1,12],[-3,11],[0,7],[0,6],[2,17],[1,17],[0,6],[5,8],[9,8],[3,10],[-7,11],[-5,17],[-1,21],[-2,18],[-6,20],[-14,16],[-14,11],[-19,10],[-11,8],[-14,9],[-10,10],[-13,12],[-14,8],[-25,22],[-3,7],[-2,16],[2,12],[9,10],[9,10],[12,14],[9,8],[8,11],[11,24],[2,14],[-1,23],[-1,20],[-4,14],[-11,14],[-10,20],[-5,18],[0,19],[0,19],[0,27],[-11,20],[-21,20],[-22,7],[-19,3],[-20,7],[-9,6],[-2,10],[-1,15],[-2,18],[-4,10],[-6,6],[-14,9],[-6,12],[-11,15],[-17,13],[-15,11],[-16,10],[-9,10],[-8,16],[-8,7],[-14,5],[-15,5],[-11,14],[-7,13],[-21,11],[-11,6],[-7,11],[-1,9],[0,19],[-6,9],[-3,8],[1,13],[0,9],[-7,12],[-6,11],[-3,8],[-2,9],[-1,8],[4,12],[5,18],[-12,8],[-15,14],[-8,10],[0,10],[-1,7],[7,7],[2,13],[-1,13],[-3,12],[-1,16],[1,15],[5,17],[3,7],[6,11],[11,11],[15,17],[-6,20],[-20,22],[-21,14]],[[97898,88165],[-21,28],[-14,27]],[[97863,88220],[-2,24],[4,28],[-15,28],[-6,23],[-12,30],[-21,21],[-18,11],[-23,12],[-6,2],[-30,17],[-15,6],[-15,0],[-21,7],[-18,11],[-21,25],[1,13],[-10,19],[-25,29],[-7,8],[-19,28],[-11,26],[-3,28],[-1,21],[-15,19],[-22,18],[-29,22],[-20,4],[-40,-6],[-20,-12],[-46,-23],[-44,-6],[-33,-1],[-25,10],[-18,20],[-6,7],[-11,1],[-12,21],[4,21],[7,16],[4,16],[-4,19],[-14,23],[-5,10],[-1,23],[-2,20],[-16,9],[-21,3],[-12,14],[-10,19],[-13,-1],[-28,-1],[-14,16],[4,16],[5,16],[-3,11],[-4,8],[-8,12],[-3,16],[-2,13],[0,27],[-1,14],[-5,41],[-4,16],[-8,33],[2,12],[20,27],[16,14],[10,23],[7,23],[-3,18],[-9,13],[0,13],[0,18],[-9,18],[-9,9],[-15,13],[-9,17],[-1,20],[4,18],[15,31],[16,22],[-1,18],[-6,16],[-11,13],[-12,8],[-10,6],[-11,8],[-10,9],[0,17],[-1,23],[-2,28],[1,21],[-3,26],[-7,19],[-1,12],[3,23],[6,23],[1,13],[-5,32],[-4,33],[-2,29],[-12,21],[-14,23],[-12,4],[-6,13],[-4,13],[10,17],[15,8],[7,17],[8,15],[7,26],[-4,21],[1,11],[1,17],[-4,16],[-3,22],[3,14],[12,9],[11,10],[8,12],[7,16],[9,19],[7,24],[2,25],[4,26],[9,22],[10,23],[7,20],[9,14],[7,13],[4,14],[4,27],[1,29],[6,28],[11,27],[11,21],[6,12],[6,22],[9,37],[3,28],[-1,31],[6,20],[6,8],[-4,16],[1,13],[15,17],[12,22],[11,23],[12,21],[20,22],[9,11],[-5,26],[2,8],[11,28],[8,18],[16,27],[20,27],[28,24],[12,10],[13,21],[12,21],[12,30],[-4,47],[-8,39],[-10,20],[-9,20],[-7,16],[-8,29],[-12,15],[-15,24],[-14,25],[-10,32],[3,28],[-2,28],[-6,20],[3,24],[3,15],[-4,19],[2,27],[-7,39],[-9,27],[-5,27],[2,28],[-3,18],[-14,19],[-23,30],[-25,25],[-17,37],[-11,37],[-6,25],[-16,20],[-24,23],[-14,13],[-26,29],[-22,30],[-18,15],[-29,10],[-33,19],[-20,13],[-21,13],[-21,15],[-34,12],[-36,6],[-27,10],[-28,22],[-22,22],[-31,32],[-23,24],[-12,17],[-17,16],[-21,13],[-12,11],[-12,12],[-9,11],[-4,13],[-952,-917]],[[95706,91251],[-12755,11121]],[[43164,83474],[-1812,-1636],[-2202,-2009],[464,-450],[-2385,-2197]],[[37229,77182],[-27,12],[-26,14],[-30,15],[-39,9],[-30,9],[-15,22],[-6,26],[-3,19],[-6,20],[4,12],[4,10],[3,10],[0,11],[0,16],[1,11],[-1,21],[-14,12],[-14,17],[-10,13]],[[37020,77461],[-10,17],[-12,19]],[[36998,77497],[-20,7],[-22,4],[-20,4],[-21,3],[-18,13],[-19,6],[-18,13],[-16,14],[-8,19],[-2,18],[2,15],[11,14],[15,10],[15,12],[6,17],[-3,20],[-8,24],[7,27],[17,28],[11,30],[2,31],[-6,17],[-2,18],[6,23],[13,21],[20,16],[18,23],[14,23],[17,18],[15,28],[8,22],[-10,22],[-25,18],[-25,13],[-7,-1],[-10,-15],[-21,-14],[-27,-5],[-27,8],[-28,12],[-24,12],[-19,10],[-18,-2],[-19,-3],[-28,3],[-24,9],[-13,6],[-13,5],[-19,14],[-21,15],[-13,13],[0,17],[11,22],[3,38],[1,33],[-8,34],[-10,37],[-15,40],[-24,17],[-29,22],[-23,18],[-1,21],[3,23],[-2,26],[-5,23],[-13,20],[0,14],[11,20],[18,13],[17,15],[9,14],[-11,19],[-16,21],[9,18],[11,22],[-9,21],[-20,13],[-38,21],[-20,28],[-10,25],[0,33],[1,25],[-6,21],[-20,18],[-22,15],[-16,24],[-6,26],[-13,34],[-17,22],[-19,15],[-38,19],[-42,24],[-39,13],[-31,15],[-36,30],[-33,28],[-33,23],[-24,19],[-8,16],[-20,5],[-20,-10],[-19,-18],[-24,-3],[-25,16],[-12,29],[-3,34],[0,41],[3,28],[12,35],[10,21],[2,42],[3,32],[22,18],[21,7],[15,14],[9,26],[-2,26],[-6,41],[-5,25],[-20,18],[-13,25],[7,30],[-5,44],[4,31],[-22,23],[-34,31],[-31,26],[-28,22],[-26,25],[-6,21],[-11,22],[6,25],[6,24],[13,26],[-3,26],[-21,18],[-21,13],[-28,-18],[-9,-26],[-7,-27],[4,-26],[1,-28],[-16,-17],[-24,0],[-27,13],[-20,8],[-39,19],[-32,14],[-36,16],[-16,13],[17,24],[10,28],[12,28],[-5,18],[-23,6],[-15,3],[-18,0],[-19,-3],[-20,-5],[-22,-2],[-11,11],[-2,12],[7,15],[13,12],[22,13],[18,14],[8,13],[1,16],[-18,8],[-21,-2],[-25,-2],[-39,-4],[-28,-2],[-24,-8],[-13,18],[-27,-6],[-24,-14],[-14,-21],[-20,0],[-2,18],[-6,23],[-7,19],[-6,30],[-26,2],[-29,1],[-24,-8],[-27,2],[-10,16],[8,20],[10,18],[0,32],[-17,27],[-19,24],[-25,15],[-6,15],[-18,19],[-15,15],[-20,20],[-14,19],[-12,28],[-23,21],[-22,21],[-4,25],[-4,23],[3,16],[13,18],[13,10],[-3,17],[-15,-3],[-22,-8],[-17,1],[-7,19],[6,20],[-11,19],[-28,20],[-17,20],[-9,20],[-23,20],[-13,19],[-11,27],[-8,26],[-7,22],[-19,15],[-34,14],[-29,1],[-33,-4],[-27,1],[-26,-5],[-6,-8],[-4,-12],[-6,-13],[-15,-2],[-18,5],[-8,-8],[-9,-11],[-13,-9],[-18,1],[-12,8],[-4,21],[-7,24],[-6,17],[2,19],[0,14],[-16,6],[-18,-4],[-11,11],[-19,10],[-18,4],[-22,-2],[-22,-6],[-29,4],[-27,2],[-27,8],[-13,8],[-6,12],[-6,15],[0,14],[-9,14],[-26,7],[-26,16],[-14,9],[-5,20],[-6,23],[-11,24],[-10,24],[-11,25],[-11,23],[-11,31],[-15,32],[-16,34],[-17,18],[-11,26],[-18,15],[-24,9],[-27,18],[-24,20],[-28,12],[-26,11],[-27,12],[-26,14],[-17,15],[-21,18],[-23,8],[-25,4],[-21,-6],[-20,-7],[-20,-7],[-38,-7],[-37,-2],[-38,3],[-32,7],[-37,5],[-28,7],[-14,17],[-23,16],[-21,15],[-6,3],[-22,15],[-15,0],[-13,-8],[-8,-11],[0,-14],[4,-19],[12,-15],[13,-12],[11,-15],[10,-16],[0,-13],[-8,-8],[-15,-9],[-23,0],[-22,0],[-20,-6],[-23,-11],[-18,-9],[-19,-6],[-23,-12],[-20,-5],[-10,-3],[-30,5],[-17,8],[-22,9],[-20,9],[-13,1],[-13,-4],[-8,-9],[-5,-16],[0,-17],[-6,-21],[-10,-12],[-15,-18],[-18,-26],[-17,-12],[-19,11],[-16,20],[-12,18],[-7,10],[-16,8],[-24,1],[-26,-1],[-29,-2],[-19,-2],[-13,-7],[-8,-13],[-5,-20],[0,-17],[-1,-17],[-1,-20],[-10,-15],[-16,6],[-17,15],[-18,10],[-14,1],[-19,-1],[-21,-1],[-25,0],[-25,2],[-14,-1],[-15,-13],[-15,-20],[-16,-18],[-18,-12],[-22,-7],[-24,2],[-20,-8],[-14,-16],[-18,-3],[-19,4],[-21,8],[-20,2],[-31,6],[-21,7],[-19,6],[-17,-7],[-14,-19],[-12,-19],[-16,-25],[-13,-13],[-12,-4],[-2717,2437]],[[29593,83597],[7,10],[1,11],[5,12],[0,16],[-8,13],[-8,12],[-8,13],[-2,16],[5,15],[18,7],[22,0],[18,5],[19,9],[7,21],[4,21],[9,16],[8,13],[11,17],[11,15],[14,12],[13,7],[16,6],[13,7],[3,14],[-11,10],[-11,2],[-20,5],[-16,7],[-7,11],[-4,14],[1,18],[11,10],[20,4],[21,3],[7,10],[-5,12],[-14,9],[-16,3],[-22,0],[-17,3],[-7,10],[0,15],[4,11],[15,6],[16,4],[11,4],[10,6],[4,13],[-6,8],[-14,3],[-14,-1],[-8,-3],[-15,0],[-13,2],[-5,8],[3,16],[8,12],[18,9],[18,9],[13,8],[7,8],[9,5],[6,10],[5,11],[569,2148],[525,2169],[-8778,10893]],[[67060,99380],[-718,-652],[3508,-3318],[-2694,-2515],[324,-317]],[[67480,92578],[-2981,-2689],[611,-537],[-2037,-1862],[-226,209],[-4433,-4109]],[[58414,83590],[-146,-136],[-3106,2881],[-300,263],[-4091,3864]],[[114659,171859],[19,-6],[22,-11],[13,-6],[5,-3],[25,0],[1,0],[24,5],[2,-9],[2,-6],[1,-6],[1,-4],[1,-4],[1,0],[19,-6],[6,-2],[17,-5],[11,-3],[30,-5],[5,-1],[1,0],[24,-2],[23,2],[21,21],[17,18],[3,3],[28,4],[20,10],[11,5],[3,5],[8,16],[15,14],[22,22],[1,1],[10,3],[14,4],[9,2],[33,0],[26,0],[12,0],[46,5],[38,10],[31,3],[39,0],[10,10],[12,11],[22,27],[24,16],[8,5],[25,16],[3,6],[8,16],[0,36],[4,5],[14,17],[1,0],[33,19],[35,20],[23,17],[8,6],[21,3],[6,1],[2,0],[27,11],[27,30],[27,21],[6,5],[21,12],[13,7],[2,0],[3,5],[16,19],[-5,32],[-1,5],[-15,37],[-3,42],[14,22],[42,39],[18,16],[25,23],[30,28],[42,27],[2,2],[11,6],[104,52],[41,46],[32,-27],[27,-23],[9,-24],[51,-8],[29,16],[22,3],[2,-33],[37,-8],[22,-34],[-4,-68],[21,-46],[-3,-113],[131,-145],[42,-34],[35,-29],[113,-110],[43,-51],[16,-41],[38,3],[50,-36],[48,-31],[17,-25],[52,-21],[85,-68],[40,-38],[25,-34],[25,18],[33,-8],[149,-107],[99,-63],[73,-56],[95,-54],[13,-9]],[[110111,176438],[4,9],[3,8]],[[110118,176455],[140,84],[178,107],[33,61],[46,23],[88,49],[4,-5],[20,43],[69,11],[414,238],[8,3],[38,21],[5,5],[175,98],[249,137],[30,19],[92,55],[77,50],[101,59],[135,81]],[[112020,177594],[68,34]],[[112088,177628],[79,-15],[65,0],[29,-33],[3,-89],[50,-51],[27,-51],[7,-58],[31,-51],[41,-47],[98,-71],[52,-33],[6,-34],[-4,-14],[21,-13],[-17,-23],[4,-19],[8,-45],[16,-18],[22,-12],[14,-26],[24,-11],[48,-22],[8,-9],[6,-9],[7,-21],[41,-42],[31,-51],[6,-17],[19,7],[4,-16],[9,-21],[-11,-13],[9,-36],[16,-15],[5,-12],[1,-4],[8,-19],[3,-36],[-9,-57],[7,-21],[1,-25]],[[95706,91251],[-633,-649],[-5,-10],[-2,-17],[-4,-4],[-6,-23],[12,-11],[25,-6],[10,-13],[-1,-15],[-16,-11],[-20,-15],[0,-19],[-3,-21],[-13,-23],[-10,-17],[6,-13],[1,-18],[-17,-10],[-28,-2],[-12,-3],[-6,-19],[-16,-10],[-18,-11],[-16,-19],[-18,-2],[-15,-7],[0,-16],[-2,-14],[-19,-17],[-18,-15],[-24,-4],[-16,0],[-16,-11],[-2,-15],[2,-21],[-4,-28],[-9,-15],[-25,-6],[-23,-13],[-10,-18],[-10,-21],[-18,-7],[-26,-8],[-14,-5],[-1,-29],[-10,-15],[-10,-6],[-3,-17],[-16,-8],[-19,-8],[-4,-11],[3,-16],[4,-13],[-4,-26],[-7,-12],[-11,6],[-4,12],[-15,11],[-20,-14],[-19,-6],[-27,-1],[-25,-22],[-10,-8],[-28,-20],[-36,-12],[-16,-6],[-20,-15],[-19,-17],[-24,-20],[-18,-13],[-12,-16],[-17,-10],[-13,-15],[-10,-19],[-19,-18],[-21,-23],[-18,-23],[-9,-13],[-26,-9],[-26,-18],[-11,-16],[-9,-15],[-23,-8],[-27,-22],[-23,-19],[-26,-23],[-21,-25],[-25,-12],[-17,-7],[-11,-14],[-12,-11],[-21,-4],[-7,-13],[-15,-9],[-11,-10],[-8,-16],[-20,-10],[-25,3],[-35,-1],[-23,-3],[-22,-15],[-16,-10],[-20,-2],[-15,3],[-19,10],[-15,-7],[-12,-6],[-19,3],[-9,-12],[-22,-13],[-25,-12],[-7,-5],[-22,-11],[-15,-5],[-13,-18],[-5,-19],[-13,-24],[-21,-23],[-16,-19],[-19,-15],[-20,-6],[-28,-8],[-25,-10],[-24,-8],[-26,-8],[-29,-20],[-21,-10],[-24,-11],[-18,-9],[-27,-12],[-29,-9],[-24,-6],[-14,-7],[-27,-21],[-26,-17],[-8,-9],[-4,-15],[-10,-21],[-17,-20],[-14,-19],[-6,-7],[-11,-12],[-17,-12],[-13,-11],[-10,-10],[-19,-15],[-17,-11],[-22,-10],[-9,-15],[-8,-11],[-12,-12],[-7,-10],[-11,-14],[-3,-14],[0,-15],[0,-14],[-4,-11],[-2,-12],[-24,-20],[-9,-19],[-15,-15],[-19,-11],[-15,-23],[-7,-11],[-25,-20],[-13,-14],[-15,-5],[-24,-4],[-23,-2],[-22,-2],[-16,-4],[-15,-17],[-10,-11],[-10,-7],[-10,-9],[-8,-11],[-13,-18],[-8,-15],[-11,-15],[-10,-5],[-18,-9],[-12,-16],[-15,-14],[-21,-11],[-20,-5],[-11,-8],[-6,-13],[-8,-15],[-9,-3],[-12,0],[-7055,-6517]],[[85347,81833],[2,25],[-1,23],[6,43],[7,27],[18,34],[10,30],[5,42],[18,41],[18,21],[11,36],[-1,42],[-7,32],[-17,23],[-11,33],[1,38],[13,31],[2,29],[-26,15],[-32,8],[-12,26],[-24,23],[-38,0],[-16,-15],[-28,5],[-31,13],[-15,28],[-2,29],[-33,4],[-47,18],[-13,16],[-13,23],[-19,22],[-29,-2],[-27,-9],[-37,5],[-27,13],[-35,3],[-25,13],[-1,20],[8,21],[-12,21],[-34,10],[-32,13],[-42,15],[-24,20],[-8,18],[9,19],[6,29],[-21,20],[-51,15],[-54,20],[-48,20],[-35,22],[-26,32],[-42,20],[-31,19],[-26,26],[-31,11],[-22,25],[-22,26],[-21,29],[-26,28],[-15,17],[-29,33],[-18,25],[-15,13],[-5,27],[-13,32],[-21,23],[-27,23],[-17,25],[-32,25],[-28,19],[-37,20],[-42,19],[-24,26],[-29,19],[-29,26],[-17,27],[-16,39],[-6,46],[-2,40],[-12,33],[-25,31],[-34,21],[-32,9],[-43,5],[-42,13],[-5,23],[-5,39],[-12,33],[-3,29],[1,46],[-27,24],[-40,24],[-5,24],[-10,29],[-18,25],[4,39],[-19,21],[1,28],[-7,28],[-26,13],[-14,16],[-15,-3],[-26,-13],[-23,-6],[-47,12],[-24,20],[-31,22],[-30,15],[-18,14],[-30,18],[-40,16],[-38,13],[-11,11],[-31,5],[-44,21],[-18,14],[-28,22],[-30,19],[-33,21],[-41,19],[-27,-1],[-40,4],[-15,21],[-8,17],[-29,27],[-11,27],[-25,13],[-20,-3],[-24,0],[-31,1],[-37,16],[-36,22],[-32,35],[-31,23],[-35,33],[-23,26],[-10,49],[-33,29],[-31,36],[-24,37],[-3,24],[-28,28],[-48,33],[-15,27],[-29,29],[-28,27],[-14,16],[-21,22],[-24,33],[-27,32],[-14,23],[-28,8],[-31,28],[-35,16],[-33,6],[-37,11],[-34,21],[-28,32],[-51,29],[-23,23],[-32,31],[-31,20],[-13,22],[-34,31],[-28,26],[-32,37],[-36,30],[-43,17],[-50,20],[-56,17],[-11,24],[-43,23],[-25,27],[-27,26],[-47,28],[-23,28],[-33,23],[-24,21],[-35,14],[-50,30],[-29,32],[-17,27],[-4,21],[-30,42],[-11,26],[-34,12],[-38,16],[-27,14],[-10,5],[-18,3],[-12,2],[-15,13],[-15,12],[-13,11],[-16,17],[-14,14],[-17,13],[-16,9],[-11,12],[-4,11],[-9,15],[-24,22],[-29,24],[-19,17],[-20,16],[-25,13],[-27,17],[-24,26],[-19,15],[-18,11],[-17,13],[-23,16],[-23,11],[-26,12],[-20,8],[-25,19],[-3,12],[-11,11],[-20,1],[-26,15],[-27,15],[-23,17],[-10,23],[-21,10],[-7,2],[-6,16],[-6,21],[-12,13],[-20,9],[-16,12],[-8,19],[-3,7],[-26,10],[-14,15],[-9,12],[-10,6],[-30,11],[-29,14],[-29,13],[-15,20],[-21,18],[-25,24],[-26,24],[-24,18],[-16,19],[-13,21],[-32,14],[-22,16],[-5,19],[-14,11],[-22,-1],[-28,-2],[-32,30],[-19,17],[-21,7],[-18,24],[-32,18],[-28,23],[-13,25],[-19,21],[-24,31],[-24,22],[-24,19],[-15,19],[-13,20],[-10,13],[-22,21],[-25,7],[-29,13],[-20,15],[-23,12],[-17,21],[-12,22],[-11,27],[-13,21],[-18,18],[-19,7],[-13,10],[-4,10],[-3,5],[-1914,-1757],[-906,846],[-651,-620],[-1194,1045],[-144,-132],[-2569,2270],[37,39],[-139,120],[-1422,-1338],[-2314,2156],[1054,950],[-1716,1637]],[[29593,83597],[-17,-3],[-23,3],[-10,9],[-14,10],[-11,10],[-18,1],[-11,-23],[-11,-14],[-12,-24],[-11,-20],[-6,-15],[1,-12],[8,-10],[14,-10],[14,-4],[9,-13],[-4,-17],[-18,-17],[-21,4],[-9,10],[-6,16],[-4,14],[-14,11],[-14,-7],[-11,-15],[-8,-10],[-1,-25],[4,-21],[-2,-22],[-12,-17],[-18,-14],[-22,-4],[-22,4],[-19,17],[-20,7],[-22,4],[-19,-8],[-29,-21],[-25,-22],[-16,-12],[-9,-21],[-17,-25],[-19,-13],[-14,-4],[-20,-1],[-21,2],[-14,-10],[-17,-18],[-12,-15],[-1,-15],[15,-11],[26,-11],[16,-9],[13,-12],[0,-16],[-12,-15],[-23,-4],[-20,8],[-22,13],[-18,13],[-23,6],[-14,-5],[-6,-11],[4,-14],[7,-20],[9,-18],[9,-13],[3,-13],[-9,-9],[-20,-1],[-14,6],[-3,18],[3,15],[-4,14],[-25,6],[-26,-4],[-17,-10],[-10,-9],[-1,-18],[15,-8],[15,-8],[7,-11],[-9,-16],[-23,-11],[-14,-13],[-10,-14],[-11,-12],[-24,-2],[-28,-2],[-34,-3],[-23,-5],[-23,-4],[-28,2],[-28,-1],[-13,-4],[-16,-22],[-16,-25],[-12,-32],[-13,-28],[-15,-24],[-23,-2],[-33,6],[-22,2],[-24,6],[-21,-5],[-28,8],[-26,-2],[-19,-9],[-9,-14],[1,-22],[6,-22],[-4,-18],[-23,-7],[-21,-9],[-28,-2],[-28,-6],[-16,-13],[-5,-24],[17,-17],[16,-3],[18,0],[8,-11],[-1,-17],[-2,-17],[-2,-11],[9,-9],[8,-8],[-11,-16],[-9,-11],[-2,-17],[-2,-26],[-5,-28],[-11,-20],[-16,-13],[-16,-12],[-10,-11],[-18,-8],[-15,-1],[-13,-7],[4,-14],[-2,-16],[-6,-11],[-14,-3],[-3,-7],[3,-16],[-3,-19],[-4,-19],[-1,-22],[-2,-12],[-15,-2],[-12,4],[-7,-6],[1,-12],[-10,-8],[-13,3],[-16,0],[-2,-17],[-12,-12],[-13,-6],[-7,8],[-2,20],[-4,17],[-11,5],[-18,2],[-14,-5],[-12,-12],[-9,6],[-11,3],[-14,-12],[-13,-12],[6,-12],[11,-14],[6,-16],[-4,-14],[-5,-9],[-3,-14],[5,-8],[14,0],[11,7],[15,-6],[11,-13],[14,-6],[12,-4],[1,-22],[-9,-11],[-19,-2],[-20,-1],[-14,-3],[-10,-6],[4,-20],[5,-22],[4,-11],[4,-21],[3,-24],[-9,-28],[-13,-10],[-17,4],[-15,7],[-13,-4],[-3,-22],[-3,-31],[-15,-12],[-17,-11],[-13,-4],[-7,-14],[-13,-17],[-18,-9],[-20,-1],[-21,-5],[-2,-15],[-9,-16],[-9,-19],[-9,-19],[-16,-4],[-13,15],[-21,1],[-11,-11],[-7,-16],[-20,-1],[-29,4],[-27,-10],[-42,-20],[-22,-15],[-3,-16],[8,-10],[10,-14],[-17,-26],[-26,-11],[-24,-6],[-25,15],[-16,-4],[-12,-16],[-20,-12],[-25,-2],[-21,2],[-11,-4],[-2,-14],[-27,-5],[-18,-5],[-4,-20],[9,-14],[-8,-17],[-19,-14],[-17,-13],[-23,1],[-16,1],[-13,-8],[1,-11],[2,-17],[-12,-16],[-15,-6],[-1,-12],[19,-14],[9,-23],[6,-30],[-1,-16],[-8,-17],[-15,-7],[-30,3],[-21,4],[-28,-12],[-19,-13],[-18,-4],[0,-14],[7,-15],[-9,-25],[-12,-21],[-8,-19],[-20,-15],[-8,-12],[-1,-16],[-9,-20],[-7,-15],[-2,-14],[-17,-2],[-19,1],[-9,-14],[-22,-7],[-19,-14],[-37,-13],[-29,-7],[-23,-6],[-10,-11],[-18,-7],[-40,0],[-11,6],[-13,15],[-7,-10],[-14,-10],[-18,-1],[-25,-19],[-30,-16],[-19,-13],[-14,-15],[-20,-7],[-29,-5],[-13,-3],[-9,-10],[-4,-12],[2,-26],[-4,-17],[-22,-16],[-4,-19],[-16,-13],[-31,-4],[-28,-11],[-23,-22],[-26,-5],[-27,-11],[-18,-13],[-29,-13],[-20,-9],[-20,-15],[-8,-12],[-3,-15],[-12,-11],[-20,-8],[-26,-2],[-16,-24],[-6,-21],[-3,-25],[-2,-26],[-4,-22],[-12,-18],[-9,-24],[-20,-8],[-18,-16],[-5,-17],[-15,-18],[-28,-18],[-19,-13],[-14,-4],[-18,1],[-15,-7],[3,-20],[-1,-22],[-1,-18],[-20,-4],[-22,9],[-14,-5],[-13,-25],[-1,-30],[-8,-35],[-7,-27],[16,-35],[7,-28],[-21,-14],[-17,-28],[-16,-32],[-20,-25],[-33,-9],[-28,-10],[-4,-21],[18,-25],[-1,-22],[-20,-26],[-30,-29],[-22,-20],[-30,-40],[-14,-27],[-22,-21],[-6,-24],[-18,-31],[-15,-25],[-19,-24],[-19,-19],[-28,0],[-31,-12],[-22,-13],[-12,-27],[-8,-26],[13,-19],[1,-25],[-17,-11],[-12,-11],[7,-27],[6,-33],[-15,-28],[-14,-12],[-21,3],[-10,-21],[-5,-26],[-26,-17],[-35,-23],[-25,-11],[-40,-12],[-25,-9],[-34,-1],[-22,0],[-31,-9],[-26,-2],[-31,-6],[-26,-10],[-23,7],[-9,18],[-17,-1],[-25,-9],[-42,-13],[-33,-8],[-42,-3],[-29,-7],[-36,-9],[-30,-4],[-25,-19],[-25,-17],[-16,6],[-9,15],[-18,-3],[-24,-13],[-31,-25],[-27,-27],[-16,-22],[-10,-31],[-20,-27],[-25,-25],[-33,-19],[-26,-6],[-15,2],[-22,-15],[-20,-17],[-30,-29],[-18,-17],[-13,-21],[-42,-7],[-23,-5],[-28,-17],[-26,-21],[-29,-20],[-25,-27],[-23,-14],[-21,-21],[-16,-20],[-17,-26],[-17,-25],[-5,-24],[9,-27],[17,-14],[8,-25],[0,-28],[-2,-21],[-12,-24],[-22,-4],[-23,1],[-16,-8],[-19,-24],[-6,-22],[5,-26],[19,-32],[25,-26],[20,-19],[-10,-31],[-8,-17],[-27,0],[-6,-13],[-20,-25],[-19,-22],[-15,-19],[-28,-29],[-23,-19],[-28,-8],[-16,-24],[-29,-18],[-17,-27],[-8,-26],[-5,-21],[-10,-16],[-12,-9],[-9,0],[-2114,2137],[-548,-440],[-263,120],[155,480],[-359,757],[-106,230],[-40,134],[-1950,-1806],[-3696,3441]],[[14936,83237],[-3677,3466],[3701,3407],[-327,303],[1994,1845],[-18,18],[1877,1707],[-1113,1053]],[[17373,95036],[4696,4354]],[[85347,81833],[3,-12],[18,-9],[12,-9],[14,-12],[17,-17],[17,-16],[15,-13],[17,-17],[11,-10],[17,-6],[11,-10],[20,-4],[16,-6],[28,-10],[21,-12],[23,-14],[18,-12],[24,-22],[18,-15],[14,-20],[-3,-13],[-14,-22],[-7,-23],[2,-17],[10,-20],[11,-20],[4,-14],[1,-19],[6,-13],[13,-1],[29,0],[29,-4],[17,-10],[18,-17],[23,-19],[22,-23],[14,-19],[13,-11],[22,-11],[15,-8],[18,-20],[12,-17],[33,-28],[19,-3],[27,-7],[27,0],[28,-11],[25,-3],[13,-12],[15,-3],[17,-14]],[[86140,81185],[-3403,-3318],[257,-223],[-256,-254],[800,-705],[-519,-529],[-406,357],[-919,-921]],[[81694,75592],[-2,6],[-9,17],[-15,26],[-15,17],[-15,13],[-19,13],[-19,23],[-5,13],[-18,19],[-5,22],[-5,16],[0,17],[-7,18],[-21,18],[-5,23],[-5,16],[-5,17],[-15,22],[-10,15],[-17,19]],[[81482,75942],[-16,15],[-1,18]],[[81465,75975],[0,21],[15,15],[12,12],[-7,18],[-10,32],[1,20],[-3,21],[-1,17],[-16,16],[-11,7],[-6,12],[0,14],[-9,12],[-1,10],[-2,21],[-5,11],[-9,11],[-1,16],[-6,10],[-11,9],[-4,12],[-2,14],[-2,26],[-13,18],[-15,19],[-16,16],[-9,16],[-8,25],[-19,25],[-9,19],[-4,23],[-19,17],[-16,18],[-20,5],[-27,0],[-18,6],[-23,1],[-29,0],[-20,8],[-24,4],[-20,7],[-16,20],[-11,22],[-14,20],[0,22],[12,23],[10,21],[2,23],[-14,23],[-7,26],[-3,27],[-6,19],[-9,10],[-10,17],[-19,11],[-16,7],[-9,9],[-20,-4],[-16,0],[-10,13],[-4,23],[5,14],[-5,13],[10,18],[-15,8],[-20,-1],[-17,13],[-8,23],[-10,22],[-28,8],[-25,15],[-23,25],[-13,40],[-5,26],[-13,20],[-24,17],[-9,26],[-15,26],[-1,19],[3,23],[-11,19],[1,18],[-4,16],[-15,24],[-5,13],[3,18],[-6,23],[-10,15],[-12,29],[-12,24],[-20,25],[-14,22],[-22,26],[-22,20],[-22,19],[-16,23],[-15,20],[-3461,-3335],[-3047,2753],[-4626,4369],[-2137,-1979],[480,-451],[-2462,-2302],[-3101,2818]],[[62149,79473],[-1528,1392],[-214,208],[344,328],[-130,132],[-319,308],[-1888,1749]],[[62149,79473],[-24,-141],[-193,-295],[-3,-10],[-2,-15],[0,-16],[-3,-18],[-7,-18],[-10,-10],[-11,-17],[-13,-19],[-17,-17],[-17,-9],[-17,-9],[-15,-9],[-11,-11],[-3,-26],[-10,-29],[-10,-22],[-14,-26],[-21,-22],[-22,-13],[-27,-9],[-34,-12],[-27,3],[-26,4],[-29,9],[-33,4],[-28,-1],[-38,1],[-40,-3],[-42,1],[-54,-11],[-49,-7],[-35,-4],[-33,-6],[-18,-18],[-13,-32],[-2,-33],[0,-28],[-9,-25],[-7,-30],[2,-29],[7,-17],[-1,-25],[-23,-31],[-27,-19],[-13,-18],[-12,-25],[-14,-33],[-3,-18],[2,-22],[1,-37],[0,-30],[13,-30],[12,-26],[9,-34],[-4,-33],[-24,-18],[-20,-14],[-21,-24],[-3,-26],[5,-28],[3,-41],[7,-28],[9,-33],[10,-28],[17,-27],[19,-32],[21,-25],[18,-21],[21,-24],[28,-30],[16,-31],[18,-27],[16,-28],[2,-29],[0,-34],[5,-35],[2,-32],[7,-31],[-6,-31],[-13,-30],[-6,-11],[-8,-11],[-6,-8],[1,-13],[13,-33],[22,-42],[-1,-27],[-19,-17],[12,-38],[8,-25],[-18,-19],[-21,6],[-16,-1],[-2,-26],[8,-43],[-4,-45],[-27,-45],[-20,-37],[-18,-31],[-15,-45],[-20,-43],[-17,-28],[-2,-35],[-22,-32],[9,-49],[-12,-22],[16,-41],[9,-46],[-15,-33],[2,-33],[19,-47],[26,-40],[19,-31],[22,-33],[10,-27],[27,-14],[20,-32],[23,-40],[12,-32],[5,-45],[9,-35],[16,-39],[13,-39],[0,-45],[-15,-40],[-13,-39],[-27,-35],[-11,-46],[10,-31],[27,-1],[36,-15],[6,-27],[-11,-25],[-31,1],[-45,4],[-18,19],[-21,23],[-32,4],[-41,-8],[-38,17],[-24,9],[-34,-3],[-51,-10],[-43,-3],[-44,10],[-42,-8],[-29,-15],[-26,-15],[-35,-25],[-25,-25],[-21,-30],[-20,-34],[-7,-37],[-1,-51],[18,-65],[13,-44],[25,-33],[17,-55],[17,-38],[25,-17],[11,-31],[12,-56],[9,-48],[9,-43],[-3,-52],[1,-31],[-19,-1],[-21,-2],[-12,-22],[-22,-35],[-6,-43],[5,-38],[4,-40],[7,-49],[-18,-33],[-9,-28],[-22,-28],[-15,-42],[-2,-31],[12,-53],[1,-37],[-8,-46],[8,-46],[21,-45],[27,-36],[7,-50],[15,-37],[3,-37],[10,-23],[12,-40],[7,-36],[-3,-41],[33,-23],[33,-26],[20,-38],[3,-45],[1,-63],[19,-41],[16,-56],[4,-37],[10,-45],[20,-32],[-17,-42],[-16,-35],[1,-43],[5,-47],[13,-69],[4,-44],[10,-30],[2,-42],[2,-39],[0,-56],[-17,-33],[-10,-48],[-8,-60],[-25,-35],[-37,-23],[-34,-21],[-31,-21],[-32,-29],[-6,-30],[7,-26],[14,-28],[8,-23]],[[60822,72920],[-64,-70],[-146,-132],[-2040,-1847],[-13,0],[-15,15],[-17,10],[-20,22],[0,20],[-19,24],[-23,19],[-16,18],[-6,31],[-14,12],[-4,19],[-15,25],[-26,22],[-13,22],[-17,16],[0,19],[9,23],[-9,22],[-12,17],[-21,8],[-30,-1],[-26,2],[-25,3],[-18,3],[-30,-7],[-26,4],[-16,18],[-11,27],[-6,19],[-11,27],[-6,19],[-15,10],[-24,20],[-26,21],[-29,6],[-34,5],[-27,29],[-28,19],[-30,19],[-34,20],[-37,30],[-24,22],[-19,3],[-27,6],[-14,15],[-26,24],[-13,26],[-34,32],[-25,17],[-24,15],[-26,10],[-14,24],[-16,41],[-16,22],[-10,19],[-6,16],[-9,25],[-26,16],[-44,5],[-31,0],[-46,6],[-27,15],[-28,25],[-25,11],[-36,7],[-17,18],[-13,28],[-21,18],[-30,24],[-23,15],[-21,3],[-28,-14],[-20,-13],[-31,-10],[-29,-4],[-31,16],[-27,30],[-28,20],[-31,27],[-31,11],[-28,24],[-9,30],[-17,11],[-21,-2],[-27,1],[-23,-4],[-29,5],[-24,24],[-25,18],[-24,22],[-20,8],[-18,-6],[-28,-15],[-19,-12],[-12,14],[-16,28],[-22,32],[-24,19],[-33,15],[-33,7],[-22,-1],[-15,-1],[-15,1],[-22,8],[-20,10],[-30,16],[-22,18],[-44,22],[-21,25],[-22,36],[-12,26],[-13,26],[-11,2],[-34,-3],[-19,23],[-18,35],[-29,37],[-16,31],[-12,12],[-38,14],[-20,24],[-22,26],[-28,25],[-36,25],[-28,24],[-32,27],[-30,30],[-6,35],[-1,26],[-10,21],[-37,29],[-35,24],[-29,22],[-52,10],[-44,3],[-41,8],[-40,10],[-52,14],[-36,28],[-40,22],[-22,29],[-5,28],[-23,22],[-13,29],[-42,12],[-31,0],[-16,17],[4,23],[1,22],[-6,25],[-17,31],[-9,22],[-13,20],[-18,22],[-9,22],[-9,14],[-40,15],[-40,23],[-42,8],[-29,4],[-40,6],[-35,5],[-26,1],[-34,12],[-29,4],[-23,-11],[-29,2],[-46,8],[-44,8],[-17,21],[-19,23],[-31,8],[-28,1],[-34,12],[-52,25],[-44,17],[-39,19],[-55,16],[-51,1],[-40,5],[-31,26],[-28,19],[-39,14],[-28,6],[-39,5],[-40,21],[-33,15],[-35,17],[-35,14],[-35,9],[-42,5],[-45,-1],[-40,-13],[-32,-11],[-39,-3],[-37,-1],[-35,2],[-20,16],[-42,15],[-45,13],[-48,5],[-48,6],[-41,4],[-40,4],[-53,-2],[-56,-10],[-53,-10],[-41,-1],[-28,23],[-11,33],[-18,20],[-20,17],[-22,-2],[-38,4],[-50,-2],[-43,-8],[-33,1],[-35,2],[-27,-10],[-45,-6],[-41,-5],[-59,-12],[-43,-15],[-55,-10],[-24,-12],[-23,-29],[-25,-19],[-31,-22],[-30,-25],[-27,-12],[-26,16],[-39,10],[-33,9],[-39,-2],[-37,-15],[-12,-22],[-22,-16],[-41,-9],[-48,-14],[-84,-21],[-39,0],[-33,3],[-47,-6],[-37,-15],[-31,-26],[-24,-20],[-25,-7],[-37,-3],[-35,-6],[-27,6],[-28,9],[-15,11],[-30,-6],[-32,6],[-27,29],[-20,6],[-32,-3],[-33,8],[-39,8],[-41,15],[-40,15],[-22,25],[-14,19],[-12,4],[-23,-2],[-25,-7],[-22,0],[-23,10],[-25,-1],[-212,202],[-31,-8],[-25,-8],[-19,0],[-27,1],[-28,10],[-23,-6],[-24,9],[-45,13],[-27,2],[-49,1],[-41,17],[-34,10],[-30,5],[-38,-5],[-34,-7],[-32,-3],[-299,-262],[-980,-888],[-136,-83],[-1566,-1477],[-11,12],[-15,21],[-12,26],[-16,15],[-11,21],[-12,24],[-33,23],[-12,27],[-4,17],[-17,17],[-13,11],[-15,23],[-4,25],[1,22],[-1,21],[-11,20],[-1,24],[-3,20],[-8,24],[-10,19],[-17,20],[-18,11],[-3139,-2899],[1,11],[-9,15],[-12,13],[-9,7],[-8,9],[-9,6],[-10,16],[-12,13],[-7,15],[-16,21],[-22,16],[-12,19],[-26,18],[-18,9],[-15,9],[-620,-601],[-50,-44],[-278,-247],[-265,224],[-1406,-1278],[-125,115],[-1278,-1229],[83,-69],[-1946,-1815]],[[38086,64062],[-9,13],[7,13],[13,23],[9,15],[10,16],[1,13],[0,26],[6,18],[5,17],[1,18],[-9,21],[2,19],[5,22],[-1,25],[2,19],[9,28],[1,17],[-1,26],[-8,30],[-15,22],[-19,14],[-23,3],[-10,16],[-18,18],[-17,12],[-13,23],[-19,11],[-28,18],[-31,5],[-27,7],[-13,1],[-20,7],[-10,8],[-18,3],[-10,11],[1,15],[6,14],[14,21],[3,16],[0,14],[-13,14],[-9,15],[5,12],[4,10],[2,11],[0,19],[-7,22],[-10,15],[-8,11],[-9,12],[-5,13],[-5,14],[-6,11],[-6,11],[-11,11],[-5,10],[-6,13]],[[37773,64924],[-4,9],[-16,14],[-17,19],[-9,16],[-8,-1],[-9,-15],[-10,-16],[-15,-13],[-19,-1],[-16,22],[-22,21],[-19,19],[-11,9],[-12,17],[-11,17],[1,17],[13,13],[10,14],[12,14],[-2,15],[-6,21],[-7,21],[-12,16],[-14,15],[-15,15],[-22,21],[-12,17],[-1,17],[-4,19],[-2,21],[-1,10],[-4,25],[0,13],[4,23],[0,26],[3,28],[2,31],[0,28],[12,18],[16,16],[7,17],[-5,17],[-11,21],[5,28],[16,23],[23,29],[16,15],[25,23],[19,27],[7,21],[-5,19],[-16,19],[-23,13],[-26,10],[-30,-4],[-33,-6],[-21,12],[-24,21],[-15,-1],[-10,-10],[-22,2],[-18,-7],[-14,-8],[-21,8],[0,26],[6,13],[-3,15],[-5,15],[-14,18],[-13,17],[-20,23],[-5,19],[-8,16],[-12,9],[-13,3],[-19,5],[-21,5],[-18,16],[-6,19],[-6,21],[-17,10],[-21,12],[-20,15],[-13,21],[-5,17],[8,20],[6,10],[-11,11],[-9,4],[-10,-4],[-13,-7],[-14,-9],[-18,-5],[-29,2],[-9,1],[-3,24],[-3,16],[-8,3],[-21,-9],[-25,15],[-13,14],[-8,22],[-8,18],[-8,19],[-2,26],[14,9],[8,10],[3,17],[12,18],[9,20],[13,18],[6,15],[13,24],[-1,18],[-11,25],[-17,22],[-11,21],[13,15],[13,8],[-2,15],[-16,16],[-11,-2],[-12,-19],[-17,-24],[-19,10],[-19,14],[7,15],[5,20],[2,14],[-4,28],[-6,21],[-13,3],[-22,-1],[-11,16],[0,26],[-4,10],[-13,13],[10,13],[9,19],[-8,15],[-20,19],[6,29],[7,26],[3,19],[5,19],[3,22],[-4,20],[-3,14],[5,18],[17,4],[14,7],[11,16],[5,21],[-13,15],[-14,5],[-14,4],[-21,8],[-17,9],[-3,18],[-6,14],[-15,9],[-20,15],[4,15],[8,12],[5,17],[16,-2],[15,-1],[3,11],[5,27],[0,16],[0,20],[5,22],[-9,11],[-22,7],[-14,-1],[2,-16],[-13,5],[-9,9],[-15,9],[2,10],[7,9],[-8,14],[-14,6],[-20,5],[-21,8],[-22,14],[-13,12],[-5,22],[7,16],[20,5],[18,8],[6,11],[-15,12],[-7,11],[-23,5],[-14,0],[-22,-5],[-18,3],[6,17],[9,14],[15,20],[0,18],[-8,3],[-18,3],[-16,8],[-8,8],[-1,17],[-11,14],[-3,16],[-12,18],[-5,12],[13,4],[17,1],[14,8],[10,23],[16,7],[27,3],[16,0],[13,-9],[3,18],[2,20],[6,16],[-7,8],[0,11],[6,13],[15,14],[13,13],[11,12],[15,8],[7,2],[5,19],[10,15],[1,19],[-4,21],[4,11],[9,2],[4,20],[11,9],[1,13],[-10,11],[-3,15],[10,13],[-1,14],[-13,13],[-9,14],[-14,11],[-13,13],[-19,7],[-8,15],[-4,22],[2,21],[0,20],[7,16],[2,18],[-1,23],[-4,19],[-11,-4],[-13,0],[7,19],[5,11],[2,16],[12,4],[7,9],[-13,2],[-6,10],[5,14],[-3,14],[-7,15],[-5,14],[-11,18],[-11,14],[-1,17],[11,18],[14,13],[14,12],[16,13],[15,19],[10,23],[1,18],[6,6],[2,8],[-6,10],[1,10],[8,8],[8,7],[8,11],[14,9],[13,8],[-7,8],[-7,13],[-8,1],[-10,5],[2,14],[0,15],[13,10],[7,10],[-4,8],[-11,-3],[-13,-11],[-11,6],[-1,12],[8,12],[13,10],[0,15],[-14,11],[-5,5],[-11,-3],[-6,12],[8,14],[8,9],[0,17],[8,10],[15,-7],[17,-8],[9,10],[-9,21],[-2,19],[-5,18],[-18,21],[-22,9],[-12,24],[5,17],[1,15],[1,24],[-2,21],[-10,6],[-1,16],[12,8],[12,7],[4,13],[4,18],[9,9],[10,2],[14,7],[10,8],[-1,11],[-16,5],[-7,11],[-7,9],[-3,11],[5,11],[-2,13],[-6,14],[2,13],[12,7],[11,7],[-9,8],[-6,14],[7,13],[6,22],[-5,11],[-3,20],[-7,29],[-15,6],[-18,7],[-8,15],[4,26],[8,16],[16,5],[2,11],[4,23],[10,13],[21,0],[18,-7],[15,4],[6,13],[6,26],[7,20],[15,5],[21,0],[18,-6],[9,3],[-1,11],[-11,9],[-7,14],[6,5],[5,11],[-8,9],[-11,-2],[-6,-13],[-16,-8],[-7,6],[-11,12],[-14,18],[-5,12],[-9,8],[-6,13],[-5,6],[-8,12],[-1,8]],[[36820,69528],[3,11],[6,9],[4,13],[9,9],[4,8],[-5,8],[-6,6],[5,7],[1,11],[-6,4],[-12,-1],[-12,4],[1,9],[12,6],[17,7],[2,7],[20,7],[-1,7],[-9,16],[5,12],[7,0],[14,-11],[11,-4],[11,3],[-8,10],[-13,4],[-6,15],[6,16],[10,4],[7,8],[10,9],[-1,9],[-7,10],[-11,13],[-12,11],[-12,20],[-9,12],[5,13],[-7,12],[-7,14],[6,23],[-2,18],[-11,7],[-9,15],[6,9],[-7,18],[0,11],[15,9],[15,8],[-2,18],[13,10],[6,13],[-4,11],[4,15],[14,1],[20,2],[16,9],[14,10],[13,2],[4,-14],[3,-15],[6,-10],[20,4],[-4,20],[-6,13],[-3,9],[12,6],[7,-10],[13,2],[-4,12],[0,20],[13,9],[-1,11],[3,14],[8,8],[16,-1],[13,-3],[3,-17],[7,-13],[7,4],[6,20],[9,9],[10,10],[3,13],[12,5],[3,-11],[15,-4],[13,6],[20,7],[16,1],[17,8],[10,10],[13,-7],[14,-3],[13,-1],[-7,10],[-11,3],[-12,-1],[-8,11],[7,16],[8,11],[-1,15],[-4,13],[9,9],[10,16],[12,14],[-5,7],[-8,16],[-4,8],[-9,-1],[-11,13],[8,12],[7,13],[9,6],[16,-2],[7,7],[-2,6],[-13,0],[-10,5],[11,19],[10,21],[17,19],[16,10],[26,-3],[25,-3],[23,3],[30,10],[25,9],[23,3],[30,13],[20,8],[7,18],[-9,20],[4,18],[12,37],[15,23],[27,28],[21,16],[21,9],[9,8],[10,12],[6,22],[11,27],[0,17],[3,13],[8,11],[11,8],[1,13],[5,13],[11,-4],[18,-8],[18,-4],[17,5],[6,19],[8,17],[-3,21],[-2,13],[0,10],[13,0],[15,-8],[12,-16],[10,-19],[9,-14],[13,-7],[10,11],[-1,22],[-8,29],[-17,14],[-14,10],[-18,6],[-24,13],[-19,14],[-10,14],[5,33],[-3,32],[-11,29],[-8,22],[-5,27],[-20,17],[-11,15],[-2,16],[1,21],[8,10],[-1,13],[-12,22],[-6,22],[-2,21],[-8,19],[-11,22],[-13,12],[-36,23],[-17,5],[-18,3],[-23,13],[-10,23],[1,21],[-2,24],[2,16],[-3,23],[-16,12],[-8,20],[-5,15],[-2,13],[7,9],[24,4],[20,12],[6,15],[16,8],[14,9],[6,18],[4,12],[11,11],[15,16],[1,18],[9,22],[-7,28],[-20,24],[-10,29],[-2,25],[1,25],[1,18],[11,23],[0,18],[-11,16],[-4,12],[3,16],[0,29],[11,14],[26,3],[22,12],[15,21],[-13,20],[-19,16],[-19,21],[-3,18],[18,14],[30,8],[38,3],[44,14],[32,18],[27,22],[38,35],[23,25],[18,20],[31,21],[3,19],[8,29],[-10,28],[-9,30],[4,40],[4,43],[0,26],[7,27],[-6,24],[-23,40],[-11,27],[-10,25],[2,36],[13,26],[17,23],[21,30],[16,17],[27,24],[15,13],[24,-4],[22,0],[12,26],[9,24],[6,26],[12,21],[-4,22],[0,14],[7,28],[7,22],[26,27],[28,14],[21,10],[18,20],[8,26],[2,29],[0,23],[11,28],[3,18],[3,26],[14,20],[15,15],[28,41],[6,36],[-1,30],[-6,19],[-20,22],[-16,15],[-19,13],[-12,13],[0,16],[6,20],[9,12],[3,21],[2,16],[13,9],[20,-10],[18,-16],[15,-22],[12,-12],[16,-6],[18,5],[19,10],[20,12],[15,15],[18,22],[10,25],[-15,19],[-19,13],[-8,12],[-4,16],[-14,14],[-6,18],[1,18],[9,20],[9,18],[18,19],[16,22],[11,31],[-3,25],[7,24],[12,23],[7,24],[1,19],[5,28],[-8,20],[-22,25],[-6,19],[-8,30],[-9,29],[-4,27],[0,24],[0,18],[12,27],[18,24],[25,13],[26,3],[31,2],[28,-9],[36,-19],[16,-18],[10,-14],[24,0],[21,8],[16,18],[21,14],[16,0],[11,-20],[11,-24],[8,-16],[28,-9],[31,11],[34,25],[28,29],[25,27],[16,22],[-18,26],[-21,28],[-21,16],[0,15],[-8,15],[-11,34],[-7,20],[-1,21],[-9,14],[-17,14],[-7,15],[-7,22],[-3,23],[-13,22],[-24,11],[-26,13],[-7,12],[-8,13],[-20,11],[-6,21],[-5,21],[-5,15],[-16,7],[-21,-13],[-18,-11],[-13,2],[-17,18],[-10,21],[3,24],[5,17],[-1,20],[-17,20],[4,16],[12,22],[9,21],[-7,13],[-20,36],[-14,17],[-20,26],[-19,11],[-25,14],[-15,16],[2,22],[-14,21],[-14,7],[-15,-7],[-9,-20],[-11,-13],[-18,2],[-10,16],[-10,20],[0,17],[7,17],[8,15],[-13,23],[-22,15],[-26,16],[-20,17],[-9,19],[0,19],[7,23],[-18,14],[-20,19],[9,14],[26,26],[14,30],[-16,22],[-22,17],[-26,17],[-33,3],[-25,3],[-15,14],[8,28],[10,31],[8,25],[2,17],[-18,4],[-21,7],[3,10],[14,10],[9,21],[-16,1],[-32,-4],[-31,-1],[-14,20],[22,19],[22,23],[6,18],[-7,25],[-20,20],[-29,15],[-35,14],[-24,26],[-31,27],[-3,23],[3,28],[8,29],[0,28],[-22,28],[-32,14],[-24,21],[-12,32],[15,24],[32,37],[13,31],[13,25],[-1,17],[-27,25],[-45,12],[-32,15],[-25,19],[-3,32],[-3,27],[-7,35],[-8,32],[-18,16],[-35,2],[-43,-4],[-37,-1],[-21,15],[-25,23],[-14,19],[-21,25],[-10,21],[7,13],[16,10],[20,16],[-6,21],[-11,24],[-15,28],[-38,25],[-30,20],[-28,12],[-29,7],[-29,15],[-27,19],[-25,14],[-22,-3],[-33,-9],[-32,-10],[-22,4],[-34,24],[-28,30],[-19,32],[-11,24],[-6,21],[16,18],[19,21],[15,15],[27,15],[27,-3],[15,-22],[4,-20],[12,-16],[21,-3],[40,8],[32,10],[34,27],[0,26],[-10,30],[-12,31],[-18,23],[-14,22],[-24,36],[-14,41],[5,24],[14,26],[26,18],[33,25],[-4,25],[0,15],[-5,19],[1,30],[-10,22],[-23,10],[-31,13],[-31,10],[-35,2],[-25,10],[-2,15],[12,19],[11,12],[5,15],[-5,16]],[[36998,77497],[12,-19],[10,-17]],[[36820,69528],[-272,240],[-732,-720],[-1501,1300],[-755,-714],[-2,22],[-3,20],[-5,24],[-8,18],[-11,9],[-8,10],[-3,13],[-10,13],[-8,12],[-5,17],[-4,12],[-10,19],[-5,23],[-1,18],[-9,17],[0,19],[4,15],[1,22],[-5,30],[-12,15],[-8,14],[-3,17],[-1,22],[-10,19],[-5,23],[4,11],[-7,14],[1,17],[-3,20],[-2,15],[-8,11],[-1,16],[-2,18],[-6,20],[-3,21],[-5,21],[-7,18],[2,17],[4,18],[5,24],[3,21],[5,19],[5,20],[7,18],[11,10],[2,9],[-1,17],[5,11],[3,5],[-7,14],[-15,1],[-15,5],[-8,9],[-9,10],[-19,1],[-29,5],[-16,8],[-12,12],[-6,18],[2,17],[10,17],[3,14],[1,14],[4,13],[5,13],[-5,16],[-13,14],[-11,20],[-9,24],[-11,19],[-12,15],[-13,11],[-1154,-1112],[-488,437],[256,245],[-493,433],[47,51],[-495,444],[-55,-51],[-950,851],[-2619,-2418],[-483,457],[258,240],[-471,439],[424,412],[-481,447],[147,143],[-379,343],[-2340,-2210],[-1031,914],[-5245,-4958]],[[17704,65865],[-12,10],[-15,12],[1,27],[0,28],[1,22],[-14,17],[-18,19],[-22,29],[-17,31],[-12,44],[-2,30],[0,31],[0,30],[-15,19],[-32,20],[-22,21],[-10,31],[-4,36],[-12,44],[-7,33],[6,14],[-7,25],[-19,31],[-18,30],[-16,25],[-9,29],[0,19],[9,15],[13,8],[5,15],[1,13],[-8,29],[-1,20],[-4,15],[-8,19],[-12,18],[-8,22],[-3,19],[-4,27],[-7,22],[-6,19],[-8,27],[0,17],[-11,23],[-18,18],[-11,13],[-4,19],[-10,21],[-13,15],[0,19],[-3,25],[-5,21],[-15,13],[-14,8],[-14,10],[-16,20],[-16,13],[-9,26],[-1,19],[0,13],[-3,19],[0,23],[-5,18],[-13,21],[-16,12],[-18,16],[-15,13],[-17,20],[-8,19],[-3,16],[-8,21],[-3,15],[-17,10],[-21,12],[-10,9],[-2,12],[-6,13],[-11,18],[-14,18],[-18,19],[-12,26],[-4,14],[-6,20],[-7,19],[-4,22],[-7,22],[-4,19],[0,20],[-3,17],[-5,17],[-8,26],[-10,19],[-8,17],[-9,15],[-9,13],[-4,16],[4,19],[4,18],[4,16],[4,16],[2,16],[-4,10],[-3,15],[-5,14],[-4,17],[-2050,-1895],[-3728,3497]],[[11144,69542],[5624,5098],[-1870,1732],[1878,1710],[-3617,3524],[1777,1631]],[[112188,181460],[-7,-136],[153,-151],[208,-250],[223,-295],[170,-401],[130,-291],[172,-265],[113,-191],[116,-240],[0,-64],[-130,128],[-16,122],[-95,117],[-16,-84],[44,-84],[-48,-122],[-90,28],[-71,64],[-69,-59],[-162,-5],[-21,-118],[24,-30],[-53,-54],[-33,-88],[-91,-69],[-53,-62],[15,-51],[-48,-46],[-18,-84],[-29,-18],[-180,29],[-30,-37],[30,-139],[32,-97],[4,-85],[-66,8],[-64,26],[-76,-5],[50,-110],[-14,-62],[26,-107],[-26,-71],[-57,-81],[-28,-97],[-19,-205]],[[112020,177594],[-10,9],[-15,14],[-56,32],[-9,5],[-41,14],[-20,7],[-2,1],[-52,19],[-63,30],[-58,41],[-47,28],[-8,5],[-37,22],[-53,32],[-50,36],[-32,46],[-23,47],[-65,39],[-48,15],[-57,5],[-63,36],[-53,37],[-45,50],[-47,55],[-3,-23],[-7,-51],[-5,-27],[-24,-52],[-28,-32],[-95,-80],[7,-7],[-74,-63],[-90,-82],[-180,-151],[-342,-89],[6,-9],[5,-9],[4,-14],[5,-7],[8,-16],[4,-18],[5,-23],[-1,-30],[-18,-39],[-5,-13],[-1,-17],[-3,-15],[-10,-16],[8,-29],[2,-8],[0,-13],[-1,-14],[4,-13],[3,-8],[-3,-11],[-11,-14],[-23,-21],[-10,-22],[-17,-12],[-32,-26],[-1,-9],[-2,-38],[1,-29],[-6,-21],[-4,-8],[-4,-5],[-10,-23],[-4,-8],[0,-13],[5,-10],[5,-6],[20,-18],[8,-14],[-1,-10],[-8,-10],[-11,-15],[-11,-16],[-8,-8],[-12,-18],[-9,-15],[-2,-14],[-1,-7],[-6,-9],[-9,-15],[-5,-14],[-3,-26],[-1,-9],[-3,-7],[-8,-7],[-13,-8],[-9,-6],[-20,-9],[-16,1],[-5,-1],[-14,-6],[-7,-8],[-3,-8],[1,-7],[5,-10],[5,-5],[17,-19],[11,-13],[11,-12],[13,-12],[11,-8],[13,-8],[13,-4],[17,-3],[12,-4],[13,-9],[19,-16],[7,-9],[4,-6],[1,-9],[1,-13],[-4,-15],[-6,-14],[-5,-18],[-2,-7],[-3,-14],[-3,-8]],[[109007,182471],[62,-15],[63,-17],[82,-16],[79,-13],[79,-13],[85,-18],[90,-24],[90,-18],[83,-16],[89,-20],[11,-3],[81,-24],[84,-27],[77,-30],[88,-35],[70,-26],[87,-34],[80,-32],[73,-27],[35,-14],[457,-246],[424,-232],[520,16],[292,-127]],[[36104,179308],[-59,-63],[-876,-813],[-2948,-2738],[3203,-3224],[1742,1649],[1360,-1368]],[[25690,179309],[10385,-1],[39,10],[-10,-10]],[[92878,62806],[13,-31]],[[92891,62775],[9,-21],[3,-17],[24,-21],[26,-24],[16,-21],[5,-21],[15,-17],[24,-15],[7,-5],[14,2],[26,8],[34,-1],[17,2],[35,-22],[30,-9],[17,-7],[-7,-24],[-8,-19],[-4,-12],[0,-23],[9,-24],[31,-23],[15,-1],[10,-11],[11,-19],[20,5],[12,1],[19,-12],[12,-6],[-5,-22],[-2,-24],[7,-14],[20,-22],[-5,-27],[-16,-21],[-11,-20],[-1,-14],[-9,-19],[-10,-20],[-6,-22],[-5,-22],[-4,-19],[-1,-16],[-19,-23],[-1,-15],[-8,-4],[-13,1],[-2,-12],[7,-15],[-1,-12],[8,-11],[4,12],[10,11],[12,-7],[9,-1],[3,-17],[8,-6],[13,8],[12,9],[84,-48]],[[93391,62006],[-44,-15],[-35,-11],[-51,-5],[-29,-18],[-58,-4],[-46,-13],[-72,-21],[-39,-8],[-71,-5],[-106,-30],[-92,-11],[-60,-5],[-30,-17],[-125,-21],[-84,-12],[-45,-8],[-34,-2],[-42,-8],[-40,-8],[-19,0],[-85,-43],[-34,0],[-39,-16],[-97,-33],[-90,-59],[-3,-55],[-45,-10],[-97,9],[-79,-9],[-43,-13],[-65,-16],[-55,-17],[-147,-13],[-141,-6],[-21,-5],[-97,-25],[-61,-2],[-37,-3],[-226,-38],[-59,-8],[-141,-48],[-54,-13],[-100,-21],[-51,-8],[-57,-12],[-90,-35],[-69,-8],[-44,-5],[-94,2],[-56,-2],[-50,-3],[-45,-12],[-26,-4],[-39,-5],[-107,-12],[-48,-8],[-75,-13],[-83,-10],[-65,-8],[-62,-12],[-69,-18],[-53,-3],[-62,-9],[-35,-9],[-48,-17],[-158,-29],[-86,-20],[-44,-8],[-29,-27],[-47,-16],[-25,-4],[-25,-4],[-72,0],[-87,-27],[-36,-8],[-75,-13],[-32,-12],[-34,-5],[-56,17],[-41,0],[-42,-8],[-91,-9],[-100,-19],[-65,-14],[-63,-9],[-46,-4],[-97,-24],[-41,-2],[-60,-20],[-37,-13],[-39,3],[-32,-11],[-26,-8],[-80,-18],[-35,-12],[-86,-8],[-57,0],[-96,-27],[-56,-4],[-119,-17],[-180,-43],[-76,-16],[-101,-25],[-32,-13],[-40,2],[-62,-18],[-33,0],[-3,1]],[[86483,60637],[-30,64],[2,25],[3,15],[7,9],[-3,12],[-12,2],[-23,0],[-3,20],[-1,29],[-11,22],[-12,22],[8,16],[9,22],[-1,28],[4,22],[10,16]],[[86430,60961],[10,24],[2,6]],[[86442,60991],[8,25],[5,31],[7,15],[9,22],[-2,25],[-14,15],[-12,29],[-16,14],[-21,16],[-12,22],[-28,14],[-25,7],[-15,5],[-20,-3],[-18,-2],[-9,8],[7,14],[-4,12],[-13,5],[-7,8],[10,12],[14,7],[9,7],[12,-9],[12,-11],[26,17],[5,25],[7,39],[12,23],[3,17],[1,17],[9,28],[16,22],[26,17],[18,13],[20,23],[7,21],[-8,16],[3,25],[-4,21],[5,21],[3,34],[9,23],[-5,27],[1,17],[15,4],[8,22],[5,33],[-2,28],[-27,26],[-26,-2],[-27,-3],[-20,0],[-13,-1],[-6,14],[-13,20],[-11,14],[-14,3],[-12,11],[-20,9],[-24,12],[-21,6],[-26,3],[-30,4],[-35,6],[-40,6],[-33,9],[-30,-1],[-31,2],[-19,5],[-11,26],[-16,18],[-16,28],[-9,25],[-16,22],[-8,32],[-7,26],[-10,18],[-21,29],[-6,36],[1,27],[3,10],[1,9],[-4,17],[-6,22],[-4,23],[1,8],[17,17],[-3,16],[-5,11],[1,7],[-7,18],[-11,12],[-12,17],[-16,19],[-7,11],[-5,6],[-8,11],[5,27],[-5,28],[-2,28],[4,25],[1,23],[-7,15],[13,47],[17,23],[11,29],[-5,22],[-3,31],[-9,25],[5,31],[-9,33],[-4,28],[-7,43],[-9,38],[-20,29],[-31,19],[-27,4],[-22,0],[-12,17],[7,23],[-8,20],[-22,20],[-20,35],[-45,36],[-21,3],[-15,2],[-31,15],[-32,6],[-19,-2],[-26,7],[-26,1],[-28,1],[-23,2],[-30,17],[-24,16],[-24,19],[-24,7],[-13,19],[0,20],[7,22],[-9,19],[-21,14],[-17,18],[-8,25],[4,19],[0,21],[-22,13],[-31,4],[-27,12],[-38,6],[-31,0],[-19,9],[-15,25],[-9,27],[-4,29],[4,24],[0,34],[6,23],[-3,26],[-7,23],[-10,24],[-8,29],[5,25],[-9,18],[-20,12],[-9,15],[-8,23],[-14,11],[-5,10],[3,16],[9,10],[-4,31],[1,21],[6,33],[-4,22],[-22,3],[-14,-8],[-17,2],[-30,4],[-9,9],[-1,22],[-6,18],[-27,14],[-37,0],[-30,6],[-4,20],[2,27],[1,26],[-20,22],[-14,11],[-16,4],[-19,13],[-10,13],[2,31],[15,17],[21,7],[18,21],[17,6],[22,31],[23,22],[33,25],[14,19],[7,23],[5,26],[-3,7],[1,8],[11,1],[-3,17],[-14,7],[-13,12],[13,23],[16,14],[21,-3],[23,1],[12,1],[-4,21],[-7,9],[-5,12],[0,15],[12,16],[17,18],[12,18],[13,23],[11,6],[-10,16],[-27,6],[-19,14],[-17,16],[-2,23],[-6,18],[1,21],[8,15],[-18,12],[-17,16],[9,19],[11,18],[18,9],[8,13],[-8,14],[5,9],[8,13],[-4,12],[-11,12],[3,13],[-22,12],[-21,4],[-2,18],[-4,19],[-15,10],[4,22],[5,16],[10,11],[9,12],[3,16],[-20,4],[-22,12],[-18,16],[-12,4],[-23,-1],[-23,3],[-22,21],[-17,21],[-10,21],[-8,14],[-18,21],[-2,21],[-4,22],[-12,5],[-7,14],[1,16],[-6,13],[-11,14],[9,10],[6,10],[-1,20],[-1,20],[14,8],[19,-1],[9,22],[5,16],[4,19],[8,10],[15,12],[2,13],[-10,16],[-15,16],[-16,14],[-18,11],[-9,17],[1,22],[-12,19],[-9,21],[-2,12],[-3,12],[-12,15],[-15,21],[-18,18],[-17,19],[-10,10],[-12,14],[-2,18],[-9,15],[-29,15],[-13,11],[-12,4],[-10,14],[1,15],[7,18],[-7,15],[-11,17],[-23,16],[-13,19],[-16,14],[-18,19],[0,16],[13,3],[7,10],[-10,20],[-4,17],[-3,16],[-5,23],[-6,15],[-8,17],[1,22],[7,7],[-1,10],[-5,14],[-1,20],[9,17],[8,12],[-10,13],[-4,18],[-2,22],[-5,16],[13,23],[13,32],[12,7],[19,12],[17,24],[11,22],[-4,20],[-8,12],[-6,19],[-16,20],[7,17],[-6,12],[-24,11],[-30,7],[-20,1],[-15,11],[10,33],[-1,12],[-1,16],[14,0],[13,1],[13,6],[0,21],[-3,20],[-16,12],[-4,19],[-2,17],[0,20],[4,20],[-2,26],[-21,16],[-26,19],[-10,13],[-9,27],[1,26],[2,23],[-3,21],[-9,15],[-19,18],[-29,17],[-21,16],[-21,22],[-3,17],[-6,21],[-18,20],[-7,29],[-16,18],[-10,2],[-7,15],[6,18],[11,15],[6,16],[-8,22],[-1,10],[-4,25],[-16,19],[-8,24],[-15,11],[-17,25],[-12,34],[-11,19],[-16,30],[-12,20],[-13,16],[-14,24],[-11,12],[-10,14],[-4,21],[3,30],[1,25],[-2,26],[-3,12],[3,18],[7,34],[6,20],[2,25],[2,30],[3,36],[1,13],[7,16],[7,16],[-3,22],[1,19],[7,14],[0,18],[-8,17],[-3,14],[7,22],[2,23],[-1,23],[-5,20],[2,16],[11,12],[4,16],[8,16],[6,24],[11,19],[7,18],[-1,22],[-1,18],[-2,29],[8,27],[5,24],[-2,24],[4,23],[10,29],[1,17],[-16,18],[-12,18],[-18,23],[-15,19],[-25,23],[-12,30],[-7,60],[3,26],[-1,19],[-2,22],[-8,20],[-16,24],[4,19],[5,15],[-2,24],[-753,-731],[-1250,1097],[-1498,-1447],[-1158,1015],[1438,1389],[-659,571],[29,34],[-645,565],[-300,-279],[-1093,964],[3600,3470],[-7,18],[-13,19],[-3,9],[0,7],[-3,12],[-2,11],[0,11],[2,11],[5,12],[2,9],[8,13],[5,15],[0,9],[0,9],[-3,13],[-9,13],[0,21],[1,15],[-9,9],[-1,15],[8,12],[5,9],[-3,17]],[[86140,81185],[26,-17],[16,-15],[24,-10],[26,-4],[22,-9],[16,-19],[16,-17],[19,-7],[17,-10],[20,-10],[17,-5],[9,-8],[-4,-18],[-15,-21],[-11,-24],[-8,-16],[-2,-16],[4,-21],[10,-22],[16,-10],[19,-9],[13,-14],[11,-14],[3,-20],[-7,-21],[0,-17],[9,-10],[8,-14],[0,-19],[6,-15],[18,-7],[23,-13],[14,-14],[14,-15],[13,-17],[20,-9],[20,0],[13,-7],[15,-16],[17,-13],[28,-8],[23,0],[25,0],[29,-5],[15,5],[28,1],[15,-2],[17,-18],[24,-8],[28,3],[23,9],[27,13],[17,12],[21,4],[13,-7],[24,3],[20,1],[20,-4],[18,-18],[19,-20],[19,-5],[17,-1],[25,-6],[24,1],[13,-5],[13,-11],[19,-6],[24,5],[33,9],[15,-5],[16,-6],[21,-5],[19,-11],[16,-2],[25,-8],[25,-14],[22,-10],[20,-16],[22,-17],[22,-13],[34,-19],[14,-23],[14,-9],[30,-4],[42,-1],[39,0],[29,-10],[14,-16],[20,-16],[33,-6],[32,-10],[38,-9],[34,-14],[37,-7],[34,0],[34,2],[32,-4],[14,-8],[11,0],[12,15],[22,1],[25,-19],[9,-24],[24,-10],[31,-16],[30,-18],[52,-2],[31,3],[34,-12],[36,-12],[24,-20],[19,0],[28,0],[14,10],[6,23],[11,22],[32,20],[27,9],[23,11],[32,-3],[32,-2],[24,-16],[20,-20],[26,-26],[15,-18],[17,-35],[23,-27],[23,-25],[27,-17],[23,-24],[24,-24],[18,-19],[30,-29],[21,-25],[33,-17],[32,-18],[28,-13],[23,-13],[30,-3],[37,-8],[36,-14],[17,-11],[19,-4],[22,-22],[9,-24],[13,-21],[19,-18],[12,-12],[14,-17],[12,-36],[11,-21],[9,-10],[15,-8],[19,-7],[18,-14],[15,-3],[20,-2],[21,-8],[15,-1],[17,-3],[14,-3],[18,0],[14,0],[7,4],[19,-1],[21,-6],[22,-7],[16,-23],[24,-21],[24,-23],[23,-11],[39,-8],[33,-12],[25,-10],[30,-3],[29,-8],[35,-14],[14,-18],[31,-15],[28,-7],[32,-6],[35,-2],[36,-15],[29,-26],[14,-20],[22,-6],[31,-10],[27,-17],[23,-11],[32,-20],[35,-13],[38,-7],[43,-6],[46,-12],[22,-12],[24,-22],[28,-12],[34,-12],[55,-8],[26,5],[27,-10],[29,-22],[14,-14],[17,-17],[24,-15],[25,-10],[25,6],[28,13],[20,9],[23,0],[31,-8],[14,-24],[27,-15],[23,-10],[33,-10],[22,-18],[3,-26],[6,-17],[24,1],[20,-2],[36,-10],[30,-20],[18,-24],[42,-13],[30,-11],[8,-17],[26,-10],[36,-1],[27,-15],[34,-25],[28,-16],[28,-18],[19,-24],[27,-17],[23,-2],[22,-13],[21,-15],[11,-23],[8,-15],[32,0],[22,-2],[38,-10],[38,-9],[22,-6],[55,1],[42,3],[36,4],[41,6],[26,11],[39,2],[28,-5],[35,-2],[26,5],[32,5],[44,10],[31,8],[31,5],[43,10],[50,-3],[43,-10],[46,-1],[37,-4],[45,-10],[30,-2],[37,-6],[39,-8],[40,1],[28,-3],[24,-12],[23,-7],[30,11],[33,1],[36,4],[45,4],[30,-12],[10,1],[37,-7],[37,3],[34,0],[37,-4],[22,-12],[9,-24],[-1,-15],[4,-21],[15,-19],[20,-7],[24,-3],[25,-17],[28,-20],[29,-18],[26,-6],[26,-1],[25,-6],[13,-14],[16,-17],[47,-22],[26,-7],[35,-9],[32,-6],[35,-18],[33,-20],[24,-2],[18,-11],[25,6],[34,6],[39,-1],[23,-8],[24,-12],[29,-16],[27,-10],[35,-15],[37,-14],[38,-14],[18,-24],[39,-27],[27,-25],[29,-23],[36,-10],[31,-10],[24,-14],[16,-2],[24,-8],[38,-20],[35,-18],[23,-16],[21,-13],[7,-24],[4,-19],[1,-20],[8,-30],[-1,-27],[10,-26],[17,-7],[27,-12],[23,-13],[31,1],[31,5],[35,3],[19,-3],[35,-15],[33,-10],[35,-5],[32,-8],[32,-13],[25,-10],[30,-8],[38,-9],[34,-2],[34,7],[33,-2],[30,-7],[34,-10],[25,-11],[23,1],[20,5],[26,7],[21,4],[33,-1],[34,-13],[27,-9],[19,-9],[31,-5],[27,3],[32,3],[38,2],[24,0],[26,-1],[43,-2],[41,2],[23,-6],[37,-9],[29,-12],[14,-18],[2,-18],[7,-19],[9,-12],[9,-21],[8,-22],[8,-16],[13,-14],[28,-19],[-464,-436],[-989,-880],[-10,-8],[-9,-8],[-6,-5],[-12,-14],[-6,-7],[-9,-13],[-9,-13],[-8,-14],[-5,-12],[-7,-21],[-306,-1226],[-9,-33],[-8,-25],[-7,-21],[-8,-17],[-5,-16],[-3,-6],[-209,-389],[12,-1],[-4,-17],[-2,-17],[-6,-20],[-12,-13],[-10,-21],[-13,-18],[-5,-17],[-5,-23],[-1,-15],[-6,-15],[-12,-8],[-9,-12],[-6,-11],[-6,-26],[-10,-14],[-17,-17],[-8,-21],[-15,-27],[-31,-25],[-18,-21],[-19,-21],[-20,-30],[-16,-42],[-7,-27],[-9,-24],[-17,-29],[-19,-36],[-24,-26],[-12,-20],[-1,-27],[-2,-22],[4,-36],[0,-27],[-3,-24],[-16,-21],[-13,-23],[-19,-24],[-14,-8],[-11,-13],[-14,-21],[-12,-13],[2,-12],[12,-12],[9,-23],[8,-12],[7,-23],[15,-26],[19,-15],[8,-21],[14,-14],[16,8],[17,10],[21,-12],[14,-14],[36,-15],[19,-21],[14,-18],[15,-22],[14,-25],[31,-23],[-1,-21],[4,-23],[12,-12],[10,-22],[14,-16],[17,-26],[19,-33],[25,-26],[13,-36],[-1,-40],[-14,-38],[-18,-28],[-14,-29],[-19,-31],[-28,-34],[-20,-28],[-6,-25],[-4,-13],[16,-15],[-5,-19],[7,-44],[3,-31],[11,-14],[19,-36],[21,-28],[20,-42],[15,-40],[22,-32],[18,-28],[7,-28],[24,-23],[10,-35],[13,-40],[2,-36],[5,-22],[18,-18],[9,-32],[21,-33],[26,-32],[26,-33],[11,-33],[9,-39],[7,-23],[19,-33],[8,-36],[4,-36],[13,-27],[12,-41],[17,-30],[16,-35],[14,-40],[10,-33],[11,-26],[12,-33],[3,-22],[4,-27],[13,-15],[6,-20],[23,-39],[20,-21],[9,-22],[3,-16],[6,-14],[1,-15],[7,-13],[7,-34],[-2054,-1994],[1361,-1180],[283,14],[-109,-1214],[-52,-98],[-79,-73],[-789,-442],[-1528,-550],[-1,-12],[4,-12],[9,-20],[19,-5],[27,-1],[15,-13],[10,-12],[25,-6],[17,-6],[17,-14],[13,-12],[3,-28],[-15,-13],[-3,-17],[2,-25],[-2,-18],[6,-26],[22,-3],[21,-1],[34,5],[30,4],[24,-6],[33,-2],[26,-4],[15,-26],[-1,-26],[-8,-24],[-17,-26],[-10,-25],[0,-24],[15,-19],[26,-1],[21,10],[21,8],[26,0],[23,3],[7,19],[-12,20],[-11,16],[1,16],[-3,16],[-8,18],[6,19],[16,14],[18,-5],[17,3],[8,16],[27,4],[10,10],[-5,23],[6,19],[19,8],[28,0],[31,-12],[10,-17],[17,-20],[32,5],[21,0],[18,-13],[15,-10],[20,9],[6,26],[11,23],[17,4],[30,8],[17,10],[6,17],[6,19],[23,4],[12,-15],[-2,-23],[-4,-28],[3,-21],[19,-6],[24,1],[28,3],[13,-16],[-3,-25],[9,-17],[-1,-15],[7,-8],[4,-12],[-28,-14],[-7,-11],[-1,-15],[-2,-34],[-5,-32],[-2,-40],[-5,-38],[-4,-37],[-15,-26],[-15,-28],[2,-27],[2,-36],[-19,-23],[-22,-27],[2,-42],[-1,-33],[-21,-22],[-22,-39],[-9,-32],[7,-29],[28,-49],[17,-29],[18,-29],[19,-15],[35,-15],[25,-10],[0,-27],[-4,-16],[28,-15],[32,-6],[30,14],[19,25],[23,24],[37,8],[9,-28],[17,-24],[8,-28],[-11,-35],[-10,-26],[3,-20],[20,-29],[3,-20],[17,-12],[16,-17],[3,-30],[-5,-32],[8,-37],[22,-37],[20,-31],[18,-24],[9,-30],[6,-29],[13,-22],[9,-20],[-1,-20],[-22,-11],[-12,-16],[17,-20],[14,-23],[17,-36],[19,-24],[20,-30],[13,-18],[1,-24],[13,-14],[20,-8],[7,-14],[19,-6],[19,-9],[8,-15],[9,-15],[13,-25],[4,-17],[15,-12],[21,8],[31,17],[33,2],[31,-5],[23,2],[22,-2],[31,3],[34,5],[16,-8],[3,-15],[6,-26],[-19,-12],[-17,-17],[8,-18],[-3,-28],[-1,-37],[0,-33],[-2,-17],[0,-29],[9,-25],[14,-24],[17,-30],[7,-16],[1,-30],[-1,-22],[11,-19],[15,-17],[11,-37],[18,-18],[23,-24],[21,-9],[21,-11],[7,-25],[-1,-12],[1,-29],[7,-29],[7,-22],[18,-19],[9,-13],[-5,-19],[-14,-17],[-7,-21],[-1,-19],[6,-23],[12,-22],[12,-15],[15,-21],[5,-18],[4,-23],[9,-12],[4,-17],[6,-21],[4,-19],[20,-31],[27,-18],[23,-18],[31,-18],[24,-17],[20,-32],[15,-22],[15,-26],[31,-20],[29,-31],[20,-32],[10,-30],[9,-24]],[[81465,75975],[1,-18],[16,-15]],[[86442,60991],[-12,-30]],[[86483,60637],[-21,15],[0,-8],[-23,-17],[-57,-16],[-51,3],[-28,0],[-48,-24],[-50,-14],[-42,-8],[-23,-5],[-132,-36],[-34,-13],[-14,-5],[-3,13],[3,12],[-32,8],[-32,-3],[18,-30],[-16,-20],[-74,-15],[-51,-6],[-66,-2],[-68,-15],[-43,7],[-82,-3],[-66,-25],[-76,-10],[-47,-3],[-92,-27],[-138,-41],[-65,-13],[-47,-21],[-14,-5],[-126,-36],[-119,-23],[-55,0],[-108,-50],[-65,-29],[-75,-5],[-28,-22],[-55,-16],[-23,21],[-26,-16],[-59,-27],[-43,5],[-29,-37],[-79,-35],[-12,-3],[-26,-8],[-81,-27],[-51,-20],[-18,-4],[-73,-27],[-63,-16],[-27,-5],[-39,-25],[-69,-38],[-25,-16],[-33,-13],[-97,-41],[-29,-2],[-28,-3],[-14,-4],[-33,-23],[-50,-11],[-54,-18],[-87,-30],[-32,-11],[-69,-22],[-22,-11],[-33,-15],[-46,-30],[-39,-24],[-69,-14],[-44,-8],[-9,-3],[-45,-17],[-40,-1],[-67,-8],[-37,0],[-43,0],[-62,0],[-68,-4],[-59,-3],[-74,-10],[-41,-13],[-70,-3],[-18,0],[-101,-33],[-99,-35],[-36,-8],[-194,-17],[-94,-8],[-18,12],[-26,0],[-31,-22],[-87,-19],[-21,-2],[-52,-20],[-39,-26],[-55,-13],[-32,-51],[-42,-17],[-40,-3],[-36,-3],[-37,-5],[-42,-2],[-34,0],[-43,-3],[-42,-3],[-73,-10],[-97,-13],[-90,-17],[-51,-8],[-50,-3],[-80,-9],[-100,-16],[-55,-10],[-56,-13],[-73,-15],[-113,-21],[-49,-9],[-41,-4],[-115,-17],[-126,-13],[-61,-8],[-22,3],[-97,3],[-79,-11],[-18,-5],[-41,-7],[-60,-5],[-55,-5],[-90,-13],[-78,-8],[-102,-21],[-21,-7],[-140,-13],[-37,-5],[-91,-21],[-63,-9],[-55,-3],[-145,-18],[-112,-20],[-212,-39],[-49,-9],[-55,-8],[-32,-5],[-41,-6],[-38,-5],[-73,-8],[-51,0],[-122,-2],[-237,-41],[-179,-25],[-53,8],[-104,-26],[-285,-36],[-113,-7],[-122,-3],[-389,-28],[-235,-31],[-36,-4],[-25,0],[-58,-16],[-51,-18],[-81,-3],[-83,-10],[-45,-12],[-35,-16],[-55,11],[-35,-13],[-43,-3],[-44,8],[-55,-30],[-45,5],[-52,-10],[-43,-3],[-28,-16],[-47,8],[-62,-18],[-80,-3],[-78,-27],[-69,-11],[-35,-13],[-34,-33],[-104,-5],[-53,-5],[-37,-25],[-32,3],[-48,-3],[-35,-30],[-25,-8],[-131,0],[-90,-13],[-35,-30],[-29,5],[-26,-26],[-119,-3],[-79,-38],[-101,-8],[-49,19],[-38,-8],[-90,5],[-86,-8],[-57,-8],[-173,-17],[-119,-10],[-93,-32],[-70,0],[-47,-14],[-112,-34],[-100,-20],[-55,0],[-147,-30],[-68,-13],[-102,-16],[-94,-25],[-155,-18],[-50,-8],[-69,-22],[-75,0],[-50,-28],[-83,-1],[-217,-35],[-80,-24],[-61,0],[-93,-30],[-51,-12],[-50,-13],[-72,-13],[-108,-25],[-101,-26],[-87,-21],[-97,-20],[-111,-30],[-156,-26],[-152,-43],[-118,-28],[-170,-42],[-175,-38],[-74,-13],[-130,-30],[-139,-25],[-96,-29],[-90,-25],[-71,-21],[-62,-10],[-114,-33],[-138,-25],[-209,-48],[-147,-37],[-80,-12],[-148,-39],[-159,-38],[-74,-12],[-89,-21],[-63,-5],[-52,-20],[-60,-18],[-470,-71],[-126,-21],[-49,-5],[-55,-3],[-69,-22],[-90,0],[-80,-24],[-85,-9],[-65,-5],[-105,-29],[-100,-8],[-59,-14],[-56,-4],[-87,-7],[-69,-10],[-69,-30],[-76,-4],[-31,1],[-15,20],[-3,10],[107,0],[33,6],[-22,18],[-46,9],[-41,-9],[-82,0],[-26,4],[-14,13],[22,18],[7,59],[-11,20],[-25,21],[-29,10],[-130,63],[0,-40],[0,-3]],[[66001,56975],[-20,12],[-70,46],[-96,62],[-46,32],[-34,35],[-23,47],[-9,44],[-7,28],[9,29],[39,77],[51,58],[35,57],[22,44],[4,10],[12,29],[3,35],[14,28],[14,32],[-5,63],[-10,35],[-11,32],[3,37],[10,55],[1,6],[1,45],[2,44],[-9,51],[-27,39],[-34,35],[-23,49],[-10,46],[-21,40],[-20,38],[-25,38]],[[65721,58333],[-5,9],[-18,32]],[[65698,58374],[-5,35],[-3,24],[-23,43],[-16,39],[2,41],[-11,46],[14,39],[-2,49],[-15,38],[-16,32],[-5,48],[-9,46],[-7,41],[-6,45],[-14,30],[-28,37],[-10,45],[-6,30],[7,36],[9,32],[16,24],[25,25],[20,28],[12,27],[-8,32],[-14,28],[-12,21],[-6,32],[-6,15],[-25,20],[0,31],[-4,31],[-3,38],[-1,29],[-1,28],[2,35],[-1,43],[-1,27],[-17,40],[-25,36],[-24,48],[-26,40],[-22,39],[-7,31],[-10,32],[-8,36],[-6,44],[1,42],[0,42],[-2,43],[5,23],[-6,23],[-15,28],[-19,23],[-37,36],[-12,26],[4,21],[-2,22],[-21,19],[-23,17],[-26,16],[-21,17],[-3,19],[14,18],[10,28],[0,27],[-14,30],[-24,22],[-29,24],[-29,26],[-17,24],[-19,35],[-7,29],[-6,35],[-14,38],[-20,42],[-18,27],[-14,30],[-4,25],[-10,28],[-17,27],[-5,32],[-3,29],[-19,33],[-31,41],[-7,37],[3,50],[-4,43],[2,53],[4,33],[-9,32],[-11,37],[-8,43],[12,34],[25,45],[15,43],[-7,46],[-12,32],[-17,41],[-24,30],[-19,44],[-24,31],[-28,36],[-24,30],[-13,26],[11,18],[10,30],[-6,34],[-24,21],[-29,18],[-25,32],[-13,29],[-27,40],[-4,26],[-17,40],[-14,25],[-21,41],[-20,32],[-29,43],[7,36],[6,44],[29,39],[18,30],[-1,50],[-18,53],[-16,46],[-7,35],[3,42],[-12,59],[-10,44],[-10,45],[6,56],[-14,48],[-26,53],[-9,52],[-5,34],[1,32],[14,44],[2,51],[-15,45],[-31,42],[-34,37],[-26,51],[-6,53],[-21,48],[-30,38],[-31,39],[-33,23],[-22,20],[8,19],[7,41],[-3,36],[-22,34],[-23,44],[-1,34],[-11,34],[-7,31],[-1,32],[0,20],[-1,21],[7,30],[1,28],[5,33],[4,34],[-13,19],[-12,23],[-20,23],[-9,34],[-5,30],[-9,30],[-20,39],[-12,23],[-9,24],[3,38],[12,37],[13,25],[0,22],[-17,16],[2,24],[-7,35],[-18,26],[-3,23],[-9,22],[-30,15],[-26,17],[-35,27],[-26,20],[-11,39],[-10,22],[-10,26],[7,34],[14,37],[-7,20],[7,36],[7,38],[-4,28],[-24,15],[-41,17],[-29,13],[-13,11],[-2,29],[2,29],[-10,22],[-24,18],[-17,25],[-8,22],[-8,35],[4,30],[10,21],[2,23],[-2,30],[25,21],[18,28],[7,48],[-9,33],[-10,30],[-4,31],[-11,32],[-11,40],[-6,36],[-8,25],[-11,19],[-20,14],[4,19],[13,21],[14,23],[0,24],[-13,31],[-16,31],[-11,33],[-10,43],[-4,31],[-1,32],[13,30],[-3,38],[-4,41],[5,19],[24,3],[21,5],[27,-4],[15,10],[9,19],[19,19],[24,33],[26,40],[12,21],[5,20],[1,18],[24,22],[21,37],[19,15],[12,24],[10,24],[27,27],[29,24],[31,21],[24,15],[33,22],[25,24],[15,21],[4,36],[-6,36],[-9,24],[8,19],[5,22],[-2,38],[-5,40],[9,23],[1,21],[-12,14],[-6,23],[15,25],[23,8],[10,19],[-27,12],[-28,15],[-15,30],[-12,30],[-21,30],[-15,26],[-1,21],[13,38],[19,28],[17,31],[14,34],[0,29],[-14,30],[-27,24],[-32,19],[-37,18],[-26,23],[-13,33],[-9,38],[-1,36],[0,27],[3,31],[6,35],[-8,40],[-5,23],[-12,48],[-10,21],[-10,30],[-1,31],[2,23],[-22,21],[-10,22],[-18,32],[-23,35],[-7,27],[15,32],[6,31],[7,40],[-11,39],[-25,30],[-16,25],[-9,39],[-20,25],[-22,21],[-28,18],[-33,31],[-18,23],[-14,30],[-17,42],[2,28],[4,26],[-28,19],[-25,19],[-9,31],[1,32],[-4,36],[2,31],[3,22],[-12,12],[-14,19],[-14,29],[4,23],[12,43],[-4,27],[-13,36],[-7,47],[3,33],[8,41],[-2,40],[-26,36],[-27,20],[-27,28],[-8,39],[2,37],[0,38],[25,40],[23,21],[3,30],[-15,27],[-25,27],[-33,26],[-30,31],[-30,27],[-32,23],[-40,29],[-32,10],[-31,9],[-31,16],[-35,21],[-17,29],[-18,42],[-28,32],[-16,31],[-17,26],[-29,33],[-34,31],[-43,33],[-44,26],[-35,22],[-43,33],[-36,26],[-41,30],[-31,24],[-29,24],[-36,39],[-36,22],[-35,28],[-36,17],[-43,25],[-36,34],[-25,28],[-42,22],[-38,11],[-40,8],[-41,23],[-37,22],[-42,31],[-33,28],[-37,33],[-33,38],[-23,55],[-26,36],[-24,28],[-17,32],[-23,36],[-15,32],[-8,32],[-9,27],[-18,28],[-9,30],[-31,33],[-36,42],[-27,28],[-31,22],[-19,23],[-24,30],[-22,36],[-23,26],[-23,27],[-26,26],[-42,24],[-36,22],[-33,37],[-16,45],[-25,18],[-39,25],[-34,26],[-33,21],[-27,20],[-37,24],[-21,20],[-27,39],[-21,33],[-29,30],[-41,15],[-34,21],[-29,30],[-31,15],[-23,22],[-24,10],[-22,24],[-14,34],[-23,34],[-23,17],[-35,32],[-22,24],[-16,28],[-32,37],[-33,34],[-31,26],[-29,24],[-25,20],[-29,29],[-19,39],[-1,28],[2,34],[-14,36],[-24,30],[-29,17],[-20,24],[-24,33],[-17,43],[7,33],[23,23],[39,21],[28,23],[18,32],[14,45],[18,26],[21,31],[5,28],[-10,30],[-13,31],[-10,42],[-16,31],[-17,35],[-6,31],[9,29],[26,29],[16,31],[18,19],[19,12],[19,25],[16,21],[22,24],[4,24],[7,14],[-6,22],[-14,43],[-30,24],[-26,14],[-20,28],[-18,30],[-15,15],[-10,19],[-10,13],[-27,27]],[[44382,56438],[0,-336]],[[44382,56102],[0,-923]],[[44382,55179],[-2,-176],[0,-8]],[[44380,54995],[-47,-4],[-346,-43],[-98,-11],[-161,-30],[-152,-26],[-79,-20],[-94,-59],[-440,-68],[-349,-26],[-397,-30],[-796,22],[-639,16],[-346,68],[-249,84],[-54,21],[-58,21],[-56,9],[-70,32],[-68,27],[-41,29],[-43,25],[-60,13],[-90,22],[-97,16],[-76,31],[-32,83],[-48,39],[-94,71],[-97,56],[-90,84],[-72,56],[-41,70],[-50,60],[-42,41],[-66,37],[-65,22],[-83,5],[-180,18],[-168,-18],[-179,-43],[-175,-28],[-122,-26],[-83,-35],[-173,-67],[-141,-50],[-84,-39],[-65,-30],[-80,-41],[-99,-59],[-148,-81],[-87,-57],[-87,-40],[-65,-41],[-87,-46],[-78,-23],[-88,-16],[-82,-4],[-69,-5],[-90,-26],[-97,21],[-79,60],[-90,34],[-98,27],[-83,37],[-56,37],[-70,34],[-58,40],[-60,36],[-76,39],[-66,33],[-56,30],[-66,38],[-43,51],[-8,49],[-32,8],[-56,-6],[-44,28],[-30,23],[-75,29],[-69,20],[-72,8],[-104,8],[-123,2],[-127,-2],[-118,-8],[-91,-5],[-75,5],[-76,22],[-80,34],[-78,20],[-65,18],[-62,16],[-62,42],[-63,13],[-52,23],[-50,15],[-49,14],[-62,15],[-62,13],[-60,13],[-62,17],[-61,46],[-66,38],[-74,29],[-59,30],[-49,18],[-59,17],[-83,16],[-62,21],[-65,12],[-64,26],[-51,13],[-60,12],[-48,15],[-56,-2],[-45,17],[-49,13],[-73,-8],[-93,-17],[-37,0],[-115,38],[-80,30],[-79,11],[-47,21],[-61,2],[-55,20],[-61,16],[-54,35],[-74,21],[-59,20],[-93,26],[-59,25],[-53,16],[-58,23],[-48,20],[-39,18],[-46,22],[-55,21],[-51,17],[-46,19],[-39,17],[-58,26],[-58,21],[-47,25],[-47,21],[-46,22],[-44,29],[-68,51],[-55,42],[-42,31],[-55,29],[-51,42],[-46,29],[-37,73],[0,70],[-2,43],[-19,22],[-39,-27],[-39,-202],[21,-43],[17,-41],[0,-48],[-26,-8],[-32,18],[-10,59],[10,260],[-3,22],[-11,29],[0,64],[-3,43],[-11,12],[-39,23],[-69,62],[-37,-21],[-21,-25],[-83,8],[-173,114],[-14,26],[28,12],[26,54],[0,30],[-21,1],[-19,-14],[-57,-38],[-23,23],[0,41],[-35,-5],[-29,-8],[-26,-9],[-14,2],[-4,15],[9,13],[38,13],[19,17],[-69,-9],[-7,22],[47,11],[7,10],[-10,28],[-37,30],[-15,39],[-17,20],[-69,-16],[-10,-66],[21,-27],[-1,-34],[27,5],[25,-8],[-11,-27],[-37,-8],[-35,8],[-18,124],[-21,21],[-20,58],[-5,61],[-2,16],[32,3],[41,18],[68,20],[-3,23],[21,54],[-21,51],[-11,63],[-26,0],[-136,-64],[72,120],[36,84],[33,3],[2,17],[-25,34],[-25,63],[-35,56],[-37,59],[-87,79],[-32,43],[-42,21],[-30,30],[-21,26],[-46,36],[-55,89],[-37,31],[-18,66],[-46,56],[-35,8],[-9,22],[-10,57],[-33,31],[-26,43],[-43,28],[-40,35],[-25,29],[-60,73],[-21,44],[-103,81],[-28,18],[-18,21],[-30,76],[-31,25],[-32,42],[-90,55],[-63,32],[-68,30],[-82,35],[-23,34],[11,13],[-18,25],[-32,-21],[-61,-35],[-50,-29],[-41,-33],[-24,-30],[-29,-5],[-21,5],[-45,-46],[-35,25],[-30,62],[-17,56],[-6,8]],[[27635,59867],[69,-26],[1526,1437]],[[29230,61278],[241,226],[979,921]],[[30450,62425],[-26,208],[169,28],[583,-73],[355,204],[424,-111],[534,-96],[1065,-448],[1143,1081],[-35,34],[690,643],[666,-604],[1755,1633]],[[38086,64062],[8,-15],[3,-13],[1,-13],[7,-14],[9,-22],[4,-18],[0,-23],[0,-19],[-7,-18],[-6,-16],[3,-13],[7,-15],[-21,-29],[-4,-15],[10,-26],[15,-18],[2,-23],[17,-6],[19,-21],[17,-7],[22,-23],[22,-19],[12,-16],[26,-15],[0,-25],[-12,-21],[-4,-22],[-19,-8],[-18,-23],[-9,-21],[14,-22],[16,-25],[0,-29],[-1,-23],[-4,-18],[-20,-8],[-9,-16],[0,-24],[-2,-22],[-19,-16],[-3,-28],[-3,-25],[-19,-10],[8,-15],[3,-19],[-2,-17],[14,-12],[13,-23],[12,-9],[13,-19],[-7,-28],[-11,-34],[3,-33],[16,-42],[15,-28],[16,-32],[16,-34],[3,-34],[8,-32],[10,-28],[1,-23],[0,-21],[16,-17],[4,-24],[11,-28],[16,-29],[28,-25],[17,-18],[17,-14],[6,-28],[14,-16],[1,-20],[-20,-12],[7,-20],[-15,-7],[-18,-9],[-8,-25],[-2,-20],[-14,-19],[0,-14],[-21,-11],[-14,-13],[-5,-20],[-2,-22],[-1,-20],[-6,-24],[-15,-23],[-16,-29],[-8,-26],[-17,-13],[-19,-22],[-11,-25],[-13,-31],[0,-19],[0,-14],[20,-11],[3,-23],[16,-12],[1,-16],[15,-11],[16,5],[17,4],[15,-17],[8,-30],[18,-25],[3,-22],[13,-33],[-10,-35],[-8,-38],[-21,-34],[-13,-32],[-10,-33],[-17,-18],[1,-22],[4,-25],[1,-37],[-5,-25],[-1,-14],[-1,-24],[8,-24],[7,-27],[4,-20],[22,-12],[28,-4],[14,-13],[8,-19],[15,-4],[17,-18],[13,-22],[19,-18],[8,-23],[2,-15],[18,-12],[11,-18],[4,-27],[13,-15],[18,-8],[10,-22],[-1,-38],[-10,-33],[-2,-28],[19,-35],[-6,-22],[-9,-14],[21,-14],[21,-20],[-4,-30],[10,-25],[15,-10],[11,-25],[19,-51],[13,-33],[23,-33],[32,-10],[34,8],[23,-4],[17,-16],[14,4],[24,-16],[15,-34],[19,-28],[7,-26],[-12,-17],[-22,-20],[-24,-17],[0,-27],[11,-36],[10,-23],[12,-30],[19,-27],[1,-20],[27,-14],[33,-9],[18,-29],[9,-33],[-2,-23],[4,-34],[0,-31],[-5,-22],[10,-40],[12,-33],[5,-31],[7,-24],[6,-24],[4,-26],[6,-35],[18,-29],[-1,-27],[-19,-26],[-19,-29],[-18,-29],[-26,-2],[-25,-10],[-20,-13],[-23,2],[-17,-13],[-7,-22],[1,-21],[-3,-31],[2,-18],[5,-30],[3,-26],[23,-13],[8,-18],[18,-16],[32,3],[15,-20],[13,-22],[13,-29],[0,-30],[-9,-24],[0,-19],[13,-22],[18,-28],[21,-21],[19,-17],[26,-11],[29,5],[21,-16],[17,-18],[24,-7],[27,5],[26,2],[28,-4],[20,0],[26,-2],[18,-15],[7,-17],[0,-21],[0,-16],[5,-14],[12,-12],[6,-19],[1,-19],[11,-17],[25,-12],[28,7],[25,11],[28,16],[15,-13],[4,-18],[-4,-22],[0,-17],[-5,-19],[-4,-24],[-3,-24],[-7,-23],[-5,-25],[-8,-21],[14,-24],[26,-27],[19,-27],[16,-14],[23,-17],[33,-16],[28,-13],[15,-25],[21,-23],[9,-16],[17,-18],[0,-20],[2,-27],[7,-24],[10,-21],[19,-8],[2,-19],[13,-12],[7,-23],[-14,-17],[0,-20],[5,-19],[30,-19],[12,-21],[26,-22],[21,-21],[19,-11],[22,-14],[33,6],[26,5],[38,-3],[23,10],[22,-12],[16,-16],[-6,-21],[4,-23],[9,-26],[-7,-15],[-5,-17],[6,-13],[32,-8],[30,-4],[27,-5],[21,-8],[12,20],[5,24],[-3,14],[4,6],[18,15],[10,20],[12,14],[25,1],[22,2],[27,-11],[25,-12],[29,-17],[21,-15],[23,-16],[14,-21],[10,-29],[1,-17],[18,-13],[22,0],[-2,-25],[-7,-28],[-4,-26],[16,-3],[27,10],[18,8],[18,-17],[27,-6],[7,-22],[20,-2],[21,-21],[23,-3],[5,-16],[-4,-18],[-14,-14],[-7,-25],[-6,-16],[12,-18],[13,-17],[19,-3],[15,-11],[22,-5],[27,-1],[39,-12],[39,0],[25,-4],[40,-6],[28,-1],[25,-2],[21,-17],[20,-6],[17,16],[20,3],[33,-11],[24,-7],[24,-14],[26,5],[38,6],[29,12],[33,-3],[15,-23],[22,-6],[28,2],[14,-20],[13,-14],[27,-11],[26,-2],[4,-17],[-3,-14],[14,-10],[-6,-19],[16,-23],[17,-17],[29,-18],[40,-27],[32,-8],[41,-20],[39,8],[31,-8],[25,7],[29,11],[22,14],[21,-2],[33,-33],[30,-38],[33,-28],[34,-17],[35,-1],[38,-6],[20,-29],[20,-26],[20,-14],[50,-7],[40,-4],[37,-18],[37,-18],[21,-26],[32,-15],[38,-17],[31,-20],[22,-17],[9,-22],[20,-13],[29,-21],[31,-18],[12,-23],[11,-11],[8,-31],[19,-32],[20,-32],[11,-23],[12,-27],[20,-15],[27,-9],[35,-9],[32,15],[25,4],[35,3],[14,-13],[16,-17],[25,-14],[24,-9],[26,-11],[32,6],[23,0],[27,-13],[22,-19],[15,-19],[16,-19],[17,-9],[27,-20],[26,-19],[30,-14],[25,-13],[33,-14],[26,7],[38,0],[20,7],[20,13],[23,-1],[21,-8],[14,-12],[23,-18],[15,-10],[23,-10],[15,-8],[26,-16],[19,-12],[14,-11],[16,-16],[13,-13],[11,-6],[13,-24],[11,-8],[4,-18],[5,-19],[8,-11],[19,-7],[12,-18],[17,-15],[15,-12],[17,-13],[14,-12],[8,-12],[10,-6],[26,-14],[20,-16],[27,-25],[15,-17],[25,-18],[19,-23],[11,-24],[15,-21],[15,-18],[17,-14],[15,-16],[24,-19],[25,-15],[21,-12],[27,-13],[29,-10],[23,-11],[20,-13],[20,-3],[14,4],[19,-1],[33,-19],[30,-9],[23,-32],[24,-25],[21,-26],[18,-11],[25,-14],[28,0],[36,2],[26,9],[19,5],[20,-4],[20,0],[16,12],[10,15],[12,16],[16,15],[12,15],[23,4],[27,3],[21,4],[22,3],[5,15],[11,9],[14,-2],[19,-11],[15,-10],[13,-11],[15,0],[11,6],[17,10]],[[142615,93977],[-353,295],[-83,70]],[[142179,94342],[-252,210]],[[148649,103744],[392,-52]],[[149041,103692],[-9,-11],[-80,-130],[-72,-140],[-43,-54],[-40,-55],[-64,-97],[-30,-38],[-39,-42],[-54,-71],[-36,-40],[-44,-62],[-39,-51],[-32,-51],[-37,-58],[-36,-52],[-54,-84],[-39,-73],[-41,-70],[-70,-116],[-66,-92],[-51,-80],[-29,-41],[-32,-47],[-79,-85],[-80,-97],[-47,-71],[-42,-67],[-40,-65],[-29,-42],[-54,-101],[-19,-26],[-36,-49],[-32,-48],[-40,-46],[-46,-72],[-58,-73],[-47,-62],[-68,-79],[-46,-65],[-44,-67],[-32,-51],[-34,-54],[-31,-38],[-8,-35],[-30,-42],[-42,-25],[-62,-114],[-14,-18],[-54,-97],[-57,-100],[-22,-38],[-18,-35],[-26,-42],[-28,-41],[-43,-76],[-51,-89],[-15,-33],[-17,-26],[-14,-27],[-18,-27],[-19,-27],[-90,-181],[-47,-89],[-22,-56],[-22,-36],[-21,-39],[-37,-63],[-39,-72],[-32,-64],[-26,-66],[-35,-64],[-33,-71],[-31,-59],[-30,-64],[-25,-55],[-25,-47],[-12,-20],[-7,-18],[-28,-55],[-22,-46],[-30,-59],[-35,-59],[-25,-63],[-25,-47],[-23,-51],[-32,-84],[-24,-64],[-22,-63],[-29,-49],[-22,-27],[-18,-37],[-19,-40],[-21,-44],[-2,-13],[-12,-14],[-28,-54],[-19,-48],[-29,-62],[-16,-30],[-9,-34],[-32,-46],[-35,-76],[-20,-26],[-10,-25],[-18,-25],[-35,-51],[-18,-24],[-20,-35],[-32,-35],[-10,-19],[-11,-35],[-26,-43],[-46,-59],[-16,-52],[-23,-48],[-16,-35],[-18,-16],[-32,-79],[-33,-73],[-24,-46],[-12,-39],[-10,-36],[-18,-35],[-43,-64],[-36,-59],[-25,-41],[-33,-63],[-33,-67],[-36,-48],[-40,-54],[-38,-43],[-37,-43],[-39,-41],[-20,-30],[-5,-21],[-27,-26],[-21,-30],[-21,-30],[-23,-32],[-28,-33],[-28,-32],[-18,-19],[-34,-55],[-24,-39],[-22,-30],[-44,-67],[-32,-63],[-25,-18],[-19,-41],[-29,-25],[-20,-23],[-33,-65],[-51,-65],[-25,-26],[-28,-54],[-47,-51],[-18,-38],[-21,-38],[-48,-54],[-41,-27],[-39,-41],[-51,-97],[-133,-123],[-83,-81],[-79,-79],[-14,-21],[-91,-86],[-65,-57],[-28,-25],[-11,-18],[-97,-84],[-69,-89],[-118,-105],[-126,-148],[-124,-135],[-94,-114],[-64,-77],[-10,-10]],[[30450,62425],[-1220,-1147]],[[27635,59867],[-15,22],[-32,16],[-23,35],[-43,16],[-19,17],[-9,37],[42,27],[-3,38],[-25,32],[-59,10],[-31,-1],[-30,16],[-39,-3],[-41,5],[-32,34],[-24,12],[-66,-5],[-14,26],[-39,25],[-33,3],[107,-95],[-35,0],[-28,-8],[-11,24],[-34,25],[-28,10],[-44,-10],[-5,-30],[7,-11],[-19,-13],[-8,13],[-18,-43],[-51,5],[-14,8],[30,20],[21,30],[-26,-12],[-68,-8],[-22,-48],[-14,-44],[19,-18],[-16,-50],[23,-31],[-5,-49],[-25,24],[-74,56],[-19,23],[-15,-11],[-28,0],[-11,21],[-21,-10],[-21,30],[-13,-25],[-63,46],[-5,23],[-25,-21],[-46,28],[-11,18],[-26,-13],[-53,21],[-11,22],[25,46],[58,46],[-14,51],[9,54],[-7,54],[26,35],[28,16],[-3,30],[-30,-12],[-25,-5],[-17,0],[-18,-8],[-7,13],[10,17],[7,29],[-6,20],[-29,27],[-37,-22],[-28,-25],[-25,-3],[-58,-18],[-39,-13],[-94,-84],[-51,41],[-32,26],[-94,89],[-26,4],[-18,21],[-14,-12],[-29,-9],[-24,-28],[7,-68],[-11,0],[-23,71],[-25,-5],[-21,-54],[-58,16],[-14,18],[-55,0],[-39,25],[0,21],[-14,12],[-21,1],[-45,20],[-14,2],[0,-10],[29,-30],[-25,-11],[-55,25],[-43,18],[-3,19],[-44,-5],[-278,70],[-28,3],[-21,16],[-25,64],[3,35],[-26,0],[-21,11],[17,-49],[-10,-46],[7,-26],[-55,41],[-56,80],[-15,165],[29,423],[-62,-17],[-29,35],[-14,163],[-32,94],[-72,307],[-346,300],[-465,202],[-101,-46],[-55,132],[-110,46],[49,-114],[-565,-140],[79,-135],[-109,-131],[-11,-155],[-21,-69],[-181,13],[-121,-25],[3,-92],[-120,117],[-53,-43],[-15,-75],[-151,34],[-126,50],[-173,190],[-400,-131]],[[21678,61868],[0,2],[2,15],[-7,9],[2,9],[1,16],[-5,14],[-14,16],[-16,9],[-21,7],[-21,6],[-18,3],[-12,11],[-17,17],[-2,16],[-20,29],[-15,23],[-8,16],[-15,18],[-9,14],[-2,16],[-21,27],[-3,18],[-4,20],[-8,23],[-7,20],[-5,18],[-4,24],[-9,25],[-14,40],[-13,30],[-1,35],[2,18],[-6,31],[-6,24],[-3,21],[-7,29],[-5,28],[-11,31],[-3,23],[-4,27],[-13,26],[-3,30],[-1,27],[0,42],[10,24],[-3,18],[4,26],[-3,27],[2,29],[-5,20],[-11,19],[-8,32],[-9,27],[0,26],[0,18],[-2,22],[2,27],[-5,18],[-10,14],[3,12],[12,5],[5,8],[14,5],[14,10],[9,13],[-4,27]],[[21347,63198],[-5,8],[-10,20]],[[21332,63226],[-9,26],[-15,29],[-7,29],[0,30],[-6,26],[-5,6],[-12,18],[-7,18],[-19,15],[-17,23],[-12,27],[-7,24],[-6,23],[-17,15],[-14,19],[-19,24],[-21,16],[-27,12],[-11,26],[-4,23],[-11,35],[-26,20],[-35,28],[-28,21],[-29,17],[-9,3],[-26,11],[-34,18],[-34,19],[-20,13],[-20,16],[-19,21],[-35,20],[-32,21],[-24,15],[-18,12],[-18,17],[-28,21],[-23,17],[-19,15],[-17,15],[-17,14],[-19,16],[-16,16],[-16,14],[-19,22],[-9,16],[-8,30],[-7,24],[-20,21],[-24,22],[-17,19],[-19,12],[-25,7],[-21,11],[-26,17],[-14,8],[-19,18],[-17,17],[-22,15],[-30,19],[-19,11],[-10,16],[-12,10],[-25,7],[-29,17],[-21,24],[-33,14],[-28,6],[-33,4],[-22,9],[-19,11],[-33,8],[-31,11],[-32,8],[-36,14],[-28,8],[-15,12],[-22,13],[-23,13],[-28,15],[-21,13],[-31,4],[-33,10],[-34,7],[-35,18],[-34,9],[-35,9],[-39,15],[-29,10],[-49,9],[-29,9],[-39,15],[-38,12],[-28,11],[-27,10],[-27,15],[-17,13],[-27,14],[-28,15],[-35,7],[-23,4],[-25,5],[-21,-3],[-13,18],[-23,28],[-7,16],[-1,24],[-16,14],[-31,5],[-37,4],[-38,5],[-46,12],[-41,11],[-42,21],[-25,19],[-26,18],[-26,11],[-29,0],[-35,5],[-43,11],[-27,4],[-41,11],[-39,9],[-27,11],[-25,-7],[-34,-16],[-32,-10],[-36,-16],[-22,-2],[-33,11],[-34,10],[-36,6],[-29,5],[-30,10],[-21,21],[-18,20],[-14,21],[-31,19],[-35,15],[-25,17],[-31,11],[-26,6],[-23,12],[-13,18],[-4,24],[-7,19],[-14,26],[-14,18],[-17,17],[-21,13],[-10,20],[-7,18],[-1,17],[7,29],[8,25],[-2,22],[-10,22],[-13,25],[-18,13],[-8,16],[2,27],[11,32],[0,25],[-1,26],[-2,31],[-14,25],[-16,23],[0,19],[4,26],[1,21],[1,28],[-7,15],[-7,5]],[[52881,55767],[-1,-564]],[[52880,55203],[1,-15],[38,7],[76,11],[126,3],[21,0],[119,-6],[25,0],[0,-27]],[[53286,55176],[-509,-88],[-73,-30],[-57,-24],[-253,-40],[-180,-41],[-154,-30],[-210,-34],[-93,5],[-36,-3],[-76,-5],[-461,-9],[-382,9],[-167,13],[-111,6],[-192,18],[-93,20],[-155,10],[-243,33],[-272,59],[-235,13],[-199,12],[-118,2],[-177,21],[-252,33],[-213,13],[-152,5],[-108,11],[-714,0],[-219,14],[-91,-5],[-69,18],[-68,-18],[-396,11],[-527,5],[-89,-16],[-203,-5],[-216,-33],[-83,3],[-69,-16],[-262,-30],[-284,-46],[-445,-42]],[[44382,55179],[0,353],[0,570]],[[44382,56438],[0,760],[2653,1],[582,-863],[8,-12],[10,-13],[22,17],[17,12],[6,2],[18,1],[21,-3],[12,-8],[8,-8],[15,-12],[24,-4],[6,10],[8,2],[14,7],[11,-1],[28,-2],[19,0],[17,-2],[13,-5],[18,-16],[17,-5],[12,6],[14,9],[15,5],[9,5],[15,17],[17,9],[33,-22],[21,-24],[27,1],[19,-3],[12,-4],[25,-19],[15,0],[18,3],[17,6],[13,1],[12,2],[16,5],[19,2],[15,-2],[22,2],[25,2],[29,-10],[12,1],[35,4],[17,5],[44,20],[18,1],[19,16],[19,-6],[12,-17],[17,-21],[11,1],[20,1],[23,-16],[15,-8],[27,-9],[21,-4],[23,-1],[33,11],[26,12],[17,16],[4123,1],[0,-527]],[[65698,58374],[23,-41]],[[66001,56975],[14,-92],[12,-40],[31,-28],[65,-26],[37,-16],[-51,-35],[-60,-3],[-59,-2],[-65,-6],[-136,-10],[-65,-22],[-223,-19],[-301,-30],[-157,-8],[-87,-25],[-109,-38],[-112,-13],[-126,-21],[-187,-10],[-235,-41],[-292,-27],[-273,-33],[-278,-37],[-357,-38],[-280,-38],[-142,-26],[-227,-30],[-252,-21],[-208,-30],[-135,-33],[-165,-34],[-158,-25],[-177,-22],[-115,-24],[-44,-13],[-131,-20],[-158,-18],[-118,-25],[-102,-38],[-137,-21],[-187,-51],[-108,0],[-191,-51],[-101,-22],[-104,-29],[-113,-28],[-285,-69],[-187,-51],[-303,-104],[-457,-103],[-286,-20],[-692,-30],[-382,-3],[-840,3],[-234,12],[-214,0],[-677,-9],[-360,-29],[-606,-59],[-286,-28],[-316,-51],[-223,-39]],[[52880,55203],[0,290],[1,274]],[[97863,88220],[14,-27],[21,-28]],[[98363,86513],[0,-10],[10,-3],[12,-9],[14,-7],[11,-10],[4,-15],[2,-19],[0,-12],[11,-10],[2,-13],[-3,-14],[-7,-18],[-2,-8],[3,-14],[-4,-7],[-14,-10],[-7,-8],[-21,-13],[-4,-12],[-3,-10],[-16,-14],[0,-13],[6,-12],[3,-20],[9,-24],[16,-22],[0,-23],[-16,-13],[-14,-15],[-23,-16],[-20,-15],[-8,-13],[-7,-21],[-14,-18],[-16,-15],[-31,5],[-14,15],[-30,1],[-13,-22],[-2,-19],[-6,-25],[-12,-12],[-22,-3],[-26,10],[-24,-2],[-27,-14],[-14,-3],[-16,-8],[-6,-11],[-6,-9],[-9,0],[-20,5],[-30,-2],[-19,-17],[-16,-10],[-4,-19],[16,-18],[15,-20],[-5,-14],[-9,-23],[2,-8],[1,-20],[-19,-17],[-11,-8],[0,-12],[-8,-13],[-6,-11],[-4,-8],[-8,-14],[-6,-12],[2,-19],[5,-20],[14,-17],[4,-16],[-12,-12],[-21,-2],[-22,-8],[-6,-12],[-12,-18],[-4,-10],[-20,-7],[-15,-11],[-11,-10],[-30,-9],[-26,-3],[-17,4],[-18,10],[-19,3],[-19,-12],[-16,-17],[-12,-12],[-13,-13],[-30,-7],[-13,-9],[-17,-14],[-32,-2],[-16,-2],[-23,-8],[-16,-1],[-11,-21],[-8,-11],[-15,-12],[-1,-15],[10,-26],[-6,-18],[-8,-15],[-8,-24],[-12,-3],[-13,8],[-19,7],[-11,-4],[-11,-15],[-11,-11],[-11,-6],[-20,-17],[-4,-13],[-21,-10],[-2,-13],[10,-15],[0,-15],[-10,-12],[-23,-8],[-15,-12],[-13,-9],[-17,2],[-26,2],[-17,-10],[-10,-17],[-8,-23],[-10,-17],[-18,-12],[-10,-24],[2,-13],[12,-24],[-1,-13],[-19,-14],[-22,-11],[-9,-14],[-5,-26],[-9,-6],[0,-13],[-5,-12],[-12,-15],[-2,-18],[15,-23],[0,-24],[-1,-19],[20,-27],[7,-24],[0,-25],[4,-14],[11,-23],[-7,-31],[-14,-14],[-5,-17],[2,-17],[12,-19],[13,-21],[6,-18],[0,-24],[-9,-24],[-10,-17],[-18,-3],[-15,-7],[-14,-17],[-20,-14],[-6,-13],[0,-11],[13,-9],[13,-9],[-2,-16],[14,-12],[24,0],[8,-16],[-4,-23],[-3,-23],[-1,-17],[-19,-19],[-22,-21],[-6,-20],[-8,-13],[1,-16],[9,-20],[-1,-28],[-5,-23],[-2,-19],[17,-14],[15,-10],[7,-15],[-5,-18],[-11,-10],[0,-16],[-1,-22],[-16,-10],[-17,-12],[-5,-7],[-2,-17],[2,-27],[7,-20],[16,-39],[9,-25],[1,-33],[-1,-22],[-4,-32],[-2,-21],[-5,-27],[-5,-19],[-3,-24],[11,-23],[9,-31],[-2,-15],[-7,-21],[-2,-22],[3,-12],[6,-19],[31,-27],[8,-25],[10,-30],[11,-18],[33,-9],[9,-13],[30,-21],[29,-3],[14,-10],[20,-16],[23,-12],[21,-6],[26,-13],[5,-19],[-1,-28],[5,-18],[7,-22],[8,-23],[13,-23],[10,-22],[-3,-29],[3,-31],[15,-12],[15,-12],[12,-26],[21,-16],[11,-22],[23,-14],[30,-16],[3,-27],[6,-30],[10,-24],[-8,-19],[-5,-29],[18,-12],[30,-11],[14,-26],[16,-16],[13,-19],[15,-20],[32,1],[29,5],[32,14],[34,9],[16,-10],[24,-26],[14,-18],[14,-18],[23,-14],[27,-8],[25,-4],[12,-13],[9,-21],[11,-25],[13,-20],[16,-19],[9,-23],[15,-21],[17,-13],[17,-21],[2,-28],[12,-28],[11,-28],[6,-24],[2,-31],[-10,-31],[-12,-41],[6,-24],[16,-27],[5,-25],[4,-29],[11,-26],[6,-31],[-13,-23],[-9,-21],[7,-20],[4,-36],[-11,-19],[4,-14],[6,-16],[2,-25],[-5,-20],[2,-8],[18,-9],[30,5],[52,-16],[20,-24],[21,-17],[14,-23],[24,-2],[32,-2],[20,-4],[35,1],[18,-8],[0,-22],[7,-16],[-12,-22],[-10,-26],[1,-28],[18,-31],[20,-29],[12,-24],[29,-32],[21,-26],[41,-12],[31,-11],[43,-6],[35,-6],[37,-4],[23,-11],[21,-25],[18,-22],[28,-18],[18,-16],[3,-21],[12,-12],[20,-5],[27,7],[35,15],[43,-2],[33,-10],[26,-26],[26,-25],[22,-31],[18,-30],[13,-28],[25,-13],[27,3],[50,-10],[34,-4],[12,-20],[-4,-19],[-13,-21],[-6,-23],[8,-32],[17,-16],[22,-25],[8,-32],[4,-37],[7,-31],[20,-15],[18,-18],[26,-26],[18,-29],[22,-13],[29,-7],[28,-13],[29,-27],[3,-28],[1,-20],[19,-27],[29,-17],[17,-7],[25,-21],[12,-33],[13,-21],[29,-13],[28,-7],[21,-17],[25,-23],[39,-21],[21,-22],[18,-24],[17,-12],[17,-28],[-1,-30],[-4,-46],[-2,-37],[-2,-37],[12,-18],[13,-12],[21,-24],[18,-9],[3,-19],[0,-26],[-4,-29],[2,-14],[17,-21],[5,-19],[3,-28],[22,-13],[15,-16],[13,-11],[15,-18],[14,-25],[22,-20],[-9,-37],[-12,-28],[5,-20],[4,-31],[-3,-47],[-2,-38],[7,-31],[13,-29],[10,-25],[21,-13],[30,-1],[37,-9],[25,-28],[13,-30],[31,-20],[-1,-31],[-9,-28],[10,-36],[0,-35],[-10,-34],[-4,-28],[23,-20],[38,0],[30,2],[24,-5],[12,-28],[11,-20],[18,-22],[26,-17],[21,-20],[2,-24],[19,-22],[20,-17],[16,-21],[18,-21],[19,-32],[25,-17],[19,-18],[21,-10],[32,-17],[26,-26],[13,-24],[12,-29],[18,-14],[27,1],[29,-20],[23,-22],[5,-21],[6,-28],[16,-19],[7,-23],[30,-29],[37,-20],[41,-2],[32,-13],[34,-21],[24,-16],[10,-25],[7,-24],[16,-17],[9,-21],[8,-22],[7,-18],[22,-16],[17,-5],[23,-11],[12,-16],[19,-5],[22,1],[14,-3],[33,-20],[21,-14],[11,-15],[26,-2],[23,-13],[20,-14],[14,16],[20,2],[14,-33],[0,-22],[15,-11],[20,-20],[12,-31],[-1,-27],[-18,-23],[-4,-21],[19,-24],[21,-33],[10,-44],[21,-17],[26,7],[28,-6],[27,-26],[27,-11],[20,-20],[26,-12],[-3,-34],[-1,-25],[2,-29],[-3,-32],[29,-26],[-5,-22],[-2,-33],[31,-17],[23,-22],[34,-15],[29,-19],[26,-3],[26,0],[9,-29],[-12,-29],[12,-29],[9,-30],[27,-4],[39,-12],[29,-16],[31,-21],[32,-19],[36,-19],[20,-17],[31,19],[35,-2],[11,-35],[-17,-14],[-16,-10],[28,-10],[17,13],[17,-17],[31,-13],[-3,-33],[-6,-31],[15,-29],[11,-31],[-1,-38],[3,-24],[-8,-21],[0,-21],[29,-4],[24,5],[16,-18],[2,-18],[-7,-9],[-26,2],[-3,-15],[4,-23],[6,-22],[27,-25],[26,-14],[-13,-21],[-18,-14],[3,-18],[20,-37],[11,-29],[0,-30],[-16,-15],[-15,-18],[-10,-11],[-19,-2],[2,-12],[-2,-20],[-13,4],[-7,-4],[1,-11],[11,-23],[19,-19],[0,-28],[-6,-26],[-5,-21],[5,-17],[28,5],[27,10],[23,15],[26,10],[30,2],[43,0],[26,0],[13,17],[9,13],[28,-18],[12,-16],[13,-27],[0,-26],[7,-14],[22,-3],[14,6],[14,24],[15,9],[19,-12],[-1,-21],[-20,-16],[4,-16],[10,-26],[28,-11],[29,-15],[18,-15],[20,-7],[17,-6],[16,6],[17,7],[14,-5],[30,0],[23,-12],[30,-20],[23,-10],[2,-24],[8,-11],[39,-20],[25,-22],[17,-17],[9,-14],[8,-12],[-7,-19],[-7,-19],[-1,-16],[-4,-23],[-22,-13],[-19,-11],[10,-12],[9,-22],[8,-7],[13,1],[22,-17],[18,0],[21,-9],[23,-5],[15,-19],[25,5],[17,-18],[14,-7],[7,-16],[-5,-17],[-21,-16],[-33,-21],[-12,-26],[0,-25],[1,-24],[-16,-17],[9,-15],[24,-5],[21,-31],[-5,-20],[-3,-29],[9,-25],[2,-26],[14,-10],[18,13],[28,-8],[38,-26],[28,-32],[1,-25],[-14,-8],[4,-19],[-20,-16],[-1,-17],[15,-24],[40,-23],[36,-20],[23,-37],[12,-35],[-2,-26],[-19,-9],[-21,-10],[1,-40],[-3,-29],[-2,-28],[5,-30],[19,-15],[25,7],[40,-13],[22,-9],[7,-29],[-9,-25],[-12,-18],[1,-13],[-17,-9],[-15,-10],[-4,-17],[-22,-21],[0,-16],[11,-11],[17,-12],[12,-13],[23,-5],[24,-12],[14,-10],[-2,-19],[8,-10],[-23,-14],[-18,2],[-15,-6],[-12,-3],[-14,3],[-8,-6],[-12,4],[-10,1],[-2,-15],[-12,-5],[-5,-18],[-2,-27],[-7,-9],[-12,-18],[7,-19],[17,-26],[17,-2],[16,-14],[19,-31],[14,-31],[8,-19],[32,-19],[33,-9],[9,-19],[12,-17],[6,-16],[-2,-10],[16,-13],[26,-17],[10,-18],[5,-16],[18,-12],[17,-25],[25,-16],[7,-16],[11,-9],[10,-21],[7,-22],[21,-9],[20,0],[12,-11],[13,-18],[18,-14],[24,-6],[17,-29],[31,-26],[15,-41],[21,-15],[30,-2],[38,-19],[48,-20],[40,-31],[3,-33],[-9,-27],[-13,-18],[-15,-32],[-14,-16],[-5,-31],[-7,-25],[1,-21],[9,-16],[20,-9],[26,-23],[40,-32],[28,-23],[36,-13],[45,-12],[20,-19],[11,-23],[1,-27],[2,-28],[-4,-24],[-12,-32],[21,-29],[16,-24],[19,-29],[11,-17],[8,-24],[18,-21],[20,-22],[40,-9],[47,-6],[23,-23],[21,-28],[26,-17],[28,-14],[10,-23],[31,-8],[52,-7],[46,3],[46,11],[40,8],[50,-16],[53,-16],[32,-29],[31,-32],[35,-39],[33,-36],[27,-36],[27,-34],[36,-26],[46,-22],[49,-11],[44,-16],[30,-25],[16,-30],[18,-42],[19,-37],[10,-35],[6,-33],[15,-31],[18,-14],[37,-14],[36,-7],[38,1],[27,-15],[17,-27],[-5,-26],[-8,-28],[-6,-30],[6,-27],[13,-27],[16,-28],[27,-24],[34,-14],[36,-8],[23,-14],[17,-20],[-2,-21],[-18,-17],[-19,-16],[-15,-15],[-12,-8],[-10,-6],[-3,-12],[-5,-19],[3,-28],[8,-30],[-5,-24],[-15,-37],[-1,-20],[-8,-24],[3,-27],[17,-2],[23,6],[24,5],[16,-18],[20,-7],[17,-6],[21,-13],[19,-14],[16,-22],[7,-22],[18,-16],[27,-6],[30,-20],[1,-22],[-4,-31],[-20,-25],[2,-32],[10,-22],[27,-18],[23,-25],[10,-27],[10,-23],[3,-29],[18,-21],[17,-31],[4,-28],[15,-16],[12,-21],[30,-27],[16,-32],[8,-19],[16,-19],[31,-8],[26,-11],[12,-27],[-13,-20],[-9,-24],[-13,-32],[8,-25],[31,-26],[32,-26],[22,-15],[11,-33],[-12,-28],[1,-29],[17,-13],[34,-4],[21,-30],[18,-27],[26,-13],[4,-20],[1,-23],[11,-29],[-20,-24],[-34,-30],[-21,-27],[1,-34],[7,-33],[17,-29],[23,-25],[40,-17],[3,-23],[-28,-17],[-26,-12],[-34,-20],[-9,-23],[6,-30],[1,-20],[-1,-31],[-21,-16],[-7,-13],[7,-21],[-4,-38],[-20,-30],[-11,-25],[0,-33],[14,-23],[14,-27],[25,-20],[46,-25],[33,-9],[13,-14],[-7,-26],[-14,-38],[-3,-28],[-9,-34],[-18,-32],[3,-13],[25,-5],[36,1],[41,-28],[26,-9],[28,-14],[23,-11],[23,-28],[5,-36],[6,-28],[2,-27],[-20,-21],[-23,-10],[-16,-26],[-7,-27],[4,-19],[11,-24],[21,-16],[35,-9],[34,-5],[24,-19],[8,-34],[11,-27],[12,-21],[18,-24],[15,-26],[-13,-23],[-28,-12],[-34,-1],[-31,-5],[-6,-16],[-4,-29],[-6,-31],[-11,-35],[12,-12],[23,-21],[25,-5],[28,-7],[14,-28],[10,-32],[18,-17],[-5,-25],[-17,-25],[4,-30],[14,-27],[27,-32],[24,-8],[42,0],[33,-4],[30,-18],[15,-30],[-14,-19],[-10,-22],[19,-16],[21,-25],[13,-27],[21,-22],[29,-32],[-6,-46],[-15,-33],[-14,-48],[-19,-21],[-11,-20],[4,-27],[37,-19],[39,-34],[26,-31],[19,-40],[4,-26],[-9,-37],[-11,-24],[-25,-27],[-6,-24],[-6,-25],[15,-30],[20,-7],[33,-25],[12,-16],[24,-23],[37,-13],[24,8],[34,2],[15,-25],[23,-17],[22,-26],[13,-5],[26,-27],[29,-1],[22,1],[25,-20],[30,-16],[-1,-29],[-11,-15],[-10,-21],[-13,-9],[-24,-25],[-17,-5],[-21,-20],[-8,-24],[-22,-10],[-22,0],[-25,-1],[-40,0],[-25,-2],[-19,-6],[-12,-18],[-4,-21],[1,-18],[20,-20],[23,-15],[8,-22],[-5,-29],[11,-22],[23,-20],[22,-18],[28,-25],[27,-13],[27,-2],[18,0],[22,-6],[9,-14],[8,-16],[-7,-14],[-5,-9],[2,-11],[3,-11],[5,-10],[14,-18],[23,-18],[19,-15],[8,-19],[-6,-25],[-13,-17],[-3,-32],[4,-26],[16,-17],[18,-12],[27,-10],[22,-7],[19,-7],[20,-22],[-6,-23],[-19,-17],[-19,-12],[-21,-11],[-23,-14],[-27,-14],[-22,-22],[-14,-9],[-5,-17],[5,-25],[9,-16],[11,-18],[22,-10],[18,-7],[18,-8],[16,-6],[9,-11],[7,-8],[655,612],[918,-818]],[[108561,67662],[1105,-986]],[[109666,66676],[-36,-11],[-77,-16],[-90,-13],[-125,-35],[-106,-21],[-108,-38],[-11,-3],[-35,-12],[-73,-18],[-61,-16],[-29,-10],[-54,-15],[-39,-5],[-55,-8],[-115,-5],[-104,-5],[-62,-17],[-97,-29],[-82,-22],[-23,0],[-29,0],[-75,-6],[-104,-31],[-91,-50],[-72,-59],[-10,-5],[-12,21],[-3,22],[-44,0],[-61,8],[-33,5],[-14,7],[-57,29],[-40,-3],[-115,41],[90,-74],[60,-26],[51,-30],[29,-30],[-2,-16],[-69,-18],[-51,-3],[-116,-14],[-35,-16],[-65,-13],[-30,-8],[-94,-30],[-92,-33],[-30,-10],[-129,-33],[-58,-21],[-91,-35],[-148,-59],[-129,-53],[-159,-69],[-129,-51],[-97,-24],[-19,-9],[-187,-59],[-40,-16],[-43,-18],[-37,-12],[-53,-18],[-58,-20],[-130,-51],[-111,-46],[-87,-47],[-54,-17],[-36,-8],[-35,-17],[-34,-26],[-46,-25],[-74,-33],[-26,-18],[-23,-13],[-40,-16],[-31,-22],[-55,-28],[-32,-18],[-72,-57],[-27,-35],[-39,-24],[-56,-2],[-62,-30],[-76,-24],[-44,-14],[-61,-24],[-47,-17],[-29,-10],[-21,-6],[-35,-13],[-27,-9],[-49,-13],[-124,-34],[-122,-33],[-145,-54],[-108,-27],[-177,-46],[-176,-48],[-177,-51],[-137,-36],[-100,-26],[-69,-13],[-69,-17],[-74,-13],[-45,-8],[-32,-21],[-33,-17],[-71,-30],[-58,-51],[-43,-14],[-26,-14],[-18,-8],[-62,-23],[-60,-33],[-65,-24],[-76,-38],[-40,-13],[-17,-41],[-33,-53],[-29,-3],[-39,-5],[-72,-14],[-62,-3],[-46,-11],[-16,-5],[-35,-8],[-25,-19],[-4,-13],[-87,-3],[-65,-16],[-108,-27],[-108,-20],[-65,-18],[-25,-8],[-26,-16],[-46,-9],[-32,-8],[-23,-5],[-60,-21],[-55,-21],[-58,-20],[-154,-56],[-148,-51],[-57,-22],[-47,-32],[-33,-111],[-30,-11],[-38,-13],[-64,3],[-30,0],[-43,-8],[-14,-12],[-21,-5],[-175,-43],[-50,-11],[-21,-3],[-34,-10],[-35,-8],[-32,-5],[-109,-22],[-137,-29],[-94,-23],[-93,-15],[-46,-7],[-95,-26],[-28,-5],[-76,-8],[-91,-25],[-83,-13],[-188,-63],[-194,-59],[-90,-26],[-69,-25],[-54,-26],[-31,-17],[-69,-34],[-23,-7],[-189,-51],[-108,-5],[-78,-8],[-90,-21],[-81,-5],[-70,-17],[-90,-3],[-76,-21],[-76,-9],[-79,-21],[-92,-13],[-138,-36],[-101,-22],[-58,-18],[-87,-13],[-114,-12],[-57,-9],[-48,-23],[-58,-14],[-87,-13],[-50,-8],[-104,-10],[-170,-3],[-55,0],[-52,-3],[-55,-2],[-39,-8],[-62,-20],[-39,-13],[-106,-10],[-118,-8],[-54,-9],[-68,-8],[-50,-3],[-87,-5],[-69,-8],[-69,-17],[-62,-13],[-65,-8],[-111,-25],[-64,-18],[-18,-3],[-48,-13],[-28,-5],[-21,0],[-30,-8],[-79,-14],[-40,-11],[-69,-13],[-108,-33],[-79,-38],[-37,-10],[-46,-16],[-97,-25],[-94,-21],[-94,-14],[-74,-24],[-78,-27],[-56,-6],[-34,-2],[-90,8],[-60,-8],[-44,2],[-28,-10],[-29,-13],[-18,-12],[-44,-16],[-79,-22],[-75,-39],[-83,-21],[-37,-23],[-57,-10],[-4,-2]],[[92891,62775],[-5,10],[-8,21]],[[116358,79832],[-7,-7],[-8,-12],[-6,-14],[-3,-17],[-6,-17],[1,-13],[1,-26],[-2,-30],[-4,-21],[-18,-18],[-3,-22],[8,-21],[-2,-27],[-3,-29],[-10,-30],[-3,-36],[-8,-19],[-15,-24],[-5,-21],[-1,-27],[3,-23],[-13,-15],[-13,-29],[-8,-23],[-1,-28],[-2,-25],[0,-19],[-15,-15],[-22,-20],[-13,-18],[-2,-27],[-1,-26],[3,-22],[13,-24],[9,-19],[-13,-10],[-10,-12],[-11,-16],[-15,-22],[-4,-14],[-19,-20],[-8,-26],[8,-26],[21,-25],[10,-17],[2,-27],[-4,-29],[1,-34],[24,-24],[21,-14],[23,-12],[5,-24],[0,-26],[10,-34],[4,-19],[5,-24],[-2,-32],[1,-28],[-3,-16],[-13,-15],[-8,-14],[5,-18],[15,-13],[18,-20],[11,-16],[10,-21],[-14,-25],[-17,-13],[-17,-7],[-2,-18],[-3,-16],[-10,-7],[-10,-10],[-4,-16],[12,-18],[8,-12],[5,-20],[5,-21],[3,-28],[1,-20],[-12,-24],[-7,-23],[-8,-29],[-10,-23],[-11,-21],[-2,-22],[-4,-25],[-1,-19],[0,-16],[-4,-24],[10,-30],[-3,-22],[-3,-19],[-23,-31],[-16,-25],[-14,-17],[-2,-19],[-5,-21],[-16,-21],[-21,-21],[0,-19],[4,-21],[1,-18],[-26,-20],[-11,-24],[-12,-29],[-14,-20],[-6,-17],[0,-18],[-1,-22],[4,-11],[2,-13],[10,-32],[8,-28],[3,-28],[-4,-33],[0,-21],[7,-30],[16,-44],[14,-20],[-1,-31],[-9,-17],[23,-8],[13,-6],[-7,-13],[-9,-25],[9,-35],[16,-12],[5,-28],[-8,-39],[-3,-36],[24,-17],[27,-29],[14,-32],[5,-26],[26,-11],[11,-23],[-8,-28],[-1,-27],[17,-27],[20,-36],[8,-40],[-11,-45],[-9,-40],[-3,-33],[19,-42],[36,-28],[30,-15],[16,-26],[-4,-34],[-12,-21],[-9,-40],[-2,-37],[-1,-40],[21,-37],[14,-38],[1,-31],[-12,-28],[4,-27],[13,-29],[1,-25],[13,-22],[18,-10],[15,-20],[20,-9],[13,-10],[12,-16],[-13,-15],[-9,-23],[19,-14],[8,-35],[10,-42],[21,-18],[14,-14],[-7,-29],[5,-27],[-14,-28],[-27,-23],[-37,-17],[-38,-8],[-25,-16],[5,-57],[-6,-41],[11,-59],[-18,-21],[-26,-10],[-30,-11],[-19,-29],[-5,-26],[-19,-21],[-14,-26],[-16,-31],[7,-44],[-7,-26],[-17,-12],[-13,-13],[-2,-20],[-15,-7],[-8,-15],[2,-24],[10,-24],[-16,-25],[-5,-34],[5,-47],[-10,-30],[24,-41],[5,-17],[12,-34],[11,-49],[11,-20],[8,-28],[14,-7],[15,1],[18,-6],[19,-17],[9,-24],[5,-21],[7,-32],[16,-24],[2,-29],[6,-27],[4,-26],[3,-18],[-9,-15],[12,-12],[18,-4],[22,-5],[29,-13],[24,-9],[0,-12],[-8,-9],[-7,-16],[-19,-12],[-5,-14],[6,-9],[22,2],[7,-9],[-9,-6],[-16,-4],[0,-10],[11,-9],[15,-9],[4,-12],[9,-2],[8,9],[13,10],[27,-6],[30,3],[23,4],[17,-11],[21,-2],[13,6],[21,-14],[30,2],[23,14],[20,0],[27,-10],[25,-1],[25,-12],[9,-20],[6,-25],[4,-24],[-6,-19],[3,-21],[10,-30],[6,-20],[-10,-17],[-12,-13],[-1,-17],[12,-18],[21,-19],[13,-31],[14,-21],[16,-11],[8,3],[20,-8],[14,-21],[-1,-15],[-10,-12],[-18,-13],[-5,-16],[0,-16],[-13,-17],[46,-21],[13,-20],[-11,-8],[-5,-40],[3,-17],[25,-30],[18,-8],[15,-14],[8,-20],[5,-23],[-1,-24],[2,-37],[5,-39],[18,-15],[24,-17],[15,-21],[17,-2],[21,0],[17,1],[24,-7],[27,-5],[22,-20],[5,-25],[4,-21],[17,-24],[13,-18],[19,-15],[14,-11],[9,-8],[9,9],[1,6],[15,-7],[16,-15],[26,-9],[19,2],[3,-17],[-12,-17],[1,-11],[7,-23],[0,-19],[-8,-25],[6,-19],[16,-13],[12,-11],[25,0],[22,-9],[9,-14],[-7,-20],[9,-23],[-5,-23],[4,-23],[-10,-29],[-2,-28],[10,-37],[-2,-20],[10,-18],[14,-25],[5,-25],[-1,-26],[4,-29],[1,-20],[7,-10],[7,-19],[4,-20],[2,-19],[7,-17],[6,-11],[8,-13],[7,-8],[4,-15],[14,-17],[27,-11],[26,-13],[20,-16],[17,-31],[13,-22],[21,-32],[-4,-21],[2,-34],[2,-27],[-3,-37],[3,-18],[11,-41],[12,-31],[16,-27],[12,-30],[17,-19],[8,-42],[8,-28],[6,-33],[3,-37],[-8,-32],[-14,-33],[-21,-24],[-16,-25],[-2,-7],[-18,-22],[-3,-33],[-16,-25],[-5,-25],[-1,-36],[-9,-26],[8,-29],[-10,-20],[4,-16],[4,-31],[-7,-17],[-20,-9],[-19,-16],[-13,-11],[2,-23],[0,-18],[-3,-33],[-2,-36],[-10,-26],[-12,-40],[-16,-35],[-26,-27],[-15,-28],[-24,-28],[-41,-33],[-35,-43],[5,-24],[19,-30],[21,-37],[3,-27],[1,-7],[20,-17],[25,-15],[30,1],[37,-13],[34,-19],[28,-34],[24,-24],[11,-22],[21,-29],[24,-37],[20,-34],[23,-19],[12,-20],[-4,-28],[-9,-32],[-8,-32],[1,-17],[-2,-32],[1,-25],[6,-27],[3,-26],[24,-41],[10,-29],[20,-29],[26,-31],[26,-30],[26,-21]],[[117839,70661],[32,-33]],[[117871,70628],[11,-31],[23,-38],[16,-33],[14,-19],[19,-25],[27,-35],[26,-34],[22,-32],[-8,-40],[-6,-29],[-5,-28],[-3,-20],[2,-22],[7,-27],[4,-24],[7,-21],[-11,-26],[-12,-14],[1,-22],[5,-20],[17,-5],[27,-5],[17,-7],[15,-1],[16,3],[15,-13],[14,2],[17,4],[13,3],[19,2],[6,-13],[12,-15],[6,-29],[4,-26],[9,-25],[4,-21],[18,-9],[35,-4],[19,-6],[14,-22],[8,-11],[-2,-23],[-1,-18],[13,-22],[14,-4],[16,6],[15,0],[19,0],[18,8],[25,2],[7,-5],[-1,-14],[8,-7],[16,-3],[13,0]],[[118475,69810],[-9,-4],[-97,-36],[-50,-10],[-48,-46],[-32,-22],[-50,-29],[-80,-50],[-54,-34],[-51,-26],[-51,-28],[-106,-51],[-44,-25],[-80,-44],[-49,-30],[-27,-17],[-145,-72],[-28,-8],[-43,-17],[-120,-37],[-50,-17],[-54,-16],[-46,-10],[-39,-12],[-34,-8],[-31,-10],[-36,-15],[-81,-23],[-18,-8],[-85,-51],[-113,-20],[-53,-37],[-87,-48],[-12,-7],[-146,-82],[-66,-25],[-62,-21],[-106,-22],[-44,-11],[-52,-18],[-100,-41],[-116,-22],[-97,-34],[-25,-8],[-100,-25],[-152,-51],[-156,-64],[-38,-12],[-59,-21],[-57,-26],[-51,-20],[-36,-18],[-134,-50],[-93,-33],[-87,-47],[-90,-27],[-54,-19],[-28,-14],[-76,-41],[-51,-10],[-97,-16],[-83,-35],[-25,-8],[-69,-16],[-80,-30],[-72,-33],[-106,-29],[-76,-32],[-51,-28],[-66,-24],[-53,-15],[-30,-33],[-104,-72],[-36,-30],[-76,-41],[-39,-13],[-44,-13],[-31,-9],[-19,-3],[-58,-13],[-37,-8],[-64,-9],[-28,-8],[-65,-18],[-50,-21],[-48,-20],[-35,-16],[-51,-30],[-22,-13],[-43,-27],[-57,-21],[-44,-30],[-54,-36],[-65,-23],[-62,-33],[-97,-24],[-36,-17],[-35,-13],[-74,-30],[-81,-26],[-11,0],[-33,0],[-18,-8],[-48,-25],[-39,-13],[-67,-28],[-92,-23],[-71,-8],[-76,-13],[-122,-45],[-65,-13],[-69,3],[-43,-8],[-30,-5],[-28,-8],[-108,-16],[-94,-25],[-97,-22],[-44,-4],[-90,-20],[-94,-13],[-46,-10],[-54,-23],[-77,-36],[-25,-12],[-68,-25],[-28,-5],[-54,-11],[-58,-10],[-37,-3],[-68,-27],[-54,-3],[-64,-8],[-85,-5],[-67,-17],[-156,-34],[-63,-20],[-59,-18],[-33,3],[-36,-16],[-53,0],[-26,-8],[-17,-6]],[[109666,66676],[-954,851],[-151,135]],[[122843,83022],[2030,-1807],[384,367],[1533,-1374],[662,650],[389,-348],[-13,-7],[-19,-8],[-25,-9],[-24,-10],[-24,-12],[-28,-14],[-34,-9],[-30,-15],[-40,-1],[-32,-2],[-15,-18],[-8,-30],[-13,-32],[-28,-30],[-10,-25],[-15,-25],[-6,-19],[0,-24],[-4,-27],[1,-26],[2,-26],[12,-19],[35,-4],[26,9],[19,3],[27,-6],[14,-21],[6,-32],[12,-23],[9,-36],[17,-40],[16,-26],[7,-19],[12,-16],[15,-18],[2,-16],[-11,-15],[-7,-14],[-4,-22],[-8,-18],[-8,-23],[-7,-23],[0,-17],[9,-19],[-1,-17],[-2,-25],[-4,-28],[5,-27],[8,-11],[16,-8],[15,-15],[22,6],[17,-1],[13,1],[1,15],[11,11],[8,-9],[16,-1],[14,-3],[19,-15],[40,0],[48,-9],[38,8],[30,4],[20,-2],[26,-17],[32,-7],[32,-16],[14,-11],[13,-24],[6,-18],[-3,-41],[-2,-42],[6,-32],[37,-24],[31,-14],[26,-15],[5,-26],[4,-18],[8,-22],[-6,-20],[-19,-19],[-21,-20],[-19,-8],[-18,-14],[-10,-11],[-19,-16],[-4,-21],[17,-10],[12,-11],[5,-22],[8,-21],[8,-24],[-13,-34],[-6,-25],[-18,-25],[-19,-12],[-17,-20],[-5,-28],[-9,-33],[-5,-44],[-6,-38],[-8,-33],[-3,-36],[-4,-29],[-4,-36],[-5,-24],[0,-27],[14,-28],[7,-22],[13,-40],[14,-20],[13,-20],[22,-31],[5,-32],[6,-28],[7,-27],[4,-22],[-1,-8],[14,-46],[61,-76],[2,-26],[11,-27],[22,-23],[17,-11],[1,-23],[5,-17],[18,-22],[1,-38],[-5,-53],[-12,-27],[-25,-30],[-10,-27],[-7,-32],[5,-22],[13,-21],[26,-33],[18,-18],[25,-15],[1,-16],[9,-16],[20,-16],[19,-34],[13,-31],[0,-38],[3,-35],[13,-31],[11,-25],[3,-21],[-4,-31],[10,-18],[12,-25],[8,-31],[-3,-33],[-2,-31],[-5,-38],[-11,-26],[1,-24],[9,-13],[15,-8],[5,-15]],[[128461,77191],[9,-25]],[[128470,77166],[11,-31],[13,-24],[14,-13],[19,-15],[11,-24],[1,-35],[15,-23],[18,-17],[27,-23],[20,-22],[22,-27],[5,-32],[12,-38],[6,-40],[0,-33],[9,-28],[13,-29],[7,-30],[4,-21],[-1,-36],[11,-32],[10,-29],[11,-19],[23,-18],[-2,-23],[-1,-25],[3,-23],[14,-24],[17,-17],[25,-19],[30,-18],[29,-14],[22,-16],[15,-24],[24,-20],[18,-17],[14,-27],[-11,-29],[-13,-38],[1,-32],[0,-18],[0,-23],[4,-37],[-1,-34],[0,-49],[2,-29],[-2,-38],[2,-37],[2,-30],[3,-31],[2,-31],[-8,-22],[-1,-26],[1,-17],[11,-37],[-4,-31],[-3,-32],[0,-20],[16,-18],[11,-17],[6,-21],[1,-24],[7,-26],[8,-22],[10,-29],[6,-24],[10,-19],[11,-15],[11,-15],[0,-23],[-6,-21],[2,-22],[-9,-35],[7,-23],[10,-12],[4,-18],[10,-20],[7,-8]],[[129066,75207],[-1,0],[-57,-38],[-68,-29],[-33,-17],[-24,-23],[-51,-16],[-19,-13],[-22,-20],[-43,-26],[-61,-50],[-68,-43],[-33,-21],[-43,-13],[-30,-22],[-31,-8],[-26,-38],[-40,0],[-42,-24],[-7,-25],[-19,-10],[-51,-16],[-13,-13],[-12,-12],[-17,-18],[-33,8],[-15,2],[-4,-5],[-17,-17],[-14,-13],[-9,-38],[-39,5],[-21,4],[-32,-14],[0,-44],[-11,0],[-19,3],[-49,-16],[-20,-48],[-21,-3],[-29,-8],[-18,-17],[-21,-26],[-15,-5],[-50,-54],[-68,-81],[-12,-30],[4,-54],[-3,-56],[-11,-54],[-11,-38],[-26,-33],[-25,-21],[-24,-22],[-32,-3],[-6,0],[-24,-15],[-116,-67],[-14,-17],[-28,-36],[-55,-29],[-65,-37],[-64,-28],[-58,-29],[-14,-3],[-101,-51],[-53,-24],[-44,-11],[-84,-26],[-90,-30],[-51,-25],[-94,-24],[-67,-22],[-73,-29],[-65,-38],[-97,-26],[-48,-28],[-31,-17],[-57,-13],[-40,-13],[-158,-68],[-41,-24],[-72,-23],[-85,-38],[-85,-30],[-90,-29],[-92,-47],[-69,-24],[-44,-30],[-53,-13],[-80,-46],[-30,-5],[-21,-11],[-50,-19],[-16,-8],[-35,-3],[-28,-13],[-36,-22],[-30,-8],[-36,-25],[-24,-8],[-44,-10],[-22,-21],[-100,-41],[-41,-25],[-32,-26],[-54,-13],[-57,-41],[-55,-43],[-36,-41],[-47,-10],[-94,-46],[-67,-43],[-58,-46],[-59,-35],[-83,-33],[-39,-33],[-58,-21],[-71,-33],[-33,-34],[-4,-5],[-65,-22],[-78,-41],[-65,-51],[-22,-24],[-19,-19],[-32,-13],[-42,-15],[-30,-21],[-25,-10],[-48,-43],[-16,-11],[-12,-5],[-22,-16],[-21,-14],[-23,-13],[-42,-11],[-48,-38],[-42,-22],[-50,-21],[-87,-43],[-65,-38],[-23,-8],[-49,-16],[-29,-17],[-62,-38],[-32,-16],[-26,-13],[-46,-26],[-67,-33],[-37,-22],[-48,-24],[-21,-10],[-32,-17],[-30,-16],[-42,-22],[-76,-8],[-50,-34],[-32,-12],[-48,-21],[-125,-59],[-38,-22],[-90,-30],[-42,-29],[-76,-30],[-80,-41],[-18,3],[-26,-11],[-21,-10],[-28,-13],[-41,-25],[-99,-49],[-59,-2],[-90,-51],[-40,-24],[-78,-30],[-78,-33],[-99,-56],[-47,-21],[-59,-33],[-35,-17],[-57,-18],[-44,-24],[-51,-27],[-43,-20],[-86,-32],[-73,-35],[-62,-16],[-56,-14],[-62,-24],[-39,-40],[-94,-29],[-131,-51],[-78,-33],[-123,-38],[-25,-13],[-39,-20],[-58,-18],[-46,-17],[-45,-16],[-25,-8],[-47,-13],[-62,-30],[-49,-10],[-94,-46],[-105,-51],[-68,-8],[-108,-54],[-108,-50],[-145,-52],[-73,-28],[-77,-32],[-69,-19],[-4,-5],[-46,-35],[-55,-25],[-58,-33],[-80,-31],[-81,-36],[-28,-14]],[[117871,70628],[-7,7],[-25,26]],[[128593,150696],[20,-3],[9,1],[12,-5],[13,-4],[9,-2],[9,0],[12,-2],[10,1],[7,2],[9,2],[6,2],[12,5],[6,3],[10,1],[10,4],[7,4],[6,6],[9,2],[13,3],[6,2],[9,3],[7,2],[7,2],[8,0],[9,4],[15,5],[6,2],[5,2],[4,5],[6,9],[5,3],[5,9],[5,5],[9,6],[11,0],[9,4],[7,2],[9,1],[13,4],[7,4],[2,12],[0,6],[0,7],[1,9],[5,6],[6,6],[9,0],[8,3],[11,6],[8,3],[8,3],[10,2],[11,1],[8,2],[8,1],[9,0],[5,-1],[10,-1],[9,-2],[8,-1],[7,-1],[6,1],[6,1],[9,3],[10,4],[6,4],[6,2],[7,-1],[10,-2],[6,-8],[15,-5],[11,-4],[7,-6],[6,-6],[6,-5],[4,-6],[9,-6],[10,-7],[9,-4],[7,-7],[8,-8],[8,-10],[11,-8],[6,-12],[1,-16],[3,-4],[-4,-10],[-6,-7],[-6,-4],[-10,-5],[-4,-7],[-4,-9],[2,-7],[-2,-9],[3,-10],[2,-5],[1,-6],[2,-14],[-1,-10],[-3,-8],[-2,-7],[-2,-6],[1,-6],[1,-6],[0,-7],[-1,-7],[1,-10],[-2,-9],[-1,-6],[3,-10],[-2,-14],[-1,-9],[-1,-9],[-4,-18],[-2,-7],[-3,-7],[0,-9],[1,-6],[0,-7],[2,-10],[6,-9],[6,-15],[5,-8],[6,-7],[4,-1],[7,-8],[2,-5],[-4,-14],[-4,-7],[-6,-3],[-6,-2],[-6,0],[-8,-1],[-5,-2],[-4,-11],[0,-8],[3,-10],[-1,-6],[-2,-8],[-1,-12],[-2,-6],[1,-8],[0,-6],[1,-9],[2,-10],[10,-4],[7,0],[10,1],[5,0],[7,1],[7,1],[5,2],[8,0],[7,-3],[6,-7],[-4,-7],[-1,-7],[-4,-9],[-2,-6],[-3,-6],[-2,-9],[-3,-8],[1,-7],[6,-6],[8,-8],[9,-6],[6,0],[9,1],[8,2],[9,3],[8,3],[7,2],[7,2],[6,4],[5,1],[9,1],[8,0],[8,0],[9,0],[8,0],[7,0],[5,1],[6,2],[8,3],[5,3],[5,2],[6,4],[11,6],[5,4],[7,6],[6,4],[5,5],[7,0],[6,4],[3,5],[4,5],[6,8],[6,8],[5,5],[3,7],[5,4],[5,4],[6,-2],[5,-4],[5,-6],[6,-10],[3,-6],[5,-7],[2,-6],[8,-1],[6,-3],[6,-6],[6,-2],[10,-3],[11,-3],[9,-1],[5,-2],[6,-4],[6,-5],[7,-9],[3,-4],[6,-6],[5,-8],[3,-7],[7,-7],[3,-7],[6,-6],[4,-4],[5,-11],[2,-8],[2,-5],[4,-5],[4,-6],[6,-11],[4,-7],[5,-3],[11,-9],[4,-4],[4,-3],[9,-4],[9,-4],[7,-1],[9,-4],[9,-4],[8,-2],[12,-3],[7,-3],[7,-1],[7,-5],[-1,-6],[0,-10],[-5,-11],[-3,-13],[-4,-11],[-6,-13],[-5,-8],[-8,-6],[-10,-5],[-8,-5],[-7,-3],[-4,-5],[-3,-6],[-4,-7],[-5,-9],[-2,-7],[2,-6],[3,-5],[4,-5],[4,-3],[4,-4],[6,-1],[6,-4],[6,0],[6,5],[9,2],[8,1],[6,-1],[6,-1],[11,-2],[8,-2],[8,1],[6,-2],[5,-1],[5,-1],[14,-4],[7,-3],[7,1],[9,-1],[5,-1],[6,-2],[6,0],[10,-1],[8,0],[9,1],[8,2],[5,0],[5,2],[9,3],[8,1],[6,2],[10,1],[4,-2],[6,-1],[4,-3],[6,-3],[7,-4],[4,-2],[9,-4],[5,-1],[10,-4],[8,-7],[6,-6],[7,-10],[1,-7],[0,-8],[8,-3],[6,-4],[4,-1],[9,1],[6,1],[14,5],[5,1],[8,2],[6,1],[8,2],[5,1],[6,2],[7,1],[6,0],[6,2],[5,2],[5,-1],[6,-2],[5,-1],[7,-2],[7,-5],[9,-3],[8,-6],[7,-4],[6,-7],[6,0],[11,-6],[5,-7],[0,-11],[3,-6],[2,-6],[3,-6],[5,-7],[4,-4],[5,-2],[5,-1],[6,0],[9,-2],[7,-9],[5,-4],[4,-3],[5,-2],[5,-3],[6,-1],[10,-3],[6,-4],[6,-2],[8,-3],[8,-2],[12,-5],[14,5],[8,1],[9,3],[10,3],[6,1],[8,3],[11,2],[13,3],[8,7],[8,0],[5,-2],[9,-1],[5,-1],[6,-4],[5,-1],[5,0],[7,0],[5,1],[6,1],[5,2],[5,2],[5,6],[4,6],[3,4],[5,6],[4,6],[5,3],[8,-3],[5,-4],[8,-4],[11,-5],[9,-5],[9,-3],[9,-4],[5,-3],[8,-3],[5,-2],[6,-4],[6,-8],[6,-6],[5,-5],[16,-3],[17,-3],[10,-1],[18,0],[12,-2],[11,-3],[11,-3],[12,-6],[6,-5],[10,-6],[10,-4],[11,-4],[13,-4],[13,-1],[14,0],[15,-1],[12,-2],[11,0],[9,4],[12,-1],[9,-3],[10,-2],[10,-3],[10,-3],[7,-7],[11,-3],[8,-3],[9,-2],[8,-3],[7,-2],[6,-3],[10,-3],[8,-4],[8,-5],[6,-3],[8,-2],[7,-2],[9,-2],[8,-2],[9,-3],[8,0],[6,-2],[8,3],[5,1],[11,-2],[9,2],[9,5],[7,4],[5,4],[6,3],[10,6],[7,4],[10,5],[7,1],[5,4],[7,4],[7,6],[9,9],[7,4],[8,5],[9,7],[6,8],[5,6],[5,6],[4,9],[2,9],[4,6],[8,8],[2,8],[2,11],[4,7],[4,6],[4,8],[2,6],[3,10],[3,10],[7,14],[-1,7],[1,13],[2,6],[1,9],[2,8],[1,9],[1,9],[0,11],[2,11],[6,9],[3,6],[4,10],[4,13],[2,10],[4,8],[4,8],[7,10],[7,9],[6,10],[5,6],[8,11],[5,7],[12,9],[6,8],[8,9],[3,5],[3,8],[4,7],[2,6],[5,10],[6,9],[4,6],[3,7],[6,7],[4,8],[5,12],[5,10],[3,6],[5,9],[5,9],[4,6],[7,7],[8,3],[16,-5],[27,3],[12,-5],[11,-2],[14,-3],[17,-2],[11,-3],[12,1],[10,3],[14,2],[7,1],[7,1],[6,1],[7,0],[11,0],[11,1],[38,8],[23,21],[20,13],[26,9],[19,5],[23,-2],[17,-22],[11,-9],[34,-14],[12,-13],[11,-11],[35,-27],[14,-15],[40,-24],[22,-5],[10,3],[15,6],[13,8],[7,1],[11,-2],[26,-6],[19,-2],[14,-3],[20,-11],[8,-7],[14,-10],[9,-5],[28,-11],[6,-2],[22,-6],[12,-1],[27,-7],[10,-6],[11,-5],[15,-5],[7,-1],[11,-3],[17,-2],[13,-5],[8,-6],[15,3],[12,4],[6,2],[9,0],[6,0],[5,3],[17,-1],[15,3],[11,3],[30,6],[7,0],[8,3],[10,3],[27,6],[22,7],[15,5],[29,21],[17,16],[13,15],[15,16],[7,8],[6,11],[12,17],[6,9],[9,8],[14,6],[9,2],[18,8],[12,3],[14,4],[18,6],[11,4],[21,5],[16,4],[18,2],[18,7],[10,1],[12,2],[13,6],[7,9],[3,19],[-3,16],[-2,12],[-4,11],[15,17],[9,2],[13,-1],[15,-8],[13,-17],[11,-7],[15,-10],[20,-7],[15,-1],[18,0],[15,1],[13,0],[13,0],[19,3],[5,2],[10,3],[12,2],[11,3],[9,2],[13,1],[41,7],[14,0],[17,-2],[13,1],[23,12],[3,12],[3,18],[5,21],[2,10],[8,8],[12,-2],[13,-6],[9,1],[13,-1],[13,0],[12,4],[11,5],[10,0],[14,-6],[11,0],[13,0],[9,3],[12,11],[5,3],[7,5],[16,-5],[4,-9],[0,-11],[1,-17],[1,-11],[6,-8],[14,-8],[20,-4],[14,-9],[28,-8],[18,5],[7,6],[21,15],[17,7],[17,6],[19,3],[28,5],[41,5],[19,1],[24,-2],[32,-6],[26,-1],[27,0],[24,6],[17,5],[26,1],[16,-2],[22,-5],[10,-2],[9,1],[6,3],[15,5],[17,8],[14,5],[15,4],[21,10],[9,3],[17,4],[23,-8],[8,-11],[6,-13],[7,-21],[4,-9],[9,-13],[13,-12],[11,-6],[12,-6],[23,-15],[19,-13],[11,-15],[8,-12],[4,-9],[6,-17],[5,-18],[1,-19],[0,-8],[-10,-21],[-13,-15],[-14,-23],[-6,-11],[-6,-27],[10,-26],[3,-6],[7,-9],[16,-3],[13,6],[9,11],[21,29],[11,4],[20,1],[9,-19],[4,-19],[5,-10],[22,-14],[14,-6],[11,-9],[10,-16],[23,-7],[6,0],[28,3],[21,2],[22,-2],[21,-5],[21,-11],[33,1],[20,5],[12,5],[27,5],[24,2],[27,-2],[40,5],[23,4],[28,5],[27,3],[38,-10],[29,-7],[9,-8],[9,-12],[7,-11],[7,-9],[19,-22],[12,5],[16,29],[16,33],[20,8],[20,14],[36,19],[24,11],[38,-1],[16,18],[16,24],[24,17],[31,-4],[18,-8],[25,-12],[23,-3],[40,21],[36,2],[8,3],[19,7],[25,3],[29,-16],[8,-11],[21,-10],[17,4],[20,-8],[5,-26],[-4,-12],[-3,-14],[11,-31],[33,-27],[10,-2],[13,1],[22,14],[10,7],[10,10],[15,13],[8,16],[0,24],[-2,41],[9,32],[17,11],[14,7],[15,14],[11,18],[2,30],[-1,27],[7,28],[25,14],[12,-11],[17,-28],[8,-23],[0,-14],[-6,-24],[-18,-26],[-13,-17],[-11,-21],[-7,-17],[-2,-33],[2,-16],[5,-6],[9,-15],[12,-21],[7,-16],[11,-15],[12,0],[19,3],[15,8],[28,5],[17,-4],[12,-9],[7,-16],[-16,-24],[-5,-13],[0,-23],[7,-7],[17,-12],[-1,-13],[-6,-9],[-10,-18],[-2,-38],[2,-21],[5,-18],[6,-13],[21,-28],[24,-30],[23,-8],[19,-3],[14,-16],[-17,-30],[-18,-10],[-24,-12],[-21,-15],[-11,-9],[4,-32],[9,-11],[12,-7],[22,-6],[44,-12],[34,-5],[27,-4],[39,-15],[23,-7],[40,-7],[34,-5],[23,-1],[35,-1],[15,-7],[37,-27],[19,-15],[24,-25],[8,-23],[-4,-22],[-21,-18],[-36,-21],[-31,-5],[-19,-16],[-37,-17],[-24,-22],[-20,-22],[4,-29],[22,-11],[32,-19],[12,-4],[19,-9],[12,-5],[26,-13],[45,-28],[6,-3],[9,-2],[34,-2],[21,-4],[26,-3],[7,0],[18,2],[23,-1],[19,0],[15,1],[12,4],[7,5],[5,3],[6,0],[5,-3],[6,-6],[5,-4],[6,-4],[6,-3],[7,-2],[26,-4],[20,-10],[9,-7],[18,-22],[11,-20],[12,-13],[10,-9],[7,-8],[5,-3],[38,-10],[6,-13],[3,-5],[5,-12],[9,-11],[13,-3],[15,2],[18,7],[13,4],[13,0],[14,-8],[8,-8],[10,-9],[5,-3],[6,-3],[22,-11],[12,-10],[7,-8],[7,-17],[0,-28],[-6,-23],[9,-16],[16,-11],[5,-7],[6,-26],[3,-9],[5,-17],[8,-29],[0,-7],[-1,-16],[-6,-23],[-4,-12],[-9,-15],[-10,-11],[-26,-7],[-29,-14],[-26,-8],[-9,-14],[-3,-11],[-6,-17],[-24,-9],[-11,8],[-21,13],[-19,4],[-15,-20],[0,-18],[3,-24],[4,-21],[10,-18],[23,-22],[16,-16],[4,-8],[1,-18],[-14,-18],[-37,-3],[-30,6],[-19,-12],[-8,-8],[-2,-29],[2,-11],[3,-18],[-3,-26],[0,-16],[5,-19],[7,-25],[3,-24],[-1,-16],[-5,-10],[-14,-13],[-12,-2],[-34,-15],[-30,-26],[-10,-29],[-14,-27],[-7,-4],[-18,-6],[-20,-5],[-26,-15],[-5,-18],[7,-14],[12,-13],[8,-26],[1,-19],[1,-15],[4,-20],[5,-34],[17,-28],[19,-13],[17,-19],[3,-7],[4,-14],[0,-18],[-12,-19],[-19,-8],[-31,1],[-18,5],[-22,5],[-24,-2],[-16,-6],[-15,-10],[-24,-24],[-11,-18],[-6,-22],[-2,-16],[7,-30],[6,-12],[7,-11],[10,-11],[34,-4],[16,5],[25,3],[22,-7],[20,-12],[9,-19],[4,-15],[5,-26],[-1,-25],[-8,-19],[-3,-14],[-5,-16],[-11,-23],[-9,-13],[-9,-11],[-11,-12],[-25,-25],[-7,-31],[0,-15],[7,-25],[16,-30],[2,-8],[-1,-30],[-2,-14],[1,-35],[9,-24],[6,-24],[-1,-16],[-14,-39],[-12,-18],[-8,-27],[-11,-36],[-12,-18],[-10,-10],[-8,-21],[-8,-20],[-3,-19],[-34,-33],[-16,4],[-24,40],[-28,0],[-9,-10],[-11,-18],[-16,-25],[-17,-25],[-22,-25],[1,-25],[5,-14],[12,-17],[18,-20],[5,-17],[-3,-15],[10,-43],[7,-12],[5,-7],[11,-9],[13,-13],[6,-4],[10,-6],[26,-22],[3,-12],[12,-13],[23,-11],[31,-5],[14,-3],[21,0],[34,-4],[17,-9],[1,-16],[-5,-19],[16,-31],[18,-8],[7,-2],[24,-19],[23,-27],[10,-18],[2,-20],[3,-11],[-1,-9],[2,-15],[1,-34],[7,-22],[12,-16],[9,-9],[19,-6],[9,-3],[28,-13],[46,-18],[20,-8],[34,-6],[12,-1],[12,-4],[24,-8],[23,-7],[15,-2],[34,-12],[13,-12],[16,-10],[11,-4],[25,-3],[34,-13],[22,-9],[34,-6],[27,-5],[19,-7],[13,-30],[-31,-32],[-16,-21],[-10,-24],[-11,-46],[5,-17],[5,-22],[-3,-30],[10,-39],[-13,-11],[-19,2],[-37,7],[-10,-7],[-14,-12],[-16,-2],[-14,22],[-7,23],[-9,18],[-47,3],[-9,-29],[-11,-32],[-9,-23],[-6,-36],[6,-40],[-1,-17],[-4,-18],[-20,-41],[-6,-70],[4,-18],[5,-47],[18,-21],[25,-10],[29,-8],[31,-18],[30,-19],[21,-15],[24,-41],[36,-28],[31,-21],[22,-10],[24,-3],[15,8],[8,6],[23,29],[47,-3],[8,-9],[18,-11],[14,-2],[34,4],[13,-1],[27,-8],[22,-23],[8,-31],[2,-13],[36,-50],[19,-38],[6,-11],[7,-21],[-1,-5],[-5,-16],[-8,-6],[-32,-23],[-13,-10],[-9,-5],[-27,14],[-16,1],[-17,-26],[6,-23],[4,-16],[15,-22],[9,-8],[14,-16],[18,-34],[17,-21],[12,-10],[19,-4],[16,5],[7,11],[9,22],[7,7],[16,2],[13,-9],[2,-16],[-4,-43],[14,-27],[5,-11],[-3,-24],[-8,-13],[-11,-14],[-4,-13],[7,-11],[13,-1],[36,-9],[20,-5],[35,11],[14,28],[6,22],[13,13],[40,-17],[-6,-29],[-3,-22],[17,-7],[37,10],[5,-11],[-17,-19],[-5,-27],[32,4],[9,9],[8,6],[18,2],[25,-26],[14,0],[44,-11],[7,-9],[13,-21],[0,-34],[-13,-6],[-13,-9],[1,-23],[13,-21],[14,-11],[14,-6],[21,5],[24,29],[20,13],[20,3],[35,16],[7,0],[18,2],[16,-49],[26,-36],[-11,-18],[-29,-11],[-10,-6],[4,-20],[33,-16],[-3,-9],[0,-25],[9,-10],[15,0],[11,24],[11,23],[27,6],[6,-23],[-5,-22],[-12,-9],[-23,-14],[-5,-11],[3,-19],[23,-7],[34,9],[15,-9],[14,-2],[13,7],[23,16],[19,23],[-6,10],[-10,7],[-8,15],[13,14],[11,6],[13,-3],[14,-17],[3,-9],[10,-30],[20,-29],[19,-8],[12,-1],[9,3],[18,26],[7,22],[-1,26],[-19,21],[-24,4],[-21,-15],[-9,-3],[-7,8],[-1,13],[0,14],[13,20],[26,5],[45,2],[35,-20],[25,-28],[36,-8],[24,-9],[30,-18],[2,-6],[-2,-16],[-42,-5],[-20,5],[-16,-9],[3,-22],[28,-21],[-4,-23],[-17,-2],[-25,1],[-5,-23],[6,-8],[7,-41],[-10,-6],[-30,7],[-7,7],[-9,11],[-41,-2],[7,-45],[13,-14],[11,-10],[15,-3],[16,4],[25,5],[20,-16],[7,-21],[-9,-23],[-23,-20],[-26,4],[-15,17],[-6,18],[-8,18],[-12,5],[-20,-3],[-26,-19],[-11,-26],[2,-26],[13,-13],[22,-13],[4,-34],[-37,-15],[-20,7],[-13,18],[-5,14],[-6,26],[-11,4],[-8,1],[-26,-10],[-22,-27],[-4,-22],[4,-17],[22,-16],[20,-5],[17,-14],[3,-10],[-3,-18],[-20,-16],[-17,0],[-21,9],[-12,9],[-6,2],[-19,1],[-15,-17],[-5,-18],[4,-20],[12,-12],[9,-4],[20,-3],[14,-2],[19,-12],[10,-20],[-2,-16],[-3,-19],[0,-15],[5,-9],[7,-5],[17,-8],[15,-6],[6,-30],[-12,-14],[-14,-7],[-27,-16],[-2,-1],[-6,-17],[0,-21],[1,-15],[0,-19],[0,-19],[9,-20],[6,-6],[15,-10],[9,-9],[1,-14],[-2,-13],[-15,-18],[-28,-15],[-13,-6],[-6,-5],[-12,-28],[9,-13],[5,-4],[18,-7],[9,-2],[7,-2],[20,-3],[28,-4],[9,0],[14,11],[8,17],[1,28],[8,19],[10,11],[18,3],[13,-1],[13,-7],[4,-17],[2,-23],[0,-13],[4,-11],[15,-8],[8,0],[14,5],[6,13],[12,44],[5,7],[34,1],[11,-15],[3,-8],[15,-20],[15,-6],[12,2],[10,6],[15,23],[2,24],[2,14],[18,24],[17,1],[5,-1],[12,-3],[20,-12],[13,-13],[27,-9],[15,1],[18,2],[21,-2],[9,-3],[10,-13],[11,-17],[7,-15],[8,-10],[7,-5],[23,-10],[14,-4],[15,-4],[20,-6],[11,-6],[11,-8],[10,-8],[19,-19],[8,-9],[11,-9],[1,-1],[11,-9],[17,-7],[14,-4],[16,-7],[6,-2]],[[138953,143377],[-5,-3],[40,-54],[-33,-84],[-22,-67],[-51,-97],[-74,-115],[-7,-38],[-110,-165],[-79,-105],[-3,-6]],[[138609,142643],[-20,0],[-9,1],[-29,3],[-20,-17],[-6,-10],[-6,-9],[-6,-4],[-19,-10],[-12,-14],[-31,10],[-32,9],[-29,4],[-45,2],[-48,-10],[-41,-6],[-20,-4]],[[138236,142588],[-4,0],[-34,-2],[-39,5],[-21,7],[-23,8],[-16,8],[-14,12],[-12,16],[-7,23],[-2,23],[0,0]],[[138064,142688],[8,24],[2,24],[5,19],[6,22],[1,21],[0,0]],[[138086,142798],[-18,22],[-39,11],[-40,-13],[-47,-18],[-21,-6],[-27,-3],[-34,4],[-27,3],[-28,6],[-16,-9],[-5,-15],[-1,-11]],[[137783,142769],[-1,0],[2,-6],[4,-14],[8,-22],[6,-10],[4,-19],[5,-21],[1,-12]],[[137812,142665],[0,0],[-7,-29],[-31,-22],[-21,-14],[-11,-4],[-10,-2],[-30,2],[-18,9],[-9,9],[-16,29],[-3,8],[-14,14],[-16,6],[-18,9],[-28,8],[-16,-1],[-16,-2],[-12,-3],[-19,-12],[-14,-23],[-10,-22],[-10,-27]],[[137483,142598],[0,0],[0,-12],[2,-33],[6,-17],[3,-10],[4,-7],[6,-6],[26,-14],[18,-22],[12,-29],[4,-35],[9,-13],[16,-16],[10,-5],[15,-4],[12,-7],[17,-9],[7,-7],[4,-4],[24,-32],[6,-12],[0,-18]],[[137684,142286],[0,-1],[-4,-18],[-12,-15],[-8,-9],[-14,-9],[-14,-1],[-13,-1],[-15,3],[-17,7],[-15,4],[-30,0],[-12,-10],[-5,-14]],[[137525,142222],[0,0],[0,-11],[4,-23],[3,-18]],[[137532,142170],[0,0],[0,-26],[-5,-10],[-12,-17],[-7,-20],[0,-14]],[[137508,142083],[0,0],[12,-24],[11,-12],[15,-21],[9,-34]],[[137555,141992],[0,-1],[0,-8],[-7,-20],[-18,-12],[-9,-3],[-10,-2],[-15,-2],[-26,2],[-3,4],[-15,14],[-5,11],[-4,16],[-1,11],[-2,20],[-7,34],[-9,14],[-10,14],[-28,16],[-5,1],[-17,-2],[-16,-6],[-7,-9],[-7,-19],[-2,-23],[-3,-14]],[[137329,142028],[0,-1],[2,-20],[0,-23]],[[137331,141984],[0,0],[-3,-40],[-4,-9],[-6,-6],[-12,-12],[-21,-14],[-21,-11],[-23,-20],[-10,-18],[-7,-10],[-6,-15],[-15,-23],[-7,-7],[-6,-6],[-12,-10],[-18,-3],[-10,-3],[-13,-1],[-13,-1],[-10,3],[-21,-1],[-18,-8],[-8,-19]],[[137067,141750],[0,0],[6,-28],[14,-12],[12,-7],[10,-5],[19,-9],[27,-14],[5,-5],[2,-6],[11,-32],[4,-25]],[[137177,141607],[0,0],[0,-20],[-9,-36],[-14,-14],[-10,-5],[-11,-3],[-13,-1],[-13,2],[-11,5],[-11,11],[-3,5],[-2,14],[0,0]],[[137080,141565],[5,13],[6,23],[1,14],[0,0]],[[137092,141615],[-1,6],[-2,13],[-13,17],[-9,2],[-17,-2],[-8,-5],[-8,-12],[-3,-12]],[[137031,141622],[0,0],[1,-17],[0,-17]],[[137032,141588],[0,-12]],[[137032,141576],[0,0],[-1,-16],[-6,-11],[-8,-11],[-8,-4],[-24,-6],[-20,3],[-16,7],[-9,12],[-12,15],[-9,12],[-12,12],[-11,6],[-17,0],[-14,0],[-18,-3],[-20,-10],[-27,1],[-16,9],[-7,21],[-1,15],[0,0]],[[136776,141628],[3,11],[0,0]],[[136779,141639],[-1,15],[-6,17],[-13,27],[-23,20],[-20,12],[-12,6],[-15,3],[-14,-1],[-19,-5],[-15,-14],[-10,-17],[-6,-11],[-6,-10],[-3,-5],[-11,-14],[-4,-6],[-10,-5],[-11,1],[-18,2],[-12,5],[-9,11],[-8,17],[-7,13],[-13,20],[-9,12],[-7,6],[-15,7],[-17,3],[-36,-7],[-22,-7],[-21,-11],[-20,-16],[-7,-7],[-10,-19]],[[136349,141681],[0,0],[1,-25],[10,-16],[11,-14],[12,-15],[31,1],[10,3],[16,6],[21,0],[13,-5],[7,-19]],[[136481,141597],[0,-1],[-5,-26],[-4,-16],[-13,-31],[-6,-15],[-6,-22],[-10,-25],[-13,-21],[-29,-15],[-33,1],[-13,3],[-18,22],[0,0]],[[136331,141451],[1,21],[10,13],[17,7],[11,7],[31,37],[0,0]],[[136401,141536],[-3,20],[-27,13],[-16,-8],[-17,-22],[-17,-14],[-43,-24],[-30,-12],[-13,-3],[-11,0],[-20,8],[-16,25],[-9,24],[-1,15],[0,0]],[[136178,141558],[4,45],[0,0]],[[136182,141603],[0,17],[-7,15],[-17,12],[-21,7],[-30,-7],[-12,-9],[-5,-10],[-19,-24],[-11,-6],[-14,-1],[-19,-3],[-25,-5],[-17,-8],[-14,-19],[-1,-21]],[[135970,141541],[0,0],[3,-33],[7,-24]],[[135980,141484],[0,0],[-1,-24]],[[135979,141460],[0,0],[1,-17]],[[135980,141443],[0,-1],[-6,-11],[-18,-14],[-20,-6],[-14,-1],[-15,-2],[-11,-4],[-14,-31]],[[135882,141373],[0,0],[4,-15],[1,-17]],[[135887,141341],[0,0],[0,-14],[-31,-28],[-16,-20],[-6,-11]],[[135834,141268],[0,0],[1,-14],[7,-26],[8,-30],[14,-12],[23,-6],[21,-1],[21,-3],[18,-9],[5,-15]],[[135952,141152],[1,0],[-5,-21],[-26,-23],[-32,-26],[-11,-27],[-23,-49],[-28,-24],[-16,-29],[-29,-71],[-15,-11],[-21,-17],[-44,-19],[-36,-15],[-26,-24],[-22,-54],[-2,-27]],[[135617,140715],[0,0],[1,-41],[2,-33]],[[135620,140641],[0,0],[-8,-35],[-7,-31]],[[135605,140575],[0,0],[5,-42],[6,-21],[20,-28],[14,-12],[10,-19],[1,-21]],[[135661,140432],[0,-1],[-20,-19],[-20,-9],[-12,-3],[-29,-4],[-39,-4],[-32,-3],[-30,-2],[-22,-1],[-32,2],[-4,2],[-16,11],[-11,10],[-17,14],[-12,14],[-17,10],[-19,16],[-18,10],[-18,5],[-16,-3],[-21,-3],[-21,0],[-20,-3],[-14,-2],[-19,-5],[-19,-4],[-15,-5],[-10,-6],[-13,-9],[-11,-12],[-11,-11],[-3,-12],[-2,-7],[-10,-30],[-3,-10],[-30,-31],[-12,-5],[-11,-5],[-16,-2],[-22,-1],[-17,3],[-13,1],[-11,4],[-8,7],[-24,12],[-16,-3],[-4,-5],[-7,-4],[-9,-9],[-1,-14],[-2,-9]],[[134882,140297],[0,-1],[1,-18]],[[134883,140278],[0,0],[-2,-14]],[[134881,140264],[0,0],[1,-11]],[[134882,140253],[0,0],[-4,-21],[-4,-15],[-2,-14],[-2,-15],[0,-13]],[[134870,140175],[0,0],[2,-17]],[[134872,140158],[0,0],[-3,-20]],[[134869,140138],[0,-1],[0,-16]],[[134869,140121],[1,0],[-8,-16],[-11,-19],[-15,-16],[-20,-14],[-19,-12],[-15,-8],[-10,-13],[-16,-16],[-14,-12],[-20,-16],[-23,-14],[-18,-5],[-27,-7],[-19,-4],[-22,-7],[-16,-6],[-21,-13],[-17,-12],[-18,-11],[-20,-4],[-23,-6],[-24,-8],[-29,-10],[-18,-8],[-25,-10],[-31,-3],[-26,5],[-16,11],[-11,19],[-7,13],[-15,21],[-7,10],[-12,10],[-16,5],[-19,-1],[-22,2],[-16,-2],[-16,-3],[-22,-3],[-16,-8],[-9,-5],[-14,-16],[-11,-11],[-7,-21],[-5,-11],[-2,-14],[-6,-20],[-7,-19],[-11,-14],[-14,-14],[-16,-18],[-11,-10],[-11,-13],[-7,-14],[-3,-8],[-4,-25]],[[134012,139697],[0,0],[1,-6]],[[134013,139691],[0,-11]],[[134013,139680],[0,0],[-4,-16],[-9,-11],[-30,-17],[-11,-6],[-15,-8],[-17,-9],[-13,-10],[-23,-10],[-33,-3],[-20,2],[-15,5],[-28,7],[-15,2],[-26,6],[-13,9],[-13,21],[-6,29],[-2,16],[-3,10],[-5,13],[-1,8],[-10,28],[-6,15],[-3,13],[-5,13],[-10,18],[-8,16],[-5,8],[-6,15],[-3,20],[0,0]],[[133655,139864],[3,16],[4,15],[3,14],[4,19],[0,0]],[[133669,139928],[-1,6],[-1,9],[-4,10],[-5,11],[-9,17],[-6,11],[-8,14],[-8,10],[-6,9],[-11,13],[-8,13],[-2,7],[0,1]],[[133600,140059],[2,16],[7,25],[1,10],[1,15],[0,0]],[[133611,140125],[-2,10],[-6,7],[-15,12],[-13,11],[-11,15],[-11,7],[-17,11],[-12,16],[-10,7],[-13,8],[-22,9],[-11,6],[-6,6],[-16,16],[-8,14],[-7,9],[-7,5],[-7,2],[-14,2],[-14,0],[-18,-3],[-14,-5],[-9,-6],[-13,-4],[-33,-4],[-17,-1],[-11,2],[-10,-1],[-15,2],[-15,0],[-7,-1],[-8,-2],[-25,-3],[-14,1],[-7,3],[-6,2],[-7,0],[-10,-1],[-18,-2],[-10,-4],[-16,-4],[-12,-8],[-33,-1],[-7,1],[-25,16],[-8,6],[-12,4],[-12,4],[-10,0],[-7,-1],[-9,-8],[-14,-4],[-15,-8],[-11,-5],[-24,-7],[-15,-3],[-14,-6],[-7,-2],[-23,-8],[-10,-5],[-16,-1],[-20,0],[-13,6],[-8,2],[-7,-2],[-10,3],[-8,3],[-8,3],[-5,-2],[-19,6],[-17,5],[-7,2],[-4,2],[-7,0],[-10,1],[-11,0],[-6,0],[-7,-1],[-7,-2],[-13,-2],[-24,0],[-9,0],[-12,0],[-10,-4],[-13,-7],[-9,-3],[-8,-8],[-8,-7],[-12,-8],[-15,-10],[-14,-5],[-17,-1],[-13,-2],[-15,-2],[-12,-2],[-22,-7],[-19,0],[-17,-1],[-13,-3],[-13,-4],[-11,-3],[-17,-6],[-10,-7],[-5,-6],[-9,-5],[-13,-10],[-14,-8],[-12,-3],[-26,-6],[-20,1],[-15,1],[-24,2],[-26,7],[-19,1],[-20,0],[-15,2],[-15,2],[-13,0],[-13,-1],[-12,-1],[-19,-5],[-11,-3],[-9,-3],[-9,-4],[-10,-5],[-8,-5],[-12,-5],[-19,-8],[-20,-26],[-3,-6],[-5,-12],[-8,-12],[-6,-22],[-6,-17],[-1,-12],[-1,-6],[-2,-11]],[[131902,139979],[0,0],[0,-18],[2,-12],[2,-16]],[[131906,139933],[0,-13]],[[131906,139920],[0,-1],[0,-8]],[[131906,139911],[0,0],[1,-20]],[[131907,139891],[0,0],[0,-8]],[[131907,139883],[0,0],[0,-11]],[[131907,139872],[0,0],[0,-13],[-3,-16],[-4,-14],[-10,-11],[-7,-7],[-17,-19],[-12,-9],[-14,-8],[-18,-1],[-13,5],[-12,9],[-11,11],[-6,10],[-5,6],[-3,6],[-9,9],[-11,8],[-13,14],[-10,12],[-5,6],[-13,11],[-11,14],[-5,13],[0,5],[0,1]],[[131695,139914],[0,13],[1,9],[0,0]],[[131696,139936],[-6,23],[-4,6],[-3,6],[-8,7],[-10,6],[-18,9],[-10,10],[-13,8],[-15,8],[-12,4],[-13,7],[-15,5],[-18,7],[-13,6],[-30,19],[-15,6],[-12,2],[-11,8],[-17,6],[-9,6],[-15,10],[-11,11],[-8,5],[-5,6],[-11,10],[-9,7],[-10,9],[-8,7],[-13,10],[-12,9],[-7,7],[-9,10],[-11,9],[-12,15],[-5,8],[-8,9],[-9,14],[-7,9],[-7,7],[-16,9],[-21,7],[-9,3],[-20,2],[-9,-2],[-18,-3],[-18,-4],[-22,-8],[-10,-4],[-5,-4],[-8,-12],[-8,-12],[-5,-6],[-6,-6],[-10,-10],[-21,-12],[-9,-7],[-9,-7],[-11,-5],[-28,-12],[-19,-5],[-13,0],[-20,1],[-13,0],[-8,1],[-12,1],[-14,1],[-7,0],[-34,3],[-15,-1],[-13,0],[-12,-1],[-23,5],[-19,7],[-11,5],[-8,5],[-9,6],[-11,18],[-6,6],[-3,11],[-10,10],[-8,7],[-8,4],[-8,3],[-8,1],[-37,-10],[-23,-19],[-4,-4],[-5,-7],[-5,-4],[-6,-7],[-4,-3],[-7,-6],[-4,-5],[-8,-9],[-5,-9],[-2,-5],[-3,-7],[-3,-7],[-6,-10],[-7,-6],[-2,-5],[-3,-5],[-2,-7],[-3,-8],[-2,-5],[-3,-5],[-3,-12],[-2,-10],[-3,-17],[-5,-18],[-1,-6],[-2,-6],[-3,-6],[-3,-15]],[[130526,140019],[0,0],[0,-5]],[[130526,140014],[0,0],[-2,-6],[-1,-5],[-2,-8]],[[130521,139995],[0,0],[1,-10]],[[130522,139985],[0,-1],[-1,-6],[0,-12],[-1,-11]],[[130520,139955],[0,-7]],[[130520,139948],[0,0],[-1,-12]],[[130519,139936],[0,0],[1,-13],[7,-39]],[[130527,139884],[0,0],[-1,-7]],[[130526,139877],[0,0],[1,-7]],[[130527,139870],[0,-1],[-1,-10],[0,-8],[-2,-8]],[[130524,139843],[0,0],[8,-31],[5,-19]],[[130537,139793],[1,-1],[-3,-14]],[[130535,139778],[0,-1],[3,-18],[5,-15]],[[130543,139744],[0,0],[0,-12]],[[130543,139732],[0,0],[1,-21],[2,-15]],[[130546,139696],[0,0],[-2,-15],[0,-10],[-1,-6]],[[130543,139665],[0,0],[2,-9],[4,-8],[6,-10],[4,-5],[0,-7]],[[130559,139626],[0,-14]],[[130559,139612],[0,0],[1,-8]],[[130560,139604],[0,0],[-2,-12]],[[130558,139592],[0,0],[0,-9]],[[130558,139583],[0,0],[-6,-14],[-3,-5],[-2,-19]],[[130547,139545],[0,0],[2,-7],[2,-8],[2,-13]],[[130553,139517],[0,0],[-4,-27],[-5,-22],[-3,-11],[-9,-28],[-6,-16],[-3,-17],[0,-28]],[[130523,139368],[0,-1],[1,-36],[2,-29],[1,-31]],[[130527,139271],[0,0],[-1,-10]],[[130526,139261],[0,0],[6,-8],[1,-5],[1,-6],[0,-9],[2,-12]],[[130536,139221],[0,0],[-1,-12]],[[130535,139209],[0,-1],[1,-5]],[[130536,139203],[0,-1],[-2,-6],[-2,-6],[-2,-6],[-2,-6],[-3,-10],[-3,-5],[-3,-4],[-4,-6],[-4,-5],[-4,-7],[-7,-8],[-7,-4],[-13,-8],[-10,-7],[-11,-5],[-5,-2],[-4,-3],[-6,-2],[-10,-4],[-6,-2],[-5,-3],[-5,-2],[-8,-3],[-7,-4],[-6,-3],[-4,-3],[-6,-3],[-7,-4],[-12,-9],[-7,-4],[-10,-6],[-5,-4],[-5,-3],[-5,-4],[-9,-14],[-5,-6],[-5,-8],[-3,-5],[-8,-17],[-7,-37],[-6,-23],[-9,-13],[-20,-20],[-41,-40],[-28,-19],[-14,-17],[-15,-24],[-12,-29],[-3,-21],[-5,-15],[-6,-15],[-9,-18],[-10,-18],[-6,-17],[-3,-6],[-5,-14],[-3,-11],[-3,-10],[-6,-13],[-6,-10],[-1,-11],[0,-7],[-2,-6],[-5,-10],[-4,-12],[-2,-5],[-4,-12],[-5,-17],[-4,-8],[-2,-11]],[[130060,138502],[0,0],[2,-9],[4,-14],[3,-11]],[[130069,138468],[0,0],[-1,-6]],[[130068,138462],[0,0],[2,-12],[3,-14],[3,-6],[5,-13],[11,-17],[6,-12],[5,-10],[5,-21],[7,-24],[13,-23],[13,-17],[14,-18],[12,-15],[20,-25],[22,-21],[16,-9],[9,-6],[11,-6],[8,-5],[5,-3],[4,-6],[10,-16],[4,-9],[3,-8],[2,-11],[1,-8],[3,-10],[2,-9],[5,-7],[1,-9]],[[130293,138092],[0,0],[-1,-10]],[[130292,138082],[0,0],[2,-13]],[[130294,138069],[0,0],[-5,-13],[-1,-16]],[[130288,138040],[0,0],[0,-13]],[[130288,138027],[0,0],[-1,-7],[-3,-16],[-4,-9],[-5,-12],[-3,-10],[-8,-14],[-13,-13],[-11,-11],[-10,-10],[-7,-10],[-9,-11],[-7,-7],[-8,-5],[-12,-6],[-23,-4],[-13,-4],[-8,-10]],[[130143,137868],[0,-9]],[[130143,137859],[0,-1],[0,-10],[-3,-6],[-7,-11],[-4,-5],[-8,-5],[-15,-13],[-15,-11],[-12,-11],[-16,-12],[-20,-14],[-14,-6],[-21,-12],[-34,1],[-19,3],[-16,6],[-21,8],[-24,3],[-16,0],[-19,6],[-28,11],[-24,8],[-23,1],[-19,-7],[-12,1],[-14,5],[-18,4],[-11,9],[-15,7],[-5,1],[-11,2],[-10,0],[-8,1],[-9,4],[-8,3],[-10,5],[-8,5],[-8,3],[-6,2],[-8,1],[-7,2],[-10,1],[-12,2],[-8,1],[-13,4],[-9,3],[-7,2],[-8,2],[-7,1],[-6,1],[-11,0],[-13,0],[-7,0],[-6,0],[-11,-1],[-13,-4],[-6,-1],[-18,-2],[-12,-3],[-5,-1],[-7,0],[-7,0],[-6,-1],[-6,0],[-7,-2],[-5,-2],[-4,-4],[-6,-4],[-4,-4],[-9,-6],[-7,-5],[-6,-5],[-7,-5],[-7,-6],[-6,-4],[-6,-5],[-6,-3],[-5,-2],[-6,-2],[-8,-2],[-4,-4],[-6,-6],[-4,-5],[-12,-16],[-4,-5],[-5,-6],[-4,-6],[-3,-5],[-4,-6],[-5,-8],[-13,-16],[-12,-17],[-2,-5],[-9,-27],[-9,-27],[-6,-7],[-5,-14],[-10,-25],[-11,-31],[-7,-19],[-12,-15],[-16,-7],[-24,-8],[-20,-6],[-21,-7],[-36,-5],[-23,1],[-27,0],[-12,0],[-18,0],[-43,5],[-23,4],[-28,8],[-14,5],[-24,7],[-37,4],[-22,5],[-17,1],[-23,0],[-38,-1],[-17,-3],[-29,-4],[-19,-2],[-11,-1],[-8,-2],[-35,-5],[-20,-3],[-30,-6],[-7,-2],[-10,-2],[-11,-3],[-19,-6],[-29,-7],[-21,-8],[-29,-6],[-12,-3],[-9,-2],[-43,-14],[-25,-7],[-32,-8],[-25,-8],[-29,-10],[-27,-7],[-25,-9],[-22,-6],[-20,-9],[-40,-13],[-26,-10],[-25,-7],[-24,-9],[-6,-3],[-23,-11],[-21,-5],[-19,-7],[-13,-7],[-13,-5],[-13,-3],[-22,-6],[-7,-3],[-24,-9],[-32,-8],[-15,-4],[-15,-5],[-24,-20],[-18,-20],[-16,-22],[-25,-31],[-10,-23],[-16,-37],[-7,-27],[-5,-23],[-8,-36],[-9,-20],[-4,-24],[-4,-8],[-25,-56],[-8,-16],[-13,-28],[-10,-19],[-18,-26],[-8,-8],[-36,-23],[-39,-16],[-8,-3],[-57,-14],[-33,-6],[-25,0],[-19,-3],[-44,-11],[-29,-7],[-21,-4],[-15,-5],[-21,-7],[-26,-9],[-21,-9],[-13,-5],[-10,-3],[-12,-4],[-28,-5],[-15,-4],[-10,-3],[-6,-4],[-8,-4],[-15,-9],[-20,-18],[-16,-12],[-18,-17],[-18,-9],[-14,-7],[-10,-5],[-12,-8],[-38,-12],[-27,-8],[-19,-6],[-14,-3],[-39,-15],[-18,-7],[-20,-8],[-24,-10],[-8,-6],[-19,-4],[-14,-6],[-5,-1],[-34,-12],[-26,-8],[-12,-4],[-49,-11],[-24,-7],[-24,-9],[-19,-7],[-14,-6],[-14,-5],[-29,-15],[-21,-7],[-23,-9],[-19,-5],[-14,3],[-13,6],[-10,4],[-7,5],[-14,16],[-8,11],[-12,13],[-9,7],[-6,2],[-10,4],[-22,3],[-46,-2],[-17,-2],[-25,-6],[-22,-10],[-13,-5],[-16,-17],[-4,-18]],[[126107,136403],[0,0],[0,-11],[6,-17],[2,-21]],[[126115,136354],[0,0],[-1,-22],[-3,-8],[-13,-24],[-9,-19],[-9,-12],[-6,-21],[-4,-25],[-1,-16],[-7,-33],[-9,-38],[-10,-31],[-13,-24],[-47,-62],[-32,-33],[-16,-16],[-24,-11],[-42,-7],[-59,7],[-56,24],[-42,15],[-54,23],[-85,9],[-118,-26],[-65,-16],[-43,-25],[-32,-29],[-77,-136],[-8,-41],[-3,-15]],[[125227,135742],[0,-1],[1,-33],[1,-92]],[[125229,135616],[0,0],[-4,-14],[-5,-41],[-10,-36],[-16,-47],[-31,-52],[-17,-27],[-7,-9],[-9,-15],[-7,-8],[-6,-8],[-5,-8],[-7,-10],[-4,-8],[-3,-6],[-5,-8],[-6,-8],[-6,-7],[-5,-7],[-8,-9],[-5,-7],[-8,-14],[-4,-8],[-4,-10],[-4,-4],[-3,-8],[-5,-8],[-3,-9],[-8,-13],[-3,-8],[-3,-8],[-5,-14],[-3,-11],[-3,-9],[-4,-13],[-5,-16],[-4,-14],[-3,-8],[-4,-15],[-7,-10],[-5,-13],[-3,-7],[-9,-12],[-9,-9],[-7,-9],[-10,-16],[-8,-8],[-9,-9],[-7,-6],[-4,-6],[-6,-6],[-8,-8],[-7,-7],[-9,-5],[-7,-3],[-8,-5],[-11,-4],[-7,-1],[-6,0],[-9,1],[-6,3],[-8,3],[-5,2],[-8,4],[-8,4],[-9,4],[-10,4],[-7,4],[-9,5],[-7,4],[-13,4],[-11,4],[-10,4],[-9,3],[-14,2],[-13,2],[-17,0],[-15,-6],[-14,-4],[-9,-6],[-8,-5],[-6,-5],[-5,-7],[-6,-9],[-5,-8],[-7,-9],[-8,-6],[-12,-13],[-4,-7],[-7,-7],[-14,-11],[-11,-4],[-8,-1],[-7,1],[-7,0],[-6,1],[-9,2],[-10,1],[-9,3],[-6,3],[-8,1],[-6,5],[-8,6],[-5,3],[-8,7],[-5,3],[-4,3],[-4,5],[-5,2],[-6,5],[-4,2],[-5,2],[-8,2],[-9,2],[-7,1],[-8,1],[-9,2],[-13,0],[-10,1],[-9,1],[-13,2],[-9,2],[-10,2],[-11,4],[-12,7],[-5,5],[-3,4],[-7,7],[-4,6],[-5,10],[-2,7],[-1,6],[-1,10],[1,0]],[[124251,135033],[0,13],[0,0]],[[124251,135046],[0,9],[0,0]],[[124251,135055],[0,6],[2,7],[3,8],[5,4],[4,3],[4,4],[4,3],[7,3],[4,2],[6,4],[6,1],[7,3],[6,1],[6,3],[1,46],[0,0]],[[124316,135153],[-8,23],[-22,21],[-49,12],[-49,-41],[-31,-48],[-28,-59],[-15,-46],[-6,-38],[-7,-29],[-15,-19],[-25,-20],[-32,-25],[-24,-24],[-25,-28],[-24,-21],[-27,-38],[-16,-22],[-19,-21],[-15,-23],[-12,-29],[-11,-26],[-27,-33],[-16,-11]],[[123813,134608],[-1,0]],[[122051,137076],[-20,4],[-22,6]],[[118887,140548],[-7,7],[-5,7]],[[118343,140488],[-12,14],[-16,14]],[[123095,153432],[6,-8],[4,-5],[11,-12],[3,-10],[1,-10],[-3,-8],[-8,-12],[-3,-7],[5,-25],[12,-7],[9,-1],[12,-3],[15,-1],[10,-2],[7,-1],[10,-6],[6,-8],[7,-5],[4,-5],[5,-5],[6,-3],[12,-3],[11,-13],[6,-8],[1,-5],[3,-7],[1,-8],[1,-8],[1,-7],[5,-6],[5,-6],[9,-6],[6,-4],[5,-6],[5,-6],[8,-8],[5,-3],[5,-6],[10,-5],[8,-3],[9,-3],[11,-2],[12,3],[9,3],[8,10],[4,7],[3,11],[2,12],[1,10],[13,15],[5,8],[8,3],[7,1],[17,-4],[19,5],[13,12],[6,5],[12,7],[14,8],[10,5],[14,9],[10,8],[11,8],[15,8],[7,3],[8,7],[13,6],[14,7],[11,7],[11,8],[8,7],[9,4],[11,1],[11,3],[17,-1],[9,3],[22,-1],[11,1],[16,6],[8,6],[7,7],[-1,12],[-4,5],[-7,6],[-8,4],[-5,5],[-3,8],[0,18],[10,14],[5,7],[7,9],[8,12],[3,6],[6,10],[2,7],[4,10],[23,62],[29,39],[59,83],[4,8],[8,8],[4,4],[5,3],[12,7],[7,2],[9,5],[15,1],[16,1],[8,3],[17,4],[13,-1],[17,-1],[8,-1],[8,1],[11,-3],[13,-3],[14,2],[14,-2],[18,5],[11,6],[10,11],[6,7],[4,6],[8,7],[11,6],[6,4],[13,7],[16,6],[9,7],[8,2],[9,5],[8,3],[7,4],[6,5],[2,9],[7,8],[6,3],[16,0],[12,-5],[6,-10],[1,-12],[-4,-6],[-2,-9],[2,-11],[3,-14],[8,-9],[8,-8],[9,-7],[13,-7],[9,-4],[11,-9],[6,-7],[4,-10],[3,-12],[1,-9],[0,-7],[2,-6],[7,-12],[6,-15],[10,-14],[5,-6],[6,-6],[12,-10],[13,-10],[12,-12],[9,-8],[5,-9],[1,-11],[4,-18],[4,-9],[2,-10],[1,-6],[0,-9],[0,-13],[0,-8],[-3,-11],[0,-7],[-5,-14],[-2,-9],[-3,-7],[-2,-8],[-6,-9],[-3,-8],[-6,-8],[-12,-10],[-3,-5],[0,-8],[1,-8],[5,-10],[6,-6],[10,-6],[7,-4],[9,-3],[7,-1],[6,-1],[7,-2],[10,-4],[5,-2],[6,-3],[5,-2],[9,-2],[6,-3],[11,-2],[10,0],[7,-3],[10,-5],[13,-6],[4,-4],[4,-8],[1,-6],[3,-16],[0,-6],[0,-7],[1,-10],[3,-10],[2,-7],[3,-9],[6,-9],[12,-11],[5,-6],[6,-5],[6,-8],[6,-8],[5,-9],[9,-8],[3,-7],[5,-9],[4,-9],[2,-6],[8,-12],[3,-6],[6,-5],[14,-14],[16,-4],[10,-2],[7,-1],[11,-1],[8,1],[4,1],[5,2],[4,4],[11,7],[14,0],[6,-1],[9,-1],[5,-2],[8,-2],[10,-7],[10,-4],[8,-2],[8,-4],[5,-1],[9,-3],[5,-1],[5,0],[6,-2],[5,-1],[5,-1],[6,-3],[11,-4],[7,-6],[5,-2],[5,-3],[5,-3],[7,-4],[7,-6],[5,-4],[8,-5],[4,-3],[7,-3],[4,-3],[6,-4],[5,-3],[6,-4],[6,-4],[6,-3],[8,-6],[8,-5],[7,-4],[7,-5],[6,-6],[5,-7],[2,-7],[4,-10],[2,-8],[5,-6],[6,-7],[4,-6],[6,-5],[3,-6],[5,-7],[3,-11],[4,-8],[-1,-12],[0,-15],[-1,-7],[0,-6],[0,-13],[0,-11],[0,-9],[0,-9],[1,-12],[0,-7],[0,-6],[0,-8],[4,-9],[5,-10],[4,-7],[3,-5],[5,-7],[2,-5],[9,-7],[5,-6],[6,-5],[6,-7],[2,-5],[3,-4],[6,-13],[2,-5],[2,-15],[8,-23],[3,-8],[7,-3],[7,0],[12,2],[6,7],[4,11],[1,6],[4,5],[6,5],[5,4],[7,1],[7,0],[6,-1],[10,-2],[7,-2],[4,-4],[0,-9],[-6,-20],[-2,-9],[-2,-6],[1,-8],[2,-5],[7,-6],[9,-5],[6,-2],[5,-2],[6,0],[16,-1],[11,0],[8,1],[12,1],[10,-3],[5,-5],[4,-5],[7,-8],[5,-4],[7,-7],[7,-6],[5,-2],[7,-6],[9,-5],[9,-7],[6,-4],[8,-4],[9,0],[10,4],[11,7],[6,6],[5,6],[7,5],[5,2],[7,1],[10,-1],[7,-2],[7,-2],[6,-3],[8,-2],[11,-2],[7,1],[7,2],[6,5],[6,2],[5,2],[6,4],[12,6],[7,3],[8,5],[6,2],[7,3],[13,8],[5,3],[13,4],[12,-1],[5,1],[8,1],[9,1],[9,0],[8,0],[11,0],[11,3],[4,3],[8,4],[5,2],[8,1],[11,4],[4,5],[5,6],[5,5],[3,5],[7,7],[9,9],[5,4],[6,5],[6,3],[6,2],[7,1],[6,0],[7,-3],[5,-3],[10,-7],[5,-8],[4,-14],[1,-6],[0,-8],[2,-8],[1,-10],[2,-10],[3,-7],[4,-4],[3,-7],[5,-7],[4,-4],[3,-4],[9,-6],[5,-6],[4,-7],[5,-3],[9,-7],[9,-10],[4,-6],[1,-7],[0,-7],[-2,-11],[-1,-8],[-3,-13],[-2,-7],[-2,-10],[-1,-10],[-1,-7],[0,-7],[0,-7],[1,-10],[3,-7],[7,-10],[4,-4],[6,-6],[12,-5],[8,0],[6,2],[6,4],[8,5],[9,5],[8,4],[5,2],[12,10],[7,4],[6,4],[5,2],[15,7],[5,5],[10,4],[7,3],[8,-1],[12,-6],[6,-5],[7,-4],[6,-3],[5,-4],[5,-2],[13,0],[7,2],[5,1],[6,2],[5,2],[7,2],[9,2],[6,2],[5,1],[18,7],[11,0],[11,-1],[7,-1],[6,-1],[7,-1],[5,-4],[10,-5],[7,-4],[7,-2],[5,-1],[14,-1],[7,0],[8,1],[14,-1],[8,0],[10,-1],[9,0],[22,-6],[12,-5],[8,-5],[6,-3],[6,-4],[5,-4],[7,-4],[4,-3],[7,-4],[4,-3],[4,-2],[4,-5],[8,-6],[7,-6],[8,-6],[8,-5],[11,-4],[6,-3],[5,-3],[6,-3],[11,-6],[6,-2],[12,-6],[8,-2],[6,-3],[3,-5],[3,-5],[3,-6],[2,-6],[4,-10],[2,-8],[2,-7],[4,-14],[-1,-7],[-3,-8],[0,-6],[2,-6],[0,-6],[6,-11],[0,-5],[0,-8],[-4,-4],[-3,-5],[-8,-5],[-9,-5],[-3,-4],[-8,-14],[-4,-12],[-1,-10],[4,-8],[9,-9],[5,-5],[11,9],[2,6],[4,6],[5,7],[4,3],[6,10],[8,3],[7,1],[7,-2],[8,0],[7,-1],[11,-2],[8,1],[8,3],[8,1],[8,2],[6,3],[5,5],[3,6],[6,5],[4,8],[5,6],[4,2],[7,3],[7,1],[5,0],[11,5],[10,5],[4,3],[4,8],[3,5],[3,6],[4,6],[2,8],[4,9],[5,7],[5,3],[6,4],[9,2],[8,4],[7,1],[6,1],[4,2],[10,1],[6,2],[4,3],[10,0],[9,2],[7,0],[9,1],[6,0],[13,-2],[7,-3],[6,-6],[6,-6],[5,-7],[5,-5],[3,-5],[4,-10],[-1,-7],[-2,-11],[-2,-8],[-1,-6],[0,-11],[-1,-16],[3,-13],[2,-7],[0,-9],[2,-11],[0,-12],[0,-8],[2,-6],[3,-15],[0,-6],[-3,-15],[-2,-11],[-4,-10],[-6,-7],[-11,-11],[-1,-6],[-6,-10],[-3,-11],[-4,-7],[0,-14],[1,-6],[4,-5],[3,-7],[4,-6],[5,-8],[11,-7],[6,-3],[9,-4],[9,-1],[7,-1],[10,-1],[6,1],[9,-1],[8,0],[7,0],[6,1],[9,1],[6,-1],[16,1],[10,4],[10,2],[13,-2],[12,-3],[5,-2],[8,-5],[4,-4],[4,-6],[4,-6],[6,-6],[5,-3],[4,-4],[5,-2],[8,-1],[6,-2],[10,-7],[9,-11],[5,-4],[4,-11],[3,-8],[0,-7],[-7,-11],[-3,-7],[2,-8],[7,-4],[11,-2],[8,0],[6,-2],[6,-2],[5,-2],[5,-4],[6,-7],[2,-11],[-1,-5],[-2,-14],[-1,-6],[0,-11],[2,-9],[5,-10],[4,-5],[3,-5],[4,-4],[6,-6],[4,-6],[4,-7],[1,-5],[5,-6],[8,-3],[6,-3],[6,-3],[7,-2],[10,-7],[4,-4],[9,-2],[6,-3],[5,-8],[6,-9],[1,-7],[1,-10],[2,-6],[1,-5],[4,-7],[2,-6],[4,-6],[4,-3],[2,-5],[5,-6],[4,-6],[4,-8],[6,-9],[4,-3],[4,-4],[10,-4],[6,-3],[10,-3],[5,1],[7,-3],[7,1],[6,0],[10,2],[10,2],[8,0],[11,1],[9,-1],[10,-3],[8,-2],[4,-1],[8,-3],[4,-4],[11,-14],[5,-5],[7,-8],[5,-4],[4,-3],[6,-2],[12,1],[11,0],[14,-1],[9,1],[6,1],[7,1],[5,2],[5,1],[8,3],[10,1],[5,1],[11,3],[6,1],[16,2],[8,0],[8,-2],[8,-3],[6,-4],[7,-3],[4,-5],[4,-3],[11,-3],[5,-2],[7,0],[11,0],[7,0],[16,2],[6,-1],[9,-2],[8,-3],[6,-2],[5,-1],[5,-4],[6,-5],[8,-2],[6,-7],[6,-4],[7,-8],[2,-9],[0,-6],[-1,-8],[-2,-6],[-2,-9],[5,-11],[6,-6],[11,-12],[4,-7],[3,-9],[-3,-9],[-7,-8],[-9,-8],[2,-9],[4,-5],[5,-3],[8,-2],[5,-1],[4,-3],[5,0],[11,-2],[6,-5],[1,-6],[-1,-7],[-3,-4],[-3,-9],[-5,-6],[-3,-13],[0,-6],[2,-9],[0,-12],[-2,-9],[0,-8],[-1,-12],[5,-8],[7,-4],[11,-12],[6,-5],[7,-6],[11,-9],[2,-5],[-1,-12],[0,-9],[1,-6],[3,-5],[3,-5],[3,-9],[3,-9],[7,-11],[4,-8],[3,-7],[4,-7],[5,-7],[8,-10],[9,-14],[6,-7],[5,-10],[3,-5],[4,-4],[7,-5],[5,-3],[8,-3],[8,-4],[7,-7],[5,-6],[8,-10],[4,-3],[4,-6],[10,-8],[5,-4],[6,-3],[7,-2],[5,-1],[6,-1],[8,-1],[6,0],[8,-2],[6,-3],[4,-9],[-3,-9],[-4,-8],[1,-6],[4,-5],[7,-7],[5,0],[9,-3],[4,-4],[15,-9],[6,-9],[7,-10],[8,-12],[4,-10],[2,-7],[1,-10],[2,-12],[1,-10],[1,-9],[3,-15],[3,-7],[6,-6],[5,-6],[7,-7],[8,-5],[9,-2],[7,-3],[10,-4],[5,-2],[8,-3],[6,0],[11,2],[5,2],[8,1],[4,-7],[7,-8],[10,0],[4,3],[5,3],[3,4],[5,3],[7,0],[5,-2],[5,-2],[6,-9],[3,-5],[1,-7],[6,-9],[5,-4],[6,-3],[6,-2],[11,-1],[8,0],[8,-1],[9,-2],[5,-1],[7,-3],[5,-2],[15,-3],[17,-4],[4,-1],[6,-2],[8,-1],[6,0],[8,1],[9,1],[5,2],[5,1],[8,7],[5,9],[5,4],[8,4],[6,-2],[5,-4],[7,-5],[3,-6],[6,-10],[4,-2],[7,-5],[6,-9],[7,-1],[8,1],[13,-1],[9,-1],[11,0],[10,4],[8,0]],[[130646,164570],[0,-1],[-10,-10],[-360,-381],[-247,-262],[-410,-433]],[[126503,166719],[258,583]],[[126789,167353],[1,0],[47,30],[33,-148],[69,-92],[129,-140],[217,-161],[248,-176],[324,-229],[131,-100],[60,-47],[99,-31],[42,-67],[91,-41],[65,-65],[83,-67],[71,-72],[65,-84],[83,-76],[62,-58],[78,-82],[51,-54],[48,-20],[75,-51],[54,-48],[71,-67],[109,-59],[68,-54],[85,-60],[63,-38],[98,-54],[47,-38],[90,-77],[50,-30],[72,-29],[66,-43],[67,-25],[66,-42],[170,-89],[83,-55],[166,-79],[125,-34],[135,-31]],[[133267,86328],[946,-837]],[[134213,85491],[768,-679],[7,-5]],[[134988,84807],[-10,-33],[-32,-51],[-11,-25],[0,-16],[-3,-30],[3,-21],[7,-22],[4,-16],[0,-21],[-7,-35],[-11,-28],[0,-26],[2,-13],[5,-12],[0,-21],[-19,-55],[0,-26],[-7,-29],[-2,-14],[-12,-29],[-7,-53],[0,-34],[-4,-22],[-18,-59],[-21,-81],[-7,-46],[-19,-56],[-4,-24],[0,-79],[-5,-22],[-13,-21],[-39,-64],[-14,-20],[-12,-31],[0,-33],[9,-8],[-9,-43],[-7,-33],[-14,-59],[-18,-40],[-18,-79],[0,-39],[-7,-28],[0,-18],[-4,-17],[-13,-24],[-16,-38],[-9,-35],[-20,-54],[-14,-26],[-10,-22],[0,-28],[-7,-26],[-18,-41],[-7,-27],[-2,-46],[-5,-47],[-12,-61],[-11,-27],[-18,-26],[-21,-66],[-11,-34],[0,-56],[-5,-41],[-2,-51],[-7,-27],[-7,-37],[-5,-30],[-2,-25],[-9,-29],[-5,-17],[0,-64],[-2,-71],[4,-56],[3,-29],[16,-76],[9,-16],[19,-30],[22,-21],[10,-20],[-7,-31],[7,-22],[4,-71],[-11,-51],[11,-32],[-3,-25],[6,-18],[30,-43],[14,-12],[32,-29],[45,8],[35,-5],[14,-3],[8,-35],[10,-38],[7,-24],[12,-8],[16,-10],[13,-9],[-34,-24],[5,-18],[7,-30],[28,-25],[50,-11],[23,1],[10,3],[10,9],[-13,16],[2,2],[2,0],[5,-5],[10,-13],[3,-7],[10,-4],[10,-1],[4,-3],[1,-7],[0,-5],[0,-4],[-2,-11],[-5,-9],[-7,-9],[-1,-2],[-1,-7],[-3,-17],[-1,-4],[-5,-14],[-11,-16],[-6,-6],[-10,-1],[-10,-4],[-7,-5],[-4,-5],[-2,-11],[2,-11],[2,-7],[-1,-20],[-2,-19],[-1,-2],[-3,-12],[-11,-12],[-14,-5],[-16,-9],[-8,-7],[0,-9],[0,-1],[-1,-11],[3,-6],[39,-18],[-1,-6],[-21,10],[-4,-3],[-11,-18],[-10,-21],[-10,-22],[-9,-29],[-4,-26],[0,-2],[0,-15],[143,-103],[47,-35],[2,-4],[-5,-4],[-6,6],[-7,7],[-12,10],[-8,6],[-13,4],[-8,-3],[-4,-1],[-66,51],[-58,34],[-40,23],[-17,10],[-5,0],[-10,-13],[-62,-104],[7,-3],[0,0],[0,0],[-12,-20],[7,-3],[10,16],[2,3],[7,-3],[35,-19],[61,50],[6,-4],[-55,-61],[-5,-3],[-7,-3],[-54,-6],[-2,-2],[-1,-11],[0,-2],[-1,-5],[-1,-13],[0,-14],[4,-22],[8,-16],[-20,-2],[-2,5],[0,11],[-2,10],[-7,3],[-14,7],[-12,4],[-8,-1],[-7,-7],[-6,-11],[0,-10],[2,-6],[3,-7],[3,-7],[-2,-8],[6,-5],[5,-4],[-7,-16],[0,0],[-2,-11],[0,-5],[0,0],[2,-2],[3,-4],[6,-1],[9,2],[18,1],[6,-7],[1,-2],[6,-14],[-6,0],[-65,-9],[-1,-4],[-8,-17],[-4,-9],[-5,0],[2,-5],[19,2],[104,14],[10,-3],[-27,-35],[-3,-1],[-80,-10],[1,-11],[-19,-3],[2,-11],[19,1],[0,-8],[5,1],[74,3],[1,-25],[-48,-14],[0,-1],[-1,-11],[4,-5],[53,9],[6,0],[2,1],[0,1],[-6,26],[12,5],[9,-22],[3,-8],[13,8],[17,11],[2,1],[38,28],[43,58],[39,52],[27,35],[50,42],[26,21],[34,17],[59,29],[1,0],[33,11],[4,-10],[-4,-1],[-4,-1],[-13,-3],[-10,-4],[-56,-23],[-52,-32],[-52,-42],[-25,-30],[-50,-66],[-45,-64],[-33,-51],[-30,-68],[-13,-24],[-18,-32],[-12,-30],[-12,-40],[-18,-36],[-18,-34],[-25,-43],[-30,-100],[-21,-86],[-10,-38],[-8,-64],[14,-36],[-3,-17],[17,-74],[4,-19],[55,-51],[10,-5],[47,-17],[14,-46],[-35,-21],[-40,-43],[-26,-38],[-43,-95],[4,-36],[4,-66],[-8,-27],[-6,-16],[-8,-25],[-26,-54],[5,-21],[-12,-27],[-25,-26],[-29,-3],[-22,-4],[-57,-5],[-35,-8],[-59,-16],[-68,-13],[-25,-5],[-117,-38],[-42,-25],[-46,-13],[-94,-46],[-41,-13],[-57,-27],[-40,-31],[-39,-18],[-48,-34],[-46,-17],[-33,-30],[-32,-21],[-36,-28],[-43,-18],[-66,-49],[-35,-27],[-25,-18],[-46,-49],[-52,-59],[-14,-13],[-43,-65],[-26,-24],[-72,-81],[-25,-38],[-18,-46],[-12,-62],[-2,-63],[-15,-39],[-18,-46],[-35,-65],[-29,-49],[-19,-16],[-29,-32],[-21,-19],[-16,-43],[-14,-25],[-14,-26],[-4,-5],[-39,-15],[-37,-36],[-13,-33],[-44,-46],[-125,-123],[-44,-50],[-51,-48],[-50,-67],[-7,-41],[7,-43],[-37,-51],[-39,-16],[-17,-9],[-41,-26],[-43,-30],[-21,-14],[-28,-13],[-27,-25],[-14,-7],[-39,-41],[-23,-13],[-28,-20],[-39,-43],[-23,-37],[-60,-35],[-40,-38],[-15,-16],[-18,-30],[-83,-59],[-18,-35],[-64,-59],[-11,-8],[-59,-41],[-14,-10],[-28,-28],[-44,-13],[-25,-27],[-21,-21],[-27,-16],[-64,-46],[-93,-89],[-41,-13],[-39,-22],[-53,-28],[-30,-18],[-53,-11],[-33,-22],[-54,-35],[-30,-24],[-32,-21],[-18,-12],[-17,-21],[-19,-43],[-32,-26],[-55,-38],[-42,-25],[-55,-34],[-111,-50],[-43,-34],[-51,-33],[-50,-22],[-65,-24],[-55,-32],[-50,-33],[-26,-34],[-35,-8],[-50,-12],[-48,-13],[-25,-8],[-56,-25],[-41,-18],[-62,-35],[-139,-49],[-30,-10],[-80,-29],[-57,-20],[-86,-43],[-29,-25],[-29,-8],[-47,-26],[-68,-30],[-32,-16],[-52,-33],[-20,-10],[-22,-3],[-30,-8],[-53,-14],[-36,-8]],[[128470,77166],[-8,21],[-1,4]],[[130003,89928],[1449,-1230],[-2,-8],[0,-6],[-1,-6],[-2,-6],[-1,-6],[-1,-5],[-1,-8],[0,-7],[1,-5],[1,-6],[3,-5],[1,-8],[-9,-7],[-9,0],[-10,-7],[-14,-9],[-11,-6],[-10,-4],[-8,2],[-5,6],[-5,4],[-6,1],[-5,0],[-5,-2],[-3,-6],[-2,-8],[-7,-13],[-5,-3],[-7,-4],[-4,-6],[-8,-11],[-6,-5],[-5,-3],[-6,-1],[-5,0],[-10,-1],[-5,-2],[-9,-4],[-4,-8],[-8,-8],[-11,-2],[-24,-16],[-30,-1],[-26,-4],[-15,-9],[-19,-7],[-10,-4],[-9,-6],[-19,-7],[-11,7],[-24,9],[-15,0],[-19,-6],[-18,1],[-21,-3],[-10,-10],[-14,-15],[-12,-6],[-20,8],[-40,8],[-11,0],[2386,-2126]],[[142179,94342],[436,-365]],[[142615,93977],[-41,-44],[-38,-51],[-41,-51],[-50,-33],[-55,-54],[-67,-65],[-54,-51],[-52,-51],[-46,-41],[-47,-34],[-64,-43],[-62,-49],[-51,-48],[-57,-54],[-41,-43],[-25,-30],[-58,-66],[-39,-47],[-51,-55],[-60,-69],[-44,-52],[-42,-48],[-33,-43],[-37,-46],[-39,-51],[-47,-54],[-64,-71],[-87,-90],[-33,-37],[-29,-13],[-31,-42],[-48,-47],[-50,-59],[-30,-34],[-31,-25],[-25,-16],[-101,-93],[-55,-47],[-44,-30],[-31,-43],[-63,-62],[-83,-86],[-74,-59],[-51,-59],[-22,-28],[-79,-105],[-25,-27],[-58,-54],[-32,-35],[-23,-29],[-16,-25],[-19,-18],[-22,-23],[-28,-23],[-41,-36],[-42,-27],[-34,-29],[-100,-59],[-54,-47],[-37,-37],[-45,-40],[-26,-20],[-44,-56],[-38,-41],[-69,-46],[-52,-52],[-53,-46],[-10,-12],[-34,-21],[-85,-84],[-21,-27],[-44,-37],[-23,-22],[-32,-20],[-25,-29],[-14,-22],[-76,-64],[-65,-51],[-54,-54],[-76,-76],[-44,-42],[-53,-51],[-37,-42],[-21,-18],[-50,-46],[-37,-33],[-60,-59],[-44,-26],[-25,-22],[-127,-116],[-32,-40],[-32,-33],[-62,-56],[-60,-54],[-48,-51],[-75,-63],[-50,-51],[-41,-41],[-87,-98],[-107,-93],[-36,-42],[-35,-41],[-113,-93],[-50,-74],[-44,-44],[-46,-43],[-34,-51],[-35,-54],[-37,-54],[-11,-53],[-67,-84],[-44,-59],[-46,-43],[-19,-28],[-25,-18],[-8,-5],[-7,-16],[-33,-22],[-25,-19],[-21,-33],[-28,-48],[-30,-35],[-21,-16],[-18,-51],[-21,-30],[-34,-29],[-56,-66],[-56,-81],[-27,-24],[-19,-15],[-21,-36],[-10,-19],[-27,-28],[-17,-21],[-11,-26],[-41,-43],[-57,-71],[-43,-47],[-32,-42],[-22,-29],[-24,-51],[-45,-54],[-35,-35],[-48,-54],[-14,-13],[-69,-89],[-17,-17],[-22,-29],[-44,-60],[-36,-88],[-17,-22],[-11,-8],[-58,-94],[-37,-46],[-39,-57],[-42,-40],[-37,-49],[-39,-78],[-18,-19],[-14,-17],[-4,-18],[-5,-21],[-10,-22],[-82,-79],[-19,-26],[-29,-43],[-32,-54],[-26,-43],[-21,-38],[-21,-33],[-15,-34],[-28,-46],[-23,-38],[-18,-26],[-18,-25],[-17,-33],[-30,-21],[-22,-55],[-14,-23],[-21,-38],[-33,-49],[-18,-46],[-14,-39],[-25,-74],[-26,-68],[-14,-34],[-8,-22],[-13,-29],[-8,-27],[-21,-59],[-16,-44],[-21,-60],[-11,-39],[-7,-38],[-14,-38],[-18,-25],[-12,-13],[-2,-8],[2,-51],[16,-34],[3,-7],[-7,-26],[-7,-22],[-12,-21],[-21,-58],[-7,-18],[-1,-16],[1,-27],[-11,-46],[-3,-11],[-1,-22],[-3,-13],[-4,-8],[-14,-33],[-14,-26],[-11,-38],[-10,-26],[-13,-43]],[[134213,85491],[-119,106],[-827,731]],[[151534,107955],[-86,32],[-390,144]],[[151058,108131],[362,650],[62,99],[465,538],[24,39],[250,608],[213,371],[319,368],[270,640],[470,434],[400,871],[-216,547],[-119,306],[212,1170],[14,1326],[-8,173],[70,437],[-123,1072],[-17,609],[-55,177],[-102,1242],[-68,838],[-10,-1],[-19,10],[-74,122],[-121,118],[-76,113],[-14,52],[-70,101],[-60,55],[-131,192],[-13,12],[597,-58],[-14,151],[66,766],[28,276],[-9,59],[-42,115],[-24,360]],[[153495,123089],[28,146]],[[153523,123235],[33,755],[-10,51],[-153,466],[-1308,1710],[-481,628],[-4,16],[0,1]],[[151600,126862],[7,8],[10,5],[21,-8],[15,3],[14,10],[-4,-46],[-24,-18],[24,0],[16,-30],[14,-8],[35,-5],[40,13],[29,-20],[61,-13],[12,-30],[2,17],[-2,26],[-41,3],[-17,25],[-37,17],[-43,1],[-10,-10],[-18,5],[-9,30],[23,30],[35,29],[34,-16],[4,38],[39,24],[21,10],[12,33],[49,54],[59,46],[35,10],[46,-5],[16,-13],[18,-21],[10,0],[0,-66],[-76,-64],[-7,-73],[41,-16],[7,-17],[0,-24],[-55,-2],[-14,-11],[-51,-2],[4,-28],[7,-26],[0,-46],[10,5],[5,62],[36,17],[21,4],[25,-11],[12,11],[17,35],[4,28],[7,13],[36,-38],[14,-46],[30,-5],[10,-29],[25,-58],[-7,-31],[11,-22],[44,15],[10,-1],[1,21],[32,-16],[21,21],[33,-8],[-12,33],[-31,13],[8,20],[21,26],[9,25],[-82,13],[15,33],[21,26],[46,16],[-9,27],[-58,16],[-76,38],[-32,43],[-9,49],[-16,8],[-16,74],[-3,68],[-18,33],[-11,24],[0,65],[8,8],[14,3],[0,18],[-14,17],[-14,24],[28,5],[10,22],[-21,19],[-3,22],[-11,18],[0,57],[3,65],[15,29],[33,-3],[2,16],[-2,17],[-33,56],[-32,54],[-18,21],[-58,25],[-39,13],[-27,13],[-42,42],[-2,41],[1,-1],[1,0],[247,-105],[44,-6],[18,-13],[48,-5],[60,-25],[65,-33],[32,-18],[23,-18],[36,-15],[21,-18],[48,-26],[35,-38],[39,-36],[40,-35],[40,-38],[36,-42],[36,-43],[32,-36],[40,-61],[32,-38],[37,-51],[39,-58],[39,-43],[31,-37],[35,-43],[35,-41],[27,-35],[31,-43],[20,-49],[25,-48],[35,-59],[28,-46],[2,-33],[23,-26],[9,-41],[35,-43],[-3,-25],[4,-24],[26,-19],[17,-26],[-3,-21],[7,-25],[14,-21],[14,-30],[36,-66],[21,-56],[12,-16],[2,-22],[12,-13],[4,-16],[7,-35],[14,-36],[1,-31],[13,-45],[30,-69],[21,-79],[18,-60],[18,-47],[7,-49],[27,-67],[21,-56],[17,-51],[1,-79],[17,-76],[-3,-31],[10,-25],[30,-72],[11,-76],[17,-79],[18,-74],[11,-54],[25,-73],[19,-82],[7,-97],[10,-43],[4,-43],[8,-29],[13,-76],[8,-71],[10,-74],[2,-79],[9,-102],[16,-13],[-4,-29],[9,-74],[7,-86],[6,-79],[13,-77],[8,-68],[4,-80],[0,-79],[13,-73],[0,-67],[4,-76],[0,-72],[4,-79],[7,-69],[-4,-35],[11,-11],[3,-46],[-3,-73],[19,-56],[11,-74],[3,-72],[18,-59],[3,-56],[7,-147],[13,-97],[7,-89],[2,-59],[3,-59],[2,-100],[9,-32],[0,-67],[-2,-54],[2,-89],[0,-63],[5,-51],[2,-77],[5,-59],[0,-20],[7,-43],[0,-43],[4,-28],[0,-64],[14,-64],[3,-58],[0,-59],[1,-67],[6,-61],[4,-63],[3,-62],[1,-64],[0,-63],[-1,-62],[1,-78],[0,-70],[3,-65],[-3,-59],[0,-62],[10,-13],[0,-60],[4,-64],[7,-127],[7,-62],[5,-59],[0,-84],[7,-64],[0,-51],[-3,-68],[5,-75],[2,-63],[3,-61],[2,-62],[5,-60],[0,-64],[2,-57],[6,-64],[-1,-84],[11,-102],[11,-84],[0,-64],[7,-96],[10,-89],[0,-61],[8,-62],[10,-94],[4,-61],[10,-56],[9,-75],[7,-68],[10,-84],[4,-61],[11,-62],[7,-63],[4,-64],[7,-59],[3,-64],[1,-63],[10,-59],[7,-62],[9,-99],[12,-89],[0,-63],[5,-67],[11,-59],[3,-64],[7,-60],[7,-65],[-3,-65],[7,-59],[3,-59],[4,-63],[11,-59],[0,-62],[0,-56],[21,-18],[14,-88],[0,-72],[5,-84],[4,-105],[0,-59],[0,-63],[3,-61],[7,-95],[1,-99],[0,-151],[0,-59],[3,-65],[-7,-80],[-7,-58],[0,-62],[-4,-61],[0,-66],[0,-64],[1,-59],[0,-68],[0,-64],[-4,-63],[-7,-64],[-2,-102],[-3,-105],[-7,-89],[-4,-66],[-3,-59],[0,-61],[-8,-66],[0,-64],[8,-100],[-1,-59],[4,-64],[-7,-27],[3,-36],[-10,-61],[0,-62],[-7,-51],[-3,-66],[-1,-64],[0,-60],[4,-67],[4,-63],[-1,-60],[11,-97],[4,-60],[10,-79],[11,-47],[12,-60],[7,-62],[21,-56],[18,-63],[21,-62],[16,-59],[7,-18],[-3,-42],[21,-59],[17,-62],[11,-61],[18,-58],[9,-61],[21,-121],[10,-63],[-3,-113],[4,-65],[-1,-64],[-19,-118],[-7,-33],[-18,-26],[-21,-55],[-18,-24],[-14,-27],[-47,-89],[-47,-57],[-24,-43],[-38,-54],[-49,-64],[-33,-46],[-57,-97],[-44,-65],[-32,-51],[-33,-54],[-39,-59],[-34,-63],[-75,-93],[-36,-58],[-82,-102],[-34,-51],[-49,-79],[-41,-48],[-32,-51],[-44,-49],[-35,-51],[-65,-72],[-47,-55],[-47,-61],[-35,-54],[-29,-54],[-41,-68],[-32,-51],[-10,-24],[-30,-27],[-11,-24],[-31,-27],[-29,-54],[-14,-8],[-37,-51],[-11,-28],[-26,-23],[-25,-20],[-39,-51],[-72,-97],[-41,-48],[-16,-24],[-30,-43],[-50,-54],[-44,-51],[-31,-51],[-45,-47],[-35,-49],[-41,-56],[-14,-21],[-11,-12],[-42,-64],[-35,-46],[-34,-51],[-32,-51],[-51,-76],[-50,-64],[-54,-71],[-73,-130],[-35,-42],[-41,-78],[-71,-105],[-36,-46],[-39,-67],[-62,-79],[-59,-91],[-83,-113],[-64,-88],[-39,-56],[-17,-18]],[[139360,117716],[60,65],[3721,3924],[-272,232],[1783,1902],[386,-326],[1,5],[12,20],[5,13],[5,14],[3,14],[7,15],[2,27],[3,24],[3,15],[-4,14],[-12,25],[-8,22],[6,32],[8,28],[18,23],[18,12],[23,-2],[28,2],[23,6],[24,8],[26,10],[14,5],[12,23],[-6,10],[-11,5],[-13,10],[1,10],[18,4],[16,-5],[26,-16],[20,-2],[23,2],[23,14],[26,10],[25,23],[14,10],[1,17],[7,13],[13,15],[19,13],[14,8],[14,16],[13,16],[15,24],[5,17],[18,18],[15,23],[8,15],[19,13],[20,13],[23,3],[35,5],[26,6],[23,3],[26,4],[27,7],[20,10],[32,3],[36,-13],[29,-13],[20,-11],[11,-2],[19,7],[20,-5],[23,-3],[18,7],[20,18],[12,20],[8,18],[-1,32],[-4,53],[-2,31],[-7,26],[-5,20],[-7,34],[-5,32],[-7,43],[-5,42],[2,41],[-31,23],[-47,47],[-20,21],[-17,14],[-17,27],[-20,24],[-19,24],[-17,18],[-18,33],[-19,28],[-11,25],[-21,30],[-11,21],[-21,30],[-17,31],[-17,18],[-21,43],[-10,14],[-14,22],[-14,13],[-16,34],[-13,23],[-24,20],[-18,15],[-27,17],[-22,5],[-34,16],[-31,8],[-24,4],[-26,21],[-13,17],[-11,20],[-4,24],[12,19],[16,14],[27,18],[18,21],[11,13],[12,35],[12,37],[13,24],[16,26],[18,22],[24,25],[28,23],[19,14],[18,14],[21,22],[35,35],[24,22],[4,4],[28,26],[30,34],[27,32],[33,31],[18,25],[29,28],[51,52],[31,38],[13,35],[12,34],[49,44],[64,47],[40,42],[41,35],[22,33],[18,14],[26,17],[24,26],[31,20],[46,27],[28,22],[18,24],[29,18],[28,3],[31,15],[41,26],[2,11],[-4,17],[4,10],[22,15],[8,5],[35,10],[27,15],[10,29],[-16,14],[-28,13],[-10,14]],[[146526,126601],[-3,25],[0,51],[32,60],[0,108],[65,35],[50,33],[40,34],[39,0],[27,-10],[46,-11],[51,-22],[35,-8],[0,-16],[-14,-18],[0,-25],[7,-38],[11,38],[3,21],[18,12],[14,21],[103,0],[21,5],[25,-13],[14,-16],[23,-5],[14,-9],[0,-28],[-12,-31],[33,5],[28,33],[22,21],[28,5],[26,-5],[25,-3],[25,-10],[19,0],[32,-15],[25,-5],[25,-21],[5,-54],[18,11],[11,10],[6,28],[40,8],[36,-3],[47,-8],[10,-17],[9,-8],[7,-13],[-12,-26],[0,-17],[3,-33],[34,46],[10,9],[8,24],[56,13],[26,12],[22,-7],[18,-1],[7,-8],[29,0],[51,0],[54,0],[57,4],[47,-24],[14,-8],[11,-14],[-17,-18],[-8,-21],[4,-33],[7,5],[16,30],[21,16],[7,30],[7,21],[60,0],[34,3],[29,-3],[10,-10],[10,0],[15,-3],[3,-26],[-10,-50],[17,-29],[4,-27],[19,-24],[7,0],[11,13],[-3,41],[0,13],[-11,16],[7,17],[11,15],[38,11],[20,0],[21,13],[18,4],[25,-4],[21,9],[12,-9],[53,-5],[30,22],[18,21],[28,4],[34,-9],[9,-11],[29,-2],[19,-11],[14,-76],[21,-2],[-2,30],[21,10],[18,0],[14,5],[3,15],[29,9],[14,-9],[14,1],[23,-18],[18,-8],[21,-22],[21,0],[34,-28],[0,-13],[-8,-26],[-26,-20],[9,-47],[-14,-43],[-16,-79],[-43,-81],[-94,8],[-40,5],[83,-89],[-6,-64],[-19,-100],[-14,-89],[29,-77],[26,123],[67,237],[58,20],[26,56],[42,29],[0,124],[12,15],[46,14],[36,-5],[3,-55],[80,-22],[48,-33],[-11,33],[-39,40],[14,51],[-37,37],[-11,30],[-7,25],[15,21],[35,46],[58,22],[46,16],[16,-5],[57,5],[69,8],[10,-8],[4,-11],[-64,-27],[-40,-8],[-8,-8],[36,-5],[37,-5],[28,10],[11,-10],[26,2],[43,37],[0,50],[-18,18],[7,11],[28,9],[22,14],[51,0],[67,17],[23,-2],[-3,-24],[-34,-9],[-9,-34],[0,-30],[32,0],[28,-6],[25,24],[26,38],[-29,43],[19,8],[14,13],[53,-1],[7,5],[55,3],[51,-7],[9,-13],[-14,-38],[-25,-13],[-32,-33],[11,-26],[22,-5],[24,21],[37,9],[14,16],[-14,39],[11,9],[24,16],[41,22],[18,16],[62,8],[25,-16],[35,0],[10,-5],[37,-3],[-12,-38],[-53,-56],[7,-33],[15,13],[31,38],[51,59],[15,20],[21,0],[14,-12],[-14,-34],[-25,-33],[7,-35],[-14,-38],[-18,-37],[25,-12],[37,54],[9,60],[51,3],[34,25],[32,18],[53,-9],[37,4],[18,-4],[26,-24],[21,0],[21,-5],[26,-13],[7,-17],[10,5],[0,12],[-3,16],[0,8],[10,14],[26,-17],[11,-3],[11,-2],[11,5],[10,21],[11,-9],[7,-9],[7,-6],[9,8],[17,0],[7,16],[11,5],[32,4],[4,-35],[12,-3],[70,3],[11,-46],[25,17],[19,26],[57,16],[14,0],[16,9],[10,-12],[15,-5],[35,-8],[23,0],[21,11],[14,-29],[1,-20],[-11,-18],[25,-17],[33,5],[21,4],[0,26],[11,13],[14,3],[21,22],[11,13],[26,0],[22,7],[21,14],[3,45],[18,-12],[9,-8],[25,12],[3,-20],[14,-2],[18,10],[48,0],[56,5],[38,7],[0,0]],[[153523,123235],[-19,-99],[-9,-47]],[[148473,108909],[-9,5],[-9,4]],[[147215,111440],[-8,1],[-8,2]],[[142188,130389],[10,-12],[1,-1],[8,-17],[14,-13],[12,-16],[9,-14],[12,-13],[11,-16],[10,-13],[-7,-17],[4,-13],[4,18],[24,3],[23,-16],[18,-16],[35,-30],[18,-18],[11,-13],[10,-9],[0,-16],[4,-8],[22,-8],[19,-22],[21,-21],[12,-17],[14,-13],[11,-13],[7,-8],[18,-22],[21,-19],[47,-43],[39,-26],[25,-20],[11,-13],[33,-25],[21,-18],[50,-51],[30,-41],[15,-30],[-4,-21],[-29,-35],[-21,-36],[53,36],[34,13],[16,0],[30,-21],[10,-8],[22,-22],[19,-11],[23,-18],[16,-20],[21,-18],[25,-28],[30,-30],[35,-46],[0,-44],[15,2],[0,24],[12,3],[18,-11],[24,-13],[21,-20],[12,-13],[21,-18],[7,-7],[12,-13],[31,-21],[18,-22],[11,-8],[21,-18],[27,-25],[24,-19],[8,-10],[33,-35],[16,-16],[37,-37],[22,-18],[21,-21],[16,-20],[32,-38],[31,-34],[27,-35],[3,-21],[11,-3],[0,16],[25,-26],[32,-28],[30,-35],[17,-13],[39,-59],[18,-41],[-18,-38],[-18,-22],[0,-13],[8,-3],[28,25],[44,3],[39,5],[58,-17],[32,-34],[-17,-21],[7,-38],[7,-20],[12,-8],[-23,-13],[0,-27],[-3,-6],[12,-74],[-5,-20],[-32,-13],[-25,-25],[-4,-26],[-14,-46],[21,-79],[11,-27],[32,-42],[-14,37],[-14,61],[-11,41],[10,43],[22,46],[28,-8],[44,25],[11,29],[3,22],[18,13],[14,-5],[4,-26],[44,-4],[28,27],[37,-13],[14,-14],[15,-16],[21,-5],[32,-3],[14,-43],[16,-33],[10,-5],[-28,-8],[-7,-17],[35,-85],[0,-38],[-28,-59],[-51,-84],[-105,-203],[195,305],[28,36],[0,-30],[-7,-24],[73,47],[32,45],[-4,34],[7,17],[33,-49],[47,-9],[44,-34],[32,-33],[35,-22],[27,-18],[28,-24],[4,-30],[11,-16],[29,21],[18,-8],[17,-13],[8,-18],[7,-9],[10,-21],[1,-12],[3,-26],[14,18],[-7,33],[9,5],[56,-16],[18,-14],[48,-42],[74,-55],[33,-21],[33,-21],[50,-33],[29,-17],[94,-44],[21,-12],[7,-13],[33,-20],[19,9],[0,-14],[21,-5],[12,-16],[30,-13],[16,5],[0,-13],[3,-9],[14,9],[8,0],[3,-12],[0,-13],[4,-16],[33,-9],[0,-10],[2,-5],[-5,-24],[0,-22],[-12,-21],[-7,-25],[-18,-19],[-11,-14],[4,-29],[31,-10],[4,-16],[4,-9],[0,-24],[10,24],[-10,30],[-22,25],[32,5],[12,13],[33,24],[14,5],[0,22],[44,16],[39,-16],[10,-18],[30,-4],[25,-18],[35,-28],[22,-21],[12,-13],[0,-17],[10,-10],[11,10],[28,0],[7,8],[1,12],[21,0],[14,-12],[-2,-16],[16,-8],[19,-22],[26,-5],[26,-13],[21,-3],[10,-13],[4,-12],[35,-1],[34,-33],[9,-22],[34,0],[17,-13],[18,-8],[44,-33],[-3,-21],[-8,-13],[0,-14],[25,23],[18,4],[58,-27],[25,-11],[25,-13],[30,-17],[28,-18],[72,-33],[26,-21],[6,-8],[22,-5],[26,-17],[39,-13],[18,-16],[23,-20],[-4,-26],[9,-17],[0,-16],[-157,0],[-14,-22],[-4,-38],[-83,-134],[62,75],[35,46],[11,46],[74,4],[9,-9],[4,-19],[-13,-22],[-14,-13],[-18,-13],[-7,-12],[0,-18],[9,2],[21,21],[14,-9],[7,-22],[4,-29],[0,-20],[-18,-51],[-14,-63],[7,-26],[9,-13],[13,-5],[-1,14]],[[137297,131500],[1044,-243],[643,-144],[1446,-334],[746,-173],[70,-16],[6,-1],[7,-2],[0,0],[7,-1],[922,-197]],[[134722,132095],[-1,0],[50,190]],[[134771,132285],[0,0],[-2678,555],[-142,-619],[0,-1]],[[131951,132220],[55,-15],[0,-1]],[[132006,132204],[-139,-606],[-55,7],[-82,-353],[-246,-987],[-1814,457],[-786,231],[-718,-2732],[-1300,312],[-263,-941],[-1870,867],[-177,172],[283,294],[-2694,2327],[-368,319],[941,983],[261,-221],[934,906],[777,752],[-774,542],[-103,75]],[[123813,134608],[-1,1],[17,10],[27,34],[11,26],[12,29],[15,23],[19,20],[16,22],[27,38],[24,21],[25,28],[24,25],[32,25],[25,19],[15,20],[7,29],[6,37],[15,46],[28,59],[31,48],[49,41],[49,-12],[22,-20],[8,-24],[0,0]],[[124316,135153],[-1,-46],[-6,-2],[-6,-2],[-7,-2],[-6,-2],[-6,-4],[-4,-2],[-7,-3],[-4,-3],[-4,-3],[-4,-4],[-5,-4],[-3,-8],[-2,-7],[0,-6],[0,0]],[[124251,135055],[0,-9],[0,0]],[[124251,135046],[-1,-13],[1,0]],[[124251,135033],[0,-9],[1,-6],[2,-8],[5,-10],[4,-5],[7,-7],[3,-5],[5,-5],[12,-7],[11,-3],[10,-2],[9,-3],[13,-1],[9,-1],[10,-1],[13,-1],[9,-1],[8,-1],[7,-1],[9,-2],[8,-2],[5,-2],[4,-3],[6,-4],[5,-3],[4,-5],[4,-3],[5,-3],[8,-7],[5,-3],[8,-5],[6,-5],[8,-2],[6,-3],[9,-3],[10,-1],[9,-1],[6,-2],[7,0],[7,-1],[8,1],[11,4],[14,12],[7,7],[4,6],[12,13],[8,7],[7,9],[5,7],[6,10],[5,7],[6,4],[8,6],[9,5],[14,4],[15,6],[17,0],[13,-2],[14,-2],[9,-2],[10,-4],[11,-4],[13,-5],[7,-4],[9,-5],[7,-4],[10,-4],[9,-4],[8,-4],[8,-3],[5,-2],[8,-4],[6,-3],[9,-1],[6,0],[7,1],[11,5],[8,4],[7,3],[9,5],[7,7],[8,9],[6,6],[4,5],[7,6],[9,9],[8,8],[10,16],[7,10],[9,9],[9,11],[3,7],[5,13],[7,10],[4,15],[3,8],[4,15],[5,15],[4,14],[3,9],[3,10],[5,14],[3,9],[3,7],[8,14],[3,8],[5,8],[3,8],[4,4],[4,11],[4,7],[8,15],[5,7],[8,8],[5,7],[6,7],[6,8],[5,8],[3,7],[4,7],[7,10],[5,8],[6,9],[7,7],[9,15],[7,9],[17,28],[31,52],[16,47],[10,35],[5,41],[4,14]],[[125229,135616],[0,0],[-1,92],[-1,34]],[[125227,135742],[0,0],[3,15],[8,42],[77,136],[32,29],[43,24],[65,17],[118,25],[85,-8],[54,-24],[42,-14],[56,-25],[59,-7],[42,8],[24,11],[16,15],[32,33],[47,63],[13,23],[10,31],[9,38],[7,34],[1,15],[4,26],[6,20],[9,12],[9,20],[13,23],[3,8],[1,22]],[[126115,136354],[0,1],[-2,20],[-6,18],[0,10]],[[126107,136403],[0,1],[4,18],[16,17],[13,4],[22,10],[25,7],[17,1],[46,3],[22,-4],[10,-4],[6,-1],[9,-7],[12,-14],[8,-11],[14,-15],[7,-6],[10,-4],[13,-6],[14,-2],[19,4],[23,9],[21,8],[29,15],[14,5],[14,6],[19,6],[24,9],[24,7],[49,12],[12,4],[26,7],[34,12],[5,1],[14,6],[19,5],[8,5],[24,10],[20,8],[18,7],[39,15],[14,3],[19,6],[27,9],[38,12],[12,7],[10,5],[14,7],[18,9],[18,17],[16,12],[20,19],[15,8],[8,5],[6,3],[10,4],[15,3],[28,6],[12,3],[10,3],[13,6],[21,8],[26,9],[21,7],[15,5],[21,5],[29,6],[44,12],[19,2],[25,0],[33,7],[57,13],[8,4],[39,16],[36,22],[8,8],[18,26],[10,20],[13,28],[8,15],[25,57],[4,7],[4,24],[9,20],[8,36],[5,23],[7,27],[16,37],[10,23],[25,32],[16,21],[18,21],[24,20],[15,5],[15,4],[32,8],[24,8],[7,3],[22,6],[13,4],[13,4],[13,7],[19,7],[21,6],[23,11],[6,3],[24,8],[25,8],[26,10],[40,13],[20,9],[22,6],[25,8],[27,8],[29,10],[25,8],[32,7],[25,8],[43,13],[9,2],[12,3],[29,7],[21,7],[29,7],[19,7],[11,2],[10,2],[7,2],[30,6],[20,3],[35,6],[8,2],[11,1],[19,2],[29,3],[17,3],[38,1],[23,0],[17,0],[22,-5],[37,-4],[24,-8],[14,-4],[28,-9],[23,-3],[43,-6],[18,0],[12,0],[27,0],[23,0],[36,5],[21,6],[20,7],[24,8],[16,7],[12,14],[7,20],[11,31],[10,24],[5,14],[6,8],[9,26],[9,27],[2,5],[12,17],[13,16],[5,9],[4,5],[3,6],[4,5],[5,7],[4,4],[12,16],[4,5],[6,7],[4,3],[8,3],[6,2],[5,2],[6,3],[6,4],[6,5],[7,5],[7,6],[6,4],[7,5],[9,6],[4,5],[6,4],[4,4],[5,1],[7,2],[6,1],[6,0],[7,0],[7,1],[5,0],[12,4],[18,2],[6,1],[13,4],[11,0],[6,0],[7,0],[13,0],[11,0],[6,0],[7,-2],[8,-1],[7,-2],[9,-3],[13,-4],[8,-2],[12,-2],[10,0],[7,-2],[8,-2],[6,-2],[8,-3],[8,-4],[10,-6],[8,-2],[9,-4],[8,-1],[10,0],[11,-3],[5,-1],[15,-7],[11,-9],[18,-3],[14,-6],[12,0],[19,6],[23,-1],[24,-7],[28,-12],[19,-5],[16,-1],[24,-2],[21,-9],[16,-6],[19,-3],[34,0],[21,11],[14,7],[20,14],[16,12],[12,10],[15,12],[15,12],[8,5],[4,5],[7,12],[3,6],[0,10]],[[130143,137868],[0,1],[8,9],[13,4],[23,4],[12,6],[8,6],[7,7],[9,10],[7,10],[10,10],[11,11],[13,14],[8,14],[3,10],[5,11],[4,9],[3,16],[1,7]],[[130288,138027],[0,0],[0,13]],[[130288,138040],[0,0],[1,17],[5,12]],[[130294,138069],[0,1],[-2,12]],[[130292,138082],[0,0],[1,10]],[[130293,138092],[0,1],[-1,8],[-5,8],[-2,8],[-3,10],[-1,8],[-2,11],[-3,8],[-4,9],[-10,16],[-4,6],[-5,3],[-8,5],[-11,6],[-9,7],[-16,8],[-22,21],[-20,26],[-12,15],[-14,18],[-13,17],[-13,23],[-7,23],[-5,21],[-5,10],[-6,12],[-11,17],[-5,13],[-3,6],[-3,15],[-2,11]],[[130068,138462],[0,0],[1,6]],[[130069,138468],[0,1],[-3,10],[-4,15],[-2,8]],[[130060,138502],[0,0],[2,12],[4,7],[5,17],[4,12],[2,5],[4,12],[5,10],[2,6],[0,7],[1,11],[6,11],[6,12],[3,11],[3,11],[5,14],[3,6],[6,17],[10,18],[9,18],[6,15],[5,15],[3,21],[12,28],[15,25],[14,17],[28,19],[41,39],[20,20],[9,13],[6,23],[7,37],[8,18],[3,4],[5,9],[5,6],[9,14],[5,3],[5,4],[5,3],[10,6],[7,5],[12,9],[7,4],[6,3],[4,3],[6,3],[7,3],[8,3],[5,3],[5,2],[6,2],[10,4],[6,3],[4,2],[5,2],[11,5],[10,8],[13,7],[7,4],[7,8],[4,8],[4,4],[4,6],[3,4],[3,5],[3,10],[2,6],[2,6],[2,6],[2,7]],[[130536,139203],[0,0],[-1,6]],[[130535,139209],[0,0],[1,12]],[[130536,139221],[0,1],[-2,11],[0,10],[-1,5],[-1,6],[-6,7]],[[130526,139261],[0,0],[1,10]],[[130527,139271],[0,0],[-1,31],[-2,30],[-1,36]],[[130523,139368],[0,0],[0,28],[3,17],[6,16],[9,28],[3,12],[5,21],[4,27]],[[130553,139517],[0,0],[-2,14],[-2,8],[-2,6]],[[130547,139545],[0,0],[2,19],[3,5],[6,14]],[[130558,139583],[0,0],[0,9]],[[130558,139592],[0,1],[2,11]],[[130560,139604],[0,0],[-1,8]],[[130559,139626],[0,0],[0,7],[-4,5],[-6,10],[-4,9],[-2,8]],[[130543,139665],[0,1],[1,5],[0,11],[2,14]],[[130546,139696],[0,1],[-2,15],[-1,20]],[[130543,139732],[0,0],[0,12]],[[130543,139744],[0,0],[-5,15],[-3,19]],[[130535,139778],[0,0],[2,15]],[[130537,139793],[1,0],[-6,20],[-8,30]],[[130524,139843],[0,0],[2,8],[0,8],[1,11]],[[130527,139870],[0,0],[-1,7]],[[130526,139877],[0,1],[1,6]],[[130527,139884],[0,0],[-7,40],[-1,12]],[[130519,139936],[0,0],[1,12]],[[130520,139955],[0,0],[1,12],[0,11],[1,7]],[[130522,139985],[0,0],[-1,10]],[[130521,139995],[0,0],[2,9],[1,5],[2,5]],[[130526,140014],[0,0],[0,5]],[[130526,140019],[0,1],[3,14],[3,6],[2,7],[1,5],[5,18],[3,17],[2,10],[3,12],[3,5],[2,5],[3,9],[2,7],[3,5],[2,5],[7,5],[6,10],[3,7],[3,8],[2,4],[5,10],[8,8],[4,6],[7,5],[4,4],[6,6],[5,4],[5,8],[4,4],[23,19],[37,9],[8,-1],[8,-3],[8,-3],[8,-8],[10,-9],[3,-11],[6,-7],[11,-18],[9,-6],[8,-5],[11,-4],[19,-8],[23,-5],[12,1],[13,1],[15,0],[34,-2],[7,-1],[14,-1],[12,-1],[8,0],[13,-1],[20,-1],[13,1],[19,5],[28,11],[11,5],[9,8],[9,7],[21,12],[10,9],[6,7],[5,6],[8,12],[8,11],[5,5],[10,4],[22,8],[18,4],[18,3],[9,1],[20,-1],[9,-4],[21,-7],[16,-9],[7,-7],[7,-9],[9,-13],[8,-9],[5,-9],[12,-14],[11,-10],[9,-9],[7,-7],[12,-10],[13,-9],[8,-7],[10,-10],[9,-6],[11,-11],[5,-5],[8,-5],[11,-12],[15,-9],[9,-6],[17,-7],[11,-7],[12,-2],[15,-7],[30,-18],[13,-7],[18,-6],[15,-5],[13,-8],[12,-4],[15,-7],[13,-9],[10,-9],[18,-10],[10,-6],[8,-7],[3,-5],[4,-6],[6,-24],[0,0]],[[131696,139936],[-1,-9],[0,-13],[0,0]],[[131695,139914],[0,-6],[5,-13],[11,-14],[13,-11],[5,-6],[10,-12],[13,-14],[11,-8],[9,-9],[3,-6],[5,-5],[6,-11],[11,-11],[12,-9],[13,-5],[18,2],[14,8],[12,9],[17,19],[7,7],[10,10],[4,14],[3,16],[0,13]],[[131907,139872],[0,1],[0,10]],[[131907,139883],[0,0],[0,8]],[[131907,139891],[0,0],[-1,20]],[[131906,139911],[0,0],[0,9]],[[131906,139933],[0,0],[-2,16],[-2,13],[0,17]],[[131902,139979],[0,1],[2,10],[1,6],[1,13],[6,17],[6,22],[8,12],[5,11],[3,7],[20,25],[19,8],[12,5],[8,5],[10,5],[9,4],[9,3],[11,4],[19,4],[12,2],[13,1],[13,-1],[15,-1],[15,-3],[20,0],[19,0],[26,-7],[24,-2],[15,-2],[20,0],[26,5],[12,3],[14,9],[13,9],[9,5],[5,6],[10,7],[17,6],[11,4],[13,4],[13,2],[17,1],[19,1],[22,6],[12,2],[15,2],[13,2],[17,2],[14,5],[15,9],[12,8],[8,7],[8,8],[9,3],[13,8],[10,4],[12,-1],[9,0],[24,0],[13,3],[7,1],[7,1],[6,0],[11,0],[10,0],[7,-1],[4,-1],[7,-3],[17,-5],[19,-5],[5,1],[8,-2],[8,-4],[10,-2],[7,1],[8,-2],[13,-6],[20,0],[16,1],[10,6],[23,7],[7,2],[14,7],[15,2],[24,8],[11,4],[15,9],[14,3],[9,9],[7,1],[10,0],[12,-5],[12,-3],[8,-6],[25,-17],[7,0],[33,1],[12,7],[16,4],[10,4],[18,2],[10,1],[7,1],[6,-3],[7,-2],[14,-1],[25,3],[8,1],[7,1],[15,0],[15,-1],[10,1],[11,-2],[17,0],[33,4],[13,5],[9,5],[14,5],[18,3],[14,0],[14,-1],[7,-3],[7,-5],[7,-8],[8,-15],[16,-16],[6,-5],[11,-6],[22,-10],[13,-8],[10,-6],[12,-17],[17,-10],[11,-7],[11,-15],[13,-11],[15,-13],[6,-7],[2,-10],[0,0]],[[133611,140125],[-1,-14],[-1,-11],[-7,-25],[-2,-16],[0,0]],[[133600,140059],[2,-8],[8,-13],[11,-12],[6,-10],[8,-10],[8,-13],[6,-12],[9,-16],[5,-12],[4,-9],[1,-9],[1,-6],[0,-1]],[[133669,139928],[-4,-18],[-3,-14],[-4,-16],[-3,-16],[0,0]],[[133655,139864],[3,-20],[6,-15],[5,-8],[8,-16],[10,-18],[5,-13],[3,-12],[6,-16],[10,-27],[1,-9],[5,-13],[3,-10],[2,-16],[6,-29],[13,-21],[13,-9],[26,-5],[15,-3],[28,-7],[15,-5],[20,-1],[33,2],[23,11],[13,10],[17,8],[15,9],[11,5],[30,17],[9,12],[4,15]],[[134013,139691],[0,0],[-1,6]],[[134012,139697],[0,0],[4,26],[3,8],[7,14],[11,12],[11,11],[16,17],[14,14],[11,15],[7,18],[6,21],[2,14],[5,11],[7,21],[11,10],[14,17],[9,4],[16,9],[22,3],[16,3],[16,1],[22,-2],[19,1],[16,-5],[12,-9],[7,-11],[15,-20],[7,-14],[11,-19],[16,-10],[26,-5],[31,3],[25,10],[18,8],[29,10],[24,8],[23,6],[20,4],[18,11],[17,11],[21,13],[16,6],[22,7],[19,5],[27,7],[18,5],[23,14],[20,15],[14,13],[16,16],[10,13],[15,7],[19,12],[20,14],[15,17],[11,19],[7,15]],[[134869,140121],[1,0],[-1,17]],[[134869,140138],[0,0],[3,20]],[[134872,140158],[0,0],[-2,17]],[[134870,140175],[0,0],[0,14],[2,15],[2,14],[4,15],[4,20]],[[134882,140253],[0,0],[-1,11]],[[134881,140264],[0,1],[2,13]],[[134883,140278],[0,0],[-1,19]],[[134882,140297],[0,0],[2,9],[1,15],[9,8],[7,5],[4,5],[16,2],[24,-11],[8,-8],[11,-3],[13,-2],[17,-3],[22,1],[16,3],[11,5],[12,4],[30,32],[3,10],[10,30],[2,6],[3,12],[11,12],[11,11],[13,10],[10,5],[15,6],[19,3],[19,5],[14,2],[20,3],[21,1],[21,3],[16,2],[18,-5],[18,-10],[19,-16],[17,-10],[12,-13],[17,-15],[11,-9],[16,-12],[4,-1],[32,-2],[22,1],[30,1],[32,3],[39,4],[29,5],[12,3],[20,8],[20,20]],[[135661,140432],[0,0],[-1,22],[-10,18],[-14,12],[-20,28],[-6,21],[-5,42]],[[135605,140575],[0,0],[7,32],[8,34]],[[135620,140641],[0,0],[-2,33],[-1,41]],[[135617,140715],[0,0],[2,27],[22,54],[26,24],[36,15],[44,20],[21,16],[15,11],[29,72],[16,28],[28,25],[23,48],[11,27],[32,26],[26,24],[4,20]],[[135952,141152],[1,0],[-6,15],[-18,9],[-21,4],[-21,1],[-23,6],[-14,12],[-8,30],[-7,26],[-1,13]],[[135834,141268],[0,1],[6,11],[16,19],[31,28],[0,14]],[[135887,141341],[0,0],[-1,17],[-4,15]],[[135882,141373],[0,1],[14,31],[11,3],[15,3],[14,0],[20,6],[18,14],[6,12]],[[135980,141443],[0,0],[-1,17]],[[135979,141460],[0,0],[1,24]],[[135980,141484],[0,1],[-7,24],[-3,32]],[[135970,141541],[0,1],[1,21],[14,18],[17,8],[25,5],[19,3],[14,2],[11,6],[19,23],[5,10],[12,9],[30,8],[21,-7],[17,-13],[7,-14],[0,-18],[0,0]],[[136182,141603],[-4,-45],[0,0]],[[136178,141558],[1,-15],[9,-24],[16,-25],[20,-8],[11,1],[13,2],[30,13],[43,23],[17,14],[17,22],[16,9],[27,-13],[3,-21],[0,0]],[[136401,141536],[-31,-37],[-11,-6],[-17,-8],[-10,-13],[-1,-21],[0,0]],[[136331,141451],[18,-22],[13,-3],[33,0],[29,15],[13,20],[10,26],[6,22],[6,15],[13,30],[4,16],[5,27]],[[136481,141597],[0,0],[-7,20],[-13,4],[-21,0],[-16,-6],[-10,-3],[-31,-1],[-12,16],[-11,14],[-10,16],[-1,24]],[[136349,141681],[0,0],[10,19],[7,7],[20,17],[21,10],[22,7],[36,8],[17,-3],[15,-7],[7,-6],[9,-13],[13,-20],[7,-13],[8,-17],[9,-10],[12,-6],[18,-2],[11,-1],[10,5],[4,6],[11,15],[3,4],[6,10],[6,11],[10,18],[15,13],[19,6],[14,1],[15,-4],[12,-5],[20,-13],[23,-19],[13,-27],[6,-17],[1,-16],[0,0]],[[136779,141639],[-3,-11],[0,0]],[[136776,141628],[1,-15],[7,-21],[16,-8],[27,-1],[20,9],[18,3],[14,0],[17,0],[11,-6],[12,-12],[9,-12],[12,-14],[9,-13],[16,-7],[20,-2],[24,5],[8,4],[8,11],[6,11],[1,16]],[[137032,141588],[0,0],[0,18],[-1,16]],[[137031,141622],[0,1],[3,12],[8,11],[8,5],[17,2],[9,-2],[13,-16],[2,-14],[1,-6],[0,0]],[[137092,141615],[-1,-14],[-6,-22],[-5,-14],[0,0]],[[137080,141565],[2,-14],[3,-5],[11,-11],[11,-5],[13,-1],[13,0],[11,3],[10,5],[14,15],[9,35],[0,20]],[[137177,141607],[0,0],[-4,25],[-11,33],[-2,5],[-5,6],[-27,13],[-19,10],[-10,4],[-12,8],[-14,11],[-6,28]],[[137067,141750],[0,0],[8,19],[18,9],[21,1],[10,-3],[13,0],[13,1],[10,3],[18,4],[12,9],[6,6],[7,8],[15,23],[6,14],[7,10],[10,19],[23,20],[21,10],[21,14],[12,13],[6,6],[4,8],[3,40]],[[137331,141984],[0,0],[0,23],[-2,21]],[[137329,142028],[0,0],[3,14],[2,23],[7,19],[7,10],[16,5],[17,2],[5,0],[28,-17],[10,-14],[9,-14],[7,-34],[2,-19],[1,-12],[4,-16],[5,-10],[15,-14],[3,-5],[26,-2],[15,2],[10,3],[9,2],[18,13],[7,20],[0,8]],[[137555,141992],[0,0],[-9,35],[-15,20],[-11,13],[-12,23]],[[137508,142083],[0,0],[0,14],[7,20],[12,18],[5,9],[0,26]],[[137532,142170],[0,0],[-3,19],[-4,22],[0,11]],[[137525,142222],[0,0],[5,15],[12,9],[30,0],[15,-4],[17,-7],[15,-3],[13,2],[14,1],[14,8],[8,9],[12,16],[4,18]],[[137684,142286],[0,0],[0,18],[-6,13],[-24,31],[-4,4],[-7,7],[-17,9],[-12,7],[-15,4],[-10,6],[-16,15],[-9,14],[-4,35],[-12,29],[-18,21],[-26,15],[-6,6],[-4,6],[-3,10],[-6,17],[-2,34],[0,11]],[[137483,142598],[0,1],[10,27],[10,22],[14,22],[19,12],[12,3],[16,3],[16,0],[28,-7],[18,-9],[16,-7],[14,-13],[3,-8],[16,-29],[9,-9],[18,-10],[30,-2],[10,3],[11,3],[21,15],[31,21],[7,29]],[[137812,142665],[0,0],[-1,13],[-5,20],[-4,20],[-6,9],[-8,22],[-4,15],[-1,5]],[[137783,142769],[-1,0],[2,12],[5,15],[16,8],[28,-6],[27,-2],[34,-4],[27,2],[21,7],[47,17],[40,13],[39,-10],[18,-23],[0,0]],[[138086,142798],[-1,-20],[-6,-23],[-5,-18],[-2,-24],[-8,-25],[0,0]],[[138064,142688],[2,-23],[7,-23],[12,-15],[14,-12],[16,-9],[23,-8],[21,-7],[39,-5],[34,2],[4,1],[0,-1]],[[138609,142643],[-36,-73],[58,-61],[3,-46],[-3,-71],[-30,-93],[-25,-119],[-25,-160],[-50,-182],[-33,-160],[-3,-72],[-4,-216],[-44,-88],[-97,-112],[-10,-91],[-11,-41],[-48,-148],[12,-43],[29,-62],[-36,-137],[-14,-92],[0,-41],[-51,-77],[-25,-51],[-26,-60],[-25,-16],[-7,-54],[-8,-63],[25,-69],[0,-76],[-14,-223],[-14,-186],[-7,-119],[-30,-113],[23,-60],[0,-143],[7,-54],[0,-81],[3,-121],[-3,-61],[0,-101],[-11,-143],[7,-46],[11,-145],[4,-83],[-8,-157],[45,-105],[32,-263],[28,-96],[3,-47],[41,-55],[21,-67],[36,-140],[21,-143],[26,-199],[101,-46],[-10,-109],[-113,-127],[93,-330],[2,-51],[21,-92],[43,-38],[40,-114],[32,-61],[25,-62],[18,-63],[26,-90],[17,-76],[0,-36],[29,-86],[3,-4],[88,-246],[21,-6],[7,-10],[-15,-12],[-17,-13],[-8,-5],[0,-11],[19,-10],[54,-63],[0,-29],[14,-33],[15,0],[10,-22],[28,-21],[-5,-25],[16,-42],[0,-9],[-50,-5],[-39,22],[-26,3],[-4,-3],[8,-13],[51,-50],[21,-64],[7,-46],[0,-43],[16,5],[21,-1],[39,18],[11,0],[10,-8],[30,0],[43,-47],[18,-77],[21,-29],[12,-22],[25,-59],[14,-63],[21,-19],[0,-18],[-18,-17],[-7,-26],[0,-25],[-3,-11],[28,32],[39,-8],[23,-34],[11,-35],[7,-28],[0,-80],[7,-43],[11,80],[19,71],[0,40],[31,-17],[8,-48],[32,-72],[40,-143],[4,-25],[-9,-26],[-7,-12],[19,0],[64,-72],[16,-35],[3,-27],[18,32],[18,-8],[14,-24],[11,-14],[35,-59],[19,-16],[22,-33],[-41,15],[26,-20],[8,-18],[11,-33],[14,-48],[-1,-15],[-10,-31],[3,-16],[11,8],[30,1],[39,-82],[14,-16],[9,-12],[12,-13],[19,-21],[7,-46],[8,-9],[10,25],[11,-21],[18,-12],[35,-107],[0,-21],[-7,-7],[37,-42],[0,-30],[21,-26],[25,-28],[19,-23],[1,-28],[10,-46],[0,-43],[18,-27],[-7,-21],[-18,-30],[-21,-3],[-7,-13],[2,-25],[5,-8],[0,-13],[-7,-13],[-12,-8],[-36,-55],[3,-34],[55,72],[21,26],[25,25],[18,3],[0,38],[11,17],[30,-4],[25,-24],[14,-13],[10,-12],[8,-10],[17,-16],[14,-13],[16,-43],[0,18],[14,11],[32,-8],[23,-54],[4,-17],[-4,-18],[-12,-3],[7,-8],[14,-13],[12,-60],[32,-37],[7,-27],[11,-33],[14,-29],[7,-17],[7,-18],[26,-29],[26,-37],[10,-42],[37,-63],[18,-31],[17,-30],[11,-21],[11,-23],[10,-22],[11,-21],[7,-26],[0,-33],[-9,-5],[-41,-17],[22,0],[12,-13],[9,-5],[14,-54],[-7,-35],[0,-37],[5,-30],[-3,-16],[-23,-17],[-50,13],[-47,17],[-57,-5],[-48,-17],[-28,-54],[11,-19],[14,13],[26,22],[64,22],[62,-26],[46,-12],[10,-5],[25,-3],[20,0],[14,-13],[40,-9],[21,25],[80,35],[46,-27],[-29,27],[-13,16],[3,8],[43,9],[28,-22],[33,-25],[8,-13],[39,-41],[17,-18],[16,-16],[14,-17],[11,-16],[28,-38],[21,-26],[25,-55],[9,-13],[28,-30],[15,-24],[14,-27],[12,-36],[0,-15],[14,14],[10,0],[18,-25],[15,-25],[21,-34],[5,-18],[7,-15],[4,-18],[-2,-59],[-7,-47],[0,-34],[16,39],[3,25],[14,12],[14,39],[15,-5],[42,-49],[13,-15],[10,-8],[14,-17],[7,-3],[7,-8],[11,-17],[11,-10],[19,-19],[21,-22],[11,-39],[7,-8],[18,-33],[10,-13],[16,-17],[9,-18],[12,-30],[4,-16],[0,-17],[21,14],[18,-17],[14,-13],[18,-13],[19,-13],[21,-22],[50,-49],[19,-30],[2,-26],[-16,-33],[0,-16],[-37,-69],[-10,-28],[-15,-22],[-14,-29],[13,-21],[54,50],[59,38],[32,20],[51,5],[17,-12],[15,-18],[19,-16],[14,-13],[28,-30],[19,-21],[14,-12],[10,-13],[14,-22],[19,-24],[4,-22],[3,-21],[-3,-35],[-16,-46],[41,14],[21,26],[0,33],[33,-13],[32,-42],[22,-26],[7,-11],[19,-22],[16,-24],[12,-15],[22,-20],[17,-18],[15,-15],[15,-13],[25,-21],[11,-19],[6,-6]],[[128593,150696],[122,228],[334,384],[408,476],[308,813],[366,571],[64,120],[186,-156],[56,68],[317,-260],[460,-397],[266,280],[-234,211],[396,418],[241,-208],[69,72],[239,-210],[332,338],[37,-31],[138,139],[-14,15],[137,140],[-433,372],[-129,-136],[-85,71],[128,138],[-733,626],[779,885],[140,-93],[42,-22],[382,-61],[114,-36],[-114,-129],[570,-655],[-108,-555],[-35,-177],[-265,-995],[306,307],[393,-352],[1586,1673],[-941,43],[-128,101],[254,278],[1033,1149],[761,-632],[783,868],[522,-428],[1216,734],[212,131]],[[139071,156812],[897,553]],[[139968,157365],[5,3]],[[139973,157368],[9,-9],[4,-25],[62,-67],[111,-101],[37,-34],[35,-50],[57,-64],[48,-48],[25,-41],[36,-42],[43,-63],[23,-48],[43,-29],[28,-46],[4,-42],[65,-47],[18,-50],[54,-51],[21,-29],[55,-38],[35,-46],[61,-56],[90,-100],[34,-17],[14,-23],[111,-100],[46,-56],[81,-50],[36,-69],[39,-14],[14,-43],[59,-48],[8,-21],[53,-68],[72,-71],[47,-41],[58,-59],[11,-34],[38,-60],[37,-42],[54,-42],[35,-59],[19,-69],[40,-62],[17,-63],[27,-61],[39,-28],[19,-16],[12,-78],[9,-32],[14,-43],[76,-35],[35,-49],[80,-102],[78,-124],[55,-121],[111,-176],[30,-91],[73,-138],[53,-105],[25,-102],[47,-102],[18,-79],[69,-107],[39,-97],[47,-68],[11,-57],[55,-64],[42,-42],[25,-90],[52,-71],[63,-123],[62,-97],[138,-127],[10,-76],[47,-70],[54,-81],[55,-76],[67,-115],[66,-92],[0,-86],[58,-126],[9,-45],[41,-31],[25,-92],[86,-183],[39,-87],[34,-77],[35,-84],[58,-72],[-11,-60],[29,-84],[9,-62],[-12,-107],[7,-84],[7,-89],[37,-66],[0,-56],[-30,-42],[-25,-63],[-55,-107],[-39,-97],[-94,-227],[-56,-143],[-5,-86],[-22,-92],[-90,-105],[-46,-132],[-33,-28],[-29,-98],[-72,-135],[-119,-132],[-68,-46],[-50,-80],[-104,-130],[-112,-114],[-109,-140],[-11,-33],[-101,-72],[-37,-63],[-46,-64],[-58,-67],[-22,-30],[-28,-64],[-87,-87],[-76,-99],[-132,-138],[-69,-89],[-39,-30],[-76,-93],[-58,-50],[-73,-102],[-43,-72],[-68,-79],[-111,-140],[-33,-13],[-104,-148],[-106,-127],[-7,-29],[4,-55],[-50,-38],[-58,-42],[-80,-111],[-90,-126],[-36,-50],[-35,-80],[-33,-73],[-36,-29],[-42,-59],[-13,-50],[-14,-38],[-53,-64],[-30,-54],[-28,-35],[-44,-59],[-68,-110],[-58,-117],[-72,-110],[-57,-56],[-51,-100],[-25,-51],[-62,-76],[-49,-89],[-20,-51],[-57,-66],[-61,-72],[-14,-30],[-36,-72],[-30,-38],[-94,-122],[-32,-67],[-40,-46],[-18,-56],[-46,-51],[-30,-43],[-32,-28],[-14,-48],[-93,-130],[-22,-54],[-62,-82],[-35,-50],[-51,-62],[-48,-77],[-82,-139],[-65,-60],[-62,-71],[-42,-43],[-83,-122],[-105,-143],[-14,-48],[-30,-8],[-42,-46],[-78,-45]],[[130646,164570],[104,-23],[151,-25],[137,-18],[181,-59],[114,-38],[59,-35],[97,-67],[74,-28],[89,-86],[64,-38],[24,-29],[52,-27],[89,-62],[101,-72],[147,-117],[51,-38],[98,-89],[68,-54],[77,-73],[139,-90],[108,-96],[131,-123],[78,-81],[85,-79],[90,-85],[88,-79],[77,-51],[72,-35],[39,-37],[58,-35],[91,-58],[121,-51],[257,-113],[108,-35],[69,-24],[120,-38],[99,-40],[184,-44],[44,-23],[72,-38],[29,-38],[51,17],[24,18],[36,-5],[138,-71],[122,-43],[46,-54],[4,-67],[51,11],[35,-28],[45,-21],[58,-8],[57,-19],[33,-37],[0,-55],[43,-64],[54,-5],[21,10],[47,-43],[44,-29],[93,-97],[46,-65],[91,-74],[75,-72],[105,-115],[72,-54],[66,-81],[46,-38],[44,-16],[43,-46],[31,-10],[51,-25],[73,-62],[73,-51],[42,-38],[79,-68],[83,-59],[73,-67],[57,-56],[40,-33],[46,-33],[15,-43],[58,-56],[46,-46],[80,-84],[47,-26],[28,-41],[41,-48],[29,-16],[35,-33],[51,-35],[21,-38],[39,-41],[25,-34],[58,-48],[66,-66],[58,-56],[57,-54],[28,-30],[44,-29],[62,-35],[57,-43],[28,-28],[44,-29],[29,-30],[62,-64],[51,-63],[57,-47],[50,-50],[80,-72],[71,-72],[79,-84],[126,-130],[90,-76],[76,-61],[33,-36],[70,-56],[53,-59],[35,-25],[58,-64],[43,-63],[48,-47],[28,-33],[47,-46],[94,-78],[57,-75],[51,-60],[48,-57],[24,-23],[43,-53],[34,-44],[14,-25],[42,-51],[34,-66],[32,-31],[17,-59],[50,-51],[44,-15],[65,-72],[66,-97],[46,-48],[51,-63],[28,-38],[40,-55],[30,-38],[40,-42]],[[139968,157365],[-698,-431],[-199,-122]],[[107555,182951],[-4,22],[-4,32],[-3,24],[0,7],[0,12],[1,16],[0,18],[1,15],[1,12],[2,14],[4,12],[1,9],[-2,16],[1,15],[1,7],[0,18],[0,12],[3,20],[3,14],[1,14],[0,8],[3,12],[4,13],[3,14],[1,15],[3,19],[13,60],[2,10],[3,27],[0,16],[3,19],[-1,24],[-2,12],[-2,14],[-2,16],[-2,29],[-5,24],[-5,22],[-4,16],[-3,25],[-3,12],[-5,30],[-3,9],[3,22],[6,11],[18,16],[10,9],[8,6],[12,8],[14,10],[14,9],[8,6],[17,9],[16,9],[13,8],[13,9],[8,7],[13,7],[9,8],[13,11],[9,8],[12,12],[9,8],[13,15],[5,7],[5,8],[5,8],[6,9],[5,9],[10,14],[6,13],[6,12],[10,24],[4,10],[4,12],[3,13],[4,10],[7,13],[3,12],[4,11],[5,11],[9,20],[3,8],[2,7],[5,11],[7,12],[6,10],[4,7],[4,9],[3,10],[8,24],[6,15],[3,31],[4,17],[1,15],[0,21],[1,20],[3,17],[1,20],[0,23],[-2,16],[-6,42],[-5,22],[-4,15],[-4,15],[-5,24],[-2,31],[-2,14],[0,12],[3,13],[4,18],[10,37],[2,27],[8,21],[6,24],[3,10],[3,23],[4,37],[1,20],[1,19],[2,26],[1,13],[-1,16],[4,16],[8,21],[7,24],[9,16],[6,12],[0,11],[-14,4],[-14,1],[-29,1],[-20,1],[-16,1],[-24,1],[-38,7],[-41,1],[-18,0],[-35,1],[-18,2],[-33,0],[-21,4],[-18,2],[-41,9],[-26,6],[-28,7],[-29,8],[-21,6],[-56,19],[-41,11],[-23,6],[-18,3],[-36,2],[-22,-2],[-43,-3],[-15,-2],[-21,-3],[-18,-5],[-34,-2],[-22,0],[-44,-1],[-19,1],[-29,3],[-25,3],[-36,5],[-22,4],[-9,1],[-22,4],[-16,3],[-32,8],[-17,6],[-19,6],[-12,7],[-11,4],[-11,3],[-13,6],[-22,8],[-12,2],[-7,2],[-11,3],[-9,3],[-10,3],[-19,8],[-5,6],[-6,7],[-6,13],[-4,15],[-2,16],[2,23],[4,37],[8,49],[5,54],[2,56],[-1,13],[-3,10],[-5,6],[-7,4],[-16,1],[-40,4],[-25,5],[-14,5],[-36,2],[-34,11],[-27,10],[-33,11],[-29,13],[-45,37],[-13,20],[-44,59],[-16,27],[-23,46],[-22,78],[-14,55],[-14,42],[-16,82],[-9,40],[-6,24],[-15,27],[0,16],[16,21],[54,44],[19,20],[19,32],[-12,24],[-12,11],[-29,20],[-27,17],[-42,30],[-27,25],[-29,31],[-11,10],[-20,21],[-21,24],[-18,23],[-27,27],[-26,32],[-23,28],[-38,41],[-16,20],[-17,21],[-44,48],[-18,19],[-12,17],[-16,13],[-15,20],[-18,22],[-16,22],[-19,26],[-10,21],[-11,11],[-20,23],[-25,36],[-20,24],[-7,15],[-24,28],[-27,25],[-22,17],[-34,30],[-29,28],[-18,15],[-25,23],[-31,36],[-19,22],[-20,28],[-26,29],[-12,23],[-9,28],[-7,47],[0,54],[2,42],[7,39],[6,10],[12,7],[17,5],[17,8],[29,7],[21,6],[22,4],[29,2],[26,3],[22,3],[15,5],[16,10],[23,8],[22,14],[12,8],[35,16],[30,17],[49,26],[53,29],[54,27],[42,20],[71,39],[51,25],[37,24],[83,43],[70,39],[40,18],[46,26],[52,25],[30,12],[20,11],[51,28],[78,41],[52,28],[40,19],[44,25],[63,33],[81,41],[151,78],[32,17],[19,11],[86,43],[82,44],[146,77],[127,64],[455,240],[245,128],[164,75],[12,12]],[[108389,188958],[102,-79],[165,-97],[70,-34],[55,-19],[71,-32],[104,-38],[132,-26],[159,-45],[169,-13],[154,20],[104,19],[159,13],[120,0],[88,32],[170,32],[76,45],[93,32],[110,77],[71,45],[49,25],[110,19],[68,12],[9,1],[219,-32],[59,4],[121,9],[115,45],[24,11],[173,78],[1,1],[136,32],[188,64],[126,49],[143,25],[163,64],[196,118],[272,98],[209,64],[141,14],[184,5],[161,0],[161,-3],[139,-5],[142,-24],[212,-27],[195,8],[72,30],[0,-2],[54,-171],[21,-49],[65,-31],[112,-33],[152,-43],[65,-92],[83,-189],[129,-183],[66,-107],[108,-138],[107,-94],[140,-84],[83,-67],[58,-114],[11,-72],[16,-79],[-44,-76],[-72,-47],[33,-9],[10,-8],[35,-123],[12,-97],[-33,-152],[7,-56],[29,-156],[10,-84],[-28,-122],[-40,-241],[-28,-211],[-11,-168],[39,46],[33,-26],[-11,-100],[-43,-43],[-15,-58],[-37,-34],[-7,-213],[-16,-92],[18,-67],[-4,-64],[-37,-17],[-32,-64],[8,-67],[47,-125],[-12,-40],[-57,-67],[-37,-60],[4,-84],[47,-283],[39,-46],[69,-67],[21,-35],[44,-36],[29,-72],[53,-81],[78,-135],[28,-29],[-23,-51],[-39,-5],[-32,-12],[-37,-34],[-64,33],[-40,52],[-10,66],[-26,-11],[-12,-60],[13,-54],[-20,-127],[-71,-31],[-40,-16],[-53,8],[-27,23],[-39,-35],[-46,-34],[-54,-63],[40,-10],[28,30],[3,-33],[-78,-46],[-4,-26],[39,5],[21,21],[5,-25],[42,20],[18,-25],[-25,-41],[29,-34],[-36,-27],[-136,-148],[-26,-67],[-18,-49],[-32,-22],[-33,-43],[-184,-3],[-78,-46],[-65,-21],[13,-129],[57,-16],[48,-54],[-3,-56],[-140,-130],[5,-143],[-12,-27],[-23,-13],[-11,-11],[29,3],[24,5],[12,-43],[-7,-76],[-79,-123],[-65,-63],[-36,-80],[-58,-66],[-55,-35],[-94,-21],[-125,-3],[-73,11],[-53,-19],[-69,11],[-18,38],[-19,21],[-12,-8],[-2,-48],[-7,-36],[-126,0],[-76,25],[-126,-8],[-28,67],[-23,-43],[1,-80],[-22,-33],[-39,-56],[-148,-71],[-55,-5],[-104,-13],[-66,18],[-67,12],[-145,85],[-136,86],[-44,-7],[3,-36],[-46,21],[-25,50],[-113,8],[-104,25],[-53,-17],[-55,-21],[-65,-38],[-46,-17],[-69,-75],[54,-79],[43,-27],[55,-51],[56,-59],[31,-41],[0,-72],[20,-56],[73,-81],[-40,-46],[-66,-87],[-50,-26],[-65,-22],[-11,-236]],[[98545,184250],[15,72],[2711,1695],[31,31],[36,18],[41,12],[70,22],[23,18],[14,13],[26,24],[18,27],[12,35],[7,39],[2,50],[-1,34],[-9,46],[-14,48],[-21,46],[-25,45],[-31,38],[-32,34],[-31,28],[-32,26],[-36,25],[-42,23],[-45,21],[-57,21],[-76,25],[-75,23],[-67,24],[-62,19],[-42,19],[-21,13],[-48,25],[-16,11],[-25,20],[-17,17],[-26,29],[-8,17],[148,186],[5,9],[27,42],[12,29],[14,33],[20,102],[366,1562],[94,421],[70,289],[147,636],[96,417],[8,-4],[7,-5],[4,-5],[5,-6],[10,-19],[7,-7],[4,-5],[4,-3],[6,-3],[12,-5],[8,-5],[9,-5],[23,-10],[8,-1],[10,-4]],[[101816,190622],[17,-1],[10,0]],[[101843,190621],[22,-2],[12,-1],[19,2],[12,0],[14,0],[8,0],[12,0],[11,0],[31,7],[28,5],[16,3],[23,6],[25,8],[14,8],[22,9],[29,13],[13,5],[25,6],[17,8],[29,19],[11,6],[15,10],[16,8],[16,7],[9,5],[17,8],[16,8],[10,2],[23,6],[11,4],[26,7],[16,2],[10,0],[12,5],[15,2],[15,-1],[7,1],[28,0],[13,1],[21,-3],[27,-1],[18,0],[23,0],[23,0],[36,-6],[16,-4],[26,-1],[23,-1],[7,4],[15,-5],[11,-2],[16,3],[10,1],[9,-1],[18,-1],[11,1],[14,2],[8,0],[7,0],[9,-1],[10,1],[7,0],[14,1],[12,1],[14,1],[7,1],[12,1],[14,1],[7,1],[11,2],[11,1],[12,0],[11,1],[9,2],[9,0],[10,2],[10,0],[8,2],[9,1],[14,1],[8,0],[7,2],[13,0],[6,1],[7,0],[7,1],[10,1],[8,0],[7,1],[9,2],[12,1],[17,1],[9,0],[7,-1],[8,-1],[6,-1],[8,1],[8,3],[4,1],[2,0],[6,-1],[8,0],[8,0],[8,2],[9,0],[10,0],[10,-2],[10,0],[10,-1],[9,-1],[10,-1],[10,0],[10,1],[8,0],[7,-1],[13,-2],[6,-1],[5,0],[6,1],[8,-1],[8,-1],[8,-2],[5,-1],[9,-2],[8,-2],[4,-1],[6,-3],[7,-3],[8,-5],[7,-6],[8,-5],[5,-2],[12,0],[15,-1],[8,-1],[12,0],[12,2],[10,1],[16,3],[11,2],[10,0],[11,-1],[11,0],[12,0],[6,1],[10,0],[8,0]],[[103651,190781],[10,4]],[[103661,190785],[7,0],[9,0],[8,2],[12,0],[7,1],[19,-1],[10,0],[20,1],[11,-1],[13,-2],[7,0],[9,2],[17,1],[9,0],[17,-1],[11,0],[6,0],[11,-2],[10,0],[18,1],[13,-1],[16,1],[32,1],[20,0],[19,3],[9,0],[14,-1],[18,3],[22,1],[27,5],[11,6],[18,9],[14,9],[12,11],[11,10],[27,25],[9,9],[12,13],[8,10],[9,9],[19,13],[18,12],[21,19],[52,82]],[[104323,191035],[33,-16],[153,-64],[115,-51],[187,-52],[109,19],[236,0],[169,58],[121,71],[290,125],[292,69],[126,3],[137,-47],[59,-28],[67,-49],[4,-3],[71,-45],[93,-70],[93,-84],[60,-83],[88,-64],[110,-103],[109,-70],[137,-167],[93,-122],[104,-122],[60,-57],[43,-59],[56,-76],[80,-94],[90,-105],[71,-90],[82,-102],[115,-148],[82,-120],[126,-161],[123,-89],[75,-76],[7,-5]],[[95715,194704],[-4,-6],[-60,-20],[-14,-2],[-112,-28],[-22,-6],[-39,-8],[-44,0],[-75,18],[-22,-6],[-46,-10],[-49,0],[-38,2],[-43,2],[-49,-7],[-63,-13],[-76,-19],[-93,-22],[-30,-7],[-45,-12],[-36,-19],[-60,-9],[-72,-17]],[[94623,194515],[-9,-4],[-86,-40]],[[94528,194471],[-79,-39],[-39,-28],[-72,-28],[-56,-33],[-84,-72],[-28,-28],[-7,-32],[6,-25],[33,-32],[-3,-67],[-42,-87],[-22,-34],[-66,-94],[-24,-26],[-56,-65],[-40,-67],[-11,-50],[13,-54],[32,-55],[51,-47],[76,-75],[44,-34],[66,-44],[77,-48],[87,-37],[81,-42],[53,-29],[43,-35],[50,-42],[63,-61],[51,-48],[63,-64],[54,-64],[38,-47],[28,-49],[19,-49],[31,-55],[45,-55],[26,-26],[35,-17],[42,-12],[39,-4],[26,-2],[27,-10],[40,-11],[42,-22],[42,-19],[29,-19],[39,-41],[15,-44],[20,-79],[23,-71],[31,-69],[34,-52],[40,-49],[34,-57],[29,-49],[42,-101],[4,-61],[-8,-63],[-28,-86],[-25,-37],[-57,-39],[-53,-16],[-74,-15],[-72,-6],[-82,-7],[-65,-13],[-58,-7],[-19,-2],[-26,-11],[-35,-18],[-37,-30],[-22,-26],[-16,-22],[-13,-19],[-10,-17],[-11,-46],[-5,-23],[-2,-31],[-2,-17],[0,-8],[3,-14],[1,-7],[1,-7],[-26,2],[-8,3],[-15,5],[-15,7],[-23,14],[-12,12],[-14,11],[-10,9],[-12,11],[-13,16],[-12,17],[-11,14],[-9,11],[-10,12],[-8,11],[-12,12],[-11,11],[-10,9],[-10,10],[-9,7],[-14,9],[-7,6],[-7,9],[-9,3],[-8,-2],[-9,-4],[-10,-9],[-6,-5],[-6,-1],[-6,1],[-7,4],[-10,5],[-7,3],[-8,6],[-6,4],[-8,6],[-10,8],[-9,5],[-8,3],[-6,2],[-8,2],[-14,2],[-18,4],[-18,1],[-8,1],[-12,5],[-12,5],[-15,5],[-13,4],[-12,2],[-7,1],[-16,3],[-10,-1],[-12,1],[-13,0],[-12,0],[-11,0],[-13,-2],[-8,0],[-8,-1],[-9,-2],[-11,-3],[-9,-2],[-10,-2],[-9,-1],[-9,-3],[-9,-2],[-8,-3],[-10,-3],[-9,-1],[-7,-2],[-9,-3],[-9,-1],[-5,-2],[-5,-3],[-12,-4],[-10,-1],[-14,0],[-13,0],[-14,1],[-11,2],[-13,3],[-16,6],[-12,9],[-15,9],[-9,8],[-11,14],[-17,15],[-9,8],[-16,15],[-8,7],[-11,6],[-7,6],[-11,12],[-9,11],[-8,10],[-11,12],[-8,10],[-11,7],[-15,10],[-17,9],[-11,7],[-17,7],[-15,4],[-9,2],[-12,4],[-15,3],[-18,0],[-17,1],[-17,-3],[-14,-2],[-12,-2],[-10,-6],[-14,-8],[-9,-8],[-9,-10],[-7,-7],[-9,-9],[-11,-10],[-7,-10],[-6,-11],[-5,-10],[-4,-5],[-5,-6],[-3,-6],[-6,-14],[-8,-11],[-8,-7],[-19,-13],[-24,-13],[-18,-12],[-17,-9],[-6,-2],[-16,-3],[-13,0],[-31,6],[-15,1],[-19,6],[-20,7],[-17,9],[-14,13],[-14,13],[-13,27],[-8,19],[-14,21],[-10,15],[-12,9],[-6,3],[-1,10],[-2,9],[-2,7],[-11,-2],[-6,-3],[-5,-5],[-6,-7],[-5,-5],[-5,-4],[-5,-3],[-8,-4],[-7,-6],[-7,-5],[-4,-6],[-5,-5],[-5,-5],[-6,-3],[-12,-3],[-5,-1],[-15,-1],[-10,2],[-7,4],[-15,8],[-6,2],[-9,0],[-10,-2],[-7,-1],[-4,2],[-5,6],[1,8],[3,6],[-5,11],[-5,5],[-8,-5],[-3,-6],[-2,-8],[-4,-14],[-4,-20],[-7,-17],[-5,-10],[-4,-15],[0,-8],[3,-10],[5,-15],[-4,-11],[-13,-24],[-17,-24],[-14,-26],[-11,-12],[-9,-8],[-7,-3],[-10,1],[-8,1],[-8,-2],[-5,-4],[-7,-6],[-3,-8],[-5,-6],[-1,-6],[-1,-9],[-1,-8],[1,-10],[1,-7],[7,-9],[8,-12],[12,-14],[4,-8],[-2,-6],[-1,-11],[-1,-10],[4,-5],[9,-4],[8,-3],[7,-2],[16,-8],[6,-8],[-3,-5],[-6,-6],[-7,-3],[-7,-1],[-6,-4],[-9,-2],[-16,-2],[-8,-1],[-8,0],[-9,-1],[-6,-4],[0,-5],[4,-6],[9,-3],[6,-1],[16,0],[11,-6],[8,-10],[-1,-6],[-5,-16],[-3,-9],[-4,-10],[-8,-10],[-3,-8],[2,-10],[9,-8],[6,-13],[5,-6],[6,-4],[8,-1],[7,0],[6,-1],[9,-3],[0,-10],[-3,-7],[-4,-4],[-6,-5],[-4,-7],[1,-6],[9,-5],[6,1],[10,5],[13,5],[9,3],[6,2],[11,-1],[8,-10],[4,-8],[3,-7],[0,-8],[-3,-7],[-5,-4],[-6,1],[-8,1],[-5,10],[-6,3],[-6,1],[-5,-2],[-6,-3],[-4,-6],[9,-6],[7,-2],[6,-4],[2,-8],[2,-9],[1,-8],[-3,-6],[-6,-4],[-7,-4],[-6,-1],[-8,-5],[5,-11],[12,-5],[5,-13],[-4,-9],[-11,-1],[-13,0],[-14,8],[-13,6],[-11,0],[-4,-9],[4,-8],[15,-9],[10,-1],[11,1],[11,2],[14,1],[11,-1],[6,-10],[0,-8],[-8,-10],[-8,-5],[-7,-5],[-3,-5],[-1,-10],[2,-8],[8,-3],[7,-1],[5,-1],[7,-1],[10,2],[5,5],[7,4],[8,0],[6,-2],[5,-5],[3,-9],[6,-4],[4,-4],[0,-12],[-8,-6],[-5,-4],[-8,-2],[-7,-5],[-2,-7],[-1,-6],[5,-11],[6,-4],[10,0],[15,-1],[13,-4],[6,-9],[3,-12],[0,-8],[3,-8],[5,-9],[0,-11],[2,-13],[-2,-15],[-7,-11],[-3,-8],[-3,-7],[-1,-9],[-3,-9],[-2,-13],[2,-5],[5,-6],[6,-6],[1,-10],[1,-9],[-1,-8],[-4,-4],[-5,-4],[-10,-12],[7,-1],[8,-3],[7,-9],[-1,-6],[2,-8],[1,-11],[-2,-8],[3,-10],[2,-6],[4,-6],[3,-8],[1,-12],[0,-7],[0,-6],[-1,-9],[4,-6],[5,-3],[8,-3],[6,-4],[2,-7],[1,-11],[4,-12],[13,-26],[7,-16],[5,-12],[3,-6],[4,-7],[4,-4],[7,-5],[7,-5],[13,-6],[9,-5],[1,-19],[-4,-11],[-2,-9],[-5,-14],[-3,-8],[-2,-7],[0,-7],[10,-8],[4,-4],[3,-5],[2,-7],[7,-8],[5,-7],[3,-4],[6,-6],[5,-3],[6,-5],[2,-5],[2,-7],[2,-6],[-5,-4],[-5,-3],[-7,2],[-5,2],[-5,0],[-7,0],[-13,-2],[-17,-2],[-12,-1],[-5,-3],[9,-16],[10,-11],[7,-10],[8,-9],[7,-12],[9,-14],[4,-17],[5,-12],[5,-6],[10,-3],[15,-2],[10,0],[17,-7],[6,-10],[0,-11],[0,-6],[7,-7],[13,-4],[4,-7],[-3,-12],[-5,-7],[-4,-9],[-2,-8],[-1,-10],[0,-16],[1,-9],[4,-8],[11,-7],[7,0],[6,1],[6,1],[6,-8],[0,-8],[2,-6],[3,-8],[6,-9],[7,-5],[8,-6],[6,-11],[2,-14],[1,-13],[4,-6],[6,-7],[8,-10],[4,-11],[4,-10],[4,-11],[4,-9],[5,-6],[7,-3],[7,0]],[[87458,185116],[-10,-3],[-5,0]],[[83728,189718],[3,11],[0,6],[-3,7],[-1,9],[8,6],[8,-2],[5,-9],[2,-6],[6,-4],[10,8],[5,6],[1,8],[0,12],[1,9],[3,13],[3,9],[6,6],[6,4],[7,0],[7,-3],[10,-3],[9,-3],[9,-3],[15,0],[5,4],[0,10],[-4,6],[-7,6],[-5,2],[-10,0],[-10,-1],[-6,1],[-5,3],[-3,9],[5,6],[6,3],[7,2],[7,2],[9,3],[7,3],[7,5],[3,7],[-5,4],[-10,4],[-5,2],[-3,7],[4,3],[5,2],[7,1],[7,-1],[7,0],[5,-2],[8,0],[8,0],[5,0],[6,0],[5,1],[4,0],[6,0],[7,5],[-1,9],[-2,6],[2,7],[5,1],[5,-1],[5,-1],[6,0],[2,7],[-3,5],[-2,10],[8,9],[5,3],[8,1],[8,2],[8,2],[8,4],[4,3],[3,8],[0,10],[-1,5],[1,6],[1,5],[7,5],[6,1],[5,-2],[9,-3],[7,0],[7,6],[4,5],[6,6],[5,7],[8,13],[4,8],[1,10],[1,8],[2,11],[6,4],[7,-2],[6,-3],[5,-4],[6,-4],[3,-4],[3,-6],[5,-9],[8,-2],[4,5],[2,5],[1,9],[-1,8],[1,8],[1,10],[0,7],[-2,9],[-5,7],[-8,4],[-9,0],[-10,-2],[-5,1],[-1,7],[4,4],[5,4],[7,1],[8,1],[5,-2],[13,-1],[2,7],[0,7],[-2,6],[3,9],[8,-3],[3,-6],[4,-5],[5,-4],[5,1],[5,8],[0,6],[-4,8],[-5,10],[-4,7],[-5,6],[-5,6],[-6,1],[-9,-2],[-7,-2],[-5,-1],[-7,2],[-4,6],[1,7],[4,4],[11,7],[12,7],[6,6],[2,10],[1,9],[3,4],[6,0],[10,-3],[14,-3],[12,2],[9,5],[5,5],[1,8],[-4,10],[-3,9],[-4,5],[-5,-1],[-11,-2],[-7,3],[-4,4],[-3,5],[2,6],[8,4],[7,6],[7,4],[7,5],[6,3],[7,5],[8,7],[5,5],[10,4],[8,2],[11,1],[8,0],[6,4],[2,4],[1,10],[-2,8],[5,4],[6,-1],[11,-1],[0,8],[0,7],[-1,10],[-1,8],[-1,12],[-1,6],[0,7],[1,7],[2,5],[3,6],[5,9],[5,9],[5,8],[5,6],[5,5],[7,4],[7,3],[6,3],[6,5],[8,4],[8,3],[6,3],[7,4],[7,1],[6,-2],[4,-3],[6,-2],[3,8],[-2,7],[-4,8],[-2,5],[-2,7],[-3,6],[-7,5],[-5,2],[-6,6],[5,5],[4,2],[6,2],[7,2],[4,3],[3,4],[1,6],[-4,8],[-6,4],[-6,4],[2,6],[7,3],[5,2],[8,6],[2,10],[-9,4],[-5,-1],[-8,3],[-4,3],[1,6],[4,6],[8,2],[6,-1],[5,-2],[7,-1],[6,-1],[7,-1],[6,-1],[6,1],[9,4],[5,4],[1,7],[-3,9],[-2,8],[-1,5],[-2,9],[-1,6],[-5,5],[-9,6],[-1,8],[6,3],[4,0],[6,-1],[5,0],[8,1],[5,6],[-4,8],[-4,4],[-4,5],[-4,4],[-4,5],[-3,4],[-4,5],[-6,5],[-6,6],[-5,10],[-4,8],[-3,9],[-3,7],[0,7],[2,12],[3,9],[7,12],[6,3],[8,1],[6,-2],[4,-5],[5,-4],[4,-5],[7,-3],[5,0],[9,3],[6,3],[5,3],[4,4],[4,4],[6,7],[5,6],[0,8],[-3,5],[-4,10],[5,6],[8,1],[12,1],[5,0],[8,-5],[6,-4],[4,-1],[5,4],[1,5],[-4,9],[-6,12],[-2,8],[0,12],[2,6],[0,7],[2,5],[1,9],[-2,8],[-5,9],[-4,6],[-4,7],[-3,11],[-1,9],[1,8],[4,6],[3,7],[3,5],[6,11],[6,5],[5,1],[5,2],[9,3],[4,4],[-1,8],[-8,3],[-8,1],[-14,0],[-11,-2],[-15,-1],[-10,0],[-6,3],[-5,5],[0,9],[4,10],[7,8],[4,8],[5,5],[4,7],[4,5],[7,0],[5,-3],[7,-7],[7,-8],[5,-6],[5,-3],[5,-3],[6,-4],[6,-4],[5,-2],[5,1],[6,3],[4,3],[4,5],[2,4],[3,5],[5,2],[8,-6],[7,1],[2,8],[1,7],[0,7],[0,6],[0,6],[-4,5],[-6,1],[-8,1],[-7,0],[-7,0],[-9,5],[1,6],[7,5],[5,3],[10,3],[10,3],[8,2],[10,0],[8,2],[12,1],[7,1],[6,2],[7,7],[3,4],[4,5],[4,4],[5,7],[4,9],[5,10],[3,10],[2,11],[0,10],[2,12],[3,12],[1,12],[1,8],[3,5],[4,4],[4,3],[5,4],[8,2],[10,0],[5,-3],[1,-14],[-4,-9],[-6,-11],[-2,-12],[3,-8],[6,-7],[6,-3],[10,1],[8,1],[8,1],[6,-1],[5,0],[9,3],[8,4],[6,0],[8,-4],[5,2],[1,8],[3,10],[1,8],[2,14],[3,7],[2,13],[8,8],[6,2],[6,-1],[7,-5],[5,-12],[2,-7],[0,-6],[5,-7],[8,-1],[6,3],[5,5],[3,5],[0,7],[0,7],[0,8],[-1,8],[-2,10],[-2,7],[-1,6],[5,7],[8,2],[6,1],[7,2],[5,2],[15,12],[12,10],[9,4],[8,1],[21,3],[9,1],[6,0],[13,1],[11,5],[-2,11],[-6,9],[-3,13],[4,5],[7,3],[8,1],[10,-3],[6,-7],[3,-9],[2,-8],[1,-10],[5,-5],[5,-3],[12,3],[1,5],[3,11],[0,10],[0,8],[1,8],[4,10],[9,-1],[3,-5],[3,-6],[3,-8],[5,-8],[9,1],[2,5],[-3,9],[-3,11],[-2,10],[6,7],[5,0],[16,-4],[9,-6],[3,-4],[4,-6],[6,-1],[0,10],[-2,14],[2,9],[1,7],[0,8],[-2,10],[-2,12],[2,8],[-1,12],[-6,6],[-2,8],[4,4],[6,1],[8,0],[8,1],[6,0],[12,5],[3,8],[-4,4],[-7,7],[-4,6],[6,2],[5,0],[5,-2],[5,-1],[6,-1],[5,0],[7,1],[4,5],[8,2],[5,1],[18,-7],[4,-4],[4,-7],[2,-6],[6,-7],[5,-1],[7,7],[5,8],[3,5],[3,8],[-1,9],[-6,10],[-4,9],[-3,9],[-2,6],[-2,6],[-2,6],[-4,5],[-6,7],[-2,11],[5,9],[3,4],[6,3],[6,2],[9,5],[7,2],[8,2],[7,2],[4,3],[-2,7],[-3,9],[-2,7],[-4,7],[-5,5],[-3,5],[-1,5],[4,8],[7,2],[11,-1],[8,-2],[9,-1],[9,-3],[3,5],[3,5],[6,4],[4,-4],[6,-5],[6,-6],[4,-3],[8,-7],[7,-6],[5,-7],[7,-7],[6,-7],[5,-3],[8,-5],[7,-2],[11,-1],[6,2],[5,6],[1,9],[2,12],[4,3],[7,1],[8,6],[3,3],[7,6],[5,4],[4,4],[5,3],[5,3],[6,2],[5,2],[7,1],[9,1],[10,1],[9,1],[13,3],[19,4],[9,3],[13,1],[12,2],[13,1],[13,5],[8,2],[9,5],[4,2],[5,3],[11,3],[5,4],[7,5],[5,2],[8,1],[10,-2],[8,-7],[5,-1],[8,-1],[6,-1],[7,2],[6,4],[5,3],[6,-5],[5,-3],[4,-3],[7,0],[1,7],[1,5],[0,8],[-2,7],[-1,6],[7,3],[10,3],[7,2],[6,3],[7,4],[4,8],[3,8],[5,3],[6,2],[8,0],[8,1],[9,2],[7,1],[7,1],[6,0],[8,-4],[6,-1],[7,9],[-2,7],[-5,6],[-4,6],[-6,5],[-7,8],[-7,7],[7,5],[6,3],[6,3],[3,5],[-1,7],[-3,4],[-11,4],[-8,2],[-5,11],[7,7],[5,2],[5,2],[6,2],[7,2],[11,2],[7,3],[5,4],[2,7],[-4,5],[-6,2],[-4,3],[-5,4],[-4,5],[-3,5],[-3,7],[-1,7],[0,8],[5,5],[9,-1],[8,0],[4,-3],[5,-1],[6,-2],[7,0],[5,2],[5,1],[5,7],[0,7],[-3,9],[-1,5],[-4,11],[3,7],[8,2],[4,-2],[5,-2],[7,-3],[5,3],[4,7],[2,8],[7,3],[7,-3],[6,-7],[3,-4],[8,0],[5,4],[3,6],[1,7],[-1,11],[0,10],[-1,7],[0,6],[-5,5],[-5,4],[-5,5],[-7,7],[0,6],[4,3],[6,5],[5,5],[4,4],[4,5],[3,6],[7,8],[1,8],[3,15],[4,10],[3,6],[6,7],[5,7],[4,4],[7,7],[6,7],[0,5],[-2,7],[-5,8],[-1,6],[3,5],[6,2],[8,-5],[5,-9],[5,-6],[6,-2],[5,0],[7,2],[9,5],[10,9],[6,13],[5,12],[2,11],[2,11],[1,9],[4,9],[5,8],[4,4],[9,5],[4,3],[5,6],[5,5],[6,6],[4,3],[8,8],[4,2],[4,3],[6,3],[5,2],[5,3],[7,5],[4,3],[9,5],[6,4],[6,3],[7,3],[9,5],[6,4],[4,3],[5,4],[9,7],[5,3],[5,4],[18,16],[3,7],[-2,8],[-4,10],[-3,6],[-4,7],[-6,9],[-4,5],[-8,7],[-7,2],[-9,0],[-8,0],[-12,4],[1,9],[5,4],[6,2],[10,1],[7,0],[9,0],[10,-2],[7,-5],[4,-5],[7,-9],[6,-2],[11,3],[5,3],[0,6],[0,6],[-3,6],[-5,9],[-7,7],[-3,4],[-6,2],[-7,8],[-4,6],[-4,7],[-3,7],[-4,5],[4,11],[6,2],[11,2],[6,1],[7,2],[5,2],[5,1],[9,2],[5,1],[6,1],[6,2],[7,5],[4,10],[-4,5],[-6,2],[-5,1],[-8,0],[-8,-2],[-8,-3],[-9,-2],[-6,-2],[-10,-1],[-10,5],[-2,8],[5,4],[4,3],[7,3],[5,2],[6,4],[6,5],[4,5],[4,7],[4,6],[6,9],[3,8],[4,7],[6,8],[6,7],[4,7],[5,12],[3,8],[1,10],[6,6],[5,2],[5,2],[5,1],[6,2],[3,7],[3,8],[1,8],[3,7],[7,3],[6,-1],[10,-2],[10,-3],[8,-3],[7,0],[4,2],[2,6],[0,9],[-3,5],[-4,11],[-2,9],[-1,10],[-1,6],[3,7],[5,4],[5,4],[7,3],[6,2],[4,4],[-1,6],[-1,7],[0,7],[7,-2],[5,-12],[2,-6],[2,-7],[3,-5],[6,0],[6,3],[4,19],[-1,7],[-2,7],[-3,7],[3,6],[5,4],[7,-2],[14,-2],[5,0],[9,2],[9,1],[7,6],[2,7],[1,6],[0,8],[3,12],[2,6],[5,7],[9,2],[5,-2],[9,1],[6,10],[6,8],[8,0],[2,-9],[0,-9],[0,-13],[4,-12],[7,-6],[9,-8],[8,-3],[10,-2],[7,1],[13,5],[7,5],[7,6],[3,7],[6,9],[3,6],[-3,13],[-12,14],[-6,11],[0,7],[2,6],[5,3],[6,1],[7,-1],[5,-8],[10,-10],[6,-6],[9,-6],[6,2],[7,6],[1,9],[1,8],[2,6],[6,1],[5,-2],[5,-3],[6,-4],[9,4],[4,7],[-1,11],[-3,8],[-3,9],[-4,9],[-1,7],[2,6],[3,5],[4,5],[6,3],[9,2],[7,0],[6,0],[9,4],[5,3],[5,5],[2,5],[1,8],[2,8],[6,10],[3,6],[6,-3],[4,-5],[4,-7],[0,-9],[4,-10],[4,-4],[5,0],[7,3],[4,7],[-2,12],[-6,8],[-7,10],[-5,6],[-5,9],[-3,9],[1,6],[1,6],[6,9],[4,8],[2,5],[6,2],[10,-1],[14,-2],[8,2],[7,4],[1,8],[-10,6],[-4,2],[-7,2],[-10,3],[-5,2],[-7,6],[1,10],[7,6],[17,-4],[9,-6],[6,-2],[5,0],[8,-1],[7,3],[9,2],[8,-3],[6,-4],[5,-6],[5,-3],[7,-8],[6,-6],[6,-4],[8,-3],[8,5],[5,9],[-2,6],[-9,8],[-7,5],[-8,8],[-8,5],[-7,4],[-10,2],[-5,-1],[-11,3],[-10,5],[-8,5],[-8,9],[-2,8],[-1,10],[0,9],[2,8],[1,5],[5,12],[4,6],[3,7],[3,8],[0,9],[0,9],[4,12],[4,6],[8,14],[5,8],[2,7],[0,6],[2,7],[0,7],[-5,4],[-4,6],[-3,6],[3,11],[8,4],[8,0],[9,0],[3,8],[4,6],[4,8],[5,13],[2,5],[3,6],[3,8],[4,9],[5,11],[3,8],[2,7],[3,9],[6,4],[9,-3],[5,-3],[9,-5],[9,-3],[7,0],[3,17],[-2,9],[-5,7],[-6,10],[-4,4],[-3,5],[-6,8],[-3,9],[1,7],[5,7],[5,4],[7,3],[10,5],[5,2],[22,7],[4,3],[5,4],[8,7],[6,5],[7,7],[8,1],[18,4],[-2,14],[-6,7],[-5,9],[-6,10],[-5,9],[-2,7],[-1,6],[-3,14],[-3,17],[-1,17],[-1,21],[-4,31],[-1,9],[-3,10],[0,8],[-6,24],[-2,11],[1,18],[-3,6],[-17,23],[-9,19],[4,23],[4,16],[-2,21],[0,10],[3,10],[4,17],[0,9],[-3,5],[-7,12],[-8,6],[-4,3],[-18,6],[-10,7],[-9,10],[-3,16],[3,9],[3,11],[9,10],[20,32],[4,12],[0,17],[-5,19],[-5,14],[1,15],[0,17],[2,16],[4,13],[3,25],[-4,14],[-6,10],[0,11],[15,1],[9,-12],[11,-18],[8,-14],[11,-12],[16,4],[38,13],[8,5],[5,9],[7,13],[12,16],[16,18],[13,17],[11,15],[7,12],[12,13],[17,20],[7,5],[16,11],[7,1],[5,1],[15,2],[14,5],[7,9],[1,8],[-2,11],[-5,5],[-21,9],[-7,6],[0,16],[6,6],[11,12],[6,4],[6,10],[6,8],[4,13],[1,7],[1,14],[1,6],[-3,19],[-6,7],[-9,2],[-5,2],[-11,3],[-6,0],[-7,1],[-10,4],[-12,18],[2,9],[3,5],[8,9],[9,7],[7,5],[6,5],[4,5],[6,9],[3,9],[3,11],[3,7],[3,7],[2,10],[1,5],[3,12],[3,5],[1,10],[-1,9],[2,14],[1,6],[2,10],[0,14],[-1,8],[0,7],[-3,10],[-3,9],[-9,7],[-7,6],[-5,10],[-3,8],[-1,8],[-3,8],[-1,8],[-2,7],[-1,7],[-2,9],[-3,12],[1,12],[6,4],[11,0],[6,2],[4,5],[-1,6],[-4,4],[-8,5],[-6,7],[1,11],[5,8],[5,3],[1,6],[-4,7],[-5,1],[-8,1],[-8,1],[-4,4],[-4,7],[1,6],[4,3],[5,2],[10,4],[4,3],[5,4],[4,4],[4,3],[4,3],[5,6],[6,8],[4,5],[7,7],[4,2],[9,6],[6,6],[5,5],[3,3],[3,10],[3,13],[-2,13],[-3,12],[0,8],[1,6],[3,4],[7,4],[6,1],[14,0],[7,-2],[9,-4],[4,-3],[4,-5],[4,-5],[3,-6],[3,-7],[4,-3],[5,-1],[5,1],[4,3],[5,6],[6,7],[4,6],[7,10],[5,6],[5,7],[6,5],[11,3],[6,-1],[3,-5],[4,-7],[2,-6],[2,-9],[5,-11],[5,-6],[5,-4],[5,-2],[8,1],[5,2],[5,4],[7,6],[1,5],[-2,9],[-1,6],[-3,7],[-3,7],[-2,5],[-3,7],[-2,7],[3,5],[6,3],[8,1],[12,2],[7,3],[1,8],[-2,8],[-3,11],[1,5],[7,3],[7,1],[11,3],[13,13],[-2,7],[-2,5],[-6,10],[-5,8],[-5,8],[-5,7],[0,7],[3,6],[5,6],[4,6],[4,5],[4,8],[5,7],[5,6],[4,7],[5,7],[7,10],[3,5],[3,8],[1,5],[-1,9],[-1,7],[0,7],[1,8],[6,6],[7,2],[8,2],[9,5],[7,3],[5,5],[4,6],[4,9],[2,6],[1,8],[3,8],[3,7],[2,6],[4,5],[4,6],[4,5],[6,4],[4,3],[3,4],[6,4],[5,3],[7,7],[5,3],[4,3],[7,3],[5,4],[7,4],[6,4],[5,3],[4,3],[4,6],[5,6],[6,6],[3,5],[6,8],[5,4],[5,4],[9,6],[7,2],[6,-1],[8,-2],[13,-6],[5,-5],[6,-6],[3,-5],[6,-12],[9,-12],[8,-4],[6,-1],[9,5],[3,4],[2,7],[1,6],[1,6],[2,9],[1,11],[2,9],[6,4],[6,0],[7,-6],[6,-6],[6,-4],[5,-3],[5,-2],[6,-3],[4,-2],[5,-1],[5,-2],[5,0],[8,2],[6,1],[5,3],[5,2],[6,3],[5,1],[5,2],[6,2],[6,1],[4,2],[11,4],[7,1],[4,2],[5,0],[6,-1],[10,-6],[8,-4],[8,-6],[5,-4],[10,-4],[13,-3],[10,-1],[7,-2],[7,-2],[8,-2],[7,-1],[7,-2],[7,-1],[7,-1],[7,-1],[7,2],[7,5],[5,4],[5,3],[7,6],[7,0],[8,-2],[4,-3],[8,-7],[5,-3],[7,-2],[5,0],[5,-1],[6,0],[7,1],[17,0],[5,0],[6,-1],[10,-6],[8,-6],[3,-7],[2,-5],[0,-7],[0,-7],[1,-9],[2,-5],[7,-4],[7,2],[5,2],[4,3],[6,8],[4,4],[5,4],[6,4],[5,-4],[1,-6],[3,-4],[5,-8],[3,-7],[5,-7],[4,-4],[5,0],[9,1],[8,7],[15,12],[8,5],[7,2],[5,-1],[4,-8],[3,-9],[4,-6],[4,-10],[6,-7],[6,-10],[11,1],[4,6],[6,12],[2,5],[9,9],[8,-4],[2,-8],[1,-8],[2,-6],[7,-14],[8,-9],[13,1],[14,7],[13,8],[20,16],[6,1],[21,-5],[14,-2],[6,1],[5,5],[3,5],[1,6],[1,13],[2,9],[4,7],[7,0],[6,-5],[8,-6],[7,-5],[8,-6],[7,-6],[6,-2],[5,1],[5,4],[3,6],[2,6],[0,8],[0,8],[2,7],[2,7],[5,3],[6,0],[7,-5],[5,-5],[4,-8],[6,-6],[4,-4],[4,-4],[6,-4],[7,-1],[7,2],[6,5],[6,2],[8,6],[4,4],[6,6],[12,7],[6,4],[5,0],[5,-4],[4,-4],[5,-7],[5,-7],[5,-3],[5,-2],[8,0],[10,0],[5,1],[8,1],[7,1],[12,2],[14,0],[10,-4],[10,-6],[8,-6],[8,-6],[10,-10],[9,-11],[7,-8],[4,-6],[3,-6],[5,-7],[5,-8],[5,-7],[2,-6],[5,-9],[8,-7],[7,-4],[8,-2],[10,-2],[11,-2],[10,2],[11,10],[3,4],[3,4],[5,4],[9,5],[11,-3],[12,0],[-1,11],[-4,17],[-14,20],[-18,16],[-17,14],[-17,14],[-19,11],[-17,11],[-20,8],[-19,8],[-20,8],[-17,9],[-10,9],[-20,11],[-10,10],[-13,12],[-15,15],[-10,10],[-15,9],[-16,9],[-10,4],[-14,3],[-18,5],[-18,10],[-13,8],[-16,11],[-18,12],[-18,8],[-14,4],[-16,7],[-15,8],[-11,10],[-15,6],[-9,6],[-13,9],[-12,6],[-40,9],[-54,18],[-35,10],[-15,4],[-15,4],[-15,5],[-15,2],[-18,5],[-13,2],[-15,4],[-15,4],[-19,6],[-14,4],[-9,2],[-14,1],[-12,2],[-9,3],[-15,5],[-18,5],[-21,6],[-17,3],[-23,5],[-12,2],[-13,6],[-9,1],[-6,0],[-9,2],[-12,0],[-13,-2],[-10,0],[-9,0],[-11,-2],[-7,0],[-12,6],[-7,3],[-12,3],[-14,4],[-14,7],[-22,10],[-16,5],[-13,7],[-12,6],[-7,3],[-21,7]],[[87963,196139],[1172,2266]],[[89135,198405],[349,674],[106,201],[8,47]],[[89598,199327],[282,-323],[83,-148],[71,-380],[69,-667],[42,-191],[260,-401],[173,-143],[275,-122],[270,-97],[333,-51],[247,-34],[170,-25],[346,5],[255,59],[477,95],[282,38],[237,-3],[371,5],[210,28],[227,31],[219,38],[278,58],[184,18],[100,16],[167,-72],[166,-138],[76,-119],[25,-148],[-101,-396],[-274,-483],[-73,-358],[2,-216],[136,-256],[152,-111],[129,-56],[234,-70],[17,-6]],[[103661,190785],[-2,-1],[-8,-3]],[[101843,190621],[-10,0],[-17,1]],[[94528,194471],[95,44]],[[95715,194704],[160,-62],[371,94],[260,58],[143,52],[166,20],[101,-16],[127,-65],[191,-393],[180,-214],[198,-199],[109,-121],[183,-106],[253,-26],[163,10],[291,84],[775,332],[249,13],[250,-67],[99,-41],[159,-162],[18,-28],[88,-77],[82,-32],[109,-39],[126,26],[99,70],[98,58],[55,39],[60,25],[61,7],[95,-23],[42,-9],[38,-45],[55,-71],[32,-90],[17,-70],[16,-96],[0,-90],[-13,-50],[13,-27],[55,-90],[132,-141],[131,-64],[137,-19],[186,-45],[192,13],[131,19],[104,13],[138,-26],[278,-126],[252,-170],[248,-151],[116,-152],[162,-296],[116,-270],[76,-123],[186,-303],[66,-83],[131,-135],[88,-77],[93,-77],[71,-35]],[[82007,200910],[19,-1]],[[82026,200909],[9,-1],[34,5],[64,-1],[107,-1],[40,3]],[[82280,200914],[0,-35],[42,-140],[130,-143],[85,-97],[126,-97],[99,-96],[158,-83],[121,-64],[142,-71],[197,-77],[126,-51],[148,-51],[137,-26],[159,-26],[159,-25],[126,-20],[131,0],[126,26],[88,19],[77,39],[93,83],[98,109],[60,51],[44,7],[192,-26],[164,-64],[110,-26],[201,-72],[277,-199],[230,-249],[138,-227],[43,-207],[3,-410],[69,-334],[100,-181],[191,-207],[246,-75],[271,146],[313,288],[263,337],[379,415],[295,253],[246,168],[201,80],[140,9],[283,-41],[147,-68],[119,-102],[25,-27]],[[89135,198405],[-470,-909],[-702,-1357]],[[77336,194321],[6,-1],[5,0],[8,3],[8,1],[10,0],[7,0],[9,1],[10,0],[8,2],[9,2],[9,1],[5,0],[6,-1],[6,-1],[6,-1],[7,-1],[6,0],[10,-1],[5,0],[6,-1],[11,0],[6,0],[7,1],[-1248,1235],[498,467],[178,-164],[190,189],[79,100],[360,385],[279,300],[1712,1802],[1870,1955],[355,371],[11,-4],[13,-1],[18,1],[10,-2],[9,-2],[12,-3],[17,1],[8,2],[19,-2],[7,-3],[18,-9],[16,-9],[20,-9],[19,-8],[17,-4],[14,-3]],[[82026,200909],[-12,1],[-7,0]],[[74297,196510],[408,924],[-59,476],[-427,89],[-367,469],[63,301],[-1623,353],[2,-12],[7,-11],[6,-12],[2,-6],[1,-7],[-2,-7],[-4,-5],[-2,-8],[-2,-19],[0,-15],[3,-14],[2,-13],[1,-6],[2,-16],[1,-16],[1,-10],[3,-15],[1,-6],[4,-15],[2,-5],[3,-10],[1,-13],[-1,-6],[2,-12],[5,-14],[4,-11],[1,-7],[1,-10],[-4,-12],[-2,-9],[5,-9],[2,-12],[2,-13],[5,-7],[9,-10],[5,-6],[4,-9],[1,-6],[3,-9],[-238,49],[-186,39],[-1112,217],[-146,37]],[[70684,199061],[4,11],[6,10],[6,7],[6,2],[11,-1],[13,-1],[16,7],[8,7],[3,8],[6,9],[8,7],[8,3],[7,8],[3,8],[0,6],[-1,6],[0,7],[2,11],[6,9],[5,3],[9,8],[5,8],[4,10],[2,6],[2,5],[3,13],[28,35],[7,11],[6,2],[12,3],[5,9],[1,6],[4,6],[3,10],[10,12],[11,7],[6,8],[3,7],[12,11],[5,6],[10,11],[5,10],[4,7],[2,7],[3,6],[9,4],[7,2],[11,5],[4,7],[6,10],[3,6],[3,8],[5,8],[4,8],[6,5],[8,6],[4,5],[6,9],[6,8],[5,8],[8,5],[6,2],[8,6],[11,8],[4,2],[9,8],[9,6],[6,6],[8,10],[4,5],[5,1],[6,9],[12,7],[6,1],[7,1],[9,8],[5,9],[3,4],[6,8],[11,8],[4,5],[7,10],[5,7],[9,7],[6,6],[6,13],[4,10],[15,22],[8,10],[1,10],[11,12],[9,7],[15,16],[4,5],[7,8],[6,1],[6,1],[8,7],[10,5],[8,6],[7,8],[5,6],[5,7],[4,5],[6,9],[3,5],[7,9],[7,4],[9,6],[5,4],[6,4],[5,3],[7,4],[12,13],[8,2],[7,0],[7,1],[4,-1],[6,1],[8,-1],[7,0],[5,0],[5,-1],[8,-1],[8,0],[7,0],[7,-2],[6,-3],[7,-4],[5,-3],[6,-4],[11,-6],[9,0],[10,2],[6,1],[6,5],[7,8],[6,10],[2,6],[1,6],[3,7],[6,2],[10,2],[7,1],[7,1],[11,1],[6,1],[9,-2],[6,0],[9,1],[8,3],[4,4],[4,10],[6,8],[5,4],[7,5],[7,3],[8,2],[7,3],[8,6],[6,6],[4,3],[7,6],[6,6],[5,4],[6,4],[8,2],[5,0],[9,4],[4,3],[6,4],[6,4],[6,5],[9,4],[11,0],[5,-2],[6,-4],[6,-4],[8,-4],[5,-3],[8,0],[8,3],[5,1],[8,0],[5,-3],[8,-2],[7,0],[5,-2],[4,-4],[5,-3],[6,-2],[10,-3],[11,0],[8,1],[8,1],[11,3],[6,1],[11,0],[15,2],[6,1],[10,-7],[9,-8],[6,-2],[8,1],[5,2],[5,1],[6,-2],[13,0],[6,2],[5,1],[7,-4],[8,-2],[8,-2],[5,2],[5,3],[5,3],[0,7],[24,11],[6,-2],[10,-2],[6,-2],[9,0],[7,0],[7,0],[6,-3],[8,-2],[9,0],[8,3],[6,2],[6,3],[7,4],[5,5],[9,13],[7,10],[6,7],[5,8],[2,5],[5,10],[5,3],[10,2],[6,2],[3,9],[-3,10],[-3,6],[-2,9],[1,10],[5,4],[12,19],[5,2],[4,8],[-1,15],[-2,10],[-1,9],[0,8],[3,7],[3,7],[4,4],[4,3],[5,2],[4,6],[4,5],[5,6],[4,5],[7,6],[4,6],[3,7],[1,10],[1,11],[1,8],[1,11],[2,6],[5,7],[2,4],[4,9],[0,11],[-1,11],[2,8],[6,5],[4,2],[6,3],[9,2],[6,2],[3,4],[6,6],[5,6],[5,5],[5,5],[6,6],[4,6],[3,5],[3,5],[2,5],[4,10],[2,7],[2,9],[4,9],[1,5],[1,7],[1,7],[2,9],[4,9],[1,5],[1,6],[2,5],[6,6],[5,4],[8,9],[0,7],[0,11],[1,6],[1,7],[0,5],[-1,9],[-1,12],[0,6],[0,10],[5,7],[5,3],[4,9],[1,5],[1,6],[2,10],[2,5],[5,8],[7,7],[7,6],[3,9],[4,14],[0,8],[0,7],[0,6],[0,8],[0,10],[1,6],[5,15],[7,11],[9,7],[3,8],[2,8],[-2,6],[-2,6],[1,6],[4,5],[4,5],[5,5],[7,5],[5,4],[6,3],[7,4],[6,2],[13,2],[5,10],[4,10],[2,6],[4,5],[4,6],[6,4],[7,3],[6,1],[6,6],[4,8],[5,6],[4,2],[3,4],[3,6],[6,7],[6,5],[6,3],[5,2],[7,2],[9,4],[5,3],[5,2],[5,1],[8,3],[5,1],[6,0],[7,1],[10,-4],[5,-8],[5,-6],[5,-1],[7,1],[8,3],[7,3],[8,4],[8,3],[7,5],[7,7],[6,5],[4,5],[5,7],[3,7],[2,6],[4,5],[5,6],[9,5],[10,0],[9,1],[7,0],[9,3],[3,6],[2,5],[3,9],[1,8],[2,9],[0,8],[2,9],[1,10],[-1,9],[-1,6],[-5,10],[-6,7],[-4,7],[-4,7],[-1,6],[1,7],[2,6],[2,7],[3,8],[5,5],[2,6],[1,10],[1,6],[2,9],[4,11],[2,6],[4,7],[6,10],[3,5],[3,5],[2,5],[5,7],[5,5],[5,5],[4,4],[4,4],[7,7],[7,6],[6,10],[5,6],[9,6],[8,1],[10,-2],[8,3],[-2,9],[-2,12],[-5,4],[-4,2],[-12,8],[-4,10],[-1,8],[6,9],[4,3],[5,9],[2,9],[5,6],[5,5],[5,5],[3,8],[-2,10],[-2,6],[-2,10],[2,8],[5,8],[2,5],[4,4],[4,5],[3,5],[5,5],[3,5],[3,8],[0,6],[-1,6],[0,6],[2,6],[3,10],[4,5],[4,6],[4,11],[3,7],[2,6],[5,2],[6,2],[9,3],[7,4],[5,2],[5,3],[7,6],[5,7],[5,6],[7,8],[4,5],[4,5],[4,4],[4,3],[5,4],[7,6],[5,2],[6,2],[5,3],[8,5],[1,6],[0,9],[-7,9],[-6,7],[-7,3],[-7,2],[-5,1],[-9,4],[-4,4],[-4,6],[-3,11],[-1,9],[2,7],[1,8],[1,6],[2,6],[1,8],[1,7],[3,8],[1,7],[2,6],[4,13],[5,5],[6,2],[8,4],[7,3],[5,9],[0,6],[0,5],[-1,6],[0,5],[6,8],[11,1],[6,1],[4,6],[0,5],[-1,13],[-2,8],[0,9],[0,10],[0,10],[-1,7],[-1,6],[-2,5],[-4,4],[-5,4],[-4,4],[-4,4],[-1,6],[-1,6],[1,5],[2,6],[6,6],[4,2],[6,4],[7,2],[6,4],[4,3],[4,4],[6,10],[4,9],[2,5],[1,6],[3,7],[1,7],[1,7],[1,6],[2,8],[2,7],[2,5],[1,7],[0,8],[5,10],[5,6],[3,5],[4,12],[3,7],[-3,9],[-3,4],[-3,5],[-2,5],[0,9],[2,7],[2,6],[2,7],[4,8],[3,6],[3,4],[3,7],[3,7],[2,7],[5,8],[6,5],[5,3],[7,3],[8,2],[5,2],[5,2],[6,2],[2,6],[4,7],[4,4],[4,5],[5,8],[3,6],[3,8],[1,5],[0,11],[6,7],[4,4],[5,4],[5,4],[8,4],[11,6],[4,3],[6,2],[4,2],[10,3],[7,-1],[7,1],[7,2],[6,1],[6,6],[2,6],[2,8],[1,8],[-2,10],[-1,9],[0,7],[1,5],[0,7],[3,7],[4,7],[7,3],[7,5],[8,2],[5,-1],[6,-2],[5,4],[4,4],[6,1],[6,1],[8,-3],[4,-6],[4,-7],[2,-5],[7,-1],[5,2],[7,2],[7,5],[5,7],[2,7],[-1,6],[0,7],[1,5],[5,7],[2,4],[5,7],[3,5],[5,6],[2,4],[4,8],[1,7],[0,8],[0,8],[-2,6],[-6,3],[-6,6],[-4,7],[1,7],[5,5],[4,3],[3,5],[5,9],[5,6],[7,5],[5,1],[5,1],[6,1],[5,1],[7,2],[9,7],[4,4],[2,7],[-1,8],[-10,6],[-7,1],[-4,3],[3,7],[5,5],[4,4],[4,4],[5,2],[4,1],[9,1],[8,2],[7,-1],[6,-2],[6,-2],[6,1],[6,6],[2,6],[2,5],[1,9],[1,8],[1,5],[5,12],[2,6],[3,6],[3,6],[5,5],[5,9],[1,7],[-2,6],[-4,3],[-6,2],[-4,2],[-6,5],[0,6],[1,6],[2,7],[3,5],[2,6],[2,8],[4,4],[7,3],[7,0],[10,-1],[5,-4],[4,-5],[5,-6],[6,0],[5,4],[6,5],[5,5],[5,5],[5,6],[2,7],[4,6],[3,4],[5,4],[5,3],[7,2],[8,0],[8,-1],[9,-5],[6,-4],[9,1],[4,3],[5,4],[7,2],[13,4],[12,8],[3,5],[4,7],[1,5],[3,8],[1,5],[0,10],[-2,8],[-3,6],[-5,4],[-5,7],[-3,6],[1,14],[3,7],[5,6],[5,2],[7,7],[3,8],[2,7],[3,7],[3,6],[5,7],[5,7],[6,4],[5,3],[5,4],[7,7],[4,6],[3,7],[4,6],[6,9],[3,8],[2,8],[2,7],[3,10],[4,8],[4,8],[3,6],[3,7],[4,7],[4,5],[5,6],[4,4],[4,4],[6,3],[5,2],[7,0],[5,3],[1,8],[2,7],[1,8],[1,10],[-1,7],[2,14],[1,12],[0,6],[-1,11],[-2,16],[-2,8],[-5,11],[-7,17],[-6,8],[-7,14],[0,8],[1,8],[5,8],[7,7],[9,6],[9,7],[3,10],[1,12],[-3,16],[-1,14],[3,6],[6,7],[6,6],[7,11],[-2,10],[0,13],[2,7],[5,14],[-2,9],[-5,8],[-4,8],[4,7],[10,2],[11,2],[9,8],[4,12],[2,7],[3,7],[8,24],[4,8],[9,9],[2,16],[-5,10],[-4,8],[1,10],[7,9],[5,7],[7,3],[8,16],[-3,17],[-4,13],[3,9],[9,10],[9,17],[7,13],[2,15],[0,7],[-4,15],[0,8],[-1,13],[1,11],[2,17],[2,9],[4,8],[3,15],[-1,14],[-4,8],[-5,2],[-7,3],[-11,1],[-11,0],[-13,4],[-14,6],[-7,9],[0,14],[-2,13],[-5,2],[-11,1],[-12,2],[-18,2],[-12,1],[-18,0],[-10,-3],[-12,-3],[-16,-7],[-13,-3],[-13,5],[-15,10],[-7,3],[-13,4],[-9,4],[-12,5],[-19,12],[-5,5],[-11,12],[0,11],[-1,13],[2,12],[3,12],[-4,4],[-8,1],[-6,0],[-13,0],[-10,1],[-4,3],[-5,9],[-1,6],[1,7],[3,7],[0,7],[-4,5],[-9,6],[-8,8],[4,12],[8,10],[5,4],[9,8],[-4,12],[-8,10],[-13,10],[-6,6],[-7,9],[-4,8],[5,8],[8,5],[5,2],[10,5],[4,12],[0,9],[-4,4],[-7,4],[-15,5],[-11,5],[-6,8],[-9,9],[-11,4],[-15,3],[-14,2],[-12,-4],[-10,-4],[-9,-1],[-14,2],[-12,1],[-7,0],[-10,-3],[-8,-1],[-9,1],[-15,-2],[-16,-4],[-7,-1],[-17,-1],[-8,5],[-10,6],[-7,4],[-5,4],[-9,12],[-2,14],[7,12],[4,6],[0,6],[-2,12],[-4,13],[-4,6],[-7,3],[-7,-2],[-7,-1],[-6,1],[-10,11],[-7,11],[-5,10],[-6,8],[-12,9],[-13,11],[-5,8],[-9,10],[-9,16],[-6,12],[-3,5],[-5,10],[-4,8],[-10,10],[-7,3],[-8,7],[-2,13],[5,11],[3,9],[4,10],[6,2],[8,1],[13,6],[-1,6],[-10,11],[-6,9],[-2,9],[-2,10],[1,8],[5,8],[5,7],[3,6],[-5,6],[-6,3],[-7,1],[-7,3],[-7,1],[-8,3],[-6,6],[1,9],[5,2],[7,2],[8,3],[8,4],[8,8],[2,7],[3,7],[0,10],[2,7],[-3,14],[-4,6],[-5,4],[-8,7],[-8,6],[-6,5],[-4,6],[0,9],[2,8],[5,9],[4,6],[4,8],[2,12],[1,14],[2,12],[4,10],[7,9],[5,10],[7,11],[6,10],[5,9],[6,6],[8,7],[4,4],[7,3],[6,1],[13,0],[9,-4],[6,-2],[5,-2],[7,-3],[7,-1],[5,1],[9,3],[5,5],[3,7],[3,7],[4,11],[-2,7],[4,14],[5,16],[2,11],[0,9],[-1,9],[-2,12],[4,10],[4,4],[11,8],[3,6],[-1,8],[-3,9],[-2,16],[1,5],[2,9],[3,7],[4,7],[5,6],[9,9],[2,9],[-2,8],[-1,6],[-4,7],[-4,7],[-3,5],[-7,12],[-2,8],[0,8],[-2,13],[-1,6],[-2,6],[-2,6],[-2,8],[-3,9],[-2,8],[-1,7],[-1,10],[-1,17],[0,8],[1,11],[-3,8],[-5,10],[-3,5],[-4,10],[-2,6],[0,9],[3,8],[3,7],[5,7],[1,7],[-1,8],[-3,6],[-5,3],[-5,2],[-6,-1],[-8,0],[-7,-2],[-9,0],[-5,3],[-7,10],[-1,5],[0,15],[-2,11],[-2,10],[-4,12],[0,7],[0,9],[1,7],[0,9],[2,10],[1,9],[-1,8],[-3,7],[-4,10],[-2,8],[-4,10],[-1,6],[1,8],[1,8],[2,7],[2,11],[1,9],[0,9],[2,10],[2,15],[6,8],[8,9],[5,8],[7,5],[7,6],[6,6],[9,13],[4,8],[4,8],[5,14],[5,11],[7,10],[13,13],[7,6],[4,4],[8,5],[4,4],[13,12],[14,9],[5,2],[10,4],[5,1],[5,4],[11,11],[4,7],[1,10],[-1,10],[2,8],[2,6],[3,11],[2,7],[4,14],[4,8],[5,8],[6,5],[6,4],[5,3],[5,6],[2,5],[3,6],[3,6],[8,9],[7,10],[6,8],[4,6],[0,7],[0,8],[0,9],[2,10],[2,6],[3,8],[4,6],[7,2],[9,1],[5,1],[11,6],[6,2],[8,7],[4,7],[3,6],[7,5],[6,3],[6,0],[10,7],[6,6],[7,6],[9,11],[6,6],[9,11],[3,11],[3,9],[8,13],[6,8],[6,17],[8,17],[4,10],[3,13],[3,11],[-1,13],[-1,9],[-4,5],[-8,10],[-4,9],[-3,8],[-4,7],[0,8],[0,11],[3,10],[6,10],[6,9],[9,8],[8,6],[5,7],[6,7],[4,4],[9,8],[5,8],[5,12],[0,12],[-3,9],[-7,15],[-8,8],[-5,8],[-7,7],[-11,6],[-11,11],[-5,10],[-2,8],[1,9],[3,6],[6,5],[5,7],[7,9],[-4,10],[-5,5],[-4,6],[-7,8],[-5,9],[-4,10],[5,14],[4,10],[9,5],[11,9],[8,7],[9,12],[5,13],[1,12],[-4,12],[-3,13],[-6,19],[-3,14],[-4,15],[3,22],[11,19],[4,5],[6,6],[8,9],[6,5],[8,5],[13,11],[7,5],[6,8],[4,9],[3,8],[4,9],[5,7],[5,8],[6,9],[4,5],[5,9],[2,9],[0,9],[-2,6],[-3,8],[-2,5],[-5,6],[-5,1],[-11,-1],[-6,0],[-11,2],[-4,3],[-5,6],[-1,6],[2,11],[2,5],[4,8],[4,10],[2,8],[4,9]],[[74030,206966],[0,11]],[[74030,206977],[5,14],[2,15],[2,16],[4,16],[5,20],[7,17],[3,15],[23,49],[3,8],[1,0]],[[74085,207147],[277,-141],[354,-82],[623,-375],[282,-274],[270,-304],[69,-187],[32,-109],[61,-148],[38,-122],[71,-128],[71,-122],[126,-122],[93,-96],[159,-186],[104,-90],[148,-122],[219,-134],[225,-129],[350,-192],[252,-154],[225,-45],[197,0],[93,13],[82,13],[71,13],[55,0],[186,-13],[137,-13],[126,-19],[132,-13],[137,-39],[87,-25],[121,-77],[98,-64],[67,-105],[163,-275],[136,-182],[191,-165],[203,-81],[106,-45],[126,-52],[98,-51],[104,-13],[60,-6],[94,-7],[60,-6],[104,-19],[141,-36],[285,-71],[173,-111],[198,-121],[115,-106],[106,-122],[97,-148],[54,-250],[-50,-477],[-7,-298]],[[74030,206977],[0,-6],[0,-5]],[[70684,199061],[-4,-10],[-6,-9],[-4,-8],[-6,-6],[-8,-9],[-6,-11],[-4,-10],[0,-13],[-5,-13],[-6,-4],[-4,-6],[-8,-12],[-6,-9],[-10,-12],[-4,-11],[-4,-6],[-7,-9],[-7,-8],[0,-12],[-1,-6],[-5,-11],[-7,-3],[-10,-13],[2,-10],[4,-7],[1,-9],[-4,-6],[-3,-9],[-7,-14],[-5,-9],[-6,-11],[-5,0],[-7,-6],[-4,-9],[-5,-11],[0,-9],[-4,-12],[-1,-11],[0,-11],[-6,-7],[-6,-3],[-8,-7],[-4,-12],[0,-6],[-7,-7],[-7,-2],[-11,-5],[-8,-10],[3,-14],[8,-11],[-5,-14],[-28,-34],[-17,-32],[-12,-17],[-28,-12],[-9,-14],[8,-29],[-7,-32],[-14,-31],[-6,-40],[-1,-37],[10,-34],[12,-25],[7,-40],[-1,-17],[-4,-23],[0,-13],[-525,451],[-893,829],[-134,-146],[-768,675],[-59,-65]],[[67998,199922],[-305,267]],[[67693,200189],[-312,271],[-14,11]],[[67367,200471],[-1,9],[-1,11],[-1,3],[-1,8],[10,21],[4,18],[0,16],[0,21],[3,19],[0,14],[8,15],[4,10],[8,9],[-1,10],[-7,9],[-7,12],[0,0],[-6,8],[-6,8],[-7,9],[-9,11],[-7,10],[0,15],[4,9],[1,6],[2,7],[6,10],[5,19],[1,8],[0,9],[0,10],[5,13],[-2,11],[1,21],[7,18],[-3,6],[7,16],[7,11],[12,5],[11,16],[15,0],[23,15],[9,4],[8,12],[9,8],[7,1],[10,2],[9,0],[7,-5],[3,0],[14,6],[13,5],[6,2],[4,0],[8,0],[7,1],[7,7],[3,5],[0,8],[7,19],[8,22],[12,13],[14,21],[18,16],[1,15],[3,25],[11,23],[9,17],[8,5],[13,3],[13,18],[9,19],[8,3],[9,15],[10,14],[1,15],[15,17],[11,10],[17,10],[14,11],[17,8],[18,9],[22,16],[14,8],[20,5],[18,5],[29,0],[23,5],[23,-3],[15,-7],[15,-6],[16,5],[12,0],[22,0],[15,0],[22,3],[33,8],[23,14],[5,12],[14,17],[7,26],[15,11],[12,5],[18,19],[12,26],[11,14],[14,8],[12,10],[7,16],[2,21],[-5,25],[6,23],[0,16],[1,11],[-7,19],[-2,20],[5,3],[14,3],[5,3],[6,3],[7,16],[4,16],[-4,17],[-9,19],[-1,4],[-8,17],[4,4],[11,12],[10,14],[12,11],[23,13],[14,13],[4,22],[8,13],[3,21],[-11,13],[-5,2],[-10,4],[-4,12],[-10,22],[-16,10],[-19,19],[1,14],[-7,16],[-11,18],[-19,14],[-1,12],[0,12],[0,14],[0,1],[-3,17],[0,0],[-19,18],[-9,2],[-9,13],[-12,19],[-5,27],[4,7],[5,11],[-4,17],[0,13],[-3,23],[-7,3],[-3,3],[-8,10],[-8,12],[-14,10],[-5,11],[-7,13],[-8,21],[0,3],[1,8],[7,10],[16,6],[15,15],[15,9],[14,12],[7,14],[3,22],[-6,15],[-1,17],[0,2],[-3,19],[-11,10],[-4,8],[-5,10],[-3,12],[5,16],[3,4],[4,6],[12,3],[9,7],[6,9],[6,18],[0,13],[0,5],[-4,17],[0,19],[-3,12],[-11,6],[-8,5],[-8,3],[-14,8],[-3,11],[-2,21],[3,7],[3,6],[3,22],[7,13],[1,18],[-1,13],[-4,11],[-8,14],[0,11],[0,13],[1,2],[8,10],[6,16],[7,9],[2,10],[0,16],[-4,14],[0,23],[3,8],[0,21],[0,19],[11,10],[14,4],[11,12],[12,3],[7,9],[4,12],[4,25],[-7,16],[-5,10],[-3,6],[1,16],[2,1],[16,9],[15,11],[15,13],[4,0],[7,18],[0,11],[-11,14],[-3,7],[-5,8],[-11,5],[-1,19],[5,5],[0,2],[-3,17],[2,14],[5,15],[7,21],[8,6],[4,8],[0,3],[0,15],[-4,13],[-4,16],[-1,21],[0,3],[-2,22],[5,13],[8,11],[1,2],[8,17],[4,13],[6,21],[8,18],[12,5],[10,3],[10,5],[11,11],[0,9],[-2,16],[0,26],[0,15],[3,22],[4,18],[11,24],[18,17],[11,10],[5,13],[6,22],[0,16],[1,19],[0,13],[-7,18],[-5,9],[-3,5],[-3,15],[-4,16],[-3,9],[-1,12],[3,17],[5,21],[6,15],[15,17],[3,8],[9,13],[0,16],[4,18],[4,14],[9,13],[19,19],[16,15],[17,11],[20,19],[21,19],[17,18],[20,13],[20,14],[19,15],[11,14],[14,15],[14,11],[11,8],[9,14],[15,21],[21,24],[8,16],[6,15],[16,11],[18,11],[16,13],[10,9],[0,18],[8,18],[7,9],[15,8],[9,18],[6,16],[14,16],[15,13],[15,11],[16,11],[10,21],[8,16],[10,15],[23,8],[16,0],[17,9],[9,16],[19,5],[18,15],[3,16],[3,8],[16,11],[10,6],[12,5],[7,13],[18,2],[20,6],[10,3],[9,8],[3,8],[2,15],[15,8],[13,1],[10,2],[9,0],[9,0],[15,8],[13,11],[10,8],[7,5],[7,10],[13,9],[20,11],[15,2],[4,3],[13,10],[5,9],[1,10],[12,10],[15,0],[8,11],[10,10],[6,8],[10,14],[7,8],[13,14],[12,8],[18,10],[11,8],[11,2],[11,9],[20,28],[10,8],[15,1],[15,8],[14,10],[13,5],[13,16],[9,14],[17,16],[13,3],[17,-8],[12,0],[16,13],[11,7],[13,12],[16,13],[19,10],[20,-7],[16,16],[10,15],[9,3],[17,3],[13,5],[13,15],[12,9],[5,0],[14,3],[3,4],[8,8],[12,11],[9,6],[8,-5],[13,8],[11,10],[10,11],[10,20],[21,30],[10,21],[7,19],[11,19],[16,26],[3,8],[11,26],[16,24],[11,16],[11,19],[14,-6],[16,0],[6,4],[7,8],[8,20],[0,9],[7,23],[5,19],[17,0],[11,0],[7,0],[10,2],[9,1],[5,5],[4,6],[0,20],[-7,11],[0,14],[2,15],[9,14],[15,16],[7,7],[7,12],[7,10],[1,11],[2,16],[-2,8],[-4,15],[-2,22],[-3,16],[-7,10],[-6,21],[0,29],[3,16],[0,17],[-4,19],[-6,13],[-1,2],[-2,14],[1,10],[1,8],[10,16],[0,13],[-8,13],[2,8],[9,1],[11,-1],[15,-10],[6,0],[9,0],[9,5],[7,11],[4,10],[4,13],[3,6],[8,6],[6,10],[7,10],[2,9],[6,21],[-3,15],[-7,16],[-18,28],[-1,23],[40,11],[-6,38],[22,10],[17,32],[46,99],[13,30],[-2,16],[-27,33],[9,38],[18,30],[13,35],[32,13],[5,6],[31,97],[-41,48],[-3,28],[-23,23],[-31,30],[-21,40],[28,14],[10,25],[20,69],[-8,31],[-17,35],[19,20],[15,23],[-28,11],[-22,-13],[-24,16],[18,30],[21,49],[26,2],[47,7],[10,13],[11,33],[-3,14],[-48,52],[0,31],[40,39],[46,41],[54,62],[16,22],[35,73],[50,81],[45,41],[11,11],[89,90],[24,21],[78,82],[87,46],[19,11],[155,111],[25,17],[31,2],[4,20],[7,9],[7,8],[7,7],[4,13],[5,9],[11,18],[7,14],[17,10],[16,8],[7,5],[7,14],[5,18],[4,13],[14,11],[7,11],[8,11],[7,8],[0,15],[-6,14],[-2,4],[-3,7],[-2,6],[-2,10],[-6,23],[-4,18],[0,11],[4,25],[4,10],[-8,13],[-2,9],[-7,10],[7,19],[12,2],[16,-2],[15,0],[9,10],[0,11],[8,16],[13,13],[6,16],[5,18],[0,21],[3,14],[0,21],[0,14],[0,23],[0,8],[17,9],[16,13],[10,11],[15,7],[6,11],[11,23],[3,28],[6,16],[6,21],[2,11],[1,10],[2,19],[4,2],[0,18],[-2,11],[-2,17],[9,18],[13,10],[5,14],[14,7],[12,4],[7,7],[18,8],[12,1],[23,8],[10,10],[0,6],[5,10],[3,14],[1,7],[11,3],[11,8],[7,15],[0,12],[12,13],[-7,26],[29,45],[39,30],[17,11],[10,23],[-37,19],[-28,0],[-25,22],[-2,62],[22,16],[41,-20],[19,18],[-29,74],[-6,34],[19,27],[-11,30],[-22,20],[-27,10],[-25,-23],[-25,-23],[-14,24],[1,72],[38,8],[-5,23],[-25,3],[-34,-16],[-47,46],[18,29],[36,-1],[136,116],[267,-168],[187,-136],[412,-287],[324,-172],[309,-145],[120,-138],[115,-160],[126,-293],[109,-291],[82,-304],[12,-81],[61,-130],[90,-135],[94,-48]],[[67693,200189],[198,-174],[107,-93]],[[57022,192679],[-857,829],[1890,2054],[-916,859],[2083,2006],[-695,604],[-226,276],[-473,760]],[[57828,200067],[-491,487]],[[57337,200554],[-394,390],[-12,5]],[[56931,200949],[12,15],[12,15],[15,12],[14,15],[19,21],[11,17],[11,20],[8,14],[14,15],[12,9],[17,11],[8,16],[16,8],[21,20],[11,9],[11,18],[13,16],[15,2],[20,4],[5,15],[15,24],[22,21],[19,8],[11,19],[14,11],[19,23],[18,17],[19,23],[12,6],[8,5],[6,2],[14,8],[17,16],[14,19],[7,17],[25,8],[12,18],[7,3],[11,18],[16,6],[15,0],[13,10],[13,14],[11,8],[14,12],[11,14],[22,15],[16,19],[15,16],[15,9],[15,18],[20,8],[11,11],[15,8],[26,13],[8,3],[19,16],[7,8],[15,10],[20,5],[22,11],[13,6],[27,7],[25,16],[8,5],[18,14],[16,11],[11,18],[18,11],[16,11],[17,12],[23,3],[18,6],[11,15],[15,11],[11,0],[19,6],[22,0],[15,5],[12,0],[8,5],[31,6],[16,2],[22,0],[11,0],[16,-2],[18,0],[15,4],[21,0],[22,0],[13,8],[14,-2],[21,0],[13,0],[13,0],[5,2],[12,9],[4,13],[13,-2],[13,-4],[10,-4],[16,-4],[11,-7],[6,-5],[7,-3],[7,0],[11,10],[16,0],[10,-5],[19,0],[7,8],[11,3],[17,11],[10,4],[15,9],[7,2],[18,5],[6,-8],[9,-8],[17,8],[10,5],[14,4],[11,4],[16,0],[15,-12],[13,2],[12,6],[12,0],[10,0],[18,7],[12,1],[7,8],[7,7],[1,5],[7,9],[5,11],[13,0],[11,-6],[8,-14],[5,-21],[19,-2],[18,-5],[28,8],[12,10],[11,10],[14,9],[21,10],[15,16],[10,9],[10,15],[11,11],[11,8],[9,5],[10,2],[8,1],[8,-8],[6,-19],[-2,-15],[0,-22],[0,-14],[2,-7],[5,-21],[10,-6],[12,0],[10,5],[26,0],[17,-8],[3,-13],[7,-5],[15,-5],[7,-3],[7,-6],[7,-7],[1,-6],[3,-18],[12,-9],[11,-7],[11,-1],[11,-8],[11,-16],[12,-23],[3,-14],[14,-19],[2,-4],[6,-11],[1,-2],[10,-16],[8,-19],[2,-8],[6,-22],[3,-15],[-6,-6],[-12,-10],[-18,0],[-13,-9],[-2,-8],[-3,-10],[34,-27],[5,-12],[19,-20],[16,-13],[14,-18],[10,-2],[11,-6],[9,-10],[13,-9],[20,-15],[10,-22],[-4,-21],[22,-18],[12,-12],[4,-10],[11,-11],[11,-2],[14,2],[8,1],[15,-12],[-1,-9],[-1,-3],[0,-17],[6,-16],[5,-10],[11,-3],[11,1],[17,-1],[5,-8],[0,-10],[0,-14],[0,-21],[18,-6],[14,0],[15,-10],[11,-13],[15,-11],[18,-15],[23,-8],[27,-17],[10,-15],[7,-14],[11,-10],[8,-17],[22,-24],[11,-8],[15,-12],[8,-4],[8,-4],[15,-8],[8,-4],[10,-5],[1,-2],[3,-5],[12,-14],[7,-5],[6,-3],[8,0],[6,-7],[5,-11],[3,-8],[1,-9],[1,-7],[5,-8],[5,-3],[11,0],[8,10],[6,4],[12,-4],[0,-12],[4,-3],[10,-5],[1,5],[11,5],[12,-3],[17,-5],[5,-5],[10,-3],[26,-5],[23,-3],[14,-3],[4,-4],[14,-4],[30,-2],[15,-5],[11,-14],[5,-2],[17,0],[12,-1],[15,-12],[11,-8],[4,0],[15,-8],[21,-9],[9,-5],[21,-15],[24,-12],[13,-8],[11,-12],[13,-14],[13,-6],[12,3],[11,-3],[23,0],[7,-2],[15,-2],[15,0],[11,-14],[13,-16],[15,-29],[11,-11],[15,3],[15,0],[7,3],[12,3],[19,8],[14,2],[11,-2],[9,-4],[17,-5],[15,0],[22,0],[19,-2],[18,-5],[13,-6],[9,-6],[19,0],[9,3],[22,1],[15,12],[8,9],[24,-1],[15,-10],[12,0],[15,3],[11,0],[19,-3],[21,6],[5,13],[17,5],[12,-2],[11,0],[21,0],[5,0],[12,4],[9,3],[12,0],[19,1],[10,-8],[8,-3],[12,2],[13,0],[19,-7],[13,5],[9,0],[6,-8],[15,-1],[24,3],[12,3],[27,10],[21,-8],[23,-10],[29,-3],[14,-7],[8,-9],[23,-7],[25,12],[9,11],[18,5],[15,-5],[9,1],[19,-4],[15,0],[9,1],[11,3],[11,-8],[4,-14],[24,-5],[4,2],[9,-2],[13,0],[9,2],[4,-2],[7,-3],[6,-5],[13,3],[3,2],[7,8],[1,14],[4,5],[11,13],[21,2],[20,1],[21,3],[25,8],[26,12],[15,8],[16,3],[23,3],[9,13],[16,5],[10,5],[16,-4],[16,-1],[13,5],[12,-12],[14,-3],[4,0],[16,3],[13,8],[26,0],[19,4],[9,1],[24,7],[19,11],[27,-11],[18,-7],[27,2],[13,0],[7,-7],[28,-6],[15,-3],[24,-3],[27,-15],[19,-11],[11,-10],[10,0],[18,-3],[13,-6],[32,-15],[22,0],[13,-11],[43,-13],[33,-11],[13,-3],[10,-8],[5,-2],[26,-11],[14,-5],[26,-18],[15,-8],[19,-6],[21,-10],[11,0],[16,-4],[10,-2],[5,-2],[9,-1],[17,-10],[9,-9],[11,-12],[5,-5],[15,-12],[7,-8],[13,-7],[5,-3],[16,-8],[15,-14],[10,-13],[14,-16],[4,-21],[0,-5],[8,-18],[5,-9],[6,-21],[4,-11],[0,-4],[1,-7],[6,-10],[12,-5],[11,-5],[4,-3],[7,-5],[5,-6],[3,-19],[10,-16],[15,-23],[15,-8],[1,-21],[-4,-6],[6,-15],[8,-4],[14,-10],[6,-6],[10,-7],[12,-11],[8,-5],[3,-7],[2,-4],[6,-10],[13,0],[8,0],[7,5],[7,10],[4,3],[7,3],[2,2],[7,-8],[7,-8],[14,-6],[12,-6],[8,-6],[10,-11],[7,-5],[13,-21],[1,-1],[17,-28],[12,-2],[2,-1],[18,-21],[7,-13],[6,-9],[6,-11],[5,-8],[3,-10],[7,-8],[8,-3],[11,-8],[14,-8],[5,-13],[11,-15],[7,-9],[6,-7],[4,-6],[5,-13],[10,-8],[7,7],[4,0],[13,-4],[7,-11],[3,-10],[11,-3],[12,-1],[6,-2],[9,-6],[7,-7],[12,-13],[6,-12],[11,-15],[4,-8],[15,-3],[10,0],[17,-2],[9,-6],[1,-8],[-1,-11],[4,-7],[5,-9],[14,-15],[4,-6],[8,-8],[8,-5],[7,-10],[7,-3],[6,-3],[4,14],[5,2],[4,2],[9,-7],[2,-6],[0,-2],[-4,-5],[-5,-4],[0,-5],[4,-12],[7,-4],[13,-7],[2,-6],[8,-3],[4,-8],[10,-7],[4,-1],[11,-10],[16,-10],[18,-12],[7,0],[8,1],[14,0],[17,-1],[9,0],[9,3],[4,0],[10,-4],[1,-1],[7,-5],[4,-8],[0,-3],[0,-3],[-1,-8],[4,-20],[4,-16],[4,-9],[10,-7],[7,2],[8,2],[7,6],[5,2],[8,12],[0,7],[0,1],[0,8],[-6,18],[2,15],[5,5],[6,15],[18,7],[18,-5],[15,-5],[14,-13],[12,-9],[14,-5],[24,3],[13,5],[17,-16],[14,-10],[7,-16],[11,-14],[22,-11],[9,-10],[13,-5],[11,-5],[15,-4],[16,-5],[26,1],[21,5],[17,10],[5,9],[6,13],[13,13],[7,5],[12,9],[19,-8],[25,-17],[13,-15],[15,-9],[16,-8],[9,-7],[23,-8],[21,-13],[18,-12],[18,4],[9,8],[12,2],[13,-11],[5,-7],[10,-1],[8,-3],[8,-5],[7,-3],[11,-8],[14,0],[13,0],[7,8],[2,4],[9,7],[21,8],[13,0],[7,0],[6,-13],[-4,-16],[-9,-8],[-2,-4],[-7,-10],[-3,-13],[3,-13],[8,-5],[12,-8],[10,3],[16,-1],[9,-10],[8,-6],[5,-2],[10,3],[4,10],[6,5],[10,1],[9,-1],[7,-7],[6,-5],[14,-4],[3,-16],[5,-10],[13,-3],[6,1],[20,-1],[12,-10],[8,-13],[19,-13],[19,-6],[22,-5],[7,-1],[13,0],[11,4],[16,-3],[15,10],[7,8],[11,3],[12,-3],[15,-5],[6,-3],[11,-7],[0,-11],[1,-9],[1,-20],[11,-17],[15,-11],[21,-12],[15,-9],[22,-12],[12,-9],[19,-13],[18,-13],[14,-16],[18,-13],[17,-13],[7,-14],[21,-11],[15,-7],[18,-4],[16,1],[19,-6],[14,-13],[11,-3],[22,-3],[22,3],[15,-2],[12,0],[15,2],[21,8],[15,-2],[15,-9],[25,-2],[10,-2],[20,0],[16,2],[15,0],[12,-3],[15,0],[13,0],[16,0],[14,0],[14,-5],[13,-2],[28,-9],[20,0],[13,8],[19,0],[19,0],[23,-8],[19,-2],[22,-6],[6,-16],[22,0],[8,6],[19,-5],[22,-9],[10,-2],[16,0],[16,0],[17,8],[23,-8],[23,-11],[15,3],[15,0],[10,8],[12,6],[10,8],[27,-3],[9,-11],[16,-2],[11,7],[1,9],[4,10],[-1,5],[-1,8],[0,18],[8,9],[9,13],[13,13],[16,1],[8,10],[10,6],[12,-4],[14,9],[15,-1],[15,-7],[7,0],[12,-3],[14,3],[21,7],[17,1],[20,-5],[6,-1],[14,1],[17,-4],[13,-13],[14,-7],[12,-16],[11,-3],[10,2],[18,8],[30,-3],[13,-2],[20,2],[13,0],[8,0],[17,3],[8,-2],[11,-3],[16,8],[28,16],[19,13],[22,8],[22,-3],[20,0],[15,3],[20,8],[12,6],[11,8],[16,13],[14,7],[15,1],[14,-1],[16,-4],[8,-3],[21,-5],[15,-6],[14,6],[8,12],[7,11],[28,1],[16,12],[13,11],[19,5],[21,0],[16,4],[17,8],[20,17],[13,8],[13,11],[17,14],[16,10],[19,5],[17,8],[15,4],[9,12],[18,1],[18,-1],[12,-5],[17,-5],[16,0],[22,-2],[15,10],[8,13],[18,0],[19,-5],[20,-8],[8,-3],[18,8],[4,8],[-2,10],[0,11],[0,8],[6,21],[23,-2],[18,-2],[11,-3],[11,7],[20,8],[15,8],[14,6],[8,10],[11,24],[3,14],[3,13],[0,8],[5,10],[10,6],[18,0],[12,-8],[8,5],[4,16],[11,13],[2,21],[10,11],[7,13],[6,11],[7,11],[2,10],[0,11],[-1,11],[-7,10],[-3,6],[-1,8],[-1,5],[-4,5],[-5,6],[0,16],[2,2],[8,11],[6,6],[15,2],[5,11],[0,12],[-5,6],[-7,10],[-7,6],[-3,2],[-5,0],[-11,9],[-8,7],[0,17],[2,8],[1,3],[2,8],[4,18],[6,15],[5,17],[4,15],[-5,12],[-2,10],[0,8],[-6,13],[-1,2],[0,9],[3,8],[-4,16],[-3,10],[-4,14],[-1,3],[-4,8],[0,15],[0,10],[1,4],[0,2],[-4,10],[-3,6],[0,0],[-7,8],[-10,10],[-6,14],[-11,14],[3,18],[0,3],[3,10],[2,13],[7,6],[7,0],[8,3],[10,8],[4,4],[4,9],[0,11],[-7,10],[-3,3],[-1,2],[3,9],[3,4],[6,8],[7,8],[7,11],[8,6],[6,7],[3,13],[6,9],[0,18],[3,10],[6,8],[2,16],[2,8],[-2,8],[-4,3],[-5,16],[0,14],[0,15],[-4,10],[-2,4],[-5,5],[-8,10],[-1,5]],[[52056,187716],[-5,-4],[-11,-14],[-11,-15],[-14,-11],[-19,-8],[-11,-10],[-16,-23],[-14,-16],[-17,-13],[-25,-8],[-15,-2],[-17,-11],[-20,-5],[-26,-8],[-17,-10],[-16,-17],[-20,-8],[-18,-2],[-22,-6],[-21,-11],[-31,-16],[-18,3],[-15,-3],[-24,-5],[-23,5],[-22,-8],[-23,-15],[-17,0],[-12,-11],[-19,-13],[-22,-6],[-17,-1],[-18,3],[-24,-3],[-4,-11],[-8,-31],[-19,-24],[-13,-10],[-15,-18],[-14,-10],[-27,-11],[-21,-10],[-23,-6],[-27,-19],[-18,-7],[-18,-11],[-27,-18],[-13,-10],[-22,-10],[-9,-8],[-28,-18],[-20,-8],[-21,-24],[-23,-10],[-10,-9],[-7,-13],[-20,-15],[-32,-6],[-26,0],[-17,-9],[-13,-6],[-14,-6],[-12,-3],[-14,-10],[-15,-7],[-27,-8],[-18,-6],[-20,-10],[-14,-9],[-18,-10],[-11,-7],[-11,-6],[-7,-3],[-7,-6],[-7,-7],[-10,-8],[-10,-8],[-7,-1],[-556,-567],[-120,-169]],[[50043,186261],[-2174,2096]],[[47869,188357],[-621,599],[-18,15]],[[47230,188971],[4720,5141],[4491,4891],[32,24],[1,15],[9,33],[0,8],[-7,18],[-6,32],[7,23],[4,11],[14,43],[6,11],[13,13],[2,16],[27,21],[14,22],[22,26],[16,13],[25,16],[19,8],[13,13],[9,17],[11,12],[13,16],[7,16],[11,24],[2,14],[-3,16],[0,10],[-6,9],[3,25],[0,8],[-3,28],[-1,21],[0,18],[1,35],[0,21],[0,29],[2,40],[0,14],[-9,36],[-1,40],[-12,22],[-4,26],[-2,21],[-8,35],[-7,21],[-3,29],[0,21],[5,22],[0,18],[-3,17],[5,28],[3,11],[3,8],[3,8],[4,11],[11,30],[-7,15],[-1,11],[-1,13],[0,16],[2,18],[0,3],[5,16],[-3,17],[9,15],[4,8],[4,18],[1,22],[10,22],[0,61],[11,12],[7,37],[1,17],[-4,35],[18,29],[1,20],[0,20],[3,28],[0,22],[8,39],[6,12],[6,23],[6,13],[8,16],[7,13],[16,22],[7,11],[6,11],[2,10],[5,16],[6,11],[28,37],[11,10],[16,24],[19,19],[11,16],[14,18],[6,7]],[[57337,200554],[128,-127],[363,-360]],[[36104,179308],[2258,-1],[1585,1728]],[[39947,181035],[1,-2]],[[39948,181033],[477,-483],[113,-115]],[[40538,180435],[290,-293],[1418,1333],[909,-883],[832,790],[1804,-1811],[-493,-508],[916,-882],[183,153],[899,-889]],[[49549,178122],[3,32],[13,38]],[[40538,180435],[-590,598]],[[39947,181035],[3312,3612],[3971,4324]],[[47869,188357],[6,-6],[2168,-2090]],[[17373,95036],[-357,-320],[-3855,3987],[-9355,-8552]],[[3806,90151],[-2711,-2478]],[[1095,87673],[-214,-195],[-731,-669],[-138,146]],[[12,86955],[0,2426],[-4,23934],[0,489],[0,145],[-1,6156],[0,90],[0,1359]],[[7,121554],[878,-830],[30,-28],[197,-184],[845,-792],[388,-364]],[[4155,134847],[-1518,1467],[-904,875],[-127,122],[-317,306],[-477,462],[-265,256],[-543,525]],[[4,138860],[-2,11457],[0,2429]],[[7,121554],[-1,3644],[0,138],[0,93],[0,436],[0,47],[0,1147],[-1,3403],[-1,6670],[0,940],[0,788]],[[1095,87673],[1051,961],[1660,1517]],[[11144,69542],[-9499,-8490]],[[1645,61052],[78,-73],[-394,-344],[-1002,-876],[-152,-133],[-142,-124],[-16,-14]],[[17,59488],[0,5],[0,9],[0,274],[-1,2884],[-2,12237],[-2,12058]],[[21332,63226],[15,-28]],[[21678,61868],[-117,-38],[-313,-12],[-341,-97],[-451,400],[-62,48],[43,138],[-71,217],[-127,87],[-188,-59],[-62,-34],[-132,-667],[-487,0],[-86,-100],[-246,-105],[-208,-119],[222,-113],[160,-38],[17,-186],[149,-140],[-48,-90],[-444,136],[-150,-118],[389,-448],[245,-8],[90,-85],[29,-122],[278,-148],[49,-160],[103,-232],[312,38],[229,-84],[642,-135],[330,-69],[343,26],[262,79],[300,9],[556,-186],[-59,-71],[-63,3],[-87,-8],[-44,-36],[-44,-82],[41,-58],[49,-35],[19,-59],[-28,-51],[16,-67],[9,-84],[43,-38],[68,21],[64,-34],[-9,-68],[7,-70],[60,6],[51,10],[61,35],[61,36],[59,-17],[50,33],[37,-41],[-34,-59],[-29,-56],[-3,-58],[-46,4],[-33,-97],[54,-4],[78,33],[48,35],[46,-35],[7,-59],[62,-64],[0,-66],[-69,-48],[-64,-29],[-14,-71],[-11,-67],[-54,-5],[-11,54],[-21,51],[-44,-28],[-60,-40],[-11,-110],[-48,-3],[-21,-54],[-58,-30],[25,-122],[-66,-43],[-30,-47],[49,-30],[57,0],[47,-3],[29,51],[14,67],[13,64],[53,50],[72,8],[43,-25],[14,58],[26,53],[46,29],[48,36],[55,0],[21,51],[50,-11],[54,-8],[50,3],[65,-5],[50,56],[62,30],[51,21],[-18,54],[35,76],[55,13],[43,-26],[51,47],[43,-18],[24,-51],[-42,-36],[-30,-48],[26,-65],[39,-35],[4,-62],[-18,-68],[-21,-61],[43,-16],[57,-5],[29,48],[44,-40],[118,-15],[11,-64],[44,-59],[15,-64],[0,-87],[46,-53],[-11,-66],[37,-59],[-66,-40],[-54,-32],[30,-43],[-16,-59],[-11,-76],[-49,-33],[-34,-46],[-3,-68],[-21,-52],[-29,-58],[-28,-64],[-19,-49],[-15,-61],[-7,-76],[32,-43],[-64,-79],[-33,-42],[-47,-35],[-45,-44],[-27,-89],[-3,-59],[-11,-94],[-4,-76],[11,-59],[36,-51],[55,-41],[44,-35],[17,-84],[61,-5],[43,-21],[39,-36],[36,-35],[76,20],[-25,-76],[48,-8],[43,16],[21,-51],[0,-57],[44,-30],[-4,-80],[39,-43],[44,-72],[-54,-28],[-36,-47],[50,-16],[-11,-56],[-11,-89],[-44,-24],[18,-56],[-7,-101],[-7,-69],[26,-57],[57,21],[26,49],[54,-11],[33,41],[43,-102],[-29,-58],[-47,-56],[-66,-11],[-42,-68],[49,-24],[94,-18],[88,-13],[-37,-84],[62,-22],[62,-26],[5,-63],[23,-59],[-40,-100],[-66,16],[-28,81],[-49,13],[3,-99],[-18,-62],[50,-51],[33,43],[61,-19],[40,-80],[78,-41],[-36,-79],[-46,-64],[7,-76],[-31,-68],[-16,-136],[9,-105],[0,-58],[-16,-97],[-108,-128],[-65,-46],[-43,-35],[-40,-118],[-25,-45],[-41,-31],[-70,0],[-56,-33],[-20,-105],[-47,-33],[-48,-18],[-58,-13],[-60,-30],[-41,-51],[-3,-59],[-36,-41],[-21,-71],[-12,-77],[-5,-68],[-52,-8],[-76,-8],[-44,-27],[-35,-41],[-61,-21],[-58,-59],[32,-94],[18,-63],[-28,-67],[116,-153],[49,-38],[22,-49],[-10,-106],[-8,-82],[36,-113],[30,-55],[67,10],[33,-66],[73,5],[69,-8],[16,-122],[-64,-64],[-30,-46],[-53,-25],[14,-118],[-35,-46],[-34,-43],[-17,-51],[-15,-54],[22,-69],[-40,-122],[-36,-63],[26,-69],[43,-54],[49,-8],[33,-55],[48,-34],[29,-51],[65,-38],[49,-59],[-54,-58],[40,-64],[18,-59],[65,-33],[-19,-86],[71,-57],[25,-53],[21,-51],[42,-74],[41,-39],[25,-46],[30,-73],[42,-28],[36,-67],[40,-48],[-26,-57],[40,-30],[-30,-56],[63,-26],[72,-15],[25,-82],[72,-46],[72,-58],[50,-64],[44,-30],[64,-56],[2,-62],[56,-22],[8,60],[61,-14],[50,-46],[0,-84],[-28,-42],[-18,-114],[53,46],[65,35],[87,19],[94,-6],[75,-46],[0,62],[73,4],[36,-43],[-36,-63],[4,-80],[56,47],[34,60],[79,100],[71,-8],[51,-30],[57,-75],[37,-51],[39,-51],[44,-76],[46,-59],[84,-22],[65,-51],[35,-38],[11,-67],[-32,-51],[-79,-17],[-77,32],[-57,36],[-47,8],[-55,38],[-63,-25],[-69,48],[-39,46],[-39,-38],[-62,4],[-48,62],[-50,10],[-54,-43],[-41,-34],[-71,29],[-69,18],[-58,-5],[-64,10],[-40,41],[-46,17],[0,59],[-29,68],[-51,46],[-28,47],[-55,35],[-57,-26],[-48,-27],[-31,-62],[-2,-76],[-63,35],[-77,-23],[-35,-38],[-55,-33],[-46,-25],[-44,-23],[-28,-58],[-52,-34],[-49,-38],[-37,-51],[0,-62],[-43,-47],[-72,-21],[47,-51],[61,-21],[40,-38],[0,-56],[18,-59],[51,-112],[46,-15],[46,-3],[59,-17],[54,17],[25,-55],[43,33],[65,9],[62,13],[53,24],[65,-6],[55,6],[57,-21],[33,-46],[43,21],[28,51],[-31,46],[65,38],[72,22],[68,0],[47,-17],[76,-34],[46,-46],[87,-4],[98,-18],[24,-51],[58,-33],[36,41],[72,14],[83,-20],[117,-43],[46,-46],[-55,-35],[-97,-32],[-3,-56],[26,-65],[63,14],[69,37],[62,60],[-5,56],[48,13],[61,36],[32,-54],[29,-58],[28,-53],[34,48],[47,-21],[-19,-59],[9,-63],[60,-8],[14,89],[39,44],[7,64],[69,-33],[62,-26],[28,-59],[59,-22],[40,46],[42,22],[62,-36],[29,-48],[44,25],[57,-38],[49,-20],[9,59],[56,-1],[38,29],[46,-13],[47,-23],[82,-31],[-54,-38],[-49,0],[-33,-54],[-62,-43],[3,-68],[63,38],[50,40],[97,11],[61,-49],[-29,-61],[15,-54],[58,8],[39,59],[21,54],[-14,56],[11,68],[61,0],[87,-8],[62,-17],[76,-39],[64,-33],[58,-13],[62,-33],[42,-32],[55,-21],[83,-25],[60,-3],[58,-3],[54,-2],[79,17],[126,-9],[69,-3],[54,0],[61,-38],[51,-16],[83,-13],[48,-35],[67,-46],[69,-8],[41,-22],[81,-37],[46,-9],[52,-37],[111,-60],[51,-38],[69,-34],[50,-17],[47,-26],[55,-44],[71,-48],[47,0],[46,-18],[66,-36],[67,-64],[59,-35],[58,-12],[87,-41],[63,-1],[44,-17],[55,-59],[46,-89],[41,-79],[28,-52],[53,-93],[51,-83],[62,-106],[39,-56],[149,-140],[57,-54],[61,-51],[94,-38],[97,0],[76,0],[76,2],[83,-10],[82,-81],[-11,-100],[16,-85],[23,-84],[-7,-88],[15,-141],[-10,-76],[-7,-89],[-48,-67],[-93,-92],[-57,-30],[-44,-38],[-73,-34],[-129,-41],[-62,28],[-56,39],[-59,17],[-76,21],[-97,25],[-97,0],[-90,-4],[-112,-18],[-61,-16],[-61,-25],[-69,-1],[-104,-4],[-92,13],[-85,-3],[-113,3],[-60,12],[-141,99],[-105,84],[-60,56],[-65,44],[-65,48],[-80,46],[-61,47],[-54,46],[-248,236],[-48,64],[-40,33],[-82,59],[-58,51],[-46,41],[-65,51],[-52,51],[-58,43],[-39,46],[-53,48],[-92,66],[-67,67],[-72,86],[-32,49],[-52,56],[-53,25],[-69,37],[-40,65],[-2,75],[-26,86],[-15,67],[-24,105],[-22,50],[-58,94],[-32,84],[-92,143],[-46,64],[-69,80],[-50,12],[-51,-58],[-35,-56],[-48,-24],[-35,-56],[-25,-59],[-51,-28],[-72,-2],[-47,26],[-51,30],[-53,54],[-51,68],[-69,59],[-50,0],[-65,-8],[-50,46],[-65,18],[-65,-2],[-50,51],[-76,2],[-53,-31],[-41,-42],[-62,17],[-58,26],[-39,-48],[-25,-46],[-44,-46],[-60,17],[-51,-35],[-25,-57],[-55,21],[-46,30],[-33,44],[-32,69],[-48,5],[-57,-21],[-54,59],[-68,7],[-26,-45],[-53,7],[-23,-50],[-46,4],[0,62],[-7,56],[-46,-16],[2,-68],[-53,-13],[-66,-3],[-72,36],[-46,38],[-52,85],[-42,81],[-87,-26],[-108,0],[54,-76],[-78,-30],[-48,25],[-44,-25],[26,-80],[57,5],[72,19],[48,5],[64,-29],[19,-51],[54,0],[-11,-63],[68,-16],[50,-40],[51,5],[52,-24],[63,-47],[20,-55],[-48,-28],[-61,24],[-47,-29],[-61,13],[-11,-51],[-48,5],[-39,-40],[46,-33],[-18,-69],[-42,-29],[7,-60],[-23,-75],[51,-36],[58,-14],[54,-5],[14,55],[65,-4],[55,-16],[53,41],[48,0],[67,-8],[34,-38],[49,8],[48,-16],[30,41],[67,10],[51,-25],[18,-56],[-115,-29],[-19,-56],[-54,8],[-51,5],[-49,-22],[-44,27],[-43,29],[-65,-18],[-43,-67],[29,-41],[-4,-63],[-25,-48],[-40,-29],[5,-64],[63,-9],[15,-62],[54,-21],[43,-43],[46,13],[34,-41],[56,-8],[27,-60],[18,-56],[47,-24],[14,-55],[53,-9],[45,37],[53,14],[51,-22],[60,-8],[66,5],[37,38],[46,-27],[26,48],[42,36],[45,-16],[71,-25],[40,38],[67,16],[18,-177],[131,-79],[118,-48],[-346,-49],[408,-127],[90,-56],[33,-118],[109,-15],[113,15],[102,-106],[97,-62],[-7,-245],[-61,-316],[37,-61],[126,390],[83,38],[107,-30],[14,-132],[48,-189],[94,-51],[220,-21],[143,-20],[97,-34],[149,-30],[116,0],[94,122],[154,-79],[104,-99],[225,-117],[128,-72],[105,-63],[299,-166],[228,-135],[79,-54],[80,-18],[67,-66],[80,-88],[16,-28],[35,-26],[30,-6],[21,-4],[28,-11],[57,-16],[10,-3],[84,-20],[81,-17],[20,-4],[66,-36],[60,-25],[85,-24],[29,0],[34,-2],[58,-22],[39,-1],[8,14],[-1,7],[-16,-1],[-12,3],[41,15],[26,12],[24,3],[-7,27],[-12,13],[-13,16],[14,10],[39,-41],[35,-74],[-1,-57],[-36,-115],[-79,-164],[-54,-153],[-39,-88],[-9,-17],[-17,-28],[-51,-125],[-7,-34],[6,-54],[-25,-103],[-6,-22],[-27,-103],[-109,-354],[-117,-328],[-42,-125],[-20,-38],[-10,-32],[-17,-44],[-14,-34],[-20,-55],[-18,-41],[-28,-53],[-33,-84],[-37,-84],[-10,-47],[-13,-52],[-17,-41],[-29,-61],[-33,-77],[-30,-70],[-28,-50],[-7,-37],[-23,-43],[-17,-66],[-40,-89],[-42,-124],[-27,-68],[-8,-27],[-28,-92],[-35,-81],[-27,-88],[-33,-99],[-81,-275],[-41,-126],[-17,-51],[-12,-68],[3,-38],[-5,-31],[-2,-40],[-5,-63],[-17,-27],[-23,-15],[-19,-55],[-51,-149],[-44,-131],[-40,-150],[-17,-103],[-5,-78],[-5,-99],[2,-85],[11,-63],[14,-50],[36,-41],[21,-45],[-5,-37],[-6,-34],[3,-83],[14,-27],[7,-21],[11,-55],[24,-66],[42,-63],[71,-60],[76,-114],[74,-123],[38,-87],[62,-114],[15,-55],[11,-47],[2,-41],[3,-48],[2,-25],[-15,-39],[-14,-47],[-9,-25],[-7,-30],[-9,-39],[4,-33],[-1,-29],[-8,-39],[-1,-35],[5,-36],[-11,-27],[-19,-25],[-31,-50],[-26,-17],[-30,-12],[-39,-18],[-29,-39],[-24,-42],[-15,-54],[-14,-30],[-11,-28],[-30,-97],[-70,-203],[-84,-265],[-12,-94],[-21,-52],[-20,-61],[-15,-63],[-6,-21],[-16,-79],[-6,-44],[-10,-35],[-16,-72],[-15,-80],[1,-81],[4,-75],[-10,-35],[-22,-91],[-9,-48],[-6,-75],[-1,-55],[-8,-78],[-6,-32],[-2,-43],[-4,-116],[1,-128],[4,-41],[-7,-44],[-6,-48],[5,-95],[1,-70],[9,-47],[-5,-48],[-3,-39],[-5,-87],[4,-56],[3,-34],[4,-80],[-1,-51],[0,-45],[2,-63],[3,-44],[-8,-67],[0,-67],[5,-88],[-1,-50],[1,-75],[10,-66],[22,-35],[14,-8],[29,-8],[29,-21],[0,-38],[-18,-60],[-18,-33],[-17,-23],[-10,-40],[-10,-52],[-3,-42],[-12,-47],[0,-10],[-20,-14],[-71,-7],[-13,3],[-26,8],[-26,1],[-72,-100],[-44,-65],[-32,-59],[-14,-66],[-48,-26],[-64,-8],[-47,11],[-53,27],[-51,41],[-69,-25],[-39,-38],[-41,33],[-35,45],[-22,52],[11,60],[-21,34],[-18,46],[-37,59],[-46,48],[-30,54],[-62,20],[-89,56],[-40,43],[-43,62],[0,51],[-13,46],[3,40],[-34,33],[-45,3],[-62,-33],[-43,-26],[-48,-8],[-53,-14],[-51,-24],[-90,-38],[-62,-8],[-78,-38],[-111,-26],[-96,-20],[-67,-10],[-92,-8],[-106,8],[-92,-21],[-64,9],[-69,46],[-76,51],[-65,5],[-60,84],[-65,68],[-40,113],[-44,89],[-45,43],[-41,46],[-75,30],[-97,0],[-113,0],[-131,0]],[[25966,32837],[-11,70],[-17,1],[-35,2],[-45,1],[-32,-4],[-34,18],[-10,36],[-9,45],[-24,19],[-46,12],[-32,16],[-25,19],[-14,22],[-33,18],[-31,-4],[-41,-4],[-32,4],[-30,26],[-20,24],[-8,32],[-27,25],[-30,14],[-31,9],[-54,0],[-42,11],[-26,10],[-44,8],[-35,22],[-31,28],[-30,18],[-42,30],[-36,15],[-53,6],[-59,-1],[-58,-5],[-52,-22],[-43,-24],[-33,-25],[-29,-23],[-33,1],[-24,18],[-37,24],[-39,18],[-54,17],[-37,-6],[-23,5],[-42,-14],[-30,-21],[-34,-15],[-36,-30],[-33,-26],[-53,-20],[-53,2],[-70,12],[-52,18],[-9,23],[-34,38],[-31,42],[-44,10]],[[23914,33382],[-17,8],[-24,12]],[[23873,33402],[-5,37],[-11,41],[-50,3],[-44,13],[-35,19],[-5,24],[17,31],[31,32],[8,34],[-47,12],[-30,23],[-10,26],[-21,39],[-29,33],[-46,10],[-50,6],[-45,-9],[-62,-7],[-48,11],[-37,30],[2,31],[11,39],[11,23],[-12,30],[-20,22],[-37,18],[-32,-2],[-21,-15],[-11,-38],[-3,-40],[-24,-14],[-26,1],[-43,14],[-45,18],[-39,4],[-10,-3],[-28,-10],[-28,-17],[-19,-22],[-39,-20],[-48,9],[-25,25],[-24,30],[-25,32],[-19,32],[-24,35],[-11,42],[6,38],[36,44],[29,32],[37,28],[38,16],[50,18],[50,10],[58,17],[50,12],[41,4],[47,-2],[26,34],[-42,20],[-43,24],[-28,28],[-22,44],[-57,47],[-79,6],[-72,-12],[-43,-5],[-16,20],[-52,34],[-43,38],[-31,44],[-7,50],[2,36],[-3,42],[8,28],[40,17],[52,26],[30,35],[4,35],[-35,18],[-37,27],[-56,21],[-49,19],[-37,22],[-43,24],[-29,36],[-10,32],[15,29],[14,43],[-7,23],[-37,32],[-28,44],[-26,29],[-17,37],[-8,42],[-22,29],[-40,11],[-39,7],[-45,-17],[-47,-16],[-53,17],[-42,12],[-55,0],[-35,-11],[-51,-3],[-49,-4],[-36,-1],[-30,29],[-15,41],[-27,41],[-35,30],[-43,31],[-33,18],[-36,7],[-32,11],[-15,25],[-23,16],[-52,16],[-39,18],[-30,27],[-35,13],[-32,27],[-25,21],[-23,25],[-12,32],[-21,31],[-27,34],[-37,25],[-35,17],[-39,36],[-39,37],[-55,44],[-31,27],[-30,26],[-41,25],[-38,28],[-25,27],[-23,24],[-43,5],[-30,27],[2,34],[25,45],[14,33],[-13,38],[-12,47],[-27,40],[-47,18],[-46,26],[-32,39],[-15,49],[11,36],[22,34],[17,35],[10,37],[3,27],[-9,50],[-11,39],[-28,29],[-33,29],[-39,37],[-5,17],[-15,15],[0,27],[16,11],[33,16],[35,12],[35,13],[27,21],[14,19],[8,42],[-5,54],[-13,37],[10,22],[31,25],[37,19],[27,20],[-2,31],[-5,18],[-14,42],[-11,27],[-18,35],[-14,22],[-27,35],[-22,62],[-2,80],[18,47],[45,74],[33,48],[13,24],[19,88],[1,25],[-17,31],[-76,61],[-31,9],[-52,14],[-48,18],[-94,48],[-49,34],[-22,39],[0,18],[2,20],[8,56],[18,51],[22,58],[2,33],[-8,49],[-37,46],[-9,18],[-43,6],[-30,10],[-35,22],[-52,27],[-51,13],[-52,23],[-54,40],[-52,46],[-40,32],[-50,28],[-70,26],[-23,8],[-41,37],[-45,34],[-33,21],[-22,44],[-19,59],[-16,58],[-36,60],[-58,50],[-42,57],[-54,61],[-54,48],[-48,36],[-54,33],[-56,8],[-61,12],[-63,-2],[-61,0],[-67,5],[-60,17],[-72,26],[-62,11],[-56,0],[-67,1],[-79,11],[-67,15],[-59,38],[-63,47],[-73,50],[-66,54],[-76,43],[-53,39],[-66,39],[-48,23],[-32,46],[-26,39],[-38,45],[-21,41],[-32,32],[-98,21],[-76,6],[-73,-1],[-73,12],[-72,32],[-46,35],[-47,47],[-43,40],[-26,34],[-13,43],[28,35],[43,36],[34,31],[4,39],[0,45],[-32,40],[-51,21],[-50,29],[-48,0],[-49,-21],[-41,-27],[-28,-37],[-33,-32],[-37,-35],[-41,-19],[-44,-4],[-28,14],[-22,40],[1,39],[-8,29],[-15,38],[-26,40],[-47,37],[-56,24],[-65,17],[-67,1],[-63,-12],[-73,-19],[-63,-2],[-47,-1],[-52,5],[-84,17],[-78,15],[-44,9],[-40,0],[-30,-28],[-19,-37],[-25,-42],[-21,-33],[-17,-40],[-39,-41],[-40,-21],[-54,-15],[-66,11],[-69,16],[-44,17],[-38,23],[-37,30],[-42,37],[-45,18],[-72,6],[-81,17],[-59,-2],[-50,11],[-72,10],[-71,12],[-53,20],[-39,44],[-45,64],[-28,50],[-26,55],[-25,59],[-24,40],[-19,37],[-27,38],[-28,28],[-34,12],[-57,-9],[-49,0],[-53,13],[-45,27],[-48,24],[-41,26],[-31,25],[-29,1],[-64,11],[-51,-12],[-35,-25],[-29,-40],[-38,-28],[-65,-37],[-58,-27],[-32,-10],[-69,-11],[-73,0],[-38,21],[-48,37],[-41,37],[-32,22],[-47,29],[-70,-1],[-48,-26],[-71,-38],[-61,-29],[-59,-15],[-76,6],[-71,16],[-48,0],[-38,-6],[-23,30],[-65,-9],[-46,-43],[-57,-57],[-83,-50],[-64,-33],[-63,-31],[-67,-12],[-94,4],[-99,-5],[-79,8],[-85,-41],[-45,-60],[-35,-65],[-2,-62],[-15,-39],[-48,-31],[-53,-12],[-80,-12],[-56,-3],[-83,14],[-63,27],[-58,35],[-46,43],[-77,67],[-32,33],[-51,56],[-40,81],[-33,54],[-49,44],[-69,63],[-65,26],[-46,4],[-74,9],[-95,36],[-120,44],[-62,16],[-123,46],[-98,27],[-115,17],[-96,-11],[-131,-23],[-130,-65],[-91,-35],[-99,-26],[-69,-56],[-53,-57],[-64,-14],[-96,-46],[-94,-41],[-108,19],[-74,37],[-36,45],[-9,95],[-13,73],[-24,78],[-62,37],[-80,-8],[-80,-27],[-77,-21],[-76,-12],[-82,9],[-96,7],[-65,36],[-46,68],[-40,41],[-73,-23],[-88,-46],[-81,-22],[-80,24],[-46,57],[-22,47],[30,64],[51,34],[40,51],[5,71],[-33,66],[-57,50],[-68,11],[-65,-17],[-48,-41],[-40,-63],[-15,-48],[-12,-49],[-46,-34],[-45,24],[-18,57],[-9,78],[-17,77],[10,77],[-13,62],[-41,8],[-59,-21],[-55,-47],[-66,-40],[-49,-24],[-80,-25],[-75,16],[-56,48],[-45,64],[-73,38],[-100,32],[-94,9],[-89,8],[-66,38],[-19,53],[5,65],[33,70],[49,51],[57,32],[67,30],[42,49],[-2,59],[-52,38],[-70,18],[-27,-41],[-74,0],[-59,28],[-80,-18],[-97,-19],[-28,-55],[-6,-56],[-8,-61],[-20,-52],[-31,-47],[-39,-28],[-54,-8],[-60,11],[-63,36],[-49,56],[-52,63],[-25,69],[66,31],[89,41],[62,45],[59,31],[9,64],[-20,57],[-21,49],[-41,40],[-69,15],[-36,-8],[-41,-42],[-41,-66],[-51,-46],[-53,-13],[-84,9],[-56,49],[-28,54],[10,54],[56,44],[50,33],[55,50],[48,55],[27,65],[8,79],[4,88],[-12,64],[32,99],[-9,89],[-32,66],[-45,56],[-69,35],[-99,23],[-65,26],[-70,54],[-33,84],[-18,76],[-23,96],[-16,67],[-35,22],[-71,-15],[-57,43],[-51,58],[-52,81],[-36,62],[-53,54],[-84,13],[-74,-3],[-63,-25],[-64,-45],[-79,-77],[-70,-70],[-62,-77],[-39,-73],[-59,-69],[-61,-51],[-75,-48],[-66,-15],[-59,25],[-60,55],[-30,53],[-34,91],[-32,76],[-47,26],[-67,31],[-63,28],[-48,40],[-52,51],[-46,52],[-35,67],[-29,55],[-41,38],[-61,20],[-87,-25],[-49,-12],[-56,6],[-61,7],[-60,-6],[-41,8],[-61,39],[-60,52],[-58,45],[-57,45],[-57,54],[-31,55],[-50,45],[-28,63],[-32,64],[-26,54],[-29,39],[-54,32],[-61,22],[-58,19],[-86,19],[-51,13],[-60,20],[-56,14],[-33,28],[-50,33],[-70,62],[-64,46],[-57,26],[-58,-11],[-26,-7],[-24,-6],[-60,3],[-45,33],[-49,31],[-41,45],[-50,44],[-27,36],[-42,44],[-55,24],[-62,22],[-47,13],[-54,20],[-62,29],[-33,23],[-48,23],[-52,21],[-54,13],[-71,19],[-19,8],[-40,16],[-66,25],[-92,28],[-77,29],[-69,13],[-48,11],[-73,5],[-49,10],[-65,25],[-62,10],[-52,11],[-67,-4],[-65,1],[-55,4],[-53,2],[-65,13],[-75,16],[-72,20],[-49,8],[-42,12],[-54,20],[-62,27],[-62,15],[-71,-20],[-83,-28],[-52,-10],[-13,2]],[[19,46012],[0,6],[0,1764],[8,750],[7,602],[-16,2097],[0,907],[10,1880],[-10,586],[0,1309],[-1,3575]],[[1645,61052],[1334,1193],[1300,1161],[6865,6136]],[[23873,33402],[41,-20]],[[25966,32837],[-5,0],[-41,-94],[-43,-96],[-47,-47],[-46,-9],[-83,43],[-60,140],[-113,33],[-54,81],[-95,33],[-349,88],[-21,-41],[250,-118],[74,-56],[108,-8],[9,-81],[-37,-49],[-84,24],[-61,81],[-89,0],[-113,-123],[-60,-89],[-65,-58],[169,-81],[-7,-144],[161,-240],[228,-76],[115,13],[94,-51],[51,-43],[-9,-89],[16,-51],[-180,-232],[-30,-105],[-92,5],[-59,-56],[-21,-30],[-65,-32],[3,-22],[-14,-59],[-33,-8],[-22,21],[-7,20],[-25,0],[-26,-25],[-46,-3],[-62,20],[-21,26],[3,54],[34,18],[-23,7],[-94,-46],[-35,8],[-18,56],[2,51],[23,16],[-11,17],[-14,64],[-7,12],[-26,-12],[-43,0],[-11,-5],[4,-5],[18,-3],[39,0],[9,-17],[-2,-18],[0,-24],[-14,-20],[0,-30],[-7,-18],[-35,-8],[-8,-16],[-18,16],[0,20],[-19,1],[-21,-24],[-42,-27],[-32,-34],[-13,-66],[4,-53],[26,-92],[-30,-72],[-28,-76],[0,-49],[-7,-40],[-4,-75],[0,-71],[0,-64],[-82,-170],[-33,-121],[-26,-76],[-18,-43],[-35,-25],[-14,-85],[17,-160],[22,-80],[-15,-51],[-49,-50],[25,-34],[101,-54],[72,-48],[28,-51],[-44,-71],[-86,-25],[-61,-1],[-42,-68],[-34,-80],[-37,-46],[-53,-173],[-25,-59],[15,-101],[32,-21],[19,-25],[-52,-39],[0,-71],[59,-86],[49,-121],[0,-199],[-61,-222],[-32,-165],[-18,-82],[-11,-12],[-19,5],[14,-13],[2,-59],[3,-221],[-19,-151],[-11,-59],[-49,-51],[4,-13],[-12,-37],[-22,-13],[9,-18],[-6,-54],[2,-27],[-16,-41],[-18,-37],[7,-204],[0,-53],[-6,-51],[-26,-124],[4,-41],[0,-61],[-14,-29],[-7,-79],[0,-38],[-33,-34],[-22,-106],[-14,-140],[36,-75],[-11,-43],[19,-298],[53,-225],[50,-122],[15,-25],[29,-39],[0,-87],[7,-18],[21,32],[30,-44],[-33,-43],[-21,-21],[-1,-13],[36,-33],[23,-48],[43,-33],[-1,-43],[-24,-8],[-52,33],[-10,35],[-8,-12],[-10,3],[-14,18],[-30,12],[2,-16],[21,-9],[7,-26],[-22,-16],[26,-4],[10,17],[11,-10],[4,-12],[-15,-18],[-35,-11],[21,-9],[28,9],[11,19],[12,-8],[0,-20],[-9,-8],[9,-8],[21,21],[11,4],[-3,-27],[-8,-16],[18,8],[3,17],[11,6],[25,-21],[21,-5],[30,-17],[0,-13],[-30,0],[-32,-21],[-18,-46],[1,-13],[-104,54],[20,-36],[73,-32],[11,-11],[17,-43],[-97,13],[-25,28],[-26,5],[-2,-13],[28,-25],[-14,-8],[-37,-5],[-3,-57],[10,11],[44,-28],[-24,28],[-6,25],[16,0],[25,-17],[17,27],[114,-10],[0,-15],[-13,-2],[-10,-8],[18,-8],[7,-8],[12,-22],[-2,38],[13,13],[21,-8],[3,-18],[4,-8],[0,18],[14,11],[18,-3],[12,-25],[11,-52],[-13,-33],[-14,25],[-17,-4],[7,-46],[-1,-26],[-28,5],[-37,25],[-17,24],[-11,0],[7,-23],[-18,-15],[-39,0],[11,-19],[35,0],[32,8],[30,-26],[32,-4],[25,-18],[-4,-20],[-50,0],[-13,-5],[-34,10],[-7,28],[-35,-5],[25,-33],[0,-28],[-11,-23],[35,14],[14,16],[13,-8],[31,-3],[57,-22],[9,-25],[-27,-21],[-57,-5],[-47,-8],[18,-13],[68,0],[-13,-13],[-39,-30],[-1,-16],[15,-20],[17,29],[41,20],[14,13],[2,-13],[30,-11],[0,-18],[3,-14],[-31,-14],[-20,-32],[59,10],[21,-26],[7,-49],[-28,-35],[-43,-13],[42,-5],[41,5],[7,-59],[-12,-20],[-39,-10],[-25,3],[29,-11],[32,-5],[-14,-12],[-29,-10],[0,-57],[14,41],[37,8],[22,27],[7,-22],[6,-29],[-7,-47],[-61,-134],[-22,-33],[-26,-142],[-43,-76],[-49,-32],[-27,-19],[0,-24],[25,21],[48,25],[-7,-33],[-29,-59],[-109,-183],[-18,-36],[-10,-31],[-7,-9],[-22,0],[-7,-24],[33,11],[-1,-11],[-24,-27],[-66,-79],[-11,-18],[0,-19],[-35,-56],[-9,-28],[-24,-48],[-25,-35],[-29,-28],[-5,-64],[-53,-84],[-28,-42],[-84,-73],[-42,-33],[-48,-46],[-40,-26],[-50,-36],[-46,-30],[-33,-39],[-18,-25],[-30,-8],[-50,-8],[-25,19],[-21,2],[-5,-8],[12,-7],[4,-11],[-44,-9],[-46,0],[-11,-21],[7,-13],[53,8],[44,18],[32,-5],[25,8],[-50,-62],[-21,-17],[-48,-1],[-14,-8],[1,-20],[-20,-18],[9,-5],[32,23],[40,8],[28,-26],[1,-22],[49,9],[44,21],[-6,-38],[6,-36],[-40,-59],[-43,-45],[-54,-28],[-61,-1],[-42,0],[-2,10],[59,46],[31,37],[0,22],[-32,0],[-17,8],[-4,-30],[21,4],[8,-12],[-69,-46],[-22,-26],[-6,13],[17,33],[-28,10],[-7,16],[-4,4],[11,0],[0,26],[-15,-8],[-33,-63],[23,0],[7,0],[14,7],[-11,-17],[7,-16],[4,-13],[-26,-22],[-32,5],[-4,12],[-46,-12],[-44,-26],[-74,-54],[-66,-50],[-44,-26],[-60,-49],[-55,-19],[-76,-11],[-58,16],[-43,0],[-44,4],[-28,-14],[-64,-13],[-72,-16],[-39,-3],[-48,3],[-14,0],[-51,-20],[-28,-43],[-55,0],[-60,-11],[-20,-15],[-35,-38],[-27,-29],[-37,-20],[-44,-30],[-69,-56],[-36,-33],[-40,-46],[-64,-51],[-7,-34],[-55,-13],[-35,-22],[3,-28],[40,0],[26,-31],[-23,-54],[10,-46],[-45,-50],[-8,-39],[-54,-35],[-57,-44],[25,-27],[46,-4],[-29,-30],[29,-25],[-35,-21],[-56,-25],[-75,-94],[-57,-29],[-40,-25],[-57,-29],[-41,-43],[-71,-71],[-10,-30],[-16,-54],[-39,-118],[-32,-22],[-109,-72],[-40,-51],[-51,-36],[-50,-43],[-22,-40],[-46,-84],[-29,-87],[-19,-52],[-10,-33],[-15,-51],[-17,-63],[0,-34],[0,-135],[21,-124],[0,-103],[0,-102],[0,-89],[80,-199],[61,-84],[98,-140],[86,-67],[76,-63],[9,-48],[9,-62],[24,-26],[29,-33],[9,-35],[46,-41],[11,-16],[-4,-30],[-25,-35],[-11,-29],[40,-35],[14,-44],[-29,-22],[-14,-59],[21,-69],[104,-92],[66,-49],[55,-61],[43,-68],[0,-49],[6,-86],[-3,-121],[-7,-48],[35,-41],[-11,-38],[-14,-13],[4,-43],[25,-33],[7,-30],[21,-55],[12,-58],[4,-48],[17,-28],[43,-34],[27,-56],[31,-68],[27,-54],[16,-16],[16,-19],[3,-11],[40,-26],[38,-55],[83,-79],[23,-13],[22,-5],[25,4],[20,0],[20,-20],[21,-26],[10,-28],[22,-22],[28,-10],[16,-11],[29,3],[24,0],[2,-16],[-13,-12],[-21,-2],[-14,-11],[-11,-13],[-3,-46],[17,-35],[29,-25],[21,-54],[-3,-34],[-15,-41],[4,-48],[-3,-81],[-4,-46],[-51,-79],[-29,-48],[-3,-37],[3,-43],[8,-76],[26,-57],[39,-48],[28,-22],[45,-59],[32,-33],[50,-26],[46,-16],[98,-27],[7,13],[-115,43],[-8,18],[29,4],[2,32],[118,-92],[71,-34],[33,-41],[0,-25],[29,-26],[28,-41],[41,-37],[46,-28],[18,-21],[17,-35],[37,-65],[52,-27],[25,-47],[49,-23],[30,-43],[100,-59],[59,-22],[64,-59],[79,-46],[59,-35],[57,-29],[127,-25],[108,-10],[45,-6],[59,3],[42,43],[30,3],[39,21],[58,17],[47,-25],[79,-46],[58,-35],[32,0],[29,-29],[40,-3],[28,-48],[55,-36],[46,-27],[59,-54],[72,-25],[32,-10],[51,-59],[47,-105],[21,-54],[10,-27],[-18,-62],[-32,13],[-26,30],[-67,24],[-30,9],[-43,-17],[-187,-43],[-55,-5],[-43,18],[-40,35],[-39,16],[-25,4],[-40,24],[-28,5],[-25,22],[-62,70],[-48,22],[-67,38],[-53,-12],[-31,8],[-40,33],[-42,18],[-36,0],[-51,12],[-62,-12],[-63,-47],[-11,-71],[43,-51],[61,-35],[53,-121],[51,-76],[71,-13],[34,8],[3,30],[-10,38],[21,54],[44,23],[92,16],[30,22],[58,13],[87,-86],[71,-62],[33,-18],[32,0],[25,16],[18,30],[61,1],[48,20],[40,0],[35,-5],[36,5],[63,35],[60,-40],[-48,-38],[-25,-44],[-3,-81],[21,-89],[-5,-144],[21,-63],[17,-18],[0,-28],[55,-72],[96,-38],[124,-26],[42,-20],[7,-22],[9,-13],[14,-8],[-9,16],[9,9],[21,-4],[11,-5],[21,-3],[32,-13],[26,-16],[8,3],[25,10],[31,-5],[33,-22],[29,-54],[18,-89],[80,-51],[58,-13],[35,-16],[7,-51],[59,-97],[18,-148],[3,-93],[-39,-34],[3,-33],[22,-12],[26,9],[21,-35],[25,-13],[36,0],[40,21],[64,78],[40,54],[15,16],[42,22],[5,-18],[-22,-25],[26,-8],[24,3],[7,43],[146,13],[38,-43],[52,-123],[-16,-45],[-29,-8],[-31,-34],[-7,-46],[17,-32],[2,-33],[0,-37],[66,67],[0,43],[26,-33],[21,28],[11,34],[23,12],[49,38],[18,46],[-3,13],[-18,21],[-80,127],[39,38],[4,23],[-25,28],[-11,26],[0,22],[14,8],[-10,13],[-18,0],[-25,7],[-8,18],[9,19],[21,0],[10,27],[-4,11],[-54,5],[-24,22],[10,21],[-15,13],[-14,17],[-33,0],[-9,13],[-5,24],[-22,25],[-32,35],[-26,16],[-39,8],[-53,35],[-76,30],[-295,92],[-83,13],[-62,0],[-44,29],[-53,22],[-110,3],[-108,25],[-46,18],[-87,34],[-90,-1],[-32,38],[-10,42],[0,43],[-26,54],[3,40],[12,25],[47,33],[24,-25],[55,-17],[28,7],[83,-8],[58,-41],[116,-60],[170,-59],[31,-11],[73,-18],[136,-33],[295,-53],[243,-28],[349,-153],[43,-16],[52,-43],[61,-38],[50,-41],[40,-30],[40,-38],[68,-51],[32,-9],[55,-12],[74,-13],[44,-41],[69,-56],[87,-76],[32,-21],[51,-33],[87,-63],[114,-72],[87,-43],[78,-41],[40,-18],[91,-48],[97,-75],[62,-45],[78,-51],[48,-46],[56,-74],[44,-67],[11,-68],[11,-59],[23,-194],[3,-63],[3,-122],[-10,-123],[-19,-156],[-11,-92],[-11,-63],[-10,-107],[-22,-123],[-17,-76],[-20,-81],[-21,-44],[-72,-102],[-28,-13],[-73,-43],[-64,-41],[-28,-26],[-27,-30],[-54,-58],[-64,-69],[-58,-62],[-69,-76],[-50,-56],[-87,-79],[-61,-56],[-36,-36],[-80,-72],[-54,-51],[-99,-92],[-71,-69],[-39,-43],[-29,-50],[-40,-47],[-35,-50],[-36,-56],[-54,-75],[-7,-33],[-18,-63],[-41,-131],[9,-173],[-2,-77],[2,-43],[-33,-58],[-36,-89],[-33,-59],[-28,-59],[-45,-76],[-43,-84],[-49,-85],[-37,-64],[-22,-45],[-28,-43],[-30,-51],[-39,-75],[-40,-73],[-29,-46],[-46,-75],[-15,-76],[-29,-137],[-31,-146],[-15,-48],[-90,-184],[-40,-77],[-40,-89],[-40,-79],[-21,-64],[-22,-51],[-33,-63],[-25,-64],[-25,-62],[-39,-114],[-37,-90],[-39,-109],[-21,-89],[-26,-76],[-25,-88],[-18,-73],[-21,-46],[-23,-48],[-43,-100],[-38,-87],[-41,-94],[-46,-105],[-51,-115],[-15,-58],[-33,-86],[-25,-83],[-32,-119],[-44,-191],[-35,-168],[-37,-64],[-35,-51],[-26,-108],[-35,-78],[-30,-49],[-53,-21],[-65,-56],[-48,-25],[-112,-54],[-121,-68],[-87,-56],[-58,-41],[-75,-47],[-48,-22],[-90,-53],[-190,-103],[-151,-105],[-124,-88],[-69,-42],[-56,-38],[-76,-43],[-37,-25],[-50,-33],[-68,-42],[-54,-35],[-69,-38],[-58,-29],[-64,-46],[-59,-25],[-47,-18],[-85,-41],[-110,-40],[-136,-71],[-72,-21],[-94,-38],[-76,-34],[-65,-12],[-57,-30],[-115,-37],[-127,-23],[-108,-28],[-86,-14],[-224,-46],[-191,-47],[-187,-46],[-196,-63],[-202,-64],[-140,-43],[-86,-33],[-86,-29],[-59,-20],[-90,-30],[-133,-52],[-94,-37],[-75,-23],[-43,-21],[-90,-33],[-66,-34],[-139,-53],[-106,-43],[-61,-13],[-69,-38],[-127,-67],[-99,-43],[-51,-30],[-86,-51],[-88,-46],[-118,-62],[-37,-10],[-157,-87],[-170,-102],[-131,-81],[-133,-62],[-97,-51],[-87,-56],[-111,-46],[-163,-71],[-111,-38],[-83,-51],[-73,-46],[-115,-51],[-90,-26],[-44,-28],[-85,-56],[-21,-9],[-99,-41],[-53,-38],[-115,-65],[-41,-38],[-79,-41],[-209,-139],[-136,-111],[-138,-97],[-228,-144],[-136,-62],[-101,-51],[-170,-86],[-90,-49],[-152,25],[-81,39],[-45,-18],[-60,13],[-58,0],[-46,-29],[-71,16],[-77,8],[-52,13],[-83,-3],[-111,-5],[-188,12],[-118,43],[-110,34],[-143,54],[-83,25],[-83,51],[-163,-13],[-10,21],[-29,38],[-10,13],[-2,6],[-6,12],[-5,5],[-11,14],[-36,91],[-34,103],[-59,168],[-17,69],[-1,10],[-9,59],[-11,69],[-6,77],[-4,90],[5,117],[0,15],[-1,16],[-4,24],[-7,35],[-4,19],[-10,32],[-7,19],[-5,12],[-11,33],[-20,26],[-15,21],[-14,21],[-21,25],[-23,31],[-40,30],[-35,41],[-214,160],[-60,58],[-42,49],[-81,107],[-36,78],[-19,41],[-38,86],[-28,48],[-19,34],[-34,48],[-85,80],[-51,34],[-46,42],[-30,20],[-26,23],[-22,19],[-11,23],[-17,32],[-16,32],[-15,41],[-21,57],[-19,65],[-27,63],[-14,46],[-23,53],[-30,50],[-20,29],[-17,22],[-24,26],[-30,25],[-37,37],[-36,40],[-51,52],[-31,31],[-12,17],[-30,41],[-49,74],[-28,43],[-26,47],[-45,77],[-12,21],[-34,60],[-23,40],[-46,65],[-29,35],[-49,52],[-32,30],[-39,34],[-63,57],[-49,39],[-54,37],[-42,24],[-57,28],[-65,36],[-55,51],[-27,39],[-25,42],[-35,32],[-50,48],[-46,35],[-44,32],[-41,16],[-36,23],[-34,21],[-1,1],[-17,23],[-27,31],[-27,46],[-11,39],[-22,62],[-18,74],[-17,48],[-30,59],[-35,52],[-26,48],[-25,45],[-20,17],[-24,34],[-30,24],[-63,24],[-38,5],[-37,13],[-52,21],[-56,30],[-37,34],[-40,67],[-11,32],[-10,42],[-9,42],[-10,40],[-8,72],[-10,45],[-9,25],[-21,53],[-2,5],[-17,30],[-15,28],[-27,36],[-15,20],[-36,34],[-25,25],[-50,41],[-39,24],[-63,34],[-91,26],[-61,12],[-67,-4],[-54,-2],[-58,-10],[-94,0],[-36,15],[-52,56],[-17,38],[-20,72],[-22,82],[-30,49],[-51,50],[-52,43],[-56,30],[-37,19],[-51,20],[-64,19],[-23,5],[-30,2],[-21,5],[-33,4],[-41,8],[-27,6],[-34,16],[-85,18],[-48,11],[-33,6],[-59,15],[-61,6],[-4,0],[-65,-11],[-41,-6],[-46,-7],[-63,11],[-39,36],[-20,38],[-30,60],[-18,41],[-42,62],[-5,7],[-24,43],[-35,58],[-20,41],[-8,15],[-20,52],[-20,45],[-33,29],[-33,24],[-26,21],[-51,26],[-56,27],[-57,26],[-58,19],[-100,16],[-71,14],[-75,21],[-80,27],[-8,8],[-11,14],[-23,15],[-34,16],[-23,9],[-42,5],[-45,10],[-50,4],[-44,-16],[-39,-11],[-30,-3],[-19,-5],[-24,-1],[-16,0],[-9,1],[-19,5],[-19,5],[-57,16],[-41,19],[-37,13],[-52,27],[-42,26],[-55,27],[-19,18],[-30,30],[-39,48],[-24,29],[-32,31],[-16,25],[-15,20],[-19,33],[-11,32],[-17,34],[-17,37],[-32,17],[-22,10],[-20,2],[-28,0],[-30,-4],[-27,2],[-17,3],[-16,8],[-21,11],[-28,12],[-24,15],[-19,16],[-16,10],[-62,5],[-38,-5],[-29,-1],[-34,3],[-39,11],[-25,11],[-29,12],[-46,17],[-16,13],[-4,3],[-15,10],[-10,6],[-23,24],[-18,31],[-18,29],[-1,1],[-1,1],[-6,5],[-18,14],[-19,17],[-33,29],[-11,10],[-27,22],[-21,19],[-2,6],[-10,25],[-41,30],[-40,15],[-26,14],[-46,15],[-37,9],[-34,8],[-41,24],[-31,-3],[-52,-6],[-28,1],[-33,10],[-29,10],[-30,8],[-15,-7],[-19,-1],[-14,0],[-25,12],[-27,13],[-37,19],[-27,15],[-35,21],[-22,21],[-21,14],[-29,19],[-29,21],[-34,26],[-9,6],[-14,10],[-51,25],[-17,20],[-27,17],[-6,4],[-27,17],[-22,0],[-2,0],[-17,-4],[-11,-2],[-26,-11],[-5,-5],[-10,-8],[-22,-15],[-27,-22],[-25,-19],[-46,-34],[-32,-21],[-29,-24],[-14,-4],[-20,-6],[-34,7],[-27,8],[-13,0],[-13,0],[-20,1],[-11,-3],[-24,-3],[-34,-9],[-6,-2],[-31,-5],[-47,0],[-21,2],[-38,1],[-44,18],[-41,0],[-33,5],[-27,0],[-44,-5],[-46,-18],[-88,-13],[-71,-16],[-60,-6],[-37,-5],[-39,3],[-31,4],[-34,0],[-29,9],[-39,5],[-39,0],[-26,2],[-29,0],[-37,0],[-30,-2],[-40,-6],[-34,-5],[-18,0],[-42,-3],[-2,0],[-31,3],[-33,9],[-26,7],[-74,16],[-63,8],[-21,-9],[-8,-3],[-24,-15],[-2,-1],[-16,-16],[-25,-16],[-39,-33],[0,-1],[-26,-24],[-50,-24],[-38,-23],[-35,-2],[-27,-1],[-59,3],[-39,16],[-40,12],[-33,35],[-35,24],[-18,13],[-17,14],[-20,18],[-19,29],[-17,22],[-12,31],[-3,8],[0,2],[6,41],[11,35],[1,4],[15,36],[5,15],[0,1],[3,24],[-9,32],[-21,28],[-22,17],[-37,26],[-34,18],[-33,22],[-41,21],[-40,18],[-49,22],[-42,11],[-43,7],[-35,0],[-7,-1],[-19,-1],[-32,-8],[-36,-14],[-21,-10],[-14,-8],[-21,-15],[-9,-8],[-13,-19],[-23,-24],[-25,-31],[-34,-29],[-30,-21],[-29,-14],[-19,-2],[-34,-1],[-23,1],[-26,7],[0,0],[-15,5],[-26,3],[-4,-1],[-31,-7],[-31,-7],[-53,-14],[-53,-18],[-67,-17],[-58,-23],[-110,-46],[-136,-54],[-49,-15],[-41,0],[-41,10],[-30,24],[-14,45],[-11,40],[7,37],[26,61],[29,32],[31,32],[17,48],[5,50],[-16,43],[-14,32],[-35,26],[-28,11],[-25,10],[-21,4],[-18,-1],[-29,-28],[-65,-27],[-94,-84],[-93,-55],[-21,8117],[-37,14467],[-20,7796],[-18,6846]]],"transform":{"scale":[0.00004344737600775826,0.00003709887031745643],"translate":[-63.384346418999996,-41.03570556599999]},"objects":{"departamentos-buenos_aires":{"type":"GeometryCollection","geometries":[{"arcs":[[0,1,2,3,4]],"type":"Polygon","properties":{"id":89,"departamento":"ALMIRANTE BROWN","cabecera":"ADROGUE","provincia":"BUENOS AIRES"}},{"arcs":[[[5,6,7,8,9,10,11]],[[12]]],"type":"MultiPolygon","properties":{"id":93,"departamento":"LA PLATA","cabecera":"LA PLATA","provincia":"BUENOS AIRES"}},{"arcs":[[13,14,15,-2]],"type":"Polygon","properties":{"id":94,"departamento":"PRESIDENTE PERON","cabecera":"GUERNICA","provincia":"BUENOS AIRES"}},{"arcs":[[16,17,18,19,20]],"type":"Polygon","properties":{"id":105,"departamento":"CARLOS CASARES","cabecera":"CARLOS CASARES","provincia":"BUENOS AIRES"}},{"arcs":[[21,22,23,24]],"type":"Polygon","properties":{"id":106,"departamento":"SALADILLO","cabecera":"SALADILLO","provincia":"BUENOS AIRES"}},{"arcs":[[25,-20,26,27,28,29]],"type":"Polygon","properties":{"id":107,"departamento":"PEHUAJO","cabecera":"PEHUAJO","provincia":"BUENOS AIRES"}},{"arcs":[[30,31,32,33,34,-29,35]],"type":"Polygon","properties":{"id":108,"departamento":"TRENQUE LAUQUEN","cabecera":"TRENQUE LAUQUEN","provincia":"BUENOS AIRES"}},{"arcs":[[36,37,38,39,40,41]],"type":"Polygon","properties":{"id":109,"departamento":"GENERAL BELGRANO","cabecera":"GENERAL BELGRANO","provincia":"BUENOS AIRES"}},{"arcs":[[-40,42,43,44,45,46,-22,47]],"type":"Polygon","properties":{"id":110,"departamento":"LAS FLORES","cabecera":"LAS FLORES","provincia":"BUENOS AIRES"}},{"arcs":[[48,49,50,51,52,53]],"type":"Polygon","properties":{"id":121,"departamento":"GENERAL GUIDO","cabecera":"GENERAL GUIDO","provincia":"BUENOS AIRES"}},{"arcs":[[54,55,56,57,58,59,60]],"type":"Polygon","properties":{"id":122,"departamento":"OLAVARRIA","cabecera":"OLAVARRIA","provincia":"BUENOS AIRES"}},{"arcs":[[61,62,63,64,65,66]],"type":"Polygon","properties":{"id":52,"departamento":"ROJAS","cabecera":"ROJAS","provincia":"BUENOS AIRES"}},{"arcs":[[67,68,69,70,71,72,73,74]],"type":"Polygon","properties":{"id":53,"departamento":"SAN ANTONIO DE ARECO","cabecera":"SAN ANTONIO DE ARECO","provincia":"BUENOS AIRES"}},{"arcs":[[75,76,77,78,79,-50,80]],"type":"Polygon","properties":{"id":126,"departamento":"MAIPU","cabecera":"MAIPU","provincia":"BUENOS AIRES"}},{"arcs":[[81,82,83,84,85]],"type":"Polygon","properties":{"id":51,"departamento":"ARRECIFES","cabecera":"ARRECIFES","provincia":"BUENOS AIRES"}},{"arcs":[[86,-72,87,88,-84,89]],"type":"Polygon","properties":{"id":54,"departamento":"CAPITAN SARMIENTO","cabecera":"CAPITAN SARMIENTO","provincia":"BUENOS AIRES"}},{"arcs":[[90,91,92,93,-88,-71]],"type":"Polygon","properties":{"id":57,"departamento":"CARMEN DE ARECO","cabecera":"CARMEN DE ARECO","provincia":"BUENOS AIRES"}},{"arcs":[[94,95,96,97,98,99]],"type":"Polygon","properties":{"id":158,"departamento":"PINAMAR","cabecera":"PINAMAR","provincia":"BUENOS AIRES"}},{"arcs":[[-85,-89,-94,100,-62,101]],"type":"Polygon","properties":{"id":55,"departamento":"SALTO","cabecera":"SALTO","provincia":"BUENOS AIRES"}},{"arcs":[[102,103,104,105,106,-69]],"type":"Polygon","properties":{"id":56,"departamento":"EXALTACION DE LA CRUZ","cabecera":"CAPILLA DEL SEÑOR","provincia":"BUENOS AIRES"}},{"arcs":[[107,108,109,110,111]],"type":"Polygon","properties":{"id":58,"departamento":"ESCOBAR","cabecera":"BELEN DE ESCOBAR","provincia":"BUENOS AIRES"}},{"arcs":[[112,113,114,115,116,117,118,119]],"type":"Polygon","properties":{"id":67,"departamento":"SAN MIGUEL","cabecera":"SAN MIGUEL","provincia":"BUENOS AIRES"}},{"arcs":[[120,121,122,-91,-70,-107]],"type":"Polygon","properties":{"id":59,"departamento":"SAN ANDRES DE GILES","cabecera":"SAN ANDRES DE GILES","provincia":"BUENOS AIRES"}},{"arcs":[[-64,123,124,125,126,127,128,129,130]],"type":"Polygon","properties":{"id":60,"departamento":"JUNIN","cabecera":"JUNIN","provincia":"BUENOS AIRES"}},{"arcs":[[131,132,133,-122]],"type":"Polygon","properties":{"id":68,"departamento":"MERCEDES","cabecera":"MERCEDES","provincia":"BUENOS AIRES"}},{"arcs":[[134,135,136,137,138]],"type":"Polygon","properties":{"id":396,"departamento":"GENERAL VILLEGAS","cabecera":"GENERAL VILLEGAS","provincia":"BUENOS AIRES"}},{"arcs":[[-111,139,140,141,142,143,144,145,146,147,-105,148]],"type":"Polygon","properties":{"id":61,"departamento":"PILAR","cabecera":"PILAR","provincia":"BUENOS AIRES"}},{"arcs":[[-106,-148,149,150,151,-132,-121]],"type":"Polygon","properties":{"id":62,"departamento":"LUJAN","cabecera":"LUJAN","provincia":"BUENOS AIRES"}},{"arcs":[[152,153,-115,154]],"type":"Polygon","properties":{"id":73,"departamento":"HURLINGHAM","cabecera":"HURLUNGHAM","provincia":"BUENOS AIRES"}},{"arcs":[[155,156,157,-153,158]],"type":"Polygon","properties":{"id":74,"departamento":"MORON","cabecera":"MORON","provincia":"BUENOS AIRES"}},{"arcs":[[-93,159,160,161,162,-124,-63,-101]],"type":"Polygon","properties":{"id":63,"departamento":"CHACABUCO","cabecera":"CHACABUCO","provincia":"BUENOS AIRES"}},{"arcs":[[163,-119,164,-140,-110]],"type":"Polygon","properties":{"id":64,"departamento":"MALVINAS ARGENTINAS","cabecera":"LOS POLVORINES","provincia":"BUENOS AIRES"}},{"arcs":[[-165,-118,165,-145,166,-143,167,-141]],"type":"Polygon","properties":{"id":65,"departamento":"JOSE C PAZ","cabecera":"JOSE C. PAZ","provincia":"BUENOS AIRES"}},{"arcs":[[168,169,-113,170,171,172]],"type":"Polygon","properties":{"id":66,"departamento":"GENERAL SAN MARTIN","cabecera":"GENERAL SAN MARTIN","provincia":"BUENOS AIRES"}},{"arcs":[[-166,-117,173,174,175,176,177,178,-146]],"type":"Polygon","properties":{"id":69,"departamento":"MORENO","cabecera":"MARIANO MORENO","provincia":"BUENOS AIRES"}},{"arcs":[[-127,179,180,-21,-26,181,182,183,184]],"type":"Polygon","properties":{"id":75,"departamento":"LINCOLN","cabecera":"LINCOLN","provincia":"BUENOS AIRES"}},{"arcs":[[-158,185,-174,-116,-154]],"type":"Polygon","properties":{"id":76,"departamento":"ITUZAINGO","cabecera":"ITUZAINGO","provincia":"BUENOS AIRES"}},{"arcs":[[186,-183,187,-136]],"type":"Polygon","properties":{"id":77,"departamento":"FLORENTINO AMEGHINO","cabecera":"FLORENTINO AMEGHINO","provincia":"BUENOS AIRES"}},{"arcs":[[188,189,190,191,192,193,194,-156,195]],"type":"Polygon","properties":{"id":78,"departamento":"LA MATANZA","cabecera":"SAN JUSTO","provincia":"BUENOS AIRES"}},{"arcs":[[-147,-179,196,197,-150]],"type":"Polygon","properties":{"id":70,"departamento":"GENERAL RODRIGUEZ","cabecera":"GENERAL RODRIGUEZ","provincia":"BUENOS AIRES"}},{"arcs":[[-123,-134,198,199,-160,-92]],"type":"Polygon","properties":{"id":71,"departamento":"SUIPACHA","cabecera":"SUIPACHA","provincia":"BUENOS AIRES"}},{"arcs":[[-170,200,-196,-159,-155,-114]],"type":"Polygon","properties":{"id":72,"departamento":"TRES DE FEBRERO","cabecera":"CASEROS","provincia":"BUENOS AIRES"}},{"arcs":[[-157,-195,201,-177,202,-175,-186]],"type":"Polygon","properties":{"id":79,"departamento":"MERLO","cabecera":"MERLO","provincia":"BUENOS AIRES"}},{"arcs":[[-200,203,204,205,-161]],"type":"Polygon","properties":{"id":80,"departamento":"CHIVILCOY","cabecera":"CHIVILCOY","provincia":"BUENOS AIRES"}},{"arcs":[[-163,206,207,208,209,-125]],"type":"Polygon","properties":{"id":81,"departamento":"BRAGADO","cabecera":"BRAGADO","provincia":"BUENOS AIRES"}},{"arcs":[[210,211,212,213]],"type":"Polygon","properties":{"id":82,"departamento":"LANUS","cabecera":"LANUS","provincia":"BUENOS AIRES"}},{"arcs":[[214,215,216,217,-151,-198]],"type":"Polygon","properties":{"id":86,"departamento":"GENERAL LAS HERAS","cabecera":"LAS HERAS","provincia":"BUENOS AIRES"}},{"arcs":[[-202,-194,218,-215,-197,-178]],"type":"Polygon","properties":{"id":83,"departamento":"MARCOS PAZ","cabecera":"MARCOS PAZ","provincia":"BUENOS AIRES"}},{"arcs":[[219,-4,220,-190,221,-213]],"type":"Polygon","properties":{"id":84,"departamento":"LOMAS DE ZAMORA","cabecera":"LOMAS DE ZAMORA","provincia":"BUENOS AIRES"}},{"arcs":[[-210,222,-180,-126]],"type":"Polygon","properties":{"id":85,"departamento":"GENERAL VIAMONTE","cabecera":"GENERAL VIAMONTE","provincia":"BUENOS AIRES"}},{"arcs":[[-221,-3,-16,223,-191]],"type":"Polygon","properties":{"id":87,"departamento":"ESTEBAN ECHEVERRIA","cabecera":"MONTE GRANDE","provincia":"BUENOS AIRES"}},{"arcs":[[-224,224,225,-192]],"type":"Polygon","properties":{"id":88,"departamento":"EZEIZA","cabecera":"JOSE MARIA EZEIZA","provincia":"BUENOS AIRES"}},{"arcs":[[-206,226,-207,-162]],"type":"Polygon","properties":{"id":90,"departamento":"ALBERTI","cabecera":"ALBERTI","provincia":"BUENOS AIRES"}},{"arcs":[[227,-10,228,-14,-1,229]],"type":"Polygon","properties":{"id":91,"departamento":"FLORENCIO VARELA","cabecera":"FLORENCIO VARELA","provincia":"BUENOS AIRES"}},{"arcs":[[-218,230,231,-204,-199,-133,-152]],"type":"Polygon","properties":{"id":92,"departamento":"NAVARRO","cabecera":"NAVARRO","provincia":"BUENOS AIRES"}},{"arcs":[[232,233,234,235,-216,-219,-193,-226]],"type":"Polygon","properties":{"id":95,"departamento":"CAÑUELAS","cabecera":"CANUELAS","provincia":"BUENOS AIRES"}},{"arcs":[[-229,-9,236,237,-233,-225,-15]],"type":"Polygon","properties":{"id":96,"departamento":"SAN VICENTE","cabecera":"SAN VICENTE","provincia":"BUENOS AIRES"}},{"arcs":[[-217,-236,238,239,240,-231]],"type":"Polygon","properties":{"id":97,"departamento":"LOBOS","cabecera":"LOBOS","provincia":"BUENOS AIRES"}},{"arcs":[[241,242,243,-237,-8]],"type":"Polygon","properties":{"id":98,"departamento":"BRANDSEN","cabecera":"BRANDSEN","provincia":"BUENOS AIRES"}},{"arcs":[[-182,-30,-35,244,-137,-188]],"type":"Polygon","properties":{"id":99,"departamento":"CARLOS TEJEDOR","cabecera":"CARLOS TEJEDOR","provincia":"BUENOS AIRES"}},{"arcs":[[-232,-241,245,-24,246,247,248,-208,-227,-205]],"type":"Polygon","properties":{"id":100,"departamento":"25 DE MAYO","cabecera":"25 DE MAYO","provincia":"BUENOS AIRES"}},{"arcs":[[-209,-249,249,-17,-181,-223]],"type":"Polygon","properties":{"id":101,"departamento":"9 DE JULIO","cabecera":"9 DE JULIO","provincia":"BUENOS AIRES"}},{"arcs":[[-244,250,-37,251,-234,-238]],"type":"Polygon","properties":{"id":102,"departamento":"GENERAL PAZ","cabecera":"RANCHOS","provincia":"BUENOS AIRES"}},{"arcs":[[-235,-252,-42,252,-239]],"type":"Polygon","properties":{"id":103,"departamento":"MONTE","cabecera":"SAN MIGUEL DEL MONTE","provincia":"BUENOS AIRES"}},{"arcs":[[-240,-253,-41,-48,-25,-246]],"type":"Polygon","properties":{"id":104,"departamento":"ROQUE PEREZ","cabecera":"ROQUE PEREZ","provincia":"BUENOS AIRES"}},{"arcs":[[-47,253,254,-247,-23]],"type":"Polygon","properties":{"id":111,"departamento":"GENERAL ALVEAR","cabecera":"GENERAL ALVEAR","provincia":"BUENOS AIRES"}},{"arcs":[[255,-230,-5,-220,-212,256,257]],"type":"Polygon","properties":{"id":165,"departamento":"QUILMES","cabecera":"QUILMES","provincia":"BUENOS AIRES"}},{"arcs":[[258,259,260,261,-54,262,263,-43,-39,264,265,266,267,268]],"type":"Polygon","properties":{"id":112,"departamento":"PILA","cabecera":"PILA","provincia":"BUENOS AIRES"}},{"arcs":[[-58,269,270,271,272]],"type":"Polygon","properties":{"id":129,"departamento":"GENERAL LA MADRID","cabecera":"GENERAL LA MADRID","provincia":"BUENOS AIRES"}},{"arcs":[[-255,273,-60,274,275,-18,-250,-248]],"type":"Polygon","properties":{"id":113,"departamento":"BOLIVAR","cabecera":"SAN CARLOS DE BOLIVAR","provincia":"BUENOS AIRES"}},{"arcs":[[276,277,278,279,280,281]],"type":"Polygon","properties":{"id":134,"departamento":"BALCARCE","cabecera":"BALCARCE","provincia":"BUENOS AIRES"}},{"arcs":[[-173,282,283]],"type":"Polygon","properties":{"id":166,"departamento":"VICENTE LOPEZ","cabecera":"OLIVOS","provincia":"BUENOS AIRES"}},{"arcs":[[-46,284,-61,-274,-254]],"type":"Polygon","properties":{"id":114,"departamento":"TAPALQUE","cabecera":"TAPLQUEN","provincia":"BUENOS AIRES"}},{"arcs":[[-19,-276,285,-27]],"type":"Polygon","properties":{"id":115,"departamento":"HIPOLITO YRIGOYEN","cabecera":"HENDERSON","provincia":"BUENOS AIRES"}},{"arcs":[[286,-81,-49,-262,287,288,289,290,291]],"type":"Polygon","properties":{"id":116,"departamento":"DOLORES","cabecera":"DOLORES","provincia":"BUENOS AIRES"}},{"arcs":[[-264,292,293,294,-44]],"type":"Polygon","properties":{"id":117,"departamento":"RAUCH","cabecera":"RAUCH","provincia":"BUENOS AIRES"}},{"arcs":[[-45,-295,295,296,-55,-285]],"type":"Polygon","properties":{"id":118,"departamento":"AZUL","cabecera":"AZUL","provincia":"BUENOS AIRES"}},{"arcs":[[-286,-275,-59,-273,297,298,-36,-28]],"type":"Polygon","properties":{"id":119,"departamento":"DAIREAUX","cabecera":"DAIREAUX","provincia":"BUENOS AIRES"}},{"arcs":[[299,300,301,-32]],"type":"Polygon","properties":{"id":120,"departamento":"TRES LOMAS","cabecera":"TRES LOMAS","provincia":"BUENOS AIRES"}},{"arcs":[[-263,-53,302,-51,-80,303,-282,304,-293]],"type":"Polygon","properties":{"id":123,"departamento":"AYACUCHO","cabecera":"AYACUCHO","provincia":"BUENOS AIRES"}},{"arcs":[[305,306,-300,-31,-299,307]],"type":"Polygon","properties":{"id":124,"departamento":"GUAMINI","cabecera":"GUAMINI","provincia":"BUENOS AIRES"}},{"arcs":[[-307,308,309,-301]],"type":"Polygon","properties":{"id":125,"departamento":"SALLIQUELO","cabecera":"SALLIQUELLO","provincia":"BUENOS AIRES"}},{"arcs":[[310,311,312,313,314,-97,315,316,-78]],"type":"Polygon","properties":{"id":127,"departamento":"GENERAL JUAN MADARIAGA","cabecera":"GENERAL JUAN MADARIAGA","provincia":"BUENOS AIRES"}},{"arcs":[[-12,317,318,319,320,321]],"type":"Polygon","properties":{"id":147,"departamento":"ENSENADA","cabecera":"ENSENADA","provincia":"BUENOS AIRES"}},{"arcs":[[-318,-11,-228,-256,322]],"type":"Polygon","properties":{"id":148,"departamento":"BERAZATEGUI","cabecera":"BERAZATEGUI","provincia":"BUENOS AIRES"}},{"arcs":[[-294,-305,-281,323,324,325,326,327,-296]],"type":"Polygon","properties":{"id":128,"departamento":"TANDIL","cabecera":"TANDIL","provincia":"BUENOS AIRES"}},{"arcs":[[-272,328,329,330,331,332,-308,-298]],"type":"Polygon","properties":{"id":130,"departamento":"CORONEL SUAREZ","cabecera":"CORONEL SUAREZ","provincia":"BUENOS AIRES"}},{"arcs":[[-57,333,334,335,-270]],"type":"Polygon","properties":{"id":131,"departamento":"LAPRIDA","cabecera":"LAPRIDA","provincia":"BUENOS AIRES"}},{"arcs":[[-257,-211,336]],"type":"Polygon","properties":{"id":149,"departamento":"AVELLANEDA","cabecera":"AVELLANEDA","provincia":"BUENOS AIRES"}},{"arcs":[[-283,-172,337,338,339,340]],"type":"Polygon","properties":{"id":150,"departamento":"SAN ISIDRO","cabecera":"SAN ISIDRO","provincia":"BUENOS AIRES"}},{"arcs":[[-297,-328,341,342,-334,-56]],"type":"Polygon","properties":{"id":132,"departamento":"BENITO JUAREZ","cabecera":"BENITO JUAREZ","provincia":"BUENOS AIRES"}},{"arcs":[[343,344,345,-333]],"type":"Polygon","properties":{"id":133,"departamento":"SAAVEDRA","cabecera":"PIGšE","provincia":"BUENOS AIRES"}},{"arcs":[[-343,346,347,348,349,350,351,-335]],"type":"Polygon","properties":{"id":135,"departamento":"ADOLFO GONZALES CHAVES","cabecera":"GONZALES CHAVES","provincia":"BUENOS AIRES"}},{"arcs":[[-336,-352,352,353,354,355,356,-329,-271]],"type":"Polygon","properties":{"id":136,"departamento":"CORONEL PRINGLES","cabecera":"CORONEL PRINGLES","provincia":"BUENOS AIRES"}},{"arcs":[[-332,357,-330,-357,358,359,360,-344]],"type":"Polygon","properties":{"id":137,"departamento":"TORNQUIST","cabecera":"TORNQUIST","provincia":"BUENOS AIRES"}},{"arcs":[[361,-340,362,-338,-171,-120,-164,-109,363]],"type":"Polygon","properties":{"id":151,"departamento":"TIGRE","cabecera":"TIGRE","provincia":"BUENOS AIRES"}},{"arcs":[[364,-184,-187,-135,365]],"type":"Polygon","properties":{"id":152,"departamento":"GENERAL PINTO","cabecera":"GENERAL PINTO","provincia":"BUENOS AIRES"}},{"arcs":[[366,367,368,369,370,371,-348,372]],"type":"Polygon","properties":{"id":153,"departamento":"SAN CAYETANO","cabecera":"SAN CAYETANO","provincia":"BUENOS AIRES"}},{"arcs":[[373,-349,-372,374,-370,375,376,377,378,-353,-351]],"type":"Polygon","properties":{"id":154,"departamento":"TRES ARROYOS","cabecera":"TRES ARROYOS","provincia":"BUENOS AIRES"}},{"arcs":[[379,380,381,382,383,384,385,-355,386]],"type":"Polygon","properties":{"id":138,"departamento":"CORONEL DE MARINA LEONARDO ROSALES","cabecera":"PUNTA ALTA","provincia":"BUENOS AIRES"}},{"arcs":[[387,388,-316,-96,389,390]],"type":"Polygon","properties":{"id":157,"departamento":"VILLA GESELL","cabecera":"VILLA GESELL","provincia":"BUENOS AIRES"}},{"arcs":[[-356,-386,391,-384,392,393,394,395,-359]],"type":"Polygon","properties":{"id":139,"departamento":"BAHIA BLANCA","cabecera":"BAHIA BLANCA","provincia":"BUENOS AIRES"}},{"arcs":[[396,397,398,-382,399,-380,400]],"type":"Polygon","properties":{"id":140,"departamento":"MONTE HERMOSO","cabecera":"MONTE HERMOSO","provincia":"BUENOS AIRES"}},{"arcs":[[-379,401,-377,402,-398,403,-401,-387,-354]],"type":"Polygon","properties":{"id":141,"departamento":"CORONEL DORREGO","cabecera":"CORONEL DORREGO","provincia":"BUENOS AIRES"}},{"arcs":[[404,-325,405,406,407,-368,408,-373,-347,-342,-327]],"type":"Polygon","properties":{"id":142,"departamento":"NECOCHEA","cabecera":"NECOCHEA","provincia":"BUENOS AIRES"}},{"arcs":[[409,410,411,412,413,-406,-324,-280]],"type":"Polygon","properties":{"id":143,"departamento":"LOBERIA","cabecera":"LOBERIA","provincia":"BUENOS AIRES"}},{"arcs":[[414,415,416,417,-412,418,-410,-279]],"type":"Polygon","properties":{"id":144,"departamento":"GENERAL ALVARADO","cabecera":"MIRAMAR","provincia":"BUENOS AIRES"}},{"arcs":[[419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,-260,535,-269,536,-267,537,-265,-38,-251,-243,538]],"type":"Polygon","properties":{"id":145,"departamento":"CHASCOMUS","cabecera":"CHASCOMUS","provincia":"BUENOS AIRES"}},{"arcs":[[539,-6,-322,540,-320,541]],"type":"Polygon","properties":{"id":146,"departamento":"BERISSO","cabecera":"BERISSO","provincia":"BUENOS AIRES"}},{"arcs":[[542,543,544,-417,545,-415,-278,546]],"type":"Polygon","properties":{"id":155,"departamento":"GENERAL PUEYRREDON","cabecera":"MAR DEL PLATA","provincia":"BUENOS AIRES"}},{"arcs":[[-389,547,548,-544,549,-547,-277,-304,-79,-317]],"type":"Polygon","properties":{"id":156,"departamento":"MAR CHIQUITA","cabecera":"CORONEL VIDAL","provincia":"BUENOS AIRES"}},{"arcs":[[-99,550,551,552,553,554]],"type":"Polygon","properties":{"id":159,"departamento":"LA COSTA","cabecera":"MAR DEL TUYU","provincia":"BUENOS AIRES"}},{"arcs":[[555,556,-554,557,-552,-315,558,-313,559,-311,-77]],"type":"Polygon","properties":{"id":160,"departamento":"GENERAL LAVALLE","cabecera":"GENERAL LAVALLE","provincia":"BUENOS AIRES"}},{"arcs":[[560,-556,-76,-287,561]],"type":"Polygon","properties":{"id":161,"departamento":"TORDILLO","cabecera":"GENERAL CONESA","provincia":"BUENOS AIRES"}},{"arcs":[[-562,-292,562,563,564,565,566,567,568,569,570,571,572,573,574,-525,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,-504,595,596,597,598,599,600,601,602,603,604,605,606,-491,607,608,609,610,611,612,613,614,615,616,617,-479,618,619,620,621,622,623,-472,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,-441,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,-422,672]],"type":"Polygon","properties":{"id":162,"departamento":"CASTELLI","cabecera":"CASTELLI","provincia":"BUENOS AIRES"}},{"arcs":[[-420,673,674,675,676]],"type":"Polygon","properties":{"id":163,"departamento":"PUNTA INDIO","cabecera":"VERONICA","provincia":"BUENOS AIRES"}},{"arcs":[[-7,-540,677,-676,678,-674,-539,-242]],"type":"Polygon","properties":{"id":164,"departamento":"MAGDALENA","cabecera":"MAGDALENA","provincia":"BUENOS AIRES"}},{"arcs":[[[-364,-108,679,680]],[[-363,-339]]],"type":"MultiPolygon","properties":{"id":167,"departamento":"SAN FERNANDO","cabecera":"SAN FERNANDO","provincia":"BUENOS AIRES"}},{"arcs":[[-680,-112,-149,-104,681,682,683,684,685,686]],"type":"Polygon","properties":{"id":168,"departamento":"CAMPANA","cabecera":"CAMPANA","provincia":"BUENOS AIRES"}},{"arcs":[[687,688,689,-75,690,-73,-87,691,692,693,694]],"type":"Polygon","properties":{"id":169,"departamento":"BARADERO","cabecera":"BARADERO","provincia":"BUENOS AIRES"}},{"arcs":[[-686,695,-684,696,-682,-103,-68,-690,697,-688,698]],"type":"Polygon","properties":{"id":170,"departamento":"ZARATE","cabecera":"ZARATE","provincia":"BUENOS AIRES"}},{"arcs":[[699,700,701,-694,702,-692,-90,-83,703]],"type":"Polygon","properties":{"id":171,"departamento":"SAN PEDRO","cabecera":"SAN PEDRO","provincia":"BUENOS AIRES"}},{"arcs":[[-701,704,-704,-82,705,706,707,708,709]],"type":"Polygon","properties":{"id":172,"departamento":"RAMALLO","cabecera":"RAMALLO","provincia":"BUENOS AIRES"}},{"arcs":[[-709,710,-707,711,712,713,714]],"type":"Polygon","properties":{"id":173,"departamento":"SAN NICOLAS","cabecera":"SAN NICOLAS DE LOS ARROYOS","provincia":"BUENOS AIRES"}},{"arcs":[[-714,715,-712,-706,-86,-102,-67,716,717,718,719]],"type":"Polygon","properties":{"id":174,"departamento":"PERGAMINO","cabecera":"PERGAMINO","provincia":"BUENOS AIRES"}},{"arcs":[[720,721,722,723,-719,724,-717,-66]],"type":"Polygon","properties":{"id":175,"departamento":"COLON","cabecera":"COLON","provincia":"BUENOS AIRES"}},{"arcs":[[-128,-185,-365,725,726,727,728]],"type":"Polygon","properties":{"id":398,"departamento":"LEANDRO N ALEM","cabecera":"VEDIA","provincia":"BUENOS AIRES"}},{"arcs":[[-721,-65,-131,729,-129,-729,730,-727,731,-723,732]],"type":"Polygon","properties":{"id":399,"departamento":"GENERAL ARENALES","cabecera":"GENERAL ARENALES","provincia":"BUENOS AIRES"}},{"arcs":[[-309,-306,-346,733,734,735,736,737]],"type":"Polygon","properties":{"id":379,"departamento":"ADOLFO ALSINA","cabecera":"CARHUE","provincia":"BUENOS AIRES"}},{"arcs":[[-245,-34,738,739,-138]],"type":"Polygon","properties":{"id":380,"departamento":"RIVADAVIA","cabecera":"AMERICA","provincia":"BUENOS AIRES"}},{"arcs":[[-33,-302,-310,-738,740,-739]],"type":"Polygon","properties":{"id":381,"departamento":"PELLEGRINI","cabecera":"PELLEGRINI","provincia":"BUENOS AIRES"}},{"arcs":[[741,-734,-345,-361,742,743,744,-736]],"type":"Polygon","properties":{"id":382,"departamento":"PUAN","cabecera":"PUAN","provincia":"BUENOS AIRES"}},{"arcs":[[-360,-396,745,-394,746,747,748,749,750,-744,751]],"type":"Polygon","properties":{"id":383,"departamento":"VILLARINO","cabecera":"MEDANOS","provincia":"BUENOS AIRES"}},{"arcs":[[752,-748,753,-750]],"type":"Polygon","properties":{"id":391,"departamento":"PATAGONES","cabecera":"CARMEN DE PATAGONES","provincia":"BUENOS AIRES"}}]}}} \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/Nuevos/types/custom.d.ts b/Elecciones-Web/Restaurar/Nuevos/types/custom.d.ts deleted file mode 100644 index cb537bf..0000000 --- a/Elecciones-Web/Restaurar/Nuevos/types/custom.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -// src/types/custom.d.ts - -// Solución para el problema 1: Le dice a TypeScript que el módulo 'react-simple-maps' existe. -// Esto evita el error de "módulo no encontrado" y trata sus componentes como 'any'. -declare module 'react-simple-maps'; - -// Solución para el problema 2: Le dice a TypeScript cómo manejar la importación de archivos .topojson. -// Define que cuando importemos un archivo con esa extensión, el contenido será de tipo 'any'. -declare module '*.topojson' { - const value: any; - export default value; -} \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/apiService.ts b/Elecciones-Web/Restaurar/apiService.ts deleted file mode 100644 index ca20a18..0000000 --- a/Elecciones-Web/Restaurar/apiService.ts +++ /dev/null @@ -1,56 +0,0 @@ -// src/apiService.ts -import axios from 'axios'; -import type { MunicipioSimple, MunicipioDetalle, ResumenProvincial, ProyeccionBancas } from './types'; - -// La URL base de tu API. En un proyecto real, esto iría en un archivo .env -const API_BASE_URL = 'http://localhost:5217/api'; // Ajusta el puerto si es necesario - -const apiClient = axios.create({ - baseURL: API_BASE_URL, - headers: { - 'Content-Type': 'application/json', - }, -}); - -/** - * Obtiene los resultados para colorear el mapa inicial. - */ -export const getResultadosParaMapa = async (): Promise => { // Usamos any[] temporalmente - const response = await apiClient.get('/resultados/mapa'); - // Mapeamos la respuesta para que coincida con lo que el frontend espera - return response.data.map((item: any) => ({ - municipioId: item.partidoId, // La propiedad en el frontend se llama municipioId - agrupacionGanadoraId: item.agrupacionGanadoraId, - })); -}; - -/** - * Obtiene la lista de todos los municipios con sus IDs y nombres. - */ -export const getMunicipios = async (): Promise => { - const response = await apiClient.get('/catalogos/municipios'); - return response.data; -}; - -/** - * Obtiene el detalle completo de los resultados para un municipio específico. - */ -export const getDetallePorMunicipio = async (partidoId: string): Promise => { - const response = await apiClient.get(`/resultados/partido/${partidoId}`); - return response.data; -}; - -/** - * Obtiene el resumen de resultados a nivel provincial. - * El distritoId para la PBA es "02" según la estructura de la API. - */ -export const getResumenProvincial = async (): Promise => { - // Hardcodeamos el distritoId '02' para Buenos Aires - const response = await apiClient.get('/resultados/provincia/02'); - return response.data; -}; - -export const getBancasPorSeccion = async (seccionId: string): Promise => { - const response = await apiClient.get(`/resultados/bancas/${seccionId}`); - return response.data; -}; \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/components/BancasWidget.css b/Elecciones-Web/Restaurar/components/BancasWidget.css deleted file mode 100644 index 09766df..0000000 --- a/Elecciones-Web/Restaurar/components/BancasWidget.css +++ /dev/null @@ -1,35 +0,0 @@ -/* src/components/BancasWidget.css */ -.bancas-widget-container { - background-color: #2a2a2e; - padding: 15px 20px; - border-radius: 8px; - max-width: 800px; - margin: 20px auto; - color: #e0e0e0; -} - -.bancas-header { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 10px; -} - -.bancas-header h4 { - margin: 0; - color: white; - font-size: 1.2em; -} - -.bancas-header select { - background-color: #3a3a3a; - color: white; - border: 1px solid #555; - border-radius: 4px; - padding: 5px 10px; -} - -.waffle-chart-container { - height: 300px; - font-family: system-ui, sans-serif; -} \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/components/BancasWidget.tsx b/Elecciones-Web/Restaurar/components/BancasWidget.tsx deleted file mode 100644 index eb56c87..0000000 --- a/Elecciones-Web/Restaurar/components/BancasWidget.tsx +++ /dev/null @@ -1,91 +0,0 @@ -// src/components/BancasWidget.tsx -import { useState, useEffect } from 'react'; -import { ResponsiveWaffle } from '@nivo/waffle'; -import { getBancasPorSeccion } from '../apiService'; -import type { ProyeccionBancas } from '../types'; -import './BancasWidget.css'; - -// Paleta de colores consistente -const NIVO_COLORS = ["#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf"]; - -// Las Secciones Electorales de la Provincia (esto podría venir de la API en el futuro) -const secciones = [ - { id: '1', nombre: 'Primera Sección' }, - { id: '2', nombre: 'Segunda Sección' }, - { id: '3', nombre: 'Tercera Sección' }, - { id: '4', nombre: 'Cuarta Sección' }, - { id: '5', nombre: 'Quinta Sección' }, - { id: '6', nombre: 'Sexta Sección' }, - { id: '7', nombre: 'Séptima Sección' }, - { id: '8', nombre: 'Octava Sección (Capital)' }, -]; - -export const BancasWidget = () => { - const [seccionActual, setSeccionActual] = useState('1'); // Empezamos con la Primera Sección - const [data, setData] = useState(null); - const [loading, setLoading] = useState(true); - - useEffect(() => { - const fetchData = async () => { - setLoading(true); - try { - const result = await getBancasPorSeccion(seccionActual); - setData(result); - } catch (error) { - console.error(`Error cargando datos de bancas para sección ${seccionActual}:`, error); - setData(null); // Limpiar datos en caso de error - } finally { - setLoading(false); - } - }; - fetchData(); - }, [seccionActual]); // Se ejecuta cada vez que cambia la sección - - const waffleData = data?.proyeccion.map(p => ({ - id: p.agrupacionNombre, - label: p.agrupacionNombre, - value: p.bancas, - })) || []; - - const totalBancas = waffleData.reduce((sum, current) => sum + current.value, 0); - - return ( -
-
-

Distribución de Bancas

- -
-
- {loading ?

Cargando...

: !data ?

No hay datos disponibles para esta sección.

: - } -
-
- ); -}; \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/components/TickerWidget.css b/Elecciones-Web/Restaurar/components/TickerWidget.css deleted file mode 100644 index 359c375..0000000 --- a/Elecciones-Web/Restaurar/components/TickerWidget.css +++ /dev/null @@ -1,82 +0,0 @@ -/* src/components/TickerWidget.css */ -.ticker-container { - background-color: #2a2a2e; - padding: 15px 20px; - border-radius: 8px; - max-width: 800px; - margin: 20px auto; - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; - color: #e0e0e0; -} - -.ticker-container.loading, .ticker-container.error { - text-align: center; - padding: 30px; - font-style: italic; - color: #999; -} - -.ticker-header { - display: flex; - justify-content: space-between; - align-items: center; - border-bottom: 1px solid #444; - padding-bottom: 10px; - margin-bottom: 15px; -} - -.ticker-header h3 { - margin: 0; - color: white; - font-size: 1.4em; -} - -.ticker-stats { - display: flex; - gap: 20px; - font-size: 0.9em; -} - -.ticker-stats strong { - color: #a7c7e7; - font-size: 1.1em; -} - -.ticker-results { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); - gap: 20px; -} - -.ticker-party .party-info { - display: flex; - justify-content: space-between; - margin-bottom: 5px; - font-size: 0.9em; -} - -.ticker-party .party-name { - font-weight: 500; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - padding-right: 10px; -} - -.ticker-party .party-percent { - font-weight: bold; -} - -.party-bar-background { - background-color: #444; - border-radius: 4px; - height: 10px; - overflow: hidden; -} - -.party-bar-foreground { - background-color: #646cff; - height: 100%; - border-radius: 4px; - transition: width 0.5s ease-in-out; -} \ No newline at end of file diff --git a/Elecciones-Web/Restaurar/components/TickerWidget.tsx b/Elecciones-Web/Restaurar/components/TickerWidget.tsx deleted file mode 100644 index b13df63..0000000 --- a/Elecciones-Web/Restaurar/components/TickerWidget.tsx +++ /dev/null @@ -1,67 +0,0 @@ -// src/components/TickerWidget.tsx -import { useState, useEffect } from 'react'; -import { getResumenProvincial } from '../apiService'; -import type { ResumenProvincial } from '../types'; -import './TickerWidget.css'; - -const formatPercent = (num: number) => `${num.toFixed(2).replace('.', ',')}%`; -const NIVO_COLORS = [ - "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", - "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" -]; - -export const TickerWidget = () => { - const [data, setData] = useState(null); - const [loading, setLoading] = useState(true); - - useEffect(() => { - const fetchData = async () => { - try { - const result = await getResumenProvincial(); - setData(result); - } catch (error) { - console.error("Error cargando resumen provincial:", error); - } finally { - setLoading(false); - } - }; - - fetchData(); // Carga inicial - const intervalId = setInterval(fetchData, 30000); // Actualiza cada 30 segundos - - return () => clearInterval(intervalId); // Limpia el intervalo al desmontar el componente - }, []); - - if (loading) { - return
Cargando resultados provinciales...
; - } - - if (!data) { - return
No se pudieron cargar los datos.
; - } - - return ( -
-
-

{data.provinciaNombre}

-
- Mesas Escrutadas: {formatPercent(data.porcentajeEscrutado)} - Participación: {formatPercent(data.porcentajeParticipacion)} -
-
-
- {data.resultados.slice(0, 3).map((partido, index) => ( -
{/* <-- CAMBIO AQUÍ */} -
- {partido.nombre} - {formatPercent(partido.porcentaje)} -
-
-
-
-
- ))} -
-
- ); -}; \ No newline at end of file diff --git a/Elecciones-Web/frontend/package-lock.json b/Elecciones-Web/frontend/package-lock.json index 585001e..d13ad98 100644 --- a/Elecciones-Web/frontend/package-lock.json +++ b/Elecciones-Web/frontend/package-lock.json @@ -8,11 +8,13 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@nivo/waffle": "^0.99.0", + "@nivo/bar": "^0.99.0", "@tanstack/react-query": "^5.85.5", "@types/d3-geo": "^3.1.0", + "@types/d3-shape": "^3.1.7", "axios": "^1.11.0", "d3-geo": "^3.1.1", + "d3-shape": "^3.2.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-simple-maps": "github:ozimmortal/react-simple-maps#feat/react-19-support", @@ -1068,6 +1070,69 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@nivo/annotations": { + "version": "0.99.0", + "resolved": "https://registry.npmjs.org/@nivo/annotations/-/annotations-0.99.0.tgz", + "integrity": "sha512-jCuuXPbvpaqaz4xF7k5dv0OT2ubn5Nt0gWryuTe/8oVsC/9bzSuK8bM9vBty60m9tfO+X8vUYliuaCDwGksC2g==", + "license": "MIT", + "dependencies": { + "@nivo/colors": "0.99.0", + "@nivo/core": "0.99.0", + "@nivo/theming": "0.99.0", + "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", + "lodash": "^4.17.21" + }, + "peerDependencies": { + "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" + } + }, + "node_modules/@nivo/axes": { + "version": "0.99.0", + "resolved": "https://registry.npmjs.org/@nivo/axes/-/axes-0.99.0.tgz", + "integrity": "sha512-3KschnmEL0acRoa7INSSOSEFwJLm54aZwSev7/r8XxXlkgRBriu6ReZy/FG0wfN+ljZ4GMvx+XyIIf6kxzvrZg==", + "license": "MIT", + "dependencies": { + "@nivo/core": "0.99.0", + "@nivo/scales": "0.99.0", + "@nivo/text": "0.99.0", + "@nivo/theming": "0.99.0", + "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", + "@types/d3-format": "^1.4.1", + "@types/d3-time-format": "^2.3.1", + "d3-format": "^1.4.4", + "d3-time-format": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" + } + }, + "node_modules/@nivo/bar": { + "version": "0.99.0", + "resolved": "https://registry.npmjs.org/@nivo/bar/-/bar-0.99.0.tgz", + "integrity": "sha512-9yfMn7H6UF/TqtCwVZ/vihVAXUff9wWvSaeF2Z1DCfgr5S07qs31Qb2p0LZA+YgCWpaU7zqkeb3VZ4WCpZbrDA==", + "license": "MIT", + "dependencies": { + "@nivo/annotations": "0.99.0", + "@nivo/axes": "0.99.0", + "@nivo/canvas": "0.99.0", + "@nivo/colors": "0.99.0", + "@nivo/core": "0.99.0", + "@nivo/legends": "0.99.0", + "@nivo/scales": "0.99.0", + "@nivo/text": "0.99.0", + "@nivo/theming": "0.99.0", + "@nivo/tooltip": "0.99.0", + "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", + "@types/d3-scale": "^4.0.8", + "@types/d3-shape": "^3.1.6", + "d3-scale": "^4.0.2", + "d3-shape": "^3.2.0", + "lodash": "^4.17.21" + }, + "peerDependencies": { + "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" + } + }, "node_modules/@nivo/canvas": { "version": "0.99.0", "resolved": "https://registry.npmjs.org/@nivo/canvas/-/canvas-0.99.0.tgz", @@ -1123,12 +1188,6 @@ "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" } }, - "node_modules/@nivo/grid": { - "version": "0.99.0", - "resolved": "https://registry.npmjs.org/@nivo/grid/-/grid-0.99.0.tgz", - "integrity": "sha512-mZiCa8PJ5j8Z7I9lwQvtBvSy++Oyaa/1ztYWQeTaoLxuoUmrpFpc4WK38lETLPzU32EwukZKFNkFp700itmaWw==", - "license": "MIT" - }, "node_modules/@nivo/legends": { "version": "0.99.0", "resolved": "https://registry.npmjs.org/@nivo/legends/-/legends-0.99.0.tgz", @@ -1146,6 +1205,29 @@ "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" } }, + "node_modules/@nivo/scales": { + "version": "0.99.0", + "resolved": "https://registry.npmjs.org/@nivo/scales/-/scales-0.99.0.tgz", + "integrity": "sha512-g/2K4L6L8si6E2BWAHtFVGahtDKbUcO6xHJtlIZMwdzaJc7yB16EpWLK8AfI/A42KadLhJSJqBK3mty+c7YZ+w==", + "license": "MIT", + "dependencies": { + "@types/d3-interpolate": "^3.0.4", + "@types/d3-scale": "^4.0.8", + "@types/d3-time": "^1.1.1", + "@types/d3-time-format": "^3.0.0", + "d3-interpolate": "^3.0.1", + "d3-scale": "^4.0.2", + "d3-time": "^1.0.11", + "d3-time-format": "^3.0.0", + "lodash": "^4.17.21" + } + }, + "node_modules/@nivo/scales/node_modules/@types/d3-time-format": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-3.0.4.tgz", + "integrity": "sha512-or9DiDnYI1h38J9hxKEsw513+KVuFbEVhl7qdxcaudoiqWWepapUen+2vAriFGexr6W5+P4l9+HJrB39GG+oRg==", + "license": "MIT" + }, "node_modules/@nivo/text": { "version": "0.99.0", "resolved": "https://registry.npmjs.org/@nivo/text/-/text-0.99.0.tgz", @@ -1186,27 +1268,6 @@ "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" } }, - "node_modules/@nivo/waffle": { - "version": "0.99.0", - "resolved": "https://registry.npmjs.org/@nivo/waffle/-/waffle-0.99.0.tgz", - "integrity": "sha512-3JyC0O/dLjLVqYCigsCfreAgAqFkEFEdSq4MGVdSRnw2Huha6kx8/U3XTF6fRQemvTYnNpXybHd8rlddjtVE/Q==", - "license": "MIT", - "dependencies": { - "@nivo/canvas": "0.99.0", - "@nivo/colors": "0.99.0", - "@nivo/core": "0.99.0", - "@nivo/grid": "0.99.0", - "@nivo/legends": "0.99.0", - "@nivo/theming": "0.99.0", - "@nivo/tooltip": "0.99.0", - "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", - "@types/d3-shape": "^3.1.6", - "d3-shape": "^3.2.0" - }, - "peerDependencies": { - "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" - } - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -1681,6 +1742,12 @@ "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", "license": "MIT" }, + "node_modules/@types/d3-format": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-1.4.5.tgz", + "integrity": "sha512-mLxrC1MSWupOSncXN/HOlWUAAIffAEBaI4+PKy2uMPsKe4FNZlk7qrbTjmzJXITQQqBHivaks4Td18azgqnotA==", + "license": "MIT" + }, "node_modules/@types/d3-geo": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz", @@ -1690,6 +1757,15 @@ "@types/geojson": "*" } }, + "node_modules/@types/d3-interpolate": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", + "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", + "license": "MIT", + "dependencies": { + "@types/d3-color": "*" + } + }, "node_modules/@types/d3-path": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", @@ -1721,9 +1797,15 @@ } }, "node_modules/@types/d3-time": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", - "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-1.1.4.tgz", + "integrity": "sha512-JIvy2HjRInE+TXOmIGN5LCmeO0hkFZx5f9FZ7kiN+D+YTcc8pptsiLiuHsvwxwC7VVKmJ2ExHUgNlAiV7vQM9g==", + "license": "MIT" + }, + "node_modules/@types/d3-time-format": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-2.3.4.tgz", + "integrity": "sha512-xdDXbpVO74EvadI3UDxjxTdR6QIxm1FKzEA/+F8tL4GWWUg/hgvBqf6chql64U5A9ZUGWo7pEu4eNlyLwbKdhg==", "license": "MIT" }, "node_modules/@types/estree": { @@ -2478,6 +2560,18 @@ "node": ">=12" } }, + "node_modules/d3-scale/node_modules/d3-time": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", + "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", + "license": "ISC", + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/d3-selection": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", @@ -2500,16 +2594,10 @@ } }, "node_modules/d3-time": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", - "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", - "license": "ISC", - "dependencies": { - "d3-array": "2 - 3" - }, - "engines": { - "node": ">=12" - } + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz", + "integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==", + "license": "BSD-3-Clause" }, "node_modules/d3-time-format": { "version": "3.0.0", @@ -2520,30 +2608,6 @@ "d3-time": "1 - 2" } }, - "node_modules/d3-time-format/node_modules/d3-array": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "license": "BSD-3-Clause", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "node_modules/d3-time-format/node_modules/d3-time": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-2.1.1.tgz", - "integrity": "sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==", - "license": "BSD-3-Clause", - "dependencies": { - "d3-array": "2" - } - }, - "node_modules/d3-time-format/node_modules/internmap": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz", - "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==", - "license": "ISC" - }, "node_modules/d3-timer": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", diff --git a/Elecciones-Web/frontend/package.json b/Elecciones-Web/frontend/package.json index 6aa55a5..a9d8c2d 100644 --- a/Elecciones-Web/frontend/package.json +++ b/Elecciones-Web/frontend/package.json @@ -10,11 +10,13 @@ "preview": "vite preview" }, "dependencies": { - "@nivo/waffle": "^0.99.0", + "@nivo/bar": "^0.99.0", "@tanstack/react-query": "^5.85.5", "@types/d3-geo": "^3.1.0", + "@types/d3-shape": "^3.1.7", "axios": "^1.11.0", "d3-geo": "^3.1.1", + "d3-shape": "^3.2.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-simple-maps": "github:ozimmortal/react-simple-maps#feat/react-19-support", diff --git a/Elecciones-Web/frontend/public/parliament-layout.svg b/Elecciones-Web/frontend/public/parliament-layout.svg new file mode 100644 index 0000000..71da18d --- /dev/null +++ b/Elecciones-Web/frontend/public/parliament-layout.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/App.tsx b/Elecciones-Web/frontend/src/App.tsx index 1877772..92f53de 100644 --- a/Elecciones-Web/frontend/src/App.tsx +++ b/Elecciones-Web/frontend/src/App.tsx @@ -1,8 +1,10 @@ // src/App.tsx import './App.css' -//import { BancasWidget } from './components/BancasWidget' +import { BancasWidget } from './components/BancasWidget' +import { CongresoWidget } from './components/CongresoWidget' import MapaBsAs from './components/MapaBsAs' import { TickerWidget } from './components/TickerWidget' +import { TelegramaWidget } from './components/TelegramaWidget' function App() { return ( @@ -10,8 +12,10 @@ function App() {

Resultados Electorales - Provincia de Buenos Aires

- {/**/} + + +
) diff --git a/Elecciones-Web/frontend/src/apiService.ts b/Elecciones-Web/frontend/src/apiService.ts index 7eada59..b5957d9 100644 --- a/Elecciones-Web/frontend/src/apiService.ts +++ b/Elecciones-Web/frontend/src/apiService.ts @@ -1,51 +1,15 @@ // src/apiService.ts import axios from 'axios'; -import type { MunicipioSimple, MunicipioDetalle, ResumenProvincial, ProyeccionBancas } from './types/types'; +import type { ResumenProvincial, ProyeccionBancas, MunicipioSimple, TelegramaData, CatalogoItem } from './types/types'; -// La URL base de tu API. En un proyecto real, esto iría en un archivo .env -const API_BASE_URL = 'http://localhost:5217/api'; // Ajusta el puerto si es necesario +const API_BASE_URL = 'http://localhost:5217/api'; const apiClient = axios.create({ baseURL: API_BASE_URL, - headers: { - 'Content-Type': 'application/json', - }, + headers: { 'Content-Type': 'application/json' }, }); -/** - * Obtiene los resultados para colorear el mapa inicial. - */ -export const getResultadosParaMapa = async (): Promise => { // Usamos any[] temporalmente - const response = await apiClient.get('/resultados/mapa'); - // Mapeamos la respuesta para que coincida con lo que el frontend espera - return response.data.map((item: any) => ({ - municipioId: item.partidoId, // La propiedad en el frontend se llama municipioId - agrupacionGanadoraId: item.agrupacionGanadoraId, - })); -}; - -/** - * Obtiene la lista de todos los municipios con sus IDs y nombres. - */ -export const getMunicipios = async (): Promise => { - const response = await apiClient.get('/catalogos/municipios'); - return response.data; -}; - -/** - * Obtiene el detalle completo de los resultados para un municipio específico. - */ -export const getDetallePorMunicipio = async (partidoId: string): Promise => { - const response = await apiClient.get(`/resultados/partido/${partidoId}`); - return response.data; -}; - -/** - * Obtiene el resumen de resultados a nivel provincial. - * El distritoId para la PBA es "02" según la estructura de la API. - */ export const getResumenProvincial = async (): Promise => { - // Hardcodeamos el distritoId '02' para Buenos Aires const response = await apiClient.get('/resultados/provincia/02'); return response.data; }; @@ -53,4 +17,45 @@ export const getResumenProvincial = async (): Promise => { export const getBancasPorSeccion = async (seccionId: string): Promise => { const response = await apiClient.get(`/resultados/bancas/${seccionId}`); return response.data; +}; + +/** + * Obtiene la lista de Secciones Electorales desde la API. + */ +export const getSeccionesElectorales = async (): Promise => { + const response = await apiClient.get('/catalogos/secciones-electorales'); + return response.data; +}; + +/** + * Obtiene los datos completos de un telegrama por su ID de mesa. + */ +export const getTelegramaPorId = async (mesaId: string): Promise => { + const response = await apiClient.get(`/telegramas/${mesaId}`); + return response.data; +}; + +export const getSecciones = async (): Promise => { + const response = await apiClient.get('/catalogos/secciones'); + return response.data; +}; + +export const getMunicipiosPorSeccion = async (seccionId: string): Promise => { + const response = await apiClient.get(`/catalogos/municipios/${seccionId}`); + return response.data; +}; + +export const getCircuitosPorMunicipio = async (municipioId: string): Promise => { + const response = await apiClient.get(`/catalogos/circuitos/${municipioId}`); + return response.data; +}; + +export const getEstablecimientosPorCircuito = async (circuitoId: string): Promise => { + const response = await apiClient.get(`/catalogos/establecimientos/${circuitoId}`); + return response.data; +}; + +export const getMesasPorEstablecimiento = async (establecimientoId: string): Promise => { + const response = await apiClient.get(`/catalogos/mesas/${establecimientoId}`); + return response.data; }; \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/BancasWidget.css b/Elecciones-Web/frontend/src/components/BancasWidget.css index 09766df..90900ad 100644 --- a/Elecciones-Web/frontend/src/components/BancasWidget.css +++ b/Elecciones-Web/frontend/src/components/BancasWidget.css @@ -1,11 +1,14 @@ /* src/components/BancasWidget.css */ .bancas-widget-container { - background-color: #2a2a2e; + /* Mismo estilo de tarjeta que el Ticker */ + background-color: #ffffff; + border: 1px solid #e0e0e0; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); padding: 15px 20px; border-radius: 8px; max-width: 800px; margin: 20px auto; - color: #e0e0e0; + color: #333333; } .bancas-header { @@ -17,19 +20,22 @@ .bancas-header h4 { margin: 0; - color: white; + color: #212529; font-size: 1.2em; + font-weight: 700; } .bancas-header select { - background-color: #3a3a3a; - color: white; - border: 1px solid #555; + background-color: #ffffff; + color: #333333; + border: 1px solid #ced4da; /* Borde estándar para inputs */ border-radius: 4px; padding: 5px 10px; + font-family: inherit; + font-size: 0.9em; } .waffle-chart-container { height: 300px; - font-family: system-ui, sans-serif; + font-family: "Public Sans", system-ui, sans-serif; } \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/BancasWidget.tsx b/Elecciones-Web/frontend/src/components/BancasWidget.tsx index ef69b61..6142f7f 100644 --- a/Elecciones-Web/frontend/src/components/BancasWidget.tsx +++ b/Elecciones-Web/frontend/src/components/BancasWidget.tsx @@ -1,89 +1,125 @@ // src/components/BancasWidget.tsx import { useState, useEffect } from 'react'; -import { ResponsiveWaffle } from '@nivo/waffle'; -import { getBancasPorSeccion } from '../apiService'; -import type { ProyeccionBancas } from '../types/types'; +// Se cambia la importación: de ResponsiveWaffle a ResponsiveBar +import { ResponsiveBar } from '@nivo/bar'; +import { getBancasPorSeccion, getSeccionesElectorales } from '../apiService'; +import type { ProyeccionBancas, MunicipioSimple } from '../types/types'; import './BancasWidget.css'; -// Paleta de colores consistente +// La paleta de colores se mantiene para consistencia visual const NIVO_COLORS = ["#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf"]; -// Las Secciones Electorales de la Provincia (esto podría venir de la API en el futuro) -const secciones = [ - { id: '1', nombre: 'Primera Sección' }, - { id: '2', nombre: 'Segunda Sección' }, - { id: '3', nombre: 'Tercera Sección' }, - { id: '4', nombre: 'Cuarta Sección' }, - { id: '5', nombre: 'Quinta Sección' }, - { id: '6', nombre: 'Sexta Sección' }, - { id: '7', nombre: 'Séptima Sección' }, - { id: '8', nombre: 'Octava Sección (Capital)' }, -]; - export const BancasWidget = () => { - const [seccionActual, setSeccionActual] = useState('1'); // Empezamos con la Primera Sección + const [secciones, setSecciones] = useState([]); + const [seccionActual, setSeccionActual] = useState(''); const [data, setData] = useState(null); const [loading, setLoading] = useState(true); + const [error, setError] = useState(null); + // useEffect para cargar la lista de secciones una sola vez useEffect(() => { + const fetchSecciones = async () => { + try { + const seccionesData = await getSeccionesElectorales(); + if (seccionesData && seccionesData.length > 0) { + + // --- INICIO DE LA LÓGICA DE ORDENAMIENTO --- + const orden = new Map([ + ['Capital', 0], ['Primera', 1], ['Segunda', 2], ['Tercera', 3], + ['Cuarta', 4], ['Quinta', 5], ['Sexta', 6], ['Séptima', 7] + ]); + + const getOrden = (nombre: string) => { + const match = nombre.match(/Capital|Primera|Segunda|Tercera|Cuarta|Quinta|Sexta|Séptima/); + return match ? orden.get(match[0]) ?? 99 : 99; + }; + + seccionesData.sort((a, b) => getOrden(a.nombre) - getOrden(b.nombre)); + // --- FIN DE LA LÓGICA DE ORDENAMIENTO --- + + setSecciones(seccionesData); + setSeccionActual(seccionesData[0].id); + } else { + setError("No se encontraron secciones electorales."); + } + } catch (err) { + console.error("Error cargando secciones electorales:", err); + setError("No se pudo cargar la lista de secciones."); + } + }; + fetchSecciones(); + }, []); + + // useEffect para cargar los datos de bancas cuando cambia la sección + useEffect(() => { + if (!seccionActual) return; + const fetchData = async () => { setLoading(true); + setError(null); try { const result = await getBancasPorSeccion(seccionActual); setData(result); - } catch (error) { - console.error(`Error cargando datos de bancas para sección ${seccionActual}:`, error); - setData(null); // Limpiar datos en caso de error + } catch (err) { + console.error(`Error cargando datos de bancas para sección ${seccionActual}:`, err); + setData(null); + setError("No hay datos de bancas disponibles para esta sección."); } finally { setLoading(false); } }; fetchData(); - }, [seccionActual]); // Se ejecuta cada vez que cambia la sección + }, [seccionActual]); - const waffleData = data?.proyeccion.map(p => ({ - id: p.agrupacionNombre, - label: p.agrupacionNombre, - value: p.bancas, - })) || []; - - const totalBancas = waffleData.reduce((sum, current) => sum + current.value, 0); + // Se preparan los datos para el gráfico de barras. + // Se invierte el array para que el partido con más bancas aparezca arriba. + const barData = data ? [...data.proyeccion].reverse() : []; return (

Distribución de Bancas

- setSeccionActual(e.target.value)} disabled={secciones.length === 0}> {secciones.map(s => )}
- {loading ?

Cargando...

: !data ?

No hay datos disponibles para esta sección.

: - Cargando...

: error ?

{error}

: + // --- SE REEMPLAZA EL GRÁFICO WAFFLE POR EL GRÁFICO DE BARRAS --- + NIVO_COLORS[index % NIVO_COLORS.length]} + borderColor={{ from: 'color', modifiers: [['darker', 1.6]] }} + axisTop={null} + axisRight={null} + axisBottom={{ + tickSize: 5, + tickPadding: 5, + tickRotation: 0, + legend: 'Cantidad de Bancas', + legendPosition: 'middle', + legendOffset: 20, + // Asegura que los ticks del eje sean números enteros + format: (value) => Math.floor(value) === value ? value : '' + }} + axisLeft={{ + tickSize: 5, + tickPadding: 5, + tickRotation: 0, + }} + labelSkipWidth={12} + labelSkipHeight={12} + labelTextColor={{ from: 'color', modifiers: [['darker', 3]] }} animate={true} - legends={[ - { - anchor: 'bottom', - direction: 'row', - justify: false, - translateX: 0, - translateY: 40, - itemsSpacing: 4, - itemWidth: 100, - itemHeight: 20, - itemTextColor: '#999', - itemDirection: 'left-to-right', - symbolSize: 20, - }, - ]} + // Se elimina la leyenda, ya que las etiquetas en el eje son suficientes + legends={[]} />}
diff --git a/Elecciones-Web/frontend/src/components/CongresoWidget.css b/Elecciones-Web/frontend/src/components/CongresoWidget.css new file mode 100644 index 0000000..9c6a7f6 --- /dev/null +++ b/Elecciones-Web/frontend/src/components/CongresoWidget.css @@ -0,0 +1,148 @@ +/* src/components/CongresoWidget.css */ +.congreso-container { + display: flex; + /* Se reduce ligeramente el espacio entre el gráfico y el panel */ + gap: 1rem; + background-color: #ffffff; + border: 1px solid #e0e0e0; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); + padding: 1rem; + border-radius: 8px; + max-width: 800px; + margin: 20px auto; + font-family: "Public Sans", system-ui, sans-serif; + color: #333333; + align-items: center; +} + +.congreso-grafico { + /* --- CAMBIO PRINCIPAL: Se aumenta la proporción del gráfico --- */ + flex: 1 1 65%; + min-width: 300px; + display: flex; + align-items: center; + justify-content: center; +} + +.congreso-grafico svg { + width: 100%; + height: auto; + animation: fadeIn 0.8s ease-in-out; +} + +@keyframes fadeIn { + from { opacity: 0; transform: scale(0.9); } + to { opacity: 1; transform: scale(1); } +} + +.congreso-summary { + /* --- CAMBIO PRINCIPAL: Se reduce la proporción del panel de datos --- */ + flex: 1 1 35%; + border-left: 1px solid #e0e0e0; + /* Se reduce el padding para dar aún más espacio al gráfico */ + padding-left: 1rem; +} + +.congreso-summary h3 { + margin-top: 0; + font-size: 1.4em; + color: #212529; +} + +.chamber-tabs { + display: flex; + margin-bottom: 1.5rem; + border: 1px solid #dee2e6; + border-radius: 6px; + overflow: hidden; +} + +.chamber-tabs button { + flex: 1; + padding: 0.75rem 0.5rem; + border: none; + background-color: #f8f9fa; + color: #6c757d; + font-family: inherit; + font-size: 1em; + font-weight: 500; + cursor: pointer; + transition: all 0.2s ease-in-out; +} + +.chamber-tabs button:first-child { + border-right: 1px solid #dee2e6; +} + +.chamber-tabs button:hover { + background-color: #e9ecef; +} + +.chamber-tabs button.active { + background-color: var(--primary-accent-color); + color: #ffffff; +} + +.summary-metric { + display: flex; + justify-content: space-between; + align-items: baseline; + margin-bottom: 0.5rem; + font-size: 1.1em; +} + +.summary-metric strong { + font-size: 1.5em; + font-weight: 700; + color: var(--primary-accent-color); +} + +.congreso-summary hr { + border: none; + border-top: 1px solid #e0e0e0; + margin: 1.5rem 0; +} + +.partido-lista { + list-style: none; + padding: 0; + margin: 0; +} + +.partido-lista li { + display: flex; + align-items: center; + margin-bottom: 0.75rem; +} + +.partido-color-box { + width: 14px; + height: 14px; + border-radius: 3px; + margin-right: 10px; + flex-shrink: 0; +} + +.partido-nombre { + flex-grow: 1; +} + +.partido-bancas { + font-weight: 700; + font-size: 1.1em; +} + +/* --- Media Query para Responsividad Móvil --- */ +@media (max-width: 768px) { + .congreso-container { + flex-direction: column; + padding: 1.5rem; + } + .congreso-summary { + border-left: none; + padding-left: 0; + margin-top: 2rem; + border-top: 1px solid #e0e0e0; + padding-top: 1.5rem; + } +} \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/CongresoWidget.tsx b/Elecciones-Web/frontend/src/components/CongresoWidget.tsx new file mode 100644 index 0000000..f0c6d6a --- /dev/null +++ b/Elecciones-Web/frontend/src/components/CongresoWidget.tsx @@ -0,0 +1,125 @@ +// src/components/CongresoWidget.tsx +import { useState, useEffect } from 'react'; +// 1. Importar ambos layouts +import { ParliamentLayout } from './ParliamentLayout'; +import { SenateLayout } from './SenateLayout'; +import './CongresoWidget.css'; + +// ... (Interfaces sin cambios) +type CamaraType = 'diputados' | 'senadores'; + +interface PartidoData { + id: string; + nombre: string; + bancasTotales: number; + bancasEnJuego: number; + color: string; +} + +interface CamaraData { + camaraNombre: string; + totalBancas: number; + bancasEnJuego: number; + partidos: PartidoData[]; +} + +interface ComposicionData { + diputados: CamaraData; + senadores: CamaraData; +} + + +export const CongresoWidget = () => { + const [data, setData] = useState(null); + const [camaraActiva, setCamaraActiva] = useState('diputados'); + const [loading, setLoading] = useState(true); + const [error, setError] = useState(null); + + useEffect(() => { + // ... (fetchData sin cambios) + const fetchData = async () => { + try { + const response = await fetch('http://localhost:5217/api/resultados/composicion-congreso'); + if (!response.ok) throw new Error('La respuesta de la red no fue exitosa'); + const result: ComposicionData = await response.json(); + setData(result); + } catch (err) { + console.error("Error cargando datos de composición:", err); + setError("No se pudieron cargar los datos de composición del congreso."); + } finally { + setLoading(false); + } + }; + fetchData(); + }, []); + + if (loading) return
Cargando...
; + if (error) return
{error}
; + + const datosCamaraActual = data ? data[camaraActiva] : null; + + if (!datosCamaraActual) { + return
Datos no disponibles para la cámara seleccionada.
; + } + + const partidosOrdenados = datosCamaraActual.partidos; + + const seatFillData = partidosOrdenados.flatMap(party => { + const retainedSeats = party.bancasTotales - party.bancasEnJuego; + const inPlaySeats = party.bancasEnJuego; + return [ + ...Array(retainedSeats).fill({ color: party.color, isEnJuego: false }), + ...Array(inPlaySeats).fill({ color: party.color, isEnJuego: true }), + ]; + }); + + return ( +
+
+ {/* --- INICIO DE LA MODIFICACIÓN: RENDERIZADO CONDICIONAL --- */} + {camaraActiva === 'diputados' ? ( + + ) : ( + + )} + {/* --- FIN DE LA MODIFICACIÓN --- */} +
+
+
+ + +
+ +

{datosCamaraActual.camaraNombre}

+
+ Total de Bancas + {datosCamaraActual.totalBancas} +
+
+ Bancas en juego + {datosCamaraActual.bancasEnJuego} +
+
+
    + {partidosOrdenados.map(partido => ( +
  • + + {partido.nombre} + {partido.bancasTotales} +
  • + ))} +
+
+
+ ); +}; \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/MapaBsAs.css b/Elecciones-Web/frontend/src/components/MapaBsAs.css index c3631b5..80ca428 100644 --- a/Elecciones-Web/frontend/src/components/MapaBsAs.css +++ b/Elecciones-Web/frontend/src/components/MapaBsAs.css @@ -1,25 +1,27 @@ /* src/components/MapaBsAs.css */ :root { - --primary-accent-color: #FF5722; - --background-panel-color: #2f2f2f; - --border-color: #444; - --text-color: #f0f0f0; - --text-color-muted: #aaa; - --progress-bar-background: #4a4a4a; - --scrollbar-thumb-color: #666; - --scrollbar-track-color: #333; - --map-background-color: #242424; /* Color de fondo del mapa */ + --primary-accent-color: #0073e6; + --background-panel-color: #ffffff; + --border-color: #dee2e6; + --text-color: #212529; + --text-color-muted: #6c757d; + --progress-bar-background: #e9ecef; + --scrollbar-thumb-color: #ced4da; + --scrollbar-track-color: #f1f1f1; + --map-background-color: #f8f9fa; } .mapa-wrapper { display: flex; gap: 1.5rem; - background-color: var(--map-background-color); + background-color: #ffffff; + border: 1px solid var(--border-color); + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); padding: 1rem; - border-radius: 12px; - max-width: 1600px; /* Incrementado para pantallas más grandes */ + border-radius: 8px; + max-width: 1600px; margin: auto; - height: 88vh; /* Ligeramente más alto */ + height: 88vh; min-height: 650px; } @@ -30,7 +32,6 @@ border-radius: 8px; position: relative; overflow: hidden; - /* CORRECCIÓN: Se añade el color de fondo para eliminar el marco blanco */ background-color: var(--map-background-color); } @@ -43,46 +44,47 @@ } .rsm-geography { - transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out, filter 0.2s ease-in-out, fill 0.3s ease; + transition: opacity 0.3s ease, transform 0.2s ease, filter 0.2s ease, fill 0.3s ease; cursor: pointer; - stroke-width: 1px; + stroke: #b0b0b0; + stroke-width: 0.5px; } .rsm-geography:hover { - filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.6)); - transform: translateY(-1px); + stroke: var(--primary-accent-color); stroke-width: 1.5px; + filter: brightness(1.05); } .rsm-geography.selected { - fill: var(--primary-accent-color); /* Rellena el partido seleccionado con el color principal */ - stroke: #ffffff; /* Añade un borde blanco para un mejor contraste */ - stroke-width: 2px; /* Un grosor de borde definido */ - filter: none; /* Elimina el efecto de sombra/resplandor */ - outline: none; /* Previene el recuadro de enfoque del navegador */ - pointer-events: none; /* Mantenemos esto para evitar interacciones no deseadas */ + stroke: #333; + stroke-width: 2px; + filter: none; + pointer-events: none; } .rsm-geography.faded { - opacity: 0.15; + opacity: 0.25; pointer-events: none; } .info-panel { flex: 1; - height: 100%; - background-color: var(--background-panel-color); - border-radius: 8px; display: flex; flex-direction: column; overflow-y: auto; + min-height: 0; + background-color: var(--background-panel-color); + border-radius: 8px; padding: 1.5rem; + border: none; } .info-panel::-webkit-scrollbar { width: 8px; } .info-panel::-webkit-scrollbar-track { background: var(--scrollbar-track-color); border-radius: 4px; } .info-panel::-webkit-scrollbar-thumb { background-color: var(--scrollbar-thumb-color); border-radius: 4px; border: 2px solid var(--scrollbar-track-color); } -.info-panel::-webkit-scrollbar-thumb:hover { background-color: #888; } +.info-panel::-webkit-scrollbar-thumb:hover { background-color: #adb5bd; } + .info-panel h3 { margin-top: 0; color: var(--primary-accent-color); border-bottom: 2px solid var(--border-color); padding-bottom: 0.5rem; } .info-panel p { color: var(--text-color-muted); } @@ -91,14 +93,17 @@ } .reset-button-panel:hover { background-color: var(--primary-accent-color); color: white; } -.detalle-placeholder { text-align: center; margin: auto; } -.detalle-loading, .detalle-error { text-align: center; margin: auto; color: var(--text-color-muted); } +.detalle-placeholder { + text-align: center; + margin: auto 0; +} +.detalle-loading, .detalle-error { text-align: center; margin: auto 0; color: var(--text-color-muted); } .detalle-metricas { display: flex; justify-content: space-between; font-size: 0.9em; padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); margin-bottom: 1rem; } .resultados-lista { list-style: none; padding: 0; margin: 0; } .resultados-lista li { margin-bottom: 1rem; } .resultado-info { display: flex; justify-content: space-between; margin-bottom: 0.25rem; font-size: 0.9em; } .partido-nombre { font-weight: 500; } -.partido-votos { font-weight: 300; color: var(--text-color-muted); } +.partido-votos { font-weight: 400; color: var(--text-color-muted); } .progress-bar { height: 8px; background-color: var(--progress-bar-background); border-radius: 4px; overflow: hidden; } .progress-fill { height: 100%; background-color: var(--primary-accent-color); border-radius: 4px; transition: width 0.5s ease-out; } @@ -112,14 +117,81 @@ display: flex; flex-direction: column; gap: 5px; - z-index: 10; /* <-- AÑADIDO: Esta línea asegura que los controles estén por encima del mapa. */ + z-index: 10; } -.map-controls button { - width: 32px; height: 32px; font-size: 1.2rem; font-weight: bold; background-color: rgba(0, 0, 0, 0.7); color: white; border: 1px solid var(--border-color); border-radius: 4px; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; padding: 0; line-height: 1; -} -.map-controls button:hover { background-color: rgba(0, 0, 0, 0.9); border-color: var(--primary-accent-color); } -.legend { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--border-color); } -.legend h4 { margin-top: 0; } +/* --- ESTILOS PARA EL BOTÓN DE "VOLVER" (VISTA DESKTOP) --- */ +.map-controls button { + /* Se elimina el ancho y alto fijos para que el botón se ajuste al texto. */ + width: auto; + height: auto; + /* Se define un padding para dar espacio interno al texto. */ + padding: 0.5rem 1rem; + /* Se ajusta el tamaño de fuente para el texto. */ + font-size: 0.9em; + font-weight: bold; + background-color: #ffffff; + color: #333; + border: 1px solid var(--border-color); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + border-radius: 4px; + cursor: pointer; + transition: all 0.2s; + /* Se eliminan las propiedades de centrado de íconos que ya no son necesarias. */ +} +.map-controls button:hover { + background-color: #f8f9fa; + border-color: var(--primary-accent-color); + color: var(--primary-accent-color); +} + +.legend { + padding-top: 1rem; + border-top: 1px solid var(--border-color); +} +.legend h4 { + margin-top: 0; +} .legend-item { display: flex; align-items: center; margin-bottom: 0.5rem; font-size: 0.85em; } -.legend-color-box { width: 16px; height: 16px; margin-right: 8px; border-radius: 3px; } \ No newline at end of file +.legend-color-box { width: 16px; height: 16px; margin-right: 8px; border-radius: 3px; border: 1px solid #ccc; } + +/* --- ESTILOS PARA RESPONSIVIDAD MÓVIL --- */ +@media (max-width: 992px) { + .mapa-wrapper { + flex-direction: column; + height: auto; + min-height: 100vh; + padding: 0.5rem; + } + + .mapa-container { + flex-basis: auto; + width: 100%; + height: 50vh; + min-height: 400px; + } + + .info-panel { + flex-basis: auto; + width: 100%; + height: auto; + overflow-y: visible; + box-sizing: border-box; + } + + .map-controls { + top: 10px; + right: 10px; + } + + /* --- ESTILOS PARA EL BOTÓN DE "VOLVER" (VISTA MÓVIL) --- */ + .map-controls button { + /* Se elimina el ancho y alto fijos para que el botón se ajuste al texto. */ + width: auto; + height: auto; + /* Se ajusta el padding para que sea un buen objetivo táctil (tappable). */ + padding: 0.6rem 1.2rem; + /* Un tamaño de fuente legible en móviles. */ + font-size: 1em; + } +} \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/MapaBsAs.tsx b/Elecciones-Web/frontend/src/components/MapaBsAs.tsx index 72fc553..0bc19c2 100644 --- a/Elecciones-Web/frontend/src/components/MapaBsAs.tsx +++ b/Elecciones-Web/frontend/src/components/MapaBsAs.tsx @@ -81,7 +81,8 @@ const MapaBsAs = () => { coloresMap.set(agrupacion.id, COLORES_BASE[index % COLORES_BASE.length]); }); } - coloresMap.set('default', '#D6D6DA'); + // Se cambia el color por defecto a uno más apropiado para fondo claro + coloresMap.set('default', '#E0E0E0'); if (resultadosData) { resultadosData.forEach(r => resultadosMap.set(r.departamentoNombre.toUpperCase(), r)); } @@ -135,11 +136,6 @@ const MapaBsAs = () => { } }; - const handleZoomOut = () => { - // Al presionar el botón de zoom out, siempre se vuelve al estado inicial. - handleReset(); - }; - useEffect(() => { const handleKeyDown = (e: KeyboardEvent) => e.key === 'Escape' && handleReset(); window.addEventListener('keydown', handleKeyDown); @@ -164,7 +160,8 @@ const MapaBsAs = () => { return (
- + {/* Se elimina el 'style' con el backgroundColor para que lo controle el CSS */} + { // Detectamos si la rueda se mueve hacia atrás (zoom out) if (e.deltaY > 0) { handleReset(); - }else if (e.deltaY < 0) { + } else if (e.deltaY < 0) { handleZoomIn(); } return true; @@ -201,7 +198,7 @@ const MapaBsAs = () => { data-tooltip-content={`${geo.properties.departamento}: ${nombreAgrupacionGanadora}`} className={`rsm-geography ${isSelected ? 'selected' : ''} ${isFaded ? 'faded' : ''}`} fill={getPartyFillColor(geo.properties.departamento)} - stroke="#FFF" + // Se elimina la prop 'stroke' para que la controle el CSS onClick={() => handleGeographyClick(geo)} onMouseEnter={handleMouseEnter} /> @@ -212,8 +209,9 @@ const MapaBsAs = () => { )} - - + {/* Se añade una variante 'light' al Tooltip para que combine mejor */} + + {selectedAmbitoId !== null && }
@@ -223,12 +221,10 @@ const MapaBsAs = () => { ); }; -// --- Sub-componentes (sin cambios) --- -const ControlesMapa = ({ onZoomIn, onZoomOut, onReset }: { onZoomIn: () => void; onZoomOut: () => void; onReset: () => void }) => ( +// --- Sub-componentes --- +const ControlesMapa = ({ onReset }: { onReset: () => void }) => (
- - - +
); @@ -245,13 +241,25 @@ const DetalleMunicipio = ({ ambitoId, onReset }: { ambitoId: number | null; onRe return (
- +

{data?.municipioNombre}

Escrutado: {data?.porcentajeEscrutado.toFixed(2)}% Participación: {data?.porcentajeParticipacion.toFixed(2)}%
-
    {data?.resultados.map(r => (
  • {r.nombre}{r.votos.toLocaleString('es-AR')} ({r.porcentaje.toFixed(2)}%)
  • ))}
+
    + {data?.resultados.map((r, index) => ( +
  • +
    + {r.nombre} + {r.votos.toLocaleString('es-AR')} ({r.porcentaje.toFixed(2)}%) +
    +
    +
    +
    +
  • + ))} +
); }; diff --git a/Elecciones-Web/frontend/src/components/ParliamentLayout.tsx b/Elecciones-Web/frontend/src/components/ParliamentLayout.tsx new file mode 100644 index 0000000..d742c59 --- /dev/null +++ b/Elecciones-Web/frontend/src/components/ParliamentLayout.tsx @@ -0,0 +1,156 @@ +// src/components/ParliamentLayout.tsx +import React from 'react'; + +// Interfaces (sin cambios) +interface SeatFillData { + color: string; + isEnJuego: boolean; +} + +interface ParliamentLayoutProps { + seatData: SeatFillData[]; + size?: number; +} + +export const ParliamentLayout: React.FC = ({ + seatData, + size = 400, +}) => { + const uniqueColors = [...new Set(seatData.map(d => d.color))]; + + // La plantilla de círculos estáticos + const seatElements = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ]; + + const renderedElements = seatElements.map((child, index) => { + // Si no hay datos para este asiento (ej. en la cámara de senadores que tiene menos de 92 bancas) + // lo pintamos de gris. + if (index >= seatData.length) { + return React.cloneElement(child, { + fill: '#E0E0E0', + stroke: '#ffffff', + strokeWidth: 1.5, + }); + } + + const seat = seatData[index]; + const patternId = `stripes-${seat.color.replace('#', '')}`; + + return React.cloneElement(child, { + fill: seat.isEnJuego ? `url(#${patternId})` : seat.color, + stroke: '#ffffff', + strokeWidth: 1.5, + }); + }); + + return ( + + + {uniqueColors.map(color => { + const patternId = `stripes-${color.replace('#', '')}`; + return ( + + + + + ); + })} + + + {renderedElements} + + + ); +}; \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/SenateLayout.tsx b/Elecciones-Web/frontend/src/components/SenateLayout.tsx new file mode 100644 index 0000000..ffe7d34 --- /dev/null +++ b/Elecciones-Web/frontend/src/components/SenateLayout.tsx @@ -0,0 +1,108 @@ +// src/components/SenateLayout.tsx +import React from 'react'; + +// Las interfaces son las mismas que para el otro layout +interface SeatFillData { + color: string; + isEnJuego: boolean; +} + +interface SenateLayoutProps { + seatData: SeatFillData[]; + size?: number; +} + +export const SenateLayout: React.FC = ({ + seatData, + size = 400, +}) => { + const uniqueColors = [...new Set(seatData.map(d => d.color).filter(Boolean))]; + + // Plantilla estática de los 46 asientos del Senado, ordenados para el llenado por columnas. + const seatElements = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ]; + + const renderedElements = seatElements.map((child, index) => { + if (index >= seatData.length) { + return React.cloneElement(child, { + fill: '#E0E0E0', + stroke: '#ffffff', + strokeWidth: 1.5, + }); + } + + const seat = seatData[index]; + const patternId = `stripes-${seat.color.replace('#', '')}`; + + return React.cloneElement(child, { + fill: seat.isEnJuego ? `url(#${patternId})` : seat.color, + stroke: '#ffffff', + strokeWidth: 1.5, + }); + }); + + return ( + + + {uniqueColors.map(color => { + const patternId = `stripes-${color.replace('#', '')}`; + return ( + + + + + ); + })} + + + {renderedElements} + + + ); +}; \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/TelegramaWidget.css b/Elecciones-Web/frontend/src/components/TelegramaWidget.css new file mode 100644 index 0000000..9d29599 --- /dev/null +++ b/Elecciones-Web/frontend/src/components/TelegramaWidget.css @@ -0,0 +1,151 @@ +/* src/components/TelegramaWidget.css */ +.telegrama-container { + background-color: #ffffff; + border: 1px solid #e0e0e0; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); + padding: 1.5rem 2rem; + border-radius: 8px; + max-width: 800px; + margin: 20px auto; + font-family: "Public Sans", system-ui, sans-serif; +} + +.telegrama-container h4 { + margin-top: 0; + color: #212529; + font-size: 1.2em; + font-weight: 700; + margin-bottom: 1.5rem; + text-align: center; +} + +.filters-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + gap: 1rem; + margin-bottom: 1.5rem; +} + +.filters-grid select { + width: 100%; + padding: 0.75rem; + font-size: 1em; + border: 1px solid #ced4da; + border-radius: 4px; + font-family: inherit; + background-color: #fff; +} + +.filters-grid select:disabled { + background-color: #e9ecef; + cursor: not-allowed; +} + +.search-form { + display: flex; + gap: 0.5rem; + margin-bottom: 1.5rem; +} + +.search-input { + flex-grow: 1; + padding: 0.75rem; + font-size: 1em; + border: 1px solid #ced4da; + border-radius: 4px; + font-family: inherit; +} + +.search-button { + padding: 0.75rem 1.5rem; + font-size: 1em; + font-weight: 500; + border: none; + border-radius: 4px; + background-color: var(--primary-accent-color); + color: white; + cursor: pointer; + transition: background-color 0.2s; +} + +.search-button:hover { + background-color: #0056b3; +} + +.search-button:disabled { + background-color: #6c757d; + cursor: not-allowed; +} + +.telegrama-viewer { + min-height: 400px; + display: flex; + align-items: center; + justify-content: center; + border-top: 1px solid #e9ecef; + padding-top: 1.5rem; +} + +.telegrama-viewer .message { + color: #6c757d; + font-size: 1.1em; +} + +.telegrama-viewer .message.error { + color: #d62728; +} + +.telegrama-content { + display: flex; + gap: 2rem; + width: 100%; +} + +.telegrama-image-wrapper { + flex: 1 1 65%; + border: 1px solid #dee2e6; + border-radius: 4px; + overflow: hidden; + max-height: 500px; + overflow-y: auto; +} + +.telegrama-image-wrapper img { + width: 100%; + height: auto; + display: block; +} + +.telegrama-metadata { + flex: 1 1 35%; +} + +.telegrama-metadata h5 { + margin-top: 0; + font-size: 1.1em; + border-bottom: 1px solid #e9ecef; + padding-bottom: 0.5rem; + margin-bottom: 1rem; +} + +.meta-item { + display: flex; + flex-direction: column; + margin-bottom: 1rem; + font-size: 0.9em; +} + +.meta-item span { + color: #6c757d; +} + +.meta-item strong { + color: #212529; + font-size: 1.1em; +} + +@media (max-width: 768px) { + .telegrama-content { + flex-direction: column; + } +} \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/TelegramaWidget.tsx b/Elecciones-Web/frontend/src/components/TelegramaWidget.tsx new file mode 100644 index 0000000..b8f077f --- /dev/null +++ b/Elecciones-Web/frontend/src/components/TelegramaWidget.tsx @@ -0,0 +1,127 @@ +// src/components/TelegramaWidget.tsx +import { useState, useEffect } from 'react'; +import { + getSecciones, + getMunicipiosPorSeccion, + getCircuitosPorMunicipio, + getEstablecimientosPorCircuito, + getMesasPorEstablecimiento, + getTelegramaPorId +} from '../apiService'; +import type { TelegramaData, CatalogoItem } from '../types/types'; +import './TelegramaWidget.css'; + +export const TelegramaWidget = () => { + // Estados para los filtros geográficos + const [secciones, setSecciones] = useState([]); + const [municipios, setMunicipios] = useState([]); + const [circuitos, setCircuitos] = useState([]); + const [establecimientos, setEstablecimientos] = useState([]); + const [mesas, setMesas] = useState([]); + + // Estados para los valores seleccionados + const [selectedSeccion, setSelectedSeccion] = useState(''); + const [selectedMunicipio, setSelectedMunicipio] = useState(''); + const [selectedCircuito, setSelectedCircuito] = useState(''); + const [selectedEstablecimiento, setSelectedEstablecimiento] = useState(''); + const [selectedMesa, setSelectedMesa] = useState(''); + + // Estados para la visualización del telegrama + const [telegrama, setTelegrama] = useState(null); + const [loading, setLoading] = useState(false); + const [error, setError] = useState(null); + + // Cargar secciones iniciales + useEffect(() => { + getSecciones().then(setSecciones); + }, []); + + // Cargar municipios cuando cambia la sección + useEffect(() => { + if (selectedSeccion) { + setMunicipios([]); setCircuitos([]); setEstablecimientos([]); setMesas([]); + setSelectedMunicipio(''); setSelectedCircuito(''); setSelectedEstablecimiento(''); setSelectedMesa(''); + getMunicipiosPorSeccion(selectedSeccion).then(setMunicipios); + } + }, [selectedSeccion]); + + // Y así sucesivamente para los demás filtros... + useEffect(() => { + if (selectedMunicipio) { + setCircuitos([]); setEstablecimientos([]); setMesas([]); + setSelectedCircuito(''); setSelectedEstablecimiento(''); setSelectedMesa(''); + getCircuitosPorMunicipio(selectedMunicipio).then(setCircuitos); + } + }, [selectedMunicipio]); + + useEffect(() => { + if (selectedCircuito) { + setEstablecimientos([]); setMesas([]); + setSelectedEstablecimiento(''); setSelectedMesa(''); + getEstablecimientosPorCircuito(selectedCircuito).then(setEstablecimientos); + } + }, [selectedCircuito]); + + useEffect(() => { + if (selectedEstablecimiento) { + setMesas([]); + setSelectedMesa(''); + getMesasPorEstablecimiento(selectedEstablecimiento).then(setMesas); + } + }, [selectedEstablecimiento]); + + // Buscar el telegrama cuando se selecciona una mesa + useEffect(() => { + if (selectedMesa) { + setLoading(true); + setError(null); + setTelegrama(null); + getTelegramaPorId(selectedMesa) + .then(setTelegrama) + .catch(() => setError(`No se encontró el telegrama para la mesa seleccionada.`)) + .finally(() => setLoading(false)); + } + }, [selectedMesa]); + + return ( +
+

Consulta de Telegramas por Ubicación

+
+ + + + + +
+ +
+ {loading &&
} + {error &&

{error}

} + {telegrama && ( +
+
+ {`Telegrama +
+ {/* Metadata (opcional, se puede añadir aquí si se desea) */} +
+ )} + {!loading && !telegrama && !error &&

Seleccione una mesa para visualizar el telegrama.

} +
+
+ ); +}; \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/TickerWidget.css b/Elecciones-Web/frontend/src/components/TickerWidget.css index 359c375..4c41195 100644 --- a/Elecciones-Web/frontend/src/components/TickerWidget.css +++ b/Elecciones-Web/frontend/src/components/TickerWidget.css @@ -1,44 +1,49 @@ /* src/components/TickerWidget.css */ .ticker-container { - background-color: #2a2a2e; + /* Se cambia a un fondo claro con borde y sombra sutil */ + background-color: #ffffff; + border: 1px solid #e0e0e0; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); padding: 15px 20px; border-radius: 8px; max-width: 800px; margin: 20px auto; - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; - color: #e0e0e0; + font-family: "Public Sans", system-ui, Avenir, Helvetica, Arial, sans-serif; + color: #333333; /* Color de texto por defecto */ } .ticker-container.loading, .ticker-container.error { text-align: center; padding: 30px; font-style: italic; - color: #999; + color: #757575; /* Color de texto atenuado */ } .ticker-header { display: flex; justify-content: space-between; align-items: center; - border-bottom: 1px solid #444; + border-bottom: 1px solid #e0e0e0; /* Borde más claro */ padding-bottom: 10px; margin-bottom: 15px; } .ticker-header h3 { margin: 0; - color: white; - font-size: 1.4em; + color: #212529; /* Color de título oscuro */ + font-size: 1.2em; + font-weight: 700; } .ticker-stats { display: flex; gap: 20px; font-size: 0.9em; + color: #555; } .ticker-stats strong { - color: #a7c7e7; + color: #0073e6; /* Se usa el azul primario para destacar */ font-size: 1.1em; } @@ -64,19 +69,19 @@ } .ticker-party .party-percent { - font-weight: bold; + font-weight: 700; } .party-bar-background { - background-color: #444; + background-color: #e9ecef; /* Fondo de barra claro */ border-radius: 4px; height: 10px; overflow: hidden; } .party-bar-foreground { - background-color: #646cff; height: 100%; border-radius: 4px; transition: width 0.5s ease-in-out; + /* El color de fondo se sigue aplicando desde el componente, esto es correcto */ } \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/components/TickerWidget.tsx b/Elecciones-Web/frontend/src/components/TickerWidget.tsx index 41bb985..4f017fb 100644 --- a/Elecciones-Web/frontend/src/components/TickerWidget.tsx +++ b/Elecciones-Web/frontend/src/components/TickerWidget.tsx @@ -13,14 +13,20 @@ const COLORS = [ export const TickerWidget = () => { const [data, setData] = useState(null); const [loading, setLoading] = useState(true); + // Se añade un nuevo estado para manejar errores de forma explícita + const [error, setError] = useState(null); useEffect(() => { const fetchData = async () => { + // Se resetea el error en cada intento de carga + setError(null); try { const result = await getResumenProvincial(); setData(result); - } catch (error) { - console.error("Error cargando resumen provincial:", error); + } catch (err) { + console.error("Error cargando resumen provincial:", err); + // Se guarda el mensaje de error para mostrarlo en la UI + setError("No se pudo conectar con el servidor para obtener el resumen provincial."); } finally { setLoading(false); } @@ -36,17 +42,22 @@ export const TickerWidget = () => { return
Cargando resultados provinciales...
; } + // Si hay un error, se muestra el mensaje correspondiente + if (error) { + return
{error}
; + } + if (!data) { - return
No se pudieron cargar los datos.
; + return
No hay datos disponibles.
; } return (
-

TOTAL PROVINCIA {data.provinciaNombre}

+

PROVINCIA BS. AS.

Mesas Escrutadas: {formatPercent(data.porcentajeEscrutado)} - Participación: {formatPercent(data.porcentajeParticipacion)} + Participación Total: {formatPercent(data.porcentajeParticipacion)}
diff --git a/Elecciones-Web/frontend/src/index.css b/Elecciones-Web/frontend/src/index.css index 49031f4..2262454 100644 --- a/Elecciones-Web/frontend/src/index.css +++ b/Elecciones-Web/frontend/src/index.css @@ -1,13 +1,18 @@ /* src/index.css */ + +/* Se importa la tipografía "Public Sans" desde Google Fonts, la misma que usa eldia.com */ +@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;700&display=swap'); + :root { - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; + /* Se establece la nueva fuente principal y las de respaldo */ + font-family: "Public Sans", system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; - /* Tema Claro por defecto */ + /* Tema Claro inspirado en El Día */ color-scheme: light; - color: #213547; - background-color: #ffffff; + color: #333333; /* Texto principal más oscuro para mejor legibilidad */ + background-color: #ffffff; /* Fondo blanco */ font-synthesis: none; text-rendering: optimizeLegibility; @@ -17,42 +22,39 @@ a { font-weight: 500; - color: #646cff; - text-decoration: inherit; + color: #0073e6; /* Azul corporativo de El Día */ + text-decoration: none; /* Se quita el subrayado por defecto, como en el sitio */ } a:hover { - color: #535bf2; + text-decoration: underline; /* Se añade subrayado en hover para claridad */ } body { margin: 0; - display: flex; - place-items: center; + /* Se elimina el centrado vertical para un layout de página más tradicional */ min-width: 320px; min-height: 100vh; } h1 { - font-size: 3.2em; + font-size: 2.5em; /* Ligeramente más pequeño para un look más de noticia */ line-height: 1.1; + color: #212529; } button { - border-radius: 8px; + border-radius: 4px; /* Bordes menos redondeados */ border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; font-weight: 500; font-family: inherit; - /* Color de fondo para botones en tema claro */ - background-color: #f9f9f9; + background-color: #f8f9fa; /* Un gris muy claro para botones */ + border-color: #dee2e6; /* Borde sutil */ cursor: pointer; - transition: border-color 0.25s; + transition: all 0.2s; } button:hover { - border-color: #646cff; -} -button:focus, -button:focus-visible { - outline: 4px auto -webkit-focus-ring-color; + border-color: #0073e6; + background-color: #eef7ff; } \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/types/types.ts b/Elecciones-Web/frontend/src/types/types.ts index 80b8f3c..0dde52b 100644 --- a/Elecciones-Web/frontend/src/types/types.ts +++ b/Elecciones-Web/frontend/src/types/types.ts @@ -24,9 +24,9 @@ export interface MunicipioResultadosDto { // Tipo para la respuesta del endpoint del mapa export interface MapaDto { - ambitoId: number; - departamentoNombre: string; - agrupacionGanadoraId: string; + ambitoId: number; + departamentoNombre: string; + agrupacionGanadoraId: string; } // Definición de tipo para los objetos de geografía de react-simple-maps @@ -34,7 +34,7 @@ export interface GeographyObject { rsmKey: string; properties: { // CORRECCIÓN: Se cambia 'nombre' por 'NAME_2' para coincidir con el archivo topojson - NAME_2: string; + NAME_2: string; [key: string]: any; // Permite otras propiedades que puedan venir }; } @@ -58,5 +58,27 @@ export interface ResumenProvincial { resultados: AgrupacionResultado[]; votosAdicionales: VotosAdicionales; } -export interface Banca { agrupacionNombre: string; bancas: number; } -export interface ProyeccionBancas { seccionNombre: string; proyeccion: Banca[]; } \ No newline at end of file + +export interface Banca { + agrupacionNombre: string; + bancas: number; + [key: string]: string | number; +} + +export interface ProyeccionBancas { + seccionNombre: string; + proyeccion: Banca[]; +} + +export interface TelegramaData { + id: string; + ambitoGeograficoId: number; + contenidoBase64: string; + fechaEscaneo: string; + fechaTotalizacion: string; +} + +export interface CatalogoItem { + id: string; + nombre: string; +} \ No newline at end of file diff --git a/Elecciones-Web/src/Elecciones.Api/Controllers/CatalogosController.cs b/Elecciones-Web/src/Elecciones.Api/Controllers/CatalogosController.cs index 3844b22..3c3469f 100644 --- a/Elecciones-Web/src/Elecciones.Api/Controllers/CatalogosController.cs +++ b/Elecciones-Web/src/Elecciones.Api/Controllers/CatalogosController.cs @@ -21,13 +21,12 @@ public class CatalogosController : ControllerBase [HttpGet("municipios")] public async Task GetMunicipios() { - // CORRECCIÓN: Los partidos/municipios corresponden al NivelId 30 (Sección) var municipios = await _dbContext.AmbitosGeograficos .AsNoTracking() - .Where(a => a.NivelId == 30 && a.SeccionId != null) // <-- NivelId 30 + .Where(a => a.NivelId == 30 && a.SeccionId != null) .Select(a => new MunicipioSimpleDto { - Id = a.SeccionId!, // <-- Usamos SeccionId como el ID + Id = a.SeccionId!, Nombre = a.Nombre }) .OrderBy(m => m.Nombre) @@ -41,8 +40,82 @@ public class CatalogosController : ControllerBase { var agrupaciones = await _dbContext.AgrupacionesPoliticas .AsNoTracking() - .Select(a => new { a.Id, a.Nombre }) // Devuelve solo lo necesario + .Select(a => new { a.Id, a.Nombre }) .ToListAsync(); return Ok(agrupaciones); } + + [HttpGet("secciones-electorales")] + public async Task GetSeccionesElectorales() + { + var secciones = await _dbContext.AmbitosGeograficos + .AsNoTracking() + // Buscamos los ámbitos que son Secciones Electorales (Nivel 20) + .Where(a => a.NivelId == 20 && a.SeccionProvincialId != null) + .Select(a => new MunicipioSimpleDto // Reutilizamos el DTO porque tiene la misma estructura {Id, Nombre} + { + Id = a.SeccionProvincialId!, // El ID que usaremos es el SeccionProvincialId + Nombre = a.Nombre + }) + .OrderBy(s => s.Nombre) + .ToListAsync(); + + return Ok(secciones); + } + + // Nivel 20: Sección Electoral + [HttpGet("secciones")] + public async Task GetSecciones() + { + var secciones = await _dbContext.AmbitosGeograficos.AsNoTracking() + .Where(a => a.NivelId == 20 && !string.IsNullOrEmpty(a.SeccionProvincialId)) + .Select(a => new { Id = a.SeccionProvincialId, a.Nombre }) + .Distinct().OrderBy(s => s.Nombre).ToListAsync(); + return Ok(secciones); + } + + // Nivel 30: Municipio (llamado "Sección" por la API) + [HttpGet("municipios/{seccionProvincialId}")] + public async Task GetMunicipiosPorSeccion(string seccionProvincialId) + { + var municipios = await _dbContext.AmbitosGeograficos.AsNoTracking() + .Where(a => a.NivelId == 30 && a.SeccionProvincialId == seccionProvincialId && !string.IsNullOrEmpty(a.SeccionId)) + .Select(a => new { Id = a.SeccionId, a.Nombre }) // El ID del Municipio es SeccionId + .Distinct().OrderBy(m => m.Nombre).ToListAsync(); + return Ok(municipios); + } + + // Nivel 50: Circuito (llamado "Municipio" por la API) + [HttpGet("circuitos/{municipioId}")] + public async Task GetCircuitosPorMunicipio(string municipioId) + { + var circuitos = await _dbContext.AmbitosGeograficos.AsNoTracking() + // Un Circuito (Nivel 50) pertenece a un Municipio (Nivel 30) a través del campo 'SeccionId' + .Where(a => a.NivelId == 50 && a.SeccionId == municipioId && !string.IsNullOrEmpty(a.CircuitoId)) + .Select(a => new { Id = a.CircuitoId, a.Nombre }) + .Distinct().OrderBy(c => c.Nombre).ToListAsync(); + return Ok(circuitos); + } + + // Nivel 60: Establecimiento (llamado "Colegio" por la API) + [HttpGet("establecimientos/{circuitoId}")] + public async Task GetEstablecimientosPorCircuito(string circuitoId) + { + var establecimientos = await _dbContext.AmbitosGeograficos.AsNoTracking() + .Where(a => a.NivelId == 60 && a.CircuitoId == circuitoId && !string.IsNullOrEmpty(a.EstablecimientoId)) + .Select(a => new { Id = a.EstablecimientoId, a.Nombre }) + .Distinct().OrderBy(e => e.Nombre).ToListAsync(); + return Ok(establecimientos); + } + + // Nivel 70: Mesa + [HttpGet("mesas/{establecimientoId}")] + public async Task GetMesasPorEstablecimiento(string establecimientoId) + { + var mesas = await _dbContext.AmbitosGeograficos.AsNoTracking() + .Where(a => a.NivelId == 70 && a.EstablecimientoId == establecimientoId && !string.IsNullOrEmpty(a.MesaId)) + .Select(a => new { Id = a.MesaId, a.Nombre }) + .Distinct().OrderBy(m => m.Nombre).ToListAsync(); + return Ok(mesas); + } } \ No newline at end of file diff --git a/Elecciones-Web/src/Elecciones.Api/Controllers/ResultadosController.cs b/Elecciones-Web/src/Elecciones.Api/Controllers/ResultadosController.cs index 389e729..174cf04 100644 --- a/Elecciones-Web/src/Elecciones.Api/Controllers/ResultadosController.cs +++ b/Elecciones-Web/src/Elecciones.Api/Controllers/ResultadosController.cs @@ -3,6 +3,8 @@ using Elecciones.Core.DTOs.ApiResponses; using Elecciones.Database; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; +using System; +using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; @@ -91,59 +93,85 @@ public class ResultadosController : ControllerBase [HttpGet("provincia/{distritoId}")] public async Task GetResultadosProvinciales(string distritoId) { - // TODO: Esta lógica debe ser reemplazada para leer datos reales de la BD - // cuando el worker comience a ingestar los totales a nivel provincial. - // Por ahora, devolvemos datos simulados para permitir el desarrollo del frontend. + _logger.LogInformation("Solicitud de resultados para la provincia con distritoId: {DistritoId}", distritoId); - var ambito = await _dbContext.AmbitosGeograficos.AsNoTracking() - .FirstOrDefaultAsync(a => a.DistritoId == distritoId && a.NivelId == 10); + // PASO 1: Encontrar el ámbito geográfico de la provincia. + var provincia = await _dbContext.AmbitosGeograficos.AsNoTracking() + .FirstOrDefaultAsync(a => a.DistritoId == distritoId && a.NivelId == 10); - if (ambito == null) + if (provincia == null) { - return NotFound(new { message = "No se encontró la provincia" }); + _logger.LogWarning("No se encontró la provincia con distritoId: {DistritoId}", distritoId); + return NotFound(new { message = $"No se encontró la provincia con distritoId {distritoId}" }); } - // Simulación - var random = new Random(); - var respuestaSimulada = new ResumenProvincialDto + // PASO 2: Obtener el estado general del recuento para la provincia. + // Como las estadísticas generales (mesas, participación) son las mismas para todas las categorías, + // simplemente tomamos la primera que encontremos para este ámbito. + var estadoGeneral = await _dbContext.EstadosRecuentosGenerales.AsNoTracking() + .FirstOrDefaultAsync(e => e.AmbitoGeograficoId == provincia.Id); + + // PASO 3: Obtener el resumen de votos por agrupación para la provincia. + // Hacemos un JOIN manual entre ResumenesVotos y AgrupacionesPoliticas para obtener los nombres. + var resultados = await _dbContext.ResumenesVotos + .AsNoTracking() + .Where(r => r.AmbitoGeograficoId == provincia.Id) + .Join( + _dbContext.AgrupacionesPoliticas.AsNoTracking(), + resumen => resumen.AgrupacionPoliticaId, + agrupacion => agrupacion.Id, + (resumen, agrupacion) => new AgrupacionResultadoDto + { + Nombre = agrupacion.Nombre, + Votos = resumen.Votos, + Porcentaje = resumen.VotosPorcentaje + }) + .OrderByDescending(r => r.Votos) + .ToListAsync(); + + // PASO 4: Construir el objeto de respuesta (DTO). + // Si no hay datos de recuento aún, usamos valores por defecto para evitar errores en el frontend. + var respuestaDto = new ResumenProvincialDto { - ProvinciaNombre = ambito.Nombre, - UltimaActualizacion = DateTime.UtcNow, - PorcentajeEscrutado = 78.45m, - PorcentajeParticipacion = 65.12m, - Resultados = - [ - new() { Nombre = "ALIANZA POR EL FUTURO", Votos = 2500000 + random.Next(1, 1000), Porcentaje = 45.12m }, - new() { Nombre = "FRENTE DE AVANZADA", Votos = 2100000 + random.Next(1, 1000), Porcentaje = 38.78m }, - new() { Nombre = "UNION POPULAR", Votos = 800000 + random.Next(1, 1000), Porcentaje = 14.10m }, - ], - VotosAdicionales = new VotosAdicionalesDto { EnBlanco = 150000, Nulos = 80000, Recurridos = 1200 } + ProvinciaNombre = provincia.Nombre, + UltimaActualizacion = estadoGeneral?.FechaTotalizacion ?? DateTime.UtcNow, + PorcentajeEscrutado = estadoGeneral?.MesasTotalizadasPorcentaje ?? 0, + PorcentajeParticipacion = estadoGeneral?.ParticipacionPorcentaje ?? 0, + Resultados = resultados, + // NOTA: Los votos adicionales (nulos, en blanco) no están en la tabla de resumen provincial. + // Esto es una mejora pendiente en el Worker. Por ahora, devolvemos 0. + VotosAdicionales = new VotosAdicionalesDto { EnBlanco = 0, Nulos = 0, Recurridos = 0 } }; - return Ok(await Task.FromResult(respuestaSimulada)); + _logger.LogInformation("Devolviendo {NumResultados} resultados de agrupaciones para la provincia.", respuestaDto.Resultados.Count); + + return Ok(respuestaDto); } + [HttpGet("bancas/{seccionId}")] public async Task GetBancasPorSeccion(string seccionId) { - // 1. Buscamos el ámbito de la sección electoral + // 1. Buscamos el ámbito usando 'SeccionProvincialId'. + // La API oficial usa este campo para las secciones electorales. + // Además, el worker guarda estas secciones con NivelId = 20, por lo que lo usamos aquí para consistencia. var seccion = await _dbContext.AmbitosGeograficos .AsNoTracking() - .FirstOrDefaultAsync(a => a.SeccionId == seccionId && a.NivelId == 4); // Nivel 4 = Sección Electoral + .FirstOrDefaultAsync(a => a.SeccionProvincialId == seccionId && a.NivelId == 20); // Nivel 20 = Sección Electoral Provincial if (seccion == null) { + _logger.LogWarning("No se encontró la sección electoral con SeccionProvincialId: {SeccionId}", seccionId); return NotFound(new { message = $"No se encontró la sección electoral con ID {seccionId}" }); } - // 2. Buscamos todas las proyecciones para ese ámbito, incluyendo el nombre de la agrupación + // 2. Buscamos todas las proyecciones para ese ámbito (usando su clave primaria 'Id') var proyecciones = await _dbContext.ProyeccionesBancas .AsNoTracking() - .Include(p => p.AgrupacionPolitica) // Incluimos el nombre del partido + .Include(p => p.AgrupacionPolitica) .Where(p => p.AmbitoGeograficoId == seccion.Id) .Select(p => new { - // Creamos un objeto anónimo para la respuesta, más limpio que un DTO para este caso simple AgrupacionNombre = p.AgrupacionPolitica.Nombre, Bancas = p.NroBancas }) @@ -152,10 +180,12 @@ public class ResultadosController : ControllerBase if (!proyecciones.Any()) { + // Este caso es posible si aún no hay proyecciones calculadas para esta sección. + _logger.LogWarning("No se encontraron proyecciones de bancas para la sección: {SeccionNombre}", seccion.Nombre); return NotFound(new { message = $"No se han encontrado proyecciones de bancas para la sección {seccion.Nombre}" }); } - // 3. Devolvemos un objeto que contiene el nombre de la sección y la lista de resultados + // 3. Devolvemos la respuesta return Ok(new { SeccionNombre = seccion.Nombre, @@ -263,4 +293,40 @@ public class ResultadosController : ControllerBase return Ok(respuestaDto); } + + [HttpGet("composicion-congreso")] + public IActionResult GetComposicionCongreso() + { + var diputados = new + { + CamaraNombre = "Cámara de Diputados", + TotalBancas = 92, + BancasEnJuego = 46, + Partidos = new[] + { + // --- DATOS ACTUALIZADOS CON 'BANCASENJUEGO' --- + new { Id = "501", Nombre = "CANDIDATURA 501", BancasTotales = 2, BancasEnJuego = 1, Color = "#d62728" }, + new { Id = "513", Nombre = "CANDIDATURA 513", BancasTotales = 37, BancasEnJuego = 19, Color = "#1f77b4" }, + new { Id = "516", Nombre = "CANDIDATURA 516", BancasTotales = 18, BancasEnJuego = 8, Color = "#2ca02c" }, + new { Id = "511", Nombre = "CANDIDATURA 511", BancasTotales = 22, BancasEnJuego = 12, Color = "#ff7f0e" }, + new { Id = "507", Nombre = "CANDIDATURA 507", BancasTotales = 13, BancasEnJuego = 6, Color = "#9467bd" } + } + }; + + var senadores = new + { + CamaraNombre = "Cámara de Senadores", + TotalBancas = 46, + BancasEnJuego = 23, + Partidos = new[] + { + new { Id = "513_S", Nombre = "CANDIDATURA 513", BancasTotales = 21, BancasEnJuego = 10, Color = "#1f77b4" }, + new { Id = "516_S", Nombre = "CANDIDATURA 516", BancasTotales = 9, BancasEnJuego = 5, Color = "#2ca02c" }, + new { Id = "511_S", Nombre = "CANDIDATURA 511", BancasTotales = 11, BancasEnJuego = 6, Color = "#ff7f0e" }, + new { Id = "507_S", Nombre = "CANDIDATURA 507", BancasTotales = 5, BancasEnJuego = 2, Color = "#9467bd" } + } + }; + + return Ok(new { Diputados = diputados, Senadores = senadores }); + } } \ No newline at end of file diff --git a/Elecciones-Web/src/Elecciones.Api/Controllers/TelegramasController.cs b/Elecciones-Web/src/Elecciones.Api/Controllers/TelegramasController.cs index 11bec7e..afe9c91 100644 --- a/Elecciones-Web/src/Elecciones.Api/Controllers/TelegramasController.cs +++ b/Elecciones-Web/src/Elecciones.Api/Controllers/TelegramasController.cs @@ -40,16 +40,31 @@ public class TelegramasController : ControllerBase [HttpGet("{mesaId}")] public async Task GetTelegramaPorId(string mesaId) { + // PASO 1: Buscar el ámbito geográfico que corresponde a esta MesaId. + // Esto nos dará el ID interno (clave primaria) del ámbito. + var ambitoMesa = await _dbContext.AmbitosGeograficos + .AsNoTracking() + .FirstOrDefaultAsync(a => a.MesaId == mesaId && a.NivelId == 70); + + if (ambitoMesa == null) + { + // Si no encontramos el ámbito, significa que el MesaId no es válido. + return NotFound(new { message = $"No se encontró un ámbito geográfico para la mesa con ID {mesaId}" }); + } + + // PASO 2: Usar el ID interno del ámbito para buscar el telegrama. + // Esta es la relación correcta entre las tablas. var telegrama = await _dbContext.Telegramas .AsNoTracking() - .FirstOrDefaultAsync(t => t.Id == mesaId); + .FirstOrDefaultAsync(t => t.AmbitoGeograficoId == ambitoMesa.Id); if (telegrama == null) { - return NotFound(new { message = $"No se encontró el telegrama con ID {mesaId}" }); + // Si encontramos el ámbito pero no el telegrama, significa que aún no ha sido descargado. + return NotFound(new { message = $"Se encontró la mesa, pero su telegrama aún no ha sido procesado." }); } - // Devolvemos todos los datos del telegrama + // Devolvemos los datos del telegrama encontrado. return Ok(new { telegrama.Id, diff --git a/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/Elecciones.Api.AssemblyInfo.cs b/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/Elecciones.Api.AssemblyInfo.cs index aa332f2..bc3e697 100644 --- a/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/Elecciones.Api.AssemblyInfo.cs +++ b/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/Elecciones.Api.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Elecciones.Api")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13c6accd156385dfc057e9dd765349535f494139")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8192185bc567f6103d3457235798b1cefca61239")] [assembly: System.Reflection.AssemblyProductAttribute("Elecciones.Api")] [assembly: System.Reflection.AssemblyTitleAttribute("Elecciones.Api")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json index 2a8c961..cfe471f 100644 --- a/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ b/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json @@ -1 +1 @@ -{"GlobalPropertiesHash":"b5T/+ta4fUd8qpIzUTm3KyEwAYYUsU5ASo+CSFM3ByE=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["Dji\u002Bta/0e7zUKw3oe\u002BriV3kbWxZ93FP2z2QIYsHXTl4=","t631p0kaOa0gMRIcaPzz1ZVPZ1kuq4pq4kYPWQgoPcM=","PA/Beu9jJpOBY5r5Y1CiSyqrARA2j7LHeWYUnEZpQO8=","ywKm3DCyXg4YCbZAIx3JUlT8N4Irff3GswYUVDST\u002BjQ=","6WTvWQ72AaZBYOVSmaxaci9tc1dW5p7IK9Kscjj2cb0=","vAy46VJ9Gp8QqG/Px4J1mj8jL6ws4/A01UKRmMYfYek=","cdgbHR/E4DJsddPc\u002BTpzoUMOVNaFJZm33Pw7AxU9Ees=","4r4JGR4hS5m4rsLfuCSZxzrknTBxKFkLQDXc\u002B2KbqTU=","yVoZ4UnBcSOapsJIi046hnn7ylD3jAcEBUxQ\u002Brkvj/4=","/dERIyc1JOhwFtrVKNy7mb/2h9NWmiwO1FwPtFm4Im0=","P8JRhYPpULTLMAydvl3Ky\u002B92/tYDIjui0l66En4aXuQ=","yTq/Ml6GIPmYajoAWVY9apLuQ9\u002B9//ZN/AKmDBmwvBg="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file +{"GlobalPropertiesHash":"b5T/+ta4fUd8qpIzUTm3KyEwAYYUsU5ASo+CSFM3ByE=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["Dji\u002Bta/0e7zUKw3oe\u002BriV3kbWxZ93FP2z2QIYsHXTl4=","t631p0kaOa0gMRIcaPzz1ZVPZ1kuq4pq4kYPWQgoPcM=","PA/Beu9jJpOBY5r5Y1CiSyqrARA2j7LHeWYUnEZpQO8=","ywKm3DCyXg4YCbZAIx3JUlT8N4Irff3GswYUVDST\u002BjQ=","6WTvWQ72AaZBYOVSmaxaci9tc1dW5p7IK9Kscjj2cb0=","vAy46VJ9Gp8QqG/Px4J1mj8jL6ws4/A01UKRmMYfYek=","cdgbHR/E4DJsddPc\u002BTpzoUMOVNaFJZm33Pw7AxU9Ees=","4r4JGR4hS5m4rsLfuCSZxzrknTBxKFkLQDXc\u002B2KbqTU=","yVoZ4UnBcSOapsJIi046hnn7ylD3jAcEBUxQ\u002Brkvj/4=","/GfbpJthEWmsuz0uFx1QLHM7gyM1wLLeQgAIl4SzUD4=","i5\u002B5LcfxQD8meRAkQbVf4wMvjxSE4\u002BjCd2/FdPtMpms=","pJWMHkD90O0wJmytQzhndfB28\u002Bh41dgWfu2x4/0cWSQ=","P8JRhYPpULTLMAydvl3Ky\u002B92/tYDIjui0l66En4aXuQ=","b188IfzQfT2K5xJ83wmDTA9\u002B6jiF27JwsgOAO2dXlcY="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json index 48d62e5..58d8c90 100644 --- a/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ b/Elecciones-Web/src/Elecciones.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json @@ -1 +1 @@ -{"GlobalPropertiesHash":"tJTBjV/i0Ihkc6XuOu69wxL8PBac9c9Kak6srMso4pU=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["Dji\u002Bta/0e7zUKw3oe\u002BriV3kbWxZ93FP2z2QIYsHXTl4=","t631p0kaOa0gMRIcaPzz1ZVPZ1kuq4pq4kYPWQgoPcM=","PA/Beu9jJpOBY5r5Y1CiSyqrARA2j7LHeWYUnEZpQO8=","ywKm3DCyXg4YCbZAIx3JUlT8N4Irff3GswYUVDST\u002BjQ=","6WTvWQ72AaZBYOVSmaxaci9tc1dW5p7IK9Kscjj2cb0=","vAy46VJ9Gp8QqG/Px4J1mj8jL6ws4/A01UKRmMYfYek=","cdgbHR/E4DJsddPc\u002BTpzoUMOVNaFJZm33Pw7AxU9Ees=","4r4JGR4hS5m4rsLfuCSZxzrknTBxKFkLQDXc\u002B2KbqTU=","yVoZ4UnBcSOapsJIi046hnn7ylD3jAcEBUxQ\u002Brkvj/4=","/dERIyc1JOhwFtrVKNy7mb/2h9NWmiwO1FwPtFm4Im0=","P8JRhYPpULTLMAydvl3Ky\u002B92/tYDIjui0l66En4aXuQ=","yTq/Ml6GIPmYajoAWVY9apLuQ9\u002B9//ZN/AKmDBmwvBg="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file +{"GlobalPropertiesHash":"tJTBjV/i0Ihkc6XuOu69wxL8PBac9c9Kak6srMso4pU=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["Dji\u002Bta/0e7zUKw3oe\u002BriV3kbWxZ93FP2z2QIYsHXTl4=","t631p0kaOa0gMRIcaPzz1ZVPZ1kuq4pq4kYPWQgoPcM=","PA/Beu9jJpOBY5r5Y1CiSyqrARA2j7LHeWYUnEZpQO8=","ywKm3DCyXg4YCbZAIx3JUlT8N4Irff3GswYUVDST\u002BjQ=","6WTvWQ72AaZBYOVSmaxaci9tc1dW5p7IK9Kscjj2cb0=","vAy46VJ9Gp8QqG/Px4J1mj8jL6ws4/A01UKRmMYfYek=","cdgbHR/E4DJsddPc\u002BTpzoUMOVNaFJZm33Pw7AxU9Ees=","4r4JGR4hS5m4rsLfuCSZxzrknTBxKFkLQDXc\u002B2KbqTU=","yVoZ4UnBcSOapsJIi046hnn7ylD3jAcEBUxQ\u002Brkvj/4=","/GfbpJthEWmsuz0uFx1QLHM7gyM1wLLeQgAIl4SzUD4=","i5\u002B5LcfxQD8meRAkQbVf4wMvjxSE4\u002BjCd2/FdPtMpms=","pJWMHkD90O0wJmytQzhndfB28\u002Bh41dgWfu2x4/0cWSQ=","P8JRhYPpULTLMAydvl3Ky\u002B92/tYDIjui0l66En4aXuQ=","b188IfzQfT2K5xJ83wmDTA9\u002B6jiF27JwsgOAO2dXlcY="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/Elecciones-Web/src/Elecciones.Core/obj/Debug/net9.0/Elecciones.Core.AssemblyInfo.cs b/Elecciones-Web/src/Elecciones.Core/obj/Debug/net9.0/Elecciones.Core.AssemblyInfo.cs index dc3acc5..415ceac 100644 --- a/Elecciones-Web/src/Elecciones.Core/obj/Debug/net9.0/Elecciones.Core.AssemblyInfo.cs +++ b/Elecciones-Web/src/Elecciones.Core/obj/Debug/net9.0/Elecciones.Core.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Elecciones.Core")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13c6accd156385dfc057e9dd765349535f494139")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8192185bc567f6103d3457235798b1cefca61239")] [assembly: System.Reflection.AssemblyProductAttribute("Elecciones.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("Elecciones.Core")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Elecciones-Web/src/Elecciones.Database/obj/Debug/net9.0/Elecciones.Database.AssemblyInfo.cs b/Elecciones-Web/src/Elecciones.Database/obj/Debug/net9.0/Elecciones.Database.AssemblyInfo.cs index da6a25b..fe4a187 100644 --- a/Elecciones-Web/src/Elecciones.Database/obj/Debug/net9.0/Elecciones.Database.AssemblyInfo.cs +++ b/Elecciones-Web/src/Elecciones.Database/obj/Debug/net9.0/Elecciones.Database.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Elecciones.Database")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13c6accd156385dfc057e9dd765349535f494139")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8192185bc567f6103d3457235798b1cefca61239")] [assembly: System.Reflection.AssemblyProductAttribute("Elecciones.Database")] [assembly: System.Reflection.AssemblyTitleAttribute("Elecciones.Database")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Elecciones-Web/src/Elecciones.Infrastructure/obj/Debug/net9.0/Elecciones.Infrastructure.AssemblyInfo.cs b/Elecciones-Web/src/Elecciones.Infrastructure/obj/Debug/net9.0/Elecciones.Infrastructure.AssemblyInfo.cs index 72df14c..0043130 100644 --- a/Elecciones-Web/src/Elecciones.Infrastructure/obj/Debug/net9.0/Elecciones.Infrastructure.AssemblyInfo.cs +++ b/Elecciones-Web/src/Elecciones.Infrastructure/obj/Debug/net9.0/Elecciones.Infrastructure.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Elecciones.Infrastructure")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13c6accd156385dfc057e9dd765349535f494139")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8192185bc567f6103d3457235798b1cefca61239")] [assembly: System.Reflection.AssemblyProductAttribute("Elecciones.Infrastructure")] [assembly: System.Reflection.AssemblyTitleAttribute("Elecciones.Infrastructure")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Elecciones-Web/src/Elecciones.Worker/LowPriorityDataWorker.cs b/Elecciones-Web/src/Elecciones.Worker/LowPriorityDataWorker.cs index 008db13..5158a6e 100644 --- a/Elecciones-Web/src/Elecciones.Worker/LowPriorityDataWorker.cs +++ b/Elecciones-Web/src/Elecciones.Worker/LowPriorityDataWorker.cs @@ -237,8 +237,6 @@ public class LowPriorityDataWorker : BackgroundService } } - - /// /// Sondea la proyección de bancas a nivel Provincial y por Sección Electoral. /// Esta versión es completamente robusta: maneja respuestas de API vacías o con fechas mal formadas, @@ -410,21 +408,16 @@ public class LowPriorityDataWorker : BackgroundService if (!partidos.Any() || !categorias.Any()) return; - // --- LÓGICA DE GOTEO LENTO --- - // Procesamos una combinación (partido/categoría) a la vez. foreach (var partido in partidos) { foreach (var categoria in categorias) { - // Si la aplicación se apaga, salimos inmediatamente. if (stoppingToken.IsCancellationRequested) return; - // Obtenemos la lista de IDs. var listaTelegramasApi = await _apiService.GetTelegramasTotalizadosAsync(authToken, partido.DistritoId!, partido.SeccionId!, categoria.Id); if (listaTelegramasApi is { Count: > 0 }) { - // Usamos un DbContext propio para este bloque para asegurar que los cambios se guarden. using var innerScope = _serviceProvider.CreateScope(); var innerDbContext = innerScope.ServiceProvider.GetRequiredService(); @@ -439,7 +432,6 @@ public class LowPriorityDataWorker : BackgroundService { _logger.LogInformation("Se encontraron {count} telegramas nuevos en '{partido}' para '{cat}'. Descargando...", nuevosTelegramasIds.Count, partido.Nombre, categoria.Nombre); - // Descargamos los archivos de uno en uno, con una pausa entre cada uno. foreach (var mesaId in nuevosTelegramasIds) { if (stoppingToken.IsCancellationRequested) return; @@ -447,24 +439,37 @@ public class LowPriorityDataWorker : BackgroundService var telegramaFile = await _apiService.GetTelegramaFileAsync(authToken, mesaId); if (telegramaFile != null) { - var nuevoTelegrama = new Telegrama + // --- INICIO DE LA CORRECCIÓN --- + // 1. Buscamos el AmbitoGeografico específico de la MESA que estamos procesando. + var ambitoMesa = await innerDbContext.AmbitosGeograficos + .AsNoTracking() + .FirstOrDefaultAsync(a => a.MesaId == mesaId, stoppingToken); + + // 2. Solo guardamos el telegrama si encontramos su ámbito de mesa correspondiente. + if (ambitoMesa != null) { - Id = telegramaFile.NombreArchivo, - AmbitoGeograficoId = partido.Id, - ContenidoBase64 = telegramaFile.Imagen, - FechaEscaneo = DateTime.Parse(telegramaFile.FechaEscaneo).ToUniversalTime(), - FechaTotalizacion = DateTime.Parse(telegramaFile.FechaTotalizacion).ToUniversalTime() - }; - await innerDbContext.Telegramas.AddAsync(nuevoTelegrama, stoppingToken); + var nuevoTelegrama = new Telegrama + { + Id = telegramaFile.NombreArchivo, + // 3. Usamos el ID del ÁMBITO DE LA MESA, no el del municipio. + AmbitoGeograficoId = ambitoMesa.Id, + ContenidoBase64 = telegramaFile.Imagen, + FechaEscaneo = DateTime.Parse(telegramaFile.FechaEscaneo).ToUniversalTime(), + FechaTotalizacion = DateTime.Parse(telegramaFile.FechaTotalizacion).ToUniversalTime() + }; + await innerDbContext.Telegramas.AddAsync(nuevoTelegrama, stoppingToken); + } + else + { + _logger.LogWarning("No se encontró un ámbito geográfico para la mesa con MesaId {MesaId}. El telegrama no será guardado.", mesaId); + } + // --- FIN DE LA CORRECCIÓN --- } - // PAUSA DELIBERADA: Esperamos un poco para no parecer un bot. - await Task.Delay(250, stoppingToken); // 250ms de espera = 4 peticiones/segundo máximo. + await Task.Delay(250, stoppingToken); } await innerDbContext.SaveChangesAsync(stoppingToken); } } - - // PAUSA DELIBERADA: Esperamos un poco entre cada consulta de lista de telegramas. await Task.Delay(100, stoppingToken); } }