diff --git a/src/component/visualMap/ContinuousModel.js b/src/component/visualMap/ContinuousModel.js index 3b2ada3b19a3d367ae2ba88d571e0a1a52280a6a..2d5f4135875a48b92f62b891677b31f8b5dd3e67 100644 --- a/src/component/visualMap/ContinuousModel.js +++ b/src/component/visualMap/ContinuousModel.js @@ -29,7 +29,8 @@ define(function(require) { itemWidth: null, // The length of the other side. hoverLink: true, // Enable hover highlight. hoverLinkDataSize: null,// The size of hovered data. - hoverLinkOnHandle: true // Whether trigger hoverLink when hover handle. + hoverLinkOnHandle: null // Whether trigger hoverLink when hover handle. + // If not specified, follow the value of `realtime`. }, /** diff --git a/src/component/visualMap/ContinuousView.js b/src/component/visualMap/ContinuousView.js index 76469de04c4f22fb8df30ff9ee209791c503c648..a96d2dcd6996201963fd0c5ca54c97464e5cb993 100644 --- a/src/component/visualMap/ContinuousView.js +++ b/src/component/visualMap/ContinuousView.js @@ -606,7 +606,6 @@ define(function(require) { // For hover link show when hover handle, which might be // below or upper than sizeExtent. pos[1] = mathMin(mathMax(0, pos[1]), itemSize[1]); - self._doHoverLinkToSeries( pos[1], 0 <= pos[0] && pos[0] <= itemSize[0] @@ -693,6 +692,7 @@ define(function(require) { } var resultBatches = modelUtil.compressBatches(oldBatch, newBatch); + this._dispatchHighDown('downplay', helper.convertDataIndex(resultBatches[0])); this._dispatchHighDown('highlight', helper.convertDataIndex(resultBatches[1])); }, @@ -739,7 +739,6 @@ define(function(require) { this._hideIndicator(); var indices = this._hoverLinkDataIndices; - this._dispatchHighDown('downplay', helper.convertDataIndex(indices)); indices.length = 0; @@ -837,7 +836,8 @@ define(function(require) { } function useHoverLinkOnHandle(visualMapModel) { - return !visualMapModel.get('realtime') && visualMapModel.get('hoverLinkOnHandle'); + var hoverLinkOnHandle = visualMapModel.get('hoverLinkOnHandle'); + return !!(hoverLinkOnHandle == null ? visualMapModel.get('realtime') : hoverLinkOnHandle); } function getCursor(orient) { diff --git a/test/data/global-wind.json b/test/data/global-wind.json new file mode 100644 index 0000000000000000000000000000000000000000..ed36ee5dd72c2011171649d530048716eb5fa699 --- /dev/null +++ b/test/data/global-wind.json @@ -0,0 +1 @@ +{"nx":360,"ny":181,"max":28.700000762939453,"data":[[-2.9,4.2],[-3,4.1],[-3,4.1],[-3.1,4],[-3.2,4],[-3.2,3.9],[-3.3,3.9],[-3.4,3.8],[-3.4,3.8],[-3.5,3.7],[-3.6,3.6],[-3.6,3.6],[-3.7,3.5],[-3.8,3.4],[-3.8,3.4],[-3.9,3.3],[-3.9,3.2],[-4,3.2],[-4,3.1],[-4.1,3],[-4.1,3],[-4.2,2.9],[-4.2,2.8],[-4.3,2.7],[-4.3,2.7],[-4.4,2.6],[-4.4,2.5],[-4.5,2.4],[-4.5,2.3],[-4.6,2.3],[-4.6,2.2],[-4.6,2.1],[-4.7,2],[-4.7,2],[-4.7,1.9],[-4.8,1.8],[-4.8,1.7],[-4.8,1.6],[-4.8,1.5],[-4.9,1.5],[-4.9,1.4],[-4.9,1.3],[-4.9,1.2],[-5,1.1],[-5,1],[-5,0.9],[-5,0.8],[-5,0.8],[-5.1,0.7],[-5.1,0.6],[-5.1,0.5],[-5.1,0.4],[-5.1,0.3],[-5.1,0.2],[-5.1,0.1],[-5.1,0],[-5.1,0],[-5.1,-0.1],[-5.1,-0.2],[-5.1,-0.3],[-5.1,-0.4],[-5.1,-0.5],[-5.1,-0.6],[-5.1,-0.7],[-5,-0.8],[-5,-0.8],[-5,-0.9],[-5,-1],[-5,-1.1],[-4.9,-1.2],[-4.9,-1.3],[-4.9,-1.4],[-4.9,-1.5],[-4.8,-1.5],[-4.8,-1.6],[-4.8,-1.7],[-4.8,-1.8],[-4.7,-1.9],[-4.7,-2],[-4.7,-2],[-4.6,-2.1],[-4.6,-2.2],[-4.6,-2.3],[-4.5,-2.3],[-4.5,-2.4],[-4.4,-2.5],[-4.4,-2.6],[-4.3,-2.7],[-4.3,-2.7],[-4.2,-2.8],[-4.2,-2.9],[-4.1,-3],[-4.1,-3],[-4,-3.1],[-4,-3.2],[-3.9,-3.2],[-3.9,-3.3],[-3.8,-3.4],[-3.8,-3.4],[-3.7,-3.5],[-3.6,-3.6],[-3.6,-3.6],[-3.5,-3.7],[-3.4,-3.8],[-3.4,-3.8],[-3.3,-3.9],[-3.2,-3.9],[-3.2,-4],[-3.1,-4],[-3,-4.1],[-3,-4.1],[-2.9,-4.2],[-2.8,-4.2],[-2.7,-4.3],[-2.7,-4.3],[-2.6,-4.4],[-2.5,-4.4],[-2.4,-4.5],[-2.3,-4.5],[-2.3,-4.6],[-2.2,-4.6],[-2.1,-4.6],[-2,-4.7],[-2,-4.7],[-1.9,-4.7],[-1.8,-4.8],[-1.7,-4.8],[-1.6,-4.8],[-1.5,-4.8],[-1.5,-4.9],[-1.4,-4.9],[-1.3,-4.9],[-1.2,-4.9],[-1.1,-5],[-1,-5],[-0.9,-5],[-0.8,-5],[-0.8,-5],[-0.7,-5.1],[-0.6,-5.1],[-0.5,-5.1],[-0.4,-5.1],[-0.3,-5.1],[-0.2,-5.1],[-0.1,-5.1],[0,-5.1],[0,-5.1],[0.1,-5.1],[0.2,-5.1],[0.3,-5.1],[0.4,-5.1],[0.5,-5.1],[0.6,-5.1],[0.7,-5.1],[0.8,-5],[0.8,-5],[0.9,-5],[1,-5],[1.1,-5],[1.2,-4.9],[1.3,-4.9],[1.4,-4.9],[1.5,-4.9],[1.5,-4.8],[1.6,-4.8],[1.7,-4.8],[1.8,-4.8],[1.9,-4.7],[2,-4.7],[2,-4.7],[2.1,-4.6],[2.2,-4.6],[2.3,-4.6],[2.3,-4.5],[2.4,-4.5],[2.5,-4.4],[2.6,-4.4],[2.7,-4.3],[2.7,-4.3],[2.8,-4.2],[2.9,-4.2],[3,-4.1],[3,-4.1],[3.1,-4],[3.2,-4],[3.2,-3.9],[3.3,-3.9],[3.4,-3.8],[3.4,-3.8],[3.5,-3.7],[3.6,-3.6],[3.6,-3.6],[3.7,-3.5],[3.8,-3.4],[3.8,-3.4],[3.9,-3.3],[3.9,-3.2],[4,-3.2],[4,-3.1],[4.1,-3],[4.1,-3],[4.2,-2.9],[4.2,-2.8],[4.3,-2.7],[4.3,-2.7],[4.4,-2.6],[4.4,-2.5],[4.5,-2.4],[4.5,-2.3],[4.6,-2.3],[4.6,-2.2],[4.6,-2.1],[4.7,-2],[4.7,-2],[4.7,-1.9],[4.8,-1.8],[4.8,-1.7],[4.8,-1.6],[4.8,-1.5],[4.9,-1.5],[4.9,-1.4],[4.9,-1.3],[4.9,-1.2],[5,-1.1],[5,-1],[5,-0.9],[5,-0.8],[5,-0.8],[5.1,-0.7],[5.1,-0.6],[5.1,-0.5],[5.1,-0.4],[5.1,-0.3],[5.1,-0.2],[5.1,-0.1],[5.1,0],[5.1,0],[5.1,0.1],[5.1,0.2],[5.1,0.3],[5.1,0.4],[5.1,0.5],[5.1,0.6],[5.1,0.7],[5,0.8],[5,0.8],[5,0.9],[5,1],[5,1.1],[4.9,1.2],[4.9,1.3],[4.9,1.4],[4.9,1.5],[4.8,1.5],[4.8,1.6],[4.8,1.7],[4.8,1.8],[4.7,1.9],[4.7,2],[4.7,2],[4.6,2.1],[4.6,2.2],[4.6,2.3],[4.5,2.3],[4.5,2.4],[4.4,2.5],[4.4,2.6],[4.3,2.7],[4.3,2.7],[4.2,2.8],[4.2,2.9],[4.1,3],[4.1,3],[4,3.1],[4,3.2],[3.9,3.2],[3.9,3.3],[3.8,3.4],[3.8,3.4],[3.7,3.5],[3.6,3.6],[3.6,3.6],[3.5,3.7],[3.4,3.8],[3.4,3.8],[3.3,3.9],[3.2,3.9],[3.2,4],[3.1,4],[3,4.1],[3,4.1],[2.9,4.2],[2.8,4.2],[2.7,4.3],[2.7,4.3],[2.6,4.4],[2.5,4.4],[2.4,4.5],[2.3,4.5],[2.3,4.6],[2.2,4.6],[2.1,4.6],[2,4.7],[2,4.7],[1.9,4.7],[1.8,4.8],[1.7,4.8],[1.6,4.8],[1.5,4.8],[1.5,4.9],[1.4,4.9],[1.3,4.9],[1.2,4.9],[1.1,5],[1,5],[0.9,5],[0.8,5],[0.8,5],[0.7,5.1],[0.6,5.1],[0.5,5.1],[0.4,5.1],[0.3,5.1],[0.2,5.1],[0.1,5.1],[0,5.1],[0,5.1],[-0.1,5.1],[-0.2,5.1],[-0.3,5.1],[-0.4,5.1],[-0.5,5.1],[-0.6,5.1],[-0.7,5.1],[-0.8,5],[-0.8,5],[-0.9,5],[-1,5],[-1.1,5],[-1.2,4.9],[-1.3,4.9],[-1.4,4.9],[-1.5,4.9],[-1.5,4.8],[-1.6,4.8],[-1.7,4.8],[-1.8,4.8],[-1.9,4.7],[-2,4.7],[-2,4.7],[-2.1,4.6],[-2.2,4.6],[-2.3,4.6],[-2.3,4.5],[-2.4,4.5],[-2.5,4.4],[-2.6,4.4],[-2.7,4.3],[-2.7,4.3],[-2.8,4.2],[-3.2,4],[-3.2,3.9],[-3.2,3.8],[-3.2,3.8],[-3.2,3.7],[-3.2,3.6],[-3.2,3.5],[-3.2,3.4],[-3.2,3.3],[-3.3,3.2],[-3.3,3.1],[-3.3,3],[-3.3,2.8],[-3.4,2.7],[-3.4,2.6],[-3.5,2.5],[-3.5,2.3],[-3.6,2.2],[-3.6,2.1],[-3.7,1.9],[-3.7,1.8],[-3.8,1.6],[-3.8,1.5],[-3.9,1.3],[-3.9,1.2],[-4,1],[-4,0.9],[-4.1,0.7],[-4.1,0.6],[-4.1,0.4],[-4.2,0.3],[-4.2,0.2],[-4.2,0],[-4.2,-0.1],[-4.2,-0.2],[-4.2,-0.4],[-4.2,-0.5],[-4.2,-0.6],[-4.2,-0.7],[-4.2,-0.8],[-4.2,-0.9],[-4.2,-1],[-4.2,-1.1],[-4.2,-1.2],[-4.1,-1.3],[-4.1,-1.4],[-4.1,-1.5],[-4.1,-1.5],[-4,-1.6],[-4,-1.6],[-4,-1.7],[-4,-1.8],[-3.9,-1.8],[-3.9,-1.9],[-3.9,-1.9],[-3.8,-2],[-3.8,-2],[-3.8,-2],[-3.8,-2.1],[-3.7,-2.1],[-3.7,-2.1],[-3.7,-2.2],[-3.6,-2.2],[-3.6,-2.2],[-3.5,-2.2],[-3.5,-2.3],[-3.5,-2.3],[-3.4,-2.3],[-3.4,-2.3],[-3.3,-2.3],[-3.3,-2.4],[-3.3,-2.4],[-3.2,-2.4],[-3.2,-2.4],[-3.1,-2.4],[-3.1,-2.4],[-3,-2.5],[-3,-2.5],[-3,-2.5],[-2.9,-2.5],[-2.9,-2.5],[-2.8,-2.5],[-2.8,-2.5],[-2.8,-2.5],[-2.7,-2.5],[-2.7,-2.5],[-2.6,-2.6],[-2.6,-2.6],[-2.6,-2.6],[-2.5,-2.6],[-2.5,-2.6],[-2.5,-2.6],[-2.5,-2.6],[-2.5,-2.7],[-2.4,-2.7],[-2.4,-2.7],[-2.4,-2.7],[-2.4,-2.7],[-2.3,-2.7],[-2.3,-2.7],[-2.3,-2.8],[-2.3,-2.8],[-2.3,-2.8],[-2.3,-2.8],[-2.3,-2.8],[-2.2,-2.8],[-2.2,-2.8],[-2.2,-2.9],[-2.2,-2.9],[-2.2,-2.9],[-2.2,-2.9],[-2.1,-2.9],[-2.1,-3],[-2.1,-3],[-2.1,-3],[-2,-3],[-2,-3.1],[-2,-3.1],[-2,-3.1],[-2,-3.2],[-1.9,-3.2],[-1.9,-3.2],[-1.9,-3.2],[-1.8,-3.3],[-1.8,-3.3],[-1.8,-3.3],[-1.7,-3.3],[-1.7,-3.4],[-1.6,-3.4],[-1.6,-3.5],[-1.6,-3.5],[-1.5,-3.6],[-1.5,-3.6],[-1.4,-3.6],[-1.4,-3.7],[-1.3,-3.7],[-1.3,-3.7],[-1.2,-3.8],[-1.2,-3.8],[-1.1,-3.9],[-1.1,-3.9],[-1,-3.9],[-0.9,-3.9],[-0.9,-4],[-0.8,-4],[-0.7,-4],[-0.7,-4],[-0.6,-4],[-0.5,-4],[-0.5,-4],[-0.4,-4.1],[-0.3,-4.1],[-0.2,-4.1],[-0.2,-4.2],[-0.1,-4.2],[0,-4.2],[0.1,-4.2],[0.1,-4.2],[0.2,-4.2],[0.3,-4.2],[0.4,-4.2],[0.5,-4.2],[0.5,-4.2],[0.6,-4.2],[0.7,-4.2],[0.8,-4.2],[0.9,-4.2],[1,-4.2],[1,-4.2],[1.1,-4.2],[1.2,-4.2],[1.3,-4.2],[1.4,-4.1],[1.4,-4.1],[1.5,-4.1],[1.6,-4],[1.7,-4],[1.7,-4],[1.8,-4],[1.9,-3.9],[2,-3.9],[2.1,-3.9],[2.1,-3.9],[2.2,-3.8],[2.3,-3.8],[2.4,-3.8],[2.5,-3.7],[2.5,-3.7],[2.6,-3.7],[2.7,-3.6],[2.7,-3.6],[2.8,-3.5],[2.9,-3.5],[2.9,-3.5],[3,-3.4],[3,-3.4],[3.1,-3.3],[3.2,-3.3],[3.2,-3.3],[3.3,-3.2],[3.3,-3.2],[3.4,-3.1],[3.4,-3.1],[3.5,-3],[3.5,-3],[3.6,-2.9],[3.7,-2.9],[3.7,-2.8],[3.8,-2.8],[3.8,-2.7],[3.9,-2.7],[3.9,-2.6],[4,-2.6],[4,-2.5],[4.1,-2.4],[4.2,-2.3],[4.2,-2.3],[4.3,-2.2],[4.4,-2.1],[4.5,-2.1],[4.6,-2],[4.7,-1.9],[4.8,-1.8],[5,-1.7],[5.1,-1.6],[5.2,-1.5],[5.3,-1.4],[5.4,-1.2],[5.5,-1.1],[5.6,-1],[5.7,-0.9],[5.8,-0.7],[5.9,-0.6],[6.1,-0.4],[6.2,-0.3],[6.3,-0.1],[6.4,0.1],[6.5,0.2],[6.6,0.4],[6.6,0.6],[6.7,0.7],[6.8,0.9],[6.8,1.1],[6.8,1.3],[6.9,1.5],[6.9,1.6],[6.9,1.8],[6.9,2],[6.9,2.2],[6.9,2.4],[6.9,2.5],[6.8,2.7],[6.8,2.9],[6.7,3.1],[6.6,3.3],[6.6,3.4],[6.5,3.6],[6.4,3.8],[6.3,3.9],[6.2,4.1],[6.1,4.3],[6,4.4],[5.9,4.6],[5.8,4.8],[5.7,4.9],[5.6,5.1],[5.5,5.2],[5.3,5.4],[5.2,5.5],[5.1,5.7],[4.9,5.8],[4.8,5.9],[4.6,6],[4.5,6.1],[4.4,6.2],[4.2,6.3],[4.1,6.4],[4,6.5],[3.8,6.6],[3.7,6.6],[3.6,6.7],[3.4,6.7],[3.3,6.8],[3.2,6.8],[3.1,6.9],[3,6.9],[2.8,6.9],[2.7,7],[2.6,7],[2.5,7],[2.4,7],[2.3,7.1],[2.2,7.1],[2.1,7.1],[2,7.1],[1.9,7.1],[1.8,7.1],[1.7,7.1],[1.6,7.1],[1.5,7.1],[1.4,7],[1.3,7],[1.2,7],[1.1,7],[1,6.9],[0.9,6.9],[0.8,6.9],[0.7,6.9],[0.6,6.8],[0.5,6.8],[0.4,6.8],[0.3,6.7],[0.2,6.7],[0.1,6.6],[0,6.6],[-0.1,6.5],[-0.2,6.5],[-0.3,6.4],[-0.5,6.4],[-0.6,6.3],[-0.7,6.3],[-0.8,6.2],[-0.9,6.1],[-1,6.1],[-1.1,6],[-1.2,5.9],[-1.3,5.9],[-1.5,5.8],[-1.5,5.7],[-1.7,5.7],[-1.8,5.6],[-1.9,5.5],[-2,5.5],[-2.1,5.4],[-2.2,5.4],[-2.2,5.3],[-2.3,5.3],[-2.4,5.2],[-2.5,5.2],[-2.6,5.1],[-2.7,5.1],[-2.7,5],[-2.8,5],[-2.8,4.9],[-2.9,4.9],[-2.9,4.8],[-3,4.8],[-3,4.7],[-3,4.7],[-3.1,4.6],[-3.1,4.6],[-3.1,4.5],[-3.1,4.5],[-3.2,4.4],[-3.2,4.4],[-3.2,4.3],[-3.2,4.2],[-3.2,4.2],[-3.2,4.1],[-3.2,4.1],[0.4,1.6],[0.3,1.7],[0.2,1.8],[0.2,2],[0.1,2],[0,2.1],[-0.1,2.2],[-0.2,2.3],[-0.3,2.4],[-0.4,2.4],[-0.6,2.5],[-0.7,2.5],[-0.8,2.5],[-1,2.5],[-1.1,2.5],[-1.3,2.5],[-1.4,2.5],[-1.6,2.4],[-1.7,2.4],[-1.9,2.3],[-2,2.3],[-2.1,2.2],[-2.2,2.1],[-2.3,2.1],[-2.4,2],[-2.5,1.9],[-2.6,1.8],[-2.7,1.7],[-2.8,1.6],[-2.8,1.5],[-2.9,1.4],[-3,1.3],[-3.1,1.2],[-3.2,1.1],[-3.3,0.9],[-3.4,0.8],[-3.5,0.7],[-3.6,0.6],[-3.7,0.5],[-3.8,0.4],[-4,0.3],[-4.1,0.2],[-4.2,0.1],[-4.2,0.1],[-4.3,0],[-4.4,-0.1],[-4.5,-0.1],[-4.5,-0.2],[-4.6,-0.2],[-4.6,-0.3],[-4.6,-0.3],[-4.6,-0.3],[-4.6,-0.4],[-4.6,-0.4],[-4.5,-0.4],[-4.5,-0.4],[-4.4,-0.5],[-4.4,-0.5],[-4.3,-0.5],[-4.3,-0.5],[-4.2,-0.5],[-4.2,-0.5],[-4.2,-0.5],[-4.2,-0.5],[-4.1,-0.5],[-4.1,-0.5],[-4.1,-0.5],[-4.1,-0.5],[-4,-0.5],[-4,-0.5],[-4,-0.5],[-3.9,-0.5],[-3.8,-0.4],[-3.8,-0.4],[-3.8,-0.4],[-3.7,-0.4],[-3.7,-0.3],[-3.6,-0.3],[-3.6,-0.3],[-3.6,-0.3],[-3.6,-0.3],[-3.6,-0.3],[-3.6,-0.3],[-3.6,-0.3],[-3.7,-0.3],[-3.7,-0.3],[-3.7,-0.4],[-3.8,-0.4],[-3.8,-0.5],[-3.8,-0.5],[-3.8,-0.6],[-3.8,-0.6],[-3.9,-0.6],[-3.9,-0.7],[-3.9,-0.7],[-3.9,-0.8],[-3.9,-0.8],[-3.9,-0.9],[-3.9,-0.9],[-4,-0.9],[-4,-1],[-4,-1],[-4,-1],[-4,-1.1],[-4,-1.1],[-4.1,-1.2],[-4.1,-1.2],[-4.1,-1.2],[-4.1,-1.3],[-4.1,-1.3],[-4.1,-1.4],[-4.1,-1.4],[-4.1,-1.4],[-4.1,-1.4],[-4.1,-1.4],[-4.1,-1.5],[-4,-1.5],[-4,-1.5],[-4,-1.5],[-3.9,-1.5],[-3.9,-1.6],[-3.9,-1.6],[-3.8,-1.6],[-3.8,-1.6],[-3.7,-1.6],[-3.6,-1.6],[-3.6,-1.6],[-3.5,-1.7],[-3.5,-1.7],[-3.4,-1.7],[-3.4,-1.7],[-3.3,-1.8],[-3.3,-1.8],[-3.2,-1.9],[-3.2,-1.9],[-3.1,-2],[-3.1,-2],[-3.1,-2.1],[-3,-2.2],[-3,-2.2],[-2.9,-2.3],[-2.9,-2.4],[-2.8,-2.5],[-2.8,-2.5],[-2.7,-2.6],[-2.7,-2.7],[-2.7,-2.8],[-2.6,-2.9],[-2.5,-3],[-2.5,-3],[-2.5,-3.1],[-2.4,-3.2],[-2.4,-3.3],[-2.3,-3.4],[-2.2,-3.4],[-2.2,-3.5],[-2.1,-3.6],[-2,-3.7],[-2,-3.7],[-1.9,-3.8],[-1.8,-3.8],[-1.7,-3.9],[-1.7,-4],[-1.6,-4],[-1.5,-4],[-1.4,-4],[-1.3,-4.1],[-1.2,-4.1],[-1.1,-4.1],[-1,-4.2],[-0.9,-4.2],[-0.8,-4.2],[-0.7,-4.2],[-0.6,-4.2],[-0.5,-4.2],[-0.4,-4.2],[-0.3,-4.2],[-0.1,-4.3],[0,-4.3],[0.2,-4.3],[0.3,-4.4],[0.4,-4.4],[0.6,-4.4],[0.7,-4.3],[0.9,-4.3],[1,-4.3],[1.2,-4.2],[1.3,-4.2],[1.5,-4.2],[1.6,-4.2],[1.8,-4.1],[1.9,-4.1],[2,-4],[2.1,-3.9],[2.2,-3.8],[2.3,-3.8],[2.4,-3.7],[2.5,-3.7],[2.6,-3.6],[2.6,-3.5],[2.6,-3.4],[2.6,-3.4],[2.7,-3.4],[2.8,-3.4],[2.8,-3.3],[2.8,-3.3],[2.9,-3.3],[2.9,-3.2],[3,-3.2],[3,-3.2],[3.1,-3.2],[3.2,-3.2],[3.2,-3.2],[3.3,-3.1],[3.5,-3.1],[3.7,-3],[3.8,-3],[4,-2.9],[4.2,-2.8],[4.4,-2.7],[4.7,-2.6],[4.9,-2.4],[5.1,-2.2],[5.3,-2.1],[5.5,-1.9],[5.7,-1.7],[5.8,-1.5],[5.9,-1.3],[6,-1],[6.2,-0.8],[6.2,-0.6],[6.3,-0.3],[6.4,-0.1],[6.4,0.1],[6.4,0.3],[6.5,0.6],[6.5,0.8],[6.5,1],[6.5,1.2],[6.5,1.5],[6.5,1.7],[6.5,1.9],[6.5,2.1],[6.5,2.3],[6.4,2.5],[6.4,2.6],[6.4,2.8],[6.4,3],[6.4,3.2],[6.3,3.4],[6.3,3.5],[6.2,3.7],[6.2,3.9],[6.1,4.1],[6.1,4.2],[6,4.4],[5.9,4.5],[5.8,4.7],[5.7,4.9],[5.6,5],[5.4,5.2],[5.3,5.4],[5.2,5.6],[5.1,5.7],[4.9,5.9],[4.8,6.1],[4.6,6.2],[4.5,6.3],[4.3,6.4],[4.1,6.5],[4,6.7],[3.8,6.7],[3.6,6.8],[3.5,6.9],[3.3,6.9],[3.1,7],[3,7],[2.8,7],[2.6,7],[2.5,7],[2.3,7],[2.2,7],[2.1,7],[1.9,7],[1.8,6.9],[1.7,6.9],[1.5,6.9],[1.4,6.9],[1.3,6.8],[1.2,6.8],[1.1,6.8],[0.9,6.8],[0.8,6.7],[0.7,6.7],[0.6,6.7],[0.5,6.7],[0.4,6.7],[0.3,6.6],[0.2,6.6],[0.2,6.6],[0.1,6.6],[0,6.5],[-0.1,6.5],[-0.2,6.5],[-0.3,6.5],[-0.4,6.5],[-0.4,6.4],[-0.6,6.4],[-0.6,6.4],[-0.7,6.3],[-0.9,6.3],[-0.9,6.2],[-1,6.1],[-1.1,6],[-1.2,5.8],[-1.3,5.7],[-1.3,5.5],[-1.4,5.3],[-1.4,5],[-1.4,4.8],[-1.4,4.5],[-1.4,4.2],[-1.4,4],[-1.4,3.7],[-1.4,3.4],[-1.4,3.1],[-1.4,2.8],[-1.3,2.6],[-1.2,2.3],[-1.2,2],[-1.1,1.8],[-1,1.6],[-0.9,1.4],[-0.8,1.2],[-0.7,1],[-0.6,0.9],[-0.5,0.8],[-0.4,0.6],[-0.3,0.6],[-0.3,0.5],[-0.2,0.4],[-0.1,0.4],[0,0.3],[0.1,0.3],[0.2,0.3],[0.2,0.3],[0.3,0.4],[0.3,0.4],[0.4,0.4],[0.4,0.5],[0.5,0.6],[0.5,0.6],[0.5,0.7],[0.6,0.8],[0.6,0.9],[0.6,1],[0.5,1.1],[0.5,1.3],[0.5,1.4],[0.4,1.5],[1.5,2],[1.7,2.2],[1.9,2.5],[2.1,2.7],[2.2,2.9],[2.4,3.1],[2.5,3.3],[2.6,3.5],[2.5,3.7],[2.4,3.9],[2.1,4.1],[1.8,4.2],[1.3,4.3],[0.7,4.3],[0.1,4.2],[-0.4,4.2],[-0.9,4],[-1.2,3.8],[-1.4,3.6],[-1.3,3.4],[-1.2,3.2],[-0.8,3],[-0.3,2.9],[0.1,2.9],[0.4,2.8],[0.5,2.7],[0.5,2.6],[0.3,2.5],[-0.1,2.3],[-0.6,2.1],[-1.3,1.8],[-1.9,1.5],[-2.5,1.1],[-3,0.8],[-3.3,0.5],[-3.6,0.4],[-3.9,0.3],[-4.1,0.3],[-4.1,0.4],[-4.1,0.6],[-4.1,0.8],[-4,1.1],[-4,1.3],[-4,1.5],[-4,1.8],[-4.1,1.9],[-4.3,2.1],[-4.4,2.2],[-4.6,2.3],[-4.8,2.4],[-5,2.5],[-5.2,2.5],[-5.3,2.5],[-5.4,2.5],[-5.6,2.4],[-5.6,2.4],[-5.7,2.3],[-5.7,2.2],[-5.6,2],[-5.6,1.9],[-5.5,1.8],[-5.4,1.6],[-5.3,1.5],[-5.2,1.5],[-5.1,1.4],[-5,1.4],[-5,1.3],[-4.9,1.3],[-4.8,1.3],[-4.7,1.2],[-4.6,1.2],[-4.5,1.3],[-4.4,1.3],[-4.2,1.3],[-4.1,1.4],[-3.9,1.5],[-3.7,1.5],[-3.6,1.6],[-3.4,1.7],[-3.3,1.8],[-3.2,1.9],[-3.1,1.9],[-3.1,1.9],[-3.1,2],[-3.1,1.9],[-3.2,1.9],[-3.3,1.9],[-3.5,1.8],[-3.7,1.7],[-3.9,1.6],[-4.1,1.5],[-4.3,1.4],[-4.6,1.3],[-4.9,1.2],[-5.2,1.1],[-5.4,1.1],[-5.6,1],[-5.7,1],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.9],[-5.8,0.8],[-5.8,0.8],[-5.8,0.8],[-5.7,0.8],[-5.7,0.7],[-5.6,0.7],[-5.6,0.6],[-5.5,0.6],[-5.5,0.6],[-5.5,0.5],[-5.5,0.4],[-5.4,0.4],[-5.3,0.4],[-5.2,0.3],[-5.2,0.3],[-5.1,0.2],[-5,0.2],[-5,0.1],[-5,0],[-5,-0.2],[-5,-0.3],[-5,-0.4],[-5,-0.6],[-5,-0.7],[-5,-0.9],[-4.9,-1.1],[-4.9,-1.2],[-4.8,-1.4],[-4.8,-1.5],[-4.7,-1.6],[-4.7,-1.8],[-4.5,-1.9],[-4.4,-2],[-4.4,-2.2],[-4.3,-2.3],[-4.3,-2.4],[-4.2,-2.5],[-4.1,-2.6],[-4,-2.7],[-4,-2.8],[-3.9,-2.9],[-3.9,-3],[-3.8,-3],[-3.7,-3],[-3.6,-3.1],[-3.5,-3.2],[-3.4,-3.3],[-3.3,-3.3],[-3.2,-3.4],[-3.1,-3.5],[-3,-3.5],[-2.9,-3.6],[-2.7,-3.6],[-2.6,-3.8],[-2.5,-3.9],[-2.4,-4],[-2.2,-4.1],[-2.1,-4.2],[-1.9,-4.2],[-1.8,-4.3],[-1.6,-4.4],[-1.5,-4.5],[-1.4,-4.5],[-1.2,-4.6],[-1.1,-4.6],[-1,-4.6],[-0.9,-4.7],[-0.8,-4.7],[-0.7,-4.7],[-0.6,-4.7],[-0.6,-4.7],[-0.5,-4.6],[-0.4,-4.6],[-0.3,-4.7],[-0.2,-4.7],[-0.1,-4.6],[0,-4.6],[0.1,-4.6],[0.2,-4.6],[0.3,-4.6],[0.4,-4.6],[0.6,-4.5],[0.7,-4.5],[0.8,-4.5],[0.9,-4.5],[1,-4.5],[1.1,-4.5],[1.2,-4.5],[1.3,-4.5],[1.5,-4.5],[1.6,-4.5],[1.7,-4.5],[1.9,-4.5],[2,-4.4],[2.1,-4.4],[2.3,-4.4],[2.4,-4.4],[2.6,-4.3],[2.7,-4.3],[2.9,-4.2],[3.1,-4.1],[3.2,-4],[3.4,-3.9],[3.5,-3.8],[3.7,-3.8],[3.9,-3.6],[4.1,-3.5],[4.2,-3.3],[4.4,-3.2],[4.6,-3],[4.8,-2.8],[4.9,-2.6],[5.1,-2.3],[5.3,-2.1],[5.4,-1.9],[5.6,-1.6],[5.7,-1.4],[5.9,-1.1],[6,-0.9],[6.1,-0.6],[6.2,-0.3],[6.3,-0.1],[6.4,0.2],[6.4,0.4],[6.5,0.7],[6.5,0.9],[6.6,1.1],[6.6,1.3],[6.6,1.6],[6.5,1.8],[6.5,1.9],[6.4,2.1],[6.4,2.2],[6.4,2.4],[6.3,2.5],[6.3,2.6],[6.2,2.8],[6.2,2.9],[6.2,3],[6.2,3.2],[6.2,3.3],[6.2,3.4],[6.1,3.5],[6.1,3.7],[6,3.8],[6,3.9],[5.9,4],[5.8,4.2],[5.8,4.3],[5.7,4.5],[5.6,4.6],[5.5,4.8],[5.4,4.9],[5.3,5.1],[5.2,5.3],[5.1,5.4],[5,5.6],[4.9,5.8],[4.8,5.9],[4.6,6.1],[4.4,6.2],[4.3,6.2],[4.1,6.3],[4,6.4],[3.8,6.4],[3.6,6.4],[3.4,6.4],[3.3,6.4],[3.1,6.4],[3,6.4],[2.8,6.4],[2.7,6.4],[2.5,6.4],[2.4,6.5],[2.2,6.5],[2,6.5],[1.9,6.6],[1.7,6.6],[1.5,6.6],[1.4,6.6],[1.2,6.6],[1.1,6.5],[0.9,6.6],[0.8,6.6],[0.7,6.6],[0.6,6.6],[0.5,6.7],[0.4,6.8],[0.3,6.9],[0.2,6.9],[0.2,6.9],[0.1,6.9],[-0.1,6.8],[-0.2,6.6],[-0.3,6.4],[-0.4,6],[-0.6,5.5],[-0.7,5],[-0.9,4.3],[-1,3.6],[-1.1,2.9],[-1.2,2.1],[-1.3,1.3],[-1.3,0.6],[-1.3,0.1],[-1.3,-0.5],[-1.3,-0.9],[-1.2,-1.2],[-1.1,-1.4],[-1,-1.5],[-1,-1.6],[-0.9,-1.5],[-0.8,-1.5],[-0.8,-1.4],[-0.7,-1.3],[-0.6,-1.2],[-0.6,-1.1],[-0.6,-1],[-0.5,-0.9],[-0.5,-0.9],[-0.4,-0.9],[-0.4,-0.8],[-0.3,-0.8],[-0.3,-0.8],[-0.2,-0.8],[-0.2,-0.8],[-0.1,-0.7],[0,-0.7],[0,-0.7],[0.1,-0.6],[0.2,-0.6],[0.3,-0.5],[0.3,-0.5],[0.4,-0.4],[0.5,-0.4],[0.6,-0.3],[0.6,-0.2],[0.7,-0.1],[0.8,0],[0.8,0.1],[0.9,0.2],[0.9,0.3],[1,0.5],[1,0.7],[1,0.8],[1.1,1],[1.1,1.2],[1.2,1.4],[1.3,1.6],[1.4,1.8],[1.7,2.6],[1.5,2.8],[1.4,2.8],[1.3,2.7],[1.4,2.5],[1.7,2.3],[2.1,2.1],[2.5,1.8],[2.7,1.4],[2.7,0.9],[2.6,0.4],[2.6,-0.1],[2.8,-0.6],[3.3,-0.9],[3.9,-0.9],[4.3,-0.5],[4.7,0.1],[4.6,1],[3.8,1.9],[2.8,2.8],[2,3.9],[1.2,4.2],[0.9,4.6],[0.9,4.8],[1.2,4.5],[1.2,3.7],[0.9,3],[0.5,3],[-0.3,2.7],[-1.1,2.5],[-1.7,2.1],[-2.1,2],[-2.1,1.7],[-1.8,1.3],[-1.5,1],[-1.3,0.8],[-1.1,0.6],[-1.1,0.5],[-1.1,0.6],[-1.2,0.9],[-1.3,1.2],[-1.2,1.7],[-1.1,2.2],[-0.8,2.9],[-0.5,3.6],[-0.2,3.9],[-0.2,3.8],[-0.2,4.2],[-0.6,4.2],[-1.2,3.9],[-1.5,3.4],[-1.5,2.3],[-1.7,1.6],[-1.6,1.1],[-1.2,0.6],[-1,0.3],[-0.9,0.2],[-0.9,0.2],[-1.1,0.2],[-1.4,0.4],[-1.7,0.4],[-2.2,0.5],[-2.6,0.5],[-3,0.5],[-3.4,0.5],[-3.8,0.5],[-4.1,0.5],[-4.4,0.6],[-4.9,0.8],[-5.4,1],[-5.9,1.2],[-6.4,1.5],[-6.8,1.8],[-6.9,2.1],[-6.5,2.5],[-5.7,2.8],[-4.6,3.1],[-3.3,3.5],[-2,3.8],[-0.9,4.2],[0,4.5],[0.4,4.6],[0.4,4.7],[0.1,4.7],[-0.4,4.4],[-1,4.1],[-1.5,3.6],[-2,3.3],[-2.3,3],[-2.6,2.8],[-2.8,2.7],[-3,2.7],[-3.2,2.7],[-3.4,2.7],[-3.7,2.7],[-4,2.6],[-4.3,2.6],[-4.7,2.5],[-4.9,2.5],[-5.1,2.4],[-5.1,2.4],[-4.9,2.4],[-4.8,2.4],[-4.6,2.4],[-4.4,2.3],[-4.5,2.2],[-4.7,2],[-5,1.8],[-5.5,1.6],[-6,1.4],[-6.5,1.2],[-6.9,1.1],[-7.3,1],[-7.5,1],[-7.7,1],[-7.8,1],[-7.8,1],[-7.8,1],[-7.6,0.9],[-7.5,0.9],[-7.2,0.8],[-7,0.7],[-6.7,0.6],[-6.5,0.5],[-6.2,0.3],[-6.1,0.2],[-6,-0.1],[-5.9,-0.3],[-5.9,-0.5],[-5.9,-0.7],[-5.9,-1],[-5.9,-1.2],[-5.8,-1.4],[-5.8,-1.6],[-5.8,-1.8],[-5.7,-1.9],[-5.6,-2.1],[-5.5,-2.2],[-5.4,-2.4],[-5.3,-2.6],[-5.2,-2.8],[-5.1,-3],[-5.1,-3.2],[-5,-3.4],[-4.9,-3.6],[-4.8,-3.8],[-4.7,-3.9],[-4.5,-4.1],[-4.4,-4.2],[-4.2,-4.3],[-4.1,-4.5],[-4,-4.5],[-3.8,-4.6],[-3.8,-4.8],[-3.7,-4.8],[-3.6,-5],[-3.5,-5.1],[-3.4,-5.2],[-3.3,-5.4],[-3.2,-5.5],[-3,-5.5],[-2.9,-5.5],[-2.7,-5.6],[-2.6,-5.6],[-2.5,-5.6],[-2.4,-5.6],[-2.2,-5.6],[-2.1,-5.6],[-2,-5.6],[-1.9,-5.6],[-1.8,-5.5],[-1.7,-5.5],[-1.6,-5.4],[-1.5,-5.4],[-1.4,-5.3],[-1.3,-5.2],[-1.2,-5.2],[-1.1,-5.1],[-1,-5],[-0.9,-5],[-0.7,-4.9],[-0.6,-4.9],[-0.5,-4.8],[-0.4,-4.8],[-0.4,-4.7],[-0.3,-4.7],[-0.2,-4.6],[-0.1,-4.5],[0,-4.5],[0.1,-4.4],[0.1,-4.4],[0.2,-4.4],[0.3,-4.3],[0.3,-4.3],[0.4,-4.2],[0.4,-4.2],[0.4,-4.2],[0.4,-4.2],[0.5,-4.2],[0.5,-4.2],[0.6,-4.2],[0.6,-4.2],[0.7,-4.2],[0.8,-4.2],[0.9,-4.2],[1,-4.2],[1.1,-4.2],[1.2,-4.2],[1.4,-4.3],[1.5,-4.2],[1.7,-4.2],[1.9,-4.2],[2.1,-4.1],[2.4,-4],[2.6,-3.9],[2.8,-3.8],[3.1,-3.6],[3.4,-3.5],[3.7,-3.2],[4,-3],[4.2,-2.8],[4.5,-2.5],[4.7,-2.3],[4.9,-2],[5,-1.8],[5.2,-1.5],[5.3,-1.3],[5.4,-1.1],[5.5,-0.9],[5.7,-0.6],[5.8,-0.4],[5.9,-0.1],[6,0.1],[6.1,0.3],[6.1,0.6],[6.2,0.8],[6.2,1],[6.2,1.2],[6.2,1.5],[6.2,1.6],[6.2,1.9],[6.2,2],[6.2,2.2],[6.2,2.4],[6.2,2.6],[6.2,2.8],[6.2,3],[6.2,3.2],[6.2,3.4],[6.2,3.5],[6.1,3.7],[6.1,3.9],[6.1,4.1],[6.1,4.2],[6,4.4],[6,4.5],[5.9,4.7],[5.9,4.8],[5.9,4.9],[5.8,5],[5.8,5.1],[5.7,5.2],[5.7,5.4],[5.6,5.5],[5.6,5.6],[5.5,5.7],[5.5,5.8],[5.4,5.9],[5.3,6.1],[5.3,6.2],[5.2,6.3],[5.1,6.4],[5.1,6.5],[5,6.6],[4.9,6.7],[4.8,6.8],[4.7,6.9],[4.5,7],[4.4,7],[4.3,7],[4.1,7.1],[4,7.1],[3.9,7.1],[3.7,7.1],[3.6,7],[3.4,7],[3.2,7],[3,6.9],[2.8,6.8],[2.6,6.8],[2.4,6.7],[2.2,6.5],[2.1,6.4],[2,6.4],[1.9,6.3],[1.8,6.4],[1.7,6.4],[1.6,6.5],[1.5,6.5],[1.3,6.5],[1.2,6.3],[1,6],[0.8,5.3],[0.6,4.5],[0.4,3.5],[0.2,2.3],[0.1,1.2],[-0.1,0.1],[-0.2,-0.8],[-0.2,-1.5],[-0.3,-2.1],[-0.3,-2.5],[-0.2,-2.6],[-0.2,-2.5],[-0.2,-2.4],[-0.2,-2.2],[-0.1,-2],[-0.1,-1.8],[0,-1.7],[0.1,-1.6],[0.1,-1.6],[0.2,-1.5],[0.3,-1.5],[0.3,-1.5],[0.4,-1.5],[0.5,-1.5],[0.6,-1.4],[0.6,-1.4],[0.7,-1.3],[0.7,-1.3],[0.8,-1.2],[0.8,-1.1],[0.8,-1],[0.8,-0.9],[0.8,-0.8],[0.8,-0.7],[0.8,-0.6],[0.8,-0.6],[0.8,-0.6],[0.8,-0.5],[0.8,-0.5],[0.9,-0.5],[0.9,-0.4],[0.9,-0.3],[1,-0.2],[1.1,0],[1.1,0.2],[1.1,0.5],[1,0.6],[0.8,0.8],[0.7,0.9],[0.6,0.9],[0.5,0.9],[0.5,0.9],[0.7,1],[0.9,1.2],[1.2,1.4],[1.5,1.7],[1.7,2],[1.7,2.3],[2.5,3.7],[1.5,2.2],[1.4,3],[0.3,4.1],[-1.1,4.7],[-2.1,4.7],[-2,4.5],[-1.1,3.8],[-0.1,3],[0.5,1.8],[0.5,0.7],[0.2,0],[-0.1,-0.3],[-0.3,-0.2],[-0.4,0.2],[-0.6,0.5],[-0.9,0.7],[-1.3,0.8],[-1.6,0.9],[-1.8,1],[-1.8,1.1],[-1.7,1.4],[-1.7,1.6],[-1.8,1.8],[-2,1.8],[-2.2,1.7],[-2.3,1.5],[-2.4,1.2],[-2.5,0.8],[-2.5,0.5],[-2.4,0.2],[-2.3,0],[-2.3,-0.2],[-2.2,-0.3],[-2,-0.3],[-1.9,-0.3],[-1.8,-0.3],[-1.6,-0.4],[-1.4,-0.4],[-1.4,-0.4],[-1.4,-0.4],[-1.5,-0.4],[-1.7,-0.4],[-1.9,-0.5],[-2.1,-0.6],[-2.4,-0.8],[-2.7,-0.9],[-2.9,-1],[-3.2,-1.1],[-3.5,-1.2],[-3.8,-1.1],[-4.1,-0.9],[-4.6,-0.6],[-5.1,-0.1],[-5.6,0.4],[-6.2,1],[-6.7,1.5],[-7.1,1.9],[-7.2,2.1],[-7.1,2.1],[-7,2],[-7,1.9],[-7.1,1.6],[-7.2,1.4],[-7.2,1.2],[-6.9,1.2],[-6.3,1.4],[-5.7,1.7],[-5.1,2.2],[-4.8,2.6],[-4.9,3],[-5.2,3.1],[-5.7,3],[-6.2,2.9],[-6.6,2.8],[-6.7,2.7],[-6.4,2.8],[-5.7,2.9],[-4.5,3],[-3.3,3.2],[-2.1,3.1],[-1.4,3],[-1.3,3],[-1.6,2.8],[-2.3,2.5],[-2.8,2.4],[-3.1,2.5],[-3,2.6],[-2.4,2.8],[-1.6,3.1],[-0.9,4],[-0.2,4.7],[0.3,5.4],[0.6,5.8],[0.7,5.9],[0.6,5.7],[0.4,5.4],[0.2,4.9],[-0.1,4.4],[-0.6,4.1],[-1.1,3.8],[-1.6,3.4],[-2.2,3],[-2.7,2.6],[-3.1,2.2],[-3.3,1.9],[-3.5,1.5],[-3.7,1.3],[-4,1],[-4.5,0.8],[-5.2,0.6],[-5.9,0.3],[-6.7,0.1],[-7.2,0],[-7.5,0],[-7.3,0.2],[-6.8,0.6],[-6.3,1],[-5.6,1.4],[-5.6,1.4],[-6,1.2],[-6.5,0.9],[-7,0.6],[-7.4,0.2],[-7.5,-0.1],[-7.4,-0.3],[-7.2,-0.4],[-6.9,-0.6],[-6.7,-0.7],[-6.4,-0.9],[-6.2,-1.1],[-6.1,-1.4],[-6.1,-1.7],[-6,-2],[-6,-2.2],[-6,-2.5],[-6,-2.8],[-6,-3.1],[-5.9,-3.4],[-5.8,-3.6],[-5.7,-3.8],[-5.6,-4],[-5.6,-4.2],[-5.6,-4.3],[-5.5,-4.5],[-5.5,-4.7],[-5.4,-4.7],[-5.3,-4.8],[-5.2,-4.9],[-5.1,-5],[-5,-5],[-4.8,-5.1],[-4.7,-5.1],[-4.6,-5.3],[-4.5,-5.3],[-4.4,-5.4],[-4.3,-5.5],[-4.2,-5.5],[-4.2,-5.5],[-4.1,-5.5],[-4,-5.5],[-3.9,-5.4],[-3.8,-5.4],[-3.7,-5.3],[-3.6,-5.2],[-3.5,-5.1],[-3.4,-5],[-3.3,-5],[-3.2,-4.9],[-3,-4.8],[-2.9,-4.7],[-2.7,-4.7],[-2.5,-4.6],[-2.4,-4.5],[-2.2,-4.4],[-2,-4.3],[-1.9,-4.2],[-1.8,-4.1],[-1.7,-4],[-1.6,-3.9],[-1.5,-3.8],[-1.4,-3.8],[-1.3,-3.7],[-1.2,-3.6],[-1.2,-3.6],[-1.1,-3.5],[-1,-3.4],[-0.9,-3.4],[-0.9,-3.3],[-0.8,-3.3],[-0.8,-3.3],[-0.7,-3.2],[-0.6,-3.2],[-0.6,-3.2],[-0.5,-3.2],[-0.5,-3.2],[-0.4,-3.2],[-0.4,-3.2],[-0.4,-3.2],[-0.3,-3.2],[-0.3,-3.2],[-0.2,-3.3],[-0.2,-3.4],[-0.1,-3.5],[0,-3.6],[0.1,-3.7],[0.2,-3.8],[0.4,-3.9],[0.6,-3.9],[0.7,-3.9],[0.9,-3.9],[1,-3.9],[1.2,-3.9],[1.4,-3.9],[1.5,-3.8],[1.7,-3.8],[2,-3.7],[2.3,-3.5],[2.6,-3.4],[2.9,-3.2],[3.2,-3],[3.5,-2.8],[3.8,-2.6],[4,-2.3],[4.3,-1.9],[4.5,-1.6],[4.7,-1.2],[4.9,-0.9],[5,-0.5],[5.1,-0.2],[5.1,0.1],[5.2,0.4],[5.2,0.7],[5.2,0.9],[5.2,1.1],[5.2,1.4],[5.3,1.6],[5.3,1.8],[5.3,2],[5.3,2.2],[5.3,2.4],[5.4,2.6],[5.4,2.8],[5.4,2.9],[5.4,3.1],[5.5,3.2],[5.5,3.4],[5.6,3.5],[5.6,3.7],[5.6,3.8],[5.6,4],[5.6,4.1],[5.7,4.3],[5.7,4.4],[5.7,4.5],[5.7,4.7],[5.7,4.8],[5.6,4.9],[5.6,5],[5.6,5.2],[5.5,5.3],[5.5,5.4],[5.4,5.6],[5.4,5.7],[5.3,5.8],[5.2,6],[5.1,6.1],[5,6.2],[4.9,6.3],[4.9,6.4],[4.8,6.4],[4.7,6.5],[4.7,6.6],[4.6,6.6],[4.5,6.7],[4.4,6.8],[4.3,6.8],[4.2,6.9],[4.1,7],[4,7],[3.9,7.1],[3.7,7.1],[3.6,7.1],[3.5,7.2],[3.4,7.2],[3.2,7.2],[3.1,7.3],[3,7.3],[2.8,7.3],[2.7,7.2],[2.6,7.2],[2.5,7.2],[2.4,7.2],[2.3,7.2],[2.1,7.1],[1.9,6.9],[1.6,6.5],[1.3,5.7],[0.9,4.5],[0.6,3.2],[0.3,1.7],[0.1,0.4],[-0.1,-0.6],[-0.1,-1.4],[-0.2,-1.9],[-0.1,-2.1],[-0.1,-2],[-0.1,-1.7],[-0.1,-1.5],[-0.1,-1.3],[-0.1,-1.1],[-0.1,-1.1],[-0.1,-1.2],[-0.1,-1.2],[-0.1,-1.3],[0,-1.4],[0.1,-1.4],[0.1,-1.5],[0.2,-1.5],[0.2,-1.4],[0.3,-1.4],[0.3,-1.4],[0.4,-1.4],[0.4,-1.4],[0.4,-1.4],[0.5,-1.4],[0.5,-1.4],[0.6,-1.4],[0.6,-1.4],[0.7,-1.3],[0.9,-1.1],[1,-1],[1.1,-0.9],[1.3,-0.7],[1.4,-0.5],[1.5,-0.4],[1.7,-0.3],[1.8,-0.3],[2,-0.3],[2.2,-0.3],[2.3,-0.3],[2.3,0],[2.2,0.4],[1.9,0.9],[1.5,1.5],[1.1,2],[0.7,2.4],[0.4,2.5],[0,2.3],[-0.4,1.9],[-0.7,1.2],[-0.8,0.6],[-0.6,0.3],[-0.3,0.3],[0.2,0.7],[0.6,1.4],[0.9,2.2],[1.2,3.1],[1.6,3.8],[2.2,4.1],[-1,-1.3],[-1.2,-0.9],[-1.3,-0.4],[-1.4,-0.1],[-1.5,0.1],[-1.6,0.3],[-1.7,0.6],[-1.8,1],[-1.9,1.4],[-1.9,1.8],[-1.9,2.1],[-1.8,2.4],[-1.6,2.5],[-1.4,2.6],[-1.3,2.7],[-1.1,2.7],[-1,2.7],[-0.8,2.6],[-0.6,2.5],[-0.5,2.2],[-0.3,1.9],[-0.2,1.6],[-0.1,1.2],[0.1,0.8],[0.2,0.5],[0.2,0.2],[0.3,0.1],[0.2,0],[0.2,-0.1],[0.1,-0.1],[-0.1,-0.2],[-0.2,-0.3],[-0.4,-0.5],[-0.6,-0.8],[-0.9,-1],[-1.1,-1.2],[-1.4,-1.2],[-1.4,-1.2],[-1.4,-1],[-1.3,-0.7],[-1.2,-0.4],[-1.1,-0.2],[-1.2,0],[-1.3,0.2],[-1.4,0.2],[-1.6,0.2],[-1.9,0.2],[-2.3,0.2],[-2.6,0.3],[-2.9,0.4],[-2.9,0.6],[-2.8,0.8],[-2.7,1],[-2.6,1.1],[-2.6,1.1],[-2.8,0.9],[-3,0.7],[-3.3,0.5],[-3.5,0.2],[-3.8,0],[-4.1,-0.2],[-4.3,-0.3],[-4.6,-0.3],[-4.8,-0.2],[-4.9,-0.1],[-4.9,0.1],[-4.8,0.1],[-4.6,0.1],[-4.4,0.1],[-4.4,-0.1],[-4.5,-0.1],[-4.7,-0.2],[-4.9,-0.1],[-5.1,0.1],[-5.1,0.3],[-4.9,0.4],[-4.7,0.4],[-4.5,0.3],[-4.4,0.1],[-4.4,0],[-4.4,0.2],[-4.3,0.5],[-4.2,1.1],[-3.8,1.8],[-3.4,2.5],[-2.9,3],[-2.6,3.4],[-2.5,3.7],[-2.4,4.1],[-2.3,4.5],[-2,5],[-1.7,5.2],[-1.4,5.7],[-1.2,5.9],[-0.9,6.1],[-0.6,6.1],[-0.3,6],[-0.1,5.9],[0.1,5.8],[0.3,5.6],[0.4,5.5],[0.6,5.4],[0.7,5.3],[0.7,5.2],[0.6,5.2],[0.6,5],[0.5,4.8],[0.4,4.6],[0.3,4.3],[0.3,4.1],[0.3,3.8],[0.6,3.7],[1,3.6],[1.5,3.7],[1.8,3.7],[1.6,3.8],[0.9,3.7],[-0.2,3.3],[-1.4,2.6],[-2.5,1.7],[-3.6,0.7],[-5,-0.2],[-6.6,-1.1],[-7.7,-1.8],[-9.1,-2.5],[-9,-2.7],[-8.4,-2.7],[-7.4,-2.5],[-6.7,-2.2],[-6.1,-1.9],[-6,-1.7],[-6.1,-1.7],[-6.3,-1.8],[-6.4,-1.9],[-6.6,-2.2],[-7,-2.4],[-7.2,-2.7],[-7.3,-2.9],[-7.2,-3.1],[-6.8,-3.1],[-6.5,-3.2],[-6.2,-3.3],[-6,-3.5],[-5.8,-3.7],[-5.8,-3.9],[-5.9,-4.1],[-5.9,-4.2],[-5.9,-4.3],[-6,-4.4],[-6.1,-4.5],[-6,-4.4],[-6,-4.5],[-6,-4.4],[-5.9,-4.4],[-5.8,-4.4],[-5.8,-4.3],[-5.7,-4.3],[-5.7,-4.3],[-5.7,-4.3],[-5.7,-4.3],[-5.6,-4.3],[-5.4,-4.3],[-5.2,-4.3],[-5.1,-4.3],[-4.9,-4.3],[-4.7,-4.3],[-4.5,-4.3],[-4.3,-4.3],[-4,-4.3],[-3.8,-4.3],[-3.5,-4.3],[-3.2,-4.3],[-3,-4.3],[-2.8,-4.2],[-2.6,-4.1],[-2.5,-4.1],[-2.3,-4],[-2.1,-3.9],[-1.9,-3.9],[-1.7,-3.8],[-1.5,-3.8],[-1.3,-3.8],[-1.1,-3.8],[-0.8,-3.7],[-0.6,-3.7],[-0.3,-3.6],[-0.1,-3.6],[0.1,-3.5],[0.2,-3.5],[0.3,-3.5],[0.5,-3.5],[0.6,-3.4],[0.7,-3.5],[0.9,-3.5],[1,-3.5],[1.1,-3.5],[1.2,-3.5],[1.3,-3.6],[1.4,-3.6],[1.5,-3.7],[1.6,-3.7],[1.7,-3.8],[1.9,-3.8],[1.9,-3.8],[2,-3.8],[2.1,-3.8],[2.2,-3.8],[2.3,-3.8],[2.4,-3.8],[2.5,-3.7],[2.7,-3.6],[2.8,-3.5],[2.8,-3.3],[2.8,-3.2],[2.8,-3.1],[2.8,-3.1],[2.9,-3],[3.1,-3],[3.4,-2.9],[3.7,-2.7],[4,-2.5],[4.3,-2.2],[4.5,-1.8],[4.7,-1.5],[4.7,-1.1],[4.8,-0.8],[4.8,-0.5],[4.8,-0.3],[4.8,0],[4.7,0.1],[4.7,0.3],[4.7,0.4],[4.7,0.5],[4.8,0.6],[4.8,0.7],[4.9,0.9],[4.9,1.1],[5,1.3],[5.1,1.5],[5.2,1.8],[5.2,2],[5.3,2.2],[5.3,2.5],[5.4,2.7],[5.4,3],[5.5,3.2],[5.5,3.4],[5.5,3.7],[5.5,3.9],[5.6,4.2],[5.6,4.4],[5.6,4.7],[5.5,5],[5.5,5.2],[5.4,5.4],[5.4,5.6],[5.3,5.7],[5.3,5.9],[5.2,6],[5.1,6.2],[5.1,6.3],[5,6.4],[4.9,6.6],[4.8,6.7],[4.6,6.8],[4.5,6.9],[4.4,7.1],[4.3,7.2],[4.2,7.3],[4.2,7.4],[4.1,7.5],[4.1,7.5],[4,7.6],[3.9,7.7],[3.8,7.7],[3.6,7.8],[3.4,7.8],[3.2,7.8],[3,7.9],[2.8,7.9],[2.7,7.9],[2.5,7.9],[2.4,7.9],[2.3,8],[2.1,8],[2,8.1],[1.9,8],[1.7,8.1],[1.5,8.1],[1.3,8.1],[1.1,7.8],[0.8,7.4],[0.4,6.9],[0.2,5.9],[-0.1,4.8],[-0.3,3.5],[-0.5,2.3],[-0.6,1.3],[-0.6,0.5],[-0.6,0],[-0.6,-0.3],[-0.6,-0.5],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.6],[-0.6,-0.7],[-0.6,-0.8],[-0.6,-0.9],[-0.6,-1],[-0.6,-1.1],[-0.7,-1.2],[-0.7,-1.3],[-0.6,-1.4],[-0.5,-1.5],[-0.4,-1.5],[-0.4,-1.5],[-0.3,-1.5],[-0.2,-1.4],[0,-1.4],[0.1,-1.4],[0.2,-1.3],[0.3,-1.1],[0.4,-1],[0.4,-0.9],[0.4,-0.8],[0.4,-0.8],[0.3,-0.7],[0.2,-0.7],[0,-0.6],[0,-0.4],[0.2,-0.2],[0.7,0],[1.4,0.3],[1.8,0.6],[1.5,1],[0.5,1.3],[-0.6,1.4],[-0.9,1.3],[-0.2,1.1],[1.2,0.8],[2.1,0.9],[1.7,1],[0.5,1.4],[-0.6,1.6],[-0.9,1.7],[-0.5,1.4],[0.1,1],[0.3,0.4],[0.3,-0.3],[0,-0.9],[-0.3,-1.4],[-0.7,-1.5],[0.5,0.6],[0.6,0.7],[0.7,0.7],[0.7,0.8],[0.7,0.8],[0.5,0.9],[0.4,1],[0.3,1.1],[0.2,1.3],[0.1,1.5],[0,1.6],[-0.1,1.8],[-0.1,1.9],[-0.1,1.9],[0,2],[0,2],[0,1.9],[0,1.8],[-0.1,1.8],[-0.2,1.7],[-0.3,1.6],[-0.4,1.6],[-0.5,1.5],[-0.6,1.5],[-0.8,1.3],[-0.9,1.2],[-0.9,1],[-0.9,0.9],[-0.9,0.9],[-1,0.9],[-1.3,0.8],[-1.6,0.8],[-2,0.8],[-2.4,0.8],[-2.8,0.9],[-2.8,0.9],[-3,0.9],[-3.1,0.9],[-3,0.9],[-2.7,0.9],[-2.3,0.8],[-1.9,0.8],[-1.6,0.8],[-1.4,0.8],[-1.2,0.8],[-1.1,0.8],[-1.1,0.8],[-1.1,0.8],[-1.1,0.7],[-1.1,0.6],[-1.1,0.5],[-1.1,0.5],[-1.1,0.6],[-1.1,0.6],[-1.2,0.7],[-1.3,0.7],[-1.4,0.6],[-1.5,0.4],[-1.8,0.1],[-2,-0.3],[-2.3,-0.6],[-2.3,-0.8],[-2.2,-0.9],[-2,-1],[-1.7,-1],[-1.4,-1.1],[-1.3,-1.3],[-1.3,-1.5],[-1.2,-1.8],[-0.9,-2],[-0.6,-2],[-0.3,-1.9],[-0.2,-1.7],[0,-1.3],[0.1,-0.8],[0.2,-0.3],[0.3,0.4],[0.1,1.1],[-0.3,1.6],[-0.8,1.8],[-1.3,1.8],[-1.8,1.6],[-2.1,1.5],[-2.3,1.5],[-2.3,1.7],[-2.1,2.2],[-1.7,2.8],[-1.2,3.4],[-0.7,3.9],[-0.5,4.2],[-0.3,4.4],[-0.1,4.6],[0.2,4.7],[0.5,4.8],[0.6,4.9],[0.7,4.9],[0.8,4.8],[0.7,4.8],[0.6,4.9],[0.3,5.1],[0.2,5.2],[0.1,5.5],[0.1,5.7],[0,5.8],[-0.1,5.9],[-0.3,5.8],[-0.7,5.7],[-1.2,5.5],[-1.9,5.4],[-2.5,5.4],[-3,5.4],[-3.3,5.7],[-3.5,5.8],[-3.6,6.1],[-3.5,6.3],[-3.1,6.7],[-2.4,6.9],[-1.5,6.9],[-0.8,6.3],[-0.4,5.1],[-0.8,3.3],[-2.1,1.3],[-4.1,-0.2],[-6.5,-0.8],[-8.5,-0.6],[-9.5,-0.1],[-9.9,0.2],[-10.2,0],[-10.5,-0.4],[-10.4,-0.8],[-9.3,-1],[-7.6,-1],[-5.7,-1.1],[-4.6,-1.5],[-4.6,-2.1],[-5.2,-2.6],[-6.2,-2.7],[-7.2,-2.6],[-7.8,-2.4],[-7.4,-2.2],[-7.9,-2.5],[-7.2,-2.6],[-6.3,-2.7],[-5.7,-2.9],[-5.4,-3.2],[-5.4,-3.6],[-5.4,-4],[-5.4,-4.2],[-5.4,-4.2],[-5.3,-4.2],[-5.2,-4],[-5.2,-3.7],[-5.3,-3.5],[-5.3,-3.4],[-5.3,-3.3],[-5.3,-3.2],[-5.3,-3.1],[-5.3,-3],[-5.2,-2.9],[-5.3,-3],[-5.3,-3.1],[-5.4,-3.2],[-5.4,-3.4],[-5.5,-3.5],[-5.5,-3.6],[-5.4,-3.7],[-5.2,-3.7],[-5,-3.7],[-4.8,-3.7],[-4.7,-3.7],[-4.5,-3.8],[-4.3,-3.8],[-4.1,-3.8],[-3.9,-3.8],[-3.7,-3.9],[-3.5,-4],[-3.2,-4.2],[-2.9,-4.3],[-2.5,-4.4],[-2.2,-4.6],[-1.8,-4.7],[-1.3,-4.8],[-0.9,-4.8],[-0.5,-4.8],[-0.1,-4.8],[0.2,-4.7],[0.5,-4.6],[0.7,-4.5],[1,-4.5],[1.2,-4.5],[1.5,-4.4],[1.7,-4.3],[1.8,-4.3],[1.9,-4.2],[2,-4.2],[2.1,-4.2],[2.3,-4.2],[2.4,-4.1],[2.6,-4.1],[2.7,-4.1],[2.8,-4.1],[2.9,-4],[3.1,-4],[3.3,-4],[3.5,-3.9],[3.8,-3.9],[4.1,-3.8],[4.4,-3.6],[4.7,-3.4],[5,-3.2],[5.3,-2.9],[5.5,-2.6],[5.6,-2.3],[5.6,-2],[5.7,-1.8],[5.7,-1.5],[5.7,-1.3],[5.8,-1],[5.9,-0.7],[6,-0.4],[6.1,-0.1],[6.1,0.2],[6.1,0.5],[5.9,0.7],[5.8,0.9],[5.5,1],[5.3,1.1],[5.2,1.1],[5.1,1.2],[5.1,1.3],[5.1,1.4],[5.1,1.5],[5.1,1.7],[5,1.9],[4.9,2.1],[4.8,2.2],[4.7,2.4],[4.7,2.6],[4.6,2.8],[4.6,3],[4.6,3.4],[4.6,3.7],[4.6,4.1],[4.6,4.5],[4.6,4.9],[4.5,5.3],[4.5,5.6],[4.4,5.8],[4.2,6],[4,6.1],[3.9,6.1],[3.8,6.2],[3.7,6.2],[3.7,6.3],[3.7,6.4],[3.8,6.6],[3.8,6.7],[3.8,6.9],[3.8,7.1],[3.8,7.2],[3.7,7.3],[3.6,7.4],[3.4,7.5],[3.3,7.6],[3.2,7.7],[3,7.7],[2.9,7.7],[2.9,7.7],[2.8,7.7],[2.7,7.8],[2.6,7.7],[2.5,7.8],[2.3,7.8],[2.2,7.9],[2.1,8.1],[2,8.2],[1.9,8.3],[1.8,8.4],[1.7,8.4],[1.5,8.5],[1.3,8.5],[1.1,8.5],[0.9,8.4],[0.6,8.3],[0.4,8.2],[0.2,7.9],[-0.1,7.7],[-0.2,7.2],[-0.4,6.7],[-0.6,6.1],[-0.7,5.3],[-0.7,4.7],[-0.7,3.7],[-0.8,3],[-0.9,2.1],[-1,1.5],[-1.1,0.9],[-1.3,0.6],[-1.3,0.4],[-1.3,0.4],[-1.3,0.5],[-1.2,0.6],[-1.2,0.7],[-1.3,0.7],[-1.3,0.6],[-1.4,0.5],[-1.5,0.3],[-1.5,0.2],[-1.6,0.2],[-1.6,0.1],[-1.6,0.1],[-1.7,0],[-1.7,0],[-1.7,-0.1],[-1.7,-0.2],[-1.7,-0.2],[-1.6,-0.3],[-1.6,-0.4],[-1.5,-0.5],[-1.4,-0.6],[-1.3,-0.8],[-1.3,-0.9],[-1.3,-1.1],[-1.3,-1.2],[-1.4,-1.3],[-1.4,-1.3],[-1.4,-1.3],[-1.3,-1.3],[-1.2,-1.3],[-1.1,-1.2],[-1,-1],[-0.9,-0.6],[-0.8,-0.1],[-0.5,0.5],[-0.2,1.1],[0.1,1.5],[0.3,1.6],[0.2,1.3],[-0.5,0.9],[-1,0.5],[-1,0.3],[-0.6,0.6],[-0.1,0.9],[-0.2,1.4],[0.2,1.8],[1.2,1.9],[2.1,1.5],[1.5,0.4],[-0.1,-0.8],[-1.6,-1.8],[-1.9,-1.9],[-1.2,-1.1],[-0.5,-0.1],[0,0.7],[0.1,1.2],[0.1,1.3],[0,1.1],[0.1,0.9],[0.2,0.7],[0.3,0.6],[-0.9,1.6],[-1.1,1.7],[-1.2,1.7],[-1.3,1.8],[-1.4,1.8],[-1.5,1.8],[-1.7,1.9],[-1.8,2],[-1.9,2],[-1.9,2.2],[-2,2.2],[-2.1,2.4],[-2.1,2.5],[-2.1,2.6],[-2.2,2.7],[-2.2,2.8],[-2.2,2.9],[-2.3,3],[-2.2,3.1],[-2.3,3.1],[-2.3,3.1],[-2.5,3.1],[-2.6,3.2],[-2.7,3.2],[-2.6,3.3],[-2.8,3],[-3.4,2.4],[-4.2,1.4],[-4.6,0.4],[-4.4,-0.3],[-4,-0.6],[-3.5,-0.5],[-3,-0.2],[-2.3,0.2],[-1.5,0.6],[-1.1,1.1],[-1.2,1.5],[-1.8,1.6],[-2.5,1.6],[-3.2,1.4],[-3.6,1.2],[-3.8,1.2],[-3.8,1.2],[-3.8,1.2],[-3.8,1.2],[-3.8,1.1],[-3.7,1],[-3.5,1],[-3.4,1],[-3.3,0.9],[-3.2,0.9],[-3,0.9],[-2.8,0.8],[-2.7,0.8],[-2.4,0.7],[-2,0.7],[-1.6,0.8],[-1.2,0.8],[-0.9,0.8],[-0.7,0.6],[-0.6,0.3],[-0.6,-0.2],[-0.6,-0.6],[-0.5,-1.1],[-0.4,-1.5],[-0.4,-1.8],[-0.4,-2],[-0.4,-2.2],[-0.4,-2.2],[-0.4,-2.2],[-0.4,-2.2],[-0.5,-2.1],[-0.7,-1.9],[-0.8,-1.5],[-0.9,-1],[-0.8,-0.3],[-0.6,0.4],[-0.4,1.1],[-0.2,1.7],[0.1,2.2],[0.3,2.5],[0.6,2.8],[0.9,2.9],[0.9,3],[0.9,3.2],[0.8,3.3],[0.8,3.5],[1,3.6],[1.1,3.8],[1.2,4],[1.3,4.2],[1.5,4.4],[1.7,4.7],[1.7,4.9],[1.6,5.2],[1.7,5.4],[2.1,5.7],[2.4,5.8],[2.4,6],[2.2,6.1],[2,6.3],[1.8,6.5],[1.5,6.7],[1.2,7],[0.9,7],[0.4,6.9],[-0.4,6.6],[-1.5,6.2],[-2.7,6],[-3.8,6],[-4.4,6],[-4.5,5.9],[-4.2,5.8],[-4,5.7],[-4,5.5],[-4.4,5],[-4.9,4.2],[-5.3,3.2],[-5.8,2],[-6.1,0.9],[-6.5,-0.1],[-7,-0.9],[-7.7,-1.6],[-8.3,-2.1],[-8.8,-2.5],[-9.2,-2.6],[-9.5,-2.5],[-9.6,-2.3],[-9.6,-2],[-9.2,-1.8],[-8.6,-1.8],[-7.9,-2.2],[-7.3,-2.9],[-6.9,-3.8],[-6.8,-4.6],[-7,-5.1],[-7.6,-5.1],[-8.4,-4.7],[-9.2,-4.3],[-9.6,-3.8],[-9.1,-3.4],[-8.1,-3.1],[-7.4,-3.1],[-6.9,-3.1],[-6.7,-3.2],[-6.7,-3.3],[-6.6,-3.2],[-6.5,-3],[-6.5,-2.7],[-6.6,-2.5],[-6.6,-2.4],[-6.3,-2.3],[-5.9,-2],[-5.4,-1.6],[-5.3,-1.3],[-5.6,-1.3],[-5.9,-1.6],[-6.1,-2],[-6.1,-2.5],[-6,-2.9],[-5.8,-3.3],[-5.6,-3.6],[-5.6,-4],[-5.5,-4.2],[-5.5,-4.5],[-5.2,-4.6],[-4.7,-4.7],[-4.2,-4.7],[-3.7,-4.7],[-3.4,-4.6],[-3.1,-4.5],[-2.8,-4.5],[-2.6,-4.4],[-2.4,-4.4],[-2.2,-4.4],[-2,-4.4],[-1.8,-4.4],[-1.6,-4.5],[-1.3,-4.6],[-1,-4.8],[-0.7,-4.9],[-0.4,-5],[-0.1,-5],[0.1,-5],[0.3,-5],[0.6,-5],[1,-5],[1.4,-5],[1.7,-4.9],[1.9,-4.8],[2.1,-4.8],[2.3,-4.7],[2.5,-4.7],[2.7,-4.6],[2.9,-4.5],[3.1,-4.4],[3.2,-4.3],[3.4,-4.2],[3.5,-4.2],[3.7,-4.2],[3.8,-4.1],[4,-4.1],[4.4,-4.1],[4.8,-4],[5.3,-3.8],[5.7,-3.4],[5.9,-3.1],[6.1,-2.8],[6.1,-2.6],[6,-2.5],[6,-2.4],[6.1,-2.2],[6.3,-2],[6.5,-1.7],[6.6,-1.4],[6.6,-1.2],[6.5,-0.9],[6.3,-0.8],[6.2,-0.6],[6.2,-0.3],[6.1,0],[5.9,0.3],[5.7,0.7],[5.5,1.2],[5.3,1.7],[5.2,2.3],[5,3],[4.9,3.5],[4.8,3.9],[4.6,4.1],[4.5,4.3],[4.4,4.4],[4.3,4.6],[4.2,4.7],[4.1,4.9],[3.9,5.1],[3.7,5.3],[3.5,5.5],[3.3,5.6],[3.1,5.7],[2.8,5.8],[2.6,5.8],[2.4,5.8],[2.2,5.9],[2.1,6],[2,6.2],[1.9,6.3],[1.8,6.6],[1.7,6.8],[1.6,6.9],[1.5,7],[1.5,7.1],[1.5,7.2],[1.6,7.2],[1.6,7.2],[1.7,7.3],[1.7,7.4],[1.7,7.4],[1.7,7.4],[1.7,7.5],[1.7,7.5],[1.7,7.5],[1.7,7.5],[1.7,7.5],[1.7,7.5],[1.6,7.5],[1.6,7.6],[1.5,7.7],[1.5,7.8],[1.4,7.8],[1.2,7.9],[1.1,8],[0.9,8],[0.8,8.1],[0.6,8.1],[0.4,8.1],[0.2,8.1],[0.1,8.1],[0,8],[-0.1,7.9],[-0.2,7.8],[-0.3,7.6],[-0.5,7.3],[-0.6,7],[-0.7,6.7],[-0.7,6.4],[-0.8,6],[-0.9,5.6],[-0.9,5],[-1,4.5],[-1.1,4.1],[-1.1,3.6],[-1.1,3.1],[-1.1,2.5],[-1.1,2.1],[-1,1.7],[-1,1.5],[-1,1.5],[-1,1.5],[-1,1.6],[-1,1.6],[-1.1,1.6],[-1.2,1.6],[-1.4,1.6],[-1.4,1.6],[-1.5,1.5],[-1.7,1.5],[-1.9,1.4],[-2,1.2],[-2.2,1.1],[-2.3,1],[-2.3,1],[-2.3,0.9],[-2.2,0.9],[-2.2,0.8],[-2.2,0.7],[-2.2,0.5],[-2.2,0.3],[-2.3,0.1],[-2.3,0],[-2.5,-0.2],[-2.6,-0.3],[-2.7,-0.4],[-2.7,-0.4],[-2.7,-0.4],[-2.7,-0.4],[-2.6,-0.4],[-2.4,-0.3],[-2.2,-0.2],[-2,-0.2],[-1.8,-0.1],[-1.7,-0.1],[-1.8,-0.2],[-1.8,-0.2],[-1.7,-0.2],[-1.3,-0.1],[-0.7,0.2],[-0.1,0.6],[0.5,0.9],[1,0.9],[1.4,0.7],[1.2,0.5],[1.1,0.4],[0.9,0.3],[1,0],[1.1,-0.2],[1.1,-0.4],[1,-0.4],[0.9,-0.4],[0.7,-0.2],[0.5,-0.1],[0.3,0.2],[0.1,0.3],[-0.1,0.5],[-0.1,0.7],[-0.2,0.9],[-0.3,1.1],[-0.5,1.3],[-0.6,1.4],[-0.8,1.5],[-2.5,2.9],[-2.6,3],[-2.7,3],[-2.7,3.1],[-2.8,3.2],[-2.8,3.2],[-2.9,3.2],[-2.9,3.2],[-3,3.3],[-3,3.3],[-3,3.4],[-3,3.4],[-3,3.4],[-3,3.4],[-3,3.4],[-3,3.4],[-3.1,3.5],[-3.1,3.5],[-3,3.7],[-2.9,3.8],[-2.8,3.8],[-2.7,3.6],[-2.6,3.1],[-2.9,2.4],[-3.3,1.7],[-3.6,1.3],[-3.6,1.1],[-3.6,1.2],[-3.7,1.3],[-4,1.6],[-4.4,2],[-4.8,2.6],[-5.1,3.1],[-4.9,3.3],[-4.4,3.3],[-4,3.1],[-3.7,2.9],[-3.4,2.7],[-3.2,2.4],[-3.1,2.1],[-3.1,1.7],[-3.2,1.4],[-3.5,1],[-3.8,0.7],[-4.1,0.4],[-4.1,0.2],[-3.7,0.2],[-3.2,0.2],[-2.9,0.2],[-2.7,0.2],[-2.6,0.2],[-2.5,0.1],[-2.3,0],[-2,-0.2],[-1.6,-0.5],[-1.2,-0.7],[-0.8,-0.9],[-0.4,-1.1],[-0.1,-1.3],[0.2,-1.4],[0.5,-1.6],[0.6,-1.8],[0.5,-2],[0.3,-2.1],[0.1,-2],[-0.2,-1.8],[-0.5,-1.5],[-0.6,-1],[-0.7,-0.6],[-0.8,-0.3],[-1,0],[-1.1,0.1],[-1.2,0.3],[-1.4,0.3],[-1.6,0.3],[-1.7,0.3],[-1.7,0.4],[-1.8,0.5],[-2,0.7],[-2,1.1],[-1.9,1.5],[-1.3,1.9],[-0.5,2.2],[0.3,2.5],[1,2.9],[1.4,3.2],[1.7,3.4],[2,3.5],[2.1,3.6],[2.1,3.8],[2,4.1],[1.8,4.4],[2,4.7],[2.6,4.8],[2.9,4.5],[3,4.7],[2.7,4.4],[2.9,4.3],[3.6,4.6],[4.2,5.3],[4.4,6],[4.4,6.6],[4.2,7.1],[3.8,7.5],[3.1,7.9],[2.4,8],[1.9,7.7],[1.5,7],[0.7,6.1],[-0.7,5.5],[-2,5.4],[-2.8,5.6],[-3.1,5.8],[-3.1,5.9],[-3.1,5.7],[-3,5.3],[-3.2,4.9],[-3.6,4.1],[-4.2,3.2],[-4.7,2.1],[-5.3,1.2],[-5.6,0.3],[-5.8,-0.5],[-5.7,-1.1],[-5.3,-1.3],[-4.7,-1.1],[-4.3,-1.1],[-4.3,-1.3],[-4.2,-1.4],[-4.3,-1.3],[-4.6,-1.4],[-5.1,-1.9],[-5.7,-2.7],[-6.1,-3.7],[-6,-4.4],[-5.7,-4.9],[-5.7,-5.1],[-6.1,-5.1],[-6.9,-4.7],[-7.9,-4.2],[-8.1,-3.6],[-7.7,-3.2],[-6.6,-3],[-5.8,-2.9],[-5.5,-2.8],[-5.6,-2.7],[-5.3,-2],[-4.8,-1],[-4.1,0.1],[-3.7,0.9],[-3.8,1.2],[-4.3,0.5],[-4.6,-0.5],[-4.6,-1.2],[-4.3,-1.4],[-3.9,-1.3],[-3.6,-1.6],[-3.5,-2.5],[-3.5,-3.8],[-3.7,-5.1],[-4.2,-6.1],[-4.9,-6.8],[-5.3,-7.1],[-4.9,-7.1],[-4.1,-6.8],[-3.2,-6.5],[-2.7,-6.4],[-2.3,-6.4],[-1.9,-6.4],[-1.5,-6.3],[-1.2,-6],[-1.1,-5.9],[-1.1,-5.9],[-1.1,-6.2],[-0.9,-6.4],[-0.7,-6.6],[-0.6,-6.8],[-0.5,-6.9],[-0.4,-7],[-0.3,-7.1],[-0.1,-7.1],[0.3,-7.2],[0.8,-7.2],[1.4,-7],[1.8,-6.8],[2.2,-6.6],[2.5,-6.4],[2.7,-6.3],[2.9,-6.1],[3,-5.9],[3.1,-5.8],[3.2,-5.7],[3.3,-5.5],[3.5,-5.4],[3.7,-5.2],[3.9,-5.1],[4.2,-4.9],[4.6,-4.6],[5,-4.4],[5.3,-4.2],[5.5,-4.1],[5.5,-4],[5.6,-4],[5.6,-3.9],[5.7,-3.8],[5.8,-3.7],[5.8,-3.5],[5.9,-3.2],[6,-3],[6,-2.7],[6.1,-2.4],[6.1,-2.1],[6.1,-1.8],[6.1,-1.4],[6.1,-1.1],[6.1,-0.7],[6.2,-0.2],[6.2,0.2],[6.1,0.6],[6.1,1],[5.9,1.4],[5.8,1.8],[5.6,2.1],[5.3,2.5],[5.1,2.9],[4.9,3.4],[4.7,4.1],[4.4,4.8],[4.1,5.6],[3.7,6.3],[3.4,6.8],[3,7.1],[2.8,7.3],[2.6,7.5],[2.4,7.6],[2.1,7.7],[1.9,7.8],[1.6,7.9],[1.4,8],[1.1,8.1],[0.9,8.1],[0.7,8.2],[0.5,8.2],[0.2,8.2],[0,8.2],[-0.3,8.2],[-0.5,8.2],[-0.8,8.1],[-1,8.1],[-1.2,8],[-1.3,7.9],[-1.4,7.7],[-1.6,7.6],[-1.8,7.4],[-1.8,7.3],[-1.8,7.2],[-1.6,7.2],[-1.4,7.2],[-1.2,7.2],[-1.1,7.2],[-0.9,7.3],[-0.8,7.3],[-0.7,7.3],[-0.6,7.4],[-0.6,7.4],[-0.5,7.5],[-0.5,7.5],[-0.5,7.6],[-0.4,7.6],[-0.4,7.6],[-0.4,7.6],[-0.4,7.6],[-0.4,7.5],[-0.4,7.4],[-0.5,7.3],[-0.6,7.2],[-0.7,7.2],[-0.8,7.2],[-0.9,7.1],[-1,7],[-1,6.9],[-1,6.8],[-0.9,6.7],[-0.9,6.6],[-0.9,6.3],[-1,6],[-1,5.8],[-1,5.4],[-1,5],[-1,4.6],[-1,4.2],[-1.2,3.9],[-1.4,3.5],[-1.4,3],[-1.4,2.6],[-1.3,2.3],[-1.2,2.2],[-1.1,2.3],[-1,2.3],[-1,2.3],[-1,2.3],[-1.1,2.3],[-1.2,2.3],[-1.2,2.3],[-1.2,2.4],[-1.3,2.5],[-1.3,2.5],[-1.3,2.4],[-1.3,2.3],[-1.4,2.1],[-1.6,1.8],[-1.8,1.6],[-2,1.5],[-2.2,1.5],[-2.3,1.5],[-2.5,1.4],[-2.7,1.4],[-2.8,1.3],[-3,1.1],[-3.1,1],[-3.3,0.9],[-3.4,0.7],[-3.4,0.6],[-3.4,0.4],[-3.3,0.1],[-3.3,-0.1],[-3.2,-0.3],[-3.2,-0.3],[-3,-0.4],[-2.7,-0.4],[-2.3,-0.3],[-1.7,-0.1],[-0.7,0.2],[0.4,0.4],[1.3,0.4],[1.4,0.4],[0.6,0.6],[-0.2,1],[-0.4,1.2],[-0.4,0.7],[-0.4,0.4],[0,0.3],[0.4,0.6],[0.5,1],[0.1,1.2],[-0.5,1.2],[-0.9,1.1],[-1.2,1.1],[-1.5,1.2],[-1.6,1.3],[-1.7,1.4],[-1.8,1.6],[-1.8,1.8],[-1.9,2],[-2,2.2],[-2.1,2.4],[-2.2,2.5],[-2.3,2.7],[-2.3,2.8],[-2.4,2.8],[-3.4,4.1],[-3.5,4.1],[-3.6,4.1],[-3.7,4.1],[-3.8,4.1],[-3.8,4.1],[-3.9,4.1],[-3.9,4],[-4,4],[-4,4],[-4,3.9],[-3.9,3.9],[-3.9,3.8],[-4,3.6],[-4.1,3.5],[-4.1,3.5],[-3.9,3.5],[-3.9,3.4],[-3.9,3.1],[-3.9,2.9],[-3.7,3],[-3.6,3.2],[-3.7,3.4],[-3.8,3.5],[-4,3.5],[-4.1,3.4],[-4.2,3.3],[-4.3,3.2],[-4.3,3.1],[-4.3,3],[-4.3,2.8],[-4.4,2.3],[-4.4,1.5],[-4.1,0.8],[-3.7,0.3],[-3.4,-0.1],[-3.1,-0.2],[-2.9,-0.2],[-2.8,0.1],[-2.8,0.7],[-2.9,1.3],[-2.8,1.8],[-2.5,1.9],[-2.2,1.5],[-2,0.8],[-2,0],[-1.9,-0.7],[-1.7,-1.3],[-1.5,-1.8],[-1.2,-2.1],[-1,-2.3],[-0.7,-2.4],[-0.4,-2.2],[-0.1,-2],[0,-1.8],[0,-1.7],[-0.1,-1.5],[-0.2,-1.3],[-0.4,-1.1],[-0.6,-1],[-0.7,-0.8],[-0.9,-0.7],[-1,-0.6],[-1,-0.4],[-0.9,-0.2],[-0.9,0],[-0.9,0.1],[-1,0],[-1.1,-0.1],[-1.2,-0.1],[-1.4,-0.1],[-1.6,0.1],[-1.8,0.2],[-2.1,0.4],[-2.4,0.6],[-2.7,0.9],[-2.8,1.2],[-2.9,1.5],[-2.8,1.7],[-2.8,1.8],[-2.8,1.9],[-2.8,2.1],[-2.9,2.4],[-2.9,2.8],[-2.9,3.1],[-2.7,3.5],[-2.2,3.7],[-1.4,3.8],[-0.5,3.7],[0.7,3.9],[1.9,4.2],[2.5,4.3],[2.5,4.2],[2.3,4],[2.6,3.7],[3.3,3.3],[4,3.2],[3.9,3.2],[5.5,6],[5,8.1],[2.7,7.8],[1.1,6.2],[1.2,5.3],[2,5.7],[2.1,6.7],[1.8,7.4],[1.7,7.5],[1.8,7.3],[1.8,6.9],[1.7,6.7],[1.3,6.7],[0.8,6.6],[0.3,6.4],[0.1,5.8],[-0.2,5.1],[-0.8,4.2],[-1.6,3.1],[-2.5,2],[-3.1,1.2],[-3.5,0.5],[-3.4,-0.2],[-3.4,-1],[-3.6,-1.8],[-4,-2.7],[-4.2,-3.5],[-4.2,-4],[-4.1,-3.9],[-4.1,-3.6],[-4.3,-3.8],[-4.2,-4.4],[-3.7,-5],[-2.9,-5.4],[-2.1,-5.4],[-1.4,-5],[-1,-4.6],[-1.1,-4.2],[-1.4,-3.7],[-1.7,-3.2],[-1.8,-3.2],[-2,-3.8],[-2.9,-4.2],[-4,-3.9],[-4.6,-2.8],[-4.6,-1.9],[-4.7,-1.5],[-5,-1.5],[-5.4,-1.7],[-5.5,-2],[-5.6,-2],[-6.2,-1.8],[-7.4,-1.1],[-8.6,0],[-9,1.1],[-8.6,1.7],[-8.3,2],[-8.1,2],[-7.5,1.7],[-6.6,0.9],[-5.9,-0.6],[-5.8,-2.4],[-6.2,-4],[-6.2,-4.7],[-5.6,-5],[-4.8,-5.2],[-4.2,-5.6],[-4,-5.9],[-3.8,-6.1],[-3.3,-6.1],[-2.8,-6.1],[-2.4,-6.3],[-1.9,-6.6],[-1.4,-6.8],[-1.1,-6.8],[-0.9,-6.7],[-0.7,-6.6],[-0.6,-6.5],[-0.4,-6.6],[-0.2,-6.6],[-0.1,-6.5],[-0.1,-6.5],[-0.1,-6.5],[-0.1,-6.6],[0.1,-6.7],[0.4,-6.7],[0.8,-6.7],[1.2,-6.7],[1.6,-6.8],[2.1,-6.8],[2.5,-6.8],[2.9,-6.7],[3.2,-6.6],[3.5,-6.4],[3.7,-6.2],[3.9,-6.1],[4,-5.9],[4.1,-5.7],[4.2,-5.6],[4.2,-5.4],[4.2,-5.4],[4.2,-5.3],[4.2,-5.1],[4.3,-4.9],[4.3,-4.6],[4.4,-4.4],[4.5,-4.2],[4.7,-3.9],[4.9,-3.6],[5,-3.3],[5,-3.1],[5.1,-2.8],[5.2,-2.4],[5.4,-2],[5.5,-1.6],[5.6,-1.1],[5.6,-0.6],[5.7,-0.1],[5.7,0.4],[5.7,0.9],[5.7,1.4],[5.7,1.9],[5.7,2.4],[5.6,3],[5.4,3.7],[5.1,4.3],[4.8,4.9],[4.4,5.6],[4,6.3],[3.6,7.1],[3.1,7.7],[2.6,8.2],[2,8.5],[1.5,8.7],[1.2,8.9],[0.9,9],[0.7,9.2],[0.4,9.3],[0.1,9.4],[-0.2,9.5],[-0.5,9.6],[-0.8,9.7],[-1.1,9.6],[-1.5,9.5],[-1.8,9.4],[-2.2,9.2],[-2.5,8.9],[-2.7,8.7],[-2.9,8.4],[-3,8.2],[-3.2,8],[-3.3,7.7],[-3.3,7.4],[-3.4,7.2],[-3.5,6.9],[-3.5,6.6],[-3.6,6.3],[-3.8,6.2],[-4.1,6.2],[-4.2,6.3],[-4,6.4],[-3.7,6.5],[-3.4,6.6],[-3.2,6.6],[-3,6.7],[-2.7,6.8],[-2.4,6.8],[-2.2,6.8],[-2.1,6.7],[-2,6.7],[-1.9,6.6],[-1.8,6.6],[-1.7,6.6],[-1.5,6.6],[-1.4,6.6],[-1.4,6.6],[-1.3,6.6],[-1.2,6.6],[-1.2,6.6],[-1.2,6.6],[-1.2,6.6],[-1.3,6.6],[-1.4,6.5],[-1.5,6.3],[-1.5,6.1],[-1.6,5.9],[-1.6,5.6],[-1.6,5.3],[-1.6,5],[-1.5,4.8],[-1.5,4.6],[-1.5,4.4],[-1.7,4.1],[-1.9,3.7],[-2,3.3],[-2,2.9],[-1.9,2.4],[-1.7,2.3],[-1.5,2.3],[-1.5,2.4],[-1.4,2.5],[-1.4,2.5],[-1.4,2.5],[-1.4,2.6],[-1.3,2.7],[-1.3,2.7],[-1.3,2.7],[-1.4,2.7],[-1.6,2.5],[-1.8,2.4],[-1.9,2.4],[-1.9,2.4],[-1.9,2.3],[-2,2.2],[-2,2.1],[-2,2],[-2,1.8],[-2,1.5],[-2.1,1.2],[-2.1,0.8],[-2.1,0.4],[-2,0],[-1.9,-0.5],[-1.6,-1],[-1.3,-1.6],[-0.9,-2],[-0.6,-2.3],[-0.2,-2.5],[0.1,-2.5],[0.5,-2.3],[0.9,-2.2],[1,-2.2],[0.9,-2.3],[1,-2.2],[1.1,-1.6],[0.7,-0.9],[-0.4,-0.4],[-1.3,0.1],[-1.3,0.9],[-0.4,2],[1.1,2.4],[1.8,1.9],[1.6,1.5],[1.2,1.7],[1.1,2.3],[1.1,3],[0.5,3.2],[-0.4,2.7],[-1.1,2.2],[-1.3,2.2],[-1.3,2.5],[-1.3,3],[-1.5,3.2],[-1.7,3.4],[-1.9,3.5],[-2.1,3.7],[-2.2,3.8],[-2.5,3.9],[-2.7,4],[-2.9,4.1],[-3.1,4.1],[-3.2,4.1],[-4.4,5.3],[-4.7,5.2],[-4.8,5.2],[-5,5],[-5.1,4.9],[-5.2,4.8],[-5.2,4.8],[-5.2,4.7],[-5.1,4.6],[-5.1,4.6],[-5.1,4.5],[-5,4.5],[-4.6,4.6],[-3.6,4.5],[-3,3.9],[-4.5,2.9],[-7.3,2.8],[-7.7,4],[-4.7,5.6],[-2.9,5.9],[-3,5.2],[-3.5,4.5],[-3.8,4.4],[-3.8,4.5],[-4,4.1],[-4.2,2.9],[-3.7,1.8],[-2.2,1.3],[-1.2,1.1],[-1.1,0.2],[-1.9,-1],[-2.7,-2],[-3.5,-2.3],[-3.8,-2.1],[-3.8,-1.9],[-3.2,-1.5],[-2.2,-1],[-1.6,-0.5],[-1.4,-0.1],[-1.4,0.2],[-1.2,0.4],[-0.9,0.6],[-0.6,0.5],[-0.5,0.2],[-0.3,-0.3],[0,-0.8],[0.3,-1.1],[0.4,-1.4],[0.4,-1.6],[0.3,-1.7],[0.1,-1.9],[-0.1,-1.8],[-0.1,-1.6],[-0.2,-1.2],[-0.2,-0.8],[-0.2,-0.6],[-0.3,-0.4],[-0.4,-0.2],[-0.5,-0.2],[-0.7,-0.3],[-0.8,-0.3],[-0.8,-0.3],[-0.7,-0.2],[-0.7,0],[-0.8,0.2],[-0.9,0.5],[-1,0.9],[-1.1,1.3],[-1.4,1.6],[-1.9,1.8],[-2.4,1.9],[-2.7,2.2],[-2.7,2.5],[-2.8,2.8],[-3.1,3],[-3.3,3.1],[-3.5,3.2],[-3.6,3.4],[-3.7,3.6],[-3.7,3.7],[-3.7,3.7],[-3.5,3.5],[-3.4,3.4],[-3.4,3.2],[-3.4,3.1],[-3.6,3],[-3.9,3],[-4.3,3.1],[-4.7,3.1],[-4.8,3.2],[-4.4,3.4],[-3.2,3.3],[-0.7,2.9],[2.1,2.6],[2.7,1.6],[1.5,0.2],[-0.2,-1.2],[-1.6,-1.7],[-2.2,-0.3],[-2.3,1.8],[-1.3,3.2],[0.3,3.7],[1.1,3.9],[1.2,4.3],[1.3,5.1],[1.8,5.8],[2.3,5.9],[2.7,5.6],[2.4,5.4],[1.8,6],[2.1,6.3],[3.1,5.7],[3.6,4.8],[3.2,4],[2.9,3.3],[2.8,2.6],[2.6,2],[2.4,1.5],[2.3,1.2],[2.2,0.9],[2.2,0.7],[1.8,0.2],[1,-0.8],[-0.1,-2.2],[-1.2,-3.4],[-2,-4],[-2.5,-4.5],[-2.4,-5.2],[-2.2,-5.7],[-2.7,-5.8],[-4.1,-5.6],[-5.3,-4.9],[-5.6,-3.3],[-5,-1.3],[-4,0.6],[-2.5,1.4],[-0.8,0.8],[-0.4,0],[-0.3,-0.4],[0.1,-0.7],[-0.1,-1.5],[-0.9,-3.1],[-1.5,-3.1],[-1.6,-2],[-1.2,-0.9],[-0.7,-0.3],[-0.4,-0.4],[-0.6,-1.2],[-1.2,-2.5],[-2.3,-3.7],[-3.7,-3.8],[-4.9,-2.8],[-5.1,-1.8],[-4.1,-2.2],[-3.4,-4.3],[-2.1,-6],[-1.1,-6.8],[-0.5,-7.2],[-0.3,-7.1],[-0.8,-7.1],[-1.5,-7.2],[-2.3,-7.4],[-2.8,-7.2],[-2.7,-6.7],[-2.7,-6.4],[-2.8,-6.4],[-3.1,-6.8],[-3.1,-7],[-2.8,-7],[-2.3,-6.9],[-2.2,-6.7],[-2.2,-6.4],[-2.2,-6.4],[-2,-6.4],[-1.8,-6.5],[-1.7,-6.7],[-1.6,-6.8],[-1.4,-6.8],[-1.2,-6.8],[-1.1,-6.8],[-1,-6.9],[-0.9,-6.9],[-0.8,-6.9],[-0.7,-6.9],[-0.5,-6.9],[-0.3,-6.8],[0,-6.8],[0.2,-6.8],[0.4,-6.7],[0.6,-6.6],[0.8,-6.5],[1.1,-6.4],[1.5,-6.3],[1.9,-6.1],[2.2,-5.9],[2.6,-5.7],[2.9,-5.4],[3.1,-5.2],[3.2,-5],[3.4,-4.8],[3.7,-4.5],[3.9,-4.3],[4.1,-4],[4.2,-3.8],[4.3,-3.6],[4.4,-3.4],[4.6,-3.1],[4.7,-2.8],[4.8,-2.4],[4.9,-2],[5,-1.5],[5.1,-0.9],[5.2,-0.4],[5.2,0.1],[5.1,0.6],[5.1,1.1],[5,1.6],[5,2.2],[4.9,2.7],[4.8,3.3],[4.8,3.9],[4.7,4.6],[4.6,5.2],[4.4,5.8],[4,6.4],[3.6,7.1],[3.2,7.8],[2.7,8.4],[2.1,8.9],[1.5,9.3],[0.9,9.6],[0.4,9.8],[0.1,9.9],[-0.1,10.1],[-0.3,10.2],[-0.5,10.4],[-0.7,10.5],[-1.1,10.5],[-1.5,10.5],[-1.9,10.4],[-2.3,10.1],[-2.6,9.8],[-2.9,9.5],[-3.2,9.1],[-3.5,8.7],[-3.8,8.4],[-4.1,8.1],[-4.3,8],[-4.4,7.8],[-4.4,7.5],[-4.5,7.1],[-4.6,6.7],[-4.7,6.1],[-4.7,5.6],[-4.8,5.1],[-4.9,4.7],[-5,4.3],[-4.9,4.2],[-4.7,4.1],[-4.7,4.2],[-4.7,4.3],[-4.5,4.4],[-4.2,4.5],[-3.9,4.6],[-3.6,4.7],[-3.2,4.8],[-2.9,4.9],[-2.7,5],[-2.5,5.1],[-2.3,5.2],[-2.2,5.3],[-2.1,5.5],[-2.1,5.7],[-2.2,5.9],[-2,6.1],[-1.8,6.2],[-1.7,6.3],[-1.6,6.3],[-1.6,6.3],[-1.6,6.3],[-1.7,6.2],[-1.8,6],[-2,5.8],[-2,5.6],[-2,5.3],[-1.9,5.1],[-1.8,4.9],[-1.8,4.8],[-1.8,4.6],[-1.8,4.3],[-2,4],[-2.3,3.7],[-2.5,3.3],[-2.5,2.9],[-2.4,2.7],[-2.1,2.6],[-1.9,2.5],[-1.7,2.5],[-1.6,2.5],[-1.5,2.5],[-1.5,2.5],[-1.4,2.5],[-1.3,2.6],[-1.2,2.6],[-1.2,2.5],[-1.3,2.3],[-1.5,2.2],[-1.5,2],[-1.5,2],[-1.5,1.9],[-1.6,1.8],[-1.6,1.7],[-1.6,1.6],[-1.6,1.4],[-1.7,1.1],[-1.7,0.8],[-1.6,0.4],[-1.6,-0.1],[-1.5,-0.6],[-1.3,-1.1],[-1.1,-1.6],[-1,-2],[-0.9,-2.2],[-0.8,-2.2],[-0.8,-2.2],[-0.8,-2.1],[-0.9,-2.2],[-1,-2.2],[-1.1,-2.4],[-1.1,-2.4],[-0.9,-2.2],[-0.6,-1.8],[-0.5,-1.5],[-0.8,-1.2],[-1,-0.7],[-0.8,-0.1],[-0.2,0.4],[0,0.8],[-0.1,1.1],[-0.3,1.3],[-0.5,1],[-0.1,0.3],[1,0],[3.1,0.1],[4.9,0.9],[5.5,1.7],[4.8,2.3],[3.3,2.9],[1.9,3.8],[0.7,4.7],[-0.1,5.3],[-0.7,5.7],[-1.2,5.9],[-1.8,5.9],[-2.3,5.9],[-2.8,5.8],[-3.3,5.7],[-3.6,5.6],[-3.9,5.5],[-4.1,5.4],[-5.1,6.2],[-5.5,6.1],[-6.4,6.2],[-7.4,6.4],[-7.8,6.2],[-8.3,6],[-9.1,5.9],[-9.2,5.6],[-9.3,5.3],[-9.3,5],[-9.3,4.7],[-9.3,4.4],[-9.4,4.1],[-9.6,3.9],[-9.6,3.8],[-9.4,3.8],[-8.8,4.1],[-7.8,4.5],[-6.1,4.5],[-4.4,4.3],[-3.6,4.2],[-3.1,3.4],[-2.9,1.4],[-2.1,-0.7],[-0.9,-2.2],[-0.4,-3.3],[-1.6,-3.5],[-2.8,-2.1],[-3,0],[-2.4,1.8],[-2.4,2.5],[-3.2,2.2],[-4.1,1.8],[-3.9,1.7],[-3.1,1.4],[-3.3,0.6],[-3.6,-0.5],[-2.7,-1.3],[-1.6,-1.3],[-0.9,-1.2],[-0.6,-1.2],[-0.3,-1.4],[0.1,-1.5],[0.4,-1.5],[0.6,-1.5],[0.8,-1.5],[1,-1.4],[1.1,-1.2],[1.1,-0.9],[1,-0.7],[0.9,-0.5],[0.9,-0.3],[0.9,-0.2],[1,-0.2],[1.2,-0.2],[1.5,-0.3],[1.7,-0.2],[1.9,-0.1],[1.9,0.1],[1.7,0.2],[1.4,0.5],[0.9,0.8],[0.4,1.2],[0.1,1.5],[-0.2,1.7],[-0.2,1.7],[-0.2,1.8],[-0.4,2.1],[-0.7,2.5],[-1.1,2.8],[-1.5,3.2],[-1.8,3.7],[-2.1,4.2],[-2.4,4.4],[-2.7,4.6],[-2.9,4.8],[-3,4.9],[-3.5,4.9],[-3.9,4.8],[-4,4.7],[-4.2,4.7],[-4.5,4.7],[-4.6,4.8],[-4.3,4.7],[-4.1,4.2],[-4.2,3],[-4,1.5],[-3.5,0.4],[-3.2,0.2],[-3.1,0.3],[-3.2,0.5],[-3.6,0.6],[-4.5,0.9],[-4.1,1.2],[-1.5,1.4],[-1.1,0.9],[-3,0.3],[-3.2,0.4],[-2.1,1.6],[-2,2.1],[-2.5,1.7],[-2.2,1.6],[-1.2,2.2],[-0.2,2.7],[1,3],[3.2,3.5],[4.6,4.3],[4.2,4.8],[3.4,4.6],[3.3,4.3],[3.4,4],[3.3,3.6],[3.2,3.3],[3.1,3],[2.9,2.8],[2.8,2.5],[2.8,2.3],[2.8,2.1],[2.8,1.8],[2.7,1.5],[2.5,1.3],[2.4,1.1],[2.3,0.8],[1.8,0],[1,-1.3],[0.1,-2.7],[-0.9,-3.5],[-2,-3.8],[-3.4,-4.3],[-4.7,-4.8],[-5.8,-4.8],[-6.5,-3.7],[-6.2,-2.1],[-4.5,-0.8],[-2.2,0],[-0.9,0.1],[-1.2,-0.3],[-1.5,-0.3],[-1.1,0.4],[-0.6,0.8],[-0.6,0],[-1.9,-2.2],[-2.9,-3.6],[-3.4,-3.1],[-3.6,-1.4],[-3.8,-0.1],[-3.6,-0.1],[-2.8,-1.1],[-1.5,-2.2],[-0.7,-2.7],[-0.4,-2.7],[-0.4,-2.5],[-0.6,-2.6],[-1,-3],[-1.5,-3.6],[-2.1,-4.1],[-2.5,-4.5],[-3.1,-5.2],[-3.8,-5.8],[-4.1,-6.2],[-4.1,-6.4],[-3.9,-6.7],[-3.7,-6.9],[-3.5,-6.9],[-3.3,-6.6],[-3.2,-6.2],[-3.2,-5.7],[-3.4,-5.5],[-3.6,-5.3],[-3.6,-5.2],[-3.7,-5.2],[-3.9,-5.2],[-4,-5.2],[-3.9,-5.2],[-3.7,-5.3],[-3.6,-5.5],[-3.5,-5.9],[-3.3,-6.2],[-3.1,-6.4],[-2.9,-6.7],[-2.7,-6.8],[-2.5,-6.8],[-2.3,-6.8],[-2.2,-6.8],[-2.1,-6.9],[-1.8,-6.9],[-1.5,-6.9],[-1.2,-6.8],[-1,-6.8],[-0.8,-6.7],[-0.5,-6.6],[-0.2,-6.3],[0.1,-6.1],[0.4,-5.9],[0.7,-5.7],[1,-5.4],[1.3,-5.2],[1.6,-4.9],[1.9,-4.6],[2.1,-4.3],[2.3,-4],[2.7,-3.7],[2.9,-3.3],[3.1,-3],[3.2,-2.7],[3.3,-2.4],[3.3,-2],[3.5,-1.6],[3.7,-1.2],[3.9,-0.7],[4,-0.2],[4.1,0.4],[4.2,1],[4.2,1.5],[4.1,2],[4.1,2.5],[4.1,3],[4,3.5],[4,4.1],[3.9,4.7],[3.8,5.3],[3.8,5.9],[3.6,6.5],[3.3,7.1],[2.9,7.7],[2.5,8.4],[2.1,8.9],[1.6,9.4],[1,9.7],[0.6,9.9],[0.3,10.2],[0.2,10.5],[0.1,10.8],[-0.1,10.9],[-0.5,11],[-0.8,10.9],[-1.1,10.8],[-1.4,10.7],[-1.6,10.5],[-1.9,10.1],[-2.3,9.6],[-2.7,9.1],[-3,8.5],[-3.4,8],[-3.7,7.4],[-3.9,6.8],[-4.1,6.2],[-4.1,5.8],[-4,5.3],[-4.1,4.7],[-4.1,4.1],[-4.1,3.5],[-3.9,2.9],[-3.7,2.3],[-3.5,2],[-3.7,1.8],[-3.8,1.8],[-3.8,1.9],[-3.5,1.8],[-3.3,1.6],[-3.1,1.6],[-2.9,1.6],[-2.6,1.7],[-2.3,1.9],[-2.1,2.2],[-2,2.6],[-2,3],[-1.9,3.4],[-1.7,3.8],[-1.5,4],[-1.5,4.3],[-1.6,4.5],[-1.7,4.7],[-1.9,4.9],[-2,5.2],[-2,5.4],[-2,5.6],[-1.9,5.7],[-1.9,5.9],[-2,6],[-2,6],[-2.1,5.9],[-2.2,5.8],[-2.3,5.7],[-2.3,5.5],[-2.2,5.2],[-2.4,5.1],[-2.4,5],[-2.3,4.9],[-2.3,4.7],[-2.6,4.3],[-2.8,3.9],[-3,3.5],[-3,3.1],[-2.9,2.9],[-2.7,2.8],[-2.5,2.7],[-2.3,2.6],[-2,2.5],[-1.9,2.5],[-1.8,2.4],[-1.8,2.3],[-1.7,2.3],[-1.7,2.3],[-1.6,2.1],[-1.6,2],[-1.6,1.8],[-1.6,1.7],[-1.5,1.7],[-1.4,1.6],[-1.3,1.5],[-1.3,1.3],[-1.3,1.1],[-1.2,0.9],[-1.2,0.6],[-1.1,0.2],[-1,-0.2],[-1,-0.7],[-1,-1.1],[-1,-1.5],[-1,-1.8],[-0.9,-2],[-0.8,-2],[-0.8,-2],[-0.8,-2.1],[-0.9,-2.2],[-1,-2.4],[-1.1,-2.6],[-1.1,-2.6],[-1,-2.6],[-0.9,-2.5],[-0.7,-2.4],[-0.7,-2.2],[-0.8,-1.7],[-1.1,-0.8],[-1.2,0.1],[-1.7,0.5],[-2.5,0.5],[-2.2,0.7],[-0.3,1.2],[1.1,2.3],[1.1,3],[0.4,3.2],[1.1,3],[0.5,2.8],[-1.7,3.8],[-2.8,4],[-1.7,4.4],[0.4,6],[1.2,7.7],[0.2,8.4],[-1.1,8.1],[-1.8,7.8],[-2.1,7.8],[-2.5,7.6],[-3.1,7.3],[-3.7,7],[-4.1,6.8],[-4.5,6.6],[-4.8,6.4],[-10.1,8.7],[-10.7,8.2],[-11.2,7.5],[-11.5,6.8],[-11.8,6.2],[-11.9,5.5],[-12,4.8],[-11.9,4.1],[-11.8,3.5],[-11.6,2.9],[-11.4,2.4],[-11.3,2],[-11.1,1.6],[-10.8,1.2],[-10.4,0.9],[-10.1,0.6],[-9.7,0.4],[-9.4,0.2],[-9,-0.1],[-8.7,-0.4],[-8.5,-0.6],[-8.4,-0.7],[-8.4,-0.3],[-7.8,0.9],[-7.5,2.6],[-6,3.9],[-4.6,4],[-4.3,3],[-4.2,2],[-3.4,1.5],[-2.5,1.3],[-1.8,1.1],[-1.5,0.5],[-1.7,-0.6],[-2.5,-1.6],[-2.7,-1.8],[-2.6,-1.9],[-3.4,-2.6],[-3.7,-3.3],[-2.9,-3.4],[-2.1,-3.2],[-2.2,-3.3],[-2.4,-3.5],[-2.3,-3.5],[-2,-3.1],[-1.5,-2.3],[-0.8,-1.3],[-0.2,-0.5],[0,-0.2],[0,-0.2],[-0.1,-0.3],[0,-0.2],[-0.1,0.2],[-0.3,0.4],[0,0.4],[0.4,0.4],[0.2,0.6],[-0.1,0.8],[-0.2,1.3],[-0.2,2],[-0.2,2.4],[-0.3,2.1],[0.2,1.5],[0.8,1.5],[0.6,2],[-0.1,2.4],[-0.6,2.7],[-1,3],[-1.2,3.2],[-1.3,3.8],[-1.4,4.3],[-1.5,4.9],[-1.7,5.3],[-2.1,5.4],[-2.3,5.3],[-2.5,5.3],[-2.7,5.2],[-3,4.9],[-3.4,4.7],[-3.4,4.8],[-3.4,5.1],[-3.7,5.4],[-4,5.7],[-4.6,5.7],[-5.3,4.7],[-5.8,3.3],[-6,1.9],[-6.2,0.9],[-6.3,0.4],[-6.4,0.1],[-6.7,0],[-7.3,0.6],[-7.5,1.9],[-6.8,3.4],[-5.2,4.4],[-3.8,4.3],[-2.6,3.9],[-1.3,3.2],[-1.4,1.5],[-3.4,-0.4],[-4.3,-0.6],[-1.9,1.5],[0.9,3.8],[0.7,4.4],[-1.6,4],[-2.8,3.2],[-2.6,3.4],[-1.7,4.1],[-0.3,4.3],[1,4.1],[1.9,3.9],[2.3,3.6],[2.8,3.3],[3,3.1],[3,2.9],[3,2.6],[3.1,2.3],[3.2,2],[3.2,1.7],[3.2,1.6],[3,1.5],[2.8,1.4],[2.6,1.3],[2.5,1],[2.2,0.4],[1.8,-0.5],[1.3,-1.5],[0.6,-2.6],[-0.2,-3.5],[-1.2,-4.1],[-1.9,-4.1],[-2.3,-3.6],[-2.5,-3],[-2.5,-2.7],[-2.5,-2.5],[-2.3,-2.3],[-1.8,-1.8],[-1.4,-1],[-1.2,-0.1],[-0.8,0.9],[-0.4,1.5],[-0.6,1.1],[-1.9,-0.3],[-3.6,-1.6],[-4.3,-1.4],[-4,-0.4],[-3.2,0.6],[-2.7,1.2],[-3.5,1.2],[-4.6,0.3],[-5.5,-1.1],[-5.9,-2.6],[-5.8,-3.7],[-5.7,-4.7],[-5.6,-5.7],[-5.2,-6.2],[-4.9,-6.5],[-4.9,-6.9],[-5.2,-7.2],[-5.3,-7.1],[-5.4,-6.8],[-5.3,-6.2],[-5.4,-5.8],[-5.5,-5.5],[-5.5,-5.5],[-5.3,-5.7],[-5.1,-5.8],[-4.9,-5.7],[-4.8,-5.8],[-4.5,-5.8],[-4.3,-5.9],[-4.2,-5.8],[-4.3,-5.8],[-4.3,-5.9],[-4.6,-6],[-4.8,-6.2],[-4.9,-6.4],[-4.8,-6.5],[-4.8,-6.6],[-4.8,-6.7],[-4.7,-6.6],[-4.6,-6.7],[-4.6,-6.8],[-4.4,-6.9],[-4.1,-6.9],[-3.8,-6.8],[-3.5,-6.8],[-3.3,-6.7],[-3,-6.5],[-2.6,-6.3],[-2.3,-6.2],[-2.1,-6],[-1.8,-5.8],[-1.4,-5.4],[-1.1,-5],[-0.9,-4.7],[-0.6,-4.4],[-0.3,-4.1],[-0.1,-3.8],[0.2,-3.5],[0.5,-3.1],[0.7,-2.8],[0.9,-2.4],[1.2,-1.9],[1.3,-1.4],[1.5,-0.8],[1.5,-0.2],[1.6,0.4],[1.7,1],[1.7,1.6],[1.8,2.1],[1.8,2.6],[1.8,3.1],[1.9,3.6],[1.9,4.1],[1.9,4.6],[1.9,5.1],[1.9,5.5],[1.8,6],[1.8,6.5],[1.7,7],[1.6,7.4],[1.5,7.9],[1.3,8.3],[1.1,8.9],[1,9.4],[0.8,9.9],[0.6,10.2],[0.4,10.5],[0.3,10.7],[0.1,10.8],[-0.1,10.8],[-0.2,10.8],[-0.3,10.8],[-0.5,10.8],[-0.7,10.8],[-0.9,10.7],[-1.2,10.5],[-1.3,10],[-1.3,9.4],[-1.4,8.6],[-1.7,8],[-2.1,7.4],[-2.5,6.7],[-3.1,6.1],[-3.6,5.5],[-4,5],[-4.3,4.6],[-4.6,4.4],[-4.8,4.2],[-4.8,4.1],[-4.7,3.8],[-4.8,3.4],[-4.7,2.9],[-4.4,2.5],[-4,2],[-3.7,1.5],[-3.2,1.1],[-3,0.8],[-2.8,0.5],[-2.6,0.5],[-2.3,0.8],[-1.9,1.1],[-1.6,1.6],[-1.4,2],[-1.2,2.2],[-1,2.5],[-0.8,2.8],[-0.7,3.2],[-0.7,3.6],[-0.8,4],[-0.8,4.3],[-0.9,4.5],[-1,4.7],[-1.2,5],[-1.5,5.3],[-1.6,5.5],[-1.6,5.7],[-1.7,5.8],[-1.8,5.9],[-1.9,5.9],[-2.1,5.8],[-2.3,5.8],[-2.3,5.6],[-2.4,5.4],[-2.5,5.2],[-2.6,5],[-2.6,4.8],[-2.7,4.8],[-2.7,4.7],[-2.9,4.4],[-3.2,4.1],[-3.4,3.6],[-3.5,3.2],[-3.4,2.8],[-3.3,2.6],[-3.1,2.4],[-2.8,2.3],[-2.5,2.1],[-2.3,2],[-2.1,1.9],[-1.9,1.9],[-1.8,1.9],[-1.7,1.8],[-1.7,1.6],[-1.8,1.4],[-1.9,1.2],[-1.9,1.1],[-1.6,1.1],[-1.4,1.1],[-1.2,0.9],[-1,0.7],[-0.9,0.5],[-0.8,0.3],[-0.6,0.1],[-0.5,-0.2],[-0.4,-0.6],[-0.4,-1],[-0.3,-1.4],[-0.2,-1.7],[-0.2,-1.8],[-0.3,-1.9],[-0.3,-2],[-0.3,-2.2],[-0.3,-2.4],[-0.3,-2.6],[-0.3,-2.8],[-0.2,-2.9],[-0.2,-2.9],[-0.1,-2.8],[0,-2.5],[0.2,-2],[0.3,-1.3],[0.2,-0.8],[-0.1,-0.8],[-0.5,-1.2],[-0.6,-1.4],[-0.5,-0.8],[-0.4,0.7],[0.1,2.1],[0.6,2.2],[0.2,1.2],[-0.4,1],[-0.5,4.7],[-0.6,11.1],[-0.2,13.6],[1.1,6.1],[0.2,-1.6],[-2.7,1.1],[-4.4,9.5],[-3.4,14.8],[-1.8,14.4],[-2,12.4],[-3.5,11.4],[-4.9,11],[-6,10.5],[-7.2,10.1],[-8.1,9.8],[-8.9,9.5],[-9.5,9.1],[-11.7,8.7],[-12.4,7.5],[-12.8,6.3],[-13,5.2],[-13,4.2],[-13.7,3.7],[-13.7,3.1],[-14.1,2.7],[-14.2,2.1],[-14,1.6],[-13.7,1.1],[-13.4,0.7],[-13.1,0.2],[-12.7,-0.2],[-12.4,-0.5],[-11.9,-0.7],[-11.6,-0.8],[-11.3,-0.8],[-11.2,-0.8],[-11,-0.8],[-10.8,-0.8],[-10.6,-0.7],[-10.4,-0.6],[-10.1,-0.5],[-9.7,-0.4],[-9.3,-0.3],[-9.6,-0.1],[-9.3,-0.1],[-8.7,0],[-7,0.3],[-6.2,0.5],[-6.2,0.5],[-5.6,0.5],[-5.1,0.1],[-5.9,-0.6],[-6.8,-0.9],[-7.8,-0.7],[-7.5,0.6],[-4.1,2.8],[-3,3.7],[-4.9,2.6],[-5.8,2.1],[-4.6,2.4],[-3.7,2.5],[-3.8,3.1],[-2.7,4.2],[-3,4.5],[-5,3.7],[-3.1,3.3],[-2.1,3.7],[-3.9,3.2],[-4.8,2.5],[-4.2,2.9],[-3.4,3.3],[-2.7,4.2],[-2.3,4.6],[-1.9,5.1],[-1.7,5.7],[-1.9,5.1],[-2.1,4.5],[-2,4],[-2.1,3.7],[-2.4,3.7],[-2.3,3.5],[-0.6,3.7],[1.7,5],[0.9,5.4],[-1.1,4.2],[-1.6,4.9],[-0.8,7.3],[-0.7,8.7],[-1.3,9],[-2.5,9.1],[-3.7,8.9],[-4,7.9],[-3.5,7],[-3.5,6.8],[-4.2,6.9],[-4.4,7.6],[-4.2,8.2],[-4.7,7.9],[-5,6.8],[-4.2,5.2],[-4.3,4.1],[-4.7,3.6],[-4.8,3.1],[-5.4,2.5],[-5.9,2.2],[-5.5,2.2],[-5.3,2],[-5.2,1.7],[-4.5,1.5],[-3.6,1.1],[-2.9,0.8],[-2.4,0.7],[-2.1,1],[-1.9,1.2],[-2.3,0.8],[-2.9,0.6],[-2.6,1.7],[-1.4,3.3],[-0.3,3.7],[0.1,2],[0,-0.8],[-0.5,-3],[-1.1,-3.5],[-1,-3],[-0.1,-2.9],[1.3,-3.4],[2.6,-3.9],[4.3,-4.3],[4.9,-4.6],[5.1,-3.5],[4.9,-0.9],[3.6,1.3],[2.5,2],[2.8,1.9],[3.2,1.5],[3.6,1.3],[3.6,1.5],[3.4,1.7],[3.2,1.8],[2.9,1.6],[2.8,1.4],[2.7,1.2],[2.6,1],[2.4,-0.1],[1.6,-2.3],[1.1,-4],[1,-4.7],[0.8,-4.5],[0.3,-3.9],[-0.1,-3.4],[-0.2,-2.9],[-0.3,-2.4],[-0.7,-1.6],[-1.5,-1],[-2,-0.4],[-1.7,0.5],[-0.9,1.3],[-0.4,1.9],[-0.2,2],[-0.3,1.3],[-1,0.2],[-2.2,-0.8],[-3,-0.6],[-3.1,0.1],[-2.8,1],[-2.8,2.2],[-2.9,2.9],[-2.9,2.8],[-2.9,2.1],[-3.2,1.5],[-4.1,1.2],[-6,1.1],[-8.1,1],[-9.5,0.6],[-9.9,0],[-9.3,-0.4],[-9.1,-1.1],[-9.3,-1.6],[-9.1,-1.5],[-8.7,-0.8],[-8.9,-0.5],[-9.4,-0.9],[-9.4,-1.4],[-9.2,-2],[-9.1,-2.9],[-9,-3.6],[-8.9,-4.2],[-8.4,-4.5],[-7.5,-4.7],[-6.8,-5],[-6.6,-5.2],[-6.5,-5.5],[-6.4,-5.8],[-6.2,-6.2],[-6,-6.5],[-5.9,-6.7],[-5.8,-6.9],[-5.7,-6.9],[-5.7,-6.8],[-5.8,-6.7],[-5.9,-6.6],[-6,-6.5],[-5.8,-6.5],[-5.6,-6.4],[-5.3,-6.3],[-4.9,-6.2],[-4.6,-6.2],[-4.3,-6.1],[-4,-6],[-3.7,-5.8],[-3.5,-5.5],[-3.3,-5.2],[-3.2,-4.8],[-3.1,-4.3],[-3.1,-3.8],[-3,-3.2],[-2.8,-2.7],[-2.7,-2.1],[-2.5,-1.5],[-2.3,-0.9],[-2.2,-0.3],[-2,0.3],[-1.8,0.9],[-1.6,1.6],[-1.4,2.2],[-1.3,2.7],[-1.1,3],[-1.1,3.4],[-1,3.7],[-1,4.1],[-0.9,4.5],[-0.8,4.9],[-0.8,5.3],[-0.7,5.7],[-0.6,6.1],[-0.6,6.5],[-0.5,6.9],[-0.5,7.3],[-0.5,7.8],[-0.6,8.4],[-0.6,8.9],[-0.5,9.5],[-0.6,9.9],[-0.5,10.3],[-0.4,10.6],[-0.3,10.8],[-0.3,11],[-0.2,11.1],[0,11],[0,10.9],[-0.2,10.9],[-0.2,10.9],[-0.4,10.8],[-0.6,10.6],[-0.8,10.4],[-0.9,10.2],[-1.3,10],[-1.7,9.7],[-1.6,9.3],[-1.4,8.6],[-1.7,7.7],[-2.3,6.8],[-3.3,6.1],[-4.3,5.8],[-4.9,5.5],[-5.4,5.1],[-5.8,4.4],[-5.9,3.6],[-5.9,2.9],[-5.9,2.2],[-5.8,1.7],[-5.7,1.1],[-5.5,0.5],[-5.2,0],[-4.7,-0.3],[-4,-0.6],[-3.5,-0.7],[-3.4,-0.6],[-3.2,-0.3],[-2.9,0.3],[-2.4,0.9],[-1.8,1.6],[-1.2,2.3],[-0.7,2.9],[-0.3,3.3],[-0.1,3.7],[0,3.9],[0.1,4.2],[0,4.4],[-0.2,4.8],[-0.4,5.1],[-0.6,5.3],[-0.8,5.6],[-1,5.8],[-1.3,6],[-1.5,6.1],[-1.6,6.1],[-1.8,6.2],[-1.9,6.1],[-1.9,6],[-2,5.8],[-2.2,5.6],[-2.3,5.2],[-2.5,4.9],[-2.5,4.7],[-2.5,4.4],[-2.5,4.2],[-2.4,3.9],[-2.4,3.6],[-2.5,3.1],[-2.7,2.5],[-2.7,1.8],[-2.5,1.1],[-2.1,0.7],[-1.7,0.5],[-1.3,0.5],[-1.1,0.7],[-1,0.9],[-0.9,1],[-0.8,1.1],[-0.6,1.2],[-0.5,1.2],[-0.5,1.1],[-0.5,0.9],[-0.7,0.8],[-0.8,0.8],[-0.9,0.7],[-0.9,0.6],[-0.8,0.4],[-0.7,0.1],[-0.5,-0.2],[-0.2,-0.5],[0.1,-0.7],[0.3,-1],[0.3,-1.4],[0.3,-1.7],[0.2,-1.9],[0.2,-2.1],[0.3,-2.2],[0.4,-2.4],[0.5,-2.5],[0.5,-2.6],[0.5,-2.7],[0.6,-2.8],[0.8,-2.7],[0.9,-2.5],[1,-2.3],[1.2,-1.9],[1.4,-1.4],[1.6,-0.7],[1.8,0.2],[2,1.1],[2.2,1.8],[1.6,1.4],[0.5,0.5],[0.1,0.2],[0.6,0.9],[1.4,1],[1,-0.1],[-0.1,0.1],[0.3,4.2],[1.6,9],[2.1,8.6],[0.8,4.4],[-1.4,4.8],[-2.9,10.2],[-3.4,13.5],[-3.2,13.3],[-3,12.7],[-3.4,12.6],[-4.4,12.4],[-5.6,12],[-7,11.7],[-8.4,11.5],[-9.4,11.3],[-10.2,10.8],[-11,9.9],[-8.8,7.1],[-9.1,5.8],[-9,4.4],[-8.7,3.1],[-8.9,2.5],[-9.2,1.9],[-9.6,1.4],[-9.8,1],[-9.8,0.6],[-10.1,0.1],[-10.3,-0.4],[-10.5,-0.8],[-10.5,-1],[-10.5,-1.2],[-10.6,-1.2],[-10.6,-1.3],[-10.3,-1.2],[-10,-1.3],[-9.9,-1.3],[-9.9,-1.2],[-10.4,-1],[-10.6,-0.8],[-10.3,-0.6],[-10,-0.5],[-10.1,-0.3],[-10.3,0],[-10,0.2],[-9.5,0.2],[-9,0.1],[-8.7,-0.1],[-8.5,-0.3],[-8.6,-0.7],[-8.8,-1],[-9.2,-1.1],[-9.7,-1],[-10.2,-0.4],[-8.2,0.6],[-6.9,1.4],[-6.1,1.2],[-5.8,0.5],[-6.1,0.5],[-6,1.8],[-5.3,2.8],[-7.3,3.1],[-8.2,2.7],[-4.3,2.4],[-5.1,2.5],[-8.5,3.9],[-6.5,5.5],[-4.2,5.6],[-4.5,4.9],[-5.3,5.2],[-6.2,5.9],[-6.4,6],[-4.9,6.1],[-4.3,6.6],[-4.3,6.6],[-4.5,6.4],[-4.9,6.3],[-4.7,6.4],[-3.7,6.7],[-3.3,6.6],[-3.6,6.1],[-3.1,6.1],[-1.6,6.2],[0.2,5.5],[0.2,4.7],[-0.6,4.6],[-1.7,4],[-1.6,3.5],[-0.2,5.7],[-0.6,6.8],[-1.2,5.3],[-1.6,3.9],[-2.6,3.6],[-3.5,4.5],[-4.4,5.7],[-5.6,7],[-5.2,7.2],[-3.2,6.1],[-3.7,3.5],[-7.5,0.9],[-8.3,0.6],[-5.8,1.5],[-4.2,2],[-4.3,2.1],[-4.7,1.8],[-5.1,1.3],[-5.3,0.8],[-5.8,0.3],[-6.3,-0.3],[-6.9,-0.8],[-7.2,-1.1],[-6.3,-1.1],[-4.9,-0.6],[-4,-0.1],[-3.3,0],[-2.5,-0.4],[-1.8,-0.9],[-1.2,-1.4],[-0.1,-1],[0.6,0.2],[-0.2,0.4],[-1.1,-1.8],[-1,-4.6],[-1.2,-5.6],[-1.5,-5.7],[-0.6,-5.8],[0.3,-5.9],[0.6,-5.9],[1,-5.8],[1.1,-5.4],[2.2,-4.9],[5.3,-3.5],[7,-1.3],[4.9,-0.9],[2.5,-1.2],[2,-0.9],[2.4,0.3],[3,1.6],[3.4,2.3],[4.8,3.2],[5.2,3.8],[4.6,3.9],[2.9,2.8],[2.2,1],[1.9,-1.5],[1.5,-3.1],[1.1,-3.4],[1,-3.4],[0.9,-3.2],[0.9,-2.7],[0.9,-2],[0.8,-1.5],[0.7,-0.8],[1.1,0.2],[1.1,0.8],[0.1,0.6],[-0.9,0.7],[-1,1.7],[-0.6,2.5],[-0.4,2.8],[-0.3,2.8],[-0.7,2],[-1.8,1],[-2.5,1.4],[-3,2],[-3.1,2.5],[-3,3.4],[-3.2,4.1],[-3.8,4.7],[-4.2,4.9],[-4.1,5],[-4.1,5.2],[-4.3,5],[-4.6,4],[-5.6,3],[-6.9,1.9],[-8.1,1.3],[-8.6,1.2],[-8.6,1.2],[-8.4,0.5],[-9.1,-0.7],[-9.2,-1.5],[-8.9,-2.1],[-9.3,-2.6],[-7.7,-2.7],[-6.3,-3.4],[-8.3,-5.1],[-10.3,-6.3],[-9.9,-6.3],[-9.3,-5.7],[-9.2,-5.4],[-8.9,-5.2],[-9.1,-5.5],[-9.1,-5.8],[-8.8,-6],[-8.6,-6.2],[-8.7,-6.5],[-8.4,-6.4],[-7.8,-6.2],[-7.4,-5.9],[-7.3,-5.7],[-7.5,-5.8],[-7.7,-6.1],[-7.5,-6.3],[-7.1,-6.4],[-6.9,-6.4],[-6.8,-6.4],[-6.8,-6.3],[-6.6,-6.2],[-6.4,-6.1],[-6.2,-6],[-6,-5.8],[-5.9,-5.5],[-5.7,-5],[-5.7,-4.4],[-5.6,-3.6],[-5.6,-2.7],[-5.5,-1.8],[-5.2,-0.9],[-5,-0.1],[-4.7,0.6],[-4.3,1.3],[-3.8,1.9],[-3.4,2.6],[-3.1,3.2],[-3,3.8],[-2.8,4.2],[-2.7,4.7],[-2.8,5],[-2.9,5.2],[-3.1,5.3],[-3.2,5.4],[-3.2,5.6],[-3.2,5.8],[-3.2,5.9],[-3.1,6.2],[-3,6.7],[-2.8,7.1],[-2.6,7.5],[-2.4,8],[-2.2,8.5],[-2,8.9],[-1.8,9.4],[-1.5,9.7],[-1.3,10],[-1.1,10.2],[-1,10.2],[-0.8,10.3],[-0.5,10.5],[-0.2,10.6],[0.1,10.8],[0.4,10.8],[0.4,10.8],[0.2,10.7],[-0.1,10.3],[-0.5,9.7],[-0.9,9.4],[-1,9.2],[-1.1,9],[-1.4,8.7],[-1.8,8.3],[-2.7,7.8],[-3.7,7.7],[-4.1,7.4],[-4.4,6.3],[-4.7,4.9],[-4.7,3.6],[-4.7,2.5],[-4.8,1.6],[-4.6,0.9],[-4.3,0.2],[-3.9,-0.4],[-3.6,-1.2],[-4,-1.9],[-4.7,-2.1],[-5,-1.9],[-4.7,-1.5],[-4.1,-1],[-3.8,-0.6],[-3.5,-0.3],[-3.3,0.1],[-3,0.6],[-2.7,1.2],[-2.1,2],[-1.5,2.8],[-0.9,3.4],[-0.5,4],[-0.1,4.5],[0,4.9],[0.1,5.2],[0.1,5.4],[-0.1,5.6],[-0.4,5.8],[-0.6,5.9],[-0.8,6],[-1,6],[-1.2,6],[-1.3,6],[-1.4,5.9],[-1.5,5.9],[-1.5,5.8],[-1.6,5.6],[-1.7,5.3],[-1.8,4.9],[-1.8,4.4],[-1.6,4.1],[-1.5,3.7],[-1.4,3],[-1.1,1.9],[-0.5,0.3],[0.2,-1.2],[0.7,-1.9],[0.9,-1.9],[1.1,-1.6],[1.3,-1.4],[1.4,-1.2],[1.5,-1],[1.6,-0.9],[1.7,-0.7],[1.9,-0.4],[2.2,-0.2],[2.4,0.1],[2.3,0.3],[2.2,0.4],[1.8,0.4],[1.6,0.3],[1.4,0.1],[1.2,-0.1],[1.1,-0.4],[1.1,-0.8],[1.1,-1.1],[1.2,-1.4],[1.4,-1.6],[1.4,-1.6],[1.4,-1.7],[1.1,-2],[1,-2.3],[1.1,-2.3],[1.3,-2.3],[1.3,-2.4],[1.2,-2.6],[1.1,-2.8],[1.1,-3],[1.2,-3.1],[1.4,-3.1],[1.5,-3],[1.8,-2.9],[2.1,-2.6],[2.5,-2.2],[2.9,-1.8],[3.2,-1.4],[3.6,-0.9],[4,-0.4],[4.4,0.1],[4.9,0.4],[5.3,0.4],[5.9,0.3],[6.4,0.1],[6.4,-0.3],[5.7,-1.1],[4.5,-1.1],[4.6,-0.2],[6.1,2.7],[7.5,6.6],[7.1,8.2],[5.2,8.5],[3.7,9.1],[3.8,11.6],[2.8,11.8],[0.8,12.7],[-1.2,12.6],[-1.9,12.6],[-2.6,12.4],[-3.7,12.1],[-4.4,11.6],[-5.1,11],[-6.5,9.8],[-7.9,8.4],[-0.7,6],[-2.1,4],[-3.7,2.8],[-4.9,2],[-5.4,1.6],[-5.8,1.2],[-6.3,0.8],[-6.9,0.3],[-7.4,-0.2],[-7.9,-0.6],[-8.2,-1],[-8.4,-1.3],[-8.6,-1.6],[-8.7,-1.7],[-8.7,-1.7],[-8.9,-1.8],[-9.2,-2],[-9.4,-2],[-9.4,-1.8],[-9.2,-1.8],[-9.3,-1.8],[-9.9,-1.8],[-10.7,-1.6],[-10.9,-1.4],[-10.8,-1.1],[-10.6,-0.8],[-10.4,-0.6],[-10.6,-0.6],[-10.7,-0.9],[-10.9,-1.3],[-10.9,-1.6],[-10.3,-1.5],[-9,-1.1],[-8.7,-0.8],[-8.8,-0.6],[-8.9,-0.5],[-8.9,-0.5],[-8.9,-0.4],[-9.2,-0.2],[-9,0.1],[-8.5,0.2],[-8.4,0.5],[-8.7,0.8],[-9.5,1],[-10.5,1.5],[-10,1.7],[-10.1,1.8],[-10.1,2.1],[-9.6,2.4],[-10.9,3],[-11.6,3.2],[-11.2,3.7],[-9.8,3.8],[-8.8,2.3],[-7.5,0],[-6.7,0.2],[-4.9,1.5],[-5.2,1],[-6.1,0.8],[-4.2,2],[-2.1,2.2],[-1.9,2.1],[-2.1,2.6],[-1.2,2.1],[-0.9,1.5],[-1.9,2],[-0.6,3.5],[0.1,6.1],[-1.2,5],[-2.2,5.3],[-1.3,5.7],[-0.1,5.1],[0.2,4.6],[0.1,4.8],[0.4,5.2],[0.1,5.5],[-1.6,6.4],[-2.5,6.4],[-1.6,3.9],[-2.3,3.7],[-3.8,2.9],[-5.8,2.7],[-6.7,3.3],[-7.4,4],[-8.2,4.4],[-8.2,3.8],[-6.4,2.3],[-5.4,1.1],[-8.3,0.1],[-11.6,-0.9],[-12.1,-1],[-11.1,-0.2],[-11.1,0.7],[-11.3,1.2],[-10.8,1],[-10.1,0.6],[-9.1,1],[-6.8,1.8],[-7,1.4],[-11.9,-0.1],[-12.1,-1],[-9.2,-0.7],[-8.9,-0.5],[-8.6,-1.3],[-8.6,-1.8],[-8.3,-1.6],[-7.5,-0.8],[-7.6,-0.8],[-6.4,-0.8],[-5,-0.6],[-4.2,-0.2],[-3.1,0.8],[-1.8,1.9],[0,2.9],[2.2,3.6],[2.4,1.3],[3,-0.4],[2.9,0.2],[4.3,0.4],[3.8,1],[2.1,3.7],[0.3,4.2],[-0.2,2.3],[-0.6,0.2],[-0.4,-0.8],[0.5,-1.4],[1.1,-2.2],[1.2,-2.8],[1.2,-3],[1.2,-2.8],[1.2,-2.4],[1.3,-1.6],[1.2,-0.5],[0.9,0.3],[0.6,0.8],[0.4,1.1],[0.4,1.7],[0.3,2.1],[0.1,2.3],[-0.3,2.9],[-0.5,3.3],[-0.2,3.7],[0.1,3.9],[-0.7,3.1],[-2,2.2],[-2.2,3.2],[-2.9,4.1],[-3.4,4.3],[-3.4,5.1],[-3.4,5.8],[-3.4,6.1],[-3.3,6.2],[-3.3,6.1],[-4.2,5.5],[-6.1,3.9],[-7.6,2.5],[-7.7,1.7],[-7.5,1],[-7.4,0.6],[-6.8,0.6],[-6,0.4],[-5.7,0.2],[-6.8,0.2],[-7.2,1.2],[-6.8,1.9],[-7.5,0.3],[-9.7,-2.2],[-11.4,-3.3],[-10.8,-2.8],[-9.3,-2.1],[-9.8,-3.3],[-12.4,-6],[-14.6,-8.2],[-13.7,-9.4],[-10.7,-9.4],[-11.1,-9],[-11.9,-7.5],[-11.4,-5.9],[-10.1,-4.6],[-9,-3.9],[-8.2,-3.9],[-8.1,-4.4],[-8.5,-5.2],[-9.6,-5.9],[-10.4,-6.6],[-10.2,-7],[-9.4,-6.9],[-8.9,-6.8],[-8.8,-6.6],[-8.8,-6.3],[-8.7,-5.7],[-8.7,-5.2],[-8.5,-4.7],[-8.2,-4.2],[-7.7,-3.5],[-7.3,-2.8],[-6.9,-2.2],[-6.7,-1.6],[-6.5,-1],[-6.3,-0.4],[-6.2,0.2],[-6.1,1],[-5.8,1.7],[-5.5,2.3],[-5.1,2.9],[-4.5,3.5],[-3.6,4.2],[-3,5],[-2.9,5.7],[-3.1,6.2],[-3.4,6.5],[-3.7,6.2],[-4.3,5.9],[-4.8,5.9],[-4.8,6],[-4.8,6],[-4.8,5.9],[-4.8,6.2],[-4.7,6.5],[-4.5,6.9],[-4.2,7.4],[-4,7.8],[-3.8,8.2],[-3.5,8.6],[-3.2,8.9],[-2.9,9.1],[-2.7,9.3],[-2.4,9.5],[-2,9.6],[-1.6,9.6],[-1.1,9.7],[-0.6,9.7],[-0.2,9.7],[0,9.7],[0.2,9.5],[0.4,9.3],[0.6,8.9],[1,8.3],[1.2,7.9],[1.1,8.1],[0.9,8.7],[0.7,9.2],[0.2,9.3],[-0.3,9.1],[-0.4,8.7],[-0.6,7.4],[-2.2,4.9],[-4,2.7],[-3.7,1.3],[-2.6,0],[-1.9,-0.9],[-2,-1.2],[-2.1,-1.4],[-1.9,-1.8],[-1.9,-2.4],[-2.6,-3],[-3.7,-3.2],[-4.3,-2.8],[-4.3,-2.2],[-3.9,-1.7],[-3.4,-1.2],[-3.3,-0.7],[-3.4,-0.2],[-3.3,0.5],[-3.1,1.2],[-2.7,2],[-2.3,2.7],[-1.9,3.3],[-1.4,3.9],[-1,4.5],[-0.6,4.9],[-0.3,5.2],[-0.2,5.4],[-0.3,5.5],[-0.5,5.6],[-0.6,5.6],[-0.7,5.6],[-0.8,5.6],[-0.9,5.5],[-0.9,5.5],[-0.9,5.5],[-1,5.4],[-1,5.1],[-1.1,4.7],[-1,4.3],[-0.9,3.8],[-0.8,2.8],[-0.4,1],[0.2,-1],[0.7,-2],[0.9,-2],[1.1,-1.7],[1.3,-1.6],[1.5,-1.5],[1.6,-1.5],[1.7,-1.5],[1.6,-1.4],[1.6,-1.3],[1.7,-1.2],[1.8,-1.1],[1.8,-1],[1.9,-0.9],[2.1,-0.8],[2.3,-0.8],[2.5,-0.7],[2.6,-0.8],[2.7,-0.9],[2.7,-1.1],[2.8,-1.2],[2.8,-1.3],[2.6,-1.4],[2.6,-1.5],[2.4,-1.7],[2.3,-1.8],[2.4,-1.7],[2.2,-1.5],[1.9,-1.8],[1.6,-2.3],[1.5,-2.5],[1.6,-2.5],[1.8,-2.3],[1.6,-2.5],[1.5,-2.8],[1.3,-3.1],[1.2,-3.2],[1.3,-3.2],[1.4,-3.2],[1.5,-3.2],[1.7,-3],[2,-2.8],[2.3,-2.4],[2.7,-2],[3,-1.6],[3.2,-1.2],[3.3,-0.7],[3.5,-0.2],[3.3,0.2],[3.5,0.5],[4.2,1],[4.6,1.7],[3.5,1.8],[1.2,0.3],[1.7,-1],[3.3,-0.3],[1.8,0.3],[1.3,-0.2],[2.6,1.2],[5.6,4.5],[8.2,7.3],[9.3,8.6],[10.3,9.3],[12.1,11.2],[11.3,12],[7.7,11.3],[4.6,10.8],[3.4,10.8],[3.3,10.6],[3,10.3],[2.1,10],[0.6,8.7],[8.7,5.9],[7.9,5.1],[5.9,4.3],[2.6,3],[-0.3,1.4],[-1.6,0.2],[-2,-0.5],[-2.5,-1],[-3,-1.5],[-3.1,-1.9],[-3.2,-2.1],[-3.3,-2.2],[-3.8,-2.1],[-4.7,-2.1],[-6,-2.7],[-7.7,-3.6],[-8.1,-3.8],[-7.7,-3.4],[-7.3,-2.5],[-7.4,-1.7],[-7.6,-0.9],[-7.8,-0.1],[-8.8,0.6],[-9.1,0.9],[-9,0.8],[-9.8,0.8],[-10,0.5],[-9.8,0.1],[-10.5,0],[-11.5,0],[-11.6,-0.1],[-11.5,-0.2],[-11.4,-0.2],[-11.2,-0.2],[-10.9,-0.2],[-10.6,-0.1],[-10.3,0.1],[-9.7,0.1],[-8.8,-0.1],[-8.9,-0.2],[-9.8,-0.2],[-10,-0.1],[-10.1,0.1],[-9.9,0.5],[-9.6,0.8],[-9.3,1],[-8.7,1.1],[-7.9,0.7],[-7.8,0.3],[-7.4,0.2],[-6.6,0.4],[-6.9,0.1],[-8.6,0.1],[-9.9,2.4],[-7.9,4.2],[-6.2,1.6],[-6.5,-0.8],[-6.2,-0.8],[-5.7,-0.8],[-5.9,-1.1],[-6.6,-0.8],[-5.5,-0.4],[-4.6,-0.1],[-4,0.2],[-3.5,0.4],[-2.9,0.8],[-2.3,1.4],[-1.7,2.3],[-1,2.8],[-0.3,3.2],[0.5,3.2],[1.4,3.8],[2.2,4.1],[2.5,4.4],[2.6,4.9],[2.8,5.3],[2.3,5.7],[2.1,5],[1.9,4.6],[0.6,4.2],[-0.4,4],[-0.7,4.1],[-1,4.8],[-0.5,5.5],[-2.1,3.8],[-10.3,2.8],[-12.7,4.6],[-10.7,4.7],[-12,2.7],[-14.3,1.6],[-15.7,2.3],[-15.5,3.1],[-13.9,2.9],[-13.9,2.5],[-13.9,2.5],[-12.9,1.8],[-12.4,0.4],[-12.6,-0.6],[-12.7,-1.1],[-13.1,-1],[-13,0.2],[-12.1,0.4],[-10.7,-0.8],[-9.6,-1.2],[-10.7,-0.5],[-10.8,1.1],[-9,1.8],[-10.1,0.8],[-10.2,0.1],[-9.2,0],[-7.5,0.2],[-6.3,0.9],[-6.2,1.6],[-6.3,0.6],[-5.1,-0.8],[-3,0.2],[1.1,0],[3.4,-1.4],[4.2,-1.4],[4.6,-0.2],[2.6,1.6],[1.6,2.9],[1.5,2.9],[0.6,1.8],[-0.2,0],[-0.2,-1.8],[0.1,-2.8],[0.4,-2.7],[0.5,-2.5],[0.4,-2.2],[0.3,-1.7],[0.3,-0.8],[0.2,0.2],[0.1,0.9],[0.2,1.4],[0.2,2],[0.2,2.4],[0.4,2.8],[0.5,3.4],[0.4,4.1],[0.1,4.5],[-0.1,4.8],[0,4.8],[-0.6,4.3],[-1.4,3.9],[-1.8,4.9],[-2.5,5.7],[-2.9,6.2],[-3,6.9],[-3.2,7.4],[-3.4,7.4],[-4,7.2],[-4.8,6.8],[-6.1,6],[-7.7,4.6],[-9.1,3.2],[-10.1,1.9],[-10.8,0.9],[-10.9,0.2],[-10.7,-0.3],[-10.3,-0.8],[-9.7,-1.3],[-9.2,-2.1],[-9.2,-3.1],[-10.4,-3.5],[-10,-1.4],[-6.8,0.4],[-6.6,-1.1],[-7.4,-4.1],[-12.6,-8.5],[-17.9,-10.2],[-17.8,-9.6],[-16.5,-9],[-17,-8.9],[-17.5,-9.4],[-15.2,-8.6],[-13.1,-7.9],[-9.8,-8.2],[-7.1,-6.1],[-4.5,-3.7],[-6,-4.9],[-10.2,-9],[-11,-11],[-11.8,-10.8],[-12.4,-10.2],[-12.4,-9.9],[-12.2,-9.6],[-11.5,-8.7],[-10.5,-7.3],[-9.9,-6],[-9.9,-5.3],[-10.4,-4.7],[-10.8,-4],[-10.5,-3],[-9.4,-1.7],[-8.4,-0.5],[-8.1,0.4],[-7.9,0.8],[-7.7,1.3],[-7.5,2.2],[-7.3,2.9],[-7.2,3.2],[-7.1,3.2],[-6.6,2.8],[-6.4,2.5],[-6.4,3],[-4,4.7],[-1.7,6.5],[-2,7.5],[-2.9,7.7],[-3.3,7.1],[-3.7,6.4],[-3.5,6.2],[-3.2,6.1],[-3.6,5.7],[-4.2,5.3],[-4.4,5.2],[-4.2,5.4],[-4.3,5.9],[-4.4,6.3],[-4.6,6.7],[-4.7,6.9],[-4.7,7.1],[-4.5,7.2],[-4.2,7.2],[-4,7.3],[-3.8,7.4],[-3.5,7.5],[-3.1,7.6],[-2.7,7.7],[-2.2,7.9],[-1.6,8],[-0.9,8.1],[-0.2,8.1],[0.3,8],[1,7.9],[1.7,7.9],[2.4,8.1],[3,8.1],[3.5,8.4],[3.7,8.9],[3.2,9],[2.5,8.8],[2.3,8],[2.8,7.1],[3.2,7.3],[2.8,6.5],[2.4,2.4],[0.7,0.1],[-2.1,1.5],[-1.9,1.1],[-1.7,-1.4],[-2,-2.5],[-1.8,-2.9],[-1.8,-3.5],[-3,-3.7],[-4.2,-3.4],[-4.2,-2.9],[-4.1,-2.4],[-3.9,-1.9],[-3.5,-1.5],[-3.2,-1.2],[-3.3,-0.7],[-3.4,0],[-3.2,0.7],[-3,1.4],[-2.7,2],[-2.5,2.6],[-2.2,3.2],[-1.8,3.8],[-1.3,4.2],[-1,4.5],[-0.8,4.6],[-0.7,4.7],[-0.7,4.8],[-0.7,4.8],[-0.7,4.9],[-0.8,4.9],[-0.8,4.7],[-0.7,4.6],[-0.7,4.4],[-0.7,4.2],[-0.7,3.7],[-0.7,2.8],[-0.6,1.3],[-0.4,-0.4],[-0.1,-1.1],[0.1,-0.9],[0.2,-0.7],[0.3,-0.7],[0.3,-0.9],[0.2,-1],[0,-1.1],[-0.1,-1.1],[-0.3,-1.1],[-0.4,-1.1],[-0.6,-1.1],[-0.6,-1],[-0.6,-1],[-0.6,-1],[-0.5,-1],[-0.3,-1],[-0.1,-0.9],[0.2,-0.9],[0.4,-0.9],[0.8,-0.9],[1,-1],[1.3,-1],[1.5,-1],[1.9,-1],[2,-0.9],[1.9,-1],[1.9,-1.2],[1.9,-1.3],[2,-1.3],[1.9,-1.3],[1.8,-1.5],[1.6,-1.9],[1.3,-2.3],[1.4,-2.2],[1.7,-1.9],[1.6,-2],[1.3,-2.4],[1,-2.8],[0.9,-2.8],[1,-2.7],[1.1,-2.4],[1.1,-2.1],[1.1,-1.9],[1,-1.6],[0.9,-1.2],[0.9,-0.8],[0.8,-0.5],[0.4,-0.1],[0.1,0.6],[-0.2,1.5],[-0.2,2.5],[0.2,3.2],[0.8,3.7],[1.1,4.5],[1.8,6.5],[3,7.7],[1.5,5.6],[-1.8,1.9],[-2.1,1.1],[-0.6,2.2],[1.3,2.1],[0,1.2],[1,0.3],[4.6,1.1],[10.6,3.8],[11.6,6.9],[14.1,10.1],[15.3,12],[15.7,12.9],[15.4,12.6],[13.7,10.9],[12.1,9.4],[10,7.7],[9,6.7],[15,5.5],[14.6,4.6],[14.3,3.9],[13.9,3.5],[13.3,3.3],[11.6,2.4],[8.6,0.9],[5.9,-0.5],[3.8,-1.9],[2.1,-3.5],[1,-4.5],[0.7,-4.7],[0.9,-4.3],[1.8,-4.1],[3.6,-4.5],[5,-4.1],[4.4,-3.2],[0.6,-2.5],[-3.7,-2.2],[-5.4,-1.6],[-5.4,-0.4],[-5.9,0.8],[-7.1,1.5],[-8.1,1.8],[-8.8,1.8],[-9.6,1.5],[-10.8,1.1],[-11.5,0.9],[-11.9,0.6],[-12.2,0.1],[-12.4,-0.3],[-12.5,-0.7],[-12.4,-1],[-12.4,-1],[-12.4,-0.9],[-12.3,-0.9],[-11.9,-0.8],[-11.5,-0.9],[-11.3,-1],[-11.2,-1.1],[-10.6,-1],[-10,-0.8],[-9.5,-0.6],[-8.9,-0.3],[-8.4,-0.2],[-8.1,-0.1],[-7.6,-0.2],[-6.9,-0.2],[-6.2,-0.3],[-5.3,-0.4],[-4.1,-0.6],[-3.2,-1],[-2.8,-1.5],[-2.6,-2],[-2.5,-2.2],[-2.5,-2.3],[-2.5,-2.5],[-2.4,-2.7],[-1.9,-2.1],[-2,-1.7],[-2.2,-1.4],[-2.4,-1],[-2.7,-1],[-3.4,-1.2],[-4.3,-1.3],[-4.6,-0.9],[-3.4,-0.2],[-2.3,0.6],[-1.2,1.3],[-0.5,1.9],[0.1,2.5],[0.8,3],[1.9,3.3],[2.9,3.5],[3.7,3.9],[4.2,4.5],[4.3,5],[3.7,5.1],[2.7,5.1],[2.2,7.1],[2,9.4],[0.7,9.6],[-0.8,9.9],[-2.1,10.1],[-2.4,8],[-3.8,6.1],[-4.7,4.5],[-5.1,3.1],[-5.2,1.6],[-5.1,-0.5],[-5,-2.3],[-4.3,-3.3],[-3.3,-4.5],[-1.9,-5],[-1.1,-4.5],[-1.3,-3.9],[-2.5,-3.3],[-4.8,-3],[-7.6,-3.1],[-10.2,-3.3],[-12,-3.5],[-12.9,-3.8],[-12.7,-4.8],[-11.7,-5.6],[-10.8,-4.5],[-9.6,-2.5],[-7.3,-0.8],[-4.9,1.1],[-4.3,1.6],[-4.6,-0.3],[-7.1,-3.4],[-6.3,-3.5],[-3.6,-1.2],[-4.7,-0.8],[-5.8,-2.1],[-3.6,-2.3],[1.1,0.1],[3.2,0.7],[2.1,0.2],[2.8,0.4],[1.7,0.4],[0.6,1],[0.5,2.1],[1.2,2.4],[1.7,1.4],[1.4,-1],[0.9,-2.4],[0.7,-2.1],[0.8,-1.3],[0.4,-0.9],[-0.9,-0.9],[-1.6,-0.9],[-1.2,-0.2],[-0.5,0.9],[0,1.7],[0.4,2.2],[0.7,2.7],[0.9,3.3],[1.1,3.8],[1.1,4.4],[0.7,5.4],[0.3,6.1],[0.2,6.1],[-0.5,5.6],[-1,5.3],[-0.6,6.3],[-1.2,7.4],[-1.9,7.8],[-2.1,8.2],[-2.6,8.4],[-3.3,8.2],[-4,7.9],[-4.7,7.7],[-6.2,6.8],[-7.9,5.3],[-9,4.4],[-9.6,4.1],[-10.1,3.7],[-10.5,3],[-10.4,1.4],[-10.3,-0.9],[-10.8,-3],[-11.6,-4.3],[-12.3,-5.3],[-12.8,-5.9],[-12.8,-5.9],[-12.5,-5.8],[-13.2,-6.1],[-15.3,-6.5],[-18.3,-7.2],[-19.9,-7.3],[-16.9,-6.5],[-16.6,-5.8],[-18.2,-5.6],[-19.1,-6],[-18.3,-6.7],[-14.7,-7.3],[-15.4,-6.7],[-13.5,-7.5],[-8.9,-7.3],[-16.4,-7.2],[-18.2,-6.9],[-18.1,-7.3],[-19.1,-7.1],[-17.6,-6.2],[-15.6,-4.2],[-14.5,-3.2],[-12.1,-3.2],[-10.3,-3.1],[-12.6,-3],[-13.6,-3],[-14.6,-3.1],[-16.2,-2],[-12.1,0.1],[-10.3,1.1],[-9.9,1.4],[-10.4,1.6],[-9.7,3],[-7.2,3.4],[-5.2,3],[-3.1,3.1],[-1.8,2.5],[-1.6,1.3],[-1.9,0.8],[-1.9,0.5],[-2,1],[-3.4,4.1],[-4.9,7],[-5.4,6.3],[-4,5.3],[-2.8,3.8],[-2.7,3.3],[-2.5,3.8],[-2.1,4.3],[-1.2,4.3],[-1.2,3.7],[-1.9,4.2],[-1.5,5.7],[-1.2,6.4],[-1.5,6.3],[-2.2,5.7],[-2.6,5.1],[-2.8,4.7],[-3,4.6],[-3,4.7],[-2.9,4.8],[-2.7,4.8],[-2.6,4.8],[-2.6,5],[-2.6,5.3],[-2.5,5.7],[-2.2,6.2],[-1.5,6.6],[-0.6,6.8],[0.3,6.9],[1.2,7.1],[1.9,7.3],[2.5,7.7],[3.1,8.1],[3.2,8.2],[3.1,8.2],[3.2,8.3],[3.8,8.3],[4.4,8.4],[5,8.6],[5.4,8.6],[5,8.4],[3.4,7.2],[2.3,5.4],[1.1,3.1],[-0.5,-0.3],[-0.9,-2.3],[-0.7,-2.5],[-0.9,-2.6],[-1.2,-3],[-1.6,-3.3],[-2.4,-3.4],[-3.3,-3.2],[-3.6,-2.8],[-3.8,-2.3],[-3.7,-1.7],[-3.4,-1.2],[-3.3,-0.7],[-3.3,0],[-3.1,0.6],[-2.8,1.1],[-2.6,1.5],[-2.5,1.9],[-2.4,2.4],[-2.1,2.7],[-1.9,2.9],[-1.8,2.9],[-1.9,3.1],[-1.9,3.4],[-1.6,3.6],[-1.4,3.6],[-1.3,3.6],[-1.3,3.4],[-1.3,3.1],[-1.3,2.7],[-1.4,2.2],[-1.3,1.6],[-1.1,1.2],[-1,1],[-0.9,1],[-0.8,0.9],[-0.8,1],[-1,1],[-1.2,1],[-1.5,0.9],[-1.8,0.7],[-2,0.5],[-2.2,0.4],[-2.4,0.4],[-2.5,0.5],[-2.5,0.5],[-2.5,0.5],[-2.6,0.5],[-2.6,0.4],[-2.6,0.3],[-2.6,0.1],[-2.6,-0.1],[-2.5,-0.2],[-2.4,-0.4],[-2.4,-0.6],[-2.3,-0.7],[-2.1,-0.7],[-1.9,-0.7],[-1.6,-0.6],[-1.2,-0.6],[-0.9,-0.6],[-0.6,-0.8],[-0.3,-0.9],[0,-1],[0.1,-1.2],[0.3,-1.1],[0.4,-1.2],[0.2,-1.4],[0.2,-1.5],[0.3,-1.4],[0.4,-1.2],[0.7,-1.1],[0.5,-1.4],[0.2,-1.6],[-0.1,-1.3],[-0.1,-0.8],[-0.2,-0.6],[-0.5,-0.4],[-0.7,-0.3],[-1.1,-0.1],[-1.4,0.2],[-1.6,0.7],[-1.8,1.2],[-2,1.8],[-1.9,2.4],[-1.8,2.9],[-1.4,3.3],[-0.8,3.8],[0.5,4.2],[2.3,4.3],[3.6,4.4],[3.9,5.1],[3.4,3.9],[1.2,0.1],[1.8,0.5],[0.8,2.3],[0.2,2],[0.2,0.9],[0.2,0.3],[1.2,0.5],[0,0.5],[-1.2,-0.4],[1.2,1.2],[5.2,4.2],[9.6,6],[12.7,6.6],[13.9,6.9],[14.5,7.1],[15.2,7],[15.3,6.4],[16.2,4.1],[17,3.7],[19.5,3.8],[18.7,3.5],[18.2,2.8],[17.8,2],[17.4,1.2],[16.8,0.5],[15.9,-0.4],[15.2,-1.5],[14.3,-2.6],[13.2,-3.4],[11.8,-3.5],[11.5,-3.8],[11,-3.4],[10,-2.5],[9.3,-1.4],[9.5,-0.6],[9.5,-0.1],[8.2,0.3],[4.8,0.8],[2.3,1.3],[1.3,1.6],[1.1,1.4],[0.9,1],[0.3,0.8],[-0.7,0.6],[-2.2,0.3],[-4.6,-0.3],[-6.8,-1],[-8.1,-1.4],[-8.8,-1.6],[-9.1,-1.9],[-9.2,-2],[-9.1,-2.1],[-9.2,-2],[-9.9,-1.7],[-10.2,-1.2],[-10.3,-0.8],[-10.6,-0.4],[-11,0],[-10.9,0.2],[-10.8,0.2],[-10.7,0.2],[-10.7,0],[-10.7,-0.1],[-10.7,-0.3],[-10.6,-0.5],[-10.4,-0.7],[-10,-1.1],[-9.5,-1.6],[-9,-2.3],[-8.4,-2.9],[-7.6,-3.3],[-6.8,-3.7],[-6.2,-4.1],[-5.6,-4.3],[-4.8,-3.8],[-3.9,-2.9],[-2.8,-2.4],[-2,-2.2],[-1.1,-2.1],[-0.5,-1.9],[-0.1,-1.6],[0.4,-1.1],[1.1,-0.7],[1.4,-0.6],[0.9,-0.6],[-0.2,-0.4],[-1.1,0.1],[-0.8,0.7],[0.9,1.5],[2.5,2],[3.5,2.5],[4.2,3.2],[4.8,3.6],[5.4,3.9],[6.1,4.4],[6.5,4.7],[7.1,5.5],[7.3,6.7],[7.1,7.8],[6.7,7.9],[6.4,7.2],[5.5,5.8],[4.2,4.5],[3.6,4],[3.4,2.3],[2.4,-1],[0.8,-3.8],[0,-5.7],[0.2,-6.8],[0.6,-7.2],[1.2,-8.1],[1.8,-7.6],[2.1,-6.7],[2.8,-6.1],[4,-5.1],[4.8,-3.9],[5.5,-2.7],[6,-1.9],[5.2,-2.8],[2.1,-5.6],[-2.3,-8.2],[-5.1,-9.9],[-6.2,-8.9],[-7.3,-5.1],[-8.1,-2.5],[-7.2,-0.4],[-5.2,2],[-5.9,-0.4],[-3.6,-2.7],[-1.5,-2.8],[-3.2,-2.2],[-2.9,-3],[-1.3,-4],[1.2,-1.8],[1.6,0.2],[1.4,0.9],[0,1.2],[-0.7,2],[0.1,2],[0.2,1.1],[0.8,0],[1.4,-1.2],[1.4,-1.8],[0.9,-1.4],[0.5,-0.9],[0.6,-0.9],[1.2,-0.6],[1.3,0.1],[1,0.8],[1,1.1],[0.4,1.1],[-0.5,1.3],[-0.4,1.7],[0.4,2.5],[0.9,3.8],[1.2,5],[1.1,5.7],[1.1,6.3],[1.1,6.8],[0.5,7.4],[-0.2,7.3],[-0.3,7],[-0.2,7.4],[-0.5,8.6],[-0.9,9.2],[-1.2,9.1],[-1.7,9.2],[-2.5,9.3],[-3.4,9.1],[-4,8.9],[-5.3,8.2],[-6.8,7.5],[-7.6,7.3],[-8.3,6.5],[-8.8,4.7],[-8.7,1.6],[-8.8,-0.8],[-9,-1.4],[-9.5,-1.5],[-10.2,-1.6],[-11,-1.8],[-11.9,-2],[-12.7,-2.2],[-13.4,-2.4],[-14,-2.9],[-14.6,-3.2],[-15.6,-3.2],[-16.1,-2.5],[-15.2,-2.7],[-16.5,-3.6],[-17.4,-3],[-16.2,-2.7],[-16.3,-3.5],[-16.3,-4.3],[-16.5,-4.9],[-16.6,-5.4],[-17,-6.2],[-17.4,-6.5],[-17.6,-6.1],[-17.8,-5.3],[-17.7,-4.1],[-17.1,-3.1],[-16.6,-2.7],[-15.9,-2.5],[-15,-3],[-17.3,-4.1],[-18.7,-3.2],[-18.3,-1.1],[-17.8,0.4],[-15.2,1.3],[-14.4,1.5],[-14.6,1.8],[-13.8,2],[-13.2,1.7],[-13,1.9],[-12.2,2.8],[-10,3.3],[-9,3],[-9.7,2.2],[-9.8,1.7],[-8.9,2],[-8.6,2.3],[-6.7,2.5],[-5.4,1.5],[-5.6,0.4],[-5.5,0.3],[-5.4,0.4],[-5.2,0.5],[-4.3,1],[-3.3,1.5],[-2.2,2],[-1,2.3],[0.2,2.2],[0.7,2.3],[0.7,2.9],[0.6,3.8],[-0.3,4],[-1,2.9],[-0.3,1.8],[1.2,1.5],[2.2,1.8],[2.8,2.4],[2.9,3],[2.7,3.7],[2.4,4.3],[1.8,4.8],[0.8,5],[-0.4,4.8],[-1.4,4.6],[-1.8,4.8],[-1.6,5.2],[-1.2,5.5],[-0.6,5.9],[0.2,6.4],[1.1,6.9],[1.9,7.3],[2.3,7.4],[2.6,7.4],[3.2,7.4],[4,7.5],[5.2,7.9],[5.7,9],[5.4,9.5],[5.2,9.4],[4.6,8.6],[2.6,7.1],[1.9,5.7],[1.2,2.8],[0.4,-0.4],[0,-1.3],[0.4,-1.9],[-1.1,-3.3],[-2.4,-3.9],[-2.6,-3.9],[-2.7,-3.5],[-3,-2.8],[-3.3,-2.3],[-3.8,-1.7],[-4,-0.8],[-3.8,0],[-3.7,0.6],[-3.8,1],[-3.7,1.4],[-3.5,1.7],[-3.4,1.9],[-3.5,2],[-3.5,2.2],[-3.3,2.3],[-3.4,2.3],[-3.6,2.4],[-3.5,2.5],[-3.2,2.6],[-2.9,2.6],[-2.7,2.5],[-2.7,2.3],[-2.8,2.3],[-2.8,2.4],[-2.8,2.4],[-2.9,2.3],[-3.1,2.2],[-3.2,2.1],[-3.2,2.1],[-3.3,2.3],[-3.1,2.6],[-2.7,2.7],[-2.7,2.7],[-2.8,2.5],[-2.9,2.2],[-3,2.1],[-3.1,2.1],[-3.3,2.2],[-3.3,2.2],[-3.5,2.1],[-3.6,1.9],[-3.7,1.7],[-3.7,1.5],[-3.8,1.4],[-3.8,1.2],[-3.8,0.9],[-3.9,0.7],[-4,0.6],[-4.2,0.4],[-4.4,0.4],[-4.4,0.5],[-4.4,0.7],[-4.2,1],[-3.9,1.2],[-3.8,1],[-3.9,0.6],[-3.8,0.2],[-3.5,-0.1],[-3,-0.1],[-2.6,-0.1],[-2.5,-0.2],[-2.4,-0.6],[-2.3,-0.8],[-2.1,-0.9],[-1.9,-0.7],[-1.8,-0.3],[-1.7,0.1],[-1.9,0.8],[-1.9,1.3],[-2.3,1.3],[-2.6,1.2],[-2.7,1.3],[-2.7,1.5],[-2.8,1.7],[-2.9,2],[-2.7,2.4],[-2.5,2.8],[-2.4,3],[-2.1,3.2],[-1.8,3.3],[-1.2,3.4],[-0.7,3.3],[0,3.7],[1.9,5],[2.5,2.6],[0.3,0],[-3,-0.2],[1.8,1.7],[-0.3,1.3],[-0.7,1.2],[1.6,2.6],[2.8,1.8],[1.8,-1.4],[2,-2.9],[3.7,-2.1],[4.6,-1.5],[4.6,-1.5],[4.7,-1.4],[5.1,-1.1],[5.3,-0.2],[6.2,1.1],[8.7,2.7],[12.2,3.9],[14.7,4.3],[10.6,0.5],[12,1.2],[13.8,2],[15.3,2.6],[16.5,2.7],[17.2,2.5],[17.4,2.1],[17.3,1.6],[16.8,1.2],[16.1,0.8],[16.5,0.3],[16.4,-0.1],[15.9,-0.4],[14.7,-0.5],[14.3,-0.7],[12.8,-0.5],[11.8,0],[11.7,0.3],[11.7,0.9],[12.2,1.5],[11,0.8],[8.7,-0.6],[8.8,-1.2],[9.8,-1.2],[9.9,-1.1],[9.8,-1.2],[9.8,-1.3],[9.6,-1.4],[9.2,-1.6],[9,-1.9],[8.9,-2.2],[8.3,-2.4],[6.9,-2.5],[5.1,-2.8],[3,-2.8],[0.5,-2.4],[-2.2,-2.2],[-4.3,-2],[-5.2,-1.1],[-5.6,0.1],[-6.1,0.8],[-6.8,1.1],[-7.8,1],[-7.9,0.9],[-7.8,0.6],[-8.3,0.2],[-8.8,-0.2],[-9.2,-0.7],[-9.5,-1.2],[-9.7,-1.8],[-9.9,-2.2],[-9.7,-2.6],[-9.2,-2.7],[-8.8,-2.9],[-9.4,-3.3],[-8.9,-3.5],[-7.9,-4],[-7.1,-4.4],[-6.5,-4.5],[-5.7,-4.4],[-4.8,-4.3],[-3.9,-4.2],[-2.9,-4],[-1.6,-3.9],[-0.1,-3.6],[1.1,-2.8],[2,-2.2],[2.7,-2],[3.4,-1.8],[5,-1.4],[6.3,-0.5],[6.6,0.3],[5.6,0.8],[4.5,1.2],[4.5,1.8],[5.7,2.6],[7.3,3.5],[8.8,4.4],[9.8,5.1],[10.7,5.7],[11.7,6.4],[12.6,7],[13.3,7.1],[13.9,6.5],[13.9,5.3],[12.9,3.6],[13.4,2.2],[12.9,0.7],[12.1,-1.5],[11.1,-4.6],[10.4,-7.7],[9.6,-9.1],[8.5,-8.8],[7.1,-8],[5.9,-7],[5,-5.8],[4.5,-4.6],[4.2,-3.1],[4.1,-2.3],[4.3,-1.6],[4.5,-1.2],[4.4,-1.3],[3.8,-1.7],[2.2,-3.3],[-0.7,-5.9],[-2.1,-10.2],[-2.8,-12.9],[-3,-3.5],[-3.3,2.5],[-2.2,-3.4],[-6.6,-8.3],[-0.3,-6.2],[-4.8,-8.8],[-6.5,-7.9],[-3.7,-5.2],[0.9,-4.3],[2,-2.9],[-0.2,-0.9],[-0.5,1],[-0.8,1.2],[-1.2,-0.4],[-0.7,-1.6],[0.5,-1.8],[1,-1.9],[0.9,-1.7],[1,-1.2],[1.1,-0.7],[1,-0.2],[0.9,0.2],[0.9,0.4],[1.1,0.5],[1.5,0.5],[1.7,0.3],[2.1,0.4],[2.7,1],[2.9,1.9],[2.2,2.5],[1.5,3.6],[1.8,5.3],[2.1,6.4],[1.8,7.2],[1.7,7.7],[1.7,8.2],[0.9,8.6],[0.3,8.3],[0.3,8.4],[0.5,9.4],[0.2,10.2],[-0.4,10.5],[-1,10.6],[-2,10.3],[-2.2,10.1],[-2.8,10.2],[-4.6,11],[-5.4,10.5],[-5.8,8.5],[-6.7,6.1],[-7.6,2.9],[-8.4,0.2],[-8.8,0.2],[-8.5,0.8],[-8.6,1.3],[-8.4,1.1],[-9.2,0.7],[-10.9,0],[-12.4,-0.9],[-13.2,-1.4],[-14,-1.5],[-13.6,-1.7],[-13.2,-2.2],[-13.5,-2.6],[-14,-2.6],[-14.3,-2.4],[-14.5,-2],[-14.2,-1.8],[-13.7,-1.9],[-13.6,-2.4],[-13.8,-3],[-14.2,-3.4],[-14.9,-3.8],[-14.9,-3.8],[-15.1,-4],[-15.5,-4.1],[-16.5,-4.2],[-17.3,-4.1],[-17.1,-4],[-15.9,-3.4],[-15.4,-2.9],[-14.6,-2.6],[-13.2,-2.7],[-12.2,-3],[-11.3,-3.2],[-10.3,-3.6],[-9.9,-3.6],[-9.3,-3.6],[-8.9,-3.5],[-8.7,-2.9],[-7.2,-2.5],[-6.6,-2.6],[-5.9,-2],[-5.4,-1.8],[-5,-1.6],[-4.1,-1.6],[-3.5,-2.3],[-2.9,-2],[-2.2,-1.6],[-2,-1.6],[-1.8,-1.5],[-1.7,-1.6],[-2.4,-1.4],[-3.5,-1.2],[-3.2,-1.4],[-0.9,-1.6],[-0.6,-1.5],[-2,-0.3],[-1.1,1],[-1.2,2.1],[-1.5,3],[-0.9,2.9],[0.8,0.9],[3,0.1],[4,0.6],[3.6,1.4],[3,2.6],[2.9,3.6],[3.4,4.4],[4.1,5.1],[4.5,5.8],[4.3,6.3],[3.2,6.3],[2.3,5.6],[1.8,4.7],[1.5,4.2],[1.2,4.2],[1.1,4.5],[0.8,5.1],[0.3,5.6],[0.1,6.2],[0.2,6.9],[0.5,7.7],[0.5,8.4],[0.9,8.9],[2.1,9.5],[2.8,9.5],[2.9,8.8],[2.5,8],[1.1,6.4],[-0.1,2.4],[0.2,1.1],[1.4,4.2],[1.6,4.8],[0.9,1.6],[0.8,0.7],[0.6,0.1],[-2,-1.6],[-2.3,-1.4],[-1.9,-2.2],[-3,-3],[-4.2,-2.7],[-5,-1.8],[-5,-0.9],[-4.9,-0.5],[-4.7,0],[-4.6,0.6],[-4.7,1.2],[-4.6,1.8],[-4.5,2],[-4.3,2.1],[-4.4,2.1],[-4.3,2.1],[-4.4,2.2],[-4.4,2.2],[-5.1,2.5],[-5.3,3],[-4.9,3.3],[-4.7,3.6],[-4.2,3.5],[-4,3.3],[-4,3.3],[-4.1,3.3],[-4.2,3],[-4.4,2.8],[-4.5,2.6],[-4.5,2.4],[-4.5,2.5],[-4.6,2.9],[-4.3,3.5],[-3.8,3.9],[-3.7,3.6],[-4,3.3],[-4.2,3.5],[-4.3,3.8],[-4.3,3.6],[-4.4,3.1],[-4.5,2.7],[-4.6,2.5],[-4.8,2.3],[-4.9,2.2],[-5,2],[-5.3,1.8],[-5.5,1.6],[-5.9,1.4],[-6.2,1.3],[-6.6,1.2],[-7,1.2],[-7.2,1.3],[-7.2,1.5],[-6.9,1.8],[-6.5,1.7],[-6.6,1.2],[-7.1,1.1],[-7.2,1.3],[-7,1.3],[-7.2,1.4],[-6.1,1.5],[-4.6,1.4],[-4.9,0.5],[-5.1,-0.2],[-5.2,-0.2],[-4.7,0.4],[-4.2,0.9],[-3.8,1.6],[-2.9,2.7],[-2.6,3.5],[-2.7,3.8],[-3.1,3.6],[-3.6,3.2],[-3.8,3],[-3.6,2.9],[-3.2,3.1],[-3.3,3.3],[-2.9,3.7],[-2.3,3.9],[-2.9,2.8],[-2.7,1.9],[-1.8,2.6],[-0.8,3.4],[0.3,3.6],[-0.2,4.2],[2.7,4.8],[0.2,0.6],[-0.7,-0.5],[3.3,1.5],[5.9,-0.2],[5.9,-2.1],[5.6,-2.4],[6,-2.1],[6.1,-2],[6.1,-2],[6.1,-2.1],[6,-2.2],[5.8,-2],[6.1,-1.8],[6.5,-1.6],[7.2,-1.6],[7.2,-1.1],[8.7,-0.6],[10.3,0],[9.4,0.1],[10,0.1],[12.5,-1.1],[12,-0.4],[12.3,0.1],[12.8,0.4],[13.1,0.6],[13.5,0.7],[14,1],[14.9,1.5],[15.5,1.9],[15.8,2.2],[15.6,2.1],[14.9,1.6],[14.2,1.3],[13.6,1.2],[13.1,0.9],[12.5,0.7],[11.7,0.7],[11.5,0.8],[11.4,0.8],[11.6,1],[12.1,1.2],[12.3,0.1],[11.7,-1.5],[11.5,-2.1],[11.4,-2.4],[11.2,-2.6],[11.1,-2.8],[11.4,-3.1],[11.5,-3.2],[11.6,-3.2],[12.2,-3.2],[12.8,-2.8],[12.9,-2.2],[12.6,-1.4],[11.9,-0.5],[10.8,-0.3],[9.1,-1.1],[8.1,-1],[7.8,0.4],[6.7,1.4],[4.7,1.5],[2.7,1.1],[1.3,0.8],[0.4,0.7],[-0.3,0.5],[-1.1,0.1],[-1.9,-0.4],[-3,-1],[-4.2,-1.5],[-5.1,-1.9],[-6.2,-2.3],[-6.5,-2.4],[-7,-2.7],[-7.5,-3.2],[-7.6,-3.5],[-7.7,-3.8],[-7.9,-4.2],[-7.9,-4.3],[-7.6,-4.3],[-7.1,-4.6],[-6.5,-4.8],[-5.4,-4.6],[-4.3,-4.7],[-3.4,-4.8],[-2.6,-4.5],[-1.6,-4.2],[-0.6,-4],[0.4,-3.5],[1.8,-3.1],[3.2,-2.6],[4.5,-2],[5.9,-1.4],[7.3,-0.9],[8.6,-0.3],[9.8,0.4],[10.5,1.1],[10.2,1.5],[9.6,2],[9.6,2.6],[10.3,3.2],[11.6,3.7],[13.1,3.8],[14.4,3.6],[15.5,3.2],[16.3,2.7],[16.8,2],[17.1,1.1],[17.1,-0.3],[16.6,-2.1],[15.4,-4],[13.5,-4.7],[12.2,-5.2],[11.3,-4.9],[10.7,-3.9],[10.2,-2.8],[8.8,-2.1],[7.7,-1.9],[7.4,-1.8],[7.2,-1.2],[6.6,-0.8],[6,-0.5],[5.7,-0.3],[5.2,-0.4],[4,-0.7],[2.8,-1.7],[0,-3.9],[-6.3,-7.2],[-13.1,-10.9],[-13.7,-6.7],[-5.4,-0.6],[-1.1,-1.5],[-5.3,-4.4],[-4.2,-1.1],[-2.8,-0.8],[-1.6,-0.6],[0.8,1.1],[0.3,0.2],[-1.3,-1.4],[-0.6,-1.2],[0.1,-0.4],[1.1,-1],[1.4,-2],[1.2,-2.1],[1.2,-2],[1.2,-1.5],[1.3,-0.8],[1.5,-0.2],[1.9,0.1],[2.1,0],[2.5,-0.3],[2.9,-0.5],[3.5,-0.5],[3.4,-0.6],[3.2,-0.4],[3.3,0.6],[3.7,1.9],[3.7,2.8],[3.1,3.9],[2.5,5.6],[2.8,7],[2.8,8.2],[2.5,8.5],[2.6,8.7],[2.3,9.2],[1.5,9.2],[1.4,9.2],[1.8,9.9],[1.7,11],[0.8,11.5],[-0.5,11.3],[-1.5,12.4],[-1.4,13],[-2.7,12.7],[-3.6,12.4],[-3.9,12.1],[-5.4,9.9],[-6.7,5],[-7,2.2],[-7.8,2.5],[-9,3.2],[-9.8,3.7],[-10.4,3.6],[-11.2,2.9],[-11.5,2.1],[-11,1.2],[-10.1,0.2],[-9.1,-1],[-9.6,-2],[-10.4,-3],[-11.5,-3.9],[-11.2,-4.3],[-10.6,-4.8],[-10.1,-5.3],[-9.7,-5.4],[-9.1,-4.8],[-9.4,-4.5],[-10.5,-4.5],[-11.1,-4.5],[-11.5,-4.2],[-11.8,-3.8],[-11.2,-3.3],[-10.2,-3.1],[-9.3,-2.9],[-9.4,-2.7],[-10,-3.3],[-12.2,-4],[-13,-4],[-13.6,-3.7],[-13.7,-3.4],[-13.4,-3.3],[-12.6,-3.3],[-12.8,-3.7],[-13.4,-4.3],[-12.5,-4.2],[-12.2,-4.3],[-11.3,-4.3],[-10.9,-4.7],[-9.5,-5],[-7.7,-5.3],[-6,-5.4],[-4.5,-5.3],[-3.1,-5.2],[-1.8,-4.9],[-0.6,-4.6],[0.5,-3.9],[1.6,-3.1],[2.4,-2.6],[3.2,-2.1],[3.8,-1.6],[4.1,-1.1],[4.3,-0.5],[3.8,0],[3,-0.2],[0.6,-0.6],[-3.7,1.1],[-2.4,3.1],[-1,2.9],[-0.6,2.3],[-0.9,1.3],[-1.3,-0.3],[1,0.5],[1.9,2.5],[1.5,3.3],[1.6,4],[1.7,4.7],[0.3,5.1],[0.3,6.3],[1.2,6.5],[0.5,5.4],[-0.4,4.9],[-0.1,4.2],[0.7,3.1],[2.1,3.3],[3.7,4.5],[4.6,6.3],[3.2,7.2],[1.7,7.1],[0.9,6.7],[0.7,7.2],[0.1,8],[-0.9,7.7],[-1.8,6.3],[-2.2,5.3],[-2.1,4.6],[-2.7,4.6],[-2.6,6.2],[-1.1,7],[0.2,5.7],[-0.3,3.8],[0.3,4.1],[2,5.4],[1.2,4.3],[0.2,2.7],[-0.5,2.2],[-1.5,1.1],[-2.1,-0.6],[-1.8,-1.8],[-0.8,-1.8],[0.5,-1.8],[-1.4,-2.8],[-5,-2],[-6.3,-0.7],[-5.9,0.4],[-5.6,1.3],[-5.7,1.7],[-5.6,1.9],[-5.3,1.7],[-5,1.8],[-5.5,2.2],[-5.9,2.3],[-5.7,2.4],[-5.7,2.3],[-6.1,2.5],[-6.6,3.1],[-6.8,3.7],[-6.7,4],[-6.3,4.4],[-5.2,4.6],[-4.9,4.6],[-4.8,4.4],[-4.7,3.6],[-5.1,2.6],[-5.4,2.2],[-5.6,2.2],[-5.1,2.5],[-4.7,2.9],[-4.4,3.1],[-4.3,3.1],[-4.6,3.3],[-4.9,3.7],[-4.9,3.9],[-4.6,3.7],[-4.4,3.6],[-4.3,3.4],[-4.4,3.2],[-4.5,3],[-4.6,2.8],[-4.8,2.5],[-5,2.3],[-5.3,2.1],[-5.6,1.9],[-6.2,1.6],[-7.1,1.6],[-7.8,1.6],[-8.2,1.6],[-8.4,1.7],[-8.3,1.8],[-8.1,2],[-7.9,2.2],[-7.8,2.2],[-8,2],[-8.3,1.5],[-9.6,0.9],[-9.8,0.4],[-9.7,0.4],[-8.1,0.4],[-8.1,-0.1],[-8.3,-0.1],[-8,0.5],[-7.2,1.6],[-6.5,3],[-5.7,4.5],[-4.4,5.8],[-3.6,6.2],[-4.3,5.5],[-4.1,4.3],[-3.9,3.7],[-4.5,3.4],[-4.8,3.2],[-4.5,3.2],[-3.1,3.3],[-2.3,1.9],[-1.7,-0.2],[-0.4,-0.4],[0.7,0.6],[0.7,0.5],[1.2,-0.6],[2.3,-1.7],[3.5,-1.6],[4.8,-2.2],[4.3,-2.4],[4,-2],[3.9,-1.8],[4.6,-1.7],[5.1,-1.6],[5.8,-1.8],[6.3,-2],[7.1,-2],[7.6,-1.8],[6.8,-2],[5.9,-2.5],[6.2,-2.5],[6.6,-2.5],[7.8,-3],[7.8,-2.8],[7.9,-2.8],[9.2,-2.6],[10.7,-2.5],[11,-2],[12.5,-1.8],[13.4,-1.5],[13.9,-0.8],[14.3,-0.2],[14.8,0.4],[15.2,1.1],[13.9,1.3],[13.6,1.5],[13.6,2],[13.6,2.4],[13.7,2.5],[14.2,2.9],[14.3,3.2],[13.9,3],[13.4,2.6],[12.8,2],[12.5,1.5],[13.2,0.8],[12.9,0.4],[12.5,0.3],[12.8,0.2],[13.2,0.2],[13.5,0.2],[13.1,-0.2],[12.3,-1],[12.5,-2.3],[12.4,-3],[12.4,-3.5],[12.5,-3.7],[12.4,-3.7],[12.2,-3.5],[12.6,-3.6],[13.5,-3.7],[14.4,-3.5],[15,-2.8],[15.4,-1.8],[15.6,-0.9],[15.2,0.1],[14.8,1],[14,1.2],[12.4,0.6],[11.1,0.1],[10.1,-0.2],[9.6,-0.2],[8.7,-0.1],[7.8,-0.2],[7.1,-0.4],[6.6,-1.2],[6.5,-1.7],[6.3,-2.1],[6.6,-2.7],[6.4,-2.9],[5.8,-3.2],[4.6,-3.9],[2.5,-4.7],[0.1,-5.4],[-1.5,-5.2],[-2,-4.5],[-3.1,-5.2],[-3.8,-5],[-4.1,-5.1],[-4.3,-5.4],[-4.3,-5.7],[-4.1,-5.8],[-3.4,-5.5],[-2.4,-5.4],[-1.7,-5.4],[-1.1,-5.2],[-0.4,-5],[0.2,-4.9],[1.3,-4.8],[2.6,-4.4],[4,-4.1],[5.4,-3.5],[6.8,-2.8],[8,-1.7],[9,-0.8],[10.1,-0.2],[11.2,0.2],[12,0.6],[12.7,0.9],[13,1.1],[13,1.2],[13,1.2],[13.2,1.1],[13.6,1.1],[14.1,0.9],[14.6,0.6],[15,0.1],[14.9,-0.5],[14.7,-1],[14.3,-1.1],[13.8,-1],[13.3,-0.6],[12.7,-0.2],[11.8,0.3],[10.2,0.9],[8.8,1.1],[7.8,0.9],[7,0.7],[6.2,0.2],[5.9,-1.1],[6.5,-2.2],[7.2,-2.7],[7.4,-3.5],[7.3,-4.3],[6.8,-4.7],[4.9,-4.4],[4.2,-5.6],[2.3,-8.3],[-1.6,-14.2],[-2.8,-13.8],[-6,-5.5],[-4.6,-5.1],[-4,-2.9],[1.7,-0.6],[-2,-1.1],[0.3,-2.3],[1,-1.3],[1.7,-1.5],[2.5,-1.3],[2.5,-1.5],[2.4,-1.6],[2.3,-1.7],[2.4,-1.9],[2.3,-1.6],[2,-0.9],[2.1,-0.5],[2.4,-0.7],[2.8,-1.2],[3,-1.5],[3.2,-1.6],[3.5,-1.3],[3.7,-0.6],[3.8,0.2],[3.8,1.1],[3.8,2.1],[3.9,3.2],[3.8,4.2],[3.4,5.8],[3.4,7.1],[3.4,7.9],[3.3,8.6],[3.3,9],[3.5,9.4],[3,9.9],[2.5,10],[2.8,10.2],[3,10.7],[2.8,11.5],[1.4,11.3],[-0.2,11.8],[-0.1,13.5],[-1,13.1],[-1.3,13.3],[-1.4,13.6],[-3.2,10.2],[-5.2,4.9],[-5.5,4.6],[-5.5,5.5],[-7,5.5],[-8.5,3.3],[-9,1.7],[-9,0.9],[-9.5,0.3],[-10,-0.4],[-10.4,-1.2],[-10.5,-2.1],[-10.4,-2.8],[-9.8,-3.3],[-8.7,-3.8],[-7.9,-4.6],[-8.8,-5.7],[-10.5,-6.7],[-10.4,-6.8],[-9.9,-7.1],[-8.8,-7.3],[-7.4,-7.2],[-5.9,-6.4],[-5.6,-6.4],[-5.1,-6.5],[-4.8,-6.7],[-6.2,-7],[-8.7,-6.8],[-9,-5.8],[-8,-5.3],[-6.4,-4.8],[-4.8,-4.4],[-4.1,-4.2],[-4.3,-4.1],[-5,-3.6],[-5,-3.2],[-5.7,-3.8],[-6.6,-4.5],[-7.5,-5.1],[-8.3,-6],[-8.8,-6.4],[-8.7,-7.2],[-9.2,-8.5],[-8.6,-8.8],[-7.6,-8.4],[-6.1,-7.8],[-4.4,-7.2],[-3,-6.6],[-1.7,-6.2],[-0.7,-5.5],[0,-4.6],[0.7,-3.8],[1.6,-3.3],[2.6,-2.5],[3.3,-1.6],[4.1,-0.9],[4.8,-0.2],[5.3,0.3],[5.3,0.8],[5.5,1.1],[5.9,1.3],[5.9,1.5],[5.3,1.3],[4.5,0.9],[4.4,1],[4.2,1.1],[3.7,1.6],[3.9,2.1],[5.5,2.9],[5.6,2.7],[4.4,1.5],[2.8,-0.2],[1.5,1.9],[0.2,1.3],[0.5,-2.2],[3,-0.9],[5,1.4],[5.5,3.8],[5.5,4.8],[6.3,6.4],[4.7,7.1],[2.6,7.8],[0.9,6.7],[-1,5.4],[-2.6,5.4],[-3.6,5],[-3.8,3.7],[-3.7,2.8],[-4.2,2],[-4.6,1.5],[-4.5,1.6],[-4,1],[-2.8,-0.4],[-1,-0.8],[-0.6,1.5],[-1,5.6],[0.5,5.9],[1,3.8],[0.7,2.3],[0.6,1.6],[0.1,0.3],[-1.6,-2.2],[-2.2,-2.3],[-1.5,-0.1],[-0.7,-0.6],[-1.4,-2.6],[-3.3,-2.4],[-4.3,-1.2],[-4.8,0],[-6.3,0.9],[-6.7,1.3],[-6.3,1.9],[-5.9,2.1],[-5.5,1.9],[-6.5,2.3],[-6.6,2.3],[-6.3,2.2],[-6.6,2.6],[-6.5,3.2],[-6.5,3.7],[-7.2,4.1],[-7.9,4.8],[-7.5,6.2],[-4.6,6],[-3.3,3.6],[-5.4,2],[-5,1.4],[-5.2,1],[-5.7,1.4],[-5.6,2],[-5.1,2.6],[-4.6,2.9],[-4.6,3.2],[-4.5,3.7],[-4.1,3.9],[-4.6,4.4],[-4.2,4.3],[-3.5,3.9],[-3,3.4],[-3.1,3.1],[-3.4,2.9],[-3.1,2.8],[-3,2.6],[-3,2.6],[-3.9,2.3],[-4.8,1.9],[-5.6,1.8],[-6.6,1.9],[-7.8,1.8],[-8.6,2],[-8.2,2.8],[-7.5,3.2],[-6.9,3],[-7.5,2.5],[-8.1,2.5],[-8.9,2],[-9.9,0.6],[-12.2,-0.1],[-12.6,0.2],[-12.3,0.7],[-12.3,1],[-12.5,1.7],[-12.3,2.7],[-11.7,3.5],[-10.5,4.1],[-9.3,4.5],[-8,5.3],[-6.9,5.5],[-2.3,4.3],[-3.5,2.2],[-6.7,3.6],[-2.7,3.8],[-1.4,1.7],[-1.9,-0.2],[-1.2,-0.9],[-0.6,-1.3],[0.2,-1.5],[0.9,-1.6],[1.3,-1.6],[1.8,-1.4],[2.2,-1.6],[2.8,-1.9],[3.2,-2.2],[3.7,-2.5],[4.2,-2.7],[4.7,-3],[5.4,-3.2],[5.6,-3.2],[5.7,-3.2],[5.8,-2.9],[5.8,-2.8],[6,-2.7],[6.2,-2.7],[6.4,-2.9],[8,-3],[9.7,-3.3],[10,-3.5],[10.2,-3.5],[10.5,-3.5],[10.7,-3.6],[11.1,-3.6],[11.6,-3.4],[12.2,-3.1],[12.7,-2.7],[13.1,-2.2],[12.9,-2.2],[13.1,-1.4],[12.7,-0.5],[13.4,0.3],[13.8,1.1],[14.1,1.8],[14.4,2.3],[14.4,2.6],[14.5,3.2],[14.6,4],[15.1,4.9],[15.6,5.4],[15.5,5.1],[14.8,4.1],[14.4,2.9],[14.4,1.9],[14.6,1.1],[14.8,0.6],[15.1,0.2],[15.5,-0.2],[16,-0.5],[16.3,-1],[16.8,-1.5],[17,-2],[17.1,-2.6],[17.2,-3.2],[17.2,-3.5],[16.9,-3.7],[16.7,-3.8],[16.4,-3.6],[16,-3.4],[15.9,-3],[15.6,-2.7],[15.5,-2.3],[15.8,-2],[16.8,-1.8],[17.9,-1.1],[18.2,0],[17.8,1.3],[17,2.2],[16.1,2.4],[15.1,2],[13,1.5],[12.3,1.3],[11.8,1.3],[10.9,0.7],[10,-0.5],[8.7,-1.9],[8.9,-3.4],[8.9,-4.3],[8.7,-4.8],[8.6,-4.9],[8.9,-4.8],[9.1,-4.4],[9.6,-4.1],[7.6,-3.4],[5.5,-4.8],[3.5,-5.8],[2.1,-6.4],[1.5,-7.4],[0.8,-7.4],[0.6,-7.3],[0.8,-6.9],[0.9,-6.6],[0.9,-6.3],[1,-5.9],[1.5,-5.5],[2,-5.3],[2.2,-5.4],[2.2,-5.6],[2.3,-5.6],[2.6,-5.8],[3.2,-5.8],[4.5,-5.5],[6.3,-5],[8,-4.2],[9.2,-3.2],[10.1,-2.3],[10.9,-1.5],[11.7,-0.8],[12.5,-0.3],[13,0.1],[13.2,0.3],[13.2,0.5],[13.2,0.5],[13.1,0.3],[12.9,0.1],[13,0],[13.1,0.1],[13.1,0.4],[13,0.7],[12.9,0.9],[12.2,0.9],[11.9,1.4],[11.3,1.7],[10.5,1.7],[9.8,1.4],[9.2,1.1],[8.9,-0.6],[8.9,-2.8],[8.7,-4],[8.6,-4.6],[8.6,-5.2],[8.8,-5.4],[9,-5.5],[9.1,-5.7],[9.1,-6.2],[8.3,-6.8],[7.1,-7],[2.3,-8.3],[-5.2,-12.5],[-10.2,-11.7],[-4.3,-4.7],[-3.7,-5.8],[0.9,-3.6],[3.6,-2.7],[-2.4,-1.7],[-1.6,-3.7],[-0.6,-3],[-0.2,-2.7],[0.7,-2.4],[1.4,-1.9],[1.9,-1.5],[2.3,-1.3],[2.5,-1.1],[2.6,-1],[2.7,-1.2],[2.9,-1.8],[3,-2.3],[3.2,-2.4],[3.3,-2.1],[3.3,-1.3],[3.6,-0.3],[3.8,0.7],[4,1.6],[4.1,2.5],[4.2,3.5],[4.1,4.4],[4,5.6],[4.1,6.8],[4.2,7.7],[4.2,8.5],[4.2,10.1],[4.5,10.9],[4.5,11.5],[4,11.8],[3.5,11],[3.5,10.4],[4.4,10.8],[4.5,12.8],[2,13.6],[1.3,13.6],[1.2,13.6],[1.1,14],[1.3,14.6],[-0.5,11.5],[-2.7,6.6],[-3,6.9],[-4.5,7.9],[-6.2,6.5],[-7,4.8],[-8.5,4.5],[-10.1,4.2],[-11.1,3.2],[-11.9,1.5],[-12.4,-0.5],[-12.4,-2.4],[-12.1,-3.8],[-11.4,-5],[-10.7,-5.9],[-9.9,-6.6],[-9.1,-6.9],[-8.4,-7.2],[-7.5,-7.5],[-6.9,-8.1],[-7.1,-9.2],[-7.2,-9.6],[-6,-8.6],[-4.5,-8],[-4.5,-8.4],[-4.7,-8.4],[-3.1,-7.7],[-2.4,-7.5],[-3.8,-8],[-5.2,-7.4],[-5.4,-6.1],[-4.9,-5.1],[-3.9,-4.9],[-2.8,-4.9],[-1.7,-4.3],[-1.4,-3.1],[-1.5,-3.3],[-1.8,-3.9],[-2.7,-4.8],[-3.8,-5.9],[-4.8,-7.3],[-4.9,-7.9],[-5.3,-8.7],[-5.8,-9.9],[-5.9,-11],[-5.1,-10.7],[-4.6,-9.9],[-3.2,-8.3],[-1.8,-7.3],[-0.8,-6.4],[0.2,-5.9],[1.1,-5.4],[1.8,-4.9],[2.6,-4.3],[3.4,-3.5],[4.1,-2.3],[4.7,-1.1],[5.3,-0.1],[5.6,0.6],[6,1.1],[6.3,1.5],[6.7,2],[6.9,2.3],[6.8,2.2],[6.6,1.8],[6.2,1.4],[6.1,1.5],[6.2,1.2],[6.1,0.9],[6.6,1.1],[7.5,1.4],[7.4,1.5],[8.2,2],[8.2,2.2],[8.1,2.8],[4.9,1.3],[4.6,-1.5],[7.7,-0.4],[7.7,1.5],[10.2,3.4],[14.5,5.1],[14,6.4],[10.3,6.9],[2.5,2.2],[1,0.1],[1.2,0.9],[0,0.7],[0.5,1],[0.1,1.4],[-0.2,1.5],[-0.2,0.8],[-0.1,0],[-0.4,-0.9],[-2.1,-2],[-3.2,-0.7],[-1.2,2.5],[1.2,3.8],[2.5,3.2],[2.6,1.8],[2.6,0.7],[2.6,0.9],[1.2,1.6],[-1.1,1.1],[-1.5,1.5],[-1.6,2.2],[-2.1,2.2],[-2.4,1.5],[-2.1,0.6],[-1.9,-0.1],[-2.6,-0.4],[-2.8,0.2],[-2.8,0.2],[-3.2,-0.1],[-3.5,-0.4],[-3.6,-0.9],[-4.6,-0.1],[-5.5,1.4],[-5,1.4],[-4.8,1.8],[-4.6,2.3],[-5.9,2.8],[-5.9,3.4],[-7.6,4.4],[-6.3,5],[-3,4.6],[-1.7,1.4],[-4.3,-0.3],[-4.1,0],[-5.2,0.2],[-5.7,1.6],[-5.2,2.7],[-4.8,3.2],[-3.6,3],[-2.9,2.5],[-3.9,3],[-5.1,4],[-4.9,3.6],[-4.5,2],[-2.3,2.5],[1.9,3.5],[4,3.9],[3.5,2.8],[1,1.6],[0.8,2.3],[1.9,2.7],[2.2,2.6],[2,2.1],[0.9,0.7],[-2.8,0.7],[-5.8,2.5],[-9.1,4.3],[-7.7,4.1],[-3.2,3.6],[-3.3,3.8],[-3,2.1],[-15,0.2],[-13.2,0.7],[-15.3,1.6],[-14.4,2.2],[-13.8,3.8],[-15.4,4.4],[-14.8,5],[-15.1,5.7],[-14.1,6.6],[-13.4,7.2],[-11.9,7.4],[-11.6,7.8],[-9.1,7.1],[-9.9,7.5],[-7.8,7.8],[-6.2,4.5],[-6.3,2.2],[-7.9,0.2],[-7,-1.2],[-5.2,-1.5],[-4.1,-1.8],[-3.1,-2.3],[-2.2,-2.6],[-1.4,-2.9],[-0.5,-3.2],[0.4,-3.3],[1.4,-3.3],[2.3,-3.3],[3,-3.4],[3.8,-3.4],[4.4,-3.3],[5.1,-3.2],[7.8,-4.1],[8.8,-3.6],[8.9,-3],[8.7,-2.8],[8.7,-2.8],[8.9,-2.7],[9,-2.8],[9.3,-3],[9.7,-3.1],[9.9,-3.3],[9.9,-3.8],[10.2,-4.4],[10.8,-4.9],[11.1,-4.9],[11,-4.6],[11.3,-4.2],[11.8,-3.7],[12.4,-3],[10.3,-3.2],[10.5,-2.2],[10.9,-1.1],[11.1,-0.1],[11.4,0.8],[11.4,1.5],[11.7,2],[12.3,2.6],[12.6,3],[12.8,3.2],[13,3.7],[13.7,5.4],[13.8,5.2],[14,4.5],[13.3,3.2],[13.8,1.8],[13.4,0.8],[14.1,-0.2],[14.9,-0.9],[15.5,-1.4],[15.9,-1.6],[16.2,-1.7],[16.5,-2],[16.4,-2.2],[16.8,-2.6],[16.9,-2.8],[16.9,-3.1],[17,-3.3],[17.1,-3.5],[17,-3.4],[16.8,-3.3],[16.2,-2.9],[16.1,-2.7],[16.1,-2.5],[16.2,-2],[16.6,-1.6],[17.2,-1.2],[18,-0.9],[18.6,-0.3],[18.8,0.4],[19.5,0.9],[18.9,1.5],[18.2,1.7],[18.5,1.3],[18.3,0.7],[18,-0.2],[17.4,-1.5],[16.4,-3],[15.2,-4.3],[13.8,-5.1],[12.5,-5.4],[11,-5.1],[10.1,-4.4],[9.3,-4],[9.9,-4.4],[11.2,-3.9],[11.4,-3.4],[10.8,-4.1],[9.4,-5.9],[7.6,-8],[5.9,-9.1],[4.9,-9],[3.8,-8.6],[3.3,-8],[4,-7.4],[4.7,-6.9],[5.1,-6.3],[5.7,-5.9],[5.9,-5.8],[6.1,-5.8],[5.8,-6.1],[5.4,-6.7],[4.7,-6.9],[4.6,-6.7],[4.9,-6.5],[5.6,-5.9],[6.5,-5.1],[7.7,-4.2],[9.1,-3.2],[10.4,-2.2],[11.5,-1.2],[12.3,-0.4],[12.9,0.2],[13.4,0.6],[13.4,0.9],[13.3,0.9],[13.1,0.8],[12.8,0.7],[12.5,0.6],[12.2,0.7],[11.8,0.8],[11.6,0.9],[11.3,1],[11,1.5],[11.1,1.9],[11.1,2.2],[11.1,1.6],[11.2,-0.9],[11.2,-3.5],[10.8,-4.7],[10.2,-5.3],[9.4,-5.9],[8.9,-6.5],[8.6,-6.7],[8.2,-6.4],[8.5,-5.9],[9.1,-5.6],[9.3,-5.5],[9.1,-5.3],[7.6,-5],[4.6,-5.8],[-0.4,-8.6],[-5.1,-10.3],[-8,-8.4],[-8,-6],[-3.2,-0.8],[4,-4.8],[6.4,-3.5],[-1.8,-2.7],[0.7,-3.3],[1.1,-3],[0.9,-2.9],[1.5,-2.5],[1.9,-1.8],[2.4,-1.3],[2.8,-1.4],[2.8,-1.8],[2.6,-2.3],[2.4,-2.5],[2.5,-2.2],[2.7,-1.5],[3,-0.7],[3.4,0.2],[3.8,0.9],[4.1,1.7],[4.3,2.6],[4.5,3.5],[4.6,4.4],[4.6,5.5],[4.6,6.6],[4.8,7.4],[4.8,8],[4.8,8.6],[5,9.3],[5.5,11.4],[5.1,11.4],[4.8,11.5],[4.4,11.3],[5.1,12.4],[6.2,13.1],[5.5,13.8],[3.4,13.7],[3.2,13.7],[3.2,13.5],[3.3,13.3],[2.5,11.7],[0.1,7.7],[0.3,7.3],[-1.5,8.8],[-3.4,6.9],[-4.4,6.9],[-6.3,7.7],[-7.6,5.7],[-8.5,1.4],[-10.1,-2],[-9.4,-4.8],[-8.3,-6.3],[-7.6,-7.1],[-7.1,-7.7],[-7.2,-8.1],[-7.6,-8.2],[-7.2,-8.4],[-6.3,-8.8],[-5.4,-9],[-5.3,-10.2],[-4.4,-10.2],[-3.9,-11.4],[-4.3,-11.4],[-3.4,-9.8],[-2.3,-9.8],[-1.4,-10.1],[-1.3,-8.9],[-0.9,-8],[0.4,-7.6],[0.2,-6.7],[-1.2,-7.2],[-3,-6.8],[-2.9,-6.1],[-2.4,-5.8],[-1.5,-5.4],[-0.6,-4.9],[-0.1,-4.6],[0.6,-4.7],[0.4,-4.5],[-0.6,-5.1],[-1.3,-6.9],[-2.3,-9.1],[-2.8,-9.8],[-3.2,-10.6],[-3.6,-11.8],[-3.8,-12.2],[-3.8,-11.8],[-3,-10.3],[-1.6,-8.9],[-0.9,-8.1],[-0.1,-7.4],[0.8,-6.8],[1.5,-6.1],[2.2,-5.3],[3,-4.6],[3.9,-3.5],[4.5,-2.2],[4.8,-0.9],[5,0.1],[5.3,0.8],[5.6,1.2],[5.6,2],[5.8,2.5],[5.9,2.3],[6,1.7],[6.4,1],[6.8,0.7],[7,1],[6.8,1.4],[6.8,1.4],[7.2,1.4],[7.5,1.5],[7.6,1.7],[7.6,1.9],[7.2,2],[6.8,2.1],[7.8,3.1],[9.5,4.1],[10.6,4.5],[10.6,3.9],[11,1.2],[9.6,-1.7],[8.7,-3.4],[10.3,-2.4],[11.3,-1.3],[11.6,-0.7],[11,0.4],[8.5,1.2],[6.5,0.8],[5.8,-0.1],[5.1,-0.4],[4.4,0.1],[3.3,0.5],[3.4,0.8],[4.4,1],[4.2,0.8],[3.1,0.7],[3.2,1.1],[3.9,1.8],[3.7,1.4],[3.3,1.4],[3.1,3.1],[2,4.3],[1,4.1],[0.5,3.8],[-0.4,3.4],[-0.9,2.9],[-0.7,3],[-1.1,2.8],[-2.1,2.8],[-2.2,3.5],[-3.8,3.8],[-6.1,2.6],[-6.7,1.5],[-7,0.9],[-7.1,0.6],[-7.4,0.9],[-6.7,1.1],[-5.7,1],[-4.9,1.2],[-4,1.5],[-2.8,1],[-3,1.1],[-3.1,1.6],[-3,2.3],[-2.5,1.8],[-2.4,-0.6],[-5.7,-0.7],[-6.6,0.9],[-4.8,0.7],[-5.3,1.4],[-4.3,2.7],[-2.9,2.9],[-1.1,3.1],[0.9,2.1],[1.8,0.8],[3.5,0.6],[1.5,-0.3],[-4,3.8],[-3.9,6.3],[-3.4,6.4],[-3.8,5.4],[-3.8,4.7],[-3.8,4.3],[-3.9,4.2],[-4.2,4.3],[-3.5,4],[-5,3.7],[-6.2,3.6],[-6.7,3.8],[-8.3,3.5],[-8.8,3.7],[-9.3,3.5],[-11.3,2.7],[-14.3,1.2],[-14.7,2.2],[-16,3.8],[-20.1,4.2],[-22.1,6.9],[-19.9,7.2],[-18.9,5.9],[-18.6,6.6],[-18.6,7.3],[-17.5,7.4],[-17.2,6.9],[-17.4,6.3],[-17.2,5.2],[-15.5,3.2],[-13.5,0.7],[-11.9,-1.6],[-10.5,-3],[-9,-3.8],[-7.3,-4.3],[-5.9,-4.8],[-4.2,-4.9],[-3,-5.5],[-2.2,-6.1],[-1.8,-6.2],[-1.2,-6.9],[0,-7],[1.1,-7.1],[1.9,-7],[3.1,-7],[4.3,-6.8],[4.9,-5.8],[5.1,-4.8],[5.8,-4.6],[6.5,-4.2],[7.2,-4.3],[8.1,-4.9],[9.1,-5.5],[9.8,-5.4],[10.1,-5.2],[9.2,-4.6],[10.1,-5.2],[10.6,-5.2],[10.6,-5.3],[10.5,-5.2],[9.8,-4.6],[9.5,-4.1],[9.5,-3.8],[9.5,-3.6],[9.6,-3.8],[9.8,-4.1],[9.9,-3.8],[7.6,-3.2],[7.6,-2.1],[7.8,-0.9],[8.2,0.2],[8.6,0.9],[9,1.5],[9.3,2],[9.7,2.4],[10.1,2.8],[10.4,3.2],[10.7,3.4],[11.1,3.4],[11.7,3.1],[12.2,2.5],[12.8,1.7],[13.4,0.9],[13.9,0.1],[14.4,-0.4],[14.8,-0.7],[14.8,-1],[14.9,-1.4],[15,-1.6],[15.5,-1.9],[15.8,-2],[16,-1.9],[16.6,-1.8],[16.9,-1.8],[17,-1.8],[17.1,-1.8],[16.8,-1.8],[15.8,-1.8],[16.3,-1.9],[16.3,-1.9],[16.3,-1.9],[16.6,-1.8],[16.8,-1.8],[17.1,-1.7],[17.6,-1.5],[17.5,-1],[17.6,-0.8],[19,-0.8],[19.5,-0.5],[19.3,-0.2],[19.7,-0.2],[18.9,-0.4],[18.4,-0.9],[18.4,-1.8],[17.3,-2.5],[16.1,-3.1],[15.6,-3.6],[14.9,-3.7],[13.5,-3.7],[12.4,-3.8],[12.7,-4],[12.9,-3.7],[12.1,-2.9],[12.8,-3],[13.5,-3.3],[12.5,-4.4],[10.9,-6.6],[9.3,-8.8],[8.3,-9.9],[7.2,-10.2],[6.3,-9.8],[6.3,-8.9],[6.8,-8],[7.3,-7.5],[8,-7.1],[8.6,-6.8],[9,-6.5],[9,-6.4],[8.6,-6.6],[8.3,-6.9],[8.2,-7.5],[8,-7.9],[7.8,-7.6],[7.5,-6.7],[7.6,-5.7],[8.5,-4.6],[9.6,-3.5],[10.5,-2.1],[11.5,-0.8],[12.2,-0.1],[12.6,0.3],[12.9,0.7],[13.2,1],[13.4,1.2],[13.5,1.3],[13.6,1.3],[13.4,1.3],[13,1.2],[12.5,1.2],[12,1.6],[11.4,2],[11.3,2.2],[11.7,1.3],[12.3,-1.4],[12.6,-3.6],[12.2,-4.8],[12,-6],[11.7,-6.4],[11.3,-6.5],[10.6,-6.9],[9.8,-7],[8.8,-6.5],[7.8,-6.2],[8.2,-5.6],[8.3,-5.3],[8.2,-4.8],[8.1,-4.7],[7.8,-4.8],[6.9,-4.6],[3.3,-6.7],[-1.4,-8.8],[-2.2,-7.7],[-2.5,-4.9],[-1.9,-1.8],[0,1.1],[4.5,-3.4],[2.5,-4.2],[-0.9,-1.2],[-0.6,-4],[0.9,-3],[0.9,-2.2],[1.9,-2.5],[2.8,-1.8],[2.9,-1.3],[2.2,-1.7],[1.7,-2.1],[1.8,-2],[2.1,-1.6],[2.7,-0.9],[3.3,0],[3.8,0.8],[4.2,1.6],[4.5,2.6],[4.8,3.5],[5,4.4],[5.2,5.3],[5.4,6.2],[5.5,7],[6.3,8.6],[5.6,8.1],[5.8,9.6],[5.6,9],[5.7,9.5],[6.2,10.9],[6.2,11.9],[6.2,11.9],[6.6,12.1],[7.4,13.1],[6.8,13.6],[5.2,13.3],[4.9,12.3],[5.3,12.5],[5.4,12.8],[3.3,9.5],[2.7,7.6],[2.7,9.1],[1,8],[0.9,7.7],[0.3,8.2],[-1.1,6],[-2.7,2],[-4.5,-4.4],[-5.6,-9.6],[-5.1,-9.2],[-4.9,-8.6],[-4.8,-8.8],[-4.3,-8.8],[-3.9,-9.7],[-3.3,-10],[-3.7,-10.8],[-3.2,-10.7],[-2.9,-11.3],[-2.5,-11.4],[-1.8,-12],[-2.2,-12.1],[-1.5,-10.4],[-1.1,-11.8],[0.3,-12.4],[1.6,-10.7],[1.5,-9],[0.7,-8.2],[1.2,-7.7],[2,-6.2],[1.5,-6.4],[-0.7,-7.4],[-0.9,-6.9],[-0.3,-6.4],[0.2,-5.8],[0.4,-5.4],[0.9,-5.3],[1.4,-5.2],[1.1,-5.6],[0.2,-6.6],[-0.5,-8.3],[-1.4,-10.1],[-1.8,-11.5],[-1.8,-12.6],[-1.8,-13.1],[-2.3,-13.1],[-2.2,-12],[-1.5,-10.6],[-0.9,-9.6],[-0.1,-8.6],[0.6,-7.5],[1.1,-6.6],[1.5,-5.8],[1.8,-5],[2.4,-3.8],[3.1,-2.2],[3.5,-0.8],[3.7,0.3],[4,1.2],[3.8,2],[3.8,2],[4.5,1.6],[4.8,1.4],[4.3,1.5],[3.5,1.7],[3.4,2.3],[3.8,2.6],[4,2],[4.3,1.5],[4.8,1.2],[5.4,1],[6.1,1],[6.8,1.1],[7.4,1.2],[8.1,1.5],[8.9,2],[9.5,2.6],[10.1,2.7],[11,2.5],[12.6,2.1],[15.6,1.5],[17.1,1],[16.4,1.4],[15.9,1.8],[15.4,1.6],[14.6,0.9],[13.8,0.2],[12.6,-0.1],[11.1,-0.1],[9.4,-0.1],[8.8,0.2],[8.9,0.5],[7.6,0.2],[5.5,-0.7],[5.1,-0.6],[5.9,0.8],[6,1.1],[5,0.8],[4.8,2.8],[4.8,3.9],[4.3,4.3],[3.3,5.1],[2.8,5.4],[2.6,5.2],[1.3,4.2],[0.7,4.3],[0.8,4.3],[0.1,4.3],[-0.4,4.6],[-0.5,4.6],[0.3,4.7],[-0.1,3.8],[-1.4,3.5],[-3.3,2.5],[-5.9,-0.4],[-6.4,0.3],[-5.9,1.3],[-6,2.1],[-6.1,2.5],[-6.8,3.2],[-5.9,3.4],[-5.7,3.7],[-5.6,3.4],[-6.1,2.9],[-7.3,3],[-8.2,3.4],[-8.2,2.7],[-8.2,1.9],[-7.8,0.8],[-7.3,0.2],[-6.7,0],[-6.1,0],[-5.4,0.3],[-5.4,0.9],[-5.3,1.7],[-5.4,2.9],[-5,4.6],[-4.3,5.7],[-4.6,6.2],[-4.5,5.6],[-4.5,5.3],[-4.8,5.2],[-5.9,5.9],[-6.4,6.3],[-6.7,6.4],[-7.5,6.6],[-8.6,7],[-9.9,7.3],[-11.4,7.8],[-11.1,8.5],[-10.7,7.9],[-14.3,7.8],[-16.9,8.6],[-17.9,9],[-19.7,8.9],[-20.3,8.5],[-20.3,7.7],[-20,6.7],[-19.2,5.6],[-17.3,4.2],[-18.3,3.7],[-18.9,3.1],[-18.9,2.4],[-18.9,1.5],[-18.4,0.3],[-17.7,-1.1],[-16.8,-2.7],[-15.8,-4.2],[-14.8,-5.4],[-13.3,-6.5],[-11.6,-7.4],[-9.9,-8.1],[-8.3,-8.7],[-6.7,-9.1],[-5,-9.5],[-3.2,-9.5],[-1.5,-9.6],[-0.2,-9.4],[0.9,-9.1],[2,-9.1],[3.3,-8.9],[4.2,-8.4],[4.5,-8],[4.8,-7.6],[5.3,-7.2],[5.9,-6.8],[5.8,-5.9],[6.4,-6.1],[6,-5.1],[6.8,-5.1],[8.1,-5.3],[8.6,-5.1],[8.8,-4.8],[9.1,-4.6],[9.2,-4.3],[9.1,-3.9],[8.8,-3.3],[8.5,-2.7],[8.3,-2.5],[8,-2.9],[7.9,-4.1],[7.8,-5.2],[7.6,-5.2],[7.6,-4.3],[4.3,-2.2],[4.2,-1],[4.5,-0.1],[5,0.9],[5.6,1.7],[6,2.3],[6.3,2.7],[6.8,2.9],[7.3,3],[7.8,3],[8.4,3.2],[9.1,3],[9.9,2.5],[10.8,1.8],[11.5,1.2],[12,0.7],[12.3,-0.1],[12.6,-0.9],[12.9,-1.4],[13.1,-1.8],[13.2,-2],[13.5,-2.1],[13.9,-2],[14.2,-2],[14.3,-2.1],[14.4,-2.1],[14.6,-2.2],[14.8,-2.2],[15.1,-2.2],[15.2,-2],[15.4,-1.9],[15.6,-1.7],[15.6,-1.4],[15.7,-1.3],[15.9,-1.5],[16,-1.5],[16,-1.4],[16.2,-1.3],[16.7,-1.3],[17.3,-1.2],[17.8,-1.1],[17.9,-0.9],[18.2,-0.9],[18.4,-1.2],[18.9,-1.6],[19,-1.9],[18.7,-2],[18.2,-2.2],[17.8,-2.6],[17.4,-2.9],[16.5,-2.8],[15.9,-2.9],[14.4,-2.8],[14.6,-3.3],[15.1,-3.1],[14.9,-2.5],[14.3,-2],[14.3,-1.7],[14,-2.2],[12.8,-4.4],[11.3,-7.3],[9.9,-9],[8.9,-9.9],[7.7,-10],[7.4,-9.7],[8.1,-9.2],[8.9,-8.7],[9.5,-8.1],[10.1,-7.5],[10.4,-6.9],[10.2,-6.8],[9.9,-7.3],[10.1,-8],[10.3,-8.4],[10,-8.5],[9.8,-8.2],[10,-7.4],[10.7,-6.4],[11.1,-5.5],[11,-4.3],[11.3,-3],[11.7,-1.6],[11.5,-0.4],[11.5,0.5],[12.3,1.3],[12.4,1.6],[12.1,1.7],[12.2,2],[12.9,2.5],[13.4,2.9],[13.3,2.7],[12.9,2.9],[12.3,3.1],[12.1,2.3],[12.7,0.5],[13.2,-1.9],[13.3,-3.5],[13.2,-4.6],[12.9,-5.4],[12.5,-6.2],[12.2,-7],[11.8,-7.1],[10.9,-7.1],[10.4,-6.8],[10.3,-6.3],[9.8,-5.7],[9.5,-4.8],[9.6,-3.5],[9.6,-2.5],[9.2,-2.2],[8.7,-2.7],[7.9,-3.2],[6.3,-4.2],[4.6,-6],[1.7,-7.4],[1.1,-6.1],[4.6,-2.1],[7.6,0.9],[5.4,2],[1.5,2.6],[1.1,1.7],[3.3,-1.1],[1.1,-0.8],[0.8,-1.1],[1.1,-3.5],[1.9,-1.9],[2.6,-0.1],[2.6,-0.2],[1.9,-0.8],[1.1,-1.2],[0.7,-2.1],[1.4,-1.8],[2.6,-0.7],[3.6,0.4],[4.3,1.5],[4.6,2.4],[4.9,3.3],[5.2,4.2],[5.6,5.3],[5.8,6.2],[5.9,6.8],[6.2,7.2],[6.3,7.4],[6.5,7.9],[7.5,9.8],[6.6,8.9],[6.7,9.1],[6.6,9.1],[7,10.2],[6.9,10.1],[7.6,10.7],[7.6,11.4],[6.9,11.3],[6.6,11.6],[7,11.9],[7.2,12.6],[6.1,11.3],[4.6,8.4],[4.9,7.6],[5.1,7.4],[4.9,6],[5.1,4.9],[4.7,3.2],[4,0.6],[3.4,-4.9],[1.3,-9],[0.2,-8.7],[-1.1,-10.2],[-1.2,-11.1],[-1.1,-10.6],[-1,-10.9],[-1,-11.6],[-0.9,-11.7],[-0.5,-11.7],[-0.6,-12.1],[-0.1,-11.9],[0.3,-12.5],[-0.3,-11.9],[0.7,-10.7],[0.1,-13.4],[1.1,-12.9],[2.1,-10.6],[2.6,-9.6],[2.3,-8.4],[2.7,-7.4],[2.9,-5.8],[3.4,-5.5],[2.7,-7.4],[1.5,-8.2],[1.4,-7.4],[1.6,-6.5],[1.7,-6.1],[2.1,-5.7],[2.2,-5.4],[2.3,-5.3],[1.5,-5.8],[0.7,-7.6],[-0.2,-10],[-0.8,-11.7],[-1.1,-12.8],[-0.9,-13.4],[-1.3,-13.6],[-1.6,-12.5],[-1.4,-11.3],[-0.9,-10.1],[-0.1,-8.8],[0.6,-7.5],[0.9,-6.4],[1.1,-5.5],[0.9,-4.4],[0.8,-3.3],[0.6,-1.9],[0.6,-0.4],[0.8,0.8],[0.8,2.1],[0.4,2.7],[-0.4,3.3],[-0.9,3.9],[-0.7,4.2],[-0.4,4.1],[-0.4,3.8],[-0.2,3.4],[0.2,2.2],[0.7,1],[1.4,0.6],[2.1,0.6],[2.9,0.8],[3.5,0.9],[4.2,0.9],[5,0.8],[5.9,0.9],[6.7,1],[7.3,1.3],[8.5,1.8],[10,2.1],[10.8,1.8],[11.8,1.7],[13.6,2],[14.8,1.7],[15,1.5],[14.9,1.4],[15,1.3],[15.1,1.5],[14.6,2],[14.4,2.1],[13.4,2.2],[12,1.8],[11.2,1.5],[10.6,1.4],[9.2,1.2],[7.3,0.4],[6.2,0.4],[6.2,1.4],[5.9,2],[5.3,3.8],[5.2,5.7],[4.7,6.5],[3.8,6.8],[3.2,6.6],[3,6.6],[2.6,6.3],[1.9,5.5],[1.4,5.6],[1.1,5.1],[1.1,5.1],[0.7,4.6],[0.6,5.3],[1.6,6],[0.9,6.1],[0.1,6.5],[-2.1,4.6],[-4.4,2],[-5.5,3.2],[-7.3,2.3],[-6.2,2.5],[-5.6,2.8],[-5.7,3],[-5.6,3.5],[-5.3,4.7],[-4.9,4.7],[-5.2,2.1],[-5.5,1],[-5.5,0.9],[-6.7,0.2],[-10.1,-0.3],[-11.4,-0.7],[-10.5,-0.7],[-9.4,-0.4],[-8.3,0.3],[-7,1],[-6.1,2.1],[-5.4,3.7],[-5,5],[-4.7,5.8],[-4.7,6.4],[-4.8,7.1],[-5.2,7.6],[-6.1,7.6],[-6.5,7.1],[-6.8,6.9],[-7.5,7.4],[-8,8.5],[-8.9,9.4],[-10.1,10.3],[-10.9,11.5],[-12.1,12],[-13.7,12.3],[-14.4,12.3],[-15.3,10.9],[-16.3,8.6],[-17.2,6.4],[-17.5,4.9],[-16.3,3.2],[-14.4,1.2],[-12.3,-0.6],[-10.8,-2.2],[-9.6,-3.3],[-8.6,-4.1],[-8,-4.9],[-7.6,-6.2],[-7.3,-7.4],[-7.8,-8.7],[-8.2,-9.8],[-8.9,-11],[-9.8,-12.1],[-10.3,-13.1],[-10.2,-13.8],[-9.9,-13.8],[-9.1,-13.4],[-7.8,-13.1],[-6.2,-12.6],[-4.1,-11.9],[-2.4,-11.1],[-0.9,-10.8],[0.6,-10.8],[2,-10.4],[2.7,-9.2],[2.8,-8.8],[3.4,-8.6],[4,-7.9],[4.3,-7.4],[4.8,-7],[5.3,-6.8],[5.6,-6.7],[5.9,-6.6],[6.2,-6.3],[6.5,-5.9],[6.9,-5.3],[7,-4.5],[7,-3.6],[5.8,-2.4],[6.5,-2.1],[6.6,-1.7],[6.6,-1.7],[6.7,-2],[6.7,-2.9],[6.6,-3.7],[6.1,-4.1],[5.4,-4.1],[4.8,-3.4],[1,-1.6],[0.8,-0.5],[1,0.7],[1.5,1.8],[2.1,2.7],[2.8,3],[3.5,3],[4.2,3.1],[5,3.2],[5.8,3.1],[6.6,2.8],[7.3,2.4],[8,1.8],[8.5,1],[9.1,0.2],[9.5,-0.3],[9.8,-0.9],[10,-1.2],[10.2,-1.6],[10.4,-2],[10.6,-2.6],[10.8,-3.2],[11.1,-3.6],[11.5,-3.9],[11.9,-3.9],[12.3,-3.9],[12.6,-3.8],[12.9,-3.8],[13.1,-3.8],[13.4,-3.3],[13.8,-2.7],[14.1,-2.4],[14.6,-2.3],[14.9,-2],[14.9,-1.9],[14.9,-1.7],[15,-1.5],[15.3,-1.5],[15.5,-1.5],[15.3,-1.3],[15.6,-1.2],[16.1,-1.3],[16.9,-1.6],[17.2,-1.8],[17.6,-2],[17.8,-1.9],[17.5,-1.7],[17.1,-1.8],[17,-2.1],[17.2,-2.5],[17.5,-2.4],[17.3,-2.2],[16.5,-1.9],[15.9,-1.7],[15.7,-1.3],[15.3,-0.9],[14.7,-0.6],[14.3,-0.7],[14.2,-1.2],[13.5,-3.4],[12.1,-6.6],[11.2,-8.4],[10.4,-9.7],[9.5,-10],[9.2,-9.9],[9.5,-9.5],[10.2,-8.9],[10.9,-8.5],[11.4,-8],[11.7,-7.9],[11.7,-7.9],[11.5,-8],[11.3,-8.1],[11.1,-8.1],[11,-8],[10.7,-7.7],[10.4,-7],[10.3,-5.9],[10.6,-4.6],[11,-3.3],[11.6,-2.2],[12.3,-1],[12.6,0.2],[12.4,1.1],[12.2,1.8],[12.4,2.6],[12.8,3.1],[12.2,3.1],[12.2,3.4],[12.1,3.9],[11.7,3.8],[11.6,3.1],[12.5,1.9],[13.4,0.1],[13.9,-1.9],[14,-3.4],[13.9,-4.4],[13.1,-5.4],[12.3,-6.5],[12.3,-7.1],[12,-7.6],[11.8,-7.4],[11.7,-6.9],[11,-6.3],[10.7,-5.6],[10.8,-4.7],[10.7,-3.9],[10.9,-3.2],[11.2,-2.6],[11.5,-2.3],[11,-2.1],[10.1,-2.1],[8.6,-2.5],[7.1,-3.7],[5.2,-5.7],[4.3,-6.2],[4.6,-4.1],[6.1,-1.2],[8.8,1.4],[10,3.5],[9.4,3.7],[7.3,3.3],[5.9,0.9],[5,-1.8],[3.7,-0.9],[2,-0.9],[1.8,0.4],[2.7,0.5],[3.1,-0.5],[3.2,-1],[2.5,-2],[1.4,-3.3],[1.7,-2],[3,-0.5],[4.2,1.1],[5.3,3.2],[4.7,3.2],[5.4,4],[5.8,4.7],[6.2,5.3],[6.7,5.9],[7.1,6.5],[7.2,6.9],[7.6,7.2],[8.4,9],[8.2,9.5],[8.4,9.8],[8.9,10],[9,10.6],[8.6,10.9],[8.7,10.9],[9.7,11.9],[9.7,12.8],[9.3,13.3],[9.6,13.7],[9.9,14],[9.4,13.7],[8.1,11],[6.7,7.3],[7,5.5],[7.9,6.1],[7.4,5.7],[7,3.3],[6.5,-0.1],[5.3,-3.1],[3.1,-3.8],[1.4,-7.4],[0,-10],[0,-10.4],[0.5,-10.8],[0.7,-11.2],[0.7,-12.2],[0.9,-12.6],[1.3,-12.4],[1.5,-12.1],[2.2,-12.5],[1.8,-12.7],[2,-10.9],[2.6,-12.7],[1.7,-14.1],[2.2,-11.8],[2.7,-10.9],[3.3,-9.9],[3.1,-8.4],[2.9,-6.9],[3.5,-5.6],[4.5,-5.3],[4.7,-7.1],[4,-8.4],[2.7,-8.2],[2.4,-7.2],[3,-6.1],[3.2,-5.3],[3.2,-5.3],[3.6,-5],[3,-5.2],[2.2,-7.4],[1.1,-10.1],[0.4,-11.9],[-0.1,-13],[-0.5,-13.8],[-0.9,-13.9],[-1.3,-12.7],[-1.2,-11.4],[-0.7,-10],[0,-8.4],[0.6,-6.9],[0.9,-5.6],[1.1,-4.3],[1.3,-2.6],[0.8,-0.9],[0,0.6],[-0.9,1.9],[-1.5,3],[-1.9,4],[-2.3,4.6],[-2.7,5.1],[-2.8,5.3],[-2.4,4.7],[-1,3.2],[0.8,1.5],[1.7,0.2],[1.9,-0.3],[1.9,-0.4],[2,-0.4],[1.8,-0.4],[1.6,-0.2],[1.6,0],[1.8,0.2],[2.3,0.3],[2.9,0.4],[3.7,0.5],[4.8,0.4],[6,0.4],[7.2,0.5],[8.4,0.6],[9.4,0.8],[10.2,1],[11.5,1.4],[12.6,1.5],[13.2,1.9],[13.4,2.3],[13.9,2.5],[14.2,2.8],[14.2,3.3],[14.2,3.7],[13.7,3.8],[12.8,3.3],[12.3,3],[11.7,3],[10.2,3.3],[8.6,2.9],[7.1,2.8],[6.2,3.4],[5.8,4.8],[5.9,6.4],[5.9,7],[5.9,7.6],[5.4,7.6],[5.3,7.1],[4.9,6.7],[3.8,6.4],[3.3,6],[2.8,6],[2.3,6.3],[1.6,6.2],[0.6,6.4],[0.5,7.2],[0.1,7.1],[-0.1,7.2],[0.5,8.2],[-1.6,5.1],[-2.3,4.2],[-1.2,5.1],[-1.3,3.9],[-3.7,2.4],[-6.2,1.9],[-7.1,2.1],[-5.7,2.2],[-4.6,2],[-3,1.2],[-2.4,0.5],[-2,0.7],[-1.2,1.5],[-0.1,2.2],[-1,0.4],[-5,-2.2],[-6.5,-1.3],[-7.8,-1.1],[-8.7,0.1],[-7.2,2],[-5.1,3.2],[-3.9,4.4],[-3,5.8],[-2.4,7.2],[-2.4,8.4],[-3,9.4],[-4.5,8.6],[-5.8,6.8],[-6.6,6.8],[-6.5,8.3],[-6.5,9.8],[-6.8,11.1],[-7.4,12.1],[-7.7,12.7],[-7.8,13.2],[-8.1,13.2],[-9.6,12.4],[-9.1,7.1],[-5,-1.4],[-2.4,-5],[-2.6,-6],[-3,-6.7],[-2.7,-7.5],[-2,-8.1],[-1.2,-8.6],[-0.2,-9.2],[0.5,-9.6],[1.1,-9.9],[1.6,-10.3],[1.5,-11.2],[1,-11.9],[0.3,-13.1],[0.2,-14.1],[-0.6,-14.8],[-1.5,-15.5],[-2.5,-16.3],[-3.5,-16.6],[-4.4,-16.6],[-4.8,-15.9],[-4.9,-14.8],[-3.9,-13.8],[-2.3,-13.1],[-0.6,-12.9],[-0.1,-11.5],[0.4,-11],[1.5,-10.1],[2.3,-9.1],[2.6,-8.4],[2.9,-7.8],[3.3,-7.7],[3.9,-7.8],[4.4,-7.4],[4.5,-6.9],[4.5,-6.6],[4.4,-6],[4.4,-4.9],[4.6,-3.7],[4.8,-2.5],[4.9,-1.4],[4.7,-0.7],[4.7,-0.6],[4.8,-1],[5,-1.1],[5.7,-1.1],[5.7,-1.6],[5.3,-1.9],[4.3,-2.3],[2.8,-2.7],[1.8,-2.4],[0.1,-0.4],[-0.1,0.4],[-0.1,1.3],[0,2.1],[0.1,2.6],[0.6,3.1],[1.4,3.4],[2.3,3.6],[3.2,3.5],[4,3.1],[4.7,2.6],[5.4,2.2],[6,1.9],[6.3,1.4],[6.6,1],[6.7,0.7],[6.6,0.2],[6.5,-0.5],[6.8,-1.3],[7.2,-2.1],[7.6,-2.6],[8,-3.1],[8.4,-3.6],[8.7,-4.1],[8.9,-4.4],[9.2,-4.3],[9.3,-4.1],[9.7,-3.8],[10.4,-3.5],[11.3,-3.3],[11.9,-3.2],[12.2,-3.2],[12.6,-3.2],[13.1,-3],[13.5,-2.9],[13.6,-2.8],[13.8,-2.4],[14.2,-2.1],[14.7,-1.8],[14.9,-1.4],[14.9,-1.1],[14.9,-0.8],[15,-0.8],[14.3,-0.7],[14.8,-1.2],[15.4,-1.5],[15.7,-1.5],[16.1,-1.5],[16,-1.4],[15.8,-1.3],[15.8,-1.4],[15.8,-1.6],[15.8,-1.7],[15.5,-1.6],[15.2,-1.2],[15.2,-0.7],[15,-0.3],[14.8,-0.4],[14.4,-1.3],[13.8,-3.3],[12.8,-6.1],[12,-8.1],[11.4,-9.5],[10.9,-10.1],[10.7,-10.3],[10.9,-10.3],[11.6,-9.9],[12.1,-9.6],[12.6,-9.2],[12.9,-8.7],[12.9,-8.5],[12.5,-8.2],[11.9,-7.9],[11.3,-7.6],[10.8,-7.4],[10.5,-6.9],[10.5,-6.2],[10.6,-5.1],[10.5,-3.8],[10.7,-2.5],[11.3,-1.4],[12.1,-0.2],[12.2,0.9],[12,1.6],[12,2.4],[12.2,3.1],[12.3,3.5],[12.3,3.8],[11.1,3.9],[10.5,3.2],[11.1,2.5],[12.3,1.3],[13.3,-0.6],[13.8,-2.3],[13.5,-3.6],[13.4,-4.9],[13.5,-6],[13.6,-6.7],[13.2,-7.2],[12.3,-7.2],[11.7,-6.6],[11.5,-6],[11,-5.5],[10.5,-4.8],[10.2,-4.2],[10.8,-4.2],[11.2,-4.2],[11.5,-3.8],[11.6,-3.1],[12.1,-2.3],[12.2,-1.5],[11.4,-1.1],[10.1,-1.5],[9.3,-2.6],[8,-4.2],[7,-5.5],[6,-4.5],[6.6,-2.5],[8.4,0.5],[9.5,2.4],[9.5,4.5],[8,5.1],[6.5,3.3],[5.7,1.7],[5.3,0.6],[4,0.3],[3.9,-0.4],[4,-0.7],[3.7,-0.8],[3.7,-0.9],[3.2,-2.3],[2.3,-3.4],[2.5,-2.8],[4.3,-1],[4.9,1.4],[5.4,3.1],[6,4.7],[4.4,3.7],[6.7,6],[7.1,6.9],[7.3,7.2],[7.5,7.1],[7.5,6.7],[8.8,7.6],[9.6,8.3],[9.7,8.4],[9.7,9.1],[9.1,9.3],[8.4,7.9],[10,9.2],[9.4,9.2],[10.3,10.1],[11,11.4],[11,12.2],[11.1,12.5],[11.5,12.9],[11.6,13],[11.2,12.1],[9.6,9.6],[7,5.7],[6.2,4.2],[6.5,3.9],[6.2,2.8],[5.3,1.7],[4.3,1.7],[4.1,-1.5],[3,-7.9],[2.9,-9.9],[2.7,-10.3],[2.7,-10.6],[2.6,-11.6],[2.2,-13],[2.6,-12.6],[3.2,-12.1],[3.6,-13.1],[3.7,-13.1],[3.8,-11.4],[4.1,-13.1],[3.8,-13.8],[3.5,-12],[3.2,-11.8],[3.5,-10.8],[3.9,-9.4],[4,-8.4],[4.6,-7.3],[5.2,-7.3],[5.1,-7],[5.5,-6.4],[5.5,-7.1],[4.4,-7.8],[3.2,-7.5],[3.7,-6.1],[3.7,-5.6],[4,-5],[4.6,-4.2],[3.9,-4.9],[3.2,-7.1],[2.3,-9.7],[1.4,-11.9],[0.6,-13.3],[0,-14],[-0.7,-13.8],[-1.1,-12.5],[-0.9,-11.3],[-0.3,-9.5],[0.2,-7.8],[0.9,-6.1],[1.4,-4.5],[1.6,-2.9],[1.6,-0.5],[1.1,1.7],[0.5,3.1],[-0.2,4.3],[-1.1,5.3],[-2.2,6.2],[-2.6,6.2],[-2.2,4.8],[-1.3,2.8],[-0.5,1.5],[-0.1,0.2],[0.1,-0.9],[0.2,-1.5],[0.4,-1.5],[1,-1.4],[1.7,-1.4],[2.5,-1.5],[3.5,-1.9],[4.2,-2.2],[4.8,-2.4],[5.4,-2.4],[5.8,-2.3],[6.2,-2.1],[6.4,-1.8],[6.4,-1.6],[6.6,-1.5],[6.9,-1.2],[7.3,-0.8],[8.2,-0.2],[9.2,0.3],[10.4,0.7],[11.6,1.3],[11.9,1.4],[12.3,1.9],[13,2.7],[13.2,3.2],[13.1,3.4],[13,4],[12.4,4.7],[12.2,5.3],[12.2,4.8],[11.9,4.9],[10.6,5.5],[9.5,5.9],[8.5,5.9],[7.5,5.8],[6.9,6.1],[6.7,6.9],[6.6,7.5],[6.8,8],[6.5,7.9],[6.5,7.8],[5.2,7.2],[3.3,6.9],[3.2,7.6],[2.6,7.7],[1.8,6.8],[1.4,7],[0.7,7.2],[-0.1,7.7],[-0.8,7.9],[-1.2,8.2],[-1.8,7.6],[-2.8,6.4],[-5.1,5],[-5.3,2.3],[-3.4,2.7],[-2.2,2.8],[-0.4,3.6],[1,3.7],[0.3,2.6],[-2.3,0.1],[-4.3,-1.5],[-4.6,-1.4],[-3.2,-0.4],[-1.3,0.6],[0.2,0.9],[1.7,1.1],[1.6,-0.3],[-2.2,-2.8],[-3.7,-1.8],[-2.5,-0.4],[-3.8,0.5],[-4.1,2.8],[-2.3,5.2],[-0.4,6.7],[0.7,7.9],[1.6,8.7],[2.4,8.5],[2.3,8],[0.7,7.9],[-0.7,8.8],[0.1,10.4],[0,10.4],[-0.3,10.6],[0.2,11.2],[0.6,12.1],[0.7,12.8],[0.9,8.8],[0.2,-2.5],[-1.8,-3.8],[-3.4,-3.9],[-4,-4.4],[-4.1,-6.3],[-3.6,-8.5],[-2.4,-10],[-1.2,-10.7],[-0.1,-10.9],[1.1,-10.9],[2.1,-11],[2.7,-11.3],[2.8,-11.7],[3,-12.6],[2.8,-13.7],[2.3,-14.2],[1.5,-15],[0.9,-16.4],[0.1,-17.4],[-0.7,-17.9],[-1.4,-18.1],[-1.9,-18],[-2,-17],[-2,-15.9],[-0.7,-14.6],[1,-13.8],[1.5,-12.9],[1.9,-11.6],[1.6,-10],[2,-9],[2.2,-8.2],[2.4,-8.2],[2.5,-8],[2.9,-7],[3,-6.3],[2.9,-5.7],[2.9,-4.8],[2.9,-3.7],[2.9,-2.6],[3.1,-1.6],[3.1,-0.4],[3.5,0.2],[3.8,0.2],[3.7,0.2],[3.5,0.1],[3.5,-0.2],[3.6,-0.6],[3.1,-0.7],[2.5,-0.9],[1.6,-1.2],[1.1,-1.3],[0.4,-1.1],[-0.8,1.4],[-0.8,1.8],[-0.8,2.2],[-0.5,2.5],[-0.3,2.9],[0.2,3.3],[0.8,3.3],[1.5,3.2],[2.1,3],[2.2,2.9],[2,3],[1.7,3.2],[2.2,3.4],[3.5,3.2],[5,1.8],[6.1,-0.2],[6.5,-1.9],[6.4,-3],[6.4,-3.1],[6.5,-2.9],[6.5,-3.1],[6.5,-3.3],[6.5,-3.6],[6.7,-4.1],[6.9,-5],[7.4,-5.4],[8,-5.3],[9,-5],[9.7,-4.7],[10.1,-4.8],[10.4,-4.9],[10.8,-4.7],[11.4,-4.6],[11.9,-4.5],[12.3,-4.3],[12.7,-4.1],[13,-3.9],[13.4,-3.8],[13.5,-3.6],[13.8,-3.5],[14.2,-3.3],[14.6,-3.1],[14.9,-2.8],[15.2,-2.5],[15.6,-2],[15.8,-1.4],[15.7,-1],[15.5,-0.8],[15,-0.6],[14.3,-0.5],[13.8,-0.4],[13.6,-0.3],[13.7,-0.4],[13.9,-0.5],[14.6,-0.2],[15.1,0.3],[15.8,0.8],[15.2,0.4],[14.5,-0.9],[13.9,-4.7],[13.7,-7.5],[13.6,-8.6],[12.7,-9.8],[12.1,-10.6],[12,-11.1],[12.2,-11.3],[12.6,-11],[12.7,-10.6],[13,-10.1],[13.3,-9.4],[13.2,-8.9],[12.9,-8.2],[12.4,-7.3],[11.7,-6.7],[11,-6.2],[10.7,-5.6],[10.8,-4.7],[11.1,-3.1],[11.7,-1.3],[11.6,-0.3],[11.4,0.6],[11,1.4],[11.1,2.3],[11.1,3],[11.1,3.4],[11.1,3.7],[11.3,3.8],[11.3,3.6],[11.3,2.6],[12.1,1.2],[12.7,-0.5],[12.9,-1.7],[13.1,-3.1],[13.2,-4.7],[13.6,-5.2],[13.5,-6.6],[13.1,-7.9],[12.8,-8.1],[12.6,-7.3],[12.6,-6.3],[12.5,-5.8],[12.7,-5.2],[12.9,-4.7],[12.8,-4.2],[12.5,-3.8],[12.1,-3.6],[11.6,-3.5],[11.5,-3.2],[11.4,-2.8],[11.8,-2.4],[12.2,-1.7],[12.7,-1],[11.7,-0.2],[9.1,-1.6],[9.5,-2.7],[8.1,-5],[6.9,-4.5],[7.1,-2.4],[7.7,-0.3],[8.4,2.8],[9.2,4.5],[9,5.2],[8.1,6.1],[7.2,5.4],[5.3,3.2],[4.1,1.6],[3.5,0.9],[3.4,0.6],[3.7,0.2],[4,-0.6],[3.5,-1.8],[3.9,-3.2],[4.2,-3.5],[4.7,-1.4],[5.6,1],[5.9,2.9],[5.8,4.4],[6,5.2],[6.1,5.9],[6.7,6.4],[7.2,6.8],[7.5,7],[7.9,7.4],[8.4,7.7],[9.1,7.9],[9.8,7.8],[9.9,7.5],[9.5,7.1],[9.2,6.9],[9.2,6.4],[10.5,7.2],[12,9.6],[11.4,9.9],[11.4,9.5],[12.7,10.7],[13,11.2],[13.6,11.2],[13.8,10.6],[14,10.1],[13.2,8.2],[12.5,6.1],[11.4,3.8],[11,1.6],[11.5,-0.9],[12,-3],[11.8,-5.5],[9.7,-7.9],[7.6,-9.1],[6.1,-10],[5.8,-10.7],[5.2,-12.5],[4.5,-12.9],[5,-12.5],[5.1,-13.7],[5,-13.6],[5.6,-12.7],[5.5,-13.5],[5.2,-12.6],[4.6,-11.8],[4.3,-12.1],[4.3,-11.2],[4.5,-10.1],[4.7,-9.1],[4.8,-8.5],[5,-7.7],[5.3,-6.7],[6.1,-5.6],[5.9,-6.1],[6.1,-6.8],[4.9,-7.3],[4,-6.8],[4.8,-5.1],[4.7,-4.6],[4.3,-4.8],[4.9,-4.1],[4.6,-4.4],[3.7,-6.8],[3.2,-9.4],[2.1,-11.8],[1.1,-13.5],[0.2,-14.2],[-0.6,-13.7],[-0.8,-12.5],[-0.4,-10.9],[0.3,-9.1],[0.7,-7.2],[1.5,-5.2],[2,-3.3],[2.1,-1],[2,1.7],[1.6,3.7],[0.9,5.2],[0.1,6.4],[-0.1,7.4],[-0.6,7.4],[-0.7,5.8],[-1.4,2.7],[-2,1],[-2.2,-0.5],[-2,-1.5],[-1.9,-2.2],[-1.6,-2.6],[-1.2,-2.8],[-0.6,-3],[0.2,-3.3],[1,-3.6],[1.9,-3.9],[2.7,-4.2],[3.3,-4.3],[3.8,-3.9],[4.4,-3.2],[5,-2.7],[5.4,-2.4],[5.8,-2.4],[6,-2.3],[6.2,-2.2],[6.4,-2.1],[6.9,-1.9],[7.5,-1.5],[8.1,-0.9],[8.9,-0.3],[9.8,0.6],[10.6,1.2],[11.2,1.9],[12.2,3],[12.6,3.7],[12.5,3.8],[12.8,5.1],[12.2,5.6],[12,5.6],[12.2,5.9],[12,6.2],[11.3,6.7],[10.8,7],[10.3,7.1],[9.3,7.2],[8.1,6.9],[7.7,7.4],[7.6,7.8],[7.5,8.3],[7.1,8.6],[7.1,8.7],[4.4,8.6],[4.2,9.2],[3.9,8.6],[2.8,8.1],[2,8.2],[1,8.4],[0.2,8.7],[-0.4,9.1],[-0.7,8.8],[-1.6,8.1],[-1.1,7.6],[2.5,4.2],[-1,-1.5],[-3.2,1.5],[-3.2,1.5],[-3.2,2.2],[-3.2,2.1],[-3.3,1.5],[-2.7,1.2],[-1.6,0.8],[-0.2,0.5],[-0.3,-1],[-2.6,-2.7],[-3.4,-2.2],[-0.9,-1],[1.1,-0.9],[2.5,0.3],[3.3,0.9],[0.2,-0.4],[-1,0.8],[0.2,2.2],[0.1,3.1],[0.5,4.4],[2.1,5.9],[4,6.9],[5.1,7.2],[5.6,7.6],[6.3,8.5],[5.3,8.2],[4.8,7.9],[5.6,8.6],[6.6,9.3],[7.2,10.4],[7.3,11.6],[7.3,12],[6.5,8.1],[4.5,0],[1.9,0.2],[-0.7,-2.3],[-2,-5.3],[-3,-8.7],[-2.8,-11.1],[-1.9,-13.1],[-0.4,-13.9],[0.8,-13.9],[2,-13.2],[3.3,-12.5],[4,-12.4],[3.9,-12.2],[4.2,-12.9],[4.6,-14.3],[3.9,-14.9],[3.2,-16.1],[2.7,-16.4],[1.9,-16.6],[1,-17.2],[0.2,-17.6],[-0.2,-17.3],[-0.1,-16.5],[-0.3,-15.4],[-0.2,-14.1],[1.9,-13],[1.9,-12.3],[2,-11.4],[2.4,-10.2],[2.7,-9.1],[2.8,-8.4],[2.7,-7.7],[2.5,-7.3],[2.6,-6.4],[2.5,-4.9],[2.3,-3.6],[1.9,-2.6],[1.2,-2.2],[1.3,-1],[1.5,0.4],[1.8,0.3],[1.6,-0.8],[1.2,-0.8],[1.3,-0.2],[1,0.4],[0.1,0.4],[-0.7,0.1],[-0.7,0.5],[-1.2,0.3],[-1.5,0.1],[-1.2,0.4],[-0.9,0.9],[-2.5,1.5],[-2.2,2],[-1.8,2.5],[-1.9,2.6],[-2.2,2.6],[-2.5,2.8],[-2.5,2.9],[-1.6,3],[0.3,2.9],[2.7,2.2],[4.6,1.2],[5.6,0.1],[5.6,-0.6],[5.4,-0.8],[5.4,-0.7],[5.6,-1],[5.6,-1.2],[4.9,-1.8],[3.7,-2.7],[3.7,-2.9],[4.2,-3.6],[4.7,-4.2],[4.9,-4.7],[4.8,-4.8],[5,-5.1],[5.3,-5.4],[5.6,-5.7],[5.6,-5.7],[6.2,-5.4],[6.8,-5.1],[7.6,-5],[8.3,-4.9],[9.3,-4.7],[10.1,-4.4],[10.7,-3.8],[11.1,-3.4],[11.5,-3],[11.9,-2.7],[12.3,-2.3],[12.5,-2.1],[12.6,-1.9],[12.7,-1.7],[12.9,-1.3],[13.5,-0.7],[14.1,-0.3],[14.1,0.1],[13.6,0.1],[13.5,0.2],[13.8,0.4],[14.1,0.8],[13.8,1],[13.3,0.4],[13.5,0.3],[13.9,0.6],[14.7,1.2],[15,1.5],[15,1.4],[14.6,0.1],[14.6,-2.9],[14.1,-7.5],[14.8,-8],[13.9,-9],[12.5,-9.9],[12.2,-10.9],[12,-11.1],[12.1,-11.2],[11.9,-10.7],[11.9,-9.9],[12.3,-9],[12.2,-8.1],[12.1,-7.1],[12.1,-6.4],[11.4,-5.5],[11,-4.5],[11.5,-3.2],[11.4,-2.4],[11.3,-1.6],[10.9,-0.8],[10.4,-0.1],[10.1,0.9],[10.1,2],[10.1,2.8],[10.3,3.3],[10,3.8],[9.2,3.9],[9.2,3.6],[10,2.8],[10.9,1.2],[11.7,-0.4],[12.3,-1.5],[12.7,-3],[13.2,-4.5],[13.6,-5.7],[13.1,-7.3],[12.2,-8.1],[12.2,-7.1],[12.1,-6.3],[12.1,-6],[12.2,-5.9],[12.4,-5.5],[12.8,-5.2],[13.1,-4.9],[13.1,-4.4],[12.9,-3.8],[12.8,-3.4],[12.8,-3.3],[12.6,-3.5],[12.2,-3.9],[12.2,-3.8],[12.4,-3.3],[12.9,-2.7],[12.8,-1.7],[12.5,-1.1],[12.1,-0.5],[10,-0.8],[8.2,-4.3],[6.8,-4.2],[7.1,-2.3],[7.8,0.2],[8.6,2.8],[8.9,5.5],[8.8,7.3],[8.1,7.7],[7.8,6.9],[6.7,4.8],[5.7,3.2],[4.8,3],[4.1,2],[3.5,1.7],[3.8,-0.3],[2.7,-4.5],[3.2,-4.2],[4.2,-3.2],[4.6,-1.4],[5.7,1.6],[6.4,3.2],[6,4.1],[5.9,5],[6.1,5.4],[6.3,5.7],[6.8,5.9],[7.2,6],[7.7,6.2],[8.2,6.4],[8.7,6.7],[9.3,7],[10.1,7.4],[10.4,7.3],[9.6,5.9],[11.6,7],[11.6,7.7],[12.1,8.2],[13.4,8.7],[13.4,9.1],[13.4,9.7],[14.1,9.9],[14.5,9.5],[15.1,9.2],[15.7,8.3],[16.2,7.1],[16.2,5.2],[16.1,3.3],[15.7,1.2],[14.9,-0.7],[13.9,-2.3],[12.7,-4],[11.4,-5.2],[10.4,-6.8],[9.3,-9.4],[8.6,-10.8],[7.6,-12.1],[7,-12.1],[7,-12.7],[6.2,-13.7],[6.2,-12.9],[6.2,-12.1],[5.7,-11.5],[5.3,-11.7],[5.2,-11.7],[5.1,-11],[4.8,-10.3],[4.9,-9.9],[5.3,-9.5],[6.2,-8.9],[6.4,-7.7],[6,-6.2],[6,-6],[6.8,-6.7],[6.1,-6.4],[4.9,-6.7],[4.5,-5.7],[5.6,-4],[5.8,-3.7],[4.7,-4.1],[5.2,-3.8],[4.7,-4.5],[4.3,-6.1],[3.8,-9],[2.7,-11.8],[1.4,-13.3],[0.9,-14],[0,-13.2],[-0.6,-12],[0,-10.4],[0.8,-8.5],[1.5,-6.5],[2.3,-4.3],[2.8,-1.8],[2.7,0.9],[2.6,3.4],[2.6,5.1],[2.3,6.6],[1.4,7.5],[0.8,8.6],[1.2,7.8],[0.7,5.8],[-0.8,4.3],[-1.2,2.2],[-1.2,-0.8],[-1.7,-2.8],[-1.5,-3.5],[-0.9,-3.9],[0.1,-4.1],[0.8,-4.2],[1.5,-4.1],[1.5,-4.5],[2,-4.5],[1.7,-4.4],[1.4,-4.2],[1.5,-3.9],[2.2,-3.5],[2.8,-3.3],[3.3,-3.4],[3.7,-3.6],[4.2,-3.7],[4.9,-3.4],[5.6,-2.9],[6.2,-2.9],[6.8,-2.9],[7.4,-2.6],[8.1,-2],[8.6,-1.3],[9,-0.4],[9.8,0.5],[10.6,1.9],[11.4,2.9],[12.1,3.4],[12.2,4],[12.4,5.6],[12,5.7],[12,6.2],[12.1,6.6],[12.4,6.8],[12.1,7.3],[11.7,7.6],[11.1,7.5],[11.1,7.5],[10,7.4],[8.3,7.6],[8.4,8.5],[8.4,9],[7.9,9.7],[7.6,9.8],[5.8,9.9],[5.1,9.9],[4.5,9.4],[3.6,9.2],[3.1,9.5],[2.7,9.4],[2,9.3],[2.1,9],[2.3,7.7],[0.6,2.8],[-0.9,3.9],[-2,3.5],[-3,3.2],[-3.8,2.9],[-4,2.4],[-4.2,1.5],[-4,0.3],[-3.4,-1],[-2.7,-2.2],[-2,-2.5],[-0.8,-2.5],[0.9,-2.3],[2.9,-2.7],[3.4,-3.4],[2.6,-3.4],[2.3,-2.4],[3.4,-0.5],[5,1.2],[4.9,1.7],[3.7,1.6],[3.9,2.3],[3.6,2.7],[3.8,3.3],[4.7,4.4],[5.7,5.6],[7.3,6.4],[8.8,7.1],[9.2,7.8],[8.4,6.5],[8.7,6.5],[9.7,7.9],[10.7,9.3],[11.3,10.5],[11.4,11.6],[10.5,8.3],[8,1.6],[7.8,2.6],[6.9,0.3],[5.4,-4.8],[2.8,-9.8],[1.9,-13.1],[2,-15.7],[2.6,-17.1],[3.3,-16.8],[4.1,-15.6],[5.4,-13.9],[6,-12.8],[6.4,-12.1],[5.9,-13.6],[5.8,-15.1],[5.2,-16],[4.4,-16.9],[4.1,-16.9],[3.5,-16.8],[2.6,-16.7],[1.9,-16],[1,-15.7],[1.3,-15.4],[1,-14.9],[0.8,-13.7],[1.6,-12.6],[2.3,-11.8],[2.8,-10.8],[2.8,-9.9],[2.7,-8.5],[2.6,-7.3],[2.3,-5.8],[1.2,-5.8],[1.4,-5],[2.4,-3.2],[2.2,-1.9],[1.7,-1.4],[1,-1.3],[0.8,-0.3],[0.6,0.3],[0,0.6],[-0.9,0.8],[-1.4,1],[-1.9,1.9],[-2,2.3],[-2.3,1.8],[-2.6,1],[-2.7,0.4],[-3,-0.1],[-3.1,-0.1],[-3,0.2],[-2.8,0.8],[-4.7,1.2],[-4.2,1.1],[-3.4,1],[-2.2,0.7],[-0.2,0.6],[1.7,0.8],[2.7,1.2],[3.1,1.4],[3.6,0.9],[4,0.5],[3.6,0.1],[3.3,0],[3.5,0.3],[3.4,0.3],[3.2,-0.4],[4.1,-1.4],[5.1,-2.4],[6.3,-3.1],[7.6,-4.4],[8.1,-6.4],[8.6,-7.4],[9.2,-8.1],[9.2,-9],[8.7,-9.7],[8.8,-9.5],[9,-8.8],[8.6,-8.1],[8.3,-7.4],[7.9,-6.8],[8.1,-6.3],[8.4,-6],[8.3,-5.8],[8.1,-5.4],[8.4,-4.7],[9,-4.3],[9.9,-4],[10.5,-3.6],[11.1,-3.3],[11.5,-3],[11.7,-2.6],[11.8,-2.2],[11.8,-1.8],[11.8,-1.6],[11.9,-1.4],[12.9,-0.1],[13.7,0.5],[12.8,0.6],[11.9,1],[11.4,1],[11.3,0.5],[11.8,0.7],[12.3,1.3],[13.5,2.3],[13.8,2.6],[13.8,2.3],[13.7,0.7],[14.6,-1.5],[15.2,-3.9],[14.3,-7.1],[14.7,-7.7],[14,-8.3],[12.8,-8.9],[12.1,-9.7],[11.4,-10.5],[11.5,-9.9],[11.3,-9.6],[11.5,-8.7],[11.1,-7.8],[10.5,-7.1],[10,-6.3],[10.4,-5.4],[11,-4.4],[11.1,-3.5],[10.8,-2.4],[10.4,-1.4],[9.9,-0.6],[9.4,0.1],[9,0.8],[8.7,1.6],[8.5,2.3],[8.5,3],[8.9,3.4],[9.3,3.5],[9.5,3.5],[9.4,2.9],[10.1,1.5],[10.9,-0.4],[11.3,-1.9],[11.8,-3.7],[12.5,-4.8],[12.8,-6],[12.4,-7.3],[12,-7.4],[12.4,-7.1],[12.7,-7.2],[12.7,-7.6],[12.6,-7.8],[12.7,-7.3],[12.9,-6.5],[13.4,-5.5],[13.6,-5.2],[13.6,-4.9],[13.1,-4.5],[13,-4.5],[13.2,-4.3],[13.3,-3.9],[13.1,-3.5],[12.6,-3.5],[11.8,-3.4],[11.6,-3],[11.8,-1.6],[11.5,-0.6],[11.9,0.5],[12.1,0.9],[11.9,-0.3],[9.5,-2.7],[6.4,-2.7],[6.1,-1.8],[7.3,0.5],[8.5,3.6],[8.9,6],[8.6,7.8],[7.3,8.6],[7.8,8.6],[6.8,7],[6,7.1],[3.9,8.8],[1.9,6.8],[-1,-4.7],[-1.2,-5.2],[-0.5,-5.2],[1.2,-4.8],[3.1,-3.9],[3.9,-2.2],[5.3,0.7],[6.4,2.4],[7,3.5],[7,4.4],[6.6,4.6],[6.7,4.7],[7.2,4.9],[7.4,5],[7.6,5],[8,5.2],[8.6,5.6],[9.1,5.9],[9.8,6.4],[10.5,6.9],[11.2,7.4],[11.5,7.5],[12.3,7.8],[12.9,8.1],[13,8.7],[13.4,8.4],[14.4,8.2],[14.6,8.3],[15,8.5],[15.4,8.3],[15.6,7.4],[15.8,6.3],[16,5],[16,3.5],[15.8,2],[15.3,0.6],[14.7,-0.9],[13.8,-2.3],[13,-4.4],[12.3,-6.9],[11.4,-8.8],[10.5,-9.9],[9.4,-10.6],[9,-11.3],[7.8,-12.5],[6.8,-12],[6.6,-11.3],[6.5,-11.1],[6.3,-11.3],[5.5,-11.1],[5.2,-10.8],[5,-10.3],[5.1,-9.7],[5.2,-9.3],[5.4,-8.6],[5.6,-7.8],[6,-6.8],[6.4,-6.6],[6.9,-6.6],[6.7,-6],[5.5,-5.6],[4.8,-5.6],[5.1,-4],[5.8,-2.7],[5.4,-3.1],[5,-3.4],[5.1,-3.7],[4.8,-4.9],[5.4,-6.7],[5,-9.5],[3.4,-11.9],[2.2,-13.3],[1.5,-13.7],[0.7,-13.2],[0,-11.6],[0.7,-9.8],[1.5,-7.9],[2.1,-5.8],[3,-3.2],[3.5,-0.3],[3.2,2.3],[3.2,4],[3.7,5.7],[3.7,7.6],[3.2,8.2],[3,8.6],[3,7.3],[2.6,5.3],[2.9,3.6],[3.3,1.2],[3.5,-0.8],[2.9,-2.6],[2.3,-4.3],[1.4,-5.7],[1.3,-5.6],[1.1,-5.7],[1.1,-5.6],[1.2,-4.8],[-0.1,-5],[-1.6,-4.8],[-2,-3.9],[-1.8,-2.8],[-1.6,-2.3],[-1.3,-2.3],[-0.8,-2.6],[-0.3,-3.2],[0.3,-3.7],[0.9,-4.1],[2,-4.1],[3.5,-3.8],[4.9,-3.6],[6.2,-3.3],[7.3,-2.9],[8.1,-2.4],[8.7,-1.6],[9.2,-0.9],[9.8,0.2],[10.5,1.5],[11.2,2.6],[11.8,3.6],[12.1,4.6],[12.2,5.7],[12,6],[11.9,6.5],[12,7.1],[12.4,7.2],[12.3,7.5],[12.2,7.7],[11.9,7.7],[11.5,7.8],[11.2,7.9],[9.6,8.1],[9.2,9.3],[9.6,9.8],[8.9,10.3],[8.6,10.6],[7.3,10.4],[5.9,10.4],[5.9,10.3],[5,10],[4.9,10.7],[3,8.8],[2.4,9.9],[2,5.6],[-0.3,5.9],[-1.6,6.7],[-3.5,6],[-4.7,5.4],[-5.7,4.6],[-6.5,3.5],[-7,2.1],[-6.9,0.4],[-6.4,-1.4],[-5.4,-2.9],[-3.8,-4],[-2,-4.7],[-0.3,-4.9],[0.9,-4.8],[2.2,-4.5],[3.3,-4],[4.5,-3.1],[5.6,-2.1],[6.2,-1.1],[7.1,0.3],[8.4,1.9],[7.6,1.9],[6.4,1.6],[7.3,2],[7.7,2.6],[7.3,3.4],[7.8,4.4],[9.1,5.6],[10.6,6.4],[11.6,5.8],[11.6,4.8],[12.1,5.4],[13.5,7.2],[14.8,8.4],[16,9.3],[16.9,8.7],[13.5,2.2],[11.9,-0.2],[13.3,-2],[13.3,-5.4],[11.5,-9.6],[9.3,-14.2],[8.3,-16.9],[7.3,-18],[7.3,-17.8],[7.1,-16.2],[8.1,-14.1],[8.6,-12.6],[8.2,-11.6],[7.6,-13.2],[6.5,-15.2],[5.6,-16],[4.7,-16.8],[3.7,-16.9],[2.2,-17],[2.7,-16.1],[2.4,-16.1],[1.8,-15.9],[2.3,-15.3],[1.9,-14.2],[1.5,-12.9],[2.6,-11.7],[3.2,-10.6],[2.9,-9.2],[2.3,-8.1],[2.6,-7.3],[3.8,-6.2],[4,-5],[2.9,-4.1],[1.8,-3.5],[2.2,-1],[1.6,0.3],[0.4,0.2],[-0.5,0],[-0.9,0.7],[-1.1,1.6],[-1.4,2.3],[-2.1,2.4],[-2.5,2.5],[-2.7,2.3],[-2.7,1.8],[-3.2,1.4],[-4.1,1.4],[-4.5,1.3],[-4.8,1.2],[-5.1,1.1],[-5.4,1.1],[-5.1,1.2],[-0.6,-1.5],[0,-1.2],[0.7,-0.8],[1.4,-0.3],[1.6,-0.1],[1.9,0],[1.9,0.3],[1.3,0.6],[0.7,1.1],[0.3,2],[0.2,2.1],[1.1,0.7],[3.4,-1.1],[5.6,-2.9],[6.4,-4.5],[7.2,-5.3],[8.4,-6.3],[8.9,-7.6],[9.1,-8.2],[9.5,-8.7],[9.6,-9.8],[9.2,-11],[8.8,-10.9],[8.8,-9.9],[9.2,-9.1],[9.7,-8.6],[9.7,-8.1],[9.5,-7.4],[9.5,-7.1],[9.6,-6.6],[9.5,-6.2],[9.4,-5.9],[9.5,-5.5],[9.6,-5],[9.8,-4.4],[10.1,-3.9],[10.4,-3.5],[10.4,-2.9],[10.5,-2.6],[10.7,-2.4],[10.9,-2.1],[10.8,-1.8],[10.4,-1.8],[10.6,-1.5],[11.6,-0.5],[12.2,1],[12.3,1.8],[11.6,2],[11.1,2.4],[10.4,2.3],[10.3,2.1],[10.3,2.2],[11,2.1],[12.1,1.2],[13.4,-0.4],[14.1,-2.9],[14.1,-5.3],[13.9,-6.9],[13.6,-7.1],[13.1,-7.1],[12.4,-7.3],[12.1,-8],[11,-8.7],[11.5,-8.3],[10.5,-8.1],[10.8,-7.5],[10.6,-7.1],[10.2,-6.5],[10.1,-5.5],[9.9,-4.4],[9.6,-3.3],[9.2,-2.3],[8.6,-1.4],[8.1,-0.6],[7.7,0.3],[7.5,1.1],[7.2,1.9],[7,2.5],[7,3],[7.2,3.1],[7.3,3.1],[7.1,3.2],[7.9,2.5],[9.2,0.7],[10.1,-1],[10.3,-2.3],[10.9,-3.7],[11.5,-5.1],[11.6,-6.4],[11.4,-7.2],[11.7,-6.8],[12,-6.5],[12.6,-6.9],[12.3,-7.9],[11.8,-8.5],[11.7,-8.3],[11.9,-7.7],[11.9,-7.2],[11.9,-6.2],[11.7,-4.6],[12.1,-3.5],[11.8,-3.8],[11.5,-4],[11.7,-4.2],[12.1,-4.1],[12.6,-3.7],[12.7,-3.2],[12.5,-2.8],[12.2,-2.3],[11.5,-1.7],[11.7,-0.2],[11.8,0.8],[11.4,1.5],[11.4,1.5],[11.4,0.2],[9.6,-1.2],[9.1,0.5],[8.7,2.8],[7.8,4.5],[8.2,6.1],[8.3,7.2],[8.1,8.1],[7.4,8.8],[6.8,9.4],[6.4,10.1],[6.1,11.5],[5.5,12.8],[5.6,3.3],[1.1,-4.6],[-1.9,-5.7],[-1,-5.8],[0.1,-6.2],[2,-5.5],[3,-3.5],[4,-0.8],[5.7,1.4],[6.9,2.7],[7.7,3.5],[7.9,4.2],[7.7,4.5],[7.3,4.4],[7.9,4.5],[8.2,4.5],[8.2,4.3],[8.4,4.5],[8.7,5.2],[9.3,5.7],[10.1,6.3],[10.8,6.9],[11.6,7.3],[12.1,7.5],[12.6,7.8],[13.1,7.9],[13.5,8],[13.8,7.9],[14.5,7.6],[15.1,7.2],[15.4,7.1],[15.7,6.9],[15.6,6.2],[15.5,5.1],[15.5,3.8],[15.4,2.5],[15.3,0.9],[15.1,-0.9],[15,-2.8],[14.3,-4.5],[13.2,-6.1],[12.4,-7.5],[11.5,-8.6],[11.2,-8.8],[9.2,-10.1],[7.7,-10.3],[7.4,-10.1],[6.7,-10.2],[6.3,-10.9],[6.1,-10.5],[5.9,-9.9],[5.4,-9.4],[4.9,-9.2],[4.8,-9],[5,-8.5],[5.8,-7.9],[6,-7.1],[5.8,-6.5],[5.8,-6],[5.9,-5.5],[5.6,-5.1],[4.6,-4.9],[5.2,-2.9],[5.4,-1.3],[5.4,-1.7],[5.2,-2.4],[4.9,-3.2],[5.2,-4.6],[5.5,-6.3],[5.6,-8.2],[5.2,-10.1],[4,-11.9],[3.2,-13],[2.7,-13.2],[1.7,-12.5],[0.8,-10.9],[1.5,-8.9],[2,-7],[2.7,-4.7],[3.6,-2],[3.9,0.9],[3.7,2.9],[3.3,4.9],[3.6,7.2],[4.7,8.3],[4.8,8.8],[4.9,8.3],[4.8,6.5],[4.8,3.5],[5.4,0.6],[6,-0.9],[6.2,-1.3],[5.3,-2.4],[4.2,-4],[2.6,-5.7],[1.7,-5.4],[0.5,-4.8],[-0.2,-4.2],[-3.1,-3.6],[-4.3,-2.4],[-5,-1.4],[-5.6,-0.9],[-5.7,-0.9],[-6.1,-1],[-6,-1.2],[-5.8,-1.2],[-5.4,-1.5],[-5,-2.4],[-4,-3.5],[-2.4,-4.4],[-0.7,-5],[1.1,-5.3],[2.8,-5],[4.4,-4.4],[6.1,-3.6],[7.7,-2.6],[8.9,-1.4],[9.4,-0.5],[10.5,1.4],[10.7,2.2],[11.1,3.7],[11.7,4.1],[12.1,4.9],[12.2,6.1],[11.9,6.3],[11.8,6.7],[11.8,7.2],[12.2,7.5],[12,7.6],[12.3,7.7],[12.1,7.9],[11.9,8.2],[11.8,8.6],[10.7,9],[10.1,10],[10.7,10.4],[10.4,10.9],[9.6,11.1],[9.3,10.9],[7.2,10.4],[6.7,11],[6.6,11.5],[4.4,10.8],[3,8.6],[1.1,9.1],[-0.4,9.5],[-1.9,9.1],[-3.1,8.9],[-4.9,8.2],[-6.9,7.1],[-8.8,5.4],[-10.1,2.8],[-10.7,-0.3],[-10.3,-3.1],[-9.1,-5.2],[-7.1,-6.6],[-4.6,-7.3],[-2.1,-7.3],[0.3,-7],[2,-6.2],[3.2,-5.2],[4.3,-4.2],[5.3,-3.1],[5.9,-2.1],[7.1,-1.1],[8.4,-0.2],[9.2,1],[10.3,1.9],[10.3,2.1],[8.5,1.8],[8.5,1.8],[10.1,2.3],[11.2,3.1],[11.7,3.9],[12.3,4.2],[12.9,4.2],[13.8,4.2],[14.8,4.7],[16.5,5.4],[17.9,5.5],[19.6,5.2],[21.5,3.6],[21.4,0],[19.7,-3.8],[18.3,-7.1],[16.6,-10.6],[15.2,-14.1],[13.6,-15.8],[11.8,-16.5],[10.8,-16.3],[10.5,-15.1],[11.8,-13.3],[10.6,-11.9],[9.8,-10.9],[8.5,-12.9],[7.5,-15.1],[5.9,-16],[5.2,-16.6],[4.2,-16.9],[3,-16.5],[3,-16],[2.7,-15.5],[2.7,-15.2],[3.2,-14.5],[3.4,-13.8],[3,-11.9],[3.5,-10.4],[3.8,-9.8],[4.1,-8.8],[3.5,-7.1],[3.9,-5.9],[4,-4.7],[3.8,-3.3],[2.9,-2.6],[2.2,-1.3],[1.9,1.6],[1.1,2.5],[-0.2,1.9],[-1.1,2.2],[-1.5,2.7],[-1.7,3.1],[-1.3,3.3],[-1.4,3.3],[-2.8,3],[-3.6,3.4],[-5,3.8],[-5.5,3.4],[-5.4,2.2],[-4.5,0.3],[-3.6,-1.3],[-3,-1.8],[-2.4,-1.6],[-1.3,-1.5],[0.2,-2.4],[0.4,-1.7],[0.5,-1],[0.5,-0.4],[0.2,0.6],[-0.9,1.2],[-1.8,2],[-2.3,3],[-1,2.2],[2.3,-0.5],[4.5,-2.6],[4.9,-4.4],[5.4,-5.7],[6.3,-6.7],[7.4,-8.1],[8.2,-8.7],[8.6,-9.5],[9.1,-10.1],[8.9,-11.2],[8.6,-11.7],[8.8,-11.1],[9.2,-10.6],[9.5,-10.2],[9.8,-9.5],[9.5,-9.1],[9.7,-8.9],[10,-8.3],[9.7,-7.2],[9.7,-6.4],[9.7,-6.1],[9.7,-5.9],[9.9,-5.6],[10.2,-5.2],[10.5,-4.6],[10.4,-4],[10.4,-3.5],[10.6,-2.9],[10.5,-2.5],[10.5,-2.2],[11.1,-1.6],[11.7,-0.6],[11.4,-0.2],[10.6,0],[9.9,0.4],[9.9,0.9],[10.1,1.4],[10.1,2.2],[10.5,3.3],[9.5,3.3],[9.1,2.8],[9.5,2.8],[10,1.7],[11.3,-0.3],[12.1,-2.5],[12.6,-4.5],[12.9,-5.4],[12.8,-5.5],[12.6,-5.6],[11.9,-6.1],[11.3,-6.4],[10.8,-6.7],[10.8,-6.9],[11,-6.3],[10,-6.4],[9.4,-6],[9.1,-5.6],[8.7,-5.1],[8.5,-4.2],[8,-3.3],[7.3,-2.5],[6.6,-1.5],[6,-0.4],[5.6,0.7],[5.3,1.9],[5.1,2.9],[4.8,3.5],[5.4,3.1],[5.6,3],[5.1,2.9],[5.8,2.3],[7.4,0.8],[8.3,-0.6],[8.6,-1.5],[9,-2.3],[9.8,-3.6],[10.3,-5],[10.2,-6.3],[10.2,-6.5],[10.7,-6.3],[11.1,-6.6],[11.6,-7.4],[11.6,-8.1],[11.2,-8.4],[11,-8.1],[11,-7.7],[11.1,-7.4],[11.1,-7],[11.4,-6.6],[11.8,-5.9],[12,-5.1],[11.9,-4.4],[11.4,-4],[10.9,-4.2],[10.4,-3.9],[10.6,-2.9],[11.3,-2.2],[11.5,-1.9],[11.5,-1.4],[11.5,-0.9],[10.9,-0.6],[11.1,0.7],[12,1.7],[12,2.3],[11.8,2],[11.1,1],[9.2,1.1],[8.4,2.7],[7.6,4.4],[7.6,6.7],[7.5,7.8],[7.4,9.2],[7.1,10.1],[7.4,10.9],[7,11.5],[6.4,11.6],[6.7,12],[7.5,9.1],[7.3,4.4],[6.6,0.2],[2.4,-3],[3.7,-4.5],[1.4,-8.2],[0.4,-7.4],[2,-5.7],[3.6,-2.4],[4.7,0.4],[6.2,2.2],[7.6,3.1],[8.4,3.5],[8.7,3.9],[8.6,4.1],[8.1,4.2],[8.1,4.3],[8.1,4.4],[8,4.6],[8.1,4.8],[8.6,5.1],[9.6,5.5],[10.3,6],[11.2,6.3],[11.8,6.6],[12.4,7],[13,7.2],[13.4,7.2],[13.8,7.1],[14.1,7],[14.4,6.8],[14.7,6.5],[15.1,6.1],[15.5,5.7],[15.4,4.9],[15.4,3.7],[15.5,2.1],[15.5,0.4],[15.5,-1.3],[15.3,-2.8],[14.7,-4.1],[13.8,-5.2],[13,-6],[12,-6.3],[11.1,-7.7],[9.1,-7.8],[8.5,-8.4],[7.6,-9.1],[6.9,-9.7],[6.8,-9.5],[6.7,-8.7],[6.2,-8.6],[5.2,-8.9],[4.6,-8.9],[4.5,-8.6],[4.4,-8.2],[4.7,-7.8],[4.8,-7.4],[4.9,-6.7],[5,-5.8],[4.7,-5.1],[4.7,-3.3],[5.7,-1],[5.9,0.1],[5.4,-0.4],[5.2,-1.3],[5.4,-2.8],[5.7,-4.8],[5.7,-6.8],[5.8,-8.3],[5.1,-9.6],[4.9,-10.9],[4.4,-11.9],[4.1,-12.2],[3.6,-12.4],[2.7,-11.7],[1.8,-10.1],[2.4,-7.9],[2.9,-5.9],[3.3,-3.7],[3.9,-1],[4,1.5],[4,3.5],[4,5.9],[4,7.9],[4.9,8.8],[4.9,8.7],[5.3,7.6],[5.9,5.5],[6.2,1.7],[6.1,-1.2],[6.6,-1.5],[6.2,-0.5],[5.1,-1.4],[4.6,-2.4],[3.2,-3.9],[2.1,-3.5],[1.2,-2.2],[-0.1,-1.2],[-1.9,-0.4],[-3,0.4],[-3.4,-0.2],[-3,-1.1],[-1.4,-2.2],[0.6,-3],[2.9,-3.9],[4.6,-4.5],[5.7,-5.8],[5.2,-7.4],[3,-8.6],[1.5,-8.9],[0,-8.9],[-0.7,-7.7],[0.8,-7],[2.8,-6.2],[4.4,-4.8],[6.1,-3.7],[7.5,-2.6],[8.8,-1.1],[9.8,1],[10.9,2.4],[10.6,2.8],[11.1,4.3],[11.3,4.8],[11.7,5.2],[11.8,6.1],[12,6.4],[11.7,6.8],[11.8,7.3],[11.9,7.7],[11.9,7.9],[12.2,8],[12.3,8.4],[12.3,8.8],[12.1,9.3],[11.5,10],[11,10.9],[11.1,11.2],[10.1,10.2],[10.5,12.1],[10,12.3],[7.9,12.5],[7.7,13.7],[4.6,11.1],[2.8,11],[2,11.9],[0.9,11.1],[-0.3,11],[-1.5,11.5],[-3.7,11.8],[-6.5,11.3],[-9.9,8.5],[-12.4,3.9],[-13.2,-1.3],[-12.8,-5.7],[-11.5,-8.6],[-9.5,-10.1],[-6.7,-10.8],[-3.5,-10.7],[-0.6,-9.7],[1.8,-8.4],[3.6,-6.9],[4.8,-5.4],[6.1,-4.2],[7.3,-3.1],[7.6,-2.4],[7.9,-1.4],[8.6,-0.3],[9.8,0.6],[10.7,1.3],[11.3,2],[11.7,2.2],[10.7,2.2],[9.9,2.1],[10.8,2.1],[11.9,2.4],[12.9,2.5],[14.1,2.6],[15.3,2.7],[16.2,2.6],[17.6,2.3],[19.2,1.4],[20.5,-0.1],[21.1,-1.9],[21.2,-4.2],[20.8,-7.1],[19.8,-9.8],[18.1,-11.5],[16.1,-12.7],[14.1,-13.5],[12.8,-13.5],[13.4,-12.2],[12.1,-10.5],[10.3,-9.8],[10.2,-9.2],[8.5,-13.2],[7.8,-14.9],[6.5,-15.9],[5.9,-16.6],[4.8,-16.8],[3.5,-15.9],[3.4,-15.1],[3.2,-14.6],[3.3,-14.5],[3.5,-13.4],[2.7,-11.9],[2.5,-9.7],[2.7,-8.7],[2.2,-9.1],[2.5,-7.8],[3.9,-5.6],[3.8,-4],[3.5,-2.8],[3.1,-1.7],[2.8,-0.6],[2.1,1.8],[1.3,3.7],[1,4.3],[0,3.8],[-1.1,4.6],[-2.7,4.3],[-3.5,4.9],[-3.3,5.8],[-4,5.5],[-4.8,5.7],[-4.6,5.2],[-4,2.7],[-2.7,-0.7],[-1.5,-2.2],[-0.9,-2.5],[-0.4,-3],[-0.2,-3.3],[0,-3.3],[0.1,-2.9],[0.6,-2.2],[0.5,-1.4],[0.2,-0.3],[-1.2,0.9],[-2.7,2.1],[-3.1,3.4],[-1.5,2.4],[1.7,-0.9],[3.3,-3.6],[3.5,-5.4],[4.2,-6.5],[5,-7.2],[5.2,-8],[5.8,-8.8],[6.5,-10],[7.4,-10.7],[7,-11.6],[7.5,-11.5],[8,-11.1],[8.3,-11],[8.6,-10.6],[9.4,-10.1],[10,-9.8],[9.8,-9.5],[9.4,-9.1],[9.5,-8.7],[10,-8],[10.2,-7.2],[10.1,-6.6],[10,-6.3],[10.2,-6],[10.1,-5.6],[10,-5],[10.4,-4.6],[10.9,-3.9],[11.1,-3.1],[10.7,-2.5],[10.8,-2.2],[11.4,-1.4],[11.4,-0.7],[11,-0.4],[11,0],[11.1,0.5],[10.9,1.3],[10.2,1.8],[9.8,2.4],[9.5,3.1],[10.1,4.6],[9.1,3.8],[9,2.8],[9.5,1.1],[10,-1.9],[10.7,-3.6],[10.9,-4.4],[11.2,-4.2],[11.1,-4.1],[10.9,-4.4],[10.6,-4.4],[10,-4.6],[9.6,-4.6],[9.4,-4.5],[8.8,-4.3],[8.3,-4.1],[7.8,-3.9],[7.3,-3.7],[6.7,-3.4],[6.2,-2.5],[5.6,-1.5],[4.8,-0.8],[3.9,-0.1],[3.2,0.9],[3,1.9],[2.6,2.9],[2.3,3.7],[2.5,3.7],[2.3,3.5],[3.4,2.4],[5.5,0.8],[6.6,-0.3],[6.6,-1.5],[6.8,-1.8],[7.5,-2],[8.3,-3.1],[8.5,-5],[8.6,-5.7],[8.8,-5.6],[9.4,-5.7],[9.9,-6.9],[10.2,-7.8],[10.3,-7.7],[10,-7.6],[9.9,-7.5],[9.9,-7.3],[9.7,-7.4],[9.7,-7.3],[9.8,-7.2],[10.1,-6.8],[10.5,-6.3],[11,-5.7],[11.4,-5],[11.6,-4.4],[11.7,-3.8],[11.6,-3.3],[11.2,-2.9],[11.2,-2.8],[11.4,-2.3],[11.3,-1.7],[11.4,-1.2],[11.7,-0.4],[11.6,0.5],[11.5,1.6],[12.5,2.8],[12.8,3.2],[12,2.6],[10.2,2.3],[7.8,2.7],[7.9,3.5],[7.2,5.3],[7.5,7.6],[7.3,8.5],[6.9,10.3],[6.9,11.2],[6.7,12],[7,12.6],[6.7,12.7],[5.9,12.3],[6.7,9.7],[6.9,7.6],[5.5,4.3],[1.8,-6.5],[0.1,-7.1],[-0.1,-9.3],[0.2,-8],[1.4,-6.6],[3.1,-4.6],[4.8,-1.4],[6,1],[6.8,2.7],[7.8,3.5],[8.5,3.7],[8.8,4],[8.6,4.2],[8.4,4.3],[8.3,4.6],[9.3,4.4],[9.8,4.4],[9.3,3.8],[8.1,3.8],[8.8,3.6],[9.9,4.2],[10.7,5.2],[11.9,6],[12.5,6.5],[13.2,6.8],[13.6,6.7],[13.8,6.6],[13.9,6.3],[14.1,6],[14.5,5.7],[14.8,5.1],[15.2,4.2],[15.4,3],[15.6,1.5],[15.6,0.1],[15.4,-1.1],[15.2,-2.1],[14.8,-3],[14,-3.6],[12.7,-4.2],[11.5,-5.3],[10.5,-5.7],[9.7,-7.6],[8.5,-7.9],[7.7,-8.2],[7.4,-8.3],[7.2,-8.2],[7.1,-8.1],[5.2,-9.4],[4.4,-9.3],[3.9,-9.1],[3.8,-9.1],[4,-8.4],[4.3,-7.5],[4.1,-6.5],[4.2,-5.6],[4.3,-4.1],[5.2,-1.6],[5.5,-0.2],[5.6,0.2],[5,-0.3],[5.2,-0.4],[5.6,-2.9],[6.1,-5.2],[6.1,-7.3],[5.8,-8.9],[5.6,-9.7],[5.2,-10.5],[5.1,-11],[4.4,-11.8],[4.3,-12],[3.9,-11.7],[3.3,-10.8],[2.6,-9],[3.2,-6.7],[3.5,-4.8],[3.7,-3.1],[4.2,-0.5],[4.1,1.9],[4,4.1],[3.8,6.3],[3.9,8.2],[5.1,8.4],[5.1,7.9],[5.7,6.6],[6,3.9],[5.9,0.7],[5.6,-0.7],[5.9,0.4],[5.4,0.8],[5.4,0.5],[4.3,-0.9],[2.9,-2.1],[2.8,-0.8],[2.2,0.3],[1.2,1],[1.4,0.6],[2.7,-1.2],[4.1,-4],[4.7,-5.7],[5.2,-6.7],[5.8,-7.3],[6.6,-7.4],[7.5,-7.4],[7.3,-7.8],[7.4,-8.3],[6.9,-9.4],[7,-9.4],[6.2,-9.8],[3.8,-10.1],[3,-9.6],[2.7,-8.1],[3.8,-6.5],[5.1,-4.8],[6.2,-3.2],[7.6,-1.6],[9.3,-0.1],[10.2,1.7],[10.8,3.5],[11,4.2],[11.1,4.7],[11.4,6],[11.4,5.9],[11.4,6.4],[11.8,6.7],[11.6,6.9],[11.6,7.3],[11.6,7.6],[11.7,8.1],[12.1,8.4],[12.3,8.9],[12.4,9.2],[11.9,9.9],[12.1,11],[12,11.9],[12,12.6],[11.6,13.1],[10.8,13.3],[9.4,13.4],[9,14.1],[6.4,12.2],[5.1,12.5],[4.3,11.6],[3.7,11.2],[3,12],[2.1,13],[1.8,13.7],[2.5,11.7],[5.3,5.2],[7.1,-1.8],[5.4,-5.4],[-0.5,-9.9],[-7.2,-14.2],[-8.1,-15],[-6.8,-14.6],[-4.3,-13.6],[-1.2,-12.3],[1.8,-10.5],[3.9,-8.6],[5.3,-6.7],[6.4,-4.9],[7.2,-3.6],[7.9,-2.8],[8.6,-2.3],[9.2,-1.6],[9.8,-0.7],[10.5,0.3],[11.1,1.1],[11.5,1.6],[11.8,1.6],[12.3,1.5],[12.2,1.6],[11.7,1],[12.4,0.8],[13.3,0.9],[14.2,0.7],[15.1,0.5],[16.2,0.1],[17.2,-0.6],[18.3,-1.4],[19.1,-2.7],[19.5,-4.1],[19.1,-5.7],[18.2,-7.4],[17.2,-8.7],[15.9,-9.6],[14.4,-10],[14.1,-9.2],[12.4,-8.1],[10.6,-7.8],[10.1,-7.2],[10.2,-9.3],[8.6,-14.2],[7.9,-15.2],[6.7,-16.3],[5.9,-16.5],[5.1,-16.1],[4.5,-15.2],[4,-14.6],[3.4,-13.8],[3.9,-12.7],[3.8,-11.2],[3.8,-9.8],[3.9,-8],[3.2,-7.8],[2.8,-8.2],[3.6,-6.2],[4.5,-3.9],[4.3,-2.3],[4.1,-0.9],[2.6,-0.2],[1.7,1.4],[1.8,4.2],[0.9,5.8],[0.6,6.2],[0,7.8],[-2.4,4.5],[-6.1,5.2],[-5.6,6.9],[-5.1,6.8],[-4.4,6.4],[-4,5.1],[-3.9,2.6],[-4.3,0.5],[-3.8,-1.6],[-3.1,-3.3],[-2.6,-4.2],[-1.5,-4.4],[-0.7,-4.2],[-0.1,-3.7],[0.4,-3.1],[0,-1.9],[-0.4,-0.1],[-1.8,1.5],[-2.8,3.1],[-2.2,2.7],[0.4,0.5],[1.8,-1.9],[2.7,-4.5],[2.8,-6.9],[3.2,-8],[3.8,-8.3],[4,-9.3],[3.5,-10.9],[3.6,-11.2],[4.6,-10.7],[5.3,-10.9],[5.3,-11.4],[5.7,-11.5],[6.4,-11.7],[7.2,-11.4],[7.5,-10.8],[8,-10.6],[8.6,-10.3],[8.7,-9.5],[8.3,-8.8],[8.3,-8.4],[8.9,-8],[9.1,-7.4],[9.2,-6.9],[9.9,-6.3],[10.3,-5.5],[10.4,-4.4],[10.4,-3.3],[10.5,-2.5],[10,-2.7],[10.6,-2.3],[11.2,-1.8],[10.6,-1.7],[10.6,-1.5],[10.6,-1.1],[10.1,-0.5],[10.8,0.1],[11.2,0.5],[11.3,1.4],[11.2,2.8],[10.7,3.9],[10.1,4.1],[9.8,3.9],[9.4,3.5],[9.5,1.8],[9.9,-1.3],[10.3,-2.6],[10.5,-2.7],[10.3,-2.7],[9.8,-2.8],[9.5,-2.7],[8.9,-2.8],[8.2,-2.9],[7.9,-2.5],[7.6,-2.1],[6.8,-1.8],[6,-1.6],[5.6,-1.4],[5,-1.2],[4.4,-0.7],[3.5,0.2],[2.5,1.2],[1.5,2.1],[0.5,2.9],[0.1,3.3],[-0.6,3.3],[-1,3.4],[-1.1,4],[1,2.8],[3.8,0.1],[5.3,-1.1],[5.3,-0.6],[5.2,-1.1],[5.4,-1],[6.1,-0.9],[6.8,-2.8],[6.8,-4.5],[6.7,-4.8],[6.9,-4.2],[7.6,-4.9],[7.9,-6.8],[7.4,-8],[7.6,-7.7],[7.9,-7],[8.2,-6.5],[8.1,-6.5],[8.1,-6.6],[8,-6.7],[8.1,-6.5],[8.4,-6.5],[8.5,-6.7],[8.8,-6.7],[9.1,-6.1],[9.6,-5.2],[9.9,-4.2],[10,-3.5],[10.2,-3],[10.1,-2.8],[10.1,-2.9],[10.2,-2.5],[10.6,-2.1],[11,-1.5],[11.6,-0.9],[11.8,0],[11.6,0.5],[8,-0.8],[4.1,-0.8],[2.7,-2],[6.4,-2],[9.4,2.4],[8.3,4.6],[7.5,4.5],[8,6.2],[7.5,7.8],[7.5,9.5],[7.3,10.9],[7.3,11.8],[7.2,12.6],[7.5,13],[7.2,13],[6,10.8],[5.4,8.8],[6.4,8.8],[6.2,3.8],[2.1,-1.5],[0.5,-2.7],[-2.2,-6.5],[-3.3,-7.7],[-0.4,-6.9],[2.4,-5.5],[3.6,-3.2],[5,-0.2],[6.4,1.9],[7.2,3],[7.5,3.4],[8.3,3.9],[8.3,3.6],[8.7,3],[9.7,2.8],[11.8,0.9],[12.3,1.8],[11.7,1.8],[10.2,1.5],[9.2,1.2],[9.5,1.9],[9.8,2.3],[10.8,3.5],[12,5.1],[12.6,5.9],[13.3,6],[13.6,6],[13.7,5.7],[13.8,5.3],[14.2,5.1],[14.6,4.6],[15.2,3.9],[15.4,2.8],[15.5,1.5],[15.2,0.4],[14.8,-0.3],[14.4,-0.9],[14.7,-1.6],[14.8,-2.6],[13.3,-3.7],[12.3,-4.7],[11,-6.2],[9.9,-6.8],[8.9,-6.6],[8.4,-6.7],[8.1,-6.5],[8.2,-6.7],[4.6,-7.3],[2.3,-6.8],[1.3,-8.9],[1.8,-9.5],[2.8,-9.1],[3.8,-8.3],[4.6,-7.5],[5,-6.6],[5.3,-5.1],[5.2,-3.5],[5.4,-2.3],[4.4,-1.2],[4.5,0.4],[5.3,0.3],[5.8,-2.4],[5.9,-4.8],[6.1,-7.3],[6.1,-9.1],[5.7,-10],[5.2,-10.7],[4.6,-11.3],[4.7,-11.4],[4.8,-11.2],[4.3,-11],[4,-11],[3.7,-9.9],[3.6,-7.7],[3.7,-5.6],[3.8,-3.7],[3.4,-2.6],[4.3,0.3],[3.1,2.8],[3.4,4.9],[3.5,6.7],[3.2,7.9],[4.2,8.2],[4.8,6.9],[5.2,5.5],[5.9,2.9],[5.7,1.8],[5.3,1.9],[4.5,2.1],[4.7,2.7],[3.9,2.2],[3.3,0],[2.5,0.4],[1.8,1.3],[1.5,2],[1.3,1.2],[2.6,-2.2],[3.8,-5.2],[4.6,-6.7],[5.2,-7.8],[5.6,-8.6],[6.1,-9.1],[6.6,-9.1],[6.7,-9.1],[7,-9.4],[7.4,-9.1],[8.1,-8.4],[8.2,-8.5],[7.5,-8.8],[6.4,-8.6],[4.6,-8.4],[4.1,-8.6],[4.8,-7.7],[5,-5.9],[5.9,-4.1],[7.1,-2.3],[8.2,-0.9],[9.4,0.6],[10.4,3.3],[11.2,4.3],[11.3,5],[11.4,5.6],[11.2,5.9],[11.4,6.8],[11.2,6.8],[11.5,7.2],[11.6,7.2],[11.5,7.3],[11.6,7.7],[11.6,8.4],[12.1,8.7],[11.9,9.2],[12.3,9.6],[12.2,10.9],[12.2,11.4],[11.9,11.9],[11.7,11.7],[11.2,12.2],[10.9,13.3],[11.2,14.4],[10.9,14.8],[8.2,13.2],[8.1,12.3],[7.7,11.3],[8.3,11.4],[10.1,11.2],[12.4,9.6],[14.3,5.2],[14.2,0.4],[13.1,-2.3],[12.4,-4.3],[10.8,-6.5],[7.6,-10.6],[-0.6,-17.2],[-3.1,-17.3],[-3.1,-15.7],[-0.7,-14],[2,-11.7],[3.9,-9.7],[5.2,-7.6],[6.2,-5.7],[7.2,-4.2],[7.9,-3.3],[8.8,-2.8],[9.6,-2.3],[10.1,-1.6],[10.5,-0.9],[11.1,0.1],[11.6,0.8],[11.9,1.2],[12.3,1.5],[12.6,1.6],[13,0.8],[13.1,0.6],[12.8,0.1],[13,-0.3],[13.5,-0.6],[14.2,-1],[14.9,-1.3],[15.5,-2],[16,-2.6],[16.3,-3.3],[15.9,-4],[15.2,-4.7],[14.5,-5.6],[14.6,-5.9],[13.9,-6.1],[12.7,-6.2],[11.7,-5.4],[10.1,-5.2],[9.9,-5.8],[9.2,-12.1],[8.5,-14.4],[7.2,-16.2],[6.6,-16.4],[5.6,-16.1],[5.4,-15.5],[5.2,-15.3],[4.4,-14.1],[4.8,-12.9],[6.2,-12.4],[6.4,-11.5],[6.2,-9.8],[5.5,-8],[4.5,-6.8],[4,-6.7],[4.7,-4.6],[4.9,-2],[3.9,-0.5],[3.8,1],[2.7,2.1],[1.7,3.9],[2.2,6],[1.5,7.3],[1.1,8.5],[0.6,9.6],[-2,6],[-3.9,6.2],[-3.5,6],[-3.4,6.2],[-3.1,5.8],[-3.8,4.3],[-3.2,-1.1],[-2,-5.4],[-1.6,-5.7],[-1.1,-5.6],[-1.1,-5.5],[-1.5,-5.5],[-1.4,-5.3],[-0.7,-4.4],[-0.1,-3.2],[-0.9,-0.2],[-1.5,2],[-2,3.4],[-1.3,2.8],[0.8,0.7],[1.7,-2.1],[2.2,-5.6],[2.2,-7.5],[2.3,-8.7],[2.8,-9.3],[2.1,-9.9],[1.7,-10.3],[2.5,-10.1],[3.2,-10.3],[3.4,-11],[3.4,-11.7],[3.6,-12],[3.8,-12],[4.2,-11.6],[5,-11.3],[5.4,-10.8],[5.5,-10.1],[6.2,-9.8],[7.1,-9.4],[7.6,-8.8],[8,-7.9],[8.3,-7],[8.1,-6.4],[8.3,-6],[9.2,-5.4],[9.8,-4.7],[9.7,-4.1],[9.6,-3.6],[9.9,-3.1],[9.8,-2.5],[10.1,-2],[9.9,-1.1],[9.1,-0.9],[9.2,-1],[9.9,0.2],[10.1,2.2],[10.3,3.1],[9.5,3.3],[9.8,4.5],[10.7,5.1],[11.1,4.8],[9.8,5],[9.8,4.3],[9.9,3.3],[10.4,0.8],[10.3,-1.4],[9.6,-1.5],[9.3,-0.9],[8.8,-1.1],[8.4,-1.2],[7.7,-1],[6.8,-0.5],[6.1,0.1],[5.3,0.6],[4.4,1.1],[3.5,1.3],[2.6,1.5],[1.7,1.6],[1.4,2.4],[0.4,3.3],[-0.4,3.8],[-0.8,3.3],[-2,3.3],[-3.4,3.7],[-3,3],[-1.5,2.3],[0.9,0.9],[2.4,-0.8],[2.9,-0.4],[3.1,0.2],[3.2,0.6],[3.6,0.5],[4.8,-1.2],[5.7,-3.6],[5.9,-3.8],[5.7,-3.6],[5.8,-3],[6,-3.6],[6.6,-6.1],[7.1,-7.8],[6.1,-8.1],[6,-7.3],[6.3,-6.6],[6.2,-6.1],[6.3,-5.9],[6.5,-5.9],[6.4,-6.2],[6.8,-6.5],[7.5,-6.8],[8.1,-6.9],[8.4,-6.8],[8.5,-6.1],[8.5,-5.3],[8.6,-4.2],[8.9,-3.4],[8.9,-2.8],[9.2,-2.3],[9.1,-2.1],[8.8,-1.7],[8.9,-1.7],[9.3,-1.9],[9.4,-1.8],[8.3,-1.8],[3.1,-0.3],[5.8,0.6],[5,-1.3],[6.6,0.4],[3.8,0.3],[7.2,1.1],[8.4,3.2],[9.3,3.9],[8.6,5.2],[8.2,6.9],[8.4,9.5],[8.1,10.8],[7.8,11.5],[7.8,12.2],[8.3,12.9],[7.9,13],[7.9,12.3],[7,9.6],[6.9,8],[6.9,7.7],[6.5,7.1],[4.5,4.5],[2,-1.6],[-2,-7],[-1.9,-9.6],[-0.9,-9.1],[0.5,-6.8],[2.7,-4.9],[4.4,-2.4],[6,0],[6.8,1.4],[7.4,2.2],[8,2.8],[8.6,3.1],[8.9,3.1],[9.1,2.7],[9.5,0.5],[8.7,0.4],[6.4,-0.2],[6.5,-1.3],[8.7,1],[9.3,1.5],[9.4,2.1],[10,3.7],[11.4,5.2],[12.2,5.7],[12.7,5.6],[13.2,5.6],[13.5,5.4],[13.7,5.2],[13.9,4.8],[14.2,4.3],[14.6,3.5],[14.9,2.4],[15.3,1.2],[15.8,0.1],[15.4,-0.9],[14.9,-1.6],[13.7,-1.9],[13.6,-2.6],[13.8,-4],[12.6,-5],[11.4,-5.7],[10.6,-5.4],[9.6,-5.4],[9.4,-5.2],[9.6,-5.1],[9.3,-5.3],[10.4,-2.7],[12.2,-8.9],[5.9,-13.2],[2.9,-11.4],[3,-9.8],[3.5,-8.7],[4.4,-7.3],[5,-6],[4.9,-4.6],[5.4,-2.8],[5.4,-0.6],[4.3,-0.2],[5.6,0.6],[6.2,-1.9],[6,-5.1],[6.3,-7.4],[6.2,-9.2],[5.9,-10.3],[5.7,-11.2],[5,-11.3],[4.2,-9.5],[4.6,-10.4],[4.5,-10.5],[4.3,-10.4],[4.1,-10],[4,-8.4],[4,-6.2],[4.3,-4],[4,-1.9],[3.2,0.1],[3.3,2.4],[1.6,3.5],[2.2,5.2],[3,6.4],[3,6.8],[3.4,7.2],[3.9,6.3],[5.1,4.4],[5.1,3.4],[4.6,3.2],[3.8,3.3],[3.8,3.7],[2.8,3.6],[2.4,1.6],[2,1.8],[1,3.2],[0.1,3.8],[-0.5,2.3],[2,-3.5],[2.8,-6.4],[3.3,-7.4],[3.8,-8.5],[4.1,-9.1],[4.5,-9.4],[4.8,-9.8],[5.3,-10.2],[5.3,-10.1],[5.6,-10.1],[6.3,-10],[6.8,-9.4],[7,-9],[7.1,-8.8],[7.1,-8.7],[7.1,-8],[5.8,-7.2],[4.5,-7.2],[5.5,-6.4],[6.2,-5],[6.9,-3.2],[7.7,-1.4],[8.4,0.3],[10,3.1],[10.8,4],[11.3,5.1],[11.4,5.6],[11.4,6.1],[11.5,6.4],[11.6,6.8],[11.3,7.2],[11.4,7.8],[11.3,8],[11.1,7.8],[11.4,8],[11.2,8.5],[11.7,8.9],[11.5,9.4],[11.9,9.7],[11.6,9.9],[12,10.4],[12.2,11],[13.1,12.9],[12.5,13.9],[12.3,14.2],[13.1,13.9],[13.4,13.1],[13.1,11.4],[13.2,9.9],[13.6,8.8],[14.4,7.7],[15.4,6],[16,3.2],[15.5,0.3],[14.7,-1.8],[14.3,-3.4],[13.7,-6.1],[12.1,-8.8],[7.1,-15.8],[2.7,-17.7],[1.2,-16.3],[2,-14.6],[4,-12.6],[4.9,-10.6],[5.9,-8.6],[6.7,-6.5],[7.4,-5],[8,-4],[8.7,-3.3],[9.4,-2.8],[9.9,-2.2],[10.3,-1.5],[10.7,-0.7],[11.2,0],[11.6,0.8],[12,1.2],[12.4,1.2],[12.7,1.6],[12.5,1.4],[12.5,0.8],[12.6,0.2],[12.8,-0.2],[13.1,-0.4],[13.3,-0.9],[13.4,-1.6],[13.8,-2],[13.7,-2.3],[13.1,-2.4],[12.5,-2.7],[12.4,-2.6],[10.3,-4.2],[10.7,-4.6],[11.7,-3.5],[10.8,-3.3],[9.8,-3.9],[9.9,-9.8],[8.9,-13.6],[7.4,-15.6],[6.8,-16.1],[6.1,-16.2],[5.9,-15.1],[5.1,-15.3],[4.5,-14.6],[4.4,-13],[4.7,-12.1],[5.2,-11],[5.6,-9.7],[5.1,-7.8],[4.7,-6.1],[4.9,-5.3],[4.5,-4.7],[4.5,-2.1],[4.7,-0.3],[4.3,1.5],[3.9,2.8],[2.9,4.2],[2,5.6],[2.4,7.2],[2.6,8.4],[2.1,9.5],[2.7,10.5],[0.3,7.4],[-1.2,5.3],[-0.3,5.3],[-0.5,6.6],[-1.7,6.4],[-2,-1.4],[-1.8,-4.8],[-1.4,-6],[-0.9,-6.1],[-0.4,-6],[0.2,-5.9],[-0.3,-5.8],[-0.6,-5.6],[-0.9,-4.5],[-1,-2.7],[-1,1.7],[-1.2,3.5],[-0.7,3.4],[1.1,0.9],[2.2,-1.8],[2.3,-5.4],[1.5,-7.8],[1.5,-8.8],[1.8,-8.9],[1,-9.3],[0.8,-9.2],[1.6,-9.4],[2.2,-10.2],[2.2,-11.1],[2.5,-11.8],[2.6,-12.3],[2.5,-12.4],[2.4,-12.3],[3,-11.7],[3.6,-11.1],[4.1,-10.4],[4.6,-9.8],[5,-9],[5.3,-8.3],[6.1,-7.8],[6.9,-7.2],[7.3,-6.6],[7.4,-6.2],[7.9,-5.8],[9.1,-5.1],[10,-4],[8.9,-3.2],[7.9,-3.2],[8.7,-2.9],[9.6,-1.6],[9.3,-0.6],[8.5,-0.3],[8.1,-0.2],[8.5,-0.1],[9.3,0.9],[9.2,2.1],[8.9,3.1],[8.8,4.6],[8.6,5.2],[8.6,5.8],[8.4,6.5],[9.2,5.4],[9,4.1],[10,1.4],[8.9,-0.1],[9.1,0.6],[8.7,0.7],[7.8,0.6],[7.3,0.9],[6.3,1],[5.4,1.8],[4.1,2.7],[2.8,3.6],[1.6,3.9],[0.6,4.4],[-0.8,4.6],[-1.2,4.8],[-1.5,5.6],[-2.4,5.3],[-3.1,4.9],[-3.4,5.3],[-4.1,4.6],[-3.7,3.3],[-2.5,2.3],[-1.7,1.6],[-1.2,0.2],[-1.9,-0.1],[-1.7,1.2],[-0.7,1.2],[1.5,-0.1],[3.5,-2.4],[4.2,-3.9],[4.6,-4],[4.8,-3.2],[4.5,-2.2],[4.6,-1.4],[5,-3.5],[4.3,-6.2],[4.3,-7.2],[4.2,-8.2],[4.6,-7.2],[4.4,-7.2],[5,-6.4],[5,-5.8],[5.4,-5.4],[5.5,-6.1],[5.8,-6.9],[6.4,-7.6],[6.9,-7.9],[7.2,-7.5],[7.6,-6.7],[7.9,-5.6],[7.8,-4.6],[7.5,-3.5],[7.2,-2.3],[7.6,-0.9],[7.5,-0.6],[8,0.4],[8.4,0.3],[7.8,0],[7,0.2],[3.2,-1],[2.8,-0.1],[3,0.3],[5.3,0.5],[4.6,0.4],[5.3,1.2],[7.7,5.8],[6,6.3],[5.7,5.5],[5.4,5.5],[7.3,6.8],[8.2,8.5],[8.4,10.7],[8.7,11.6],[8.4,12.2],[8.5,12.8],[9,13],[8.9,12.6],[8.7,11.7],[7.7,9.8],[6.6,8.4],[7,8],[7.2,7.9],[8,3.9],[7,0],[6.7,-3.2],[0.5,-11.9],[-0.7,-10.5],[1,-8.4],[3,-5.4],[3.9,-3.6],[4.6,-1.5],[6.1,0],[7.3,0.8],[8.2,1.5],[8.8,1.9],[8.8,1.2],[8.7,0.5],[9.3,0.5],[10.3,1.1],[10,1.8],[6.8,-0.2],[5.7,-0.3],[7.7,1.8],[8.9,2.9],[9.9,4.3],[10.7,5.3],[11.4,5.4],[12.1,5.3],[12.9,5.2],[13.4,5.1],[13.8,4.6],[14.2,4],[14.5,3.2],[15,2.5],[15.2,1.9],[15.6,1],[16.4,-0.3],[16.5,-1.2],[15.9,-2.2],[14.5,-3],[13.8,-3.9],[13.4,-4.4],[12.7,-4.6],[11.8,-4.3],[10.9,-4.2],[10.4,-3.8],[10.4,-3.7],[10.8,-4.2],[10.1,-4.8],[11.5,-5.7],[12,-8.9],[9.9,-10.6],[7.4,-11.2],[4.9,-10.4],[4.6,-8.5],[4.5,-7],[4.9,-5.3],[5.6,-3.1],[5.7,-0.6],[5.2,-0.1],[5.9,0.9],[6.4,-1.6],[6.2,-5.4],[6.3,-7],[6.4,-8.9],[6,-10.4],[5.8,-11.2],[5.3,-11.7],[5,-11.3],[5.2,-10.7],[4.1,-8.7],[4.6,-10],[4.7,-9.4],[4,-8.6],[4,-6.8],[4.4,-4.6],[4.7,-2.2],[4,0],[2.5,1.9],[3.3,3.7],[1.7,4.9],[1.7,6.2],[1.9,6.4],[2.2,6.7],[3.2,6.1],[3.8,4.7],[3.5,4.4],[3.4,4.8],[3.2,4.7],[2.3,5],[1.3,5.3],[1.1,3.8],[0.8,2.9],[0.2,4.5],[-0.7,5.3],[-1,3.9],[1,-4],[0.9,-6.7],[1.6,-8.2],[1.7,-9.5],[2.3,-9.7],[2.6,-9.8],[2.8,-10.6],[3.4,-10.6],[3.6,-10.6],[4,-10.6],[4.7,-10.2],[5.4,-9.6],[6.1,-9.1],[6.6,-8.9],[6.4,-8.3],[7,-8],[6.8,-7.3],[6.8,-6.3],[6,-6],[5,-5.8],[5.6,-4.9],[6.4,-3.5],[7.4,-1.8],[7.8,0.1],[9.1,2.4],[10.2,3.8],[10.7,4.5],[10.6,4.5],[11,5.4],[11.2,5.8],[10.9,6.7],[11.1,7.1],[10.7,6.9],[10.8,7.4],[10.5,7.1],[10.3,7.6],[11,8.2],[10.7,8.9],[11.4,9.5],[11.3,10.1],[11.9,10.6],[12.9,12.1],[13.1,13.3],[13.1,13.8],[13,13.9],[12.9,13.5],[13.4,13.2],[14.7,12.9],[15.2,11.8],[14.6,9.6],[14.5,7],[15.2,5.3],[16.1,4.2],[16.2,2.7],[16,1.1],[15.5,-1],[15.6,-3.4],[15.1,-6],[14.2,-8.5],[10.6,-15.8],[7.1,-17.6],[5.7,-16.7],[5.6,-14.5],[6.4,-12.4],[6.6,-10.4],[6.9,-8.5],[7,-6.7],[7.5,-5.1],[8.1,-4.1],[8.6,-3.3],[9.1,-2.7],[9.6,-2.2],[10,-1.6],[10.4,-0.8],[10.6,0],[10.6,0.4],[11,0.5],[11.6,0.5],[12.1,0.4],[12.6,0.2],[12.7,0],[12.7,-0.2],[12.7,-0.5],[12.8,-0.7],[12.6,-0.8],[12.3,-1.1],[12.3,-1.1],[12.2,-1.2],[12.4,-0.5],[11.4,-1.1],[10.2,-2.8],[9.2,-2.4],[9,-1.7],[8.2,-1.9],[8.7,-2.3],[9.7,-8.1],[9.3,-13.3],[8,-15.4],[6.8,-16.1],[6.3,-15.8],[6.4,-15.1],[5.2,-15],[4.4,-14.2],[4.7,-13.3],[5,-12],[4.7,-10.7],[4.7,-9.2],[4.5,-7.7],[4.9,-6.3],[5.5,-4.9],[5,-4.4],[4.4,-2.2],[3.9,-0.4],[4,0.8],[4.4,2.8],[4,4.1],[3.3,5.5],[2.3,6.5],[2.9,8],[3.6,9],[3.1,9.8],[3.7,9.6],[4.3,8.5],[3.2,5.6],[1.9,5.7],[1.9,7.7],[1.1,5.5],[-0.9,-1.9],[-1.8,-6.4],[-1.7,-8.5],[-0.5,-8.3],[-0.2,-7.4],[0.5,-6.9],[0.3,-6],[0,-5.7],[-0.2,-4.2],[-0.9,-1.4],[-0.8,3.1],[-0.7,4.1],[0.4,1.4],[2,-0.4],[2.3,-4.7],[1.7,-7.7],[1.2,-8.5],[1.4,-8.6],[0.5,-9],[0.5,-8.2],[0.8,-8.1],[1.4,-9.3],[1.4,-10.7],[1.2,-11.9],[1.2,-12.9],[1.2,-13.1],[1.2,-12.4],[1.4,-11.8],[1.9,-11.4],[2.4,-10.8],[2.9,-10.1],[3.5,-9.4],[4,-8.8],[4.6,-8.1],[5.2,-7.5],[5.8,-7],[6.2,-6.6],[6.7,-6.2],[7.4,-5.6],[8.4,-4.7],[8.7,-3.5],[8,-2.8],[7.3,-2.5],[7.7,-2],[8.3,-0.8],[8.1,0.1],[7.6,0],[7.7,-0.2],[8.2,0.4],[8.6,1.6],[8.8,2.6],[8.7,3],[8.9,3.7],[8.8,4.5],[8.6,5.4],[8.9,5.9],[9.2,5.5],[9.4,2.8],[8.5,1.3],[8.2,2.1],[7.4,2.3],[6.8,2.6],[6.2,2.8],[4.9,3.1],[3.6,4.3],[1.9,5.4],[0.4,6.5],[-0.7,6.7],[-1.8,7.4],[-3.2,7.3],[-3.1,8.1],[-4.5,7.9],[-5.4,7.3],[-5.3,7.3],[-5.9,6.3],[-5.6,4.7],[-5.1,3.8],[-4.4,2.9],[-3.8,1.8],[-3.7,1],[-3.2,0.3],[-0.7,-1.3],[1.5,-3.5],[2.2,-4.2],[2.6,-4],[2.8,-4.2],[2.9,-4.2],[3,-2.9],[3.3,-1.3],[3.6,-1.2],[4.3,-3.4],[3.5,-5.7],[3.4,-6.8],[3.3,-7.4],[2.3,-7.5],[2.4,-6.7],[3.6,-5.7],[4.4,-5.3],[4.6,-5.7],[4.6,-6.2],[4.6,-6.6],[5.1,-7.7],[5.5,-8.4],[5.9,-7.9],[6.1,-6.6],[5.9,-5.8],[5.9,-4.7],[5.8,-3],[5.7,-0.9],[6,0.2],[5.8,0.6],[5.7,0.8],[5.7,1.1],[5.1,1.3],[3.9,2.2],[2.7,2.4],[1.9,-0.3],[2.9,0.1],[2.7,0.5],[4.1,-0.4],[4.6,1],[4.4,1.3],[6.5,6.2],[5.9,6.4],[5.8,5.7],[4,3.4],[4.9,7.2],[6.2,9.3],[7.7,10.8],[7.3,11.5],[7.2,10.8],[7.1,9.4],[9.9,13.2],[9.6,12.6],[9.5,11.2],[9.6,9.5],[9.4,8],[9.8,5.9],[10.1,4.5],[9.6,2.5],[8.5,-0.1],[7.2,-2.7],[4.3,-11.3],[1.6,-10.2],[2,-9],[2.8,-6.3],[4.4,-3.9],[4.8,-2.8],[5.4,-1.5],[6.4,-0.5],[7.6,0.4],[8.5,1.2],[8.1,1.3],[7.7,0.5],[8.6,0.9],[9.9,2.2],[10,2.7],[8.4,2],[7.9,1],[7.2,0.9],[8,2.9],[9,3.7],[10.1,4],[11.1,4.2],[11.9,4.4],[12.7,4.4],[13.3,4.3],[13.8,3.9],[14.3,3.5],[14.9,3],[15.4,1.7],[15.6,0.6],[15.2,0],[15.1,-0.7],[14.2,-1.4],[14.2,-2],[13.9,-2.7],[13.2,-3.5],[13.2,-3.5],[12.9,-3.3],[12.3,-3.3],[12.2,-3.3],[13.1,-4.2],[12.1,-5.5],[11.8,-5.7],[12.4,-5.8],[12.3,-6.8],[12.2,-7.7],[11,-9],[8.5,-10.1],[6.5,-9.4],[5.6,-7.8],[5.3,-6.1],[5.8,-3.8],[6.1,-1.1],[5.3,0.1],[6.5,0.6],[6.9,-1.6],[6.9,-5.2],[7.6,-7.3],[7.6,-9.2],[7,-10.6],[6.4,-11.3],[5.5,-12.2],[5.5,-11.5],[5.7,-10.7],[5.5,-9.6],[4.7,-8.3],[4.3,-8.6],[4.1,-8.6],[3.7,-7.5],[4.1,-5.3],[4.7,-2.9],[4.5,-0.6],[4.2,1.5],[3.3,3.3],[3.6,4.8],[3.5,5.2],[2.5,5.2],[2.8,5.8],[3.3,5.8],[2.6,5.4],[2.2,5.8],[2.4,5.3],[2.5,5],[1.2,5],[0.7,6],[0.4,5.5],[-0.4,3.7],[-0.7,4.6],[-0.8,5.8],[-0.7,5.4],[1,-3.4],[1,-6.6],[0.5,-8.2],[0.4,-9.6],[0.4,-10],[0.5,-10.2],[1,-10.4],[2.2,-10.9],[2.8,-10.9],[3.2,-10.5],[2.8,-10],[2.8,-9.8],[3.3,-9.4],[4.2,-8.8],[4.4,-8.4],[4.5,-8.1],[5.4,-7.8],[6.2,-7.2],[6.3,-6.1],[6.4,-5.1],[5.7,-4.8],[5.3,-4.3],[6,-3.1],[6.6,-1.4],[7.4,0.1],[8.1,2],[9.1,3],[9.5,3.5],[10,3.9],[10.4,4.4],[10.6,4.9],[10.3,5.3],[10.2,5.9],[9.9,6.2],[9.5,6.2],[9.4,7.2],[9.8,7.3],[9.7,8.5],[10.7,9.9],[10.7,11.4],[11.3,11.7],[11.5,12.4],[11.9,13.1],[12.3,13.3],[12.4,13.5],[12.7,13.5],[12.9,13.1],[13.1,11.7],[14,11.1],[15.2,10.7],[15.5,9],[15.4,7.3],[15.7,5.8],[16,4.2],[16.1,2.7],[16.4,0.7],[15.6,-1.8],[15.3,-3.6],[15.2,-6],[14.5,-10.7],[12.1,-15.8],[9.6,-16.8],[8.6,-15.7],[8.7,-13.6],[8.3,-11.3],[8.1,-9.6],[8.3,-8],[8.4,-6.6],[8.4,-5.3],[8.5,-4.2],[8.5,-3.5],[8.9,-3],[9.3,-2.2],[9.6,-1.2],[9.9,-0.1],[10,0.9],[9.5,1.1],[9.3,1],[9.6,1],[10.1,1.1],[10.5,1.2],[10.7,1.3],[10.7,1.2],[10.9,1.1],[10.9,0.6],[10.6,0.2],[10.5,0.1],[11,0.3],[11.2,1.1],[9.3,0.1],[9.1,-0.6],[9.2,-0.6],[8,-0.3],[6.9,-0.4],[7.3,-1.2],[9.3,-7.4],[8.8,-13],[7.8,-14.6],[6.9,-15.6],[6.8,-15.1],[6.3,-14.5],[5.3,-14.1],[4.7,-13.1],[4.3,-12.8],[4.9,-11.6],[4.7,-10.2],[5.3,-8.7],[5.5,-7.7],[5.4,-6.6],[5.3,-4.8],[5.2,-3.3],[4.6,-3],[4.3,-0.1],[4.1,1.2],[3.8,2.4],[3.8,3.8],[3.8,5],[3.4,6.1],[2.7,7.2],[3,8.6],[3.7,9.4],[3.5,9.8],[3.3,9.5],[4.3,8.9],[4.3,7.3],[3.7,5.9],[4.2,7.3],[4.2,5.5],[2.4,-0.8],[1.1,-6.9],[-0.7,-9.7],[0.3,-9.4],[0.5,-7.6],[1,-6.8],[1.8,-5.3],[0.2,-4.7],[-0.2,-3.2],[-0.4,0.4],[-1.6,3.7],[-1.2,3],[0.5,0],[1.7,-3.5],[1.6,-6.9],[0.6,-7.6],[0.9,-7.9],[0.4,-9],[0.4,-8.1],[1,-7.3],[0.9,-8.6],[1.1,-10.1],[1,-11.4],[0.6,-12.2],[-0.2,-12.6],[0.1,-12.6],[0.3,-12.3],[0.6,-11.9],[1.2,-11.3],[1.7,-10.8],[2.1,-10.1],[2.6,-9.5],[3.3,-9],[4.2,-8.4],[4.8,-7.8],[5.2,-7.2],[5.2,-6.6],[5.5,-6.1],[6,-5.4],[6.7,-4.4],[6.8,-3.4],[6.5,-2.7],[6.4,-2.1],[6.8,-1.2],[7.1,0],[7,0.8],[6.9,1],[7.1,1.3],[7.2,1.8],[7.7,2.3],[7.8,2.7],[8.4,3.3],[8.7,3.8],[9,4.3],[9.2,5],[9.5,5.5],[8.6,4.3],[7.8,3.7],[7.2,4.2],[6.3,4.2],[5.8,4.5],[4.9,4.7],[3.6,5.2],[1.9,6.2],[0.4,7.7],[-0.7,8.6],[-1.9,9],[-3.2,9.6],[-4.4,9.9],[-4.5,10.5],[-6.1,9.4],[-7.1,9.1],[-7.1,7.8],[-6.5,6.7],[-6.1,5.4],[-6.1,4.3],[-5.9,3.3],[-5.7,2.4],[-4.9,0.6],[-1.6,-3.2],[0.2,-4.8],[0.6,-5.2],[1.4,-4.8],[2,-4.6],[2.1,-4.7],[2.2,-4.4],[2.5,-3.9],[3.5,-2.1],[3.5,-1.6],[3.4,-4],[3.9,-4.7],[3.1,-6.5],[2.6,-6.6],[3,-6.5],[2.3,-7.2],[2.3,-6.8],[3.1,-6.1],[3.4,-6.3],[3.6,-6.1],[3.6,-6],[3.8,-7.1],[3.9,-8.3],[3.8,-8.2],[4.5,-6.8],[4.1,-5.9],[4.6,-4.1],[4.6,-2.2],[4.4,-0.6],[4.3,0.6],[4.1,1.2],[3.7,1.7],[2.9,2.2],[2.8,2.2],[2.5,3.8],[0.6,4.6],[0.6,3.6],[-0.4,0.9],[3,-0.1],[2,0],[1.5,0.1],[3.8,1.1],[5.1,3.9],[4.8,6.2],[5,7.1],[5.3,7],[4.6,4.7],[3.8,5.7],[5.8,8.5],[6.5,10.3],[7.3,12],[7.9,12.8],[8.9,12.8],[9.7,12.3],[10.6,11.5],[10.1,10.4],[10,8.6],[9.9,7.2],[10,5.9],[10,4.5],[9.1,3.2],[7.7,2],[8,-3.6],[4.9,-9.1],[2.3,-7.4],[2.8,-7.2],[2.4,-5.7],[3.9,-3.6],[5.1,-3],[5.2,-2.4],[5.4,-1.5],[6.2,-0.8],[7.8,-0.2],[8.9,0.4],[9.5,1.5],[9.2,2.2],[7.6,2],[8.5,2.2],[9.3,2.5],[10.5,3],[11.3,3.7],[11.6,3.5],[11.4,3.3],[11.5,3.3],[12,3.5],[12.5,3.6],[13.1,3.3],[13.6,2.9],[14.1,2.4],[14.2,2],[14.4,1.5],[14.6,1.2],[14.4,0.7],[14.2,0],[13.4,-0.9],[13.4,-1],[13.8,-1.6],[13.9,-2.3],[13.4,-2.2],[13.1,-2.3],[13.1,-2.6],[13,-3.1],[12.1,-4.1],[11.5,-4.7],[11.1,-4.9],[11.3,-4.1],[11.2,-4.4],[11.6,-5.8],[11.7,-7.2],[9.9,-8.9],[8.3,-9.2],[7.3,-8.2],[6.8,-6.6],[6.7,-4.5],[6.8,-2.1],[6.3,-0.5],[6.9,0.3],[7.4,-1.3],[7.4,-4.2],[8.4,-7.2],[8.2,-9.4],[7.4,-11.3],[7,-11.8],[5.7,-12],[5.4,-11.2],[5.4,-10.4],[6,-9.7],[5.5,-9.6],[5.3,-9],[4.6,-8],[4,-7.3],[4.2,-6.1],[4.3,-3.8],[4.6,-1.4],[4.5,0.8],[4.3,3],[3.7,5],[3.7,6.7],[3,6.7],[3.4,6.5],[3.5,7.3],[2.6,7.3],[2.2,6.3],[2,5.2],[2.2,4.9],[1.6,5.2],[0.2,6.3],[1.2,7.7],[-0.2,5],[-0.9,4.6],[-1,5.4],[-0.4,6.3],[0.2,0.6],[0.8,-5.5],[0.1,-7.4],[-0.7,-9.1],[-1.2,-10.3],[-1,-10],[-0.7,-10.5],[0.4,-11],[1.1,-11],[1.3,-10.5],[1.2,-9.6],[1.3,-9],[1.9,-8.8],[2.1,-8.4],[3,-7.7],[3.8,-6.9],[3.8,-6.7],[3.9,-6.8],[4.2,-6.5],[5.5,-5.3],[6.2,-4],[6,-3.4],[5.2,-3.2],[5.4,-2.3],[6.1,-0.9],[6.9,0.4],[7.4,1.6],[7.9,2.6],[8.5,3.1],[9.1,3.4],[9.5,3.7],[9.8,4.2],[9.6,4.8],[9.4,5.4],[9,6],[9,6.4],[8.5,7.2],[9.2,9.2],[9.2,10.8],[9.6,11.9],[10.1,12.5],[10.3,12.8],[11,13.1],[11.1,13],[11.8,12.9],[11.9,13.1],[12.2,13],[12.5,12.6],[12.4,11.1],[13.5,9.9],[14.8,9.6],[15.3,8.5],[15.6,7],[15.9,5.3],[15.7,3.4],[15.5,1.3],[16.1,-0.1],[15.7,-2],[15,-4.2],[15.3,-8.1],[14,-13.3],[12.2,-14.9],[10.7,-14.7],[10,-13.4],[9.3,-11.8],[8.8,-10],[8.7,-8.2],[9.1,-6.9],[9.1,-5.9],[8.9,-5],[8.5,-4.1],[8.3,-3.3],[8.6,-2.8],[8.7,-1.9],[8.8,0],[8.8,1.5],[8.4,2.8],[7.8,3.7],[6.2,3.3],[5.9,2.3],[6.5,2.1],[7.1,2],[7.5,1.9],[7.9,1.6],[8.4,1.3],[8.7,1.1],[9.2,1.2],[9.6,1.9],[9.6,2.3],[8,1.2],[7.8,0.6],[6.8,0.2],[6.9,0.9],[6.7,0.9],[7,-0.3],[10.1,-10.8],[8.8,-14.4],[8.1,-14.7],[7.1,-14.4],[6.8,-14.2],[6.5,-14.5],[6.1,-14.2],[5.9,-13.4],[5.3,-12.4],[5.1,-11.5],[5.3,-10.8],[6.2,-9.9],[6.7,-8.6],[6.4,-7.1],[6.1,-5.4],[5.5,-3.2],[4.4,-1.6],[4,-1.7],[4.4,1.6],[4.3,2.1],[3.7,3.2],[3.1,4.6],[3.4,5.6],[3.2,6.7],[2.8,7.9],[3,8.8],[3.3,9.5],[3.7,8.8],[3.5,8.1],[3.8,8.3],[4.2,6.9],[4.7,5.5],[5.5,5.8],[6.5,4.8],[6.2,-1.8],[5.2,-6.6],[1.7,-9.4],[1.3,-8.9],[1,-6.8],[1.7,-5.6],[1.8,-3.2],[-0.3,-3],[-0.8,-1.1],[-1.1,2.2],[-2.6,3],[-1.8,1.4],[0.5,-2.5],[0.8,-6],[0.4,-6.8],[0.4,-7.6],[-0.3,-8.5],[-0.6,-8.6],[1,-7.4],[0.5,-7.7],[1.1,-9.3],[0.6,-10.5],[-0.2,-12.1],[0,-12.7],[-0.7,-12.4],[-0.6,-12.2],[-0.5,-12],[-0.2,-11.7],[0.3,-11.4],[0.8,-10.9],[1.1,-10.2],[1.5,-9.7],[2.2,-9.1],[3,-8.6],[3.5,-8.1],[4,-7.5],[4.3,-6.8],[4.6,-5.9],[5,-5],[5.5,-4.1],[5.7,-3.1],[5.8,-2],[5.8,-0.9],[5.8,0.1],[5.9,0.9],[6.1,1.5],[6.2,2],[6.5,2.4],[6.7,2.6],[7.1,3],[7.3,3.5],[7.4,4.1],[7.5,4.6],[7.5,5.2],[7.5,5.5],[7,5.3],[6.5,5.4],[6,5.6],[5.3,5.8],[4.9,6],[3.6,6],[2.6,6.8],[0.9,8.1],[0,9.5],[-1.2,10.2],[-2.6,10.6],[-3.6,11.4],[-4,11.8],[-4.9,11.9],[-6.2,11.7],[-7.3,10.4],[-7.4,8.4],[-7.4,9],[-8.1,6.7],[-7.6,4.6],[-7.8,3.7],[-7.5,2.2],[-4.8,-2.8],[-2.4,-5.5],[-1.4,-5.9],[-0.6,-6.1],[0.1,-5.7],[0.5,-5.3],[0.8,-5.2],[1.4,-5],[2,-4.2],[2.5,-3],[3.6,-1.7],[4,-2.4],[3.3,-5],[3.5,-5.6],[2.7,-5.9],[2.1,-6.3],[2.2,-6.9],[1.6,-7.3],[1.4,-6.8],[1.7,-6.9],[2.6,-6.2],[2.6,-5.8],[2.8,-6],[2.9,-7.8],[2.4,-7.6],[2.2,-6.6],[2.2,-6],[3.1,-3.9],[3.4,-2.4],[3.1,-0.6],[2.5,0.9],[1.8,1.9],[1.2,2.9],[0.4,3.7],[-0.4,3.7],[-0.3,4.9],[-0.7,6.5],[-1.5,7.1],[-2.2,4.1],[-0.3,0.6],[1.1,-0.1],[-1.2,-1.6],[0.2,0.7],[2.1,2.3],[2,2.2],[2.9,4.9],[4.1,7.5],[4.4,7.3],[5,5.7],[4.8,5.6],[4.8,7.9],[5.3,9.7],[6.6,10.9],[7.5,11.7],[8.6,11.8],[9.2,11.3],[10.2,10.5],[10.9,9.4],[11,8.4],[10.3,7.6],[9.1,6.8],[9.2,5.5],[7.7,4.8],[9.6,-3.1],[7.3,-7.5],[5.1,-6.8],[4.1,-4.8],[2.2,-4.8],[0.7,-5.8],[1.8,-4.6],[4.1,-2.2],[5,-2.1],[5.2,-2.6],[5.4,-2.8],[7.1,-1.9],[8.2,-0.6],[9.1,0.2],[9.9,0.7],[8.2,0.7],[8.3,0.6],[10.6,2.5],[11.3,3.3],[11.5,3.7],[11.6,3.5],[11.9,3.1],[13,2.9],[13.4,2.7],[13.5,2.5],[13.8,2.3],[14.1,2.3],[14.2,2.3],[13.9,2],[13.2,1.7],[13.3,1.8],[13.1,1.3],[13.3,0.2],[13.3,-0.7],[12.5,-1.7],[12.1,-2.3],[11.9,-2.3],[11.1,-2.4],[10.5,-3.2],[11,-3.8],[11.2,-4.4],[11,-4.4],[10.8,-4.2],[10.6,-3.9],[10.7,-4.2],[11.6,-4.3],[12,-6.2],[10.4,-7.6],[9,-8.4],[8.1,-7.8],[7.4,-6.4],[7,-4.7],[6.8,-2.8],[7,-1.1],[7.3,-0.5],[8.1,-0.6],[7.7,-3.3],[8.5,-6.3],[8.5,-8.9],[7.6,-11.2],[7.1,-12],[6.3,-12.4],[6.2,-11],[6,-10.5],[6.1,-10.2],[6,-9.6],[5.9,-8.6],[6.3,-7.9],[4.9,-7.4],[4.2,-6.2],[4.4,-4.6],[4.6,-2.1],[4.7,0.2],[5.1,2.4],[4.5,4.8],[4,6.4],[4,7.6],[3.9,6.6],[4.1,7.5],[3.5,8.5],[2.6,8.2],[2.7,5.6],[2,4.9],[3.2,5.3],[1.9,5.9],[1.7,7.2],[2.8,7.6],[0,4.7],[-0.4,5.1],[-0.2,5.7],[-0.2,6.1],[-0.6,-1.4],[-1.2,-5.8],[-2.5,-8.9],[-3.9,-11.3],[-2.9,-10.4],[-2.5,-9.9],[-1.4,-10.7],[-1.3,-9.9],[-1,-9.8],[-0.4,-10.1],[0.1,-10],[0.3,-9.9],[1,-9.4],[1.7,-8.7],[2.2,-8],[2.6,-7],[2.8,-6.5],[2.5,-6.5],[2.8,-6.2],[4.1,-4.9],[5.7,-3],[5.8,-1.6],[5,-2.1],[4.8,-1.4],[4.8,-0.5],[5.6,1.3],[6.4,2.3],[6.7,2.7],[7.8,2.2],[9,3.6],[8.5,5.4],[8.1,6.1],[8.1,6.8],[8.1,7.1],[8.1,7.5],[8.1,8],[8.2,9.2],[7.9,10.5],[7.9,11.6],[8.3,12.2],[9.2,12.5],[9.5,12.7],[10.1,12.5],[10.5,12.7],[10.9,12.6],[11.5,12.3],[11.6,12.2],[12,11.9],[12.3,11],[12.8,10],[13.7,9],[14.4,7.9],[15.1,6.5],[15.5,4.8],[15.7,3.2],[14.7,1.2],[14.3,-1],[14.9,-3.2],[15.1,-8.1],[15.3,-11],[13.9,-12.8],[12.8,-13],[11.8,-12.9],[11.1,-11.2],[9.9,-9.9],[10.5,-8.7],[10.2,-7.3],[9.5,-6],[8.7,-5.3],[9.1,-4.5],[9.3,-3.5],[9.3,-2.1],[8.7,-1.1],[7.5,-0.6],[7.3,1.8],[7.4,4],[7.2,5.9],[7.6,5.4],[8.5,0.6],[8.8,0.6],[8.7,1.1],[7.4,1.3],[6.4,1.1],[6.2,1.4],[6.7,1.8],[7,1.8],[7.7,1.5],[7.4,1.3],[6.6,1.2],[6.8,1.8],[5.5,2.6],[5.5,2.1],[4.2,5.1],[8.5,-4],[7.8,-14.2],[8,-14.6],[8.4,-13.9],[7.4,-13.9],[6.7,-14.4],[6.3,-14.8],[6.1,-14.4],[6.1,-13.6],[5.5,-12.5],[4.9,-11.3],[4.5,-10.7],[4.6,-10],[5,-8.6],[4.5,-6.9],[4.1,-5.9],[5.4,-4.1],[6,-1.5],[5.5,0.7],[4.1,0.1],[4.3,2.8],[4.3,3],[3.4,4.2],[2.8,5.5],[3.3,6.4],[3.4,7.5],[2.8,8.3],[2.3,9],[2.5,8.8],[3.3,8.4],[3.4,8.2],[3.3,7.7],[4.3,5.4],[5.1,3.2],[5.2,3.2],[6.1,2.7],[7.6,-0.6],[6.6,-4.6],[2.1,-8.2],[1.8,-6.7],[2,-4.4],[1.5,-1.5],[0,-0.6],[-1.4,-1.1],[-2.2,0.9],[-3.1,2.6],[-2.8,2.1],[-1.1,-1.7],[-0.3,-4.5],[0,-6.7],[-0.2,-7.6],[-0.2,-8.8],[-0.6,-8.9],[-0.4,-8.4],[0.4,-7.4],[0.5,-8.1],[0.8,-9.6],[-0.2,-11.3],[-0.6,-11.7],[-1.2,-12],[-1.4,-12.4],[-2,-11.9],[-1.2,-11.5],[-1.1,-11.4],[-0.8,-11.3],[-0.5,-10.9],[-0.3,-10.3],[0.1,-9.6],[0.6,-9],[1.1,-8.6],[1.6,-8.1],[2.1,-7.5],[2.6,-6.7],[3,-5.7],[3.5,-4.8],[3.9,-3.8],[4.3,-2.7],[4.7,-1.4],[5,0],[4.9,1],[5,1.8],[5.1,2.2],[5.4,2.5],[5.4,2.8],[5.5,3.3],[5.6,3.8],[5.6,4.4],[5.5,5.1],[5.4,5.8],[4.9,6.3],[4.8,6.6],[4.7,6.8],[4.3,6.8],[4.1,7],[3.7,6.9],[2.7,7.2],[2.2,8.3],[0.5,9.3],[-0.4,10.8],[-1.5,11.4],[-2.6,11.9],[-2.8,13],[-3.2,13.8],[-4.7,14.1],[-5.7,13.4],[-7,10.9],[-6.7,9.9],[-6.2,13.1],[-11,3.5],[-10.1,4.1],[-8.9,3.5],[-6.8,-1],[-3.6,-6.9],[-2.8,-7.8],[-2.6,-7.3],[-2.4,-6.8],[-2,-6.2],[-1.5,-5.5],[-0.9,-5.4],[-0.2,-5.6],[0.3,-5.7],[1.1,-5.2],[2.1,-3.9],[3.1,-2.7],[3.5,-3.2],[3.5,-5],[3,-5.2],[2.6,-5.2],[1.5,-6.3],[0.6,-7.2],[0.4,-7.3],[0.2,-6.9],[0.8,-6.2],[1.2,-6.2],[1.3,-6.1],[1.8,-7.1],[1.2,-7.5],[1.3,-6],[0.7,-5.7],[1.3,-4.4],[1.5,-2.8],[1.2,-1.1],[0.7,0.7],[0.2,2.1],[-0.4,3.3],[-1,4.2],[-2,4.6],[-2.5,5.6],[-2.9,7.1],[-2.9,8.6],[-3.1,9.7],[-1.4,1.6],[-1,2.2],[-0.8,-0.7],[0.2,-1.4],[-0.4,0.3],[0.9,1.3],[2,1.5],[2.9,2],[4.1,6.9],[3.6,6.7],[3.7,5.9],[3.1,6.7],[2.8,8.4],[3.2,9.7],[4.1,10.7],[5.6,11.1],[6.6,11.2],[7.8,11.1],[8.5,10.9],[8.8,10.5],[8.8,9.4],[8.6,8.6],[8.1,8],[7.8,6.7],[9.6,-0.6],[7.2,-2.1],[5.4,-1.9],[5,-1],[3.8,-1.2],[2.6,-0.8],[-1.7,-4.2],[0.4,-4.7],[1.3,-4.1],[1.7,-2.5],[1.7,-0.3],[4.3,-0.5],[5.4,-0.6],[6.6,-1.1],[8.3,-1.3],[9.2,0.1],[9.8,1.1],[9.9,1.5],[10.3,1.9],[11.1,2.2],[12.1,2.4],[12.6,2.5],[12.5,2.6],[13,2.8],[13.2,3],[13.2,3.1],[13.1,3.1],[13.5,3.1],[13.9,3.1],[13.7,2.9],[13.3,2.8],[12.3,1.5],[11.1,0],[10.4,-1],[10.7,-1.9],[11.1,-1.8],[10.7,-1.6],[9.7,-2.1],[9.8,-2.7],[10.5,-2.6],[10.1,-4.1],[10.3,-4.7],[10.2,-4],[9.6,-3.5],[9.9,-3.8],[11.4,-4.2],[12.1,-5.5],[10.8,-6.6],[9.3,-7.6],[8.6,-7.2],[8.1,-6],[7.4,-4.5],[7.2,-2.9],[7.4,-1.4],[7.6,-1.1],[7.7,-1.2],[7.8,-2.6],[8.7,-5.8],[9,-8.6],[8.5,-10.4],[7.6,-11.7],[6.2,-12.5],[6.9,-11.2],[7.3,-10.3],[7.1,-9.8],[7,-9.7],[6.7,-9.3],[6.1,-8.7],[6,-7.3],[5.4,-6.2],[4.6,-4.9],[5,-3],[5.2,-0.3],[4.6,1.8],[4.5,3.7],[4.6,6],[4.1,7.8],[3.9,8.5],[3.7,7.8],[3.7,9.1],[3.4,9.2],[3.1,7.8],[2.8,6.2],[2.3,5.9],[2.9,6.1],[3.4,6.9],[2.6,7.2],[3.8,7.6],[1,5.4],[0.4,5.6],[0.7,6.9],[-1,5.9],[-2.2,-4.2],[-3.5,-6.7],[-6.7,-9.1],[-5.4,-8.6],[-4.3,-9.4],[-4.1,-10],[-4.1,-10],[-3.3,-10.3],[-2.6,-10.9],[-1.6,-10.8],[-1.2,-10.9],[-0.5,-10.2],[0.1,-9.4],[0.2,-9.4],[1.1,-8.6],[2.1,-7.6],[2.6,-6.8],[2.4,-6.3],[2,-6.1],[2.5,-4.5],[4.4,-2.8],[5.6,-0.7],[4.1,-0.8],[3.9,-0.2],[4.2,0.4],[4.5,1.7],[4.6,3.4],[4.5,4.5],[6.7,8.1],[2.1,4.1],[4.9,6.7],[5.6,6.9],[6.1,7.5],[6.2,8.2],[6.7,8.9],[6.7,9.8],[6.5,10.4],[6.1,11.1],[6.6,11.6],[7.2,12.1],[8,12.3],[8.7,12.5],[9.1,12.5],[9.7,12.3],[10.2,12.1],[10.4,11.9],[10.9,11.3],[11.5,10.7],[11.9,10],[12.3,9.2],[12.8,8.3],[13.4,7.3],[14.4,6],[15.1,4.5],[14.5,1.9],[13.9,-1.1],[14.5,-3],[14.4,-7.4],[14.8,-9.7],[14.9,-11.5],[14.2,-11.5],[12.9,-10.9],[12,-10.1],[11.1,-9.1],[10.9,-8.2],[10.6,-7],[10.1,-6],[9.4,-5.2],[9,-4.3],[8.8,-3.5],[8.9,-2.6],[9.2,-1.1],[9.3,0.5],[9.1,1.7],[7.6,3.2],[7.2,5.4],[8.5,5.6],[10.1,3.2],[10.4,1.4],[10.6,0.9],[10.4,1.3],[10.5,1.5],[11,1.4],[11.4,1.6],[11.4,1.4],[10.7,1],[8.6,0.5],[6.6,0.7],[5.1,1.5],[5.8,4.1],[3.5,5],[6.7,6.4],[8.5,-12.1],[6.3,-13.2],[6.5,-14.5],[8.1,-14],[7.7,-14.4],[6.6,-14.1],[5.5,-14.3],[5.1,-14.2],[5.3,-13.2],[5,-11.9],[4.4,-10.7],[4.4,-9.8],[4.1,-9.3],[4,-8.7],[4.5,-7.1],[5.4,-5.5],[5.3,-4.3],[5.4,-2.2],[5.6,0.2],[5.5,2.2],[3.8,1.5],[4.4,4.2],[4.3,4.3],[3.7,4.9],[2.7,6.1],[3.1,7.5],[3.1,8.3],[2.8,9.1],[2.2,8.6],[2.7,7.8],[2.4,7.7],[2.9,7.8],[3.8,6.1],[4.8,4.3],[4.7,3.9],[4,2.5],[5.2,2.4],[6.6,0.2],[4,-4.8],[1.2,-4.9],[0.9,-2.3],[3.1,1.5],[1.7,2.4],[-1.8,1.4],[-3.1,0],[-4.1,1.3],[-3.7,1.9],[-1.8,-1.5],[-0.3,-4],[0,-6.4],[-0.1,-8.1],[-0.1,-9.2],[-0.2,-9.4],[-0.7,-8.6],[-0.8,-8],[-0.3,-7.1],[0.1,-8.8],[-0.5,-10],[-1.3,-10.7],[-1.2,-10.9],[-2.2,-11.5],[-2,-11.6],[-2.9,-11.7],[-2.1,-11.2],[-2.1,-11.1],[-2,-10.9],[-1.9,-10.4],[-1.9,-9.8],[-1.5,-9.1],[-1,-8.9],[-0.7,-8.5],[-0.2,-7.8],[-0.1,-7.2],[0.1,-6.2],[0.6,-6.1],[1.7,-5.2],[2.3,-3.7],[2.8,-2.3],[3.1,-0.9],[3.4,0.8],[3.3,1.3],[3.6,2],[3.8,2.5],[4.3,2.9],[4.1,3.2],[3.9,3.9],[4.1,4.9],[3.9,5.6],[3.6,6.3],[3.4,6.8],[3.3,7.2],[3.4,7.4],[3.2,7.5],[2.9,7.6],[2.6,7.8],[1.9,8],[1.3,8.9],[0.4,10.2],[-0.7,11.4],[-1.1,12.3],[-1.7,13],[-2.1,14.2],[-2,15.1],[-3.6,15.7],[-5.7,14.3],[-6.7,11.3],[-7.5,10.9],[-7.2,11.5],[-3.9,9],[-2.7,-2.5],[-3.3,-1.7],[-1.5,-4],[-4.4,-7.2],[-4.3,-7.6],[-2.2,-7.6],[-3,-8.8],[-2.1,-7.4],[-2.7,-6.1],[-2,-5.9],[-1.1,-6.1],[-0.3,-5.7],[-0.1,-5.4],[0.3,-5.3],[0.6,-4.9],[1.4,-4.1],[2.2,-4.2],[2.1,-5.1],[2.1,-4.7],[2.3,-3.8],[1.5,-5],[0.1,-5.9],[-1.1,-6.2],[-0.8,-5.8],[-1.1,-5.9],[-0.5,-6],[-0.4,-6.7],[-0.4,-6.9],[-0.2,-6.3],[-1,-5.3],[0.5,-3.2],[-0.4,-3.2],[-0.6,-1.5],[-0.9,0.1],[-0.9,1.6],[-1.1,3.1],[-1.8,3.5],[-2.2,4.3],[-2.5,5.4],[-2.9,6.8],[-2.5,8.7],[-1.7,10.2],[-0.6,9.1],[-1,2.1],[-0.4,1.6],[-1.2,-0.2],[-1,-1.5],[-0.1,1.3],[0.8,1.3],[1.1,1.6],[1.3,2.7],[3,3.2],[3.1,5.3],[1.9,7.7],[1,8.3],[1.2,8.8],[1.8,9.2],[2.4,9.9],[3.1,10.4],[3.8,10.3],[4.6,10.5],[5.6,11],[6.1,10.9],[6.4,10.8],[7.3,10.3],[9.6,7.4],[8.5,3.6],[5.9,3.3],[5.1,3.1],[4.4,2.9],[0.2,1.5],[-1.2,0.5],[-1.6,-1.6],[-1.7,-4],[-0.7,-5.6],[2,-6.1],[3.8,-5.2],[4,-4.2],[4.1,-2.7],[4.6,-0.6],[4.6,-0.1],[6.1,0.6],[8.1,0.8],[9.1,0.7],[9.5,1.3],[10,2.2],[10,2.9],[9.8,2.8],[10.8,2.8],[11.6,3],[12.1,3.2],[12.2,3.3],[12.6,3.3],[12.6,3.3],[12.9,3.6],[13.5,3.7],[13.9,3.3],[14.5,2.3],[15.1,2.3],[15.9,2.3],[14.5,1.5],[13.5,1.1],[13.9,0.8],[13.1,-0.1],[12.4,-0.6],[12.1,-1.7],[10.7,-3.6],[9.4,-4.4],[8.5,-3.8],[8.7,-3.4],[9.3,-3.6],[10.6,-4.5],[11.3,-5.9],[11.6,-6.5],[10,-6.9],[8.8,-6.4],[8.2,-5.4],[7.9,-4.1],[7.5,-2.7],[7.6,-1.6],[8.2,-1.2],[9.2,-0.7],[8.8,-1.6],[9,-5.3],[9.1,-7.9],[8.8,-10.2],[8,-11.7],[6.7,-12.5],[7.5,-11.4],[7.7,-10.3],[6.9,-10.2],[6.2,-10.4],[6.3,-10.1],[6.9,-8.8],[6.3,-7.4],[5.8,-6.1],[5.4,-4.8],[4.9,-3.2],[4.5,-1.4],[5.1,1.2],[4.7,2.8],[4.6,5.4],[5,7.1],[4.7,8.6],[4.6,8.9],[4,8.4],[4,9],[4,8.7],[3.3,7.4],[2,6.1],[2.2,6.2],[2.4,7.6],[2.4,7.6],[2.8,7.5],[3.6,8.8],[2.1,7.4],[1.1,6.6],[1.1,7.8],[-0.1,4.4],[-4,-3.8],[-3.5,-7.3],[-6.4,-9.8],[-6.7,-9.3],[-5.6,-9.6],[-5.2,-10.6],[-4.6,-11],[-4.4,-11.4],[-3.9,-11.2],[-2.9,-11.2],[-2.4,-11.1],[-1.7,-10.5],[-1.5,-10.3],[-0.8,-9.3],[-0.2,-8.3],[1,-7.6],[2,-6.9],[2.5,-6.1],[2.3,-5.3],[1.6,-4.6],[2.8,-2],[4.8,-0.7],[3.7,0.7],[2.5,1.4],[3.3,1.6],[3.5,2.8],[3.7,4],[4,5],[4.8,6.2],[4.5,4.6],[3.1,6.3],[3.6,6.6],[4.1,8.1],[4.6,8.7],[4.9,9.4],[5.6,10.5],[5.8,10.5],[5.6,11.2],[5.7,11.6],[6.1,11.7],[6.5,12.1],[7.1,12],[7.8,12],[8.3,12.1],[8.6,11.8],[9.3,11.4],[10,10.9],[10.8,10.5],[11.4,9.8],[12,8.7],[12.8,7.5],[13.6,6.1],[13.6,4],[13.4,1.3],[14.4,-0.4],[15.2,-3.9],[15.2,-6.3],[14.4,-8.2],[14,-9.3],[13.4,-9.1],[12.9,-8.8],[12.2,-8.4],[11.2,-7.6],[10.9,-7],[10.7,-6.3],[10.2,-5.7],[9.6,-5.1],[9.5,-4.3],[9.2,-3.3],[8.6,-2.2],[8.3,-0.9],[8.6,0.4],[8.9,2],[9,3.1],[9.4,3.5],[10.1,3.5],[10.7,3.1],[10.9,2.5],[10.6,1.9],[10.1,1.8],[9.7,1.6],[9.6,1.9],[10.1,2.5],[10.6,2.7],[10.3,2.5],[9.4,2.1],[7.9,2.7],[7.2,4.6],[6.7,6.5],[3.1,9.2],[9.9,-3.1],[8.4,-11.5],[6.9,-15.2],[6.6,-14.9],[7.2,-15],[7,-15.4],[6.9,-14.8],[5.8,-14.6],[4.8,-14.1],[4.9,-12.4],[5.1,-11.1],[4.7,-10],[4.4,-9.4],[4.7,-8.5],[3.8,-7.6],[3.9,-7.1],[5.3,-5.6],[5.6,-4.4],[5.3,-2.7],[5.3,-0.9],[4.9,1.4],[4.7,3.3],[4,3.3],[3.3,4.7],[4.2,5.5],[3.5,5.6],[3.2,6.6],[3.2,7.5],[3.3,8.3],[3.5,8.8],[3.6,7.7],[3.5,7.3],[3.3,7.5],[3.7,7.2],[4.1,6.1],[3.6,5],[2.6,5.1],[3.3,4.3],[4.8,1.6],[3.6,-1.6],[2.4,-3],[-0.7,-1],[-1.1,3.5],[4,6.5],[-4.9,2.7],[-5.5,-1.3],[-4.9,-0.5],[-4.4,0.3],[-3.5,0.9],[1.3,-4.8],[1.5,-6.7],[1.2,-8.1],[0.8,-9.2],[-0.3,-9.8],[-0.2,-8.6],[-0.9,-7.8],[-1,-7.2],[-0.6,-7.2],[-0.9,-8.9],[-1.9,-9.5],[-1.9,-9.5],[-2.2,-10.2],[-2.2,-10.4],[-3.1,-11.2],[-3.2,-11.1],[-3.1,-10.8],[-2.9,-10.7],[-2.9,-10.4],[-2.9,-9.7],[-2.9,-9],[-2.5,-8.6],[-2.3,-8.4],[-2.1,-8.1],[-1.8,-7.3],[-1.5,-6.6],[-1.2,-5.8],[-1.1,-6.1],[-0.5,-5.1],[0.1,-3.7],[0.1,-2.6],[0.7,-1.3],[1.3,0.6],[1.9,1.6],[2.8,1.4],[3,2],[2.5,3.5],[2.6,4.3],[2.8,5.2],[2.7,6],[2.5,6.5],[2.2,6.9],[2.1,7.3],[2.3,7.5],[2.4,7.7],[1.9,8],[1.5,8.3],[0.9,8.8],[0.5,9.6],[-0.1,10.6],[-0.8,11.7],[-0.9,12.6],[-0.9,13.4],[-1,14.4],[-1.2,15],[-1.9,16.1],[-2.9,14.3],[-4.4,11.2],[-4.1,13.9],[-8.6,9.8],[0.2,-0.4],[4,-5.4],[2.9,-4.9],[2.1,-4.1],[3.5,-3.1],[-1,-9],[-3.5,-9.7],[-3,-8.9],[-3.2,-7.1],[-1.6,-6.1],[-2.4,-6.3],[-3.1,-6],[-2.7,-5.9],[-2,-5.6],[-1.9,-5.4],[-1.5,-5.3],[-0.7,-4.9],[-0.1,-4.3],[0.4,-3.7],[0.7,-3.9],[0.5,-4.9],[0.5,-4.3],[1.5,-3.9],[0,-4.9],[-1.2,-5.4],[-2.5,-5.3],[-2,-5.3],[-2.2,-5.8],[-2.4,-6.3],[-2.4,-6.1],[-2,-5.2],[-1.8,-3.9],[-1.3,-2.7],[-2,-2],[-2.1,-0.5],[-2,0.7],[-2.1,2.1],[-2.2,3.3],[-2.4,4.2],[-2.9,5.2],[-2.3,6.6],[-2.4,7.8],[-1.5,8.5],[-0.7,9.3],[0.4,7.1],[1,1.7],[0.3,-1.1],[-0.5,-0.1],[-1.3,0.1],[1.6,1.6],[-0.4,3.1],[-0.4,0.5],[-1,2.2],[2,5.3],[3.2,8],[2.8,8.8],[2,8.8],[1.3,8.8],[1.4,8.8],[1.7,8.9],[2.1,8.2],[3.4,6.7],[4.4,9.1],[5.5,9.4],[6.6,8.9],[7.5,8.2],[7.1,7.5],[5.8,7.6],[4.6,7.9],[3.2,7.7],[2,7.7],[0.4,4.7],[-1.3,1.1],[-3.3,0.2],[-3.6,-2.4],[-5,-4.1],[-4.5,-4.3],[-3.2,-4.8],[-0.8,-4.6],[2.1,-3.5],[3.9,-3.3],[4.7,-3.5],[4.6,-2.1],[5.9,0.1],[7.3,1.1],[6.9,2],[8,2.3],[8.6,2.2],[9,1.7],[9.5,1.6],[9.9,2.3],[10.2,3.2],[10.4,3.8],[10.4,4],[10.7,4.1],[11.5,4.2],[12.3,4.1],[13.5,4.1],[14.4,3.5],[13.2,2.3],[14.9,1.7],[15.2,1.3],[12.3,0.2],[11.7,-0.9],[12.1,-1.5],[11.2,-2.2],[10.7,-3],[9.8,-4.6],[9.5,-4.7],[8.7,-3.8],[8.1,-3.2],[9.7,-3.7],[10.6,-4.8],[10.3,-5.5],[9.6,-6.3],[9,-6.7],[8.5,-5.8],[8,-4.6],[7.7,-3.3],[7.4,-2],[7.5,-1.2],[7.7,-1.4],[9.4,-0.6],[9.6,-1.6],[9.4,-4.8],[9.4,-7.2],[8.8,-9.8],[8,-11.4],[7,-11.9],[7.1,-11.4],[7.8,-10.3],[7.3,-9.9],[6.5,-10.3],[5.8,-10.1],[6.1,-9],[6.8,-7.8],[6.8,-6.4],[5.9,-4.7],[5.3,-3.1],[5.7,-1.3],[5.2,0.8],[4.8,2.7],[4.9,4],[4.9,6.2],[5,7.6],[5.2,8.8],[5.2,9.1],[4.4,9.2],[4.7,9.5],[4.6,8.8],[3.7,7.8],[3.2,7.2],[2.9,6.5],[3.3,7.3],[2.5,8.2],[2.5,8.5],[3.6,9.3],[2.2,7.5],[2,7.3],[2.2,9.2],[0.3,2.4],[-0.4,-4.2],[-3.8,-9.7],[-5.5,-10.6],[-6.5,-11.2],[-7.4,-10.9],[-7.8,-11.1],[-6.1,-12.1],[-5.5,-12],[-4.4,-11.8],[-3.9,-11.8],[-3.3,-11.7],[-2.6,-11],[-2.4,-10.2],[-1.8,-9.5],[-1,-8.3],[0,-7.5],[0.9,-6.8],[1.7,-5.7],[2.3,-4.7],[1.7,-3.9],[0.4,-2.3],[3.3,0.1],[4.1,1.5],[1.4,1.9],[1.7,2.6],[2.1,3.7],[2.7,4.9],[3.2,5.7],[3.5,6.5],[4,7.1],[2.5,6.2],[2.9,8.1],[3.2,9],[3.3,9.8],[3.8,10.7],[4.6,11],[4.9,11.1],[5.2,11.5],[5.3,11.5],[5.5,11.6],[5.5,12.1],[5.9,11.9],[6.6,11.8],[7.5,11.6],[8.3,11.6],[8.9,11.3],[9.6,10.6],[10.6,9.5],[11.7,8.3],[12.6,6.9],[13.5,5.4],[13.5,3.6],[13.4,1.2],[14.1,-2.2],[15.2,-4],[14.7,-5.2],[13.7,-6.7],[14.3,-7.5],[14.1,-7],[13,-6.9],[12.3,-6.7],[11.7,-6.1],[11.2,-5.6],[10.6,-5.5],[10.2,-5.2],[9.8,-4.5],[9.2,-3.5],[8.5,-2.7],[8.2,-1.9],[8.1,-1.1],[7.9,-0.1],[7.8,1],[7.7,2.2],[7.5,3.1],[7.8,3.8],[8.4,3.9],[8.8,3.6],[8.9,3.5],[8.8,2.9],[8.1,2.2],[7.9,2.3],[7.3,2.7],[7,3.5],[7.3,4],[7.3,4.7],[6.2,5.8],[5.8,7.6],[4.8,9.3],[5.4,7.8],[8.9,-6.4],[8.9,-11.9],[6.2,-16.3],[6.1,-16.4],[6.2,-16.1],[6.1,-15.6],[5.8,-15.1],[5.8,-14.5],[5.1,-13.7],[5,-12.7],[5.1,-11.1],[4.8,-10.1],[4.2,-9.4],[5,-8.3],[5.1,-7.6],[3.8,-6.7],[3.9,-5.3],[4.7,-4],[4.2,-2.6],[4.6,-1.2],[4.7,0.3],[4.3,2.2],[4,3.8],[3.7,3.8],[3.3,5],[3.6,6.3],[3.4,6.3],[3.3,7.1],[3.4,7.7],[3.7,8.2],[4.3,8.2],[4.4,7.4],[3.8,7.4],[3.8,7.5],[3.6,6.9],[3.2,6.7],[3.1,5.5],[5.5,2.3],[4.6,-0.1],[5.1,2.3],[3.7,-3.6],[1.4,0.6],[-1.8,4.9],[-1.3,7.7],[3.2,7.1],[-9,-2.6],[-6.6,-2.3],[-4.2,-2.3],[-2.4,-3],[-0.7,-3.4],[2.7,-6.1],[1.9,-6.6],[1.2,-7.6],[0.4,-8.7],[0,-9],[-0.3,-7.9],[-0.9,-7.1],[-1.1,-6.8],[-1,-7.5],[-2.1,-8.2],[-2.1,-8],[-2.7,-9.3],[-3.4,-10.2],[-3,-10.6],[-3,-11.2],[-3.5,-11.2],[-3.7,-10.7],[-3.5,-10.3],[-3.5,-9.8],[-3.5,-9.1],[-3.5,-8.4],[-3.2,-8.1],[-3.2,-7.9],[-3.2,-7.5],[-3.1,-7],[-2.8,-6.4],[-2.3,-5.5],[-2.2,-5.6],[-2.6,-4.9],[-2.2,-3.5],[-1.4,-3],[-0.6,-2.5],[0.3,-1.4],[0.2,0.3],[0.1,2.1],[0.6,3],[0.3,4.1],[-0.1,5.1],[-0.6,5.5],[-0.4,5.8],[0.1,6.3],[0.5,6.5],[0.7,6.7],[1,7.3],[1,7.8],[0.5,8.6],[0.2,9.3],[-0.2,10],[-0.6,10.9],[-0.9,11.7],[-1.1,12.5],[-0.5,13.4],[-0.6,14.2],[-0.8,14.8],[-0.3,15.4],[-0.6,14.6],[-0.3,11.9],[-1.9,14.4],[-1.7,14.2],[4.7,-1.8],[4.3,-4.4],[4.1,-5.8],[4.8,-4.6],[5,-2.9],[4.2,-3],[2.1,-7.1],[-3.6,-9.4],[-2.9,-8.1],[-3.3,-6.4],[-3.1,-5.1],[-4.1,-4.7],[-5.4,-5.3],[-5.1,-5.1],[-4.4,-5.3],[-3.6,-5.3],[-3.6,-4.9],[-3.1,-4.4],[-2.5,-4.1],[-1.2,-4.1],[-0.5,-4],[-0.9,-3.7],[-1.5,-3.1],[-1.9,-3],[-2.5,-3.4],[-2.8,-4.5],[-2.6,-4.8],[-3.3,-5],[-3.3,-5.2],[-3.7,-5.5],[-3.8,-5.5],[-3.3,-4.9],[-3.6,-3.7],[-2,-2.3],[-2.8,-1.4],[-2.7,-0.2],[-2.7,0.9],[-2.7,2.1],[-2.5,3.5],[-2.3,4.9],[-2.7,5.8],[-2.2,6.8],[-1.8,7.5],[-1.2,7.9],[-0.1,8.3],[1,6.9],[-0.6,1.4],[0.2,1.4],[-1.2,0.1],[0.6,0.2],[1.5,1.6],[1,3.1],[-1.6,3.3],[-1.7,2],[-1.7,6],[2.3,8.6],[3.1,9.7],[3.2,9.6],[2.6,8.7],[2.4,8.5],[2.7,8.1],[2.8,7.3],[3.1,6.9],[3.6,8.7],[3.5,9.1],[3.5,9.3],[3.3,9.5],[2.7,10],[1.8,10.5],[0.9,10.8],[0,10.5],[-2,9.6],[-2.8,8.9],[-2.5,5.9],[-5.9,4.8],[-6.2,1.2],[-2.7,-4.2],[-0.1,-6.3],[1.2,-7.7],[1.4,-8.8],[0.8,-8.5],[1.7,-6.1],[3,-3],[4.3,-1.4],[4.3,-1],[5.1,-0.5],[6.2,0.5],[7.4,1.8],[8.2,2.4],[7.8,3.2],[8.7,3.1],[9.3,3.6],[9.6,4.2],[10.3,4],[10.8,4.1],[11.5,4.5],[11.6,4.3],[8.3,3.4],[10.4,3.5],[13.5,3.4],[14.2,3.1],[14.4,3.2],[14.6,2.9],[13.2,1.7],[12.9,0.1],[11.9,-2],[10.2,-3.7],[9.5,-3.8],[8.9,-2.9],[8.3,-2.5],[8.6,-2.8],[9.8,-4],[10.1,-5.2],[9.9,-6],[9.5,-5.9],[8.5,-5.5],[7.6,-4.9],[7.5,-3.5],[7.2,-2.3],[6.9,-1.5],[6.8,-1.1],[7.3,-1.4],[8.9,-0.7],[8.5,-2.1],[9.2,-4.5],[9.8,-6.5],[9.4,-8.6],[7.8,-10.5],[7,-11.7],[6.9,-11.4],[7.1,-10.1],[6.9,-9.9],[6.6,-10.1],[6.3,-9.9],[6.4,-8.9],[6.4,-7.6],[6.6,-6.4],[6.8,-4.9],[6.6,-3.1],[5.9,-1.2],[5.5,0.4],[5.2,2.4],[4.6,3.8],[4.5,5.1],[5.1,6.8],[5.1,8],[5.1,9],[5.5,9.1],[4.9,9.6],[5,9.7],[5,8.7],[4.9,8],[3.8,7.6],[2.8,7.1],[3.2,7.9],[3.3,9],[2.8,9.7],[3.7,10.3],[2.4,7.7],[2.1,8],[3.7,10.5],[2.9,2.5],[0.4,-7.1],[-1.9,-8.8],[-3.3,-10.3],[-4.3,-11.7],[-5.1,-12.5],[-6.1,-14],[-8.1,-13.6],[-6.7,-13.6],[-5.1,-13.6],[-5.1,-13.2],[-3.9,-12],[-4,-11.4],[-3.9,-10.5],[-2.3,-8.6],[-1.5,-8],[-1.2,-7.6],[0,-6.6],[1.1,-5.1],[1,-4.4],[1.5,-3.7],[0.7,-1.8],[1.6,0.6],[2.5,1.4],[3.3,2.9],[1,4.2],[1.3,5],[1.9,5.6],[2.3,6.6],[2.7,7.1],[2.8,8.1],[2.6,8],[2.5,8.6],[2.7,9.6],[3,10.3],[3.2,10.9],[3.4,11.6],[3.8,12],[4.3,12.1],[4.5,11.8],[4.8,12.1],[4.9,12.2],[5.5,12],[6.5,11.8],[7.5,11.6],[8.5,10.5],[9.5,9.6],[10.4,8.4],[10.2,6.1],[11.4,3.9],[13.1,2.7],[14.8,1.6],[15.3,-0.1],[15.2,-1.5],[15.1,-2.6],[15,-3.3],[14.1,-4.2],[12.6,-4.6],[12.9,-5],[12.6,-5],[11.9,-4.6],[11.1,-4.1],[10.6,-3.8],[9.9,-3.8],[9.6,-3.7],[9.4,-3.2],[9.1,-2.3],[8.4,-1.8],[7.6,-1.4],[6.6,-0.9],[6.2,-0.3],[6.4,0.7],[6.4,2],[6.3,3],[6.2,3.9],[6,4.8],[5.8,5.1],[5.8,4.6],[6.9,3.2],[8.1,2.1],[8.2,1.7],[7.3,2.1],[6.4,2.6],[5.6,4.1],[4.8,5.8],[3.5,7.5],[3.7,8.6],[3.5,11.2],[7.2,-0.8],[8.8,-4.2],[8.4,-13.8],[5.4,-16.6],[5,-16.3],[5,-15.9],[5,-15.5],[4.5,-15],[5.1,-13.4],[5.1,-12.8],[4.1,-12.4],[4.1,-11.5],[4.3,-10.1],[3.7,-9.1],[3.6,-7.6],[3.7,-6.7],[3.8,-6.4],[4,-5.6],[3.8,-4.4],[3.8,-3],[3.5,-1.2],[3,0.6],[3.4,2.1],[3.3,3.2],[3.2,4.3],[2.8,4.3],[3.3,5.4],[3.4,7.1],[3.5,7.2],[3.6,7.4],[3.7,7.9],[3.9,8],[4.3,8.1],[4.5,7.9],[3.8,7.9],[3.7,7.9],[3.3,7.9],[4.2,6.3],[5.1,2.4],[1.1,-1.6],[0.6,0.6],[-0.3,1],[0.2,2.5],[1,5],[-1.6,6.5],[-1.5,7.8],[7.2,8.6],[-1.5,-10.4],[0.4,-8.2],[0.5,-4.9],[1.2,-5.8],[2.2,-6],[2,-6.8],[1.8,-6.9],[1.4,-7.4],[0.4,-8.5],[0.2,-8.1],[-0.4,-7.5],[-0.6,-6.6],[-0.9,-6.3],[-1.9,-7.6],[-1.9,-6.8],[-2,-7.2],[-3.4,-9.3],[-4.3,-10.4],[-3.9,-10.2],[-2.8,-10.4],[-3.6,-10.6],[-3.9,-10.6],[-4,-10.2],[-3.8,-9.4],[-3.7,-8.6],[-3.8,-7.9],[-3.8,-7.6],[-4.1,-7.3],[-4,-6.7],[-3.9,-6.2],[-4.1,-6],[-3.8,-5.4],[-3.4,-4.7],[-3.3,-3.9],[-2.8,-3.7],[-3,-2.7],[-3.5,-0.9],[-2.8,0.2],[-2.2,1.5],[-2.7,3.3],[-2.3,3.8],[-1.6,4.2],[-1.8,5.3],[-1.9,4.9],[-1.4,4.9],[-1.1,5.5],[-0.9,6.1],[-0.6,6.9],[-0.9,7.6],[-0.6,8.6],[-0.9,9.3],[-0.9,10],[-1,10.7],[-1,11.6],[-1.2,12.2],[-0.2,13.2],[-0.8,13.9],[-1,14],[-0.6,14.6],[0.5,15.3],[2.3,11.9],[3.8,12.4],[4.4,13.6],[7.1,-0.2],[6.8,-1.8],[6.2,-4.3],[6.6,-5.5],[6.3,-4.3],[5.9,-1.9],[6.1,-2.3],[4.5,-5.8],[-2.6,-9.5],[-2,-7.8],[-3.1,-5.2],[-3.5,-2.8],[-5.4,-5],[-5.8,-7.7],[-5.8,-7.2],[-5.6,-6.6],[-4.6,-6],[-4,-5],[-3.5,-4.4],[-3.2,-4.5],[-3.3,-4.9],[-3.3,-4],[-3.4,-2.1],[-4.3,-0.5],[-4.8,0.3],[-6.2,-1.5],[-6.7,-3.2],[-5.8,-3.8],[-4.5,-4.4],[-4,-4.9],[-4,-4.7],[-5,-4.3],[-4.2,-3.6],[-4.5,-2.3],[-3.1,-1.5],[-3.3,-0.5],[-3.8,0.6],[-3.5,1.7],[-3,2.8],[-2.7,3.8],[-2.8,5],[-2.4,5.7],[-2,6.5],[-1.4,7.1],[-1,7.5],[-0.3,7.9],[0.3,7.3],[0.1,3.8],[-0.5,1.3],[-1.3,0.8],[-0.7,-0.6],[2.2,0.2],[1.7,1.6],[2.8,0.4],[3.3,1.4],[1,-0.5],[2.1,2.4],[2.7,9.3],[2.8,10.6],[3,8.9],[2,8.2],[1.4,8.3],[0.7,8.4],[1,9.1],[1.1,10.1],[0.4,10.3],[0.1,10.8],[-0.2,11.2],[-0.4,11.7],[-1,12.4],[-1.6,13],[-2.5,13.1],[-4.4,13.8],[-3.5,17.8],[10.8,-5.5],[0.5,-14.8],[-1,-16.3],[1.3,-14.5],[1.8,-13.3],[2.3,-11.6],[1.9,-9.4],[1.9,-8.1],[1.5,-7.1],[1.3,-5.4],[2.1,-3.3],[4,-1.6],[5.2,-0.8],[4.6,-0.2],[6.2,0.4],[6.4,0.8],[6.6,0.8],[7.4,1.8],[8.7,2.5],[9.2,2.5],[9.5,3],[8.8,2.8],[11,2.7],[12.1,2.4],[12.2,2.3],[11.9,2.3],[12.2,3],[11.8,3.1],[13,2.7],[13.7,1.6],[11.8,0.2],[10,-1.5],[9.8,-2.2],[9.5,-2.1],[9.2,-2.1],[9.5,-2.5],[10.2,-2.8],[10,-3.6],[9.5,-4.7],[9.4,-5.7],[9.7,-5.2],[9.1,-3.8],[7.2,-3.2],[6.4,-2.3],[6.4,-1.2],[6.4,-0.5],[6.7,-0.8],[6.7,-1.5],[7.3,-1.4],[7.8,-2.6],[8.4,-4.2],[9.3,-6.2],[9.9,-8.2],[9.3,-9.8],[7.3,-10.8],[6.2,-10.9],[6.6,-10.1],[6.9,-9.7],[6.5,-9.7],[6.1,-9.2],[6.2,-8.7],[6.4,-7.8],[6.2,-6],[5.4,-4.8],[6.4,-3.3],[5.8,-1.4],[5.6,0.4],[4.8,1.9],[4.5,3.2],[4.4,4.7],[4.5,6.2],[4.6,7.5],[4.8,8.6],[4.7,9.2],[5.4,9.1],[5.3,9.5],[5.4,9.6],[5.2,9],[5.6,8.9],[3.9,8.6],[3.1,8],[3.5,8.6],[4,9.5],[3.5,9.8],[4.3,10.1],[2.4,7.3],[2.7,7.5],[2.9,10.4],[5.1,4],[1.6,-7.4],[0.9,-9],[0.1,-9.8],[-1.8,-11.1],[-3.8,-13.4],[-5.3,-15.8],[-6.5,-16],[-7.5,-15],[-6.2,-14.1],[-5.8,-13.2],[-4.9,-12.1],[-4.9,-11.4],[-4.6,-10.2],[-2.4,-8.4],[-1.9,-7],[-2.6,-7.1],[-1.1,-6.2],[1.1,-5.9],[1.4,-4.7],[0.8,-3.3],[1.4,-1.5],[1.8,0.4],[1.1,2],[2,2.9],[3.3,4.1],[1.8,6],[1.8,7.1],[1.6,7.3],[1.7,8.2],[2.2,9.1],[2,9.7],[2.2,10],[2.5,10.3],[2.9,10.6],[3.1,11.4],[3,11.7],[3.1,11.8],[3.5,11.9],[3.9,12.2],[4.3,12.1],[4.8,11.8],[5.4,11.6],[6.3,11.1],[7.3,10.2],[8.6,8.8],[9.9,7.6],[11,6.5],[11.9,5.2],[12.8,3.2],[13.4,1.1],[13.8,0.1],[14,-0.4],[14.2,-0.6],[13.6,-1.1],[12.7,-2.2],[12.3,-2.7],[11.8,-3.3],[11.2,-3.4],[10.8,-3.2],[10.3,-2.9],[9.9,-2.8],[9.3,-3.1],[8.8,-2.7],[8.2,-2.1],[8.1,-1.3],[8,-0.9],[6.8,-0.8],[5.9,-0.5],[6,0],[5.6,0.9],[5.6,1.9],[5.6,3],[5.2,4],[5.1,5],[4.9,5.8],[6.6,4.9],[7.4,-0.6],[7.2,0.3],[7.1,1.9],[5.8,2.9],[4.6,4.4],[3.4,5.8],[2,7.2],[2.3,8.2],[2.6,9.8],[6,5.3],[7,-2.9],[8.7,-4.5],[7.2,-12.5],[5.1,-14.9],[4,-15.9],[4.3,-15.2],[4.3,-14.2],[3.1,-13.9],[4.1,-13],[4.1,-12.8],[3.6,-12.1],[3.1,-11.1],[3.6,-10.4],[2.8,-9.6],[3.1,-9.2],[3.5,-8.3],[3.4,-7.1],[2.8,-5.6],[2.4,-4.4],[2.2,-3.5],[2.4,-2],[2.5,-0.2],[1.6,1.2],[2.1,2.8],[2.2,3.7],[2.4,4.8],[2.3,5.2],[3,5.7],[3.2,7.6],[3.8,7.6],[3.7,7.8],[4.4,7.9],[4.6,8.1],[4.6,7.8],[4.1,8.2],[4,8.3],[4,8.6],[5.1,7.2],[6.1,5.1],[6.7,2],[0.7,-0.1],[1.3,-1.4],[1.9,-1.1],[2,0.6],[-1,5.2],[0.2,5],[-1.3,3.7],[4.8,9.8],[3,-11.1],[0.8,-8.3],[1.1,-7.6],[1.1,-7.3],[1.9,-6.8],[1.4,-6.4],[1.2,-6.1],[1.2,-6.6],[-0.2,-7.3],[-0.6,-7],[-1.1,-6.7],[-0.8,-5.9],[-1.4,-6.2],[-2.7,-7.2],[-1,-6],[-1.3,-6.8],[-2.2,-9.9],[-3.6,-11.1],[-3.7,-10.5],[-3.8,-10.9],[-3.5,-10.8],[-4,-10.4],[-4.5,-9.7],[-4.4,-8.9],[-4.2,-8.1],[-4.4,-7.5],[-4.5,-6.9],[-4.7,-6.7],[-4.7,-6],[-4.6,-5.6],[-5,-5.4],[-4.8,-5.1],[-4.9,-4.2],[-5.1,-3.8],[-5.2,-2.8],[-4.9,-1.7],[-4.4,-0.7],[-4.2,-0.2],[-3.6,1.5],[-3.3,2.2],[-2.9,3.5],[-2.6,4.6],[-2.7,4.2],[-2,4.9],[-2.1,5],[-2.1,5.4],[-2.1,6.2],[-2.3,7],[-2.1,8.4],[-2,9.2],[-1.6,9.9],[-1.5,10.2],[-1.5,11.1],[-1.1,11.8],[-0.6,12.4],[0.6,13.1],[0.4,12.7],[0.8,12.6],[0.7,13.9],[2.4,12.3],[4.4,9.8],[6.3,9.6],[8.4,8.3],[9.4,3.1],[10.1,-2.7],[8.7,-3.8],[8.5,-4.4],[7.8,-3.3],[7.2,-1],[7.4,-1.9],[6.3,-2.8],[-1.5,-9.3],[-1.1,-6.7],[-1.5,-4],[-0.7,-2.9],[-3,-6.8],[-3.6,-8.2],[-4.9,-9.1],[-4.8,-7],[-4.5,-5.7],[-4.3,-5],[-3.5,-4.3],[-3.4,-3.9],[-3.5,-4.1],[-3.9,-2.8],[-3.8,-0.8],[-2.6,0.9],[0.3,-1.1],[0.8,-4.6],[-1.3,-5.1],[-5.1,-5.4],[-6.2,-5.3],[-5,-4.8],[-4.7,-4.2],[-4.6,-3.6],[-5.4,-2.5],[-4.9,-0.9],[-4.4,-0.6],[-3.5,-0.3],[-4,0.8],[-4.1,2.1],[-3.4,3.1],[-3,4.1],[-3.2,5],[-2.3,6],[-2,6.6],[-1.4,7],[-0.9,7.4],[-0.4,7.6],[0,7.1],[-0.5,3.6],[-1,2.8],[-2.3,0.8],[-2.2,-0.4],[1.1,0.2],[1,1.2],[1.7,-0.1],[2.2,-0.6],[2.1,0.1],[2,2.7],[2,8.8],[1.1,10],[0.9,9.1],[0.3,9.4],[-0.3,9.7],[-0.6,9.9],[0.1,10.6],[-0.5,11.1],[-1.3,11.1],[-1.2,12.1],[-2.1,12.7],[-2.2,13],[-3.4,13],[-4.1,13.3],[-2.2,13.1],[7.2,7.8],[13.2,-2.8],[11.5,-10.1],[12.4,-10.9],[2.8,-12.7],[0,-14.1],[2.3,-12.5],[1.4,-10.5],[1.3,-8.7],[2.3,-6.5],[2.8,-4.8],[2.4,-3.8],[2.6,-3],[3.7,-1.9],[4.3,-1],[2.9,-0.9],[4.7,-1.7],[4.7,-1.3],[5.3,-0.7],[8.6,1.1],[9.2,1.9],[9,2.2],[6.4,1.1],[7.8,1],[10.4,2.3],[11,2.6],[11.5,2.5],[11.8,2.3],[11.3,2.1],[10,1.2],[11.7,1.6],[12.3,1.5],[9.5,0.3],[8.4,-0.7],[8.5,-1],[8.4,-1.8],[9.7,-2.1],[10.8,-2],[10.4,-2],[8.8,-2.9],[7.6,-4.8],[8.1,-4.1],[8.4,-2],[6.9,-0.9],[6.3,-0.5],[6.8,-0.5],[7.3,-0.7],[7.5,-1.1],[7,-1.3],[6.8,-2],[7.2,-2.5],[8.1,-3.6],[8.6,-5.8],[8.9,-8.2],[8.9,-9.5],[7.8,-10.9],[6.8,-10.8],[6.3,-9.8],[6.4,-8.9],[5.9,-9],[6.2,-8.9],[5.9,-8.1],[5.8,-7.5],[7.5,-6.1],[7.2,-4.7],[6.4,-3.2],[5.5,-1.5],[5.1,0.3],[4.2,1.9],[3.4,3.1],[3.6,4.5],[3.8,5.8],[3.8,7],[4.2,7.8],[4.1,8.7],[3.7,9.5],[4.3,9.5],[5.1,9.4],[5.4,9.7],[4.8,9.7],[4.8,9.4],[4.9,8.7],[3.5,8.2],[3.9,9.2],[4.1,10.2],[4.2,10.6],[3.3,10.2],[3.6,5.9],[3.6,7.1],[3.8,8.9],[4.9,0.9],[2.9,-6.5],[1.7,-7.7],[0.2,-8.6],[-0.9,-10.1],[-2.2,-10.9],[-4.9,-13.1],[-6.6,-14.4],[-7.8,-15.4],[-6.4,-14.6],[-5.9,-12.9],[-5.9,-11.9],[-5.3,-11.1],[-5.2,-9.6],[-3.6,-7.9],[-0.6,-6.6],[-1.9,-6.5],[-1.7,-5.5],[-2,-5],[-0.6,-3.6],[0.6,-2.8],[0.2,-1.4],[0.6,0.4],[1.1,2],[0.8,3.6],[1.5,5],[2.8,6],[2.8,8],[2.1,8.9],[2.1,8.9],[2.3,9.7],[2.3,10.3],[2,10.6],[2.3,11],[2.8,11.3],[3.4,11.7],[3,12.2],[3.2,12.1],[3.5,12],[3.9,12.2],[4.3,12.1],[4.8,11.4],[5.9,10.7],[6.9,10.1],[8,9.2],[9.2,7.6],[10.8,5.3],[11.7,3.6],[11.9,2.6],[12,2.5],[12,2.6],[12,2.4],[11.9,2.1],[11.5,1.1],[10.7,-0.2],[10.4,-1.2],[10.1,-1.8],[9.5,-1.8],[8.9,-1.7],[8.5,-1.4],[8,-1.6],[7.3,-1.9],[6.9,-1.6],[6.9,-1.4],[7.5,-1.2],[7.9,-1.6],[8.2,-1.9],[8.4,-1.1],[7.8,-0.8],[6.6,0.2],[5.8,1.5],[5.6,2.8],[5.5,3.5],[6.1,3.3],[6.9,1.9],[7.2,0.3],[6.1,0.9],[5.2,2.5],[3.8,3.5],[2.7,4.8],[1.9,6],[0.8,7.2],[1.1,7.9],[1.6,9.2],[1.6,8.6],[7.1,-3.5],[7.3,-2.4],[9.1,-2],[7.3,-10.5],[5.1,-13.5],[3.4,-14.5],[2.4,-14.8],[3.3,-13.2],[3.1,-13.1],[2.2,-13.4],[2.4,-13],[2.6,-12.3],[2.5,-11.6],[1.8,-10.5],[1.7,-9.9],[1.4,-10],[1.1,-9.2],[1,-7.5],[0.7,-5.5],[0.2,-3.9],[0.1,-1.6],[-1,0.4],[-0.7,1.1],[-0.6,1.9],[0.8,2.5],[0.8,3.2],[1.6,3.9],[2.1,4.7],[2.3,5.3],[2.6,6],[3,7.4],[3.8,7.8],[3.6,7.8],[5,7.8],[5.4,7.8],[5.8,7.7],[6.3,7.5],[5.6,7.8],[6.2,7.3],[6.9,5.8],[7.4,3.9],[8.1,2],[7.8,0.4],[5.1,2.2],[-1.1,-1.1],[3,-2.7],[2.5,-1.9],[-0.1,-1.1],[1.3,0.9],[10.3,-10.5],[9.9,-5.7],[3,-5.2],[2.1,-7.8],[1,-8],[0.5,-7.8],[0.5,-6.5],[0.9,-4.7],[0.4,-6],[-0.1,-6.4],[-1.2,-6.5],[-1.5,-6.2],[-1.3,-5.3],[-2.5,-6.3],[-3.1,-6.1],[-1.5,-5.7],[-2.4,-6.9],[-3,-9.7],[-4.1,-10.9],[-3.8,-10.5],[-4.6,-10],[-5,-9.8],[-5.3,-9.7],[-5.1,-8.7],[-5.2,-8.2],[-5.1,-7.5],[-5.3,-7],[-5.2,-6.4],[-5.4,-6.1],[-5.4,-5.7],[-5.2,-5.4],[-5.2,-5],[-5.8,-4.7],[-6.1,-3.9],[-6.4,-3.2],[-6.7,-1.8],[-6.1,-0.8],[-5.6,-0.7],[-5,0],[-4.6,1.4],[-4.2,2.5],[-3.7,3.8],[-3.9,3.9],[-3.5,4.5],[-2.7,5],[-3,5.1],[-3.1,5.7],[-3.2,6.7],[-3.3,7.8],[-2.9,8.7],[-2.6,9.4],[-2.6,9.8],[-1.9,10.4],[-1.7,11.1],[-1,11.6],[-0.1,11.9],[1.2,12.2],[1.8,12.1],[2.3,11.8],[3.5,11.4],[5.7,8.7],[7,7.1],[8.2,6.4],[9.5,4.9],[10.7,1.4],[10.1,-1.3],[9.4,-1],[9.2,-1.7],[8.5,-1.4],[8,0.1],[7.6,-1.4],[6.4,-0.5],[1.4,-9.5],[0,-7.1],[0.9,-3.2],[0.8,-3.8],[-1.4,-9.3],[-3.3,-9.4],[-3.3,-7.9],[-3.4,-6.9],[-3.6,-6.1],[-3.4,-5.2],[-3.3,-4.4],[-2.7,-3.9],[-2.6,-3.3],[-2.1,-2.1],[0.4,-1.1],[2.3,-1.5],[3.3,-3.3],[3.6,-4.5],[2.9,-4.5],[1.7,-5.2],[-2.4,-6.5],[-5.1,-4.7],[-4.6,-3.6],[-4.7,-2.9],[-5.6,-1.9],[-4.8,-0.4],[-4.1,0.3],[-4.4,1],[-4.2,1.2],[-4.8,2.5],[-4,3.6],[-3.6,4.2],[-3.2,4.8],[-2.5,5.8],[-2.4,6.6],[-1.8,6.9],[-1,7.4],[-0.4,7.6],[0,6.9],[0.3,4.7],[-0.3,1.5],[-0.2,2.4],[-2.2,0.4],[0.1,2.2],[-1.8,1.6],[0.1,1],[1.4,0.7],[3.2,0.4],[2,2.5],[2,5],[-0.2,9.8],[-0.2,9.9],[-0.5,10],[-0.3,10.2],[-1.6,10.6],[-0.1,11.1],[-1.2,10.7],[-1.9,12],[-1.5,12.4],[-1.1,13.1],[1.2,12.3],[5.2,10.1],[9.6,6.9],[12.2,4.7],[13.1,-2.4],[13.5,-10.5],[11.5,-13.8],[10.5,-13.8],[7.8,-13.5],[3.1,-14.4],[2.8,-12.6],[4.2,-10.3],[4.2,-8],[2.5,-5.7],[2.3,-4.2],[2.3,-3.9],[2.9,-3.9],[4.5,-4.1],[6,-4],[6.3,-3.4],[5.3,-2.2],[4.5,-1.4],[6.2,-0.7],[6.8,0.8],[7.5,1.8],[6.4,1.5],[6.8,0.9],[9,2.3],[9.3,2.9],[9.3,3.3],[9.7,3.9],[10.1,3.9],[8,3.2],[6.4,1.5],[7.8,1.7],[9,2],[7.4,0.6],[7.8,-0.4],[8.3,-1.1],[8.1,-2.2],[8.9,-2.4],[10.8,-2.1],[10.1,-1.7],[7.2,-2.1],[6,-2.2],[7.9,-0.3],[8.1,0.5],[7.1,0.1],[7.6,-0.4],[7.4,-0.7],[7.2,-1.9],[6.6,-2.7],[6.3,-2.2],[6.7,-2.1],[6.8,-2.5],[6.9,-4.8],[7.7,-7.4],[7.7,-9],[6.8,-10.1],[5.9,-10],[5.2,-9.8],[5.6,-9.4],[5.9,-8.4],[4.7,-8.2],[4.5,-7.8],[5.4,-7.4],[6.6,-5.6],[6.2,-4.7],[5.7,-3.1],[5,-1.4],[4.1,0.2],[3.8,1.9],[3.2,3.3],[2.4,4.3],[2.5,5.4],[3.1,6.6],[2.7,7.3],[3.8,8.4],[3.5,9.1],[4,10],[3.7,10.1],[4,10],[4.8,10.3],[5.2,10.1],[4.8,9.2],[4.8,9.2],[4.3,9],[4.6,9.6],[4.7,10.4],[4.9,11.2],[0.8,7.4],[2.8,5.5],[7.6,3.7],[7.1,4.2],[7.5,-1.7],[5.7,-4.4],[3.3,-6.6],[1,-8.1],[-0.2,-10.1],[-0.9,-11.1],[-2,-11.5],[-4.4,-13.5],[-7.5,-14.3],[-7.1,-13.7],[-5.3,-11.6],[-6.4,-11.2],[-6,-10.5],[-5.5,-10.1],[-4.3,-8.2],[-1.9,-8],[-1.5,-8],[-0.7,-7.1],[-0.4,-5.2],[0.2,-3.8],[0.7,-3.4],[1.2,-1.9],[1.5,-0.3],[0.7,1.3],[0.6,2.8],[1.1,4.4],[2.1,5.9],[2.5,6.7],[2.9,7.7],[2.8,9.3],[3.6,10],[3.8,10.2],[3.5,10.6],[3.4,11],[3.6,11.3],[4.3,11.4],[4.7,11.3],[4.4,11.7],[4.7,11.6],[5,11.3],[5.6,10.6],[6.3,9.2],[7.5,7.3],[8.9,6.2],[9.7,5.4],[10,5],[9.8,4.6],[9.9,4.5],[10.1,4.3],[10.2,4],[9.8,3.9],[9.4,3.8],[8.5,2.4],[8,0.9],[7.9,0.2],[7.7,-0.2],[7.4,-0.4],[6.9,-0.7],[6.2,-0.9],[5.5,-1.1],[5.1,-0.9],[4.5,-1],[4.2,-1.8],[4,-1.8],[4.2,-1.4],[4.6,-1.2],[5.2,-1.1],[5.6,-0.8],[5.7,-0.3],[5.2,0.6],[4.9,1.2],[4.8,1.3],[4.6,1.5],[4.1,2.1],[3.2,3.1],[2.2,4],[0.8,4.5],[0.2,5.3],[-0.8,6.6],[-1.6,8],[0.2,8.2],[-1,10.8],[2.7,6.3],[7.6,-7.5],[5.6,-5.4],[7.3,-2.5],[8.1,-1.1],[9.4,-5.1],[5.9,-11.7],[3.2,-13.8],[2.2,-13.8],[2.2,-12.4],[2.1,-12.3],[1.6,-12.2],[0.5,-12.9],[1.7,-12.2],[0.7,-11.8],[0.6,-10.9],[0.3,-10.1],[-0.6,-10],[-1.1,-9.1],[-1.5,-7.5],[-1.8,-5.6],[-1.9,-3.4],[-1.6,-0.2],[-2.8,3.6],[-0.1,2.7],[-2.8,0.2],[-3,0.4],[-2.3,2.7],[-0.4,3.6],[0.5,4.3],[1.6,5.1],[1.9,5.7],[1.8,5.9],[2.6,7.1],[3.3,8.1],[4.1,7.8],[4.4,8.3],[5.4,8.1],[5.9,7.6],[6.2,7.4],[6.9,7],[8,6.1],[8.4,5.3],[8.5,4.1],[8.7,2.3],[8.8,1.3],[8.6,0.9],[8.2,0.1],[1,1.6],[1.4,-1.6],[3.7,-3.3],[5.2,-3.5],[10,-3.1],[11.4,1.1],[9,-2],[7.1,-8.4],[5.9,-5.8],[1.3,-8.4],[-0.2,-4.8],[0.8,-2.4],[0.1,-5.1],[-0.8,-6.3],[-1.9,-6.5],[-1.7,-5.5],[-1.2,-4.8],[-2.9,-5.4],[-3.4,-5.2],[-3.4,-5.9],[-3.5,-6.8],[-4.2,-8.8],[-5,-9.4],[-5.1,-9.9],[-5.2,-9.8],[-5.8,-9.3],[-6.2,-8.9],[-6.2,-8.1],[-6.1,-7.3],[-6.2,-6.8],[-6.3,-6.3],[-6.3,-5.8],[-6.5,-5.8],[-6.3,-5.4],[-6.2,-5.3],[-6.4,-5.2],[-6.4,-4.3],[-6.8,-3.5],[-7.5,-2.6],[-7.6,-1.3],[-7.2,-0.6],[-6.4,-0.5],[-5.9,0.1],[-5.7,1.5],[-5.3,2.6],[-5.3,3.7],[-5,4.3],[-4.5,4.8],[-3.9,5.2],[-3.7,5.6],[-3.6,6.2],[-3.9,7.2],[-3.9,8],[-3.4,8.6],[-2.8,9.2],[-2.8,9.6],[-2.5,10.3],[-1.7,10.7],[-0.8,11.2],[0.4,11.3],[1.2,11.6],[2.1,11.1],[3.6,9.1],[6,7.5],[7.7,6.6],[8.3,6.2],[8.3,6],[9.3,4.5],[9.9,1.9],[9.8,0.9],[9.2,0.5],[9,0.4],[8.6,0.7],[7.6,0.7],[6.9,-0.4],[6.6,1.4],[1.1,-9],[1.4,-6.3],[2.5,-2.4],[1.9,-2.1],[-2.8,-10.3],[-3,-8.8],[-3.2,-7.7],[-3.2,-6.5],[-3.3,-5.8],[-2.4,-5.1],[-1.8,-4.6],[-1.1,-4.2],[-0.3,-3.8],[0.7,-3.3],[1.5,-3],[2.3,-3.3],[2.6,-3.8],[2.5,-3.6],[2.2,-3.5],[1.2,-3.7],[-1.3,-4.4],[-3.7,-4.2],[-5,-3.3],[-5,-2.5],[-4.7,-1.2],[-4.9,0],[-5.6,1.1],[-4.4,1.6],[-4.3,2.5],[-5.1,3.3],[-5,4.3],[-4.1,4.5],[-3.8,4.9],[-3.2,5.3],[-2.7,5.9],[-2.1,6.7],[-1.4,7.1],[-0.8,7.2],[-0.4,6.8],[-0.5,6.2],[-0.5,2],[1.1,4.3],[-1.6,0.3],[-0.5,2],[-2.8,2.6],[-2.6,4.8],[-1.8,5.1],[-0.3,3.7],[1,5.2],[1.3,8.8],[-0.3,9.3],[-0.2,10.1],[-0.9,10.1],[-0.4,10.7],[-1.5,11.5],[-0.8,12.1],[1.7,9.9],[2.6,8.8],[4.7,9.1],[7.2,8.1],[8.6,6.9],[10,5.1],[10,2.1],[13.8,-4],[12.6,-10.7],[6.8,-12.2],[6.6,-11.4],[7.8,-11.3],[5.9,-12.6],[5.4,-11.4],[3.5,-8],[2.8,-6.2],[2.6,-5.7],[4.2,-5.3],[3.8,-4],[2.9,-2.9],[2.5,-1.9],[0.4,-2.7],[0.2,-5.8],[2.7,-4.6],[4.4,-2.5],[4.4,-0.8],[4.1,0.4],[4.3,2.1],[5.4,3.1],[4.7,2.8],[5.2,3.6],[7,4.1],[7.4,4.1],[7.7,3.9],[7.8,3.7],[7.6,3.6],[6.2,2.8],[6.9,2.3],[7.2,1.6],[7.2,0.6],[7.6,-0.6],[8.1,-1.4],[8.4,-0.9],[6.7,-1.8],[6.3,-2.8],[8.3,-0.4],[7,0.4],[5.5,0.6],[4.8,0.3],[5.1,0.8],[5.3,0.9],[5.3,-1.9],[5.9,-2.3],[7.6,-1.2],[7.3,-1.6],[6.1,-1.9],[5.7,-1],[6.2,-0.5],[6.9,-3.5],[7.2,-7.1],[7.3,-8.9],[6.3,-9.6],[5.6,-9.6],[4.6,-9.3],[4.3,-8.5],[4.4,-7.8],[4.3,-8.5],[5,-7.3],[4.2,-5.6],[3,-4.5],[4.8,-4],[4.3,-2.6],[3.6,-1.4],[3.1,-0.2],[2.6,1.6],[2.2,3.1],[2.3,4.4],[2,5.3],[2,6.4],[2.1,7.2],[2.3,7.9],[2.8,8.8],[3.5,9.4],[3,9.9],[4.3,10.2],[4.1,10],[4.4,10],[4.9,9.9],[4.1,8.8],[4.7,9.1],[4.9,9.3],[4.8,9.8],[6,10.3],[6.2,12.2],[-0.7,4.2],[1.6,7.7],[4.1,7.4],[7.4,3.5],[9.1,-0.2],[8,-2.3],[5.4,-4.8],[2.8,-7.3],[1,-10.3],[0.7,-13.2],[-0.2,-12.8],[-1.6,-14.2],[-4.4,-14.1],[-5.8,-12.5],[-5.6,-12],[-5.8,-11.1],[-5.8,-9.4],[-6,-7.8],[-5.4,-6.6],[-4.3,-6.1],[-2.8,-6.3],[-3,-6.2],[-2.2,-5.5],[-1,-5.4],[-0.4,-4],[0.1,-2.1],[0.7,-0.2],[1.7,1.4],[0.8,2.8],[0.6,3.7],[1.7,4.9],[2.4,5.9],[2.9,6.9],[3.7,7.8],[4.2,8.7],[4.6,9.4],[5.1,10],[5.4,10.4],[5.3,10.1],[5.6,10.5],[6.3,10.8],[6.5,10.5],[6.3,10],[6.7,9.5],[7.2,8.8],[7.6,7.9],[8.2,6.9],[9,6],[9.4,5.8],[9.1,5.9],[8.5,6.1],[7.8,5.9],[7.3,5.7],[6.8,5.4],[6.1,4.6],[5.2,3.3],[4.9,2.3],[4.9,1.3],[4.8,1.1],[4.6,1],[4.1,0.4],[3.7,-0.1],[3,-0.1],[1.9,0.6],[-0.2,1.2],[-2.2,0.8],[-2.7,-0.9],[-2.8,-1.7],[-2.3,-2.2],[-1.4,-2.3],[0,-1.8],[1.1,-0.7],[1.8,0.7],[1.7,2],[1.1,3.1],[0.2,3.9],[-0.6,4.4],[-1.4,4.6],[-2.1,5],[-2.8,6.1],[-3.2,7.6],[-2.5,7.7],[-1.8,7.2],[-4.4,12.7],[6.1,3.3],[9.1,-10.5],[7.2,-7.5],[7.7,-5],[7.5,-3.1],[8.3,-1.5],[9.1,-0.7],[8.4,-7.1],[5,-12.1],[2.9,-12.8],[2,-11.9],[1.4,-11.5],[1.4,-11.5],[0.5,-11.4],[0.4,-11.6],[0.5,-12],[-0.8,-10.5],[-1.2,-9.9],[-1.7,-9.7],[-2.7,-9],[-3.2,-7.5],[-3.5,-5.8],[-3.7,-4.3],[-3.8,-1.5],[-3.1,0.8],[-0.9,4.8],[1.2,-1.8],[-1.2,-3.1],[-3.3,-1.3],[-2.9,0.1],[-1.8,2.8],[-0.6,4.2],[0.6,5.3],[1.3,6],[1,6.2],[1.9,6.5],[3,7.5],[3.4,8],[4.3,7.8],[4.9,7.3],[5.5,6.8],[6.4,6.4],[7.2,6],[7.7,5.7],[8.1,4.9],[8.7,3.9],[8.6,3.2],[8.2,1.7],[8.6,1],[8.7,-0.4],[8.6,-1.1],[7.7,-0.6],[0.7,-1.5],[3.5,-2.7],[3.6,-3.7],[10.2,-10.3],[12.4,-10.6],[9.8,-8.1],[6.9,-6.2],[2.4,-7],[-1.4,-1],[0.1,0.5],[-0.8,-4.3],[-2,-6.7],[-2.1,-6.2],[-1.8,-4.8],[-1.1,-4.1],[-2.4,-4.8],[-3.8,-5.4],[-4.7,-5.4],[-5,-6.5],[-5.2,-7.4],[-5.9,-8.6],[-6.7,-9.1],[-6.5,-8.9],[-6.8,-8.4],[-7.1,-7.9],[-7.3,-7.2],[-7.1,-6.3],[-7,-5.8],[-7.3,-5.6],[-7.5,-5.4],[-7.5,-5.2],[-7.4,-5.1],[-7.3,-4.8],[-7.3,-4.7],[-7.3,-4.2],[-7.2,-3.2],[-7.7,-2.3],[-8.1,-1.2],[-7.9,-0.3],[-7.3,0],[-7.1,0.4],[-6.6,1.2],[-6.1,2.4],[-6.1,3.2],[-5.9,4],[-5.8,5],[-5.2,5.5],[-4.7,6.1],[-4.6,6.8],[-4.2,7.5],[-4,8],[-3.4,8.6],[-2.6,9],[-2.6,9.3],[-2.2,9.8],[-1.8,10.3],[-0.9,10.9],[-0.4,10.8],[1.1,10.2],[3.4,8.4],[5,7.1],[6.5,7.3],[7.1,7.5],[7.4,7.5],[8,6.5],[8.4,4.2],[9.1,3],[9.2,2.3],[8.9,1.9],[8.8,1.6],[7.4,2.5],[7.4,1.2],[5.8,0.5],[6,2.6],[1.1,-7.8],[2.1,-5.1],[3.1,-1.2],[3.2,-0.1],[-4.1,-9.7],[-3.7,-7.9],[-3.5,-6.6],[-4.2,-6.4],[-3.9,-5.6],[-3.2,-5],[-2.9,-4.7],[-2.4,-4.6],[-1.7,-4.5],[-0.9,-4.2],[-0.3,-3.9],[0.2,-3.8],[0.6,-3.6],[1,-3],[1.2,-2.3],[0.7,-1.9],[0.4,-1.3],[-4,-1.9],[-4.3,-1.7],[-4.9,-1.1],[-4.7,0],[-5.3,0.5],[-5.4,1.7],[-5.2,2.3],[-4.9,2.7],[-5.1,3.2],[-5,3.8],[-4.7,4.5],[-4.5,5.1],[-3.9,5.6],[-3.5,6],[-2.8,6.6],[-2,6.8],[-1.5,7],[-1.2,6.8],[-1.2,6.6],[-1.3,3.5],[0.5,2.5],[-1.7,0.2],[0.7,2],[-2.1,4.8],[-5.8,2.8],[-3.7,5],[-2.6,7],[-3.5,10.2],[-1,10.8],[-1,8.1],[-0.3,8.6],[-0.5,10.6],[-0.1,11],[0.4,11.1],[1.5,10.8],[3.3,10],[5.7,8.7],[5.9,6.9],[7.2,6.5],[9.8,5],[12.1,1.5],[10.5,-4.6],[11.5,-7.9],[7.5,-10.8],[7.3,-10.5],[7.6,-11.5],[6.2,-11.2],[4.6,-9.9],[5,-9.4],[5.5,-7.8],[2.9,-5.7],[2.3,-5.1],[2.8,-4.5],[3.1,-4.8],[4.8,-3.7],[5.2,-2.3],[4.9,-2.1],[0.1,-4.4],[-1.2,-4.4],[0.6,-2.2],[2.6,-0.2],[3.4,1.3],[3.3,2.5],[3,3.3],[4.4,3.5],[4.5,3.9],[4.4,4.2],[5,4.3],[5.6,4],[5.6,3.5],[5.6,2.7],[6.6,1.8],[7.6,1.1],[7.5,0.4],[5.7,-0.5],[5.7,-0.3],[7.2,0.2],[6.3,0.2],[5.4,0.7],[4.8,1.6],[4.7,1.9],[4.1,2],[2.6,2.6],[4.2,0.9],[6.4,-2],[5.6,-2.8],[5.3,-2.1],[5.3,-1.3],[5.8,-0.6],[5.7,0],[5.1,0.8],[5.5,0.9],[6.7,-3],[7.6,-6.1],[6.1,-8],[5.7,-9.7],[5.7,-9.2],[4.7,-8.8],[4.5,-8.4],[4.5,-8],[4.1,-6.8],[3.5,-7.1],[4.1,-6],[4.6,-4.7],[3.8,-3.5],[3.7,-2.2],[2.4,-1],[1.3,0.1],[0.9,1.4],[0.7,2.7],[1.1,3.6],[1.2,4.7],[1.6,5.5],[1.9,6.4],[1.8,7.3],[1.8,8],[2.5,8.7],[3.3,9.4],[3.5,9.7],[4.1,9.9],[4.2,10],[4.5,10],[4.3,10.5],[4.1,10.3],[4.5,9.7],[4.6,9.5],[5.7,9.4],[6.4,10.1],[8.1,10.8],[6.5,7],[1.7,6.8],[1.3,6.6],[4.5,0.2],[7.7,-1.1],[9,-2.1],[7.5,-3.5],[4,-6.1],[2.1,-9.2],[0.5,-11.4],[-0.3,-11.2],[-0.6,-14.4],[-2.7,-16.1],[-3.3,-13.6],[-5.1,-12.2],[-4.8,-10.8],[-4.2,-10.6],[-4.5,-8.3],[-4.5,-6.8],[-3.8,-6.2],[-3.5,-7.8],[-2.9,-7.4],[-3.1,-6.6],[-3.1,-5.1],[-3.1,-3.5],[-2,-2.4],[-1.3,-0.6],[-0.5,1.3],[-0.4,2.6],[0.3,3.7],[1.1,4.7],[2.2,5.4],[2.6,6.2],[3.2,7],[3.7,7.5],[4.5,7.8],[5.4,8.2],[5.9,8.4],[6.2,8.7],[6.6,9],[7.2,9.1],[7.5,9.2],[7.5,9],[7.7,8.6],[8.2,8],[8.6,7.4],[8.4,7.1],[7.8,7],[7.3,7.4],[6.7,7.9],[5.5,8],[3.9,7.1],[3.2,6.2],[2.5,5.4],[1.7,4.5],[1.5,4],[1.3,3.6],[1.1,3],[1,2.6],[1.1,2.9],[1.2,2.9],[0.2,2.3],[-1.2,2.6],[-2.1,3.9],[-4.8,3.9],[-5.1,2.1],[-0.6,-2.5],[-5.2,-3.2],[-7,-1.6],[-5.2,-1.4],[-3.7,-1.7],[-2.8,-0.9],[-2.2,0.6],[-2.1,2],[-2.5,3.1],[-3.1,4],[-3.6,4.8],[-3.7,5.7],[-3.2,6],[-3,5.5],[-5.3,7.7],[-5.2,13.5],[11.4,0.7],[10.8,-12.7],[9.2,-9.9],[9.2,-7.6],[8.5,-5.2],[8.2,-3.4],[8.7,-1.9],[9.2,-0.6],[10.1,-1],[7.9,-7.8],[4.7,-11.1],[2.9,-11.5],[1.9,-10.8],[1.6,-10.9],[0.5,-10.7],[-0.2,-10.6],[-0.2,-11.1],[-0.9,-10.7],[-1.5,-10],[-3,-9.5],[-4,-8.5],[-4.7,-7.4],[-5.1,-6],[-5.5,-4.7],[-5.6,-3.3],[-5.1,-1.9],[-3.4,2.5],[-1.2,-3],[-1.7,-1.7],[-3.3,-4],[-2.2,-1],[-3.3,-1],[-2.4,2.2],[-2,3.9],[-0.3,5.2],[0.9,5.8],[0.7,6.2],[1.3,6.4],[2.4,6.6],[3.7,7.2],[4.3,7.4],[4.7,7.4],[5.1,7.2],[5.6,7.1],[6.2,7],[7.1,6.4],[7.5,5.5],[7.7,4.5],[7.5,3.2],[7.7,2.9],[8.5,1.3],[8.8,0.3],[8.7,-0.3],[7.8,-1.3],[4.8,0.2],[2.5,-1.5],[10,-5.9],[7.1,-5.7],[5.6,-2.9],[10.3,-5.4],[5.4,-4.1],[-0.3,-3.2],[-1.9,0.1],[0.9,2.1],[0.6,-4.6],[-1.5,-7],[-1.7,-6.3],[-1.7,-4.3],[-0.3,-2.6],[-2.3,-3.7],[-3.8,-4.7],[-4.7,-4.9],[-5.6,-5.8],[-6.6,-7.2],[-6.9,-7.8],[-7.8,-7.9],[-7.9,-7.6],[-7.8,-7.3],[-8,-6.7],[-8.1,-6],[-8.1,-5.3],[-7.8,-4.9],[-8.1,-4.9],[-8.4,-4.9],[-8.6,-4.8],[-8.4,-4.7],[-8,-4.2],[-8.1,-4],[-8,-3.8],[-7.9,-3.2],[-8.1,-2.1],[-8.4,-1],[-8,-0.2],[-8.1,0],[-7.8,0.2],[-7.8,1.5],[-7,2.2],[-6.9,3.2],[-6.4,3.6],[-6.4,4.5],[-6.1,5.3],[-5.5,6.1],[-5,7.1],[-4.7,7.8],[-4.2,8.5],[-3.4,8.6],[-2.7,9.1],[-2.8,9.6],[-2.7,9.8],[-2.2,10.1],[-1.3,10],[0.2,8.9],[2,7.9],[3.1,7.3],[4.1,7.3],[4.9,7.6],[5.3,7.6],[6.1,7.1],[7.1,6.3],[7.9,5.2],[8,4],[8.3,3.6],[8.1,3.4],[7.8,3.8],[6.7,3.3],[5.8,1.4],[4.5,1.9],[5.4,2.9],[1.2,-6.7],[2.7,-4.2],[3.4,-0.2],[3.5,1.7],[-3.5,-8.2],[-4.2,-6.5],[-4.3,-5.9],[-5.2,-6.1],[-4.9,-5.6],[-4.4,-5.1],[-4.2,-4.9],[-3.7,-4.7],[-3.4,-4.4],[-3,-4.1],[-2.9,-3.9],[-2.7,-3.6],[-2.2,-3.3],[-1.4,-2.8],[-0.1,-2.1],[0.7,-1.2],[0.9,-0.6],[0.8,0],[-4.6,-1.1],[-4.5,-0.2],[-5.2,0.6],[-5,1.4],[-5.9,1.6],[-5.6,3],[-5.2,3.4],[-5,3.6],[-5.7,3.7],[-5.8,4.4],[-5.2,4.8],[-4.7,5.2],[-4.2,5.6],[-3.9,6.2],[-3,6.6],[-2.2,6.5],[-1.7,6.2],[-1,6.4],[-0.4,5.2],[0,2.2],[-1.7,0.5],[0.8,0.8],[3,2.8],[-6.9,-1.3],[-6.7,1.5],[-8.1,6.3],[-6,8.4],[-3.2,9.7],[-1.9,9.3],[-0.8,8.2],[-1,11.5],[-0.5,10.8],[0.5,10.1],[1.7,9.7],[2.7,9.4],[3.4,8.9],[5.1,7.5],[8.2,4.3],[13.3,0.5],[14.5,-2.7],[11.8,-8.5],[7.6,-10.1],[7.2,-10.6],[6.9,-11],[5.7,-10.3],[4.7,-9.4],[4.5,-9.7],[3.9,-8.3],[4.5,-7.1],[5,-5.9],[3.7,-4.7],[1.9,-2.7],[2.5,-3.7],[3.1,-3.4],[3.6,-2.6],[3.4,-2.9],[1.6,-2.1],[0.1,-2],[-0.3,-1.3],[0.2,0.2],[1,1.2],[1.9,1.9],[1.3,3],[1.8,3.6],[2.5,4.1],[2.5,4.4],[3.1,4.1],[4.1,2.9],[5.3,1.4],[5.8,0.6],[5.1,0.6],[4.8,1],[5,1.4],[5.1,1.3],[4.8,1.5],[4.5,2],[4.1,2.6],[2.7,3.2],[0.8,4.3],[1.2,3.5],[4.6,0.2],[4.7,-1.9],[4.1,-1.6],[4,-1.8],[3.9,-1.9],[3.9,-1.3],[3.9,-0.2],[3.8,1.1],[3.6,1.9],[4.9,1.5],[6.7,-2.7],[7.8,-6.6],[7.8,-8],[5.4,-8.4],[3.8,-8.6],[3.6,-8.3],[3.9,-7.9],[3.9,-8],[4.3,-6.3],[3.6,-7],[2.8,-5.8],[3.1,-4],[3.1,-2.9],[2.3,-2.2],[1.6,-0.5],[0.5,0.5],[-0.8,1.1],[-1.3,1.7],[-0.3,3.3],[-0.1,4.4],[0.4,5.2],[0.9,6.2],[1,7],[1.4,7.6],[1.5,8],[2.4,8.7],[3.6,8.8],[3.7,9.4],[4.6,9.9],[5,10.1],[5.5,10.9],[5.2,11.4],[5,10.2],[3.7,8.2],[5.1,8.3],[5.5,9.3],[6.8,9.5],[8.7,9.7],[11.1,8.8],[10.1,5.6],[9.3,-0.4],[4.5,-6.6],[7.4,-3.8],[8.6,-2.3],[8.4,-3.8],[6.8,-7.2],[4.2,-8.8],[2,-10.4],[0.7,-10.7],[0.7,-15.7],[-3.1,-16.8],[-3.8,-16],[-3.8,-12.4],[-4.2,-11.4],[-4.9,-11.1],[-4.7,-9.4],[-4.6,-8.1],[-4.1,-7.6],[-4.6,-7.8],[-3.6,-7.1],[-3.9,-6.5],[-3.2,-5.9],[-3.2,-5.2],[-3.3,-3.7],[-3.2,-1.8],[-2.7,0.2],[-1.9,1.8],[-1.1,3.2],[-0.2,4.4],[1,5.4],[2,6],[2.7,6.6],[3.4,7],[4.1,7.6],[4.8,7.9],[5.3,8],[5.6,8.2],[6,8.5],[6.4,8.7],[6.8,8.9],[6.9,8.9],[7.4,8.6],[7.7,8.4],[7.2,8.4],[6.4,8.6],[5.2,9.1],[4.4,9.5],[2.9,9.3],[1.1,8.4],[0,7.7],[-0.5,7.4],[-1,7.2],[-2,6.6],[-2.6,5.8],[-2.6,5.4],[-2.8,4.4],[-2.9,3.4],[-2.7,2.9],[-3.2,1.8],[-2.9,2.3],[-2.2,4.2],[-0.3,3.7],[4.8,0.5],[6.8,-1.4],[5.6,-1.5],[4.8,-0.8],[8.9,0.8],[-1.3,-5.8],[-4.2,-2],[-4.1,0.4],[-3.6,1.8],[-3.6,2.5],[-3.6,3.3],[-3.5,4.2],[-4.4,4.8],[-7.1,6.9],[-6.7,11.1],[7.5,6.1],[16.6,-9],[13.6,-11],[12.8,-10],[10.9,-9.8],[10.1,-8.3],[10.3,-5.8],[9.4,-3.8],[8.8,-2.3],[9.2,-1.2],[9.7,-0.3],[9.9,-1.6],[7.1,-7.3],[4.3,-9.5],[3.1,-10.1],[1.9,-10],[0.5,-9.8],[-0.6,-9.9],[-0.8,-10.1],[-1.2,-10.6],[-2.2,-10.2],[-3.5,-8.9],[-4.9,-8],[-6.1,-6.8],[-6.8,-5.4],[-7.2,-4.3],[-7.6,-3.2],[-7.9,-1.9],[-6.9,-1.5],[-4.2,-0.5],[-5.8,-0.5],[-6.1,-3],[-4.6,-3.8],[-2.8,-1.4],[-5.3,-1.2],[-3.3,1.5],[-1.9,3.5],[-1.6,4],[0,5.5],[1,5.9],[1.6,6.5],[1.4,6.7],[2.7,7],[3.7,7.1],[4.4,6.5],[4.8,5.8],[5.4,5.6],[6,5.4],[6,4.9],[6.9,4.8],[7.2,4.6],[7.3,3.8],[8.3,1.8],[7.8,1.5],[7.6,1.4],[8.1,1],[8.5,-0.1],[8.7,-0.9],[7.6,-2.2],[8,-3.3],[6.6,-1.8],[3.6,-1],[1.6,1.1],[-1.5,-3],[-2.7,-2.6],[-3.4,0.2],[1.9,0.3],[3.8,-3.2],[0.7,-6.8],[-0.6,-6],[-0.6,-3.9],[0.6,-0.5],[-1.6,-2.1],[-3.2,-4.3],[-3.9,-4.2],[-6.1,-5.6],[-7.4,-6.2],[-7.7,-6.9],[-8.2,-6.7],[-8.5,-6.1],[-8.9,-5.7],[-9.1,-5.4],[-8.8,-4.9],[-8.8,-4.4],[-8.6,-4.4],[-8.9,-4.5],[-9.2,-4.2],[-9.6,-4.5],[-9.6,-4.1],[-8.8,-3.6],[-8.8,-3.6],[-9.1,-3.5],[-9.1,-2.8],[-9.1,-1.9],[-8.8,-0.9],[-8.6,-0.1],[-8.5,0.4],[-8.5,0.4],[-8.4,0.9],[-8,2.1],[-7.5,2.9],[-7.4,4.1],[-7.1,4.3],[-6.8,5.1],[-6.2,6.1],[-5.5,6.8],[-4.9,7.3],[-4.4,7.9],[-3.7,8.4],[-3.3,8.9],[-3.2,9.4],[-3,9.5],[-2.3,8.9],[-1.1,7.3],[0.3,6],[1.6,5.9],[2.2,6.5],[2.6,7.3],[3.2,7.9],[3.9,7.9],[4.8,7.5],[5.7,6.5],[6.5,5.6],[7.2,5.3],[7,5.1],[6.8,5],[6.2,5.1],[6.3,4.1],[4,1.2],[3.4,2.3],[4.4,-1.7],[2,-5.1],[2.8,-2.9],[3.2,0.9],[3.4,2.1],[-2.6,-6],[-5.6,-6.1],[-5.4,-5.3],[-5.8,-5],[-6,-5],[-5.9,-5.1],[-5.3,-4.5],[-4.7,-4.2],[-4.2,-4.2],[-4.2,-4.6],[-3.9,-4.4],[-3.7,-4.3],[-2.6,-4.2],[-1.4,-3.9],[-0.2,-3.6],[0.1,-2.5],[-0.4,-0.9],[-0.5,-0.3],[0.4,0.9],[-3.3,0.6],[-4.2,1.9],[-4.5,2.1],[-5.2,2.2],[-5.9,2],[-6.1,3.1],[-4.9,4.3],[-4.6,4.5],[-4.6,4.5],[-4.9,4.8],[-5.1,5],[-4.6,5.4],[-4.3,5.9],[-3.5,6.3],[-2.8,6.6],[-2.4,6.6],[-1.2,6.7],[-0.8,5.8],[0.2,1.1],[-1.3,0.9],[-1.4,0.9],[2.1,3.2],[2.9,6.7],[-8.6,5.8],[-7.9,6.6],[-6.9,8.4],[-5.4,8.1],[-3.5,6.9],[-2.5,6.5],[-3.8,9.1],[-1.6,7.2],[-0.5,8.8],[0.5,9],[1.7,9.3],[6.5,5.8],[10.1,1.8],[11,-1.7],[10.9,-8.1],[9.7,-10],[7.8,-9.6],[6.5,-10.6],[6.4,-10.8],[5.5,-10.9],[4.7,-10],[3.9,-8.9],[2.2,-8.1],[2.5,-6],[3.3,-5.1],[2.2,-4.8],[1.9,-4.2],[1.5,-4.1],[1.6,-4.1],[1.4,-4.1],[1.4,-3.3],[1.6,-2.3],[0.8,-1.6],[0,-1.6],[-0.1,-0.2],[-0.4,0.4],[-0.8,1.3],[-0.7,2.3],[-0.2,2.8],[0.8,3.1],[2.1,2.9],[3,2.3],[3.2,1.4],[3.2,1.4],[2.7,1.8],[2.5,2.1],[2.2,2.5],[1.9,2.2],[2.3,2.1],[2.6,3.3],[3.5,3],[1.3,4.2],[0.1,4.2],[3.2,2.1],[3.7,0.4],[2,1.1],[1.2,1.1],[0.7,-0.7],[0.5,-1.7],[0.7,-1.3],[1,-0.7],[1.4,0.1],[2,1],[3.3,1.6],[5.5,0.7],[7.2,-2.9],[7.6,-6.8],[6.5,-9.1],[6.1,-9.6],[5.2,-8.4],[4.4,-7.5],[3.2,-6.9],[2.8,-7.3],[3.2,-6.3],[3.4,-5.6],[1.2,-5.5],[1.9,-3.8],[2.2,-2.2],[1.2,-1],[0.6,0.1],[-0.9,0.3],[-1.8,1.2],[-2.3,2],[-2.3,3.2],[-1.9,4.2],[-1.4,5.2],[-0.7,5.8],[-0.2,6.3],[-0.1,6.8],[0.5,7.2],[1.7,7.9],[1.9,8.3],[3.2,8.5],[4.8,8.7],[5.1,9.3],[6.2,9.9],[7.2,10.7],[7.1,11.2],[7.7,10.2],[6.9,8.2],[5,7.8],[5.4,8.1],[6.2,8.9],[7.5,8.9],[9.6,8.1],[10.8,6.8],[10.8,-1.2],[4.8,-6.8],[7.6,-5.1],[9,-3.2],[8.1,-3.2],[5.9,-5.7],[4.4,-7.8],[2.8,-11.4],[1.7,-10.8],[-0.1,-15.1],[-3.9,-15.3],[-3.8,-13.6],[-3.9,-12],[-3.5,-10.4],[-4.7,-8.5],[-5.3,-7.3],[-5.3,-7.1],[-5.3,-7.4],[-5.3,-7.1],[-5.4,-6.2],[-4.9,-5.8],[-5.2,-4.8],[-4.9,-3.8],[-4.4,-3.3],[-4,-2.1],[-3.2,-1],[-3.1,0.5],[-2.7,2.1],[-2,3.6],[-0.9,4.8],[0.2,5.7],[1.1,6.5],[1.8,7.1],[2.6,7.5],[3.4,7.9],[4,8.3],[4.5,8.5],[5.1,8.6],[5.6,8.8],[5.8,8.8],[5.9,8.9],[5.8,9.2],[5.4,9.6],[4.5,10.2],[3.1,10.3],[1.9,10.3],[1.1,10.3],[-0.4,9.9],[-1.8,9.4],[-2.3,9.6],[-3.3,9.4],[-4.6,8.7],[-5.8,7.9],[-6.4,6.7],[-6.5,5.7],[-6.4,4.6],[-6.9,3.2],[-6.3,3.2],[-5.6,4.8],[-4.2,6.2],[-1.9,4.8],[1.9,1.7],[4.2,-0.3],[4.8,-0.8],[4.2,0],[3.8,1.4],[4,3.3],[-1,-3],[-4.1,-0.8],[-4.9,1.5],[-5.2,3.3],[-6.1,5.2],[-5.2,7.8],[2.4,7.4],[13.8,-0.4],[17.2,-8.3],[15,-10.1],[15.5,-9.7],[15.3,-9.3],[13.7,-8.4],[12.6,-8.3],[12,-7.5],[10.5,-5.5],[10.3,-3.8],[10.3,-2.4],[9.6,-1.1],[9.4,-0.3],[9.8,-0.1],[9.4,-1.6],[6.4,-6.3],[4.1,-7.6],[2.8,-8.9],[1.5,-9.1],[-0.4,-9.5],[-1.5,-8.9],[-2.4,-9],[-3,-8.5],[-3.5,-8.1],[-4.8,-7.4],[-6.2,-6.2],[-7.4,-4.6],[-7.9,-2.9],[-8.5,-1.3],[-9.2,-0.2],[-11.2,0.7],[-10.6,0.2],[-7.9,0.3],[-9.2,2.8],[-8.3,-0.5],[-8.9,-2.8],[-8.5,-1.2],[-7,-0.4],[-5.1,1],[-3,2.4],[-1.6,3.5],[-1.2,4.2],[-0.1,5],[1,5.8],[1.5,6.8],[1.9,6.8],[2.5,6.4],[3.5,5.7],[4.6,5.1],[5.1,4.6],[5.7,4.7],[5.9,4.5],[6.3,4.4],[6.7,3.4],[7,3.3],[6.9,3.2],[7.4,3.1],[7.7,1.3],[6.6,-1.6],[5.5,-4],[5.3,-2.8],[5.8,-1.2],[4.9,1.3],[1.6,-1.2],[2.3,0.6],[4.4,-1.5],[-2.9,-4],[-4.8,-2],[6.4,-4.9],[4.8,-3.7],[4.1,-3.1],[2.4,-5.3],[1,-5.1],[0.6,-3.4],[0.9,0.5],[0.4,0.4],[-2.3,-3],[-3,-3.5],[-4.5,-4.4],[-7.1,-5.3],[-8.1,-5.8],[-8.7,-5.8],[-9,-5.2],[-8.9,-4.7],[-9.6,-4.7],[-9.5,-4.2],[-9.4,-4.2],[-9.8,-4.2],[-9.7,-4.1],[-9.6,-3.7],[-10.2,-4],[-10.9,-3.9],[-10.2,-2.9],[-9.6,-2.8],[-9.8,-2.9],[-9.6,-2.5],[-9.4,-2.3],[-9.2,-1.3],[-9.2,0],[-9,0.8],[-9,1],[-9.1,1],[-8.9,1.7],[-8.8,3],[-8.5,3.3],[-8.2,4],[-7.8,4.4],[-7.3,5],[-6.4,6.1],[-5.8,7.2],[-5.2,7.8],[-4.8,8.3],[-4.6,8.5],[-4.1,8.6],[-3.2,8.1],[-1.7,7.2],[-0.7,6.7],[0.2,6.8],[0.2,6.9],[0.4,7.4],[0.7,7.8],[1.2,7.7],[1.9,7.5],[2.9,7.1],[4.3,7.1],[5.1,7],[5.2,6.4],[5.4,6.2],[5,6.2],[5.2,5.6],[5.1,4.2],[3,0.9],[3.8,1.6],[4,-4.5],[2.7,-4.2],[2.9,-1.5],[2.8,2.1],[3.5,4.5],[-1.3,-4.1],[-4.9,-4.6],[-7.3,-4.3],[-6.6,-4.8],[-6.5,-5.9],[-5.8,-4.9],[-5.2,-4.9],[-4.7,-4.9],[-4.2,-5.5],[-3.7,-5.4],[-3.3,-5.2],[-3.7,-5.7],[-3.4,-5],[-3.2,-4.5],[-2.4,-4.3],[-1.3,-3.6],[-0.7,-2.5],[0.2,-0.1],[-1.2,1.4],[-1.2,2.7],[-2.4,3.1],[-4.4,3.3],[-4.2,3.5],[-5,3.7],[-6.3,3.6],[-5.9,4.1],[-5.5,4.2],[-5.5,4.4],[-5.1,4.6],[-4.4,4.4],[-4,4.8],[-3.2,5.1],[-2.5,5.5],[-2.4,5.9],[-2.2,6.2],[-1.9,6],[0,7],[-0.4,0.3],[-1.6,2],[0.8,0.8],[-0.2,3],[-1.6,3.3],[3,7.1],[-4.4,3.3],[-5.1,3.7],[-5.5,4.8],[-3,5.3],[-4,6.3],[-2,4],[-0.9,4.8],[0.9,5.1],[2.4,5.1],[3.1,1.4],[9.8,-2.5],[7.8,-3.8],[6.2,-8.7],[7,-10.8],[7.1,-10.3],[6.9,-10.3],[5.8,-10.4],[5,-10.2],[3.7,-9.7],[3.1,-8.8],[2.3,-7],[0.1,-5.6],[-0.2,-4.2],[0.4,-2.7],[-0.9,-2.7],[-2.5,-2.7],[-3.6,-3.9],[-3.6,-4.4],[-3.4,-4.3],[-2.9,-3.2],[-2.2,-1.5],[-1.5,-1.3],[-1.2,-1.2],[-1.5,-0.6],[-1.3,0.1],[-1.2,0.6],[-0.6,1.5],[-0.1,2.5],[0.3,3],[0.4,2.9],[0.4,2.7],[-0.2,2.9],[-0.1,3.3],[0.4,3.3],[0.5,2.7],[0.3,2.4],[0.4,3.1],[-0.4,3.4],[-1.2,1.9],[-0.4,2.9],[2,2.8],[2.6,2.3],[1.1,3.2],[-0.1,3.8],[-0.2,3.5],[3.2,-0.4],[3.7,-4],[2.8,-4.2],[1.6,-3],[2.5,-2],[3.9,-1.5],[5.6,-1.9],[6.9,-3.2],[6.6,-5.5],[6.7,-7.4],[6,-8.5],[5.2,-8.4],[5.2,-7.6],[5.2,-6.2],[3.5,-6],[2.6,-5.6],[1.8,-5.6],[1.8,-3.9],[0.2,-4.6],[-0.1,-3.2],[0.4,-1.4],[-0.2,-0.2],[-0.8,0.4],[-1.4,0.9],[-2.1,1.9],[-4.1,2.3],[-3.6,3.3],[-3.2,4.5],[-3.5,4.9],[-2.9,5.5],[-2,6.2],[-1.5,6.5],[-1.4,6.7],[-0.4,7.3],[0.7,7.5],[1.9,7.7],[2.1,8.1],[4.4,8.2],[6.1,8.5],[6.9,8.9],[8.2,9.5],[8,9.6],[7.9,8.5],[7,6.7],[7.1,6],[7.2,6.7],[6.5,7.2],[6.9,7.4],[7.9,8.5],[8.6,8.1],[12.2,-6.3],[5.4,-6.2],[7.9,-4.7],[8.4,-3.2],[8.2,-2.6],[7,-4.3],[4.6,-6.5],[2.1,-10.2],[1.8,-9.8],[-2.6,-14.8],[-4.2,-13.3],[-3.7,-11.9],[-5.1,-11.6],[-3.3,-9.7],[-4.5,-7.9],[-5.4,-7.1],[-5.5,-6.6],[-6.4,-7],[-6,-6.7],[-6.4,-5.9],[-6.6,-5],[-6.3,-4.4],[-5.9,-3.8],[-6,-2.4],[-5.5,-1.2],[-4.2,-0.5],[-3.4,0.3],[-3.2,1.8],[-2.8,3.4],[-2,4.7],[-1.1,5.6],[-0.2,6.2],[0.5,6.9],[1.2,7.4],[2,7.9],[2.5,8.3],[3,8.6],[3.5,8.8],[3.7,9.1],[3.7,9.6],[3.5,9.9],[3.1,10.4],[2.7,11.1],[1.2,11.1],[0.3,11],[-0.2,11.2],[-1.1,11.3],[-2.3,10.7],[-3.3,10.8],[-4.4,11],[-5.9,10.7],[-7.8,9.8],[-8.9,9],[-9.6,7.5],[-9.9,6.4],[-9.6,6.4],[-9.1,6.7],[-8.4,7],[-7.1,5.8],[-4.6,3.8],[-2.2,2.3],[-0.8,2],[-0.1,2.2],[0.7,2.6],[-0.4,2],[-0.4,3],[0.8,3.5],[1.3,2.8],[0.3,3.8],[5.7,2.5],[13.2,-2.4],[16.3,-6.5],[15.9,-7.6],[15.8,-7.9],[15.5,-8.1],[14.9,-8.4],[14.6,-8.7],[14.9,-8.4],[14.5,-8.1],[13.8,-7.7],[12.9,-7],[13.2,-5.7],[11.8,-3.7],[10.6,-2.3],[11.6,-1.1],[11.2,0.1],[9.7,0.5],[9.6,0.7],[8.9,-0.8],[6.4,-4.9],[4.1,-6.2],[2.1,-7.3],[0.3,-8.2],[-1.4,-8.4],[-2.5,-7.7],[-3.3,-6.9],[-3.5,-6.3],[-4.2,-5.7],[-5.8,-5.2],[-6.7,-4.1],[-7.4,-2.1],[-7.9,0.5],[-8.1,4.4],[-2.9,2.5],[-1.1,1.6],[-2.6,0.4],[-2.3,1.2],[0.6,4.8],[-3.2,0.6],[-2.5,0.4],[-9.3,0.1],[-9,-1.5],[-6.3,-0.6],[-4.8,1.5],[-2.6,2.4],[-1.3,3.5],[-0.4,4.3],[-0.2,5],[0.4,5.2],[1,5.7],[1.8,5.4],[2.8,4.9],[3.4,5.1],[3.8,5.2],[4.1,5.3],[4.3,5.4],[4.9,5.1],[5.4,4.9],[6.1,4.6],[6.6,3.7],[6.3,1.9],[5.5,0.5],[5.3,-1.1],[4.2,-1.8],[4,-0.1],[4.8,1.4],[5,2.1],[2.5,1.2],[3.5,1.4],[4.6,1.5],[3.5,-2.3],[7.1,-3],[6.4,-3.7],[5.2,-2.9],[4.2,-2.9],[3.1,-3.1],[2.3,-3.9],[1,-2.5],[1.5,0.7],[2.4,2.6],[-0.3,0],[-2.8,-3.1],[-3.5,-3.4],[-5.6,-4],[-7.6,-4.4],[-8.7,-4.8],[-8.8,-4.3],[-9.6,-4.6],[-9.9,-4.7],[-9.9,-4.7],[-10.5,-4.4],[-10.8,-4.4],[-10.6,-4.1],[-10.1,-3.7],[-10,-3.3],[-10.2,-2.9],[-10.3,-2.6],[-10.9,-2.5],[-11,-2.2],[-10.6,-1.8],[-10.1,-1.3],[-10.1,-1],[-9.8,0],[-9.8,1],[-9.9,1.9],[-10.2,2.1],[-10,2],[-10,2.8],[-9.6,3.5],[-9.4,4.1],[-9.1,4.5],[-8.6,5.2],[-7.9,6],[-7.5,6.4],[-6.7,7.1],[-6,7.9],[-5.3,8.1],[-4.2,7.7],[-3.3,7],[-2.7,6.9],[-2.1,7.1],[-2.2,7.1],[-2,7.2],[-1.7,7.3],[-0.9,7.5],[0,7.9],[1,8.3],[1.8,8.1],[2.3,7.8],[2.7,7.4],[3.1,7],[3,7.3],[3.4,6.7],[3.4,6.2],[4.5,1.5],[4.6,0.4],[4.8,0.1],[3.9,-4.6],[2.9,-2.8],[3,0],[3.1,3.2],[4.3,5.2],[3,1.3],[-2.9,-6.1],[-6.6,-5.5],[-7.5,-6.4],[-7.2,-6.5],[-6.6,-6.9],[-5.1,-6.4],[-4.8,-6.1],[-3.5,-5.1],[-3.5,-4.6],[-4.4,-5.3],[-4.5,-5.2],[-4.2,-4.3],[-4.2,-4],[-3.9,-4.1],[-3.5,-3.3],[-3,-2.5],[-2.4,-1.3],[-0.8,1.1],[-0.9,3.9],[-1.2,4.2],[-1.1,4.1],[-4.4,4.3],[-4.7,5],[-5,4.4],[-5,4.5],[-4.8,4.3],[-4.9,4.2],[-3.7,3.9],[-2.9,4],[-2.6,3.8],[-2.4,4.4],[-1.9,5.4],[-0.6,5.7],[-1.9,5.5],[-1.4,6.6],[1.2,8.4],[-1.1,1.1],[0.1,3.4],[1.4,-0.4],[-1.2,0.7],[-1.5,2.7],[2.2,9.1],[1.6,8.1],[-4.9,2.8],[-4.7,5.6],[-3.5,5.7],[-3.8,3.1],[-4.8,4.2],[-2.7,4.3],[-1.9,1],[3.5,0.4],[1.1,-1.1],[5,-2.3],[7.1,-4.7],[4.9,-7.8],[4.7,-10.1],[6.5,-10.2],[5.2,-9.5],[3.8,-9.3],[3.2,-8.5],[2.6,-7.2],[1.9,-6],[1.6,-4.4],[-0.8,-3.9],[-1.9,-1.5],[-3.4,0.2],[-5.2,0.3],[-7.5,0.5],[-8,-1.1],[-8.3,-1.8],[-7.2,-2.1],[-6.2,-1.6],[-5.2,-1.2],[-5.1,-0.6],[-4.7,0.3],[-3.8,0.7],[-3.3,1.3],[-2.7,2.3],[-3.4,3],[-3.8,3.1],[-4.1,3.3],[-4.3,3.9],[-3.4,4.2],[-2.7,3.8],[-2.1,3.9],[-1.7,3.8],[-2.1,3.3],[-1.9,2.6],[-1.2,1.3],[0.1,0.4],[1.2,0.8],[1.4,2.3],[0.8,2.8],[-0.8,2.9],[0.9,3.8],[5.7,-0.7],[6.7,-5.6],[6,-4.8],[6,-4.3],[6,-3.8],[4.8,-3.9],[5.1,-4.6],[5.5,-4.3],[5.2,-4.3],[5.5,-4.4],[5.9,-5.7],[5.4,-6.8],[4.6,-7.2],[4.4,-7],[4.7,-5.4],[3.6,-4.9],[3.3,-4.3],[2.5,-4.9],[1,-3.8],[1.4,-1.3],[-1.5,-2.4],[-1.4,-0.7],[-1.3,0.6],[-1.7,1.3],[-2.7,1.6],[-2.9,2.3],[-4.2,2.7],[-4.8,3.5],[-4.4,4.8],[-4.3,5],[-4.6,5.6],[-4.8,6],[-4.1,6.4],[-3.5,6.3],[-2.8,6.2],[-1.5,6.4],[-0.1,7.1],[1,7.7],[1.4,7.9],[2.9,8.8],[4.8,8.8],[6.7,8.4],[8.6,8.2],[9.1,8.4],[9.3,7.7],[8.4,6.7],[7.8,5.9],[8.5,6.3],[8.7,6.9],[8.2,6.4],[9.8,5.6],[13.5,0.8],[12.2,-6.9],[8.3,-5.6],[8.2,-3.8],[8.4,-2.9],[7.7,-2.5],[6,-3.1],[4.7,-5.3],[2.1,-8.4],[2.4,-9.4],[-3.1,-12.6],[-3.8,-10.9],[-4.7,-10.9],[-5.9,-10.1],[-3.9,-7.5],[-4.9,-7],[-5.9,-7.4],[-6.8,-7.3],[-7.4,-6.5],[-7.3,-5.7],[-7.5,-5.3],[-7.4,-4.7],[-7.4,-4],[-7.3,-3.1],[-7.1,-2.3],[-6.3,-1.8],[-5.5,-1.1],[-4.9,0.3],[-4.5,1.6],[-4,2.7],[-3.6,3.9],[-3,5.1],[-2.3,6.1],[-1.6,6.8],[-1,7.4],[-0.4,8],[0.3,8.5],[0.7,9.1],[1.1,9.7],[1.3,10.3],[1.1,10.9],[1,11.2],[0.7,11.6],[-0.2,11.3],[-0.7,11.4],[-0.9,11.9],[-1.4,12.2],[-2.3,11.7],[-3.3,11.9],[-4,12.2],[-5.7,12.3],[-8.2,12.1],[-9.6,11.6],[-11.3,10.4],[-12.3,10.4],[-12.9,9.4],[-12.6,8.6],[-11.6,7.6],[-10.2,6.4],[-8.4,5.4],[-7.6,4.5],[-6.8,3.5],[-6.9,0.6],[-5.2,-0.1],[-3.4,0],[-1.1,-0.1],[3.8,-0.9],[8.6,-3.5],[11.8,-6.7],[12.4,-7.6],[12.8,-7.2],[13.5,-6.9],[13.4,-7.2],[13.3,-6.9],[13.4,-6.4],[13.2,-6.5],[13.2,-7],[13.5,-7.3],[13.3,-7.3],[12.9,-7],[12.9,-6.6],[12.9,-5.2],[12.7,-3.9],[11.8,-2.2],[11,-0.9],[10.5,0.2],[10.8,0.8],[11.5,1.4],[10.3,1.5],[8.9,0.9],[6.5,-3],[4.1,-4.8],[1.5,-5.8],[-1.5,-6.6],[-2.6,-6.1],[-3.9,-5.3],[-4.3,-4.4],[-4.3,-3.8],[-4.5,-3.3],[-6.1,-3],[-6.5,-1.5],[-6.9,0.1],[-5.6,4.2],[0.3,1.9],[-0.7,-1.3],[0,-2.3],[0.2,-2.3],[-1.9,1],[0,2.7],[0.8,1.2],[-1.3,1.3],[-1.2,1.3],[-3.2,-0.9],[-4.7,-2.3],[-5.8,0.1],[-4.4,2.7],[-2.8,3.7],[-2,4.5],[-1,4.7],[-0.1,4.9],[0.4,5.2],[0.4,4.7],[1.2,4.9],[2.5,5.3],[3.3,5.6],[3.8,5.6],[4.3,5.1],[4.6,5.1],[4.8,4.7],[5,3.8],[4.9,2.8],[4.7,2.5],[4.6,1.5],[4.1,0],[3.5,-1.2],[3.3,0.4],[4.1,2],[4.9,2.3],[3.4,2],[6.7,4.7],[6.1,3.6],[7.5,-3.4],[7.6,-3.2],[4.6,-1.6],[4.4,-1.5],[3.9,-1.2],[2.8,-1.8],[2.7,-2.7],[1.4,-1.2],[1.8,0.8],[2.7,2.3],[3.1,2.3],[0.6,-1],[-1.6,-2.6],[-3.9,-2.7],[-6.9,-3.8],[-8.1,-4.4],[-9.3,-4.6],[-10.1,-4.7],[-10,-4.6],[-10.5,-4.5],[-11.3,-4.5],[-11.4,-4.2],[-11.2,-3.7],[-10.9,-3.3],[-10.5,-2.9],[-9.9,-2.6],[-9.6,-2.7],[-10.9,-3.2],[-11.3,-2.5],[-11.3,-1.1],[-11,-0.5],[-10.8,0.1],[-10.4,0.3],[-10.1,0.8],[-10.1,1.9],[-10.3,2.4],[-10.7,3],[-10.6,3],[-10.6,3.6],[-10.3,4.3],[-10.1,4.8],[-9.9,5.5],[-9.5,6.1],[-8.9,6.6],[-8.2,7.1],[-7.5,7.3],[-6.7,7.6],[-5.9,7.5],[-5.4,7.3],[-5.1,7.1],[-4.9,7],[-4.5,7.6],[-3.8,8.1],[-3.4,8.2],[-2.8,8.1],[-2,8.1],[-1.2,8.2],[-0.6,8],[0,7.8],[0.4,7.9],[0.4,7.6],[1.4,7.2],[1.7,6.3],[3.9,1.6],[5,2.3],[3.3,0.2],[3.8,-2],[3.2,-3],[2.5,-1.5],[3.1,1],[3.7,3.4],[5,5],[5,4.9],[1.2,-0.7],[-3.4,-3.6],[-5.9,-5.9],[-7.7,-7.8],[-7.9,-8.5],[-7.1,-8.4],[-5.1,-7.6],[-3.7,-6.3],[-2.4,-5.2],[-3.2,-6.4],[-4.8,-5.1],[-4.4,-4.1],[-4.8,-4.6],[-4.7,-3.8],[-4.7,-2.5],[-4.6,-1.3],[-4.5,-0.8],[-3,1.1],[-2,4],[-2.4,5.2],[-2.7,4.4],[-1.3,3.5],[0.1,2.8],[0.9,1.9],[1.3,1.5],[0.8,1.2],[0.6,1.4],[0.2,2.2],[0,2.7],[0.1,3.1],[0.1,3.2],[1.5,3.9],[0.6,4.9],[-1.7,5.4],[-1.1,7.1],[0.9,8.6],[-0.6,6.3],[2.4,2.3],[0,-0.5],[1.2,-0.7],[-4.3,2.8],[3.3,7.1],[0.7,7.2],[3,4.8],[-0.3,4.3],[-1.2,2.4],[-0.2,2],[-1.5,-3.5],[1.3,-4.5],[0.6,-1.9],[4.1,-3.7],[3,-3.3],[5.3,-3.8],[5.8,-4.9],[4,-6.5],[3.9,-8.6],[4.4,-9.4],[3.7,-8.2],[2.7,-7.5],[2.2,-6.8],[2.2,-4.9],[2,-2.8],[0.1,-3.5],[-2.2,-0.5],[-2.8,1.7],[-4.5,4.5],[-5.1,3.3],[-0.6,-3.2],[-0.8,-6.7],[-7.4,-5.6],[-7.7,-3.1],[-7.4,-2.3],[-7.3,-1.6],[-6.9,-0.2],[-6.1,0.8],[-5.2,1.8],[-4.5,3.2],[-5.4,4.3],[-4.4,2],[-4.6,1.6],[-6,2.1],[-6.6,3.3],[-6.2,4.7],[-5.1,4.3],[-4.7,2],[-3.6,1.1],[-2.5,1.2],[-2.5,1.9],[-3.4,2],[-1.5,3.7],[4.4,3.3],[7.3,-2.7],[7.4,-5.1],[8.1,-5.8],[7.4,-5.4],[7.1,-4.9],[7,-4.9],[6.8,-4.8],[6.8,-4.8],[6.5,-5],[5.8,-5.4],[5.1,-4.9],[5.3,-4.4],[5.3,-4.5],[4.6,-5.2],[4.2,-6.2],[3.8,-6.2],[3.7,-5.2],[3.7,-5.1],[4.7,-3.9],[3.2,-4.1],[2.9,-3.3],[1,-3],[-0.1,-1.3],[-0.5,0],[-2.6,0.9],[-2.1,2],[-2.5,2.1],[-3.2,2.3],[-3.8,3],[-4.5,3.2],[-4.8,4],[-5.2,5],[-5.2,5.7],[-5.2,5.9],[-5.9,6.1],[-6.3,6.6],[-6.5,6.2],[-6,5.8],[-4.7,5.2],[-3.1,5.4],[-1.4,5.6],[0.4,5.6],[1.5,6.5],[2.5,7.4],[3.8,8.1],[5.6,8.4],[7.4,8.2],[9,7.9],[9.2,7.9],[9,7.4],[8.5,7.2],[9.3,6.7],[10.2,6.3],[11.9,5],[12.9,3.1],[13.3,-0.7],[10.4,-5.5],[9,-3.7],[8.3,-2.4],[7.7,-2],[7.1,-1.9],[5.1,-2.2],[3.7,-4.5],[1.5,-5.8],[-0.5,-11.4],[-2.3,-10.4],[-4.2,-10],[-5.2,-9.5],[-6.1,-8.2],[-6,-6.5],[-6,-6.3],[-7,-6.8],[-7.6,-6.5],[-8.2,-5.9],[-8.3,-5.3],[-8.5,-4.6],[-8.4,-4],[-8.2,-3.5],[-8.1,-3.3],[-7.8,-3],[-7.5,-2],[-7.1,-0.6],[-6.4,0.6],[-5.5,1.3],[-5.1,2.2],[-4.9,3.6],[-4.4,4.8],[-4,5.8],[-3.4,6.8],[-2.9,7.7],[-2.3,8.5],[-1.8,9.2],[-1.5,9.9],[-1.2,10.5],[-1,11],[-0.8,11.6],[-1.3,11.9],[-1.7,11.7],[-1.3,12.1],[-1.2,12.4],[-1.5,12.8],[-2.1,12.6],[-2.8,12.3],[-2.9,12.8],[-4,13.4],[-6.2,14.3],[-8.1,15.1],[-11.1,15.3],[-13.8,14],[-15.2,11.4],[-16,9.4],[-14.5,7],[-13.7,6.8],[-11.9,4.4],[-4.7,-1.5],[1.6,-9.5],[3,-10.5],[3.7,-9.3],[5.2,-9.2],[6.5,-8.7],[7.8,-8.2],[9,-8.1],[9.7,-8.2],[10.3,-8.1],[10.9,-7.7],[11.1,-7.2],[11.2,-6.7],[11.3,-6.3],[11.3,-6],[11.2,-6],[11.3,-6.2],[11.7,-6.5],[11.9,-6.6],[12,-6.7],[12,-6.1],[12.3,-5],[12.8,-3.1],[12,-0.7],[11.4,0.6],[11.3,1.3],[10,1.7],[10.4,2.2],[10.8,2.7],[10.1,2.8],[9.1,2.7],[6.6,-0.8],[3.9,-2.6],[0.3,-3.4],[-2.7,-3.5],[-3.5,-3.2],[-4.9,-3.2],[-5.2,-2.3],[-5.4,-1.4],[-5,-0.6],[-3.7,2.2],[-2,-0.6],[-5.7,1.1],[-4.3,6.3],[-1.4,-1.1],[-1.3,-0.6],[-1.9,-0.7],[-0.9,-0.6],[0.3,0.2],[0.3,1.2],[-0.5,-0.4],[-1.2,-2.1],[-1.2,-1.7],[-3.3,-1.9],[-0.9,-0.1],[-6.2,0.6],[-6.6,2.6],[-4.8,3.9],[-3.8,4.8],[-2.8,5.3],[-1.6,5.6],[-0.9,5.8],[-0.1,5.6],[0.4,5.6],[1.1,5.7],[1.9,6.3],[2.5,6.3],[3,5.6],[3.3,4.9],[3.4,4.7],[3.1,4.8],[3.6,4.2],[2.9,3.3],[3.3,0.1],[1.6,-3.2],[2,-0.5],[1.7,1.5],[1.7,2.6],[1.6,1.1],[3.2,3.9],[3.9,0.2],[4.4,-0.5],[4.2,-1.8],[4.7,-1.8],[3,-0.9],[3.1,-0.4],[2.3,1.2],[1.7,-1.9],[2,-2.1],[1.8,-0.4],[1.8,1.2],[1.9,2.6],[2.5,2.8],[2,1.5],[0.1,-0.6],[-2.2,-1],[-5,-1.9],[-7.1,-2.6],[-9.2,-3.7],[-9.9,-4],[-11.6,-5.2],[-11.5,-5.5],[-10.9,-4.6],[-11.3,-3.7],[-10.5,-3.6],[-11,-3.7],[-10.8,-3.5],[-10.8,-3],[-10.1,-2.5],[-10.9,-2.8],[-11,-2.4],[-11.1,-1.4],[-10.9,-0.3],[-11.1,0.6],[-11.1,1.5],[-10.9,1.7],[-10.4,2],[-10.5,2.6],[-10.7,3.5],[-10.8,4],[-10.9,4.5],[-11,5],[-10.9,5.6],[-10.6,6.3],[-10.4,6.9],[-10,7.3],[-9.6,7.5],[-9,7.6],[-8.7,7.6],[-8.1,7.7],[-7.6,7.8],[-7.3,7.6],[-7.1,7.2],[-6.6,7.1],[-5.9,7.3],[-5.3,7.4],[-4.5,7.6],[-3.8,7.7],[-2.9,7.8],[-2.3,8.1],[-2.4,7.9],[-1.8,7.7],[-1.1,7.7],[0.2,5.5],[1.9,2],[2.1,3],[3.2,1.8],[2.6,-2],[2.5,-2.2],[2.2,-3],[1.8,-1.1],[3,1.3],[4.1,3],[5.2,4.7],[7.1,5.1],[4.5,2.3],[2.5,0.5],[-1.9,-4.5],[-3,-6.3],[-6,-8.9],[-7.7,-9.4],[-6.5,-8.8],[-4.2,-7.3],[-2.3,-5.7],[-2.6,-4.9],[-3.9,-4.7],[-3.9,-3.6],[-5.3,-4.2],[-5.6,-2.7],[-5.7,-1.8],[-5.4,-0.7],[-5.6,0.3],[-5.2,0.8],[-3.9,2.3],[-3.5,2.6],[-3,1.6],[-1.7,1.6],[-0.9,1.8],[-0.4,1.9],[-0.3,1.9],[-0.1,1.9],[0,2.2],[-0.2,2.8],[-0.4,3.3],[-0.6,3.8],[-1.2,3.9],[-0.5,5.1],[-0.3,5.7],[-2,7],[-1.4,8.5],[0.6,9.3],[1.5,8.1],[-0.9,0.4],[0,0.5],[1.8,-0.4],[1.6,-2],[-2.6,3.9],[1,4.9],[3.6,3.8],[0.1,4],[-0.7,0.4],[1,-2.4],[2.2,-0.8],[-1.2,3.9],[-0.4,-0.3],[3.5,-2],[3.4,-2.4],[4.8,-7.7],[3,-8.6],[2.9,-6.2],[2.8,-8.1],[3,-7.9],[2.3,-7.3],[2.2,-6.7],[1.7,-5.3],[1.4,-3.2],[1.5,-0.7],[-0.4,-0.3],[-1.8,1.9],[-2.9,4.5],[-0.1,4.2],[3.7,-3.6],[1.9,-6.2],[-1.2,-7.4],[-4.7,-6.2],[-5.9,-4.9],[-7.3,-3.7],[-7.8,-2.4],[-7.5,-1.3],[-6.8,0],[-6.1,1.5],[-5,2.5],[-3.8,2.2],[-4.1,2.5],[-5.1,3.4],[-6.4,4],[-7.1,4.1],[-4.6,4.5],[4.8,0.6],[9.4,-8.2],[6.1,-8.9],[4.8,-5.2],[6.3,-2.2],[7.4,-2],[6.8,-3.4],[7.1,-4.6],[7.4,-5.4],[6.8,-5.6],[7,-5.6],[7,-5],[6.8,-4.6],[6.5,-4.4],[6.3,-4.5],[6.3,-4.2],[5.3,-4.1],[4.7,-4.2],[4.9,-3.8],[4.6,-3.7],[3.9,-3.9],[3.3,-4.1],[2.6,-4.7],[2.7,-4.4],[2.6,-3.9],[2.6,-3.5],[2.9,-2.9],[1.8,-2.6],[0.6,-1.9],[-0.1,-0.6],[-1.8,2.4],[-2.4,1.7],[-4.3,2],[-3.2,2.6],[-4,2.9],[-4.1,3.5],[-5.1,3.8],[-5.2,4.6],[-5.2,5.3],[-5.8,6],[-6,6.4],[-6.3,6.8],[-6.9,7],[-7.8,7.4],[-8.6,6.1],[-8.4,4],[-6.5,3],[-4.4,2.8],[-2.2,3],[-0.4,3.7],[1.7,4.9],[4.1,5.2],[5.2,5.9],[5.7,6.4],[6.3,6.8],[7.5,7.5],[8.9,7.8],[9.6,7.8],[10.2,7.6],[10.5,6.6],[11.7,5.7],[12.2,4.5],[12.1,3.2],[12.1,-3.2],[9.8,-2.8],[8.6,-1.6],[7.5,-0.5],[7.3,-0.5],[5.8,-0.1],[4.1,-0.2],[2.7,-4.7],[2.2,-3.5],[-2.9,-10.6],[-3.3,-9.4],[-4.4,-8.6],[-5.6,-8.4],[-6.8,-7.8],[-7.3,-5.9],[-7.1,-4.7],[-8.1,-5.5],[-8.7,-5.3],[-8.9,-5],[-9.1,-4.6],[-9.3,-4.3],[-9.1,-4],[-8.8,-3.7],[-9,-3.3],[-9,-2.4],[-8.7,-1.6],[-7.8,-1],[-6.9,-0.2],[-6.4,0.9],[-6,1.9],[-5.7,3.2],[-5.4,4.5],[-5.1,5.8],[-4.6,6.9],[-4.3,7.7],[-4.1,8.6],[-3.8,9.5],[-3.3,10.4],[-2.9,11.1],[-2.5,11.8],[-2.5,12.1],[-2.8,12],[-2.1,12.3],[-1.6,12.5],[-1.3,13],[-1.5,13.4],[-3,11.9],[-1.6,13.1],[-2.2,13.4],[-2.8,14.6],[-3.8,17.3],[-7.6,19.1],[-12.7,17.7],[-17,12.7],[-16.5,9.6],[-8.4,-1.1],[-0.2,-9.4],[1.6,-14.6],[3.5,-14.1],[4.4,-14.1],[4.4,-13.2],[4,-12],[3.7,-10.1],[3.9,-8.9],[4.8,-8.7],[5.9,-8.6],[7,-8.4],[7.7,-7.9],[8.2,-7.6],[8.6,-7.2],[8.8,-6.8],[8.9,-6.6],[9.2,-6.4],[9.5,-5.9],[9.5,-5.3],[9.9,-5],[10.3,-5],[9.9,-5.2],[10.3,-5.4],[11.3,-4.8],[8,-0.2],[6.4,2.8],[6.9,6.9],[6,5],[7.2,4.8],[8.9,3.7],[9.4,3.5],[9.6,3.9],[8.8,3.8],[8.3,4.2],[6.9,2.2],[4.4,0.9],[0.6,0.2],[-2.2,-0.6],[-4.5,-1],[-5.7,-1.2],[-5.9,-0.4],[-6,1.1],[-6.7,2.3],[-4.3,1.4],[-2.2,1],[-2.7,3],[-0.5,0.2],[-1.8,-0.2],[-1.2,-0.1],[-1.7,1],[-0.3,1.9],[-0.4,2],[-1.1,1.3],[0.2,-1.6],[-8,-1.3],[-7.5,-0.3],[-4.2,0.1],[-2.4,0.4],[-3.8,2.7],[-5.3,3],[-6.9,3.6],[-6.6,4.5],[-5.4,5.8],[-4.2,5.9],[-3.7,6.1],[-3.4,5.7],[-2.8,5.6],[-2.2,5.9],[-1.5,5.7],[-0.6,6],[0.1,5.8],[1.1,5.7],[1.9,5.4],[1.7,5.1],[4.1,2.4],[6.2,-0.7],[3.5,-3.2],[1.4,-1],[1.1,1.6],[0.6,2.9],[0.7,5],[0.3,5.7],[0.8,-2.6],[0.5,0.6],[2,0.2],[2.8,-0.8],[2.5,-1.1],[3.3,-0.8],[3.1,-0.2],[3.7,2.3],[3,-2.5],[1.9,-1.5],[1.3,0.6],[0.9,1.8],[0.9,2.7],[0.9,3.1],[1.2,4.1],[-0.3,2],[-1.6,1.6],[-3.4,-0.4],[-4.5,-0.5],[-6.6,-1.8],[-8.6,-4.2],[-10.8,-5.6],[-12.2,-5.8],[-10.8,-4.7],[-10.4,-4.2],[-10.3,-4],[-10.1,-4],[-10.9,-4.2],[-10.4,-3.8],[-10.2,-3.3],[-10.9,-2.4],[-11.4,-2],[-11,-1.2],[-10.9,-0.1],[-10.8,0.6],[-11.1,1.5],[-11.2,2.3],[-11.1,2.6],[-11.3,3],[-11.3,3.5],[-11.2,4],[-11.1,4.6],[-11.2,5.2],[-11.1,5.9],[-11,6.5],[-11,6.9],[-11,7.3],[-10.7,7.5],[-10.2,7.6],[-9.9,7.5],[-9.5,7.4],[-9.2,7.3],[-8.9,7.1],[-8.7,7.1],[-8.2,7.1],[-7.5,7.1],[-6.8,7.1],[-6.2,6.8],[-5.4,6.6],[-4.5,6.9],[-3.3,7],[-3.1,7.2],[-2.3,7.5],[-1.4,5.9],[-1.3,4.2],[-1.7,0.4],[1.5,-0.4],[3.3,-1.3],[1.7,-1.9],[1.9,-1.9],[2,-2.5],[1.8,-1],[2.8,1.2],[4.1,2.3],[5.5,3.5],[7,4.1],[8.1,3.5],[6.2,1.5],[4.2,-1.9],[1.7,-4.8],[0.9,-6],[-3.5,-10.3],[-5.6,-9.5],[-5.5,-7.6],[-2.5,-5.5],[-2.1,-5.5],[-3.6,-4.4],[-2.9,-3.6],[-4.7,-2.9],[-5.7,-1.6],[-6,-0.6],[-6,0.4],[-5.7,0.6],[-6,0.8],[-5.9,1.6],[-5.3,1.5],[-4.7,1.7],[-4.1,1.9],[-3.7,1.9],[-3.5,1.9],[-3.2,1.9],[-2.6,1.9],[-1.9,2.3],[-1.4,3.1],[-1.6,3.8],[-1.9,4.6],[-2.5,5.2],[-2,5.3],[-1.6,6.1],[-2.6,7.6],[-1.6,8.4],[0.1,9.4],[0.7,6.8],[-0.2,0.1],[0.2,-0.2],[1.5,-0.6],[-3.8,5.4],[-0.6,5.6],[-1.8,4.4],[0.6,3.8],[3.3,2.9],[1,0.9],[0.9,-3.5],[1.4,-4.3],[1.8,-6.3],[1.5,-5.2],[0.5,-2],[0.3,-3.5],[0.8,-4.6],[0,-4.7],[-0.3,-2],[0.4,-3.4],[1,-7.2],[0.6,-6.3],[1,-5.7],[-0.2,-4.4],[-0.3,-1.3],[-0.1,0.8],[0,1.8],[-0.6,3.7],[-0.6,4.7],[2.6,-0.4],[2.4,-4.1],[0.6,-5.3],[-1.7,-3.8],[-4.1,-3.7],[-5.5,-3.1],[-7.2,-2.8],[-7.5,-2.6],[-7.3,-1.6],[-6.8,-0.3],[-5.8,1],[-4.6,2.1],[-3.6,3],[-4.1,4.2],[-1.9,4.1],[4.7,0.2],[5.5,-4.9],[5.8,-7],[5.9,-8.1],[5.8,-7],[4.2,-5.1],[4.7,-3.9],[6,-3.9],[5.9,-4.7],[5.9,-5.3],[5.9,-5.4],[5.7,-5.2],[5.4,-5.1],[5.6,-4.9],[6,-4.5],[5.9,-3.9],[5.2,-3.6],[4.7,-3.6],[4.5,-3.7],[4,-3.5],[3.9,-3.3],[4.2,-3],[3.9,-2.5],[3.1,-2.2],[3.2,-2.9],[1.1,-4.7],[0.3,-4],[1,-2.6],[1.3,-1.9],[0.5,-1.9],[-0.4,-1.2],[-1.4,-0.2],[-2,0.8],[-2.8,1.7],[-3.6,2.6],[-4.4,3.3],[-4.6,3.7],[-4.8,4],[-5,4.3],[-5.4,4.9],[-5.9,5.3],[-5.7,6],[-6.2,6.7],[-6.4,7.7],[-6.7,8.4],[-7.2,9.1],[-8.3,10.1],[-7.6,10.6],[-3.5,1.6],[-3.2,1.5],[-2.4,1.5],[-2.3,2.2],[-0.8,3.3],[1.2,1.8],[3.1,3.3],[4.7,4.1],[6.5,5],[6.5,7.1],[6.7,7.6],[7.7,7.9],[9,8.1],[10,7.4],[11.2,7.1],[10.5,6.7],[11.5,4.9],[11.6,-0.9],[10.1,-0.9],[8.7,0.1],[7.7,0.9],[6.3,1.3],[6.5,2.2],[4.1,2.2],[3.8,-2.2],[2.5,-3],[2.3,-2.9],[-3.7,-8.9],[-4.3,-8.1],[-4.6,-7.2],[-6.4,-7.2],[-7.4,-6.1],[-8.3,-4.7],[-7.3,-3.6],[-9.3,-4.3],[-9.8,-4.4],[-9.8,-4.1],[-10,-3.8],[-10,-3.6],[-9.8,-3.6],[-9.7,-3.4],[-9.8,-3.3],[-9.7,-2.9],[-9.4,-2.1],[-8.9,-0.9],[-8.4,0.3],[-7.7,1.3],[-7,2.4],[-6.4,3.6],[-6,4.8],[-5.9,5.9],[-5.8,6.9],[-5.8,7.9],[-5.5,8.8],[-5.1,9.8],[-4.4,10.7],[-3.8,11.4],[-3.5,11.8],[-3.3,12.3],[-3.1,12.2],[-2,12.6],[-1.4,12.9],[-1.5,12.7],[-1.9,11.6],[-2.6,12.2],[-0.6,12.3],[-1,14.2],[0.6,16.2],[-0.3,18.8],[-3.8,20.1],[-12.3,17.5],[-7.5,-5.4],[-4.7,-8.9],[-1.6,-10.6],[0.3,-13.8],[0.3,-15.7],[1.8,-14.9],[2.5,-14.4],[3.4,-13.6],[4.5,-12.5],[5,-11.7],[4.9,-11.2],[5,-10.1],[5.1,-9.1],[5.4,-8.4],[6.1,-7.9],[6.5,-7.4],[6.7,-6.9],[6.7,-6.3],[6.7,-5.9],[7.1,-5.5],[7.6,-4.8],[7.8,-4.2],[8,-4],[8.4,-3.8],[8.1,-3.5],[5.8,-3],[4.5,-1.6],[4.5,-0.2],[4.8,0.9],[4.8,1.2],[-2.9,4.8],[2.2,5.1],[4.4,4.8],[7,5],[8.4,6.2],[7.4,7.4],[6.8,7.3],[6.8,5.3],[5.2,3.8],[4.4,3.7],[0.9,0.8],[-4.4,-0.8],[-6.7,0.2],[-6.8,0.8],[-5,2.6],[-1.4,6.9],[-5.1,0.7],[-4.3,0.5],[-0.8,-0.3],[-0.8,-1],[-0.2,-1.1],[-0.6,-0.6],[-0.3,0.9],[-0.4,1.1],[0,1.1],[-0.3,0.9],[-1.3,2.1],[-4.6,-1.7],[-8.4,-3.1],[-4.5,-0.6],[-2.2,0.1],[-1.2,1.9],[-5.2,5.2],[-5.7,4.2],[-5.7,4.8],[-5,5.3],[-5,5.5],[-4.9,5.7],[-4.9,5.9],[-4.7,6.2],[-4.1,6.2],[-3.7,6.3],[-2.6,6.4],[-1.8,6.2],[-1.3,5.8],[2.3,2.7],[2.5,-0.9],[1.9,-0.9],[0.9,-0.6],[-0.2,0.1],[-0.5,1.5],[-0.7,2.6],[-0.6,4.1],[0.8,5.6],[3,1.1],[1.2,0.6],[1.7,0.5],[2.7,-1.3],[3.1,-1.4],[3.1,-1.1],[2.8,-1.7],[3.3,-0.3],[3.9,0.1],[2.9,-0.9],[1.5,0.3],[0.4,1.8],[-0.1,2.3],[-0.4,2.6],[-0.4,3.5],[0.2,4.4],[-0.1,3.3],[-0.9,2.5],[-1.3,1.7],[-2.6,0.3],[-3.3,-1.4],[-4,-2.4],[-5.8,-3.8],[-10.5,-6.3],[-10.4,-5.9],[-10.5,-5.2],[-9.4,-4.2],[-9.5,-3.7],[-10.3,-3.5],[-10.8,-3.5],[-10.4,-3],[-10.4,-2.6],[-11.4,-1.6],[-11.1,-0.9],[-10.8,-0.1],[-10.9,0.7],[-10.9,1.4],[-11.1,2.2],[-11.3,3.3],[-11.2,4.1],[-11.1,4.7],[-11.3,5.1],[-11.6,5.5],[-11.5,5.8],[-11.6,6.5],[-11.3,7],[-11.1,7.5],[-11,7.9],[-11,8],[-10.7,8.4],[-10.8,8.5],[-10.9,8.1],[-11,7.7],[-11,7.3],[-10.6,6.9],[-9.9,6.4],[-9,5.8],[-8.1,5.7],[-6.9,5.8],[-5.7,6.3],[-4.5,5.9],[-3.6,5.3],[-2.4,6.4],[1,3.5],[6.6,-0.8],[5,0.7],[0.4,-4.6],[-0.8,-1.7],[-0.1,-0.8],[1.5,-1.4],[2,-1.6],[1.5,-2.1],[1.6,-0.9],[2.7,1.2],[3.7,1.9],[5.1,2.6],[6.3,3.2],[7.6,3],[8.2,1.9],[6.8,-0.9],[5.3,-3.8],[3.6,-4.2],[1,-6],[-4.9,-10.1],[-3.8,-8.3],[-3.3,-6.9],[-2.2,-5.1],[-2.5,-3.8],[-4,-2.8],[-4.3,-1.5],[-4.6,-1.1],[-5.1,0.2],[-4.8,1],[-6.2,0.1],[-6,1.1],[-5.5,1.4],[-5.4,1.8],[-5.1,2.2],[-5.2,3],[-4.8,3],[-4.4,2.2],[-4.2,1.9],[-4.5,2.1],[-4.7,2.1],[-4.4,3.3],[-4.2,4.2],[-3.9,5.3],[-3.7,6],[-3.3,6.1],[-3.3,6.5],[-3.1,7.1],[-2.3,7.4],[-0.4,7.4],[0.3,5.1],[1,0.8],[0.8,-0.4],[1,-1.7],[0.8,5.7],[-3.5,8.3],[-3.1,-0.3],[1.5,-3.6],[1.9,-4],[1.4,-5],[0.7,-4.5],[-0.8,-4.8],[0.2,-4.8],[0.6,-4.7],[1,-3.5],[0.6,-2.7],[1.3,-2.8],[-1.5,-3.1],[0.3,-3.4],[-0.3,-3.1],[-0.7,-4.7],[-0.4,-5.2],[-0.5,-4.4],[-1.2,-3],[-1.3,-0.5],[-0.5,1.6],[0.6,3],[1.6,3.9],[3.1,2.8],[3.7,-1],[2.6,-2.5],[1.1,-2.9],[-1.1,-2.8],[-2.9,-1.4],[-2.8,-0.2],[-2.5,-1.7],[-3.8,-2.1],[-5.6,-1.6],[-6.1,-0.7],[-5.3,0.7],[-3.6,2],[0.8,2.1],[5.6,-0.9],[6.5,-2.2],[6.3,-3.8],[6.3,-5.8],[4.8,-6.3],[3.8,-5.7],[4.6,-5.8],[4.7,-5.5],[5,-5.4],[4.3,-5.6],[3.7,-5.9],[4.1,-5.6],[4.1,-5],[3.8,-4.7],[3.6,-4.3],[3.7,-4.1],[3.8,-3.8],[4.1,-3.5],[3.9,-3.1],[3.3,-2.9],[3.1,-2.6],[2.8,-2.3],[2.6,-2.2],[2.3,-1.6],[2.1,-1.6],[1.6,-2.1],[0.3,-3.7],[-0.9,-3],[-1.5,-1],[-1.3,-1.5],[-0.6,-1],[-1.5,-0.8],[-2.1,-0.1],[-3.1,0.8],[-3.8,1.6],[-4.3,2.7],[-4.8,3.5],[-5,4.1],[-5.4,4.5],[-5.6,4.8],[-5.5,5.2],[-5.9,5.4],[-6.4,5.8],[-6.3,6.5],[-6.7,7.2],[-6.6,8.4],[-6.6,9.8],[-6.7,10.9],[-6.4,11.5],[-2,5.6],[-0.1,0.4],[-4.6,3.8],[-4.4,-0.3],[-0.2,0.8],[-1.6,1.5],[-3,0.3],[-1.4,1.7],[1.1,2.2],[4.6,2.9],[5.4,7.7],[7.1,7.3],[6.5,8],[7.1,8.2],[7.5,8.1],[8.1,8],[10.7,4.2],[9.4,1],[9.6,1.3],[8.1,1.8],[6.8,2.3],[6.2,2.9],[6.3,3.5],[4.8,3.6],[4.3,1.6],[3,-1.5],[1,-0.2],[0.6,-5.3],[-4.2,-7.5],[-5.1,-6.7],[-5.9,-6],[-7.3,-5.3],[-7.8,-4.5],[-7.8,-3.3],[-9.4,-3.5],[-10.4,-3.8],[-11,-3.4],[-10.9,-3.1],[-10.9,-3.1],[-11.1,-2.8],[-10.8,-2.4],[-10.6,-2.5],[-10.6,-2.7],[-10.9,-2.3],[-10.6,-1.5],[-10,-0.5],[-9,0.2],[-8.3,1.1],[-7.9,2.4],[-7.3,3.8],[-6.7,4.9],[-6.6,5.8],[-6.8,6.9],[-6.8,7.9],[-6.5,8.9],[-5.9,9.8],[-5,10.4],[-4.3,11.2],[-3.8,11.9],[-3.7,12.1],[-2.8,12.4],[-2.1,12.6],[-1.9,12.6],[-1.2,12.5],[-0.3,11.3],[-1.2,12],[0.7,14.6],[-0.2,15.2],[2.8,16.2],[6.1,17.1],[7.8,20],[3.4,-1.1],[2,-16.5],[2.5,-18.6],[2.5,-18.2],[2.5,-17.2],[1.1,-17.8],[1.9,-15.9],[2.2,-14.9],[3.2,-13.6],[3.8,-12.1],[3.6,-11.2],[3.9,-10.2],[4.2,-9.6],[4.4,-9.3],[4.5,-8.8],[4.8,-8.3],[5.2,-7.7],[5.3,-6.9],[5.2,-6.2],[5.2,-5.5],[5.3,-4.7],[5.8,-4],[6.3,-3.4],[6.2,-3.1],[7.1,-2.8],[6.8,-2.5],[5.8,-1.7],[4.9,0.6],[6.7,1.7],[6.3,1.7],[5.6,1.6],[5.4,2.1],[3.1,3.3],[1.3,6],[3.8,7.4],[1.5,6.6],[2.9,8.9],[2.7,8.3],[4.5,7.4],[7,6],[7.7,5.5],[7,2.8],[-4,-0.4],[-6.1,-0.1],[-7.9,1.7],[-5.7,4.8],[2,-0.4],[0.9,-2.9],[-0.9,-1.1],[-1.3,0],[0.1,0.7],[-4.7,0],[-1,0.3],[0.6,0.4],[-0.9,1.8],[-0.1,2.1],[1.3,2.4],[1,3],[-6.2,-0.9],[-9.9,-1.6],[-7.4,-0.2],[-3.5,1.2],[-1.1,1.7],[-6.7,1.9],[-8.3,3.6],[-7,5.1],[-6.1,5.7],[-6.1,5.8],[-6,6.1],[-5.4,6.6],[-5.5,6.5],[-6,6.2],[-5.6,5.8],[-4.1,4],[-1.8,0.9],[-1.3,0],[-1.2,0.8],[-2,0.3],[-2.7,0.3],[-2.8,0.7],[-2.6,1.6],[-2.8,2.4],[-2.5,2.6],[-1.3,2.7],[0.3,2.3],[-0.1,2.1],[-0.3,2.3],[0.6,0.4],[1,-2.6],[1.8,-2.5],[2.2,-2.6],[1.8,-2.5],[2.3,-1.1],[2.5,-0.1],[1.6,0.7],[0.5,2.1],[-0.4,2.8],[-0.9,2.7],[-1.7,3.1],[-1.6,4.1],[-0.8,4.4],[-0.2,3.3],[-0.7,3],[-0.1,2.9],[-2.4,0.9],[-2.7,-0.6],[-3,-1.2],[-4,-1.1],[-5.5,-4.7],[-11,-6.3],[-9.9,-5.6],[-9.3,-4.2],[-8.9,-3.6],[-9.6,-3.4],[-9.8,-3.1],[-9.7,-2.7],[-10.1,-2.5],[-11,-1.6],[-11.2,-0.4],[-10.8,0.5],[-11,1.2],[-11.3,1.8],[-11.5,2.7],[-11.7,3.6],[-12,4.2],[-11.8,4.9],[-11.9,5.2],[-12.1,5.6],[-12.2,6.3],[-12.1,6.8],[-12,7.3],[-11.7,7.8],[-11.6,8.1],[-11.6,8.6],[-11.6,8.5],[-11.8,7.9],[-11.7,6.9],[-11.7,6.2],[-11.4,6.2],[-10.7,6.4],[-10.2,5],[-9.2,3.8],[-7.6,3],[-5.1,2.6],[-3.1,2.2],[-1.6,2.3],[1.1,2.1],[4.5,0.2],[5.2,0.1],[5.1,1.3],[5.1,0.8],[2.8,-2.6],[-0.3,-2.6],[-2,-1.8],[-2,-2.2],[-1.4,-1.8],[0,-1.4],[0.5,-0.9],[1.8,0.8],[3.3,2],[4.5,1.9],[4.9,2.5],[5.6,2.5],[6.4,1.5],[6.4,0.2],[5.4,-1.3],[4.2,-1.9],[3.1,-2.3],[-1.8,-10.8],[-3.9,-8.7],[-3,-6.9],[-2.2,-5.3],[-2,-3.4],[-1.5,-2.4],[-4.4,-1.1],[-4.8,0.3],[-5.3,1.1],[-4.3,1.5],[-5.3,1],[-5.2,1.6],[-4.9,1.5],[-5.2,1.5],[-5.5,3.1],[-6.6,3.3],[-6.3,2.5],[-6.2,2.5],[-4.9,2.8],[-5.5,2.7],[-5.5,2.8],[-5.4,3.3],[-4.9,3.9],[-4.8,4.7],[-4.8,5.4],[-4.3,5.9],[-4.3,6.2],[-4,6.6],[-2.8,6.9],[-2.2,5.9],[-1.1,3.2],[0.6,0.4],[0.2,0],[1.2,-0.3],[-0.7,2.3],[1.9,-2.2],[-4.8,-0.5],[-2,2.9],[-1.5,-3.1],[-0.5,-1.6],[-0.8,-3.9],[-1.2,-4.3],[-1.3,-4.3],[-0.5,-4.1],[0.5,-2.8],[0.3,-2.7],[0.6,-3.2],[0.2,-3.1],[-0.2,-3.5],[-0.4,-3.2],[-0.4,-3],[-1.3,-4.3],[-1.9,-3.6],[-2.2,-2.2],[-2.8,-1.1],[-1.9,1.5],[0.3,3.1],[2,3.6],[4.2,1.5],[4.6,0.2],[4,-0.7],[2.4,-1],[1.8,-0.9],[2.1,-0.6],[4.1,-2.5],[4.6,-5.4],[5.1,-6.5],[4.9,-5.4],[5.9,-4.3],[5.1,-5],[4.8,-4.7],[5.6,-3.6],[5.2,-3.4],[6,-5.2],[6.3,-6.8],[4.9,-6.6],[3.7,-5.4],[3.2,-6.4],[3.6,-6.5],[3.2,-5.6],[2.6,-5.8],[2.2,-6],[2.2,-5.7],[2.4,-5.3],[2.2,-5],[1.9,-4.7],[1.8,-4.5],[1.8,-4.1],[1.7,-3.7],[1.5,-3.2],[1.5,-2.8],[1.5,-2.4],[1.4,-2.1],[1.2,-1.7],[1.2,-0.8],[1.1,0.1],[0.2,-0.1],[-0.3,-1.1],[-1.7,-3],[-3,-1.3],[-2.8,0.6],[-3,-0.5],[-2.4,-0.2],[-3,0.2],[-3.8,0.6],[-4.6,1.4],[-5.2,2.4],[-5.3,3.5],[-5.5,4.2],[-5.8,4.7],[-5.9,5.1],[-6,5.6],[-6.1,5.7],[-6.3,6.1],[-6.8,6.5],[-6.8,7],[-6.8,7.7],[-6.8,8.8],[-6.6,9.7],[-5.9,10.9],[-3.7,9.5],[1.5,4.9],[-4.8,0.6],[0.9,2.3],[-3.6,2.5],[-2.4,4.4],[-1.8,4],[-2.2,1.7],[-0.4,1.1],[-0.8,2.9],[-0.9,1.1],[0.5,2.4],[2.6,5.7],[7,8.1],[5.6,8.4],[6.9,7.6],[8.6,4.5],[7.8,3.5],[7.5,3.5],[7,3.6],[6,4],[5.4,4.3],[5.4,4.5],[5.1,5.3],[3.6,4.7],[3.4,0.8],[1.8,1.7],[-0.3,4.2],[-3.4,-7.3],[-4.9,-6.1],[-5.7,-4.5],[-7.3,-4],[-8.3,-3.2],[-7.9,-1.9],[-9,-2.5],[-10.5,-2.9],[-11.5,-3],[-11.9,-2.7],[-12.1,-2.2],[-12.1,-2],[-11.8,-2.2],[-11.6,-2.1],[-11.6,-2.2],[-11.3,-2.5],[-11.2,-2.5],[-11.1,-1.7],[-10.6,-0.8],[-10.2,0.3],[-9.5,1.7],[-8.7,3],[-7.8,4],[-7.3,5.2],[-7.1,6],[-7.2,6.9],[-7.3,7.8],[-7.1,8.7],[-6.8,9.4],[-5.5,10.5],[-4.4,11.3],[-4,11.8],[-3.6,11.5],[-2.8,12.2],[-1.2,12.6],[-1.6,12],[-1.1,13.1],[0.3,13.3],[1.6,11.9],[1.9,14.2],[2.8,13.1],[4,14.9],[11.2,14.4],[15,12.3],[21.4,5.5],[15.9,-13.1],[9.1,-18.3],[6.4,-18.6],[5,-17],[2.1,-17.6],[2,-16.7],[2.5,-15.1],[3.3,-13.2],[3.3,-12],[3.1,-11],[3.1,-9.6],[2.8,-8.9],[3.1,-8.4],[3.1,-8],[3.2,-7.6],[3.5,-6.9],[3.7,-6],[3.7,-5.3],[3.7,-4.8],[4,-4.4],[4.4,-3.8],[4.8,-2.8],[4.2,-2.2],[4.5,-1.6],[4.4,-0.5],[4.3,0.6],[3.7,0.9],[7,2.6],[7.7,3.1],[6.7,2.9],[6.5,2.8],[5.9,3.7],[6.4,4.2],[7.2,4.5],[6.9,4.5],[-2.9,8.6],[-0.4,8.6],[3.3,7.8],[6.1,7.4],[10,6.9],[10,6.5],[5.5,2.6],[1.3,-2],[-0.5,-4.4],[-2.6,-3.2],[-3,-3.6],[1.9,-2.9],[1.1,-2],[1.5,-1],[-0.7,-2.7],[-0.5,-3],[-0.4,2.2],[-0.5,2.6],[1.1,2.8],[0.6,3.7],[1.3,3.6],[-0.5,1.6],[-0.9,1.7],[-9.8,1.9],[-9.3,2.3],[-4.3,2.6],[-3.1,0.7],[-1.4,0.1],[-9.4,3.2],[-9.2,4.8],[-8.6,5.5],[-7.8,6.2],[-7,6.8],[-6.9,6.7],[-6.1,5.2],[-2.6,1],[-3.2,-0.4],[-3.2,0.5],[-3.8,0.2],[-3.4,0.6],[-3.5,1.1],[-3.7,1.1],[-4.2,1.2],[-4.1,1.8],[-3.1,2.2],[-1.4,1.2],[-1.1,1.6],[-1.8,2.5],[-1.9,2.7],[-1.5,2.7],[0.5,0.7],[1.5,-0.7],[0.6,-3.2],[1.1,-2.8],[1.2,-3.4],[0.7,-2.1],[1.1,-0.5],[1.1,1.1],[0.2,2.3],[-0.4,3.4],[-0.5,4.1],[-1.3,3.3],[-1.9,4.1],[-2.3,4.4],[-1.5,4.3],[-1.2,3.7],[-0.4,2.1],[-0.4,2.2],[0.2,3.7],[-2.9,0.4],[-4,0.6],[-5.3,-0.2],[-4.8,-1.1],[-9.4,-6.1],[-10,-6],[-9,-4.4],[-9,-3.6],[-8.7,-3.5],[-9.4,-3.1],[-9,-2.3],[-9.4,-2.3],[-10.6,-1.8],[-11.5,-0.2],[-10.9,1.1],[-11,1.8],[-11,2.8],[-11.1,3.4],[-11.6,4.1],[-11.7,4.5],[-11.9,4.9],[-11.6,5.8],[-11.6,6.8],[-11.7,7.1],[-11.6,7.5],[-11.4,7.7],[-11.5,8.1],[-11.3,8.2],[-11.4,8.2],[-11.5,8.1],[-11.7,8.1],[-12.7,8],[-11,7.1],[-11.1,7.1],[-11.9,4.3],[-10.4,1.8],[-9.6,1.3],[-7.8,1.1],[-5.6,1.2],[-4.3,1.5],[-2.7,1.3],[-0.7,1.6],[1.3,1.3],[2.7,0.7],[3.5,0.2],[3.2,-0.1],[2.8,0],[1.8,-0.7],[0.5,-1.7],[-1.4,-2.4],[-3.4,-3],[-2.4,-2],[-0.7,-0.8],[0.6,0.2],[1.6,1.2],[3.2,1.9],[4,1.9],[4.2,1.7],[4.5,1.4],[4.8,0.9],[4.2,0],[3.3,-0.2],[3.5,-0.1],[-0.9,-10.2],[-2.9,-8.7],[-2,-6.6],[-2.5,-4.7],[-1.9,-2.4],[-3.2,-0.5],[-4,0.2],[-3.5,1.2],[-3,-0.1],[-3.7,1.7],[-3.3,1.8],[-4.1,1.1],[-4.2,0.7],[-4,2.3],[-5,4.2],[-5.3,0.9],[-7.2,0.8],[-7.9,2.2],[-6.2,3],[-6.4,3.3],[-5.8,3.1],[-5.9,3.3],[-5.8,3.5],[-5.9,4],[-5.8,4.6],[-5.5,5.4],[-5,6.1],[-4.9,6.2],[-4.2,5.6],[-2.8,3.5],[-0.9,0.1],[1.2,-0.8],[0.7,-0.1],[1.3,0.8],[0.8,0.2],[-2.7,1.1],[0.4,-2.6],[-1.8,-2.8],[-3.1,-1.5],[0.2,-2.8],[-1.1,-3.1],[-2.2,-4.1],[-1.7,-4.1],[-1.1,-2.8],[-0.4,-2],[-0.5,-1.8],[-0.8,-2.2],[-1.4,-2.2],[-1.7,-2.5],[-2.2,-2.3],[-1.5,-0.6],[-1.4,-1.7],[-3.8,-2.6],[-3.6,-2.6],[-2.6,-1.2],[-1.8,0.4],[-0.1,1.7],[2.5,2.1],[3.7,1.5],[4.2,1.3],[3.6,0.6],[2.2,0.7],[2.5,-1.7],[4.2,-4.4],[5,-5.2],[4.4,-5.3],[3.7,-5.6],[4.4,-5.2],[3.7,-4.4],[3.4,-4.1],[3.6,-3.8],[4.5,-4.2],[5.2,-4.7],[4.9,-4.9],[4.5,-5.1],[4,-4.4],[3.5,-4.8],[1.9,-5.2],[1.9,-4.8],[0.9,-4.9],[0,-4.8],[0.1,-4.4],[0.3,-4],[0,-4],[-0.9,-4.3],[-1.3,-4.3],[-1.3,-3.9],[-1.1,-3.3],[-1.3,-2.6],[-1.4,-2.2],[-1.5,-2.1],[-1.4,-1.8],[-1.3,-1.5],[-0.9,-1.3],[-0.2,-0.8],[0.8,0.4],[1.4,-0.1],[0.6,-0.6],[-1.9,-2],[-4,-0.2],[-4.1,1.9],[-4.2,1],[-3.9,1],[-4.2,1.2],[-4.7,1.5],[-5.4,2.2],[-5.9,3.1],[-6,4.1],[-6.1,4.7],[-6.4,5.3],[-6.4,5.8],[-6.5,6.1],[-6.5,6.4],[-6.7,6.7],[-6.9,7],[-7.1,7.4],[-7.3,8.1],[-6.6,9.4],[-6.1,10.5],[-5.2,11],[-3.9,9.6],[-3.9,2.8],[-0.7,1.2],[-5.3,2.5],[-4.9,2.2],[-4.3,1.9],[-3.5,3.7],[-2.7,1.5],[-2.3,2.7],[-0.3,2.8],[-0.8,2],[-0.8,1.3],[-0.7,1.9],[1.3,4.4],[7.6,8.4],[7,6.7],[6.2,5.7],[5.6,5.2],[5.2,5.2],[4.5,5.2],[4.5,5.3],[4,4.8],[5.2,5.4],[3.8,5.8],[4.4,3.2],[2.5,2.9],[1.4,4.2],[0.3,6.3],[-5.7,-5.2],[-5.3,-3.6],[-6.3,-2.4],[-7.7,-1.7],[-8.8,-0.9],[-8.6,-0.6],[-10.2,-1.4],[-11.6,-2.1],[-12.3,-2.1],[-12.6,-1.7],[-12.9,-1.6],[-12.9,-1.6],[-12.5,-1.8],[-12.4,-2],[-12.4,-2.2],[-12.2,-2.3],[-11.8,-2.2],[-11.4,-1.7],[-11,-1.1],[-10.5,0.3],[-9.9,1.9],[-9.2,3],[-8.4,4.2],[-7.7,5.4],[-7.4,6],[-7.5,6.8],[-7.7,7.7],[-7.8,8.5],[-7,9.7],[-6,10.5],[-4.3,10.9],[-4,11],[-3,11.7],[-2.2,11.8],[-1.2,11.3],[-0.8,11.4],[0,12.1],[0.7,11.6],[2,11.6],[3.6,12.1],[7.1,10.5],[8,10.7],[10.2,11.5],[15.2,9.7],[19.5,5.2],[20,-4.9],[13.8,-13.1],[9.3,-15.8],[7.3,-15.7],[2.9,-17.8],[2.7,-16.2],[2.8,-14.5],[3.3,-12.9],[2.7,-11.9],[3.5,-9.3],[2.8,-7.8],[1.9,-8.1],[2.1,-8.1],[2.3,-7.1],[2,-6.1],[1.9,-5.4],[2.3,-4.8],[2.5,-4.3],[2.5,-3.9],[2.5,-3.5],[2.6,-2.9],[2.6,-2.2],[2.1,-1.4],[1.8,0.1],[1.9,2.5],[1.5,4.4],[3.8,3],[6,3.7],[6,3.8],[5.8,3.7],[7.6,4.9],[8.1,5.2],[8.5,5.1],[8.4,4.8],[8.5,4.4],[7.6,4.5],[6.6,5],[5.1,7.4],[5.7,9.7],[7.4,10.4],[7.7,10.7],[6,1.5],[-3.3,-7.9],[-2.3,-8.6],[0.9,-7.9],[0.1,-3.2],[-3.5,-3.2],[2.1,-0.3],[1.4,0.9],[-2.2,0.1],[0.1,-0.3],[-0.1,1.7],[0,4],[0.3,4.2],[1.4,4.2],[1.7,2.1],[1.1,2.4],[0.6,0.8],[-0.8,0.9],[-7.2,4.9],[-6,1.4],[-3.6,-0.4],[-1.8,0],[-2.4,1.3],[-10.2,4.8],[-9.4,5.9],[-8.5,6.3],[-6.7,6.1],[-3.6,3.7],[-0.4,-0.4],[-1.4,-1.5],[-2.4,-0.7],[-2.7,0.6],[-3.5,1],[-3.8,1],[-4,1.5],[-3.5,2.1],[-1.4,0.3],[-0.5,0.5],[-1,1.6],[-2.5,2.5],[-3,3],[-2.6,3],[-1.9,2.5],[-0.6,1.1],[0.4,-0.9],[1.7,-1.9],[1.6,-3.8],[1.4,-2.9],[0.8,-3.4],[-0.1,-1.3],[0.1,0.7],[-0.4,2.1],[-0.9,3.5],[-1.1,4.4],[-1.3,4.8],[-2,4.9],[-2.4,5],[-2.4,4.8],[-1.1,3.4],[-0.8,2.2],[-1.1,1.2],[0.2,2.1],[0.9,4],[-0.6,3],[-2.6,3.1],[-2,-3.2],[-3.7,-4.6],[-6,-3.7],[-9.9,-6.2],[-9.1,-4.9],[-8.9,-4.2],[-8.5,-3.2],[-8.9,-3.2],[-8.8,-2.3],[-9.3,-2],[-9.6,-1.4],[-10.9,-0.7],[-11.5,1.1],[-11.2,2.5],[-10.9,3.7],[-10.9,4.2],[-11.2,4.8],[-10.9,5.8],[-10.7,6.4],[-11,7.2],[-11.2,7.5],[-11.8,8.2],[-12.2,8.2],[-12,7.6],[-12,7.6],[-11.4,7.8],[-11.1,8.1],[-11.6,8.2],[-11.4,7.9],[-12.1,9.6],[0.8,-1],[3.8,-8.1],[-0.6,-5.8],[-2,-5.1],[-0.9,-4.7],[-3.8,-5.4],[-5.8,-4.9],[-6.1,-3.4],[-6.4,-1.9],[-5.3,0.2],[-3.8,2.1],[-2.1,2.8],[0,2.1],[1.7,1],[3.3,0.7],[4.1,0.1],[4.2,-0.6],[3.8,-1.1],[2.3,-2.6],[-2.7,-3.4],[-2.1,-1.3],[-0.7,-0.1],[0.4,0.7],[1.4,1.3],[2.2,1.8],[2.9,1.9],[3.5,1.6],[3.6,1.1],[3,0.6],[2.9,0.1],[3,-0.1],[2.6,-9.1],[-2.2,-8.5],[-2,-6.3],[-2.2,-4],[-1.4,-1.9],[-0.8,0.8],[-5,0.4],[-3.8,1.2],[-3.8,1.3],[-4.1,2.1],[-3,2.5],[-3,1.9],[-4.2,1.3],[-3.6,1.5],[-2.9,2.2],[-3.1,1],[-5.1,0.2],[-6.5,0.5],[-7.7,3.1],[-6.2,3.2],[-6,3.5],[-5.6,3.3],[-5.6,3.6],[-6.2,3.5],[-6,4.3],[-5.7,4.8],[-5.4,5.6],[-4.5,5.6],[-3.7,3],[-2.2,1],[-0.8,-1.7],[0,-1.9],[0.8,-0.3],[0,0.1],[0.6,-0.3],[0.3,-2.8],[0.2,0.9],[-4.9,-3],[-4.8,-5],[-0.3,-4.1],[-1.8,-5.8],[-2.3,-4.8],[-2.9,-3.5],[-1.5,-2.3],[-0.6,-1.8],[-0.2,-1.6],[-0.5,-1.6],[-0.8,-1.7],[-2.2,-0.5],[-3.2,0],[-2.8,-0.3],[-2.5,0.9],[-1.8,-0.2],[-3.5,-3.6],[-3,-1.6],[-2.4,-0.3],[-1.1,1.1],[0.5,1.6],[2.1,1.5],[2.1,1.2],[1.2,1.4],[3.1,-0.3],[4.1,-5.9],[4.5,-6.3],[4.6,-5.7],[4,-5.1],[3.9,-5.1],[4.4,-5.2],[4.6,-5.4],[3.4,-5.7],[4.2,-5.9],[4.6,-5.3],[4.4,-4.7],[3.8,-4.5],[3.7,-4.2],[3.9,-4.1],[2.5,-3.5],[1,-3.5],[-0.2,-2],[-2.3,-3.3],[-2.1,-4.6],[-2,-4.1],[-1.8,-3.9],[-2.6,-3.7],[-3.1,-3.7],[-3.4,-2.5],[-3.6,-1.8],[-3.9,-1.8],[-3.9,-1.7],[-3.9,-1.5],[-4,-1.5],[-3.8,-1.7],[-3.8,-1.9],[-3.4,-1.8],[-3.1,-1.9],[-2.2,-1.2],[-1.9,-0.3],[-2.1,0.3],[-2.8,-1.3],[-4.5,0.6],[-4.9,2.9],[-4.9,2.5],[-5.1,2],[-5,2],[-5.4,2.4],[-5.8,2.9],[-6.1,3.6],[-6.4,4.4],[-6.5,4.9],[-6.7,5.7],[-6.9,6.1],[-6.7,6.8],[-6.9,7],[-6.8,7.3],[-7,7.6],[-7.3,7.9],[-7,8.7],[-6.6,9.8],[-5.5,10.7],[-4.1,10.2],[-1.2,9.2],[-4.1,-0.1],[-5.2,1.9],[-5.1,1.8],[-5.4,2],[-5.9,1.8],[-4.1,2.5],[-3.4,0.7],[-2.3,1.7],[-1.7,1.9],[0.6,1.1],[2,1.4],[-0.8,2.5],[-1.5,0.9],[-0.1,6.8],[4,7.6],[3.5,6.9],[3.3,6.4],[3.3,6.5],[3,6.1],[3,5.5],[3.5,5.2],[4.1,4.7],[3.3,4.5],[2,4.8],[1.6,5.1],[0.1,6.3],[-1.4,1.5],[-5.9,-2.7],[-5.9,-1.5],[-6.6,-0.2],[-7.7,0.4],[-9.2,0.4],[-10.1,0.2],[-11.4,-0.4],[-12.8,-1.2],[-13.2,-1.9],[-13.2,-1.9],[-13.7,-1.5],[-14,-1.7],[-13.6,-1.8],[-13.1,-2.2],[-12.6,-2.5],[-12.6,-2.4],[-12.3,-2.2],[-11.7,-1.8],[-11.2,-0.7],[-10.5,0.6],[-10.1,1.9],[-9.7,3.4],[-9,4.6],[-7.9,5.1],[-7.7,5.8],[-7.5,6.9],[-7.8,7.3],[-7,8.3],[-6.9,9.3],[-6.6,9.9],[-5.1,10.2],[-3.3,10.6],[-2.3,11.4],[-1.9,12.1],[-0.9,11.2],[0.3,11.1],[0.5,11.3],[1.9,10.2],[3.8,10],[5.2,10.1],[7.6,9.7],[10,8.3],[11.1,7.4],[13.5,5.8],[15.7,4.1],[17.7,0.8],[15.2,-7.8],[10.6,-12.6],[8,-14.6],[3.2,-16.7],[2.9,-14.8],[2.8,-13],[2.7,-12],[3,-10.4],[4,-8.6],[2.5,-7.9],[1.4,-7.6],[2,-6.9],[2.1,-6],[1.5,-4.9],[1.1,-4.5],[1.2,-4.1],[1.3,-3.5],[1.2,-2.8],[1,-1.8],[1,-1],[0.6,-0.6],[0.1,0.6],[0.1,2.4],[0.7,4.3],[3.2,5.8],[4.8,5.5],[6.9,6.1],[7.6,5.2],[8.2,5],[8,5],[8.6,5.9],[8.9,5.8],[9,4.7],[9,3.7],[8.9,4.6],[7.3,4.5],[7.1,5.6],[8.7,6.1],[9.1,5],[8.7,3.6],[7.1,5.4],[6.4,2.8],[-4.7,-2.9],[-2.3,-6.3],[2.8,-4.9],[-2,-4.8],[-2.1,-0.3],[3.6,-0.3],[0.5,-1.9],[-1,2.8],[0.1,3.5],[0,4.1],[1.3,5.2],[2.1,5],[1.6,3.4],[2.6,1.5],[-0.3,1.3],[1.3,0.6],[0.2,1.3],[2.9,-0.6],[-5.7,-1],[-2.8,0.2],[-1,1.9],[-9.1,4.7],[-7.9,4.7],[-5.3,3.8],[-2.2,2],[-0.6,-0.7],[-0.6,-2.4],[-2.3,-2.1],[-3,-0.1],[-2.1,0.8],[-1.6,0.7],[-1.3,0.8],[-1.1,1.2],[-0.8,0.6],[-1.8,1],[-3.1,2.1],[-4,2.9],[-3.6,3.5],[-2.9,3.5],[-2.5,2.4],[-0.5,0.4],[0.8,-0.9],[0.2,-2.8],[0.2,-3.6],[0.6,-3.3],[1,-2.9],[0.3,-2.9],[-0.9,0],[-0.8,1.7],[-1.3,3],[-1.7,4.3],[-1.7,5.2],[-1.9,5.7],[-2.3,5.8],[-2.2,4.5],[-1,3.3],[-0.7,2.8],[-0.6,2.3],[-2.2,0.9],[-0.2,2],[1,3.9],[1.5,5.2],[-0.6,2.9],[-1.6,-2.5],[-2.2,-2.8],[-4.1,-2.7],[-5.9,-5.2],[-9.9,-6.1],[-8.9,-4.7],[-7.9,-3.8],[-8.4,-2.9],[-8.8,-2.4],[-9.2,-1.7],[-10,-0.9],[-10.5,-0.1],[-11.1,1.1],[-11.4,2.7],[-11.2,4.1],[-10.9,4.9],[-10.8,5.7],[-10.5,6.4],[-10.2,7.4],[-10.9,7.8],[-11.4,8.5],[-11.8,8.1],[-12.2,6.7],[-13.1,6.5],[-11.9,6.7],[-10.5,7.2],[-10.6,8.6],[-10.3,10.5],[-1.7,2.1],[-2.5,-10.1],[4,-10.9],[3.5,-7.9],[3.1,-7],[1.4,-4.5],[1.1,-3.5],[-1.5,-3.3],[-5.7,-2.9],[-4.9,-2.1],[-4.1,-1.6],[-4.1,-0.1],[-3.1,1.4],[-1.7,1.7],[-0.1,1.8],[1.5,1.5],[2.8,0.9],[3.6,0.9],[3.7,0.6],[3.7,0],[3.2,0],[0.9,-1.9],[-2.3,-1.6],[-1.9,-0.1],[-1,0.7],[0,1.2],[0.7,1.9],[1.3,2.2],[2,2],[2.3,1.6],[2.5,1.3],[2.1,1.1],[2.9,-3.6],[2,-8.6],[-0.9,-7.7],[-1.8,-5.7],[-1.9,-3.4],[-1.6,-0.9],[-0.3,0.8],[-3.5,-0.7],[-3.6,1.9],[-3.9,2.2],[-4.4,1.9],[-3.8,2.5],[-2.4,2.7],[-2.3,1.4],[-3.7,1.5],[-2.3,2.4],[-3.1,1.7],[-4.5,2.5],[-5.5,1.6],[-7,1.4],[-6.3,2.6],[-5.9,3.3],[-5.4,3.8],[-4.7,3.8],[-4.2,3.7],[-4.9,3.8],[-4.7,4.5],[-3.8,4.7],[-3,3.7],[-1.8,1],[-1.6,0.1],[-1.1,-1.6],[-0.5,-2.2],[0.1,-1.3],[-0.1,0.3],[0.4,-0.2],[-1.2,-1.5],[0.9,-1.1],[-0.2,-4.5],[-1.9,-4.8],[-2.8,-2.1],[-1.9,-1.9],[-1.8,-2.2],[-1.9,-2.2],[-1.7,-1.7],[-1.3,-1.4],[-0.8,-1.5],[-0.3,-1.4],[-0.9,-1.2],[-1,-0.9],[-0.8,-1.4],[-0.9,-1.4],[0.5,-1.1],[-0.4,-1.1],[1,-0.6],[-4.1,-2.7],[-2.2,-1.3],[-1.3,0.1],[-0.3,0.9],[0.5,2.8],[1.2,1.1],[2,-5.3],[2.7,-5.3],[3.5,-5.9],[4.1,-6.6],[4,-6.3],[3.6,-5.9],[3.8,-6],[3.4,-6.8],[2.9,-7.4],[2.5,-6.5],[3.1,-5.1],[2.4,-4.2],[2.6,-4.1],[2.9,-4.2],[3,-3.6],[2.3,-3.1],[0.9,-2.7],[0.3,-1.1],[0.4,0.5],[0.7,-3.9],[-3.2,-4.5],[-3.9,-4],[-4.1,-2.8],[-5,-2.1],[-4.8,-1.9],[-4.7,-2.1],[-5.2,-1.6],[-5.6,-2.1],[-5.7,-1],[-5.8,-1.2],[-6,-1.6],[-6,-1.5],[-5.7,-1.5],[-5.8,-1.2],[-5,-0.9],[-4.4,-0.3],[-4.4,0.5],[-4.7,1],[-5.1,0.2],[-5.1,1.2],[-5.7,3.5],[-5.1,3.8],[-5.6,3.2],[-5.6,2.9],[-5.8,3],[-6,3.5],[-6.3,4],[-6.5,4.5],[-6.7,5.2],[-6.8,5.8],[-6.9,6.5],[-6.5,7.2],[-6.9,7.4],[-6.9,7.8],[-7.1,8.3],[-7,8.7],[-7.1,9.4],[-6.2,10.6],[-5.4,10.9],[-4.4,9.7],[-0.3,3.5],[-4.5,-0.5],[-3.3,-1],[-6.2,2.6],[-4.6,1.8],[-5.3,0.2],[-3.9,0.6],[-1.7,-0.4],[-3,-1.1],[-0.6,-2.2],[0.6,-0.4],[2.8,1.2],[-1.1,-0.2],[-2,0.2],[-2,1.7],[2,7.8],[1.4,7.9],[1.1,7.1],[1.4,6.9],[1.7,6.2],[1.8,5.9],[2,6],[1.8,5.7],[2,5.9],[1.3,6.3],[0.3,7.5],[-1.3,9.3],[-4.2,-2.7],[-6,-1.2],[-6.1,0.6],[-7,1.6],[-7.8,2.5],[-9.2,2.1],[-10.6,1.4],[-13.1,0.4],[-14.5,0.2],[-15.1,0],[-13.8,0.5],[-14.8,-1.8],[-14.8,-2.7],[-14.4,-3],[-13.4,-3],[-12.7,-2.8],[-12.4,-2.4],[-12.7,-2],[-12.2,-1.8],[-11.9,-0.6],[-11,0.7],[-10.3,2.3],[-9.9,3.7],[-9.6,5],[-8.2,5.2],[-7.2,6],[-7.3,6.1],[-7.1,6.7],[-6.8,8.1],[-6.8,8.9],[-6.5,9.3],[-5.4,10.5],[-3.5,11.1],[-2.1,11.3],[-0.6,11.1],[-0.7,10.5],[0,10.6],[1.5,9.9],[2.4,9.2],[5.1,8.7],[5.4,9.1],[6.8,7.8],[8.4,7.4],[10.6,5.8],[12.5,4.8],[13.1,3.1],[14.5,0.8],[14,-5.1],[11.2,-8.8],[6.3,-15.3],[3.6,-15.2],[3,-13.7],[3.1,-11.9],[2.2,-10.8],[3.6,-9],[3.8,-8.4],[2.4,-7.2],[1.5,-6.5],[1.7,-5.8],[1.8,-4.8],[1.1,-4],[0.5,-3.6],[0.3,-3.2],[0.3,-2.5],[0.1,-1.9],[-0.2,-0.8],[-0.6,0.6],[-1.4,2],[-1.6,3.2],[-1.2,4.2],[-0.4,5.2],[3.3,6.2],[6.7,5.9],[7.6,5.9],[7.4,5.5],[7.3,6.7],[7.8,5.6],[8.8,4.4],[8.8,3.3],[8.3,2.8],[8.9,3.5],[8.2,3],[7.2,3.5],[6.3,4.1],[7.9,5.7],[9.3,7.5],[9.9,8.9],[8.2,4.7],[3.3,-4.3],[3.8,-4.1],[-3.9,-7.1],[-0.2,-3.7],[-1.2,-1.9],[-4.2,0.2],[2.5,3.5],[1.7,3.9],[0.1,4],[-0.4,2.4],[-1.1,3.8],[1,4.9],[1.6,3.7],[2.5,3.6],[2.5,2.1],[1.2,0.5],[2.4,1.1],[0.4,0.2],[2,0.7],[-6.6,-1.2],[-4.9,1.1],[-0.2,2],[-4.4,2.7],[-3.2,1.5],[-1.3,0.6],[-1,-2.4],[-1.7,-3.8],[-2.5,-2.8],[-3.8,-1.2],[-4,0.8],[-3.6,1.5],[-3.3,1.5],[-3.3,1.6],[-3.4,1.6],[-3.4,2],[-4,2.4],[-4.4,2.6],[-4.3,3.4],[-3.6,2.4],[-1.9,0.6],[0.9,-0.4],[2.1,-1.1],[2.3,-0.4],[0.2,-5],[-0.7,-3.5],[-0.8,-2.2],[-0.2,-3.3],[-0.8,-1.6],[-1.6,0.9],[-1.3,2.1],[-1.4,3.5],[-1.8,4.7],[-2,5.7],[-1.8,5.9],[-1.6,5.9],[-1.4,3.5],[-0.9,3],[1.2,0.8],[2.4,1.5],[1.8,2],[0,1.7],[1.9,3.7],[2,4.3],[2.4,2.6],[0.4,0.2],[-1.6,-1.7],[-2.4,-2.7],[-2.1,-0.9],[-9.7,-6.3],[-9.6,-4.6],[-7.8,-2.7],[-7.9,-2.3],[-8.7,-1.8],[-8.5,-0.9],[-9.4,-0.2],[-9.9,0.8],[-10.1,1.6],[-10.8,2.5],[-10.9,3.7],[-10.7,4.9],[-10.4,6],[-10.3,6.9],[-10.2,7.9],[-10,8.8],[-10.5,9.4],[-11.8,8.2],[-13,6.8],[-13.2,6.1],[-11.3,5.2],[-8.6,6.4],[-5.9,6.9],[5.2,0.5],[11.4,-10],[7.1,-13.9],[-0.7,-11.6],[3.8,-8.1],[2.1,-5.4],[3.4,-2],[1.6,-2.3],[1.8,-1.6],[4.8,-2.8],[5.3,-5],[0.2,-2.9],[-0.9,-0.4],[0.9,0.5],[2.6,-0.2],[3.3,-0.4],[4.1,-0.5],[3.8,-0.2],[3.9,0.2],[4,0.1],[3.7,0.7],[3.8,1.5],[2.2,0],[1.1,1],[-1.6,-0.6],[-2,-0.4],[-1.4,0.8],[-0.9,1.7],[-0.1,2.3],[0.9,2.3],[1.4,2],[1.3,2],[3.1,1.2],[4.3,-4.1],[1.3,-7.7],[0.1,-6.4],[-1.8,-4.7],[-2,-2.5],[-1.7,0.1],[-0.5,1.7],[-1.6,1.7],[-2.5,2.4],[-2.8,2.9],[-3.3,2.3],[-2.7,1.7],[-3.2,2.2],[-2,2],[-2.8,2.2],[-2.4,2.6],[-2.8,3.2],[-2.7,4.4],[-5.1,0.6],[-5.5,0.1],[-5.7,1.8],[-5.2,2],[-4.7,2.9],[-4.8,3.5],[-3.5,3.7],[-3,3.4],[-2.4,3.4],[-1.3,2.9],[-0.8,2],[-0.5,0.6],[0.1,-0.3],[-0.4,-2.2],[-1,-1.9],[-0.2,-0.7],[0.1,-0.4],[-0.4,-1.7],[0.3,0.2],[1.1,0.4],[0.3,0.9],[-1.9,-2.9],[-1.5,-3.3],[-1.8,-1.5],[-2,-1.8],[-2.2,-1.8],[-1.8,-1.6],[-1.5,-1.3],[-1.2,-1.2],[-1.1,-1],[-0.6,-1],[-0.7,-0.4],[-0.7,-1],[0.1,-0.8],[-1.1,-1.6],[-1.2,-1.1],[-1.4,-1],[0.8,-1.9],[-2.5,-3.4],[-0.5,-1.2],[-0.5,-2.1],[-0.7,-4.5],[-0.1,-3.9],[0.9,-5.6],[1.9,-6.9],[2.4,-7.3],[2.5,-7.3],[2.5,-7.3],[2.7,-7.2],[2.1,-7.4],[1.6,-7.2],[1.8,-6.1],[1.6,-4.8],[0.7,-3.9],[1,-4.2],[1,-4.1],[0.8,-3.4],[0.9,-2.5],[-0.2,-2.2],[-0.1,-1],[-1.1,-0.1],[-0.8,-1.1],[-1.7,-3.2],[-4.9,-2.9],[-5.1,-2.1],[-5,-1.9],[-4.9,-2],[-5.2,-1.9],[-4.8,-1.8],[-5.6,-1.8],[-6.1,-1.3],[-5.9,-1],[-6.7,-1.1],[-7.2,-1.1],[-7.1,-0.9],[-6.9,-0.8],[-6.8,-0.9],[-6.5,-0.4],[-5.9,0.1],[-6.2,1.4],[-6.3,1.5],[-7.5,0.2],[-6.9,1.6],[-6.6,3.9],[-5.6,4.6],[-5.4,4.1],[-5.7,4],[-5.9,3.8],[-6.2,3.9],[-6.3,4.2],[-6.4,4.8],[-6.5,5.4],[-6.7,6],[-6.4,6.8],[-6.4,7.2],[-6.6,7.7],[-6.6,8.6],[-6.6,9],[-6.7,9.8],[-6.2,11],[-6.4,11.8],[-6.4,10.5],[-3.4,7.1],[-2.5,1.4],[-3.1,1.8],[-2.9,2.1],[-1.2,3.5],[-3.4,1],[-2.5,-2.3],[-0.5,-3.8],[0.2,-1.1],[1.5,-1.5],[0.2,-1],[-0.9,-0.5],[-1.1,0.1],[-1.9,1],[-2.8,0.1],[-3.4,1.3],[-1.2,3.3],[0.3,8.6],[-0.3,7.9],[0.4,7.3],[0.1,6.6],[0.5,6.6],[0.6,6.4],[1,6.4],[0.8,6.9],[0,7.6],[-0.7,9],[-0.9,10.2],[-5.5,-1.3],[-5.7,0.8],[-5.8,2.4],[-6.7,3.7],[-7.6,4.6],[-9.5,4.4],[-11.4,4],[-14.4,4.8],[-16.1,5.3],[-16.1,3.1],[-16.8,-0.7],[-16.6,-2.9],[-15.8,-3.7],[-14.8,-4],[-13.9,-3.6],[-12.8,-3.6],[-12.2,-3.5],[-12.4,-2.7],[-13.1,-1.1],[-12.1,-1],[-11.1,0.1],[-10.1,1.7],[-9.6,3],[-9.2,4.1],[-8.9,5.5],[-7.4,6.4],[-7.2,5.7],[-6.4,6.8],[-6,7.8],[-6.2,8.3],[-6.2,8.6],[-5.3,9.8],[-3.5,10.4],[-2,11.2],[-1,11.1],[0.2,11.1],[0.9,10.2],[2.1,9.9],[3.2,9.3],[3.6,8.5],[4.4,7.6],[5.3,7.1],[6.8,6.2],[9.5,4.9],[10.6,3.1],[11.3,2.9],[12.7,1],[11.8,-4.5],[10.3,-6.1],[4.2,-15],[3.5,-13.9],[3.1,-12.7],[3,-11],[2.7,-9.2],[3,-7.9],[3,-7.3],[2,-6.2],[1.1,-5.2],[1.1,-4.4],[1,-3.7],[0.7,-3.2],[0,-2.8],[0,-2.1],[-0.2,-1.6],[-0.6,-1.1],[-1.1,-0.1],[-1.7,0.9],[-2.1,2],[-2,3.6],[-1.7,5.6],[-0.7,7.8],[3.2,7.3],[4.8,7.5],[5.6,6.6],[5.3,6],[5.9,4.2],[5.7,4.2],[5.9,4],[5.9,3.8],[5.2,4.3],[6,4.2],[6.2,3.7],[6.5,4.3],[5.3,6.5],[6.6,7.3],[9.3,4],[10.8,-0.3],[8.6,-0.6],[6.7,-1.7],[5.1,-2.4],[-3.5,-4.9],[-3.2,-4.7],[-0.5,-1.4],[0.9,3.4],[0,8.5],[4.5,8.2],[4,6.3],[2.1,5.2],[0.7,4.4],[1.4,4.5],[1,4.3],[0.8,2.9],[0.8,2.2],[1.8,1.6],[2.1,2.2],[-0.6,0.9],[2.6,1.5],[-6.8,-2.5],[-6,0.5],[-3.1,1.9],[-3.8,1.4],[-2.5,-1.4],[-2.1,-2.3],[-2.6,-3.4],[-3.8,-2.7],[-4.7,-1.5],[-5.1,0.2],[-5.2,1.2],[-5.3,1.3],[-5.3,1.5],[-5.2,1.9],[-5.1,2.1],[-5,2.3],[-4.5,2.5],[-4.5,2.7],[-2.4,1.5],[-1.1,0.4],[-0.6,0.3],[-0.3,-0.2],[0.3,-0.4],[1.4,-1.3],[-0.7,-2.8],[-1.6,-2.5],[-1.3,-0.9],[-2.1,-3.1],[-1.8,-0.9],[-1.9,1.4],[-1.7,2.7],[-1.6,3.7],[-0.6,5.2],[-1.4,5.8],[-1.5,5.7],[0.1,4.5],[0.3,3.1],[0.5,1.1],[0.7,1.5],[1.5,2.2],[1.2,2.6],[0.2,3.1],[1.2,3.7],[1.6,4],[2,3.4],[1.4,2.2],[0.5,0.2],[-1.6,-2.1],[-1.9,-0.9],[-3.6,-1.7],[-8.6,-4.3],[-8.3,-3.3],[-8.5,-2.4],[-8.5,-1.3],[-7.8,0],[-8.4,0.6],[-9,1.1],[-8.9,2],[-9.5,2.8],[-9.9,3.6],[-9.8,4.7],[-9.7,5.9],[-9.6,7.1],[-9.1,7.3],[-8.3,8.6],[-7.2,9.1],[-7.5,8.6],[-6,7.1],[-3.4,2.3],[-2.5,-8.1],[1.5,-4.2],[4.3,-6.6],[6.4,-9.3],[7.1,-11.7],[6.1,-11.7],[4.1,-8.1],[2.2,-2.7],[2.9,-1.8],[3.5,-3],[3.7,-6.2],[2.4,-6.7],[2.6,-6.1],[3.3,-5.6],[3.3,-4.6],[3.6,-3.4],[4.7,-2.3],[5,-2.5],[5.3,-2.3],[4.6,-1.6],[4.1,-0.6],[3.6,-0.3],[3.7,-0.6],[3.8,0.2],[3.7,1.2],[1.6,0.1],[2,1.3],[3.1,0.4],[2.4,-0.4],[-0.3,0.8],[-1.1,2.1],[1.6,1.8],[4.8,0.7],[5.6,-1.1],[6.9,-2.2],[6.3,-5.4],[3.6,-7.4],[1.3,-6.2],[0.2,-5.1],[-1.8,-3.2],[-2.1,-1],[-2.3,1.1],[-1.6,1.6],[-0.6,1.9],[0,2.3],[-1,2.7],[-1.5,2.7],[-2.4,0.9],[-2,2.7],[-2,3.2],[-2,3.3],[-2.3,3.1],[-2.4,3.3],[-1.3,3.8],[-1.7,2.2],[-3.1,1.4],[-4.3,1.4],[-4.3,1.5],[-4,2.1],[-4.2,2.1],[-3.4,2.7],[-2.4,2.8],[-1.3,2.5],[-0.7,2.3],[0.5,1.4],[0.8,0.3],[1.2,-0.5],[0.2,-1.9],[0.3,-1],[0.9,0.2],[0.2,-0.4],[-1.5,1],[0.5,1.1],[-0.5,0.4],[1.3,0.2],[-0.3,-1.3],[-1.5,-3.9],[-1.8,-1.7],[-1.3,-1.9],[-2,-1.6],[-1.9,-0.9],[-1.8,-1],[-1.3,-1],[-1.2,-1.2],[-1.1,-1.2],[-0.8,-0.5],[-0.2,-0.5],[-0.6,-0.8],[-0.9,-2.6],[-1.2,-1.9],[-0.7,0.4],[0.7,0.8],[0,-1.1],[-1.5,-2.4],[-1.9,-2.5],[-2.1,-3.1],[-2,-5.1],[-1,-7.2],[0.1,-8.2],[0.9,-8.4],[1.3,-8.1],[1.3,-7.7],[1,-7.4],[0.5,-7.1],[0.5,-6.8],[0.2,-5.2],[-0.5,-4],[-0.6,-4.2],[-1.2,-4],[-0.9,-3.5],[-0.8,-2.7],[-1,-2],[-1.1,-1.3],[-2.7,-0.8],[-2.8,-0.3],[-2.7,0.2],[-3.8,-0.5],[-5.8,-2],[-5.9,-1.9],[-6.2,-2.2],[-5.2,-2],[-5.1,-1.6],[-5.5,-1.8],[-6.4,-1],[-6.6,-0.5],[-7.1,-0.6],[-7.2,-1.1],[-7.5,-0.7],[-7.8,-0.1],[-7.4,-0.1],[-7.3,-0.2],[-7.4,-0.1],[-7.2,0.1],[-6.8,1.3],[-7.1,1.9],[-8.7,1.1],[-9.1,2.9],[-7.4,4.4],[-6.3,5.1],[-6.1,5.1],[-6.6,5],[-6.9,5.1],[-6.6,4.8],[-6.6,4.8],[-6.4,4.9],[-6.3,5.5],[-6.3,6.2],[-6.1,7.1],[-6.1,7.6],[-6.2,8.3],[-6.2,8.9],[-5.9,9.9],[-5.3,11],[-5.6,12],[-5.8,12.5],[-3.2,14.6],[-1.9,1.8],[-4.1,0.9],[1.8,0.1],[-3.2,3],[-1.7,4.8],[-0.6,1.4],[-0.9,-4.4],[0.4,-3.6],[2.1,-2.9],[1.9,-1.8],[1.7,0.1],[0.8,1.3],[1.4,0.2],[0.8,0.6],[-1.8,0.1],[-2.7,0.8],[-0.9,1.8],[-1.6,7],[-0.4,8.4],[-0.2,7.4],[-0.4,6.9],[-0.5,6.8],[-0.2,6.9],[0.2,7.2],[0,7.5],[-0.8,8.9],[-1.1,9.4],[-1.1,6.1],[-5.1,0.6],[-5.1,2.5],[-5.4,4],[-5.7,5.8],[-6.5,6.6],[-9,6.6],[-11.1,8.6],[-14.7,9.2],[-17,8.5],[-20.9,2.8],[-20.3,-2.3],[-18.2,-4.6],[-16.7,-5.1],[-15.5,-5.1],[-13.7,-4.9],[-13.3,-4],[-12.2,-3.7],[-11.8,-3.1],[-11.9,-2.6],[-12.8,-0.7],[-11.5,0.1],[-9.8,0.8],[-9.1,2],[-8.5,3.3],[-8.1,4.6],[-7.9,5.6],[-7.5,6.2],[-6,6.7],[-5.6,7.3],[-5.2,7.4],[-5.7,7.8],[-5,8.9],[-3.2,9.7],[-1.9,9.8],[-0.7,10.1],[0.9,10.5],[1.7,9.6],[2.7,9.5],[3.5,9.1],[4.1,7.9],[4.4,7.8],[6.7,7.1],[8.9,4.2],[9.1,3.9],[9.2,4],[10.3,3.2],[11.3,-0.3],[10.7,-1.8],[8.5,-9.8],[3.5,-13.8],[3,-12.6],[2.9,-11.2],[2.7,-9.4],[2.5,-7.8],[2.6,-6.6],[2.4,-5.8],[1.9,-4.9],[0.9,-4.2],[0.6,-3.6],[0.5,-3],[0,-2.8],[-0.2,-2.2],[-0.6,-1.9],[-1.1,-1.7],[-1.5,-1],[-1.6,0],[-1.9,1.1],[-1.9,2.9],[-1.7,5.1],[-0.8,7.3],[1.6,7.9],[1.3,7.4],[1.6,6.7],[1.8,5.5],[1.3,4.8],[1.9,5.4],[1.5,5],[1.9,5],[2,4.9],[1.1,4.4],[3.6,3],[5.3,1.5],[6.8,1.3],[7.9,1.1],[8.4,0.4],[8.9,0.3],[8.4,0.8],[7.9,1.1],[2.8,0.6],[4.9,2.5],[3.4,3.7],[-7.7,-0.5],[0.1,1.6],[2.8,3.7],[3.3,4.2],[4.4,5.8],[6.5,5.6],[5.3,4.7],[3.8,4.9],[2.4,5.3],[2.1,3.7],[1,2.4],[1.1,2.4],[0.3,3.2],[2.3,2.6],[0.4,2.7],[1.5,1.8],[-7.2,-1],[-6.4,0.6],[-3.9,0.4],[-4.7,-0.6],[-3.9,-1.1],[-3.4,-2.3],[-4.4,-2.1],[-5.9,-1.1],[-6.1,0.4],[-6.4,1.5],[-6.8,1.9],[-7,2.2],[-7.1,2.6],[-7.1,2.9],[-6.6,3.1],[-6.1,2.9],[-5.1,2.6],[-3.8,1.6],[-3,1.3],[-3,0.9],[-3,0.3],[-1.8,-0.2],[-0.4,-1.5],[0,-1.3],[-0.1,-1.4],[0.5,-1],[-0.5,1.2],[-2.2,-3],[-2.4,0.3],[-2.4,1.9],[-2,3.1],[-1.7,4.1],[-0.8,5.1],[-0.4,5.5],[0.1,4.9],[0.2,4.1],[0.5,3.2],[0.6,1.2],[0.4,2.3],[-0.1,2.5],[0,3.4],[-0.4,4],[-0.1,4.4],[0.2,3.8],[0.8,3.6],[1.1,3],[0.4,1.3],[-0.3,-0.9],[-0.9,0.4],[0.3,2.3],[-7.4,-6.3],[-8.1,-4],[-8.3,-2.6],[-8,-0.7],[-6.6,0.6],[-8.6,1.1],[-8.5,1.8],[-8.1,2.4],[-8.1,3],[-8.2,3.8],[-8.3,4.7],[-8,5.1],[-7.3,5.6],[-7.1,6.2],[-6.1,7.3],[-3.9,7.7],[-2.1,7.1],[1.1,4.5],[6,-2.2],[1.6,-9.9],[-0.5,-12.9],[3.5,-10.5],[5,-8.1],[2.8,-8.6],[3.9,-5.8],[4.2,-3.5],[1.9,-4.7],[2.8,-6.6],[2,-6.9],[1.8,-6.2],[1.1,-6.1],[0.7,-5.6],[1.8,-4.9],[2.7,-4.1],[3.5,-3.2],[4,-2.5],[4.1,-2.6],[4.3,-2],[4.2,-1.4],[3.9,-1.1],[3.8,0.1],[3.1,0.5],[2.8,1.1],[3.3,2.3],[4.1,0.9],[4.5,-0.4],[4.7,-2.2],[5.6,-2.9],[7.1,-3],[7.7,-3.4],[7.1,-4.6],[6.8,-4.8],[6.6,-5.2],[5.2,-4.9],[3.7,-4.9],[2.6,-4.7],[0.9,-4.3],[-0.5,-3.5],[-2,-1.6],[-2.2,0.4],[-2.3,1.4],[-2.3,2],[-1.8,2.4],[-1.4,2],[-0.6,2.8],[-0.8,3.6],[-1.9,2.5],[-1.9,3],[-1.3,3.6],[-1.8,3.8],[-2.2,3.5],[-2.3,3.4],[-1.9,3.2],[-2,3.4],[-1.8,2.7],[-1.6,1.2],[-2.1,0.9],[-3,0.3],[-1.5,-0.8],[-1.7,-0.5],[0,-1.6],[1.2,-1.4],[1.5,-1.3],[2.3,-0.7],[1.8,-0.3],[1,-0.9],[0.3,-1.3],[1,-0.4],[0.9,1.8],[0.4,-0.2],[-0.3,0.8],[0.5,0],[-0.8,1.4],[0.5,1.3],[0.6,-1.7],[-1,-2.9],[-1.8,-1.8],[-1.2,-1.8],[-1,-2.5],[-1,-2],[-1.5,-1.2],[-1.5,-1.2],[-1.3,-1.3],[-1,-1.3],[-0.8,-0.5],[-1.3,-0.4],[-1.4,-0.4],[-2,0.3],[-1.1,0.1],[-1.1,-0.8],[0.8,-0.4],[-1.9,-1.4],[-1.8,-1.2],[-2.6,-1.4],[-3.4,-3],[-4,-5.1],[-3.2,-6.9],[-1.9,-8.1],[-0.7,-8.2],[-0.2,-8],[-0.2,-7.8],[-0.6,-7.5],[-0.9,-7],[-0.9,-5.9],[-1.2,-4.5],[-1,-4.5],[-1.1,-3.7],[-2.1,-4.1],[-2.2,-2.8],[-2,-1.8],[-2.6,-1.6],[-3,-1.2],[-3,-1],[-2.9,0.8],[-3.7,1.5],[-4.5,1],[-4.1,-2],[-4.9,-1.8],[-5.4,-2.5],[-5.7,-2],[-5.9,-1.2],[-6,-0.1],[-6.4,0.7],[-7.3,1.3],[-8.3,0.9],[-8.3,-0.2],[-7.8,-0.4],[-7.7,0.4],[-7.6,0.8],[-7.8,0.7],[-8,0.7],[-8.1,0.7],[-8.1,0.8],[-7.8,1.4],[-8.2,1.7],[-8.9,2.7],[-8.8,4.4],[-8,4.9],[-7.9,5.1],[-8.1,5.7],[-8,6],[-7.4,5.7],[-7.2,5.6],[-7.1,5.8],[-6.3,6.1],[-6.1,6.8],[-5.9,7.5],[-5.7,8],[-5.7,8.4],[-5.4,9.5],[-4.8,10.4],[-4.8,11.3],[-3.9,11.7],[-4,11.3],[2.4,3.3],[-1.4,-2.7],[-5.1,-1],[-3,1.2],[-5.1,2.2],[-3.6,3.6],[-1.2,0],[0.3,-4.4],[0.2,-4],[-0.2,-3.2],[0.9,-2.6],[1.1,-2.3],[2.4,-3.2],[2.5,-1.9],[2.1,-1.3],[-0.7,0.9],[-1.5,-0.4],[-1.1,1.1],[-2.6,4.9],[-0.7,7.6],[-0.2,8],[-0.8,7.3],[-1.5,7.4],[-0.6,7.7],[-0.4,7.9],[-0.4,9.2],[-1.4,10.2],[-2.8,10],[-3,3],[-5,2.9],[-5,3.4],[-4.6,5],[-4.1,7],[-4,8.1],[-6.5,8.6],[-7.5,12.1],[-12,16.4],[-18.6,17.8],[-27.6,0.5],[-21.9,-8.8],[-19.9,-9.1],[-17,-8.2],[-16,-6.6],[-14.1,-5.8],[-13,-4.8],[-12.7,-3.5],[-12,-2.7],[-11.6,-2],[-11.6,-1.5],[-11.8,-0.1],[-10.6,1.1],[-9.5,2],[-8.8,3.2],[-7.9,4.3],[-7.7,4.9],[-7.6,6],[-6.9,6.8],[-5.9,6.5],[-4.8,6.9],[-4.7,7.8],[-4.5,8.4],[-3.5,9.2],[-2.4,9.1],[-1.1,9.2],[0.6,9.3],[2,8.6],[3,8.7],[3.7,8.4],[5.1,7.8],[6.2,7.6],[6.4,5.6],[6,2.5],[7,4.3],[7.5,4.4],[8.5,3.1],[10,1.8],[8,-2.1],[4.2,-12.9],[3.2,-12.2],[2.7,-10.8],[2.6,-9.5],[2.5,-8],[2.8,-7],[2.9,-6.1],[2.8,-5.3],[2,-4.8],[0.8,-3.8],[0.2,-2.9],[-0.3,-2.6],[-0.6,-2.3],[-0.7,-1.5],[-1.4,-1.1],[-2,-0.6],[-2.4,0.3],[-2,1.6],[-1.8,2.9],[-1.6,4.5],[-0.8,6.5],[0.7,8.3],[7.7,7.3],[-3.3,6.2],[-2.3,6.7],[-2.5,5.2],[-2.7,5.5],[-2.5,5.5],[-2.2,5.6],[-1.8,5.4],[-1.1,4.6],[2.7,2.4],[4.4,0.3],[4,-0.6],[4.7,-0.4],[5.5,-0.6],[6.2,-0.2],[7.3,0.1],[6.9,2],[5.3,0.2],[4.3,-0.7],[4.1,-0.6],[3.9,0],[-0.6,2.2],[-0.8,5.4],[2.4,5.1],[2.4,5.9],[3.6,6.8],[5.2,6.9],[5.4,7.2],[3.9,6.8],[2.7,5.7],[2.7,3.8],[2.1,3.6],[0.4,3.5],[1.3,3],[0.5,2.9],[-0.1,2.2],[-0.1,2.4],[-7.6,-1.7],[-3.8,-0.7],[-2.9,-0.8],[-5,-1.7],[-4.7,-1.5],[-4.6,-1.4],[-6.1,-0.7],[-7,0.7],[-7,1.7],[-7.6,2.2],[-8.1,2.9],[-8.4,3.5],[-8.4,3.5],[-8.1,3.4],[-7.5,3.4],[-6.9,3],[-6.5,2.6],[-5.7,1.7],[-4.4,0.3],[-3.3,-0.9],[-2.7,-1.6],[-2.1,-1.7],[-1.2,-1.4],[-0.6,-2],[-0.4,-2.8],[-0.2,-1.4],[-0.2,-0.6],[-1.7,-0.8],[-2.4,1.8],[-2.7,1.9],[-2.5,3],[-2.2,3.8],[-1.6,4.7],[-1,5],[-0.6,4.9],[-0.5,4.8],[0.2,2.5],[-0.3,1.9],[-0.2,2.2],[-0.8,2.7],[-0.9,3.6],[-1,3.9],[-0.4,4],[-0.5,3.5],[-0.3,3.6],[0,3.2],[0.3,1.1],[0.2,0],[-0.8,1.5],[-0.8,2.2],[-4.6,-4.6],[-7.6,-4.2],[-7.7,-2.3],[-7.3,-0.2],[-5.7,1.3],[-7.5,1.3],[-7.4,1.9],[-7.3,2.5],[-7.5,3.5],[-7.4,4],[-7.3,4.5],[-6.7,5],[-5.9,5.4],[-5.1,5.9],[-4,6.4],[-2.2,6.3],[0.1,5.2],[1.5,3.6],[8.7,-6.6],[10.9,-12.5],[-1.1,-8.7],[3.6,-7.7],[2.7,-9],[0.9,-6.9],[2.6,-4.4],[1.5,-5.6],[2.8,-6.9],[1.9,-6.9],[0.9,-7],[1.2,-7.2],[-0.2,-6.7],[-0.1,-5.7],[0.7,-5.2],[1.5,-4.2],[2.3,-3.5],[2.7,-3.1],[2.8,-2.5],[3.1,-1.9],[3.7,-0.9],[2.9,-0.8],[3.6,0.3],[2.7,0.6],[3.2,1.1],[3.3,1],[4.8,-1],[5.8,-2.2],[6.6,-3],[6.3,-3.3],[5.9,-3.4],[5.8,-3.4],[5.5,-3.2],[5,-3.3],[4.6,-3.3],[3.4,-3.5],[2.6,-2.8],[1.4,-2.6],[0,-3.5],[-1.5,-2.2],[-2.3,-0.2],[-2.1,1.7],[-2.8,1.7],[-2.9,2],[-2.8,2.6],[-2.3,2.2],[-1.8,2.7],[-1.1,3.5],[-1.3,4],[-1.9,3.3],[-2,2.6],[-1.2,3.5],[-1.4,3.2],[-1.5,3.8],[-1.5,3],[-1.9,3],[-2.1,2.1],[-2.7,1.7],[-2,1.8],[-2,1],[-2.3,1],[-0.9,0.4],[-0.6,0.5],[0.2,0.5],[0.6,0.6],[0.6,0.1],[1,-0.4],[1,-0.7],[1.3,-1.1],[1,0.1],[1.8,2.3],[-1,-1.6],[0.4,0.4],[1,0.8],[1.1,-1.3],[1.3,1.5],[1.2,-0.4],[-1.2,-1.3],[-1.2,-1.8],[-1.3,-1.5],[-1.4,-1.5],[-1.1,-1.5],[-1.2,-1.2],[-1.7,-1.6],[-1.5,-0.8],[-1.2,-1.2],[-0.6,-1],[-1.4,-0.6],[-1.4,0.2],[-2.1,-1],[-1,-0.2],[-1.1,-1.4],[-0.4,0.9],[0.9,0.4],[-2.3,0.4],[-2.5,0],[-3.7,-1.3],[-5.2,-3.8],[-5.3,-7],[-4,-8.5],[-2.3,-8.6],[-1.7,-8.3],[-1.6,-8],[-1.9,-7.2],[-2.2,-6.4],[-2.2,-4.8],[-2.2,-4.3],[-2.5,-3.9],[-2.2,-3.6],[-2.5,-2.9],[-3.4,-2.2],[-3.6,-1.3],[-3.3,-2.1],[-3.6,-1.8],[-3.1,-0.1],[-3.3,1.5],[-3.6,1.8],[-3.4,-1],[-2.7,-2.4],[-2.3,-2.2],[-3.5,-1.8],[-5.2,-1.6],[-5.5,-0.6],[-6,-1],[-7.1,0],[-7,0.3],[-5.1,-1.6],[-6.3,-2],[-7.8,-0.6],[-7.3,0.3],[-7.9,1],[-8.1,1.7],[-8.1,1.8],[-8.4,1.7],[-8.6,1.5],[-9,1.6],[-9.2,1.7],[-9.1,1.9],[-8.7,1.9],[-8.1,2.1],[-6.7,2.9],[-6.5,3.1],[-7.6,3.2],[-8.4,4.4],[-8.1,5.5],[-7.5,6.4],[-6.8,7.3],[-6.1,7.3],[-5.5,7.7],[-5.3,8.2],[-5.1,9],[-4.8,9.6],[-4.2,10.2],[-3.5,11],[-2.8,11.4],[-3.2,9.8],[3,-3.8],[-2.7,-3.8],[-6.8,-0.3],[-5.3,1.2],[-5.2,1.9],[-4.3,1.8],[-0.3,-3.1],[-1.3,-3.2],[-1.3,-2.9],[-2,-2.9],[-1.2,-2.6],[-0.9,-2.9],[1,-3.5],[0.7,0.2],[-1,-1.9],[0,-1.6],[-2.3,-0.1],[-1.1,2.1],[-1.3,3.8],[-1.4,5.7],[-0.7,8.1],[-0.4,7.8],[-1.7,7.9],[-0.3,8.5],[-0.1,9],[-0.9,10],[-1.9,9.9],[-1.9,7.7],[-4.3,5.1],[-2.8,9],[-3.9,4.5],[-3.9,5.9],[-0.9,5.7],[0.2,8.9],[-3.3,9.8],[-1.9,14.2],[0.2,21.6],[1.8,18.4],[0.8,-16.3],[-8.6,-22.8],[-8.2,-14],[-13.1,-10.3],[-15.7,-8.2],[-14.5,-6.2],[-13.3,-4.9],[-12.6,-3.9],[-11.9,-2.7],[-11.1,-2.2],[-11.1,-1.1],[-11.2,-0.2],[-10.4,0.8],[-9.8,2.1],[-9.1,2.9],[-8.1,3.6],[-7.6,4.3],[-7.4,4.9],[-7.2,5.9],[-6.4,7.2],[-5.7,8.1],[-4,8.5],[-4.2,9.1],[-3.7,9.3],[-2.8,8.7],[-1.3,8.6],[-0.3,8.4],[1.6,8.7],[2.8,8.7],[4.2,8.6],[5.4,8.5],[5.6,6.9],[6.3,4.7],[4.3,3.6],[4.7,5.1],[5.7,4.9],[7.4,4],[7.4,0.8],[7.1,-9.9],[2.8,-12.1],[2.9,-10.7],[2.4,-9.5],[2.4,-8],[2.7,-7.2],[2.7,-6.2],[2.6,-5.1],[2.2,-4.5],[1.2,-3.9],[0.6,-3],[0.2,-2.2],[-0.8,-1.9],[-1,-1.4],[-1.3,-0.6],[-2.1,-0.4],[-2.4,0.1],[-2.6,1.6],[-1.7,3.5],[-1.5,4.7],[-1.3,6.5],[-0.1,8.4],[2,10.6],[-0.3,10.4],[-5.1,5.7],[-5.7,5.2],[-5.8,5.6],[-5.3,5.4],[-4.8,4],[-2.9,3.5],[-0.7,1.3],[0.2,-1.2],[0.5,-1.1],[0.2,-1.2],[0.8,-1.9],[1.5,-1.3],[2.8,-0.9],[3.6,-1.2],[4.2,-1.4],[3.8,-1],[4.2,-1.8],[4.3,-0.3],[3.9,0.9],[3.2,0.2],[2.6,0.6],[1.9,1.1],[2.7,3.9],[2.6,4.6],[3.9,5.3],[4.1,5.5],[4.6,5.5],[2.9,5.1],[1.6,4.8],[3,4.7],[0.9,3.4],[1,3],[0.3,2.7],[1,2.3],[0.1,2.7],[-0.4,0.6],[-3.2,-3.7],[-2.6,-1.6],[-5,-3.5],[-5,-2.2],[-5.2,-0.8],[-5.4,0],[-6.9,0.9],[-7.3,2.4],[-7.4,3.3],[-7.8,3.9],[-8,4.3],[-8.7,4.3],[-8.8,4.6],[-8.5,4.3],[-8.8,3.7],[-8.7,2.2],[-7.4,1.5],[-6.6,-1],[-5.8,-1.6],[-4.5,-2.4],[-3.7,-2.4],[-3.2,-2],[-2.9,-2.7],[-3.3,-3.2],[-2.8,-2.2],[-2.8,-0.9],[-2.5,0.4],[-2.8,1.2],[-3,2.2],[-3.4,2.2],[-3.2,2.8],[-2.5,3.5],[-2.1,4.2],[-1.6,4.4],[-1.1,4.3],[-0.9,3.3],[-0.8,2.7],[-0.9,2.6],[-1,2.2],[-0.9,2.7],[-0.9,2.8],[-0.7,3.4],[-0.9,3.7],[-1.1,3.9],[-0.9,3.4],[-0.1,2.2],[-0.2,1.5],[-0.8,2],[-1.1,2.4],[-0.7,2.4],[-3,-1.7],[-7.1,-3.9],[-7.5,-1.6],[-6.7,0.5],[-6.2,1.7],[-6.8,2.3],[-6.4,2.9],[-6.5,3.1],[-6.8,3.3],[-7.2,3.8],[-6.8,4.6],[-6.4,5.3],[-5.7,5.5],[-4.9,5.4],[-3.7,5.5],[-1.5,5.2],[-0.2,5.2],[8.4,-7.6],[8.1,-11.7],[3.8,-12.9],[3.7,-11.6],[3,-10.1],[1.3,-8.5],[1.2,-6.7],[1.1,-5.9],[1.8,-6.9],[1.5,-7.4],[1,-7.6],[0.6,-7.5],[-0.6,-7.3],[-0.9,-6.7],[-0.8,-5.6],[-0.8,-5.2],[-0.1,-4.4],[0.4,-3.7],[0.7,-3.1],[1.5,-2.1],[2.4,-1.2],[2.8,0.3],[1,0.2],[1.7,0.1],[2.2,0],[3.6,0],[5,-1.8],[5.1,-2.8],[5.2,-2.9],[5,-3.2],[4.7,-3.1],[4.4,-3],[4.4,-2.8],[3.9,-2.6],[3.1,-2.5],[2.7,-2.4],[2.1,-2.2],[1.4,-1.9],[-0.1,-2.4],[-1.2,-2.6],[-2.1,-0.8],[-2.5,1],[-2,2.4],[-2.5,1.8],[-2.4,2.2],[-2.9,2.5],[-3.2,2.3],[-2.6,2.3],[-1.6,2.8],[-1.3,3.6],[-0.8,3.8],[-1.3,3.4],[-1.7,3.5],[-1.5,3.9],[-1.3,3.9],[-1.7,3.2],[-2.5,2.8],[-1.9,2.6],[-2,3.1],[-1.7,2.3],[-1.4,1.5],[-1,0.8],[-0.8,0.8],[-0.3,0.6],[-0.1,0],[0.2,0.1],[0.4,0.2],[0.1,0.3],[0.2,-0.2],[0.9,-1.3],[1.3,-1.1],[2.4,0.4],[0.7,0.5],[0.7,0.1],[-0.1,-0.5],[0.4,0.9],[-0.2,-0.3],[1,1.2],[-0.1,-1],[-1.4,-2.1],[-1.2,-1.9],[-1.3,-1.8],[-0.9,-1.8],[-1.4,-1.7],[-1.4,-1.1],[-1.6,-0.9],[-1.2,-0.5],[-1.4,-0.7],[-1.5,0.4],[-2.5,0.2],[-1.4,2.1],[-1.4,0.4],[-0.9,1.2],[-0.9,1.5],[-0.6,1.5],[0.4,0.2],[1.7,-2.6],[-2.4,0.1],[-3.8,-1.7],[-5.7,-6.3],[-5.9,-8.7],[-3.8,-9.5],[-2.7,-8.9],[-2.5,-7.9],[-2.8,-6.8],[-3.1,-5.5],[-2.9,-4.1],[-3.1,-4.3],[-3,-3.9],[-2.5,-3.2],[-3.3,-2.9],[-3.2,-2.7],[-2.9,-2.4],[-3,-1.5],[-4,-0.5],[-3.7,0.3],[-3.5,1.3],[-3.2,0.6],[-2.1,-1.5],[-3,-2],[-3.2,-2.2],[-3.7,-1.4],[-3.9,-1],[-4.1,-0.5],[-4.5,-0.2],[-4.4,0.2],[-4.1,-0.5],[-5.6,-1.8],[-5.9,-1.3],[-6.8,-0.4],[-7.4,0.7],[-7.8,1.6],[-8.3,1.6],[-8.2,2],[-8.2,2],[-8.7,2.3],[-8.7,2.6],[-8.8,2.8],[-8.8,3.3],[-8.7,3.4],[-8.5,3.4],[-8.2,3.3],[-7.9,3],[-7.6,3.2],[-7.5,3.8],[-7.4,4.5],[-7.4,5.6],[-7.3,6.3],[-6.7,7.5],[-5.6,8.1],[-5.2,8.3],[-4.6,9.1],[-4.3,9.5],[-3.8,9.8],[-2.6,10.4],[-2.1,10],[-0.4,5.3],[2.4,-3.5],[-2.1,-0.9],[-5.9,-0.2],[-5.5,0.7],[-5.6,1.6],[-3.7,-1.4],[-3,-2.2],[-3.1,-2.6],[-2.2,-3],[-2.2,-3.2],[-1.5,-2.3],[-2.5,-2],[-2.2,-3.1],[-0.7,-2.5],[-0.6,-2.7],[-1.9,-1.1],[-1,0.2],[-1.2,1.5],[-0.6,3],[-1,4],[-0.7,4.9],[-0.1,8.5],[-1,8.9],[-0.2,8.9],[0.1,9.9],[-1.2,9.9],[-1.5,9.4],[-1.3,7.9],[-1.9,8.5],[-2.5,4.8],[-1.7,4.3],[-0.8,3.3],[1,2.4],[3.3,10],[2.6,8.8],[3.5,13.1],[10.6,13.1],[23.4,6.9],[20.5,-13.6],[7.1,-17.8],[1.1,-13.8],[-2.9,-10.8],[-10,-9.6],[-13.4,-7.5],[-13.2,-5.3],[-12.5,-3.9],[-11.6,-2.7],[-11.1,-1.5],[-10.5,-1.1],[-10.3,0.1],[-9.9,1],[-9.6,1.9],[-9.1,3],[-8.4,3.4],[-7.8,3.9],[-7.3,4.5],[-6.8,5.5],[-6.4,6.6],[-6,7.6],[-4.9,8.4],[-4.2,8.3],[-3.4,7.7],[-3.1,7.1],[-2.7,7.6],[-1.4,8.6],[0.6,9.8],[2.3,10.1],[2.8,8.2],[3.3,6.8],[4.4,6.2],[5.2,5.4],[4.2,4.9],[3.7,5.4],[5.2,4.9],[6.2,2.3],[8.1,-5.3],[2.5,-11.3],[2.5,-10.3],[2.3,-9.5],[2.5,-8.2],[2.1,-7.2],[2.5,-6.1],[2.2,-4.9],[2,-4.1],[1.6,-3.6],[0.7,-3],[0.4,-2.2],[-0.2,-1.8],[-0.5,-1.5],[-0.9,-1.1],[-1.5,-0.3],[-2.3,0.2],[-2.5,0.7],[-2.1,1.9],[-1.7,3.7],[-0.2,4.9],[1,6.4],[2.6,8.2],[1.8,11.7],[-8.7,5.4],[-6.2,6.2],[-5.7,5.5],[-5.9,2.8],[-4.4,2.5],[-3.9,2],[-3.9,0.4],[-3.7,-0.2],[-4,-0.2],[-3.1,-0.5],[-2.5,-1.1],[-1.7,-1.6],[-1.7,-2.5],[-0.5,-2.6],[0.2,-2.5],[1.1,-2.2],[1.6,-1.9],[2.2,-1.4],[1.3,0.2],[1.4,0.4],[0.9,0.7],[-0.4,1.4],[0.2,3],[1.1,3.7],[2.7,4],[3,5.4],[2.8,5.3],[2.2,5.3],[1.8,4.2],[2.1,3.9],[2.8,4.2],[1.9,3.2],[0.6,3.2],[-0.2,1.8],[-0.1,0.6],[0.2,0.7],[0.3,0.1],[-2.2,-2],[-2.2,-5.9],[-4.4,-4.7],[-4.9,-2.4],[-5.1,-0.6],[-5.8,1.1],[-6.8,2.6],[-7.2,4.1],[-7.3,5.4],[-8.7,5.2],[-9.2,4.9],[-9.1,3.5],[-8.8,2.3],[-8.2,0.9],[-8,0.8],[-8.2,0.6],[-7.7,-3.6],[-7.2,-3.9],[-6.2,-3],[-5.3,-2.6],[-4.9,-2.2],[-4.3,-2.3],[-5.1,-2.8],[-5,-2],[-5.1,-0.9],[-5,0.4],[-4.8,1.5],[-4.5,2.2],[-3.6,2],[-4.3,2.5],[-3.9,3],[-3.4,3.5],[-3,3.7],[-2.4,4],[-2,3.9],[-1.6,3.6],[-1.4,3.5],[-1.8,2.7],[-2.3,2.7],[-1.6,2.7],[-1.3,3.2],[-1.2,3.4],[-0.6,3.8],[-0.6,3.5],[-1,2.8],[-0.5,2.4],[-0.6,2.6],[-1.3,2.9],[-1.7,3.7],[-0.9,4.2],[-1.2,-4.4],[-6.3,-3.2],[-6.8,-1],[-6.3,1.1],[-5.9,2.5],[-6,3.1],[-6,3.7],[-6.9,3.3],[-7.2,3.5],[-7.1,4.3],[-6.8,5.1],[-6.6,5.2],[-6.1,5],[-4.9,5.2],[-3.2,5.2],[-1.2,3.8],[7.9,-7.2],[6.3,-10.5],[3.9,-11.3],[2.2,-11.6],[4.3,-10.9],[3.3,-9.4],[1.6,-8.2],[0.9,-6.7],[1.1,-6.8],[0.6,-7.1],[0.7,-7.1],[0.1,-7.6],[-0.6,-7.5],[-1.9,-6.9],[-1.1,-5.7],[-2.4,-5.4],[-2.1,-4.5],[-2.3,-3.6],[-1.4,-2.8],[-0.6,-1.9],[0.5,-0.9],[1.2,-0.3],[1,0.8],[1.2,0],[1.7,-0.2],[3.4,-1.5],[3.6,-2.8],[2.9,-3.1],[3.2,-2.9],[3.2,-3],[3,-2.8],[2.9,-2.5],[2.8,-2.2],[2.6,-2.1],[2,-2],[1.2,-1.7],[0.6,-1.5],[0.2,-1.2],[0.1,-1.6],[-1.1,-1.8],[-2,-0.7],[-2.6,0.4],[-2.9,1.3],[-2.7,2.4],[-2.8,2.5],[-3.1,2.5],[-2.2,3],[-3.1,2.8],[-3.5,1.8],[-3.3,2.3],[-2.1,3.1],[-1.5,3.8],[-1.8,4.3],[-2.6,3.2],[-2.6,3.1],[-1.8,3.2],[-1.9,2.9],[-1.9,2.7],[-2.3,3.2],[-2,2.6],[-1.4,2.3],[-0.9,2.1],[-0.2,1.5],[0.2,0.7],[0.3,0.5],[0.9,0.6],[1.5,0.2],[1.6,0.2],[1,0.7],[0.9,0],[0.4,-1.3],[0.2,-0.6],[0.7,1.9],[1.3,0.2],[0.7,-0.1],[0.7,0.7],[-0.5,2],[-0.9,-1],[0.6,-0.1],[-0.1,-0.3],[-1.8,-2.6],[-1.3,-2.2],[-1.2,-1.7],[-0.9,-1.7],[-1.1,-1.7],[-0.8,-1.8],[-1.1,-1.7],[-1.1,-0.8],[-0.6,0.4],[-0.6,1],[-1.6,1.1],[-2.4,1.6],[-3.3,1.7],[-1.4,1.6],[-2.6,0.8],[-0.9,1.3],[-2.1,0.1],[-0.1,-2.3],[-1.1,-1.3],[0.9,-3.1],[-0.3,0.1],[-6.2,-6.8],[-4.9,-9.4],[-2.9,-9],[-3.1,-7.8],[-3.4,-6.5],[-3.7,-5],[-3.6,-3.9],[-4,-3.9],[-4,-3.3],[-3.7,-3.2],[-3.8,-3],[-4.1,-1.7],[-4.3,-0.3],[-5.1,-0.3],[-4.8,0.7],[-4.6,0.8],[-4.2,0.6],[-3.7,-1],[-3.5,-0.1],[-4.2,-0.9],[-3.7,-1.3],[-3,-1.1],[-3.3,0.2],[-4,0.6],[-4.9,0.3],[-5,-0.1],[-4.9,-1.6],[-6.1,-1.8],[-5.9,-0.9],[-6,0.3],[-7,1],[-6.7,1.4],[-8,1.4],[-8.2,2],[-8,2.4],[-8.3,2.5],[-8.5,2.9],[-8.7,2.8],[-8.5,3],[-8.4,3.3],[-8.1,3.6],[-7.7,4],[-7.6,4.2],[-7.9,4.1],[-7.7,4.2],[-7.6,4.5],[-7.4,4.8],[-7.1,5.5],[-6.7,6.4],[-5.9,7.3],[-5.3,8.2],[-4.6,8.7],[-4.2,9.1],[-3.6,9.2],[-3,9.6],[-2,9],[0.6,2.3],[3,-2.3],[-1.1,0.4],[-5.1,1.3],[-5.1,2],[-5.6,0.9],[-4.3,-2],[-3.1,-2.2],[-2.4,-2.5],[-1.7,-2.7],[-1.6,-2.5],[-2,-1.7],[-2,-1.5],[-3.3,-2.2],[-2.6,-2.8],[-2.6,-0.9],[-2.3,0.5],[-1.5,1.1],[-1.5,1.8],[-1.1,3.6],[-0.4,4.5],[-0.8,4.4],[0.4,9.2],[-0.6,9.1],[0.2,9.3],[0.4,10.1],[-1.5,10.2],[-0.8,9.1],[-0.9,8.3],[-0.1,7.4],[3.8,1.8],[3.9,1.3],[4.1,1.9],[2.4,1.4],[2.8,8.8],[5.5,8.9],[7.3,7.7],[10.5,7.6],[14.7,2.2],[14.6,-5.5],[9.2,-10.9],[4.5,-10.6],[1.4,-8.8],[-2.1,-8.5],[-8.8,-8.5],[-11.1,-6.4],[-12,-3.9],[-11.1,-2.6],[-10.3,-1.3],[-10.1,0.1],[-9.3,0.3],[-9.2,1.2],[-9.1,2],[-8.6,2.8],[-8.3,4],[-7.7,4.7],[-7.2,5.4],[-6.9,6],[-6.4,6.7],[-5.9,7.1],[-5.4,7.4],[-4.8,7.6],[-4.3,7.8],[-4.3,7.8],[-3.4,8.3],[-1.9,9.2],[-1.2,8.7],[0.3,8.4],[1.2,7.9],[2,7.5],[2.7,7],[3,6.4],[3.3,6.4],[4,5.5],[4.6,3.7],[6.6,-2.6],[3.9,-10.4],[2.2,-9.5],[1.9,-9.2],[1.9,-8.3],[2.2,-7.3],[2,-5.7],[1.8,-5],[1.7,-3.7],[1.2,-3],[1,-2.5],[0.4,-2.2],[0.3,-1.6],[-0.6,-1.6],[-0.6,-1.9],[-0.6,-1.7],[-0.2,-0.8],[-1.3,0.1],[-1.9,1],[-1.2,1.6],[-0.6,2.7],[0.1,4.7],[3.4,5.2],[4.9,5.2],[7.2,4.7],[11.3,1],[-7.1,3.7],[-6.7,0.8],[-3.8,2.7],[-5.7,1.5],[-6.2,0.4],[-7.1,0.7],[-7,1.1],[-6.7,0],[-6.1,-2.4],[-5.1,-3.4],[-3.3,-4.4],[-1.3,-4.7],[-2.2,-3.7],[-1.2,-4.2],[-0.3,-3.9],[1.1,-1.7],[-0.9,-1.7],[-1.5,-0.5],[-0.4,1.8],[-1,0],[-1,0.5],[-1.6,0.9],[0.1,2.1],[0.5,3],[0.8,2.1],[0.9,2.8],[0.5,1.7],[2,3.5],[3.3,3.6],[0.4,1.2],[2.1,1],[-2,-1],[1.6,0.8],[0.7,0.1],[-2.1,-4.3],[0.1,-4.9],[0.3,-9],[-1.5,-7.1],[-3.6,-4.6],[-4.4,-1.8],[-4.6,0.6],[-5.1,2.7],[-6,4.3],[-6.2,6.1],[-6.1,5.8],[-7,4.9],[-8.3,3.6],[-8.8,2.9],[-8.6,2],[-7.3,2.5],[-5.2,2.7],[-1.1,2.2],[-7.1,-7.1],[-7.1,-4.9],[-6.1,-3.6],[-6,-2.9],[-5.7,-2.2],[-5.3,-1.8],[-6.3,-1.8],[-6.2,-0.7],[-5.9,0.2],[-5.6,1.2],[-5,1.7],[-4.5,2.1],[-4.5,2.1],[-5.1,2.4],[-4.8,2.8],[-4.5,3.2],[-4,3.7],[-3.2,3.7],[-2.5,3.7],[-2.1,3.6],[-2.2,3.1],[-2,3.1],[-2.4,2.5],[-2.6,2.6],[-1.7,3.2],[-1.4,3.3],[-0.9,3.3],[-0.1,3.6],[-0.5,3.9],[-1.1,4.1],[-2.2,3.8],[-3,3.6],[-3.2,4.1],[-0.8,-0.4],[-3.1,-3.7],[-5.1,-1.8],[-6.1,0.1],[-5.7,1.9],[-5.5,3.2],[-5.2,3.6],[-5.4,3.8],[-6.6,3.5],[-7.3,4],[-7.2,4.7],[-6.5,5.3],[-6.3,5.7],[-5.7,5.7],[-4.4,5.7],[2.2,-2.2],[4.8,-9.6],[5,-10.2],[3.2,-10.4],[2.6,-9.7],[0.4,-9.8],[3.5,-8.3],[2.4,-7.5],[0.7,-6.9],[1,-6],[0.4,-6.8],[-0.6,-7.3],[-1,-7.2],[-0.8,-7.1],[-1.9,-6.6],[-2.7,-6.2],[-2.4,-5.4],[-3,-4.7],[-2.9,-3.8],[-3.3,-2],[-2.8,-0.2],[-2.1,0.5],[-2.1,1.2],[-1.8,0.1],[0.8,-0.5],[2.3,-1.7],[1.6,-2.6],[1.2,-2.6],[1.2,-2.7],[1,-2.8],[0.9,-2.7],[0.9,-2.6],[0.8,-2.3],[0.8,-2],[0.6,-1.9],[0.4,-1.8],[0.1,-1.7],[-0.6,-1.2],[-1.1,-0.5],[-1.7,-1],[-2.1,-0.9],[-2.3,-0.2],[-2.7,0.5],[-3.1,1.5],[-3.3,1.7],[-3.5,2.4],[-3,2.4],[-3.3,2.5],[-3.2,3.1],[-2.8,3.1],[-3.3,2.6],[-2.9,3],[-2.7,3],[-2.7,3.6],[-2,3.7],[-2.6,3.2],[-2.7,3.5],[-2.6,3.3],[-2,2.8],[-1.5,3],[-1.6,2.5],[-1.8,2.2],[-1,1.9],[-0.3,1.3],[-0.5,1.2],[0,1.2],[0.6,0.4],[1.1,-0.4],[1.2,0.2],[1.2,0.6],[1.2,0.2],[1.1,0.4],[0.6,-0.4],[0,0],[-0.3,0.7],[1.4,0.1],[-0.3,0.1],[0.8,0.7],[-1.4,1.6],[-0.1,-0.6],[-0.3,-0.1],[0.5,-1.3],[-1,-2.3],[-1,-2],[-0.9,-1.8],[-0.6,-1.9],[-1,-2],[-1,-1.9],[-0.7,-1.5],[-0.9,-0.7],[-0.1,1.5],[-0.3,1.6],[-0.9,1.1],[-1.3,1.1],[-1.9,1.6],[-2.3,1.2],[-1.8,1.3],[-2.7,-0.5],[-2.2,-2.4],[0.2,-2],[-1.3,-0.8],[0.5,-1.6],[-0.6,-1.1],[1.3,-1.2],[-3.2,-6.2],[-2.7,-8.7],[-2.9,-7.8],[-3.8,-6],[-3.8,-4.3],[-4.6,-3.7],[-5,-3.1],[-5.2,-3.2],[-5,-2.9],[-4.7,-2.1],[-4.4,-0.8],[-5.4,0.4],[-5.7,0.6],[-5.6,0.2],[-5,0.1],[-4.3,-0.7],[-4.2,-0.1],[-4.4,0.2],[-4.9,-0.6],[-4.1,-1.1],[-3.5,-0.4],[-3.8,0.4],[-5,0.9],[-5.2,0.4],[-4.8,-0.6],[-4.7,-0.8],[-5.4,-1.2],[-6.1,-0.5],[-6.1,0.6],[-6.7,1.4],[-6.3,2],[-6.8,1.9],[-7.9,1.5],[-7.9,2.6],[-7.9,2.6],[-8.4,2.4],[-8.6,2.5],[-8,3.2],[-8.4,3],[-8,3.6],[-7.6,4.1],[-7.5,4.5],[-7.3,4.7],[-7.2,5.1],[-7.1,5.2],[-7,5.4],[-7,5.7],[-6.8,6],[-6.2,6.5],[-5.5,7],[-4.8,8],[-4.3,8.3],[-3.7,8.3],[-2.8,8.2],[-1.2,7.1],[2.9,0.7],[2.8,-0.3],[-2.5,-0.5],[-5.2,-1.5],[-4.8,1.6],[-5,0.6],[-4.1,-2.8],[-2.6,-2.9],[-1.7,-2.4],[-1.4,-2.2],[-1.6,-2.5],[-1.5,-2.5],[-2.7,-2.1],[-3.3,-0.8],[-5.2,-1.2],[-5.8,-0.5],[-5,0],[-2.9,1.6],[-2.2,2.2],[-0.7,3.4],[-0.1,4.2],[-0.4,3.8],[0.2,9.5],[-0.4,8.9],[1,9.6],[0.1,10.1],[-0.2,8.8],[-0.4,8.5],[-1,8.8],[1.9,6.1],[1.7,-1.3],[2.3,-2.5],[4.2,-1.6],[3.5,0.5],[0.3,3.6],[6.7,7.9],[8.4,6],[9.7,3.5],[11.1,0.3],[10.9,-4],[8.4,-6.2],[4.5,-8.7],[1.4,-2.2],[1.8,-9.2],[-1.8,-6.5],[-7.5,-6.5],[-10,-5.3],[-10.6,-2.7],[-9.8,-1],[-8.8,-0.3],[-8.7,0.9],[-7.9,0.9],[-8.2,1.9],[-8,3.1],[-7.8,3.8],[-7.6,4.7],[-7.2,6],[-6.5,6.7],[-5.7,7],[-5.2,7.3],[-4.7,7.4],[-4.4,7.6],[-4.5,7.5],[-4.1,7.8],[-3.8,7.8],[-3,8.2],[-2.1,8.4],[-1.3,8.1],[-0.7,8],[-0.4,7.8],[0.1,7.8],[0.5,7.6],[1.4,6.6],[2.6,3.8],[5,-1.9],[5.4,-8.5],[3,-8.7],[1.6,-9.1],[1.7,-8.2],[1.8,-7.3],[1.7,-6.3],[2.1,-4.9],[1.1,-3.9],[1.4,-2.7],[0.9,-1.9],[0.4,-1.6],[-0.1,-1.4],[-0.1,-1.5],[0,-1.9],[-0.7,-1.9],[-1.1,-1],[-0.7,-0.4],[-0.6,0.6],[-0.8,1.4],[-0.9,2.2],[0.3,2.6],[2.2,3.2],[4.1,3.7],[6.2,3.8],[7.9,3.4],[9.4,2],[10.6,-1.9],[1.7,0.7],[-3.1,0.6],[-7.8,-0.1],[-8.6,-0.8],[-8,0],[-8.4,-1.1],[-7.9,-3.9],[-5.8,-5.3],[-4.2,-5],[-3,-4.6],[-2.4,-3.5],[1,-4.1],[-2.7,-3.8],[0.2,-4.6],[-1.8,-3.7],[-2,-3.2],[-1.2,-2.5],[-1.6,-1.6],[-1.5,-0.1],[-2.4,0.6],[-1.4,0.9],[-0.9,1.6],[-0.9,1.9],[0.2,2.6],[-0.5,2.5],[1.1,3.2],[2.3,3.4],[1.3,3.7],[-1.3,1.2],[0,1.7],[1.1,0.5],[-0.6,-2.5],[1.2,-2.5],[-1.1,-3.4],[-0.8,-7],[-1.6,-6.1],[-1.9,-4.6],[-3.1,-1.8],[-3.8,0.8],[-4,2.9],[-4.6,4.5],[-4.9,6],[-4.4,7],[-4,6.2],[-4.9,4.8],[-6.6,4.8],[-7.9,1.2],[-8,2.4],[-5.8,3.5],[-5.2,4.9],[-2.1,0.7],[-3,-4.5],[-6.4,-4],[-6.2,-3.3],[-6.3,-2.4],[-5.8,-1.4],[-5.3,-0.8],[-6.3,-0.9],[-6.7,0.5],[-5.7,1.4],[-5.4,1.5],[-5.2,1.5],[-5.5,1.6],[-5.1,2],[-5.3,2.4],[-5.2,2.6],[-4.8,2.8],[-4.5,3.1],[-4.2,3.4],[-3.6,3.7],[-3.1,3.6],[-2.8,3.5],[-2.6,3.4],[-2.2,3.3],[-2.2,3.2],[-1.9,3.4],[-1.8,3.3],[-2.5,3.9],[-1.8,4.5],[-2.8,4.7],[-3.5,4.2],[-3.9,3.5],[-3.8,3.3],[-1.6,1.8],[-1.3,-3.3],[-3,-1.8],[-4.7,-0.1],[-5.1,1.2],[-5,2.5],[-5.1,3.4],[-4.4,4.2],[-4.8,4.4],[-6,4.2],[-7.1,4.7],[-6.9,5.5],[-6.5,6.1],[-7,6.1],[-5,3.2],[2.4,-6.8],[0.3,-11],[3.9,-11.6],[3.9,-11],[2.2,-9.9],[1.7,-8.9],[0.3,-8.1],[1.3,-7.1],[0.2,-7.1],[0.8,-5.2],[0.2,-6.1],[-2,-6.9],[-2,-6.4],[-2.2,-6.7],[-2.2,-6.4],[-3.8,-6.5],[-3.5,-6.2],[-3.2,-5.7],[-3,-4.2],[-2.3,-2.9],[-2.2,-1.2],[-2.1,-0.6],[-1.8,-1.8],[-0.6,-3.9],[-1.3,-3.1],[-1.3,-2.6],[-1,-2.1],[-0.8,-2.3],[-0.7,-2.6],[-0.9,-2.6],[-1.2,-2.4],[-1.3,-2.2],[-1.2,-1.9],[-1.1,-1.6],[-1,-1.5],[-1.1,-1.3],[-1.5,-1.6],[-1.6,-1.4],[-1.9,-0.9],[-1.9,-0.3],[-2.4,-0.6],[-3.2,-0.2],[-3,0.8],[-3.2,1.7],[-3.3,1.6],[-3.4,1.6],[-3.5,2.3],[-3.8,3],[-3.3,3.1],[-3.3,3.6],[-2.9,3.7],[-2.9,3.4],[-2.8,3.8],[-2.7,3.5],[-2.5,2.9],[-3,3],[-2.5,3.5],[-2.5,3.6],[-2.1,3],[-2.4,2.5],[-2.2,2.6],[-2.2,2.5],[-1.7,2.1],[-1.4,1.9],[-0.7,1.6],[-0.3,1.6],[-0.3,1.1],[-0.2,0.3],[0.4,0.2],[0.7,0],[0,0.5],[0.1,0.8],[0.7,0.9],[0.9,1.1],[0.8,1.3],[1,1],[0.7,0.6],[0.3,0.6],[1.7,1.9],[-0.2,-3.6],[-1.5,-0.8],[-0.5,0.1],[-0.4,-0.9],[-0.2,-2.2],[-0.8,-2],[-0.1,-2],[-0.4,-2],[-0.5,-1.8],[-0.8,-1.7],[-0.9,-1.1],[0.5,-0.3],[-0.3,0],[0.8,1.3],[-1.4,1.4],[1.1,1.7],[-1.9,0.8],[-2.1,-0.3],[-2.7,-1.5],[-1.4,-1],[-2.5,-1.4],[-1.5,-0.7],[-1.3,-1.3],[-1.3,-0.8],[0.4,-3.1],[0.9,-1.4],[0,-1.5],[-1.6,-9.1],[-2.3,-7.2],[-3.9,-5.5],[-3.8,-3.7],[-5.2,-3],[-5.9,-3.2],[-6,-3.2],[-5.4,-2.6],[-5.3,-1.6],[-4.9,-0.5],[-5.3,0.9],[-5.8,0.7],[-5.5,0],[-4.9,-0.1],[-4.5,0.1],[-4.3,0.4],[-5.1,0.2],[-5,-0.4],[-4.7,-0.4],[-4.7,0.2],[-4.8,0.1],[-4.7,0],[-4.8,-0.2],[-4.5,-0.5],[-4.4,-0.7],[-4.7,-0.6],[-5.8,0.2],[-6.3,0.3],[-6.3,1.3],[-6.2,1.9],[-5.8,2.3],[-7.1,1.8],[-7.6,2.6],[-7.7,3],[-8,3],[-8.1,2.9],[-8.3,2.8],[-8.4,2.7],[-7.8,3.3],[-7.5,3.8],[-7.3,4.2],[-7,4.8],[-6.6,5.2],[-6.4,5.5],[-6.3,5.6],[-6.2,5.7],[-6.1,5.7],[-5.9,6.2],[-5.3,6.5],[-4.7,6.7],[-4.2,6.9],[-3.4,7],[-1.9,7.1],[-0.3,4.3],[3.6,-0.6],[1.7,0.2],[-5.2,-1.6],[-4.9,-1.3],[-4.1,-0.4],[-3.3,0.3],[-1.5,-2.8],[-1.2,-3.2],[-1.1,-2.7],[-2.2,-2.1],[-2.3,-2.7],[-2.8,-3.3],[-2.2,-3.3],[-2.5,-0.7],[-3.4,0.7],[-5.3,0.7],[-4.8,0.8],[-3.4,0.9],[-2.7,1.9],[-1.2,2.8],[0.2,3.6],[-1.1,4.3],[0.8,8.9],[0.2,8.8],[1.5,9.4],[0.9,9.2],[0,8.5],[0.2,7.9],[0.3,7.7],[0.8,1.1],[1.3,-3],[1.5,-3.6],[3.8,-1.9],[5.2,-0.4],[-0.7,1.7],[4.2,6.8],[7.6,4.7],[9,1.9],[9.1,-0.5],[8.6,-2.7],[6.1,-4.7],[1.8,-6.3],[5.1,-8.5],[2.6,-8.6],[-0.4,-3.9],[1.7,-4.6],[-4.6,-4.1],[-8.4,-3.7],[-9.3,-1.8],[-8.9,0.1],[-8.1,0.8],[-7.7,2.1],[-7,2.6],[-6.6,3.1],[-6.7,3.8],[-6.9,4.9],[-6.7,5.6],[-6.2,6.1],[-5.6,6.8],[-5.1,7.5],[-4.6,8.3],[-4.3,8.1],[-4.2,7.4],[-4.2,7.2],[-3.6,7.6],[-3.2,7.8],[-2.6,8.1],[-1.9,7.8],[-1.8,7.6],[-1.1,7.3],[-0.6,6.3],[0.4,4.9],[2,2.8],[4.8,-1.5],[5.6,-6.7],[3.5,-8.9],[2.2,-9.2],[1.3,-8.2],[1.7,-7.8],[1.6,-6.8],[1.9,-5.4],[2.1,-4.1],[0.9,-3],[1.1,-1.7],[0.8,-1.2],[-0.1,-1],[0.1,-0.8],[0.4,-0.8],[0.3,-1.2],[-1,-1.5],[-0.9,-1.1],[-1.7,-0.2],[-1.6,0.2],[-1.2,0.9],[-0.3,2.5],[0.5,3.1],[2.4,3.4],[4.7,3.5],[6.5,3.3],[8.6,2],[9.2,0.8],[8.7,0],[11,-0.9],[10.8,-0.4],[0.2,-2.3],[-10.7,1.8],[-9.1,-1.1],[-8.7,-2.7],[-6,0.5],[-5.1,0.4],[-3.8,-0.1],[-3.8,-3.8],[-2.7,-4.8],[-1.8,-4.8],[-0.1,-3.9],[-0.7,-3.2],[3,-3.6],[0.2,-3.7],[-1,-2.3],[-1.9,-1.4],[-1.8,-0.6],[-1.9,-0.3],[-0.3,0],[-1.7,0.3],[0.6,-0.4],[-0.9,1.5],[-0.3,1.9],[0.9,2],[1.8,0.9],[1.7,-0.4],[-0.5,0.6],[-1.2,-1.5],[0,-2.5],[-0.3,-1.4],[-2,-3.4],[-0.2,-2.2],[-1.6,-4.5],[-2.7,-3.3],[-2.4,-0.7],[-3.2,1.7],[-3.5,3],[-3.9,4.6],[-4.2,5.6],[-3.9,6.8],[-3,7.1],[-3.4,6.5],[-3.7,6],[-4,3.8],[-6.9,-0.7],[-6.3,-2.5],[-4.4,2.8],[-2.4,-1.5],[-3.8,1.9],[-5.2,-4.3],[-7.3,-3.1],[-6.2,-3.1],[-6.3,-2.5],[-6.1,-1.2],[-5.9,-0.5],[-5.9,-0.3],[-5.9,0.1],[-5.8,0.8],[-5.9,1.8],[-5.6,1.9],[-4.9,1.6],[-5.1,1.9],[-5.2,2.8],[-5.6,3],[-5.2,2.8],[-4.6,3.1],[-4.2,3.5],[-3.8,3.7],[-3.4,3.5],[-3,3.6],[-2,3.5],[-1.5,3.8],[-1.2,3.8],[-2.1,3.9],[-3.4,3.3],[-3.9,4.4],[-3.2,4.4],[-2.6,3.5],[-0.9,3.1],[0.8,1.5],[0.7,0.5],[0.2,-0.7],[-1.1,-2.2],[-2.9,-0.5],[-4.4,0.2],[-4.7,1.3],[-4.6,2.3],[-4.7,3.2],[-3.6,4.8],[-3.5,5.7],[-5.1,4.7],[-5.5,4.3],[-5.6,5.4],[-5.2,7.5],[-2.8,5.2],[1.2,-9.6],[0.1,-13.2],[1.1,-13.5],[3.3,-12.1],[2.7,-10.5],[1.8,-9.9],[1.2,-8.9],[-0.3,-8.2],[-0.7,-7.2],[0,-5.5],[-0.4,-5],[-1.9,-6.1],[-2.8,-5.4],[-3.3,-5],[-3.3,-5.2],[-4.9,-5.8],[-4.9,-5.5],[-4.7,-5.4],[-3.9,-4.7],[-3.6,-4.1],[-3.2,-3.6],[-2.8,-3.1],[-2.6,-2.9],[-3,-3],[-3.4,-2.8],[-3.4,-2.1],[-2.8,-1.9],[-2.5,-2],[-2.4,-2],[-2.6,-2.2],[-2.8,-2],[-2.9,-2.1],[-2.7,-1.5],[-2.4,-1.1],[-2.4,-1.2],[-2.3,-1.1],[-2.5,-1.6],[-2.8,-1.6],[-2.6,-0.6],[-2.3,-0.2],[-2.9,-0.7],[-3.6,-0.3],[-3.8,0.5],[-3.6,1.4],[-3.9,1.5],[-3.7,1.1],[-3.3,1.6],[-3.5,2.4],[-3.8,2.8],[-3.6,2.2],[-3.4,2.5],[-2.5,2.7],[-2.6,2.7],[-2.7,3.2],[-2,3.3],[-3,3],[-3.1,3.4],[-2.9,3.5],[-2.7,3.7],[-2.9,3.2],[-2.8,3.6],[-3,2.9],[-2.8,2.6],[-2.4,2.6],[-2.1,2.1],[-1.9,1.6],[-1.6,1.3],[-1.6,1.6],[-0.6,1],[0.1,0.5],[-0.1,0.4],[-0.8,0.8],[-0.5,1.5],[0.1,2],[0.3,2.2],[1,1.5],[0.2,1.8],[0.6,0.9],[1,0.2],[2.1,-1.1],[0.4,-2.9],[-1.4,0.6],[0.4,-1.8],[0.6,-1.8],[0.4,-2],[-0.3,-2.2],[0,-2],[0,-2],[-0.1,-1.8],[0,-1.6],[0.2,-0.9],[1.1,0.5],[-0.6,0.2],[0.9,1.3],[0.2,1.4],[0.8,1.9],[-0.8,1.5],[-2,0.6],[-2.8,-0.5],[-1.4,-1.5],[-2.9,-2.4],[-1.4,-1.1],[-1.6,-0.7],[-2,-0.2],[0.2,-1.3],[-1.3,-0.1],[-0.5,-1],[1.1,-5],[-2.1,-6.3],[-3.9,-4.9],[-4.2,-3],[-5.9,-1.9],[-6.6,-3.3],[-6.4,-3.1],[-6.1,-2.3],[-6,-1.1],[-5.5,0.5],[-6.6,0.6],[-6.2,-0.1],[-5.3,-0.4],[-4.7,0.3],[-4.5,0.1],[-4.3,1],[-5.6,0.8],[-5.8,-0.1],[-5.7,-0.5],[-5.2,-1.3],[-5.3,-0.5],[-5.2,-0.1],[-5.1,-0.3],[-4.9,-0.3],[-4.7,-0.6],[-4.8,-0.4],[-4.8,1.2],[-6.2,1.5],[-6.5,1.7],[-6.2,2.3],[-5.7,2.3],[-6.6,1.9],[-7.1,2.4],[-7.3,3],[-7.1,2.8],[-7.5,2.8],[-7.9,2.7],[-8.2,3],[-7.4,3.3],[-7.2,3.8],[-7,4.1],[-6.7,4.4],[-6.1,5.1],[-5.9,5.4],[-5.6,5.6],[-5.4,5.7],[-5.1,5.8],[-4.8,5.7],[-4.4,5.8],[-4,5.8],[-3.3,5.8],[-1.9,6.1],[-0.3,5.2],[2,2.6],[1.9,1],[0.4,2.1],[-4.2,0.7],[-4.9,-0.6],[-3,0.2],[-0.7,-0.7],[-0.3,-2.5],[-1.9,-2.2],[-1.9,-2.1],[-1.8,-1.9],[-1.6,-1.7],[-1.6,-1.8],[-2.3,-2.3],[-1.9,-1.7],[-1.6,-2.2],[-2.6,0],[-3.7,1.2],[-2.9,1.4],[-1.7,2.8],[-1.4,2.3],[0,2.9],[-0.2,6.5],[0.8,8.5],[0.9,8.9],[2.3,8.9],[1.4,9.1],[0.7,7.5],[0.2,7.2],[1.3,6.7],[2.1,3.1],[0.7,-5.1],[1.2,-2.2],[2.4,-1.8],[4.2,-0.9],[-1.4,-0.2],[-2,3.1],[4.9,3.6],[7,1.5],[7.8,-0.7],[5.9,-2.4],[5.5,-3.5],[4.5,-4.6],[5.5,-6.4],[3.3,-6.2],[4.6,-5.9],[3.6,-4.2],[2.3,-4.3],[-1.9,-3.2],[-6.7,-2.5],[-8.2,-0.9],[-8.2,1],[-7.4,2],[-7,2.8],[-6.3,3.7],[-5.9,4.4],[-5.8,5],[-5.5,5.7],[-4.9,6.3],[-4.3,6.7],[-3.7,6.6],[-3.6,6.7],[-3.5,6.4],[-3.2,6.3],[-2.7,6.2],[-2.6,6.4],[-2.3,6.7],[-1.9,6.9],[-1.5,6.6],[-1.2,6.2],[-0.8,5.4],[0.7,4.4],[2.2,2.7],[5.5,-1.3],[6,-5.2],[3.8,-7.8],[2.7,-8.4],[1.5,-7.8],[1,-8.1],[1.4,-7.5],[1.1,-6.3],[2.2,-4.6],[2.1,-3.2],[1.3,-2.5],[0.3,-1.1],[0.1,-0.5],[0,-0.1],[0.2,0.3],[0.4,0.2],[0.5,-0.5],[-1.1,0],[-3.2,0.4],[-3.4,0.3],[-3.5,0.1],[-3.3,0.5],[-2.5,0.5],[-0.3,0.5],[1.5,2.2],[3.6,2.8],[5.6,3],[7,3.3],[8,3],[8.5,2.3],[9.5,2.2],[12.1,0.8],[11.8,-0.6],[9.4,-0.6],[1.6,-2.5],[-8.4,-2.9],[-7.6,-3.5],[-4.8,-4.8],[-2.8,-5.9],[-2.6,-5.9],[-2.5,-4.8],[-1.6,-4.3],[-0.6,-4.5],[-0.1,-2.2],[0.2,-2.5],[1.2,-2.2],[2.3,-1.6],[0,-1],[0.8,-1.8],[0.3,-1.1],[0.3,-0.4],[-0.9,0.8],[0.1,3],[0.6,2.5],[-1.7,1.3],[-0.3,2],[1.1,2.1],[0.9,2.5],[-0.6,1.2],[-1,-1.4],[-1,-2.2],[-1.4,-3.3],[-0.6,-1.9],[-1.7,-3],[-2.3,-1.9],[-3,0.2],[-3,2.2],[-3.4,3.8],[-3.7,4.4],[-4,5.3],[-3.8,6.4],[-3.4,7.2],[-2.6,7.1],[-2.5,6.6],[-2.5,6.3],[-2.3,3.5],[-4.2,2.2],[-2.9,-3.5],[-7.3,-3.8],[-4.6,-1.1],[-3.7,-5.1],[-5.5,-5.7],[-6.5,-4.1],[-6.9,-2.6],[-6.1,-2],[-5.9,-1.1],[-5.6,0.2],[-5.9,1.2],[-5.6,1.4],[-4.8,2.5],[-5.6,3.2],[-6.6,3.3],[-6.1,3.9],[-6,3.3],[-6.8,3.1],[-6.7,3],[-6.5,3.2],[-4.5,3.3],[-4.4,3.4],[-4.3,3.5],[-3.7,3.6],[-2.5,3.5],[-3,3.8],[-2.9,3.6],[-3.2,3.8],[-4.8,3.4],[-4.2,4],[-2.9,3],[-1.6,2.7],[0,2.8],[0.8,2.2],[0.4,1.1],[0.4,0.4],[-0.3,-1.1],[-1.7,-0.5],[-3.1,0.2],[-4.1,0.8],[-4.3,1.4],[-4,2.5],[-3.6,4],[-2.9,5.8],[-2.5,6.8],[-3.7,4.5],[-3.2,4.3],[-2.9,4.7],[-1.5,4.2],[4.1,-1.1],[4.3,-13.4],[1.9,-12.2],[-1,-11.9],[2.5,-11.1],[2.1,-10.1],[0.8,-9.5],[-0.4,-8.9],[-0.9,-7.7],[-1.2,-6.1],[-0.3,-4.9],[-1.6,-5.6],[-3.4,-5.1],[-3,-4.8],[-4.1,-4.2],[-5.7,-5.3],[-6.1,-5.1],[-6.3,-5.1],[-5.2,-4.4],[-4.7,-3.9],[-4.7,-3.5],[-4.6,-3.1],[-4.2,-2.9],[-4.1,-2.5],[-4,-2.1],[-4.1,-1.8],[-4.1,-1.7],[-3.8,-1.4],[-4,-1.1],[-4.1,-0.9],[-4.3,-0.9],[-4.3,-1.6],[-3.9,-1.4],[-3.8,-1.1],[-3.7,-1.2],[-3.5,-0.9],[-3.6,-1.6],[-3.8,-1.6],[-3.8,-0.8],[-3.6,-0.4],[-3.4,-0.8],[-3.7,-0.7],[-4.3,0.3],[-3.8,1.1],[-4.2,1.7],[-4.1,1.5],[-4.1,0.7],[-3.7,1.3],[-3.6,2.1],[-3.7,2.5],[-3.9,2.6],[-3.5,3],[-3.2,3.2],[-2.6,2.7],[-2,3],[-1.8,3.6],[-3.2,3],[-3.2,3.3],[-3.2,3],[-2.8,3.6],[-3.1,3.5],[-3,3.2],[-2.7,3.3],[-3.2,2.7],[-2.8,2.2],[-2.7,2],[-3.4,1],[-3.4,1.5],[-1.7,1.6],[-1.3,0.9],[-0.3,1.1],[-0.8,1],[-0.9,2],[-1.1,2.7],[-0.6,3.1],[-0.1,3.3],[-0.1,3],[0.1,2.7],[1.2,0.5],[1.9,0.9],[0.4,-2.8],[0.3,-3],[-0.2,-1],[0,-0.8],[1.1,-1.2],[-0.5,-1.9],[0.2,-2.2],[-0.3,-2],[0.1,-1.9],[0.5,-1.5],[0.1,-1.7],[1,-0.7],[1.1,-0.4],[-1,0.4],[-0.7,1.2],[0.8,0.4],[0.1,0.9],[2.1,0.5],[0,-0.9],[-1.7,-1.8],[-2.5,-0.2],[-2.5,-0.4],[-1.9,0.1],[-1.8,-0.6],[-2.4,-0.2],[-0.3,-0.5],[-1.3,0.3],[-1.4,-1.5],[1,-0.9],[-2.6,-5.2],[-3.8,-4.4],[-4,-2.3],[-5.4,-0.7],[-7,-2.8],[-7,-3],[-6.6,-2.1],[-6.2,-0.6],[-6.4,0.3],[-6,-0.9],[-5.2,-1.4],[-4.1,-0.9],[-3.7,-0.7],[-4,0.4],[-3.8,1.6],[-4.5,1.6],[-5.7,0.7],[-6.5,-0.4],[-6.1,-0.9],[-5.8,-0.6],[-5.9,-0.8],[-6.1,-1.1],[-6,-0.9],[-5.7,-0.6],[-5.8,-0.1],[-5.2,0.3],[-4.9,0.8],[-5.9,1.2],[-5.8,2],[-5.9,2.3],[-6.1,2.4],[-6.8,2.8],[-7.2,3.4],[-6.9,3.1],[-7.1,3.2],[-7.3,2.9],[-7.9,2.5],[-7.3,3.2],[-6.8,3.8],[-6.9,4],[-6.1,4.6],[-5.9,5],[-5.6,5.2],[-5.3,5.3],[-4.9,5.4],[-4.6,5.5],[-4.2,5.3],[-3.7,5.2],[-3.2,5.2],[-2.4,5.3],[-1.5,4.7],[-1.2,2.8],[3.3,1.1],[2.3,1.8],[-2,3.3],[-4.4,-0.1],[-3,-2.2],[-1.7,-1],[-0.1,-2.2],[-1.1,-2.1],[-1.6,-1.2],[-1.7,-0.9],[-2.6,-1.4],[-2.7,-1.7],[-2.7,-2.4],[-2,-2.7],[-1.7,-2.3],[-2.1,-2.5],[-2,-2.3],[-1.9,-1.6],[-2,1.3],[-1,2],[-1.8,0.8],[-0.6,3],[0.1,3.5],[1,7.5],[2,8.7],[3.2,8.6],[2.3,8.8],[1.7,7.4],[1.3,6],[1.2,5.5],[1.9,3.7],[3.3,-3.8],[0.9,-2.1],[1.7,-2.6],[4.1,-1.7],[4.1,-1.6],[-2.6,0],[1.8,1.5],[4.7,1.1],[5.4,-1],[4.8,-3.3],[5.2,-4],[6.4,-4.3],[5.7,-5.5],[5.1,-6.2],[6.3,-5.8],[5.1,-3.8],[4.3,-3.8],[2.5,-4],[0.5,-2.3],[-4.4,-1.2],[-7.2,0.5],[-7.3,1.8],[-7,2.9],[-6.1,3.6],[-5.7,4.5],[-5.1,5.4],[-4.8,6],[-4.7,6.4],[-4.3,7],[-3.3,7.4],[-2.7,6.9],[-2.2,6.4],[-2.2,6.4],[-2,6.5],[-1.9,6.9],[-1.6,6.5],[-0.7,6.3],[-0.1,5.1],[1,4.2],[2.3,3.8],[4.3,1.1],[6.6,-2.7],[5.4,-5.5],[4.8,-6.4],[3.2,-6.9],[1.9,-6.9],[1.1,-7.6],[0.9,-7.8],[0.9,-7],[1,-5.7],[2.1,-4.1],[2.1,-2.7],[0.9,-2.2],[-0.4,-1],[0,0],[-0.3,1.3],[-0.4,1.5],[0.5,1.8],[0.8,2.1],[-2,1.1],[-4.6,0.9],[-4.2,0.3],[-3.7,0.5],[-3.3,0.6],[-3.4,0.9],[-3,2.4],[-1.5,3],[1.4,2.5],[3.6,2.5],[5.3,2.8],[6.3,2.9],[7.1,3],[8.1,2.8],[9.9,1.5],[11,0],[10.3,0],[6.1,0.6],[-9.4,4.4],[-6.5,-6.2],[-3.5,-5.1],[-1.1,-6.3],[0,-4.4],[0.2,-4.4],[-1.4,-4],[-1.9,-3.9],[0.3,-3.6],[0,-2.8],[0.8,-2.2],[2,-0.5],[1.6,-0.1],[0.8,-0.8],[1,0.2],[0.9,-0.4],[0.6,-0.1],[2.6,0.5],[1,1.8],[-0.1,0.9],[0.9,0.9],[0.6,2.3],[-0.4,-0.7],[-1.6,-1.3],[-1,-0.2],[-1.7,-1.2],[-0.6,-3.2],[-2.2,-3.4],[-2.4,-0.9],[-2.8,0.6],[-3.4,1.6],[-3.7,3.3],[-3.7,4.4],[-3.8,5.1],[-3.8,5.7],[-3.6,6.5],[-2.9,6.8],[-1.7,6.5],[-1.1,5.9],[0.3,6.2],[-1,2.9],[1,1.3],[2,-6.8],[-0.5,-7.3],[-2,-7.4],[-4,-7.1],[-4.4,-5.7],[-5.8,-5.5],[-6.1,-2.2],[-6.1,-1.1],[-5.7,-0.2],[-5.3,0.9],[-5.4,1.6],[-5.7,2.8],[-5.7,4.1],[-6,3.7],[-6.9,3],[-6.9,3.2],[-7,3.1],[-3.6,0.2],[-4,-0.7],[-6.3,1],[-5.3,2.5],[-4.7,3.2],[-4,3.3],[-3.8,3.8],[-4,3.9],[-4.2,3.9],[-4.2,3.3],[-4,3],[-3.2,3.1],[-2.2,3],[-2.1,2.7],[-1.6,2.6],[-0.9,1.9],[-0.2,1.4],[0,0.7],[-0.4,0.4],[-1.4,-0.3],[-2.4,0.5],[-3.2,1],[-3.7,1.7],[-3.7,2.8],[-3.5,3.5],[-2.9,4.7],[-2.4,6.2],[-2.2,6.8],[-2,4.6],[-1.6,2.5],[-0.1,2.2],[3.9,1.4],[5.5,-8],[4.5,-11.2],[2.6,-11.9],[0.5,-10.9],[0.2,-8.8],[0.9,-9.1],[-0.2,-8.7],[-1.2,-7.8],[-1.7,-6.6],[-1.5,-5.4],[-1.4,-4.4],[-2.9,-5.2],[-3.1,-4.1],[-3.9,-3.9],[-6.1,-4.6],[-6.7,-5],[-7.2,-4.3],[-6.5,-3.3],[-5.5,-2.4],[-5.4,-2.3],[-5.3,-2.2],[-5.1,-2.3],[-4.9,-2.4],[-4.8,-2.1],[-4.9,-1.9],[-5,-1.8],[-5,-1.6],[-4.9,-1.4],[-4.9,-0.9],[-4.9,-1.4],[-4.7,-1.8],[-5,-1.9],[-4.6,-0.6],[-4.7,-0.6],[-4.3,-0.5],[-4.4,-1.3],[-4.3,-1.4],[-4.2,-1.5],[-4.2,-0.5],[-4.1,-0.2],[-4.2,-0.3],[-4.3,-0.2],[-4.4,0.4],[-4.5,1.1],[-4.3,1.1],[-4.2,0.8],[-4.3,0.6],[-4.4,1.3],[-3.9,2.1],[-3.6,2.3],[-4.2,2.9],[-3.4,3.2],[-3.2,2.9],[-3,2.6],[-1.9,3.2],[-2.6,2.9],[-3.6,2.7],[-3.4,3.1],[-3.1,3],[-3.1,3.3],[-3.2,3.2],[-3.4,3.4],[-3.6,3],[-3.2,2.9],[-3.3,2],[-3.5,2],[-4.4,1.7],[-2.8,2.1],[-1.9,1.6],[-1.8,1.4],[-1.4,1.3],[-1,2.3],[-2,2.7],[-2.2,2.5],[-1.9,3],[-1.1,3.3],[-1.5,3.3],[-2.3,0.8],[-0.1,0.3],[-0.3,0.4],[0.8,-0.6],[-1.3,-1.8],[-0.9,-0.9],[-0.8,-0.3],[0.8,-1.5],[1.3,-2.6],[0.3,-1.8],[-0.7,-1.4],[0,-1.2],[-0.2,-1.6],[0.8,-1.4],[1.3,-1.2],[0.6,0],[0.5,0.6],[-0.5,0.6],[0.2,1.8],[1,0.5],[1.8,0.7],[-0.2,0.4],[-0.9,-1.4],[-1.9,-0.6],[-1.7,0.2],[-2.9,0.2],[-0.8,-0.7],[-3.5,-1.3],[-0.9,-0.4],[-0.5,-0.8],[-1.5,0.1],[0.2,-1],[-3.3,-4.9],[-3.9,-3.8],[-4,-1.5],[-4.9,1.3],[-7.9,-2.5],[-7.8,-2.8],[-7,-2.2],[-6.8,-1.7],[-6.6,-1.8],[-6.4,-2.3],[-6.3,-2],[-5.8,-1.2],[-5.1,-0.1],[-4.9,0.5],[-4.4,1.1],[-4.4,1.5],[-5.2,1],[-6.3,0],[-6.3,-1],[-6.2,-0.5],[-6.1,-0.3],[-6.1,-0.5],[-6.1,-0.7],[-6.2,-0.6],[-6.1,0.1],[-5.9,0.6],[-5.8,1.1],[-6,1.6],[-5.6,2],[-5.6,2.3],[-5.8,2.7],[-6.4,3.4],[-6.5,3.6],[-6.5,3.6],[-6.6,3.3],[-6.7,2.8],[-6.9,3.1],[-6.9,3.2],[-6.6,3.4],[-6.4,3.7],[-6.1,4.2],[-5.5,4.6],[-5.2,4.6],[-5,4.7],[-4.5,4.8],[-4.1,4.7],[-3.8,4.6],[-3.5,4.4],[-3,4.6],[-2.5,4.4],[-1.8,3.7],[2.9,1.5],[2.6,0.6],[3.5,1.2],[2.4,2.5],[2.4,0.4],[2.3,-1.9],[0.4,-1.5],[0.4,-2],[-0.4,-0.4],[-2,-0.8],[-2,-1.6],[-2.4,-1.7],[-2.5,-3.3],[-2.1,-3.9],[-2.7,-1.8],[-2.7,-2.5],[-2.2,-2.3],[-1.5,-2],[-0.2,-1.2],[-0.2,-0.2],[-0.9,0.8],[-1.7,0.9],[-0.2,2],[0.6,2.8],[0.9,3.9],[0.8,7.4],[4.3,7.9],[4,8.7],[1.5,6.1],[1.4,5.5],[2.2,5],[2.6,2.7],[3.7,-1.9],[0.2,-1.7],[0.2,-2.5],[1.7,-2.5],[5.1,-3.1],[4.4,-1.7],[-0.8,-1.8],[4.2,-1.4],[5.2,-3.1],[6,-4.5],[6.8,-4.4],[6.6,-4.9],[6.6,-6.7],[6.4,-7.2],[6.8,-6.2],[8.1,-5],[6.3,-3.3],[3.4,-3],[2.5,-1.7],[-0.1,-0.4],[-3.2,-0.8],[-5.7,2],[-6.1,3.2],[-5.6,3.6],[-5.3,4.4],[-4.5,4.9],[-4.7,5.4],[-4.4,5.9],[-4.6,5.9],[-3.8,6.6],[-3.4,7.2],[-2.9,7.4],[-2.7,7.4],[-1.9,7.4],[-1.1,6.3],[-0.6,5.8],[0.7,4.7],[2.3,4.6],[3.6,2.2],[6.6,-1.5],[7,-3.3],[5.8,-4.8],[5.2,-5.1],[4.3,-5.8],[3,-6],[2.9,-6.6],[0.5,-7.2],[0.6,-7],[0.3,-6.6],[0.7,-5.1],[1.9,-3.7],[1.5,-2.8],[0.1,-2.2],[-0.9,-0.7],[-0.1,0.6],[0.3,1.8],[-1,3.3],[-2,4],[-0.4,2.7],[-1.4,3.1],[-4.3,-0.4],[-4.6,-0.2],[-3.3,-0.2],[-2.8,0.2],[-2,0],[-1.1,0.9],[-0.2,1.8],[0.4,2.8],[1.4,3.7],[3.3,3.2],[4.8,2.8],[5.8,2.5],[6.5,2.4],[7.6,2.2],[8.8,1.5],[10.2,-0.1],[6,0.2],[11.9,5.8],[1.7,-11.5],[-0.7,-3],[0.5,-5.3],[2,-3.4],[1.1,-3.5],[-0.4,-2.9],[-1.7,-1.8],[-0.3,-2.9],[0.1,-2.8],[0.7,-2.9],[2.7,-0.8],[1.1,-0.3],[0.6,0],[1.5,-1.3],[1.3,0.3],[-1.1,-2.2],[3.8,-2.4],[3.3,-1.2],[1.7,-1.5],[2.5,-2.1],[2.1,-0.9],[-1.5,0.6],[-0.8,1.5],[-2,-0.1],[-0.5,-1.2],[-2.3,-3.1],[-2.6,-0.9],[-2.4,1.3],[-2.5,2.7],[-3.2,3.2],[-3.7,3.7],[-4.1,4.5],[-4.1,5.7],[-3.8,6],[-3.5,6.4],[-2.7,6.7],[-1.5,6.3],[-0.4,6],[1.8,4.1],[5.3,0.8],[7.1,-1.2],[6.7,-2.7],[2.2,-6.4],[-0.3,-6.1],[-2.3,-5.7],[-3.7,-4.3],[-5.2,-4.3],[-5.3,-3.4],[-5.5,-1.8],[-5.3,-0.5],[-4.5,0.2],[-4.8,0.7],[-5.2,2.6],[-4.2,3.5],[-4,2],[-4.1,2.6],[-0.6,0.7],[-3.2,-0.3],[-4.5,-1.1],[-4.6,0.4],[-4,1.9],[-5.1,2.5],[-5.5,2.8],[-4.9,3.3],[-4.9,3.7],[-4.4,3.7],[-4.2,3.1],[-3.6,3.1],[-3.5,3.2],[-3.2,3.2],[-2.5,2.8],[-2.3,2.4],[-1.7,1.6],[-0.8,1.5],[-0.8,0.8],[-1.4,0.1],[-1.8,0.4],[-2.3,1.2],[-2.7,1.8],[-3,2.5],[-3.3,2.8],[-3.5,3],[-3,3.5],[-2.5,4.1],[-2,4.8],[-1.5,4.6],[-0.8,2.9],[0.7,2.2],[2.7,2.5],[4.1,-7.2],[3.7,-9.9],[2.2,-11.1],[1,-10.7],[0.7,-10.3],[-0.8,-9.8],[0,-8.3],[-1.4,-7.6],[-1.9,-6.9],[-2.4,-5.5],[-1.9,-4.6],[-2.6,-4.2],[-3.5,-4.4],[-3.1,-3.4],[-5.9,-4.3],[-6.2,-3.9],[-6.5,-3.7],[-7.1,-3.4],[-6.4,-3],[-5.7,-3.2],[-5.7,-3.1],[-5.9,-3],[-5.7,-2.8],[-5.7,-2.4],[-5.5,-2.5],[-5.1,-2.6],[-5.2,-2.2],[-5.4,-1.8],[-5.7,-1.4],[-5.5,-1.5],[-5.5,-1.6],[-5.7,-1.1],[-5.4,-0.9],[-5.1,-1],[-5,-1.3],[-4.6,-1.3],[-4.4,-1.8],[-4.3,-1.5],[-4.4,-0.8],[-4.3,-0.4],[-4.4,-0.1],[-4.6,0.2],[-4.8,0.5],[-5,0.4],[-5.1,0.7],[-5,1],[-4.8,0.8],[-5.4,1],[-4.8,1.9],[-4.3,2],[-4.2,2.6],[-3.6,2.9],[-3.3,2.9],[-2.9,3.1],[-2.7,3.2],[-2.6,3.6],[-3.1,3.1],[-3.5,3.3],[-3.3,3.2],[-3.4,3.3],[-3.5,3.5],[-3,3.7],[-3.2,3.3],[-3.2,3],[-3.3,3],[-3.4,2.3],[-3.5,1.6],[-4.3,0.6],[-3.1,1.2],[-2.9,1.8],[-2,1.5],[-1.4,2.1],[-2.3,2.7],[-2.5,2.5],[-2.9,2.5],[-2.6,2.2],[-3.3,2.7],[-1.4,1.8],[0.9,0.9],[0.9,1.6],[0.8,-2.6],[-1.1,-1.3],[0.1,0.2],[0,0.4],[-0.6,0.9],[-0.5,-1.1],[0.5,-1.6],[-0.2,-1.7],[0.1,-1.8],[-0.3,-1.2],[0.2,-1],[0.6,-1.7],[1.6,-0.8],[0.5,-0.8],[0.9,0.8],[-0.8,0.8],[-0.2,2.1],[-0.1,2.9],[-1,0.9],[-0.4,-1.6],[-1.1,-2.3],[-1.1,-1.2],[-1,0.9],[-3.2,-1],[-2.1,0],[-2.3,-0.1],[-0.7,-0.7],[-1.5,-0.3],[0.1,-1.1],[-0.5,-1.9],[-2.2,-3.8],[-3.9,-2.8],[-3.9,-1.6],[-4.2,1.1],[-7.1,-3.3],[-8.1,-2.4],[-7.6,-1.9],[-7.2,-1.6],[-6.9,-1.4],[-6.9,-1.1],[-7,-1.1],[-6.7,-1.1],[-5.7,-0.7],[-5.6,0.5],[-4.9,1.4],[-4.8,1.7],[-4.4,1.8],[-5.1,0.6],[-6.5,-1.1],[-6.6,-0.3],[-6.2,-0.1],[-6.2,0.1],[-6.1,0.3],[-5.9,0.7],[-6.2,0.6],[-6,0.3],[-6.1,0.9],[-6.2,1.5],[-5.8,1.5],[-5.6,2.2],[-5.1,2.8],[-5.1,2.8],[-5.7,3.3],[-6.2,4],[-6.4,3.5],[-6.2,3.7],[-6,3.4],[-6,3.5],[-5.9,3.4],[-5.8,3.6],[-5.8,3.6],[-5.2,4],[-4.8,4.1],[-4.5,4.2],[-4.1,4.2],[-3.8,4.2],[-3.4,4],[-3,3.9],[-2.6,3.8],[-2,3.6],[-1.6,4.1],[1.3,-5.4],[2.5,-2.2],[3.9,-0.7],[3.3,0],[3.2,-1.2],[4.1,-1.1],[3.4,-1.1],[3.2,-0.6],[1,1.4],[-1.7,0.3],[-1.9,-1.9],[0.4,-1.3],[-2.2,-4.1],[0,-5.1],[-0.5,-4.5],[-3,-1.6],[-3.7,-3.1],[-1,-3.6],[-1.8,-3.6],[-2.4,-0.8],[0.3,-1.4],[-1.6,0.6],[-1.4,1.5],[-0.4,2.5],[0.7,2.7],[1.5,3.3],[2.8,4.4],[4.9,5.3],[2,5.2],[2.2,3.9],[2.7,3.8],[2,1.7],[2.8,-2.2],[1,-1.4],[-1.3,-1],[-1.1,-3.5],[4.1,-3.7],[4.8,-2.9],[-2.9,-3.5],[4.2,-5.3],[4,-4.7],[5.4,-4.8],[6.8,-5.6],[7.1,-6.2],[7.3,-6.8],[6.5,-6.5],[7.5,-6.2],[7.7,-5.1],[8.8,-4.5],[4.8,-1.9],[4.7,-0.7],[4.2,0.9],[2.2,1.4],[-2.4,1.4],[-4,2.6],[-5.5,4.2],[-4,4.6],[-3.2,4.8],[-2.7,4.9],[-2.9,4.8],[-3.1,4.7],[-2.9,5.1],[-2.8,4.9],[-2.5,5.2],[-1.9,5.6],[-0.9,5.5],[0.2,5.1],[2,4.7],[3,3.2],[5.4,-0.2],[7.3,-2.4],[6.9,-3.6],[6.8,-3.8],[5.9,-4.3],[5.6,-4.2],[3.9,-4.8],[3.7,-6],[3.2,-6],[0.6,-6.7],[0.7,-6],[0.3,-5.9],[0.6,-4.8],[1.2,-3.7],[1.1,-2.8],[-0.8,-1.8],[-1.2,-0.1],[-0.8,1],[1,1.6],[0.2,2.3],[-0.5,2.2],[-1.7,3.4],[0.3,4.3],[2.6,3.5],[-1.1,-2.1],[-1.9,-0.8],[-0.8,-1.5],[-0.7,-0.8],[-0.3,0.3],[0.8,1.3],[1.6,1.8],[2.1,2.7],[2.2,3.8],[3.2,3.7],[4.1,3.2],[5.1,2.8],[6.4,2.5],[7.4,2.4],[7.4,2],[5.8,0.4],[9.1,-1.3],[6,-3.6],[2,-2.7],[0.7,-4.1],[2.3,-3.3],[2,-2],[-0.8,-4.5],[-1.3,-4.1],[1.4,-2.7],[0.2,-2.6],[-0.4,-1.9],[2,-1.5],[1.1,0.2],[0,1.3],[0.5,2.1],[-0.5,2.1],[-2.4,2.4],[0.7,1.8],[3.5,0.7],[5.4,-1.9],[3.5,-2.2],[2.8,-1.3],[2.1,0],[-0.7,-0.4],[-1.8,-0.6],[-1,0],[-1.7,0.2],[-1.1,1.1],[-1.1,2.8],[-1.5,3.7],[-2.3,3.9],[-2.4,4.5],[-3,4.9],[-3.9,5.3],[-3.5,5.9],[-3,6.7],[-2.2,5.2],[-2,2.5],[1.2,1.9],[3.9,-0.5],[7.6,-0.8],[8.2,-2],[7.9,-2.3],[4.1,-4.7],[1.2,-5.1],[1.8,-4.4],[1.1,-4],[-4.1,-3.9],[-3.7,-3.2],[-3.8,-2.4],[-3.6,-1.7],[-2.9,-0.8],[-2.3,-0.2],[-1.6,0.7],[-0.4,1.5],[0.4,1.2],[1.4,0.3],[2.1,-1.8],[-2.9,-0.1],[-3.1,-0.9],[-3.8,0.9],[-4.3,2.7],[-4.7,3.1],[-4.9,2.8],[-4.6,3],[-4.4,3.2],[-4.1,3.1],[-4.2,3.2],[-4.1,3.3],[-3.8,3],[-3.2,2.5],[-2.4,2.5],[-1.4,1.1],[-1.1,1.3],[-1.2,0.6],[-1.9,0.4],[-2.4,0.8],[-2.4,1.9],[-2.7,2.7],[-2.8,3.1],[-2.9,3.2],[-3.3,3.2],[-3,3.2],[-2.2,4.2],[-2.6,4],[-2,4],[-1.5,3.7],[-0.3,3.5],[0.4,2.6],[3.8,-6.5],[2.7,-9.6],[1.7,-9.4],[0.9,-9.2],[0.3,-8.7],[-0.7,-8.6],[-0.6,-7.6],[-1.4,-7.4],[-2.5,-6.8],[-2.7,-5.7],[-3,-4.3],[-2.5,-3.9],[-4.3,-3.4],[-4,-3],[-4.6,-2.7],[-5.6,-3.2],[-6.2,-3.2],[-7.1,-2.9],[-6.8,-3.1],[-6.4,-3.2],[-6.3,-3],[-5.8,-3.1],[-6.1,-3.3],[-6.2,-3.1],[-6.1,-2.8],[-5.9,-2.5],[-6.1,-2.2],[-5.8,-2.4],[-5.7,-2.4],[-5.5,-2.4],[-5.7,-2.1],[-5.8,-1.7],[-5.6,-1.7],[-5.5,-1.6],[-5.1,-1.5],[-5.1,-1.6],[-4.7,-1.7],[-4.6,-1.6],[-4.7,-0.8],[-4.3,-0.2],[-4.5,0.1],[-4.3,-0.2],[-4.5,-0.1],[-4.5,0.3],[-5.1,0.9],[-5.2,1.2],[-5.3,1.2],[-5.2,1.5],[-5.1,1.8],[-4.3,2.4],[-3.9,2.8],[-3.8,2.8],[-3.8,3.3],[-3.4,3.3],[-2.9,3.2],[-2.6,3.8],[-3.3,3.4],[-3.5,3.2],[-3.8,2.8],[-3.7,3],[-4.1,2.5],[-3.8,3.2],[-3.2,3.1],[-3.1,3.7],[-3.1,3.3],[-2.9,2.4],[-2.7,2.4],[-2.6,1.8],[-2.7,1],[-2.4,1.1],[-2.5,1.6],[-1.8,2],[-1.8,2.7],[-2.7,2.9],[-2.7,2.5],[-4.7,2.7],[-1.5,2.8],[0,0.9],[-0.9,-0.1],[0.7,1.6],[-0.9,0.5],[1.1,-0.5],[0.1,-0.2],[0.7,-0.6],[1.6,0.7],[1.2,-1.8],[0.2,-1.6],[-0.5,-1.5],[0.2,-0.8],[0.6,-0.9],[-0.5,-0.9],[0.5,-1.1],[0.2,-1.1],[1.4,-0.7],[0.3,-1.4],[1.1,0.5],[0.6,-0.6],[1.4,0.3],[0.8,1.7],[0.1,0.3],[-0.3,-0.1],[-1.2,-0.9],[-0.6,-1.9],[0,-2.3],[-1.5,-1.5],[-1.8,-1.2],[-1.1,0.1],[-2.4,0.3],[-2.1,-2],[-0.9,-0.9],[-0.5,-0.7],[-0.5,-0.6],[-4.1,-1.7],[-4.3,-1.4],[-4.2,0],[-6.4,-2.1],[-8.4,-1.5],[-7.6,-0.9],[-7.3,-0.7],[-6.9,-0.5],[-6.9,-0.1],[-7.3,0.1],[-7.2,-0.2],[-6.8,-0.5],[-6,-0.3],[-5.7,0.6],[-5.1,1.1],[-5.1,1.5],[-5.4,0.4],[-6.7,-0.3],[-6.7,0.3],[-6.3,0.1],[-6.3,0.4],[-6.4,0.8],[-6.3,1.4],[-6,1.5],[-6.4,1.5],[-6.6,1.7],[-6.4,2.1],[-6.3,2.1],[-6.2,2.2],[-5.4,2.1],[-5.7,2.8],[-5.3,2.7],[-4.5,2.6],[-5.4,2.8],[-5.7,3.8],[-5,4.1],[-5,3.8],[-5.1,3.7],[-4.9,3.7],[-4.9,3.5],[-4.9,3.6],[-4.5,3.6],[-4.1,3.6],[-3.9,3.7],[-3.4,3.8],[-3.4,3.9],[-3,3.6],[-2.4,3],[-1.6,2.8],[-0.2,2],[1,-2.9],[1.4,-2.9],[3.9,-1.4],[3.2,-0.9],[2.2,-2.4],[4.7,-1],[4.3,-0.6],[4.6,1.4],[2,2.5],[-0.3,3.7],[-2.7,-1.8],[-0.3,-2.5],[-1.7,-1.7],[0.1,-2.6],[-1,-3],[-1.8,-2.8],[-4.4,-2],[-3.6,-2.2],[-3.8,-0.1],[-4.8,-0.5],[-3.5,-0.2],[-2.5,1.1],[-1.7,1.9],[-0.1,2.9],[0.2,3.4],[1,2.9],[3,2.9],[3.7,3.2],[2.9,3.3],[4.8,4.6],[3.2,3.4],[2.8,2.4],[1.8,1],[1.8,-3.1],[0.9,-2.7],[-0.4,-2.6],[1,-2.8],[4.6,-2.6],[3.7,0.4],[0,-4.2],[4.2,-7.6],[6.8,-7.9],[7.3,-6.8],[7.4,-6.8],[7.3,-6.3],[7.2,-5.9],[7.2,-5.1],[7.7,-4.5],[7.8,-4],[8.4,-3.8],[6.3,-0.6],[6.2,0.5],[5.7,1.1],[5.8,2.4],[2.6,2.6],[-2.2,2.1],[-2.6,4.6],[-1.8,5.4],[-0.7,5.2],[-0.2,5],[-0.5,4.7],[-0.3,4.4],[-0.3,4.5],[0.1,4.5],[0.6,4.7],[1.3,5],[2.4,4.3],[4.7,0.8],[7,-2.2],[8.2,-3.6],[7.1,-3.6],[6.9,-3.9],[6.9,-4],[6.3,-4.7],[6.4,-4],[3.8,-4.2],[4,-5.2],[4.5,-5.2],[0.7,-5.6],[0.4,-5.2],[1.2,-4.6],[0.9,-4.7],[1,-3.3],[0.8,-2.3],[-0.9,-1.6],[-1.6,-0.6],[-1.1,1.2],[0.9,2.1],[2.9,2.8],[0.7,2.2],[-1.5,2.2],[0.9,3.3],[2.8,2.3],[2.4,1.5],[2.2,-1.4],[1.6,-2.2],[1.4,-1.5],[0.7,-0.5],[1,0.8],[2.2,1.6],[3.3,2],[4,2.7],[3.8,3.5],[3.6,3.9],[4.3,3.8],[5.5,3.3],[6.5,2.9],[6.6,2],[6.6,1.3],[6.3,0.1],[6.4,-0.8],[3.3,-3.3],[2.5,-4.9],[1.4,-1.4],[1.8,-2.2],[-0.4,-2.5],[0.3,-3.9],[0.4,-3.9],[0.9,-2.9],[0.3,-0.8],[0.7,0.1],[1.4,-1],[2.3,-1.5],[0.8,-0.1],[-0.2,-2.2],[0.3,-3.5],[3,-1.7],[4.3,-1.6],[5.7,-1.7],[5.7,-1.2],[2.8,-0.9],[3.2,-1.8],[-0.3,1.1],[-1.4,0.4],[0.1,1.4],[-0.5,1.5],[0.7,0.9],[1.5,2.5],[0.9,3.8],[0.9,4.3],[0.3,4.6],[-0.2,4.7],[-0.5,5],[1.4,4.3],[3.5,3],[5.5,0.4],[7.1,-1.7],[7.4,-3],[7.6,-3],[8.8,-3.1],[8.2,-3.2],[8.1,-4.3],[4.7,-5],[2.3,-4.6],[2.4,-4.2],[1,-2.4],[-1.2,-2.9],[-3.2,-1.9],[-2.4,-1.2],[-2,-0.9],[-1.4,-0.8],[-1,-0.1],[-0.7,0.6],[-0.1,1.1],[0.6,0.4],[1.4,-0.2],[0.3,-3.1],[-1.9,-2.2],[-2.8,0.1],[-3.4,1.1],[-3.1,2.2],[-3.4,2.1],[-3.8,2],[-4,2.5],[-3.9,3.3],[-3.9,3.5],[-4,3.3],[-3.4,3.1],[-2.7,2.7],[-2.5,3],[-1.9,1.8],[-2,1.3],[-2.7,1.3],[-2.5,1.5],[-2.5,2.3],[-2.5,2.8],[-2.6,3.5],[-2.9,3.8],[-2.9,3.8],[-2.9,4],[-3.4,3.9],[-2.6,4.1],[-2.5,4],[-2.1,4.3],[-1.7,4.5],[-1.1,4.3],[-0.3,3],[3.2,-2.7],[1.7,-9.7],[1.6,-10],[1.3,-8.8],[-0.8,-8.3],[-0.5,-8.5],[-0.6,-7.8],[-1.2,-7.3],[-2.4,-7],[-3.4,-6],[-3.1,-4.9],[-3.7,-3.8],[-3.4,-3],[-4.8,-2.4],[-4.9,-1.8],[-4.9,-2.4],[-5.1,-2.4],[-5.2,-3.3],[-5.6,-4],[-5.9,-3.1],[-6.5,-3],[-6,-3.4],[-5.5,-3.4],[-5.4,-3.3],[-5.2,-2.9],[-5.4,-2.9],[-6.2,-2.8],[-6.3,-2.8],[-6.4,-2.3],[-6.1,-2.1],[-6,-2],[-5.8,-2.3],[-5.7,-2.4],[-5.3,-2.3],[-5,-2],[-4.7,-1.6],[-4.4,-2.1],[-4.2,-2.2],[-4.5,-1.8],[-4.2,-1.3],[-4.6,-0.8],[-4.5,-0.1],[-4.2,0.4],[-4.8,0.4],[-4.5,1],[-4.9,1.1],[-5.1,1.1],[-4.7,1.5],[-4.6,1.9],[-4.1,2.7],[-4.4,2.4],[-3.9,2.5],[-3.7,2.8],[-3.8,2.9],[-4,3.5],[-3.9,3.6],[-3.7,3.2],[-3.7,3],[-3.9,3.1],[-3.6,3.2],[-3.6,3],[-4.1,2.9],[-3.6,2.9],[-3.7,2.8],[-3.5,3.3],[-3,3.5],[-2.7,2.8],[-2.5,2.5],[-2.4,2],[-1.2,1.3],[-1.6,1.4],[-1.9,1.8],[-1.3,3],[-2.4,3.2],[-2.4,3.3],[-3.2,4.6],[0.6,0.9],[1,-0.4],[0.4,0.6],[1,1.2],[0.8,0.2],[-0.6,-0.5],[0.2,0.2],[0.1,0.5],[0,0.9],[1.2,-1.1],[1,-1.2],[0.6,-1.1],[0.1,-1.4],[0.7,-0.6],[-0.2,-0.2],[-0.5,-0.8],[-0.5,-1.2],[0.9,-1],[1,-0.3],[0.5,-0.3],[1.4,0.9],[1.4,0.1],[1.8,-0.1],[1,0.8],[-1.2,0.7],[-0.5,0.3],[-0.3,0.2],[-0.3,0.5],[-1.5,0.9],[-3,-1.7],[-2.2,-2.4],[-1.5,-0.6],[-3,-0.2],[-1.8,-0.2],[-1.6,-0.2],[-0.5,-0.6],[-1.8,-0.1],[-4.7,-0.5],[-5.1,-0.5],[-5.1,-0.2],[-5.9,-1.3],[-8,-0.9],[-7.3,-0.1],[-7.2,0.2],[-7.1,0.3],[-7.1,0.1],[-7.2,0.1],[-7.4,0.6],[-7.4,0.7],[-6.9,0.3],[-6.3,0.7],[-5.6,1.2],[-5.4,1],[-5.9,0.5],[-6.9,0.5],[-6.7,0.4],[-6.9,0.4],[-6.5,0.6],[-6.6,1.2],[-6.2,1.8],[-6.3,2.2],[-6.3,2.3],[-6.3,2.4],[-5.8,3],[-5.9,3.5],[-6.4,3.6],[-6.7,3.7],[-6.5,3.3],[-5.9,3.2],[-5,2.6],[-4.7,3.5],[-5,3.8],[-5.3,4.6],[-5.4,4.3],[-4.8,4.4],[-4.1,4.1],[-4.2,4],[-4.2,4],[-3.8,4.3],[-3.5,3.8],[-3.2,3.6],[-2.8,3.3],[-2.8,3.2],[-3.1,3.3],[-2.4,2.9],[-0.9,2.2],[0.1,1.5],[2.6,0.8],[0.8,-1.7],[2.1,-1.9],[2.6,-1.3],[3.5,0.2],[3.7,1],[4.2,1.1],[4.6,1.6],[3.1,2],[2.2,0.2],[2,-3.8],[1.1,-5],[1.2,-4.7],[-0.4,-2.9],[1.1,-2.2],[2.2,-0.4],[-2,-2.8],[-0.4,-1.2],[-1,-1.2],[-1.9,-0.6],[-2.5,0.7],[-0.6,2.7],[-0.4,2.6],[0.1,3.6],[0.9,3],[0.8,1.7],[1.1,4],[2.6,4.2],[3,3.4],[3.7,5.3],[5.5,4.5],[3.8,3.4],[3.4,1.9],[2.6,0.8],[3.4,-1.4],[5.4,-5.4],[2.1,-3.2],[4.7,-1.4],[-0.6,-1],[3.1,-6.2],[6.5,-8.7],[7.8,-7.2],[7.1,-6.4],[6.9,-6.5],[7.4,-6],[7.8,-5.3],[6.4,-4.8],[7.7,-4.4],[7.7,-3.8],[7.5,-2.6],[8.2,-2.1],[7.3,-0.4],[7.2,1.1],[7.3,2.1],[7.2,3],[4.3,2.7],[1.3,3.1],[0.7,2.9],[0.9,4.1],[1.7,4.4],[2.4,2.8],[1.3,3.1],[0.9,2.9],[1.4,3],[2.8,3.4],[4,2.2],[7.6,-1.5],[8.7,-3.6],[8.2,-4],[8.3,-4.1],[8,-4],[7.6,-4.1],[6.7,-4.3],[6.5,-4.3],[6.3,-4.1],[4.4,-3.8],[4.6,-4.7],[5,-4.7],[2.6,-4.3],[0.3,-4.8],[1.6,-3.8],[1.2,-4.4],[1,-3.2],[1.4,-2.2],[1.6,-1.2],[-0.3,-0.7],[-1.2,0.3],[0.3,2],[2.4,2.9],[3.2,3.7],[0.8,1.8],[1.2,2.3],[2.6,2.5],[4,1.4],[3.7,-0.2],[2.6,-0.4],[2.1,-1],[2.8,-0.9],[2.5,-0.3],[2.8,0.9],[3.4,1.5],[4.1,1.9],[4.6,2.4],[4.7,3],[4.6,3.8],[5.4,3.5],[6.2,3],[6.2,2.7],[6.4,1.8],[6.6,0.9],[6.1,0.8],[2,-1.3],[2.5,-2.9],[3.3,-4.8],[1,-3.2],[2.4,-3.3],[-1.3,-5],[1.4,-3.7],[3,-1.5],[1.9,-1],[-1.7,0.8],[-1.3,-0.7],[2.9,0.7],[2.3,-0.8],[-1.8,-4.2],[0.8,-1.9],[3.7,-0.5],[4.1,1],[4.3,1.5],[5.4,1.9],[2.3,0.4],[1.9,-1.1],[2.6,0.2],[-1.1,-0.2],[-0.2,3.9],[2.5,-0.4],[1.8,0.8],[2.2,1.8],[2.7,3.2],[3.4,4.1],[3.6,4.2],[5,3.2],[6.6,1.5],[7.3,0],[8.7,-1.3],[9.6,-2.2],[9.5,-3.6],[8.2,-4.8],[7.7,-4],[7.8,-3],[8,-2.2],[6,-2.8],[4.1,-3.5],[3.4,-3.5],[1.9,-3.5],[2.2,-1.5],[0,-2.6],[-0.9,-1.8],[-1.7,-1.3],[-2.7,-1.1],[-1.1,-0.2],[-0.3,0.1],[-0.1,0.6],[0.1,0.6],[0.2,0.5],[1.2,-0.5],[-1,-1.9],[-2.1,-0.8],[-1.7,0],[-2.7,0.3],[-3.3,0.8],[-3.7,1.5],[-4.1,2.1],[-4.2,3],[-4.5,3.6],[-5,2.3],[-3.6,2.7],[-3.7,2.1],[-2.8,1.7],[-2.7,1.3],[-3,1.6],[-3,2.5],[-3.1,2.8],[-3.2,3.2],[-3.1,4],[-3,3.8],[-3.2,3.7],[-3.2,3.8],[-2.8,4.3],[-3,4.4],[-3.4,4.2],[-3.3,4.1],[-2.7,4.4],[-1.6,4.9],[-2,4.6],[-1.3,2.2],[2.7,-1],[2.6,-8.6],[-0.1,-8.7],[0.2,-9.2],[0.6,-8.9],[-1,-8.6],[-1.2,-7.9],[-1,-7.6],[-2.2,-6.9],[-3.4,-6.4],[-3.9,-5.4],[-3.7,-4.8],[-3.8,-3.3],[-4,-2],[-5.1,-1.6],[-4.9,-1.5],[-4.9,-2.4],[-4.1,-2.8],[-2.9,-4],[-3.5,-4.5],[-4.7,-3.8],[-5.3,-3.4],[-5.8,-3],[-5.6,-3],[-5.3,-3],[-5.2,-3.1],[-5.4,-3.5],[-6,-3.8],[-6.2,-3.5],[-6.4,-3.1],[-6.3,-2.9],[-6.1,-2.8],[-6.2,-2.8],[-6.2,-2.5],[-6.2,-2.3],[-6.1,-1.8],[-5.7,-1.5],[-4.9,-1.2],[-4.7,-0.7],[-4.3,-0.3],[-4.2,-0.2],[-4.3,0],[-4.9,0.5],[-4.8,0.7],[-4.7,0.8],[-5,0.6],[-5.3,0.9],[-5.3,1.6],[-5.2,1.6],[-4.9,1.7],[-4.7,2.2],[-4.5,2.5],[-4.3,2.7],[-4.2,3],[-4.2,3.2],[-4.2,3.4],[-4.1,3.9],[-4.1,3.3],[-3.9,3.1],[-4,3.4],[-4,3.7],[-4,3.5],[-4,3.3],[-3.7,3.5],[-4,3.5],[-3.5,3.8],[-3,3.9],[-2.8,3.5],[-2.8,3.3],[-2.5,3.1],[-1.8,2.6],[-1.7,2.6],[-2,2.7],[-1.8,3.3],[-1.5,3.9],[-2.3,5],[0.1,2.4],[-0.1,0.6],[0.4,0],[0.2,-0.8],[0,0.2],[-0.4,-0.8],[0.8,0.6],[-0.4,-0.1],[-0.3,0.4],[0.4,0.3],[1.2,-0.1],[0.8,-0.2],[0.2,-0.9],[0.4,-1],[1.2,-0.3],[-1.4,-0.4],[-1.1,-0.5],[-1.2,-0.7],[0.7,-0.3],[1.4,-0.8],[1.1,-0.3],[1.4,0.3],[1.4,0.6],[0,-0.9],[2.1,-0.7],[-1,1],[-1.3,1],[0.7,0.8],[-0.2,1.1],[0,1.4],[-3,-0.8],[-2.4,0.1],[-1.4,-0.2],[-2.2,0.2],[-1.5,1],[-2.7,-1],[-1.1,1],[-2.8,0.6],[-5.4,0.5],[-5.8,0.1],[-5.8,-0.5],[-6.7,-1.2],[-7.5,-0.3],[-7.1,0.1],[-7,0.1],[-6.9,-0.2],[-6.7,-0.1],[-6.9,0.2],[-6.9,0.4],[-6.9,0.6],[-6.1,1.2],[-6.3,1.3],[-6.7,1],[-6.8,0.7],[-6.7,0.9],[-6.4,1],[-6.8,0.8],[-7.1,0.7],[-6.6,1.1],[-6.6,1.6],[-6.6,2.1],[-7.1,2.5],[-6.5,2.7],[-5.6,3],[-6.1,3.5],[-5.9,4.5],[-6.4,4.6],[-6.8,4.2],[-6.4,4],[-6.5,3.9],[-6.3,3.7],[-5.7,3.3],[-4.9,3.1],[-4.6,2.8],[-4.3,2.9],[-4.4,3.5],[-4.5,3.9],[-4.4,4.4],[-3.8,4.4],[-2.9,4.9],[-3,4.6],[-2.5,4.6],[-2,3.8],[-1.9,3.4],[-2.3,3.5],[-2.2,3.1],[-1.3,2.9],[-0.5,2.6],[1,3.6],[0.3,-2.5],[2.3,-2.3],[2.4,-0.6],[3,-0.2],[3.2,0.7],[3.9,1.1],[4.7,1.5],[2.5,3],[2.4,-2.2],[1.8,-4.9],[3.4,-5.2],[2.1,-3.8],[2.3,-3.1],[2.8,-1.3],[3.9,-1.2],[6,-2.2],[1.6,0.2],[-0.1,1.5],[-1.7,0.5],[-2,0.8],[0.1,2.2],[-0.3,1.5],[-1.8,2.8],[0.5,1.3],[1.6,1.2],[0.2,3.4],[2,2.2],[3,2.7],[2.5,4.2],[6,5],[5.3,4.7],[3,1.2],[4,-2.1],[6.2,-2.8],[6.8,-6.2],[1.4,-5.4],[1.5,-1],[0.7,-1.5],[5.8,-11.6],[7.5,-9.6],[7.8,-8.6],[6.9,-8.3],[7.5,-6.6],[6.3,-6],[6.1,-5.8],[6.7,-4.5],[7.2,-3.6],[7.1,-3.7],[7.6,-3.2],[7.1,-2.1],[8.7,-1.1],[8,1.2],[7.6,1.8],[7.8,2.5],[7.6,2.4],[8.1,1.3],[7,1.6],[6.3,1.5],[5,1.1],[4.7,1.1],[5.9,-1.3],[8.2,-1.1],[8.9,-0.2],[10.4,-1.6],[9.2,-1.4],[9.1,-3.6],[8.6,-4.4],[9.1,-4.1],[8.5,-4.4],[7.8,-4],[7.6,-4.3],[7,-4.1],[6.2,-4.3],[6.2,-4],[4.9,-3.6],[5.3,-4.5],[5.3,-4.8],[4.8,-4.5],[0.9,-4.6],[2,-3.3],[2.9,-2.7],[1.4,-3],[1.1,-1.7],[1.3,-0.8],[1.6,-0.5],[0.1,0.4],[1.5,1.3],[2,2.8],[3.6,3.2],[4.9,2.9],[4,2.1],[2.9,1.9],[3.3,1.4],[3.7,0.9],[4.6,-0.1],[3.6,-0.2],[3,-0.7],[2.9,-1],[3,-0.1],[3.3,0.4],[4.1,1],[4.9,1.6],[4.9,2.4],[4.8,3.1],[4.9,3.2],[5.7,2.7],[6.2,2.5],[6.1,1.8],[6.3,0.5],[6.7,-1.7],[4.6,-1.1],[3.9,-1.2],[4.2,-3.4],[3.8,-3.2],[2.1,-2.7],[3.3,-4.7],[3,-3.5],[2.3,-1.1],[1.6,-1.4],[1.2,-1.3],[0,1.2],[0.8,1.8],[0.4,1.8],[-2,1.9],[-3.4,0.8],[1.6,2.1],[3.3,2.5],[3.8,2.6],[4.5,2.7],[1.3,0.6],[1.6,0.2],[6.4,-2],[2.1,-3.8],[2.6,-3.5],[3.3,-2.8],[3.2,-1.1],[3.3,1],[4,2.2],[5.5,1.5],[6.1,0.4],[6.5,-0.9],[7.1,-2.2],[7.7,-3.1],[8.3,-4],[8.8,-3.8],[8.6,-4],[8.1,-3.8],[7.8,-3.3],[7.3,-2.5],[7.2,-2.4],[5.5,-2.7],[4.2,-2.3],[3.7,-2.2],[2.5,-1.8],[2.2,-1.8],[2.1,-1.7],[1,-1],[0.6,-1.6],[-0.7,-1.9],[-1.1,-1.2],[-1.5,-0.6],[-1.6,0],[-1.4,0.1],[0.2,-0.1],[0.8,-1.4],[-1.1,-0.4],[-1.7,0.2],[-1.8,0.1],[-2.6,0.5],[-3.3,0.9],[-4.1,1.5],[-3.9,2.3],[-4.1,2.8],[-5.1,2.9],[-4.6,1.6],[-4.1,2.8],[-4.6,1.6],[-4.3,1.3],[-3.6,2.5],[-3.4,2.8],[-3.5,3],[-3.5,3.5],[-3.4,4],[-3.6,4.2],[-3.5,4.1],[-3.3,4.3],[-2.9,4.7],[-2.7,5.2],[-3.6,4.7],[-3.5,4.1],[-2.6,4.3],[-2.1,4.7],[-1.6,4.9],[-1.9,3.5],[0.8,-2.8],[1.8,-5.9],[0.9,-8.5],[-1.5,-9],[-0.8,-8.3],[-0.8,-7.7],[-1.6,-7.5],[-2.2,-7.1],[-1.9,-7],[-2.7,-6.4],[-4.1,-6.3],[-4.3,-5.3],[-3.9,-4.5],[-3.5,-3],[-3.1,-1.9],[-4.4,-3.4],[-3.4,-2.7],[-3.5,-3.5],[-2.5,-3.5],[-3,-4.3],[-4,-4.6],[-3.6,-4.3],[-3.8,-4.8],[-5,-5.3],[-4.8,-5.3],[-5.2,-4.7],[-5.5,-4.4],[-5.7,-4.2],[-6.2,-3.9],[-6.2,-3.4],[-6.6,-3.3],[-6.9,-3.1],[-6.7,-2.6],[-6.6,-2.4],[-6.4,-1.8],[-6.5,-1.5],[-6.6,-1.2],[-6.2,-0.4],[-5.5,0.4],[-4.8,0.7],[-5.1,0.6],[-5.4,0.5],[-5.3,0.9],[-5.4,1],[-5,1.6],[-5.2,1.8],[-5.4,1.8],[-5.6,1.8],[-5.5,2.1],[-5.8,2.3],[-5.4,2.7],[-5.3,2.6],[-5.2,2.6],[-5,2.8],[-4.9,2.9],[-4.8,3],[-4.5,3.2],[-4.4,3.4],[-4.2,3.5],[-4,3.2],[-3.7,3.3],[-4.2,3.5],[-4.3,3.5],[-3.9,3.5],[-3.6,3.8],[-3.5,3.8],[-3.4,4.1],[-3.3,3.7],[-2.8,3.6],[-2.3,3.7],[-3.2,4.1],[-2.5,3.6],[-2.2,3],[-1.7,3.7],[-1.5,3.8],[-2.3,4.1],[-2,4.3],[0.5,-0.4],[-0.4,0.7],[1.1,0.2],[-0.7,0.5],[-0.4,0.6],[0.3,0.6],[0.5,-0.4],[0.9,-0.1],[1,-0.7],[0.4,-0.6],[0,-0.4],[0.4,-0.7],[0.2,-1],[0.4,-0.9],[-0.2,-1.1],[-0.4,-1.8],[-1.1,-0.6],[-1.1,0.1],[-0.6,-0.4],[0.9,-0.2],[1.4,0.4],[0.9,0.8],[0.3,0.6],[0.6,0.8],[0.8,0.9],[1.3,0.6],[-1.1,-0.4],[0.2,1.2],[-0.3,-0.4],[-1,-1.1],[-2.4,-0.7],[-1.7,-0.1],[-1.6,-0.3],[-3.8,-0.3],[-4,-1.3],[0.9,-0.2],[-4.1,2],[-1.3,0.5],[-6.2,1],[-6.2,0.6],[-6.4,0.1],[-6.8,-0.1],[-7.1,0.2],[-6.9,0.4],[-6.6,0.5],[-6.3,0.3],[-6.4,0.4],[-6.6,0.5],[-6.9,0.2],[-6.7,0.3],[-6.2,1],[-5.8,1.4],[-6.1,1.5],[-6.1,1.4],[-6.2,0.9],[-6.5,1],[-6.7,1.5],[-6.8,1.7],[-6.6,1.9],[-7.1,2.6],[-7.4,2.7],[-7.4,3],[-7,3.1],[-5.1,3.2],[-5.2,4.7],[-5.9,4.8],[-6.5,4],[-6.6,3.4],[-6.3,3.2],[-6.7,2.8],[-6.2,3.2],[-6.1,3.6],[-5.4,3.4],[-5.1,3.3],[-4.7,3.7],[-4.4,3.8],[-4.3,3.7],[-3.9,3.7],[-3.6,4.1],[-3,3.9],[-2.6,3.8],[-2.4,3.9],[-2,4],[-1.7,3.8],[-2,4.1],[-1.4,3.4],[-1.2,2.8],[0.2,3.1],[0.8,3.9],[1.3,-2.7],[-1,-1.4],[1.6,-0.5],[2.2,-1.1],[1.9,-1.6],[3.4,-0.4],[5.5,0.4],[1.5,-2.1],[3.1,-3.8],[4,-4.5],[3.6,-4.7],[3.2,-4],[2.9,-3.3],[4.1,-3.2],[4.4,-2.6],[4.5,-2.3],[4.5,-1.8],[1.8,-1.3],[1.3,0.2],[-0.1,0.6],[0.7,1],[-0.6,0.8],[1.6,1.2],[0.8,3.7],[1.5,2.7],[-0.5,1.1],[1.9,2.7],[2,2.2],[3.7,2.8],[5.1,5.1],[5.1,3.5],[3.8,-0.6],[5.7,-2.2],[8.2,-8.3],[4.2,-10.1],[4.3,-8.7],[3.7,-3.4],[4.6,-9],[7.4,-9.8],[6.8,-9.3],[6.6,-8.7],[6.6,-7.7],[6,-6.9],[6.1,-6],[5.8,-5.2],[5.8,-5.2],[6.2,-4.8],[6.3,-4.2],[7.3,-3.5],[7.9,-2.7],[8.7,-1.8],[9.1,-1],[7.9,0.6],[8.7,0.7],[9,1.7],[8.8,2.6],[8.5,1.8],[9.1,0.3],[9.7,-0.9],[10,-1],[10.1,-1.4],[10.5,0.4],[11,-1.5],[12.1,-2.8],[10.4,-4.2],[9.2,-4.6],[9.2,-4.6],[8.4,-4.6],[8.1,-4.7],[7.7,-4.5],[7.3,-4.4],[6.7,-4],[6.4,-3.4],[5.4,-3.4],[5.3,-4.2],[5.5,-5.2],[5,-4.7],[5,-4.4],[2.4,-3.5],[2.5,-2.5],[2.9,-2.4],[2.1,-2.2],[1.1,-1.6],[1.2,-0.7],[1.1,0.4],[1.5,0.7],[1.3,1.7],[2.4,2.5],[3.2,2.8],[4.2,2.9],[4.8,2.1],[5.2,1.5],[5.7,0.8],[5.4,0.4],[4.9,0.5],[3.8,0.2],[3.6,0.1],[3.1,0.6],[3.5,-0.8],[4,-0.7],[4.3,-0.9],[4.9,0.8],[5,1.8],[5.1,2.3],[4.8,2.3],[5.1,2.4],[5.3,2.4],[5,1.7],[4.7,0.8],[3.9,-1.6],[6.5,-1.9],[5.6,-1.5],[4.5,-1.8],[3.8,-3.3],[3,-3.1],[3.1,-3.3],[2.6,-2.9],[3.4,-2.2],[1.8,-0.9],[1.3,-0.9],[2.2,-0.9],[1.7,-1.1],[1.8,-1.5],[-0.7,-0.7],[-3.2,-0.8],[1.2,1.5],[3.1,2.9],[3.4,3.6],[3.6,4.3],[1.3,0.9],[1.4,0.9],[3.3,-2.2],[2.7,-3.2],[3.1,-1.7],[3.2,-0.9],[3.3,-0.2],[3.2,0.5],[3.3,1],[3.7,0.4],[4.7,-1],[5.7,-2.6],[6.4,-3.9],[6.3,-4.2],[6.9,-4],[7.1,-4],[7,-3.7],[6.9,-3.3],[6.8,-2.5],[6.6,-1.9],[6,-1.9],[5,-1.5],[4.2,-1.1],[3.4,-0.6],[2.8,-0.4],[3,-0.9],[3,-1],[3.2,-0.3],[3.2,-0.6],[2.7,-0.7],[1.2,-0.5],[0.4,-1.5],[0.3,-1.4],[0.8,-1.2],[0.6,-1.4],[0.2,-1],[-0.5,0.9],[-1.3,-0.4],[-1.8,0.2],[-2.8,0.6],[-3.2,1.5],[-4.1,2.8],[-4.2,2.8],[-4.6,2.3],[-3.9,2.1],[-4.3,1.7],[-3.2,1.7],[-4.3,1.4],[-4.3,1.7],[-4,3],[-3.8,3.4],[-3.6,3.4],[-3.8,4],[-3.6,4.6],[-3.6,4.7],[-3.5,4.8],[-3.1,4.8],[-2.7,4.6],[-2.4,4.8],[-3.6,4.6],[-3.5,4.4],[-2.4,4.6],[-1.3,4.5],[-1.2,3.6],[1.3,2.2],[2.2,-0.9],[2.8,-8.4],[0.2,-9.6],[-1.6,-9.2],[-1.6,-8.1],[-1.3,-7.3],[-1.4,-6],[-2.6,-6.3],[-3,-6.6],[-3,-6.2],[-4.6,-5.8],[-4.8,-4.6],[-4.1,-3.6],[-3.5,-3.1],[-2.8,-2.5],[-3.3,-2.8],[-4.7,-3],[-3.4,-2.9],[-3.1,-3.8],[-3.7,-3.9],[-3.1,-4.4],[-3.5,-4.6],[-4.9,-5.5],[-5.8,-5],[-5.6,-4.5],[-5.8,-4.4],[-6.2,-4.1],[-6.5,-3.6],[-6.7,-3.3],[-6.8,-3],[-7.1,-2.6],[-7.4,-2.3],[-7.2,-1.8],[-7.2,-1.3],[-7.2,-0.7],[-7.1,-0.8],[-6.9,-0.3],[-6.6,0.3],[-6,1],[-6.1,1],[-5.8,1.1],[-5.7,1.4],[-5.7,1.7],[-5.6,1.9],[-5.6,1.8],[-5.6,2.1],[-5.9,2.1],[-6,2.1],[-6.2,2.2],[-6.2,2.5],[-6.1,2.7],[-5.9,2.6],[-5.6,2.7],[-5.6,2.5],[-5.4,2.4],[-5.2,2.7],[-4.8,3],[-4.9,3],[-4.7,3.4],[-4.6,3],[-4.2,3.1],[-4.4,3],[-4.4,3.5],[-4,4],[-3.5,4.2],[-3.5,4.5],[-3.6,4.4],[-3,4.2],[-2.9,4.3],[-3.3,4.3],[-3.2,3.9],[-2.9,3.7],[-2.4,4],[-1.9,3.8],[-1.8,4.2],[-1.9,4.5],[-0.1,2.7],[1.4,0.9],[-0.2,-0.8],[0,0.9],[0.3,1.1],[0.4,0],[1.1,-0.4],[0.9,0],[0.8,0.1],[0.8,0.1],[0.9,0],[-0.1,-0.1],[0,-0.9],[0.2,-0.8],[0.1,-1],[-0.1,-1.1],[-0.5,-0.3],[-0.2,-1],[-1,0],[-0.1,0.9],[0.2,0.8],[0.9,0.2],[0.8,0.5],[0.3,0.6],[0.1,1.1],[0.3,1],[-0.2,0.9],[-0.6,-0.8],[-0.2,-1.2],[-0.2,-0.6],[-0.2,-0.2],[-1.8,-0.6],[-1.5,0.8],[-1.9,1.5],[-2.6,1],[-4.4,3],[-3.6,0.4],[-2.1,1],[-1.4,1.3],[-0.9,0.6],[-6.6,0.8],[-6.6,0.2],[-6.5,0],[-6.5,0.2],[-6.6,0.8],[-6.8,0.9],[-6.8,0.9],[-6.9,0.9],[-7.1,1.2],[-7.3,1.3],[-6.8,1.6],[-6.5,1.1],[-6.1,1.5],[-6.1,1.6],[-6.7,1.6],[-6.1,1.8],[-6.3,2.1],[-6.7,2],[-6.8,2],[-6.7,2.6],[-6.9,2.8],[-7.3,3.1],[-7.5,3.3],[-7.4,3.5],[-5.6,2.8],[-5,4.7],[-4.8,4.8],[-5.8,3.4],[-5.8,3],[-5.8,2.6],[-6.2,2.8],[-6.2,3.1],[-6,3.1],[-5.5,3],[-5.4,3.5],[-5.2,3.3],[-4.9,3.4],[-4.3,3.3],[-3.9,3.1],[-3.6,3.1],[-3,3.3],[-2.4,3.4],[-2.1,3.5],[-1.8,3.4],[-1.8,3],[-1.5,2.7],[-1,3.2],[-1.4,2.7],[-0.2,2.8],[0.2,1.9],[-3.5,-1.5],[-3,0.3],[1.4,0.4],[2.1,-0.2],[2.5,0.6],[1.9,-0.3],[3.5,-1.8],[4.7,-2.2],[4.2,-3],[4.6,-4.5],[3.5,-3.8],[4.5,-4.4],[4.4,-3.8],[4.3,-3.2],[4.1,-3],[3.6,-2],[2.6,-1.7],[3.8,-0.9],[2.6,-0.8],[0.4,1.4],[1.2,0],[-0.6,0.7],[2.1,-0.2],[1.6,1.5],[1.1,0.4],[0.7,1],[2,0.6],[2.9,2.3],[3.4,5.4],[4.9,5.6],[6.6,-2.7],[7.4,-4.3],[9.2,-7.9],[4.5,-9.3],[3.4,-9.9],[3.7,-8.6],[4.5,-7.2],[5.4,-8.2],[5.5,-8.5],[5.6,-8.5],[5.7,-8.1],[5.7,-7.3],[5.6,-6.4],[4.7,-5.6],[4.5,-5],[4.5,-4.7],[5.4,-4.8],[5.7,-4.5],[6.3,-4.1],[7.2,-3.3],[7.7,-2.2],[8,-1.9],[8.5,-1.8],[9,0],[8.5,0],[8.4,-0.8],[8.7,-0.7],[9.2,-2.4],[9.9,-2.2],[10.1,-3],[9.7,-3.2],[10.5,-4.4],[9.2,-4.7],[9.1,-4.3],[9,-4.3],[8.8,-4.4],[8.7,-4.3],[8.3,-3.9],[8,-3.7],[7.8,-3.9],[7.3,-3.4],[6.4,-3.3],[5.4,-3],[5.1,-3.5],[5.2,-4.1],[4.9,-5.1],[4.8,-4.4],[4.7,-3.8],[3.6,-3],[3.1,-1.8],[2.5,-1.4],[1.8,-1.5],[1.4,-0.5],[1.3,0.3],[1.3,0.5],[1.7,1.1],[2.1,1.8],[2.5,2.5],[2.8,3.1],[3.3,2.9],[3.9,2.9],[4.3,2.6],[4.5,2.5],[4.1,1],[4.2,0.7],[4.3,0.6],[3.6,1.4],[4.7,0.5],[5.4,-1.4],[5.7,-1],[6.4,-0.9],[6.5,0.6],[5.1,1.7],[5.1,1.4],[5,1.6],[5.2,2],[5,2.3],[3.7,1.1],[3.9,0.2],[4.1,-1.2],[4.6,-0.9],[5.5,-1.7],[4.8,-1.8],[4.2,-1.5],[3.2,-1.6],[2.3,-2.2],[1.8,-2.3],[3.2,-2.3],[3.4,-0.9],[3.2,-3.3],[1.5,-0.5],[1.9,-3],[4,-3.6],[4.4,-3.7],[5,-4],[2.6,0.3],[3.4,3],[3.6,4.5],[4,5.9],[1.5,3.2],[1.5,0.9],[0.7,-1.6],[3.2,-0.5],[3.1,0],[2.8,0.6],[2.6,1.4],[2.5,2.2],[2.4,1.4],[2.2,-0.6],[3.6,-2.6],[4.4,-3.8],[4.6,-2.8],[5.5,-4.3],[6.2,-3.7],[6.1,-3.3],[5.9,-3.1],[6,-2.8],[6.1,-2.3],[5.6,-2],[5,-1.5],[4.5,-0.8],[3.9,-0.5],[2.8,0.3],[2.5,0],[3,-0.8],[3.4,-1],[3.6,-0.6],[3.5,-0.6],[3.8,-0.4],[2.3,-0.8],[1.8,-1.1],[0.8,-1.7],[0.5,-1.8],[0.6,-1],[0.4,-0.3],[0,1.1],[-1.2,0.4],[-1.1,1.1],[-1.6,1.3],[-2.5,2.9],[-3.7,3.2],[-3.6,3.3],[-3.8,3.3],[-3.3,3.2],[-4.1,2.7],[-3.5,2],[-3.8,1.3],[-4.1,2.5],[-3.9,3.8],[-3.9,4.3],[-3.4,4.3],[-3.5,4.4],[-3.7,4.9],[-3.5,5.1],[-3.5,4.8],[-3,4.5],[-2.6,4.4],[-2.2,4.5],[-2.6,4.2],[-2.8,3.2],[-1.8,2],[0.2,1.6],[1.7,0],[4.4,1.5],[5.7,-2.7],[2.7,-8.8],[-1.3,-10],[-1.8,-9],[-1.8,-7.8],[-1.8,-6.9],[-2.6,-6.5],[-3.3,-6.6],[-3.6,-6.2],[-4,-6.1],[-4.4,-5.6],[-4.5,-4.6],[-4.5,-2.9],[-4.1,-2.6],[-3.5,-2.1],[-3.9,-2.5],[-4.1,-3.1],[-4,-2.9],[-4.1,-3.2],[-4.5,-3.7],[-4,-4],[-4.9,-4.7],[-5.7,-4.5],[-6.3,-4.1],[-6.3,-3.6],[-6.7,-3.3],[-6.9,-3],[-7.2,-2.8],[-7.5,-2.7],[-7.5,-2.3],[-7.8,-1.9],[-7.9,-1.1],[-7.8,-0.8],[-7.8,-0.3],[-7.2,0.1],[-7.3,0.5],[-7.1,0.6],[-6.7,1.2],[-6.8,1.1],[-6.7,1.3],[-6.3,2],[-6.2,2.3],[-6.5,2.1],[-6.3,2.2],[-6.1,2.4],[-6.2,2.3],[-6.4,2.3],[-6.3,2.3],[-6.4,2.5],[-6.3,2.6],[-6.1,2.7],[-5.9,2.7],[-5.8,2.6],[-6,2.7],[-5.8,2.9],[-5.6,3],[-5.2,3.2],[-4.8,3.3],[-5.1,3.5],[-5,3.6],[-4.6,3.4],[-4.4,3.4],[-4.3,4.1],[-4.2,4.5],[-3.6,4.6],[-3.7,4.6],[-3.5,4.7],[-3.5,4.7],[-3.7,4.3],[-3.4,4.3],[-3.7,4.2],[-3.3,4.3],[-2.8,4.1],[-1.9,4.2],[-2.2,5.2],[-2.8,5.2],[0,0.8],[2.1,-1.7],[-0.5,1.5],[0.6,0.9],[0.1,0.2],[0.8,0.7],[0.7,0.6],[0.7,0.6],[0.8,0.4],[0.8,0.4],[0.8,0.2],[-0.2,0.3],[0.2,0.4],[-0.7,-0.6],[-0.5,-0.6],[-0.4,-0.7],[-0.5,-0.7],[-0.5,-0.4],[-0.9,0],[-0.8,-0.1],[-0.3,0.2],[0.3,0.5],[0.8,-0.1],[0.6,-0.7],[0.9,-0.6],[0.5,-0.9],[0.2,-1.1],[-0.2,0],[-0.7,-0.4],[-0.4,-0.7],[-0.4,-0.3],[-2.3,-0.2],[-0.9,-0.2],[-1.8,-0.6],[-8.4,0.4],[-6.1,3.9],[-3.8,1.3],[-3.3,0.9],[-2.3,0.9],[-2.3,0.2],[-5.5,0.3],[-6.5,0.1],[-6.3,0.1],[-6.3,0.4],[-6.4,1],[-6.6,1],[-7.3,0.8],[-7.2,1.2],[-7.3,1.2],[-7.2,1.5],[-7,2.1],[-7.2,2],[-6.9,2.3],[-6.3,2],[-6.7,2.4],[-6.4,2.2],[-6.5,2.1],[-6.6,2.1],[-6.6,2.5],[-6.8,2.5],[-6.8,2.9],[-7.2,3.4],[-7.4,3.7],[-7.1,3.6],[-7.3,3.3],[-5.7,3.2],[-4.6,3.9],[-4.4,3],[-4.7,2.6],[-4.6,2.6],[-4.9,2.6],[-5.2,2.5],[-5.3,2.5],[-5.3,2.6],[-4.9,2.4],[-5,2.7],[-4.8,2.9],[-4.6,3.1],[-4.6,3],[-3.4,2.8],[-2.8,2.7],[-2.5,2.4],[-1.9,2.4],[-2,2.9],[-1.6,3.2],[-1.1,3.1],[-0.8,2.5],[-0.9,2.8],[-0.3,2.3],[0.9,2.1],[-3.2,1.3],[-0.6,-0.1],[1.8,-0.1],[3.4,0],[2.6,-1.1],[3.2,-2.6],[3.3,-3.2],[4.8,-3.6],[4.6,-3.9],[4.1,-3.8],[3.9,-3.7],[4.4,-2.9],[4,-3.1],[4.3,-2.5],[2.7,-2],[3.3,-1.3],[3.3,-0.7],[3.5,0.1],[2.9,0],[2.6,-0.9],[1.5,0.6],[2.8,1.4],[3.5,1.6],[0.7,0.4],[2,0.9],[1.6,-0.1],[1.9,0.9],[2.1,0],[2.5,0],[8.5,-3.8],[9.5,-6.5],[7.5,-7.8],[5.2,-9.6],[3.4,-9.6],[2.6,-8.6],[2.8,-8.5],[3.4,-8.3],[3.7,-8.2],[3.9,-8.1],[4.2,-7.9],[4.4,-7.6],[4.6,-6.3],[4.5,-5.7],[4.1,-5.8],[3.2,-5.8],[3.2,-5.5],[3.9,-5.4],[4.8,-4.5],[5.4,-3.6],[6.1,-3.1],[6.5,-2.6],[6.8,-2.6],[7.3,-2.6],[7.8,-2.8],[7.7,-3.2],[7.6,-3.1],[7.7,-3.3],[8,-2.9],[8.5,-2.4],[9.1,-2.8],[9.1,-3.3],[8.7,-3.5],[8.7,-3.5],[8.7,-3.5],[8.5,-3.5],[8.1,-3.4],[8,-3.3],[8.2,-3.5],[7.8,-3.6],[7.2,-3.6],[6.9,-3],[6.5,-2.7],[4.9,-2.2],[4.9,-3],[4.7,-3.8],[4.5,-4.6],[4.2,-3.9],[4.2,-3.1],[4.1,-2.5],[3.8,-1.4],[3.2,-0.3],[1.9,-0.7],[0.9,-1],[1.3,-0.3],[1.4,0.7],[1.9,1.2],[2.6,2],[3,2.4],[2.9,2.8],[2,3],[3.6,2.3],[3.7,2.1],[4.7,2],[4.8,1.2],[4.4,1.1],[4.4,0.9],[5.9,0.9],[7.1,-0.2],[7,-1.1],[6.9,-1.5],[6.3,-0.7],[5.5,0.7],[4.8,0.7],[4.9,1.3],[4.9,1.1],[5.2,1.8],[4.7,0.4],[4.8,-1],[5.3,-1.8],[4.2,-2.5],[4.3,-2.6],[4.6,-0.9],[3.8,1.4],[3.5,0],[2.8,-0.2],[1.5,-1.3],[1,-1.6],[2,-2.3],[2.8,-2.8],[3.4,-3],[3.3,-3.2],[3.6,-1.7],[3.8,-0.6],[4.2,0.9],[4.5,1.6],[3.8,2.2],[3.4,3.5],[3.5,4.6],[4.1,5.1],[4,4.4],[2.4,-1.4],[1.7,1.1],[2.5,1.5],[2.8,2.2],[2.9,2.6],[2.3,3.4],[0.6,3.8],[-0.7,1.8],[0,1.7],[1.2,-3.4],[4.1,-4.2],[4.8,-3.2],[4.7,-3.4],[5.1,-3.3],[5.1,-2.7],[5.1,-2.2],[4.9,-2.2],[4.8,-1.9],[4.4,-0.9],[4.4,-0.8],[3.3,-0.2],[3.1,0.5],[3.7,0.1],[2.3,-0.7],[2.4,-1.2],[3.2,-1],[3.4,-0.8],[3.5,-0.6],[3.7,-0.3],[2.6,-0.4],[2.4,-0.1],[3,-0.6],[1.3,-1.2],[0.9,-0.4],[0.5,0.1],[0.9,0.4],[0,1.2],[0,2.4],[-0.6,2.5],[-1.8,3.5],[-3,3],[-2.6,3.1],[-3.5,3.9],[-4.3,3.3],[-4.2,2.4],[-4.2,1.9],[-3.5,2.1],[-2.8,2.5],[-3.1,3.5],[-3.5,4.4],[-3.4,5.4],[-3.5,4.9],[-3.6,4.7],[-3.6,4.7],[-3.3,4.7],[-2.7,4.4],[-2.9,3.6],[-2.3,2.9],[-1,0.9],[-0.4,0.6],[1.6,0.3],[3.6,1],[4.2,0.9],[6.9,-0.6],[5.4,-6.6],[2.2,-8.9],[-1.5,-9.1],[-2.3,-8.4],[-2.3,-7.4],[-2.9,-6.4],[-3.2,-6.3],[-4.1,-6.1],[-4.4,-5.7],[-5.1,-5.3],[-5.1,-4.9],[-4.5,-4.3],[-3.8,-3.3],[-4.7,-2.2],[-4.3,-1.8],[-4.4,-2],[-4.3,-2.8],[-4.2,-3.2],[-4.1,-2.8],[-5.1,-3.4],[-5.6,-3.8],[-6.1,-3.8],[-6.4,-3.5],[-6.8,-3.2],[-7,-3],[-7.3,-3],[-7.5,-2.7],[-7.8,-2.2],[-7.9,-1.8],[-8,-1.6],[-8.3,-1],[-8.2,-0.6],[-8.1,-0.1],[-8,0.3],[-7.9,0.4],[-7.4,0.8],[-7.4,1.2],[-7.3,1.4],[-7.2,1.9],[-6.8,1.9],[-6.9,1.8],[-7,2],[-6.8,2.2],[-6.7,2.4],[-6.4,2.2],[-6.5,2.2],[-6.5,2.4],[-6.5,2.6],[-6.2,2.8],[-6.3,3],[-6.1,3],[-6.2,2.7],[-6.1,2.7],[-6.1,2.9],[-6.1,3],[-5.8,3.3],[-5.7,3.5],[-5,3.7],[-5,4.1],[-5.3,4.5],[-5.3,4.1],[-4.7,3.9],[-4.2,3.9],[-4.4,4.3],[-4,4.5],[-3.6,4],[-3.5,4.2],[-3.6,3.9],[-3.6,4],[-3.6,4.1],[-3.7,4.2],[-3.2,4],[-2.3,4.1],[-1.9,4.8],[-2.6,5.3],[0.7,1.3],[0.8,1],[1.1,0.7],[0.3,0.7],[-0.4,1],[0.3,1.2],[0.4,1],[0.3,1],[0.6,0.9],[0.8,0.6],[0.7,0.7],[0.6,0.4],[0.6,0.5],[0.6,-0.1],[-1,0.2],[-1.1,0.2],[-1,-0.3],[-0.7,-0.5],[-0.6,-0.4],[-1.1,-0.2],[-1,-0.3],[-0.5,0],[-0.2,0.5],[-0.1,0.5],[0.4,0.2],[1.1,0.3],[-0.1,-0.1],[0.1,-0.7],[-0.5,-1],[-0.7,-0.6],[0.1,-0.9],[0.2,-0.7],[-1.1,0.4],[-1.2,1.6],[-2.4,-0.2],[-3.5,0.4],[-5.2,-1],[-2.2,2],[-3.2,2.1],[-5.4,0],[-3.2,0.3],[-2,-0.2],[-4.2,-0.6],[-6,0.3],[-6.1,0.8],[-6.2,1.5],[-6.7,1.2],[-7.4,1.1],[-7.2,0.8],[-7,1.3],[-7.3,1.8],[-7.4,2.3],[-7.5,2.2],[-7.3,1.9],[-6.6,2],[-6.6,2.7],[-6.8,2.3],[-6.6,2.3],[-6.5,2.3],[-6.6,2.4],[-6.6,2.8],[-6.5,2.9],[-6.8,3.3],[-6.8,3.7],[-6.7,3.9],[-6.6,3.7],[-5.9,3],[-5.1,2.9],[-4.6,2.3],[-3.8,2.1],[-3.4,1.9],[-3.4,1.5],[-3.3,1.7],[-3.7,1.9],[-4.4,1.6],[-4.3,1.3],[-4.4,2],[-4.3,3.1],[-4.5,3.2],[-3.7,3.3],[-2.3,3.2],[-2.6,3.3],[-2.3,3.2],[-1.5,3.1],[-1,3],[-0.4,3.1],[0.6,3.1],[0.2,3.2],[-0.3,3.3],[-0.5,2.8],[0.3,2.3],[-1.2,0.6],[-0.7,-0.7],[0.9,-0.2],[3.6,-1.2],[4.3,-0.8],[3.7,-1.5],[3.7,-2],[4.5,-2.5],[4.4,-3.1],[4,-3.2],[3.6,-2.5],[4.3,-1.8],[3.2,-1.1],[5,-2.1],[1.5,-1.1],[3.1,-0.6],[2.7,-1.6],[3.3,-1.5],[3.5,-0.9],[2.3,-0.6],[3.1,-1.2],[-1.9,-2.7],[2.6,0],[2.6,-0.9],[2.5,0.1],[2.1,0.6],[2.9,0.4],[1.3,-2.8],[6.1,-5.4],[6.3,-6.7],[5.4,-7.2],[4.8,-7.8],[3.5,-8.3],[2.5,-8.6],[1.6,-8.7],[1.7,-8.5],[2.1,-8.4],[2.4,-8.1],[2.6,-7.7],[2.8,-7.3],[3.3,-6.6],[3.9,-6.3],[3.2,-6.1],[2.7,-6.3],[2.1,-6],[2.4,-5.3],[2.7,-5.1],[3.7,-4.3],[4.7,-3.6],[4.8,-3.3],[5.2,-3.6],[5.5,-3.5],[5.9,-3.3],[6.3,-3.3],[6.4,-3.4],[6.7,-3.3],[6.9,-3.1],[7.2,-2.9],[7.5,-2.9],[7.8,-2.8],[8.3,-2.7],[8,-2.7],[7.9,-2.7],[7.8,-2.8],[7.4,-3],[7.4,-3.2],[7.4,-3.3],[7.3,-3.2],[7,-3],[6.8,-2.5],[6.4,-2.2],[6.2,-2.2],[5.6,-2.5],[5.1,-2.8],[4.7,-3.7],[4.3,-4.1],[3.8,-3.8],[3.9,-3.1],[4.1,-2.1],[4.4,-1],[4.2,0.1],[3.6,0.6],[3.3,0.2],[3.3,0],[2.8,1.1],[3,1.2],[3,1.5],[2.5,1.9],[2.5,1.6],[1.7,-1],[3.9,-0.8],[3.7,0.6],[4.5,1.7],[4,1.6],[4.3,1.2],[6.4,1.2],[6.7,1.1],[7.3,-0.6],[7.6,-0.5],[5.8,-0.6],[4.8,0.3],[4.7,1],[4.8,1.4],[4.5,1.4],[4.3,1.6],[5.2,1.4],[4.3,-0.6],[2.5,0.3],[-0.2,-2.3],[1,-3],[1.5,-2.5],[2,-0.6],[0.5,3.3],[0.7,2.1],[-0.4,1.3],[0.3,0.5],[1.3,-1.7],[1.8,-2.5],[2.5,-2],[2.6,-1.6],[3,-0.7],[3.2,0.4],[3.4,1.4],[3.8,1.6],[4,1.7],[3.4,2.4],[3.3,2.8],[3.3,3.7],[3.2,4.3],[3.5,4.4],[2.7,3.8],[1.9,3],[2.2,2.8],[2.7,3.3],[2.6,4.3],[0.3,1.6],[0.9,0.6],[1.6,-3.9],[0.5,-2.3],[3.4,-5.6],[4.5,-3.6],[3,-3.5],[4.1,-3.2],[4.3,-3],[4.7,-2.1],[4.2,-1.6],[3.9,-1.7],[3.8,-1.3],[2.4,-0.3],[3.5,-0.1],[3.7,-0.7],[1.8,-0.2],[2.2,-1.3],[2.9,-1.1],[2.7,-0.8],[2.5,-1],[2.6,-1],[2.5,-0.5],[2.8,-0.1],[2.7,-0.1],[2.3,-0.2],[2.3,-0.6],[1.4,-0.8],[1.3,-0.3],[1.1,0.3],[1.1,1.1],[1.1,2.1],[1,2.9],[0.1,3.3],[-1.1,3.5],[-2.3,3.5],[-0.9,4.1],[-4.6,2.8],[-3.7,1.8],[-3.6,2.9],[-4,1.8],[-3.4,2.3],[-2.3,3],[-1.6,3.4],[-1.3,3.9],[-3.1,3.6],[-2.6,3.3],[-3.8,3.5],[-3,3.8],[-3,3.5],[-2.8,2.7],[-1.5,1.2],[0,0.4],[-0.3,-0.6],[1.3,-2.5],[2.3,-1.5],[5,1.5],[6.1,0.5],[5.8,-3.7],[3.7,-7.8],[-0.9,-9.1],[-1.9,-8.3],[-3,-7.2],[-2.9,-6.4],[-3.7,-5.9],[-4.1,-5.4],[-4.5,-5.2],[-5.2,-5.1],[-5.7,-4.9],[-5.6,-4.4],[-5.2,-3.7],[-4,-3.6],[-4,-2.9],[-4.6,-2.3],[-4.9,-2.6],[-4.9,-2.8],[-5.1,-2.9],[-5.7,-3.3],[-6,-3.4],[-6.4,-3.2],[-6.9,-3],[-7,-2.8],[-7.2,-2.8],[-7.6,-2.5],[-7.7,-2.3],[-7.9,-1.8],[-8,-1.6],[-8.3,-1.1],[-8.4,-0.5],[-8.6,-0.2],[-8.7,0.2],[-8.5,0.7],[-8.4,0.8],[-8,1.1],[-7.7,1.3],[-7.3,1.6],[-7.4,1.6],[-7.5,1.9],[-7.1,2.2],[-7.2,2.7],[-7.1,2.5],[-7.2,2.2],[-6.9,2.2],[-6.5,2.7],[-6.4,2.9],[-6.2,3.4],[-6.3,3.6],[-6,3.3],[-6.5,3.1],[-6.5,2.8],[-6.3,3.1],[-6.3,3.2],[-6.2,3.2],[-6.1,3.2],[-5.9,3.4],[-6,3.5],[-5.5,3.5],[-5.4,3.3],[-5.3,3.5],[-5.3,4.2],[-5.3,4.6],[-4.4,4],[-4.5,4],[-4.1,4],[-3.8,3.8],[-3.5,3.7],[-3.5,3.5],[-3.7,3.4],[-3.6,4],[-3.2,3.7],[-2.6,4.1],[-2.4,4.9],[-2.4,5.6],[-2.6,5.7],[0.8,-0.1],[-0.3,-0.7],[-0.8,-0.4],[0,0.7],[-0.2,0.9],[-0.1,0.9],[0.3,0.9],[0.3,0.9],[0.7,0.8],[0.6,0.9],[0.3,0.9],[0,0.2],[0.3,0.8],[0.8,-0.1],[-0.9,-0.1],[-1,-0.8],[-1.1,-0.4],[-0.8,-0.4],[-0.9,-0.2],[-1,0],[-1.1,0.1],[-0.2,0.2],[-0.1,0.4],[0.1,0.9],[0.4,0.7],[-0.6,-0.2],[-0.7,-0.5],[-0.8,-0.5],[-0.2,-0.8],[-0.2,-1.2],[-0.2,-1.2],[0.5,-0.9],[0.8,-0.2],[-1.3,-0.6],[-1.6,1.2],[-6.5,-0.2],[-6.2,0.8],[-5.3,1.8],[-4.7,1.9],[-5.2,1.8],[-2.3,0.2],[-3.2,0],[-1.9,-0.6],[-5.5,1.2],[-6.1,1.6],[-6.1,1.9],[-6.6,1.9],[-7.4,1.6],[-7.3,1.2],[-6.7,1.7],[-6.9,1.9],[-7.3,1.5],[-7,2],[-7,2.2],[-6.6,2.9],[-6.6,3.2],[-6.8,3.2],[-6.4,3.1],[-6.6,3.5],[-6.7,3.3],[-6.3,3],[-6.4,3.3],[-6.4,3.5],[-6.1,3.6],[-6.1,4],[-5.7,3.7],[-5.6,3.7],[-5.2,3.2],[-4.9,3],[-4.8,2.6],[-4.1,2.1],[-3.8,2],[-3.2,1.7],[-3,1.9],[-3.5,1.9],[-3.8,2.2],[-3.5,2.5],[-3.4,2.8],[-3.2,3],[-3.2,3.6],[-3,4],[-3.1,3.6],[-2,3.3],[-1.1,3.8],[-0.4,4],[0.3,4.5],[0.8,4.9],[0.3,4.8],[-0.6,3.9],[-0.8,3.6],[-0.6,2.7],[-0.8,-0.2],[-1,-0.9],[0.3,0.1],[3,0.7],[3.6,0.2],[3,-0.5],[3.7,-0.9],[3.4,-0.8],[3.9,-1.6],[3.8,-2.3],[4,-2.1],[3.7,-1.5],[3.9,-0.6],[1.8,1],[3.6,-1.1],[2.7,-1.6],[1.6,-2.4],[2.1,-1.6],[2.6,-1.2],[4.4,0.4],[1.5,0],[0.2,-0.9],[4,0.1],[2.2,2.1],[1,0.3],[2.3,-0.3],[2.3,-0.4],[3.6,-5.7],[4,-6.7],[4,-7.3],[3.8,-8.4],[2.9,-8.9],[2,-8.8],[1.1,-8.9],[0.4,-8.7],[0.3,-8.9],[0.7,-8.6],[1.2,-8.1],[1.5,-7.4],[1.7,-6.7],[1.9,-6.3],[2,-6.6],[1.9,-6.8],[1.5,-6],[1.3,-5],[1.1,-4.9],[1.2,-5],[2.9,-4.7],[3.7,-4.1],[3.5,-4.2],[4.3,-3.3],[4.3,-2.7],[4.6,-2.9],[5,-2.7],[5.1,-2.8],[5.3,-3.1],[5.7,-3.2],[6.1,-3.1],[6.5,-2.8],[6.8,-2.3],[7.1,-2.1],[6.9,-2.8],[6.7,-3.5],[7.1,-2.9],[6.8,-2.9],[6.9,-2.8],[6.5,-3.1],[6.9,-3],[6.9,-2.5],[6.4,-2],[5.9,-2],[5.6,-2.1],[5.6,-2.3],[5.3,-2.3],[4.8,-3],[4.2,-3.6],[4,-2.9],[4.1,-2.1],[4,-2],[4.4,-0.9],[4.7,-0.1],[4.3,0.6],[4,0.4],[4.2,0.3],[4.2,0.4],[4.1,0.8],[4.1,1.4],[4.8,1.3],[4.6,1.2],[2.1,-2],[6.6,-1.5],[8.2,-2.5],[6.6,-0.7],[6.7,-0.9],[8.4,-1.2],[7.6,-0.1],[6.7,-0.4],[4.9,-0.3],[5.2,-0.3],[4,0.6],[3.2,1.4],[4.2,2],[2.4,1.5],[3.7,1.5],[2.1,1.9],[5.1,3.5],[5.3,2.5],[5.1,-1.3],[0,0.2],[-0.9,1.1],[-0.2,0.7],[2.3,2],[2,-0.9],[-2,0.8],[-0.7,1.5],[1.5,-1.2],[2.8,-3.1],[2.3,-1.8],[2.5,-1.3],[2,-0.3],[2.6,0.1],[2.7,1.2],[2.9,1.6],[3.4,1.7],[3.2,2.1],[3.4,3.4],[2.7,3.5],[3.6,3.9],[1.7,2.4],[0.7,3],[0,2.2],[-0.5,4.3],[1.3,3.9],[2.3,3.7],[0.4,1.4],[-0.3,-1.2],[0.3,-2.9],[1.1,-4.5],[3.6,-3.5],[3.2,-4.5],[3,-3.7],[3.4,-3.2],[3.6,-2.8],[3.6,-2.8],[4.3,-3],[3.4,-0.2],[2.7,-2.6],[4.5,-0.5],[1.1,-0.6],[3.7,-3.6],[3.2,-1.6],[3.1,-1.8],[2.6,-1.8],[2.3,-2.8],[2.2,-2.2],[2.3,-2.1],[2.9,-1],[2.5,-1.1],[2.7,-1],[3.4,-0.8],[2.6,-0.8],[1.5,-1.3],[1.5,-1.1],[1.4,-1.2],[1.4,-0.3],[1.8,1.4],[2,2.2],[1.9,1.8],[2.5,2.2],[1.5,2.3],[-1.4,1.1],[-1.2,1.3],[-3,1],[-3,1],[-2.6,0.6],[-2.3,0.8],[-1.5,1.7],[-1.1,2.2],[-1.2,2.9],[-0.4,2.5],[-0.7,3],[-0.9,3.9],[-0.4,3.9],[-1,3.8],[-0.4,0.8],[1.4,-0.4],[1.8,-1.2],[2.3,-1],[2.6,-1],[2.9,-1],[4.5,-0.3],[5.9,0.9],[5.5,-2.1],[4.7,-6.2],[-0.3,-8.9],[-1.7,-8.3],[-2.4,-7.4],[-3.3,-6.4],[-3.8,-5.5],[-4.5,-5],[-4.6,-4.6],[-5.1,-4.8],[-6,-4.6],[-5.9,-4.2],[-6.1,-3.7],[-5.7,-2.8],[-5.1,-2.2],[-4.9,-2.3],[-5.5,-2.3],[-5.8,-2],[-5.7,-1.8],[-6.2,-2.3],[-6.6,-2.5],[-6.7,-2.2],[-7.3,-2.4],[-7.3,-2.3],[-7.3,-2.2],[-7.8,-2.2],[-8,-2.1],[-8.1,-1.5],[-8.3,-1.1],[-8.3,-0.8],[-8.6,-0.3],[-8.7,0.1],[-9,0.7],[-8.8,1.1],[-8.9,1.3],[-8.8,1.7],[-8.1,1.8],[-7.8,1.8],[-7.4,1.8],[-7.4,2.1],[-7.3,2.1],[-7.3,2.5],[-7.3,2.4],[-7.3,2.8],[-6.8,3.2],[-6.4,3],[-6.6,3],[-6.5,3],[-6.3,3.2],[-6.2,3.2],[-6.4,2.8],[-6.5,2.7],[-6.3,3],[-6.2,3.1],[-6.2,3],[-6.1,2.7],[-6.1,2.6],[-6,2.8],[-6.3,2.9],[-5.5,3],[-5.4,3.2],[-5.4,3.1],[-5.3,3.3],[-5.1,3.6],[-4.7,3.8],[-4.4,3.6],[-4.1,3.6],[-3.7,3.8],[-3.5,3.2],[-3.6,3.4],[-3,3],[-2.7,3.3],[-2.5,3.8],[-2.4,4.6],[-2.6,5.1],[-2,4.9],[-0.3,2],[0.1,1.1],[1.1,0.4],[0,0.8],[-0.2,0.9],[-0.5,0.8],[-0.1,0.8],[0.2,0.9],[0.3,0.9],[0.3,0.9],[0.3,0.8],[0.3,1],[0.5,1.4],[0,0.5],[-0.5,0.4],[-0.9,-0.1],[-1.4,-0.8],[-1.4,-0.3],[-0.8,0],[-0.6,0],[-0.8,-0.2],[-1.1,0.3],[-0.5,0.8],[-0.3,1],[-0.1,1.1],[-0.6,0.6],[-0.8,-0.3],[-0.8,-0.2],[-0.9,-0.1],[-0.1,-0.9],[0.2,-1.1],[0.1,-1.3],[0.8,-0.4],[0.9,0.9],[-0.3,1.3],[-0.9,0],[-1,-2.8],[-2.8,-0.5],[-3.1,1.2],[-2.8,0.1],[-2.8,-0.1],[-2.3,-0.1],[-5,0.1],[-2.1,1.4],[-1.7,1.4],[-5.9,2],[-6.2,2.1],[-6.9,2],[-7.6,1.4],[-7.3,1.5],[-6.9,1.8],[-6.6,1.6],[-6.4,1.8],[-6.9,1.5],[-6.8,1.3],[-6.5,2.5],[-6.5,2.9],[-6.7,3.2],[-6.5,3.3],[-6.5,3.8],[-6.6,3.7],[-6.1,3.5],[-6,3.6],[-6.2,4],[-6,4.1],[-5.7,4.2],[-5.3,4.2],[-5,3.8],[-4.5,3.8],[-4,3.7],[-3.7,3.8],[-3.8,3.3],[-3,3.1],[-3.3,2.7],[-2.9,2.1],[-2.9,2.2],[-3.1,2.4],[-3.3,2.5],[-2.6,3],[-2.4,3],[-2.3,3],[-2,3.3],[-2,3.5],[-1.8,3.8],[-0.9,3.9],[-0.5,4.5],[-0.2,4.4],[0,4.2],[-0.8,3.6],[-0.6,3.3],[-0.2,3.1],[-0.9,2.8],[-0.7,0.4],[0.9,-0.2],[1.6,0.4],[2.7,0.5],[1.8,0.6],[2.5,0.5],[4.2,-0.3],[3.8,-1],[3.4,-1.1],[3.7,-1.2],[3.6,-1.2],[3.7,-1.1],[4.1,-1.5],[-0.2,0.6],[0.2,-1.5],[1.2,-2.3],[0.9,-2.3],[3.2,-1.2],[1.6,0.9],[-0.2,-1.6],[2.7,1.3],[1.6,1.9],[3.6,2.2],[2.2,2.1],[0.8,1.2],[0.5,-0.8],[1.4,-0.8],[1.9,-5.6],[2.4,-7],[2,-8.3],[2,-8.8],[1.3,-8.6],[0,-8.7],[-0.2,-8.6],[-1.2,-9],[-1,-8.8],[-0.2,-8.4],[0.4,-7.7],[0.6,-6.8],[0.3,-6.3],[0.4,-6.1],[0.6,-5.9],[0.5,-6],[0.8,-5.5],[-0.2,-6],[-0.6,-6.2],[0.7,-5],[1.7,-4.2],[1.9,-4.2],[2.7,-4.1],[3.3,-3.7],[3.2,-3.6],[3.4,-3.3],[3.6,-3.3],[3.7,-3.3],[4,-2.9],[4.5,-2.7],[5.2,-2.4],[5.7,-2.1],[5.7,-2.2],[5.4,-2.9],[5.8,-2.6],[6,-2.4],[6.1,-2.9],[6.4,-2.3],[6.4,-2.9],[5.8,-3],[6.2,-3.5],[6.5,-3.4],[6.3,-2.5],[5.6,-1.5],[5.5,-1.9],[5.7,-1.8],[5.1,-1.9],[4.6,-2.5],[4.6,-2.9],[4.2,-2.6],[4.8,-2.6],[4.2,-1.9],[4.2,-1.1],[4.5,-0.3],[4.4,-0.4],[4.4,0.3],[4.7,0.4],[5.2,-0.2],[5.6,0.2],[5.6,0.3],[6.2,-1],[7.5,-1.5],[4.9,-0.8],[7.1,-1.5],[9.8,-2.4],[9.3,-2.4],[7.7,-3.8],[9.7,-2.3],[6.4,2.1],[2.7,3.9],[2.5,3.7],[2.6,0.3],[1.3,3.5],[0.4,2],[0.2,0.6],[-1.6,-1.7],[1.1,2.1],[3.2,-0.8],[0.2,-0.6],[-0.5,-1.6],[1.6,-1.2],[2.1,-1.4],[1.6,-0.8],[1.6,-2.5],[1.6,-3.9],[1.6,-2.9],[3,-0.4],[0.1,-2.3],[2.1,-2.7],[2.1,-3],[1.9,-2.8],[3.8,-1.2],[0.9,0],[1.7,0.9],[1.6,1.8],[2.2,2],[2.7,2.3],[3.3,3],[1.6,0.9],[0.4,1.4],[1,1.5],[1.3,1.1],[1.5,-0.7],[0.2,-0.2],[-2.4,4],[-0.6,4.4],[0.9,1.6],[-0.8,-1],[0,-4.7],[1.8,-6.2],[3.7,-3.9],[3.3,-2.3],[2.6,-3.6],[2.3,-3.5],[3,-2.5],[3.6,-2.2],[2.8,-2.5],[1.7,-1.8],[2.7,-4.4],[1.2,-1.3],[4,-2.7],[4.6,-2.7],[4.2,-2.8],[3.9,-4.1],[3.3,-2.7],[2.4,-2.3],[2.2,-3.3],[2.1,-3.9],[2.7,-3.7],[3.4,-2.8],[2.2,-3.2],[3.5,-2.2],[2.9,-1.3],[4.1,-3.3],[3.3,-2.1],[2.8,-2.5],[2.7,-2.3],[3.9,-0.5],[3.6,1],[3,1.8],[3.3,1.8],[3.4,1],[2.5,1.4],[0.1,0.9],[-0.1,0.4],[-0.3,1.6],[-2.1,2],[-2,1.8],[-1.6,2.4],[-0.9,1.7],[-0.2,2.2],[0,1.2],[-1,2],[0.4,1.9],[1.1,2.2],[1.3,2.5],[0.8,1.7],[2.3,1.3],[2.6,-0.6],[2.6,-1.8],[3.3,-2.7],[3.6,-2.8],[3.7,-2.4],[5.3,-2],[5.6,-3.5],[3.8,-6.8],[0.5,-8.8],[-1.4,-8],[-2.4,-7],[-3.1,-6.1],[-3.7,-5.1],[-4.5,-4.4],[-5.1,-3.9],[-5.4,-3.5],[-5.7,-3.5],[-6.1,-3.3],[-6.2,-3],[-6.4,-2.5],[-5.8,-2.1],[-5.6,-1.7],[-5.5,-1.6],[-5.9,-1.5],[-6.3,-1.1],[-6.6,-1.4],[-7,-1.7],[-7,-1.5],[-7.4,-1.5],[-7.8,-1.7],[-7.8,-1.7],[-7.8,-1.9],[-8,-1.8],[-8.2,-1.5],[-8.2,-1.2],[-8.3,-0.9],[-8.3,-0.5],[-8.4,0],[-8.8,0.6],[-8.9,1.2],[-9,1.6],[-8.9,1.8],[-8.4,1.8],[-8.3,2.1],[-7.8,2.1],[-7.2,2.1],[-7.3,2.2],[-7.2,2.1],[-7.3,2.5],[-7.1,2.5],[-7.1,3.1],[-6.7,3],[-6.6,3],[-6.7,2.9],[-6.6,3.1],[-6.7,2.9],[-6.3,2.6],[-6.3,2.9],[-6.1,3.2],[-5.8,3.1],[-5.8,2.8],[-6,2.8],[-5.9,2.8],[-6,2.5],[-5.8,2.5],[-6,2.6],[-5.5,2.7],[-5.3,2.8],[-5.2,2.7],[-4.9,2.9],[-4.5,3.6],[-4.6,3.7],[-4.2,3.9],[-3.9,4.1],[-3.5,4.2],[-3.4,4.1],[-3.6,3.9],[-2.7,3.7],[-1.9,3.9],[-2.8,4.5],[-2.8,4.8],[-2.3,4.3],[-1.6,4.7],[0.3,0.3],[0.2,0.6],[-0.1,-0.1],[0.2,0.7],[0.1,1],[-0.6,0.8],[-0.6,0.7],[0.2,0.7],[0.7,0.7],[0.3,0.8],[0.1,1],[0.4,1],[-0.3,0.6],[-0.4,0.3],[-0.9,-0.2],[-1.2,0],[-1.2,0],[-1.1,0.4],[-0.9,0.4],[-0.9,0.2],[-1.1,0.4],[-0.5,0.8],[-0.3,0.9],[0.2,1.1],[-0.5,0.8],[-0.9,0.4],[-1,-0.3],[-0.6,-0.4],[-1,0],[-0.8,0.2],[-0.4,-0.9],[0.3,-1.4],[0.2,-1.4],[0.3,-1.9],[-0.1,-1.6],[1.3,-1.2],[0,-0.6],[-0.9,0.2],[-6.5,-2.9],[-4.4,-2],[-1.8,0],[-1.8,0.6],[-6.3,2.5],[-4.5,2],[-2,1.6],[-6.8,1.6],[-6.1,1],[-6.7,0.3],[-6.9,1.1],[-6.9,1.8],[-6.7,2],[-6.6,2.4],[-6,3.7],[-6.9,2.8],[-6.4,2.5],[-6.1,2.3],[-6,2.8],[-6.1,3.3],[-5.8,3.6],[-5.4,3.5],[-6,3.8],[-5.8,4],[-5.8,4.2],[-5.8,4.4],[-5.9,4.8],[-5.5,4.7],[-5.1,4.8],[-4.7,4.8],[-4,4.7],[-3.5,4.2],[-3.1,3.8],[-3.1,3.5],[-2.5,3.3],[-2,2.9],[-2.2,2.7],[-1.9,2.4],[-1.8,2],[-1.6,2.1],[-1.5,2.2],[-1.8,2.7],[-1.4,3.5],[-1,3.6],[-0.7,3.3],[0,2.8],[-0.1,3],[-0.1,3.3],[-0.3,3.1],[-0.5,2.6],[0.2,2.8],[0.9,2.6],[0.6,1.9],[-0.8,1.6],[0.2,0.5],[0.9,0.1],[1.8,0.4],[1.3,-0.2],[2,0.4],[3,0.9],[3.6,-0.3],[3.2,-0.8],[3.1,-0.6],[3.3,-0.9],[3.6,-1.4],[3.4,-1.4],[3.4,-1.3],[0.1,-1],[0.3,-1.2],[-0.4,-1.4],[3.5,-0.6],[-0.1,-1.3],[4.7,0.8],[3,0.6],[1.2,0],[1.6,0.7],[1.7,0.8],[1.9,0.3],[-0.8,-1],[-1,-0.8],[0.1,-2.5],[0.6,-6.6],[0.3,-7.3],[-0.7,-7.1],[0.4,-7.9],[-0.6,-8.4],[-2.3,-9.1],[-1.5,-9.1],[-2,-8.7],[-2.1,-8.5],[-0.9,-7.8],[0,-7],[-0.5,-6.4],[-0.9,-5.9],[-0.7,-5.3],[-0.8,-5.3],[-0.9,-4.5],[-1.6,-5.3],[-1.6,-5.3],[-1,-4.6],[0.2,-4.1],[0.6,-3.7],[0.7,-3.4],[1.2,-3.4],[1.8,-3.4],[2.1,-3.5],[2.2,-3.6],[2.3,-3.4],[2.7,-3.1],[3,-3],[3.5,-2.6],[4.1,-2.4],[4.3,-2.6],[4.4,-2.4],[5.2,-0.9],[4,-2],[4.9,-2.7],[5.2,-3.4],[5.2,-4.2],[5.9,-3.6],[4.6,-4.5],[5.5,-4.9],[6.5,-3.2],[5.8,-3],[5.3,-2.9],[4.9,-2.9],[4.9,-2.4],[5,-2.4],[5.1,-2.2],[5.1,-2.2],[4,-2.3],[4.7,-2],[5.3,-2.2],[5.2,-1.1],[4.8,-0.3],[4.7,-0.2],[4.9,0.3],[5.2,0.4],[6.2,0.3],[6.5,0],[6.5,-1.7],[5.4,-2],[4.9,-2],[4.7,-1.9],[4.2,-0.5],[6.8,0.2],[6.8,-1.7],[4.7,-3.7],[1.2,-2.2],[0.6,-2.4],[2.3,-2.2],[4.2,-1.3],[2.8,-0.8],[1.7,-0.3],[3.2,-2.9],[4,-2],[4.9,0.3],[3.6,2.6],[3.3,2.8],[1.8,2.5],[0,-0.3],[1.5,-1.6],[2.7,0.3],[2.6,0.1],[1.7,0.6],[1,0.6],[1.6,0.4],[2.8,1.3],[2.5,-1.1],[2.1,-2.5],[3.1,-2.8],[2.9,-3],[2.7,-2],[1.6,-1.9],[1.3,1.2],[1.5,2.7],[1.5,3.1],[2,2.5],[2.9,2.9],[3.7,2.6],[1.8,0.3],[0.8,0.7],[2.3,0.1],[-0.1,0.5],[1,-0.1],[-0.3,1.1],[-0.1,1.3],[-1,-1.1],[0.7,-0.4],[-1.5,-7.9],[3.9,-6.7],[5,-2.7],[3.2,-0.3],[1.6,-1.8],[1,-3.8],[1.7,-3.7],[3.5,-3.3],[2.5,-0.4],[0.8,-1.6],[3.2,-4],[3.7,-3.3],[4,-3],[4.2,-3.2],[4.2,-3.9],[3.2,-4.2],[3.4,-4.2],[2.6,-4.2],[2.5,-4.1],[2.3,-3.6],[2.9,-3.1],[3.6,-3.3],[2.7,-2.4],[3.4,-1.7],[2.8,-1.9],[3.7,-1.6],[3.4,-2.7],[3.8,-2.7],[2.5,-1.3],[4.1,-0.1],[4.1,-1],[3.8,0.8],[4.7,-1.2],[3.3,-1.2],[2.6,-1.2],[2.5,-0.3],[1.5,-0.6],[0.5,-0.9],[0.4,-0.5],[0.1,-1.2],[-0.5,-0.7],[-0.9,0.6],[0.1,1.5],[-0.1,2.8],[-0.4,0.8],[1.3,0.9],[1.8,0.9],[1.9,0.4],[1.5,-0.6],[2.1,-1.3],[2.8,-1.4],[3.1,-2.4],[2.8,-3],[2.3,-4],[2.3,-4.6],[2.5,-5.1],[1.7,-6.2],[0.8,-6.7],[-0.6,-6.7],[-2,-6.1],[-3.2,-5.5],[-3.6,-4.8],[-4,-4],[-5.1,-3.2],[-5.4,-2.6],[-5.9,-2.3],[-6.1,-2.1],[-6.2,-1.9],[-6.6,-1.9],[-6.6,-1.6],[-6,-1.3],[-5.7,-1.3],[-5.7,-1],[-6.1,-0.9],[-6.8,-1],[-7.1,-0.9],[-7.4,-0.8],[-7.4,-1],[-7.9,-1.2],[-8.3,-1.3],[-8.3,-1.5],[-8.1,-1.5],[-8.1,-1.5],[-8.1,-1.1],[-8.2,-0.7],[-8.1,-0.4],[-8.1,0.2],[-8.4,0.6],[-8.7,1.2],[-8.9,1.4],[-8.9,1.5],[-9.1,1.9],[-8.6,2.1],[-8.3,2.4],[-7.8,2.4],[-7.5,2.5],[-7.3,2.6],[-7.1,3.3],[-7.2,3.2],[-7.3,3.7],[-7.1,3.3],[-6.7,2.9],[-6.3,3.1],[-6.5,3.1],[-6.5,3],[-6.6,3.5],[-6.2,3.6],[-6,3.6],[-5.8,3.6],[-5.4,3.5],[-5.3,3.1],[-5.3,3],[-5.5,2.9],[-5.3,2.7],[-5.2,2.9],[-5.2,3.1],[-5.1,3.6],[-4.8,3.4],[-4.7,3.4],[-4.3,3.3],[-4,3.6],[-3.8,3.9],[-3.5,4.6],[-3.9,4.8],[-3.2,4.8],[-3,4.7],[-3.4,4.2],[-2.5,3.8],[-2.2,4.6],[-2.4,4.5],[-2.8,4.5],[-1.7,4.2],[0.9,2.8],[-0.2,0],[1.1,0.6],[0.3,-0.1],[0.4,0.5],[-0.1,0.8],[-0.8,0.8],[-0.8,0.6],[-0.2,0.8],[0.5,0.9],[0.6,0.7],[-0.3,0.8],[-0.5,0.4],[-0.9,0.4],[-1.1,0.3],[-0.9,-0.3],[-1.1,0.2],[-1.1,0.6],[-1,0.6],[-1,0.7],[-1.2,0.3],[-0.6,0.6],[-0.5,0.9],[0.1,1],[0.2,1],[-1.1,0.2],[-0.8,-0.6],[-0.9,-0.2],[-1,-0.3],[-0.2,-0.8],[-0.8,0],[-0.7,-0.5],[-0.2,-1],[-0.7,-1.3],[-0.8,-1],[0.3,-1.5],[0.5,-1.2],[0.5,-1.8],[-1.7,-0.9],[-8.2,-1.7],[-7.1,-1.9],[-2,-0.3],[-2.6,1.5],[-2.5,0.1],[-4.7,2.8],[-5.5,2.6],[-6.5,1.9],[-6.4,1.8],[-6.3,2],[-6.1,2.8],[-6.5,3],[-6.5,2.7],[-6.2,3],[-6.5,2.6],[-6.8,1.4],[-6.5,2.2],[-6,2.7],[-5.7,3],[-5.6,3.3],[-5.6,3.8],[-5.1,3.6],[-5.2,3.7],[-5.3,4.1],[-5.1,4.3],[-5.1,4.5],[-5.3,4.9],[-5.2,5.2],[-4.9,5.1],[-4.7,4.9],[-4.3,4.6],[-3.5,4.1],[-3.1,3.8],[-2.6,3.4],[-2.2,3.2],[-1.8,2.9],[-1.5,3],[-1.1,2.7],[-0.8,2.5],[-0.8,3.5],[-0.6,4.2],[-0.2,3.8],[-0.1,3.6],[-0.1,3.2],[-0.6,3.1],[1.2,2.8],[1.6,2.4],[0.9,2.5],[1.5,2.3],[1.3,2.1],[1.6,2.3],[1.5,2.5],[1.2,2.1],[-0.6,0],[0.2,0.6],[1.3,1.1],[1.9,0.4],[2.3,0.4],[2,0.7],[3,0],[3.3,-0.6],[2.9,0],[3.1,-0.3],[3.1,-0.6],[3.5,-0.8],[3.4,-0.5],[3,-0.5],[0.6,0.3],[-0.2,-0.2],[0.4,0.5],[3.8,-1.5],[1.6,-0.8],[2.7,0.4],[3.3,1.6],[3.4,1.5],[3.3,0.9],[0.9,0.4],[1.8,0.4],[1.8,0.5],[-0.8,-0.1],[-4,-5.1],[-1,-7.1],[-0.4,-7.1],[-1.2,-6.5],[-2.1,-7.3],[-2.8,-7.7],[-3.2,-7.6],[-3,-8.3],[-3.3,-8.4],[-2.6,-7.8],[-1.4,-7.1],[-0.9,-6.7],[-1.6,-6.3],[-1.3,-5.5],[-1.4,-4.8],[-1.8,-4.1],[-2.8,-5],[-2.8,-5.3],[-1.5,-4.1],[-1.5,-3.4],[-0.5,-3],[-0.4,-3],[-0.7,-3.5],[-0.1,-3.5],[0.4,-3.3],[0.8,-3.3],[1.1,-3.2],[1.3,-2.8],[1.5,-2.7],[1.8,-2.4],[2.3,-2.3],[2.6,-2.3],[3,-2.1],[3.5,-2.1],[3.4,-3.3],[2.3,-4],[1.8,-4.8],[4,-4.3],[5.2,-3],[4.9,-4.5],[4.6,-3.5],[4.6,-2.8],[5.1,-3.7],[4.5,-3.7],[4.4,-4.1],[4.1,-3.5],[4.2,-3],[4.2,-3.1],[4.5,-2.6],[4.5,-2.4],[4.2,-2.3],[4.6,-1.6],[5.2,-1.4],[5.8,-1.6],[4.9,-1],[5.5,0.1],[5,0],[5.9,-0.1],[6.3,-0.5],[5.4,-2.1],[5,-2.2],[4.2,-2.6],[4.5,-2.6],[4.3,-2.7],[5.4,-1],[5.3,0.2],[2.4,3.1],[3.3,-0.2],[4.3,-5.7],[6.7,-4.4],[7.8,-3.9],[8.6,-2.2],[7.4,-3.3],[6.8,-5.1],[6.2,-4.8],[6.8,-3],[6.9,-2.3],[5.6,-3.8],[7.2,1.3],[2.8,2.7],[2.8,-0.6],[5.3,-1.2],[-2.2,-1.1],[3,1.4],[2.5,1.5],[1,1.3],[1.7,0.9],[1.5,-0.2],[2.7,-1.9],[3.4,-3.1],[3.1,-2.5],[2.2,-2],[1.7,-0.5],[1.3,0.5],[1.1,0.5],[3.1,0.4],[-1.3,1.9],[1.8,2.1],[2.8,2.7],[3.4,2.4],[1.3,0.5],[0.9,1.2],[1.6,0.6],[0,-0.2],[0.9,-0.5],[-1.1,-0.8],[0.9,-1],[0.8,-0.9],[1.3,-0.2],[4.3,-6.3],[0.1,-2.9],[0.3,-1.7],[1.1,-1.8],[-0.6,-0.5],[-0.7,-3.4],[0.8,-4.4],[0.5,-1.1],[2.9,-4.5],[2.3,-3.2],[2.8,-3.3],[3.5,-3.2],[3.6,-3.1],[3.6,-3.1],[3.4,-3.4],[3,-3.7],[2.8,-4.2],[2.6,-4.3],[2.2,-4.1],[2,-3.7],[2.1,-3.2],[2.2,-3],[2.5,-2.8],[2.4,-3.1],[3.2,-3.2],[3.6,-3.5],[3,-3.3],[3.3,-3.3],[3,-2.8],[3.1,-3.1],[3.4,-2.7],[4.3,-2.9],[3.5,-3],[3.1,-3.3],[2.9,-3.3],[2.5,-3.5],[1.7,-2.8],[0.6,-1.8],[0.4,-1.1],[-0.2,-1.6],[-0.9,-1.8],[0.2,-0.3],[1,1],[0.2,1.7],[1.2,0.7],[1.3,0.8],[2.1,-0.1],[2.1,-0.9],[2.3,-1.2],[2.2,-2],[1.7,-2.6],[1.5,-3.3],[1,-3.6],[1.1,-3.7],[0.9,-4],[0.5,-4.5],[-0.4,-4.8],[-1,-5.1],[-1.7,-5.1],[-2.8,-4.6],[-3.8,-4.2],[-4.3,-3.4],[-4.7,-3.1],[-5.1,-2.7],[-5.5,-1.9],[-6,-1.4],[-6.3,-1.2],[-6.3,-1.3],[-6.7,-1.4],[-6.6,-1.2],[-6.1,-1],[-6,-0.9],[-6.1,-0.9],[-6.5,-0.9],[-6.9,-0.8],[-7.3,-0.8],[-7.5,-1],[-7.6,-0.9],[-8.1,-1],[-8.4,-1],[-8.4,-1],[-8.3,-0.8],[-8.2,-0.9],[-8.1,-0.8],[-8.1,-0.7],[-8.1,-0.2],[-8.1,0.3],[-8.4,0.7],[-8.6,1.1],[-8.8,1.5],[-8.7,1.8],[-8.9,1.9],[-8.6,2.2],[-8.2,2.7],[-8,2.8],[-7.5,2.7],[-7.2,3],[-6.7,3.4],[-6.7,3.9],[-6.6,4.1],[-6.7,4.1],[-7,3.8],[-6.2,2.8],[-5.9,3.5],[-6.1,3.5],[-5.9,3.6],[-5.8,3.7],[-5.5,3.8],[-5.6,3.8],[-5.5,3.7],[-4.7,3.7],[-5,3.8],[-5.1,3.8],[-5,3.7],[-4.1,3.5],[-4.4,4],[-4.3,4.1],[-4.3,4],[-3.5,4.3],[-3.5,4.9],[-2.8,4.6],[-3.2,4.8],[-3.5,4.4],[-3.9,4.2],[-3.2,4.2],[-3.5,3.6],[-2.7,3.3],[-2.2,4.2],[-2.1,4.6],[-1.9,4.7],[-2.1,4.7],[-0.6,2.4],[0.7,0.8],[-0.6,0.5],[0.2,0.5],[0.3,0.7],[-0.1,0.9],[0.6,0.8],[-0.8,0.9],[-1.1,0.5],[-0.3,0.8],[0.4,1],[0.7,0.8],[0.1,1],[-0.9,0.6],[-0.9,0.3],[-0.9,0.6],[-1.2,0.4],[-1,0.3],[-0.9,0.5],[-1.1,0.4],[-0.9,0.9],[-1.2,0.9],[-0.8,1.1],[-0.8,0.9],[0.4,0.8],[-1,-0.3],[-1.1,-0.1],[-0.9,-0.3],[-0.8,-0.9],[-0.9,-0.6],[-0.7,-0.8],[-0.5,-0.4],[-1.2,-0.4],[-0.8,-1.1],[-0.4,-1.1],[-0.3,-1.3],[-0.2,-1.3],[-0.1,-1.5],[-0.4,-1.4],[-2.1,0.2],[-7.1,-1.2],[-7.6,-0.4],[-4.5,0.5],[-3.2,0.9],[-4.8,2.7],[-6.2,3.4],[-7.7,1.6],[-6.3,1.8],[-6.2,1.7],[-6.3,1.8],[-6.1,2.3],[-6.3,2.6],[-6.7,2.2],[-6.4,2],[-6.3,1.6],[-7,2.1],[-6.1,2.5],[-5.7,2.9],[-5.4,2.9],[-5.5,3.2],[-5.5,3.6],[-5.2,3.6],[-4.9,3.9],[-4.5,3.7],[-4.6,4],[-4.5,4.2],[-4.7,4.5],[-4.8,4.9],[-4.7,5.2],[-4.3,5.2],[-4.2,5.1],[-3.1,4.4],[-3,4.3],[-2.4,3.8],[-1.6,3.8],[-1.4,3.7],[-0.9,3.9],[-0.3,3.8],[-0.2,4.5],[-0.3,5.2],[-0.5,5.4],[-1,5.6],[-1.1,5.1],[-0.7,5.1],[-0.3,4.3],[0.7,4],[1.4,3.2],[1.8,2.8],[2.8,2.8],[2.5,2.9],[1.4,3.2],[1.1,2.4],[-0.3,1.3],[0.7,0.6],[1.1,-0.1],[1.2,0.8],[2.1,0.2],[2.9,0.4],[2.4,0.7],[3,0],[2.8,-0.2],[2.7,0.1],[2.9,-0.1],[2.7,0.1],[2.9,-0.6],[2.7,-0.1],[2.3,0.1],[1.3,0.2],[0,-0.2],[3.8,-1.1],[2.6,-0.2],[3.3,-0.4],[1.2,-1.6],[3.9,0.1],[2.9,1],[1.4,-0.2],[2.7,0.2],[2.7,0.8],[2.1,-0.2],[1.4,-0.9],[-0.7,-0.9],[-1.5,-6],[-1.3,-6.1],[-2.3,-5.9],[-3.4,-5.7],[-4.5,-6.3],[-4.8,-6.7],[-4.7,-7],[-4.2,-7.1],[-3.3,-7.2],[-2.5,-7.2],[-2.1,-7.2],[-2.1,-6.8],[-2.2,-6.2],[-2,-5.4],[-2.6,-5.1],[-4.6,-5],[-2.3,-3.7],[-1.7,-2.7],[-2.1,-2.3],[-1.6,-2.7],[-1.8,-3.2],[-1.9,-3.4],[-1.2,-3.5],[-0.5,-3.3],[-0.3,-2.8],[0.2,-2.3],[0.4,-2.2],[0.5,-2],[0.5,-1.9],[1.3,-1.7],[1.5,-1.9],[1.4,-2.5],[1.4,-2.7],[1.3,-3.2],[0.8,-3.1],[1,-3],[2.2,-3.9],[2.7,-4.8],[3.2,-4.4],[3,-4.4],[3.2,-4.9],[3.6,-4.6],[2.7,-4.6],[2.8,-4.3],[3.1,-4.5],[3.2,-4],[3.1,-3.7],[3.9,-3.3],[4,-3.3],[3.8,-3.2],[4.7,-2.6],[5.4,-1.6],[5.6,-1.2],[5.4,-1.2],[5.1,-0.8],[5.2,-1],[5.4,-1.6],[4.9,-2.3],[4.5,-2.2],[4.1,-2.4],[4.1,-1.8],[4.1,-1.9],[4.8,-1.5],[6.5,1.2],[0.8,0.3],[0.6,-1.7],[2.5,-3.8],[4.2,-5.1],[6.5,-4.5],[7.3,-3.1],[7.1,-4.7],[5.9,-3.7],[6.1,-2.9],[5.6,-2],[6,-1.6],[5.9,-1.1],[8.5,-0.3],[10.6,1.4],[6.5,2.9],[5.4,-1],[0.8,0.1],[-1.4,0],[-1.5,0.3],[-0.1,-1.6],[1.9,-0.1],[0.3,2],[2.1,-0.4],[1.8,-2.1],[2.8,-4.3],[1.6,-2],[0.8,-0.2],[1.1,0.4],[0.6,1.2],[1.3,-0.4],[1.3,-1.1],[1.4,-1.2],[2.6,1.4],[2.7,2.5],[1.1,0.3],[1.2,-0.8],[1.2,0.5],[0,-0.4],[-0.2,-0.6],[0.7,-0.7],[-0.1,-1],[0.4,-0.9],[1.1,-3.6],[2.3,-3.7],[3.1,-3],[3.3,-2.7],[3.2,-1.2],[2.3,1.6],[1.8,-0.8],[-1.2,-2.4],[0.7,-4.8],[2,-3.4],[2.4,-2.9],[2.4,-2.7],[2.2,-2.6],[2.3,-2.8],[3.1,-3.1],[2.9,-3.5],[2.4,-4.3],[2.4,-4],[2.3,-3.5],[1.9,-3.7],[2.1,-3.6],[2.1,-3.6],[2.1,-3.5],[2,-3.5],[1.9,-3.4],[2.1,-2.9],[2.7,-2.7],[2.6,-3],[2.5,-3],[2.6,-2.9],[2.2,-3],[2.2,-2.7],[2.6,-2.4],[2.9,-2.4],[2,-1.6],[2.6,-2.6],[2,-3.1],[1.9,-2.9],[1.7,-3.2],[0.7,-3.2],[-0.2,-2.5],[0,-1.3],[-0.1,-0.7],[0.3,-0.2],[1,-0.5],[1.3,-0.4],[1.1,0.4],[0.7,-0.7],[0.9,-1.5],[0.5,-2],[0.2,-2.3],[0,-2.4],[0.1,-2.5],[-0.4,-2.5],[-0.8,-2.6],[-0.9,-3],[-0.8,-3.3],[-1.3,-3.7],[-1.8,-3.7],[-2.3,-3.5],[-3.1,-3.4],[-4.1,-3.2],[-4.3,-2.7],[-4.7,-2.3],[-5.2,-2.1],[-5.4,-1.8],[-5.6,-1.5],[-5.9,-1.1],[-6.3,-0.8],[-6.6,-0.8],[-6.7,-0.9],[-6.6,-0.8],[-6.3,-0.7],[-6.3,-0.8],[-6.4,-0.8],[-6.8,-0.8],[-7,-0.9],[-7.2,-0.8],[-7.5,-0.8],[-7.6,-0.9],[-8,-1.1],[-8.2,-0.9],[-8.2,-0.7],[-8.2,-0.6],[-8.2,-0.5],[-8.2,-0.5],[-8.1,-0.3],[-8,0.1],[-8,0.4],[-8.2,0.8],[-8.3,1.1],[-8.4,1.5],[-8.6,1.8],[-8.8,2],[-8.6,2.6],[-7.9,3],[-7.9,3],[-7.7,2.8],[-6.8,2.9],[-6.4,3.3],[-6.2,3.5],[-6.1,3.6],[-6.1,3.7],[-6.2,3.5],[-6,3.5],[-5.7,3.2],[-5.2,3.1],[-5.3,3.3],[-5.2,3.2],[-5.6,3.4],[-5.1,3.4],[-5,3.6],[-4.6,3.9],[-4.7,3.7],[-4.6,3.9],[-4.4,3.7],[-5.1,4],[-4.2,4.2],[-3.3,5],[-3.6,5],[-2.9,4.9],[-3.2,4.3],[-2.9,4.2],[-3.4,3.5],[-3.5,3.9],[-3.8,3.4],[-3.7,3.3],[-2.7,3.2],[-2.1,3.8],[-1.7,4.2],[-1.6,4.6],[-1,5.1],[-1,5.8],[1,2],[0.3,0.3],[0.8,0.5],[0.7,0.5],[0.3,0],[-0.7,-0.3],[0.3,-0.2],[-0.1,-0.7],[-0.8,0.9],[-0.8,0.5],[0.1,0.6],[0.6,0.9],[0.1,-0.4],[-1,-0.6],[0,-1.2],[-1.2,0.1],[-0.8,0.7],[-1.1,0.4],[-0.8,0.6],[-1.1,0.6],[-0.8,0.4],[-1.1,0.4],[-0.9,0.8],[-0.8,0.9],[-0.6,1],[-0.9,0.6],[-1,0.2],[-1.1,-0.3],[-1,-0.4],[-0.6,-0.7],[-0.4,-1],[0,-1.2],[-0.7,-0.6],[-0.6,-0.5],[-0.4,-0.9],[-0.3,-0.7],[-0.4,-0.7],[-1.4,-1.1],[-1.1,-1.4],[-1.6,-1.3],[-8.6,-1.1],[-3.3,0.1],[-2.8,0.8],[-7.9,1.9],[-7.9,1.7],[-8,2],[-7.6,2.2],[-7,2.2],[-6.4,2.1],[-6.2,2.2],[-5.8,2.9],[-6.4,1.8],[-6,0.9],[-6.6,1.8],[-6,1.9],[-6.3,2.3],[-6,2.7],[-5.7,2.8],[-5.6,2.7],[-5.3,2.6],[-5.2,3.1],[-4.7,4],[-4.6,3.9],[-4.3,4.2],[-4.2,4.3],[-4.3,4.6],[-4.5,4.4],[-4.5,4.8],[-4.2,4.9],[-4.2,4.8],[-3.8,4.8],[-3.8,4.8],[-2.7,5],[-2.1,5],[-1.9,4.9],[-1.4,4.7],[-0.9,4.3],[-0.5,4.1],[-0.3,3.9],[-0.2,4.5],[-0.3,5],[-1.1,5],[-0.7,5.4],[0,6],[-0.5,6.5],[-0.5,6.2],[-0.1,5.7],[1.7,5],[1.8,4.5],[2,3.9],[0.8,3.1],[1,2.1],[0.2,0],[0.1,0.2],[0.8,0.6],[1.5,0.7],[2,1],[2.5,1.2],[2.7,0.6],[2.8,0.5],[2.9,0.5],[2.5,0.5],[2.4,0.7],[2.5,0.4],[2.7,0],[2.6,-0.7],[2.4,-0.7],[0.1,-1.1],[-0.2,-0.8],[1.6,-1.8],[-0.4,-1.5],[-0.1,2.1],[2.7,2.3],[2.4,1],[2.1,1.3],[2.8,1.4],[2.8,-0.7],[0.2,-0.9],[1,-0.2],[-0.5,-0.5],[-0.4,-4.6],[-2.1,-6.3],[-1.8,-5.6],[-3,-5.3],[-4.6,-5.1],[-5.3,-5],[-5.9,-5.3],[-6.1,-5.8],[-5.5,-6.5],[-4.5,-7],[-3.6,-7.1],[-2.9,-6.9],[-3,-6.2],[-2.6,-5.8],[-2.6,-5.6],[-2.6,-5.3],[-3.7,-4.3],[-1.8,-2.7],[-2.3,-2.5],[-2.9,-2.6],[-3,-2.9],[-3.2,-3.2],[-2.8,-3.3],[-1.8,-3],[-1.3,-2.3],[-1,-1.9],[-0.4,-1.5],[-0.6,-1.4],[-0.6,-1.5],[-0.6,-1.7],[-0.4,-2],[0,-2.5],[0.1,-3.1],[0,-4],[0,-4.1],[-0.4,-4.6],[-0.5,-4.9],[0.4,-4.2],[1.3,-4.1],[2.5,-4.3],[2,-4.4],[1.7,-4.3],[1.8,-4.5],[0.7,-5.1],[2.1,-4.7],[2,-5.1],[2.4,-4.3],[2.3,-4],[2.7,-3.9],[3.1,-3.9],[4,-3.4],[4.6,-2.3],[5.1,-2],[5.2,-1.8],[5.1,-1.6],[4.8,-1.9],[4.8,-1.2],[4.8,-1.3],[4.6,-1.5],[3.6,-1.7],[3.6,-1.6],[3.7,-1.8],[4.7,-1.2],[6.1,0.9],[0.4,0],[-0.5,-0.9],[0.3,-0.7],[0.6,-1.1],[2.8,-3.2],[6.9,-4.7],[5.4,-4],[5.3,-5.7],[6.4,-2.9],[5.5,-1],[4.7,1],[4.7,0.9],[3,0],[8.3,2.8],[10,2.8],[5.5,1.8],[4.1,0.7],[3.3,0],[-1.3,2.4],[-1.1,0.4],[-1.8,1.6],[1,0.7],[0.3,-0.2],[2.1,-2.3],[2.1,-0.4],[2.1,-3.1],[1.3,-0.6],[0.8,0.3],[1.5,1.6],[1.1,1.6],[-0.8,0.3],[0.5,0.6],[-0.1,0.4],[-0.2,-0.2],[-0.1,-0.5],[-0.3,-1.2],[-0.5,-0.8],[0.1,-0.6],[-0.9,-0.7],[0.1,-1.6],[-1,-1.7],[-0.3,-1.9],[0,-4.3],[1.1,-3.6],[2.2,-3],[1.9,-3.6],[1.2,-3.3],[1.9,-2.7],[2.4,-2.4],[5.1,-1],[2.6,-3.2],[1.9,-3.9],[1.7,-2.9],[1.6,-2.3],[1.5,-2.2],[1.4,-2.5],[1.7,-2.7],[1.8,-3.3],[1.7,-3.8],[2.3,-3.5],[2.2,-3.7],[1.9,-3.8],[1.9,-3.3],[1.7,-3.1],[1.6,-3],[1.6,-3],[1.3,-3],[1.2,-2.6],[1.5,-2.3],[1.7,-2.3],[1.5,-2.5],[1.6,-2.5],[1.7,-2.5],[1.7,-2.4],[1.7,-2.1],[2,-1.9],[2,-1.9],[1.8,-1.3],[1.6,-1.4],[1.5,-1.6],[1.4,-1.9],[0.9,-2],[0.3,-1.8],[-0.3,-1.5],[-0.7,-1.4],[-0.7,-1],[-0.5,-0.7],[-0.3,-0.3],[-0.3,-0.1],[-0.3,-0.3],[-0.4,-0.5],[-0.5,-0.8],[-1,-0.9],[-1.1,-1],[-1.4,-1.2],[-1.5,-1.5],[-1.6,-1.6],[-1.9,-1.6],[-2.1,-1.6],[-2.3,-1.7],[-2.6,-1.7],[-3,-1.9],[-3.5,-2.1],[-3.9,-1.9],[-4.6,-1.4],[-4.9,-1.4],[-5.2,-1.5],[-5.5,-1.4],[-5.8,-1.1],[-5.8,-0.9],[-6,-0.6],[-6.3,-0.4],[-6.5,-0.4],[-6.6,-0.4],[-6.3,-0.4],[-6.2,-0.5],[-6.4,-0.7],[-6.6,-0.9],[-6.9,-0.8],[-7.1,-0.7],[-7.3,-0.9],[-7.5,-0.9],[-7.6,-0.9],[-7.7,-1],[-7.8,-0.9],[-7.9,-0.7],[-8,-0.5],[-8.1,-0.1],[-8.1,0.1],[-8,0.3],[-7.8,0.6],[-7.8,0.8],[-8,1],[-8.1,1.2],[-8.1,1.4],[-8.5,1.7],[-8.5,2.2],[-8.1,2.5],[-7.6,3],[-7.4,3.1],[-7.1,3.5],[-5.7,4],[-6,4],[-6.1,4.1],[-5.6,4.2],[-5.7,4],[-5.9,3.7],[-5.9,3.5],[-5.5,3.5],[-4.9,3.4],[-4.8,3.2],[-4.8,3.1],[-4.9,3.1],[-4.6,3.3],[-4.9,3.2],[-4.5,3.1],[-4.2,3.3],[-3.6,3.5],[-4.2,3.8],[-4.7,4.3],[-3.8,4.7],[-3.5,4.2],[-3.2,3.8],[-3.2,3.3],[-3.1,3.6],[-3.2,4],[-2.6,3.9],[-3.1,3],[-3.6,2.6],[-2.4,3.3],[-2.4,4.3],[-1.7,4.6],[-1.3,4.4],[-0.9,5],[-0.1,4.8],[0.6,5.6],[3.5,4.3],[1.4,0.2],[0.3,0.8],[0.2,0.4],[0,0.2],[-0.6,0.2],[0.2,0.2],[0.6,0.1],[-0.8,-1.1],[-0.6,-0.9],[0.9,-0.8],[0.1,0.7],[-1.4,-0.6],[-0.7,-0.6],[-0.9,-0.4],[0,0],[-0.7,0.8],[-0.6,0.9],[-0.8,0.7],[-1,0.7],[-0.9,0.8],[-0.9,0.8],[-1,0.3],[-1,0.6],[-0.5,0.7],[-1.3,0],[-1.4,0],[-1.1,-0.5],[-1.1,-0.7],[-0.8,-1],[-0.6,-0.9],[-0.7,-0.6],[-0.9,-0.7],[-0.8,-0.6],[-0.6,-0.5],[-0.1,-0.8],[-0.4,-0.9],[-1.4,-0.4],[-2,-0.3],[-4.4,-0.6],[-3.9,2.8],[-3.9,1.7],[-8.2,1.3],[-7.9,1.5],[-7.8,1.8],[-7.8,2.1],[-7.5,2.3],[-7.2,2.3],[-6.8,1.7],[-6.5,1.3],[-5.7,1.1],[-5.7,0.8],[-6.1,0.6],[-6,0.8],[-5.7,2.2],[-5.6,2],[-5.7,2.5],[-5.6,2.3],[-5.5,2.3],[-5.1,2.8],[-4.4,3.2],[-4.2,4],[-4.3,4.4],[-4.1,4.3],[-4.1,4.2],[-3.8,4.1],[-4.1,4.2],[-4,4.4],[-3.9,4.4],[-4,4.6],[-3.6,5.1],[-3.1,5.2],[-2.6,6.2],[-1.4,6.8],[-1.6,6.2],[-1.5,5.7],[-1.3,4.4],[-0.7,4],[0.2,4.2],[1.2,3.7],[0.4,4.2],[-0.6,4.7],[-0.2,5],[0.3,4.6],[-0.5,4.3],[-0.8,4.9],[0,4.7],[0.6,4.9],[1,4.1],[0.6,3.1],[0.5,2.2],[-1.3,-0.2],[0.7,-0.6],[0.2,-0.3],[0.4,0.7],[1.2,0.3],[2.5,1.1],[2.3,1],[2.2,0.8],[2.3,0.9],[2.2,0.9],[2.1,-0.2],[1.9,-0.2],[1.8,-0.2],[2.1,-0.2],[2.4,-0.5],[2.1,-1.2],[1.4,-0.6],[0.4,-1.2],[0.2,-1.3],[-0.4,-0.9],[1.7,-0.6],[0.2,0.1],[1.2,-0.2],[1.2,1.1],[2.1,0.5],[2.3,-0.5],[-0.1,-1.5],[1,-2.8],[-1.1,-1.1],[0,-2],[-1.4,-1],[-2.3,-4.2],[-3.4,-4],[-5.1,-3.6],[-6.2,-3.7],[-6.9,-4.2],[-7.4,-5.2],[-6.9,-6.2],[-5.6,-6.7],[-4.2,-6.6],[-3.8,-5.9],[-2.9,-5.4],[-3.3,-5],[-2.3,-4.6],[-2.2,-5.3],[-1.9,-3.5],[-2,-2.7],[-3,-2.6],[-4.1,-2.9],[-4.1,-3.3],[-3.6,-3.5],[-3.1,-3],[-2.4,-2.8],[-1.7,-2.3],[-1.3,-1.8],[-1,-1.6],[-1.2,-1.5],[-1.6,-1.7],[-1.9,-2],[-1.9,-2.5],[-1.8,-3.3],[-1.7,-4.1],[-1.6,-4.7],[-1.1,-5],[-1.9,-5],[-1.1,-5.1],[-0.4,-5.1],[0.5,-4.6],[1.6,-3.8],[1,-3.4],[0.1,-3.9],[0,-4.6],[-0.1,-4.5],[0.1,-4.6],[0.7,-4.7],[1.9,-4.3],[1.3,-3.8],[1.9,-3.5],[2.8,-3.3],[3.7,-3.1],[4,-3],[4.7,-2.8],[4.8,-2.3],[5.1,-1.5],[4.9,-0.8],[4.6,-0.3],[4,-0.4],[3.4,-1],[3,-1.2],[3.1,-1.2],[4.1,-0.3],[4.9,0.6],[1.4,1.1],[-0.3,-1.2],[-0.2,-1.6],[0.4,-2],[1.1,-3],[2.3,-6.9],[2,-3],[5.2,-7.5],[5,-6.2],[2,0.1],[1.9,1.7],[-0.1,2.6],[0.1,1.6],[-0.1,1.5],[1.7,1.6],[5.6,2.9],[4.9,1.2],[0.6,0.6],[-1.4,0.6],[-1.1,2.5],[-1.3,0],[-2.2,1.2],[-1.2,1.8],[-2,1.6],[-0.6,0.4],[-0.2,-0.6],[-0.2,-1.8],[0.7,-1.4],[1.8,-2.2],[0.2,-1.6],[1.4,2.8],[0.9,1],[0.7,-0.6],[0.4,-3.9],[0.6,-0.6],[0.9,-1],[0.6,-0.7],[-0.8,-1],[0,-1.8],[-0.5,-1.3],[-0.9,-1.7],[-0.2,-2.3],[-0.4,-4.1],[0.4,-3.5],[1.2,-2.9],[1.1,-1],[0.5,-3.8],[1.2,-3.6],[1.9,-3.5],[1.1,-3.5],[1.9,-3.2],[2.2,-3.1],[1.8,-3.1],[1.3,-2.7],[1,-2.5],[0.7,-2.7],[0.8,-2.9],[1.2,-3.1],[1.3,-3.3],[1.4,-3.5],[1.6,-3.5],[1.6,-3.4],[1.6,-3.1],[1.1,-3],[0.9,-2.6],[0.9,-1.9],[0.9,-1.5],[0.7,-1.6],[0.6,-1.1],[0.7,-1],[0.7,-1.3],[0.6,-1.4],[0.8,-1.4],[0.9,-1.5],[1.2,-1.5],[1.4,-1.6],[1.6,-1.6],[1.6,-1.4],[1.3,-1.2],[0.9,-1.1],[0.5,-1.4],[0.1,-1.4],[-0.2,-1.3],[-0.6,-1.4],[-1,-1.5],[-1,-1.3],[-0.8,-0.8],[-0.5,0.2],[-0.5,1.3],[-0.9,2],[-1.3,1.8],[-1.5,1.5],[-1.8,1.3],[-2,1.1],[-2.3,0.8],[-2.6,0.5],[-2.5,0.4],[-2.5,0.1],[-2.7,-0.1],[-3,-0.3],[-3.2,-0.6],[-3.5,-0.6],[-3.8,-0.5],[-4.1,-0.3],[-4.4,-0.6],[-5.1,-0.9],[-5.6,-0.9],[-5.7,-0.9],[-5.8,-0.8],[-6.1,-0.7],[-6,-0.7],[-6,-0.6],[-6.1,-0.5],[-6.4,-0.5],[-6.5,-0.3],[-6.1,-0.2],[-5.9,-0.2],[-5.9,-0.4],[-6.2,-0.3],[-6.5,-0.3],[-6.9,-0.3],[-7.1,-0.4],[-7.1,-0.5],[-7.2,-0.5],[-7.3,-0.6],[-7.4,-0.7],[-7.5,-0.5],[-7.6,-0.3],[-7.7,-0.1],[-7.7,0.2],[-7.7,0.4],[-7.6,0.7],[-7.7,0.9],[-7.9,1],[-8,1.1],[-8,1.2],[-8,1.4],[-8,2],[-7.4,2.7],[-7.1,3.2],[-6.7,3.6],[-5.6,3.5],[-5.3,3.1],[-5.1,3.6],[-5.2,3.8],[-5,3.6],[-5.5,3.5],[-5.5,3.2],[-5.6,3.3],[-5.4,3.3],[-4.5,3.2],[-4.3,2.9],[-4.4,2.9],[-4,2.8],[-4.1,2.8],[-4,2.8],[-3.9,3.2],[-3.2,3.8],[-3.6,3.3],[-3.5,3.9],[-4.2,4.1],[-3.7,4],[-3.2,4.3],[-3.3,4.1],[-3.3,4],[-2.5,3.8],[-2.7,3.1],[-2.8,2.8],[-2.9,2.7],[-2.9,3],[-2.9,3.6],[-2,4.2],[-1.5,4.3],[-1.3,4.6],[-0.6,5],[0.3,5.2],[1.1,5.3],[1,3.6],[0.8,1.3],[0,-0.2],[-0.2,0],[0,0.6],[-0.9,-0.1],[0.2,-0.2],[0.2,-0.2],[-1,-0.1],[-0.4,0.2],[0.9,0.6],[0,0.3],[-1.3,0.2],[-0.8,0.3],[-0.2,1.1],[-0.5,0.9],[0.2,0.9],[-1,0.6],[-1,0.4],[-0.8,0.5],[-0.9,0.5],[-1,0.5],[-0.9,0.7],[-0.9,0.7],[-1.3,0.2],[-3.3,-1.1],[-2.8,-2.1],[-3.1,-2.2],[-1,-0.6],[-1,-0.8],[-0.7,-0.8],[-0.9,-1],[-1.2,-0.2],[-0.9,-0.2],[-0.9,0.1],[-0.8,0.2],[-1.1,-0.6],[-7.8,-3],[-8.6,-2.4],[-8.8,-1.2],[-8.5,-0.1],[-8.3,0.6],[-8.1,1.2],[-7.8,1.4],[-7.8,1.4],[-7.5,1.5],[-7.3,1.2],[-7.3,1.1],[-6.9,1.2],[-6.4,1.2],[-5.6,0.4],[-5.7,0],[-5.8,0.3],[-5.5,0.6],[-5.2,0.8],[-5.6,1.8],[-5.7,1.5],[-5.5,1.7],[-5.5,2.3],[-4.7,2.2],[-3.9,2.9],[-3.4,3],[-3.3,3],[-4.1,3.8],[-4,4.1],[-3.6,4],[-3.6,4.1],[-3.6,4.3],[-3.5,4.3],[-3.3,4.5],[-2.7,5.2],[-1.8,6.6],[-1.8,6.2],[-1.8,5.4],[-1.9,5.3],[-2.2,4.5],[-1.4,4.6],[-0.1,4.4],[0.9,4.3],[1.2,4.2],[1,3.9],[0.1,3.3],[-0.2,3.5],[0.1,3.2],[-0.1,3.3],[-0.2,3.5],[0.4,3.9],[0.1,4.2],[0,3.6],[-0.3,2.8],[-1.2,1.7],[0.2,0.8],[0.2,0],[0.8,0.1],[0.8,0.7],[2,0.8],[2.7,1.4],[2.1,1],[2,1],[2,0.8],[2.2,0.6],[1.9,-0.1],[1.7,-0.2],[1.9,0],[2,-0.2],[2,-0.9],[1.7,-0.9],[1.4,-1.5],[0.7,-1.3],[0.1,-0.6],[-1.4,0],[0.2,-0.7],[-1.1,-0.6],[-2.4,-0.7],[-0.6,0.4],[1.9,0.2],[2.4,-2.3],[-0.9,1],[0.6,-0.7],[-2.1,0.6],[-2,-1.1],[-1.9,-1.9],[-4.4,-0.8],[-3.2,-3.4],[-5.2,-3.2],[-6.4,-2.9],[-7.9,-3.2],[-8.6,-3.9],[-8.1,-4.7],[-6.2,-5.4],[-4.7,-5.6],[-3.5,-5.4],[-3.6,-5],[-3.4,-4.5],[-1.2,-4.8],[-1.4,-4.3],[-1.7,-3.3],[-2.4,-2.9],[-3.8,-3.1],[-4.7,-3.2],[-4.7,-3.3],[-4.1,-3.2],[-3.2,-3.1],[-2.4,-2.7],[-2,-2.3],[-1.7,-2.1],[-1.6,-2],[-2,-2],[-2.6,-2.2],[-3,-2.5],[-3.3,-3.2],[-3.3,-3.9],[-3.1,-4.4],[-2.7,-4.5],[-2.6,-4.6],[-2.2,-4.5],[-1.7,-4.1],[-1,-3.8],[-0.2,-3.9],[0.6,-3.9],[-0.2,-3.6],[-1.8,-2.8],[-1.8,-4.2],[-2,-5.1],[-1.1,-5.2],[-0.1,-5.3],[0.3,-5.2],[0.8,-4.9],[1.5,-4.1],[2.2,-3.5],[2.9,-3.1],[3.1,-2.8],[4,-2.3],[4.5,-2],[4.6,-1.3],[4.8,-0.4],[4.1,0.1],[3.3,0.2],[2.9,-0.1],[2.9,-0.2],[3,-0.1],[3,-1.2],[2.1,0.4],[-0.7,-1.4],[0,-1.4],[-0.5,-1.1],[-0.2,-7.4],[0.5,-2.8],[2.2,-7.1],[3.5,-7.2],[4.8,-6.8],[4,-2.5],[1.8,-0.3],[0.9,-0.7],[0.9,0.6],[0.1,0.9],[0.7,0.7],[2.2,0.9],[-0.6,3.2],[2.8,2.2],[4.4,4.4],[-0.9,0.1],[-1.8,0],[-4.6,2.3],[-1.4,1.7],[-0.2,-0.3],[-1.7,0.2],[-1.9,0.3],[0.7,0],[1.8,1.6],[2.3,-1.7],[2,-0.5],[2,1.9],[1.8,2.2],[0.6,0.3],[-1.8,-0.3],[-0.3,-3.8],[2.3,-1.7],[0.1,-5.2],[-1,-1.5],[-2,-1.1],[-4,-2.3],[-2.6,-2.8],[-1.8,-2.7],[-0.7,-2.3],[-0.4,-2.3],[-0.1,-2.3],[0.2,-2.8],[-0.2,-2.1],[0.2,-2.6],[0.6,-2.9],[0.9,-2.9],[1.4,-2.9],[1.2,-3],[1.3,-2.9],[1.1,-2.9],[1.1,-2.7],[0.8,-2.8],[0.5,-2.8],[0.8,-2.7],[0.8,-3],[0.7,-3.4],[0.9,-3.2],[1.1,-2.8],[1.5,-2.2],[1.2,-2.5],[0.9,-2.7],[0.4,-2.2],[0.6,-0.9],[0.5,-0.3],[0,-0.1],[0.1,-0.4],[0.4,-0.8],[0.2,-0.3],[-0.2,-0.2],[-0.1,-0.6],[0.4,-1],[0.5,-0.8],[0.8,-0.8],[1.1,-0.7],[1.5,-0.8],[0.4,-1.1],[-0.3,-1.5],[-0.4,-1.7],[-1,-1.7],[-1.5,-1.7],[-1.5,-1.8],[-1.5,-1.8],[-0.9,-1.1],[-0.2,0],[0.1,0.8],[0.1,1.5],[-1.3,2.2],[-2.7,2.6],[-2.6,2.6],[-2.8,2.3],[-2.9,1.8],[-3,1.5],[-3.1,1.6],[-3.2,1.6],[-3.1,1.3],[-3.5,1],[-3.8,0.7],[-4,0.6],[-3.8,0.7],[-4.2,0.6],[-4.6,0.2],[-5.1,-0.1],[-5.5,-0.3],[-5.9,-0.3],[-5.9,-0.1],[-6.2,-0.1],[-6.3,-0.2],[-6.3,-0.3],[-6,-0.3],[-6,-0.3],[-6.2,-0.1],[-6.2,0.1],[-6,0.2],[-5.7,0.3],[-5.6,0.4],[-5.5,0.4],[-5.9,0.6],[-6.2,0.5],[-6.5,0.3],[-6.6,0.2],[-6.9,0.1],[-7.1,0.1],[-7.2,0.1],[-7.2,0.1],[-7.3,0.2],[-7.4,0.5],[-7.4,0.6],[-7.4,0.8],[-7.5,0.9],[-7.6,1.1],[-7.8,1.2],[-8,1.2],[-8.1,1.2],[-8,1.4],[-7.6,2.1],[-6.7,2.7],[-6.6,3.2],[-6,3.2],[-5.5,3.2],[-4.8,3.1],[-4.4,3.1],[-4.4,3],[-4.7,2.7],[-4.6,2.7],[-4.9,2.5],[-4.9,2.6],[-5,3],[-4.2,3],[-3.6,2.7],[-3.5,2.5],[-3.3,2.4],[-3,2.2],[-3,2.5],[-2.8,2.8],[-2.6,2.4],[-2.5,3.1],[-2.7,2.7],[-2.8,3.1],[-2.7,3.3],[-2.5,3.2],[-3,3.7],[-2.7,4.1],[-2.1,4.3],[-3,4],[-1.6,1.8],[-2.6,2.8],[-2.3,3.4],[-2.1,3.9],[-1.1,5],[-0.9,5.5],[-0.5,5.9],[0,6],[0.8,6],[1,5.8],[1.5,5.2],[-0.4,0.7],[0.1,0.1],[-0.6,0.3],[-0.2,0.8],[-1,0.5],[-0.1,0.4],[-0.7,0.5],[-0.8,0],[0.4,0.5],[0.9,0.5],[0.5,1.1],[-1.4,1.6],[-0.4,1.4],[0.1,1.1],[0.1,0.8],[-0.7,0.6],[-0.8,0.6],[-0.7,0.8],[-1.2,0.3],[-0.7,0.6],[-0.9,-0.2],[-0.6,-0.7],[-1,-0.5],[-0.7,-0.9],[-1.4,-1.3],[-1.5,-1.3],[-1.4,-1.4],[-1,-1.3],[-0.4,-1.1],[-0.8,-0.7],[-0.9,-0.6],[-0.7,-0.9],[-0.9,0.7],[-0.9,-0.2],[-6.1,-1.9],[-6.6,-2],[-7.5,-1.5],[-7.8,-1.1],[-7.9,-0.8],[-7.9,-0.2],[-7.7,0.5],[-7.8,1],[-7.8,0.6],[-7.8,0.6],[-7.4,0.5],[-7,0.2],[-6.7,-0.1],[-6.5,-0.1],[-6.4,0.2],[-6.1,0.1],[-5.9,-0.6],[-5.8,-0.6],[-5.2,-0.3],[-4.9,-0.1],[-5.2,0.3],[-5.2,1.1],[-4.9,1.3],[-4.9,2],[-4.7,2.6],[-3.5,2.7],[-3.1,2.7],[-3.1,3],[-3,3.2],[-3.4,3.6],[-3.7,4],[-3,3.9],[-3.1,4.2],[-2.8,4.6],[-2.1,5.4],[-2,5.7],[-1.6,5.2],[-1.9,4.9],[-1.8,4.8],[-1.7,4.4],[-2.5,4.9],[-0.8,3.8],[0.2,3.7],[1.1,3.3],[2,3.3],[1.2,2.6],[0.4,1.9],[0.6,2.5],[0.6,2.7],[0.8,2.6],[0.4,2.7],[0.2,3],[0.1,2.8],[-0.6,2.8],[-0.5,2.6],[0,1.5],[0.4,0.5],[0.5,0.5],[1.4,0.8],[0.6,0.9],[2.1,1.1],[2.5,0.9],[2.2,1.1],[1.7,1.2],[1.7,0.4],[1.8,0.8],[1.8,0.3],[1.7,0.2],[1.8,-0.2],[1.5,-0.3],[1.2,-0.5],[0.7,-1],[0.4,-1.5],[0,-1],[1,-0.3],[1.8,-0.6],[2.3,-2.2],[2.4,-1.7],[-3.2,-0.7],[2.6,0.9],[3.7,-1.1],[4.2,-2.1],[2.8,-1.1],[-1.9,-1],[-2.4,-1.8],[-2,0.3],[-2,-0.7],[-3.7,-1.4],[-5.3,-1.3],[-5.3,-2.8],[-5.4,-2.8],[-8.1,-2.4],[-9,-2.6],[-8.7,-2.8],[-7.1,-3.6],[-5.2,-4.2],[-4.4,-4.8],[-4.3,-4.7],[-2.5,-4.9],[-1.4,-4.5],[-1.3,-4.2],[-1.6,-3.4],[-3,-3.2],[-4.3,-3.8],[-5.3,-3.3],[-5.2,-3.3],[-4.3,-2.7],[-3,-2.5],[-2.7,-2.5],[-2.2,-2.3],[-1.9,-2.3],[-2,-2.3],[-2.8,-2.5],[-3.4,-2.7],[-4.2,-3.1],[-4.5,-3.6],[-4.4,-3.9],[-4,-4.1],[-3.7,-4.1],[-3.1,-4],[-2.3,-3.7],[-2.5,-4.5],[-1.5,-3.9],[-0.9,-4.2],[-0.9,-4.8],[-1.7,-4.6],[-2.8,-4.8],[-3.7,-4.4],[-2.9,-4.5],[-2,-4],[-0.8,-3.7],[-0.2,-3.7],[0.2,-3.9],[0.7,-3.6],[1.1,-2.8],[0.7,-3],[1.8,-3.2],[2.2,-3.3],[3.5,-2.6],[4,-1.6],[4.3,-0.9],[4,0.5],[2.6,1.5],[2.2,0.8],[2.2,0],[0.6,-1.9],[4.8,1.8],[-0.9,-0.8],[0.2,-1],[-0.7,-1.4],[-0.8,-6.8],[-1.2,-7.4],[0.7,-6.9],[1.5,-7.5],[2.3,-7.5],[4.8,-8.5],[0.9,-0.7],[0.9,-0.7],[0.6,-0.8],[0.8,-0.1],[-0.5,0],[-0.5,0.3],[1.8,0.4],[0.3,1.1],[2.6,2],[4.7,1.9],[-0.5,-1],[-0.4,-0.2],[0.1,-1],[-1.3,-1.4],[-0.2,-1.2],[-0.5,-2.1],[0.7,-2.4],[1.2,0.4],[-0.2,1.4],[0.1,-3.3],[-1.6,2],[-0.6,-0.6],[1.1,0.7],[0.2,-0.2],[-0.5,-0.9],[1,-3],[-0.6,-0.8],[-2.3,-3],[-3.5,-2.4],[-3.6,-1.7],[-3.7,-1.1],[-2.8,-1],[-1.9,-1],[-1,-1.2],[-0.7,-1.6],[-0.6,-2.1],[-0.4,-2.1],[0,-2],[0.2,-1.9],[0,-1.9],[0.1,-2.3],[0.5,-3],[0.9,-3.2],[1,-3],[0.8,-2.9],[0.6,-2.9],[0.6,-3],[0.8,-2.7],[0.6,-2.9],[0.5,-3],[0.6,-2.7],[1.3,-2.4],[1.9,-1.4],[1.6,-1.1],[0.9,-1.8],[0,-0.9],[1.1,-1],[0.2,-0.2],[-0.1,0],[-0.7,-0.2],[0.2,-1.2],[0.5,-0.5],[0.1,-0.3],[-0.8,0.2],[-0.8,-0.1],[0,-0.3],[0.3,0.5],[0.5,0.7],[0.8,0.4],[0.5,-0.5],[-0.8,-0.4],[-1.3,-0.9],[-1.5,-1.5],[-1.8,-1.7],[-1.6,-1.7],[-1.6,-0.9],[-1.5,-0.2],[-1.8,-0.1],[-2,-0.2],[-2.7,-0.2],[-1.3,0.9],[-1.2,2.7],[-2.9,3],[-3,2.8],[-3.3,3],[-3.4,2.8],[-3.3,2.8],[-3.3,2.7],[-3.6,2.5],[-3.8,2.1],[-4.1,1.6],[-4.1,1.5],[-4.2,1.5],[-4.2,1.5],[-4.5,1.3],[-5.1,0.8],[-5.5,0.5],[-5.8,0.3],[-6,0.3],[-6.2,0.2],[-6.4,0.3],[-6.4,0.3],[-6.3,0.4],[-6,0.4],[-5.8,0.4],[-5.8,0.5],[-5.9,0.8],[-5.3,1.3],[-5.3,1],[-5.5,1.1],[-5.4,1.1],[-5.6,1],[-5.7,1],[-5.9,1],[-6.4,1],[-6.7,0.7],[-6.8,0.9],[-6.9,1],[-6.8,1.1],[-6.9,1.2],[-7,1.4],[-7.1,1.6],[-7.3,1.6],[-7.4,1.5],[-7.6,1.4],[-7.8,1.4],[-8,1.5],[-8.1,1.7],[-7.7,1.9],[-6.7,2.3],[-6.4,2.7],[-6.2,3],[-6,3.1],[-5.7,3.4],[-4.9,3.2],[-4.3,2.9],[-4.2,2.8],[-4.2,2.7],[-3.8,2.5],[-3.9,2.2],[-4,2.6],[-4.2,3.1],[-3.9,3.2],[-3.2,2.9],[-3,2.7],[-2.6,2.4],[-2.5,2.4],[-2.4,2.6],[-2.6,3.2],[-2.5,3.4],[-2.4,3.4],[-1.8,3.3],[-2.4,3.1],[-2.3,3.4],[-2.2,3.7],[-2.5,4.1],[-2.1,4.2],[-1.2,4.3],[-0.9,3.2],[-1.7,3.8],[-1.8,4.1],[-2,4.6],[-0.9,4.7],[0.2,5.1],[-0.2,5.7],[0.1,5.8],[0.5,6],[1,5.7],[2.1,6.5],[2.4,6.7],[0,1.2],[0.2,0.9],[0,0.1],[0.4,0.4],[-0.3,0.5],[-0.7,0.4],[-1,0.5],[-0.9,-0.5],[0.8,-0.5],[1.1,0.3],[0.7,-0.3],[-1,0.2],[-0.5,0.8],[0,0.9],[-0.6,-0.2],[-0.7,0.2],[-0.1,0.4],[-1,-0.9],[-0.8,-1],[-1.2,-0.6],[-1.1,-0.5],[-0.9,-0.6],[-1.2,-0.7],[-1,-0.9],[-1.3,-1.1],[-1.5,-1.1],[-0.5,-1],[-0.5,-0.6],[-0.6,-1],[-2.5,-3.3],[-2.5,-2],[-5.7,-3.4],[-5.7,-3.4],[-5.8,-3.1],[-6.2,-2.6],[-6.8,-2],[-7.1,-1.6],[-7.4,-1.1],[-7.7,-0.1],[-7.7,0.1],[-7.6,0.2],[-7.6,0],[-7.9,0.3],[-7.7,0.3],[-7.2,0],[-7,0],[-6.9,0],[-6.6,-0.4],[-6.2,-0.3],[-6.3,-0.2],[-6,-0.2],[-5.8,-0.2],[-5.2,-0.4],[-4.6,-0.4],[-4.2,0.4],[-4.6,1.6],[-4.3,1.5],[-4.5,1.8],[-4.2,2.4],[-3.7,2.7],[-2.8,2.8],[-2.5,2.4],[-2.6,2.6],[-2.4,3],[-2.9,3.9],[-2.7,4.2],[-2.5,4.2],[-2.1,4.2],[-1.4,4.4],[-1.3,4.9],[-1.3,5.1],[-1.3,5],[-1.4,5.2],[-1.1,4.9],[-1,4.5],[-0.9,4.4],[-0.4,4.7],[1.4,4.4],[1.8,3.3],[1.8,3],[0.9,2.5],[1.1,2.1],[1.1,2.5],[1,2.3],[1.3,2.3],[0.8,2.6],[0.1,2.8],[0.6,2.8],[0,3.1],[-0.3,3],[0.6,0.9],[1.4,0.6],[1.4,0],[1.6,0.9],[1.6,0.8],[1.2,0.9],[1.5,1],[1.5,0.9],[1.8,1.4],[1.1,0.2],[1.2,0.3],[1.5,0.1],[1.1,-0.2],[0.9,-0.3],[0.8,-0.8],[0.1,-1.5],[-0.5,-1.4],[0.7,-1.8],[0.7,-1.1],[2.1,-1.4],[1.7,2.3],[1.9,-2],[1.6,-2.1],[1.2,2.7],[3.7,2.5],[3.2,2.2],[0.2,-4.6],[0.8,-3.1],[-2.6,0.8],[-2.4,1.2],[-3,-0.1],[-3.6,-1.7],[-4.6,-2.4],[-7.5,-1.4],[-5.9,-2.9],[-7.7,-3.1],[-8.7,-2.4],[-8.8,-2],[-7.7,-2.2],[-5.9,-2.9],[-5.2,-3.4],[-4.8,-4.1],[-3.1,-4.4],[-1.4,-4.7],[-1,-4.1],[-1.2,-3.8],[-2.4,-3.8],[-4.6,-3.3],[-5.7,-3.3],[-5.4,-2.8],[-4.3,-2.5],[-3.4,-2.1],[-3.1,-2],[-2.4,-2.1],[-2.3,-2],[-2.7,-2.2],[-3.5,-2.5],[-4.4,-3],[-5.2,-3.3],[-5.4,-3.5],[-5,-3.5],[-4.5,-3.6],[-3.8,-3.4],[-3.4,-3.4],[-2.9,-3.5],[-3.3,-3.6],[-3.1,-4.2],[-2.1,-4.6],[-2.8,-5.1],[-3.7,-5.1],[-3.8,-5.3],[-3.9,-5.4],[-2.7,-4.6],[-1.8,-4.3],[-1.6,-4.8],[-1.4,-4.5],[-1.7,-3.6],[-1.5,-3.4],[-0.7,-3],[-1.2,-3.5],[-0.2,-3.8],[0.3,-3.8],[1,-3.5],[1.8,-2.7],[2.8,-1.5],[2,-1.2],[2.5,1.1],[0.9,1.2],[1.3,0.5],[3.6,1.6],[0.3,-0.1],[-0.6,-1.3],[-0.1,-2.1],[-0.9,-2.7],[-2.2,-7.1],[-1.2,-7.8],[0,-6.9],[0.5,-7.7],[0.2,-8.4],[2.1,-6.8],[0.9,-1.1],[0.9,-1.1],[0.2,-0.7],[1.1,0.4],[0.7,1.1],[0.4,1.2],[0.9,1.2],[0.9,0.9],[1,1.4],[2.6,0.6],[1.8,-0.6],[0.2,-1.7],[-1.7,-1.2],[0.2,-2.7],[2.2,1.8],[-0.5,-0.5],[1.4,-1.8],[1.9,-1.2],[-4,-0.3],[-1.6,-2],[-2.6,0],[-2.9,-1.2],[-6.3,-2.6],[-4.7,0.4],[-2.8,-0.5],[-1.9,-0.8],[-1.9,-0.6],[-2.7,-0.7],[-3.3,-0.4],[-3.3,-0.4],[-3.5,-0.3],[-3,-0.1],[-2.3,-0.1],[-1.5,-0.3],[-1.1,-0.7],[-0.6,-1],[0,-1.3],[0,-1.7],[0.4,-1.8],[0.7,-1.7],[0.1,-2],[-0.1,-2.1],[0.4,-2],[0.9,-2.3],[0.9,-2.7],[1.1,-2.7],[1.2,-2.2],[1,-2.4],[1.1,-2.6],[0.9,-3],[1.1,-2.8],[1.8,-2.3],[1.9,-2.6],[1.5,-2.4],[1.6,-2],[0.9,-1.1],[0.4,-0.3],[-0.2,0],[-0.8,-0.2],[-0.8,-0.8],[0.5,-0.6],[0.7,-0.3],[0.3,0.2],[-0.8,1.4],[-0.9,0.9],[-0.1,1.1],[0.2,1.6],[0.4,1.8],[0,1.3],[-1,0.9],[-2.2,0.3],[-2.2,-0.3],[-2.3,-0.9],[-1.8,-0.8],[-1.4,-0.9],[-3,-2.4],[-3,-3.3],[-3.4,-3.1],[-3.3,-3.7],[-3.4,-3.1],[-2,-0.4],[-1.5,2.1],[-3.2,3.2],[-3.3,3.4],[-3.1,3.8],[-3.1,4],[-3.3,4.2],[-3.5,4.1],[-4,3.4],[-4.5,2.8],[-4.5,2.4],[-4.3,2],[-4.3,2],[-4.3,2],[-4.7,1.7],[-5.3,1.5],[-5.7,1.3],[-6.1,0.9],[-6.5,0.6],[-6.4,0.3],[-6.4,0.4],[-6.3,0.7],[-6.1,1],[-5.8,1.1],[-5.4,1.3],[-5.2,1.4],[-5.2,1.4],[-5.1,1.4],[-5,1.5],[-5,1.6],[-5.1,1.6],[-5.2,1.4],[-5.4,1.6],[-5.7,1.9],[-6,1.9],[-6,1.8],[-6.2,2],[-6.5,2.2],[-6.5,2.3],[-6.5,2.2],[-6.6,2.3],[-6.8,2.3],[-7.1,2.2],[-7.3,2.1],[-7.5,2],[-7.6,2],[-8.1,2.1],[-7.8,2.3],[-7.3,2.6],[-6.4,2.6],[-6.1,2.7],[-5.9,2.9],[-5.7,3.1],[-5.6,3.1],[-4.9,3.1],[-4.2,3.5],[-3.7,3],[-3.5,2.9],[-3.2,3.2],[-3.2,3],[-3.4,3.3],[-3.5,3.7],[-3.5,4],[-3,4.1],[-2.4,4],[-2.6,4.5],[-2.7,4.5],[-2.1,4.2],[-2.2,4.6],[-2.1,4.3],[-2.3,4.5],[-1.7,4.4],[-2.1,4.1],[-1.4,4.1],[-1.2,4.2],[-1.5,4.8],[-1.5,5.2],[-0.5,4.9],[1.4,2.6],[-2.3,4.5],[-2.2,4.8],[-1.3,4.7],[0,5],[1,4.6],[0.8,4.4],[0.5,5.4],[0.6,4.8],[2.1,4.5],[3.5,4.3],[3.5,4.1],[0,4.8],[-0.3,1.5],[-0.3,0.8],[0.1,0.1],[0.9,0.2],[0.3,0.6],[-1,-0.4],[-0.6,0],[0.1,0.9],[0.8,-0.3],[0.6,-0.6],[-0.8,-0.6],[0,0.4],[0.8,0.7],[-1.4,0],[-0.8,-0.7],[-0.8,-0.9],[-0.6,-0.8],[-0.9,-1.1],[-0.5,-1.3],[-1,-0.6],[-1.3,-1],[-1.1,-1.2],[-0.6,-1.1],[-1.3,-1.4],[-1.1,-0.9],[-0.6,-0.9],[-0.7,-0.8],[-0.5,-0.6],[-0.7,-1.1],[-2.9,-2.5],[-5.9,-4.1],[-5.6,-3.8],[-5.7,-3.6],[-5.5,-3.2],[-5.8,-1.9],[-7.2,-1.1],[-7.2,-0.5],[-7,-0.4],[-7.5,0.1],[-7.8,0.4],[-7.6,-0.1],[-7.2,-0.1],[-7.4,0.3],[-7.1,-0.2],[-6.4,-0.3],[-6.6,-0.7],[-6.3,-1.3],[-6,-1.4],[-5.6,-1],[-5.9,0.2],[-5.8,0.2],[-6,-0.1],[-4.5,-0.5],[-3.9,-0.7],[-2.8,-0.9],[-3.5,1],[-3.7,1.5],[-4.1,1.4],[-3.9,1.3],[-2.4,1.5],[-2,1.9],[-2.6,2.1],[-1.5,1.8],[-1.2,2.5],[-1.4,3.3],[-2.3,4.5],[-1.5,4.7],[-1.1,4.8],[-0.3,4.8],[-0.6,4.9],[-0.6,4.8],[-0.5,4.1],[-0.5,4.3],[0,4],[-0.1,3.9],[0.2,4.1],[0.8,3.9],[1.2,3.6],[1.2,3.3],[1.6,2.9],[1.1,2.4],[1.9,2.1],[1.7,2.2],[1.5,2.2],[1.8,2],[1.4,3.1],[0.9,2.7],[1.6,3.8],[1.3,3.6],[1,1.1],[0.7,0.7],[1,0.8],[1.6,0.9],[1.9,0.3],[1.3,-0.4],[1.3,0.1],[1.5,0.4],[1.4,-0.4],[1.7,0],[0.9,-0.3],[0.8,0.1],[0.4,-0.5],[0.1,-0.4],[-0.1,-1.3],[-0.7,-1.6],[-0.7,-1.8],[-0.6,-1.5],[-0.3,-1.7],[0.7,-1.7],[2,0],[2.8,-3],[2.6,-2.6],[1.8,-2.9],[1.7,-1.6],[1.5,-1.3],[-1.4,-2.8],[-2.5,-2.6],[-4.3,2.2],[-3.1,2.1],[-3.2,0.1],[-4.1,-1.6],[-4.4,-3],[-4.5,-2.7],[-8.5,-1.5],[-7.7,-4.6],[-8.2,-3.6],[-8.1,-2.5],[-7.8,-2.2],[-6.6,-2.7],[-5.6,-2.8],[-4.9,-2.8],[-3.7,-2.8],[-2,-3.9],[-1.1,-4.2],[-1.5,-4.2],[-2.4,-3.5],[-4.3,-3.1],[-5.8,-3.1],[-5.3,-2.6],[-4.5,-2.2],[-3.8,-2.2],[-3.3,-2.2],[-2.8,-1.8],[-3,-1.8],[-3.5,-2.1],[-4.2,-2.6],[-5.2,-2.9],[-5.9,-3.1],[-6,-3],[-5.6,-2.9],[-5,-3],[-4.4,-3.3],[-4,-3.7],[-3.7,-2.8],[-3.7,-3],[-2.9,-3.6],[-3,-4.4],[-4.7,-4.8],[-4.9,-5.4],[-4.3,-5.2],[-3.6,-5],[-3.1,-5.2],[-2.6,-5.3],[-2.5,-4.9],[-2.6,-4.2],[-2.4,-3.7],[-2.3,-3.5],[-2.4,-3.7],[-2.6,-4.4],[-1.5,-4.7],[-0.6,-4.5],[0.1,-3.8],[0.2,-2.5],[-0.3,-1.9],[-1.5,-1],[-1.3,1.2],[1.3,3.7],[-0.7,1.4],[1.7,2.3],[-1.3,-0.8],[-1.1,-0.8],[-1,-1.8],[-0.3,-1],[-3.2,-4],[-1.7,-7.8],[-1.1,-7.4],[-1,-7.8],[-1.2,-8],[-0.6,-3.6],[0,-1.6],[0.6,-2],[0.9,-1.2],[1.1,-0.5],[1,0],[0,0.9],[0.1,1.1],[-0.4,0.7],[0.1,1.2],[0.2,0.1],[2.7,0.3],[-0.2,-0.9],[0.2,-0.3],[0.7,-0.4],[1.9,0],[-3.1,-1.8],[0,-2],[1.7,-0.6],[-0.2,-1],[-2.3,-3.1],[-2.2,-0.5],[-5.3,-0.7],[-4.6,-0.5],[-3.9,-0.4],[-2.6,-0.3],[-2.8,-0.8],[-2.6,-0.8],[-2.6,-0.3],[-3.2,-0.3],[-2.9,-0.3],[-3.1,-0.2],[-3.1,-0.4],[-2.6,-0.6],[-2,-0.8],[-1.3,-0.8],[-0.6,-0.8],[-0.5,-1.3],[-0.4,-1.5],[-0.3,-1.4],[0.3,-1.7],[0.4,-2.1],[0.2,-2.4],[0.5,-2.7],[0.9,-1.7],[1.3,-1.7],[1.6,-2.2],[1.4,-2.4],[0.8,-2.6],[0.7,-3.2],[0.6,-3.9],[1,-3.8],[1.4,-3.5],[0.7,-3.7],[0.5,-3.2],[0.4,-2.8],[0.7,-0.7],[0.5,-1.2],[-1.4,-0.5],[-0.6,-0.6],[-0.4,0.2],[0.2,0.4],[0.8,0.5],[0.7,0.9],[-0.4,1.4],[-0.6,1.3],[-0.5,2.2],[-0.4,2.2],[-0.1,1.8],[-0.3,1.4],[-1.4,1.3],[-2.1,0.7],[-2.8,0.2],[-2.7,-0.6],[-2.1,-1.7],[-4.5,-2.2],[-4.1,-3],[-4,-3.2],[-4,-3.8],[-4.4,-4],[-4.4,-4.9],[-3.4,-3.9],[-1.9,1],[-3,1.4],[-2.1,3.4],[-3.1,4.9],[-2.6,5.1],[-2.8,5.6],[-5.1,4],[-4.4,3.3],[-4.3,3.6],[-5.2,3.7],[-4.7,2.9],[-3.8,2.7],[-4.6,2.9],[-4.7,2.4],[-5.3,2.4],[-6.1,2.1],[-6.5,1.1],[-6.8,0.6],[-6.3,0.6],[-6.1,0.7],[-5.9,0.9],[-5.8,1.4],[-5.6,1.7],[-5.1,1.9],[-4.8,2.1],[-4.8,2.3],[-4.7,2.3],[-4.4,2.1],[-4.5,2.1],[-4.7,2],[-4.9,1.9],[-5.1,1.9],[-5.3,1.9],[-5.5,2.1],[-5.6,2.6],[-5.7,2.7],[-5.9,2.9],[-6.2,3],[-6.2,3],[-6.2,2.8],[-6.5,2.6],[-6.9,2.4],[-7.1,2.3],[-7.3,2.4],[-7.5,2.3],[-7.6,2.5],[-7.4,2.7],[-6.9,2.9],[-6.3,3],[-5.8,3],[-5.7,3],[-5.4,3.2],[-5,3.2],[-4.3,3.1],[-3.6,3.2],[-3.5,3.3],[-2.7,3.2],[-2.7,3.4],[-2.8,3.9],[-2.8,4],[-2.9,3.9],[-2.8,3.8],[-2.5,4.2],[-0.9,4.8],[-1.6,5.4],[-2.1,5.8],[-2,5.9],[-2,5.8],[-1.8,5.8],[-1.6,5.5],[-1.7,5.6],[-1.7,4.9],[-1,4.6],[-0.4,4.8],[0.4,5],[-0.7,5.2],[0.4,5.6],[-0.9,5.7],[-1.5,4.8],[-2.5,4.2],[-0.9,3.8],[0.2,3.9],[1.7,3.7],[1.9,3.8],[1.5,3.2],[1.3,2.1],[2.3,2.6],[3.5,2.4],[5.2,0.2],[4.2,-0.7],[-0.5,3.2],[-0.9,1],[0.4,-0.1],[0.2,-0.7],[0.5,0.4],[-0.5,-0.1],[0.3,-1],[0.4,-0.7],[0.6,-0.3],[-0.7,-0.5],[-0.4,-0.3],[0.8,0.2],[0.2,-0.2],[-0.7,0.2],[-1.1,-0.2],[-1.1,-0.3],[-1.1,-1.3],[-1,0],[-0.9,-1],[-1.7,-1.9],[-1,-0.6],[-0.6,-1.2],[-1,-1.4],[-1.5,-1.7],[-0.8,-0.9],[-1,-1.2],[-1,-1.2],[-0.3,-0.9],[-0.6,-0.9],[-6.5,-3.8],[-6.2,-3.7],[-5.8,-3.8],[-5.5,-3.5],[-4.9,-3],[-5,-2.1],[-5.9,-1.2],[-6.7,-0.4],[-6.8,-0.8],[-6.8,-0.4],[-7.3,0],[-7.3,0.3],[-7.2,0.1],[-7.4,-0.4],[-7,-0.4],[-7,-0.5],[-7,-2],[-6.3,-2.2],[-5.8,-2.7],[-5.7,-2.5],[-5.8,-2.9],[-5.8,-2.5],[-5.8,-2.4],[-5,-2.2],[-4.8,-2.1],[-3.2,-1.9],[-3.5,-1.7],[-3.4,-0.6],[-3,0.3],[-2.6,-0.1],[-1.9,-0.2],[-1.3,-0.6],[-0.5,-0.1],[-0.9,1.3],[-0.3,0.8],[-0.4,1.6],[-0.5,2.4],[-0.2,2.9],[-0.6,4],[-0.2,4.3],[-0.1,4.2],[0.2,4.1],[0.6,3.8],[0.9,3.6],[0.6,4.1],[0.8,3.6],[1.1,3.8],[1.2,4.1],[1.7,3.8],[2.1,3.3],[1.9,3.1],[2,2.7],[1.6,2.4],[2,1.6],[2.1,2.2],[2.1,2.1],[2.1,1.9],[1.7,2.5],[2.6,2.6],[2.8,3.1],[1.7,-0.2],[1,0],[1.4,-0.4],[1.4,0.3],[1.8,0],[1.6,-0.3],[1.5,0],[1.7,0.1],[0.9,-0.4],[0.5,-0.6],[0.1,-0.6],[0.2,-0.3],[0.2,-0.8],[-0.9,-1.6],[-0.9,-1.9],[-0.7,-2.1],[-0.6,-1.7],[-0.6,-1.6],[0.1,-1.9],[-0.3,-2],[1.3,-1.7],[-2,1.8],[2.3,-2.7],[1.6,-2.7],[0.2,-0.1],[-1.5,-1.3],[-3,-2.7],[-2.6,-2.2],[-3.7,3.5],[-2.2,2.3],[-2,0.3],[-2.3,-1.6],[-2.8,-2.7],[-4.9,-2.9],[-5.7,-4.2],[-7.6,-2.2],[-8.2,-4.8],[-7.4,-3.9],[-7.5,-2.8],[-6.9,-2.6],[-5.8,-2.6],[-4.9,-2.5],[-4.2,-2.3],[-3.5,-2.7],[-1.9,-4.1],[-1.5,-4.1],[-2.2,-3.3],[-4,-2.8],[-5.7,-2.5],[-5.5,-2.4],[-4.4,-2.3],[-4,-1.6],[-3.3,-1.5],[-3.2,-1.6],[-3.4,-1.7],[-4,-2],[-4.7,-2.3],[-5.7,-2.5],[-6.2,-2.7],[-6,-2.5],[-5.9,-2.4],[-5.6,-2.5],[-5.4,-3],[-4.5,-3.5],[-4.6,-3],[-3.4,-2.3],[-3.1,-3.1],[-4.2,-3.9],[-5.7,-4.4],[-6.1,-4.8],[-4.9,-5.2],[-4.1,-5.6],[-3.6,-5.7],[-3.2,-5.9],[-3.2,-5.5],[-4.1,-3.8],[-3.4,-4.7],[-3,-4.8],[-3.7,-5.2],[-3,-5.3],[-2.3,-5.6],[-2.1,-6.3],[-1.5,-5.6],[-1.3,-2.2],[-1.6,-0.6],[-2.7,1.1],[-2.5,3],[0.9,2.3],[1,3.9],[-0.3,0],[-0.5,-1.6],[-1,-1.3],[0.1,2.5],[-1.8,-1.9],[-2,-4.5],[-2.2,-7.2],[-2.2,-7.1],[-2,-7.3],[-2.4,-6.9],[-2.1,-7.2],[-0.5,-6.7],[-0.2,-5.5],[0.9,-1],[1.1,-0.5],[1.7,0.4],[0,0.2],[0.4,-0.6],[0.1,0.2],[-1.6,-4.4],[-0.3,-5.6],[1.5,-5.9],[1,-5.5],[4,-2.5],[2,-0.2],[1.8,-1.9],[2.2,-1.5],[1.2,-1],[-1.6,-1.1],[-1,-0.8],[-2.2,-3.3],[-3.2,-1.9],[-5.5,-0.8],[-4.2,-1],[-3.4,-1],[-2.1,-0.9],[-4.1,-1.3],[-3.4,-1.6],[-3.4,-1],[-3.1,-0.4],[-3.8,0.1],[-3.6,-0.5],[-3.3,-0.8],[-2.7,-1.2],[-1.7,-1.3],[-1.2,-0.9],[-1.3,-1.2],[-0.9,-0.9],[-1.2,-1.2],[-0.9,-1.2],[-0.3,-1.4],[-0.7,-1.7],[-0.7,-2],[-0.1,-2],[0.6,-1.9],[0.9,-1.6],[0.6,-1.9],[0.5,-2.7],[-0.6,-3.3],[-1.1,-3.4],[-0.3,-2.9],[0.7,-3.9],[0.6,-4.3],[-1.8,-3.8],[-1.4,-3.8],[-1,-3.7],[-0.9,-0.6],[-0.6,0.3],[-2.4,-0.5],[-0.8,-0.9],[-0.2,-0.5],[0.4,-0.5],[0.1,-0.6],[-1,0.7],[-1,-1.2],[-3.1,-0.5],[-4,-2.2],[-4.7,-1.3],[-2.8,-1],[-1.4,-0.1],[-1.5,0.8],[-3.8,0.3],[-4.6,-0.8],[-5,-1.5],[-3.7,-1.9],[-5.4,-2.6],[-5,-2.5],[-5.3,-3.5],[-5.4,-4.3],[-5.6,-4.5],[-5.5,-4.5],[-5,-4.5],[-5,-3.5],[-4.6,-2.8],[-4,-2.7],[-4.2,-1],[-3.2,0.9],[-5.1,1.1],[-6,1.9],[-5.9,1.4],[-5.4,0.8],[-6.2,1.5],[-5.1,1.7],[-4,1.1],[-4.7,2.2],[-3.9,2],[-3.9,2.4],[-6.8,2.1],[-7,1.2],[-6.7,0.8],[-6.2,0.6],[-5.8,0.7],[-5.5,0.9],[-5.3,1.3],[-4.8,1.9],[-4.5,2.6],[-4.2,2.8],[-4.3,3.1],[-4.1,3],[-3.9,2.8],[-4,2.8],[-4.1,3],[-4.1,3.1],[-4.3,3.3],[-4.4,3.4],[-4.7,3.2],[-5.1,3],[-5,3.1],[-5.2,3.3],[-5.5,3.3],[-5.5,3.2],[-6,3],[-6.2,2.7],[-6.7,2.5],[-6.7,2.5],[-6.9,2.5],[-7.1,2.5],[-6.9,2.7],[-6.6,2.8],[-6.3,3.4],[-5.4,4],[-5,3.9],[-4.8,3.8],[-4.5,3.4],[-4.3,3.2],[-3.6,3.3],[-3.2,3.3],[-3.1,3.4],[-2.1,3.5],[-1.6,4],[-2.1,4.7],[-2.3,4.7],[-2.4,4.4],[-1.9,4.3],[-1.2,4.4],[-0.1,4.6],[-0.2,4.7],[-0.8,5.1],[-0.5,5.9],[-0.9,6],[-1.4,5.8],[-1.3,5.2],[-1.6,5.1],[-1.2,5.5],[-0.3,5.2],[0.4,4.4],[0.9,3.7],[0.5,3.4],[-0.4,2.3],[-0.1,2.8],[-1,3.8],[-0.6,4.3],[-1,4.4],[0.1,4.3],[1.4,3.6],[2.1,3.3],[1.5,2.5],[1.6,2.2],[-0.8,-0.2],[-1.3,-2.2],[-3.4,-6.2],[-4.1,-6],[-2.1,2.4],[-1,5.3],[-0.4,0.6],[0.5,-0.7],[0.5,0.3],[-1.5,-1],[1,-0.7],[-0.2,-0.7],[0,-0.8],[-0.3,-0.8],[0.3,-0.2],[0.4,0.5],[0.5,0.3],[-0.1,-0.7],[-0.8,-0.8],[-0.9,-0.5],[-0.1,-0.1],[-0.7,-0.8],[-2.3,-0.9],[-3.1,-2.8],[-1.6,-2.3],[-0.7,-1.2],[-1.4,-1.1],[-1.4,-1.1],[-1.3,-0.7],[-0.5,-0.7],[-1.4,-0.9],[-0.1,-0.7],[-2.4,-1.8],[-6.6,-4.4],[-6.4,-4.1],[-5.8,-4.2],[-5.7,-3.9],[-5.3,-3.2],[-5.8,-1],[-6.5,-1.4],[-6.8,-0.9],[-7.8,-1.5],[-7.1,-0.9],[-6.5,-0.1],[-6.3,-0.2],[-8.2,-0.8],[-7.4,-1.4],[-6.9,-1],[-6.9,-1],[-7.6,-1.4],[-7.3,-2.2],[-6.5,-2.5],[-6,-2.8],[-6.2,-2.9],[-6.2,-3],[-6.1,-3],[-5.2,-3.2],[-4.6,-3.6],[-4,-4.3],[-4.1,-4.5],[-2.9,-3.7],[-4.6,-2.9],[-3.6,-2.2],[-2.8,-1.3],[-1.4,-0.4],[0.1,-0.7],[0.5,-0.5],[0.8,0.1],[1,0.5],[1.6,1.7],[1.4,2.4],[1.2,2.6],[0.5,3.5],[0.7,3.7],[1,3.7],[1.4,3.2],[1.2,3.1],[2.2,3.9],[1.9,4.2],[2.1,4.3],[2.1,4.3],[2.5,4.4],[2.7,3.8],[2.5,3.5],[3,3.3],[2.8,3.6],[2.3,3.1],[2.6,2.4],[1.9,1.9],[2.2,1.8],[2.2,2.4],[3.2,2],[3.8,1.3],[1.5,0.6],[1.5,0],[1.5,0.2],[1.6,0],[1.7,0.1],[1.6,-0.3],[1.4,0.1],[1.4,-0.1],[0.9,-0.4],[0.5,-0.3],[-0.4,-0.2],[-0.8,-0.6],[-0.9,-1.3],[-1.2,-1.7],[-1.1,-1.7],[-0.6,-1.9],[-0.6,-2.2],[-0.4,-2.2],[-0.4,-2.4],[-0.2,-2.6],[0.4,-2.5],[-0.6,-2.6],[1.3,-3.5],[0.9,-1.8],[0,-0.7],[-1.6,-0.4],[2.2,-6.3],[-0.8,2.8],[-3.5,2.2],[-1.9,2.3],[-3.2,-0.5],[-3,-2.5],[-3.3,-4.4],[-2.8,-3.4],[-6.6,-3.7],[-5.8,-4.9],[-6.6,-3.1],[-7.6,-4.6],[-6.8,-4],[-6.9,-3.1],[-5.9,-2.9],[-5,-2.6],[-4.6,-2.6],[-4.3,-2.4],[-3.5,-2.5],[-2,-3.5],[-2.2,-3.4],[-3.9,-3.1],[-5.4,-3.1],[-5.3,-2.5],[-4.7,-2.2],[-3.8,-1.8],[-3.7,-1.5],[-3.4,-1.3],[-3.9,-1.5],[-4.3,-1.9],[-5,-2.2],[-5.9,-2.4],[-6.2,-2.5],[-5.8,-2.5],[-5.9,-2.6],[-6.2,-2.8],[-6,-3.1],[-5.4,-3.3],[-5,-3.3],[-4.1,-3.3],[-3.4,-3.3],[-3.3,-3.1],[-6.2,-4.3],[-6.6,-4.6],[-5.7,-5.1],[-4.6,-5.4],[-3.7,-5.9],[-3.9,-5.9],[-4.7,-4.9],[-4.9,-4.8],[-3.8,-5.1],[-3.9,-5.2],[-4.2,-5.2],[-4,-5.7],[-3.6,-6.3],[-3.6,-7],[-3.7,-6],[-3.4,-2.5],[-2.5,-0.5],[-1.4,0.8],[-2.4,0.6],[0.7,3.3],[0.4,-1.5],[-1.6,-2.5],[-3.5,-1.7],[4.4,2.6],[-1.5,-0.8],[-3.2,-1.7],[-2.9,-6.6],[-2.9,-6.6],[-3.4,-7.1],[-3,-7.9],[-3.5,-4.7],[-2,-7.2],[-2,-7],[-0.5,-7.8],[-1,-6.6],[-0.2,-1.8],[2.1,-0.4],[1.5,0.3],[-0.3,0.3],[-1.5,0.1],[-3.9,-3.2],[-1.4,-3.7],[1.5,-4.6],[3.3,-3.9],[5.6,-2.7],[4.8,-2],[3.2,-1.4],[2.5,-1.3],[2.4,-0.5],[-0.1,-2.2],[-1.8,-2.8],[-2.2,-2.9],[-3.2,-1.9],[-4.1,-1.5],[-4.6,-0.4],[-3.8,-1.5],[-3.1,-2.6],[-4,-3.3],[-3.6,-2.1],[-3.4,-2],[-3.7,-2.8],[-3.7,-2.5],[-3.5,-2],[-3.2,-1.8],[-2.7,-1.7],[-2.1,-1.8],[-1.5,-2.1],[-1.5,-2.2],[-1.5,-1.6],[-1.5,-1.6],[-1.4,-1.6],[-0.8,-0.8],[-1.7,-1.9],[-1.5,-2.1],[-0.9,-2],[-0.2,-1.7],[0.2,-1],[-0.8,-2.2],[-1.6,-3.2],[-1.8,-3.4],[-1.7,-2.5],[-1.7,-2.8],[-2.5,-4.1],[-1.8,-5.4],[-2.4,-4.5],[-3.5,-4.9],[-3.8,-5.3],[-3.6,-3],[-4,-3.6],[-4.5,-3.8],[-2.6,-3.5],[-2.6,-3.9],[-3.2,-3.8],[-2.5,-3.8],[-4.9,-3.5],[-3.7,-3.1],[-4.8,-2.9],[-4.5,-3.1],[-6.2,-1.7],[-4.8,-2.4],[-4.7,-2.2],[-4.2,-0.4],[-6.4,-1.7],[-5.9,-1.5],[-5.9,-1.7],[-5.6,-1.9],[-5.9,-2.5],[-6.3,-3.3],[-6.2,-3.6],[-6.3,-4.2],[-6.4,-4.2],[-6.4,-4.2],[-6,-4.6],[-6.8,-3.8],[-5.7,-3],[-6.8,-3.8],[-7.4,-3.6],[-7.4,-3.3],[-7.4,-2.6],[-6.6,-2.2],[-6.8,-2.6],[-7.8,-2.2],[-6.6,-1.1],[-7,-1.6],[-5.3,-2],[-6.4,-0.9],[-5.8,0.1],[-7.1,0.3],[-6.5,0.8],[-7.6,1.3],[-5.9,1.8],[-5.3,2.5],[-5.7,2.8],[-5.3,2.4],[-4.8,2.3],[-4.4,2.3],[-4,2.2],[-3.6,2.8],[-3.7,3.1],[-3.6,3.5],[-3.3,3.5],[-3.1,3.4],[-3.2,3.4],[-3.1,3.7],[-3.5,4],[-4.2,3.6],[-4.5,3.2],[-4.6,3.1],[-4.5,3.3],[-4.6,3.2],[-4.9,3.4],[-5.1,3.3],[-5.6,3.1],[-6,3.2],[-6.2,3.2],[-6.4,2.8],[-6.3,2.7],[-6.4,3],[-6.1,3.1],[-5.6,3.5],[-5.3,3.6],[-5.1,3.4],[-4.3,3.4],[-3.5,3.5],[-3.5,3.4],[-3.1,3.3],[-3.2,3.4],[-2.6,3.6],[-2.5,3.6],[-1.3,3.3],[-0.5,3.3],[-0.4,4],[-1.4,4.4],[-1.5,5.2],[-1.3,5.4],[-0.1,5.3],[0.9,5.3],[0.5,5.1],[0.2,5.3],[0.1,4.2],[-0.4,3],[-0.7,2.5],[-1.6,2.9],[-1.2,3.2],[-0.6,1.8],[0.3,1.2],[0.9,1.6],[1,1.5],[1.5,1.2],[1.9,1.1],[1.6,1.8],[1.6,3],[0.6,3.5],[0.7,4],[1,4],[1.6,3.6],[2.1,2.4],[2.4,2.5],[2.8,1.8],[2.6,1.3],[-4,-4.8],[-4.3,-9],[-2.9,-10.3],[-2.8,-5.1],[0.5,3.2],[-0.9,0.5],[0.3,0.2],[-0.6,0.2],[-0.7,-0.5],[1.1,0.5],[-0.7,-1.5],[-0.4,-1.1],[0.7,-0.9],[1.1,0.7],[-0.6,0.4],[-0.9,-1.1],[0,-1.3],[-0.2,-1.9],[0.1,-1.5],[-0.2,-1.2],[0.1,-2.1],[-0.9,-2.3],[-1.7,-2.6],[-1.6,-3.1],[-0.5,-1.3],[-1.3,-0.8],[-0.5,-0.6],[-0.8,-0.4],[-0.7,-0.4],[-0.6,-0.4],[-0.8,-0.4],[-6.7,-2.8],[-7,-4],[-6.6,-4.3],[-6,-4.2],[-5.9,-4.8],[-5,-4.8],[-7.6,-4.6],[-7.4,-3.9],[-7.4,-2.9],[-8,-2.8],[-8,-3.6],[-7.1,-2.7],[-6.9,-3.1],[-9.2,-2.9],[-7.4,-2.2],[-7.6,-2.6],[-7,-2.8],[-7.8,-2.5],[-7.6,-2.8],[-7,-3.1],[-6.3,-3.5],[-6.3,-3.5],[-6.6,-3.1],[-6.4,-3.3],[-5.8,-3.5],[-5.1,-3.9],[-4.6,-4.4],[-4,-4.3],[-3.3,-4.3],[-3,-4],[-2.7,-2.9],[-2,-2.4],[-1.1,-1.3],[-0.6,-0.2],[-0.6,0.8],[0.2,0.5],[1.4,1],[2.5,1.5],[2.6,2],[2.7,2],[2.4,2],[1.8,3],[2.3,2.7],[1.8,2.4],[3.1,2.4],[3.5,3],[3.4,3.5],[3,4.1],[3.1,4.1],[3.1,3.8],[3.4,3.9],[3.3,3.7],[3.5,3.6],[3.4,3.1],[2.8,2.7],[2.8,2.7],[2.7,2.4],[2.2,1.8],[3.2,1.8],[2.7,2.3],[2.4,0],[0.2,0.4],[1.7,0.7],[1.4,0.2],[1.5,-0.2],[1.3,-0.7],[1.5,-0.9],[0.5,-1],[0.8,-1.2],[-0.3,-1],[-0.9,-0.2],[-1.6,-1.1],[-2.1,-1.9],[-2,-1.9],[-1.9,-2.1],[-1.4,-2.2],[-0.9,-2.2],[-0.3,-2.5],[0.1,-2.7],[-0.6,-4],[0.1,-3.4],[-0.5,-2.6],[0.3,-3],[1.2,-3.9],[-0.5,-2.4],[0.9,-2.7],[3.8,-5.5],[-0.8,-1.1],[0.5,3.4],[-0.2,4.2],[-3,0.1],[-3.9,-1.4],[-5.2,-2.4],[-4,-3.4],[-4.6,-4.6],[-7,-4.4],[-5.5,-4.7],[-5.9,-4.9],[-6.2,-3.2],[-6.2,-5],[-6.1,-4.1],[-6.1,-3.6],[-5.7,-3.6],[-4.7,-3.5],[-4.2,-3.1],[-4.2,-2],[-3.3,-2.1],[-2.5,-2.7],[-3.8,-2.7],[-5.1,-2.7],[-4.8,-2.6],[-4.5,-2],[-3.6,-1.8],[-3.3,-1.3],[-3.9,-1.2],[-4.2,-1.3],[-4.6,-1.5],[-5.1,-2],[-5.8,-2.2],[-6,-2.2],[-5.8,-2.2],[-6.1,-2.3],[-6.4,-2.3],[-6.5,-2.8],[-6.1,-3.4],[-5.5,-4.2],[-5.5,-5.2],[-4.7,-6.1],[-4.2,-4.3],[-6,-2.7],[-6.9,-3.7],[-6.1,-4.8],[-5.1,-5.9],[-4.2,-6.3],[-4.3,-6.1],[-4.8,-5.7],[-5.1,-4.9],[-4.6,-4.8],[-4.6,-4.7],[-5.1,-5.1],[-4.9,-5.7],[-4.9,-6],[-5.1,-6.3],[-6.4,-6.3],[-5.4,-5.3],[-2.1,-2.2],[-0.6,1.1],[0.3,5.9],[1,-0.4],[-0.8,-2.2],[-1.9,-1.1],[-0.3,1.2],[1.7,0.5],[-0.1,-1.1],[-2.8,-1.4],[-3.4,-5.6],[-4.3,-5.9],[-4.7,-7],[-4.4,-7.3],[-2.4,-4.6],[-2.8,-7],[-2.3,-7.2],[-2.3,-7.3],[-2.2,-6.5],[-0.1,-7.2],[1.4,-1.3],[1,-0.4],[-0.1,1],[-1,0.1],[-5,1.6],[-2,0.1],[1.5,-2.1],[2.1,-4.3],[3.3,-4.2],[3.5,-3.8],[2,-2],[2.2,-0.8],[2.9,-1.8],[-0.4,-1.5],[-0.6,-3.2],[-1.8,-3],[-2.9,-2.5],[-3.8,-1.6],[-3.2,-1.6],[-4.3,-1.1],[-3.8,-2.3],[-3.5,-3],[-3.6,-2.8],[-4,-2.4],[-4,-2.6],[-4,-2.5],[-3.7,-2.7],[-3.4,-2.9],[-2.8,-2.8],[-2.4,-2.7],[-2.3,-2.5],[-2.5,-2.2],[-3.2,-2.1],[-2.4,-2.4],[-2.3,-1.6],[-2.3,-1.6],[-3.8,-2.7],[-2.9,-3],[-3.6,-3.9],[-3.2,-2.5],[-4.2,-1.1],[-3.7,-1.5],[-4,-2.7],[-3.7,-2.9],[-3.2,-3.6],[-4.1,-4.8],[-4.2,-4.1],[-3.2,-3.7],[-3.9,-5.7],[-4.6,-4.9],[-4.9,-5.9],[-4.6,-6.9],[-5.2,-6.2],[-4.5,-5.7],[-4.3,-5.6],[-3.9,-6.3],[-4,-6],[-4,-5.7],[-4.8,-5.2],[-4.8,-5.1],[-5,-4.8],[-4.8,-3.4],[-4.9,-3.1],[-5.6,-3],[-6.2,-2.6],[-6.8,-1.5],[-6.2,-2],[-6.4,-1.8],[-6.5,-2.1],[-6.7,-2.6],[-6.8,-2.9],[-6.8,-3.2],[-6.7,-3.9],[-6.5,-4.2],[-6.7,-3.9],[-6.8,-3.6],[-6.8,-4],[-6.7,-4.7],[-6.7,-5],[-7,-5.6],[-7.3,-5.6],[-7.2,-5.7],[-7.2,-5.6],[-7.2,-5.2],[-7.3,-4.3],[-6.9,-3.5],[-6.5,-3.5],[-6.6,-3.4],[-5.7,-3.1],[-6.9,-2.3],[-6.1,-1.3],[-6.8,-0.2],[-7.6,-0.8],[-6.1,-0.7],[-5.1,0],[-5.1,0.8],[-5,0.8],[-4.8,1.2],[-4.2,0.8],[-3.3,1.4],[-4.5,2.9],[-3.2,2],[-3,2],[-2.4,2.5],[-2.1,3.4],[-2.5,3.6],[-2.4,4],[-1.4,5],[-3,4.6],[-4.4,4.2],[-4.6,3.7],[-4.1,3.3],[-4,3],[-4,3],[-3.8,3.4],[-4.9,3.6],[-5,4],[-5.1,4],[-5.8,3.7],[-6.2,3.5],[-5.8,3],[-5.6,3.2],[-5.2,3.3],[-4.7,3.2],[-4.3,3.3],[-4.4,3.6],[-4,3.2],[-3.5,3.1],[-2.9,2.7],[-2.3,2.8],[-1.6,2.8],[-1.8,3.5],[-1.3,3.3],[-0.6,3.5],[0.4,3.3],[1.4,3.6],[0.2,4],[-0.1,4.5],[0.2,5.2],[0.8,5.6],[1.1,5.7],[1.2,5.2],[0.5,4.4],[-0.1,3],[-1.4,1.2],[-1.3,0.5],[-2.2,-0.4],[-2.3,-1],[-2.5,-0.8],[-3.7,-1.9],[-2.4,-1.7],[-0.5,-1.2],[1.4,-0.9],[3.2,-0.3],[2.6,0.2],[2.7,1.8],[2.3,2.5],[2.1,2.6],[1.8,2.5],[1.9,2.7],[2.1,2.7],[1.9,2],[1.8,1.1],[2.8,0.9],[-0.6,-3.2],[-3.9,-10.5],[-3.2,-10.5],[-2,-9.2],[-4,-0.3],[-0.5,0.1],[1.2,0.2],[0.3,-0.8],[-0.5,-0.1],[0.3,0.1],[-0.4,-1.9],[-0.1,-2.8],[-0.2,-2.3],[0.3,-2.5],[-0.7,0.3],[-2.5,-1],[-0.5,-0.1],[-1.4,-1.6],[0.8,-0.6],[0.4,-0.1],[-0.4,-1.6],[-1.1,-1.9],[-1.6,-2.8],[0.2,-1.6],[0.3,-0.9],[-1.1,0],[-0.9,-0.3],[-1.6,-1],[-1,-0.5],[-0.7,-0.2],[-7.8,-3.7],[-7,-3.6],[-7.6,-3.8],[-7,-4.2],[-6.8,-4.5],[-6.7,-4.9],[-6.6,-6.3],[-6.6,-6.3],[-6.8,-6.2],[-7.9,-5.2],[-7.5,-4.2],[-8,-3.2],[-8.4,-4.7],[-7.9,-4.4],[-8.3,-5.4],[-7.6,-5.9],[-7.2,-4.5],[-8.2,-5.5],[-7.2,-4.9],[-6.9,-4],[-6.9,-3.4],[-6.5,-2.9],[-6.5,-3],[-6.6,-3.1],[-6.6,-2.7],[-6.3,-3],[-5.9,-3.9],[-4.8,-4.5],[-4.1,-4.4],[-3.4,-4.2],[-2.5,-4],[-2.1,-3.2],[-1.4,-2.3],[-0.6,-1.4],[-0.1,-0.5],[0.3,0.4],[1,1.1],[1.8,1.8],[2.9,1.5],[3,1.4],[3,1.8],[3.2,0.9],[1.8,-0.4],[2.1,-0.8],[1.8,-0.1],[1.7,0.4],[2.8,0.4],[4.4,2],[4.2,2.3],[3.4,2.6],[1.9,1.7],[3.6,3],[4.2,3.2],[4.6,3.6],[3.4,4],[4.3,3.7],[2.8,3.5],[2.8,3.4],[1.6,1.8],[1.7,1.6],[0.8,1.7],[1.6,1.2],[-0.6,1.3],[1.2,1.2],[1.6,0.7],[2.9,0.5],[1,0.6],[-1.8,-1.4],[-0.1,-1],[-0.6,-0.9],[-1.8,-0.5],[-1.6,-1],[-1.7,-0.9],[-2.7,-1.2],[-2.3,-1.4],[-2.2,-1.7],[-1.9,-2.1],[-1.4,-2.4],[-0.6,-2.8],[0,-3],[0.3,-4.1],[-0.6,-3.8],[0,-3.2],[0,-3.2],[0.4,-2.9],[1.3,-3.2],[3.2,-3],[3.7,-0.9],[-0.2,-1],[1.2,0.5],[1.5,2.7],[-2.7,-0.2],[-3.4,-0.8],[-4.8,-2.1],[-4.2,-3.2],[-6,-4.6],[-6.5,-4.2],[-5.1,-4.1],[-5.4,-3.8],[-4.8,-4.5],[-7.2,-3.1],[-5.4,-5.7],[-5.7,-4.7],[-5.4,-4.3],[-4.8,-4.1],[-3.9,-3.9],[-3.7,-3.1],[-4.2,-2],[-3.5,-2],[-4.1,-2.3],[-4.7,-2.4],[-4.5,-2.3],[-4.1,-2],[-3.8,-1.9],[-3.5,-1.3],[-3.8,-1.2],[-4.3,-1.1],[-4.7,-1.4],[-5.1,-1.4],[-5.6,-1.7],[-5.8,-1.9],[-5.5,-2],[-5.7,-1.9],[-6.1,-1.9],[-6,-2.5],[-6.7,-2.6],[-7,-3.9],[-6.7,-5.1],[-6.6,-6.2],[-5.8,-6.8],[-4.4,-2.2],[-5,-2.3],[-6.4,-3.5],[-6.2,-6],[-4.3,-7.3],[-4.1,-6.9],[-4.7,-6.2],[-5.1,-5.5],[-5,-5.2],[-5.5,-4.4],[-5.8,-4.6],[-5.7,-5.2],[-5.8,-5.7],[-5.9,-5.8],[-6.8,-5.7],[-7.4,-6.2],[-7,-7.6],[1.2,-1.1],[-0.9,-2.1],[-2.2,-1.6],[-5.3,-3.2],[-4.7,-1.3],[2.8,-0.2],[1,0.1],[-1.3,-1.5],[-2.7,-1.8],[-4.5,-4.3],[-5.6,-5.8],[-5.6,-7.4],[-5.2,-7.5],[-5,-7.6],[-4,-7.7],[-2.6,-7.3],[-2.9,-7.3],[-1.7,-6.4],[-1.4,-6.9],[0.2,-4.3],[1,-2.7],[1,-0.7],[-0.5,-0.5],[-1.1,0.1],[-2,-3],[0.1,-4.1],[1.7,-4.4],[3.2,-4.8],[3.1,-3.4],[2.5,-2.4],[2.3,0],[2.6,-0.7],[2.3,-1.5],[0.8,-1.7],[-1.6,-2],[-2.4,-2.2],[-3.7,-1.2],[-3,-1.5],[-3.3,-1.6],[-4.8,-1.8],[-4.4,-2.6],[-4.5,-2.4],[-4.7,-2.6],[-4.4,-2.8],[-4,-2.7],[-3.9,-2.8],[-3.6,-3.3],[-3,-3.5],[-2.6,-3.2],[-2.2,-3],[-3.1,-2.7],[-4.3,-2.3],[-3.9,-1.5],[-4.1,-1.5],[-4.4,-2.4],[-4.3,-3],[-4.6,-3.4],[-4.7,-3.1],[-7,-4.3],[-6.5,-2.3],[-5.9,-3],[-5.5,-4],[-5.1,-4.2],[-5,-4.3],[-5.4,-5],[-5.1,-5.5],[-5.6,-6.1],[-4.7,-6],[-5.5,-6.6],[-5.6,-6.6],[-5.5,-6.6],[-5.3,-6.5],[-5.3,-6.3],[-5.2,-5.8],[-5.3,-6.1],[-5,-6.2],[-4.8,-6.3],[-5,-6],[-4.8,-5.1],[-5.1,-4.8],[-5,-4],[-5.7,-4.8],[-5.7,-3.9],[-5.8,-3],[-6.3,-2.6],[-6.1,-3],[-6.2,-2.6],[-6.7,-2.3],[-6.8,-2.5],[-7,-2.8],[-7,-3.2],[-7.1,-3.4],[-6.8,-3.8],[-7,-4.2],[-7.1,-4],[-7,-4],[-7.2,-4.1],[-7.3,-4.3],[-7.4,-4.6],[-7.2,-4.7],[-7.2,-4.7],[-7.1,-4.6],[-7,-4.3],[-6.9,-3.8],[-6.7,-3.7],[-6.7,-3.3],[-6.3,-3.1],[-6.4,-3.4],[-6,-3.8],[-6.7,-4.2],[-8.2,-3.2],[-7.5,-2.2],[-6.9,-2],[-5.3,-1.9],[-6.2,-2.7],[-5.6,-2.8],[-5.8,-3.1],[-5.1,-1.9],[-6.6,-2.2],[-3.9,0.6],[-3.6,0.6],[-2.6,-0.4],[-2.6,0.1],[-2,1.4],[-2.6,1.7],[-1.9,1.1],[-0.5,-0.2],[-4.7,1.6],[-3.9,1.7],[-3.8,2.4],[-3.6,2.8],[-3.2,2.8],[-3.3,2.6],[-2.9,2.5],[-3.1,3.5],[-3.3,4.1],[-4.2,5.3],[-6,4.8],[-5.7,4.3],[-5.4,4],[-5.1,3.3],[-4.8,2.9],[-4.2,2.4],[-4.1,2.3],[-4.1,2.1],[-3.9,2.3],[-3.3,2.5],[-2.5,2.8],[-1.8,3],[-0.7,2.7],[0.5,2.5],[0.7,3],[1.2,3],[1.6,3.5],[2.1,2.4],[2.6,2.2],[2.7,3.4],[1.6,4.7],[1.4,4.7],[1.9,4.6],[0.4,4.4],[-0.1,2.6],[-0.4,1.4],[-2.8,0.9],[-4.7,-0.6],[-5.6,-2.1],[-5.5,-2.4],[-5.8,-3.4],[-5.8,-3.8],[-4.8,-3.8],[-3.8,-3.6],[-3.8,-3.2],[-2.5,-2.7],[0,-1.5],[2.6,1.4],[3.5,1.2],[3.3,1.2],[2.8,3],[2.1,2.4],[2.7,2.4],[1.2,2.2],[1.5,1.2],[1.4,-0.1],[-0.9,-5],[-4.7,-8.2],[-3.1,-10.4],[-1.8,-9.6],[-1.4,-6.8],[-0.4,-2.2],[0.4,0.4],[0.9,-0.3],[-0.9,-0.6],[-0.3,0.1],[1.5,-1.3],[0.1,-3],[0.1,-2.8],[-2.1,-3.1],[-2.2,-3.4],[-2,0.4],[-0.4,-1],[-0.3,-0.6],[-0.6,-0.8],[-0.7,-1.4],[-0.9,-1.1],[-0.9,0.4],[-0.4,0.2],[0.4,-0.3],[-0.3,-0.4],[-4.8,-0.9],[-5.7,-1.3],[-4.3,-1.3],[-6.7,-2.8],[-7.2,-3.5],[-7.7,-3.5],[-7.8,-3.7],[-7.6,-3.6],[-7.6,-3.9],[-7.7,-4.1],[-7.9,-4.4],[-7.6,-4.4],[-7.6,-4.9],[-7.6,-5.2],[-7.7,-5.2],[-7.7,-4.8],[-8.4,-3.9],[-8.5,-1.9],[-8.3,-1.1],[-8.5,-0.6],[-8.2,-1.4],[-7.4,-3],[-6.5,-4.3],[-7,-3.3],[-6.8,-3.7],[-6.5,-3.7],[-6.3,-3.4],[-6.4,-3.1],[-6.7,-2.9],[-6.6,-3.3],[-6.6,-3.3],[-6.4,-3.5],[-5.5,-4.2],[-4.3,-4.7],[-3.4,-4.5],[-2.7,-4.4],[-1.6,-4.1],[-0.9,-3.2],[0,-2.1],[0.8,-0.9],[1.5,0.6],[1.9,1.8],[2.3,2.1],[2.3,1.9],[2.8,0.6],[2.7,-0.5],[1.3,-0.7],[1,-0.6],[0.7,0.2],[1.8,-0.3],[1.5,-0.1],[1.4,0.4],[1.1,1.1],[1.2,-0.2],[1.6,0.5],[1.5,0.6],[1.6,1],[2.7,2.5],[3.4,3],[4.6,3.9],[4,3.2],[2.4,1.5],[2.2,1.9],[1.7,1.7],[2.5,2.4],[1.7,2.5],[0.9,0.2],[-0.2,-1.7],[-1.2,0],[-0.8,-0.4],[-0.5,0.7],[-1.7,-0.4],[-2.2,-1.5],[-3.3,-2.6],[-2.2,-2],[-2.2,-0.8],[-2.3,0.1],[-2.5,-0.5],[-2.8,-0.5],[-2.4,-1.1],[-2.3,-1.2],[-2.2,-1.8],[-1.7,-2.3],[-1,-2.7],[-0.5,-3],[-0.2,-3.2],[-0.3,-3.2],[-0.2,-3],[-0.1,-3.2],[0.6,-3.3],[1.4,-3],[2,-2.6],[1.5,-2.2],[0.1,-0.6],[0.4,1.8],[2.2,-0.1],[-1.5,0.5],[-2.9,-0.9],[-2.8,-0.8],[-4.5,-2.5],[-4.4,-2.7],[-4.9,-3.5],[-4.2,-4.1],[-4.4,-3.8],[-5.2,-3.2],[-5.3,-4.1],[-6.3,-5.3],[-5.1,-5.4],[-4.9,-4.8],[-4.5,-4.5],[-3.8,-4.2],[-3.2,-4],[-3.7,-2.9],[-4.2,-2.1],[-4.4,-1.9],[-4.2,-2.1],[-4.1,-2.1],[-3.9,-1.6],[-3.4,-1.4],[-3.4,-1.1],[-3.6,-0.9],[-4,-1],[-4.7,-0.7],[-5.1,-1],[-5.4,-1.2],[-5.2,-1.4],[-4.9,-1.5],[-4.9,-1.4],[-5.2,-1.2],[-4.9,-1.4],[-5.9,-1.2],[-7.6,-2],[-8,-4],[-7.8,-5],[-7.2,-6.1],[-5.1,-6.7],[-1.3,-6.2],[4.3,-0.2],[-7.8,0.5],[-4.5,-8.4],[-3.1,-7.3],[-4.3,-6.4],[-5,-5.7],[-5.3,-5.1],[-5.6,-4.4],[-6.1,-4.3],[-6.1,-4.6],[-6.3,-4.8],[-6.5,-4.8],[-6.4,-5.1],[-8.1,-5],[-8.8,-4.7],[-10.2,-3],[-7.9,-2],[-7,-2.1],[-6.6,-2.6],[-4.1,-0.4],[-4.6,-2.6],[-1.7,-1.3],[-1.7,-1.4],[-5.2,-1.5],[-6,-3.5],[-6.7,-5.6],[-6.7,-7.3],[-6,-7.8],[-5.5,-8],[-4.5,-7.8],[-3.5,-7.1],[-3.2,-6.7],[-3.6,-8.5],[-2.9,-10.4],[-1.9,-9.4],[-0.5,-5.2],[-1.6,-3.5],[-0.6,-0.9],[-3.8,-2.1],[-4.1,-3],[-0.1,-3.9],[0.2,-2.2],[4.2,-4.5],[2.7,-2.2],[1.9,-2.1],[0.3,1.8],[-1.9,0.2],[-1.5,-1.8],[1.2,-0.3],[-1.8,-1],[-2.2,-2],[-3.3,-1.1],[-3.9,-1.2],[-3.4,-1.7],[-5,-2],[-5,-2.3],[-4.7,-2.5],[-4.8,-2.8],[-4.3,-2.3],[-4,-2.5],[-4.2,-2.7],[-4.2,-3.1],[-3.9,-3],[-3.4,-3.2],[-2.7,-3.6],[-2.9,-4.2],[-5.6,-3.4],[-5.3,-2.8],[-6,-2.5],[-5.4,-3.3],[-4.9,-3.4],[-5.2,-3.7],[-6.4,-3.9],[-6.8,-4.3],[-7.8,-3.9],[-6.9,-4],[-5.7,-4.7],[-5.7,-5.5],[-5.9,-6.2],[-5.6,-5.9],[-5.9,-5.9],[-5.6,-5.9],[-5.5,-5.7],[-5.9,-5.9],[-5.8,-6.1],[-5.9,-6],[-5.9,-6.1],[-5.9,-5.8],[-6.3,-5.7],[-6.1,-5.4],[-5.9,-5.6],[-5.7,-5.7],[-5.2,-5.8],[-5.1,-6],[-5.6,-5.6],[-6.2,-5.8],[-5.9,-4.8],[-5.8,-4.3],[-5.8,-4.1],[-6.2,-3.4],[-6.1,-3.1],[-6.3,-2.8],[-6.6,-2.4],[-7,-2.5],[-7.1,-2.9],[-6.9,-3.1],[-7.1,-3.2],[-7.2,-3.3],[-7.5,-3.2],[-7.4,-3.3],[-7.4,-3.6],[-7.7,-3.8],[-7.8,-4],[-7.7,-4.1],[-7.6,-4.4],[-7.4,-4.7],[-7.2,-4.8],[-7,-4.4],[-6.9,-3.8],[-6.8,-3.3],[-6.7,-3.2],[-6.7,-2.9],[-6.7,-2.7],[-6.7,-2.8],[-7,-2.6],[-7.4,-2.5],[-7.1,-2.4],[-6.6,-3],[-6.2,-3.5],[-6.4,-3.8],[-7,-3.7],[-7.2,-4.1],[-7.1,-4.3],[-7.8,-4],[-6.5,-3.5],[-6.3,-2.7],[-5.5,-2.4],[-5.6,-1.5],[-5,-0.8],[-5.4,-1.1],[-5.2,-0.9],[-5.6,-1.6],[-4.7,-1.3],[-2.9,0.1],[-3.2,0.9],[-2.1,2.3],[-3.2,1.5],[-2.5,1.4],[-2.3,2.6],[-2.8,1.8],[-0.6,1.6],[-2.2,4.1],[-4.8,4.4],[-5.5,4.5],[-5.1,3.8],[-4.3,3.9],[-5.2,3],[-4.2,2.6],[-3.7,2.4],[-3.8,2.2],[-3.5,2],[-2.8,1.9],[-1.5,1.7],[-0.6,1.8],[0.6,1.7],[1.6,1.7],[2.8,1.5],[2.9,1.7],[2.9,1.7],[3.3,2.1],[4.4,1.9],[4.4,2],[3.8,2],[2.7,2.3],[1.7,1.3],[-1.4,0.5],[-1.9,0.6],[-4.3,0.1],[-6.7,-1.2],[-6.8,-1.6],[-6.8,-2.4],[-6.7,-3.1],[-6.2,-3.5],[-5.8,-3.9],[-5.3,-4.2],[-4.8,-5],[-4.4,-5],[-4.5,-3.7],[-4.2,-2.9],[-3.4,-2.5],[-2.5,-1.5],[1.2,-0.6],[4.2,0.7],[4.5,1.5],[2.4,1.8],[2,1.7],[1.1,1.4],[-0.8,-2.1],[-5.9,-3.1],[-3.1,-5.2],[-2.7,-10.7],[-2.2,-9.8],[-1.5,-5.1],[0.2,-1.7],[-1.6,-0.7],[1.1,0.2],[0.4,0.5],[-2.3,-0.7],[2.4,0.5],[1,-1.7],[-0.2,-2.2],[-1.9,-3.4],[-4.4,-3.8],[-4.2,-3.6],[-0.6,0.7],[0.1,1],[0.2,-0.9],[-1.5,-0.8],[-1.3,0.2],[-0.8,0.1],[-0.3,-0.1],[-0.2,-0.9],[-5.3,-1.4],[-6.4,-1.1],[-7.2,-1.7],[-7,-2.3],[-7.4,-2.7],[-7.5,-2.6],[-7.8,-2.6],[-7.8,-2.6],[-7.9,-2.5],[-8.1,-2.9],[-8.1,-3.4],[-8.2,-3.7],[-8.1,-4.2],[-8,-4.6],[-8.1,-4.5],[-8.1,-4.3],[-8.1,-4.4],[-8.2,-3.9],[-8.1,-3.3],[-7.9,-2.6],[-8.1,-2],[-7.7,-1.9],[-7.3,-1.7],[-7.1,-1.6],[-6.8,-2],[-6.6,-2.6],[-6.6,-2.7],[-6.5,-2.7],[-6.4,-2.7],[-6.9,-2.9],[-7.2,-3.3],[-6.8,-3.9],[-6.6,-4.1],[-6.2,-4.4],[-4.9,-4.9],[-4,-5.2],[-3.1,-5.2],[-2.1,-5.3],[-1.1,-5.2],[-0.5,-4.6],[0.4,-3.9],[1.8,-2.6],[2.7,-0.9],[2.8,0.4],[2.4,0.9],[2.4,1],[2.2,-0.2],[0.3,0],[0.5,-0.1],[1.5,-0.2],[1.5,-0.1],[1.8,0.3],[1.3,0.5],[1.4,0.2],[1.3,0.9],[1.8,0.4],[1.9,0.6],[1.9,1.1],[1,0.2],[1.9,1.9],[2.2,1.9],[1.4,1.8],[1.4,0.9],[1.7,1],[2,1.4],[2.8,2.8],[2.4,3.3],[2.4,2.4],[1.9,-0.9],[1.3,0.1],[-0.3,1.1],[-1.5,-1],[-1.6,-0.3],[-1.8,-1.9],[-2.6,-1.7],[-2,-0.9],[-2,-0.3],[-2.2,-0.3],[-2.5,0.2],[-2.8,-0.1],[-2.7,-0.4],[-2,-1.2],[-2.2,-1.5],[-1.7,-1.9],[-1.3,-2.8],[-0.8,-2.8],[-0.3,-2.9],[-1,-2.7],[-0.8,-3.2],[-0.3,-3.3],[0.1,-3.8],[0.9,-3.6],[0.9,-1.6],[1.1,-0.8],[-0.9,0.9],[-0.3,1],[-0.9,1.9],[2,2.7],[-1.9,0.8],[-1.8,1.7],[-1.4,0.8],[-3.5,-3.3],[-3.5,-5.5],[-3.3,-6.2],[-2.2,-3.6],[-2.9,-2.8],[-4.6,-2.3],[-5.9,-2.8],[-4.4,-5.9],[-4.1,-5.5],[-4,-4.9],[-3.4,-4.7],[-2.9,-4.8],[-3,-4.5],[-3.8,-3.2],[-4.3,-2.2],[-4.2,-1.6],[-3.4,-2.2],[-3.5,-1.9],[-3.1,-1.1],[-3.3,-0.5],[-3.7,-0.5],[-3.9,-0.6],[-4.5,-0.8],[-5,-0.5],[-4.8,-0.9],[-4.6,-1],[-4.3,-1.2],[-4.2,-1.2],[-4.6,-1],[-4.2,-0.7],[-2.5,-0.6],[-1.8,-1.8],[-3.8,-2.1],[-6.9,-3.1],[-8.3,-5.7],[-5.5,-7.4],[-1.6,-7.9],[0.4,-3.4],[-1.6,-1.9],[-2.4,-7.1],[-3.3,-6.4],[-3.8,-6.3],[-4.8,-5.7],[-5.1,-5.1],[-5.4,-3.9],[-6,-3.8],[-6.2,-4],[-6.5,-4.1],[-6.9,-4.1],[-7.2,-4.3],[-7.2,-5.2],[-7.8,-3.2],[-8.1,-2.3],[-7.6,-1.9],[-7.5,-1.9],[-5.6,-1.9],[-1.2,-1.4],[-3.7,-2.2],[-5.9,-2],[-5.9,-0.6],[-6.4,-1.1],[-7.2,-2.9],[-8,-5.1],[-7.8,-6.8],[-6.7,-7.2],[-5.5,-7.6],[-5.2,-7.8],[-4.3,-8],[-4.1,-8.1],[-5.2,-9.4],[-3.8,-8.7],[-0.6,-8.4],[-2.2,-6.2],[-2,-4.5],[-3.9,-1.7],[-3.5,-1.9],[-3.4,-2.3],[-2,-4.1],[-0.4,-4.5],[1.5,-1.7],[1.8,1.9],[2.5,1.8],[0.9,0.5],[-0.3,1.8],[-1.3,-3.3],[-1.1,0.4],[-1.4,-1.6],[-2.5,-1.1],[-3,-1.1],[-4.3,-0.8],[-4.1,-1.6],[-4.1,-2.3],[-4.8,-2.6],[-4.9,-2.7],[-4.7,-2.6],[-4.3,-2.4],[-4.3,-2.7],[-4.7,-3],[-4.4,-3],[-4.3,-3],[-4.4,-2.8],[-4.5,-2.8],[-4.1,-3],[-5.1,-3.3],[-5.7,-3.1],[-6.2,-3.2],[-5.6,-3.5],[-4.9,-3.9],[-6.1,-3.7],[-6.6,-3.4],[-7.1,-3],[-7.5,-3.5],[-7.4,-3.8],[-6.5,-4.3],[-6.6,-4.9],[-6,-4.9],[-6.1,-5],[-6.2,-5],[-5.8,-4.9],[-6.1,-5],[-6.3,-5.1],[-6.3,-5.3],[-6.3,-5.5],[-6.2,-5.6],[-6.4,-5.9],[-6.5,-5.7],[-6.5,-5.3],[-6.4,-5.2],[-6.4,-5],[-6.2,-4.8],[-5.9,-5.1],[-6,-5.4],[-6,-5.1],[-6,-4.6],[-6.2,-4.3],[-6.2,-4.1],[-6.1,-3.6],[-6.2,-2.9],[-6.2,-2.5],[-6.6,-2.3],[-6.9,-2.3],[-6.9,-2.4],[-6.8,-2.8],[-7,-3.1],[-7.2,-3.2],[-7.5,-3.2],[-7.7,-3.2],[-7.8,-2.9],[-8.1,-2.8],[-8.1,-3.2],[-8.1,-3.8],[-8,-4.3],[-7.5,-4.5],[-7.2,-4.3],[-7.1,-3.9],[-7.1,-3.5],[-7.3,-2.8],[-7.6,-2.1],[-7.5,-1.8],[-7.3,-1.5],[-7,-1.6],[-7.7,-1.9],[-7.9,-1.8],[-8.1,-1.7],[-7.7,-2],[-7.3,-3],[-7.2,-4.1],[-7.2,-4.5],[-7.4,-4.2],[-7.4,-4.1],[-7.8,-4.1],[-7.3,-3.7],[-7.4,-4.7],[-7.7,-4.5],[-7.5,-4.6],[-7.3,-4.4],[-6.7,-3.1],[-6.5,-2.8],[-6.8,-2.8],[-5.7,-1.8],[-6.4,-1.6],[-6.2,-1.4],[-6.3,-1.5],[-5.7,-0.6],[-4.2,-0.5],[-4.7,-1.1],[-3.6,-0.9],[-1.4,0.6],[-0.1,1.7],[-4.8,3],[-5.3,2.4],[-4.5,2],[-2.7,2.8],[-4.3,3.8],[-4.5,3.1],[-3.3,2.6],[-3.1,2.1],[-2.7,1.8],[-2,1.2],[-0.6,1.1],[0.8,0.9],[1.4,0.9],[2,0.8],[2.6,0.4],[2.5,0.5],[3.4,1],[3.6,0.8],[5.1,1.1],[5.3,0.6],[4.6,1.1],[2.7,0.8],[0.1,-1.2],[-5.6,0],[-5.8,-0.5],[-6.7,-1.9],[-7.1,-2.3],[-7,-2.4],[-7,-2.7],[-6.5,-2.9],[-5.6,-3.2],[-4.9,-3.5],[-4.9,-3.8],[-5,-4],[-4.6,-4.2],[-4.4,-3.6],[-4.2,-2.6],[-4.2,-1.9],[-3.8,-2.1],[-2.9,-3.2],[-0.9,-4.4],[3.7,-1.7],[3.5,1],[3.6,0.9],[2.1,0.8],[-1.7,-0.5],[-2.2,2],[-1.5,0.3],[-0.6,-9.6],[-2,-9],[-0.3,-1.3],[-0.5,-3],[0.3,-0.2],[0.2,1],[1.1,-0.6],[-0.5,0.6],[0,-0.7],[0.1,-1.5],[-1.1,-1.7],[-1.6,-1.9],[-1.8,-2],[-3.2,-2.1],[-3.5,-1.8],[-3.5,-1],[-3,-0.9],[-1.2,-0.1],[-1.4,-0.2],[-0.3,0.7],[-0.6,0.2],[-3.3,-0.4],[-6,-0.9],[-6.9,-1],[-7.7,-1.2],[-7.4,-1.7],[-7.3,-2],[-7.4,-2],[-7.5,-2.1],[-7.6,-2],[-7.9,-2.2],[-8.4,-2.3],[-8.7,-2.6],[-8.5,-3.3],[-8.6,-3.4],[-8.5,-3.6],[-8.1,-3.7],[-8.2,-3.7],[-8.6,-3.4],[-8.3,-3.2],[-7.8,-3.2],[-7.9,-2.8],[-7.8,-2],[-7.7,-1.8],[-7.2,-1.8],[-6.9,-2],[-6.9,-1.8],[-7.1,-2],[-6.8,-2.4],[-6.9,-2.8],[-6.6,-3.3],[-7.2,-3.3],[-7.4,-3.8],[-7.2,-3.9],[-7,-4.5],[-6.4,-4.8],[-5.8,-5],[-4.7,-5.7],[-3.7,-6.1],[-2.8,-6.3],[-1.9,-6.5],[-1.4,-6.4],[-0.8,-6],[0.5,-5.1],[2,-3.1],[2.5,-0.6],[1.8,0.9],[-0.3,0.1],[-0.2,0.3],[0.1,0.3],[0.7,0.8],[1.2,0.6],[1.4,0.6],[0.7,0.2],[1.1,1.5],[1.5,-0.2],[0.8,1.2],[1.2,0.9],[1.9,0.8],[2.4,0.3],[1.3,2],[1.1,0.5],[1.6,0.6],[0.3,1.7],[1.9,1.8],[2,1.1],[1.1,-0.1],[0.9,1.9],[1,2.5],[0.5,2.4],[-0.9,-1.5],[0.4,-0.5],[-0.9,-0.2],[-0.6,-0.1],[-0.5,-1.5],[-1.2,-0.9],[-1.5,-1.8],[-2.2,-0.2],[-2.5,0.2],[-3.2,0.4],[-2.5,0.1],[-2.5,0.1],[-2.1,0.4],[-2.8,-1.1],[-2.6,-1.5],[-2,-2.3],[-1.1,-2.6],[-0.6,-2.7],[-0.5,-2.7],[-0.8,-2.4],[-1.4,-3],[-1,-3.4],[-0.5,-3.9],[0.5,-3.3],[0,0.4],[1.3,-1.4],[0.7,-0.1],[0.7,-0.1],[1.2,0.3],[1.7,-1.8],[-2.7,0.6],[-0.1,0.8],[1.3,2],[1.6,-1.5],[-1.5,-6.1],[-2.2,-4.9],[-2,-4.6],[-0.8,-3.8],[-1.9,-4],[-3.5,-3.6],[-6.4,-2.9],[-3.9,-5],[-3.2,-4.8],[-3,-4.8],[-2.5,-5.2],[-2.3,-5.2],[-2.9,-4.1],[-3.6,-2.9],[-3.8,-1.8],[-3.5,-1.4],[-3,-1.8],[-3,-1.5],[-3.2,-0.8],[-3.8,-0.7],[-4.3,-0.9],[-4.9,-0.8],[-4.7,-1],[-4.4,-0.7],[-4.1,-0.6],[-4.1,-0.6],[-3.9,-0.9],[-4,-0.9],[-3.5,-0.7],[-2,-0.3],[-0.5,-0.6],[-0.1,-1],[0.1,0.5],[1,1.5],[-6.5,-6.3],[-2.6,-7.8],[-4,-4.6],[-4,-2.1],[-1.8,-5.3],[-3.4,-5.6],[-3.7,-5.4],[-4.3,-5.1],[-5,-4.7],[-4.9,-3.8],[-6.1,-2.9],[-6.2,-3.2],[-6.4,-3.3],[-6.8,-3.1],[-7.1,-3.2],[-7.7,-3.3],[-8,-2.8],[-8.1,-1.7],[-7.5,-0.9],[-6.2,-0.4],[-4.4,0.6],[-5.1,-1.4],[-4.4,-2.6],[-5.6,-1.3],[-5.9,-0.7],[-6,-0.8],[-7.9,-0.8],[-9.2,-4.4],[-8.5,-5.9],[-7.6,-6.8],[-6.6,-7.8],[-6.5,-8.9],[-5.9,-9.8],[-5.3,-10.3],[-4.9,-9.7],[-3,-9.6],[-1.8,-7.9],[-2.5,-7.8],[-3.2,-5.4],[0.2,-2.6],[-2.8,-1],[-2.6,-3.5],[-1.7,-3.7],[-0.4,-4.2],[0.9,-3.4],[0.8,-1.4],[-0.4,-1.3],[-1.8,0],[-0.9,-0.6],[-2.5,-0.2],[-2.7,-0.1],[-2.5,-1.7],[-2.2,-1.9],[-3,-1.8],[-4,-1.8],[-4.7,-2],[-4.3,-2.8],[-4.6,-2.5],[-4.5,-2.7],[-4.5,-2.8],[-4.5,-3.2],[-4.6,-2.8],[-4.8,-2.9],[-4.6,-3.1],[-4.7,-3.2],[-4.8,-3.1],[-5.3,-3],[-5.4,-3.1],[-5.5,-3.3],[-6,-3],[-6.3,-2.9],[-5.8,-2.8],[-5.6,-2.5],[-6.5,-2.9],[-6.5,-2.7],[-7.2,-2.8],[-7.8,-3.2],[-7.4,-3.4],[-7.2,-4],[-7,-4.2],[-6.5,-4.1],[-6.5,-4.2],[-6.5,-4.2],[-6.3,-4.2],[-6.4,-4.2],[-6.3,-4.1],[-6.3,-3.9],[-6.4,-4.2],[-6.5,-4.6],[-6.5,-4.7],[-6.3,-4.7],[-6.5,-4.7],[-6.4,-4.6],[-6.5,-4.7],[-6.6,-4.5],[-6.5,-4.1],[-6.5,-3.9],[-6.3,-4],[-6.4,-3.9],[-6.5,-3.8],[-6.4,-3.6],[-6.3,-3.3],[-6.2,-2.1],[-6.3,-2],[-6.6,-1.9],[-6.6,-1.7],[-6.7,-1.8],[-6.9,-1.9],[-7.2,-2.3],[-7.5,-2.5],[-7.6,-2.5],[-7.7,-2.6],[-7.9,-2.4],[-8.4,-2.3],[-8.3,-2.8],[-8.1,-3],[-7.9,-3.5],[-7,-3.8],[-6.6,-3.6],[-6.7,-2.7],[-6.6,-1.7],[-6.2,-1.7],[-6.7,-1.6],[-7,-1.3],[-7.2,-1.6],[-7.5,-1.8],[-7.8,-2],[-8.2,-2],[-8.4,-1.7],[-8.6,-1.6],[-8.7,-2],[-8.6,-2.7],[-8.2,-3.3],[-8,-3.5],[-7.8,-3.2],[-8,-3.4],[-8.1,-4.1],[-7.7,-5.1],[-7.5,-5.6],[-7.4,-5.7],[-6.8,-5.3],[-7.2,-5.3],[-6.9,-4.9],[-6.5,-3.7],[-7.3,-5.2],[-7.8,-4.8],[-6.7,-4],[-7.1,-2.6],[-7.5,-3.6],[-6.4,-3.4],[-5.8,-2.7],[-5.1,-2.4],[-4.9,-2.8],[-4.1,-0.5],[-3.9,3.4],[-3.7,4.1],[-2.4,4.3],[-3.3,3.8],[-3.4,3.2],[-3.6,3.3],[-3.7,2.5],[-3.1,1.2],[-2.6,0.8],[-3.1,0.8],[-2,-0.4],[-0.7,0],[-1,0.9],[-1.4,1],[-1.6,0.9],[-0.8,0.5],[0.9,0.6],[3.2,0.9],[4.9,0.7],[5.1,0.7],[4.6,1.2],[1.5,-0.4],[-3.1,0.8],[-5.8,0.5],[-6.1,-0.3],[-6.9,-0.9],[-6.9,-1.7],[-6.8,-2.4],[-6.4,-3],[-5.8,-3.2],[-5.3,-3.6],[-4.2,-4.1],[-3.4,-4],[-3,-3.9],[-3.2,-3.8],[-3.1,-3.1],[-3.6,-1.8],[-3.8,-1.5],[-4.9,-3],[-6.9,-3.7],[-6.5,-6],[-7.8,-9.4],[-1.2,-2.7],[1.9,-1.7],[2.6,1.2],[-1.8,-2],[3.7,2.2],[6.6,3],[1.1,-1.3],[-1,-3.9],[-0.7,-3.3],[-3,-8.9],[0,-1.5],[0.6,0.7],[0.8,0.8],[1.2,0.2],[0.8,0.8],[0.4,-0.1],[0.2,-1.1],[-1,-2.1],[-1.2,-0.9],[-2.6,-2.2],[-1.9,-2.4],[-1.1,-1.1],[-3.9,-1.9],[-1.5,-1.2],[-0.8,-0.3],[-1.1,-0.3],[-4.9,-1.2],[-5.5,-1.8],[-5.4,-1.5],[-7.2,-1.2],[-7.4,-1.6],[-7.5,-1.6],[-7.2,-1.7],[-7.1,-1.7],[-7.1,-1.7],[-7.3,-1.8],[-7.6,-1.9],[-8.2,-1.9],[-8.5,-1.8],[-8.7,-2.1],[-8.6,-2.6],[-8.7,-2.4],[-8.5,-2.5],[-8.3,-2.9],[-8.4,-2.5],[-8.1,-2.1],[-8,-2],[-7.8,-2.3],[-7.8,-2.3],[-7.7,-2.2],[-7.4,-2.1],[-7.3,-2.2],[-7.1,-2.7],[-7.1,-3.1],[-6.9,-3.2],[-7,-3.4],[-6.7,-3.7],[-7.3,-3.9],[-7.6,-3.5],[-7.3,-4],[-7.4,-4.5],[-6.8,-5.1],[-6.1,-5.6],[-5.5,-5.9],[-4.2,-6.6],[-3.5,-6.9],[-3,-7.3],[-2.4,-7.7],[-1.6,-7.7],[-0.4,-7.1],[1,-5.8],[1.9,-1],[0,1.2],[-0.9,1],[-0.6,0.9],[0,0.2],[0.1,1.1],[0.2,0.7],[-0.1,0.8],[-1.7,1.6],[-2.4,1.7],[-2.4,-0.5],[-1.1,0.6],[-1.4,-0.4],[-1.3,-0.7],[-1.3,-1.5],[0,0.5],[1,0.6],[-0.2,0.7],[1.3,1.8],[2.3,0.7],[2,-0.1],[0.9,-1],[-0.9,2.7],[0.1,2.4],[0.9,2.9],[-1.6,-3.2],[-0.4,-1.5],[-0.2,-1.5],[-0.2,-0.7],[-2,-1.6],[-1.4,-1.7],[-0.9,-2.1],[-2.3,1.4],[-3.5,0.6],[-4.1,0.1],[-3.5,-0.6],[-3.1,-0.3],[-3.2,-0.8],[-2.9,-0.6],[-2.8,-1.7],[-1.9,-1.8],[-1.5,-2.3],[-0.8,-2.9],[-0.4,-2.7],[-0.5,-1.9],[-1.4,-2.3],[-1.7,-3.1],[-0.6,-3.6],[-0.2,-3.3],[1.5,-0.7],[-0.3,-0.8],[-1.4,-1.4],[0.4,1],[0.2,0.6],[-0.6,2.2],[-1.3,-1.4],[0.9,-2],[1,1.6],[2.8,-0.6],[0,-6.7],[1.5,-4.9],[-1.6,-5.3],[0.2,-2.3],[0.7,-1.1],[-1.2,-2.1],[-3,-3],[-3.2,-4.8],[-2.4,-4.5],[-2.3,-4],[-2.4,-3.9],[-1.9,-4.4],[-1.7,-4.3],[-2.8,-3.3],[-2.7,-1.9],[-3,-0.9],[-2.3,-1.3],[-2.7,-1.6],[-3.2,-1.1],[-3.9,-1.2],[-4.3,-1.1],[-4.8,-1],[-4.6,-1],[-4.3,-0.8],[-3.6,-0.7],[-3.5,-0.7],[-3.5,-0.7],[-3.3,-0.8],[-2.5,-0.9],[-1.2,-1.2],[-0.7,-1.2],[-1.1,0.3],[1.5,1.8],[-5.3,0.2],[-5.1,-3.4],[-5.3,-5.9],[-3.9,-6.2],[-4.7,-4],[-3.6,-4.4],[-3.6,-5.1],[-4.1,-4.7],[-3.8,-4.5],[-4.9,-4.2],[-5.3,-3.8],[-5.6,-2.8],[-6,-2.5],[-6.3,-2.5],[-6.4,-2.2],[-6.8,-2.1],[-7.6,-2],[-8,-2],[-8.3,-1.3],[-7.2,-0.9],[-3.7,-0.5],[3,-1.7],[-4.6,-4],[-5.5,-1.8],[-6.5,-1.5],[-5.9,-0.8],[-4,-1],[0.2,-3.6],[-5.9,-1],[-9.6,-3],[-9.1,-4.9],[-8.6,-8.4],[-6.8,-10.1],[-5.7,-10.6],[-5.5,-10.5],[-5,-9.9],[-3,-9.3],[-3.2,-8.5],[-2.6,-7.6],[-3.5,-6.7],[-3.2,-6.2],[0.3,-1.5],[-2.9,0.5],[-1.3,-2.1],[-0.3,-3.6],[1.4,-3.5],[3,0],[-0.1,-2.1],[0.2,-1.9],[-0.9,-0.4],[-2.7,0.6],[-3.6,0.3],[-3.5,-0.9],[-3.1,-1.9],[-2.9,-2.2],[-3.9,-1.8],[-4.2,-1.9],[-4.3,-2.1],[-4.3,-2.3],[-4.3,-2.2],[-4.4,-2.4],[-4.5,-2.8],[-4,-2.8],[-4.7,-2.2],[-4.6,-2.4],[-4.6,-2.9],[-4.9,-3.2],[-5.5,-2.8],[-5.7,-2.3],[-6.2,-2.2],[-6.4,-2.3],[-6.3,-1.9],[-6,-1.8],[-6.4,-2.1],[-6.6,-1.6],[-6.8,-1.7],[-7.5,-2.1],[-8,-2.4],[-7.7,-3],[-7.3,-3.4],[-6.6,-3.5],[-6.7,-3.8],[-6.6,-3.8],[-6.5,-3.5],[-6.3,-2.9],[-6.3,-2.3],[-6.1,-2],[-6.1,-2.2],[-6.2,-2.8],[-6.4,-3.2],[-6.6,-3.2],[-6.2,-3.6],[-6.3,-3.8],[-6.4,-4],[-6.5,-4],[-6.6,-3.9],[-6.5,-3.7],[-6.6,-3.6],[-6.5,-3.5],[-6.5,-3.2],[-6.7,-2.8],[-6.6,-2.8],[-6.4,-2.4],[-6.2,-2],[-6.3,-1.6],[-6.4,-1.5],[-6.6,-1.6],[-6.7,-1.6],[-6.8,-1.8],[-7.2,-2],[-7.3,-1.9],[-7.4,-1.8],[-7.6,-2.4],[-8,-2.4],[-8.5,-2.3],[-8.2,-2.6],[-8,-2.9],[-7.4,-3.6],[-6.8,-4.2],[-6.4,-4],[-6.4,-3],[-6.7,-2.2],[-7.6,-1.3],[-8.6,-0.9],[-9.4,-1],[-9.3,-1.7],[-9.5,-2.2],[-9,-2.2],[-9.2,-2],[-9,-2.1],[-9.3,-2.4],[-9.1,-2.7],[-8.8,-2.6],[-8.5,-3.3],[-8.4,-3.2],[-8.3,-3.8],[-8.3,-3.8],[-8.3,-4],[-7.6,-4.1],[-7.7,-4.3],[-7.3,-4.6],[-6.7,-5],[-6.7,-4.9],[-6.6,-4.8],[-6.8,-4.8],[-7,-4.9],[-7.2,-4.3],[-6.5,-3.6],[-6.3,-3.7],[-6.2,-3.2],[-6,-3.2],[-5.4,-3.4],[-4.9,-2.8],[-4.3,-1.7],[-3.5,-0.8],[-3.6,1],[-3.5,3.9],[-2.7,3.9],[-3.4,3.2],[-3.3,2.8],[-3.1,1.4],[-4.4,0.9],[-4.2,-0.1],[-3.2,-0.6],[-3.4,-0.6],[-3.7,-1.6],[-4.3,0],[-4.8,0.3],[-4.8,0],[-4.5,-0.7],[-3.3,-0.9],[-1.5,-1],[0.5,0],[1.1,0.7],[0.1,0.8],[-0.2,1.3],[-4.1,2.6],[-5.6,1.7],[-5.2,0.8],[-6.1,0.5],[-6.8,-0.3],[-6.9,-0.9],[-6.8,-1.9],[-6.6,-2.5],[-6,-3.1],[-5.4,-3.7],[-3.6,-4.3],[-2.6,-5],[-1.7,-4.6],[-1,-4.5],[-1.5,-3.5],[-2.3,-2.9],[-3.4,-2.8],[-4.7,-2.5],[-9.1,-4.8],[-11.1,-6.4],[-10.2,-8.8],[-7.8,-7.3],[-4.2,-4.1],[-4.3,-1.5],[2.7,1],[-0.5,-4.6],[-2.7,-7.2],[-3.5,-7.7],[-3.9,-8],[-4,-8.4],[-4.5,-9.2],[-5.1,-9.9],[0.4,-0.4],[-1.3,1],[-2.1,-1],[0.8,-4.9],[-1.8,0.1],[-1.5,0],[0,-2.5],[-0.4,-3],[-0.9,-1.7],[0.1,-2.1],[-0.9,-1.6],[-1,-1.2],[0.4,-1.5],[-3.8,-1.8],[-4.8,-2.6],[-5.5,-2],[-5.4,-1.1],[-5.6,-0.9],[-6.3,-0.5],[-7.3,-0.8],[-7.2,-1.4],[-6.9,-1.6],[-7,-1.4],[-6.9,-1.5],[-7.1,-1.6],[-7.3,-1.6],[-7.7,-1.1],[-8.2,-0.9],[-8.5,-0.9],[-8.6,-1.3],[-8.5,-2.1],[-8.5,-2.1],[-8.2,-2.1],[-8.2,-2.4],[-8,-2.4],[-8,-2.4],[-8.1,-2.3],[-7.9,-2.5],[-7.8,-2.5],[-7.4,-2.5],[-7.5,-2.4],[-7.5,-2.7],[-7.5,-3],[-7.4,-3.6],[-7.2,-4],[-7.2,-4.2],[-7.2,-4.5],[-7.3,-4.7],[-7.6,-4.7],[-7.6,-5.1],[-7.3,-5.6],[-6.3,-6.2],[-5.7,-6.4],[-5,-6.7],[-4.2,-7.3],[-4.1,-7.7],[-3.8,-8.4],[-3.5,-8.6],[-2.3,-7.8],[-2.4,-7.2],[-2.1,-6.5],[-2.8,0],[-1.1,0.4],[-0.5,0.5],[-0.6,-0.4],[-0.8,-0.4],[-0.6,0],[-2.8,-1.5],[-2.9,-1.1],[-2.5,-1.4],[-2.3,-1.6],[-1.9,-1.8],[-1,-2.1],[-1.5,-2.3],[-1.4,-1.3],[-1.8,-1.3],[-1,0.4],[-1.6,-0.5],[-0.8,0.3],[0.8,0],[-0.6,1.1],[-0.8,0.6],[-1.5,0],[0.3,0.7],[1.1,0.2],[-0.2,-2.4],[-1.5,-2.3],[-0.4,-1.9],[-0.4,-0.8],[-0.6,-1.3],[-1,-5],[0,-2.7],[-2.2,0.9],[-3.9,0.9],[-5.1,0.3],[-3.8,0.4],[-3.8,-0.2],[-4.2,-0.6],[-4.2,-0.4],[-3.6,-1.1],[-2.8,-2.1],[-2.3,-2.7],[-1.1,-2.7],[-0.7,-2.5],[-0.6,-1.7],[-1.3,-1.3],[-1.9,-2.9],[-1.8,-4.2],[-0.6,-4.1],[-0.3,-1.6],[-1.1,-1.7],[1.3,-0.1],[0.1,-1.2],[0.9,1.1],[1.3,-1],[-3.8,-0.5],[-1.8,-1.4],[-0.2,-1.1],[2.6,-3.2],[0.2,-5.9],[2,-4.4],[3.4,-5.5],[5.1,-4],[1.3,-0.1],[-0.1,-2.2],[-0.6,-3],[-4.9,-2.6],[-2.4,-3.7],[-1.8,-3.4],[-1.6,-3.1],[-1.5,-2.9],[-0.9,-3.7],[-1.7,-3.2],[-1.5,-1.9],[-2.3,-0.4],[-2.2,-0.4],[-2.3,-1],[-2.9,-1.2],[-3.8,-1.2],[-4.2,-1.3],[-4.3,-1],[-4.2,-0.6],[-3.7,-0.3],[-3.3,-0.5],[-3.2,-0.8],[-3.5,-1],[-2.6,-1.1],[-1.5,-1.2],[-0.6,-1.7],[-1.4,-2],[0,0.7],[4,4.2],[0.5,0.9],[-3.3,-2.9],[-6.2,-3],[-5.3,-5.1],[-5.1,-4.3],[-4.5,-4.2],[-4.3,-4.4],[-4.6,-4.3],[-4.1,-4.7],[-4.3,-4.2],[-5.1,-3.8],[-5.6,-3.3],[-5.6,-2.5],[-5.8,-2],[-5.8,-1.7],[-6.4,-1.2],[-7.3,-0.6],[-7.6,-0.5],[-8.3,-0.6],[-7.4,-1.2],[-4.1,-2.4],[-0.6,-3.7],[-4.4,-1.1],[-6.9,-3],[-7,-1.6],[-5.7,0],[-3.4,1.1],[-2.5,2.6],[1.2,-0.8],[-3.3,2],[-9.7,-0.9],[-11.4,-5.8],[-8.3,-11.1],[-4.9,-11.9],[-4.4,-11],[-4.5,-10.5],[-3.5,-9.7],[-3.6,-9.2],[-2.8,-7.4],[-3.5,-7.1],[-2.3,-6.6],[-1.4,-5.3],[0.3,0.1],[-4.1,-1.9],[-0.4,-2.6],[2.2,-2],[1.5,-0.9],[-1.5,-1.7],[-1.4,-1.3],[-1.7,-1.9],[-2,0.8],[-3.7,1.2],[-3.8,0],[-3.5,-0.7],[-3.3,-1.3],[-3.2,-1.2],[-3.7,-1.4],[-3.8,-1.3],[-4,-1.7],[-3.8,-1.8],[-3.7,-2],[-3.9,-2],[-3.8,-2],[-4.1,-1.5],[-4.5,-1.8],[-4.4,-2.5],[-4.8,-2.9],[-5.2,-2.9],[-5.4,-2.5],[-5.8,-2],[-6.2,-1.2],[-6.1,-1.5],[-6.1,-2.1],[-6,-1.7],[-6.5,-1.2],[-7.1,-1.5],[-7.3,-1.1],[-7.9,-1.3],[-7.6,-1.9],[-7,-2.2],[-6.6,-2.6],[-6.4,-3],[-6,-3],[-5.7,-3],[-5.4,-2.6],[-5.4,-2],[-5.6,-1.9],[-6.2,-2.2],[-6.9,-2.5],[-6.8,-3.1],[-6.9,-4],[-5.3,-4.4],[-5.4,-3.5],[-6.2,-3.1],[-6.3,-3.1],[-6.5,-3],[-6.4,-3.2],[-6.3,-3.1],[-6.3,-3],[-6.3,-2.9],[-6.3,-2.8],[-6.4,-2.8],[-6.3,-2.5],[-5.9,-1.4],[-6,-1.3],[-6.2,-1.4],[-6.4,-1.5],[-6.6,-1.5],[-6.7,-1.5],[-6.8,-1.3],[-6.9,-1.4],[-7.1,-1.5],[-7.5,-2.1],[-7.8,-2.2],[-7.9,-2.2],[-8.1,-2.4],[-7.8,-2.6],[-7,-3.6],[-6.7,-4.3],[-7.1,-3.5],[-7.6,-2.6],[-7.6,-0.6],[-9.1,-0.4],[-10,-0.2],[-10.2,-1.3],[-9.6,-1.8],[-9.4,-2.3],[-9.1,-2.9],[-9.2,-3.3],[-8.9,-3.5],[-8.8,-3.4],[-8.2,-3.3],[-8.5,-3],[-8.3,-3.1],[-8.4,-3.4],[-8.4,-3.4],[-8.4,-3.3],[-8.1,-3.2],[-7.8,-3.2],[-7.5,-3],[-7.5,-3],[-7.1,-3.2],[-7,-3.7],[-7.1,-3.9],[-7,-4],[-6.8,-3.8],[-6.7,-3.8],[-6.6,-3.6],[-6.4,-3.7],[-5.6,-3.3],[-4.8,-3],[-4.4,-2.6],[-3.9,-2.6],[-3.4,-2.2],[-3.2,-0.9],[-2.7,0.1],[-2.4,2],[-3.2,2.5],[-4.3,1.6],[-4.5,1],[-4.6,1.4],[-4.9,-0.5],[-4.8,-0.1],[-3.7,-0.8],[-4.1,0.3],[-5.3,0],[-6.2,-0.2],[-6.5,-0.3],[-7.1,-0.6],[-7,-1],[-7.2,-2],[-6.5,-2.7],[-5.7,-2.5],[-5.7,-1],[-7.2,-0.1],[-7.8,1.2],[-6.6,1.7],[-5.4,1.9],[-4.6,1.6],[-5.9,0.6],[-6.8,0.4],[-6.4,-0.7],[-7,-1.6],[-7.9,-1.6],[-7.7,-2.7],[-6.7,-4.4],[-5.3,-5.9],[-3.3,-6.8],[-1.2,-6.4],[0.2,-4.7],[-0.3,-4],[-1.9,-3.1],[-3.2,-2.4],[-2.8,-2.5],[-4.7,-3.8],[-10.3,-4.8],[-11.4,-6.8],[-12,-10.1],[-0.8,0.4],[-0.9,-0.9],[-4.9,-6.7],[-4.2,-7.1],[-4.5,-7.5],[-4.4,-7.3],[-5.3,-7.2],[-5.7,-7.8],[-6.6,-8.5],[-8.8,-9.1],[-8.9,-7.7],[-2.5,0.3],[-0.4,-0.4],[-0.9,-1.3],[-3.6,-0.9],[-1.4,0.5],[0.2,0.2],[-6.3,-0.8],[-5.9,-0.7],[-5.1,-1.8],[-5.9,-2.7],[-3.9,-0.6],[-5.8,-1.3],[-5.5,-2.2],[-5.4,-1.6],[-5.7,-1.8],[-5.4,-1.2],[-4.7,0],[-5.2,0.4],[-7.3,-0.5],[-7,-1.2],[-6.6,-1.4],[-6.6,-1.4],[-6.6,-1.5],[-6.7,-1.5],[-6.7,-1.5],[-7,-0.8],[-7.7,0.1],[-8.4,0.1],[-8.6,-0.6],[-8.6,-1],[-8.5,-1.6],[-8.3,-2.2],[-8.2,-2.1],[-8,-2.1],[-8,-2.2],[-7.9,-2.2],[-8.2,-2.3],[-7.7,-2.3],[-8,-2.2],[-7.7,-2.6],[-8,-2.5],[-8,-2.8],[-8.1,-3.2],[-7.5,-4],[-7.8,-4.5],[-7.7,-5.1],[-7.4,-5.1],[-7.6,-5.2],[-7.6,-5.4],[-7.6,-5.9],[-6.8,-6.5],[-5.9,-7.1],[-5.4,-7.4],[-5.1,-7.6],[-4.8,-8],[-5,-8.4],[-5,-8.6],[-4.3,-7.8],[-4.3,-6.7],[-3,-4.7],[-1.1,-1.2],[-1.3,-0.4],[-0.9,-1.1],[-0.8,-0.2],[-0.8,-0.1],[-1.1,-0.3],[-2.4,-1],[-2.1,-1.7],[-2.6,-2.2],[-2.2,-2.8],[-1.5,-2.5],[-1.3,-2.3],[-1.5,-2.2],[-1.4,-2.6],[-2,-1.8],[-1.5,-1.3],[-1.4,-0.3],[-0.9,-0.3],[-0.8,-0.9],[-1.5,0.2],[-3.1,-0.3],[-2.9,0.3],[-2.4,-0.1],[-1.6,0.1],[-1.2,-1.2],[-1.8,-1.4],[-2.3,-1.5],[-1.1,-1.5],[0.2,-1.9],[0.3,-3],[-0.9,-1.7],[-1.4,1.1],[-3,1.6],[-3.9,0.7],[-3.5,1.1],[-4.3,0.9],[-4.4,0.8],[-5.3,0.1],[-4.7,-1.1],[-4.2,-2.7],[-3.1,-3.2],[-2.4,-3.5],[-1.8,-3.5],[-1.6,-2.2],[-1,-2.3],[-1.7,-2.8],[-1.4,-4.2],[-0.8,-3.9],[-1.9,-2],[-0.2,-0.2],[0.8,-0.3],[0.5,-0.7],[0,-1.7],[1.9,-0.9],[-2.6,-0.2],[0.3,-0.7],[-0.6,-1.9],[-1.2,-0.8],[-0.5,-0.1],[0.3,0.7],[-1,-2],[1.8,-3.1],[0.5,-4.4],[0.1,-3.9],[-0.8,-1.6],[-4.5,-0.7],[-1,-2.8],[-0.7,-2.3],[-0.9,-1.8],[-0.8,-2.1],[-0.4,-2.8],[-0.8,-3.1],[-0.8,-1.5],[-1.3,-0.5],[-1.9,0],[-2.5,0.1],[-2.8,-0.2],[-3.9,0],[-3.9,-0.4],[-3.6,-0.6],[-3.9,-0.8],[-3.5,-1.1],[-3,-1],[-3.2,-1.4],[-3.3,-1.6],[-2.2,-1.7],[-1,-1.3],[-0.4,-0.9],[-0.9,0.5],[-1.3,1.2],[1.4,1],[-3.7,-0.1],[-3.7,0],[-5,-3.8],[-5,-5],[-5.4,-4.4],[-5.5,-4],[-4.8,-4],[-4.9,-4.3],[-5.2,-3.8],[-4,-4],[-4.7,-3.5],[-5.3,-3.6],[-5.4,-3.5],[-4.7,-2.4],[-5.2,-1.9],[-5.8,-1.3],[-6,0.3],[-6.6,1],[-7.2,0.8],[-7.1,-0.4],[-4.3,-2.2],[0.7,-4.3],[-4,0.2],[-6.4,-3.7],[-5.1,-1.2],[-1.7,-0.7],[2.3,1.8],[-2.2,-1.9],[-2.7,-2.2],[-0.2,-0.5],[3.5,1.6],[-2.9,1],[-9.4,-12.3],[-4.5,-12],[-3,-11.8],[-3.4,-11],[-3.4,-11],[-3.5,-10.3],[-3.4,-9],[-3.9,-8.2],[-2.1,-7.3],[-1,-6.4],[0.2,-5.7],[0,-4.6],[-0.2,-1.4],[2.1,-1.3],[-2.6,-1],[0.2,-2.5],[-2.3,1.5],[-0.9,-2.5],[-1.2,0.4],[-3.3,1.5],[-3.7,0.8],[-3.1,-0.5],[-3.4,-0.4],[-2.8,-0.1],[-3.1,-0.4],[-3.2,-1.3],[-3.2,-1],[-3.7,-0.6],[-3.1,-1.3],[-3,-1.7],[-3.2,-1.1],[-3.2,-1],[-3.8,-0.7],[-4.3,-1.2],[-4.3,-2.1],[-4.4,-2.3],[-4.9,-1.9],[-5.2,-1.4],[-5.4,-1.3],[-5.7,-1.5],[-6.5,-1.8],[-7.1,-1.6],[-6.9,-0.5],[-7.3,-0.2],[-7.5,-0.4],[-7.4,-0.8],[-6.9,-1.2],[-6.5,-1.6],[-6.5,-2.2],[-6.3,-2.6],[-5.9,-2.6],[-5.4,-2.6],[-5.4,-2.6],[-5.1,-1.6],[-6.1,-0.6],[-6.8,-0.3],[-7.2,-1.1],[-7.1,-2],[-7.2,-3.1],[-6.7,-4.5],[-6.3,-3.9],[-5,-3.1],[-5.9,-2],[-6.1,-1.6],[-6.3,-1.4],[-5.9,-2],[-5.8,-2],[-5.7,-1.9],[-5.7,-2.1],[-5.8,-2.2],[-5.9,-2],[-5.4,-0.9],[-5.5,-0.4],[-5.5,-0.6],[-5.8,-0.8],[-6,-0.7],[-6.2,-0.6],[-6.4,-0.9],[-6.5,-1.2],[-6.7,-1.2],[-6.9,-1.4],[-7.1,-1.6],[-7.1,-1.5],[-7.6,-1.5],[-7.6,-1.8],[-7,-2.9],[-7,-4.1],[-7.9,-3.5],[-9.2,-1.4],[-9.9,-1],[-10.1,-1.5],[-10,-2],[-9.7,-2],[-9.3,-2.5],[-9.2,-2.8],[-9.1,-3],[-8.9,-3],[-8.7,-3],[-8.3,-2.9],[-7.8,-2.7],[-7.9,-2.7],[-8.4,-2.2],[-8.4,-2.3],[-8.4,-2.4],[-8.1,-2.5],[-8,-2.5],[-7.6,-2.3],[-7.4,-2.1],[-7.6,-1.9],[-7.7,-1.9],[-7.6,-2.7],[-7.3,-3.3],[-7.2,-3.5],[-7.1,-3.7],[-6.8,-3.7],[-6.4,-3.2],[-6,-3.2],[-5.4,-3.1],[-4.4,-2.2],[-3.3,-2.2],[-2.7,-2.6],[-2.5,-1.9],[-2.4,0],[-2.5,1.8],[-2.7,1.6],[-2.6,2.6],[-3.8,2.1],[-4.7,1.6],[-4.3,1],[-4.3,0.9],[-3.7,0.5],[-3.6,-0.1],[-4.5,0.3],[-5,1.5],[-6.3,1.8],[-7.9,0.3],[-7.9,-1],[-8.1,-1.1],[-8.9,-2.1],[-9.2,-3],[-9,-3.4],[-8.9,-2.8],[-9.4,-3.6],[-6.7,-1.4],[-6,0.2],[-3.7,1.5],[-4.8,1.5],[-5.7,1.1],[-5.8,0.9],[-6.2,-0.3],[-7.8,-0.8],[-9.7,-0.5],[-10.3,-2],[-9.3,-4.9],[-7.2,-7.7],[-5.2,-9.3],[-2.9,-10],[-0.3,-6.9],[1.1,-3.6],[0.1,-2.8],[-2.2,-4.7],[-4.2,-4.4],[-6.8,-3.4],[-7.8,-3.3],[-8.8,-4],[-5,-1.3],[-3.1,-3.9],[0.4,-1.7],[-4.3,-8.7],[-3.8,-8.6],[-4.9,-8.2],[-5.3,-7.8],[-6.2,-7.3],[-6.6,-7.2],[-7.3,-7],[-9.1,-6.4],[-10.6,-4.7],[-9.6,-1.5],[-7.6,-0.5],[-2.9,-0.5],[-7.3,-0.9],[-3.7,-0.1],[-5.8,-1.4],[-5.3,-1.6],[-5.2,-1.1],[-5.3,-1.5],[-5.7,-1.4],[-5.5,-1.8],[-6,-2.3],[-5.8,-2.4],[-5.3,-2.3],[-5.9,-1.8],[-5.6,-0.9],[-5.7,-1.1],[-6.1,-0.7],[-7.5,-0.9],[-6.7,-1.1],[-6.2,-1.3],[-6.2,-1.2],[-6.2,-1.1],[-6.1,-1],[-6,-0.9],[-6.1,-0.6],[-7,0.8],[-8.3,0.9],[-8.9,0],[-8.8,-0.6],[-8.6,-1.3],[-8.4,-1.7],[-8.3,-2.1],[-8.3,-2],[-8.2,-2.1],[-8,-2.3],[-8.2,-2.5],[-7.9,-2.7],[-8,-2.6],[-8.2,-2.3],[-8.2,-2.5],[-8.4,-3],[-8.5,-3.5],[-8.1,-4],[-8,-4.2],[-7.7,-4.2],[-7.8,-4.5],[-8,-5.2],[-7.8,-6],[-7.4,-6.7],[-7.2,-7.1],[-6.3,-7.5],[-5.6,-7.9],[-5.5,-8],[-5.2,-8],[-5.2,-8.4],[-5.6,-8.3],[-4.7,-7.3],[-3.6,-4.8],[-2.6,-3.4],[-2.1,-2.7],[-0.6,-0.9],[-0.3,-0.4],[-0.2,-0.4],[-0.5,-0.4],[-1.2,-0.6],[-2.2,-1.6],[-1.6,-1.6],[-1.9,-1.2],[-1.9,-1.4],[-1.4,-2.2],[-1.2,-2],[-2.4,-2.7],[-1.4,-2.6],[-1.2,-2.5],[-1.2,-1.9],[-1.4,-1.6],[-1.4,-1.1],[-2,-0.9],[-2.9,-0.6],[-3,0.8],[-3.2,1.7],[-3,0.8],[-2.3,0],[-2.2,-1.1],[-2.4,-2],[-1.9,-1.6],[-1.9,-1.4],[-1.5,-1.5],[-1.4,-2.2],[-1.4,-1.9],[-1.6,-0.6],[-2.9,1.5],[-2.8,2.1],[-3.5,2.3],[-4.3,2.2],[-4,1.2],[-3.7,1.3],[-5.5,-0.8],[-4.9,-4.2],[-4.3,-4.1],[-4.5,-4.8],[-4.6,-4.9],[-4.2,-4.3],[-2.3,-3.7],[-1.9,-3.3],[0.3,-5.2],[-0.4,-3.4],[-1,-2.3],[0,-1.7],[1.6,0.4],[-0.2,-1.2],[1.3,-0.7],[2.6,-0.8],[-3.3,-2.5],[-0.8,-3.1],[-0.1,-1.8],[0.7,-2.3],[1.4,0.3],[-0.2,1.5],[-0.2,0.6],[0.1,-0.1],[0,-0.9],[0.4,0.3],[1.5,0.6],[1.9,-3.7],[1,-1.5],[0.7,-0.2],[-0.4,1.7],[-0.3,-0.6],[-0.1,-1.4],[0,-2.6],[-1.1,-1.9],[-1.6,-0.7],[-2.2,0.4],[-2.9,0.2],[-3,0.1],[-3.4,0],[-3.6,0.5],[-4.4,0.1],[-3.8,-1.1],[-3.2,-1.4],[-2.6,-1.9],[-2.8,-2.4],[-2.7,-2.6],[-1.8,-2.3],[-0.8,-1.7],[-0.2,-0.9],[0.8,0.6],[3.7,3.6],[0.6,-0.5],[-3.1,0.5],[-3,-0.2],[-4.6,-2],[-6.1,-3.6],[-5.9,-4.1],[-6,-3.9],[-5.4,-3.7],[-5.1,-4.5],[-5.6,-4.2],[-5.4,-4.2],[-5.1,-4.4],[-4.8,-3.9],[-5.3,-3.6],[-4.5,-3.8],[-4.1,-2],[-3.5,-1.1],[-5.1,0.1],[-5.2,1.9],[-5.8,2.1],[-6.1,0.9],[-3.8,-1.1],[2.9,-3.4],[-3.5,-0.1],[-3.8,-1.6],[-5,0.5],[2.7,3.7],[-2.8,-2.2],[-1.5,-3],[-1.5,-3.3],[-1,-1.9],[1.4,1.4],[0.3,-2.5],[-1.5,-3.1],[-2.2,-11.7],[-3,-10.6],[-2.8,-10.8],[-3.2,-10.8],[-3.3,-10.9],[-3.7,-10.3],[-3.2,-9.8],[-2.3,-8.6],[-0.6,-8.1],[0.5,-6.1],[1.1,-4],[2.7,-1.4],[1.7,0.7],[-0.1,-1.3],[1.6,0.6],[0,-1],[-1.3,-2.9],[-0.3,1.3],[-2.1,1.6],[-3.3,1.1],[-2.3,-0.2],[-1.9,-0.1],[-1.9,0.3],[-2.2,0.4],[-2.7,0.2],[-2.5,0],[-3.3,0.4],[-2.9,-0.1],[-2.2,-0.9],[-2,-1.8],[-3.5,-1.5],[-3.4,-0.2],[-3.6,-0.2],[-3.5,-0.7],[-4.1,-1.4],[-4.1,-1.4],[-4.5,-1],[-4.7,-0.7],[-5.3,-0.7],[-5.8,-1.1],[-6.3,-1.5],[-6.8,-0.9],[-6.8,-0.4],[-6.7,-0.3],[-6.4,-0.4],[-6.1,-0.6],[-6,-1],[-5.8,-1.6],[-5.7,-2.3],[-5.3,-3.2],[-5.2,-3.4],[-4.9,-2.8],[-5.2,-1.8],[-5.5,0.4],[-5.7,-0.3],[-5.6,-1.3],[-5.8,-1.9],[-6.3,-2.2],[-5.8,-2.7],[-5.8,-3.1],[-6.6,-3.3],[-4.7,-1.6],[-5.3,-0.4],[-5.5,0.1],[-5.7,0.2],[-5.4,-0.4],[-4.9,-0.8],[-5.1,-0.8],[-5.1,-1.4],[-4.9,-1.6],[-4.2,-0.5],[-4.7,0.6],[-5.2,0.7],[-4.8,-0.1],[-5.3,-0.5],[-5.8,-0.4],[-6,-0.2],[-6,-0.2],[-6.1,-0.3],[-6.2,-0.4],[-6.4,-0.6],[-6.7,-1],[-7,-0.9],[-7.2,-1.2],[-7.1,-2],[-7.3,-3.4],[-8.5,-2.4],[-9.1,-1.9],[-10,-1.5],[-9.8,-1.3],[-9.6,-1.9],[-9.3,-2.1],[-9,-2.2],[-8.9,-2.4],[-8.8,-2.4],[-8.7,-2.4],[-8.5,-2.5],[-8.2,-2.5],[-8.2,-2.2],[-8.2,-2.2],[-8.3,-2.3],[-8.6,-2.2],[-8.7,-2.2],[-8.5,-2.6],[-8.1,-2.7],[-8.1,-2.8],[-7.5,-2.8],[-7.7,-2.1],[-8,-1.8],[-8.4,-2.2],[-7.7,-3],[-7.3,-3.1],[-7,-3.4],[-6.7,-3.5],[-6.2,-3.3],[-5.6,-3.6],[-4.7,-2.8],[-4.6,-1.7],[-3.6,-1.6],[-2.8,-2.5],[-2,-2.6],[-2,1],[-3,3.1],[-2.8,2.8],[-2.7,2.2],[-2.9,2.6],[-2.3,2.9],[-3.1,2.2],[-4.1,1.6],[-4.5,1.5],[-3.9,1.6],[-4.7,1.1],[-5.8,1.5],[-7.2,0.4],[-8.3,-0.2],[-8.3,-0.8],[-8.2,-1.5],[-9.2,-2],[-9.9,-2.5],[-9.9,-4.2],[-7.6,-7],[-6.4,-4.7],[-5,-3],[-2.9,-2.7],[-4,-0.3],[-4.2,0.8],[-4.8,1.5],[-4.4,1.8],[-5.1,1.3],[-7.3,0.9],[-10,2.1],[-12,0.7],[-11.9,-4.7],[-9.9,-9.7],[-6.5,-11],[-3.1,-12],[0.4,-9.6],[0.6,-2.3],[0.6,-2.5],[-2.5,-4.7],[-0.8,-3.3],[-3,-3.4],[-5.2,-5.9],[-0.9,-1.4],[-2.7,-4.1],[-0.3,-1.1],[0.3,-1.5],[-4,-8.4],[-3.4,-8.6],[-4.2,-8.7],[-5.2,-8],[-6.4,-7.7],[-6.9,-7.1],[-6.7,-6],[-7.9,-4.6],[-8.4,-3.6],[-8.2,-2.3],[-7.6,-2],[-7.2,-1.6],[-6.9,-1.3],[-6.4,-1.2],[-5.6,-1.5],[-5.5,-2.4],[-5.3,-2.8],[-5.3,-2.4],[-5.4,-1.4],[-5.4,-1.7],[-5.7,-1.5],[-5,-1.8],[-4.9,-2.2],[-5.3,-1.5],[-5.8,-1],[-5.9,-1.2],[-6.9,-1.4],[-7.2,-1.4],[-6.5,-1.3],[-6.1,-1.2],[-6.2,-0.7],[-6,-0.6],[-5.9,-0.2],[-5.4,0],[-5.3,-0.1],[-6.2,1.5],[-8.5,1.9],[-8.7,0.9],[-8.6,0.1],[-8.6,-0.7],[-8.4,-1.5],[-8.2,-2],[-8.5,-1.8],[-8.7,-1.9],[-8.5,-2],[-8.4,-2.3],[-8.5,-2.6],[-8.3,-2.9],[-8.5,-2.8],[-8.5,-2.7],[-8.6,-2.9],[-8.6,-3],[-8.5,-3.8],[-8.4,-4.7],[-7.9,-4.7],[-7.7,-4.9],[-7.1,-5.2],[-7.8,-5.7],[-7.5,-6.9],[-6.8,-7.8],[-6.1,-7.7],[-5.8,-7.6],[-5.7,-7.7],[-5.4,-7.7],[-5.2,-7.9],[-5.7,-7.9],[-4.6,-6.4],[-2.7,-4],[-2.1,-3.1],[-2.9,-2.8],[-2.7,-1.8],[-2.2,-0.9],[-1.9,-0.9],[-1.5,-1.2],[-1.7,-1.1],[-1.7,-1.1],[-1.9,-1.8],[-2.1,-1.6],[-2,-1.1],[-2,-1.5],[-2,-1.6],[-2.3,-2.2],[-1.9,-2.9],[-1.4,-2.4],[-1.6,-2.6],[-1.8,-1.9],[-2.7,-0.5],[-3.7,0],[-4.2,-0.6],[-3.3,0],[-4.1,1.2],[-4.1,1.7],[-3.7,0.4],[-4.2,-0.8],[-3.9,-1.2],[-3.4,-1.8],[-3.4,-1.9],[-4.1,-3.1],[-3.3,-3.3],[-2.6,-2.6],[-2.6,-1.1],[-3.8,1.1],[-3.6,4.5],[-4,4.2],[-3.9,2.1],[-3.2,-0.4],[-0.2,-1.6],[2.3,0.6],[-3.3,-3.5],[-4.8,-4.1],[-5,-4.9],[-5.2,-5.7],[-4.6,-5],[-3.6,-4.1],[-2.5,-4.5],[-1.3,-4.2],[-1.4,-3.1],[-0.7,-2.8],[0,-1.8],[1.1,-0.4],[0.7,-1.8],[1.4,0.3],[1.5,-0.8],[-2.7,-0.3],[1.9,-2.8],[1.3,-2.2],[4.2,-7.5],[0.3,2.8],[-0.8,2.7],[-1,-1.4],[-0.6,0],[0.4,0],[0.9,-0.2],[0.9,-0.3],[1.4,-0.4],[1.1,-0.8],[0.7,-0.6],[-0.8,-1.1],[0,1.2],[0.1,-0.1],[-0.2,-1.3],[-0.4,-0.7],[-1.5,-0.4],[-2.9,-0.3],[-3.5,-0.4],[-3.6,-0.8],[-3.3,-0.1],[-3.7,0],[-4.5,-0.4],[-3.9,-1.1],[-3.1,-2],[-2.2,-2.9],[-2.2,-3.5],[-2.1,-3.8],[-1.4,-3.4],[-0.8,-2.6],[0.2,-1.7],[1.1,0.4],[3.4,1.4],[-0.9,1],[-1.4,0.3],[-4,0.7],[-4.3,-0.3],[-6.2,-2.6],[-6.1,-3.3],[-6.2,-3.9],[-5.9,-4.1],[-4.9,-4.4],[-5.1,-4.6],[-4.9,-4.9],[-5.6,-4.4],[-5.1,-4.9],[-4.8,-4.4],[-4.6,-3.9],[-3.8,-3],[-1.1,-3.6],[-4.6,1.1],[-4.2,1.8],[-4.3,2.1],[-4.7,0.9],[-3.6,-0.1],[3.1,-2.1],[-3.9,-1.9],[-3.4,-1.2],[-2.3,-1.6],[-2.7,-1.1],[-3,1],[0.7,0.5],[-1.7,-1.8],[-2.4,-1.8],[-4.8,-1.1],[-4.9,-2.1],[-1.8,-2.9],[-1.7,-10.3],[-2.8,-9.8],[-3,-9.5],[-3.1,-9.7],[-3.4,-10.6],[-4.1,-10.4],[-2.9,-10.4],[-2.6,-10.6],[-0.9,-9.8],[0.4,-6.8],[2.2,-6.5],[0.3,0],[-1.6,1.9],[0,0.3],[0,0.7],[-0.3,-2.2],[1,-2.6],[0.6,0.4],[-1.5,1.5],[-2,1],[-0.8,0.1],[-0.9,1],[-0.9,1.4],[-1,1.2],[-1.7,1.2],[-3,0.5],[-3.1,0.5],[-2.6,0.5],[-1.9,-0.3],[-1.4,-1.7],[-2.5,-1.5],[-3.2,-0.4],[-2.7,0.2],[-2.7,0],[-2.8,0],[-3.4,0.1],[-3.8,0.1],[-4.1,-0.2],[-4.3,-0.5],[-4.8,-0.5],[-5.3,-0.4],[-5.4,-0.2],[-5.5,-0.1],[-5.5,0.1],[-5.4,0],[-5.3,-0.3],[-5.4,-0.7],[-5.4,-1.4],[-5.2,-2.1],[-4.8,-2.7],[-4.4,-3.4],[-4.2,-4],[-4.8,-3.4],[-4.2,-1.9],[-4.4,-1],[-4.8,-1],[-5.7,-1.5],[-5.3,-2.2],[-4.5,-3],[-4.2,-3.2],[-4.7,-3.3],[-5.6,-3.2],[-4,0.4],[-4.3,1.1],[-4.8,1.7],[-4.7,1.5],[-4.5,1.1],[-4.2,0.5],[-4.1,0.1],[-4.1,-0.5],[-3,0.2],[-3.9,0.4],[-4.4,1.5],[-4.6,1.3],[-4.4,0.4],[-4.9,0.3],[-5.1,0.6],[-5.4,0.7],[-5.6,0.8],[-6,0.9],[-6.1,0.3],[-6.2,-0.2],[-6.5,-0.4],[-6.9,-0.6],[-6.9,-1.1],[-7.2,-2.2],[-8.5,-2.5],[-8.7,-1.5],[-8.9,-0.9],[-9.3,-0.8],[-9,-1.3],[-8.9,-1.5],[-8.6,-1.6],[-8.5,-1.8],[-8.4,-2],[-8.6,-2],[-8.7,-2.1],[-8.4,-2.4],[-8,-2.3],[-7.9,-1.9],[-8.4,-1.4],[-8.6,-2],[-8.9,-2.7],[-8.8,-3.1],[-8.4,-3.5],[-8.2,-3.4],[-8,-3.1],[-7.8,-2.8],[-8.1,-2.7],[-8.1,-2.5],[-7.8,-2.7],[-7.4,-3],[-6.8,-2.7],[-6.6,-3.2],[-5.9,-4.2],[-4.8,-3.8],[-4.4,-2.5],[-4.6,-1.5],[-4.6,-2.5],[-3.5,-3.7],[-2.5,-2.8],[-3.3,1],[-3.8,3.4],[-4.4,2.5],[-4.5,2.8],[-3.5,3.7],[-3.1,3.3],[-3,2],[-3.8,2.3],[-3.7,1.8],[-4,2.2],[-5.1,2.7],[-6.4,2.5],[-8.2,1.7],[-8.5,0.7],[-8.2,-0.9],[-8.2,-1.5],[-9.1,-1.8],[-10,-2.4],[-9.5,-3.2],[-5.2,-7.1],[-3.9,-6.2],[-1.3,-5.1],[-1.5,-3.3],[-2.1,-1],[-2.7,0.5],[-2.8,1.6],[-3.1,2],[-2.4,2.5],[-2.7,2.9],[-3.1,1.9],[-1.5,-1.6],[-0.3,-5.4],[-4.4,-4.9],[-8.5,-11.9],[-3.6,-13.5],[0.1,-10.5],[-0.3,1.4],[-1.2,-1.1],[0.1,-0.6],[-2.1,-2.7],[1.3,-0.5],[-0.7,-3.7],[-1.1,-5.2],[0.1,-1.6],[0.3,-1],[0.4,-2],[-3,-7.8],[-3.5,-7.7],[-3.8,-8.1],[-4.7,-8.2],[-5.5,-8.1],[-6.1,-7.4],[-7,-5.3],[-7.1,-4.1],[-7.2,-2.9],[-7.4,-2.3],[-7,-1.9],[-6.5,-1.4],[-6.1,-0.6],[-5.8,-0.5],[-5.7,-1.2],[-5.5,-1.8],[-4.9,-2.2],[-4.6,-1.9],[-4.4,-1.5],[-5,-1.5],[-5.6,0],[-6,-0.7],[-4.2,-1],[-5.6,-0.9],[-5.8,-0.6],[-6.5,-0.9],[-6.9,-1.5],[-6.7,-1.3],[-6.2,-1.2],[-6.2,-1.3],[-6.2,-1.3],[-5.8,-0.8],[-5.5,0.2],[-5.1,1],[-4.8,1.1],[-5.4,2],[-8.1,2.6],[-8.9,1.5],[-9,-0.2],[-8.8,-0.8],[-8.4,-1.1],[-8.1,-1],[-8.4,-1.6],[-8.8,-1.7],[-8.9,-1.9],[-8.7,-2.2],[-8.8,-2.1],[-8.6,-2.8],[-8.6,-3.3],[-8.5,-3.3],[-8.8,-3.2],[-8.8,-3.4],[-9.1,-3.1],[-8.7,-3.5],[-8.2,-4.5],[-8.3,-4.9],[-8.5,-5.8],[-7.2,-6.4],[-5.8,-5.3],[-6.6,-7.6],[-5.4,-7.9],[-5.6,-7.7],[-5.6,-7.7],[-5.4,-7.5],[-5.2,-7.8],[-5.5,-7.6],[-5.6,-6.6],[-2.5,-3.2],[-2,-3.3],[-2.4,-3.4],[-3.5,-2.4],[-2.6,-1.6],[-1.3,-1],[-1.6,-1.5],[-1.7,-1.2],[-2,-1.3],[-1.6,-1.7],[-2.2,-2.1],[-2.5,-1.9],[-2.8,-0.2],[-2.5,-1.2],[-2.7,-1.6],[-2.6,-2.2],[-2,-3],[-2.1,-3.2],[-2.8,-2.5],[-3.6,-0.8],[-4.7,0.6],[-5.2,1.6],[-5.1,-0.3],[-4.7,0.8],[-4.2,0.5],[-4.7,0.2],[-5.6,-0.6],[-4.7,-1.7],[-4.4,-2.1],[-4.8,-2.2],[-4.4,-2.9],[-4.6,-3.1],[-3.7,-3],[-3.6,-1.8],[-4.4,1],[-4.3,4.1],[-3.2,4.6],[-5.2,2.9],[-5.1,-0.9],[-2.3,-2.2],[-3.2,0.7],[-1.9,1.5],[-6.3,-4.2],[-5,-5.5],[-4.6,-6.6],[-3.3,-5.6],[-2.9,-4.2],[-3,-4.6],[-2.6,-5.1],[-2.6,-4.1],[-2.1,-4.2],[-1.2,-3.8],[0.4,-2.3],[2.2,-0.3],[2.8,0.4],[1.7,0.1],[-3.7,-0.8],[1,-2.8],[4.5,-7.4],[5.8,-5.2],[3.2,-1.1],[-2.2,-0.5],[-2.6,-5.7],[2.8,-1.8],[0.8,3.4],[0.2,2.4],[0.7,-0.6],[1.7,0],[1.4,-0.7],[1,-0.8],[1.1,0.8],[0.8,1.9],[0,1.7],[-0.5,1],[-1.1,-0.1],[-1.5,0.4],[-2,0.9],[-4.3,0.4],[-4.4,-0.6],[-4,-1.3],[-3.7,-0.9],[-4.4,-1.3],[-3.9,-1.9],[-3.3,-2.9],[-2.5,-3.8],[-2.3,-4.5],[-2.5,-4.5],[-1.7,-4.4],[-0.8,-3.6],[0.6,-3.4],[1.7,0.9],[2.5,0.9],[-2.2,1],[-3.7,-0.3],[-5.1,-0.8],[-4.6,-1],[-5.7,-0.6],[-6.3,-2.1],[-6.5,-3],[-6.2,-3.8],[-5.6,-4.3],[-4.8,-5],[-4.2,-5.1],[-4.3,-4.8],[-4.7,-4.5],[-4.1,-5],[-3.8,-4.6],[-3,-4.7],[-2.1,-4.2],[-0.6,-4.1],[-2.5,1.5],[-2.9,1],[-2.6,0.3],[-1.1,1.8],[3.2,1.5],[-4.2,-0.7],[-2.4,-0.8],[-2.5,0.8],[-3,-1.1],[-2.3,-1.5],[-1.8,-1.2],[-1.7,-0.9],[-1.3,-0.5],[-0.4,0.4],[-4.7,-2.5],[-2.2,-5.5],[-2,-9.4],[-2.8,-8.9],[-3.5,-8.8],[-3.6,-9.3],[-4.1,-10.3],[-4.4,-10.7],[-3.9,-11.1],[-2.8,-11.1],[-0.8,-10.1],[0.8,-7.9],[2.8,-5.1],[1.8,-0.4],[-0.6,-1.7],[-1,-0.7],[-1.7,-2.7],[-1.3,-1.3],[2.1,-0.9],[0.4,0.9],[-1.4,1.7],[-0.7,0.6],[-1.3,0.7],[-2.4,1],[-2.3,1.1],[-1.9,1.2],[-2.2,1.1],[-3,0.7],[-2.7,0],[-2.1,0.1],[-1.3,0],[-1.5,-0.6],[-1.7,-1.9],[-2.1,-2.2],[-2.8,-1.5],[-2,-1.2],[-1.6,-0.5],[-2,-0.2],[-2.5,-0.2],[-3.8,0.4],[-3.5,-0.2],[-3.7,0.2],[-4,0.1],[-4.2,-0.1],[-4.2,0.1],[-4.4,0.5],[-4.3,0.4],[-4.4,0.2],[-4.5,-0.2],[-4.7,-0.7],[-4.7,-1.4],[-4.4,-1.7],[-4.3,-2.3],[-4.4,-2.8],[-3.6,-3.8],[-4,-3.3],[-3.6,-2.2],[-3.5,-1.7],[-4.7,-1.1],[-4.2,-1.2],[-4,-1.9],[-3.4,-3],[-2.7,-3.8],[-3.6,-3.3],[-4.4,-3.2],[-2.5,2.1],[-3.4,1.9],[-3.9,2.2],[-3.4,2.3],[-3.5,2.7],[-3.4,2.1],[-3.3,1.3],[-2.2,2.2],[-2.8,1.1],[-3.5,1.5],[-3.8,2.4],[-3.8,2],[-4,1.3],[-4.5,1.2],[-4.8,1.5],[-5.1,1.6],[-5.7,1.6],[-5.6,1.1],[-5.5,0.4],[-6,0.2],[-6.5,0],[-6.5,-0.2],[-6.9,-1.4],[-7.9,-1.8],[-8.5,-1.5],[-8.3,-0.8],[-8.3,-0.4],[-8.5,-0.4],[-8.5,-0.9],[-8.4,-1.3],[-8.5,-1.7],[-8.5,-2],[-8.5,-2.1],[-8.6,-2.3],[-8.3,-2.5],[-7.6,-2.2],[-7.6,-1.7],[-8.5,-1.5],[-9.3,-1.6],[-9,-2.6],[-8.6,-3.4],[-8.3,-4],[-7.8,-4.3],[-7.6,-4.3],[-7.5,-3.8],[-7.4,-3.1],[-7.3,-2.5],[-7.3,-2.1],[-7.3,-2.5],[-6.8,-2.6],[-6.3,-3.2],[-5.4,-4.3],[-4.6,-3.6],[-4.8,-3.2],[-6,-2.6],[-5.3,-3.7],[-4.3,-4.6],[-6.4,-3.1],[-4.9,1.2],[-4.6,2.7],[-4.6,3],[-3.7,3.2],[-3.5,3.2],[-3.8,2.7],[-3.4,2.4],[-2.9,2.4],[-2.7,2.9],[-3.2,4],[-4.6,3.4],[-7.4,3.5],[-8.2,2.3],[-8.1,0.9],[-8.2,-0.2],[-7.7,-1.2],[-8.2,-1.4],[-9.1,-1.6],[-9.3,-3],[-5,-5],[-1.1,-5.7],[1.1,-6],[0.8,-4.2],[0.2,-2.3],[0.1,-0.2],[-0.6,1.3],[-0.8,2.4],[-0.9,2.6],[0.6,2],[2.3,0.9],[3.8,-2.6],[3.9,-5.3],[3.7,-5],[-7.2,-8.4],[-3.5,-17.2],[0.6,-11.3],[1,-3],[-2.5,-2.4],[1.3,-0.7],[1,-0.8],[0.5,-1.5],[0.9,-1],[0.2,-2.2],[0.2,-1.3],[0.6,-0.9],[1,-1.6],[-3.5,-6.7],[-3.4,-6.6],[-3.5,-7.3],[-3.7,-7.7],[-3.8,-7.6],[-4.6,-7],[-5.4,-5.9],[-6.3,-3.9],[-6,-3.3],[-6.2,-2.4],[-5.7,-1.9],[-5.3,-1.3],[-5.3,-1.4],[-4.5,-0.9],[-6.1,-0.6],[-5.3,-1.5],[-4.4,-2],[-3.9,-1.8],[-3.9,-1.4],[-5.1,-0.7],[-5.7,-0.2],[-5.2,0.3],[-4.9,0.3],[-5.2,-0.2],[-6.2,-0.6],[-6.6,-0.7],[-6.5,-1.1],[-6.2,-1.2],[-6.2,-1.2],[-6.7,-1],[-6.7,-0.5],[-6.8,-0.6],[-6.2,-0.9],[-4.8,0.7],[-4.1,3.1],[-3.9,3.9],[-8.7,3.5],[-9.8,2.2],[-9.2,0.3],[-8.5,-0.3],[-8.4,-0.3],[-8,-0.4],[-8.3,-0.2],[-8.6,-0.8],[-8.7,-1.2],[-8.6,-1.7],[-8.3,-2.5],[-8.6,-2.3],[-8.2,-2.5],[-8.4,-3.3],[-8.9,-3.4],[-8.8,-3.3],[-8.6,-3.9],[-8.7,-4.3],[-7.9,-4.8],[-8.1,-5.2],[-8.2,-5.4],[-8,-5.7],[-8,-7.7],[-4.4,-6.7],[-4.7,-7.7],[-5.6,-7.4],[-5.4,-7.4],[-5.2,-7.4],[-5.3,-7.5],[-5.1,-7.6],[-3.8,-4.5],[-2.8,-4.1],[-2,-3.7],[-2.7,-3.2],[-3.2,-2.1],[-4.3,-2.4],[-3.2,-2.2],[-3,-1.9],[-2.6,-1.9],[-2.4,-1.6],[-2.4,-2.4],[-2.3,-3.3],[-2,-2.8],[-2.7,-2.6],[-1,-1.2],[-1.3,-1],[-2,-1.4],[-2.8,-1.9],[-3.1,-2.4],[-3.3,-2.2],[-3.5,-1.1],[-3.9,1.2],[-5.5,1.7],[-5.8,2],[-5.3,0.5],[-5.3,-0.7],[-4.9,-1.2],[-5.3,-0.4],[-4.1,-0.8],[-3.8,-1.2],[-5.4,-1.7],[-6.1,-2.9],[-4.8,-3.1],[-4.7,-2.8],[-5.5,-2.3],[-5.3,-0.5],[-5.1,2.1],[-5.5,2.2],[-6.6,2.7],[-8.3,0.6],[-6.8,-1.4],[-6.8,-1.6],[-5.1,-0.7],[-1.4,-1.4],[-4.3,-6.6],[-3.3,-6.5],[-2.4,-5.6],[-1.8,-5.7],[-4,-5.6],[-3,-5.2],[-2.8,-3.5],[-3.6,-5.4],[-2.5,-5.9],[-0.5,-4.3],[-0.7,-1.1],[0.8,-1.5],[1.9,0],[1.8,-6.1],[3.3,-6.3],[5,-5.7],[4.2,-3.6],[3.5,0.6],[-3,-2.4],[1,-7.8],[2.6,-7.4],[1.3,-6.2],[2.1,-5.1],[0.2,4.2],[0.5,3.1],[0.5,-1],[0.8,-1.3],[1.4,-0.1],[2,1.6],[1.1,2.4],[0.3,2],[-1.2,2],[-1.6,1],[-1.7,1.4],[-4.3,0.2],[-3.9,-0.5],[-3.4,-0.9],[-3.1,-1.2],[-3.2,-1.1],[-3.5,-1.8],[-3.2,-2.9],[-2.4,-3.9],[-2.2,-4.9],[-2.4,-5.3],[-2,-5.2],[-1.1,-4.2],[0.7,-3.5],[4.7,1.2],[-2,1.2],[-3.7,1.4],[-5,1.2],[-4.9,0.6],[-5.7,-0.4],[-5.8,-0.2],[-6,-1.2],[-6.4,-2.3],[-6.3,-3.2],[-5.7,-3.8],[-4.8,-3.8],[-4.5,-3.8],[-4.4,-4.1],[-4,-4.7],[-3.4,-4.8],[-2.7,-4.9],[-1.9,-5.1],[-1.6,-5.3],[-1.9,-4.6],[-1.2,-2.3],[-1.9,0.2],[-3.5,1.6],[1.1,-1],[1,0.4],[-3.1,-0.8],[-3.9,-1.8],[-4.8,-1.3],[-4.1,-1.2],[-4.3,-1.3],[-4.3,-2.5],[-2.7,-3.8],[0.2,-1],[-1.8,-2.2],[-1.7,-2.8],[-0.5,-7],[-2.6,-8.1],[-3.4,-8.1],[-4.4,-8.2],[-4.6,-8.9],[-4.7,-9.6],[-5.4,-9.7],[-5.5,-10.5],[-3.4,-10.5],[-1.9,-9.9],[0.9,-8.4],[4.1,-4.1],[-0.1,-0.9],[-0.9,-2.5],[2.4,-0.6],[0.5,1],[0.4,1],[2.1,-0.2],[-0.2,1.6],[-1.2,1.9],[-0.1,-0.5],[-1.8,0.5],[-2.3,0.8],[-3.6,1.4],[-3.9,0.8],[-3.2,0.4],[-2.8,0.3],[-3.1,0],[-2.2,-0.7],[-1.3,-1],[-1.2,-0.4],[-2.6,-1.3],[-2.2,-2.4],[-1.8,-1.8],[-1.9,-1.3],[-1.6,0.2],[-1.9,-0.3],[-2.2,-0.1],[-2.6,0.1],[-2.5,0.4],[-3.2,0.4],[-3,-0.1],[-2.8,0.2],[-2.6,0.4],[-3,0.7],[-3.1,0.5],[-3.3,0.2],[-3.3,-0.2],[-3.2,-0.4],[-3.8,-0.7],[-4,-1.7],[-3.8,-1.6],[-3.8,-2.2],[-4,-2.4],[-3.4,-2.3],[-2.8,-2.9],[-2.9,-2.1],[-2.6,-0.4],[-2.6,-0.5],[-3.2,-0.7],[-3.1,-1.2],[-2.7,-2.5],[-2.3,-3.4],[-2.7,-3.2],[-4.1,-2.4],[-2,2.1],[-1.8,2.7],[-2,3.2],[-2.2,3.1],[-2.3,3.3],[-2.6,3],[-1.8,3.8],[-1.6,2.8],[-2.4,2.2],[-2.9,2.6],[-3.2,3.1],[-3.2,2.5],[-3.9,2],[-4.6,1.6],[-4.7,1.9],[-5,2.4],[-5.3,2.3],[-5.2,1.8],[-5.6,1.2],[-6.1,1],[-6.3,0.6],[-6.6,0],[-7.3,-0.9],[-8,-1.4],[-8.1,-1.3],[-7.9,-0.8],[-8.1,-0.2],[-8.4,-0.6],[-8.6,-1.1],[-8.6,-1.6],[-8.6,-2.1],[-8.5,-2.2],[-8.3,-2.3],[-7.9,-2.9],[-7.6,-2],[-8.6,-1.2],[-8.9,-1.7],[-9.4,-2.4],[-8.8,-3.1],[-8.5,-3.4],[-7.9,-3.5],[-7.5,-4.1],[-7.1,-4.7],[-6.9,-4.5],[-7,-3.6],[-7.1,-3],[-7.1,-2.5],[-7,-1.9],[-6.5,-2.4],[-6.1,-2.7],[-5.6,-3.2],[-5.6,-3.6],[-5.7,-5.1],[-6,-5],[-5.2,-5.8],[-4.3,-6.3],[-5,-4.6],[-5,-0.8],[-4.8,2.3],[-3.9,2.3],[-3.8,2.8],[-4.1,3.1],[-4.4,2.9],[-3.1,2.3],[-1.5,2.6],[-1.4,3.7],[-2.3,5.1],[-5.3,4.6],[-6.9,3.6],[-7.7,2.5],[-7.6,1.3],[-7.3,0.3],[-6.7,-0.7],[-5.9,-1.7],[-7,-0.4],[-8.6,-0.7],[-3.5,-2.1],[1,-5.1],[2.2,-3.7],[1.5,-2.9],[1.2,-2],[2,-0.1],[1.8,0.9],[1.4,1.3],[0.6,1.4],[0.5,0.6],[2.2,-0.4],[3,-3],[1.6,-4.7],[-0.6,-2.2],[1,-2.1],[-0.8,-16.4],[-2.4,-7.6],[-0.5,-1.2],[-0.2,-1.8],[0.2,0.9],[1.3,0.2],[1.7,-0.2],[5.2,-1.1],[-0.9,-0.1],[2.4,1.9],[3.1,-0.3],[-1.3,-6.4],[-3.1,-6.3],[-3.2,-6.1],[-3.4,-6.4],[-3.2,-7.1],[-2.4,-7.7],[-2.4,-4.9],[-4,-4.9],[-3,-4.5],[-2.1,-3.3],[-5.5,-1.7],[-5.3,-2.6],[-5.1,-2.1],[-5.8,-1.4],[-4.8,-2.1],[-4.1,-1.8],[-3.7,-1.4],[-3.7,-1.4],[-3,-1.7],[-2.9,-1.5],[-3.2,-0.7],[-4,1.2],[-3.6,0.3],[-4.8,0.6],[-5.1,0.5],[-5.6,0.6],[-6.3,0.1],[-6.1,-0.4],[-5.9,-0.6],[-6.1,-0.8],[-6.7,-0.6],[-7.3,-0.4],[-7.3,-0.2],[-7.2,-0.9],[-6.9,-2.3],[-7.1,1.2],[-7.4,2.3],[-8.9,2.1],[-10.7,0.8],[-8.8,0.2],[-8,0],[-7.9,-0.1],[-7.8,-0.1],[-8.1,0.2],[-8.6,0.3],[-8.8,-0.6],[-8.8,-1.2],[-8.6,-1.7],[-8.4,-2.5],[-8.4,-2.9],[-8.5,-2.5],[-9.1,-2.8],[-9.1,-3.3],[-9.4,-3.8],[-9.4,-4.3],[-9,-4.6],[-8.3,-5],[-7.2,-4.2],[-8.8,-5],[-7.1,-5.4],[-6.7,-6.7],[-6.1,-6.4],[-5.9,-6.9],[-5.7,-7.2],[-5.3,-7.3],[-5.3,-7.3],[-5.3,-7.2],[-5.4,-6.8],[-3,-4.3],[-3.2,-4.4],[-2.9,-4.2],[-3.4,-2.8],[-6.3,-2.7],[-2.9,-2.1],[-3.2,-3.2],[-2.7,-2.4],[-2.6,-1.9],[-3,-2.2],[-2.1,-3.4],[-1.4,-3.9],[-1.9,-2.6],[-2.1,-3.5],[-1.5,-2],[-1.2,-0.8],[-2.2,-0.5],[-3.3,-0.8],[-3.6,-1.4],[-3.5,-1.4],[-3.5,-0.3],[-5.2,1.8],[-5.5,2.6],[-6,1.6],[-6.4,0.6],[-5.1,-0.6],[-3.5,-0.7],[-4.1,0.3],[-4.7,-0.4],[-6.4,-1.3],[-6.6,-1.4],[-6.3,-1.7],[-6.2,-2.3],[-7.1,-3.1],[-6.2,-2.8],[-6.3,-0.5],[-7.6,1.4],[-9.7,2.3],[-10.4,2.2],[-8.1,-1.4],[-6.8,-1.3],[-6,-2],[-6.5,-0.9],[-4.2,-2.9],[-3.4,-5],[-3,-4.4],[-2.6,-5.2],[-4,-5.1],[-2.4,-4.7],[-3.9,-4.9],[-2.9,-4.3],[-4.5,-5.3],[-3.2,-3.6],[-3.5,-4.3],[1.4,0.4],[-2.5,-2.7],[3,-7.1],[3.4,-4.8],[3.1,-4.6],[2.7,-2.7],[2.5,-2.1],[-1.4,-3.8],[-0.5,-9.3],[-0.8,-8.8],[0.5,-6.6],[2,-7.9],[2.6,-1.4],[1.2,-2],[-1.6,0.3],[0.3,-2],[-0.3,-2.2],[0.6,0.3],[1.8,2.8],[0.5,3.2],[-2.3,3],[-3.3,2.2],[-2.3,0.4],[-3,0],[-2.2,0],[-2.2,-0.2],[-1.9,-0.6],[-2,-0.6],[-2.7,-1.3],[-2.7,-2.3],[-1.7,-3.6],[-1.8,-4.4],[-1.5,-5.4],[-1.2,-5.9],[-0.8,-5.1],[2.6,-3.3],[2.8,1.2],[-2,2.6],[-3.4,2.3],[-4.2,1.6],[-3.1,1.5],[-4.4,0.5],[-3.1,0.1],[-4.6,0.6],[-6.2,-0.9],[-5.8,-2.1],[-5.3,-3.4],[-4.7,-3.6],[-3.8,-3.4],[-3.7,-2.5],[-3.4,-2.8],[-2.9,-3.4],[-2,-4.7],[-1.2,-5.7],[-0.3,-6.1],[-0.2,-5.6],[0.3,-4.7],[0.6,4.7],[-3.1,2.3],[2.6,-0.6],[-0.1,-0.5],[-2.2,1],[-2.9,1.6],[-5.1,1.2],[-4.6,-2],[-4.8,-0.8],[-5,-1.3],[-6.1,-2.9],[-3.1,-3.6],[-2.5,-1.7],[-1.4,-1.1],[-3.5,-5.1],[-4.3,-7.1],[-4.2,-8],[-4.8,-8.1],[-5.6,-8.9],[-4.6,-9.7],[-6.9,-9.2],[-6.7,-9.8],[-5.1,-10.5],[-3.5,-10.5],[-1.8,-8.6],[2.4,-2],[-1.4,-1.5],[4.4,-6.1],[3.9,-0.3],[1.4,3.1],[0.3,2.8],[2.6,1.1],[-0.1,2.4],[-2.2,0.9],[-1.5,-1.2],[-2.4,0.1],[-3.3,0.7],[-4.8,1.7],[-4.7,0.2],[-4.1,0.5],[-5.7,0.4],[-6.3,-1.6],[-6.4,-2.3],[-6,-2.3],[-7.5,-3.2],[-5.5,-3.2],[-7,-3],[-5.7,-3.3],[-5.7,-2.5],[-7,-3],[-6.4,-2.2],[-6.2,-3.1],[-6.3,-2.5],[-5.9,-2.6],[-4.3,-1.1],[-2.8,0.3],[-2.4,-0.3],[-1.4,0],[-1.2,0.5],[-1.7,0.5],[-2.4,0.1],[-2.5,0],[-2,-0.8],[-3.1,-1.1],[-3.2,-1.8],[-3.6,-1.6],[-3,-1.6],[-2.2,-1.9],[-2,-2.5],[-2.2,-2.4],[-1.6,-2.1],[-1,0.4],[-0.7,1],[-1.6,1],[-1.6,0.5],[-1.6,-0.8],[-1.3,-2],[-1.3,-2.8],[-1.1,-2.2],[-1.7,-2],[-1.9,-0.4],[0,2.8],[-0.7,4.2],[-1.2,3.8],[-1.5,3.8],[-0.6,4.6],[-1,4.5],[-1,3.8],[-1.6,3.1],[-2.2,3.6],[-2.5,3.9],[-2.8,3.1],[-3.7,2.6],[-4.3,2.3],[-4.7,2.8],[-4.9,2.9],[-5,2.4],[-5.5,1.9],[-5.8,1.9],[-6,1.5],[-6,1],[-6.5,0.9],[-7.3,0.4],[-7.9,-0.5],[-7.6,-0.5],[-7.7,-0.1],[-8,-0.1],[-8.3,-0.4],[-8.5,-1.1],[-8.6,-1.8],[-8.4,-2.1],[-7.9,-2.4],[-7.7,-2.9],[-7.6,-2.3],[-8.2,-0.4],[-8.6,-0.9],[-9.1,-1.5],[-8.8,-2.2],[-8.2,-2.6],[-7.8,-3],[-7.3,-3.2],[-7.1,-3.3],[-6.7,-3.6],[-6.6,-3.5],[-6.7,-2.9],[-6.6,-2.3],[-6.6,-2.1],[-6.7,-2.7],[-6.6,-3],[-6.4,-3.1],[-6.3,-3.4],[-6.1,-4.4],[-5.6,-5.3],[-4.6,-5.6],[-3.3,-6.1],[-2.2,-5.1],[-4.3,-0.8],[-4,2.2],[-3.5,1.7],[-4.2,2.6],[-4.9,2.5],[-4.3,2],[-4.2,1.6],[-4.9,2.2],[-1.2,3.1],[-2.8,6.2],[-5.8,6.6],[-7.6,4.4],[-6.8,3.3],[-6.2,1.5],[-6,0.7],[-5.8,0.8],[-5.5,-1.1],[-5.5,-1.9],[-5.3,-0.4],[-3.4,0.1],[1.3,-1.9],[1.3,-2.4],[0.8,-3],[1,-3],[1.9,-1.4],[3.2,1.6],[2.5,1.5],[2.7,0.9],[-1,-2.7],[-0.3,-1.4],[-0.5,-1.4],[-1.6,-1.5],[0,-1.3],[1,-2],[1.5,-3.4],[0.6,-1.2],[-1,-1],[0.6,0.2],[1,-0.7],[0.7,-0.9],[1,-0.2],[4.5,-7.1],[-2.3,-4.7],[-1.9,-3.2],[-1.4,-3.7],[-1.6,-5.2],[-3,-5.6],[-2.8,-6.1],[-2.8,-6.4],[-2.8,-6.4],[-2.2,-7.1],[-3,-4.1],[-2.1,-3.5],[-2,-6.6],[0.1,-4.9],[1.1,-5.2],[-3.4,-1.3],[-4.6,-1.5],[-7,-2.7],[-5.1,-3.5],[-2.8,-2.5],[-1.1,-1.3],[-1.7,-0.9],[-2.2,-1.3],[-2.1,-1.4],[-3.1,0.3],[-4.2,1],[-4.4,1.8],[-4.1,1.3],[-4.6,1.4],[-5.1,1.2],[-5.9,0.8],[-5.7,0.5],[-5.4,0.3],[-5.5,0.2],[-6.3,0.3],[-6.7,0.2],[-7.2,0],[-7.6,-0.7],[-7.9,-1.3],[-8.8,-1.1],[-8.7,0.1],[-8.9,-0.2],[-9.3,0.4],[-8.2,0.6],[-7.9,0.2],[-7.5,0.1],[-7.5,0.5],[-7.9,0.5],[-8.1,0.2],[-8.8,0.1],[-9.1,-0.5],[-9.2,-1],[-9,-1.4],[-8.8,-1.4],[-8.8,-2.2],[-9.2,-2.5],[-9.4,-2.9],[-9.8,-3.8],[-9.3,-4.1],[-9.2,-4.5],[-9.1,-4.9],[-9.3,-5.4],[-7.7,-5.8],[-6.6,-5.8],[-7,-5.8],[-6.8,-6.4],[-6.7,-6.8],[-6.5,-7],[-5.9,-7.4],[-6,-7.5],[-5.8,-7.1],[-6.2,-6.7],[-4.3,-4.8],[-4.3,-4.8],[-4.4,-5.1],[-2.9,-5.4],[-2.8,0],[-4.4,-4.5],[-2.3,-4.4],[-2.1,-4.6],[-2.3,-3.9],[-3,-3.8],[-2,-3.6],[-1.6,-4],[-0.7,-4.7],[-0.7,-4.1],[0,-2.8],[-0.4,0.8],[-1.5,0.6],[-2.6,0.8],[-3.1,0.5],[-3.1,-0.2],[-3.6,0.7],[-3.8,1.5],[-4.5,2.8],[-5.6,3.1],[-7.3,2.1],[-4.7,-1.4],[-2.6,-1.4],[-3.5,-0.5],[-4.9,0.3],[-6.6,0.3],[-6.9,-0.4],[-7.1,-0.7],[-7.8,-1.1],[-8.1,-2.2],[-7,-3.7],[-5.6,-2.4],[-5.6,0.2],[-4.9,2.5],[-6.7,2.6],[-8.3,2.5],[-6.6,-0.5],[-5.5,-1.2],[-5.4,-1.1],[-5.4,-2.8],[-3.7,-4],[-3.6,-4.8],[-3.6,-4.8],[-3.8,-5.2],[-3.1,-4.2],[-3.6,-3.9],[-3.9,-4.6],[-2.7,-1.9],[-6.8,-3.8],[-4.8,-4.5],[0.4,-1],[2.3,-7.1],[2.5,-5.6],[2.7,-4],[1.9,-3.1],[2.7,0],[-3,-3.2],[-0.3,-6.2],[-1.1,-7.3],[-1.3,-7.7],[-0.4,-7.7],[0.6,-8.1],[1.4,-7.9],[2.1,-1],[2.6,-1.5],[2.6,-1.3],[-0.7,4.5],[1,5.1],[0.4,2.6],[-1.2,2.8],[-1.1,3.1],[-2,2.4],[-2,1.7],[-1.7,0.9],[-1.3,0.1],[-0.9,-0.1],[-0.9,-0.2],[-1.2,-0.8],[-1.9,-0.9],[-1.8,-1.6],[-1.4,-2.7],[-0.8,-4],[-1.2,-4.5],[-0.7,-5.5],[0,-5.8],[5.4,-5],[-1.5,1.7],[-1.4,3.7],[-3.2,2.5],[-2.7,2.2],[-3.1,0.9],[-3.5,0.6],[-2.1,0.1],[-1.4,-0.4],[-3.6,0.8],[-4.9,-1],[-4.3,-2.4],[-4.4,-3.1],[-3.8,-3.9],[-2.7,-4.5],[-1.7,-3.1],[-1.1,-2.3],[-0.8,-3.5],[-0.1,-4.4],[0.8,-5.2],[1.1,-4.4],[2.2,-4.3],[2.3,0.4],[0.8,2.1],[1.9,2.4],[0.4,0.6],[-3.3,1.2],[0.1,1.4],[-1.8,0],[-2.3,1.1],[-3.4,-0.9],[-4.2,-1.6],[-3.4,-1.2],[-2.3,-1.7],[-0.2,-1.4],[-4.2,-0.8],[-5.8,-3.8],[-5.8,-6.5],[-4.9,-7.6],[-5.4,-8],[-5.9,-8.8],[-5.1,-9.8],[-6.5,-8],[-8.2,-8.8],[-7,-9.9],[-5,-10.2],[-6.9,-11.1],[-2.4,-9.9],[-1,-0.9],[1.8,0.5],[4.4,0.8],[0.2,4.6],[-0.1,2.8],[-2.6,-0.7],[-3.3,-0.5],[-5,-0.3],[-4.9,-0.8],[-4.4,-1.3],[-4.5,-1.3],[-8.2,-0.9],[-7.9,-1.7],[-7.1,-1.9],[-8.1,-2.6],[-9.5,-3.7],[-7.6,-4.2],[-7.8,-4.6],[-7.4,-4.3],[-6.9,-4.4],[-6.8,-4.4],[-6.9,-4.8],[-7.4,-5.3],[-7.2,-4.9],[-7.4,-4.8],[-7.3,-4.2],[-7.6,-4.7],[-7.2,-4.4],[-7.3,-4],[-7.3,-4.2],[-7.8,-3.8],[-7.9,-3.7],[-7.7,-3.1],[-5.7,-2],[-4.9,-1.2],[-4.6,-1.3],[-4.1,-1.2],[-3.7,-1.9],[-3.1,-1.7],[-3,-1.9],[-2.7,-2.5],[-2.1,-2.9],[-1.1,-2.9],[-0.5,-2.6],[-0.5,-2.2],[0,-2.2],[1.3,0.2],[2.9,0.4],[1.1,1.6],[0.9,0.8],[0.1,-0.3],[0.2,-1],[0.4,-1.7],[1,-1],[0.6,-0.6],[-0.1,-1.1],[0.9,2.5],[-0.1,5.1],[-0.6,4.8],[0.7,5.8],[0.2,5.7],[-0.6,5.4],[-0.2,4.6],[-0.8,3.8],[-1.2,4.2],[-1.5,4.8],[-1.9,4.1],[-2.9,3.6],[-3.6,3.4],[-4.1,3.4],[-4.2,3],[-4.6,2.8],[-5.1,2.6],[-5.4,2.2],[-5.5,1.9],[-5.6,1.4],[-6.1,1.5],[-7.1,0],[-7.4,-1],[-7.7,-0.9],[-7.5,0.5],[-7.5,0.6],[-7.9,0.2],[-8.6,-1],[-8.1,-2],[-7.3,-2.2],[-7.4,-2.4],[-7.8,-1.7],[-8.2,-0.6],[-8.6,-0.6],[-9.1,-1.3],[-8.7,-2.2],[-8.1,-2.8],[-7.7,-3.3],[-7.7,-3.5],[-7.6,-3.9],[-7.4,-4.1],[-6.9,-4],[-6.8,-3.8],[-6.7,-3.2],[-6.5,-3],[-6.7,-3.5],[-7.7,-3.2],[-7.2,-3.4],[-6.7,-3.2],[-6.6,-4.2],[-5.8,-5.5],[-4.1,-6.3],[-2.2,-6.2],[-1.5,-4.9],[-2.2,-0.5],[-3.8,2.8],[-3.1,2.1],[-4.7,0.4],[-5.8,-0.7],[-5.1,-0.2],[-5.6,0.8],[-2.7,2],[-1.6,2.6],[-5.8,4.6],[-7.1,5.2],[-6.7,4.1],[-6.5,3.5],[-6,1],[-5.2,-0.3],[-5.1,-0.6],[-5,-0.5],[-5,-1.1],[-4,-2.2],[-2.1,-1.6],[-0.3,-1.8],[-0.5,-3.6],[-0.2,-4.3],[1.4,-4],[2.2,-1.9],[0.8,1.5],[-1,0.5],[-1,-0.6],[1.2,1.5],[-1,0.9],[-1.1,0],[-2.3,0.2],[0,0.1],[0.6,0.3],[1.6,-0.6],[0.8,-0.3],[0.2,0.9],[1.1,0.3],[0.6,-0.3],[0.6,-1],[0.8,-1.3],[1.7,-6.1],[-0.4,-7.4],[-2.7,-3.6],[-2.7,-3.1],[-3,-4.6],[-3.9,-6.2],[-3.1,-6.4],[-3.4,-6.5],[-3.1,-6.3],[-2.5,-6],[-1.5,-3.6],[-0.2,-1.7],[1.9,-6],[-0.2,-5],[-1.1,-2.8],[-2.1,-3.2],[-1.7,0.1],[0.3,-1.9],[-3.8,-5.2],[-1.6,-4.1],[-1.9,-3.2],[-0.5,-0.7],[0.1,-0.8],[-1,-0.4],[-1.3,0.2],[-2.6,1.8],[-2.8,2.1],[-3.3,1.8],[-3.7,1.4],[-4.4,1.3],[-5.3,1.8],[-4.9,1.2],[-4.9,0.9],[-4.9,0.6],[-5.5,0.9],[-6.3,0.9],[-6.9,0.4],[-7.1,0.1],[-7.2,0.3],[-7.7,0.8],[-8.1,0.9],[-8.6,1.1],[-8.1,0.9],[-7.9,0.9],[-7.6,0.8],[-7.3,0.4],[-7.1,1],[-7.5,0.6],[-8.7,0.9],[-8.1,0.1],[-8.8,0.4],[-9.6,-0.5],[-9.3,-1.3],[-8.9,-1.4],[-9.1,-1.5],[-9.4,-2],[-9.7,-2.6],[-9.8,-2.9],[-9.6,-3.4],[-9.5,-4.1],[-9.2,-4.4],[-9.2,-4.8],[-8.9,-5.1],[-8.4,-5.3],[-7.9,-6.3],[-7.5,-6.4],[-7.3,-6.9],[-7.2,-7.2],[-6.9,-7.5],[-6.4,-7.5],[-6.4,-7.4],[-6.4,-6.7],[-5.4,-5.4],[-4.9,-4.3],[-4.9,-4.1],[-5.2,-4.8],[-5,-3.4],[-1.3,-3],[-2.1,-5.2],[-2.3,-5.2],[-2,-4.8],[-1.5,-4.1],[-1.6,-3.9],[-1.2,-4],[0,-4],[0.2,-4.2],[0.3,-3.7],[-0.1,0.8],[-0.1,2.4],[-1.7,1.8],[-3,2],[-2.7,1.4],[-3,1.9],[-2.9,2.4],[-2.6,3.2],[-2.2,1.5],[1,-0.2],[-2,2.4],[-1.7,0.2],[-2.6,0.7],[-4.8,1],[-5.9,1.7],[-6.3,1.7],[-8.3,1.2],[-8.3,0.3],[-9.7,-1.1],[-9.4,-3.2],[-7.7,-4.4],[-6.6,-2],[-9.5,-0.8],[-9.5,-0.2],[-9.1,2],[-7.5,0.8],[-5.2,-0.8],[-5.5,-1.6],[-6.1,-2.7],[-4.3,-4.8],[-3.5,-4.8],[-3.3,-4.3],[-3.5,-3.7],[-3.9,-4.7],[-4.2,-4.8],[-2.4,-3],[-4.9,-3.1],[-6.3,-3.7],[-4.8,-3],[0.4,-5.6],[4,-5.9],[2.9,-3.1],[2,-3.3],[0.9,1.4],[-1.2,0.9],[-3.5,-1.3],[-1.4,-5.5],[-1.5,-6.9],[-1.6,-7.2],[-1.1,-7.6],[-0.5,-7.9],[-0.5,-7.7],[0.7,-6.6],[2.7,-6.5],[4.9,-3],[4.3,-1.2],[2.7,-0.9],[1,5.3],[-0.1,3.2],[-0.9,3.2],[-1.5,2.8],[-1.7,2],[-1,1.1],[-0.2,0.8],[-0.2,0.2],[-0.7,-0.4],[-0.4,0.2],[-0.9,-0.3],[-1.4,-1],[-0.9,-1.7],[-0.2,-2.9],[-0.3,-3.3],[-0.2,-4.1],[0.5,-4.8],[4.7,-1.8],[-0.6,2.4],[-2,3.4],[-1.8,3.1],[-2.1,1.2],[-2.3,0.6],[-2.5,-0.1],[-1.1,-1.4],[-0.6,-0.9],[1,-1.8],[-2.4,1.6],[-5.3,1.4],[-3,-3.6],[-2.2,-3.5],[-1.8,-3.7],[-1,-3.4],[-0.7,-3.2],[0.2,-3.2],[0.7,-3.8],[1.4,-3.8],[2.7,-3.9],[2.5,-3.9],[0.5,3.9],[1,2.8],[1.6,1.1],[-0.1,0],[-1.5,2.4],[-0.1,1.1],[-2.6,0.5],[-1.5,1.9],[-1.6,2.1],[-1.2,0.5],[-2.1,-2.7],[0.2,-1.2],[-1.8,-5],[0.5,-1.1],[-1,1.3],[-8.5,-5.4],[-4.8,-6.4],[-5.6,-7.3],[-6.1,-8],[-6.9,-8.7],[-7.4,-9.6],[-7.1,-9.7],[-8.3,-9.8],[-6.8,-9.7],[-10,-9.8],[-9.9,-12.4],[-2.4,-0.5],[0.5,-4],[-8.5,8.3],[-3.3,4.5],[-6.1,1.7],[-7.9,0.2],[-8.6,-0.4],[-9.6,-1.5],[-9.1,-3],[-8.5,-4.8],[-8.2,-4.4],[-9.1,-4.9],[-8.6,-4.2],[-8.9,-4.8],[-8.4,-4.7],[-8.2,-3.8],[-7.9,-3.8],[-7.8,-3.8],[-7.9,-3.8],[-8.2,-4.3],[-8,-4.3],[-8.4,-4.5],[-8.4,-5.4],[-8,-6.1],[-7.6,-5.8],[-7.3,-5.7],[-7.4,-5.2],[-7.4,-5.3],[-7.6,-5.2],[-7.7,-5.4],[-7.6,-5.5],[-7.6,-5.4],[-8.1,-5.1],[-7.8,-5.2],[-7.9,-5.1],[-7.2,-5],[-7.1,-5.2],[-6.4,-5.2],[-6.2,-5.3],[-6,-5.6],[-5.7,-5.6],[-5.5,-5.7],[-5,-5.9],[-4.2,-5.4],[-2.4,-5],[0.3,-3.7],[2.1,-2.5],[2,-2.4],[2.5,0.3],[2.7,1.4],[2.2,0.9],[2.1,0.4],[2,-0.2],[2.6,-0.5],[3.2,0.4],[2.6,1],[1.7,0.3],[2,3.2],[0.3,6.5],[1.8,6.8],[1.2,6.8],[0.7,6.3],[0.7,6.1],[0.5,5.5],[0.3,4.7],[0,4.5],[-0.4,5.3],[-0.7,5.3],[-1.2,4.9],[-2.2,4.6],[-2.7,4.5],[-3,3.7],[-3.9,3.1],[-4.4,3],[-4.8,2.5],[-5,2.3],[-5.2,1.9],[-5.7,1.8],[-6.8,0.3],[-7.1,-0.5],[-6.6,-0.6],[-5.8,0.1],[-5.1,1.5],[-5.1,1.3],[-6.9,-3.3],[-6.4,-1.4],[-6.6,-1.7],[-7.5,-1],[-8.1,-0.3],[-8.5,-0.2],[-8.5,-1.1],[-8.4,-1.2],[-8.2,-1.7],[-7.7,-2.4],[-7.5,-3.2],[-7.6,-3.8],[-7.5,-4.1],[-7,-4.4],[-6.9,-4.5],[-6.9,-4],[-6.8,-3.4],[-6.8,-3.8],[-8,-3.7],[-7.5,-3.6],[-7.7,-3.5],[-7.4,-4.3],[-6.1,-6.6],[-4.1,-7.6],[-4.4,-7.5],[-1,-6.5],[-2.9,1.9],[-5.2,4.2],[-5.8,0.8],[-6.5,-1.4],[-5.5,-1.6],[-4.7,-1.4],[-5.5,-2.2],[-5,-1.4],[-6,0.7],[-5.4,1.5],[-6.6,3.1],[-6.2,3.3],[-6.4,2.3],[-6.4,0.5],[-5.8,-0.5],[-5.2,-2.1],[-4.2,-3],[-3.6,-2.7],[-2.5,-2.6],[-1,-2.7],[-0.9,-3.9],[-0.6,-4.9],[0,-5.4],[1,-5.9],[-2.1,-0.1],[-1,-0.6],[1.3,1],[-1.2,0.3],[1.3,0.1],[-0.8,-0.1],[0,-1],[-0.9,-2.3],[0.8,0.5],[2.8,-1.7],[3,-4],[-1.9,-3.2],[-2.4,-3.4],[-1.2,-4.4],[-1,-0.6],[0.1,-1.1],[1,-0.9],[0.8,-1.5],[1.5,-7.6],[-2.2,-6.7],[-4.2,-2.1],[-3.8,-4.1],[-4.1,-6],[-3.9,-6.6],[-3.3,-7.3],[-3.5,-6.9],[-2.4,-6.4],[-0.6,-5.6],[-0.6,-3.7],[-2.7,-0.7],[-3.5,-4.9],[-1.2,-1.7],[-2.3,1.6],[-0.3,-0.6],[-0.6,-0.5],[0.6,-0.7],[-0.1,-2.4],[-0.7,-3],[-0.1,-1.5],[0.2,-0.1],[-0.5,0.2],[-0.6,0.4],[-0.9,1.4],[-1.5,2.1],[-1.8,2.5],[-2.1,2.2],[-2.7,2],[-3.2,1.8],[-3.7,2.2],[-4.1,2.1],[-4.3,1.6],[-4.7,1.5],[-5.5,1.4],[-5.8,1],[-6,1.2],[-6.4,1.2],[-6.9,1.3],[-7.4,1.7],[-7.6,1.8],[-7.6,1.6],[-7.4,1],[-6.5,0.5],[-7.1,0.5],[-7.9,0.6],[-8.3,0.5],[-9.3,0.4],[-8.9,0.3],[-9.1,0.5],[-10.4,-0.6],[-9,-0.7],[-9.1,-0.9],[-9.4,-1.1],[-9.8,-1.4],[-9.7,-1.5],[-10.1,-1.9],[-10.1,-2.8],[-9.7,-3.3],[-9.5,-3.5],[-9.4,-4],[-9.1,-4.8],[-8.7,-5.4],[-8.3,-6],[-7.9,-6.5],[-7.8,-6.6],[-7.5,-6.9],[-7.3,-7.4],[-7.2,-7.8],[-6.6,-7.6],[-6.4,-7.3],[-4.6,-5],[-5,-5.1],[-4.9,-5.2],[-4.6,-4],[-4,-2.6],[-3.3,-3.8],[-1.3,-4.9],[-0.9,-4.5],[-0.9,-4.2],[-0.3,-3.8],[-0.3,-3.4],[-0.5,-3.1],[0.2,-3.4],[0.9,-3.8],[-0.3,-2.8],[0.8,-1.3],[1.2,2.3],[0.4,1.8],[-1.3,4.3],[-0.6,2.9],[-2.2,2.6],[-2.4,2.8],[-0.1,3.1],[2.4,-0.1],[-1.1,2],[0.5,2.2],[-2.3,3.6],[-2.6,2.1],[-3.6,2],[-3.3,2.1],[-4.6,3.5],[-8.4,2.8],[-7.4,1.3],[-9,1],[-10.7,-0.1],[-7.8,-5.6],[-5.8,-3.1],[-6.3,0],[-7.2,1.1],[-7.3,1.3],[-7.2,1.6],[-5.9,-0.6],[-5.7,-1.3],[-6.7,-2.7],[-4.1,-3.9],[-3.9,-3.9],[-3.2,-3.4],[-4.3,-3.4],[-5.1,-3.4],[-5.9,-4.5],[-5.3,-3.4],[-4.7,-2.8],[-5.4,-3],[-4,-6.9],[-0.6,-9.2],[0.6,-3.3],[1,-0.8],[-2.2,-1],[-1.3,0],[-2.9,-1.6],[-2.3,-2.9],[-0.8,-5.1],[-1.3,-6.8],[-0.9,-7.5],[-0.8,-7.9],[-0.4,-8],[-0.4,-8],[0.6,-7.6],[0.6,-8.2],[1.8,-7.1],[4.8,-2.7],[3.4,1.5],[2.1,2.1],[0.4,3.9],[-0.4,2.9],[-0.3,2.5],[-0.8,2.1],[0,2],[0.3,1.9],[1.3,0.8],[0.3,0.7],[-0.4,0.6],[-1.6,0],[-2.1,-0.2],[-1,-1.6],[0.6,-2.3],[0.2,-1.9],[-0.2,-3],[0.5,-3.1],[4.1,0.6],[-1.8,4.2],[-0.8,4.1],[-2.6,1.8],[-2.8,1.6],[-2,1],[-1.4,0.2],[-0.3,-1.2],[0.4,-0.8],[-0.3,-1.1],[0.1,-0.7],[0.9,-0.2],[-5.4,-1.1],[-1.8,-3.5],[-1.4,-2.8],[-1,-2.5],[-0.4,-2.4],[0.3,-3.1],[1.6,-3.6],[2.1,-2.8],[1.9,-2.8],[3.2,0.1],[1.6,1.2],[-0.4,2.2],[1.4,-0.1],[0.9,0.9],[-1.1,2.7],[-0.1,1.8],[0.4,1.3],[0.4,1.6],[0.8,0.9],[-1.2,0],[-3.6,0.8],[-3.9,-3.8],[-2.7,-4.5],[-3,-8.6],[-0.3,-0.6],[-2.2,-1.4],[-4.6,-5.1],[-6.1,-6],[-6.8,-7.6],[-8,-7.3],[-8.6,-8.4],[-7.4,-9.3],[-7.4,-9.6],[-9.2,-10],[-10.1,-8.7],[-13.3,-8.5],[-9.8,-9.6],[-11.3,-12.6],[-13.1,-12.3],[-11.2,-4.6],[-12.5,-4.9],[-11.7,-3.6],[-11.1,-4.3],[-11.2,-5.7],[-10.9,-6.1],[-9.8,-6.2],[-9.2,-6.3],[-8.6,-6.1],[-8.7,-5.2],[-8.8,-5],[-8.7,-5.4],[-8.1,-5.5],[-7.8,-5.1],[-7.4,-5.2],[-7.3,-4.8],[-7.4,-4.7],[-7,-4.8],[-7.4,-4.2],[-7.6,-4.5],[-8.2,-4.7],[-6.8,-5.9],[-7.3,-5.9],[-6.7,-5.4],[-6.5,-4.9],[-6.5,-4.8],[-7.3,-5.2],[-6.9,-5.6],[-6.5,-5.1],[-6.8,-4.7],[-6.5,-4.2],[-6.6,-4],[-6.8,-4.4],[-6.5,-4.3],[-5.8,-4.4],[-5.5,-4.3],[-5.5,-4.8],[-5.3,-5.5],[-4.9,-6.2],[-3.5,-6.5],[-3.5,-7.2],[-3.3,-7.4],[-3.1,-7.6],[-2.9,-7.3],[-0.6,-6.6],[3.3,-3.6],[5.2,-0.3],[4.6,1.3],[4.2,1.3],[4.1,0.5],[4.2,0.2],[4.5,0.6],[5,1.4],[4.2,2.1],[3.3,1.7],[3,5.4],[4.1,7.1],[3,7.7],[2.2,8],[2.3,7.4],[2,7.1],[1.3,6.5],[1.6,5.5],[1.3,5],[0.6,5.8],[0.1,5.8],[-0.4,5.5],[-1.1,5.3],[-1.6,4.7],[-2.2,4.1],[-2.7,3.7],[-3.4,3.4],[-3.8,3.1],[-4.3,3],[-5,2.5],[-5.7,1],[-5.6,-0.1],[-4.8,-0.2],[-3.5,-0.3],[-4,-2.1],[-0.2,-3.1],[-4,4.3],[-6.1,0.4],[-6.3,-0.6],[-6.8,-0.5],[-7.3,0.2],[-8.1,0.1],[-7.7,-0.5],[-7.8,-0.7],[-7.6,-1],[-7.4,-1.3],[-7.9,-1.7],[-7.4,-2.8],[-7,-3.7],[-7.1,-4],[-7.2,-4.2],[-7.2,-4.2],[-7.1,-4],[-7.1,-4.1],[-7.7,-4.1],[-7.7,-4.4],[-8.8,-4.2],[-7.6,-5],[-6.6,-7.2],[-4.9,-8.5],[-6.3,-7.7],[-4.8,-6.7],[-8.7,1],[-8.8,2.9],[-7.9,0.6],[-5.9,-1.3],[-5.2,-1.8],[-5.6,-1.7],[-5.7,-2.3],[-5,-3.4],[-5.2,-2.6],[-5.8,-0.6],[-5.6,-0.1],[-6.5,-0.5],[-6.8,-0.5],[-5.9,-0.7],[-5,-1.8],[-3.9,-2.6],[-2.8,-3.2],[-2,-4],[-0.4,-4.1],[-0.3,-4.4],[-0.2,-5.5],[-0.3,-6.1],[0.5,-6.8],[-0.1,-6.9],[-1.5,-0.7],[-0.2,0.4],[0.7,1],[0.1,0.3],[-1,-0.1],[-0.8,1.2],[-0.6,0.7],[0.7,1.3],[0.1,-0.6],[3,-3.1],[1.3,-3.6],[-1.4,-2.3],[-1.9,-3.8],[-0.8,-4.1],[-0.6,-4.4],[0.6,-1.2],[1.4,-0.9],[1,-0.9],[1.3,-5.4],[-1.5,-4.3],[-4,-3],[-5.7,-3.9],[-5.4,-5.2],[-4.9,-6.3],[-5.3,-6.1],[-5.9,-6.8],[-5.3,-7.1],[-5.6,-5.9],[-0.8,-1.2],[0.1,-1.6],[-0.4,-1.7],[-5.2,-5.1],[-5.2,-1.3],[-3.3,0.3],[-1.8,0.8],[-0.1,-2.2],[-0.1,-3],[-0.4,-3],[-0.2,-2.6],[0.6,-0.2],[0,1.4],[0.2,1.4],[0.2,1.6],[0.2,2.2],[0.5,2.3],[-0.5,3.2],[-1,3],[-1.3,2.8],[-1.9,3],[-2.8,3],[-3,2.7],[-3.5,2.6],[-4.4,2.7],[-4.8,1.9],[-5,1.7],[-5.7,1.8],[-6,1.9],[-6.4,2],[-6.9,2.3],[-6.8,2.2],[-6.8,1.4],[-6.2,1.5],[-7.1,1.2],[-7.8,1.2],[-8.5,1.7],[-9.4,1.5],[-9.7,0.4],[-9.3,0.2],[-10.2,-0.1],[-9.2,0.1],[-9.6,0.1],[-9.7,-0.1],[-9.9,-0.3],[-10.2,-1],[-10.4,-1.8],[-10.1,-2.5],[-9.8,-3],[-9.7,-3.4],[-9.5,-4],[-9.5,-4.5],[-9.2,-4.8],[-8.4,-5.2],[-8.2,-5.8],[-8,-6.3],[-8,-6.8],[-7.6,-7.2],[-7.3,-7.5],[-7.1,-8],[-6.4,-7],[-5.3,-5.7],[-5.8,-6],[-3.8,-5.8],[-3.4,-4.7],[-2.6,-5.1],[-1.6,-4.2],[-0.8,-3.6],[-0.4,-3.5],[-0.2,-3.2],[0.5,-3.2],[0.4,-3.1],[0.3,-3],[0.3,-2.7],[0.3,-2.7],[0.1,-2.4],[-0.1,-1.2],[2,0.2],[1.5,3.2],[1.4,3.8],[1.5,4.1],[1.6,3.1],[-1.6,2.9],[-0.9,2.2],[-0.9,1.6],[-0.1,1.5],[-2.2,3],[-2,3.9],[-2.4,3.6],[-2,2.5],[-2.8,2.7],[-0.6,2.4],[-1.1,0.7],[-0.5,-0.2],[0.4,2.1],[2.5,0.4],[-2.4,-1.7],[-3.4,-2.1],[-4.6,-0.3],[-5.8,1.9],[-6.9,2.3],[-6.8,1.3],[-6.8,-0.4],[-6.2,-1.8],[-6.1,-2.8],[-4.9,-3.6],[-4.4,-4.2],[-4,-4.1],[-3.5,-2.4],[-5,-3.2],[-4.9,-3.2],[-6.5,-4],[-8.6,-4.8],[-4,-3.8],[-3.3,-7.6],[-1.5,-11.3],[-1.5,-4.4],[-3.6,0.1],[0.9,0.2],[-4.6,-0.6],[-2.4,-0.3],[-2.3,-2.4],[-0.9,-4.5],[-1.1,-5.1],[-1.3,-7],[-0.8,-7.9],[-0.4,-8.3],[0.6,-8.2],[0.7,-8.5],[0.7,-8.1],[1.4,-9.3],[2.2,-4],[2.4,0.3],[1.8,2.5],[2.9,1.9],[-0.6,3],[0.3,2.3],[0,1.6],[-0.5,1],[-0.2,0.3],[-0.9,1.5],[-1.8,0.2],[-1.3,0.9],[-3.1,-0.2],[-2.3,-0.9],[-1.9,-2.3],[-0.3,-0.7],[-2.2,0.4],[-1.8,-2],[0.3,-1.9],[1.5,1.3],[-2.5,2.7],[-2.5,4.3],[-2.3,3.4],[-2.2,1.7],[-1.8,-0.7],[-0.9,-1],[0.2,-1.9],[0.1,-1.8],[-0.1,-1.8],[-0.1,-1.3],[1.5,-1.1],[-0.1,-1.4],[-1.2,0.2],[-2.8,-3.5],[-1.1,-4.1],[0.4,-3.8],[0.9,-3.6],[1.8,-2.9],[1.9,-2.4],[4.4,0.6],[2.2,1.1],[0.6,2.3],[0.3,3.5],[1.6,2.2],[0.5,1.3],[-0.2,1.8],[0.1,1.5],[0.4,0.5],[-0.2,0.4],[-0.1,0],[-1.1,0.7],[-2.7,1],[-4.6,0.8],[-4.6,-2.9],[-4.5,-4.8],[-3.6,-5.5],[-6.5,-2.1],[-5.6,-3.1],[-7,-3.7],[-7.9,-5.6],[-8.9,-6.9],[-9.4,-7.1],[-9,-9],[-7.1,-10.8],[-8.3,-8.4],[-11.3,-10.1],[-12.8,-10],[-11.2,-8.3],[-12,-9.5],[-9.8,-12],[-9.8,-11.7],[-14.7,-7.5],[-12.7,-7.6],[-11.8,-7.9],[-11.6,-6.8],[-10.4,-7.8],[-9.6,-7.3],[-8.9,-7.4],[-8.3,-7.4],[-7.8,-6.7],[-7.9,-5.4],[-7.5,-4.7],[-6.8,-4.7],[-6.4,-4.6],[-6,-4.6],[-5.7,-4],[-5.8,-3.1],[-6.3,-3.1],[-6.6,-3.4],[-7,-3.5],[-7.6,-3.7],[-6.4,-4.3],[-6.2,-4.6],[-5.6,-4.8],[-6.1,-5.1],[-6.5,-5.1],[-6.2,-4.5],[-5.8,-3.4],[-6.3,-3.5],[-6.6,-3.5],[-6.8,-3.5],[-6.7,-3.7],[-6.6,-3.9],[-6.3,-4.1],[-6.1,-4.5],[-5.8,-4.9],[-5.7,-5.2],[-5.4,-5.5],[-4.8,-5.8],[-4.2,-6.4],[-3.7,-7],[-3.2,-7.1],[-2.7,-7.2],[-1.8,-7.7],[-0.7,-8.1],[-0.3,-8.1],[-0.1,-8],[2.2,-6.3],[7,-1.3],[5.9,1.7],[5.5,1.9],[5.6,1.4],[5.9,1.8],[6.4,2.3],[5.9,2.6],[4.1,2.9],[5.8,3.9],[5.6,6.9],[4.6,7.7],[3.5,8.4],[3.2,8.2],[2.6,7.8],[2.2,7.5],[2.3,6.4],[1.5,6.1],[1,6],[1,6],[0.7,5.8],[-0.2,5.4],[-0.6,4.6],[-1.6,4.4],[-2.2,4.5],[-3,3.9],[-3.9,3.4],[-4.2,3],[-4.7,1.7],[-4.4,-0.4],[-2.6,0.1],[-4.2,-2.9],[-2.3,-0.6],[-4.3,3.2],[-5.8,2.9],[-6.1,1.8],[-6.1,0.9],[-6.3,0],[-6.7,0.3],[-7.2,0.8],[-7.3,0.1],[-7,-0.6],[-6.8,-1.1],[-7.2,-1.2],[-7.8,-1],[-7.9,-1.6],[-7.4,-2.9],[-6.8,-3.4],[-6.9,-3.9],[-7.2,-3.7],[-7.2,-3.7],[-7.4,-4],[-7.6,-4],[-7.7,-4.6],[-9.1,-5],[-7.6,-6.2],[-6.5,-6.7],[-5.8,-8],[-6.8,-7.7],[-7.8,-7.2],[-10.6,-2.5],[-9.9,0.2],[-8.9,-0.8],[-7.5,-2.6],[-6.5,-3],[-6.9,-2.8],[-6.5,-2.5],[-5.9,-3],[-5.6,-2.7],[-6.1,-2.6],[-6.5,-1.9],[-6.5,-1.5],[-5.7,-1.6],[-4.9,-2],[-3.6,-2.4],[-2.5,-2.6],[-1.8,-3.1],[-1,-3.6],[0.4,-4.1],[0.5,-4.1],[-0.1,-6.3],[-0.1,-7.1],[1.3,-6.6],[1,-5.7],[-1.9,0.2],[0.5,0.3],[1.5,0.9],[-0.7,2.3],[-0.7,-1.5],[0.1,1.3],[0.9,1.1],[-0.4,0.3],[2.7,-0.4],[1.4,-2.4],[-0.8,-2],[-2.2,-2.9],[-0.7,-3],[-0.6,-3.7],[0.2,-2.9],[0.9,-2.4],[1.1,-1.5],[1.1,-1.6],[1.6,-1.1],[-3.2,-2.9],[-6.3,-2.2],[-7.3,-4.4],[-6.2,-5.6],[-5.8,-6.1],[-4.7,-6],[-5.7,-6.5],[-5.5,-6.5],[-0.8,-1.5],[-0.6,-1.1],[-1.4,-1.2],[-4.4,-2.7],[-3.7,-3.2],[-2.7,-2.3],[-2.1,-1.5],[-1.5,-1.5],[-1,-2.1],[-0.6,-2.9],[-0.3,-3.4],[-0.2,-2.4],[-0.2,-2.1],[0.9,-0.8],[1.1,3.2],[0.4,2.7],[0.5,2],[1.5,1.5],[0.7,2.5],[1.6,2.7],[1.2,4.1],[0.3,4.2],[-0.6,4],[-1.9,3.9],[-1.6,3.3],[-2.8,3.2],[-3.3,3],[-4,2.6],[-4.8,2.7],[-5.2,2.4],[-5.7,2.5],[-5.8,2.9],[-6.3,2.5],[-6.4,2.2],[-6.4,2],[-6.8,2.2],[-7.2,2.4],[-8.3,2.4],[-8.8,2],[-9.7,1.6],[-9.7,1.1],[-9.6,0.9],[-9.5,0.8],[-9.6,0.6],[-9.9,0.1],[-10,-1],[-10.4,-1.8],[-10.3,-2],[-10.1,-2.2],[-9.8,-2.5],[-9.5,-3.2],[-9.4,-3.7],[-9.4,-3.8],[-9.3,-4.4],[-8.7,-4.8],[-8.3,-5.3],[-8.3,-5.2],[-8.1,-5.7],[-7.8,-6.3],[-7.4,-6.5],[-7.2,-6.9],[-5.8,-7],[-6.3,-6.1],[-5.9,-6.2],[-3.3,-5.5],[-4.2,-5.4],[-1.3,-4.1],[-1.4,-6.1],[0.4,-4.3],[0.6,-3],[0.5,-2.7],[0.9,-2.7],[0.6,-2.2],[0,-2.2],[0.1,-2.6],[0.4,-2.4],[0.7,-2],[0.4,-0.9],[1.6,0.6],[2.7,3.2],[4,4.7],[2.2,4.6],[2.6,3.9],[0.5,0.4],[-0.3,0.1],[-0.8,-0.6],[-1.7,2.2],[-2.4,4.9],[0.1,3.6],[-0.9,3.2],[-1.7,3.1],[-1,2.4],[0.7,2],[2.2,0.1],[2.2,0.2],[0.4,1.8],[-1.1,1.6],[-1.2,1.1],[-1.7,2],[-3.2,1.9],[-4.4,2.6],[-5.9,2.8],[-7,2.3],[-6.7,0.2],[-6.5,-1.6],[-4.9,-2.4],[-4.2,-3.1],[-4.3,-3.6],[-5.2,-3.6],[-4.7,-3.6],[-5.4,-3.2],[-4,-4.5],[-4.4,-2.2],[-8,-3.8],[-3.9,-4.6],[-3.2,-7.3],[-4.3,-9.9],[-1.6,-6.6],[0.9,-0.9],[-4.3,1.4],[-3.5,0],[-1.6,-2.1],[-0.2,-1.6],[-1.1,-4.5],[-0.6,-4.9],[-0.8,-6.3],[-0.6,-7.4],[-0.1,-8.1],[0.4,-8.7],[1.2,-8.7],[2.3,-8.6],[2,-8.4],[2.6,-7.3],[4.3,0.7],[2.3,2.1],[1.3,2.5],[1.7,2.7],[-0.7,3.6],[-0.2,2.8],[0.3,2.1],[0.4,1.6],[1.6,1.2],[0.8,0.2],[-1.3,0.5],[-2.9,-1.7],[-2.3,-0.8],[-3.4,-2.1],[-1.8,-1.2],[3.1,3.5],[-2.2,2.3],[-2.5,0],[2,1],[-3.9,2.9],[-3.9,1.3],[-3,1.5],[-1.6,2.2],[-1.3,0.4],[-0.9,-0.8],[0,-1.3],[-1.1,-1.3],[0.4,-2],[0.5,-1.7],[0.8,-0.6],[-0.1,-0.4],[-0.5,0.4],[-4.1,-1],[-0.9,-3.4],[-0.5,-2.6],[0.6,-3.1],[1.7,-3.8],[5.3,-2.6],[1.4,1.1],[0.7,1.4],[1.5,3.7],[0.6,4.1],[2.3,2.5],[-0.1,2.3],[0.7,1.9],[0.1,2.7],[1.2,1.6],[-0.1,1.1],[0.6,0],[-1.5,0.6],[-2.7,0.2],[-1.7,1.6],[-2.9,3],[-4.8,0],[0.3,-1.4],[-5.2,1.3],[-6.6,0.8],[-7.1,-2.4],[-7.7,-3.4],[-9.4,-5.1],[-10.2,-6.5],[-10.4,-7.8],[-8.9,-9.9],[-6.3,-10.8],[-5.8,-5.8],[-13,-11.4],[-10.4,-12.1],[-11.3,-10.8],[-10.9,-8.6],[-10.6,-11.7],[-11.6,-10.6],[-11.4,-9.7],[-11.1,-9.2],[-11,-8.9],[-8.9,-7.9],[-9.6,-8.4],[-8.9,-8.5],[-7.7,-8.3],[-6.8,-7.6],[-6.3,-6.8],[-5.8,-5.7],[-6,-4.8],[-5.1,-4.6],[-4.5,-4.3],[-4.3,-3.6],[-4.3,-2.7],[-5.2,-1.8],[-5.6,-1.8],[-5.9,-2.8],[-5.7,-3.9],[-4.8,-2.7],[-4.1,-2.7],[-4.3,-3.2],[-4.6,-3.3],[-4.7,-3.4],[-4.6,-3.3],[-4.8,-3.4],[-5.2,-3.8],[-5.5,-3.8],[-5.6,-3.8],[-5.5,-3.8],[-5.3,-4.1],[-5.2,-4.4],[-5.1,-4.8],[-4.8,-5.1],[-4.5,-5.4],[-4.1,-5.6],[-3.6,-6.1],[-3.2,-6.6],[-2.7,-7],[-2.1,-7.3],[-1.4,-7.6],[-0.8,-7.8],[-0.1,-7.9],[0.5,-7.8],[1.1,-7.8],[1.8,-7.9],[2.2,-7.6],[2.8,-7.4],[7.6,0.5],[6.2,2.6],[6.6,2.7],[6.7,3.3],[7.1,3.7],[7.1,3.5],[7.5,4.9],[7.5,4.8],[7.1,6.8],[6,7.5],[4.6,8.3],[3.7,9],[3.2,8.5],[2.2,8.4],[2,7.2],[1.6,6.3],[1.8,5.9],[1.5,5.7],[0.7,5.7],[0.6,5],[-0.2,4.9],[-1.2,4.9],[-2,4.9],[-2.9,4.2],[-3.4,3.3],[-3.5,1.9],[-2.1,1.2],[-5.2,-0.8],[-5.3,0.7],[-4.4,0.9],[-4.7,1.4],[-4.1,3.3],[-4.9,3],[-5.4,2.4],[-5.7,1.4],[-6.1,0.9],[-6.3,1.2],[-6.6,0.9],[-6.6,0.1],[-6.5,-0.9],[-6.6,-1.3],[-6.9,-1.2],[-7.2,-1.1],[-7.6,-1.3],[-7,-2.5],[-6.2,-3.2],[-6.5,-3.5],[-7,-3.7],[-7.4,-3.6],[-7.8,-3.6],[-8.1,-4.2],[-8.6,-4.8],[-8.2,-4.5],[-5.1,-6.2],[-6.1,-7.1],[-7.2,-7.3],[-8.7,-6.3],[-8.7,-4.6],[-8.7,-1.6],[-9.2,-1.3],[-8.2,-2],[-7.3,-2.3],[-7.5,-2.1],[-7,-2.8],[-6.7,-3.3],[-6.7,-3.2],[-6.2,-3.1],[-5.7,-2.5],[-5.6,-1.8],[-4.5,-1.9],[-3.6,-2],[-2,-2.5],[-0.8,-3.2],[0,-3.9],[0.6,-4.6],[0.8,-5.6],[1.1,-2],[-0.2,-7],[1.3,-8],[2.8,-6.6],[2.5,-5],[-0.7,-0.2],[0.9,-0.1],[-0.1,0.7],[-2,-0.1],[-0.2,1.2],[-0.2,1],[-0.6,0.1],[0.9,0.2],[0.1,-0.2],[0.7,-1.5],[-1,-1.2],[-1.1,-2.2],[-0.2,-2.5],[-0.6,-3.1],[-0.5,-2.3],[-1.1,-4.4],[-1.4,-3.4],[-1.5,-2.3],[-4.3,-2.3],[-6.9,-3.1],[-7.6,-3.1],[-3,-2.9],[-5.1,-6.1],[-4.4,-6.3],[-2.5,-5.5],[-0.1,-1.4],[-0.2,-1.5],[-1.9,-3],[-3.7,-4.8],[-3.1,-3.8],[-2.8,-4.2],[-2,-3.9],[-1.5,-2.8],[-0.8,-1.9],[-0.7,-2],[-0.8,-2.1],[-0.6,-2.7],[-0.4,-3],[-0.2,-3],[0.3,-2.5],[1.6,-2],[3,1],[-0.3,3.3],[0.7,2.6],[1.2,2.4],[2.2,2],[2.7,2.3],[3.5,2.7],[3.4,4.7],[0.3,6.2],[-0.2,4.6],[-0.6,4.1],[-0.7,3.6],[-1.8,4.1],[-2.8,3.5],[-3.5,3.2],[-4.3,3.8],[-5.4,3.4],[-5.4,3.8],[-5.3,3.7],[-6.2,3.5],[-6.5,2.5],[-6,3],[-7.4,3.6],[-7.6,3],[-8.6,2.4],[-9.3,2.3],[-9.9,2.5],[-9.5,1.5],[-9.6,0.6],[-9.8,0.1],[-9.4,-0.4],[-9.9,-0.4],[-9.8,-0.8],[-9.9,-1.3],[-10,-2],[-9.9,-2.9],[-10,-3.3],[-9.7,-3.9],[-9.2,-4.7],[-9.1,-4.8],[-8.8,-5.2],[-8.1,-5.6],[-7.9,-5.7],[-7.3,-6.1],[-6.9,-6.2],[-6.7,-6],[-6.7,-6.3],[-7,-6.2],[-5.7,-4.8],[-3.9,-5.4],[-2.6,-4.6],[-2.3,-4.4],[-2.1,-3.8],[0.8,-3.2],[0.6,-4.4],[1.6,-3.2],[1.6,-2.2],[1.4,-2.2],[0.9,-2.2],[0.8,-2],[0,-1.3],[0.7,-1.1],[0.1,-1],[-0.9,-0.5],[-0.1,-0.6],[2.2,0.9],[2.2,4.5],[3.3,5],[1.9,3.9],[0.7,2],[-0.4,0.2],[-2.5,0.6],[-2.5,3.6],[0.3,3.3],[-0.1,2.5],[0.4,2],[1,1.5],[-0.2,0.7],[-0.2,0.9],[0.2,-0.4],[-1.2,0],[-0.6,-0.6],[-0.2,0.2],[-1.1,2],[0.2,5.7],[-2.2,3.9],[-2.9,4.1],[-3.2,3.7],[-2.1,2.7],[-3.8,1.5],[-5.4,-0.9],[-4.4,-2.1],[-4,-2.5],[-4.3,-2.6],[-4.6,-3.8],[-4.5,-3.4],[-4.7,-2.9],[-4.3,-3.2],[-5.4,-3.7],[-5,-2.9],[-0.9,-6.3],[-3.2,-5.4],[-6.4,-6.2],[-5.6,-5],[-12.8,-1.8],[-5.2,0.4],[-3.3,-0.8],[-1.2,-2.3],[-0.7,-4.2],[-0.3,-4.7],[1.5,-5.8],[0.5,-5.6],[0.8,-7.1],[1.1,-7.3],[1.6,-7.7],[1.5,-7.1],[3.3,-7.4],[3.4,-7.2],[4.4,-7.8],[5.1,-2.7],[4.1,2.6],[3,3.5],[2.3,2.9],[2.9,2.4],[-0.3,5.1],[-0.4,3.2],[-0.8,2.8],[-1,3.1],[-1.3,2.5],[-2.1,1],[-0.9,0.5],[-3.6,0.1],[-3.2,-0.8],[0.5,-1.2],[-2.5,-0.3],[-3.4,1.1],[-4.3,0.3],[-4,1.8],[-3.6,2.8],[-3.7,0.5],[-1.9,-0.1],[0.4,-1.4],[1.9,-1.9],[1.5,-0.7],[0.4,-1.5],[-1,0.7],[-0.8,-0.5],[-0.8,0.3],[-1.2,0.1],[0.5,-1],[-0.2,-1.3],[-0.2,-1.7],[-0.2,-1.2],[-0.4,-1],[0.9,-0.2],[-1.3,0.1],[5.5,-2.4],[1.3,0.9],[-2.8,-0.2],[-0.4,0.7],[1.1,1.8],[2,0.8],[0.3,1.6],[1.4,0.6],[0.9,1.6],[-0.1,1.4],[-1.4,0.2],[-0.6,0],[0.1,0.1],[-0.1,2.3],[-0.8,2.2],[-1.7,-1.5],[-1.2,-1.3],[-0.9,-2.4],[-1.4,-1.3],[-0.5,2.7],[-2,-0.4],[-3.6,0.1],[-5.8,-0.2],[-10,-3.8],[-11.9,-7.8],[-9.9,-10.3],[-7.6,-11.4],[-4.1,-10.5],[1.5,-1.4],[-9.6,-15],[-8,-12.6],[-9.8,-11.3],[-10.9,-8.2],[-10.1,-9],[-10.4,-8.6],[-9.3,-9.4],[-8.6,-9.7],[-8.3,-9.3],[-8,-8.3],[-7.5,-8.1],[-6.8,-8.4],[-6.7,-8],[-6,-7.5],[-5.2,-7],[-4.8,-5.6],[-4.2,-5.3],[-3.4,-4.7],[-3.1,-3.8],[-2.9,-2.8],[-3.5,-1.9],[-4.7,-1],[-4.8,-0.9],[-4.2,-1.5],[-3.6,-1.5],[-3.4,-1.8],[-3.4,-2.2],[-3.4,-2.3],[-3.4,-2.6],[-3.3,-3.1],[-3.8,-3.7],[-3.7,-3.8],[-3.9,-4.1],[-4.1,-4.2],[-4.2,-4.3],[-4.1,-4.5],[-3.9,-4.6],[-3.7,-5],[-3.3,-5.4],[-2.9,-5.8],[-2.3,-6.1],[-1.8,-6.4],[-1.3,-6.8],[-0.6,-7.1],[0,-7.3],[0.6,-7.5],[1.2,-7.6],[1.9,-7.5],[2.5,-7.4],[3,-7.3],[3.4,-7.1],[3.8,-6.8],[4.3,-6.5],[4.4,-6.4],[6.5,-3.4],[7.4,3.9],[7.7,4.2],[8,4.9],[8.1,5.2],[8.6,6.4],[7.9,6.4],[8.1,5.9],[7.9,6.7],[6.9,7.7],[5,9.3],[3.7,9.6],[3.1,9.1],[2.2,9.1],[1.9,8.2],[2.2,7.2],[2.1,6.1],[1.7,5.9],[1.5,5.7],[0.8,5.4],[0.5,5.4],[-0.4,5.4],[-1.2,4.8],[-2.3,4],[-3.1,2.5],[-5.3,2.2],[-4.7,1.3],[-5.3,0.9],[-4.5,1.2],[-4,0.9],[-4,2.2],[-3.6,3.8],[-4.6,3],[-5.1,2.1],[-4.7,2],[-5.4,1.5],[-5.7,1.4],[-6.1,1.1],[-6.2,-0.2],[-6.4,-1.1],[-6.4,-1.2],[-6.4,-1],[-6.9,-1.2],[-6.8,-1.4],[-6.9,-2.7],[-6.2,-3.4],[-5.8,-2.6],[-5.9,-2.8],[-6.8,-3.4],[-7.4,-3.8],[-7.3,-4.3],[-7.7,-3.8],[-6,-3.8],[-5.4,-5.3],[-7,-5.6],[-7.8,-5.4],[-8.6,-4.3],[-9.8,-4.3],[-9.4,-4.1],[-8.6,-3.1],[-7.7,-2.9],[-7.4,-1.9],[-7.2,-1.9],[-5.9,-2.6],[-5.5,-2.8],[-5.5,-2.7],[-4.9,-2.9],[-3.9,-3],[-2.8,-2.8],[-1.8,-2.5],[-0.4,-2.5],[0.6,-3],[1.8,-3.8],[0.9,-4.6],[0.5,-5.3],[1.3,-1.2],[1.3,-9.2],[2.6,-7.9],[4.6,-8.2],[0.2,-0.2],[-1.2,-1.4],[0.6,-0.9],[1.2,0.4],[-3,3.6],[-0.2,0.6],[0.1,-0.1],[0.4,1.9],[0.7,0.1],[0.3,0.2],[0.7,-0.4],[-0.9,0.1],[0,-0.5],[-0.4,-1],[-1,-1.8],[-1.4,-2.2],[-2.8,-4.4],[-3,-3.3],[-4.4,-1.2],[-6.4,-0.7],[-7.9,-2.4],[-7.6,-4.5],[-7,-5.2],[-3.4,-4.4],[-0.8,-2.3],[-0.8,-2.5],[-2.2,-5.3],[-2.6,-7.4],[-3.1,-6.9],[-2.5,-6.3],[-1.2,-6.8],[-0.2,-6],[0.7,-5.3],[0.9,-3.4],[1.1,-1],[0.5,-0.1],[0.5,-0.6],[-0.6,-0.5],[-2,-1.6],[-2.1,-2],[-2.8,-2.4],[-1.4,-1.9],[-1,0.4],[-1.4,2],[-2.5,1.8],[-2,2],[-2,2.9],[-1.5,1.2],[0.2,1.7],[2,2.5],[1.1,4.7],[1.2,4.9],[0.2,4.7],[1,3.9],[-0.4,3.8],[-0.8,4.8],[-2.3,5.2],[-3.7,4.6],[-5,4.9],[-5,4],[-4.5,3.3],[-5.8,3.3],[-6.1,3.2],[-5.3,4.2],[-7.4,4.4],[-8.1,4.3],[-8.6,3.1],[-9.4,2.7],[-10,2.6],[-9.9,1.9],[-9.3,1.4],[-9.4,0.4],[-9.4,-0.3],[-9.5,-0.8],[-9.8,-1.1],[-10.1,-2.2],[-10.1,-2.8],[-10,-3.4],[-9.7,-3.9],[-9.6,-4.1],[-9,-4.7],[-8.6,-5.9],[-7.9,-5.9],[-7.7,-6],[-7.3,-6.2],[-6.8,-6],[-6,-5.9],[-5.4,-5.4],[-5.1,-4.9],[-4.5,-4.8],[-3.8,-1.9],[-3.2,-2.3],[-1.8,-3.7],[-1.5,-4.3],[-0.2,-4.5],[1,-3.7],[1.1,-5],[1.7,-4.4],[2.4,-2.5],[2.6,-1.5],[2.3,-1],[1.8,-0.8],[0.8,-0.4],[0.2,-0.3],[-0.5,0.5],[-0.9,0.2],[-0.4,-0.6],[0.5,0.3],[1.8,3.7],[1.7,4],[-0.3,5.1],[1.2,7],[4.1,4.3],[-0.2,1.8],[1.3,4],[0.6,2.8],[0.4,2.7],[0.6,2.3],[2.4,2.7],[0.6,2],[-0.3,0.2],[0.7,0.9],[-0.5,1.4],[-0.4,0.2],[-0.5,-0.8],[-0.5,-0.8],[0.3,4.8],[-0.6,5.5],[-0.5,4.2],[-1.8,3.8],[-1.8,3.6],[-4.3,3.8],[-5.6,1.2],[-3.2,-0.4],[-3.1,-1.5],[-4.1,-1.5],[-4.1,-3],[-3.7,-1.9],[-5,-2.4],[-2.8,-2.9],[-4.8,-2.8],[-5.3,-2.8],[-2.2,-6.7],[-5.5,-4],[-4.7,-2.9],[-6.3,-4.6],[-8.1,-0.6],[-3.5,-0.7],[-2,-2.2],[-1,-3.7],[-0.2,-4.9],[1.1,-5],[1.1,-6.7],[2.2,-7],[2.8,-6.9],[3.1,-6.8],[3.5,-6.8],[3.5,-7.1],[3.9,-6.6],[5.3,-6.7],[5.5,-5.1],[5.8,-6.6],[5.3,2.9],[2.8,2.4],[4.2,6.5],[0.6,1.5],[-1.4,7.6],[-1.7,4.7],[-1.3,3.5],[-2.9,3],[-2.3,2.7],[-2.5,2.8],[-3.3,1.2],[-4.4,-0.6],[-1.8,-0.7],[-0.5,2.5],[-2.4,0.6],[-3.1,-0.4],[-3.7,1.4],[-4.4,1.3],[-2.4,1.9],[-1.2,1.7],[0,-0.1],[0.1,-0.4],[-1.1,-0.2],[-1.2,0.2],[-0.8,-0.7],[-1.7,-0.6],[-1.5,-0.4],[-0.4,-0.8],[-0.5,0.7],[-0.6,-0.6],[0.1,-0.7],[1.2,-0.5],[1.1,-0.1],[1.2,-1.3],[0.9,-2.5],[2.4,-1.2],[1.2,0.2],[1.9,0.2],[-1.9,0],[-0.7,0],[0.3,0.7],[2.2,-0.4],[1.9,1.5],[0.8,0.2],[0.7,0.8],[-0.3,1.5],[-0.7,0.9],[0.8,0.4],[-0.4,1.2],[-1.1,1.2],[-0.3,1.7],[-1.2,1.1],[-0.8,-0.1],[-1.5,-1.5],[-2.9,-1.7],[-1.9,-0.4],[-1.4,0.2],[-0.7,-2],[-2.5,-2],[-0.9,0.9],[-5.2,-0.2],[-12.2,-8.1],[-8.5,-12.3],[-6.8,-13.9],[-3,-10.5],[-3.2,-1.1],[-5.9,-12.4],[-7.5,-11],[-9.3,-10],[-9.3,-9.2],[-9.1,-9.1],[-9,-8.4],[-7.8,-8.4],[-6.5,-9.3],[-5.9,-7.9],[-5.3,-7.1],[-5.6,-7],[-5.3,-7.4],[-4.8,-7.2],[-4.2,-7.1],[-3.8,-7.3],[-3.8,-6.5],[-2.9,-5.9],[-3.2,-4.9],[-2.7,-3.8],[-3.1,-2.2],[-4.3,-1.9],[-4.1,-2.3],[-1.9,-2.2],[-1,-1.6],[-1.6,-1.2],[-2.4,-1.4],[-2.2,-2.2],[-2.1,-2.7],[-2.6,-3.4],[-2.2,-3.9],[-2.3,-4.1],[-2.2,-4.4],[-2.2,-4.6],[-2.2,-4.6],[-2.3,-4.6],[-2.3,-4.8],[-2,-5.2],[-1.5,-5.6],[-0.9,-6.1],[-0.3,-6.5],[0.4,-6.8],[1,-7],[1.7,-7],[2.4,-7.1],[3.1,-7.1],[3.7,-7],[4.4,-6.8],[5.1,-6.7],[5.6,-6.7],[6,-6.5],[6.4,-6.3],[6.5,-6],[6.5,-5.5],[6.9,-4.9],[6.2,-5],[10,2.9],[8.9,5.7],[9.2,6.4],[9.9,8.1],[9.6,7.7],[8.8,8],[8.1,7.2],[7.7,7.2],[7.5,8.6],[5.5,10.5],[3.8,11.1],[3,10.2],[2.5,9.6],[3,8.4],[2.4,7.5],[1.7,6.8],[1.3,6.2],[1.1,6.2],[0.4,5.8],[-0.6,5.7],[-1.6,5.1],[-2.7,4.3],[-3.6,3.9],[-4.1,2.9],[-4,2.2],[-4.3,1.3],[-4.1,1.8],[-3.7,1.5],[-3.9,0.7],[-3.5,2.4],[-3.3,3.8],[-3.9,3.7],[-3.6,2.6],[-4.9,1.9],[-4.8,1.3],[-5,1.5],[-5.5,1.3],[-5.6,0.1],[-5.5,-0.6],[-5.4,-0.8],[-5.6,-0.4],[-5.7,-0.8],[-6.3,-1.4],[-6.3,-2.2],[-6.1,-2.7],[-5.8,-2.4],[-6.5,-2.7],[-6.3,-2.4],[-6.6,-3],[-6,-2.2],[-6.1,-2.3],[-6.5,-2.4],[-6.6,-3.9],[-6.8,-4.2],[-7.7,-4.4],[-8.4,-3.4],[-8.2,-3.4],[-7.7,-3.5],[-7.1,-2.6],[-6.8,-2.5],[-6.6,-2.6],[-5.7,-2.8],[-4.7,-2.8],[-4.2,-2.8],[-3.6,-3],[-2.6,-3.4],[-1.1,-3.8],[0,-4.2],[1.2,-4.3],[1.8,-4.2],[2.2,-4.5],[1.7,-4.6],[-0.1,-1.6],[0.4,-1.1],[3.4,-5.2],[2.8,-6.7],[1.7,-5.2],[-1.8,-1.8],[2.1,0.9],[0.5,0.5],[-1.5,0.9],[0.6,0.8],[-0.9,1.7],[1.5,2],[-2.4,0.7],[0.3,0.4],[0,1],[0.3,0.7],[-0.7,1.2],[-0.3,0.4],[-0.6,-0.1],[-0.9,-0.8],[-0.7,-2.1],[-2.7,-3.1],[-5.2,-3.2],[-6.4,-2.1],[-6.9,-2.6],[-6.9,-3.9],[-5.5,-5.2],[-4.5,-5.7],[-4.1,-6.3],[-2.7,-7],[-2.7,-6.9],[-3.4,-6.6],[-2.1,-7.9],[-1.5,-8.2],[0,-9.1],[1.3,-8.1],[2,-7.1],[2.7,-6],[3.2,-4.7],[3.2,-1.6],[3,1.2],[1.3,2.4],[0.2,1.6],[-3,1.2],[-3.1,-0.7],[-2.4,-1.9],[-2.5,-1.4],[-3,-0.2],[-3.8,1.9],[-3.9,2.8],[-6,0.7],[-7.8,-1.2],[-7.4,-1.1],[-7.3,-1.2],[-6.3,-0.6],[-3.1,1.1],[-1.3,3.1],[0.4,3],[0.7,1.7],[1.4,3.1],[0.8,5.1],[-2,6.2],[-4.7,6.5],[-5.1,5.3],[-5.1,4.5],[-5.2,4.2],[-5.4,3.2],[-6.1,3.5],[-7,3.9],[-7.5,4.8],[-8.5,4.5],[-9.4,4],[-9.1,3.8],[-9.7,2.4],[-9.6,2.3],[-9.4,0.9],[-9.3,0.4],[-9.8,-0.2],[-9.8,-0.9],[-9.8,-1.7],[-10,-2.6],[-10,-3.3],[-9.8,-4.1],[-9.6,-5],[-8.9,-5.4],[-8.7,-5.8],[-8,-5.6],[-7.5,-5.4],[-6.9,-5.1],[-6.2,-5.4],[-5.1,-6],[-4,-6.3],[-4.2,-4.5],[-3.9,-4.8],[-2.7,-3.2],[-1.9,-2.3],[-1.9,-1.6],[-1.1,-3.6],[0.4,-3.6],[1,-4.9],[1.8,-4.3],[2.8,-4.1],[2.6,-4.3],[3.1,-2.9],[3.2,-2],[3.5,-0.9],[3.3,0.1],[2.3,0.9],[0.6,0.9],[0.2,0.8],[0.3,0.3],[0.2,-0.6],[0,0.9],[-0.4,1.2],[0.4,2.8],[-0.4,4.9],[1.2,6.3],[5.2,5.2],[2.9,6],[3.7,4.2],[-1,2.2],[0.6,2.5],[3.1,4.2],[4.1,4.2],[1.7,2.8],[1.3,1.3],[-0.2,1.4],[0.9,2.2],[1,1],[0.8,-0.6],[0.3,1.7],[0.6,5.8],[0.6,6.2],[-0.9,4.8],[-1,4],[-1.1,4],[-1,3],[-3.6,3.8],[-2.7,1.8],[-2.8,-0.1],[-3.9,-0.7],[-3.3,-2.2],[-4.3,-2],[-6,-1.7],[-3,-3.7],[-2.4,-1.9],[-2.8,-2.4],[-3.3,-7.7],[-2.5,-0.4],[-5.4,-3.6],[-3.5,-2.2],[-3.9,-2],[-2.1,-2],[-1.1,-3.3],[0.2,-4.2],[0.9,-5.6],[1.9,-6.1],[2.9,-6.7],[3.8,-7.1],[4.7,-7.1],[5,-6.6],[5.2,-6],[5.7,-6.6],[6.9,-7.1],[8,-6],[7.6,-4.4],[7.6,-2.4],[5,1.5],[4.5,1.6],[1.3,0.2],[-4.7,6.4],[-3.9,6.8],[-2.5,4.6],[-2.7,3.5],[-3.1,2.8],[-3.1,2.5],[-2.6,2.7],[-5.3,1.5],[-3,0.3],[-4.3,0.1],[-3.4,0],[-3.5,-0.5],[-0.4,0],[-2.6,2.7],[-2.7,1.9],[-1.6,1.1],[-1.7,0.5],[-2.1,0.3],[-2.2,1.2],[-1.5,0.8],[-2.1,0.8],[-1.9,0],[-1.7,-0.9],[-1.1,-1.7],[0,-1.5],[0,-1.7],[0.7,-2.2],[-0.5,-1.3],[-0.1,-0.1],[0.9,0],[1.5,-1.5],[2.4,-2.8],[1.5,-1.4],[1.4,-0.7],[1.3,-0.9],[-1.5,0.6],[-0.3,-1.1],[-0.9,-0.3],[0.6,-1.3],[1.3,0.7],[2.1,1.4],[1.5,0.7],[0.3,1.4],[-0.5,1],[0.2,1.1],[0.3,1],[-0.3,1.4],[-1.4,0.7],[-0.3,1.4],[-1.4,0.8],[-1.3,0.2],[0.3,0.5],[-0.8,-1.3],[-0.8,0.2],[-2.3,-0.8],[-1.5,-1.7],[-0.9,-1.5],[0.3,-1.5],[-1.6,0],[-10.3,-10],[-8.8,-14.4],[-7.4,-17],[0.4,0.9],[-4.3,-12.5],[-6.5,-9.7],[-7.7,-9],[-8,-10],[-7.3,-10.4],[-7.4,-9.4],[-6.5,-9.1],[-5.6,-8.4],[-5.1,-8.3],[-5.2,-6],[-4.1,-6.7],[-4.1,-7.3],[-3.4,-7.4],[-2.3,-7.1],[-1.5,-5.8],[-2,-5.6],[-1.9,-5.7],[-2.8,-4],[-2.7,-4],[-3.7,-3.1],[-4.3,-3.3],[-4.4,-4.3],[-1.9,-4.2],[-1.5,-2.7],[-2.7,-2.4],[-2.1,-2.1],[-0.8,-2],[-0.9,-2.7],[-0.6,-3.7],[-1,-3.8],[-0.6,-4],[-0.3,-4.4],[-0.3,-4.5],[-0.2,-4.6],[-0.2,-4.7],[-0.1,-4.8],[0.2,-5.2],[0.8,-5.7],[1.4,-6.2],[2.1,-6.6],[2.9,-6.9],[3.7,-7],[4.4,-6.9],[5.2,-6.9],[5.9,-6.8],[6.6,-6.7],[7.2,-6.4],[7.7,-6],[8.1,-5.7],[8.5,-5.4],[8.9,-5.1],[9.1,-4.9],[9.2,-4.5],[9.2,-4],[9,-3.6],[8.8,-3.3],[9.6,-1.4],[11.5,6.3],[11.3,0],[11.9,9.1],[10.1,9],[9,8.9],[8,8.5],[8,8.2],[7.9,9.8],[6.7,11],[4.2,12.1],[3.2,11.8],[3.2,9.6],[4,8],[3,7.5],[1.8,6.5],[0.5,6.2],[-0.4,6],[-1.4,5.7],[-1.4,5.6],[-2.6,5.6],[-3.4,4.8],[-3.2,3.9],[-3.3,3.3],[-3.1,2.5],[-3.1,1.4],[-3.2,2],[-2.9,1.7],[-3.2,1.2],[-2.5,2.6],[-2.1,3.4],[-3.1,3.7],[-3.8,2.7],[-4.3,1.9],[-4.2,1],[-4,1.2],[-4.3,0.9],[-4.7,0.1],[-5,-0.7],[-4.5,-0.7],[-5.1,-0.1],[-5.9,-0.3],[-6.1,-1.1],[-6.4,-1.6],[-6.4,-1.7],[-5.8,-2.2],[-5.6,-2.1],[-5.8,-1.8],[-5.7,-1.5],[-6.1,-1.5],[-6.6,-1.4],[-6.8,-1.7],[-6.8,-2.8],[-7.1,-3.3],[-6.8,-2.8],[-6.3,-2.9],[-6.5,-2.1],[-6.5,-2.6],[-6.2,-2.4],[-5.8,-2.4],[-5.2,-2.6],[-4.4,-3.1],[-3.4,-3.3],[-3,-3.4],[-2.1,-3.8],[-0.7,-4.6],[0.8,-5],[1.4,-5],[2.7,-4.8],[2.5,-3.9],[1.8,-2.9],[-0.7,-1.4],[2.4,-5.8],[1.8,-4.1],[1.4,-2.4],[-1.5,-0.7],[0.4,1.5],[1,1],[0.5,0],[0.1,0.8],[0.1,0.7],[-1,2.1],[0.2,0.3],[-0.8,1.1],[-0.1,1.6],[-0.1,2],[0.3,1.6],[-0.5,1.5],[0.1,0.8],[-0.3,0.1],[-0.4,-0.3],[-0.8,-0.7],[-1.9,-1.9],[-2.7,-3.3],[-4,-3.8],[-3.6,-3.5],[-3.6,-3.8],[-2.8,-4.9],[-0.9,-6.2],[-0.8,-6.7],[0.3,-6.3],[-0.8,-6.5],[-0.3,-6.9],[-0.4,-7],[-0.1,-6.2],[0.7,-8.9],[2.1,-8.6],[4.1,-7.9],[4.8,-6.4],[5.3,-4.9],[5.6,-4.1],[6.2,0.7],[3.1,4.4],[1,2.9],[-0.3,1.9],[-3,2],[-2,0.3],[-1.8,-0.3],[-3.3,0.8],[-4.9,1.6],[-6,0.8],[-6.8,1.2],[-7.4,0.5],[-6.5,-0.6],[-6.6,-1],[-6,-1.4],[-6,-1.5],[-5.8,-2.2],[-5.1,-1.2],[-2.5,0.9],[-1,2.1],[0.4,3.9],[-1.9,7.5],[-5.1,7.9],[-4.6,6.2],[-4.9,5.4],[-5.3,4.3],[-6.4,4.4],[-6.5,4.2],[-6.9,5.3],[-7.6,5.3],[-8.6,4.4],[-9.3,4.1],[-10.1,3.5],[-9.8,2.5],[-10.1,0.8],[-9.1,0.9],[-9.6,0.6],[-9.7,0],[-9.9,-1],[-10.3,-2.2],[-10.3,-3.2],[-10.2,-4.3],[-9.7,-4.9],[-8.9,-5.2],[-8.1,-5],[-7.8,-4.5],[-6.1,-5.6],[-4.7,-6.7],[-4.4,-6.4],[-4.2,-6.6],[-4.6,-7],[-4,-7.3],[-2.5,-7.9],[-2.2,-4.2],[-1.8,-3.8],[-1.4,-4.3],[0.3,-4.1],[1.5,-2],[2.9,-2.8],[3.3,-3.5],[3.2,-3.7],[4.4,-4.6],[4.1,-4.5],[5.2,-3.8],[5.2,-2.7],[4.7,-1.1],[3.8,0.5],[3.3,1.8],[2.2,2.3],[1.4,1.7],[0.5,1.2],[0.6,-0.2],[0.9,-0.6],[0.9,0.2],[0.8,1.8],[-0.2,3.2],[1.3,5.4],[-0.3,3.1],[0.8,5.2],[0.1,3],[0.5,4.7],[3.8,5.1],[0.2,5],[2.8,3.9],[1.9,3],[1.6,3.4],[0.6,3.9],[0.5,1.7],[1.1,0.9],[1.1,0.1],[0.2,1.8],[0.3,5.1],[-0.8,5.3],[-1.5,4.8],[-2,4.4],[-0.4,2.4],[-1.6,1.4],[-2.7,3.4],[-3,3.3],[-2.4,1.5],[-2.6,0.1],[-3.2,-1.1],[-3.2,-0.8],[-4.4,-0.3],[-2,-2.7],[-4.7,-2.7],[-0.3,-3.8],[-5.7,-4.4],[-5.4,-5.7],[-3,-1.9],[-1.8,-0.2],[-2.3,-1.2],[-1.3,-2.7],[0.5,-2.5],[1.3,-2.9],[2.3,-4.8],[3.7,-5.5],[4.5,-6.1],[5.6,-6.5],[5.8,-6.9],[6.2,-6.8],[7,-6.2],[7.9,-6.6],[9.8,-6.2],[10.2,-5.1],[10.8,-4.8],[9.1,-1.4],[8.3,-0.3],[6,-1.9],[1.1,3.5],[-4,8.3],[-3.3,5.7],[-3.3,5.3],[-3.1,3.9],[-3,2.5],[-2.9,2.7],[-4.3,3.2],[-4.3,2.7],[-4.9,0.3],[-3.3,-2.2],[-2.4,-0.6],[-2.2,1.2],[-1.4,2.2],[0.3,0.1],[0.7,0.8],[-2.2,2.1],[-2.9,1.9],[-3,1.3],[-2.5,1.7],[-2.8,0.6],[-1.8,0.3],[-1,-0.8],[0,-1.3],[1.2,-2],[1.5,-2.2],[2,-1.9],[2.3,-1],[2,-1.2],[1.6,-1.2],[1.6,-1.1],[1.4,-0.8],[2.2,-1],[0.7,0.5],[0.5,1],[0.5,1.1],[0.7,1.3],[-0.9,1.2],[0.3,-0.5],[-0.2,-0.4],[1.9,-0.4],[2.6,0.8],[1.5,1.6],[0.8,1.6],[0.2,1.6],[0.4,3.5],[0.3,2],[0.6,3.7],[-0.3,2.1],[-1.8,1.4],[-1,2.4],[-1.5,1],[-1.4,-1.4],[-2,-0.3],[-1.3,-1.4],[-0.6,-0.6],[-2.5,-1.2],[-0.2,-2.6],[0.4,-2.3],[-0.6,-0.1],[-1.9,0.3],[-8.1,-10.9],[-10.1,-12.4],[-12.1,-8.8],[-5,-5.6],[-7.2,-8.1],[-7.3,-9.3],[-7.4,-9.1],[-6,-9.5],[-5.1,-9.8],[-4.7,-9.9],[-4,-10.4],[-3.4,-10.3],[-3.3,-9.3],[-2.8,-7.9],[-1.6,-6.9],[-0.4,-7.3],[0.2,-7.2],[0.9,-6.4],[1.4,-3.7],[0,-3.5],[-1.1,-3.4],[-2.1,-3.1],[-2.9,-2.9],[-3.4,-3.5],[-2.7,-4.5],[-0.6,-5.2],[1,-3.3],[0.7,-1.6],[-1,-3.1],[-0.9,-2.5],[0.6,-2.5],[1,-3.5],[0.7,-4.2],[0.9,-4.6],[1.1,-4.4],[1.2,-4.5],[1.6,-4.6],[2.1,-4.3],[2.5,-4.4],[2.8,-4.4],[3.3,-4.5],[3.9,-4.6],[4.7,-4.9],[5.3,-5.3],[5.9,-5.6],[6.7,-5.5],[7.6,-5.4],[8.4,-5.4],[9.1,-5.3],[9.7,-5.1],[10.2,-4.9],[10.7,-4.7],[10.9,-4.4],[11.2,-4.3],[11.4,-3.9],[11.5,-3.5],[11.6,-3.1],[11.5,-2.5],[11,-2],[10.7,-2],[8.6,-2.4],[12,-0.6],[10.7,-0.7],[14.1,4.2],[10.2,10.3],[9.2,10.4],[8.4,10.2],[8.7,9.8],[8.9,11.3],[7.3,12.1],[5.1,12.2],[3.7,11.7],[3.9,9.5],[3.3,8.4],[2,8.2],[2.1,7.2],[1,7.3],[-0.1,6.7],[-0.3,6.1],[-0.9,5.5],[-2.1,5.3],[-2.5,4.4],[-2.7,4.1],[-3.3,3.8],[-4.2,2.8],[-3.9,1.7],[-2.9,1.8],[-1.7,2.5],[-2,1.9],[-2,2.3],[-1.8,3.2],[-2.3,3.3],[-2.9,2.8],[-2.9,2.5],[-3,2.1],[-3.3,2],[-3.9,1.4],[-4.5,0.6],[-4.5,-0.6],[-3.6,-0.2],[-5.6,0.5],[-5.9,0.1],[-6.2,-1.2],[-7,-1.5],[-5.9,-2],[-5.5,-2],[-5.3,-1.8],[-5.6,-1.5],[-6,-1],[-6.7,-0.4],[-7,-0.8],[-7.1,-1.4],[-6.5,-2.3],[-6.3,-2.3],[-5.8,-2.3],[-5.3,-2.5],[-5.1,-1.8],[-5.2,-1.6],[-4.8,-2],[-4.2,-2.3],[-3.5,-2.7],[-2.6,-3.1],[-2.3,-3.6],[-1.4,-4.2],[-0.5,-4.8],[0.3,-5.7],[1.4,-5.8],[3.2,-5.4],[2.3,-2.6],[-0.2,-1.6],[2.8,-6.2],[3.7,-5.4],[0.7,-2.4],[-1.3,-1.3],[-1.3,0.6],[1.7,0.1],[0.8,2],[-0.3,1.3],[0.5,0.4],[1.3,-0.6],[-0.3,0.4],[0.2,0.5],[-1.9,2],[-1.9,-0.3],[0.6,0.1],[0.3,2],[-0.2,1.5],[0,1.4],[-0.5,0.7],[-0.4,0.5],[-0.9,-0.4],[-1.8,-1.2],[-2.8,-2.1],[-3.5,-2.8],[-3.5,-3.6],[-3.3,-4.4],[-2.3,-5.2],[-1.4,-6],[-0.7,-6.7],[0.6,-6.6],[0.9,-3.5],[2.1,-5.8],[1.6,-6.9],[1.1,-7.4],[1.6,-8.1],[2.6,-9],[3.8,-8.7],[5.6,-7.4],[6.4,-6],[6.9,-4.6],[7.4,-2.5],[5,5.4],[1.6,4.9],[1.2,3.9],[-0.7,3.2],[-2.8,2.4],[-1.5,1],[-1.5,2],[-3.9,2.9],[-5.5,2.9],[-6.1,1.7],[-6.5,1.1],[-6.4,0.2],[-6,-0.6],[-5.4,-0.9],[-5.3,-1.4],[-5.4,-1.8],[-5.4,-2.3],[-3.7,-1.8],[-1.5,1.6],[-1.7,3.9],[-2.7,9],[-4.6,8],[-4.7,7.1],[-5.2,6],[-5.6,5],[-5.9,5.3],[-6.7,5.1],[-6.9,5.9],[-7.6,5.6],[-9.6,5.5],[-9.6,5.1],[-10.1,3.7],[-9.9,2.7],[-9.1,1.8],[-8.9,1.3],[-9.5,1],[-9.9,0.1],[-10.4,-1.3],[-10.5,-2.5],[-10.4,-3.7],[-9.5,-3.8],[-8.8,-4],[-8.2,-4.4],[-7,-5.4],[-5.2,-7.1],[-5.7,-7.4],[-5.8,-7.6],[-6.4,-7.8],[-6.6,-8.1],[-5.8,-8.1],[-5.1,-8.7],[-3.6,-8.6],[-2.6,-8.6],[-4.5,-3.7],[-1.5,-6.2],[-2.2,-8.4],[-1.1,-5],[0.2,-5.7],[2.9,-5.9],[4.6,-6.4],[6,-5.7],[6.7,-3.8],[7.4,-2.6],[7.3,-0.7],[6.1,-0.3],[6.7,0.2],[4.9,2.3],[3.2,3],[2.2,3],[1.3,1.9],[0.7,0.5],[1.8,0],[2.3,0],[1.9,1],[1.4,1.6],[0.2,4.1],[0.2,3.5],[1.3,6],[2.2,5.1],[2,4],[1.7,4.7],[0.9,7.2],[3.4,5.8],[1,3.6],[1.2,3.7],[1.6,4.6],[0.1,3.2],[0.9,1.3],[-0.5,-0.6],[0.4,1.4],[-1.7,5.9],[-2.3,6.2],[-1.3,5.1],[-0.9,4.2],[-1.7,3.7],[-2.7,3.7],[-3.3,3.8],[-2.5,2.4],[-2.1,1.3],[-2.2,0.9],[-2.3,0],[-1.9,0.2],[-1.1,-0.2],[-0.1,-0.9],[-3.1,-3.3],[-2.7,-2],[-3,-0.3],[-2.8,-0.4],[-1.4,-2.5],[-1.3,-1.8],[-1.6,-2.7],[0.9,-3.2],[1.2,-3],[1.9,-3.8],[3.1,-4.6],[4.6,-5.4],[5.1,-5.8],[5.9,-6.2],[6.2,-6.3],[6.6,-6],[7.7,-6.2],[9.7,-6],[10.6,-6.1],[11.1,-4.7],[11.7,-4],[11.2,-2.1],[3.2,4.4],[2,-2.7],[-0.8,4.4],[-1.4,6.4],[-2.5,4.6],[-2.5,4.1],[-1.5,4.5],[-0.7,4.2],[-1.8,5.8],[-1.9,4.7],[-2.1,3.9],[-2.6,-0.7],[-2.1,-3.9],[-2.2,-2.4],[-1.2,-1.5],[-1.5,0.4],[-1.9,0.3],[-2.1,0.5],[-3,2.7],[-3.2,2.4],[-2.5,1.5],[-1.7,0.4],[-1.2,0.4],[-0.1,-0.1],[1.2,-0.3],[2,-1.1],[2.5,-1.5],[3.1,-1.1],[3.3,-0.4],[3.1,0.3],[3.3,0.4],[3.9,0],[3.6,0.1],[2.1,-0.6],[0.5,0.4],[-0.7,-1],[-0.2,-1.4],[0.6,-0.3],[0.5,-1.1],[0.4,0.4],[0.1,-0.3],[0.8,-0.1],[0.8,2],[1.8,2.4],[2.8,2.2],[1.4,2.4],[1,2.7],[2.7,2.2],[3.6,5.8],[-0.8,1.4],[-0.4,3.1],[-0.2,3.8],[-1,1.1],[-1,-0.7],[0.6,0.5],[-2.4,-1.4],[-1.5,-0.9],[0,-1.8],[-1.6,0.2],[0.3,-2.3],[0.7,-1.8],[-1.6,-1.6],[-1,-1],[-2.4,0.2],[-8.3,-9.3],[-8.1,-8.7],[-7.2,-8.1],[-7.1,-8.4],[-6.6,-8.9],[-5.6,-8.9],[-4.8,-9],[-4.5,-9.1],[-3.3,-9.5],[-2.1,-10.3],[-1.1,-10.1],[-0.6,-9.8],[0.1,-9],[1,-8],[2.5,-6.7],[3.2,-5.8],[3.4,-6.1],[4,-5.1],[5.5,-1.3],[4.1,-0.5],[1.6,-0.8],[1.2,-1],[-0.3,-0.6],[0.7,-1.1],[3,-2.6],[4,-2],[4.9,-0.4],[3.5,-1.4],[3.2,-1.6],[2.6,-1.8],[3.2,-2.7],[2.8,-3.2],[2.9,-3.6],[3.1,-3.6],[3.4,-3.2],[3.7,-2.8],[4.1,-3.2],[4.3,-3.7],[4.6,-4.1],[4.9,-4.6],[5.4,-5.3],[6.1,-5.7],[6.8,-5.9],[7.5,-6],[8.4,-6],[9.4,-6],[10.1,-5.8],[10.8,-5.5],[11.5,-5],[12.3,-4.3],[12.7,-3.5],[13.1,-3.1],[13.6,-2.9],[13.8,-2.7],[13.7,-2.4],[13.6,-2.1],[13.4,-1.4],[13,-0.8],[12.5,-0.4],[12.1,-0.5],[14.2,1.3],[13.6,1.1],[12.4,1.3],[11.3,0.5],[13.8,9.2],[9.3,12.3],[9.4,12.1],[9.7,11.6],[9.1,12.3],[6.7,12.7],[5.5,11.9],[3.8,11.7],[4.6,10],[2.8,10.9],[3.3,9.6],[3.1,8.7],[1.5,7.9],[1,7],[0.2,6.6],[-0.4,5.7],[-1,5.7],[-1.4,5],[-2.5,4.4],[-3.7,3.3],[-4,1.7],[-3.3,0.8],[-2.5,1],[-0.6,3.2],[-1.4,2.8],[-1.5,2.6],[-1.5,3.2],[-1,3.5],[-0.9,3.5],[-1.8,3],[-2.2,2.3],[-2.1,2.2],[-3,2],[-3.8,0.9],[-2.6,0.3],[-4.8,0.8],[-5.5,0.3],[-5.5,0.2],[-6.1,0],[-6.3,-0.5],[-6.1,-1.4],[-4.8,-2.2],[-5.4,-1.7],[-5.3,-1.3],[-6.5,-0.4],[-6.9,-0.6],[-6.7,-0.9],[-6.3,-2],[-5.6,-2.6],[-5,-2.9],[-4.8,-2.7],[-4.2,-2.5],[-3.8,-2.4],[-3.5,-2.1],[-3.2,-2.3],[-2.4,-2.8],[-1.6,-2.6],[-1.5,-2.8],[-0.9,-3.7],[-0.2,-4.7],[0.7,-5.5],[2,-5.6],[-1.7,-4.1],[-0.5,-2.4],[1.7,-1.5],[6.1,-6.6],[2.4,-2.3],[-0.7,-0.1],[-1.4,-0.6],[0.6,-0.4],[1.2,0.3],[-1.1,1.6],[1.1,0.7],[0.8,0.8],[1.4,0.8],[0.7,2.1],[-2,3.5],[-2.8,2.3],[-2.5,0.1],[-2.1,-1],[-1.3,2.5],[-1.4,1.7],[-1.3,1.1],[-0.9,0.9],[-0.7,0.7],[-0.8,0],[-1.3,-0.6],[-2.1,-1.1],[-2.5,-1.4],[-2.8,-1.8],[-2.9,-2.6],[-2.8,-3.7],[-2.8,-4.7],[-2.5,-6.1],[-0.5,-3.6],[0.3,-4.2],[2.6,-5.4],[2.6,-6.3],[2.1,-7.1],[3.1,-8.2],[3.8,-8.8],[4.5,-8.7],[5.8,-8.1],[6.9,-7.1],[7.7,-5.3],[8,-4],[8.1,3.8],[2.1,6.6],[2.4,5.7],[1.1,5],[-1.7,4.9],[-1.8,3.4],[-0.8,2.3],[-3.8,3.8],[-4.8,3.4],[-5.1,3.4],[-6,2.2],[-6.2,1.1],[-5.5,0.2],[-5.5,-0.5],[-5.6,-1],[-5.7,-2.7],[-5,-4],[-4.1,-4.7],[-1.5,-0.1],[-1.4,5.7],[-2.5,9.5],[-4.4,8.4],[-5.1,7.6],[-5.5,6.7],[-5.8,5.5],[-5.9,5.7],[-6,6.1],[-6.6,5.6],[-7.2,5.6],[-10.7,5.8],[-9.8,4.8],[-9.9,4],[-9.3,2.9],[-8.8,2.5],[-8.9,2.1],[-9.8,0.9],[-10.6,-0.2],[-10.8,-1.5],[-10.5,-2.7],[-9.5,-2.7],[-8.9,-3.3],[-8.3,-4.3],[-7.5,-5.3],[-6.2,-6.6],[-5.7,-7.9],[-5.8,-8.2],[-6.9,-8],[-7.1,-8.2],[-6.7,-8.7],[-6,-9],[-5.4,-9.3],[-4.4,-9.2],[-4.2,-9.3],[-5.5,-1.1],[-4.2,-9.6],[-1.8,-9.2],[-0.6,-7.7],[1.2,-4.1],[3.2,-4.2],[4.3,-3.2],[6.2,-4.8],[7.9,-5.1],[10,-4.3],[9.3,-0.1],[8.8,1.2],[6.5,2.4],[7.7,3],[4.3,4.7],[2.2,3.6],[1.9,3],[0.6,1.3],[1,-0.5],[0.1,-0.3],[1.8,-0.4],[3.2,1.5],[2.5,3.7],[0.7,2.7],[0.5,3.6],[-0.1,4],[-0.4,3.8],[0.3,4],[-0.1,5.5],[0.4,3.9],[0.4,4.6],[-0.6,4.6],[-1,5],[-1.1,3.8],[0.6,0.9],[-0.2,0.4],[-1.1,2.6],[-2.5,5.8],[-2.8,5.8],[-2,4.6],[-3.1,4.4],[-3.4,4.3],[-2.5,3.6],[-1.5,2.9],[-2,2.3],[-1.8,0.5],[-1.3,0.5],[-0.6,-0.5],[-1,0.3],[-0.9,1.5],[-0.2,-0.1],[0.1,-3.6],[-0.8,-2.4],[-1,-0.8],[-2.5,-0.8],[-1.5,-2.4],[-0.7,-3.4],[0.3,-3.3],[1.8,-4.3],[2.1,-4.5],[3,-4.8],[3.8,-5.1],[4.8,-5.2],[5.3,-5.4],[5.9,-5.7],[6.4,-5.7],[6.6,-5.6],[8.6,-6.8],[8.1,-7.7],[9,-6.3],[9.7,-2.7],[5.1,2.1],[1.6,2.7],[2.7,3],[-3.1,-0.2],[1.3,-1.3],[2.7,5.8],[-4.5,4.2],[0.3,1.2],[1.6,7.1],[1.2,6.5],[-0.1,8.6],[-2.8,7.1],[-1.5,4.9],[-3.6,0.6],[-1.8,-1.7],[-2.7,-1.4],[-2.9,-1.3],[-3.3,-0.4],[-3.4,1.1],[-3.3,1.9],[-2.5,2],[-2.3,2.5],[-1.1,1.6],[-0.7,0.5],[0.4,0],[1.9,-0.4],[2.7,-0.7],[3.4,-1.3],[3.1,-1.3],[2.2,0.4],[2.6,0.4],[1.8,1.2],[2.4,1.9],[0.9,2.8],[0,3.3],[1.9,3],[-0.9,3.9],[0.7,3.3],[0.3,2.8],[0.5,1.1],[-0.1,-1.2],[-0.7,-0.8],[0,0.2],[0.8,1.2],[1.6,1.2],[2.6,0.4],[2,1.5],[1.5,2.7],[0,2.8],[2.9,2.1],[0.8,4.3],[-0.6,3.2],[-1.9,4.3],[-0.9,0.9],[-1.7,-0.7],[-1.5,0.3],[-0.8,-0.3],[-1.3,-1],[-2.2,0],[-1,-1.6],[-3.6,0.5],[-1.5,-2.7],[-1.4,-1.6],[-0.2,-1.4],[0.2,-1],[-1.3,0.2],[-1.3,-0.2],[-7.1,-7.8],[-5.5,-8.3],[-5.8,-7.4],[-5.3,-7.8],[-4.2,-8.3],[-3.7,-7.7],[-3.2,-7.2],[-2.3,-7.2],[-0.8,-7.7],[0.1,-8.2],[1,-8.6],[2,-8.8],[2.9,-8.8],[2.5,-8.8],[3,-8.4],[4.9,-5.3],[5.2,-4.6],[5.8,-4.7],[6.5,-0.2],[5.8,1.5],[5.3,2],[5.7,1],[5.7,2.1],[6.2,2.3],[7.4,0.5],[8.1,0.1],[7.3,0.3],[6.8,0.3],[6.2,0.1],[5.7,-0.9],[5.4,-1.6],[5.2,-1.9],[5.3,-1.9],[5.2,-2.3],[5.3,-2.8],[5.5,-3.3],[5.6,-3.9],[5.9,-4.4],[6.5,-4.9],[7.1,-5.3],[7.7,-5.7],[8.3,-5.8],[9.2,-6],[10,-6.1],[10.8,-6.1],[11.4,-6.1],[12.1,-5.7],[12.9,-5.2],[13.9,-4.7],[14.6,-4.1],[15.1,-3.3],[15.6,-2.5],[16,-1.4],[16,-0.3],[15.8,-0.4],[15.3,0.2],[14.6,0.6],[14.5,0.9],[14.6,1],[16,2.8],[15.1,3.1],[12.7,2.6],[10.2,1.3],[8.9,1.3],[14.3,3.6],[10.9,14],[9.6,13.3],[9,12.8],[7.7,13],[6.1,13.1],[4.8,12.3],[4.3,11.6],[5.5,11.2],[3.6,11.1],[4,9.8],[2.5,8.8],[1.5,7.6],[1.3,7],[0.7,6.5],[-0.3,6.2],[-0.2,5.7],[-1.5,5.8],[-3.1,4.7],[-4,3.2],[-3.8,1.5],[-3.9,0.1],[-4.1,0.9],[-2.8,1.8],[-1.1,2.1],[0.2,2.7],[0.2,3.1],[0.6,3.3],[0.3,3.9],[-0.9,4.6],[-1.1,4.1],[-1.9,3.6],[-2.4,2.4],[-2.4,1.4],[-3.7,1.5],[-4.7,1.3],[-4.9,0.5],[-5.7,0.4],[-5.9,-0.3],[-6.1,-0.5],[-6,-1.4],[-4.5,-2.5],[-4.1,-1.9],[-5.3,-1.1],[-6,-1.2],[-6.7,-1.6],[-6.9,-1.9],[-6.3,-2.5],[-5.6,-2.9],[-4.7,-2.6],[-4.2,-2.5],[-3.1,-3],[-2.4,-2.5],[-1.7,-1.9],[-1.9,-2.4],[-1.4,-2.5],[-0.7,-2.5],[-0.1,-3.4],[1.3,-4.7],[2.1,-5.3],[2.3,-3.7],[1.6,-1],[0.2,-0.9],[4.3,-4.6],[2,-2.7],[1.1,-1.9],[-1.2,-0.7],[-0.7,-0.4],[1.4,0.2],[1.2,-0.2],[-0.9,2.4],[0.8,1.1],[0.7,1.1],[1.7,0.2],[-1.5,2.7],[-1.4,3.4],[-1.6,3.1],[-1.7,2.4],[-3.9,1.1],[-3.9,0.3],[-1.7,1],[-0.5,1.2],[0.3,0.6],[0.2,0.4],[-0.3,-0.3],[-0.3,-1],[-1.4,-0.8],[-2,-0.7],[-2.4,-0.8],[-2.9,-1.6],[-3.3,-2.9],[-3.3,-3.9],[-2.7,-4.8],[-0.5,-3.2],[0.4,-2.8],[1.7,-5.7],[2.7,-6.3],[3.3,-7.1],[4.7,-7.3],[5,-7.8],[5.6,-8.1],[6.4,-7.6],[7.7,-7.1],[8.1,-6.3],[8.2,-4.3],[8.5,1.2],[2.9,7.9],[2.4,7.4],[1.6,6.9],[-0.6,6.1],[-2,5.1],[-1.5,3.4],[-0.9,3.6],[-4.1,4.9],[-4.3,4.2],[-5.5,3.6],[-6.6,2.2],[-5.9,0.2],[-6.2,-0.6],[-5.5,-1.9],[-5.3,-2.7],[-4,-3.9],[-2.6,-4.9],[-2.7,-5.7],[0.1,5.6],[-2.2,9.7],[-4.6,9.1],[-4.9,8.5],[-5.6,7.5],[-5.6,6.8],[-5.4,6],[-5.7,5.6],[-5.6,5.8],[-10.1,7.2],[-10.1,5.9],[-9.7,4.8],[-9.4,4.5],[-8.8,3.5],[-8.6,2.8],[-9.4,2],[-10.1,0.9],[-10.9,-0.5],[-10.4,-1.7],[-9.6,-2.1],[-9.3,-3.1],[-8.7,-4.1],[-8,-5.2],[-7.2,-6],[-6.2,-6.5],[-6,-7.8],[-6.6,-8.2],[-7.2,-8.6],[-7.3,-9.1],[-6.7,-9.3],[-5.9,-9.1],[-5.6,-9.2],[-5.2,-9.8],[-6.8,-6.8],[-0.3,-7],[-2.2,-11.8],[-0.4,-10.1],[0.2,-8.6],[1.1,-8.2],[3.2,-6.2],[4,-6.1],[6.9,-4.3],[10.1,-4.2],[12,-3.3],[9.9,-1.4],[7.8,1.4],[6.5,3.3],[8.2,3.3],[3.9,4.9],[3.2,5.9],[1.8,4.1],[0.8,3.3],[0.6,1.6],[1,1],[0.6,0.7],[1.3,0.9],[0.9,1.4],[0.6,1.7],[0.1,3.2],[-0.8,4.7],[-1.9,5.5],[-2.7,4.1],[-2.2,3.8],[-2.8,3.6],[-3.8,4.5],[-2.5,2.1],[-1.6,3.4],[0.4,3.3],[1.5,1.9],[0.1,0.7],[-0.8,4.1],[-2.7,5],[-2.9,5.5],[-3.2,5.1],[-3.8,4.6],[-3.4,4.4],[-1.8,3.6],[-1.6,2.3],[-1.1,1.2],[-1.5,0.5],[-1.3,-0.7],[-1,-0.6],[-0.5,0.9],[-1.3,1.2],[-0.3,-1.4],[1.6,-0.7],[1,-1.4],[-3.1,-2.4],[-2.4,0.7],[-0.7,-1.3],[0.3,-2.3],[1.7,-3.5],[2.6,-3.8],[3.4,-3.7],[4,-4.7],[4.2,-4.8],[5,-4.6],[5.7,-5.1],[5.7,-5.3],[6.4,-5.7],[6.8,-6.9],[7.8,-7.3],[5.8,-8],[3.3,-2.6],[4.3,-1.5],[4.5,1.3],[0.9,1.6],[0.9,2.9],[-2.5,2.5],[-0.4,-2.8],[3.2,-1.6],[-2.7,7.4],[-1.2,3.9],[1.7,3.7],[0.3,2.4],[1.4,6.3],[0.8,-1.3],[-3.9,5.9],[-2.8,-0.1],[-0.5,-2],[-2.8,-0.6],[-3.5,-0.3],[-3.3,-0.2],[-2.5,0.5],[-2.3,0.9],[-1.5,0.9],[-0.5,0],[0,0.1],[1.3,-0.3],[2.5,-0.8],[3.3,-1],[3.8,-1.1],[2.8,-0.4],[2,1.1],[0.6,2.2],[-0.7,1.4],[2.7,1.5],[2.1,4],[1.6,-0.4],[2,-1.5],[4.7,-2],[1.6,2.5],[-1.9,3.8],[1.8,2.7],[-2.5,1.9],[-1.7,1],[-0.2,0.9],[0.9,0.3],[2.1,0.6],[1.2,3.1],[2.8,1.8],[2.1,1.4],[1.1,3.2],[-1.1,3.2],[-2,2.6],[-2.1,-1.2],[-1.9,-1.6],[-2.7,0.9],[-1.9,0.8],[-0.6,0.5],[-2,1.6],[0.9,-0.2],[-2,1.3],[-2.4,1.1],[-4.1,0.7],[-3.5,-0.2],[-2.6,-1.6],[-2.1,-2.3],[-1.1,-1.7],[-0.5,-1.3],[-1.7,-0.4],[-0.7,-0.5],[-4.8,-1.3],[-3.5,-7.9],[-3.7,-7.5],[-3.9,-7],[-3.1,-7.6],[-2.6,-8.1],[-2.1,-8.1],[-1.4,-8.5],[-0.5,-8.8],[0.5,-9],[2,-8.9],[2.6,-7.8],[2.8,-8.3],[3.6,-8.8],[4.3,-8.6],[4,-8.7],[5.7,-7.5],[8,-3.6],[7.9,-2.4],[8.4,0.3],[8.8,1.4],[8.9,1.7],[8.9,2],[8.8,2.4],[8.9,2.7],[9.3,2.2],[9.4,1.3],[9.1,1.5],[8.2,1.9],[7.5,0.9],[7.3,-0.3],[7.1,-0.8],[6.7,-1.2],[6.7,-1.8],[6.9,-2.5],[6.7,-3],[6.8,-3.6],[7.6,-4.4],[7.9,-4.9],[8.4,-5.2],[9.1,-5.5],[9.8,-5.9],[10.6,-6.2],[11.4,-6.5],[12.2,-6.6],[12.9,-6.4],[13.9,-5.9],[14.8,-5.3],[15.5,-4.9],[16,-4],[16.6,-3.1],[16.9,-2.1],[17.7,-0.9],[17.7,-0.6],[17.8,0.5],[17.2,1.4],[16.8,1.5],[16.5,1.8],[16.4,2.2],[16.1,4.1],[14.8,4.5],[12.6,4.5],[10.9,4],[10.2,2.5],[11.7,2],[12.1,-0.5],[12.7,13.8],[9,14.1],[7.1,14.7],[7.6,13.4],[5.2,12.8],[4.4,12.2],[4.4,11.3],[4.2,12],[3.8,9.9],[3,9.1],[2.4,8.6],[2.1,7.6],[1.2,6.9],[0.8,6.7],[-0.1,6.7],[-0.8,6.2],[-1.8,5.6],[-2.9,4.4],[-2.8,3.2],[-3.4,2.1],[-4.6,2],[-5.6,1.8],[-5.7,0.2],[-4.8,-0.7],[-2,0.7],[0.8,3.4],[1.1,3.1],[0.3,3.5],[0.1,3.6],[-1.6,5.3],[-2.7,2.9],[-1.9,3],[-2.8,2.6],[-4.1,1.9],[-5.2,0.6],[-5.4,-0.6],[-5.2,-0.8],[-5.6,-0.6],[-6,-1.5],[-5.3,-2.6],[-4.8,-1.9],[-4.2,-3.4],[-5.1,-2.3],[-6,-1.9],[-6.6,-2.4],[-6.9,-3],[-7,-3.2],[-6.1,-3.4],[-4.9,-3.2],[-4.1,-3.5],[-2.7,-3.3],[-1,-2.2],[-0.5,-1.9],[-0.5,-2.6],[0.1,-3.3],[1.3,-3.9],[2.2,-4.8],[2.5,-5.8],[0.3,-1.4],[-1.7,-2.6],[3.4,-2.2],[3.7,-2.8],[1.2,0.8],[-0.3,-1.1],[-1.6,1.1],[-0.5,-0.4],[0.6,0],[0.3,0.9],[1.2,1.1],[2.5,2.2],[-1.4,2.5],[2.2,0.4],[-0.7,3.7],[-1,2.1],[-0.6,2.8],[0.1,3.1],[0.2,3],[-0.3,3.3],[0.2,4.2],[1.7,3.6],[1.8,2.6],[1.8,0.6],[2,-1.7],[0.5,-1.4],[0.3,-2.4],[-0.6,-2.3],[-1.3,-1.8],[-2.4,-2.4],[-2,-3.7],[-1.5,-4.1],[-0.6,-3.9],[0.4,-2.4],[1.8,-3],[2.2,-6],[3.1,-6.7],[3.8,-6.7],[5.1,-6.6],[5.9,-6.9],[6.6,-7.1],[7.2,-7.1],[8.1,-6.9],[8.9,-6.1],[9,-5],[9.4,0.5],[7.5,8.3],[2.7,9.4],[1.8,8.7],[-0.8,7.6],[-2.8,6.9],[-2.8,5.2],[-2.2,4],[-3,4.8],[-5.7,4.4],[-6.1,2.7],[-5.2,1.6],[-4.9,1.2],[-4.6,0.1],[-4.1,-1.4],[-3.3,-2.8],[-2.6,-3.7],[-1.3,-4],[-0.3,-4.6],[0,1.1],[-1.8,10.1],[-4.3,9.9],[-4.8,9.5],[-4.9,8.3],[-5.3,7.4],[-5.4,6.6],[-5.5,6.4],[-7.5,6.7],[-9.9,7.2],[-9.5,6.1],[-9.5,5.7],[-9.3,4.8],[-8.7,4],[-9.1,2.6],[-9.6,1.8],[-10.8,0.6],[-11,-0.5],[-9.7,-1.5],[-9.1,-2.3],[-8.8,-3.7],[-7.9,-4.5],[-7.6,-5.3],[-7.1,-5.7],[-6.5,-6.3],[-6.8,-7.8],[-7.4,-8.4],[-7.5,-8.9],[-6.8,-8.9],[-6.3,-8.5],[-6.5,-8.7],[-6.8,-9],[-6.4,-8.7],[-7.4,-7.9],[-4.6,-9.5],[-2.9,-9.6],[-1.7,-10.1],[-0.2,-10.2],[1.2,-10.1],[2.1,-9.7],[3.4,-9.4],[6.1,-6.9],[8.5,-4.5],[10.2,2.3],[9.2,-1.1],[7.6,-1.2],[7.2,2.9],[5.9,3.6],[1.7,3.8],[1.8,4.7],[1.9,4.8],[0.6,3.8],[0.8,3.3],[1.1,2.2],[1,2.5],[-0.2,2.3],[-0.3,1.9],[-0.3,-0.3],[-0.9,-0.1],[-0.6,2.1],[-1,5.5],[-1.3,6.6],[-1.7,5.6],[-2.1,4.8],[-1.5,4.8],[-1.4,4.2],[-0.8,3.7],[0.5,2.4],[1.6,1.7],[-0.9,2.9],[-0.8,5],[-1.4,6.2],[-2.7,6.3],[-3,6.1],[-3.3,5.8],[-2.6,5.3],[-2.8,4.2],[-1.9,1.7],[-0.4,0.8],[-1.5,0.6],[-1.7,-0.1],[-1.8,-1.1],[0.1,-0.2],[-1.1,0.4],[1,-2],[0.4,0.9],[-0.7,-1.7],[-1.5,1.1],[-0.1,1],[0.2,-0.8],[1.5,-2.1],[2.4,-3.7],[3.1,-3.5],[3.6,-3.7],[4.5,-4.4],[5.3,-4.6],[5.7,-4.4],[6.1,-4.7],[6.5,-5.4],[6.5,-6.3],[7.4,-6.6],[6.1,-6],[3.6,-4.4],[3,-3.9],[1.3,0.4],[0.7,3.2],[1.6,3.5],[0.4,4.7],[-1.8,0.8],[-1.6,2.6],[2,-7.1],[2.6,-1.5],[-0.1,6.9],[-1.9,3.5],[-2.5,4],[1,6.3],[0.9,3.4],[2.5,6.4],[-2.6,1],[0.4,-0.2],[-2.3,2.6],[-3.4,-1.8],[-2.7,0],[-2.1,0.8],[-1.5,1.2],[-1.1,0.2],[-0.2,-0.1],[1.6,-0.3],[3,-0.9],[3.7,-1.1],[4,-1.5],[2.5,2],[0.4,2.5],[1.7,1.4],[1,1.6],[-3.4,1.5],[-0.2,-1.6],[1.9,-1.2],[3.3,-1.6],[3.2,-1],[3.6,-3.9],[5.3,-1.1],[3.8,-3.1],[3.9,-3.1],[3,-2.2],[-0.3,2.5],[-0.1,0.1],[0.1,2.7],[3.1,2.8],[3.1,-0.8],[2,2.1],[3,1],[1,2.5],[-0.9,1.6],[-2.2,-1.7],[-1.8,-0.4],[-1.2,-0.6],[-1.1,-0.4],[-1.9,2.3],[-0.8,0.5],[-1.2,0.2],[-1.3,-0.1],[-1.6,-0.3],[-2.5,2],[-0.7,1.1],[-0.9,0.4],[-1.6,0.3],[-2.3,-2.3],[-1.2,-2],[-1.9,-0.2],[-2.1,-1.7],[-1.2,-2],[-1.3,-0.8],[-2.9,-6.4],[-0.6,-8.1],[-1.7,-7.7],[-1.2,-8.2],[-0.6,-8.7],[-0.1,-9.1],[0.3,-9.3],[0.7,-9.2],[1.1,-9.4],[1.9,-7.9],[3,-9.6],[5.1,-9],[5.8,-8.4],[6.6,-8.4],[7.4,-8.3],[8.2,-8],[7.5,-8],[9,-6.2],[11.2,-2.2],[11.4,0],[11.5,1.6],[11,3],[10.9,2.9],[11.2,1.9],[11.5,1.9],[11.4,2.5],[10.8,3],[10.1,3],[8.6,2.3],[8.4,1.4],[8,0.7],[8,-0.1],[8.2,-1.3],[8.1,-2.1],[7.6,-3],[7.8,-4],[8.7,-4.4],[9.2,-4.9],[9.5,-5.6],[10.1,-6.4],[10.9,-6.7],[11.8,-6.8],[12.7,-6.9],[13.8,-6.7],[14.7,-6.4],[15.5,-6.1],[16.2,-5.6],[17,-4.9],[17.7,-4],[18.1,-3.5],[18.5,-3.1],[19.1,-2.7],[19.3,-1.2],[19.3,0.4],[19.1,1.8],[18.6,3.3],[18.6,4],[17,4.3],[18.8,6.5],[17.4,6.4],[14.8,6.7],[13.3,6.4],[12.3,5.7],[13.3,4.4],[12.6,2.9],[11.4,1.2],[11.7,12.2],[8.2,14.9],[6.1,15.7],[5.7,14],[4.7,12.8],[4.1,12.5],[5.3,11.6],[3.5,11.4],[3.9,9.9],[3.3,9.8],[2.5,8.6],[2.5,8],[1.8,8],[1.2,7.5],[0.1,6.9],[-0.6,5.9],[-1.7,5.6],[-2.1,4.5],[-2.5,3.6],[-3.1,3.2],[-3.8,2.7],[-4.5,2],[-4.3,0.6],[-3.5,-0.9],[-1.7,0.4],[0.3,3.2],[-0.2,2.8],[0.1,3.5],[-0.2,4.1],[-1.1,6.3],[-0.7,5.7],[-2.4,3.6],[-3,2.8],[-3.6,2.2],[-3.7,1.6],[-4.2,0.9],[-4.7,-0.1],[-4.7,-0.6],[-4.5,-1],[-4.7,-2.1],[-4.8,-2.1],[-5.4,-2.4],[-5.1,-3.4],[-5.4,-3.3],[-6.2,-3.1],[-6.6,-3.7],[-6.8,-4.2],[-5.9,-4.4],[-4.5,-4.4],[-3.1,-4.2],[-2.1,-3.7],[-0.5,-2.7],[1.1,-2.5],[1.6,-3.6],[1.7,-4],[2,-4.4],[1.9,-4.1],[-1,-0.4],[3.9,-0.9],[4.6,-2.7],[-1.2,-2.4],[-0.2,-3.4],[-0.5,-0.8],[-1.1,-0.3],[0.8,0.3],[0.7,0.6],[1.8,-0.3],[1.5,0.3],[1.7,-0.2],[2.3,-0.2],[-1.1,0.4],[-1.7,4.3],[0.9,4.7],[2.2,3.7],[2.5,3.4],[1.8,3.5],[1.5,2.4],[1.5,2],[1.6,2.1],[2.1,1.3],[2.2,0.9],[1.6,0.2],[1.7,-1.3],[2.5,-2.1],[0.7,-2.4],[-0.1,-3.5],[-0.7,-3.7],[0.2,-2.1],[0.9,-3.5],[1.1,-2.2],[1.3,-1.7],[2.5,-4.4],[2.6,-6.9],[3,-7.4],[3.5,-7.2],[4.6,-7.1],[5.4,-7.2],[6.4,-6.7],[7.2,-6.7],[8.4,-6.8],[9.5,-6.4],[9.9,-5.4],[10.3,-1.8],[11.6,6.6],[2.7,12.2],[1.4,10.8],[-0.9,9],[-2.3,7.8],[-3.7,7.2],[-3.1,6],[-3.1,4.4],[-3.9,2.9],[-3.2,3.2],[-2.2,2.5],[-2.1,2.5],[-2.6,2],[-2.8,0.3],[-1.8,-1.8],[-0.1,-2.4],[-0.3,-3],[-0.3,-3.5],[-0.1,-4.2],[-1.3,10.6],[-4,10.6],[-4.4,10],[-4.1,8.8],[-4.8,7.9],[-4.7,7.4],[-5.7,6.1],[-8.2,7.8],[-9.8,6.3],[-8.7,6.4],[-9.6,6.1],[-8.9,5.4],[-8.8,4.5],[-9,3.2],[-9.6,1.9],[-10.1,1.1],[-10.5,-0.3],[-8.8,-1.4],[-8.5,-3.1],[-8.1,-4],[-7.8,-4.7],[-7.7,-5.2],[-7.2,-5.8],[-7.3,-6.5],[-7.4,-7.8],[-7.9,-8.4],[-7.1,-8.5],[-6.6,-8.2],[-6.8,-8.4],[-7.1,-8.6],[-7.2,-9],[-6.6,-9],[-6.2,-8.9],[-4.7,-10.1],[-3.7,-10.6],[-2.9,-10.9],[-1.9,-11.4],[-1.2,-11.8],[-0.3,-12.1],[0.6,-11.4],[1.9,-10.8],[6.3,-1.3],[3.1,-4.9],[0.9,-0.2],[4.6,1.4],[4.6,1.4],[3.9,4.3],[5.8,6.8],[2.8,6.6],[2.3,6.4],[2.3,5.7],[1.8,4.1],[0.9,2.8],[1,2.5],[1.5,2.3],[0.1,2.5],[-0.2,1.1],[-0.8,0.5],[-1.1,0.2],[-1.9,0.8],[-0.4,1.9],[-0.7,5.3],[-1.1,4.7],[-1.4,3.6],[-1.7,2.4],[1.3,2.9],[2,2.5],[0.6,2],[1.8,4.3],[-0.4,6],[-2.1,5.9],[-2.7,5.8],[-2.7,5.7],[-3,5.4],[-2.8,5.1],[-2.2,4.8],[-2.8,3.6],[-2.5,1.4],[-2.5,0.2],[-4.3,-0.2],[-5.2,-1.5],[-4,-2],[-2.6,-1.3],[-3.3,0.7],[-1.4,-0.6],[-1.1,-1.4],[-0.4,2.7],[0.5,1],[0.9,-0.9],[2,-1.3],[2.3,-3.1],[3.2,-3.1],[4,-3.7],[4.7,-3.9],[5.9,-3.8],[6.1,-4.4],[6.6,-4.7],[7.2,-5.3],[6.8,-5.2],[6.1,-4.4],[4.7,-3.5],[2.1,-0.2],[2.1,-4.2],[-0.1,-2.7],[-0.3,-3.7],[-4.7,-0.1],[-0.5,-1.9],[1.3,-2],[-0.2,-5.9],[4.5,-4.9],[3,0.2],[-2.2,-4.5],[-1.2,-1.3],[-0.2,0.9],[-2.8,2.3],[-1.4,0.4],[1.2,2.6],[-3.6,1.8],[1.3,1.1],[-0.6,2.3],[-2.5,0.8],[-0.4,-1.8],[-0.7,0.4],[0,0.3],[1.1,-0.2],[2.1,-0.9],[3,-1.8],[3.3,-1.5],[2.5,-0.3],[2.2,1.4],[0.7,3.4],[1.9,1.9],[-0.2,2.7],[-0.6,-0.9],[1.3,-0.7],[4.7,0.4],[1.6,0.3],[4.9,-1.6],[5.2,-2.4],[4.5,-1.6],[5.3,-3.1],[2,-1.3],[3.1,0.9],[3.5,-0.7],[2.3,1.7],[-1.5,-0.1],[2,0.9],[0.4,2.4],[3.6,0.3],[-1.3,-1.2],[5.1,-2.7],[0.1,-0.9],[-0.5,0.4],[-2.1,-1.2],[-1.8,0.7],[-2.3,0.9],[-1.6,0.5],[-0.9,-1.6],[-2.6,2.1],[-0.1,-0.3],[-0.5,0.7],[-0.4,1.6],[-0.9,2.8],[-2.5,0.3],[-2.6,-1.3],[-3,0.8],[-2.9,-0.9],[-0.9,-1.5],[-1.5,-0.7],[-1.6,0.6],[-2,-0.6],[-1.4,-1.4],[-0.8,-3.9],[0.7,-6.7],[0.2,-7.2],[1.1,-7.8],[2.1,-8.1],[2.8,-8.5],[3.1,-8.9],[3.2,-9.3],[3,-10.4],[3.2,-9.6],[5.7,-9.6],[5.1,-8.4],[3.9,-7.7],[4.2,-8.8],[6,-8.7],[7.3,-8.5],[8.6,-8.1],[9.9,-7.6],[9.9,-7.3],[11.6,-5.1],[14.1,-1.5],[13.1,1.2],[13.5,2.2],[13.1,3.1],[12.8,3.5],[13.3,2.2],[13,2.2],[12.3,3.6],[9.5,5.5],[9.1,3.4],[8.9,1.8],[8.4,0.5],[8.8,-1.2],[8.6,-2.6],[8.9,-3.8],[9.5,-4.3],[9.7,-4.7],[9.9,-5.7],[10.5,-6.3],[11.1,-6.8],[12.2,-7.2],[13.1,-7.3],[14.2,-6.9],[15.1,-6.9],[16.1,-6.6],[17.1,-5.7],[18,-4.6],[18.7,-3.5],[19.1,-2.8],[20,-1.8],[20.7,-0.8],[21,-0.1],[21.1,0],[21.2,-0.2],[21.8,0.7],[21.4,2.7],[20.9,3.5],[19.8,4.8],[20.9,5.2],[18.8,7.4],[16.8,7.8],[14.4,7.6],[13.3,7.4],[12.9,6.2],[12.3,4.5],[9.9,3.3],[8.2,1.9],[12.4,10.5],[7.4,16.5],[7,16.5],[5.3,16.1],[4.3,14.6],[3.8,13.6],[4.3,12.2],[4.1,11.9],[2.7,10.3],[2.9,9.4],[3.6,8.5],[2.6,8.6],[2,8.9],[1.5,8.4],[0.6,7.6],[-0.5,7],[-1,6.3],[-0.7,5.3],[-0.8,4.6],[-2.1,3.8],[-2.8,2.8],[-3,1.7],[-3.4,0.4],[-4,-0.3],[-4.2,0.3],[-3.1,1.5],[-1.4,2.2],[0.7,3.8],[0,5.1],[-1.3,4.7],[-1.6,4],[-1.7,3.3],[-1.5,3.2],[-1.9,2.7],[-2.5,1.9],[-3.7,1.2],[-3.2,0.3],[-3.5,0.1],[-3.7,0],[-4.2,-0.9],[-4.8,-2],[-4.8,-2.7],[-4.7,-2.8],[-4.7,-3.8],[-5,-4.2],[-4.9,-4.7],[-4.8,-5.7],[-4.3,-6.1],[-2.7,-6],[-0.6,-5.7],[1.1,-4.4],[2,-3.2],[2.3,-2.4],[2,-3.5],[2.9,-4.8],[0.2,0.4],[0,-1],[3.4,-5.9],[1.3,-1.6],[-0.7,-0.7],[-1,-0.4],[-0.2,-1.5],[-0.8,-0.5],[0.7,-0.2],[1,-0.7],[1.9,-0.5],[1.8,-1.7],[6.2,3.3],[3.4,2.2],[0.3,2.6],[2.6,5.7],[4.4,6.5],[3.2,4.3],[3.2,4.7],[2.4,4.5],[1.7,3.5],[1,2.1],[1.2,1.6],[2.1,1.4],[1.7,2],[1.4,1.5],[1.6,0.2],[1.9,0],[1.5,-0.1],[1.3,-0.3],[1.6,-0.6],[1.2,-1.1],[1.5,-1.3],[1.9,-1.3],[1.8,-1],[3.2,-4.4],[3.4,-8],[3.9,-8.2],[4.2,-7.9],[4.7,-7.5],[5.6,-7.5],[6.3,-7.4],[8,-7],[9.1,-6.4],[9.9,-6.2],[10.5,-5.9],[11.6,-3.6],[12.9,3.2],[6.7,12.9],[2.5,12.4],[1.5,10.9],[0.2,9.1],[-0.3,8.2],[-0.8,7.3],[-1.2,5.6],[-1.4,4.8],[-1.1,4.2],[-1.3,4],[-2.2,3.5],[-3.4,1.7],[-2.6,-0.5],[0.1,-1.2],[1,-1.3],[0.7,-2],[1.3,-2.7],[2.3,-2.7],[-0.4,10.1],[-3.7,11.6],[-3.9,10.4],[-3.8,8.5],[-4.5,6.9],[-4.1,7.3],[-5.8,8.8],[-8.3,7.8],[-8.9,7],[-8.1,6.8],[-8.6,6.4],[-8.7,5.7],[-8.6,4.8],[-8.4,3.8],[-9.3,2.7],[-9.9,1.5],[-9.2,0.2],[-8.1,-1.5],[-7.7,-3.1],[-7.6,-4.1],[-7.5,-4.7],[-7.8,-5.1],[-7.4,-5.8],[-7.4,-6.7],[-7.5,-8],[-7.6,-7.7],[-6.7,-7.9],[-6.8,-7.9],[-7,-8],[-7.3,-8.2],[-7,-8.9],[-6.8,-9.5],[-5.1,-8.7],[-5,-10.8],[-4.1,-11.1],[-3.7,-11.7],[-3,-12.4],[-2.4,-12.9],[-2.1,-13.3],[-2.2,-13.6],[-2.8,-12.4],[-2.6,-7],[2.9,-6.7],[5.4,-3.6],[1.7,-1.5],[0.6,0.6],[1.4,3.1],[5.1,3.9],[3.5,6],[4.5,6.8],[4,6.7],[3.7,5.9],[2.4,4.8],[2.4,3.9],[1.9,2.8],[1.3,2.8],[1.2,2.7],[0.4,2.3],[-0.8,2.1],[-1.4,1.2],[-1.8,1.3],[-1.6,4.7],[-0.9,5.2],[-3.3,4.2],[-3.4,1.8],[-3.2,-0.2],[-1,-0.6],[2.3,2.3],[1.3,3.8],[-1,8.1],[-2.8,7.8],[-2.5,6.4],[-2.1,6],[-1.6,6.1],[-1.3,5.9],[-0.7,5.4],[-1.5,5.3],[-1.2,4.3],[-2.1,3.1],[-4.1,2.4],[-3.4,0.7],[-2.4,-0.4],[-3.4,-0.9],[-4.4,-0.8],[-2.3,-1.7],[-0.1,-0.6],[1.1,2],[0.7,1.1],[1.2,0.5],[2.2,-2.7],[2.8,-4.3],[3.4,-4],[3.8,-4.1],[4.8,-3.8],[5.9,-3.9],[6.7,-4.8],[7.2,-5],[6.5,-4],[5.8,-3.1],[4.1,-2],[3.5,-1],[-1.1,-2.4],[-1.8,-7.1],[5.2,-6.4],[-1.3,-1.2],[-0.1,-6.2],[3.4,-2],[0.7,-3.1],[4.7,-9.4],[-0.1,0.5],[-5.6,-0.8],[-1.8,-5.8],[-0.7,2.1],[-4.2,0.8],[-3.9,-0.6],[-4.8,-1.8],[-0.2,-4.7],[2.3,4],[-4,5.3],[-2.7,3.4],[-2.5,-0.3],[-0.1,-1.8],[1.1,-0.5],[1.5,-0.3],[1.7,-0.9],[2,-1.9],[2.9,-1.9],[2.3,-0.5],[1.1,2.2],[2.1,2],[-2.5,-0.1],[0.3,-0.6],[1.2,2.6],[2.8,1],[-1.8,-1.2],[-1.5,-0.4],[-0.3,-1.5],[3,0.2],[4,-1],[2.4,-2.6],[4.2,-1.5],[5.4,-0.3],[4.7,-2.7],[5.6,-3.2],[5.7,-0.4],[3.2,-1.4],[2.9,1.2],[2,-0.7],[7.4,-0.3],[7,0.6],[10,-0.6],[6.2,-1.2],[0.5,0.7],[0.8,1.8],[-0.5,1.5],[-0.6,0.8],[-2,0.2],[-1.3,0.3],[-1.4,-1.2],[-0.6,0.4],[0.9,0.1],[-1.9,1.7],[-0.4,3.5],[-1.6,2.5],[-2.4,2],[-0.9,1.5],[-0.4,0.8],[-2,0.2],[-2.5,-0.3],[-2.1,-1],[-3.2,-1],[-1.2,-2.4],[-1.4,-4.4],[1.1,-6.1],[1.5,-7],[2.9,-7.3],[4.1,-7.6],[5,-7.4],[5.6,-7.9],[5.5,-7.7],[4.8,-8.8],[4.9,-6.8],[7.1,-6.5],[3.3,-6.1],[5.1,-9.7],[8.1,-10.3],[8.6,-9.4],[9.2,-8.3],[9.6,-7.5],[10.2,-7.6],[11.8,-7.7],[12.7,-7.4],[12.1,-6.7],[12.9,-5.4],[16,-0.9],[15.4,2.4],[14.9,3.5],[14.3,3.9],[14.3,4.2],[13.4,4.7],[12.2,5.3],[10.3,5.2],[8.9,4.6],[8.6,0.8],[8.9,-1.5],[9.1,-3.3],[9.8,-4.1],[10.7,-4.2],[10.2,-5.6],[10.1,-6.5],[11.3,-7.1],[12.3,-7.5],[13.4,-7.6],[14.4,-7.5],[15.4,-7.6],[16.9,-6.8],[17.8,-6.6],[18.6,-6.1],[19.5,-5.3],[19.9,-4.5],[20.9,-3.8],[21.7,-3.1],[21.2,-1.8],[21.5,-0.5],[21.8,0.9],[22.2,2],[22.7,2.3],[22.7,2.2],[22.7,1.8],[22,3.2],[22.2,3],[21.1,4.9],[18.2,6.6],[16.5,8.8],[13.6,8.6],[11.1,6.1],[9.1,4.2],[9.2,2.8],[9.3,3.1],[7.7,4.4],[11.4,10.9],[6.7,15.6],[6.3,14.1],[5.1,16.2],[4.4,14.9],[3.9,13.5],[4,12.5],[3.2,11.7],[3.6,10.7],[3.6,9.8],[3.3,8.8],[2.7,8.9],[2.5,9.2],[2,8.9],[1,8.4],[0.4,8.1],[0.7,7.1],[0.8,6],[-0.4,5.7],[-0.8,4.8],[-0.9,3.5],[-1.8,3],[-3.3,1.9],[-3.9,0.6],[-3.3,-0.1],[-2.8,0.7],[-1.4,0.9],[1.7,3.9],[0.2,5.5],[-0.5,5.2],[-0.1,4.5],[0,3.8],[-0.7,3.3],[-1,2.7],[-0.9,2.5],[-1.8,1],[-3.4,1.3],[-3.2,0.9],[-3.2,-0.5],[-3.7,-1.8],[-4,-2.3],[-3.6,-3],[-3.2,-3.2],[-3.1,-4.1],[-2.7,-5.4],[-2.5,-6.1],[-1.6,-6.5],[-0.8,-6.5],[0.1,-6.4],[1.5,-5.5],[3,-4],[3.5,-2.9],[2.6,-3.5],[1.2,-4],[1,0.1],[0.8,-2.2],[0.9,-3.1],[-1.1,-1.3],[-1.6,-0.9],[-0.5,0.4],[-0.5,-0.4],[0.8,-0.4],[2.4,-0.4],[1.5,-1],[1.1,-2],[0.6,-0.5],[2.3,-1.5],[3.3,-2.5],[4.1,2.4],[4.6,5.4],[3.6,3.2],[3.3,4.2],[4.5,4.9],[3.2,4.9],[1.2,3.6],[0.9,2.2],[1.1,1.9],[1.4,1.6],[1.7,2.1],[1.3,2.7],[1.3,1.5],[1.9,0.9],[1.5,1],[1.6,0.7],[1.8,0.2],[1.4,-0.4],[2.1,-1.1],[3.1,-1.8],[2.9,-1.9],[2.8,-2.9],[5.5,-8.3],[5.4,-8.9],[5.7,-8.3],[5.7,-7.4],[5.3,-7.6],[6.5,-8.5],[7.6,-8.8],[9.2,-7.2],[10.4,-6.1],[11.3,-5.5],[11.1,-5.5],[13.1,-1.2],[11.2,12.6],[2.8,13.3],[3,11.4],[1.3,10.4],[2.8,9.1],[2.4,7.8],[1.1,6.7],[-0.1,6.8],[-1.2,5.5],[-4.1,5.1],[-5.6,1.9],[-3.1,0.1],[-1,-0.3],[0.4,-1],[0.8,-1.5],[1.6,-2.5],[3.1,-1.9],[3.7,0.5],[-0.1,9.8],[-2.5,12.3],[-3.9,11.3],[-4.9,9],[-5.1,7],[-4.9,7],[-8.3,8.5],[-8,7.7],[-7.8,7.7],[-7,6.7],[-7.8,6.2],[-8.1,5.8],[-8,5.1],[-8.2,4.2],[-8.8,3.1],[-9.2,1.5],[-7.8,0.3],[-7.6,-1.7],[-7.4,-3.1],[-7.4,-4],[-7.4,-4.7],[-7.6,-5.3],[-7.4,-5.9],[-6.9,-6.7],[-7.2,-7.8],[-7.5,-7.8],[-6.4,-7.8],[-6.7,-7.8],[-6.8,-7.8],[-7,-8],[-6.7,-8.8],[-6,-9.6],[-5.2,-10.4],[-4.6,-9.8],[-4.1,-11.5],[-3.4,-12.2],[-3.3,-12.6],[-2.7,-13],[-2.4,-13.2],[-1.4,-13.7],[-0.4,-13.8],[0.5,-7.2],[3.7,-6.9],[6,-1.6],[9.7,-3.8],[2.1,1.2],[2.7,1.8],[-1.4,2.3],[1,2.7],[5.4,5.7],[5,6.3],[3,5.5],[5.3,4.8],[3,4.8],[2.6,3.8],[2.1,3],[1.7,3.4],[1.9,3.8],[0.5,3.5],[0.3,3.1],[-0.7,2.8],[-0.3,2.5],[-0.3,3.2],[-0.8,5.5],[-1.5,2.6],[-1.8,0.2],[-3.3,-2.6],[-2,-1.5],[0,6],[-0.6,9.2],[-2.8,8.8],[-2,5.6],[-0.4,4.5],[0.7,6.9],[0.7,6.9],[0.1,6.2],[0.4,5.4],[-1.2,5.3],[-2.1,5.8],[-3.1,4.8],[-4,2.5],[-4.7,0.8],[-3.9,-0.1],[-2.8,-1.1],[-1.7,-1.4],[-0.2,-1.8],[0.6,1.2],[1.8,1.8],[2,1.6],[3.3,-3.2],[3.2,-4.3],[3.5,-4.8],[3.4,-5.1],[4.2,-4.3],[5.7,-4.8],[6.6,-5.3],[6.3,-4.9],[4.5,-3.2],[2,-1],[1.5,-0.1],[0.4,-0.7],[-1.2,-3.2],[0.5,-2.7],[-5.7,-9.3],[1.8,-4.4],[1.3,-6.9],[1.5,-4.5],[8.8,-5.4],[2.4,-6.6],[-2.9,2],[-2.6,-0.9],[1.5,-8.2],[-0.9,-0.3],[-6.6,5.1],[-9.2,-0.5],[-2.6,1.9],[-4.6,-1.6],[2.2,-2.6],[-4.2,6.5],[-3.9,0.8],[-3,-1],[-0.9,-0.9],[0.4,-0.2],[1.1,-0.4],[2.1,-1],[3,-0.4],[3.9,-0.8],[1.3,2.5],[0.6,3.6],[1.3,1.8],[3.1,1],[-1.4,-0.7],[0.3,0.8],[1.5,1.4],[-0.6,0.5],[-0.7,-0.2],[0.2,0.2],[0.6,-1.7],[3.7,1.1],[3.7,-0.5],[3.7,0.1],[5.3,-1.1],[5.7,-0.6],[3.4,0.1],[3.3,0],[4.3,1.1],[5,-1.2],[5.3,-1],[8.2,-1.6],[5.3,-0.4],[6.8,-1.4],[4.6,-1.4],[1.7,-0.4],[1.7,-0.4],[-2.3,2],[0.6,1.9],[-0.6,2],[-0.8,0],[0.4,1.1],[0.5,-0.1],[-0.9,-1.4],[-2.2,-1.5],[-2.9,4.6],[-1.7,3.6],[0.1,2.4],[-0.3,1.2],[-2.5,0.1],[-2.7,1.7],[-2.3,1.1],[-2.6,0.1],[-1.4,-0.5],[-2.4,-2.2],[-0.2,-4.8],[1.1,-5.9],[2.3,-6.7],[3.4,-7.3],[4.7,-7.7],[6.2,-7.8],[5.6,-6.7],[5.2,-7.3],[4.5,-8.3],[1.5,-0.6],[1.6,-3.1],[6.2,-9.3],[8.7,-9],[9.9,-7.4],[9.2,-6.5],[6.3,-9.8],[9,-10.2],[10.5,-9.3],[10.5,-8.2],[10.8,-7.8],[10.7,-7.8],[10.1,-7.8],[9.4,-8.4],[10.3,-8.6],[16.1,-2.3],[16.4,4.2],[15.1,5.1],[14.8,5.6],[14.4,6.1],[12.3,7.6],[10,6.6],[6.7,4.2],[8.8,-1],[10.1,-3.1],[10.5,-4.1],[10.3,-5.2],[10.3,-7],[11.4,-7.4],[12.3,-7.7],[13.4,-7.9],[14.6,-8.2],[15.9,-8],[16.9,-8],[17.8,-8],[19.4,-6.5],[20.6,-5.3],[20.9,-5.2],[21.8,-4.3],[22.5,-3.3],[22.8,-2.1],[23.4,-1.1],[23.6,-0.6],[23.4,0.2],[23,2.2],[22.5,2.4],[22.3,2.1],[22.1,2.8],[22.5,3],[20.5,5.5],[19.5,4.7],[19.2,6.2],[17.4,8.4],[14.8,9.4],[11,7.3],[8,5.9],[9.1,4.9],[10,3.1],[9.5,3],[9.4,8.4],[8.7,12.9],[6.1,14.9],[5.2,14.1],[2.4,14.2],[3.4,11.6],[4.3,11.8],[4.4,11.9],[4,11.4],[3.9,10.6],[3.8,10.1],[3.9,9.5],[3.3,9.2],[2.9,9.3],[2.4,9.4],[2.1,9.5],[1.9,8.9],[1.7,7.6],[1,7.2],[1.2,7.2],[0.7,5.6],[-0.2,4.2],[-2.1,3.5],[-3,2.2],[-2.7,0.3],[-2,1.7],[-3.5,1.4],[-4.4,1.5],[-2.2,3.6],[-0.7,4.8],[0,3.8],[3.1,3.6],[-0.9,4.2],[-0.6,3.5],[0,2.7],[0.3,2.4],[0,2.3],[0.1,1],[-0.4,-1.2],[-1.2,-2],[-1.9,-2.2],[-1.8,-2.1],[-1.6,-2],[-1.5,-2.5],[-1.5,-4.1],[-0.8,-5.7],[0.7,-6],[1.3,-6.5],[1.7,-7.2],[2.7,-6.2],[4.4,-4.6],[3.4,-1.3],[2.9,-2],[0.2,0],[0.1,0.4],[0.5,-2.2],[0.4,-1.9],[0.3,-0.7],[0.2,0.8],[-1,-0.6],[-1.1,0],[-1,-2],[0.4,-2.3],[-1.7,-2.1],[-2.2,-1.6],[6,-2.9],[2.7,-2.4],[5.8,-2.2],[5.1,-1.1],[3.3,2.5],[4.3,2.8],[4.1,3.3],[3.4,3.9],[2.7,4.2],[1.7,3.8],[1.6,3],[1.1,2.4],[1.7,2.2],[2.2,1.9],[2,2.8],[1.2,2.1],[2,1.5],[1.5,1.2],[1.6,0.6],[1.9,-0.3],[1.8,-0.3],[2.8,-1.2],[2.9,-1.5],[3.7,-1.7],[3.2,-2],[2.9,-2],[6.6,-6.9],[5.6,-7],[6.8,-6.7],[7.6,-7.8],[8.2,-8.7],[8.7,-8.4],[9.7,-7.6],[10.6,-7],[11.7,-5.5],[12.1,-4.9],[12.4,-4.8],[15,6],[-0.3,15.4],[2.9,12.5],[1.1,11.3],[2.5,10],[2.3,10],[0.1,9.1],[-3.4,7.6],[-6.5,6],[-6.4,2.8],[-4.6,1.5],[-2.1,0.3],[-1.3,-0.4],[-0.9,-1.9],[1.2,-4.1],[3.8,-3.9],[5.1,-1.9],[4,3.2],[-0.6,11.5],[-2.5,12.9],[-4.5,10.8],[-5.9,9],[-4.7,6.9],[-7,9.5],[-8.5,8.5],[-6.9,8.1],[-6.6,8.1],[-6.8,6.3],[-7.1,5.7],[-7.4,5.6],[-7.7,4.8],[-7.6,4],[-7.8,2.7],[-7.4,2.2],[-6.9,0.4],[-6.9,-1.5],[-7,-2.9],[-6.9,-4.1],[-6.9,-4.6],[-7.3,-5.6],[-7.1,-6],[-6.8,-6.5],[-6.8,-7.9],[-6.8,-7.9],[-6.3,-8.1],[-6.1,-7.7],[-6.2,-7.7],[-6.4,-8],[-6.2,-8.7],[-5.4,-9.6],[-5,-10.2],[-4.5,-9.7],[-3.8,-11.9],[-3.3,-12.6],[-3.3,-13.1],[-2.9,-13.6],[-2,-13.9],[-0.7,-13.8],[0.2,-13.6],[2.3,-11.8],[3.3,-4.4],[4.6,-4.8],[7.1,-3.9],[15.3,-6.3],[8.4,-0.8],[5.8,5.3],[6.9,7.2],[4.2,6],[1.4,5],[4.2,5.2],[5.4,6.2],[4.7,6.2],[3.7,3.9],[3,3.7],[2.6,4],[2.1,4.4],[2.2,4.4],[1.3,3.8],[2,3.8],[1.1,3.1],[1,2.5],[-0.4,2.6],[0,2.8],[-0.2,1.4],[-1,-1.5],[-2,-3.4],[0.3,3.9],[0.8,8.4],[1.4,10.5],[0.7,8],[0.4,2.9],[1.3,8.9],[0.9,7.6],[0.9,6.4],[0.9,6.5],[-0.2,6.4],[-1.2,6.6],[-1.9,5.4],[-2.4,3.9],[-2.6,2],[-1.4,0.5],[0.8,-0.9],[2,-1.4],[0.3,-1],[1.5,0.9],[0.3,-0.1],[2.3,0.9],[4.5,-2.1],[4,-3.1],[4.2,-4.8],[4.2,-5.2],[4.1,-5.2],[5,-5.6],[5.4,-5.8],[4.3,-2.9],[-1.3,-2.3],[1.2,-3.3],[-0.8,-2.4],[-1,-2],[0,-3],[-1,-3],[-0.1,-5.2],[-2,-2.8],[-1.4,-5.1],[4.9,-8.2],[3.8,-5.4],[-1.4,-8.4],[-3.3,-0.9],[-2.4,-3],[2.8,-6.5],[1,-0.9],[-0.8,2.8],[-2.4,2.4],[-3.3,-1.5],[-1.3,0.3],[-1.9,1.3],[-1.7,-3.4],[-3.5,2],[-1.3,-0.9],[-0.6,0.1],[-0.5,-1.9],[2.6,-2],[3.8,0.3],[2.9,2],[1.4,0.3],[3.2,1.7],[2.3,-0.5],[-1.3,1.1],[2.5,2.7],[2.4,0.4],[-0.5,0.2],[-0.4,-0.9],[-0.2,0.9],[1.3,0.9],[2.5,0.9],[2.2,2.7],[2.8,0.1],[5.2,-0.2],[5,0.7],[4.7,0.1],[2.9,2.3],[6,1.2],[4.1,3.9],[1.9,-1.4],[2,1.1],[2.8,1.9],[4.5,1.6],[5.8,-0.7],[5.7,-0.3],[6.6,-1.1],[1.7,0.9],[2.3,-1.3],[0.7,0.3],[-2.1,3.2],[1.9,4.5],[-1.7,-0.5],[-1.9,-1.1],[0.7,1.6],[-1,1.1],[-2.9,1.8],[-1,1.9],[0.1,3.1],[-0.2,2.9],[-1.2,2],[-2.3,2.5],[-1.9,2.2],[-2.9,1.4],[-2.2,1],[-3.2,-0.7],[-1.5,-2.4],[0.9,-4.6],[2,-6.2],[3.1,-7.2],[4.1,-7.9],[5.3,-8.7],[4.3,-6.4],[6.8,-8],[6.9,-6.5],[1.4,-1.2],[1.3,-0.7],[5.2,-5.9],[3.5,-2.9],[8.9,-5.8],[3.5,-6.8],[7.5,-12.2],[10.6,-8.9],[8.3,-7.8],[9.3,-9.4],[11.4,-9.4],[12.8,-8],[13.5,-7],[14.4,-7.2],[13.9,-7],[13.2,-7.4],[13.3,-7.7],[12,-9.6],[16.5,-1.9],[16.5,4.4],[16,6.5],[14.1,8.4],[9.8,10.9],[7.8,8.3],[6.8,4.6],[10.5,-1.6],[9.9,-3.9],[9.2,-6.6],[11.2,-7.3],[12.4,-7.6],[13.1,-8.1],[14.3,-8.4],[15.6,-8.9],[16.9,-9.1],[18.6,-8],[19.9,-7.5],[20.7,-8],[21.5,-7.2],[22.3,-5.5],[23.7,-4.6],[23.8,-3.7],[23.9,-3.7],[23.9,-1.2],[23.3,0.2],[23.7,1],[22.8,2],[22.3,3.7],[22.2,3.8],[21.1,4.3],[20.8,5],[19.5,6.6],[18.7,7.2],[16.7,8.5],[16.5,8.7],[14.5,9.2],[10.9,7.3],[9.8,7],[11.6,6.3],[10.9,4.9],[9.5,4.3],[10.1,4.1],[10.8,13.1],[5.4,13.8],[5,12.8],[3.9,13.9],[4.9,12],[6.7,10.6],[7.9,10.7],[4.7,12.1],[3.6,11.4],[4.2,10.3],[4.3,9.9],[4.6,9.6],[4.4,9.5],[3.7,9.9],[3.5,10.4],[3.3,10.1],[2.6,9.3],[2,8.8],[2.6,8.8],[1.7,7.7],[0.1,6.3],[-1.2,5.3],[-2,4.1],[-2.5,3.5],[-2.8,2.2],[-3.3,2.1],[-5,2.9],[-6.8,3],[-6.6,2.4],[-6.3,1.7],[-5.1,2.3],[-3.3,3.2],[-4.3,3.5],[-5.1,1.2],[-4.2,-0.3],[-2,0],[1.1,1.5],[-1.9,2.2],[-3,-1.1],[-2.3,-2.3],[-1.2,-2.9],[-0.5,-2.7],[-0.6,-2.9],[-0.6,-3.6],[0.4,-4.6],[1.7,-5.4],[2.4,-6.4],[2.9,-7.3],[4.1,-6.4],[2.5,-1.4],[0.2,-0.7],[0,0.3],[0.2,-1.1],[0.6,-1.3],[1,-2.2],[0.1,-0.9],[-0.1,-1.1],[-1.4,-2.5],[-1.3,-1.4],[-1.9,-0.4],[1.2,-0.5],[1.8,-0.6],[2.2,-2],[2.5,-1.8],[8,-4.5],[2.3,-3.1],[3.2,-3.5],[2.5,-2.2],[4.9,-1],[3.8,-0.8],[3.8,1.9],[3,2.7],[2.8,3.7],[2.8,4.2],[1.3,2.2],[1.6,1.3],[2,1.9],[3,3.1],[3.5,3.4],[1.8,2.4],[2.2,1.7],[1.5,1.6],[1.4,1.3],[1.6,0.8],[2.4,0.5],[2.7,-0.3],[2.8,-0.2],[3.4,-0.2],[4.4,-0.6],[4.2,-0.8],[3.8,-0.7],[4,-1.4],[7.9,-5.3],[8.8,-6.9],[9,-7.4],[9.1,-7.6],[9.8,-8.4],[11.2,-8],[12,-6.5],[12.6,-4.6],[13.3,-3.9],[13.1,-3.3],[-2.1,17.4],[1.3,14.4],[0.4,12.8],[1.8,12.4],[-0.9,11.4],[-4.7,10.3],[-6.4,7.5],[-7,5.1],[-6.1,3.7],[-5.1,1.4],[-4.1,0.4],[-4.2,-2.8],[-1.6,-6.3],[3.8,-6.6],[6.2,-3.6],[5,1.6],[1.8,7.6],[-3.4,12.1],[-4.4,13.8],[-5.9,10.5],[-4.3,8.6],[-6,8.6],[-7.6,9.6],[-7.7,9.2],[-6.2,8.7],[-5.8,7.9],[-6.8,6.4],[-7.1,6],[-7.5,5.3],[-7,4.3],[-6.6,4],[-6.6,3.2],[-6,2.1],[-6.2,0.9],[-5.9,-0.9],[-6.2,-2.9],[-5.9,-4.5],[-6.2,-5.1],[-6.8,-5.4],[-6.8,-6.2],[-6.5,-6.6],[-6,-7.6],[-5.6,-8.4],[-6,-7.8],[-5.2,-7.9],[-5.4,-7.8],[-5.5,-8.1],[-5.3,-8.6],[-4.9,-9.5],[-4.2,-10.3],[-4,-10.8],[-3.8,-12.1],[-3.5,-12.8],[-3.4,-13.2],[-3,-13.7],[-2.3,-14.6],[-1.3,-15.2],[0.6,-15.3],[2,-14.4],[3.9,-12.4],[6.1,-9],[5.2,-3],[7.9,-1.4],[9.7,-2.2],[5,-1],[3.8,1.3],[7.2,4.8],[5.7,6.3],[3.5,8.4],[1.1,5.2],[5,6.1],[4.8,5.9],[3.5,3.9],[2,3.7],[1.5,4.1],[-0.2,2.5],[0.5,2.2],[4.1,3.5],[2.4,3.5],[3,4.5],[3.3,4.1],[3,3.7],[2.9,2.9],[2.5,1.6],[2.2,-0.1],[0.6,-1.3],[2.7,7.1],[2.7,9.2],[2.2,7.5],[0.3,4.4],[0,8.9],[-0.1,6.2],[0.4,6.7],[1.6,6.7],[1.3,6.5],[0.3,6.4],[-0.3,5.2],[-0.4,3.9],[0.8,2.1],[1.9,-0.2],[3.8,-2.2],[2.8,0.6],[0.2,1.9],[1.1,-1],[1,1.4],[3.5,-1],[4.6,-1],[3.8,-2.6],[4.3,-4],[5.2,-4.1],[4.3,-4.8],[3.2,-5.3],[2,-5.6],[-2.3,-0.9],[-1.1,-2.7],[-1.4,-3.7],[-0.8,-2.2],[0.4,-2.8],[-0.4,-2],[3.2,-1.2],[2,-0.9],[0.2,-1.9],[-0.3,-3.7],[-1.2,-9.9],[-0.7,-5.8],[-0.4,-4.5],[-1.5,-1.1],[-0.6,0.6],[-3.8,-9.5],[0.6,-1.9],[1.6,2.4],[-1,3.3],[-4.6,8.4],[-1.3,2.8],[-2.2,1.9],[-2.8,1.9],[-2.2,-3.1],[-1.4,0.2],[0.8,-2.2],[2.7,-0.9],[2.4,-0.6],[0.2,0.3],[0.2,0.7],[2.2,0.5],[-1.6,-0.7],[3.2,0.2],[1.2,2.5],[2.5,2.6],[1.8,1.1],[2.7,1.5],[0.7,1.2],[0.1,2.5],[1.5,1.6],[2,0.5],[1.8,2.3],[2.9,1.5],[3,2],[4.7,-2.2],[5.2,2.3],[10.4,-1.9],[7.7,-1.8],[5.6,0.2],[5.5,3.3],[4.2,0.1],[3.5,0.1],[3.4,0.5],[2.9,-0.4],[3.4,-0.1],[3.2,0.7],[5.1,0.9],[1.9,2.3],[0.7,1.2],[-1.5,2.5],[-1.2,7.1],[-0.3,5.5],[-0.7,2.2],[-0.8,0.8],[-1.8,3.4],[0.2,3.1],[-0.9,1.1],[-1.1,4.1],[-0.7,3.2],[-2.4,3],[-2.2,2.7],[-2.5,2.1],[-2.3,2.6],[-2.1,1.1],[-3,-1.3],[-0.4,-3.5],[0.8,-5.7],[2.3,-7.2],[3.1,-7.4],[3.6,-7.8],[4.8,-8],[6.7,-7.8],[7.9,-7.2],[8.8,-4.6],[7.7,-3.3],[5.7,-2.4],[3.4,-2.2],[3.6,-0.9],[3.2,-1.6],[9.8,-8.5],[2.7,-1.9],[8.1,-7.7],[11.4,-9.1],[13.5,-8],[15.5,-5.5],[13.2,-5.7],[10.7,-6.5],[9.4,-7.5],[10.2,-8.3],[11.5,-9.1],[12.4,-7.9],[14.1,-6.8],[15.8,-6],[15.5,-5.3],[17.4,4.1],[15.9,7.4],[11.6,12.6],[6.9,9.9],[6.4,4.8],[7.8,0.5],[7.6,-4.4],[10.3,-6.2],[12.1,-6.8],[12.7,-8],[13.8,-8.4],[15.2,-9.3],[16.9,-9.2],[18.4,-9],[19.3,-9.5],[20.7,-9.3],[22.6,-8.6],[23,-7.1],[23.9,-6.3],[24.1,-4.8],[24.5,-3.7],[24.8,-1.6],[24,-1.9],[23.1,-0.7],[23,1.2],[22.5,1.9],[22.1,3.7],[21.5,4.9],[21,5.2],[19.7,6.3],[18.1,4.8],[17.8,6.7],[16.6,8],[14.5,8.9],[14.2,10.2],[13.3,7.6],[13.7,6.5],[11.5,6],[10.7,5.7],[9,5.5],[9.3,5.4],[11.3,6.4],[5.9,16.5],[5.2,15.3],[5.1,14.6],[5.9,13.5],[5.6,13.2],[6.1,11.9],[2.8,11.8],[2.7,10.6],[4,10],[4.3,9.6],[4.8,9.7],[5.3,9.8],[5.5,9.5],[5.1,9.8],[4.8,10.2],[4.1,10.6],[3.8,11.1],[3.7,10.4],[2.3,9.3],[0.8,8.7],[0.2,7.8],[-0.6,6.3],[-1.6,5.7],[-3.5,4.8],[-4.4,2.6],[-3.7,2.1],[-6.7,4.4],[-7.3,3.2],[-8.6,2.4],[-8.5,1.6],[-7.9,1.6],[-7.6,1.3],[-6.5,0.7],[-5.8,1.2],[-6.1,0.7],[-5.4,0.2],[-4.7,-0.8],[-4.9,-1.4],[-5.3,-2.7],[-4.4,-3.9],[-4.2,-4.7],[-3.8,-4.5],[-2,-4.3],[0.9,-4.9],[1.1,-5.8],[2.3,-6.8],[2.7,-8.2],[-1.8,-4.9],[-2.9,-1.3],[0.7,0],[2.1,-1],[0.6,-0.1],[0,-1],[0.7,-1.7],[-0.3,-1],[-0.1,-0.6],[0.1,-0.6],[0.1,1.3],[-0.3,0.8],[-0.3,0.9],[2.9,-0.4],[0.4,-1.5],[4.8,-3],[4.9,-1.7],[1.6,-1.1],[1.9,-2.3],[0.2,-2.8],[-1.8,-1.8],[-1.6,-2.8],[-0.6,-0.9],[2.4,1.2],[3.6,2.7],[2.1,3.6],[0.9,2],[0.9,1.8],[1.4,1.9],[3,2.8],[4.6,4.5],[3.2,3.9],[2.6,2.8],[1.5,2.2],[1.5,1.8],[0.8,1.2],[1.3,1.1],[1.6,-0.6],[1.6,-1.5],[2.4,0.7],[2.9,1],[3.5,0.4],[3.9,-0.3],[3.2,-0.6],[3.2,-0.9],[7.9,-5.2],[10.5,-6.7],[11.2,-6.8],[11.8,-6.5],[12.2,-6.5],[12.6,-6.8],[12.4,-5.4],[12.8,-3.8],[10.6,2.7],[0.1,18.2],[-1.9,17.4],[0.1,14.7],[-1.1,13.5],[-4.5,12.6],[-6.8,10],[-7.3,8.1],[-6.9,6.6],[-6.5,3.8],[-5.9,1.3],[-6.1,-1.8],[-4.8,-4.9],[0.4,-7.4],[2.9,-8.5],[2.6,-1.2],[-1.3,6.8],[-5.1,10.4],[-6.8,12.5],[-6.4,13.2],[-5,11.2],[-4.7,8.5],[-6.6,9.9],[-7.6,10.1],[-6.7,9.6],[-6.3,8.6],[-5.3,7.1],[-5.9,6.2],[-6.7,6.1],[-6.4,5.7],[-5.9,5],[-5.2,4.2],[-5.2,3.6],[-5.1,2.3],[-5,1.3],[-5,-0.9],[-4.8,-2.6],[-4.6,-4.6],[-4.7,-5.7],[-5.1,-5.6],[-5.5,-5.7],[-6.1,-6.1],[-5,-7.1],[-4.6,-8.3],[-4.8,-8.4],[-4.4,-8.3],[-4.3,-8],[-4.2,-8],[-4.1,-8.3],[-3.9,-9.2],[-3.4,-10.2],[-3.5,-11],[-3.5,-11.8],[-3.5,-12.6],[-3.4,-13],[-3.1,-13.9],[-2.9,-14.8],[-1.8,-15.9],[-0.7,-16.6],[0.1,-15.3],[1.7,-15.7],[4.5,-14.9],[1.6,-3.7],[2,-0.1],[3.8,-1.5],[1.6,0.8],[3.2,1.4],[4.1,0.2],[2.2,2.9],[0.6,5.1],[4.6,6.3],[0,7.7],[2.4,8.2],[-2.5,6.3],[-4.1,2.4],[-0.3,4.1],[1.7,5.4],[2,3.7],[0.2,4],[1.7,4.7],[2.3,5.5],[2.7,5.4],[2.5,4.3],[3.2,3.2],[3.6,3],[3.7,2.5],[3.6,1.9],[3.1,3],[3.5,8],[1.6,8],[-0.6,6.6],[-2.3,7.2],[-4.3,2.5],[-0.1,2.9],[3.7,5.1],[2.6,6.4],[1.1,5.7],[1.2,4.5],[1.9,3.2],[3,1.2],[3,-0.2],[0.9,0],[0.5,0.9],[2.7,1.1],[2.3,0.6],[2.5,0.9],[2.5,-0.7],[3.6,-2.7],[3.3,-2.2],[3.5,-3.1],[3.8,-2.4],[2.3,-4],[0.7,-4.6],[-2.3,-3.4],[-1.3,-1.7],[-1.8,-2.2],[-0.5,-2.9],[2.2,-2],[0.2,-0.8],[2.5,-2.4],[2.8,0.2],[4.3,0.2],[2.3,0.6],[0.2,-1.5],[-2.3,-9.7],[-1.9,-7.1],[-0.1,-1.1],[-1.3,0.7],[-2.6,-2.1],[-3.5,-5.2],[-1.4,-1.8],[1.9,-2.1],[3.1,-1.9],[-3.3,4.4],[-2.8,4.9],[-1.3,5.8],[-3.1,4.1],[1.2,-1.3],[-1.8,2.4],[-2.1,-0.2],[0.1,-0.2],[-1.5,-3.4],[-1,-0.9],[-2.4,-0.5],[-0.9,0.1],[0.6,0.4],[3.5,1.8],[2.8,2.7],[-1.7,-0.6],[3.8,0],[3.3,1.4],[3.5,3],[2.2,4.1],[1.5,3.6],[6.7,1.5],[0.3,2.4],[3,1],[3,2.7],[5.9,0.8],[4.9,-0.1],[8.3,-2.3],[9.1,-0.1],[5.6,3.1],[2.9,0.9],[8.1,0.2],[8.6,-1.7],[4.1,0],[3.2,2.2],[5.8,-1],[6.3,-3.2],[3.6,0.7],[2.3,1.2],[1.8,-1.3],[-2.4,0],[1.1,4.7],[2.1,5],[-2.5,2.7],[-1.9,-0.2],[-3.5,-3.2],[-3.5,1],[-2,0.7],[-1.3,-0.6],[-1.1,3.1],[-0.9,3.7],[-1.9,3.3],[-2.3,2.8],[-0.7,2.5],[-2.7,2],[-1.6,0.8],[0.1,-3.2],[1.1,-5.6],[1.2,-6.2],[2.4,-7.5],[3.6,-8],[4.4,-8.3],[3.8,-5.4],[2.3,-1.4],[2.8,-5.9],[8.1,-6],[8.1,-4.9],[7.4,-3.3],[2.2,-1],[2.4,-0.1],[1.6,0.1],[2.5,-0.3],[4.4,-1.9],[2.8,-0.7],[3.9,-0.2],[5.5,-2.1],[5.9,-3.5],[8.2,-7.5],[7,-8.1],[8,-9.3],[9.7,-10.2],[11.8,-10.5],[13.2,-9.1],[14.4,-7.1],[15.7,-4.5],[16.2,-4.7],[17.2,3.1],[9.8,11.8],[3.6,10.6],[3.4,5.4],[4.9,-0.5],[7.7,-2.7],[10.4,-4.7],[11.3,-6.9],[12.6,-8.2],[14,-9.1],[15.8,-9.7],[17.1,-10.6],[18.4,-10.7],[19.8,-10.5],[21.7,-9.9],[22.7,-9],[24.2,-7.2],[24.9,-6.1],[24.6,-4.7],[24.8,-2.2],[23.8,-1.4],[22.7,-0.6],[21.3,-1.1],[20.5,0],[20.5,0.8],[19.5,1.4],[19.7,3.7],[18.6,3.7],[18.8,4.3],[16.5,8.6],[15.6,8.2],[14.4,8.5],[13.2,9.1],[12.9,9.8],[12.9,9],[13.8,7.8],[13.1,6.5],[10.9,6.2],[12.2,5.8],[10.4,6.6],[10.7,6.5],[10.3,13.5],[6.9,16.8],[5.9,16.2],[4.7,15.1],[4.2,14.4],[2.6,13.5],[1.6,11.6],[2.1,10.5],[2.2,9.6],[2.6,8.4],[3.6,8.3],[5.1,8.1],[5.7,8.1],[5.8,8.8],[6,9.4],[6.4,9.6],[5.2,11.2],[4.3,11.1],[3.2,10.8],[2.4,10.7],[2.4,9.5],[1.3,7.5],[0.4,6.6],[-1.1,6.5],[-3.1,5.8],[-2.3,3.9],[-3.7,4.8],[-6.3,5.7],[-6.4,4.7],[-7,4],[-6.7,2.8],[-6.4,2.2],[-5.6,1.8],[-5.8,0.9],[-5.1,0.7],[-4.8,0.6],[-4.5,0.3],[-5.3,-0.8],[-5.9,-2.1],[-5.1,-4],[-4.6,-4.7],[-4.4,-5.2],[-2.9,-5.4],[-0.3,-6],[-0.4,-5.7],[0.9,-6.8],[0,-5.6],[-0.8,-1.1],[-0.7,-0.7],[0.9,-0.1],[1.3,0],[0,-1.5],[-0.3,-0.9],[-0.9,0.1],[-0.6,-0.4],[0.8,1.3],[2.2,0.9],[-1.8,1.1],[1,1],[2.4,-0.2],[-0.2,1],[-0.8,-3.1],[-2.3,-1.1],[3,-1.4],[3.3,-3.1],[1.8,-2.2],[1.4,-1.3],[2.2,-0.4],[-0.9,1.6],[-1.1,-0.5],[-0.5,-2.8],[2,-1],[3.1,1.5],[1.1,3],[2.4,2.6],[2.8,2.1],[1.9,1.8],[3,3.3],[4.1,4.3],[3.1,3.9],[1.4,2.3],[1.6,2.2],[1.2,2.1],[2.7,1.2],[1.2,1.5],[1.8,0.9],[3.1,-2.1],[1,2.1],[2.2,1.5],[2.4,1.1],[4,1],[4.4,0.4],[5.8,-0.3],[9.9,-4.8],[10.9,-5.5],[10.6,-6.4],[11.9,-7.2],[12.4,-6.9],[12.8,-5.5],[12.6,-3],[9.5,6.5],[3.4,17],[-2.5,16.9],[-1.1,16],[-4.3,15.4],[-6.7,12.8],[-7.4,10.8],[-7.5,9.1],[-7.5,6.5],[-7.4,3.7],[-7.1,1.2],[-6.5,-1.1],[-5,-3.6],[-3.4,-8.3],[-3.1,-10.9],[-4.6,3.1],[-6.9,9.7],[-7.9,10.9],[-6.9,12.3],[-7.9,11.5],[-5.2,10.2],[-6.6,7.2],[-6.3,9.5],[-7.8,9.6],[-6.5,9.3],[-6.8,7.9],[-5.5,6.9],[-5.2,5.6],[-4.7,5.4],[-4.5,6],[-4.2,6.4],[-4.3,5.4],[-3.2,4.1],[-3.3,3.8],[-3.2,2.6],[-3.2,1],[-2.7,-1.5],[-2.2,-3.6],[-2.7,-4.6],[-2.5,-5.7],[-2.9,-5.2],[-3.4,-5.7],[-3.9,-5.8],[-3.6,-7.1],[-3,-8.2],[-3.5,-8.1],[-2.8,-8],[-2.7,-8],[-2.5,-8],[-2.7,-8.6],[-2.5,-9.9],[-2.7,-10.6],[-2.9,-11.2],[-3,-11.7],[-3.3,-12.4],[-3,-13.5],[-3.1,-14.6],[-2.5,-16.1],[-1.9,-17],[-1.1,-16],[0.4,-17.5],[1.1,-16.6],[3.5,-15.9],[7,-2.3],[7.6,-8.5],[1.7,-6.4],[0.1,-3.5],[4.6,0.2],[-2.2,3.4],[-0.9,0.6],[-1.4,3],[-1.1,5.4],[-3.2,5.2],[0.7,7],[1.4,4.4],[-1,4.2],[0.2,3],[0.2,4.3],[0.3,4.7],[1.3,5.2],[0.9,4.8],[2.7,4.3],[4.8,3.8],[5.6,3.8],[5.8,4.2],[5.3,4.3],[5,3.6],[4.5,2.8],[3.6,6.7],[1.3,9.1],[-0.3,8.4],[-0.1,12],[-1.7,3.3],[-0.6,3.7],[-1.3,4.4],[0.6,8.2],[1.1,5.4],[3.4,2.1],[4.7,1.7],[3.2,0.1],[3.8,-0.6],[3.8,1.9],[3.4,0],[4,-0.2],[3.8,2.7],[3.8,-0.1],[4.7,0],[4,-0.6],[4.7,-2.5],[1.5,-2.8],[0,-0.2],[-0.5,-2.5],[-0.4,-1.7],[-2.9,-1],[-2.1,-3],[-0.8,-0.7],[-0.2,-2.4],[1,-2.1],[3.6,-2.4],[1.8,-0.4],[-0.8,-2],[0,-3],[3.3,-4.3],[-1.1,-0.5],[-1.5,-5.8],[0.2,-2.9],[1,-3],[-0.8,-0.5],[-0.8,-2.8],[-1.1,-2.1],[-0.8,-2.5],[-2.4,-2.1],[-6.1,-3.6],[-1.7,-3.2],[-1.2,-2.8],[0.8,-3.6],[-2,1.1],[0.6,-2.3],[-1.6,4.6],[-2.4,4.2],[0.3,-1],[-1.8,1.8],[-1.2,1.3],[0.6,2.6],[1.9,2.4],[2.8,0.1],[0.9,2.8],[0.1,4.5],[1.5,2.3],[0.2,-0.5],[1.4,0.7],[0.5,2.1],[4.6,5.5],[3.2,5.3],[3.6,1.8],[1,1.4],[3.3,3],[3,2],[3.9,0.2],[5.1,0.7],[3.5,1.5],[2.2,0.8],[1.5,0.4],[1.5,-0.7],[1.1,1.2],[0.9,-0.5],[0.4,-1.2],[2.4,2.2],[2.1,-2.7],[1.6,-1.4],[3,-0.6],[0.5,0.2],[-0.2,-1.5],[-1.3,0.6],[2.7,3.4],[0.2,1],[-0.3,3.5],[-1.9,3.1],[-0.9,2.4],[-0.7,2.4],[-0.5,1.2],[0.1,3.6],[-1.4,3.2],[-0.6,4.1],[-1.7,3.7],[-0.9,2.7],[0,2.6],[-0.6,2],[0.1,-0.1],[0,-1.2],[-0.3,-2.3],[1.6,-5.8],[4.2,-7.9],[4.8,-7.6],[4.2,-7.4],[2,-3.3],[3.7,-2.3],[4.6,-2.2],[10,-4.4],[7.5,-3.1],[7.3,-4.3],[9,-4.6],[10.6,-4.6],[11.4,-5.9],[6.8,-6.4],[1.9,-1.1],[2.2,2],[3,0.6],[2.8,0.5],[5.6,-3.7],[6.6,-6.5],[9.4,-8.7],[10.8,-9.4],[11.7,-9.9],[11.9,-10.4],[12.9,-8.8],[14.6,-6.8],[15.9,-4.7],[15.1,-1.8],[12.9,-1.3],[1.8,7.6],[-1.8,2.9],[0.9,-0.2],[6.5,-0.9],[6.7,-2.8],[8.5,-6.1],[10.8,-7.6],[12.5,-8.6],[13.9,-9.6],[14.9,-10.9],[16.4,-11.6],[18.4,-12.2],[20.2,-12.1],[21.4,-11.3],[22.7,-10.3],[23.3,-9],[23.6,-7.5],[22.8,-4.9],[21.1,-3.1],[19.4,-0.8],[17.8,0.4],[17.4,1.5],[17.2,0.7],[17.3,1.6],[18.6,2.4],[18.2,2.9],[18.3,3.8],[16.2,6.7],[14.9,7.2],[11.1,8.7],[11.4,10],[12,9.7],[10.8,8.8],[11.1,7.5],[12.5,6.6],[13.1,6.1],[12.2,6.2],[11.8,7.3],[11.4,6.5],[9.8,7.5],[10.1,10.4],[7.5,15.8],[4.7,16.6],[2.8,15.4],[1.8,14.3],[-0.2,12.7],[-0.1,11.5],[1.3,10],[2.2,8.9],[2.8,8.2],[3.7,7.5],[4,6.9],[3.9,6.5],[5,6.6],[5.7,6.7],[5.8,7.8],[4.8,9.9],[4.5,10.7],[5.1,11.2],[3.8,11.6],[2.9,10.6],[2,9.1],[1.2,7.8],[1.5,7.5],[-1,7.1],[-1.7,6.1],[-1.7,6.2],[-3.6,6.7],[-4.2,6],[-4.3,5.2],[-4.4,4.4],[-4.6,3.4],[-4.6,2.3],[-4.4,1.3],[-4,0.8],[-4.1,0.4],[-4.2,-0.4],[-4.4,-1.1],[-4.8,-2],[-4.3,-3.2],[-3.7,-5],[-3,-6.3],[-2.1,-6.9],[-1.5,-6.6],[0.1,-6.5],[1.1,-6],[-0.2,-2.2],[0.1,-0.3],[1.9,-1.7],[-1.9,0],[0.7,-0.4],[0.1,-1.3],[0.4,-0.7],[-0.2,-0.9],[-0.4,-0.5],[-0.2,0],[2,0.5],[0.3,0.8],[-1,-0.9],[-1.6,1.1],[-0.9,-1.1],[-0.3,-0.3],[0.6,0.5],[5.3,-1.3],[1.9,2.4],[2.5,-0.7],[3.9,-0.4],[3.3,0.5],[4.3,-0.5],[0,-2.2],[0.9,-3.7],[0.7,-3],[0,-1.9],[1.6,0.6],[2.2,1.6],[2.4,0.4],[2.1,1.3],[2.5,1.4],[2.5,1.8],[1.3,2],[1.5,2.3],[1.8,2.4],[1.7,1.3],[1,1.5],[0.9,1.6],[0.9,1.3],[1.7,1.3],[4.2,-1.9],[4.8,-2.5],[2.2,1.5],[3.9,0.5],[3.5,0.2],[6.3,-2.1],[6.9,-3.9],[8.4,-5.7],[10.8,-6.8],[12.4,-8],[12.6,-8.1],[12.7,-5.9],[11.9,-4.4],[9.4,11],[3.4,17.6],[-1.4,16.9],[-2.5,17],[-6.6,15.9],[-7.4,13.5],[-6.8,12.3],[-7.8,9.8],[-7.9,7.8],[-8.3,5],[-7.5,2.6],[-7.4,-0.2],[-8,-3.8],[-7.6,-7.1],[-9,-8.6],[-10,-5.7],[-6.8,12.4],[-9.2,9.7],[-8.7,9.4],[-7.3,8.4],[-6.4,8.2],[-7.3,7.5],[-8,7.1],[-6.8,7.9],[-6.2,8.9],[-5.5,9.8],[-5.4,7.3],[-4.9,6.1],[-3.5,5.3],[-2.8,5.8],[-2,6.1],[-1,6.6],[-1.9,5.8],[-1.5,5.3],[-0.4,2.8],[0,1],[0.4,-0.3],[0.7,-2],[-0.4,-2.3],[-0.9,-2.6],[-0.6,-3.3],[-0.1,-4],[-0.2,-5.2],[-0.9,-5.5],[-1.5,-6.5],[-1.6,-7.8],[-1.5,-7.8],[-1.4,-7.6],[-1.2,-7.8],[-1,-8.4],[-1.3,-9.1],[-1.7,-10],[-2,-10.3],[-2.3,-10.7],[-2.7,-11.6],[-2.8,-12.7],[-2.8,-13.9],[-2.5,-15.7],[-2.4,-17.5],[-1.5,-15.9],[0.9,-13.7],[2.2,-15.4],[0.1,-5.1],[2.7,-4],[0.6,-4.8],[0.2,-4.1],[-0.9,-3.2],[-1.8,-10.1],[-1,5.9],[-2,3.3],[1.5,0],[-1.4,6.3],[-2.7,5.2],[-1.9,7.2],[-2.8,5.1],[-1.9,4.9],[-1.5,5.1],[-2.1,3.4],[-1.9,4.8],[0.1,5.6],[1.6,4],[3.5,2.1],[4.3,0.9],[4.6,2.2],[7,4.4],[6.8,5.3],[5.9,5.3],[5.3,4.3],[3.5,5.3],[-0.7,10],[-1.5,4.9],[1.7,4.7],[0.4,7.1],[0.1,4.5],[0.2,6.7],[-3.2,8.6],[-1.9,2.1],[1.2,2.7],[-0.5,1.8],[-0.6,0.4],[0.6,1.2],[0,-0.2],[0.4,-1.2],[-0.8,1],[-0.6,-1.1],[1.2,-0.4],[0.7,-0.6],[1,-1.5],[0.7,0.2],[0.2,-0.1],[0.5,-1.1],[0.3,0.4],[-0.7,-1.2],[-2.5,-0.7],[1.8,-1.3],[-1.1,-0.4],[1.3,-1.2],[-1.3,-0.4],[-0.1,-1.8],[1.7,-2.4],[-1.1,1.3],[-0.6,-0.8],[0.5,1.1],[2.2,-0.2],[3.9,-6.6],[0.4,-1.6],[0.7,-2.1],[3,-2.5],[-0.6,-3],[0.2,-2],[-2,-2],[-3.7,-2.4],[-2.1,-3.2],[0.5,-4.1],[2.1,-2.2],[0.4,-1.7],[0.1,0.4],[1,0.1],[1.5,-1.7],[-1.3,0.2],[-1.2,4.4],[-1.2,3.7],[0.9,3.9],[0.9,4.4],[1.6,2.9],[-0.4,0.3],[-0.1,-0.9],[-1.4,-1],[-1.9,-2.1],[-1.9,0.6],[-2,-2],[-1.4,-1.5],[-0.4,-1.3],[1.5,1.9],[1.8,3.3],[2.1,2.1],[1.3,0.9],[1.7,3.2],[0.8,1.8],[3.4,-0.5],[2.2,-0.3],[0.5,-2.1],[-0.5,-0.4],[2.2,-0.4],[3.9,0.3],[2.5,1.5],[1.4,0.7],[3.8,0.9],[5.4,-0.8],[5.2,-1],[2.5,0.5],[-0.7,-1.6],[-0.5,-3.9],[2.5,-0.4],[0.8,-0.9],[-0.2,2.6],[2.2,2.5],[0.7,3.5],[-1.2,1.7],[0.2,2.1],[0.4,1.8],[-1.4,2.4],[-1,2.3],[-0.2,3.7],[-1.1,3.5],[-0.3,2.1],[-3.1,1.1],[-3.6,0.5],[0.7,-0.9],[-1.2,-1.3],[-0.3,-3.4],[3.5,-7.5],[4.3,-7.5],[4.4,-7.1],[5.3,-6.9],[3.8,-3.1],[4,-1.7],[2.6,-0.6],[2.7,-3.8],[5.4,-5.9],[6.4,-6.5],[5.7,-7.2],[4.7,-7.6],[3.4,-8.3],[4.6,-8.3],[2.7,-2.6],[4.4,-2.8],[3.8,-4.1],[1.1,-2.3],[7.8,-2.8],[9,-6],[11.9,-6.8],[13.9,-7.5],[12.7,-9.3],[11.4,-10.3],[10,-8.9],[11.1,-7.5],[11.5,-5.9],[9.9,5.2],[-4.8,4.3],[-4.5,1],[-0.3,-0.1],[2.5,-0.3],[6.1,-2.4],[5.2,-4.8],[7.8,-6.9],[10.4,-8.3],[11.7,-9.2],[12.2,-10.8],[13.7,-11.9],[15.5,-12.8],[17.8,-14.2],[19,-14.8],[20.8,-13.4],[22.3,-11.5],[23.2,-9.2],[22.5,-7.3],[20.4,-4.2],[18,-1],[17.4,1.3],[17.1,2.3],[16.5,2.2],[17.3,1.9],[18.2,1.6],[18.7,2.3],[18.5,3.3],[16.3,5.8],[15.9,6.9],[13.7,8.7],[11.3,9.8],[11.3,9.1],[11.1,8.8],[9.8,8.4],[10.2,7.3],[11.3,6.8],[13.2,6.9],[11.7,6.4],[12.4,7.2],[11.2,7.2],[10.8,7.3],[9.1,11.4],[6.4,16.4],[2.9,17],[-1,16.2],[-1.4,14.6],[-0.8,13.3],[0.1,11.2],[1.5,10],[3.1,8.8],[4.7,7.5],[5.8,7.3],[5.5,7.3],[4.9,7.1],[4.7,6.7],[4.2,6.3],[4.7,6.8],[5.4,7.5],[5.9,9.8],[5.5,12.3],[4.8,12],[3.4,11.4],[2.2,11],[1.5,9.8],[1.9,8.2],[-0.4,8.9],[0.1,8.8],[1.8,7.5],[1.2,7],[-1,6.9],[-1.4,6.2],[-1.6,5],[-1.2,4],[-1.8,3.3],[-1.7,3],[-1.8,2.4],[-2.3,1.5],[-2.8,0.4],[-2.9,-0.9],[-2.9,-1.8],[-3,-2.8],[-2.5,-4.4],[-1.7,-5.9],[-1.3,-7.1],[-0.2,-8.1],[1.9,-7.8],[2.2,-3.8],[-1,-0.2],[1.6,-2.1],[-2.9,-0.9],[3.2,1.5],[1.2,-0.8],[0.7,-0.8],[0.3,-0.6],[-0.2,-0.1],[1.1,-0.9],[-0.6,1.2],[0.7,-1.7],[0.3,0.7],[0.1,2.3],[0.3,2.3],[0.4,1],[2.2,1.1],[0.6,-0.9],[5.4,0.9],[4.1,0],[5.4,1.2],[4.3,-1.2],[3.7,1],[4.3,0.9],[2.6,-1.6],[2,-2.6],[1.4,-2.8],[1.8,-2.9],[1.7,-2.4],[2.3,-0.3],[2.1,1.1],[1.4,1.3],[1.9,2.1],[1.9,1.5],[0.5,0.9],[-0.4,0.4],[0.1,1.3],[0.2,0.5],[0.7,0.1],[0.9,-0.5],[1.3,-0.3],[1.5,-1.3],[3.6,-2.6],[5.8,-2.7],[1.7,-0.5],[1.8,0.1],[2.7,0.1],[5.8,-0.7],[7.9,-3.2],[9,-5.6],[11.6,-6.2],[11.3,-6.3],[12.4,-6.2],[12.9,-6.6],[11.4,-6.6],[11.1,10.5],[0.6,20.4],[-2.1,19],[-4,18.6],[-6.8,16.6],[-6.2,15],[-6.9,12.7],[-7.1,11.3],[-7.9,9],[-8.8,6.4],[-8.7,3.6],[-8.9,1],[-9.3,-1.7],[-9.9,-4.9],[-12,-6.5],[-14.1,-6.5],[-12.3,0.8],[-12.4,5.6],[-11,5],[-10.4,3.6],[-8.5,5.2],[-8.3,5.4],[-8.1,5.4],[-8.2,4.2],[-7.1,3.4],[-5.2,5.1],[-5.1,7.2],[-3.7,5.6],[-3.6,5.3],[-1.9,4.6],[-0.5,4.5],[0.4,4.1],[1.5,4.7],[2,4.1],[2.4,4],[2.6,3.4],[3.5,2.3],[4,0],[3.5,-1.6],[3.1,-0.7],[2.8,-0.1],[2.4,-1.8],[1.9,-3.2],[2.6,-4.3],[1.3,-5.4],[1.1,-6.1],[0.4,-7.3],[0.1,-7.1],[0.3,-6.9],[0.1,-7.5],[0.2,-8.4],[-0.4,-9.2],[-1.1,-9.2],[-1.4,-9.6],[-1.8,-10.6],[-1.9,-11.9],[-2,-13.2],[-2.1,-14.7],[-2.3,-16.5],[-1.9,-16.4],[1.1,-8.3],[-0.9,-10],[1.6,-10],[-1.8,-11.1],[-1.8,-4.6],[1,-3.2],[-0.2,-5.4],[1.6,-3.2],[-7.2,-5.5],[-2.4,-3.2],[0.6,1.6],[-1.7,4.7],[-4.3,6.7],[-4.9,6.8],[-2.9,6.1],[-5.4,7.9],[-6.9,6.4],[-5.8,6.1],[-2.6,5.6],[-0.2,4.1],[1.5,3.7],[0.9,1.9],[1.9,1.2],[-0.4,0.5],[0.7,0.1],[3.8,3.7],[6.2,6.1],[4.9,6.3],[2.9,6.4],[-2.6,11.9],[0,3.2],[-0.7,2.4],[2.5,9],[0.8,6.7],[-1.3,9.9],[-3.6,4.8],[0.1,1.8],[0.2,1],[-1.6,1.8],[-0.2,1.8],[0.6,1.8],[-0.1,2.3],[0.2,-0.1],[0.8,0.7],[0,-1.7],[-0.8,-0.5],[-0.1,-2.2],[0.4,-2.1],[0.3,-0.4],[1.1,0.1],[-0.4,-1.3],[-1.5,-1.6],[-0.6,-0.4],[-0.4,-0.4],[1.9,0.5],[0.9,-0.5],[-0.1,1],[-2.7,1.3],[-0.3,2.5],[-2.2,0.4],[2.1,-1.3],[4.1,-2.2],[4.5,-1.6],[5.6,0.5],[7,1.7],[5.6,1.1],[0.4,0],[0.2,-3],[0.1,-4],[0.6,-0.6],[-1.1,-0.7],[-2.5,-1.3],[-2,-3.5],[-0.8,-5.2],[0.5,-4.8],[-2.1,1.8],[-1.8,-2.7],[0.9,-0.4],[1.3,-1.2],[-2.4,0.7],[1.2,2.1],[0.6,3.7],[1.3,2.8],[0.9,1.8],[1.5,3.7],[-2.8,-0.5],[-3,0.3],[-2.1,0.4],[-2.3,0.1],[-2.8,0],[-2.6,-0.1],[-1.5,0.1],[-0.6,-0.4],[-0.3,-0.3],[0,-2.4],[0.1,2.3],[3.3,1.6],[5.3,-2.2],[0.5,6.2],[5,0.8],[-1.5,-1],[0.6,-1.5],[0.5,-0.1],[1.6,0.2],[1.2,1.4],[2.5,2.8],[3.2,1.3],[2.3,0.6],[1.4,0.6],[1.3,-0.1],[-0.4,-1],[1.4,0.8],[3.5,-2.1],[3.3,-2.6],[3.7,-0.4],[2.4,1.6],[0.3,2.8],[-0.9,0.3],[-1.4,3.1],[-0.6,2.8],[-0.4,1.5],[1.8,1.7],[-2,-0.5],[0.8,1.6],[-1,3.1],[-1.5,3],[-1.8,3.1],[-3,3.2],[-2,2.4],[-2.6,0.5],[2.6,-3.6],[3.6,-6.1],[4.6,-6.7],[4.5,-7],[3.3,-3.1],[3.2,-1.6],[1.4,0.6],[5.9,-0.7],[4.2,-6.1],[4.8,-6.8],[1.3,-7.4],[0.9,-7.8],[1.5,-9.2],[4.5,-8.6],[5.1,-8.1],[6.1,-7.6],[6.9,-7.3],[7.2,-6.9],[3.7,-1.5],[8.8,-4.5],[14,-6.6],[13.8,-6.7],[14.7,-5.7],[12.9,-4.6],[7.8,-4.7],[1.9,-6.7],[0.8,-6.1],[-5.9,-1.8],[-8.2,-3.7],[-7.4,-2.7],[-1.9,-1.9],[1.6,-2.2],[2,-3.6],[5,-4.5],[4.9,-6.6],[7.2,-7.8],[9.7,-9],[9.7,-10.7],[10.5,-11.9],[12.4,-13],[13.1,-14.3],[14.6,-16.2],[17.8,-16.4],[20.3,-15.4],[19.9,-12.5],[17.5,-9.7],[15.1,-6.7],[14,-4.5],[13.4,-1.5],[16,-0.1],[16.4,1.2],[16.9,1.5],[16.8,1],[17.6,1.3],[16.9,2.2],[16.1,5.2],[15.7,7],[14.7,8.2],[12.6,7.4],[11.6,8.3],[11.1,9.1],[11.9,7.9],[10.8,7.3],[11.9,7.4],[12.5,7.6],[13,7.8],[11.8,7.7],[10.7,8.4],[10.3,8.6],[9.1,8],[8.5,13],[4.6,16.8],[-0.1,16.7],[-2.8,15.5],[-2.4,13.6],[-0.3,13.2],[1.4,12.1],[2.8,10.4],[5.1,9],[6.4,8.7],[6.4,8.2],[6.1,7.7],[5.4,7.1],[4.8,6.9],[5,7.2],[5,7.4],[4.7,7.5],[5.5,8.9],[6.4,9.6],[5.7,11.4],[4.1,13],[2.4,12.2],[1.4,11.1],[1.6,9.9],[1.1,9.4],[1.1,8.7],[1.8,7.4],[1.5,7.9],[0.1,7.9],[-0.4,7.2],[-0.8,5.9],[-1,5],[-0.8,4.4],[-0.9,4],[-0.2,3.5],[0.4,2.8],[0.3,2],[0.5,1.2],[0.2,-0.2],[-0.5,-1.9],[-0.4,-3.2],[0.3,-4.2],[0.6,-6],[0.8,-8.1],[2,-6.3],[0.1,-1.9],[1.5,-2.4],[-0.9,-0.7],[2.6,1.8],[1.1,0.4],[-0.2,-1.2],[0.3,-1.1],[0.4,-1.1],[0.4,-1.8],[1.3,0.6],[1.5,1.6],[-0.5,2],[-0.2,0.2],[-0.1,-1],[-1.3,2],[-2.7,-0.5],[1.1,0.4],[3.4,-0.8],[3.2,1.3],[1.8,-2.9],[2.1,-3],[3.5,-2.3],[2.7,-0.6],[3.7,0.1],[2.4,-0.6],[2.5,-1],[1.5,-1.6],[2,-1.6],[-0.4,0.6],[-0.6,-0.3],[-1.3,-0.1],[-2.3,-0.4],[-3,-0.6],[-4.3,-0.3],[-4,-0.4],[-3.2,-0.8],[-2.2,-0.9],[-0.7,-1],[0.5,-1.1],[1.2,-1.1],[1.6,-0.9],[1.7,-0.5],[2.4,-0.5],[4.5,-0.9],[3,-1],[1.9,0.3],[3.7,-0.5],[5.1,-1.8],[7.6,-1.5],[10.2,-4.9],[11.9,-5.8],[12.1,-4.6],[12.7,-3.7],[12.2,-4.2],[11.8,-3.9],[10.8,6.6],[-0.3,18.9],[-3.4,17.8],[-4.6,17.8],[-6.2,16.2],[-6,15.5],[-6.2,13.7],[-6.7,12],[-7.7,10.1],[-9.1,7.6],[-9.4,4.9],[-9.8,2.2],[-10.3,-0.2],[-10.6,-1.9],[-11.9,-3.4],[-13.4,-4.4],[-15.5,-4.7],[-15.8,-1.2],[-15.4,2.8],[-14.8,2.3],[-14.3,1.6],[-14.1,1.9],[-12.5,3.2],[-11.9,2.9],[-11.1,2.4],[-10.8,2],[-10,1.6],[-7.8,1],[-5.2,0.6],[-2.6,0.4],[-0.1,2.5],[1.1,2.8],[2.1,3.5],[3,3.5],[3.6,3],[5.2,1.5],[5.8,0.9],[5.5,0.3],[5.7,-0.3],[5.2,-0.7],[5.8,0.4],[5.1,0.1],[4.9,-1.7],[4.4,-3.2],[3.5,-4.1],[1.9,-5.1],[3.3,-6.1],[2.3,-5.9],[1.3,-5.4],[1.7,-6.3],[1.5,-7.4],[1,-8.2],[0.3,-8.2],[0.1,-8.7],[-0.4,-9.6],[-0.7,-10.9],[-0.6,-12.5],[-0.9,-14.1],[-1.6,-15.1],[0,-8.4],[1.2,-7],[0,-10.7],[1.2,-5.1],[-1.8,-7.4],[-3.4,-8.6],[-3.2,-9],[0.1,-4.9],[-1.5,-4.3],[-1.7,-4.3],[-3.4,-6.7],[-2.6,0.4],[-5.4,4.7],[-5.6,6.4],[-5.7,6.7],[-6.6,7.3],[-7.5,5.1],[-6.9,4.1],[-4.4,2.9],[-2.8,1.4],[-1.2,1.6],[0.2,2.3],[2.1,1.1],[2.8,-1.2],[-1.1,1.6],[-0.6,3.1],[1.8,0.5],[5.3,4.2],[3.3,7.6],[0.2,9.2],[-3.7,1.9],[1.3,1.3],[-0.6,3.2],[1,6.5],[0.6,11.6],[-1.6,10.8],[-2.2,3.4],[-2,3.4],[0.1,1.9],[0.5,2.5],[0.9,2],[-1.3,2.2],[0,1.7],[0.1,0.9],[-0.1,0.9],[-0.3,1.1],[1.1,-0.2],[0.4,-1.8],[0.3,0.4],[-1.3,-0.8],[-2.1,-0.5],[-1,-0.6],[0.3,0],[0.2,-0.4],[-0.6,0.2],[2.1,0.1],[-0.1,0],[0.2,0],[-1.5,2.6],[0.6,0.8],[2.7,-2.1],[4.1,-4.3],[4.9,-5],[5.2,-2.4],[6.2,0.6],[6.5,0.5],[5.8,-3.5],[4.9,-4.5],[6.7,-3],[4.1,-2.3],[2.4,-0.6],[-0.9,1.7],[-2.9,-1.1],[-2.6,-3.7],[-1.3,-5.1],[0.4,-4.2],[1.3,-3.2],[-1,4],[-1.4,3.1],[-2.4,-2.2],[0.2,-1.2],[2.2,4.6],[2.3,5.5],[1.4,4.2],[3.9,3.1],[-0.9,-0.3],[-2.3,0.5],[-2.4,0.4],[-2.5,-0.3],[-2,-0.6],[-2.1,-0.3],[-2.2,-0.1],[-2,0.8],[-2.8,1.6],[-3.2,1.3],[-2.8,-0.3],[-2.8,-0.6],[-1.2,-4.4],[-0.9,-0.8],[0.5,-0.9],[2.4,-1.1],[1.2,0],[0.1,1.3],[-0.5,1.8],[-0.3,0.2],[1.6,1.2],[1.9,1.6],[1.6,-0.4],[2,0.9],[1,-0.2],[2.8,-0.7],[5.3,-3.9],[5.7,-5.8],[4.3,-3.8],[2.3,-2.3],[1.5,-0.7],[-0.8,-0.2],[0.7,0.5],[0.4,3.7],[1.6,3],[1.2,3.5],[1.7,3],[-0.9,2],[-0.6,1.6],[0,0.9],[0.6,0.5],[-1.7,2.9],[-3.7,5.3],[-0.7,4.9],[-2.7,4.2],[-1.1,-0.7],[2,-3],[4.1,-5],[3.3,-6.1],[4.5,-6.6],[2.3,-1.5],[2,0.8],[6.6,1.8],[7.1,-5.7],[2.7,-4.5],[-2.4,-5.7],[-0.7,-8.2],[0.7,-9.1],[3.7,-9.2],[5.2,-8.6],[5.4,-7.7],[6,-7.7],[7.1,-7.7],[8,-7.6],[5.2,-3.1],[5.4,-3.5],[14.3,-6.3],[12.6,-5.8],[13.4,-2.6],[11.1,0.1],[2.4,0.6],[0.1,0],[-5,-4.2],[-4.9,-6],[-4.2,-4.5],[-1.5,-3.6],[1.1,-3.3],[2,-3.4],[4.5,-3.5],[4.4,-5.4],[4.3,-7.1],[6.8,-8.3],[7.5,-9.5],[7.6,-11.1],[9,-12.2],[9.4,-13.7],[9.8,-15.7],[11.2,-17.1],[12.5,-18.9],[9.7,-17.7],[8.2,-12.8],[7.7,-9.5],[8.1,-7.8],[8.3,-6.4],[10.2,-3.3],[12.4,-1.1],[14.1,-0.2],[14.7,-0.2],[15,0],[13.9,0.4],[12.3,1.7],[11.5,4.5],[12.1,7.2],[12.2,8.2],[9.2,7.5],[9.4,6.7],[10.8,6.4],[12.2,7.2],[12.3,7.8],[12.2,8.2],[12.1,7.8],[11.9,7.9],[11.1,8.5],[9.9,9.2],[8,8.8],[9.6,9.4],[4.7,15.4],[-3,15.6],[-5.9,14.8],[-4.8,13.5],[-1.3,12.4],[1.1,10.9],[2.7,10.6],[4.3,10.2],[5.3,9.5],[5.9,8.9],[6.2,8.8],[6.4,8.4],[6.3,7.8],[6.2,8],[6.4,7.6],[5.8,6.8],[5.4,7.3],[5.7,8.3],[6.6,9.7],[5.8,11.5],[5.2,13],[3,13.5],[1.7,12.7],[1.7,11.3],[1.4,10.5],[1.5,9.2],[1.6,8.7],[0.8,9],[-0.5,8.8],[-1,7.6],[-0.1,6.4],[0.5,5.5],[0.4,4.5],[-0.2,3.2],[-1,1.4],[-1.6,1],[-1.4,0.4],[-1,-0.7],[-0.5,-1.1],[0,-1.5],[0.5,-2.3],[1,-3.6],[1,-5],[0.6,-7.9],[-0.4,-2.5],[0.7,-0.4],[-0.5,-2.4],[-0.5,1],[0.8,0.5],[0.8,-1.1],[0.7,0],[1.9,1.3],[1.3,0],[1.5,1.1],[2.3,0.6],[-1.9,2.4],[-0.2,2],[2.7,1.3],[1.6,-0.1],[0.3,1.1],[-2,3.2],[3,1],[1.4,1.1],[0.4,3],[4.6,1.8],[5.8,-0.4],[4.5,1],[5.1,0.1],[4.7,-0.2],[3.6,-0.9],[3.1,0.3],[1.9,-1.1],[1.9,-1.8],[0.2,2.7],[-0.7,1.8],[-3,0.3],[-2.9,-0.2],[-3.4,0.2],[-3.2,0.6],[-2.4,-0.1],[-0.5,-1.1],[0.8,-0.8],[2.3,-0.4],[3.1,0.1],[3,-0.5],[2.9,-0.6],[2.7,-1.2],[2.6,-1.2],[3,-1.4],[6,-3.5],[3,-1.1],[4.2,-0.3],[4.1,-1.1],[4.4,-0.7],[10.5,-3.1],[11.8,-4.6],[12.2,-3.9],[13.2,-2.6],[11.4,-3.5],[10.9,-3.3],[9.3,11.8],[-1.9,20.8],[-4.8,18.2],[-5.8,16.1],[-6.1,15.7],[-7.1,12.9],[-6,12.1],[-6.5,11.5],[-7.3,9.8],[-9,8.1],[-10.4,5.9],[-10.4,3.4],[-10.8,1.4],[-10.7,0.5],[-11.5,-0.5],[-12.5,-1.5],[-14.2,-1.8],[-14.6,-1.9],[-15.3,-1.9],[-13.8,-1.4],[-12.7,-1],[-13.4,1],[-14.1,1.2],[-13.4,0.8],[-13,0.5],[-11.2,0.7],[-11.8,-0.3],[-10.6,-1.3],[-10.3,-2.2],[-9.3,-3.5],[-8.6,-3.6],[-8,-3.2],[-6.5,-3.4],[-5.3,-3.1],[-3.7,-3.4],[-1.6,-4],[1.2,-4.3],[4,-3.1],[5.4,-2.1],[5.6,-1.6],[5.7,-1.4],[6,-0.8],[6.4,-0.5],[6.5,-1.6],[5.7,-2.3],[5.5,-2.2],[5.1,-3.3],[5.4,-4.3],[3.8,-2.5],[3,-3.9],[2.9,-5.9],[2.9,-6.8],[2.1,-7.4],[1.7,-7.7],[1.1,-8.6],[0.7,-10],[0.9,-11.5],[0,-12.6],[-0.9,-13],[-1.5,-12.8],[1.1,-2.5],[0.5,-7.6],[0,-7.5],[-1.4,-1.4],[1,-3.7],[-2.7,-8.8],[-4.8,-8.6],[-0.1,-5.9],[-0.8,-4.4],[-0.8,-10.6],[-2.1,1.4],[-4.1,3],[-3.3,3.8],[-5.6,6.7],[-6.5,5.6],[-5.6,3.8],[-5.2,3.8],[-2.7,1.4],[1.7,-1.1],[-2.2,-0.4],[-0.2,-1.6],[1.1,0],[-0.3,2],[-1.6,3.1],[1.1,1.6],[1.8,-2.1],[3.8,-4.1],[0.9,9],[-2.7,4.2],[0.7,2.7],[-1.1,2],[-2.7,1.4],[0.6,4.4],[1.3,10.3],[-1.2,11.4],[0.7,4.5],[0.7,5],[-1.7,2.6],[-1,3.1],[-2.6,1.4],[-1.4,0.6],[0.7,1.5],[0.8,1.5],[0.8,2],[0.3,1.4],[0.1,1],[0.9,1.4],[-0.6,0.8],[0.1,0.3],[0.4,-0.1],[0.1,0.8],[-0.2,0.1],[-0.4,0.7],[0.9,0],[0.6,-0.1],[-2.5,0],[0.2,-0.6],[3.7,-0.5],[3.2,1.8],[3.1,-2.3],[3.7,-4.4],[2.2,-3.1],[1.3,-2.4],[3.4,-3.2],[4.8,-2.3],[5,-1.6],[5.5,0.1],[5.9,0.4],[6.2,1.3],[3.2,3.5],[2.1,3.3],[-1.6,-0.2],[-1.1,-3.3],[-0.7,-4.9],[-1,-1.6],[-3.8,-2.3],[-1.6,-2.9],[-0.2,-1.6],[0.4,-2.8],[-0.1,-3.1],[-0.6,-2.1],[0.2,-0.1],[-0.1,-0.4],[1.3,1.4],[-1.5,1.6],[-0.6,2],[-1,1.3],[-1.5,0.2],[-1.4,0.5],[-1.9,1],[-1.7,0.4],[-1.3,1.1],[-1.1,2.8],[-0.3,2.6],[0.3,1.1],[1.2,0.5],[1.6,-0.6],[1.4,-0.7],[0.4,-0.3],[0.5,-0.2],[0.9,0.1],[-0.2,-0.7],[0.9,0.2],[1.8,2.2],[3,0.3],[5.1,0.6],[8.4,-3.4],[8.4,-2.8],[10.5,-0.1],[7.3,-1.1],[1.9,-0.9],[5,-0.6],[6.8,-4.1],[6.2,-3.7],[3,1],[4.3,2.4],[3.4,1.8],[3.9,4],[3,4.4],[2.7,4.7],[1.9,3.3],[2.8,1.8],[1.5,1.1],[0.6,2.5],[-0.3,1.6],[-0.1,0.8],[1.9,3],[-1,2.5],[-1.4,5.5],[-3.8,0.9],[-1,-1.8],[1.1,-1.8],[0.8,-2.5],[0.9,-2.5],[1,-1.1],[2.1,-1.6],[3,1],[-1,-1.8],[-4.8,0.2],[-3.4,-8],[0.4,-10.7],[2.8,-10.2],[5.6,-10.3],[7.7,-8.8],[8.3,-6.5],[7.4,-6.3],[7.7,-7.4],[8.3,-8.2],[7.3,-7.6],[2.5,-1.8],[9,-10.9],[11.3,-7.1],[8.8,-4.8],[-4.4,3.8],[-7.7,-0.3],[-4,-5.1],[-0.8,-5.8],[0.3,-5.2],[1,-4.5],[1.8,-3.6],[2.8,-3],[3.9,-2.8],[3.7,-5.3],[2.3,-6.7],[4.5,-7.6],[5.3,-8.2],[5.9,-9.6],[5.9,-10.8],[6.1,-12.1],[6.3,-14],[5.7,-15.6],[5.4,-17.3],[2.8,-19.6],[-0.6,-18.2],[1.5,-13.9],[4.3,-11.6],[7,-9.8],[9.3,-7.5],[10.8,-5.3],[12.2,-3.5],[13.6,-2.2],[13.5,-0.6],[12.8,0.7],[11.5,2.5],[9.6,3.5],[9.1,4.8],[8.8,7.3],[9.3,7.8],[7.6,5.3],[9.3,5.3],[12.4,6.2],[13.7,8.7],[12.9,8.3],[10.9,6.7],[10.8,7.2],[10.6,8],[9.2,9.2],[7.8,9.4],[8.3,10],[0.2,15.8],[-8.2,15.1],[-8.5,12.5],[-6.5,11.3],[-3,10.4],[-0.9,9.7],[2,8.6],[2.8,8.9],[3.8,9.5],[4.4,9.2],[5.1,8.8],[5.3,8.3],[5.8,7.6],[6.6,7.3],[6.6,7],[6.8,7.6],[7.3,8.4],[5.9,8.5],[6.1,8.2],[6.2,9.4],[6.5,10.5],[5.3,13.1],[3.9,14.1],[1.6,13.8],[2,12],[1.5,11.1],[1.2,10.4],[1,10.1],[0.4,8.9],[0.4,9.1],[0.9,8],[1.3,6.8],[1.4,6],[1.2,5.1],[1.1,4.1],[1.1,3],[1.3,1.9],[1.7,0.9],[1.9,0.1],[1.7,-0.6],[1.5,-1.5],[1.1,-2.3],[1.4,-2.9],[1.6,-3.5],[1.2,-4.7],[-0.7,-1.1],[0.1,-2.1],[-1,-1.6],[-0.9,-0.2],[0.1,-0.6],[1.1,-2],[-0.1,-1.8],[0.6,-1.1],[1.6,1.1],[2.3,0.3],[1.3,-0.5],[0.1,0.8],[-3.2,2.3],[0.5,3.6],[3.8,2.3],[2.5,1.2],[1,2.8],[2.1,3.3],[5.3,4.4],[9.4,-0.5],[5.7,-1.2],[9.9,-2.7],[4.7,-1.8],[5.7,-0.8],[5,-0.3],[4,1.2],[3.3,1.6],[2.8,0.4],[2.5,-0.9],[1,3],[-2.3,2.2],[-2.7,1.5],[-3.2,0.2],[-3.1,-0.4],[-1.8,-1.2],[0.6,-1.3],[2,-1],[2.8,-0.6],[3.3,-0.2],[3.8,0.3],[3.4,0.2],[3.3,-0.4],[2.5,-0.6],[2.8,-1.1],[3.7,-1.5],[4.1,-1.8],[3.6,-2.2],[3.5,-0.6],[3.5,-0.7],[3.1,-0.4],[4.6,-1.2],[6.3,-1],[9.9,-2.1],[10.6,-2.5],[9.7,-1.4],[10,-0.9],[5.3,11.4],[-4.6,17],[-4.6,19],[-6.6,19.5],[-8.8,17],[-7.3,14.6],[-6.4,12.7],[-6.8,11.7],[-7.7,9.8],[-8.1,8.2],[-9.4,6.8],[-9.8,5],[-9.9,3.4],[-10.6,2.2],[-11.2,1.2],[-12,-0.2],[-11.6,-0.7],[-12.5,0.5],[-12.8,1],[-13.2,0],[-12.3,-0.7],[-12.8,-0.1],[-12.6,0.2],[-12.6,0.3],[-12.1,-0.2],[-11.3,-1.6],[-10.8,-1.9],[-10.1,-2.6],[-9.4,-3.1],[-8.7,-3.4],[-8.1,-3.9],[-7.8,-4.6],[-7.4,-5.3],[-6.4,-5.9],[-6,-6.4],[-5.3,-6.6],[-4.3,-7],[-3.5,-7.1],[-2.5,-7.2],[-0.7,-7.8],[2.5,-6.8],[6.3,-4.1],[7.6,-0.9],[6.8,-0.6],[7.3,-1.1],[7.3,-1.3],[7.5,-1.9],[7.5,-2.9],[6.6,-2],[5.3,0.1],[4.9,-2],[4.2,-4.3],[3.5,-5.6],[3.4,-6.3],[2.8,-7.6],[2.1,-9.2],[1.6,-10.6],[0.5,-11.5],[-0.3,-11.9],[-2,-11],[0.5,-2.2],[1.1,-2.1],[-1.5,-7.2],[0.5,-2.3],[0.1,-7.7],[1.1,-8],[-0.7,-9],[3.1,-8.2],[5.5,-1.5],[3.6,-4.5],[0.2,-4.2],[-2.6,5.3],[-2,4.3],[-2.8,5.7],[-4.5,6.2],[-4.5,3.9],[-4.1,2],[-3.1,0.9],[-1.2,-0.2],[-1.3,-3.3],[0,-4.3],[-1.7,1],[-2.3,0.1],[-1.4,0],[3.4,-2.6],[6.2,-3.9],[6.8,-1.8],[0.5,12.6],[-2.8,0.5],[-1.3,2.6],[-1.5,2.3],[-1.5,-0.2],[-1.3,-1.3],[0,1.7],[2.8,6.1],[4,6.2],[0.5,4.5],[0.3,4.6],[0.9,2.9],[-0.4,2.3],[-0.8,2.8],[-0.9,2.3],[0.9,2.3],[0.2,2.3],[1,2],[0.7,3.1],[-1,-0.9],[-1,-0.5],[-2,-1.7],[0.3,-0.3],[-1.2,1],[0.7,0.2],[1.3,0.3],[-0.8,-0.7],[-2.9,-0.3],[0.6,0.8],[1,0.2],[-1.7,0.7],[-1.2,1.7],[1,-2],[0.1,-1.8],[-0.2,-0.7],[1.4,-1.6],[4.1,-1.9],[5.6,-2.9],[6.2,-2],[5.8,-0.6],[5.4,1.7],[4.9,2.1],[3.8,3],[4.1,5.2],[3,1.2],[1.9,-1.5],[0.7,-1.5],[0.7,-1.7],[0.9,-2.2],[-0.4,-2.8],[0.1,-1.4],[-0.3,-1.4],[0.2,1.2],[2,2.4],[2.2,1.2],[-0.5,-1.4],[-0.5,-1.4],[-0.6,-1.3],[1.7,-0.3],[-0.9,2.5],[-1.6,0],[-1.4,1.7],[-0.9,1.1],[-0.3,1],[1.2,0.8],[1.1,1.6],[1.5,1.9],[2.2,0.9],[4.1,1.3],[0.9,0.5],[-0.4,2.4],[-0.1,1.2],[1,1.1],[2.6,0.6],[2.8,1.6],[1.4,0],[3.8,-1.6],[4.4,-0.6],[6.9,0.3],[5.9,-3.6],[5.2,-5.6],[2.5,-3.2],[3.6,-1.5],[5.7,-0.4],[8.2,0.1],[7.1,0.5],[6.2,-1.9],[3.3,-1.4],[3.2,-0.8],[-0.8,-0.5],[1.1,1.5],[-1,3.1],[1,3.6],[0.3,1],[3.8,2.4],[1.7,2.7],[-0.8,1.9],[-0.7,2.6],[-0.1,2.5],[-1,-0.4],[2.5,3.4],[-0.8,4],[-2.6,2.6],[-2.7,1.5],[-0.9,0],[0.6,-2.8],[0.3,-2.8],[0.7,-1.1],[0.8,-1.1],[1.8,-1.7],[2.6,-1.9],[-1.9,-2.1],[1.9,-16.2],[3.2,-12.9],[4.3,-10.1],[8.6,-11.6],[9.9,-8.9],[9.8,-5.3],[7.1,-4],[7.2,-6.8],[8.6,-8.5],[9.3,-8.1],[5,-4.3],[0.9,-10.7],[-7.1,-7.3],[-10.7,0.5],[-8.2,1.2],[-5,0.8],[-1,-1.1],[-0.6,-2],[-0.4,-3],[0.9,-3.8],[2.4,-4],[3.5,-3.8],[2.9,-5.8],[2.4,-6.3],[3.3,-7],[4.2,-6.4],[3.8,-6.6],[3.2,-8.4],[3.2,-9.5],[2.4,-11.1],[2.6,-13.8],[2.1,-15.3],[0.7,-16.7],[-2.3,-17.7],[-4.5,-18.1],[-4.7,-16.6],[-4.9,-15.6],[-1.7,-13.9],[4.4,-10.7],[11.2,-7.3],[15.8,-4.8],[18.3,-2.2],[17.1,0.8],[12,4.3],[11.3,5.1],[9.4,4.9],[8.7,5.6],[8.6,5.6],[7.7,5.5],[7.1,6],[10.2,6.2],[11.6,3.4],[8.7,7.8],[9.8,9.5],[9.9,9.1],[8.8,8.5],[7.2,8.6],[7.7,7.4],[4.5,11.4],[-10.5,14.2],[-14.8,10.3],[-14.4,8],[-11.6,6.9],[-8.4,6.5],[-4.7,6.6],[-1.6,6.9],[2.1,7.9],[3,8.4],[3.1,8.3],[4.2,9.1],[5,8.8],[5.4,7.8],[6.3,7.5],[7,7.2],[7.5,7.8],[8.1,8.5],[7.9,9.1],[6.8,9.7],[6.2,9.5],[6.5,10],[6.5,10.7],[5.7,12.5],[3.9,14.7],[1.3,15.5],[2.3,14],[1.8,11.4],[0.4,11.3],[0.1,10.4],[0.8,8.8],[1.1,8.2],[1.7,8.2],[1.6,7.1],[0.9,5.7],[0.7,4.4],[1,3.2],[1.4,2.1],[1.8,1.2],[2.3,0.4],[2.7,-0.2],[2.7,-0.6],[3.3,-0.7],[3.2,-1.2],[2.2,-0.9],[2.6,-1.9],[1.9,-1],[-0.9,-0.6],[-0.4,-0.4],[0.4,-0.8],[-0.1,-0.3],[1.6,1.2],[1.4,0],[1.3,-0.3],[1,-2.2],[1.4,0.1],[2.4,-1.3],[1.3,-1.2],[0,-0.7],[0.4,0.8],[0.7,-0.1],[4.7,-0.2],[3.9,-0.5],[4.4,2.7],[5.9,4.1],[9.7,2.5],[14.2,0.3],[6.6,-1.8],[6.9,-2.3],[7,-3.1],[6.1,-1.9],[3.8,-1.7],[4.4,-0.3],[2.9,1.8],[2.6,1.7],[1.8,0.6],[-1.3,3.1],[-2.7,2],[-3.3,0.9],[-2.7,0],[-1.7,-0.5],[-0.3,-1.3],[0.7,-2.1],[1.8,-2.5],[3.5,-4],[3.3,-2],[5.1,-0.9],[4,0.4],[3.6,0],[4.1,-0.5],[4.5,-1],[4.3,-2],[4.7,-2.6],[4.5,-2.2],[2.6,-0.7],[3.7,-1.1],[3.8,-1.4],[1.3,-0.2],[4.5,-2.5],[5.8,-1.7],[4.1,0.3],[10.4,0.2],[9,1.1],[-4.8,15.3],[-5.8,14.4],[-6.5,13.6],[-7.7,15.2],[-9.3,17.4],[-7.7,14.5],[-5.7,10.9],[-6.5,11.6],[-7,9.7],[-7.4,6.1],[-7.3,7.9],[-8.2,6.1],[-8.8,4.4],[-9.2,3.7],[-9.9,3.2],[-10.7,2.2],[-10.5,1.2],[-9.4,-0.5],[-10.4,0.1],[-10.9,0.7],[-10.5,0.6],[-10.6,0.6],[-10.5,0.4],[-10.1,0],[-9.7,-0.3],[-8.9,-0.7],[-8.2,-1.4],[-7.8,-2.1],[-7.2,-2.7],[-6.6,-3.2],[-6,-3.5],[-5.6,-4.1],[-5.1,-4.7],[-4.3,-5.3],[-3.7,-5.7],[-3,-6.3],[-2.5,-6.9],[-2.2,-7.5],[-1.9,-8.1],[-1.6,-8.6],[-1.1,-9.3],[-0.4,-9.8],[0.5,-10],[3.5,-8.8],[7.4,-4],[8.9,-1.1],[8.5,0],[8,0.3],[8.7,-2.5],[7.7,1.9],[6.5,1.3],[5.8,-1.1],[5.2,-3.1],[4.6,-4.5],[4.1,-5.9],[3.1,-7.8],[2.2,-9.5],[0.8,-10.4],[-0.2,-11],[-2.3,-8.2],[0.4,-1.9],[1.1,-1.9],[1.4,-3.5],[1.4,-3.8],[-0.2,-7],[-1.1,-7.5],[6.8,-10.2],[6.8,-7.8],[1.9,-0.7],[0.5,0.8],[-1.3,-0.3],[0.1,-3.3],[1.3,8],[-0.4,6.3],[-2.2,6.8],[-2.7,4.6],[-4.3,2.4],[-1,0.2],[0.5,-3],[-1.1,-4.9],[-1.8,-3.7],[-1.3,1.1],[-0.6,0.7],[4.5,-4],[8.1,-5.4],[8.6,-4.3],[6.2,3.4],[-5.4,10.3],[-0.3,1],[-0.8,2.3],[-2.4,2.7],[-1.5,3.2],[2,4],[-0.2,0.3],[2.4,5.2],[2.9,9.1],[6.8,7.8],[2.4,7.5],[2.3,6.3],[2.4,4.9],[1.2,2.7],[-0.4,2.9],[1.2,3.3],[0.7,2],[-1,3.2],[-0.2,4.3],[-1.9,2.1],[-4,1.4],[-3.8,0.1],[-4.7,-0.5],[-2.5,-0.6],[-0.8,-0.5],[-0.2,0.4],[0.5,0.4],[0.3,0.9],[-0.6,-2.2],[-1.5,0.9],[-2.3,2.6],[-1.8,-0.6],[-1,-0.9],[-0.5,0.7],[-0.3,0.3],[0.5,-2.3],[1.7,-3.6],[-0.7,-4.1],[0.9,-2.5],[1.3,-0.3],[1.7,0.9],[2.5,1.8],[3.3,4.5],[2.7,5.1],[2.8,3.8],[2.6,1.6],[2.1,0.3],[1.9,-0.4],[1.9,-0.8],[0.5,-1.2],[0.4,-1.5],[1.2,0.9],[-0.8,3.2],[-1.2,2.6],[-0.6,0.9],[1.2,1.1],[1.3,1.4],[1.2,1.2],[0,0.6],[1.3,0.1],[-0.2,1.9],[1.8,-0.1],[0.2,1.3],[-0.1,0.4],[-0.2,0.6],[0.6,1.1],[1.2,1.8],[0.2,-0.9],[0.4,0.7],[0.6,0],[0.1,1.2],[1,1.3],[2.7,-0.1],[2.3,1.2],[3.2,0.1],[2.5,1.5],[2.8,2.6],[6,0.7],[6.6,-2.3],[6.7,-3.5],[9.1,-6.2],[7.5,-1.8],[5.3,0.2],[4.9,0.7],[7.7,-0.2],[6.6,-0.1],[6.1,2.4],[6.4,5.3],[7.4,4],[6.8,2.5],[4.4,5.9],[4.6,5.2],[4.7,4.3],[4.9,3.2],[3.4,3],[2.6,4.2],[3.6,5],[4.9,4.2],[0,2.3],[2.1,2.5],[-0.8,2.8],[-0.4,3.5],[-2.1,1.6],[-1.1,2.3],[-1.7,2.1],[-0.4,0.2],[0.6,-0.2],[0,-1.5],[0.8,-0.9],[2.3,0.1],[2,-0.1],[5.6,-7.8],[8.3,-11.4],[-1.1,-9.2],[6.4,-13.4],[9.8,-10.7],[7.8,-7.5],[5.4,-6.3],[5.1,-6.6],[8.7,-7.8],[9.6,-7.1],[7,-4.7],[6.4,-3.9],[6.4,-4.7],[-1.6,-0.9],[-3.2,-1.6],[-4.6,0.3],[-2.5,-0.3],[-1.4,-1.5],[-0.3,-2.7],[0.5,-3.8],[2.1,-5.2],[3.5,-4.7],[3.7,-5.1],[3.4,-5.8],[3.7,-6.2],[3.9,-6.4],[3.7,-5.9],[1.1,-5.4],[1.1,-7],[-0.2,-8.3],[-1,-10.4],[-0.8,-13.1],[-1,-15],[-1.5,-15.6],[-4,-16],[-5.4,-16.1],[-6.9,-17],[-6.8,-17.5],[-6.3,-15.9],[-6.4,-14.2],[-8.3,-14.7],[-9.2,-17.5],[-8.3,-19.1],[-3.9,-11.6],[12.6,7.4],[13.1,11.6],[10.3,9.8],[9.1,8.3],[8.6,7.2],[7.4,6],[6.7,5.7],[8.1,5.2],[8.6,5.5],[6.9,6.3],[8.3,7.6],[11.6,9.5],[10.8,9.8],[-3.1,12],[-16.2,12.7],[-18.1,9.9],[-19.4,7.7],[-17.6,7.6],[-16.1,7.9],[-14.5,7],[-13.3,5.5],[-12.7,3.7],[-11.3,3.4],[-10.8,2.6],[-9.5,1.7],[-6.4,2.2],[-1.6,4.3],[3.2,6.7],[5.5,7],[6,6.3],[5.7,6.4],[5.8,6.5],[6.6,6.6],[7,7.8],[6.7,9.8],[6.2,10.5],[6.8,10.4],[6.4,11.5],[5.5,12.8],[4.1,14.9],[0.7,16],[1.6,14],[0.4,12.5],[0.3,11.8],[0.6,10.8],[1.2,9.1],[1.5,8],[1.6,7.6],[0.6,6.5],[1.3,5.5],[2,4.1],[2.7,2.7],[3.4,1.6],[3.9,0.8],[4.4,0.2],[4.9,-0.4],[4.9,-0.6],[4.3,-0.4],[4.2,-0.3],[4.2,-0.6],[3.7,-0.4],[3.3,1.1],[-0.3,1.4],[-1.2,0.7],[1.4,0.4],[1.4,1.2],[0.4,-0.4],[0.9,0.6],[2.1,-1.3],[1.2,0.6],[0.9,-1.5],[2,-1.8],[3.8,1],[6.3,2.5],[3.1,2.4],[1.7,1.2],[3.3,-1.1],[11.1,-0.2],[2.5,2.6],[7.3,3.7],[5.8,2],[7,-1.4],[6.9,-2.4],[4.2,-1.6],[3.4,-3.9],[3.6,-3.4],[3.8,-3.5],[3.8,-1.4],[2.2,0.4],[1.1,0.7],[0.9,2.1],[-1.5,3.2],[-2.4,2.8],[-2,2.2],[-1,2],[0.7,0.1],[1,-1.2],[1.1,-2.7],[0.9,-3.2],[0.5,-6.8],[1,-3.2],[3,-2.9],[4.1,-1.4],[3.2,-2.2],[2.3,-2.2],[4.3,-1.7],[5.4,-1.3],[4.9,-1],[5.1,-1.4],[6,-1.5],[5.5,-1.1],[3.9,-0.9],[2.8,-0.4],[5,-1.2],[4.4,-1.7],[4.5,0.1],[9.5,4.4],[6.2,7.8],[-7.5,15],[-7.5,13.2],[-9.5,12.2],[-9.6,12.5],[-8.7,12.4],[-9.7,10.9],[-7.4,8.9],[-7.2,8.2],[-7.5,7.1],[-5.6,8.2],[-7.6,8.2],[-7.2,5.7],[-6.1,2.1],[-7.2,4.4],[-8.2,4.2],[-8.3,3.7],[-8.8,2.3],[-8.5,1],[-7.5,0.1],[-7.7,-0.6],[-6.6,-0.9],[-8.4,2.1],[-8.4,2.1],[-7.7,1.8],[-7.1,1.5],[-6.4,0.8],[-5.7,-0.4],[-4.9,-1.7],[-4.3,-2.5],[-3.8,-3.1],[-3.3,-3.8],[-2.8,-4.4],[-2.3,-5.1],[-1.8,-5.6],[-1.2,-5.9],[-0.8,-6.2],[-0.3,-6.6],[0,-7.2],[0.1,-7.7],[0.5,-8.4],[1.1,-8.9],[1.6,-9.4],[2.3,-9.9],[3,-10.1],[3.4,-10.1],[4.2,-10.6],[9,-6],[10.3,2.1],[9.1,1.6],[8.6,0],[8.7,4.2],[7.5,2.6],[6.4,0.1],[5.6,-1.8],[5.3,-3.8],[3.9,-5.8],[2.5,-7.8],[0.9,-8.6],[-0.1,-9.5],[-0.2,-3.4],[0.9,-1.2],[1,-1.8],[0.9,-6.1],[-0.1,-5.2],[2.3,-6.3],[2.7,-5.6],[3.6,-4.3],[1.7,-2.5],[1.4,-0.7],[1,0.8],[2.1,0.1],[4.3,-1.2],[5.5,1.5],[-2.1,9.2],[-4.3,2.1],[-2.8,3],[-1.4,3.6],[-1.3,1.9],[-0.9,-1],[-1.2,-1.7],[0.4,-1.6],[-0.8,-0.2],[4.4,-5],[4.7,-7.3],[5.9,-6.8],[1.4,-0.5],[-3.9,3.9],[0.1,3.4],[-1.8,1.3],[-1.5,3.3],[-1.3,1.5],[-0.3,2.3],[0.8,2.4],[0.9,1.6],[-0.6,4.4],[2.8,4.6],[2.4,5.5],[4.2,9.5],[3.7,7.6],[3.4,6.5],[3.1,5.4],[2.3,4],[0.7,1.7],[0.2,2.3],[-0.4,4.5],[-0.9,5.6],[-2.6,5.3],[-3.7,4.1],[-4.5,2.9],[-0.6,0.5],[0.2,0.7],[1.4,0.8],[-0.1,-0.4],[0,0],[-0.4,-0.5],[-1.8,-0.1],[-4.4,3.7],[-3,1.4],[-2.5,-0.1],[-1.7,0.8],[-1.3,1.9],[-1.1,-0.5],[-0.6,-2.3],[-0.7,-2.8],[-1.6,-4.4],[-2.3,-5.2],[-1.2,-2.7],[2.1,0.3],[2.1,1.3],[-1.9,5.1],[-0.1,5],[1.5,4.5],[2.2,1.6],[3.1,0.3],[2.9,0.4],[2.4,0.3],[1.6,-0.5],[-0.4,0.6],[1.5,2.5],[-0.2,0.4],[-0.7,-0.2],[-1.5,0.1],[0.1,-0.5],[-0.1,-0.6],[1.4,1.7],[1.2,-0.1],[-0.2,1.6],[0.7,1.6],[-0.9,1.2],[0.2,0.6],[-0.7,-1],[-0.9,-0.6],[-1.5,0.8],[-0.8,0.7],[1.4,-0.9],[-0.2,-1.2],[-1.7,1],[-1.8,0.9],[-1.8,2.4],[-0.2,0.6],[1.3,2.5],[0,2.8],[1.4,-1.7],[-0.5,-0.8],[2.6,4.1],[9.3,-0.2],[10.9,-4.3],[10.4,-6.4],[9.3,-6.6],[7.3,-3.4],[5.8,-0.6],[3.9,1.9],[2.2,0.4],[6,-1],[1,-1.5],[3.2,1.5],[4.4,1.7],[6.4,1.2],[6.2,1.3],[4.5,1.1],[4.4,2.6],[3.5,1.5],[3.4,1.8],[3.3,3.1],[3.6,3.9],[3,4.6],[1.6,0.9],[-1.5,2.2],[-0.9,2.1],[-1.4,2.5],[-0.8,1.2],[-0.3,1.8],[-0.6,2.2],[1.5,0.6],[1.3,-0.3],[1.5,0.7],[2.3,0.5],[4.9,-2],[4.3,-2],[1.4,-2],[-1.8,-6.8],[2.2,-3.4],[2.2,-2.6],[6.3,-7.7],[6.4,-9.1],[9.6,-8.8],[8.6,-6.5],[9,-5.6],[9.2,-4.3],[3.4,0.9],[-1.3,0],[-0.4,0.1],[-0.3,-0.8],[-0.7,-0.6],[-1.1,-1.1],[0.2,-2.4],[1.1,-3.5],[2.9,-4.7],[4.3,-5.3],[4.4,-3.9],[4.9,-4.6],[4.6,-5.6],[4.8,-5.9],[3.4,-4.2],[1.6,-4.5],[-0.9,-4.8],[-0.8,-6.3],[-1.7,-7.9],[-2.7,-9.6],[-3.1,-11.6],[-3.5,-13.4],[-3.8,-14.8],[-5.5,-15.5],[-6.2,-16.2],[-7.5,-16.3],[-7.5,-16.4],[-7.7,-16.8],[-8.9,-16.4],[-9.4,-16.4],[-10.2,-17.2],[-9.3,-18],[-11,-17.3],[-12.4,-13.9],[-5.1,0.2],[7.1,10.1],[8.9,9.3],[7,7],[5.9,6.2],[-9.4,4.3],[-14.1,4.4],[-18.7,4.2],[-18,2.9],[-18.9,3.3],[-21.4,4.6],[-21.4,5.4],[-21.6,5.9],[-21.8,6.6],[-20.5,7.4],[-18.6,7.7],[-18,6.8],[-17.4,5.5],[-15.6,5.4],[-14.5,5.5],[-13.8,4.2],[-13.1,3.3],[-12.6,2.1],[-11.7,0.8],[-10.8,-0.2],[-9.8,-1.7],[-8.4,-2.6],[-6.6,-3.2],[-1.8,-1.8],[5.1,3.7],[6.3,6.2],[6.4,6.6],[6.6,7.8],[6.4,9],[5.9,10.6],[6.1,10.6],[6.1,11.6],[4.6,13],[2.3,15.9],[0.6,17],[1.1,15.1],[0.3,13.6],[0.6,12.1],[1.2,10.8],[1.9,9.7],[2.4,9.1],[2,8.3],[2.3,7.4],[3.1,6],[3.7,4.6],[4.2,3.4],[4.6,2.1],[5,1],[5.2,0.1],[5.2,-0.7],[5,-1.1],[4.7,-0.7],[4.6,-0.4],[4.7,0.4],[4.9,0.3],[4.9,0.3],[0.1,2.3],[-0.6,1.6],[1,0.8],[-0.8,2.8],[0.6,1.3],[1.4,-0.7],[1.9,-0.2],[0.8,-0.9],[-0.8,0.1],[0.8,0.6],[1.7,-0.2],[3.3,-2.4],[0.2,2.7],[3.5,2],[8.4,0.6],[4.4,-0.2],[-1.1,1],[7.5,-3.4],[3.4,2.6],[2.7,-1.1],[3.3,-4.2],[2.7,-2.4],[3.7,-0.4],[3.3,0.6],[4,-0.7],[4.1,-0.2],[1.9,1.4],[3,2],[1.9,3.6],[-0.7,4],[-1.2,3.3],[-0.6,3.3],[0.7,2.2],[-0.4,0.4],[-1.3,-1.4],[-2,-1.3],[-0.7,-2.1],[0.2,-7.2],[0.9,-3.1],[1.4,-3.2],[0.6,-2.8],[2,-5.2],[4.5,-7.8],[3,-4.7],[6.2,-5.5],[6.2,-3.9],[5.8,-2.2],[5.9,-1.3],[4.5,-0.5],[3.6,-0.1],[2.7,-1.1],[1.6,-0.6],[1.9,-1.7],[1.6,-1.1],[1.5,5.2],[-3.6,13.5],[-8.1,14.3],[-9.8,14],[-4.5,6.2],[-4.8,6.9],[-9.1,11.9],[-9.6,12.6],[-9,10.8],[-9.2,8.4],[-6.2,5.3],[-5.6,4.7],[-8.3,7.4],[-5.4,6.4],[-4.8,5.1],[-4.9,5.5],[-6.2,5.2],[-6.7,4.6],[-6.2,4.3],[-6.3,3.2],[-5.8,1.5],[-5.7,2.4],[-5.7,2.6],[-5.4,2.3],[-5.6,1.8],[-4.9,1.1],[-4.2,0.7],[-3.5,-0.1],[-3,-1.1],[-2,-2.2],[-1.2,-2.6],[-0.7,-3.2],[-0.4,-4],[0.2,-4.4],[0.6,-4.6],[0.7,-5.1],[0.9,-5.5],[1.2,-5.9],[1.6,-6.3],[2,-6.6],[2.1,-7.1],[2.3,-7.8],[2.5,-8.7],[3,-9.5],[3.8,-10.1],[4.8,-10.5],[5.5,-10.7],[5.7,-10.7],[6.1,-10.3],[5.8,-11.4],[11.3,-2.6],[10,2.4],[9.6,4.1],[9,5.4],[7.6,3.6],[6.6,1.4],[5.9,-0.8],[4.8,-3.4],[3.2,-5.7],[1.1,-6.5],[0.2,-7.4],[-0.5,-8.4],[-1.1,-8.9],[-0.9,-9.7],[0.6,-7.8],[0.4,-7.1],[1.4,-9.7],[3.2,-12.3],[3.4,-14.3],[-0.5,-0.5],[-1.5,1.6],[1.8,0.1],[1,0.8],[1,-0.5],[-0.2,-0.6],[-7.7,5.3],[-2.1,0.4],[-0.5,0],[0.3,-1.4],[-1.3,-3.7],[-1.5,-0.4],[-0.8,-1.2],[0.2,-0.2],[5.1,-3.6],[3.3,-5.2],[2.6,-5.4],[-0.9,-2],[-0.8,-1],[0.3,-1.4],[-0.3,1.1],[-0.4,1.5],[-1.4,3],[-1.5,0],[0.8,-0.8],[-0.9,-0.3],[-0.9,-1],[0.1,-0.2],[0.4,1],[2.5,2.8],[3.2,6.6],[4.4,8.4],[4.3,7.5],[4.2,6.7],[3.1,5.6],[2.9,3.9],[2.9,4.1],[0.8,6.2],[-0.1,7.6],[-1.6,7.3],[-2.6,5.7],[1.1,3.4],[0.1,-0.3],[-0.4,0.2],[-0.6,0.2],[-0.3,0.6],[-1.5,-0.1],[-1.6,0.6],[-2.6,1.1],[-2.8,1.8],[-2.7,1.2],[-2.4,1.1],[-1.3,1.3],[-0.3,2.3],[-0.7,-0.4],[-1.9,-1.5],[-0.4,-3.1],[-0.3,-4.1],[-1,-5.9],[-2.6,-2.2],[-3.8,-1.7],[-4.8,-0.8],[-4.2,0.7],[-3.9,1],[-2.9,1.1],[-1.6,0.7],[1.4,0.6],[3.2,1.5],[1.7,2.5],[1.5,2.9],[-0.1,-0.9],[-2.1,2],[-2.2,1.7],[-1.9,0.8],[-0.1,-0.7],[0.9,0.6],[-0.8,-0.1],[-0.3,0.6],[0.7,-0.9],[-2.9,-0.8],[-1.8,0.4],[-2.8,-0.5],[-3.2,-0.9],[-1.4,1.3],[0.4,1.3],[0.1,2],[-1.4,-0.5],[-0.9,-0.1],[-1.2,0],[-2.1,-0.1],[-1.3,0.2],[2.3,2.7],[2.6,0.2],[5.8,2],[2.4,4.7],[7.7,-3.2],[5.8,-3.9],[10.2,1.6],[11.6,-0.8],[8.4,-2.1],[4.7,-3.2],[2.7,2.1],[5.8,1.8],[-0.7,-0.1],[6.3,3.2],[6.4,-2.2],[3.4,-3.2],[2.7,-2.2],[2.5,-3],[1.9,-1.8],[1.1,1.2],[1.9,0.1],[2.8,-1],[1.9,-0.3],[1.9,-0.2],[2.8,1.1],[3.9,2.1],[3,3.5],[2.2,5.8],[0,1.4],[0.2,1.6],[-1.3,2],[0.4,2.2],[-0.1,2.5],[-0.3,1.9],[0.9,1.3],[2,0.9],[2.2,1.2],[1.1,0.6],[1.4,-2],[1.2,0.3],[2.3,-2.3],[2.5,-0.8],[-0.3,-1.8],[2.6,-0.2],[2.2,-1.3],[3.9,-3],[9.5,-7.9],[9,-7.5],[7.1,-5.4],[4.2,-7.5],[4.3,-8.1],[1.6,-5.9],[-0.6,2.4],[0,0.7],[-0.6,-0.1],[-0.7,-1],[1.1,-1.5],[2.4,-2.7],[4,-4.3],[3.3,-4.7],[4,-4.7],[4.8,-3.9],[6.1,-4.8],[5.3,-4.7],[5.1,-4.4],[1.4,-2.3],[-0.5,-2.8],[-0.7,-3.6],[-1.6,-5.1],[-1.9,-7.3],[-2.8,-9.2],[-3,-10.7],[-3.8,-12],[-4.9,-13.6],[-6.3,-14.4],[-7,-15.6],[-7.6,-15.8],[-7.9,-15.6],[-8.5,-15.5],[-8.9,-16.1],[-8.8,-16.3],[-9.4,-15.1],[-10.8,-15.5],[-12.6,-16],[-14.2,-14.8],[-17.1,-12.1],[-19.2,-8.7],[-17.7,-3.7],[-12.9,0.9],[-9.3,3.4],[-20.7,-2.3],[-20.3,-0.9],[-20.1,0.1],[-19.9,-0.2],[-20.4,0.1],[-20.8,1.4],[-20.6,2.8],[-20.2,4.2],[-19.8,4.7],[-19.5,4.9],[-18.8,5],[-17.3,5.9],[-15.8,6.4],[-15.2,5.4],[-14.7,4.4],[-13.8,3.6],[-12.9,2.9],[-12.2,1.9],[-11.5,1],[-10.9,-0.1],[-10.1,-1.3],[-9.1,-2.6],[-7.7,-4.1],[-5.8,-4.9],[-4.3,-5.5],[-0.3,-3.1],[6.4,5.3],[5.9,7.9],[5.7,9.2],[5.4,10.3],[5.3,10.9],[4.8,12.2],[4,14.1],[1.5,15.9],[-1.3,16],[0.6,14.6],[-0.3,13.1],[0.4,11.7],[1.5,10.5],[2.2,9.4],[2.6,8.8],[3.2,8.3],[3.9,7.5],[5,6.7],[5.6,5.4],[5.6,4],[5.6,2.4],[6.1,1.2],[6.4,0.3],[6.8,0],[6.4,-0.2],[5.5,-0.1],[4.7,0.4],[4.8,0.7],[5.4,1],[6,0.8],[1.2,2.3],[0.6,2.1],[1.4,0.9],[0.1,3.5],[-0.1,3.3],[0,3],[0.9,1],[0.6,1.4],[-0.1,1.7],[1.5,1.4],[2,1],[2.8,1.9],[2.1,1.6],[2.2,1.5],[5,1.1],[-1.1,-0.2],[1.2,4.1],[1.9,-1.6],[5.7,-1.2],[5.9,0.1],[6.4,-0.3],[6.3,-1],[6.1,0.1],[6,0],[4.7,0.3],[5.8,1.6],[1.2,3.8],[2.8,2.8],[-1.9,3.1],[-2,3.2],[-0.3,3],[0.7,2.6],[-2.4,1.2],[-2,0.4],[-0.6,-1.1],[-0.8,-0.5],[-0.3,-2.9],[0.9,-6.1],[-1.8,-5.9],[-0.4,-3.2],[1.4,-3.3],[3.4,-7.9],[1.7,-7.8],[2.9,-8.1],[2.9,-5.8],[3.5,-3.6],[3,-1.7],[3.7,-1.8],[3.3,-0.2],[3.7,2.2],[5.6,1.1],[3.4,-0.4],[3.2,-0.8],[2.4,-1.2],[0,3],[-3.7,6.5],[-3.5,4.1],[-7.3,10.1],[-9.3,12],[-5,8],[-4.5,6.2],[-5.2,5.1],[-7.6,6.4],[-8.7,9.6],[-8.5,6],[-7,6.7],[-8.5,8.4],[-4,8],[-2.3,6.4],[-2.7,6.5],[-3.6,6.3],[-3.6,5.7],[-3.7,5.2],[-4.3,4.7],[-3.9,3.3],[-3.4,2.2],[-3.2,2.4],[-2.8,2.1],[-2.2,1.9],[-0.9,1.5],[0.1,1.1],[0.2,0.9],[0.7,0],[1.3,-0.9],[1.6,-1.7],[2,-2.4],[2.6,-3],[3,-3.6],[3.6,-4],[3.4,-4.5],[3.6,-4.9],[3.5,-5.7],[3.7,-6.3],[3.9,-6.7],[4.2,-7.1],[4.4,-7.5],[4.6,-8.1],[4.8,-8.8],[5.2,-9.5],[5.7,-10.2],[6.2,-10.7],[7.1,-10.9],[8,-11.3],[7.8,-11.2],[8.2,-10.7],[9.7,-9.9],[11.9,3.9],[10.3,7.3],[8.1,7],[7.2,4.8],[6.5,2.4],[5.4,-0.5],[3.8,-3.3],[2.2,-4.5],[0.9,-5.7],[0,-7],[-0.5,-8.3],[-0.7,-9.4],[-0.8,-9.1],[0.2,-6.3],[-0.3,-9.7],[-0.7,-11.8],[-1.6,-13.1],[-2.1,-3.5],[-0.2,-1.9],[-0.2,-1.4],[-0.5,-0.6],[-0.5,-1],[-0.6,-0.5],[-0.9,-0.3],[-1.5,2.7],[0,0.3],[1.3,0.5],[1.1,0.6],[1.7,-0.3],[2.2,0.4],[2,-0.3],[0,-4.3],[-0.5,-2],[-2,-0.9],[-0.7,-1.5],[0.6,-0.7],[1.1,-1.1],[1.8,-1.7],[-0.1,0.5],[-0.9,5.6],[-2.5,2],[-0.2,-0.7],[0.1,-0.7],[0.5,-0.6],[0.2,1.1],[-0.8,1],[-0.3,-0.4],[0.7,2.1],[2.2,6.6],[2.6,6.5],[3.2,6.1],[2.1,7.1],[2.4,5],[1,3.9],[2.3,6.4],[0.4,7.8],[1.7,7.3],[-1,2.7],[-1.3,2],[-2,2],[-0.9,1.6],[0,1.4],[0.5,1.8],[0.3,2.3],[0.2,2.7],[-0.5,2],[-1.5,1],[-2,1.6],[-2.4,0.7],[-0.6,0.2],[0,0.7],[0.7,0.8],[0.6,-0.7],[0.6,-2.7],[0.1,-2.8],[-1.2,-3.9],[-4.3,-3],[-6.4,-0.7],[-6.7,0.3],[-5.5,0.2],[-4.1,0.4],[-3.4,0],[-1.9,-0.4],[-1,-1.3],[0.3,0.7],[-0.8,3.9],[-3.8,1.5],[-4,0.6],[-3.2,1],[-2.5,1.5],[-1.2,1.4],[-2.5,1.2],[-1.9,0.6],[-1.6,0.4],[-1.5,-0.1],[-1,-0.8],[-0.1,-0.7],[1,1.2],[0.6,0.3],[-1.3,0.4],[-1,-0.2],[-2.3,0.9],[-2.1,1],[-2.4,-0.6],[-1.7,-0.7],[-1.4,-0.5],[-0.7,0.2],[-0.6,0.9],[1.2,-0.4],[4.7,-1.2],[5.7,-1.9],[1.8,-3.2],[2.7,-5.4],[1.1,0.1],[4.7,-4.3],[3.2,-1.9],[0.9,-4.3],[4.9,-4.9],[2.8,-3.2],[0.6,-1.2],[2.8,-4.3],[-1.1,-2.5],[-1.4,-1.7],[-0.9,-2.4],[-0.6,-2.6],[-0.5,-3.6],[0.5,-2.2],[2.5,-2.1],[2.5,0.1],[2.4,1.1],[2.8,0.6],[3.2,1.6],[2.7,1],[5.9,0.1],[2.7,3.4],[3.9,4.2],[2.3,4.8],[0,3.5],[-0.6,1.9],[-1,1.8],[-1.9,2.4],[-0.5,1.5],[0.6,0.9],[1.6,0.4],[2.2,0.5],[2,1.1],[2.6,1.8],[2.9,-1.2],[2.7,0.1],[3.3,-0.1],[2.7,-2],[2.5,-0.1],[1.2,-0.1],[2.4,-0.8],[2.8,-2.8],[8.3,-7.5],[3,-3.1],[3.8,-5.2],[4,-7.6],[-3.6,-5.7],[-1.7,-1.5],[-1.7,-2.3],[0.8,-2],[4,-2.6],[5.8,-2.4],[5.8,-2.4],[2.6,-1.3],[5.4,-3.7],[6.8,-5.1],[7,-4.4],[5.9,-5.1],[5.7,-4.7],[2,0.5],[-0.9,-0.6],[-1.4,-1.9],[-2.1,-3.3],[-2.6,-4.7],[-2.8,-6.4],[-3,-8.3],[-2.8,-9.8],[-3.5,-11.1],[-4.7,-12.2],[-5.8,-13.4],[-6.9,-14.2],[-7,-14.9],[-7.3,-15.1],[-7.6,-14.4],[-8.9,-14.1],[-9.2,-14.1],[-9.4,-14.6],[-11.1,-13.6],[-12.4,-13.3],[-13.6,-11.7],[-15.8,-10.2],[-18.4,-9],[-19.8,-7.9],[-20.1,-6],[-20.8,-3.9],[-19.3,-3.9],[-19.2,-2.8],[-19.5,-1.4],[-19.3,-0.1],[-19.3,1.4],[-19.3,2.4],[-19.2,3.1],[-18.5,3.7],[-18.3,4.5],[-17.9,4.9],[-16.9,5.1],[-16,4.8],[-15.2,4.4],[-14.3,4],[-13.5,3.4],[-12.8,2.7],[-12.2,1.8],[-11.3,0.8],[-10.5,-0.2],[-9.8,-1.4],[-8.9,-2.6],[-7.9,-3.7],[-7,-4.5],[-6.7,-5.7],[-6.2,-7.1],[-4.6,-7.5],[-1.8,-5.7],[4.2,3.8],[5.4,8.7],[4.8,9.6],[4.5,11.2],[3.8,13.1],[0.6,14.8],[-2.2,16],[-1.5,14.5],[-1.6,12.7],[-1.2,11.5],[0.2,10.5],[1.5,9.7],[2.7,9.1],[3.9,8.6],[4.7,7.9],[5.3,7.3],[6.3,6.7],[7.4,5.4],[7.2,4.3],[6,2.9],[7,1.7],[7.8,0.6],[7.8,0.3],[7.9,0.4],[7.1,0.5],[6.1,0.5],[5.6,1.2],[6,1],[6.6,0.8],[2.5,2],[-0.1,1.6],[1.9,0.8],[1.3,3.1],[4.2,3.4],[3.9,5.5],[1.5,2.8],[1,3],[0.1,2.6],[2,1.5],[2,1.9],[3.8,1.2],[5.4,0.6],[1.5,1.4],[7.4,0.6],[7.3,0.9],[8.6,1.4],[8.2,1.6],[9.4,0.3],[8.3,-0.2],[9.5,-1.2],[7.8,0],[8.1,0.3],[7.6,0.7],[4.9,0.1],[5.6,1.1],[1.3,3.5],[-1.7,3.5],[-2,3.8],[-0.5,2.4],[-2.7,1.9],[-2.9,0.9],[-1.8,1.1],[-0.7,0.5],[-0.9,0.7],[-0.6,-1],[1.4,-2.2],[0.1,-2.7],[-1,-2.3],[-0.2,-3.2],[-0.2,-4.4],[0.9,-4.5],[0,-3.8],[-0.1,-4.8],[0,-4.8],[0.9,-4.2],[2.4,-4.5],[1.4,-4.1],[1.2,-2.5],[1.9,-0.9],[2.6,-0.6],[2.5,0.3],[3.2,-1.1],[3.2,-0.3],[-1.1,3.6],[-2.7,2.6],[-4.2,4.7],[-3.8,3.3],[-3.6,5.3],[-4,6.5],[-4.2,6.4],[-5.3,6.1],[-8.1,10.7],[-3,3.7],[-3,6.2],[-5.7,8.9],[-5,10],[-2.6,9.3],[-1.1,7.4],[-0.9,6.5],[-0.8,7.3],[-0.3,7],[-0.5,6.4],[-0.5,5.6],[-0.4,4.6],[-0.2,3.6],[-0.1,2.3],[0.9,1.1],[1.2,0.7],[1.6,0],[2.3,-0.4],[2.7,-0.7],[2.8,-1.2],[3.4,-1.5],[4.3,-1.7],[4.5,-2],[5.2,-2.6],[5.3,-3.1],[5.8,-3.8],[5.9,-4.2],[6.1,-4.8],[5.6,-5.4],[6.4,-6],[6.7,-6.3],[6.7,-6.5],[6.5,-6.8],[6.7,-7.3],[6.8,-8],[7,-8.8],[7.3,-9.5],[7.7,-10.1],[7.9,-10.6],[8.5,-11],[9.4,-11.1],[10.2,-11],[9.5,-10.8],[9,-12.3],[12.1,6.1],[8.7,9.3],[7.4,8],[6.6,5.9],[5.8,3],[4.4,-0.1],[2.9,-1.9],[1.1,-3.5],[0.8,-5.7],[-0.2,-7],[-0.9,-8.1],[-0.9,-9.5],[-0.4,-7.8],[-0.6,-8.1],[-1.9,-10.1],[-2.5,-11.5],[-1.9,-7.3],[-1.2,-4],[-0.6,-2.1],[-0.1,-1.1],[1.2,-0.7],[0.1,0.2],[-1,1.1],[-0.9,-1.1],[-1.5,2.1],[0.4,0.6],[-0.2,-1.5],[-1.1,-1.8],[0.3,-2.5],[-0.5,0.8],[-0.1,-1.7],[-1.6,-0.6],[-0.3,-0.1],[-0.6,-1.7],[-0.8,-2.8],[-0.1,-2.8],[-1.3,-3.8],[-0.7,-0.1],[-0.3,3.8],[-0.9,-0.6],[-0.8,-1.3],[-0.6,0],[-1.4,0.1],[-0.8,0.8],[-0.9,-0.2],[-0.3,-0.2],[-1.9,-0.3],[-2.5,-0.4],[-0.2,2],[2.1,3.9],[2.8,4.8],[2.8,4.3],[0.7,3.1],[2,4],[1.8,6.8],[1.4,6.2],[-0.1,4.7],[-0.8,4.5],[-0.2,3.3],[-0.2,2.2],[-1,2],[0.1,0.9],[1.1,1.8],[1.5,3.2],[1.2,3.2],[0.6,2.4],[0,2.1],[0.3,1.9],[0.5,1.8],[0.7,0.8],[1.7,-0.3],[1.9,0.2],[1.4,-0.5],[1.1,-1.2],[0.2,-1.6],[-1.2,-1.3],[-1.5,-2.2],[-2.5,-1.6],[-2.5,-0.4],[-2.1,0],[-1.3,0.4],[-1.6,-0.2],[-3,-1.3],[-2.9,-1.3],[-4,0.4],[-3.5,1.8],[-2.6,2.1],[-2.3,1.9],[-2.2,1.8],[-1.7,1.3],[-0.2,0.1],[1.4,0.6],[0.4,1.5],[0.7,1.1],[0.9,0.6],[0.9,0.9],[0.2,1.4],[0.2,-0.2],[0.3,0.7],[-1.1,-1.5],[-0.2,0.5],[-0.2,0.4],[-1.5,2.1],[-0.1,-0.1],[-0.6,-0.1],[-0.8,0.1],[0.5,0.1],[1.6,0.6],[3.8,-0.9],[-1.5,0.9],[-1,-0.6],[-1.2,-1.8],[-0.2,2.3],[2,-0.9],[6,-3.1],[8.8,-6.3],[5.1,-3.3],[0.4,-1.5],[-0.3,0],[-2.1,-1.4],[-1.1,-3.6],[-0.3,-2.9],[-1.3,-3],[-0.4,-4.6],[1.3,-5],[2.6,-4.9],[3.3,-4.3],[-0.3,-1],[2.8,-1.9],[3,0.4],[2.2,2.1],[5.6,2.3],[5.6,2.1],[2.8,1.1],[3,4.6],[0.4,4.8],[-0.2,2.8],[1.3,1.5],[0.9,0.8],[-0.8,2.5],[0.6,2.6],[0.6,0.7],[1,0.1],[2.6,-0.4],[2.5,2.1],[2.5,0.1],[3.4,2.2],[5.7,1.1],[4.4,-2.5],[2.4,-0.9],[2.2,-1],[2.4,0.9],[1.7,0.6],[2,-0.6],[1.9,-1.7],[7.6,-5.8],[4.7,-3.5],[3.5,-4.4],[2.8,-4.6],[1.1,-3.1],[4,-5],[4.6,-4],[6.1,-3.8],[6.8,-3.2],[7.5,-2.5],[7.7,-1.9],[7.4,-0.9],[3.6,-0.5],[7.5,-5.1],[7,-5],[2.6,-2.2],[-2.4,2.9],[-1.6,-0.1],[-1.6,-1.1],[-2,-2.6],[-2.7,-3.7],[-3,-5.2],[-3.6,-7.3],[-4,-8.9],[-3.9,-10.1],[-4.1,-10.7],[-4.2,-11.5],[-5.3,-12.5],[-6.5,-13.2],[-6.4,-13.7],[-7.5,-14],[-8.4,-13.8],[-8.8,-12.7],[-10,-12.8],[-10.4,-12.5],[-12.1,-11.7],[-11.7,-10.9],[-13.4,-9.1],[-16.4,-7.6],[-17.6,-7.1],[-18.4,-5.9],[-19,-4.9],[-16.6,0.2],[-16.9,1.1],[-17.4,1.9],[-17.9,2.5],[-17.9,3],[-17.7,3.4],[-17.6,3.7],[-17.3,4],[-16.8,4],[-16.3,4],[-15.5,3.8],[-14.7,3.7],[-13.8,3.4],[-12.8,3],[-11.8,2.6],[-10.8,2.3],[-9.9,1.7],[-9,0.8],[-8.3,0],[-7.6,-0.8],[-6.8,-1.7],[-6.4,-2.7],[-6.2,-4],[-6.1,-5.3],[-5.8,-6.1],[-6.4,-7],[-6.4,-8.1],[-4.8,-6],[-0.9,1.2],[4.2,7.9],[4.2,12.5],[0.5,15.3],[-4.1,15.9],[-4.6,14.3],[-4.4,12.4],[-3.4,10.6],[-1.6,9.7],[0.7,9.2],[3.1,8.9],[4.1,8.2],[4.8,7.2],[5.5,6.4],[6.3,6.1],[6.9,5.4],[6.7,4.8],[6.2,3.8],[7.1,2.7],[8.4,1.8],[8.9,1.3],[9,0.8],[8.9,0.2],[8.5,0.1],[7.2,1.1],[6.8,1.6],[6.9,1.8],[6.7,1.8],[2.5,0.5],[0.8,2.5],[0.9,1.9],[1.6,0],[2.6,1.8],[-0.2,4.2],[2.5,4.5],[3.1,2.7],[1.4,2],[3.6,1.6],[3.2,1.2],[6.7,1.7],[4.5,1.1],[7,2.1],[10.6,-0.3],[12.1,-1.2],[6.6,0.4],[9.7,1.2],[9.9,0.7],[8.2,0.6],[9.5,1.7],[9.6,0.5],[7.7,1.1],[6.8,0.6],[5.2,1.2],[1.3,3.4],[-1.2,3.6],[-1.3,5.6],[-1.2,3.7],[-1.6,2.2],[-1.7,1.5],[-2.1,2.2],[-2.6,1],[-5,1.3],[-5,1.1],[-1.1,-0.5],[-1.8,-3.2],[-2.4,-5.5],[-4.3,-5.8],[-3.2,-4.5],[-1.6,-2.8],[-0.3,-3.5],[-0.2,-4.2],[0.5,-4.6],[-0.1,-4.6],[0.6,-5],[0.4,-5.2],[0.6,-4.8],[0.8,-4.5],[0.8,-4.2],[0.8,-2.1],[1.4,-1.9],[2,-2.2],[-0.4,-2.6],[-1.4,3.9],[-4,4.4],[-3.5,3.4],[-5.2,6.6],[-2.3,3.7],[-3.7,6.6],[-3.6,7.8],[-5.5,12.4],[-6,14.7],[-4.3,10.2],[-2.6,12.2],[-3.6,11.6],[-2.4,10.4],[-0.8,9.5],[-0.3,7.2],[1,7.1],[0.4,5.1],[1.3,4.5],[2.1,6.5],[2.4,6.4],[2.6,5.7],[2.9,4.7],[2.3,4.2],[3.6,3.9],[4.5,2.3],[4.5,1.9],[4.7,1.4],[5.1,1],[5.3,0.9],[6.1,0.5],[6.8,-0.1],[6.9,-0.9],[6.8,-1.8],[7.2,-2.6],[7.6,-3.4],[7.9,-3.9],[8.2,-4.6],[8.4,-5.1],[8.9,-5],[9.2,-5.4],[9,-5.8],[9.2,-5.8],[8.4,-6.7],[8.8,-7.4],[9.1,-7.8],[9.3,-8.4],[9.3,-9.2],[9.4,-10],[9.7,-10.4],[9.8,-10.6],[10.3,-11],[11.3,-10.9],[10.4,-10.6],[10,-13.4],[9.6,12.1],[8.3,10.6],[6.7,9],[5.9,6.4],[4.7,3.4],[2.6,1.2],[1.3,-1.5],[0.8,-3.8],[0.4,-5.7],[0.1,-7],[-1.5,-7.7],[-0.3,-8.4],[-0.8,-7.9],[-1.3,-7.6],[-0.9,-6.7],[-0.4,-5.9],[-0.3,-5.4],[-0.8,-2.5],[-0.3,-2.1],[-0.8,-1.2],[-0.3,-0.2],[1.2,-0.3],[-1.9,2.9],[0.3,-1],[-0.5,0.7],[-0.4,2.7],[-1.7,2],[1,1],[-0.2,0.5],[0.9,0],[0.6,0],[0.5,0.4],[-0.2,-0.7],[-0.8,-2.2],[-0.3,-2.4],[-1.9,-3.3],[-2.9,-3.6],[-1.6,-1.8],[-0.4,2],[-0.5,0.5],[-0.3,0.8],[-1.5,0.9],[-0.6,0.7],[-0.5,-0.8],[-1.2,0.1],[-1.5,-0.2],[-1.4,-0.1],[-0.3,0],[0.5,0.9],[0.2,1.9],[0.1,2.8],[0.2,2.9],[-0.6,2.6],[0.1,2.3],[-0.2,3.8],[-0.1,4.3],[0.4,4.1],[0,3.4],[0.1,3.2],[-0.1,2.2],[0.6,1.1],[0.8,1.6],[1.1,2.8],[1.4,3.4],[1.8,3.1],[2.3,2.5],[2.6,2.3],[2.5,2.2],[2.5,1.8],[2.2,1.1],[1.9,0.3],[1.9,0.4],[2.2,0.4],[1.8,0.9],[2.4,-0.3],[1.6,-0.8],[1.1,-1.1],[0.6,-1.4],[-0.5,-1.2],[-1.1,-1.3],[-0.8,-0.5],[-0.3,1.1],[-1.3,1.4],[-1.8,1],[-1.4,0.4],[-1.1,1.7],[-0.9,1.9],[-0.9,2.4],[0.2,1.4],[0.3,-0.2],[1.3,0.5],[1.4,0.4],[1.4,1.8],[0.3,2.1],[-0.3,1.7],[-0.4,0.6],[-0.6,1.9],[-1.7,0.6],[-2.4,-0.4],[-0.3,1.6],[1,1.8],[2,0.4],[1.4,-0.1],[-0.8,1.4],[0.2,1.4],[0.9,0.5],[0.7,0],[0.9,-0.3],[0.2,-0.2],[1.4,-0.3],[2,-1.5],[1.1,-0.1],[1.7,-1.1],[2.1,-3],[2.1,-3],[1.5,-3.5],[-0.1,-3.4],[-0.8,-2.4],[-0.1,-2.1],[0.8,-3.3],[2.8,-3.2],[1.1,-1.7],[1.4,-1.5],[2.4,-3.5],[3,-2.8],[2.8,-0.9],[2.3,0.3],[2.1,-1.1],[2.9,-2.3],[2.7,-1.7],[4.6,-0.9],[4.9,-0.8],[3.9,0.9],[2.9,4.2],[-1,6.3],[-0.8,4.7],[0,2],[1.1,1.5],[0.7,2],[0.3,3.2],[0.5,1.7],[0.9,0.3],[2,-0.8],[1.1,-0.9],[1.5,-0.4],[2.2,0],[3.1,-1.3],[3.7,0.3],[4.1,-1.6],[2.1,0.4],[2.2,-0.1],[1.4,-0.1],[1.3,-1.2],[1.7,-1.4],[2.8,-0.7],[4.8,-4.2],[3.3,-2],[3.5,-2],[2.5,-2.8],[2,-0.6],[5.9,-4.1],[6.2,-4],[6,-3.2],[7.1,-1.8],[7.3,-0.5],[6.9,0.1],[7.7,-0.9],[3.9,-2.8],[0.7,-1.9],[0.2,-2.1],[-1.2,-2.4],[0,-1.8],[0.1,-0.9],[-0.8,-0.6],[-1.6,-2.5],[-2.1,-4.6],[-2.7,-6.5],[-3.6,-8],[-4.1,-8.7],[-4,-9.6],[-4.3,-10.2],[-5,-10.4],[-5.1,-11.2],[-5.7,-12.2],[-6.7,-12.9],[-7.8,-13.1],[-8.8,-13],[-9.8,-11.6],[-10,-11.5],[-11,-10.5],[-10.9,-9.3],[-12,-7.1],[-13.6,-5.5],[-15.2,-4.1],[-15.9,-3],[-16.4,-1.2],[-14.1,1],[-14.4,2],[-15,2.5],[-15.8,3.8],[-16.2,4.2],[-16.1,4],[-15.8,3.9],[-15.4,3.3],[-15.1,3.1],[-14.5,2.9],[-13.7,3],[-12.8,3.2],[-11.9,3.2],[-11,3],[-10,2.5],[-9,1.9],[-7.9,1.3],[-6.9,0.8],[-6.1,0.4],[-5.6,0],[-5.4,-0.6],[-5.3,-1.5],[-5.1,-2.7],[-5,-3.7],[-5,-4.6],[-5.4,-5.3],[-6.5,-5.3],[-7.9,-6.3],[-9,-5.5],[-9.4,0.7],[-11,5.9],[-10.6,8.2],[-9.3,9],[-7.4,9.3],[-5,9.8],[-3.6,9.6],[-2.5,9],[-1.4,8],[-0.1,6.9],[1.4,5.9],[2.9,5.3],[4.3,4.9],[5.6,4.7],[6.4,4.3],[6.9,4],[7.7,3.5],[9.1,3.1],[9.7,2.3],[9.8,1.5],[10,1.5],[9.9,1.2],[9.3,1.1],[8.4,1.4],[7.8,1.9],[8.8,1.2],[7.3,2],[-0.4,2],[0.6,0.8],[-1,1.6],[1.7,0.4],[1.9,0.6],[0.3,2],[2,1.4],[0.5,2],[1.6,1.2],[2.6,1.3],[3.5,2],[15.6,-0.2],[5,3],[10.1,3.7],[9.2,0.2],[11.6,-0.2],[11.5,-0.7],[10.9,0.2],[7.9,0.5],[7.8,1.6],[7.6,0.5],[7.1,1.4],[6,1.2],[6,1.4],[1,2.7],[-2.1,5.1],[-2.3,4],[-2.7,2],[-2.5,1.8],[-2.4,2.6],[-1.7,2.1],[-2,1.5],[-1.3,0.9],[-1.3,1.4],[-1,-1],[-1.8,-5],[-5.3,-3.8],[-4.5,-4.8],[-4.9,-3],[-1.6,-2.6],[-1.1,-2.3],[-0.1,-2.8],[0.1,-3.3],[0.7,-3.3],[0.7,-3.4],[0.8,-3.9],[0.4,-4.3],[0.4,-4.3],[0.4,-4.5],[1,-4],[1.9,-3.7],[0.4,-2.8],[-0.2,-3.2],[0.6,-1.5],[0.3,-1.8],[-3.6,5.3],[-3.1,3.2],[-3.6,1.7],[-6.2,2.9],[-3.5,4.3],[-4.4,13.3],[-3,14.3],[-2.4,14.7],[-3.8,11.4],[-3.3,14.7],[-2,9.9],[-0.9,8.1],[0.4,6.3],[0.3,5],[0.7,4.3],[2.4,4.6],[2.9,5.6],[5.2,7.7],[5.1,7.1],[4.2,5.5],[3.3,4.3],[4.3,3.8],[5.9,3.4],[6.8,2.2],[6.7,1.4],[6.6,1],[7.2,0.4],[7.7,-0.2],[8.2,-0.7],[8.2,-1.4],[8,-2],[8.1,-2.3],[8.9,-3],[9.5,-3.6],[9.9,-4.1],[9.8,-4.3],[10.5,-4.6],[10.9,-4.5],[10.9,-5.1],[11.1,-5.2],[10.7,-5.5],[10.5,-6],[11.2,-6.2],[11.1,-6.7],[11.4,-7.7],[11,-8.2],[10.9,-8.8],[10.7,-9.3],[10.8,-10],[10.9,-10.4],[11.6,-10.8],[11.4,-11],[10.3,-10.3],[11.9,-5.4],[8.6,11.9],[7.3,10.8],[6.2,9.1],[4.6,6.5],[1.9,4.7],[0.7,1.2],[0.7,-2.3],[0.5,-4.4],[0.6,-6.1],[-1.2,-6.3],[-0.8,-7.9],[0.4,-2.8],[1,-2.2],[-0.5,-2.7],[0.7,-4.7],[-0.2,-5],[-0.9,-5.7],[-0.3,-2],[-0.6,-1],[0,-1.4],[0.5,0.8],[-0.5,2.2],[0.6,1.8],[-0.9,1.9],[-0.3,1.5],[-0.2,0.9],[-0.5,1.6],[-0.2,1.8],[-0.4,1.2],[0,0.7],[-0.8,0.1],[-0.7,-0.6],[-0.5,-1.1],[-0.4,-1],[-0.7,-1],[-0.6,-1.6],[-1,-2.8],[-1.6,-2.5],[-0.4,-0.1],[-1.2,0.1],[-0.9,-0.1],[-1.1,0.2],[-2.1,0.2],[-3,0.2],[-3.4,0.2],[-2.6,-0.1],[-1.6,-0.3],[-0.9,0],[0.6,0.7],[0.2,2],[-0.1,2.8],[0.2,3],[0.4,3.4],[0.1,4.1],[0.2,4.1],[0.4,4.3],[0,3.5],[0.6,3.4],[0.5,3.5],[1.2,1.8],[1.5,1.9],[1.8,2.7],[1.9,2.8],[2.2,2.7],[3.1,3],[3.8,2.9],[3.7,2.7],[3.9,2.1],[3.1,2.1],[1.8,2.6],[2.1,1.6],[1.6,1.5],[3.5,2.9],[4.5,1.9],[4.9,1],[5.4,0.8],[4.4,0.2],[3.1,0.3],[2.3,0.5],[2,0.7],[2,0.8],[3.2,1.5],[4,0.8],[3.2,2.2],[3,2.5],[1.2,3],[1.9,2.8],[1.3,2.2],[1.7,2.1],[1.6,0],[2,0.4],[1.5,2.6],[1.7,2.5],[0.1,3.2],[-1.7,2.5],[1.9,3.1],[1.7,1.5],[-1.8,-0.3],[-0.9,-1],[-3.3,-0.3],[-4.1,-0.8],[-1.8,1],[-0.8,2.1],[0,-0.1],[0.3,0.1],[1.1,0.6],[2.2,0.4],[-1.6,1.4],[-0.8,0.9],[1.2,0.4],[0.2,-1.4],[0.3,-2.9],[0.5,-1.5],[1.8,-1.4],[2.1,-1.3],[2.6,-1.2],[2.7,-3],[4.5,-5],[2.9,-5.4],[1.6,-2.1],[0.4,-2.2],[1.1,-1.8],[1.4,-1.7],[1.5,-1.2],[1.1,-2],[1,-2.4],[1.6,-2.4],[2,-1.6],[1.3,-1],[3.2,-2.6],[2.8,-3.3],[1,-0.6],[-0.7,2.6],[-2.2,4.4],[-1.1,4.8],[-0.6,3.5],[0.5,1.1],[-0.4,1.6],[0.7,2.3],[0.3,2.9],[0.5,0.5],[1.2,-0.2],[0.8,-1.1],[1.8,-0.9],[1.5,-0.2],[2.4,-0.9],[2.8,-3.8],[1.8,-0.9],[2.2,-0.2],[2.2,-0.3],[0.7,1.3],[1.3,0.9],[1.3,-1],[2,-0.6],[2.2,-1.1],[3.2,-0.6],[4.7,1.5],[4.5,0.5],[5.4,-3.4],[1.5,-2],[2.5,-4.4],[3.5,-2.1],[3.4,-2.4],[0,-1.1],[-2.2,-1],[-2.5,-1.3],[-1,-2.3],[-0.3,-2.2],[0.2,-1.8],[1,-2.2],[2.5,-2.1],[3,-2.2],[2.2,-0.1],[0.1,1.5],[-0.7,-1.6],[-1.3,-4.4],[-2.4,-6.5],[-3.1,-8],[-3.4,-8.9],[-3.9,-9.2],[-4.8,-9.5],[-5.4,-10],[-5.7,-10.1],[-5.5,-10.6],[-6.2,-11.5],[-7.4,-11.8],[-8.7,-11.4],[-9.1,-10.6],[-9.8,-9.7],[-10.7,-7.5],[-11.4,-6.9],[-11.6,-5.6],[-12,-3.6],[-13.3,-1],[-14.1,0.4],[-12,2.4],[-12.1,3.2],[-12.6,3.1],[-13.3,3.8],[-13.9,4],[-14,3.8],[-13.5,3.7],[-13,3.5],[-12.4,3],[-11.8,2.8],[-11.1,3.1],[-10.4,3.5],[-9.8,3.7],[-9.3,3.4],[-8.5,2.7],[-7.6,2.2],[-6.9,1.7],[-6.1,1.1],[-5.4,0.5],[-4.5,0.3],[-3.6,0],[-3,-0.8],[-2.7,-1.7],[-2.4,-2.4],[-2.4,-3],[-3.2,-3],[-4.2,-3.1],[-5.9,-2.3],[-7.6,-1.2],[-9.3,-0.2],[-10.6,1],[-11.2,3.1],[-10.2,5.4],[-8.7,6.7],[-6.7,7.1],[-4.3,7.2],[-1.8,7],[0.4,6.2],[2.7,5.5],[4.9,5.1],[6.6,4.7],[8,4.4],[8.9,4.2],[9.5,3.8],[10,3.6],[10.4,3.5],[10.4,3.1],[10.4,3],[10.6,2.5],[10.6,1.9],[10.4,1.4],[9.8,1.1],[8.9,1.1],[7.8,2],[6.7,0.2],[0.2,1.1],[1.4,2],[1.8,5.7],[0.6,1.2],[0.9,1.6],[2.4,0.5],[0.4,1.9],[0.4,0.5],[1.8,1.3],[1.8,2.2],[1.6,1.9],[4.7,2.8],[9.5,0.8],[11.4,-1],[10,-1.3],[11.6,-1.8],[9.7,1.1],[12.7,0.1],[10.1,-0.9],[9.8,0],[7.2,1],[6.9,1.5],[4.9,2.1],[3.2,1.2],[-1.7,4.3],[-1.4,6.3],[-1.5,6.5],[-2.2,4.6],[-3.8,3.1],[-3,1.5],[-3.3,1.8],[-2.2,1.1],[-2.2,1],[-2.1,1],[-1.8,0.9],[-1.5,0.2],[-0.7,-0.7],[-0.8,-1.3],[-1.3,-1.7],[-1.1,-1.5],[-1.2,-1.5],[-0.5,-1.9],[0,-2],[0.6,-2.4],[0.4,-2.7],[0.6,-3.3],[0.7,-3.5],[0.9,-3.5],[1,-3.3],[1,-4.1],[1.1,-4.4],[1.3,-3.6],[2.7,-3.3],[0.1,-2.2],[-0.8,-2.5],[-1.5,-1.7],[-2.9,-1.2],[-6.1,1.8],[-3.6,5.1],[-0.6,8.1],[-0.5,4.7],[-2.5,7.3],[-1.2,8.1],[-0.4,9.4],[-1.6,11.1],[-1.2,13.1],[-2,12.5],[-0.1,4.6],[1,5.4],[2.2,5.6],[2.8,5.1],[2.2,4.7],[6,9.5],[5.8,8],[6.2,6.9],[6.7,6.4],[8.1,5.5],[8.4,4.2],[8.3,3.2],[8.3,2.5],[8.4,1.8],[8.7,1.2],[9.3,0.7],[9.6,-0.2],[9.9,-0.8],[10.1,-1.5],[10.2,-2],[10.5,-2.1],[11,-2.7],[11.6,-2.9],[11.7,-3.7],[11.8,-4.2],[12.4,-4.2],[12.4,-5],[12.5,-5],[12.7,-4.9],[12.3,-5],[12.7,-5.6],[13.4,-6.1],[13.2,-6.2],[12.6,-6.7],[12.8,-7.3],[12.2,-7.8],[12,-8.5],[11.9,-9.1],[11.7,-9.6],[11.4,-10.1],[12,-10.7],[11.3,-10.9],[10.3,-12.8],[10.6,9.4],[7.2,11.2],[6.4,8.5],[4.9,7.2],[1.8,6.5],[0.3,3.5],[0.1,-0.6],[0.1,-3.3],[0.6,-4.9],[-0.4,-5.1],[-1.3,-6.4],[-0.4,-6.9],[-0.6,-7],[-2.1,-5.4],[0.4,-2.6],[-0.1,-3.7],[0.1,-4.1],[-1.2,-3.9],[-1.1,-1.8],[-0.7,-1],[-2.1,-0.5],[-1.5,-0.7],[-2.2,-0.4],[-1,-0.3],[-0.9,0.9],[-1,3.1],[-1.3,3.1],[-1.1,1.8],[-0.8,1.3],[-0.2,0.6],[-2.6,1.5],[-1.4,-0.6],[-1.1,-2],[-0.9,-0.9],[-0.7,0],[-0.9,-0.8],[0.5,-2.3],[-0.3,-2.1],[-1.1,-1.6],[-2,-0.3],[-3,0.5],[-3.1,0.1],[-3.3,0.1],[-2.9,-0.2],[-2.6,-0.2],[-2.2,-0.3],[-1.5,-0.7],[-0.1,-0.4],[0.7,1.1],[0.8,1.3],[0.4,2.6],[0.2,3.1],[0.4,3.5],[0.2,2.8],[-0.6,2.7],[-0.1,3.4],[0.7,4],[1.5,3.9],[2.1,3.7],[3,3.1],[2.9,3],[3.2,3.3],[3.5,3],[4.3,3.3],[4.3,3.5],[4.3,3.6],[4.2,3.5],[4.1,3.3],[3.4,3.4],[2.5,3.6],[2.3,3],[2.6,2.8],[2.9,2.3],[3.5,2.6],[6,1.1],[2.8,1.7],[4.4,0.8],[3.5,1.5],[4.7,1.8],[3.2,2.5],[3.3,3.3],[3.3,3.3],[6,2.6],[5.3,2],[4.8,3.3],[4.2,3.5],[4.1,4],[4,3.6],[4.6,3.1],[4.5,3.5],[4.7,3.2],[2.1,2.8],[2.9,5.2],[2.7,6.9],[5.2,6.8],[-0.2,4.5],[0.4,5.5],[-2.7,3.4],[-0.8,0.2],[-1.5,0.1],[-0.1,1.2],[0.2,-0.7],[0.1,-0.2],[1.3,0.2],[0.4,1.3],[2.2,1.5],[0.6,0.3],[2.9,-0.1],[-0.8,1.6],[0.9,1.2],[0.6,1.7],[0.4,-0.4],[1.7,-0.6],[1.5,-0.2],[2.5,-1],[2.7,0],[2.3,-0.4],[1.7,-0.9],[1.6,-1.2],[1.5,-2],[-1,-1.1],[0.1,-1.7],[-0.2,-1.5],[1.4,-0.7],[1.4,-0.8],[1.8,-1.1],[1.4,-0.6],[1.4,0],[1.8,-1.6],[1.4,-2.4],[1.5,-1.6],[-0.8,2],[-2.3,0.6],[-2.2,1.6],[-1.1,2.2],[-0.8,1.9],[0.3,0.8],[1,0.1],[1,0.6],[-0.3,2.2],[1,2.2],[1.1,-0.2],[1.7,0.6],[2.1,0.5],[3.4,-0.3],[2.9,-0.6],[1.7,-0.9],[1.9,-1.3],[0.8,-0.9],[1.4,0.5],[0.6,1],[0.3,1.7],[0.8,0.9],[1.6,-0.5],[1.1,-1.3],[0.4,-3.2],[-4.7,-12.7],[-1,-2.1],[0,-3.9],[-1.8,-6.5],[-1.1,-4.8],[-5,-5.2],[-5.2,-3.8],[-4.2,-3.3],[-3.5,-3.1],[-2.7,-2.8],[-2,-3.3],[-1.2,-4],[0,-3.9],[1.8,-3.4],[3.1,-3.2],[4.3,-1.4],[4.4,-0.8],[2.7,-0.7],[1.8,3],[-1.4,0.5],[-2.5,-4.1],[-2.2,-7.1],[-2,-8.1],[-2.1,-9.1],[-3.5,-9.3],[-4.1,-9.4],[-4.3,-9.8],[-5,-9.7],[-5.5,-9.6],[-5.4,-9.7],[-6.2,-10.1],[-7.3,-9.9],[-8.2,-8.5],[-8.9,-6.8],[-9.9,-4.9],[-10.4,-3.7],[-10.6,-3],[-11.1,-0.7],[-11.6,0.6],[-9.5,2.5],[-10.3,3.3],[-11,3.7],[-11.2,4.5],[-11,4.9],[-10.6,5.5],[-10.1,5.8],[-9.4,5.7],[-8.7,5.4],[-8.5,4.7],[-8.2,4.1],[-7.9,3.9],[-7.6,3.9],[-7.3,3],[-6.4,2],[-5.7,1.8],[-5.2,1.5],[-4.8,1.1],[-4.1,0.5],[-3,-0.3],[-1.4,-1.1],[0,-1.2],[0.9,-1],[1,-0.6],[0.9,-0.8],[1.6,0],[0.4,0.8],[-1.5,1.2],[-3,1.6],[-4.5,2.6],[-5.4,3.4],[-5.6,4.6],[-5.2,5.4],[-4,5.9],[-2.2,6.1],[-0.1,6],[2.1,5.7],[4.2,5.3],[6,4.9],[7.5,4.5],[8.8,4.2],[9.6,4],[10.2,3.9],[10.5,3.8],[10.3,3.6],[10.1,3.5],[10,3.6],[10.1,3.3],[9.8,2.6],[9.6,2.3],[9.7,2.5],[9.2,3],[7.8,2.7],[0.5,1.1],[1.1,1.9],[-2.9,0.8],[-0.6,1.1],[0.9,2.3],[1.5,1.9],[1.2,2.9],[4.4,2.7],[-0.5,2.3],[1,1.5],[0.6,0.9],[1.5,1.5],[1.9,0.8],[7.7,0.6],[10.9,1.2],[9.2,1],[13.4,0.9],[11,0.1],[10,-1.6],[10.6,-3.8],[7.8,-1.8],[6.1,1.8],[6.8,2.3],[1.9,1.7],[-0.7,4.1],[-0.6,3.9],[-2.9,2.6],[-3.5,1.9],[-3.1,2.1],[-3.4,3.2],[-3.5,2.8],[-2.5,1.8],[-2,1.6],[-1.9,1.5],[-2,1.1],[-1.9,1.4],[-1.9,1.4],[-2.2,1.2],[-1.7,-0.2],[-2.1,-0.3],[-1.7,-0.4],[-1.2,-1.1],[-0.7,-1.4],[-0.3,-1.5],[0.4,-1.8],[0.6,-2],[0.6,-2.2],[0.9,-2.5],[1.3,-2.8],[1.8,-2.8],[1.7,-2.9],[0.9,-3.1],[0.9,-3.1],[0.3,-3.9],[0.8,-4],[0.2,-2.8],[-0.9,-1.4],[-1.6,-1.2],[-2.2,-1.4],[-2.2,-0.6],[-2,-2.9],[-6.6,4.4],[-6,10],[-0.6,8],[0.2,6.2],[-0.6,7.6],[1.7,9.6],[1.6,11.3],[2.2,13.8],[0.1,9.5],[1.4,4],[3.3,5.5],[6.1,9.7],[5.6,8.5],[5.3,7.9],[7.1,8],[8.1,7.6],[9,6.9],[9.6,5.6],[9.9,4.3],[9.9,3.2],[10.1,2.5],[10.5,2.1],[11,1.7],[11.2,1.5],[11.6,0.9],[11.9,-0.2],[12.1,-0.6],[12.5,-1.2],[12.8,-1.4],[13.4,-1.5],[13.5,-2.5],[13.6,-2.7],[13.4,-3.5],[13.7,-4.5],[13.8,-4.7],[13.9,-4.9],[14.1,-5],[14.4,-5.5],[14.2,-5.2],[14.1,-5.3],[14.7,-5.8],[13.7,-5.8],[14.2,-5.9],[13.3,-6.2],[13.1,-7],[12.7,-7.7],[12.3,-8.5],[12.2,-9.2],[11.9,-9.7],[12.6,-10.1],[10.9,-9.7],[11.7,-6.9],[6.1,13.1],[3.7,11.6],[5.8,8.2],[2.4,7.7],[1.1,4.8],[-0.4,1.1],[0.1,-2],[0.2,-3.8],[0.6,-4.6],[-2.6,-3.4],[-1,-5.3],[-1.2,-5.9],[-1.2,-5.7],[-1.1,-5.3],[-1.7,-5.1],[-3,-5.3],[-1,-2.4],[-1.6,-2.1],[-1.5,-1.9],[-1.2,-0.5],[-0.9,-0.3],[-0.7,0.1],[-0.5,0],[-1.2,0.7],[-2.6,1.7],[-2,1.8],[-1.7,1.4],[-2,0.4],[-1.2,0.6],[-1.5,0.6],[-1.4,0.7],[-1.4,-0.5],[-1.3,-1.7],[-3.1,0.6],[-3.4,-0.2],[-2.4,-0.6],[-2.9,-1],[-3.5,-1.3],[-3.4,-1.8],[-3.1,-1.7],[-3.1,-2],[-2.9,-1.8],[-2.3,-1.4],[-1.7,-1.4],[-1.3,-0.7],[-0.7,-0.5],[0.6,-0.6],[0.4,-0.4],[0.6,1.2],[0,2.3],[0.3,2.6],[0.1,3.1],[0.2,2.8],[0.8,3.4],[2.1,3.8],[2.3,3.9],[3.6,3.6],[3.6,3.1],[4.2,2.8],[4.9,2.2],[4.4,2.9],[4.7,3],[4.8,2.7],[4.7,2.8],[4.4,3.2],[3.9,3.6],[3.2,4],[2.5,4.2],[2.7,4.6],[3.6,4.7],[3.5,4.3],[4,3.4],[5.2,2.3],[5.1,2.2],[5,1],[4.9,1.8],[4.5,1.8],[4.3,3.1],[4.4,3.6],[4.7,3.7],[4.7,4.2],[7.1,4.5],[7.2,2.9],[3.7,2.1],[4.8,3.5],[5.8,3.9],[6,4],[6.4,4.4],[6.9,3.7],[7.3,4.4],[7.7,4.2],[5.2,4],[3,2.6],[2.3,2.4],[1.7,3.7],[-0.8,4.9],[-1,2.5],[-3.5,1.7],[-0.6,0],[0.3,1.9],[0.2,2],[0.1,2],[1.9,2],[-0.1,1.5],[1.3,-0.2],[1.8,2.3],[-1.5,0],[0,-1],[-0.7,0.1],[-0.6,0.8],[0.9,-0.2],[1.1,0.5],[1.3,-0.9],[2.2,-0.7],[2,-0.1],[1.5,0.1],[0.9,-1.3],[0.8,-0.8],[1.2,-0.7],[1.2,-0.5],[1,0.7],[1,0.6],[1.3,1.4],[1.5,-0.4],[1.8,-0.3],[1.9,-0.9],[2,-2],[1.3,-0.4],[1.9,-1.4],[0.8,-0.4],[-0.6,2.8],[-1.1,2.1],[0.3,1.8],[-0.2,1.9],[-0.3,1.7],[-0.1,1.6],[1.5,1],[1.1,0.7],[0.7,1.9],[0.3,2.4],[1.1,1.3],[2.1,0.2],[1.2,0.2],[2.4,-1.7],[1.4,-1.3],[1.6,0.5],[1.7,0.8],[1.5,-0.2],[1.1,-1.1],[0.1,-0.4],[0.7,1],[0.9,1.8],[0.9,0.5],[1.1,-1],[0.2,-1.9],[-1.7,-11.2],[-0.9,-5.2],[-0.1,-2],[1.8,-6.2],[-1.7,-4.1],[-3.2,-5.2],[-3.8,-4.1],[-3.6,-3.7],[-3.3,-3.9],[-3.1,-4.3],[-2.5,-4.8],[-1.3,-5.5],[0.2,-5.6],[1.4,-5.1],[1.8,-4.6],[2,-2.5],[3.2,-0.9],[3.2,-0.1],[4.7,-1.6],[-5.2,2.4],[-4.2,-2.6],[-2.5,-5.1],[-1.2,-6.6],[-1,-7.5],[-0.8,-7.9],[-1.1,-8.4],[-1.3,-8.6],[-1.5,-8.9],[-2.2,-8.6],[-3.1,-8.2],[-3.7,-7.9],[-4,-7.7],[-5,-7.7],[-6.3,-6.4],[-7.7,-4.3],[-7.6,-2.5],[-8.3,-0.7],[-9.1,-0.5],[-9.6,1.4],[-7.6,2.7],[-8.1,3.6],[-8.2,4.5],[-8.1,5.4],[-8.2,6],[-7.8,6.3],[-7.1,6.3],[-6.2,6.3],[-5.6,6],[-5.4,5.5],[-5.6,4.6],[-5.5,3.6],[-5,3.1],[-4.4,2.4],[-3.7,1.8],[-3.6,2.3],[-3.6,1.5],[-2.2,-0.4],[-1.1,-0.9],[-0.9,-1.6],[-0.6,-2.4],[1.3,-0.6],[3.9,1.3],[3.5,1.4],[2.9,0.7],[1.4,0.1],[1.2,3.3],[0.8,3.9],[0.6,4.6],[0.3,5.3],[-0.5,5.8],[-0.4,6.1],[-0.1,6.3],[0.5,6],[1.5,5.7],[2.8,5.4],[4.6,4.8],[6.3,4.3],[7.9,3.9],[8.7,3.7],[9.3,3.7],[9.8,3.8],[9.9,4],[9.7,4.2],[9.8,4.5],[9.7,4.7],[9.6,4.5],[9.4,4.3],[9.5,4.1],[9.9,3.1],[10.2,2.1],[9.3,3.1],[5.2,5.7],[-0.6,1.5],[0.3,2],[0.6,2],[1.1,3.5],[0.1,2.6],[1.8,1.9],[-0.1,1.8],[-0.8,1.6],[-0.4,1.7],[1.2,1.6],[1.8,2],[1,1.3],[4.7,2.3],[5.9,-0.4],[5.9,0],[5,-1],[3.7,-0.7],[6.2,-2.4],[5.2,-2.7],[3.4,-3.5],[4.6,-4.1],[2.8,-0.9],[-0.8,2.1],[-3.3,2.5],[-2.1,2.8],[-2.4,3.3],[-1.4,2.6],[-1.5,1.9],[-3.4,3.1],[-2.4,1.7],[-3.1,2.9],[-2.3,2],[-2.3,2.8],[-1.9,2.3],[-1.7,2],[-1.6,2.2],[-1.5,1.7],[-1.4,1.8],[-1.3,1.4],[-1.4,0.9],[-1.4,0.4],[-1.2,-0.7],[-0.9,-1.5],[-0.3,-1.8],[0.4,-2],[0.8,-2.2],[1,-1.9],[1.5,-1.6],[1.5,-1.8],[0.9,-2.3],[0.8,-2.8],[0.1,-3.3],[0,-3.5],[0.1,-4.4],[0.4,-3.1],[0.2,-3.3],[-1,-0.9],[-1.3,0.1],[-1.2,0.1],[-2.4,0.2],[-1.4,-0.1],[-1.5,0.7],[-1.6,4.1],[-0.2,5.6],[0.5,5.9],[1.3,5.5],[1.4,5.3],[1.7,4.5],[2.1,5.3],[5.9,11],[5,7.2],[0.7,3.1],[4.9,8.6],[5.1,8.2],[5.9,8.7],[7.6,8.8],[8.4,7.5],[10,7.1],[11.2,6.5],[11.6,5.7],[11.6,4.7],[11.9,3.6],[12.5,2.6],[12.8,2.1],[13.2,1.7],[13.5,1.1],[13.9,0.1],[14.2,-0.6],[14.4,-1.2],[14.4,-1.7],[14.5,-2],[14.3,-2.6],[14.6,-3],[14.9,-3.4],[15.2,-3.8],[15.4,-4],[15.5,-4.2],[15.6,-4.4],[16.1,-3.9],[15.8,-4.4],[15,-4.5],[15.6,-4.3],[14.6,-4.7],[14.4,-5.3],[13.7,-5.7],[13.4,-6],[13.3,-6.4],[13.4,-6.9],[12.9,-7.8],[12.4,-8.4],[12.6,-9],[12.3,-9.4],[11.7,-12.5],[6,13.6],[3.4,13.2],[3.9,10.8],[3.1,9],[1.5,6.3],[-0.2,3.1],[0.5,-0.8],[0.4,-3.1],[1.3,-4.3],[-0.5,-4.2],[-0.2,-1.3],[0.1,-2],[1.3,-2.5],[0.4,-2.4],[0.2,-2.8],[1.4,-4.6],[-0.4,-5.1],[-1.2,0.2],[-0.4,-0.9],[0.8,-0.4],[0.9,0.3],[-1.2,1.5],[-0.9,0.7],[-0.4,0.4],[-1.1,0.3],[-1.9,0.8],[-1.4,1.2],[-1.5,2.3],[-1.3,2.1],[-0.4,0.8],[-1.7,1],[-2.5,1.3],[-2.3,-0.1],[-3,0.2],[-3.9,0.4],[-3.1,0],[-2.9,-0.5],[-2.9,-0.6],[-2.9,-0.8],[-2.8,-1.2],[-2.3,-1.6],[-2.1,-1.7],[-1.8,-1.7],[-1.6,-1.9],[-1.1,-1.9],[-0.6,-1.8],[0.2,-1.5],[0.9,-0.6],[0.7,0.2],[0.3,1],[0.3,1.5],[0.7,2.4],[1.5,2.9],[2.5,3.4],[2.9,3.6],[4.1,3.9],[3.7,3.3],[4.2,3.1],[4.2,2.5],[3.8,1.7],[3.8,1.8],[4.2,2.3],[5.2,2.7],[5.3,2.7],[4.8,2.9],[4.2,3.6],[3.7,4.5],[4,5.1],[3.8,4.5],[3.2,4.2],[4,4.2],[4.6,3.7],[7,2.7],[5.9,1.5],[7.1,1.7],[7.1,1.3],[5.6,2.5],[5.6,3.3],[5.2,4.2],[4.2,5.6],[6.1,5.5],[7.2,4.8],[6.7,3.9],[6.8,3.8],[6.6,4.1],[7.1,4.2],[7.2,4.9],[8.8,4.7],[7.3,4.8],[8.3,4.9],[5.3,2.7],[3.4,3],[2.9,3],[2.2,3.2],[1.2,4.8],[0.4,6.9],[-1.2,6.1],[-1.1,3.4],[0.8,2.7],[-0.2,2.5],[-0.8,1.6],[-0.2,1.5],[-0.9,1.5],[0.3,2.2],[1.2,0.8],[-0.9,0.3],[-0.6,1.8],[1,1.4],[0.1,1.6],[0.5,1.8],[0.4,0.8],[-0.4,-0.4],[1,0.9],[0.4,0.2],[2.3,-0.2],[2.1,-0.8],[1.4,0.4],[1,0.3],[0.2,0.6],[1.7,-1.5],[1.8,-0.1],[1.6,2],[2.6,1],[1.9,0.8],[3.4,-0.5],[3.5,-0.8],[2.7,-0.2],[3.3,-0.8],[2,-0.4],[-0.2,1.9],[0.2,2.2],[1.3,2.2],[0.2,2],[-0.1,1.8],[-0.1,1.7],[0.3,1.7],[1.1,0.9],[1,0.7],[1.1,1.2],[1.2,1.8],[1.5,2],[1.5,1.1],[1.7,-0.6],[1.9,-0.9],[1.2,-1.3],[1.3,-1.2],[1.4,-0.7],[-0.6,1.3],[1.3,-1],[1.1,0.9],[1.5,-0.3],[1.2,-1.2],[1.4,0.1],[0,-1.2],[1.1,-1.1],[-0.5,-6],[-0.7,-6.5],[-0.3,-1.7],[3.9,-7.9],[-2.6,-5.1],[-2.6,-5.1],[-3.3,-4.6],[-3.5,-5],[-3,-4.9],[-2.7,-4.8],[-2.3,-5.3],[-1.6,-6.1],[-0.8,-6.3],[0.3,-6.2],[0.9,-5.1],[2.2,-3],[3.3,-2.3],[-4.3,1.8],[-10.2,1.9],[-6.5,-1.1],[-4.3,-3.5],[-2.5,-4.6],[-1.7,-5.9],[-1.3,-6.9],[-0.4,-7.3],[-0.2,-7.2],[0.1,-7],[1.1,-7.2],[1.7,-7.2],[2.6,-7],[2,-5.9],[0.4,-4.5],[-0.4,-4.1],[-1.7,-4.1],[-3.1,-3.1],[-5.5,-1.3],[-6.3,-1.6],[-6.1,1.8],[-7,2.3],[-3.6,5.2],[-4.5,5.5],[-3.5,4.8],[-4,5.6],[-4.6,6.4],[-5.2,5.9],[-3.7,5.1],[-2.9,5.3],[-0.9,6.1],[-2,7.2],[-2.5,5.8],[-3.5,4.8],[-3.4,3.1],[-2.1,1.6],[-0.5,1.4],[-1.5,3.5],[-1.7,1.8],[-1.2,-0.9],[-0.8,-1.4],[0.1,-1.4],[1.1,-2.8],[0.9,-3.3],[0.9,-4.9],[3.2,0.6],[4.3,5],[3.5,3.1],[1.8,2.7],[0.9,3.3],[0.8,4.2],[0.8,4.9],[1.2,6],[1.9,6.9],[2.5,6.8],[3.1,5.8],[3.8,5],[5,4.4],[5.8,3.4],[6.7,3.1],[7.6,3.5],[8.3,3.7],[8.9,3.9],[9,3.9],[9,4],[8.8,4.2],[8.4,4.4],[8.5,4.7],[8.8,4.5],[8.9,3.8],[8.8,3.5],[8.6,3],[9.2,2.6],[9.4,3.9],[2.4,3.3],[0.6,2.9],[1.5,2.7],[1.3,2.6],[1.3,2.3],[1.9,2.5],[0,2.5],[-1,1.4],[0.1,1.9],[1.1,2.2],[2,1.5],[2.7,2.3],[3.2,2.5],[4.4,0.8],[5.2,-1.4],[4.9,-1.5],[5.6,-3],[3.5,-2.5],[3.4,-2.2],[2.8,-2.8],[1.9,-3.3],[-0.2,-2.8],[-3.2,0.3],[-3.8,0.5],[-3.7,2.1],[-2.6,2.8],[-0.9,2.2],[-0.6,2.5],[-2.7,3.3],[-1.8,2.2],[-2.2,3.2],[-2.8,3.1],[-1.8,1.9],[-1.6,2.5],[-1.4,2.5],[-1,2.8],[-1.1,2.8],[-1.1,2.7],[-0.7,2.1],[-0.7,1.9],[-0.9,1.8],[-1.2,1],[-1.5,-0.2],[-1.1,-1.2],[-0.4,-1.9],[0.3,-2.2],[0.5,-2.3],[0.2,-3.7],[-0.2,-4.8],[-0.8,-4.3],[-0.9,-2.3],[-1.3,-2.8],[-1.3,-3.2],[-1.1,-3.8],[-1.3,-3.5],[-2.8,-4.2],[-2.1,-4.9],[-1.1,-4.5],[-1,-2.4],[-1.2,-0.2],[-1.2,-0.1],[-1.4,1],[-0.6,1.5],[-0.2,2.1],[-0.3,2.8],[1,4.6],[0.2,4.8],[2,5.6],[1.5,5.6],[1.2,5.8],[2.6,6.3],[3.9,5.4],[3.9,5.6],[4.7,9],[6.1,9.2],[7.1,9.2],[7.9,8.9],[10.2,9],[11.3,7.9],[11.4,6.4],[11.3,4.9],[12,4.1],[12.6,2.6],[13.1,2.1],[13.8,1.7],[14.2,1.4],[14.4,0.7],[14.6,-0.1],[14.8,-0.7],[15.1,-1.1],[15.4,-1.2],[15.9,-1.3],[16.1,-1.8],[16.3,-2.4],[16.8,-2.8],[17.1,-3.1],[17.3,-3.3],[17.8,-2.9],[17.5,-3.2],[17.1,-4],[16.6,-3.9],[16.9,-3.5],[16.3,-3.6],[15.4,-3.5],[15.6,-3.2],[15,-3.2],[14.6,-3.8],[14,-4.6],[13.8,-5.3],[13.3,-6.4],[12.6,-7.3],[12.5,-7.8],[12.8,-8.6],[12.2,-10.5],[6.6,10.6],[2.9,13.6],[3,12.1],[2.4,10.4],[-1.2,4.4],[-0.1,2.5],[1.2,-0.1],[1.2,-2.9],[2,-4.3],[0.9,-2.8],[0,-0.8],[2,-1.1],[1.8,-1.5],[2.2,-2.2],[1.8,-2.1],[2.2,-2.1],[3,-3.7],[1.1,-5],[-0.3,-0.8],[-0.1,-0.1],[-0.5,-0.1],[0.6,1.5],[0.1,1.1],[-0.4,1.4],[0.1,2.1],[-0.7,2.1],[-1.4,3],[-2.1,2],[-1.9,1.6],[-2.3,1.3],[-2.2,1.4],[-2.5,1.1],[-2.9,0.7],[-3.5,0.8],[-4.1,1.2],[-3.7,0.6],[-2.9,0.3],[-2.5,-0.2],[-2.3,-0.4],[-2,-0.9],[-2,-1.2],[-2,-1.5],[-1.9,-1.8],[-2.1,-1.9],[-2.1,-2.2],[-1.9,-2.4],[-2,-2.9],[-2.1,-3.2],[-0.8,-1.7],[-0.1,-1.2],[0.4,-0.7],[0.2,0.2],[0.6,0],[1.5,-0.3],[1.7,0.6],[1.9,1.2],[2.5,1.5],[3.4,1.8],[3.1,1.1],[2.6,1.1],[2.6,0.4],[3.3,1.5],[4.3,2],[5.2,2.5],[4.9,3],[5.1,2.7],[4.1,3.7],[3.9,4.4],[3.7,4.8],[3.7,4.2],[2.4,4.2],[1.9,2.9],[5.7,0.8],[5.4,2.3],[7.6,2.5],[8.2,1.4],[7.1,1.4],[6.2,2.2],[5.8,2.5],[4.7,5.9],[5.8,5.2],[6.5,5.5],[6.7,4.9],[6.6,4.4],[6.8,4.6],[8,4.8],[8.1,5.1],[9.2,5.4],[7.7,4],[6.1,3.1],[4.3,3.3],[4.1,3.7],[4.1,4.3],[3.5,4.8],[2.3,5.5],[3,6.8],[4.6,6.8],[3.4,3],[-0.3,0.3],[-0.2,0.7],[-0.3,0.8],[-0.6,-0.4],[-0.3,2.6],[0.5,3.2],[0.3,2.5],[-0.4,2.4],[0.5,1.9],[-0.1,1.8],[-0.9,1.5],[-0.1,1.2],[1.2,2],[0.3,1.8],[0.6,1.8],[2,0.7],[1.3,1.7],[1.7,-0.1],[1.4,0],[0.4,0.5],[1.1,-0.9],[3.7,-1.5],[8.9,-0.8],[4,-1.4],[4.6,-0.2],[3.2,1.8],[2.3,0.8],[2.6,0.6],[2.5,0.1],[2.6,0.1],[1.4,0.5],[1.4,0.7],[0.9,2.3],[0.8,1.3],[0.2,1.8],[-0.1,1.8],[0.4,1.9],[-0.1,1.6],[0.7,1.7],[1.4,0.8],[0.9,1.3],[0.6,0.5],[-0.5,0.8],[0.6,0.4],[2,-0.5],[2,-0.8],[1.9,0.3],[1.4,1.3],[1.7,-0.3],[1.1,-1.3],[0.9,-0.6],[1.1,0.1],[0.3,0],[0.4,-1.1],[-0.4,-1.3],[1.2,-1.2],[0.8,-1.8],[0.1,-1.5],[0.3,-3.4],[1.7,-2.5],[1.9,-8.1],[0.2,-6.8],[-2.7,-4.8],[-2.5,-4.4],[-2.3,-4.9],[-2.5,-5],[-2.7,-5.3],[-2.7,-5.5],[-2.7,-6.8],[-2.2,-7.9],[-1.1,-8.4],[0.1,-7.3],[0.2,-2.7],[-0.3,-0.1],[-1.2,0.3],[-6.1,2.2],[-5.8,-1.1],[-4.4,-3.9],[-2.8,-5.2],[-1.8,-6.3],[-1.2,-7.5],[0,-7.1],[1.2,-7.5],[0.7,-7.7],[0.1,-9],[1.6,-9.9],[3.3,-7.3],[4.7,-3.8],[5.7,-1.9],[4.6,0.3],[2.8,1.8],[1.7,1.4],[-0.2,0.4],[-1.5,3],[-3.3,2.7],[-3.7,3.6],[0.2,4.9],[-1,5.8],[-1,6.7],[-1.1,7.6],[-0.9,7.5],[-1.1,6.5],[-1.3,5.5],[-0.7,5.2],[-0.2,4.2],[-0.2,5.7],[-1.1,6.5],[-3.7,5.6],[-1.3,3.2],[-1,1.4],[0.9,1],[0.8,3.4],[0.3,1.7],[2.1,-0.5],[3.4,-1.6],[3.9,-1.6],[3.9,-1.8],[3.9,-2.4],[3.9,-3.2],[3.2,-4.8],[2.6,4],[4.5,6.7],[4.7,4.9],[3.7,4.7],[3.2,4.4],[2.9,4.9],[3.1,5.7],[3.3,6.1],[4.2,6.1],[4.8,5.6],[5.4,4.6],[6.2,3.4],[7.7,2.6],[8.6,2],[8.6,1.9],[8.5,2.1],[9,2.7],[9.4,3.5],[9.7,4.2],[9.7,5.1],[9.5,5.9],[9.1,6.3],[9.3,5.9],[9.2,5],[3.5,2.2],[8,4.9],[8.1,3.6],[1.1,1.3],[1.3,2.3],[0.7,2],[-0.3,2.1],[1,3.1],[2.1,3.3],[2,2.7],[-1.2,2.3],[0.3,1.9],[1.6,2.1],[2,2.5],[1.2,3.2],[3.4,1.9],[3.2,0.5],[3,-0.2],[5.9,-2.2],[6.3,-2.4],[4.1,-2.1],[3.6,-1],[3.2,-1.2],[2.4,-0.9],[2.2,-0.9],[1.1,0.2],[0,0.9],[0.1,1.2],[-0.5,2.1],[-1.6,1.9],[0.3,0.9],[-2.4,2.5],[-1.4,4.6],[-1.4,3.7],[-2.7,7.4],[-1.4,3],[-1.2,3.2],[-1,3],[-1.1,2.6],[-1.3,3.6],[-1,2.6],[-0.9,3.3],[-0.4,2.5],[-0.6,2.1],[-0.6,2],[-0.8,1.8],[-1.1,1],[-1.5,-0.4],[-1,-1.8],[0,-2.2],[-1.1,-3.6],[-1.2,-3.3],[-1.7,-4.8],[-1.6,-4.1],[-3.1,-2.9],[-2.1,-3.1],[-2.6,-3.2],[-3.2,-4.2],[-2,-3.5],[-2.8,-3.8],[-2.8,-4.5],[-3,-4.6],[-3,-4.6],[-1.5,-4.8],[-0.5,-2.9],[-1,0.5],[-0.7,0.7],[-0.5,0],[-0.1,0.3],[-1.4,-0.4],[-1.4,-0.9],[-1.4,-0.7],[0.3,0.6],[3,4],[2.2,3.3],[1.9,3.1],[0.8,3.8],[3.7,9.1],[5.5,7.6],[6.6,8.3],[9.7,9],[11.9,7.5],[12.5,6.4],[12.6,6.1],[13,5.9],[13.6,4.8],[14.3,4.1],[14.1,4],[14.3,3.6],[14.7,2.5],[15.3,1.2],[15.6,0.4],[16,-0.3],[16.6,-0.9],[17.1,-1.1],[17.5,-1.4],[18.2,-1.8],[18.2,-2.4],[18.7,-2.4],[19.4,-2.2],[19.4,-2.5],[18.7,-3.3],[18.4,-3.4],[18.1,-3.3],[18.1,-3],[17.7,-3],[17.2,-2.8],[16.9,-2.3],[16.6,-2.1],[15.9,-2],[15.5,-2.3],[15,-2.8],[14.2,-3.5],[13.4,-4.4],[12.7,-5.9],[12.5,-6.8],[12.7,-8],[12.1,-9.2],[7.1,7.9],[2,14],[2.2,12.7],[1.6,10.9],[-0.6,9],[-0.7,3.3],[1.3,2.4],[0.7,0.4],[3,-3.1],[2.1,-5.1],[0.5,-0.8],[2.3,-0.4],[2.8,-1.4],[3.1,-0.6],[4.1,-1.7],[5.8,-1.3],[6.2,-1.5],[1.1,0.1],[-1.4,-4],[1.1,-2.3],[1.6,1.8],[1.3,0.9],[1,1.4],[0.5,2.8],[-0.1,3],[-0.7,3],[-1.6,3.4],[-1.2,3.6],[-1.2,2.7],[-1.8,2.2],[-2.2,2.1],[-2.8,2.4],[-2.7,1.8],[-2.8,2],[-2.7,1],[-1.9,0.4],[-1.8,0.1],[-1.7,0.1],[-1.5,0.1],[-1.6,0],[-1.9,-0.7],[-1.9,-1.2],[-2,-1.5],[-2.1,-1.7],[-2,-2],[-1.9,-2.2],[-1.9,-2.4],[-2.3,-3.2],[-2.5,-2.7],[-1.9,-2.2],[-1.5,-2.4],[-1.2,-2.2],[-0.8,-2.3],[-0.2,-2.3],[-0.1,-2.2],[0.3,-2.4],[0.9,-1.6],[1.3,-0.8],[1.7,-0.4],[2,-0.4],[2.4,-0.2],[2.9,-0.3],[2.7,0.2],[2.7,1.2],[3.8,1.4],[3.4,2.1],[3.7,2.5],[3.9,3.4],[3.5,4.1],[3.7,3.9],[2.3,5.1],[1.2,2.3],[3.5,0.7],[3.6,1.7],[6,2.6],[6.1,1.3],[5.3,1.2],[5.5,1.3],[5.6,2],[4.5,3.7],[6.1,3.9],[6,5.6],[6.8,5.6],[7.9,6],[7.1,5.9],[8.3,5.2],[7.3,5],[7.2,3.8],[5.8,3.1],[6.6,4.2],[5.9,4.3],[5.5,5],[5.5,5.5],[4.2,5.6],[3.9,6.2],[4.2,6.1],[4.7,6.7],[3.8,4.6],[1,2.6],[1,2.5],[0.3,2],[-0.1,1.6],[0,1.6],[0.5,1],[0.4,0.9],[0.5,2],[-0.4,2.2],[-0.6,3.2],[0.2,2.2],[-1,1.5],[-0.6,1.4],[0.6,1.2],[1.1,1.7],[2,2.3],[2,1.6],[0.9,1.2],[-0.2,-0.6],[2,-1.1],[2.4,-1.6],[3,-0.8],[3.5,-1.3],[4.7,0.5],[5.3,3.3],[2.3,0.1],[3,-0.8],[3.2,-0.4],[2.5,1.6],[2.5,0.9],[1.5,1.2],[1.5,0.8],[-0.3,1.5],[0.4,1.5],[0.4,1.5],[0.2,1.2],[0,1.5],[0.9,1.7],[0.8,1],[0.8,1.5],[0.5,0.2],[1.1,0.3],[1.6,0],[2,0.4],[1.8,-0.2],[1.6,-0.8],[2,-0.4],[0.8,0.5],[1.1,1.1],[1,0.1],[0.5,0.3],[2,-0.2],[0.2,0.2],[0.2,-0.8],[0.5,-1],[1.3,-0.5],[1,0],[1.6,-1.5],[1.1,-3.8],[2.5,-3],[3.9,-7.1],[0.5,-4.5],[-3.2,-3.8],[-2.7,-4],[-2.3,-4.7],[-2.4,-5.2],[-2.5,-5.8],[-2.7,-6.2],[-2.8,-7],[-2.7,-8.8],[-2,-9.8],[-1.1,-8.3],[-0.5,-3],[-0.8,-0.5],[-1.2,-0.2],[-3.1,-4],[-3.8,-2.2],[-5.4,-2.7],[-2.7,-6.3],[-1.5,-7.6],[-0.6,-9.5],[0.3,-8.6],[-0.8,-7.5],[-4.1,-8.4],[-2.8,-10.6],[-2.4,-12],[-1.3,-11.8],[1.6,-6.4],[2.7,-2.8],[4.8,-1.2],[5.7,3],[4,5.9],[3.4,5.8],[1.9,4.6],[1.4,4.8],[0.7,5.1],[2.3,5.6],[2.4,6.1],[1.7,6],[1.5,5.8],[1.7,5.9],[1.6,6],[1.4,5.7],[1.2,5.2],[1,4.6],[1.9,4.7],[-0.6,8.2],[-3.2,6.3],[-2.1,4.9],[-1,2.4],[-0.6,1.8],[-0.8,0.6],[1.1,-1],[1.7,-2.5],[3.5,-2.5],[4.3,-1.8],[5,-1.1],[5.8,-0.8],[6,-1.5],[5.7,-1.5],[3.8,-0.6],[3.9,-1.2],[4.8,8.1],[4.9,8.1],[4.4,6.2],[4.2,5.2],[3,5.3],[2.4,4.8],[3.3,4.6],[5.1,4.1],[7,3.1],[8.1,2.1],[8.1,1.6],[7.6,1.4],[7.1,1.6],[7.6,1.4],[8.3,1.2],[9.1,1.3],[9.9,2.2],[10.4,3.7],[10.3,5.1],[10.2,6.2],[10.3,7.6],[6.8,6.2],[3.1,4.6],[6.8,6.6],[-0.2,1.9],[0.3,2.2],[1.8,1.7],[1,1.8],[0.6,1.9],[1.5,1.7],[0.9,3],[2.9,2.5],[1.2,2.4],[0.8,2.3],[5.2,3.2],[3.7,3.2],[5.7,2.2],[4.4,1.6],[3.9,0.3],[3.6,0.4],[3.9,0.2],[3.7,-0.3],[2.9,-1],[2,-1.3],[2.1,-1],[2.3,0.7],[2.3,-0.3],[1.6,0.3],[2,0.4],[2,0.5],[1,1.6],[-0.9,0.4],[-1.7,0.8],[-1.3,2.3],[-1.2,3.4],[-1,3.1],[-0.7,3.8],[-0.7,3.8],[-0.8,4.5],[-0.7,3.7],[-0.5,3.7],[-0.6,3.5],[-0.5,3.6],[-0.5,3.4],[-0.7,3.1],[-0.7,2.6],[-0.6,2.2],[-0.6,2.1],[-0.3,1.9],[-1.3,1],[-1.8,-0.5],[-1.5,-1.6],[-1.7,-2.7],[-2.5,-3.4],[-2.7,-4.1],[-2,-2.6],[-3.7,-2.6],[-3,-3.2],[-4.1,-2.9],[-3.1,-3.5],[-3.5,-3.2],[-3.8,-4.3],[-3.4,-4.2],[-4.2,-4.6],[-3.4,-5.4],[-3.2,-4.8],[-3.1,-4.6],[-2.8,-5.1],[-1.9,-5.1],[-2.3,-5.6],[-1.2,-2],[0.1,-0.1],[-0.2,0.2],[-1,-0.4],[-0.6,-0.8],[-1.9,-1.3],[-1.5,0.2],[-2.3,-0.9],[-2.3,-1.4],[-0.6,-1.9],[1.1,-1.3],[5.8,1.4],[11.1,4.4],[13,4.9],[14,4.6],[14.6,4.4],[15.1,4.7],[15.7,4.7],[16.1,5.1],[16.5,5.3],[16.4,4.9],[16.9,3.2],[17,2.2],[17.5,1.5],[18,0],[18.5,-0.9],[18.9,-1.4],[19.1,-1.7],[19.7,-1.6],[20.7,-1.7],[20.9,-2.2],[20.8,-2.7],[20.6,-3.1],[20.2,-3.3],[19.9,-3.2],[19.5,-2.9],[19.1,-2.5],[18.8,-1.9],[18.5,-1.3],[18.1,-0.9],[17.8,-0.9],[16.8,-0.4],[16.1,-0.4],[15.1,-0.5],[14.3,-1.4],[13.4,-2.5],[12.8,-3.9],[12.4,-5],[12.9,-6.4],[12.4,-7.7],[6.5,8],[1,14.5],[1,13.6],[0.7,11.7],[-1.2,8.4],[-1.1,3.2],[1,2.2],[1.6,0.5],[2.3,-2],[1.7,-3.8],[-0.1,-4.1],[0.2,-3.3],[2.7,-1.6],[3.3,-2],[5.8,-2.4],[2.9,-3.1],[-5.2,5.1],[-1.8,0.8],[0.2,-4.3],[1.7,-5.6],[1.6,-0.8],[1.9,1.8],[3.1,0.1],[0.7,3.8],[-0.9,3.8],[-0.8,5.2],[-0.9,4.2],[-0.7,3.8],[-0.9,5.7],[-1,3.4],[-1.2,3.4],[-1.6,4.2],[-1.3,3],[-0.8,2.3],[-0.8,2],[-0.5,1.8],[-0.5,1.4],[-0.4,0.9],[-0.8,1.2],[-0.8,1.2],[-0.6,0.5],[-0.8,-0.2],[-1,-0.8],[-1.1,-0.9],[-1.6,-1.4],[-1.1,-1.5],[-1.1,-2],[-0.9,-2.3],[-0.3,-2.1],[-0.4,-1.6],[-0.1,-1.5],[0.3,-1.3],[1,-1.5],[1.4,-1.6],[1.7,-1.7],[1.8,-1.7],[1.5,-1.1],[2,-0.9],[2.5,-1],[2.8,-1.2],[2.7,-1.3],[3.1,-1.2],[3.3,-0.9],[2.6,-0.3],[3.1,0.6],[2.8,1.1],[3.1,1.7],[3.8,2.7],[4.1,3.5],[4.5,3.5],[2.9,4.5],[2.3,3.3],[2.2,1.2],[2.8,0.6],[4.1,2.9],[3.7,1.3],[3.5,1.1],[4.1,0.7],[5,0.9],[4.2,2.2],[5.5,3.4],[6.2,3.3],[7.1,4],[8.1,3],[7.8,2.1],[7.1,2],[6.8,2.5],[5.9,3.1],[5.7,3.4],[5.1,3.6],[5.4,4.6],[5.8,5.3],[5.2,6.3],[4.1,7.2],[4.8,7.5],[5.3,7.2],[5.1,7.4],[3.8,6.3],[3.2,5.4],[2,4.8],[3.4,6.1],[0.6,3.7],[-1.3,1.8],[3.2,2.9],[1,2.3],[-0.1,3.7],[-0.9,1.8],[-1.2,0.4],[-1.7,0.4],[-0.8,1.1],[0.8,2.3],[2.6,3.3],[0.7,2],[0.8,1.5],[-0.3,-0.6],[1,-1.4],[1.8,-1.4],[2.7,-1],[3.5,-1.5],[3.9,-1.6],[2.5,-0.8],[2.8,0],[3.2,-2.2],[-1.2,3.2],[1.6,0.7],[1.3,0.6],[1.6,-0.6],[1.9,0.8],[0.6,1.2],[1.1,0.3],[0.4,1.6],[0.9,1.3],[0,1.8],[0.5,1.6],[0.1,1.7],[0.6,1],[0.9,0.4],[0.6,1.1],[0.9,0.3],[1.6,0.4],[1.1,-0.1],[0.5,0.5],[0.4,0.7],[-0.2,0.1],[0.9,-0.3],[1.6,0.5],[2.6,0.4],[1.5,1.3],[0.5,1.9],[2.2,0],[-0.4,-0.8],[0.2,-0.1],[1.3,-0.3],[1,0],[1.5,-0.8],[2.5,-3.6],[3,-3.7],[2.8,-3.2],[3.7,-5.8],[-2.3,-5.9],[-2.5,-4.8],[-2,-5.2],[-2.1,-5.2],[-2.4,-5.3],[-2.5,-6.1],[-2.2,-7.2],[-2.5,-7.4],[-3.1,-8.5],[-2.9,-10.8],[-2.3,-9.9],[-0.6,-2.1],[-2,0.3],[-1,-0.5],[0.9,-1.4],[1.1,-2.9],[-3.3,-2.7],[-3.3,-6.3],[-0.4,-8.9],[0.4,-10.5],[0.3,-10.6],[-2.5,-7.3],[-4.3,-8.3],[-3.2,-10.4],[-2.9,-11.7],[-2.7,-13.1],[-1.9,-12.6],[0.7,-3.4],[1.9,-1.8],[3.6,0.6],[4.5,4.8],[3,7.8],[4.2,6.9],[3.4,6],[1.9,5.3],[3.1,4.8],[3.6,6.4],[3,7.1],[2.9,6.7],[2.5,6.5],[2,6],[2,6],[1.6,6.4],[2.2,5.2],[-2.4,7.7],[-5.4,8.5],[-3.6,6.2],[-2.7,5.1],[-2.6,3.6],[-1.6,1.4],[-2.9,1],[-1.5,-0.9],[1,-3.8],[2.1,-2.6],[3.1,-4],[5.7,-2.6],[5,3],[3.6,-1],[6.5,1.1],[3.7,3.6],[1.3,3.3],[-3,2.9],[-1.9,4.9],[0,5.7],[2.1,5.4],[4.4,5.2],[3.6,4.6],[4,3.7],[3.2,3.4],[1.6,3.2],[1,2.1],[2.6,0.6],[4.7,-0.3],[6.6,-1],[8.5,-0.7],[11,-1.1],[13.6,-1.9],[15.2,-0.8],[16.5,2.5],[15.6,8],[11.4,12.2],[7.1,10.6],[3.3,4.7],[5.5,6],[4,4.8],[0.4,2.5],[-0.6,1.9],[1,2.2],[1.1,1.3],[0.4,1.6],[1.4,0.7],[2.4,1.6],[1.1,1.7],[3.7,2.2],[5.2,2.3],[6.2,1.9],[3.4,1.2],[3.3,1.8],[2.8,2.3],[4.3,2.5],[4.5,0.5],[1.8,1.7],[1.8,0.4],[1,-0.8],[2.1,-0.8],[2.6,-0.9],[2.7,0.4],[2.1,0],[2.3,1.3],[2.3,1.1],[2.3,2.1],[0.8,1.5],[-0.3,2.8],[0.1,3.1],[-0.4,3.2],[-0.6,2.9],[-0.9,3.1],[-0.6,3],[-0.9,3.3],[-0.8,3.3],[-0.8,3.6],[-0.9,3.8],[-0.7,3.3],[-0.8,3.3],[-0.8,3.3],[-0.8,2.6],[-0.6,2.5],[-0.8,2.7],[-0.4,3],[0.3,2.3],[-0.1,2.3],[-0.9,1.9],[-1.7,0.7],[-2.5,-0.4],[-3.3,-1.6],[-3.3,-2.4],[-3,-2.8],[-2.6,-1.2],[-2.9,-1.2],[-3.5,-1.5],[-2.5,-2.1],[-3.2,-2.4],[-4.2,-3.6],[-3.1,-3.2],[-3.6,-3],[-2.2,-3],[-2.1,-3.8],[-1.1,-4],[-1.4,-3.7],[-0.9,-3.9],[-1.2,-3.9],[0.1,-3.2],[-0.6,-3.6],[0.5,-2.1],[0,-2.6],[-1.2,-3.1],[0.2,-3.3],[0.2,-2.9],[1.7,-0.9],[2.5,0.5],[4.1,1],[6.7,0.9],[8.9,1.4],[10.9,2],[12.9,2],[14.8,1.5],[15.9,1],[16.4,1.8],[16.6,2],[16.8,2.1],[17.1,2.4],[17.3,2.3],[17.6,2],[18,0.7],[18.5,-0.1],[19.5,-0.3],[20.3,-0.4],[20.5,-0.9],[21,-1.4],[21.9,-1.4],[22.3,-1.8],[22.3,-2.4],[22.1,-2.8],[22,-2.9],[22.1,-2.4],[21.9,-2],[21.4,-1.6],[20.9,-1.1],[20.4,-0.3],[19.7,0.5],[19,1.1],[18.4,1.6],[18.1,1.6],[17.5,1.4],[16.4,1.3],[14.9,0.8],[13.6,0.2],[12.4,-1.2],[12.5,-2.8],[12.8,-4.4],[12.8,-6.6],[4.9,10.5],[0.4,15.1],[0.2,14.2],[-1.2,12.5],[-0.7,10],[0.8,8],[-0.6,2.5],[1.2,2],[1.3,0],[-1.1,-1.2],[0.6,-2.6],[1,-1.6],[2.3,-2.6],[-1.2,-6.7],[-4.7,-3.6],[-6.5,2.7],[-4.5,1.8],[-2.1,-1.2],[-1.9,-4],[-2.3,-6.4],[-1.1,-1.4],[-0.2,0.8],[-3.4,1.6],[-2.1,-0.4],[-0.6,4.5],[-0.3,6.4],[-0.7,4.3],[-0.4,6.5],[0,6.9],[0.3,4.6],[0.8,7.6],[0.1,7.6],[0,5.8],[0.2,6.7],[-0.2,5.1],[-0.6,3.9],[-0.3,1.2],[-0.1,0.9],[0,1.4],[0.3,1.7],[0.6,1.4],[0.9,1.2],[0.9,0.5],[0.7,-0.2],[1,-0.9],[1.6,-1.3],[2.1,-1.4],[2.3,-1.5],[2,-1.2],[1.9,-0.5],[1.9,-0.8],[2.2,-1.1],[2.4,-1.2],[2.4,-1],[2.5,-0.5],[2.5,-0.1],[2.4,-0.1],[2.3,-0.2],[2.7,-0.4],[3,-0.4],[3.6,-0.5],[2.8,-0.7],[2.8,-0.8],[3,-0.4],[2.9,0.2],[2.9,0.3],[4.2,0.7],[4.8,1],[4.8,2.1],[3.9,2.2],[1.9,3],[1.3,3.8],[3.2,2.5],[3.2,0.7],[4.7,-1.3],[2.6,1.7],[3.5,0.9],[5.4,1.5],[4.7,0.5],[4,1],[6.3,1.1],[5.9,1.5],[5.9,2.1],[5.8,2.1],[4.8,1.6],[4.7,1.6],[5.9,2.1],[5.8,2.4],[5.1,2.8],[4.6,2.7],[4.3,3.2],[4.8,4],[5.8,6.8],[3.8,6.3],[3.4,5.1],[3.7,5],[5.2,7.1],[4.1,7.8],[3.8,5.8],[3.8,5.5],[2.9,7.3],[0.6,6.1],[3.2,5.1],[4.4,2.8],[0.4,3.7],[-0.5,4.3],[-0.2,3.8],[1.1,4.9],[1.2,4],[0.3,2],[-0.4,1.5],[-0.9,1.2],[0.6,1.9],[0.4,-0.2],[1.5,-0.6],[1.9,-0.1],[2.3,-0.4],[2.9,-0.9],[3.7,-1.4],[2.6,-0.6],[3.3,-0.2],[2.9,-0.3],[1.7,0.6],[1,2.9],[-0.2,1.7],[0.5,0.9],[2.4,-0.5],[0.9,0.1],[1.5,-1.2],[0.4,0],[-0.2,0.8],[0.4,0.4],[0.9,0.4],[0.9,0.7],[0.6,1.8],[0.8,0.9],[0.5,0.9],[-0.2,1.8],[0.9,0.9],[0.4,-0.2],[0.6,-0.8],[0.9,0.1],[0.8,0.1],[0.4,0.9],[0.5,0.1],[0.5,-0.1],[1.1,-1.4],[1.4,-1],[0.3,-1.5],[2,-1.7],[3.5,-1],[1.7,1.2],[2.1,0.5],[1.8,-0.3],[2.5,-1.2],[2.5,-2.4],[3.2,-3.1],[3.8,-3.6],[0.9,-5.5],[0.2,-5],[-0.1,-5],[-0.6,-5.3],[-1.6,-5.1],[-1.9,-4.3],[-2.3,-4.8],[-2.5,-6.3],[-3,-7.7],[-3.8,-7.8],[-5.2,-9.8],[-5.3,-10.3],[-1,-1.9],[-2.2,0.6],[-0.2,-0.1],[0.2,-0.1],[0,-0.5],[-0.4,-2.1],[1.9,-3.3],[1.2,-7.5],[1.4,-9.9],[1.6,-10.5],[0.1,-6.6],[-3.8,-6.1],[-3.7,-9],[-3.3,-11],[-3,-12.5],[-2.6,-13.9],[-3.5,-12.8],[0.2,1],[0.4,0.1],[1.6,2.4],[2,5.9],[2.4,6.8],[4,6.3],[3.7,6.2],[4.5,3.9],[4.2,5.8],[2.2,8.3],[2.7,7.2],[3.3,7.3],[3.2,7.7],[2.9,6.4],[2.4,7.9],[-0.3,9],[-5.5,10.9],[-3.8,8.2],[-2.9,7.6],[-3.1,6.2],[-3,4.1],[-4.7,1.4],[-2.6,-1.9],[-1.2,-2.9],[0.2,-3.7],[1.3,-3.2],[-0.5,-4.2],[-0.1,-2.5],[-0.2,-2.5],[-0.8,-6.2],[-6.8,-2.8],[-3.1,0.7],[1.6,3.6],[2.3,4.1],[-2,4.1],[-3.9,4.9],[-4,5],[-2.8,4.3],[-1.8,3.8],[-1.7,2.3],[-0.3,1.2],[0.9,0.6],[2.1,-0.4],[3.4,-1.6],[5.2,-2.6],[6.7,-3.7],[7.8,-4.7],[11.4,-6],[14,-7.1],[12.6,-3.1],[9.2,3.3],[6,7.6],[3,15.3],[-0.3,13.6],[-1.2,2.7],[-1.4,0.9],[-1.1,1.3],[1.4,1.7],[-1.9,1.1],[-0.3,2.3],[0.9,1.7],[1.1,1.6],[1.7,1.1],[0,1.7],[2,1.1],[2.2,1.1],[2.9,1.1],[2.4,1],[2.3,0.8],[2,0.9],[1.1,2.3],[1.9,1.9],[1.2,1.6],[0.7,0.6],[1.7,0],[2.1,1.2],[2.8,-0.2],[2,0.3],[2.5,-0.9],[2.1,-0.9],[1.8,-0.2],[1.8,0.1],[1.7,1.3],[1.2,1.6],[-0.1,2.4],[-0.3,2],[-0.3,2.5],[-0.3,3.3],[-0.7,3.3],[-0.2,3.3],[0.2,3.3],[-0.3,3.9],[-0.6,4.1],[-0.3,4],[-0.8,4.2],[-1.4,4.3],[-0.6,4.4],[0.1,4.4],[0,4.1],[-0.2,3.7],[0.1,4.4],[0.1,4.3],[0,3.7],[-0.7,3.2],[-0.9,2.7],[-1.7,1.9],[-2.6,0.8],[-2.5,-0.3],[-2.8,-1.3],[-3.1,-1.8],[-2.9,-0.6],[-2.6,-0.2],[-2.8,-1.1],[-2.7,-1.4],[-2.7,-2.1],[-2.4,-2.2],[-0.8,-2],[-0.1,-2],[1,-1.3],[-0.3,-1.7],[0.1,-2.2],[0.2,-2.2],[1.5,-2.6],[1.1,-1.8],[1.7,-1.4],[2.9,0.7],[3.7,-0.4],[5.3,-2.7],[5,-2.6],[5.4,-2.3],[6.2,-1.4],[9.3,-0.4],[10.8,0.2],[11.5,1.1],[12.1,1.9],[12.9,2.2],[13.7,2.1],[14.4,1.8],[15.4,1.6],[16.1,1.4],[16.6,1.8],[17.2,1.7],[17.5,1.5],[17.8,1.1],[18.5,0.7],[19.2,0.3],[20.1,-0.1],[20.8,-0.5],[21.4,-1],[22.2,-1.2],[23,-1.3],[23.5,-1.9],[23.7,-2.5],[23.8,-2.8],[24.1,-2.5],[24.4,-2],[24,-1.6],[23.4,-1.2],[23.1,-0.4],[22.6,0.5],[22,1.6],[21.1,2.5],[20.2,3.3],[19.4,3.8],[18.6,3.8],[17.6,3.5],[16.4,3.7],[14.8,3.8],[13.7,2.8],[11.9,1.3],[12.1,-0.4],[12.6,-1.9],[13.5,-6],[0.9,15.9],[-0.7,15.2],[-1.4,14.2],[-2.8,12.8],[-0.6,9.9],[-0.2,7.2],[-0.9,4.1],[0.1,-0.4],[-0.6,-0.8],[-0.8,-0.5],[0.7,-0.2],[2.6,-1.5],[-0.2,-8.4],[-3.4,-5.9],[-4.1,-0.8],[-3.4,-0.4],[-2.2,-0.4],[-1.4,-1.2],[-1,-2.6],[-2.1,-4.4],[-2.9,-5.5],[-4.4,2.1],[-5.2,2.2],[-1.7,0.1],[-1.3,-1.1],[-2.7,-0.2],[-0.7,2.9],[-0.5,3],[-0.1,2.7],[1.6,6.2],[1.2,7.2],[0.4,7.4],[0,6.5],[0,6.2],[0.4,5.8],[-0.8,3.6],[0,1.6],[0.5,1.2],[0.5,1.2],[0.6,1.5],[1.1,1.6],[1,1.7],[1.5,1.4],[1.5,0.6],[2.2,-0.2],[1.9,-0.9],[2.2,-0.8],[2.9,-1.4],[3.1,-1.7],[2.4,-1.3],[2.6,-1.9],[3.4,-1.6],[4,-1.4],[3.3,-1],[2.7,-0.9],[3.1,-1.2],[3.6,-1.2],[3.6,-0.8],[4.3,-0.7],[4.2,-0.6],[3.3,-0.2],[3.2,0.1],[3.1,0.2],[3.3,0.4],[3.5,0.7],[3.7,0.5],[4.2,0.6],[4.2,0.9],[4.1,1.1],[3.6,1.9],[2.5,2.8],[2.7,3.1],[3.3,2.3],[3.8,1.9],[5,1.1],[4.7,-0.2],[4.1,0.4],[4,0.5],[3.5,0.7],[4.1,0.2],[4.1,0.8],[4.7,0.7],[4.7,1.2],[4.1,2.1],[3.7,1.9],[3.8,1.2],[4.1,1.2],[4.6,1.9],[4.2,2],[4.2,2.5],[4.1,3.1],[3.9,3.3],[3.8,3.5],[4.1,5.3],[3.3,4.3],[2.9,5.1],[3.1,5.3],[3.7,7.2],[3.1,5.4],[2.6,5.2],[3.6,7.9],[5.1,8],[3.5,4],[2.7,3.2],[1.6,3.5],[1.2,4.3],[1.6,4.3],[0.9,3],[0.4,2.4],[-0.2,2],[-0.2,2.1],[0.7,1.8],[1,1.3],[1.4,1],[2,1],[2.3,0.1],[2.2,-0.8],[3,-1.3],[2.3,-1],[3.1,-1.5],[1.8,-1.1],[2.8,-1.7],[1.5,-0.6],[1.7,0.6],[0.6,1.2],[2.3,-0.4],[-0.6,2.1],[1.3,-0.5],[1,0],[0.4,0.3],[0.1,1],[0.6,0.3],[0.9,0.4],[1.1,1.1],[0,0.4],[1,1.4],[-0.6,1.2],[-0.9,0.6],[0.2,0.3],[0.7,1.2],[0.4,1],[0.2,0.1],[0.1,-0.4],[-0.2,-0.2],[0.1,0.6],[0.4,0.2],[0.4,0],[0.8,-0.4],[0.9,-0.9],[0.7,-1.4],[1.2,-2.7],[2.6,-3.1],[0.3,-0.9],[1.2,-0.6],[2.1,-1.6],[2,-2.2],[2.8,-3.9],[2.1,-4.9],[1.3,-4.6],[1,-4.4],[0.8,-4.5],[0,-4.8],[-1.4,-3.9],[-1.9,-3],[-2.4,-3.3],[-3.1,-4.7],[-3.8,-6.5],[-4.5,-7.8],[-5.7,-7.2],[-7.8,-9.3],[-1.4,-2.7],[-0.6,-1],[-1.7,2],[-0.2,-0.2],[-1.6,-1.1],[0.6,-1],[1.9,-2.3],[0.7,-6.1],[3.7,-9.9],[2.4,-8.5],[1.4,-9.1],[-4.8,-1.9],[-4.4,-7.1],[-4.3,-10.1],[-3.5,-11.4],[-3.4,-12.5],[-4.6,-13.8],[-5.5,-12.8],[-0.7,2.6],[-1.2,0.9],[0.1,3.7],[1.1,5.3],[1.8,5],[2.1,5],[2.6,1.5],[2.2,7.6],[2.3,6.7],[3,7.9],[3.5,7.1],[2.6,7],[2.4,7],[2.1,8.7],[-2.4,12.8],[-4.1,11.1],[-2.8,9.6],[-3.3,8.4],[-3.1,6.5],[-3.1,4.8],[-3.4,1.6],[-2.5,-1.9],[-1.3,-4.7],[-1.2,-4.1],[-1.7,-2.6],[-1.6,-2.2],[-2.4,-2.7],[-3.1,-3.2],[-0.8,-1.8],[0.1,-2.8],[-0.6,-5.5],[-2.6,-3.2],[-3.8,0.5],[-3.2,0.3],[-2.4,2.5],[-1.4,3.5],[0.5,3.7],[2.4,2.5],[1.7,1.6],[2.9,-0.1],[3.9,-0.7],[4.7,-1.5],[5.7,-2.6],[6.2,-3.8],[6.2,-5.2],[6.6,-7.5],[4.9,-10.3],[1.8,-6.1],[-3.3,-2.8],[-9.9,4.4],[-11.9,6.4],[-3.4,0.2],[-4.3,3.9],[-3.2,0.8],[-0.5,2.7],[0.8,2.4],[-0.8,1.6],[0.1,1.9],[0.8,1.9],[0.9,1.8],[1.9,1.1],[-0.7,1.4],[1.4,0.9],[1.8,0.3],[1.4,-0.2],[1,0.4],[1.2,0.5],[1.9,-0.4],[1.8,-0.5],[-0.4,2.3],[1.8,1.4],[0.5,2.2],[1.1,0.3],[1.9,-0.2],[2.2,0.3],[1,0.8],[1.9,-0.6],[1.6,-1.7],[2,-0.9],[2.1,-0.2],[3.4,-0.4],[2.4,0.7],[1.1,1.5],[0,2.2],[0,3.2],[0.1,2.5],[0.6,3.2],[0.5,4.2],[0.3,3.5],[0.7,3.9],[0,4],[-0.6,4.5],[-0.5,4.1],[-0.5,4.3],[-0.4,4.9],[-0.5,4.3],[-0.6,4.6],[-0.8,6.3],[0,6.4],[0.3,5.6],[0.2,4.7],[0.5,4.7],[0.4,4.2],[0.7,3.7],[0.7,3.5],[0.1,3.1],[-0.2,2.6],[-0.6,1.7],[-1,0.9],[-0.8,0.5],[-1.1,0.3],[-0.8,-0.3],[0,-1.2],[0.5,-1.5],[0.9,-0.8],[1.6,-0.7],[2,-1],[1.5,-0.2],[1.6,-0.2],[1.9,-0.1],[1.6,-1],[1.2,-1.5],[3,-1.9],[2.2,-0.8],[1.8,-0.2],[2,-2.4],[2.3,-3.7],[3.7,-3.7],[6.1,-3.1],[9.5,-2.8],[11.3,-2.2],[12.2,-1.5],[13.1,-0.7],[14,0.5],[14.6,1.2],[14.9,1.9],[15.3,2],[15.8,1.9],[16.2,2.1],[16.5,2.2],[16.8,2.1],[17.4,1.5],[18.2,1],[19,0.5],[19.9,-0.1],[20.9,-0.6],[22,-1.1],[23.2,-1.2],[24.1,-1.9],[24.7,-2.5],[25.3,-2.9],[25.7,-3],[26.3,-2.5],[26.8,-1.9],[26.2,-1.6],[25.7,-0.9],[25.3,0.4],[24.9,2],[24.3,3.3],[23.4,4.6],[22.3,5.3],[20.7,6.6],[19.3,7.2],[18.5,7.1],[17.3,6.7],[15.7,6.3],[13.8,6.2],[11.8,6],[10.9,4],[12.3,1.7],[11.7,0.5],[11.4,-0.9],[-2.8,18],[-2.3,15.5],[-3.7,14],[-3.3,12.2],[-0.6,9.9],[-0.7,7.3],[-0.6,4.4],[-0.1,0.9],[-1.3,1.1],[-0.3,0.6],[0.7,-0.2],[2,-1.4],[2.8,-6.4],[-0.9,-7.2],[-2.3,-5.8],[-0.1,-0.3],[1.4,-0.7],[0.5,-1.6],[0.9,-1.9],[-2.4,-1.3],[-2.9,-2.1],[-3.7,1.7],[-4.4,1.5],[-2.4,0.8],[0.6,0.7],[0.1,1.4],[-6.2,2.5],[-2.9,-0.2],[-3,0.4],[-2.8,1.8],[-2.1,1.8],[-0.4,5.4],[0.5,6.2],[1.4,5.5],[2.1,4.9],[1.2,5.5],[0.5,2.4],[1.4,2],[1.7,3.2],[0.3,2],[2.5,1.8],[2.7,1.5],[2.5,1],[2.5,1.1],[3.3,0.6],[2.9,0.7],[3.4,0],[3,-0.2],[4.1,-0.8],[3.4,-0.6],[4.2,-0.6],[4.8,-0.5],[5,-0.1],[4.7,-0.3],[4.2,-0.5],[4.8,-0.8],[4.7,-0.3],[4,0.2],[4.5,-0.1],[3.7,-0.2],[3.2,0.2],[3.2,0.5],[3.3,0.6],[3.5,0.6],[3.7,0.5],[3.8,0.4],[3.3,0.7],[3.4,0.9],[3.7,1.5],[3.4,1.8],[3.7,1.8],[3.5,2.5],[3.6,2.7],[4.4,2.3],[4.6,1.4],[3.8,1.6],[5,0.6],[4,0.6],[3.8,0.9],[3.8,1.2],[3.9,1.5],[4,1.9],[4,1.7],[4,1.7],[3.7,1.4],[3.7,1.7],[3.5,2.2],[3.7,2.4],[3.7,2.2],[4,2.2],[3.8,2.6],[3.9,3],[4.1,3.5],[4.1,4],[4.1,4.5],[3.8,4.7],[3.3,4.8],[3.2,5.2],[3,5.2],[3.2,5.7],[2.8,5.1],[2.6,4.9],[3,4.8],[2.5,4.3],[2.1,4.2],[1.2,4.1],[1.3,3.8],[-0.2,3.2],[1.4,3.5],[-1.3,1.6],[-0.5,2],[0.4,1.7],[1.6,1.9],[1.2,1.4],[1.6,1.2],[1.6,0.5],[1.5,0.2],[1.8,-0.5],[1.6,-0.3],[2,-0.8],[2.1,-0.8],[2.3,-1.2],[2.1,-1.6],[2.2,-0.5],[3.1,-0.5],[2.4,0.8],[-0.8,2.6],[1.2,2.4],[1.2,2.4],[0.1,2.5],[0.6,2.1],[0.6,1.6],[1.4,-0.3],[0.4,1.7],[0.3,0.5],[-1.2,-0.1],[0.2,2.1],[0.9,1.8],[-0.1,1.9],[-1,0.6],[-0.7,1.1],[-0.3,1.5],[0.8,0.6],[1,1],[0.3,0.4],[0.4,1.1],[0.5,0.9],[0.9,0.3],[0.2,-0.3],[-0.1,0.4],[0.3,0.2],[0.9,-1.2],[2.7,-2.4],[3,-3.4],[1.7,-1.9],[0.7,-1.2],[1.9,-3.5],[1.5,-4.5],[1,-4.3],[1,-4.3],[0.4,-4.2],[-0.7,-3.7],[-1.1,-3.1],[-1.7,-1.7],[-2.3,-1.3],[-3.2,-2.6],[-4.2,-4.4],[-5.2,-6.4],[-5.8,-7.8],[-6.9,-6.7],[-7.8,-6.4],[-1.6,-2.3],[-2.2,-1.3],[0.2,-0.4],[-0.7,1.6],[-0.4,-0.1],[0.8,-0.4],[6.2,-5.4],[1.6,-8.5],[2,-7.6],[0.9,-10.1],[-4.4,1.5],[-6.1,-4],[-5.3,-7.2],[-4.1,-9.6],[-3.9,-10],[-5.2,-10.4],[-7.1,-11.4],[-9.7,-13.5],[-5.4,-3.8],[0.3,3.8],[1.2,4.3],[1.8,4.4],[2.9,1.9],[-0.2,-2.3],[3.8,5.8],[2.7,7.5],[3.4,7.9],[2.8,9.2],[3,7.5],[3.3,7.2],[1,10.8],[-2.8,14.2],[-3.5,11.4],[-2.1,10.8],[-2.8,9.6],[-3.2,7.9],[-3.5,5.8],[-3.8,2.3],[-3.5,-1.9],[-3.5,-5.2],[-3,-3.6],[-2.8,-1],[-4.8,-1.5],[-6,-3.9],[-4.9,-6.4],[-3.2,-6],[-0.5,-4],[-0.1,-1.9],[-1.5,-0.7],[-1.2,-1.7],[-1.2,0.9],[-0.2,2.3],[0.7,1.6],[2.4,0.3],[4.2,-0.1],[5.5,-0.1],[6.1,-0.7],[6,-1.8],[5.5,-2.6],[4.7,-2.7],[5.3,-3.4],[5.3,-4.9],[3.7,-5.5],[0,-4.3],[-5.8,-2.2],[-10.2,0],[-8.1,-6.2],[-1.6,-1.1],[-2.7,-0.2],[-2.8,1.2],[1.1,1.6],[1.1,2.5],[0,1.7],[-0.4,2.3],[0.2,2],[-0.5,1.7],[1.2,1.7],[-0.6,1.7],[1.3,1.2],[1.8,0.9],[-0.3,-0.4],[0.7,-1.4],[0.6,0.2],[0.9,1.4],[1.8,-0.9],[1.6,-1.2],[-0.9,1.4],[0.1,0.4],[-1,-0.6],[-0.1,-0.3],[1.3,0.8],[1.3,-0.2],[0.1,-0.6],[1.9,-0.4],[2.7,-0.4],[2.9,-0.1],[3,-0.3],[3.3,0.4],[3.2,0.6],[1.2,1.9],[0.3,2.2],[0.9,3.2],[1.5,3.2],[1.3,3.3],[1.2,3.5],[1.3,4.1],[0.7,4.7],[1,4.8],[0.9,4.7],[-0.8,6],[-0.9,6.6],[-0.9,8.6],[-0.7,7.9],[-0.5,7.7],[0,7.7],[0.7,7.3],[1,6.4],[1.2,5.8],[1.9,5.5],[1.8,5.1],[2,4.5],[2.1,3.5],[2.2,2.9],[2.2,2.6],[2.2,2.4],[1.6,2.1],[1.3,1.5],[2.5,0.9],[2.8,0.8],[3.4,0.3],[2.9,0.5],[3,0.4],[4.1,-0.2],[2.6,0.4],[3.6,0.8],[2.4,2.1],[2.3,2.4],[1.1,1.9],[1,0.6],[3.2,-0.1],[3,1.6],[3.6,2.4],[1.9,-0.6],[3,-2.7],[5.2,-4.5],[7.5,-5.8],[8.7,-4.8],[10.3,-3.1],[12.1,-1.9],[13.6,-1],[14.5,-0.1],[15.4,1.3],[15.4,1.6],[15.3,1.9],[15.7,2.1],[15.9,1.9],[15.8,1.7],[15.9,1.5],[16.7,1],[17.7,0.2],[19.3,-0.5],[20.8,-1.4],[22.6,-1.7],[24.3,-1.9],[25,-2.8],[26.2,-3.2],[26.8,-3.5],[27.5,-3.4],[28.3,-2.9],[28.4,-2.4],[28,-1.8],[27.6,-0.9],[27.3,0.3],[27,1.9],[26.1,3.5],[24.9,5.1],[23.3,6.8],[21.6,8.4],[20,9.4],[18.3,10.2],[16.6,10.3],[15.3,9.9],[13.9,9.4],[11.8,9],[9.5,8.9],[10.5,6.7],[10.8,4.4],[12.3,-0.4],[1.3,13.6],[-4.3,16.1],[-4.9,15.1],[-5.5,13.2],[-3.2,11.2],[-2.3,9.1],[-1.5,6.4],[-0.9,4.7],[0.2,1.4],[0.7,2.4],[0.4,1],[2.1,0],[4,-1.3],[2.7,-3],[1.8,-3.9],[1,-4.6],[-0.3,-5.7],[-2.2,-3.8],[-3.8,-2.7],[-4.9,1.3],[-7,2.9],[-8.8,0.3],[-8.4,-2.2],[-6.3,-4.9],[-5.5,-3.5],[-8.9,2.7],[-7,1.5],[-2.9,0.5],[-3.3,0.7],[-2.8,0.5],[-2,0.8],[-1.2,0.4],[-1.7,1.4],[-1.2,3.3],[0.5,3],[2,2.4],[3.4,1.3],[3.3,2.3],[5.1,3.7],[5.4,3.7],[1.9,2.3],[2.2,2.2],[3.1,2.2],[3.9,2],[3.7,1.1],[4,0.6],[4,0.4],[3.8,0.9],[4.6,0.6],[4.3,-0.3],[3.8,-0.4],[3.2,-0.2],[3.6,-0.6],[3.3,-0.3],[4.1,-0.8],[4.2,-1.1],[3.8,-0.2],[4,-0.1],[3.5,0],[3.5,0.4],[4.4,0.5],[3.8,0.6],[3.5,0.6],[3.5,0.6],[4.2,0.9],[4.6,0.6],[4,0.5],[4.6,0.5],[4.8,0.5],[4.2,0.7],[4,1.1],[4.1,1.7],[4.1,1.8],[4.6,1.8],[5.3,1.3],[4,1.5],[4,1.7],[3.8,1.8],[4.2,1.7],[4.4,1.1],[4.8,0.7],[4.7,0.4],[4.4,0.7],[4.1,0.9],[4.3,1.4],[4.5,1.9],[4.4,2.1],[4.5,2.2],[4.2,2.4],[4.4,2.7],[4.6,2.8],[4.3,2.7],[4.2,3],[4.3,3.3],[4,3.5],[4.3,3.3],[4.2,4.2],[4,4.7],[3.3,4.8],[3,5.3],[3,5.5],[2.7,5.4],[2.5,5.1],[1.5,5.1],[1.3,4.7],[1,4.1],[0.6,4.1],[0.4,3.6],[-1.7,2.5],[-1.2,1.9],[-0.8,1.7],[0.6,2.3],[1.5,2.6],[1.1,1.8],[0.6,1.7],[0.3,1.7],[0.9,1.6],[1,1.6],[1.2,1.1],[1.7,-0.5],[2,-0.7],[2.1,-0.5],[2.1,-1.2],[2.2,-1.1],[3.1,-1.5],[3.9,-0.8],[3.6,-0.6],[1.3,1.3],[0.6,1.7],[-0.7,0.1],[-0.5,0.8],[-0.3,2.3],[1.5,1.2],[1.7,1.1],[0.2,1.3],[1.3,1.6],[1,2.6],[-0.6,2.5],[0.3,2.3],[-0.2,2.4],[-1.1,2.2],[0.3,2.7],[1.2,1.4],[0.3,2.2],[0,1.6],[0.6,0.4],[0.8,1.1],[0.9,0.6],[0.4,0.4],[0.5,0.4],[-0.1,0.8],[0.2,0.3],[-0.1,0.4],[1.1,0.2],[2,-0.4],[2.4,-1.3],[3,-3.4],[2.6,-3.4],[2,-4.1],[1.5,-4.3],[0.4,-3.5],[-1.1,-3.2],[-1.5,-2.8],[-2.2,-2.7],[-2,-0.7],[-3,-0.4],[-3.5,-1.2],[-3.8,-2.8],[-4.3,-4],[-5.6,-6.1],[-6.3,-7.8],[-6.4,-7.2],[-6.4,-3.6],[-2,0.8],[-0.3,0.4],[0.4,-0.5],[0.2,0.7],[1.1,-1.1],[-1.4,-8.9],[-1,-8.7],[0.2,-8.6],[0.3,-9],[-3.8,-6.6],[-5.9,0.1],[-6.9,-4.5],[-5.5,-7.9],[-4.3,-8.5],[-5.3,-8.6],[-6.5,-8.6],[-7.9,-9.7],[-8.1,-10.8],[-8.3,-10.9],[-9.2,-10.3],[-9.3,-9.4],[-6.1,-8],[-6.5,-9.8],[-6,-9.4],[0.4,0.5],[3.4,8.4],[2.3,7.9],[3.4,7.3],[3.1,7.1],[-1,13],[-3.1,13.4],[-2,12.3],[-1,11.5],[-1.7,11.2],[-2.5,9.7],[-3.4,7.6],[-4.3,3.7],[-5.3,-0.5],[-5.2,-4.5],[-4.4,-6.1],[-2.4,-1.9],[-0.9,-0.6],[-1.4,-1.1],[-0.8,-2.2],[-1.2,-5.4],[-0.2,-4.2],[0.1,-1.8],[-1,-0.1],[1.2,-0.7],[1.6,-1.8],[2.7,-1.5],[6.1,-0.7],[7.4,0.6],[7.4,0.7],[7.2,0.5],[7,-0.2],[6.3,-1.3],[5.9,-2],[6,-2.9],[5.2,-3.7],[2.8,-3.2],[-1.4,0.1],[-5.3,0.1],[-7,-3.8],[-2.1,-1.8],[-0.6,-1.8],[-1,-1.8],[-0.7,-0.4],[-0.6,1],[-1,0.2],[-0.6,0.7],[-0.5,2.2],[0.6,1.9],[1.3,2.3],[1.2,1.2],[-1.3,2.4],[1.5,1.8],[0.9,0.4],[-0.6,-1.4],[1.3,-1.5],[-0.9,-1.3],[-0.8,-1.9],[0.3,-2.4],[-2.1,-1],[-1.4,-2],[-0.6,-2.2],[1.6,0.8],[1.2,2.2],[-0.3,-0.3],[-0.3,-1.5],[0.3,-1.5],[1.5,-1.4],[2.5,0],[3.1,0.5],[3.3,0.2],[2.9,-0.3],[1.6,-1.3],[1.4,-1.4],[0.3,1.1],[0.7,1.3],[0.9,1.4],[1.6,1.5],[1.1,2.3],[1.1,2.8],[1.7,3.1],[0.9,3.1],[0.4,4],[0.2,4.8],[-0.5,8.2],[-1.3,9.5],[-1.5,9.2],[-1,8.4],[-0.4,8.1],[0.3,7.7],[0.9,7.1],[1.4,6.5],[2.1,6],[2.7,5.6],[3.2,5.2],[3.5,4.9],[3.4,4.2],[3,3.4],[3,2.9],[3,2.6],[2.7,2.7],[3,2.7],[4.1,1.6],[3.8,1.6],[4.8,1.5],[4.4,0.8],[5.4,0.1],[5.8,0],[5.8,0.1],[5.2,1.5],[6.9,0.6],[3.8,4.2],[1.5,6.1],[-0.1,2.7],[3.6,2.4],[3.3,1.9],[1.2,1.8],[2.1,0.4],[5.4,-2.5],[8.1,-5.2],[10.7,-6.4],[11.6,-6.6],[11.4,-8.6],[9.5,-10.4],[9,-9.2],[12.5,1.7],[13.4,4.2],[13.3,2.4],[13.7,2.9],[15.3,3.3],[15.5,3.9],[14.6,2.9],[13.8,-0.3],[14.7,-3],[18.5,-3.9],[21.2,-4.6],[24.6,-3.5],[26,-3],[26.4,-3.2],[27.4,-3.2],[28,-3.5],[28.6,-3.3],[28.7,-3.2],[28.5,-2.8],[27.9,-2.2],[27.6,-1.1],[27.6,-0.1],[26.9,0.8],[26.1,2.2],[24.7,4],[23.3,6.4],[21.7,9.4],[19.3,12.1],[16.5,13.3],[14.7,13.6],[13.2,13.8],[11.6,13.4],[10.2,12.7],[7.3,12.6],[7.8,11.3],[8.6,8.1],[10,4.5],[5.2,9.3],[-6.8,17.8],[-6.7,15.6],[-7.6,13.7],[-5.9,11.9],[-4.5,9.9],[-2.7,8.1],[-2.2,6.2],[-1.8,2.6],[0.1,0.6],[2,0.7],[3.3,0.7],[4.2,-0.1],[4.6,-1.3],[5.2,-1.9],[4.6,-1.2],[3.8,-1.3],[1.5,-1.7],[0.1,-2.5],[-4,0.9],[-4.2,1.7],[-3.4,4.7],[-3.5,1],[-2,-1],[-0.6,-1.5],[-1.1,-2.9],[-3.5,-7.1],[-3.5,-1.1],[-2,-0.5],[-3.4,0.9],[-4.3,0.6],[-2.5,-0.9],[-1.9,-0.7],[-1.3,-0.6],[-0.2,-1.4],[1.7,-0.7],[3.7,-0.3],[4.9,-0.4],[5.5,-0.1],[5,1.5],[2.4,2],[2.7,2],[2.6,1.8],[3.3,1.6],[3.3,1.8],[3.6,1.4],[3.5,1],[3.2,0.7],[3,0.4],[3,-0.1],[3.7,-0.8],[3.4,-0.4],[4,-0.7],[4.4,-0.7],[5.6,-0.7],[4.1,-0.3],[4.2,0.1],[4.1,0.2],[3.6,0],[3,-0.3],[2.6,-0.6],[3.3,-1],[2.9,-1.2],[2.5,-1.4],[2.8,-1.3],[3.9,-0.9],[5,-0.6],[4.1,-0.1],[5.5,0.3],[6.2,0.6],[4.7,0.7],[4.5,1.1],[4.7,1.4],[4.9,1.8],[5.4,1.8],[7.1,1.3],[3.7,1.5],[3.6,2.4],[4.1,2.2],[4.9,2],[4.6,1.9],[4.9,1.7],[5,1.2],[5,0.9],[5.2,0.9],[5.1,1.1],[5.6,1.3],[5.5,1.7],[5.4,2.2],[5.4,2.9],[5.1,3.3],[5.1,3.1],[4.9,3.4],[4.7,3.4],[4.2,3.3],[3.8,3.5],[4.1,3.7],[3.7,3.4],[3.8,3.7],[3.3,4.6],[2.2,5.3],[2.2,5.5],[1.5,5.2],[0.6,5],[-0.2,5.1],[-0.3,4.8],[-0.4,4.7],[-2.3,3.5],[-2.5,2.8],[-0.9,2.4],[0.4,3.4],[0,2.5],[0.1,2.1],[0.3,2],[0.5,1.7],[0,1.8],[0.6,1.8],[0.2,1.6],[0.8,1.1],[1.1,1.4],[1.3,1.4],[2.1,0.1],[2.5,-0.8],[2,-1],[2.2,-0.9],[2.7,-1.8],[3,-2.4],[2.4,-1.5],[1,0.9],[0.1,1.5],[0,1.7],[1,1.8],[1.3,1.1],[1.6,0.5],[1.2,0.4],[0.2,1.3],[-1.1,0.6],[-0.7,0.9],[-0.6,1.2],[-0.7,1.9],[0,2.3],[0.3,1.2],[-0.8,0.4],[-1,0.6],[-0.5,0.9],[-0.1,1.1],[-0.7,0.2],[-1.2,-1],[-0.7,-0.3],[0.2,0.5],[0.4,0.3],[0.3,1],[0,0],[1.2,-0.3],[1.5,0],[1.6,0.2],[2.1,0.1],[1.8,-0.2],[2.9,-1.8],[1.5,-2],[1.8,-2.2],[-0.5,-0.4],[-2.3,-3.6],[-1.8,-2.8],[-2.5,-2.5],[-3.3,-3.6],[-3.3,-3.2],[-2.5,-2.1],[0.6,-1.4],[-0.7,-3.2],[-2,-5.2],[-1.9,-7.5],[-4.3,-8.6],[-5.1,-7.7],[-4.5,-6.5],[-5.3,-6.4],[-1.4,-1.1],[-1.1,-0.5],[2,-2.1],[0.2,-4.9],[-0.5,-5.3],[0.4,-9],[0.9,-7.4],[-3.5,-5.2],[-2.7,-7.5],[-6.8,-2.4],[-7.7,-4.9],[-6.1,-7.2],[-5.2,-7.9],[-5.6,-8.4],[-6.2,-8.4],[-6.6,-8.8],[-6.3,-9.3],[-5.8,-9.3],[-5.8,-9],[-6.3,-9.5],[-5.7,-9.3],[-5.6,-9.9],[-5,-9.3],[-5.5,-8.6],[-1.8,-4.6],[4,5.2],[2.7,8.6],[-0.8,14.8],[-1.6,13.6],[-1.4,12.3],[-1.1,10.7],[-0.4,11.4],[-2.3,10.9],[-3.8,6.9],[-3.7,2.9],[-5.3,1.1],[-3.4,-1.5],[-2.2,-3.5],[-1.1,-4],[-1.3,-0.9],[-1.7,0.1],[0.6,-1.7],[0.3,-3.8],[0,-3.7],[-0.1,-1.9],[0.7,-1.2],[-0.7,-0.5],[-0.6,-0.3],[-0.3,-1.4],[-0.2,-0.1],[2.1,-1.6],[0,-4],[0.8,-0.5],[0.3,-1.8],[0.9,-1.7],[0.3,-3.2],[0.2,-1.3],[-2.1,-2.6],[-2.4,0.2],[-2,-2.9],[-1.3,-4.9],[-2.3,-1.8],[-0.8,-1.3],[-0.1,-1.8],[-0.8,-0.3],[-0.6,-0.6],[0.4,-0.6],[-0.9,0.1],[-0.8,0],[-0.3,0.7],[0.6,0.2],[0,-0.7],[0,-0.1],[0.7,0],[0.9,1.4],[0.3,0.7],[-1.6,-0.3],[0.4,-1.8],[-1,-1],[-1.5,-1.5],[-0.9,-2.3],[-1.2,-2],[-0.8,-1.4],[-0.3,-1.9],[-0.3,-1.7],[0.3,-1.4],[0.7,-1.1],[1.6,-1],[1.7,-0.8],[1.6,-1],[1.1,-1.4],[0.9,-1.4],[0.5,-1.3],[-0.1,-1.6],[-0.5,-2],[-0.6,-1.6],[-0.2,-1.4],[0.5,-1.4],[0.6,-0.2],[0.3,1],[0.1,1.8],[0.6,2.2],[0.9,2.4],[0.3,2.9],[-0.1,3.5],[-0.2,5],[0.4,8.2],[-1,9],[-1.8,8.8],[-1.2,8.1],[-0.3,7.7],[0.8,7.3],[1.7,6.7],[2.3,6.2],[2.8,5.7],[2.6,4.8],[2.9,4.3],[3.2,3.6],[2.9,3.2],[3.3,3],[3.7,2.7],[4,2.4],[4.1,2.5],[3.4,2.8],[4.2,2.4],[5.1,1],[4.9,0.8],[5.4,0.6],[6.6,0.7],[7.5,0.6],[9.1,-0.6],[8.3,-0.6],[8.2,0.6],[6.6,2.9],[5.1,7.8],[5.9,8.9],[5.9,2.1],[7.3,0.8],[8.2,-0.9],[9.1,-2.5],[11.5,-3.7],[11.5,-4.3],[11.7,-5],[11.3,-5.8],[10.8,-6.6],[9.6,-8.3],[8.6,-9.6],[4.3,-8.5],[2.2,-2],[1.4,0.7],[-2.7,-1.6],[-0.9,-4],[4.4,-4.6],[8.7,-5.6],[12.8,-6.2],[16.4,-7.9],[17.5,-3.7],[23.2,-1.3],[27.1,-1],[26.5,-1.2],[26.2,-1.3],[25.8,-1.5],[25.1,-2],[25.9,-2],[27.2,-2.7],[25.8,-3.2],[22.3,-3],[19.7,-2.3],[19.5,-1.3],[19.9,-0.1],[20.2,2.2],[19.1,5.2],[16.1,6.8],[12.9,7.5],[11.3,11.8],[9.2,16.6],[8.3,16.7],[7.2,17],[5.2,16.4],[3.2,16.2],[3.9,14.6],[4.9,11.8],[7.3,8.2],[3.6,11.1],[-8.8,18.2],[-9.1,15.8],[-9.9,14.2],[-8.5,12.7],[-7.5,11],[-5.4,9.1],[-3.4,7.2],[-3.3,4.6],[-1.1,2.2],[1.4,0.8],[3.3,-0.1],[8.2,-1.8],[10.3,-1.2],[6.7,1],[4.2,2.6],[4.7,2.4],[5.7,1.4],[4.9,1.8],[2.9,3],[0.7,3],[-2,4.2],[-2.6,2.3],[-3.1,0.4],[-2.2,0.1],[-1.1,-1],[-0.7,-1.5],[-0.2,-2.6],[-2.3,-2.4],[-3.9,-0.5],[-4.1,-0.4],[-4.8,-0.6],[-4.4,-1.7],[-2.8,-2.4],[-1.5,-2.4],[-1.5,-2.3],[-2.8,-3.5],[-2,-3.4],[-1.6,-3.5],[-1.8,-3.1],[-1.9,-2.5],[-1.5,-2.2],[-2.6,-3.2],[-2.5,-3.2],[-2,-3],[-1.7,-3],[-0.2,-1.4],[0.2,-1.5],[-0.3,-2],[-0.8,-2],[-1.8,-2.6],[-2.2,-2.7],[-1.8,-2.9],[-2.1,-3.4],[-2.5,-3.6],[-2.8,-3.7],[-2.6,-3.4],[-3.2,-3.3],[-3,-3.3],[-2.9,-3.5],[-2.6,-3.6],[-2.5,-3.4],[-2.3,-3.4],[-2,-3.7],[-1.6,-3.9],[-1.2,-3.9],[-0.6,-4.1],[-0.3,-4.4],[0.2,-4.7],[0.5,-4.6],[0.8,-5],[1.4,-4.6],[1.4,-6.2],[3.1,-7.6],[4.1,-3.8],[4.7,-1.1],[5.9,-0.8],[2.5,0.4],[1.9,1.6],[2.6,1.8],[3.6,1.5],[4.1,1.3],[4.7,1.3],[5.2,1.2],[6.2,0.9],[6.1,0.8],[5.9,0.7],[6,0.6],[6.2,0.9],[6,1.6],[5.9,2.3],[5.6,3],[5.1,3.4],[5.3,3.5],[5.2,3.2],[4.4,3.3],[3.4,3.7],[3.5,4.4],[3.3,4.4],[2.6,4.2],[1.2,4.5],[0.5,5.2],[-0.1,5],[-0.6,5.1],[-0.7,5.1],[-1.3,5.2],[-2.5,4.7],[-3.3,4.3],[-2.5,4.3],[-0.4,3.3],[-0.4,4.2],[0.4,4],[0.4,3.5],[-0.2,2],[-0.3,1.9],[0.4,2.1],[0.8,2.2],[0.4,2.4],[0.6,2.3],[1.4,1.6],[1.5,1.1],[1.8,1.2],[2.2,0.7],[2.5,0.6],[2.5,-0.2],[2.1,-0.7],[2.6,-1.5],[2.7,-2.3],[2.7,-2.5],[1.7,-0.6],[1.4,0.7],[1.2,0.6],[1.2,0.3],[1,0],[-0.1,-0.5],[-0.6,0.6],[-0.8,1.2],[-0.2,1.2],[-0.6,1.5],[-1,1.7],[-0.7,1.2],[-0.8,1.9],[-0.7,2.3],[-0.4,2.2],[-0.2,1.5],[-0.4,0.8],[-0.8,0.1],[-0.7,0.3],[-0.6,0.2],[-0.5,0.6],[-0.6,0],[-0.9,-0.1],[-0.5,0],[0.4,0.5],[1.1,0.8],[0.9,-1.6],[1.4,0.8],[1.2,0.3],[1.9,-1.1],[2,-0.7],[1.1,-1.2],[-0.8,-0.1],[0,-1.6],[-0.6,-2],[-0.3,-1.6],[-0.9,-2.1],[-0.3,-1.7],[-0.3,-2.7],[-1.1,-2.8],[-1.6,-2.3],[0.2,-3.4],[0.8,-3.5],[0.3,-2.6],[-2.1,-4.9],[-2.8,-6.1],[-3.4,-6.6],[-2.7,-3.9],[-5.7,-3.8],[-5.1,-3.2],[-0.7,-0.1],[1.7,-1.9],[1.9,-6.1],[0.7,-3.3],[-1.6,-7.2],[0.3,-5.6],[-3.7,-6.3],[-2.5,-5.7],[-3.5,-2.4],[-6,-5.2],[-7,-7.8],[-5.9,-8.2],[-5.6,-8.7],[-5.8,-9.2],[-6.1,-8.6],[-6,-8],[-6.1,-8],[-5.8,-8.1],[-4.9,-10],[-3.8,-9.8],[-3.4,-10.8],[-3.3,-10.4],[-2.9,-9.7],[0.1,-9.4],[3.9,5],[0,14.8],[-1.8,14.1],[-1.5,12.9],[0.3,12],[0.2,10.7],[-3.5,10.1],[-4.6,7.5],[-4.2,6.1],[-4,3.2],[-3.9,1.3],[-3.4,-1.3],[-2.9,-3.3],[-1.7,-4.7],[-2.5,-0.6],[-0.4,-1],[-0.3,-2.2],[-0.1,-1.8],[0,-1.8],[1.1,-1.5],[-0.2,-0.1],[-0.1,1.1],[-0.2,-0.6],[-1,-2.3],[-0.4,-0.9],[0.6,-1.8],[2,-2.1],[-2,-1.8],[-2,-1.8],[1.2,-2.9],[-2.1,-1],[0.7,0.8],[-1.3,-0.7],[-2.2,0],[0.9,1.3],[0.7,1.2],[-0.5,-1.4],[-0.8,-1.6],[-0.8,-1.2],[-0.4,-1.6],[-0.7,-0.7],[-0.9,0.2],[-0.9,-0.7],[-0.5,-1.4],[0.4,-1.5],[0.1,-1.4],[1,-0.8],[1.2,0.1],[0.6,0.4],[0.9,0.3],[-0.3,0.4],[-1.5,-0.3],[-0.3,0.1],[1.5,-0.6],[0.1,-0.5],[-0.8,1.5],[0,0.1],[0.9,-0.8],[1.2,-1.3],[0.9,-1.6],[0,-1.5],[0,-1.7],[-0.4,-2.1],[-1.2,-1.9],[-1.4,-1.7],[-2.1,-1],[-2,-1.7],[-1.9,-1.6],[-1.6,-1.9],[-1.1,-2.1],[-1.2,-2.2],[-1.2,-2],[-1.4,-1.9],[-1.5,-0.8],[-1.3,0.3],[-1.1,0.5],[-1.3,0.8],[-1.6,1.5],[-1.2,2.1],[0,3.9],[-0.1,6.9],[-1.8,7.4],[-1.8,7.1],[-1.1,6.9],[0,6.4],[1.1,5.8],[1.6,5.2],[1.9,4.6],[2,4.1],[2.4,3.7],[2.8,3.3],[3.3,3],[3.8,2.8],[4.4,2.6],[4.6,2.4],[4.9,2.3],[3.6,2.2],[3.6,2],[3.9,2.5],[5,2.2],[7.5,0.3],[8.2,-0.1],[10,0.5],[8.2,1.5],[7.2,-0.1],[5.8,-1],[6.2,-0.2],[6.8,0.6],[6.4,2.7],[8.5,5.2],[11.3,5.1],[12.3,3],[12.1,1.4],[12,0.2],[11.9,-0.8],[11.4,-1.4],[13.3,-2.2],[12.7,-3],[11.6,-3.7],[10.6,-4.5],[9.2,-5.2],[6.3,-6.8],[1.6,-4.2],[0.2,-3.8],[0.7,-4.4],[2.5,-6.2],[2,-7.4],[6.6,-8.4],[7.5,-2.3],[-0.9,1.2],[13.4,-7.7],[4.2,-0.7],[8.5,4.5],[9.4,2.8],[12.7,-6.6],[19.2,-8.9],[18.3,-5.1],[10.4,-1.8],[10.2,-3.7],[12.7,-5.4],[13.5,-5.2],[13.5,-4.3],[13.7,-3.3],[12,-1.4],[7.3,1.5],[3.5,6.3],[2.3,11],[2.8,13.3],[2.7,14.9],[0.9,17.3],[-1.1,18.4],[-3.2,18.6],[-2.7,18.4],[-1,16.1],[0.2,14.2],[4.5,10.9],[-3,15.2],[-11.7,17.5],[-11.8,15.7],[-11.2,14.7],[-9.6,13.9],[-8.7,12.6],[-7.8,10.2],[-5.8,7.6],[-4.6,5.6],[-3.2,3.8],[-1.4,2.6],[1.9,0.7],[5.3,-4],[-4.8,-3],[-6.9,-3.8],[-6.9,-3.1],[-6.9,-3.3],[-6.2,-3.1],[-5.4,-2.8],[-4.2,-1.4],[-2,1.6],[0.2,4],[-0.6,6.7],[-3.4,2.3],[-2.2,0.6],[-1.9,1.2],[-2.2,1],[-1.4,-0.4],[-1.3,-0.2],[-1.9,-1.3],[-3.5,-1.3],[-4.4,-1],[-4,-1.4],[-3.5,-2.4],[-2.8,-3.3],[-1.2,-3.8],[-4.9,-4.4],[-4.2,-5],[-4.9,-3.1],[-4.6,-2],[-1.7,-1.5],[-3.1,-2],[-3.5,-2.1],[-3.2,-1.9],[-4,-2.5],[-3.8,-2.7],[-3.4,-2.5],[-3.4,-2.1],[-6.1,-3.4],[-9.2,-3.8],[-9.4,-4.3],[-3.9,-2.5],[-3.7,-2.9],[-3,-3.1],[-2.7,-3.3],[-3.2,-2],[-2.8,-2.9],[-2.2,-2.9],[-2.2,-2.5],[-2.4,-2.4],[-2,-2.9],[-1.4,-2.4],[-1.9,-2.5],[-0.9,-2.4],[-0.6,-2.6],[-0.3,-2.3],[-0.3,-2.5],[-0.1,-2.8],[0.2,-2.8],[0.2,-3.4],[0.7,-3.4],[1.1,-3.8],[1.2,-4],[2.3,-5.5],[2.4,-6.1],[2.1,-4.6],[2.6,-4.8],[4,-2.9],[3.2,-2],[3,-0.9],[3.6,-0.5],[4,-0.2],[4.4,0.1],[4.9,0.1],[5.3,0.2],[5.4,0.2],[5.4,0.2],[5.7,0.4],[5.8,0.6],[6,0.7],[6,1],[5.9,1.8],[5.2,2.5],[4.9,3.1],[4.6,3.5],[4.5,3.6],[4,3.6],[2.9,4.3],[1.9,4.5],[0.9,4.7],[0,5],[-0.6,5.1],[-1.3,5],[-1.5,4.8],[-2,4.5],[-2.7,4.8],[-2.6,4.6],[-2.1,4.7],[-0.8,5],[-0.7,3.4],[-1.9,2],[-2.2,0.6],[-1.7,0.2],[-1.4,1],[-0.7,2.2],[-0.7,1.8],[0.1,2.4],[0.4,2.4],[1,2.3],[1.2,2.1],[1.6,1.2],[1.9,1.3],[2.3,0.9],[2.6,0.7],[2.6,0.6],[2.5,0.2],[2.3,-0.1],[2.2,-0.7],[1.7,-1.1],[1.8,-1.5],[1.7,-1.8],[1.9,-2],[1.5,-0.9],[1.2,0.4],[0.6,0.7],[0.4,1.2],[0.2,1.3],[0,1.5],[-0.5,1.7],[-0.9,1.3],[-1.2,1.6],[-1.1,1.2],[-1.3,1.6],[-0.8,1.3],[-1,1.1],[-1.1,0.9],[-1.2,0.6],[-0.7,1],[-0.4,1.1],[-0.6,0.9],[-0.6,0.1],[-0.6,0.3],[-0.6,0.5],[-0.3,0.4],[0.1,0.9],[-0.3,-0.4],[0.5,-0.2],[1.4,-1.1],[1.8,-1.5],[0.3,-1.4],[0.9,-0.4],[-0.4,-0.3],[-0.7,-0.2],[-0.3,-4.1],[-1.5,-1.9],[-0.9,-3.7],[-1.2,-2.9],[-0.5,-2.6],[-1.2,-0.5],[-0.6,-1.6],[-1.7,-2.2],[0.4,-2.1],[0.3,-3.9],[1.7,-3.1],[1.8,-2.4],[-0.6,-5.6],[-2.8,-6],[-4.4,-8],[-1.3,-1.4],[-1,-0.2],[-3.5,-5.1],[-3.5,-7.4],[-1,-4.2],[-1.9,-2.7],[0.5,-4.4],[-0.3,-2],[0.8,-1.5],[0.8,-1.5],[-0.4,-2.1],[-0.7,-0.2],[0.9,-3.1],[-2.6,-8.7],[-3.1,-10],[-3.6,-9.7],[-4.8,-9.2],[-5.8,-7.6],[-6.4,-8.3],[-6.1,-9.9],[-2.3,-13],[-2.4,-11.5],[-2.3,-9.5],[-2,-9.8],[-1.7,-10.2],[-1.7,-11.5],[4.2,-2],[1.1,18.8],[-2.4,15.8],[-2.2,15],[0.9,13.1],[-1,11.6],[-4,10.6],[-4.7,8.9],[-4.5,5.6],[-3.6,3.9],[-3.2,2.4],[-2.4,0],[-2.3,-0.4],[-1.2,-2],[-0.7,-1.8],[-1.5,-0.9],[0,-2],[0.5,-2],[-0.4,-3.3],[-0.8,-2.6],[-0.7,0.2],[-0.7,-0.2],[0.2,0.2],[0.1,-2.3],[0.1,-0.9],[-0.5,-0.4],[-0.8,-1.7],[0.2,-0.8],[0.4,0.3],[0,-0.3],[-1.9,-0.1],[-1.2,1],[-0.1,0.9],[0.6,0.2],[0.2,1.4],[-0.1,1.4],[-0.8,0.2],[-0.1,-0.3],[0,-0.9],[-0.2,-1],[-0.6,0.5],[0,0],[-0.1,-0.8],[0.4,0.2],[0,-1.2],[0.8,-1],[1.7,-1],[1.5,-2.5],[0.8,-1.6],[0.8,1],[0.1,-0.6],[-1.1,0.4],[0.6,-1.3],[-0.1,-1.2],[0.2,-0.5],[0.5,-0.8],[0,-0.8],[-0.6,-1.4],[-0.6,-1.5],[-0.8,-1.8],[-2.4,-1.8],[-2.8,-1.8],[-2.9,-2.8],[-2.1,-1.9],[-2,-1.5],[-2.3,-0.9],[-2.2,-1],[-2.3,-1.3],[-1.9,-1.5],[-1.7,-1.9],[-1.9,-1.6],[-1.8,-2.1],[-2.4,-1.6],[-2.4,-1.3],[-2.9,-0.7],[-2.7,-0.2],[-2.5,0.3],[-2.1,0.7],[-1.6,1.5],[-1.4,2.9],[-2.1,3.5],[-1.8,5.2],[-1.1,5.2],[-0.7,4.7],[-0.1,4.5],[0.5,4],[1.2,3.7],[1.8,3.5],[2.5,3.2],[3.2,3],[3.8,2.9],[4.5,2.8],[5.1,2.8],[5.4,2.8],[5.2,2.6],[5.5,2.7],[2.8,3.1],[4.3,3.2],[6.2,4.3],[6.3,3.4],[4.2,4.6],[8.9,3.1],[4.5,-0.7],[5.1,-0.5],[5.8,-0.5],[7.3,-1.3],[7.3,-1.5],[6.1,-2.1],[9.7,1.2],[10.6,2.9],[11.7,2.6],[11.4,2.5],[11.9,2.1],[11.8,1.9],[12.8,1.5],[14.2,0.7],[13.6,0.2],[12.7,-0.2],[11.6,-0.3],[11.1,-0.2],[10.1,-0.1],[8.4,-0.5],[5.8,-1.3],[4.2,-1.9],[0.7,-3.6],[-2.7,-1.2],[0.9,-2.8],[2,-5.1],[2.5,-5.2],[4.7,-2],[7.8,0.2],[11.1,-5.4],[2.9,-1],[6.7,-13],[9.3,-19.7],[6,-10.1],[4.7,-4.3],[6.1,-5],[5.6,-4.2],[3.9,-4.9],[2.4,-6.3],[1.4,-5.1],[-1.1,-2],[-2.4,1.8],[-3.1,5.2],[-3.4,8.2],[-2.6,10.8],[-4.3,13.4],[-9.6,16.3],[-11.6,17.8],[-10,18.1],[-7.9,17],[-6.2,16],[-2.2,14.7],[-2.1,14.7],[-12.7,17.6],[-14.6,15.9],[-13.7,15.3],[-12.1,14.4],[-10.3,13.8],[-8.5,12.8],[-8.3,11.2],[-8.1,8.6],[-6.1,6.1],[-4,5],[-2.5,4.2],[-0.8,3.1],[3.1,-0.7],[-1,0.3],[-6.3,-0.2],[-5.5,-2.3],[-5,-3.6],[-4.4,-4.3],[-3.4,-4.7],[-2.2,-4.6],[-1.2,-4.1],[0.6,-2.3],[2.8,-1],[1.8,6.4],[-1.3,8.9],[-1.4,2.3],[-2.5,2.7],[-1.7,2],[-1.8,2],[-1.5,2.1],[-2.1,1.5],[-2.2,0.9],[-2,-0.1],[-2.1,-1.1],[-1.1,-1.8],[-0.5,-2.3],[-0.5,-3.8],[-6.6,-6.2],[-8,-3.9],[-8.7,-3.7],[-9,-2.3],[-4.9,-1.6],[-4.6,-1.6],[-4,-1.7],[-3.7,-1.9],[-3.7,-2.2],[-4,-2.2],[-3.4,-1.8],[-3.7,-1.9],[-3.5,-1.6],[-4.7,-2.5],[-3.5,-2.3],[-3.6,-2.9],[-2.5,-2.2],[-2.7,-3.5],[-2.7,-2.2],[-1.8,-2.1],[-1.3,-1.8],[-0.7,-1.9],[-0.2,-1.7],[-0.9,-1.9],[0.3,-1.9],[0.4,-1.7],[1.1,-1.4],[1.1,-1.4],[0.3,-2.1],[0.8,-2.4],[1.3,-2.1],[1.5,-1.4],[1.8,-1.1],[1.8,-1.5],[1.8,-1.7],[1.9,-2],[2.2,-2.6],[2.2,-2.9],[2.3,-2.8],[2.6,-3.6],[3.4,-3.7],[4.6,-2.8],[5.8,-2.6],[5.2,-2],[5.4,-1.9],[5.8,-1.9],[5.4,-1.1],[6.2,-0.8],[5.8,-0.6],[5.1,-0.3],[5.5,0],[5.3,-0.2],[5.4,-0.3],[6.1,-0.3],[6.5,0.1],[8.4,1.7],[5.8,2.6],[5,3.4],[4.1,3.8],[3.5,3.9],[1.6,4.3],[-0.1,4.8],[-0.5,5.1],[-1.2,5],[-2,5.6],[-2.3,5.1],[-2.3,5],[-2.2,4.7],[-2.1,4.6],[-2.3,4.8],[-2,4.8],[-1.4,4.7],[-1.9,4.2],[-2,2.5],[-2.2,3],[-1.9,0.7],[-1.6,0.9],[-1.6,1.2],[-1,2],[0.8,2.3],[-0.3,2.2],[0.3,2],[0.8,1.7],[1.1,1.8],[2,1.2],[1.9,1.4],[2.3,0.6],[2.4,0.6],[2.4,0.8],[2.4,0.3],[2.1,0.1],[2.4,-0.2],[1.7,-0.8],[1.9,-1],[1.5,-1.8],[1,-2],[0.7,-2.1],[-0.1,-2.3],[-0.5,-1.1],[-1,0.1],[-1.2,1],[-1.2,1.1],[-1.2,1.2],[-1.5,1.2],[-1.5,1.4],[-1.4,1.6],[-1.6,1.4],[-2,0.8],[-1.9,0.8],[-1.8,1.1],[-1.4,1.2],[-1.7,0.4],[-1.6,-0.5],[-1.7,0.2],[-1.5,0.2],[-1.2,0.2],[-0.7,0.6],[-0.3,0.3],[-0.2,0.3],[0.1,0.4],[0.7,0.4],[0.4,-1.2],[1.2,-0.6],[0.1,-0.7],[-0.2,-2.3],[-0.4,-0.1],[-0.8,-0.9],[0.7,-1.3],[-0.8,-0.6],[0.3,-1.3],[1,0.4],[-1.1,-1.8],[-1.1,-0.8],[-0.1,-0.4],[-0.3,-1.4],[0.1,-1.3],[0.1,-1.1],[0.5,-0.9],[1,-2.3],[2.1,-2.5],[0,-3.8],[0.1,-3],[-1.5,-4.1],[-2.7,-0.8],[0.5,-2],[1.4,-2.8],[-1.5,-6.1],[0.9,-1.5],[0.2,-2.3],[0,-2.3],[-0.4,-2.3],[-0.8,-1.9],[-1.3,-2.7],[-1.7,-2.5],[1.8,-2.2],[1.6,-3.2],[1.4,-3.3],[1.8,-4.7],[0.6,-7.6],[-3.4,-8.8],[-2.5,-6.2],[-3,-7.7],[5,-10.9],[1.5,-10.7],[0.3,-9.6],[-0.2,-7.9],[-0.2,-7.1],[-0.9,-8.3],[-5.3,-5.9],[-7.3,-4.4],[-5.3,7.5],[-3.2,12],[-2,8.6],[-3.7,7.4],[-3.7,9.7],[-4,9.3],[-4.3,8.5],[-3.6,7.7],[-1.9,3.8],[-2.1,2.7],[-1.4,1],[-0.4,0.4],[-1,-0.7],[-1.2,-0.8],[-0.7,-1.8],[-0.9,-1.2],[0.6,-2.3],[0.4,-1.6],[-0.1,-0.9],[-0.6,-1.6],[-1,-0.3],[-0.4,3.6],[-0.3,-0.5],[-2.2,-1.4],[-0.6,-0.6],[-0.2,-1.7],[-0.2,-0.3],[-1,-0.4],[-1.1,-1.6],[-0.3,0.6],[-1.1,-0.6],[-1.1,-0.3],[-0.8,-0.1],[-0.5,0.2],[-0.9,-0.3],[-0.1,-1.5],[-0.3,-0.6],[-0.4,-0.1],[-0.1,0],[-0.1,0.8],[0.2,-0.2],[0.5,0.1],[0.9,0.6],[0.8,0.3],[0.8,0.3],[2.3,0],[1.3,0.2],[-0.1,0.1],[-0.2,1.3],[-0.2,0.7],[-0.1,0.5],[-0.5,-0.5],[-0.9,-0.1],[-0.9,-0.2],[-0.5,-1.3],[-0.1,-1.7],[-0.1,-1.6],[-1.2,-0.9],[-1.6,0.1],[-1.6,0],[-1.9,-0.9],[-1.1,-1.9],[-1.7,-2.6],[-2.1,-2],[-2.2,-1.2],[-2.3,-1.5],[-2.5,-1.7],[-1.5,-2.1],[-2.2,-1.2],[-2.1,-1.8],[-2.7,-1.6],[-3.4,-0.5],[-2.9,-0.4],[-2.5,-0.9],[-2.7,-0.4],[-2.5,0.6],[-2.3,1],[-2.2,1.9],[-1.9,2.1],[-1.9,2.3],[-1.8,2.3],[0.3,2.2],[0.6,2.3],[1.7,2.5],[2.7,2.5],[3.5,2.5],[3.9,2.5],[4.6,2.5],[5.3,2.6],[5.6,2.7],[6.3,2.7],[6.4,2.7],[6.7,3],[6.6,3.2],[7.8,3.5],[9.3,3.4],[9.2,2],[8.8,1.9],[9,1.8],[8.8,0.9],[7.4,-0.1],[5.3,0],[2.6,0.8],[2.7,0.6],[5,2.5],[3.7,-1.2],[2.5,-1.3],[4.1,1.2],[8.7,2.7],[10.1,2.7],[10.5,2.5],[10.4,2.4],[11.3,2.2],[13.6,1.7],[13.4,1.5],[12.6,1.9],[11.4,2.5],[10.3,3.1],[9.8,3.4],[8.9,3.6],[7,3.7],[5.5,2.4],[-0.5,1.1],[1.2,1.1],[2.2,-1.2],[1.9,-1.8],[3.5,-1.5],[5.1,-2.2],[6.2,-5.2],[2,-5.4],[2.2,-5],[3.3,-16.3],[5.4,-19.1],[-1.5,-0.5],[0.4,-4.7],[-4.2,-2.8],[-4.7,-3.5],[-6.3,-4.8],[-7.1,-5.2],[-8.9,-2.9],[-11.7,0],[-13.9,2.6],[-15.4,5.3],[-16.3,8.1],[-16.2,10.5],[-15.1,12.2],[-13.8,13.4],[-12.6,14.5],[-10.5,15.6],[-6.6,15.7],[-8.3,16.1],[-16.8,16.3],[-18.8,14.3],[-17.5,13],[-15.6,12.8],[-13,12.4],[-10.3,12.2],[-9.9,11.5],[-10.7,10.2],[-9.3,8.2],[-7.2,6.6],[-5.1,5.9],[-3.7,5.3],[-1.7,4.3],[0.7,0.5],[-3.2,1.6],[-6.2,0.7],[-5.3,-1.4],[-4.2,-2.9],[-3.1,-4.3],[-1.7,-5.3],[-0.1,-5.8],[1.3,-6.3],[2.7,-6.4],[4.1,-6],[3.1,-2.5],[2.2,4],[2.8,10],[0,9.1],[-2.3,3.2],[-2,3.6],[-1.7,2.6],[-1.7,4.3],[-3.8,5.2],[-2.6,1.9],[-2.2,1.2],[-3,-0.6],[-1.7,-1.5],[-1,-1.4],[-0.2,-2],[-1,-3.3],[-9,-5.9],[-9.4,-3.6],[-8.1,-3],[-3.7,-2],[-3.5,-1.8],[-3.7,-0.9],[-3.5,-1],[-3.5,-1.6],[-3.3,-1.7],[-3.9,-2.2],[-2.8,-2],[-2.8,-1.9],[-2.3,-1.8],[-1.7,-2],[-0.8,-2.1],[-0.2,-2.2],[-0.3,-2.2],[-0.3,-2.1],[0,-2.2],[0.7,-2.1],[1.4,-1.4],[1.5,-1.4],[1.6,-0.9],[1.6,-1],[1.4,-1.5],[1.4,-1.6],[1.5,-1.8],[1.9,-1.9],[2.1,-1.6],[1.9,-1.2],[2.3,-2],[2.4,-2.2],[2.2,-2],[2.4,-1.7],[2.5,-2],[2.8,-2.3],[2.8,-2.6],[3,-2.9],[2.9,-3.2],[3.7,-4],[5.3,-2.7],[6.4,-2.5],[5.1,-2.1],[5.8,-2.1],[5.8,-1],[5.4,-0.8],[4.6,-1.1],[4.1,-1.2],[3.8,-0.9],[3.8,-0.9],[4.7,-1.1],[5.5,-1.2],[5.4,-0.7],[4.8,-0.2],[4.2,0.5],[3.8,1.5],[3.7,3],[2,4.4],[-0.6,5.6],[-1.8,5.8],[-1.9,5.4],[-2.5,5.4],[-2.6,5.3],[-1.9,4.9],[-2,5],[-2.4,4.7],[-2.2,4.5],[-2.1,4.5],[-2.5,4.1],[-3.1,4.2],[-2.6,4.5],[-2.1,4.4],[-1.5,4.7],[-1.2,4.6],[-1.2,3.1],[-1,1.7],[-1.1,1.2],[-1.4,1.5],[-1,1.9],[0,2],[0.1,2.2],[-0.2,1.4],[0.2,1.1],[1.4,0.9],[1.5,1.4],[1.6,0.9],[2.2,0.7],[2,0.7],[2,1],[1.5,0.5],[2,0],[1.8,-0.7],[1.5,-0.9],[0.9,-0.8],[0.4,-1],[-0.2,-0.9],[-0.3,-1.6],[-0.3,-1.6],[-0.6,-1.5],[-1,-0.7],[-1.3,0.5],[-1.1,0.9],[-0.9,1.5],[-1.1,1.9],[-1.1,2],[-1.3,1.9],[-1.8,1.5],[-1.9,1.1],[-1.9,0.6],[-2,0.8],[-1.9,0.5],[-1.9,0.1],[-1.8,0.4],[-1.5,0.4],[-1.1,0],[-0.8,-0.5],[-0.6,0.1],[0,0.4],[0.4,-0.2],[0.8,-0.3],[0.1,0.2],[0.9,-0.2],[-0.1,-0.6],[-0.6,-0.4],[1,0.2],[1.2,1.1],[0.6,-0.1],[-0.1,-0.7],[-0.4,-0.1],[-0.5,-0.3],[-0.5,-0.2],[0.9,0.5],[-0.7,-0.1],[0.2,0.2],[-0.4,-0.5],[0.8,0.3],[-0.6,-1],[0.6,-1.2],[-1,-1],[-0.2,-2],[0.7,-3.4],[-1.2,-5.2],[2.4,-3.5],[-0.6,-6.1],[-0.1,-4.3],[-0.9,-4.2],[0.9,-2.4],[0.6,-1.6],[-0.4,-2],[-1.4,-1.8],[-1.4,-2],[-1.4,-0.2],[0.9,-0.6],[1.2,-0.5],[1.2,-0.8],[1.2,-1.3],[1.6,-2.9],[0.2,-3.6],[1.2,-4.6],[0,-4.3],[1.7,-1.9],[2,-5],[1.3,-7.8],[0.5,-8.5],[0,-8],[-0.9,-4.9],[0.4,-3.4],[1,-2.1],[-2.9,0.5],[-3.9,0.3],[-4.1,0.2],[-4.6,-0.1],[-3.6,3.1],[-3.4,9.2],[-3.8,8.4],[-4,7.3],[-4.1,6.2],[-4.2,4.3],[-4.3,2.2],[-3.6,1.3],[-2.2,0.2],[-1.1,0.2],[-0.4,-0.2],[-0.3,-0.4],[-0.5,-1.1],[-0.5,-0.5],[0.3,-0.8],[-0.3,-1.1],[1.1,-1.3],[0.6,-1.8],[-1.2,-1.5],[-0.6,-0.8],[0.1,-0.6],[-0.4,0.4],[0,-0.2],[0.9,-1.7],[0.7,-0.6],[-1.4,-0.3],[-0.7,-0.6],[-0.6,-0.4],[-0.6,0.5],[0.4,0.2],[-0.1,1.1],[0.1,0.4],[-0.5,0.2],[-0.5,-0.7],[-0.1,0.1],[-0.2,-0.5],[-0.4,0.1],[0.4,0.1],[0.9,0.2],[1.2,0.9],[1.2,0.7],[0.8,0.8],[2.6,1.2],[0,1],[-0.1,1.7],[-0.6,-0.1],[0.1,0.5],[0.2,1.2],[-0.6,0.3],[-0.2,-0.5],[-0.3,-0.2],[-0.5,-1.6],[-1.5,-1.1],[-1.6,-0.8],[-1.6,-0.8],[-2.5,-0.5],[-2.7,-0.3],[-2.2,-0.2],[-1.8,0],[-2.2,-0.8],[-2,-1.2],[-2.4,-1],[-2.4,-1.4],[-2.2,-1.4],[-2.2,-2],[-1.8,-2.3],[-1.5,-1.9],[-2.4,-1],[-1.8,-0.9],[-2.1,-0.2],[-2,0.4],[-1.9,0.4],[-1.6,0.4],[-1.2,1.1],[-1.2,1.6],[-0.9,2],[-0.3,2.4],[0.9,1.7],[2.5,0.8],[2.4,0.8],[4.1,0.4],[4.6,1.9],[4.8,2.3],[4.5,2.3],[5.9,1.6],[5.8,0.6],[5.6,1.9],[7.3,2.5],[8.1,3.8],[7.9,2.9],[6.5,3.5],[6.4,3.4],[7.7,2.9],[8.3,2.7],[7.6,2.3],[7,2],[5.2,1.9],[4.4,3.2],[7.2,4.8],[7.8,4.2],[2.7,-0.2],[4.3,-0.8],[7.3,0.6],[8.1,-0.4],[3.2,1.7],[3.1,2],[5.5,2.8],[8,2.8],[9.1,2.7],[9.7,3],[10.2,3],[11.6,3.7],[11,4.3],[11,4.9],[9.7,5.7],[8.8,6.5],[8.2,6.9],[6.9,7.1],[3.5,4.7],[0.2,3.4],[-1.1,3.8],[0.6,4],[2.3,1.2],[3.8,-0.2],[3.4,2.1],[-0.4,0.1],[-1.7,-4.9],[-2,-10.2],[1.9,-12.6],[0.2,-17.1],[-15,-9.6],[-11.7,-10.8],[-6.6,-5.7],[-8.1,-1.7],[-8.8,-2.1],[-8.8,0],[-9.9,0.5],[-10.8,1.8],[-11.8,3.9],[-12.4,6],[-12.8,8.3],[-12.7,10.6],[-11.8,12.5],[-9.7,13.6],[-9.2,14.9],[-14.6,16.2],[-19.9,16.2],[-18.5,12.9],[-12.8,7.7],[-12.1,7.4],[-16.6,11.9],[-15.5,6.8],[-10.4,2.2],[-10.3,2.2],[-9.3,7],[-8.2,8.3],[-6.6,7.6],[-5.1,7.6],[-4,6.6],[-2.8,6.6],[-1.9,3.5],[-4.1,1.4],[-5,0.6],[-4.6,-0.8],[-3.7,-2.6],[-2.6,-4.2],[-1,-5.6],[0.7,-6.4],[1.9,-7.4],[3.1,-8.2],[3,-7.1],[-0.4,-3.1],[-3.2,0.6],[-0.7,1.3],[-1.5,4],[-4.2,9.9],[-4.9,5.4],[-5.6,4.7],[-9.2,9.4],[-10.9,8.5],[-7,4.2],[-5.4,3.3],[-4.4,2.3],[-2.2,0],[-1.7,-2.5],[-0.8,-2.4],[-1.8,-1.3],[-2.3,-1.9],[-1.5,-3],[-1.9,-2.7],[-6.8,-4.5],[-8.1,-2],[-6.6,-1.1],[-2.4,-0.5],[-2.1,-0.9],[-2.1,-0.8],[-2.2,-0.9],[-1.9,-1],[-1.3,-1.6],[-1.4,-1.6],[-0.8,-2.3],[0.5,-2],[1.1,-1.9],[1.2,-1.9],[1.4,-1.6],[2.1,-1.2],[3.3,-1.7],[2,-1.1],[1.8,-1.4],[1.9,-0.9],[1.9,-0.8],[2,-0.3],[2.3,0],[2.4,0],[2.2,-0.3],[2.6,-1.1],[2.9,-1.5],[3,-1.8],[2.5,-1.6],[2.8,-1.9],[3.1,-1.6],[3.1,-1.8],[2.8,-1.7],[2.5,-2.1],[2.9,-2.8],[2.8,-3.3],[2.4,-2.8],[2.9,-3.5],[4.3,-2.3],[6.6,-2.5],[3.6,-2.3],[3.7,-3],[0.3,-4.5],[2.7,-5.7],[2.2,-3.6],[2.8,-4],[4.1,-3.6],[4.2,-2.5],[4.1,-1.6],[4.2,-1.3],[3.4,-0.8],[2.7,0],[1.2,1],[-0.7,1.8],[-2.6,3.1],[-3.3,4.3],[-3.5,5],[-3.6,4.9],[-3.3,4.5],[-3,4.6],[-3.2,4.5],[-3,4.4],[-3,4.3],[-3.2,4.3],[-3.2,4.4],[-3,4.4],[-2.7,4.6],[-2.6,4.8],[-3.1,4.7],[-2.3,2.2],[-2.2,1.8],[-1.3,1.5],[-1.6,1],[-1.8,0.8],[-1.3,1.4],[-1.9,0.7],[-0.8,1.3],[-0.9,1.7],[0.4,2.3],[0.7,1.8],[0.9,1.9],[0.9,1],[1.1,1],[0.8,0.5],[1.3,0.4],[1.1,0],[0.9,0.4],[1.2,0.4],[1.6,0.3],[1,0.3],[1.4,-0.4],[1.1,-0.5],[0.7,-0.3],[0.1,0.2],[-0.6,0.1],[-0.7,-0.8],[-1,-1],[-1.2,-0.7],[-1.4,-0.4],[-1.6,-0.3],[-1.7,-0.1],[-2.4,0.1],[-2.3,0],[-2.4,0.4],[-3,1.2],[-2.6,1.4],[-2,1.4],[-1.6,0.2],[-1,0.4],[0.2,0.3],[-0.2,-0.2],[-0.1,1.1],[0.2,-0.3],[0.3,1.2],[1.1,0.9],[-1,1.5],[0.3,1.8],[0.6,0.9],[0.7,0],[0.8,-0.5],[0.2,-0.2],[0.1,0.2],[1.2,0],[0.5,-0.5],[-0.4,-0.1],[-0.3,-0.2],[0,0.6],[-0.2,0.2],[0,1],[-0.4,0.2],[-0.8,0],[-0.7,1.2],[-0.8,-0.9],[-0.5,-1.5],[-0.6,0],[-0.8,-1.5],[0.4,-1.7],[-1.5,-0.9],[0,-0.8],[0.2,-2.8],[-1.1,-2],[1.7,-1.5],[0.2,-3.4],[1.2,-2.3],[1.5,-0.8],[1.4,-1.2],[1.8,-2.4],[0.4,-3.5],[-0.1,-2.8],[0.8,-1.9],[0.6,-1.4],[0.8,-0.2],[1.2,-0.8],[0.9,-1.9],[2.1,-1.7],[2.8,0.3],[4.2,-0.9],[4.6,-2.2],[4.5,-3.1],[0.3,-3.9],[-1.8,-5.7],[-1.7,-7.3],[-0.9,-8.4],[-1.5,-5.3],[-1.2,-3.3],[-1.1,-1.6],[0.3,-1.8],[0.2,2.7],[-1.1,4.7],[-1.2,2.5],[-0.2,1.8],[0.7,2],[-5.4,10.6],[-3.3,3.9],[-2.4,4],[-1.6,1.4],[-1.8,0.9],[-0.1,1.5],[-0.9,0],[-0.9,0.3],[0.1,0],[0.2,-0.5],[-0.4,-0.1],[0,-0.8],[0.2,-1.6],[0.7,-0.6],[1.1,1.1],[1.9,0.5],[1.8,-0.3],[1,-0.4],[-0.2,1.1],[0.6,0],[0.4,0.4],[0.2,-0.4],[-0.7,0.1],[-0.4,0.5],[-0.3,0.9],[-0.1,1.1],[-0.8,0.3],[0.2,0.9],[1,0.7],[0.8,0.3],[0.2,1.5],[0.9,2.3],[0.8,1.8],[0.1,2.3],[0.6,1.5],[2,1.8],[1.1,2.3],[1.4,0.7],[1,0.7],[1.1,0],[-1.2,0.2],[-1.2,-1.2],[-1.4,-1.2],[-1.5,0.9],[-1.5,1.3],[0.5,1.6],[0.8,1.2],[0.7,1.8],[0.7,1],[-1.5,1.1],[-1.3,1.1],[-1.5,0.8],[-2,0.6],[-1.5,1.1],[-1.8,1.1],[-1.8,1.3],[-2.3,1],[-1.7,0.6],[-2.6,-0.2],[-1.6,-0.6],[-2,-0.4],[-2.2,-0.5],[-1.9,-1],[-2,-1.1],[-1.9,-1.1],[-1.8,-1],[-1.8,-0.8],[-1.4,-0.6],[-0.9,-0.1],[-0.2,0.2],[0,0.7],[0.9,0.9],[1.4,0.8],[1.9,1],[2.7,0.8],[3.5,0.5],[3.6,0.4],[4.6,0.4],[7.6,-0.3],[6.8,-0.1],[4.8,1.5],[4.4,2.8],[2.3,4.9],[8.7,3.9],[6.7,1.9],[3.4,1],[3.6,2.3],[4,3.1],[4.9,3.4],[4.8,4.5],[8.1,3.1],[8.2,0.5],[3.5,2.7],[3.6,3.9],[6.4,3.5],[5.9,2.4],[4.2,3.2],[3.8,3.9],[6.9,4.8],[10,4.1],[7.2,2],[6.1,-2.1],[12.3,-6],[14.9,-3.8],[16.6,0],[15.7,3.4],[12.9,6.1],[10.4,7.7],[8.6,8],[9.7,6.2],[10.5,6.4],[9,8.2],[7.7,9.3],[7.5,9],[7.1,9],[3.9,6.5],[-0.4,3.7],[-2,2.7],[-1.5,5.1],[0,4.6],[1.9,2.7],[4.7,0.6],[2.7,2.2],[-1.9,4.2],[-8.7,-0.2],[-1.8,-0.9],[6.2,0],[7.1,-3],[-14.6,-9],[-23.4,-12.7],[-23,-17.9],[-17.1,-21.1],[-7.7,-11.4],[-7.1,1.6],[-7.4,0.3],[-6.9,2.4],[-7.7,5],[-8,7],[-9.1,8.9],[-12.6,10.4],[-17.2,10.8],[-20.6,10.6],[-21.2,10.7],[-19,10.4],[-14.2,8.7],[-10.2,5.8],[-8.4,6.6],[-12.6,13.8],[-8.4,10.5],[-4.4,0.9],[-5.9,2],[-6.9,3.7],[-5.1,3.6],[-3.1,4.5],[-3.2,8.9],[-4.4,7.4],[-3.4,7.3],[-3.1,5.5],[-3,1.3],[-3.5,2],[-4.4,0.4],[-3.6,-1.6],[-2.8,-2.9],[-1.9,-4.4],[-1,-6],[-0.1,-8.3],[1.6,-9.4],[0.4,-6.6],[-2.8,-2.4],[-5.5,1.4],[-9.5,3.5],[-11.6,4.5],[-10.8,5.1],[-9.8,5.6],[-10,6.8],[-10.2,8],[-10.2,8.5],[-10.3,9.7],[-11.2,10.3],[-4.3,2.5],[-2.6,0.6],[-2.6,-0.9],[-2.2,-0.4],[-0.9,-1.6],[-0.7,-1.5],[-0.6,-1.5],[-1.3,-1.6],[-1.2,-1.8],[-0.3,-3.4],[-2.5,-6.3],[-4.5,-2.4],[-5,-0.6],[-2.6,-0.3],[-2,-0.4],[-1.9,-0.3],[-1.3,-0.5],[-0.7,-1.8],[0.6,-1.6],[1.1,-1.3],[1.6,-1.6],[1.7,-1.5],[2.2,-1.3],[3.5,-2.8],[3.6,-3.7],[1.9,-2.1],[3.8,-4.7],[4.1,-6.3],[2.2,-3],[1.9,-1.2],[2.5,-1.1],[2.9,-1.3],[2.7,-0.6],[3,-0.7],[2.9,-0.9],[3.2,-0.9],[3.3,-1.2],[3.4,-1.7],[3.5,-1.7],[3.5,-2],[3.4,-2.4],[3.3,-2.2],[2.7,-1.9],[2.5,-2.5],[2,-2.1],[2.2,-2.4],[2.2,-3.1],[1.6,-2.1],[2.9,-2.4],[3.2,-5.1],[1.2,-1.7],[1.6,-2.6],[3.5,-5.9],[3.4,-6.1],[3.7,-5.3],[4,-4.2],[4.3,-2.8],[3.7,-2],[2.9,-1.4],[0.3,0.7],[-1.5,1.2],[-2.4,1.4],[-3,1.9],[-3.6,2.8],[-3.8,3.4],[-3.9,3.7],[-4,4.3],[-3.7,4.3],[-3.7,4.1],[-3.2,4.2],[-2.8,4.3],[-3.2,4.3],[-2.8,4.6],[-2.2,4.3],[-2.3,4.8],[-2.2,5],[-2,4.8],[-2.6,4.9],[-2,2.3],[-1.9,1.1],[-1.5,1.6],[-1.9,1.1],[-1.6,1],[-1.5,1.2],[-1.2,1.1],[-0.8,1.2],[0.8,2],[0.5,1.6],[0.8,1.6],[1.1,1.9],[0.6,1.4],[0.7,1.6],[1.6,0.9],[1.3,1.2],[1.4,1.2],[1.3,0.7],[0.8,0.9],[0.8,0.5],[1.1,0.1],[1.5,0.4],[0.8,0.5],[1.1,0.4],[0.5,1.1],[0.1,1.4],[-0.4,1.4],[-1.1,0.8],[-1.3,0.6],[-1.4,0.4],[-1.2,0.7],[-1.4,1],[-1.4,1.1],[-1.4,1.4],[-1.4,1.6],[-1.6,2.7],[-1,1.4],[0,1.1],[0.1,0.8],[0.9,0.3],[1.2,0.9],[1.1,2.4],[1,0.9],[0.5,0.2],[0.5,-0.1],[0,0.9],[-1,1.6],[-0.1,1.8],[0.4,1.4],[0.7,0.2],[-0.1,0.2],[0.7,-0.2],[0.5,-0.2],[0.8,1.4],[-0.2,-0.1],[0.4,0.6],[0.3,-0.2],[-1.9,1.1],[-0.1,-0.7],[-0.2,1.9],[-0.9,0.2],[-0.8,-0.2],[-0.8,0],[-1.3,-0.1],[-0.6,-0.3],[-0.2,-0.7],[-0.9,-0.8],[-0.4,-0.6],[-1.3,-0.3],[-0.6,-0.5],[1.4,-0.5],[0.5,0.3],[-1.1,-0.9],[-0.7,-2.5],[0.9,-2.7],[1.6,-2.6],[2,-3.8],[-0.2,-2.6],[1.3,-1.6],[1.8,-3.5],[3.3,-2.5],[0.4,-2.4],[1,-1.3],[2.2,-2.7],[2.9,-3.9],[1.9,1.7],[4.7,-0.7],[3.9,-2.3],[1.5,-1.5],[1.4,-2.1],[-1,-2.8],[-0.7,-4.5],[0.2,-3.3],[1,-3.8],[1.2,-1.6],[1.2,-0.2],[0.8,-0.1],[0.6,-0.5],[-0.3,0.7],[0.1,2.2],[0.3,3.2],[0.3,3.8],[2.5,1.7],[0.9,3],[-2,5.8],[-2.9,6.5],[-2.3,4.9],[-2,3.6],[-2.1,3.5],[-2.2,2.1],[-1.1,1],[0.4,1.5],[1,-0.3],[0.2,-0.5],[-0.1,0.7],[0.7,1.2],[0.8,0],[1.2,0.2],[0.8,-0.2],[1.1,-0.9],[1.5,-0.5],[0.6,1.9],[0.4,1.7],[-0.3,0],[-1.2,-0.6],[-1.1,-0.1],[-1,-0.7],[-0.9,-0.3],[-0.6,-0.3],[0,0.6],[1.4,0.4],[1.1,0.5],[0.8,-0.4],[0.9,-0.3],[0.9,-0.5],[0.7,-0.6],[-1,-0.9],[-0.3,-1],[0.8,-1.4],[0.8,-1.4],[0.7,-1.1],[1.5,-0.7],[1.8,-0.3],[1.3,0.3],[-0.8,1.3],[-0.8,1.9],[-1.4,1],[-1.3,0.7],[-1.2,-1.1],[-1.4,-1],[-1.7,0.3],[-1.6,0.5],[-1.6,1.3],[-1.1,1.9],[-1.5,1.8],[-0.6,1.6],[-1.3,1.4],[-1,3.1],[-1.1,2.5],[-0.8,2.4],[-1.2,2.3],[-0.3,1.4],[-0.5,0.7],[-0.2,0.9],[-0.4,0.6],[-0.2,0.2],[0.2,-0.7],[0.2,-1],[0.5,-1.5],[0.9,-1.7],[1.2,-1.9],[1.6,-1.8],[2.1,-1.5],[2.3,-0.9],[2.7,-0.1],[3.7,0.3],[4.6,-0.1],[4.7,-0.1],[4.6,0.2],[3,0.1],[3.6,-0.7],[4.5,-1.1],[7.8,-1.6],[6,-1.8],[5.6,-0.6],[6.9,0.2],[7.6,0.4],[7.9,0.6],[7.9,1],[7.4,1.7],[7.2,2.1],[8.1,2.2],[9.1,2],[9.1,1.5],[7.3,1.7],[6.2,2.5],[4.8,3.2],[5.2,4.1],[6.8,3.6],[3.9,4.6],[5.4,5.3],[6.8,3.1],[5.7,-0.1],[6.3,-1.1],[5.1,-2],[3.8,1.4],[3.7,-1.6],[3.6,-1.6],[1.4,1.6],[0.8,4.6],[1.7,6.7],[3,9.6],[4.2,10.8],[6.7,9.1],[8.1,10.1],[5.5,12.1],[4.9,13.2],[1.5,7.4],[0.8,5.7],[1.1,9.9],[1.9,7.8],[-0.8,6.1],[1.4,5.7],[2.4,4.1],[3,-1],[3.6,3],[-9.2,8.2],[-4.8,5.9],[-0.4,3.7],[-6.9,0.5],[-15.7,-6.8],[-5.3,-8.3],[-5.7,-5.6],[-17.9,-11.4],[-15.5,-17.5],[-16.6,-22.3],[-12.9,-21.1],[-15.8,-10.8],[-16.8,-4.5],[-18.4,-0.7],[-22.3,2.8],[-22.7,4.4],[-22,6],[-21.2,7.3],[-19.7,7.4],[-17.3,6.1],[-14.7,4.5],[-13.1,4],[-9.2,1.6],[-8.4,0.7],[-5.1,-1],[-2.8,1.7],[-3.2,5],[-5.3,7.5],[-4.3,4.5],[-3.6,4.9],[-6.6,10.4],[-5.4,10.4],[-4.3,8.1],[-3.2,8],[-1.9,6.1],[-2.4,2.3],[-3.4,2.1],[-3.5,1.4],[-3.5,-0.4],[-3.4,-2.2],[-3.4,-4],[-2.9,-6.1],[-2.6,-7.2],[-6.3,-3.8],[-10.4,-2.3],[-11.9,0.2],[-12.4,3.1],[-11.7,4],[-11.4,4.5],[-11.6,5.1],[-11.4,5.7],[-11.1,6.6],[-10.6,8.1],[-10,9.5],[-8.6,9.6],[-6.6,6.9],[-6.7,3.2],[-5,1.6],[-3.8,1.8],[-2.2,1.2],[-1.5,-0.1],[-0.4,-0.6],[-0.6,-0.9],[-0.8,-1.3],[0.1,-1.9],[0.7,-1.8],[-0.2,-1.9],[-1,-1.7],[-1.2,-1.7],[-1.5,-1],[-1.8,-0.9],[-1.5,-1.3],[-0.7,-2],[0.6,-2],[1.6,-1.5],[2.6,-1.4],[2.2,-1.5],[2.5,-1.3],[2.6,-1.3],[5.6,-5.3],[5.4,-6.6],[4.3,-6.1],[3.1,-4.2],[4,-4.8],[4.8,-4.6],[4.5,-2.4],[3.4,-0.9],[4.4,-0.7],[5.2,-1.3],[4,-1.2],[3.4,-0.8],[3.3,-0.9],[3.3,-0.9],[3.9,-1.7],[3.8,-1.9],[3.1,-1.5],[3.2,-1.8],[3.2,-1.3],[3.3,-2],[2.9,-2.1],[2.9,-1.9],[3.1,-2.5],[2.7,-2.2],[2.8,-1.9],[3.3,-1.8],[3.7,-1.6],[4.6,-1.8],[8,-5.9],[6.6,-7.4],[4.2,-4.6],[3.9,-4.8],[0.8,-4.4],[-0.4,-5.6],[0.1,-6],[1.1,-6.3],[0.7,-0.8],[-1.9,3],[-1.9,2.3],[-2.3,3.2],[-2.9,3.7],[-3.5,4.3],[-3.5,4.4],[-3,4.1],[-2.9,4],[-2.7,4],[-2.6,4.2],[-2.7,4.3],[-2.9,4.5],[-2.5,4.3],[-2.5,4.7],[-2.3,5],[-2.1,4.9],[-1.7,4.6],[-2.6,2.6],[-1.8,0.8],[-3.6,2.6],[-3.7,2.2],[-2.2,0.8],[-0.9,2.1],[-1.5,1.4],[-0.5,2],[0.2,1.9],[0.4,1.7],[0.6,1.1],[0.4,1.7],[1.6,2],[0.8,2.8],[2,2.3],[1.1,1.9],[1,1.5],[1.1,1.9],[1,1.8],[0.7,1.7],[1.7,1.2],[1.6,0.9],[1.1,1.7],[1.1,0.9],[0.1,1.2],[0.4,1.2],[-0.3,1.6],[0.6,2],[0.4,1.8],[0.3,1.7],[0,1.5],[-0.4,1.3],[-0.8,1.3],[-1,1.7],[-0.8,1.4],[-1.1,2.1],[-0.6,2],[0.3,1.1],[-0.4,1.8],[0.3,1.6],[1.4,1.5],[1.1,0.2],[-0.3,0.5],[0,0.6],[-0.5,0.9],[-0.6,1],[-0.7,1.8],[0.7,1.7],[0.2,2.3],[-0.6,1.3],[0.7,0.7],[-0.1,0.4],[0.6,0.1],[-0.3,-1.1],[1,-0.6],[0.5,0.5],[0.7,0.4],[0.5,-0.8],[0.6,-0.2],[0.3,-0.5],[-1.1,-0.1],[-0.5,0.9],[0.4,-1.4],[-0.6,0.3],[-0.1,1.2],[-0.8,0.5],[-0.8,0.1],[-0.7,-0.7],[-1,-0.2],[-0.6,-1],[-0.9,-1.7],[-0.9,-0.7],[-1.2,-0.9],[-1.2,-1.2],[-0.8,-1.4],[0.3,-1.8],[0.8,-1.4],[1.3,-1.5],[1.7,-1.7],[1.9,-2.3],[1.7,-2.7],[1.1,-2.5],[2,-4.9],[1,-5.6],[1,-5.1],[-1.3,-7],[2.3,-2.3],[1,-3.2],[2,-1.9],[0.2,-2.9],[-0.2,-3],[0.5,-1.6],[0.8,-1.8],[0.9,-1.1],[3,-3.9],[3.8,-3.5],[1.8,-1],[0.2,0.6],[0.9,0.1],[2.3,-1.8],[3.5,-1.5],[3.1,2],[3.3,4.3],[2,6.1],[-1.9,8.6],[-5.8,8.3],[-8.1,7],[-8.8,4.8],[-6.3,1.9],[-4.6,0.5],[-2.3,0.1],[-1.1,0.2],[-0.8,1],[-0.2,0.2],[0.4,0],[0.8,-0.7],[1,0.6],[0.9,0.6],[0.9,0.6],[0.3,1.3],[0.6,1.3],[1,0.1],[1.2,-0.2],[-0.2,1],[-0.7,0.5],[-0.8,0.5],[-0.8,0.1],[-0.6,0.2],[-0.2,0.7],[0,1.3],[0.8,1.4],[0.8,0.9],[1.2,0.3],[0.1,-0.1],[0.3,0.6],[1.5,0.2],[-1.5,-0.8],[-0.2,-0.7],[0.4,-0.6],[0.5,-1],[1,-1],[0.2,-0.1],[1.2,-0.4],[0.3,0.4],[0.8,0.9],[0,2.3],[-0.2,2],[-0.2,2],[-1.2,2],[-1,0.7],[-1.7,-0.6],[-1.5,0.3],[-1.1,1.7],[-1.5,1.9],[-0.7,2],[-0.7,2.3],[-0.5,2.7],[0.2,3.5],[-0.3,3.1],[-0.5,3.2],[0.3,2.4],[0.3,1.8],[0.5,1.1],[-0.1,0.3],[-0.1,0.6],[0.4,-0.2],[0.1,-0.9],[0.1,-1.6],[0.4,-2],[0.9,-2.2],[1.6,-2.1],[2.3,-1.9],[2.8,-1.8],[3.1,-1.3],[3.5,-1.2],[3,-0.3],[2.8,1.9],[5.9,0.4],[3.8,-0.4],[3.6,-0.4],[5.4,-0.4],[6.2,-1.3],[7.3,-2.3],[7.6,-1.7],[3.7,-1.6],[5.3,-2.3],[4.8,-0.6],[4.5,-0.4],[8.8,-1.5],[7.9,-1.6],[6.7,0.6],[6.8,1.6],[7.3,1.8],[7.2,1.9],[7.2,2],[6.7,1.9],[6.7,1.7],[6.2,1.9],[5.1,2.6],[3.8,2.9],[2.4,3.4],[1.1,3.2],[-0.2,4.2],[0.6,2.8],[0.1,1],[0.8,1.1],[4.7,1.6],[3.8,2.6],[4.8,4.6],[1.4,1.7],[-2.2,3.9],[-1.2,6.1],[-0.8,8.1],[0.2,9.9],[4.1,11],[6.2,12.9],[5.3,13.5],[3.6,14.6],[-0.2,5.6],[-0.9,-0.7],[-1,1.6],[-3.8,7.1],[-1.6,8.3],[0.8,6.3],[3.5,3.7],[3.8,-1.2],[6.9,-1.8],[-4.5,9.9],[-4.9,9.9],[-13.5,8.8],[-14.9,5.6],[-17.6,3.7],[-18.8,2],[-19.9,-0.2],[-20,-4.6],[-15.7,-10.6],[-11.3,-14.2],[-3.7,-15.4],[-8.9,-14.1],[-16.3,-10.1],[-17.4,-9.1],[-17.6,-8.1],[-17.3,-6.9],[-15.4,-4.6],[-14.9,-2.7],[-14.3,-0.6],[-13.7,1.5],[-14.1,2.7],[-13,2.4],[-12.5,2],[-12.4,2.2],[-11.5,3.9],[-11.1,6.8],[-10.5,9.3],[-9.3,10.1],[-8.8,10.4],[-8.6,10.9],[-7.4,10.3],[-5.7,8.8],[-4.5,7.8],[-3.2,7.5],[-2,5.8],[-1.9,2.2],[-2.3,2],[-3.5,2],[-4.3,0.7],[-4.7,-1],[-4.7,-2.3],[-4.2,-4],[-5.1,-3.9],[-7.7,2.2],[-9.5,2.8],[-10,2.9],[-10.8,3.6],[-11,4.1],[-10.9,4.9],[-10.8,6],[-10,6.8],[-8.7,6.9],[-7.3,6.6],[-6,6.2],[-5.1,6.7],[-4.1,7.5],[-1.9,6],[-1.9,4.3],[-3.9,3.8],[-2.3,4.3],[-3.2,2.2],[-1.8,1.5],[-0.2,0],[0.1,-0.2],[0,-0.2],[0.3,-0.3],[0.2,-0.8],[0.2,-0.8],[0.3,-0.8],[0.3,-0.8],[0.3,-1.4],[1,-1.3],[1.2,-1],[1.5,-0.7],[2,-0.9],[1.8,-1.5],[1.9,-1],[2.1,-1.6],[2.6,-1.5],[2.7,-1.2],[2.6,-1.1],[3.4,-1.8],[4.2,-2.2],[5.1,-2.7],[5.7,-2.6],[6.6,-2.8],[7.7,-3.3],[6.1,-2],[5.1,-1.1],[4,-0.6],[5.4,-1.4],[6.5,-3],[4.4,-2.3],[4.9,-2.9],[4.6,-2.4],[4.1,-1.7],[4.4,-2.5],[4.1,-1.9],[2.9,-0.8],[3.6,-2],[3.2,-2.2],[3.5,-2.5],[3.2,-2.6],[3.2,-2.7],[3.2,-3.1],[3.6,-3.8],[3.9,-4.2],[3.6,-4.1],[3.6,-2.5],[4.1,-3.4],[3.8,-4.4],[0.5,-3],[-1.2,-6.4],[0.3,-8.2],[1.2,-7.8],[1.5,-8.2],[2.4,-6],[-0.3,4.5],[-1.6,4.8],[-1.4,4.9],[-2,5.8],[-2.3,6],[-2.2,5.5],[-2.3,5.6],[-2.5,5.8],[-2.5,5.7],[-2.5,5.7],[-2.8,5.8],[-2.8,5.8],[-2.6,5.8],[-2.1,5.4],[-2.2,5.7],[-3.2,4.2],[-3.5,1.4],[-3.6,3.1],[-2.3,1.9],[-2.3,0.8],[-1.7,0.8],[-1.2,1],[-0.5,2],[-0.5,2.2],[-0.2,2.6],[1.2,1.9],[1.5,1.9],[2.3,1.5],[0,3.4],[2.2,3.2],[1.5,3.2],[0.3,3.1],[0.5,2.8],[1.1,2.5],[0.6,2.3],[0.6,2.5],[1.1,2.1],[0.2,1.4],[0.2,1.7],[1,1.2],[0.7,1.4],[1,1.4],[1.2,1.5],[0.9,1.9],[0.4,2.3],[0,2.2],[-0.1,2.1],[-0.2,1.9],[0.2,1.6],[-0.3,1.9],[-0.3,2],[-0.7,2.2],[0,1.9],[0.7,1],[0.6,0.8],[1.2,0.3],[1.3,0],[0.2,1.1],[0.1,0.6],[-0.2,0],[-0.3,0.6],[0.5,0.6],[0.5,0.1],[-0.3,0.6],[0.6,2.3],[0.2,0.2],[0.4,0.1],[0.5,0.9],[-1,0.1],[0.1,0.2],[0.4,0.6],[0.8,0.6],[-0.2,-0.1],[-1.6,1.4],[-1.8,2],[-1.9,0.5],[-1.1,0.2],[-0.7,-0.3],[-1.2,-0.8],[-1,-1.2],[-0.8,-0.6],[-1.3,0.4],[-0.7,0.6],[-0.9,0.4],[-0.8,0.8],[-1.4,-0.3],[-0.3,0.6],[-0.7,0.7],[-1,-0.4],[0.2,0.5],[0,0.8],[0.6,0.8],[1.1,0.2],[-0.8,-2],[-0.4,-3],[1.3,-1.3],[2.2,-0.9],[1,-3.2],[1.3,-4.2],[1.1,-5.4],[2.8,-6],[2.3,-7.4],[-0.2,-6.1],[0.5,-4.3],[1,-3.7],[1.2,-3],[1,-2.6],[2,-4.3],[2,-3.2],[6,-8.9],[7.6,-11.8],[3.9,-8.7],[-0.4,-0.7],[1.8,0.3],[1.5,-1.1],[-0.6,-0.8],[-2.8,0.4],[-4.5,1.8],[-5.6,4.4],[-6.8,6.9],[-8.4,7.9],[-9.4,7.8],[-7.9,4.9],[-5.6,0.9],[-2.4,-0.9],[-2,-0.4],[-1.1,0.7],[-0.2,1],[0.3,0.9],[-0.4,0.4],[0.2,0.6],[0.8,-0.7],[0.6,-1.3],[-0.6,0.1],[-0.1,1.3],[-0.4,1.4],[-0.6,2],[0.9,1.9],[1.4,1.1],[0.9,0.6],[0.7,0.9],[0.6,1.7],[0.5,1.4],[0.4,1.3],[0.5,1.3],[0.9,1.6],[1.3,1.5],[-0.3,1.2],[0,1.6],[0.5,1.4],[1.4,0.2],[0.5,0.5],[-0.8,0.3],[0.9,-0.8],[1.1,-1.6],[1.8,-1.8],[1.3,-1.1],[1.9,-0.9],[1.7,-0.1],[2.1,0.7],[1.8,1.3],[-0.4,2.3],[-1.4,2.4],[-1.3,2],[-1.3,1.6],[-0.8,2],[-0.7,2.3],[0.2,2],[0.3,0.6],[-1.1,0.9],[-2.1,1.1],[-2.1,0],[-2.1,-0.6],[-2.3,-0.6],[-2.3,-0.5],[-2.8,0.1],[-2.9,0.8],[-2.5,0.2],[-2.3,-0.6],[-1.6,-0.1],[-1.3,0.5],[-1.4,-0.1],[-0.4,-1.1],[0.2,-1.6],[0.8,-1.9],[1,-2.1],[1.5,-2.3],[2.1,-2.3],[2.3,-2.2],[2.7,-2.4],[3.1,-1.9],[3.9,-1.5],[3.9,0.1],[4.1,1.1],[4.5,1.1],[7.2,-1.3],[8.1,-0.8],[6.5,0.7],[8.4,1.2],[8.2,-0.9],[4.2,0],[3.8,1.4],[9.1,-1.4],[9.2,-2.2],[10.4,-1.9],[8.5,-1.5],[5.2,-0.6],[6.2,0.7],[7.1,1],[6.8,1.4],[6.5,2.1],[6.3,1.9],[4.9,2.1],[4.3,2.5],[3.5,3.3],[2.5,3.5],[2.6,4.5],[2.2,7.1],[2.5,9.1],[2.5,9.6],[7,8.2],[6.6,5.4],[1.2,-0.6],[1,-3.3],[-1.2,1.6],[-2.4,2.3],[-2,3.1],[-1.4,5.8],[-1.1,8.2],[-0.2,8.8],[3,8.2],[5,8.3],[4.8,9.4],[2.4,10.9],[-1.9,4.2],[-1.6,2.3],[-2.2,3.1],[-0.7,8],[0.4,8.6],[-0.4,5.4],[2.2,4.7],[3.5,-0.1],[6.5,-0.5],[-3.7,12.6],[-8,11.8],[-12.4,11.4],[-14.9,9.5],[-15.2,7.9],[-14.8,6.9],[-14.8,6.4],[-16,6.5],[-14.1,5.1],[-9.2,0.6],[-6.7,-4],[-1.8,-5.4],[-0.4,-4.3],[-10.9,-5],[-13.6,-4.8],[-13.9,-6.2],[-12.8,-7.2],[-11.8,-9],[-9.3,-9.5],[-7.3,-6.9],[-8,-2.3],[-9.3,1.5],[-10,4.2],[-10.3,5.7],[-10,6.9],[-9.9,8.4],[-10.1,9.3],[-9.6,9.7],[-8.8,9.9],[-7.8,9.1],[-6.6,8.4],[-4.9,7.8],[-3,6.8],[-2,5.8],[-2.1,4.9],[-3,3.7],[-3.8,3.2],[-4.6,2.8],[-5.4,1.8],[-5.5,0.7],[-5.5,0.1],[-5.8,-0.4],[-7,-1.5],[-7.7,-0.3],[-7.2,4.2],[-7.3,6.7],[-7.6,7.2],[-7.5,7.3],[-7.2,7],[-6.9,6.6],[-6.4,6.1],[-5.7,5.3],[-5.1,4.5],[-4.5,4.2],[-4.1,4.1],[-4.7,4.5],[-5.7,5.7],[-6.2,6.9],[-5.1,4.9],[-2.9,2.2],[-3,3.7],[-2.9,2.9],[-2,2.4],[1.6,1.4],[1.2,2.1],[1.3,1.7],[2.3,1.4],[2.6,1],[1.8,0.4],[2.3,-0.3],[2.8,-0.7],[2.8,-1],[2.8,-0.9],[3.1,-0.4],[2.2,0.2],[1.4,-0.1],[1.8,-0.2],[2.1,0.6],[3.9,0.3],[6.9,-1.6],[7.3,-2.8],[8.6,-3.3],[9.4,-3.2],[9.8,-2.5],[11.8,-4.4],[9.5,-6.7],[5.8,-6.3],[3.3,-2.8],[3.7,-0.9],[3.8,-1],[4.3,-1.6],[5.4,-3.6],[5.2,-4.2],[5.8,-4.6],[5.5,-4.5],[4.5,-2.9],[5.6,-3.6],[4.4,-1.9],[2.4,-0.2],[3.2,-1.3],[3.4,-1.3],[4,-1.7],[3.5,-3],[3.7,-3.8],[3.5,-3.4],[3.6,-4.1],[4,-4.7],[3.3,-3.6],[3.7,-3.4],[3.1,-3.2],[2.5,-0.9],[4.8,-4.5],[4.2,-7.8],[4.7,-7.7],[4.4,-7.4],[4.3,-7.6],[3,-6.4],[3,-5.9],[1.5,3],[-0.8,6.5],[-1.5,6.1],[-2,7.6],[-2,7.4],[-2,7.5],[-1.9,8],[-2.3,8.1],[-2.6,8.1],[-2.6,8.2],[-3.1,8.7],[-2.8,8.7],[-1.7,7.7],[-2,7],[-2.1,4.3],[-2.9,3.2],[-3,3.4],[-3,2.4],[-1.8,0.8],[-2.6,1],[-1.2,1.8],[-1.5,1.8],[0.7,2.1],[0.3,2],[2.6,1.5],[1.3,-0.6],[2.8,-0.5],[1.9,1.8],[0.5,2.7],[-0.3,3.2],[0.7,3],[0,3],[0.2,3],[0.6,2.8],[0.5,2.5],[0.6,2.3],[0.8,2.2],[0.8,1.2],[0.8,0.8],[0.8,0.8],[0.7,0.8],[-0.5,1.2],[-0.7,1],[-0.6,1.7],[-0.6,2.3],[-0.5,2.2],[0,1.6],[-0.2,1.9],[-0.5,1.9],[-0.8,2.1],[-0.5,2.4],[-0.4,2],[0.6,0.9],[0.6,0.2],[0.7,-0.4],[1.2,-0.4],[-0.1,-0.1],[0.1,-0.1],[0.1,-0.1],[-0.1,0],[0.2,-0.3],[-0.4,0.4],[-0.8,0.2],[0.2,1],[0.6,1.2],[0.2,0.2],[-0.9,-0.8],[-1.2,-0.7],[-1,-0.4],[-1.2,0.6],[-0.2,0.4],[-0.7,1],[-0.4,1.6],[0.6,0.7],[-0.3,-0.3],[-0.9,1],[-0.4,2.1],[-0.8,1.2],[-1.4,0.6],[-1.7,0.5],[-1.9,0.3],[-2.3,0.1],[-2.2,-0.6],[-2,-0.2],[-1.7,0],[-1.5,0.3],[-1.1,0.7],[-2,0.2],[-0.2,0.6],[0.5,0.5],[0.4,0],[0.9,-0.1],[0.1,-0.8],[-1.4,-1.1],[-0.4,-1.6],[0.5,-0.8],[0.3,0.1],[0.8,-0.1],[1.4,-0.4],[2.3,-1.4],[2,-2.8],[1.2,-4.6],[0.7,-3],[0.9,-3.3],[1.7,-2.8],[1.1,-2.4],[8.9,-6.2],[8.5,-7.4],[4.5,-7.1],[1.5,-8],[-0.7,-6.9],[-1.8,-4.7],[-2.6,-3.1],[-3.7,-1.6],[-4.2,-0.6],[-4.7,-0.1],[-5,0.4],[-5,1.2],[-5.3,3.6],[-4.5,4.4],[-3.9,2.7],[-3.6,2.2],[-3.6,2.2],[-2.1,2.2],[-1.3,2.5],[-0.6,2.6],[0,2.9],[0.3,2.4],[0.4,1.3],[0.8,0.8],[1.7,0.9],[2.5,1.4],[2.9,1.4],[3.7,1.4],[3,1.1],[2.1,0.7],[2.3,0.4],[2.7,-0.5],[1.2,-1],[1,-0.7],[0.2,-0.5],[0.5,0.3],[0.8,0.4],[0.7,0.9],[0,1.7],[1,1.3],[0.3,1.9],[-0.1,0.1],[-1.1,-0.8],[1.1,-1.3],[1.5,-1.1],[1.3,-0.9],[1.2,-1],[2,-1.6],[2.3,-1.4],[2.7,-1.2],[2.5,-0.9],[2.2,-0.2],[0.6,1.3],[0,1.8],[-0.1,2],[0.7,2.4],[0.3,2.9],[-0.9,3.7],[-0.7,2.6],[2,1.9],[3.1,1.8],[0.9,2.9],[-2.8,4],[-3.1,3],[-3.7,2],[-3.3,1.1],[-3.3,0.9],[-3.3,1.4],[-2.9,1.4],[-2.2,1],[-2.3,0.6],[-1.6,-0.3],[-0.9,-1.6],[-0.6,-1.3],[0.5,-1],[0.9,-1.7],[1.4,-2.2],[2,-2.6],[2.5,-2.6],[2.8,-2.5],[3.2,-2.5],[3.2,-2.4],[3.5,-2.5],[4.5,-2.5],[4.7,-2.2],[5.7,-3],[5.4,-1.2],[5.2,0.9],[7.7,1.5],[11.1,-0.6],[6.6,-0.2],[7.1,0.8],[7.6,-0.4],[5.5,0.7],[5.9,2.6],[6.9,2.3],[11.3,1.1],[15.1,-1.3],[9.1,-2.7],[7.8,-1.8],[7.5,-0.7],[6.9,0.2],[6.8,1],[5.9,1.4],[4.9,1.5],[3.7,1.5],[2.2,2.5],[2.8,4.3],[3.5,4.3],[1.3,4.3],[2.7,3.2],[6.1,1.8],[7.3,3.7],[10.8,10.3],[12.2,10.8],[9,8.1],[5.6,4.5],[1.8,2.7],[-1.1,4.8],[-1.7,5.3],[-1.8,5.7],[-1.5,7.4],[-0.3,8.5],[1.5,7.5],[2.7,5.3],[4.5,3.2],[3.2,7.2],[-0.4,9.3],[-3,4.5],[-2.8,-1],[-1.4,2.2],[-0.3,9.2],[-0.3,8.7],[0,5.4],[1.5,0.1],[4.9,-0.8],[-4.3,11],[-8.1,10.9],[-7.6,10.7],[-10.3,12.2],[-12.2,13.1],[-12.3,12.5],[-11.4,10.7],[-11.8,9.3],[-12.7,7.4],[-7.8,2],[-4.6,-1],[-2.1,-1.4],[-7.3,2.7],[-4,0.6],[-2.9,-0.4],[-3.5,0.4],[-3.3,-1.2],[-2,-2.7],[0.1,-4.9],[-1.4,-6.6],[-2.7,-6.6],[-4.4,-2.4],[-7.1,2.7],[-8.2,5.6],[-8.1,7.1],[-7.8,8.1],[-7.7,8.5],[-7.2,8.7],[-6.6,8.9],[-5.7,9],[-4.6,8.2],[-4.2,5.5],[-4.1,2.5],[-3.4,2],[-3.8,3.8],[-4.4,5.2],[-4.5,4.7],[-5.2,4.2],[-5.4,3.1],[-5.2,2.3],[-5.6,2.2],[-6.3,2.2],[-6.9,2.2],[-7.3,1.9],[-7.9,1.4],[-8.4,1.7],[-8.1,3.2],[-7.6,4.8],[-7.1,5.4],[-6.7,5.3],[-6.6,5.1],[-6.2,5.1],[-5.5,5.3],[-5,5.6],[-4.2,5.3],[-3.1,4.8],[-1.9,4.1],[-1.3,3.3],[-1.1,2.7],[-1.6,2.5],[-1.5,3.4],[-2.7,2.9],[-1.5,2.1],[-1.4,4.1],[-0.8,2.3],[0.7,0.9],[1.9,1.1],[2.1,2.1],[4,1.8],[4.1,0.4],[3.1,-0.2],[4.3,-0.3],[4.9,0.4],[4.9,0.7],[5.1,-0.2],[5.7,-1.2],[5.7,-1.6],[5.7,-1],[8.4,-1.5],[10.9,-3.2],[10.1,-4.8],[10.9,-9.5],[8.6,-11.7],[7.6,-11.6],[7.9,-10.7],[7.6,-8.5],[7,-5.2],[4.4,-2.1],[3.5,-0.7],[4.2,-1.9],[5.7,-6.4],[4.6,-4.9],[5,-3.9],[4.7,-3.2],[4.6,-2.9],[5.8,-3.1],[6.5,-4.5],[3.4,-2.5],[2.8,-0.8],[4.1,-2.5],[3.1,-1.9],[3.2,-3.4],[3.5,-5.4],[3.4,-5.2],[3.5,-7.1],[2.9,-4.7],[3.5,-3.2],[3.9,-3.3],[3.7,-2.4],[4.1,-3],[5.2,-4.5],[6.4,-5.1],[6.8,-5.2],[5.6,-4.3],[4.7,-3.4],[4.6,-3.5],[4.4,-3.6],[4.3,-4.5],[3.7,-4.9],[1.9,2.5],[-0.7,7.5],[-1.4,7.9],[-1.3,8.1],[-1.3,7.9],[-1.3,8.3],[-1.3,8.6],[-1.3,8.8],[-1.1,9.1],[-1.6,9.1],[-2.3,9.5],[-1.7,10.3],[-1,9.8],[-2.8,9.6],[-3.6,7.1],[-3.1,2.3],[-2,1.5],[-2.7,1.3],[-1.9,2.4],[-1.3,3],[-0.5,2],[2.1,2.2],[0.7,2.5],[2,2.5],[3.5,2.7],[-0.2,1.5],[-1.1,1.2],[-1.3,1.4],[-1.8,1.8],[-2.8,1.8],[-3.2,1],[-2.6,0.3],[-1.6,0.6],[-1,1.1],[0.4,1.5],[1.1,1],[1.4,0.8],[1,1],[1.3,1.1],[0.9,1.6],[0.3,2.2],[-0.3,2],[-0.8,1.9],[-0.7,1.5],[-1.2,1.9],[-0.8,2],[-1.1,1.6],[-0.6,1.7],[-0.5,1.9],[-0.1,2],[0,2.1],[-0.2,1.3],[0.2,1],[0,1.2],[1.4,0.4],[-0.5,-0.1],[0.1,-0.7],[-0.2,-0.4],[0.5,-0.8],[1.1,-0.5],[0.1,-0.2],[0.8,-0.2],[0.2,0.4],[0.8,-0.1],[-1,-1],[0.4,0.2],[-1.2,-0.2],[0,0.4],[0.3,1],[0.5,0.9],[0.4,0.8],[-0.4,1.2],[-1.1,0.8],[-1.9,1],[-1.5,0.6],[-0.9,1.4],[-0.6,1.9],[-0.7,1.6],[-1,1.8],[-1.4,1.6],[-1.5,1.5],[-1.8,1.6],[-1.9,1.7],[-1.6,1.6],[-1.3,1.1],[-1.2,-0.7],[0.3,-1.5],[-0.2,-1.4],[0.2,-2],[-0.9,-1.4],[-0.8,-1.1],[0.6,-0.9],[0.5,-0.3],[1.4,-0.4],[3.2,-0.9],[4.3,-3.8],[2.7,-2.3],[0.9,0.9],[1.5,1.1],[1.4,0],[1.4,-0.2],[1.8,-0.6],[2.2,-0.4],[1.9,-0.4],[3.9,-2.1],[1.2,-5.6],[-0.7,-6.4],[-1.5,-6.5],[-1.7,-6.4],[-2,-6.6],[-2.5,-5.3],[-2.9,-3.5],[-3.2,-2.2],[-3.6,-1.2],[-3.8,-0.3],[-4,0.5],[-3.9,1],[-3.8,1.5],[-3.5,2],[-3.3,2.4],[-3,2.4],[-2.8,2.3],[-2.4,2.8],[-1.3,2.9],[-0.1,2.6],[0.3,1.9],[0.3,1.2],[0.2,0.9],[0.1,0.6],[0.2,0.2],[0.2,-0.1],[0.1,-0.1],[-0.2,-0.1],[-0.6,-0.5],[-1.2,-0.1],[-1.5,-0.2],[-1.9,-0.4],[-1.8,-0.1],[-2.1,-0.8],[-2.3,-1.4],[-3.7,-0.2],[-3.6,0.3],[-3.1,0.2],[-3.5,-0.8],[-3.7,-0.8],[-3.3,-0.4],[-2.5,-1],[-2.5,-1.8],[-2.3,-2.3],[-1.7,-2.5],[-1.8,-2.7],[-1.6,-2.8],[-1.2,-2.7],[-2,-2.1],[-2.4,-1.5],[-2.5,-1.6],[-3.2,-1.4],[-3.1,-0.8],[-2.8,-0.6],[-3.8,-0.3],[-3.5,-0.3],[-3.7,-0.6],[-4.1,-0.6],[-4.7,0.5],[-5,1.3],[-5.1,2.7],[-4.9,3.4],[-3.7,3.3],[-3,2.5],[-0.9,2.5],[-0.5,2.5],[0.5,2.3],[0.5,2],[-0.5,2.3],[-0.5,1.4],[-0.4,0.1],[0.4,-1],[1,-1.5],[1.5,-2],[2.1,-2.5],[3.1,-2.8],[2.8,-2.7],[3.3,-2.7],[3.6,-2.5],[4.1,-2.5],[4.6,-3.2],[4.5,-2.8],[4.8,-3.1],[4.9,-4.3],[4.4,-4.8],[5.6,-5.5],[6.7,-5.3],[4.3,-1.9],[4.2,0.9],[4.4,1],[5.7,-0.4],[7,-1.7],[7.4,-1.8],[6.7,-1.3],[6,-0.4],[7.2,2.6],[8.3,0.4],[9.1,-2.4],[7.3,-1.1],[5.2,0.7],[4.7,1],[5.2,0.8],[4.3,1],[2.2,1.5],[1.7,3],[-1.5,4.5],[0.9,2.9],[6.1,3.5],[0.3,6.2],[0,6.4],[5.6,4.9],[6,3.1],[2.9,1.1],[0.1,2.6],[0,6.8],[1.3,9.4],[1.9,9.9],[2.2,8.1],[1.8,6.9],[-0.9,7.9],[-2,8.4],[-1.5,8.6],[-0.4,9.1],[0.5,8.9],[2.4,8.3],[0.5,5.5],[-3.4,4.3],[-3.2,3],[-2.5,5.2],[-1.6,4.5],[-1.6,2.8],[1.6,3],[-0.6,6.1],[-0.2,6.4],[4.3,3.3],[-3.1,7.3],[-10,10.7],[-9.6,9.6],[-8.4,8.4],[-7.1,6.3],[-7.3,6.2],[-8.8,7.6],[-9.7,9.1],[-9.1,10.2],[-8.9,9.9],[-6.8,4.9],[-4.9,1.3],[-5.1,1.9],[-3.8,0.9],[-1.6,-0.1],[-1.4,0.1],[-0.5,-0.4],[-0.4,-1.3],[-0.9,1.7],[-1.1,3.7],[0.7,3.9],[2,4.3],[0.8,4.2],[0.2,4.2],[-1.8,4.1],[-3.1,6.1],[-3.9,8.5],[-4,8.9],[-3.5,9.2],[-3,9.1],[-2.5,8.7],[-2.3,8],[-2.6,6.8],[-3.2,4.7],[-3.9,2.6],[-4,2.7],[-3.5,5],[-3.6,6.6],[-4.2,6.2],[-4.5,5.3],[-4.5,4.7],[-4.8,4.3],[-5.2,3.9],[-5.5,3.6],[-5.6,3.6],[-5.7,3.8],[-5.8,4.1],[-5.5,4.4],[-4.8,4.7],[-4.1,4.7],[-3.8,4.7],[-3.6,4.7],[-3.5,4.5],[-3.3,4.1],[-3.1,3.7],[-3.5,3.5],[-3.6,3.3],[-3.7,3.1],[-3.8,3.1],[-3.9,3],[-3.7,2.9],[-3.2,2.6],[-2,2.7],[-1,3.5],[-0.2,2.2],[0.9,2.1],[0.3,2.2],[0.2,1.7],[1.3,1.9],[0.9,1.5],[1.7,1.2],[2.6,0.2],[4.2,0.2],[5.8,0.9],[9.2,-1.3],[12.2,-3.5],[12.7,-5.7],[12.2,-8.3],[10.7,-10.8],[9.1,-12.6],[8.5,-12.9],[8.9,-12.7],[8.9,-12.5],[8.4,-12.6],[7.9,-12.6],[7.6,-12.1],[7.5,-11.3],[7.7,-8.6],[7.5,-4.2],[5.3,-3.2],[4.3,-5.5],[5.1,-7.8],[4.9,-7.9],[4.4,-6.5],[4,-5.5],[4,-5.2],[4,-5.5],[2.3,-4.3],[0.4,-1.3],[0.8,-1.3],[1.1,-2],[1.2,-1.8],[2.1,-2.7],[2.9,-5.1],[2.6,-4.8],[2.9,-5.1],[3.5,-7.2],[4,-6.9],[4.7,-6.8],[5,-6.9],[5.1,-7],[5.1,-6.5],[4.8,-5.8],[4.5,-4.3],[4.8,-3.8],[4.9,-3.1],[4.6,-1.9],[4,-1.2],[4.4,-1.5],[3.2,-1.1],[3.1,-1.3],[1.1,4],[-0.4,7.9],[-0.7,7.8],[-1.1,8.2],[-0.9,8.5],[-0.5,8.4],[-0.7,8.6],[-0.8,8.9],[-1.5,9.4],[-1.5,9.9],[-0.4,10.6],[0.4,10.9],[0.4,11.3],[-1.4,12.5],[-0.8,10.8],[0.3,8.5],[1.5,8.3],[0.1,6.3],[0.6,4.3],[1.8,2.4],[0.4,2.6],[-0.8,3],[-0.8,4.1],[-0.8,2.5],[-1,2],[-1.7,2],[-2.2,2.6],[-0.4,2.9],[-0.6,3.4],[-1.1,3.5],[-0.8,2.8],[-0.6,2.8],[-0.5,3.4],[0.7,2.8],[1.3,1.1],[0.6,1.4],[0.9,1.6],[-0.3,2],[-0.7,2],[-1.1,2],[-1,2],[-0.9,2.1],[-1,2.1],[-0.9,1.9],[-1.1,1.9],[-0.9,2],[-0.8,1.8],[-0.6,1.7],[-0.4,1.7],[0.2,1.6],[0.4,1.9],[0.7,1.3],[0.5,0.4],[0.7,0.7],[0.6,0.2],[-0.4,0],[0.5,-0.4],[0.6,-0.4],[-0.6,0.5],[-0.4,-0.8],[-1,-1.4],[-0.5,-1],[0,-0.9],[-0.2,-0.7],[0.5,0],[0.7,-0.8],[1,-1],[1.5,-1.2],[1.1,0.5],[0.2,2],[-0.5,2.3],[-0.5,2.8],[-0.3,2.3],[0.4,1.8],[0.4,2.1],[0.3,3.1],[-0.4,3.5],[0.6,2.9],[0.8,2.9],[0.7,2.9],[1.4,2.2],[1.6,1.5],[1.9,0.9],[2,0],[2.3,-0.6],[2.1,-0.5],[2.3,-0.4],[2.7,-0.2],[3,-0.5],[2.9,-0.6],[3.2,-0.6],[3.1,-1],[3,-1.4],[2.9,-1.4],[2.4,-1.5],[1,-0.1],[4,-0.2],[4.6,-3.5],[5.1,-3.5],[5.7,-2.2],[6.3,-2.9],[6.7,-4.6],[5.6,-6.1],[3.7,-5.8],[-0.7,-6.4],[-0.2,-6.4],[-0.4,-7.7],[-2.2,-6.3],[-2.9,-5],[-3.4,-4.7],[-3.8,-4.4],[-3.7,-4],[-3.8,-3.1],[-3.6,-1.7],[-3.6,-0.3],[-3.5,0.6],[-3.5,1],[-3.1,1.1],[-2.9,1.5],[-2.6,1.7],[-2.5,1.9],[-2.3,2.1],[-1.9,2.3],[-1.6,2.7],[-1.6,3],[-2,3.1],[-2.5,2.6],[-2.4,1.4],[-2.5,0.8],[-2.9,0.7],[-3.4,0.5],[-3.6,0.1],[-3.8,-0.1],[-3.8,-0.3],[-3.8,-0.6],[-3.9,-0.9],[-4.1,-0.9],[-4,-1.1],[-4,-1.2],[-3.8,-1.2],[-3.7,-1.2],[-3.6,-1.1],[-3.4,-1.3],[-3.3,-1.5],[-3.2,-1.8],[-3,-1.9],[-2.8,-2],[-2.7,-2.1],[-2.7,-2.3],[-2.7,-2.6],[-2.8,-2.7],[-2.9,-2.7],[-2.9,-2.7],[-2.9,-2.6],[-3.1,-2],[-4,-1],[-4.4,-0.2],[-4.1,0.3],[-4.2,0.9],[-4,1.4],[-5.7,0.8],[-5.4,-2.3],[-3.9,-2.3],[-3.6,-0.5],[-3.3,1.2],[-2.2,1.6],[-2.1,1.1],[-1.3,1.8],[-0.7,2.4],[-0.5,2.2],[-0.5,1.8],[-0.3,1.4],[0.6,0.6],[1.5,-0.6],[2.8,-1.3],[3,-1],[3.1,-0.4],[3.6,-0.7],[4,-1.5],[4.6,-1.7],[4.7,-1.9],[4.5,-2.1],[4.6,-2.2],[4.9,-2.5],[5.2,-2.8],[5.5,-3.3],[5.1,-3.2],[4.1,-2.4],[3.3,-0.6],[4.2,0.2],[10.8,-1.9],[10.3,-3.8],[7.4,-5.5],[8.8,-6.1],[8.6,-5.8],[7.8,-4.3],[8,-2.9],[7.9,-1.7],[8.8,-0.6],[9.1,-0.8],[9.3,-1.9],[9.9,-2.1],[9.5,-2.2],[7.1,-1.7],[3.9,0.5],[2,3.3],[1.1,4],[1.7,3.4],[3.6,3.6],[4.8,5.5],[2.6,6.7],[2.7,4.6],[4.4,3.2],[5.9,5.6],[2.3,5.1],[0.2,4.7],[-1.2,6.8],[-1.9,8],[-1.9,8.3],[-1.5,8.7],[-0.8,9.2],[0.1,9.2],[0.3,9.3],[-1.8,10.6],[-2.9,10.8],[-1.7,10.4],[-0.4,11.5],[1.1,12.6],[2.4,13.6],[4.1,10.5],[1.4,-1.7],[-4.8,-2.7],[-9,4.8],[-5.2,7.2],[-2.7,5.9],[-1.4,2.2],[1.7,2.9],[-0.5,7.2],[-8.9,11.5],[-11.1,11.4],[-9.8,10.5],[-10.3,10.4],[-11,9.9],[-9.9,8.9],[-7.5,7.3],[-5.6,5.6],[-5.7,5.3],[-6.2,5.6],[-5.6,5],[-4.4,4.8],[-4.1,5.8],[-3.5,6],[-1.3,4.2],[0.5,2.1],[-0.4,0.1],[0.2,-1],[0.7,-0.9],[2,-1.3],[1.9,-0.6],[-2.5,1],[-2.4,2.4],[-1.2,4.4],[0.9,4.7],[0.1,5.3],[-0.7,6.2],[-0.1,9.4],[-0.1,10.8],[-0.2,10.1],[0.1,9.9],[0.5,9.7],[0.9,9.3],[1.2,8.6],[1.2,7.9],[0.6,7.1],[-0.7,5.8],[-1.6,3.9],[-0.6,3.1],[0.1,5.8],[-1.4,7.8],[-2.2,7.3],[-1.9,6.3],[-2,5.7],[-2.3,5.2],[-2.2,5],[-2.3,4.9],[-2.6,4.9],[-2.9,4.8],[-2.9,4.8],[-2.9,4.7],[-2.9,4.8],[-2.9,4.8],[-2.6,4.8],[-2.4,5],[-2.4,5.1],[-2.7,4.9],[-2.6,4.4],[-2.1,3.7],[-1.7,3.3],[-1.6,3.1],[-1.6,2.7],[-1,1.9],[0,0.8],[1.1,0],[2.1,-0.5],[3,-0.9],[3.9,-1],[5.4,-1.2],[6.9,-1.7],[8,-2.5],[8.6,-3.5],[8.6,-4.6],[9.6,-6.4],[7.8,-5.6],[10.1,-9.4],[10.1,-11.1],[9.3,-12.1],[8.7,-12.7],[8.5,-13.2],[8.2,-13.7],[8,-14],[8.1,-14],[8,-13.9],[8,-13.8],[8.1,-13.5],[8.1,-12.9],[8.2,-12.2],[9.1,-12.4],[7.4,-8.6],[2.7,-2.5],[1.4,-5.3],[2.9,-8.4],[4.2,-9.1],[4.6,-9.5],[4.2,-9.7],[3.8,-10.1],[2.9,-10.1],[1.4,-8.6],[1.2,-4.4],[1.7,-2.9],[1.6,-3.2],[1.7,-2.3],[2.1,-2.3],[2.6,-3.8],[2.8,-5.5],[2.9,-6.7],[2.8,-7.7],[2.9,-8],[3.2,-8.3],[3.6,-8.1],[4.2,-8.1],[4.2,-7.7],[3.1,-5.9],[2.7,-4.8],[3,-5],[3,-4.8],[2.7,-4.4],[2.5,-3.6],[3.4,-3],[3,0.2],[2.8,1.9],[3.2,1.9],[1.2,5.7],[-0.6,9.3],[-1.1,8.4],[-1.3,8.5],[-1,8.5],[-0.7,9],[-0.8,10.8],[-0.4,9.8],[-0.3,9.4],[0.3,9.6],[1.5,9.4],[1.8,9.2],[1.3,7.1],[-1.1,3.6],[-2.1,2.5],[-2.4,2.3],[-2.3,2.1],[-2.8,1.8],[-3.5,2],[-3.3,1.9],[-3,1.6],[-2.9,1.8],[-2.7,1.9],[-2.3,2.9],[-2.7,4.1],[-2.1,3.5],[-1.7,3.8],[-0.5,4.6],[0.3,4.3],[0.9,4.5],[0.2,4.3],[0.2,3.4],[0.8,2.7],[1.4,2],[0.9,2.3],[-0.7,2.2],[-0.9,2.1],[-0.6,2.2],[-0.3,2.2],[0,2.3],[-0.5,2.4],[-0.4,2.3],[-0.5,2.2],[-0.9,2.1],[-1.6,2.5],[-1.4,2.7],[-1.1,2.7],[0.4,2.7],[0,2.3],[-0.1,2.6],[1.2,2.5],[1.4,2.7],[2.8,1.9],[0.6,1],[0.2,0.8],[0.1,1.6],[0.5,0.6],[0.3,-0.3],[1.3,-0.8],[1.8,-1.5],[2.2,-1.4],[2.3,-0.9],[2.2,-0.6],[2.2,-0.6],[1.8,-0.6],[1,-0.6],[-0.2,0.1],[-0.7,1.2],[-0.5,2.1],[0,2.6],[0.4,2.9],[1.2,2.3],[1.6,1.2],[0.9,1],[0.3,2.6],[0.7,3.3],[1.1,3.2],[1.2,2.9],[1.4,2.5],[1.6,2.1],[2,1.7],[2.4,1.2],[2.5,0.6],[2.5,0.2],[2.5,0],[2.6,-0.3],[2.5,-0.5],[2.5,-0.6],[2.5,-0.7],[2.5,-0.9],[2.5,-1.1],[2.4,-1.5],[2.4,-1.9],[2.5,-2.3],[2.6,-2.7],[2.6,-3.6],[2.4,-4.7],[2.2,-5.3],[1.8,-6.2],[1.3,-6.7],[0.7,-7.3],[-0.1,-7.8],[-0.6,-6.2],[-1.4,-6],[-1.5,-5.9],[-2,-5.7],[-3,-5.4],[-3.9,-4.8],[-4.4,-4.3],[-4.7,-3.8],[-4.8,-3.3],[-4.9,-2.8],[-5.1,-2.3],[-5.4,-1.8],[-5.6,-1.4],[-5.9,-1],[-6,-0.9],[-5.9,-0.9],[-5.8,-0.9],[-6,-0.7],[-6.1,-0.6],[-6,-0.5],[-5.9,-0.3],[-5.6,-0.3],[-5.3,-0.1],[-5.2,0.1],[-5.2,0.2],[-5.3,0.1],[-5.3,-0.2],[-5.3,-0.6],[-5.2,-0.9],[-5.1,-1.1],[-5,-1.2],[-5.1,-1.4],[-4.9,-1.5],[-4.6,-1.5],[-4.3,-1.5],[-3.9,-1.6],[-3.8,-1.5],[-3.7,-1.5],[-3.6,-1.6],[-3.4,-1.6],[-3.3,-1.5],[-3.1,-1.6],[-3,-1.6],[-2.9,-1.7],[-2.8,-1.8],[-2.8,-1.9],[-2.7,-1.9],[-2.6,-1.9],[-2.5,-1.8],[-2.4,-1.7],[-2.3,-1.5],[-2,-1.3],[-1.5,-1],[-0.6,-0.8],[0.4,-0.8],[0.6,-0.6],[-0.4,-0.4],[-1.3,0.1],[-2.1,1.5],[-1.9,2],[-1.6,0.6],[-0.7,-1.3],[-1,0],[-0.1,1.3],[-0.3,1.6],[-0.5,2],[0,2.6],[0.7,2.8],[0.8,1.8],[0.7,0.5],[1.3,-0.8],[3,-2],[1.9,-2.4],[0.4,-2.2],[1.9,-2.3],[4.2,-2.7],[3.8,-2.8],[3.5,-3],[4.5,-3.1],[4.9,-3.1],[5.1,-3],[4.8,-3],[5.4,-3.8],[5.6,-4.5],[6.3,-5.1],[5.3,-3.5],[5.8,-2.6],[10.2,-4.7],[7.2,-3.5],[7.6,-3.5],[8.3,-4.2],[7.2,-3.5],[8.1,-3],[8.9,-4],[9.5,-5.4],[9.8,-6.9],[8.2,-5.3],[4.6,-1.3],[3.7,-0.3],[3.4,0.7],[1.3,3.7],[1.6,4.1],[2.3,1],[0.6,0],[1.6,0.2],[2.8,1.2],[2.9,2.3],[2.8,4.3],[4,5.7],[5.8,3.4],[5.7,1.2],[5.6,1.8],[6.1,3.1],[6.7,4.4],[6.7,5.7],[5.8,7.2],[4.4,8.8],[2.8,10.2],[0.9,11.4],[0.2,12],[-0.4,12.1],[-2.1,12.6],[-2.3,12.6],[-1.2,13.5],[0.6,14.9],[3.3,13.6],[1,6.3],[0.7,3.4],[0.4,2.2],[-4.3,5.4],[-3.8,7.7],[-0.1,6.9],[0.8,7.1],[-5.9,10.6],[-10.5,11.7],[-10,10.4],[-9.5,10.3],[-8.5,10.3],[-7.1,9.9],[-6.6,9.9],[-6.4,9.7],[-6,9.3],[-5.5,8.6],[-4.7,7.5],[-3.2,6.1],[-1.8,5.3],[-0.5,5.2],[0,4],[-0.7,1.6],[-1.1,-0.3],[0.2,-1.7],[2,-2.3],[0.1,-1.5],[-0.5,-2.9],[0.7,-1.5],[1.3,0.8],[1.9,0.7],[1.2,1.8],[0.8,2],[0.5,3.3],[0.3,5.7],[0.7,7.2],[1.4,7.9],[3,11],[3.2,11.5],[3.2,11.1],[3.3,10.6],[3.3,10.3],[3.5,10.1],[3.9,9.7],[4.1,9.1],[4.1,8.5],[3.6,7.7],[2.9,6.5],[3,4.8],[3,4.1],[1.7,5.3],[1.1,6.9],[1.4,7.2],[1.5,6.7],[2,6.3],[1.9,6.2],[1.2,6.2],[1.1,5.9],[1.3,5.3],[1.2,5.1],[1.4,5.2],[1.6,5.4],[1.6,5.3],[0.9,5.2],[0.1,4.9],[0.3,4.3],[0.9,3.5],[1.7,2.8],[2.8,1.9],[3.8,1],[4.7,0.2],[5.2,-0.4],[5.4,-0.6],[5.9,-0.8],[6.7,-1.2],[7.4,-2.3],[7.4,-3.8],[7.5,-5],[8,-5.8],[8.6,-6.6],[8.8,-7.3],[9.1,-8],[9.1,-8.9],[8.5,-9.9],[7.9,-10.9],[7.5,-11.9],[7.3,-12.8],[7.2,-13.3],[7.2,-13.5],[7.2,-13.4],[7,-13.3],[6.8,-13.4],[6.6,-13.6],[6.3,-13.7],[6.5,-13.8],[7.1,-14.2],[6.6,-13.5],[2.6,-9],[-2.6,-4.5],[-1.8,-5.8],[1.5,-8.2],[2.7,-9.1],[3.2,-10],[3.2,-10.4],[2.2,-10.1],[2,-10.5],[1.9,-10.2],[0.3,-4.2],[0.9,-2],[2.5,-2.8],[2.4,-2.8],[-0.3,-0.4],[0.3,-1.1],[1.7,-3.7],[2,-5.1],[2.5,-6.3],[2.7,-7.1],[2.4,-8],[2,-8.6],[2,-8.8],[2.2,-9.5],[2.4,-9.7],[1.9,-8.1],[1.3,-6.6],[1.4,-5.5],[2,-5.6],[2.2,-5.4],[2.3,-4.7],[2.6,-5.8],[3.3,-4.3],[3.7,0.8],[4.1,5.1],[1.2,7.1],[-1.6,9.1],[-1.5,8.6],[-1.3,8.3],[-1.4,9.4],[-1.3,10.3],[-1.1,8.9],[-1,8.1],[-1.2,8.2],[-0.8,8.2],[-0.3,7.6],[-0.2,7.3],[-0.4,7],[-1.3,6.4],[-2.6,5.8],[-3,4.6],[-3.4,4],[-3.6,3.7],[-3.5,3.2],[-3.9,3.1],[-4.2,3.3],[-3.8,2.8],[-3.6,2.7],[-3.8,2.6],[-3,1.9],[-2.4,1.9],[-2.1,2.5],[-1.5,2.8],[-2.2,4.5],[-2.2,4.3],[-0.9,3.6],[-0.1,3.1],[-0.2,2.4],[-0.9,1.7],[-1.6,1.8],[-1.1,1.9],[-0.5,2.2],[-0.9,2.4],[-0.9,2.7],[-0.6,2.6],[-0.6,2.4],[-0.8,2.5],[-0.9,2.6],[-0.9,2.8],[-0.7,2.7],[-0.2,2.2],[0,1.7],[-0.5,1.5],[0.3,2.3],[1.8,2.6],[0.8,2.7],[1.8,2.1],[3.4,1.8],[3.8,2.5],[4.8,2.5],[4.4,1.7],[3.8,1],[3.6,0.7],[3.7,0.6],[3.8,0.4],[3.6,0.3],[3.3,0.3],[2.9,0.5],[2.2,0.7],[1.9,0.4],[2,0.6],[1.5,1.6],[1.2,2.2],[1.2,2.3],[1.1,2.5],[1.1,2.5],[1.2,2.3],[1.6,2.3],[1.6,2.2],[1.4,2.2],[1.3,2.4],[1.4,2.4],[1.7,2.4],[2,2.2],[2.3,1.8],[2.5,1.4],[2.7,1],[2.7,0.8],[2.7,0.5],[2.5,0.2],[2.5,0],[2.4,-0.3],[2.3,-0.4],[2.2,-0.6],[2.1,-0.7],[2,-0.9],[2,-1.2],[1.9,-1.6],[1.8,-2],[1.5,-2.6],[1.4,-3.2],[1.2,-3.8],[0.9,-4.6],[0.6,-5.2],[0.2,-5.9],[-0.2,-6.1],[-0.6,-6.2],[-1,-6.1],[-1.4,-5.3],[-1.9,-5.4],[-2.4,-5.4],[-2.8,-5.2],[-3.3,-4.9],[-4,-4.3],[-4.7,-3.8],[-5.1,-3.4],[-5.5,-3],[-5.9,-2.7],[-6.2,-2.4],[-6.4,-2.1],[-6.5,-1.9],[-6.4,-1.6],[-6.5,-1.3],[-6.5,-1],[-6.6,-0.8],[-6.6,-0.6],[-6.5,-0.5],[-6.4,-0.5],[-6.3,-0.6],[-6.3,-0.7],[-6.3,-0.9],[-6.3,-1.1],[-6.2,-1.3],[-6.1,-1.5],[-5.8,-1.6],[-5.4,-1.7],[-4.9,-1.8],[-4.5,-1.9],[-4.1,-1.9],[-3.9,-1.9],[-3.7,-1.9],[-3.5,-1.9],[-3.4,-1.9],[-3.2,-1.9],[-3.1,-1.9],[-2.9,-1.9],[-2.7,-1.9],[-2.5,-1.9],[-2.5,-1.9],[-2.3,-1.9],[-2.2,-1.9],[-2.2,-1.9],[-2,-1.9],[-1.9,-1.9],[-1.9,-1.9],[-1.8,-1.9],[-1.8,-1.8],[-1.8,-1.8],[-1.8,-1.6],[-2,-1.4],[-2.2,-1],[-2.4,-0.6],[-2.4,0.2],[-2.7,0.8],[-2.7,0.5],[-1.5,0.2],[-1.8,0.8],[-2.5,0.5],[-1,0.2],[-1,-0.1],[-0.7,-0.7],[-0.2,0],[0,1],[0.6,0.8],[1.3,0.3],[0.8,1],[1.6,0.4],[1.3,-0.7],[2.1,-0.4],[3.1,-1.1],[2.4,-1.7],[5.3,-2.4],[6,-4],[5.1,-3.9],[4.5,-2.8],[4.4,-3],[5,-3.6],[5.6,-4.3],[5.5,-4.6],[6.7,-5.7],[5.4,-4.8],[4.1,-2.9],[4.2,-3.5],[5.3,-5.7],[7.7,-8.8],[6.2,-10],[7.3,-9.8],[4.7,-5],[1.9,-1.5],[4.3,-4.3],[7.9,-8.8],[6.6,-8],[2.3,-1.4],[1.7,1.2],[2.5,-1],[2.2,-1.2],[3.1,-0.6],[3.5,-0.8],[2.5,0.6],[1,0.1],[2.2,0.2],[3.4,1.7],[4.4,1.3],[4.9,-1.3],[6.8,-3.5],[8.4,-4.2],[8.4,-3.3],[5.6,-1],[1.2,0.9],[-1.9,1.9],[-3.7,3],[-5.2,5.3],[-6.5,8.3],[-7,10.5],[-6.9,12.1],[-6.2,13.2],[-5.6,14],[-5.2,14],[-4.3,13.9],[-2.5,14],[-0.6,14.6],[0.1,14.6],[-0.7,8.9],[-0.5,3.5],[0.9,0.8],[2.3,-0.9],[1.1,1.7],[-1.3,6.2],[-4.7,8.6],[-8.5,10.7],[-10.6,11],[-10.1,10.5],[-9.1,10.4],[-7.8,10.1],[-6.5,9.9],[-5.5,10.1],[-4.7,10.1],[-3.9,9.6],[-3.2,9.5],[-2.3,9.8],[-0.8,9.4],[0.6,8.4],[0.8,7.5],[0.4,6.9],[0,5.8],[1.2,5],[3.3,3.7],[4.1,2.5],[5.6,2.5],[3.4,1.3],[3.5,0.5],[2.1,1.4],[2,0.3],[0.3,-0.3],[0.5,0.6],[1.6,0.5],[-0.6,2.3],[0.2,4.7],[2,5.6],[2.1,6.6],[2.5,7.8],[4.7,11.1],[5.7,12.1],[5.7,11.7],[6.1,11.4],[6.1,11.1],[6,11],[6.2,10.7],[6.6,10.3],[6.8,10.1],[6.8,9.8],[6.5,9.3],[6.3,8.6],[6.1,7.6],[5.3,5.8],[3.8,4.6],[3.1,5.3],[3.4,6.8],[4.8,7.7],[5.6,7.1],[5.8,6.3],[5.8,6],[5.9,5.7],[6.2,5.3],[6.5,4.9],[6.7,4.7],[6.8,4.2],[7,3.5],[7.1,2.8],[7.2,2.2],[7.5,1.8],[7.9,1.3],[8.2,0.7],[8.5,-0.1],[8.6,-1],[8.6,-2],[8.4,-3.1],[8.2,-3.9],[8.4,-4.4],[8.8,-4.9],[8.9,-5.5],[8.7,-6.3],[8.6,-7.1],[8.2,-8],[7.3,-8.9],[6.6,-10],[6.4,-11.1],[6.6,-11.9],[6.5,-12.1],[6.1,-12],[5.7,-11.9],[5.4,-12.2],[5.2,-12.8],[4.8,-13.5],[4.7,-14.1],[4.9,-14.4],[4.1,-14.1],[2,-13.4],[-0.4,-11.4],[-2.4,-8.2],[-2.3,-7.2],[-0.6,-9],[0.4,-10.1],[1.3,-10.8],[2.3,-11.5],[2.5,-11.4],[1.5,-10.6],[0.3,-10.1],[0.5,-10],[1.6,-10.5],[0,-9.3],[-2.3,-5.6],[0.2,-2.3],[2.7,-2.5],[2.2,-2.2],[0,-1.4],[0.1,-2.6],[1.1,-4.5],[1.8,-5.8],[2.1,-6.9],[1.3,-8],[0.4,-8.8],[0.1,-9.5],[0.5,-9.8],[0.9,-10.3],[0.6,-10.3],[-0.2,-8.9],[-0.8,-7.4],[-0.6,-6.7],[-0.5,-7.1],[-1,-7.3],[-1.6,-6.8],[-2.2,-6.1],[-3.8,-5.3],[-5.7,-1.6],[-6,3],[-5,5.7],[-4.1,7.1],[-4,9.6],[-3.4,9.2],[-2.9,8.6],[-3.2,8.4],[-3.2,8],[-2.3,7.6],[-1.9,7.2],[-1.8,7.2],[-1.6,7.6],[-1.8,7.6],[-3,7.1],[-4.6,6.1],[-4.5,5.1],[-4.4,4.6],[-4.7,4.1],[-4,3],[-4,3.3],[-4.6,4.3],[-4.5,4.4],[-4.5,3.8],[-4.3,2.7],[-4,2.2],[-3.7,2],[-3.9,2.2],[-3.7,2.2],[-3.2,2],[-2.9,2.3],[-2.9,2.7],[-2.8,2.9],[-2.5,3],[-2.2,3],[-2,2.8],[-2,2.6],[-1.8,2.7],[-1.8,2.9],[-1.8,2.9],[-1.7,2.8],[-1,2.8],[-0.2,3.2],[0.1,3.4],[0.2,3.4],[0.8,4],[1.7,4.2],[2.4,3.2],[1.5,1.4],[1.6,1.3],[2,1.6],[2.4,1.9],[2.5,1.7],[3,1.6],[3.5,1.3],[3.1,1.3],[3,1.6],[3.1,1.7],[3.5,1.5],[3.5,1.2],[3.1,1.3],[3,1.3],[3,1.2],[2.8,1.1],[2.7,1.3],[2.5,1.5],[2.3,1.4],[1.8,1.8],[1.5,2.3],[1.5,2.6],[1.5,2.8],[1.5,2.7],[1.5,2.7],[1.5,2.7],[1.6,2.6],[1.7,2.6],[1.8,2.5],[2,2.4],[2.2,2.2],[2.4,2],[2.5,1.8],[2.6,1.5],[2.7,1.2],[2.7,0.9],[2.7,0.7],[2.7,0.6],[2.6,0.4],[2.6,0.2],[2.5,0.1],[2.3,0],[2.2,-0.2],[2,-0.3],[1.9,-0.5],[1.8,-0.9],[1.6,-1.3],[1.3,-1.7],[0.9,-2.3],[0.6,-2.9],[0.3,-3.4],[0,-3.8],[-0.3,-4.1],[-0.5,-4.5],[-0.9,-5.1],[-1.3,-5.4],[-1.6,-3.9],[-1.8,-4.1],[-2,-4.1],[-2.1,-4.1],[-2.4,-4.1],[-2.8,-4],[-3.4,-3.6],[-4.2,-3],[-5,-2.6],[-5.4,-2.3],[-5.6,-2.2],[-5.6,-2],[-5.9,-1.7],[-6.1,-1.5],[-6.3,-1.5],[-6.4,-1.4],[-6.5,-1.4],[-6.5,-1.4],[-6.5,-1.4],[-6.4,-1.4],[-6.4,-1.3],[-6.3,-1.3],[-6.3,-1.2],[-6.1,-1.2],[-5.7,-1.4],[-5.2,-1.5],[-4.7,-1.6],[-4.3,-1.7],[-4.1,-1.7],[-3.8,-1.8],[-3.6,-1.9],[-3.5,-2],[-3.3,-2.2],[-3.1,-2.3],[-2.9,-2.4],[-2.7,-2.5],[-2.5,-2.6],[-2.3,-2.6],[-2.1,-2.5],[-2,-2.4],[-1.9,-2.2],[-1.8,-2.1],[-1.8,-1.9],[-1.8,-1.8],[-1.9,-1.8],[-1.9,-1.8],[-1.9,-1.8],[-1.9,-1.8],[-2,-1.8],[-2,-1.7],[-2,-1.7],[-2.1,-1.6],[-2.2,-1.3],[-2.2,-1],[-2.2,-0.4],[-1.7,0.2],[-1.8,0.7],[-1.7,0.8],[-1.7,0.4],[-1.1,-0.1],[-0.5,-0.5],[-0.5,-0.5],[0.5,-1.1],[1.6,-1.4],[0.5,-0.8],[0.8,0.1],[2.3,0.4],[3.4,0.2],[3.9,0.1],[4,-0.3],[3.8,-1],[3.6,-1.8],[3.8,-2.5],[4.4,-3.2],[5.1,-3.3],[5.8,-3.8],[5.9,-4.5],[5.9,-5],[5.8,-5.2],[5.7,-4.7],[5.7,-3.6],[6.2,-3.5],[7.3,-3.9],[7.6,-4.6],[6,-4],[5.1,-1.7],[7.9,-1.9],[9,-2.6],[9.3,-2.4],[11.3,-4],[13.2,-7.5],[11.4,-8],[10.3,-5.4],[10.8,-1.8],[12.5,-0.4],[12.5,0.4],[10.9,3.5],[11.5,5.4],[12.2,3.5],[11.3,1.6],[12.3,1],[13.7,-0.9],[14.2,-3.1],[14.5,-5.2],[11.6,-4.6],[5.1,-2.4],[-2,-0.6],[-6.9,1.6],[-7.8,2.8],[-6.8,2.8],[-7,3],[-8,3.5],[-8.6,4.3],[-8.9,5.4],[-9.2,6.8],[-9.3,8.2],[-9,9.3],[-8.5,10.1],[-7.6,10.6],[-6.6,11.1],[-5.3,11.6],[-4.1,12.6],[-3.5,13.3],[-2.9,11.8],[-1.4,9.5],[0.3,7.7],[1.9,4.3],[-1.2,6.4],[-6.4,10.7],[-8.5,11.7],[-8.4,11.1],[-8,10.5],[-8.4,10.5],[-8.4,10.3],[-6.8,9.6],[-4.9,8.8],[-3.7,7.8],[-3.1,7],[-2.5,7.1],[-1.5,7.8],[0.1,8.4],[1.3,8.3],[1.4,7.5],[1,6.9],[1.3,6.7],[2.6,6.6],[4,6.8],[4.2,6.4],[3.6,5.1],[2.8,3.3],[2.6,1.6],[3.2,0.7],[4.5,-0.7],[4.4,-1],[2.9,-1.3],[3,-3.1],[1.9,-1.3],[3.2,0.6],[2.5,0.9],[3.4,1.9],[2.9,5.5],[3.3,8.8],[4.5,9.2],[4.6,9.4],[4.8,9.8],[6.2,10.9],[8.2,12.8],[8.4,12.7],[8.3,12.3],[8.3,12.1],[8.4,11.7],[8.6,11.3],[9,10.9],[9.3,10.5],[9.6,10.2],[9.7,9.9],[9.3,9.3],[8.6,8.7],[8.3,8.2],[7.9,7.3],[7.8,6.8],[8.6,7.1],[8.8,7.1],[8.5,6.8],[8.5,6.5],[8.5,6.1],[8.8,5.7],[9.3,4.9],[9.7,4.1],[9.9,3.4],[9.9,2.7],[9.8,2],[9.8,1.3],[9.7,0.6],[9.7,0.1],[9.8,-0.5],[9.9,-1.1],[9.8,-1.8],[9.8,-2.5],[9.7,-3.2],[9.4,-3.9],[9.4,-4.7],[9.2,-5.6],[8.2,-6.4],[6.9,-6.9],[6.1,-7.8],[6,-9.1],[6.2,-10.1],[6,-10.3],[5.3,-10],[4.9,-9.9],[4.9,-10.3],[4.7,-11],[3.9,-11.6],[3.1,-12],[2.5,-12.2],[1.4,-12.2],[-0.1,-11.6],[-1,-10.9],[-1,-10.8],[-0.2,-11.1],[0.6,-11.5],[1.2,-11.9],[1.8,-12.3],[2.1,-12.6],[1.8,-12.3],[0.9,-11.3],[-0.2,-10.1],[-0.7,-9.4],[-0.5,-9.5],[-0.4,-9.6],[-0.6,-9.5],[-0.6,-9.8],[-1.5,-9.8],[-3,-8.1],[-1.8,-4.2],[0.8,-2.2],[2.6,-1.8],[2.4,-2.3],[0.9,-3.4],[1.5,-4.8],[2.2,-5.3],[1.6,-6.1],[-0.2,-7.8],[-1.7,-9.6],[-2,-10.2],[-1.7,-10.4],[-1.5,-10.6],[-1.5,-10.7],[-1.9,-10],[-2.6,-8.6],[-3,-7.1],[-3,-6.2],[-3.2,-5.8],[-3.6,-5],[-4.2,-3.5],[-4.8,-1.9],[-5.1,-0.3],[-5,1.2],[-4.7,2.5],[-4.5,3.3],[-4.6,3.8],[-4.5,5],[-3.9,6.2],[-3.6,7.4],[-3.7,8.7],[-3.3,9.2],[-3.2,8.8],[-4.3,8.4],[-5.9,8.4],[-6.5,7.8],[-5.8,7.1],[-5.7,7.4],[-5.2,6.8],[-3.2,3.6],[-3.2,2.1],[-2.2,0.8],[-2.8,-1],[-3.3,-0.4],[-3.5,0.9],[-3.5,1.8],[-3.3,2.4],[-3.8,2.8],[-3.7,3],[-3.8,2.8],[-3.3,1.8],[-2.4,1.4],[-2.3,2],[-1.9,2.3],[-1.5,2.2],[-1.1,2.5],[-0.5,2.7],[-0.2,2.7],[0.3,2.8],[0.5,3.1],[0.8,3.1],[1.1,2.8],[1.1,2.7],[1.2,2.7],[1.5,2.7],[1.7,2.5],[2,2.2],[2.4,1.9],[2.9,1.9],[3,1.9],[3.1,1.8],[3.3,1.5],[3.1,1.4],[2.7,1.4],[2.7,1.4],[2.8,1.3],[2.9,1.1],[2.8,1],[2.7,1.1],[2.8,1.2],[2.7,1.2],[2.8,1.3],[2.7,1.3],[2.6,1.4],[2.6,1.5],[2.4,1.5],[2.2,1.7],[2.2,1.9],[1.9,2.1],[1.7,2.4],[1.6,2.6],[1.6,2.8],[1.6,2.9],[1.7,2.8],[1.9,2.7],[2,2.6],[2.1,2.5],[2.2,2.4],[2.4,2.2],[2.5,2],[2.6,1.9],[2.7,1.7],[2.8,1.5],[2.8,1.3],[2.9,1.1],[2.9,1],[2.8,0.9],[2.7,0.8],[2.6,0.7],[2.5,0.7],[2.3,0.6],[2.2,0.5],[2.1,0.4],[2,0.3],[1.9,0.1],[1.8,-0.1],[1.6,-0.4],[1.4,-0.8],[1,-1.1],[0.3,-1.7],[-0.5,-2.3],[-0.9,-2.8],[-1.1,-3.1],[-1.3,-3.4],[-1.5,-3.7],[-2,-2],[-2.2,-2.3],[-2.3,-2.4],[-2.5,-2.5],[-2.7,-2.6],[-3,-2.6],[-3.2,-2.6],[-3.3,-2.6],[-3.5,-2.5],[-3.7,-2.2],[-4.1,-1.9],[-4.6,-1.6],[-5,-1.3],[-5.4,-1.1],[-5.5,-1],[-5.4,-0.9],[-5.2,-0.9],[-5,-0.9],[-4.9,-0.9],[-4.8,-0.9],[-4.7,-0.9],[-4.4,-1],[-4.2,-1],[-4.1,-1.1],[-3.9,-1.1],[-3.7,-1.2],[-3.5,-1.3],[-3.4,-1.5],[-3.2,-1.6],[-3,-1.8],[-2.8,-2],[-2.7,-2.2],[-2.5,-2.4],[-2.2,-2.5],[-2.1,-2.6],[-1.9,-2.7],[-1.7,-2.7],[-1.6,-2.7],[-1.5,-2.7],[-1.4,-2.6],[-1.4,-2.4],[-1.4,-2.2],[-1.5,-1.9],[-1.6,-1.6],[-1.7,-1.4],[-1.8,-1.2],[-2,-1.2],[-2.1,-1.3],[-2.2,-1.4],[-2.3,-1.5],[-2.3,-1.5],[-2.4,-1.5],[-2.5,-1.4],[-2.6,-1.4],[-2.7,-1.3],[-2.8,-1.3],[-2.8,-1.2],[-2.7,-1.2],[-2.3,-1.3],[-1.8,-1.6],[-1.2,-2.1],[-0.5,-2.7],[0.1,-3.3],[0.7,-3.8],[1,-2.8],[1.4,-0.2],[1.5,2],[1.6,1.4],[1.4,-0.5],[0.1,-2.7],[1,-4.6],[2.7,-4.7],[2.8,-4.2],[3.8,-4.5],[3.7,-4.2],[3.4,-4.1],[4.4,-5.3],[5.1,-6.7],[5.2,-6.7],[5.3,-6.3],[5.2,-6.5],[5,-6.3],[4.3,-4],[3.9,-4.3],[4.1,-6.5],[4.5,-7.4],[5.7,-7.1],[5.6,-7.4],[4.1,-7.5],[4.8,-8],[5.1,-9.4],[4.3,-10.8],[1.9,-9.7],[1,-6.9],[1.5,-7.9],[2.3,-11.5],[0.9,-6.8],[-3.4,-4.4],[-3.9,-8.6],[-0.7,-8.2],[0.2,-8.7],[0.4,-15.4],[1.9,-17.4],[2.3,-14.2],[-0.9,-5],[-4.7,3.7],[-5.4,4.5],[-4.9,2.9],[-5.1,3.3],[-6.4,4.6],[-7.9,6],[-8.3,6.7],[-8.4,7],[-8.9,7.4],[-8.9,7.7],[-8.5,7.9],[-8.1,8.5],[-7.7,8.9],[-7,9.1],[-6,9],[-4.9,8.5],[-5.2,8.2],[-6,7.2],[-4,6.7],[1.1,6.7],[4.8,1.5],[4.8,-1.7],[-0.5,3.3],[-6.9,8.5],[-7.4,8.2],[-7.1,8.5],[-8.1,9.6],[-7.7,9.3],[-6.7,9],[-6.1,9.1],[-5.1,9.1],[-3.5,8.7],[-2,8],[-0.6,7.5],[0.4,7],[1,6.4],[1.5,5.8],[1.8,5.5],[2.1,5.2],[2.5,4.5],[2.3,3.2],[1.5,2],[1.5,1.3],[2.7,0.4],[4,-0.7],[4.7,-1.3],[5.1,-1.1],[5.1,-0.5],[4.1,0.6],[2.7,1],[3.2,0.1],[6.9,-0.5],[7.6,0.8],[4,1.1],[3.5,-0.1],[1.5,2.2],[0.6,7.9],[2.5,11.3],[4.3,12.3],[5.2,12.1],[5.8,11.6],[6,10.9],[6.8,10.6],[9.1,12.3],[10,12.8],[10.1,12.6],[10.2,12.3],[10.4,11.9],[10.6,11.4],[10.9,10.9],[11.2,10.5],[11.5,10.1],[11.7,9.8],[11.9,9.3],[12,8.8],[12.1,8.4],[12.4,8.1],[12.8,7.8],[13.1,7.5],[13.3,7.1],[13.5,6.7],[13.7,6.2],[13.8,5.7],[13.5,5.2],[13.2,4.7],[13,4.2],[12.8,3.5],[12.7,2.8],[12.6,2.1],[12.4,1.2],[12.3,0.5],[12.3,-0.4],[11.8,-1.3],[11,-2.1],[10.4,-2.8],[9.5,-3.2],[7,-2.6],[4.4,-1.5],[3.5,-1.6],[3.8,-3.5],[3.8,-5.3],[4.1,-6.3],[4.6,-6.6],[4.9,-6.9],[4.9,-7.6],[4.7,-8.6],[4.1,-9.2],[2.9,-9.4],[1.8,-9.5],[1.1,-9.9],[0.9,-10.4],[0.9,-10.9],[1,-11.3],[1.2,-11.6],[1.5,-11.8],[1.7,-12],[1.8,-12.1],[1.7,-11.9],[1.4,-11.6],[0.7,-10.9],[-0.1,-10.1],[-0.6,-9.3],[-1,-9],[-1.1,-9.1],[-0.8,-9.4],[-0.8,-9.4],[-1.4,-9.1],[-2,-9],[-2.2,-9.4],[-2.7,-9.8],[-3.8,-9.5],[-3.8,-5.9],[-1.8,-3.5],[2.4,-4.6],[4.6,-7.2],[2.6,-6.7],[0.5,-4.1],[-0.8,-2.3],[-1.4,-4.2],[-2,-6.7],[-2.7,-8.6],[-3,-9.9],[-3.1,-10.8],[-2.9,-11.2],[-2.7,-11],[-2.7,-10.3],[-3,-9.4],[-3.4,-8.1],[-3.8,-6],[-4,-3.9],[-4.1,-2.9],[-4.1,-2.3],[-4.2,-1.5],[-4.2,-0.2],[-4.1,1.1],[-3.8,2.5],[-3.6,3.8],[-3.3,4.9],[-3.1,6.3],[-3,7.5],[-3.3,8.2],[-4,8.9],[-4.5,8.9],[-4.4,8.9],[-4.2,9.3],[-4.1,9.3],[-4.3,9.3],[-4.5,8.8],[-4.1,6.4],[-3.1,3.8],[-2.8,2.6],[-3.1,3.8],[-3.7,6],[-4.1,6.7],[-3.1,5.4],[-2.8,5.1],[-3.2,4.1],[-3,3.3],[-1.9,2.2],[-1.9,1.5],[-2.1,1],[-1.4,1],[-1.3,1.6],[-0.8,1.9],[-0.1,1.3],[0.7,0.9],[1.7,1],[2.5,2.4],[2.4,3.7],[2.1,4.1],[2,3.7],[1.8,3.5],[1.8,3.3],[1.9,3.1],[2,2.9],[2.2,2.7],[2.3,2.5],[2.5,2.3],[2.6,2],[2.8,1.8],[2.8,1.5],[2.9,1.3],[2.8,1],[2.8,0.9],[2.8,0.7],[2.8,0.6],[2.8,0.4],[2.7,0.3],[2.7,0.2],[2.7,0.1],[2.6,0.2],[2.4,0.7],[2.1,1.3],[1.9,1.4],[2.5,1.2],[2.3,1.3],[2,1.7],[2.1,2],[2,2.2],[1.9,2.4],[1.9,2.6],[1.8,2.8],[1.9,2.7],[2,2.7],[2.3,2.6],[2.5,2.4],[2.5,2.3],[2.5,2.2],[2.7,2.1],[2.7,1.9],[2.8,1.7],[2.8,1.5],[2.9,1.4],[2.9,1.2],[2.9,1.1],[2.8,1.1],[2.7,1.1],[2.7,1.1],[2.6,1.1],[2.5,1.2],[2.3,1.2],[2.2,1.3],[2.1,1.3],[2,1.2],[2,1.1],[2,1],[1.9,0.9],[1.8,0.7],[1.7,0.5],[1.5,0.4],[1,0.1],[0.1,-0.4],[-0.7,-0.9],[-1.4,-1.5],[-1.7,-1.8],[-0.5,0.3],[-1.1,0.1],[-1.5,-0.1],[-1.9,-0.2],[-2.1,-0.3],[-2.3,-0.4],[-2.5,-0.4],[-2.7,-0.4],[-2.9,-0.4],[-3,-0.4],[-3.1,-0.4],[-3.2,-0.3],[-3.2,-0.3],[-3.2,-0.2],[-3.2,-0.2],[-3.2,-0.2],[-3.2,-0.1],[-3.1,-0.1],[-3,-0.1],[-2.9,-0.1],[-2.8,0],[-2.6,0],[-2.5,-0.1],[-2.3,-0.1],[-2.2,-0.2],[-2.1,-0.3],[-2,-0.5],[-1.9,-0.7],[-1.8,-1],[-1.6,-1.3],[-1.4,-1.6],[-1.2,-1.8],[-1,-1.9],[-0.9,-2],[-0.8,-2.2],[-0.7,-2.3],[-0.7,-2.4],[-0.7,-2.5],[-0.7,-2.5],[-0.7,-2.5],[-0.7,-2.4],[-0.8,-2.2],[-0.9,-2],[-1,-1.6],[-1.1,-1.2],[-1.3,-0.9],[-1.4,-0.7],[-1.6,-0.6],[-1.7,-0.6],[-1.8,-0.7],[-1.8,-0.9],[-1.8,-1.1],[-1.7,-1.4],[-1.6,-1.5],[-1.5,-1.7],[-1.4,-1.9],[-1.3,-2.1],[-1.1,-2.4],[-0.9,-2.6],[-0.9,-3],[-0.2,-3],[0.3,-2.8],[0.4,-2.3],[-0.1,-2],[0.1,-1.4],[1.1,-0.9],[1.3,-0.7],[2.4,-1.3],[4.2,-3],[4.2,-4.7],[3.4,-4.4],[3.3,-3.2],[4,-2.4],[4.3,-3],[5.3,-4.5],[5.8,-6.4],[4.7,-6.6],[4.6,-6],[4.5,-5.8],[4.9,-5.5],[4.4,-4.8],[5.8,-7.2],[6.9,-9.4],[6.1,-10.1],[6.2,-9.2],[6.2,-6.6],[4.9,-4.8],[3.1,-5.9],[2.7,-7.6],[3.7,-5.7],[3.5,-4.1],[5.1,-7.4],[6.4,-9.2],[6.4,-5.4],[4.6,1.5],[4.5,4.9],[5.9,4.1],[7.3,1.9],[10.2,0.2],[12,-1],[8.9,-1.9],[2.3,-5.3],[-1.5,-11.7],[-2,-13.9],[-1.7,-12.6],[-3.5,-8.1],[-6.2,0.5],[-6.4,7.1],[-5.4,8],[-6.5,7.7],[-8.6,8.6],[-9.4,8.7],[-8.9,7.3],[-6.8,6.2],[-6,6.5],[-6.4,7.1],[-6.6,7.9],[-5.9,8.2],[-4.6,8.2],[-4.1,8.8],[-4.3,10.1],[-3.5,11.1],[-1.8,11.3],[0.8,9.5],[3.3,6.4],[2.5,5.5],[-3.8,7.9],[-8.4,9.4],[-7.6,8.3],[-6.4,7.4],[-7,7.2],[-7.8,7.1],[-7.6,7],[-6.6,6.6],[-5.8,6.6],[-5,6.9],[-3.9,7.2],[-2.3,7.2],[-0.2,6.9],[1.8,6.6],[2.2,6.1],[1.3,5.9],[0.8,5.9],[1.1,5.8],[1.7,5.7],[2.2,5.8],[2.4,5.9],[2,6],[2,5.8],[3.5,5.4],[4.9,4.9],[4.7,4.2],[2.8,3],[2.3,1.4],[7,0.4],[10.3,0.9],[6.9,1.8],[4.5,2.4],[3.4,2.4],[2.4,1.6],[0.8,1],[-1.2,2.4],[-0.2,4.8],[1.5,6.1],[2.4,6.7],[3.3,7.4],[4.4,8],[5.3,8.4],[5.9,8.4],[6.5,8.2],[7.7,8.5],[8.9,8.8],[10.2,9.4],[11.9,10.5],[12.4,10.8],[12.4,10.7],[12.6,10.5],[12.8,10],[13,9.5],[13.2,9.2],[13.3,8.9],[13.4,8.6],[13.5,8.2],[13.7,7.7],[14.1,7.1],[14.5,6.5],[14.7,6],[14.8,5.6],[14.9,5.2],[14.9,4.7],[14.9,4.2],[14.8,3.6],[14.6,3],[14.3,2.4],[13.9,1.7],[13.3,1],[12.8,0.3],[12.3,-0.3],[11.6,-1],[10.6,-1.5],[8.3,-1.3],[5.2,-0.4],[3.4,-0.7],[2.3,-1.5],[1.3,-1],[1.5,-0.6],[2.5,-1.5],[3.1,-2.9],[3.1,-4.3],[3.1,-5.6],[2.9,-6.6],[2.5,-7.3],[2,-7.8],[1.5,-8.4],[1.1,-8.8],[0.8,-9.1],[0.6,-9.5],[0.6,-9.9],[0.8,-10.3],[0.8,-10.6],[0.8,-10.8],[0.6,-10.7],[0.5,-10.6],[0.2,-10.3],[-0.2,-9.9],[-0.5,-9.6],[-1,-9.4],[-1.7,-9.1],[-1.9,-8.9],[-1.4,-8.6],[-0.8,-8.6],[-1,-9.2],[-1.7,-8.7],[-2.9,-8.3],[-3.3,-7.2],[-3.3,-7.6],[-2.9,-8.1],[-3.9,-8.5],[-4.7,-6.3],[-4,-2.2],[-2.3,0.5],[-1,-0.6],[0.9,-3.6],[3.1,-7.4],[4.1,-11.9],[4.6,-14.9],[3.6,-13.8],[-0.1,-10.4],[-3.4,-9.7],[-3.2,-11],[-1.9,-11.3],[-2.2,-10],[-3.3,-8.8],[-3.6,-8.1],[-3.8,-7.3],[-4.2,-6.1],[-4.3,-4.4],[-4.1,-2.5],[-3.8,-0.8],[-3.8,0.5],[-3.6,1.4],[-3.3,2],[-3.2,2.6],[-4,4],[-5,5.6],[-5.5,6.6],[-5.2,7],[-4.4,7.2],[-3.4,7.6],[-2.4,7.9],[-2.1,8.1],[-2.5,7.5],[-3,6.7],[-3.8,7.1],[-4,7.5],[-3.1,7.8],[-2.2,8.6],[-2.6,8.9],[-2.6,8.3],[-1.8,8],[-1.8,7],[-2.4,5.7],[-2.9,6],[-2.7,5.4],[-1.9,4.1],[-0.6,3.9],[-0.4,4.1],[-1,5],[0.1,5.6],[0.7,3.9],[0.1,2],[-0.6,1.4],[-1.4,2.7],[-2,4.4],[-1.5,5.1],[-0.5,4.8],[0.1,4.3],[0.6,4.1],[1,3.7],[1.3,3.4],[1.5,3.2],[1.7,2.9],[1.9,2.7],[2.1,2.4],[2.3,2.2],[2.4,1.9],[2.6,1.7],[2.7,1.5],[2.8,1.3],[2.8,1.1],[2.8,1],[2.8,0.9],[2.8,0.8],[2.8,0.8],[2.8,0.8],[2.8,0.7],[2.8,0.7],[2.8,1],[2.9,1.2],[3.2,1],[2.8,0.8],[2.2,1.3],[2.3,1.8],[2.7,2.2],[2.7,2.3],[2.7,2.5],[2.6,2.6],[2.5,2.6],[2.5,2.6],[2.6,2.5],[2.7,2.5],[2.8,2.4],[2.8,2.3],[2.9,2.2],[2.9,2.2],[3,2.1],[3,2],[3.1,1.9],[3.1,1.8],[3,1.6],[3,1.6],[2.8,1.5],[2.7,1.5],[2.6,1.6],[2.5,1.6],[2.4,1.8],[2.2,1.9],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[1.9,1.9],[1.9,1.9],[1.8,1.9],[1.7,1.9],[1.4,1.6],[0.9,1.2],[0.2,0.7],[1.6,2.6],[1.4,2.4],[1.2,2.2],[0.9,1.9],[0.7,1.8],[0.4,1.7],[0.2,1.5],[0.1,1.4],[0.1,1.3],[0,1.2],[0,1.1],[0,1],[0,0.9],[0.1,0.8],[0.2,0.6],[0.4,0.5],[0.6,0.3],[0.7,0.1],[0.9,0],[1,-0.2],[1.2,-0.3],[1.3,-0.4],[1.4,-0.5],[1.4,-0.6],[1.5,-0.7],[1.6,-0.8],[1.7,-0.9],[1.8,-0.9],[1.8,-0.8],[1.9,-0.8],[1.9,-0.7],[1.8,-0.7],[1.6,-0.7],[1.2,-0.8],[0.8,-0.9],[0.6,-1.2],[0.5,-1.4],[0.6,-1.5],[0.7,-1.6],[0.6,-1.6],[0.3,-1.7],[-0.1,-1.7],[-0.4,-1.5],[-0.7,-1.3],[-0.9,-1.1],[-1,-0.9],[-1.1,-0.7],[-1.2,-0.7],[-1.2,-0.8],[-1.1,-1],[-1,-1.3],[-0.9,-1.5],[-0.6,-1.8],[-0.4,-2.1],[-0.1,-2.3],[0.2,-2.5],[0.4,-2.6],[0.7,-2.7],[0.9,-2.8],[1.1,-2.7],[1.3,-2.6],[1.7,-2.8],[2,-3],[2.6,-2.8],[2.9,-2.8],[2.7,-2.7],[2.8,-2.6],[3,-2.6],[3,-2.8],[3.2,-3.3],[3.5,-3.9],[3.8,-4.1],[4.2,-4.5],[4.2,-4.8],[4.4,-5.3],[4.7,-5.9],[4.9,-6.4],[5.2,-6.8],[5.3,-7.1],[5.3,-7.1],[5.3,-7],[5.1,-6.8],[4.6,-6.4],[3.9,-5.5],[4.2,-3.5],[6.8,-3.3],[7.2,-4.4],[6.3,-5.5],[5.8,-5.6],[5.5,-4.4],[5,-2.3],[3.3,-0.2],[1.6,0],[-0.1,-0.5],[0.5,-1.2],[2.8,-3.4],[3.5,-6.4],[3.5,-6.6],[1.7,-3.4],[0.8,-1.2],[2.3,-0.9],[1.4,-3.7],[-2.1,-9.9],[-4.3,-14.2],[-6,-14.9],[-6.5,-14.2],[-5.3,-12.1],[-5,-7.1],[-5.8,-0.2],[-6.2,5.1],[-5.5,7.6],[-5.2,9.4],[-5.5,12],[-4.6,12.2],[-5.3,12.9],[-5.8,12.1],[-4.9,10.4],[-4.3,10],[-3.9,11.1],[-2.5,11.7],[-0.2,10.7],[1.4,8.7],[0.3,6.8],[-3.2,6.4],[-6.5,7.1],[-8.2,7.4],[-8.6,7],[-7.8,6.8],[-6.9,7],[-6.6,7.1],[-6.6,7.1],[-5.9,6.9],[-4.6,6.7],[-3.1,6.8],[-1.6,6.7],[-0.6,6.4],[0.1,6],[0.4,5.4],[0.3,4.6],[-0.1,4],[-0.1,4],[0.6,4.4],[1.6,4.7],[2.6,4.5],[3.6,3.8],[4.3,3],[4.3,2.5],[4.2,2.7],[4.5,3],[5.2,2.6],[5.5,2.1],[4.5,2.7],[3.1,4.2],[3.8,4.5],[9.8,1.8],[16.2,-2.3],[12.5,-2.5],[0.6,1.3],[-3.5,2.3],[1,-0.1],[3.2,0.2],[1.9,2.8],[1.5,4.3],[1.9,4.5],[2.1,4.8],[2.3,5.5],[3,6.1],[3.8,6.7],[4.6,7],[5.4,7.2],[6.1,7.3],[6.8,7.2],[7.6,7.2],[8.5,7.1],[9.7,7.1],[11,7.3],[13.5,8.4],[14.1,8.8],[14.2,9],[14,9.2],[14.1,9.3],[14.1,9.1],[14.1,8.7],[14.1,8.3],[14.1,8],[14.1,7.7],[14,7.3],[14,6.8],[14.1,6.1],[13.9,5.4],[13.6,4.7],[13.1,4],[12.5,3.2],[10.6,2.4],[9.1,1.7],[8.2,1.5],[7.2,2.1],[3.4,3.1],[1.3,4.3],[2.1,4],[2.2,3.3],[0.4,3.5],[-1.1,4],[-1.4,5],[-1.1,3.7],[-0.4,2.5],[0.4,1.2],[0.8,-0.2],[1,-1.6],[1.2,-3],[1.5,-4.2],[1.4,-5.1],[0.8,-5.4],[0.1,-5.2],[-0.2,-5],[-0.1,-5.4],[0,-5.8],[0.2,-6.3],[0.5,-6.7],[0.9,-7.1],[1.2,-7.3],[1.4,-7.5],[1.4,-7.8],[1.2,-8.1],[0.6,-8.6],[-0.2,-8.4],[-0.6,-7.5],[-0.6,-7],[-0.5,-6.8],[-0.6,-6.7],[-0.8,-6.7],[-0.7,-6.9],[-0.5,-7.4],[-0.9,-8.5],[-1.7,-8.5],[-2.4,-8.2],[-2.5,-7.3],[-2.3,-7.1],[-2,-7.1],[-1.8,-7.2],[-1.4,-7],[-1,-6.8],[-0.6,-6.7],[-0.3,-6.8],[-0.3,-6.9],[-0.7,-7.2],[-1.4,-7.1],[-0.9,-6],[1.3,-6.4],[1.1,-8.1],[-0.7,-8.8],[-2,-8.7],[-2.9,-8.5],[-3.7,-8],[-4.2,-7.5],[-4.5,-7],[-4.7,-6.3],[-4.9,-5.2],[-5.6,-3.7],[-6.3,-2],[-6.9,-0.6],[-7.2,0.6],[-7.2,1.6],[-7,2.6],[-6.3,3.3],[-5.3,4.1],[-4.5,4.8],[-3.9,5.4],[-3.7,5.8],[-4.1,6.2],[-4.6,6.6],[-4.9,6.6],[-5,6.6],[-4.7,6.6],[-4.3,6.7],[-3.9,6.9],[-3.5,6.6],[-3.3,7.1],[-3,7.3],[-2.5,7.7],[-1.7,7.8],[-1.3,7.5],[-1.2,6.5],[-0.1,5.1],[1.1,4.2],[0.5,3.8],[0.2,3.6],[0.1,2.8],[-0.9,2.7],[-1.8,2.6],[-2.1,3],[-1.9,3.5],[-1.4,3.8],[-0.7,4],[-0.2,4.1],[0.2,4.2],[0.7,4.1],[1.1,4],[1.4,3.8],[1.7,3.6],[1.9,3.4],[2.1,3.2],[2.3,3],[2.5,2.8],[2.6,2.6],[2.7,2.4],[2.8,2.3],[2.9,2.2],[3,2],[3,1.9],[3.1,1.7],[3.1,1.5],[3.1,1.2],[3.1,1],[3.1,0.9],[3,0.8],[3,0.8],[2.9,0.8],[2.9,0.9],[2.9,0.9],[2.9,1],[2.9,1.2],[2.9,1.3],[2.8,1.5],[2.8,1.6],[2.7,1.8],[2.6,1.9],[2.6,2],[2.6,2],[2.8,2.1],[2.8,2],[2.8,2.1],[2.8,2.1],[3,2],[3,2],[3.1,2],[3.2,2],[3.2,2],[3.1,2],[3.1,2],[3,2.1],[2.9,2.2],[2.7,2.3],[2.6,2.4],[2.5,2.5],[2.5,2.5],[2.4,2.5],[2.2,2.5],[2,2.6],[2,2.7],[2,2.8],[2,2.8],[2,2.8],[2,2.8],[2,2.9],[2,3],[1.9,3],[1.8,3],[1.8,3],[1.7,2.8],[2,3.7],[2,3.6],[2,3.4],[2,3.2],[2,3.2],[1.9,3.1],[1.9,3],[2,2.9],[2.1,2.7],[2.2,2.5],[2.3,2.2],[2.4,2],[2.5,1.7],[2.6,1.4],[2.6,1.2],[2.7,1],[2.7,0.7],[2.8,0.5],[2.8,0.3],[2.8,0.1],[2.8,-0.1],[2.7,-0.3],[2.7,-0.4],[2.7,-0.6],[2.7,-0.7],[2.8,-0.8],[2.8,-0.8],[2.9,-0.8],[2.9,-0.7],[2.9,-0.6],[2.9,-0.5],[2.8,-0.4],[2.7,-0.2],[2.5,0],[2.4,0.3],[2.1,0.4],[1.8,0.3],[1.6,0.1],[1.6,-0.2],[1.6,-0.4],[1.7,-0.4],[1.8,-0.3],[1.8,-0.2],[1.8,-0.2],[1.6,-0.2],[1.5,-0.2],[1.4,-0.4],[1.3,-0.7],[1.2,-1],[1.1,-1.3],[1.2,-1.6],[1.3,-1.9],[1.5,-2],[1.6,-2.2],[1.9,-2.3],[2,-2.4],[2.2,-2.5],[2.4,-2.5],[2.4,-2.6],[2.5,-2.7],[2.5,-2.8],[2.5,-2.8],[2.5,-2.9],[2.6,-3],[2.6,-3],[2.6,-3.1],[2.7,-3.1],[2.8,-3.2],[3.1,-3.1],[3.3,-3.4],[3.2,-4],[3.2,-4.8],[3.2,-5],[3.4,-5.5],[3.6,-6.2],[3.9,-7.1],[4.5,-7.8],[5,-7.5],[4.8,-7.3],[4,-8.1],[3.7,-9.3],[4.1,-10.6],[4.1,-10.9],[3.6,-8.9],[3.6,-7.3],[4.2,-6.7],[5.2,-7.1],[5.8,-6.5],[5.6,-4.4],[5.1,-1.7],[4.1,-0.3],[2.1,-2.1],[-0.1,-5.7],[-1.3,-6.9],[-2.7,-5.8],[-2.2,-3.5],[0.1,-5.8],[2.6,-7.2],[0.7,-5.2],[-2.9,-4.6],[-2.4,-6],[-1,-8.2],[-2.1,-9.3],[-5.8,-10],[-9.9,-13.6],[-10.2,-17.2],[-7.9,-18.7],[-6.3,-16.2],[-6.3,-8.9],[-7,-1.7],[-6.5,2.7],[-6.4,5.6],[-7.8,8.7],[-7,9.8],[-5,9.4],[-4.5,9.7],[-4.3,10.1],[-3.5,10.3],[-3,10.5],[-3.5,11.1],[-4.5,11.5],[-5.3,11.4],[-5.5,10.6],[-5.2,9.6],[-4.9,9],[-4.8,8.9],[-4.6,8.9],[-4,8.5],[-3.2,7.9],[-2.6,7.5],[-2.5,7.5],[-2.9,7.7],[-3.3,7.8],[-3,7.4],[-2.2,6.7],[-1.3,6],[-0.7,5.4],[-0.1,5.1],[0.8,4.9],[2.2,4.5],[3.3,3.8],[3.7,3.2],[3.9,2.8],[4.3,2.6],[4.8,2.7],[5.3,3],[5.9,3.3],[6,3.5],[6,3.9],[6.4,4.2],[7.3,3.8],[8.1,2.4],[8.3,1],[8.6,0.8],[10.6,0.8],[13.3,-1.6],[13.9,-5.8],[9.7,-6.1],[4.8,-1.6],[3.3,2.8],[4.3,2.8],[3.3,1],[1.4,0.8],[1,1.9],[1.5,2.7],[1.9,3.1],[2.1,3.5],[2.4,3.9],[2.7,4.2],[3.1,4.3],[3.5,4.4],[3.9,4.5],[4.3,4.6],[4.7,4.8],[5.4,5.1],[7.2,5.4],[9.5,5.8],[11.8,6.2],[12.8,6.2],[13.5,6.3],[14.1,6.4],[14.5,6.6],[14.6,6.9],[14.7,7.2],[14.7,7.5],[14.6,7.6],[14.2,7.5],[13.6,7.3],[12.8,7.1],[12.1,6.9],[11.4,6.7],[10.6,6.6],[9.9,6.3],[9.8,6.2],[8.5,5.3],[7.5,5],[4.7,4.6],[2.3,4.7],[1.1,4.5],[0.8,5.8],[0.2,6.9],[0.3,5.9],[1.3,4.7],[1.2,4.6],[0,5],[-1.2,4.8],[-1.4,4],[-1.3,3],[-1,1.7],[-0.6,0.4],[-0.3,-0.7],[-0.1,-1.7],[-0.1,-2.3],[-0.3,-2.8],[-0.3,-3.4],[-0.2,-3.9],[0.1,-4.3],[0.6,-4.7],[1,-5],[1.3,-4.8],[1.6,-5.2],[1.9,-5.7],[1.9,-6.1],[1.9,-6.2],[1.7,-6.1],[1.5,-6],[1.3,-5.8],[1,-5.7],[0.6,-5.6],[0.3,-5.4],[0.3,-5.3],[0.3,-5.3],[0.2,-5.3],[0.1,-5.3],[0,-5.2],[0,-5],[0,-4.9],[-0.2,-5.1],[-0.4,-5.4],[-0.5,-5.7],[-0.5,-6],[-0.2,-5.8],[-0.3,-6.2],[-0.4,-6.4],[-0.4,-6.4],[-0.5,-6.5],[-0.8,-6.7],[-1.2,-6.9],[-1.6,-7.3],[-2,-7.6],[-2.3,-7.8],[-2.8,-7.8],[-3.3,-7.7],[-3.7,-7.4],[-4,-7.2],[-4.1,-6.8],[-4.5,-6.2],[-4.8,-5.6],[-5.1,-4.9],[-5.3,-4.2],[-5.5,-3.4],[-5.5,-2.5],[-5.4,-1.4],[-5.4,-0.2],[-5.5,0.9],[-5.3,1.7],[-5.3,2.5],[-5.4,3.3],[-5.5,3.9],[-5.5,4.2],[-5.4,4.4],[-5.2,4.5],[-4.9,4.7],[-4.8,5],[-4.6,5.4],[-4.3,5.5],[-4.2,5.4],[-4,5.1],[-3.8,4.9],[-3.8,4.7],[-3.7,3.8],[-3,2.9],[-1.9,2.3],[-0.8,2.2],[0.2,2.1],[0.7,2.2],[0.8,2.6],[1,3],[1.4,3.3],[1.5,3.5],[1.6,3.5],[1.8,3.5],[2,3.5],[2,3.4],[2.1,3.3],[2.2,3.2],[2.2,3.1],[2.3,3],[2.5,2.9],[2.7,2.8],[2.9,2.7],[3.1,2.6],[3.2,2.6],[3.3,2.5],[3.4,2.5],[3.5,2.4],[3.6,2.3],[3.7,2.3],[3.7,2.2],[3.7,2.2],[3.7,2.2],[3.6,2.2],[3.6,2.1],[3.6,2],[3.6,1.9],[3.6,1.8],[3.6,1.7],[3.5,1.6],[3.4,1.6],[3.3,1.6],[3.3,1.6],[3.2,1.5],[3.2,1.5],[3.2,1.6],[3.1,1.6],[3.1,1.7],[3.1,1.8],[3.2,1.9],[3.2,1.9],[3.2,1.9],[3.2,1.9],[3.3,1.9],[3.3,1.9],[3.3,1.8],[3.3,1.8],[3.3,1.8],[3.3,1.9],[3.2,2],[3.2,2.2],[3.1,2.3],[2.9,2.5],[2.7,2.7],[2.5,2.8],[2.4,3],[2.3,3.1],[2.3,3.1],[2.4,3.2],[2.2,3.1],[2.1,3.1],[2,3.1],[1.9,3.2],[1.9,3.3],[2,3.3],[2.1,3.3],[2.1,3.4],[2,3.5],[2,3.6],[2,3.7],[2,3.7],[2,3.7],[2,4.1],[2.1,4.2],[2.2,4.1],[2.3,4],[2.4,3.8],[2.5,3.6],[2.6,3.4],[2.6,3.3],[2.7,3.2],[2.8,3],[2.8,2.8],[2.9,2.6],[3,2.5],[3.1,2.3],[3.2,2.1],[3.3,1.8],[3.4,1.6],[3.5,1.3],[3.6,1],[3.6,0.8],[3.6,0.5],[3.6,0.2],[3.6,0],[3.5,-0.2],[3.5,-0.4],[3.5,-0.5],[3.5,-0.6],[3.5,-0.6],[3.4,-0.6],[3.3,-0.5],[3.2,-0.4],[3.2,-0.2],[3,0],[2.9,0.3],[2.8,0.6],[2.6,1],[2.5,1.3],[2.4,1.5],[2.4,1.5],[2.5,1.3],[2.5,1],[2.6,0.8],[2.7,0.6],[2.8,0.6],[2.8,0.6],[2.9,0.6],[3,0.5],[3.1,0.4],[3.2,0.2],[3.2,0],[3.2,-0.3],[3.3,-0.5],[3.3,-0.8],[3.3,-1.1],[3.3,-1.3],[3.3,-1.6],[3.2,-1.8],[3.2,-2],[3.1,-2.2],[3,-2.4],[3,-2.5],[3,-2.7],[2.9,-2.8],[2.9,-2.9],[2.8,-3],[2.8,-3.2],[2.8,-3.3],[2.8,-3.4],[2.9,-3.5],[2.9,-3.6],[2.9,-3.8],[2.9,-4.1],[2.9,-4.6],[2.9,-5],[2.9,-5.6],[2.7,-5.5],[2.6,-5.4],[3.2,-5.1],[4.8,-6.3],[5.4,-8.1],[5.1,-9.8],[4.5,-10.8],[4.4,-11.1],[5,-11.2],[5.7,-10.1],[5.4,-7.2],[3.5,-3],[0.6,0.1],[-1.2,1.2],[-1.5,-0.2],[-0.8,-3.6],[1.4,-7.3],[2.3,-8.9],[0.8,-8.5],[0.4,-8.1],[1.5,-7.8],[1.7,-6.5],[1.7,-6.9],[0.5,-5.3],[-2.4,-1.7],[-2.2,0.1],[-1.4,-0.2],[-1,-0.3],[-0.3,0.9],[1.5,1.1],[2.2,-0.7],[0.1,-4.4],[-4.3,-7.7],[-7.4,-9.6],[-7.6,-9.4],[-6.5,-7.7],[-5,-5.3],[-2.9,-3],[-0.5,-2],[1.4,-2.1],[1.5,-1.9],[-0.1,-0.2],[-2.7,3.1],[-4.6,5.9],[-4.8,6.7],[-4.5,6.8],[-4.9,7.6],[-5.5,8.9],[-4.8,9.4],[-3.5,9.2],[-2.5,9.3],[-2.2,9.9],[-2.3,10.7],[-2.1,11],[-1.8,10.9],[-1.1,10.7],[-0.6,10.6],[-0.3,10.3],[-0.1,9.9],[0,9.5],[0.2,9.1],[0.9,8.8],[1.9,8.3],[2.9,7.5],[3.8,6.6],[4.4,5.8],[4.9,5.3],[5.5,4.7],[6.1,3.9],[6.4,3],[6.6,2.2],[6.8,1.6],[7.2,1.4],[7.8,1.3],[8.2,1.2],[8.6,1.2],[9,1.4],[9.1,1.5],[8.8,1.4],[7.5,1.4],[6.5,1.6],[7.8,1.3],[10.2,-0.4],[7.9,-1.6],[2,-0.6],[-0.7,1.4],[0.6,2.3],[2.4,1.5],[2.5,0.4],[1.8,-0.1],[1.7,0],[2.2,0.2],[2.7,0.6],[2.9,1.1],[3,1.7],[3,2.2],[3,2.6],[3,2.9],[2.9,3.1],[3,3.4],[3.5,3.7],[4.3,3.9],[5.1,3.7],[6,3.4],[7,3.3],[7.9,3.4],[9.4,4],[10.4,4.7],[11.1,5.3],[11.6,5.9],[11.9,6.4],[11.9,6.9],[11.7,7.2],[11.6,7.5],[11.2,7.5],[9.9,7],[8.5,6.6],[6.8,5.5],[5.5,5.1],[1,3.7],[-1.8,2.7],[-1.5,2.7],[1.7,3.6],[3.9,3.9],[1.9,4.8],[0,5.3],[-1,5.1],[-2.4,4.4],[-2.9,3.9],[-1.9,3.8],[-1,4],[-0.8,4.1],[-0.9,4.1],[-0.9,3.6],[-1,2.7],[-0.8,1.5],[-0.4,0.4],[0.1,-0.2],[0.4,-0.6],[0.6,-1.1],[0.7,-1.8],[0.9,-2.4],[1.1,-2.9],[1.3,-3.3],[1.5,-3.6],[1.6,-3.9],[1.7,-4.1],[1.8,-4.2],[1.8,-4.3],[1.8,-4.3],[1.8,-4.5],[1.8,-4.6],[1.8,-4.5],[1.7,-4.3],[1.5,-4],[1.2,-3.9],[1,-3.9],[0.9,-4.1],[0.8,-4.3],[0.7,-4.2],[0.4,-3.9],[0,-3.6],[-0.3,-3.5],[-0.4,-3.7],[-0.5,-4],[-0.4,-4.3],[-0.4,-4.6],[-0.4,-4.8],[-0.4,-5],[-0.5,-5.3],[-0.9,-5.7],[-1.5,-6.3],[-1.9,-6.4],[-2.2,-6.4],[-2.4,-6.3],[-2.6,-6.3],[-2.8,-6.3],[-3,-6.4],[-3.1,-6.3],[-3.2,-6.2],[-3.5,-6],[-3.9,-5.8],[-4.4,-5.6],[-4.6,-5.1],[-4.9,-4.7],[-5.2,-4.3],[-5.2,-3.9],[-5.1,-3.4],[-5.1,-2.8],[-5.3,-2.2],[-5.4,-1.5],[-5.6,-0.9],[-5.8,-0.2],[-6,0.4],[-6.2,1.1],[-6.5,1.7],[-6.7,2.4],[-6.7,3.3],[-7,3.6],[-7.3,2.7],[-6.2,1],[-4.5,1.1],[-4.6,2.4],[-4.5,3.1],[-0.8,3.4],[1.5,3.9],[0.7,3.6],[0.3,3.2],[0.1,2.3],[-0.3,1.6],[-0.9,1.8],[-1.4,3],[-0.9,4.1],[-0.1,4.4],[0.4,3.9],[0.6,3.6],[0.7,3.3],[0.9,3.1],[1.2,3],[1.5,2.8],[1.7,2.7],[2,2.5],[2.2,2.4],[2.4,2.4],[2.6,2.3],[2.8,2.2],[2.9,2.2],[3,2.1],[3.1,2.1],[3.2,2.1],[3.3,2.1],[3.4,2.1],[3.5,2.1],[3.5,2.2],[3.6,2.2],[3.6,2.2],[3.6,2.3],[3.5,2.4],[3.5,2.4],[3.5,2.4],[3.4,2.4],[3.4,2.4],[3.3,2.3],[3.3,2.3],[3.3,2.2],[3.3,2.1],[3.4,2],[3.4,2],[3.4,2],[3.4,1.9],[3.4,1.9],[3.4,1.9],[3.5,2],[3.5,2],[3.5,2],[3.5,2],[3.5,2],[3.5,2],[3.5,2],[3.5,2.1],[3.5,2.2],[3.3,2.2],[3.2,2.4],[3.1,2.6],[2.9,2.9],[2.6,3.1],[2.5,3.3],[2.4,3.5],[2.4,3.7],[2.4,3.8],[2.4,3.7],[2.2,3.7],[2,3.5],[1.9,3.5],[1.9,3.4],[1.9,3.4],[2,3.5],[2.3,3.7],[2.3,3.7],[2.1,3.7],[2,3.8],[2.1,3.9],[2.1,3.9],[2,4],[2,4.1],[2.2,4.1],[2.2,4.1],[2.2,4.1],[2.2,4.1],[2.3,4],[2.4,4],[2.5,3.9],[2.7,3.8],[2.7,3.6],[2.9,3.5],[3,3.3],[3.1,3.2],[3.2,3],[3.3,2.8],[3.5,2.6],[3.6,2.4],[3.7,2.2],[3.7,1.9],[3.8,1.7],[3.8,1.5],[3.8,1.2],[3.8,1],[3.8,0.8],[3.8,0.6],[3.8,0.4],[3.7,0.2],[3.6,0.1],[3.6,-0.1],[3.5,-0.2],[3.4,-0.3],[3.3,-0.3],[3.3,-0.2],[3.3,0],[3.3,0.3],[3.2,0.6],[3.1,1],[3,1.3],[3,1.6],[2.9,1.7],[2.9,1.8],[2.9,1.9],[2.9,1.9],[3,1.8],[3.1,1.6],[3.2,1.4],[3.3,1.2],[3.4,1.1],[3.5,0.9],[3.5,0.7],[3.6,0.5],[3.6,0.3],[3.7,0.1],[3.7,-0.1],[3.7,-0.4],[3.7,-0.6],[3.6,-0.9],[3.6,-1.2],[3.5,-1.4],[3.5,-1.6],[3.4,-1.9],[3.3,-2.1],[3.2,-2.3],[3.2,-2.5],[3.1,-2.6],[3,-2.8],[2.9,-2.9],[2.9,-3.1],[2.9,-3.2],[2.8,-3.4],[2.7,-3.5],[2.6,-3.7],[2.5,-3.9],[2.4,-4.2],[2.4,-4.5],[2.4,-5],[2.4,-5.5],[2.3,-6.1],[2.2,-6.6],[2.2,-7.2],[2,-7.9],[1.7,-8.7],[1.8,-10.4],[2,-12.6],[2.2,-13],[2.2,-10.1],[1.2,-5.8],[-1,-2.2],[-2.6,-0.8],[-1.5,-0.9],[0.9,-1.5],[2.8,-2.5],[2.3,-3.7],[1.9,-4.9],[2.2,-4.6],[2.7,-2.6],[3.6,-0.9],[3.7,-0.5],[2.4,-1],[1,-3.5],[-1.5,-4.3],[-2.4,-2.5],[-2.5,-1.3],[-1.7,-1.4],[-1.4,-2.7],[-1.5,-4.1],[-1.7,-4.7],[-1.7,-5],[-1.6,-4.6],[-2.1,-4.2],[-3.8,-6.8],[-6.5,-11.5],[-7.5,-14.9],[-6.3,-15.6],[-4.4,-13.6],[-4.3,-10.7],[-6.4,-8.7],[-8.4,-7.7],[-9.3,-8.5],[-6.5,-7.8],[-3.3,-4.9],[-3.2,0],[-5.4,4.7],[-6.5,7.2],[-6.2,7.1],[-5.2,6.6],[-4,6.3],[-3.7,6.4],[-3.7,6.3],[-3.1,6.2],[-1.3,6],[0.7,5.8],[1.9,5.8],[2,6.2],[1.4,6.9],[0.7,7.7],[0.2,8.1],[0.1,7.8],[1,7.1],[3,6.2],[5.3,5.7],[6.7,5.8],[7.5,6.6],[8.2,7.5],[9.2,8],[10.1,7.8],[10.4,6.7],[9.2,4.4],[6.6,1.8],[3.3,-0.4],[1.2,-1.7],[1.2,-1.9],[2.5,-1.3],[3.9,-0.5],[4.9,0],[5.1,0],[4.2,0.1],[2.4,0.7],[1.8,1.3],[2.7,1],[4.2,-0.7],[3.3,-2.5],[0.9,-1.9],[-0.3,-0.7],[-0.2,0],[0.5,-0.2],[1,-0.5],[1,-0.3],[0.9,0.1],[1,0.6],[1.2,0.9],[1.3,1],[1.4,1.1],[1.5,1.2],[1.7,1.3],[1.9,1.5],[2.1,1.5],[2.3,1.6],[2.5,1.7],[2.6,1.9],[2.5,2.2],[2.5,2.3],[3,2.3],[4.2,2.5],[5.7,2.8],[7,3.5],[8,4.2],[8.7,4.8],[9.1,5.4],[9.4,6.3],[9.6,7.3],[9.8,8.1],[9.5,7.9],[7.7,7.3],[4.5,7.5],[1.9,8.8],[0.5,10],[-1.4,10.2],[-4.1,10.2],[-6.4,8.4],[-4.3,4.6],[-1.8,4.4],[1.7,5.4],[1.2,6.4],[-0.5,6.9],[0.2,5.8],[2.5,5.3],[2.8,5.1],[1.2,5.8],[-0.2,6.6],[-0.3,5.5],[0.1,3.8],[0.5,2.9],[0.7,2.2],[0.6,1.5],[0.2,0.7],[-0.2,-0.2],[-0.2,-1.1],[0.2,-1.9],[0.6,-2.5],[0.8,-3],[1,-3.4],[1.2,-3.8],[1.5,-4.1],[1.7,-4.3],[1.9,-4.3],[2,-4.3],[1.8,-4.5],[1.5,-4.7],[1.2,-4.4],[1,-4.2],[0.8,-3.9],[0.7,-3.8],[0.6,-4.6],[0.6,-5.3],[0.6,-5.3],[0.2,-4.7],[-0.2,-3.9],[-0.1,-3.6],[0,-3.5],[-0.2,-3.5],[-0.4,-3.6],[-0.6,-3.7],[-0.7,-3.7],[-0.8,-3.9],[-0.7,-4.2],[-0.6,-4.5],[-0.7,-4.7],[-0.8,-5],[-0.7,-5],[-0.6,-4.9],[-0.8,-4.9],[-1.2,-4.9],[-1.5,-4.7],[-1.8,-4.5],[-2.1,-4.4],[-2.5,-4.2],[-2.9,-4.1],[-3.2,-4],[-3.4,-4],[-3.4,-3.8],[-3.3,-3.6],[-3.5,-3.4],[-3.7,-3.1],[-3.9,-2.7],[-4,-2.2],[-4.1,-1.8],[-4.2,-1.3],[-4.2,-1],[-4.2,-0.8],[-4.1,-0.7],[-3.9,-0.6],[-3.7,-0.2],[-3.6,0.1],[-3.8,0],[-4,-0.5],[-4,-0.6],[-3.7,-0.4],[-2.3,0.1],[-1.6,0.6],[-1.8,1.1],[-2.3,1.6],[-2.6,2.1],[-2.1,2.5],[-1.4,2.6],[-0.9,2.5],[-0.7,2.4],[-0.4,2.3],[-0.1,2.3],[0.2,2.2],[0.6,2.1],[1,2],[1.4,1.9],[1.7,1.8],[2.1,1.8],[2.4,1.7],[2.7,1.7],[2.9,1.7],[3.1,1.7],[3.3,1.8],[3.4,1.8],[3.5,1.9],[3.6,2],[3.7,2],[3.7,2.2],[3.7,2.3],[3.6,2.4],[3.6,2.5],[3.5,2.5],[3.4,2.5],[3.4,2.5],[3.3,2.5],[3.3,2.5],[3.3,2.5],[3.2,2.5],[3.2,2.6],[3.2,2.6],[3.2,2.6],[3.2,2.6],[3.2,2.6],[3.2,2.5],[3.2,2.5],[3.3,2.4],[3.3,2.3],[3.4,2.2],[3.5,2.1],[3.5,2],[3.6,2],[3.7,2],[3.7,2],[3.7,2],[3.6,2.1],[3.6,2.2],[3.5,2.3],[3.4,2.4],[3.3,2.5],[3.2,2.7],[3.1,2.8],[2.9,2.9],[2.8,3.1],[2.6,3.3],[2.3,3.6],[2,3.8],[1.9,4],[1.8,4],[1.9,4.1],[1.9,4],[1.8,3.8],[1.7,3.7],[1.8,3.7],[1.7,3.6],[1.8,3.5],[1.9,3.6],[1.9,3.5],[2,3.5],[2,3.5],[2.1,3.6],[2.2,3.7],[2.3,3.8],[2.3,3.9],[2.2,4],[2.3,3.9],[2.3,4],[2.3,4],[2.3,4],[2.4,3.9],[2.5,3.8],[2.5,3.8],[2.6,3.7],[2.7,3.6],[2.8,3.5],[2.9,3.5],[3,3.3],[3.1,3.2],[3.2,3.1],[3.4,2.9],[3.5,2.7],[3.5,2.6],[3.6,2.4],[3.7,2.2],[3.7,2],[3.8,1.8],[3.8,1.6],[3.8,1.4],[3.8,1.2],[3.8,1],[3.8,0.8],[3.8,0.7],[3.8,0.5],[3.7,0.4],[3.7,0.3],[3.6,0.2],[3.6,0.2],[3.5,0.2],[3.5,0.4],[3.5,0.6],[3.5,0.9],[3.4,1.3],[3.4,1.5],[3.4,1.7],[3.4,1.7],[3.5,1.7],[3.5,1.7],[3.5,1.7],[3.5,1.7],[3.5,1.7],[3.5,1.6],[3.5,1.5],[3.6,1.4],[3.6,1.3],[3.7,1.1],[3.7,0.9],[3.8,0.7],[3.8,0.5],[3.8,0.2],[3.8,0],[3.8,-0.2],[3.7,-0.5],[3.7,-0.8],[3.6,-1],[3.6,-1.2],[3.5,-1.5],[3.4,-1.7],[3.3,-1.9],[3.2,-2.1],[3.1,-2.2],[3,-2.4],[2.9,-2.6],[2.7,-2.7],[2.6,-2.9],[2.4,-3.1],[2.3,-3.3],[2.1,-3.5],[2,-3.7],[1.9,-3.9],[1.8,-4.2],[1.7,-4.4],[1.6,-4.6],[1.4,-4.9],[1.3,-5.2],[1.2,-5.4],[1,-5.6],[0.5,-5.6],[-0.1,-5.8],[-0.6,-5.9],[-1.1,-5.3],[-1.5,-3.3],[-1.1,-1.3],[1,-0.4],[4.9,-1.5],[6,-4.3],[4.2,-5.2],[3.3,-3],[4.8,-1.6],[4.7,-1.2],[2.3,-1.4],[0.4,-1.4],[0.1,-1.1],[-0.3,-0.7],[-1.1,-0.7],[-1.6,-1.6],[-1.6,-2.7],[-2.1,-3.1],[-2.7,-2.9],[-2.7,-3.4],[-2.9,-3.4],[-3,-1.9],[-3.7,-0.5],[-1.4,0.2],[0.5,-0.5],[0.9,-0.9],[0.9,-1.2],[1.2,-3],[0.7,-6.6],[-1.1,-9.3],[-3.9,-11.4],[-4.6,-11],[-2.4,-10.4],[1.1,-9.2],[3.3,-5.7],[1.8,-1.4],[-2.1,0.8],[-5.5,0.4],[-5.7,-0.5],[-3.5,-0.6],[-1.1,-0.3],[0.3,0.1],[1,0.4],[0.6,1],[-0.3,1.4],[-0.6,1.3],[-0.4,0.8],[-0.1,0.4],[0.1,0.9],[0.3,2.2],[1,4.1],[1.9,5.8],[2,7.1],[1.4,7.9],[1.1,7.8],[2.2,7.4],[4.6,5.7],[7.2,3.6],[8.7,1.7],[7.5,0.3],[4.9,-0.4],[2.2,-0.6],[1,-0.5],[0.9,-0.2],[0.8,0.1],[0.5,0.3],[0.4,0.1],[0.7,-0.6],[0.6,-1.2],[0,-1.3],[-0.4,-0.9],[0.3,-0.5],[0.9,-0.4],[0.1,-0.4],[-1.7,-0.1],[-2.3,-0.1],[-0.9,-0.6],[1.4,-1.3],[3.1,-2.3],[2.5,-3.1],[0.8,-2.9],[-0.1,-1.8],[0.2,-0.7],[0.5,-0.2],[0.4,-0.1],[0.2,-0.2],[0.1,-0.2],[0.2,-0.1],[0.4,-0.1],[0.6,-0.1],[0.8,0],[0.9,0.1],[1,0.2],[1.1,0.3],[1.2,0.4],[1.4,0.5],[1.7,0.7],[2,1.2],[2.1,1.6],[2.3,2],[2.4,2.2],[2.7,2],[3,1.7],[3.3,1.5],[3.3,1.4],[2.5,1.7],[0.8,2.9],[-1.4,5.1],[-3.4,7.5],[-4.7,9.5],[-5.4,11],[-5.3,11.6],[-4.8,11.4],[-4.4,10.6],[-4.1,9.3],[-3.9,7.8],[-3.4,6.8],[-2.7,6.7],[-2,7],[-1.9,7.1],[-2.5,6.8],[-3.4,5.8],[-4,5.5],[-3.9,5.3],[-3.4,5.1],[-2.6,4.7],[-1.9,4.4],[-1.4,3.7],[-1.3,3.1],[-1.4,2.3],[-1.4,1.5],[-1.1,0.6],[-0.6,-0.1],[-0.2,-0.8],[0.1,-1.4],[0.3,-2],[0.5,-2.5],[0.7,-2.9],[0.9,-3.2],[1,-3.5],[0.9,-4],[0.8,-4.4],[0.8,-4.4],[1,-4.5],[1,-4.5],[1,-4.4],[1,-3.8],[1.2,-4.3],[1.2,-5.3],[0.9,-5.6],[0.5,-5.1],[0.3,-3.7],[0.2,-2.5],[0.3,-2.3],[0.4,-2.9],[0.1,-3.5],[0,-3.8],[0.7,-3.1],[1.2,-3.8],[0.9,-3.8],[1.1,-3.5],[1.5,-3.9],[1.5,-4.7],[0.8,-5],[0.3,-4.6],[0.1,-4.3],[0,-4.1],[-0.2,-4.1],[-0.4,-4],[-0.7,-3.9],[-1,-3.6],[-1.3,-3.3],[-1.6,-3],[-1.9,-2.7],[-2.1,-2.5],[-2.2,-2.3],[-2.1,-2.2],[-2.1,-2.1],[-2.2,-1.9],[-2.4,-1.8],[-2.4,-1.5],[-2.4,-1.3],[-2.2,-0.9],[-1.9,-0.4],[-1.8,-0.1],[-1.9,-0.1],[-1.9,-0.7],[-1.4,-1.8],[-1.1,-2.6],[-1.4,-2.4],[-1.8,-1.1],[-1.9,0.4],[-1.9,1.5],[-2,1.9],[-1.8,1.8],[-1.1,1.4],[-0.3,0.9],[0.2,0.4],[0.4,0.2],[0.6,0.1],[1,0.2],[1.5,0.3],[1.9,0.3],[2.2,0.4],[2.5,0.5],[2.8,0.6],[3,0.7],[3.1,0.7],[3.3,0.8],[3.4,0.8],[3.5,0.8],[3.6,0.9],[3.6,0.9],[3.7,1],[3.8,1],[3.8,1.1],[3.8,1.2],[3.8,1.3],[3.7,1.5],[3.7,1.6],[3.5,1.8],[3.4,2],[3.3,2.3],[3.1,2.5],[3,2.7],[2.9,2.8],[2.8,2.9],[2.7,2.9],[2.7,2.9],[2.7,2.9],[2.7,2.8],[2.7,2.8],[2.7,2.7],[2.8,2.6],[2.8,2.5],[2.9,2.5],[2.9,2.4],[3,2.4],[3.1,2.3],[3.2,2.2],[3.3,2.1],[3.4,2],[3.5,2],[3.5,1.9],[3.6,2],[3.6,2.1],[3.4,2.3],[3,2.5],[2.8,2.7],[2.5,3],[2.4,3.2],[2.2,3.3],[2.2,3.5],[2.2,3.7],[2.3,3.9],[2.3,4.1],[2.2,4.3],[2,4.4],[1.8,4.5],[1.6,4.5],[1.4,4.4],[1.3,4.2],[1.3,4],[1.3,3.9],[1.4,3.8],[1.6,3.7],[1.7,3.6],[1.8,3.5],[2,3.5],[2,3.4],[2.2,3.4],[2.3,3.4],[2.4,3.4],[2.5,3.5],[2.4,3.6],[2.4,3.8],[2.6,3.2],[2.5,3.4],[2.5,3.5],[2.5,3.6],[2.5,3.6],[2.6,3.6],[2.7,3.6],[2.8,3.5],[2.9,3.4],[3,3.3],[3.2,3.3],[3.3,3.2],[3.4,3],[3.5,2.9],[3.5,2.8],[3.6,2.7],[3.7,2.6],[3.7,2.5],[3.7,2.3],[3.8,2.2],[3.8,2.1],[3.8,2],[3.8,1.8],[3.9,1.7],[3.9,1.6],[3.9,1.5],[3.9,1.3],[3.9,1.2],[3.9,1],[3.9,0.9],[3.8,0.8],[3.8,0.8],[3.7,0.7],[3.7,0.7],[3.7,0.7],[3.7,0.8],[3.7,0.9],[3.7,1.1],[3.7,1.3],[3.7,1.5],[3.7,1.6],[3.8,1.7],[3.8,1.7],[3.8,1.7],[3.8,1.6],[3.8,1.5],[3.8,1.4],[3.8,1.4],[3.8,1.2],[3.8,1.2],[3.7,1],[3.7,0.9],[3.7,0.8],[3.7,0.6],[3.6,0.4],[3.6,0.2],[3.6,0],[3.5,-0.2],[3.5,-0.4],[3.4,-0.6],[3.3,-0.8],[3.2,-0.9],[3.1,-1.1],[3,-1.3],[3,-1.5],[2.8,-1.7],[2.8,-1.9],[2.6,-2.1],[2.5,-2.3],[2.4,-2.5],[2.3,-2.7],[2.2,-2.8],[2,-3],[1.9,-3.2],[1.8,-3.3],[1.6,-3.5],[1.5,-3.7],[1.3,-3.9],[1.1,-4],[0.9,-4.2],[0.8,-4.3],[0.6,-4.5],[0.5,-4.7],[0.5,-4.8],[0.4,-4.9],[0.4,-5.1],[0,-5.3],[-0.5,-5.6],[-1,-5.9],[-1.1,-6.1],[-1,-5.9],[-0.9,-5],[-1.1,-3.8],[-1.8,-3.2],[-2.3,-2.5],[-2.3,-2.5],[-1.1,-2.3],[0.4,-2],[1,-1.8],[0.8,-1.8],[0.3,-1.8],[-0.6,-1.6],[-1.2,-1.2],[-1.3,-0.7],[-1.4,-0.5],[-1.5,-0.5],[-1.2,-0.8],[-0.8,-1.3],[-0.4,-1.7],[-0.3,-1.6],[-0.6,-1.4],[-1,-1.2],[-1.6,-1.6],[-1.8,-2.6],[-1.9,-4],[-1.9,-5.9],[-2,-8.3],[-1.9,-9.5],[-2.1,-11],[-2.2,-10.9],[-2.3,-9.5],[-2.7,-7],[-3.7,-5.1],[-4.4,-3.2],[-3.6,-2.1],[-1.8,-2.3],[-0.3,-3.4],[0.7,-4.4],[2,-4.8],[2.6,-4.4],[1.3,-2.9],[-0.2,-0.8],[-0.3,0.5],[0.7,-0.2],[1.3,-2.3],[0.6,-4.2],[-0.5,-3.3],[-0.8,-1],[-0.5,1.4],[0.1,2.7],[0.9,2.7],[1.4,1.7],[1,0.9],[-0.4,1],[-2.1,1.8],[-3.2,2.5],[-2.7,1.9],[-1.5,0],[-0.8,-1.8],[-1.4,-2.2],[-2.9,-1],[-3.8,1],[-3.3,2.6],[-1.9,2.7],[-0.8,1.5],[-0.3,-0.6],[-0.1,-2.6],[0.4,-3.7],[1.2,-4.1],[1.6,-4.1],[1.4,-3.8],[0.8,-3.4],[0.2,-2.7],[-0.3,-1.9],[-0.6,-1.2],[-0.7,-0.7],[-0.7,-0.3],[-0.6,-0.1],[-0.7,0],[-0.8,0],[-0.9,0.1],[-1,0.1],[-1,0],[-1,-0.1],[-1,-0.2],[-1,-0.3],[-1,-0.4],[-1.1,-0.5],[-1.2,-0.5],[-1.3,-0.5],[-1.5,-0.4],[-1.8,-0.2],[-2,-0.1],[-2.2,0.1],[-2.6,0.3],[-2.8,0.5],[-3.1,0.6],[-3.5,0.8],[-4,1.3],[-4.5,2.1],[-4.9,3.3],[-5,4.3],[-4.8,4.8],[-4.6,4.8],[-4.5,4.3],[-4.7,4],[-5,3.8],[-5.3,4.1],[-5.4,4.5],[-5.2,4.7],[-4.9,4.7],[-4.6,4.5],[-4.6,4.6],[-4.6,4.7],[-4.4,4.8],[-4,4.8],[-3.3,4.6],[-2.6,4.5],[-2,4.5],[-1.5,4.3],[-1.1,4.1],[-0.9,3.9],[-0.7,3.6],[-0.6,3.3],[-0.4,2.9],[-0.2,2.3],[-0.1,1.7],[0,1],[0,0.3],[0.1,-0.3],[0.2,-0.9],[0.3,-1.4],[0.3,-1.9],[0.4,-2.3],[0.4,-2.7],[0.6,-3],[0.7,-3.2],[0.9,-3.4],[1,-3.5],[1,-3.6],[0.9,-3.6],[0.8,-3.8],[0.7,-3.8],[0.7,-3.9],[0.7,-4.3],[0.7,-4.4],[0.6,-4.4],[0.6,-4.2],[0.7,-4],[1,-3.7],[1.1,-3.9],[1,-4.1],[0.8,-4.2],[0.7,-4],[0.6,-4.1],[0.4,-4.3],[0.2,-4.4],[0,-4.4],[0,-4.4],[0,-4.3],[0.1,-4.2],[0.1,-4],[0.1,-3.9],[0,-3.8],[-0.2,-3.8],[-0.5,-3.7],[-0.7,-3.5],[-0.8,-3.2],[-0.9,-3],[-1,-2.8],[-1,-2.7],[-1,-2.5],[-1,-2.4],[-0.9,-2.2],[-0.8,-2.1],[-0.7,-1.8],[-0.6,-1.6],[-0.4,-1.4],[-0.3,-1.1],[-0.1,-0.9],[0.1,-0.8],[0.4,-0.6],[0.6,-0.4],[0.9,-0.2],[1.1,-0.1],[1.3,0.1],[1.5,0.3],[1.7,0.4],[1.9,0.6],[2.1,0.7],[2.2,0.8],[2.3,0.8],[2.4,0.8],[2.5,0.8],[2.6,0.8],[2.7,0.8],[2.8,0.8],[2.9,0.7],[3,0.7],[3.1,0.7],[3.2,0.7],[3.2,0.6],[3.3,0.6],[3.4,0.6],[3.5,0.5],[3.5,0.5],[3.5,0.5],[3.5,0.5],[3.4,0.5],[3.2,0.5],[3,0.6],[2.8,0.8],[2.6,1.1],[2.4,1.4],[2.3,1.7],[2.2,2],[2.1,2.2],[2,2.4],[2,2.6],[2,2.7],[2,2.8],[2,2.8],[2,2.8],[2,2.8],[2.1,2.8],[2.1,2.8],[2.2,2.7],[2.2,2.6],[2.3,2.6],[2.3,2.5],[2.5,2.4],[2.6,2.3],[2.7,2.2],[2.8,2.1],[3,2.1],[2.9,2],[2.8,2],[2.7,2.1],[2.5,2.2],[2.4,2.3],[2.2,2.4],[2.1,2.6],[2,2.7],[1.8,2.8],[1.8,3.1],[1.7,3.4],[1.6,3.7],[1.5,3.9],[1.5,4],[1.5,4.2],[1.4,4.2],[1.4,4.4],[1.3,4.4],[1.2,4.4],[1.1,4.3],[1,4.1],[1.1,4],[1.2,3.9],[1.4,3.8],[1.6,3.8],[1.8,3.6],[2,3.5],[2.1,3.5],[2.2,3.4],[2.4,3.3],[2.5,3.2],[2.6,3.1],[2.7,3.1],[2.7,3.1],[2.7,3.1],[3.1,2.8],[3.2,2.8],[3.2,2.8],[3.2,2.9],[3.1,3],[3.1,3],[3.1,3.1],[3.1,3.2],[3.1,3.2],[3.1,3.1],[3.2,3.1],[3.3,3.1],[3.4,3],[3.5,3],[3.5,2.9],[3.6,2.8],[3.7,2.7],[3.7,2.7],[3.8,2.6],[3.8,2.5],[3.9,2.4],[3.9,2.3],[3.9,2.2],[4,2.1],[4,2],[4,2],[4,1.9],[4,1.8],[4.1,1.7],[4.1,1.5],[4.1,1.4],[4.1,1.3],[4.1,1.2],[4,1.1],[4,1.1],[3.9,1.1],[3.9,1.1],[3.9,1.1],[3.9,1.2],[3.9,1.2],[3.9,1.3],[3.9,1.4],[3.9,1.5],[3.9,1.5],[3.8,1.6],[3.8,1.6],[3.7,1.7],[3.7,1.6],[3.7,1.6],[3.7,1.5],[3.7,1.4],[3.7,1.2],[3.7,1.1],[3.7,1],[3.6,0.9],[3.6,0.9],[3.5,0.7],[3.5,0.6],[3.4,0.4],[3.4,0.3],[3.3,0.1],[3.3,0],[3.2,-0.2],[3.2,-0.3],[3.1,-0.5],[3,-0.7],[3,-0.8],[2.9,-1],[2.9,-1.2],[2.8,-1.3],[2.7,-1.5],[2.6,-1.7],[2.5,-1.8],[2.3,-2],[2.2,-2.2],[2,-2.3],[1.9,-2.5],[1.7,-2.7],[1.5,-2.9],[1.2,-3.1],[0.9,-3.3],[0.6,-3.4],[0.3,-3.5],[-0.1,-3.6],[-0.3,-3.7],[-0.6,-3.8],[-0.8,-3.9],[-0.9,-4],[-1,-4.2],[-1.1,-4.3],[-1.3,-4.4],[-1.5,-4.4],[-1.9,-4.4],[-2.3,-4.4],[-2.8,-4.5],[-3.2,-4.6],[-3.5,-4.8],[-3.8,-4.9],[-4,-4.5],[-3.9,-3.8],[-3.6,-2.9],[-3.5,-2],[-3.6,-1.2],[-3.4,-0.6],[-1.9,-0.4],[-1.3,-0.8],[-0.9,-1.1],[-1.4,-0.9],[-1.8,0.1],[-1.5,0.8],[-1.6,1.2],[-1.8,1],[-1.8,0],[-2.2,-0.7],[-2.6,-1.1],[-2.2,-1.3],[-1.8,-1.7],[-1.4,-2.2],[-1,-2.6],[-0.7,-2.9],[-0.5,-3.1],[-0.6,-3.4],[-0.9,-3.5],[-1.1,-3.6],[-1.3,-3.6],[-1.4,-3.7],[-1.5,-3.8],[-1.6,-4],[-1.8,-4.2],[-2,-4.3],[-2.2,-4.4],[-2.4,-4.3],[-2.6,-4],[-2.8,-3.7],[-2.5,-3.2],[-1.8,-2.8],[-1.2,-2.7],[-1.4,-3],[-1.6,-3.6],[-0.9,-4.2],[-0.1,-4.9],[-0.1,-4.8],[-1.4,-4],[-3,-2.9],[-3.7,-2],[-2.5,-1.3],[-1.5,-1.3],[-1.6,-2.2],[-2.3,-2.8],[-3,-2.8],[-2.6,-2.1],[-1.3,-1.4],[-0.5,-1.5],[0.3,-2],[1.6,-2.9],[3,-3.9],[3.3,-4.8],[2.7,-5.1],[1.9,-4.7],[1.2,-4.1],[0.4,-3.4],[-0.4,-2.7],[-1,-2.1],[-1.4,-1.5],[-1.5,-1.1],[-1.5,-0.8],[-1.4,-0.6],[-1.4,-0.3],[-1.5,0],[-1.5,0.2],[-1.6,0.4],[-1.6,0.5],[-1.7,0.6],[-1.7,0.6],[-1.8,0.6],[-1.9,0.7],[-2,0.7],[-2,0.8],[-2.2,0.8],[-2.3,0.9],[-2.5,0.9],[-2.6,1],[-2.8,1.1],[-3,1.2],[-3.1,1.4],[-3.3,1.5],[-3.4,1.7],[-3.4,1.9],[-3.5,2.1],[-3.5,2.2],[-3.5,2.4],[-3.6,2.6],[-3.6,2.8],[-3.7,3.1],[-3.7,3.3],[-3.7,3.5],[-3.7,3.8],[-3.6,4],[-3.5,4.2],[-3.3,4.4],[-3,4.6],[-2.7,4.7],[-2.4,4.8],[-2,4.9],[-1.7,4.9],[-1.3,4.9],[-1,4.8],[-0.7,4.8],[-0.4,4.7],[-0.2,4.6],[0,4.5],[0.2,4.3],[0.3,4.1],[0.5,3.8],[0.6,3.6],[0.8,3.3],[0.9,3.1],[1.1,2.7],[1.2,2.3],[1.2,1.8],[1.2,1.3],[1.2,0.8],[1.1,0.3],[1,-0.2],[1,-0.6],[0.9,-1.1],[0.9,-1.5],[0.8,-1.8],[0.9,-2.2],[0.9,-2.5],[0.9,-2.8],[0.9,-3],[0.9,-3.2],[0.8,-3.4],[0.8,-3.5],[0.8,-3.6],[0.7,-3.8],[0.7,-3.9],[0.6,-4.1],[0.6,-4.2],[0.6,-4.4],[0.6,-4.2],[0.6,-4.3],[0.6,-4.5],[0.6,-4.5],[0.6,-4.5],[0.6,-4.4],[0.6,-4.6],[0.6,-4.6],[0.6,-4.6],[0.5,-4.5],[0.3,-4.5],[0.2,-4.4],[0.1,-4.4],[0,-4.3],[0,-4.2],[-0.1,-4.2],[-0.1,-4.1],[-0.1,-4.1],[0,-3.9],[0,-3.8],[0.1,-3.6],[0.1,-3.4],[0,-3.3],[-0.1,-3.2],[-0.1,-3.1],[-0.2,-3],[-0.2,-2.8],[-0.2,-2.7],[-0.2,-2.6],[-0.2,-2.4],[-0.2,-2.3],[-0.2,-2.2],[-0.2,-2],[-0.2,-1.9],[-0.1,-1.7],[-0.1,-1.6],[0,-1.4],[0.1,-1.2],[0.3,-1.1],[0.5,-0.9],[0.7,-0.8],[0.9,-0.7],[1.1,-0.6],[1.3,-0.6],[1.5,-0.5],[1.7,-0.4],[1.9,-0.4],[2,-0.4],[2.2,-0.4],[2.2,-0.4],[2.3,-0.5],[2.4,-0.5],[2.4,-0.6],[2.4,-0.6],[2.4,-0.6],[2.5,-0.4],[2.5,-0.2],[2.5,0.2],[2.4,0.7],[2.3,1.2],[2.1,1.6],[2,1.9],[1.8,2.1],[1.7,2.2],[1.7,2.2],[1.7,2.2],[1.6,2.3],[1.6,2.3],[1.6,2.4],[1.6,2.5],[1.5,2.6],[1.5,2.7],[1.6,2.8],[1.6,2.8],[1.6,2.8],[1.7,2.8],[1.8,2.8],[1.8,2.8],[1.8,2.7],[1.9,2.7],[2,2.7],[2,2.6],[2,2.5],[2,2.4],[2,2.3],[1.9,2.4],[1.8,2.5],[1.6,2.5],[1.4,2.5],[1.2,2.6],[1.2,2.7],[1.1,2.7],[1.1,2.7],[1,2.8],[1,2.8],[0.9,2.9],[0.9,2.9],[0.9,3],[0.9,3.2],[1,3.3],[1,3.3],[1.1,3.4],[1.2,3.5],[1.4,3.5],[1.5,3.5],[1.7,3.5],[1.8,3.5],[1.9,3.4],[2.1,3.4],[2.2,3.3],[2.3,3.3],[2.4,3.2],[2.5,3.2],[2.6,3.1],[2.7,3.1],[2.8,3],[2.9,3],[3,2.9],[3.1,2.8],[3.2,2.7],[3.2,2.7],[3.3,2.7],[3.3,2.7],[3.3,2.7],[3.3,2.7],[3.4,2.7],[3.4,2.7],[3.4,2.8],[3.4,2.8],[3.4,2.8],[3.4,2.8],[3.4,2.8],[3.5,2.8],[3.5,2.8],[3.5,2.7],[3.5,2.7],[3.6,2.6],[3.6,2.6],[3.6,2.5],[3.7,2.5],[3.7,2.4],[3.7,2.4],[3.8,2.3],[3.8,2.2],[3.8,2.2],[3.9,2.1],[3.9,2.1],[3.9,2],[3.9,1.9],[4,1.8],[4,1.8],[3.9,1.7],[3.9,1.6],[3.9,1.6],[3.9,1.5],[3.9,1.5],[3.9,1.5],[3.9,1.5],[3.9,1.4],[3.9,1.4],[3.9,1.4],[3.9,1.4],[3.8,1.5],[3.7,1.5],[3.6,1.6],[3.5,1.7],[3.5,1.8],[3.4,1.8],[3.4,1.8],[3.3,1.8],[3.3,1.7],[3.3,1.6],[3.3,1.5],[3.3,1.4],[3.3,1.3],[3.3,1.2],[3.2,1.1],[3.2,0.9],[3.2,0.9],[3.1,0.8],[3.1,0.7],[3,0.6],[3,0.5],[2.9,0.3],[2.9,0.2],[2.9,0.1],[2.8,0],[2.8,-0.2],[2.8,-0.3],[2.8,-0.4],[2.7,-0.5],[2.7,-0.7],[2.6,-0.8],[2.5,-0.9],[2.4,-1],[2.3,-1.1],[2.2,-1.3],[2,-1.4],[1.9,-1.5],[1.8,-1.6],[1.6,-1.8],[1.4,-1.9],[1.1,-1.9],[0.8,-1.9],[0.5,-1.9],[0.2,-1.9],[-0.2,-1.9],[-0.5,-1.8],[-0.7,-1.8],[-1,-1.7],[-1.2,-1.6],[-1.5,-1.6],[-1.7,-1.5],[-1.9,-1.4],[-2.1,-1.3],[-2.3,-1.2],[-2.5,-1.1],[-2.6,-1],[-2.8,-1],[-2.8,-0.9],[-2.9,-0.9],[-3,-0.9],[-3.1,-0.8],[-3.1,-0.8],[-3.1,-0.8],[-3.1,-0.7],[-3.1,-0.7],[-3,-0.7],[-2.9,-0.7],[-2.9,-0.8],[-2.8,-0.9],[-2.7,-1],[-2.6,-1.2],[-2.5,-1.3],[-2.4,-1.5],[-2.3,-1.6],[-2.2,-1.8],[-2.2,-2],[-2.1,-2.1],[-2.1,-2.3],[-2.1,-2.4],[-2.1,-2.5],[-2.1,-2.6],[-2.1,-2.7],[-2.1,-2.8],[-2,-2.8],[-2,-2.9],[-2,-3],[-2,-3.1],[-1.9,-3.2],[-1.9,-3.2],[-1.9,-3.3],[-1.9,-3.3],[-1.9,-3.4],[-1.9,-3.5],[-1.9,-3.5],[-1.9,-3.6],[-1.9,-3.6],[-2,-3.6],[-2,-3.6],[-2.1,-3.6],[-2.2,-3.6],[-2.2,-3.6],[-2.2,-3.6],[-2.2,-3.6],[-2.1,-3.5],[-2,-3.5],[-1.8,-3.6],[-1.5,-3.7],[-1.4,-3.8],[-1.2,-3.9],[-1.2,-3.9],[-1.1,-4],[-1.2,-4.1],[-1.2,-4.1],[-1.3,-4.2],[-1.4,-4.2],[-1.4,-4.1],[-1.5,-4],[-1.6,-3.7],[-1.7,-3.5],[-1.8,-3.1],[-1.8,-2.6],[-1.9,-2.1],[-1.8,-1.6],[-1.7,-1.2],[-1.6,-0.8],[-1.5,-0.4],[-1.3,-0.1],[-1.2,0.1],[-1.1,0.3],[-1,0.6],[-0.9,0.8],[-0.8,1],[-0.8,1.3],[-0.7,1.5],[-0.6,1.7],[-0.6,1.9],[-0.6,2.1],[-0.6,2.3],[-0.7,2.5],[-0.7,2.7],[-0.8,2.8],[-0.8,3],[-0.8,3.2],[-0.8,3.4],[-0.7,3.6],[-0.6,3.8],[-0.6,3.9],[-0.5,4],[-0.5,4.1],[-0.5,4.2],[-0.4,4.3],[-0.4,4.4],[-0.4,4.5],[-0.4,4.6],[-0.3,4.6],[-0.3,4.7],[-0.2,4.7],[-0.1,4.8],[-0.1,4.8],[0,4.8],[0.1,4.8],[0.2,4.8],[0.3,4.8],[0.5,4.7],[0.6,4.7],[0.8,4.6],[0.9,4.5],[1,4.4],[1.1,4.3],[1.2,4.2],[1.4,4.1],[1.5,3.9],[1.6,3.8],[1.8,3.7],[1.9,3.5],[2,3.2],[2.1,3],[2.3,2.8],[2.4,2.6],[2.5,2.3],[2.6,2],[2.6,1.7],[2.6,1.4],[2.6,1],[2.5,0.7],[2.3,0.3],[2.2,0],[2,-0.4],[1.8,-0.7],[1.7,-1.1],[1.5,-1.4],[1.4,-1.8],[1.3,-2],[1.2,-2.3],[1.1,-2.5],[1,-2.7],[0.9,-2.9],[0.8,-3.1],[0.8,-3.2],[0.8,-3.4],[0.8,-3.6],[0.8,-3.8],[0.9,-3.8],[0.9,-4],[0.9,-4.1],[1,-4],[1,-4],[1,-4],[1,-4],[1,-4.1],[1,-4.1],[1,-4.2],[1,-4.1],[0.9,-4.1],[0.9,-4],[0.9,-4],[0.8,-4],[0.7,-4],[0.7,-3.9],[0.6,-3.9],[0.6,-3.8],[0.5,-3.8],[0.5,-3.7],[0.5,-3.7],[0.4,-3.6],[0.4,-3.5],[0.3,-3.5],[0.2,-3.3],[0.2,-3.3],[0.1,-3.1],[0,-3],[-0.1,-2.9],[-0.1,-2.8],[-0.2,-2.8],[-0.2,-2.7],[-0.1,-2.7],[-0.1,-2.6],[-0.1,-2.5],[0,-2.5],[0.1,-2.4],[0.1,-2.3],[0.1,-2.3],[0.1,-2.2],[0.2,-2.1],[0.2,-2],[0.2,-2],[0.2,-1.9],[0.3,-1.9],[0.3,-1.8],[0.4,-1.8],[0.4,-1.8],[0.5,-1.8],[0.5,-1.8],[0.6,-1.9],[0.6,-1.9],[0.6,-1.9],[0.7,-1.8],[0.8,-1.7],[0.9,-1.4],[1.1,-0.9],[1.2,-0.4],[1.4,0.3],[1.5,0.9],[1.6,1.5],[1.7,2.1],[1.7,2.5],[1.6,2.8],[1.6,2.9],[1.5,3],[1.5,3.1],[1.4,3.2],[1.4,3.2],[1.3,3.2],[1.3,3.3],[1.3,3.3],[1.4,3.3],[1.4,3.4],[1.4,3.3],[1.5,3.3],[1.5,3.3],[1.5,3.4],[1.6,3.3],[1.6,3.3],[1.7,3.3],[1.7,3.3],[1.8,3.3],[1.8,3.2],[1.8,3.2],[1.8,3.2],[1.8,3.2],[1.9,3.2],[1.9,3.2],[1.9,3.1],[1.9,3.1],[2,3.1],[2,3.1],[2.1,3],[2.1,3],[2.2,3],[2.2,3.1],[2.3,3.1],[2.4,3.1],[2.5,3.1],[2.6,3.1],[2.7,3.1],[2.7,3],[2.8,3],[2.8,3],[2.9,3],[3,2.9],[3,2.9],[3,2.9],[3,2.8],[3.1,2.8],[3.1,2.8],[3.2,2.8],[3.2,2.7],[3.1,2.9],[3.1,2.9],[3.2,2.8],[3.2,2.8],[3.2,2.8],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.7],[3.2,2.6],[3.2,2.6],[3.2,2.6],[3.3,2.5],[3.3,2.5],[3.3,2.5],[3.3,2.4],[3.3,2.4],[3.3,2.3],[3.4,2.3],[3.4,2.2],[3.4,2.2],[3.4,2.1],[3.4,2.1],[3.5,2],[3.5,2],[3.5,2],[3.5,2],[3.5,1.9],[3.5,1.9],[3.6,1.8],[3.6,1.8],[3.6,1.7],[3.6,1.7],[3.6,1.7],[3.5,1.6],[3.5,1.6],[3.4,1.7],[3.3,1.8],[3.2,1.8],[3.1,1.9],[3,2],[2.9,2.1],[2.8,2.1],[2.7,2.2],[2.7,2.2],[2.6,2.2],[2.6,2.1],[2.6,2],[2.6,1.9],[2.6,1.8],[2.6,1.7],[2.6,1.5],[2.6,1.4],[2.6,1.3],[2.6,1.1],[2.6,1],[2.6,0.9],[2.5,0.8],[2.5,0.7],[2.5,0.6],[2.5,0.5],[2.5,0.4],[2.5,0.3],[2.5,0.2],[2.5,0.1],[2.5,0],[2.5,-0.1],[2.4,-0.2],[2.4,-0.3],[2.3,-0.4],[2.2,-0.5],[2.2,-0.5],[2.1,-0.6],[2,-0.6],[1.9,-0.6],[1.8,-0.6],[1.8,-0.6],[1.7,-0.6],[1.7,-0.6],[1.6,-0.5],[1.5,-0.5],[1.4,-0.4],[1.2,-0.3],[1.1,-0.2],[0.9,-0.2],[0.8,-0.1],[0.6,0],[0.5,0],[0.4,0.1],[0.3,0.1],[0.3,0.1],[0.2,0.1],[0.2,0.1],[0.1,0.2],[0.1,0.2],[0,0.2],[-0.1,0.2],[-0.2,0.2],[-0.3,0.2],[-0.3,0.2],[-0.4,0.1],[-0.5,0.1],[-0.6,0],[-0.7,-0.1],[-0.8,-0.2],[-0.9,-0.2],[-1,-0.3],[-1,-0.5],[-1.1,-0.6],[-1.2,-0.7],[-1.2,-0.9],[-1.3,-1],[-1.4,-1.2],[-1.4,-1.4],[-1.5,-1.6],[-1.5,-1.8],[-1.5,-1.9],[-1.6,-2.1],[-1.6,-2.2],[-1.6,-2.3],[-1.6,-2.5],[-1.6,-2.5],[-1.6,-2.7],[-1.6,-2.7],[-1.6,-2.8],[-1.6,-2.9],[-1.6,-3],[-1.5,-3],[-1.5,-3.1],[-1.5,-3.1],[-1.5,-3.2],[-1.4,-3.3],[-1.4,-3.3],[-1.3,-3.4],[-1.3,-3.5],[-1.2,-3.5],[-1.2,-3.6],[-1.1,-3.7],[-1.1,-3.7],[-1,-3.8],[-1,-3.9],[-0.9,-4],[-0.9,-4],[-0.9,-4.1],[-0.9,-4.2],[-0.9,-4.2],[-0.9,-4.3],[-0.9,-4.4],[-0.9,-4.4],[-1,-4.5],[-1,-4.6],[-1,-4.6],[-1.1,-4.7],[-1.1,-4.7],[-1.2,-4.8],[-1.2,-4.8],[-1.2,-4.8],[-1.2,-4.8],[-1.3,-4.7],[-1.3,-4.7],[-1.3,-4.5],[-1.2,-4.3],[-1.2,-4],[-1.1,-3.6],[-0.9,-3.1],[-0.6,-2.5],[-0.4,-1.9],[-0.1,-1.3],[0.2,-0.8],[0.4,-0.3],[0.7,0.2],[0.9,0.5],[1,0.9],[1.2,1.1],[1.3,1.4],[1.4,1.5],[1.4,1.7],[1.5,1.9],[1.5,2.1],[1.5,2.3],[1.5,2.5],[1.5,2.8],[1.5,3],[1.6,3.2],[1.6,3.3],[1.6,3.5],[1.7,3.6],[1.7,3.7],[1.8,3.8],[1.8,3.9],[1.9,4],[1.9,4],[2,4.1],[2,4.1],[2.1,4.1],[2.1,4.2],[2.2,4.2],[2.2,4.2],[2.3,4.2],[2.4,4.2],[2.4,4.2],[2.5,4.1],[2.5,4.1],[2.5,4],[2.6,4],[2.6,3.9],[2.6,3.9],[2.7,3.8],[2.7,3.7],[2.7,3.7],[2.8,3.6],[2.8,3.5],[2.8,3.4],[2.9,3.3],[2.9,3.2],[2.9,3.1],[3,3],[3,2.9],[3,2.8],[3.1,2.7],[3.1,2.5],[3.1,2.4],[3.1,2.2],[3,2],[3,1.9],[2.9,1.7],[2.8,1.4],[2.7,1.1],[2.6,0.8],[2.4,0.4],[2.3,0],[2.1,-0.3],[2,-0.7],[1.8,-1.1],[1.7,-1.5],[1.5,-1.8],[1.4,-2.1],[1.3,-2.3],[1.3,-2.5],[1.2,-2.7],[1.2,-2.8],[1.2,-3],[1.1,-3.1],[1.2,-3.3],[1.2,-3.4],[1.2,-3.4],[1.2,-3.5],[1.2,-3.6],[1.2,-3.7],[1.2,-3.8],[1.3,-3.9],[1.3,-3.8],[1.3,-3.8],[1.3,-3.8],[1.4,-3.9],[1.4,-3.8],[1.4,-4],[1.3,-3.9],[1.3,-3.9],[1.2,-4],[1.2,-4],[1.1,-3.9],[1,-3.8],[0.9,-3.7],[0.8,-3.7],[0.8,-3.7],[0.7,-3.6],[0.7,-3.5],[0.6,-3.4],[0.6,-3.4],[0.5,-3.3],[0.5,-3.3],[0.4,-3.3],[0.4,-3.2],[0.4,-3.2],[0.4,-3.1],[0.4,-3.1],[0.4,-3.1],[0.4,-3],[0.4,-3],[0.4,-2.9],[0.4,-2.9],[0.4,-2.8],[0.4,-2.8],[0.3,-2.8],[0.3,-2.8],[0.3,-2.7],[0.3,-2.7],[0.3,-2.7],[0.4,-2.7],[0.4,-2.7],[0.4,-2.7],[0.4,-2.6],[0.4,-2.6],[0.3,-2.5],[0.3,-2.5],[0.3,-2.4],[0.3,-2.3],[0.2,-2.3],[0.3,-2.1],[0.3,-1.8],[0.4,-1.4],[0.4,-1],[0.5,-0.5],[0.7,0],[0.8,0.6],[0.9,1.1],[1,1.6],[1.1,2.1],[1.1,2.4],[1.2,2.7],[1.2,2.9],[1.2,3],[1.2,3.2],[1.2,3.3],[1.3,3.4],[1.3,3.5],[1.3,3.6],[1.4,3.7],[1.4,3.8],[1.5,3.8],[1.6,3.9],[1.6,3.9],[1.7,3.9],[1.8,3.9],[1.8,3.8],[1.9,3.8],[2,3.8],[2,3.8],[2.2,3.8],[2.2,3.7],[2.3,3.7],[2.3,3.6],[2.3,3.6],[2.4,3.5],[2.4,3.5],[2.5,3.5],[2.5,3.5],[2.6,3.5],[2.6,3.4],[2.7,3.4],[2.7,3.3],[2.8,3.3],[2.8,3.3],[2.9,3.2],[2.9,3.2],[3,3.1],[3,3.1],[3,3],[3,3],[3,3],[3.1,2.9],[3.1,2.9],[2.3,3],[2.3,2.9],[2.3,2.9],[2.4,2.9],[2.4,2.8],[2.4,2.8],[2.4,2.8],[2.4,2.7],[2.4,2.7],[2.4,2.7],[2.4,2.7],[2.5,2.7],[2.5,2.6],[2.5,2.6],[2.5,2.6],[2.5,2.6],[2.5,2.6],[2.5,2.6],[2.5,2.6],[2.6,2.5],[2.6,2.5],[2.6,2.5],[2.7,2.5],[2.7,2.4],[2.7,2.4],[2.7,2.4],[2.7,2.3],[2.8,2.3],[2.8,2.2],[2.8,2.2],[2.8,2.2],[2.8,2.2],[2.8,2.1],[2.8,2.1],[2.8,2.1],[2.8,2.1],[2.8,2.1],[2.8,2.1],[2.8,2.1],[2.7,2.1],[2.7,2.1],[2.6,2.2],[2.5,2.2],[2.4,2.3],[2.2,2.3],[2.1,2.4],[2,2.5],[1.9,2.5],[1.8,2.6],[1.7,2.6],[1.7,2.6],[1.7,2.6],[1.7,2.5],[1.7,2.5],[1.7,2.4],[1.7,2.3],[1.8,2.3],[1.8,2.2],[1.8,2.1],[1.9,2],[1.9,1.9],[1.9,1.8],[1.9,1.6],[1.9,1.5],[1.9,1.4],[1.9,1.3],[1.9,1.2],[1.9,1.1],[1.9,1],[1.9,0.9],[1.9,0.8],[1.9,0.6],[1.9,0.5],[2,0.4],[1.9,0.3],[1.9,0.2],[1.9,0.2],[1.9,0.1],[1.8,0.1],[1.8,0],[1.7,0],[1.6,0],[1.6,0],[1.5,0.1],[1.5,0.2],[1.4,0.2],[1.4,0.3],[1.4,0.4],[1.4,0.5],[1.4,0.6],[1.4,0.7],[1.4,0.8],[1.4,0.9],[1.4,0.9],[1.4,1],[1.4,1],[1.4,1],[1.4,1],[1.4,1],[1.4,1],[1.4,1],[1.4,1],[1.4,0.9],[1.4,0.9],[1.4,0.9],[1.3,0.9],[1.3,0.8],[1.3,0.8],[1.3,0.7],[1.3,0.7],[1.2,0.7],[1.2,0.6],[1.2,0.6],[1.2,0.5],[1.1,0.5],[1.1,0.4],[1,0.3],[1,0.3],[0.9,0.2],[0.8,0.1],[0.7,0],[0.6,-0.1],[0.4,-0.2],[0.3,-0.3],[0.2,-0.4],[0,-0.6],[-0.1,-0.7],[-0.2,-0.9],[-0.3,-1],[-0.4,-1.2],[-0.5,-1.3],[-0.6,-1.5],[-0.7,-1.7],[-0.7,-1.8],[-0.8,-2],[-0.8,-2.1],[-0.8,-2.3],[-0.8,-2.4],[-0.8,-2.5],[-0.8,-2.6],[-0.8,-2.8],[-0.8,-2.9],[-0.7,-3],[-0.7,-3.1],[-0.7,-3.2],[-0.7,-3.2],[-0.6,-3.3],[-0.6,-3.4],[-0.6,-3.5],[-0.5,-3.5],[-0.5,-3.6],[-0.5,-3.7],[-0.4,-3.7],[-0.4,-3.7],[-0.4,-3.8],[-0.3,-3.8],[-0.3,-3.8],[-0.3,-3.8],[-0.3,-3.9],[-0.2,-3.9],[-0.2,-3.9],[-0.2,-3.9],[-0.2,-3.9],[-0.2,-4],[-0.2,-4],[-0.2,-4],[-0.2,-4],[-0.2,-4],[-0.2,-4.1],[-0.2,-4.1],[-0.2,-4.1],[-0.2,-4.1],[-0.3,-4.1],[-0.3,-4.1],[-0.3,-4.1],[-0.4,-4.1],[-0.4,-4],[-0.4,-4],[-0.4,-3.8],[-0.3,-3.7],[-0.3,-3.5],[-0.2,-3.2],[0,-2.9],[0.2,-2.5],[0.4,-2.1],[0.6,-1.7],[0.9,-1.3],[1.1,-0.9],[1.4,-0.5],[1.6,-0.1],[1.8,0.2],[2,0.5],[2.2,0.8],[2.4,1],[2.5,1.2],[2.6,1.4],[2.7,1.6],[2.7,1.8],[2.7,1.9],[2.8,2.1],[2.8,2.2],[2.8,2.4],[2.8,2.5],[2.8,2.7],[2.8,2.8],[2.8,2.9],[2.8,3],[2.8,3.1],[2.8,3.2],[2.8,3.2],[2.8,3.3],[2.8,3.3],[2.8,3.3],[2.8,3.4],[2.8,3.4],[2.8,3.4],[2.8,3.4],[2.8,3.4],[2.8,3.4],[2.8,3.4],[2.7,3.4],[2.7,3.4],[2.7,3.4],[2.6,3.4],[2.6,3.4],[2.5,3.4],[2.5,3.4],[2.5,3.3],[2.4,3.3],[2.4,3.3],[2.3,3.3],[2.3,3.2],[2.2,3.1],[2.2,3],[2.2,2.9],[2.2,2.7],[2.2,2.5],[2.2,2.3],[2.2,2],[2.2,1.7],[2.1,1.3],[2.1,0.9],[2,0.5],[1.9,0.1],[1.8,-0.3],[1.8,-0.7],[1.7,-1],[1.6,-1.3],[1.6,-1.6],[1.5,-1.9],[1.5,-2.1],[1.5,-2.3],[1.5,-2.5],[1.5,-2.6],[1.5,-2.7],[1.5,-2.8],[1.6,-2.9],[1.6,-3],[1.6,-3.1],[1.6,-3.1],[1.6,-3.2],[1.6,-3.2],[1.6,-3.2],[1.6,-3.2],[1.6,-3.3],[1.6,-3.3],[1.6,-3.3],[1.6,-3.4],[1.6,-3.4],[1.6,-3.4],[1.6,-3.4],[1.6,-3.5],[1.5,-3.5],[1.5,-3.6],[1.4,-3.6],[1.4,-3.6],[1.3,-3.6],[1.2,-3.6],[1.1,-3.6],[1,-3.6],[0.9,-3.5],[0.8,-3.5],[0.8,-3.5],[0.7,-3.5],[0.7,-3.5],[0.7,-3.5],[0.6,-3.5],[0.6,-3.5],[0.6,-3.5],[0.6,-3.5],[0.6,-3.5],[0.6,-3.5],[0.6,-3.5],[0.6,-3.4],[0.5,-3.4],[0.5,-3.4],[0.5,-3.4],[0.4,-3.3],[0.4,-3.3],[0.3,-3.3],[0.2,-3.2],[0.2,-3.1],[0.2,-3.1],[0.1,-3.1],[0.1,-3],[0,-3],[0,-2.9],[-0.1,-2.9],[-0.1,-2.8],[-0.2,-2.8],[-0.2,-2.7],[-0.2,-2.5],[-0.3,-2.3],[-0.3,-2.1],[-0.3,-1.8],[-0.3,-1.4],[-0.2,-1],[-0.2,-0.6],[-0.1,-0.2],[0,0.2],[0.1,0.6],[0.2,1],[0.4,1.3],[0.5,1.6],[0.6,1.9],[0.7,2],[0.7,2.2],[0.8,2.3],[0.9,2.4],[0.9,2.5],[0.9,2.6],[1,2.7],[1.1,2.7],[1.1,2.8],[1.2,2.8],[1.2,2.9],[1.3,3],[1.4,3],[1.4,3],[1.5,3],[1.5,3.1],[1.6,3.1],[1.6,3.1],[1.7,3.1],[1.8,3.2],[1.8,3.2],[1.9,3.2],[1.9,3.2],[2,3.2],[2,3.1],[2,3.1],[2.1,3.1],[2.1,3.1],[2.1,3.1],[2.2,3.1],[2.2,3.1],[2.2,3],[2.2,3],[2.3,3],[2.3,3],[0.7,2.4],[0.8,2.4],[0.8,2.4],[0.9,2.4],[0.9,2.4],[1,2.4],[1,2.4],[1.1,2.3],[1.1,2.3],[1.2,2.4],[1.2,2.3],[1.2,2.3],[1.3,2.3],[1.3,2.3],[1.3,2.3],[1.4,2.3],[1.4,2.3],[1.4,2.3],[1.4,2.3],[1.4,2.3],[1.4,2.3],[1.4,2.3],[1.4,2.2],[1.4,2.2],[1.4,2.2],[1.3,2.2],[1.3,2.3],[1.3,2.3],[1.2,2.3],[1.1,2.3],[1.1,2.3],[1,2.3],[0.9,2.3],[0.9,2.4],[0.8,2.4],[0.7,2.4],[0.6,2.5],[0.6,2.5],[0.5,2.5],[0.4,2.5],[0.4,2.6],[0.4,2.6],[0.3,2.6],[0.3,2.6],[0.3,2.6],[0.3,2.6],[0.3,2.6],[0.4,2.6],[0.4,2.7],[0.4,2.7],[0.5,2.6],[0.5,2.6],[0.6,2.6],[0.6,2.5],[0.7,2.5],[0.8,2.4],[0.8,2.4],[0.9,2.3],[0.9,2.3],[0.9,2.2],[1,2.1],[1,2],[1.1,2],[1.1,1.9],[1.1,1.8],[1.2,1.7],[1.2,1.6],[1.2,1.5],[1.2,1.5],[1.2,1.4],[1.2,1.4],[1.3,1.3],[1.3,1.2],[1.3,1.2],[1.3,1.1],[1.3,1.1],[1.3,1.1],[1.3,1],[1.4,1],[1.4,1],[1.4,1],[1.4,1],[1.3,1],[1.3,1],[1.3,1],[1.3,1.1],[1.3,1.1],[1.3,1.1],[1.2,1.2],[1.2,1.3],[1.2,1.4],[1.2,1.4],[1.2,1.5],[1.2,1.6],[1.2,1.6],[1.3,1.7],[1.3,1.8],[1.3,1.8],[1.4,1.8],[1.4,1.9],[1.4,1.9],[1.5,1.9],[1.5,1.9],[1.5,1.8],[1.6,1.8],[1.6,1.8],[1.7,1.8],[1.7,1.7],[1.7,1.7],[1.8,1.7],[1.8,1.6],[1.8,1.6],[1.9,1.6],[1.9,1.5],[1.9,1.5],[2,1.5],[2,1.5],[2,1.4],[2.1,1.4],[2.1,1.3],[2.1,1.3],[2.1,1.2],[2.1,1.2],[2.1,1.1],[2.1,1],[2.1,1],[2,0.9],[2,0.8],[1.9,0.6],[1.9,0.5],[1.8,0.3],[1.7,0.1],[1.6,-0.1],[1.5,-0.3],[1.4,-0.5],[1.2,-0.7],[1.1,-1],[1,-1.2],[0.9,-1.4],[0.8,-1.7],[0.7,-1.9],[0.6,-2.1],[0.6,-2.3],[0.5,-2.5],[0.4,-2.6],[0.4,-2.8],[0.4,-2.9],[0.3,-3],[0.3,-3],[0.3,-3.1],[0.3,-3.2],[0.3,-3.2],[0.3,-3.3],[0.3,-3.3],[0.3,-3.4],[0.3,-3.4],[0.3,-3.5],[0.3,-3.5],[0.3,-3.5],[0.3,-3.5],[0.3,-3.6],[0.3,-3.6],[0.3,-3.6],[0.3,-3.7],[0.3,-3.7],[0.3,-3.7],[0.2,-3.8],[0.2,-3.8],[0.2,-3.8],[0.2,-3.9],[0.1,-3.9],[0.1,-4],[0,-4],[0,-4],[-0.1,-4],[-0.2,-4],[-0.2,-4],[-0.3,-4],[-0.4,-4],[-0.5,-4],[-0.5,-4],[-0.6,-3.9],[-0.7,-3.9],[-0.8,-3.8],[-0.8,-3.8],[-0.9,-3.7],[-1,-3.7],[-1,-3.6],[-1.1,-3.5],[-1.2,-3.3],[-1.2,-3.2],[-1.2,-3],[-1.2,-2.8],[-1.2,-2.6],[-1.2,-2.3],[-1.1,-2],[-1,-1.8],[-1,-1.5],[-0.9,-1.2],[-0.8,-1],[-0.7,-0.7],[-0.6,-0.4],[-0.5,-0.2],[-0.4,0],[-0.3,0.2],[-0.2,0.5],[-0.1,0.7],[0,0.9],[0,1],[0,1.2],[0.1,1.4],[0.1,1.6],[0.1,1.7],[0.1,1.9],[0.1,2],[0,2.2],[0,2.3],[0,2.4],[-0.1,2.5],[-0.1,2.6],[-0.2,2.7],[-0.2,2.8],[-0.2,2.8],[-0.2,2.9],[-0.3,2.9],[-0.3,3],[-0.3,3],[-0.3,3],[-0.3,3],[-0.3,3],[-0.2,3],[-0.2,3],[-0.1,2.9],[0,2.9],[0.1,2.8],[0.2,2.6],[0.3,2.4],[0.4,2.2],[0.5,2],[0.6,1.7],[0.7,1.4],[0.8,1.1],[0.8,0.8],[0.9,0.5],[0.9,0.2],[1,-0.2],[1.1,-0.4],[1.1,-0.7],[1.2,-1],[1.3,-1.2],[1.3,-1.4],[1.4,-1.6],[1.5,-1.7],[1.5,-1.9],[1.6,-2],[1.6,-2.1],[1.7,-2.2],[1.7,-2.3],[1.7,-2.4],[1.8,-2.4],[1.8,-2.5],[1.8,-2.5],[1.8,-2.6],[1.8,-2.7],[1.8,-2.7],[1.8,-2.8],[1.8,-2.8],[1.8,-2.8],[1.8,-2.9],[1.8,-3],[1.7,-3],[1.7,-3.1],[1.7,-3.1],[1.7,-3.2],[1.6,-3.3],[1.6,-3.3],[1.5,-3.4],[1.5,-3.5],[1.4,-3.5],[1.4,-3.6],[1.3,-3.6],[1.2,-3.7],[1.1,-3.7],[1.1,-3.7],[1,-3.7],[0.9,-3.8],[0.9,-3.8],[0.8,-3.8],[0.7,-3.8],[0.6,-3.8],[0.6,-3.8],[0.6,-3.8],[0.5,-3.7],[0.5,-3.7],[0.4,-3.7],[0.4,-3.7],[0.3,-3.7],[0.3,-3.7],[0.2,-3.7],[0.2,-3.7],[0.2,-3.7],[0.1,-3.6],[0,-3.6],[0,-3.6],[-0.1,-3.5],[-0.2,-3.5],[-0.2,-3.5],[-0.3,-3.4],[-0.4,-3.4],[-0.5,-3.3],[-0.5,-3.3],[-0.6,-3.2],[-0.7,-3.2],[-0.8,-3.1],[-0.8,-3],[-0.9,-2.9],[-1,-2.8],[-1.1,-2.7],[-1.2,-2.6],[-1.3,-2.5],[-1.4,-2.3],[-1.5,-2.2],[-1.5,-2],[-1.6,-1.7],[-1.6,-1.5],[-1.6,-1.3],[-1.6,-1],[-1.6,-0.8],[-1.6,-0.6],[-1.5,-0.3],[-1.5,-0.1],[-1.4,0.1],[-1.3,0.3],[-1.3,0.5],[-1.2,0.6],[-1.1,0.8],[-1,0.9],[-0.9,1],[-0.8,1.2],[-0.7,1.3],[-0.7,1.4],[-0.6,1.5],[-0.5,1.6],[-0.4,1.7],[-0.4,1.8],[-0.3,1.8],[-0.2,1.9],[-0.2,2],[-0.1,2],[0,2.1],[0.1,2.2],[0.1,2.2],[0.2,2.2],[0.3,2.3],[0.3,2.3],[0.4,2.3],[0.5,2.3],[0.5,2.3],[0.6,2.3],[0.7,2.3],[-1.8,0.9],[-1.8,1],[-1.8,1],[-1.8,1.1],[-1.8,1.1],[-1.7,1.1],[-1.7,1.2],[-1.7,1.2],[-1.7,1.3],[-1.6,1.3],[-1.6,1.4],[-1.6,1.4],[-1.6,1.4],[-1.6,1.5],[-1.5,1.5],[-1.5,1.5],[-1.5,1.6],[-1.5,1.6],[-1.4,1.7],[-1.4,1.7],[-1.4,1.8],[-1.4,1.8],[-1.3,1.8],[-1.3,1.9],[-1.3,1.9],[-1.2,1.9],[-1.2,2],[-1.2,2],[-1.1,2],[-1.1,2],[-1.1,2.1],[-1,2.1],[-1,2.1],[-0.9,2.1],[-0.9,2.2],[-0.9,2.2],[-0.8,2.2],[-0.8,2.2],[-0.8,2.2],[-0.7,2.2],[-0.7,2.2],[-0.6,2.3],[-0.6,2.3],[-0.6,2.3],[-0.5,2.3],[-0.5,2.3],[-0.4,2.3],[-0.4,2.3],[-0.3,2.3],[-0.3,2.3],[-0.2,2.3],[-0.2,2.3],[-0.1,2.3],[0,2.3],[0,2.2],[0.1,2.2],[0.2,2.2],[0.2,2.2],[0.3,2.1],[0.3,2.1],[0.4,2],[0.4,2],[0.5,1.9],[0.5,1.9],[0.6,1.9],[0.6,1.8],[0.6,1.8],[0.6,1.7],[0.7,1.7],[0.7,1.7],[0.7,1.6],[0.7,1.6],[0.7,1.6],[0.7,1.6],[0.7,1.6],[0.7,1.6],[0.7,1.6],[0.7,1.7],[0.7,1.7],[0.7,1.7],[0.8,1.8],[0.8,1.8],[0.8,1.8],[0.8,1.9],[0.8,1.9],[0.8,2],[0.8,2],[0.8,2],[0.9,2.1],[0.9,2.1],[0.9,2.1],[0.9,2.2],[0.9,2.2],[0.9,2.2],[1,2.2],[1,2.3],[1,2.3],[1,2.3],[1.1,2.3],[1.1,2.3],[1.1,2.3],[1.2,2.3],[1.2,2.3],[1.2,2.3],[1.3,2.3],[1.3,2.3],[1.3,2.3],[1.4,2.3],[1.4,2.3],[1.5,2.3],[1.5,2.3],[1.5,2.3],[1.6,2.2],[1.6,2.2],[1.6,2.2],[1.7,2.2],[1.7,2.2],[1.7,2.2],[1.8,2.2],[1.8,2.1],[1.8,2.1],[1.9,2.1],[1.9,2.1],[1.9,2.1],[1.9,2],[2,2],[2,2],[2,1.9],[2.1,1.9],[2.1,1.8],[2.1,1.8],[2.2,1.7],[2.2,1.6],[2.2,1.5],[2.2,1.4],[2.2,1.3],[2.2,1.2],[2.2,1],[2.2,0.9],[2.2,0.7],[2.2,0.6],[2.1,0.4],[2.1,0.2],[2,0.1],[2,-0.1],[1.9,-0.2],[1.9,-0.4],[1.8,-0.6],[1.7,-0.7],[1.7,-0.9],[1.6,-1],[1.5,-1.1],[1.4,-1.3],[1.4,-1.4],[1.3,-1.5],[1.2,-1.6],[1.1,-1.7],[1,-1.8],[1,-1.8],[0.9,-1.9],[0.9,-2],[0.8,-2],[0.7,-2.1],[0.7,-2.2],[0.6,-2.2],[0.5,-2.2],[0.5,-2.3],[0.4,-2.3],[0.3,-2.4],[0.3,-2.4],[0.2,-2.5],[0.2,-2.5],[0.1,-2.5],[0,-2.6],[-0.1,-2.6],[-0.2,-2.6],[-0.2,-2.7],[-0.3,-2.7],[-0.4,-2.7],[-0.5,-2.7],[-0.6,-2.7],[-0.7,-2.7],[-0.8,-2.7],[-0.9,-2.7],[-1,-2.7],[-1.1,-2.7],[-1.2,-2.7],[-1.3,-2.6],[-1.4,-2.6],[-1.5,-2.6],[-1.6,-2.5],[-1.7,-2.5],[-1.8,-2.4],[-1.9,-2.4],[-1.9,-2.3],[-2,-2.2],[-2.1,-2.2],[-2.2,-2.1],[-2.2,-2],[-2.3,-1.9],[-2.3,-1.8],[-2.4,-1.7],[-2.4,-1.6],[-2.5,-1.5],[-2.5,-1.4],[-2.5,-1.3],[-2.5,-1.1],[-2.5,-1],[-2.5,-0.9],[-2.5,-0.8],[-2.5,-0.7],[-2.5,-0.6],[-2.5,-0.5],[-2.4,-0.4],[-2.3,-0.3],[-2.3,-0.2],[-2.2,-0.1],[-2.1,0],[-2,0],[-1.9,0.1],[-1.8,0.2],[-1.7,0.2],[-1.6,0.2],[-1.5,0.2],[-1.4,0.2],[-1.2,0.2],[-1.1,0.2],[-0.9,0.2],[-0.8,0.2],[-0.7,0.1],[-0.6,0.1],[-0.4,0],[-0.3,0],[-0.2,-0.1],[0,-0.2],[0.1,-0.3],[0.2,-0.4],[0.3,-0.4],[0.4,-0.5],[0.5,-0.6],[0.6,-0.7],[0.7,-0.8],[0.8,-0.9],[0.9,-1],[1,-1],[1.1,-1.1],[1.1,-1.2],[1.2,-1.3],[1.3,-1.4],[1.3,-1.4],[1.4,-1.5],[1.4,-1.6],[1.5,-1.6],[1.5,-1.7],[1.5,-1.7],[1.5,-1.8],[1.6,-1.9],[1.6,-1.9],[1.6,-2],[1.6,-2],[1.6,-2.1],[1.6,-2.1],[1.6,-2.2],[1.7,-2.2],[1.7,-2.3],[1.7,-2.4],[1.7,-2.4],[1.7,-2.5],[1.7,-2.5],[1.6,-2.6],[1.6,-2.7],[1.6,-2.7],[1.6,-2.8],[1.6,-2.8],[1.6,-2.9],[1.5,-3],[1.5,-3],[1.5,-3.1],[1.4,-3.2],[1.4,-3.2],[1.4,-3.3],[1.3,-3.3],[1.2,-3.4],[1.2,-3.4],[1.1,-3.5],[1.1,-3.5],[1,-3.5],[0.9,-3.6],[0.9,-3.6],[0.8,-3.6],[0.7,-3.7],[0.6,-3.7],[0.6,-3.7],[0.5,-3.7],[0.4,-3.7],[0.4,-3.7],[0.3,-3.8],[0.2,-3.8],[0.2,-3.7],[0.1,-3.7],[0,-3.7],[0,-3.7],[-0.1,-3.7],[-0.2,-3.7],[-0.2,-3.7],[-0.3,-3.7],[-0.3,-3.6],[-0.4,-3.6],[-0.5,-3.6],[-0.5,-3.6],[-0.6,-3.6],[-0.6,-3.5],[-0.7,-3.5],[-0.8,-3.5],[-0.9,-3.4],[-0.9,-3.4],[-1,-3.3],[-1,-3.3],[-1.1,-3.2],[-1.2,-3.2],[-1.3,-3.1],[-1.3,-3],[-1.4,-2.9],[-1.5,-2.8],[-1.6,-2.7],[-1.6,-2.6],[-1.7,-2.5],[-1.8,-2.4],[-1.8,-2.3],[-1.9,-2.1],[-1.9,-2],[-2,-1.8],[-2,-1.7],[-2.1,-1.6],[-2.1,-1.4],[-2.1,-1.3],[-2.1,-1.1],[-2.2,-1],[-2.2,-0.9],[-2.2,-0.7],[-2.2,-0.6],[-2.2,-0.5],[-2.2,-0.4],[-2.2,-0.3],[-2.2,-0.2],[-2.2,-0.1],[-2.2,0],[-2.1,0.1],[-2.1,0.2],[-2.1,0.3],[-2.1,0.3],[-2,0.4],[-2,0.5],[-2,0.6],[-2,0.6],[-2,0.7],[-1.9,0.7],[-1.9,0.8],[-1.9,0.8],[-1.9,0.9],[-2.7,-0.5],[-2.7,-0.4],[-2.7,-0.4],[-2.7,-0.3],[-2.7,-0.2],[-2.7,-0.1],[-2.7,-0.1],[-2.7,0],[-2.7,0.1],[-2.6,0.2],[-2.6,0.2],[-2.6,0.3],[-2.6,0.4],[-2.5,0.4],[-2.5,0.5],[-2.5,0.6],[-2.5,0.6],[-2.5,0.7],[-2.4,0.7],[-2.4,0.8],[-2.4,0.8],[-2.3,0.9],[-2.3,0.9],[-2.3,1],[-2.2,1],[-2.2,1.1],[-2.2,1.1],[-2.1,1.2],[-2.1,1.2],[-2.1,1.3],[-2,1.3],[-2,1.4],[-2,1.4],[-2,1.4],[-1.9,1.5],[-1.9,1.5],[-1.9,1.5],[-1.8,1.6],[-1.8,1.6],[-1.8,1.6],[-1.7,1.6],[-1.7,1.7],[-1.7,1.7],[-1.6,1.7],[-1.6,1.8],[-1.6,1.8],[-1.5,1.8],[-1.5,1.8],[-1.5,1.9],[-1.5,1.9],[-1.4,1.9],[-1.4,1.9],[-1.4,1.9],[-1.4,2],[-1.3,2],[-1.3,2],[-1.3,2],[-1.2,2],[-1.2,2.1],[-1.2,2.1],[-1.2,2.1],[-1.1,2.1],[-1.1,2.2],[-1.1,2.2],[-1.1,2.2],[-1,2.2],[-1,2.3],[-1,2.3],[-1,2.3],[-0.9,2.3],[-0.9,2.3],[-0.9,2.4],[-0.9,2.4],[-0.8,2.4],[-0.8,2.4],[-0.8,2.5],[-0.7,2.5],[-0.7,2.5],[-0.6,2.5],[-0.6,2.5],[-0.6,2.6],[-0.6,2.6],[-0.5,2.6],[-0.5,2.6],[-0.4,2.7],[-0.4,2.7],[-0.3,2.7],[-0.3,2.7],[-0.2,2.7],[-0.2,2.7],[-0.2,2.7],[-0.1,2.7],[-0.1,2.7],[0,2.7],[0,2.8],[0.1,2.8],[0.1,2.8],[0.2,2.8],[0.2,2.8],[0.2,2.8],[0.3,2.8],[0.3,2.8],[0.4,2.8],[0.4,2.8],[0.5,2.8],[0.5,2.8],[0.6,2.7],[0.6,2.7],[0.7,2.7],[0.7,2.7],[0.8,2.7],[0.8,2.7],[0.9,2.7],[0.9,2.7],[0.9,2.7],[1,2.6],[1,2.6],[1.1,2.6],[1.1,2.6],[1.2,2.6],[1.2,2.5],[1.3,2.5],[1.3,2.5],[1.4,2.5],[1.4,2.4],[1.4,2.4],[1.5,2.4],[1.5,2.3],[1.6,2.3],[1.6,2.3],[1.7,2.2],[1.7,2.2],[1.7,2.2],[1.8,2.1],[1.8,2.1],[1.9,2],[1.9,2],[1.9,1.9],[2,1.9],[2,1.8],[2,1.8],[2.1,1.7],[2.1,1.6],[2.1,1.6],[2.1,1.5],[2.2,1.4],[2.2,1.4],[2.2,1.3],[2.2,1.2],[2.2,1.2],[2.2,1.1],[2.2,1],[2.2,1],[2.2,0.9],[2.2,0.9],[2.2,0.8],[2.2,0.7],[2.2,0.6],[2.2,0.6],[2.2,0.5],[2.2,0.4],[2.2,0.4],[2.2,0.3],[2.1,0.3],[2.1,0.2],[2.1,0.2],[2.1,0.1],[2,0.1],[2,0],[2,0],[2,-0.1],[2,-0.1],[1.9,-0.2],[1.9,-0.2],[1.9,-0.2],[1.9,-0.3],[1.9,-0.3],[1.8,-0.4],[1.8,-0.4],[1.8,-0.4],[1.8,-0.5],[1.7,-0.5],[1.7,-0.5],[1.7,-0.5],[1.7,-0.6],[1.6,-0.6],[1.6,-0.6],[1.6,-0.6],[1.6,-0.6],[1.6,-0.7],[1.5,-0.7],[1.5,-0.7],[1.5,-0.7],[1.5,-0.7],[1.5,-0.7],[1.5,-0.8],[1.5,-0.8],[1.5,-0.8],[1.4,-0.8],[1.4,-0.8],[1.4,-0.8],[1.4,-0.8],[1.4,-0.8],[1.4,-0.8],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-0.9],[1.4,-1],[1.4,-1],[1.4,-1],[1.4,-1],[1.4,-1],[1.4,-1],[1.4,-1],[1.4,-1],[1.4,-1.1],[1.4,-1.1],[1.5,-1.1],[1.5,-1.1],[1.5,-1.1],[1.5,-1.2],[1.5,-1.2],[1.5,-1.2],[1.5,-1.2],[1.5,-1.2],[1.5,-1.3],[1.5,-1.3],[1.5,-1.3],[1.5,-1.3],[1.5,-1.4],[1.6,-1.4],[1.6,-1.4],[1.6,-1.5],[1.6,-1.5],[1.6,-1.5],[1.6,-1.5],[1.6,-1.6],[1.6,-1.6],[1.6,-1.6],[1.6,-1.7],[1.6,-1.7],[1.6,-1.8],[1.6,-1.8],[1.6,-1.8],[1.6,-1.9],[1.6,-1.9],[1.6,-1.9],[1.6,-2],[1.6,-2],[1.6,-2],[1.6,-2.1],[1.6,-2.1],[1.6,-2.2],[1.6,-2.2],[1.6,-2.3],[1.6,-2.3],[1.6,-2.3],[1.6,-2.4],[1.5,-2.4],[1.5,-2.5],[1.5,-2.5],[1.5,-2.5],[1.5,-2.6],[1.5,-2.6],[1.4,-2.7],[1.4,-2.7],[1.4,-2.8],[1.3,-2.8],[1.3,-2.8],[1.3,-2.9],[1.2,-2.9],[1.2,-3],[1.1,-3],[1.1,-3],[1.1,-3.1],[1,-3.1],[1,-3.1],[0.9,-3.2],[0.9,-3.2],[0.8,-3.2],[0.8,-3.2],[0.7,-3.3],[0.6,-3.3],[0.6,-3.3],[0.5,-3.3],[0.5,-3.3],[0.4,-3.4],[0.3,-3.4],[0.3,-3.4],[0.2,-3.4],[0.2,-3.4],[0.1,-3.4],[0,-3.4],[0,-3.4],[-0.1,-3.4],[-0.2,-3.4],[-0.2,-3.4],[-0.3,-3.4],[-0.4,-3.4],[-0.4,-3.4],[-0.5,-3.4],[-0.6,-3.4],[-0.6,-3.4],[-0.7,-3.4],[-0.8,-3.4],[-0.8,-3.3],[-0.9,-3.3],[-1,-3.3],[-1,-3.3],[-1.1,-3.2],[-1.1,-3.2],[-1.2,-3.2],[-1.3,-3.2],[-1.3,-3.1],[-1.4,-3.1],[-1.5,-3.1],[-1.5,-3],[-1.6,-3],[-1.6,-3],[-1.7,-2.9],[-1.8,-2.9],[-1.8,-2.8],[-1.9,-2.8],[-1.9,-2.7],[-2,-2.7],[-2,-2.6],[-2.1,-2.6],[-2.1,-2.5],[-2.2,-2.4],[-2.2,-2.4],[-2.2,-2.3],[-2.3,-2.2],[-2.3,-2.2],[-2.4,-2.1],[-2.4,-2],[-2.5,-2],[-2.5,-1.9],[-2.5,-1.8],[-2.5,-1.7],[-2.6,-1.6],[-2.6,-1.6],[-2.6,-1.5],[-2.6,-1.4],[-2.7,-1.3],[-2.7,-1.2],[-2.7,-1.2],[-2.7,-1.1],[-2.7,-1],[-2.7,-0.9],[-2.7,-0.8],[-2.7,-0.8],[-2.7,-0.7],[-2.7,-0.6],[-2.8,-1],[-2.8,-1],[-2.8,-0.9],[-2.8,-0.9],[-2.8,-0.8],[-2.8,-0.8],[-2.9,-0.7],[-2.9,-0.7],[-2.9,-0.6],[-2.9,-0.6],[-2.9,-0.5],[-2.9,-0.5],[-2.9,-0.4],[-2.9,-0.4],[-2.9,-0.3],[-3,-0.3],[-3,-0.2],[-3,-0.2],[-3,-0.1],[-3,-0.1],[-3,0],[-3,0],[-3,0.1],[-3,0.1],[-3,0.2],[-3,0.2],[-3,0.3],[-2.9,0.3],[-2.9,0.4],[-2.9,0.4],[-2.9,0.5],[-2.9,0.5],[-2.9,0.6],[-2.9,0.6],[-2.9,0.7],[-2.9,0.7],[-2.8,0.8],[-2.8,0.8],[-2.8,0.9],[-2.8,0.9],[-2.8,1],[-2.8,1],[-2.8,1.1],[-2.7,1.1],[-2.7,1.2],[-2.7,1.2],[-2.7,1.3],[-2.7,1.3],[-2.6,1.4],[-2.6,1.4],[-2.6,1.5],[-2.5,1.5],[-2.5,1.5],[-2.5,1.6],[-2.5,1.6],[-2.4,1.7],[-2.4,1.7],[-2.4,1.8],[-2.3,1.8],[-2.3,1.8],[-2.3,1.9],[-2.2,1.9],[-2.2,2],[-2.2,2],[-2.2,2],[-2.1,2.1],[-2.1,2.1],[-2,2.2],[-2,2.2],[-2,2.2],[-1.9,2.2],[-1.9,2.3],[-1.8,2.3],[-1.8,2.3],[-1.8,2.4],[-1.7,2.4],[-1.7,2.4],[-1.6,2.5],[-1.6,2.5],[-1.5,2.5],[-1.5,2.5],[-1.5,2.6],[-1.4,2.6],[-1.4,2.6],[-1.3,2.7],[-1.3,2.7],[-1.2,2.7],[-1.2,2.7],[-1.1,2.7],[-1.1,2.8],[-1,2.8],[-1,2.8],[-0.9,2.8],[-0.9,2.8],[-0.8,2.8],[-0.8,2.8],[-0.7,2.9],[-0.7,2.9],[-0.6,2.9],[-0.6,2.9],[-0.5,2.9],[-0.5,2.9],[-0.4,2.9],[-0.4,2.9],[-0.3,2.9],[-0.3,3],[-0.2,3],[-0.2,3],[-0.1,3],[-0.1,3],[0,3],[0,3],[0.1,3],[0.1,3],[0.2,3],[0.2,3],[0.3,3],[0.3,2.9],[0.4,2.9],[0.4,2.9],[0.5,2.9],[0.5,2.9],[0.6,2.9],[0.6,2.9],[0.7,2.9],[0.7,2.9],[0.8,2.8],[0.8,2.8],[0.9,2.8],[0.9,2.8],[1,2.8],[1,2.8],[1.1,2.8],[1.1,2.7],[1.2,2.7],[1.2,2.7],[1.3,2.7],[1.3,2.7],[1.4,2.6],[1.4,2.6],[1.5,2.6],[1.5,2.5],[1.5,2.5],[1.6,2.5],[1.6,2.5],[1.7,2.4],[1.7,2.4],[1.8,2.4],[1.8,2.3],[1.8,2.3],[1.9,2.3],[1.9,2.2],[2,2.2],[2,2.2],[2,2.2],[2.1,2.1],[2.1,2.1],[2.2,2],[2.2,2],[2.2,2],[2.2,1.9],[2.3,1.9],[2.3,1.8],[2.3,1.8],[2.4,1.8],[2.4,1.7],[2.4,1.7],[2.5,1.6],[2.5,1.6],[2.5,1.5],[2.5,1.5],[2.6,1.5],[2.6,1.4],[2.6,1.4],[2.7,1.3],[2.7,1.3],[2.7,1.2],[2.7,1.2],[2.7,1.1],[2.8,1.1],[2.8,1],[2.8,1],[2.8,0.9],[2.8,0.9],[2.8,0.8],[2.8,0.8],[2.9,0.7],[2.9,0.7],[2.9,0.6],[2.9,0.6],[2.9,0.5],[2.9,0.5],[2.9,0.4],[2.9,0.4],[2.9,0.3],[3,0.3],[3,0.2],[3,0.2],[3,0.1],[3,0.1],[3,0],[3,0],[3,-0.1],[3,-0.1],[3,-0.2],[3,-0.2],[3,-0.3],[2.9,-0.3],[2.9,-0.4],[2.9,-0.4],[2.9,-0.5],[2.9,-0.5],[2.9,-0.6],[2.9,-0.6],[2.9,-0.7],[2.9,-0.7],[2.8,-0.8],[2.8,-0.8],[2.8,-0.9],[2.8,-0.9],[2.8,-1],[2.8,-1],[2.8,-1.1],[2.7,-1.1],[2.7,-1.2],[2.7,-1.2],[2.7,-1.3],[2.7,-1.3],[2.6,-1.4],[2.6,-1.4],[2.6,-1.5],[2.5,-1.5],[2.5,-1.5],[2.5,-1.6],[2.5,-1.6],[2.4,-1.7],[2.4,-1.7],[2.4,-1.8],[2.3,-1.8],[2.3,-1.8],[2.3,-1.9],[2.2,-1.9],[2.2,-2],[2.2,-2],[2.2,-2],[2.1,-2.1],[2.1,-2.1],[2,-2.2],[2,-2.2],[2,-2.2],[1.9,-2.2],[1.9,-2.3],[1.8,-2.3],[1.8,-2.3],[1.8,-2.4],[1.7,-2.4],[1.7,-2.4],[1.6,-2.5],[1.6,-2.5],[1.5,-2.5],[1.5,-2.5],[1.5,-2.6],[1.4,-2.6],[1.4,-2.6],[1.3,-2.7],[1.3,-2.7],[1.2,-2.7],[1.2,-2.7],[1.1,-2.7],[1.1,-2.8],[1,-2.8],[1,-2.8],[0.9,-2.8],[0.9,-2.8],[0.8,-2.8],[0.8,-2.8],[0.7,-2.9],[0.7,-2.9],[0.6,-2.9],[0.6,-2.9],[0.5,-2.9],[0.5,-2.9],[0.4,-2.9],[0.4,-2.9],[0.3,-2.9],[0.3,-3],[0.2,-3],[0.2,-3],[0.1,-3],[0.1,-3],[0,-3],[0,-3],[-0.1,-3],[-0.1,-3],[-0.2,-3],[-0.2,-3],[-0.3,-3],[-0.3,-2.9],[-0.4,-2.9],[-0.4,-2.9],[-0.5,-2.9],[-0.5,-2.9],[-0.6,-2.9],[-0.6,-2.9],[-0.7,-2.9],[-0.7,-2.9],[-0.8,-2.8],[-0.8,-2.8],[-0.9,-2.8],[-0.9,-2.8],[-1,-2.8],[-1,-2.8],[-1.1,-2.8],[-1.1,-2.7],[-1.2,-2.7],[-1.2,-2.7],[-1.3,-2.7],[-1.3,-2.7],[-1.4,-2.6],[-1.4,-2.6],[-1.5,-2.6],[-1.5,-2.5],[-1.5,-2.5],[-1.6,-2.5],[-1.6,-2.5],[-1.7,-2.4],[-1.7,-2.4],[-1.8,-2.4],[-1.8,-2.3],[-1.8,-2.3],[-1.9,-2.3],[-1.9,-2.2],[-2,-2.2],[-2,-2.2],[-2,-2.2],[-2.1,-2.1],[-2.1,-2.1],[-2.2,-2],[-2.2,-2],[-2.2,-2],[-2.2,-1.9],[-2.3,-1.9],[-2.3,-1.8],[-2.3,-1.8],[-2.4,-1.8],[-2.4,-1.7],[-2.4,-1.7],[-2.5,-1.6],[-2.5,-1.6],[-2.5,-1.5],[-2.5,-1.5],[-2.6,-1.5],[-2.6,-1.4],[-2.6,-1.4],[-2.7,-1.3],[-2.7,-1.3],[-2.7,-1.2],[-2.7,-1.2],[-2.7,-1.1],[-2.8,-1.1]]} \ No newline at end of file diff --git a/test/visualMap-large.html b/test/visualMap-large.html new file mode 100644 index 0000000000000000000000000000000000000000..7cdf076f09e5b415899a1d5aa7495c52b571ad0b --- /dev/null +++ b/test/visualMap-large.html @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + +
+ + + + + + + \ No newline at end of file