forked from InverseIntegral/ctf_writeups
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (78 loc) · 595 KB
/
index.html
File metadata and controls
93 lines (78 loc) · 595 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>The Snowcube</title>
</head>
<body style="background: darkslateblue">
<div>
<canvas style="background: darkslateblue" id="canvasSwonCube" tabindex="1" width="400" height="400"></canvas>
</div>
<script>
const canvas = document.getElementById("canvasSwonCube");
const context = canvas.getContext("2d");
let alpha = 0;
let beta = 0;
let s = true;
let a = canvas.width;
canvas.addEventListener('mousemove', e => {
var rect = e.target.getBoundingClientRect();
alpha = s?((e.clientX-rect.left-a/2)*7/a):Math.sin(((e.clientX-rect.left-a/2)*7/a));
beta = Math.sin(((e.clientY-rect.top-a/2)*7/a));
});
// the snowman within the cube
let b = 800;
snowCube = [[800,800,800],[800,800,-800],[-800,800,-800],[-800,800,800],[800,-800,800],[800,-800,-800],[-800,-800,-800],[-800,-800,800],[0,424,0],[31,430,0],[57,447,0],[74,473,0],[80,504,0],[74,534,0],[57,560,0],[94,585,0],[123,628,0],[133,679,0],[123,730,0],[94,773,0],[51,802,0],[0,424,0],[27,430,15],[49,447,28],[64,473,37],[69,504,40],[64,534,37],[49,560,28],[82,585,47],[107,628,62],[115,679,67],[107,730,62],[82,773,47],[44,802,26],[0,424,0],[15,430,27],[28,447,49],[37,473,64],[40,504,69],[37,534,64],[28,560,49],[47,585,82],[62,628,107],[67,679,115],[62,730,107],[47,773,82],[26,802,44],[0,424,0],[0,430,31],[0,447,57],[0,473,74],[0,504,80],[0,534,74],[0,560,57],[0,585,94],[0,628,123],[0,679,133],[0,730,123],[0,773,94],[0,802,51],[0,424,0],[-15,430,27],[-28,447,49],[-37,473,64],[-40,504,69],[-37,534,64],[-28,560,49],[-47,585,82],[-62,628,107],[-67,679,115],[-62,730,107],[-47,773,82],[-26,802,44],[0,424,0],[-27,430,15],[-49,447,28],[-64,473,37],[-69,504,40],[-64,534,37],[-49,560,28],[-82,585,47],[-107,628,62],[-115,679,67],[-107,730,62],[-82,773,47],[-44,802,26],[0,424,0],[-31,430,0],[-57,447,0],[-74,473,0],[-80,504,0],[-74,534,0],[-57,560,0],[-94,585,0],[-123,628,0],[-133,679,0],[-123,730,0],[-94,773,0],[-51,802,0],[0,424,0],[-27,430,-15],[-49,447,-28],[-64,473,-37],[-69,504,-40],[-64,534,-37],[-49,560,-28],[-82,585,-47],[-107,628,-62],[-115,679,-67],[-107,730,-62],[-82,773,-47],[-44,802,-26],[0,424,0],[-15,430,-27],[-28,447,-49],[-37,473,-64],[-40,504,-69],[-37,534,-64],[-28,560,-49],[-47,585,-82],[-62,628,-107],[-67,679,-115],[-62,730,-107],[-47,773,-82],[-26,802,-44],[0,424,0],[0,430,-31],[0,447,-57],[0,473,-74],[0,504,-80],[0,534,-74],[0,560,-57],[0,585,-94],[0,628,-123],[0,679,-133],[0,730,-123],[0,773,-94],[0,802,-51],[0,424,0],[15,430,-27],[28,447,-49],[37,473,-64],[40,504,-69],[37,534,-64],[28,560,-49],[47,585,-82],[62,628,-107],[67,679,-115],[62,730,-107],[47,773,-82],[26,802,-44],[0,424,0],[27,430,-15],[49,447,-28],[64,473,-37],[69,504,-40],[64,534,-37],[49,560,-28],[82,585,-47],[107,628,-62],[115,679,-67],[107,730,-62],[82,773,-47],[44,802,-26],[114,682,0],[200,533,0],[-74,380,0],[-106,403,0],[-59,468,0],[-91,491,0],[-74,380,0],[-102,400,20],[-55,465,20],[-83,485,40],[-74,380,0],[-90,391,35],[-43,456,35],[-59,468,69],[-74,380,0],[-74,380,40],[-27,444,40],[-27,444,80],[-74,380,0],[-58,368,35],[-10,433,35],[6,421,69],[-74,380,0],[-46,359,20],[1,424,20],[29,404,40],[-74,380,0],[-41,356,0],[6,421,0],[38,397,0],[-74,380,0],[-46,359,-20],[1,424,-20],[29,404,-40],[-74,380,0],[-58,368,-35],[-10,433,-35],[6,421,-69],[-74,380,0],[-74,380,-40],[-27,444,-40],[-27,444,-80],[-74,380,0],[-90,391,-35],[-43,456,-35],[-59,468,-69],[-74,380,0],[-102,400,-20],[-55,465,-20],[-83,485,-40],[13,520,-80],[0,520,-133],[12,527,-80],[0,520,-133],[7,532,-80],[0,520,-133],[0,533,-80],[0,520,-133],[-7,532,-80],[0,520,-133],[-12,527,-80],[0,520,-133],[-13,520,-80],[0,520,-133],[-12,513,-80],[0,520,-133],[-7,508,-80],[0,520,-133],[0,507,-80],[0,520,-133],[7,508,-80],[0,520,-133],[12,513,-80],[0,520,-133]];
lines = [[0,1],[1,2],[2,3],[3,0],[4,5],[5,6],[6,7],[7,4],[0,4],[1,5],[2,6],[3,7],[8,151],[8,9],[9,152],[9,10],[10,153],[10,11],[11,154],[11,12],[12,155],[12,13],[13,156],[13,14],[14,157],[14,15],[15,158],[15,16],[16,159],[16,17],[17,160],[17,18],[18,161],[18,19],[19,162],[19,20],[20,163],[8,21],[21,22],[9,22],[22,23],[10,23],[23,24],[11,24],[24,25],[12,25],[25,26],[13,26],[26,27],[14,27],[27,28],[15,28],[28,29],[16,29],[29,30],[17,30],[30,31],[18,31],[31,32],[19,32],[32,33],[20,33],[21,34],[34,35],[22,35],[35,36],[23,36],[36,37],[24,37],[37,38],[25,38],[38,39],[26,39],[39,40],[27,40],[40,41],[28,41],[41,42],[29,42],[42,43],[30,43],[43,44],[31,44],[44,45],[32,45],[45,46],[33,46],[34,47],[47,48],[35,48],[48,49],[36,49],[49,50],[37,50],[50,51],[38,51],[51,52],[39,52],[52,53],[40,53],[53,54],[41,54],[54,55],[42,55],[55,56],[43,56],[56,57],[44,57],[57,58],[45,58],[58,59],[46,59],[47,60],[60,61],[48,61],[61,62],[49,62],[62,63],[50,63],[63,64],[51,64],[64,65],[52,65],[65,66],[53,66],[66,67],[54,67],[67,68],[55,68],[68,69],[56,69],[69,70],[57,70],[70,71],[58,71],[71,72],[59,72],[60,73],[73,74],[61,74],[74,75],[62,75],[75,76],[63,76],[76,77],[64,77],[77,78],[65,78],[78,79],[66,79],[79,80],[67,80],[80,81],[68,81],[81,82],[69,82],[82,83],[70,83],[83,84],[71,84],[84,85],[72,85],[73,86],[86,87],[74,87],[87,88],[75,88],[88,89],[76,89],[89,90],[77,90],[90,91],[78,91],[91,92],[79,92],[92,93],[80,93],[93,94],[81,94],[94,95],[82,95],[95,96],[83,96],[96,97],[84,97],[97,98],[85,98],[86,99],[99,100],[87,100],[100,101],[88,101],[101,102],[89,102],[102,103],[90,103],[103,104],[91,104],[104,105],[92,105],[105,106],[93,106],[106,107],[94,107],[107,108],[95,108],[108,109],[96,109],[109,110],[97,110],[110,111],[98,111],[99,112],[112,113],[100,113],[113,114],[101,114],[114,115],[102,115],[115,116],[103,116],[116,117],[104,117],[117,118],[105,118],[118,119],[106,119],[119,120],[107,120],[120,121],[108,121],[121,122],[109,122],[122,123],[110,123],[123,124],[111,124],[112,125],[125,126],[113,126],[126,127],[114,127],[127,128],[115,128],[128,129],[116,129],[129,130],[117,130],[130,131],[118,131],[131,132],[119,132],[132,133],[120,133],[133,134],[121,134],[134,135],[122,135],[135,136],[123,136],[136,137],[124,137],[125,138],[138,139],[126,139],[139,140],[127,140],[140,141],[128,141],[141,142],[129,142],[142,143],[130,143],[143,144],[131,144],[144,145],[132,145],[145,146],[133,146],[146,147],[134,147],[147,148],[135,148],[148,149],[136,149],[149,150],[137,150],[138,151],[151,152],[139,152],[152,153],[140,153],[153,154],[141,154],[154,155],[142,155],[155,156],[143,156],[156,157],[144,157],[157,158],[145,158],[158,159],[146,159],[159,160],[147,160],[160,161],[148,161],[161,162],[149,162],[162,163],[150,163],[164,165],[166,210],[166,167],[167,211],[167,168],[168,212],[168,169],[169,213],[166,170],[170,171],[167,171],[171,172],[168,172],[172,173],[169,173],[170,174],[174,175],[171,175],[175,176],[172,176],[176,177],[173,177],[174,178],[178,179],[175,179],[179,180],[176,180],[180,181],[177,181],[178,182],[182,183],[179,183],[183,184],[180,184],[184,185],[181,185],[182,186],[186,187],[183,187],[187,188],[184,188],[188,189],[185,189],[186,190],[190,191],[187,191],[191,192],[188,192],[192,193],[189,193],[190,194],[194,195],[191,195],[195,196],[192,196],[196,197],[193,197],[194,198],[198,199],[195,199],[199,200],[196,200],[200,201],[197,201],[198,202],[202,203],[199,203],[203,204],[200,204],[204,205],[201,205],[202,206],[206,207],[203,207],[207,208],[204,208],[208,209],[205,209],[206,210],[210,211],[207,211],[211,212],[208,212],[212,213],[209,213],[214,236],[214,215],[215,237],[214,216],[216,217],[215,217],[216,218],[218,219],[217,219],[218,220],[220,221],[219,221],[220,222],[222,223],[221,223],[222,224],[224,225],[223,225],[224,226],[226,227],[225,227],[226,228],[228,229],[227,229],[228,230],[230,231],[229,231],[230,232],[232,233],[231,233],[232,234],[234,235],[233,235],[234,236],[236,237],[235,237]];
// snowflakes - x,y,z,speed
snowFlakes = [[670,-287,781,2.01],[-663,-430,491,3.25],[-281,-335,551,2.48],[442,-418,727,3.08],[494,-459,738,3.47],[-432,-455,511,3.3],[188,-362,660,2.76],[572,-420,751,3.18],[-664,-514,509,3.95],[-249,-507,544,3.71],[613,-646,778,4.77],[328,-646,669,4.71],[-565,-314,516,2.41],[-592,-523,501,3.79],[-362,-416,526,2.96],[-242,-496,563,3.6],[-760,-518,-190,4.04],[182,-446,-308,3.29],[278,-538,-301,4.04],[-60,-499,-242,3.56],[-329,-503,-203,3.76],[542,-428,-322,3.04],[760,-620,-343,4.71],[-343,-605,-257,4.22],[144,-322,-277,2.44],[-435,-372,-209,2.59],[-259,-514,-253,3.98],[-252,-465,-215,3.44],[-288,-623,-204,4.8],[357,-411,-298,2.88],[321,-639,-318,4.44],[734,-407,-360,3.14],[-184,-383,567,2.59],[484,-357,737,2.38],[-231,-444,577,3.01],[232,-426,634,2.94],[-567,-475,527,3.1],[-765,-754,446,4.74],[-631,-405,506,2.67],[-190,-370,608,2.51],[660,-528,762,3.33],[136,-366,681,2.49],[-169,-738,599,4.77],[-156,-639,608,4.3],[-473,-422,515,2.81],[432,-432,723,2.72],[-545,-391,503,2.71],[-696,-645,501,4.41],[372,-674,581,4.42],[-636,-327,448,2.16],[-112,-733,501,4.84],[-709,-340,430,2.35],[492,-547,606,3.6],[240,-662,586,4.24],[684,-690,647,4.36],[30,-737,583,5],[-333,-598,507,4.01],[109,-649,572,4.18],[-791,-663,434,4.33],[97,-337,531,2.32],[-337,-778,481,4.89],[-382,-384,465,2.42],[-398,-740,499,4.85],[-490,-537,450,3.56],[-255,-612,-142,3.94],[736,-750,-249,4.7],[-337,-478,-160,3.06],[205,-389,-192,2.53],[-539,-474,-132,3.07],[744,-357,-186,2.43],[-754,-793,-140,4.99],[-564,-605,-162,3.96],[241,-725,-161,4.7],[-134,-484,-165,3.14],[-273,-379,-138,2.57],[-682,-472,-148,2.95],[-272,-511,-183,3.33],[95,-407,-184,2.76],[-457,-751,-176,4.91],[-711,-616,-119,4.14],[499,-747,-326,4.91],[266,-616,-297,3.93],[752,-602,-331,4.1],[700,-665,-289,4.49],[-218,-628,-261,4.35],[445,-675,-259,4.28],[-80,-452,-252,2.88],[-274,-293,-241,2.03],[553,-533,-293,3.42],[544,-419,-289,2.72],[771,-397,-302,2.57],[441,-524,-303,3.52],[-338,-327,-207,2.1],[580,-540,-346,3.56],[-447,-621,-205,3.96],[-443,-660,-238,4.45],[-406,-698,543,4.2],[429,-692,738,4.32],[-489,-818,547,4.95],[-101,-380,620,2.26],[-353,-735,531,4.59],[359,-501,699,2.94],[68,-647,632,3.92],[476,-541,682,3.24],[760,-592,768,3.45],[-352,-755,535,4.62],[253,-482,705,2.8],[-393,-397,534,2.36],[176,-830,644,4.88],[-49,-361,645,2.07],[658,-501,790,3.06],[565,-496,745,2.92],[686,-631,702,3.89],[672,-700,641,4.18],[91,-660,535,3.99],[359,-508,624,3.01],[-28,-523,560,3.02],[407,-661,583,4.13],[734,-525,644,3.04],[709,-721,694,4.24],[351,-802,650,4.98],[499,-555,648,3.21],[655,-388,660,2.41],[-339,-708,489,4.29],[783,-350,713,2.06],[746,-454,662,2.77],[-627,-374,458,2.25],[-154,-680,504,4.11],[393,-454,536,2.74],[-369,-513,452,3.06],[-576,-498,369,2.93],[-284,-600,414,3.47],[-475,-440,422,2.6],[730,-556,625,3.18],[-787,-404,379,2.42],[234,-706,483,4.12],[-271,-561,423,3.35],[-453,-819,424,4.73],[-422,-492,402,2.84],[-578,-481,407,2.75],[-291,-505,438,3.07],[-272,-349,413,2.05],[-530,-385,418,2.22],[748,-696,565,4.11],[65,-666,408,4],[482,-507,444,3.1],[-96,-447,410,2.71],[-218,-596,408,3.52],[650,-846,469,4.94],[625,-831,442,4.74],[153,-619,447,3.75],[-405,-497,374,2.95],[583,-479,490,2.77],[-342,-411,377,2.38],[88,-774,383,4.8],[174,-682,465,3.98],[80,-718,403,4.41],[-673,-739,294,4.2],[353,-429,490,2.61],[-523,-353,306,2.09],[91,-746,356,4.48],[793,-786,369,4.88],[-242,-372,317,2.24],[-603,-738,274,4.49],[430,-486,402,2.95],[209,-738,333,4.27],[-620,-591,250,3.4],[-181,-471,327,2.85],[-738,-404,276,2.52],[459,-559,348,3.37],[430,-776,343,4.55],[-338,-663,262,3.79],[-353,-654,264,3.8],[-65,-382,319,2.18],[-281,-424,305,2.58],[-524,-432,269,2.6],[-221,-672,222,3.97],[-785,-430,214,2.5],[388,-798,327,4.66],[538,-792,295,4.82],[-325,-672,217,3.89],[651,-556,334,3.26],[-260,-672,217,4.16],[-510,-551,200,3.37],[-516,-640,223,3.98],[-613,-487,230,2.95],[545,-389,274,2.27],[-354,-819,216,4.96],[-156,-350,266,2.06],[552,-730,288,4.32],[-222,-478,230,2.75],[-505,-814,191,4.72],[-177,-355,167,2.11],[70,-661,190,3.92],[661,-424,223,2.47],[-782,-353,134,2.07],[-295,-604,195,3.65],[-109,-654,156,3.86],[767,-757,227,4.3],[705,-429,220,2.48],[16,-558,181,3.36],[-265,-693,198,4.3],[-616,-458,175,2.75],[732,-473,227,2.7],[-106,-751,148,4.36],[257,-383,210,2.36],[-31,-527,171,3.09],[-370,-818,177,4.91],[-146,-831,93,4.76],[224,-699,104,4.01],[-427,-668,97,3.89],[689,-434,154,2.58],[-255,-619,118,3.52],[638,-661,161,3.89],[392,-351,147,2.04],[101,-485,136,2.8],[-682,-861,92,4.91],[462,-435,97,2.69],[-758,-471,63,2.71],[236,-547,156,3.25],[132,-572,127,3.48],[-382,-416,86,2.37],[-701,-848,60,4.86],[-308,-431,119,2.55],[391,-384,8,2.34],[173,-765,69,4.65],[-559,-539,20,3.19],[744,-794,80,4.75],[-648,-683,47,3.98],[562,-566,7,3.46],[350,-485,35,2.97],[-523,-760,46,4.54],[798,-430,65,2.48],[-117,-786,58,4.81],[297,-593,14,3.38],[-299,-791,37,4.87],[742,-429,53,2.49],[366,-436,70,2.57],[607,-647,78,3.71],[359,-552,44,3.18],[202,-635,-59,3.82],[-77,-501,-24,2.96],[-681,-729,-45,4.16],[-44,-783,-34,4.8],[-757,-503,-31,2.94],[455,-533,-47,3.13],[-612,-821,-9,4.89],[406,-622,-69,3.56],[-15,-710,-68,4.07],[634,-592,-65,3.37],[491,-781,-3,4.87],[47,-526,-12,3.25],[-106,-659,-57,4.1],[580,-667,-61,4.09],[70,-589,-72,3.37],[273,-746,-22,4.39],[-612,-631,-118,3.8],[-430,-647,-90,3.96],[604,-440,-136,2.64],[325,-835,-153,4.83],[-26,-373,-117,2.22],[98,-604,-117,3.54],[-547,-383,-80,2.27],[-185,-692,-126,4.14],[329,-493,-108,2.9],[785,-394,-163,2.42],[585,-541,-93,3.22],[-191,-528,-73,3.18],[245,-567,-121,3.42],[-81,-674,-75,3.9],[716,-869,-153,4.96],[91,-471,-151,2.72],[-596,-352,-154,2.14],[39,-782,-152,4.51],[-757,-560,-151,3.43],[-189,-798,-141,4.77],[589,-587,-177,3.35],[632,-508,-213,2.96],[115,-472,-161,2.71],[-258,-474,-192,2.74],[266,-710,-174,4.35],[540,-594,-196,3.6],[799,-741,-236,4.42],[1,-372,-147,2.16],[777,-371,-245,2.13],[-724,-760,-158,4.35],[-571,-713,-176,4.38],[717,-727,-213,4.18],[247,-356,-311,2.06],[77,-806,-240,4.71],[312,-821,-260,4.77],[-146,-339,-279,2.03],[111,-804,-235,4.81],[-157,-429,-233,2.48],[-611,-723,-233,4.21],[506,-725,-332,4.31],[-135,-610,-239,3.78],[677,-751,-310,4.68],[538,-506,-292,3.05],[-611,-366,-208,2.11],[-18,-360,-258,2.2],[292,-691,-309,4.23],[-258,-750,-263,4.61],[-281,-423,-212,2.43],[-97,-698,572,3.89],[223,-575,676,3.1],[-356,-479,569,2.51],[486,-848,732,4.56],[244,-639,711,3.45],[-125,-674,586,3.52],[-786,-730,474,4.08],[629,-480,763,2.68],[753,-510,794,2.75],[765,-464,759,2.46],[443,-828,718,4.67],[-181,-628,620,3.43],[429,-566,695,2.96],[341,-788,699,4.24],[-766,-662,487,3.69],[-401,-679,537,3.74],[-631,-646,437,3.42],[792,-677,649,3.63],[-327,-481,512,2.51],[386,-687,586,3.59],[585,-873,683,4.68],[747,-578,704,3.1],[222,-484,627,2.74],[-176,-596,519,3.31],[684,-876,698,4.75],[123,-559,581,3],[-202,-426,502,2.36],[-758,-471,417,2.6],[-260,-442,500,2.33],[712,-862,676,4.85],[223,-856,574,4.58],[220,-660,584,3.6],[648,-871,538,4.68],[-101,-693,454,3.64],[-715,-421,388,2.36],[-415,-391,426,2.07],[91,-511,519,2.86],[662,-484,596,2.52],[598,-781,595,4.3],[-71,-713,438,3.9],[-448,-808,430,4.43],[-492,-530,391,2.86],[-255,-799,451,4.38],[553,-504,540,2.67],[693,-437,605,2.3],[319,-790,508,4.27],[-718,-418,353,2.27],[670,-384,556,2.13],[669,-708,463,3.7],[-602,-675,352,3.62],[646,-697,446,3.68],[270,-520,415,2.83],[383,-947,468,4.97],[-290,-510,353,2.8],[-139,-379,358,2.13],[-87,-645,395,3.48],[-136,-699,391,3.67],[-528,-810,344,4.49],[107,-729,387,3.86],[286,-665,455,3.71],[-195,-548,394,2.94],[-640,-808,339,4.44],[-122,-672,360,3.69],[395,-459,432,2.48],[-579,-758,289,4.01],[498,-592,374,3.3],[651,-479,426,2.66],[-561,-784,254,4.31],[376,-857,405,4.52],[100,-706,353,3.92],[-537,-880,276,4.96],[-325,-607,296,3.26],[-738,-744,250,3.88],[679,-513,398,2.72],[-9,-585,343,3.28],[-358,-671,309,3.53],[671,-683,420,3.71],[294,-602,364,3.31],[239,-808,371,4.36],[775,-813,433,4.26],[503,-532,301,2.97],[-578,-439,206,2.42],[118,-622,302,3.26],[-457,-700,238,3.85],[-606,-837,224,4.45],[-452,-604,202,3.29],[43,-790,247,4.44],[301,-684,285,3.87],[-733,-757,184,4.25],[407,-707,296,3.89],[190,-567,293,3.18],[-5,-436,286,2.43],[704,-482,324,2.59],[291,-397,271,2.14],[-52,-761,267,4.03],[-225,-910,247,4.92],[-320,-893,174,4.91],[-757,-869,133,4.61],[782,-838,241,4.54],[-170,-668,204,3.51],[213,-530,190,2.91],[750,-851,240,4.57],[56,-734,218,4.04],[-495,-748,126,4.01],[-120,-793,158,4.5],[313,-428,223,2.42],[-481,-618,160,3.37],[-590,-906,141,5],[-80,-699,204,3.83],[200,-658,178,3.53],[-292,-420,159,2.35],[-364,-715,166,3.77],[748,-382,118,2.02],[759,-647,182,3.38],[534,-787,150,4.12],[-673,-398,75,2.26],[-758,-478,82,2.67],[-589,-443,64,2.36],[-23,-868,129,4.62],[-124,-475,133,2.49],[-101,-469,105,2.47],[576,-810,109,4.48],[-577,-498,108,2.74],[47,-596,131,3.25],[35,-589,88,3.27],[151,-479,112,2.71],[57,-600,120,3.4],[-49,-776,103,4.27],[205,-722,71,3.82],[-305,-530,36,2.77],[773,-675,32,3.66],[681,-515,75,2.88],[593,-879,15,4.65],[-624,-674,15,3.74],[-671,-767,39,4.01],[492,-421,31,2.32],[269,-570,4,3.21],[575,-709,13,3.86],[-495,-729,52,4.05],[-531,-624,58,3.42],[-346,-418,21,2.26],[-614,-476,33,2.51],[151,-510,62,2.78],[735,-600,7,3.31],[-174,-475,-18,2.51],[80,-794,-62,4.29],[59,-593,-1,3.11],[-23,-480,-9,2.7],[507,-452,-32,2.47],[-104,-650,-11,3.45],[-422,-883,-18,4.66],[-645,-757,-54,4.24],[326,-786,-23,4.41],[-659,-599,-30,3.3],[-39,-552,-63,3.08],[-106,-609,-66,3.25],[142,-811,-6,4.4],[-320,-664,-15,3.63],[-491,-816,-38,4.44],[695,-883,-79,4.69],[-672,-458,-87,2.57],[119,-644,-136,3.37],[-693,-799,-69,4.44],[-275,-375,-82,2.03],[-658,-482,-73,2.61],[0,-799,-118,4.45],[-276,-569,-122,3.03],[168,-782,-124,4.25],[295,-727,-151,4.12],[-216,-451,-125,2.56],[-634,-649,-108,3.48],[-541,-924,-63,4.98],[-615,-604,-64,3.38],[758,-651,-115,3.56],[411,-401,-150,2.23],[-590,-667,-104,3.67],[64,-612,-202,3.19],[164,-419,-178,2.3],[679,-687,-236,3.8],[669,-514,-262,2.78],[446,-399,-235,2.22],[667,-424,-257,2.23],[-144,-675,-162,3.66],[-79,-873,-209,4.56],[699,-621,-185,3.31],[-353,-430,-146,2.24],[728,-872,-262,4.57],[102,-604,-169,3.15],[-523,-558,-129,3.1],[-628,-686,-154,3.63],[-663,-597,-135,3.26],[400,-727,-242,4.13],[-770,-567,-182,3.08],[-336,-743,-243,3.97],[530,-810,-326,4.37],[491,-600,-300,3.34],[322,-838,-294,4.74],[734,-608,-304,3.21],[722,-468,-276,2.52],[209,-426,-293,2.34],[-680,-498,-187,2.71],[263,-437,-307,2.44],[-344,-754,-231,3.97],[329,-580,-290,3.02],[-66,-793,-280,4.33],[-79,-430,-215,2.4],[157,-418,-259,2.37],[289,-797,-290,4.49],[397,-654,675,3.4],[-210,-534,582,2.78],[784,-555,743,2.67],[82,-641,632,3.33],[-721,-761,459,3.77],[-171,-580,561,2.91],[-642,-554,481,2.67],[-655,-914,473,4.54],[-99,-926,589,4.49],[-470,-690,526,3.51],[-426,-475,508,2.45],[682,-1034,754,4.99],[721,-700,728,3.56],[563,-952,699,4.78],[735,-977,774,4.82],[-152,-715,628,3.68],[-262,-412,512,2.07],[762,-947,676,4.6],[728,-550,712,2.84],[685,-741,658,3.63],[401,-517,653,2.52],[-620,-512,460,2.57],[233,-1003,625,4.89],[-664,-903,430,4.46],[78,-901,599,4.52],[-741,-630,421,3.17],[-436,-841,490,4.15],[-330,-473,461,2.46],[225,-557,592,2.79],[548,-507,674,2.64],[-600,-911,434,4.47],[204,-895,624,4.35],[-417,-517,398,2.69],[-579,-686,378,3.34],[602,-922,589,4.61],[428,-686,549,3.56],[548,-869,602,4.36],[-188,-966,457,4.89],[420,-507,570,2.6],[4,-785,447,3.94],[282,-437,506,2.2],[-573,-699,364,3.52],[569,-690,600,3.56],[-493,-813,377,3.99],[746,-821,622,3.98],[-786,-843,336,4.07],[-328,-417,459,2.02],[700,-668,539,3.41],[454,-655,429,3.16],[-141,-547,367,2.69],[769,-504,501,2.48],[673,-667,458,3.28],[-34,-926,420,4.62],[480,-797,503,3.88],[415,-909,450,4.55],[217,-868,422,4.31],[546,-457,491,2.2],[-14,-488,424,2.38],[-15,-765,422,3.82],[649,-413,452,2.12],[-501,-812,338,4.23],[-299,-557,336,2.72],[750,-666,527,3.28],[454,-909,476,4.67],[-793,-617,267,3.15],[169,-561,312,2.71],[673,-411,443,2.03],[-706,-533,233,2.67],[-433,-441,263,2.26],[467,-656,381,3.35],[-598,-715,262,3.5],[-159,-530,292,2.66],[-674,-556,277,2.78],[-142,-602,283,2.98],[575,-859,354,4.47],[41,-780,326,3.82],[-776,-448,262,2.33],[-464,-807,293,4.15],[-306,-591,287,2.94],[477,-975,353,4.75],[-635,-495,199,2.55],[55,-746,288,3.79],[-659,-963,209,4.86],[-92,-740,263,3.57],[-597,-409,179,2.01],[-84,-420,240,2.13],[-191,-839,274,4.06],[382,-405,281,2.05],[380,-980,275,4.88],[-260,-674,256,3.35],[-559,-892,210,4.44],[129,-657,292,3.38],[71,-620,273,3.08],[48,-900,289,4.41],[-242,-560,234,2.89],[-596,-415,194,2.11],[687,-889,249,4.36],[757,-479,186,2.48],[-229,-684,171,3.51],[578,-650,234,3.26],[38,-493,183,2.39],[-266,-754,159,3.63],[-142,-438,174,2.26],[178,-737,182,3.7],[517,-849,242,4.2],[-566,-803,130,3.87],[393,-628,192,3.16],[-758,-390,137,2],[38,-926,189,4.77],[-539,-824,166,4.16],[-724,-701,115,3.49],[-652,-859,167,4.47],[44,-948,97,4.71],[7,-728,108,3.76],[-360,-813,81,4.14],[109,-886,120,4.42],[-338,-911,108,4.54],[208,-620,86,3.19],[-731,-555,100,2.75],[772,-656,130,3.41],[-597,-524,113,2.7],[511,-428,149,2.21],[-190,-899,136,4.66],[-424,-900,104,4.53],[-21,-963,127,4.66],[-136,-625,87,3.15],[-534,-507,108,2.61],[-176,-668,85,3.31],[-559,-911,4,4.57],[60,-907,60,4.71],[437,-905,77,4.53],[137,-799,49,4.08],[-395,-798,30,3.87],[19,-767,2,3.9],[235,-502,31,2.61],[-629,-426,9,2.13],[148,-861,36,4.45],[-381,-817,46,4.25],[143,-484,17,2.36],[-685,-910,39,4.42],[-198,-633,33,3.22],[-152,-914,23,4.72],[-506,-936,9,4.52],[21,-776,23,3.92],[-50,-565,-26,2.82],[-92,-626,-2,3.21],[-665,-658,-2,3.26],[311,-414,-80,2.05],[23,-803,-29,3.93],[302,-411,-19,2.12],[394,-858,-17,4.13],[585,-714,-25,3.49],[36,-786,-36,3.84],[594,-701,-67,3.43],[-534,-673,-38,3.43],[-681,-757,-8,3.65],[447,-770,-21,3.81],[-620,-445,-41,2.29],[-272,-971,-10,4.76],[447,-574,-52,2.9],[158,-842,-119,4.37],[317,-729,-85,3.64],[171,-977,-115,4.92],[-180,-908,-80,4.47],[529,-464,-150,2.39],[142,-802,-121,4.16],[270,-754,-145,3.75],[-103,-572,-115,2.91],[529,-644,-121,3.25],[-200,-712,-125,3.62],[-738,-425,-110,2.06],[-382,-735,-124,3.65],[180,-765,-117,3.72],[792,-624,-120,3.19],[-118,-1023,-99,4.94],[-658,-511,-72,2.61],[-34,-567,-194,2.92],[-409,-446,-159,2.22],[-460,-508,-149,2.53],[272,-705,-194,3.58],[64,-944,-159,4.82],[179,-554,-179,2.74],[703,-603,-215,2.94],[273,-443,-191,2.29],[-798,-746,-161,3.77],[233,-427,-208,2.12],[-293,-598,-150,2.99],[245,-475,-169,2.46],[245,-936,-202,4.74],[-28,-836,-198,4.06],[467,-782,-238,3.84],[212,-651,-188,3.37],[760,-727,-321,3.77],[458,-638,-296,3.23],[-466,-625,-237,3.19],[-462,-591,-239,3.03],[-678,-470,-211,2.29],[-103,-683,-229,3.41],[-238,-404,-221,2.05],[-760,-786,-178,3.84],[-667,-823,-205,4.04],[-250,-646,-204,3.28],[-781,-948,-169,4.65],[113,-838,-228,4.26],[-628,-893,-214,4.41],[719,-1000,-275,4.82],[-626,-728,-222,3.65],[73,-735,-226,3.81],[700,-461,739,2.07],[556,-798,769,3.78],[513,-926,693,4.18],[108,-987,682,4.63],[-730,-722,455,3.37],[-648,-740,478,3.31],[205,-1072,689,4.98],[-406,-814,556,3.88],[266,-844,695,3.79],[-217,-851,569,3.89],[49,-861,641,3.9],[242,-728,661,3.32],[346,-1008,707,4.66],[30,-531,614,2.53],[-551,-927,487,4.31],[-146,-515,622,2.37],[-352,-469,162,2.17],[657,-720,206,3.44],[435,-687,199,3.19],[319,-647,180,2.96],[141,-711,227,3.38],[-418,-478,188,2.21],[423,-1017,190,4.61],[-261,-853,156,4.07],[-86,-790,184,3.54],[106,-1031,176,4.81],[-614,-511,155,2.42],[365,-616,222,2.96],[-291,-808,162,3.85],[-522,-833,158,3.74],[212,-1009,202,4.66],[19,-591,209,2.71],[-79,-782,-267,3.53],[-710,-618,-206,2.93],[-429,-946,-221,4.5],[-282,-856,-263,3.99],[-196,-601,-236,2.81],[183,-459,-310,2.18],[-397,-1038,-229,4.88],[775,-542,-305,2.55],[423,-625,-316,2.89],[-450,-990,-236,4.52],[437,-733,-282,3.35],[378,-431,-275,2.05],[26,-877,-289,4.08],[770,-613,-316,2.85],[-221,-989,-243,4.67],[521,-453,-342,2.07],[-155,-516,204,2.28],[-504,-1035,170,4.44],[364,-953,169,4.16],[-143,-785,209,3.37],[-415,-683,134,2.85],[-201,-985,169,4.35],[-418,-909,183,3.9],[-24,-733,153,3.11],[124,-690,185,2.9],[276,-451,223,2.01],[-601,-833,177,3.68],[-154,-867,206,3.65],[7,-1153,185,4.88],[-719,-586,161,2.6],[182,-486,183,2.15],[-276,-1032,145,4.56],[42,-619,173,2.43],[-363,-788,165,3.23],[425,-670,194,2.76],[-109,-566,180,2.32],[-32,-861,175,3.5],[10,-895,194,3.73],[-220,-556,187,2.24],[39,-1230,202,4.95],[-95,-1015,183,4.05],[148,-955,224,3.89],[-727,-723,168,2.98],[-621,-975,152,3.93],[-233,-1180,187,4.82],[-405,-586,130,2.42],[-249,-635,170,2.57],[140,-528,229,2.17],[114,-1292,678,4.96],[-503,-604,515,2.36],[98,-996,610,3.84],[-111,-1181,573,4.43],[478,-739,687,2.78],[-309,-865,588,3.19],[-441,-680,517,2.6],[-664,-578,519,2.2],[422,-967,700,3.64],[-220,-942,586,3.57],[-87,-678,580,2.52],[-6,-1238,636,4.78],[-428,-608,516,2.35],[687,-819,744,3.15],[-768,-959,446,3.69],[-167,-893,589,3.3],[-380,-785,189,2.94],[-194,-1204,162,4.51],[215,-556,158,2.16],[568,-1280,192,4.73],[-435,-1186,183,4.63],[-392,-907,137,3.38],[78,-656,211,2.53],[703,-1270,193,4.72],[221,-597,164,2.22],[-742,-1208,121,4.57],[512,-1198,195,4.64],[194,-1107,217,4.21],[788,-1006,252,3.86],[-758,-813,145,3.06],[-324,-1069,173,4.04],[647,-1117,240,4.27],[-69,-1208,-266,4.67],[-478,-802,-209,2.97],[-495,-1230,-220,4.74],[197,-601,-272,2.31],[419,-1229,-302,4.52],[10,-1310,-291,4.86],[-343,-1163,-200,4.31],[-562,-982,-214,3.74],[88,-586,-267,2.18],[241,-688,-245,2.55],[-688,-937,-219,3.47],[-753,-694,-216,2.67],[73,-763,-230,2.85],[-517,-622,-238,2.33],[251,-756,-284,2.84],[414,-776,-266,2.98],[-215,-1277,574,4.49],[-473,-1107,556,3.87],[656,-1164,780,4.11],[381,-1128,738,4.06],[-436,-1383,544,5],[-87,-1351,630,4.75],[-329,-777,541,2.81],[531,-950,764,3.35],[-78,-1187,636,4.28],[73,-679,644,2.44],[471,-759,722,2.67],[183,-920,695,3.27],[350,-950,673,3.38],[-105,-1040,625,3.66],[133,-679,613,2.49],[796,-887,822,3.24],[-338,-938,516,3.44],[700,-587,712,2.05],[-637,-563,438,2.02],[-226,-724,488,2.63],[105,-1149,582,4.05],[347,-737,583,2.69],[640,-1363,673,4.77],[-794,-670,405,2.4],[-263,-938,533,3.3],[348,-1139,594,4.07],[-729,-733,402,2.68],[615,-1134,649,4.12],[-273,-956,487,3.51],[174,-952,574,3.36],[-353,-1032,498,3.62],[-760,-696,412,2.5],[-297,-550,152,2.02],[-372,-678,153,2.46],[-472,-726,182,2.58],[-387,-809,134,2.88],[-8,-1244,172,4.34],[637,-1088,262,3.91],[-276,-1005,193,3.63],[77,-1283,212,4.71],[649,-782,222,2.74],[-422,-1033,149,3.77],[709,-1355,188,4.71],[-61,-945,173,3.38],[-19,-593,166,2.12],[-179,-1108,177,4.02],[777,-1275,265,4.65],[-229,-1230,185,4.39],[-65,-1205,-252,4.37],[-357,-1369,-239,4.82],[66,-826,-287,3.01],[-201,-904,-235,3.2],[-199,-863,-260,3.16],[643,-992,-342,3.48],[44,-1197,-297,4.21],[-38,-1265,-221,4.48],[185,-820,-296,2.94],[675,-826,-313,2.95],[-177,-1258,-242,4.42],[794,-1301,-282,4.55],[459,-592,-282,2.07],[387,-1166,-302,4.17],[162,-798,-248,2.82],[-165,-637,-221,2.3],[689,-1300,787,4.41],[215,-1269,672,4.22],[561,-1251,756,4.29],[192,-1316,648,4.43],[564,-772,773,2.61],[-144,-808,571,2.74],[690,-1167,771,3.86],[-590,-1438,487,4.97],[-650,-1071,522,3.58],[783,-776,757,2.69],[-62,-1299,639,4.44],[75,-1243,648,4.23],[473,-1195,685,4.04],[-798,-895,465,3.07],[-694,-1278,461,4.23],[-329,-719,546,2.38],[425,-1241,607,4.3],[-108,-706,537,2.42],[462,-994,603,3.35],[-424,-1407,483,4.81],[93,-1348,560,4.62],[-300,-1322,517,4.42],[-248,-1389,521,4.77],[-683,-1026,430,3.38],[-105,-962,536,3.32],[-770,-1104,409,3.73],[-519,-774,471,2.57],[-163,-1218,502,4.15],[-66,-1163,505,3.84],[-784,-871,414,2.93],[17,-1274,530,4.29],[385,-1334,613,4.59],[-736,-1347,342,4.65],[-749,-1361,339,4.65],[40,-689,466,2.3],[-281,-1292,409,4.45],[-522,-948,376,3.12],[202,-1345,491,4.66],[647,-1418,605,4.86],[-545,-1413,417,4.77],[-385,-1171,426,4.01],[475,-876,539,3.03],[-77,-1100,488,3.76],[-439,-609,438,2.07],[373,-641,517,2.21],[-72,-1380,487,4.67],[686,-1340,591,4.47],[-258,-829,439,2.87],[-152,-1460,356,4.89],[-678,-1162,298,3.92],[-504,-1438,329,4.97],[706,-953,496,3.24],[-244,-833,364,2.87],[-147,-1379,412,4.57],[67,-650,426,2.22],[58,-965,381,3.27],[408,-930,417,3.2],[141,-635,419,2.16],[592,-695,454,2.37],[-372,-939,350,3.26],[-748,-894,311,3.06],[772,-857,476,2.82],[202,-1176,415,4],[-394,-799,334,2.77],[-89,-717,326,2.45],[2,-1159,359,3.94],[69,-682,306,2.3],[258,-1438,336,4.86],[617,-1210,391,4.07],[-639,-1325,281,4.41],[437,-692,352,2.31],[287,-1392,346,4.65],[-93,-1513,355,4.98],[488,-787,415,2.69],[699,-1219,375,4.03],[576,-1206,432,4.05],[150,-1372,316,4.66],[516,-1179,386,4.08],[6,-1298,323,4.48],[-16,-1314,354,4.44],[-712,-1340,203,4.53],[509,-1031,331,3.47],[338,-1153,305,3.93],[427,-1412,292,4.65],[652,-1250,270,4.16],[248,-1423,306,4.75],[-334,-678,224,2.24],[315,-1098,291,3.81],[272,-1104,301,3.66],[-549,-591,241,2.03],[579,-856,270,2.91],[377,-851,303,2.9],[105,-1076,260,3.58],[-693,-617,192,2.09],[767,-1185,345,4.03],[11,-772,266,2.65],[793,-651,261,2.15],[-517,-1219,140,4.05],[330,-1269,238,4.26],[-363,-760,176,2.52],[-543,-1271,143,4.29],[722,-764,232,2.6],[-763,-648,141,2.22],[168,-948,164,3.2],[403,-688,223,2.39],[-240,-906,199,3.01],[107,-1410,192,4.82],[631,-1008,198,3.37],[349,-842,214,2.8],[696,-611,195,2.07],[188,-797,217,2.75],[173,-1183,217,4.1],[70,-987,121,3.26],[-655,-783,112,2.62],[-633,-912,79,3.1],[133,-1283,150,4.34],[159,-719,113,2.38],[-216,-760,73,2.57],[-348,-885,91,2.97],[-222,-743,128,2.5],[-708,-854,107,2.84],[-163,-917,105,3.05],[141,-1366,146,4.54],[-764,-650,85,2.18],[-766,-1176,78,3.98],[750,-936,161,3.1],[-535,-875,108,2.93],[-520,-1377,62,4.58],[-69,-663,48,2.24],[360,-1190,18,3.98],[410,-888,57,2.95],[-451,-822,9,2.84],[-777,-821,47,2.79],[396,-1053,47,3.63],[384,-1051,62,3.64],[-128,-940,27,3.25],[-93,-994,64,3.34],[-309,-1203,49,4.05],[-338,-1392,37,4.75],[-770,-921,25,3.13],[-639,-1353,45,4.51],[520,-1043,32,3.52],[-448,-972,39,3.26],[393,-1068,42,3.67],[465,-990,-41,3.39],[-356,-1186,-26,3.95],[771,-907,-26,3.12],[375,-635,-30,2.12],[-619,-954,-52,3.16],[-410,-860,-55,2.87],[-714,-1161,-10,3.99],[178,-1236,-7,4.09],[-305,-1293,-55,4.44],[552,-966,-42,3.35],[759,-1286,-57,4.26],[-184,-639,-13,2.16],[485,-928,-30,3.14],[-796,-1145,-45,3.89],[397,-816,-81,2.83],[-38,-1415,-43,4.71],[713,-743,-100,2.49],[257,-1463,-144,4.88],[771,-1017,-149,3.52],[-351,-1387,-126,4.81],[-692,-849,-71,2.93],[-670,-1356,-89,4.51],[-360,-1179,-113,3.9],[456,-994,-124,3.35],[453,-1483,-151,4.93],[318,-768,-81,2.63],[697,-677,-111,2.28],[-178,-602,-96,2.02],[434,-720,-109,2.48],[373,-863,-113,2.92],[745,-902,-113,2.98],[-24,-850,-80,2.89],[9,-1096,-183,3.74],[-651,-1227,-160,4.1],[402,-1159,-226,3.96],[82,-1205,-210,4.07],[-150,-1225,-157,4.13],[663,-853,-233,2.85],[125,-1085,-154,3.68],[-126,-1391,-176,4.59],[638,-697,-207,2.41],[734,-1367,-217,4.69],[-517,-1306,-137,4.37],[-10,-1110,-169,3.7],[-779,-1380,-114,4.68],[-646,-777,-141,2.65],[235,-730,-188,2.44],[234,-754,-178,2.5],[385,-1441,-327,4.76],[769,-804,-336,2.71],[-573,-1180,-198,4.02],[-57,-1208,-243,4.18],[-457,-1237,-248,4.28],[228,-793,-300,2.63],[420,-740,-289,2.51],[-188,-1196,-261,4],[-240,-1212,-229,4.09],[-313,-1408,-231,4.68],[117,-681,-280,2.25],[84,-833,-288,2.84],[-285,-1131,-232,3.9],[566,-725,-332,2.5],[382,-1199,-312,4.03],[-226,-870,-235,3.02],[287,-936,705,3.05],[450,-790,733,2.56],[621,-884,736,2.83],[344,-1466,726,4.6],[-109,-1518,620,4.88],[-668,-1110,466,3.5],[267,-1320,696,4.31],[665,-724,763,2.35],[-558,-1421,516,4.5],[-588,-962,514,3.04],[-161,-971,625,3.05],[-89,-657,582,2.1],[-793,-1360,452,4.3],[-111,-1239,597,3.89],[-619,-1346,514,4.42],[500,-1514,701,4.86],[-508,-764,451,2.48],[408,-1216,597,3.81],[-138,-1532,557,4.95],[-276,-1241,506,3.95],[139,-717,589,2.3],[563,-1173,607,3.84],[530,-1152,686,3.74],[-376,-1203,461,3.85],[-799,-1551,406,4.89],[-590,-684,472,2.15],[-128,-759,526,2.41],[-773,-1103,394,3.58],[787,-1322,654,4.32],[457,-779,653,2.54],[-773,-694,388,2.18],[-270,-883,527,2.78],[370,-1402,568,4.44],[-144,-679,472,2.14],[-721,-841,378,2.75],[-675,-809,398,2.57],[72,-738,481,2.39],[-495,-706,387,2.32],[97,-729,500,2.38],[-701,-912,377,2.94],[176,-1326,496,4.35],[150,-745,523,2.33],[-313,-1019,443,3.33],[-397,-766,427,2.45],[-200,-750,477,2.44],[-667,-743,397,2.34],[505,-1184,585,3.83],[-698,-961,352,3.04],[-417,-973,319,3.18],[-619,-948,323,2.97],[-429,-1414,373,4.64],[96,-789,429,2.49],[425,-1462,465,4.61],[62,-844,382,2.67],[-723,-702,286,2.2],[725,-1084,456,3.47],[-614,-1484,307,4.77],[201,-1506,461,4.74],[211,-1159,446,3.66],[-512,-1370,329,4.49],[687,-841,468,2.69],[-778,-1110,317,3.5],[589,-842,513,2.7],[656,-1570,472,4.94],[564,-886,394,2.85],[-292,-660,267,2.17],[-492,-1341,287,4.23],[602,-1357,407,4.39],[296,-634,388,2.01],[-787,-1463,224,4.76],[-215,-997,313,3.13],[-690,-862,267,2.76],[-225,-859,337,2.69],[-766,-1181,251,3.69],[125,-803,319,2.56],[508,-1520,390,4.84],[616,-1117,353,3.6],[-518,-1096,260,3.52],[69,-726,335,2.34],[-764,-1330,270,4.16],[-162,-725,246,2.37],[404,-828,290,2.65],[539,-965,331,3.11],[-220,-1491,224,4.7],[-367,-830,244,2.71],[786,-1293,325,4.25],[278,-1474,302,4.72],[-673,-894,215,2.89],[-204,-1370,212,4.37],[110,-1225,282,3.84],[-69,-1492,278,4.85],[-341,-758,256,2.46],[-414,-930,246,2.96],[431,-735,317,2.41],[7,-1072,276,3.51],[303,-849,276,2.78],[610,-1253,208,4.02],[745,-1275,233,4.12],[355,-1537,196,4.88],[-746,-1533,154,4.9],[241,-1173,233,3.78],[461,-1052,230,3.33],[-277,-1505,184,4.79],[467,-1428,226,4.53],[-724,-1442,132,4.74],[524,-1302,174,4.09],[-321,-1578,151,4.97],[662,-1268,195,4.1],[142,-1165,215,3.79],[687,-1482,245,4.83],[582,-1487,199,4.78],[567,-1295,212,4.14],[-751,-1330,109,4.19],[479,-722,156,2.33],[790,-1380,108,4.38],[287,-1051,81,3.43],[725,-758,156,2.47],[-189,-1147,87,3.64],[403,-1059,133,3.35],[-312,-973,85,3.12],[-470,-724,69,2.3],[405,-1324,141,4.18],[89,-641,126,2.01],[-348,-1432,96,4.57],[-551,-670,113,2.2],[-633,-786,102,2.56],[572,-1116,96,3.65],[120,-812,90,2.64],[-560,-983,46,3.08],[-537,-1167,37,3.81],[681,-813,54,2.57],[-522,-765,11,2.49],[683,-619,76,2.03],[309,-1218,30,3.85],[-385,-863,25,2.76],[299,-1112,14,3.6],[-272,-1099,21,3.56],[-297,-735,32,2.33],[206,-924,17,2.93],[172,-1459,33,4.75],[508,-1372,81,4.29],[-646,-737,9,2.37],[534,-641,39,2.02],[-404,-1472,20,4.7],[-742,-1468,-19,4.76],[-403,-647,-13,2.07],[136,-626,-5,2.02],[-319,-642,-23,2.08],[-371,-1355,-15,4.32],[383,-1334,-59,4.18],[-596,-1124,-59,3.59],[-364,-1004,-21,3.2],[-616,-1544,-41,4.84],[-239,-1329,-26,4.24],[421,-1357,-59,4.44],[-371,-655,-42,2.06],[94,-667,-74,2.17],[-92,-897,-9,2.94],[-734,-838,-10,2.68],[-454,-1381,-58,4.34],[-705,-1351,-102,4.25],[-212,-1018,-115,3.25],[-311,-1084,-84,3.54],[-286,-1265,-120,4.14],[581,-645,-112,2.05],[279,-1204,-88,3.93],[-21,-1127,-141,3.7],[775,-1370,-95,4.35],[278,-1343,-125,4.34],[-586,-985,-95,3.12],[-35,-1100,-83,3.57],[127,-1017,-121,3.27],[272,-796,-85,2.6],[444,-894,-86,2.88],[-649,-618,-84,2.01],[522,-1305,-127,4.12],[263,-911,-186,2.91],[-753,-1273,-128,4.04],[-284,-1406,-178,4.51],[-206,-773,-189,2.48],[-227,-1392,-203,4.38],[151,-1204,-208,3.84],[81,-752,-220,2.43],[142,-1324,-224,4.16],[328,-1204,-169,3.94],[131,-1290,-160,4.13],[-74,-1372,-161,4.43],[-671,-988,-163,3.2],[328,-932,-223,2.92],[-460,-1493,-142,4.89],[473,-1072,-241,3.42],[282,-988,-240,3.09],[-579,-1330,-236,4.34],[396,-1119,-313,3.58],[-176,-754,-213,2.39],[354,-1559,-303,4.89],[461,-832,-258,2.71],[391,-1212,-275,3.9],[-192,-910,-238,2.9],[317,-922,-290,2.95],[454,-1167,-299,3.81],[5,-700,-228,2.19],[-245,-751,-215,2.37],[-641,-1126,-217,3.57],[324,-1513,-296,4.81],[62,-1406,-225,4.42],[682,-1226,-307,3.87],[378,-772,-255,2.51],[413,-1080,707,3.32],[387,-1026,727,3.1],[541,-998,706,3.11],[550,-1660,734,5],[460,-1067,701,3.23],[353,-1058,677,3.26],[-161,-1127,619,3.45],[176,-1525,649,4.71],[145,-687,617,2.09],[515,-1534,733,4.71],[540,-1614,714,4.96],[278,-1398,692,4.18],[216,-1136,681,3.54],[-6,-1232,593,3.67],[317,-1068,692,3.23],[-401,-1364,565,4.13],[661,-1191,679,3.7],[-342,-782,459,2.43],[-790,-700,422,2.16],[156,-815,570,2.5],[482,-678,664,2.09],[-743,-715,414,2.2],[-569,-997,424,3.03],[767,-933,665,2.88],[607,-978,658,3.04],[-570,-1012,472,3.11],[-577,-1199,448,3.69],[129,-1089,541,3.25],[467,-828,673,2.53],[-350,-1283,471,3.91],[-764,-870,434,2.61],[753,-1075,698,3.23],[620,-1578,572,4.86],[507,-975,524,2.93],[-537,-798,411,2.47],[159,-914,489,2.85],[641,-1301,546,3.99],[171,-1300,492,3.89],[-305,-764,425,2.32],[-402,-847,435,2.55],[516,-1308,572,3.93],[743,-1348,584,4.03],[-471,-1225,435,3.81],[-366,-1369,397,4.17],[-283,-1061,435,3.19],[-609,-1365,393,4.22],[-625,-784,399,2.41],[-329,-996,445,2.98],[-450,-1185,363,3.6],[362,-1150,436,3.54],[-655,-1500,346,4.59],[437,-1029,435,3.19],[630,-1430,495,4.33],[-584,-749,337,2.27],[57,-1647,426,4.98],[140,-753,397,2.29],[-773,-767,319,2.39],[129,-755,413,2.32],[-166,-1506,354,4.49],[-50,-1469,431,4.45],[545,-1318,499,4.06],[-561,-733,314,2.23],[-286,-666,345,2.04],[314,-1487,425,4.58],[-55,-1462,298,4.49],[-6,-778,364,2.36],[-618,-1311,252,4.05],[-182,-1149,327,3.57],[-187,-1268,292,3.96],[-101,-1577,292,4.87],[-276,-1523,293,4.59],[274,-956,398,2.86],[-329,-982,297,2.93],[-602,-1330,273,3.99],[412,-1580,345,4.83],[660,-1183,363,3.56],[-252,-1201,286,3.7],[-280,-825,330,2.54],[-713,-1316,264,4.09],[73,-1617,304,4.94],[-485,-1313,224,4.04],[-352,-1225,242,3.78],[-381,-949,239,2.94],[-219,-1216,260,3.63],[608,-955,347,2.96],[70,-755,235,2.26],[-208,-848,257,2.63],[238,-1135,262,3.47],[699,-1092,333,3.35],[481,-963,318,2.95],[-763,-790,210,2.36],[708,-781,333,2.38],[724,-1549,316,4.78],[-799,-1410,183,4.38],[-614,-1640,214,4.98],[-704,-1216,221,3.8],[-108,-1149,169,3.58],[112,-774,221,2.37],[114,-1379,209,4.12],[-249,-1344,156,4.11],[19,-1568,159,4.7],[-89,-1441,166,4.42],[-28,-1207,202,3.69],[456,-773,250,2.39],[-611,-969,162,2.98],[-712,-1562,132,4.84],[-263,-1108,143,3.31],[-488,-1555,165,4.71],[-306,-953,176,2.9],[218,-1623,191,4.97],[-242,-1006,197,3.08],[-190,-740,191,2.26],[555,-1159,151,3.51],[-316,-766,76,2.39],[128,-1036,96,3.1],[-384,-1068,102,3.26],[32,-1148,125,3.56],[139,-1541,126,4.7],[22,-827,82,2.5],[638,-1373,132,4.09],[124,-901,104,2.69],[787,-678,123,2.09],[646,-734,120,2.19],[379,-1047,147,3.22],[-470,-1480,114,4.57],[-618,-1583,99,4.8],[-799,-787,62,2.4],[591,-766,91,2.36],[-477,-1043,4,3.24],[339,-923,0,2.82],[591,-1280,49,3.88],[294,-1606,35,4.97],[-746,-1118,26,3.35],[282,-767,4,2.31],[-463,-759,51,2.31],[-381,-729,64,2.17],[437,-1240,51,3.86],[495,-1606,4,4.83],[-695,-1358,42,4.18],[692,-1458,76,4.42],[357,-1090,51,3.27],[-552,-913,58,2.76],[87,-939,4,2.84],[-63,-1554,32,4.69],[386,-1111,-11,3.45],[-363,-1133,-64,3.44],[796,-1052,-23,3.22],[-434,-1237,-19,3.69],[-39,-1290,-13,3.87],[-14,-1323,-64,3.95],[522,-696,-43,2.11],[-441,-1310,-39,3.96],[-328,-1300,-63,3.97],[-652,-1020,-38,3.04],[-193,-719,-30,2.14],[60,-1499,-61,4.57],[63,-1389,-48,4.27],[-356,-1606,-59,4.83],[554,-714,-40,2.17],[733,-1157,-42,3.47],[-16,-1306,-129,4.07],[-36,-1491,-114,4.61],[-326,-943,-77,2.82],[33,-1360,-75,4.2],[-770,-1301,-69,4.04],[-564,-1122,-113,3.39],[639,-720,-151,2.2],[-492,-695,-81,2.09],[-304,-740,-103,2.24],[434,-1235,-108,3.72],[643,-1548,-102,4.78],[-239,-1323,-83,4.12],[-697,-1323,-59,3.96],[-592,-841,-89,2.59],[-332,-710,-101,2.14],[28,-822,-138,2.54],[-249,-1132,-158,3.39],[97,-781,-180,2.33],[197,-1306,-159,4.04],[633,-1597,-224,4.96],[79,-1151,-209,3.48],[511,-1457,-196,4.34],[565,-1298,-232,3.96],[-199,-1548,-198,4.8],[-418,-1022,-172,3.12],[-261,-1043,-179,3.14],[483,-1502,-246,4.69],[-286,-1083,-158,3.34],[444,-995,-191,3.07],[553,-1095,-225,3.28],[148,-1563,-154,4.7],[640,-726,-265,2.18],[138,-861,-250,2.58],[601,-787,-322,2.38],[-463,-1271,-199,3.95],[168,-981,-298,2.94],[-269,-1402,-222,4.29],[314,-1415,-313,4.4],[77,-890,-228,2.76],[-187,-1428,-257,4.28],[-667,-1150,-196,3.51],[69,-1632,-230,4.94],[-105,-1181,-231,3.52],[-123,-1580,-266,4.87],[510,-1173,-272,3.5],[408,-1188,-296,3.55],[-800,-921,-171,2.8],[-687,-913,-193,2.73],[-635,-825,498,2.4],[-467,-816,535,2.41],[685,-1368,724,4.05],[-584,-1293,517,3.78],[-692,-1149,493,3.29],[-322,-844,565,2.46],[-23,-1605,596,4.66],[247,-1270,693,3.75],[32,-962,613,2.8],[-531,-1068,528,3.14],[-744,-1006,494,2.91],[-605,-1363,489,4],[-318,-1619,545,4.73],[-89,-911,582,2.68],[-406,-902,516,2.58],[-120,-799,635,2.35],[-416,-1442,-205,4.28],[616,-1684,-335,4.79],[-709,-1192,-195,3.42],[-538,-1655,-207,4.8],[-623,-1377,-177,4.07],[-512,-1120,-238,3.33],[-579,-1246,-209,3.57],[50,-1222,-285,3.48],[-506,-1278,-232,3.66],[300,-905,-285,2.69],[-536,-1199,-212,3.44],[177,-762,-263,2.17],[161,-1513,-276,4.36],[657,-1278,-298,3.65],[-367,-1634,-245,4.83],[660,-691,-281,2.05],[140,-846,674,2.32],[251,-1514,666,4.21],[-561,-1174,488,3.26],[-749,-1478,494,4.15],[771,-1658,824,4.67],[796,-1024,801,2.89],[96,-1689,642,4.62],[-420,-1617,543,4.56],[-551,-902,533,2.51],[628,-1216,772,3.38],[-714,-815,478,2.29],[-665,-1655,497,4.56],[495,-1646,757,4.63],[-511,-1445,495,3.93],[-154,-1188,619,3.37],[-393,-1468,517,4],[-384,-897,524,2.34],[-527,-1360,499,3.67],[6,-1654,610,4.32],[490,-1509,709,4.08],[445,-1151,749,3],[571,-1154,743,3.09],[42,-1823,623,4.94],[-774,-934,485,2.52],[-229,-1464,605,3.86],[1,-909,614,2.38],[-761,-935,453,2.45],[664,-1705,760,4.48],[489,-1412,755,3.81],[-226,-859,597,2.3],[-244,-1223,607,3.19],[701,-1733,781,4.67],[257,-1308,633,3.54],[-794,-830,415,2.17],[-404,-855,481,2.32],[660,-1017,660,2.7],[450,-1575,628,4.16],[97,-1652,599,4.4],[168,-1780,580,4.66],[218,-1301,601,3.43],[140,-1882,599,4.97],[578,-956,658,2.51],[310,-1781,646,4.76],[570,-1851,659,4.88],[745,-807,722,2.11],[-40,-1701,529,4.59],[-668,-1683,412,4.41],[297,-1627,593,4.37],[567,-1223,750,3.07],[-41,-1304,583,3.36],[416,-1280,673,3.33],[-54,-1305,638,3.27],[583,-1833,746,4.66],[-528,-1893,513,4.78],[697,-1210,774,3.04],[426,-1068,743,2.76],[776,-1103,811,2.78],[331,-1681,686,4.21],[67,-868,640,2.22],[-643,-1117,485,2.88],[-116,-1874,583,4.69],[656,-1142,757,2.92],[-188,-1304,600,3.38],[-163,-914,571,2.31],[-366,-1025,480,2.64],[499,-1160,661,2.94],[63,-1291,593,3.23],[113,-1133,607,2.9],[-635,-1807,427,4.6],[575,-1851,665,4.77],[-9,-1222,550,3.17],[-262,-920,474,2.3],[73,-1199,535,3.03],[-608,-1910,462,4.94],[-665,-886,421,2.23],[265,-1715,595,4.33],[-188,-1377,544,3.54],[-603,-1009,457,2.61],[-751,-1425,428,3.7],[-15,-1611,584,4.11],[-65,-1119,438,2.81],[24,-1058,516,2.73],[367,-1386,533,3.57],[-430,-1072,429,2.77],[706,-1168,630,3.01],[640,-1093,592,2.75],[180,-1810,468,4.58],[102,-1008,466,2.52],[-282,-799,453,2.01],[697,-1104,609,2.8],[-281,-1657,405,4.19],[-152,-1143,439,2.91],[290,-1078,549,2.76],[619,-874,574,2.25],[-114,-1920,450,4.86],[661,-1437,535,3.63],[616,-904,725,2.23],[-466,-1326,547,3.31],[-799,-1620,441,4.01],[183,-1657,648,4.08],[263,-1428,652,3.44],[376,-1457,696,3.64],[340,-1670,713,4.05],[671,-1470,802,3.65],[-252,-1350,579,3.37],[280,-1582,657,3.81],[-170,-1681,608,4.13],[136,-1332,689,3.21],[-418,-1670,530,4.17],[-208,-947,555,2.35],[367,-1441,719,3.54],[-22,-929,608,2.31],[-253,-1860,512,4.65],[794,-1422,651,3.43],[-133,-1716,527,4.21],[-595,-1530,473,3.79],[533,-1216,626,2.97],[255,-900,567,2.2],[413,-1790,640,4.41],[-503,-1095,445,2.71],[-288,-1564,528,3.9],[-775,-1453,425,3.61],[784,-1838,711,4.43],[-717,-1621,410,4.04],[-609,-1532,442,3.82],[331,-1175,632,2.89],[-787,-1302,397,3.16],[16,-1704,567,4.15],[-421,-1178,404,2.92],[-598,-818,375,2.01],[-449,-1743,401,4.24],[-333,-1139,399,2.78],[-382,-1979,439,4.9],[-344,-1759,432,4.34],[-381,-1135,417,2.73],[-676,-1464,389,3.55],[-166,-947,467,2.29],[582,-1046,543,2.52],[-538,-1562,383,3.76],[-580,-1212,359,2.92],[514,-1078,580,2.62],[-419,-1817,418,4.52],[-211,-1900,448,4.71],[641,-1831,549,4.5],[514,-1750,460,4.34],[-322,-1828,382,4.53],[-790,-930,312,2.27],[184,-1459,445,3.63],[-336,-1081,365,2.62],[151,-1336,394,3.25],[-162,-1089,357,2.67],[-552,-1621,306,3.91],[-486,-1754,324,4.27],[-231,-1704,380,4.11],[449,-1997,495,4.83],[711,-932,513,2.3],[-356,-1946,389,4.86],[429,-1052,494,2.56],[270,-1277,408,3.12],[745,-1817,464,4.45],[568,-1616,362,3.95],[508,-1751,407,4.27],[537,-2002,378,4.98],[-25,-1761,316,4.38],[-543,-1603,264,3.9],[-782,-1224,244,2.99],[-74,-1607,293,3.96],[8,-1169,304,2.84],[440,-1801,395,4.4],[-215,-1550,299,3.82],[-678,-1343,231,3.33],[-570,-1319,277,3.23],[-35,-1593,349,3.95],[92,-1418,377,3.48],[-328,-1929,292,4.64],[114,-1760,331,4.36],[197,-1921,651,4.49],[213,-1387,657,3.28],[-697,-881,467,2.11],[-497,-1321,540,3.09],[-617,-1989,509,4.67],[745,-880,803,2.06],[151,-1102,645,2.62],[-283,-1245,584,2.89],[500,-2016,733,4.68],[154,-1407,630,3.37],[740,-1707,797,3.98],[618,-1306,718,3.06],[271,-1824,642,4.24],[496,-1360,740,3.26],[-12,-1282,591,3.05],[-410,-1758,531,4.12],[-658,-943,447,2.24],[-604,-1473,457,3.45],[38,-1721,557,4.03],[166,-1120,586,2.63],[-153,-964,530,2.25],[757,-2112,706,4.94],[15,-1741,531,4.11],[430,-1933,617,4.5],[-135,-1376,529,3.19],[623,-1373,627,3.2],[-74,-1073,564,2.52],[-149,-1773,548,4.12],[90,-1968,594,4.7],[396,-1645,597,3.92],[738,-1735,711,4.05],[232,-1427,630,3.4],[70,-1879,510,4.44],[-696,-965,387,2.24],[342,-883,509,2.06],[467,-1360,549,3.15],[84,-1138,527,2.68],[-775,-1541,380,3.57],[-568,-1059,364,2.53],[730,-1320,580,3.06],[70,-1907,457,4.51],[581,-1425,524,3.42],[-129,-1800,425,4.22],[647,-2013,575,4.72],[176,-937,522,2.19],[-90,-1045,437,2.46],[-340,-1017,428,2.38],[117,-1528,483,3.67],[-183,-1878,394,4.35],[289,-1407,421,3.35],[12,-1058,439,2.52],[-142,-1443,384,3.44],[-328,-1403,346,3.26],[490,-1600,498,3.77],[463,-2046,477,4.91],[-77,-1582,404,3.68],[308,-1077,441,2.57],[-745,-1989,333,4.72],[-135,-2031,374,4.72],[-718,-1637,314,3.9],[-421,-2155,335,5],[485,-1364,497,3.17],[-442,-1770,338,4.24],[392,-2095,457,4.9],[-43,-1538,311,3.61],[-61,-2010,324,4.75],[-641,-1937,237,4.52],[504,-847,344,2.01],[-220,-1335,332,3.12],[638,-1417,423,3.33],[-512,-1179,259,2.78],[-166,-2097,311,4.87],[309,-1043,390,2.48],[156,-919,383,2.19],[-606,-1597,295,3.78],[-84,-2068,308,4.95],[-44,-1165,307,2.75],[163,-1973,323,4.66],[-251,-893,327,2.07],[-543,-1895,259,4.55],[251,-1530,302,3.55],[332,-1214,267,2.87],[-459,-1630,191,3.86],[-419,-1403,224,3.34],[-674,-2092,212,4.92],[-668,-1175,181,2.79],[-717,-956,200,2.26],[282,-1731,252,4.14],[-659,-1926,203,4.52],[517,-1141,280,2.72],[-212,-1511,209,3.6],[-404,-882,203,2.1],[123,-1816,273,4.26],[-353,-1205,251,2.87],[-147,-1009,277,2.42],[306,-2091,246,4.99],[-553,-1325,163,3.11],[-539,-1195,167,2.78],[-665,-1809,123,4.34],[741,-1333,230,3.11],[-711,-1949,160,4.52],[-536,-1215,174,2.82],[-546,-1112,165,2.61],[397,-1872,191,4.46],[-645,-1640,124,3.84],[461,-870,229,2.03],[-720,-1700,147,4.04],[-219,-1269,199,3.01],[539,-2129,239,4.96],[-69,-981,155,2.35],[161,-1362,162,3.24],[750,-1210,207,2.9],[-635,-1809,475,4.11],[-680,-2061,475,4.67],[541,-1212,720,2.73],[-255,-1451,594,3.3],[345,-1203,684,2.78],[686,-1207,787,2.76],[-485,-1717,531,3.85],[714,-1394,774,3.21],[-259,-1947,567,4.46],[-298,-1725,579,3.92],[-64,-1337,638,3.07],[-508,-1554,541,3.53],[-633,-1596,504,3.67],[469,-1269,677,2.84],[612,-2129,766,4.92],[632,-2169,763,4.99],[-704,-1307,323,3],[-570,-1828,324,4.1],[193,-2023,467,4.58],[-276,-2147,336,4.94],[-624,-1057,340,2.36],[370,-1820,429,4.15],[619,-1658,467,3.75],[-608,-1683,341,3.84],[-496,-2030,368,4.61],[25,-1375,405,3.11],[258,-1676,477,3.78],[757,-2065,464,4.72],[-272,-1616,356,3.65],[-167,-2006,407,4.49],[-730,-1592,328,3.6],[-194,-1305,377,3.01],[-390,-2139,320,4.9],[220,-2223,335,4.97],[320,-1301,349,2.92],[256,-1350,321,3.08],[93,-979,344,2.22],[16,-1503,301,3.46],[601,-1725,388,3.92],[304,-1349,354,3.05],[-697,-1007,238,2.29],[236,-1660,328,3.71],[-692,-1513,251,3.41],[164,-2128,363,4.89],[-554,-1591,283,3.65],[-8,-1164,343,2.65],[-656,-1675,234,3.77],[-763,-1991,226,4.53],[443,-975,325,2.18],[366,-1423,282,3.21],[289,-919,303,2.1],[496,-1529,289,3.54],[546,-1960,265,4.53],[287,-1979,249,4.42],[-412,-1078,207,2.44],[215,-1325,259,3.06],[-90,-1787,230,4.08],[33,-2066,242,4.63],[542,-2112,305,4.8],[363,-1807,289,4.1],[393,-2057,294,4.74],[30,-1713,231,3.9],[-359,-2115,206,4.78],[452,-890,334,2.05],[-151,-1006,141,2.27],[537,-1789,215,4.08],[473,-1097,187,2.5],[240,-2116,223,4.8],[183,-1691,178,3.81],[618,-2001,234,4.63],[511,-2070,182,4.67],[-644,-1479,144,3.32],[328,-949,173,2.13],[659,-1903,214,4.36],[-400,-1179,192,2.7],[349,-1638,213,3.66],[492,-1034,195,2.31],[707,-1935,229,4.4],[779,-2105,244,4.84],[526,-1470,203,3.36],[694,-1063,124,2.4],[-632,-1311,107,3.01],[-393,-1881,84,4.29],[124,-1462,88,3.32],[-415,-1468,98,3.37],[699,-1401,100,3.23],[771,-1687,98,3.81],[724,-1590,179,3.67],[481,-1653,129,3.81],[-104,-1433,99,3.31],[-699,-1409,112,3.2],[748,-1359,158,3.14],[245,-1666,147,3.73],[-796,-1525,56,3.46],[-623,-1869,81,4.28],[225,-1578,89,3.57],[-53,-2015,12,4.59],[-67,-2021,50,4.67],[62,-1668,20,3.86],[446,-1384,54,3.17],[624,-897,72,2.07],[-388,-1459,35,3.3],[282,-1072,53,2.48],[502,-885,15,2.04],[536,-1160,47,2.65],[588,-2159,74,4.84],[29,-1084,72,2.44],[594,-915,45,2.11],[508,-2000,42,4.5],[97,-906,8,2.09],[-449,-1708,47,3.83],[77,-947,17,2.16],[126,-1448,683,3.13],[761,-2176,778,4.73],[-740,-981,452,2.18],[-465,-1195,545,2.61],[735,-1932,744,4.17],[-692,-1032,493,2.3],[-242,-1428,600,3.08],[200,-2181,684,4.71],[-745,-1858,475,4.06],[-713,-1323,502,2.88],[8,-1909,611,4.17],[617,-1800,724,3.96],[330,-1763,650,3.86],[310,-1266,672,2.74],[-781,-1589,481,3.54],[768,-1317,780,2.93],[-343,-1875,245,4.15],[-143,-2172,268,4.69],[-83,-1648,283,3.6],[785,-1949,311,4.21],[-729,-1541,215,3.35],[742,-2091,335,4.54],[-239,-1233,216,2.69],[520,-2190,275,4.87],[85,-2144,299,4.69],[616,-2146,319,4.77],[-248,-2300,241,4.98],[380,-1058,327,2.32],[-120,-1002,276,2.2],[-287,-1242,225,2.69],[213,-1147,288,2.49],[575,-1304,317,2.86],[-636,-934,120,2.08],[321,-1198,171,2.61],[-302,-1617,152,3.59],[-73,-1169,209,2.59],[-248,-2160,202,4.75],[419,-1780,246,3.85],[99,-1350,201,2.98],[-650,-1323,169,2.9],[-413,-2275,159,4.94],[-685,-2174,156,4.73],[-295,-1105,135,2.44],[-411,-1178,181,2.56],[-475,-1134,149,2.45],[-338,-1581,145,3.45],[-276,-2163,195,4.77],[542,-1556,201,3.43],[201,-2229,105,4.96],[441,-1698,124,3.75],[242,-1251,99,2.72],[-567,-969,119,2.15],[585,-1677,119,3.68],[-476,-1174,119,2.55],[-520,-1541,121,3.33],[379,-1870,93,4.15],[-91,-1870,133,4.14],[-539,-1908,64,4.17],[-70,-1199,75,2.59],[472,-1182,115,2.61],[-530,-1040,63,2.26],[-242,-1488,130,3.25],[48,-1989,142,4.35],[-190,-1457,129,3.19],[-788,-1900,24,4.17],[-28,-1855,9,4.09],[-466,-1316,8,2.93],[-676,-1524,13,3.3],[586,-1581,55,3.51],[605,-2190,67,4.87],[-48,-1005,70,2.21],[434,-2016,2,4.41],[-734,-2122,42,4.72],[-470,-1489,24,3.23],[212,-2116,3,4.57],[-1,-2153,43,4.8],[356,-1245,43,2.76],[-350,-1996,21,4.39],[750,-2212,22,4.83],[-115,-1885,36,4.17],[-157,-1712,-4,3.7],[444,-1628,-49,3.54],[-213,-1410,-30,3.08],[-470,-2074,-28,4.56],[-69,-2175,-34,4.73],[-723,-2043,-51,4.55],[-208,-970,-6,2.1],[-415,-1530,-3,3.37],[250,-1946,-61,4.25],[646,-1857,-50,4.07],[-596,-1747,-38,3.8],[144,-1686,-21,3.7],[-533,-1660,-35,3.61],[-307,-1889,-1,4.1],[365,-2206,-49,4.88],[645,-2149,-62,4.79],[-126,-1593,-121,3.5],[-776,-1555,-67,3.44],[439,-1336,-110,2.88],[498,-2256,-147,4.94],[288,-1645,-132,3.58],[46,-1744,-127,3.84],[572,-1828,-136,4.02],[-782,-1117,-63,2.44],[-430,-2151,-67,4.7],[542,-2046,-122,4.52],[148,-1447,-138,3.2],[776,-947,-97,2.06],[660,-1534,-118,3.31],[480,-1525,-111,3.37],[94,-1570,-102,3.43],[792,-1253,-151,2.72],[-460,-2280,70,4.82],[-130,-2123,77,4.53],[-445,-2163,120,4.54],[212,-2221,132,4.69],[387,-2237,96,4.7],[-608,-1334,87,2.84],[323,-1175,155,2.5],[100,-1888,105,4],[62,-1370,81,2.87],[124,-2123,94,4.47],[152,-1644,153,3.45],[-305,-2034,87,4.37],[461,-1617,125,3.4],[366,-2275,138,4.79],[-634,-2127,92,4.52],[413,-1293,111,2.7],[-472,-1393,14,2.91],[481,-2001,34,4.31],[141,-1560,42,3.26],[762,-2056,20,4.43],[-25,-1961,10,4.11],[-127,-1707,52,3.62],[775,-2023,86,4.23],[677,-1872,6,3.9],[53,-2163,54,4.65],[-181,-2253,30,4.74],[84,-1463,30,3.14],[732,-2348,62,4.94],[-196,-2140,64,4.59],[117,-1325,53,2.81],[493,-2274,12,4.74],[-646,-1697,52,3.6],[584,-2287,-19,4.78],[-647,-1988,-23,4.28],[286,-1928,-70,4.07],[-429,-1980,-32,4.25],[-179,-1683,-42,3.55],[-722,-2034,-8,4.27],[532,-1766,-6,3.73],[765,-1790,-86,3.84],[-381,-1550,-21,3.29],[-738,-2182,-29,4.58],[758,-1810,-51,3.83],[185,-1985,-68,4.26],[268,-1266,-70,2.68],[-710,-1945,-38,4.11],[-123,-1656,-46,3.46],[536,-1293,-83,2.73],[761,-1038,-175,2.22],[396,-1900,-142,4.02],[268,-1317,-98,2.78],[532,-1815,-116,3.87],[54,-1383,-143,2.95],[-272,-1110,-82,2.37],[-451,-1243,-84,2.65],[505,-2326,-126,4.94],[-113,-1917,-79,4.11],[292,-950,-105,2.04],[-758,-1266,-75,2.65],[-194,-1889,-118,4.02],[215,-1461,-94,3.08],[-426,-1269,-115,2.69],[360,-1161,-106,2.42],[44,-1886,-130,4.02],[643,-1062,-216,2.25],[-698,-1866,-155,3.95],[-648,-1784,-148,3.77],[424,-1106,-209,2.33],[-588,-948,-163,2.03],[-477,-1511,-128,3.2],[-274,-1851,-167,3.89],[345,-964,-172,2.06],[-404,-1026,-180,2.15],[-117,-1116,-144,2.39],[-264,-2095,-165,4.47],[-670,-1934,-162,4.15],[256,-1329,-238,2.86],[-214,-2122,-147,4.56],[-441,-1167,-176,2.5],[197,-1337,-158,2.84],[182,-2232,-259,4.7],[-401,-2314,-238,4.91],[746,-1382,-355,2.91],[-164,-978,-267,2.1],[701,-1819,-316,3.89],[-303,-1590,-233,3.4],[500,-2079,-274,4.34],[-556,-2260,-197,4.76],[-9,-1645,-233,3.44],[324,-1332,-262,2.81],[502,-1097,-272,2.29],[434,-1579,-279,3.3],[697,-1661,-341,3.57],[-778,-2024,-188,4.32],[492,-2211,-272,4.76],[133,-2161,-256,4.51],[31,-1134,-63,2.29],[681,-1291,-41,2.63],[-575,-1703,-11,3.46],[-397,-1406,-60,2.87],[-429,-1416,-42,2.93],[115,-1958,-48,4.04],[313,-1456,-61,2.94],[-197,-1419,-57,2.94],[135,-1446,-61,2.96],[-581,-1092,-11,2.23],[181,-2001,-38,4.04],[-109,-1912,-4,3.93],[283,-1828,-58,3.72],[-44,-1908,-63,3.92],[42,-2276,-54,4.66],[313,-1559,-73,3.21],[-694,-1124,-101,2.3],[-146,-1981,-87,4.02],[-588,-1071,-77,2.22],[-221,-1544,-117,3.14],[229,-1812,-105,3.73],[595,-1580,-150,3.2],[-316,-2295,-103,4.7],[-663,-2260,-110,4.59],[464,-1965,-99,4.01],[-146,-2364,-139,4.8],[644,-1595,-168,3.24],[481,-1056,-133,2.14],[330,-2245,-160,4.65],[-65,-1155,-81,2.39],[464,-1964,-120,4.08],[581,-1001,-102,2.02],[542,-966,-220,2.01],[438,-2121,-205,4.4],[-698,-1327,-138,2.71],[351,-1720,-237,3.48],[697,-1730,-191,3.59],[-545,-1184,-177,2.42],[-211,-1103,-200,2.25],[530,-1204,-211,2.5],[-487,-1813,-149,3.72],[195,-2378,-218,4.82],[-303,-1882,-168,3.83],[-85,-1493,-167,3.1],[-336,-2113,-139,4.39],[-425,-1309,-186,2.7],[154,-1774,-208,3.65],[737,-1374,-267,2.78],[453,-1120,-325,2.27],[488,-2423,-331,4.95],[191,-1163,-265,2.4],[-318,-1533,-214,3.17],[-387,-1218,-201,2.53],[-545,-1393,-184,2.86],[-747,-1657,-206,3.36],[-93,-1958,-251,3.97],[-208,-1566,-270,3.21],[-412,-1883,-201,3.8],[673,-1184,-270,2.4],[-63,-1275,-287,2.58],[358,-2297,-277,4.78],[13,-1893,-286,3.85],[141,-1823,-242,3.77],[-643,-2455,-230,4.96],[408,-1309,111,2.6],[-516,-1376,111,2.77],[-327,-2140,114,4.22],[221,-1575,146,3.1],[256,-1462,145,2.92],[-144,-1203,125,2.42],[-195,-1912,126,3.75],[253,-1081,101,2.15],[490,-2063,121,4.08],[560,-2486,106,4.88],[242,-2280,81,4.52],[-748,-1235,63,2.47],[-639,-1280,65,2.54],[576,-2211,122,4.42],[72,-1742,100,3.51],[-269,-2057,130,4.06],[-741,-1338,46,2.68],[-311,-1455,56,2.93],[-6,-1969,35,3.91],[684,-1558,17,3.14],[754,-1266,89,2.51],[-472,-2318,4,4.56],[-661,-2527,33,4.96],[639,-1791,49,3.59],[-7,-1467,64,2.89],[-794,-1413,53,2.79],[-83,-2050,67,4.11],[-517,-1640,30,3.22],[42,-1526,60,3],[-125,-1570,54,3.16],[357,-1236,19,2.42],[-186,-1943,68,3.86],[613,-1198,-24,2.36],[57,-2297,-63,4.5],[-266,-2517,-2,4.97],[-744,-1378,-39,2.75],[-332,-1263,-37,2.5],[88,-1323,-47,2.59],[-162,-1678,-11,3.35],[203,-1237,-13,2.44],[-100,-2287,-24,4.58],[565,-2450,-24,4.93],[168,-1951,-13,3.84],[-392,-2312,-4,4.58],[-150,-1297,-66,2.57],[-88,-2127,-38,4.27],[396,-1006,-12,2.02],[-517,-2317,-19,4.63],[440,-2494,-93,4.95],[-159,-1462,-96,2.94],[486,-1761,-117,3.54],[-98,-1847,-113,3.71],[778,-1156,-98,2.32],[-538,-1496,-120,3],[-579,-2020,-87,4.06],[472,-2006,-136,4.01],[-588,-2484,-72,4.97],[311,-2287,-151,4.49],[722,-1345,-145,2.64],[-782,-1989,-70,4.01],[740,-1874,-164,3.69],[-116,-1103,-135,2.2],[-241,-2207,-80,4.45],[708,-2044,-164,4],[-122,-2380,587,4.54],[-462,-1816,537,3.5],[-15,-1577,604,2.99],[358,-1452,660,2.82],[-394,-1125,565,2.14],[-334,-2432,548,4.7],[-431,-1212,515,2.32],[303,-2385,673,4.61],[-291,-1562,596,3.03],[-623,-1858,489,3.62],[-629,-1432,514,2.76],[578,-2366,774,4.61],[-157,-1453,567,2.79],[339,-2610,700,4.96],[-295,-2577,536,4.92],[-309,-2463,532,4.78],[251,-2295,375,4.45],[130,-1879,307,3.65],[401,-2284,397,4.35],[336,-1471,336,2.85],[-233,-1902,287,3.67],[-756,-1249,270,2.42],[-447,-2458,255,4.66],[234,-1749,386,3.4],[-334,-1384,282,2.66],[-97,-1067,340,2.03],[-323,-2501,308,4.76],[-507,-1968,266,3.83],[758,-1619,428,3.1],[-451,-2199,278,4.24],[506,-1690,417,3.3],[-799,-1995,226,3.82],[-80,-1202,215,2.3],[87,-1909,245,3.69],[614,-1371,349,2.66],[507,-1056,341,2.03],[-275,-1055,232,2.02],[-723,-1459,171,2.79],[-282,-1693,253,3.29],[260,-1831,259,3.49],[-108,-1973,255,3.78],[-585,-2539,233,4.88],[160,-2249,289,4.28],[-405,-1214,224,2.37],[539,-2175,340,4.19],[189,-2069,249,4],[355,-1945,253,3.79],[-70,-2412,285,4.58],[167,-1787,195,3.39],[202,-2148,189,4.19],[230,-1805,188,3.48],[698,-1165,248,2.27],[-621,-1651,128,3.15],[-681,-1788,139,3.42],[660,-1262,201,2.44],[-635,-2418,172,4.6],[424,-1322,214,2.52],[-484,-2183,175,4.23],[-125,-1434,144,2.79],[641,-1447,234,2.76],[-155,-1893,150,3.6],[-620,-1192,165,2.3],[410,-1245,194,2.43],[-658,-1900,147,3.65],[480,-2312,95,4.5],[9,-2292,82,4.4],[-630,-1651,108,3.22],[247,-2039,80,3.92],[768,-2175,176,4.13],[-683,-2116,66,4.07],[-380,-1719,65,3.32],[578,-1743,136,3.37],[-77,-1183,110,2.28],[250,-1107,133,2.13],[-264,-1603,99,3.09],[-796,-1967,77,3.79],[459,-1993,134,3.82],[738,-2341,92,4.56],[166,-1532,99,2.93],[578,-2559,105,4.99],[349,-1726,70,3.37],[-591,-2272,8,4.39],[-556,-2551,44,4.96],[375,-2395,37,4.55],[-125,-1713,24,3.27],[-686,-2021,41,3.89],[-543,-1962,13,3.83],[-544,-1338,40,2.57],[-91,-2061,44,3.99],[202,-2085,31,3.99],[388,-2507,75,4.85],[-405,-2242,39,4.29],[-746,-1049,45,2.01],[347,-1535,59,2.96],[116,-1380,49,2.63],[88,-1424,49,2.75],[584,-1253,750,2.32],[89,-1754,645,3.26],[545,-2701,697,4.97],[-52,-1578,606,2.97],[307,-2365,711,4.44],[-736,-2062,466,3.89],[475,-1646,759,3.05],[419,-1483,712,2.76],[135,-1971,614,3.63],[438,-1781,740,3.32],[516,-2577,688,4.77],[-372,-1672,534,3.09],[-21,-2557,613,4.79],[-619,-1139,482,2.12],[-647,-1432,487,2.65],[-99,-2091,573,3.92],[736,-1773,696,3.29],[70,-1997,591,3.77],[0,-2328,524,4.37],[-796,-1515,437,2.85],[482,-2265,651,4.27],[-603,-2486,437,4.7],[-337,-2038,492,3.86],[-501,-2076,434,3.84],[565,-1227,676,2.29],[-276,-1224,469,2.28],[118,-2219,570,4.09],[661,-2584,679,4.89],[-793,-2203,409,4.15],[629,-1333,690,2.51],[92,-1092,538,2.03],[-374,-1304,517,2.45],[-734,-1121,346,2.12],[-528,-2411,413,4.56],[-260,-2201,440,4.16],[-659,-1670,389,3.16],[147,-2062,534,3.8],[-107,-2669,462,4.91],[-353,-1545,423,2.9],[498,-1516,558,2.84],[-547,-2459,371,4.55],[62,-2087,486,3.93],[708,-1117,564,2.11],[404,-2127,517,3.96],[-281,-1337,417,2.47],[263,-1554,510,2.89],[-540,-2596,418,4.87],[482,-1770,541,3.34],[265,-1346,433,2.53],[-136,-1424,372,2.64],[582,-1732,454,3.23],[70,-1392,383,2.61],[766,-2114,495,3.95],[-173,-1376,357,2.59],[573,-1432,509,2.67],[-441,-2463,356,4.61],[-44,-2281,367,4.31],[173,-2295,388,4.29],[-83,-1383,425,2.57],[0,-1611,369,2.99],[549,-1218,497,2.27],[-58,-2628,365,4.89],[6,-1826,407,3.41],[311,-2111,405,3.93],[-479,-2229,293,4.14],[-349,-1326,289,2.51],[20,-2419,312,4.58],[-163,-1536,334,2.87],[-47,-1219,300,2.3],[-243,-1432,314,2.65],[-314,-2500,295,4.61],[-634,-1632,238,3.07],[216,-1729,337,3.27],[141,-1592,321,2.98],[554,-1684,374,3.13],[605,-1892,360,3.51],[454,-1901,419,3.58],[-301,-1708,306,3.23],[-122,-2471,312,4.65],[-627,-1248,291,2.36],[482,-2447,335,4.59],[506,-2279,278,4.3],[-202,-1953,228,3.6],[-669,-1260,173,2.32],[303,-2325,321,4.29],[204,-2099,279,3.93],[-474,-1141,220,2.16],[629,-1534,352,2.9],[371,-2641,322,4.94],[503,-1450,283,2.68],[-636,-1065,227,2],[157,-1208,241,2.24],[734,-2303,344,4.34],[88,-1815,298,3.4],[-182,-1467,276,2.77],[-678,-2655,217,4.93],[-334,-1752,157,3.23],[580,-1633,201,3.09],[117,-1476,172,2.73],[-136,-2365,203,4.41],[-173,-1374,184,2.6],[-567,-2646,156,4.98],[573,-1765,201,3.28],[331,-1994,222,3.75],[657,-1430,235,2.63],[487,-1328,214,2.45],[168,-1350,183,2.52],[-755,-1558,120,2.94],[-786,-1196,146,2.23],[-682,-1327,133,2.45],[-275,-2158,197,4.07],[-670,-2055,137,3.81],[-678,-1610,501,2.93],[-613,-2522,476,4.62],[592,-1103,767,2.01],[-780,-2487,493,4.54],[47,-1446,657,2.62],[-387,-1988,529,3.63],[-101,-1912,600,3.49],[-572,-1485,510,2.66],[-412,-2690,528,4.93],[-432,-2686,540,4.93],[218,-2093,653,3.82],[-627,-2370,475,4.31],[-503,-1171,505,2.12],[253,-1835,682,3.35],[-353,-2574,522,4.67],[-727,-2074,457,3.73],[-4,-1714,540,3.13],[-56,-2032,534,3.72],[-472,-1367,464,2.46],[-487,-1316,473,2.39],[-528,-2072,440,3.78],[-420,-2454,478,4.41],[278,-2321,602,4.23],[653,-1650,668,3.01],[-691,-1939,402,3.47],[-669,-2706,407,4.88],[-513,-1801,487,3.26],[460,-2489,649,4.54],[75,-2128,543,3.81],[765,-2160,678,3.93],[-672,-2333,459,4.23],[354,-1418,626,2.55],[293,-2237,506,4.01],[363,-2636,542,4.84],[553,-2197,529,3.96],[484,-1835,579,3.35],[626,-2572,530,4.69],[-10,-1966,473,3.61],[-540,-2368,405,4.24],[-197,-2367,444,4.32],[-719,-2324,363,4.15],[-716,-2479,362,4.44],[244,-2517,541,4.55],[550,-1449,568,2.61],[242,-2693,510,4.88],[-198,-1981,478,3.6],[747,-1752,591,3.13],[-571,-2445,387,4.37],[412,-2166,478,3.91],[-179,-2208,393,4.02],[-210,-2292,358,4.1],[-731,-2295,284,4.18],[-11,-2534,424,4.54],[120,-2140,416,3.83],[158,-1208,420,2.16],[68,-2055,439,3.71],[-28,-1609,365,2.92],[329,-1745,443,3.17],[-563,-1945,315,3.55],[158,-2703,394,4.95],[141,-2688,437,4.91],[-689,-1389,293,2.52],[-90,-2171,423,3.89],[518,-2723,511,4.95],[-691,-2080,503,3.7],[283,-1402,713,2.47],[-592,-2730,531,4.85],[-798,-2804,448,4.91],[-445,-1541,541,2.74],[237,-1486,633,2.63],[-711,-1849,465,3.22],[-449,-1751,537,3.07],[54,-1160,640,2.05],[-507,-2677,495,4.75],[-54,-1630,603,2.89],[-509,-2160,536,3.78],[-515,-1706,505,3.01],[656,-2409,722,4.28],[400,-1953,739,3.47],[300,-2866,669,5],[-569,-2663,453,4.73],[-25,-2435,518,4.31],[484,-1862,673,3.28],[420,-2141,659,3.74],[787,-2035,692,3.6],[277,-2265,616,3.96],[571,-1606,693,2.86],[426,-2794,666,4.88],[492,-1184,643,2.06],[688,-2343,680,4.07],[53,-1689,576,2.94],[524,-2574,601,4.57],[523,-2059,678,3.62],[-526,-1468,443,2.57],[-114,-2147,505,3.77],[30,-1779,570,3.13],[450,-1736,703,2.95],[534,-2322,689,4.01],[-737,-2500,503,4.28],[-319,-1927,559,3.34],[-511,-1611,546,2.74],[-447,-2200,514,3.75],[431,-1497,690,2.55],[185,-2374,654,4.11],[-459,-2397,563,4.07],[407,-2197,686,3.8],[731,-2813,773,4.82],[-316,-2350,562,4.05],[-715,-2528,487,4.33],[680,-2418,734,4.15],[257,-2602,667,4.41],[480,-1942,691,3.36],[-755,-2519,286,4.16],[788,-3002,549,4.99],[-558,-2722,318,4.54],[219,-2707,465,4.47],[645,-2324,479,3.84],[-595,-1247,304,2.08],[-331,-1423,341,2.39],[557,-2493,497,4.13],[254,-1809,468,3.03],[-413,-2307,323,3.84],[-31,-2838,418,4.67],[461,-1624,504,2.68],[608,-2419,451,4.02],[536,-1893,440,3.14],[-648,-2417,296,4.01],[525,-2959,436,4.93],[521,-1471,-330,2.43],[34,-2018,-274,3.33],[-186,-1397,-247,2.34],[-506,-1973,-204,3.25],[-641,-1728,-202,2.89],[341,-3019,-259,4.97],[486,-2216,-285,3.71],[591,-1743,-262,2.89],[-243,-1547,-238,2.59],[-209,-2270,-215,3.8],[-528,-1518,-240,2.5],[611,-1884,-264,3.16],[-102,-2876,-264,4.75],[704,-2301,-308,3.84],[-29,-1610,-284,2.65],[-403,-2556,-249,4.24],[135,-2852,546,4.59],[-617,-1814,471,2.92],[455,-1857,650,2.98],[-597,-1853,436,3.04],[102,-1821,593,2.97],[418,-1597,643,2.6],[-291,-2078,484,3.34],[309,-1586,606,2.55],[506,-1242,623,2.03],[-371,-2702,480,4.42],[-309,-2671,499,4.33],[638,-1691,680,2.75],[480,-2828,640,4.65],[222,-2798,624,4.51],[707,-1989,651,3.19],[36,-1940,594,3.18],[353,-2094,565,3.42],[237,-2259,526,3.68],[753,-2297,624,3.73],[3,-3047,471,4.94],[103,-2260,512,3.68],[577,-1559,573,2.51],[318,-2756,536,4.44],[-651,-2687,391,4.31],[-767,-3035,364,4.87],[464,-1623,551,2.61],[27,-1454,513,2.37],[296,-2649,493,4.32],[-430,-2159,422,3.47],[311,-2028,534,3.33],[-257,-1941,414,3.12],[-116,-2566,427,4.21],[549,-2419,443,3.92],[-657,-3077,331,4.94],[408,-2441,441,3.93],[-321,-2514,365,4.03],[-234,-2227,360,3.6],[-301,-2454,346,4.01],[-569,-1275,344,2.07],[647,-1936,474,3.11],[-652,-2752,327,4.46],[-565,-1477,311,2.42],[782,-2654,546,4.28],[163,-1912,456,3.07],[-599,-1373,334,2.24],[779,-2648,461,4.26],[494,-1441,503,2.31],[286,-2902,435,4.65],[-344,-2413,-169,3.88],[717,-1677,-192,2.75],[767,-2421,-190,3.94],[269,-1428,-174,2.31],[-638,-2467,-159,3.98],[78,-2346,-189,3.78],[-162,-1596,-161,2.59],[55,-1301,-171,2.12],[602,-2471,-214,4.01],[217,-2737,-214,4.46],[340,-2670,-198,4.33],[-524,-2285,-143,3.71],[391,-3054,-180,4.92],[480,-2774,-231,4.51],[202,-1499,-177,2.44],[206,-2114,-206,3.45],[109,-2365,-266,3.84],[660,-2244,-274,3.6],[-659,-1358,-194,2.18],[-92,-1678,-241,2.69],[-262,-1803,-218,2.94],[657,-2571,-302,4.12],[-179,-2628,-238,4.24],[642,-2252,-291,3.67],[-517,-2835,-201,4.56],[-620,-1350,-216,2.17],[736,-2350,-312,3.84],[-665,-2070,-210,3.35],[-763,-2417,-207,3.9],[754,-2135,-275,3.43],[561,-2618,-332,4.24],[-127,-1307,-225,2.1],[-484,-2894,510,4.54],[-216,-1866,605,2.99],[429,-3107,743,4.93],[473,-1323,714,2.09],[212,-1710,684,2.68],[-489,-1581,529,2.49],[22,-2179,644,3.45],[328,-1846,669,2.89],[-502,-2470,535,3.88],[590,-2787,708,4.42],[46,-2185,651,3.43],[689,-2484,732,3.95],[-41,-1271,605,2.03],[-157,-2161,586,3.43],[-663,-2511,479,4.02],[513,-1942,726,3.1],[459,-2282,654,3.6],[566,-2807,627,4.41],[797,-1579,692,2.51],[-167,-1959,555,3.1],[-281,-2623,494,4.2],[608,-1975,624,3.15],[-591,-2207,461,3.47],[32,-1507,541,2.37],[-389,-2369,503,3.79],[606,-3111,654,4.95],[587,-1912,663,3.01],[379,-1422,626,2.23],[-17,-3122,553,4.94],[774,-1392,674,2.2],[-670,-1899,437,3.01],[782,-1318,696,2.06],[687,-3022,-140,4.84],[434,-2434,-102,3.84],[-270,-1754,-132,2.76],[-219,-2778,-124,4.35],[-611,-2253,-101,3.54],[585,-2523,-142,3.99],[426,-1776,-124,2.79],[326,-1703,-142,2.71],[-15,-1758,-119,2.79],[-127,-1525,-103,2.43],[-194,-1378,-124,2.18],[698,-2703,-126,4.29],[636,-2494,-114,3.93],[-496,-3114,-82,4.87],[-745,-2269,-88,3.56],[-280,-2322,-107,3.72],[-627,-2818,-174,4.45],[141,-1612,-209,2.56],[431,-2688,-235,4.25],[189,-2540,-207,4.01],[-514,-1728,-149,2.72],[-41,-2003,-213,3.18],[761,-2272,-219,3.64],[-600,-1439,-150,2.26],[311,-2974,-207,4.67],[-255,-1412,-153,2.24],[-170,-2869,-140,4.54],[342,-2336,-167,3.71],[-126,-2378,-185,3.78],[292,-1824,-199,2.89],[157,-1370,-217,2.17],[31,-2701,-204,4.28],[719,-2448,-337,3.88],[348,-1276,-324,2.02],[-56,-1877,-230,2.94],[-87,-3089,-274,4.86],[183,-2661,-293,4.16],[-229,-2539,-236,3.97],[429,-2986,-290,4.69],[-656,-2509,-229,3.98],[-219,-2675,-215,4.28],[-222,-1321,-269,2.1],[91,-2963,-283,4.64],[774,-2014,-277,3.17],[778,-2003,-318,3.21],[746,-2263,-298,3.55],[-772,-3126,-210,4.93],[-583,-2472,-212,3.88],[-601,-1502,499,2.29],[166,-2712,677,4.15],[-229,-2631,588,4.06],[-157,-2424,625,3.78],[207,-2426,656,3.78],[702,-1935,797,3],[-508,-2778,497,4.26],[-504,-1915,540,2.99],[269,-1306,670,2.04],[-469,-1750,501,2.72],[-752,-1910,480,2.93],[-466,-2791,509,4.28],[356,-1413,670,2.19],[586,-1418,773,2.18],[-367,-1680,530,2.62],[657,-2678,721,4.16],[277,-2440,598,3.77],[-103,-1324,532,2.02],[-594,-2092,454,3.23],[293,-1320,633,2.04],[-735,-2457,409,3.79],[726,-2305,651,3.58],[188,-1622,577,2.49],[-2,-3102,542,4.78],[779,-1356,726,2.1],[542,-2200,664,3.4],[-660,-1864,433,2.87],[69,-1946,564,2.99],[-223,-2307,493,3.57],[51,-2244,534,3.47],[133,-2046,576,3.13],[-71,-2111,547,3.25],[-307,-1864,-36,2.86],[-758,-1554,-29,2.42],[732,-2841,-14,4.41],[-334,-1355,-38,2.08],[653,-3208,-18,4.92],[-153,-1671,-5,2.61],[558,-1705,-31,2.63],[-486,-2761,-55,4.31],[572,-1293,-52,2.01],[437,-2019,-55,3.1],[-506,-1365,-42,2.13],[82,-2184,-7,3.38],[-162,-1976,-25,3.07],[-639,-2925,-49,4.5],[710,-3240,-43,4.97],[-26,-1591,-35,2.45],[-683,-2647,-112,4.05],[-471,-1969,-91,3.07],[113,-2046,-125,3.17],[336,-2506,-144,3.9],[743,-1938,-113,2.97],[-73,-1699,-108,2.6],[-225,-1373,-122,2.12],[-465,-1919,-81,2.98],[150,-1992,-113,3.1],[-27,-1438,-77,2.24],[-45,-2947,-110,4.57],[529,-2801,-143,4.31],[477,-1375,-156,2.14],[685,-1489,-161,2.32],[428,-3013,-88,4.61],[582,-2842,-173,4.44],[-795,-2971,-152,4.55],[521,-2894,-219,4.45],[408,-2756,-193,4.24],[738,-2335,-264,3.63],[-373,-1835,-139,2.86],[508,-1618,-254,2.5],[-789,-2291,-130,3.56],[747,-2909,-193,4.49],[212,-2816,-235,4.38],[-720,-2069,-113,3.22],[-697,-2513,-159,3.85],[-727,-1366,-128,2.11],[-118,-1429,-160,2.23],[106,-2129,-199,3.3],[-225,-2651,-162,4.11],[3,-1978,-183,3.03],[-64,-1903,-249,2.92],[-54,-2761,-243,4.23],[-168,-2548,-272,3.94],[-155,-2100,-263,3.21],[786,-2568,-315,3.92],[-92,-2188,-279,3.39],[-121,-1875,-244,2.89],[-134,-1831,-281,2.85],[616,-2948,-295,4.51],[-545,-3080,-184,4.81],[560,-2434,-320,3.77],[159,-1932,-303,2.97],[349,-2539,-291,3.9],[3,-2093,-247,3.22],[-117,-1597,-220,2.49],[-345,-2321,-248,3.57],[471,-2781,729,4.19],[-558,-2744,490,4.11],[237,-2927,638,4.42],[397,-1903,666,2.9],[-498,-2429,499,3.65],[773,-3238,806,4.89],[138,-2132,689,3.23],[-93,-3344,617,4.98],[684,-1639,769,2.47],[-66,-3162,591,4.75],[-395,-1964,568,2.97],[670,-1528,779,2.28],[676,-2855,737,4.34],[323,-2004,689,3.05],[139,-1476,631,2.2],[-421,-3212,555,4.8],[-179,-1981,493,3.02],[-611,-1608,436,2.43],[414,-3123,583,4.74],[602,-2949,638,4.49],[-795,-2309,432,3.45],[294,-3025,588,4.52],[794,-1959,658,2.93],[-39,-1688,528,2.52],[192,-1824,583,2.75],[437,-2142,588,3.21],[-522,-1991,482,2.98],[-662,-3231,427,4.91],[-371,-1808,505,2.74],[-564,-1476,429,2.22],[-172,-2870,528,4.31],[-612,-1784,451,2.69],[283,-1544,6,2.3],[356,-3030,78,4.51],[445,-2552,12,3.81],[430,-2112,58,3.17],[-482,-1726,56,2.58],[-452,-3131,38,4.68],[-149,-3031,51,4.61],[-514,-3160,14,4.71],[-84,-2614,33,3.98],[704,-1612,89,2.41],[-260,-2784,50,4.18],[-487,-1731,22,2.59],[-498,-1624,30,2.47],[313,-2995,24,4.55],[-482,-1648,18,2.48],[-744,-2440,53,3.68],[394,-2321,-69,3.51],[-470,-2517,-34,3.77],[-237,-2109,-67,3.2],[-473,-1510,-62,2.28],[-229,-1783,-53,2.71],[-263,-1999,-18,2.98],[-686,-1568,-7,2.36],[277,-1681,-11,2.53],[208,-2068,-8,3.13],[-517,-2508,-39,3.81],[-627,-1601,-57,2.4],[481,-2580,-9,3.86],[-697,-2554,-50,3.87],[-747,-2834,-27,4.22],[-412,-2462,-4,3.68],[-177,-2394,-38,3.61],[242,-2206,-223,3.36],[-621,-2205,-166,3.35],[-604,-3001,-127,4.57],[-14,-2096,-190,3.12],[189,-2222,-218,3.31],[-339,-1626,-145,2.45],[-635,-2621,-174,3.95],[-627,-3142,-144,4.78],[-35,-2929,-147,4.39],[-766,-2354,-128,3.58],[-72,-3091,-190,4.63],[-658,-2483,-163,3.72],[-401,-2350,-186,3.52],[198,-3067,-223,4.63],[274,-3161,-168,4.71],[-314,-3088,-175,4.63],[29,-2897,-269,4.38],[-360,-2186,-257,3.31],[-61,-2573,-236,3.89],[-688,-1375,-198,2.06],[268,-3167,-319,4.73],[-601,-2389,-232,3.64],[-227,-2122,-247,3.21],[-774,-2679,-203,3.99],[645,-1872,-336,2.84],[411,-2177,-294,3.27],[-278,-1579,-217,2.39],[672,-2291,-314,3.46],[73,-2287,-288,3.44],[-655,-1885,-191,2.86],[-528,-2139,-216,3.19],[387,-2027,-250,3.06],[-337,-2813,565,4.13],[402,-2758,717,4.02],[565,-2538,753,3.71],[374,-2747,731,4.08],[-236,-1918,580,2.81],[739,-2048,807,2.99],[-757,-2270,450,3.31],[605,-3379,719,4.97],[-254,-3015,589,4.39],[-363,-1685,575,2.45],[276,-2374,712,3.49],[540,-2367,772,3.46],[178,-2501,639,3.66],[6,-2909,613,4.29],[212,-2827,650,4.14],[-454,-3330,505,4.87],[-385,-1943,476,2.86],[782,-2818,677,4.19],[690,-2697,649,3.99],[-73,-1433,514,2.09],[-549,-2657,443,3.94],[493,-1818,619,2.66],[43,-2402,583,3.57],[-366,-2107,494,3.11],[606,-2457,641,3.58],[-276,-2564,507,3.81],[37,-3420,586,4.99],[741,-2863,724,4.17],[69,-2397,569,3.52],[-199,-1393,487,2.07],[-7,-2149,581,3.19],[500,-2522,654,3.7],[557,-1502,143,2.2],[-666,-2367,88,3.52],[780,-1953,168,2.84],[-172,-1416,82,2.1],[203,-2965,107,4.38],[446,-2423,118,3.53],[345,-2017,147,3],[514,-2200,118,3.26],[-569,-1395,113,2.04],[372,-1831,82,2.68],[-254,-3230,123,4.72],[-605,-2020,95,2.96],[-92,-2865,105,4.22],[337,-3347,108,4.89],[-409,-1628,97,2.42],[-49,-2142,103,3.18],[278,-1439,17,2.1],[492,-2952,26,4.33],[-364,-1413,41,2.07],[784,-2788,23,4.12],[-779,-1974,14,2.9],[794,-3310,59,4.82],[364,-2476,27,3.66],[-534,-3284,20,4.82],[-506,-2164,25,3.2],[-450,-2867,21,4.23],[-497,-3026,39,4.4],[-127,-2168,12,3.2],[425,-1760,36,2.58],[543,-1454,75,2.14],[-442,-1930,4,2.83],[481,-1992,75,2.96],[729,-2620,-254,3.89],[729,-2099,-248,3.1],[-454,-3264,-184,4.83],[-267,-2624,-195,3.85],[240,-2071,-183,3.08],[370,-1759,-188,2.6],[-34,-1790,-206,2.63],[571,-2264,-191,3.33],[300,-2199,-222,3.22],[-494,-1501,-153,2.23],[796,-2776,-203,4.1],[-325,-2816,-174,4.12],[384,-2379,-245,3.46],[57,-3211,-216,4.75],[-29,-1657,-153,2.42],[-19,-1642,-195,2.43],[504,-2194,-295,3.25],[-334,-2194,-252,3.24],[414,-2258,-281,3.35],[-464,-2433,-243,3.57],[198,-2666,-285,3.9],[-797,-2929,-187,4.29],[-532,-2515,-184,3.71],[-604,-2145,-209,3.13],[-782,-1499,-192,2.18],[-634,-3399,-191,4.99],[594,-3340,-339,4.89],[327,-1755,-298,2.57],[-354,-3125,-240,4.58],[-344,-2425,-227,3.58],[45,-2822,-225,4.11],[-556,-1464,-229,2.15],[-268,-2809,559,4.05],[140,-2603,632,3.7],[172,-3462,634,4.96],[-68,-3054,582,4.41],[609,-2453,783,3.55],[-343,-2241,544,3.21],[66,-2305,633,3.28],[588,-2887,755,4.13],[-66,-2566,585,3.72],[-1,-1988,642,2.84],[104,-1727,674,2.5],[708,-2584,786,3.68],[-1,-2688,614,3.82],[-197,-3179,602,4.52],[-322,-2036,534,2.91],[-541,-2313,542,3.33],[-182,-2880,529,4.11],[797,-2538,663,3.64],[-311,-1499,528,2.14],[206,-3186,578,4.58],[-156,-2001,505,2.86],[686,-2332,696,3.36],[284,-2417,605,3.48],[639,-1746,625,2.51],[-543,-2398,469,3.47],[226,-1478,568,2.11],[243,-2630,616,3.78],[571,-1444,610,2.06],[-110,-2680,528,3.83],[-58,-1449,566,2.1],[-728,-3063,409,4.38],[-730,-3038,416,4.39],[-374,-2790,429,3.99],[491,-1694,517,2.43],[-475,-3417,419,4.91],[-740,-2851,368,4.11],[-781,-3351,368,4.85],[310,-2368,532,3.38],[267,-2772,552,3.96],[543,-2928,518,4.2],[-363,-1777,416,2.53],[-73,-1493,469,2.15],[128,-3397,477,4.85],[-87,-2657,488,3.85],[674,-1405,590,2.02],[207,-2081,486,3.01],[701,-2858,625,4.15],[100,-2880,521,4.13],[328,-3144,462,4.47],[-66,-1480,371,2.13],[469,-2803,466,4.06],[-130,-2150,411,3.06],[-18,-1581,418,2.27],[792,-1697,474,2.42],[418,-1844,491,2.66],[415,-1747,428,2.52],[203,-2716,392,3.87],[-662,-3192,342,4.54],[506,-1691,452,2.41],[-527,-2295,365,3.33],[-421,-2947,355,4.28],[-778,-2519,302,3.6],[694,-1715,513,2.46],[-366,-1910,333,2.76],[287,-3110,324,4.44],[329,-2604,380,3.73],[638,-1406,411,2.01],[-316,-2810,311,4],[-346,-2799,305,4.02],[192,-2097,328,3.01],[535,-1762,375,2.52],[358,-3042,335,4.37],[488,-2930,397,4.22],[-140,-1653,302,2.4],[410,-3443,414,4.93],[650,-1948,384,2.77],[-118,-2821,290,4.05],[-31,-2912,303,4.23],[-467,-3217,276,4.58],[-8,-3436,318,4.9],[-412,-2643,214,3.82],[108,-2927,270,4.2],[656,-1639,352,2.33],[-180,-2323,216,3.31],[300,-1565,297,2.26],[299,-2166,263,3.09],[-284,-2725,257,3.92],[260,-2097,282,2.99],[-357,-1993,249,2.88],[311,-1444,292,2.09],[363,-2572,276,3.68],[578,-2677,307,3.89],[-548,-2842,208,4.09],[389,-2052,322,2.96],[708,-1608,320,2.3],[-218,-2187,224,3.16],[-296,-2849,188,4.14],[-664,-3259,169,4.66],[304,-1781,205,2.57],[-74,-2245,195,3.22],[300,-1651,198,2.39],[676,-2762,242,3.93],[-298,-2500,159,3.58],[277,-3027,167,4.33],[-189,-2397,184,3.45],[766,-2389,193,3.4],[241,-1885,164,2.7],[-225,-3329,198,4.78],[-135,-1404,156,2.03],[-377,-2687,166,3.85],[114,-3124,160,4.46],[-722,-1894,129,2.75],[322,-1897,90,2.71],[-359,-2585,82,3.73],[735,-2104,170,3.04],[574,-2357,151,3.38],[-551,-2065,91,2.95],[-117,-2753,138,3.93],[460,-2077,104,2.98],[765,-2589,161,3.73],[358,-2411,82,3.5],[789,-1808,145,2.62],[47,-1708,128,2.48],[680,-3154,99,4.53],[450,-1832,125,2.61],[-142,-2579,92,3.69],[678,-2725,121,3.93],[138,-2391,132,3.44],[-129,-2596,-169,3.73],[-80,-3453,-190,4.99],[-484,-3041,-151,4.37],[-382,-3212,-129,4.57],[-446,-2588,-158,3.76],[-7,-2707,-204,3.89],[399,-3311,-215,4.71],[-22,-1734,-215,2.51],[153,-3447,-191,4.9],[-204,-3173,-164,4.6],[143,-3434,-220,4.96],[-128,-2894,-204,4.12],[-146,-3016,-151,4.34],[-310,-2510,-174,3.62],[475,-1624,-231,2.34],[-32,-2617,-212,3.73],[541,-1477,-261,2.1],[153,-2007,-248,2.89],[-212,-1652,-227,2.39],[-484,-2844,-210,4.1],[-583,-1473,-224,2.12],[-759,-1559,-168,2.25],[-410,-2632,-209,3.82],[-552,-3298,-198,4.74],[428,-1715,-276,2.47],[-630,-1447,-222,2.09],[766,-3243,-301,4.67],[-563,-2477,-213,3.52],[147,-2693,-243,3.86],[-370,-2434,-208,3.51],[722,-2751,-319,3.98],[-406,-2853,-234,4.12],[52,-2184,582,3.05],[648,-2427,689,3.4],[636,-1997,669,2.81],[212,-1559,565,2.2],[-68,-3290,532,4.62],[-499,-2409,477,3.41],[363,-1892,588,2.63],[-222,-3232,529,4.55],[-213,-2227,490,3.13],[493,-2752,607,3.87],[614,-2132,679,2.99],[792,-2112,680,2.94],[-418,-3040,482,4.29],[-359,-3568,498,4.96],[-761,-2446,412,3.43],[152,-2237,552,3.13],[-346,-2774,446,3.92],[199,-2910,481,4.12],[128,-3465,468,4.92],[22,-2759,477,3.86],[28,-2513,515,3.49],[-77,-1679,431,2.35],[-33,-2517,456,3.53],[-737,-1811,338,2.54],[-467,-1623,377,2.3],[-325,-2654,411,3.75],[-327,-1800,457,2.52],[-540,-3051,382,4.25],[-32,-3098,499,4.36],[340,-2763,513,3.9],[228,-2964,513,4.18],[-716,-2209,355,3.12],[-256,-3557,393,4.97],[-740,-2254,304,3.14],[-275,-2718,397,3.78],[484,-2317,464,3.27],[528,-2969,510,4.15],[-263,-2901,367,4.09],[-633,-2228,298,3.1],[-2,-3235,420,4.58],[473,-2863,452,4.01],[760,-2518,478,3.51],[176,-2034,390,2.83],[195,-2285,437,3.21],[-539,-1847,353,2.61],[726,-3453,471,4.84],[-343,-2522,355,3.54],[189,-3270,426,4.61],[398,-3141,378,4.45],[-698,-1807,276,2.51],[-382,-3226,317,4.55],[447,-3514,370,4.94],[-82,-2585,352,3.66],[-271,-3443,300,4.79],[-119,-1804,311,2.52],[-674,-1618,271,2.27],[-7,-2096,334,2.94],[297,-3523,328,4.94],[-493,-2828,288,3.95],[-719,-2408,276,3.37],[511,-2654,351,3.72],[-200,-2321,290,3.23],[-473,-2878,287,4.04],[709,-2141,420,2.99],[-553,-2512,183,3.5],[-523,-2406,224,3.38],[225,-3198,283,4.52],[-58,-3052,246,4.25],[443,-2596,335,3.66],[319,-1803,263,2.53],[-353,-3362,251,4.72],[-129,-2787,230,3.9],[-378,-3041,220,4.3],[355,-1599,291,2.23],[199,-1974,255,2.8],[337,-2225,248,3.16],[-448,-3092,211,4.37],[98,-2525,232,3.51],[147,-3539,258,4.95],[-194,-2359,228,3.35],[-34,-3023,168,4.25],[-399,-1874,168,2.62],[624,-1853,255,2.62],[354,-2659,175,3.73],[-154,-1496,207,2.11],[-579,-2562,126,3.58],[-16,-3273,210,4.64],[362,-2750,216,3.85],[385,-2940,247,4.16],[-448,-3043,134,4.27],[345,-1718,238,2.4],[42,-3169,183,4.46],[12,-3199,154,4.45],[-509,-1447,133,2.04],[626,-1851,194,2.58],[95,-3265,176,4.63],[-155,-2969,-206,4.2],[-240,-3488,-173,4.85],[170,-1770,-222,2.49],[-250,-2885,-192,4.05],[-625,-2286,-156,3.22],[-433,-1853,-147,2.59],[-469,-2069,-179,2.88],[438,-1556,-180,2.18],[-302,-3572,-141,4.97],[407,-2699,-222,3.8],[-57,-2959,-173,4.14],[-8,-2257,-217,3.16],[-71,-1999,-210,2.83],[234,-2231,-190,3.14],[390,-2566,-172,3.63],[115,-1524,-228,2.16],[459,-2446,-278,3.47],[149,-2827,-240,4],[-167,-1910,-269,2.7],[-735,-2494,-185,3.51],[183,-2533,-234,3.56],[-741,-1743,-170,2.45],[-114,-2100,-236,2.97],[-798,-1639,-211,2.3],[638,-2134,-288,2.99],[-255,-1933,-240,2.72],[-638,-2833,-193,3.95],[338,-3312,-258,4.69],[75,-3349,-282,4.67],[391,-1582,-286,2.22],[666,-1684,-270,2.35],[-717,-3428,-180,4.83],[-644,-1891,407,2.58],[699,-2349,587,3.2],[-420,-2838,397,3.9],[190,-1969,485,2.73],[-622,-2511,401,3.47],[-705,-1774,363,2.45],[-425,-2379,398,3.28],[749,-1666,605,2.28],[445,-2117,542,2.92],[60,-2138,498,2.96],[509,-3251,523,4.49],[-683,-2836,348,3.9],[588,-2347,595,3.23],[104,-2170,486,3.01],[659,-1557,608,2.15],[-609,-1829,357,2.5],[407,-2581,434,3.56],[-768,-2847,324,3.91],[-791,-2737,287,3.77],[-580,-2692,320,3.72],[-451,-2846,343,3.95],[-46,-3473,378,4.76],[692,-1792,525,2.44],[-397,-2672,346,3.66],[733,-2218,528,3.06],[340,-3502,416,4.81],[48,-3184,409,4.38],[763,-3142,533,4.27],[-429,-1626,345,2.22],[-143,-3595,358,4.96],[444,-2287,474,3.14],[583,-3386,490,4.65],[-9,-2121,356,2.89],[-667,-2345,233,3.22],[187,-2980,354,4.08],[791,-2701,420,3.69],[206,-2237,357,3.06],[-5,-1883,326,2.58],[376,-2880,359,3.94],[-564,-1966,270,2.71],[81,-1831,318,2.51],[268,-2021,328,2.75],[634,-3004,425,4.1],[-33,-2131,335,2.94],[507,-3112,387,4.28],[-616,-3610,269,4.98],[3,-2059,328,2.83],[-210,-3370,290,4.66],[354,-2795,-171,3.86],[-367,-3259,-181,4.44],[-352,-1798,-169,2.46],[779,-2421,-191,3.29],[-154,-2985,-189,4.1],[533,-1485,-193,2.04],[-119,-2255,-210,3.1],[84,-1794,-213,2.48],[-786,-3146,-157,4.28],[482,-3296,-221,4.49],[436,-3278,-235,4.53],[-203,-3013,-163,4.11],[163,-3484,-226,4.81],[419,-1578,-210,2.17],[-618,-2315,-155,3.21],[-328,-2681,-180,3.72],[-135,-3072,-230,4.23],[-749,-1835,-208,2.51],[-745,-3603,-168,4.9],[-512,-2363,-223,3.25],[117,-3214,-279,4.37],[-730,-2212,-204,3.07],[213,-3423,-272,4.66],[632,-2977,-347,4.12],[-188,-3384,-209,4.66],[324,-1912,-308,2.6],[-685,-2342,-224,3.19],[795,-2841,-325,3.91],[-270,-1582,-215,2.17],[43,-3265,-237,4.48],[461,-3149,-287,4.28],[158,-2668,-256,3.68],[534,-1893,681,2.4],[-455,-2657,471,3.34],[213,-2558,561,3.23],[510,-1633,641,2.06],[161,-3409,613,4.34],[432,-3145,606,3.95],[-30,-3558,534,4.5],[-702,-3948,448,4.94],[-263,-3834,518,4.88],[128,-3509,608,4.4],[17,-1705,572,2.17],[-474,-3104,442,3.95],[-622,-2526,421,3.21],[-648,-2748,419,3.48],[-147,-3239,513,4.05],[155,-3753,575,4.75],[461,-1702,-259,2.17],[437,-3117,-283,3.95],[-58,-3586,-255,4.54],[284,-2156,-266,2.72],[735,-3845,-310,4.86],[-499,-2552,-191,3.23],[15,-3072,-288,3.9],[124,-2781,-257,3.5],[119,-2750,-298,3.48],[-459,-3887,-236,4.86],[-372,-3386,-223,4.3],[194,-3253,-270,4.14],[-264,-3351,-265,4.26],[-367,-3375,-254,4.23],[-258,-3829,-258,4.88],[314,-2594,-310,3.3],[641,-4002,706,4.91],[-112,-3959,543,4.93],[378,-4047,613,4.97],[-600,-2146,448,2.67],[-201,-1870,505,2.3],[559,-3236,692,3.99],[86,-1774,582,2.2],[-557,-3532,428,4.39],[594,-1800,689,2.23],[60,-2361,536,2.91],[-27,-2640,521,3.29],[-147,-1897,556,2.33],[-402,-2859,486,3.52],[-40,-2083,544,2.6],[188,-4005,593,4.94],[-410,-2347,458,2.89],[-301,-1862,-200,2.32],[201,-2064,-271,2.53],[-34,-3499,-261,4.34],[177,-1845,-284,2.27],[628,-2882,-313,3.58],[193,-2340,-252,2.89],[-343,-2187,-219,2.69],[-286,-2864,-241,3.55],[-698,-2351,-220,2.89],[770,-2435,-293,3.02],[-674,-3161,-215,3.94],[-732,-2840,-198,3.54],[-564,-1969,-197,2.44],[-86,-3332,-276,4.09],[-217,-3307,-267,4.11],[-565,-3719,-233,4.56],[186,-2491,664,3.04],[606,-3729,761,4.56],[-470,-3752,501,4.57],[275,-1647,708,2],[320,-2027,691,2.48],[215,-2637,688,3.18],[267,-3584,664,4.39],[576,-2019,744,2.47],[91,-2350,675,2.85],[503,-3881,739,4.7],[-624,-2809,520,3.4],[-519,-2996,548,3.63],[431,-3168,727,3.87],[617,-1658,705,2.01],[722,-3670,769,4.43],[300,-1984,654,2.4],[133,-3164,584,3.84],[798,-3748,717,4.56],[262,-3826,581,4.66],[-577,-2447,429,2.96],[568,-2373,693,2.89],[-250,-4139,526,4.99],[576,-3575,641,4.3],[-39,-3278,516,3.99],[-646,-2561,416,3.12],[82,-2093,581,2.53],[656,-4129,659,4.99],[-207,-3005,521,3.63],[309,-3881,632,4.75],[-453,-2387,455,2.9],[676,-2994,676,3.62],[-80,-3987,505,4.82],[-244,-3920,430,4.79],[567,-3789,574,4.57],[-418,-2735,416,3.34],[-767,-3288,365,3.98],[-383,-3499,422,4.25],[212,-2187,499,2.63],[388,-3680,499,4.49],[35,-1684,495,2.03],[271,-3924,535,4.74],[-301,-3471,453,4.18],[-585,-3891,389,4.75],[-55,-2624,444,3.17],[588,-2603,556,3.16],[-72,-2244,438,2.74],[171,-1909,533,2.33],[-764,-3062,337,3.72],[103,-3716,425,4.5],[740,-1861,474,2.25],[373,-3326,419,4.07],[336,-2278,428,2.75],[623,-3131,498,3.81],[280,-2407,454,2.95],[386,-2020,468,2.46],[304,-3274,422,3.97],[567,-2480,466,3.02],[408,-3865,418,4.73],[523,-1953,509,2.36],[417,-2969,448,3.63],[-151,-2432,371,2.95],[577,-3147,511,3.85],[-412,-3157,350,3.8],[546,-2223,438,2.7],[-402,-1898,263,2.3],[-245,-1844,322,2.25],[-577,-4006,293,4.84],[-759,-2379,244,2.91],[606,-2550,433,3.12],[162,-3925,327,4.75],[415,-3443,340,4.15],[39,-1689,306,2.05],[697,-2183,364,2.66],[-128,-2327,350,2.83],[732,-3299,404,3.98],[120,-1816,310,2.21],[773,-1653,375,2.02],[727,-3076,368,3.73],[284,-2305,368,2.78],[-539,-4041,274,4.89],[422,-2911,289,3.51],[750,-2581,361,3.15],[642,-3829,316,4.61],[-556,-3566,222,4.32],[-230,-3004,224,3.68],[-388,-3337,209,4.07],[-57,-3871,217,4.74],[592,-2630,300,3.17],[714,-2854,297,3.45],[324,-2854,260,3.49],[287,-3675,265,4.5],[486,-2375,266,2.88],[-201,-2956,221,3.56],[-63,-3663,228,4.43],[-110,-3108,230,3.76],[-704,-3460,208,4.17],[342,-2473,238,2.98],[-555,-3658,144,4.45],[134,-3364,216,4.12],[-103,-2137,177,2.59],[-150,-4058,205,4.92],[356,-3484,212,4.22],[-43,-2117,145,2.56],[-506,-3759,177,4.52],[452,-3514,242,4.29],[454,-2383,236,2.92],[317,-2197,163,2.65],[287,-2483,209,3],[-364,-2765,160,3.35],[64,-2184,171,2.65],[551,-2534,197,3.1],[223,-2596,181,3.16],[-673,-2054,58,2.47],[-162,-2638,108,3.22],[-105,-3219,83,3.94],[456,-3801,168,4.63],[-547,-4135,67,4.99],[-709,-3160,74,3.8],[-6,-3406,119,4.14],[-107,-2269,142,2.73],[443,-2086,88,2.55],[770,-2424,102,2.97],[358,-3047,86,3.73],[45,-2879,123,3.47],[503,-2733,115,3.29],[215,-3060,156,3.73],[-581,-2788,116,3.38],[276,-2977,149,3.62],[-418,-2322,10,2.83],[165,-2662,4,3.26],[-755,-3157,11,3.86],[597,-2315,15,2.8],[442,-2925,68,3.57],[617,-2092,28,2.55],[-770,-3003,35,3.67],[9,-3377,34,4.09],[685,-3195,82,3.91],[718,-1888,26,2.28],[113,-3766,20,4.57],[26,-3263,4,3.93],[-450,-2100,43,2.54],[137,-2798,2,3.38],[434,-2969,53,3.59],[-201,-2143,17,2.6],[38,-2315,-17,2.8],[728,-1941,-6,2.36],[-500,-2682,-33,3.23],[-780,-3116,-6,3.81],[-636,-3067,-2,3.69],[-406,-2496,-49,3.03],[-387,-2070,-53,2.51],[-338,-2150,-49,2.59],[643,-3208,-74,3.92],[394,-3141,-42,3.79],[411,-3902,-1,4.72],[773,-3067,-79,3.72],[-545,-3025,-41,3.65],[-485,-2497,-51,3.03],[473,-3269,-77,3.99],[389,-2841,-2,3.48],[-322,-2994,-77,3.62],[-586,-2493,-73,3.04],[-453,-2075,-68,2.53],[-618,-3838,-80,4.7],[-641,-2402,-62,2.92],[499,-2511,-167,3.02],[285,-2346,-156,2.83],[-794,-2563,-109,3.09],[-469,-3469,-71,4.21],[-225,-2560,-109,3.12],[197,-3944,-106,4.8],[114,-2214,-131,2.68],[-132,-3465,-125,4.23],[330,-2579,-115,3.1],[202,-2595,-154,3.12],[742,-3464,-91,4.2],[-511,-2590,-139,3.14],[-449,-3256,-170,3.92],[-66,-4013,-201,4.87],[-487,-2255,-149,2.76],[52,-4026,-209,4.84],[-500,-1740,-141,2.12],[530,-2342,-211,2.82],[-69,-2375,-204,2.9],[-480,-2313,-154,2.81],[-740,-2180,-122,2.65],[-588,-2486,-178,3.04],[790,-2052,-206,2.47],[742,-2890,-252,3.51],[678,-2422,-268,2.92],[392,-3360,-172,4.05],[517,-3814,-228,4.64],[-407,-2944,-194,3.54],[-85,-2713,-219,3.31],[183,-2001,-299,2.43],[-137,-2884,-241,3.5],[-177,-1797,-235,2.18],[763,-3075,-309,3.76],[712,-3490,-346,4.27],[5,-3180,-288,3.89],[315,-2281,-280,2.75],[-47,-2175,-272,2.63],[-159,-2547,-255,3.09],[-480,-3388,-220,4.09],[12,-1973,-252,2.41],[-81,-1837,-269,2.24],[574,-2370,-279,2.87],[643,-2784,-267,3.38],[502,-3870,708,4.63],[475,-2446,741,2.92],[73,-2748,624,3.29],[-346,-1857,568,2.21],[-323,-3671,573,4.41],[-669,-2791,511,3.31],[-126,-3027,629,3.59],[773,-3813,783,4.55],[654,-3833,720,4.6],[-778,-2890,455,3.46],[-337,-2140,576,2.53],[645,-3923,725,4.64],[119,-2901,654,3.48],[-16,-3273,603,3.88],[167,-1791,681,2.15],[467,-3776,721,4.53],[-380,-2000,511,2.36],[155,-2140,609,2.54],[-503,-2059,450,2.46],[-696,-4067,428,4.8],[-493,-3074,454,3.67],[348,-3612,612,4.31],[-335,-4123,479,4.94],[799,-2964,666,3.51],[287,-3189,622,3.79],[-274,-2703,505,3.24],[790,-3684,664,4.36],[187,-3080,594,3.66],[590,-3711,664,4.43],[-203,-3983,495,4.75],[-78,-2683,571,3.18],[760,-2025,673,2.4],[206,-2078,533,2.46],[602,-2703,610,3.23],[751,-4229,548,4.99],[-443,-1975,433,2.34],[-793,-3125,343,3.71],[-512,-2138,375,2.55],[94,-2740,477,3.25],[15,-2116,489,2.51],[-503,-4147,403,4.94],[-494,-3795,373,4.55],[353,-1868,560,2.21],[-289,-2065,458,2.45],[754,-4073,562,4.83],[-724,-3358,355,4.01],[777,-4022,610,4.8],[-250,-3120,428,3.7],[-49,-1874,404,2.25],[-162,-3040,386,3.64],[-396,-2965,351,3.55],[360,-2830,416,3.39],[111,-2674,449,3.16],[-406,-3147,354,3.78],[-358,-2522,345,2.98],[-390,-1989,357,2.37],[275,-3436,479,4.1],[-338,-2452,370,2.91],[179,-3424,394,4.07],[403,-1972,495,2.36],[-408,-2356,381,2.78],[17,-3394,434,4.01],[139,-3098,402,3.71],[85,-2513,400,3],[-48,-1970,353,2.36],[48,-3564,325,4.28],[-472,-1803,261,2.14],[515,-4053,426,4.81],[-337,-1859,287,2.23],[-88,-2549,290,3.04],[-784,-2194,227,2.61],[-484,-1978,286,2.35],[-628,-1845,252,2.21],[-290,-2583,291,3.1],[-527,-3902,269,4.67],[-89,-2529,328,3.02],[761,-3404,426,4.02],[-603,-3265,255,3.87],[617,-3096,381,3.69],[-540,-2663,283,3.2],[-397,-3962,229,4.69],[-341,-2137,221,2.52],[655,-3388,289,4],[-331,-1789,246,2.13],[576,-2379,288,2.81],[-401,-3035,241,3.58],[405,-3192,318,3.81],[690,-3121,351,3.7],[93,-2574,229,3.05],[-558,-2148,195,2.57],[611,-2722,268,3.25],[496,-2435,264,2.89],[468,-3558,262,4.26],[733,-2060,333,2.45],[454,-4028,310,4.82],[-337,-1838,202,2.19],[707,-2949,255,3.52],[-623,-2196,162,2.6],[-521,-2713,141,3.25],[-31,-3108,181,3.71],[-218,-3109,192,3.71],[-600,-3317,166,3.92],[-749,-4165,152,4.92],[619,-3375,182,4.01],[-384,-3809,169,4.54],[118,-3215,191,3.86],[-691,-3442,139,4.06],[-178,-3994,202,4.71],[576,-2116,215,2.54],[-521,-3948,180,4.68],[-282,-3374,143,4.02],[67,-3189,173,3.8],[439,-2986,111,3.55],[-433,-2792,76,3.32],[50,-4212,136,4.99],[507,-2823,126,3.38],[236,-2530,155,3],[-731,-3988,102,4.74],[-142,-2507,79,3],[-478,-2672,86,3.16],[531,-2533,152,3.04],[-96,-2721,83,3.21],[-126,-2730,100,3.26],[-10,-1686,139,2.02],[191,-3691,154,4.43],[-252,-3665,95,4.4],[-221,-1951,84,2.31],[-304,-2919,88,3.49],[-3,-4118,58,4.89],[181,-2023,63,2.43],[-120,-3222,65,3.82],[-190,-3328,30,3.99],[231,-2247,7,2.66],[672,-3507,60,4.17],[-793,-2965,47,3.51],[-560,-2941,18,3.5],[-445,-2627,62,3.13],[782,-2338,51,2.8],[683,-3834,18,4.55],[-176,-2977,23,3.57],[402,-2326,76,2.78],[553,-2132,51,2.55],[-19,-2441,57,2.91],[-586,-3409,23,4.04],[314,-3196,-37,3.84],[-225,-3310,-35,3.94],[560,-2196,-34,2.6],[-229,-3672,-37,4.36],[357,-4131,-9,4.96],[103,-3817,-51,4.53],[338,-3806,-41,4.49],[445,-2887,-80,3.41],[690,-3932,-4,4.69],[-399,-3780,-47,4.5],[608,-3045,-86,3.63],[361,-1914,-79,2.27],[512,-4126,-22,4.91],[667,-2265,-25,2.69],[-694,-1935,-19,2.3],[684,-4096,-78,4.85],[56,-3302,-89,3.96],[-110,-2703,-141,3.23],[-723,-4142,-83,4.9],[370,-1789,-141,2.11],[647,-3028,-89,3.63],[-209,-3241,-109,3.89],[230,-2723,-110,3.26],[-777,-4013,-62,4.79],[233,-3318,-124,3.94],[-595,-3735,-114,4.41],[-192,-4107,-93,4.93],[-568,-3013,-84,3.56],[148,-2226,-150,2.67],[-36,-2903,-125,3.48],[341,-2555,-136,3.07],[-691,-2211,-89,2.65],[-68,-3849,-147,4.54],[503,-4202,-227,4.97],[-287,-2852,-151,3.4],[-291,-2400,-174,2.85],[312,-3366,-212,4.02],[-260,-3782,-167,4.46],[318,-2751,-211,3.27],[85,-3333,-173,3.99],[-106,-2122,-205,2.55],[703,-3218,-208,3.8],[321,-2585,-229,3.05],[-616,-4098,-158,4.89],[325,-3933,-188,4.69],[-101,-3354,-145,4.03],[161,-2576,-201,3.08],[-743,-1765,-131,2.12],[419,-3223,-325,3.82],[399,-2719,-297,3.23],[754,-2128,-290,2.54],[690,-4171,-333,4.98],[671,-3724,-303,4.43],[-426,-2223,-226,2.66],[-228,-2536,-265,3.03],[607,-2351,-326,2.79],[611,-2187,-292,2.58],[258,-3330,-302,3.96],[-42,-3595,-262,4.31],[146,-1704,-237,2.03],[-652,-3960,-188,4.71],[-322,-3919,-231,4.64],[425,-4165,-253,4.97],[-679,-3753,-213,4.47],[-197,-2582,-167,2.99],[-283,-1712,-187,2.01],[674,-3755,-254,4.39],[-720,-3125,-137,3.62],[-1,-3633,-190,4.21],[-564,-3273,-124,3.85],[-356,-2208,-182,2.57],[-345,-3652,-173,4.29],[245,-1864,-179,2.19],[74,-3593,-164,4.19],[546,-3413,-223,4.02],[-264,-2684,-185,3.15],[-396,-2637,-150,3.08],[765,-1877,-236,2.2],[-20,-3190,-196,3.76],[262,-4154,-224,4.87],[136,-3350,-295,3.9],[-727,-2019,-204,2.38],[154,-2358,-293,2.76],[3,-1739,-222,2.04],[141,-1800,-297,2.1],[19,-4108,-286,4.81],[-328,-4277,-204,4.97],[-225,-4146,-268,4.87],[-211,-1904,-212,2.21],[-338,-2197,-255,2.56],[294,-2452,-273,2.89],[-151,-2491,-270,2.91],[666,-3518,-285,4.09],[-192,-2628,-266,3.08],[-2,-4200,-267,4.88],[169,-2530,-296,2.96],[107,-2284,-268,2.6],[605,-3920,-332,4.46],[715,-2257,-357,2.59],[-189,-2649,-267,3.05],[68,-3361,-237,3.83],[254,-3134,-246,3.59],[258,-1853,-242,2.14],[-787,-3218,-167,3.67],[-744,-3281,-172,3.75],[432,-1910,-284,2.21],[702,-2693,-279,3.09],[408,-3078,-317,3.55],[1,-4285,-262,4.91],[15,-2245,-223,2.56],[-286,-2818,-218,3.22],[528,-3707,-328,4.27],[660,-3924,168,4.05],[16,-2392,108,2.49],[374,-3257,109,3.39],[321,-4460,139,4.6],[259,-2134,156,2.2],[345,-4666,145,4.85],[677,-2940,173,3.02],[369,-3683,123,3.82],[-275,-2691,92,2.8],[65,-3605,149,3.75],[-315,-4729,91,4.9],[-81,-4801,94,4.93],[301,-4054,135,4.16],[-165,-4225,77,4.36],[288,-4078,92,4.18],[-251,-4330,70,4.45],[-499,-3232,29,3.36],[-734,-2203,53,2.28],[-534,-3598,34,3.71],[-119,-2863,21,2.98],[-158,-2726,1,2.8],[6,-4276,33,4.45],[701,-3011,10,3.12],[693,-4261,16,4.41],[424,-2173,44,2.26],[-277,-3971,30,4.13],[761,-4400,55,4.55],[-179,-4495,17,4.68],[-397,-2062,32,2.14],[-272,-3793,27,3.89],[-290,-4396,67,4.53],[135,-2186,31,2.24],[246,-4624,591,4.68],[439,-4334,619,4.38],[-282,-3653,533,3.73],[-695,-4904,410,4.95],[-3,-4162,578,4.25],[-233,-3624,505,3.69],[-761,-3055,402,3.12],[-459,-2997,466,3.04],[-219,-2427,537,2.45],[-51,-2491,551,2.53],[-568,-4131,460,4.23],[-325,-3187,497,3.22],[-172,-3121,511,3.16],[-103,-2070,567,2.09],[-466,-2863,449,2.89],[692,-4583,710,4.64],[-225,-3577,474,3.63],[677,-3262,596,3.32],[-560,-2545,402,2.58],[373,-2593,533,2.65],[-329,-2892,414,2.94],[56,-3619,507,3.66],[44,-2251,488,2.3],[105,-2293,505,2.33],[-568,-2872,377,2.9],[721,-2135,571,2.18],[360,-2271,565,2.29],[-278,-2430,457,2.48],[-656,-3192,363,3.27],[-144,-4509,442,4.59],[487,-3115,532,3.17],[478,-3251,563,3.31],[-551,-3700,344,3.78],[16,-3340,382,3.37],[-219,-2119,351,2.17],[-273,-4135,339,4.17],[-197,-2768,386,2.81],[-311,-3718,350,3.77],[401,-4604,492,4.7],[433,-3090,425,3.12],[500,-2741,482,2.77],[702,-2450,457,2.49],[-552,-3791,347,3.84],[-89,-4251,365,4.35],[365,-4509,469,4.61],[-730,-4894,333,4.97],[-48,-3667,407,3.72],[-414,-4899,340,4.97],[12,-3057,327,3.11],[278,-2089,393,2.12],[-491,-1976,252,2.01],[166,-4251,350,4.31],[630,-4617,373,4.7],[-334,-3749,291,3.82],[693,-3804,436,3.88],[412,-2351,372,2.37],[158,-4022,372,4.1],[-544,-2136,296,2.18],[-447,-1990,314,2.02],[-668,-4443,276,4.51],[-356,-3924,320,4.02],[-296,-3732,312,3.8],[-78,-3722,299,3.77],[-228,-4463,309,4.57],[20,-3312,194,3.36],[-504,-3028,180,3.06],[-103,-2211,144,2.26],[373,-3698,228,3.73],[173,-4481,156,4.57],[-773,-2295,131,2.35],[-248,-2482,148,2.52],[216,-2544,180,2.59],[-283,-2883,153,2.91],[-132,-1989,183,2.02],[197,-4524,225,4.59],[-26,-3317,173,3.35],[-666,-3866,171,3.96],[152,-3518,169,3.56],[62,-4081,209,4.13],[-402,-4111,184,4.16],[-133,-3338,74,3.37],[730,-3215,111,3.28],[-164,-3953,134,4],[-765,-2283,62,2.32],[-748,-2488,104,2.51],[-689,-4408,105,4.5],[-57,-2441,73,2.5],[-120,-4116,110,4.21],[-206,-4653,107,4.74],[730,-4581,174,4.67],[-487,-4887,75,4.94],[726,-3173,180,3.25],[773,-1967,138,2],[-320,-3705,102,3.76],[-432,-3911,126,3.95],[-148,-3897,125,3.94],[-325,-2674,21,2.71],[625,-4394,84,4.46],[-796,-2517,40,2.55],[711,-4680,82,4.79],[-675,-2976,14,3.01],[485,-2429,32,2.45],[-548,-2230,31,2.26],[-162,-3476,24,3.54],[-388,-4187,34,4.28],[406,-2251,38,2.28],[238,-3944,24,3.98],[244,-2800,47,2.83],[-39,-2015,57,2.05],[402,-3219,69,3.25],[317,-4471,80,4.52],[-60,-3094,39,3.12],[582,-2650,-84,2.69],[191,-3792,-27,3.88],[-140,-4574,-56,4.68],[-787,-4187,-49,4.28],[-452,-2811,-38,2.85],[-786,-3828,-10,3.87],[759,-3466,-9,3.55],[574,-4369,-48,4.43],[-56,-4008,-14,4.05],[-396,-2558,-30,2.58],[-311,-4491,-11,4.54],[673,-2866,-64,2.9],[606,-2480,-72,2.51],[172,-2631,-24,2.68],[143,-4111,-41,4.16],[-376,-3792,-42,3.87],[188,-2953,-179,2.99],[395,-2654,-187,2.68],[119,-4785,-187,4.85],[-646,-3336,-119,3.38],[-531,-2378,-154,2.42],[-94,-2694,-160,2.74],[352,-3272,-231,3.34],[-142,-2104,-167,2.13],[-242,-1997,-140,2.04],[591,-4768,-204,4.84],[-779,-3827,-138,3.92],[-622,-3761,-170,3.8],[783,-4094,-255,4.15],[281,-3211,-172,3.26],[679,-2327,-194,2.35],[755,-2190,-200,2.21],[-173,-2700,-276,2.74],[156,-2613,-293,2.66],[592,-4033,-264,4.08],[329,-3167,-303,3.21],[137,-2897,-255,2.95],[628,-2611,-350,2.64],[85,-2216,-234,2.25],[649,-3677,-274,3.71],[20,-3651,-290,3.69],[656,-4086,-318,4.18],[6,-4077,-225,4.12],[751,-2406,-340,2.45],[-404,-4714,-230,4.8],[-572,-2900,-184,2.97],[271,-3276,-286,3.31],[446,-3077,-261,3.12],[433,-3242,-347,3.29],[-557,-2695,-281,2.75],[521,-4069,-386,4.16],[-62,-3714,-312,3.75],[721,-4338,-423,4.43],[-542,-2567,-283,2.61],[-162,-2255,-311,2.29],[-325,-2012,-297,2.06],[570,-2312,-357,2.35],[-530,-4285,-274,4.38],[577,-4471,-411,4.53],[637,-2459,-394,2.5],[696,-3262,-421,3.32],[562,-3762,-400,3.85],[63,-3814,-331,3.89],[-511,-3599,-266,3.63],[236,-4734,-467,4.85],[-510,-3095,-352,3.14],[377,-4717,-442,4.77],[-12,-3601,-415,3.68],[-482,-4716,-317,4.83],[-109,-3733,-397,3.79],[449,-2587,-450,2.65],[612,-4852,-464,4.92],[-666,-4755,-336,4.81],[-516,-4696,-309,4.74],[-68,-3408,-418,3.46],[-269,-2618,-371,2.67],[799,-2118,-496,2.16],[377,-4242,-468,4.32],[-369,-2968,-359,3.03],[163,-3235,-438,3.3],[-23,-2677,592,2.66],[-462,-2279,532,2.29],[-214,-3638,590,3.64],[-600,-3972,506,3.97],[-195,-4389,589,4.37],[-217,-3141,547,3.16],[154,-4625,678,4.59],[-740,-3803,460,3.82],[327,-2458,682,2.44],[-109,-2879,582,2.9],[102,-4568,617,4.59],[-612,-2379,502,2.39],[-502,-4779,547,4.79],[-357,-3138,540,3.15],[-374,-4967,536,4.93],[-571,-4728,512,4.74],[350,-2490,626,2.5],[124,-2922,610,2.93],[641,-2082,620,2.08],[-264,-4844,514,4.84],[93,-3278,600,3.28],[38,-2472,567,2.48],[-541,-3354,445,3.36],[-617,-4098,413,4.13],[660,-4423,635,4.4],[266,-2454,582,2.44],[77,-4139,588,4.12],[751,-4204,682,4.19],[-437,-4628,503,4.66],[69,-4899,592,4.93],[7,-4024,562,4],[266,-4962,578,4.99],[-172,-4946,442,4.96],[-621,-2654,355,2.66],[557,-3667,578,3.66],[-396,-3606,411,3.6],[-30,-2426,489,2.41],[171,-3769,534,3.76],[666,-2114,591,2.13],[296,-3575,519,3.56],[785,-3720,561,3.71],[-24,-2566,506,2.57],[243,-2781,479,2.8],[-156,-3606,434,3.6],[-506,-2494,430,2.49],[336,-2330,530,2.32],[-663,-2225,398,2.22],[-788,-4715,374,4.73],[-482,-3801,353,3.79],[-104,-4835,361,4.87],[702,-4334,465,4.36],[-178,-4555,349,4.59],[455,-2922,456,2.94],[657,-3042,445,3.02],[-223,-2297,385,2.28],[-416,-4749,340,4.74],[-314,-2556,336,2.55],[395,-2779,492,2.76],[-276,-3195,392,3.2],[422,-2301,438,2.31],[166,-3774,396,3.76],[-177,-3904,353,3.9],[-419,-4487,345,4.46],[-618,-4301,345,4.33],[-49,-2434,350,2.43],[37,-4660,334,4.64],[-238,-3674,322,3.66],[598,-3551,410,3.55],[-106,-4876,340,4.91],[-469,-2904,288,2.92],[79,-3970,358,3.97],[-242,-4429,324,4.44],[-240,-3751,323,3.74],[245,-4238,392,4.24],[47,-4653,319,4.63],[-182,-2904,316,2.91],[759,-3426,380,3.45],[451,-3214,368,3.21],[-525,-4476,255,4.51],[-594,-2100,248,2.11],[732,-4636,361,4.63],[528,-3417,305,3.43],[-319,-4985,255,4.95],[169,-2147,238,2.15],[102,-3989,249,4.02],[-478,-2822,241,2.82],[625,-3132,317,3.11],[-490,-3987,207,3.97],[486,-2037,317,2.03],[-500,-4546,243,4.57],[-492,-2935,191,2.94],[-447,-3976,217,3.97],[-502,-4276,214,4.28],[-455,-2871,210,2.85],[-475,-4266,211,4.26],[672,-2274,285,2.27],[697,-3453,192,3.44],[407,-2860,215,2.84],[323,-2162,212,2.16],[786,-2527,275,2.54],[520,-4759,221,4.73],[-62,-3414,216,3.39],[-255,-3412,174,3.42],[568,-3427,199,3.42],[471,-4924,208,4.92],[601,-2376,203,2.39],[640,-4862,200,4.84],[-463,-2579,162,2.58],[619,-2498,258,2.49],[249,-2759,208,2.78],[-333,-3214,175,3.21],[771,-4895,266,4.91],[-466,-4612,-1,4.64],[-456,-4664,-23,4.64],[-677,-4841,-47,4.81],[794,-2849,-2,2.85],[134,-3809,-1,3.81],[469,-4350,-21,4.32],[-141,-4571,-50,4.55],[-514,-4049,-32,4.03],[370,-3613,-29,3.6],[798,-4865,-78,4.86],[478,-3590,-26,3.57],[-789,-4877,-45,4.85],[328,-3881,-23,3.9],[507,-2793,-13,2.78],[109,-2862,-38,2.87],[56,-4426,-63,4.45],[-724,-4189,-92,4.21],[-399,-2103,-88,2.09],[176,-4541,-149,4.51],[296,-2300,-124,2.31],[121,-4099,-82,4.12],[-717,-2561,-70,2.55],[-470,-4103,-99,4.08],[-512,-4855,-74,4.88],[196,-4169,-89,4.16],[-297,-3258,-107,3.26],[743,-3301,-120,3.31],[-775,-3107,-82,3.12],[-505,-4347,-121,4.36],[-33,-3492,-75,3.47],[414,-3971,-99,3.96],[272,-2434,-81,2.42],[372,-3834,-175,3.85],[-481,-5007,-126,4.97],[-203,-3153,-176,3.14],[-378,-4315,-140,4.31],[-583,-2392,-143,2.4],[-406,-4770,-138,4.75],[17,-3705,-155,3.73],[203,-3627,-165,3.6],[-685,-2940,-161,2.95],[-33,-2406,-162,2.39],[344,-3815,-211,3.83],[530,-4221,-247,4.21],[-571,-3909,-148,3.93],[-216,-3594,-161,3.57],[-729,-2385,-122,2.37],[-509,-2291,-139,2.28],[-529,-2325,-230,2.31],[-227,-4595,-241,4.57],[63,-4928,-231,4.94],[-182,-2134,-264,2.14],[-245,-4343,-235,4.31],[575,-4107,-323,4.1],[-37,-4496,-281,4.51],[-268,-3840,-265,3.86],[-536,-3966,-233,3.96],[550,-3737,-265,3.72],[266,-2978,-241,3],[631,-3198,-316,3.18],[418,-4282,-305,4.31],[417,-3488,-285,3.51],[298,-2537,-284,2.54],[155,-4387,-271,4.39],[333,-3362,-328,3.37],[-561,-3047,-257,3.03],[235,-3068,-336,3.05],[401,-3532,-343,3.55],[138,-2440,-330,2.45],[-135,-3872,-324,3.85],[785,-3529,-392,3.54],[430,-4251,-335,4.22],[-558,-4336,-281,4.31],[583,-3767,-378,3.74],[394,-2846,-407,2.85],[-294,-4678,-283,4.71],[-758,-3164,-237,3.15],[-266,-3067,-313,3.06],[-62,-3956,-303,3.94],[504,-2196,-393,2.21],[744,-2195,-523,2.18],[-579,-4013,-310,4.03],[-258,-3727,-385,3.74],[-89,-2430,-365,2.42],[-528,-4489,-364,4.47],[-588,-3891,-344,3.91],[103,-4942,-449,4.95],[213,-3349,-395,3.35],[286,-3914,-463,3.9],[671,-4945,-470,4.93],[744,-3191,-530,3.18],[617,-2928,-489,2.93],[458,-3762,-482,3.76],[442,-2939,-431,2.94],[-683,-2562,-306,2.56],[-640,-4935,-326,4.94],[-347,-4146,-394,4.15],[622,-4142,-543,4.14],[391,-2852,-561,2.83],[125,-4806,-494,4.82],[-656,-3870,-383,3.86],[-65,-3430,-499,3.41],[631,-3332,-575,3.33],[656,-4585,-609,4.62],[661,-3966,-556,3.95],[-583,-3419,-373,3.43],[-621,-3426,-383,3.45],[-381,-4772,-395,4.78],[-559,-2622,-386,2.61],[180,-4214,-522,4.19],[44,-2403,-509,2.41],[62,-2836,-482,2.85],[-781,-3120,491,3.05],[489,-2134,738,2.11],[669,-2634,737,2.6],[756,-3818,809,3.78],[262,-4953,670,4.86],[33,-3167,617,3.11],[767,-2788,732,2.75],[-790,-3641,443,3.56],[-469,-2575,507,2.52],[-61,-4642,594,4.57],[-158,-3333,605,3.29],[-198,-4967,587,4.89],[652,-3549,740,3.49],[-619,-2859,512,2.8],[-655,-2163,474,2.14],[-777,-3735,445,3.69],[-474,-3504,431,3.47],[96,-4703,521,4.62],[-339,-2691,433,2.67],[587,-2633,562,2.59],[507,-4746,532,4.66],[-559,-2670,400,2.62],[-403,-2633,423,2.6],[-202,-3921,449,3.87],[-269,-2140,443,2.11],[27,-4703,514,4.63],[687,-2283,585,2.24],[-729,-3724,359,3.68],[-762,-4775,371,4.71],[624,-3487,560,3.43],[541,-4838,563,4.78],[182,-2087,479,2.06],[107,-2941,452,2.9],[595,-3613,440,3.54],[734,-2797,538,2.75],[724,-4082,466,3.99],[327,-4201,410,4.16],[382,-3622,468,3.55],[248,-3396,445,3.32],[170,-2504,402,2.46],[407,-2968,486,2.91],[-85,-2525,403,2.5],[-765,-2675,301,2.62],[-747,-3823,310,3.78],[-281,-3803,393,3.75],[539,-4675,514,4.63],[733,-4905,510,4.85],[-195,-4268,352,4.19],[-440,-3389,281,3.35],[-289,-5030,297,4.97],[-630,-2381,268,2.34],[437,-2620,367,2.56],[-625,-4361,270,4.3],[-684,-2075,260,2.04],[519,-3444,405,3.37],[-516,-4109,260,4.07],[-707,-2053,267,2.01],[-644,-2194,277,2.17],[511,-2898,370,2.84],[-780,-2619,240,2.59],[-262,-4196,320,4.11],[-783,-3299,224,3.27],[679,-2145,435,2.12],[456,-4927,362,4.85],[-100,-4229,238,4.19],[-291,-2886,211,2.83],[205,-2320,269,2.28],[110,-3979,238,3.92],[-303,-4842,261,4.76],[-419,-5091,193,4.99],[-487,-4728,195,4.67],[793,-4763,293,4.7],[-240,-2559,206,2.53],[-734,-2056,188,2.02],[785,-3438,318,3.41],[-800,-3348,179,3.32],[-190,-3139,255,3.09],[661,-4609,350,4.53],[510,-4063,313,3.98],[81,-4801,228,4.72],[-387,-3439,-126,3.37],[724,-2559,-141,2.51],[532,-2157,-126,2.12],[97,-3925,-89,3.88],[549,-3344,-151,3.27],[796,-4542,-165,4.45],[-718,-4047,-89,3.98],[-204,-3417,-72,3.35],[-285,-4094,-71,4],[102,-3022,-108,2.98],[-507,-4234,-78,4.2],[-280,-2238,-109,2.19],[-406,-4203,-99,4.11],[-151,-4972,-124,4.87],[-594,-2926,-90,2.89],[321,-3850,-143,3.76],[-267,-5053,-181,4.97],[527,-2130,-201,2.1],[364,-3828,-243,3.75],[-277,-3266,-181,3.24],[-127,-2827,-197,2.8],[-395,-4737,-155,4.65],[-426,-4537,-189,4.49],[619,-3924,-234,3.88],[-510,-2341,-137,2.32],[247,-4556,-234,4.45],[739,-2428,-204,2.4],[-254,-4398,-197,4.34],[-714,-2196,-168,2.16],[-630,-4456,-124,4.37],[154,-3896,-191,3.82],[-163,-3719,-165,3.68],[-110,-3203,-235,3.13],[389,-3424,-270,3.38],[-475,-2714,-247,2.69],[-89,-3832,-232,3.76],[596,-3646,-346,3.58],[723,-3104,-294,3.06],[-260,-2168,-202,2.12],[504,-3440,-314,3.41],[14,-3716,-276,3.65],[537,-3196,-287,3.17],[-113,-2930,-261,2.87],[-50,-2556,-242,2.5],[-680,-3580,-209,3.55],[144,-4443,-239,4.35],[-299,-2070,-208,2.04],[288,-2769,-283,2.71],[644,-4524,-416,4.46],[-644,-4154,-265,4.09],[-68,-4712,-351,4.62],[-609,-2689,-272,2.65],[257,-3298,-384,3.27],[-257,-2057,-332,2.02],[-592,-2773,-261,2.74],[153,-3137,-367,3.1],[-788,-4320,-230,4.28],[749,-3693,-448,3.61],[556,-4340,-385,4.27],[-491,-3033,-252,2.97],[475,-3555,-371,3.51],[-586,-4948,-248,4.85],[523,-4670,-376,4.6],[-299,-3398,-312,3.34],[-240,-3584,-463,3.54],[-9,-3565,-465,3.52],[-464,-3279,-394,3.23],[-798,-4730,-350,4.62],[570,-2299,-605,2.25],[-276,-4275,-448,4.21],[-214,-2142,-420,2.1],[-25,-4395,-484,4.36],[-134,-4197,-430,4.1],[-641,-3754,-369,3.72],[43,-2534,-520,2.5],[-435,-4028,-389,3.96],[-312,-2897,-405,2.83],[500,-3627,-589,3.55],[679,-3131,-540,3.06],[92,-4607,-499,4.5],[177,-2449,-598,2.42],[-507,-2812,-491,2.78],[-438,-3835,-467,3.76],[404,-3155,-599,3.11],[393,-3256,-624,3.22],[-625,-4054,-427,3.98],[-679,-2845,-405,2.78],[260,-4973,-626,4.93],[728,-3548,-700,3.47],[-398,-4317,-490,4.26],[743,-4645,-682,4.59],[-660,-4376,-415,4.3],[-18,-4851,-539,4.78],[100,-3076,-531,3.05],[-660,-4774,-427,4.73],[-115,-4000,-512,3.94],[428,-2746,-625,2.65],[579,-4424,-614,4.26],[-179,-3996,-502,3.89],[724,-4428,-661,4.29],[-600,-4091,-443,3.97],[302,-3707,-575,3.58],[-332,-3933,-480,3.81],[-574,-4775,-428,4.63],[-398,-2804,-476,2.7],[-780,-3309,-418,3.19],[-176,-2356,-520,2.29],[-734,-2565,-422,2.48],[473,-3974,-655,3.85],[-360,-4588,-477,4.45],[41,-3027,-587,2.92],[-90,-4731,-530,4.62],[-503,-3540,-196,3.31],[136,-4983,-258,4.67],[-353,-5155,-255,4.82],[-649,-3502,-193,3.29],[149,-3738,-266,3.51],[287,-4330,-261,4.1],[-453,-4750,-208,4.46],[-175,-3787,-276,3.58],[-438,-2333,-229,2.19],[155,-4357,-245,4.1],[-253,-4108,-261,3.89],[-150,-4030,-228,3.78],[758,-4122,-358,3.87],[296,-3947,-241,3.69],[-289,-3411,-249,3.2],[353,-3604,-251,3.39],[-49,-2245,637,2.08],[253,-2632,674,2.45],[454,-2770,698,2.56],[214,-4748,652,4.38],[-244,-3481,589,3.21],[589,-2589,705,2.38],[399,-4674,742,4.31],[619,-3914,705,3.64],[643,-4068,788,3.78],[-198,-2501,596,2.33],[-301,-2593,545,2.41],[-100,-4761,574,4.43],[174,-3972,639,3.68],[-403,-4293,548,3.99],[176,-4511,667,4.2],[218,-3730,677,3.46],[565,-3414,-340,3.17],[549,-3089,-270,2.85],[-38,-3615,-274,3.35],[-641,-2348,-225,2.16],[29,-2801,-232,2.61],[54,-3054,-224,2.81],[552,-5092,-338,4.75],[118,-4627,-231,4.28],[698,-5036,-321,4.63],[742,-2791,-292,2.57],[-757,-2863,-203,2.65],[-542,-4141,-233,3.85],[-532,-3215,-210,2.96],[-544,-4938,-218,4.57],[84,-4916,-238,4.58],[577,-5106,-292,4.74],[566,-4730,761,4.33],[573,-4789,754,4.34],[502,-5056,706,4.62],[652,-4081,798,3.75],[-18,-2266,619,2.07],[-554,-3200,524,2.92],[-719,-2646,484,2.4],[566,-2714,708,2.47],[688,-4242,805,3.89],[-299,-2739,545,2.5],[-595,-5069,515,4.6],[114,-5134,646,4.68],[568,-4392,713,3.99],[-195,-3348,590,3.07],[-672,-2322,517,2.11],[-344,-5463,564,4.99],[-767,-5482,393,4.97],[294,-2729,586,2.48],[-311,-5347,471,4.86],[-467,-3832,460,3.52],[353,-2318,642,2.13],[720,-3281,708,2.98],[712,-4865,638,4.46],[-347,-2523,484,2.29],[624,-3161,655,2.88],[-185,-4993,532,4.53],[761,-5371,715,4.87],[-177,-3397,522,3.09],[475,-2329,620,2.12],[-20,-4065,558,3.7],[-673,-4981,420,4.55],[439,-5431,635,4.95],[-81,-3202,492,2.93],[-621,-5408,404,4.92],[-96,-5140,484,4.68],[-799,-2307,375,2.12],[-189,-3027,478,2.76],[-47,-4757,488,4.35],[546,-4836,541,4.4],[468,-2949,586,2.68],[353,-3139,543,2.85],[304,-4899,514,4.48],[339,-2817,557,2.57],[265,-5117,483,4.68],[-682,-4879,370,4.46],[-441,-4541,427,4.14],[-289,-3262,456,2.97],[194,-5255,485,4.81],[485,-4128,479,3.76],[75,-3708,446,3.4],[494,-4360,489,3.97],[-216,-3410,406,3.12],[567,-4057,461,3.7],[-536,-2925,345,2.66],[566,-4217,476,3.83],[426,-2542,482,2.31],[-704,-4728,313,4.32],[69,-3923,412,3.6],[496,-3678,503,3.34],[-119,-4957,383,4.54],[8,-4598,414,4.22],[514,-4895,478,4.45],[-565,-2769,328,2.53],[292,-4676,415,4.25],[632,-2860,424,2.6],[-305,-5411,330,4.94],[-741,-2371,237,2.15],[508,-5144,412,4.66],[118,-5004,321,4.55],[-512,-3630,282,3.32],[-65,-2943,349,2.7],[-699,-2766,248,2.52],[-606,-4609,295,4.21],[-19,-4223,320,3.83],[620,-4648,413,4.25],[732,-2627,441,2.38],[-786,-4585,273,4.18],[-451,-2259,291,2.06],[-539,-2490,262,2.28],[-653,-2788,290,2.55],[533,-4999,322,4.53],[-404,-4333,251,3.98],[-106,-4533,251,4.15],[83,-2198,283,2],[-128,-5463,264,4.98],[35,-2263,225,2.06],[-276,-5152,248,4.67],[445,-2431,325,2.21],[523,-3776,318,3.47],[-466,-3571,249,3.27],[529,-3537,296,3.25],[233,-4454,289,4.07],[-492,-5016,220,4.59],[180,-3367,264,3.09],[-314,-3240,262,2.96],[710,-2467,277,2.25],[-355,-4800,168,4.39],[380,-3564,214,3.24],[695,-5284,204,4.83],[-102,-3160,144,2.87],[340,-4125,233,3.74],[303,-3507,204,3.22],[-529,-3068,129,2.79],[9,-3045,149,2.79],[-613,-5085,126,4.65],[300,-4247,194,3.9],[138,-3998,162,3.67],[69,-4447,156,4.04],[-66,-4059,204,3.7],[-522,-3672,141,3.35],[-559,-2801,122,2.56],[-472,-2858,135,2.62],[-522,-2963,118,2.71],[-436,-3395,95,3.11],[-735,-2934,100,2.66],[635,-3823,93,3.47],[65,-4840,145,4.42],[731,-3996,121,3.63],[-211,-3979,101,3.61],[649,-4807,114,4.41],[222,-3095,144,2.84],[-538,-5385,82,4.9],[245,-5169,107,4.73],[-637,-2783,99,2.54],[-469,-2704,112,2.48],[539,-3335,168,3.05],[-449,-3925,107,3.57],[-454,-2677,120,2.45],[-697,-4087,42,3.74],[-654,-2259,57,2.07],[-693,-2824,6,2.57],[728,-4114,2,3.77],[-104,-4612,64,4.23],[-455,-3162,23,2.9],[-351,-5029,46,4.6],[-109,-3644,6,3.34],[-597,-2808,31,2.55],[-456,-4637,61,4.2],[-103,-3777,3,3.47],[-692,-4192,57,3.84],[-96,-3642,69,3.34],[-663,-4490,44,4.09],[259,-3521,25,3.22],[-164,-2861,18,2.61],[12,-3757,-21,3.43],[429,-3234,-3,2.96],[499,-4827,-50,4.38],[-584,-3113,-34,2.85],[-324,-5486,-24,5],[134,-3325,-69,3.04],[28,-4827,-4,4.4],[-35,-4427,-34,4.04],[711,-5426,-89,4.92],[-680,-5323,-57,4.84],[-121,-2292,-4,2.09],[-109,-5053,-5,4.62],[262,-4922,-26,4.47],[-6,-2700,-44,2.46],[-182,-5507,-6,5],[511,-4700,-38,4.26],[-416,-3113,-116,2.85],[-199,-4616,-109,4.21],[-272,-3803,-80,3.49],[-255,-4198,-108,3.82],[33,-3739,-128,3.39],[-438,-2732,-97,2.49],[232,-4437,-117,4.05],[-523,-3181,-66,2.92],[410,-4025,-155,3.65],[-378,-3180,-67,2.92],[18,-2755,-105,2.5],[77,-2350,-115,2.15],[288,-3667,-121,3.35],[-205,-3951,-81,3.58],[-228,-3367,-70,3.06],[-512,-4922,-98,4.52],[764,-3266,-268,2.99],[-228,-3722,-167,3.42],[-310,-2395,-150,2.19],[-421,-5272,-134,4.8],[-90,-3512,-180,3.22],[-740,-3815,-120,3.5],[759,-3087,-235,2.8],[-578,-3894,-154,3.57],[334,-4250,-211,3.87],[-181,-2936,-199,2.69],[393,-4792,-214,4.39],[112,-5415,-194,4.96],[334,-3203,-165,2.92],[-666,-4226,-169,3.87],[-133,-3603,-195,3.29],[454,-3431,-205,3.15],[-136,-2791,-261,2.55],[-646,-5057,-213,4.59],[107,-5355,-268,4.92],[-279,-2515,-251,2.3],[79,-3920,-231,3.56],[741,-2797,-346,2.54],[-252,-4166,-253,3.81],[436,-2204,-305,2.02],[276,-4245,-311,3.86],[-209,-4097,-241,3.76],[-630,-2839,-179,2.59],[535,-3692,-259,3.36],[-174,-2359,-247,2.14],[-79,-3454,-215,3.17],[411,-3185,-304,2.89],[-162,-3633,-213,3.32],[-178,-4778,566,4.27],[-170,-3082,575,2.78],[-530,-3268,496,2.96],[-347,-4117,544,3.68],[761,-3403,748,3.07],[481,-5298,719,4.77],[-759,-2471,458,2.22],[-671,-5088,466,4.58],[-589,-3235,515,2.92],[-614,-3634,487,3.29],[375,-3527,730,3.18],[-180,-2804,554,2.53],[-466,-4131,537,3.73],[-121,-5350,624,4.79],[-686,-4024,472,3.63],[-599,-5016,505,4.48],[-256,-4240,476,3.8],[-24,-5392,533,4.88],[-380,-4883,499,4.38],[-296,-4645,513,4.19],[-651,-4395,410,3.97],[265,-3823,587,3.43],[771,-3195,715,2.88],[-291,-2254,503,2.03],[783,-3660,715,3.28],[534,-3639,646,3.29],[-772,-2399,417,2.17],[-158,-4666,492,4.22],[-104,-5547,527,4.97],[232,-3735,580,3.38],[442,-4122,595,3.71],[608,-5172,632,4.62],[-259,-4732,441,4.26],[-228,-3913,433,3.54],[-175,-2739,470,2.48],[775,-3105,613,2.78],[206,-3804,493,3.41],[-507,-2575,411,2.31],[283,-2562,506,2.32],[518,-5113,598,4.59],[-188,-2231,414,2.01],[483,-5142,524,4.64],[-101,-4207,488,3.77],[340,-4765,558,4.27],[734,-4217,622,3.8],[-742,-2984,355,2.68],[319,-5255,522,4.73],[476,-3199,545,2.89],[530,-2624,438,2.35],[-403,-4879,351,4.38],[787,-3110,529,2.79],[684,-3968,452,3.59],[-194,-4975,387,4.48],[-92,-4387,371,3.93],[244,-3359,462,3.02],[652,-2495,458,2.26],[134,-4818,440,4.31],[74,-4208,431,3.79],[-26,-3677,395,3.29],[426,-4065,500,3.67],[-473,-3768,354,3.41],[121,-4434,398,4.01],[-487,-3187,316,2.88],[-303,-4224,365,3.81],[66,-5446,342,4.89],[-347,-2745,283,2.46],[-416,-3948,257,3.53],[638,-3764,429,3.38],[-652,-3767,235,3.38],[378,-3993,332,3.57],[-307,-5364,309,4.85],[346,-3038,370,2.74],[-371,-2490,309,2.25],[452,-3624,343,3.25],[601,-4248,392,3.81],[-786,-3417,273,3.06],[-748,-3610,243,3.24],[701,-5179,377,4.63],[19,-2431,301,2.19],[800,-4286,410,3.87],[-720,-4072,215,3.68],[154,-5047,259,4.56],[-797,-5189,187,4.67],[771,-4074,294,3.65],[197,-2351,306,2.1],[88,-3023,235,2.73],[354,-3507,299,3.14],[385,-3031,279,2.71],[605,-2410,267,2.17],[467,-4217,323,3.82],[-35,-5004,267,4.5],[-345,-4084,202,3.67],[66,-4913,248,4.45],[-318,-5506,218,4.95],[220,-5387,249,4.87],[553,-2564,272,2.31],[723,-5092,264,4.56],[9,-4169,156,3.75],[60,-5335,205,4.77],[-210,-4533,158,4.07],[-151,-5030,142,4.54],[-70,-3756,159,3.4],[234,-2856,191,2.56],[-414,-5337,187,4.83],[784,-4780,263,4.3],[269,-4168,166,3.74],[310,-2983,232,2.68],[-698,-5401,139,4.86],[390,-4176,168,3.75],[-154,-3259,178,2.92],[169,-5119,175,4.59],[195,-3131,184,2.8],[3,-2799,97,2.53],[-5,-4561,127,4.09],[378,-3373,121,3.02],[547,-2355,104,2.12],[-706,-4324,101,3.9],[118,-3838,98,3.47],[187,-3984,143,3.57],[314,-4173,158,3.74],[-791,-3734,107,3.36],[-562,-4530,120,4.07],[674,-3529,115,3.18],[723,-3175,150,2.84],[400,-2434,117,2.18],[385,-5283,134,4.78],[-453,-3581,86,3.21],[62,-4208,143,3.77],[641,-3074,5,2.77],[716,-4544,67,4.09],[378,-5107,46,4.62],[22,-2631,60,2.37],[113,-3923,43,3.52],[426,-5509,70,4.93],[622,-4623,9,4.17],[652,-2279,77,2.06],[594,-4885,23,4.4],[-413,-3269,53,2.94],[-758,-3935,15,3.54],[152,-3168,42,2.84],[31,-4359,6,3.93],[-715,-2750,22,2.46],[470,-3247,35,2.9],[-56,-3135,8,2.82],[607,-4607,-42,4.16],[578,-4301,-67,3.87],[634,-2994,-13,2.71],[-455,-2652,-60,2.37],[-261,-2686,-32,2.41],[-67,-3777,-21,3.38],[207,-3701,-77,3.35],[122,-2493,-46,2.25],[-502,-2243,-4,2.02],[772,-3545,-16,3.2],[-524,-4394,-5,3.94],[-664,-4491,-2,4.01],[-613,-5244,-47,4.72],[-126,-4095,-22,3.66],[671,-4952,-7,4.45],[692,-4311,-89,3.89],[680,-3257,-152,2.95],[743,-3423,-170,3.1],[764,-4256,-180,3.82],[105,-4637,-135,4.18],[463,-4630,-139,4.18],[-431,-2930,-68,2.64],[232,-4410,-139,3.94],[778,-4756,-122,4.3],[-580,-4698,-66,4.2],[-599,-3259,-91,2.93],[-784,-2556,-102,2.29],[489,-5510,-98,4.96],[341,-4385,-97,3.97],[-566,-2420,-106,2.18],[-522,-2573,-70,2.31],[-780,-2951,-63,2.64],[724,-5455,-200,4.9],[157,-2751,-190,2.47],[326,-5227,-207,4.73],[132,-5041,-189,4.52],[-729,-3671,-142,3.31],[460,-2746,-192,2.48],[-68,-3462,-144,3.1],[-306,-5286,-174,4.76],[-74,-5301,-161,4.77],[183,-5474,-212,4.91],[465,-3538,-196,3.18],[-53,-3448,-197,3.12],[-592,-2241,-163,2.02],[435,-3033,-182,2.73],[135,-5070,-163,4.53],[480,-4060,-181,3.63],[376,-2575,-317,2.33],[55,-5245,-269,4.72],[250,-5059,-300,4.56],[-710,-3105,-227,2.79],[-547,-3036,-195,2.74],[324,-3018,-295,2.73],[478,-2734,-294,2.45],[564,-4763,-325,4.27],[-13,-5176,-225,4.67],[581,-4591,-321,4.12],[-660,-2244,-185,2.02],[-49,-4884,-233,4.37],[-46,-3441,-262,3.11],[407,-5240,-259,4.7],[363,-3540,-300,3.2],[358,-2288,-257,2.06],[201,-3916,659,3.45],[-423,-3749,508,3.31],[43,-4383,636,3.9],[527,-4619,710,4.1],[-29,-4207,623,3.73],[-92,-2790,628,2.49],[-745,-4145,458,3.7],[179,-2740,641,2.44],[-665,-2348,489,2.08],[463,-2464,690,2.17],[694,-5250,726,4.67],[257,-4915,639,4.38],[-138,-2944,604,2.62],[598,-4337,774,3.85],[72,-2314,642,2.05],[-642,-5146,502,4.59],[-431,-2704,444,2.39],[797,-3646,722,3.21],[251,-4519,576,3.98],[608,-4715,674,4.19],[-306,-2748,491,2.45],[476,-3265,602,2.9],[9,-3960,571,3.52],[677,-5043,708,4.46],[288,-3619,564,3.2],[769,-4630,675,4.09],[392,-5380,616,4.77],[-521,-5470,448,4.88],[641,-5113,690,4.51],[146,-3566,594,3.15],[663,-5068,697,4.5],[767,-4983,643,4.39],[474,-2616,591,2.31],[-436,-2905,410,2.57],[-690,-5358,358,4.74],[-68,-4185,432,3.72],[327,-3768,555,3.33],[756,-5639,636,4.99],[-565,-4199,398,3.73],[103,-4383,501,3.87],[395,-3764,560,3.36],[469,-3575,541,3.17],[-624,-4763,405,4.2],[-259,-2309,406,2.05],[355,-5223,531,4.65],[-453,-4163,414,3.7],[512,-3602,527,3.18],[-244,-3925,433,3.5],[493,-2699,502,2.4],[350,-5032,444,4.47],[616,-3774,525,3.36],[57,-4295,420,3.82],[-416,-2892,330,2.57],[-113,-4340,395,3.87],[580,-2334,452,2.08],[591,-4915,450,4.34],[-620,-4423,319,3.9],[-200,-4995,383,4.44],[-281,-3678,376,3.25],[-90,-3254,422,2.88],[519,-2804,450,2.49],[329,-5177,482,4.59],[-353,-3302,369,2.93],[-37,-4959,389,4.38],[233,-4674,372,4.14],[514,-3976,426,3.52],[386,-2583,385,2.3],[502,-2971,414,2.63],[-511,-4663,256,4.14],[-258,-2849,271,2.54],[-726,-4345,248,3.83],[-682,-2417,261,2.15],[737,-4264,423,3.76],[515,-5527,396,4.9],[-261,-3362,278,2.98],[-283,-5182,297,4.62],[5,-3735,335,3.31],[-142,-3756,283,3.33],[156,-3242,320,2.88],[-554,-4830,282,4.31],[64,-4982,-261,4.39],[548,-3839,-333,3.42],[-266,-2981,-224,2.63],[-66,-3467,-238,3.08],[-250,-2330,-220,2.06],[-765,-5366,-194,4.76],[498,-3573,-336,3.18],[-58,-4926,-252,4.36],[666,-4494,-320,3.96],[-226,-5339,-229,4.75],[505,-5243,-325,4.66],[299,-4926,-284,4.37],[229,-4401,-282,3.88],[-51,-2627,-238,2.32],[-76,-3160,-252,2.81],[540,-3081,-260,2.74],[-555,-5458,435,4.78],[544,-4707,658,4.1],[161,-3565,585,3.13],[134,-4513,595,3.97],[18,-3848,528,3.35],[644,-2999,666,2.62],[-558,-5354,471,4.65],[-112,-4243,548,3.7],[674,-4560,664,3.96],[-790,-3070,429,2.69],[-282,-4177,497,3.63],[77,-5549,562,4.85],[216,-2965,565,2.6],[32,-2655,587,2.32],[612,-2776,689,2.43],[-619,-3917,432,3.41],[89,-5675,521,4.97],[-282,-4138,453,3.6],[340,-3803,545,3.31],[779,-4971,600,4.33],[197,-2338,528,2.04],[612,-5348,607,4.66],[764,-4613,606,4.02],[-344,-5172,398,4.52],[-619,-5214,407,4.58],[168,-4023,485,3.51],[206,-3770,492,3.3],[-106,-3989,432,3.48],[-620,-5219,409,4.54],[-580,-2561,381,2.23],[219,-5296,477,4.63],[-210,-5080,444,4.45],[-527,-2514,354,2.19],[97,-4876,424,4.24],[476,-2975,478,2.59],[-175,-3168,368,2.77],[-154,-4773,375,4.19],[-206,-3278,394,2.88],[-126,-5156,399,4.53],[-636,-3204,346,2.81],[42,-4972,384,4.34],[-241,-5025,362,4.37],[481,-3189,436,2.79],[-596,-4311,311,3.75],[-196,-2777,399,2.42],[103,-4689,440,4.11],[-645,-4928,307,4.29],[735,-3248,454,2.82],[55,-3980,326,3.49],[-107,-4142,299,3.62],[-716,-2342,282,2.05],[483,-5099,392,4.45],[218,-4999,388,4.38],[331,-2441,370,2.12],[84,-5181,320,4.55],[-32,-5540,294,4.86],[166,-5128,337,4.47],[-751,-4110,247,3.59],[-795,-2344,247,2.05],[367,-5407,359,4.72],[646,-2839,364,2.49],[-468,-3842,299,3.35],[-40,-2697,299,2.36],[101,-2982,332,2.62],[-270,-4601,221,4],[-228,-3400,242,2.98],[265,-2715,272,2.37],[-392,-5069,234,4.45],[-533,-2375,186,2.07],[217,-5699,245,4.97],[594,-2633,333,2.29],[610,-4029,289,3.54],[-303,-5440,204,4.74],[-246,-2840,245,2.48],[657,-3686,283,3.24],[-292,-3698,259,3.21],[-769,-5141,200,4.5],[-700,-2470,193,2.17],[532,-3805,333,3.32],[353,-2591,271,2.28],[-579,-3053,133,2.67],[497,-3471,214,3.05],[-436,-2375,133,2.09],[-349,-3672,192,3.21],[-283,-5727,135,4.98],[497,-4167,189,3.63],[-736,-5402,148,4.7],[-337,-5118,176,4.48],[334,-3980,203,3.46],[311,-4248,206,3.71],[-432,-3335,139,2.9],[608,-2343,182,2.06],[-577,-5491,156,4.8],[575,-5114,242,4.48],[-41,-3316,216,2.89],[-13,-3569,207,3.1],[305,-5202,-318,4.56],[-624,-2894,-218,2.52],[-507,-2739,-220,2.38],[-591,-2490,-217,2.19],[-8,-5145,-290,4.47],[-138,-3060,-213,2.67],[-778,-2397,-199,2.1],[-45,-4080,-282,3.55],[-135,-3443,-264,3.03],[-621,-3557,-180,3.11],[401,-2446,-260,2.15],[-428,-4318,-241,3.79],[-18,-5262,-268,4.61],[-782,-3730,-200,3.28],[-578,-4247,-197,3.73],[-556,-5108,-233,4.48],[-718,-5160,289,4.45],[210,-2584,417,2.24],[524,-3046,488,2.64],[-599,-5632,355,4.86],[689,-2787,492,2.41],[-607,-3751,317,3.23],[-175,-5598,380,4.84],[139,-3771,421,3.24],[340,-3045,484,2.61],[642,-3169,461,2.73],[-606,-4812,298,4.12],[575,-5492,496,4.72],[-294,-2636,380,2.26],[325,-4398,462,3.81],[-382,-4135,364,3.58],[-359,-5205,374,4.51],[-287,-5589,316,4.83],[-761,-4861,258,4.22],[552,-3576,397,3.09],[-635,-2426,291,2.08],[796,-4891,373,4.24],[797,-2793,392,2.42],[-761,-5355,241,4.61],[96,-4884,325,4.19],[-156,-4253,318,3.68],[440,-3070,346,2.66],[793,-3324,377,2.85],[-695,-5055,229,4.34],[-106,-2395,321,2.07],[687,-4581,431,3.93],[162,-3157,380,2.71],[-606,-2696,243,2.31],[-269,-3357,237,2.89],[-117,-3335,266,2.87],[401,-5618,312,4.83],[-105,-2576,219,2.22],[419,-4848,310,4.19],[769,-5214,297,4.47],[-220,-3583,247,3.1],[697,-3263,340,2.8],[-508,-4950,198,4.27],[-411,-2697,215,2.34],[-238,-5793,246,4.97],[-71,-5629,239,4.85],[470,-4170,274,3.61],[-337,-3517,230,3.04],[-792,-3821,211,3.31],[-238,-3035,259,2.62],[-457,-2492,141,2.16],[-304,-2897,161,2.49],[-477,-3901,157,3.35],[-490,-3724,151,3.22],[232,-3182,221,2.74],[-574,-3667,170,3.17],[529,-3934,204,3.38],[-198,-2885,155,2.49],[667,-3689,229,3.16],[10,-3424,165,2.95],[324,-2951,226,2.55],[-685,-4166,136,3.57],[141,-4667,172,4],[389,-5014,228,4.3],[-525,-4763,143,4.12],[-670,-3051,124,2.62],[689,-2849,107,2.44],[-774,-4784,104,4.14],[356,-5588,89,4.79],[-617,-3602,65,3.1],[230,-4091,98,3.52],[-338,-3225,125,2.78],[-676,-5662,107,4.91],[203,-5017,149,4.31],[688,-5021,107,4.35],[434,-5451,146,4.72],[317,-2377,117,2.05],[-193,-2779,137,2.4],[410,-3589,136,3.08],[-406,-4080,88,3.51],[-37,-2512,102,2.18],[563,-2474,132,2.13],[587,-3344,24,2.88],[123,-5300,31,4.55],[711,-4067,56,3.53],[256,-2576,48,2.21],[623,-4402,71,3.82],[-540,-3011,47,2.59],[267,-4419,24,3.83],[12,-3226,25,2.79],[-259,-4792,9,4.13],[34,-3257,12,2.79],[195,-4575,4,3.93],[333,-5075,2,4.38],[-541,-5042,37,4.37],[-265,-5265,33,4.52],[-616,-5192,56,4.48],[650,-4554,42,3.92],[-568,-4510,231,3.81],[598,-4488,298,3.81],[799,-5035,353,4.29],[76,-4457,291,3.79],[65,-4959,231,4.21],[-748,-2534,180,2.15],[109,-4464,291,3.81],[-488,-2872,240,2.45],[-785,-3593,165,3.05],[-415,-3735,231,3.19],[214,-2469,307,2.09],[-401,-5732,236,4.86],[653,-3084,348,2.64],[401,-3504,317,2.99],[435,-5013,300,4.26],[-651,-4020,174,3.43],[322,-5278,236,4.49],[228,-3893,168,3.31],[-327,-5269,141,4.49],[76,-4575,191,3.9],[185,-4737,169,4.01],[605,-5482,238,4.67],[-321,-4051,181,3.44],[-360,-3877,190,3.29],[616,-5213,214,4.43],[298,-4790,186,4.05],[-352,-3254,146,2.76],[119,-3013,156,2.55],[-208,-4687,166,3.97],[204,-2602,195,2.2],[786,-3589,208,3.06],[407,-5152,196,4.41],[-407,-4737,68,4.01],[144,-4040,106,3.44],[-448,-3279,82,2.77],[-565,-3753,88,3.21],[259,-4847,118,4.15],[-187,-2776,107,2.35],[359,-5543,89,4.7],[530,-3943,86,3.34],[208,-3925,120,3.35],[-337,-4372,102,3.74],[-314,-3162,75,2.7],[676,-4638,148,3.97],[290,-3878,85,3.32],[263,-2696,112,2.28],[-142,-4724,102,4.02],[-741,-5047,65,4.3],[745,-5584,20,4.76],[559,-5009,12,4.24],[-523,-3980,14,3.38],[-742,-3277,43,2.78],[354,-4585,30,3.91],[374,-5886,12,4.98],[-653,-4756,45,4.07],[261,-2652,53,2.25],[410,-5308,81,4.54],[-761,-4819,3,4.1],[514,-4826,76,4.1],[-548,-5174,14,4.38],[306,-4655,74,3.95],[333,-3309,29,2.82],[-695,-2895,36,2.47],[-640,-4553,11,3.87],[121,-3928,-49,3.36],[750,-5660,-72,4.83],[73,-2880,-50,2.45],[706,-2347,-52,2],[-189,-4348,-56,3.71],[726,-3274,-69,2.77],[-620,-4008,-12,3.43],[-578,-3109,-46,2.64],[-215,-3563,-44,3.04],[-631,-4870,-51,4.12],[198,-3496,-7,2.99],[232,-4563,-63,3.87],[36,-2425,-58,2.05],[-381,-3836,-9,3.26],[-21,-5477,-47,4.65],[378,-4412,-47,3.77],[-201,-5208,-94,4.4],[287,-5525,-152,4.71],[-180,-2763,-134,2.35],[479,-4441,-89,3.78],[61,-4096,-148,3.47],[-18,-5505,-132,4.71],[-433,-3222,-92,2.74],[-490,-5840,-103,4.98],[-3,-5827,-117,4.94],[-329,-3726,-120,3.15],[175,-2607,-103,2.22],[717,-2911,-168,2.48],[210,-3642,-90,3.09],[203,-4565,-118,3.86],[-400,-2530,-124,2.15],[539,-5625,-96,4.76],[-650,-5718,-134,4.85],[643,-3827,-216,3.25],[-539,-2521,-174,2.13],[799,-3439,-196,2.94],[-1,-3523,-218,3.01],[140,-4323,-203,3.69],[-566,-5637,-158,4.78],[395,-3499,-171,2.96],[42,-3400,-209,2.88],[733,-5334,-210,4.53],[-221,-3174,-185,2.71],[339,-2539,-191,2.17],[-749,-4637,-164,3.93],[645,-4613,-235,3.91],[-176,-5355,-199,4.55],[-707,-4137,-129,3.53],[-550,-3420,94,2.86],[374,-4215,101,3.56],[253,-3990,133,3.34],[218,-3840,119,3.21],[537,-4256,101,3.58],[-76,-5628,101,4.69],[-509,-5009,72,4.18],[626,-2982,96,2.49],[321,-4831,109,4.06],[-194,-4725,137,3.99],[-772,-2547,95,2.15],[-179,-4311,103,3.64],[-189,-4827,96,4.03],[389,-5154,153,4.3],[-395,-2887,80,2.43],[-24,-4025,73,3.36],[157,-5880,14,4.91],[82,-4433,74,3.71],[-357,-4891,36,4.11],[-576,-4490,11,3.78],[163,-2571,74,2.16],[-540,-5495,29,4.61],[73,-4641,11,3.91],[681,-4112,57,3.46],[-164,-5256,14,4.42],[546,-5661,83,4.77],[694,-4574,44,3.82],[289,-2686,48,2.25],[407,-5945,78,5],[-655,-3206,19,2.68],[-420,-2917,61,2.45],[435,-4222,45,3.54],[-546,-5568,-30,4.68],[280,-3978,-50,3.33],[789,-5896,-37,4.96],[170,-2440,-74,2.06],[-166,-4664,-9,3.89],[780,-4303,-18,3.61],[535,-4830,-68,4.06],[345,-3067,-43,2.57],[766,-3245,-56,2.74],[652,-5955,-17,4.98],[785,-4186,-48,3.52],[11,-3366,-56,2.81],[-379,-4903,-49,4.1],[764,-5225,-52,4.4],[-560,-5441,-28,4.59],[-370,-3586,-12,3],[-723,-4139,-90,3.47],[466,-2652,-142,2.22],[-594,-4222,-117,3.56],[303,-5739,-121,4.84],[-415,-4020,-109,3.38],[695,-3025,-107,2.55],[-198,-3418,-119,2.86],[539,-3377,-146,2.82],[-710,-5425,-59,4.53],[-130,-2428,-103,2.03],[75,-4565,-78,3.84],[666,-4775,-169,4.02],[-93,-4878,-133,4.11],[208,-5812,-138,4.9],[170,-3932,-143,3.28],[469,-3197,-115,2.69],[-134,-2404,-200,2.03],[-475,-3701,-131,3.11],[-574,-5614,-162,4.71],[714,-2677,-211,2.25],[84,-4604,-172,3.84],[-571,-3717,-126,3.11],[-799,-5578,-131,4.65],[-183,-5015,-164,4.21],[737,-3170,-207,2.67],[434,-4473,-233,3.77],[468,-2466,-237,2.08],[-570,-5285,-158,4.44],[-290,-5557,-152,4.69],[-529,-3053,-170,2.55],[594,-3060,-181,2.58],[765,-5467,-238,4.59],[490,-3472,-319,2.93],[65,-5473,-237,4.58],[-286,-3239,-234,2.71],[367,-4247,-272,3.57],[746,-3723,-309,3.13],[-184,-4172,-223,3.48],[660,-3388,-343,2.85],[-613,-2448,-199,2.05],[-246,-3388,-262,2.85],[600,-2971,-291,2.48],[-731,-5399,-221,4.5],[-761,-3699,-206,3.11],[-222,-3216,-266,2.7],[-71,-5323,-253,4.46],[-301,-4675,-261,3.93],[169,-2421,-242,2.02],[-527,-5021,-1,4.15],[-757,-3738,-17,3.11],[-473,-3389,-37,2.81],[-467,-4511,-31,3.73],[-444,-4629,-6,3.84],[-569,-5711,-11,4.74],[796,-4430,-53,3.65],[-483,-5501,-52,4.54],[-19,-3156,-56,2.6],[-618,-4751,-12,3.91],[-592,-5698,-45,4.69],[-105,-3073,-54,2.53],[-630,-5755,-42,4.75],[578,-4605,-50,3.79],[-663,-2663,-53,2.19],[-346,-3416,-59,2.81],[-292,-3748,-82,3.11],[22,-2736,-82,2.26],[-469,-4174,-107,3.45],[458,-5406,-145,4.47],[-452,-4778,-102,3.95],[91,-4775,-132,3.93],[-358,-2538,-103,2.1],[-545,-4928,-99,4.09],[-712,-3720,-99,3.06],[-10,-3564,-86,2.94],[-449,-3339,-120,2.77],[-197,-4134,-101,3.4],[578,-4060,-167,3.36],[402,-4732,-123,3.94],[-138,-5050,-76,4.2],[-427,-3733,-71,3.1],[-46,-3054,-147,2.52],[73,-5307,-176,4.39],[752,-4360,-190,3.63],[-691,-4957,-137,4.12],[-793,-5658,-146,4.69],[221,-5879,-173,4.87],[-519,-5214,-154,4.3],[51,-3895,-171,3.23],[-667,-2676,-153,2.21],[-66,-3776,-215,3.11],[744,-4334,-204,3.6],[80,-5621,-223,4.67],[370,-3062,-219,2.55],[-43,-4765,-204,3.96],[-120,-5235,-161,4.36],[7,-4193,-164,3.45],[-716,-4986,-200,4.15],[141,-5028,-254,4.16],[-456,-4895,-210,4.06],[-273,-2625,-211,2.17],[-440,-5604,-195,4.61],[-232,-5927,-262,4.92],[436,-6025,-286,4.98],[595,-5796,-319,4.78],[-273,-5123,-257,4.23],[512,-4219,-312,3.47],[-414,-5752,-209,4.74],[-461,-5343,-232,4.45],[652,-2496,-288,2.06],[-786,-4926,-216,4.09],[260,-2992,-239,2.48],[-328,-2520,-225,2.08],[13,-2608,128,2.14],[389,-3953,98,3.21],[-167,-5111,135,4.16],[-152,-2757,83,2.24],[-24,-3277,123,2.68],[757,-4759,160,3.9],[-774,-4684,78,3.81],[497,-3994,138,3.25],[31,-5057,147,4.14],[132,-3410,142,2.77],[299,-2609,146,2.14],[-781,-4940,96,4.04],[495,-4806,150,3.92],[-659,-5325,96,4.37],[-93,-4752,134,3.86],[-392,-5757,114,4.69],[643,-3564,80,2.9],[-241,-2511,15,2.04],[-732,-5820,36,4.74],[687,-2497,44,2.05],[776,-3495,62,2.87],[-126,-3603,52,2.94],[-476,-4927,48,4.04],[189,-4130,75,3.39],[733,-2491,51,2.04],[-795,-5054,4,4.11],[419,-6049,43,4.95],[792,-3029,65,2.48],[-545,-5615,19,4.6],[532,-3513,42,2.88],[-3,-4158,15,3.38],[596,-3261,61,2.68],[557,-5353,-65,4.38],[219,-3336,-64,2.74],[638,-3664,-46,3],[-365,-5392,-37,4.43],[420,-5142,-47,4.19],[-91,-3576,-58,2.91],[121,-4489,-75,3.69],[-311,-5370,-11,4.36],[180,-5153,-38,4.19],[705,-4639,-27,3.78],[-530,-3253,-50,2.65],[417,-4300,-10,3.49],[-509,-5195,-16,4.22],[383,-3213,-28,2.64],[-448,-5421,-13,4.45],[198,-3979,-32,3.23],[187,-3748,-97,3.08],[-537,-2698,-62,2.2],[-733,-4554,-82,3.71],[-407,-3592,-104,2.95],[60,-5052,-139,4.15],[381,-2620,-154,2.13],[-166,-5304,-136,4.31],[751,-3171,-127,2.59],[-605,-5723,-102,4.65],[-77,-3605,-99,2.94],[439,-3462,-96,2.84],[614,-4524,-99,3.7],[650,-2940,-157,2.41],[-759,-5620,-94,4.6],[-424,-2788,-65,2.28],[-776,-4129,-74,3.38],[521,-5866,280,4.72],[633,-3120,351,2.53],[504,-3146,336,2.55],[341,-4366,296,3.52],[-368,-5034,221,4.07],[437,-4909,315,3.96],[-303,-4239,222,3.42],[346,-6168,263,4.95],[-540,-3670,187,2.97],[218,-5453,280,4.4],[501,-3629,302,2.92],[84,-5018,249,4.03],[189,-5486,282,4.42],[764,-5161,284,4.17],[-719,-2838,208,2.3],[-6,-2501,273,2.03],[-119,-6019,173,4.85],[142,-4972,202,4.01],[-560,-3510,142,2.84],[-713,-4146,125,3.36],[-534,-3911,145,3.16],[-385,-2831,149,2.28],[496,-4415,172,3.55],[-626,-2901,159,2.33],[-411,-4319,150,3.48],[42,-2553,166,2.05],[-562,-5538,174,4.49],[-514,-4854,183,3.93],[255,-4537,174,3.67],[-542,-4606,160,3.71],[-225,-3915,140,3.16],[124,-4445,198,3.57],[-658,-4350,99,3.52],[-418,-6018,120,4.87],[-345,-3346,94,2.7],[-792,-4950,102,3.98],[571,-4649,168,3.73],[357,-2923,88,2.36],[596,-3408,143,2.76],[-692,-3888,91,3.12],[-268,-3044,77,2.47],[-380,-4056,72,3.25],[72,-3104,80,2.5],[-48,-4079,129,3.31],[-144,-4563,78,3.67],[-533,-3078,72,2.47],[-288,-4249,112,3.43],[247,-4346,107,3.49],[222,-5113,73,4.1],[459,-5463,73,4.39],[-35,-4888,29,3.93],[467,-5916,36,4.79],[414,-3607,9,2.91],[667,-4093,82,3.29],[4,-5715,52,4.59],[-450,-2774,27,2.24],[-598,-2507,40,2.03],[-693,-5659,26,4.58],[292,-4615,8,3.74],[-320,-3374,12,2.72],[-219,-4453,47,3.57],[361,-3104,82,2.51],[-135,-4213,48,3.38],[-688,-3376,0,2.72],[-624,-5934,403,4.7],[-81,-6003,495,4.75],[157,-3912,472,3.12],[-115,-5311,482,4.24],[-280,-2624,419,2.1],[578,-4884,523,3.89],[-89,-3404,462,2.71],[-714,-4537,355,3.63],[172,-4992,479,3.95],[-644,-2616,389,2.07],[462,-5137,585,4.08],[634,-6030,534,4.82],[-238,-4759,460,3.78],[-175,-6249,450,4.96],[-227,-2944,425,2.35],[613,-4638,575,3.69],[232,-3137,425,2.5],[588,-3349,452,2.66],[-114,-2853,382,2.27],[51,-4388,410,3.49],[-226,-3194,389,2.53],[-703,-4485,321,3.59],[-480,-5576,368,4.43],[-469,-4539,353,3.61],[-783,-4898,296,3.91],[-282,-6001,386,4.76],[-286,-3566,379,2.83],[690,-2764,491,2.21],[295,-3415,471,2.72],[-188,-2708,394,2.16],[478,-3763,431,2.98],[253,-4538,418,3.63],[-396,-5289,260,4.2],[-295,-5619,309,4.49],[81,-6017,320,4.82],[-490,-2572,302,2.04],[677,-5528,430,4.39],[-381,-4600,275,3.68],[186,-5481,361,4.39],[775,-5750,385,4.57],[-381,-4447,308,3.54],[-458,-5970,259,4.77],[446,-4776,360,3.81],[46,-4310,307,3.44],[-612,-3144,282,2.51],[-760,-3648,278,2.91],[677,-4712,402,3.73],[-374,-5610,316,4.49],[746,-4517,345,3.59],[-100,-6225,241,4.93],[217,-2603,306,2.08],[-18,-4559,250,3.65],[-653,-3473,179,2.77],[-719,-3337,178,2.65],[-197,-5730,240,4.57],[-87,-4085,265,3.27],[-469,-5327,190,4.24],[-579,-3553,184,2.82],[478,-2834,273,2.26],[-591,-3654,197,2.91],[-564,-4580,237,3.65],[-223,-4462,227,3.54],[-384,-2911,241,2.31],[707,-3309,326,2.64],[-148,-2857,165,2.27],[770,-3520,186,2.82],[-88,-3148,182,2.52],[87,-3194,224,2.55],[-188,-2555,168,2.03],[354,-3636,229,2.89],[503,-3914,210,3.13],[745,-3464,189,2.77],[470,-5031,200,4.01],[-711,-4053,118,3.21],[456,-3931,216,3.11],[709,-4508,236,3.61],[306,-2737,238,2.18],[-379,-3906,168,3.12],[-784,-6069,164,4.86],[-729,-4834,165,3.84],[266,-3773,-267,3],[-714,-3976,-200,3.17],[-181,-4410,-220,3.53],[-221,-4325,-225,3.43],[-308,-6036,-258,4.82],[288,-3726,-280,2.95],[656,-2558,-327,2.03],[-794,-4425,-211,3.51],[576,-4328,-290,3.46],[311,-4412,-249,3.52],[128,-6160,-245,4.91],[458,-5178,-281,4.11],[-573,-5401,-239,4.32],[-401,-5984,-204,4.77],[-8,-5318,-249,4.22],[-223,-3762,-226,2.98],[403,-4346,678,3.43],[450,-5543,752,4.36],[483,-5093,720,4.02],[-447,-5169,543,4.07],[-108,-4319,593,3.39],[-352,-6063,542,4.79],[349,-6343,702,4.97],[-309,-4475,541,3.53],[-346,-3871,522,3.03],[-552,-2986,532,2.35],[-371,-4243,557,3.34],[529,-6349,721,4.97],[354,-5510,680,4.33],[-610,-5730,511,4.53],[-201,-5663,615,4.46],[581,-4542,763,3.58],[-482,-6162,453,4.84],[-284,-2809,533,2.22],[-718,-3527,419,2.76],[665,-4197,670,3.32],[738,-3159,708,2.48],[-594,-5364,440,4.2],[-334,-3277,492,2.57],[612,-4722,656,3.69],[-714,-3456,420,2.72],[257,-3965,632,3.1],[-268,-3541,496,2.79],[326,-5941,648,4.66],[736,-5219,710,4.08],[544,-4981,645,3.93],[-203,-3445,526,2.7],[-593,-4735,464,3.73],[783,-2546,616,2],[-254,-2613,429,2.05],[-726,-3161,363,2.5],[664,-5639,597,4.45],[715,-2886,560,2.26],[237,-2714,511,2.14],[-567,-5901,364,4.62],[-547,-4740,376,3.71],[-689,-4315,372,3.39],[1,-2919,459,2.29],[-88,-3480,433,2.74],[-470,-5644,385,4.46],[698,-2859,612,2.25],[-509,-5964,424,4.7],[101,-4119,514,3.22],[708,-5464,553,4.28],[596,-6171,514,4.83],[-33,-5559,434,4.38],[232,-6276,430,4.96],[345,-4699,453,3.68],[668,-4708,478,3.71],[81,-3344,418,2.62],[108,-6077,433,4.79],[-760,-4716,302,3.73],[512,-2772,496,2.17],[-730,-4102,300,3.24],[40,-4006,437,3.13],[-644,-5580,312,4.36],[448,-6084,500,4.78],[772,-4945,537,3.9],[80,-6185,433,4.85],[409,-4468,483,3.51],[-15,-3997,316,3.15],[-222,-5243,318,4.14],[-642,-4716,251,3.7],[508,-6240,386,4.89],[-150,-2875,301,2.25],[-20,-5611,340,4.41],[377,-3506,391,2.74],[517,-3584,344,2.82],[-760,-4716,242,3.69],[124,-6235,348,4.88],[-718,-6274,228,4.91],[378,-2971,362,2.33],[-713,-5873,238,4.6],[-147,-2584,337,2.03],[-24,-3424,349,2.69],[-413,-2733,280,2.16],[-318,-3773,-148,2.96],[-70,-2818,-200,2.22],[451,-3496,-234,2.75],[445,-3916,-222,3.08],[-148,-5988,-181,4.7],[380,-3792,-187,2.97],[331,-3460,-242,2.72],[257,-6170,-223,4.86],[-477,-6098,-154,4.82],[642,-5758,-196,4.55],[378,-3785,-222,2.96],[-170,-2750,-140,2.15],[103,-2967,-188,2.32],[787,-3121,-209,2.45],[508,-2889,-172,2.26],[-624,-4314,-128,3.4],[-92,-5760,-250,4.54],[761,-4214,-322,3.3],[241,-3602,-288,2.83],[94,-5294,-249,4.18],[306,-6133,-280,4.84],[-253,-5905,-247,4.66],[-87,-4025,-257,3.17],[-253,-5292,-236,4.17],[485,-3470,-279,2.73],[133,-3266,-299,2.57],[-296,-5759,-222,4.54],[-330,-4845,-215,3.81],[-320,-4567,-202,3.57],[-290,-3760,-222,2.94],[716,-3426,-321,2.69],[632,-4591,-278,3.59],[-216,-3395,584,2.62],[-7,-2947,590,2.3],[-139,-5559,588,4.34],[613,-6280,718,4.87],[479,-4417,700,3.42],[703,-4920,785,3.8],[481,-3629,692,2.8],[-530,-5481,525,4.24],[-697,-4597,494,3.58],[-425,-6062,527,4.68],[569,-2649,698,2.05],[-427,-5867,567,4.58],[370,-2617,689,2.04],[350,-6307,704,4.87],[-183,-6075,562,4.69],[275,-3089,665,2.41],[-62,-6249,525,4.83],[796,-5684,672,4.41],[-277,-3351,514,2.6],[-793,-3426,388,2.65],[740,-4244,663,3.3],[-512,-4091,445,3.18],[23,-3443,535,2.67],[-298,-5048,465,3.91],[663,-3823,642,2.97],[245,-5878,629,4.56],[517,-5064,635,3.95],[719,-3670,644,2.86],[-89,-6432,535,4.98],[133,-6342,593,4.91],[-483,-2984,479,2.31],[272,-5538,621,4.29],[-196,-3721,456,2.88],[-23,-3831,448,2.99],[183,-5413,470,4.19],[-14,-3551,439,2.76],[698,-6090,545,4.7],[441,-3135,525,2.43],[-704,-4223,374,3.27],[151,-4649,471,3.63],[-240,-4194,440,3.27],[-366,-5501,409,4.27],[695,-4499,542,3.51],[-433,-4078,438,3.16],[677,-3004,605,2.33],[135,-4293,514,3.33],[-24,-3042,509,2.35],[252,-5661,528,4.38],[602,-6412,495,5],[622,-3988,452,3.08],[-85,-6455,396,4.99],[-686,-3206,319,2.5],[374,-2737,432,2.12],[86,-6444,451,4.99],[-426,-3537,365,2.74],[-314,-3808,387,2.97],[-722,-5840,288,4.56],[301,-3244,457,2.52],[-138,-5303,410,4.12],[643,-4986,473,3.88],[-623,-5655,345,4.4],[-631,-2925,323,2.27],[-173,-5288,375,4.12],[-368,-3362,380,2.6],[-49,-3322,337,2.59],[322,-6118,364,4.76],[491,-4743,401,3.7],[256,-2761,367,2.15],[-133,-3189,293,2.49],[-221,-5445,296,4.25],[754,-3442,447,2.66],[-553,-5248,299,4.07],[464,-2884,352,2.24],[159,-3833,310,2.99],[-426,-6148,301,4.75],[-107,-4488,350,3.5],[-615,-4518,291,3.51],[-222,-5670,301,4.39],[-392,-3035,274,2.36],[588,-4975,387,3.86],[-436,-6404,223,4.98],[281,-2947,306,2.28],[513,-6286,333,4.89],[503,-6274,272,4.86],[-292,-2964,211,2.29],[684,-4473,352,3.47],[785,-4969,330,3.86],[-556,-3706,221,2.86],[-367,-5277,230,4.11],[586,-5714,265,4.41],[561,-4360,304,3.38],[704,-5894,351,4.59],[568,-3746,328,2.91],[290,-4384,259,3.41],[456,-6342,255,4.93],[-70,-4458,215,3.48],[-212,-4723,150,3.65],[-623,-3968,154,3.08],[-346,-4756,153,3.71],[794,-4812,248,3.75],[-633,-2843,165,2.2],[386,-6082,237,4.75],[-97,-4980,189,3.85],[-624,-5863,160,4.58],[-189,-3101,201,2.4],[21,-3043,217,2.36],[575,-5697,200,4.42],[-396,-2738,148,2.12],[-138,-4236,165,3.3],[251,-5431,179,4.22],[-627,-3316,155,2.59],[-254,-5421,186,4.2],[24,-6139,93,4.76],[409,-5581,137,4.36],[438,-2882,147,2.24],[796,-6029,172,4.68],[386,-2970,92,2.3],[441,-6205,128,4.83],[592,-3314,96,2.57],[418,-3063,123,2.37],[752,-5285,104,4.11],[-677,-3947,64,3.06],[-241,-5126,92,3.96],[-468,-6278,102,4.85],[763,-5179,140,4.01],[416,-5212,132,4.05],[238,-3794,79,2.94],[238,-2775,101,2.15],[687,-5489,52,4.27],[44,-5655,67,4.37],[-394,-2561,24,2],[218,-4561,57,3.56],[-495,-5422,56,4.23],[-491,-3340,5,2.6],[-109,-3770,24,2.92],[-141,-6145,55,4.76],[543,-4896,80,3.79],[224,-3337,76,2.6],[514,-3076,3,2.4],[-82,-6033,52,4.67],[-679,-4547,17,3.51],[-256,-5212,50,4.04],[-658,-5938,4,4.61],[420,-3567,72,2.78],[702,-5914,-67,4.58],[348,-6154,-46,4.79],[-285,-3177,-49,2.47],[122,-4922,-18,3.8],[190,-6177,-7,4.82],[-17,-6254,-71,4.84],[613,-2703,-64,2.09],[27,-6179,-25,4.78],[-613,-6160,-20,4.8],[-783,-4213,-4,3.27],[-456,-5545,-24,4.33],[274,-4097,-66,3.2],[-86,-5029,-60,3.9],[-361,-4133,-37,3.2],[240,-4437,-41,3.46],[2,-5194,-7,4.05],[-306,-4240,-79,3.29],[-695,-3355,-97,2.59],[716,-6410,-128,4.97],[601,-3673,-149,2.85],[-332,-4633,-93,3.61],[-184,-6260,-72,4.89],[538,-4230,-133,3.29],[327,-3874,-161,3.02],[116,-5127,-97,3.97],[135,-6150,-95,4.79],[649,-6248,-145,4.83],[745,-3471,-104,2.7],[296,-4461,-102,3.47],[-194,-3555,-82,2.75],[394,-4357,-160,3.4],[-56,-4612,-134,3.6],[-435,-3113,-132,2.43],[576,-5201,-183,4.06],[606,-5748,-246,4.45],[-502,-5116,-180,3.96],[253,-4042,-177,3.14],[-90,-5241,-147,4.09],[-37,-3958,-187,3.06],[-705,-4547,-122,3.52],[44,-4171,-152,3.25],[-546,-4493,-167,3.47],[314,-3234,-169,2.5],[-770,-2801,-118,2.18],[493,-5896,-218,4.58],[757,-2954,-243,2.28],[543,-4188,-204,3.25],[-745,-6138,-128,4.76],[633,-4795,-321,3.72],[503,-4065,-272,3.14],[405,-3396,-252,2.63],[-465,-6143,-189,4.76],[-771,-6107,-214,4.77],[479,-5027,-325,3.91],[-324,-4361,-208,3.4],[290,-3006,-247,2.34],[-173,-5830,-233,4.54],[319,-3362,-324,2.6],[769,-5524,-292,4.28],[-282,-5182,-207,4.03],[650,-6260,-315,4.85],[-641,-5204,-218,4.02],[-184,-3106,-264,2.42],[276,-3491,-280,2.72],[769,-6405,806,4.9],[234,-3470,672,2.67],[-121,-4413,590,3.39],[-578,-3284,535,2.53],[-302,-5212,552,4],[-413,-6195,510,4.74],[-237,-3332,563,2.56],[-175,-5791,598,4.43],[96,-4510,676,3.46],[-56,-5351,583,4.11],[53,-2972,643,2.29],[-739,-4136,457,3.19],[-739,-6014,471,4.62],[731,-5645,761,4.31],[695,-6226,742,4.78],[-335,-5513,581,4.21],[688,-4277,703,3.26],[590,-6395,614,4.9],[-572,-5981,468,4.61],[-751,-6286,433,4.85],[623,-3980,650,3.06],[-256,-5736,474,4.38],[-447,-5667,468,4.37],[282,-3726,603,2.85],[-449,-3589,446,2.75],[-183,-6063,491,4.63],[281,-4579,576,3.53],[170,-3544,607,2.72],[308,-4431,596,3.38],[23,-5875,541,4.48],[480,-5025,622,3.87],[520,-5739,621,4.38],[-763,-2731,360,2.09],[244,-4456,551,3.42],[5,-6039,487,4.63],[-365,-4191,414,3.23],[592,-3864,533,2.97],[-159,-2611,483,2.01],[26,-3285,456,2.51],[230,-4029,538,3.1],[757,-6443,574,4.94],[654,-5615,610,4.33],[126,-2953,526,2.27],[341,-4105,548,3.15],[354,-3968,511,3.06],[676,-4405,563,3.36],[501,-5867,593,4.48],[293,-5951,483,4.59],[-295,-5637,356,4.32],[625,-3482,455,2.67],[160,-5692,409,4.39],[796,-3830,524,2.93],[-220,-4435,396,3.41],[-161,-4467,382,3.44],[-182,-2662,372,2.04],[425,-2841,418,2.17],[-20,-4299,427,3.3],[751,-5364,516,4.1],[-231,-3080,365,2.36],[-66,-4700,383,3.62],[-71,-4748,385,3.64],[296,-6516,427,4.99],[736,-3649,543,2.79],[471,-5308,452,4.08],[203,-4970,353,3.79],[306,-5285,326,4.07],[60,-4261,308,3.27],[-104,-5324,317,4.1],[-46,-5988,298,4.57],[-640,-3974,262,3.03],[411,-6006,384,4.61],[-153,-4379,284,3.35],[227,-3566,364,2.75],[732,-5022,379,3.83],[-697,-4330,248,3.33],[-293,-6329,304,4.85],[541,-3020,392,2.31],[195,-2938,364,2.25],[-697,-3158,268,2.42],[-226,-6432,331,4.94],[623,-6071,306,4.64],[-552,-5268,221,4.03],[-129,-3440,233,2.65],[636,-5004,341,3.82],[-178,-5601,225,4.31],[-674,-2699,176,2.08],[-771,-5237,221,4.03],[747,-6375,351,4.89],[-523,-4445,243,3.42],[-776,-5021,183,3.85],[711,-4373,293,3.35],[19,-6459,274,4.98],[-351,-5245,198,4.01],[-350,-5505,197,4.24],[-673,-5180,225,3.99],[460,-6109,309,4.69],[142,-4431,198,3.41],[96,-6055,163,4.62],[-391,-3325,131,2.54],[613,-5384,222,4.14],[412,-3583,200,2.76],[501,-5134,243,3.92],[569,-4433,214,3.39],[-392,-4071,186,3.12],[272,-6431,178,4.93],[-354,-3388,163,2.6],[-679,-6185,116,4.76],[645,-6064,183,4.64],[-724,-2778,157,2.14],[494,-5348,198,4.1],[228,-3581,182,2.73],[-224,-2764,167,2.13],[27,-4406,119,3.38],[13,-5739,136,4.38],[-637,-3883,113,2.98],[328,-3060,82,2.35],[686,-3465,96,2.67],[16,-2793,99,2.15],[128,-6431,152,4.96],[382,-4507,103,3.44],[-411,-3640,124,2.78],[472,-4577,128,3.51],[538,-2736,112,2.11],[448,-6296,161,4.82],[751,-5970,98,4.59],[21,-3189,120,2.46],[-649,-4998,67,3.83],[2,-3049,113,2.34],[46,-4618,45,3.53],[642,-4082,3,3.14],[-647,-4987,57,3.83],[-473,-4056,25,3.11],[627,-4536,79,3.47],[-609,-3208,51,2.46],[-502,-4684,45,3.59],[-157,-3072,19,2.36],[567,-5271,5,4.03],[585,-4116,81,3.17],[-420,-5124,14,3.94],[-151,-2685,25,2.06],[142,-6298,59,4.81],[624,-4810,13,3.7],[-167,-5665,66,4.37],[-240,-5146,36,3.95],[-359,-4032,-57,3.11],[-728,-4176,-53,3.22],[-241,-3904,-20,2.99],[141,-3864,-11,2.96],[-653,-2635,-50,2.03],[165,-6419,-45,4.93],[-199,-5793,-44,4.42],[-639,-4797,-22,3.7],[-112,-3485,-7,2.67],[526,-3715,-36,2.84],[-272,-5004,-24,3.82],[-422,-6330,-14,4.87],[524,-4296,-77,3.3],[-779,-5067,-14,3.88],[355,-6237,-42,4.79],[637,-3739,-14,2.85],[407,-3680,-109,2.82],[-98,-6436,-75,4.91],[-351,-6251,-99,4.77],[69,-3626,-148,2.78],[-430,-5401,-122,4.15],[-9,-5248,-87,4.01],[236,-4119,-127,3.17],[226,-3665,-121,2.8],[-587,-3127,-77,2.41],[790,-4937,-112,3.8],[740,-4812,-97,3.7],[66,-5447,-107,4.2],[-521,-6022,-64,4.61],[-598,-3290,-61,2.52],[-774,-3204,-101,2.45],[-682,-3993,-109,3.05],[710,-5318,-192,4.09],[-564,-3310,-150,2.55],[144,-6041,-156,4.65],[-12,-6291,-185,4.81],[-694,-3504,-165,2.69],[-615,-3476,-144,2.65],[-574,-5648,-165,4.32],[237,-5166,-184,3.94],[426,-2720,-214,2.09],[-211,-4733,-195,3.64],[-241,-5059,-145,3.86],[105,-2685,-226,2.06],[219,-6382,-159,4.87],[610,-4172,-209,3.2],[185,-5395,-227,4.13],[75,-3220,-199,2.48],[16,-4227,-281,3.25],[-152,-4323,-247,3.3],[786,-3356,-330,2.56],[358,-3802,-322,2.92],[146,-2709,-244,2.08],[-193,-2705,-245,2.08],[-739,-2886,-181,2.21],[515,-6221,-297,4.76],[447,-2689,-331,2.07],[-36,-5830,-279,4.48],[166,-6106,-257,4.69],[-411,-3605,-245,2.78],[95,-5955,-233,4.55],[209,-5521,-250,4.25],[-488,-5161,-209,3.98],[1,-3701,-284,2.85],[-495,-3589,534,2.73],[6,-5320,625,4.04],[-549,-4394,519,3.33],[-35,-4027,602,3.04],[10,-2850,602,2.15],[-3,-3554,597,2.69],[-384,-4340,563,3.27],[-20,-4359,640,3.32],[417,-2966,746,2.24],[-554,-2945,512,2.24],[-529,-2667,509,2.03],[368,-4377,698,3.32],[-627,-4910,493,3.74],[-179,-2995,587,2.27],[-7,-5838,586,4.43],[-653,-6403,510,4.83],[-211,-3224,486,2.43],[-788,-2668,388,2.01],[594,-6276,655,4.76],[26,-4223,568,3.18],[-475,-4569,485,3.46],[-508,-4279,432,3.25],[172,-3806,571,2.9],[620,-2659,703,2.02],[135,-3449,582,2.62],[-317,-5829,527,4.39],[748,-3319,695,2.51],[-468,-5439,497,4.12],[450,-3146,649,2.39],[-683,-3498,410,2.65],[339,-6265,583,4.75],[-372,-5628,499,4.27],[260,-4214,-238,3.18],[658,-4617,-243,3.49],[-41,-3534,-217,2.67],[-442,-5961,-157,4.53],[-142,-6307,-170,4.8],[311,-4042,-169,3.07],[114,-3718,-228,2.83],[-395,-4188,-150,3.18],[-470,-4373,-146,3.3],[-628,-6216,-141,4.73],[453,-2783,-244,2.11],[268,-6397,-227,4.86],[-222,-6417,-204,4.87],[-632,-6370,-127,4.85],[-439,-6019,-179,4.55],[-20,-4745,-171,3.58],[312,-4868,-261,3.69],[-564,-4573,-191,3.46],[-76,-4941,-283,3.76],[235,-4516,-301,3.44],[-257,-5050,-268,3.83],[-674,-4070,-188,3.1],[82,-4200,-253,3.19],[-725,-5606,-217,4.25],[214,-2928,-264,2.21],[-178,-6256,-241,4.75],[-682,-5894,-205,4.49],[-171,-3966,-214,3],[-276,-6125,-252,4.63],[88,-4938,-243,3.73],[626,-3802,-282,2.88],[295,-2810,-311,2.13],[240,-2890,665,2.16],[478,-5941,698,4.44],[-355,-4610,542,3.47],[-625,-6330,499,4.76],[453,-5757,747,4.3],[444,-4735,700,3.53],[756,-4133,751,3.11],[331,-3078,662,2.31],[-717,-3173,465,2.38],[773,-3827,741,2.86],[628,-5849,775,4.36],[-620,-3405,473,2.56],[-101,-4272,600,3.21],[-341,-4474,532,3.33],[305,-4072,714,3.06],[326,-4442,662,3.34],[591,-6038,-266,4.52],[-184,-3192,-247,2.39],[-730,-4762,-196,3.57],[353,-3301,-302,2.46],[157,-4998,-308,3.73],[350,-6155,-249,4.59],[-241,-5377,-252,4.01],[142,-6687,-248,4.98],[-748,-6484,-215,4.83],[-21,-2805,-240,2.09],[199,-3002,-264,2.25],[571,-5251,-269,3.91],[-500,-4231,-199,3.15],[-415,-3763,-222,2.82],[242,-5923,-315,4.43],[-421,-4000,-215,2.98],[-259,-5587,458,4.09],[532,-5461,519,3.97],[725,-5015,601,3.65],[4,-6643,483,4.88],[23,-5833,447,4.24],[216,-5798,536,4.26],[283,-2906,541,2.13],[728,-5867,546,4.29],[456,-4305,549,3.15],[22,-3117,453,2.28],[343,-6487,496,4.74],[-302,-3727,424,2.73],[702,-3338,575,2.43],[-109,-3420,467,2.5],[280,-5958,546,4.34],[-607,-4249,408,3.12],[749,-3677,-191,2.68],[-486,-5438,-183,3.97],[519,-5046,-221,3.7],[600,-6806,-179,4.96],[-42,-6631,-158,4.83],[432,-3172,-242,2.33],[704,-5423,-221,3.97],[-739,-3800,-123,2.79],[82,-4927,-195,3.61],[-381,-5945,-156,4.33],[644,-4419,-208,3.22],[-556,-4374,-143,3.21],[-215,-2856,-182,2.08],[-732,-5858,-153,4.27],[270,-5786,-205,4.25],[325,-6432,-243,4.72],[701,-6670,-334,4.9],[-782,-2908,-219,2.13],[-700,-3524,-179,2.58],[-488,-2997,-204,2.19],[-525,-2958,-222,2.15],[-731,-4875,-202,3.58],[-207,-4829,-256,3.51],[182,-4170,-292,3.04],[-510,-5644,-213,4.15],[-28,-6515,-224,4.78],[-136,-6786,-250,4.94],[-482,-3374,-220,2.46],[375,-4513,-264,3.31],[-769,-4016,-193,2.95],[-310,-5299,-237,3.88],[158,-5552,-271,4.07],[-572,-5223,434,3.76],[-86,-3653,540,2.64],[639,-3156,671,2.29],[-722,-4233,436,3.05],[-166,-5527,524,4],[-632,-5376,462,3.89],[710,-6395,704,4.63],[-500,-3647,484,2.63],[91,-3571,536,2.59],[-433,-6373,482,4.61],[126,-6041,576,4.36],[-719,-6675,448,4.85],[207,-6705,564,4.87],[-704,-6087,435,4.4],[-300,-4405,523,3.19],[-581,-5492,446,3.97],[326,-3203,526,2.31],[-450,-2814,399,2.03],[-632,-4845,388,3.5],[272,-4385,520,3.18],[725,-3371,598,2.44],[-711,-3496,396,2.52],[-226,-5188,409,3.74],[792,-3855,598,2.79],[296,-4934,558,3.56],[-728,-3389,350,2.46],[-3,-2975,459,2.16],[26,-2873,459,2.07],[-135,-4350,465,3.14],[-563,-3358,372,2.43],[662,-3736,562,2.7],[497,-3644,516,2.64],[321,-3925,-163,2.85],[502,-5201,-218,3.75],[492,-4146,-251,2.98],[-240,-4058,-182,2.94],[-83,-5963,-193,4.29],[-649,-5961,-148,4.3],[-671,-3883,-132,2.8],[581,-5264,-199,3.8],[-162,-6681,-190,4.85],[-731,-6703,-127,4.86],[-136,-5526,-199,3.98],[505,-5002,-239,3.62],[218,-3171,-183,2.28],[-266,-5009,-142,3.6],[-451,-6737,-144,4.85],[-674,-6400,-171,4.63],[310,-3304,-250,2.38],[-748,-5776,-169,4.16],[-186,-6622,-213,4.8],[379,-6299,-269,4.54],[-756,-6013,-214,4.34],[-229,-3284,-220,2.38],[-128,-5695,-265,4.13],[-248,-6656,-216,4.79],[774,-6666,-310,4.82],[131,-6185,-281,4.45],[-196,-3434,-262,2.47],[212,-4711,-245,3.4],[-296,-2922,-243,2.12],[-177,-4027,-221,2.91],[-105,-4629,-225,3.33],[-251,-3539,-260,2.55],[309,-2931,648,2.09],[514,-5559,707,3.99],[-305,-2934,578,2.09],[649,-4194,733,2.99],[-641,-5490,478,3.94],[597,-4775,753,3.42],[-528,-3043,516,2.17],[529,-3363,764,2.4],[685,-3960,740,2.82],[444,-3973,744,2.84],[17,-3849,654,2.76],[10,-5864,611,4.2],[218,-4340,684,3.09],[171,-4236,633,3.04],[439,-6554,728,4.69],[38,-3840,657,2.75],[38,-5138,539,3.66],[-316,-3394,504,2.42],[201,-3687,589,2.62],[194,-6858,558,4.91],[100,-4481,550,3.21],[104,-5911,560,4.21],[-396,-3081,491,2.21],[629,-2889,661,2.07],[396,-4825,658,3.43],[711,-6261,717,4.49],[-588,-6752,466,4.81],[-782,-4861,428,3.48],[153,-4664,552,3.35],[114,-5432,605,3.86],[-348,-4467,457,3.18],[-421,-3039,498,2.18],[-66,-4832,184,3.45],[740,-5561,258,3.95],[79,-5305,156,3.81],[-696,-3381,133,2.42],[-539,-3608,165,2.58],[-204,-4961,205,3.54],[210,-6171,174,4.4],[766,-6981,238,5],[539,-3546,192,2.53],[-597,-6373,152,4.57],[-85,-4552,173,3.26],[553,-3607,196,2.59],[-316,-5634,194,4.04],[-426,-5832,180,4.16],[138,-5212,169,3.71],[290,-4942,161,3.51],[675,-5270,-247,3.76],[609,-3083,-206,2.19],[186,-4015,-222,2.87],[-746,-6520,-114,4.65],[80,-4782,-168,3.43],[-377,-4645,-130,3.31],[-629,-6778,-135,4.85],[402,-5515,-220,3.96],[355,-2846,-204,2.03],[632,-4756,-194,3.41],[-797,-6561,-141,4.71],[-463,-3380,-157,2.41],[-768,-5077,-158,3.64],[-766,-4690,-125,3.34],[269,-5053,-212,3.59],[103,-4332,-172,3.08],[-146,-4575,-247,3.26],[408,-6116,-285,4.37],[217,-6759,-264,4.82],[-498,-3277,-244,2.33],[-136,-6156,-266,4.42],[-673,-4064,-201,2.91],[-513,-4671,-201,3.35],[138,-3912,-257,2.81],[-136,-2894,-220,2.06],[268,-5935,-272,4.24],[772,-6629,-316,4.73],[-696,-3430,-211,2.46],[739,-3618,-325,2.58],[-595,-4927,-193,3.53],[-156,-4213,-255,3.01],[760,-3194,-322,2.27],[436,-4498,721,3.16],[736,-4612,815,3.25],[-200,-6991,582,4.95],[55,-5116,670,3.63],[250,-3887,660,2.76],[188,-4630,668,3.28],[-463,-4830,516,3.41],[-318,-3711,593,2.63],[-745,-2950,490,2.08],[-653,-6455,487,4.55],[-478,-5423,509,3.85],[-574,-4839,491,3.41],[488,-6012,734,4.24],[-633,-5178,490,3.67],[592,-3621,733,2.56],[645,-4879,781,3.44],[-666,-5267,423,3.7],[440,-4337,625,3.05],[-323,-5791,487,4.08],[303,-5697,594,4.02],[279,-6751,609,4.79],[-75,-3016,511,2.13],[577,-6429,670,4.56],[-730,-6553,424,4.65],[-800,-6127,406,4.33],[179,-3384,560,2.39],[267,-3629,611,2.57],[-240,-7081,481,5],[-763,-3379,392,2.39],[-753,-4784,400,3.38],[104,-5394,582,3.8],[573,-4285,671,3.01],[-525,-5090,242,3.61],[-164,-4579,256,3.24],[-520,-6923,205,4.89],[-619,-6772,235,4.79],[-408,-3177,222,2.24],[-734,-5183,175,3.67],[-579,-4145,210,2.94],[-526,-3554,186,2.52],[620,-2923,302,2.06],[561,-3452,300,2.45],[468,-4640,259,3.29],[-18,-6994,227,4.95],[411,-6228,277,4.39],[715,-4738,331,3.33],[659,-6001,354,4.22],[-155,-3386,242,2.39],[-453,-5375,184,3.79],[-665,-4934,128,3.48],[-455,-4772,156,3.37],[-200,-6325,167,4.45],[551,-6187,175,4.35],[-388,-4597,135,3.25],[-85,-4724,185,3.33],[-2,-5309,153,3.74],[720,-3664,228,2.58],[-173,-4531,154,3.21],[477,-2846,251,2.02],[144,-5176,163,3.66],[719,-6284,221,4.42],[139,-4596,164,3.24],[96,-4128,225,2.92],[-155,-3962,173,2.79],[-510,-3054,-230,2.16],[217,-4732,-236,3.33],[-525,-3652,-202,2.58],[21,-5682,-227,3.99],[9,-4722,-253,3.32],[260,-3972,-295,2.79],[221,-5431,-274,3.85],[-772,-3982,-214,2.81],[698,-6384,-314,4.5],[453,-5829,-263,4.14],[-565,-4072,-203,2.89],[-144,-6437,-212,4.57],[-155,-3072,-276,2.16],[667,-4429,-334,3.14],[126,-6527,-240,4.6],[168,-3975,-302,2.82],[-573,-5354,485,3.75],[715,-5696,748,3.96],[-224,-4928,598,3.43],[309,-6566,699,4.61],[-525,-5815,516,4.04],[-120,-4471,594,3.11],[-365,-3264,566,2.28],[658,-6606,797,4.59],[-424,-5870,547,4.11],[609,-3570,730,2.48],[-209,-4564,581,3.17],[-769,-7016,494,4.9],[550,-6371,729,4.43],[-627,-3776,497,2.64],[256,-2922,708,2.04],[730,-4196,812,2.92],[33,-6380,570,4.48],[160,-3104,588,2.17],[-349,-7122,482,4.95],[-558,-5912,452,4.11],[-102,-4505,534,3.15],[-488,-3677,457,2.56],[556,-3778,630,2.64],[-275,-7051,529,4.95],[259,-3095,576,2.15],[-600,-3455,450,2.4],[38,-5958,594,4.15],[602,-3009,648,2.11],[211,-3722,559,2.61],[-636,-4139,418,2.88],[-346,-4773,499,3.35],[-355,-6253,506,4.38],[-169,-3618,238,2.54],[477,-6324,282,4.44],[348,-4446,297,3.11],[31,-5657,260,3.97],[282,-3881,262,2.7],[355,-5683,326,3.97],[-18,-3422,277,2.4],[226,-2920,289,2.03],[-683,-3658,200,2.56],[150,-5138,302,3.6],[540,-4859,324,3.39],[621,-5651,307,3.94],[-203,-2945,215,2.06],[400,-3889,256,2.73],[198,-5343,271,3.75],[724,-6985,277,4.88],[-634,-3355,150,2.34],[22,-6620,171,4.61],[112,-6728,154,4.72],[114,-3769,176,2.64],[36,-4590,223,3.19],[6,-4934,170,3.43],[-572,-6453,170,4.52],[417,-6597,174,4.59],[-158,-4290,184,2.98],[258,-4125,209,2.89],[-336,-6740,135,4.69],[-299,-3563,143,2.48],[-94,-7057,188,4.93],[-662,-3130,169,2.19],[-518,-6799,178,4.73],[147,-4763,194,3.34],[143,-5382,83,3.77],[180,-4821,117,3.38],[-175,-3650,96,2.54],[-675,-6883,97,4.82],[240,-5172,87,3.61],[-10,-4513,131,3.16],[523,-7199,88,5],[-553,-7107,75,4.96],[617,-7120,164,4.99],[-315,-3453,81,2.41],[244,-4238,149,2.97],[621,-5548,112,3.89],[-122,-5561,81,3.89],[294,-2970,129,2.08],[-142,-5560,97,3.9],[-135,-6229,125,4.35],[300,-4867,-297,3.4],[-611,-4214,-213,2.94],[130,-6632,-297,4.64],[619,-6889,-264,4.81],[-554,-3708,-193,2.58],[341,-5023,-323,3.52],[397,-6186,-284,4.34],[-231,-6422,-251,4.48],[-326,-3478,-263,2.44],[795,-7098,-353,4.97],[763,-3556,-342,2.47],[333,-3556,-285,2.47],[505,-5273,-260,3.67],[-691,-5824,-182,4.09],[198,-5852,-282,4.1],[85,-3319,-238,2.32],[22,-5072,622,3.5],[732,-4256,765,2.95],[446,-4629,716,3.18],[219,-7011,706,4.82],[667,-6174,779,4.28],[573,-6315,696,4.34],[-711,-3001,486,2.07],[-426,-4089,561,2.82],[-619,-6186,504,4.28],[751,-3527,791,2.43],[-722,-4047,453,2.8],[-492,-4948,551,3.42],[-458,-3635,524,2.5],[682,-5710,744,3.93],[-526,-3035,518,2.1],[138,-6341,683,4.38],[-299,-3776,488,2.6],[-616,-3747,460,2.59],[771,-3886,696,2.68],[-37,-3141,512,2.16],[-692,-3997,427,2.76],[-130,-3132,495,2.16],[176,-7103,614,4.92],[146,-4737,591,3.26],[503,-4240,630,2.94],[167,-5955,609,4.1],[545,-5765,633,4],[-78,-3354,551,2.31],[413,-4219,593,2.9],[-600,-6942,440,4.82],[490,-3790,672,2.61],[-446,-3393,456,2.35],[-569,-6464,400,4.47],[-379,-4967,438,3.42],[184,-4197,509,2.9],[-539,-7113,407,4.92],[332,-5503,528,3.79],[122,-3366,467,2.32],[115,-4147,458,2.86],[522,-4616,586,3.18],[-693,-6602,386,4.56],[524,-6732,516,4.63],[-74,-3518,493,2.43],[203,-7200,516,4.98],[-636,-6166,356,4.25],[625,-6172,606,4.27],[-555,-4318,371,2.99],[-440,-2993,418,2.06],[-119,-5082,419,3.5],[-33,-6999,425,4.84],[-718,-5340,284,3.69],[-721,-4437,309,3.06],[-314,-6072,378,4.19],[-189,-5904,348,4.08],[453,-3331,464,2.29],[572,-3773,509,2.6],[32,-5620,381,3.88],[64,-6156,443,4.24],[587,-4769,520,3.31],[593,-6535,448,4.53],[-473,-3365,334,2.32],[-374,-5429,376,3.74],[-794,-6971,300,4.83],[-257,-3963,399,2.74],[-164,-5382,314,3.73],[-200,-3038,281,2.09],[-458,-4944,301,3.43],[659,-7154,368,4.96],[544,-7144,348,4.95],[528,-7121,398,4.9],[-121,-5456,298,3.76],[-280,-4562,320,3.15],[-590,-4630,255,3.21],[-494,-5581,253,3.85],[144,-6494,345,4.48],[213,-3173,342,2.19],[416,-5800,339,4.01],[367,-6999,337,4.86],[-22,-4508,308,3.13],[-580,-6950,297,4.81],[-96,-2918,226,2.01],[-494,-5315,209,3.68],[-531,-3270,238,2.27],[-358,-6708,237,4.62],[-737,-3342,182,2.32],[412,-3826,254,2.64],[121,-5575,261,3.84],[-547,-3322,226,2.29],[-726,-6545,192,4.53],[-776,-3088,196,2.14],[-623,-4425,228,3.04],[-330,-6816,224,4.7],[501,-4972,259,3.44],[314,-6305,274,4.35],[250,-4306,272,2.96],[447,-4064,270,2.82],[107,-3472,153,2.4],[590,-4179,179,2.89],[558,-3845,211,2.66],[674,-6171,234,4.26],[547,-7064,220,4.88],[366,-4263,198,2.94],[212,-5452,180,3.78],[-712,-6722,148,4.64],[435,-7032,196,4.83],[-191,-3336,153,2.31],[304,-4646,221,3.22],[395,-6301,195,4.35],[704,-4019,217,2.78],[-44,-4664,197,3.21],[-94,-4451,193,3.08],[33,-6417,211,4.43],[215,-4342,126,2.99],[465,-3189,138,2.2],[91,-5293,88,3.64],[-545,-5500,118,3.8],[270,-3843,111,2.65],[-309,-4650,109,3.2],[-628,-6017,80,4.17],[-667,-6204,84,4.3],[611,-6342,117,4.37],[-536,-6664,75,4.59],[740,-4901,144,3.4],[-206,-3956,80,2.72],[-331,-6641,115,4.58],[71,-4883,102,3.39],[333,-4480,111,3.11],[129,-7179,101,4.95],[697,-7124,52,4.93],[-18,-6596,16,4.57],[789,-6666,74,4.62],[420,-5216,61,3.61],[-2,-6611,12,4.57],[268,-4413,14,3.06],[193,-5459,54,3.79],[96,-5233,44,3.6],[293,-5625,77,3.9],[522,-6961,33,4.83],[-716,-6470,46,4.47],[-762,-6004,15,4.14],[638,-6595,52,4.54],[-114,-5492,62,3.79],[53,-5869,58,4.06],[240,-6390,69,4.41],[772,-6056,-187,4.16],[432,-5088,-234,3.53],[697,-3286,-262,2.28],[-84,-6914,-144,4.76],[309,-4425,-230,3.05],[-56,-5651,-173,3.89],[541,-5782,-195,3.99],[-699,-5434,-122,3.76],[766,-6307,-246,4.36],[714,-4685,-263,3.23],[-384,-6111,-183,4.22],[761,-5575,-210,3.86],[607,-6265,-218,4.33],[1,-5571,-162,3.86],[685,-5751,-183,3.97],[739,-4877,-240,3.38],[667,-5563,-303,3.83],[419,-6677,-320,4.61],[704,-4046,-358,2.81],[651,-4277,-301,2.96],[440,-7043,-251,4.88],[307,-3772,-250,2.6],[293,-3217,-281,2.22],[-37,-3479,-235,2.41],[388,-3185,-280,2.2],[296,-4313,-245,2.97],[776,-5062,-349,3.49],[255,-4101,-317,2.84],[-431,-3946,-194,2.74],[30,-4962,-288,3.42],[222,-4159,-256,2.86],[-131,-3464,-256,2.4],[563,-4911,619,3.34],[614,-6997,636,4.79],[352,-6945,624,4.72],[750,-5407,710,3.68],[-377,-5171,490,3.55],[272,-3580,617,2.45],[-644,-4254,466,2.9],[519,-5689,605,3.9],[577,-6990,693,4.75],[718,-5815,712,3.98],[705,-5841,693,4],[32,-6014,541,4.13],[514,-5593,676,3.81],[-714,-6586,433,4.51],[789,-4549,670,3.12],[-580,-3262,430,2.23],[658,-4974,566,3.4],[-523,-3949,405,2.71],[693,-7270,587,4.95],[-463,-7125,388,4.86],[777,-4625,581,3.16],[-98,-7044,448,4.81],[338,-4461,533,3.06],[-585,-6331,399,4.32],[-303,-3196,442,2.19],[-756,-4959,354,3.39],[543,-4088,556,2.78],[-390,-4579,412,3.14],[376,-3235,519,2.22],[127,-5933,514,4.06],[-356,-3537,406,2.42],[333,-5261,543,3.59],[-259,-5172,367,3.52],[-322,-5548,379,3.8],[262,-3747,472,2.56],[363,-6685,481,4.57],[265,-3516,429,2.41],[-322,-3796,332,2.59],[601,-2978,497,2.04],[275,-6306,450,4.33],[-711,-3027,310,2.07],[679,-3601,480,2.45],[-791,-3428,276,2.34],[-64,-6181,429,4.24],[131,-7038,417,4.79],[253,-4662,451,3.19],[-127,-6366,387,4.34],[26,-6668,405,4.56],[146,-6487,338,4.43],[-462,-4631,281,3.15],[347,-3531,397,2.41],[692,-6279,377,4.29],[-341,-4287,276,2.93],[358,-5720,352,3.91],[-431,-5890,283,4.04],[351,-5828,329,3.96],[481,-5752,350,3.95],[-453,-6561,314,4.49],[71,-3542,321,2.42],[571,-5844,392,4],[488,-6867,416,4.69],[-195,-4862,289,3.33],[-53,-5305,340,3.61],[-318,-7137,291,4.86],[-479,-4115,133,2.8],[698,-6300,205,4.29],[-609,-6638,149,4.53],[271,-3408,177,2.32],[745,-6057,230,4.12],[-780,-5582,142,3.82],[-728,-6849,132,4.69],[349,-5805,208,3.95],[188,-4634,170,3.15],[-715,-5527,131,3.77],[-273,-4063,163,2.77],[-142,-3545,188,2.43],[-136,-3704,150,2.54],[305,-6303,188,4.3],[-570,-6635,179,4.51],[707,-3699,228,2.53],[521,-6829,108,4.67],[-559,-6969,106,4.74],[-408,-4830,78,3.29],[-215,-6313,113,4.31],[737,-3242,145,2.21],[-403,-5513,109,3.78],[-16,-7314,89,5],[-382,-4555,97,3.12],[-135,-4160,137,2.83],[540,-5724,102,3.93],[-663,-3572,107,2.44],[755,-6505,159,4.44],[114,-4172,125,2.86],[789,-3183,169,2.18],[-699,-7198,99,4.92],[601,-4945,91,3.38],[713,-6799,53,4.66],[610,-5917,26,4.02],[-784,-3446,16,2.35],[103,-6693,50,4.59],[108,-6557,75,4.49],[-201,-3017,33,2.06],[-745,-5963,1,4.08],[-224,-6310,53,4.3],[565,-5230,58,3.58],[171,-5900,7,4.04],[-636,-3648,56,2.49],[-219,-6196,14,4.25],[-213,-3206,13,2.18],[-718,-5085,3,3.48],[724,-4487,36,3.05],[779,-7300,1,4.98],[-617,-4964,-44,3.38],[247,-5448,-31,3.72],[-350,-5854,-38,3.99],[-489,-3958,-32,2.69],[-194,-3772,-63,2.58],[490,-4460,-2,3.05],[608,-6679,-73,4.56],[68,-3568,-8,2.43],[-614,-5090,-39,3.47],[-721,-5148,-23,3.5],[40,-4778,-69,3.27],[631,-4083,-16,2.8],[68,-7136,-49,4.86],[421,-4291,-12,2.94],[22,-4267,-19,2.91],[-393,-7199,-38,4.94],[656,-6431,-169,4.37],[-337,-7223,-76,4.92],[533,-4936,-144,3.36],[63,-3531,-123,2.41],[-288,-5757,-119,3.94],[576,-6960,-167,4.77],[-390,-6309,-102,4.3],[-261,-5317,-99,3.63],[160,-4209,-147,2.87],[-30,-3883,-79,2.65],[777,-6269,-110,4.27],[-550,-4110,-85,2.81],[-762,-7067,-92,4.81],[337,-5447,-136,3.72],[292,-3700,-114,2.53],[-500,-6997,-63,4.79],[38,-5818,-177,3.97],[-761,-6379,-125,4.37],[-449,-3454,-170,2.37],[377,-3875,-167,2.64],[-163,-4753,-157,3.26],[318,-5514,-230,3.77],[-220,-4204,-153,2.87],[-248,-4907,-177,3.36],[491,-4063,-194,2.79],[-272,-6337,-138,4.35],[-624,-5159,-166,3.52],[-676,-4895,-125,3.34],[-787,-5680,-121,3.87],[-231,-5630,-146,3.84],[375,-3221,-174,2.2],[313,-4052,-174,2.77],[9,-3925,136,2.64],[-393,-3942,95,2.66],[-750,-4921,74,3.34],[525,-5864,88,3.96],[417,-4968,121,3.37],[-157,-3673,70,2.48],[549,-6416,157,4.32],[630,-3897,95,2.62],[-494,-5491,109,3.73],[120,-6095,99,4.14],[247,-3226,142,2.17],[702,-4771,144,3.22],[-460,-3248,114,2.2],[-784,-5808,73,3.91],[181,-3078,145,2.08],[473,-5776,166,3.89],[-699,-6064,6,4.11],[21,-5579,33,3.78],[-133,-5935,38,4.02],[-743,-7249,10,4.9],[550,-6275,77,4.22],[155,-4442,19,3.01],[483,-7379,31,4.99],[-765,-6944,27,4.69],[648,-4618,46,3.13],[-34,-3744,26,2.53],[452,-6183,27,4.17],[541,-6830,48,4.63],[521,-6724,44,4.53],[437,-4309,15,2.92],[-348,-3421,53,2.3],[-425,-4034,21,2.74],[303,-4813,-28,3.26],[474,-5696,-30,3.85],[-558,-6779,-9,4.6],[390,-4565,-9,3.08],[249,-6594,-41,4.45],[-754,-4129,-31,2.8],[35,-4091,-57,2.75],[171,-5932,-28,4],[322,-3133,-62,2.11],[669,-3728,-23,2.52],[-567,-5737,-32,3.87],[-735,-4409,-39,2.98],[670,-6972,-13,4.7],[-72,-4690,-1,3.18],[629,-3597,-55,2.43],[333,-5698,-77,3.85],[75,-4153,-124,2.82],[105,-3594,-124,2.42],[-641,-4633,-69,3.12],[-41,-3121,-114,2.1],[440,-4057,-96,2.73],[119,-3960,-118,2.68],[-584,-7341,-76,4.98],[551,-5681,-106,3.84],[217,-3721,-152,2.52],[532,-5716,-116,3.88],[-580,-5412,-83,3.67],[-189,-5801,-130,3.91],[-139,-5388,-112,3.64],[708,-6264,-138,4.21],[794,-4265,-156,2.88],[-104,-3825,-89,2.59],[300,-4211,547,2.75],[-727,-7347,363,4.8],[92,-5610,509,3.69],[172,-5534,477,3.61],[531,-7314,566,4.77],[334,-4979,542,3.26],[485,-3650,570,2.4],[532,-7165,547,4.71],[-703,-5982,371,3.93],[-730,-5823,388,3.83],[-180,-6189,438,4.07],[724,-4405,546,2.89],[799,-4260,586,2.8],[-477,-7342,408,4.82],[416,-7209,518,4.71],[-199,-5879,440,3.86],[-654,-6505,346,4.24],[-95,-4698,423,3.07],[795,-6338,481,4.16],[305,-5185,412,3.41],[-81,-4284,382,2.81],[-207,-3619,393,2.37],[-146,-3203,356,2.09],[116,-6552,424,4.27],[99,-3740,443,2.46],[381,-6941,477,4.55],[-746,-7075,322,4.65],[-583,-7434,311,4.88],[-643,-4629,324,3.03],[549,-3891,467,2.54],[442,-6098,498,3.97],[-743,-4825,309,3.17],[-749,-3956,273,2.6],[-52,-4745,351,3.11],[99,-3948,335,2.59],[-691,-4278,257,2.81],[-742,-5912,271,3.88],[-620,-7177,265,4.71],[507,-6542,386,4.28],[-128,-6591,342,4.31],[190,-5901,316,3.87],[-314,-5908,319,3.86],[-763,-7155,241,4.68],[612,-5052,431,3.3],[611,-3635,375,2.38],[-320,-5048,304,3.29],[401,-3270,375,2.15],[-474,-6356,260,4.15],[120,-3299,-2,2.15],[104,-3965,-23,2.59],[221,-3551,-15,2.33],[-222,-6674,-25,4.37],[-441,-6174,-5,4.02],[-597,-6459,-44,4.22],[475,-5151,-55,3.36],[-89,-6170,-12,4.05],[540,-3230,-51,2.12],[-374,-3155,-34,2.06],[-222,-6696,-32,4.4],[-308,-6213,-22,4.06],[-723,-4594,-19,3],[-22,-5844,-29,3.81],[454,-6205,-16,4.06],[458,-5544,-34,3.62],[453,-7597,-104,4.98],[-774,-3279,-90,2.14],[129,-3873,-118,2.54],[284,-4730,-108,3.09],[-445,-6055,-95,3.95],[-268,-7317,-106,4.81],[651,-7481,-150,4.91],[-182,-7593,-112,4.95],[463,-6697,-149,4.38],[-247,-6384,-83,4.16],[519,-6071,-163,3.96],[458,-3944,-150,2.58],[-793,-3723,-79,2.43],[513,-3528,-98,2.3],[311,-7203,-131,4.7],[-189,-6881,-116,4.5],[256,-6678,-160,4.36],[-740,-3380,-151,2.22],[-213,-7129,-138,4.65],[-231,-5539,-148,3.64],[-154,-3220,-189,2.1],[43,-6399,-192,4.19],[753,-6290,-259,4.11],[-224,-5508,-183,3.61],[-22,-7541,-209,4.93],[364,-3665,-218,2.39],[601,-7593,-233,4.96],[763,-6028,-216,3.94],[527,-6807,-220,4.44],[465,-3683,-211,2.42],[506,-5628,-218,3.7],[-513,-7075,-166,4.64],[-41,-6351,-223,4.16],[579,-7425,-285,4.85],[-730,-5356,-214,3.49],[148,-4472,-274,2.93],[-207,-7095,-257,4.65],[607,-6425,-275,4.19],[-439,-4151,-191,2.73],[-336,-6307,-215,4.14],[-681,-5446,-227,3.57],[-428,-3344,-213,2.19],[-653,-7163,-195,4.68],[-519,-7269,-221,4.76],[782,-7193,-291,4.73],[-155,-5694,-230,3.71],[27,-4659,-248,3.04],[-96,-3151,-239,2.07],[538,-3236,648,2.09],[421,-5477,607,3.54],[312,-4496,638,2.91],[203,-3518,622,2.28],[-252,-6512,483,4.23],[167,-6424,583,4.16],[-318,-5548,476,3.61],[59,-3585,539,2.31],[531,-7446,612,4.82],[-585,-5408,430,3.52],[-591,-6504,456,4.23],[-406,-6068,469,3.94],[-23,-6920,562,4.5],[278,-5162,619,3.33],[493,-7095,650,4.58],[-247,-3626,475,2.35],[-458,-6894,427,4.45],[133,-4982,474,3.22],[-562,-3967,384,2.58],[380,-6994,544,4.53],[-270,-5075,454,3.27],[-552,-6781,416,4.41],[413,-4636,536,2.99],[76,-6880,512,4.46],[632,-7347,607,4.76],[-271,-4067,455,2.63],[377,-7536,521,4.87],[-341,-6934,407,4.51],[-508,-4576,389,2.95],[231,-4242,499,2.75],[-220,-6885,428,4.45],[-686,-4723,353,3.06],[-428,-7391,372,4.8],[476,-7694,441,4.98],[246,-7192,457,4.66],[-530,-5427,335,3.53],[-722,-6126,309,3.97],[623,-6506,504,4.21],[-559,-6624,354,4.29],[-264,-7199,347,4.64],[-120,-5112,410,3.3],[-191,-6468,396,4.19],[700,-3353,519,2.17],[-474,-6424,346,4.16],[700,-7460,533,4.81],[-365,-7229,379,4.66],[-66,-3864,384,2.5],[-709,-5083,286,3.29],[199,-7677,341,4.95],[233,-5401,339,3.51],[-361,-5426,266,3.53],[620,-5259,388,3.41],[-728,-4862,263,3.16],[209,-6435,386,4.15],[186,-7045,357,4.55],[-537,-3952,286,2.57],[556,-4238,403,2.74],[-274,-6348,322,4.11],[-283,-3856,290,2.51],[-757,-7044,266,4.56],[-717,-6476,248,4.19],[26,-6807,326,4.42],[-473,-3939,280,2.55],[194,-7312,372,4.73],[65,-4080,263,2.64],[-659,-4635,226,3],[-327,-6657,200,4.31],[595,-3948,327,2.57],[-183,-4242,249,2.75],[-501,-6010,236,3.89],[266,-5914,307,3.82],[350,-5763,305,3.73],[426,-6581,260,4.26],[-380,-4519,217,2.92],[-276,-7196,253,4.68],[-562,-3636,184,2.35],[-460,-7508,241,4.88],[-765,-6856,187,4.44],[-578,-3611,213,2.35],[7,-5948,275,3.85],[700,-5726,-77,3.7],[-213,-5536,-44,3.57],[403,-5352,-19,3.46],[315,-3711,-69,2.4],[-292,-3344,-23,2.17],[-546,-6007,-10,3.88],[-513,-5313,-44,3.45],[-595,-7611,-9,4.95],[735,-3099,-17,2.01],[-493,-4057,-7,2.63],[-795,-4711,-17,3.06],[-39,-6863,-60,4.44],[-39,-3118,-23,2.01],[-545,-7657,-44,4.94],[-41,-5817,-10,3.77],[-438,-6194,-9,4.01],[741,-3950,-177,2.55],[208,-4359,-99,2.83],[509,-5704,-145,3.69],[446,-7036,-161,4.56],[486,-5971,-129,3.88],[327,-7295,-125,4.71],[448,-5641,-100,3.67],[507,-5152,-92,3.34],[-664,-7206,-61,4.69],[-128,-3536,-106,2.29],[248,-6700,-110,4.36],[478,-3360,-105,2.18],[-628,-5591,-83,3.62],[-416,-5330,-97,3.45],[-210,-4132,-91,2.69],[-258,-3585,-108,2.31],[228,-4378,-159,2.84],[-731,-5278,-144,3.43],[-558,-3172,-141,2.06],[-201,-6424,-188,4.18],[-428,-5772,-186,3.75],[-13,-5775,-162,3.75],[242,-4670,-185,3.01],[393,-5577,-212,3.62],[-289,-6355,-135,4.11],[383,-3952,-239,2.55],[128,-6606,-182,4.27],[633,-6718,-183,4.35],[638,-5452,-237,3.52],[-315,-6081,-135,3.92],[315,-5346,-204,3.45],[-774,-6145,-132,4],[-608,-5850,-231,3.77],[-586,-7080,-230,4.57],[86,-3891,-271,2.53],[-156,-4278,-235,2.77],[-206,-3702,-212,2.4],[191,-3266,-263,2.11],[-555,-5023,-190,3.25],[651,-4227,-286,2.74],[551,-7449,-260,4.8],[-390,-3244,-249,2.11],[-6,-7080,-292,4.6],[289,-4479,-302,2.91],[-65,-5241,-227,3.39],[216,-3425,-310,2.22],[-495,-3727,-219,2.41],[485,-3714,-295,2.4],[-725,-4551,504,2.91],[71,-3929,611,2.53],[421,-5188,712,3.31],[771,-4609,823,2.94],[656,-6577,757,4.21],[385,-7114,675,4.56],[21,-6478,660,4.16],[243,-4544,663,2.9],[152,-5356,688,3.43],[-761,-5201,458,3.34],[667,-4894,752,3.15],[-229,-6562,610,4.22],[-436,-4773,542,3.07],[372,-6665,676,4.27],[513,-4800,718,3.08],[213,-7190,635,4.61],[590,-4832,674,3.1],[65,-6707,593,4.29],[-503,-5655,481,3.64],[-278,-5578,502,3.58],[-469,-5438,440,3.49],[673,-7139,707,4.59],[269,-6394,572,4.1],[627,-5142,666,3.31],[702,-6722,646,4.31],[-401,-4181,492,2.68],[365,-6762,654,4.32],[-568,-7484,442,4.81],[-174,-7569,553,4.83],[-543,-5717,452,3.67],[272,-3790,615,2.43],[211,-5249,625,3.36],[-106,-4398,427,2.81],[-147,-3786,445,2.43],[609,-5217,591,3.36],[469,-4871,535,3.13],[723,-6514,561,4.19],[-560,-6323,366,4.07],[124,-4142,494,2.65],[148,-7414,465,4.77],[-531,-6000,416,3.84],[370,-6864,522,4.41],[260,-6967,548,4.47],[457,-4343,568,2.77],[744,-6931,610,4.44],[572,-3656,563,2.35],[-699,-6004,346,3.83],[612,-3372,598,2.17],[-141,-3773,385,2.42],[-157,-5824,373,3.73],[-355,-5297,389,3.41],[-154,-6647,380,4.28],[-56,-6041,398,3.89],[-336,-4201,331,2.7],[292,-3998,441,2.56],[501,-4997,446,3.21],[-315,-4743,361,3.03],[-591,-6286,327,4.02],[613,-6161,448,3.94],[-756,-7192,300,4.61],[290,-3316,453,2.13],[269,-6065,427,3.87],[-725,-3381,302,2.17],[284,-3882,438,2.48],[747,-4973,435,3.2],[-622,-5874,277,3.77],[289,-5693,369,3.66],[518,-3286,363,2.1],[173,-6742,359,4.33],[-571,-3373,297,2.16],[739,-6174,432,3.94],[235,-7639,359,4.92],[186,-6720,311,4.32],[46,-6341,302,4.08],[149,-3299,339,2.12],[-696,-6446,240,4.14],[-303,-4401,272,2.81],[382,-6249,332,4.01],[-406,-5214,272,3.34],[-610,-4885,264,3.12],[788,-6968,285,4.47],[-126,-4168,270,2.66],[-498,-5247,241,3.35],[398,-5080,311,3.27],[-266,-7317,238,4.71],[-682,-4999,197,3.22],[-230,-4453,264,2.84],[636,-4691,337,3.01],[-525,-4028,226,2.57],[-786,-5333,199,3.41],[297,-3530,269,2.27],[-431,-3619,194,2.31],[-105,-7569,262,4.84],[531,-6125,325,3.91],[-628,-3723,209,2.39],[-169,-6626,242,4.23],[732,-7781,-220,5],[-154,-6138,-182,3.92],[-444,-4145,-163,2.66],[530,-6314,-173,4.03],[-53,-7627,-166,4.9],[730,-7515,-220,4.83],[81,-6312,-212,4.05],[-568,-3322,-144,2.12],[375,-3323,-206,2.13],[-381,-6945,-141,4.47],[-758,-5966,-162,3.82],[523,-3773,-229,2.42],[441,-5936,-194,3.79],[765,-4997,-232,3.2],[206,-7518,-213,4.83],[-58,-6679,-174,4.27],[774,-6954,-311,4.47],[-315,-4231,-260,2.7],[-311,-6647,-257,4.26],[440,-5824,-297,3.74],[-54,-4462,-280,2.86],[649,-6520,-344,4.18],[520,-6813,-287,4.35],[325,-3634,-279,2.33],[-383,-7197,-221,4.62],[306,-5378,-301,3.43],[498,-5330,-268,3.42],[134,-3468,-294,2.23],[-70,-6924,-217,4.43],[616,-4075,-336,2.61],[-69,-7347,-256,4.71],[178,-7073,-275,4.54],[570,-4113,737,2.61],[-151,-5206,596,3.32],[-401,-7768,539,4.94],[-301,-6211,593,3.95],[35,-6591,625,4.17],[606,-5207,720,3.31],[237,-5679,678,3.62],[-690,-5984,483,3.79],[-69,-4020,603,2.54],[167,-3363,626,2.13],[-561,-7673,488,4.88],[-233,-7737,550,4.92],[615,-4028,736,2.56],[-729,-4273,481,2.7],[294,-5690,691,3.6],[371,-4748,722,3.02],[371,-4557,655,2.89],[-402,-5562,470,3.53],[-703,-4510,436,2.86],[-289,-5451,475,3.45],[186,-4871,574,3.08],[-322,-4291,520,2.73],[-187,-7229,544,4.57],[469,-4716,603,3],[-448,-3971,440,2.52],[793,-3975,711,2.52],[-280,-4062,497,2.59],[377,-3593,630,2.29],[186,-3916,573,2.48],[167,-7478,563,4.73],[30,-4586,548,2.9],[-532,-4780,450,3.02],[-567,-6744,269,4.3],[45,-4267,313,2.72],[641,-4850,434,3.08],[-123,-7571,287,4.81],[267,-7572,374,4.82],[244,-3670,342,2.32],[-253,-6463,272,4.1],[-604,-5888,259,3.72],[-581,-7776,281,4.95],[-141,-4134,298,2.62],[-335,-6391,267,4.07],[-262,-3465,293,2.19],[-530,-6697,288,4.25],[-381,-7187,294,4.54],[551,-3369,424,2.14],[411,-3786,361,2.4],[576,-7190,347,4.55],[279,-5884,288,3.73],[294,-6139,292,3.89],[-13,-5112,283,3.26],[-699,-6884,195,4.35],[-474,-4602,242,2.91],[469,-3855,333,2.44],[776,-3798,366,2.4],[-196,-5591,217,3.53],[79,-7362,281,4.65],[404,-3245,286,2.05],[-123,-7164,234,4.53],[690,-7799,309,4.96],[464,-5222,293,3.3],[-110,-4289,270,2.71],[-209,-7847,260,4.99],[-544,-6517,141,4.13],[-711,-4164,121,2.63],[-245,-5853,160,3.71],[379,-3871,209,2.45],[453,-6397,196,4.06],[-126,-6813,188,4.31],[573,-7010,175,4.44],[51,-4052,161,2.58],[-142,-4124,153,2.62],[746,-6068,224,3.85],[-128,-4872,151,3.09],[230,-3435,195,2.19],[-172,-4769,173,3.02],[-470,-3958,141,2.5],[479,-6443,186,4.07],[-727,-7496,150,4.78],[159,-5782,-226,3.67],[537,-4392,-184,2.8],[-395,-5301,-160,3.35],[-32,-4718,-199,2.98],[571,-5251,-187,3.33],[-411,-3641,-159,2.32],[-637,-3324,-131,2.11],[10,-7493,-181,4.74],[-749,-3289,-147,2.08],[396,-6235,-214,3.95],[258,-7046,-185,4.45],[19,-6807,-160,4.33],[732,-4532,-258,2.87],[327,-7051,-213,4.49],[-146,-4326,-152,2.74],[210,-6801,-200,4.32],[730,-6336,-326,4.04],[-97,-6348,-234,4.02],[-413,-4847,-218,3.07],[-251,-6689,-207,4.23],[427,-6402,-333,4.07],[182,-7811,-246,4.98],[129,-6141,-248,3.91],[-510,-4205,-213,2.66],[146,-6648,-281,4.21],[-636,-6222,-178,3.94],[-3,-3452,-289,2.19],[-427,-3783,-192,2.4],[-205,-3938,-272,2.5],[557,-4503,-303,2.85],[-186,-7544,-221,4.78],[-799,-4684,-171,2.98],[285,-3956,662,2.48],[553,-5109,764,3.21],[-114,-3401,600,2.13],[-716,-7005,485,4.39],[791,-4094,799,2.56],[-338,-5850,564,3.68],[725,-5368,767,3.38],[-202,-6727,583,4.22],[339,-6018,667,3.79],[652,-7842,764,4.95],[579,-7468,761,4.71],[-594,-3628,479,2.27],[458,-4620,691,2.91],[-99,-4622,625,2.91],[648,-3304,734,2.08],[-249,-7919,602,4.95],[776,-3459,285,2.18],[-365,-5792,213,3.64],[-79,-7616,245,4.77],[-275,-3500,207,2.2],[-633,-3615,202,2.28],[71,-7090,271,4.46],[-507,-7268,235,4.57],[-127,-7989,232,5],[-321,-7496,253,4.69],[-80,-5686,235,3.56],[76,-6468,255,4.05],[-187,-3635,262,2.28],[-141,-7187,280,4.5],[-399,-3940,253,2.48],[413,-6037,323,3.81],[716,-5865,278,3.7],[663,-6895,260,4.31],[759,-4447,272,2.78],[132,-6395,181,4.02],[-171,-7752,174,4.89],[-299,-5049,148,3.17],[483,-3278,240,2.05],[-641,-4731,145,2.98],[-320,-7369,138,4.61],[-535,-6671,124,4.21],[-790,-7562,163,4.74],[734,-7165,218,4.51],[-648,-4565,132,2.88],[282,-6651,170,4.17],[555,-3918,228,2.46],[-448,-7166,175,4.51],[-40,-3817,202,2.39],[683,-6118,120,3.83],[416,-7397,149,4.63],[649,-4873,148,3.05],[336,-4651,136,2.91],[-635,-4471,91,2.81],[77,-6608,122,4.17],[-707,-6093,64,3.83],[555,-7437,172,4.65],[-424,-7321,117,4.59],[-172,-7579,138,4.78],[774,-4270,160,2.69],[406,-6368,120,4.01],[17,-6672,125,4.18],[-456,-3269,75,2.06],[-140,-3788,135,2.37],[708,-5941,146,3.72],[-727,-4388,-183,2.77],[577,-7543,-294,4.76],[339,-5574,-263,3.49],[151,-5851,-240,3.67],[-82,-6475,-275,4.07],[584,-6642,-312,4.19],[-453,-4806,-228,3.03],[122,-5534,-268,3.46],[-532,-6655,-224,4.19],[86,-6231,-277,3.9],[706,-7547,-330,4.76],[758,-6744,-283,4.22],[-558,-7197,-234,4.52],[-637,-4958,-197,3.11],[178,-6192,-238,3.9],[544,-4638,-278,2.91],[-578,-6946,529,4.3],[-361,-7393,568,4.58],[19,-3932,660,2.45],[-486,-3539,555,2.2],[214,-7202,703,4.5],[-380,-7087,561,4.4],[461,-4735,705,2.94],[-231,-6731,557,4.17],[578,-5157,774,3.2],[-583,-4763,489,2.97],[116,-6766,642,4.22],[525,-5586,750,3.49],[203,-3986,671,2.49],[510,-8009,702,5],[313,-3689,723,2.29],[-410,-3883,530,2.41],[165,-3356,285,2.09],[-523,-4608,235,2.86],[-443,-3456,248,2.15],[523,-4623,270,2.87],[-84,-6890,225,4.28],[773,-7092,329,4.41],[-238,-3860,234,2.41],[-572,-7361,216,4.57],[417,-5392,257,3.37],[236,-7488,242,4.64],[-1,-6317,289,3.94],[768,-7875,314,4.89],[-487,-3803,221,2.37],[747,-4185,297,2.6],[-379,-4561,211,2.85],[-695,-4312,211,2.68],[403,-5212,224,3.24],[-309,-7416,198,4.6],[-685,-5826,156,3.63],[-210,-5669,176,3.54],[320,-5746,225,3.56],[223,-5864,184,3.66],[172,-3695,210,2.29],[-756,-7250,120,4.51],[-450,-4228,150,2.64],[459,-5564,194,3.45],[558,-5187,209,3.21],[99,-7699,176,4.8],[-114,-6430,145,3.98],[-746,-7131,123,4.45],[-341,-6523,189,4.06],[-393,-7352,179,4.58],[762,-5202,160,3.25],[64,-6987,145,4.34],[281,-4489,86,2.79],[-337,-3703,96,2.31],[33,-7995,92,4.99],[426,-4477,155,2.79],[82,-5679,145,3.53],[-202,-6664,88,4.16],[-90,-5400,88,3.36],[-408,-3566,114,2.22],[249,-3816,142,2.38],[-539,-4666,109,2.91],[62,-4120,76,2.57],[467,-7572,100,4.72],[114,-3808,99,2.36],[729,-6124,149,3.81],[487,-4241,-304,2.65],[-341,-7652,-210,4.75],[-650,-5621,-232,3.5],[1,-7958,-282,4.96],[-745,-5467,-168,3.41],[582,-6591,-343,4.11],[-126,-3845,-251,2.38],[344,-3272,-294,2.03],[429,-6562,-269,4.1],[750,-3806,-322,2.36],[493,-7828,-291,4.85],[157,-7096,-234,4.4],[739,-4052,-307,2.52],[-420,-3908,-250,2.44],[17,-5927,-258,3.67],[-553,-5068,-189,3.15],[199,-6852,673,4.23],[-127,-5192,609,3.21],[-187,-6384,583,3.95],[279,-7027,711,4.33],[570,-5368,781,3.29],[466,-4890,747,3.01],[-274,-3267,559,2.01],[693,-6984,785,4.29],[-594,-5404,516,3.34],[-462,-7364,552,4.53],[26,-5545,659,3.4],[-241,-7909,606,4.88],[778,-5451,757,3.34],[364,-7414,656,4.57],[641,-4422,719,2.73],[512,-4283,762,2.63],[168,-4502,563,2.77],[741,-5354,668,3.29],[-486,-5115,493,3.16],[246,-7182,573,4.44],[219,-5222,578,3.21],[-14,-4761,581,2.92],[-329,-3961,507,2.44],[696,-3412,672,2.1],[131,-6626,565,4.07],[698,-6816,651,4.2],[-654,-4805,411,2.97],[439,-4262,664,2.62],[-187,-3779,530,2.33],[-422,-8130,484,4.99],[738,-4548,705,2.79],[503,-7321,640,4.5],[-394,-4075,168,2.51],[781,-3906,223,2.4],[337,-4460,199,2.76],[-474,-3373,128,2.08],[-454,-7668,188,4.74],[-105,-3733,167,2.29],[208,-5752,220,3.55],[495,-3461,179,2.14],[-565,-7616,149,4.68],[-164,-7645,154,4.72],[487,-6417,196,3.96],[-232,-3782,161,2.33],[663,-3971,246,2.45],[-159,-3735,179,2.31],[589,-4047,214,2.49],[187,-7179,158,4.41],[-244,-5186,86,3.18],[-148,-5295,132,3.25],[-463,-3670,115,2.25],[-75,-5788,73,3.55],[525,-7972,171,4.89],[419,-4672,149,2.88],[-564,-3819,118,2.36],[-638,-7056,83,4.33],[-135,-5153,111,3.16],[-361,-5814,99,3.57],[-621,-4835,64,2.97],[-645,-6280,60,3.85],[-6,-6968,91,4.28],[-114,-4752,127,2.94],[-694,-6491,93,4.01],[-742,-3506,98,2.15],[-140,-3510,52,2.16],[673,-4854,47,2.99],[-350,-7372,64,4.52],[-608,-6527,38,4.01],[-229,-7630,36,4.72],[395,-3525,75,2.16],[-106,-6886,14,4.26],[-421,-5027,61,3.11],[381,-3639,13,2.25],[696,-5185,19,3.19],[-628,-3595,24,2.21],[715,-3643,51,2.25],[-506,-5003,56,3.07],[174,-5680,67,3.49],[-514,-7298,58,4.49],[-380,-5136,23,3.16],[237,-4410,-169,2.71],[-496,-6807,-182,4.19],[-682,-4216,-141,2.6],[448,-5683,-237,3.51],[449,-7673,-229,4.73],[-703,-7093,-170,4.35],[-421,-4270,-129,2.62],[-585,-6321,-161,3.88],[701,-7498,-251,4.61],[-86,-4237,-156,2.62],[226,-5007,-167,3.07],[569,-3895,-187,2.4],[179,-5961,-172,3.67],[-551,-5647,-139,3.49],[754,-7594,-226,4.68],[-488,-7690,-157,4.75],[-301,-4625,-255,2.85],[411,-4509,-325,2.77],[64,-3460,-273,2.13],[426,-7452,-296,4.58],[664,-7644,-339,4.73],[-291,-5348,-228,3.28],[281,-4089,-312,2.53],[-693,-6516,-199,4.01],[284,-6470,-265,3.97],[-467,-4704,-228,2.9],[-16,-5872,-222,3.62],[-30,-3527,-287,2.17],[246,-6980,-277,4.29],[102,-5464,-286,3.35],[728,-5364,-298,3.3],[694,-6409,-340,3.96],[647,-6423,715,3.91],[721,-7748,808,4.73],[655,-6062,773,3.68],[-402,-5966,536,3.63],[456,-6540,719,3.98],[-773,-6466,478,3.93],[-24,-6605,635,4.01],[-379,-4474,556,2.73],[367,-6064,693,3.71],[-402,-7890,537,4.79],[90,-7736,631,4.72],[79,-7249,626,4.41],[-489,-5507,522,3.37],[-757,-8107,453,4.92],[-275,-3529,594,2.16],[505,-4107,710,2.51],[640,-4137,681,2.53],[378,-4552,587,2.78],[-166,-6266,506,3.83],[151,-6031,573,3.69],[54,-5049,554,3.08],[399,-3680,645,2.24],[-359,-4443,500,2.72],[-578,-6625,439,4.05],[-433,-3272,455,2],[-563,-4013,464,2.45],[771,-5644,679,3.43],[-94,-4974,559,3.04],[359,-4973,609,3.02],[-40,-3608,524,2.2],[-531,-5110,476,3.12],[77,-6748,579,4.11],[-558,-5872,419,3.57],[-352,-7697,416,4.68],[-83,-3791,476,2.31],[-611,-6938,388,4.25],[-215,-3915,468,2.38],[376,-3760,494,2.29],[-437,-3734,424,2.27],[-252,-5457,454,3.33],[-436,-4317,409,2.62],[263,-4296,541,2.61],[-300,-7504,418,4.56],[-787,-5864,361,3.57],[43,-8061,508,4.92],[-736,-7392,346,4.51],[470,-3361,540,2.04],[-509,-7064,384,4.3],[111,-8187,223,4.97],[-330,-4138,149,2.53],[-553,-6583,154,4.02],[-457,-7594,153,4.64],[596,-5214,218,3.18],[-51,-4498,209,2.74],[409,-7062,216,4.31],[772,-7323,232,4.47],[575,-3660,253,2.24],[-19,-8189,200,5],[789,-4807,218,2.94],[466,-4050,236,2.48],[-384,-3497,137,2.13],[-92,-4167,198,2.54],[249,-4355,161,2.66],[-620,-8024,136,4.87],[637,-6141,94,3.73],[232,-3814,91,2.32],[661,-5501,148,3.36],[85,-6975,114,4.24],[-279,-3914,78,2.39],[658,-6316,158,3.85],[722,-6145,95,3.73],[230,-3524,123,2.15],[-57,-5984,96,3.66],[620,-5897,134,3.61],[466,-5799,117,3.52],[725,-6949,125,4.23],[-140,-6679,80,4.07],[471,-4308,138,2.62],[606,-3506,120,2.13],[-402,-7173,108,4.36],[716,-6550,12,4],[550,-6383,70,3.88],[-174,-7392,60,4.49],[-773,-6437,21,3.91],[-315,-4816,30,2.94],[-252,-6654,3,4.04],[765,-4453,9,2.72],[347,-6469,4,3.96],[-39,-5114,7,3.11],[42,-4718,48,2.87],[181,-7114,78,4.33],[741,-5339,12,3.24],[686,-5222,42,3.19],[460,-3410,60,2.07],[702,-4222,38,2.58],[-183,-4921,60,2.99],[142,-6129,-22,3.72],[-161,-6037,-5,3.67],[13,-7575,-9,4.64],[-661,-7399,-15,4.5],[511,-5828,-6,3.57],[576,-5351,-31,3.26],[-550,-5360,-48,3.26],[-348,-5956,-14,3.62],[260,-5538,-44,3.38],[548,-3642,-79,2.21],[189,-5272,-45,3.23],[154,-6925,-8,4.22],[597,-7034,-69,4.31],[171,-8087,-70,4.91],[-527,-6784,-8,4.14],[11,-3576,-50,2.17],[-83,-4154,-102,2.53],[-445,-5815,-125,3.53],[778,-3681,-130,2.25],[-363,-6716,-82,4.1],[-90,-8082,-81,4.93],[78,-5682,-109,3.46],[214,-3557,-151,2.16],[-179,-3806,-88,2.33],[-284,-5451,-111,3.33],[-790,-4088,-59,2.49],[174,-6571,-88,4],[-159,-5978,-126,3.66],[-543,-4856,-91,2.97],[-116,-7803,-83,4.76],[-718,-3840,-87,2.33],[209,-5511,-89,3.36],[-148,-7920,-174,4.85],[242,-6548,-208,3.99],[-176,-7323,-150,4.48],[65,-4414,-213,2.7],[-327,-3868,-149,2.35],[569,-7797,-218,4.74],[162,-5800,-169,3.53],[-536,-4033,-172,2.45],[49,-3628,-193,2.22],[782,-7094,-184,4.32],[521,-7692,-186,4.69],[388,-5975,-178,3.64],[-468,-4984,-157,3.04],[186,-6044,-176,3.68],[257,-7238,-217,4.4],[-494,-8131,-152,4.96],[764,-6524,-314,3.97],[685,-4388,-345,2.68],[346,-4860,-304,2.96],[277,-7219,-315,4.42],[742,-3514,-332,2.14],[253,-6748,-244,4.11],[-181,-6291,-245,3.84],[293,-3595,-313,2.2],[-69,-5550,-225,3.37],[304,-5035,-243,3.07],[-617,-5270,-226,3.2],[274,-7868,-277,4.81],[588,-6529,-323,4],[475,-6933,-300,4.23],[-110,-6964,-237,4.24],[-671,-7275,-229,4.42],[-355,-3857,557,2.34],[-430,-3910,535,2.37],[-458,-8255,551,4.99],[508,-6447,691,3.88],[547,-6286,694,3.8],[540,-6193,699,3.74],[-550,-5130,542,3.1],[-54,-3708,633,2.24],[-15,-3359,648,2.02],[-568,-5761,524,3.49],[590,-7819,703,4.74],[-68,-4530,595,2.74],[282,-5419,694,3.26],[-49,-6753,606,4.08],[-716,-4314,497,2.61],[353,-6561,717,3.95],[-98,-5720,536,3.44],[-27,-5831,513,3.51],[-521,-4599,439,2.79],[-182,-4171,537,2.52],[-115,-3929,533,2.38],[149,-5879,581,3.55],[735,-7474,690,4.53],[-198,-4238,544,2.55],[767,-4073,654,2.45],[521,-5683,660,3.44],[511,-6443,623,3.88],[753,-6289,662,3.79],[-587,-7207,429,4.36],[118,-4339,537,2.63],[-607,-5384,446,3.24],[353,-6972,633,4.19],[442,-6999,554,4.24],[183,-7289,508,4.41],[619,-6671,573,4.02],[-119,-7007,436,4.22],[-727,-4809,346,2.91],[-585,-4238,405,2.57],[392,-6865,549,4.15],[-454,-7402,390,4.45],[-638,-7400,390,4.46],[-286,-4401,413,2.65],[762,-6090,572,3.68],[-201,-7552,478,4.54],[211,-4835,499,2.93],[-305,-5459,414,3.3],[-47,-7208,470,4.36],[-488,-6884,431,4.16],[-576,-5621,339,3.39],[785,-5543,498,3.36],[508,-8104,429,4.91],[-411,-6484,322,3.9],[604,-4138,456,2.51],[645,-7543,457,4.54],[-764,-5045,326,3.05],[274,-4513,412,2.72],[227,-6388,406,3.85],[538,-5537,465,3.34],[-617,-6728,351,4.06],[46,-5754,375,3.48],[402,-8041,473,4.84],[-569,-8102,351,4.9],[-728,-5702,286,3.44],[748,-6870,530,4.14],[148,-7573,119,4.57],[-580,-4160,66,2.52],[-618,-8125,102,4.91],[-799,-3835,59,2.31],[-171,-8227,119,4.96],[-330,-7066,95,4.27],[776,-7076,144,4.29],[253,-6773,150,4.09],[696,-3573,175,2.16],[-57,-5556,124,3.37],[433,-6665,159,4.04],[-45,-5714,106,3.44],[284,-3602,95,2.17],[-736,-4024,74,2.42],[719,-7216,156,4.34],[560,-5362,97,3.25],[91,-7025,65,4.25],[-479,-4292,11,2.58],[-451,-6444,43,3.91],[-773,-4501,41,2.73],[38,-8115,63,4.9],[-507,-3953,47,2.39],[-566,-7221,50,4.36],[285,-4970,75,3.01],[26,-7960,71,4.81],[-346,-3710,64,2.23],[-632,-4788,22,2.9],[631,-3853,60,2.33],[-658,-3752,32,2.26],[629,-3575,70,2.15],[91,-7676,14,4.64],[646,-7523,26,4.53],[-550,-7349,-57,4.42],[-721,-6219,-11,3.77],[692,-5839,-4,3.51],[-688,-4886,-7,2.96],[46,-6253,-32,3.77],[634,-5007,-65,3.01],[91,-6789,-48,4.09],[571,-7839,-49,4.73],[-20,-8037,-59,4.86],[513,-7634,-60,4.63],[330,-6133,-73,3.71],[261,-6678,-13,4.02],[-287,-3778,-42,2.29],[677,-6071,-83,3.68],[-610,-8051,-6,4.86],[-33,-4850,-57,2.94],[-158,-6346,-137,3.85],[-753,-7201,-94,4.33],[-330,-8219,-118,4.96],[-346,-4247,-82,2.56],[87,-3458,-128,2.09],[172,-3370,-150,2.04],[759,-3637,-151,2.2],[-111,-4588,-130,2.77],[662,-3564,-96,2.16],[276,-4262,-154,2.57],[470,-7362,-118,4.46],[179,-5266,-97,3.17],[-380,-5899,-82,3.55],[721,-5862,-169,3.54],[-672,-6075,-64,3.66],[-179,-7838,-113,4.74],[710,-4542,-262,2.75],[254,-4310,-183,2.6],[12,-6383,-162,3.84],[-456,-5380,-135,3.24],[-617,-4438,-168,2.68],[-760,-8106,-138,4.89],[-180,-3398,-143,2.05],[412,-8309,-221,5],[-78,-4853,-187,2.92],[796,-7638,-275,4.62],[-191,-5850,-142,3.54],[-133,-7074,-168,4.27],[-758,-3828,-154,2.32],[442,-5438,-220,3.29],[117,-5197,-168,3.13],[-211,-5557,-184,3.36],[-406,-6709,46,4.03],[-410,-7295,32,4.35],[-730,-8156,56,4.86],[616,-4336,13,2.6],[-71,-7125,47,4.25],[-565,-3994,19,2.38],[-713,-4807,7,2.87],[697,-7268,74,4.34],[503,-5657,26,3.38],[-413,-6340,12,3.79],[-335,-5423,7,3.23],[-486,-5390,1,3.22],[664,-7846,77,4.71],[-165,-4807,50,2.88],[25,-7243,34,4.35],[-318,-7093,11,4.24],[-392,-6572,-56,3.94],[668,-4625,-20,2.76],[-61,-3401,-44,2.04],[-649,-5798,-18,3.46],[-137,-4500,-26,2.7],[582,-8132,-66,4.85],[-247,-3986,-65,2.39],[142,-4457,-14,2.66],[-318,-3944,-36,2.37],[-316,-3996,-43,2.4],[-606,-3649,-15,2.19],[97,-6666,-29,3.97],[648,-8200,-52,4.92],[-605,-6248,-17,3.74],[471,-3981,-5,2.38],[-3,-7717,-68,4.62],[-71,-4110,-130,2.45],[-469,-4787,-81,2.86],[-261,-8287,-77,4.97],[247,-7800,-142,4.68],[678,-7263,-98,4.34],[-234,-7934,-120,4.76],[-672,-4577,-58,2.73],[-600,-4143,-68,2.47],[-605,-3508,-94,2.09],[-356,-6059,-67,3.61],[-493,-5430,-120,3.26],[-607,-3928,-72,2.35],[607,-6103,-141,3.65],[769,-7226,-93,4.34],[-409,-6760,-96,4.05],[636,-3776,-129,2.26],[-772,-7146,365,4.19],[215,-6047,529,3.55],[-307,-5641,408,3.3],[350,-3883,561,2.27],[584,-7561,569,4.42],[-745,-7312,364,4.28],[43,-7998,473,4.68],[538,-3617,579,2.12],[-245,-7117,427,4.18],[418,-6311,558,3.7],[620,-6724,613,3.94],[-613,-3825,406,2.25],[664,-5655,556,3.33],[-146,-4292,486,2.51],[732,-8215,621,4.81],[736,-3557,628,2.09],[-89,-6327,417,3.72],[-347,-4736,391,2.78],[246,-6239,441,3.65],[-425,-7743,346,4.56],[316,-5815,412,3.4],[-759,-4555,326,2.67],[526,-8088,436,4.73],[699,-6629,489,3.9],[774,-7401,543,4.35],[-449,-6559,319,3.84],[-796,-3983,292,2.33],[-179,-7651,415,4.48],[767,-8137,475,4.77],[-269,-5010,387,2.93],[-372,-4138,377,2.43],[175,-4563,419,2.69],[386,-5372,-68,3.15],[-218,-7432,-11,4.36],[35,-6432,-53,3.79],[312,-7056,-2,4.16],[-585,-5842,-46,3.44],[704,-7155,-61,4.19],[-113,-6994,-51,4.09],[564,-7778,-54,4.56],[242,-4105,-17,2.41],[-595,-5559,-28,3.25],[-113,-8190,-28,4.8],[-571,-7610,-19,4.48],[-275,-7757,-56,4.56],[638,-6764,-30,3.98],[-772,-5423,-54,3.17],[278,-4377,-44,2.56],[-389,-6411,-107,3.75],[589,-5357,-104,3.13],[737,-7301,-133,4.3],[-673,-3716,-63,2.19],[-537,-7937,-81,4.65],[-682,-7372,-78,4.32],[47,-5168,-118,3.04],[616,-5496,-115,3.24],[296,-3963,-104,2.32],[368,-5592,-139,3.27],[74,-6681,-79,3.93],[-175,-7156,-95,4.2],[-360,-7455,-90,4.39],[670,-5523,-113,3.25],[524,-8283,-113,4.86],[-506,-7575,-105,4.43],[96,-6945,-166,4.08],[-34,-5658,-179,3.33],[-774,-6964,-146,4.07],[239,-6977,-229,4.08],[734,-7976,-200,4.66],[206,-4990,-169,2.92],[37,-5156,-188,3.02],[455,-4293,-183,2.52],[182,-5603,-185,3.28],[252,-8480,-224,4.97],[76,-3794,-194,2.22],[-328,-5563,-197,3.25],[-749,-3933,-148,2.31],[-140,-4856,-196,2.85],[-176,-5568,-184,3.26],[-788,-3454,-112,2.03],[-476,-6339,-196,3.73],[-69,-5516,-218,3.24],[54,-4170,-271,2.44],[-481,-6984,-216,4.09],[-80,-7121,-249,4.18],[62,-6529,-266,3.82],[756,-6699,-275,3.93],[395,-4767,-325,2.79],[-316,-4737,-248,2.79],[517,-4635,-298,2.72],[-622,-6265,-211,3.66],[-606,-4615,-180,2.7],[204,-8347,-241,4.88],[-657,-8313,-197,4.86],[-712,-4858,-223,2.85],[237,-6722,-273,3.96],[250,-3464,610,2.01],[-622,-8561,416,4.98],[-267,-7798,501,4.53],[795,-5646,702,3.28],[-619,-8133,449,4.72],[676,-4294,704,2.49],[720,-4034,641,2.35],[-114,-3821,556,2.23],[738,-6259,638,3.65],[-61,-6628,570,3.84],[-328,-6440,502,3.73],[-565,-8237,427,4.79],[-187,-4235,546,2.47],[-24,-7645,532,4.43],[186,-4546,578,2.64],[-638,-4969,440,2.9],[-745,-5456,384,3.16],[663,-4336,560,2.52],[278,-6314,485,3.66],[541,-6663,561,3.86],[331,-3990,525,2.31],[21,-6607,500,3.84],[663,-7061,599,4.09],[-732,-3712,351,2.16],[-18,-3643,457,2.12],[559,-6045,534,3.53],[163,-6703,475,3.89],[262,-5693,490,3.32],[-548,-6873,376,3.98],[358,-7825,499,4.55],[-201,-4543,419,2.65],[-386,-5979,399,3.49],[-220,-6618,395,3.83],[188,-7794,427,4.53],[680,-4985,514,2.91],[63,-4849,398,2.82],[121,-6607,429,3.84],[299,-6995,408,4.08],[612,-7950,472,4.64],[226,-7821,416,4.56],[523,-3866,439,2.24],[-640,-8029,328,4.67],[362,-3457,419,2.01],[34,-7314,422,4.24],[600,-8492,479,4.92],[77,-3531,451,2.05],[-630,-4833,324,2.8],[-411,-3655,374,2.13],[410,-5795,334,3.38],[650,-5702,372,3.3],[605,-7982,376,4.64],[-112,-8429,348,4.89],[151,-5373,361,3.11],[-746,-5000,237,2.9],[604,-6466,438,3.76],[-455,-8082,281,4.7],[-309,-6703,313,3.91],[-718,-5126,268,2.98],[271,-4072,386,2.36],[-471,-7758,299,4.53],[46,-5179,317,3.01],[-329,-7825,273,4.55],[630,-6207,361,3.62],[430,-5228,405,3.03],[328,-5136,264,2.98],[130,-8551,265,4.99],[516,-6095,330,3.55],[651,-6964,341,4.06],[81,-3626,246,2.11],[-348,-4537,227,2.65],[796,-4846,283,2.81],[166,-6701,307,3.88],[36,-6079,238,3.55],[-280,-5155,251,2.99],[613,-4833,335,2.82],[306,-6283,283,3.64],[-312,-4835,205,2.82],[-78,-8264,236,4.79],[-76,-4831,237,2.82],[-284,-7312,212,4.27],[694,-6676,-7,3.89],[356,-7968,-39,4.64],[595,-6223,-52,3.61],[-557,-4943,-5,2.87],[-521,-6366,-17,3.69],[353,-8504,-29,4.95],[428,-7121,-58,4.13],[-654,-4757,-15,2.77],[-101,-5121,-39,2.98],[400,-5638,-17,3.27],[-222,-4699,-1,2.73],[-219,-3579,-14,2.09],[-785,-5742,-17,3.34],[704,-8040,-5,4.67],[634,-3547,-29,2.06],[-597,-4584,-40,2.67],[741,-6872,-147,4.01],[643,-6293,-126,3.67],[108,-4024,-116,2.34],[-764,-7023,-86,4.09],[340,-6440,-116,3.74],[420,-6083,-107,3.54],[-67,-3488,-81,2.02],[627,-7137,-140,4.15],[-521,-8244,-107,4.8],[-695,-3788,-76,2.21],[152,-4939,-110,2.87],[678,-4543,-135,2.65],[-579,-4946,-88,2.88],[-354,-6159,-105,3.58],[-196,-5172,-78,3.01],[104,-8292,-114,4.81],[-239,-8130,-154,4.74],[53,-7056,-178,4.09],[5,-8358,-186,4.84],[-242,-6276,-190,3.65],[175,-8054,-220,4.67],[234,-3617,-194,2.11],[-79,-7862,-200,4.56],[667,-7811,-223,4.53],[315,-7182,-210,4.17],[726,-3954,-229,2.3],[581,-8468,-244,4.91],[33,-7527,-154,4.37],[165,-5168,-197,3.01],[628,-4949,-211,2.89],[723,-4163,-264,2.41],[-711,-3550,-128,2.06],[-288,-8289,-261,4.81],[-76,-7622,-270,4.45],[-61,-6563,-247,3.81],[-690,-4533,-218,2.64],[-639,-4257,-175,2.47],[746,-7221,-342,4.21],[-191,-6773,-243,3.94],[306,-3658,-248,2.12],[-143,-8343,-237,4.87],[-55,-5292,-259,3.09],[-440,-7642,-247,4.46],[677,-6666,-330,3.89],[-335,-8038,-209,4.69],[-779,-7535,-174,4.38],[564,-6291,-321,3.66],[-79,-7063,-258,4.11],[23,-5272,645,3.04],[-513,-6843,549,3.93],[-300,-7617,595,4.38],[-557,-4277,541,2.46],[359,-5437,711,3.13],[-724,-7059,462,4.05],[-310,-6660,567,3.84],[538,-7369,697,4.26],[-672,-6191,481,3.57],[558,-7519,743,4.32],[488,-5009,759,2.88],[308,-4249,719,2.44],[-72,-7653,621,4.41],[-4,-5890,653,3.39],[611,-3859,720,2.23],[411,-4322,688,2.49],[686,-4065,651,2.35],[76,-7808,570,4.51],[-691,-4649,430,2.68],[-651,-7041,451,4.06],[-260,-6603,529,3.79],[731,-4151,691,2.4],[545,-5065,646,2.92],[192,-3993,607,2.31],[-678,-4775,450,2.76],[410,-8060,582,4.64],[96,-3888,536,2.24],[-329,-8468,489,4.86],[-733,-8632,417,4.99],[-133,-8101,494,4.67],[-228,-8148,536,4.68],[-322,-4146,499,2.39],[439,-5133,516,2.96],[170,-8051,503,4.64],[-703,-6707,383,3.87],[747,-5648,590,3.26],[-502,-8260,423,4.78],[139,-3643,530,2.1],[-757,-8541,334,4.94],[-773,-3938,353,2.27],[524,-3967,591,2.28],[-453,-3715,434,2.15],[-436,-4491,410,2.59],[-299,-6764,456,3.88],[-269,-8407,436,4.85],[368,-6666,534,3.85],[-279,-8139,425,4.7],[484,-3660,554,2.1],[112,-6878,397,3.98],[-284,-5484,353,3.17],[794,-3823,498,2.21],[-221,-5945,384,3.43],[576,-6274,476,3.63],[413,-3640,472,2.1],[-23,-5057,419,2.91],[595,-7251,454,4.16],[-104,-7699,415,4.44],[-558,-5535,324,3.2],[13,-6003,404,3.46],[-757,-5823,332,3.35],[778,-4424,474,2.55],[628,-6634,456,3.82],[371,-3772,435,2.17],[-698,-3625,330,2.08],[330,-7556,405,4.37],[-636,-4747,283,2.73],[-432,-7316,286,4.23],[781,-6069,376,3.51],[-737,-3552,232,2.05],[-530,-3772,273,2.17],[122,-6877,344,3.97],[43,-6165,333,3.55],[306,-4880,339,2.8],[752,-6760,448,3.89],[101,-5855,329,3.38],[-334,-4915,273,2.82],[736,-3727,447,2.15],[-581,-5674,253,3.26],[230,-6559,371,3.78],[-472,-7303,268,4.19],[-708,-4750,192,2.73],[570,-4231,285,2.44],[65,-6018,257,3.47],[216,-6818,269,3.94],[-568,-8526,190,4.89],[656,-8188,335,4.71],[-420,-8333,200,4.82],[128,-8140,244,4.67],[-477,-3603,248,2.07],[590,-6612,346,3.82],[-86,-7392,272,4.24],[-688,-5774,224,3.34],[78,-6571,287,3.79],[-755,-5565,188,3.21],[-72,-8557,241,4.93],[-610,-4354,234,2.5],[-160,-6992,-180,4.02],[-407,-4892,-146,2.82],[-765,-8069,-163,4.64],[164,-7703,-185,4.43],[464,-7961,-242,4.59],[116,-6894,-173,3.96],[-369,-4026,-163,2.31],[621,-3927,-252,2.27],[253,-3670,-173,2.12],[303,-7947,-188,4.56],[-280,-8368,-142,4.81],[-319,-5685,-175,3.27],[-101,-6120,-203,3.54],[471,-6658,-192,3.85],[296,-8219,-206,4.73],[296,-7558,-234,4.37],[293,-6633,-290,3.81],[89,-8225,-239,4.74],[649,-8245,-292,4.77],[-725,-4321,-221,2.48],[-602,-3959,-211,2.28],[3,-7636,-291,4.4],[20,-4065,-267,2.35],[32,-6712,-284,3.86],[-154,-6522,-253,3.75],[-68,-6119,-240,3.54],[565,-8032,-276,4.62],[-130,-5093,-244,2.93],[44,-5480,-280,3.16],[474,-5608,-300,3.22],[-580,-4474,-198,2.57],[470,-4680,-323,2.7],[-795,-5354,468,3.06],[-688,-5641,481,3.21],[-324,-5026,570,2.87],[-162,-6517,585,3.72],[551,-7193,742,4.11],[788,-6284,778,3.58],[298,-5268,670,3.01],[614,-7501,721,4.3],[-600,-5412,533,3.08],[125,-3858,624,2.2],[303,-5232,663,2.98],[520,-5063,698,2.89],[553,-6921,733,3.95],[367,-5789,666,3.31],[-250,-5270,581,3.02],[464,-5190,723,2.95],[-667,-5640,452,3.23],[517,-4082,682,2.33],[397,-4989,632,2.85],[-133,-6017,542,3.44],[322,-7885,582,4.52],[-785,-5168,428,2.96],[655,-3690,628,2.1],[-587,-7230,419,4.13],[-569,-4964,459,2.83],[-607,-7910,468,4.52],[567,-6646,661,3.78],[104,-6126,569,3.5],[-189,-5930,546,3.38],[439,-6307,630,3.59],[-681,-4535,410,2.59],[379,-5130,595,2.92],[497,-6684,418,3.82],[-565,-7554,273,4.32],[-294,-6754,292,3.86],[636,-7760,421,4.42],[-352,-6890,308,3.92],[56,-5611,348,3.19],[-359,-6357,266,3.64],[192,-4608,345,2.63],[-569,-8152,256,4.64],[-38,-7097,337,4.06],[12,-6223,313,3.56],[423,-6129,350,3.49],[-60,-8563,342,4.88],[-188,-8678,325,4.94],[43,-7693,300,4.39],[-285,-5818,332,3.32],[549,-6869,262,3.91],[-440,-7750,243,4.41],[-568,-7499,217,4.29],[771,-6232,312,3.56],[792,-7364,337,4.19],[-455,-8235,233,4.72],[266,-4761,262,2.72],[176,-6683,275,3.81],[-181,-5956,257,3.41],[590,-3853,318,2.19],[-590,-5044,219,2.89],[601,-5481,347,3.14],[503,-6869,260,3.92],[230,-7372,261,4.21],[394,-6631,268,3.77],[705,-6302,337,3.6],[610,-6371,198,3.62],[-769,-8555,119,4.9],[470,-3799,208,2.16],[630,-8409,218,4.82],[710,-5170,216,2.94],[144,-3566,171,2.03],[170,-8560,227,4.89],[-789,-5473,153,3.13],[561,-4637,202,2.64],[11,-3868,170,2.2],[494,-6271,209,3.59],[-720,-6705,144,3.81],[-640,-4368,143,2.49],[587,-7627,259,4.37],[511,-4814,202,2.75],[-272,-5945,183,3.39],[-50,-6825,-151,3.88],[316,-6912,-216,3.95],[-373,-4647,-162,2.66],[492,-5945,-235,3.4],[750,-5114,-213,2.91],[718,-7774,-211,4.44],[-12,-8027,-178,4.59],[363,-4743,-237,2.71],[-564,-8378,-145,4.77],[-688,-6349,-155,3.62],[32,-6667,-204,3.79],[-544,-8677,-167,4.95],[-220,-6659,-157,3.8],[647,-4532,-183,2.59],[-458,-4429,-166,2.53],[-585,-6464,-129,3.69],[25,-7426,-294,4.24],[708,-5571,-273,3.18],[-137,-8629,-265,4.93],[340,-4696,-325,2.68],[-507,-4946,-193,2.83],[535,-3984,-259,2.28],[221,-6897,-277,3.94],[-773,-3984,-211,2.27],[-486,-7226,-242,4.14],[736,-8465,-314,4.84],[29,-5649,-277,3.23],[-515,-6470,-210,3.7],[503,-6567,-305,3.76],[-497,-6020,-247,3.43],[-386,-4389,-250,2.51],[-543,-4890,-187,2.78],[533,-6806,705,3.84],[-403,-4948,560,2.79],[3,-3662,599,2.07],[759,-6256,735,3.54],[500,-7679,698,4.34],[-64,-7182,619,4.08],[-263,-7564,539,4.29],[365,-7483,719,4.23],[-764,-8003,487,4.52],[335,-8723,726,4.93],[67,-6845,636,3.88],[-85,-6348,641,3.6],[-377,-8065,561,4.58],[-47,-6231,615,3.54],[-271,-6434,596,3.64],[-530,-5901,518,3.33],[-324,-6286,238,3.57],[565,-4917,267,2.79],[663,-5182,342,2.93],[235,-5864,275,3.31],[-718,-5528,210,3.12],[-67,-8764,246,4.95],[164,-6700,278,3.78],[-382,-6100,243,3.46],[97,-5660,228,3.19],[41,-5738,283,3.25],[371,-6952,280,3.92],[77,-6993,297,3.97],[-227,-5264,205,2.98],[512,-8723,326,4.95],[32,-3777,269,2.13],[276,-7091,241,4.02],[504,-4216,250,2.38],[746,-8089,254,4.56],[60,-4112,223,2.33],[-479,-4199,179,2.38],[-388,-8740,147,4.95],[-471,-5290,185,2.99],[-662,-7195,122,4.08],[798,-7623,269,4.3],[658,-8276,202,4.7],[-739,-6170,167,3.49],[-408,-8812,151,4.99],[-114,-8396,185,4.76],[337,-3716,173,2.1],[14,-4421,161,2.51],[630,-8135,225,4.62],[-16,-5836,166,3.3],[382,-5553,-313,3.14],[-281,-5662,-214,3.2],[-104,-8010,-217,4.53],[-405,-4897,-219,2.78],[-187,-4202,-224,2.37],[-429,-8431,-193,4.79],[-455,-5706,-244,3.22],[-663,-6526,-189,3.68],[-471,-7572,-248,4.3],[215,-7610,-286,4.29],[-165,-7563,-216,4.28],[-775,-3721,-202,2.11],[549,-8747,-260,4.95],[-394,-7078,-229,4],[-647,-8021,-183,4.55],[670,-7031,-303,3.98],[-290,-5096,594,2.85],[-323,-6811,579,3.83],[-620,-5214,487,2.91],[286,-5951,658,3.33],[451,-7223,689,4.06],[236,-7257,696,4.05],[-134,-7004,564,3.93],[-7,-5460,632,3.05],[-512,-8718,514,4.88],[-670,-8026,484,4.51],[-665,-4394,473,2.46],[-11,-4479,626,2.52],[-277,-8665,543,4.87],[680,-5637,797,3.16],[687,-5819,738,3.26],[281,-7909,716,4.43],[707,-7207,305,4.03],[194,-8734,296,4.9],[565,-4814,341,2.71],[-310,-5978,253,3.35],[-342,-7394,226,4.14],[-654,-3616,177,2.03],[-537,-6374,201,3.57],[442,-7806,276,4.36],[224,-8529,298,4.8],[-561,-7260,202,4.06],[-738,-8427,188,4.72],[611,-5262,325,2.94],[571,-4272,340,2.4],[772,-7368,314,4.14],[-616,-6659,228,3.74],[-716,-8279,212,4.64],[318,-4183,240,2.34],[-673,-6523,150,3.66],[-75,-4456,155,2.5],[400,-5581,181,3.13],[-128,-4316,196,2.41],[-614,-4226,135,2.36],[-187,-7627,145,4.28],[-377,-4240,149,2.38],[635,-8572,231,4.8],[201,-8074,209,4.53],[789,-7794,272,4.36],[-504,-4853,162,2.72],[576,-6021,199,3.37],[-254,-6288,150,3.51],[728,-8829,185,4.96],[268,-7709,170,4.32],[398,-7069,125,3.97],[782,-8779,176,4.93],[-677,-3741,86,2.1],[-224,-7872,131,4.43],[85,-4531,103,2.54],[-685,-4027,83,2.26],[-200,-5925,134,3.33],[-26,-7356,140,4.12],[624,-4485,112,2.52],[32,-8814,117,4.92],[-467,-6667,99,3.73],[168,-6985,86,3.9],[-2,-3938,111,2.21],[-479,-7836,79,4.38],[251,-6896,82,3.87],[-768,-4393,98,2.46],[-127,-4599,-270,2.57],[-74,-6881,-267,3.86],[-221,-7131,-225,3.99],[230,-8077,-280,4.53],[593,-4026,-310,2.26],[627,-5205,-300,2.92],[-740,-7347,-172,4.12],[664,-6764,-347,3.78],[-775,-8750,-216,4.89],[216,-6618,-291,3.71],[-308,-8165,-218,4.57],[252,-5626,-270,3.14],[-645,-8306,-229,4.65],[-247,-6097,-267,3.42],[794,-3877,-312,2.18],[-586,-6118,-226,3.44],[-598,-5131,502,2.86],[543,-7192,726,3.98],[-70,-7463,583,4.16],[37,-3816,632,2.12],[53,-4898,634,2.71],[35,-8969,629,4.99],[505,-4445,758,2.48],[85,-8757,625,4.85],[-52,-8198,582,4.57],[-92,-4695,581,2.6],[270,-5933,705,3.3],[-227,-7135,600,3.98],[-608,-7271,525,4.04],[108,-3809,630,2.11],[702,-6384,748,3.56],[-663,-8779,475,4.86],[-261,-7434,499,4.14],[-392,-3850,502,2.14],[458,-6419,602,3.57],[-275,-6487,517,3.6],[-448,-6952,463,3.85],[-282,-4134,503,2.3],[693,-5914,674,3.3],[-23,-4323,520,2.41],[536,-5615,678,3.13],[675,-6062,690,3.36],[-316,-5998,497,3.34],[-411,-6968,447,3.86],[-693,-4721,400,2.63],[-240,-8618,525,4.78],[606,-5629,630,3.12],[183,-4486,582,2.5],[30,-6042,198,3.35],[98,-5757,167,3.21],[-283,-3932,154,2.19],[500,-8380,239,4.64],[-100,-7329,164,4.06],[766,-7742,238,4.32],[304,-7214,230,4.02],[-366,-5074,181,2.81],[-67,-5698,156,3.17],[92,-6506,160,3.6],[-577,-4841,156,2.69],[-783,-6059,110,3.38],[262,-8082,238,4.49],[541,-7055,243,3.93],[-156,-8792,145,4.87],[-243,-4646,162,2.57],[548,-3824,126,2.12],[-160,-5527,80,3.08],[484,-7302,109,4.06],[18,-6886,139,3.83],[460,-7581,153,4.23],[-143,-5611,113,3.13],[-520,-6371,111,3.54],[-525,-4054,76,2.25],[-482,-4545,108,2.53],[-121,-6099,102,3.39],[-274,-4216,109,2.35],[114,-7819,106,4.34],[-144,-4139,109,2.29],[-780,-8620,58,4.77],[-584,-4326,107,2.4],[475,-4140,144,2.29],[349,-5889,49,3.27],[278,-3848,31,2.13],[-497,-5695,9,3.15],[-603,-3987,41,2.21],[-79,-5838,71,3.24],[223,-7838,22,4.35],[-771,-6270,32,3.49],[24,-8483,41,4.71],[408,-5233,29,2.92],[44,-7482,72,4.14],[-433,-7868,42,4.37],[775,-7246,19,4.01],[-448,-4947,58,2.75],[-34,-4749,72,2.63],[413,-8450,64,4.68],[-569,-4373,32,2.42],[-79,-8440,-202,4.7],[774,-4222,-247,2.34],[-766,-4741,-112,2.63],[673,-7330,-203,4.09],[575,-4024,-212,2.24],[-293,-6551,-169,3.63],[323,-4043,-225,2.25],[-394,-4062,-167,2.25],[-756,-4792,-127,2.67],[-419,-3884,-183,2.16],[129,-7003,-182,3.88],[-717,-6501,-131,3.62],[412,-8380,-217,4.67],[328,-4842,-204,2.7],[-289,-4077,-175,2.26],[-612,-8080,-148,4.49],[752,-6959,-345,3.85],[-703,-5918,-187,3.28],[-765,-8688,-198,4.82],[-706,-3593,-210,2],[-680,-8908,-226,4.93],[127,-4661,-283,2.59],[396,-6633,-328,3.67],[-117,-5866,-249,3.27],[285,-7365,-278,4.11],[594,-7492,-285,4.16],[412,-6907,-272,3.84],[-245,-7434,-243,4.14],[287,-7004,-310,3.88],[732,-6783,-282,3.77],[-399,-4070,-214,2.26],[53,-5244,-236,2.92],[-269,-7408,487,4.07],[-388,-5211,496,2.87],[43,-4900,529,2.7],[599,-5604,634,3.09],[-182,-7517,509,4.13],[322,-7761,635,4.28],[-174,-7565,521,4.18],[540,-8217,628,4.54],[255,-4358,599,2.4],[663,-7667,702,4.23],[80,-8224,556,4.54],[311,-6132,605,3.37],[-304,-8611,470,4.76],[445,-3733,591,2.05],[349,-4269,593,2.36],[-442,-5665,496,3.13],[-752,-5523,350,3.03],[194,-5793,499,3.2],[475,-7769,549,4.28],[-1,-4519,484,2.49],[155,-5937,525,3.26],[308,-5367,544,2.95],[-608,-4750,388,2.61],[-112,-4997,476,2.76],[-385,-5985,407,3.29],[-720,-8827,388,4.86],[133,-6858,502,3.76],[-417,-4730,440,2.61],[323,-8121,550,4.49],[-797,-9055,355,4.98],[723,-6196,594,3.4],[717,-7924,563,4.36],[625,-5482,247,3.02],[190,-7924,178,4.35],[7,-8496,163,4.69],[-132,-4779,175,2.63],[196,-5028,213,2.78],[-249,-6176,192,3.39],[424,-6872,232,3.78],[-450,-4111,140,2.26],[466,-5589,232,3.08],[-672,-6407,119,3.52],[53,-6252,164,3.43],[-266,-6524,190,3.58],[-501,-4112,142,2.27],[-135,-7285,198,4.01],[-546,-7003,147,3.85],[440,-5226,235,2.87],[197,-4221,132,2.33],[147,-6481,77,3.57],[645,-5896,93,3.25],[-781,-4292,94,2.37],[277,-3999,114,2.21],[54,-8814,90,4.87],[-252,-6008,115,3.3],[346,-6958,133,3.82],[-521,-5691,88,3.14],[184,-8562,140,4.71],[-533,-7876,113,4.34],[-233,-5056,100,2.79],[468,-7863,106,4.32],[-514,-6713,88,3.7],[680,-5315,146,2.92],[523,-6741,125,3.7],[-784,-8391,20,4.62],[-388,-8818,34,4.87],[427,-7726,18,4.24],[400,-6619,10,3.65],[640,-4812,73,2.64],[1,-4467,63,2.47],[406,-6704,1,3.7],[-174,-5521,43,3.03],[580,-5121,17,2.83],[767,-4757,9,2.61],[-376,-8519,0,4.7],[-241,-4485,56,2.46],[720,-8530,75,4.69],[-45,-3673,41,2.03],[-470,-3724,41,2.05],[58,-4484,3,2.47],[154,-4940,-11,2.72],[524,-5036,-10,2.78],[-301,-4300,-27,2.37],[206,-4395,-15,2.42],[332,-6258,-28,3.46],[-137,-5973,-4,3.3],[109,-7747,-34,4.26],[-283,-4588,-26,2.52],[-356,-6415,-46,3.52],[-429,-3965,-52,2.18],[46,-7451,-20,4.11],[665,-5573,-70,3.07],[298,-8534,-14,4.72],[-533,-4108,-51,2.27],[627,-7884,-43,4.36],[624,-8242,-34,4.53],[216,-6227,-112,3.42],[-528,-7489,-71,4.14],[245,-8560,-112,4.7],[-262,-4239,-80,2.34],[-596,-7985,-102,4.38],[460,-8456,-99,4.65],[423,-5679,-92,3.14],[412,-4328,-118,2.38],[532,-4247,-104,2.34],[-168,-3650,-130,2.01],[-462,-7799,-110,4.29],[36,-5239,-135,2.88],[-247,-4082,-111,2.25],[-451,-8184,-114,4.5],[-154,-3781,-122,2.08],[456,-6728,-153,3.69],[-583,-4435,-146,2.44],[632,-5465,-178,3.02],[707,-4815,-264,2.66],[-269,-6736,-156,3.7],[-162,-5449,-194,3],[356,-4885,-176,2.69],[381,-4027,-237,2.21],[-544,-4332,-149,2.39],[-228,-7057,-150,3.87],[97,-6493,-222,3.56],[-661,-8386,-144,4.63],[319,-7289,-200,4.01],[620,-4208,-236,2.31],[512,-4832,-230,2.67],[284,-3934,-196,2.17],[48,-4956,-198,2.73],[-443,-5639,-250,3.11],[-457,-4840,-193,2.67],[150,-8271,-240,4.57],[-168,-8205,-231,4.52],[-250,-5241,-268,2.89],[200,-6794,-306,3.75],[-572,-3858,-180,2.13],[-650,-8284,-196,4.57],[335,-7325,-305,4.02],[101,-5434,-263,2.99],[506,-6814,-312,3.76],[496,-7928,-335,4.35],[-397,-6515,-238,3.58],[363,-6483,-306,3.56],[262,-7041,-305,3.88],[155,-6666,-267,3.68],[-681,-4585,502,2.51],[-563,-8759,482,4.78],[-363,-7976,534,4.37],[181,-6262,661,3.41],[-32,-7974,643,4.36],[-250,-4739,572,2.59],[440,-7638,740,4.18],[259,-9107,637,4.97],[165,-8593,658,4.7],[-612,-5693,509,3.12],[-331,-5567,543,3.05],[-676,-4967,496,2.72],[584,-8905,755,4.85],[-551,-3915,525,2.13],[-311,-4083,567,2.22],[617,-5258,762,2.88],[-28,-8642,579,4.71],[4,-7414,577,4.05],[628,-6075,636,3.32],[-75,-4859,502,2.66],[-279,-5148,470,2.81],[745,-4439,671,2.43],[493,-6968,672,3.79],[-642,-3679,414,2.01],[-20,-8093,525,4.4],[206,-4745,602,2.59],[-799,-6885,424,3.75],[158,-7506,591,4.09],[525,-7986,639,4.36],[418,-4944,600,2.71],[-70,-8310,548,4.52],[617,-6650,682,3.64],[468,-6249,560,3.4],[238,-6833,508,3.72],[-736,-5151,381,2.81],[750,-8020,631,4.36],[-293,-4965,419,2.71],[-419,-6046,434,3.31],[-748,-7463,365,4.09],[322,-7064,517,3.87],[-216,-4430,425,2.41],[423,-5551,577,3.03],[-589,-6729,357,3.67],[-772,-6837,352,3.73],[-45,-8091,486,4.43],[-479,-4842,382,2.65],[109,-6373,522,3.48],[413,-8155,512,4.44],[-776,-5879,312,3.2],[615,-7316,451,3.98],[-704,-4231,307,2.3],[128,-6719,416,3.66],[485,-4901,461,2.68],[-507,-8401,343,4.59],[-675,-7403,308,4.05],[-45,-8664,427,4.72],[-495,-5696,329,3.1],[570,-9105,503,4.99],[-446,-6729,320,3.66],[171,-8755,452,4.78],[-735,-6804,307,3.72],[580,-7278,453,3.97],[261,-5533,404,3.03],[217,-5433,463,2.97],[-577,-7086,101,3.88],[90,-7534,91,4.11],[617,-4492,172,2.46],[-237,-7847,73,4.27],[-555,-5907,69,3.22],[-782,-5727,89,3.13],[-369,-7819,79,4.25],[-262,-3926,124,2.14],[166,-9094,136,4.96],[-177,-6353,100,3.47],[-467,-5569,73,3.05],[-325,-7352,116,4.02],[-445,-4859,125,2.65],[368,-4903,148,2.67],[515,-6748,139,3.69],[3,-5538,132,3.01],[594,-7153,33,3.91],[-743,-8177,34,4.48],[745,-3769,23,2.05],[-104,-4310,69,2.36],[358,-4581,67,2.5],[319,-5776,66,3.16],[-412,-7288,40,3.98],[577,-4857,85,2.64],[-417,-4966,6,2.71],[-249,-9002,9,4.92],[-46,-7216,68,3.95],[-34,-6796,23,3.71],[676,-6361,28,3.48],[84,-6641,36,3.62],[596,-8822,44,4.82],[502,-4893,18,2.67],[-371,-4989,-40,2.72],[-788,-5868,-23,3.21],[-623,-5491,-8,3.01],[-774,-6333,-26,3.45],[477,-4437,-56,2.43],[-407,-6060,-21,3.32],[-405,-8271,-30,4.53],[-192,-3848,-12,2.1],[784,-8228,-75,4.49],[8,-7553,-2,4.14],[328,-5882,-59,3.22],[1,-7990,-69,4.35],[303,-7691,-32,4.18],[-564,-8264,-17,4.52],[713,-5902,-48,3.21],[-591,-5230,-46,2.85],[-743,-8206,-97,4.49],[277,-8842,-119,4.83],[407,-6336,-164,3.46],[-675,-5176,-66,2.82],[605,-5384,-127,2.95],[217,-3797,-95,2.07],[616,-8341,-130,4.55],[161,-7953,-98,4.35],[54,-5146,-138,2.8],[393,-4575,-109,2.49],[-673,-7365,-82,4.01],[-548,-6935,-108,3.8],[-109,-5541,-111,3.02],[-200,-6761,-106,3.68],[-144,-6639,-71,3.61],[-308,-8576,-118,4.7],[-133,-8588,-159,4.67],[443,-3730,-181,2.04],[562,-5260,-179,2.87],[58,-7698,-222,4.21],[-660,-8008,-144,4.36],[-598,-4832,-171,2.64],[782,-4619,-213,2.52],[-59,-7374,-199,4.02],[-540,-9013,-162,4.91],[-685,-3908,-135,2.14],[12,-4328,-166,2.36],[465,-7817,-220,4.28],[27,-4862,-198,2.65],[-718,-6116,-166,3.35],[638,-8991,-238,4.9],[-754,-8822,-119,4.83],[573,-7526,82,4.07],[-504,-5064,54,2.74],[-396,-6013,34,3.25],[-169,-5547,53,3],[-155,-5806,18,3.13],[472,-7834,4,4.25],[-123,-5726,56,3.09],[-711,-6213,45,3.36],[-754,-7986,37,4.34],[-720,-5995,5,3.23],[46,-7412,46,4.01],[793,-8949,65,4.86],[-518,-6851,43,3.7],[732,-5651,23,3.05],[-289,-8081,54,4.37],[-520,-8771,60,4.76],[-678,-4475,-28,2.42],[-183,-3714,-42,2.01],[541,-8484,-11,4.61],[512,-7442,-78,4.01],[622,-4392,-30,2.37],[454,-4707,-8,2.54],[125,-8741,-58,4.73],[-668,-7811,-12,4.23],[-247,-7842,-41,4.24],[-243,-5337,-44,2.9],[363,-7454,-36,4.04],[-88,-3929,-2,2.12],[-534,-3798,-12,2.06],[-341,-7385,-7,4],[596,-3909,-60,2.11],[-456,-4727,-11,2.56],[127,-6841,-87,3.7],[-160,-5832,-91,3.16],[-340,-6097,-120,3.31],[196,-3950,-147,2.14],[452,-4309,-119,2.33],[509,-5109,-87,2.76],[329,-7858,-120,4.24],[22,-8341,-87,4.5],[-56,-4533,-133,2.46],[603,-6000,-151,3.24],[-353,-5708,-81,3.1],[-382,-8065,-121,4.37],[-250,-6363,-84,3.45],[150,-5821,-105,3.16],[513,-6100,-89,3.31],[559,-3708,-120,2.01],[245,-8167,-289,4.37],[269,-9156,-317,4.91],[337,-6494,-311,3.48],[-239,-8397,-238,4.49],[-127,-7982,-261,4.3],[-246,-7668,-231,4.13],[340,-7465,-250,3.99],[564,-3870,-277,2.08],[112,-7348,-277,3.93],[-116,-5873,-251,3.15],[-351,-6896,-254,3.71],[731,-6655,-276,3.56],[363,-8862,-305,4.77],[485,-5998,-339,3.23],[687,-7139,-301,3.84],[-283,-8798,-207,4.73],[-755,-3786,-142,2.01],[394,-6657,-199,3.53],[-713,-4138,-135,2.21],[-798,-7100,-163,3.78],[797,-4350,-194,2.32],[561,-4134,-257,2.19],[497,-5380,-249,2.85],[-686,-4457,-150,2.38],[-739,-6145,-148,3.27],[669,-4883,-195,2.6],[-531,-5822,-133,3.1],[505,-5973,-241,3.18],[265,-3957,-226,2.1],[-90,-3764,-198,2],[702,-8260,-258,4.4],[-171,-8355,-199,4.43],[-260,-6635,-209,3.53],[250,-9394,-275,5],[30,-6469,-279,3.44],[493,-6015,-303,3.19],[-195,-5284,-263,2.81],[607,-4443,-306,2.36],[594,-6437,-347,3.42],[446,-9267,-289,4.91],[-777,-7090,-169,3.76],[744,-3949,-327,2.1],[-426,-7056,-250,3.74],[-620,-8501,-177,4.53],[-140,-4055,-214,2.16],[693,-6672,-331,3.55],[-612,-5198,-206,2.77],[66,-6500,-273,3.45],[490,-7736,-107,4.07],[-546,-5822,-78,3.06],[160,-6555,-132,3.46],[67,-5211,-102,2.75],[-753,-5045,-92,2.66],[-725,-7176,-68,3.79],[625,-5227,-126,2.76],[706,-8271,-169,4.36],[-498,-5994,-100,3.17],[-643,-7998,-89,4.21],[-183,-7336,-83,3.87],[-680,-9498,-67,4.99],[781,-4825,-113,2.55],[-676,-7193,-72,3.78],[-487,-6282,-68,3.32],[258,-9226,-83,4.85],[-98,-9278,-149,4.88],[169,-5589,-162,2.95],[58,-7486,-166,3.96],[649,-8051,-201,4.23],[-537,-5895,-155,3.11],[533,-9366,-250,4.92],[-675,-8660,-124,4.57],[-10,-5519,-189,2.91],[-510,-3899,-145,2.06],[-555,-8532,-173,4.5],[27,-6533,-199,3.44],[-102,-7208,-189,3.81],[784,-9125,-224,4.8],[-157,-7935,-166,4.2],[-133,-4822,-152,2.55],[-26,-4052,-175,2.14],[-203,-7015,-268,3.69],[74,-6415,-236,3.37],[-614,-7163,-191,3.79],[-559,-4335,-225,2.29],[-8,-9344,-262,4.91],[628,-4390,-343,2.31],[60,-7818,-283,4.11],[643,-3846,-281,2.03],[-146,-6879,-233,3.62],[-792,-9423,-193,4.95],[-259,-4398,-252,2.31],[540,-6163,-299,3.24],[-185,-6061,-258,3.2],[711,-9426,-303,4.98],[743,-8599,-300,4.54],[456,-5507,-280,2.9],[-520,-7735,76,4.03],[-527,-6062,61,3.16],[473,-5155,89,2.7],[230,-6254,130,3.27],[623,-5139,140,2.69],[-253,-8384,92,4.4],[-598,-8193,83,4.27],[-567,-7219,61,3.77],[-148,-6432,131,3.37],[-429,-6249,66,3.26],[-736,-8524,96,4.47],[430,-4122,88,2.15],[-153,-8098,77,4.23],[678,-6295,102,3.28],[-463,-6904,116,3.61],[-684,-8166,66,4.26],[-661,-7805,11,4.09],[-622,-8361,49,4.39],[100,-7393,22,3.86],[-271,-6567,63,3.43],[-551,-6510,21,3.41],[192,-8354,41,4.38],[-264,-6774,55,3.54],[-290,-5973,6,3.12],[552,-4051,8,2.12],[629,-6240,28,3.27],[292,-6531,66,3.41],[672,-4249,11,2.22],[779,-9091,48,4.75],[769,-6476,59,3.39],[730,-7133,31,3.72],[581,-5307,85,2.77],[144,-8371,-65,4.36],[511,-7221,-62,3.79],[-652,-7670,-51,4.02],[-509,-7480,-58,3.91],[-45,-6556,-59,3.42],[25,-5811,-15,3.03],[114,-5359,-10,2.8],[-377,-7301,-56,3.83],[459,-4228,-36,2.22],[104,-4845,-22,2.53],[172,-5392,-62,2.81],[-116,-5679,-11,2.96],[441,-4004,-49,2.1],[-3,-9255,-22,4.84],[764,-9325,-19,4.86],[798,-5037,-2,2.63],[-34,-6737,-104,3.53],[-49,-4151,-124,2.18],[-100,-5883,-91,3.08],[-660,-4991,-87,2.61],[-740,-6826,-110,3.57],[-642,-5546,-65,2.91],[-176,-6293,-108,3.3],[-452,-7689,-71,4.01],[-595,-8919,-113,4.67],[334,-5867,-115,3.07],[92,-8754,-88,4.59],[143,-7308,-143,3.81],[-129,-8409,-89,4.4],[-23,-6417,-78,3.36],[25,-6245,-104,3.28],[-435,-9568,-122,4.99],[-531,-5582,-171,2.92],[265,-6953,-170,3.63],[-451,-6941,-178,3.62],[-747,-6647,-124,3.48],[-422,-3927,-163,2.05],[-103,-8094,-161,4.22],[-126,-6658,-201,3.47],[-90,-8046,-166,4.2],[749,-5685,-199,2.98],[19,-4788,-209,2.51],[557,-7066,-228,3.7],[406,-4837,-180,2.53],[-759,-8860,-117,4.64],[-193,-8366,-202,4.39],[788,-7412,-270,3.88],[-229,-5698,-142,2.98],[-570,-7689,-189,4.02],[238,-4783,-298,2.5],[-554,-6950,-194,3.63],[-547,-5908,-206,3.1],[-148,-6631,-214,3.48],[-508,-6121,-230,3.2],[-480,-4490,-242,2.34],[-732,-9465,-172,4.93],[797,-6422,-290,3.35],[42,-5098,-245,2.66],[-274,-5643,-248,2.94],[-205,-7882,-261,4.12],[657,-9428,-349,4.93],[483,-8259,-337,4.32],[723,-9294,-303,4.85],[-440,-5040,-220,2.63],[241,-6620,314,3.43],[695,-8779,291,4.57],[531,-8137,297,4.21],[634,-6916,298,3.59],[315,-6465,248,3.35],[762,-4694,322,2.43],[-657,-8071,210,4.19],[594,-4640,279,2.4],[-155,-8246,244,4.28],[258,-4839,283,2.51],[632,-6961,351,3.62],[-144,-7664,232,3.98],[-92,-7027,214,3.66],[-698,-7406,194,3.83],[694,-6361,356,3.31],[215,-8484,310,4.4],[-337,-4389,150,2.27],[791,-7435,213,3.86],[164,-7065,157,3.65],[-426,-7130,186,3.69],[278,-9246,221,4.79],[-159,-4405,195,2.29],[18,-5017,195,2.61],[-356,-7878,174,4.07],[317,-5983,164,3.11],[-171,-5533,204,2.88],[256,-4686,201,2.43],[431,-4717,234,2.44],[161,-7644,174,3.98],[-528,-7344,170,3.8],[-503,-4318,140,2.24],[640,-8009,191,4.14],[507,-4018,168,2.08],[703,-7475,101,3.87],[695,-9301,153,4.81],[-524,-5534,107,2.86],[-114,-4615,102,2.4],[-471,-8245,77,4.29],[534,-4495,144,2.34],[722,-4178,180,2.16],[-453,-8303,65,4.32],[635,-8822,149,4.58],[244,-8826,125,4.58],[-328,-3870,108,2.01],[-752,-6368,95,3.31],[326,-5837,138,3.03],[323,-6408,154,3.31],[489,-9380,106,4.88],[335,-5266,56,2.73],[-654,-6935,15,3.59],[773,-4124,34,2.14],[434,-8366,1,4.33],[-10,-6651,3,3.44],[-433,-4567,18,2.37],[80,-5762,16,2.99],[135,-9361,68,4.87],[707,-5707,74,2.96],[62,-6852,29,3.55],[-693,-9649,2,4.99],[-517,-6948,32,3.61],[174,-7542,38,3.92],[333,-4447,69,2.3],[-751,-7927,50,4.11],[-662,-9567,12,4.97],[178,-5140,-16,2.66],[-505,-6289,-46,3.27],[692,-6707,-45,3.49],[392,-8730,-83,4.54],[624,-8773,-56,4.55],[761,-9372,-81,4.87],[413,-9157,-13,4.74],[424,-8721,-66,4.51],[346,-4789,0,2.48],[-491,-7609,-14,3.94],[85,-5374,-52,2.79],[472,-6169,-46,3.21],[-75,-4310,-19,2.23],[753,-8433,-55,4.39],[-721,-9561,-38,4.97],[156,-7371,-1,3.82],[-495,-7520,-213,3.9],[-471,-4036,-200,2.09],[662,-4978,-276,2.58],[468,-5322,-315,2.76],[-91,-7542,-258,3.9],[-466,-4015,-244,2.09],[5,-6135,-227,3.17],[791,-7260,-313,3.78],[-148,-8759,-267,4.54],[576,-4414,-299,2.29],[522,-8752,-282,4.53],[252,-5864,-244,3.04],[-95,-3978,-242,2.06],[-446,-6158,-222,3.2],[-679,-4353,-201,2.26],[-139,-8792,-269,4.56],[153,-8744,405,4.48],[-731,-4753,285,2.45],[-427,-8076,351,4.15],[133,-7132,388,3.68],[-122,-4651,413,2.39],[-670,-6027,312,3.1],[-479,-4831,342,2.49],[-112,-5021,366,2.59],[484,-9349,427,4.81],[355,-7846,456,4.02],[16,-8320,436,4.29],[-170,-4320,374,2.23],[-43,-7278,377,3.73],[338,-4012,465,2.07],[211,-4053,392,2.09],[502,-5047,505,2.6],[-630,-7928,245,4.07],[611,-9152,375,4.69],[2,-7220,303,3.7],[770,-4726,396,2.44],[408,-9563,385,4.9],[710,-7822,402,4.01],[63,-4957,332,2.54],[186,-6087,324,3.13],[-767,-6252,270,3.21],[122,-7114,346,3.66],[-479,-9070,302,4.66],[-606,-5142,277,2.65],[-645,-8172,243,4.2],[475,-7476,344,3.86],[-578,-4515,286,2.33],[618,-7006,383,3.6],[768,-8791,340,4.53],[-298,-7200,247,3.7],[199,-8603,260,4.44],[-616,-4267,232,2.19],[-356,-4016,217,2.07],[-764,-9533,213,4.89],[716,-5033,307,2.58],[77,-5822,278,3],[-239,-8582,262,4.4],[-471,-8772,201,4.53],[-24,-7569,290,3.89],[-646,-8122,194,4.18],[-13,-6453,227,3.32],[-41,-8846,259,4.56],[-390,-7851,202,4.04],[49,-6895,258,3.55],[-714,-6720,120,3.47],[-649,-6410,141,3.29],[-779,-4217,133,2.17],[-374,-7995,146,4.11],[575,-5982,250,3.07],[565,-9332,256,4.8],[293,-9392,174,4.85],[284,-4411,226,2.27],[-674,-7604,161,3.9],[191,-9294,227,4.8],[540,-9630,213,4.94],[265,-7408,216,3.81],[-796,-7398,129,3.82],[589,-6449,226,3.32],[284,-8836,172,4.53],[358,-5954,219,3.06],[259,-5601,144,2.88],[665,-8722,134,4.49],[-96,-3952,109,2.04],[327,-6417,111,3.3],[374,-5452,136,2.81],[790,-4252,158,2.18],[-742,-7127,87,3.66],[-234,-7896,130,4.07],[-271,-4361,120,2.25],[-335,-8266,117,4.24],[55,-4111,85,2.11],[-783,-7787,92,4],[-670,-6119,70,3.14],[642,-5637,141,2.9],[-202,-5295,107,2.73],[144,-6769,119,3.48],[-798,-5829,28,2.99],[-795,-9411,24,4.85],[0,-9104,48,4.68],[172,-6458,67,3.33],[336,-4332,53,2.22],[-56,-9421,69,4.84],[731,-9314,50,4.81],[-403,-5942,11,3.06],[-686,-4751,31,2.45],[-447,-7266,29,3.73],[115,-6442,27,3.32],[718,-6697,83,3.44],[89,-5515,46,2.83],[-495,-5517,3,2.84],[-86,-8449,52,4.36],[-515,-9001,38,4.63],[-49,-5214,545,2.67],[-488,-6478,463,3.3],[249,-8144,579,4.14],[636,-7450,623,3.8],[-623,-4624,455,2.36],[-774,-5204,440,2.66],[701,-6698,630,3.42],[656,-4720,657,2.4],[-369,-4834,488,2.47],[494,-5645,651,2.87],[156,-7374,615,3.76],[481,-4082,619,2.08],[-661,-5999,444,3.07],[-78,-9184,561,4.67],[-396,-9648,481,4.93],[717,-5031,663,2.56],[731,-5820,553,2.98],[-290,-4990,444,2.55],[171,-6963,540,3.56],[-618,-8336,379,4.26],[524,-8009,532,4.1],[544,-4486,570,2.29],[107,-3953,465,2.02],[547,-5789,602,2.96],[103,-8655,489,4.4],[-294,-5016,447,2.55],[49,-7283,484,3.73],[381,-8898,519,4.53],[-611,-6954,355,3.56],[612,-4184,581,2.14],[-686,-7222,352,3.69],[3,-9311,456,4.77],[199,-6467,436,3.3],[280,-5054,458,2.58],[-309,-5278,364,2.69],[588,-7733,511,3.95],[-327,-8362,360,4.28],[494,-7434,462,3.78],[-46,-5196,378,2.66],[-167,-7821,352,3.98],[735,-7627,472,3.89],[-302,-9395,356,4.81],[-367,-7703,363,3.93],[-322,-4899,333,2.5],[-498,-4182,345,2.13],[-601,-9474,334,4.82],[673,-7056,470,3.6],[-566,-6277,313,3.2],[-259,-9672,313,4.93],[-175,-4959,308,2.52],[531,-7927,428,4.04],[-91,-6199,350,3.17],[-111,-4486,338,2.29],[-352,-4598,278,2.35],[-271,-5705,300,2.91],[713,-6809,364,3.48],[636,-4799,389,2.45],[-402,-4944,309,2.52],[-752,-6338,232,3.24],[15,-4620,303,2.35],[-544,-5162,297,2.63],[-269,-5315,301,2.71],[751,-4929,379,2.51],[584,-5447,387,2.77],[62,-8524,26,4.35],[207,-8974,64,4.58],[-442,-6150,25,3.14],[-653,-5371,25,2.75],[-451,-8644,25,4.42],[-697,-7586,28,3.88],[-707,-6598,23,3.38],[-370,-4279,20,2.18],[-699,-7198,57,3.67],[-387,-3934,9,2],[-242,-7781,52,3.97],[476,-4751,61,2.43],[-234,-9240,53,4.7],[457,-5004,70,2.56],[502,-6158,48,3.15],[351,-9444,39,4.8],[451,-6550,701,3.31],[-142,-9115,592,4.62],[-108,-5612,603,2.83],[-691,-7155,473,3.63],[600,-8154,757,4.11],[-233,-4358,610,2.2],[376,-4682,673,2.37],[-255,-7740,542,3.92],[-161,-4457,626,2.25],[566,-4533,758,2.3],[-236,-4282,552,2.16],[-85,-3958,594,2],[173,-5765,670,2.91],[713,-7009,752,3.54],[505,-6530,750,3.31],[572,-6184,745,3.12],[-161,-8066,504,4.08],[154,-3982,567,2.02],[504,-7955,603,4.01],[-278,-9199,511,4.66],[-725,-8551,402,4.33],[-197,-9563,515,4.85],[-363,-8724,479,4.41],[98,-6737,596,3.42],[-378,-6632,472,3.35],[-417,-6110,487,3.08],[-48,-5788,513,2.93],[355,-7658,595,3.89],[-616,-8494,444,4.3],[251,-6628,633,3.36],[409,-4978,630,2.51],[-555,-9660,444,4.87],[-307,-9737,439,4.93],[196,-6521,515,3.3],[736,-4820,614,2.43],[105,-8141,468,4.13],[210,-4616,539,2.33],[-511,-4067,399,2.06],[-189,-4999,467,2.53],[-454,-8377,439,4.25],[-223,-6094,461,3.08],[-118,-8576,480,4.33],[582,-5569,551,2.82],[-471,-5602,378,2.83],[-98,-4100,438,2.08],[-736,-9757,360,4.93],[1,-5510,454,2.78],[-665,-5586,402,2.82],[631,-8815,508,4.46],[-299,-9589,361,4.87],[756,-7396,509,3.74],[-358,-8622,372,4.36],[65,-8571,406,4.35],[590,-5244,510,2.66],[-169,-9409,382,4.75],[714,-6617,460,3.36],[-758,-9661,329,4.9],[-578,-4037,352,2.05],[-270,-8904,399,4.52],[390,-9080,422,4.6],[74,-8800,439,4.45],[679,-5741,477,2.9],[778,-7711,496,3.9],[724,-4539,466,2.29],[684,-7097,372,3.6],[-638,-5369,235,2.72],[-714,-5756,249,2.92],[351,-6631,361,3.36],[-679,-8112,253,4.09],[-674,-8328,238,4.22],[-97,-5137,335,2.6],[-463,-8220,272,4.15],[-587,-7549,249,3.81],[72,-9056,351,4.6],[401,-4655,343,2.35],[-799,-4146,253,2.1],[58,-8905,319,4.49],[-531,-5894,261,2.98],[-521,-8017,265,4.07],[478,-9654,394,4.89],[-413,-8406,39,4.25],[-170,-8564,21,4.33],[329,-5868,37,2.96],[367,-8620,9,4.36],[644,-4413,15,2.23],[-704,-6363,8,3.21],[-211,-6510,6,3.29],[447,-7251,64,3.67],[183,-9796,25,4.97],[-190,-5988,52,3.03],[711,-9623,29,4.86],[-132,-4459,33,2.25],[-704,-7221,22,3.64],[-486,-6801,29,3.44],[597,-9151,20,4.62],[-510,-9790,36,4.96],[-284,-4285,555,2.15],[106,-4775,609,2.4],[-320,-6921,561,3.48],[542,-6002,763,3.01],[757,-8720,813,4.39],[180,-6234,664,3.14],[-105,-8947,570,4.49],[685,-8159,781,4.11],[521,-4155,714,2.08],[724,-5463,738,2.74],[623,-5623,738,2.83],[-313,-8283,546,4.17],[634,-5762,777,2.9],[-784,-5216,462,2.61],[78,-9271,645,4.64],[736,-4241,775,2.13],[-727,-8398,448,4.2],[583,-5063,644,2.55],[-454,-6611,492,3.32],[-227,-9542,535,4.79],[-313,-8434,498,4.22],[-224,-4407,534,2.22],[-728,-9679,402,4.87],[673,-7286,663,3.65],[552,-6794,663,3.42],[69,-8004,587,4.02],[-584,-4864,462,2.45],[574,-9099,658,4.57],[-435,-7367,482,3.69],[783,-9201,677,4.63],[719,-7477,647,3.76],[-248,-8711,506,4.38],[81,-4085,502,2.05],[-606,-7826,380,3.92],[-542,-4863,413,2.45],[-108,-6233,437,3.13],[681,-9463,573,4.75],[104,-4672,483,2.35],[617,-8374,585,4.22],[110,-4143,515,2.08],[-349,-5951,405,2.99],[-253,-4361,412,2.19],[490,-5496,577,2.77],[-608,-6467,363,3.24],[350,-7565,548,3.79],[337,-9473,489,4.75],[364,-8799,507,4.42],[374,-5636,535,2.82],[-103,-7854,416,3.95],[-388,-9864,334,4.96],[563,-7608,477,3.82],[-554,-4106,323,2.06],[743,-8664,545,4.35],[-410,-5150,378,2.59],[626,-6966,503,3.51],[-538,-8890,332,4.46],[625,-4328,520,2.17],[-688,-9354,303,4.68],[-316,-5559,353,2.8],[65,-6731,390,3.38],[376,-7169,492,3.59],[-297,-4813,368,2.42],[-16,-8680,429,4.36],[-299,-8509,396,4.26],[222,-9527,379,4.8],[675,-6430,428,3.23],[379,-5776,401,2.9],[223,-7704,326,3.87],[-438,-5489,275,2.76],[-423,-5392,275,2.71],[-50,-7234,300,3.64],[161,-9350,338,4.7],[426,-5768,385,2.9],[-319,-6880,310,3.44],[-353,-9773,297,4.89],[388,-5965,346,2.99],[-169,-4862,336,2.45],[369,-6726,406,3.39],[-78,-7335,293,3.68],[354,-5881,386,2.96],[-626,-8445,234,4.25],[-146,-5685,276,2.86],[-88,-5806,267,2.91],[-64,-8433,273,4.23],[677,-5757,289,2.89],[-216,-6167,267,3.1],[696,-7328,306,3.67],[-348,-9645,237,4.84],[-276,-4252,220,2.14],[337,-8482,313,4.25],[-621,-4216,186,2.12],[205,-9752,275,4.91],[179,-7770,239,3.91],[5,-4588,251,2.31],[-76,-8635,249,4.35],[136,-9318,301,4.69],[-756,-4132,146,2.08],[-761,-6195,141,3.11],[-415,-9093,140,4.56],[-178,-5594,140,2.8],[-166,-5284,171,2.66],[-359,-5911,172,2.97],[-73,-5177,154,2.6],[-16,-4138,215,2.08],[98,-6936,203,3.49],[-18,-8815,151,4.42],[12,-7113,158,3.58],[408,-5004,216,2.52],[-658,-5143,143,2.59],[242,-9330,225,4.7],[632,-5559,184,2.78],[614,-5436,238,2.73],[-486,-5389,38,2.7],[-755,-6818,8,3.43],[-50,-6152,28,3.08],[308,-5937,78,2.98],[-84,-4535,65,2.27],[-761,-8039,49,4.03],[-654,-5424,53,2.73],[-392,-8926,30,4.49],[778,-6319,88,3.16],[754,-4732,58,2.37],[-466,-5090,42,2.55],[255,-6331,10,3.19],[-304,-4826,58,2.42],[48,-8945,32,4.5],[477,-9215,13,4.61],[-723,-6776,9,3.4],[307,-6511,417,3.25],[395,-4927,484,2.46],[-579,-6637,352,3.31],[-502,-9187,321,4.58],[-670,-7716,314,3.84],[57,-6508,437,3.24],[-201,-5902,402,2.94],[-350,-6186,360,3.09],[695,-8894,454,4.44],[128,-8075,454,4.03],[76,-6246,445,3.12],[510,-4191,503,2.09],[287,-8793,437,4.37],[-22,-7332,413,3.64],[187,-9626,448,4.81],[246,-4063,439,2.03],[788,-5132,437,2.56],[763,-7687,393,3.84],[-497,-9408,307,4.68],[-397,-8162,298,4.07],[298,-6026,380,3.01],[-785,-5395,248,2.69],[412,-5051,404,2.51],[582,-9311,393,4.65],[701,-5722,360,2.84],[779,-9310,418,4.63],[-496,-5783,284,2.88],[94,-9151,334,4.56],[-674,-4121,232,2.05],[-515,-7091,261,3.54],[182,-7676,337,3.82],[-726,-7537,280,3.75],[-614,-7367,181,3.68],[-237,-4898,224,2.44],[-255,-7347,234,3.67],[-322,-7293,230,3.63],[-693,-6206,190,3.1],[-208,-9537,268,4.75],[-524,-4791,193,2.38],[-521,-6106,186,3.04],[-786,-9600,197,4.79],[703,-4566,314,2.27],[476,-6929,291,3.46],[-507,-8555,195,4.26],[-166,-9415,225,4.68],[-427,-9592,253,4.77],[473,-6671,290,3.33],[611,-9984,345,4.97],[-151,-4702,190,2.34],[407,-6479,218,3.23],[383,-6885,175,3.42],[-489,-8038,154,3.99],[439,-5724,213,2.86],[-342,-4671,144,2.32],[134,-4697,183,2.34],[-30,-7882,206,3.93],[727,-9698,235,4.83],[-194,-8950,139,4.44],[-188,-5019,177,2.49],[703,-5928,238,2.96],[394,-9672,195,4.82],[685,-8744,193,4.36],[-36,-6655,176,3.32],[354,-6952,183,3.46],[143,-8362,98,4.16],[720,-4707,135,2.35],[405,-8877,110,4.41],[-497,-9150,105,4.56],[-597,-5790,92,2.88],[-539,-6463,73,3.22],[-433,-4102,98,2.05],[662,-7927,114,3.94],[113,-4029,100,2],[156,-9894,149,4.94],[-172,-5354,128,2.67],[586,-7831,159,3.89],[647,-7487,131,3.74],[-708,-7379,88,3.68],[-683,-5026,83,2.51],[65,-4222,98,2.11],[-639,-9450,14,4.71],[606,-8626,14,4.3],[517,-7383,2,3.67],[-474,-6779,47,3.38],[-389,-5166,62,2.57],[-395,-4711,20,2.34],[-652,-7601,49,3.78],[-577,-8053,55,4.02],[-358,-6438,64,3.21],[-685,-5024,52,2.51],[446,-4051,18,2.01],[-433,-9969,33,4.96],[-234,-5301,26,2.64],[-765,-9004,52,4.49],[-670,-6431,25,3.21],[241,-5212,67,2.59],[-156,-5262,-50,2.62],[-633,-8541,-25,4.27],[-537,-5647,-43,2.81],[727,-4720,-41,2.36],[-619,-6755,-11,3.37],[635,-6729,-1,3.35],[-430,-9531,-19,4.76],[360,-5911,-55,2.94],[-55,-7546,-35,3.76],[-473,-5591,0,2.78],[604,-5603,-69,2.79],[321,-7753,-42,3.86],[666,-7687,-57,3.84],[-272,-6951,-42,3.47],[-545,-5934,-48,2.95],[-14,-8594,-41,4.27],[247,-9805,-266,4.88],[-414,-7760,-240,3.86],[426,-7003,-293,3.5],[599,-9129,-286,4.55],[-412,-5778,-193,2.87],[256,-7050,-280,3.52],[-129,-7382,-233,3.68],[202,-9028,-271,4.48],[-248,-9945,-238,4.97],[665,-7921,-306,3.95],[-360,-5581,-207,2.79],[655,-4767,-338,2.38],[-334,-8892,-214,4.43],[-797,-10021,-200,5],[766,-8847,-292,4.42],[553,-6626,-275,3.3],[-741,-8609,176,4.27],[226,-4304,242,2.13],[-243,-5909,231,2.91],[532,-4266,266,2.11],[467,-6218,282,3.07],[80,-6453,298,3.18],[318,-9708,283,4.8],[65,-6375,282,3.15],[362,-6883,328,3.41],[-418,-7421,236,3.67],[-496,-6066,219,2.99],[730,-10039,312,4.97],[-529,-7601,228,3.76],[65,-8541,237,4.23],[-34,-4115,263,2.04],[-585,-9405,217,4.63],[111,-5645,218,2.79],[8,-9336,212,4.63],[-547,-7818,129,3.86],[176,-6200,212,3.07],[87,-7123,175,3.51],[183,-6403,183,3.16],[216,-9549,198,4.7],[-245,-10012,166,4.93],[721,-5719,209,2.83],[757,-7842,217,3.89],[749,-6015,225,2.97],[-782,-7888,140,3.9],[483,-7470,253,3.69],[176,-4763,205,2.36],[-246,-6411,191,3.17],[-151,-4344,192,2.14],[-737,-5102,103,2.53],[65,-7124,92,3.51],[414,-8690,109,4.3],[620,-6203,146,3.07],[-11,-7499,79,3.7],[-332,-6658,126,3.3],[491,-6666,162,3.29],[-724,-4243,71,2.09],[491,-9616,88,4.74],[58,-7357,120,3.64],[-243,-7348,128,3.62],[-68,-4056,142,2],[-725,-5051,74,2.5],[794,-9265,178,4.56],[-382,-7061,89,3.48],[-707,-4304,66,2.12],[60,-9684,28,4.79],[-603,-9259,10,4.56],[640,-4475,65,2.21],[-171,-7780,68,3.84],[-270,-6131,6,3.02],[277,-4595,57,2.27],[-478,-7170,19,3.54],[632,-6327,8,3.13],[-790,-4633,35,2.29],[451,-7667,37,3.79],[265,-5082,65,2.51],[579,-7274,36,3.59],[-156,-4210,12,2.08],[232,-8365,55,4.14],[558,-9296,77,4.58],[634,-6031,79,2.98],[522,-9197,-80,4.53],[-442,-4655,-38,2.3],[-498,-7827,-34,3.88],[-317,-6232,-9,3.08],[281,-6865,-76,3.4],[-115,-9134,-38,4.53],[-682,-8267,-48,4.08],[716,-6608,-50,3.26],[-691,-5225,-42,2.58],[-497,-9558,-59,4.71],[6,-5870,-71,2.89],[-522,-8751,-41,4.31],[-396,-5085,-26,2.52],[-666,-5092,-12,2.51],[-366,-5886,-50,2.91],[-327,-8932,-35,4.42],[728,-9220,-179,4.55],[-412,-5178,-111,2.55],[-443,-8564,-93,4.22],[798,-5476,-155,2.7],[-766,-4324,-87,2.13],[174,-6017,-138,2.98],[-710,-8837,-83,4.38],[554,-9843,-111,4.86],[-365,-8996,-89,4.43],[-172,-9295,-76,4.59],[-130,-9909,-76,4.89],[-614,-6929,-68,3.41],[13,-4358,-124,2.16],[221,-6162,-116,3.05],[-208,-7239,-91,3.59],[598,-7254,-118,3.58],[541,-4494,-225,2.22],[630,-6491,-259,3.2],[618,-7788,-177,3.84],[184,-6009,-197,2.97],[757,-4669,-202,2.31],[-523,-8499,-161,4.21],[-298,-7564,-134,3.75],[55,-9793,-197,4.84],[-580,-8607,-152,4.25],[-318,-5709,-173,2.83],[-798,-6680,-139,3.31],[-628,-5255,-134,2.59],[671,-6553,-267,3.24],[-579,-4033,-164,2],[-13,-5541,-206,2.74],[577,-5355,-201,2.65],[63,-4829,-288,2.39],[612,-8942,-323,4.42],[730,-9760,-335,4.83],[749,-8588,-362,4.23],[421,-4891,-275,2.42],[744,-7567,-349,3.73],[-525,-7240,-204,3.57],[-638,-4173,-204,2.06],[-312,-9812,-224,4.85],[177,-7034,-280,3.48],[532,-4489,-312,2.22],[-178,-4459,-228,2.21],[471,-4628,-259,2.28],[483,-5753,-321,2.85],[142,-5917,-282,2.92],[-693,-5705,-180,2.82],[157,-6321,109,3.1],[134,-6377,119,3.12],[266,-4532,86,2.22],[-683,-5049,62,2.48],[-451,-7644,103,3.74],[-292,-8337,81,4.08],[-330,-9663,103,4.72],[375,-10005,116,4.91],[793,-5291,143,2.6],[-131,-8423,121,4.14],[21,-6155,134,3.01],[400,-6617,164,3.24],[193,-6168,114,3.02],[415,-5595,148,2.75],[-415,-5382,112,2.64],[-797,-6960,85,3.4],[79,-6554,59,3.21],[254,-9551,34,4.68],[-366,-9026,13,4.44],[-107,-9146,2,4.49],[752,-6403,2,3.13],[423,-5709,30,2.8],[-693,-8512,54,4.16],[-477,-7762,11,3.8],[-713,-10035,24,4.92],[-719,-5722,44,2.8],[635,-8270,13,4.05],[-368,-4848,9,2.38],[623,-5883,81,2.89],[-274,-5831,5,2.86],[-114,-4912,70,2.4],[546,-6845,19,3.35],[622,-8372,-52,4.12],[-393,-9612,-35,4.7],[-527,-6543,-25,3.22],[317,-6950,-72,3.42],[486,-4356,-52,2.13],[121,-4933,-52,2.42],[671,-6178,-22,3.04],[-50,-7784,-52,3.82],[-558,-5073,-4,2.48],[-534,-5885,-18,2.89],[227,-5040,-59,2.48],[423,-6126,-34,3],[-285,-7332,-42,3.59],[-91,-7516,-49,3.69],[-629,-5324,-21,2.61],[307,-9583,-70,4.7],[-345,-8172,-87,4.01],[-467,-5377,-76,2.64],[719,-8683,-92,4.27],[560,-7985,-90,3.9],[-188,-4235,-84,2.08],[-585,-9609,-66,4.71],[644,-6639,-94,3.25],[420,-4685,-140,2.29],[-379,-6331,-104,3.11],[-20,-5454,-101,2.68],[341,-4903,-91,2.4],[753,-8159,-140,3.99],[-472,-7965,-76,3.91],[-622,-5786,-85,2.84],[757,-4159,-117,2.04],[331,-8758,-162,4.28],[786,-8678,-268,4.27],[137,-7953,-227,3.89],[567,-8777,-246,4.31],[-501,-5529,-162,2.7],[-472,-5417,-139,2.65],[-371,-7537,-143,3.7],[299,-7614,-162,3.73],[-693,-9506,-123,4.66],[-734,-8656,-137,4.24],[-205,-6311,-168,3.09],[168,-6160,-179,3.02],[435,-9927,-209,4.88],[-48,-6698,-216,3.28],[518,-8111,-240,3.98],[-91,-5854,-212,2.88],[207,-9652,-200,4.74],[430,-8332,-281,4.09],[-119,-9837,-239,4.84],[-657,-9311,-203,4.56],[784,-8027,-315,3.95],[-536,-9639,-230,4.73],[93,-7560,-250,3.71],[-592,-5762,-227,2.82],[-704,-6335,-177,3.1],[-715,-5988,-193,2.93],[600,-5292,-295,2.59],[438,-5994,-254,2.93],[-562,-10140,-206,4.97],[151,-4637,-245,2.28],[145,-8160,-266,4],[-612,-8641,-206,4.23],[-467,-8791,-191,4.31],[-27,-4517,-51,2.2],[-525,-6525,-41,3.18],[-45,-10202,-6,4.97],[211,-9922,-7,4.84],[-317,-6229,-20,3.03],[779,-4426,-42,2.16],[588,-5163,-24,2.52],[178,-10009,-69,4.87],[-745,-4518,-8,2.2],[771,-7443,-68,3.61],[429,-4917,-11,2.39],[479,-9567,-32,4.66],[46,-7204,-12,3.51],[-394,-9879,-22,4.8],[-683,-7860,-30,3.83],[-502,-6563,-31,3.19],[133,-6165,-121,2.99],[-121,-4389,-93,2.14],[-645,-5830,-93,2.83],[-39,-6621,-115,3.21],[-793,-6309,-107,3.08],[688,-9981,-158,4.86],[-125,-7113,-140,3.47],[645,-4119,-96,2],[-139,-5137,-138,2.49],[-3,-7904,-78,3.83],[-416,-8076,-84,3.94],[-37,-4224,-96,2.05],[-582,-4507,-67,2.2],[-314,-10076,-75,4.89],[-197,-9919,-95,4.84],[-268,-6719,-107,3.27],[-777,-6562,-123,3.18],[420,-4632,-231,2.25],[-450,-9786,-153,4.75],[266,-7203,-207,3.49],[-276,-4834,-179,2.36],[537,-8875,-241,4.31],[361,-10132,-240,4.92],[340,-7809,-235,3.79],[398,-5842,-217,2.85],[609,-8712,-202,4.23],[-536,-5769,-176,2.8],[763,-7623,-268,3.72],[-188,-6880,-202,3.35],[-93,-7118,-194,3.47],[-202,-5898,-160,2.86],[-169,-6047,-148,2.93],[-494,-5615,-210,2.74],[-636,-7773,-229,3.78],[18,-7576,-223,3.68],[-394,-8771,-253,4.28],[-9,-7638,-227,3.72],[-747,-5661,-174,2.75],[-509,-4991,-215,2.42],[-411,-8229,-249,3.99],[760,-9640,-292,4.7],[520,-4853,-278,2.36],[-93,-10006,-233,4.88],[791,-4409,-324,2.14],[-384,-7924,-247,3.85],[176,-10170,-246,4.93],[-479,-6174,-246,3.01],[-131,-10018,-229,4.89],[-18,-6251,-151,3.01],[-656,-5482,-165,2.65],[-317,-4945,-139,2.39],[-685,-7812,-158,3.77],[-691,-6857,-149,3.3],[-108,-4506,-204,2.18],[-117,-9120,-158,4.39],[493,-8053,-226,3.9],[-263,-9073,-160,4.38],[-559,-7664,-126,3.7],[-445,-4842,-160,2.34],[323,-7700,-175,3.71],[-337,-5637,-155,2.73],[124,-9044,-183,4.35],[-407,-9024,-132,4.36],[604,-9743,-202,4.69],[-594,-7648,-227,3.69],[-626,-5860,-223,2.82],[516,-6045,-334,2.91],[-767,-4949,-187,2.39],[55,-7735,-274,3.74],[-693,-5680,-215,2.74],[-387,-4549,-219,2.2],[592,-4468,-341,2.15],[100,-5344,-260,2.57],[633,-5636,-291,2.71],[156,-4552,-273,2.19],[-27,-10205,-221,4.93],[-267,-4200,-254,2.03],[562,-9205,-315,4.43],[755,-4800,-353,2.31],[242,-4147,-238,2],[-426,-5375,-244,2.58],[-359,-6238,-241,2.99],[66,-7632,-264,3.66],[609,-9196,-342,4.4],[-8,-6190,-289,2.97],[-75,-10238,-234,4.89],[-324,-9651,-252,4.62],[-786,-8061,-192,3.86],[-611,-6442,-197,3.08],[743,-9238,-352,4.42],[-738,-10238,-211,4.89],[442,-6653,-258,3.19],[-764,-5903,-212,2.83],[19,-6022,-295,2.88],[-92,-9968,-216,4.77],[-532,-9306,-208,4.47],[636,-5544,297,2.63],[-96,-6474,256,3.07],[73,-4771,278,2.26],[-797,-8105,179,3.86],[-272,-4581,211,2.18],[-547,-9491,200,4.52],[-275,-6293,267,2.98],[-601,-7572,220,3.59],[-229,-6248,260,2.97],[-691,-8283,184,3.95],[-420,-4878,224,2.32],[-194,-8847,217,4.22],[-596,-8102,224,3.84],[-774,-10312,194,4.89],[338,-8567,284,4.06],[-791,-6911,196,3.29],[733,-5106,184,2.42],[-727,-6020,115,2.87],[628,-10114,216,4.8],[53,-4609,176,2.19],[244,-9116,203,4.34],[-381,-9034,155,4.3],[373,-9855,196,4.67],[-187,-10355,206,4.91],[675,-8582,255,4.07],[-67,-4890,215,2.33],[-691,-7619,169,3.62],[266,-7128,164,3.4],[302,-5536,216,2.64],[627,-5991,254,2.85],[-239,-9642,189,4.58],[-206,-5665,204,2.7],[-310,-6170,132,2.94],[-642,-10257,102,4.88],[747,-9445,124,4.48],[-646,-8455,91,4.01],[50,-9148,97,4.34],[376,-5093,119,2.42],[136,-5082,136,2.42],[203,-5167,85,2.45],[-111,-8737,128,4.15],[-607,-8103,90,3.86],[-375,-4326,90,2.06],[451,-6012,120,2.85],[-255,-8779,127,4.18],[267,-9944,116,4.72],[446,-5322,136,2.52],[-28,-8482,97,4.04],[-396,-6184,19,2.95],[-227,-7291,11,3.46],[-761,-7877,53,3.74],[-568,-9026,26,4.3],[-292,-9433,58,4.47],[363,-8808,66,4.2],[-631,-9675,11,4.6],[655,-9862,75,4.69],[-224,-10139,66,4.82],[-407,-6423,17,3.06],[483,-9876,35,4.68],[564,-8184,30,3.89],[596,-10146,71,4.84],[792,-7488,39,3.57],[81,-6563,38,3.11],[-161,-7202,62,3.42],[533,-10055,461,4.73],[-742,-9037,335,4.26],[256,-9275,430,4.36],[-588,-8505,325,4],[445,-7313,460,3.45],[-108,-9043,367,4.27],[614,-9900,472,4.68],[363,-4313,431,2.04],[240,-8549,405,4.04],[365,-7386,425,3.49],[133,-9073,427,4.29],[-161,-8729,350,4.12],[52,-9927,417,4.67],[19,-4816,424,2.27],[-226,-4931,344,2.32],[546,-5289,507,2.49],[379,-4590,410,2.17],[-68,-6612,322,3.12],[700,-9845,432,4.64],[-615,-9501,244,4.48],[14,-10166,342,4.81],[15,-6963,347,3.29],[702,-7788,378,3.67],[292,-7404,361,3.49],[-357,-6036,297,2.84],[-719,-8264,245,3.9],[361,-8612,406,4.06],[479,-5034,342,2.37],[-474,-4331,281,2.05],[-5,-8724,347,4.12],[-314,-6265,285,2.95],[-708,-9209,272,4.35],[-411,-9100,194,4.28],[-207,-6431,262,3.03],[-343,-8934,261,4.22],[129,-4271,254,2.02],[680,-9132,342,4.31],[-408,-6276,224,2.97],[-446,-8662,210,4.08],[752,-4315,310,2.04],[666,-8217,334,3.87],[-684,-9170,204,4.31],[175,-5449,243,2.57],[156,-6609,279,3.12],[-106,-7666,257,3.61],[-524,-5945,197,2.81],[54,-10353,281,4.87],[-504,-7190,236,3.4],[-100,-10170,160,4.79],[-709,-6845,157,3.22],[-2,-5004,171,2.36],[-93,-6350,213,3],[373,-8912,212,4.19],[-604,-4480,147,2.12],[22,-9546,162,4.5],[70,-9316,218,4.41],[300,-5936,205,2.8],[-12,-6817,217,3.21],[-410,-8462,189,3.99],[-602,-5289,161,2.5],[59,-4818,222,2.27],[-350,-8551,149,4.03],[-528,-4459,150,2.1],[-629,-4659,127,2.19],[-365,-8002,120,3.77],[422,-7912,124,3.72],[665,-8791,101,4.16],[-791,-5195,84,2.45],[457,-4739,123,2.24],[-438,-9979,91,4.71],[-689,-5559,106,2.62],[6,-8283,119,3.91],[587,-10345,114,4.89],[173,-9856,111,4.65],[-622,-6678,69,3.14],[-219,-4945,105,2.34],[275,-4929,91,2.32],[22,-9858,100,4.65],[443,-6933,127,3.26],[103,-6832,88,3.22],[121,-7424,40,3.49],[615,-6857,84,3.23],[37,-6230,0,2.94],[173,-6388,18,3.01],[551,-6190,86,2.93],[34,-10005,32,4.73],[351,-6589,23,3.1],[-196,-8696,27,4.11],[650,-4733,79,2.24],[215,-10111,63,4.76],[551,-5911,22,2.79],[66,-7961,42,3.76],[-760,-7390,3,3.49],[-513,-10147,55,4.78],[146,-5726,6,2.7],[139,-4915,46,2.32],[158,-6114,-40,2.88],[673,-4479,-5,2.12],[47,-9034,-37,4.25],[757,-4509,-20,2.12],[-456,-9398,-30,4.44],[135,-7235,-35,3.4],[261,-6107,-6,2.89],[-598,-10541,-48,4.99],[523,-6741,-34,3.19],[-698,-6735,-12,3.18],[622,-9335,-37,4.4],[271,-5914,-49,2.79],[-271,-6866,-55,3.24],[-475,-10548,-9,4.97],[-106,-9217,-30,4.34],[629,-8281,-2,3.91],[404,-9857,-139,4.65],[-646,-7354,-70,3.48],[-62,-7468,-134,3.52],[-69,-9634,-102,4.54],[-627,-9780,-74,4.6],[-301,-4783,-133,2.25],[763,-5010,-150,2.36],[359,-6525,-89,3.07],[-609,-4721,-70,2.23],[609,-5775,-135,2.73],[357,-5057,-135,2.38],[489,-10548,-169,4.99],[-669,-7738,-67,3.66],[-70,-4653,-134,2.19],[598,-6381,-151,3.01],[-589,-9303,-98,4.39],[-198,-4449,415,2.08],[78,-8994,526,4.2],[41,-10408,484,4.89],[434,-9973,523,4.66],[-683,-6688,376,3.13],[335,-8700,490,4.06],[78,-5030,482,2.36],[-502,-9951,417,4.66],[-666,-6085,402,2.84],[291,-8064,519,3.77],[-560,-8996,368,4.2],[-154,-5243,484,2.45],[-717,-5512,362,2.58],[-475,-7098,396,3.33],[-458,-4304,397,2.02],[210,-10681,484,5],[270,-7772,470,3.64],[306,-6179,470,2.9],[504,-10605,435,4.95],[-155,-10290,418,4.83],[200,-6320,445,2.97],[-136,-7714,409,3.6],[747,-9599,498,4.51],[-593,-9466,342,4.44],[-225,-7931,350,3.7],[-523,-8829,360,4.13],[-125,-8506,406,3.99],[392,-7478,458,3.51],[-301,-5614,352,2.63],[-267,-5249,371,2.45],[-6,-6386,411,3],[673,-5400,514,2.52],[70,-8740,339,4.08],[-476,-9271,262,4.35],[753,-5909,380,2.77],[-752,-10422,232,4.89],[-19,-4280,336,2.01],[600,-9628,367,4.51],[708,-8253,390,3.85],[-145,-5354,349,2.51],[697,-4331,384,2.03],[-498,-4368,282,2.04],[-294,-6085,278,2.84],[761,-5932,447,2.78],[45,-5834,334,2.73],[-23,-8971,345,4.2],[585,-10031,432,4.69],[760,-9350,419,4.39],[179,-8098,260,3.78],[456,-5891,333,2.76],[-542,-9952,205,4.67],[408,-6298,268,2.94],[-511,-10628,217,4.96],[-686,-10322,205,4.84],[-159,-8559,250,4.02],[-373,-9759,224,4.58],[3,-9980,248,4.67],[479,-5881,333,2.75],[-174,-8733,218,4.08],[386,-6598,277,3.08],[272,-8931,249,4.18],[57,-10493,249,4.9],[754,-4638,352,2.17],[-740,-8732,183,4.09],[558,-9888,212,4.63],[-187,-5427,160,2.54],[785,-6344,255,2.96],[-680,-10053,124,4.72],[754,-7195,195,3.38],[-516,-8173,146,3.84],[602,-10363,201,4.86],[384,-7736,242,3.63],[-798,-10328,153,4.82],[343,-6719,194,3.14],[781,-6110,266,2.87],[-131,-4393,192,2.06],[451,-9072,223,4.26],[-201,-5499,174,2.58],[143,-7445,171,3.49],[-210,-5281,156,2.48],[685,-8430,126,3.95],[-107,-5467,101,2.56],[556,-4334,117,2.03],[-754,-8161,58,3.81],[488,-6509,149,3.05],[24,-6326,114,2.97],[254,-9810,125,4.59],[-185,-5759,132,2.69],[621,-5813,134,2.73],[799,-9759,113,4.58],[-470,-9334,122,4.36],[-303,-10470,89,4.9],[-570,-7855,100,3.69],[386,-9063,152,4.24],[46,-9818,82,4.6],[-494,-4990,65,2.33],[360,-10277,34,4.8],[452,-6085,19,2.85],[166,-9188,44,4.31],[330,-7898,39,3.69],[797,-10383,68,4.85],[-384,-8060,11,3.76],[642,-5528,28,2.58],[-118,-8843,37,4.13],[224,-7597,47,3.56],[91,-6066,26,2.84],[-352,-9996,4,4.69],[105,-6967,42,3.27],[-330,-8890,32,4.16],[-233,-6683,18,3.12],[-390,-6376,57,2.99],[707,-4819,85,2.25],[56,-9293,-61,4.36],[-297,-8691,-41,4.07],[548,-8506,-50,3.98],[367,-5385,-46,2.52],[-660,-5479,-51,2.57],[768,-6204,-7,2.9],[26,-10453,-68,4.91],[146,-8388,-56,3.94],[-142,-6049,-38,2.84],[-495,-6230,-49,2.91],[-571,-6158,-52,2.89],[-339,-9521,-65,4.45],[714,-10542,-34,4.92],[622,-7298,-1,3.41],[-322,-6150,-48,2.87],[202,-6904,-41,3.23],[-146,-4630,-81,2.17],[-125,-8143,-85,3.81],[-752,-5236,-107,2.45],[316,-7329,-88,3.42],[-212,-7258,-99,3.41],[-265,-6489,-91,3.03],[235,-7328,-140,3.43],[659,-7146,-162,3.34],[-467,-6941,-75,3.25],[226,-5262,-152,2.47],[-611,-7704,-90,3.61],[-41,-5669,-141,2.65],[179,-8982,-112,4.2],[-395,-9432,-81,4.43],[-122,-10326,-119,4.83],[676,-8284,-97,3.89],[-164,-6941,-178,3.24],[525,-6358,-191,2.98],[-608,-9047,-132,4.25],[205,-8217,-170,3.85],[-108,-9725,-181,4.57],[306,-7199,-218,3.36],[707,-5385,-222,2.52],[213,-6104,-164,2.85],[-327,-7927,-136,3.72],[-705,-9932,-155,4.65],[-647,-9853,-119,4.63],[-204,-4371,-169,2.05],[746,-7108,-213,3.32],[-618,-9030,-172,4.24],[39,-9908,-163,4.63],[129,-6048,-222,2.83],[-672,-5501,451,2.55],[35,-5216,520,2.42],[-582,-5640,473,2.63],[-521,-6017,476,2.79],[-624,-9668,442,4.5],[-537,-7881,474,3.66],[-613,-4750,442,2.2],[-443,-6421,496,2.99],[89,-8623,547,4.02],[537,-6476,626,3.01],[-503,-6855,456,3.19],[-350,-8613,464,4],[619,-4437,636,2.06],[-212,-9880,521,4.6],[-747,-5481,423,2.55],[-315,-6997,469,3.24],[606,-7316,542,3.41],[666,-5586,536,2.6],[-508,-10427,422,4.84],[780,-6484,604,3.01],[-176,-7856,471,3.65],[553,-5411,552,2.51],[-388,-4497,427,2.09],[769,-6044,558,2.81],[-513,-10232,379,4.74],[205,-5719,520,2.66],[-353,-9147,455,4.25],[-366,-5389,401,2.5],[190,-5363,505,2.49],[-353,-4774,415,2.22],[231,-6311,527,2.94],[-392,-4795,429,2.22],[104,-9415,449,4.37],[408,-8276,496,3.86],[-149,-6994,411,3.26],[-17,-7296,423,3.38],[589,-7330,465,3.41],[15,-9375,411,4.35],[-352,-6263,385,2.92],[624,-8678,516,4.02],[-315,-5905,393,2.74],[-571,-7633,343,3.54],[-256,-8652,384,4.03],[-752,-5116,281,2.38],[429,-6353,468,2.95],[401,-7082,443,3.3],[173,-4445,431,2.07],[-25,-6296,421,2.93],[-395,-7979,308,3.71],[-611,-4471,290,2.08],[-344,-6527,296,3.03],[215,-9862,385,4.57],[-243,-10047,288,4.67],[-207,-6701,276,3.11],[160,-4789,364,2.22],[167,-9990,372,4.64],[-393,-9161,259,4.25],[376,-10063,348,4.68],[630,-7534,406,3.51],[306,-4756,391,2.21],[467,-10073,392,4.67],[-422,-10291,270,4.78],[40,-9598,342,4.46],[386,-6367,394,2.95],[600,-4718,147,2.2],[654,-10622,155,4.92],[-789,-10717,92,4.99],[-228,-7909,80,3.68],[403,-8774,110,4.08],[-473,-8080,64,3.75],[-276,-9786,131,4.56],[225,-4585,109,2.13],[-499,-7526,71,3.5],[-134,-8134,100,3.79],[-727,-5969,63,2.77],[-788,-7524,107,3.5],[357,-6384,123,2.96],[-247,-5441,106,2.52],[154,-9350,93,4.33],[-132,-9563,116,4.43],[-676,-8464,34,3.94],[-158,-4908,20,2.28],[-679,-5060,26,2.35],[643,-5253,76,2.44],[343,-4302,35,2],[441,-10222,2,4.74],[715,-10202,2,4.75],[711,-6299,86,2.93],[578,-10253,79,4.76],[82,-9221,57,4.29],[324,-5614,70,2.61],[-41,-5081,36,2.36],[524,-4862,17,2.26],[354,-7551,35,3.52],[262,-5316,40,2.47],[-611,-5181,32,2.41],[719,-6178,-1,2.87],[-147,-9217,-32,4.27],[-557,-4983,-58,2.32],[206,-7619,-33,3.54],[-392,-9243,-15,4.29],[563,-4852,-35,2.26],[-199,-9961,-57,4.62],[79,-9543,-54,4.43],[29,-5761,-7,2.68],[64,-6581,-60,3.06],[253,-8671,-74,4.04],[-269,-6185,-60,2.87],[-120,-5312,-63,2.46],[27,-4972,-18,2.31],[-54,-6341,-36,2.94],[-720,-10203,-2,4.73],[-65,-6201,-121,2.89],[357,-8745,-121,4.06],[695,-6691,-157,3.11],[-352,-5740,-96,2.67],[-3,-6639,-130,3.09],[-678,-5042,-71,2.35],[600,-9497,-156,4.42],[683,-7221,-137,3.36],[726,-6202,-154,2.89],[-464,-9957,-120,4.63],[278,-7416,-96,3.45],[227,-8353,-152,3.89],[-225,-7401,-82,3.44],[-409,-7741,-119,3.6],[-282,-10296,-84,4.8],[-451,-4719,-98,2.19],[-74,-7383,-163,3.43],[-7,-4563,-168,2.12],[118,-8990,-188,4.19],[-167,-7015,-148,3.26],[-72,-5107,-146,2.37],[-453,-5628,-180,2.61],[-532,-9371,-179,4.37],[-366,-9921,-173,4.61],[-302,-10655,-147,4.94],[-24,-9739,-162,4.51],[-587,-4400,-160,2.04],[156,-4675,-224,2.17],[275,-9938,-175,4.63],[791,-5924,-251,2.76],[-174,-9488,-197,4.42],[370,-8660,-189,4.02],[-705,-10693,499,4.93],[-510,-10417,533,4.82],[696,-6882,784,3.17],[251,-4787,709,2.2],[46,-9253,667,4.26],[-539,-6006,544,2.77],[77,-7546,650,3.47],[534,-4670,750,2.16],[-676,-6174,505,2.84],[557,-4820,720,2.22],[-277,-5339,557,2.46],[-555,-10126,486,4.66],[-121,-4723,609,2.18],[-673,-7228,500,3.33],[687,-6409,746,2.95],[-372,-5983,545,2.75],[-226,-5604,508,2.58],[194,-7861,611,3.62],[421,-4802,618,2.22],[-266,-7829,496,3.6],[-324,-6070,486,2.79],[-211,-10399,540,4.79],[330,-5833,596,2.69],[-462,-9063,463,4.17],[-730,-4355,434,2.01],[-651,-5234,433,2.41],[-526,-9571,440,4.41],[-45,-7579,574,3.49],[671,-9206,658,4.25],[45,-5507,560,2.54],[-70,-9319,522,4.29],[59,-7030,535,3.25],[437,-8856,536,4.1],[-471,-10540,409,4.87],[60,-8549,474,3.95],[720,-4923,555,2.27],[177,-5309,525,2.45],[658,-9146,538,4.21],[258,-8592,515,3.97],[-177,-7338,448,3.39],[-94,-8304,440,3.82],[606,-8437,558,3.9],[186,-5528,539,2.55],[752,-9246,596,4.28],[-476,-7762,407,3.59],[-144,-7564,456,3.5],[156,-5730,518,2.65],[10,-7034,450,3.25],[66,-9766,-120,4.5],[-224,-4725,-91,2.18],[-539,-8473,-106,3.92],[-747,-9107,-80,4.2],[458,-5880,-113,2.71],[-305,-5383,-109,2.49],[-654,-8640,-60,3.99],[-40,-8044,-106,3.72],[18,-5839,-94,2.7],[-225,-10715,-115,4.95],[-677,-5034,-80,2.33],[742,-10616,-126,4.9],[-376,-10265,-78,4.75],[-524,-10518,-110,4.85],[-552,-5318,-81,2.45],[-427,-9875,-76,4.54],[-550,-10120,-169,4.68],[545,-10782,-245,4.97],[-274,-7787,-150,3.59],[321,-9377,-194,4.33],[-90,-5891,-170,2.72],[107,-4397,-170,2.03],[201,-8092,-207,3.74],[-407,-10101,-181,4.66],[28,-6585,-205,3.03],[335,-6012,-236,2.77],[-102,-10806,-197,4.98],[758,-5134,-222,2.36],[-46,-4872,-162,2.24],[-537,-6874,-123,3.17],[-791,-9722,-126,4.48],[-537,-5514,-166,2.54],[-544,-8580,-225,3.97],[691,-5035,-289,2.33],[-329,-6374,-207,2.95],[213,-7108,-247,3.29],[-614,-6201,-206,2.86],[554,-9081,-286,4.19],[642,-9356,-270,4.32],[-368,-9951,-214,4.6],[-514,-6271,-213,2.89],[-303,-4797,-245,2.22],[404,-6909,-255,3.19],[-434,-6357,-249,2.94],[-262,-6052,-263,2.8],[-542,-9744,-222,4.51],[34,-6293,-294,2.91],[-493,-5450,-215,2.52],[-771,-5167,475,2.36],[220,-8008,683,3.68],[-499,-9014,506,4.13],[-615,-9457,491,4.33],[-280,-6819,545,3.12],[-181,-4770,615,2.18],[-300,-7456,557,3.42],[-607,-5848,485,2.68],[-754,-10880,447,4.99],[-743,-4777,465,2.19],[-87,-9081,583,4.16],[243,-6170,684,2.83],[152,-5187,663,2.37],[-438,-6488,530,2.96],[294,-7031,706,3.22],[771,-10124,799,4.65],[-612,-7793,447,3.57],[140,-10264,554,4.69],[464,-5964,645,2.74],[-368,-5608,503,2.57],[-457,-4622,496,2.11],[740,-6272,697,2.88],[-506,-7431,439,3.41],[357,-9746,578,4.46],[-26,-10120,530,4.62],[645,-7646,701,3.51],[251,-9217,583,4.23],[-737,-7054,406,3.23],[-683,-7604,446,3.48],[-203,-7210,521,3.29],[-524,-10688,442,4.89],[-39,-4441,556,2.04],[658,-9483,-216,4.34],[-563,-10099,-164,4.64],[268,-7171,-204,3.29],[95,-6812,-160,3.11],[578,-4663,-188,2.13],[-626,-5961,-122,2.73],[-138,-7480,-173,3.42],[291,-10891,-166,4.98],[111,-6537,-168,2.99],[168,-5642,-227,2.58],[755,-10831,-233,4.96],[-417,-7699,-171,3.52],[-712,-6198,-125,2.84],[707,-7170,-264,3.28],[527,-7937,-244,3.64],[-265,-7123,-198,3.25],[-741,-7886,-177,3.61],[-413,-7683,-247,3.52],[-26,-10901,-240,4.99],[358,-7620,-294,3.5],[440,-6067,-326,2.77],[-291,-7037,-244,3.22],[578,-9440,-314,4.32],[592,-9293,-267,4.25],[-35,-6154,-277,2.82],[741,-5617,-298,2.58],[758,-9789,-323,4.48],[-115,-6456,-227,2.95],[514,-4689,-311,2.14],[-143,-10413,-213,4.78],[308,-9848,-286,4.5],[47,-5953,-262,2.73],[-454,-5381,508,2.44],[-25,-8288,614,3.78],[-672,-7559,500,3.44],[-720,-5414,462,2.47],[-9,-10369,602,4.7],[-273,-4655,556,2.11],[-640,-5717,508,2.6],[-69,-4427,582,2.01],[-63,-8233,624,3.75],[-48,-7412,616,3.36],[299,-10644,683,4.83],[-653,-9800,506,4.46],[109,-9776,645,4.43],[188,-4607,689,2.09],[342,-5899,699,2.69],[8,-7307,660,3.31],[-470,-9747,-186,4.42],[790,-8989,-186,4.1],[728,-9777,-264,4.44],[-30,-4588,-179,2.09],[569,-8038,-184,3.66],[215,-8067,-197,3.67],[757,-7503,-247,3.41],[-676,-10078,-143,4.58],[725,-10444,-206,4.75],[712,-9806,-229,4.46],[549,-6296,-224,2.86],[-90,-5857,-205,2.66],[183,-5095,-201,2.31],[-681,-6011,-171,2.74],[-631,-9873,-141,4.49],[13,-7150,-199,3.26],[443,-8972,-285,4.08],[-112,-4853,-267,2.21],[58,-5230,-246,2.37],[375,-7611,-318,3.45],[343,-10932,-287,4.96],[63,-7749,-239,3.53],[-189,-5950,-215,2.71],[618,-5932,-317,2.69],[716,-7140,-300,3.25],[-60,-5464,-222,2.49],[-19,-5993,-286,2.73],[609,-5033,-332,2.28],[582,-4523,-311,2.05],[-713,-6130,-191,2.79],[766,-7300,-279,3.31],[528,-5844,-315,2.66],[460,-5815,734,2.63],[640,-9121,718,4.12],[-140,-9033,575,4.07],[515,-4861,728,2.19],[248,-5727,681,2.58],[-797,-6837,477,3.09],[-692,-5171,491,2.34],[716,-8681,757,3.93],[168,-11047,638,5],[199,-5464,639,2.47],[9,-4814,595,2.18],[277,-5361,715,2.42],[-170,-8876,600,4.01],[112,-5244,612,2.37],[337,-7606,680,3.44],[-427,-8337,548,3.75],[199,-8215,-295,3.72],[-549,-6410,-185,2.9],[389,-7530,-303,3.41],[-640,-4763,-195,2.15],[-581,-7804,-183,3.53],[-770,-7150,-206,3.22],[-422,-8737,-202,3.93],[-63,-8385,-248,3.78],[-166,-7587,-241,3.43],[-1,-5636,-279,2.54],[-409,-10499,-234,4.75],[-728,-4741,-194,2.14],[535,-9679,-294,4.37],[-164,-7870,-211,3.56],[-445,-5172,-199,2.33],[366,-4983,-253,2.25],[754,-9036,757,4.04],[-502,-10895,541,4.89],[-109,-8345,568,3.74],[-173,-7183,572,3.21],[184,-10138,637,4.55],[-502,-10184,501,4.55],[210,-9000,661,4.03],[476,-7991,746,3.58],[-362,-6395,542,2.87],[609,-5998,771,2.68],[718,-8871,771,3.98],[-603,-8938,518,4.01],[437,-6128,707,2.75],[-685,-4792,482,2.15],[188,-7585,637,3.41],[-381,-5105,537,2.28],[-332,-9506,-245,4.25],[706,-5032,-347,2.25],[-717,-9344,-185,4.19],[-222,-9311,-223,4.17],[-611,-5071,-234,2.27],[174,-10454,-288,4.69],[496,-10271,-324,4.6],[160,-8663,-293,3.88],[375,-5010,-287,2.24],[437,-8324,-287,3.74],[395,-4499,-285,2.01],[-250,-5505,-226,2.47],[701,-9137,-293,4.08],[588,-9611,-288,4.31],[422,-9132,-253,4.09],[218,-7169,-309,3.21],[-232,-10509,566,4.69],[-224,-7818,586,3.48],[-707,-7684,474,3.41],[-352,-7371,545,3.27],[-776,-10913,449,4.86],[119,-5950,641,2.65],[11,-10440,645,4.64],[642,-10126,711,4.5],[239,-8538,647,3.81],[17,-7758,626,3.45],[294,-5822,722,2.59],[235,-5898,646,2.62],[29,-8481,651,3.77],[-173,-9775,616,4.36],[-643,-7160,489,3.19],[179,-7372,670,3.28],[763,-8039,720,3.58],[447,-10754,599,4.78],[-588,-5843,465,2.6],[73,-9412,570,4.18],[224,-5202,603,2.32],[698,-10019,675,4.45],[147,-6933,550,3.09],[543,-10871,685,4.83],[-776,-5191,413,2.31],[-582,-7999,448,3.56],[83,-5361,575,2.39],[-566,-9743,434,4.33],[783,-8142,716,3.62],[-230,-5788,501,2.58],[-568,-5883,475,2.61],[725,-7242,684,3.22],[-538,-6227,181,2.77],[-338,-5963,158,2.65],[-501,-6795,139,3.03],[624,-6501,191,2.9],[542,-8831,238,3.92],[499,-4682,251,2.09],[612,-8150,195,3.63],[236,-8598,230,3.82],[323,-9161,208,4.08],[-667,-10864,137,4.82],[-683,-8580,154,3.81],[-395,-5866,162,2.61],[290,-8348,221,3.71],[-275,-7792,199,3.46],[-292,-10430,153,4.65],[-711,-10756,160,4.78],[468,-6666,-328,2.97],[715,-9793,-313,4.35],[-84,-4751,-218,2.12],[-508,-11102,-187,4.93],[534,-7543,-305,3.35],[-378,-9800,-247,4.35],[786,-7200,-300,3.2],[100,-6132,-276,2.72],[-704,-6457,-182,2.88],[270,-6573,-261,2.92],[-108,-8166,-226,3.64],[-204,-5278,-211,2.34],[-488,-7759,-215,3.46],[417,-10321,-273,4.58],[631,-5645,-269,2.51],[127,-7028,-251,3.12],[-580,-5672,484,2.5],[-541,-10154,493,4.5],[90,-6421,673,2.84],[-555,-9839,542,4.36],[-468,-5697,546,2.52],[704,-8922,775,3.94],[-541,-4786,525,2.12],[-529,-8685,530,3.83],[707,-5452,789,2.41],[138,-5423,656,2.39],[763,-7072,758,3.12],[-136,-8494,575,3.76],[-718,-4829,468,2.14],[-89,-5155,623,2.28],[-277,-10473,585,4.62],[-122,-5745,591,2.53],[-137,-6802,553,3],[-505,-11288,492,4.97],[387,-9705,648,4.29],[-107,-9021,536,3.99],[-239,-6079,537,2.68],[721,-6866,640,3.04],[134,-7005,550,3.09],[517,-5008,651,2.21],[287,-10439,566,4.62],[440,-5929,624,2.61],[492,-7038,634,3.1],[276,-9882,602,4.35],[-44,-8073,531,3.56],[496,-6244,603,2.75],[188,-10546,618,4.67],[249,-7650,582,3.38],[392,-8829,181,3.89],[431,-10022,186,4.42],[-384,-10742,144,4.74],[-174,-7657,156,3.39],[-797,-10913,160,4.82],[-615,-10605,168,4.69],[-107,-5664,168,2.51],[-454,-10128,167,4.46],[146,-10667,170,4.71],[-485,-10002,138,4.43],[-34,-9508,193,4.2],[-497,-6645,127,2.94],[-119,-5255,167,2.32],[-771,-6699,157,2.95],[-153,-6187,200,2.74],[-332,-5488,163,2.42],[220,-9129,96,4.02],[-626,-10502,61,4.65],[-473,-5365,73,2.37],[-490,-4565,114,2.01],[721,-10307,125,4.55],[-436,-9360,120,4.14],[239,-8849,119,3.92],[-645,-8116,70,3.58],[110,-5594,129,2.47],[783,-5326,113,2.36],[599,-5646,111,2.49],[-694,-9658,77,4.27],[-474,-6983,70,3.09],[191,-7021,126,3.1],[265,-7818,140,3.46],[-544,-9579,97,4.22],[678,-11198,57,4.95],[-166,-5178,56,2.29],[615,-9971,52,4.4],[-628,-8027,34,3.55],[-578,-7499,10,3.31],[43,-5082,39,2.24],[-35,-6836,34,3.01],[257,-6445,44,2.84],[623,-4814,59,2.12],[-134,-7063,21,3.11],[236,-7519,62,3.32],[712,-7189,69,3.18],[360,-7188,44,3.18],[-742,-9680,37,4.27],[191,-9232,53,4.07],[-185,-6082,33,2.69],[214,-7742,-27,3.43],[562,-7324,-33,3.23],[-435,-10051,-33,4.43],[-44,-7993,-22,3.52],[-747,-9642,-1,4.26],[-137,-11177,-26,4.93],[-242,-7084,-54,3.13],[30,-6959,-66,3.07],[271,-7178,-48,3.16],[266,-6791,-14,2.99],[-485,-8058,-33,3.56],[678,-9245,-13,4.09],[406,-6742,-18,2.98],[-504,-4673,-35,2.07],[-666,-5831,-48,2.57],[-117,-10557,-46,4.66],[-780,-5791,-89,2.56],[557,-5324,-127,2.35],[430,-8435,-122,3.73],[-799,-10863,-77,4.81],[-475,-8662,-99,3.83],[-340,-10734,-77,4.74],[-109,-5270,-74,2.32],[356,-11294,-112,5],[193,-5646,-101,2.5],[-632,-10732,-60,4.74],[-470,-6974,-85,3.07],[53,-5614,-84,2.48],[-299,-9448,-115,4.18],[-733,-8670,-101,3.83],[-510,-7165,-68,3.17],[-632,-5045,-91,2.23],[-232,-4813,-182,2.12],[688,-4904,-264,2.17],[-541,-7580,-162,3.35],[-100,-4956,-201,2.19],[-388,-5976,-167,2.64],[-349,-9191,-150,4.05],[-278,-6441,-178,2.85],[305,-8003,-173,3.54],[-552,-7855,-179,3.46],[-171,-4524,-173,2],[408,-10222,-210,4.53],[-442,-6560,-153,2.89],[-748,-6092,-116,2.69],[188,-5995,-160,2.64],[787,-11130,-271,4.91],[-754,-5834,-119,2.57],[421,-5936,-251,2.62],[-71,-6247,-254,2.75],[664,-4760,-292,2.1],[-199,-6681,-226,2.96],[459,-9073,-335,4.01],[-91,-5965,-257,2.63],[-296,-5373,-225,2.38],[-621,-11274,-210,4.98],[-492,-5338,-209,2.36],[-688,-5660,-175,2.5],[232,-6397,-244,2.83],[-621,-7703,-213,3.4],[-513,-11232,-198,4.97],[793,-8503,-316,3.76],[-427,-9089,-221,4.02],[-223,-5989,-240,2.65],[-714,-6506,477,2.85],[-498,-5919,495,2.59],[400,-7046,721,3.09],[-324,-8931,539,3.92],[-589,-5775,496,2.54],[-688,-8709,478,3.83],[341,-4599,656,2.02],[574,-10274,772,4.5],[686,-5091,735,2.24],[603,-5473,743,2.4],[245,-6841,687,3.01],[-375,-8691,574,3.8],[-692,-10353,490,4.54],[-106,-10099,584,4.42],[190,-7088,684,3.1],[-262,-5366,555,2.36],[-621,-5484,425,2.41],[248,-4595,562,2.01],[-370,-4709,484,2.07],[158,-4933,570,2.16],[-124,-8405,516,3.69],[120,-8643,605,3.79],[-196,-8439,497,3.71],[70,-10820,581,4.74],[15,-6613,548,2.9],[420,-6239,603,2.74],[-386,-9040,496,3.97],[185,-11017,560,4.83],[-531,-9993,433,4.39],[70,-5958,584,2.61],[151,-8680,578,3.82],[161,-4615,608,2.03],[682,-6206,620,2.72],[-593,-4659,384,2.04],[507,-7216,513,3.16],[-112,-9304,461,4.08],[-655,-8682,359,3.82],[-224,-6718,436,2.94],[201,-7479,546,3.28],[59,-6634,473,2.92],[-593,-4620,386,2.03],[308,-8709,514,3.82],[-568,-9115,407,4],[-778,-6002,377,2.64],[306,-6067,494,2.66],[72,-8053,493,3.54],[-345,-10174,430,4.45],[-107,-4715,456,2.07],[495,-6772,217,2.97],[90,-6547,173,2.88],[567,-6286,257,2.76],[452,-5928,207,2.6],[-25,-7692,193,3.38],[-113,-11220,197,4.93],[63,-6372,183,2.8],[-169,-6703,197,2.95],[634,-6890,204,3.03],[-204,-6495,175,2.85],[-233,-6463,193,2.84],[-184,-8409,188,3.7],[217,-4731,162,2.07],[457,-10963,220,4.8],[566,-7653,220,3.35],[-603,-8043,141,3.53],[354,-6806,163,2.99],[97,-10736,142,4.71],[-393,-7318,121,3.21],[-414,-6584,109,2.88],[729,-5186,96,2.27],[356,-5018,92,2.2],[540,-5561,157,2.44],[-489,-7249,88,3.17],[-229,-8362,106,3.68],[-232,-7728,103,3.39],[-47,-9411,87,4.12],[-525,-5440,63,2.39],[389,-5501,138,2.41],[547,-10288,100,4.51],[-618,-10346,76,4.54],[79,-8669,89,3.81],[8,-7835,39,3.44],[17,-4799,9,2.1],[-539,-8981,23,3.94],[-421,-6275,59,2.75],[33,-10336,60,4.54],[654,-5895,38,2.58],[-553,-7690,42,3.37],[-260,-9265,53,4.06],[-32,-4837,52,2.12],[785,-5185,41,2.28],[422,-6286,65,2.75],[-460,-10924,16,4.79],[318,-8388,25,3.68],[710,-8287,42,3.64],[-384,-8556,25,3.76],[562,-7475,37,3.28],[336,-4741,-10,2.08],[-577,-10339,-43,4.53],[-459,-10101,-57,4.43],[-281,-10629,-1,4.66],[-375,-6822,-13,3],[133,-6236,-19,2.73],[775,-6505,-37,2.86],[-8,-8131,-46,3.57],[244,-6008,-15,2.63],[-551,-7377,-7,3.24],[196,-9529,-62,4.18],[51,-8142,-48,3.58],[-596,-5457,-4,2.39],[738,-8987,-72,3.94],[-543,-9105,-11,3.99],[119,-9067,-51,3.97],[-722,-10205,-72,4.47],[114,-4802,-96,2.1],[-152,-10871,-96,4.78],[-109,-7913,-93,3.46],[326,-9642,-123,4.24],[-275,-8496,-68,3.72],[280,-9663,-125,4.23],[495,-10296,-98,4.53],[-45,-6683,-134,2.93],[-598,-6426,-77,2.81],[-228,-7449,-82,3.26],[-473,-10214,-118,4.49],[-767,-6663,-63,2.93],[778,-7358,-95,3.22],[714,-7468,-130,3.27],[731,-9297,-132,4.08],[-184,-6811,-156,2.99],[-80,-5233,-191,2.29],[422,-10694,-200,4.69],[110,-9054,-228,3.97],[256,-6811,-229,2.98],[-300,-8893,-134,3.89],[757,-8432,-243,3.71],[29,-6002,-194,2.63],[-203,-9978,-199,4.38],[511,-6734,-187,2.95],[-369,-9324,-183,4.08],[-258,-11063,-139,4.84],[207,-7419,-182,3.25],[247,-8999,-208,3.96],[297,-5073,-236,2.23],[96,-8121,-203,3.55],[139,-6056,-274,2.65],[-154,-8238,-251,3.61],[558,-9517,-345,4.18],[55,-11132,-232,4.87],[-507,-9700,-185,4.26],[671,-9273,-319,4.06],[618,-8624,-338,3.79],[-337,-7241,-216,3.18],[-212,-9694,-235,4.26],[-324,-6484,-256,2.85],[-730,-10386,-210,4.55],[-537,-10730,-199,4.71],[-686,-9011,-181,3.95],[-78,-6791,-248,2.98],[271,-8532,-264,3.73],[120,-8298,-267,3.63],[-576,-10896,506,4.74],[-135,-9554,618,4.16],[546,-8909,700,3.88],[12,-7138,595,3.1],[-457,-6306,546,2.75],[-568,-4858,535,2.11],[-602,-6639,515,2.9],[-569,-7483,484,3.27],[453,-6328,706,2.75],[-105,-8583,576,3.73],[-564,-6244,510,2.72],[-593,-8638,513,3.76],[26,-5814,659,2.54],[-581,-11321,533,4.93],[727,-7230,733,3.15],[-604,-7372,499,3.2],[135,-7599,575,3.32],[599,-9561,640,4.17],[-494,-9732,454,4.23],[769,-7676,670,3.35],[173,-5958,608,2.59],[419,-10983,639,4.77],[597,-8872,624,3.87],[755,-10379,699,4.51],[-458,-6489,462,2.83],[454,-8182,649,3.57],[-374,-6790,509,2.96],[-92,-6807,518,2.97],[-552,-7984,452,3.47],[-110,-10992,525,4.78],[-582,-7033,440,3.07],[250,-6739,593,2.93],[507,-4914,522,2.14],[732,-10287,619,4.48],[-508,-9934,407,4.32],[792,-9568,616,4.17],[63,-5430,492,2.37],[-675,-8643,388,3.76],[-612,-4872,411,2.12],[-165,-7484,438,3.26],[-465,-10511,400,4.58],[226,-6568,494,2.86],[-548,-8438,391,3.68],[-742,-8330,352,3.64],[-711,-9040,383,3.94],[-559,-7441,396,3.23],[622,-5756,551,2.51],[725,-10518,588,4.58],[502,-5864,446,2.56],[70,-5704,378,2.49],[-618,-6937,331,3.02],[276,-4762,405,2.08],[326,-11293,415,4.93],[-597,-10298,322,4.5],[582,-7661,495,3.33],[-398,-11351,357,4.94],[752,-11240,511,4.91],[-615,-5558,295,2.42],[-186,-10022,375,4.36],[-86,-6348,409,2.76],[-52,-11331,375,4.95],[-253,-10986,396,4.77],[359,-5334,441,2.33],[8,-7091,393,3.08],[105,-10143,198,4.43],[-643,-7023,146,3.05],[-611,-11224,171,4.9],[-510,-10643,154,4.62],[48,-8589,152,3.74],[-380,-6843,152,2.98],[-346,-6075,193,2.64],[45,-4947,186,2.15],[-680,-7889,165,3.43],[-349,-9988,171,4.36],[-533,-5450,142,2.38],[771,-7614,245,3.32],[-637,-5390,132,2.35],[-301,-6723,140,2.93],[-658,-11058,138,4.82],[-409,-9295,185,4.06],[-671,-8874,87,3.87],[631,-5589,174,2.43],[-178,-6521,94,2.85],[-120,-8410,138,3.65],[502,-10539,88,4.6],[-547,-8937,83,3.88],[-379,-9168,123,4],[279,-4584,157,2],[524,-9597,105,4.19],[656,-9231,104,4.03],[287,-8284,133,3.62],[-425,-4928,70,2.14],[68,-5361,127,2.33],[683,-8434,104,3.68],[507,-4940,124,2.15],[534,-7423,143,3.24],[-380,-8036,34,3.51],[-14,-4719,14,2.05],[-308,-8631,53,3.76],[494,-8057,56,3.5],[-57,-6818,10,2.97],[164,-10267,43,4.46],[528,-10565,74,4.59],[85,-10473,54,4.57],[-538,-11471,56,4.99],[-453,-8541,28,3.72],[387,-7068,25,3.08],[236,-8905,10,3.87],[158,-10389,54,4.53],[-605,-11347,22,4.93],[-10,-5210,30,2.27],[-525,-7437,17,3.23],[-366,-7943,-6,3.45],[795,-10651,-16,4.65],[-273,-7702,-27,3.36],[762,-10358,-43,4.5],[-445,-8138,-61,3.55],[-646,-5568,-25,2.43],[669,-11487,-29,4.99],[-441,-5127,-22,2.24],[-472,-9715,-55,4.23],[-217,-5013,-3,2.19],[-290,-5686,-65,2.48],[-179,-9934,-14,4.32],[-373,-7786,-59,3.38],[-395,-8283,-55,3.62],[-72,-5698,-67,2.48],[-428,-5893,-16,2.56],[-269,-8132,-88,3.54],[632,-5000,-110,2.18],[-330,-10442,-77,4.54],[-726,-7765,-69,3.39],[-194,-8078,-75,3.52],[-387,-9744,-113,4.24],[-177,-11028,-100,4.81],[369,-8414,-109,3.67],[413,-9115,-100,3.96],[-246,-7154,-113,3.11],[253,-6595,-153,2.87],[655,-10328,-141,4.51],[-105,-5560,-93,2.42],[-166,-10991,-95,4.79],[383,-4996,-122,2.17],[-291,-8016,-99,3.48],[-713,-10156,-122,4.41],[-358,-9891,-183,4.3],[-314,-7120,-155,3.11],[103,-5312,-172,2.31],[-453,-8158,-132,3.55],[182,-11025,-185,4.81],[28,-5062,-187,2.2],[-525,-11028,-134,4.79],[-128,-9686,-180,4.23],[-505,-7369,-179,3.21],[-443,-8659,-142,3.77],[387,-5613,-232,2.44],[255,-4746,-170,2.06],[-710,-9458,-163,4.11],[-31,-6055,-188,2.64],[-783,-6254,-134,2.72],[-297,-5375,171,2.32],[582,-6153,235,2.67],[570,-6464,209,2.79],[-58,-10429,163,4.52],[58,-10925,179,4.74],[695,-10085,194,4.35],[553,-9673,225,4.17],[-571,-5810,148,2.52],[63,-9549,187,4.14],[216,-11397,196,4.94],[-269,-9622,147,4.17],[-764,-9071,134,3.92],[162,-9259,181,4.01],[461,-10898,228,4.7],[513,-6387,223,2.77],[-523,-9288,156,4.03],[-612,-5314,485,2.29],[-266,-10618,585,4.55],[64,-9133,657,3.92],[728,-6347,805,2.72],[45,-11542,659,4.97],[599,-9475,777,4.07],[-486,-5115,533,2.19],[-782,-11353,461,4.88],[-342,-9245,552,3.97],[504,-8359,722,3.59],[-583,-6701,512,2.88],[627,-4888,764,2.1],[524,-8505,702,3.66],[-574,-5439,535,2.33],[-445,-6210,528,2.66],[-761,-11437,485,4.9],[-544,-7384,138,3.18],[326,-5758,173,2.48],[-620,-10091,153,4.34],[-468,-10694,154,4.6],[-124,-8711,202,3.73],[263,-10353,193,4.46],[-24,-7987,176,3.43],[-405,-8062,134,3.47],[552,-6047,211,2.6],[-488,-4694,175,2.02],[546,-7627,183,3.27],[253,-10578,222,4.55],[385,-5465,205,2.35],[-357,-8355,168,3.58],[170,-4772,187,2.05],[-569,-5580,125,2.39],[-663,-8502,-208,3.65],[-368,-6229,-228,2.67],[18,-6375,-281,2.73],[-747,-11618,-186,4.99],[538,-11274,-307,4.84],[-572,-5301,-206,2.28],[-332,-8053,-211,3.46],[420,-5090,-326,2.19],[-137,-11588,-234,4.99],[707,-9924,-344,4.26],[-646,-11571,-202,4.97],[-655,-10766,-188,4.62],[-608,-6777,-226,2.92],[-425,-11373,-192,4.88],[-574,-8815,-196,3.79],[-533,-11535,-207,4.97],[512,-7266,763,3.1],[427,-9705,704,4.14],[154,-7222,623,3.09],[-533,-11493,492,4.9],[-357,-7361,555,3.14],[-726,-5217,496,2.22],[57,-5489,672,2.34],[-688,-9812,486,4.19],[-337,-9699,533,4.15],[693,-9023,798,3.84],[699,-5307,727,2.27],[-703,-7426,472,3.17],[399,-8868,717,3.79],[715,-11603,740,4.94],[-220,-8355,574,3.57],[-449,-5517,522,2.35],[113,-5525,-228,2.36],[253,-9888,-304,4.23],[151,-5445,-293,2.33],[528,-10671,-327,4.55],[491,-5497,-295,2.34],[-330,-10490,-197,4.49],[-791,-8713,-208,3.72],[-789,-8604,-217,3.68],[638,-11479,-305,4.89],[391,-5191,-301,2.22],[716,-9007,-345,3.85],[-709,-7293,-221,3.12],[723,-7499,-319,3.2],[507,-7885,-261,3.36],[560,-6323,-271,2.7],[-113,-8214,-264,3.5],[330,-8362,687,3.55],[734,-6993,768,2.96],[-658,-10657,489,4.51],[160,-5094,683,2.16],[451,-6818,716,2.89],[-624,-9249,475,3.91],[-405,-8740,543,3.71],[-432,-8504,558,3.61],[-451,-6841,527,2.89],[-650,-5608,523,2.38],[-425,-6398,509,2.72],[-713,-8211,509,3.49],[512,-5131,749,2.18],[-690,-5292,461,2.24],[-310,-8150,534,3.45],[617,-7996,728,3.39],[-217,-10272,524,4.36],[-325,-8502,514,3.6],[-385,-5583,456,2.36],[-608,-10457,426,4.44],[788,-7526,645,3.19],[280,-5714,602,2.42],[128,-10700,552,4.54],[-534,-7009,482,2.98],[396,-11750,646,4.99],[-533,-6266,430,2.65],[-596,-5457,428,2.32],[-235,-7698,525,3.26],[-300,-5162,482,2.19],[-595,-6368,419,2.7],[-417,-7049,450,2.99],[-169,-11068,510,4.69],[751,-10643,621,4.5],[475,-6322,512,2.67],[-779,-7526,362,3.19],[711,-6973,574,2.95],[-97,-9043,491,3.82],[-211,-7124,430,3.02],[509,-8002,592,3.39],[-510,-5696,408,2.41],[-240,-5156,412,2.19],[-459,-5507,379,2.34],[-33,-6342,480,2.68],[-508,-6664,415,2.82],[-656,-6939,376,2.95],[150,-8791,520,3.73],[779,-8051,567,3.41],[766,-6092,617,2.59],[-324,-7928,373,3.37],[564,-9600,512,4.08],[262,-8592,465,3.65],[96,-7248,397,3.07],[576,-10665,468,4.52],[-59,-5795,378,2.45],[-164,-9106,394,3.87],[558,-5270,438,2.24],[598,-10714,504,4.55],[-602,-5747,304,2.43],[36,-11131,436,4.72],[-339,-11010,361,4.66],[693,-9135,528,3.88],[628,-8755,505,3.71],[84,-4775,438,2.02],[731,-9716,508,4.11],[-57,-4795,295,2.03],[443,-9357,343,3.96],[271,-9250,396,3.92],[402,-11455,334,4.87],[-778,-4767,222,2.02],[639,-10028,396,4.25],[730,-5437,452,2.31],[-588,-6239,244,2.64],[194,-7633,326,3.23],[-524,-8639,281,3.65],[725,-6993,370,2.96],[-607,-7955,253,3.38],[-19,-5556,362,2.36],[329,-11505,329,4.88],[-692,-6419,249,2.72],[-388,-8775,272,3.72],[-439,-8026,250,3.4],[764,-8328,347,3.53],[97,-4770,245,2.02],[644,-5375,311,2.27],[-579,-8736,215,3.7],[410,-5256,310,2.22],[-536,-7988,215,3.39],[-295,-6506,218,2.76],[-149,-5889,240,2.49],[566,-9233,337,3.92],[-22,-10035,249,4.24],[443,-8763,326,3.71],[-793,-7958,192,3.37],[-75,-9780,245,4.14],[651,-9647,294,4.09],[361,-5318,295,2.25],[-578,-10806,168,4.59],[127,-7829,181,3.32],[-687,-5998,123,2.54],[-459,-6525,169,2.77],[720,-6693,242,2.84],[-492,-10516,134,4.46],[38,-8350,222,3.55],[328,-5246,207,2.23],[-578,-9819,143,4.17],[-421,-5727,152,2.42],[720,-8108,202,3.43],[-527,-5965,165,2.52],[122,-6754,161,2.86],[-281,-10951,152,4.65],[135,-11635,181,4.94],[-480,-8797,140,3.73],[-539,-11088,92,4.7],[-364,-8706,106,3.69],[-470,-7904,108,3.34],[-490,-10405,105,4.41],[226,-5544,127,2.35],[390,-7133,91,3.03],[-249,-8030,110,3.41],[120,-10957,142,4.65],[-159,-7456,108,3.16],[-552,-6174,117,2.62],[-711,-9615,93,4.07],[378,-7203,160,3.05],[-20,-10488,102,4.44],[248,-5002,80,2.12],[-418,-6596,113,2.8],[230,-9889,102,4.18],[362,-7927,23,3.36],[-58,-6122,32,2.59],[4,-8098,54,3.43],[46,-6126,70,2.6],[-132,-5789,50,2.46],[-131,-5839,68,2.47],[616,-5431,54,2.3],[46,-8200,57,3.48],[376,-6283,70,2.67],[527,-7352,80,3.12],[463,-7749,45,3.29],[-786,-11438,28,4.84],[-180,-4894,25,2.08],[740,-5485,17,2.32],[376,-10539,21,4.47],[787,-6783,30,2.87],[-208,-10660,-8,4.52],[186,-11501,-16,4.87],[-492,-11506,-34,4.87],[626,-10083,-24,4.26],[148,-5014,-3,2.12],[-328,-9204,-16,3.89],[291,-7260,-43,3.08],[249,-8594,-59,3.65],[-742,-8842,-56,3.75],[-168,-8227,-43,3.49],[-366,-7426,-2,3.15],[625,-10318,-79,4.36],[-361,-9164,-27,3.89],[-669,-11045,-3,4.67],[-216,-11773,-48,4.99],[674,-10217,-68,4.32],[1,-7869,-138,3.33],[-494,-4791,-116,2.03],[727,-8029,-108,3.41],[721,-11060,-148,4.69],[-559,-10264,-64,4.36],[-222,-6442,-108,2.73],[152,-9154,-105,3.87],[-698,-11666,-96,4.94],[31,-6688,-146,2.83],[-568,-7196,-90,3.05],[661,-11353,-165,4.8],[194,-9768,-137,4.14],[-700,-7250,-99,3.07],[97,-5906,-96,2.51],[4,-8878,-127,3.77],[189,-7246,-138,3.07],[123,-7516,-171,3.19],[-798,-11420,-126,4.84],[-640,-11434,-125,4.84],[677,-4790,-180,2.03],[314,-6187,-217,2.63],[-426,-9120,-187,3.87],[22,-9106,-189,3.87],[663,-10464,-192,4.43],[-113,-9112,-171,3.86],[183,-6097,-204,2.58],[481,-6017,-185,2.55],[-447,-9227,-154,3.91],[-243,-7311,-190,3.09],[-19,-6979,-173,2.96],[-800,-7645,-142,3.24],[446,-11218,-172,4.76],[-176,-7160,-213,3.04],[-486,-9580,-219,4.05],[-288,-5777,-253,2.45],[619,-6627,-294,2.8],[-606,-9568,-205,4.06],[-774,-11218,-202,4.75],[-4,-10417,-285,4.41],[302,-6561,-316,2.78],[472,-10371,-289,4.39],[580,-8974,-321,3.79],[-427,-9648,-237,4.1],[-444,-6142,-200,2.61],[-56,-8940,-243,3.79],[-428,-11380,-243,4.81],[-668,-6967,-181,2.95],[232,-5397,-298,2.28],[-349,-9849,522,4.14],[-299,-8660,532,3.65],[410,-9956,680,4.18],[-168,-4807,604,2.03],[-130,-11375,584,4.78],[299,-7419,656,3.13],[113,-4989,658,2.1],[552,-4932,740,2.08],[-686,-5777,494,2.43],[-791,-9659,452,4.07],[722,-6411,807,2.7],[-338,-5625,551,2.36],[57,-8674,653,3.64],[-83,-7454,622,3.14],[247,-10867,682,4.56],[-543,-7982,527,3.37],[-606,-8019,446,3.37],[685,-5565,677,2.34],[-642,-9687,441,4.08],[644,-10309,680,4.33],[-317,-5123,508,2.15],[19,-10292,553,4.33],[300,-10764,591,4.52],[-149,-5802,537,2.45],[61,-6668,570,2.8],[-10,-5357,526,2.25],[-161,-11448,540,4.82],[79,-8492,553,3.58],[-394,-5614,508,2.36],[-306,-8584,528,3.62],[388,-7807,639,3.28],[-780,-6162,405,2.59],[-764,-8290,353,3.5],[-391,-8452,408,3.55],[99,-8274,488,3.49],[202,-9544,523,4.02],[594,-10508,604,4.41],[-359,-9038,437,3.81],[511,-8584,580,3.62],[409,-4986,511,2.1],[694,-10456,625,4.41],[-506,-9463,396,3.97],[506,-9331,553,3.92],[391,-9740,515,4.1],[415,-10773,519,4.52],[-757,-7013,367,2.95],[-670,-8582,364,3.62],[128,-5329,461,2.24],[179,-7990,419,3.36],[98,-11551,416,4.87],[369,-9132,425,3.84],[-365,-7136,350,3.01],[-419,-5589,370,2.36],[-329,-6956,359,2.93],[-356,-4816,347,2.03],[-456,-11713,368,4.92],[341,-5097,428,2.14],[165,-9790,447,4.12],[505,-4822,432,2.03],[-746,-7659,321,3.23],[716,-4883,463,2.05],[-772,-11044,280,4.64],[356,-8446,468,3.56],[-641,-9697,312,4.09],[-481,-11100,256,4.66],[-484,-6598,259,2.77],[348,-11772,330,4.94],[-117,-6293,328,2.64],[-343,-6693,275,2.82],[-603,-11705,245,4.93],[-300,-9782,291,4.11],[61,-9863,332,4.16],[287,-11379,323,4.79],[-741,-9851,236,4.14],[640,-9025,409,3.79],[-634,-5973,261,2.51],[-680,-7035,274,2.97],[-359,-7517,270,3.16],[574,-8496,369,3.58],[-547,-7950,246,3.34],[-692,-11186,194,4.72],[-201,-7223,223,3.03],[663,-9504,303,3.99],[745,-5867,324,2.47],[-189,-9604,216,4.03],[-164,-10566,221,4.44],[174,-7419,265,3.12],[-301,-7309,200,3.08],[-225,-10166,233,4.29],[-43,-10763,269,4.54],[-454,-9822,212,4.13],[72,-10751,276,4.54],[609,-4860,323,2.04],[-426,-8009,194,3.36],[491,-7536,313,3.18],[785,-10745,281,4.51],[-655,-5816,129,2.44],[-336,-6059,158,2.55],[-168,-5312,203,2.24],[-630,-9811,165,4.13],[371,-5361,231,2.26],[287,-7798,195,3.29],[425,-7447,184,3.13],[-207,-9534,150,4.02],[-724,-8506,136,3.58],[-250,-7939,198,3.34],[-645,-7571,131,3.18],[-221,-11135,156,4.68],[-732,-9496,168,3.99],[145,-11772,182,4.94],[-283,-6766,148,2.85],[-680,-10875,147,4.59],[-643,-8300,73,3.5],[116,-8389,118,3.54],[-238,-6597,93,2.77],[764,-4786,148,2.02],[-122,-7920,136,3.34],[-705,-7726,110,3.26],[-169,-10006,103,4.21],[155,-6137,153,2.58],[347,-6675,146,2.8],[344,-9514,84,4],[-103,-10086,125,4.25],[-97,-10017,91,4.22],[744,-8883,107,3.75],[407,-6801,113,2.87],[142,-8169,119,3.44],[-598,-10204,91,4.3],[-301,-5525,4,2.32],[454,-9198,66,3.88],[-421,-10255,21,4.33],[33,-5710,14,2.41],[-496,-11832,50,4.99],[-311,-10631,37,4.47],[-798,-5784,12,2.44],[-542,-4814,22,2.03],[-340,-8808,52,3.7],[-688,-10524,4,4.43],[-147,-10201,49,4.3],[793,-7773,92,3.27],[-564,-9883,19,4.15],[-474,-5170,51,2.17],[-138,-6007,49,2.52],[-179,-9746,36,4.1],[407,-10192,-59,4.29],[-209,-9388,-61,3.95],[-94,-6718,-10,2.83],[57,-6050,-13,2.54],[545,-9277,-84,3.91],[-228,-8040,-43,3.38],[478,-9231,-51,3.89],[306,-7839,-72,3.31],[-743,-5738,-48,2.42],[455,-8817,-48,3.71],[-398,-11758,-30,4.96],[203,-5459,-24,2.29],[33,-11103,-20,4.66],[452,-5465,-17,2.3],[-700,-7092,-21,2.98],[-764,-5746,-20,2.42],[-691,-8774,-110,3.69],[-294,-5671,-132,2.38],[-7,-8899,-125,3.74],[-191,-11464,-112,4.81],[138,-7718,-97,3.25],[-120,-6051,-99,2.54],[483,-8866,-92,3.73],[-315,-7764,-118,3.26],[459,-6731,-103,2.84],[557,-5109,-159,2.15],[-748,-5918,-75,2.49],[-285,-11629,-74,4.91],[334,-6373,-118,2.69],[-121,-11509,-127,4.86],[-113,-11494,-97,4.85],[-193,-10616,-93,4.46],[29,-6476,-168,2.73],[-139,-9499,-178,4.01],[261,-8713,-202,3.66],[-266,-7373,-194,3.1],[-793,-6900,-149,2.91],[-671,-4985,-144,2.1],[-421,-9052,-174,3.8],[208,-8740,-213,3.67],[-413,-11035,-131,4.64],[-408,-5929,-146,2.5],[-366,-6833,-169,2.88],[283,-11396,-226,4.79],[720,-5316,-185,2.23],[453,-10720,-181,4.52],[432,-7766,-171,3.26],[-13,-9389,-172,3.96],[297,-9268,-287,3.89],[470,-5349,-289,2.25],[-130,-6196,-228,2.61],[41,-8730,-268,3.67],[-488,-10018,-215,4.22],[29,-9384,-289,3.94],[520,-5207,-298,2.19],[173,-10003,-262,4.21],[-731,-11110,-217,4.69],[-274,-5380,-208,2.27],[358,-7515,-289,3.16],[489,-9326,-336,3.92],[-243,-6465,-241,2.72],[516,-10180,-284,4.29],[446,-8005,-327,3.38],[273,-11394,-294,4.78],[191,-11640,662,4.88],[-291,-9743,546,4.07],[-574,-10814,492,4.51],[673,-10521,733,4.41],[-571,-10409,509,4.36],[-237,-9394,569,3.92],[-505,-7940,524,3.33],[-619,-5610,528,2.35],[345,-10374,717,4.35],[182,-9282,670,3.89],[305,-9758,686,4.09],[44,-11117,609,4.64],[262,-9446,676,3.94],[57,-6693,635,2.8],[-376,-8612,570,3.6],[425,-10246,679,4.28],[594,-4826,686,2.02],[-634,-11794,463,4.92],[-580,-8314,468,3.47],[248,-11693,587,4.88],[260,-7217,622,3.02],[-116,-4920,516,2.05],[-404,-4957,509,2.07],[-724,-7146,422,2.98],[-133,-5493,498,2.29],[781,-4811,710,2.01],[435,-6534,590,2.74],[-316,-11465,517,4.78],[584,-6146,684,2.57],[786,-5434,652,2.27],[27,-10699,557,4.46],[-787,-6254,391,2.62],[-331,-8825,444,3.68],[-682,-8399,364,3.51],[-267,-7269,445,3.03],[609,-8060,550,3.38],[763,-8580,589,3.59],[-106,-7848,473,3.28],[544,-5155,533,2.15],[-252,-10742,467,4.48],[-604,-4986,362,2.08],[312,-5396,557,2.26],[-715,-11708,363,4.9],[719,-9473,562,3.97],[-158,-4940,486,2.06],[447,-9532,511,3.98],[639,-9605,576,4.01],[-756,-4872,356,2.04],[491,-6284,448,2.62],[114,-7972,448,3.34],[-67,-5454,382,2.28],[152,-5903,397,2.46],[599,-11276,449,4.71],[415,-11021,483,4.6],[-135,-8307,355,3.48],[-463,-10069,360,4.22],[-274,-10989,359,4.6],[208,-5907,467,2.47],[545,-7821,511,3.28],[50,-8280,389,3.47],[34,-9241,440,3.86],[640,-7627,452,3.18],[-555,-9753,351,4.07],[-427,-7567,329,3.17],[-646,-8966,240,3.75],[536,-5484,391,2.3],[-30,-5505,337,2.3],[-520,-9648,280,4.04],[488,-11813,384,4.93],[532,-5542,358,2.31],[-782,-9811,264,4.09],[66,-5973,335,2.49],[128,-6294,369,2.64],[438,-7471,405,3.13],[-432,-11481,269,4.8],[-3,-9562,316,4.01],[-400,-6630,320,2.78],[-535,-4939,251,2.06],[-70,-6035,337,2.52],[642,-7249,390,3.04],[-478,-5060,199,2.11],[167,-10430,266,4.37],[44,-8095,245,3.39],[-626,-9645,178,4.04],[-582,-6378,230,2.66],[374,-10376,255,4.35],[307,-5841,273,2.44],[-546,-7373,195,3.08],[97,-6732,283,2.81],[273,-5126,282,2.14],[-348,-6906,230,2.89],[-687,-5152,199,2.16],[44,-5229,256,2.18],[309,-8763,308,3.67],[-568,-8847,208,3.7],[-636,-6541,215,2.73],[235,-9474,198,3.97],[476,-7224,219,3.03],[492,-8028,255,3.35],[67,-11788,172,4.94],[-24,-6300,195,2.64],[460,-9949,206,4.15],[-670,-7442,133,3.12],[-187,-6139,186,2.57],[294,-9939,195,4.16],[569,-8694,220,3.63],[651,-5685,192,2.37],[67,-11285,190,4.71],[59,-8062,155,3.36],[78,-10482,219,4.37],[-569,-6681,121,2.8],[-81,-6986,156,2.92],[-636,-4882,110,2.04],[-78,-9904,84,4.13],[495,-5273,112,2.21],[-393,-11427,100,4.79],[-330,-7772,76,3.25],[-89,-6830,74,2.85],[-671,-6530,64,2.73],[625,-5774,89,2.42],[-453,-11928,96,5],[195,-7151,90,2.99],[612,-4919,104,2.05],[83,-5794,129,2.42],[-232,-6797,120,2.84],[-496,-7051,90,2.95],[-725,-11369,98,4.76],[642,-5314,135,2.22],[123,-9026,4,3.77],[-553,-11022,49,4.61],[-99,-9093,51,3.8],[578,-9270,77,3.88],[-741,-7699,40,3.21],[-192,-10827,60,4.52],[206,-11521,38,4.83],[-50,-7344,49,3.08],[461,-6687,16,2.79],[405,-8610,11,3.59],[-465,-10006,57,4.17],[-376,-5974,23,2.49],[730,-4915,47,2.05],[-495,-8230,1,3.43],[201,-8977,4,3.75],[747,-7369,51,3.09],[-199,-10505,-39,4.38],[-95,-5266,-28,2.2],[655,-11239,-16,4.69],[332,-9519,-74,3.99],[-337,-7513,-3,3.14],[100,-7367,0,3.07],[-441,-9193,-50,3.85],[66,-10987,-2,4.6],[408,-8035,-40,3.35],[-454,-10828,-32,4.54],[428,-10664,-17,4.46],[643,-5065,0,2.12],[764,-7361,-48,3.08],[293,-7924,-20,3.31],[2,-8966,-69,3.74],[-203,-5277,-48,2.21],[549,-8599,-129,3.6],[-415,-8306,-110,3.48],[102,-8372,-104,3.49],[-735,-5796,-57,2.43],[642,-8491,-119,3.54],[419,-10897,-129,4.57],[750,-10643,-101,4.45],[-344,-11259,-78,4.72],[-210,-9855,-79,4.13],[792,-6814,-170,2.84],[439,-11738,-143,4.92],[518,-8138,-131,3.41],[-303,-5479,-97,2.29],[-351,-9633,-95,4.03],[-485,-7996,-105,3.35],[518,-11879,-144,4.95],[-425,-7596,-128,3.17],[54,-7852,-174,3.28],[269,-10615,-239,4.43],[535,-6136,-221,2.57],[796,-7437,-252,3.1],[116,-6438,-190,2.7],[-269,-11235,-173,4.7],[64,-11828,-169,4.94],[222,-5087,-204,2.13],[279,-9683,-172,4.04],[251,-6202,-235,2.59],[-397,-7660,-142,3.21],[-582,-7335,-148,3.06],[-688,-6059,-128,2.54],[-655,-10631,-151,4.44],[-248,-9232,-188,3.86],[314,-6321,-298,2.65],[93,-11347,-264,4.75],[476,-5241,-290,2.19],[-28,-11521,-270,4.81],[547,-8712,-342,3.64],[-217,-11483,-263,4.79],[126,-8755,-264,3.66],[172,-11898,-279,4.99],[295,-8900,-248,3.71],[-549,-5939,-224,2.49],[478,-7045,-301,2.95],[-38,-9232,-248,3.86],[-29,-9329,-252,3.89],[613,-6300,-331,2.63],[217,-8056,-281,3.36],[-663,-11421,-188,4.78],[-600,-5755,524,2.39],[474,-9662,728,4.02],[-32,-10537,638,4.37],[-664,-5995,484,2.49],[-467,-9080,541,3.78],[-135,-6795,583,2.82],[-658,-8739,499,3.63],[188,-10882,691,4.52],[-564,-6681,539,2.78],[-419,-6778,520,2.82],[-421,-7087,532,2.95],[11,-10654,593,4.42],[-336,-5436,570,2.26],[770,-10978,751,4.57],[-620,-9119,502,3.79],[-418,-8883,562,3.69],[269,-9505,208,3.95],[759,-5818,200,2.42],[-249,-5435,190,2.26],[-23,-8953,210,3.73],[-14,-11187,167,4.66],[-369,-9137,140,3.8],[190,-7836,178,3.25],[-107,-9470,168,3.94],[280,-10302,177,4.29],[691,-11510,180,4.79],[448,-10733,230,4.47],[-378,-9774,176,4.06],[92,-6276,178,2.6],[-758,-11372,134,4.73],[23,-11381,154,4.74],[771,-9529,197,3.96],[718,-5506,-326,2.29],[-315,-8670,-255,3.59],[-651,-7950,-195,3.31],[-419,-6026,-240,2.5],[203,-7618,-256,3.17],[470,-10274,-299,4.26],[-755,-11970,-176,4.97],[-590,-7864,-203,3.27],[572,-7846,-283,3.25],[792,-10858,-359,4.5],[234,-10534,-240,4.38],[-799,-11854,-216,4.92],[99,-11881,-271,4.95],[-118,-5258,-228,2.18],[-283,-6836,-240,2.84],[-579,-5697,-191,2.37],[-597,-8793,507,3.63],[-592,-9766,521,4.04],[-321,-6223,556,2.56],[-626,-8834,491,3.64],[-471,-5123,535,2.12],[-658,-8073,513,3.33],[-756,-9323,478,3.84],[-267,-8146,578,3.37],[744,-6321,793,2.61],[607,-11972,744,4.93],[-225,-12006,553,4.95],[558,-10926,758,4.51],[347,-9763,728,4.02],[-731,-4856,469,2.01],[715,-6458,734,2.67],[722,-11728,732,4.83],[-758,-6930,154,2.86],[658,-11890,216,4.89],[318,-8263,240,3.4],[-67,-8991,184,3.72],[419,-11955,183,4.92],[527,-8770,194,3.62],[-135,-5877,175,2.42],[-738,-5228,156,2.16],[-756,-6988,112,2.89],[269,-11913,203,4.93],[519,-9955,176,4.1],[387,-5981,235,2.47],[-259,-10896,143,4.49],[-751,-10803,139,4.45],[-95,-9966,189,4.12],[551,-11256,180,4.63],[290,-7982,-296,3.3],[195,-5332,-255,2.2],[-725,-8285,-199,3.41],[-360,-10024,-217,4.13],[-364,-10277,-222,4.24],[-5,-6468,-270,2.67],[526,-6177,-268,2.55],[-748,-6243,-204,2.58],[44,-11277,-247,4.64],[-218,-8716,-218,3.59],[-257,-10197,-258,4.2],[187,-11117,-271,4.59],[-132,-8385,-281,3.47],[-477,-6298,-223,2.6],[-757,-9122,-170,3.77],[-573,-6602,-199,2.72],[115,-8017,679,3.28],[-138,-10615,612,4.34],[165,-8270,672,3.38],[256,-6973,658,2.85],[633,-6375,766,2.62],[490,-9321,699,3.82],[-156,-7884,591,3.24],[-111,-10832,597,4.43],[-728,-9526,493,3.9],[508,-6969,706,2.85],[-94,-10436,612,4.27],[-61,-9078,616,3.73],[-308,-8088,545,3.31],[336,-12208,725,4.99],[165,-12075,653,4.96],[-563,-7522,493,3.08],[293,-4962,215,2.03],[180,-9013,225,3.7],[-737,-6546,167,2.68],[289,-11996,161,4.93],[615,-9460,178,3.88],[-359,-11136,138,4.57],[-778,-8983,149,3.67],[744,-11430,186,4.68],[-606,-8981,176,3.67],[-714,-5409,121,2.21],[-95,-11069,213,4.53],[787,-8456,230,3.46],[667,-7964,250,3.26],[706,-7483,246,3.06],[508,-9663,212,3.96],[-328,-5697,151,2.34],[-280,-10765,-251,4.41],[552,-8722,-322,3.58],[46,-5752,-244,2.35],[-139,-7666,-217,3.14],[626,-11378,-335,4.66],[119,-8216,-251,3.37],[-799,-6644,-202,2.73],[-553,-7099,-211,2.9],[-634,-5140,-205,2.1],[208,-8282,-302,3.4],[691,-10494,-352,4.31],[-781,-9820,-188,4.02],[-600,-11375,-195,4.65],[80,-7571,-301,3.11],[-160,-5157,-239,2.11],[-447,-9676,-201,3.96],[417,-5457,705,2.22],[709,-5724,738,2.33],[653,-6305,783,2.56],[-516,-8150,497,3.32],[152,-4994,690,2.03],[-725,-6919,474,2.82],[-197,-8382,581,3.42],[565,-12077,700,4.91],[312,-12168,648,4.94],[-334,-8430,588,3.44],[-579,-8450,499,3.44],[619,-10807,723,4.4],[343,-11953,706,4.88],[583,-5578,726,2.27],[756,-6345,766,2.58],[-707,-11489,455,4.67],[-125,-9151,206,3.73],[710,-8885,201,3.61],[38,-8413,203,3.42],[522,-7811,225,3.18],[790,-5036,261,2.05],[671,-9559,267,3.89],[-561,-10256,136,4.17],[395,-10615,177,4.31],[302,-11606,195,4.72],[-792,-7413,147,3.01],[-337,-8563,196,3.49],[648,-12216,225,4.97],[548,-10049,183,4.1],[-457,-5189,155,2.11],[-52,-9796,196,3.98],[169,-8045,162,3.27],[766,-6079,-349,2.48],[-610,-10041,-234,4.08],[393,-10260,-296,4.17],[503,-11152,-332,4.53],[721,-5914,-345,2.41],[544,-5451,-267,2.22],[195,-8952,-237,3.65],[704,-5637,-298,2.3],[772,-10095,-314,4.1],[401,-11106,-286,4.52],[116,-8335,-253,3.39],[173,-10616,-259,4.33],[213,-11419,-246,4.66],[-615,-12113,-226,4.93],[-449,-8668,-245,3.54],[-634,-11489,-228,4.67],[-766,-5020,446,2.03],[513,-10871,768,4.41],[493,-10934,758,4.41],[667,-6042,744,2.44],[133,-9766,657,3.95],[-792,-11372,477,4.6],[-476,-8407,525,3.4],[-340,-9381,561,3.79],[-485,-6146,514,2.49],[542,-6536,725,2.65],[-669,-10716,510,4.34],[-142,-11923,628,4.83],[132,-8247,618,3.34],[285,-8208,689,3.33],[-198,-11650,592,4.71],[576,-10536,769,4.27],[517,-8019,423,3.25],[-688,-11361,283,4.61],[-147,-7201,320,2.92],[-754,-9023,261,3.66],[698,-10875,402,4.39],[-232,-8756,290,3.55],[756,-5987,377,2.42],[562,-9921,412,4.01],[328,-5991,336,2.42],[-496,-8837,265,3.58],[27,-12007,317,4.85],[453,-8530,366,3.44],[-60,-6381,288,2.58],[214,-6540,379,2.65],[670,-7234,423,2.93],[-514,-6224,296,2.51],[768,-12147,316,4.92],[-648,-11877,199,4.81],[95,-6378,235,2.58],[705,-11008,312,4.44],[-657,-6396,200,2.59],[-457,-11256,211,4.54],[116,-8141,279,3.3],[-43,-7217,247,2.92],[-623,-9880,221,3.99],[315,-9602,311,3.89],[747,-8099,318,3.28],[233,-12092,264,4.88],[458,-6433,261,2.6],[-93,-11314,257,4.58],[768,-10838,297,4.37],[178,-5751,298,2.32],[629,-5355,231,2.16],[191,-8387,196,3.39],[-423,-6531,153,2.64],[-556,-8134,140,3.29],[-202,-9022,156,3.64],[532,-11615,194,4.71],[-429,-7507,190,3.03],[296,-6287,170,2.55],[421,-9050,241,3.67],[-82,-10555,172,4.26],[-37,-7716,146,3.13],[215,-12099,164,4.88],[61,-6713,195,2.72],[288,-8485,184,3.43],[-700,-6750,161,2.73],[-591,-5984,135,2.42],[-664,-10140,68,4.11],[-396,-11653,116,4.71],[362,-6804,104,2.76],[-579,-8310,86,3.36],[721,-5034,129,2.03],[585,-6836,120,2.76],[-686,-10172,89,4.11],[302,-5849,108,2.37],[-256,-5114,100,2.07],[660,-6943,160,2.81],[-391,-5502,75,2.23],[226,-9784,117,3.96],[497,-10585,93,4.29],[408,-6047,109,2.44],[-302,-9304,130,3.77],[582,-5883,112,2.38],[97,-5463,-248,2.21],[-280,-9576,-245,3.87],[-221,-5952,-217,2.41],[-113,-6913,-233,2.8],[-28,-12100,-251,4.91],[217,-7432,-312,3.01],[-183,-7354,-214,2.98],[194,-8771,-277,3.54],[408,-10064,-252,4.06],[-114,-11749,-249,4.74],[-664,-6811,-217,2.76],[-487,-8468,-247,3.43],[538,-9095,-282,3.68],[-255,-6069,-267,2.46],[-305,-7661,-201,3.1],[-235,-6146,-208,2.48],[-128,-5625,593,2.26],[-786,-10152,470,4.07],[603,-7319,762,2.95],[-230,-7005,595,2.81],[222,-10790,668,4.34],[666,-5720,763,2.3],[-666,-6979,507,2.8],[304,-12427,686,4.98],[431,-9440,682,3.8],[125,-9569,611,3.85],[-712,-7776,499,3.12],[-147,-10614,581,4.27],[-71,-8645,624,3.47],[-703,-6785,481,2.72],[518,-9550,755,3.83],[-169,-5107,570,2.05],[538,-10629,681,4.26],[-653,-10556,414,4.24],[35,-9101,564,3.65],[693,-7803,709,3.14],[110,-5300,553,2.13],[-13,-6182,518,2.49],[-431,-8753,484,3.52],[697,-10774,685,4.33],[317,-9173,592,3.69],[492,-7279,628,2.93],[-137,-8427,555,3.39],[787,-9130,729,3.66],[651,-5521,678,2.22],[-543,-8849,425,3.56],[338,-10287,612,4.14],[-63,-5508,533,2.21],[-138,-8619,452,3.47],[734,-8097,590,3.26],[-764,-7158,377,2.88],[535,-7957,562,3.19],[260,-8127,533,3.26],[277,-5227,518,2.1],[-52,-8810,466,3.54],[-483,-10391,376,4.17],[328,-6433,565,2.58],[-99,-12365,478,4.96],[441,-5575,511,2.24],[-142,-9656,480,3.89],[293,-9804,555,3.93],[653,-8190,610,3.29],[-340,-8814,393,3.54],[-210,-5604,426,2.25],[303,-8435,-209,3.38],[-277,-10959,-176,4.4],[568,-5859,-233,2.35],[-149,-6931,-181,2.78],[-44,-8325,-167,3.35],[-152,-10815,-158,4.36],[624,-11624,-226,4.66],[625,-7470,-207,3],[341,-5962,-228,2.4],[272,-8556,-226,3.43],[-94,-6352,-189,2.55],[-712,-6420,-115,2.58],[-54,-8028,-148,3.22],[199,-7484,-172,3.01],[744,-12322,-266,4.96],[569,-7377,-228,2.97],[-417,-7712,-205,3.1],[436,-11242,-265,4.51],[-785,-6204,-165,2.5],[-166,-5082,-225,2.04],[-296,-9144,-240,3.67],[-509,-10064,-186,4.05],[630,-9749,-350,3.93],[-105,-5219,-283,2.1],[-709,-6731,-207,2.7],[-598,-7831,-213,3.14],[-329,-11899,-262,4.77],[182,-7077,-255,2.84],[333,-8311,-277,3.34],[445,-11080,-305,4.46],[562,-8768,-264,3.52],[3,-8764,-229,3.52],[583,-8878,750,3.54],[-555,-5815,502,2.32],[-575,-5549,536,2.22],[-48,-8747,622,3.5],[-407,-8455,516,3.38],[-704,-7310,473,2.92],[22,-7576,597,3.02],[751,-7939,752,3.18],[331,-11365,707,4.55],[648,-5320,749,2.13],[15,-6247,655,2.49],[-50,-9047,627,3.62],[1,-8997,641,3.59],[-522,-9923,548,3.97],[778,-8713,758,3.47],[-526,-8013,534,3.2],[-486,-6082,481,2.43],[762,-10591,696,4.23],[-111,-11576,563,4.63],[-719,-9156,398,3.66],[474,-11484,652,4.6],[124,-7586,585,3.03],[762,-10877,659,4.34],[-107,-5982,508,2.39],[371,-9429,629,3.76],[546,-11616,640,4.65],[-522,-5126,447,2.05],[-729,-6217,444,2.49],[-245,-8403,477,3.35],[577,-8053,685,3.21],[514,-10652,612,4.25],[-126,-10972,506,4.39],[275,-12132,483,4.84],[-184,-8067,459,3.22],[75,-6734,514,2.69],[706,-9122,611,3.65],[-172,-12109,424,4.84],[-112,-11903,471,4.76],[747,-9496,617,3.79],[-626,-6225,363,2.49],[594,-9469,557,3.78],[445,-5754,558,2.3],[-502,-9330,370,3.72],[-644,-6397,371,2.55],[-646,-11698,375,4.68],[-382,-5383,395,2.15],[-749,-8877,382,3.54],[-345,-12078,406,4.83],[72,-10773,-101,4.31],[-98,-8442,-125,3.37],[20,-6147,-132,2.45],[510,-10930,-117,4.37],[-209,-8639,-83,3.44],[95,-7832,-112,3.12],[-365,-8297,-90,3.32],[-369,-9826,-101,3.93],[-642,-11572,-105,4.63],[-565,-6329,-117,2.53],[-255,-10751,-84,4.3],[605,-5767,-112,2.3],[-123,-10770,-133,4.31],[198,-9127,-99,3.65],[299,-9299,-97,3.72],[-422,-8246,-102,3.3],[-446,-6440,-153,2.57],[-769,-5022,-111,2],[-718,-5378,-153,2.15],[-700,-10705,-121,4.28],[274,-10895,-175,4.34],[-48,-11511,-151,4.6],[346,-6096,-211,2.43],[660,-9724,-239,3.88],[662,-9713,-208,3.87],[684,-5211,-191,2.08],[-97,-12000,-180,4.8],[753,-9789,-210,3.91],[591,-9696,-222,3.88],[631,-10748,-213,4.3],[-71,-6258,-153,2.5],[274,-7566,-233,3.03],[495,-11876,-271,4.73],[-569,-6821,-237,2.73],[448,-9618,-257,3.85],[571,-8900,-338,3.55],[669,-8198,-286,3.28],[159,-6867,-238,2.75],[371,-7029,-261,2.8],[493,-12431,-316,4.95],[122,-12110,-246,4.84],[253,-7180,-299,2.86],[69,-7234,-264,2.89],[-295,-5443,-216,2.17],[793,-9000,-342,3.59],[-581,-9503,-186,3.8],[52,-8817,-232,3.51],[-374,-12143,-220,4.86],[-374,-10558,-121,4.2],[632,-8329,-92,3.31],[330,-8170,-136,3.24],[554,-8886,-151,3.53],[11,-6492,-95,2.57],[-85,-6914,-87,2.75],[-548,-5427,-106,2.16],[516,-10516,-134,4.18],[-575,-10378,-66,4.12],[466,-8568,-155,3.39],[146,-9701,-86,3.84],[64,-9887,-119,3.92],[27,-8320,-80,3.3],[98,-7909,-113,3.14],[-115,-6305,-126,2.51],[-251,-8882,-134,3.52],[-418,-5503,-446,2.18],[427,-8377,-625,3.33],[240,-7072,-627,2.81],[770,-10582,-722,4.21],[715,-6148,-634,2.44],[-595,-5400,-446,2.14],[-216,-9331,-483,3.71],[754,-9364,-711,3.72],[296,-8784,-617,3.48],[-100,-12007,-548,4.77],[88,-11367,-564,4.5],[-66,-12448,-568,4.95],[435,-8217,-593,3.27],[-639,-6690,-466,2.65],[177,-6010,-568,2.38],[-73,-7917,-531,3.14],[-58,-7610,-525,3],[449,-7350,-589,2.9],[671,-8917,-707,3.51],[-530,-12360,-485,4.87],[572,-5323,-688,2.1],[702,-10082,-658,3.98],[633,-12141,-622,4.78],[-520,-10468,-435,4.13],[556,-9221,-638,3.64],[751,-9517,-702,3.75],[-245,-6948,-520,2.74],[-295,-7448,-477,2.94],[-664,-11546,-439,4.54],[224,-8995,-570,3.55],[-472,-8821,-481,3.48],[-700,-5738,-411,2.26],[749,-10491,-679,4.12],[790,-11856,-721,4.65],[-136,-8239,-494,3.22],[-145,-9106,-513,3.56],[104,-7484,-564,2.93],[-758,-8912,-390,3.5],[-246,-6313,-528,2.48],[-757,-11226,-390,4.41],[-672,-11645,-454,4.56],[442,-8364,-625,3.28],[-573,-9123,-475,3.57],[-548,-6181,-461,2.42],[689,-10519,-690,4.11],[748,-6166,-664,2.41],[-650,-6951,-427,2.72],[754,-11169,-713,4.37],[-294,-6233,-481,2.43],[265,-8613,-587,3.36],[739,-10169,-717,3.97],[97,-12193,-553,4.75],[-399,-8082,-496,3.15],[453,-11211,-626,4.36],[-722,-12102,-417,4.71],[141,-5962,-570,2.32],[40,-9781,-592,3.8],[-536,-5320,-447,2.07],[314,-8587,-626,3.35],[59,-7843,-571,3.06],[574,-10043,-647,3.92],[-195,-8098,-532,3.16],[-539,-7714,-441,3],[-793,-6891,-420,2.69],[-768,-11917,-434,4.61],[-490,-11302,-449,4.38],[-452,-5746,-477,2.23],[69,-11034,-528,4.28],[-532,-6030,-452,2.34],[-453,-9762,-501,3.78],[-735,-6866,-438,2.66],[-298,-11756,-480,4.55],[476,-10615,-623,4.11],[783,-7805,-692,3.02],[503,-8196,-631,3.18],[446,-9509,-603,3.68],[348,-12115,-582,4.68],[-792,-6419,-411,2.49],[-543,-5209,-480,2.02],[71,-10908,-530,4.21],[493,-10545,-642,4.06],[717,-9739,-677,3.74],[715,-12929,-694,4.96],[-778,-10291,-398,3.97],[-53,-11775,-551,4.54],[743,-12966,-673,4.98],[363,-11737,-650,4.51],[658,-8743,-699,3.36],[682,-12622,-699,4.86],[-750,-9911,-417,3.81],[-707,-10063,-443,3.86],[730,-10399,-637,4],[731,-11394,-662,4.39],[-562,-5813,-429,2.23],[-682,-11715,-432,4.51],[-350,-7244,-477,2.78],[583,-8781,-678,3.36],[-705,-8554,-452,3.27],[-526,-11827,-445,4.51],[369,-9219,-618,3.53],[610,-8503,-682,3.26],[556,-11767,-658,4.51],[-491,-6507,-450,2.49],[110,-8135,-567,3.11],[23,-6472,-576,2.47],[-187,-10889,-510,4.17],[-430,-6429,-462,2.45],[-79,-8161,-541,3.12],[-308,-7734,-525,2.95],[373,-5768,-656,2.21],[435,-7097,-663,2.72],[-728,-10875,-449,4.15],[304,-6230,-586,2.37],[-192,-8069,-503,3.06],[628,-8975,-621,3.41],[-545,-7390,-438,2.81],[60,-12936,-551,4.93],[-207,-9678,-542,3.68],[-315,-6957,-525,2.65],[737,-5806,-642,2.2],[-183,-5643,-535,2.14],[438,-8714,-638,3.32],[676,-9700,-689,3.69],[240,-9917,-587,3.76],[-737,-11870,-426,4.51],[226,-7302,-576,2.78],[36,-10476,-566,3.98],[64,-11268,-591,4.29],[569,-6762,-610,2.55],[240,-11374,-588,4.29],[390,-13014,-597,4.91],[-296,-12472,-492,4.7],[-773,-7763,-441,2.94],[534,-7722,-665,2.91],[221,-7476,-616,2.82],[621,-10751,-632,4.06],[-520,-7069,-438,2.67],[190,-7778,-579,2.94],[242,-6266,-589,2.36],[603,-12992,-679,4.91],[-730,-6877,-414,2.6],[140,-10827,-590,4.09],[-256,-10373,-502,3.92],[-734,-5520,-399,2.08],[540,-11553,-616,4.34],[289,-11460,-565,4.3],[-647,-6165,-409,2.32],[-206,-9623,-493,3.62],[745,-9517,-683,3.58],[-397,-11510,-458,4.33],[-18,-8236,-527,3.1],[-144,-11201,-491,4.2],[527,-11423,-634,4.28],[-400,-7414,-464,2.78],[127,-9806,-552,3.68],[392,-11609,-635,4.37],[-342,-6358,-495,2.38],[343,-11342,-647,4.25],[516,-6775,-612,2.54],[-604,-7039,-455,2.65],[-409,-13176,-455,4.92],[279,-9623,-615,3.59],[-662,-5882,-419,2.19],[17,-10591,-564,3.96],[-461,-9067,-477,3.38],[6,-5607,-521,2.09],[-492,-11747,-453,4.38],[239,-5367,-614,2],[-650,-9591,-462,3.57],[34,-5700,-581,2.13],[60,-11833,-579,4.42],[-360,-10140,-518,3.78],[-564,-11399,-421,4.25],[-726,-12052,-415,4.5],[-263,-9023,-508,3.36],[94,-8662,-531,3.24],[580,-7126,491,2.65],[-566,-7298,319,2.71],[-118,-11235,404,4.17],[-540,-11769,341,4.36],[-130,-6303,417,2.34],[497,-9926,453,3.68],[396,-7587,459,2.82],[-726,-5716,291,2.12],[630,-10102,483,3.75],[649,-12309,497,4.56],[432,-9226,446,3.42],[-657,-11617,308,4.3],[-384,-11011,378,4.09],[-666,-13365,313,4.95],[-367,-6883,376,2.55],[181,-10351,395,3.85],[456,-6640,374,2.46],[84,-6575,350,2.44],[387,-11941,397,4.42],[-144,-7638,324,2.84],[-548,-5466,285,2.03],[-315,-6104,282,2.27],[-658,-9817,288,3.64],[330,-12703,336,4.7],[479,-7805,347,2.89],[536,-10951,417,4.05],[-660,-12948,256,4.81],[232,-9192,376,3.41],[-765,-10794,272,4.01],[772,-5862,453,2.17],[-546,-11066,278,4.1],[98,-5739,350,2.13],[492,-11234,331,4.16],[486,-6983,337,2.59],[543,-10136,288,3.75],[667,-10608,340,3.94],[288,-12721,320,4.72],[53,-13316,242,4.95],[-371,-9326,215,3.45],[-572,-7668,223,2.84],[-425,-12514,217,4.63],[477,-11201,283,4.15],[-786,-10838,194,4.01],[-550,-13141,239,4.86],[659,-6379,286,2.36],[159,-10738,250,3.98],[386,-12298,283,4.57],[106,-11977,260,4.43],[264,-9061,224,3.37],[-228,-12262,203,4.56],[-117,-11685,208,4.34],[-692,-8261,118,3.07],[615,-12523,223,4.65],[-419,-13113,187,4.86],[32,-12944,159,4.79],[-763,-7589,164,2.81],[457,-8188,194,3.04],[10,-9292,161,3.45],[-745,-8353,136,3.09],[307,-6757,230,2.51],[-652,-12318,132,4.58],[369,-7338,177,2.72],[526,-12296,249,4.55],[-500,-10873,139,4.04],[-765,-9209,89,3.41],[540,-11639,164,4.31],[611,-7591,162,2.82],[-616,-6698,86,2.48],[9,-6435,144,2.39],[475,-12799,128,4.76],[230,-8392,102,3.11],[327,-11626,142,4.31],[501,-9553,152,3.54],[612,-9609,152,3.57],[-170,-8875,134,3.3],[-285,-13303,111,4.93],[-768,-6516,63,2.41],[587,-11888,153,4.4],[-628,-12703,77,4.71],[-706,-10289,84,3.82],[-333,-6464,39,2.4],[-366,-5564,50,2.06],[533,-9238,42,3.42],[152,-11604,41,4.3],[-596,-9570,35,3.56],[781,-8162,43,3.03],[206,-12049,37,4.48],[-334,-11143,6,4.13],[27,-12701,68,4.7],[309,-6975,16,2.59],[289,-12143,63,4.5],[426,-11469,30,4.25],[449,-7948,36,2.94],[358,-12327,27,4.57],[179,-10958,14,4.06],[639,-7554,47,2.81],[-339,-8675,-18,3.22],[-38,-8393,-42,3.11],[464,-12002,-50,4.45],[630,-9459,-70,3.51],[-682,-6053,-2,2.24],[-789,-10909,-49,4.05],[-273,-11963,-5,4.45],[414,-6488,-65,2.4],[-335,-11703,-32,4.33],[286,-6053,-14,2.25],[-475,-9811,-32,3.63],[-528,-11457,-27,4.24],[603,-5489,-67,2.03],[726,-7328,-72,2.72],[-765,-10288,-18,3.81],[-496,-12129,-6,4.51],[-508,-8012,423,2.96],[754,-10807,568,3.98],[-447,-9623,421,3.54],[-421,-11313,397,4.17],[296,-7611,523,2.81],[739,-8397,589,3.1],[-673,-9587,386,3.54],[697,-9997,607,3.68],[-413,-9995,438,3.68],[-419,-11246,387,4.15],[-683,-13128,380,4.85],[-297,-11790,441,4.34],[-261,-9324,443,3.43],[-241,-11702,438,4.32],[467,-11878,546,4.37],[-252,-12086,432,4.45],[-588,-11563,299,4.26],[719,-11601,457,4.28],[280,-7097,424,2.62],[440,-7133,479,2.63],[249,-12513,398,4.61],[366,-11966,472,4.4],[-174,-7643,368,2.82],[599,-9334,444,3.45],[-36,-7549,410,2.79],[-146,-10429,356,3.85],[-714,-7709,288,2.85],[638,-9969,514,3.68],[-103,-12200,417,4.49],[600,-12067,492,4.44],[-491,-12022,352,4.43],[-174,-5957,415,2.19],[-735,-6220,240,2.29],[-265,-11423,330,4.22],[659,-10522,356,3.88],[27,-10538,328,3.88],[795,-10587,392,3.91],[619,-8369,411,3.08],[-641,-6017,266,2.22],[584,-10112,358,3.72],[-6,-7441,318,2.74],[-702,-5896,265,2.18],[66,-11735,360,4.33],[-200,-8973,300,3.31],[-317,-8983,307,3.31],[141,-6477,337,2.39],[-753,-12212,270,4.49],[307,-12940,373,4.77],[51,-12694,231,4.67],[60,-10264,262,3.78],[-148,-9251,228,3.42],[-563,-8392,205,3.1],[189,-8418,310,3.11],[339,-13184,250,4.87],[100,-8594,243,3.16],[64,-11713,264,4.31],[-328,-7769,210,2.86],[196,-9971,239,3.68],[-774,-8694,212,3.2],[-800,-10549,186,3.88],[-634,-11963,190,4.42],[384,-5926,248,2.18],[401,-13235,285,4.89],[-610,-8237,185,3.04],[-240,-9930,173,3.66],[-419,-7381,159,2.72],[525,-13202,218,4.86],[64,-7935,157,2.92],[-89,-13098,179,4.84],[540,-13404,221,4.93],[23,-11577,218,4.27],[480,-6469,185,2.38],[681,-10026,193,3.7],[-142,-6921,143,2.55],[-543,-12286,130,4.54],[275,-12022,227,4.44],[-294,-10607,158,3.9],[214,-7282,175,2.69],[225,-12015,217,4.42],[517,-6717,227,2.47],[-222,-7178,70,2.64],[-265,-11206,129,4.14],[681,-7446,164,2.74],[561,-12907,108,4.76],[747,-12321,136,4.54],[451,-9364,155,3.45],[-53,-11117,110,4.1],[-598,-11725,61,4.33],[147,-7556,115,2.78],[327,-10962,153,4.05],[-73,-12799,76,4.72],[-655,-11979,92,4.42],[-701,-7607,64,2.81],[-699,-11818,113,4.36],[-434,-6695,86,2.47],[-283,-7080,72,2.61],[-697,-13389,32,4.94],[-625,-8294,24,3.05],[-199,-7254,11,2.68],[-184,-11523,37,4.26],[-154,-7203,26,2.66],[-108,-6123,64,2.26],[656,-13308,17,4.9],[25,-7660,67,2.82],[370,-8897,20,3.29],[411,-12090,10,4.46],[-323,-11816,13,4.35],[-552,-5680,32,2.1],[-7,-8183,51,3.02],[125,-8503,15,3.14],[-31,-12420,55,4.59],[-76,-7490,6,2.76],[-660,-7586,-10,2.79],[-572,-6441,-10,2.37],[545,-6308,-60,2.32],[-449,-9864,-42,3.64],[-602,-6384,-43,2.36],[31,-9726,-35,3.59],[-430,-5707,-4,2.11],[-1,-7002,-40,2.58],[420,-13185,-75,4.87],[713,-11635,-48,4.3],[511,-9925,-80,3.65],[724,-5699,-5,2.1],[-169,-12519,-30,4.62],[767,-10756,-38,3.96],[-276,-12073,-12,4.45],[291,-12602,-12,4.64],[-386,-8887,-110,3.28],[-778,-10354,-99,3.81],[397,-8112,-90,2.99],[779,-6882,-127,2.54],[354,-10114,-111,3.73],[-257,-7741,-121,2.86],[214,-5874,-124,2.16],[-5,-5447,-138,2.01],[-587,-10973,-65,4.05],[701,-11640,-170,4.28],[491,-7474,-103,2.75],[-658,-11108,-71,4.1],[-283,-7167,-111,2.64],[783,-5939,-100,2.19],[351,-7340,-158,2.71],[-151,-9106,-96,3.35],[410,-9161,628,3.36],[-303,-6512,478,2.38],[173,-9136,606,3.34],[-222,-5688,530,2.09],[120,-7187,581,2.63],[-45,-6582,537,2.41],[-429,-10745,460,3.94],[220,-9419,557,3.45],[275,-11816,583,4.32],[-116,-10145,503,3.71],[272,-10146,578,3.73],[-581,-8996,435,3.29],[-299,-12584,488,4.62],[728,-7263,647,2.67],[342,-10721,620,3.94],[246,-12329,606,4.52],[234,-12771,541,4.67],[-335,-7760,445,2.85],[-329,-11128,454,4.08],[641,-12165,568,4.47],[-597,-5713,409,2.1],[454,-11690,579,4.28],[238,-12237,501,4.49],[202,-13277,474,4.88],[-496,-11004,394,4.03],[223,-12491,499,4.59],[405,-7766,506,2.85],[67,-10422,477,3.82],[-754,-7411,378,2.72],[645,-8140,589,2.99],[-56,-5864,470,2.15],[359,-5985,536,2.2],[454,-11221,432,4.12],[-368,-11119,350,4.08],[110,-7025,386,2.57],[-658,-9318,311,3.42],[125,-10796,410,3.96],[-764,-13101,300,4.79],[-312,-10145,379,3.71],[-400,-9695,363,3.55],[179,-10008,400,3.66],[3,-10211,377,3.75],[-469,-12516,315,4.6],[-708,-9887,300,3.63],[95,-9311,436,3.42],[-36,-11563,430,4.24],[597,-12307,517,4.5],[-387,-6811,327,2.49],[-325,-12085,287,4.43],[-460,-6645,312,2.43],[75,-11703,374,4.29],[53,-8767,307,3.21],[646,-9603,363,3.52],[691,-11184,431,4.1],[207,-6039,358,2.21],[623,-8073,404,2.96],[-421,-6983,305,2.56],[-737,-8118,267,2.97],[-230,-9548,292,3.49],[-593,-10220,239,3.75],[599,-9186,381,3.37],[220,-8300,325,3.04],[-556,-8782,293,3.22],[342,-11752,402,4.3],[131,-9769,296,3.58],[-305,-13423,206,4.93],[-453,-12911,222,4.72],[571,-13387,307,4.92],[124,-12513,289,4.58],[-38,-13073,289,4.8],[-702,-7796,183,2.85],[-555,-11499,217,4.22],[-568,-12699,187,4.65],[606,-11231,346,4.11],[-717,-10642,189,3.9],[43,-13623,273,5],[564,-7064,313,2.59],[745,-5463,358,2],[559,-12431,335,4.57],[-257,-7394,228,2.71],[49,-12948,158,4.76],[-507,-9262,163,3.4],[41,-5933,173,2.17],[89,-7284,159,2.67],[351,-7296,173,2.68],[-199,-5921,151,2.17],[319,-10541,198,3.87],[599,-12954,213,4.76],[67,-11974,184,4.4],[401,-12945,170,4.74],[54,-10811,168,3.96],[491,-7720,243,2.83],[-107,-13097,142,4.79],[-398,-12294,162,4.5],[206,-11286,219,4.14],[194,-13504,163,4.96],[-311,-7649,107,2.81],[628,-11928,175,4.38],[432,-10516,105,3.86],[438,-13077,136,4.79],[782,-9286,97,3.41],[185,-7718,154,2.83],[-550,-8083,70,2.96],[-63,-13092,114,4.81],[96,-12134,118,4.44],[272,-8419,115,3.08],[-310,-13534,90,4.95],[-786,-6730,69,2.47],[-625,-11771,78,4.31],[394,-6992,124,2.56],[-549,-8171,94,3],[664,-11883,153,4.35],[148,-7298,1,2.67],[687,-5818,33,2.13],[443,-12687,55,4.66],[223,-13085,45,4.8],[-444,-11954,61,4.37],[641,-11524,71,4.22],[345,-11393,77,4.17],[314,-9697,0,3.56],[-745,-12841,53,4.71],[-160,-12066,53,4.43],[708,-8298,3,3.05],[124,-6488,29,2.38],[418,-13247,51,4.85],[314,-7265,16,2.67],[-446,-9955,54,3.66],[-46,-7364,26,2.7],[-628,-12020,-9,4.4],[363,-6944,-71,2.55],[-526,-9888,-53,3.62],[-752,-9041,-31,3.32],[-443,-8077,-56,2.96],[222,-7330,-41,2.69],[-494,-6683,-38,2.45],[83,-6910,-10,2.54],[795,-6807,-25,2.5],[11,-12942,-21,4.74],[694,-5989,-24,2.2],[497,-13312,-55,4.88],[421,-11861,-54,4.34],[-512,-13330,-4,4.88],[97,-6177,-36,2.27],[650,-5599,-6,2.05],[546,-7735,-109,2.83],[696,-13409,-156,4.92],[310,-8835,-82,3.24],[-32,-11517,-118,4.22],[-332,-10529,-98,3.85],[118,-6238,-91,2.29],[56,-8901,-75,3.26],[510,-9061,-130,3.33],[-140,-13468,-92,4.94],[-638,-13583,-114,4.99],[20,-7906,-117,2.9],[-643,-9336,-67,3.43],[-10,-9549,-136,3.51],[538,-9207,-107,3.38],[-127,-12655,-124,4.63],[-207,-10873,-83,3.98],[-8,-13340,-155,4.9],[726,-8449,-264,3.1],[629,-12811,-194,4.7],[10,-10734,-220,3.94],[104,-12990,-163,4.77],[749,-11594,-248,4.26],[671,-6838,-249,2.5],[-206,-7429,-171,2.72],[437,-9592,-178,3.51],[251,-8891,-211,3.26],[138,-8170,-164,2.99],[-197,-8754,-185,3.2],[256,-6722,-163,2.47],[503,-5963,-188,2.19],[-785,-11948,-140,4.37],[273,-10832,-229,3.97],[-437,-6852,549,2.49],[596,-12898,743,4.7],[-235,-7865,546,2.86],[-56,-11096,611,4.05],[-481,-10942,552,3.98],[335,-10037,684,3.65],[773,-6692,799,2.44],[-589,-9361,478,3.41],[-54,-9648,607,3.51],[102,-11876,630,4.33],[-481,-6079,512,2.22],[111,-9260,650,3.38],[727,-10426,743,3.81],[-519,-13529,535,4.93],[570,-8330,727,3.04],[145,-13042,638,4.76],[752,-10672,670,3.88],[-138,-8114,543,2.96],[634,-10046,626,3.67],[-681,-13038,427,4.75],[208,-8667,620,3.16],[61,-8332,554,3.04],[487,-7141,617,2.6],[-347,-10688,512,3.89],[-578,-10281,434,3.74],[-233,-6189,495,2.25],[371,-10084,618,3.68],[118,-5994,599,2.19],[-651,-5941,429,2.16],[-263,-8338,508,3.04],[296,-6279,585,2.29],[583,-9378,686,3.41],[-755,-10437,366,3.8],[300,-13206,547,4.8],[625,-11017,580,4.01],[-84,-10773,473,3.93],[-43,-13717,441,5],[150,-12624,537,4.6],[13,-10496,459,3.82],[-330,-8321,416,3.04],[-87,-8498,446,3.09],[266,-7757,523,2.83],[291,-8254,500,3],[-226,-8482,435,3.09],[-438,-7717,381,2.82],[153,-7357,470,2.68],[501,-7090,573,2.58],[265,-11719,542,4.26],[-755,-9624,-102,3.5],[93,-9731,-122,3.54],[-609,-9950,-92,3.63],[431,-11034,-160,4.03],[-343,-12262,-77,4.48],[368,-13678,-83,4.99],[-245,-11712,-70,4.26],[-321,-9049,-91,3.29],[733,-10346,-176,3.77],[-556,-10002,-90,3.65],[-305,-6100,-94,2.22],[-195,-10751,-114,3.92],[-467,-11282,-119,4.12],[-771,-13480,-62,4.9],[-799,-12756,-102,4.65],[-586,-6976,-112,2.54],[-364,-8985,-142,3.28],[719,-11795,-254,4.31],[184,-11391,-216,4.16],[-55,-11008,-167,4.01],[152,-10253,-218,3.73],[-84,-8002,-171,2.92],[-221,-9425,-180,3.43],[-313,-8476,-189,3.09],[-416,-8434,-169,3.07],[79,-7176,-222,2.62],[-40,-9995,-205,3.65],[701,-6503,-265,2.37],[603,-7134,-195,2.6],[-647,-12337,-145,4.5],[-491,-10702,-181,3.91],[-81,-12524,-206,4.56],[578,-6375,-263,2.32],[-453,-10484,-241,3.82],[-655,-10043,-205,3.66],[-60,-7307,-281,2.66],[333,-7454,-251,2.72],[-643,-7223,-222,2.63],[-374,-8648,-212,3.16],[-332,-13109,-220,4.77],[-688,-13685,-224,4.98],[-480,-6432,-216,2.35],[348,-6901,-254,2.51],[-508,-9205,-231,3.36],[-281,-9229,-267,3.37],[-708,-7236,-203,2.63],[-71,-9616,-255,3.51],[-518,-6549,-214,2.38],[-586,-7569,527,2.75],[-410,-13162,559,4.78],[251,-7026,657,2.54],[207,-5933,665,2.15],[187,-6559,672,2.37],[-206,-12854,583,4.65],[-402,-8185,520,2.97],[-622,-13503,529,4.9],[-542,-5996,523,2.17],[-277,-10178,582,3.68],[-228,-13505,563,4.88],[720,-7787,724,2.82],[779,-12998,741,4.71],[444,-7444,740,2.7],[385,-6067,687,2.2],[-613,-8958,475,3.24],[-428,-12728,453,4.61],[-765,-7832,430,2.84],[400,-10994,659,3.99],[84,-9364,594,3.4],[-338,-12107,501,4.38],[94,-13110,569,4.74],[-30,-10163,537,3.68],[-497,-6505,452,2.36],[-179,-6651,507,2.41],[318,-8683,613,3.14],[-343,-8336,516,3.02],[423,-12662,631,4.6],[-411,-12854,447,4.66],[116,-10823,598,3.93],[730,-5819,714,2.11],[-526,-10447,432,3.78],[-28,-11674,-196,4.23],[416,-12146,-224,4.39],[623,-9460,-209,3.43],[517,-7259,-192,2.63],[505,-10798,-201,3.92],[495,-6578,-198,2.38],[62,-10180,-181,3.68],[-603,-10673,-134,3.87],[-712,-6749,-141,2.44],[-39,-6367,-185,2.31],[-351,-7339,-163,2.66],[568,-9633,-244,3.5],[21,-7144,-217,2.59],[-277,-8371,-172,3.03],[172,-12942,-214,4.69],[242,-6719,-201,2.44],[-177,-9482,-211,3.43],[-19,-5737,-230,2.08],[-312,-5928,-215,2.15],[561,-7529,-325,2.73],[792,-11337,-349,4.11],[-451,-11805,-245,4.27],[796,-8231,-311,2.98],[72,-7059,-286,2.56],[-345,-9507,-246,3.44],[448,-6972,-268,2.52],[628,-12207,-347,4.43],[580,-8748,-328,3.17],[62,-8318,-248,3.02],[136,-10479,-304,3.79],[548,-12639,-308,4.57],[-171,-9852,-221,3.57],[761,-10416,756,3.76],[245,-6613,653,2.38],[292,-11677,684,4.2],[680,-7013,730,2.52],[-359,-8201,578,2.96],[-44,-6009,614,2.16],[-79,-13257,612,4.78],[-611,-5594,528,2.02],[-368,-9596,529,3.45],[-492,-6846,505,2.46],[307,-6107,726,2.2],[-436,-8470,565,3.05],[428,-9427,694,3.4],[528,-7004,761,2.53],[756,-5951,773,2.14],[618,-8747,734,3.15],[463,-6037,-332,2.18],[499,-8289,-327,2.99],[-798,-11294,-214,4.06],[513,-7032,-328,2.53],[-346,-8204,-245,2.96],[44,-11258,-225,4.05],[547,-13264,-301,4.79],[-706,-9981,-208,3.6],[-526,-6723,-227,2.42],[697,-7864,-291,2.83],[-315,-6260,-206,2.25],[-700,-5699,-185,2.05],[-731,-7533,-181,2.71],[630,-11244,-335,4.05],[356,-12880,-256,4.65],[147,-11695,-289,4.21],[344,-6709,694,2.4],[-754,-13314,453,4.77],[-594,-7245,513,2.59],[290,-11967,689,4.29],[411,-12473,733,4.48],[-485,-7462,510,2.68],[501,-12456,710,4.46],[-335,-13859,583,4.97],[651,-6411,775,2.3],[-391,-7684,519,2.75],[662,-12801,778,4.59],[-1,-10273,655,3.69],[-643,-8155,511,2.92],[-637,-13333,504,4.77],[159,-10828,668,3.87],[-589,-13102,516,4.69],[277,-7569,-252,2.71],[226,-10868,-280,3.9],[373,-8859,-274,3.18],[371,-10569,-323,3.78],[760,-7490,-319,2.69],[567,-7407,-308,2.66],[728,-8939,-298,3.2],[733,-13415,-297,4.81],[-19,-7777,-240,2.79],[618,-10730,-329,3.84],[-225,-13245,-210,4.74],[-321,-12832,-216,4.6],[714,-11272,-355,4.03],[161,-13059,-277,4.69],[-723,-6833,-218,2.45],[-506,-7859,-229,2.82],[-198,-10622,614,3.79],[-482,-11187,510,3.98],[-398,-9146,558,3.26],[-249,-11794,563,4.19],[-611,-8415,524,3],[685,-11658,717,4.15],[796,-12416,816,4.41],[-462,-8340,506,2.97],[150,-9419,646,3.36],[-131,-11227,596,3.99],[-443,-8978,506,3.2],[-522,-12375,524,4.4],[-528,-10964,530,3.9],[4,-11071,607,3.94],[101,-6757,635,2.41],[-453,-11467,506,4.09],[62,-6598,-232,2.35],[133,-6132,-268,2.19],[-579,-8242,-217,2.94],[428,-12343,-289,4.4],[375,-13848,-297,4.94],[336,-11024,-258,3.93],[649,-7702,-341,2.74],[-498,-9864,-235,3.52],[-16,-12390,-219,4.4],[731,-6449,-300,2.3],[-30,-13581,-269,4.85],[-413,-8676,-215,3.09],[150,-7679,-262,2.73],[-265,-11149,-205,3.98],[-386,-10397,-214,3.7],[-571,-7109,-209,2.53],[111,-13891,665,4.92],[84,-11563,640,4.09],[-744,-10815,449,3.82],[-390,-9373,555,3.32],[-256,-9338,570,3.31],[-491,-11886,549,4.21],[403,-5893,737,2.09],[140,-6918,690,2.45],[371,-13901,713,4.93],[-435,-13128,521,4.64],[-22,-12618,604,4.46],[-409,-6388,520,2.26],[-618,-11702,509,4.15],[404,-8368,718,2.97],[-71,-8032,577,2.84],[-208,-8913,585,3.15],[-325,-11394,493,4.03],[-747,-11799,428,4.19],[134,-10562,602,3.75],[177,-11289,576,3.99],[748,-7301,672,2.59],[347,-6102,591,2.16],[75,-8651,578,3.07],[-736,-10556,444,3.74],[548,-7413,680,2.63],[18,-8653,569,3.06],[-724,-12707,435,4.5],[-447,-8541,464,3.02],[104,-9114,593,3.22],[769,-6806,714,2.41],[200,-10307,610,3.64],[-285,-11884,523,4.22],[-204,-11166,-177,3.95],[60,-10959,-205,3.87],[-8,-7218,-197,2.56],[3,-7023,-192,2.49],[-463,-13820,-160,4.88],[-222,-7116,-138,2.52],[105,-12157,-193,4.3],[-94,-9946,-146,3.52],[389,-12846,-178,4.54],[655,-11114,-232,3.94],[-6,-9989,-205,3.54],[421,-13613,-218,4.83],[536,-11949,-173,4.23],[-25,-7244,-182,2.56],[-193,-11496,-205,4.06],[-177,-9663,-208,3.42],[-612,-7498,-198,2.66],[-35,-9504,-269,3.36],[-119,-8800,-236,3.11],[177,-9314,-253,3.3],[791,-7110,-364,2.52],[-73,-13357,-228,4.74],[-90,-12678,-281,4.5],[65,-7538,-254,2.67],[633,-7048,-352,2.49],[-610,-10851,-211,3.85],[-311,-13926,-259,4.94],[-612,-13324,-222,4.73],[-302,-12720,-263,4.5],[271,-10614,-309,3.76],[132,-12579,-253,4.46],[632,-7459,-298,2.64],[-274,-6547,593,2.3],[429,-9593,690,3.37],[417,-6888,699,2.43],[713,-6518,760,2.29],[345,-7969,716,2.81],[-205,-7967,586,2.8],[407,-10580,739,3.72],[-762,-12748,476,4.5],[597,-8995,727,3.16],[655,-11477,750,4.04],[-795,-11308,486,3.99],[-71,-9075,616,3.2],[-767,-8436,464,2.97],[4,-10648,618,3.75],[552,-11161,705,3.94],[-779,-14010,445,4.93],[-758,-8853,414,3.11],[-475,-8105,472,2.85],[152,-11967,597,4.22],[-342,-6661,487,2.35],[158,-11839,544,4.18],[-309,-12142,509,4.27],[723,-8456,647,2.97],[-81,-7195,512,2.53],[616,-12647,650,4.46],[-679,-9592,459,3.37],[-785,-5986,438,2.11],[98,-6775,536,2.38],[-193,-8696,486,3.06],[426,-11513,642,4.05],[232,-9710,594,3.42],[685,-9153,670,3.22],[378,-11646,563,4.1],[-223,-6704,426,2.36],[-344,-7736,412,2.72],[-403,-8953,444,3.16],[-355,-7579,449,2.67],[518,-8717,530,3.07],[-595,-5959,404,2.1],[634,-7924,602,2.79],[451,-7199,523,2.53],[-199,-10496,452,3.69],[-563,-13814,407,4.86],[-229,-7339,438,2.59],[504,-11873,540,4.19],[373,-14157,533,4.99],[-463,-11733,375,4.14],[-492,-13981,415,4.91],[661,-8811,-125,3.11],[-599,-13879,-81,4.89],[-753,-7895,-85,2.78],[34,-11730,-119,4.13],[-791,-11451,-98,4.03],[-548,-13373,-90,4.72],[-73,-11367,-93,4.01],[436,-9825,-97,3.45],[219,-7493,-156,2.64],[-91,-10667,-95,3.76],[-405,-8873,-114,3.12],[-35,-9107,-97,3.21],[545,-11714,-156,4.12],[-79,-10885,-126,3.83],[-119,-6575,-129,2.32],[323,-11545,-128,4.07],[739,-11299,-213,3.98],[-114,-11286,-182,3.97],[311,-10738,-209,3.78],[-799,-13168,-157,4.64],[583,-10685,-197,3.76],[-50,-8883,-193,3.13],[652,-13978,-235,4.93],[-627,-13673,-169,4.82],[-541,-7935,-155,2.8],[547,-9807,-250,3.45],[-275,-6420,-177,2.26],[612,-13081,-241,4.61],[242,-9763,-169,3.44],[248,-7794,-160,2.74],[-637,-13599,-144,4.78],[-18,-8281,-197,2.91],[561,-11161,-282,3.94],[-683,-13674,-181,4.81],[-610,-10810,-233,3.8],[-690,-10942,-226,3.86],[509,-14007,-271,4.92],[755,-12889,-314,4.53],[243,-7510,-289,2.64],[578,-6144,-288,2.16],[787,-11459,-337,4.03],[-134,-10378,-246,3.66],[-419,-12776,-244,4.51],[742,-6440,-319,2.27],[247,-12870,-255,4.53],[382,-10583,-300,3.72],[194,-13835,-265,4.88],[-539,-10245,-196,3.61],[-40,-6348,539,2.22],[764,-5927,690,2.08],[-1,-13646,585,4.78],[-211,-12538,528,4.38],[-513,-6956,454,2.44],[135,-7897,591,2.76],[-471,-7869,463,2.75],[605,-9518,630,3.33],[-669,-14127,459,4.95],[380,-6694,620,2.35],[-444,-11614,459,4.07],[-692,-7689,436,2.69],[514,-6329,621,2.21],[-327,-6096,503,2.13],[700,-11756,646,4.12],[283,-13095,572,4.58],[141,-11454,531,4.02],[695,-8558,599,2.99],[82,-12510,523,4.39],[720,-12482,626,4.38],[785,-9008,575,3.15],[123,-6751,513,2.37],[342,-5754,491,2.02],[11,-8733,494,3.06],[-319,-10321,407,3.62],[-319,-10388,406,3.64],[-719,-8359,373,2.92],[257,-7971,551,2.79],[99,-10825,494,3.79],[780,-11775,626,4.13],[698,-9249,594,3.24],[-498,-7947,377,2.79],[-187,-8126,385,2.84],[175,-7258,423,2.54],[245,-7758,452,2.72],[162,-11011,412,3.86],[494,-10641,484,3.73],[-409,-8583,366,3.01],[-776,-12990,328,4.54],[147,-8843,428,3.09],[758,-9468,533,3.31],[8,-13971,408,4.9],[505,-13159,468,4.62],[-574,-13782,317,4.83],[627,-11558,513,4.04],[636,-10610,489,3.71],[-266,-10671,385,3.73],[-492,-9504,354,3.33],[-636,-10555,235,3.69],[-627,-6443,248,2.26],[-456,-7854,313,2.75],[-210,-7377,342,2.59],[-104,-9815,310,3.44],[548,-10419,376,3.65],[-348,-6811,300,2.38],[785,-5972,405,2.09],[-613,-10775,290,3.77],[40,-6442,327,2.25],[610,-12507,382,4.37],[-37,-9519,294,3.33],[327,-7205,393,2.52],[308,-9064,400,3.18],[-750,-5847,275,2.05],[-200,-13592,333,4.77],[317,-12527,292,4.39],[99,-12939,273,4.53],[-222,-6821,259,2.39],[271,-9411,259,3.3],[-135,-8435,252,2.96],[35,-9630,287,3.38],[682,-10102,334,3.54],[621,-9301,284,3.25],[27,-9215,232,3.23],[539,-13971,292,4.88],[-85,-9069,242,3.17],[-500,-8296,200,2.91],[714,-12262,319,4.3],[345,-8314,284,2.91],[96,-8874,297,3.11],[-258,-10264,231,3.6],[556,-11771,154,4.13],[654,-6955,104,2.43],[469,-12367,139,4.33],[768,-7532,94,2.64],[307,-10516,149,3.69],[-739,-10798,99,3.79],[-636,-8149,70,2.86],[-211,-10328,93,3.61],[-163,-12645,103,4.43],[421,-6367,131,2.23],[-563,-12421,117,4.35],[708,-6214,105,2.18],[-92,-13509,133,4.74],[118,-8676,88,3.03],[346,-5862,101,2.05],[550,-7104,148,2.49],[-216,-11606,6,4.07],[-493,-6139,14,2.15],[-205,-8717,26,3.05],[-705,-5987,8,2.1],[-409,-8011,12,2.8],[-502,-5924,51,2.07],[-545,-11798,19,4.12],[-542,-12834,11,4.49],[-300,-12387,17,4.33],[181,-8103,64,2.84],[-430,-6213,29,2.18],[-317,-10747,55,3.77],[-327,-9251,48,3.24],[486,-6493,39,2.27],[257,-7516,56,2.63],[-482,-13733,52,4.8],[-513,-6371,-9,2.23],[546,-10418,-76,3.64],[133,-12004,-20,4.21],[65,-9493,-47,3.32],[-88,-10171,-22,3.56],[160,-13318,-51,4.67],[-54,-6862,-62,2.4],[761,-10281,-70,3.59],[36,-13774,-27,4.81],[-567,-10647,-14,3.72],[283,-11787,-1,4.12],[-241,-6786,-8,2.37],[-379,-9837,-55,3.45],[297,-9063,-38,3.18],[117,-11438,-41,4.01],[626,-10557,-27,3.69],[10,-12766,-104,4.47],[-615,-6390,-96,2.24],[-296,-11511,-95,4.03],[415,-6031,-159,2.11],[-214,-7767,-112,2.72],[31,-12019,-127,4.22],[174,-9965,-155,3.49],[594,-10666,-117,3.74],[-738,-10655,-66,3.74],[-798,-8576,-58,3],[224,-11910,-109,4.16],[-106,-13337,-86,4.68],[-143,-8493,-136,2.98],[-613,-14077,-76,4.94],[-680,-5750,-110,2.01],[65,-9229,-86,3.24],[-196,-8423,-191,2.95],[-534,-6528,-143,2.28],[306,-6296,-241,2.2],[-395,-8409,-188,2.95],[229,-5711,-198,2],[-305,-8787,-148,3.07],[-460,-5906,-161,2.07],[-782,-6210,-129,2.18],[-240,-7041,-147,2.47],[145,-10253,-228,3.59],[303,-8571,-195,3],[721,-9606,-190,3.37],[-693,-11394,-162,3.99],[687,-13152,-226,4.61],[111,-11977,-179,4.2],[-500,-9699,-127,3.4],[-637,-13534,360,4.71],[390,-8809,549,3.07],[-640,-11688,360,4.06],[-111,-12837,465,4.47],[-623,-9743,400,3.39],[-441,-12099,392,4.21],[28,-9265,487,3.23],[565,-11691,599,4.06],[667,-13088,610,4.55],[701,-8274,555,2.88],[206,-10574,543,3.69],[-736,-8485,392,2.96],[130,-6711,508,2.34],[738,-10529,631,3.66],[-102,-12194,446,4.25],[-241,-10430,429,3.63],[-55,-9808,408,3.41],[56,-13650,400,4.76],[435,-11339,481,3.94],[-575,-12612,332,4.38],[-16,-9740,418,3.39],[207,-10786,394,3.75],[770,-10980,472,3.82],[236,-10034,409,3.49],[99,-7579,446,2.64],[-59,-9680,368,3.37],[-755,-6511,322,2.27],[538,-12500,461,4.36],[794,-7914,552,2.76],[772,-13647,469,4.74],[232,-6740,432,2.35],[-348,-9031,364,3.15],[319,-8580,377,2.99],[-111,-7109,299,2.48],[-37,-7061,344,2.46],[358,-11807,389,4.12],[739,-12627,446,4.4],[-518,-7421,252,2.59],[699,-8402,434,2.92],[-263,-13129,334,4.56],[-511,-10427,266,3.64],[-123,-9006,308,3.13],[-717,-11800,246,4.1],[-94,-10059,310,3.5],[-742,-6252,230,2.18],[58,-12777,308,4.46],[-587,-10457,275,3.64],[-554,-12856,256,4.47],[91,-13330,244,4.63],[221,-13279,266,4.63],[175,-13322,270,4.63],[382,-8434,266,2.94],[-729,-7173,196,2.5],[191,-8769,258,3.05],[691,-7537,333,2.63],[-291,-9462,222,3.29],[642,-13813,322,4.8],[91,-6617,266,2.31],[-89,-7482,254,2.61],[-423,-12207,220,4.24],[29,-11222,286,3.91],[-337,-7635,258,2.66],[-289,-13248,233,4.61],[-537,-12338,188,4.3],[645,-6803,183,2.37],[207,-9468,215,3.3],[21,-12654,199,4.41],[188,-9154,191,3.18],[-476,-8172,127,2.85],[775,-14207,251,4.96],[787,-10883,185,3.8],[-437,-13825,184,4.82],[-356,-10425,171,3.63],[-354,-10102,140,3.52],[-386,-8260,185,2.87],[-177,-11487,190,4],[-296,-11797,184,4.1],[795,-7252,207,2.52],[-217,-6784,158,2.36],[15,-13921,212,4.86],[643,-6474,111,2.25],[658,-13657,168,4.76],[357,-13536,115,4.72],[382,-12994,156,4.53],[-660,-13354,71,4.65],[-647,-11437,80,3.99],[69,-11605,106,4.05],[-629,-11382,59,3.97],[369,-8536,146,2.97],[-401,-12881,92,4.49],[478,-7592,105,2.65],[765,-7896,155,2.75],[-426,-13722,78,4.77],[243,-6849,114,2.38],[-697,-13954,96,4.85],[-602,-7843,78,2.73],[53,-6187,59,2.15],[-743,-7996,41,2.78],[235,-12067,68,4.2],[55,-9663,74,3.36],[288,-6418,25,2.23],[197,-12044,54,4.19],[-610,-14192,35,4.94],[120,-13998,33,4.88],[612,-10683,62,3.71],[-555,-9646,23,3.36],[-242,-8272,51,2.88],[648,-10295,60,3.59],[266,-11972,34,4.16],[274,-12375,43,4.31],[746,-12783,63,4.44],[-14,-5933,35,2.07],[-620,-6168,-46,2.15],[110,-8623,-15,3.01],[128,-12952,-18,4.52],[422,-11211,-66,3.91],[60,-7313,-40,2.54],[-37,-11594,-39,4.03],[-703,-6274,-24,2.19],[-107,-13687,-30,4.77],[448,-6691,-79,2.33],[-683,-7662,-10,2.67],[396,-11801,-63,4.11],[-410,-11223,-15,3.9],[-318,-13841,-9,4.82],[-311,-9269,-37,3.22],[478,-10090,-47,3.52],[609,-12559,-63,4.37],[121,-9493,-85,3.31],[734,-10582,-159,3.68],[-536,-10634,-76,3.7],[-740,-12462,-67,4.34],[770,-6947,-136,2.42],[-134,-11888,-77,4.14],[-728,-12606,-94,4.39],[712,-8889,-105,3.09],[-499,-12480,-89,4.35],[-528,-11438,-76,3.98],[667,-6860,-150,2.39],[523,-8243,-146,2.87],[776,-6681,-97,2.33],[-661,-10358,-108,3.6],[-405,-8758,-103,3.05],[636,-7973,-97,2.77],[670,-13821,485,4.78],[-582,-13594,304,4.71],[567,-8581,472,2.97],[338,-13394,442,4.65],[-180,-12750,359,4.42],[-604,-12523,348,4.33],[350,-8905,474,3.09],[-750,-12707,309,4.4],[-85,-14105,382,4.88],[-207,-11290,370,3.92],[129,-10329,384,3.58],[577,-11743,513,4.06],[186,-13617,441,4.72],[245,-14287,446,4.94],[-179,-5840,351,2.02],[-219,-10210,376,3.54],[-20,-13748,314,4.75],[24,-7613,342,2.63],[-536,-13918,297,4.82],[-520,-11362,268,3.93],[292,-7676,364,2.66],[742,-6691,378,2.32],[323,-13324,399,4.62],[-333,-11331,268,3.93],[-299,-10890,267,3.78],[-662,-11221,258,3.89],[-10,-14264,350,4.95],[524,-9786,397,3.39],[692,-12968,415,4.49],[112,-6603,327,2.29],[-156,-13440,293,4.65],[106,-13273,351,4.59],[71,-7976,228,2.76],[-589,-9460,180,3.27],[-784,-10269,195,3.56],[111,-7398,234,2.56],[-19,-7890,219,2.73],[-179,-6915,272,2.39],[425,-12538,305,4.34],[-132,-9642,217,3.34],[-270,-7523,208,2.61],[238,-11467,314,3.98],[58,-11027,235,3.82],[257,-5911,266,2.05],[-546,-10251,194,3.54],[-341,-5991,212,2.07],[324,-12338,290,4.27],[631,-13645,329,4.73],[528,-10246,217,3.55],[111,-11741,175,4.06],[64,-8883,218,3.08],[-402,-10872,189,3.77],[18,-11773,193,4.08],[-196,-12128,170,4.19],[-351,-5964,161,2.07],[-736,-9539,139,3.3],[-685,-10518,116,3.65],[-103,-7573,196,2.62],[382,-8899,228,3.09],[-628,-12390,122,4.29],[214,-11203,208,3.88],[662,-14103,220,4.87],[508,-11910,246,4.12],[-279,-13103,147,4.54],[-151,-5895,74,2.04],[582,-12234,130,4.24],[-676,-10015,68,3.46],[477,-7313,106,2.53],[-519,-14205,76,4.92],[428,-8833,159,3.06],[678,-9415,112,3.26],[-257,-10347,89,3.58],[-747,-13365,98,4.64],[787,-6502,128,2.25],[603,-8645,158,3],[45,-9788,97,3.39],[70,-13219,123,4.58],[-762,-12822,62,4.43],[-268,-13365,87,4.62],[703,-7024,95,2.43],[-718,-9001,49,3.12],[368,-8855,71,3.06],[227,-7095,1,2.46],[-495,-12000,41,4.15],[-536,-5840,52,2.02],[-160,-12127,14,4.19],[-38,-12076,45,4.19],[484,-14281,24,4.94],[504,-13424,69,4.64],[-636,-14299,15,4.94],[-445,-6498,38,2.25],[-125,-5874,48,2.03],[-76,-6295,41,2.18],[-714,-6384,52,2.21],[-244,-10727,40,3.71],[-606,-13574,48,4.7],[-398,-5992,-36,2.08],[-740,-6268,-8,2.17],[-426,-11693,-43,4.04],[-415,-10167,-27,3.52],[-735,-7365,-54,2.55],[-495,-9551,-58,3.31],[-577,-8000,-33,2.77],[159,-12357,-47,4.28],[190,-9806,-17,3.39],[-193,-13187,-8,4.57],[714,-7319,-40,2.53],[63,-8996,-8,3.12],[-125,-12597,-55,4.37],[506,-7753,-26,2.69],[236,-9195,-73,3.18],[-170,-7203,-44,2.49],[302,-9128,298,3.15],[-418,-8994,229,3.1],[401,-6785,286,2.34],[758,-10616,365,3.66],[137,-11587,297,3.98],[-90,-9023,248,3.11],[-81,-6704,220,2.31],[280,-6172,253,2.12],[149,-7350,294,2.53],[646,-8117,278,2.79],[-752,-10440,180,3.6],[366,-9649,253,3.33],[422,-13719,266,4.73],[32,-10999,274,3.79],[618,-14120,290,4.86],[-492,-6088,218,2.1],[538,-9941,251,3.43],[362,-10789,222,3.72],[400,-10845,242,3.73],[-489,-8149,158,2.8],[388,-10475,178,3.61],[-707,-7275,116,2.5],[373,-9856,191,3.4],[648,-10362,225,3.56],[426,-8884,228,3.06],[54,-12753,178,4.38],[714,-7666,203,2.64],[385,-5931,213,2.04],[478,-10281,195,3.54],[778,-7497,240,2.58],[256,-8933,172,3.08],[-25,-14010,194,4.83],[-10,-9282,85,3.19],[-741,-7743,83,2.66],[765,-7851,160,2.7],[-150,-14050,107,4.85],[720,-8118,144,2.79],[689,-7793,145,2.68],[-310,-14343,131,4.94],[-118,-9486,93,3.27],[-217,-10872,78,3.74],[-110,-10244,92,3.52],[-367,-9780,83,3.36],[102,-13398,110,4.61],[-546,-9121,111,3.14],[-5,-6870,92,2.36],[-16,-7396,118,2.55],[-542,-6895,86,2.38],[8,-12515,652,4.29],[513,-11551,748,3.95],[749,-6062,809,2.08],[-390,-9948,530,3.41],[667,-14447,713,4.95],[-356,-10761,542,3.69],[-131,-14283,628,4.89],[-305,-13815,538,4.73],[749,-13566,742,4.64],[487,-10356,728,3.54],[786,-13560,747,4.64],[-96,-6758,595,2.31],[-761,-7163,476,2.45],[723,-9672,803,3.32],[-786,-9848,474,3.37],[-561,-13578,483,4.64],[414,-14339,709,4.89],[200,-11998,630,4.09],[39,-14608,650,4.97],[-149,-6231,562,2.12],[-269,-13216,577,4.49],[-737,-9974,477,3.39],[-339,-8893,566,3.03],[706,-12497,732,4.26],[-353,-9280,543,3.16],[-280,-7086,571,2.41],[-663,-13072,506,4.45],[-294,-9797,542,3.34],[-310,-8399,591,2.86],[-148,-14218,572,4.84],[132,-12908,660,4.39],[-638,-14349,505,4.88],[598,-6936,617,2.36],[-74,-6254,545,2.13],[-82,-14599,527,4.98],[-79,-8397,563,2.86],[-476,-13998,458,4.78],[-606,-11220,430,3.82],[419,-7971,604,2.71],[-278,-13129,509,4.48],[-491,-11257,473,3.83],[537,-8169,669,2.78],[768,-13421,701,4.56],[494,-7745,620,2.64],[640,-13511,682,4.61],[77,-10330,555,3.51],[298,-7430,628,2.53],[82,-9184,555,3.13],[-256,-9752,545,3.3],[-36,-13260,603,4.5],[485,-14392,727,4.88],[-702,-14206,475,4.8],[-544,-14384,496,4.86],[86,-13627,626,4.62],[781,-12911,737,4.38],[-799,-12014,477,4.08],[384,-11636,678,3.95],[-774,-10269,494,3.48],[-677,-11810,510,3.99],[-331,-8622,558,2.92],[-762,-14245,491,4.82],[623,-11223,736,3.81],[-296,-12550,578,4.24],[542,-13407,754,4.53],[518,-8335,660,2.82],[435,-12993,645,4.4],[-183,-10625,500,3.59],[63,-13488,566,4.56],[116,-6669,536,2.26],[-261,-12432,474,4.2],[-102,-12210,547,4.13],[-139,-10104,553,3.43],[-632,-11075,415,3.76],[46,-7958,579,2.7],[-729,-12798,441,4.33],[15,-8597,532,2.91],[-492,-11915,444,4.04],[-105,-13826,511,4.68],[112,-6487,565,2.2],[690,-11453,695,3.87],[760,-12089,571,4.1],[166,-10414,495,3.53],[-308,-14353,448,4.86],[2,-8328,446,2.82],[317,-6513,540,2.21],[290,-7152,531,2.42],[739,-10369,594,3.52],[-45,-12994,488,4.39],[-1,-14619,473,4.95],[-527,-10178,399,3.45],[564,-14084,566,4.78],[518,-9590,578,3.24],[533,-6405,533,2.17],[-368,-6594,436,2.23],[393,-11338,498,3.85],[-319,-6639,457,2.25],[340,-13821,456,4.67],[669,-12773,486,4.33],[-377,-10631,370,3.6],[-419,-13427,366,4.55],[-229,-12810,367,4.33],[787,-9078,489,3.07],[38,-13531,429,4.59],[150,-9408,442,3.19],[473,-13172,452,4.46],[630,-11908,454,4.03],[297,-9974,477,3.37],[-308,-6042,389,2.05],[-101,-7637,418,2.59],[139,-13369,426,4.54],[486,-10256,474,3.47],[35,-12019,396,4.08],[107,-9730,332,3.29],[674,-11297,358,3.82],[283,-7655,374,2.59],[301,-13587,338,4.6],[-260,-10076,296,3.42],[-427,-6015,261,2.04],[39,-10607,341,3.59],[-96,-7229,354,2.45],[-127,-7917,318,2.68],[-659,-7122,245,2.41],[46,-11808,360,4],[170,-9399,310,3.19],[294,-12827,388,4.34],[-724,-8991,246,3.05],[-207,-6848,296,2.32],[-27,-12410,312,4.2],[-79,-9609,280,3.26],[-24,-6699,243,2.27],[679,-11765,272,3.98],[-580,-11390,181,3.85],[460,-14205,330,4.8],[755,-12426,362,4.2],[-595,-14560,232,4.93],[-645,-10439,233,3.54],[-544,-11646,208,3.95],[786,-13214,306,4.47],[-789,-7764,168,2.63],[-150,-13279,249,4.51],[679,-12638,297,4.29],[-666,-7423,184,2.51],[-475,-9652,216,3.27],[-52,-8386,274,2.84],[-130,-9804,146,3.32],[-542,-13586,126,4.6],[655,-14709,245,4.97],[66,-10968,202,3.71],[303,-11653,217,3.94],[-332,-10027,174,3.39],[-488,-10486,134,3.55],[86,-12976,208,4.39],[529,-6990,233,2.37],[-323,-12388,188,4.19],[-313,-9382,145,3.17],[662,-10414,211,3.53],[179,-8295,221,2.81],[-489,-12130,150,4.11],[-520,-14317,180,4.86],[668,-12823,205,4.34],[-787,-7487,99,2.53],[-420,-9935,95,3.37],[39,-14234,140,4.83],[-750,-13233,94,4.48],[590,-6912,141,2.34],[396,-11387,99,3.86],[-192,-14582,88,4.95],[799,-6765,115,2.29],[-692,-8021,101,2.71],[-754,-13095,101,4.43],[465,-9278,102,3.14],[-284,-9953,127,3.38],[-40,-11066,124,3.74],[-244,-13452,91,4.55],[-281,-10570,96,3.59],[-784,-6279,92,2.13],[234,-12263,56,4.16],[726,-14550,2,4.94],[800,-12390,31,4.19],[-741,-7478,19,2.53],[-600,-7288,8,2.47],[239,-9570,41,3.24],[98,-8353,0,2.83],[730,-11560,24,3.92],[156,-7748,5,2.62],[-411,-14442,35,4.88],[121,-14117,63,4.78],[-489,-10060,40,3.41],[638,-14717,80,4.98],[-17,-6360,65,2.15],[573,-9697,45,3.29],[-715,-11684,51,3.95],[-417,-9343,-63,3.16],[54,-6954,-50,2.35],[611,-10647,-52,3.6],[-708,-13235,-28,4.48],[200,-6379,-46,2.16],[625,-14677,-49,4.96],[573,-14317,-56,4.85],[-97,-7545,-18,2.55],[532,-11042,-40,3.74],[646,-6773,-26,2.3],[-267,-6410,-17,2.17],[-105,-7428,-6,2.51],[-335,-6687,-20,2.27],[716,-12633,-55,4.29],[-218,-6215,-9,2.1],[418,-11078,-65,3.76],[-766,-8368,-71,2.83],[-742,-9178,-63,3.11],[-665,-12248,-84,4.15],[285,-9885,-151,3.34],[-184,-9417,-130,3.19],[-155,-12695,-86,4.29],[536,-11810,-170,3.99],[307,-13543,-137,4.59],[-553,-9781,-81,3.32],[-422,-7855,-85,2.66],[157,-11420,-153,3.87],[253,-8964,-91,3.04],[332,-11681,-89,3.95],[43,-14689,-116,4.98],[-777,-10363,-102,3.52],[-396,-6337,-100,2.15],[685,-8096,-216,2.74],[465,-9840,-236,3.33],[245,-13745,-168,4.65],[-208,-8838,-160,2.99],[477,-10323,-249,3.5],[139,-11040,-163,3.73],[-406,-6815,-181,2.31],[-105,-8513,-161,2.89],[-756,-6047,-135,2.05],[144,-7394,-172,2.5],[-695,-14270,-130,4.83],[-577,-9000,-120,3.05],[130,-7569,-173,2.57],[-343,-9936,-161,3.37],[295,-5965,-189,2.02],[584,-8237,-213,2.79],[-546,-6869,542,2.31],[747,-11931,817,4.02],[-492,-9114,543,3.07],[-258,-13075,541,4.4],[725,-10631,727,3.58],[-196,-13239,608,4.47],[-516,-13344,513,4.49],[288,-6173,646,2.08],[687,-11491,741,3.87],[554,-6064,697,2.04],[718,-11959,727,4.02],[-152,-10895,584,3.68],[77,-14805,640,4.98],[-606,-11766,479,3.96],[260,-6129,709,2.07],[-16,-10087,620,3.4],[-356,-8011,462,2.7],[-762,-9230,417,3.11],[687,-10499,708,3.54],[-220,-6885,526,2.32],[-122,-13652,526,4.61],[-548,-14247,472,4.8],[605,-12732,647,4.3],[483,-8093,663,2.73],[597,-10319,689,3.48],[458,-12312,641,4.14],[543,-7935,643,2.67],[-84,-12180,518,4.1],[72,-9422,556,3.18],[606,-14476,673,4.88],[-109,-14232,558,4.79],[361,-14795,601,4.99],[641,-12815,551,4.32],[-256,-9493,451,3.2],[-548,-6839,373,2.3],[-171,-14667,428,4.93],[495,-9209,563,3.1],[-5,-8660,446,2.92],[664,-10683,573,3.6],[57,-11541,517,3.88],[-345,-13338,449,4.5],[130,-11508,501,3.87],[-737,-13978,341,4.72],[-155,-11976,461,4.03],[472,-14671,585,4.95],[-273,-8592,449,2.9],[685,-6708,568,2.26],[635,-13283,562,4.47],[464,-9423,424,3.18],[-24,-13859,373,4.68],[-260,-13240,341,4.46],[221,-9283,409,3.12],[-252,-9304,371,3.13],[619,-8783,505,2.96],[747,-12566,473,4.23],[286,-10018,408,3.38],[-95,-14728,402,4.97],[-539,-12302,346,4.15],[41,-8386,422,2.83],[516,-6297,430,2.12],[399,-11127,424,3.74],[653,-9954,512,3.36],[-59,-7854,417,2.65],[513,-10104,489,3.41],[793,-14156,451,4.77],[343,-7374,405,2.48],[-202,-8890,315,3],[382,-9125,402,3.07],[-151,-12730,321,4.3],[-392,-10513,318,3.55],[583,-10129,351,3.41],[164,-6470,374,2.18],[250,-7586,347,2.56],[379,-13990,346,4.72],[-726,-10317,234,3.47],[211,-11406,376,3.84],[-633,-10051,273,3.39],[101,-8255,339,2.78],[-343,-12135,311,4.08],[390,-14011,388,4.73],[-13,-9428,275,3.17],[488,-7091,319,2.39],[-213,-12853,223,4.33],[365,-13362,253,4.51],[-395,-11813,255,3.99],[578,-14133,315,4.75],[570,-10553,278,3.55],[-300,-7445,239,2.51],[-43,-12486,284,4.21],[13,-14600,286,4.92],[752,-11763,280,3.97],[89,-12221,287,4.12],[700,-9134,274,3.08],[-702,-11704,220,3.94],[119,-12912,231,4.36],[123,-7076,285,2.39],[59,-12477,178,4.21],[712,-6812,187,2.29],[744,-13754,187,4.64],[125,-7392,190,2.49],[-563,-14754,145,4.96],[-424,-11578,174,3.9],[-119,-6715,184,2.26],[-515,-12345,145,4.16],[-432,-7966,130,2.68],[-49,-8291,160,2.8],[413,-8174,173,2.76],[173,-8127,182,2.74],[-288,-8667,139,2.92],[-198,-13964,161,4.7],[790,-12212,250,4.12],[165,-10135,205,3.41],[-12,-7203,143,2.43],[-25,-10576,101,3.57],[100,-7624,89,2.57],[-775,-6306,96,2.13],[160,-8699,106,2.93],[443,-9897,155,3.34],[796,-11424,119,3.84],[404,-8168,136,2.75],[-523,-11462,84,3.86],[384,-7226,159,2.44],[-70,-7554,87,2.54],[-452,-11352,92,3.82],[-404,-7965,73,2.68],[-607,-6728,101,2.27],[-787,-12574,57,4.24],[-719,-6631,101,2.23],[-170,-13831,53,4.67],[-557,-11975,42,4.04],[724,-12192,51,4.1],[-624,-12382,37,4.18],[179,-11248,37,3.78],[568,-14610,10,4.91],[797,-10253,77,3.46],[358,-8898,11,3],[269,-9864,34,3.32],[-337,-12051,28,4.07],[-198,-11434,23,3.85],[-231,-11667,66,3.93],[242,-11585,29,3.91],[360,-11603,70,3.91],[648,-12217,13,4.12],[72,-11133,10,3.76],[681,-12592,-1,4.24],[776,-9922,-54,3.34],[-525,-10451,-49,3.53],[723,-11965,-62,4.04],[56,-14591,-23,4.91],[444,-12905,-68,4.35],[-352,-10315,-41,3.48],[-97,-14338,-52,4.84],[210,-10554,-51,3.56],[-53,-10819,-63,3.64],[-106,-11690,-14,3.93],[-150,-9224,-30,3.1],[-133,-10173,-12,3.42],[-560,-11730,-20,3.95],[635,-8644,-61,2.91],[-709,-6525,-33,2.2],[-425,-6930,-101,2.34],[254,-11902,-80,4],[-78,-12430,-109,4.19],[-709,-12102,-92,4.08],[-767,-7032,-88,2.37],[299,-9411,-131,3.17],[451,-9435,-102,3.18],[-492,-14566,-102,4.91],[71,-11999,-89,4.05],[-672,-14025,-63,4.72],[-446,-9130,-63,3.08],[-514,-8420,-89,2.83],[706,-8084,-101,2.73],[338,-8897,-155,2.99],[-636,-7905,-93,2.66],[-35,-10662,-143,3.6],[15,-9564,-162,3.23],[75,-12904,-186,4.34],[489,-10845,-180,3.66],[314,-9460,-210,3.18],[551,-11390,-187,3.84],[407,-14299,-245,4.83],[-625,-6380,-133,2.15],[593,-6624,-202,2.23],[193,-13505,-194,4.55],[679,-9370,-215,3.16],[200,-9570,-228,3.22],[-765,-6259,-132,2.11],[-146,-12030,-172,4.06],[-658,-8071,-137,2.72],[-412,-13164,-152,4.43],[561,-7374,-235,2.49],[249,-11647,709,3.91],[-21,-9093,637,3.05],[54,-14841,644,4.98],[767,-14252,751,4.77],[-239,-6108,595,2.05],[-723,-13838,454,4.64],[-62,-12710,632,4.25],[-543,-7383,516,2.48],[69,-11753,672,3.93],[464,-11019,740,3.69],[-198,-10817,575,3.62],[-604,-13103,484,4.4],[-455,-11880,523,3.98],[-147,-9426,612,3.16],[-428,-8135,551,2.73],[-551,-8513,540,2.86],[-571,-8497,460,2.85],[-248,-11993,479,4.01],[-211,-10734,544,3.6],[330,-10631,644,3.57],[-506,-6581,472,2.21],[152,-14687,553,4.91],[-521,-13145,428,4.41],[-516,-6260,439,2.1],[552,-8339,633,2.79],[-785,-9410,428,3.16],[-713,-11091,446,3.71],[-200,-8334,512,2.8],[663,-14036,695,4.7],[-31,-7798,573,2.62],[470,-13036,617,4.38],[-173,-7292,549,2.44],[53,-6414,-62,2.15],[-312,-12416,-28,4.17],[6,-6994,-2,2.35],[-531,-8744,-11,2.93],[734,-10974,-74,3.68],[243,-10156,-14,3.41],[-123,-10131,-26,3.4],[167,-14453,-1,4.84],[-83,-9198,-31,3.09],[383,-8764,-66,2.93],[74,-9846,-11,3.3],[256,-14794,-18,4.95],[-631,-8815,-26,2.95],[-375,-13315,-47,4.46],[314,-14768,-67,4.95],[-787,-10507,-12,3.53],[689,-12755,-164,4.27],[504,-13128,-152,4.41],[178,-13923,-132,4.66],[767,-7134,-108,2.39],[-793,-13286,-87,4.46],[212,-7178,-101,2.4],[282,-7209,-86,2.42],[-212,-6072,-111,2.04],[229,-13164,-123,4.42],[-791,-7971,-107,2.67],[336,-12464,-160,4.17],[231,-13633,-94,4.58],[-494,-9134,-72,3.06],[-508,-10278,-107,3.44],[-210,-9324,-69,3.12],[-330,-9032,-71,3.03],[-369,-9137,-136,3.06],[273,-13290,-170,4.46],[-736,-12877,-120,4.31],[341,-7868,-213,2.63],[103,-10198,-215,3.42],[115,-12022,-156,4.02],[361,-6816,-242,2.29],[-214,-14696,-140,4.93],[521,-7561,-234,2.53],[-689,-7899,-144,2.65],[-132,-12023,-185,4.02],[193,-12842,-206,4.3],[-650,-13673,-163,4.58],[323,-13992,-173,4.68],[207,-14379,-226,4.82],[340,-10080,-226,3.38],[-327,-12619,-237,4.24],[570,-14541,-314,4.87],[-39,-11294,-245,3.79],[566,-11810,-317,3.96],[-18,-10095,-232,3.39],[642,-14926,-276,5],[413,-10101,-251,3.38],[-158,-12899,-229,4.32],[-125,-12901,-247,4.33],[376,-14025,-313,4.69],[-59,-10010,-238,3.36],[779,-11376,-290,3.81],[790,-7622,-298,2.55],[425,-11522,-258,3.86],[331,-6111,-302,2.05],[269,-8337,-241,2.79],[-438,-14486,561,4.83],[148,-6562,649,2.19],[-141,-9740,629,3.25],[337,-6053,725,2.02],[-170,-10911,563,3.64],[689,-6924,760,2.31],[-195,-14592,570,4.87],[298,-6898,703,2.3],[644,-10224,737,3.41],[412,-6976,734,2.33],[636,-10849,783,3.62],[54,-14334,669,4.77],[636,-11090,775,3.69],[220,-6392,665,2.13],[228,-6570,667,2.19],[-38,-8682,604,2.9],[-545,-6074,-143,2.02],[-407,-11998,-184,4],[674,-12780,-202,4.27],[-119,-13112,-155,4.38],[643,-7428,-209,2.48],[-126,-7137,-150,2.38],[557,-12007,-215,4.01],[-525,-14463,-154,4.82],[-325,-10267,-134,3.43],[570,-10652,-246,3.55],[-322,-8513,-144,2.84],[624,-6106,-203,2.04],[558,-14038,-218,4.69],[620,-9060,-206,3.02],[-139,-11704,-146,3.9],[746,-12971,-251,4.32],[124,-14247,-245,4.74],[34,-14332,-269,4.79],[-540,-13477,-193,4.49],[668,-10836,-338,3.62],[-44,-13436,-219,4.48],[567,-9140,-328,3.05],[758,-12782,-306,4.25],[-20,-6829,-228,2.28],[-741,-10478,-221,3.49],[-798,-10443,-169,3.48],[74,-14582,-247,4.87],[-482,-8897,-192,2.96],[502,-14742,-332,4.92],[-186,-12874,-222,4.29],[305,-9743,-268,3.24],[67,-10087,-270,3.36],[-295,-8095,-240,2.68],[500,-12349,-339,4.09],[-200,-13170,-224,4.36],[-291,-14264,-226,4.72],[113,-11315,-229,3.76],[96,-9421,-272,3.12],[-626,-14962,-182,4.96],[-37,-13218,-218,4.39],[678,-13590,-292,4.51],[111,-12565,-244,4.17],[703,-10195,-333,3.38],[-633,-7647,-228,2.54],[15,-11515,-244,3.81],[-404,-6762,-248,2.24],[-577,-6604,-216,2.19],[-335,-8253,-208,2.73],[-768,-6613,-187,2.18],[-118,-7771,-223,2.56],[-186,-11632,-258,3.84],[138,-8048,-263,2.65],[518,-7460,-323,2.46],[257,-12795,-314,4.22],[-643,-12090,-203,3.98],[-451,-10846,-242,3.57],[-453,-6401,-245,2.11],[775,-13677,-338,4.51],[638,-10845,-330,3.58],[-168,-10103,-250,3.33],[137,-8468,-299,2.8],[-644,-9954,-231,3.28],[-708,-8588,-202,2.83],[678,-9894,-351,3.27],[551,-14668,-326,4.82],[44,-11465,-234,3.77],[-629,-8312,-223,2.73],[55,-13540,-295,4.44],[757,-10375,-345,3.41],[701,-14211,-342,4.66],[-148,-10173,-249,3.34],[-338,-15152,-209,4.98],[-385,-15095,-214,4.94],[-679,-14303,-192,4.7],[406,-10939,-307,3.59],[488,-9047,-301,2.97],[106,-10571,-244,3.46],[790,-11471,-307,3.76],[-703,-6967,-213,2.28],[790,-9287,-291,3.04],[-493,-9873,500,3.22],[-59,-6418,605,2.09],[366,-8428,728,2.75],[120,-11267,677,3.68],[-774,-7177,442,2.34],[-140,-12960,616,4.23],[726,-15029,761,4.9],[-73,-13770,606,4.5],[-246,-6979,601,2.28],[544,-9385,746,3.06],[-154,-11950,626,3.91],[-141,-13114,595,4.28],[-237,-14674,609,4.8],[-363,-8528,520,2.79],[-377,-14372,543,4.69],[-483,-7030,554,2.3],[-405,-13681,-142,4.47],[644,-10575,-178,3.46],[-546,-9443,-175,3.08],[-227,-8407,-151,2.75],[-231,-13412,-167,4.38],[-88,-14530,-199,4.74],[-367,-6221,-172,2.03],[-562,-6941,-152,2.27],[-157,-12919,-194,4.21],[140,-12681,-209,4.13],[680,-13128,-268,4.29],[-757,-11359,-146,3.7],[785,-9209,-253,3.01],[-362,-14165,-146,4.62],[400,-10056,-229,3.28],[-162,-9599,-167,3.14],[-59,-9769,-224,3.18],[11,-8927,-265,2.92],[-244,-8274,-233,2.7],[215,-12051,-237,3.93],[-731,-11510,-189,3.76],[390,-8498,-319,2.78],[-225,-13113,-220,4.27],[-628,-11972,-233,3.9],[706,-14068,-290,4.59],[-378,-13525,-196,4.41],[-579,-11680,-192,3.81],[-155,-6137,-249,2],[588,-10073,-262,3.29],[-499,-13937,-237,4.56],[-370,-9399,-236,3.06],[-744,-10261,-183,3.35],[286,-14008,655,4.54],[474,-9011,757,2.93],[-116,-10896,585,3.53],[683,-13677,773,4.45],[729,-11194,793,3.63],[223,-10609,690,3.44],[549,-11632,705,3.77],[-228,-14670,605,4.77],[473,-9965,700,3.24],[-253,-10425,603,3.38],[634,-9624,743,3.13],[-397,-6379,514,2.07],[-604,-9093,509,2.95],[24,-13418,634,4.36],[-673,-11272,505,3.66],[711,-14118,797,4.59],[-49,-9410,-136,3.06],[383,-12723,-117,4.13],[167,-12401,-104,4.03],[239,-8268,-86,2.68],[159,-8775,-93,2.85],[483,-12966,-130,4.21],[-216,-12564,-83,4.08],[-61,-8460,-135,2.75],[-732,-14949,-75,4.86],[619,-13628,-99,4.42],[795,-7462,-143,2.42],[528,-9870,-152,3.2],[-541,-7130,-106,2.32],[423,-9587,-142,3.12],[617,-9994,-136,3.25],[-354,-9857,-76,3.2],[-495,-12199,-126,3.97],[108,-9100,-159,2.95],[-284,-8397,-140,2.72],[-562,-14202,-146,4.61],[-564,-7866,-132,2.55],[550,-6814,-246,2.21],[-570,-10833,-159,3.51],[-336,-8812,-177,2.86],[-200,-13499,-159,4.39],[-630,-10735,-173,3.49],[-727,-9338,-122,3.03],[573,-8502,-175,2.76],[450,-8803,-171,2.86],[577,-12185,-230,3.96],[254,-8337,-210,2.7],[-563,-13226,-148,4.29],[483,-6741,-293,2.19],[628,-13585,-351,4.4],[-513,-14364,-212,4.66],[45,-11707,-284,3.8],[292,-15127,-256,4.9],[96,-11949,-236,3.88],[329,-6236,-251,2.03],[17,-7087,-222,2.3],[651,-8828,-314,2.86],[393,-8394,-310,2.72],[-658,-11985,-207,3.9],[777,-6345,-307,2.06],[-152,-8272,-251,2.68],[-40,-10062,-237,3.27],[349,-10704,-298,3.48],[128,-8437,-300,2.74],[555,-13780,709,4.45],[-358,-11525,537,3.73],[18,-8340,594,2.69],[254,-11510,660,3.72],[-446,-10669,520,3.45],[-487,-10884,545,3.51],[-14,-10611,612,3.43],[-269,-12297,584,3.98],[436,-10750,723,3.47],[38,-9519,596,3.07],[-560,-6748,526,2.18],[-693,-7122,476,2.3],[-179,-14751,607,4.77],[-762,-10178,483,3.29],[453,-11931,717,3.86],[-500,-8343,539,2.69],[-707,-14283,418,4.61],[542,-13174,646,4.26],[95,-14631,556,4.72],[-394,-7110,454,2.3],[-243,-11535,529,3.72],[477,-15105,668,4.87],[-409,-10944,484,3.54],[-21,-12808,582,4.14],[-377,-13897,492,4.5],[584,-13662,671,4.41],[262,-9972,581,3.22],[734,-15352,725,4.95],[453,-8015,604,2.59],[-673,-11269,420,3.64],[-141,-14214,500,4.6],[-145,-6770,535,2.19],[26,-12491,477,4.03],[-435,-8807,405,2.85],[-358,-7440,449,2.4],[485,-9301,519,3],[-304,-9690,452,3.13],[-603,-11407,357,3.69],[-128,-13237,474,4.27],[-398,-13543,395,4.38],[585,-9936,559,3.21],[-562,-10720,416,3.46],[-663,-12568,394,4.05],[-535,-14647,405,4.73],[202,-11099,500,3.58],[-15,-6486,490,2.09],[222,-13006,526,4.19],[-769,-10585,335,3.42],[243,-7503,449,2.42],[186,-10350,460,3.35],[-635,-12051,346,3.9],[-575,-8279,300,2.67],[-659,-14713,347,4.76],[-361,-8250,377,2.67],[135,-12617,434,4.08],[-707,-8313,302,2.69],[680,-14493,489,4.67],[557,-7663,438,2.48],[205,-10899,433,3.52],[155,-11520,424,3.73],[-404,-7207,379,2.33],[-708,-10325,323,3.34],[-178,-11893,361,3.85],[-35,-14039,427,4.53],[473,-8158,395,2.63],[-666,-13284,242,4.3],[185,-9614,320,3.1],[178,-7196,358,2.33],[384,-9205,373,2.98],[-138,-6545,290,2.11],[435,-7496,338,2.42],[77,-11653,313,3.77],[-389,-13808,314,4.45],[-701,-9863,261,3.19],[-254,-7192,336,2.32],[-577,-14560,269,4.7],[134,-10613,339,3.42],[398,-14588,355,4.7],[769,-6713,421,2.17],[-367,-9669,260,3.12],[301,-7384,321,2.38],[474,-11027,336,3.57],[-585,-11120,233,3.6],[794,-12396,341,4],[-37,-8216,267,2.65],[673,-6626,332,2.14],[-544,-8463,215,2.73],[-565,-8695,229,2.81],[-719,-14408,193,4.65],[-602,-11412,223,3.69],[-352,-12244,248,3.95],[-650,-11624,194,3.76],[191,-9207,266,2.97],[8,-9217,242,2.98],[-102,-8039,251,2.6],[770,-8109,307,2.62],[-800,-10598,138,3.43],[303,-6549,198,2.11],[733,-15469,195,5],[-420,-13508,183,4.36],[-770,-11243,142,3.64],[-534,-10300,152,3.32],[-685,-6721,134,2.17],[145,-12497,209,4.04],[-405,-6250,138,2.02],[12,-10071,216,3.26],[-657,-13125,150,4.25],[-373,-12465,169,4.03],[-282,-9148,176,2.95],[-237,-15355,152,4.96],[262,-8432,186,2.72],[-521,-7505,165,2.42],[-12,-12909,98,4.17],[160,-11065,135,3.57],[-778,-15353,109,4.95],[52,-11001,79,3.55],[-95,-7765,124,2.51],[-445,-10770,77,3.47],[763,-12065,127,3.89],[-114,-11188,115,3.61],[553,-6301,147,2.04],[225,-9589,109,3.09],[380,-9389,94,3.04],[-265,-11625,107,3.75],[97,-11633,113,3.76],[434,-9163,157,2.96],[-12,-8745,79,2.82],[-766,-14622,78,4.73],[494,-6190,42,2],[-178,-11613,1,3.76],[-627,-11566,19,3.73],[-722,-8031,9,2.6],[182,-13488,73,4.35],[-382,-11514,43,3.72],[8,-14481,4,4.67],[-285,-10131,3,3.27],[423,-13928,68,4.51],[-705,-12449,48,4.03],[57,-6995,10,2.26],[102,-12492,75,4.03],[103,-10461,27,3.38],[-744,-9480,37,3.06],[-632,-13057,0,4.21],[791,-15406,26,4.98],[-692,-9521,-17,3.07],[-345,-14146,-64,4.56],[742,-6891,-62,2.23],[-438,-10386,-13,3.36],[351,-10573,-11,3.41],[343,-14792,-11,4.77],[-588,-11573,-47,3.74],[-120,-9668,0,3.13],[-304,-9551,-7,3.09],[-580,-15178,-42,4.9],[-348,-11457,-54,3.71],[503,-11684,-43,3.78],[625,-8086,-25,2.61],[-557,-9333,-6,3.01],[407,-14123,-27,4.57],[714,-14430,-44,4.67],[283,-13440,-148,4.35],[-288,-7539,-83,2.44],[398,-7905,-156,2.55],[-281,-6696,-89,2.16],[-373,-14868,-126,4.79],[-240,-8311,-108,2.69],[-208,-7054,-74,2.28],[-322,-7984,-87,2.58],[-427,-13523,-76,4.36],[-480,-7995,-76,2.58],[-335,-11656,-119,3.77],[134,-8532,-102,2.75],[-74,-11010,-115,3.56],[-238,-11068,-104,3.57],[326,-6345,-151,2.05],[-25,-15101,-145,4.89],[725,-12009,-264,3.88],[-351,-7073,-192,2.29],[755,-11902,-189,3.85],[533,-7690,-177,2.49],[663,-9891,-211,3.2],[335,-11359,-241,3.66],[226,-7232,-163,2.33],[649,-11656,-239,3.76],[364,-6772,-189,2.19],[-129,-14865,-194,4.8],[607,-15286,-252,4.95],[421,-15198,-217,4.91],[-546,-7324,-140,2.36],[-691,-7035,-146,2.27],[-39,-11358,-193,3.66],[-13,-6447,-214,2.08],[-790,-11514,473,3.7],[724,-8409,757,2.7],[-69,-10685,607,3.43],[676,-12716,782,4.08],[-547,-13417,541,4.32],[-773,-10319,468,3.31],[-586,-8436,524,2.71],[-589,-13458,498,4.32],[3,-13675,630,4.4],[-34,-7930,644,2.55],[228,-12051,663,3.88],[767,-8416,808,2.7],[306,-11135,703,3.57],[512,-8898,705,2.86],[-783,-7266,447,2.33],[697,-15068,766,4.83],[-682,-7623,418,2.45],[323,-13676,647,4.39],[719,-12698,685,4.08],[360,-13315,650,4.27],[-25,-6720,522,2.16],[-455,-14150,479,4.55],[-599,-9895,447,3.18],[569,-14217,622,4.57],[-295,-11989,494,3.86],[-287,-10970,469,3.53],[-585,-9461,439,3.04],[619,-9320,677,3],[654,-10316,666,3.31],[649,-7480,682,2.4],[420,-10753,650,3.46],[-24,-14778,540,4.74],[663,-7811,549,2.51],[729,-6891,567,2.21],[501,-15384,547,4.94],[-617,-10897,356,3.51],[298,-10818,503,3.48],[-776,-7524,335,2.42],[-597,-11688,415,3.76],[-85,-10335,453,3.32],[-741,-9401,387,3.02],[307,-12497,504,4.01],[-343,-13716,425,4.4],[498,-6844,591,2.2],[635,-10850,607,3.49],[-522,-14824,414,4.77],[-13,-14242,497,4.58],[177,-6546,504,2.1],[-471,-14775,320,4.74],[-204,-12452,346,4.01],[-158,-12087,388,3.89],[-375,-11245,355,3.62],[-334,-7207,387,2.32],[409,-6393,429,2.05],[-334,-7171,392,2.3],[87,-9006,400,2.9],[198,-10940,410,3.51],[-672,-11407,297,3.66],[305,-11361,433,3.66],[-626,-7886,343,2.53],[662,-13612,455,4.38],[-639,-7297,313,2.34],[-435,-14994,350,4.82],[796,-13493,542,4.34],[708,-8796,403,2.83],[141,-9168,332,2.95],[489,-11719,350,3.77],[-131,-11064,310,3.55],[-154,-13239,327,4.25],[370,-9279,344,2.98],[-371,-8417,263,2.71],[235,-11361,320,3.66],[115,-12061,314,3.88],[674,-11455,441,3.68],[751,-10905,406,3.51],[728,-9296,447,2.98],[138,-11831,325,3.8],[570,-8600,355,2.77],[395,-8761,388,2.82],[464,-9628,416,3.09],[221,-9527,286,3.06],[-765,-15367,181,4.95],[684,-10604,274,3.41],[343,-10911,311,3.5],[699,-8228,337,2.65],[414,-8679,270,2.79],[-681,-9209,200,2.96],[-538,-8207,213,2.64],[89,-15280,288,4.92],[300,-12183,284,3.92],[416,-7347,274,2.36],[-556,-11109,196,3.57],[-628,-8906,177,2.86],[-481,-15165,214,4.87],[-630,-14573,205,4.68],[8,-6830,241,2.2],[-518,-6986,164,2.25],[-671,-8239,142,2.65],[530,-13474,211,4.33],[-464,-12827,154,4.12],[-544,-10379,146,3.34],[314,-10972,162,3.53],[762,-15125,243,4.87],[135,-7112,217,2.28],[-725,-12936,145,4.16],[-666,-8377,170,2.69],[149,-7591,199,2.44],[-496,-14967,171,4.82],[-252,-10576,181,3.39],[-663,-14381,159,4.62],[-18,-6495,183,2.09],[-439,-6229,170,2],[-456,-7577,119,2.43],[-362,-11879,112,3.81],[-60,-7853,103,2.52],[40,-8249,121,2.65],[363,-8257,95,2.66],[297,-14717,111,4.72],[339,-12771,86,4.11],[780,-8936,182,2.87],[-557,-7812,91,2.51],[305,-13431,111,4.31],[756,-7452,102,2.4],[747,-15371,105,4.94],[-767,-14007,110,4.51],[-145,-9073,139,2.91],[283,-9715,138,3.12],[-631,-8326,116,2.67],[-752,-15031,16,4.84],[466,-10094,20,3.24],[-240,-10966,18,3.52],[-411,-12408,61,3.98],[96,-8852,74,2.84],[-173,-7792,67,2.51],[-720,-13883,24,4.46],[-753,-8667,28,2.78],[-793,-9858,23,3.16],[286,-14825,9,4.76],[24,-14996,25,4.82],[-79,-8961,16,2.88],[22,-7481,34,2.41],[-329,-12524,7,4.02],[42,-11318,2,3.64],[41,-9534,72,3.06],[-256,-10143,-55,3.26],[-167,-11568,-13,3.72],[727,-11246,-66,3.61],[535,-12053,-30,3.87],[399,-15102,-46,4.85],[-670,-14133,-46,4.54],[-629,-7286,-9,2.34],[-794,-6696,-50,2.15],[700,-11029,-89,3.55],[-552,-7453,-18,2.4],[-446,-7916,-44,2.54],[42,-9670,-18,3.11],[95,-9411,-65,3.03],[68,-8929,-74,2.87],[291,-9563,-68,3.08],[-698,-9284,-42,2.98],[-337,-14449,543,4.61],[-37,-14080,629,4.51],[-30,-7679,617,2.46],[646,-7119,759,2.28],[-195,-7968,596,2.55],[-610,-7502,495,2.4],[-371,-14387,554,4.61],[-308,-8361,587,2.67],[789,-11888,742,3.8],[-187,-10918,560,3.49],[394,-6519,729,2.08],[368,-14913,671,4.77],[-644,-14696,475,4.7],[236,-14942,647,4.77],[-458,-7258,557,2.32],[-453,-10462,536,3.34],[-559,-15560,517,4.95],[412,-7590,723,2.41],[-661,-10932,520,3.47],[-165,-13204,580,4.19],[-197,-7012,597,2.23],[124,-10868,647,3.46],[-799,-10509,455,3.34],[-228,-15209,562,4.83],[-723,-15759,482,5],[-600,-7558,484,2.4],[-106,-14199,581,4.52],[535,-10444,698,3.32],[288,-11477,659,3.65],[-78,-9833,635,3.12],[240,-9405,651,2.99],[-381,-8592,551,2.73],[631,-14194,717,4.49],[-127,-6506,612,2.06],[363,-8746,657,2.77],[-10,-9521,592,3.01],[-414,-13727,572,4.34],[593,-9783,718,3.1],[-367,-8547,556,2.71],[-211,-13551,612,4.29],[364,-13971,684,4.43],[708,-12193,767,3.86],[475,-6993,721,2.21],[-255,-11118,544,3.51],[496,-14237,721,4.5],[359,-8326,685,2.64],[396,-12414,671,3.93],[-175,-13995,620,4.42],[-111,-15794,521,4.99],[215,-14857,559,4.7],[-316,-15605,477,4.95],[693,-14000,680,4.44],[-610,-7794,449,2.47],[-623,-6365,455,2.01],[394,-9050,598,2.87],[-354,-10671,500,3.38],[402,-11624,634,3.67],[405,-10339,590,3.28],[-408,-8303,488,2.63],[-286,-7007,531,2.22],[-299,-12016,521,3.81],[-350,-11268,474,3.57],[597,-11138,655,3.52],[520,-12430,681,3.94],[-323,-9012,409,2.85],[131,-13667,475,4.33],[40,-12516,519,3.97],[-115,-10135,474,3.2],[-731,-11845,344,3.74],[217,-13242,493,4.18],[-650,-10910,403,3.45],[-399,-8817,400,2.79],[19,-15037,470,4.76],[67,-8065,506,2.55],[2,-13858,459,4.38],[751,-10788,553,3.41],[222,-12782,539,4.05],[-730,-12308,347,3.89],[388,-13573,530,4.3],[158,-12874,524,4.07],[-715,-11199,500,3.52],[-179,-13697,565,4.31],[-339,-14672,558,4.62],[-21,-14994,587,4.72],[259,-12711,689,4.01],[259,-8312,648,2.62],[-706,-12220,491,3.85],[373,-7270,681,2.29],[-575,-7766,496,2.45],[136,-13604,633,4.29],[209,-7376,701,2.32],[-488,-14328,540,4.51],[-383,-11260,535,3.54],[302,-14982,682,4.72],[-289,-12658,562,3.98],[210,-11314,634,3.57],[-609,-7663,450,2.41],[-141,-12590,537,3.97],[465,-10694,630,3.36],[254,-11567,626,3.64],[743,-9043,677,2.85],[480,-8558,643,2.69],[-160,-7671,541,2.42],[-267,-10216,509,3.22],[740,-11348,639,3.58],[393,-10081,658,3.18],[-344,-6429,458,2.02],[-524,-8235,440,2.59],[-377,-14250,459,4.49],[796,-12267,712,3.87],[638,-15836,636,4.98],[-78,-13335,507,4.19],[218,-14628,707,4.59],[-597,-9330,488,2.92],[-3,-12634,650,3.96],[-592,-13599,488,4.27],[348,-10348,723,3.24],[-41,-8489,594,2.66],[-524,-14936,519,4.68],[-535,-6500,516,2.04],[-185,-12782,581,4.01],[336,-14538,690,4.55],[58,-9477,616,2.97],[135,-14287,623,4.47],[427,-7706,719,2.41],[695,-12280,782,3.84],[399,-13763,735,4.32],[-656,-7152,473,2.24],[701,-14045,-318,4.4],[-239,-13358,-220,4.18],[-550,-14342,-221,4.5],[-233,-13794,-243,4.33],[-797,-14865,-186,4.65],[218,-14764,-283,4.63],[304,-11656,-245,3.66],[571,-14759,-333,4.62],[527,-14066,-331,4.41],[-77,-7790,-274,2.44],[-353,-15110,-235,4.73],[-489,-9758,-199,3.05],[341,-11364,-317,3.56],[308,-15197,-283,4.77],[-140,-8426,-249,2.64],[779,-12923,-310,4.05],[53,-14094,651,4.4],[-375,-7045,536,2.2],[-282,-13205,586,4.12],[564,-9892,770,3.09],[118,-8906,632,2.77],[-352,-8517,526,2.66],[470,-13752,752,4.28],[-432,-9216,555,2.88],[-50,-9727,612,3.03],[-368,-12885,526,4.01],[-374,-14613,556,4.55],[474,-13793,715,4.29],[120,-6685,676,2.08],[151,-6763,691,2.11],[561,-8377,723,2.61],[240,-12297,648,3.83],[129,-7926,-269,2.47],[5,-8353,-285,2.61],[284,-6599,-252,2.06],[634,-10816,-297,3.37],[-359,-9706,-239,3.03],[-81,-6504,-248,2.03],[-483,-7409,-219,2.31],[637,-13529,-341,4.22],[-594,-9613,-200,3],[585,-11669,-263,3.64],[-356,-7746,-252,2.42],[547,-13949,-265,4.34],[764,-14301,-324,4.46],[-478,-11892,-203,3.71],[-563,-13353,-235,4.16],[769,-7904,-355,2.46],[-789,-15284,469,4.75],[-50,-13167,614,4.09],[-152,-7287,574,2.26],[-316,-14400,543,4.46],[121,-10967,682,3.41],[-326,-13265,588,4.12],[745,-11556,817,3.58],[566,-7153,736,2.22],[2,-7753,628,2.41],[-251,-9381,607,2.91],[468,-14052,746,4.36],[488,-15154,757,4.69],[654,-9530,799,2.96],[594,-10108,747,3.13],[692,-12587,803,3.9],[111,-11889,614,3.68],[618,-15439,651,4.8],[-644,-9554,456,2.97],[794,-15820,674,4.91],[395,-11722,658,3.64],[259,-7384,559,2.29],[-296,-8687,529,2.7],[-549,-15601,478,4.84],[187,-13003,557,4.04],[558,-15797,669,4.89],[475,-10566,653,3.27],[480,-14575,676,4.52],[141,-14767,557,4.58],[106,-15489,585,4.81],[196,-9594,551,2.97],[-631,-9242,464,2.86],[634,-12455,680,3.87],[-702,-14079,370,4.37],[673,-15082,565,4.67],[316,-6750,510,2.09],[328,-13071,555,4.05],[589,-15944,536,4.94],[39,-10155,465,3.15],[740,-12856,608,3.99],[-318,-13703,460,4.24],[-590,-15617,390,4.84],[240,-10148,539,3.14],[140,-15019,488,4.66],[403,-8994,550,2.79],[377,-13576,537,4.22],[-359,-15890,422,4.93],[-267,-14930,458,4.64],[-224,-7529,458,2.33],[-89,-16072,377,4.99],[356,-15864,482,4.92],[732,-7472,509,2.32],[-558,-13975,320,4.34],[-393,-10586,351,3.29],[302,-15543,466,4.81],[-170,-7266,352,2.25],[-185,-11624,351,3.61],[-188,-15222,351,4.71],[-528,-13072,362,4.06],[-220,-15190,374,4.7],[612,-9201,484,2.86],[-207,-9717,343,3.01],[-771,-15720,319,4.88],[-649,-10754,324,3.33],[580,-11009,446,3.41],[-559,-14349,259,4.45],[463,-10710,361,3.33],[-741,-15060,239,4.68],[304,-16050,386,4.97],[646,-9102,365,2.83],[625,-13225,357,4.11],[405,-13637,358,4.22],[511,-10877,423,3.38],[-443,-13331,284,4.13],[558,-7944,380,2.47],[-314,-6573,316,2.04],[113,-7530,328,2.33],[-205,-14827,302,4.61],[80,-13932,317,4.33],[607,-8308,428,2.58],[74,-13865,339,4.29],[-442,-8713,231,2.7],[512,-9353,270,2.9],[555,-13088,320,4.05],[-264,-10530,202,3.26],[-449,-13365,247,4.15],[456,-11908,257,3.69],[-749,-8626,207,2.67],[-61,-7000,274,2.17],[-253,-6743,246,2.09],[650,-6606,321,2.05],[-60,-15884,241,4.92],[-542,-11016,234,3.42],[559,-15123,293,4.7],[-592,-10298,235,3.2],[525,-15585,296,4.83],[425,-14421,270,4.47],[399,-10089,167,3.13],[-516,-10761,139,3.33],[-29,-8091,215,2.51],[362,-13696,228,4.25],[-753,-11631,163,3.6],[436,-14322,203,4.45],[-181,-8151,207,2.53],[-372,-15670,147,4.85],[-342,-15480,152,4.8],[18,-10374,151,3.21],[577,-9111,190,2.83],[408,-11423,219,3.55],[-429,-9564,134,2.96],[-639,-15431,118,4.78],[-711,-11368,143,3.53],[559,-10236,214,3.18],[740,-11213,94,3.47],[260,-11391,100,3.53],[658,-14255,178,4.43],[756,-14034,170,4.35],[-126,-15426,116,4.79],[561,-12402,172,3.85],[-329,-9658,110,2.99],[441,-9949,121,3.08],[388,-10584,96,3.29],[136,-12740,97,3.96],[267,-15276,127,4.74],[266,-7045,93,2.18],[491,-14219,157,4.41],[-186,-14347,132,4.45],[160,-7215,141,2.24],[-747,-10263,75,3.19],[534,-10727,74,3.32],[533,-13127,43,4.07],[-617,-15030,29,4.67],[-31,-8241,4,2.55],[408,-9835,29,3.05],[-464,-8698,59,2.7],[118,-12954,39,4.01],[-108,-15985,57,4.95],[758,-7191,73,2.23],[310,-9995,67,3.1],[-313,-9041,45,2.81],[-671,-6513,27,2.02],[-521,-14779,56,4.58],[566,-13780,46,4.27],[709,-8200,25,2.54],[-370,-9217,64,2.86],[-236,-8774,-7,2.72],[41,-11907,-36,3.7],[455,-10771,-44,3.34],[-137,-12004,-33,3.72],[51,-11279,-32,3.5],[519,-11859,-65,3.67],[36,-10376,-10,3.22],[795,-12195,-72,3.78],[145,-12680,-69,3.93],[187,-9120,-42,2.83],[712,-8199,-7,2.54],[-491,-7527,-8,2.33],[-639,-12666,-41,3.93],[325,-8584,-33,2.66],[-687,-11759,-50,3.64],[519,-9392,-40,2.92],[467,-11822,-153,3.67],[-280,-6783,-102,2.1],[785,-13901,-97,4.32],[-25,-7595,-89,2.36],[449,-12166,-151,3.78],[501,-14645,-138,4.54],[-251,-13728,-76,4.25],[731,-11907,-175,3.69],[125,-8085,-86,2.51],[-571,-13649,-119,4.24],[548,-15252,-132,4.73],[355,-13706,-128,4.26],[179,-11887,-138,3.69],[602,-8041,-136,2.5],[616,-6488,-138,2.01],[-412,-8915,-102,2.77],[-570,-9018,-148,2.8],[478,-12044,-239,3.73],[531,-7692,-249,2.38],[63,-10976,-220,3.41],[607,-8313,-208,2.58],[-534,-9780,-166,3.04],[-236,-12362,-157,3.83],[242,-14395,-185,4.47],[-301,-11523,-196,3.58],[-620,-7944,-160,2.46],[-594,-12601,-158,3.9],[-768,-15407,-130,4.77],[-518,-14812,-155,4.59],[187,-10727,-179,3.33],[-795,-6689,-134,2.07],[122,-12611,-162,3.92],[656,-12757,-326,3.96],[564,-12108,-271,3.75],[-257,-14381,-226,4.47],[674,-12473,-331,3.86],[-345,-8242,-236,2.56],[-648,-15052,-210,4.67],[205,-10233,-273,3.17],[377,-10013,-277,3.11],[-762,-16014,-167,4.96],[-247,-9809,-228,3.04],[73,-15447,-266,4.8],[-121,-8720,-258,2.71],[-311,-15274,-237,4.73],[-710,-12280,-198,3.8],[-453,-15741,-228,4.88],[-341,-14374,-214,4.46],[-702,-13812,494,4.26],[17,-14773,654,4.57],[-181,-15306,581,4.72],[201,-11200,650,3.45],[272,-13284,694,4.11],[-136,-8632,575,2.67],[619,-15963,740,4.93],[-150,-14183,600,4.38],[-381,-14081,571,4.34],[587,-13290,727,4.11],[-673,-12593,473,3.89],[595,-12279,760,3.79],[-466,-8750,510,2.7],[654,-13407,739,4.13],[528,-9817,711,3.03],[-177,-14023,590,4.33],[-341,-12970,522,4],[118,-13146,597,4.05],[14,-7485,535,2.31],[-554,-15071,472,4.66],[-652,-8801,445,2.71],[-707,-7871,409,2.43],[719,-12039,641,3.71],[83,-9311,580,2.88],[-413,-15816,453,4.89],[-389,-7989,507,2.46],[373,-14644,612,4.53],[-34,-14125,545,4.37],[-762,-12313,440,3.8],[-269,-9021,511,2.79],[-766,-12188,390,3.76],[-321,-12391,502,3.82],[-790,-7823,382,2.42],[-370,-11811,389,3.65],[776,-15265,584,4.72],[579,-10597,564,3.27],[-401,-11248,418,3.47],[-513,-10793,427,3.33],[268,-15569,519,4.8],[-291,-8731,428,2.7],[-211,-9009,440,2.78],[-636,-14001,358,4.33],[200,-13974,470,4.32],[-72,-11847,443,3.65],[-309,-8850,409,2.73],[385,-11299,545,3.48],[-733,-15229,340,4.69],[-647,-14880,373,4.59],[769,-7758,544,2.4],[-67,-10830,409,3.34],[743,-13739,539,4.23],[-38,-15485,396,4.77],[77,-12921,390,3.98],[93,-9609,425,2.96],[522,-10922,460,3.37],[-293,-15405,369,4.75],[-42,-14895,373,4.59],[780,-15145,546,4.68],[-623,-12032,328,3.71],[-283,-8930,339,2.75],[493,-7457,447,2.3],[725,-6874,465,2.12],[604,-10994,490,3.39],[-320,-10075,384,3.11],[79,-12561,357,3.88],[-549,-13021,291,4.01],[774,-6717,401,2.07],[-378,-7240,312,2.24],[-96,-12427,346,3.83],[-673,-12007,237,3.71],[340,-12497,374,3.85],[358,-16026,372,4.95],[-636,-8733,275,2.7],[-684,-8183,261,2.52],[-796,-12721,249,3.93],[182,-15819,316,4.88],[-714,-9916,267,3.06],[-476,-6663,281,2.06],[-414,-12268,313,3.79],[592,-8255,401,2.55],[-295,-11512,231,3.56],[167,-9700,237,3],[-293,-11718,223,3.62],[767,-15814,329,4.88],[-533,-13403,192,4.14],[641,-9520,268,2.94],[-441,-7436,247,2.29],[791,-10535,347,3.25],[458,-10312,325,3.19],[-699,-7032,227,2.17],[-234,-9352,212,2.88],[-605,-12412,219,3.83],[387,-12615,303,3.9],[12,-14368,253,4.43],[-612,-12518,199,3.86],[583,-7798,286,2.41],[-567,-15726,123,4.86],[-138,-13245,184,4.09],[-31,-14392,156,4.45],[640,-12509,192,3.86],[76,-8600,204,2.66],[-6,-7890,183,2.44],[482,-15810,194,4.87],[-652,-11966,132,3.69],[-45,-13593,147,4.19],[124,-7015,201,2.17],[323,-13817,234,4.27],[259,-13836,217,4.27],[-778,-13715,127,4.23],[573,-14200,182,4.39],[-121,-10799,162,3.33],[238,-8847,225,2.73],[331,-8178,124,2.53],[-171,-13326,85,4.12],[-758,-13428,101,4.14],[528,-13335,115,4.12],[279,-6557,146,2.02],[593,-8704,94,2.68],[-387,-15690,69,4.84],[84,-9050,136,2.8],[-237,-6779,75,2.09],[617,-8539,143,2.64],[152,-12503,148,3.86],[437,-11370,99,3.51],[61,-8580,125,2.65],[741,-14006,135,4.33],[740,-8989,96,2.77],[-731,-14771,74,4.57],[475,-12092,20,3.74],[610,-8152,39,2.52],[354,-13096,52,4.05],[-709,-14846,54,4.59],[-214,-13700,41,4.22],[-611,-13959,45,4.31],[-788,-7179,43,2.22],[241,-8527,10,2.63],[-338,-14827,64,4.58],[265,-14707,70,4.55],[-581,-15360,42,4.75],[751,-15375,20,4.74],[474,-14750,13,4.55],[-470,-15325,21,4.74],[-187,-11630,23,3.59],[-572,-12754,34,3.94],[132,-10110,-66,3.12],[-529,-12741,-17,3.94],[-117,-15333,-17,4.74],[-643,-11848,-12,3.66],[-131,-12594,-55,3.88],[-464,-10287,-55,3.17],[426,-8762,-81,2.7],[40,-14753,-1,4.55],[564,-11271,-58,3.47],[565,-11065,-61,3.41],[-44,-7672,-40,2.37],[-60,-11713,-30,3.61],[-159,-15587,-19,4.81],[631,-9497,-78,2.93],[-182,-13726,-18,4.23],[-778,-14388,-43,4.45],[737,-11701,-135,3.62],[271,-14859,-152,4.58],[-451,-12200,-85,3.76],[39,-12995,-76,4.02],[100,-9195,-148,2.84],[350,-16200,-89,4.99],[99,-14466,-147,4.47],[193,-8801,-143,2.72],[-615,-8782,-84,2.71],[278,-14645,-105,4.53],[-200,-13831,-77,4.27],[79,-12241,-148,3.78],[-54,-11926,-80,3.68],[368,-13749,-108,4.24],[-68,-12428,-134,3.84],[321,-9991,-121,3.09],[711,-11361,-184,3.51],[767,-13074,-213,4.04],[-132,-16173,-186,4.98],[-47,-10228,-162,3.16],[714,-8714,-250,2.69],[-758,-15412,-116,4.76],[-512,-10659,-169,3.29],[-150,-8796,-187,2.71],[724,-10086,-221,3.12],[-144,-15622,-158,4.83],[-431,-8566,-133,2.64],[91,-8663,-175,2.68],[579,-14283,-241,4.4],[-714,-8484,-147,2.62],[780,-8325,-250,2.57],[-725,-15925,-161,4.91],[368,-10958,-277,3.39],[-149,-15755,-274,4.87],[532,-7417,-344,2.29],[-468,-13961,-207,4.3],[-356,-12177,-242,3.76],[-701,-14077,-177,4.34],[-721,-9792,-172,3.02],[178,-8118,-296,2.51],[-245,-8020,-240,2.48],[-683,-14145,-179,4.36],[-494,-14464,-197,4.47],[250,-12206,-242,3.77],[-325,-9008,-256,2.78],[672,-12126,-309,3.75],[753,-11005,-276,3.4],[-449,-7019,-250,2.17],[-36,-8820,647,2.71],[56,-11909,606,3.66],[-72,-14809,588,4.55],[-640,-7211,490,2.22],[683,-11912,800,3.65],[-213,-15650,570,4.8],[-691,-13627,503,4.18],[-467,-12984,545,3.99],[-342,-12485,557,3.84],[474,-8322,746,2.55],[549,-10836,740,3.32],[337,-13279,730,4.08],[721,-7398,765,2.27],[18,-10233,637,3.15],[175,-11792,697,3.63],[155,-11452,624,3.51],[-400,-7379,479,2.27],[506,-9856,650,3.03],[-392,-8525,497,2.62],[741,-7081,690,2.17],[373,-10063,626,3.09],[-667,-12825,439,3.94],[-171,-16034,539,4.92],[143,-13232,543,4.06],[-444,-13704,456,4.2],[-132,-10534,528,3.23],[506,-9756,658,2.99],[-525,-14294,436,4.38],[-541,-13947,443,4.29],[725,-10766,676,3.31],[-166,-11454,494,3.51],[-270,-7016,495,2.16],[557,-7483,521,2.3],[-149,-12773,443,3.93],[-501,-7702,406,2.37],[215,-12349,471,3.8],[-562,-11687,390,3.59],[-434,-7684,415,2.36],[-66,-6573,463,2.02],[706,-12491,578,3.83],[462,-11382,563,3.5],[116,-8367,509,2.57],[-762,-10863,345,3.33],[408,-13049,499,4],[213,-9454,510,2.91],[711,-6780,558,2.08],[575,-11722,580,3.6],[68,-13850,501,4.26],[542,-12676,456,3.89],[32,-11353,418,3.49],[-388,-9872,362,3.03],[-30,-11599,420,3.57],[519,-6875,473,2.11],[630,-14555,479,4.47],[-127,-7972,368,2.45],[750,-9938,545,3.05],[-491,-14066,338,4.31],[294,-13868,410,4.25],[196,-12840,466,3.94],[322,-8405,439,2.58],[166,-8903,423,2.73],[-196,-9616,386,2.95],[-642,-13129,338,4.03],[-291,-7234,375,2.22],[103,-9605,338,2.95],[631,-15827,368,4.87],[799,-11621,387,3.57],[-491,-7982,252,2.45],[-628,-15261,258,4.68],[341,-9164,361,2.81],[776,-14587,409,4.47],[-696,-10724,236,3.3],[-545,-15214,297,4.68],[319,-6654,391,2.04],[390,-9824,405,3.01],[-560,-13781,278,4.24],[-747,-13313,225,4.09],[360,-15296,370,4.7],[-576,-10703,265,3.28],[-282,-13704,313,4.2],[-7,-14800,268,4.55],[599,-10049,346,3.09],[-707,-14377,198,4.42],[3,-8905,279,2.73],[-487,-12793,239,3.92],[-456,-16168,240,4.97],[-733,-16019,183,4.91],[-224,-10722,238,3.29],[-222,-12655,228,3.89],[-717,-8887,200,2.73],[-531,-9312,228,2.86],[505,-15183,305,4.67],[-105,-7199,220,2.21],[-335,-10213,204,3.13],[-747,-15889,213,4.88],[-591,-11502,232,3.54],[-245,-9032,190,2.78],[-200,-14143,153,4.34],[64,-14901,203,4.57],[74,-13780,203,4.23],[67,-14777,178,4.54],[-38,-12022,146,3.69],[-667,-6707,122,2.06],[-36,-8805,155,2.7],[551,-10478,193,3.22],[257,-9243,217,2.84],[533,-10924,200,3.35],[-292,-7011,185,2.15],[756,-12969,211,3.98],[-491,-15208,140,4.66],[619,-14679,253,4.5],[-380,-14031,158,4.3],[-121,-8239,132,2.53],[-680,-11724,101,3.6],[-574,-11313,78,3.47],[190,-12088,119,3.71],[-218,-10431,129,3.21],[-20,-11622,138,3.57],[-87,-15068,127,4.63],[80,-13754,96,4.22],[-651,-11805,82,3.63],[108,-11114,145,3.41],[742,-12858,137,3.94],[-353,-7882,78,2.42],[-3,-9680,86,2.98],[-108,-14584,109,4.49],[372,-8011,88,2.46],[-224,-12669,105,3.9],[45,-7431,56,2.28],[-716,-8002,51,2.46],[195,-11678,25,3.59],[-567,-9732,33,2.99],[144,-6900,49,2.12],[74,-14351,71,4.4],[752,-16123,38,4.96],[239,-12540,61,3.86],[-587,-7764,33,2.39],[-30,-14727,15,4.53],[104,-7460,38,2.29],[742,-15878,61,4.88],[180,-11749,7,3.6],[-556,-13902,38,4.27],[350,-11902,47,3.65],[-786,-10237,1,3.14],[-474,-9961,-62,3.06],[502,-8263,-47,2.54],[-417,-15261,-9,4.69],[-428,-7928,-44,2.43],[-212,-10210,-50,3.13],[529,-14815,-76,4.56],[590,-7695,-16,2.36],[413,-6656,-9,2.04],[-14,-16140,-67,4.95],[288,-15531,-25,4.78],[26,-14392,-53,4.43],[446,-14899,-74,4.57],[-378,-14282,-59,4.38],[564,-6721,-22,2.06],[642,-13731,-23,4.22],[-345,-6640,-1,2.04],[-354,-11823,-92,3.63],[420,-13074,-156,4.02],[-776,-10500,-107,3.23],[-26,-14519,-83,4.47],[690,-13505,-133,4.15],[-485,-11867,-80,3.65],[-770,-9430,-74,2.89],[-249,-6626,-87,2.04],[609,-9591,-150,2.95],[-361,-11026,-71,3.38],[145,-9486,-83,2.91],[795,-6523,-97,2],[-515,-7601,-102,2.33],[-183,-9487,-134,2.92],[311,-14164,-141,4.35],[427,-9566,-101,2.94],[110,-13273,-191,4.08],[-755,-14222,-135,4.36],[754,-12065,-221,3.7],[780,-6652,-266,2.04],[-353,-11246,-163,3.46],[772,-12946,-230,3.98],[94,-12929,-188,3.98],[753,-10506,-208,3.22],[-253,-6873,-176,2.11],[491,-6985,-171,2.14],[-632,-7007,-170,2.15],[543,-9740,-220,2.99],[390,-9033,-210,2.77],[-11,-8289,-210,2.54],[-682,-8081,-129,2.48],[546,-13539,-209,4.15],[794,-15075,-287,4.62],[-358,-15636,-220,4.8],[-123,-8035,-258,2.47],[368,-13560,-261,4.17],[-307,-12448,-226,3.83],[-788,-13918,-177,4.27],[-19,-13998,-269,4.29],[-215,-10797,-225,3.32],[617,-14755,-273,4.54],[497,-8721,-262,2.68],[774,-12585,-350,3.87],[437,-11669,-314,3.59],[-62,-12543,-283,3.85],[-524,-8958,-190,2.75],[393,-14695,-278,4.51],[62,-12776,-272,3.93],[62,-10755,635,3.28],[531,-9928,692,3.03],[-597,-12916,517,3.94],[128,-14319,673,4.38],[434,-11333,710,3.47],[-623,-10725,475,3.27],[-101,-12926,625,3.95],[563,-13632,718,4.16],[-304,-8375,539,2.56],[-15,-9798,585,2.99],[-792,-7321,487,2.24],[-1,-12357,646,3.78],[-422,-11636,547,3.56],[518,-10350,711,3.16],[650,-7367,786,2.25],[-757,-15755,448,4.82],[588,-7802,-324,2.38],[-188,-12225,-227,3.73],[392,-13668,-289,4.17],[616,-8694,-303,2.66],[-590,-15500,-203,4.73],[123,-7123,-293,2.18],[-456,-13372,-206,4.09],[-488,-13745,-235,4.21],[349,-6608,-259,2.02],[661,-11787,-315,3.6],[671,-15097,-288,4.61],[294,-14750,-255,4.51],[541,-15988,-265,4.88],[44,-6917,-249,2.11],[25,-10643,-247,3.25],[-240,-10659,-255,3.25],[-332,-12941,569,3.94],[-645,-12700,523,3.87],[761,-9782,732,2.97],[132,-9557,650,2.91],[465,-9014,682,2.74],[397,-14622,678,4.44],[-367,-7043,559,2.14],[-641,-6801,521,2.07],[-316,-15640,542,4.76],[-611,-14269,516,4.33],[-147,-10499,602,3.19],[-381,-15832,563,4.82],[-768,-15032,458,4.58],[458,-14194,680,4.32],[601,-7742,773,2.35],[-218,-8532,554,2.59],[-514,-11232,-223,3.41],[-430,-11445,-233,3.48],[-650,-11902,-183,3.62],[499,-14407,-270,4.39],[611,-9589,-289,2.91],[-436,-7075,-217,2.15],[658,-12422,-350,3.78],[-210,-13598,-207,4.14],[-53,-15221,-276,4.63],[342,-12442,-272,3.79],[701,-13334,-337,4.05],[-321,-10428,-249,3.17],[-314,-13253,-252,4.03],[244,-13424,-287,4.08],[207,-9047,-255,2.75],[-658,-15922,-195,4.85],[-127,-10481,595,3.17],[-523,-10462,528,3.17],[-284,-15303,577,4.64],[759,-11273,742,3.42],[204,-14309,675,4.34],[256,-13924,648,4.22],[419,-13224,708,4],[246,-11058,691,3.35],[-8,-15119,657,4.57],[531,-7930,746,2.4],[-415,-11020,546,3.33],[-615,-10888,501,3.29],[-749,-10207,449,3.09],[215,-11680,646,3.54],[219,-7352,639,2.23],[-774,-11251,472,3.4],[-432,-10697,501,3.24],[-176,-11948,491,3.62],[159,-9030,571,2.73],[157,-15040,604,4.55],[-714,-8348,417,2.53],[394,-14705,595,4.44],[-407,-12481,475,3.78],[-291,-14485,487,4.38],[-124,-16501,523,4.99],[657,-9433,660,2.85],[351,-10266,612,3.1],[747,-11462,723,3.47],[-514,-11084,480,3.36],[106,-10839,542,3.28],[-776,-11756,439,3.55],[78,-13036,570,3.95],[453,-14719,735,4.43],[644,-9671,712,2.91],[-336,-8848,561,2.66],[485,-9673,685,2.91],[267,-16292,650,4.91],[-157,-14714,612,4.43],[318,-15714,713,4.74],[1,-16493,601,4.96],[43,-12709,606,3.83],[639,-9134,726,2.75],[636,-14247,780,4.29],[-166,-12286,584,3.7],[660,-11222,729,3.38],[-273,-6997,595,2.11],[-413,-13423,570,4.04],[-23,-9771,646,2.94],[-358,-9773,478,2.94],[-274,-9746,501,2.93],[-29,-9567,572,2.88],[-517,-7091,473,2.14],[-66,-9461,557,2.85],[-385,-14756,495,4.45],[474,-6905,619,2.08],[-172,-8745,490,2.63],[678,-10098,665,3.04],[249,-8421,567,2.54],[322,-9954,589,3],[-436,-9815,487,2.95],[772,-7004,667,2.11],[205,-8786,578,2.64],[460,-12733,631,3.84],[176,-12964,600,3.9],[-53,-10440,467,3.14],[-400,-12540,406,3.77],[-658,-8721,356,2.63],[-93,-16218,444,4.89],[341,-12540,544,3.77],[779,-13480,629,4.07],[623,-12067,569,3.63],[173,-13489,517,4.07],[-270,-8725,413,2.63],[-552,-14469,376,4.35],[540,-10829,595,3.26],[-179,-9182,419,2.76],[565,-12480,560,3.76],[679,-11175,582,3.37],[-429,-10722,403,3.23],[-565,-11379,407,3.43],[-360,-12985,557,3.9],[-284,-9730,539,2.92],[-792,-8789,454,2.64],[-524,-10355,546,3.1],[525,-13161,697,3.94],[675,-6742,743,2.02],[541,-12527,725,3.75],[-292,-11131,537,3.33],[144,-16033,639,4.81],[-186,-10798,614,3.23],[-503,-16216,522,4.87],[-298,-12635,568,3.79],[473,-8095,729,2.43],[40,-7773,619,2.33],[-669,-9723,498,2.92],[704,-9860,756,2.96],[645,-12017,668,3.6],[-315,-13591,469,4.08],[20,-7300,574,2.19],[204,-9880,591,2.96],[272,-13962,635,4.18],[-512,-7481,467,2.24],[524,-7161,647,2.15],[751,-10439,679,3.13],[-340,-13048,481,3.91],[604,-8759,642,2.62],[388,-9661,585,2.89],[156,-14971,607,4.49],[521,-16275,659,4.89],[63,-14850,547,4.45],[-335,-14920,507,4.47],[210,-16444,549,4.94],[-14,-8375,469,2.51],[160,-11241,508,3.37],[697,-10961,589,3.28],[521,-6685,543,2],[577,-16161,532,4.84],[536,-15072,572,4.51],[-386,-12804,389,3.84],[-579,-7804,365,2.34],[-670,-7692,372,2.31],[126,-6965,497,2.09],[-538,-10751,382,3.23],[351,-9022,514,2.71],[175,-8844,481,2.65],[-619,-13005,379,3.89],[421,-9258,570,2.78],[400,-13013,510,3.91],[-633,-12065,-462,3.62],[301,-9858,-606,2.96],[44,-15753,-562,4.72],[-550,-16461,-435,4.93],[-553,-7563,-458,2.27],[693,-12434,-637,3.72],[-76,-11919,-550,3.58],[-226,-11892,-542,3.56],[407,-14558,-592,4.37],[332,-11718,-590,3.52],[156,-8830,-557,2.65],[-509,-10295,-445,3.08],[-228,-13706,-495,4.1],[603,-15771,-655,4.73],[-464,-16206,-467,4.85],[-271,-8033,-535,2.41],[-562,-8315,-435,2.48],[71,-15957,-538,4.75],[-462,-15830,-471,4.73],[212,-9337,-550,2.78],[-518,-7421,-473,2.21],[-386,-10946,-477,3.26],[-88,-11859,-556,3.53],[559,-16261,-625,4.84],[-422,-14500,-507,4.32],[691,-10748,-671,3.2],[481,-6775,-636,2.02],[295,-11152,-593,3.32],[-463,-8556,-495,2.55],[-700,-15274,-409,4.56],[-495,-10376,-469,3.09],[-416,-11419,-504,3.4],[-321,-15206,-471,4.51],[711,-15375,-691,4.57],[-390,-16034,-512,4.77],[184,-13282,-550,3.95],[-624,-6766,-467,2.01],[-369,-11060,-498,3.29],[-417,-7275,-467,2.16],[-46,-16689,-555,4.96],[-301,-11746,-468,3.49],[224,-10889,-586,3.24],[484,-7171,-613,2.13],[107,-13811,-582,4.11],[539,-14897,-684,4.42],[-476,-13773,-480,4.09],[728,-13421,-643,3.99],[-788,-7894,-419,2.34],[344,-11803,-648,3.49],[-270,-8128,-521,2.4],[370,-15072,-637,4.45],[259,-14745,-585,4.35],[55,-11140,-537,3.29],[-754,-11198,-397,3.31],[-163,-8455,-508,2.5],[546,-9071,-605,2.68],[-239,-6923,-501,2.05],[740,-16568,-687,4.9],[427,-11984,-602,3.54],[-104,-7288,-527,2.15],[-737,-9152,-426,2.71],[-410,-11046,-472,3.27],[-632,-14884,-421,4.39],[-778,-9249,-413,2.73],[-650,-12777,-447,3.75],[-750,-15096,-396,4.45],[-783,-7322,-385,2.15],[723,-13814,-710,4.07],[-224,-10216,-492,3.01],[-709,-15591,-400,4.58],[-301,-13670,-506,4.02],[422,-14893,-629,4.39],[322,-15535,-638,4.56],[11,-8078,-570,2.38],[172,-11194,-577,3.3],[-640,-6980,-413,2.05],[-295,-15881,-531,4.66],[227,-12327,-626,3.62],[671,-12027,-692,3.53],[-184,-16110,-551,4.73],[-317,-16301,-467,4.77],[-721,-11217,-442,3.29],[-342,-14601,-485,4.28],[-571,-16670,-448,4.87],[-248,-14538,-498,4.25],[-74,-15430,-507,4.52],[134,-9411,-548,2.75],[300,-13447,-596,3.93],[641,-13808,-674,4.05],[-700,-9031,-406,2.64],[-117,-9175,-543,2.68],[417,-11649,-642,3.41],[-332,-9878,-522,2.89],[-158,-13279,-494,3.89],[-439,-9226,-496,2.7],[-546,-11737,-455,3.43],[-294,-11551,-495,3.36],[-403,-13718,-460,3.99],[556,-8701,-639,2.54],[-732,-7076,-397,2.06],[114,-12027,-595,3.5],[-388,-11234,-468,3.28],[22,-10320,-560,3],[-207,-11512,-548,3.35],[-589,-15564,-446,4.53],[289,-9154,-570,2.67],[-178,-13857,-496,4.03],[-488,-9636,-475,2.81],[327,-7325,-613,2.13],[-321,-14834,-490,4.32],[-462,-8468,-470,2.47],[254,-15691,-625,4.58],[462,-11809,-597,3.43],[33,-17049,-521,4.95],[-402,-7168,-455,2.08],[-796,-8112,-401,2.35],[-635,-14368,-437,4.16],[-763,-16478,-404,4.78],[614,-13569,-662,3.93],[206,-15895,-582,4.6],[543,-8106,-652,2.35],[765,-10237,-691,2.97],[447,-9620,-656,2.79],[-183,-16571,-524,4.8],[-650,-17020,-444,4.94],[-573,-10547,-470,3.06],[-391,-12803,-463,3.71],[675,-15137,-636,4.4],[-657,-13729,-429,3.96],[-314,-17293,-526,4.99],[-152,-9056,-510,2.62],[796,-8154,-646,2.35],[-329,-15947,-525,4.6],[-506,-16552,-446,4.78],[632,-11006,-653,3.18],[-351,-16355,-495,4.73],[-376,-15812,-481,4.56],[-304,-12887,-489,3.72],[-681,-11098,-418,3.21],[774,-10509,-727,3.04],[120,-14344,-586,4.14],[-422,-9137,-504,2.64],[-43,-7736,-530,2.23],[-443,-10593,-458,3.06],[380,-8433,-615,2.42],[-525,-12632,-456,3.63],[-146,-13729,-504,3.95],[-420,-13197,-457,3.79],[496,-12906,-676,3.7],[-330,-14174,-467,4.08],[126,-15955,-578,4.59],[-686,-10825,-403,3.11],[-434,-12658,-495,3.64],[-459,-9432,-444,2.71],[208,-9952,-567,2.86],[-228,-14069,-503,4.05],[-135,-10284,-558,2.96],[396,-13552,-654,3.89],[342,-17282,-583,4.97],[672,-7652,-636,2.2],[16,-10085,-528,2.88],[2,-17223,-578,4.92],[22,-12979,-526,3.72],[-323,-15698,-484,4.49],[-291,-11489,-525,3.28],[-373,-9208,-491,2.63],[792,-8125,-676,2.32],[-262,-15177,-536,4.34],[-758,-8388,-427,2.4],[800,-15392,-660,4.4],[-486,-8845,-468,2.53],[-26,-7891,-578,2.26],[-172,-17382,-511,4.98],[494,-15127,-669,4.32],[714,-15976,-673,4.56],[130,-10167,-597,2.91],[-272,-9597,305,2.73],[433,-9907,349,2.82],[220,-15422,351,4.4],[-411,-8216,264,2.34],[-97,-13032,340,3.71],[771,-17059,438,4.86],[-415,-11408,274,3.25],[-357,-13823,290,3.94],[-54,-8911,349,2.54],[-726,-15939,265,4.54],[434,-7638,342,2.17],[-247,-10733,273,3.06],[-100,-17526,291,4.99],[-218,-12210,313,3.47],[463,-13905,364,3.96],[288,-13690,337,3.89],[73,-17035,295,4.85],[139,-15647,282,4.45],[71,-15885,241,4.52],[747,-9534,335,2.72],[98,-16586,261,4.73],[-170,-13440,240,3.82],[491,-15910,284,4.52],[288,-13471,248,3.83],[-201,-13390,262,3.82],[-21,-11314,227,3.22],[80,-8956,281,2.55],[91,-10607,232,3.02],[706,-14915,339,4.24],[-136,-12848,266,3.66],[-516,-7161,186,2.04],[-643,-15036,182,4.29],[-84,-14060,165,4.01],[782,-14887,217,4.23],[541,-13108,193,3.74],[478,-7771,188,2.21],[402,-12232,228,3.49],[14,-13858,220,3.94],[181,-14602,156,4.16],[126,-11950,188,3.41],[-228,-16831,167,4.79],[-50,-17494,160,4.97],[545,-17063,230,4.85],[177,-9662,160,2.75],[491,-15934,201,4.54],[79,-9628,212,2.74],[-566,-12636,177,3.6],[763,-12271,213,3.5],[395,-13817,133,3.94],[-522,-11426,69,3.25],[-561,-17400,110,4.95],[-399,-15790,88,4.49],[-346,-16774,127,4.77],[-507,-7372,71,2.1],[-485,-7738,102,2.2],[645,-13240,168,3.77],[553,-9102,135,2.59],[-442,-17180,65,4.89],[0,-10577,109,3.01],[182,-16341,109,4.66],[-166,-11782,75,3.36],[31,-10646,137,3.03],[-717,-13927,102,3.96],[-357,-8391,100,2.39],[186,-12358,39,3.52],[-639,-14732,42,4.2],[672,-8830,68,2.51],[-360,-15995,55,4.55],[-221,-17330,16,4.93],[-243,-14069,22,4],[-553,-13311,33,3.79],[-560,-8067,5,2.3],[104,-15740,6,4.48],[-242,-10272,59,2.93],[-124,-14473,13,4.13],[-477,-16315,37,4.64],[89,-8217,14,2.34],[-292,-10147,19,2.89],[181,-10915,11,3.11],[561,-11247,40,3.2],[705,-13222,604,3.75],[-398,-8403,418,2.38],[-246,-16882,448,4.79],[112,-10709,480,3.04],[-35,-11187,484,3.17],[64,-9355,516,2.65],[-600,-16336,382,4.64],[-665,-11615,364,3.29],[-278,-13166,414,3.73],[635,-12603,599,3.57],[-745,-13001,338,3.68],[-70,-13929,473,3.94],[157,-17162,500,4.87],[-346,-12582,447,3.56],[-559,-15493,418,4.4],[-443,-11204,439,3.18],[697,-12685,476,3.59],[512,-7812,468,2.21],[-294,-10104,393,2.87],[523,-17530,474,4.98],[-670,-16005,334,4.53],[293,-14395,448,4.08],[721,-12133,542,3.44],[616,-16085,450,4.55],[-739,-9196,310,2.61],[-721,-10352,284,2.94],[-10,-9016,417,2.55],[-181,-15539,400,4.4],[-503,-13736,320,3.89],[-398,-16157,343,4.58],[239,-11652,438,3.31],[-683,-12578,343,3.57],[-698,-16343,235,4.63],[583,-10130,396,2.87],[648,-13213,368,3.75],[-45,-15713,342,4.46],[-110,-10337,324,2.93],[-493,-15032,261,4.26],[-349,-14339,280,4.07],[218,-9511,369,2.7],[-602,-12499,283,3.55],[525,-12907,409,3.66],[424,-15327,382,4.35],[-278,-12587,281,3.57],[401,-9437,407,2.68],[494,-16776,419,4.76],[-529,-8789,278,2.49],[-205,-15272,320,4.33],[-620,-16655,182,4.73],[-20,-10924,276,3.09],[203,-9150,238,2.59],[80,-16285,253,4.62],[40,-9578,225,2.72],[275,-9586,309,2.72],[-346,-13825,242,3.92],[285,-17383,241,4.93],[178,-10854,239,3.08],[162,-9508,255,2.7],[334,-14653,263,4.16],[5,-15987,281,4.53],[433,-8420,305,2.39],[596,-13100,265,3.71],[-377,-8820,234,2.5],[-74,-10147,240,2.88],[47,-13321,183,3.77],[-425,-12008,182,3.4],[-161,-14648,191,4.16],[569,-15471,200,4.38],[261,-9307,190,2.64],[-343,-11759,179,3.34],[501,-12790,253,3.62],[197,-13350,170,3.79],[221,-10777,232,3.05],[723,-15102,235,4.29],[180,-10352,219,2.94],[606,-11177,228,3.17],[256,-10748,162,3.04],[-174,-12786,185,3.63],[419,-14833,199,4.2],[-772,-7929,133,2.25],[-218,-17340,81,4.91],[1,-9541,118,2.71],[458,-10349,86,2.93],[16,-9568,144,2.71],[356,-10594,87,3],[-551,-13571,118,3.85],[541,-12615,135,3.57],[537,-10839,139,3.07],[369,-7987,155,2.26],[311,-7191,98,2.04],[270,-14638,146,4.14],[360,-8273,145,2.34],[-680,-8153,114,2.31],[354,-15753,145,4.46],[478,-15721,146,4.46],[161,-14338,151,4.07],[756,-8388,12,2.38],[589,-13507,72,3.83],[55,-14709,56,4.17],[-109,-12864,1,3.65],[-70,-11586,3,3.29],[-582,-9228,35,2.62],[434,-8453,46,2.4],[689,-7639,51,2.17],[442,-15742,69,4.47],[-204,-8319,23,2.36],[286,-12828,23,3.63],[663,-9785,29,2.77],[-7,-13398,54,3.8],[-720,-15546,35,4.41],[509,-10866,44,3.08],[17,-7728,8,2.19],[414,-12688,-9,3.59],[-446,-14015,-46,3.97],[-790,-10388,-33,2.95],[-457,-15682,-4,4.44],[312,-12825,-18,3.63],[-337,-8280,-17,2.35],[-35,-7940,-67,2.25],[772,-9465,-21,2.68],[-508,-15372,-25,4.36],[684,-14037,-29,3.97],[-335,-10247,-41,2.91],[560,-7336,-57,2.08],[-258,-8466,-35,2.4],[-141,-9471,-34,2.68],[667,-16425,-57,4.65],[510,-13344,-27,3.78],[-377,-7526,-125,2.13],[-149,-13555,-77,3.84],[142,-16031,-134,4.55],[-463,-16024,-89,4.55],[355,-8472,-163,2.4],[-290,-11997,-97,3.4],[345,-7768,-133,2.2],[-639,-11061,-84,3.14],[327,-11980,-130,3.39],[544,-9717,-157,2.76],[743,-15796,-116,4.47],[558,-15118,-173,4.29],[-754,-10149,-84,2.88],[122,-10377,-134,2.94],[414,-15010,-120,4.26],[736,-9528,-116,2.7],[-662,-15802,456,4.46],[-287,-9522,481,2.69],[158,-13137,551,3.71],[787,-9258,729,2.61],[-141,-16339,544,4.61],[551,-15201,682,4.29],[-253,-11049,508,3.12],[494,-10819,616,3.05],[434,-7924,652,2.24],[620,-15196,650,4.28],[20,-8529,577,2.41],[-12,-8618,546,2.43],[565,-10442,628,2.95],[237,-15958,620,4.51],[8,-9354,536,2.64],[-755,-14307,417,4.04],[501,-10405,542,2.94],[-26,-7129,496,2.01],[-442,-9833,426,2.78],[-537,-7827,406,2.21],[537,-10439,573,2.95],[786,-15640,629,4.41],[483,-11799,511,3.33],[286,-14956,492,4.22],[-113,-10705,471,3.02],[-357,-13936,413,3.93],[777,-12443,626,3.51],[583,-8700,546,2.45],[275,-10859,555,3.06],[-475,-12750,422,3.6],[279,-8028,529,2.27],[-342,-17358,412,4.9],[-399,-13951,342,3.93],[362,-16852,428,4.76],[-569,-16082,359,4.53],[-464,-16124,320,4.55],[446,-13728,477,3.87],[-615,-15570,322,4.39],[-97,-13285,426,3.75],[486,-8776,474,2.48],[-540,-7611,307,2.15],[595,-15139,455,4.28],[572,-12358,485,3.49],[188,-17370,413,4.9],[-576,-13031,347,3.68],[-725,-10020,318,2.83],[-313,-7712,348,2.18],[-796,-8066,312,2.28],[281,-11038,365,3.12],[-375,-15607,322,4.41],[732,-16882,416,4.76],[-666,-17375,236,4.91],[-649,-8882,263,2.51],[396,-14463,392,4.08],[660,-9882,415,2.79],[-419,-13654,275,3.86],[87,-16575,355,4.67],[725,-13184,372,3.72],[448,-8576,387,2.42],[-215,-8841,331,2.5],[277,-17068,369,4.82],[4,-8677,326,2.45],[-62,-16308,294,4.6],[-74,-11614,345,3.28],[526,-14311,284,4.03],[37,-8040,245,2.27],[-618,-16368,222,4.61],[-342,-7723,226,2.18],[-39,-13946,272,3.93],[783,-7698,340,2.17],[129,-11138,293,3.14],[96,-10892,289,3.08],[-600,-11513,213,3.25],[-274,-13601,260,3.83],[-560,-14555,229,4.11],[-26,-15570,264,4.4],[149,-11201,276,3.16],[139,-7454,240,2.1],[164,-9282,288,2.62],[151,-12812,281,3.61],[-387,-14214,169,4.01],[-636,-17387,126,4.9],[-693,-12786,136,3.6],[-299,-16846,170,4.75],[-722,-14182,138,4.01],[-411,-16139,163,4.56],[277,-12213,233,3.44],[157,-16711,182,4.72],[-75,-15304,213,4.32],[-631,-17026,172,4.8],[332,-9808,231,2.77],[779,-12549,257,3.54],[-341,-11148,166,3.14],[283,-13185,203,3.72],[238,-15276,168,4.32],[222,-8522,221,2.41],[-85,-7593,74,2.14],[496,-16486,143,4.65],[-585,-14868,78,4.2],[585,-17679,106,4.99],[676,-9865,155,2.78],[-362,-7228,117,2.04],[-437,-15909,101,4.48],[187,-9411,104,2.66],[-504,-15721,109,4.43],[-198,-11802,131,3.33],[-714,-12698,90,3.59],[-508,-10508,64,2.96],[75,-16904,102,4.77],[761,-14912,177,4.21],[292,-12809,132,3.62],[568,-10078,163,2.85],[518,-14308,2,4.04],[-626,-7596,37,2.14],[424,-9803,33,2.76],[-93,-12255,42,3.46],[-265,-11618,14,3.28],[-405,-11961,59,3.37],[-221,-15120,63,4.26],[221,-13809,15,3.9],[-688,-16122,48,4.55],[-752,-16071,27,4.53],[-573,-14656,8,4.13],[-404,-12355,9,3.48],[683,-13418,18,3.79],[-747,-11372,18,3.21],[-594,-13153,5,3.71],[-318,-7966,31,2.25],[503,-9991,-1,2.82],[98,-12674,-60,3.58],[424,-13061,-65,3.69],[-627,-16016,-21,4.52],[-117,-13230,-53,3.73],[294,-8029,-19,2.27],[83,-11896,-40,3.36],[255,-13928,-79,3.93],[174,-13304,-31,3.75],[-771,-16384,-9,4.62],[-472,-14470,-5,4.08],[791,-12418,-62,3.51],[557,-16371,-81,4.62],[492,-14409,-56,4.06],[-639,-15428,-44,4.36],[131,-11697,-36,3.3],[266,-16471,-124,4.64],[531,-7374,-170,2.08],[-240,-9616,-122,2.71],[-307,-16127,-120,4.56],[-402,-11183,-100,3.15],[50,-15655,-90,4.42],[545,-12594,-100,3.56],[-773,-11497,-100,3.24],[-495,-10174,-67,2.87],[-226,-10097,-117,2.85],[543,-8012,-95,2.26],[727,-8180,-154,2.31],[132,-17558,-79,4.96],[-190,-14852,-81,4.2],[468,-15103,-129,4.26],[-44,-17375,-142,4.91],[512,-12053,-177,3.4],[-396,-15836,-182,4.46],[378,-12721,-227,3.59],[-777,-9684,-127,2.73],[54,-14027,-222,3.96],[-371,-17534,-175,4.95],[-684,-7623,-161,2.15],[-625,-8931,-135,2.52],[697,-15264,-206,4.3],[-187,-10381,-189,2.93],[767,-16150,-222,4.56],[-48,-11269,-212,3.18],[-461,-12409,-175,3.5],[716,-13480,-214,3.8],[185,-11429,-181,3.23],[66,-9337,-217,2.64],[108,-7519,577,2.11],[-610,-10806,433,3.04],[127,-8704,583,2.44],[-501,-7456,460,2.09],[-751,-17685,396,4.97],[297,-10293,572,2.89],[539,-17349,656,4.88],[132,-16029,570,4.51],[658,-11374,689,3.2],[-369,-16837,473,4.73],[-450,-8832,468,2.48],[616,-16044,661,4.51],[340,-8627,584,2.42],[-197,-14115,536,3.97],[190,-15107,602,4.25],[578,-14312,660,4.02],[798,-9107,589,2.56],[-275,-15083,420,4.23],[-40,-10326,487,2.9],[171,-12836,526,3.6],[-92,-7612,484,2.14],[-713,-14881,377,4.18],[519,-12623,525,3.55],[422,-8793,568,2.47],[-566,-9097,387,2.55],[381,-15819,522,4.44],[-362,-12812,396,3.6],[580,-7581,552,2.13],[784,-9892,568,2.78],[-354,-16002,419,4.5],[-561,-8635,416,2.43],[-445,-15568,402,4.38],[-626,-11514,326,3.24],[-717,-8379,309,2.35],[-382,-8661,361,2.43],[483,-15097,439,4.24],[610,-7680,518,2.16],[255,-15569,433,4.38],[390,-15719,422,4.41],[726,-7252,454,2.04],[577,-17596,435,4.94],[-246,-12291,381,3.45],[606,-14138,441,3.98],[-318,-7756,366,2.18],[-137,-7872,370,2.21],[719,-8846,509,2.48],[-107,-8020,374,2.25],[-161,-11695,414,3.28],[643,-11234,-16,3.16],[246,-15841,-77,4.44],[291,-8285,-19,2.33],[470,-15524,-49,4.37],[-697,-9581,-40,2.69],[362,-9754,-3,2.74],[-540,-15802,-39,4.44],[587,-14684,-76,4.13],[-398,-17772,-60,4.99],[269,-8021,-32,2.25],[613,-15004,-75,4.21],[197,-7986,-74,2.24],[-492,-10141,-42,2.85],[252,-10295,-14,2.89],[135,-9051,-36,2.54],[445,-10696,-16,3.01],[13,-11353,-101,3.19],[626,-12668,-126,3.56],[654,-13606,-178,3.83],[730,-17318,-178,4.87],[554,-16169,-165,4.54],[-440,-7922,-103,2.23],[-411,-12504,-125,3.52],[-456,-8434,-115,2.37],[-466,-17607,-123,4.95],[-20,-15501,-102,4.36],[-631,-17372,-112,4.88],[-579,-11892,-77,3.34],[716,-12532,-156,3.52],[-757,-12899,-63,3.62],[-20,-12352,-120,3.47],[-70,-13354,-83,3.75],[635,-17516,-234,4.91],[585,-13868,-247,3.9],[513,-12901,-237,3.63],[34,-8948,-220,2.51],[-261,-10849,-151,3.05],[-34,-8236,-182,2.31],[-328,-16426,-136,4.61],[-311,-15261,-194,4.29],[-184,-15514,-146,4.36],[378,-14501,-186,4.07],[623,-15992,-190,4.5],[-23,-11846,-168,3.33],[46,-11866,-172,3.33],[680,-13151,-223,3.69],[-695,-12989,-144,3.65],[-273,-8862,-163,2.49],[-730,-15009,460,4.2],[647,-13976,720,3.9],[-251,-13084,541,3.66],[145,-14979,679,4.18],[540,-7801,747,2.18],[132,-16077,638,4.49],[-60,-15264,643,4.26],[398,-15135,725,4.23],[-184,-15998,601,4.47],[-38,-13885,615,3.88],[-523,-11353,495,3.17],[672,-17042,755,4.76],[-648,-7710,475,2.16],[-685,-12748,463,3.56],[214,-16796,688,4.7],[-180,-8438,555,2.36],[-570,-17018,472,4.76],[512,-8973,627,2.51],[778,-10920,691,3.05],[-659,-9184,443,2.57],[-780,-10674,415,2.98],[-623,-11996,461,3.36],[149,-17751,602,4.97],[479,-16915,662,4.72],[-27,-9595,542,2.68],[-352,-10879,516,3.04],[283,-13184,621,3.68],[-4,-16952,564,4.74],[36,-10705,573,3],[337,-9981,613,2.79],[751,-16170,638,4.53],[-657,-10317,436,2.89],[95,-12474,-223,3.49],[422,-12213,-237,3.41],[-56,-15536,-145,4.35],[560,-16552,-217,4.63],[209,-17651,-222,4.93],[-24,-10348,-175,2.9],[-553,-9307,-142,2.6],[541,-9210,-223,2.57],[678,-8647,-183,2.42],[17,-17027,-219,4.76],[59,-7499,-211,2.1],[-529,-10889,-145,3.04],[-432,-13901,-146,3.89],[28,-17053,-206,4.77],[-550,-8274,-176,2.31],[-364,-10596,-141,2.96],[-657,-15281,-205,4.28],[-712,-17270,-207,4.83],[517,-10930,-338,3.06],[-761,-11683,-190,3.27],[546,-14879,-313,4.16],[41,-7741,-288,2.16],[-369,-7137,-232,2],[-775,-9066,-183,2.54],[-341,-10606,-199,2.97],[648,-9550,-338,2.67],[160,-11296,-256,3.16],[-655,-8048,-193,2.25],[32,-14707,-243,4.11],[-258,-15023,-214,4.2],[-752,-15146,-212,4.23],[303,-15787,-273,4.41],[-110,-12864,596,3.58],[-494,-9986,509,2.78],[-622,-13274,508,3.7],[189,-14647,667,4.07],[-531,-15687,523,4.36],[-382,-17005,525,4.74],[-406,-8872,559,2.47],[506,-14302,755,3.99],[309,-9540,686,2.65],[-762,-14766,451,4.11],[-743,-17429,474,4.86],[-182,-17857,570,4.97],[9,-15535,625,4.33],[476,-15728,693,4.38],[673,-14699,714,4.09],[59,-15639,610,4.35],[-177,-8607,498,2.4],[-281,-11215,497,3.12],[670,-15147,681,4.22],[459,-15877,655,4.42],[-687,-16939,439,4.71],[57,-12859,586,3.58],[395,-17378,639,4.83],[-565,-8658,449,2.41],[-420,-9042,507,2.52],[485,-10180,673,2.83],[-548,-17607,464,4.9],[82,-10868,570,3.03],[725,-9783,693,2.72],[270,-15368,574,4.27],[687,-9248,662,2.58],[-388,-17458,471,4.85],[-784,-15647,-138,4.36],[-271,-14216,-160,3.96],[-274,-9429,-158,2.63],[-359,-11967,-182,3.33],[-339,-9283,-180,2.59],[241,-8263,-211,2.3],[-286,-11850,-159,3.3],[446,-8502,-179,2.37],[-67,-17470,-204,4.87],[203,-13711,-225,3.81],[-319,-16083,-137,4.48],[-623,-11426,-137,3.18],[466,-15383,-209,4.28],[152,-9642,-155,2.69],[-730,-13723,-113,3.82],[653,-16605,-180,4.62],[77,-13504,-276,3.76],[534,-13081,-275,3.64],[349,-8405,-251,2.34],[-605,-8783,-187,2.45],[-640,-11448,-231,3.18],[271,-12270,-306,3.42],[-535,-9301,-199,2.59],[-11,-15402,-291,4.28],[-37,-7220,-280,2.01],[236,-7323,-270,2.04],[296,-8149,-310,2.27],[93,-13498,-260,3.75],[177,-12388,-277,3.45],[168,-17097,-244,4.75],[-243,-11227,-260,3.12],[-106,-14341,-267,4],[-768,-17864,490,4.95],[-217,-15388,614,4.27],[123,-9220,631,2.55],[563,-11176,745,3.1],[-386,-17364,574,4.81],[29,-8852,650,2.45],[790,-15284,742,4.24],[686,-7208,736,2],[-381,-15353,573,4.25],[-679,-10795,485,2.99],[639,-10187,779,2.82],[-703,-12124,489,3.36],[-42,-8567,612,2.37],[-463,-13552,505,3.76],[245,-12595,691,3.49],[-282,-11203,595,3.1],[-492,-16908,-195,4.69],[325,-15840,-322,4.39],[611,-15222,-332,4.21],[349,-7520,-278,2.08],[474,-13266,-309,3.68],[588,-11748,-325,3.25],[98,-9665,-236,2.68],[-627,-9104,-219,2.52],[558,-16516,-276,4.57],[158,-12198,-242,3.38],[527,-16394,-291,4.55],[-18,-12312,-249,3.41],[-780,-11817,-192,3.27],[-124,-8328,-217,2.31],[-748,-11471,-174,3.18],[-581,-14560,-190,4.04],[214,-11831,687,3.26],[638,-11548,756,3.19],[357,-9393,723,2.59],[585,-8740,735,2.41],[284,-12621,706,3.48],[-469,-9468,552,2.61],[0,-12767,651,3.52],[361,-10311,676,2.84],[-75,-11848,598,3.27],[-306,-16311,573,4.51],[-580,-10021,497,2.76],[-354,-8574,533,2.37],[441,-10825,746,2.99],[718,-13370,798,3.69],[674,-12822,797,3.54],[766,-15260,812,4.22],[665,-11767,-272,3.25],[-779,-16926,-172,4.68],[632,-15458,-281,4.26],[-583,-9034,-212,2.49],[572,-15075,-324,4.16],[-675,-13155,-182,3.63],[656,-12109,-354,3.34],[-455,-16482,-242,4.54],[621,-9729,-276,2.68],[-593,-17315,-199,4.77],[286,-17003,-243,4.69],[-151,-11199,-215,3.09],[-440,-7842,-216,2.16],[-750,-10225,-197,2.82],[-606,-13722,-223,3.79],[-520,-8789,-214,2.42],[-196,-12964,614,3.56],[72,-16985,674,4.67],[439,-11810,709,3.25],[-644,-9828,506,2.7],[-758,-10981,493,3.02],[210,-10752,676,2.95],[-571,-12521,492,3.44],[-675,-9887,506,2.72],[-107,-8429,619,2.32],[-272,-15660,588,4.3],[-323,-14611,543,4.02],[-142,-15624,616,4.29],[-85,-7285,614,2],[-144,-15399,601,4.23],[-115,-11011,619,3.02],[-303,-12009,557,3.3],[-522,-17929,448,4.92],[222,-9276,557,2.55],[617,-11181,624,3.07],[-746,-15908,392,4.37],[-436,-18018,470,4.95],[-318,-15093,521,4.14],[-476,-16371,474,4.49],[-672,-10539,450,2.89],[671,-16330,662,4.49],[250,-15857,611,4.36],[-468,-15052,482,4.14],[577,-8598,639,2.36],[-78,-8324,552,2.29],[-442,-17919,488,4.93],[364,-9037,636,2.48],[743,-16812,688,4.62],[-244,-11853,-191,3.25],[43,-8197,-202,2.25],[352,-9886,-193,2.72],[-673,-17093,-135,4.7],[553,-10862,-226,2.98],[-205,-13865,-154,3.81],[-456,-16311,-161,4.49],[-549,-13019,-163,3.58],[-362,-9494,-131,2.61],[736,-13199,-186,3.63],[-127,-13237,-192,3.63],[647,-7442,-197,2.04],[-768,-12206,-153,3.36],[19,-9196,-158,2.53],[67,-18179,-203,5],[177,-12471,-180,3.43],[98,-15598,-237,4.29],[-659,-9485,-219,2.61],[575,-11115,-311,3.06],[381,-14331,-254,3.93],[-297,-11232,-247,3.08],[522,-16296,-314,4.48],[82,-18228,-262,5],[-8,-12722,-222,3.49],[776,-11461,-324,3.15],[780,-17096,-300,4.69],[304,-9432,-283,2.59],[60,-16782,-258,4.62],[734,-10929,-350,3],[-656,-17208,-181,4.73],[468,-12218,-269,3.35],[785,-15748,-337,4.33],[550,-14741,773,4.03],[413,-7352,698,2.01],[-113,-10725,571,2.93],[-687,-17138,512,4.69],[-224,-14432,583,3.95],[-172,-12541,608,3.43],[-377,-10583,559,2.89],[21,-11181,621,3.06],[-391,-13027,563,3.57],[-577,-13694,521,3.74],[-319,-15906,567,4.36],[322,-17212,725,4.71],[356,-11869,661,3.24],[-777,-7654,471,2.09],[605,-16406,714,4.48],[681,-16619,732,4.54],[592,-16981,655,4.65],[595,-9837,639,2.69],[535,-13076,650,3.58],[591,-16033,624,4.39],[-395,-16439,458,4.5],[353,-10228,583,2.8],[-668,-10300,414,2.82],[796,-16940,728,4.63],[-244,-14795,540,4.05],[139,-12033,593,3.29],[-85,-17132,521,4.69],[286,-15697,622,4.3],[-99,-10354,546,2.83],[616,-16264,659,4.44],[-136,-17434,533,4.76],[-222,-10939,489,2.99],[-666,-14036,-145,3.84],[-587,-10004,-143,2.74],[-573,-10138,-146,2.77],[211,-14787,-188,4.05],[-297,-14685,-156,4.02],[-117,-11724,-185,3.2],[-477,-9980,-136,2.73],[409,-8663,-192,2.37],[650,-11132,-192,3.05],[-550,-7486,-171,2.05],[-712,-17261,-161,4.73],[-712,-16542,-147,4.53],[-437,-10204,-136,2.79],[-386,-18210,-183,4.97],[338,-16067,-167,4.4],[-375,-15134,-177,4.14],[-571,-16082,-202,4.39],[-106,-14533,-272,3.97],[514,-7745,-263,2.12],[734,-9083,-361,2.48],[146,-11288,-275,3.09],[307,-8263,-273,2.26],[239,-17936,-251,4.91],[218,-11066,-296,3.03],[5,-17109,-278,4.68],[-264,-14322,-210,3.92],[-507,-9925,-188,2.71],[-337,-12713,-242,3.47],[281,-8836,-299,2.42],[98,-17037,-287,4.66],[527,-12239,-319,3.35],[82,-13564,-270,3.71],[-157,-11886,520,3.23],[366,-14339,590,3.91],[240,-12248,621,3.34],[248,-14846,560,4.04],[129,-9167,570,2.5],[483,-9501,633,2.59],[187,-8951,602,2.44],[92,-12916,586,3.51],[538,-13161,642,3.59],[-185,-12555,530,3.42],[-362,-15006,473,4.09],[293,-15470,566,4.21],[550,-10271,684,2.8],[552,-17615,667,4.8],[770,-8710,681,2.37],[119,-14509,586,3.95],[-644,-10666,385,2.91],[477,-15366,545,4.18],[-174,-14852,471,4.04],[209,-11884,514,3.23],[-240,-11516,427,3.13],[-117,-17497,476,4.76],[-640,-10947,369,2.98],[450,-16667,523,4.54],[-754,-13821,369,3.76],[487,-12362,518,3.37],[461,-9600,569,2.62],[-695,-15866,375,4.33],[769,-9768,592,2.66],[-390,-9647,444,2.63],[530,-9514,601,2.59],[696,-13203,576,3.59],[730,-17710,542,4.82],[-333,-16429,328,4.47],[-169,-7867,360,2.14],[-310,-7387,379,2.01],[268,-7664,467,2.09],[-80,-16772,359,4.56],[-57,-12269,406,3.34],[442,-8789,491,2.39],[-498,-12840,325,3.49],[526,-14125,491,3.85],[-662,-10928,310,2.97],[-738,-7972,317,2.17],[-703,-17485,332,4.77],[-282,-14290,384,3.9],[246,-11775,434,3.21],[-251,-13555,346,3.69],[409,-16293,-35,4.43],[-791,-10698,-36,2.91],[746,-11772,-67,3.2],[-56,-10567,-16,2.88],[-144,-15295,-47,4.17],[-662,-16525,-56,4.5],[-94,-11850,-49,3.23],[344,-16249,-12,4.43],[320,-14009,-33,3.81],[-740,-11581,-35,3.15],[-410,-17274,-24,4.7],[376,-13194,-45,3.6],[727,-8208,-5,2.24],[-357,-11882,-30,3.24],[-666,-14557,-50,3.97],[528,-15932,-53,4.34],[-303,-10559,-108,2.88],[773,-9392,-167,2.56],[-323,-9198,-80,2.5],[-392,-12468,-118,3.4],[552,-14637,-126,3.99],[-522,-17975,-81,4.89],[506,-15386,-142,4.19],[785,-11477,-158,3.13],[135,-10972,-123,2.99],[661,-7542,-107,2.05],[-503,-13173,-66,3.58],[474,-13020,-101,3.54],[-539,-15259,-107,4.16],[270,-8978,-155,2.45],[289,-9531,-151,2.59],[627,-12313,-142,3.36],[-47,-18260,-176,4.98],[-587,-17751,-149,4.84],[-574,-17563,-152,4.79],[81,-16497,-166,4.49],[-139,-14842,-207,4.04],[13,-15116,-154,4.12],[722,-11987,-210,3.27],[-243,-8044,-164,2.19],[-703,-10709,-137,2.92],[-242,-9367,-180,2.55],[-769,-12750,-155,3.47],[-461,-15490,-152,4.21],[594,-13863,-210,3.78],[-175,-11371,-183,3.09],[-348,-7855,-181,2.14],[-178,-17529,-178,4.77],[-34,-13949,577,3.79],[-149,-13032,548,3.53],[386,-13046,605,3.54],[793,-12981,698,3.52],[547,-11631,641,3.15],[663,-13211,685,3.58],[-213,-9162,522,2.48],[-379,-14342,489,3.89],[-657,-11141,443,3.02],[597,-9308,697,2.52],[-303,-12211,497,3.31],[-793,-7742,393,2.1],[-658,-15620,416,4.24],[-214,-14659,534,3.98],[-580,-17630,450,4.78],[691,-12888,713,3.49],[263,-11071,478,3],[786,-8555,586,2.32],[-334,-11920,406,3.23],[538,-17407,546,4.72],[-605,-14811,359,4.02],[92,-10714,526,2.91],[292,-16497,550,4.48],[-504,-8580,412,2.33],[717,-14770,581,4.01],[-303,-8703,399,2.36],[646,-11291,604,3.06],[-750,-9541,343,2.59],[-638,-11376,364,3.09],[428,-11459,531,3.11],[-208,-17983,435,4.87],[-599,-7798,389,2.11],[-658,-9691,319,2.63],[491,-11198,455,3.04],[-209,-13848,407,3.75],[-490,-15296,320,4.15],[-329,-16076,377,4.35],[-523,-17213,306,4.67],[-732,-13807,303,3.74],[-789,-16779,309,4.55],[-333,-14464,390,3.92],[-737,-10765,331,2.92],[789,-18392,537,4.98],[248,-10692,397,2.9],[-448,-8519,374,2.31],[-580,-17217,355,4.67],[-547,-12993,358,3.53],[508,-12772,473,3.46],[-675,-8908,262,2.42],[-327,-14278,322,3.87],[-176,-7812,299,2.12],[602,-10341,365,2.8],[-508,-8253,260,2.24],[318,-12743,386,3.45],[-237,-12727,294,3.45],[740,-10786,452,2.93],[-566,-14404,253,3.9],[563,-11089,418,3.01],[-695,-17094,229,4.64],[-136,-10643,350,2.89],[596,-7968,432,2.16],[456,-9723,389,2.64],[323,-15141,382,4.1],[-168,-7784,319,2.11],[352,-14677,269,3.98],[-601,-15670,232,4.25],[734,-9675,308,2.62],[377,-7583,262,2.06],[80,-11033,259,2.99],[-224,-8447,223,2.29],[-218,-10225,208,2.77],[33,-7443,257,2.02],[-737,-16134,220,4.38],[-626,-8197,219,2.22],[372,-12294,326,3.34],[-418,-10525,232,2.86],[650,-7398,303,2.01],[643,-15580,274,4.23],[88,-10225,239,2.77],[-257,-15452,269,4.19],[453,-15869,250,4.31],[-425,-14667,163,3.98],[-389,-11040,183,2.99],[474,-9242,174,2.51],[-568,-9989,140,2.71],[598,-10044,176,2.72],[-32,-9501,186,2.58],[-454,-13661,179,3.71],[-226,-13067,145,3.54],[437,-10238,216,2.78],[379,-16924,219,4.59],[-725,-16056,144,4.36],[-684,-14656,133,3.97],[684,-17095,184,4.64],[-668,-15960,144,4.33],[336,-9962,178,2.7],[774,-11590,113,3.14],[30,-17549,91,4.76],[-118,-8532,86,2.31],[324,-16919,157,4.59],[-262,-11117,70,3.02],[-64,-17015,74,4.62],[-626,-9990,72,2.71],[-2,-8379,146,2.27],[-200,-15232,87,4.13],[-313,-11155,115,3.03],[127,-15943,107,4.33],[-362,-18016,71,4.88],[-405,-13704,78,3.72],[-373,-9798,121,2.66],[-528,-9757,61,2.64],[-660,-9327,86,2.53],[-78,-16161,13,4.38],[616,-10519,32,2.85],[157,-8150,30,2.21],[-613,-13111,46,3.56],[512,-14379,15,3.9],[-740,-15360,2,4.17],[-306,-9250,42,2.51],[734,-10823,63,2.93],[608,-13082,33,3.54],[-218,-13992,23,3.79],[326,-7842,38,2.13],[-246,-8359,65,2.27],[173,-14342,77,3.89],[-156,-14889,43,4.03],[214,-8107,13,2.2],[449,-16202,18,4.4],[-263,-17760,-37,4.82],[30,-15259,-39,4.13],[-421,-8180,-24,2.22],[-125,-17175,-17,4.66],[-661,-17072,-51,4.63],[125,-15648,-28,4.25],[-398,-17688,-48,4.8],[213,-10760,-3,2.92],[-173,-11369,-32,3.08],[-290,-16336,-56,4.43],[367,-11318,-72,3.07],[318,-15946,-52,4.33],[512,-15521,-5,4.21],[20,-7364,-13,2],[180,-16395,-71,4.44],[-269,-17903,-14,4.86],[-280,-17920,-93,4.85],[413,-12084,-162,3.28],[695,-17666,-172,4.78],[-753,-13802,-101,3.75],[104,-10015,-99,2.71],[-623,-10260,-111,2.78],[-23,-12856,-97,3.48],[58,-18262,-81,4.96],[-187,-12196,-93,3.3],[-790,-10934,-95,2.96],[-521,-11569,-99,3.14],[658,-10245,-120,2.78],[-45,-11731,-80,3.18],[271,-15817,-101,4.29],[-622,-18266,-66,4.95],[-59,-8106,-114,2.2],[-313,-16259,-159,4.4],[-610,-9123,-164,2.47],[510,-13348,-222,3.62],[636,-17271,-202,4.68],[-650,-11598,-137,3.15],[-333,-17742,-163,4.82],[-740,-14301,-132,3.88],[291,-7641,-195,2.07],[-228,-9090,-158,2.46],[-451,-8451,-152,2.29],[-474,-15270,-134,4.14],[12,-17652,-198,4.79],[-673,-16216,-129,4.4],[34,-8230,-213,2.23],[-503,-9186,-173,2.49],[-326,-14310,-190,3.88],[440,-12305,558,3.32],[-568,-10225,372,2.76],[-86,-17261,473,4.67],[-292,-10340,452,2.79],[401,-8484,509,2.29],[486,-8615,510,2.33],[69,-14591,512,3.94],[-558,-14257,394,3.85],[-613,-12710,410,3.43],[479,-17567,577,4.75],[-686,-13129,390,3.55],[266,-10778,508,2.91],[422,-8707,546,2.35],[205,-17091,517,4.61],[674,-16162,559,4.37],[-115,-12060,446,3.26],[397,-11760,443,3.17],[-680,-12132,306,3.28],[-179,-13271,381,3.59],[689,-10519,503,2.84],[5,-11498,400,3.11],[-785,-8114,287,2.19],[-137,-11883,419,3.21],[-311,-12053,391,3.26],[597,-14013,454,3.79],[-330,-12971,348,3.5],[-432,-15911,331,4.3],[492,-17732,475,4.79],[-769,-16013,299,4.33],[592,-9308,445,2.51],[578,-9574,463,2.58],[-32,-9968,408,2.69],[-734,-13390,249,3.62],[358,-18129,386,4.89],[778,-17529,417,4.74],[-758,-10606,229,2.86],[-109,-15911,347,4.3],[441,-7442,399,2.01],[6,-17789,341,4.8],[-14,-10163,343,2.74],[416,-16047,362,4.34],[-91,-17480,327,4.72],[364,-18445,378,4.99],[-60,-8252,337,2.23],[-368,-14254,299,3.84],[-118,-15458,328,4.18],[180,-16087,332,4.35],[-4,-7754,361,2.09],[436,-11237,265,3.04],[41,-13775,291,3.72],[564,-12572,346,3.4],[-330,-14088,201,3.8],[-653,-17882,203,4.83],[-344,-8746,252,2.36],[408,-12095,310,3.27],[-208,-9081,225,2.45],[689,-11734,318,3.17],[313,-8248,272,2.23],[722,-10992,316,2.97],[-485,-16634,245,4.49],[-513,-15744,217,4.25],[-646,-17409,222,4.71],[-404,-16956,215,4.58],[192,-15477,304,4.17],[277,-17641,201,4.77],[-437,-9074,148,2.45],[102,-17262,201,4.67],[393,-9860,169,2.66],[6,-15292,182,4.12],[-735,-13245,135,3.58],[522,-13839,182,3.74],[683,-10060,194,2.72],[41,-7814,151,2.11],[314,-9470,204,2.56],[-432,-10011,173,2.7],[63,-12492,191,3.37],[776,-15057,226,4.07],[131,-17026,211,4.6],[-316,-17682,158,4.77],[468,-8397,181,2.27],[16,-8641,131,2.33],[542,-9205,109,2.49],[273,-7504,86,2.03],[-160,-14583,126,3.93],[-301,-17829,76,4.82],[-354,-11645,122,3.15],[159,-13029,81,3.52],[692,-16519,114,4.46],[701,-17921,163,4.83],[46,-10994,134,2.97],[-587,-11152,84,3.01],[384,-8797,133,2.38],[-740,-15727,109,4.25],[60,-13755,108,3.72],[337,-16570,161,4.48],[-677,-14858,79,4.02],[406,-17428,36,4.71],[-493,-10984,31,2.97],[-117,-15133,49,4.09],[225,-8699,13,2.35],[249,-16107,24,4.34],[499,-14112,25,3.81],[660,-14688,14,3.97],[232,-15033,63,4.06],[613,-17928,8,4.85],[422,-8750,22,2.36],[140,-12294,75,3.32],[739,-9043,42,2.44],[-561,-18044,59,4.87],[-600,-11067,23,2.99],[-24,-16407,20,4.42],[-728,-12427,44,3.35],[-794,-9222,-13,2.49],[150,-14718,-52,3.98],[-484,-9700,-35,2.62],[666,-11671,-65,3.15],[-38,-18224,-63,4.92],[-203,-7959,-26,2.15],[-201,-13617,-55,3.67],[-567,-10441,-14,2.82],[-248,-15850,-55,4.28],[-639,-17248,-45,4.66],[-63,-14699,-12,3.96],[-108,-8441,-12,2.28],[-393,-10367,-37,2.8],[-781,-13843,-8,3.74],[-280,-8722,-49,2.35],[458,-14347,-77,3.87],[115,-14418,-139,3.9],[574,-12670,-98,3.42],[654,-11911,-160,3.21],[-373,-16723,-113,4.52],[124,-7494,-91,2.02],[-183,-8072,-111,2.18],[780,-10106,-135,2.73],[-727,-10540,-102,2.84],[-400,-16930,-113,4.57],[-631,-12969,-114,3.5],[-41,-18318,-143,4.94],[353,-13437,-111,3.63],[37,-8321,-119,2.25],[-470,-16948,-120,4.57],[-310,-16092,-103,4.34],[-234,-13049,-113,3.53],[138,-12742,337,3.43],[358,-10555,340,2.84],[-579,-8184,244,2.2],[119,-12214,329,3.28],[489,-7804,375,2.1],[-330,-17040,295,4.58],[-677,-12990,238,3.49],[-324,-18608,314,5],[-626,-13000,271,3.5],[-670,-12030,284,3.23],[-677,-9781,245,2.63],[-566,-13064,252,3.51],[247,-9321,357,2.51],[-596,-11372,290,3.06],[-367,-11890,292,3.2],[322,-10734,337,2.89],[192,-8653,249,2.33],[370,-8478,254,2.28],[684,-16341,320,4.4],[567,-16466,264,4.42],[147,-12175,254,3.27],[-386,-12402,201,3.33],[296,-8756,281,2.35],[62,-12658,253,3.4],[-298,-12253,210,3.29],[-210,-16415,270,4.42],[768,-10155,322,2.73],[786,-7573,354,2.04],[-17,-17079,238,4.59],[522,-17331,297,4.66],[-406,-14329,229,3.85],[482,-12408,316,3.34],[-406,-9790,187,2.63],[578,-15985,244,4.29],[104,-17213,166,4.63],[-690,-17174,134,4.62],[776,-13481,214,3.63],[-393,-18546,149,4.98],[136,-15206,201,4.08],[-450,-15353,153,4.12],[499,-13150,212,3.54],[-629,-14299,125,3.85],[-535,-13977,129,3.76],[-319,-8722,191,2.34],[-146,-13564,207,3.64],[787,-9053,207,2.43],[72,-9308,207,2.5],[-279,-13442,190,3.61],[-787,-9422,109,2.53],[597,-14851,169,4],[163,-14365,113,3.86],[228,-13740,111,3.69],[196,-17584,139,4.72],[-427,-17447,113,4.7],[-629,-13590,95,3.65],[-568,-15541,119,4.17],[-354,-7752,79,2.08],[-642,-9598,103,2.58],[-569,-10006,94,2.69],[-721,-13487,84,3.62],[26,-8231,120,2.21],[2,-13520,93,3.63],[-17,-14859,95,4],[-556,-18184,75,4.88],[670,-17892,7,4.8],[107,-13904,9,3.74],[618,-15930,33,4.28],[796,-14182,21,3.81],[-506,-8024,14,2.16],[577,-17971,49,4.83],[787,-9205,39,2.47],[236,-10450,59,2.81],[-478,-8510,22,2.29],[-139,-10289,32,2.77],[-270,-13744,28,3.69],[357,-14518,34,3.9],[-661,-9733,18,2.62],[-5,-7626,53,2.05],[654,-15577,4,4.18],[524,-17730,57,4.77],[664,-13732,742,3.68],[768,-16334,790,4.37],[23,-10414,622,2.79],[711,-11601,782,3.1],[-521,-8183,542,2.19],[-681,-10718,481,2.87],[-753,-14347,476,3.84],[596,-18333,738,4.91],[-591,-11186,515,3],[-146,-15158,604,4.06],[534,-12910,702,3.45],[534,-13252,761,3.55],[276,-13288,685,3.55],[167,-11350,691,3.04],[-228,-8895,605,2.38],[583,-14813,721,3.97],[638,-13961,-321,3.73],[-789,-14992,-179,4.02],[205,-14292,-263,3.82],[746,-13086,-342,3.51],[581,-15455,-279,4.14],[453,-7905,-263,2.12],[555,-9469,-335,2.53],[-449,-8578,-232,2.3],[-513,-9124,-237,2.44],[329,-18502,-302,4.95],[72,-13200,-294,3.53],[-493,-9298,-196,2.49],[-745,-11881,-188,3.18],[518,-17555,-320,4.7],[11,-15702,-225,4.21],[674,-9633,-316,2.58],[646,-8431,797,2.25],[-765,-12281,455,3.27],[-669,-14195,491,3.78],[570,-16650,754,4.44],[662,-16258,748,4.33],[696,-15897,760,4.24],[-660,-9002,505,2.4],[559,-7612,710,2.03],[366,-7810,705,2.08],[-412,-15163,554,4.04],[22,-18246,664,4.86],[-173,-12938,588,3.45],[-413,-15526,543,4.14],[346,-12018,658,3.21],[151,-8619,662,2.3],[661,-8667,735,2.31],[48,-8393,-257,2.24],[157,-10199,-291,2.72],[639,-8925,-318,2.38],[-239,-8679,-250,2.31],[528,-9305,-302,2.48],[487,-15881,-287,4.24],[-195,-15418,-230,4.11],[-302,-8876,-221,2.37],[336,-18001,-268,4.79],[-684,-18346,-228,4.88],[-380,-13227,-214,3.52],[-493,-8472,-225,2.26],[-111,-8834,-265,2.35],[704,-10961,-284,2.92],[430,-16384,-276,4.36],[-286,-12622,-238,3.37],[-194,-17456,569,4.63],[102,-8661,668,2.3],[61,-14577,612,3.87],[-499,-14865,515,3.94],[535,-17611,740,4.67],[90,-10306,650,2.74],[-753,-16985,475,4.51],[254,-14139,652,3.76],[393,-13837,676,3.67],[594,-16369,779,4.34],[-693,-7683,502,2.04],[471,-15736,687,4.17],[67,-16228,633,4.31],[-46,-9057,639,2.4],[183,-14864,681,3.95],[726,-13241,725,3.52],[572,-16812,645,4.46],[-99,-9108,535,2.42],[368,-18046,625,4.79],[758,-8960,685,2.38],[276,-15853,621,4.21],[786,-16010,659,4.24],[669,-18733,639,4.98],[26,-10661,559,2.83],[574,-15541,643,4.13],[-120,-10100,518,2.68],[239,-18708,618,4.97],[273,-8108,571,2.15],[66,-9638,529,2.56],[-273,-9062,475,2.41],[-109,-14948,552,3.96],[-343,-9099,463,2.41],[228,-18278,499,4.85],[541,-11558,583,3.07],[-439,-9749,440,2.59],[73,-8750,516,2.32],[-67,-8890,473,2.36],[-672,-8722,395,2.31],[-423,-13136,395,3.49],[250,-11070,479,2.94],[-355,-8176,411,2.17],[-597,-14010,379,3.72],[-298,-12987,399,3.45],[434,-13961,504,3.7],[448,-13018,537,3.46],[113,-9582,527,2.54],[747,-17748,617,4.71],[-450,-9180,427,2.44],[-775,-13417,294,3.56],[-38,-13186,386,3.5],[-381,-18017,383,4.79],[345,-18673,459,4.96],[480,-15318,435,4.07],[210,-12718,469,3.37],[43,-9584,391,2.54],[-230,-9495,387,2.52],[-35,-16498,365,4.38],[-690,-18639,311,4.94],[620,-13558,500,3.6],[-331,-10221,383,2.71],[-366,-15687,334,4.17],[70,-14866,403,3.94],[410,-12691,488,3.37],[751,-13013,485,3.45],[-129,-11751,288,3.12],[-315,-17065,277,4.53],[649,-9448,431,2.51],[-366,-9667,277,2.56],[339,-17605,336,4.67],[376,-16711,361,4.43],[-397,-10712,284,2.84],[294,-18735,353,4.97],[-754,-13579,273,3.61],[-176,-11113,295,2.95],[426,-15221,386,4.04],[295,-11206,336,2.97],[709,-11571,383,3.07],[178,-9765,367,2.59],[-358,-13025,282,3.46],[586,-14799,379,3.92],[-130,-15687,223,4.16],[-738,-15249,200,4.05],[191,-8693,265,2.31],[-797,-12636,197,3.35],[-201,-8184,233,2.17],[-41,-17426,274,4.62],[582,-15772,322,4.19],[-781,-15340,198,4.07],[615,-11876,335,3.15],[-668,-17582,206,4.67],[524,-12612,317,3.35],[-90,-7886,223,2.09],[496,-17645,282,4.69],[-500,-14069,231,3.74],[-539,-12087,235,3.21],[172,-14450,246,3.84],[631,-15062,204,3.99],[626,-9567,205,2.54],[503,-8451,220,2.24],[744,-16605,196,4.4],[162,-15519,229,4.12],[-67,-15245,209,4.04],[641,-8443,195,2.24],[30,-8150,156,2.16],[125,-9175,207,2.43],[-151,-16757,186,4.44],[-448,-9016,153,2.39],[-683,-11998,171,3.19],[363,-17664,173,4.69],[-773,-10394,160,2.76],[-119,-12490,188,3.32],[392,-13891,206,3.68],[331,-14193,115,3.76],[-373,-16322,69,4.34],[-496,-8892,102,2.36],[533,-10303,165,2.73],[39,-8728,94,2.32],[-741,-14253,58,3.79],[-420,-17374,118,4.61],[-464,-15601,112,4.14],[214,-13932,119,3.7],[-180,-11444,94,3.04],[-476,-15256,95,4.05],[651,-12422,123,3.29],[-34,-16114,103,4.27],[72,-10831,99,2.88],[-365,-7546,103,2],[-611,-14744,95,3.91],[-299,-7756,14,2.06],[479,-15206,54,4.04],[-390,-12040,43,3.19],[-541,-11407,2,3.03],[-532,-16241,47,4.31],[-166,-14688,39,3.9],[-345,-9757,40,2.59],[-541,-14684,33,3.89],[217,-15005,29,3.98],[-247,-8809,55,2.34],[-69,-11707,63,3.11],[276,-7701,20,2.04],[613,-15306,23,4.07],[611,-10567,46,2.8],[722,-8163,84,2.17],[15,-14257,14,3.79],[-70,-15877,-33,4.21],[641,-13214,-79,3.51],[-771,-10680,0,2.83],[-284,-9282,-58,2.46],[-750,-13640,0,3.62],[-75,-8707,-50,2.31],[-364,-14918,-18,3.96],[-612,-13873,-6,3.68],[-455,-15238,-52,4.05],[-625,-9930,-41,2.64],[145,-16136,-59,4.28],[-763,-14062,-37,3.73],[103,-17356,-32,4.61],[-574,-13589,-26,3.61],[-218,-17085,-56,4.53],[323,-12748,-14,3.38],[-374,-11632,-90,3.09],[-534,-13479,-62,3.58],[144,-16709,-79,4.43],[-393,-15595,-111,4.14],[-437,-11038,-107,2.93],[596,-10217,-121,2.71],[-303,-13562,-101,3.6],[-132,-14170,-85,3.76],[238,-14439,-101,3.84],[473,-8069,-158,2.14],[222,-12424,-88,3.3],[-328,-7941,-85,2.11],[341,-15580,-126,4.14],[-753,-18758,-91,4.98],[-638,-15100,-114,4],[-607,-11205,-117,2.97],[-346,-15704,-155,4.16],[-346,-9690,-172,2.57],[711,-10033,-214,2.66],[-41,-18543,-174,4.93],[132,-10279,-179,2.73],[216,-16509,-228,4.39],[493,-18630,-247,4.95],[-25,-18409,-213,4.89],[151,-18330,-179,4.86],[-654,-8103,-152,2.15],[236,-15751,-190,4.18],[-197,-11924,-138,3.17],[533,-8899,-187,2.36],[769,-13984,-184,3.71],[564,-10470,-255,2.78],[-747,-8589,-156,2.28],[324,-8255,-318,2.19],[-355,-12492,-205,3.31],[760,-17987,-304,4.77],[413,-7562,-258,2.01],[775,-12029,-324,3.19],[484,-16223,-313,4.31],[518,-16719,-321,4.43],[253,-11609,-239,3.08],[-247,-17157,-241,4.55],[-585,-11037,-231,2.93],[273,-15319,-294,4.06],[388,-12133,-267,3.22],[-376,-8848,-231,2.35],[-134,-17049,-248,4.52],[166,-18082,-281,4.8],[-185,-10935,-249,2.9],[-662,-9568,468,2.53],[-182,-8748,614,2.31],[-632,-10316,525,2.73],[-84,-8639,575,2.28],[-169,-11145,557,2.94],[91,-10259,628,2.71],[-1,-9757,592,2.58],[-196,-11117,569,2.94],[-765,-14841,458,3.92],[707,-9265,750,2.45],[-163,-10082,560,2.67],[-611,-9338,514,2.47],[62,-15595,639,4.12],[278,-16395,714,4.33],[-344,-15696,554,4.14],[-636,-16450,482,4.35],[-769,-8454,412,2.23],[625,-7945,649,2.1],[-634,-11153,433,2.95],[-640,-7763,441,2.05],[-724,-10351,436,2.74],[-714,-8694,411,2.3],[-465,-18071,442,4.78],[502,-14630,602,3.86],[350,-14378,644,3.8],[442,-7645,661,2.02],[-137,-13001,526,3.43],[-249,-9340,527,2.47],[-33,-17782,522,4.69],[105,-14803,543,3.92],[-562,-15147,478,4.01],[-634,-16156,418,4.27],[-514,-10465,415,2.77],[282,-11787,540,3.11],[-197,-10913,429,2.88],[-510,-11635,392,3.08],[-675,-15582,369,4.11],[113,-18674,471,4.93],[526,-14158,567,3.74],[39,-9776,481,2.58],[-10,-8901,505,2.35],[-742,-7757,344,2.05],[443,-8528,510,2.25],[318,-18628,491,4.93],[-194,-10856,477,2.87],[-587,-9324,410,2.46],[304,-14265,549,3.77],[-525,-18776,376,4.97],[-511,-13301,307,3.52],[-465,-16225,330,4.28],[-173,-9278,365,2.45],[-152,-10067,358,2.66],[177,-13913,426,3.67],[-500,-8870,319,2.34],[652,-15274,524,4.03],[114,-13255,392,3.5],[573,-7938,452,2.1],[-479,-12019,316,3.18],[-175,-14082,375,3.72],[-762,-8812,278,2.33],[475,-7768,454,2.05],[216,-8277,425,2.19],[190,-13038,392,3.45],[23,-18109,438,4.79],[374,-17357,378,4.58],[-499,-14378,286,3.8],[568,-8844,430,2.34],[425,-11883,404,3.14],[283,-13084,386,3.46],[447,-14679,356,3.88],[-414,-16250,263,4.29],[307,-17509,326,4.63],[535,-9026,357,2.39],[-614,-17769,242,4.7],[468,-13918,354,3.68],[-129,-15048,325,3.98],[580,-12168,394,3.21],[120,-16919,369,4.47],[-390,-15222,319,4.02],[-579,-13986,273,3.7],[628,-17983,286,4.75],[213,-9843,310,2.6],[-691,-8909,219,2.35],[780,-16151,353,4.26],[-701,-17641,194,4.67],[521,-11896,284,3.15],[-425,-12436,209,3.28],[-199,-16403,245,4.33],[404,-17533,261,4.64],[-420,-14230,245,3.76],[-728,-7925,224,2.09],[-86,-13130,268,3.47],[598,-8409,279,2.22],[760,-14205,357,3.76],[-312,-18237,200,4.82],[551,-18494,303,4.89],[-731,-7762,145,2.05],[293,-8232,235,2.18],[765,-18563,235,4.9],[127,-16856,197,4.46],[-301,-17082,144,4.51],[445,-17399,233,4.59],[702,-12879,193,3.4],[-235,-9972,185,2.63],[-666,-18533,161,4.9],[230,-17783,168,4.7],[405,-18810,177,4.97],[-271,-17146,162,4.54],[-271,-7990,197,2.11],[738,-17013,265,4.49],[436,-13628,194,3.6],[725,-8124,219,2.15],[185,-18098,151,4.78],[-296,-16526,120,4.37],[-738,-15827,86,4.19],[85,-15646,104,4.14],[-540,-14566,70,3.85],[673,-17684,170,4.67],[697,-8497,124,2.25],[-552,-8172,70,2.16],[-6,-14445,100,3.82],[548,-12921,118,3.42],[442,-16971,101,4.49],[-191,-8497,77,2.25],[733,-10188,126,2.69],[456,-15501,143,4.09],[464,-11447,155,3.02],[-17,-16014,86,4.24],[188,-8451,53,2.23],[372,-15334,71,4.05],[359,-10471,15,2.77],[15,-15391,22,4.07],[680,-15255,19,4.03],[788,-11564,55,3.06],[246,-12425,58,3.28],[-476,-17262,16,4.57],[-480,-8364,3,2.21],[-535,-12739,1,3.36],[467,-8295,9,2.19],[581,-16158,45,4.27],[768,-17776,49,4.69],[772,-12941,26,3.42],[-64,-9819,38,2.6],[-11,-17240,72,4.55],[369,-8295,-38,2.19],[149,-9241,-77,2.44],[58,-14529,-49,3.84],[-775,-17254,-39,4.56],[-777,-16957,-40,4.49],[333,-14033,-24,3.71],[-426,-8620,-14,2.28],[215,-11442,0,3.02],[116,-13564,-31,3.59],[-81,-7715,-33,2.04],[270,-10949,-39,2.89],[-543,-12732,-53,3.36],[-376,-12155,-8,3.21],[16,-10290,-39,2.72],[635,-9681,-74,2.56],[-127,-9353,-61,2.47],[-525,-12722,-105,3.36],[9,-7845,-83,2.07],[-543,-8894,-74,2.35],[35,-10011,-131,2.65],[19,-15751,-80,4.17],[-503,-9763,-84,2.58],[-316,-16879,-125,4.47],[-48,-16317,-121,4.32],[-396,-17624,-79,4.65],[-353,-16992,-114,4.49],[-506,-13408,-109,3.54],[-562,-10701,-112,2.83],[500,-14191,-165,3.75],[60,-8560,-113,2.26],[715,-18342,-160,4.84],[587,-11109,-169,2.93],[445,-8923,-200,2.36],[-340,-12048,-144,3.19],[-330,-8539,-187,2.26],[-17,-11564,-181,3.05],[-388,-14335,-191,3.79],[153,-18248,-161,4.82],[471,-11390,-181,3.01],[511,-9308,-256,2.46],[24,-17550,-189,4.64],[-608,-17546,-151,4.64],[608,-8758,-255,2.31],[728,-10295,-230,2.72],[-757,-8399,-162,2.22],[753,-13034,-270,3.44],[427,-16748,-221,4.43],[-544,-17974,-155,4.75],[462,-18209,-298,4.82],[502,-9552,-309,2.52],[-130,-12979,-235,3.43],[645,-9709,-317,2.57],[-325,-11005,-261,2.91],[376,-9082,-303,2.4],[760,-18771,-285,4.96],[-446,-17902,-230,4.73],[484,-14227,-296,3.76],[-697,-13857,-172,3.66],[273,-11416,-303,3.02],[-626,-10723,-228,2.83],[23,-13303,-291,3.52],[564,-18825,-302,4.98],[-425,-15545,-214,4.11],[673,-15737,-353,4.15],[-593,-12936,495,3.41],[-29,-15268,628,4.02],[181,-14658,642,3.86],[424,-16683,697,4.39],[-64,-18871,603,4.97],[-168,-12457,614,3.28],[-358,-12170,538,3.2],[44,-18429,610,4.84],[754,-17092,778,4.5],[668,-14862,733,3.91],[343,-18235,712,4.8],[789,-16055,749,4.23],[103,-18664,607,4.92],[-750,-18232,476,4.79],[716,-9055,731,2.38],[602,-8052,738,2.12],[364,-10851,614,2.86],[-738,-18115,422,4.76],[-309,-12892,486,3.39],[-447,-15482,480,4.08],[320,-11993,635,3.16],[585,-12379,679,3.26],[158,-13278,597,3.49],[435,-15901,637,4.18],[759,-7802,705,2.05],[645,-9986,692,2.63],[-473,-14684,480,3.87],[-396,-11384,465,2.99],[-194,-9968,546,2.62],[405,-16903,630,4.45],[15,-12181,572,3.21],[674,-12662,683,3.33],[-174,-16667,463,4.38],[218,-12968,527,3.41],[-366,-16162,401,4.25],[-651,-11329,368,2.98],[-190,-17746,471,4.67],[114,-12626,523,3.32],[5,-11247,473,2.96],[238,-18831,475,4.95],[106,-18659,476,4.91],[-729,-14907,342,3.93],[-742,-14561,355,3.84],[499,-7855,533,2.07],[-206,-14883,435,3.92],[68,-16687,480,4.4],[-377,-15743,444,4.14],[-241,-11766,411,3.1],[550,-11493,448,3.02],[-39,-18056,400,4.75],[257,-10251,431,2.7],[460,-11836,438,3.12],[792,-15574,475,4.09],[707,-10778,526,2.84],[302,-12013,437,3.16],[-488,-14380,314,3.79],[293,-16934,447,4.46],[12,-10930,423,2.88],[441,-16386,422,4.31],[-708,-15348,320,4.04],[-16,-9909,434,2.61],[-518,-13378,356,3.52],[96,-8579,403,2.26],[-570,-10419,359,2.74],[197,-12489,351,3.28],[57,-8611,304,2.27],[12,-9654,334,2.54],[199,-12058,329,3.17],[-797,-13435,265,3.53],[-98,-17176,350,4.52],[68,-16336,309,4.29],[595,-11837,361,3.12],[-238,-10318,308,2.71],[706,-11531,383,3.04],[62,-12553,347,3.3],[149,-15433,342,4.06],[-17,-9302,318,2.45],[573,-8489,411,2.23],[595,-13701,416,3.61],[-784,-15650,232,4.12],[434,-12441,281,3.27],[-144,-16263,259,4.28],[-28,-16358,249,4.3],[-377,-14671,222,3.86],[201,-13723,267,3.61],[-562,-11733,181,3.09],[740,-10276,357,2.71],[-722,-7721,219,2.03],[-232,-9458,215,2.49],[-501,-17906,220,4.72],[219,-18654,308,4.9],[773,-16595,291,4.37],[268,-12529,312,3.3],[18,-10075,226,2.65],[191,-9469,303,2.49],[262,-18383,284,4.84],[-12,-12321,173,3.24],[16,-14300,191,3.77],[-617,-16954,172,4.46],[767,-15571,188,4.1],[-18,-12617,171,3.32],[349,-17845,226,4.7],[-51,-9890,190,2.6],[150,-16203,160,4.27],[-507,-15643,180,4.12],[566,-12403,238,3.27],[355,-11253,202,2.96],[-406,-13214,173,3.48],[214,-18233,201,4.8],[467,-13502,234,3.55],[765,-8256,227,2.17],[213,-9115,196,2.4],[-202,-15098,123,3.97],[-174,-12106,112,3.18],[-138,-10745,89,2.83],[166,-12997,83,3.42],[636,-8281,119,2.18],[373,-7762,113,2.04],[605,-15300,105,4.03],[-344,-13893,90,3.65],[-51,-12941,126,3.41],[459,-17101,136,4.5],[558,-16245,122,4.27],[244,-16354,103,4.3],[-741,-12483,70,3.29],[25,-12442,139,3.28],[-221,-17267,117,4.55],[551,-14285,118,3.76],[778,-9424,42,2.48],[164,-17589,17,4.63],[279,-7641,47,2.01],[112,-12678,52,3.34],[584,-15623,39,4.11],[718,-15710,20,4.13],[-409,-13533,10,3.56],[394,-16983,80,4.46],[541,-14851,20,3.91],[585,-12627,44,3.33],[186,-14347,11,3.78],[175,-13993,58,3.69],[231,-8069,65,2.12],[-293,-18604,6,4.89],[139,-8528,69,2.24],[433,-15225,8,4],[-185,-18810,-66,4.94],[-266,-16403,-23,4.32],[602,-8118,-2,2.14],[-271,-14618,-54,3.84],[173,-8334,-75,2.19],[-515,-10192,-32,2.68],[-174,-8520,-12,2.24],[360,-13798,-13,3.63],[-30,-16730,-58,4.41],[390,-8198,-6,2.16],[-62,-18095,-19,4.76],[756,-15292,-9,4.03],[415,-12081,-71,3.18],[720,-18558,-14,4.89],[577,-12184,-44,3.21],[575,-13873,-51,3.65],[-698,-12484,-96,3.28],[-424,-14080,-74,3.71],[373,-14174,-146,3.73],[-505,-12602,-71,3.31],[724,-8219,-143,2.16],[45,-15152,-103,3.99],[555,-16290,-138,4.28],[-83,-9924,-123,2.61],[-77,-9090,-116,2.39],[-527,-18912,-83,4.98],[-178,-17334,-109,4.57],[370,-13433,-147,3.53],[78,-11378,-87,3],[-115,-18735,-127,4.92],[663,-15152,-113,3.98],[-39,-17132,-83,4.5],[-630,-17426,-141,4.58],[-260,-9368,-175,2.47],[156,-13155,-196,3.46],[141,-13063,-187,3.44],[-3,-9026,-167,2.38],[-435,-17379,-173,4.58],[-668,-16916,-127,4.46],[369,-14241,-185,3.74],[713,-18601,-258,4.89],[-297,-8317,-161,2.19],[276,-17115,-208,4.5],[709,-18280,-182,4.82],[-268,-16153,-147,4.25],[69,-9582,-192,2.52],[-1,-16319,-185,4.29],[-348,-15562,-148,4.1],[-621,-11291,-197,2.97],[-34,-15608,-283,4.11],[480,-18219,-271,4.79],[-273,-8450,-219,2.22],[56,-10721,-259,2.82],[721,-8146,-330,2.14],[491,-17417,-255,4.59],[578,-10540,-284,2.77],[236,-12826,-307,3.37],[225,-10482,-258,2.76],[23,-11382,-290,2.99],[757,-15334,-313,4.04],[-9,-8893,-277,2.34],[438,-10187,-324,2.68],[209,-11092,-305,2.92],[280,-18721,-305,4.92],[-745,-8701,502,2.28],[-678,-10087,513,2.64],[-475,-14647,539,3.84],[641,-9430,784,2.47],[166,-11731,655,3.08],[456,-7751,684,2.03],[-70,-16270,588,4.26],[-641,-8507,502,2.23],[241,-9565,674,2.51],[8,-11738,641,3.08],[433,-15300,688,4.01],[-176,-18660,594,4.88],[629,-17964,714,4.7],[-506,-15204,546,3.98],[773,-9249,780,2.42],[632,-16627,721,4.36],[548,-18423,252,4.82],[-375,-17633,188,4.63],[487,-12382,189,3.24],[200,-17456,233,4.57],[700,-18822,215,4.94],[-526,-16923,167,4.43],[10,-15052,181,3.94],[-713,-15940,113,4.18],[-426,-8056,130,2.11],[795,-16047,188,4.21],[-561,-12577,127,3.29],[181,-7973,171,2.09],[689,-8578,227,2.25],[-44,-11819,193,3.1],[387,-14892,242,3.91],[-721,-12102,122,3.17],[344,-18537,-273,4.85],[-524,-16721,-205,4.39],[312,-11921,-300,3.13],[544,-11847,-306,3.1],[-693,-15046,-172,3.95],[663,-13713,-295,3.6],[506,-12049,-302,3.16],[360,-9480,-255,2.48],[-343,-15877,-223,4.16],[66,-15353,-279,4.02],[-265,-13633,-240,3.57],[662,-14864,-308,3.9],[60,-17405,-243,4.56],[450,-7862,-296,2.06],[672,-17244,-275,4.51],[-377,-18904,-199,4.96],[397,-12287,681,3.2],[-205,-16491,609,4.31],[-698,-13784,462,3.59],[-276,-12110,560,3.16],[-361,-14813,575,3.86],[-3,-15409,642,4.02],[777,-14153,762,3.7],[-197,-13962,612,3.65],[-338,-8765,562,2.29],[539,-16841,768,4.4],[693,-16676,725,4.35],[320,-11010,669,2.87],[341,-9744,706,2.54],[626,-11477,718,2.99],[-130,-11712,630,3.06],[53,-11900,616,3.1],[366,-10059,168,2.62],[187,-15469,160,4.04],[-532,-15790,180,4.12],[-20,-15699,190,4.1],[161,-12790,180,3.34],[477,-11478,235,3],[404,-14284,175,3.73],[280,-18428,185,4.81],[-315,-14911,168,3.89],[-213,-13043,146,3.4],[-588,-16406,172,4.29],[-114,-13698,168,3.58],[654,-10929,205,2.85],[570,-11622,250,3.03],[-307,-18050,152,4.72],[-230,-13351,202,3.49],[712,-16214,-287,4.24],[-728,-10556,-182,2.76],[-250,-11300,-205,2.95],[-528,-9264,-243,2.42],[436,-13958,-300,3.64],[407,-9956,-327,2.6],[-384,-14820,-236,3.87],[-507,-13615,-187,3.55],[-688,-17102,-226,4.47],[778,-10810,-306,2.82],[-273,-13014,-235,3.4],[-33,-8196,-241,2.14],[585,-14403,-330,3.76],[-595,-12535,-184,3.27],[-410,-13930,-208,3.64],[167,-11609,-278,3.03],[449,-10683,709,2.78],[-695,-18773,483,4.88],[-401,-14445,513,3.76],[169,-13573,670,3.53],[34,-18372,663,4.77],[-610,-8493,478,2.21],[127,-11349,676,2.95],[719,-14496,803,3.77],[-510,-10308,515,2.68],[604,-10294,713,2.67],[598,-11818,746,3.07],[239,-10447,637,2.72],[779,-17765,754,4.61],[-114,-8074,581,2.1],[523,-8686,698,2.26],[116,-13998,613,3.64],[418,-17659,204,4.59],[503,-15093,225,3.93],[622,-15738,252,4.09],[-18,-15251,153,3.97],[149,-13688,161,3.56],[-370,-16824,157,4.38],[-350,-19002,147,4.94],[796,-11073,247,2.88],[-244,-16157,203,4.2],[-627,-17027,170,4.42],[-595,-13337,125,3.47],[674,-18154,230,4.72],[-127,-13029,171,3.39],[-31,-17877,211,4.65],[-251,-18943,200,4.93],[-265,-16401,148,4.27],[386,-9695,711,2.51],[330,-11819,707,3.06],[-417,-12425,533,3.21],[-458,-18253,536,4.72],[197,-8973,700,2.32],[262,-13748,675,3.56],[73,-11829,649,3.06],[559,-9848,750,2.55],[-187,-12577,617,3.25],[485,-8684,729,2.25],[-73,-13873,620,3.59],[68,-16433,639,4.25],[512,-8528,747,2.21],[293,-10996,702,2.84],[-232,-19212,611,4.97],[207,-11454,655,2.96],[259,-10990,332,2.84],[569,-8026,378,2.08],[789,-13700,413,3.54],[658,-13179,443,3.41],[-28,-9558,356,2.47],[354,-17097,364,4.43],[211,-10984,387,2.84],[-164,-18267,348,4.72],[-44,-9834,338,2.54],[-350,-18376,321,4.75],[-541,-8356,282,2.16],[570,-16041,369,4.15],[776,-9224,444,2.39],[164,-18188,314,4.71],[358,-18272,348,4.73],[-527,-16639,248,4.3],[210,-14710,248,3.8],[277,-14787,246,3.83],[394,-15196,326,3.94],[467,-12461,273,3.23],[139,-18867,296,4.88],[224,-8529,249,2.21],[389,-18770,257,4.86],[239,-16825,271,4.35],[-288,-13433,241,3.47],[574,-17908,287,4.63],[506,-13700,332,3.54],[552,-12542,288,3.25],[-295,-7895,247,2.04],[128,-17959,285,4.64],[498,-12712,269,3.29],[312,-12932,263,3.34],[288,-9921,208,2.57],[762,-7930,203,2.05],[755,-17686,206,4.57],[517,-9455,209,2.45],[768,-11660,190,3.02],[10,-13332,172,3.45],[-799,-15271,158,3.96],[-76,-11908,169,3.08],[239,-7991,224,2.07],[538,-13851,187,3.58],[302,-8575,166,2.22],[-596,-8870,143,2.3],[-130,-16003,150,4.14],[-88,-18222,152,4.72],[221,-18375,220,4.75],[-412,-14592,174,3.78],[-266,-18587,134,4.82],[-569,-16710,77,4.33],[547,-17868,101,4.62],[338,-13154,159,3.4],[-656,-17529,90,4.54],[188,-13274,82,3.43],[-768,-12805,77,3.32],[-724,-11730,65,3.04],[302,-14715,136,3.81],[-482,-10954,98,2.83],[-471,-16476,71,4.27],[-366,-19284,88,4.99],[155,-8777,87,2.27],[88,-17701,143,4.58],[553,-13624,99,3.52],[-477,-18576,123,4.81],[-85,-10230,617,2.64],[378,-19211,659,4.96],[81,-17635,613,4.54],[-656,-15668,482,4.04],[578,-12976,767,3.35],[534,-11603,706,2.99],[-308,-18303,542,4.71],[270,-15625,664,4.02],[707,-15997,744,4.12],[553,-13323,713,3.43],[434,-13095,703,3.37],[-353,-13478,525,3.48],[283,-15044,661,3.87],[-794,-11962,469,3.08],[162,-9207,692,2.37],[-101,-17950,605,4.62],[-297,-8072,522,2.08],[-50,-13838,553,3.56],[500,-16857,664,4.35],[551,-13890,657,3.58],[-195,-11589,542,2.99],[-593,-10989,454,2.83],[92,-10814,565,2.79],[-96,-8419,550,2.17],[-25,-15002,543,3.86],[290,-13603,609,3.5],[639,-17037,636,4.4],[-430,-9576,485,2.47],[-737,-12281,448,3.17],[-30,-17620,519,4.54],[-740,-14037,395,3.62],[711,-9469,650,2.44],[-724,-11975,503,3.07],[623,-12762,758,3.28],[-111,-8034,590,2.06],[-508,-10881,536,2.79],[-500,-14128,533,3.62],[-449,-10149,531,2.6],[-666,-12962,476,3.33],[-721,-13312,479,3.41],[669,-9201,800,2.36],[53,-11789,609,3.03],[30,-13444,603,3.45],[264,-13223,639,3.39],[-219,-9031,612,2.32],[637,-8058,794,2.07],[-485,-18308,545,4.7],[-381,-13015,519,3.34],[380,-17785,607,4.56],[-156,-15955,546,4.1],[72,-14361,547,3.69],[42,-12148,539,3.12],[234,-11234,571,2.88],[667,-11129,651,2.86],[-675,-10815,403,2.78],[-403,-15064,477,3.87],[-550,-16158,469,4.15],[-238,-17622,476,4.53],[-306,-11630,492,2.99],[438,-13793,617,3.54],[-493,-16845,438,4.33],[587,-15192,686,3.9],[260,-17471,593,4.48],[750,-9861,649,2.53],[707,-8561,571,2.2],[-310,-10545,432,2.71],[28,-14827,505,3.8],[543,-15676,521,4.02],[258,-7816,536,2.01],[435,-17018,561,4.36],[-477,-15993,393,4.11],[138,-10519,525,2.7],[694,-12882,571,3.31],[-344,-16339,403,4.2],[-461,-11898,424,3.05],[600,-15649,538,4.01],[233,-16896,484,4.33],[-755,-16908,385,4.34],[578,-15257,540,3.92],[-407,-12297,422,3.15],[-460,-12410,-462,3.17],[-132,-16050,-535,4.1],[80,-11166,-537,2.86],[-521,-13487,-478,3.45],[-23,-7945,-528,2.03],[123,-15944,-561,4.08],[-229,-12170,-533,3.11],[43,-17074,-589,4.36],[-347,-18065,-457,4.61],[-79,-19476,-553,4.97],[-498,-14649,-468,3.75],[-317,-15953,-517,4.08],[-188,-10058,-550,2.57],[-482,-19017,-495,4.86],[-717,-15153,-397,3.88],[-93,-12075,-566,3.09],[-202,-18475,-549,4.7],[-199,-16886,-499,4.3],[398,-14197,-595,3.61],[-194,-17241,-508,4.39],[785,-17477,-659,4.45],[-407,-15937,-486,4.06],[-403,-10761,-494,2.74],[-180,-8879,-485,2.26],[756,-9590,-693,2.44],[-485,-13144,-465,3.34],[-568,-19518,-465,4.97],[-270,-19079,-503,4.86],[-345,-13061,-497,3.32],[-696,-14692,-450,3.74],[-297,-11069,-491,2.82],[-311,-9187,-486,2.34],[-631,-9396,-442,2.38],[796,-18138,-727,4.59],[403,-16676,-635,4.22],[217,-8259,-612,2.09],[278,-12427,-575,3.15],[358,-12140,-603,3.08],[655,-8160,-684,2.07],[696,-14483,-696,3.67],[353,-10997,-585,2.79],[-236,-13349,-477,3.38],[659,-17451,-655,4.43],[209,-11348,-551,2.88],[-117,-8959,-524,2.27],[165,-9892,-599,2.51],[-63,-15720,-567,3.99],[620,-12478,-628,3.16],[-778,-11501,-419,2.9],[-618,-14035,-415,3.54],[-230,-17193,-496,4.34],[-242,-17433,-539,4.4],[-78,-9344,-523,2.36],[-264,-13755,-484,3.48],[-417,-10227,-490,2.58],[-560,-18672,-438,4.71],[-242,-18490,-488,4.67],[405,-14270,-616,3.6],[-238,-14466,-491,3.65],[-162,-14607,-507,3.69],[652,-15175,-686,3.83],[575,-18022,-658,4.55],[416,-16643,-661,4.2],[322,-15306,-574,3.87],[760,-18521,-697,4.66],[536,-14774,-616,3.72],[-87,-18459,-567,4.64],[253,-12307,-561,3.1],[-315,-9072,-487,2.28],[-628,-18949,-443,4.77],[-334,-10362,-463,2.61],[-651,-14910,-434,3.75],[746,-10151,-645,2.55],[-747,-8383,-400,2.11],[-492,-12342,-489,3.11],[533,-8281,-668,2.08],[-51,-9425,-567,2.37],[-376,-8782,-512,2.21],[-187,-15044,-534,3.78],[721,-8949,-643,2.25],[-130,-13516,-560,3.38],[-108,-9461,-552,2.37],[-272,-18215,-491,4.56],[161,-17420,-591,4.37],[96,-15408,-534,3.86],[-453,-11786,-440,2.95],[-800,-8216,-433,2.06],[504,-10458,-605,2.62],[480,-15366,-628,3.85],[291,-18700,-632,4.69],[550,-11411,-615,2.86],[-182,-9656,-502,2.42],[-727,-16449,-448,4.12],[-206,-10124,-539,2.54],[-530,-12990,-484,3.26],[-433,-16852,-453,4.22],[788,-14648,-705,3.66],[-782,-16584,-436,4.14],[526,-18810,-631,4.7],[464,-18486,-623,4.62],[303,-16488,-604,4.12],[-37,-17122,-545,4.28],[-525,-13611,-482,3.39],[-494,-9299,-477,2.32],[443,-19867,-653,4.95],[264,-10053,-581,2.51],[-493,-16626,-490,4.14],[-713,-14242,-424,3.55],[369,-12716,-612,3.17],[-500,-12122,-446,3.02],[-573,-17134,-424,4.28],[-473,-14194,-481,3.54],[500,-15516,-650,3.85],[-296,-19506,-481,4.85],[-719,-15206,-413,3.78],[456,-11359,-663,2.82],[-706,-10107,-438,2.51],[462,-11148,-653,2.77],[-182,-13586,-525,3.38],[673,-11127,-700,2.76],[433,-14065,-606,3.49],[-758,-19111,-416,4.75],[402,-13933,-621,3.46],[-487,-11590,-494,2.88],[-161,-10447,-532,2.6],[693,-16484,-705,4.1],[-594,-11770,-444,2.92],[-144,-19281,-546,4.8],[153,-10066,-561,2.49],[-243,-14233,-476,3.53],[585,-12868,-628,3.18],[190,-19217,-591,4.76],[391,-12381,-581,3.06],[220,-12699,-617,3.14],[256,-16905,-593,4.18],[-322,-9323,-506,2.31],[546,-8240,-652,2.04],[-409,-17013,-479,4.21],[-213,-14760,-538,3.66],[33,-15061,-571,3.73],[791,-10744,-700,2.66],[527,-13006,-675,3.22],[-13,-17246,-548,4.27],[-406,-19642,-494,4.87],[254,-20111,-617,4.96],[-750,-19766,-423,4.88],[195,-15631,-614,3.86],[396,-16051,-584,3.95],[-752,-9614,-442,2.37],[370,-12975,-586,3.2],[492,-17190,-676,4.23],[657,-13184,-711,3.25],[352,-11758,-634,2.9],[392,-19648,-598,4.85],[548,-15681,-655,3.86],[-149,-13926,-510,3.43],[-605,-12792,-417,3.15],[-428,-19526,-498,4.81],[-756,-18029,-392,4.45],[243,-10701,-566,2.64],[681,-8462,795,2.08],[99,-12278,637,3.02],[8,-13733,630,3.37],[-320,-19569,571,4.81],[-320,-17646,593,4.34],[-464,-8907,521,2.19],[-531,-10979,512,2.7],[-81,-14062,600,3.45],[-208,-16102,584,3.96],[-720,-15082,472,3.71],[-374,-19894,547,4.89],[696,-15134,724,3.71],[463,-10944,737,2.69],[275,-17870,653,4.39],[566,-13809,775,3.39],[623,-13504,773,3.31],[-154,-19479,-241,4.78],[-313,-12400,-208,3.04],[507,-9876,-273,2.43],[-289,-13160,-214,3.23],[576,-15859,-333,3.89],[-183,-16747,-242,4.12],[-51,-11493,-274,2.82],[108,-12237,-247,3.01],[557,-12954,-291,3.18],[417,-19997,-304,4.92],[210,-14877,-265,3.66],[-260,-15660,-223,3.84],[347,-12291,-320,3.02],[-741,-14676,-219,3.6],[-129,-13056,-219,3.2],[606,-13083,-298,3.21],[-653,-13047,-422,3.21],[115,-12036,-586,2.96],[634,-8793,-676,2.16],[-497,-9653,-485,2.37],[74,-14315,-598,3.51],[-288,-14689,-476,3.61],[-454,-17352,-482,4.26],[-13,-16352,-531,4.01],[458,-15283,-673,3.75],[-82,-13807,-548,3.39],[-594,-16916,-423,4.15],[-387,-19529,-471,4.79],[-723,-10186,-398,2.5],[246,-11428,-565,2.81],[-713,-18444,-396,4.53],[-712,-15486,-403,3.81],[-769,-11917,448,2.92],[562,-14457,778,3.54],[-141,-18252,576,4.47],[-374,-9743,531,2.38],[-438,-11635,514,2.85],[-98,-9631,614,2.36],[-424,-8290,558,2.03],[-362,-9165,559,2.24],[-512,-10057,506,2.46],[-372,-12363,547,3.03],[751,-11015,759,2.69],[-108,-13222,627,3.23],[750,-15599,774,3.81],[-135,-16814,568,4.12],[-669,-17344,479,4.25],[-224,-14570,563,3.56],[418,-20392,-305,4.99],[579,-20044,-315,4.9],[568,-10936,-338,2.68],[103,-9148,-290,2.24],[286,-13590,-303,3.33],[281,-9060,-289,2.22],[-475,-8339,-189,2.04],[408,-13201,-305,3.23],[369,-12246,-310,3],[-296,-15066,-216,3.68],[239,-10334,-306,2.53],[238,-13997,-251,3.42],[-74,-8211,-284,2.01],[695,-13485,-276,3.3],[405,-10229,-296,2.5],[767,-11714,-299,2.86],[51,-14514,608,3.54],[221,-9833,631,2.4],[439,-13106,673,3.19],[-564,-19929,523,4.86],[500,-10681,737,2.6],[216,-18541,636,4.52],[-543,-15659,537,3.81],[201,-14309,688,3.49],[665,-19369,756,4.72],[-431,-8615,537,2.1],[374,-8750,659,2.13],[-53,-19432,645,4.73],[-740,-9759,493,2.38],[652,-9948,798,2.42],[-506,-8295,539,2.02],[-14,-12706,603,3.1],[123,-12911,541,3.14],[755,-19433,711,4.73],[-645,-8902,419,2.17],[-617,-9633,416,2.35],[148,-17163,558,4.18],[-455,-15170,455,3.7],[-218,-9839,537,2.4],[-285,-10880,488,2.65],[-579,-18604,466,4.54],[434,-9257,635,2.26],[-474,-14543,497,3.54],[663,-14001,630,3.41],[474,-13463,622,3.28],[14,-10722,531,2.61],[262,-9843,562,2.4],[-103,-19307,518,4.71],[465,-11787,536,2.87],[90,-11918,486,2.9],[-727,-14154,345,3.45],[-9,-12560,504,3.06],[-542,-17997,392,4.38],[-658,-14333,377,3.49],[518,-19849,590,4.83],[669,-20334,547,4.96],[-273,-13360,407,3.26],[-764,-9183,386,2.24],[66,-10186,502,2.48],[-483,-14142,377,3.45],[620,-16757,551,4.08],[-249,-11753,464,2.86],[789,-8978,641,2.19],[-613,-9165,391,2.23],[-668,-16966,335,4.13],[95,-16836,387,4.11],[723,-12025,537,2.93],[568,-10433,435,2.54],[251,-9158,447,2.23],[514,-14322,498,3.49],[-391,-16260,344,3.96],[-321,-18992,376,4.62],[313,-12912,420,3.15],[712,-15416,494,3.75],[446,-18200,466,4.44],[-12,-14101,437,3.44],[-484,-20148,340,4.9],[-94,-16689,405,4.07],[-689,-19887,330,4.84],[-133,-11162,362,2.72],[-509,-17918,270,4.37],[406,-9820,381,2.39],[-243,-16820,327,4.1],[232,-11593,375,2.83],[315,-10294,377,2.51],[-516,-16882,264,4.11],[212,-8281,377,2.02],[308,-16804,371,4.1],[-97,-11133,342,2.71],[-78,-20370,295,4.97],[-231,-18119,304,4.42],[162,-18205,352,4.43],[20,-8194,310,2],[99,-10909,366,2.66],[-354,-10123,279,2.47],[-293,-15152,287,3.69],[-503,-15443,244,3.77],[-612,-17808,185,4.34],[49,-19860,225,4.84],[325,-11595,288,2.82],[333,-9857,273,2.4],[449,-12242,277,2.98],[-122,-9240,251,2.25],[-257,-16357,231,3.98],[-24,-19895,276,4.85],[293,-18326,303,4.46],[-286,-19019,266,4.63],[743,-12868,303,3.13],[469,-11705,295,2.85],[-229,-20416,243,4.97],[654,-12363,348,3.01],[-432,-10150,237,2.47],[-765,-12280,153,2.99],[78,-12458,183,3.04],[258,-18150,227,4.42],[-631,-12663,133,3.09],[-766,-9538,156,2.32],[-368,-15293,148,3.73],[-71,-19142,162,4.66],[218,-10463,198,2.55],[749,-19390,229,4.72],[578,-19979,246,4.87],[-194,-15182,197,3.7],[593,-17350,211,4.22],[-688,-17868,117,4.36],[-54,-8944,214,2.18],[188,-18149,191,4.42],[-332,-11645,180,2.84],[42,-19051,94,4.64],[351,-9230,136,2.25],[-396,-12424,124,3.03],[-2,-9834,85,2.4],[-260,-10347,88,2.52],[174,-11083,83,2.7],[-297,-9388,79,2.29],[762,-9165,115,2.23],[27,-11973,77,2.92],[-237,-14467,91,3.52],[140,-15355,78,3.74],[130,-17481,96,4.26],[146,-14504,120,3.54],[542,-18671,103,4.55],[349,-12099,109,2.95],[86,-10374,123,2.53],[-737,-10563,50,2.57],[-751,-13621,35,3.32],[12,-12068,58,2.94],[-348,-9308,31,2.27],[36,-10528,53,2.57],[-720,-15310,40,3.73],[-414,-10082,36,2.46],[-710,-16156,39,3.93],[-227,-16446,3,4.01],[-596,-8479,13,2.07],[-798,-8261,51,2.01],[20,-10223,30,2.49],[675,-18479,81,4.51],[-145,-16937,45,4.12],[146,-8816,57,2.15],[-318,-19146,62,4.66],[-437,-12170,-59,2.96],[-620,-11234,-24,2.74],[-279,-11058,-66,2.69],[405,-10203,-3,2.49],[-518,-16284,-23,3.97],[259,-11099,-44,2.7],[-249,-11147,-41,2.72],[-249,-8359,-66,2.04],[-693,-15365,-25,3.74],[-234,-12182,-33,2.97],[-360,-19049,-1,4.64],[-51,-8342,-71,2.03],[647,-13820,-88,3.37],[105,-8625,-12,2.1],[-295,-9897,-48,2.41],[194,-16780,-33,4.09],[-15,-18300,-139,4.46],[-697,-19155,-111,4.67],[-384,-12616,-74,3.07],[-693,-13754,-68,3.35],[-588,-14213,-67,3.47],[-310,-11984,-107,2.92],[268,-17618,-111,4.3],[-40,-12728,-130,3.1],[-384,-11792,-105,2.87],[187,-10103,-125,2.46],[90,-17347,-132,4.22],[-631,-10839,-71,2.64],[207,-17467,-89,4.26],[-506,-11215,-114,2.73],[551,-20116,-170,4.91],[-510,-15410,-94,3.76],[-244,-17608,-167,4.29],[-461,-9017,-151,2.2],[-43,-15833,-212,3.86],[471,-19408,-192,4.72],[-720,-15332,-133,3.73],[569,-13883,-207,3.38],[-738,-15796,-116,3.85],[634,-8753,-181,2.13],[-600,-18571,-177,4.53],[-743,-19018,-154,4.63],[-450,-9451,-170,2.3],[695,-11471,-227,2.79],[508,-16816,-179,4.09],[-272,-19877,-181,4.84],[25,-11204,-200,2.73],[-53,-13957,-151,3.4],[47,-16556,-282,4.04],[-727,-15816,-176,3.86],[-763,-19831,-220,4.83],[-465,-11822,-221,2.88],[-754,-14692,-213,3.58],[307,-14595,-255,3.55],[-403,-14383,-256,3.5],[-149,-10648,-214,2.59],[128,-19545,-239,4.77],[669,-16224,-269,3.96],[246,-13861,-303,3.38],[-371,-17821,-230,4.35],[-65,-18975,-281,4.63],[-382,-15330,-220,3.73],[524,-20365,-320,4.97],[477,-10987,-315,2.68],[-10,-17926,630,4.35],[125,-14331,682,3.48],[695,-13327,790,3.24],[633,-15834,714,3.84],[-54,-15180,621,3.69],[-796,-10621,489,2.58],[-488,-20093,519,4.87],[82,-14214,625,3.45],[743,-11073,730,2.69],[-216,-12378,593,3],[-523,-16087,543,3.91],[692,-12130,756,2.94],[-45,-11473,650,2.78],[-753,-10371,448,2.52],[-663,-9035,467,2.19],[-282,-20019,582,4.86],[-561,-19093,479,4.64],[76,-17053,592,4.14],[-548,-13177,461,3.2],[-28,-19780,538,4.81],[343,-11577,614,2.81],[740,-11098,718,2.69],[-716,-18493,417,4.49],[332,-8313,610,2.02],[-58,-15282,553,3.71],[-753,-10263,416,2.49],[-563,-10292,479,2.5],[-101,-10665,516,2.59],[-598,-13949,465,3.38],[-768,-18738,388,4.55],[-251,-17599,521,4.27],[-292,-11766,506,2.86],[-317,-18603,397,4.52],[-290,-16627,443,4.03],[-290,-14829,460,3.6],[-574,-14631,383,3.55],[320,-16146,524,3.92],[-677,-8313,351,2.02],[312,-14599,487,3.54],[-418,-10449,421,2.54],[534,-9999,597,2.43],[334,-19434,568,4.72],[499,-8401,531,2.04],[504,-19661,571,4.77],[-476,-14258,397,3.46],[733,-16708,600,4.05],[11,-15457,515,3.75],[171,-8803,493,2.14],[787,-15314,508,3.71],[-733,-12638,330,3.07],[659,-11340,476,2.75],[583,-15610,502,3.79],[152,-9325,415,2.26],[278,-12391,452,3.01],[-584,-16756,330,4.07],[192,-16168,449,3.93],[-153,-14504,417,3.52],[-276,-19571,391,4.75],[-294,-9328,363,2.26],[416,-16047,467,3.89],[-198,-16254,361,3.95],[464,-14310,466,3.47],[125,-14106,426,3.42],[800,-10353,543,2.51],[258,-11766,350,2.86],[-770,-18015,258,4.38],[-658,-18118,236,4.39],[-2,-10428,358,2.53],[268,-13699,346,3.33],[683,-16332,430,3.96],[-731,-16632,260,4.04],[282,-20535,349,4.98],[129,-11644,377,2.83],[361,-16176,408,3.93],[-385,-19511,289,4.73],[-534,-10064,294,2.44],[762,-16709,448,4.05],[-370,-20014,308,4.85],[757,-13113,395,3.18],[-11,-8418,317,2.04],[-743,-12351,174,3],[126,-10635,283,2.58],[453,-9631,263,2.34],[-464,-16774,240,4.07],[587,-11268,296,2.74],[-130,-10774,212,2.61],[405,-20295,301,4.93],[679,-10820,339,2.63],[-257,-10935,211,2.65],[-518,-11213,185,2.72],[-726,-18766,213,4.55],[44,-17258,226,4.19],[654,-11458,274,2.78],[415,-13236,264,3.21],[-321,-14926,212,3.62],[-455,-9215,234,2.24],[136,-11042,155,2.68],[80,-20055,197,4.87],[-701,-18391,116,4.47],[534,-17907,204,4.34],[121,-12978,206,3.15],[485,-9507,173,2.31],[141,-10860,221,2.64],[318,-20541,172,4.99],[-431,-8522,186,2.07],[377,-10344,168,2.51],[-183,-10304,146,2.5],[460,-10027,174,2.43],[-515,-13008,149,3.16],[-451,-9008,170,2.19],[-629,-10223,128,2.48],[796,-8297,249,2.01],[-416,-15256,72,3.7],[-601,-17614,74,4.27],[-496,-9529,111,2.31],[-69,-10108,127,2.45],[-145,-16614,124,4.03],[-30,-17277,113,4.2],[195,-13630,110,3.31],[683,-10119,164,2.46],[549,-19150,167,4.64],[567,-10271,132,2.49],[-217,-20362,78,4.95],[-333,-15390,74,3.74],[616,-17433,108,4.23],[734,-19391,112,4.7],[31,-15397,132,3.73],[625,-12901,93,3.13],[400,-16499,47,4],[51,-8719,12,2.12],[-13,-14015,54,3.4],[-679,-19277,52,4.67],[747,-20437,90,4.96],[192,-10492,51,2.55],[-350,-17029,9,4.14],[-501,-10752,48,2.61],[-348,-15467,45,3.76],[-446,-19798,51,4.8],[198,-16227,6,3.94],[688,-11133,31,2.7],[196,-17452,33,4.24],[476,-13316,2,3.23],[319,-9594,5,2.33],[-346,-17525,8,4.25],[-775,-17930,-26,4.36],[233,-20240,-6,4.91],[620,-17496,-73,4.25],[-531,-14933,-29,3.62],[-35,-16175,-59,3.93],[-51,-14101,-26,3.42],[153,-11269,-63,2.73],[107,-17519,-46,4.26],[-143,-10334,-34,2.51],[58,-14188,-57,3.44],[364,-14956,-49,3.63],[80,-18435,-49,4.47],[-328,-10136,-58,2.46],[-701,-11046,-17,2.68],[-53,-14510,0,3.52],[-134,-14776,-69,3.59],[-380,-13021,-95,3.16],[-405,-12948,-113,3.14],[-728,-17432,-94,4.23],[363,-16088,-96,3.9],[-656,-16246,-99,3.94],[-459,-18316,-93,4.44],[251,-13160,-117,3.19],[-499,-11427,-63,2.77],[-215,-9600,-132,2.33],[-119,-12914,-86,3.13],[-455,-10434,-84,2.53],[48,-8938,-124,2.17],[720,-13690,-132,3.32],[116,-20441,-152,4.97],[504,-11003,-89,2.67],[311,-16930,-87,4.11],[447,-8571,-246,2.08],[372,-13621,-219,3.31],[-576,-8240,-156,2],[648,-12277,-182,2.98],[-404,-17105,-145,4.15],[-455,-16770,-147,4.07],[-676,-13771,-156,3.34],[390,-14729,-208,3.57],[756,-18520,-271,4.49],[-613,-17077,-157,4.15],[-360,-9542,-131,2.32],[-764,-14090,-136,3.42],[-244,-8403,-166,2.04],[-499,-12513,-145,3.04],[173,-19725,-221,4.79],[569,-10503,-220,2.55],[196,-20433,-295,4.95],[-788,-18752,-218,4.55],[422,-13349,-251,3.24],[561,-15832,-287,3.85],[66,-10109,-261,2.45],[-625,-19540,-179,4.75],[-747,-20267,-223,4.91],[699,-14951,-334,3.63],[-397,-16651,-247,4.04],[-621,-9500,-182,2.31],[-271,-20553,-258,4.99],[716,-20152,-338,4.9],[749,-10366,-301,2.52],[-350,-13193,-226,3.2],[-182,-11643,-219,2.83],[-491,-16094,-190,3.9],[-792,-8946,471,2.16],[-65,-17265,619,4.17],[2,-8835,659,2.14],[135,-20632,617,4.98],[313,-15142,726,3.66],[766,-15031,783,3.63],[-120,-11024,590,2.67],[-644,-15815,481,3.83],[428,-19403,738,4.69],[-6,-9334,590,2.26],[-514,-18045,521,4.36],[573,-8848,752,2.14],[230,-19597,690,4.73],[320,-19507,706,4.71],[149,-13478,650,3.26],[264,-16312,716,3.95],[-452,-9520,489,2.3],[144,-16931,587,4.09],[-741,-13246,395,3.2],[608,-12306,683,2.98],[800,-13692,713,3.31],[260,-11698,587,2.83],[717,-12842,660,3.11],[-54,-17451,560,4.22],[663,-9276,709,2.24],[-55,-15308,567,3.7],[-313,-11487,524,2.78],[500,-13242,631,3.2],[682,-20005,644,4.83],[27,-10352,538,2.5],[-139,-9341,522,2.26],[-417,-16769,499,4.06],[667,-11555,543,2.79],[184,-17382,494,4.21],[-696,-18313,355,4.42],[-65,-8546,467,2.07],[-667,-11388,351,2.75],[628,-17210,560,4.16],[-675,-10093,365,2.44],[372,-20591,512,4.97],[-43,-19149,484,4.63],[-549,-10412,402,2.52],[-571,-15780,382,3.82],[743,-19355,575,4.68],[-455,-19983,383,4.83],[789,-19567,581,4.74],[-552,-19242,416,4.66],[-449,-8402,394,2.03],[-357,-11435,347,2.76],[29,-11624,375,2.81],[-188,-18584,369,4.5],[-599,-9814,322,2.37],[29,-9355,379,2.26],[415,-19870,482,4.81],[62,-8965,422,2.17],[195,-19660,392,4.76],[521,-18100,450,4.37],[-42,-20289,382,4.9],[773,-9643,491,2.33],[152,-12671,458,3.06],[-135,-17445,404,4.22],[-483,-11782,349,2.85],[-281,-19784,384,4.78],[778,-10638,529,2.57],[584,-12888,415,3.11],[433,-9279,342,2.24],[-103,-9192,284,2.22],[731,-11376,385,2.75],[-770,-8522,228,2.06],[683,-14856,374,3.59],[-8,-15238,360,3.68],[-480,-16783,258,4.06],[530,-14669,360,3.55],[-57,-13614,311,3.29],[-90,-10481,328,2.53],[341,-14048,343,3.4],[-176,-15304,332,3.7],[799,-14815,454,3.58],[-791,-11423,230,2.76],[732,-16640,399,4.02],[388,-9827,316,2.38],[-338,-14421,240,3.49],[199,-10720,286,2.59],[-142,-12173,274,2.94],[543,-11610,266,2.81],[-379,-16479,224,3.99],[573,-18166,293,4.4],[-370,-14460,250,3.49],[576,-10017,293,2.42],[324,-18882,310,4.56],[333,-16649,323,4.03],[481,-13150,262,3.18],[-122,-9192,213,2.22],[292,-8742,315,2.11],[481,-17340,274,4.2],[521,-10937,310,2.64],[-723,-12298,169,2.97],[1,-13816,173,3.34],[-256,-18603,183,4.5],[-140,-12604,179,3.05],[543,-8677,184,2.1],[151,-16372,186,3.96],[488,-8678,195,2.1],[641,-10171,179,2.46],[228,-19528,187,4.72],[-168,-17341,158,4.19],[440,-15591,230,3.77],[600,-19367,243,4.68],[451,-10745,202,2.6],[609,-20589,186,4.98],[-231,-9490,191,2.29],[633,-19910,187,4.82],[647,-11990,171,2.9],[-151,-13210,98,3.19],[-81,-15411,134,3.73],[305,-13009,125,3.15],[-547,-15776,118,3.81],[-343,-15400,97,3.73],[-74,-19348,78,4.67],[633,-8899,100,2.15],[638,-20445,164,4.95],[-3,-18766,130,4.53],[229,-11318,102,2.74],[-402,-20417,85,4.94],[664,-17463,92,4.22],[523,-18645,140,4.51],[43,-13420,80,3.24],[-548,-20416,111,4.93],[545,-17765,21,4.29],[593,-14129,81,3.42],[-329,-14120,36,3.42],[-257,-18469,53,4.47],[-693,-16166,27,3.91],[641,-14709,63,3.55],[269,-18051,64,4.36],[-204,-14401,14,3.48],[649,-12289,29,2.97],[34,-19571,46,4.74],[-559,-10146,58,2.45],[450,-11644,4,2.82],[529,-20377,66,4.93],[62,-16434,34,3.97],[-545,-13996,52,3.38],[663,-17138,39,4.14],[698,-14928,-19,3.61],[-224,-19453,-9,4.71],[437,-9251,-60,2.24],[0,-9314,-21,2.25],[364,-18392,-21,4.44],[-340,-14743,-52,3.57],[-386,-19340,-50,4.68],[-309,-11129,-36,2.69],[398,-11926,-20,2.88],[270,-12347,-12,2.98],[-117,-15427,-63,3.73],[-273,-10042,-9,2.43],[-528,-15924,-32,3.85],[572,-15076,-67,3.65],[-798,-11847,-52,2.86],[-797,-17567,-25,4.24],[-731,-15125,-75,3.65],[416,-9511,-112,2.3],[754,-16484,-157,3.98],[302,-19407,-160,4.69],[738,-12186,-171,2.95],[-483,-11926,-67,2.88],[-89,-15518,-117,3.75],[-376,-15162,-81,3.66],[-231,-14735,-94,3.56],[-545,-15156,-77,3.66],[115,-13655,-119,3.3],[763,-17795,-93,4.31],[172,-9515,-103,2.3],[-138,-19049,-98,4.61],[-751,-17568,-62,4.25],[106,-16062,-117,3.89],[-429,-20594,-166,4.97],[-687,-8687,-158,2.1],[-489,-19389,-156,4.69],[594,-18514,-235,4.47],[-190,-20238,-157,4.89],[-301,-17697,-139,4.28],[-764,-9696,-164,2.34],[91,-19072,-211,4.62],[382,-16583,-185,4.01],[-756,-8711,-139,2.11],[366,-13822,-210,3.34],[-356,-9969,-173,2.41],[545,-9208,-212,2.23],[153,-20461,-228,4.94],[-541,-13650,-170,3.3],[-186,-20335,-177,4.91],[797,-20458,-325,4.94],[-408,-14989,-202,3.62],[323,-19868,-254,4.8],[-733,-17065,-223,4.12],[653,-18565,-303,4.49],[-643,-19462,-196,4.7],[219,-9059,-304,2.19],[-653,-14514,-183,3.51],[-399,-14446,-200,3.49],[412,-13045,-265,3.16],[-573,-9426,-190,2.28],[772,-8361,-287,2.02],[755,-10167,-287,2.46],[-353,-15264,-214,3.69],[366,-18228,-252,4.4],[-22,-15631,-280,3.78],[92,-14726,671,3.54],[74,-10218,656,2.46],[-722,-18578,457,4.48],[722,-10146,782,2.44],[20,-17154,660,4.13],[-520,-16498,509,3.97],[148,-10032,653,2.42],[-511,-19908,492,4.8],[730,-13143,739,3.17],[698,-16195,738,3.9],[-18,-18602,592,4.48],[589,-10890,704,2.62],[-437,-12978,535,3.12],[32,-10206,622,2.46],[-783,-16717,480,4.02],[-176,-16708,620,4.02],[-191,-11039,157,2.66],[-693,-16615,146,4],[-529,-11768,129,2.83],[-437,-20066,175,4.84],[-678,-15328,160,3.69],[615,-19737,195,4.76],[-586,-13305,147,3.2],[-135,-19709,164,4.74],[496,-11782,235,2.84],[500,-12157,228,2.93],[-726,-10988,140,2.65],[-199,-8505,201,2.05],[246,-16830,200,4.06],[-95,-16121,183,3.89],[-171,-15932,157,3.84],[664,-17844,189,4.29],[-557,-12908,-231,3.11],[-607,-16114,-179,3.88],[296,-18317,-267,4.41],[536,-19223,-323,4.63],[-688,-19118,-206,4.61],[-356,-19834,-245,4.77],[-563,-13795,-222,3.32],[501,-12270,-283,2.96],[626,-16814,-341,4.05],[-411,-13549,-219,3.26],[426,-11403,-256,2.75],[-274,-19341,-233,4.66],[-386,-11081,-233,2.67],[-332,-20480,-218,4.93],[-157,-9170,-239,2.21],[-8,-8713,-280,2.1],[-739,-9413,504,2.26],[-137,-18685,623,4.49],[331,-17205,689,4.12],[14,-10486,595,2.52],[63,-16403,634,3.93],[-174,-11943,619,2.87],[37,-18973,633,4.55],[-272,-19853,562,4.76],[-102,-9515,605,2.28],[-324,-17358,551,4.17],[-585,-18182,531,4.37],[-418,-17490,558,4.2],[-110,-12535,569,3.01],[704,-16033,735,3.84],[131,-10757,678,2.58],[411,-11380,732,2.73],[37,-10941,188,2.62],[-659,-13984,122,3.35],[-88,-11775,158,2.83],[321,-13033,208,3.13],[-514,-13255,157,3.18],[786,-8453,224,2.03],[-29,-16130,193,3.87],[338,-9214,235,2.21],[527,-15528,173,3.72],[-161,-8500,185,2.04],[-695,-9327,159,2.24],[161,-11931,180,2.86],[387,-11123,242,2.67],[-399,-9687,163,2.32],[315,-14810,201,3.55],[205,-11219,164,2.69],[381,-16073,-321,3.85],[13,-12009,-222,2.88],[691,-14103,-280,3.38],[-167,-15437,-224,3.71],[-326,-19880,-242,4.77],[604,-10147,-305,2.43],[-351,-18592,-229,4.46],[-53,-18734,-268,4.5],[-731,-18961,-177,4.55],[-257,-18620,-259,4.46],[-493,-19152,-209,4.6],[159,-16450,-304,3.95],[-703,-12649,-197,3.03],[472,-10527,-309,2.53],[-352,-16650,-198,4],[-660,-16730,-212,4.01],[-630,-10593,485,2.53],[115,-13540,629,3.24],[-690,-14258,512,3.41],[-65,-14918,620,3.57],[-347,-13327,556,3.18],[505,-11256,694,2.69],[422,-14775,670,3.53],[-656,-14303,499,3.42],[-786,-10042,493,2.4],[264,-8379,663,2],[184,-18636,661,4.46],[-60,-16678,601,3.99],[-557,-14497,534,3.47],[-743,-13963,488,3.34],[551,-11677,735,2.79],[219,-12146,634,2.9],[285,-10464,176,2.5],[-335,-8829,152,2.11],[92,-11884,209,2.84],[-78,-18745,162,4.48],[-64,-8745,205,2.09],[384,-16997,178,4.07],[-72,-14079,171,3.37],[-508,-9286,140,2.22],[-576,-10801,178,2.58],[-744,-12233,139,2.92],[-231,-15241,173,3.64],[378,-18985,214,4.54],[-81,-12492,201,2.98],[-352,-11569,183,2.76],[-338,-13661,150,3.27],[145,-13334,199,3.19],[-733,-15418,473,3.67],[383,-11834,716,2.82],[224,-13886,676,3.31],[460,-11060,714,2.63],[81,-16821,620,4.01],[224,-11012,667,2.62],[-112,-13568,601,3.23],[509,-9097,747,2.17],[159,-16197,648,3.86],[319,-11612,721,2.76],[467,-18960,677,4.51],[-226,-13518,602,3.22],[-559,-10803,502,2.57],[-209,-9500,555,2.26],[707,-17238,735,4.11],[168,-13486,688,3.21],[-383,-16729,259,3.98],[-208,-19120,295,4.56],[-160,-13289,334,3.17],[-372,-18996,322,4.52],[-626,-19101,250,4.55],[-596,-19153,262,4.56],[-459,-17304,299,4.12],[316,-19793,345,4.71],[550,-8830,356,2.1],[-607,-12159,243,2.89],[443,-18058,339,4.3],[-750,-8611,239,2.05],[-679,-8887,283,2.12],[-575,-16899,246,4.02],[-432,-11635,263,2.77],[588,-15698,369,3.74],[728,-19220,331,4.58],[-39,-12563,226,2.99],[226,-18363,237,4.38],[-745,-20931,174,4.99],[639,-17657,274,4.21],[99,-19810,228,4.72],[172,-14498,278,3.45],[521,-12450,297,2.96],[-267,-20858,268,4.96],[-684,-13441,205,3.2],[496,-20050,265,4.77],[-686,-13672,226,3.26],[-567,-13859,197,3.3],[-184,-18211,275,4.33],[-522,-15226,209,3.62],[652,-11903,290,2.83],[168,-15427,228,3.67],[-244,-19565,162,4.65],[238,-13857,163,3.3],[166,-9977,220,2.38],[567,-16104,194,3.84],[-17,-19752,176,4.71],[-357,-10077,179,2.4],[528,-18723,207,4.46],[-143,-18060,167,4.3],[-134,-12724,182,3.03],[258,-20609,213,4.9],[-479,-19882,127,4.74],[-570,-16057,120,3.83],[2,-16824,172,4.01],[190,-18630,159,4.44],[-375,-8567,191,2.04],[61,-13986,108,3.33],[161,-18971,129,4.51],[-75,-9566,132,2.28],[389,-12074,131,2.87],[754,-12459,108,2.97],[-86,-17249,129,4.11],[-96,-12400,117,2.95],[168,-10419,94,2.48],[-176,-20976,108,5],[162,-19026,141,4.53],[307,-20041,81,4.77],[-568,-12794,72,3.05],[-402,-11521,75,2.74],[309,-9355,131,2.23],[-105,-13270,107,3.16],[-768,-11972,91,2.85],[496,-17662,761,4.19],[-70,-17338,598,4.11],[-736,-16832,496,3.99],[-8,-9839,627,2.33],[-25,-14372,593,3.41],[661,-18665,717,4.42],[-506,-11257,534,2.67],[-366,-20138,538,4.78],[333,-17072,700,4.05],[29,-12629,646,2.99],[697,-9784,799,2.32],[562,-20543,763,4.88],[-621,-20775,507,4.92],[-22,-15288,607,3.63],[225,-20649,692,4.9],[187,-8925,671,2.12],[595,-8931,618,2.12],[479,-9495,659,2.25],[-489,-13801,482,3.27],[435,-18609,639,4.41],[255,-10626,607,2.52],[-8,-13757,580,3.26],[754,-17588,718,4.17],[-447,-13134,492,3.12],[462,-11211,632,2.66],[-153,-13220,555,3.13],[466,-13389,657,3.18],[222,-20451,580,4.85],[-677,-12714,414,3.01],[120,-20907,588,4.96],[586,-19246,625,4.57],[-344,-18210,514,4.32],[-678,-16572,498,3.92],[610,-15479,746,3.66],[654,-9959,755,2.35],[-324,-20417,537,4.82],[0,-18173,633,4.3],[348,-16724,678,3.95],[4,-10352,654,2.45],[-144,-17870,600,4.22],[60,-18718,646,4.42],[72,-11682,643,2.76],[-247,-9589,559,2.27],[608,-20813,754,4.92],[151,-19020,656,4.49],[582,-12037,721,2.84],[-224,-19501,587,4.6],[-271,-20819,548,4.92],[-3,-20180,564,4.76],[-360,-11841,477,2.8],[-696,-13379,424,3.16],[435,-17761,639,4.19],[639,-13914,665,3.29],[-383,-16308,466,3.86],[-619,-12146,463,2.87],[-169,-11338,553,2.68],[-698,-13372,437,3.16],[-766,-16401,424,3.88],[-294,-8873,514,2.1],[726,-20326,721,4.8],[-411,-16920,502,4],[-471,-20131,443,4.75],[200,-12601,600,2.98],[651,-16453,654,3.89],[780,-9946,638,2.35],[496,-12274,541,2.9],[-278,-10105,428,2.39],[138,-9726,486,2.3],[-253,-14958,446,3.53],[748,-13424,616,3.17],[-274,-11407,422,2.7],[498,-9636,590,2.28],[44,-10534,479,2.49],[485,-9420,521,2.23],[-702,-18291,377,4.32],[674,-16051,554,3.79],[-520,-13047,370,3.08],[490,-14766,545,3.49],[546,-10031,588,2.37],[286,-17037,559,4.03],[653,-8959,788,2.11],[685,-20892,779,4.91],[-293,-12275,596,2.89],[-38,-16128,651,3.8],[-673,-11302,514,2.66],[745,-14855,752,3.5],[-256,-19273,585,4.53],[568,-12062,700,2.84],[-22,-10349,609,2.44],[396,-18303,718,4.31],[-158,-11373,573,2.68],[-543,-9543,505,2.25],[756,-21125,746,4.98],[-486,-14318,553,3.37],[-617,-17772,522,4.18],[-145,-15746,589,3.71],[-363,-9268,-195,2.18],[-101,-18262,-269,4.3],[-384,-20547,-209,4.83],[-289,-19382,-230,4.56],[202,-19400,-257,4.56],[567,-12969,-262,3.05],[615,-12978,-327,3.05],[464,-11669,-312,2.75],[599,-11500,-333,2.71],[471,-15143,-301,3.57],[98,-10953,-276,2.58],[482,-17891,-291,4.21],[-760,-13320,-198,3.14],[553,-14207,-340,3.35],[662,-18239,-337,4.29],[457,-12340,-321,2.9],[125,-8601,637,2.02],[-459,-10019,506,2.35],[-680,-16622,507,3.9],[728,-10770,780,2.53],[-211,-13706,558,3.22],[-291,-9622,554,2.26],[-35,-21178,611,4.96],[-41,-16186,651,3.8],[44,-12310,633,2.89],[453,-13405,697,3.14],[734,-10778,772,2.53],[365,-13352,707,3.13],[703,-19982,779,4.68],[-272,-19479,578,4.56],[797,-16909,760,3.96],[-81,-20878,643,4.9],[564,-15970,-281,3.74],[381,-9321,-264,2.19],[-461,-10585,-237,2.48],[103,-15494,-271,3.63],[458,-11531,-266,2.7],[621,-19601,-329,4.6],[480,-9478,-258,2.22],[488,-14783,-291,3.47],[-391,-14434,-201,3.38],[191,-20503,-246,4.8],[-554,-11425,-194,2.68],[420,-20524,-319,4.81],[-546,-14471,-190,3.39],[-655,-11158,-191,2.62],[278,-10372,-288,2.43],[170,-15464,-261,3.62],[-201,-18243,582,4.26],[-265,-18275,551,4.27],[370,-12646,707,2.96],[35,-19622,616,4.59],[-595,-17927,525,4.19],[-37,-13169,584,3.08],[-561,-18044,484,4.22],[241,-18723,711,4.37],[58,-18808,609,4.4],[755,-18081,774,4.23],[-550,-13223,510,3.09],[722,-8653,791,2.02],[-479,-18899,525,4.42],[-551,-20806,508,4.87],[-14,-9146,653,2.14],[271,-10453,679,2.44],[624,-13981,674,3.27],[-510,-14259,434,3.33],[547,-13807,663,3.22],[-450,-19507,471,4.55],[385,-11582,582,2.71],[215,-14340,569,3.35],[591,-20726,694,4.84],[-15,-20526,563,4.79],[418,-20761,637,4.85],[490,-10099,618,2.36],[-793,-16837,436,3.93],[267,-11516,610,2.69],[-739,-16921,399,3.95],[105,-11151,591,2.61],[-700,-9758,422,2.28],[-628,-20812,432,4.86],[470,-12392,555,2.89],[20,-19125,462,4.47],[-569,-10319,380,2.41],[-232,-15819,467,3.7],[168,-19069,535,4.46],[-184,-16232,420,3.79],[-497,-18958,413,4.43],[782,-20265,587,4.74],[-216,-17872,435,4.18],[463,-19086,583,4.46],[-270,-21336,437,4.98],[-505,-15080,418,3.53],[-169,-15269,436,3.57],[-571,-11476,375,2.68],[-652,-15437,355,3.61],[-422,-12608,425,2.95],[534,-18461,460,4.31],[-451,-14105,333,3.3],[620,-14190,483,3.32],[-141,-17130,391,4],[-593,-10281,328,2.4],[-759,-18316,300,4.28],[-84,-18452,377,4.31],[515,-19928,483,4.66],[110,-17261,416,4.04],[-560,-12223,314,2.86],[-699,-10412,329,2.43],[-747,-13846,297,3.23],[17,-11969,375,2.8],[-635,-13270,327,3.1],[-177,-11949,413,2.79],[728,-15237,535,3.56],[675,-17548,438,4.1],[-774,-12173,266,2.84],[427,-17001,365,3.97],[364,-20513,373,4.8],[540,-11819,405,2.76],[40,-9271,349,2.17],[-27,-20647,345,4.83],[33,-16199,359,3.78],[779,-9280,407,2.17],[-498,-11592,275,2.71],[-183,-10848,308,2.53],[668,-13511,424,3.16],[322,-12950,344,3.03],[-535,-15020,285,3.51],[-451,-12579,308,2.94],[-398,-21317,274,4.99],[-590,-21346,236,4.99],[576,-9409,271,2.2],[218,-15988,248,3.73],[300,-18551,314,4.33],[178,-14626,289,3.42],[100,-20839,294,4.86],[7,-19933,229,4.66],[84,-13902,238,3.25],[-569,-17957,216,4.19],[-70,-13629,259,3.19],[-338,-14935,227,3.49],[675,-19125,347,4.47],[64,-20610,228,4.81],[588,-10818,268,2.53],[-771,-8906,185,2.08],[102,-20513,259,4.8],[-140,-15978,207,3.74],[-55,-16542,184,3.87],[-225,-17849,138,4.17],[356,-9539,231,2.23],[335,-20251,226,4.73],[-214,-16067,177,3.75],[-355,-20425,173,4.77],[27,-20734,191,4.84],[439,-12777,242,2.98],[291,-16205,187,3.78],[-553,-17307,128,4.05],[-521,-20581,148,4.8],[220,-10780,194,2.52],[-429,-19698,130,4.6],[338,-18325,222,4.28],[798,-12522,216,2.93],[583,-11329,111,2.65],[625,-17357,123,4.05],[531,-15047,156,3.52],[-540,-10732,93,2.51],[137,-13672,150,3.2],[-299,-20763,123,4.85],[569,-15303,134,3.57],[631,-17568,147,4.1],[706,-9942,157,2.32],[-655,-13714,88,3.21],[784,-20627,152,4.82],[-719,-16956,68,3.96],[-210,-14905,77,3.48],[167,-20089,113,4.7],[-594,-12320,66,2.88],[-266,-12254,123,2.86],[651,-15176,55,3.54],[-252,-13721,17,3.21],[61,-19273,9,4.51],[-282,-9120,38,2.13],[-714,-18552,51,4.34],[497,-10230,22,2.39],[-208,-13396,10,3.13],[-86,-12471,9,2.91],[-112,-15022,48,3.51],[-309,-12475,32,2.91],[606,-14614,73,3.42],[174,-17227,73,4.02],[148,-9039,55,2.11],[-514,-14950,12,3.49],[623,-20482,55,4.79],[327,-9687,49,2.26],[182,-20132,-24,4.7],[-273,-14266,-10,3.33],[485,-16089,-3,3.76],[-474,-12699,-45,2.97],[-88,-13693,-27,3.2],[715,-19350,-38,4.52],[-590,-12280,-7,2.87],[-411,-13676,-2,3.2],[204,-20383,-17,4.76],[-642,-13718,-19,3.2],[272,-20560,-37,4.8],[-157,-11049,-35,2.58],[-343,-11349,-16,2.65],[-64,-14813,-35,3.46],[-104,-17175,-43,4.02],[8,-11688,-22,2.73],[-40,-21146,-77,4.94],[-16,-15725,-88,3.68],[-277,-12706,-112,2.97],[711,-18972,-148,4.44],[-106,-9077,-101,2.12],[-174,-18582,-70,4.34],[516,-8931,-148,2.09],[-224,-10541,-75,2.46],[-755,-11994,-97,2.8],[719,-16569,-104,3.87],[670,-16161,-145,3.78],[-760,-11646,-76,2.72],[-792,-19064,-83,4.45],[-16,-11074,-120,2.59],[-233,-10224,-115,2.39],[-147,-9168,-101,2.14],[-63,-11231,-205,2.62],[-408,-9274,-145,2.17],[-80,-18589,-157,4.34],[607,-21294,-248,4.97],[626,-20644,-241,4.83],[142,-9467,-170,2.21],[468,-17837,-206,4.17],[-64,-15511,-184,3.62],[-44,-15596,-178,3.64],[-722,-18050,-129,4.21],[-520,-20335,-131,4.76],[-689,-11977,-158,2.8],[606,-12144,-253,2.84],[286,-21136,-191,4.93],[-631,-9850,-174,2.3],[313,-21068,-187,4.93],[117,-18895,-289,4.42],[401,-15453,-311,3.61],[-698,-18826,-209,4.4],[-86,-15510,-259,3.62],[-105,-21311,-266,4.98],[-26,-13669,-228,3.19],[-175,-12872,-254,3.01],[-662,-20762,-212,4.85],[-49,-9400,-247,2.2],[-750,-19841,-209,4.64],[-470,-17389,-221,4.07],[700,-15592,-345,3.64],[480,-15400,-289,3.6],[171,-11599,-244,2.71],[-769,-12726,-170,2.97],[-207,-10596,-237,2.48],[45,-19732,645,4.59],[529,-20651,772,4.81],[-578,-16659,486,3.88],[84,-17619,628,4.1],[175,-9116,686,2.12],[-669,-12406,507,2.89],[-120,-14718,575,3.42],[378,-19990,680,4.66],[334,-8933,679,2.08],[543,-15199,756,3.54],[545,-12814,757,2.98],[746,-19349,768,4.5],[113,-12400,637,2.89],[-309,-16517,531,3.85],[518,-15699,710,3.65],[-492,-8801,550,2.05],[565,-18619,652,4.33],[-109,-18868,533,4.4],[754,-13529,697,3.15],[-189,-21074,545,4.9],[-744,-13567,396,3.16],[614,-17100,658,3.98],[513,-16449,624,3.83],[-246,-9921,522,2.31],[112,-18134,548,4.22],[-48,-19427,520,4.52],[-451,-20123,494,4.69],[-629,-9237,430,2.15],[776,-20610,714,4.8],[367,-16049,652,3.73],[461,-10587,640,2.46],[-488,-19790,492,4.6],[-344,-10054,404,2.34],[274,-18013,534,4.2],[-442,-9293,381,2.16],[203,-9932,519,2.31],[-271,-10987,454,2.56],[440,-10108,584,2.35],[695,-18585,565,4.32],[-542,-19104,383,4.44],[-250,-19879,448,4.63],[475,-9222,545,2.15],[-155,-20752,464,4.83],[190,-16728,473,3.89],[-456,-18491,419,4.31],[787,-18132,599,4.22],[612,-11765,575,2.74],[-138,-19248,464,4.48],[667,-17952,534,4.18],[-588,-16398,339,3.81],[305,-14211,482,3.31],[638,-13499,509,3.14],[431,-9270,485,2.16],[-107,-11878,411,2.76],[-459,-17315,364,4.03],[156,-11478,410,2.67],[-12,-14044,421,3.27],[-501,-11831,356,2.75],[-265,-11767,400,2.74],[34,-9968,398,2.32],[-196,-18356,369,4.28],[29,-12738,396,2.96],[83,-20438,441,4.76],[332,-21288,423,4.95],[-566,-15667,274,3.65],[104,-15380,360,3.58],[673,-15655,372,3.65],[-618,-14753,264,3.43],[-306,-13485,290,3.14],[707,-17127,422,3.99],[-57,-13546,315,3.15],[-299,-10406,296,2.42],[-559,-9692,295,2.26],[122,-15749,373,3.66],[468,-18594,399,4.33],[2,-15455,314,3.6],[-210,-16139,306,3.75],[-524,-15606,284,3.63],[-80,-19484,310,4.53],[715,-19620,441,4.57],[-641,-19556,220,4.55],[-749,-9437,210,2.2],[555,-10584,344,2.46],[327,-19272,311,4.48],[585,-12057,287,2.81],[-392,-17110,193,3.99],[211,-11416,249,2.66],[-362,-12794,219,2.98],[10,-19862,260,4.63],[-175,-12573,269,2.93],[-424,-18765,194,4.36],[259,-14605,271,3.4],[-744,-9445,170,2.2],[639,-12932,325,3.01],[-441,-11219,241,2.61],[322,-18203,312,4.24],[-227,-15482,199,3.61],[37,-20382,151,4.74],[648,-12493,187,2.91],[636,-13983,262,3.25],[-626,-14634,175,3.41],[-255,-11967,148,2.79],[-140,-10207,147,2.38],[58,-8644,221,2.01],[-650,-17989,121,4.18],[146,-16712,173,3.89],[-691,-14564,125,3.39],[334,-13987,178,3.26],[-208,-14071,156,3.27],[136,-10040,159,2.34],[-122,-13117,172,3.05],[514,-17159,247,4],[-149,-13213,127,3.07],[-548,-11039,102,2.57],[631,-11719,131,2.73],[527,-19850,105,4.62],[-704,-17639,73,4.1],[-445,-15692,121,3.65],[425,-18240,146,4.25],[749,-17803,157,4.14],[368,-14750,101,3.43],[54,-11302,131,2.63],[-366,-19107,65,4.45],[-518,-14400,89,3.35],[-153,-12804,133,2.98],[-37,-18868,114,4.39],[83,-16420,85,3.82],[-356,-12028,66,2.8],[-329,-17763,47,4.13],[620,-21071,58,4.91],[-384,-8791,46,2.05],[-62,-11560,22,2.69],[66,-9552,34,2.22],[448,-9326,19,2.17],[262,-19588,78,4.56],[18,-14717,40,3.43],[-664,-10363,21,2.41],[-592,-19345,27,4.51],[-433,-20980,48,4.89],[-530,-16817,34,3.92],[665,-19753,46,4.6],[72,-13127,1,3.05],[-43,-8933,62,2.08],[774,-19063,45,4.43],[-91,-10406,-44,2.42],[-70,-15033,-60,3.5],[-732,-13619,-46,3.17],[618,-18451,-59,4.3],[-507,-16297,-42,3.8],[-577,-16172,-47,3.77],[-627,-11553,-45,2.69],[-471,-19310,-35,4.5],[-593,-15900,-28,3.7],[-251,-20863,-56,4.85],[269,-18700,-12,4.35],[341,-17290,-39,4.02],[-244,-10322,-24,2.4],[78,-9160,-65,2.13],[233,-20680,-26,4.82],[-442,-15605,-31,3.63],[716,-14885,-180,3.46],[-500,-17045,-73,3.97],[-770,-15745,-69,3.66],[-478,-13776,-112,3.21],[-95,-21469,-86,4.99],[-104,-13333,-99,3.1],[253,-17133,-145,3.99],[499,-14538,-122,3.38],[-143,-19999,-128,4.65],[-559,-18578,-80,4.32],[-184,-18319,-84,4.26],[117,-12129,-79,2.82],[-358,-10902,-129,2.54],[516,-16896,-166,3.94],[50,-20673,-132,4.82],[-130,-16214,-105,3.78],[-250,-14027,-179,3.26],[37,-16575,-191,3.86],[126,-16227,-201,3.78],[745,-11563,-264,2.69],[-51,-14342,-194,3.34],[308,-15792,-169,3.68],[194,-20072,-232,4.68],[-18,-9975,-202,2.32],[221,-20103,-183,4.68],[-198,-8769,-197,2.04],[736,-13966,-267,3.25],[700,-13568,-251,3.16],[270,-11797,-235,2.75],[-769,-21362,-115,4.98],[-17,-20968,-194,4.88],[-302,-20272,-173,4.72],[655,-18748,-311,4.36],[-525,-21022,-237,4.9],[603,-14093,-344,3.28],[128,-17386,-303,4.05],[-674,-13963,-221,3.25],[723,-17762,-273,4.14],[-141,-14387,-275,3.35],[537,-12793,-336,2.98],[301,-11058,-249,2.57],[466,-9877,-314,2.3],[-656,-9616,-206,2.24],[-515,-10176,-188,2.37],[73,-9412,-228,2.19],[-789,-13636,-212,3.17],[698,-11586,-322,2.7],[394,-21148,-272,4.93],[-237,-15473,569,3.59],[-273,-12090,581,2.8],[706,-17972,777,4.17],[331,-12099,656,2.81],[-281,-13607,536,3.15],[264,-13007,642,3.02],[260,-10750,663,2.49],[-271,-21486,537,4.98],[632,-11046,766,2.56],[192,-8714,698,2.02],[-550,-18225,495,4.23],[-429,-9546,525,2.21],[415,-9309,713,2.16],[-209,-16565,557,3.84],[247,-14122,689,3.27],[-96,-10939,577,2.54],[-356,-19702,494,4.57],[-496,-14156,455,3.28],[685,-15923,653,3.69],[-213,-15514,499,3.6],[701,-11810,706,2.74],[451,-20215,612,4.69],[727,-10883,664,2.52],[680,-18937,702,4.39],[-180,-15263,528,3.54],[211,-15046,573,3.49],[-771,-11045,398,2.56],[357,-19178,651,4.45],[674,-14435,643,3.35],[-343,-12375,489,2.87],[-214,-19375,491,4.5],[-218,-14276,524,3.31],[613,-14295,547,3.31],[741,-18140,604,4.21],[15,-11341,511,2.63],[-234,-11250,417,2.61],[-32,-20716,501,4.81],[-206,-13454,426,3.12],[19,-14002,481,3.25],[-457,-17163,415,3.98],[-547,-10599,396,2.46],[-368,-13190,390,3.06],[-544,-9491,408,2.2],[-285,-13844,411,3.21],[-82,-17375,435,4.03],[-354,-12737,451,2.95],[746,-20063,549,4.65],[-657,-13758,391,3.19],[146,-16959,417,3.94],[-43,-21547,378,4.99],[424,-19824,462,4.59],[-497,-11661,346,2.7],[-304,-19392,386,4.49],[-635,-9096,344,2.11],[-72,-15056,418,3.49],[448,-11953,432,2.77],[487,-12632,488,2.93],[-1,-13582,378,3.15],[711,-9053,495,2.1],[-6,-16685,368,3.87],[-210,-16685,355,3.87],[-291,-9526,356,2.21],[-479,-14723,361,3.42],[-789,-17222,288,3.99],[534,-11210,363,2.6],[-152,-10611,336,2.46],[336,-18515,367,4.29],[-372,-10874,292,2.52],[290,-15409,346,3.58],[372,-13908,355,3.22],[-321,-14786,288,3.43],[549,-16522,390,3.83],[577,-18646,384,4.32],[-758,-12138,243,2.81],[-38,-11121,323,2.58],[436,-16532,370,3.83],[164,-15046,310,3.49],[664,-20476,439,4.75],[635,-15968,429,3.7],[-88,-14637,345,3.4],[219,-17576,274,4.07],[449,-21344,321,4.95],[-397,-14136,229,3.28],[160,-16083,302,3.73],[558,-9693,314,2.25],[532,-9498,333,2.2],[1,-21013,239,4.87],[-643,-17035,201,3.95],[-238,-8877,244,2.06],[157,-16701,248,3.88],[-318,-10011,219,2.32],[-395,-9114,227,2.11],[103,-13222,232,3.07],[402,-9879,268,2.29],[-401,-16067,216,3.72],[47,-17418,229,4.04],[96,-14258,191,3.31],[377,-18180,203,4.22],[33,-11451,166,2.66],[503,-16584,194,3.85],[450,-18912,171,4.39],[-688,-13752,124,3.19],[523,-12974,173,3.01],[288,-12999,209,3.02],[-344,-21060,148,4.88],[194,-16358,233,3.8],[-397,-16406,176,3.8],[-431,-19323,164,4.48],[-272,-9534,156,2.21],[-184,-13277,158,3.08],[306,-17526,218,4.06],[-119,-13388,156,3.11],[746,-20548,130,4.77],[-705,-16222,67,3.76],[410,-20668,134,4.79],[156,-16070,80,3.73],[54,-9009,96,2.09],[205,-17408,142,4.03],[327,-17857,162,4.14],[-423,-14633,73,3.39],[-610,-9821,68,2.28],[601,-11917,144,2.76],[-584,-9692,108,2.25],[106,-15983,130,3.71],[-275,-16931,83,3.92],[91,-14776,104,3.43],[-77,-20544,76,4.76],[691,-16579,108,3.84],[-115,-19249,51,4.46],[561,-16880,62,3.91],[-123,-13116,66,3.04],[-175,-10817,36,2.51],[675,-14077,23,3.27],[-255,-14204,48,3.29],[-746,-9064,30,2.1],[-533,-16842,57,3.91],[387,-18193,22,4.22],[98,-9697,21,2.25],[-27,-19941,37,4.63],[-463,-15508,22,3.6],[-153,-15420,36,3.58],[596,-17153,33,3.98],[-432,-15542,14,3.61],[-643,-13488,46,3.13],[-294,-12518,-52,2.9],[-168,-16034,-22,3.72],[-74,-12978,-27,3.01],[436,-16805,-62,3.9],[646,-17302,-2,4.01],[-135,-16060,-47,3.72],[-91,-14912,-41,3.46],[-359,-21286,-8,4.93],[-126,-14419,-7,3.34],[-414,-13306,-28,3.09],[-356,-13084,-50,3.03],[-542,-20387,-29,4.72],[783,-18671,-70,4.33],[-4,-12946,-67,3],[-131,-15452,-7,3.58],[-797,-18753,-31,4.35],[-67,-19019,-87,4.41],[-30,-16143,-137,3.75],[-698,-13038,-77,3.02],[-168,-9996,-113,2.32],[-332,-17005,-73,3.94],[37,-10813,-106,2.51],[-280,-20415,-106,4.74],[-300,-18916,-80,4.39],[-39,-21052,-73,4.89],[127,-11724,-138,2.72],[-680,-9443,-67,2.19],[-741,-11800,-72,2.74],[-128,-8761,-79,2.03],[-587,-11913,-62,2.76],[102,-8910,-139,2.07],[-476,-14388,-80,3.34],[454,-11844,-217,2.75],[490,-9005,-206,2.09],[416,-19962,-179,4.63],[725,-16557,-245,3.84],[-13,-19118,-191,4.43],[-383,-9601,-145,2.23],[-343,-16042,-169,3.72],[-293,-13820,-166,3.2],[291,-15631,-179,3.62],[150,-14706,-220,3.41],[327,-20077,-183,4.66],[110,-20968,-225,4.86],[348,-14114,-169,3.27],[440,-11456,-171,2.66],[616,-12628,-183,2.93],[-588,-10601,-142,2.46],[-67,-18118,-233,4.2],[-26,-13762,-240,3.19],[631,-14346,-328,3.33],[-695,-12654,-210,2.93],[362,-11777,-309,2.73],[123,-13998,-252,3.25],[-383,-11669,-252,2.71],[116,-20039,-248,4.64],[-726,-15844,-221,3.67],[-71,-14224,-248,3.3],[313,-15481,-298,3.59],[-5,-13958,-225,3.24],[485,-13165,-265,3.05],[542,-19955,-284,4.63],[650,-21257,-279,4.93],[-528,-18472,-233,4.28],[298,-19374,654,4.47],[-497,-15926,496,3.68],[-302,-20218,557,4.68],[448,-21457,733,4.96],[-417,-9359,565,2.16],[723,-18998,773,4.39],[306,-12087,716,2.79],[-487,-13396,521,3.1],[99,-16294,627,3.77],[797,-17803,801,4.11],[546,-10329,693,2.39],[-767,-12917,456,2.98],[261,-18677,686,4.32],[-1,-9518,592,2.2],[418,-18857,693,4.36],[-574,-14472,514,3.34],[-744,-18490,405,4.27],[26,-21071,556,4.86],[89,-13029,604,3.01],[-249,-14797,523,3.42],[-504,-19375,447,4.48],[8,-12574,518,2.9],[160,-18054,617,4.17],[719,-13209,656,3.05],[-173,-8728,516,2.02],[-690,-19361,429,4.47],[732,-15590,686,3.6],[-334,-14634,471,3.38],[-76,-11799,514,2.73],[383,-8865,586,2.05],[-713,-9794,400,2.26],[620,-18349,660,4.24],[-395,-20496,-242,4.74],[-310,-9017,-229,2.08],[-750,-10651,-205,2.46],[347,-19330,-302,4.47],[-204,-11636,-248,2.69],[-754,-21578,-171,4.98],[318,-14661,-300,3.39],[-37,-20817,-285,4.81],[376,-12162,-271,2.81],[-671,-13019,-205,3.01],[462,-14440,-268,3.34],[549,-18490,-334,4.28],[-728,-14840,-218,3.43],[-703,-19416,-220,4.48],[193,-13485,-272,3.12],[-566,-20228,-191,4.67],[-608,-10727,531,2.47],[82,-10324,654,2.38],[172,-11184,651,2.57],[434,-19836,680,4.56],[718,-10117,763,2.33],[38,-17246,613,3.97],[-205,-12782,562,2.94],[248,-15442,710,3.55],[443,-12239,731,2.82],[-267,-11639,577,2.68],[472,-12044,700,2.77],[-548,-20827,486,4.79],[-409,-19373,546,4.46],[0,-9676,625,2.23],[738,-15568,801,3.58],[-715,-10567,482,2.43],[-441,-10341,-244,2.38],[-432,-15965,-223,3.67],[684,-14831,-352,3.42],[-687,-20004,-211,4.61],[-395,-12340,-210,2.84],[-789,-15437,-171,3.55],[389,-19298,-287,4.45],[-615,-12130,-200,2.79],[-8,-11309,-228,2.6],[783,-17343,-292,3.99],[-334,-12647,-239,2.91],[44,-14392,-251,3.31],[-459,-18603,-212,4.29],[-217,-9719,-236,2.24],[-793,-16513,-184,3.8],[-297,-21389,-231,4.93],[543,-18302,-278,4.2],[-373,-18055,-235,4.14],[-576,-21125,-190,4.84],[777,-11207,-292,2.57],[261,-14006,-292,3.21],[432,-16837,-321,3.86],[314,-13711,-278,3.14],[66,-11813,-260,2.71],[510,-21744,-261,4.99],[-717,-16573,-193,3.8],[585,-17949,-338,4.12],[380,-11143,-266,2.56],[78,-15081,-293,3.46],[288,-17087,-285,3.92],[-416,-14850,-191,3.4],[621,-19956,-288,4.58],[-95,-15023,-229,3.43],[-243,-20594,-259,4.71],[-463,-17825,-238,4.08],[-240,-19513,-258,4.46],[-100,-11956,-223,2.73],[-594,-16130,-189,3.68],[-441,-19784,-237,4.52],[454,-12600,-301,2.88],[49,-10601,-280,2.42],[254,-10913,-304,2.49],[-794,-19195,-200,4.39],[529,-15985,-343,3.65],[516,-16183,-286,3.7],[623,-20233,-347,4.63],[-303,-19499,-201,4.46],[460,-16353,-275,3.74],[-516,-19573,-206,4.45],[-46,-17681,-241,4.03],[427,-16714,-255,3.8],[217,-19622,-311,4.47],[-166,-20401,-247,4.64],[51,-17995,-268,4.09],[-353,-12419,-230,2.83],[-148,-16785,-220,3.82],[-238,-14010,-229,3.19],[-413,-14100,-198,3.21],[-437,-12820,-208,2.92],[21,-15039,-294,3.42],[434,-20529,-328,4.68],[352,-18158,-321,4.14],[307,-15397,-276,3.5],[476,-9434,-267,2.15],[-79,-9405,-184,2.13],[-610,-20266,-126,4.59],[165,-21462,-213,4.86],[-592,-19543,-162,4.44],[-92,-13092,-162,2.97],[-689,-19492,-162,4.42],[-533,-18306,-158,4.15],[-759,-14479,-124,3.29],[-351,-15508,-183,3.52],[-298,-12050,-156,2.73],[716,-13202,-220,3],[433,-15249,-225,3.46],[716,-18085,-270,4.1],[-204,-18627,-164,4.23],[110,-14693,-176,3.33],[-309,-13484,-146,3.06],[-446,-18182,-221,4.13],[560,-14537,-264,3.3],[-26,-18455,-254,4.18],[-338,-11902,-225,2.7],[486,-21016,-262,4.77],[-688,-12691,-186,2.88],[-302,-9267,-232,2.1],[409,-19581,-255,4.44],[-772,-16699,-189,3.79],[-671,-20372,-230,4.62],[466,-16859,-299,3.82],[-582,-21162,-238,4.8],[70,-15739,-263,3.57],[464,-9201,-303,2.09],[75,-9294,-285,2.11],[756,-19077,-326,4.33],[-553,-21425,-43,4.85],[-735,-13450,-14,3.04],[-493,-18744,-33,4.24],[-457,-16744,-12,3.79],[542,-10326,-68,2.33],[-355,-14141,-3,3.2],[11,-18186,-32,4.11],[259,-19752,-43,4.47],[-782,-9017,-50,2.04],[-298,-10603,-20,2.4],[-223,-21342,-29,4.83],[264,-11376,-67,2.57],[-728,-19861,-47,4.49],[-595,-13968,-37,3.16],[-737,-12204,-15,2.76],[107,-14828,-15,3.35],[390,-16211,-139,3.66],[60,-19304,-135,4.36],[526,-17260,-133,3.9],[-467,-10932,-79,2.47],[-5,-20143,-79,4.55],[296,-13464,-117,3.04],[141,-9901,-116,2.24],[297,-12572,-98,2.84],[-318,-16218,-121,3.66],[-486,-10543,-114,2.38],[-647,-14117,-116,3.19],[-332,-10301,-110,2.33],[523,-19399,-116,4.39],[-549,-9214,-110,2.08],[55,-19995,-75,4.52],[478,-19348,-135,4.37],[-503,-18427,-151,4.16],[-172,-9540,-165,2.16],[676,-14677,-205,3.32],[778,-9743,-227,2.2],[-331,-10269,-133,2.32],[339,-10999,-195,2.49],[307,-14140,-199,3.2],[371,-16179,-178,3.66],[61,-14858,-214,3.36],[-235,-16750,-194,3.78],[692,-12431,-190,2.81],[-578,-21090,-133,4.77],[22,-19443,-164,4.4],[627,-12052,-263,2.72],[-343,-19530,-141,4.41],[269,-12039,-185,2.72],[724,-10872,-315,2.46],[-507,-13375,-243,3.02],[-188,-20059,-242,4.54],[-354,-16697,-215,3.77],[95,-15590,-296,3.52],[-736,-18721,-172,4.23],[-687,-18284,-190,4.13],[29,-18152,-260,4.11],[649,-18256,-269,4.12],[-640,-20401,-197,4.61],[383,-17764,-254,4.02],[611,-21200,-268,4.8],[443,-16387,-270,3.7],[-563,-19547,-204,4.42],[-186,-12653,-240,2.86],[629,-13736,-314,3.1],[-319,-15461,-47,3.48],[-25,-11179,-27,2.52],[-54,-8883,-31,2],[474,-13704,-74,3.09],[-183,-10820,-20,2.44],[355,-10126,-75,2.28],[33,-16676,-35,3.76],[626,-15319,-76,3.45],[-280,-16534,-19,3.72],[-276,-17721,-65,3.99],[-260,-18746,-50,4.22],[-276,-14828,-29,3.34],[568,-9456,-57,2.13],[72,-11967,-21,2.7],[21,-11234,-4,2.53],[464,-15360,-24,3.46],[543,-16224,-296,3.64],[-249,-13141,-263,2.95],[-282,-16666,-204,3.74],[-82,-17086,-258,3.84],[73,-14780,-253,3.32],[639,-13451,-286,3.02],[-479,-9523,-211,2.14],[-536,-20877,-193,4.69],[-448,-17615,-230,3.95],[-289,-20349,-215,4.56],[-658,-9673,-193,2.17],[-110,-13216,-254,2.97],[460,-18077,-282,4.06],[305,-15548,-322,3.49],[208,-18375,-293,4.13],[710,-20090,-349,4.51],[-530,-18664,-83,4.18],[-393,-22396,-68,5],[292,-12335,-137,2.76],[-253,-18793,-108,4.2],[-492,-15318,-80,3.43],[468,-12331,-92,2.76],[62,-17545,-147,3.92],[334,-17756,-154,3.97],[575,-11945,-131,2.67],[-241,-18349,-131,4.11],[-397,-20375,-110,4.55],[-780,-11036,-106,2.47],[-533,-12735,-111,2.85],[-410,-10021,-78,2.24],[-717,-9223,-73,2.06],[452,-11989,-147,2.68],[628,-18021,-230,4.03],[-63,-17431,-181,3.9],[277,-21881,-225,4.9],[207,-16786,-191,3.75],[328,-10747,-185,2.4],[-777,-16004,-141,3.58],[-56,-21466,-175,4.8],[-726,-22305,-125,4.98],[-789,-13042,-122,2.92],[50,-12603,-157,2.82],[458,-11665,-196,2.61],[659,-21365,-230,4.78],[697,-20063,-209,4.48],[-94,-10297,-162,2.3],[-221,-19581,-165,4.38],[-415,-13651,-170,3.05],[151,-13405,-293,3],[158,-19302,-249,4.31],[-481,-13714,-206,3.07],[-425,-16346,-215,3.66],[-231,-9135,-216,2.04],[-709,-11183,-204,2.5],[562,-19781,-333,4.43],[135,-9480,-285,2.12],[128,-18411,-296,4.12],[-339,-9701,-226,2.17],[560,-20153,-307,4.5],[413,-15664,-283,3.5],[-2,-14305,-230,3.2],[520,-10208,-312,2.28],[-652,-21364,-177,4.77],[446,-15605,-329,3.49],[-128,-18793,60,4.18],[340,-20663,19,4.6],[648,-18128,34,4.04],[-458,-21299,58,4.74],[-733,-21893,47,4.88],[-502,-15715,46,3.5],[-111,-22068,2,4.92],[-87,-17173,15,3.83],[407,-16397,42,3.66],[193,-9784,72,2.18],[-767,-18614,8,4.15],[317,-19159,48,4.27],[336,-16178,74,3.6],[537,-21341,36,4.76],[-273,-15146,65,3.38],[-756,-21641,12,4.83],[-351,-22201,-63,4.94],[-142,-15625,-56,3.48],[-541,-10641,-32,2.37],[-469,-11612,-22,2.59],[311,-16218,-17,3.61],[-208,-13125,-12,2.92],[786,-15327,-35,3.41],[-208,-11117,-31,2.48],[-139,-18729,-17,4.18],[-305,-18172,-24,4.05],[-572,-11713,-20,2.61],[-195,-9008,-30,2.01],[204,-16991,-51,3.78],[-158,-17956,-6,4],[-747,-12830,-35,2.86],[328,-19298,-13,4.3],[86,-13060,-98,2.91],[-476,-20272,-106,4.51],[-167,-14738,-75,3.28],[441,-10066,-160,2.24],[511,-18958,-115,4.22],[-699,-14554,-60,3.24],[-559,-11045,-76,2.46],[-603,-21669,-96,4.82],[-276,-18967,-93,4.22],[-225,-11051,-77,2.46],[536,-15368,-93,3.43],[484,-19628,-161,4.38],[482,-12628,-109,2.81],[755,-9646,-118,2.15],[-335,-15862,-116,3.54],[552,-16249,-98,3.62],[-237,-22358,-142,4.99],[344,-9100,-190,2.03],[-711,-21740,-138,4.85],[-790,-11573,-141,2.58],[5,-18031,-190,4.02],[-795,-10461,-122,2.33],[-645,-19893,-168,4.44],[-358,-17387,-149,3.87],[335,-19397,-187,4.32],[-22,-11285,-199,2.51],[-103,-14706,-206,3.28],[192,-8975,-204,2],[-155,-12505,-160,2.79],[57,-21070,-198,4.7],[733,-11568,-254,2.58],[346,-19836,-217,4.42],[-415,-16468,-243,3.67],[-752,-16553,-202,3.69],[165,-12894,-254,2.87],[616,-21920,-266,4.88],[13,-21480,-248,4.79],[589,-18332,-348,4.08],[-625,-13441,-183,2.99],[14,-18163,-273,4.05],[-403,-15789,-195,3.52],[-265,-11665,-218,2.6],[-120,-21384,-240,4.76],[548,-13880,-269,3.09],[358,-21415,-268,4.77],[140,-14252,-234,3.17],[-357,-11191,-196,2.49],[376,-10552,-259,2.35],[712,-11837,236,2.63],[-516,-14036,131,3.12],[-347,-19247,133,4.27],[546,-19576,182,4.34],[-286,-18886,172,4.19],[321,-22498,230,4.99],[-702,-15986,115,3.55],[118,-16408,214,3.64],[232,-13053,211,2.9],[-569,-21589,155,4.79],[675,-17364,251,3.85],[-741,-11407,135,2.53],[161,-18299,169,4.06],[335,-13806,221,3.06],[-243,-21597,138,4.79],[-632,-15965,128,3.54],[-631,-17154,68,3.81],[176,-21848,88,4.85],[139,-13345,88,2.96],[-554,-22013,93,4.88],[-442,-11043,105,2.45],[687,-16281,122,3.62],[-267,-11355,89,2.52],[642,-10757,159,2.39],[-694,-20755,103,4.6],[-62,-11766,100,2.61],[667,-12112,100,2.69],[127,-11504,80,2.55],[449,-20506,112,4.55],[777,-22421,119,4.97],[-777,-10918,102,2.42],[-771,-11290,85,2.51],[-237,-11789,15,2.62],[236,-16439,56,3.65],[680,-21537,29,4.79],[469,-20695,81,4.59],[-309,-11257,5,2.5],[101,-18476,44,4.1],[-31,-18634,58,4.13],[571,-15326,13,3.4],[454,-13223,5,2.94],[443,-18435,48,4.09],[-112,-21259,64,4.72],[473,-21508,64,4.78],[-274,-19173,52,4.26],[-51,-16145,22,3.58],[-773,-16953,13,3.76],[622,-18083,48,4.02],[-422,-20372,-28,4.52],[-383,-9061,-51,2.01],[-325,-20098,-32,4.46],[122,-10257,-23,2.28],[574,-20251,-86,4.49],[-249,-10533,-38,2.34],[-374,-16472,-45,3.66],[301,-20338,-13,4.52],[344,-19977,-64,4.44],[-695,-9285,-29,2.06],[406,-17208,-74,3.82],[-458,-16174,-42,3.59],[595,-21482,-53,4.77],[632,-14323,-35,3.18],[-44,-10117,-30,2.25],[-337,-9321,0,2.07],[-713,-9912,-109,2.2],[208,-21249,-148,4.71],[409,-11344,-154,2.52],[-45,-9942,-110,2.21],[-570,-18088,-99,4.02],[-741,-9987,-84,2.22],[285,-11052,-100,2.45],[-546,-15597,-118,3.46],[503,-21696,-138,4.81],[-703,-15571,-60,3.46],[799,-12062,-111,2.68],[10,-19364,-114,4.3],[-264,-22429,-110,4.98],[-520,-13361,-72,2.97],[-113,-10798,-88,2.4],[-492,-17182,-85,3.82],[175,-11666,-252,2.59],[-614,-16550,-184,3.68],[94,-9141,-263,2.03],[-376,-14776,-239,3.28],[-613,-16333,-187,3.62],[127,-18040,-288,4.01],[-4,-18931,-220,4.2],[-458,-9579,-226,2.13],[-785,-13861,-183,3.08],[24,-15092,-228,3.35],[-496,-15762,-215,3.5],[-796,-15912,-170,3.53],[-787,-14738,-169,3.27],[409,-10125,-329,2.25],[167,-19469,-286,4.32],[797,-17560,-309,3.9],[552,-14480,427,3.2],[592,-9319,424,2.06],[-127,-13025,345,2.88],[673,-10448,429,2.31],[84,-11801,349,2.61],[429,-15270,404,3.38],[-705,-9776,268,2.16],[-414,-10178,312,2.25],[-335,-21365,276,4.72],[746,-15487,448,3.43],[668,-13847,434,3.06],[-103,-19289,287,4.27],[-525,-22439,254,4.96],[-656,-21807,282,4.83],[-326,-11838,265,2.62],[529,-19598,371,4.34],[-300,-18986,208,4.2],[-462,-10367,213,2.29],[731,-20306,356,4.49],[720,-12034,302,2.66],[-332,-20140,257,4.45],[-272,-9837,246,2.18],[660,-18472,317,4.08],[774,-10116,331,2.24],[720,-9959,307,2.2],[-637,-12870,194,2.85],[-727,-11835,191,2.62],[-683,-14668,222,3.24],[-573,-10340,184,2.29],[698,-16117,334,3.57],[-434,-19732,207,4.36],[-278,-14191,218,3.14],[64,-18684,209,4.13],[-473,-22382,131,4.96],[372,-18808,233,4.16],[440,-19632,220,4.35],[-535,-15248,168,3.37],[61,-13405,214,2.97],[577,-12827,177,2.84],[142,-20899,196,4.63],[-170,-21755,152,4.81],[598,-11212,223,2.48],[434,-12238,220,2.71],[666,-17929,243,3.97],[187,-9327,219,2.06],[-143,-9309,201,2.06],[-504,-12719,152,2.81],[53,-15239,192,3.37],[67,-13749,93,3.04],[743,-20626,98,4.56],[483,-22046,129,4.88],[-188,-11697,81,2.59],[213,-19705,80,4.36],[272,-18351,105,4.06],[462,-21982,116,4.87],[-730,-18050,61,4],[5,-20298,101,4.49],[125,-19783,94,4.37],[631,-15517,89,3.43],[-407,-20059,84,4.44],[507,-20501,142,4.54],[244,-18574,115,4.11],[740,-15584,109,3.45],[-358,-17374,126,3.84],[-757,-12448,36,2.75],[717,-20518,56,4.54],[-468,-21367,54,4.73],[-709,-16581,36,3.67],[701,-12572,33,2.78],[300,-14929,58,3.3],[45,-19722,21,4.36],[-236,-21379,30,4.73],[10,-18771,35,4.15],[287,-12031,12,2.66],[497,-16995,6,3.76],[-783,-16821,46,3.72],[513,-10528,20,2.33],[-659,-16607,46,3.68],[-487,-19645,21,4.35],[-662,-14723,7,3.26],[-346,-14807,-253,3.28],[-41,-9076,-271,2.01],[-89,-13888,-248,3.07],[-75,-20682,-280,4.57],[-324,-21433,-225,4.74],[-14,-13955,-272,3.09],[434,-18272,-322,4.04],[-58,-21122,-275,4.68],[-663,-15060,-187,3.33],[785,-19460,-321,4.31],[514,-10752,-264,2.38],[-110,-21304,-273,4.71],[-664,-14073,-210,3.11],[385,-18685,-296,4.14],[759,-15438,-336,3.42],[-518,-13954,-188,3.09],[616,-10705,605,2.36],[68,-16159,499,3.56],[-348,-12132,408,2.67],[-79,-19075,430,4.2],[160,-20433,496,4.51],[-7,-18205,442,4.02],[-431,-13811,415,3.04],[-50,-19929,462,4.4],[69,-16327,511,3.6],[675,-21769,559,4.8],[-273,-17215,427,3.79],[-777,-12130,371,2.67],[-621,-20711,398,4.56],[-781,-9516,384,2.1],[148,-13501,465,2.98],[580,-10537,596,2.32],[101,-20300,435,4.47],[330,-12658,450,2.79],[-536,-11741,356,2.59],[578,-16459,493,3.63],[-739,-19202,319,4.23],[-545,-9783,325,2.16],[707,-15266,481,3.37],[638,-20893,489,4.61],[-782,-14973,318,3.3],[325,-14794,428,3.26],[581,-10623,457,2.34],[135,-21011,426,4.63],[-427,-14266,327,3.15],[543,-14256,507,3.14],[-486,-11951,345,2.63],[-14,-22146,372,4.88],[-672,-17308,237,3.82],[-502,-17579,262,3.88],[40,-9800,349,2.16],[296,-18466,375,4.07],[-337,-9337,276,2.06],[-638,-13072,252,2.88],[-268,-10870,277,2.4],[-428,-13847,273,3.05],[-338,-20249,282,4.46],[73,-21003,373,4.63],[777,-21645,448,4.78],[421,-22047,404,4.86],[202,-20487,368,4.52],[-55,-13390,306,2.95],[773,-22170,385,4.88],[-153,-21926,341,4.83],[-615,-12965,190,2.86],[236,-19009,284,4.19],[-320,-21291,232,4.69],[-787,-19157,182,4.23],[-555,-15762,220,3.47],[-470,-18147,225,4],[691,-15978,303,3.52],[-230,-22029,257,4.85],[-674,-15870,175,3.5],[-310,-20037,263,4.41],[196,-14883,238,3.28],[-559,-11849,202,2.61],[-629,-16879,233,3.72],[-461,-19295,246,4.25],[368,-18482,327,4.08],[-241,-13032,259,2.87],[589,-11038,28,2.43],[584,-17898,81,3.94],[-52,-17258,38,3.8],[63,-9939,7,2.19],[-29,-21877,36,4.82],[616,-10843,11,2.39],[649,-13225,58,2.92],[-687,-18266,38,4.02],[736,-20420,69,4.5],[384,-18583,65,4.1],[415,-22334,50,4.92],[769,-15748,21,3.47],[586,-14987,31,3.3],[635,-18203,24,4.02],[-60,-13903,3,3.07],[462,-9300,35,2.05],[180,-14306,670,3.14],[-777,-9938,487,2.18],[-610,-19886,515,4.37],[687,-18869,758,4.14],[535,-9422,762,2.07],[647,-18373,751,4.03],[125,-16229,639,3.56],[433,-16370,693,3.6],[617,-12071,705,2.65],[-768,-18907,498,4.16],[-772,-10730,455,2.36],[-696,-22018,483,4.84],[307,-22559,661,4.96],[-239,-12192,590,2.68],[-33,-12584,605,2.76],[101,-21583,639,4.74],[478,-20231,596,4.45],[32,-22791,532,5],[385,-22365,619,4.91],[305,-19929,639,4.38],[-297,-22297,488,4.89],[-523,-17886,487,3.93],[281,-19860,577,4.37],[340,-21742,610,4.78],[-568,-19163,445,4.21],[397,-12012,593,2.64],[229,-22094,558,4.86],[-83,-12284,538,2.7],[-502,-16965,457,3.73],[-564,-12019,458,2.64],[-402,-10681,502,2.35],[-585,-19024,437,4.18],[173,-21536,523,4.73],[-536,-16418,414,3.61],[-370,-10044,418,2.21],[222,-15725,535,3.46],[-500,-14331,397,3.15],[200,-21745,473,4.77],[306,-17751,488,3.9],[-324,-9572,431,2.1],[769,-15692,599,3.45],[221,-15274,476,3.36],[700,-14111,572,3.1],[665,-20285,580,4.45],[568,-14676,605,3.22],[-487,-10440,380,2.29],[-276,-17855,424,3.92],[490,-9848,510,2.16],[296,-22113,465,4.85],[489,-16671,447,3.66],[491,-11111,503,2.44],[-613,-14643,305,3.22],[682,-12349,520,2.71],[-398,-15661,369,3.44],[-550,-15163,348,3.33],[-260,-10758,383,2.36],[-648,-13744,346,3.02],[221,-22239,451,4.88],[513,-10416,481,2.29],[-239,-22409,351,4.93],[599,-22636,483,4.97],[-580,-21775,328,4.79],[558,-22009,501,4.84],[609,-10335,444,2.27],[550,-18300,49,4.02],[733,-17279,20,3.79],[554,-16987,46,3.73],[-241,-18285,45,4.01],[-321,-15197,21,3.34],[-212,-15387,17,3.38],[492,-16704,5,3.67],[-423,-16364,62,3.6],[-703,-21984,55,4.83],[-405,-12190,26,2.68],[243,-18824,9,4.13],[-318,-21475,36,4.71],[-96,-20924,42,4.59],[416,-13705,16,3.01],[-499,-16541,57,3.64],[-681,-17351,42,3.81],[-551,-20246,536,4.43],[615,-12663,782,2.77],[-759,-14106,480,3.09],[156,-15141,620,3.31],[123,-12487,623,2.73],[-695,-15461,498,3.39],[428,-14138,735,3.09],[294,-13187,665,2.89],[-63,-22566,589,4.94],[-502,-19224,500,4.21],[399,-20910,711,4.58],[-232,-10908,600,2.39],[-72,-22582,645,4.95],[789,-20911,805,4.57],[599,-21231,753,4.64],[24,-19517,599,4.27],[-142,-18703,526,4.1],[132,-15298,601,3.35],[-230,-14470,527,3.17],[-780,-12125,406,2.65],[649,-14601,639,3.2],[366,-22293,630,4.88],[494,-13537,651,2.96],[-158,-9318,495,2.04],[-682,-21668,422,4.74],[562,-9627,635,2.11],[-585,-11982,459,2.62],[513,-21450,676,4.69],[266,-13165,605,2.88],[-151,-19299,519,4.23],[-737,-14414,446,3.16],[122,-21448,595,4.69],[518,-20754,517,4.54],[80,-15582,485,3.41],[721,-21415,608,4.69],[-629,-14210,398,3.11],[-766,-12749,385,2.79],[554,-16966,522,3.71],[452,-17262,581,3.78],[350,-11348,558,2.48],[650,-20907,543,4.57],[-112,-15802,488,3.46],[434,-11465,514,2.51],[-557,-19846,387,4.35],[753,-15655,616,3.43],[-419,-21703,409,4.75],[75,-18196,468,3.99],[-364,-14496,425,3.17],[-677,-10264,333,2.25],[432,-20266,434,4.44],[403,-12864,429,2.82],[536,-15748,444,3.45],[-149,-18207,389,3.99],[766,-16284,514,3.56],[61,-13463,447,2.95],[-554,-15838,349,3.47],[527,-17611,491,3.86],[39,-20325,398,4.45],[-353,-13259,327,2.9],[-253,-16433,380,3.6],[-67,-18622,430,4.08],[109,-22722,394,4.98],[703,-19536,526,4.27],[-28,-19028,427,4.16],[-511,-19079,273,4.17],[555,-19592,423,4.29],[530,-22373,350,4.89],[-48,-11604,337,2.54],[7,-14590,330,3.19],[255,-21351,376,4.68],[266,-22057,395,4.83],[-130,-12288,288,2.69],[-1,-16504,365,3.61],[-413,-11515,277,2.52],[-223,-16900,302,3.7],[754,-15851,422,3.47],[82,-19204,317,4.21],[686,-11459,419,2.51],[-377,-11573,258,2.53],[-579,-13015,244,2.85],[90,-20796,251,4.55],[295,-9787,265,2.14],[-192,-21738,253,4.76],[-520,-20576,237,4.5],[-739,-9769,217,2.14],[-416,-22823,237,4.99],[391,-12726,306,2.79],[79,-20858,226,4.56],[-107,-15885,240,3.48],[-67,-12994,244,2.84],[334,-17174,321,3.76],[635,-16086,285,3.52],[-357,-21022,213,4.6],[137,-11427,280,2.5],[367,-16785,311,3.68],[-735,-21906,195,4.8],[562,-20304,18,4.45],[-605,-16003,38,3.5],[57,-17661,31,3.86],[31,-22116,49,4.84],[-572,-20868,24,4.57],[-448,-13542,2,2.96],[689,-19875,77,4.35],[482,-21663,65,4.75],[-440,-12737,62,2.79],[655,-16456,14,3.6],[-240,-13246,7,2.9],[-129,-14258,70,3.12],[-705,-12398,39,2.71],[484,-17458,73,3.82],[318,-18059,30,3.96],[657,-15685,78,3.43],[745,-19687,621,4.29],[-323,-21984,429,4.8],[13,-22817,467,4.97],[101,-15821,477,3.45],[320,-16384,530,3.57],[-269,-11096,416,2.42],[619,-13274,599,2.9],[-352,-16109,407,3.51],[272,-10097,525,2.2],[435,-17536,532,3.83],[-9,-13669,492,2.98],[536,-18866,521,4.12],[44,-11927,488,2.6],[-497,-15600,384,3.4],[779,-14044,610,3.06],[572,-22282,556,4.86],[-219,-12376,344,2.7],[328,-19279,478,4.21],[160,-15437,416,3.37],[487,-11169,473,2.44],[354,-20366,463,4.45],[-523,-16075,320,3.51],[-257,-20066,385,4.37],[-713,-11105,332,2.42],[663,-14510,473,3.16],[374,-20194,414,4.4],[494,-14992,477,3.27],[561,-15239,473,3.33],[-690,-17528,335,3.82],[-717,-17301,325,3.77],[-118,-20674,383,4.51],[538,-9843,498,2.15],[-364,-21610,275,4.72],[-211,-10587,320,2.31],[-177,-18130,292,3.96],[-643,-21701,291,4.74],[285,-9887,340,2.16],[-512,-16217,273,3.54],[-685,-16658,285,3.63],[342,-18702,362,4.08],[-788,-11599,239,2.53],[-260,-10047,271,2.19],[288,-19536,356,4.26],[-268,-14230,289,3.1],[577,-11371,374,2.48],[-28,-9594,355,2.09],[-768,-19047,223,4.15],[-30,-19721,329,4.3],[689,-9901,298,2.16],[-765,-22541,202,4.91],[631,-10131,308,2.21],[560,-18316,316,4],[-289,-12944,239,2.82],[-574,-22110,194,4.83],[752,-15613,290,3.4],[633,-12480,288,2.72],[641,-18809,322,4.1],[419,-20121,296,4.39],[287,-13412,260,2.93],[222,-13744,306,3],[-248,-17079,240,3.72],[-721,-18262,218,3.99],[52,-13947,229,3.04],[-172,-18412,245,4.01],[698,-19745,220,4.3],[-451,-19360,134,4.23],[-96,-19051,174,4.16],[-597,-18745,125,4.09],[-15,-21127,192,4.61],[211,-12261,212,2.67],[720,-13513,207,2.95],[750,-21026,196,4.58],[-213,-11779,147,2.57],[71,-19895,195,4.34],[-539,-22122,144,4.82],[421,-9199,226,2.01],[-11,-20393,164,4.45],[-261,-21475,148,4.68],[345,-12524,222,2.73],[544,-10683,236,2.33],[443,-12494,147,2.73],[-86,-22456,81,4.9],[-714,-15632,69,3.41],[617,-12481,130,2.72],[721,-9456,166,2.06],[-346,-14324,65,3.12],[55,-13996,149,3.05],[217,-17643,114,3.85],[592,-21652,110,4.72],[-624,-12036,102,2.63],[495,-10399,149,2.27],[-477,-21424,94,4.68],[553,-14917,165,3.25],[477,-13251,151,2.89],[528,-14518,131,3.17],[-763,-14230,56,3.1],[517,-10680,7,2.33],[54,-19638,58,4.28],[675,-19045,73,4.15],[-274,-22047,30,4.81],[-613,-19496,54,4.26],[-399,-12005,19,2.62],[-782,-17437,9,3.8],[-611,-22217,35,4.85],[-760,-20482,35,4.47],[124,-17965,33,3.92],[-589,-15848,23,3.46],[53,-9797,18,2.14],[8,-22163,69,4.84],[-629,-12798,30,2.79],[-84,-10528,32,2.3],[562,-21542,71,4.7],[202,-15151,-299,3.31],[-543,-9940,-201,2.17],[-1,-18732,-255,4.09],[250,-16654,-263,3.63],[566,-19441,-284,4.24],[-271,-14727,-218,3.21],[-522,-11123,-239,2.43],[162,-20188,-307,4.41],[622,-22906,-281,4.99],[-445,-19682,-213,4.29],[-755,-12041,-204,2.63],[-426,-16691,-196,3.64],[269,-14948,-249,3.26],[-506,-16884,-226,3.68],[-498,-18259,-192,3.99],[303,-14138,-317,3.08],[160,-12716,367,2.76],[662,-9718,442,2.11],[658,-15724,360,3.42],[-297,-14615,295,3.18],[640,-22420,415,4.88],[583,-9629,363,2.09],[-758,-22717,256,4.93],[-280,-19328,330,4.2],[292,-22877,381,4.98],[-623,-18241,262,3.97],[668,-19849,420,4.31],[-584,-10772,252,2.34],[453,-15455,363,3.36],[-519,-19472,305,4.24],[130,-16418,348,3.57],[272,-13216,381,2.87],[-321,-14598,225,3.17],[-596,-17264,232,3.75],[77,-11419,290,2.48],[-390,-21027,239,4.57],[-208,-17833,207,3.88],[-165,-20540,232,4.46],[-161,-12807,278,2.78],[-373,-18599,226,4.04],[698,-9950,279,2.16],[748,-20022,310,4.36],[57,-22202,278,4.83],[758,-18299,320,3.98],[-418,-19538,237,4.25],[417,-21520,323,4.68],[556,-12868,300,2.8],[165,-13586,243,2.95],[625,-11057,192,2.4],[289,-22319,223,4.85],[696,-19938,196,4.33],[163,-22285,204,4.84],[514,-16609,200,3.61],[235,-10167,232,2.21],[-142,-10060,171,2.19],[251,-12744,167,2.77],[-556,-17661,138,3.84],[-296,-20907,150,4.55],[10,-19618,219,4.27],[697,-22775,253,4.95],[-320,-11398,152,2.48],[-218,-18302,157,3.98],[335,-14829,238,3.22],[528,-15190,230,3.3],[-505,-15297,93,3.32],[26,-10212,115,2.22],[-115,-10690,118,2.32],[-555,-22165,115,4.82],[759,-10995,142,2.39],[365,-17850,153,3.88],[522,-22616,143,4.92],[-789,-13772,92,2.99],[-777,-17876,92,3.89],[-54,-9335,84,2.03],[205,-17620,121,3.83],[603,-11793,161,2.56],[746,-11987,150,2.61],[-443,-19761,100,4.29],[-207,-17644,104,3.84],[-134,-11599,89,2.52],[-460,-13185,54,2.87],[-673,-13347,32,2.9],[-768,-17326,17,3.77],[-4,-22102,15,4.8],[-488,-20960,6,4.55],[412,-17344,59,3.77],[603,-9849,10,2.14],[605,-9711,9,2.11],[-751,-20208,42,4.4],[598,-20579,32,4.47],[455,-18643,28,4.05],[698,-21849,71,4.75],[-395,-10654,34,2.32],[-534,-10586,40,2.3],[-717,-16433,53,3.57],[251,-10687,17,2.32],[234,-10767,-16,2.34],[775,-15707,-76,3.41],[648,-22248,-5,4.84],[-530,-13593,-26,2.96],[-1,-15950,-3,3.47],[239,-19071,-73,4.14],[616,-14872,-21,3.23],[597,-11313,-72,2.46],[309,-13522,-3,2.94],[20,-14570,-47,3.17],[-86,-14690,-31,3.19],[378,-14692,-44,3.19],[297,-17334,-5,3.77],[-507,-12355,-58,2.69],[42,-20400,-35,4.44],[-793,-19582,-17,4.26],[748,-12667,-167,2.75],[-738,-21515,-99,4.68],[683,-13504,-153,2.94],[96,-10222,-145,2.22],[-430,-19555,-78,4.25],[653,-22387,-146,4.87],[500,-17488,-163,3.8],[437,-21573,-113,4.69],[697,-19217,-133,4.18],[773,-13917,-120,3.03],[-504,-16647,-109,3.62],[-255,-21490,-93,4.67],[597,-17357,-127,3.77],[-658,-9601,-89,2.09],[-223,-15852,-118,3.45],[-622,-14468,-107,3.14],[-6,-16647,-256,3.62],[-475,-19252,-245,4.18],[-630,-14830,-232,3.22],[445,-15986,-273,3.47],[-386,-10255,-204,2.23],[-154,-16767,-267,3.64],[767,-10482,-304,2.28],[-339,-19116,-206,4.15],[573,-15113,-262,3.28],[-290,-15514,-246,3.37],[-337,-12216,-225,2.66],[-257,-11049,-232,2.4],[-460,-19185,-221,4.17],[673,-13935,-349,3.03],[417,-10870,-273,2.36],[243,-9483,-258,2.06],[-792,-12400,114,2.69],[204,-11412,215,2.47],[792,-22208,268,4.81],[377,-15347,171,3.33],[349,-21802,235,4.73],[-641,-9776,172,2.12],[-627,-22636,135,4.91],[670,-22046,218,4.77],[294,-15584,210,3.38],[-793,-9323,120,2.02],[-210,-16049,137,3.48],[122,-20175,210,4.37],[-332,-21575,183,4.68],[-487,-21311,153,4.62],[-599,-19880,136,4.3],[-787,-17848,140,3.86],[733,-14245,159,3.09],[-719,-12816,66,2.78],[754,-19946,177,4.32],[488,-18254,106,3.95],[-704,-10865,57,2.35],[-628,-17496,81,3.79],[128,-17977,87,3.89],[110,-13738,141,2.98],[140,-10711,117,2.32],[-85,-19355,119,4.19],[-181,-12252,101,2.65],[-150,-19032,91,4.13],[593,-17236,99,3.73],[583,-12849,170,2.78],[711,-10419,138,2.26],[628,-16459,100,3.56],[-783,-11881,1,2.57],[364,-12012,52,2.6],[-792,-13670,37,2.96],[341,-16848,50,3.65],[-554,-10333,48,2.24],[602,-10954,30,2.37],[-458,-16300,2,3.53],[709,-18211,47,3.94],[94,-12672,10,2.75],[519,-13385,67,2.9],[322,-18367,42,3.98],[627,-22375,68,4.84],[-796,-14652,3,3.17],[-513,-12536,0,2.72],[-127,-11397,6,2.47],[68,-9431,1,2.04],[184,-13060,-36,2.83],[-595,-13182,-58,2.86],[202,-11898,-24,2.58],[-371,-9471,-62,2.05],[373,-11961,-19,2.59],[646,-21202,-40,4.6],[-693,-13134,-31,2.85],[-394,-9314,-32,2.02],[-758,-17439,-34,3.78],[313,-13634,-34,2.95],[329,-19456,-48,4.21],[577,-9610,-57,2.08],[95,-15173,-18,3.29],[-267,-13996,-13,3.03],[750,-20428,-17,4.42],[131,-20018,-22,4.33],[394,-13225,-160,2.87],[-297,-21184,-97,4.59],[-632,-10676,-61,2.31],[588,-19507,-134,4.23],[-724,-12417,-106,2.69],[112,-9862,-103,2.14],[634,-10879,-165,2.36],[469,-13719,-86,2.97],[345,-15116,-118,3.28],[-715,-19959,-96,4.32],[567,-18961,-143,4.11],[441,-16618,-103,3.6],[524,-17330,-99,3.76],[-423,-14839,-70,3.21],[97,-22045,-119,4.77],[-77,-12668,-128,2.74],[551,-20246,-191,4.39],[-390,-9664,-146,2.09],[732,-22317,-261,4.84],[-596,-12945,-136,2.8],[400,-11788,-186,2.55],[316,-14021,-238,3.04],[155,-16303,-165,3.53],[-400,-19728,-162,4.28],[380,-13111,-172,2.84],[-288,-19415,-141,4.21],[-307,-21801,-190,4.73],[34,-14169,-160,3.07],[-394,-9460,-183,2.05],[-368,-16270,-154,3.53],[679,-14366,-253,3.11],[-346,-16119,-180,3.49],[-339,-16756,-252,3.63],[740,-12498,-322,2.71],[94,-17475,-276,3.78],[57,-17587,-251,3.81],[138,-11823,-259,2.56],[360,-16693,-266,3.62],[-392,-10092,-238,2.19],[-295,-19858,-199,4.3],[264,-9958,-287,2.16],[43,-10120,-238,2.19],[-796,-15800,-218,3.42],[-334,-10231,-227,2.22],[699,-12062,-281,2.61],[-5,-14727,-265,3.19],[644,-9678,-321,2.1],[258,-13030,-287,2.82],[586,-17395,59,3.76],[-387,-12164,1,2.63],[-383,-9972,37,2.15],[-506,-10991,10,2.37],[-747,-11502,1,2.48],[-459,-22856,62,4.93],[-406,-20991,13,4.53],[330,-20874,73,4.5],[-652,-23045,1,4.97],[284,-17464,21,3.77],[-270,-18698,66,4.03],[-59,-13660,25,2.95],[-545,-9695,39,2.09],[-753,-12753,36,2.75],[472,-17457,7,3.77],[225,-14403,77,3.11],[-79,-16649,-10,3.59],[-734,-20398,-21,4.4],[-170,-16446,-36,3.55],[91,-22448,-15,4.85],[649,-21769,-46,4.7],[355,-15538,-29,3.36],[701,-16348,-35,3.53],[-623,-16789,-54,3.63],[-514,-16695,-37,3.61],[-740,-13722,-15,2.96],[-538,-9674,-52,2.09],[-395,-18315,-7,3.96],[215,-15999,-51,3.45],[708,-20210,-23,4.37],[660,-11019,-65,2.38],[-462,-20948,-52,4.52],[-439,-21647,-92,4.67],[556,-19055,-142,4.11],[187,-20760,-150,4.48],[640,-10478,-97,2.26],[-151,-14206,-128,3.07],[-262,-18974,-104,4.1],[384,-22407,-125,4.84],[-105,-23026,-107,4.97],[491,-10850,-90,2.34],[33,-9547,-107,2.06],[-369,-21415,-122,4.62],[-770,-22449,-86,4.84],[555,-10916,-114,2.36],[-265,-17346,-119,3.75],[240,-16476,-125,3.56],[-172,-18751,-107,4.05],[773,-9534,-235,2.06],[-295,-15289,-147,3.3],[-413,-22579,-142,4.87],[-582,-17131,-166,3.7],[678,-21372,-212,4.62],[481,-22939,-212,4.95],[100,-17539,-210,3.79],[-24,-9584,-191,2.07],[224,-16005,-212,3.45],[365,-11353,-245,2.45],[289,-14336,-191,3.09],[-496,-12641,-169,2.73],[-303,-10479,-193,2.26],[-440,-18574,-176,4.01],[-405,-9354,-152,2.02],[568,-16387,-211,3.54],[231,-10421,-296,2.25],[-60,-15131,-244,3.27],[177,-14421,-239,3.11],[129,-13469,-260,2.91],[-438,-10892,-243,2.35],[-563,-13206,-205,2.85],[357,-20368,-299,4.4],[-486,-22023,-242,4.75],[262,-10930,-265,2.36],[-181,-17803,-233,3.84],[522,-9732,-328,2.1],[379,-17996,-308,3.89],[-139,-16283,-280,3.51],[-530,-22126,-219,4.77],[-563,-21881,-203,4.72],[308,-15613,-303,3.37],[-569,-21969,-112,4.72],[-236,-13267,-96,2.85],[-284,-16882,-69,3.63],[270,-22225,-106,4.78],[198,-12099,-112,2.6],[738,-18074,-114,3.89],[-656,-12210,-99,2.63],[223,-13810,-144,2.97],[203,-14691,-106,3.16],[141,-12789,-91,2.75],[-695,-14632,-85,3.15],[-464,-13373,-107,2.88],[424,-16992,-125,3.66],[238,-16584,-127,3.57],[-720,-10462,-103,2.25],[785,-17053,-113,3.67],[-725,-11715,-123,2.52],[-511,-9941,-154,2.14],[-127,-13373,-168,2.88],[-245,-11202,-190,2.41],[15,-14544,-161,3.13],[-328,-18663,-155,4.02],[-400,-13143,-163,2.83],[-78,-17339,-210,3.73],[416,-16010,-223,3.44],[75,-19098,-225,4.11],[309,-13902,-231,2.99],[-628,-16045,-151,3.45],[-172,-10400,-189,2.24],[-415,-21776,-144,4.69],[425,-16390,-209,3.53],[-149,-12815,-148,2.76],[-99,-17316,-238,3.73],[-758,-23117,-205,4.97],[-565,-14150,-226,3.04],[-282,-14448,-233,3.11],[-650,-20702,-229,4.45],[554,-16139,-303,3.47],[-283,-10685,-204,2.3],[-46,-14710,-223,3.16],[-514,-16509,-232,3.55],[-515,-12328,-222,2.65],[60,-19974,-291,4.29],[70,-12801,-253,2.75],[61,-11070,-296,2.38],[631,-15593,-325,3.36],[16,-13577,-234,2.92],[780,-15885,-325,3.42],[-227,-16091,-262,3.45],[-422,-21514,-231,4.61],[463,-15420,-264,3.31],[498,-12659,-298,2.71],[-362,-11909,-232,2.55],[-59,-15599,-280,3.34],[425,-12549,-333,2.69],[21,-15794,-285,3.39],[-436,-20218,-196,4.34],[589,-17654,-339,3.78],[81,-21595,-246,4.63],[-424,-20834,-252,4.46],[-154,-10156,-263,2.18],[739,-20036,-330,4.29],[-140,-10396,-267,2.23],[-714,-19882,-193,4.27],[554,-17955,723,3.84],[433,-21618,721,4.62],[389,-12057,678,2.58],[295,-12708,702,2.72],[658,-11343,773,2.42],[-627,-10250,479,2.19],[391,-13836,683,2.96],[50,-16225,632,3.47],[108,-18109,635,3.87],[-58,-10469,598,2.24],[490,-12062,683,2.58],[-588,-13544,524,2.89],[262,-17412,659,3.72],[80,-14871,621,3.18],[-185,-15262,564,3.26],[-308,-15218,569,3.25],[-696,-13178,-202,2.82],[762,-16558,-309,3.54],[582,-11474,-339,2.45],[104,-21224,-270,4.54],[-53,-18328,-273,3.92],[-699,-15431,-179,3.3],[-285,-20522,-265,4.38],[-731,-11946,-201,2.55],[-775,-14669,-168,3.13],[-705,-16590,-181,3.55],[172,-17993,-285,3.84],[250,-21542,-286,4.61],[414,-15339,-299,3.28],[306,-15790,-291,3.37],[-624,-18416,-223,3.93],[-3,-21480,-250,4.59],[398,-10016,728,2.13],[284,-18832,684,4.01],[77,-16436,653,3.5],[-18,-14515,602,3.09],[-541,-20805,544,4.43],[677,-22154,802,4.71],[474,-10436,745,2.22],[3,-22281,590,4.74],[-259,-13522,597,2.88],[310,-14248,647,3.03],[626,-9896,718,2.11],[-625,-13081,502,2.79],[615,-21262,713,4.53],[-103,-20960,637,4.47],[73,-16314,655,3.47],[-784,-22229,475,4.74],[705,-20646,666,4.4],[754,-10924,707,2.33],[-764,-18513,409,3.94],[-131,-19647,501,4.19],[-366,-23077,514,4.91],[629,-22690,648,4.83],[-608,-11827,438,2.52],[176,-13327,596,2.84],[-777,-22142,407,4.71],[-438,-23415,482,4.99],[100,-10007,560,2.13],[700,-10521,714,2.24],[-685,-18048,453,3.84],[474,-10525,622,2.24],[-372,-9527,487,2.03],[-23,-12813,553,2.73],[-705,-18666,-117,3.97],[-472,-15085,-158,3.21],[760,-17011,-255,3.62],[456,-11462,-203,2.44],[-105,-18102,-153,3.85],[-387,-18660,-167,3.98],[718,-18077,-229,3.85],[300,-12106,-180,2.58],[636,-20569,-213,4.38],[663,-19662,-198,4.18],[-540,-18970,-130,4.04],[-783,-18600,-115,3.96],[589,-14326,-192,3.05],[-101,-22550,-199,4.8],[657,-9440,-184,2.01],[55,-18060,-169,3.85],[520,-11513,-277,2.45],[139,-12824,-233,2.73],[-248,-11778,-234,2.51],[681,-23091,-332,4.92],[688,-22517,-290,4.8],[105,-10693,-296,2.28],[-560,-13906,-209,2.96],[-41,-17397,-264,3.71],[-409,-17135,-248,3.65],[-656,-14906,-178,3.17],[666,-11597,-351,2.47],[-328,-15269,-230,3.25],[670,-9991,-310,2.13],[408,-13319,-288,2.84],[266,-21016,-291,4.48],[-52,-10815,-220,2.3],[-515,-13478,491,2.86],[-271,-10650,542,2.26],[279,-10928,710,2.32],[-205,-11680,610,2.48],[121,-12382,631,2.63],[136,-17939,617,3.81],[-399,-21468,546,4.56],[-365,-23499,576,4.99],[679,-19987,751,4.24],[-617,-20725,529,4.4],[514,-15980,690,3.39],[321,-21743,701,4.62],[327,-11026,700,2.34],[-797,-12761,466,2.71],[-557,-20202,516,4.29],[-55,-21466,594,4.56],[666,-11493,692,2.44],[-267,-10429,516,2.21],[660,-15715,695,3.34],[-673,-10350,441,2.2],[-572,-21755,461,4.61],[-477,-16215,494,3.44],[51,-20349,591,4.32],[-718,-15900,402,3.37],[765,-14001,665,2.97],[222,-20878,609,4.43],[-530,-16602,480,3.52],[-478,-10573,469,2.24],[-643,-15351,419,3.26],[767,-11954,715,2.54],[-302,-20953,493,4.45],[-491,-17386,434,3.69],[-725,-13829,342,2.93],[-793,-21700,357,4.6],[-285,-19654,419,4.17],[694,-13324,605,2.83],[272,-15570,525,3.31],[448,-21077,517,4.48],[231,-12022,525,2.55],[219,-22038,539,4.68],[229,-11747,481,2.49],[171,-16682,516,3.54],[-417,-17219,437,3.66],[-316,-22972,399,4.87],[632,-17161,590,3.64],[340,-14865,519,3.16],[158,-18397,470,3.9],[680,-11182,573,2.37],[-768,-19949,327,4.24],[-708,-23397,297,4.96],[122,-18258,437,3.87],[-580,-18660,313,3.96],[-180,-18397,400,3.9],[39,-17402,443,3.69],[-600,-16491,334,3.5],[-538,-19757,337,4.2],[-165,-11563,357,2.45],[-278,-11637,388,2.47],[-313,-18363,366,3.9],[81,-17883,426,3.8],[-639,-16822,295,3.57],[255,-15339,462,3.25],[-383,-16466,326,3.49],[-345,-21756,345,4.61],[754,-12107,447,2.57],[-25,-17497,362,3.71],[-453,-16318,261,3.46],[20,-16138,365,3.43],[155,-13305,339,2.82],[-386,-9623,270,2.04],[-6,-15406,314,3.27],[-255,-12492,337,2.65],[304,-20285,369,4.3],[-221,-19151,283,4.06],[-646,-22597,282,4.79],[715,-21057,424,4.47],[761,-10332,451,2.19],[690,-11172,391,2.37],[488,-20409,360,4.33],[-52,-17369,357,3.69],[679,-22966,356,4.87],[-795,-12127,218,2.57],[212,-12704,282,2.7],[638,-13239,273,2.81],[511,-11171,281,2.37],[93,-15386,283,3.26],[133,-16445,285,3.49],[-689,-10496,182,2.23],[-40,-12374,275,2.63],[498,-21843,312,4.64],[-778,-22511,182,4.77],[265,-12419,245,2.64],[659,-18453,288,3.92],[546,-9950,313,2.11],[385,-15617,325,3.31],[4,-21552,271,4.57],[63,-11830,200,2.51],[-69,-20911,159,4.44],[210,-9618,188,2.04],[140,-10164,217,2.16],[434,-14903,224,3.16],[-640,-12145,148,2.58],[-511,-23550,159,5],[281,-22002,231,4.67],[-356,-20071,139,4.26],[-116,-21365,191,4.53],[8,-16284,212,3.45],[-422,-17838,162,3.78],[436,-16910,201,3.59],[-494,-19688,166,4.18],[-94,-14926,157,3.17],[435,-22374,188,4.75],[-762,-9938,61,2.11],[-116,-22721,85,4.82],[-723,-16987,67,3.6],[-134,-20698,84,4.4],[371,-17883,83,3.79],[-552,-10404,103,2.21],[291,-18199,119,3.86],[708,-12215,144,2.59],[56,-21181,147,4.49],[117,-22730,79,4.83],[-463,-14047,93,2.98],[-90,-20163,81,4.28],[723,-19936,122,4.23],[-239,-18300,96,3.89],[-214,-13444,71,2.85],[-86,-20508,93,4.35],[102,-9692,30,2.06],[-399,-10096,35,2.14],[-243,-9479,56,2.01],[-771,-22079,28,4.69],[738,-10961,57,2.33],[460,-20294,82,4.3],[-111,-12143,32,2.58],[536,-10938,27,2.32],[-126,-16006,9,3.4],[-507,-20026,17,4.25],[-775,-11371,17,2.41],[385,-11057,64,2.35],[567,-17321,18,3.68],[702,-17417,64,3.69],[-588,-21887,42,4.64],[349,-19434,43,4.12],[763,-17669,-38,3.75],[-78,-15838,-16,3.36],[-99,-12271,-31,2.6],[760,-12785,-19,2.71],[506,-10557,-68,2.24],[312,-11112,-60,2.36],[491,-14439,-2,3.06],[322,-9524,-48,2.02],[737,-11370,-3,2.41],[-143,-18483,-44,3.92],[-628,-19444,-22,4.13],[776,-16044,-67,3.41],[442,-17560,-77,3.73],[-396,-13794,-12,2.93],[348,-11559,-12,2.45],[-431,-17251,-28,3.66],[647,-20267,-114,4.3],[612,-23205,-155,4.93],[-668,-10499,-98,2.23],[60,-16197,-143,3.44],[226,-15854,-147,3.36],[-175,-22230,-80,4.72],[-768,-17021,-81,3.61],[-605,-19679,-65,4.17],[-149,-19654,-106,4.17],[596,-10230,-108,2.17],[-142,-23335,-135,4.95],[114,-11485,-77,2.44],[-292,-12564,-87,2.67],[-687,-22065,-77,4.68],[-1,-20518,-105,4.35],[494,-14936,-164,3.17],[-404,-10147,-158,2.15],[282,-10735,-221,2.28],[-70,-12058,-198,2.56],[596,-22775,-224,4.84],[302,-11125,-191,2.36],[-502,-11349,-165,2.41],[89,-13684,-222,2.9],[-268,-18170,-156,3.85],[388,-11273,-220,2.39],[410,-14073,-173,2.99],[-611,-20776,-162,4.41],[-630,-10376,-117,2.2],[4,-22227,-174,4.71],[642,-15242,-237,3.23],[-137,-14493,-178,3.08],[338,-10378,-178,2.2],[-662,-12022,-185,2.55],[-754,-10285,-219,2.18],[600,-21506,-323,4.57],[580,-19917,-315,4.23],[500,-14857,-323,3.15],[-606,-11765,-220,2.5],[730,-18265,-279,3.87],[482,-16830,-314,3.57],[565,-17924,-330,3.8],[561,-23354,-341,4.95],[-82,-13842,-273,2.94],[-22,-13957,-235,2.96],[321,-16988,-259,3.61],[-720,-17881,-188,3.79],[-99,-15877,-252,3.37],[-198,-17782,-233,3.77],[773,-14851,802,3.14],[-294,-21207,585,4.49],[-106,-19933,638,4.22],[-277,-9587,543,2.03],[565,-14480,738,3.06],[-551,-11874,496,2.51],[-388,-10668,570,2.26],[167,-20072,640,4.24],[530,-12523,742,2.65],[167,-23130,666,4.9],[696,-18748,724,3.96],[751,-15682,795,3.32],[165,-21537,658,4.55],[-366,-17099,533,3.62],[-619,-11790,520,2.49],[103,-10675,638,2.26],[19,-16147,561,3.42],[-155,-18885,505,4],[73,-9590,578,2.03],[655,-18262,708,3.86],[500,-20062,604,4.24],[-795,-20290,406,4.29],[389,-12806,652,2.71],[-465,-10694,474,2.26],[-295,-20306,473,4.29],[182,-13415,610,2.84],[-621,-15152,428,3.21],[88,-11738,560,2.48],[-160,-10358,557,2.19],[136,-15138,561,3.2],[-62,-10443,519,2.21],[359,-22943,654,4.85],[323,-11475,510,2.43],[-296,-15835,441,3.35],[-7,-10125,441,2.14],[-535,-13743,403,2.91],[-746,-12685,388,2.68],[479,-12624,534,2.67],[-90,-22476,444,4.75],[-546,-18117,379,3.83],[498,-14091,581,2.98],[420,-17213,515,3.64],[-135,-14624,475,3.09],[593,-10160,564,2.15],[-33,-16810,474,3.56],[714,-15553,586,3.29],[-395,-22989,421,4.86],[366,-14775,546,3.12],[-794,-17567,312,3.71],[-31,-23071,411,4.88],[631,-17568,506,3.72],[-668,-17942,328,3.8],[436,-18320,460,3.87],[-532,-23041,334,4.88],[-344,-14558,366,3.08],[-573,-13913,356,2.94],[791,-21874,504,4.63],[444,-11638,463,2.46],[-459,-14404,354,3.05],[-225,-22217,404,4.7],[112,-22411,384,4.74],[234,-19219,412,4.07],[162,-15852,430,3.35],[-210,-22625,406,4.78],[-119,-14481,317,3.06],[3,-14045,353,2.97],[-470,-10126,250,2.14],[513,-21732,349,4.59],[168,-17394,333,3.68],[658,-19778,369,4.19],[713,-11285,420,2.39],[-588,-10481,240,2.22],[-416,-14291,276,3.02],[-299,-9819,332,2.08],[564,-10320,362,2.18],[0,-18365,347,3.88],[-27,-21690,315,4.59],[-526,-17512,292,3.71],[682,-10954,384,2.32],[235,-16238,359,3.43],[502,-21496,276,4.55],[200,-18422,308,3.9],[-28,-17036,250,3.6],[571,-15838,317,3.35],[385,-16940,269,3.58],[556,-14683,330,3.11],[613,-17326,301,3.66],[622,-16457,284,3.48],[6,-23445,228,4.96],[-655,-12211,210,2.58],[511,-19831,279,4.19],[671,-15071,271,3.19],[792,-15799,363,3.34],[521,-23283,336,4.92],[-393,-17104,250,3.62],[658,-15259,319,3.23],[297,-23593,224,4.99],[669,-12929,265,2.73],[-799,-14735,135,3.12],[-246,-10394,172,2.2],[412,-15956,224,3.37],[-164,-12131,152,2.57],[-203,-13684,147,2.89],[81,-10689,187,2.26],[-574,-22206,158,4.7],[590,-11868,220,2.51],[448,-16315,206,3.45],[362,-12812,218,2.71],[682,-15643,183,3.31],[-786,-11761,149,2.49],[-168,-10388,159,2.2],[654,-18978,260,4.01],[-164,-16252,130,3.44],[465,-16119,100,3.41],[-78,-12805,80,2.71],[-624,-18132,70,3.84],[799,-20373,158,4.31],[251,-21123,147,4.47],[19,-13369,106,2.83],[799,-14817,172,3.13],[233,-18167,87,3.84],[-779,-16162,108,3.42],[51,-19171,86,4.05],[-235,-23300,96,4.93],[-675,-13829,60,2.92],[570,-13430,112,2.84],[-272,-17428,111,3.69],[-769,-19891,99,4.21],[533,-14286,31,3.02],[51,-10441,43,2.21],[-331,-11298,53,2.39],[-41,-21023,16,4.44],[706,-16347,63,3.46],[-346,-19216,14,4.07],[774,-14042,74,2.97],[330,-13877,18,2.94],[-674,-11153,28,2.36],[-548,-11993,50,2.54],[167,-17519,59,3.71],[-700,-18792,20,3.98],[-364,-20631,9,4.36],[249,-13212,21,2.79],[-55,-11915,3,2.52],[778,-20616,20,4.36],[590,-21861,-38,4.62],[300,-22345,-13,4.73],[387,-9487,-79,2.01],[-343,-11731,-56,2.48],[430,-12700,-43,2.69],[-330,-22110,-12,4.67],[-375,-21182,-35,4.48],[743,-13950,-50,2.95],[-610,-23495,-44,4.97],[-539,-22151,-16,4.68],[327,-15771,-21,3.34],[220,-16074,-2,3.4],[-288,-10482,-4,2.22],[-233,-19559,-8,4.14],[-630,-17450,-45,3.69],[57,-14210,-58,3.01],[-384,-22397,-67,4.74],[341,-11814,-120,2.5],[325,-14994,-93,3.17],[127,-14034,-126,2.97],[320,-18419,-84,3.9],[-110,-21156,-105,4.48],[-340,-10417,-116,2.2],[-459,-12951,-111,2.74],[-568,-15058,-71,3.19],[-692,-22145,-70,4.68],[733,-19668,-117,4.16],[-141,-12168,-95,2.57],[-697,-12914,-62,2.73],[29,-11915,-78,2.52],[579,-19805,-152,4.19],[785,-18910,-115,4],[-735,-11912,-137,2.52],[65,-14649,-192,3.1],[441,-23479,-227,4.97],[-316,-11824,-141,2.5],[-175,-10296,-143,2.18],[214,-20446,-195,4.33],[196,-22989,-194,4.87],[553,-20490,-178,4.34],[-686,-22948,-152,4.86],[-776,-11526,-126,2.44],[-400,-9735,-174,2.06],[691,-16395,-226,3.47],[341,-18964,-208,4.01],[678,-17544,-257,3.71],[-610,-20193,-125,4.27],[332,-20484,-178,4.33],[399,-22571,-272,4.78],[758,-20541,-325,4.35],[16,-13967,-291,2.95],[-799,-14916,-208,3.15],[-625,-23450,-177,4.96],[96,-20210,-300,4.27],[790,-11963,-364,2.53],[631,-11491,-276,2.43],[251,-15914,-266,3.37],[245,-19750,-256,4.18],[-293,-21082,-240,4.46],[252,-17846,-306,3.78],[671,-21528,-336,4.55],[-143,-14025,-243,2.97],[104,-19085,-251,4.03],[220,-10595,-243,2.24],[-73,-22754,594,4.79],[569,-14118,713,2.98],[777,-17112,771,3.61],[-372,-22955,574,4.84],[660,-11860,773,2.5],[-544,-18489,525,3.9],[-724,-20735,466,4.37],[637,-17678,773,3.73],[185,-16687,655,3.52],[205,-15485,635,3.26],[133,-14769,657,3.11],[-488,-19378,527,4.09],[516,-14901,747,3.14],[423,-11628,707,2.45],[-362,-20150,526,4.25],[528,-16523,746,3.48],[-462,-20985,490,4.42],[-609,-19194,432,4.05],[748,-18995,646,4],[183,-20043,565,4.22],[343,-9581,637,2.02],[28,-10139,575,2.14],[367,-14893,602,3.14],[321,-13349,568,2.81],[346,-13314,648,2.81],[335,-13588,633,2.86],[-669,-15883,405,3.35],[764,-18210,695,3.84],[342,-16203,634,3.42],[-189,-14794,531,3.12],[-371,-11145,473,2.35],[725,-15114,693,3.19],[-381,-23098,441,4.87],[-260,-22597,471,4.77],[-201,-17327,448,3.65],[380,-18763,570,3.96],[607,-17622,555,3.71],[107,-17949,459,3.78],[-309,-20898,401,4.41],[-102,-14948,461,3.15],[-568,-18173,399,3.83],[152,-23195,481,4.89],[-529,-14972,421,3.16],[-717,-15662,377,3.3],[-124,-21593,442,4.55],[-724,-19100,350,4.03],[253,-10882,492,2.29],[37,-14493,458,3.05],[-184,-17877,348,3.77],[746,-11214,465,2.36],[-293,-12703,354,2.68],[508,-12662,482,2.67],[-184,-13685,397,2.88],[765,-10943,534,2.31],[178,-20679,429,4.36],[68,-20006,403,4.22],[134,-12628,452,2.66],[214,-18383,450,3.87],[-452,-19375,366,4.09],[-352,-21096,335,4.45],[155,-10923,407,2.3],[683,-19963,455,4.21],[-256,-12097,371,2.55],[238,-15041,430,3.17],[-795,-16166,237,3.41],[64,-12190,333,2.57],[-367,-23024,315,4.85],[535,-12288,376,2.59],[200,-13135,360,2.77],[-510,-18423,289,3.88],[796,-15797,424,3.33],[-449,-10573,277,2.23],[-552,-10340,299,2.18],[-144,-14203,334,2.99],[-20,-14896,338,3.14],[-16,-13125,308,2.77],[-231,-19387,283,4.08],[-156,-23147,319,4.88],[554,-13724,384,2.89],[-304,-14585,267,3.07],[-727,-20632,205,4.35],[-675,-21781,184,4.59],[734,-16941,322,3.57],[-674,-9689,220,2.04],[-436,-11374,198,2.4],[215,-13557,303,2.86],[-640,-10232,228,2.16],[-704,-11299,211,2.38],[665,-15540,318,3.28],[505,-14841,341,3.13],[-364,-12389,256,2.61],[-147,-12775,237,2.69],[-764,-15929,169,3.36],[489,-21508,281,4.54],[415,-19953,269,4.21],[324,-10528,322,2.22],[-240,-21413,194,4.51],[-549,-12810,167,2.7],[-788,-22572,145,4.75],[-615,-21162,153,4.46],[698,-18606,242,3.92],[706,-20524,182,4.33],[-669,-15251,155,3.21],[-360,-16788,134,3.54],[-375,-9714,130,2.05],[381,-12529,190,2.64],[-577,-16628,155,3.51],[508,-16350,223,3.45],[-127,-20912,209,4.41],[757,-21318,246,4.49],[387,-11283,211,2.38],[-371,-20669,153,4.35],[-490,-13848,71,2.92],[-713,-9673,111,2.04],[33,-21606,146,4.56],[76,-22802,88,4.81],[-461,-19198,84,4.05],[-56,-16428,76,3.46],[-686,-16629,89,3.5],[-10,-12366,116,2.61],[423,-22151,141,4.67],[568,-20129,93,4.25],[644,-22212,118,4.69],[238,-10289,136,2.17],[-745,-11141,83,2.35],[-297,-23226,110,4.9],[218,-13111,98,2.76],[629,-10003,131,2.11],[-652,-18515,49,3.9],[397,-19758,79,4.16],[645,-11043,0,2.33],[777,-22180,23,4.68],[607,-22203,11,4.68],[-184,-12424,19,2.62],[668,-22845,45,4.82],[136,-20918,27,4.41],[339,-22092,32,4.66],[-747,-20326,13,4.28],[-96,-20269,62,4.27],[458,-21227,18,4.47],[561,-16411,76,3.46],[725,-23613,8,4.98],[-412,-23306,58,4.92],[306,-15049,22,3.17],[-51,-12487,-45,2.63],[-236,-15885,-39,3.35],[625,-13275,-67,2.8],[-723,-16218,-13,3.42],[795,-12087,-75,2.55],[-796,-14081,-13,2.97],[34,-13225,-69,2.79],[-534,-9811,-44,2.07],[611,-9762,-31,2.06],[318,-22027,-31,4.64],[-261,-23563,-46,4.96],[87,-15439,-4,3.25],[-7,-20001,-60,4.22],[-639,-20567,-20,4.34],[-108,-21541,-71,4.54],[-694,-16510,-19,3.48],[338,-9670,-90,2.04],[-673,-11942,-110,2.52],[676,-21105,-154,4.45],[-387,-14794,-97,3.12],[211,-9482,-88,2],[-274,-20237,-109,4.26],[-545,-17515,-99,3.69],[-64,-22397,-91,4.72],[-67,-14019,-102,2.96],[-741,-10583,-86,2.23],[-232,-15425,-107,3.25],[363,-23078,-114,4.86],[-321,-15792,-119,3.33],[586,-13031,-142,2.75],[377,-15779,-127,3.33],[787,-11243,-151,2.37],[-447,-14809,-165,3.12],[148,-17210,-169,3.63],[-442,-17139,-165,3.61],[67,-13913,-175,2.93],[623,-12132,-203,2.56],[-398,-16557,-136,3.49],[102,-22474,-182,4.73],[288,-12581,-197,2.65],[36,-19335,-164,4.08],[436,-17302,-195,3.65],[633,-22380,-235,4.71],[703,-11084,-246,2.34],[-452,-13185,-177,2.78],[546,-21744,-246,4.59],[410,-19245,-244,4.06],[-210,-13836,-165,2.92],[-727,-14828,-178,3.13],[-589,-17862,-229,3.77],[-105,-18478,-251,3.89],[-556,-23652,-220,4.98],[347,-18796,-314,3.96],[329,-16867,-277,3.56],[-553,-10975,-219,2.31],[471,-12938,-322,2.73],[-99,-22186,-219,4.68],[488,-18517,-268,3.9],[-220,-17624,-229,3.71],[-403,-19374,-218,4.08],[-323,-21170,-259,4.46],[-288,-9946,-244,2.1],[696,-12745,-356,2.69],[431,-18767,-282,3.96],[275,-11989,717,2.52],[-663,-17870,463,3.76],[82,-13347,657,2.8],[706,-22940,755,4.82],[521,-13636,730,2.86],[-456,-15120,507,3.18],[-743,-18417,455,3.87],[-417,-17491,567,3.68],[262,-21063,640,4.42],[375,-21164,737,4.45],[290,-22884,689,4.8],[-770,-11133,474,2.34],[-33,-17188,592,3.61],[-371,-16588,557,3.49],[515,-22469,703,4.72],[-701,-14183,488,2.98],[-112,-12989,225,2.73],[-637,-10322,188,2.17],[-151,-9516,224,2],[228,-14256,262,2.99],[99,-17385,261,3.65],[-393,-10505,248,2.21],[149,-13037,286,2.74],[99,-16672,291,3.5],[88,-15420,274,3.24],[156,-21127,260,4.44],[326,-13429,265,2.82],[78,-17731,235,3.72],[349,-19973,324,4.2],[-421,-22774,250,4.78],[614,-14112,299,2.96],[-631,-11032,203,2.32],[596,-20294,234,4.27],[-136,-20591,154,4.32],[625,-20718,212,4.35],[-82,-15151,149,3.18],[766,-18401,189,3.86],[447,-9844,241,2.07],[-95,-22033,200,4.63],[666,-18343,217,3.85],[57,-23124,172,4.85],[517,-19614,179,4.12],[96,-15021,206,3.16],[-745,-14466,144,3.04],[444,-11088,210,2.33],[509,-9656,241,2.03],[-507,-21141,162,4.44],[-694,-12310,134,2.59],[418,-13439,151,2.82],[-735,-16729,85,3.52],[636,-17683,122,3.72],[167,-18208,149,3.82],[715,-10617,147,2.23],[-84,-10407,94,2.19],[-509,-13582,118,2.85],[-88,-15653,111,3.29],[-504,-23091,84,4.85],[-603,-22242,94,4.68],[-301,-11025,123,2.32],[237,-15603,123,3.28],[309,-13123,153,2.76],[-78,-17327,121,3.64],[-228,-13348,119,2.8],[216,-18476,108,3.88],[-408,-21829,-246,4.59],[-519,-23211,-203,4.87],[-300,-19734,-203,4.14],[16,-12677,-276,2.66],[-340,-9991,-222,2.1],[-135,-15857,-260,3.33],[71,-10465,-236,2.2],[227,-14636,-257,3.07],[-627,-17337,-204,3.64],[-351,-15780,-196,3.31],[350,-10248,-251,2.15],[299,-13362,-285,2.81],[400,-23725,-275,4.98],[-723,-20849,-217,4.38],[-174,-21612,-240,4.54],[590,-15317,-323,3.22],[505,-13243,378,2.77],[-167,-14307,287,3],[-537,-20515,250,4.29],[183,-13458,388,2.82],[608,-22023,406,4.61],[-723,-18706,261,3.92],[-458,-16422,263,3.44],[-534,-12662,292,2.65],[-685,-21108,258,4.42],[-86,-15831,307,3.32],[548,-14977,374,3.14],[458,-19308,399,4.04],[-312,-15687,285,3.28],[404,-18945,366,3.97],[477,-10031,378,2.1],[-503,-10274,261,2.15],[-186,-18318,269,3.83],[126,-23602,299,4.95],[-519,-19272,214,4.03],[398,-9987,298,2.09],[465,-23436,285,4.91],[752,-23052,283,4.83],[-742,-23501,197,4.92],[-760,-19372,204,4.05],[-310,-13168,246,2.76],[3,-16944,274,3.55],[187,-10757,254,2.25],[-541,-10115,188,2.12],[281,-22196,241,4.65],[-780,-14870,175,3.11],[326,-11338,265,2.37],[427,-16305,307,3.41],[-288,-9991,184,2.09],[-558,-17581,140,3.68],[-262,-12403,169,2.6],[-263,-20036,164,4.19],[185,-18140,178,3.8],[332,-19351,176,4.05],[-647,-18853,142,3.95],[637,-11277,261,2.36],[-633,-14677,144,3.07],[342,-21917,186,4.59],[404,-19940,217,4.18],[-783,-13232,115,2.77],[-611,-19553,145,4.09],[-333,-11241,155,2.35],[369,-23077,211,4.83],[-605,-11808,139,2.47],[600,-9871,124,2.07],[342,-15666,94,3.28],[466,-14406,158,3.02],[-773,-10332,106,2.16],[189,-21126,153,4.42],[266,-12042,105,2.52],[418,-12845,90,2.69],[-647,-14859,82,3.11],[-293,-18070,100,3.78],[-616,-11039,60,2.31],[-175,-21170,88,4.43],[-206,-11502,97,2.41],[206,-20043,97,4.19],[-705,-14561,84,3.05],[336,-22715,105,4.76],[757,-16164,103,3.39],[606,-9711,42,2.03],[-95,-11588,59,2.43],[479,-10017,52,2.1],[550,-15976,67,3.34],[585,-18775,68,3.93],[273,-22362,61,4.68],[279,-12228,71,2.56],[-251,-16839,67,3.52],[450,-17891,24,3.75],[215,-13067,4,2.74],[-583,-20533,26,4.3],[-453,-15924,7,3.33],[690,-20028,38,4.19],[690,-9901,9,2.07],[-505,-14428,27,3.02],[-72,-9799,24,2.05],[-420,-18108,353,3.78],[-401,-12229,348,2.55],[749,-11963,483,2.5],[417,-10348,472,2.16],[-506,-17559,356,3.66],[343,-21026,458,4.39],[95,-16793,437,3.5],[-250,-18515,367,3.87],[-379,-10605,324,2.21],[-550,-15413,333,3.22],[90,-19845,399,4.14],[415,-14071,479,2.94],[555,-15599,509,3.26],[-530,-21107,309,4.41],[781,-23898,493,4.98],[321,-23613,481,4.92],[-267,-14149,285,2.95],[84,-10817,302,2.26],[-290,-18047,329,3.77],[408,-20318,399,4.24],[-463,-12476,274,2.6],[211,-17727,344,3.7],[620,-23837,415,4.98],[-452,-15142,273,3.16],[436,-21308,411,4.44],[-344,-21845,316,4.56],[116,-20306,374,4.24],[553,-15269,355,3.19],[-570,-10882,284,2.27],[730,-15906,448,3.32],[-420,-20053,317,4.19],[284,-14416,341,3.01],[482,-14317,98,2.99],[-451,-18038,103,3.76],[176,-18276,83,3.81],[-639,-16342,81,3.41],[785,-18707,139,3.9],[-473,-20190,83,4.22],[-428,-12504,72,2.61],[-240,-12570,89,2.62],[-635,-20654,113,4.31],[560,-12954,165,2.7],[568,-17673,125,3.69],[798,-20514,113,4.28],[-235,-18629,70,3.89],[509,-19869,143,4.15],[-605,-21723,109,4.53],[52,-19404,90,4.05],[522,-14933,31,3.12],[-432,-18251,53,3.81],[46,-17836,58,3.72],[616,-17513,41,3.66],[-324,-23877,27,4.99],[517,-18121,28,3.78],[-72,-23790,13,4.96],[166,-14809,39,3.09],[-293,-22563,62,4.71],[-245,-21349,63,4.46],[-59,-20286,27,4.24],[-420,-19694,12,4.11],[-201,-23545,38,4.92],[432,-18765,29,3.91],[-224,-20693,40,4.32],[-437,-12563,20,2.62],[-113,-15375,-39,3.21],[-171,-21095,-30,4.4],[-180,-11226,-64,2.34],[586,-19345,-30,4.04],[-454,-13112,-18,2.74],[-683,-21788,-1,4.55],[-466,-13183,-59,2.75],[-286,-14186,-5,2.96],[-68,-23394,-2,4.88],[-468,-10630,-3,2.22],[-27,-18171,-29,3.79],[-655,-18014,0,3.76],[160,-20624,-70,4.3],[253,-23088,-36,4.81],[582,-23312,-44,4.87],[341,-16067,-52,3.35],[-638,-13031,523,2.71],[720,-21530,730,4.48],[-699,-21395,506,4.45],[265,-14971,707,3.11],[-388,-21775,548,4.53],[226,-18535,697,3.85],[179,-22779,678,4.73],[159,-16082,638,3.34],[120,-22729,629,4.72],[425,-13477,718,2.8],[640,-11925,753,2.48],[-214,-12399,594,2.58],[259,-23606,663,4.91],[-574,-15361,488,3.19],[-413,-23074,571,4.8],[272,-17675,674,3.67],[64,-23392,524,4.86],[296,-13110,559,2.73],[225,-17308,541,3.6],[115,-10189,458,2.12],[-101,-14257,428,2.97],[18,-14414,515,3],[-719,-23253,369,4.83],[-99,-14091,488,2.93],[-561,-12919,398,2.69],[-513,-15319,385,3.19],[44,-10008,484,2.08],[657,-18208,543,3.79],[-199,-9992,470,2.08],[476,-13840,555,2.88],[18,-20325,470,4.23],[-388,-19188,413,3.99],[-293,-19886,358,4.13],[-636,-22518,322,4.68],[-584,-20740,314,4.31],[229,-21312,467,4.43],[-666,-13431,302,2.79],[440,-18254,464,3.8],[555,-19649,463,4.09],[-300,-15648,356,3.25],[682,-23624,517,4.92],[737,-17449,503,3.63],[-592,-20173,307,4.2],[582,-16860,488,3.51],[-259,-19986,366,4.16],[-540,-12060,321,2.51],[-462,-17383,347,3.62],[-228,-20906,380,4.35],[-241,-19983,18,4.15],[-789,-16999,2,3.53],[4,-23013,15,4.79],[789,-13804,27,2.87],[221,-22233,17,4.63],[599,-13612,76,2.83],[-691,-12321,23,2.56],[110,-17509,36,3.64],[-124,-20704,12,4.3],[-208,-15615,6,3.25],[-742,-18732,28,3.9],[595,-20625,55,4.29],[-580,-16609,43,3.45],[-362,-11822,5,2.46],[-125,-13736,44,2.86],[-691,-18321,6,3.81],[-337,-22267,-1,4.63],[-319,-12066,-22,2.51],[748,-19579,-50,4.07],[-33,-13883,-44,2.89],[-581,-22907,-28,4.76],[-394,-13128,-26,2.73],[79,-11481,-5,2.39],[743,-22478,0,4.68],[243,-17361,-29,3.61],[-147,-12261,-20,2.55],[513,-22691,-46,4.72],[61,-20854,-29,4.34],[-260,-22109,-2,4.6],[386,-21049,-65,4.38],[-363,-17052,-37,3.55],[-113,-12086,-25,2.51],[-330,-12594,-124,2.62],[718,-23241,-129,4.83],[-412,-22425,-84,4.67],[434,-11587,-122,2.41],[22,-23608,-117,4.91],[246,-15213,-101,3.16],[688,-19488,-150,4.05],[322,-22659,-127,4.71],[614,-21697,-103,4.51],[-634,-21037,-97,4.38],[-188,-17691,-135,3.68],[-217,-16069,-93,3.34],[45,-21037,-143,4.37],[-37,-13931,-130,2.9],[-718,-14298,-92,2.97],[328,-15100,-158,3.14],[589,-21918,-302,4.56],[-487,-16860,-228,3.51],[400,-13572,-288,2.82],[728,-23028,-288,4.79],[181,-16725,-279,3.48],[-559,-20060,-212,4.17],[-21,-14760,-263,3.07],[-102,-15893,-221,3.31],[-658,-17768,-192,3.7],[284,-10854,-253,2.26],[118,-22296,-278,4.64],[-224,-17071,-259,3.55],[-230,-23866,-226,4.97],[554,-17979,-324,3.74],[789,-13260,-341,2.76],[-746,-15121,-182,3.15],[-531,-12501,533,2.59],[446,-19751,712,4.09],[-550,-13683,511,2.84],[-159,-12841,589,2.66],[129,-20497,638,4.25],[-151,-18193,570,3.77],[-631,-23550,495,4.88],[224,-13294,706,2.76],[76,-17172,622,3.56],[-531,-18343,503,3.8],[-243,-20109,607,4.17],[-288,-13180,553,2.73],[329,-10571,655,2.19],[-125,-11147,574,2.31],[235,-23868,650,4.95],[-36,-16946,620,3.51],[-355,-9933,517,2.06],[-272,-15230,490,3.16],[191,-10600,557,2.2],[-608,-17931,461,3.72],[-618,-23416,415,4.85],[214,-22206,578,4.6],[661,-17511,657,3.63],[-375,-22887,483,4.75],[-798,-17341,394,3.6],[-369,-15641,475,3.24],[-471,-17424,488,3.61],[349,-14774,614,3.06],[743,-13867,672,2.87],[641,-19182,669,3.97],[613,-10408,667,2.16],[-481,-22596,476,4.68],[-494,-11900,405,2.47],[-159,-10459,454,2.17],[324,-17490,490,3.62],[13,-12977,501,2.69],[640,-11719,606,2.43],[-310,-11350,409,2.35],[-536,-23559,375,4.88],[381,-23661,567,4.9],[-633,-23364,370,4.85],[-710,-13327,384,2.76],[454,-11643,576,2.41],[-770,-23621,343,4.89],[166,-16330,490,3.39],[243,-17133,478,3.55],[431,-20502,573,4.25],[649,-12911,544,2.68],[-246,-23236,44,4.82],[584,-15105,30,3.13],[-669,-18002,8,3.73],[340,-20842,63,4.32],[-707,-9796,42,2.03],[-21,-19559,14,4.05],[396,-14729,40,3.05],[633,-17919,49,3.72],[-107,-20826,48,4.32],[-91,-18164,44,3.76],[369,-13508,54,2.8],[559,-10579,85,2.19],[-25,-22593,35,4.68],[266,-12992,14,2.69],[304,-20283,58,4.21],[27,-19852,12,4.12],[-164,-13264,-5,2.75],[623,-12095,-56,2.51],[-178,-18738,-12,3.88],[388,-15900,-68,3.3],[-463,-21482,-26,4.45],[680,-18654,-6,3.87],[645,-11784,-80,2.44],[-132,-23458,-44,4.87],[298,-14901,-56,3.09],[-395,-20581,-5,4.27],[-72,-16923,-27,3.51],[704,-22702,-76,4.71],[-609,-22931,-13,4.76],[-708,-17086,-24,3.54],[603,-17322,-67,3.59],[-747,-17780,-36,3.69],[-731,-19676,-82,4.08],[320,-12174,-94,2.52],[-140,-21630,-81,4.48],[-286,-19485,-127,4.04],[-178,-23805,-101,4.94],[-344,-11665,-109,2.42],[742,-21401,-122,4.43],[-130,-23742,-139,4.92],[-160,-16186,-91,3.35],[-301,-10806,-74,2.24],[-762,-15654,-105,3.24],[327,-22986,-145,4.77],[336,-18239,-148,3.78],[-377,-12408,-75,2.57],[307,-15589,-136,3.23],[-76,-17663,-97,3.66],[741,-21570,-262,4.47],[-344,-23332,-179,4.84],[734,-9750,-214,2.02],[392,-21465,-242,4.45],[-84,-11717,-194,2.43],[-318,-20037,-174,4.15],[-520,-19411,-176,4.02],[660,-20227,-249,4.19],[215,-19380,-234,4.02],[-207,-15768,-205,3.27],[-145,-16451,-184,3.41],[789,-13352,-197,2.77],[467,-22358,-213,4.64],[-776,-12143,-131,2.52],[43,-18787,-171,3.89],[-368,-19220,-173,3.99],[402,-21306,-284,4.42],[-473,-10125,-210,2.1],[87,-10339,-241,2.14],[-713,-10822,-220,2.24],[627,-24107,-306,4.99],[522,-21658,-291,4.49],[-737,-12698,-195,2.63],[149,-12553,-239,2.6],[-114,-14893,-279,3.09],[-736,-22970,-205,4.76],[-254,-20825,-227,4.32],[187,-20183,-261,4.18],[-276,-17825,-223,3.7],[-470,-14125,-241,2.93],[-761,-11371,-185,2.36],[287,-18730,-295,3.88],[-279,-12813,592,2.65],[-53,-20673,638,4.27],[467,-21750,731,4.5],[-104,-9815,614,2.03],[-426,-19959,544,4.13],[364,-23159,680,4.78],[794,-14470,759,2.99],[-618,-11418,491,2.36],[799,-23829,750,4.93],[625,-22963,764,4.75],[691,-12036,745,2.49],[287,-23507,668,4.85],[-152,-12336,605,2.55],[681,-17937,762,3.71],[69,-21476,669,4.43],[49,-20642,640,4.27],[-358,-16587,463,3.43],[-714,-11261,425,2.33],[-337,-18121,470,3.74],[57,-21211,592,4.38],[-796,-11957,412,2.47],[-608,-11654,459,2.41],[-682,-18318,421,3.79],[630,-14304,705,2.96],[-745,-18176,420,3.75],[131,-16734,537,3.46],[-77,-15581,570,3.22],[-367,-18040,461,3.73],[-403,-17918,483,3.7],[-10,-11673,552,2.41],[-304,-12844,506,2.65],[695,-9773,710,2.02],[-618,-11259,-29,2.33],[-49,-22840,-62,4.72],[307,-11905,-34,2.46],[-1,-18707,-60,3.86],[-47,-19771,-55,4.09],[196,-12459,-43,2.57],[48,-13616,-6,2.81],[-126,-16970,-52,3.51],[634,-18549,-2,3.83],[433,-11678,-62,2.41],[463,-21884,-80,4.52],[-698,-18604,-37,3.84],[-553,-20157,-33,4.17],[338,-13276,-17,2.74],[-539,-21330,-25,4.41],[324,-23906,-40,4.94],[600,-11074,-134,2.29],[671,-16824,-171,3.48],[-78,-11994,-90,2.48],[167,-21753,-120,4.5],[16,-14592,-116,3.01],[-360,-23589,-122,4.88],[-664,-24018,-101,4.96],[-473,-22861,-101,4.72],[-195,-10311,-133,2.13],[404,-14224,-110,2.94],[-168,-23453,-116,4.85],[464,-10653,-166,2.2],[-485,-16168,-78,3.34],[749,-23796,-130,4.91],[9,-19526,-97,4.04],[-395,-14044,-79,2.9],[-411,-23679,-141,4.9],[-680,-10004,-146,2.07],[778,-22423,-273,4.64],[-340,-19123,-180,3.95],[-666,-21658,-140,4.48],[245,-21991,-173,4.54],[-723,-16671,-146,3.45],[481,-15628,-208,3.23],[-756,-20768,-122,4.29],[786,-22627,-258,4.68],[382,-10245,-177,2.12],[461,-15732,-173,3.25],[-554,-15430,-178,3.19],[284,-22721,-240,4.69],[241,-16450,-210,3.4],[-511,-15487,-124,3.2],[-548,-18366,-195,3.79],[-706,-15642,-207,3.23],[415,-11471,-300,2.37],[-130,-20641,-218,4.26],[-262,-23162,-239,4.79],[137,-12648,-250,2.61],[-168,-9779,-239,2.02],[268,-21226,-290,4.38],[568,-10052,-306,2.08],[12,-12330,-280,2.55],[-466,-12335,-241,2.55],[75,-17768,-232,3.67],[-548,-19450,-199,4.02],[506,-20164,-332,4.17],[-314,-11761,-239,2.43],[212,-23969,-283,4.96],[-756,-9794,451,2.02],[-800,-15884,458,3.27],[-118,-19638,616,4.05],[-325,-21448,588,4.42],[634,-12220,792,2.52],[579,-23209,770,4.78],[455,-10917,707,2.25],[-301,-14510,537,2.99],[-305,-16095,579,3.31],[-786,-21184,469,4.36],[168,-16057,648,3.31],[-52,-16509,599,3.4],[-693,-16635,512,3.43],[-28,-19732,606,4.07],[-749,-22157,494,4.57],[195,-23164,628,4.77],[-251,-11038,535,2.27],[556,-11592,618,2.39],[63,-19679,559,4.05],[610,-22486,652,4.63],[347,-22603,631,4.66],[-148,-15910,539,3.28],[-348,-16379,484,3.37],[729,-24028,703,4.94],[99,-18434,566,3.8],[98,-11802,546,2.43],[749,-14930,690,3.07],[141,-20373,609,4.19],[435,-19958,630,4.11],[-437,-10796,494,2.22],[382,-23080,640,4.76],[187,-22394,605,4.61],[407,-17271,-85,3.56],[-685,-20692,-105,4.26],[204,-20920,-120,4.31],[-218,-18477,-109,3.81],[-786,-20220,-58,4.16],[-121,-16727,-93,3.44],[-458,-23474,-73,4.84],[-652,-24145,-59,4.98],[-106,-16058,-105,3.31],[440,-10068,-126,2.07],[88,-15801,-82,3.25],[-458,-17458,-68,3.6],[575,-13371,-159,2.75],[-425,-14837,-92,3.06],[43,-15838,-105,3.26],[440,-14308,-108,2.95],[406,-20796,-226,4.28],[466,-19298,-188,3.97],[-350,-16525,-183,3.4],[126,-13705,-160,2.82],[-171,-19957,-193,4.11],[522,-21783,-210,4.49],[748,-16838,-247,3.47],[-726,-12106,-137,2.49],[756,-16873,-214,3.47],[450,-20122,-241,4.15],[793,-22110,-237,4.56],[696,-10744,-262,2.21],[617,-11176,-213,2.3],[553,-16194,-227,3.33],[-256,-22415,-157,4.61],[-617,-11176,-136,2.3],[-375,-14536,-215,2.99],[31,-11711,-284,2.41],[-96,-13703,-219,2.82],[-186,-16472,-272,3.39],[-683,-11893,-197,2.45],[-793,-21943,-173,4.52],[211,-19688,-256,4.05],[-502,-20366,-189,4.19],[390,-21381,-303,4.4],[322,-15237,-301,3.14],[-638,-17724,-233,3.65],[177,-22999,-292,4.74],[-99,-15362,-225,3.16],[-511,-17800,-187,3.67],[-399,-14571,-206,3],[190,-23610,-301,4.87],[4,-17156,616,3.52],[-764,-14951,490,3.07],[464,-14819,736,3.04],[-616,-16979,523,3.49],[363,-11259,697,2.31],[-362,-21943,543,4.5],[766,-10706,770,2.2],[-469,-16470,503,3.38],[188,-13138,634,2.7],[697,-17404,753,3.57],[-416,-24081,512,4.95],[-139,-21523,628,4.42],[-172,-22327,562,4.59],[403,-15126,686,3.1],[714,-18196,750,3.74],[207,-16723,679,3.43],[421,-21310,-192,4.37],[-589,-24161,-143,4.96],[604,-23968,-239,4.92],[705,-10149,-217,2.08],[790,-14981,-260,3.07],[512,-12574,-253,2.58],[616,-24291,-197,4.98],[344,-17903,-166,3.68],[685,-17909,-222,3.68],[-486,-22159,-166,4.55],[-398,-17441,-144,3.58],[-348,-13458,-180,2.76],[-310,-13542,-133,2.78],[446,-17034,-250,3.5],[507,-11204,-203,2.3],[617,-23568,-196,4.84],[-642,-10428,-188,2.14],[-101,-11880,-260,2.44],[62,-17609,-257,3.62],[200,-16507,-258,3.39],[592,-10901,-318,2.24],[-706,-18130,-205,3.72],[-218,-19193,-221,3.94],[621,-14327,-322,2.94],[-502,-22016,-220,4.52],[553,-16241,-328,3.33],[-754,-20568,-176,4.22],[411,-12024,-278,2.47],[-163,-13027,-233,2.67],[483,-14240,-284,2.92],[86,-23354,-279,4.79],[123,-13922,-263,2.86],[385,-16629,-179,3.4],[-572,-21144,-146,4.33],[220,-22635,-207,4.63],[-150,-22221,-162,4.54],[-765,-17802,-129,3.64],[-122,-14592,-173,2.99],[-636,-13732,-166,2.81],[91,-18775,-188,3.84],[-81,-12334,-171,2.52],[617,-22701,-181,4.65],[-311,-18935,-183,3.87],[-564,-18583,-149,3.8],[-449,-16322,-157,3.34],[727,-12477,-208,2.55],[-645,-12288,-171,2.51],[-338,-10526,-146,2.15],[-613,-15114,-211,3.09],[215,-12898,-263,2.64],[-207,-21423,-226,4.38],[-119,-18750,-261,3.83],[-97,-14868,-241,3.04],[423,-22660,-253,4.63],[-711,-10475,-209,2.14],[-745,-23575,-211,4.82],[220,-16165,-270,3.31],[-162,-11384,-266,2.33],[546,-20077,-260,4.11],[-153,-12105,-217,2.48],[647,-23578,-301,4.83],[-127,-15026,-254,3.07],[-498,-19238,-187,3.94],[277,-22484,-306,4.6],[-51,-17043,584,3.48],[635,-17341,774,3.54],[-288,-13353,545,2.72],[335,-11022,684,2.25],[254,-17444,697,3.56],[712,-19551,728,3.99],[-553,-10444,533,2.13],[-543,-18124,492,3.7],[-356,-22682,580,4.63],[363,-16836,667,3.43],[710,-17333,806,3.54],[377,-17382,726,3.55],[-709,-20662,486,4.22],[-79,-13773,629,2.81],[89,-12562,665,2.56],[221,-23697,680,4.83],[154,-22261,-298,4.54],[-301,-10136,-253,2.07],[46,-11081,-250,2.26],[-140,-11423,-273,2.33],[159,-18467,-264,3.77],[-356,-22422,-199,4.57],[164,-18317,-300,3.74],[-733,-22113,-193,4.51],[511,-22586,-309,4.61],[-609,-14101,-217,2.88],[-329,-20706,-240,4.22],[8,-12027,-279,2.45],[-98,-17372,-272,3.54],[456,-11090,-287,2.26],[106,-22967,-250,4.68],[-195,-16732,-225,3.41],[42,-19226,642,3.91],[-123,-10348,626,2.1],[155,-22391,650,4.55],[-443,-10093,524,2.05],[370,-12363,707,2.51],[-197,-14433,582,2.93],[712,-22729,748,4.62],[-448,-18281,518,3.71],[-86,-11259,594,2.29],[-296,-18572,576,3.77],[-678,-14291,500,2.9],[196,-13823,694,2.81],[-421,-11972,532,2.43],[618,-23550,716,4.78],[-711,-15257,483,3.1],[-589,-16085,501,3.27],[-164,-15022,-215,3.05],[-238,-13599,-255,2.76],[461,-17441,-301,3.54],[769,-10231,-336,2.08],[-629,-20437,-194,4.15],[192,-20184,-248,4.1],[-709,-10729,-176,2.18],[398,-23537,-299,4.78],[430,-15849,-259,3.22],[281,-19494,-267,3.96],[-182,-15044,-213,3.06],[432,-14315,-327,2.91],[557,-10469,-325,2.13],[648,-20930,-299,4.26],[-180,-24176,-221,4.91],[-200,-13970,-267,2.84],[411,-17497,738,3.54],[29,-15041,630,3.05],[549,-9877,710,2],[-340,-23412,554,4.74],[499,-24423,708,4.94],[-269,-14224,571,2.88],[-141,-15039,562,3.05],[-358,-21690,541,4.4],[657,-13421,727,2.72],[-547,-22195,543,4.49],[-645,-10975,519,2.22],[-555,-22435,524,4.54],[-41,-14253,590,2.89],[-31,-13475,621,2.73],[481,-20542,715,4.16],[-787,-23206,471,4.7],[-566,-13396,458,2.71],[64,-11052,551,2.24],[791,-17592,657,3.56],[-654,-21010,440,4.25],[436,-23165,597,4.69],[-559,-19684,448,3.99],[482,-19069,637,3.86],[-755,-17053,401,3.45],[-57,-14983,548,3.04],[677,-22279,660,4.52],[-408,-13948,506,2.83],[296,-22042,600,4.47],[-239,-20197,484,4.09],[296,-11302,614,2.29],[95,-13421,598,2.72],[-481,-19409,480,3.93],[-167,-20431,438,4.14],[-380,-15750,449,3.19],[466,-18432,582,3.74],[162,-16563,522,3.36],[196,-21358,474,4.32],[-145,-23419,434,4.75],[-363,-19262,416,3.9],[589,-19617,597,3.97],[475,-21552,509,4.36],[-532,-11781,382,2.39],[-111,-13729,448,2.78],[30,-10766,506,2.18],[467,-21179,525,4.29],[534,-22520,575,4.56],[-171,-22808,446,4.62],[406,-11506,541,2.33],[-518,-15644,325,3.17],[-581,-10267,301,2.08],[-142,-12204,419,2.47],[-704,-18260,309,3.7],[378,-13661,464,2.77],[-461,-14064,334,2.85],[-630,-10354,339,2.1],[304,-14066,474,2.85],[-289,-12253,371,2.48],[322,-24420,444,4.94],[571,-11003,516,2.23],[233,-11849,401,2.4],[684,-13555,511,2.75],[-775,-23702,312,4.8],[-185,-18753,369,3.8],[493,-19717,456,4],[-615,-15622,250,3.17],[-631,-17631,235,3.57],[-114,-24601,304,4.99],[-140,-12599,296,2.55],[795,-13573,436,2.75],[303,-22096,366,4.48],[-96,-18988,337,3.85],[324,-19799,385,4.01],[-453,-22944,252,4.65],[85,-23507,312,4.77],[-67,-21700,347,4.4],[-609,-23512,268,4.76],[754,-15658,444,3.17],[-463,-23496,278,4.76],[-226,-23068,293,4.68],[524,-10996,362,2.23],[289,-16693,255,3.38],[-20,-18928,281,3.83],[-565,-21549,228,4.37],[547,-21602,286,4.38],[-181,-10032,224,2.03],[162,-18754,302,3.8],[-398,-15510,244,3.14],[287,-16632,266,3.37],[404,-21807,321,4.42],[-548,-10178,226,2.06],[529,-23965,299,4.85],[-286,-12063,238,2.44],[-674,-18494,192,3.75],[573,-22027,267,4.46],[597,-15822,323,3.21],[384,-16886,296,3.42],[-478,-16024,151,3.25],[-307,-21582,133,4.37],[367,-11668,229,2.36],[-514,-16086,166,3.26],[164,-23269,215,4.71],[486,-17822,226,3.61],[201,-15186,231,3.08],[147,-17777,166,3.6],[29,-15948,192,3.23],[-152,-11356,175,2.3],[688,-17889,234,3.62],[205,-11696,189,2.37],[687,-17709,227,3.59],[-354,-21758,161,4.41],[558,-11943,244,2.42],[-762,-18832,123,3.81],[716,-14449,148,2.93],[473,-24139,138,4.89],[-97,-21422,122,4.34],[625,-23176,109,4.69],[-185,-16737,103,3.39],[650,-18433,167,3.73],[-681,-12851,113,2.6],[720,-19568,129,3.97],[-603,-23432,99,4.74],[655,-24471,159,4.96],[169,-14550,114,2.95],[345,-15274,138,3.09],[-411,-11090,126,2.25],[438,-13283,155,2.69],[751,-13900,122,2.82],[44,-12295,115,2.49],[-257,-11856,56,2.4],[-760,-19632,50,3.98],[-247,-19123,53,3.87],[19,-13760,10,2.79],[789,-20911,89,4.23],[-400,-13492,58,2.73],[-342,-11044,42,2.24],[271,-18614,74,3.77],[-350,-19176,37,3.89],[213,-11782,77,2.39],[-100,-14547,3,2.95],[16,-22935,40,4.64],[591,-19678,26,3.99],[-233,-12744,2,2.58],[77,-20478,74,4.15],[-700,-15165,5,3.07],[-334,-21152,-1,4.28],[140,-9974,-54,2.02],[-609,-20883,-43,4.23],[770,-18483,-34,3.75],[-230,-21493,-64,4.35],[-376,-14406,-9,2.92],[29,-14020,-39,2.84],[-36,-16548,-14,3.35],[-446,-16070,-57,3.26],[-574,-12109,-12,2.45],[333,-21288,-66,4.31],[-396,-24284,-32,4.92],[-751,-10792,-43,2.19],[-398,-12343,-33,2.5],[618,-14423,-61,2.92],[415,-11863,-9,2.4],[-229,-13183,-71,2.67],[-754,-15801,-77,3.2],[371,-24382,-90,4.94],[203,-21692,-100,4.4],[-127,-12755,-95,2.58],[-481,-16184,-113,3.28],[68,-12987,-101,2.63],[-780,-15418,-87,3.12],[517,-17188,-105,3.48],[671,-14622,-178,2.96],[-25,-14675,-101,2.97],[-346,-22323,-100,4.52],[1,-19342,-105,3.92],[-435,-18260,-99,3.7],[334,-13950,-130,2.83],[-244,-21392,-117,4.33],[-711,-15548,-159,3.15],[49,-9884,-174,2],[37,-21984,-184,4.45],[-474,-21397,-141,4.33],[164,-14326,-191,2.9],[-236,-11290,-153,2.29],[338,-22236,-195,4.5],[-169,-22441,-150,4.54],[28,-16497,-205,3.34],[166,-14838,-232,3.01],[-69,-17964,-179,3.64],[508,-18736,-182,3.79],[-382,-23723,-169,4.81],[56,-20846,-174,4.23],[220,-22401,-171,4.54],[697,-15166,-261,3.07],[108,-23395,-262,4.74],[477,-11804,-278,2.39],[-560,-20809,-188,4.21],[-677,-17553,-188,3.56],[-271,-20115,-238,4.08],[796,-20583,-319,4.17],[745,-21650,-348,4.39],[-276,-13165,-263,2.67],[-652,-22733,-201,4.61],[-124,-17709,-244,3.59],[166,-14480,-235,2.93],[-233,-23614,-238,4.79],[461,-15731,-273,3.19],[-48,-22192,-218,4.5],[785,-10369,-289,2.1],[540,-14426,-272,2.92],[97,-22095,640,4.46],[-422,-13380,548,2.7],[-761,-23104,485,4.66],[-490,-14529,527,2.93],[-677,-12081,508,2.44],[-477,-23866,530,4.82],[-628,-18076,477,3.65],[-625,-10052,520,2.03],[-627,-14694,482,2.97],[121,-22766,683,4.6],[-498,-20791,522,4.2],[-528,-13974,537,2.82],[-702,-19552,481,3.95],[-760,-18673,447,3.77],[635,-11489,781,2.32],[-759,-17506,484,3.53],[-491,-24162,454,4.88],[-764,-12374,397,2.5],[799,-19887,651,4.01],[625,-15697,695,3.17],[367,-12619,648,2.55],[-116,-10606,548,2.14],[465,-23635,672,4.77],[120,-12584,602,2.54],[424,-13109,660,2.65],[-699,-11892,418,2.4],[-419,-17995,487,3.63],[513,-15871,623,3.2],[-437,-15002,454,3.03],[-553,-19876,434,4.02],[-565,-12590,426,2.54],[795,-16357,658,3.3],[436,-13564,562,2.74],[523,-15623,575,3.15],[-469,-12024,427,2.43],[395,-13567,542,2.74],[-760,-10067,344,2.03],[662,-17158,572,3.47],[-223,-10858,413,2.19],[-561,-16670,413,3.37],[392,-21040,527,4.25],[131,-19144,472,3.86],[560,-12758,529,2.58],[117,-10555,458,2.13],[-513,-11570,372,2.34],[423,-21811,560,4.4],[-441,-19761,419,3.99],[654,-20388,586,4.12],[95,-23899,447,4.83],[-587,-10361,325,2.09],[21,-22549,408,4.55],[453,-18943,425,3.82],[-269,-18290,391,3.69],[520,-20370,490,4.12],[-722,-19509,303,3.94],[764,-10210,485,2.06],[-674,-12815,314,2.59],[794,-21759,528,4.4],[558,-11147,447,2.25],[-548,-12828,329,2.59],[524,-15136,438,3.06],[700,-16973,468,3.43],[-614,-21150,313,4.27],[-60,-17848,400,3.6],[-626,-16561,243,3.34],[-717,-18196,249,3.68],[396,-10288,410,2.08],[-678,-24518,242,4.95],[-227,-22158,292,4.47],[-152,-20280,293,4.09],[-694,-17511,250,3.54],[478,-21221,367,4.29],[222,-12151,335,2.45],[-341,-20169,265,4.07],[326,-19273,325,3.89],[-730,-17889,280,3.61],[-17,-20958,316,4.23],[140,-22693,338,4.59],[-101,-15909,345,3.21],[-201,-15333,306,3.1],[-768,-22407,180,4.52],[-483,-19183,207,3.87],[-628,-24106,178,4.87],[332,-16811,285,3.39],[142,-17911,273,3.62],[232,-24457,304,4.94],[-498,-23098,190,4.66],[385,-18171,278,3.67],[790,-23250,364,4.69],[162,-18596,256,3.75],[-507,-23471,199,4.74],[-235,-18484,264,3.73],[-327,-23880,224,4.82],[503,-18286,327,3.69],[262,-12535,276,2.53],[-314,-12527,219,2.53],[569,-17680,187,3.57],[-651,-17540,163,3.54],[-766,-20683,141,4.18],[635,-13323,248,2.69],[71,-21671,156,4.37],[-301,-13850,173,2.8],[600,-10449,239,2.11],[-39,-11982,200,2.42],[-360,-12397,159,2.5],[-615,-19252,127,3.89],[669,-14850,188,3],[-473,-19795,173,4],[767,-11279,253,2.28],[499,-23793,199,4.8],[315,-22752,197,4.6],[-742,-14329,116,2.89],[-745,-19143,71,3.86],[-598,-12321,107,2.49],[-164,-18555,104,3.75],[-589,-12296,109,2.48],[-749,-22546,63,4.55],[-668,-22771,59,4.6],[-615,-20661,106,4.17],[770,-19205,98,3.88],[799,-14977,128,3.02],[682,-12742,140,2.57],[798,-17701,100,3.57],[-679,-21868,104,4.42],[-727,-20831,64,4.21],[423,-16183,161,3.27],[-32,-14477,104,2.92],[-611,-12622,66,2.55],[-462,-15056,25,3.04],[336,-22946,24,4.64],[71,-13486,13,2.72],[218,-24620,41,4.97],[576,-18548,12,3.75],[426,-15327,1,3.1],[407,-18534,64,3.74],[575,-19163,74,3.87],[368,-10705,12,2.16],[327,-10139,69,2.05],[638,-21921,38,4.43],[204,-15481,69,3.13],[-40,-16724,35,3.38],[-435,-12936,41,2.61],[-453,-18188,19,3.67],[173,-12960,49,2.62],[413,-22381,-77,4.52],[-722,-21665,-9,4.37],[722,-12671,-48,2.56],[199,-21580,-46,4.36],[518,-23204,-52,4.69],[-11,-11398,-46,2.3],[-111,-21611,-9,4.37],[-603,-22398,-25,4.53],[290,-23348,-33,4.72],[-510,-11529,-34,2.33],[-724,-14914,-52,3.01],[138,-18199,-10,3.68],[345,-13208,-80,2.67],[38,-16318,-48,3.3],[105,-12686,-71,2.56],[-310,-17521,-17,3.54],[112,-11078,-129,2.24],[21,-22203,-105,4.48],[609,-17697,-149,3.57],[423,-19983,-122,4.03],[-390,-23822,-102,4.81],[326,-16718,-102,3.38],[-447,-19794,-107,4],[482,-23955,-112,4.83],[-621,-10241,-61,2.07],[-163,-15104,-128,3.05],[-493,-14652,-91,2.96],[-581,-20111,-66,4.06],[-96,-13586,-77,2.74],[390,-23817,-105,4.81],[622,-16931,-116,3.42],[-738,-14520,-83,2.93],[-589,-24639,-161,4.97],[492,-12384,-240,2.5],[61,-19451,-170,3.93],[-300,-21823,-151,4.41],[-644,-22301,-135,4.5],[314,-11705,-198,2.36],[-419,-16513,-145,3.33],[126,-23836,-181,4.82],[-454,-22371,-188,4.52],[-382,-12863,-166,2.6],[-593,-21709,-130,4.39],[-753,-20493,-137,4.14],[258,-10903,-160,2.2],[-69,-11029,-202,2.23],[-558,-15734,-138,3.18],[-471,-22688,-158,4.58],[-282,-10703,-248,2.16],[-238,-20713,-256,4.18],[-445,-16590,-231,3.35],[-565,-11436,-225,2.31],[-193,-19446,-263,3.93],[-605,-19417,-195,3.92],[551,-9939,-273,2.01],[-536,-23474,-183,4.74],[68,-24193,-252,4.89],[-132,-15616,-272,3.15],[391,-15283,-320,3.09],[-462,-17116,-189,3.46],[461,-21352,-294,4.31],[304,-11489,-319,2.32],[52,-11087,-273,2.24],[285,-12532,-270,2.53],[-635,-22436,484,4.52],[-639,-17292,487,3.48],[-294,-16346,538,3.29],[-781,-11116,450,2.24],[-425,-13731,536,2.76],[566,-16294,716,3.28],[692,-18735,788,3.77],[545,-16020,759,3.22],[-608,-14952,480,3.01],[-713,-22480,473,4.52],[-549,-18381,523,3.7],[513,-24409,713,4.92],[-206,-17315,570,3.48],[-485,-16975,521,3.42],[104,-12782,658,2.57],[353,-20695,675,4.16],[29,-14042,547,2.83],[331,-21187,580,4.26],[-311,-13801,471,2.78],[-525,-14490,437,2.92],[-276,-19268,495,3.88],[-47,-10973,551,2.21],[-629,-24774,469,4.98],[-749,-12075,413,2.43],[722,-19083,717,3.84],[-44,-10136,528,2.04],[643,-14753,678,2.97],[-549,-12028,454,2.42],[671,-14220,681,2.86],[-464,-18948,497,3.81],[-422,-24503,456,4.94],[409,-19306,629,3.89],[-212,-11675,454,2.35],[-290,-23282,445,4.68],[-488,-24503,415,4.93],[-465,-24776,427,4.98],[220,-12911,479,2.6],[-384,-19650,445,3.95],[167,-10544,467,2.12],[-328,-18791,427,3.78],[670,-16972,600,3.42],[571,-19135,539,3.85],[-486,-22015,383,4.43],[427,-19842,581,3.99],[-493,-15202,395,3.06],[-588,-19855,378,4],[-121,-20822,475,4.19],[165,-22002,487,4.43],[462,-23363,449,4.7],[396,-21210,496,4.27],[574,-11272,442,2.27],[617,-15549,509,3.13],[-506,-15999,312,3.22],[-456,-11222,370,2.26],[508,-13640,496,2.75],[-574,-24833,329,5],[-310,-11669,346,2.35],[-40,-22833,366,4.6],[103,-21322,419,4.29],[-318,-19915,359,4.01],[751,-20268,524,4.08],[-687,-10384,299,2.09],[-248,-11337,388,2.28],[-638,-19419,329,3.91],[659,-24422,424,4.92],[499,-21302,341,4.29],[481,-13705,385,2.76],[660,-15395,407,3.1],[794,-24518,460,4.94],[-258,-16243,303,3.27],[-314,-13016,285,2.62],[-764,-21915,275,4.41],[756,-10894,377,2.19],[-547,-12901,303,2.6],[272,-23422,369,4.71],[493,-20883,365,4.2],[103,-14789,317,2.98],[-577,-10170,271,2.05],[-243,-15133,299,3.05],[226,-24086,356,4.85],[501,-11333,331,2.28],[-719,-22650,202,4.56],[428,-10644,307,2.14],[-142,-13676,278,2.75],[39,-11979,289,2.41],[-638,-21487,191,4.32],[-535,-22013,205,4.43],[166,-22561,239,4.54],[-593,-16578,220,3.34],[-62,-23759,237,4.78],[527,-20786,341,4.19],[-707,-13644,187,2.75],[-109,-23387,223,4.7],[699,-22158,321,4.46],[-207,-18085,227,3.64],[379,-22619,276,4.55],[-54,-24034,162,4.84],[141,-13087,158,2.63],[732,-10983,261,2.21],[-549,-24723,135,4.97],[-378,-23741,179,4.78],[6,-19735,208,3.97],[-609,-15195,155,3.06],[238,-11808,188,2.38],[-333,-17476,167,3.52],[4,-12882,149,2.59],[-126,-14643,181,2.95],[-600,-13532,175,2.72],[-11,-21133,187,4.26],[797,-17963,238,3.62],[-49,-18910,157,3.81],[479,-21254,210,4.28],[553,-10126,96,2.04],[-727,-15874,98,3.2],[575,-17347,172,3.49],[-297,-11211,91,2.26],[-422,-14180,89,2.85],[342,-13059,136,2.63],[610,-13202,131,2.66],[-494,-15169,77,3.05],[-193,-20539,111,4.14],[329,-13004,155,2.62],[-771,-14337,85,2.89],[-369,-15755,112,3.17],[293,-23918,107,4.81],[-430,-16012,83,3.22],[-727,-10795,95,2.17],[-118,-11079,125,2.23],[365,-12711,12,2.56],[207,-14070,64,2.83],[-800,-11623,5,2.34],[492,-24242,22,4.88],[-696,-18160,3,3.66],[296,-12459,61,2.51],[-597,-15125,4,3.04],[-316,-18671,23,3.76],[-767,-12705,13,2.56],[167,-20681,1,4.16],[730,-10821,33,2.18],[381,-19543,42,3.94],[-349,-12705,19,2.56],[-606,-16408,5,3.3],[-740,-22240,46,4.47],[616,-18835,40,3.79],[-461,-12914,-44,2.6],[-130,-20016,0,4.03],[690,-21155,-32,4.26],[187,-11409,-48,2.3],[386,-19028,-70,3.83],[-266,-20990,-28,4.22],[445,-16329,-13,3.29],[161,-19725,-2,3.97],[-739,-11040,-25,2.22],[487,-20444,-10,4.11],[203,-23165,-2,4.66],[15,-23687,-26,4.77],[668,-14670,-46,2.95],[500,-18649,-84,3.75],[123,-14898,-67,3],[766,-23021,0,4.63],[-72,-21195,-123,4.26],[-564,-16571,-111,3.34],[-12,-24258,-143,4.88],[-677,-15782,-90,3.18],[267,-10021,-146,2.02],[-409,-10515,-113,2.12],[-682,-18583,-106,3.74],[387,-11773,-156,2.37],[471,-20593,-101,4.14],[-59,-15920,-86,3.2],[-501,-21547,-91,4.34],[-609,-17786,-90,3.58],[-742,-16222,-90,3.27],[779,-19699,-137,3.96],[311,-19250,-160,3.88],[-173,-19022,-111,3.83],[-206,-13979,-179,2.81],[678,-24711,-235,4.98],[212,-17221,-191,3.47],[-525,-19938,-127,4.01],[-616,-14379,-151,2.89],[-442,-23788,-160,4.79],[-16,-13572,-192,2.73],[127,-13942,-205,2.81],[218,-21038,-197,4.24],[168,-11538,-226,2.32],[-278,-11725,-181,2.36],[-485,-20636,-158,4.15],[-195,-16292,-150,3.28],[661,-23337,-257,4.7],[35,-20538,-149,4.13],[301,-23196,-237,4.67],[-288,-14369,-219,2.89],[-236,-13170,-225,2.65],[-717,-20946,-180,4.21],[273,-17345,-319,3.49],[-28,-12475,-262,2.51],[523,-20665,-332,4.16],[228,-13957,-250,2.81],[503,-17015,-287,3.42],[489,-11784,-330,2.37],[528,-22182,-322,4.47],[-262,-22187,-219,4.46],[723,-11260,-297,2.27],[-483,-12674,-228,2.55],[-371,-16547,-249,3.33],[-457,-21145,-197,4.25],[-195,-24215,-219,4.87],[-542,-14983,496,3.01],[-676,-21147,470,4.24],[26,-22446,634,4.51],[93,-14236,635,2.86],[640,-12811,715,2.57],[-605,-16486,493,3.31],[-367,-23988,563,4.81],[-373,-18139,529,3.64],[-20,-12410,646,2.49],[-405,-21660,527,4.35],[-224,-21835,576,4.38],[-546,-14101,533,2.83],[548,-21166,775,4.24],[-511,-21708,491,4.35],[-97,-15937,571,3.2],[124,-23437,656,4.7],[509,-11211,244,2.25],[195,-19986,222,4.01],[-174,-15325,145,3.07],[-311,-20618,164,4.14],[335,-23040,238,4.62],[-230,-24052,184,4.82],[-521,-16771,181,3.36],[-205,-18269,193,3.66],[132,-24189,162,4.86],[-720,-23186,113,4.65],[-99,-18815,181,3.77],[-544,-10724,178,2.15],[-403,-11525,165,2.31],[205,-19780,229,3.97],[-12,-15824,176,3.18],[270,-13851,173,2.78],[-586,-10731,-183,2.15],[656,-11825,-297,2.37],[-255,-12018,-225,2.41],[319,-11324,-281,2.27],[-474,-23354,-210,4.69],[-100,-16922,-243,3.4],[-181,-20416,-225,4.09],[620,-10318,-328,2.07],[364,-16421,-255,3.29],[540,-23294,-337,4.67],[-348,-13340,-234,2.68],[713,-22213,-326,4.45],[444,-24306,-305,4.88],[447,-15326,-303,3.08],[53,-17401,-293,3.49],[174,-18358,-236,3.68],[328,-11305,726,2.26],[627,-21147,744,4.23],[367,-19314,734,3.86],[-241,-24109,581,4.82],[334,-23032,657,4.61],[-745,-17609,461,3.52],[345,-11913,725,2.38],[-552,-24329,502,4.87],[-705,-12563,463,2.51],[186,-13568,651,2.71],[753,-15863,788,3.17],[226,-17542,640,3.51],[-327,-18184,531,3.64],[-608,-10733,490,2.15],[715,-11206,775,2.24],[-462,-12316,540,2.46],[-440,-20480,134,4.09],[-120,-17677,174,3.53],[-752,-16601,135,3.32],[-138,-24427,163,4.89],[-445,-10710,127,2.14],[-432,-14806,130,2.96],[63,-15460,171,3.09],[431,-12011,250,2.4],[491,-18234,205,3.65],[662,-23635,216,4.73],[482,-24038,248,4.81],[234,-13215,168,2.64],[-56,-11817,205,2.36],[540,-19370,178,3.88],[538,-19020,251,3.81],[94,-12396,159,2.48],[372,-22425,-316,4.48],[-411,-15066,-241,3.01],[-537,-12895,-203,2.58],[-641,-18997,-210,3.8],[224,-13868,-297,2.77],[14,-12469,-236,2.49],[297,-14666,-314,2.93],[-183,-17490,-222,3.5],[-503,-19524,-236,3.9],[-201,-13533,-268,2.71],[52,-16169,-291,3.23],[463,-10000,-335,2],[-34,-10289,-262,2.06],[163,-23135,-278,4.62],[140,-22148,-302,4.43],[-313,-13135,-256,2.63],[-751,-12140,476,2.42],[630,-18610,713,3.71],[324,-14599,718,2.91],[-461,-21624,559,4.31],[-613,-10694,482,2.13],[-584,-21204,524,4.23],[-236,-11401,589,2.27],[79,-18703,625,3.73],[182,-21986,664,4.38],[422,-21014,705,4.19],[-241,-17201,548,3.43],[333,-10195,731,2.03],[-615,-12327,526,2.46],[-737,-16407,485,3.27],[196,-24230,631,4.83],[-463,-22229,506,4.43],[83,-23879,158,4.76],[533,-19306,185,3.85],[-525,-24929,126,4.97],[-765,-15861,116,3.16],[-675,-14231,123,2.84],[-723,-16977,122,3.38],[-358,-18582,160,3.7],[454,-18773,193,3.74],[-407,-17645,156,3.52],[-738,-19787,154,3.94],[293,-21392,234,4.27],[-661,-21733,147,4.33],[-723,-16392,159,3.27],[377,-15252,176,3.04],[-284,-20989,193,4.18],[412,-11297,182,2.25],[-667,-11798,-191,2.35],[-427,-14391,-238,2.87],[19,-24441,-238,4.88],[-202,-18685,-235,3.73],[-453,-22160,-212,4.42],[242,-23583,-301,4.7],[-85,-12137,-235,2.42],[764,-20244,-280,4.04],[-24,-12101,-237,2.41],[-79,-21507,-253,4.29],[610,-16398,-297,3.27],[710,-25015,-326,4.99],[-694,-20638,-177,4.12],[333,-23821,-264,4.75],[-256,-14342,-263,2.86],[214,-20835,-269,4.15],[685,-21854,760,4.34],[325,-20858,687,4.14],[430,-24705,685,4.91],[-272,-22410,567,4.46],[415,-22217,726,4.41],[-70,-22765,622,4.53],[-245,-13290,567,2.64],[237,-16081,645,3.2],[707,-16128,737,3.21],[516,-14988,696,2.98],[-29,-19206,607,3.82],[-685,-14780,487,2.94],[-407,-21878,522,4.35],[-637,-20134,507,4],[76,-13429,665,2.67],[-623,-19756,494,3.93],[-58,-15993,160,3.18],[486,-18094,230,3.6],[-88,-19621,171,3.9],[-683,-11988,135,2.38],[-289,-20403,183,4.06],[258,-17525,160,3.48],[140,-10811,215,2.15],[286,-10762,180,2.14],[-309,-21142,185,4.2],[-673,-24556,156,4.88],[-5,-22848,167,4.54],[-379,-22600,140,4.49],[-56,-21212,181,4.22],[463,-10265,206,2.04],[-61,-21332,171,4.24],[407,-13669,207,2.72],[534,-22888,-282,4.55],[17,-15352,-277,3.05],[271,-12545,-283,2.49],[325,-15461,-259,3.07],[-793,-10669,-193,2.12],[-34,-22011,-277,4.38],[-144,-15001,-266,2.98],[-600,-19647,-233,3.9],[477,-12567,-277,2.5],[-155,-10572,-258,2.1],[287,-17244,-309,3.43],[-200,-19229,-274,3.82],[-684,-12516,-192,2.49],[-304,-20409,-254,4.05],[-28,-16261,-241,3.23],[401,-20333,-278,4.04],[-514,-13036,522,2.58],[-394,-17136,564,3.4],[208,-13293,660,2.63],[797,-24394,805,4.84],[-67,-11945,600,2.37],[539,-24466,773,4.85],[166,-12733,693,2.52],[8,-12761,655,2.53],[-543,-10700,488,2.12],[-280,-13020,568,2.58],[-17,-13367,648,2.65],[136,-20326,673,4.03],[-398,-25002,550,4.95],[66,-22121,630,4.38],[-620,-15323,487,3.04],[-585,-13115,513,2.6],[770,-17886,450,3.54],[317,-22161,327,4.39],[-435,-24759,271,4.91],[722,-15712,409,3.11],[644,-11212,357,2.22],[454,-22429,352,4.44],[-667,-14853,259,2.94],[538,-17688,371,3.5],[-322,-10842,326,2.15],[-16,-15164,354,3],[404,-24628,347,4.88],[-351,-15609,275,3.09],[-555,-12684,273,2.51],[470,-22758,385,4.51],[-644,-10691,256,2.12],[81,-19024,316,3.77],[-172,-22393,264,4.44],[92,-22642,289,4.49],[797,-21284,313,4.21],[-463,-21018,233,4.17],[-742,-18639,180,3.69],[-96,-17256,226,3.42],[-33,-13370,281,2.65],[100,-10136,279,2.01],[133,-18004,291,3.57],[602,-17036,304,3.38],[-741,-13268,220,2.63],[87,-22534,263,4.46],[450,-13277,279,2.63],[592,-18540,314,3.67],[13,-10990,236,2.18],[562,-20175,320,4],[-542,-23742,171,4.71],[272,-21307,191,4.22],[-598,-10184,168,2.02],[418,-23946,248,4.75],[416,-17090,195,3.39],[-106,-24881,195,4.93],[-787,-23546,161,4.67],[-578,-16550,121,3.28],[726,-20414,221,4.05],[367,-20085,246,3.98],[-420,-24605,177,4.88],[-273,-11214,166,2.22],[-343,-23585,147,4.67],[-776,-13184,128,2.61],[603,-11204,227,2.22],[-408,-14077,139,2.79],[196,-24551,113,4.87],[-256,-19766,131,3.92],[166,-14777,82,2.93],[592,-17124,108,3.39],[587,-13339,160,2.64],[282,-11729,142,2.32],[108,-24016,130,4.76],[-594,-10641,117,2.11],[-791,-14347,57,2.84],[-475,-18999,86,3.76],[-509,-11294,87,2.24],[-662,-24364,93,4.83],[639,-24205,170,4.8],[-257,-10546,69,2.09],[208,-21878,128,4.34],[-411,-18340,84,3.63],[158,-20349,-243,4.03],[-57,-24325,-279,4.82],[-126,-19468,-281,3.86],[-351,-21833,-253,4.33],[-41,-15755,-280,3.12],[-515,-19246,-242,3.81],[124,-11794,-277,2.34],[752,-17031,-351,3.37],[-298,-19562,-212,3.87],[206,-22340,-238,4.43],[590,-22289,-267,4.42],[-301,-21015,-235,4.16],[-49,-14799,-229,2.93],[559,-16647,-312,3.3],[746,-24901,-354,4.93],[-332,-20522,-201,4.06],[317,-12017,650,2.37],[214,-20444,633,4.04],[498,-13897,728,2.74],[-87,-25024,585,4.94],[-292,-22968,555,4.54],[618,-23359,788,4.61],[705,-17948,775,3.54],[313,-12139,655,2.4],[-92,-16979,626,3.35],[272,-10646,672,2.1],[-241,-18414,561,3.64],[457,-13324,749,2.63],[-388,-19068,536,3.76],[-264,-20153,563,3.98],[448,-18806,711,3.71],[-322,-12983,573,2.56],[-56,-15580,514,3.08],[351,-23122,647,4.56],[-13,-17167,512,3.39],[-376,-16242,499,3.21],[-447,-12297,442,2.43],[-799,-17214,424,3.4],[-292,-10266,493,2.03],[670,-16962,658,3.35],[-382,-21985,484,4.34],[613,-10575,669,2.09],[-472,-15718,450,3.1],[-332,-20553,508,4.06],[-597,-15191,441,3],[173,-11792,549,2.33],[-639,-17187,449,3.39],[537,-22249,675,4.4],[-60,-17781,462,3.51],[-85,-11301,474,2.23],[413,-12708,524,2.51],[-326,-19460,434,3.84],[-222,-13375,465,2.64],[-525,-12473,372,2.46],[-621,-10685,365,2.11],[-673,-18740,370,3.7],[-350,-13480,432,2.66],[386,-19093,522,3.77],[665,-23211,578,4.58],[697,-11996,602,2.37],[-253,-13160,461,2.6],[195,-23207,472,4.58],[-65,-13638,467,2.69],[529,-23492,596,4.64],[-346,-19472,-184,3.84],[-361,-13506,-144,2.67],[-687,-15833,-152,3.13],[-373,-18635,-175,3.68],[-437,-18915,-167,3.74],[-517,-15497,-179,3.06],[-594,-18782,-153,3.71],[-566,-18858,-174,3.72],[-231,-20261,-160,4],[232,-16669,-211,3.29],[-37,-14369,-217,2.84],[-482,-16706,-172,3.3],[583,-16156,-176,3.19],[-759,-19776,-125,3.91],[295,-25309,-202,5],[-759,-24849,-157,4.91],[164,-19993,-257,3.95],[344,-10346,-262,2.04],[-210,-20692,-257,4.09],[-472,-14916,-210,2.95],[96,-14294,-240,2.82],[-357,-21138,-247,4.17],[-612,-22410,-180,4.42],[-273,-22533,-223,4.45],[730,-23114,-333,4.57],[591,-16335,-342,3.23],[21,-24591,-252,4.86],[-336,-13170,-247,2.6],[-709,-16897,-175,3.34],[-177,-19490,-235,3.85],[-176,-15107,-250,2.98],[730,-21855,-317,4.32],[690,-17152,782,3.38],[-411,-16745,546,3.3],[423,-10574,674,2.08],[-221,-23119,604,4.55],[658,-16306,761,3.21],[651,-22013,773,4.34],[-191,-17345,560,3.41],[150,-11182,652,2.2],[128,-22423,612,4.42],[-375,-23833,537,4.69],[-701,-21514,463,4.23],[687,-20084,764,3.95],[233,-14750,680,2.9],[-712,-16532,505,3.25],[-356,-11069,583,2.18],[-604,-11073,494,2.18],[786,-24981,656,4.92],[-374,-18184,492,3.58],[633,-16113,706,3.17],[549,-19865,612,3.91],[615,-14065,631,2.77],[215,-19925,593,3.92],[-645,-10265,439,2.02],[-712,-18517,411,3.64],[-56,-19511,508,3.84],[-390,-23941,453,4.72],[108,-11159,538,2.2],[-96,-14194,525,2.79],[-125,-13631,534,2.68],[-485,-17486,458,3.44],[-402,-20946,459,4.12],[-670,-14426,451,2.84],[327,-15460,534,3.04],[45,-10770,473,2.12],[-286,-20300,441,3.99],[468,-19522,577,3.84],[188,-22858,542,4.5],[146,-12921,532,2.54],[-391,-14443,413,2.84],[208,-14839,489,2.92],[704,-17845,546,3.51],[233,-22118,514,4.35],[91,-18741,475,3.69],[226,-19330,486,3.81],[653,-17391,539,3.42],[-109,-20492,441,4.03],[727,-16729,615,3.29],[-602,-18650,399,3.67],[-673,-11693,-107,2.3],[446,-13301,-121,2.62],[-384,-14061,-95,2.77],[444,-14459,-167,2.85],[-170,-10255,-78,2.02],[-753,-13531,-100,2.66],[-288,-20773,-72,4.09],[-290,-14630,-108,2.88],[314,-18306,-84,3.6],[-793,-13471,-106,2.65],[-405,-21369,-96,4.21],[-452,-23149,-76,4.56],[167,-20433,-103,4.02],[-457,-25209,-93,4.96],[163,-12992,-107,2.56],[-13,-20401,-80,4.02],[-376,-16304,-163,3.21],[-607,-10558,-155,2.08],[-421,-15454,-135,3.04],[-738,-19203,-141,3.78],[172,-12193,-211,2.4],[439,-10505,-230,2.07],[-293,-19317,-148,3.8],[-349,-21074,-161,4.15],[735,-24725,-219,4.87],[-439,-11747,-187,2.31],[-444,-20655,-159,4.07],[464,-19551,-218,3.85],[-70,-15597,-171,3.07],[-379,-20346,-159,4.01],[470,-10195,-171,2.01],[-198,-13380,-152,2.63],[-431,-14430,-196,2.84],[631,-16830,-344,3.31],[39,-17710,-249,3.49],[-3,-15838,-284,3.12],[191,-12352,-245,2.43],[-764,-11977,-219,2.36],[-592,-22248,-201,4.38],[442,-15932,-325,3.14],[196,-20560,-308,4.05],[-223,-20263,-271,3.99],[-71,-12944,-240,2.55],[645,-17920,-279,3.53],[546,-18795,-267,3.7],[117,-12647,-296,2.49],[-474,-22269,-237,4.38],[140,-19736,-279,3.88],[-328,-19483,-88,3.82],[652,-16048,-111,3.15],[-312,-21199,-111,4.16],[-353,-18447,-117,3.62],[-153,-11470,-133,2.25],[-554,-13157,-85,2.58],[-677,-16505,-112,3.24],[590,-18928,-117,3.71],[228,-25317,-99,4.97],[639,-13006,-101,2.55],[186,-13880,-98,2.72],[-148,-20664,-139,4.05],[146,-14564,-95,2.86],[-35,-25409,-92,4.98],[-30,-25006,-104,4.9],[-455,-25437,-75,4.99],[456,-17819,639,3.48],[-528,-13685,462,2.67],[-673,-25354,441,4.95],[-704,-13123,448,2.56],[-358,-15833,486,3.09],[564,-19950,612,3.89],[550,-14728,624,2.87],[600,-19072,628,3.72],[-658,-24038,406,4.69],[-223,-21879,505,4.27],[194,-20161,594,3.93],[-19,-20802,546,4.06],[-749,-15735,405,3.07],[-793,-22837,399,4.46],[-112,-15562,557,3.03],[310,-22134,622,4.32],[-546,-22700,424,4.42],[568,-20896,586,4.08],[-77,-15539,446,3.03],[-2,-25166,510,4.91],[321,-10722,496,2.09],[449,-19991,581,3.9],[250,-11090,480,2.16],[-169,-20930,448,4.08],[219,-10601,532,2.07],[-771,-11218,344,2.19],[-14,-20871,483,4.07],[-75,-25295,498,4.93],[-599,-19665,401,3.83],[665,-20728,611,4.04],[-277,-15684,467,3.06],[738,-23765,634,4.63],[504,-13382,446,2.61],[-641,-12191,302,2.38],[184,-24383,406,4.75],[-77,-20572,428,4.01],[-697,-19743,329,3.85],[403,-23095,419,4.51],[593,-19854,477,3.87],[628,-17212,478,3.36],[482,-19280,457,3.76],[-166,-22156,373,4.32],[658,-15465,454,3.02],[-63,-17737,428,3.46],[-487,-21810,314,4.25],[443,-14601,491,2.85],[228,-14815,452,2.89],[275,-20130,462,3.92],[113,-14108,367,2.75],[-181,-19142,288,3.73],[-2,-22331,313,4.35],[389,-18024,331,3.52],[327,-23875,405,4.66],[188,-13885,373,2.71],[395,-20845,381,4.07],[61,-22400,360,4.37],[-301,-22026,310,4.3],[-646,-22771,252,4.44],[85,-21932,341,4.28],[-76,-20147,345,3.93],[233,-18050,387,3.52],[-54,-21100,310,4.12],[-304,-20231,267,3.95],[-234,-17677,338,3.45],[-94,-22768,-11,4.44],[749,-14612,-25,2.85],[677,-16017,-23,3.12],[-154,-22531,-20,4.4],[347,-22361,-1,4.36],[156,-14550,-15,2.84],[773,-12316,-63,2.4],[-524,-23529,-27,4.59],[601,-25031,-66,4.88],[-138,-19364,-12,3.78],[-413,-15126,-13,2.95],[-446,-21027,-48,4.1],[-356,-15702,-13,3.06],[285,-25203,-76,4.91],[157,-13557,-19,2.64],[187,-23098,-63,4.51],[-490,-10807,-82,2.11],[-753,-16493,-95,3.22],[-16,-22743,-119,4.44],[-600,-13619,-62,2.66],[767,-11373,-119,2.22],[-629,-24188,-68,4.71],[-46,-10615,-101,2.07],[-778,-15704,-81,3.06],[55,-15883,-77,3.1],[714,-12060,-161,2.35],[5,-11553,-126,2.25],[272,-25319,-115,4.94],[-116,-22486,-103,4.38],[-264,-12702,-101,2.48],[637,-10400,-124,2.03],[267,-14517,-121,2.83],[-640,-18243,-172,3.56],[-535,-23185,-178,4.52],[-349,-21866,-192,4.26],[711,-10780,-198,2.1],[-81,-14913,-209,2.91],[761,-21971,-220,4.29],[-415,-19507,-168,3.81],[295,-19596,-196,3.82],[-271,-24562,-176,4.79],[703,-13109,-245,2.56],[646,-25635,-253,5],[106,-18108,-159,3.53],[-463,-20920,-132,4.08],[227,-12829,-171,2.5],[423,-15664,-232,3.05],[-88,-21367,-201,4.17],[594,-24845,-346,4.84],[-683,-23015,-188,4.49],[-183,-14354,-274,2.8],[27,-13386,-270,2.61],[-257,-12193,-256,2.38],[568,-13385,-334,2.61],[-390,-23671,-252,4.61],[-46,-22854,-221,4.46],[-417,-20591,-191,4.02],[181,-15788,-306,3.08],[643,-14019,-339,2.73],[640,-23261,-305,4.53],[251,-17729,-296,3.46],[-16,-12954,-239,2.53],[-103,-12557,-258,2.45],[477,-14544,-325,2.84],[790,-10391,821,2.02],[-516,-22703,494,4.41],[-537,-11933,493,2.32],[-679,-11482,475,2.23],[2,-23262,610,4.52],[2,-11279,646,2.19],[282,-22811,719,4.43],[319,-19104,703,3.71],[317,-24419,708,4.74],[-323,-14733,532,2.86],[-342,-18745,579,3.64],[142,-19340,668,3.76],[-734,-15708,482,3.05],[314,-15386,726,2.99],[-71,-25030,624,4.86],[-258,-24208,575,4.71],[-214,-19496,503,3.79],[-790,-24845,429,4.83],[561,-23787,607,4.63],[-632,-13952,449,2.71],[-206,-17110,522,3.33],[-96,-13549,516,2.63],[-609,-20001,439,3.89],[-184,-14393,514,2.8],[534,-23541,623,4.58],[752,-17845,700,3.47],[204,-14459,571,2.81],[-267,-13164,520,2.56],[383,-23702,618,4.61],[-259,-14642,497,2.85],[-503,-25399,480,4.93],[571,-23169,636,4.5],[247,-19931,511,3.87],[320,-11060,560,2.15],[392,-12043,545,2.34],[648,-22396,544,4.35],[-411,-15093,416,2.93],[-383,-25675,415,4.99],[-651,-14556,366,2.83],[243,-21769,524,4.23],[-522,-21883,367,4.25],[-66,-23539,477,4.58],[-419,-15129,411,2.94],[107,-10750,499,2.09],[794,-22680,620,4.41],[109,-19235,474,3.74],[-768,-17422,340,3.39],[-389,-13696,428,2.66],[754,-13051,507,2.54],[-309,-12454,377,2.42],[-267,-22238,385,4.32],[-339,-11670,367,2.27],[761,-23516,506,4.57],[149,-10747,419,2.09],[11,-21184,407,4.12],[-508,-24406,362,4.75],[70,-12769,416,2.48],[-129,-18043,360,3.51],[-697,-12247,314,2.38],[-784,-14547,275,2.83],[1,-19576,415,3.81],[261,-12458,422,2.42],[-616,-20069,309,3.9],[52,-15444,379,3],[248,-13754,323,2.67],[128,-22565,377,4.39],[-381,-12645,268,2.46],[562,-18862,416,3.67],[-221,-17677,300,3.44],[-582,-13847,292,2.69],[656,-11301,422,2.2],[-98,-19060,303,3.7],[-63,-14876,314,2.89],[-548,-11318,286,2.2],[-240,-15862,314,3.08],[262,-14238,330,2.77],[-450,-15394,277,2.99],[-89,-22614,346,4.4],[771,-16666,457,3.24],[-453,-19733,265,3.84],[206,-13119,288,2.55],[-340,-21886,217,4.26],[131,-17364,264,3.38],[-678,-10818,223,2.1],[-694,-13720,189,2.67],[-163,-15310,236,2.98],[-191,-24143,212,4.7],[-189,-23154,271,4.5],[-725,-12232,179,2.38],[705,-23308,291,4.53],[614,-18763,265,3.65],[-605,-22046,215,4.29],[430,-19938,317,3.88],[-177,-23542,244,4.57],[-623,-17154,199,3.33],[-412,-15259,226,2.97],[517,-16874,-165,3.28],[678,-24201,-143,4.71],[-786,-16518,-62,3.21],[702,-12568,-98,2.44],[-421,-11217,-105,2.18],[-497,-12205,-107,2.37],[319,-10547,-98,2.05],[446,-21253,-99,4.13],[-20,-17533,-79,3.41],[-286,-18285,-75,3.55],[-423,-12569,-90,2.44],[715,-21743,-137,4.23],[-91,-21725,-85,4.22],[-527,-14055,-72,2.73],[425,-13477,-126,2.62],[-98,-12701,-108,2.47],[-255,-17214,-167,3.35],[-181,-24483,-156,4.76],[-591,-18132,-127,3.52],[-255,-17166,-149,3.34],[-222,-11932,-180,2.32],[-377,-17143,-176,3.33],[725,-20756,-233,4.03],[733,-20262,-185,3.94],[-100,-11147,-168,2.17],[-625,-20413,-170,3.97],[-323,-20664,-163,4.02],[-620,-23326,-159,4.53],[401,-10655,-197,2.07],[-105,-10378,-189,2.02],[-472,-21825,-167,4.24],[-527,-16191,-134,3.15],[-47,-14763,593,2.86],[196,-21563,697,4.18],[-374,-11711,538,2.27],[208,-17336,696,3.36],[684,-19069,752,3.7],[108,-11564,661,2.24],[85,-15473,653,3],[699,-25455,735,4.94],[-354,-16520,570,3.2],[-280,-15123,563,2.93],[265,-16718,655,3.24],[-181,-12393,582,2.4],[20,-12220,618,2.37],[465,-13835,758,2.68],[294,-10481,677,2.03],[-235,-12037,562,2.33],[-394,-15051,464,2.92],[-555,-17672,466,3.43],[687,-14449,665,2.8],[716,-16552,669,3.21],[765,-21943,683,4.25],[251,-20829,630,4.04],[-607,-18059,459,3.5],[-682,-13889,454,2.69],[380,-22582,627,4.37],[-296,-20351,494,3.94],[360,-19631,628,3.81],[585,-16675,655,3.23],[323,-12108,634,2.35],[786,-21082,682,4.09],[-376,-18346,502,3.55],[-581,-18663,437,3.62],[-285,-16755,296,3.25],[654,-17169,360,3.33],[597,-22206,421,4.3],[-707,-15668,235,3.04],[437,-14597,355,2.83],[-320,-17111,321,3.32],[765,-17200,415,3.33],[413,-13924,333,2.7],[708,-23909,446,4.64],[247,-18611,348,3.61],[-363,-14445,284,2.8],[-161,-13540,284,2.62],[-321,-15401,266,2.98],[507,-11205,373,2.17],[-300,-10939,331,2.12],[-102,-12783,284,2.48],[-193,-14865,252,2.88],[722,-15720,288,3.05],[453,-18862,253,3.66],[516,-24700,291,4.79],[-646,-23313,227,4.52],[262,-15020,251,2.91],[-601,-17969,198,3.48],[-610,-17183,228,3.33],[-599,-20190,191,3.91],[788,-19588,349,3.8],[-668,-21026,225,4.07],[379,-22903,267,4.44],[-601,-18213,200,3.53],[-530,-15022,203,2.91],[-661,-13964,179,2.71],[-665,-16798,229,3.26],[-799,-13949,112,2.7],[-246,-16254,179,3.15],[522,-16148,178,3.13],[673,-13873,181,2.69],[89,-22351,223,4.33],[-56,-11454,155,2.22],[428,-22712,222,4.4],[-273,-10736,175,2.08],[-794,-11912,152,2.31],[-292,-23919,196,4.63],[-590,-17660,178,3.42],[-750,-11509,144,2.23],[-159,-17131,181,3.32],[4,-22011,192,4.27],[727,-18843,189,3.65],[605,-17922,245,3.47],[-163,-15670,-200,3.04],[-453,-11296,-150,2.19],[108,-12811,-181,2.48],[277,-12227,-233,2.37],[24,-11905,-174,2.31],[-420,-11979,-149,2.32],[-623,-13523,-137,2.62],[688,-22985,-212,4.45],[-173,-19897,-199,3.86],[370,-12853,-216,2.49],[-365,-14133,-163,2.74],[-565,-22990,-176,4.46],[-226,-12181,-146,2.36],[-651,-19335,-169,3.75],[186,-19767,-178,3.83],[549,-17884,-198,3.47],[271,-18169,-259,3.52],[-402,-11967,-209,2.32],[109,-21698,-266,4.2],[682,-12732,-274,2.47],[-420,-16575,-210,3.21],[-660,-25472,-176,4.93],[723,-20143,-335,3.9],[660,-23401,-326,4.53],[-390,-14290,-247,2.77],[-283,-22310,-264,4.33],[-28,-10418,-277,2.02],[396,-14354,-309,2.78],[763,-15946,-284,3.09],[-213,-11007,-213,2.13],[707,-24233,-277,4.7],[-548,-17766,-227,3.44],[336,-24550,665,4.75],[469,-17260,732,3.33],[142,-25739,683,4.98],[-342,-16582,562,3.2],[-58,-16979,585,3.28],[197,-20949,677,4.05],[-448,-23799,542,4.6],[161,-21697,619,4.19],[39,-14178,654,2.74],[393,-16428,707,3.17],[128,-25543,631,4.94],[560,-17503,701,3.38],[689,-11889,751,2.3],[298,-13837,682,2.67],[-426,-24519,512,4.74],[310,-16467,723,3.18],[-176,-21485,310,4.15],[-434,-22904,256,4.43],[700,-20214,420,3.9],[653,-17558,393,3.39],[-218,-25494,287,4.93],[116,-24284,346,4.69],[201,-24705,336,4.77],[541,-21441,400,4.14],[-475,-16634,292,3.21],[-634,-16779,266,3.24],[227,-14186,390,2.74],[-130,-20210,333,3.9],[410,-12870,334,2.49],[429,-20437,413,3.95],[46,-23361,338,4.51],[-736,-17588,250,3.4],[387,-11938,293,2.31],[-599,-16567,206,3.2],[758,-20825,343,4.02],[-538,-11970,186,2.31],[-36,-23411,288,4.52],[103,-18200,288,3.52],[-79,-16767,243,3.24],[297,-23266,302,4.5],[-603,-12817,193,2.48],[496,-19662,319,3.8],[-224,-24145,209,4.67],[-53,-25532,228,4.94],[-600,-18024,194,3.48],[-691,-18547,212,3.58],[662,-14045,307,2.71],[154,-15801,273,3.05],[552,-12802,236,2.47],[-410,-11324,166,2.19],[511,-25732,250,4.97],[-376,-20607,140,3.98],[-416,-17210,134,3.33],[-225,-23704,164,4.58],[164,-15700,187,3.03],[-630,-13103,156,2.53],[564,-13772,245,2.66],[-287,-22080,158,4.27],[-494,-12648,133,2.44],[-310,-18754,150,3.62],[406,-10389,199,2.01],[-691,-12303,142,2.38],[215,-14110,164,2.73],[-43,-25499,152,4.92],[443,-10972,-281,2.12],[476,-12988,-307,2.51],[271,-23996,-312,4.64],[-330,-11348,-220,2.19],[196,-22025,-259,4.26],[444,-10623,-317,2.05],[-472,-10875,-201,2.1],[211,-15114,-306,2.92],[-114,-15312,-244,2.96],[797,-20300,-345,3.92],[277,-16297,-312,3.15],[623,-16901,-288,3.27],[-347,-23113,-210,4.46],[-594,-25637,-214,4.96],[9,-19288,-288,3.73],[138,-25593,-251,4.95],[-579,-10742,499,2.07],[420,-14084,739,2.71],[715,-20435,757,3.94],[265,-22041,703,4.24],[-408,-18625,516,3.59],[418,-12306,667,2.37],[-328,-13980,544,2.69],[307,-17518,663,3.37],[272,-13403,694,2.58],[-213,-13511,607,2.6],[-632,-13229,488,2.55],[-156,-22032,561,4.24],[639,-11052,709,2.13],[637,-18844,760,3.63],[445,-21111,699,4.06],[-180,-24089,569,4.64],[115,-18205,269,3.51],[243,-17033,293,3.28],[-631,-23332,176,4.49],[556,-18435,293,3.55],[637,-14021,277,2.7],[-519,-11584,225,2.23],[-161,-15371,236,2.96],[791,-13692,353,2.64],[268,-19655,249,3.79],[254,-22874,315,4.4],[271,-16721,281,3.22],[-307,-16294,233,3.14],[218,-21721,247,4.18],[-470,-17967,206,3.46],[-445,-12316,218,2.37],[-299,-21985,242,4.24],[-291,-13595,137,2.62],[-223,-25667,170,4.94],[314,-12288,186,2.37],[788,-25378,226,4.89],[248,-19783,178,3.81],[799,-11526,214,2.22],[196,-12304,163,2.37],[121,-18760,210,3.61],[363,-17628,220,3.4],[107,-19275,191,3.71],[53,-10789,159,2.08],[-512,-12271,145,2.36],[-687,-22443,134,4.32],[9,-13065,197,2.52],[658,-14691,260,2.83],[97,-24788,210,4.78],[-420,-15611,80,3.01],[74,-21879,148,4.22],[-227,-10799,117,2.08],[-605,-13482,85,2.6],[-578,-11103,115,2.14],[-317,-11356,84,2.19],[-777,-14533,85,2.8],[476,-22103,107,4.26],[-793,-23753,89,4.57],[-642,-19442,93,3.75],[-696,-21602,112,4.16],[373,-23189,122,4.47],[-203,-24621,114,4.74],[237,-14574,88,2.81],[365,-20980,124,4.04],[-472,-11743,93,2.26],[158,-20753,-248,4],[-58,-13174,-244,2.54],[-458,-23832,-209,4.59],[-56,-11566,-250,2.23],[622,-11987,-278,2.31],[-35,-19805,-267,3.82],[-9,-11366,-226,2.19],[-62,-25474,-223,4.91],[-323,-17680,-234,3.4],[-2,-12028,-280,2.32],[-500,-23027,-197,4.44],[-200,-21782,-252,4.2],[434,-22908,-285,4.41],[321,-14260,-297,2.75],[380,-15720,-260,3.03],[785,-15979,-336,3.08],[347,-24777,668,4.76],[-486,-19480,502,3.74],[187,-25317,656,4.86],[-227,-18981,559,3.65],[-144,-23132,589,4.44],[726,-17836,757,3.42],[96,-24826,642,4.76],[455,-21540,689,4.14],[90,-17200,648,3.3],[474,-17369,683,3.34],[545,-19610,769,3.77],[598,-25844,757,4.97],[134,-24243,687,4.65],[-121,-17768,627,3.41],[377,-11577,715,2.22],[142,-13736,640,2.64],[692,-23370,692,4.49],[-419,-11602,477,2.23],[-99,-14958,544,2.87],[592,-14055,693,2.7],[-318,-24825,481,4.76],[798,-13457,661,2.58],[667,-13133,682,2.52],[-776,-17577,398,3.37],[663,-21397,709,4.11],[728,-11775,709,2.26],[16,-19123,582,3.67],[7,-17223,561,3.31],[39,-23936,527,4.6],[-664,-20871,445,4.01],[763,-22261,690,4.28],[36,-22992,521,4.41],[-173,-13028,187,2.5],[96,-16159,155,3.1],[-391,-18131,182,3.48],[-571,-21629,158,4.15],[-501,-14148,150,2.72],[-787,-13456,116,2.58],[622,-11288,205,2.17],[99,-19378,213,3.72],[455,-24968,249,4.8],[-66,-17960,178,3.45],[-504,-15528,170,2.98],[-465,-23655,142,4.54],[135,-18306,180,3.52],[-502,-21122,177,4.06],[-786,-23044,121,4.43],[-420,-17588,158,3.38],[452,-18719,122,3.59],[102,-10992,100,2.11],[280,-24341,143,4.68],[-332,-25605,116,4.92],[174,-14389,98,2.76],[-63,-25284,142,4.85],[-87,-21923,88,4.21],[336,-13590,124,2.61],[219,-24349,126,4.67],[266,-12973,102,2.49],[-387,-23557,110,4.52],[228,-20182,138,3.87],[-396,-22792,125,4.38],[288,-14534,90,2.79],[-762,-21601,65,4.15],[545,-12669,168,2.43],[64,-26070,-250,5],[-155,-21381,-275,4.11],[632,-18144,-323,3.48],[-166,-19883,-264,3.82],[-396,-14520,-229,2.79],[339,-25085,-246,4.82],[684,-18513,-287,3.55],[58,-22790,-232,4.38],[-796,-14460,-198,2.78],[312,-18662,-252,3.58],[80,-17619,-247,3.38],[-445,-11047,-247,2.12],[-368,-13741,-246,2.64],[-517,-12852,-192,2.47],[-31,-25780,-229,4.95],[550,-17432,-310,3.35],[527,-18386,756,3.52],[566,-24994,709,4.78],[-173,-14960,592,2.86],[618,-22858,790,4.38],[260,-16398,656,3.14],[684,-13132,800,2.51],[-490,-19042,540,3.64],[579,-21223,723,4.06],[-359,-22606,540,4.33],[349,-20007,704,3.83],[-723,-18942,496,3.63],[244,-19395,685,3.71],[-151,-18750,589,3.59],[267,-24968,686,4.78],[-322,-12642,533,2.42],[-349,-12602,537,2.41],[-436,-19057,470,3.65],[137,-24221,571,4.63],[-62,-23122,573,4.42],[207,-10776,620,2.06],[-155,-19710,498,3.77],[-684,-18438,411,3.53],[-470,-19225,448,3.68],[118,-11377,601,2.18],[290,-13680,569,2.62],[-182,-18209,542,3.49],[-420,-12502,465,2.39],[-575,-24629,459,4.72],[-678,-15084,450,2.89],[10,-26070,566,4.99],[456,-19460,644,3.73],[302,-22327,635,4.28],[453,-16327,187,3.13],[453,-16842,252,3.22],[376,-18674,191,3.57],[52,-23675,216,4.53],[640,-21001,230,4.02],[238,-16461,190,3.15],[250,-25106,212,4.8],[-782,-14010,150,2.68],[415,-12728,183,2.44],[636,-12855,223,2.46],[-763,-12334,149,2.36],[-156,-18957,164,3.63],[414,-22803,217,4.37],[-261,-20165,143,3.86],[355,-10858,170,2.08],[35,-13655,203,2.61],[339,-14594,101,2.79],[330,-15704,161,3.01],[-362,-13132,70,2.51],[359,-22104,117,4.23],[64,-11539,82,2.21],[-221,-24062,128,4.6],[570,-14568,89,2.79],[279,-15202,149,2.91],[526,-12325,101,2.36],[-245,-14866,79,2.85],[385,-19276,162,3.69],[-75,-25976,137,4.97],[115,-11325,107,2.17],[346,-24217,107,4.63],[791,-18525,156,3.55],[-696,-11851,113,2.27],[-694,-17712,15,3.39],[463,-16995,9,3.25],[-434,-10658,58,2.04],[-466,-20100,55,3.85],[-702,-16551,21,3.17],[-10,-21482,26,4.11],[144,-18691,21,3.58],[478,-25274,59,4.84],[691,-11242,0,2.15],[335,-25184,16,4.82],[773,-15049,77,2.88],[-680,-21341,56,4.09],[-434,-16433,55,3.15],[179,-25846,35,4.94],[-636,-16801,17,3.22],[-121,-13749,66,2.63],[790,-10589,-266,2.03],[799,-22393,-265,4.29],[-766,-19986,-129,3.83],[-119,-17985,-163,3.44],[-282,-21528,-141,4.12],[353,-24929,-241,4.77],[-108,-24898,-188,4.76],[660,-16232,-194,3.11],[121,-17942,-161,3.43],[26,-24060,-169,4.61],[-205,-22074,-171,4.22],[664,-22880,-206,4.38],[-135,-22757,-185,4.35],[514,-19439,-204,3.72],[35,-20658,-191,3.96],[160,-22804,-189,4.36],[-747,-24420,-195,4.68],[82,-11709,-296,2.24],[-459,-14108,-209,2.7],[663,-15207,-333,2.91],[-562,-25770,-237,4.94],[214,-22553,-262,4.32],[-58,-17713,-282,3.39],[344,-17893,-261,3.43],[-751,-15140,-171,2.9],[-218,-11924,-232,2.28],[91,-10485,-274,2.01],[-364,-15189,-213,2.91],[-58,-24921,-250,4.77],[-148,-15245,-272,2.92],[508,-19238,-311,3.68],[93,-18119,-291,3.47],[316,-24943,724,4.76],[158,-22614,670,4.31],[-609,-15599,498,2.98],[292,-18794,679,3.59],[223,-12138,708,2.32],[-574,-24968,526,4.77],[474,-12167,679,2.32],[-787,-21190,489,4.04],[125,-19307,679,3.68],[398,-12998,700,2.48],[321,-17523,720,3.34],[668,-23788,742,4.54],[410,-25996,705,4.96],[474,-23131,735,4.41],[-156,-25376,591,4.85],[-309,-13665,566,2.61],[177,-23601,609,4.51],[-506,-25839,440,4.93],[536,-25229,621,4.82],[-380,-25488,496,4.86],[780,-13643,665,2.6],[-61,-13299,511,2.54],[-156,-10547,516,2.01],[-682,-21656,450,4.13],[668,-25047,661,4.78],[-454,-17717,493,3.38],[551,-24914,651,4.75],[-554,-20304,474,3.87],[274,-16722,615,3.19],[662,-14268,631,2.72],[-796,-25820,402,4.93],[59,-12048,544,2.3],[-273,-19935,453,3.8],[554,-18613,524,3.55],[-476,-12463,375,2.38],[67,-14214,510,2.71],[-608,-11328,376,2.16],[-39,-17155,479,3.27],[569,-20440,599,3.9],[-393,-23126,429,4.42],[119,-25645,476,4.89],[-723,-18665,381,3.56],[-133,-25067,468,4.78],[-101,-24505,442,4.67],[19,-20620,460,3.93],[433,-20021,520,3.82],[-274,-11645,453,2.22],[-166,-25554,443,4.88],[-673,-19331,318,3.69],[-397,-25187,384,4.81],[757,-12848,535,2.45],[719,-14656,487,2.8],[530,-13059,467,2.49],[-564,-20128,342,3.84],[-197,-18597,404,3.55],[415,-24239,476,4.63],[15,-25710,376,4.9],[-504,-15200,358,2.9],[-493,-17234,333,3.29],[-302,-16547,392,3.16],[-582,-24222,351,4.62],[-8,-20085,388,3.83],[-573,-22736,325,4.34],[-631,-24592,308,4.69],[110,-13146,117,2.51],[739,-17405,100,3.32],[19,-15655,110,2.99],[-784,-17605,66,3.36],[234,-14640,115,2.79],[-519,-19868,120,3.79],[305,-21166,83,4.04],[-110,-16440,108,3.14],[668,-17026,167,3.25],[635,-10727,161,2.05],[-177,-11475,99,2.19],[653,-16111,176,3.07],[-519,-21594,111,4.12],[-199,-21462,75,4.09],[-248,-18143,96,3.46],[763,-24173,172,4.62],[551,-15442,1,2.95],[-569,-24170,57,4.61],[-75,-15544,62,2.97],[503,-23333,62,4.45],[-343,-15727,8,3],[710,-20315,64,3.88],[-221,-25224,42,4.81],[267,-21514,68,4.11],[-361,-23322,16,4.45],[798,-21846,7,4.17],[-167,-12787,13,2.44],[638,-15607,45,2.98],[578,-17580,84,3.35],[798,-19616,53,3.74],[162,-24555,69,4.68],[-126,-24709,45,4.72],[791,-11414,-31,2.18],[-310,-12905,-1,2.46],[-331,-25438,-50,4.86],[355,-21474,-65,4.1],[283,-21063,-46,4.02],[-374,-12639,-7,2.41],[-628,-19034,-29,3.63],[-235,-13250,-19,2.53],[-406,-23608,-20,4.51],[-590,-15567,-6,2.97],[147,-12536,-14,2.39],[341,-23546,-26,4.5],[-284,-25323,-47,4.84],[733,-21882,-9,4.17],[188,-21144,-52,4.03],[-307,-18600,-56,3.55],[179,-17554,-155,3.35],[658,-17414,-116,3.32],[474,-21247,-109,4.06],[-430,-19599,-123,3.74],[-414,-13635,-82,2.6],[692,-20710,-154,3.95],[-698,-24527,-91,4.68],[425,-21214,-86,4.05],[-15,-16141,-112,3.08],[-304,-20421,-122,3.9],[-596,-15767,-84,3.01],[-351,-14793,-104,2.82],[-1,-24793,-132,4.73],[-83,-21445,-87,4.09],[-61,-18841,-140,3.6],[277,-11311,-150,2.16],[-678,-22858,-169,4.36],[148,-25188,-159,4.81],[622,-23704,-244,4.52],[140,-25783,-222,4.92],[790,-24517,-241,4.68],[588,-16461,-186,3.14],[574,-14631,-226,2.79],[-702,-11261,-146,2.15],[718,-12851,-262,2.45],[-77,-13463,-188,2.57],[-15,-12100,-198,2.31],[-506,-15525,-139,2.96],[362,-25334,-170,4.84],[-574,-16704,-174,3.19],[530,-13371,-242,2.55],[313,-10630,-225,2.03],[-579,-14650,-182,2.8],[458,-24091,-297,4.6],[-127,-13007,-263,2.48],[430,-18001,-270,3.44],[459,-15174,-331,2.9],[-224,-25939,-263,4.95],[274,-15714,-280,3],[-131,-25974,-249,4.96],[486,-19205,-275,3.67],[291,-20225,-295,3.86],[724,-20198,-282,3.86],[-427,-17259,-227,3.29],[233,-14525,-250,2.77],[769,-13256,-329,2.53],[-616,-18645,-206,3.56],[401,-20569,-280,3.93],[595,-14969,91,2.85],[668,-16101,97,3.06],[258,-20720,132,3.94],[555,-12078,161,2.3],[-743,-12247,75,2.33],[-264,-19422,92,3.7],[788,-11343,143,2.16],[-408,-12079,94,2.3],[-154,-11971,71,2.28],[282,-22972,87,4.37],[488,-17474,119,3.32],[-641,-15272,72,2.91],[102,-12842,119,2.44],[-145,-10681,94,2.03],[543,-19893,109,3.78],[-44,-25405,129,4.83],[591,-21343,67,4.06],[144,-21952,46,4.18],[-512,-15345,23,2.92],[76,-24514,24,4.66],[-327,-17330,58,3.3],[-43,-12922,8,2.46],[-618,-22639,6,4.31],[138,-15255,62,2.9],[626,-24081,64,4.58],[430,-25277,71,4.81],[-498,-17845,33,3.4],[643,-22208,63,4.22],[789,-21051,79,4],[174,-11417,27,2.17],[-781,-18577,20,3.53],[-342,-23307,46,4.43],[-623,-19827,-2,3.77],[-475,-21730,-24,4.14],[676,-17274,-57,3.29],[562,-17076,-84,3.25],[-302,-24870,-38,4.73],[367,-19013,-39,3.62],[-334,-23059,-7,4.39],[-414,-21942,-19,4.18],[593,-23200,-64,4.41],[-71,-17013,-22,3.24],[-630,-19951,-49,3.8],[-33,-15034,-42,2.86],[612,-17004,-42,3.24],[-632,-21287,-33,4.05],[-689,-15421,-31,2.93],[-657,-12462,-9,2.37],[-46,-11662,-129,2.22],[-449,-11511,-73,2.19],[27,-25280,-125,4.81],[680,-14103,-152,2.68],[-481,-23661,-119,4.5],[40,-16847,-91,3.21],[401,-24734,-96,4.7],[769,-14445,-157,2.75],[167,-25492,-87,4.85],[706,-19963,-111,3.8],[351,-15717,-100,2.99],[567,-23393,-104,4.45],[312,-20312,-156,3.87],[533,-18630,-151,3.54],[370,-26045,-150,4.96],[-421,-16379,-74,3.12],[80,-20302,-166,3.86],[314,-25985,-162,4.94],[733,-16953,-252,3.23],[686,-23355,-266,4.45],[-325,-21781,-135,4.14],[43,-17303,-174,3.29],[-713,-19260,-148,3.66],[555,-14461,-209,2.75],[387,-15464,-195,2.94],[705,-24665,-239,4.69],[-571,-14860,-155,2.83],[741,-22728,-232,4.33],[-319,-22151,-159,4.21],[-240,-20822,-181,3.96],[601,-11875,-191,2.26],[-739,-17298,-144,3.29],[-573,-11519,-426,2.17],[-187,-21716,-498,4.1],[-190,-21348,-530,4.03],[-739,-20348,-411,3.84],[731,-17658,-675,3.33],[-385,-19411,-509,3.66],[-375,-24642,-460,4.65],[-45,-11565,-523,2.18],[-299,-15764,-484,2.97],[54,-18361,-528,3.46],[-89,-22941,-570,4.32],[-428,-16420,-491,3.1],[288,-15759,-583,2.97],[28,-10818,-588,2.04],[-545,-17858,-441,3.37],[-792,-20920,-408,3.94],[-738,-21577,-421,4.06],[-507,-14098,-435,2.65],[-677,-23785,-436,4.47],[-270,-18092,-511,3.4],[-730,-19830,-401,3.73],[-305,-10914,-514,2.05],[650,-22939,-639,4.31],[-154,-23106,-555,4.34],[-327,-12622,-512,2.37],[332,-23905,-624,4.5],[-145,-25108,-560,4.72],[-226,-25413,-491,4.78],[492,-14077,-639,2.65],[138,-24650,-570,4.64],[-562,-12063,-451,2.27],[597,-20959,-698,3.94],[748,-25709,764,4.82],[672,-25154,787,4.72],[-377,-13462,577,2.52],[-115,-22895,632,4.29],[360,-12162,719,2.28],[372,-22223,728,4.17],[276,-23290,686,4.36],[497,-13912,762,2.61],[-625,-18368,493,3.44],[751,-24353,769,4.56],[197,-13004,665,2.44],[-1,-15230,630,2.85],[242,-24871,679,4.66],[168,-25213,688,4.72],[-20,-26329,592,4.93],[-443,-14876,531,2.79],[-591,-14474,431,2.71],[-341,-14461,459,2.71],[587,-25201,650,4.72],[428,-15648,652,2.93],[-416,-22138,469,4.15],[707,-26172,710,4.9],[-690,-20192,438,3.78],[98,-18810,535,3.53],[-240,-21922,502,4.11],[413,-13507,641,2.53],[757,-13083,640,2.45],[-337,-25658,521,4.81],[-178,-12923,542,2.42],[-317,-16952,517,3.18],[72,-23579,595,4.42],[-28,-14992,562,2.81],[-214,-23626,477,4.43],[170,-21176,497,3.97],[718,-21428,601,4.02],[-655,-11057,358,2.07],[574,-13626,584,2.55],[-577,-25213,362,4.73],[690,-16742,604,3.14],[677,-25407,548,4.76],[-57,-24252,480,4.55],[-520,-19556,424,3.67],[-269,-23964,466,4.49],[17,-12171,511,2.28],[-572,-17986,416,3.37],[-87,-21138,439,3.96],[-524,-17867,368,3.35],[-339,-25426,406,4.76],[242,-16125,430,3.02],[138,-13437,405,2.52],[-651,-21548,308,4.04],[-116,-14076,415,2.64],[-790,-19387,294,3.63],[-243,-12397,362,2.32],[730,-19610,527,3.67],[-111,-13812,356,2.59],[-355,-23392,341,4.39],[241,-18647,399,3.49],[1,-18050,412,3.38],[-24,-23340,365,4.38],[530,-21948,446,4.11],[686,-13720,478,2.57],[-594,-13250,297,2.48],[387,-15756,453,2.95],[-293,-16923,277,3.17],[496,-20381,343,3.82],[41,-12149,355,2.28],[-63,-15888,337,2.98],[-306,-19172,319,3.59],[-316,-26552,306,4.98],[684,-14955,408,2.8],[-220,-13725,336,2.57],[553,-25148,429,4.71],[-13,-12482,349,2.34],[-631,-12063,271,2.26],[-590,-24791,288,4.65],[118,-12095,364,2.27],[-781,-24185,257,4.53],[-725,-14416,229,2.7],[73,-12821,327,2.4],[-739,-22141,198,4.15],[465,-19355,306,3.63],[-308,-23502,215,4.41],[113,-11371,240,2.13],[-131,-20314,247,3.81],[-451,-16187,229,3.03],[-203,-18621,239,3.49],[-554,-13839,233,2.59],[-384,-16229,250,3.04],[654,-23246,283,4.36],[55,-17112,264,3.21],[460,-17265,324,3.24],[-270,-21859,212,4.1],[544,-25489,295,4.78],[618,-23971,335,4.49],[503,-22924,285,4.29],[-281,-21374,141,4],[-479,-18601,155,3.49],[-611,-17744,174,3.33],[-530,-24200,136,4.54],[-23,-16227,200,3.04],[-352,-20210,138,3.79],[593,-13859,205,2.6],[-612,-25849,130,4.84],[-448,-13747,182,2.58],[177,-24627,179,4.62],[-132,-14576,169,2.73],[705,-21743,246,4.08],[-794,-11810,138,2.21],[-91,-17087,173,3.2],[741,-13032,265,2.44],[331,-22935,231,4.3],[-662,-14813,-35,2.78],[-127,-18865,-49,3.54],[517,-22148,-1,4.15],[-156,-24144,-25,4.53],[466,-21071,-8,3.95],[-383,-17721,-31,3.32],[-438,-12925,-15,2.42],[108,-15152,-2,2.84],[735,-14802,-51,2.77],[-412,-13708,-14,2.57],[-188,-14815,-17,2.78],[155,-23505,-63,4.4],[-177,-18249,-18,3.42],[576,-25079,-24,4.7],[-147,-15909,-61,2.98],[727,-23104,-35,4.33],[-440,-16580,-90,3.11],[-39,-21983,-118,4.12],[-455,-23601,-81,4.42],[286,-20092,-108,3.77],[435,-16677,-144,3.13],[-41,-11631,-117,2.18],[-137,-15484,-74,2.9],[776,-16992,-171,3.18],[267,-23177,-82,4.35],[587,-13978,-118,2.62],[256,-14629,-83,2.74],[-47,-25274,-77,4.74],[678,-23137,-149,4.34],[64,-15680,-130,2.94],[-86,-22426,-130,4.2],[-123,-20833,-123,3.91],[-259,-24383,-176,4.57],[-300,-18563,-157,3.48],[-81,-25262,-194,4.74],[-171,-14086,-174,2.64],[579,-11006,-184,2.06],[-709,-14635,-151,2.74],[644,-21771,-250,4.08],[-413,-18229,-182,3.42],[-247,-19329,-187,3.62],[-668,-16849,-142,3.16],[599,-26131,-213,4.89],[680,-23095,-246,4.33],[252,-16504,-194,3.09],[-126,-24568,-192,4.6],[-798,-17587,-146,3.3],[388,-19821,-205,3.71],[-80,-16980,-218,3.18],[475,-17481,-259,3.28],[-400,-16242,-221,3.04],[97,-20890,-286,3.92],[-456,-15853,-203,2.97],[412,-24099,-311,4.51],[-155,-16693,-244,3.13],[233,-17817,-269,3.34],[-126,-17934,-212,3.36],[640,-17269,-326,3.24],[190,-19615,-301,3.68],[501,-20941,-308,3.93],[331,-24997,-276,4.69],[-511,-13725,-238,2.57],[-82,-17275,-241,3.24],[-337,-22986,-205,4.31],[-354,-21405,-282,4.01],[-660,-15273,-240,2.86],[-163,-12230,-289,2.29],[45,-13644,-322,2.56],[716,-21921,-375,4.11],[330,-19465,-329,3.65],[-534,-16404,-297,3.07],[195,-20509,-358,3.84],[315,-12236,-343,2.29],[681,-11595,-425,2.17],[-157,-13235,-292,2.48],[-277,-16759,-334,3.14],[489,-15195,-408,2.85],[-483,-14517,-275,2.72],[-749,-20152,-263,3.78],[-480,-23735,-310,4.45],[319,-23334,-423,4.37],[-350,-15687,-336,2.94],[-714,-11310,-292,2.12],[-623,-25545,-351,4.79],[12,-19485,-413,3.65],[-301,-14257,-334,2.67],[-577,-14195,-354,2.66],[-50,-24781,-405,4.65],[689,-15685,-459,2.94],[-549,-15740,-303,2.95],[-19,-15943,-398,2.99],[-255,-21147,-384,3.96],[-414,-18089,-343,3.39],[11,-18586,-428,3.48],[175,-23665,-440,4.43],[210,-23187,-427,4.34],[209,-10818,-505,2.03],[-13,-11797,-460,2.21],[-196,-14657,-422,2.75],[16,-25797,-485,4.84],[754,-25038,-599,4.69],[-315,-23976,-421,4.49],[-499,-20197,-385,3.79],[767,-25414,-640,4.76],[-791,-22631,-369,4.24],[449,-12983,-506,2.43],[-147,-11033,-434,2.07],[570,-14357,-580,2.69],[-502,-19123,-413,3.58],[162,-10816,-498,2.03],[-592,-11138,-361,2.09],[-747,-22567,-380,4.23],[-174,-17620,-486,3.3],[436,-24750,-595,4.64],[-184,-19222,-539,3.6],[500,-13907,-620,2.61],[651,-16334,-655,3.06],[77,-17156,-552,3.22],[-564,-24874,-474,4.66],[-91,-24216,-509,4.54],[589,-23128,-615,4.34],[496,-22763,-680,4.26],[-316,-13993,-501,2.62],[-394,-12393,-487,2.32],[-698,-15825,-442,2.97],[439,-14956,-661,2.8],[356,-18472,-573,3.46],[113,-18044,-538,3.38],[91,-17078,664,3.19],[603,-13652,740,2.55],[657,-19156,724,3.58],[741,-15765,772,2.95],[-357,-13396,537,2.5],[-71,-20639,626,3.86],[259,-11397,639,2.13],[476,-21145,706,3.95],[-651,-12408,518,2.32],[-101,-17646,625,3.3],[-470,-23574,556,4.4],[-428,-20897,517,3.9],[497,-21103,759,3.94],[-17,-16398,656,3.06],[-311,-13386,529,2.5],[188,-21270,655,3.98],[644,-13560,654,2.53],[16,-24804,538,4.64],[1,-17543,566,3.28],[-325,-21380,477,4],[-370,-21645,485,4.05],[512,-11671,672,2.18],[538,-18298,682,3.42],[214,-16341,612,3.05],[36,-19883,581,3.72],[398,-22425,638,4.19],[-88,-15375,524,2.87],[108,-16935,571,3.16],[-583,-18183,450,3.4],[508,-18629,655,3.48],[-406,-21713,503,4.06],[-778,-15880,413,2.97],[714,-14030,601,2.62],[580,-17860,594,3.34],[545,-19589,568,3.66],[-304,-24611,428,4.6],[-15,-10972,471,2.05],[-68,-26055,449,4.87],[-13,-15879,439,2.97],[214,-17623,500,3.29],[370,-25190,574,4.7],[-499,-12057,378,2.25],[362,-13949,523,2.61],[650,-15436,558,2.88],[428,-10760,571,2.01],[-293,-18873,449,3.53],[712,-19586,612,3.66],[-490,-21958,404,4.1],[334,-12883,416,2.41],[-318,-17872,364,3.34],[323,-16667,472,3.11],[716,-14788,500,2.76],[-566,-23688,335,4.43],[69,-20795,407,3.88],[504,-23498,477,4.39],[81,-13652,423,2.55],[741,-18475,542,3.45],[-25,-17393,405,3.25],[373,-12880,459,2.41],[-177,-21409,391,4],[597,-12850,439,2.4],[-312,-13664,382,2.55],[-593,-13951,333,2.61],[200,-21983,427,4.11],[599,-13842,373,2.59],[-37,-13230,324,2.47],[152,-11490,325,2.15],[-155,-23423,304,4.37],[-641,-20872,237,3.9],[777,-21048,458,3.93],[74,-12082,331,2.26],[202,-24073,368,4.5],[-153,-19622,282,3.67],[-40,-17416,337,3.25],[-696,-11827,248,2.21],[741,-11944,408,2.23],[-224,-12219,315,2.28],[-262,-12213,328,2.28],[701,-19850,426,3.71],[-308,-21617,324,4.04],[471,-16133,258,3.01],[767,-18859,300,3.52],[285,-19118,263,3.57],[-492,-26783,244,5],[-95,-15274,231,2.85],[609,-14149,304,2.64],[-658,-11010,226,2.06],[-606,-20557,178,3.84],[-76,-21810,236,4.08],[410,-15935,300,2.98],[760,-11494,321,2.15],[-661,-13961,211,2.61],[30,-21015,241,3.93],[-421,-24719,238,4.62],[-135,-12683,263,2.37],[450,-21071,268,3.94],[290,-25750,200,4.81],[-699,-18295,126,3.42],[105,-12000,155,2.24],[-483,-22145,150,4.14],[-471,-20950,176,3.92],[-506,-11465,165,2.14],[74,-26424,202,4.93],[735,-10962,222,2.05],[-168,-13443,170,2.51],[-122,-21738,187,4.06],[-397,-12893,188,2.41],[-453,-14286,144,2.67],[-578,-12364,143,2.31],[-492,-25609,184,4.78],[160,-15563,183,2.91],[73,-26721,190,4.99],[757,-16552,121,3.09],[-142,-21976,87,4.11],[669,-16495,94,3.08],[225,-20236,156,3.78],[-14,-10756,138,2.01],[-140,-25817,105,4.82],[-710,-22479,58,4.2],[538,-22311,147,4.17],[-137,-12623,116,2.36],[491,-12945,132,2.42],[-543,-12481,91,2.33],[-695,-12508,100,2.34],[678,-26343,146,4.92],[-713,-18578,102,3.47],[-534,-26208,82,4.89],[-35,-13915,132,2.6],[-94,-22940,17,4.28],[296,-18490,18,3.45],[-249,-21276,38,3.98],[-415,-20200,47,3.77],[656,-20352,47,3.8],[-785,-22041,22,4.12],[486,-16964,10,3.17],[-469,-20293,54,3.79],[-10,-19637,4,3.67],[-298,-12898,52,2.41],[58,-24677,60,4.61],[-582,-23483,51,4.39],[205,-13230,4,2.47],[-32,-16868,14,3.15],[-496,-12568,39,2.35],[-347,-11615,51,2.17],[63,-24335,-34,4.55],[-612,-14025,-4,2.62],[-135,-24052,-1,4.5],[261,-24238,-67,4.53],[490,-23208,-42,4.33],[-391,-13420,-18,2.51],[-220,-19367,-47,3.62],[-340,-17269,-25,3.23],[259,-13654,-77,2.55],[368,-17611,-17,3.29],[-747,-24220,-7,4.52],[506,-14361,-21,2.68],[587,-23371,-31,4.37],[-88,-11665,-16,2.18],[335,-26411,-72,4.93],[174,-26046,-33,4.86],[-469,-15267,-107,2.85],[466,-21653,-141,4.05],[168,-20796,-118,3.88],[453,-12632,-109,2.36],[786,-24210,-170,4.53],[-254,-20175,-85,3.77],[604,-21128,-104,3.95],[734,-24281,-131,4.54],[207,-23047,-112,4.31],[-121,-19816,-95,3.7],[-494,-10759,-123,2.01],[-532,-12730,-111,2.38],[-747,-24702,-99,4.61],[403,-26614,-156,4.97],[225,-13919,-100,2.6],[644,-17067,-124,3.19],[582,-15486,-257,2.89],[-737,-26731,-150,5],[-61,-22291,-156,4.16],[-487,-20131,-162,3.76],[751,-20144,-208,3.76],[-664,-21374,-170,3.99],[-398,-23150,-190,4.33],[-730,-15533,-154,2.9],[616,-11021,-216,2.06],[646,-12413,-200,2.32],[769,-15213,-250,2.84],[-691,-13802,-161,2.58],[-216,-12425,-159,2.32],[274,-25299,-189,4.72],[-218,-14817,-172,2.77],[90,-13021,-178,2.43],[-384,-18376,-232,3.43],[-265,-16593,-237,3.1],[341,-14878,-292,2.78],[414,-16310,-325,3.05],[428,-10797,-271,2.02],[561,-22395,-327,4.18],[-432,-17682,-193,3.3],[779,-20677,-278,3.86],[-354,-20696,-205,3.87],[415,-22078,-299,4.12],[766,-11493,-354,2.15],[324,-11606,-290,2.17],[-428,-22859,-243,4.27],[623,-20439,-295,3.82],[-430,-18984,-247,3.55],[-194,-23575,-215,4.41],[-246,-17739,-333,3.31],[425,-19240,-357,3.59],[110,-17663,-379,3.3],[536,-13905,-384,2.6],[-630,-24335,-280,4.55],[385,-12567,-346,2.35],[-57,-16431,-335,3.07],[-257,-11466,-291,2.14],[-430,-17657,-284,3.3],[508,-20147,-353,3.76],[-102,-22096,-319,4.13],[631,-24107,-406,4.5],[709,-11411,-366,2.13],[238,-11662,-327,2.18],[-784,-25006,-261,4.67],[-548,-24746,-296,4.62],[605,-23785,-485,4.44],[-135,-26535,-398,4.96],[-706,-11685,-293,2.18],[-619,-11178,-296,2.09],[-428,-15617,-370,2.92],[-539,-19253,-304,3.6],[525,-19274,-488,3.6],[402,-13121,-468,2.45],[-577,-25566,-327,4.78],[199,-22801,-432,4.26],[178,-20560,-437,3.84],[176,-25081,-395,4.69],[-679,-11242,-334,2.1],[319,-24618,-483,4.6],[-251,-18675,-360,3.49],[-611,-19899,-354,3.72],[-291,-14457,-418,2.7],[-369,-11500,-417,2.15],[-610,-26145,-366,4.88],[-2,-15351,-501,2.87],[-720,-19080,-391,3.57],[-5,-11123,-453,2.08],[541,-13119,-545,2.45],[354,-20299,-496,3.79],[740,-12359,-564,2.31],[265,-12904,-497,2.41],[-639,-22301,-390,4.17],[-748,-13958,-377,2.61],[16,-14414,-508,2.69],[298,-17655,-499,3.3],[-743,-16400,-343,3.06],[-476,-13116,-398,2.45],[480,-21079,587,3.93],[-58,-15580,451,2.9],[-642,-15815,391,2.95],[337,-20175,491,3.76],[349,-19876,518,3.7],[477,-16488,588,3.07],[79,-22417,508,4.17],[-502,-21043,373,3.92],[318,-20155,545,3.75],[380,-18871,512,3.52],[444,-18877,555,3.52],[-212,-23771,465,4.43],[728,-13171,574,2.45],[46,-17960,477,3.35],[289,-22070,530,4.11],[-619,-19769,382,3.68],[465,-18416,428,3.43],[459,-25708,446,4.79],[-343,-21471,384,4],[585,-23518,501,4.38],[-795,-26377,294,4.91],[-193,-13947,379,2.6],[475,-22722,502,4.23],[786,-18278,509,3.4],[-297,-19420,344,3.62],[357,-17828,414,3.32],[162,-16466,420,3.07],[700,-26186,500,4.88],[226,-24757,464,4.61],[162,-21811,453,4.06],[123,-26266,444,4.89],[651,-11274,471,2.1],[-103,-26771,166,4.99],[-348,-15749,159,2.93],[-367,-16285,168,3.03],[-581,-17107,123,3.19],[613,-15848,258,2.95],[80,-15313,190,2.85],[-643,-18651,122,3.47],[174,-14529,166,2.71],[-263,-13950,138,2.6],[-590,-15957,141,2.97],[-250,-15544,156,2.9],[612,-20193,193,3.76],[-692,-19249,119,3.59],[612,-26698,263,4.98],[-147,-24952,167,4.65],[162,-22641,208,4.22],[696,-24337,157,4.54],[-781,-21450,99,4],[680,-24102,89,4.49],[377,-21869,161,4.08],[-349,-19332,85,3.6],[107,-15618,128,2.91],[739,-16841,119,3.14],[14,-15303,139,2.85],[-201,-18519,128,3.45],[-285,-23554,132,4.39],[-298,-13698,130,2.55],[-627,-25349,88,4.72],[423,-12353,136,2.3],[788,-20381,121,3.8],[-178,-19102,71,3.56],[-713,-17650,84,3.29],[-316,-11225,40,2.09],[103,-17255,52,3.21],[410,-18834,18,3.51],[-642,-13829,6,2.58],[-226,-14672,38,2.73],[-361,-21987,18,4.1],[647,-20149,53,3.75],[385,-17755,6,3.31],[75,-13692,43,2.55],[-521,-15265,27,2.84],[-594,-12393,9,2.31],[-776,-16869,41,3.14],[261,-14508,26,2.7],[555,-20360,28,3.79],[791,-14403,91,2.68],[-654,-19754,8,3.68],[406,-13642,-327,2.54],[-191,-14436,-253,2.69],[-373,-18417,-205,3.43],[535,-18847,-287,3.51],[452,-10778,-261,2.01],[-5,-15743,-241,2.93],[-322,-18519,-260,3.45],[775,-14693,-363,2.74],[-368,-26126,-230,4.86],[-10,-25020,-259,4.66],[-583,-24571,-201,4.58],[-505,-26431,-230,4.92],[-787,-15728,-193,2.93],[-304,-14808,-235,2.76],[-771,-11007,-217,2.05],[-546,-13472,-224,2.51],[-82,-20633,-332,3.84],[-438,-21692,-302,4.04],[195,-18884,-336,3.52],[-244,-26775,-300,4.99],[601,-20841,-359,3.88],[-200,-14564,-286,2.71],[624,-25954,-429,4.84],[-8,-22793,-349,4.24],[-387,-17321,-269,3.23],[-436,-20047,-298,3.73],[-243,-26286,-308,4.89],[-746,-10848,-232,2.02],[678,-21439,-363,3.99],[-479,-15740,-287,2.93],[354,-24459,-397,4.55],[-116,-22199,-324,4.13],[596,-13347,164,2.48],[317,-15792,124,2.93],[100,-18938,136,3.52],[-193,-15563,94,2.89],[-498,-25165,108,4.68],[194,-19421,149,3.61],[97,-24676,85,4.59],[416,-18902,152,3.51],[-264,-19518,81,3.62],[-439,-14657,111,2.72],[-411,-15332,90,2.85],[734,-21751,175,4.04],[230,-14423,107,2.68],[-426,-22676,71,4.21],[-781,-11098,70,2.06],[608,-10967,95,2.04],[-400,-23108,35,4.29],[17,-16204,68,3.01],[-476,-12605,14,2.34],[588,-16082,29,2.99],[222,-26734,38,4.97],[-628,-26891,9,5],[-168,-21424,62,3.98],[614,-13856,75,2.57],[578,-24886,3,4.62],[756,-25719,60,4.78],[53,-10914,57,2.03],[-232,-15814,16,2.94],[654,-20788,70,3.86],[-467,-21405,5,3.98],[646,-18076,11,3.36],[145,-20428,16,3.79],[347,-12,760,3.21],[-60,-52,-678,4.95],[-532,-20,-661,2.86],[-726,-141,763,4.58],[-42,-52,657,2.35],[-110,-94,-796,3.41],[-719,-85,-796,4.29],[-399,-158,676,4.53],[-229,-152,-681,4.72],[-669,-157,636,3.04],[-231,-240,-668,3.81],[-518,-372,-636,4.9],[-190,-313,-718,3.59],[-517,-358,667,3.4],[-46,-282,-704,2.74],[24,-494,719,4.08],[-32,-359,-781,2.65],[-263,-527,-751,3.96],[47,-748,784,4.84],[-344,-498,-634,3.26],[-504,-497,764,2.65],[169,-787,708,4.37],[-517,-375,-711,2.06],[-244,-949,756,4.63],[377,-697,-762,3.36],[62,-836,-766,4.05],[-555,-698,-680,3.49],[-761,-634,-740,3.25],[-616,-763,590,3.26],[252,-1055,727,4.64],[-352,-1006,698,4.11],[316,-665,-788,2.65],[199,-867,-792,3.48],[-382,-1170,-746,4.85],[-535,-1242,622,4.83],[-676,-794,540,2.96],[-553,-1165,-565,4.34],[-58,-1073,693,3.94],[-792,-1065,-560,3.73],[-365,-1374,695,4.75],[320,-1431,769,4.73],[-704,-922,-602,3.07],[-760,-1263,-623,4.37],[-93,-649,685,2.07],[-716,-1288,-727,4.15],[189,-1583,-735,4.8],[-445,-830,676,2.36],[-505,-1318,-766,3.86],[-785,-824,-727,2.36],[-402,-1391,597,3.9],[-556,-1197,565,3.16],[-408,-1382,-649,3.6],[-645,-1269,-703,3.36],[-159,-903,691,2.26],[144,-1494,-781,3.75],[-606,-1524,-695,3.95],[-626,-1497,724,3.54],[260,-1929,725,4.62],[-515,-1329,-564,3.13],[-478,-1377,722,3.17],[178,-2114,-710,4.83],[-293,-1666,-798,3.79],[586,-1284,792,2.77],[-287,-1330,722,2.8],[339,-1600,-799,3.41],[-782,-2201,602,4.46],[-368,-1008,621,2.06],[-495,-2495,689,4.95],[-503,-2303,562,4.62],[290,-1248,-773,2.49],[-764,-1959,-736,3.85],[-593,-1450,614,2.81],[-374,-2608,-682,4.94],[-601,-1544,668,2.9],[-354,-2044,668,3.78],[434,-1855,794,3.39],[-609,-1623,-564,2.85],[-796,-1204,-643,2.02],[-757,-2037,688,3.34],[-523,-2593,651,4.25],[-209,-2434,656,3.94],[231,-2821,-750,4.54],[-564,-1436,583,2.27],[-514,-1647,-666,2.63],[-627,-2657,-721,4.18],[-782,-2496,671,3.87],[-58,-2226,760,3.46],[-174,-1721,-765,2.66],[-786,-1567,-795,2.4],[-470,-2744,771,4.11],[35,-2677,701,3.94],[-433,-2191,-628,3.23],[-385,-3179,-713,4.71],[-501,-1825,728,2.62],[164,-3076,-792,4.38],[-380,-1705,795,2.39],[-450,-2197,600,3.11],[-365,-2149,-599,3.02],[-718,-2451,691,3.35],[-204,-2637,675,3.62],[-80,-2260,671,3.01],[-15,-2776,-757,3.75],[-690,-2637,530,3.42],[232,-2252,-736,2.85],[-305,-3153,-678,3.83],[-664,-2923,583,3.45],[-11,-3265,-693,3.92],[-519,-1845,-642,2.19],[-732,-3524,-664,4.16],[-759,-3735,-713,4.43],[-431,-3463,-776,4.03],[-793,-3932,638,4.53],[-694,-2719,562,3.09],[28,-4108,-708,4.67],[157,-2852,776,3.22],[-442,-3528,603,3.99],[-252,-3706,-782,4.16],[-771,-3371,571,3.71],[-757,-2070,540,2.28],[-377,-4460,-606,4.92],[-673,-4167,-581,4.58],[-468,-2561,-698,2.83],[349,-3845,787,4.17],[-556,-2640,-734,2.89],[-522,-3094,655,3.32],[-653,-1950,544,2.07],[-774,-2370,-518,2.53],[-573,-4104,-728,4.4],[-284,-3277,703,3.44],[-389,-2418,-608,2.55],[-496,-4807,788,4.97],[-616,-4858,737,4.93],[208,-3839,-774,3.89],[375,-4598,751,4.57],[-629,-4551,540,4.38],[-778,-3089,-578,3.01],[-411,-3919,578,3.75],[-313,-2770,-597,2.63],[-479,-4702,616,4.43],[391,-3723,-769,3.48],[165,-4050,-776,3.79],[-517,-4965,-798,4.64],[-786,-3092,771,2.86],[-308,-3532,718,3.28],[322,-4812,742,4.48],[-706,-2883,-797,2.68],[-763,-3921,630,3.6],[-238,-4586,649,4.16],[189,-5241,-787,4.77],[-255,-4826,-627,4.36],[415,-3906,-782,3.45],[-388,-5567,-770,4.92],[22,-5619,768,4.9],[-720,-3969,556,3.47],[159,-3613,-793,3.17],[-797,-2779,517,2.4],[607,-2725,-795,2.34],[-344,-5677,789,4.82],[-416,-3846,728,3.29],[-282,-4991,660,4.22],[129,-3069,-730,2.61],[-628,-4825,-661,4.07],[-768,-5793,571,4.79],[195,-5600,723,4.62],[217,-5669,-714,4.72],[-480,-3054,573,2.51],[-568,-5392,-572,4.41],[-705,-4951,703,3.97],[-696,-4933,-531,3.96],[-171,-4649,642,3.72],[-712,-5851,730,4.62],[-26,-3935,-669,3.09],[-376,-5184,-691,4.09],[-594,-5185,-757,4.03],[-791,-2989,-748,2.32],[-449,-5218,759,3.98],[-478,-6264,644,4.81],[-162,-5071,-687,3.89],[28,-4591,-791,3.51],[-486,-4021,-757,3.07],[-732,-2832,-507,2.12],[-684,-4485,-685,3.36],[-501,-3817,698,2.81],[-242,-3337,680,2.46],[-589,-3788,708,2.78],[-659,-6166,763,4.44],[-152,-5322,778,3.85],[-420,-5993,-753,4.32],[-557,-4077,-793,2.96],[509,-3468,783,2.49],[-255,-4641,-683,3.3],[-701,-4322,618,3.04],[330,-6717,749,4.74],[-228,-4021,-699,2.84],[-779,-5140,-567,3.58],[-454,-4157,754,2.87],[-189,-3045,649,2.1],[-792,-4019,-540,2.79],[-718,-7088,697,4.84],[-406,-7023,612,4.8],[-259,-4928,-652,3.35],[-241,-4923,-737,3.35],[-774,-4062,652,2.75],[-431,-7199,701,4.82],[-730,-6491,562,4.34],[-515,-6615,626,4.38],[-612,-3565,-566,2.36],[-277,-4873,708,3.2],[148,-4951,-743,3.25],[-162,-6999,678,4.51],[151,-6459,-698,4.18],[-577,-3770,667,2.42],[180,-5828,767,3.72],[-205,-3608,-692,2.32],[-462,-6989,687,4.44],[-319,-5310,612,3.37],[-777,-6519,-569,4.12],[-778,-5658,726,3.57],[-583,-3183,660,2],[-126,-4628,673,2.9],[-371,-5530,-668,3.47],[307,-5338,-735,3.33],[-772,-6853,-648,4.21],[-656,-5375,-704,3.32],[-233,-7689,719,4.71],[-693,-6276,519,3.81],[-345,-4446,792,2.69],[-142,-5079,782,3.06],[280,-3537,798,2.13],[-276,-6083,-796,3.67],[-42,-5395,741,3.24],[-200,-3952,-667,2.36],[-421,-6743,-647,4.04],[-753,-7722,-615,4.64],[-427,-7505,-752,4.41],[-659,-4514,-728,2.64],[210,-5768,-769,3.35],[-436,-3691,-673,2.15],[186,-7635,758,4.38],[-516,-6002,-594,3.38],[-169,-7972,-769,4.49],[-790,-7913,-731,4.49],[-584,-4908,-756,2.74],[-421,-8014,705,4.45],[61,-5414,759,3],[-409,-5880,-691,3.28],[-346,-3934,786,2.16],[-716,-7563,-679,4.16],[-486,-7812,664,4.26],[-6,-3707,702,2.03],[-794,-8143,754,4.39],[246,-6709,-739,3.59],[-233,-7948,-689,4.27],[-753,-4480,-546,2.38],[3,-6576,-758,3.5],[-469,-4791,-573,2.52],[-63,-3879,-660,2.03],[-395,-5083,-713,2.64],[-250,-8081,669,4.14],[-109,-5674,-777,2.91],[-371,-6261,764,3.17],[87,-5472,-683,2.78],[-685,-9566,-714,4.82],[-728,-9329,-754,4.7],[233,-6700,-710,3.33],[-515,-6181,-675,3.07],[-774,-9780,-711,4.83],[-685,-6887,533,3.38],[-601,-5372,-537,2.64],[-514,-4241,-619,2.08],[226,-8475,762,4.11],[19,-4264,677,2.06],[-248,-8919,-631,4.29],[-783,-5634,-569,2.72],[-492,-4379,-748,2.11],[-234,-7961,656,3.82],[-125,-4817,-698,2.29],[-378,-4385,588,2.06],[-557,-8328,-705,3.89],[-757,-5940,648,2.76],[-360,-4422,652,2.06],[146,-5107,737,2.37],[-527,-6586,-565,3.07],[-292,-9699,747,4.47],[-534,-7497,638,3.45],[-477,-9187,-729,4.25],[-109,-7146,-691,3.27],[-649,-4397,-680,2.02],[-457,-6552,-757,3],[-639,-7323,-784,3.36],[-314,-5635,600,2.55],[-705,-7578,525,3.39],[-555,-9447,-585,4.2],[-760,-8144,793,3.59],[41,-8557,-765,3.77],[-293,-8702,-783,3.85],[-678,-8363,567,3.66],[-9,-10913,-712,4.75],[-314,-4597,-743,2],[-424,-8267,777,3.58],[-460,-8481,585,3.67],[-33,-5559,-764,2.4],[-764,-9147,619,3.93],[260,-6268,797,2.69],[-745,-5984,-582,2.57],[-723,-11085,-727,4.72],[-577,-8145,633,3.44],[-233,-9398,644,3.98],[-201,-9268,-698,3.93],[-605,-7642,554,3.21],[-576,-9239,-666,3.88],[156,-7398,711,3.1],[-789,-7109,-519,2.97],[-406,-6488,-750,2.71],[-125,-10627,734,4.41],[-623,-10255,-556,4.26],[-322,-11001,-733,4.58],[-284,-10164,-757,4.2],[-727,-6972,537,2.85],[-198,-10505,715,4.28],[115,-11623,-700,4.74],[384,-10324,776,4.18],[-271,-9744,-621,3.95],[-721,-7244,-737,2.93],[-40,-11450,717,4.61],[599,-7729,-797,3.11],[-6,-10098,764,4.02],[-56,-7030,-717,2.81],[-722,-5749,761,2.28],[-738,-9426,704,3.73],[-253,-5162,678,2.04],[-695,-11447,533,4.51],[-143,-11032,-660,4.34],[129,-10601,-799,4.18],[-515,-7649,-696,3.01],[-781,-10214,-676,4.03],[-642,-6195,792,2.43],[-570,-11736,-550,4.59],[-644,-11970,-630,4.7],[584,-8792,787,3.42],[-5,-10268,-681,3.99],[-606,-12178,-676,4.74],[92,-9696,703,3.71],[-575,-5516,-620,2.11],[-529,-10828,672,4.11],[-576,-9038,-700,3.42],[31,-12739,771,4.78],[38,-9257,-757,3.48],[-670,-10290,-745,3.87],[-557,-10112,728,3.78],[-291,-7793,661,2.9],[-129,-6876,-736,2.57],[-601,-11851,-670,4.42],[274,-11509,752,4.26],[89,-7976,-774,2.95],[-527,-11021,758,4.06],[67,-5493,779,2.03],[-607,-11091,745,4.07],[-310,-7249,781,2.65],[120,-8443,-794,3.1],[-635,-6744,686,2.46],[1,-8204,772,2.99],[-93,-11305,686,4.12],[236,-8126,-718,2.96],[-735,-12248,-571,4.47],[-546,-8825,788,3.2],[-351,-6426,744,2.31],[31,-6887,-766,2.48],[-753,-9064,643,3.24],[-228,-11215,-738,4.02],[-551,-9405,664,3.34],[-37,-10431,668,3.72],[-377,-11414,-635,4.06],[-600,-5912,635,2.08],[551,-8530,-778,3],[-482,-7622,-639,2.69],[-539,-11915,-750,4.19],[-753,-6956,-725,2.45],[-541,-11776,611,4.12],[104,-10695,-745,3.74],[-202,-7807,-792,2.72],[-680,-6569,696,2.28],[-439,-10360,713,3.58],[-691,-9842,618,3.4],[-338,-9843,-644,3.39],[366,-8855,-742,3.04],[-682,-11265,581,3.84],[158,-6918,730,2.36],[-680,-8737,-759,2.98],[-708,-7762,-530,2.63],[-203,-14704,-786,4.98],[-278,-8395,696,2.83],[-546,-6660,-557,2.24],[-625,-6189,-753,2.08],[-45,-11983,743,4.02],[-295,-7298,747,2.43],[233,-7035,787,2.34],[-299,-12527,-678,4.18],[-351,-8220,634,2.73],[-403,-6224,-667,2.06],[-397,-10910,-712,3.61],[-569,-12058,688,3.97],[-446,-14080,597,4.64],[-646,-8967,-532,2.96],[-698,-14053,666,4.62],[-785,-9219,534,3.02],[-235,-6380,-658,2.08],[-790,-12891,-739,4.19],[-543,-14225,570,4.59],[364,-10746,-738,3.47],[98,-12211,741,3.92],[-308,-13320,-669,4.28],[-681,-6251,601,2],[-584,-10002,-785,3.19],[-607,-8648,798,2.75],[-102,-10842,796,3.44],[8,-11278,-749,3.58],[-598,-13558,594,4.28],[-585,-10176,-547,3.22],[-683,-10073,532,3.17],[-380,-12950,614,4.05],[-743,-6927,738,2.16],[-434,-7153,678,2.23],[-622,-7331,-681,2.28],[233,-7629,717,2.37],[-774,-15616,-645,4.85],[277,-7972,-727,2.46],[232,-10328,787,3.17],[-700,-15440,-564,4.75],[-424,-10303,-665,3.16],[-208,-10066,788,3.08],[269,-13797,767,4.21],[-165,-15606,745,4.75],[-271,-13981,619,4.25],[156,-14381,-715,4.38],[-206,-7944,-703,2.42],[-536,-6797,-731,2.07],[-512,-13547,-592,4.1],[-95,-10552,-744,3.2],[-591,-14103,-682,4.27],[-279,-7872,794,2.37],[-204,-8529,-660,2.57],[-642,-14073,715,4.2],[-359,-13803,667,4.11],[187,-13877,-724,4.13],[283,-7359,-789,2.19],[-101,-15992,-661,4.73],[-346,-16083,-602,4.74],[-290,-7272,-685,2.14],[-244,-12687,638,3.72],[-545,-14860,-562,4.34],[-728,-6895,751,2.01],[-445,-8566,713,2.5],[-625,-8976,-688,2.61],[-668,-14827,711,4.31],[278,-12016,-772,3.48],[155,-14796,-792,4.29],[-537,-14632,751,4.22],[-288,-15541,760,4.48],[-288,-11618,-689,3.36],[-364,-14392,-797,4.14],[-489,-16072,769,4.6],[154,-11053,772,3.16],[-442,-16656,-659,4.77],[-598,-12629,-748,3.61],[-758,-7117,578,2.03],[-179,-9224,688,2.62],[-750,-13750,769,3.88],[333,-7555,789,2.13],[-647,-7978,-646,2.25],[-526,-7604,562,2.13],[-785,-10910,-548,3.05],[-399,-9245,-697,2.58],[82,-17500,787,4.88],[-188,-16346,666,4.54],[301,-8051,-788,2.22],[-737,-14128,-757,3.9],[-771,-14921,-783,4.12],[354,-12802,736,3.5],[560,-11428,-794,3.12],[-228,-16529,-759,4.53],[-670,-16372,-708,4.48],[189,-10851,791,2.96],[-388,-17451,628,4.75],[-37,-12384,-788,3.37],[-664,-16848,-703,4.59],[-739,-12813,541,3.48],[-296,-14354,-740,3.9],[-148,-8332,725,2.25],[500,-11627,-785,3.14],[-714,-8825,-575,2.38],[-748,-10639,-787,2.87],[-395,-8278,604,2.23],[-244,-10219,-775,2.73],[-672,-13411,615,3.58],[-402,-9488,603,2.53],[-459,-18597,-617,4.95],[-37,-14158,-747,3.78],[-531,-9633,-707,2.57],[-454,-15744,744,4.18],[-55,-16492,-676,4.34],[-425,-10365,-721,2.73],[-329,-9588,636,2.51],[-794,-12017,665,3.14],[234,-15531,-730,4.06],[-602,-17156,543,4.45],[7,-16264,-757,4.22],[-380,-12726,620,3.29],[-794,-14455,755,3.73],[32,-13676,-715,3.53],[-686,-11949,554,3.07],[343,-11255,-756,2.89],[-629,-9199,-702,2.35],[-746,-13746,788,3.5],[-251,-19145,673,4.88],[-55,-16379,776,4.16],[-90,-13598,648,3.45],[-208,-16934,-787,4.3],[-781,-19647,640,4.97],[-44,-12178,772,3.08],[303,-15110,746,3.81],[-67,-9649,-699,2.44],[-33,-11764,-727,2.97],[217,-8994,790,2.26],[277,-19133,774,4.81],[-651,-14264,629,3.57],[199,-19584,754,4.91],[-447,-19758,-609,4.94],[-649,-19608,737,4.89],[-682,-10630,-546,2.65],[-368,-17130,674,4.25],[251,-14905,790,3.71],[-232,-10643,-719,2.64],[69,-14815,698,3.67],[-571,-10366,680,2.56],[-485,-13658,618,3.37],[-492,-17471,-576,4.3],[-373,-10066,728,2.47],[-739,-12743,582,3.13],[-705,-12278,-600,3.01],[-346,-16522,619,4.04],[-406,-18720,738,4.57],[-131,-14476,-636,3.53],[-457,-16569,-718,4.03],[-488,-9848,-752,2.4],[-726,-11172,758,2.71],[-793,-14697,634,3.57],[-133,-8910,679,2.16],[-440,-13210,-715,3.21],[-779,-11973,-782,2.91],[-658,-13578,766,3.28],[-741,-8516,614,2.06],[-670,-10577,533,2.56],[-614,-15196,-557,3.68],[-468,-19069,-656,4.61],[-195,-13871,-782,3.35],[-541,-16214,683,3.91],[-643,-13089,550,3.15],[-689,-18538,-552,4.47],[-688,-13463,-625,3.24],[-499,-9260,725,2.22],[-476,-11795,598,2.83],[45,-20100,-755,4.82],[-682,-12086,709,2.89],[-149,-16749,-750,4],[-292,-17950,-734,4.29],[-37,-13232,-710,3.15],[-486,-16671,-765,3.97],[-765,-19885,-797,4.73],[-218,-20894,796,4.95],[-594,-11435,791,2.7],[-155,-13037,767,3.08],[-675,-18927,531,4.47],[-309,-8713,-777,2.05],[-138,-12603,665,2.96],[-439,-10154,-583,2.38],[-442,-16946,-760,3.97],[-740,-11537,-508,2.7],[-686,-20054,752,4.67],[-721,-17890,647,4.17],[-291,-19180,-786,4.47],[-781,-20718,724,4.81],[367,-18861,786,4.35],[236,-16536,-724,3.82],[-219,-13439,775,3.09],[-770,-18035,-529,4.15],[-613,-12558,-600,2.89],[-784,-19415,654,4.45],[152,-11047,-749,2.53],[-436,-9565,-636,2.19],[-679,-17085,-740,3.92],[-202,-13196,742,3.02],[-314,-20199,653,4.61],[-594,-19755,-677,4.51],[284,-16470,790,3.75],[36,-17888,731,4.06],[-551,-13150,675,2.97],[13,-20310,750,4.58],[150,-18999,-727,4.26],[-194,-13571,-756,3.04],[-370,-10058,-783,2.25],[-4,-9558,678,2.13],[-596,-17259,-594,3.85],[-562,-10658,695,2.37],[-74,-11650,761,2.59],[-779,-12043,503,2.67],[-435,-18917,-738,4.2],[-294,-11064,625,2.45],[9,-13709,-674,3.03],[-600,-21043,585,4.64],[-215,-12279,-636,2.71],[-374,-10886,684,2.39],[-73,-14354,666,3.15],[480,-20565,-790,4.51],[-332,-14133,-706,3.11],[-558,-16819,-586,3.68],[-226,-18706,624,4.08],[-551,-14242,587,3.08],[-750,-11381,750,2.46],[-715,-21389,513,4.61],[-378,-9274,-582,2],[-203,-12144,734,2.61],[-743,-18593,534,4],[482,-19360,-797,4.16],[39,-20270,786,4.35],[524,-23088,776,4.95],[33,-15601,-754,3.35],[-689,-13720,-791,2.94],[21,-17400,793,3.71],[5,-17923,-716,3.82],[-161,-10985,-789,2.34],[-419,-17615,-775,3.75],[-732,-19499,597,4.14],[-116,-20399,644,4.33],[-392,-12938,633,2.74],[400,-23582,-793,4.99],[-752,-19731,-589,4.17],[-686,-18083,759,3.81],[-206,-13684,780,2.88],[-589,-15103,-711,3.17],[-779,-23220,-774,4.88],[424,-15084,782,3.16],[-747,-22926,783,4.79],[-348,-9571,641,2],[-83,-15743,-679,3.29],[-671,-16425,-652,3.43],[-353,-20192,767,4.18],[414,-13714,-779,2.84],[-184,-20435,-763,4.23],[-774,-15580,758,3.21],[-770,-21548,653,4.44],[-284,-16232,683,3.34],[-194,-16427,-670,3.37],[-482,-16734,-654,3.44],[-517,-14487,-790,2.97],[-232,-19549,-631,4],[-727,-9774,-708,2],[-721,-14488,664,2.95],[-47,-10291,762,2.1],[-402,-15865,-685,3.23],[-401,-11377,-799,2.32],[-116,-12086,768,2.46],[464,-10084,-779,2.05],[-434,-12495,-600,2.53],[-764,-16908,-570,3.43],[-135,-19844,732,3.99],[-266,-14533,630,2.93],[-529,-18022,-550,3.63],[-127,-15250,672,3.05],[465,-11486,-789,2.3],[200,-17465,-763,3.48],[-400,-11888,-727,2.37],[-541,-11818,605,2.35],[451,-22058,-796,4.38],[-357,-21975,664,4.36],[-688,-19359,566,3.84],[179,-24401,-765,4.83],[-636,-19634,-664,3.89],[7,-20392,732,4.03],[-186,-18103,-744,3.58],[-754,-13468,-717,2.66],[-479,-15308,622,3.01],[-297,-24012,659,4.73],[-162,-12095,672,2.37],[-521,-12014,-560,2.36],[-523,-12830,-778,2.52],[-619,-14963,772,2.93],[-488,-13606,778,2.66],[1,-23608,774,4.62],[-361,-13068,-779,2.56],[-480,-17493,694,3.41],[-315,-23312,687,4.54],[-465,-23118,619,4.51],[-202,-22310,-669,4.35],[-359,-16118,795,3.13],[-541,-16579,610,3.22],[205,-10552,751,2.05],[118,-13363,-717,2.6],[-574,-10875,782,2.11],[-349,-23164,-628,4.49],[-599,-13292,-785,2.58],[-651,-13644,706,2.64],[-709,-24462,-520,4.73],[-453,-16867,638,3.25],[-22,-19736,715,3.8],[-635,-19077,-732,3.67],[-668,-22373,-614,4.3],[-758,-23733,-707,4.55],[-217,-20094,763,3.85],[-410,-18792,-667,3.6],[-223,-14972,-664,2.85],[412,-25965,792,4.92],[-679,-18112,568,3.42],[-590,-11937,-606,2.25],[-663,-20597,-760,3.88],[134,-24675,776,4.64],[-174,-23602,647,4.44],[-664,-22327,-594,4.2],[-783,-16578,-770,3.12],[-149,-14238,652,2.67],[-175,-14894,-727,2.79],[-746,-15747,-618,2.95],[-366,-19176,-717,3.58],[-689,-12928,722,2.41],[-653,-18730,-745,3.49],[-370,-18461,754,3.43],[-723,-12016,591,2.23],[-333,-12660,-660,2.35],[-39,-14832,-772,2.75],[-487,-26262,-773,4.87],[-655,-25869,643,4.77],[-193,-21138,648,3.9],[-8,-11900,-668,2.2],[-305,-26560,-785,4.9],[-204,-20000,-621,3.68],[-774,-23412,613,4.3],[-537,-14104,598,2.59],[-582,-13779,-687,2.53],[-352,-27019,685,4.95],[-702,-27130,-577,4.96],[-545,-21141,761,3.86],[-725,-12206,611,2.23],[-175,-26170,658,4.77],[-84,-22449,-751,4.1],[-462,-14101,-730,2.57],[-195,-19043,-653,3.46],[-543,-25114,714,4.56],[-491,-26475,637,4.81],[451,-17325,-785,3.13],[-149,-11045,-791,2],[-642,-19324,-649,3.49],[-615,-17643,732,3.17],[-312,-15066,775,2.71],[-364,-15273,682,2.75],[-741,-21065,-580,3.79],[-289,-19573,650,3.51],[-414,-21658,787,3.87],[-411,-23110,738,4.13],[-175,-21328,-744,3.81],[-712,-18955,782,3.38],[288,-26725,799,4.75],[187,-21608,778,3.83],[-85,-13099,688,2.32],[-622,-27861,-576,4.94],[-758,-14364,-567,2.54],[-660,-24853,-715,4.4],[-246,-24269,-663,4.28],[-701,-13272,-762,2.34],[-212,-15752,-619,2.77],[-506,-13494,-667,2.37],[-568,-27862,558,4.88],[-631,-15953,-566,2.8],[-643,-22385,-660,3.92],[-482,-28452,709,4.98],[-485,-22574,606,3.95],[-436,-22871,-581,4],[-405,-27649,768,4.82],[-687,-23697,564,4.13],[-369,-27328,-758,4.76],[-591,-21432,720,3.73],[-213,-19130,-680,3.33],[-259,-28049,-716,4.88],[-304,-25593,728,4.44],[-653,-16880,-580,2.92],[-239,-17332,-765,3],[-265,-21568,715,3.72],[245,-15545,775,2.68],[-755,-18553,673,3.19],[124,-16054,772,2.76],[-90,-16626,-673,2.86],[-348,-18766,680,3.22],[-45,-26209,-742,4.5],[-358,-12341,-767,2.11],[-674,-22250,667,3.79],[-662,-24539,-608,4.19],[-788,-12602,-612,2.15],[-105,-15229,756,2.59],[41,-24608,-694,4.19],[-398,-22526,-644,3.83],[-700,-16106,617,2.73],[-317,-16670,646,2.83],[119,-27709,754,4.67],[-776,-28439,-520,4.8],[-569,-15657,-760,2.64],[-515,-16271,700,2.74],[-56,-21105,-652,3.55],[-419,-28836,726,4.84],[-268,-29059,737,4.87],[-787,-13898,-590,2.33],[-751,-14373,-643,2.41],[-705,-13252,630,2.22],[-615,-19940,641,3.34],[-365,-22613,-767,3.78],[-539,-24411,764,4.07],[-586,-25301,692,4.22],[-5,-13356,684,2.23],[-585,-22237,-542,3.7],[-656,-13165,-709,2.19],[-359,-27412,715,4.55],[-662,-15904,-577,2.64],[-185,-18058,-770,3],[-634,-25473,774,4.22],[-570,-19579,731,3.24],[497,-27704,776,4.59],[-167,-26353,-630,4.36],[-782,-29328,-771,4.86],[276,-25502,759,4.21],[-713,-18739,714,3.09],[-530,-23915,-605,3.94],[-787,-27371,726,4.5],[-659,-23178,723,3.81],[-120,-12179,-763,2],[-419,-12667,-746,2.08],[-260,-21326,787,3.49],[217,-22533,799,3.69],[-286,-19938,-653,3.26],[-730,-23443,520,3.81],[-307,-18519,-619,3.01],[-235,-28001,-689,4.55],[-714,-23335,-623,3.79],[-430,-18630,714,3.02],[203,-30425,778,4.93],[-174,-24105,-794,3.91],[-736,-30871,797,4.99],[-709,-25657,-538,4.15],[46,-28934,-778,4.68],[-274,-26131,680,4.21],[-137,-20409,-659,3.29],[-101,-23178,-750,3.74],[-148,-18277,781,2.94],[-712,-29455,-622,4.74],[-582,-18573,561,2.98],[289,-26167,-733,4.2],[-689,-18834,-681,3.02],[-556,-22014,707,3.52],[-96,-24592,-679,3.94],[-710,-13798,-638,2.21],[-46,-28860,-702,4.6],[-737,-24687,-598,3.93],[-554,-24614,-666,3.92],[-349,-18935,770,3.01],[-376,-26898,-615,4.27],[113,-13588,-731,2.15],[-259,-28472,677,4.5],[11,-17605,-668,2.78],[-799,-26575,-792,4.19],[-354,-26559,714,4.18],[-67,-28499,716,4.48],[-799,-29285,-539,4.61],[-467,-20385,687,3.2],[-626,-20682,618,3.24]];
let snowman = snowCube.length;
for (let i = 0; i < snowFlakes.length; i++) {
snowCube[snowCube.length] = [snowFlakes[i][0],snowFlakes[i][1],snowFlakes[i][2]];
}
context.strokeStyle = "white";
function anim() {
context.clearRect(0,0,canvas.width,canvas.height);
// rotation
rot = [];
for (let i = 0; i < snowCube.length; i++) {
x = snowCube[i][0];
y = (snowCube[i][1]>b)&&(snowCube[i][1])<2*b?b:snowCube[i][1];
z = snowCube[i][2];
x1 = x*Math.cos(alpha) - z*Math.sin(alpha);
z1 = x*Math.sin(alpha) + z*Math.cos(alpha);
y1 = y*Math.cos(beta) - z1*Math.sin(beta);
z2 = y*Math.sin(beta) + z1*Math.cos(beta);
x3 = x1*a*1.2/(z2+3000)+a/2;
y3 = y1*a*1.2/(z2+3000)+a/2;
rot[i] = [x3,y3,z2];
}
// draw the cube
context.strokeStyle = "white";
for (let i = 0; i < lines.length; i++) {
context.beginPath();
context.moveTo(rot[lines[i][0]][0],rot[lines[i][0]][1]);
context.lineTo(rot[lines[i][1]][0],rot[lines[i][1]][1]);
context.stroke();
}
// draw the flakes
for (let i = snowman; i < snowCube.length; i++) {
if (snowCube[i][1] > -b && snowCube[i][1] < 2*b) {
context.beginPath();
context.moveTo(rot[i][0] - 1, rot[i][1] - 1);
context.lineTo(rot[i][0] + 1, rot[i][1] + 1);
context.stroke();
context.beginPath();
context.moveTo(rot[i][0] - 1, rot[i][1] + 1);
context.lineTo(rot[i][0] + 1, rot[i][1] - 1);
context.stroke();
}
// fallin down
if (snowCube[i][1] < b*2)
snowCube[i][1] += snowFlakes[i - snowman][3];
}
requestAnimationFrame(anim);
}
anim();
</script>
</body></html>