CINXE.COM

Archives

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="../img/favicon.ico"/> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta name="generator" content="Adobe GoLive" /> <meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1"> <title>Archives</title> <!--Stylesheets and fonts--> <link href="/arch/css/layout.css" rel="stylesheet" type="text/css" media="all" /> <link href="/css/layout_head_foot.css" rel="stylesheet" type="text/css" media="all" /> <link href="/css/biscuit_notification.css" rel="stylesheet" type="text/css" media="all" /> <!-- Scripts--> <script src="../js/jquery-3.1.1.min.js"></script> <script src="../js/resp_header.js"></script> <script src="../js/deliciousmunchies_warning.js"></script> <!-- Script for automatic renewal page in select <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> --> <!-- Script for Google Piecharts--> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load('current', {'packages':['corechart']}); google.charts.load('current', {'packages':['table']}); google.charts.setOnLoadCallback(drawFirstChart); google.charts.setOnLoadCallback(drawSecondChart); google.charts.setOnLoadCallback(drawThirdChart); google.charts.setOnLoadCallback(drawFourthChart); // google.charts.setOnLoadCallback(drawFifthChart); // google.charts.setOnLoadCallback(drawSixthChart); // Chart 1: Language function drawFirstChart() { var data1 = google.visualization.arrayToDataTable([ ['Language', 'Frequency', 'Finetune_material'], ['Subscribe for charts',1,'../registration.php'], ]); var charttype = " 1 "; if (charttype==1) { var chart1 = new google.visualization.PieChart(document.getElementById('googlechart')); google.visualization.events.addListener(chart1, 'select', myClickHandler); var options1 = { legend: 'none', pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: {'position': 'bottom', pagingTextStyle: {color: '#ff9c00'}, scrollArrows:{ activeColor: '#ff9c00', inactiveColor:'#dccdf5'}, }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#ff9c00', '#ffc364', '#ff5c00', '#9b5f00', '#ffdd64'] }; } if (charttype==2) { var chart1 = new google.visualization.Table(document.getElementById('googlechart')); google.visualization.events.addListener(chart1, 'select', myClickHandler); var language = " "; if (language!=" ") { var options1 = { width: '100%', height: '50px', }; } else { var options1 = { width: '100%', height: '110px', }; } } var view1 = new google.visualization.DataView(data1); view1.setColumns([0,1]); chart1.draw(view1, options1); function myClickHandler(){ var link1 = data1.getValue(chart1.getSelection()[0]['row'],2); // Change the current site location.href = link1; } } // Chart 2: Material function drawSecondChart() { var data2 = google.visualization.arrayToDataTable([ ['Material', 'Frequency', 'Link'], ['Subscribe for charts',1,'../registration.php'], ]); var charttype = " 1 "; if (charttype==1) { var chart2 = new google.visualization.PieChart(document.getElementById('googlechart2')); google.visualization.events.addListener(chart2, 'select', myClickHandler); var options2 = { legend: 'none', pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: {'position': 'bottom', pagingTextStyle: {color: '#ff9c00'}, scrollArrows:{ activeColor: '#ff9c00', inactiveColor:'#dccdf5'}, }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#ff9c00', '#ffc364', '#ff5c00', '#9b5f00', '#ffdd64'] }; } if (charttype==2) { var chart2 = new google.visualization.Table(document.getElementById('googlechart2')); google.visualization.events.addListener(chart2, 'select', myClickHandler); var options2 = { width: '100%', height: '110px' }; } var view2 = new google.visualization.DataView(data2); view2.setColumns([0,1]); chart2.draw(view2, options2); function myClickHandler(){ var link2 = data2.getValue(chart2.getSelection()[0]['row'],2); // Change the current site location.href = link2; } } // Chart 4: Type function drawFourthChart() { var data4 = google.visualization.arrayToDataTable([ ['Type', 'Frequency', 'Link'], ['Subscribe for charts',1,'../registration.php'], ]); var charttype = " 1 "; if (charttype==1) { var chart4 = new google.visualization.PieChart(document.getElementById('googlechart4')); google.visualization.events.addListener(chart4, 'select', myClickHandler); var options4 = { legend: 'none', pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: {'position': 'bottom', pagingTextStyle: {color: '#ff9c00'}, scrollArrows:{ activeColor: '#ff9c00', inactiveColor:'#dccdf5'}, }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#ff9c00', '#ffc364', '#ff5c00', '#9b5f00', '#ffdd64'] }; } if (charttype==2) { var chart4 = new google.visualization.Table(document.getElementById('googlechart4')); google.visualization.events.addListener(chart4, 'select', myClickHandler); var options4 = { title: 'Language / script frequency', legend: { position: 'none'}, backgroundColor: {fill:'transparent'}, width: '100%', height: '110px', }; } var view4 = new google.visualization.DataView(data4); view4.setColumns([0,1]); chart4.draw(view4, options4); function myClickHandler(){ var link4 = data4.getValue(chart4.getSelection()[0]['row'],2); // Change the current site location.href = link4; } } // Chart 3: weighed dates function drawThirdChart() { var data3 = google.visualization.arrayToDataTable([ ['Name Standard', 'Frequency'], [325,0.019607843137255],[326,0.019607843137255],[327,0.019607843137255],[328,0.019607843137255],[329,0.019607843137255],[330,0.019607843137255],[331,0.019607843137255],[332,0.019607843137255],[333,0.019607843137255],[334,0.019607843137255],[335,0.019607843137255],[336,0.019607843137255],[337,0.019607843137255],[338,0.019607843137255],[339,0.019607843137255],[340,0.019607843137255],[341,0.019607843137255],[342,0.019607843137255],[343,0.019607843137255],[344,0.019607843137255],[345,0.019607843137255],[346,0.019607843137255],[347,0.019607843137255],[348,0.019607843137255],[349,0.019607843137255],[350,0.019607843137255],[351,0.019607843137255],[352,0.019607843137255],[353,0.019607843137255],[354,0.019607843137255],[355,0.019607843137255],[356,0.019607843137255],[357,0.019607843137255],[358,0.019607843137255],[359,0.019607843137255],[360,0.019607843137255],[361,0.019607843137255],[362,0.019607843137255],[363,0.019607843137255],[364,0.019607843137255],[365,0.019607843137255],[366,0.019607843137255],[367,0.019607843137255],[368,0.019607843137255],[369,0.019607843137255],[370,0.019607843137255],[371,0.019607843137255],[372,0.019607843137255],[373,0.019607843137255],[374,0.019607843137255],[375,0.019607843137255],[-185,0.076923076923077],[-184,0.076923076923077],[-183,0.076923076923077],[-182,0.076923076923077],[-181,0.076923076923077],[-180,0.076923076923077],[-179,0.076923076923077],[-178,0.076923076923077],[-177,0.076923076923077],[-176,0.076923076923077],[-175,0.076923076923077],[-174,0.076923076923077],[-173,0.076923076923077],[-98,0.014492753623188],[-97,0.014492753623188],[-96,0.014492753623188],[-95,0.014492753623188],[-94,0.014492753623188],[-93,0.014492753623188],[-92,0.014492753623188],[-91,0.014492753623188],[-90,0.014492753623188],[-89,0.014492753623188],[-88,0.014492753623188],[-87,0.014492753623188],[-86,0.014492753623188],[-85,0.014492753623188],[-84,0.014492753623188],[-83,0.014492753623188],[-82,0.014492753623188],[-81,0.014492753623188],[-80,0.014492753623188],[-79,0.014492753623188],[-78,0.014492753623188],[-77,0.014492753623188],[-76,0.014492753623188],[-75,0.014492753623188],[-74,0.014492753623188],[-73,0.014492753623188],[-72,0.014492753623188],[-71,0.014492753623188],[-70,0.014492753623188],[-69,0.014492753623188],[-68,0.014492753623188],[-67,0.014492753623188],[-66,0.014492753623188],[-65,0.014492753623188],[-64,0.014492753623188],[-63,0.014492753623188],[-62,0.014492753623188],[-61,0.014492753623188],[-60,0.014492753623188],[-59,0.014492753623188],[-58,0.014492753623188],[-57,0.014492753623188],[-56,0.014492753623188],[-55,0.014492753623188],[-54,0.014492753623188],[-53,0.014492753623188],[-52,0.014492753623188],[-51,0.014492753623188],[-50,0.014492753623188],[-49,0.014492753623188],[-48,0.014492753623188],[-47,0.014492753623188],[-46,0.014492753623188],[-45,0.014492753623188],[-44,0.014492753623188],[-43,0.014492753623188],[-42,0.014492753623188],[-41,0.014492753623188],[-40,0.014492753623188],[-39,0.014492753623188],[-38,0.014492753623188],[-37,0.014492753623188],[-36,0.014492753623188],[-35,0.014492753623188],[-34,0.014492753623188],[-33,0.014492753623188],[-32,0.014492753623188],[-31,0.014492753623188],[-30,0.014492753623188],[-250,0.5],[-249,0.5],[412,0.071428571428571],[413,0.071428571428571],[414,0.071428571428571],[415,0.071428571428571],[416,0.071428571428571],[417,0.071428571428571],[418,0.071428571428571],[419,0.071428571428571],[420,0.071428571428571],[421,0.071428571428571],[422,0.071428571428571],[423,0.071428571428571],[424,0.071428571428571],[425,0.071428571428571],[463,0.0625],[464,0.0625],[465,0.0625],[466,0.0625],[467,0.0625],[468,0.0625],[469,0.0625],[470,0.0625],[471,0.0625],[472,0.0625],[473,0.0625],[474,0.0625],[475,0.0625],[476,0.0625],[477,0.0625],[478,0.0625],[-250,0.019607843137255],[-249,0.019607843137255],[-248,0.019607843137255],[-247,0.019607843137255],[-246,0.019607843137255],[-245,0.019607843137255],[-244,0.019607843137255],[-243,0.019607843137255],[-242,0.019607843137255],[-241,0.019607843137255],[-240,0.019607843137255],[-239,0.019607843137255],[-238,0.019607843137255],[-237,0.019607843137255],[-236,0.019607843137255],[-235,0.019607843137255],[-234,0.019607843137255],[-233,0.019607843137255],[-232,0.019607843137255],[-231,0.019607843137255],[-230,0.019607843137255],[-229,0.019607843137255],[-228,0.019607843137255],[-227,0.019607843137255],[-226,0.019607843137255],[-225,0.019607843137255],[-224,0.019607843137255],[-223,0.019607843137255],[-222,0.019607843137255],[-221,0.019607843137255],[-220,0.019607843137255],[-219,0.019607843137255],[-218,0.019607843137255],[-217,0.019607843137255],[-216,0.019607843137255],[-215,0.019607843137255],[-214,0.019607843137255],[-213,0.019607843137255],[-212,0.019607843137255],[-211,0.019607843137255],[-210,0.019607843137255],[-209,0.019607843137255],[-208,0.019607843137255],[-207,0.019607843137255],[-206,0.019607843137255],[-205,0.019607843137255],[-204,0.019607843137255],[-203,0.019607843137255],[-202,0.019607843137255],[-201,0.019607843137255],[-200,0.019607843137255],[-198,0.043478260869565],[-197,0.043478260869565],[-196,0.043478260869565],[-195,0.043478260869565],[-194,0.043478260869565],[-193,0.043478260869565],[-192,0.043478260869565],[-191,0.043478260869565],[-190,0.043478260869565],[-189,0.043478260869565],[-188,0.043478260869565],[-187,0.043478260869565],[-186,0.043478260869565],[-185,0.043478260869565],[-184,0.043478260869565],[-183,0.043478260869565],[-182,0.043478260869565],[-181,0.043478260869565],[-180,0.043478260869565],[-179,0.043478260869565],[-178,0.043478260869565],[-177,0.043478260869565],[-176,0.043478260869565],[-171,0.017857142857143],[-170,0.017857142857143],[-169,0.017857142857143],[-168,0.017857142857143],[-167,0.017857142857143],[-166,0.017857142857143],[-165,0.017857142857143],[-164,0.017857142857143],[-163,0.017857142857143],[-162,0.017857142857143],[-161,0.017857142857143],[-160,0.017857142857143],[-159,0.017857142857143],[-158,0.017857142857143],[-157,0.017857142857143],[-156,0.017857142857143],[-155,0.017857142857143],[-154,0.017857142857143],[-153,0.017857142857143],[-152,0.017857142857143],[-151,0.017857142857143],[-150,0.017857142857143],[-149,0.017857142857143],[-148,0.017857142857143],[-147,0.017857142857143],[-146,0.017857142857143],[-145,0.017857142857143],[-144,0.017857142857143],[-143,0.017857142857143],[-142,0.017857142857143],[-141,0.017857142857143],[-140,0.017857142857143],[-139,0.017857142857143],[-138,0.017857142857143],[-137,0.017857142857143],[-136,0.017857142857143],[-135,0.017857142857143],[-134,0.017857142857143],[-133,0.017857142857143],[-132,0.017857142857143],[-131,0.017857142857143],[-130,0.017857142857143],[-129,0.017857142857143],[-128,0.017857142857143],[-127,0.017857142857143],[-126,0.017857142857143],[-125,0.017857142857143],[-124,0.017857142857143],[-123,0.017857142857143],[-122,0.017857142857143],[-121,0.017857142857143],[-120,0.017857142857143],[-119,0.017857142857143],[-118,0.017857142857143],[-117,0.017857142857143],[-116,0.017857142857143],[-158,0.024390243902439],[-157,0.024390243902439],[-156,0.024390243902439],[-155,0.024390243902439],[-154,0.024390243902439],[-153,0.024390243902439],[-152,0.024390243902439],[-151,0.024390243902439],[-150,0.024390243902439],[-149,0.024390243902439],[-148,0.024390243902439],[-147,0.024390243902439],[-146,0.024390243902439],[-145,0.024390243902439],[-144,0.024390243902439],[-143,0.024390243902439],[-142,0.024390243902439],[-141,0.024390243902439],[-140,0.024390243902439],[-139,0.024390243902439],[-138,0.024390243902439],[-137,0.024390243902439],[-136,0.024390243902439],[-135,0.024390243902439],[-134,0.024390243902439],[-133,0.024390243902439],[-132,0.024390243902439],[-131,0.024390243902439],[-130,0.024390243902439],[-129,0.024390243902439],[-128,0.024390243902439],[-127,0.024390243902439],[-126,0.024390243902439],[-125,0.024390243902439],[-124,0.024390243902439],[-123,0.024390243902439],[-122,0.024390243902439],[-121,0.024390243902439],[-120,0.024390243902439],[-119,0.024390243902439],[-118,0.024390243902439],[571,0.018181818181818],[572,0.018181818181818],[573,0.018181818181818],[574,0.018181818181818],[575,0.018181818181818],[576,0.018181818181818],[577,0.018181818181818],[578,0.018181818181818],[579,0.018181818181818],[580,0.018181818181818],[581,0.018181818181818],[582,0.018181818181818],[583,0.018181818181818],[584,0.018181818181818],[585,0.018181818181818],[586,0.018181818181818],[587,0.018181818181818],[588,0.018181818181818],[589,0.018181818181818],[590,0.018181818181818],[591,0.018181818181818],[592,0.018181818181818],[593,0.018181818181818],[594,0.018181818181818],[595,0.018181818181818],[596,0.018181818181818],[597,0.018181818181818],[598,0.018181818181818],[599,0.018181818181818],[600,0.018181818181818],[601,0.018181818181818],[602,0.018181818181818],[603,0.018181818181818],[604,0.018181818181818],[605,0.018181818181818],[606,0.018181818181818],[607,0.018181818181818],[608,0.018181818181818],[609,0.018181818181818],[610,0.018181818181818],[611,0.018181818181818],[612,0.018181818181818],[613,0.018181818181818],[614,0.018181818181818],[615,0.018181818181818],[616,0.018181818181818],[617,0.018181818181818],[618,0.018181818181818],[619,0.018181818181818],[620,0.018181818181818],[621,0.018181818181818],[622,0.018181818181818],[623,0.018181818181818],[624,0.018181818181818],[625,0.018181818181818],[-132,0.5],[-131,0.5],[-193,0.066666666666667],[-192,0.066666666666667],[-191,0.066666666666667],[-190,0.066666666666667],[-189,0.066666666666667],[-188,0.066666666666667],[-187,0.066666666666667],[-186,0.066666666666667],[-185,0.066666666666667],[-184,0.066666666666667],[-183,0.066666666666667],[-182,0.066666666666667],[-181,0.066666666666667],[-180,0.066666666666667],[-179,0.066666666666667],[375,0.04],[376,0.04],[377,0.04],[378,0.04],[379,0.04],[380,0.04],[381,0.04],[382,0.04],[383,0.04],[384,0.04],[385,0.04],[386,0.04],[387,0.04],[388,0.04],[389,0.04],[390,0.04],[391,0.04],[392,0.04],[393,0.04],[394,0.04],[395,0.04],[396,0.04],[397,0.04],[398,0.04],[399,0.04],[400,0.0033333333333333],[401,0.0033333333333333],[402,0.0033333333333333],[403,0.0033333333333333],[404,0.0033333333333333],[405,0.0033333333333333],[406,0.0033333333333333],[407,0.0033333333333333],[408,0.0033333333333333],[409,0.0033333333333333],[410,0.0033333333333333],[411,0.0033333333333333],[412,0.0033333333333333],[413,0.0033333333333333],[414,0.0033333333333333],[415,0.0033333333333333],[416,0.0033333333333333],[417,0.0033333333333333],[418,0.0033333333333333],[419,0.0033333333333333],[420,0.0033333333333333],[421,0.0033333333333333],[422,0.0033333333333333],[423,0.0033333333333333],[424,0.0033333333333333],[425,0.0033333333333333],[426,0.0033333333333333],[427,0.0033333333333333],[428,0.0033333333333333],[429,0.0033333333333333],[430,0.0033333333333333],[431,0.0033333333333333],[432,0.0033333333333333],[433,0.0033333333333333],[434,0.0033333333333333],[435,0.0033333333333333],[436,0.0033333333333333],[437,0.0033333333333333],[438,0.0033333333333333],[439,0.0033333333333333],[440,0.0033333333333333],[441,0.0033333333333333],[442,0.0033333333333333],[443,0.0033333333333333],[444,0.0033333333333333],[445,0.0033333333333333],[446,0.0033333333333333],[447,0.0033333333333333],[448,0.0033333333333333],[449,0.0033333333333333],[450,0.0033333333333333],[451,0.0033333333333333],[452,0.0033333333333333],[453,0.0033333333333333],[454,0.0033333333333333],[455,0.0033333333333333],[456,0.0033333333333333],[457,0.0033333333333333],[458,0.0033333333333333],[459,0.0033333333333333],[460,0.0033333333333333],[461,0.0033333333333333],[462,0.0033333333333333],[463,0.0033333333333333],[464,0.0033333333333333],[465,0.0033333333333333],[466,0.0033333333333333],[467,0.0033333333333333],[468,0.0033333333333333],[469,0.0033333333333333],[470,0.0033333333333333],[471,0.0033333333333333],[472,0.0033333333333333],[473,0.0033333333333333],[474,0.0033333333333333],[475,0.0033333333333333],[476,0.0033333333333333],[477,0.0033333333333333],[478,0.0033333333333333],[479,0.0033333333333333],[480,0.0033333333333333],[481,0.0033333333333333],[482,0.0033333333333333],[483,0.0033333333333333],[484,0.0033333333333333],[485,0.0033333333333333],[486,0.0033333333333333],[487,0.0033333333333333],[488,0.0033333333333333],[489,0.0033333333333333],[490,0.0033333333333333],[491,0.0033333333333333],[492,0.0033333333333333],[493,0.0033333333333333],[494,0.0033333333333333],[495,0.0033333333333333],[496,0.0033333333333333],[497,0.0033333333333333],[498,0.0033333333333333],[499,0.0033333333333333],[500,0.0033333333333333],[501,0.0033333333333333],[502,0.0033333333333333],[503,0.0033333333333333],[504,0.0033333333333333],[505,0.0033333333333333],[506,0.0033333333333333],[507,0.0033333333333333],[508,0.0033333333333333],[509,0.0033333333333333],[510,0.0033333333333333],[511,0.0033333333333333],[512,0.0033333333333333],[513,0.0033333333333333],[514,0.0033333333333333],[515,0.0033333333333333],[516,0.0033333333333333],[517,0.0033333333333333],[518,0.0033333333333333],[519,0.0033333333333333],[520,0.0033333333333333],[521,0.0033333333333333],[522,0.0033333333333333],[523,0.0033333333333333],[524,0.0033333333333333],[525,0.0033333333333333],[526,0.0033333333333333],[527,0.0033333333333333],[528,0.0033333333333333],[529,0.0033333333333333],[530,0.0033333333333333],[531,0.0033333333333333],[532,0.0033333333333333],[533,0.0033333333333333],[534,0.0033333333333333],[535,0.0033333333333333],[536,0.0033333333333333],[537,0.0033333333333333],[538,0.0033333333333333],[539,0.0033333333333333],[540,0.0033333333333333],[541,0.0033333333333333],[542,0.0033333333333333],[543,0.0033333333333333],[544,0.0033333333333333],[545,0.0033333333333333],[546,0.0033333333333333],[547,0.0033333333333333],[548,0.0033333333333333],[549,0.0033333333333333],[550,0.0033333333333333],[551,0.0033333333333333],[552,0.0033333333333333],[553,0.0033333333333333],[554,0.0033333333333333],[555,0.0033333333333333],[556,0.0033333333333333],[557,0.0033333333333333],[558,0.0033333333333333],[559,0.0033333333333333],[560,0.0033333333333333],[561,0.0033333333333333],[562,0.0033333333333333],[563,0.0033333333333333],[564,0.0033333333333333],[565,0.0033333333333333],[566,0.0033333333333333],[567,0.0033333333333333],[568,0.0033333333333333],[569,0.0033333333333333],[570,0.0033333333333333],[571,0.0033333333333333],[572,0.0033333333333333],[573,0.0033333333333333],[574,0.0033333333333333],[575,0.0033333333333333],[576,0.0033333333333333],[577,0.0033333333333333],[578,0.0033333333333333],[579,0.0033333333333333],[580,0.0033333333333333],[581,0.0033333333333333],[582,0.0033333333333333],[583,0.0033333333333333],[584,0.0033333333333333],[585,0.0033333333333333],[586,0.0033333333333333],[587,0.0033333333333333],[588,0.0033333333333333],[589,0.0033333333333333],[590,0.0033333333333333],[591,0.0033333333333333],[592,0.0033333333333333],[593,0.0033333333333333],[594,0.0033333333333333],[595,0.0033333333333333],[596,0.0033333333333333],[597,0.0033333333333333],[598,0.0033333333333333],[599,0.0033333333333333],[600,0.0033333333333333],[601,0.0033333333333333],[602,0.0033333333333333],[603,0.0033333333333333],[604,0.0033333333333333],[605,0.0033333333333333],[606,0.0033333333333333],[607,0.0033333333333333],[608,0.0033333333333333],[609,0.0033333333333333],[610,0.0033333333333333],[611,0.0033333333333333],[612,0.0033333333333333],[613,0.0033333333333333],[614,0.0033333333333333],[615,0.0033333333333333],[616,0.0033333333333333],[617,0.0033333333333333],[618,0.0033333333333333],[619,0.0033333333333333],[620,0.0033333333333333],[621,0.0033333333333333],[622,0.0033333333333333],[623,0.0033333333333333],[624,0.0033333333333333],[625,0.0033333333333333],[626,0.0033333333333333],[627,0.0033333333333333],[628,0.0033333333333333],[629,0.0033333333333333],[630,0.0033333333333333],[631,0.0033333333333333],[632,0.0033333333333333],[633,0.0033333333333333],[634,0.0033333333333333],[635,0.0033333333333333],[636,0.0033333333333333],[637,0.0033333333333333],[638,0.0033333333333333],[639,0.0033333333333333],[640,0.0033333333333333],[641,0.0033333333333333],[642,0.0033333333333333],[643,0.0033333333333333],[644,0.0033333333333333],[645,0.0033333333333333],[646,0.0033333333333333],[647,0.0033333333333333],[648,0.0033333333333333],[649,0.0033333333333333],[650,0.0033333333333333],[651,0.0033333333333333],[652,0.0033333333333333],[653,0.0033333333333333],[654,0.0033333333333333],[655,0.0033333333333333],[656,0.0033333333333333],[657,0.0033333333333333],[658,0.0033333333333333],[659,0.0033333333333333],[660,0.0033333333333333],[661,0.0033333333333333],[662,0.0033333333333333],[663,0.0033333333333333],[664,0.0033333333333333],[665,0.0033333333333333],[666,0.0033333333333333],[667,0.0033333333333333],[668,0.0033333333333333],[669,0.0033333333333333],[670,0.0033333333333333],[671,0.0033333333333333],[672,0.0033333333333333],[673,0.0033333333333333],[674,0.0033333333333333],[675,0.0033333333333333],[676,0.0033333333333333],[677,0.0033333333333333],[678,0.0033333333333333],[679,0.0033333333333333],[680,0.0033333333333333],[681,0.0033333333333333],[682,0.0033333333333333],[683,0.0033333333333333],[684,0.0033333333333333],[685,0.0033333333333333],[686,0.0033333333333333],[687,0.0033333333333333],[688,0.0033333333333333],[689,0.0033333333333333],[690,0.0033333333333333],[691,0.0033333333333333],[692,0.0033333333333333],[693,0.0033333333333333],[694,0.0033333333333333],[695,0.0033333333333333],[696,0.0033333333333333],[697,0.0033333333333333],[698,0.0033333333333333],[699,0.0033333333333333],[50,0.019230769230769],[51,0.019230769230769],[52,0.019230769230769],[53,0.019230769230769],[54,0.019230769230769],[55,0.019230769230769],[56,0.019230769230769],[57,0.019230769230769],[58,0.019230769230769],[59,0.019230769230769],[60,0.019230769230769],[61,0.019230769230769],[62,0.019230769230769],[63,0.019230769230769],[64,0.019230769230769],[65,0.019230769230769],[66,0.019230769230769],[67,0.019230769230769],[68,0.019230769230769],[69,0.019230769230769],[70,0.019230769230769],[71,0.019230769230769],[72,0.019230769230769],[73,0.019230769230769],[74,0.019230769230769],[75,0.019230769230769],[76,0.019230769230769],[77,0.019230769230769],[78,0.019230769230769],[79,0.019230769230769],[80,0.019230769230769],[81,0.019230769230769],[82,0.019230769230769],[83,0.019230769230769],[84,0.019230769230769],[85,0.019230769230769],[86,0.019230769230769],[87,0.019230769230769],[88,0.019230769230769],[89,0.019230769230769],[90,0.019230769230769],[91,0.019230769230769],[92,0.019230769230769],[93,0.019230769230769],[94,0.019230769230769],[95,0.019230769230769],[96,0.019230769230769],[97,0.019230769230769],[98,0.019230769230769],[99,0.019230769230769],[100,0.019230769230769],[101,0.019230769230769],[-250,0.019607843137255],[-249,0.019607843137255],[-248,0.019607843137255],[-247,0.019607843137255],[-246,0.019607843137255],[-245,0.019607843137255],[-244,0.019607843137255],[-243,0.019607843137255],[-242,0.019607843137255],[-241,0.019607843137255],[-240,0.019607843137255],[-239,0.019607843137255],[-238,0.019607843137255],[-237,0.019607843137255],[-236,0.019607843137255],[-235,0.019607843137255],[-234,0.019607843137255],[-233,0.019607843137255],[-232,0.019607843137255],[-231,0.019607843137255],[-230,0.019607843137255],[-229,0.019607843137255],[-228,0.019607843137255],[-227,0.019607843137255],[-226,0.019607843137255],[-225,0.019607843137255],[-224,0.019607843137255],[-223,0.019607843137255],[-222,0.019607843137255],[-221,0.019607843137255],[-220,0.019607843137255],[-219,0.019607843137255],[-218,0.019607843137255],[-217,0.019607843137255],[-216,0.019607843137255],[-215,0.019607843137255],[-214,0.019607843137255],[-213,0.019607843137255],[-212,0.019607843137255],[-211,0.019607843137255],[-210,0.019607843137255],[-209,0.019607843137255],[-208,0.019607843137255],[-207,0.019607843137255],[-206,0.019607843137255],[-205,0.019607843137255],[-204,0.019607843137255],[-203,0.019607843137255],[-202,0.019607843137255],[-201,0.019607843137255],[-200,0.019607843137255],[293,0.03030303030303],[294,0.03030303030303],[295,0.03030303030303],[296,0.03030303030303],[297,0.03030303030303],[298,0.03030303030303],[299,0.03030303030303],[300,0.03030303030303],[301,0.03030303030303],[302,0.03030303030303],[303,0.03030303030303],[304,0.03030303030303],[305,0.03030303030303],[306,0.03030303030303],[307,0.03030303030303],[308,0.03030303030303],[309,0.03030303030303],[310,0.03030303030303],[311,0.03030303030303],[312,0.03030303030303],[313,0.03030303030303],[314,0.03030303030303],[315,0.03030303030303],[316,0.03030303030303],[317,0.03030303030303],[318,0.03030303030303],[319,0.03030303030303],[320,0.03030303030303],[321,0.03030303030303],[322,0.03030303030303],[323,0.03030303030303],[324,0.03030303030303],[325,0.03030303030303],[44,0.012820512820513],[45,0.012820512820513],[46,0.012820512820513],[47,0.012820512820513],[48,0.012820512820513],[49,0.012820512820513],[50,0.012820512820513],[51,0.012820512820513],[52,0.012820512820513],[53,0.012820512820513],[54,0.012820512820513],[55,0.012820512820513],[56,0.012820512820513],[57,0.012820512820513],[58,0.012820512820513],[59,0.012820512820513],[60,0.012820512820513],[61,0.012820512820513],[62,0.012820512820513],[63,0.012820512820513],[64,0.012820512820513],[65,0.012820512820513],[66,0.012820512820513],[67,0.012820512820513],[68,0.012820512820513],[69,0.012820512820513],[70,0.012820512820513],[71,0.012820512820513],[72,0.012820512820513],[73,0.012820512820513],[74,0.012820512820513],[75,0.012820512820513],[76,0.012820512820513],[77,0.012820512820513],[78,0.012820512820513],[79,0.012820512820513],[80,0.012820512820513],[81,0.012820512820513],[82,0.012820512820513],[83,0.012820512820513],[84,0.012820512820513],[85,0.012820512820513],[86,0.012820512820513],[87,0.012820512820513],[88,0.012820512820513],[89,0.012820512820513],[90,0.012820512820513],[91,0.012820512820513],[92,0.012820512820513],[93,0.012820512820513],[94,0.012820512820513],[95,0.012820512820513],[96,0.012820512820513],[97,0.012820512820513],[98,0.012820512820513],[99,0.012820512820513],[100,0.012820512820513],[101,0.012820512820513],[102,0.012820512820513],[103,0.012820512820513],[104,0.012820512820513],[105,0.012820512820513],[106,0.012820512820513],[107,0.012820512820513],[108,0.012820512820513],[109,0.012820512820513],[110,0.012820512820513],[111,0.012820512820513],[112,0.012820512820513],[113,0.012820512820513],[114,0.012820512820513],[115,0.012820512820513],[116,0.012820512820513],[117,0.012820512820513],[118,0.012820512820513],[119,0.012820512820513],[120,0.012820512820513],[121,0.012820512820513],[-99,0.02],[-98,0.02],[-97,0.02],[-96,0.02],[-95,0.02],[-94,0.02],[-93,0.02],[-92,0.02],[-91,0.02],[-90,0.02],[-89,0.02],[-88,0.02],[-87,0.02],[-86,0.02],[-85,0.02],[-84,0.02],[-83,0.02],[-82,0.02],[-81,0.02],[-80,0.02],[-79,0.02],[-78,0.02],[-77,0.02],[-76,0.02],[-75,0.02],[-74,0.02],[-73,0.02],[-72,0.02],[-71,0.02],[-70,0.02],[-69,0.02],[-68,0.02],[-67,0.02],[-66,0.02],[-65,0.02],[-64,0.02],[-63,0.02],[-62,0.02],[-61,0.02],[-60,0.02],[-59,0.02],[-58,0.02],[-57,0.02],[-56,0.02],[-55,0.02],[-54,0.02],[-53,0.02],[-52,0.02],[-51,0.02],[-50,0.02],[205,0.05],[206,0.05],[207,0.05],[208,0.05],[209,0.05],[210,0.05],[211,0.05],[212,0.05],[213,0.05],[214,0.05],[215,0.05],[216,0.05],[217,0.05],[218,0.05],[219,0.05],[220,0.05],[221,0.05],[222,0.05],[223,0.05],[224,0.05],[-250,0.076923076923077],[-249,0.076923076923077],[-248,0.076923076923077],[-247,0.076923076923077],[-246,0.076923076923077],[-245,0.076923076923077],[-244,0.076923076923077],[-243,0.076923076923077],[-242,0.076923076923077],[-241,0.076923076923077],[-240,0.076923076923077],[-239,0.076923076923077],[-238,0.076923076923077],[117,0.045454545454545],[118,0.045454545454545],[119,0.045454545454545],[120,0.045454545454545],[121,0.045454545454545],[122,0.045454545454545],[123,0.045454545454545],[124,0.045454545454545],[125,0.045454545454545],[126,0.045454545454545],[127,0.045454545454545],[128,0.045454545454545],[129,0.045454545454545],[130,0.045454545454545],[131,0.045454545454545],[132,0.045454545454545],[133,0.045454545454545],[134,0.045454545454545],[135,0.045454545454545],[136,0.045454545454545],[137,0.045454545454545],[138,0.045454545454545],[332,0.083333333333333],[333,0.083333333333333],[334,0.083333333333333],[335,0.083333333333333],[336,0.083333333333333],[337,0.083333333333333],[338,0.083333333333333],[339,0.083333333333333],[340,0.083333333333333],[341,0.083333333333333],[342,0.083333333333333],[343,0.083333333333333],[-99,0.0096153846153846],[-98,0.0096153846153846],[-97,0.0096153846153846],[-96,0.0096153846153846],[-95,0.0096153846153846],[-94,0.0096153846153846],[-93,0.0096153846153846],[-92,0.0096153846153846],[-91,0.0096153846153846],[-90,0.0096153846153846],[-89,0.0096153846153846],[-88,0.0096153846153846],[-87,0.0096153846153846],[-86,0.0096153846153846],[-85,0.0096153846153846],[-84,0.0096153846153846],[-83,0.0096153846153846],[-82,0.0096153846153846],[-81,0.0096153846153846],[-80,0.0096153846153846],[-79,0.0096153846153846],[-78,0.0096153846153846],[-77,0.0096153846153846],[-76,0.0096153846153846],[-75,0.0096153846153846],[-74,0.0096153846153846],[-73,0.0096153846153846],[-72,0.0096153846153846],[-71,0.0096153846153846],[-70,0.0096153846153846],[-69,0.0096153846153846],[-68,0.0096153846153846],[-67,0.0096153846153846],[-66,0.0096153846153846],[-65,0.0096153846153846],[-64,0.0096153846153846],[-63,0.0096153846153846],[-62,0.0096153846153846],[-61,0.0096153846153846],[-60,0.0096153846153846],[-59,0.0096153846153846],[-58,0.0096153846153846],[-57,0.0096153846153846],[-56,0.0096153846153846],[-55,0.0096153846153846],[-54,0.0096153846153846],[-53,0.0096153846153846],[-52,0.0096153846153846],[-51,0.0096153846153846],[-50,0.0096153846153846],[-49,0.0096153846153846],[-48,0.0096153846153846],[-47,0.0096153846153846],[-46,0.0096153846153846],[-45,0.0096153846153846],[-44,0.0096153846153846],[-43,0.0096153846153846],[-42,0.0096153846153846],[-41,0.0096153846153846],[-40,0.0096153846153846],[-39,0.0096153846153846],[-38,0.0096153846153846],[-37,0.0096153846153846],[-36,0.0096153846153846],[-35,0.0096153846153846],[-34,0.0096153846153846],[-33,0.0096153846153846],[-32,0.0096153846153846],[-31,0.0096153846153846],[-30,0.0096153846153846],[-29,0.0096153846153846],[-28,0.0096153846153846],[-27,0.0096153846153846],[-26,0.0096153846153846],[-25,0.0096153846153846],[-24,0.0096153846153846],[-23,0.0096153846153846],[-22,0.0096153846153846],[-21,0.0096153846153846],[-20,0.0096153846153846],[-19,0.0096153846153846],[-18,0.0096153846153846],[-17,0.0096153846153846],[-16,0.0096153846153846],[-15,0.0096153846153846],[-14,0.0096153846153846],[-13,0.0096153846153846],[-12,0.0096153846153846],[-11,0.0096153846153846],[-10,0.0096153846153846],[-9,0.0096153846153846],[-8,0.0096153846153846],[-7,0.0096153846153846],[-6,0.0096153846153846],[-5,0.0096153846153846],[-4,0.0096153846153846],[-3,0.0096153846153846],[-2,0.0096153846153846],[-1,0.0096153846153846],[1,0.0096153846153846],[2,0.0096153846153846],[3,0.0096153846153846],[4,0.0096153846153846],[5,0.0096153846153846],[675,0.019607843137255],[676,0.019607843137255],[677,0.019607843137255],[678,0.019607843137255],[679,0.019607843137255],[680,0.019607843137255],[681,0.019607843137255],[682,0.019607843137255],[683,0.019607843137255],[684,0.019607843137255],[685,0.019607843137255],[686,0.019607843137255],[687,0.019607843137255],[688,0.019607843137255],[689,0.019607843137255],[690,0.019607843137255],[691,0.019607843137255],[692,0.019607843137255],[693,0.019607843137255],[694,0.019607843137255],[695,0.019607843137255],[696,0.019607843137255],[697,0.019607843137255],[698,0.019607843137255],[699,0.019607843137255],[700,0.019607843137255],[701,0.019607843137255],[702,0.019607843137255],[703,0.019607843137255],[704,0.019607843137255],[705,0.019607843137255],[706,0.019607843137255],[707,0.019607843137255],[708,0.019607843137255],[709,0.019607843137255],[710,0.019607843137255],[711,0.019607843137255],[712,0.019607843137255],[713,0.019607843137255],[714,0.019607843137255],[715,0.019607843137255],[716,0.019607843137255],[717,0.019607843137255],[718,0.019607843137255],[719,0.019607843137255],[720,0.019607843137255],[721,0.019607843137255],[722,0.019607843137255],[723,0.019607843137255],[724,0.019607843137255],[725,0.019607843137255],[200,0.0064102564102564],[201,0.0064102564102564],[202,0.0064102564102564],[203,0.0064102564102564],[204,0.0064102564102564],[205,0.0064102564102564],[206,0.0064102564102564],[207,0.0064102564102564],[208,0.0064102564102564],[209,0.0064102564102564],[210,0.0064102564102564],[211,0.0064102564102564],[212,0.0064102564102564],[213,0.0064102564102564],[214,0.0064102564102564],[215,0.0064102564102564],[216,0.0064102564102564],[217,0.0064102564102564],[218,0.0064102564102564],[219,0.0064102564102564],[220,0.0064102564102564],[221,0.0064102564102564],[222,0.0064102564102564],[223,0.0064102564102564],[224,0.0064102564102564],[225,0.0064102564102564],[226,0.0064102564102564],[227,0.0064102564102564],[228,0.0064102564102564],[229,0.0064102564102564],[230,0.0064102564102564],[231,0.0064102564102564],[232,0.0064102564102564],[233,0.0064102564102564],[234,0.0064102564102564],[235,0.0064102564102564],[236,0.0064102564102564],[237,0.0064102564102564],[238,0.0064102564102564],[239,0.0064102564102564],[240,0.0064102564102564],[241,0.0064102564102564],[242,0.0064102564102564],[243,0.0064102564102564],[244,0.0064102564102564],[245,0.0064102564102564],[246,0.0064102564102564],[247,0.0064102564102564],[248,0.0064102564102564],[249,0.0064102564102564],[250,0.0064102564102564],[251,0.0064102564102564],[252,0.0064102564102564],[253,0.0064102564102564],[254,0.0064102564102564],[255,0.0064102564102564],[256,0.0064102564102564],[257,0.0064102564102564],[258,0.0064102564102564],[259,0.0064102564102564],[260,0.0064102564102564],[261,0.0064102564102564],[262,0.0064102564102564],[263,0.0064102564102564],[264,0.0064102564102564],[265,0.0064102564102564],[266,0.0064102564102564],[267,0.0064102564102564],[268,0.0064102564102564],[269,0.0064102564102564],[270,0.0064102564102564],[271,0.0064102564102564],[272,0.0064102564102564],[273,0.0064102564102564],[274,0.0064102564102564],[275,0.0064102564102564],[276,0.0064102564102564],[277,0.0064102564102564],[278,0.0064102564102564],[279,0.0064102564102564],[280,0.0064102564102564],[281,0.0064102564102564],[282,0.0064102564102564],[283,0.0064102564102564],[284,0.0064102564102564],[285,0.0064102564102564],[286,0.0064102564102564],[287,0.0064102564102564],[288,0.0064102564102564],[289,0.0064102564102564],[290,0.0064102564102564],[291,0.0064102564102564],[292,0.0064102564102564],[293,0.0064102564102564],[294,0.0064102564102564],[295,0.0064102564102564],[296,0.0064102564102564],[297,0.0064102564102564],[298,0.0064102564102564],[299,0.0064102564102564],[300,0.0064102564102564],[301,0.0064102564102564],[302,0.0064102564102564],[303,0.0064102564102564],[304,0.0064102564102564],[305,0.0064102564102564],[306,0.0064102564102564],[307,0.0064102564102564],[308,0.0064102564102564],[309,0.0064102564102564],[310,0.0064102564102564],[311,0.0064102564102564],[312,0.0064102564102564],[313,0.0064102564102564],[314,0.0064102564102564],[315,0.0064102564102564],[316,0.0064102564102564],[317,0.0064102564102564],[318,0.0064102564102564],[319,0.0064102564102564],[320,0.0064102564102564],[321,0.0064102564102564],[322,0.0064102564102564],[323,0.0064102564102564],[324,0.0064102564102564],[325,0.0064102564102564],[326,0.0064102564102564],[327,0.0064102564102564],[328,0.0064102564102564],[329,0.0064102564102564],[330,0.0064102564102564],[331,0.0064102564102564],[332,0.0064102564102564],[333,0.0064102564102564],[334,0.0064102564102564],[335,0.0064102564102564],[336,0.0064102564102564],[337,0.0064102564102564],[338,0.0064102564102564],[339,0.0064102564102564],[340,0.0064102564102564],[341,0.0064102564102564],[342,0.0064102564102564],[343,0.0064102564102564],[344,0.0064102564102564],[345,0.0064102564102564],[346,0.0064102564102564],[347,0.0064102564102564],[348,0.0064102564102564],[349,0.0064102564102564],[350,0.0064102564102564],[351,0.0064102564102564],[352,0.0064102564102564],[353,0.0064102564102564],[354,0.0064102564102564],[355,0.0064102564102564],[200,0.01],[201,0.01],[202,0.01],[203,0.01],[204,0.01],[205,0.01],[206,0.01],[207,0.01],[208,0.01],[209,0.01],[210,0.01],[211,0.01],[212,0.01],[213,0.01],[214,0.01],[215,0.01],[216,0.01],[217,0.01],[218,0.01],[219,0.01],[220,0.01],[221,0.01],[222,0.01],[223,0.01],[224,0.01],[225,0.01],[226,0.01],[227,0.01],[228,0.01],[229,0.01],[230,0.01],[231,0.01],[232,0.01],[233,0.01],[234,0.01],[235,0.01],[236,0.01],[237,0.01],[238,0.01],[239,0.01],[240,0.01],[241,0.01],[242,0.01],[243,0.01],[244,0.01],[245,0.01],[246,0.01],[247,0.01],[248,0.01],[249,0.01],[250,0.01],[251,0.01],[252,0.01],[253,0.01],[254,0.01],[255,0.01],[256,0.01],[257,0.01],[258,0.01],[259,0.01],[260,0.01],[261,0.01],[262,0.01],[263,0.01],[264,0.01],[265,0.01],[266,0.01],[267,0.01],[268,0.01],[269,0.01],[270,0.01],[271,0.01],[272,0.01],[273,0.01],[274,0.01],[275,0.01],[276,0.01],[277,0.01],[278,0.01],[279,0.01],[280,0.01],[281,0.01],[282,0.01],[283,0.01],[284,0.01],[285,0.01],[286,0.01],[287,0.01],[288,0.01],[289,0.01],[290,0.01],[291,0.01],[292,0.01],[293,0.01],[294,0.01],[295,0.01],[296,0.01],[297,0.01],[298,0.01],[299,0.01],[372,0.33333333333333],[373,0.33333333333333],[374,0.33333333333333],[281,0.0084033613445378],[282,0.0084033613445378],[283,0.0084033613445378],[284,0.0084033613445378],[285,0.0084033613445378],[286,0.0084033613445378],[287,0.0084033613445378],[288,0.0084033613445378],[289,0.0084033613445378],[290,0.0084033613445378],[291,0.0084033613445378],[292,0.0084033613445378],[293,0.0084033613445378],[294,0.0084033613445378],[295,0.0084033613445378],[296,0.0084033613445378],[297,0.0084033613445378],[298,0.0084033613445378],[299,0.0084033613445378],[300,0.0084033613445378],[301,0.0084033613445378],[302,0.0084033613445378],[303,0.0084033613445378],[304,0.0084033613445378],[305,0.0084033613445378],[306,0.0084033613445378],[307,0.0084033613445378],[308,0.0084033613445378],[309,0.0084033613445378],[310,0.0084033613445378],[311,0.0084033613445378],[312,0.0084033613445378],[313,0.0084033613445378],[314,0.0084033613445378],[315,0.0084033613445378],[316,0.0084033613445378],[317,0.0084033613445378],[318,0.0084033613445378],[319,0.0084033613445378],[320,0.0084033613445378],[321,0.0084033613445378],[322,0.0084033613445378],[323,0.0084033613445378],[324,0.0084033613445378],[325,0.0084033613445378],[326,0.0084033613445378],[327,0.0084033613445378],[328,0.0084033613445378],[329,0.0084033613445378],[330,0.0084033613445378],[331,0.0084033613445378],[332,0.0084033613445378],[333,0.0084033613445378],[334,0.0084033613445378],[335,0.0084033613445378],[336,0.0084033613445378],[337,0.0084033613445378],[338,0.0084033613445378],[339,0.0084033613445378],[340,0.0084033613445378],[341,0.0084033613445378],[342,0.0084033613445378],[343,0.0084033613445378],[344,0.0084033613445378],[345,0.0084033613445378],[346,0.0084033613445378],[347,0.0084033613445378],[348,0.0084033613445378],[349,0.0084033613445378],[350,0.0084033613445378],[351,0.0084033613445378],[352,0.0084033613445378],[353,0.0084033613445378],[354,0.0084033613445378],[355,0.0084033613445378],[356,0.0084033613445378],[357,0.0084033613445378],[358,0.0084033613445378],[359,0.0084033613445378],[360,0.0084033613445378],[361,0.0084033613445378],[362,0.0084033613445378],[363,0.0084033613445378],[364,0.0084033613445378],[365,0.0084033613445378],[366,0.0084033613445378],[367,0.0084033613445378],[368,0.0084033613445378],[369,0.0084033613445378],[370,0.0084033613445378],[371,0.0084033613445378],[372,0.0084033613445378],[373,0.0084033613445378],[374,0.0084033613445378],[375,0.0084033613445378],[376,0.0084033613445378],[377,0.0084033613445378],[378,0.0084033613445378],[379,0.0084033613445378],[380,0.0084033613445378],[381,0.0084033613445378],[382,0.0084033613445378],[383,0.0084033613445378],[384,0.0084033613445378],[385,0.0084033613445378],[386,0.0084033613445378],[387,0.0084033613445378],[388,0.0084033613445378],[389,0.0084033613445378],[390,0.0084033613445378],[391,0.0084033613445378],[392,0.0084033613445378],[393,0.0084033613445378],[394,0.0084033613445378],[395,0.0084033613445378],[396,0.0084033613445378],[397,0.0084033613445378],[398,0.0084033613445378],[399,0.0084033613445378],[229,0.1],[230,0.1],[231,0.1],[232,0.1],[233,0.1],[234,0.1],[235,0.1],[236,0.1],[237,0.1],[238,0.1],[316,0.11111111111111],[317,0.11111111111111],[318,0.11111111111111],[319,0.11111111111111],[320,0.11111111111111],[321,0.11111111111111],[322,0.11111111111111],[323,0.11111111111111],[324,0.11111111111111],[267,0.017241379310345],[268,0.017241379310345],[269,0.017241379310345],[270,0.017241379310345],[271,0.017241379310345],[272,0.017241379310345],[273,0.017241379310345],[274,0.017241379310345],[275,0.017241379310345],[276,0.017241379310345],[277,0.017241379310345],[278,0.017241379310345],[279,0.017241379310345],[280,0.017241379310345],[281,0.017241379310345],[282,0.017241379310345],[283,0.017241379310345],[284,0.017241379310345],[285,0.017241379310345],[286,0.017241379310345],[287,0.017241379310345],[288,0.017241379310345],[289,0.017241379310345],[290,0.017241379310345],[291,0.017241379310345],[292,0.017241379310345],[293,0.017241379310345],[294,0.017241379310345],[295,0.017241379310345],[296,0.017241379310345],[297,0.017241379310345],[298,0.017241379310345],[299,0.017241379310345],[300,0.017241379310345],[301,0.017241379310345],[302,0.017241379310345],[303,0.017241379310345],[304,0.017241379310345],[305,0.017241379310345],[306,0.017241379310345],[307,0.017241379310345],[308,0.017241379310345],[309,0.017241379310345],[310,0.017241379310345],[311,0.017241379310345],[312,0.017241379310345],[313,0.017241379310345],[314,0.017241379310345],[315,0.017241379310345],[316,0.017241379310345],[317,0.017241379310345],[318,0.017241379310345],[319,0.017241379310345],[320,0.017241379310345],[321,0.017241379310345],[322,0.017241379310345],[323,0.017241379310345],[324,0.017241379310345],[375,0.083333333333333],[376,0.083333333333333],[377,0.083333333333333],[378,0.083333333333333],[379,0.083333333333333],[380,0.083333333333333],[381,0.083333333333333],[382,0.083333333333333],[383,0.083333333333333],[384,0.083333333333333],[385,0.083333333333333],[386,0.083333333333333],[592,0.04],[593,0.04],[594,0.04],[595,0.04],[596,0.04],[597,0.04],[598,0.04],[599,0.04],[600,0.04],[601,0.04],[602,0.04],[603,0.04],[604,0.04],[605,0.04],[606,0.04],[607,0.04],[608,0.04],[609,0.04],[610,0.04],[611,0.04],[612,0.04],[613,0.04],[614,0.04],[615,0.04],[616,0.04],[475,0.0066225165562914],[476,0.0066225165562914],[477,0.0066225165562914],[478,0.0066225165562914],[479,0.0066225165562914],[480,0.0066225165562914],[481,0.0066225165562914],[482,0.0066225165562914],[483,0.0066225165562914],[484,0.0066225165562914],[485,0.0066225165562914],[486,0.0066225165562914],[487,0.0066225165562914],[488,0.0066225165562914],[489,0.0066225165562914],[490,0.0066225165562914],[491,0.0066225165562914],[492,0.0066225165562914],[493,0.0066225165562914],[494,0.0066225165562914],[495,0.0066225165562914],[496,0.0066225165562914],[497,0.0066225165562914],[498,0.0066225165562914],[499,0.0066225165562914],[500,0.0066225165562914],[501,0.0066225165562914],[502,0.0066225165562914],[503,0.0066225165562914],[504,0.0066225165562914],[505,0.0066225165562914],[506,0.0066225165562914],[507,0.0066225165562914],[508,0.0066225165562914],[509,0.0066225165562914],[510,0.0066225165562914],[511,0.0066225165562914],[512,0.0066225165562914],[513,0.0066225165562914],[514,0.0066225165562914],[515,0.0066225165562914],[516,0.0066225165562914],[517,0.0066225165562914],[518,0.0066225165562914],[519,0.0066225165562914],[520,0.0066225165562914],[521,0.0066225165562914],[522,0.0066225165562914],[523,0.0066225165562914],[524,0.0066225165562914],[525,0.0066225165562914],[526,0.0066225165562914],[527,0.0066225165562914],[528,0.0066225165562914],[529,0.0066225165562914],[530,0.0066225165562914],[531,0.0066225165562914],[532,0.0066225165562914],[533,0.0066225165562914],[534,0.0066225165562914],[535,0.0066225165562914],[536,0.0066225165562914],[537,0.0066225165562914],[538,0.0066225165562914],[539,0.0066225165562914],[540,0.0066225165562914],[541,0.0066225165562914],[542,0.0066225165562914],[543,0.0066225165562914],[544,0.0066225165562914],[545,0.0066225165562914],[546,0.0066225165562914],[547,0.0066225165562914],[548,0.0066225165562914],[549,0.0066225165562914],[550,0.0066225165562914],[551,0.0066225165562914],[552,0.0066225165562914],[553,0.0066225165562914],[554,0.0066225165562914],[555,0.0066225165562914],[556,0.0066225165562914],[557,0.0066225165562914],[558,0.0066225165562914],[559,0.0066225165562914],[560,0.0066225165562914],[561,0.0066225165562914],[562,0.0066225165562914],[563,0.0066225165562914],[564,0.0066225165562914],[565,0.0066225165562914],[566,0.0066225165562914],[567,0.0066225165562914],[568,0.0066225165562914],[569,0.0066225165562914],[570,0.0066225165562914],[571,0.0066225165562914],[572,0.0066225165562914],[573,0.0066225165562914],[574,0.0066225165562914],[575,0.0066225165562914],[576,0.0066225165562914],[577,0.0066225165562914],[578,0.0066225165562914],[579,0.0066225165562914],[580,0.0066225165562914],[581,0.0066225165562914],[582,0.0066225165562914],[583,0.0066225165562914],[584,0.0066225165562914],[585,0.0066225165562914],[586,0.0066225165562914],[587,0.0066225165562914],[588,0.0066225165562914],[589,0.0066225165562914],[590,0.0066225165562914],[591,0.0066225165562914],[592,0.0066225165562914],[593,0.0066225165562914],[594,0.0066225165562914],[595,0.0066225165562914],[596,0.0066225165562914],[597,0.0066225165562914],[598,0.0066225165562914],[599,0.0066225165562914],[600,0.0066225165562914],[601,0.0066225165562914],[602,0.0066225165562914],[603,0.0066225165562914],[604,0.0066225165562914],[605,0.0066225165562914],[606,0.0066225165562914],[607,0.0066225165562914],[608,0.0066225165562914],[609,0.0066225165562914],[610,0.0066225165562914],[611,0.0066225165562914],[612,0.0066225165562914],[613,0.0066225165562914],[614,0.0066225165562914],[615,0.0066225165562914],[616,0.0066225165562914],[617,0.0066225165562914],[618,0.0066225165562914],[619,0.0066225165562914],[620,0.0066225165562914],[621,0.0066225165562914],[622,0.0066225165562914],[623,0.0066225165562914],[624,0.0066225165562914],[625,0.0066225165562914],[240,0.024390243902439],[241,0.024390243902439],[242,0.024390243902439],[243,0.024390243902439],[244,0.024390243902439],[245,0.024390243902439],[246,0.024390243902439],[247,0.024390243902439],[248,0.024390243902439],[249,0.024390243902439],[250,0.024390243902439],[251,0.024390243902439],[252,0.024390243902439],[253,0.024390243902439],[254,0.024390243902439],[255,0.024390243902439],[256,0.024390243902439],[257,0.024390243902439],[258,0.024390243902439],[259,0.024390243902439],[260,0.024390243902439],[261,0.024390243902439],[262,0.024390243902439],[263,0.024390243902439],[264,0.024390243902439],[265,0.024390243902439],[266,0.024390243902439],[267,0.024390243902439],[268,0.024390243902439],[269,0.024390243902439],[270,0.024390243902439],[271,0.024390243902439],[272,0.024390243902439],[273,0.024390243902439],[274,0.024390243902439],[275,0.024390243902439],[276,0.024390243902439],[277,0.024390243902439],[278,0.024390243902439],[279,0.024390243902439],[280,0.024390243902439],[186,0.013513513513514],[187,0.013513513513514],[188,0.013513513513514],[189,0.013513513513514],[190,0.013513513513514],[191,0.013513513513514],[192,0.013513513513514],[193,0.013513513513514],[194,0.013513513513514],[195,0.013513513513514],[196,0.013513513513514],[197,0.013513513513514],[198,0.013513513513514],[199,0.013513513513514],[200,0.013513513513514],[201,0.013513513513514],[202,0.013513513513514],[203,0.013513513513514],[204,0.013513513513514],[205,0.013513513513514],[206,0.013513513513514],[207,0.013513513513514],[208,0.013513513513514],[209,0.013513513513514],[210,0.013513513513514],[211,0.013513513513514],[212,0.013513513513514],[213,0.013513513513514],[214,0.013513513513514],[215,0.013513513513514],[216,0.013513513513514],[217,0.013513513513514],[218,0.013513513513514],[219,0.013513513513514],[220,0.013513513513514],[221,0.013513513513514],[222,0.013513513513514],[223,0.013513513513514],[224,0.013513513513514],[225,0.013513513513514],[226,0.013513513513514],[227,0.013513513513514],[228,0.013513513513514],[229,0.013513513513514],[230,0.013513513513514],[231,0.013513513513514],[232,0.013513513513514],[233,0.013513513513514],[234,0.013513513513514],[235,0.013513513513514],[236,0.013513513513514],[237,0.013513513513514],[238,0.013513513513514],[239,0.013513513513514],[240,0.013513513513514],[241,0.013513513513514],[242,0.013513513513514],[243,0.013513513513514],[244,0.013513513513514],[245,0.013513513513514],[246,0.013513513513514],[247,0.013513513513514],[248,0.013513513513514],[249,0.013513513513514],[250,0.013513513513514],[251,0.013513513513514],[252,0.013513513513514],[253,0.013513513513514],[254,0.013513513513514],[255,0.013513513513514],[256,0.013513513513514],[257,0.013513513513514],[258,0.013513513513514],[259,0.013513513513514],[-212,1],[93,0.025],[94,0.025],[95,0.025],[96,0.025],[97,0.025],[98,0.025],[99,0.025],[100,0.025],[101,0.025],[102,0.025],[103,0.025],[104,0.025],[105,0.025],[106,0.025],[107,0.025],[108,0.025],[109,0.025],[110,0.025],[111,0.025],[112,0.025],[113,0.025],[114,0.025],[115,0.025],[116,0.025],[117,0.025],[118,0.025],[119,0.025],[120,0.025],[121,0.025],[122,0.025],[123,0.025],[124,0.025],[125,0.025],[126,0.025],[127,0.025],[128,0.025],[129,0.025],[130,0.025],[131,0.025],[132,0.025],[50,0.0056818181818182],[51,0.0056818181818182],[52,0.0056818181818182],[53,0.0056818181818182],[54,0.0056818181818182],[55,0.0056818181818182],[56,0.0056818181818182],[57,0.0056818181818182],[58,0.0056818181818182],[59,0.0056818181818182],[60,0.0056818181818182],[61,0.0056818181818182],[62,0.0056818181818182],[63,0.0056818181818182],[64,0.0056818181818182],[65,0.0056818181818182],[66,0.0056818181818182],[67,0.0056818181818182],[68,0.0056818181818182],[69,0.0056818181818182],[70,0.0056818181818182],[71,0.0056818181818182],[72,0.0056818181818182],[73,0.0056818181818182],[74,0.0056818181818182],[75,0.0056818181818182],[76,0.0056818181818182],[77,0.0056818181818182],[78,0.0056818181818182],[79,0.0056818181818182],[80,0.0056818181818182],[81,0.0056818181818182],[82,0.0056818181818182],[83,0.0056818181818182],[84,0.0056818181818182],[85,0.0056818181818182],[86,0.0056818181818182],[87,0.0056818181818182],[88,0.0056818181818182],[89,0.0056818181818182],[90,0.0056818181818182],[91,0.0056818181818182],[92,0.0056818181818182],[93,0.0056818181818182],[94,0.0056818181818182],[95,0.0056818181818182],[96,0.0056818181818182],[97,0.0056818181818182],[98,0.0056818181818182],[99,0.0056818181818182],[100,0.0056818181818182],[101,0.0056818181818182],[102,0.0056818181818182],[103,0.0056818181818182],[104,0.0056818181818182],[105,0.0056818181818182],[106,0.0056818181818182],[107,0.0056818181818182],[108,0.0056818181818182],[109,0.0056818181818182],[110,0.0056818181818182],[111,0.0056818181818182],[112,0.0056818181818182],[113,0.0056818181818182],[114,0.0056818181818182],[115,0.0056818181818182],[116,0.0056818181818182],[117,0.0056818181818182],[118,0.0056818181818182],[119,0.0056818181818182],[120,0.0056818181818182],[121,0.0056818181818182],[122,0.0056818181818182],[123,0.0056818181818182],[124,0.0056818181818182],[125,0.0056818181818182],[126,0.0056818181818182],[127,0.0056818181818182],[128,0.0056818181818182],[129,0.0056818181818182],[130,0.0056818181818182],[131,0.0056818181818182],[132,0.0056818181818182],[133,0.0056818181818182],[134,0.0056818181818182],[135,0.0056818181818182],[136,0.0056818181818182],[137,0.0056818181818182],[138,0.0056818181818182],[139,0.0056818181818182],[140,0.0056818181818182],[141,0.0056818181818182],[142,0.0056818181818182],[143,0.0056818181818182],[144,0.0056818181818182],[145,0.0056818181818182],[146,0.0056818181818182],[147,0.0056818181818182],[148,0.0056818181818182],[149,0.0056818181818182],[150,0.0056818181818182],[151,0.0056818181818182],[152,0.0056818181818182],[153,0.0056818181818182],[154,0.0056818181818182],[155,0.0056818181818182],[156,0.0056818181818182],[157,0.0056818181818182],[158,0.0056818181818182],[159,0.0056818181818182],[160,0.0056818181818182],[161,0.0056818181818182],[162,0.0056818181818182],[163,0.0056818181818182],[164,0.0056818181818182],[165,0.0056818181818182],[166,0.0056818181818182],[167,0.0056818181818182],[168,0.0056818181818182],[169,0.0056818181818182],[170,0.0056818181818182],[171,0.0056818181818182],[172,0.0056818181818182],[173,0.0056818181818182],[174,0.0056818181818182],[175,0.0056818181818182],[176,0.0056818181818182],[177,0.0056818181818182],[178,0.0056818181818182],[179,0.0056818181818182],[180,0.0056818181818182],[181,0.0056818181818182],[182,0.0056818181818182],[183,0.0056818181818182],[184,0.0056818181818182],[185,0.0056818181818182],[186,0.0056818181818182],[187,0.0056818181818182],[188,0.0056818181818182],[189,0.0056818181818182],[190,0.0056818181818182],[191,0.0056818181818182],[192,0.0056818181818182],[193,0.0056818181818182],[194,0.0056818181818182],[195,0.0056818181818182],[196,0.0056818181818182],[197,0.0056818181818182],[198,0.0056818181818182],[199,0.0056818181818182],[200,0.0056818181818182],[201,0.0056818181818182],[202,0.0056818181818182],[203,0.0056818181818182],[204,0.0056818181818182],[205,0.0056818181818182],[206,0.0056818181818182],[207,0.0056818181818182],[208,0.0056818181818182],[209,0.0056818181818182],[210,0.0056818181818182],[211,0.0056818181818182],[212,0.0056818181818182],[213,0.0056818181818182],[214,0.0056818181818182],[215,0.0056818181818182],[216,0.0056818181818182],[217,0.0056818181818182],[218,0.0056818181818182],[219,0.0056818181818182],[220,0.0056818181818182],[221,0.0056818181818182],[222,0.0056818181818182],[223,0.0056818181818182],[224,0.0056818181818182],[225,0.0056818181818182],[200,0.01],[201,0.01],[202,0.01],[203,0.01],[204,0.01],[205,0.01],[206,0.01],[207,0.01],[208,0.01],[209,0.01],[210,0.01],[211,0.01],[212,0.01],[213,0.01],[214,0.01],[215,0.01],[216,0.01],[217,0.01],[218,0.01],[219,0.01],[220,0.01],[221,0.01],[222,0.01],[223,0.01],[224,0.01],[225,0.01],[226,0.01],[227,0.01],[228,0.01],[229,0.01],[230,0.01],[231,0.01],[232,0.01],[233,0.01],[234,0.01],[235,0.01],[236,0.01],[237,0.01],[238,0.01],[239,0.01],[240,0.01],[241,0.01],[242,0.01],[243,0.01],[244,0.01],[245,0.01],[246,0.01],[247,0.01],[248,0.01],[249,0.01],[250,0.01],[251,0.01],[252,0.01],[253,0.01],[254,0.01],[255,0.01],[256,0.01],[257,0.01],[258,0.01],[259,0.01],[260,0.01],[261,0.01],[262,0.01],[263,0.01],[264,0.01],[265,0.01],[266,0.01],[267,0.01],[268,0.01],[269,0.01],[270,0.01],[271,0.01],[272,0.01],[273,0.01],[274,0.01],[275,0.01],[276,0.01],[277,0.01],[278,0.01],[279,0.01],[280,0.01],[281,0.01],[282,0.01],[283,0.01],[284,0.01],[285,0.01],[286,0.01],[287,0.01],[288,0.01],[289,0.01],[290,0.01],[291,0.01],[292,0.01],[293,0.01],[294,0.01],[295,0.01],[296,0.01],[297,0.01],[298,0.01],[299,0.01],[200,0.0056818181818182],[201,0.0056818181818182],[202,0.0056818181818182],[203,0.0056818181818182],[204,0.0056818181818182],[205,0.0056818181818182],[206,0.0056818181818182],[207,0.0056818181818182],[208,0.0056818181818182],[209,0.0056818181818182],[210,0.0056818181818182],[211,0.0056818181818182],[212,0.0056818181818182],[213,0.0056818181818182],[214,0.0056818181818182],[215,0.0056818181818182],[216,0.0056818181818182],[217,0.0056818181818182],[218,0.0056818181818182],[219,0.0056818181818182],[220,0.0056818181818182],[221,0.0056818181818182],[222,0.0056818181818182],[223,0.0056818181818182],[224,0.0056818181818182],[225,0.0056818181818182],[226,0.0056818181818182],[227,0.0056818181818182],[228,0.0056818181818182],[229,0.0056818181818182],[230,0.0056818181818182],[231,0.0056818181818182],[232,0.0056818181818182],[233,0.0056818181818182],[234,0.0056818181818182],[235,0.0056818181818182],[236,0.0056818181818182],[237,0.0056818181818182],[238,0.0056818181818182],[239,0.0056818181818182],[240,0.0056818181818182],[241,0.0056818181818182],[242,0.0056818181818182],[243,0.0056818181818182],[244,0.0056818181818182],[245,0.0056818181818182],[246,0.0056818181818182],[247,0.0056818181818182],[248,0.0056818181818182],[249,0.0056818181818182],[250,0.0056818181818182],[251,0.0056818181818182],[252,0.0056818181818182],[253,0.0056818181818182],[254,0.0056818181818182],[255,0.0056818181818182],[256,0.0056818181818182],[257,0.0056818181818182],[258,0.0056818181818182],[259,0.0056818181818182],[260,0.0056818181818182],[261,0.0056818181818182],[262,0.0056818181818182],[263,0.0056818181818182],[264,0.0056818181818182],[265,0.0056818181818182],[266,0.0056818181818182],[267,0.0056818181818182],[268,0.0056818181818182],[269,0.0056818181818182],[270,0.0056818181818182],[271,0.0056818181818182],[272,0.0056818181818182],[273,0.0056818181818182],[274,0.0056818181818182],[275,0.0056818181818182],[276,0.0056818181818182],[277,0.0056818181818182],[278,0.0056818181818182],[279,0.0056818181818182],[280,0.0056818181818182],[281,0.0056818181818182],[282,0.0056818181818182],[283,0.0056818181818182],[284,0.0056818181818182],[285,0.0056818181818182],[286,0.0056818181818182],[287,0.0056818181818182],[288,0.0056818181818182],[289,0.0056818181818182],[290,0.0056818181818182],[291,0.0056818181818182],[292,0.0056818181818182],[293,0.0056818181818182],[294,0.0056818181818182],[295,0.0056818181818182],[296,0.0056818181818182],[297,0.0056818181818182],[298,0.0056818181818182],[299,0.0056818181818182],[300,0.0056818181818182],[301,0.0056818181818182],[302,0.0056818181818182],[303,0.0056818181818182],[304,0.0056818181818182],[305,0.0056818181818182],[306,0.0056818181818182],[307,0.0056818181818182],[308,0.0056818181818182],[309,0.0056818181818182],[310,0.0056818181818182],[311,0.0056818181818182],[312,0.0056818181818182],[313,0.0056818181818182],[314,0.0056818181818182],[315,0.0056818181818182],[316,0.0056818181818182],[317,0.0056818181818182],[318,0.0056818181818182],[319,0.0056818181818182],[320,0.0056818181818182],[321,0.0056818181818182],[322,0.0056818181818182],[323,0.0056818181818182],[324,0.0056818181818182],[325,0.0056818181818182],[326,0.0056818181818182],[327,0.0056818181818182],[328,0.0056818181818182],[329,0.0056818181818182],[330,0.0056818181818182],[331,0.0056818181818182],[332,0.0056818181818182],[333,0.0056818181818182],[334,0.0056818181818182],[335,0.0056818181818182],[336,0.0056818181818182],[337,0.0056818181818182],[338,0.0056818181818182],[339,0.0056818181818182],[340,0.0056818181818182],[341,0.0056818181818182],[342,0.0056818181818182],[343,0.0056818181818182],[344,0.0056818181818182],[345,0.0056818181818182],[346,0.0056818181818182],[347,0.0056818181818182],[348,0.0056818181818182],[349,0.0056818181818182],[350,0.0056818181818182],[351,0.0056818181818182],[352,0.0056818181818182],[353,0.0056818181818182],[354,0.0056818181818182],[355,0.0056818181818182],[356,0.0056818181818182],[357,0.0056818181818182],[358,0.0056818181818182],[359,0.0056818181818182],[360,0.0056818181818182],[361,0.0056818181818182],[362,0.0056818181818182],[363,0.0056818181818182],[364,0.0056818181818182],[365,0.0056818181818182],[366,0.0056818181818182],[367,0.0056818181818182],[368,0.0056818181818182],[369,0.0056818181818182],[370,0.0056818181818182],[371,0.0056818181818182],[372,0.0056818181818182],[373,0.0056818181818182],[374,0.0056818181818182],[375,0.0056818181818182],[478,0.1],[479,0.1],[480,0.1],[481,0.1],[482,0.1],[483,0.1],[484,0.1],[485,0.1],[486,0.1],[487,0.1],[-229,0.071428571428571],[-228,0.071428571428571],[-227,0.071428571428571],[-226,0.071428571428571],[-225,0.071428571428571],[-224,0.071428571428571],[-223,0.071428571428571],[-222,0.071428571428571],[-221,0.071428571428571],[-220,0.071428571428571],[-219,0.071428571428571],[-218,0.071428571428571],[-217,0.071428571428571],[-216,0.071428571428571],[-254,0.041666666666667],[-253,0.041666666666667],[-252,0.041666666666667],[-251,0.041666666666667],[-250,0.041666666666667],[-249,0.041666666666667],[-248,0.041666666666667],[-247,0.041666666666667],[-246,0.041666666666667],[-245,0.041666666666667],[-244,0.041666666666667],[-243,0.041666666666667],[-242,0.041666666666667],[-241,0.041666666666667],[-240,0.041666666666667],[-239,0.041666666666667],[-238,0.041666666666667],[-237,0.041666666666667],[-236,0.041666666666667],[-235,0.041666666666667],[-234,0.041666666666667],[-233,0.041666666666667],[-232,0.041666666666667],[-231,0.041666666666667],[150,0.013157894736842],[151,0.013157894736842],[152,0.013157894736842],[153,0.013157894736842],[154,0.013157894736842],[155,0.013157894736842],[156,0.013157894736842],[157,0.013157894736842],[158,0.013157894736842],[159,0.013157894736842],[160,0.013157894736842],[161,0.013157894736842],[162,0.013157894736842],[163,0.013157894736842],[164,0.013157894736842],[165,0.013157894736842],[166,0.013157894736842],[167,0.013157894736842],[168,0.013157894736842],[169,0.013157894736842],[170,0.013157894736842],[171,0.013157894736842],[172,0.013157894736842],[173,0.013157894736842],[174,0.013157894736842],[175,0.013157894736842],[176,0.013157894736842],[177,0.013157894736842],[178,0.013157894736842],[179,0.013157894736842],[180,0.013157894736842],[181,0.013157894736842],[182,0.013157894736842],[183,0.013157894736842],[184,0.013157894736842],[185,0.013157894736842],[186,0.013157894736842],[187,0.013157894736842],[188,0.013157894736842],[189,0.013157894736842],[190,0.013157894736842],[191,0.013157894736842],[192,0.013157894736842],[193,0.013157894736842],[194,0.013157894736842],[195,0.013157894736842],[196,0.013157894736842],[197,0.013157894736842],[198,0.013157894736842],[199,0.013157894736842],[200,0.013157894736842],[201,0.013157894736842],[202,0.013157894736842],[203,0.013157894736842],[204,0.013157894736842],[205,0.013157894736842],[206,0.013157894736842],[207,0.013157894736842],[208,0.013157894736842],[209,0.013157894736842],[210,0.013157894736842],[211,0.013157894736842],[212,0.013157894736842],[213,0.013157894736842],[214,0.013157894736842],[215,0.013157894736842],[216,0.013157894736842],[217,0.013157894736842],[218,0.013157894736842],[219,0.013157894736842],[220,0.013157894736842],[221,0.013157894736842],[222,0.013157894736842],[223,0.013157894736842],[224,0.013157894736842],[225,0.013157894736842],[-182,0.011764705882353],[-181,0.011764705882353],[-180,0.011764705882353],[-179,0.011764705882353],[-178,0.011764705882353],[-177,0.011764705882353],[-176,0.011764705882353],[-175,0.011764705882353],[-174,0.011764705882353],[-173,0.011764705882353],[-172,0.011764705882353],[-171,0.011764705882353],[-170,0.011764705882353],[-169,0.011764705882353],[-168,0.011764705882353],[-167,0.011764705882353],[-166,0.011764705882353],[-165,0.011764705882353],[-164,0.011764705882353],[-163,0.011764705882353],[-162,0.011764705882353],[-161,0.011764705882353],[-160,0.011764705882353],[-159,0.011764705882353],[-158,0.011764705882353],[-157,0.011764705882353],[-156,0.011764705882353],[-155,0.011764705882353],[-154,0.011764705882353],[-153,0.011764705882353],[-152,0.011764705882353],[-151,0.011764705882353],[-150,0.011764705882353],[-149,0.011764705882353],[-148,0.011764705882353],[-147,0.011764705882353],[-146,0.011764705882353],[-145,0.011764705882353],[-144,0.011764705882353],[-143,0.011764705882353],[-142,0.011764705882353],[-141,0.011764705882353],[-140,0.011764705882353],[-139,0.011764705882353],[-138,0.011764705882353],[-137,0.011764705882353],[-136,0.011764705882353],[-135,0.011764705882353],[-134,0.011764705882353],[-133,0.011764705882353],[-132,0.011764705882353],[-131,0.011764705882353],[-130,0.011764705882353],[-129,0.011764705882353],[-128,0.011764705882353],[-127,0.011764705882353],[-126,0.011764705882353],[-125,0.011764705882353],[-124,0.011764705882353],[-123,0.011764705882353],[-122,0.011764705882353],[-121,0.011764705882353],[-120,0.011764705882353],[-119,0.011764705882353],[-118,0.011764705882353],[-117,0.011764705882353],[-116,0.011764705882353],[-115,0.011764705882353],[-114,0.011764705882353],[-113,0.011764705882353],[-112,0.011764705882353],[-111,0.011764705882353],[-110,0.011764705882353],[-109,0.011764705882353],[-108,0.011764705882353],[-107,0.011764705882353],[-106,0.011764705882353],[-105,0.011764705882353],[-104,0.011764705882353],[-103,0.011764705882353],[-102,0.011764705882353],[-101,0.011764705882353],[-100,0.011764705882353],[-99,0.011764705882353],[-98,0.011764705882353],[-299,0.0041322314049587],[-298,0.0041322314049587],[-297,0.0041322314049587],[-296,0.0041322314049587],[-295,0.0041322314049587],[-294,0.0041322314049587],[-293,0.0041322314049587],[-292,0.0041322314049587],[-291,0.0041322314049587],[-290,0.0041322314049587],[-289,0.0041322314049587],[-288,0.0041322314049587],[-287,0.0041322314049587],[-286,0.0041322314049587],[-285,0.0041322314049587],[-284,0.0041322314049587],[-283,0.0041322314049587],[-282,0.0041322314049587],[-281,0.0041322314049587],[-280,0.0041322314049587],[-279,0.0041322314049587],[-278,0.0041322314049587],[-277,0.0041322314049587],[-276,0.0041322314049587],[-275,0.0041322314049587],[-274,0.0041322314049587],[-273,0.0041322314049587],[-272,0.0041322314049587],[-271,0.0041322314049587],[-270,0.0041322314049587],[-269,0.0041322314049587],[-268,0.0041322314049587],[-267,0.0041322314049587],[-266,0.0041322314049587],[-265,0.0041322314049587],[-264,0.0041322314049587],[-263,0.0041322314049587],[-262,0.0041322314049587],[-261,0.0041322314049587],[-260,0.0041322314049587],[-259,0.0041322314049587],[-258,0.0041322314049587],[-257,0.0041322314049587],[-256,0.0041322314049587],[-255,0.0041322314049587],[-254,0.0041322314049587],[-253,0.0041322314049587],[-252,0.0041322314049587],[-251,0.0041322314049587],[-250,0.0041322314049587],[-249,0.0041322314049587],[-248,0.0041322314049587],[-247,0.0041322314049587],[-246,0.0041322314049587],[-245,0.0041322314049587],[-244,0.0041322314049587],[-243,0.0041322314049587],[-242,0.0041322314049587],[-241,0.0041322314049587],[-240,0.0041322314049587],[-239,0.0041322314049587],[-238,0.0041322314049587],[-237,0.0041322314049587],[-236,0.0041322314049587],[-235,0.0041322314049587],[-234,0.0041322314049587],[-233,0.0041322314049587],[-232,0.0041322314049587],[-231,0.0041322314049587],[-230,0.0041322314049587],[-229,0.0041322314049587],[-228,0.0041322314049587],[-227,0.0041322314049587],[-226,0.0041322314049587],[-225,0.0041322314049587],[-224,0.0041322314049587],[-223,0.0041322314049587],[-222,0.0041322314049587],[-221,0.0041322314049587],[-220,0.0041322314049587],[-219,0.0041322314049587],[-218,0.0041322314049587],[-217,0.0041322314049587],[-216,0.0041322314049587],[-215,0.0041322314049587],[-214,0.0041322314049587],[-213,0.0041322314049587],[-212,0.0041322314049587],[-211,0.0041322314049587],[-210,0.0041322314049587],[-209,0.0041322314049587],[-208,0.0041322314049587],[-207,0.0041322314049587],[-206,0.0041322314049587],[-205,0.0041322314049587],[-204,0.0041322314049587],[-203,0.0041322314049587],[-202,0.0041322314049587],[-201,0.0041322314049587],[-200,0.0041322314049587],[-199,0.0041322314049587],[-198,0.0041322314049587],[-197,0.0041322314049587],[-196,0.0041322314049587],[-195,0.0041322314049587],[-194,0.0041322314049587],[-193,0.0041322314049587],[-192,0.0041322314049587],[-191,0.0041322314049587],[-190,0.0041322314049587],[-189,0.0041322314049587],[-188,0.0041322314049587],[-187,0.0041322314049587],[-186,0.0041322314049587],[-185,0.0041322314049587],[-184,0.0041322314049587],[-183,0.0041322314049587],[-182,0.0041322314049587],[-181,0.0041322314049587],[-180,0.0041322314049587],[-179,0.0041322314049587],[-178,0.0041322314049587],[-177,0.0041322314049587],[-176,0.0041322314049587],[-175,0.0041322314049587],[-174,0.0041322314049587],[-173,0.0041322314049587],[-172,0.0041322314049587],[-171,0.0041322314049587],[-170,0.0041322314049587],[-169,0.0041322314049587],[-168,0.0041322314049587],[-167,0.0041322314049587],[-166,0.0041322314049587],[-165,0.0041322314049587],[-164,0.0041322314049587],[-163,0.0041322314049587],[-162,0.0041322314049587],[-161,0.0041322314049587],[-160,0.0041322314049587],[-159,0.0041322314049587],[-158,0.0041322314049587],[-157,0.0041322314049587],[-156,0.0041322314049587],[-155,0.0041322314049587],[-154,0.0041322314049587],[-153,0.0041322314049587],[-152,0.0041322314049587],[-151,0.0041322314049587],[-150,0.0041322314049587],[-149,0.0041322314049587],[-148,0.0041322314049587],[-147,0.0041322314049587],[-146,0.0041322314049587],[-145,0.0041322314049587],[-144,0.0041322314049587],[-143,0.0041322314049587],[-142,0.0041322314049587],[-141,0.0041322314049587],[-140,0.0041322314049587],[-139,0.0041322314049587],[-138,0.0041322314049587],[-137,0.0041322314049587],[-136,0.0041322314049587],[-135,0.0041322314049587],[-134,0.0041322314049587],[-133,0.0041322314049587],[-132,0.0041322314049587],[-131,0.0041322314049587],[-130,0.0041322314049587],[-129,0.0041322314049587],[-128,0.0041322314049587],[-127,0.0041322314049587],[-126,0.0041322314049587],[-125,0.0041322314049587],[-124,0.0041322314049587],[-123,0.0041322314049587],[-122,0.0041322314049587],[-121,0.0041322314049587],[-120,0.0041322314049587],[-119,0.0041322314049587],[-118,0.0041322314049587],[-117,0.0041322314049587],[-116,0.0041322314049587],[-115,0.0041322314049587],[-114,0.0041322314049587],[-113,0.0041322314049587],[-112,0.0041322314049587],[-111,0.0041322314049587],[-110,0.0041322314049587],[-109,0.0041322314049587],[-108,0.0041322314049587],[-107,0.0041322314049587],[-106,0.0041322314049587],[-105,0.0041322314049587],[-104,0.0041322314049587],[-103,0.0041322314049587],[-102,0.0041322314049587],[-101,0.0041322314049587],[-100,0.0041322314049587],[-99,0.0041322314049587],[-98,0.0041322314049587],[-97,0.0041322314049587],[-96,0.0041322314049587],[-95,0.0041322314049587],[-94,0.0041322314049587],[-93,0.0041322314049587],[-92,0.0041322314049587],[-91,0.0041322314049587],[-90,0.0041322314049587],[-89,0.0041322314049587],[-88,0.0041322314049587],[-87,0.0041322314049587],[-86,0.0041322314049587],[-85,0.0041322314049587],[-84,0.0041322314049587],[-83,0.0041322314049587],[-82,0.0041322314049587],[-81,0.0041322314049587],[-80,0.0041322314049587],[-79,0.0041322314049587],[-78,0.0041322314049587],[-77,0.0041322314049587],[-76,0.0041322314049587],[-75,0.0041322314049587],[-74,0.0041322314049587],[-73,0.0041322314049587],[-72,0.0041322314049587],[-71,0.0041322314049587],[-70,0.0041322314049587],[-69,0.0041322314049587],[-68,0.0041322314049587],[-67,0.0041322314049587],[-66,0.0041322314049587],[-65,0.0041322314049587],[-64,0.0041322314049587],[-63,0.0041322314049587],[-62,0.0041322314049587],[-61,0.0041322314049587],[-60,0.0041322314049587],[-59,0.0041322314049587],[-58,0.0041322314049587],[471,0.023809523809524],[472,0.023809523809524],[473,0.023809523809524],[474,0.023809523809524],[475,0.023809523809524],[476,0.023809523809524],[477,0.023809523809524],[478,0.023809523809524],[479,0.023809523809524],[480,0.023809523809524],[481,0.023809523809524],[482,0.023809523809524],[483,0.023809523809524],[484,0.023809523809524],[485,0.023809523809524],[486,0.023809523809524],[487,0.023809523809524],[488,0.023809523809524],[489,0.023809523809524],[490,0.023809523809524],[491,0.023809523809524],[492,0.023809523809524],[493,0.023809523809524],[494,0.023809523809524],[495,0.023809523809524],[496,0.023809523809524],[497,0.023809523809524],[498,0.023809523809524],[499,0.023809523809524],[500,0.023809523809524],[501,0.023809523809524],[502,0.023809523809524],[503,0.023809523809524],[504,0.023809523809524],[505,0.023809523809524],[506,0.023809523809524],[507,0.023809523809524],[508,0.023809523809524],[509,0.023809523809524],[510,0.023809523809524],[511,0.023809523809524],[512,0.023809523809524],[213,0.0625],[214,0.0625],[215,0.0625],[216,0.0625],[217,0.0625],[218,0.0625],[219,0.0625],[220,0.0625],[221,0.0625],[222,0.0625],[223,0.0625],[224,0.0625],[225,0.0625],[226,0.0625],[227,0.0625],[228,0.0625],[100,0.038461538461538],[101,0.038461538461538],[102,0.038461538461538],[103,0.038461538461538],[104,0.038461538461538],[105,0.038461538461538],[106,0.038461538461538],[107,0.038461538461538],[108,0.038461538461538],[109,0.038461538461538],[110,0.038461538461538],[111,0.038461538461538],[112,0.038461538461538],[113,0.038461538461538],[114,0.038461538461538],[115,0.038461538461538],[116,0.038461538461538],[117,0.038461538461538],[118,0.038461538461538],[119,0.038461538461538],[120,0.038461538461538],[121,0.038461538461538],[122,0.038461538461538],[123,0.038461538461538],[124,0.038461538461538],[125,0.038461538461538],[200,0.017543859649123],[201,0.017543859649123],[202,0.017543859649123],[203,0.017543859649123],[204,0.017543859649123],[205,0.017543859649123],[206,0.017543859649123],[207,0.017543859649123],[208,0.017543859649123],[209,0.017543859649123],[210,0.017543859649123],[211,0.017543859649123],[212,0.017543859649123],[213,0.017543859649123],[214,0.017543859649123],[215,0.017543859649123],[216,0.017543859649123],[217,0.017543859649123],[218,0.017543859649123],[219,0.017543859649123],[220,0.017543859649123],[221,0.017543859649123],[222,0.017543859649123],[223,0.017543859649123],[224,0.017543859649123],[225,0.017543859649123],[226,0.017543859649123],[227,0.017543859649123],[228,0.017543859649123],[229,0.017543859649123],[230,0.017543859649123],[231,0.017543859649123],[232,0.017543859649123],[233,0.017543859649123],[234,0.017543859649123],[235,0.017543859649123],[236,0.017543859649123],[237,0.017543859649123],[238,0.017543859649123],[239,0.017543859649123],[240,0.017543859649123],[241,0.017543859649123],[242,0.017543859649123],[243,0.017543859649123],[244,0.017543859649123],[245,0.017543859649123],[246,0.017543859649123],[247,0.017543859649123],[248,0.017543859649123],[249,0.017543859649123],[250,0.017543859649123],[251,0.017543859649123],[252,0.017543859649123],[253,0.017543859649123],[254,0.017543859649123],[255,0.017543859649123],[256,0.017543859649123],[-221,0.058823529411765],[-220,0.058823529411765],[-219,0.058823529411765],[-218,0.058823529411765],[-217,0.058823529411765],[-216,0.058823529411765],[-215,0.058823529411765],[-214,0.058823529411765],[-213,0.058823529411765],[-212,0.058823529411765],[-211,0.058823529411765],[-210,0.058823529411765],[-209,0.058823529411765],[-208,0.058823529411765],[-207,0.058823529411765],[-206,0.058823529411765],[-205,0.058823529411765],[200,0.01],[201,0.01],[202,0.01],[203,0.01],[204,0.01],[205,0.01],[206,0.01],[207,0.01],[208,0.01],[209,0.01],[210,0.01],[211,0.01],[212,0.01],[213,0.01],[214,0.01],[215,0.01],[216,0.01],[217,0.01],[218,0.01],[219,0.01],[220,0.01],[221,0.01],[222,0.01],[223,0.01],[224,0.01],[225,0.01],[226,0.01],[227,0.01],[228,0.01],[229,0.01],[230,0.01],[231,0.01],[232,0.01],[233,0.01],[234,0.01],[235,0.01],[236,0.01],[237,0.01],[238,0.01],[239,0.01],[240,0.01],[241,0.01],[242,0.01],[243,0.01],[244,0.01],[245,0.01],[246,0.01],[247,0.01],[248,0.01],[249,0.01],[250,0.01],[251,0.01],[252,0.01],[253,0.01],[254,0.01],[255,0.01],[256,0.01],[257,0.01],[258,0.01],[259,0.01],[260,0.01],[261,0.01],[262,0.01],[263,0.01],[264,0.01],[265,0.01],[266,0.01],[267,0.01],[268,0.01],[269,0.01],[270,0.01],[271,0.01],[272,0.01],[273,0.01],[274,0.01],[275,0.01],[276,0.01],[277,0.01],[278,0.01],[279,0.01],[280,0.01],[281,0.01],[282,0.01],[283,0.01],[284,0.01],[285,0.01],[286,0.01],[287,0.01],[288,0.01],[289,0.01],[290,0.01],[291,0.01],[292,0.01],[293,0.01],[294,0.01],[295,0.01],[296,0.01],[297,0.01],[298,0.01],[299,0.01],[-187,1],[-103,0.33333333333333],[-102,0.33333333333333],[-101,0.33333333333333],[184,0.33333333333333],[185,0.33333333333333],[186,0.33333333333333],[172,0.25],[173,0.25],[174,0.25],[175,0.25],[127,0.027777777777778],[128,0.027777777777778],[129,0.027777777777778],[130,0.027777777777778],[131,0.027777777777778],[132,0.027777777777778],[133,0.027777777777778],[134,0.027777777777778],[135,0.027777777777778],[136,0.027777777777778],[137,0.027777777777778],[138,0.027777777777778],[139,0.027777777777778],[140,0.027777777777778],[141,0.027777777777778],[142,0.027777777777778],[143,0.027777777777778],[144,0.027777777777778],[145,0.027777777777778],[146,0.027777777777778],[147,0.027777777777778],[148,0.027777777777778],[149,0.027777777777778],[150,0.027777777777778],[151,0.027777777777778],[152,0.027777777777778],[153,0.027777777777778],[154,0.027777777777778],[155,0.027777777777778],[156,0.027777777777778],[157,0.027777777777778],[158,0.027777777777778],[159,0.027777777777778],[160,0.027777777777778],[161,0.027777777777778],[162,0.027777777777778],[598,0.090909090909091],[599,0.090909090909091],[600,0.090909090909091],[601,0.090909090909091],[602,0.090909090909091],[603,0.090909090909091],[604,0.090909090909091],[605,0.090909090909091],[606,0.090909090909091],[607,0.090909090909091],[608,0.090909090909091],[108,0.014492753623188],[109,0.014492753623188],[110,0.014492753623188],[111,0.014492753623188],[112,0.014492753623188],[113,0.014492753623188],[114,0.014492753623188],[115,0.014492753623188],[116,0.014492753623188],[117,0.014492753623188],[118,0.014492753623188],[119,0.014492753623188],[120,0.014492753623188],[121,0.014492753623188],[122,0.014492753623188],[123,0.014492753623188],[124,0.014492753623188],[125,0.014492753623188],[126,0.014492753623188],[127,0.014492753623188],[128,0.014492753623188],[129,0.014492753623188],[130,0.014492753623188],[131,0.014492753623188],[132,0.014492753623188],[133,0.014492753623188],[134,0.014492753623188],[135,0.014492753623188],[136,0.014492753623188],[137,0.014492753623188],[138,0.014492753623188],[139,0.014492753623188],[140,0.014492753623188],[141,0.014492753623188],[142,0.014492753623188],[143,0.014492753623188],[144,0.014492753623188],[145,0.014492753623188],[146,0.014492753623188],[147,0.014492753623188],[148,0.014492753623188],[149,0.014492753623188],[150,0.014492753623188],[151,0.014492753623188],[152,0.014492753623188],[153,0.014492753623188],[154,0.014492753623188],[155,0.014492753623188],[156,0.014492753623188],[157,0.014492753623188],[158,0.014492753623188],[159,0.014492753623188],[160,0.014492753623188],[161,0.014492753623188],[162,0.014492753623188],[163,0.014492753623188],[164,0.014492753623188],[165,0.014492753623188],[166,0.014492753623188],[167,0.014492753623188],[168,0.014492753623188],[169,0.014492753623188],[170,0.014492753623188],[171,0.014492753623188],[172,0.014492753623188],[173,0.014492753623188],[174,0.014492753623188],[175,0.014492753623188],[176,0.014492753623188],[-234,0.5],[-233,0.5],[-256,0.14285714285714],[-255,0.14285714285714],[-254,0.14285714285714],[-253,0.14285714285714],[-252,0.14285714285714],[-251,0.14285714285714],[-250,0.14285714285714],[-139,0.025],[-138,0.025],[-137,0.025],[-136,0.025],[-135,0.025],[-134,0.025],[-133,0.025],[-132,0.025],[-131,0.025],[-130,0.025],[-129,0.025],[-128,0.025],[-127,0.025],[-126,0.025],[-125,0.025],[-124,0.025],[-123,0.025],[-122,0.025],[-121,0.025],[-120,0.025],[-119,0.025],[-118,0.025],[-117,0.025],[-116,0.025],[-115,0.025],[-114,0.025],[-113,0.025],[-112,0.025],[-111,0.025],[-110,0.025],[-109,0.025],[-108,0.025],[-107,0.025],[-106,0.025],[-105,0.025],[-104,0.025],[-103,0.025],[-102,0.025],[-101,0.025],[-100,0.025],[-232,0.25],[-231,0.25],[-230,0.25],[-229,0.25],[-222,0.2],[-221,0.2],[-220,0.2],[-219,0.2],[-218,0.2],[400,0.0025],[401,0.0025],[402,0.0025],[403,0.0025],[404,0.0025],[405,0.0025],[406,0.0025],[407,0.0025],[408,0.0025],[409,0.0025],[410,0.0025],[411,0.0025],[412,0.0025],[413,0.0025],[414,0.0025],[415,0.0025],[416,0.0025],[417,0.0025],[418,0.0025],[419,0.0025],[420,0.0025],[421,0.0025],[422,0.0025],[423,0.0025],[424,0.0025],[425,0.0025],[426,0.0025],[427,0.0025],[428,0.0025],[429,0.0025],[430,0.0025],[431,0.0025],[432,0.0025],[433,0.0025],[434,0.0025],[435,0.0025],[436,0.0025],[437,0.0025],[438,0.0025],[439,0.0025],[440,0.0025],[441,0.0025],[442,0.0025],[443,0.0025],[444,0.0025],[445,0.0025],[446,0.0025],[447,0.0025],[448,0.0025],[449,0.0025],[450,0.0025],[451,0.0025],[452,0.0025],[453,0.0025],[454,0.0025],[455,0.0025],[456,0.0025],[457,0.0025],[458,0.0025],[459,0.0025],[460,0.0025],[461,0.0025],[462,0.0025],[463,0.0025],[464,0.0025],[465,0.0025],[466,0.0025],[467,0.0025],[468,0.0025],[469,0.0025],[470,0.0025],[471,0.0025],[472,0.0025],[473,0.0025],[474,0.0025],[475,0.0025],[476,0.0025],[477,0.0025],[478,0.0025],[479,0.0025],[480,0.0025],[481,0.0025],[482,0.0025],[483,0.0025],[484,0.0025],[485,0.0025],[486,0.0025],[487,0.0025],[488,0.0025],[489,0.0025],[490,0.0025],[491,0.0025],[492,0.0025],[493,0.0025],[494,0.0025],[495,0.0025],[496,0.0025],[497,0.0025],[498,0.0025],[499,0.0025],[500,0.0025],[501,0.0025],[502,0.0025],[503,0.0025],[504,0.0025],[505,0.0025],[506,0.0025],[507,0.0025],[508,0.0025],[509,0.0025],[510,0.0025],[511,0.0025],[512,0.0025],[513,0.0025],[514,0.0025],[515,0.0025],[516,0.0025],[517,0.0025],[518,0.0025],[519,0.0025],[520,0.0025],[521,0.0025],[522,0.0025],[523,0.0025],[524,0.0025],[525,0.0025],[526,0.0025],[527,0.0025],[528,0.0025],[529,0.0025],[530,0.0025],[531,0.0025],[532,0.0025],[533,0.0025],[534,0.0025],[535,0.0025],[536,0.0025],[537,0.0025],[538,0.0025],[539,0.0025],[540,0.0025],[541,0.0025],[542,0.0025],[543,0.0025],[544,0.0025],[545,0.0025],[546,0.0025],[547,0.0025],[548,0.0025],[549,0.0025],[550,0.0025],[551,0.0025],[552,0.0025],[553,0.0025],[554,0.0025],[555,0.0025],[556,0.0025],[557,0.0025],[558,0.0025],[559,0.0025],[560,0.0025],[561,0.0025],[562,0.0025],[563,0.0025],[564,0.0025],[565,0.0025],[566,0.0025],[567,0.0025],[568,0.0025],[569,0.0025],[570,0.0025],[571,0.0025],[572,0.0025],[573,0.0025],[574,0.0025],[575,0.0025],[576,0.0025],[577,0.0025],[578,0.0025],[579,0.0025],[580,0.0025],[581,0.0025],[582,0.0025],[583,0.0025],[584,0.0025],[585,0.0025],[586,0.0025],[587,0.0025],[588,0.0025],[589,0.0025],[590,0.0025],[591,0.0025],[592,0.0025],[593,0.0025],[594,0.0025],[595,0.0025],[596,0.0025],[597,0.0025],[598,0.0025],[599,0.0025],[600,0.0025],[601,0.0025],[602,0.0025],[603,0.0025],[604,0.0025],[605,0.0025],[606,0.0025],[607,0.0025],[608,0.0025],[609,0.0025],[610,0.0025],[611,0.0025],[612,0.0025],[613,0.0025],[614,0.0025],[615,0.0025],[616,0.0025],[617,0.0025],[618,0.0025],[619,0.0025],[620,0.0025],[621,0.0025],[622,0.0025],[623,0.0025],[624,0.0025],[625,0.0025],[626,0.0025],[627,0.0025],[628,0.0025],[629,0.0025],[630,0.0025],[631,0.0025],[632,0.0025],[633,0.0025],[634,0.0025],[635,0.0025],[636,0.0025],[637,0.0025],[638,0.0025],[639,0.0025],[640,0.0025],[641,0.0025],[642,0.0025],[643,0.0025],[644,0.0025],[645,0.0025],[646,0.0025],[647,0.0025],[648,0.0025],[649,0.0025],[650,0.0025],[651,0.0025],[652,0.0025],[653,0.0025],[654,0.0025],[655,0.0025],[656,0.0025],[657,0.0025],[658,0.0025],[659,0.0025],[660,0.0025],[661,0.0025],[662,0.0025],[663,0.0025],[664,0.0025],[665,0.0025],[666,0.0025],[667,0.0025],[668,0.0025],[669,0.0025],[670,0.0025],[671,0.0025],[672,0.0025],[673,0.0025],[674,0.0025],[675,0.0025],[676,0.0025],[677,0.0025],[678,0.0025],[679,0.0025],[680,0.0025],[681,0.0025],[682,0.0025],[683,0.0025],[684,0.0025],[685,0.0025],[686,0.0025],[687,0.0025],[688,0.0025],[689,0.0025],[690,0.0025],[691,0.0025],[692,0.0025],[693,0.0025],[694,0.0025],[695,0.0025],[696,0.0025],[697,0.0025],[698,0.0025],[699,0.0025],[700,0.0025],[701,0.0025],[702,0.0025],[703,0.0025],[704,0.0025],[705,0.0025],[706,0.0025],[707,0.0025],[708,0.0025],[709,0.0025],[710,0.0025],[711,0.0025],[712,0.0025],[713,0.0025],[714,0.0025],[715,0.0025],[716,0.0025],[717,0.0025],[718,0.0025],[719,0.0025],[720,0.0025],[721,0.0025],[722,0.0025],[723,0.0025],[724,0.0025],[725,0.0025],[726,0.0025],[727,0.0025],[728,0.0025],[729,0.0025],[730,0.0025],[731,0.0025],[732,0.0025],[733,0.0025],[734,0.0025],[735,0.0025],[736,0.0025],[737,0.0025],[738,0.0025],[739,0.0025],[740,0.0025],[741,0.0025],[742,0.0025],[743,0.0025],[744,0.0025],[745,0.0025],[746,0.0025],[747,0.0025],[748,0.0025],[749,0.0025],[750,0.0025],[751,0.0025],[752,0.0025],[753,0.0025],[754,0.0025],[755,0.0025],[756,0.0025],[757,0.0025],[758,0.0025],[759,0.0025],[760,0.0025],[761,0.0025],[762,0.0025],[763,0.0025],[764,0.0025],[765,0.0025],[766,0.0025],[767,0.0025],[768,0.0025],[769,0.0025],[770,0.0025],[771,0.0025],[772,0.0025],[773,0.0025],[774,0.0025],[775,0.0025],[776,0.0025],[777,0.0025],[778,0.0025],[779,0.0025],[780,0.0025],[781,0.0025],[782,0.0025],[783,0.0025],[784,0.0025],[785,0.0025],[786,0.0025],[787,0.0025],[788,0.0025],[789,0.0025],[790,0.0025],[791,0.0025],[792,0.0025],[793,0.0025],[794,0.0025],[795,0.0025],[796,0.0025],[797,0.0025],[798,0.0025],[799,0.0025],[-156,0.0029940119760479],[-155,0.0029940119760479],[-154,0.0029940119760479],[-153,0.0029940119760479],[-152,0.0029940119760479],[-151,0.0029940119760479],[-150,0.0029940119760479],[-149,0.0029940119760479],[-148,0.0029940119760479],[-147,0.0029940119760479],[-146,0.0029940119760479],[-145,0.0029940119760479],[-144,0.0029940119760479],[-143,0.0029940119760479],[-142,0.0029940119760479],[-141,0.0029940119760479],[-140,0.0029940119760479],[-139,0.0029940119760479],[-138,0.0029940119760479],[-137,0.0029940119760479],[-136,0.0029940119760479],[-135,0.0029940119760479],[-134,0.0029940119760479],[-133,0.0029940119760479],[-132,0.0029940119760479],[-131,0.0029940119760479],[-130,0.0029940119760479],[-129,0.0029940119760479],[-128,0.0029940119760479],[-127,0.0029940119760479],[-126,0.0029940119760479],[-125,0.0029940119760479],[-124,0.0029940119760479],[-123,0.0029940119760479],[-122,0.0029940119760479],[-121,0.0029940119760479],[-120,0.0029940119760479],[-119,0.0029940119760479],[-118,0.0029940119760479],[-117,0.0029940119760479],[-116,0.0029940119760479],[-115,0.0029940119760479],[-114,0.0029940119760479],[-113,0.0029940119760479],[-112,0.0029940119760479],[-111,0.0029940119760479],[-110,0.0029940119760479],[-109,0.0029940119760479],[-108,0.0029940119760479],[-107,0.0029940119760479],[-106,0.0029940119760479],[-105,0.0029940119760479],[-104,0.0029940119760479],[-103,0.0029940119760479],[-102,0.0029940119760479],[-101,0.0029940119760479],[-100,0.0029940119760479],[-99,0.0029940119760479],[-98,0.0029940119760479],[-97,0.0029940119760479],[-96,0.0029940119760479],[-95,0.0029940119760479],[-94,0.0029940119760479],[-93,0.0029940119760479],[-92,0.0029940119760479],[-91,0.0029940119760479],[-90,0.0029940119760479],[-89,0.0029940119760479],[-88,0.0029940119760479],[-87,0.0029940119760479],[-86,0.0029940119760479],[-85,0.0029940119760479],[-84,0.0029940119760479],[-83,0.0029940119760479],[-82,0.0029940119760479],[-81,0.0029940119760479],[-80,0.0029940119760479],[-79,0.0029940119760479],[-78,0.0029940119760479],[-77,0.0029940119760479],[-76,0.0029940119760479],[-75,0.0029940119760479],[-74,0.0029940119760479],[-73,0.0029940119760479],[-72,0.0029940119760479],[-71,0.0029940119760479],[-70,0.0029940119760479],[-69,0.0029940119760479],[-68,0.0029940119760479],[-67,0.0029940119760479],[-66,0.0029940119760479],[-65,0.0029940119760479],[-64,0.0029940119760479],[-63,0.0029940119760479],[-62,0.0029940119760479],[-61,0.0029940119760479],[-60,0.0029940119760479],[-59,0.0029940119760479],[-58,0.0029940119760479],[-57,0.0029940119760479],[-56,0.0029940119760479],[-55,0.0029940119760479],[-54,0.0029940119760479],[-53,0.0029940119760479],[-52,0.0029940119760479],[-51,0.0029940119760479],[-50,0.0029940119760479],[-49,0.0029940119760479],[-48,0.0029940119760479],[-47,0.0029940119760479],[-46,0.0029940119760479],[-45,0.0029940119760479],[-44,0.0029940119760479],[-43,0.0029940119760479],[-42,0.0029940119760479],[-41,0.0029940119760479],[-40,0.0029940119760479],[-39,0.0029940119760479],[-38,0.0029940119760479],[-37,0.0029940119760479],[-36,0.0029940119760479],[-35,0.0029940119760479],[-34,0.0029940119760479],[-33,0.0029940119760479],[-32,0.0029940119760479],[-31,0.0029940119760479],[-30,0.0029940119760479],[-29,0.0029940119760479],[-28,0.0029940119760479],[-27,0.0029940119760479],[-26,0.0029940119760479],[-25,0.0029940119760479],[-24,0.0029940119760479],[-23,0.0029940119760479],[-22,0.0029940119760479],[-21,0.0029940119760479],[-20,0.0029940119760479],[-19,0.0029940119760479],[-18,0.0029940119760479],[-17,0.0029940119760479],[-16,0.0029940119760479],[-15,0.0029940119760479],[-14,0.0029940119760479],[-13,0.0029940119760479],[-12,0.0029940119760479],[-11,0.0029940119760479],[-10,0.0029940119760479],[-9,0.0029940119760479],[-8,0.0029940119760479],[-7,0.0029940119760479],[-6,0.0029940119760479],[-5,0.0029940119760479],[-4,0.0029940119760479],[-3,0.0029940119760479],[-2,0.0029940119760479],[-1,0.0029940119760479],[1,0.0029940119760479],[2,0.0029940119760479],[3,0.0029940119760479],[4,0.0029940119760479],[5,0.0029940119760479],[6,0.0029940119760479],[7,0.0029940119760479],[8,0.0029940119760479],[9,0.0029940119760479],[10,0.0029940119760479],[11,0.0029940119760479],[12,0.0029940119760479],[13,0.0029940119760479],[14,0.0029940119760479],[15,0.0029940119760479],[16,0.0029940119760479],[17,0.0029940119760479],[18,0.0029940119760479],[19,0.0029940119760479],[20,0.0029940119760479],[21,0.0029940119760479],[22,0.0029940119760479],[23,0.0029940119760479],[24,0.0029940119760479],[25,0.0029940119760479],[26,0.0029940119760479],[27,0.0029940119760479],[28,0.0029940119760479],[29,0.0029940119760479],[30,0.0029940119760479],[31,0.0029940119760479],[32,0.0029940119760479],[33,0.0029940119760479],[34,0.0029940119760479],[35,0.0029940119760479],[36,0.0029940119760479],[37,0.0029940119760479],[38,0.0029940119760479],[39,0.0029940119760479],[40,0.0029940119760479],[41,0.0029940119760479],[42,0.0029940119760479],[43,0.0029940119760479],[44,0.0029940119760479],[45,0.0029940119760479],[46,0.0029940119760479],[47,0.0029940119760479],[48,0.0029940119760479],[49,0.0029940119760479],[50,0.0029940119760479],[51,0.0029940119760479],[52,0.0029940119760479],[53,0.0029940119760479],[54,0.0029940119760479],[55,0.0029940119760479],[56,0.0029940119760479],[57,0.0029940119760479],[58,0.0029940119760479],[59,0.0029940119760479],[60,0.0029940119760479],[61,0.0029940119760479],[62,0.0029940119760479],[63,0.0029940119760479],[64,0.0029940119760479],[65,0.0029940119760479],[66,0.0029940119760479],[67,0.0029940119760479],[68,0.0029940119760479],[69,0.0029940119760479],[70,0.0029940119760479],[71,0.0029940119760479],[72,0.0029940119760479],[73,0.0029940119760479],[74,0.0029940119760479],[75,0.0029940119760479],[76,0.0029940119760479],[77,0.0029940119760479],[78,0.0029940119760479],[79,0.0029940119760479],[80,0.0029940119760479],[81,0.0029940119760479],[82,0.0029940119760479],[83,0.0029940119760479],[84,0.0029940119760479],[85,0.0029940119760479],[86,0.0029940119760479],[87,0.0029940119760479],[88,0.0029940119760479],[89,0.0029940119760479],[90,0.0029940119760479],[91,0.0029940119760479],[92,0.0029940119760479],[93,0.0029940119760479],[94,0.0029940119760479],[95,0.0029940119760479],[96,0.0029940119760479],[97,0.0029940119760479],[98,0.0029940119760479],[99,0.0029940119760479],[100,0.0029940119760479],[101,0.0029940119760479],[102,0.0029940119760479],[103,0.0029940119760479],[104,0.0029940119760479],[105,0.0029940119760479],[106,0.0029940119760479],[107,0.0029940119760479],[108,0.0029940119760479],[109,0.0029940119760479],[110,0.0029940119760479],[111,0.0029940119760479],[112,0.0029940119760479],[113,0.0029940119760479],[114,0.0029940119760479],[115,0.0029940119760479],[116,0.0029940119760479],[117,0.0029940119760479],[118,0.0029940119760479],[119,0.0029940119760479],[120,0.0029940119760479],[121,0.0029940119760479],[122,0.0029940119760479],[123,0.0029940119760479],[124,0.0029940119760479],[125,0.0029940119760479],[126,0.0029940119760479],[127,0.0029940119760479],[128,0.0029940119760479],[129,0.0029940119760479],[130,0.0029940119760479],[131,0.0029940119760479],[132,0.0029940119760479],[133,0.0029940119760479],[134,0.0029940119760479],[135,0.0029940119760479],[136,0.0029940119760479],[137,0.0029940119760479],[138,0.0029940119760479],[139,0.0029940119760479],[140,0.0029940119760479],[141,0.0029940119760479],[142,0.0029940119760479],[143,0.0029940119760479],[144,0.0029940119760479],[145,0.0029940119760479],[146,0.0029940119760479],[147,0.0029940119760479],[148,0.0029940119760479],[149,0.0029940119760479],[150,0.0029940119760479],[151,0.0029940119760479],[152,0.0029940119760479],[153,0.0029940119760479],[154,0.0029940119760479],[155,0.0029940119760479],[156,0.0029940119760479],[157,0.0029940119760479],[158,0.0029940119760479],[159,0.0029940119760479],[160,0.0029940119760479],[161,0.0029940119760479],[162,0.0029940119760479],[163,0.0029940119760479],[164,0.0029940119760479],[165,0.0029940119760479],[166,0.0029940119760479],[167,0.0029940119760479],[168,0.0029940119760479],[169,0.0029940119760479],[170,0.0029940119760479],[171,0.0029940119760479],[172,0.0029940119760479],[173,0.0029940119760479],[174,0.0029940119760479],[175,0.0029940119760479],[176,0.0029940119760479],[177,0.0029940119760479],[178,0.0029940119760479],[-199,0.0089285714285714],[-198,0.0089285714285714],[-197,0.0089285714285714],[-196,0.0089285714285714],[-195,0.0089285714285714],[-194,0.0089285714285714],[-193,0.0089285714285714],[-192,0.0089285714285714],[-191,0.0089285714285714],[-190,0.0089285714285714],[-189,0.0089285714285714],[-188,0.0089285714285714],[-187,0.0089285714285714],[-186,0.0089285714285714],[-185,0.0089285714285714],[-184,0.0089285714285714],[-183,0.0089285714285714],[-182,0.0089285714285714],[-181,0.0089285714285714],[-180,0.0089285714285714],[-179,0.0089285714285714],[-178,0.0089285714285714],[-177,0.0089285714285714],[-176,0.0089285714285714],[-175,0.0089285714285714],[-174,0.0089285714285714],[-173,0.0089285714285714],[-172,0.0089285714285714],[-171,0.0089285714285714],[-170,0.0089285714285714],[-169,0.0089285714285714],[-168,0.0089285714285714],[-167,0.0089285714285714],[-166,0.0089285714285714],[-165,0.0089285714285714],[-164,0.0089285714285714],[-163,0.0089285714285714],[-162,0.0089285714285714],[-161,0.0089285714285714],[-160,0.0089285714285714],[-159,0.0089285714285714],[-158,0.0089285714285714],[-157,0.0089285714285714],[-156,0.0089285714285714],[-155,0.0089285714285714],[-154,0.0089285714285714],[-153,0.0089285714285714],[-152,0.0089285714285714],[-151,0.0089285714285714],[-150,0.0089285714285714],[-149,0.0089285714285714],[-148,0.0089285714285714],[-147,0.0089285714285714],[-146,0.0089285714285714],[-145,0.0089285714285714],[-144,0.0089285714285714],[-143,0.0089285714285714],[-142,0.0089285714285714],[-141,0.0089285714285714],[-140,0.0089285714285714],[-139,0.0089285714285714],[-138,0.0089285714285714],[-137,0.0089285714285714],[-136,0.0089285714285714],[-135,0.0089285714285714],[-134,0.0089285714285714],[-133,0.0089285714285714],[-132,0.0089285714285714],[-131,0.0089285714285714],[-130,0.0089285714285714],[-129,0.0089285714285714],[-128,0.0089285714285714],[-127,0.0089285714285714],[-126,0.0089285714285714],[-125,0.0089285714285714],[-124,0.0089285714285714],[-123,0.0089285714285714],[-122,0.0089285714285714],[-121,0.0089285714285714],[-120,0.0089285714285714],[-119,0.0089285714285714],[-118,0.0089285714285714],[-117,0.0089285714285714],[-116,0.0089285714285714],[-115,0.0089285714285714],[-114,0.0089285714285714],[-113,0.0089285714285714],[-112,0.0089285714285714],[-111,0.0089285714285714],[-110,0.0089285714285714],[-109,0.0089285714285714],[-108,0.0089285714285714],[-107,0.0089285714285714],[-106,0.0089285714285714],[-105,0.0089285714285714],[-104,0.0089285714285714],[-103,0.0089285714285714],[-102,0.0089285714285714],[-101,0.0089285714285714],[-100,0.0089285714285714],[-99,0.0089285714285714],[-98,0.0089285714285714],[-97,0.0089285714285714],[-96,0.0089285714285714],[-95,0.0089285714285714],[-94,0.0089285714285714],[-93,0.0089285714285714],[-92,0.0089285714285714],[-91,0.0089285714285714],[-90,0.0089285714285714],[-89,0.0089285714285714],[-88,0.0089285714285714],[-182,0.16666666666667],[-181,0.16666666666667],[-180,0.16666666666667],[-179,0.16666666666667],[-178,0.16666666666667],[-177,0.16666666666667],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[-310,0.016393442622951],[-309,0.016393442622951],[-308,0.016393442622951],[-307,0.016393442622951],[-306,0.016393442622951],[-305,0.016393442622951],[-304,0.016393442622951],[-303,0.016393442622951],[-302,0.016393442622951],[-301,0.016393442622951],[-300,0.016393442622951],[-299,0.016393442622951],[-298,0.016393442622951],[-297,0.016393442622951],[-296,0.016393442622951],[-295,0.016393442622951],[-294,0.016393442622951],[-293,0.016393442622951],[-292,0.016393442622951],[-291,0.016393442622951],[-290,0.016393442622951],[-289,0.016393442622951],[-288,0.016393442622951],[-287,0.016393442622951],[-286,0.016393442622951],[-285,0.016393442622951],[-284,0.016393442622951],[-283,0.016393442622951],[-282,0.016393442622951],[-281,0.016393442622951],[-280,0.016393442622951],[-279,0.016393442622951],[-278,0.016393442622951],[-277,0.016393442622951],[-276,0.016393442622951],[-275,0.016393442622951],[-274,0.016393442622951],[-273,0.016393442622951],[-272,0.016393442622951],[-271,0.016393442622951],[-270,0.016393442622951],[-269,0.016393442622951],[-268,0.016393442622951],[-267,0.016393442622951],[-266,0.016393442622951],[-265,0.016393442622951],[-264,0.016393442622951],[-263,0.016393442622951],[-262,0.016393442622951],[-261,0.016393442622951],[-260,0.016393442622951],[-259,0.016393442622951],[-258,0.016393442622951],[-257,0.016393442622951],[-256,0.016393442622951],[-255,0.016393442622951],[-254,0.016393442622951],[-253,0.016393442622951],[-252,0.016393442622951],[-251,0.016393442622951],[-250,0.016393442622951],[640,0.016666666666667],[641,0.016666666666667],[642,0.016666666666667],[643,0.016666666666667],[644,0.016666666666667],[645,0.016666666666667],[646,0.016666666666667],[647,0.016666666666667],[648,0.016666666666667],[649,0.016666666666667],[650,0.016666666666667],[651,0.016666666666667],[652,0.016666666666667],[653,0.016666666666667],[654,0.016666666666667],[655,0.016666666666667],[656,0.016666666666667],[657,0.016666666666667],[658,0.016666666666667],[659,0.016666666666667],[660,0.016666666666667],[661,0.016666666666667],[662,0.016666666666667],[663,0.016666666666667],[664,0.016666666666667],[665,0.016666666666667],[666,0.016666666666667],[667,0.016666666666667],[668,0.016666666666667],[669,0.016666666666667],[670,0.016666666666667],[671,0.016666666666667],[672,0.016666666666667],[673,0.016666666666667],[674,0.016666666666667],[675,0.016666666666667],[676,0.016666666666667],[677,0.016666666666667],[678,0.016666666666667],[679,0.016666666666667],[680,0.016666666666667],[681,0.016666666666667],[682,0.016666666666667],[683,0.016666666666667],[684,0.016666666666667],[685,0.016666666666667],[686,0.016666666666667],[687,0.016666666666667],[688,0.016666666666667],[689,0.016666666666667],[690,0.016666666666667],[691,0.016666666666667],[692,0.016666666666667],[693,0.016666666666667],[694,0.016666666666667],[695,0.016666666666667],[696,0.016666666666667],[697,0.016666666666667],[698,0.016666666666667],[699,0.016666666666667],[-222,0.16666666666667],[-221,0.16666666666667],[-220,0.16666666666667],[-219,0.16666666666667],[-218,0.16666666666667],[-217,0.16666666666667],[-222,0.2],[-221,0.2],[-220,0.2],[-219,0.2],[-218,0.2],[-199,0.0089285714285714],[-198,0.0089285714285714],[-197,0.0089285714285714],[-196,0.0089285714285714],[-195,0.0089285714285714],[-194,0.0089285714285714],[-193,0.0089285714285714],[-192,0.0089285714285714],[-191,0.0089285714285714],[-190,0.0089285714285714],[-189,0.0089285714285714],[-188,0.0089285714285714],[-187,0.0089285714285714],[-186,0.0089285714285714],[-185,0.0089285714285714],[-184,0.0089285714285714],[-183,0.0089285714285714],[-182,0.0089285714285714],[-181,0.0089285714285714],[-180,0.0089285714285714],[-179,0.0089285714285714],[-178,0.0089285714285714],[-177,0.0089285714285714],[-176,0.0089285714285714],[-175,0.0089285714285714],[-174,0.0089285714285714],[-173,0.0089285714285714],[-172,0.0089285714285714],[-171,0.0089285714285714],[-170,0.0089285714285714],[-169,0.0089285714285714],[-168,0.0089285714285714],[-167,0.0089285714285714],[-166,0.0089285714285714],[-165,0.0089285714285714],[-164,0.0089285714285714],[-163,0.0089285714285714],[-162,0.0089285714285714],[-161,0.0089285714285714],[-160,0.0089285714285714],[-159,0.0089285714285714],[-158,0.0089285714285714],[-157,0.0089285714285714],[-156,0.0089285714285714],[-155,0.0089285714285714],[-154,0.0089285714285714],[-153,0.0089285714285714],[-152,0.0089285714285714],[-151,0.0089285714285714],[-150,0.0089285714285714],[-149,0.0089285714285714],[-148,0.0089285714285714],[-147,0.0089285714285714],[-146,0.0089285714285714],[-145,0.0089285714285714],[-144,0.0089285714285714],[-143,0.0089285714285714],[-142,0.0089285714285714],[-141,0.0089285714285714],[-140,0.0089285714285714],[-139,0.0089285714285714],[-138,0.0089285714285714],[-137,0.0089285714285714],[-136,0.0089285714285714],[-135,0.0089285714285714],[-134,0.0089285714285714],[-133,0.0089285714285714],[-132,0.0089285714285714],[-131,0.0089285714285714],[-130,0.0089285714285714],[-129,0.0089285714285714],[-128,0.0089285714285714],[-127,0.0089285714285714],[-126,0.0089285714285714],[-125,0.0089285714285714],[-124,0.0089285714285714],[-123,0.0089285714285714],[-122,0.0089285714285714],[-121,0.0089285714285714],[-120,0.0089285714285714],[-119,0.0089285714285714],[-118,0.0089285714285714],[-117,0.0089285714285714],[-116,0.0089285714285714],[-115,0.0089285714285714],[-114,0.0089285714285714],[-113,0.0089285714285714],[-112,0.0089285714285714],[-111,0.0089285714285714],[-110,0.0089285714285714],[-109,0.0089285714285714],[-108,0.0089285714285714],[-107,0.0089285714285714],[-106,0.0089285714285714],[-105,0.0089285714285714],[-104,0.0089285714285714],[-103,0.0089285714285714],[-102,0.0089285714285714],[-101,0.0089285714285714],[-100,0.0089285714285714],[-99,0.0089285714285714],[-98,0.0089285714285714],[-97,0.0089285714285714],[-96,0.0089285714285714],[-95,0.0089285714285714],[-94,0.0089285714285714],[-93,0.0089285714285714],[-92,0.0089285714285714],[-91,0.0089285714285714],[-90,0.0089285714285714],[-89,0.0089285714285714],[-88,0.0089285714285714],[440,0.0082644628099174],[441,0.0082644628099174],[442,0.0082644628099174],[443,0.0082644628099174],[444,0.0082644628099174],[445,0.0082644628099174],[446,0.0082644628099174],[447,0.0082644628099174],[448,0.0082644628099174],[449,0.0082644628099174],[450,0.0082644628099174],[451,0.0082644628099174],[452,0.0082644628099174],[453,0.0082644628099174],[454,0.0082644628099174],[455,0.0082644628099174],[456,0.0082644628099174],[457,0.0082644628099174],[458,0.0082644628099174],[459,0.0082644628099174],[460,0.0082644628099174],[461,0.0082644628099174],[462,0.0082644628099174],[463,0.0082644628099174],[464,0.0082644628099174],[465,0.0082644628099174],[466,0.0082644628099174],[467,0.0082644628099174],[468,0.0082644628099174],[469,0.0082644628099174],[470,0.0082644628099174],[471,0.0082644628099174],[472,0.0082644628099174],[473,0.0082644628099174],[474,0.0082644628099174],[475,0.0082644628099174],[476,0.0082644628099174],[477,0.0082644628099174],[478,0.0082644628099174],[479,0.0082644628099174],[480,0.0082644628099174],[481,0.0082644628099174],[482,0.0082644628099174],[483,0.0082644628099174],[484,0.0082644628099174],[485,0.0082644628099174],[486,0.0082644628099174],[487,0.0082644628099174],[488,0.0082644628099174],[489,0.0082644628099174],[490,0.0082644628099174],[491,0.0082644628099174],[492,0.0082644628099174],[493,0.0082644628099174],[494,0.0082644628099174],[495,0.0082644628099174],[496,0.0082644628099174],[497,0.0082644628099174],[498,0.0082644628099174],[499,0.0082644628099174],[500,0.0082644628099174],[501,0.0082644628099174],[502,0.0082644628099174],[503,0.0082644628099174],[504,0.0082644628099174],[505,0.0082644628099174],[506,0.0082644628099174],[507,0.0082644628099174],[508,0.0082644628099174],[509,0.0082644628099174],[510,0.0082644628099174],[511,0.0082644628099174],[512,0.0082644628099174],[513,0.0082644628099174],[514,0.0082644628099174],[515,0.0082644628099174],[516,0.0082644628099174],[517,0.0082644628099174],[518,0.0082644628099174],[519,0.0082644628099174],[520,0.0082644628099174],[521,0.0082644628099174],[522,0.0082644628099174],[523,0.0082644628099174],[524,0.0082644628099174],[525,0.0082644628099174],[526,0.0082644628099174],[527,0.0082644628099174],[528,0.0082644628099174],[529,0.0082644628099174],[530,0.0082644628099174],[531,0.0082644628099174],[532,0.0082644628099174],[533,0.0082644628099174],[534,0.0082644628099174],[535,0.0082644628099174],[536,0.0082644628099174],[537,0.0082644628099174],[538,0.0082644628099174],[539,0.0082644628099174],[540,0.0082644628099174],[541,0.0082644628099174],[542,0.0082644628099174],[543,0.0082644628099174],[544,0.0082644628099174],[545,0.0082644628099174],[546,0.0082644628099174],[547,0.0082644628099174],[548,0.0082644628099174],[549,0.0082644628099174],[550,0.0082644628099174],[551,0.0082644628099174],[552,0.0082644628099174],[553,0.0082644628099174],[554,0.0082644628099174],[555,0.0082644628099174],[556,0.0082644628099174],[557,0.0082644628099174],[558,0.0082644628099174],[559,0.0082644628099174],[560,0.0082644628099174],[511,0.33333333333333],[512,0.33333333333333],[513,0.33333333333333],[200,0.01],[201,0.01],[202,0.01],[203,0.01],[204,0.01],[205,0.01],[206,0.01],[207,0.01],[208,0.01],[209,0.01],[210,0.01],[211,0.01],[212,0.01],[213,0.01],[214,0.01],[215,0.01],[216,0.01],[217,0.01],[218,0.01],[219,0.01],[220,0.01],[221,0.01],[222,0.01],[223,0.01],[224,0.01],[225,0.01],[226,0.01],[227,0.01],[228,0.01],[229,0.01],[230,0.01],[231,0.01],[232,0.01],[233,0.01],[234,0.01],[235,0.01],[236,0.01],[237,0.01],[238,0.01],[239,0.01],[240,0.01],[241,0.01],[242,0.01],[243,0.01],[244,0.01],[245,0.01],[246,0.01],[247,0.01],[248,0.01],[249,0.01],[250,0.01],[251,0.01],[252,0.01],[253,0.01],[254,0.01],[255,0.01],[256,0.01],[257,0.01],[258,0.01],[259,0.01],[260,0.01],[261,0.01],[262,0.01],[263,0.01],[264,0.01],[265,0.01],[266,0.01],[267,0.01],[268,0.01],[269,0.01],[270,0.01],[271,0.01],[272,0.01],[273,0.01],[274,0.01],[275,0.01],[276,0.01],[277,0.01],[278,0.01],[279,0.01],[280,0.01],[281,0.01],[282,0.01],[283,0.01],[284,0.01],[285,0.01],[286,0.01],[287,0.01],[288,0.01],[289,0.01],[290,0.01],[291,0.01],[292,0.01],[293,0.01],[294,0.01],[295,0.01],[296,0.01],[297,0.01],[298,0.01],[299,0.01],[-199,0.02],[-198,0.02],[-197,0.02],[-196,0.02],[-195,0.02],[-194,0.02],[-193,0.02],[-192,0.02],[-191,0.02],[-190,0.02],[-189,0.02],[-188,0.02],[-187,0.02],[-186,0.02],[-185,0.02],[-184,0.02],[-183,0.02],[-182,0.02],[-181,0.02],[-180,0.02],[-179,0.02],[-178,0.02],[-177,0.02],[-176,0.02],[-175,0.02],[-174,0.02],[-173,0.02],[-172,0.02],[-171,0.02],[-170,0.02],[-169,0.02],[-168,0.02],[-167,0.02],[-166,0.02],[-165,0.02],[-164,0.02],[-163,0.02],[-162,0.02],[-161,0.02],[-160,0.02],[-159,0.02],[-158,0.02],[-157,0.02],[-156,0.02],[-155,0.02],[-154,0.02],[-153,0.02],[-152,0.02],[-151,0.02],[-150,0.02],[90,0.020408163265306],[91,0.020408163265306],[92,0.020408163265306],[93,0.020408163265306],[94,0.020408163265306],[95,0.020408163265306],[96,0.020408163265306],[97,0.020408163265306],[98,0.020408163265306],[99,0.020408163265306],[100,0.020408163265306],[101,0.020408163265306],[102,0.020408163265306],[103,0.020408163265306],[104,0.020408163265306],[105,0.020408163265306],[106,0.020408163265306],[107,0.020408163265306],[108,0.020408163265306],[109,0.020408163265306],[110,0.020408163265306],[111,0.020408163265306],[112,0.020408163265306],[113,0.020408163265306],[114,0.020408163265306],[115,0.020408163265306],[116,0.020408163265306],[117,0.020408163265306],[118,0.020408163265306],[119,0.020408163265306],[120,0.020408163265306],[121,0.020408163265306],[122,0.020408163265306],[123,0.020408163265306],[124,0.020408163265306],[125,0.020408163265306],[126,0.020408163265306],[127,0.020408163265306],[128,0.020408163265306],[129,0.020408163265306],[130,0.020408163265306],[131,0.020408163265306],[132,0.020408163265306],[133,0.020408163265306],[134,0.020408163265306],[135,0.020408163265306],[136,0.020408163265306],[137,0.020408163265306],[138,0.020408163265306],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[368,0.045454545454545],[369,0.045454545454545],[370,0.045454545454545],[371,0.045454545454545],[372,0.045454545454545],[373,0.045454545454545],[374,0.045454545454545],[375,0.045454545454545],[376,0.045454545454545],[377,0.045454545454545],[378,0.045454545454545],[379,0.045454545454545],[380,0.045454545454545],[381,0.045454545454545],[382,0.045454545454545],[383,0.045454545454545],[384,0.045454545454545],[385,0.045454545454545],[386,0.045454545454545],[387,0.045454545454545],[388,0.045454545454545],[389,0.045454545454545],[93,0.0081967213114754],[94,0.0081967213114754],[95,0.0081967213114754],[96,0.0081967213114754],[97,0.0081967213114754],[98,0.0081967213114754],[99,0.0081967213114754],[100,0.0081967213114754],[101,0.0081967213114754],[102,0.0081967213114754],[103,0.0081967213114754],[104,0.0081967213114754],[105,0.0081967213114754],[106,0.0081967213114754],[107,0.0081967213114754],[108,0.0081967213114754],[109,0.0081967213114754],[110,0.0081967213114754],[111,0.0081967213114754],[112,0.0081967213114754],[113,0.0081967213114754],[114,0.0081967213114754],[115,0.0081967213114754],[116,0.0081967213114754],[117,0.0081967213114754],[118,0.0081967213114754],[119,0.0081967213114754],[120,0.0081967213114754],[121,0.0081967213114754],[122,0.0081967213114754],[123,0.0081967213114754],[124,0.0081967213114754],[125,0.0081967213114754],[126,0.0081967213114754],[127,0.0081967213114754],[128,0.0081967213114754],[129,0.0081967213114754],[130,0.0081967213114754],[131,0.0081967213114754],[132,0.0081967213114754],[133,0.0081967213114754],[134,0.0081967213114754],[135,0.0081967213114754],[136,0.0081967213114754],[137,0.0081967213114754],[138,0.0081967213114754],[139,0.0081967213114754],[140,0.0081967213114754],[141,0.0081967213114754],[142,0.0081967213114754],[143,0.0081967213114754],[144,0.0081967213114754],[145,0.0081967213114754],[146,0.0081967213114754],[147,0.0081967213114754],[148,0.0081967213114754],[149,0.0081967213114754],[150,0.0081967213114754],[151,0.0081967213114754],[152,0.0081967213114754],[153,0.0081967213114754],[154,0.0081967213114754],[155,0.0081967213114754],[156,0.0081967213114754],[157,0.0081967213114754],[158,0.0081967213114754],[159,0.0081967213114754],[160,0.0081967213114754],[161,0.0081967213114754],[162,0.0081967213114754],[163,0.0081967213114754],[164,0.0081967213114754],[165,0.0081967213114754],[166,0.0081967213114754],[167,0.0081967213114754],[168,0.0081967213114754],[169,0.0081967213114754],[170,0.0081967213114754],[171,0.0081967213114754],[172,0.0081967213114754],[173,0.0081967213114754],[174,0.0081967213114754],[175,0.0081967213114754],[176,0.0081967213114754],[177,0.0081967213114754],[178,0.0081967213114754],[179,0.0081967213114754],[180,0.0081967213114754],[181,0.0081967213114754],[182,0.0081967213114754],[183,0.0081967213114754],[184,0.0081967213114754],[185,0.0081967213114754],[186,0.0081967213114754],[187,0.0081967213114754],[188,0.0081967213114754],[189,0.0081967213114754],[190,0.0081967213114754],[191,0.0081967213114754],[192,0.0081967213114754],[193,0.0081967213114754],[194,0.0081967213114754],[195,0.0081967213114754],[196,0.0081967213114754],[197,0.0081967213114754],[198,0.0081967213114754],[199,0.0081967213114754],[200,0.0081967213114754],[201,0.0081967213114754],[202,0.0081967213114754],[203,0.0081967213114754],[204,0.0081967213114754],[205,0.0081967213114754],[206,0.0081967213114754],[207,0.0081967213114754],[208,0.0081967213114754],[209,0.0081967213114754],[210,0.0081967213114754],[211,0.0081967213114754],[212,0.0081967213114754],[213,0.0081967213114754],[214,0.0081967213114754],[103,0.021739130434783],[104,0.021739130434783],[105,0.021739130434783],[106,0.021739130434783],[107,0.021739130434783],[108,0.021739130434783],[109,0.021739130434783],[110,0.021739130434783],[111,0.021739130434783],[112,0.021739130434783],[113,0.021739130434783],[114,0.021739130434783],[115,0.021739130434783],[116,0.021739130434783],[117,0.021739130434783],[118,0.021739130434783],[119,0.021739130434783],[120,0.021739130434783],[121,0.021739130434783],[122,0.021739130434783],[123,0.021739130434783],[124,0.021739130434783],[125,0.021739130434783],[126,0.021739130434783],[127,0.021739130434783],[128,0.021739130434783],[129,0.021739130434783],[130,0.021739130434783],[131,0.021739130434783],[132,0.021739130434783],[133,0.021739130434783],[134,0.021739130434783],[135,0.021739130434783],[136,0.021739130434783],[137,0.021739130434783],[138,0.021739130434783],[139,0.021739130434783],[140,0.021739130434783],[141,0.021739130434783],[142,0.021739130434783],[143,0.021739130434783],[144,0.021739130434783],[145,0.021739130434783],[146,0.021739130434783],[147,0.021739130434783],[148,0.021739130434783],[674,0.038461538461538],[675,0.038461538461538],[676,0.038461538461538],[677,0.038461538461538],[678,0.038461538461538],[679,0.038461538461538],[680,0.038461538461538],[681,0.038461538461538],[682,0.038461538461538],[683,0.038461538461538],[684,0.038461538461538],[685,0.038461538461538],[686,0.038461538461538],[687,0.038461538461538],[688,0.038461538461538],[689,0.038461538461538],[690,0.038461538461538],[691,0.038461538461538],[692,0.038461538461538],[693,0.038461538461538],[694,0.038461538461538],[695,0.038461538461538],[696,0.038461538461538],[697,0.038461538461538],[698,0.038461538461538],[699,0.038461538461538],[-20,0.013157894736842],[-19,0.013157894736842],[-18,0.013157894736842],[-17,0.013157894736842],[-16,0.013157894736842],[-15,0.013157894736842],[-14,0.013157894736842],[-13,0.013157894736842],[-12,0.013157894736842],[-11,0.013157894736842],[-10,0.013157894736842],[-9,0.013157894736842],[-8,0.013157894736842],[-7,0.013157894736842],[-6,0.013157894736842],[-5,0.013157894736842],[-4,0.013157894736842],[-3,0.013157894736842],[-2,0.013157894736842],[-1,0.013157894736842],[1,0.013157894736842],[2,0.013157894736842],[3,0.013157894736842],[4,0.013157894736842],[5,0.013157894736842],[6,0.013157894736842],[7,0.013157894736842],[8,0.013157894736842],[9,0.013157894736842],[10,0.013157894736842],[11,0.013157894736842],[12,0.013157894736842],[13,0.013157894736842],[14,0.013157894736842],[15,0.013157894736842],[16,0.013157894736842],[17,0.013157894736842],[18,0.013157894736842],[19,0.013157894736842],[20,0.013157894736842],[21,0.013157894736842],[22,0.013157894736842],[23,0.013157894736842],[24,0.013157894736842],[25,0.013157894736842],[26,0.013157894736842],[27,0.013157894736842],[28,0.013157894736842],[29,0.013157894736842],[30,0.013157894736842],[31,0.013157894736842],[32,0.013157894736842],[33,0.013157894736842],[34,0.013157894736842],[35,0.013157894736842],[36,0.013157894736842],[37,0.013157894736842],[38,0.013157894736842],[39,0.013157894736842],[40,0.013157894736842],[41,0.013157894736842],[42,0.013157894736842],[43,0.013157894736842],[44,0.013157894736842],[45,0.013157894736842],[46,0.013157894736842],[47,0.013157894736842],[48,0.013157894736842],[49,0.013157894736842],[50,0.013157894736842],[51,0.013157894736842],[52,0.013157894736842],[53,0.013157894736842],[54,0.013157894736842],[55,0.013157894736842],[56,0.013157894736842],[-78,0.5],[-77,0.5],[-262,0.1],[-261,0.1],[-260,0.1],[-259,0.1],[-258,0.1],[-257,0.1],[-256,0.1],[-255,0.1],[-254,0.1],[-253,0.1],[-215,0.5],[-214,0.5],[-109,0.5],[-108,0.5],[-199,0.0089285714285714],[-198,0.0089285714285714],[-197,0.0089285714285714],[-196,0.0089285714285714],[-195,0.0089285714285714],[-194,0.0089285714285714],[-193,0.0089285714285714],[-192,0.0089285714285714],[-191,0.0089285714285714],[-190,0.0089285714285714],[-189,0.0089285714285714],[-188,0.0089285714285714],[-187,0.0089285714285714],[-186,0.0089285714285714],[-185,0.0089285714285714],[-184,0.0089285714285714],[-183,0.0089285714285714],[-182,0.0089285714285714],[-181,0.0089285714285714],[-180,0.0089285714285714],[-179,0.0089285714285714],[-178,0.0089285714285714],[-177,0.0089285714285714],[-176,0.0089285714285714],[-175,0.0089285714285714],[-174,0.0089285714285714],[-173,0.0089285714285714],[-172,0.0089285714285714],[-171,0.0089285714285714],[-170,0.0089285714285714],[-169,0.0089285714285714],[-168,0.0089285714285714],[-167,0.0089285714285714],[-166,0.0089285714285714],[-165,0.0089285714285714],[-164,0.0089285714285714],[-163,0.0089285714285714],[-162,0.0089285714285714],[-161,0.0089285714285714],[-160,0.0089285714285714],[-159,0.0089285714285714],[-158,0.0089285714285714],[-157,0.0089285714285714],[-156,0.0089285714285714],[-155,0.0089285714285714],[-154,0.0089285714285714],[-153,0.0089285714285714],[-152,0.0089285714285714],[-151,0.0089285714285714],[-150,0.0089285714285714],[-149,0.0089285714285714],[-148,0.0089285714285714],[-147,0.0089285714285714],[-146,0.0089285714285714],[-145,0.0089285714285714],[-144,0.0089285714285714],[-143,0.0089285714285714],[-142,0.0089285714285714],[-141,0.0089285714285714],[-140,0.0089285714285714],[-139,0.0089285714285714],[-138,0.0089285714285714],[-137,0.0089285714285714],[-136,0.0089285714285714],[-135,0.0089285714285714],[-134,0.0089285714285714],[-133,0.0089285714285714],[-132,0.0089285714285714],[-131,0.0089285714285714],[-130,0.0089285714285714],[-129,0.0089285714285714],[-128,0.0089285714285714],[-127,0.0089285714285714],[-126,0.0089285714285714],[-125,0.0089285714285714],[-124,0.0089285714285714],[-123,0.0089285714285714],[-122,0.0089285714285714],[-121,0.0089285714285714],[-120,0.0089285714285714],[-119,0.0089285714285714],[-118,0.0089285714285714],[-117,0.0089285714285714],[-116,0.0089285714285714],[-115,0.0089285714285714],[-114,0.0089285714285714],[-113,0.0089285714285714],[-112,0.0089285714285714],[-111,0.0089285714285714],[-110,0.0089285714285714],[-109,0.0089285714285714],[-108,0.0089285714285714],[-107,0.0089285714285714],[-106,0.0089285714285714],[-105,0.0089285714285714],[-104,0.0089285714285714],[-103,0.0089285714285714],[-102,0.0089285714285714],[-101,0.0089285714285714],[-100,0.0089285714285714],[-99,0.0089285714285714],[-98,0.0089285714285714],[-97,0.0089285714285714],[-96,0.0089285714285714],[-95,0.0089285714285714],[-94,0.0089285714285714],[-93,0.0089285714285714],[-92,0.0089285714285714],[-91,0.0089285714285714],[-90,0.0089285714285714],[-89,0.0089285714285714],[-88,0.0089285714285714],[-20,0.012345679012346],[-19,0.012345679012346],[-18,0.012345679012346],[-17,0.012345679012346],[-16,0.012345679012346],[-15,0.012345679012346],[-14,0.012345679012346],[-13,0.012345679012346],[-12,0.012345679012346],[-11,0.012345679012346],[-10,0.012345679012346],[-9,0.012345679012346],[-8,0.012345679012346],[-7,0.012345679012346],[-6,0.012345679012346],[-5,0.012345679012346],[-4,0.012345679012346],[-3,0.012345679012346],[-2,0.012345679012346],[-1,0.012345679012346],[1,0.012345679012346],[2,0.012345679012346],[3,0.012345679012346],[4,0.012345679012346],[5,0.012345679012346],[6,0.012345679012346],[7,0.012345679012346],[8,0.012345679012346],[9,0.012345679012346],[10,0.012345679012346],[11,0.012345679012346],[12,0.012345679012346],[13,0.012345679012346],[14,0.012345679012346],[15,0.012345679012346],[16,0.012345679012346],[17,0.012345679012346],[18,0.012345679012346],[19,0.012345679012346],[20,0.012345679012346],[21,0.012345679012346],[22,0.012345679012346],[23,0.012345679012346],[24,0.012345679012346],[25,0.012345679012346],[26,0.012345679012346],[27,0.012345679012346],[28,0.012345679012346],[29,0.012345679012346],[30,0.012345679012346],[31,0.012345679012346],[32,0.012345679012346],[33,0.012345679012346],[34,0.012345679012346],[35,0.012345679012346],[36,0.012345679012346],[37,0.012345679012346],[38,0.012345679012346],[39,0.012345679012346],[40,0.012345679012346],[41,0.012345679012346],[42,0.012345679012346],[43,0.012345679012346],[44,0.012345679012346],[45,0.012345679012346],[46,0.012345679012346],[47,0.012345679012346],[48,0.012345679012346],[49,0.012345679012346],[50,0.012345679012346],[51,0.012345679012346],[52,0.012345679012346],[53,0.012345679012346],[54,0.012345679012346],[55,0.012345679012346],[56,0.012345679012346],[57,0.012345679012346],[58,0.012345679012346],[59,0.012345679012346],[60,0.012345679012346],[61,0.012345679012346],[-199,0.0625],[-198,0.0625],[-197,0.0625],[-196,0.0625],[-195,0.0625],[-194,0.0625],[-193,0.0625],[-192,0.0625],[-191,0.0625],[-190,0.0625],[-189,0.0625],[-188,0.0625],[-187,0.0625],[-186,0.0625],[-185,0.0625],[-184,0.0625],[71,0.016393442622951],[72,0.016393442622951],[73,0.016393442622951],[74,0.016393442622951],[75,0.016393442622951],[76,0.016393442622951],[77,0.016393442622951],[78,0.016393442622951],[79,0.016393442622951],[80,0.016393442622951],[81,0.016393442622951],[82,0.016393442622951],[83,0.016393442622951],[84,0.016393442622951],[85,0.016393442622951],[86,0.016393442622951],[87,0.016393442622951],[88,0.016393442622951],[89,0.016393442622951],[90,0.016393442622951],[91,0.016393442622951],[92,0.016393442622951],[93,0.016393442622951],[94,0.016393442622951],[95,0.016393442622951],[96,0.016393442622951],[97,0.016393442622951],[98,0.016393442622951],[99,0.016393442622951],[100,0.016393442622951],[101,0.016393442622951],[102,0.016393442622951],[103,0.016393442622951],[104,0.016393442622951],[105,0.016393442622951],[106,0.016393442622951],[107,0.016393442622951],[108,0.016393442622951],[109,0.016393442622951],[110,0.016393442622951],[111,0.016393442622951],[112,0.016393442622951],[113,0.016393442622951],[114,0.016393442622951],[115,0.016393442622951],[116,0.016393442622951],[117,0.016393442622951],[118,0.016393442622951],[119,0.016393442622951],[120,0.016393442622951],[121,0.016393442622951],[122,0.016393442622951],[123,0.016393442622951],[124,0.016393442622951],[125,0.016393442622951],[126,0.016393442622951],[127,0.016393442622951],[128,0.016393442622951],[129,0.016393442622951],[130,0.016393442622951],[131,0.016393442622951],[300,0.019607843137255],[301,0.019607843137255],[302,0.019607843137255],[303,0.019607843137255],[304,0.019607843137255],[305,0.019607843137255],[306,0.019607843137255],[307,0.019607843137255],[308,0.019607843137255],[309,0.019607843137255],[310,0.019607843137255],[311,0.019607843137255],[312,0.019607843137255],[313,0.019607843137255],[314,0.019607843137255],[315,0.019607843137255],[316,0.019607843137255],[317,0.019607843137255],[318,0.019607843137255],[319,0.019607843137255],[320,0.019607843137255],[321,0.019607843137255],[322,0.019607843137255],[323,0.019607843137255],[324,0.019607843137255],[325,0.019607843137255],[326,0.019607843137255],[327,0.019607843137255],[328,0.019607843137255],[329,0.019607843137255],[330,0.019607843137255],[331,0.019607843137255],[332,0.019607843137255],[333,0.019607843137255],[334,0.019607843137255],[335,0.019607843137255],[336,0.019607843137255],[337,0.019607843137255],[338,0.019607843137255],[339,0.019607843137255],[340,0.019607843137255],[341,0.019607843137255],[342,0.019607843137255],[343,0.019607843137255],[344,0.019607843137255],[345,0.019607843137255],[346,0.019607843137255],[347,0.019607843137255],[348,0.019607843137255],[349,0.019607843137255],[350,0.019607843137255],[100,0.005],[101,0.005],[102,0.005],[103,0.005],[104,0.005],[105,0.005],[106,0.005],[107,0.005],[108,0.005],[109,0.005],[110,0.005],[111,0.005],[112,0.005],[113,0.005],[114,0.005],[115,0.005],[116,0.005],[117,0.005],[118,0.005],[119,0.005],[120,0.005],[121,0.005],[122,0.005],[123,0.005],[124,0.005],[125,0.005],[126,0.005],[127,0.005],[128,0.005],[129,0.005],[130,0.005],[131,0.005],[132,0.005],[133,0.005],[134,0.005],[135,0.005],[136,0.005],[137,0.005],[138,0.005],[139,0.005],[140,0.005],[141,0.005],[142,0.005],[143,0.005],[144,0.005],[145,0.005],[146,0.005],[147,0.005],[148,0.005],[149,0.005],[150,0.005],[151,0.005],[152,0.005],[153,0.005],[154,0.005],[155,0.005],[156,0.005],[157,0.005],[158,0.005],[159,0.005],[160,0.005],[161,0.005],[162,0.005],[163,0.005],[164,0.005],[165,0.005],[166,0.005],[167,0.005],[168,0.005],[169,0.005],[170,0.005],[171,0.005],[172,0.005],[173,0.005],[174,0.005],[175,0.005],[176,0.005],[177,0.005],[178,0.005],[179,0.005],[180,0.005],[181,0.005],[182,0.005],[183,0.005],[184,0.005],[185,0.005],[186,0.005],[187,0.005],[188,0.005],[189,0.005],[190,0.005],[191,0.005],[192,0.005],[193,0.005],[194,0.005],[195,0.005],[196,0.005],[197,0.005],[198,0.005],[199,0.005],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[-268,0.083333333333333],[-267,0.083333333333333],[-266,0.083333333333333],[-265,0.083333333333333],[-264,0.083333333333333],[-263,0.083333333333333],[-262,0.083333333333333],[-261,0.083333333333333],[-260,0.083333333333333],[-259,0.083333333333333],[-258,0.083333333333333],[-257,0.083333333333333],[-199,0.016666666666667],[-198,0.016666666666667],[-197,0.016666666666667],[-196,0.016666666666667],[-195,0.016666666666667],[-194,0.016666666666667],[-193,0.016666666666667],[-192,0.016666666666667],[-191,0.016666666666667],[-190,0.016666666666667],[-189,0.016666666666667],[-188,0.016666666666667],[-187,0.016666666666667],[-186,0.016666666666667],[-185,0.016666666666667],[-184,0.016666666666667],[-183,0.016666666666667],[-182,0.016666666666667],[-181,0.016666666666667],[-180,0.016666666666667],[-179,0.016666666666667],[-178,0.016666666666667],[-177,0.016666666666667],[-176,0.016666666666667],[-175,0.016666666666667],[-174,0.016666666666667],[-173,0.016666666666667],[-172,0.016666666666667],[-171,0.016666666666667],[-170,0.016666666666667],[-169,0.016666666666667],[-168,0.016666666666667],[-167,0.016666666666667],[-166,0.016666666666667],[-165,0.016666666666667],[-164,0.016666666666667],[-163,0.016666666666667],[-162,0.016666666666667],[-161,0.016666666666667],[-160,0.016666666666667],[-159,0.016666666666667],[-158,0.016666666666667],[-157,0.016666666666667],[-156,0.016666666666667],[-155,0.016666666666667],[-154,0.016666666666667],[-153,0.016666666666667],[-152,0.016666666666667],[-151,0.016666666666667],[-150,0.016666666666667],[-149,0.016666666666667],[-148,0.016666666666667],[-147,0.016666666666667],[-146,0.016666666666667],[-145,0.016666666666667],[-144,0.016666666666667],[-143,0.016666666666667],[-142,0.016666666666667],[-141,0.016666666666667],[-140,0.016666666666667],[-134,0.021276595744681],[-133,0.021276595744681],[-132,0.021276595744681],[-131,0.021276595744681],[-130,0.021276595744681],[-129,0.021276595744681],[-128,0.021276595744681],[-127,0.021276595744681],[-126,0.021276595744681],[-125,0.021276595744681],[-124,0.021276595744681],[-123,0.021276595744681],[-122,0.021276595744681],[-121,0.021276595744681],[-120,0.021276595744681],[-119,0.021276595744681],[-118,0.021276595744681],[-117,0.021276595744681],[-116,0.021276595744681],[-115,0.021276595744681],[-114,0.021276595744681],[-113,0.021276595744681],[-112,0.021276595744681],[-111,0.021276595744681],[-110,0.021276595744681],[-109,0.021276595744681],[-108,0.021276595744681],[-107,0.021276595744681],[-106,0.021276595744681],[-105,0.021276595744681],[-104,0.021276595744681],[-103,0.021276595744681],[-102,0.021276595744681],[-101,0.021276595744681],[-100,0.021276595744681],[-99,0.021276595744681],[-98,0.021276595744681],[-97,0.021276595744681],[-96,0.021276595744681],[-95,0.021276595744681],[-94,0.021276595744681],[-93,0.021276595744681],[-92,0.021276595744681],[-91,0.021276595744681],[-90,0.021276595744681],[-89,0.021276595744681],[-88,0.021276595744681],[-201,0.047619047619048],[-200,0.047619047619048],[-199,0.047619047619048],[-198,0.047619047619048],[-197,0.047619047619048],[-196,0.047619047619048],[-195,0.047619047619048],[-194,0.047619047619048],[-193,0.047619047619048],[-192,0.047619047619048],[-191,0.047619047619048],[-190,0.047619047619048],[-189,0.047619047619048],[-188,0.047619047619048],[-187,0.047619047619048],[-186,0.047619047619048],[-185,0.047619047619048],[-184,0.047619047619048],[-183,0.047619047619048],[-182,0.047619047619048],[-181,0.047619047619048],[83,1],[107,0.010752688172043],[108,0.010752688172043],[109,0.010752688172043],[110,0.010752688172043],[111,0.010752688172043],[112,0.010752688172043],[113,0.010752688172043],[114,0.010752688172043],[115,0.010752688172043],[116,0.010752688172043],[117,0.010752688172043],[118,0.010752688172043],[119,0.010752688172043],[120,0.010752688172043],[121,0.010752688172043],[122,0.010752688172043],[123,0.010752688172043],[124,0.010752688172043],[125,0.010752688172043],[126,0.010752688172043],[127,0.010752688172043],[128,0.010752688172043],[129,0.010752688172043],[130,0.010752688172043],[131,0.010752688172043],[132,0.010752688172043],[133,0.010752688172043],[134,0.010752688172043],[135,0.010752688172043],[136,0.010752688172043],[137,0.010752688172043],[138,0.010752688172043],[139,0.010752688172043],[140,0.010752688172043],[141,0.010752688172043],[142,0.010752688172043],[143,0.010752688172043],[144,0.010752688172043],[145,0.010752688172043],[146,0.010752688172043],[147,0.010752688172043],[148,0.010752688172043],[149,0.010752688172043],[150,0.010752688172043],[151,0.010752688172043],[152,0.010752688172043],[153,0.010752688172043],[154,0.010752688172043],[155,0.010752688172043],[156,0.010752688172043],[157,0.010752688172043],[158,0.010752688172043],[159,0.010752688172043],[160,0.010752688172043],[161,0.010752688172043],[162,0.010752688172043],[163,0.010752688172043],[164,0.010752688172043],[165,0.010752688172043],[166,0.010752688172043],[167,0.010752688172043],[168,0.010752688172043],[169,0.010752688172043],[170,0.010752688172043],[171,0.010752688172043],[172,0.010752688172043],[173,0.010752688172043],[174,0.010752688172043],[175,0.010752688172043],[176,0.010752688172043],[177,0.010752688172043],[178,0.010752688172043],[179,0.010752688172043],[180,0.010752688172043],[181,0.010752688172043],[182,0.010752688172043],[183,0.010752688172043],[184,0.010752688172043],[185,0.010752688172043],[186,0.010752688172043],[187,0.010752688172043],[188,0.010752688172043],[189,0.010752688172043],[190,0.010752688172043],[191,0.010752688172043],[192,0.010752688172043],[193,0.010752688172043],[194,0.010752688172043],[195,0.010752688172043],[196,0.010752688172043],[197,0.010752688172043],[198,0.010752688172043],[199,0.010752688172043],[450,0.013157894736842],[451,0.013157894736842],[452,0.013157894736842],[453,0.013157894736842],[454,0.013157894736842],[455,0.013157894736842],[456,0.013157894736842],[457,0.013157894736842],[458,0.013157894736842],[459,0.013157894736842],[460,0.013157894736842],[461,0.013157894736842],[462,0.013157894736842],[463,0.013157894736842],[464,0.013157894736842],[465,0.013157894736842],[466,0.013157894736842],[467,0.013157894736842],[468,0.013157894736842],[469,0.013157894736842],[470,0.013157894736842],[471,0.013157894736842],[472,0.013157894736842],[473,0.013157894736842],[474,0.013157894736842],[475,0.013157894736842],[476,0.013157894736842],[477,0.013157894736842],[478,0.013157894736842],[479,0.013157894736842],[480,0.013157894736842],[481,0.013157894736842],[482,0.013157894736842],[483,0.013157894736842],[484,0.013157894736842],[485,0.013157894736842],[486,0.013157894736842],[487,0.013157894736842],[488,0.013157894736842],[489,0.013157894736842],[490,0.013157894736842],[491,0.013157894736842],[492,0.013157894736842],[493,0.013157894736842],[494,0.013157894736842],[495,0.013157894736842],[496,0.013157894736842],[497,0.013157894736842],[498,0.013157894736842],[499,0.013157894736842],[500,0.013157894736842],[501,0.013157894736842],[502,0.013157894736842],[503,0.013157894736842],[504,0.013157894736842],[505,0.013157894736842],[506,0.013157894736842],[507,0.013157894736842],[508,0.013157894736842],[509,0.013157894736842],[510,0.013157894736842],[511,0.013157894736842],[512,0.013157894736842],[513,0.013157894736842],[514,0.013157894736842],[515,0.013157894736842],[516,0.013157894736842],[517,0.013157894736842],[518,0.013157894736842],[519,0.013157894736842],[520,0.013157894736842],[521,0.013157894736842],[522,0.013157894736842],[523,0.013157894736842],[524,0.013157894736842],[525,0.013157894736842],[-30,0.090909090909091],[-29,0.090909090909091],[-28,0.090909090909091],[-27,0.090909090909091],[-26,0.090909090909091],[-25,0.090909090909091],[-24,0.090909090909091],[-23,0.090909090909091],[-22,0.090909090909091],[-21,0.090909090909091],[-20,0.090909090909091],[162,0.33333333333333],[163,0.33333333333333],[164,0.33333333333333],[5,0.5],[6,0.5],[200,0.038461538461538],[201,0.038461538461538],[202,0.038461538461538],[203,0.038461538461538],[204,0.038461538461538],[205,0.038461538461538],[206,0.038461538461538],[207,0.038461538461538],[208,0.038461538461538],[209,0.038461538461538],[210,0.038461538461538],[211,0.038461538461538],[212,0.038461538461538],[213,0.038461538461538],[214,0.038461538461538],[215,0.038461538461538],[216,0.038461538461538],[217,0.038461538461538],[218,0.038461538461538],[219,0.038461538461538],[220,0.038461538461538],[221,0.038461538461538],[222,0.038461538461538],[223,0.038461538461538],[224,0.038461538461538],[225,0.038461538461538],[96,0.019230769230769],[97,0.019230769230769],[98,0.019230769230769],[99,0.019230769230769],[100,0.019230769230769],[101,0.019230769230769],[102,0.019230769230769],[103,0.019230769230769],[104,0.019230769230769],[105,0.019230769230769],[106,0.019230769230769],[107,0.019230769230769],[108,0.019230769230769],[109,0.019230769230769],[110,0.019230769230769],[111,0.019230769230769],[112,0.019230769230769],[113,0.019230769230769],[114,0.019230769230769],[115,0.019230769230769],[116,0.019230769230769],[117,0.019230769230769],[118,0.019230769230769],[119,0.019230769230769],[120,0.019230769230769],[121,0.019230769230769],[122,0.019230769230769],[123,0.019230769230769],[124,0.019230769230769],[125,0.019230769230769],[126,0.019230769230769],[127,0.019230769230769],[128,0.019230769230769],[129,0.019230769230769],[130,0.019230769230769],[131,0.019230769230769],[132,0.019230769230769],[133,0.019230769230769],[134,0.019230769230769],[135,0.019230769230769],[136,0.019230769230769],[137,0.019230769230769],[138,0.019230769230769],[139,0.019230769230769],[140,0.019230769230769],[141,0.019230769230769],[142,0.019230769230769],[143,0.019230769230769],[144,0.019230769230769],[145,0.019230769230769],[146,0.019230769230769],[147,0.019230769230769],[179,0.024390243902439],[180,0.024390243902439],[181,0.024390243902439],[182,0.024390243902439],[183,0.024390243902439],[184,0.024390243902439],[185,0.024390243902439],[186,0.024390243902439],[187,0.024390243902439],[188,0.024390243902439],[189,0.024390243902439],[190,0.024390243902439],[191,0.024390243902439],[192,0.024390243902439],[193,0.024390243902439],[194,0.024390243902439],[195,0.024390243902439],[196,0.024390243902439],[197,0.024390243902439],[198,0.024390243902439],[199,0.024390243902439],[200,0.024390243902439],[201,0.024390243902439],[202,0.024390243902439],[203,0.024390243902439],[204,0.024390243902439],[205,0.024390243902439],[206,0.024390243902439],[207,0.024390243902439],[208,0.024390243902439],[209,0.024390243902439],[210,0.024390243902439],[211,0.024390243902439],[212,0.024390243902439],[213,0.024390243902439],[214,0.024390243902439],[215,0.024390243902439],[216,0.024390243902439],[217,0.024390243902439],[218,0.024390243902439],[219,0.024390243902439],[41,0.027777777777778],[42,0.027777777777778],[43,0.027777777777778],[44,0.027777777777778],[45,0.027777777777778],[46,0.027777777777778],[47,0.027777777777778],[48,0.027777777777778],[49,0.027777777777778],[50,0.027777777777778],[51,0.027777777777778],[52,0.027777777777778],[53,0.027777777777778],[54,0.027777777777778],[55,0.027777777777778],[56,0.027777777777778],[57,0.027777777777778],[58,0.027777777777778],[59,0.027777777777778],[60,0.027777777777778],[61,0.027777777777778],[62,0.027777777777778],[63,0.027777777777778],[64,0.027777777777778],[65,0.027777777777778],[66,0.027777777777778],[67,0.027777777777778],[68,0.027777777777778],[69,0.027777777777778],[70,0.027777777777778],[71,0.027777777777778],[72,0.027777777777778],[73,0.027777777777778],[74,0.027777777777778],[75,0.027777777777778],[76,0.027777777777778],[-225,0.0079365079365079],[-224,0.0079365079365079],[-223,0.0079365079365079],[-222,0.0079365079365079],[-221,0.0079365079365079],[-220,0.0079365079365079],[-219,0.0079365079365079],[-218,0.0079365079365079],[-217,0.0079365079365079],[-216,0.0079365079365079],[-215,0.0079365079365079],[-214,0.0079365079365079],[-213,0.0079365079365079],[-212,0.0079365079365079],[-211,0.0079365079365079],[-210,0.0079365079365079],[-209,0.0079365079365079],[-208,0.0079365079365079],[-207,0.0079365079365079],[-206,0.0079365079365079],[-205,0.0079365079365079],[-204,0.0079365079365079],[-203,0.0079365079365079],[-202,0.0079365079365079],[-201,0.0079365079365079],[-200,0.0079365079365079],[-199,0.0079365079365079],[-198,0.0079365079365079],[-197,0.0079365079365079],[-196,0.0079365079365079],[-195,0.0079365079365079],[-194,0.0079365079365079],[-193,0.0079365079365079],[-192,0.0079365079365079],[-191,0.0079365079365079],[-190,0.0079365079365079],[-189,0.0079365079365079],[-188,0.0079365079365079],[-187,0.0079365079365079],[-186,0.0079365079365079],[-185,0.0079365079365079],[-184,0.0079365079365079],[-183,0.0079365079365079],[-182,0.0079365079365079],[-181,0.0079365079365079],[-180,0.0079365079365079],[-179,0.0079365079365079],[-178,0.0079365079365079],[-177,0.0079365079365079],[-176,0.0079365079365079],[-175,0.0079365079365079],[-174,0.0079365079365079],[-173,0.0079365079365079],[-172,0.0079365079365079],[-171,0.0079365079365079],[-170,0.0079365079365079],[-169,0.0079365079365079],[-168,0.0079365079365079],[-167,0.0079365079365079],[-166,0.0079365079365079],[-165,0.0079365079365079],[-164,0.0079365079365079],[-163,0.0079365079365079],[-162,0.0079365079365079],[-161,0.0079365079365079],[-160,0.0079365079365079],[-159,0.0079365079365079],[-158,0.0079365079365079],[-157,0.0079365079365079],[-156,0.0079365079365079],[-155,0.0079365079365079],[-154,0.0079365079365079],[-153,0.0079365079365079],[-152,0.0079365079365079],[-151,0.0079365079365079],[-150,0.0079365079365079],[-149,0.0079365079365079],[-148,0.0079365079365079],[-147,0.0079365079365079],[-146,0.0079365079365079],[-145,0.0079365079365079],[-144,0.0079365079365079],[-143,0.0079365079365079],[-142,0.0079365079365079],[-141,0.0079365079365079],[-140,0.0079365079365079],[-139,0.0079365079365079],[-138,0.0079365079365079],[-137,0.0079365079365079],[-136,0.0079365079365079],[-135,0.0079365079365079],[-134,0.0079365079365079],[-133,0.0079365079365079],[-132,0.0079365079365079],[-131,0.0079365079365079],[-130,0.0079365079365079],[-129,0.0079365079365079],[-128,0.0079365079365079],[-127,0.0079365079365079],[-126,0.0079365079365079],[-125,0.0079365079365079],[-124,0.0079365079365079],[-123,0.0079365079365079],[-122,0.0079365079365079],[-121,0.0079365079365079],[-120,0.0079365079365079],[-119,0.0079365079365079],[-118,0.0079365079365079],[-117,0.0079365079365079],[-116,0.0079365079365079],[-115,0.0079365079365079],[-114,0.0079365079365079],[-113,0.0079365079365079],[-112,0.0079365079365079],[-111,0.0079365079365079],[-110,0.0079365079365079],[-109,0.0079365079365079],[-108,0.0079365079365079],[-107,0.0079365079365079],[-106,0.0079365079365079],[-105,0.0079365079365079],[-104,0.0079365079365079],[-103,0.0079365079365079],[-102,0.0079365079365079],[-101,0.0079365079365079],[-100,0.0079365079365079],[-160,0.33333333333333],[-159,0.33333333333333],[-158,0.33333333333333],[-230,0.14285714285714],[-229,0.14285714285714],[-228,0.14285714285714],[-227,0.14285714285714],[-226,0.14285714285714],[-225,0.14285714285714],[-224,0.14285714285714],[-260,0.04],[-259,0.04],[-258,0.04],[-257,0.04],[-256,0.04],[-255,0.04],[-254,0.04],[-253,0.04],[-252,0.04],[-251,0.04],[-250,0.04],[-249,0.04],[-248,0.04],[-247,0.04],[-246,0.04],[-245,0.04],[-244,0.04],[-243,0.04],[-242,0.04],[-241,0.04],[-240,0.04],[-239,0.04],[-238,0.04],[-237,0.04],[-236,0.04],[25,0.013333333333333],[26,0.013333333333333],[27,0.013333333333333],[28,0.013333333333333],[29,0.013333333333333],[30,0.013333333333333],[31,0.013333333333333],[32,0.013333333333333],[33,0.013333333333333],[34,0.013333333333333],[35,0.013333333333333],[36,0.013333333333333],[37,0.013333333333333],[38,0.013333333333333],[39,0.013333333333333],[40,0.013333333333333],[41,0.013333333333333],[42,0.013333333333333],[43,0.013333333333333],[44,0.013333333333333],[45,0.013333333333333],[46,0.013333333333333],[47,0.013333333333333],[48,0.013333333333333],[49,0.013333333333333],[50,0.013333333333333],[51,0.013333333333333],[52,0.013333333333333],[53,0.013333333333333],[54,0.013333333333333],[55,0.013333333333333],[56,0.013333333333333],[57,0.013333333333333],[58,0.013333333333333],[59,0.013333333333333],[60,0.013333333333333],[61,0.013333333333333],[62,0.013333333333333],[63,0.013333333333333],[64,0.013333333333333],[65,0.013333333333333],[66,0.013333333333333],[67,0.013333333333333],[68,0.013333333333333],[69,0.013333333333333],[70,0.013333333333333],[71,0.013333333333333],[72,0.013333333333333],[73,0.013333333333333],[74,0.013333333333333],[75,0.013333333333333],[76,0.013333333333333],[77,0.013333333333333],[78,0.013333333333333],[79,0.013333333333333],[80,0.013333333333333],[81,0.013333333333333],[82,0.013333333333333],[83,0.013333333333333],[84,0.013333333333333],[85,0.013333333333333],[86,0.013333333333333],[87,0.013333333333333],[88,0.013333333333333],[89,0.013333333333333],[90,0.013333333333333],[91,0.013333333333333],[92,0.013333333333333],[93,0.013333333333333],[94,0.013333333333333],[95,0.013333333333333],[96,0.013333333333333],[97,0.013333333333333],[98,0.013333333333333],[99,0.013333333333333],[685,0.02],[686,0.02],[687,0.02],[688,0.02],[689,0.02],[690,0.02],[691,0.02],[692,0.02],[693,0.02],[694,0.02],[695,0.02],[696,0.02],[697,0.02],[698,0.02],[699,0.02],[700,0.02],[701,0.02],[702,0.02],[703,0.02],[704,0.02],[705,0.02],[706,0.02],[707,0.02],[708,0.02],[709,0.02],[710,0.02],[711,0.02],[712,0.02],[713,0.02],[714,0.02],[715,0.02],[716,0.02],[717,0.02],[718,0.02],[719,0.02],[720,0.02],[721,0.02],[722,0.02],[723,0.02],[724,0.02],[725,0.02],[726,0.02],[727,0.02],[728,0.02],[729,0.02],[730,0.02],[731,0.02],[732,0.02],[733,0.02],[734,0.02],[106,0.020833333333333],[107,0.020833333333333],[108,0.020833333333333],[109,0.020833333333333],[110,0.020833333333333],[111,0.020833333333333],[112,0.020833333333333],[113,0.020833333333333],[114,0.020833333333333],[115,0.020833333333333],[116,0.020833333333333],[117,0.020833333333333],[118,0.020833333333333],[119,0.020833333333333],[120,0.020833333333333],[121,0.020833333333333],[122,0.020833333333333],[123,0.020833333333333],[124,0.020833333333333],[125,0.020833333333333],[126,0.020833333333333],[127,0.020833333333333],[128,0.020833333333333],[129,0.020833333333333],[130,0.020833333333333],[131,0.020833333333333],[132,0.020833333333333],[133,0.020833333333333],[134,0.020833333333333],[135,0.020833333333333],[136,0.020833333333333],[137,0.020833333333333],[138,0.020833333333333],[139,0.020833333333333],[140,0.020833333333333],[141,0.020833333333333],[142,0.020833333333333],[143,0.020833333333333],[144,0.020833333333333],[145,0.020833333333333],[146,0.020833333333333],[147,0.020833333333333],[148,0.020833333333333],[149,0.020833333333333],[150,0.020833333333333],[151,0.020833333333333],[152,0.020833333333333],[153,0.020833333333333],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[700,0.005],[701,0.005],[702,0.005],[703,0.005],[704,0.005],[705,0.005],[706,0.005],[707,0.005],[708,0.005],[709,0.005],[710,0.005],[711,0.005],[712,0.005],[713,0.005],[714,0.005],[715,0.005],[716,0.005],[717,0.005],[718,0.005],[719,0.005],[720,0.005],[721,0.005],[722,0.005],[723,0.005],[724,0.005],[725,0.005],[726,0.005],[727,0.005],[728,0.005],[729,0.005],[730,0.005],[731,0.005],[732,0.005],[733,0.005],[734,0.005],[735,0.005],[736,0.005],[737,0.005],[738,0.005],[739,0.005],[740,0.005],[741,0.005],[742,0.005],[743,0.005],[744,0.005],[745,0.005],[746,0.005],[747,0.005],[748,0.005],[749,0.005],[750,0.005],[751,0.005],[752,0.005],[753,0.005],[754,0.005],[755,0.005],[756,0.005],[757,0.005],[758,0.005],[759,0.005],[760,0.005],[761,0.005],[762,0.005],[763,0.005],[764,0.005],[765,0.005],[766,0.005],[767,0.005],[768,0.005],[769,0.005],[770,0.005],[771,0.005],[772,0.005],[773,0.005],[774,0.005],[775,0.005],[776,0.005],[777,0.005],[778,0.005],[779,0.005],[780,0.005],[781,0.005],[782,0.005],[783,0.005],[784,0.005],[785,0.005],[786,0.005],[787,0.005],[788,0.005],[789,0.005],[790,0.005],[791,0.005],[792,0.005],[793,0.005],[794,0.005],[795,0.005],[796,0.005],[797,0.005],[798,0.005],[799,0.005],[-150,0.012345679012346],[-149,0.012345679012346],[-148,0.012345679012346],[-147,0.012345679012346],[-146,0.012345679012346],[-145,0.012345679012346],[-144,0.012345679012346],[-143,0.012345679012346],[-142,0.012345679012346],[-141,0.012345679012346],[-140,0.012345679012346],[-139,0.012345679012346],[-138,0.012345679012346],[-137,0.012345679012346],[-136,0.012345679012346],[-135,0.012345679012346],[-134,0.012345679012346],[-133,0.012345679012346],[-132,0.012345679012346],[-131,0.012345679012346],[-130,0.012345679012346],[-129,0.012345679012346],[-128,0.012345679012346],[-127,0.012345679012346],[-126,0.012345679012346],[-125,0.012345679012346],[-124,0.012345679012346],[-123,0.012345679012346],[-122,0.012345679012346],[-121,0.012345679012346],[-120,0.012345679012346],[-119,0.012345679012346],[-118,0.012345679012346],[-117,0.012345679012346],[-116,0.012345679012346],[-115,0.012345679012346],[-114,0.012345679012346],[-113,0.012345679012346],[-112,0.012345679012346],[-111,0.012345679012346],[-110,0.012345679012346],[-109,0.012345679012346],[-108,0.012345679012346],[-107,0.012345679012346],[-106,0.012345679012346],[-105,0.012345679012346],[-104,0.012345679012346],[-103,0.012345679012346],[-102,0.012345679012346],[-101,0.012345679012346],[-100,0.012345679012346],[-99,0.012345679012346],[-98,0.012345679012346],[-97,0.012345679012346],[-96,0.012345679012346],[-95,0.012345679012346],[-94,0.012345679012346],[-93,0.012345679012346],[-92,0.012345679012346],[-91,0.012345679012346],[-90,0.012345679012346],[-89,0.012345679012346],[-88,0.012345679012346],[-87,0.012345679012346],[-86,0.012345679012346],[-85,0.012345679012346],[-84,0.012345679012346],[-83,0.012345679012346],[-82,0.012345679012346],[-81,0.012345679012346],[-80,0.012345679012346],[-79,0.012345679012346],[-78,0.012345679012346],[-77,0.012345679012346],[-76,0.012345679012346],[-75,0.012345679012346],[-74,0.012345679012346],[-73,0.012345679012346],[-72,0.012345679012346],[-71,0.012345679012346],[-70,0.012345679012346],[-115,1],[157,0.013888888888889],[158,0.013888888888889],[159,0.013888888888889],[160,0.013888888888889],[161,0.013888888888889],[162,0.013888888888889],[163,0.013888888888889],[164,0.013888888888889],[165,0.013888888888889],[166,0.013888888888889],[167,0.013888888888889],[168,0.013888888888889],[169,0.013888888888889],[170,0.013888888888889],[171,0.013888888888889],[172,0.013888888888889],[173,0.013888888888889],[174,0.013888888888889],[175,0.013888888888889],[176,0.013888888888889],[177,0.013888888888889],[178,0.013888888888889],[179,0.013888888888889],[180,0.013888888888889],[181,0.013888888888889],[182,0.013888888888889],[183,0.013888888888889],[184,0.013888888888889],[185,0.013888888888889],[186,0.013888888888889],[187,0.013888888888889],[188,0.013888888888889],[189,0.013888888888889],[190,0.013888888888889],[191,0.013888888888889],[192,0.013888888888889],[193,0.013888888888889],[194,0.013888888888889],[195,0.013888888888889],[196,0.013888888888889],[197,0.013888888888889],[198,0.013888888888889],[199,0.013888888888889],[200,0.013888888888889],[201,0.013888888888889],[202,0.013888888888889],[203,0.013888888888889],[204,0.013888888888889],[205,0.013888888888889],[206,0.013888888888889],[207,0.013888888888889],[208,0.013888888888889],[209,0.013888888888889],[210,0.013888888888889],[211,0.013888888888889],[212,0.013888888888889],[213,0.013888888888889],[214,0.013888888888889],[215,0.013888888888889],[216,0.013888888888889],[217,0.013888888888889],[218,0.013888888888889],[219,0.013888888888889],[220,0.013888888888889],[221,0.013888888888889],[222,0.013888888888889],[223,0.013888888888889],[224,0.013888888888889],[225,0.013888888888889],[226,0.013888888888889],[227,0.013888888888889],[228,0.013888888888889],[-257,0.33333333333333],[-256,0.33333333333333],[-255,0.33333333333333],[-190,0.25],[-189,0.25],[-188,0.25],[-187,0.25],[315,0.05],[316,0.05],[317,0.05],[318,0.05],[319,0.05],[320,0.05],[321,0.05],[322,0.05],[323,0.05],[324,0.05],[325,0.05],[326,0.05],[327,0.05],[328,0.05],[329,0.05],[330,0.05],[331,0.05],[332,0.05],[333,0.05],[334,0.05],[303,0.017241379310345],[304,0.017241379310345],[305,0.017241379310345],[306,0.017241379310345],[307,0.017241379310345],[308,0.017241379310345],[309,0.017241379310345],[310,0.017241379310345],[311,0.017241379310345],[312,0.017241379310345],[313,0.017241379310345],[314,0.017241379310345],[315,0.017241379310345],[316,0.017241379310345],[317,0.017241379310345],[318,0.017241379310345],[319,0.017241379310345],[320,0.017241379310345],[321,0.017241379310345],[322,0.017241379310345],[323,0.017241379310345],[324,0.017241379310345],[325,0.017241379310345],[326,0.017241379310345],[327,0.017241379310345],[328,0.017241379310345],[329,0.017241379310345],[330,0.017241379310345],[331,0.017241379310345],[332,0.017241379310345],[333,0.017241379310345],[334,0.017241379310345],[335,0.017241379310345],[336,0.017241379310345],[337,0.017241379310345],[338,0.017241379310345],[339,0.017241379310345],[340,0.017241379310345],[341,0.017241379310345],[342,0.017241379310345],[343,0.017241379310345],[344,0.017241379310345],[345,0.017241379310345],[346,0.017241379310345],[347,0.017241379310345],[348,0.017241379310345],[349,0.017241379310345],[350,0.017241379310345],[351,0.017241379310345],[352,0.017241379310345],[353,0.017241379310345],[354,0.017241379310345],[355,0.017241379310345],[356,0.017241379310345],[357,0.017241379310345],[358,0.017241379310345],[359,0.017241379310345],[360,0.017241379310345],[94,0.058823529411765],[95,0.058823529411765],[96,0.058823529411765],[97,0.058823529411765],[98,0.058823529411765],[99,0.058823529411765],[100,0.058823529411765],[101,0.058823529411765],[102,0.058823529411765],[103,0.058823529411765],[104,0.058823529411765],[105,0.058823529411765],[106,0.058823529411765],[107,0.058823529411765],[108,0.058823529411765],[109,0.058823529411765],[110,0.058823529411765],[132,0.0085470085470085],[133,0.0085470085470085],[134,0.0085470085470085],[135,0.0085470085470085],[136,0.0085470085470085],[137,0.0085470085470085],[138,0.0085470085470085],[139,0.0085470085470085],[140,0.0085470085470085],[141,0.0085470085470085],[142,0.0085470085470085],[143,0.0085470085470085],[144,0.0085470085470085],[145,0.0085470085470085],[146,0.0085470085470085],[147,0.0085470085470085],[148,0.0085470085470085],[149,0.0085470085470085],[150,0.0085470085470085],[151,0.0085470085470085],[152,0.0085470085470085],[153,0.0085470085470085],[154,0.0085470085470085],[155,0.0085470085470085],[156,0.0085470085470085],[157,0.0085470085470085],[158,0.0085470085470085],[159,0.0085470085470085],[160,0.0085470085470085],[161,0.0085470085470085],[162,0.0085470085470085],[163,0.0085470085470085],[164,0.0085470085470085],[165,0.0085470085470085],[166,0.0085470085470085],[167,0.0085470085470085],[168,0.0085470085470085],[169,0.0085470085470085],[170,0.0085470085470085],[171,0.0085470085470085],[172,0.0085470085470085],[173,0.0085470085470085],[174,0.0085470085470085],[175,0.0085470085470085],[176,0.0085470085470085],[177,0.0085470085470085],[178,0.0085470085470085],[179,0.0085470085470085],[180,0.0085470085470085],[181,0.0085470085470085],[182,0.0085470085470085],[183,0.0085470085470085],[184,0.0085470085470085],[185,0.0085470085470085],[186,0.0085470085470085],[187,0.0085470085470085],[188,0.0085470085470085],[189,0.0085470085470085],[190,0.0085470085470085],[191,0.0085470085470085],[192,0.0085470085470085],[193,0.0085470085470085],[194,0.0085470085470085],[195,0.0085470085470085],[196,0.0085470085470085],[197,0.0085470085470085],[198,0.0085470085470085],[199,0.0085470085470085],[200,0.0085470085470085],[201,0.0085470085470085],[202,0.0085470085470085],[203,0.0085470085470085],[204,0.0085470085470085],[205,0.0085470085470085],[206,0.0085470085470085],[207,0.0085470085470085],[208,0.0085470085470085],[209,0.0085470085470085],[210,0.0085470085470085],[211,0.0085470085470085],[212,0.0085470085470085],[213,0.0085470085470085],[214,0.0085470085470085],[215,0.0085470085470085],[216,0.0085470085470085],[217,0.0085470085470085],[218,0.0085470085470085],[219,0.0085470085470085],[220,0.0085470085470085],[221,0.0085470085470085],[222,0.0085470085470085],[223,0.0085470085470085],[224,0.0085470085470085],[225,0.0085470085470085],[226,0.0085470085470085],[227,0.0085470085470085],[228,0.0085470085470085],[229,0.0085470085470085],[230,0.0085470085470085],[231,0.0085470085470085],[232,0.0085470085470085],[233,0.0085470085470085],[234,0.0085470085470085],[235,0.0085470085470085],[236,0.0085470085470085],[237,0.0085470085470085],[238,0.0085470085470085],[239,0.0085470085470085],[240,0.0085470085470085],[241,0.0085470085470085],[242,0.0085470085470085],[243,0.0085470085470085],[244,0.0085470085470085],[245,0.0085470085470085],[246,0.0085470085470085],[247,0.0085470085470085],[248,0.0085470085470085],[600,0.038461538461538],[601,0.038461538461538],[602,0.038461538461538],[603,0.038461538461538],[604,0.038461538461538],[605,0.038461538461538],[606,0.038461538461538],[607,0.038461538461538],[608,0.038461538461538],[609,0.038461538461538],[610,0.038461538461538],[611,0.038461538461538],[612,0.038461538461538],[613,0.038461538461538],[614,0.038461538461538],[615,0.038461538461538],[616,0.038461538461538],[617,0.038461538461538],[618,0.038461538461538],[619,0.038461538461538],[620,0.038461538461538],[621,0.038461538461538],[622,0.038461538461538],[623,0.038461538461538],[624,0.038461538461538],[625,0.038461538461538],[-195,0.33333333333333],[-194,0.33333333333333],[-193,0.33333333333333],[-299,0.00091074681238616],[-298,0.00091074681238616],[-297,0.00091074681238616],[-296,0.00091074681238616],[-295,0.00091074681238616],[-294,0.00091074681238616],[-293,0.00091074681238616],[-292,0.00091074681238616],[-291,0.00091074681238616],[-290,0.00091074681238616],[-289,0.00091074681238616],[-288,0.00091074681238616],[-287,0.00091074681238616],[-286,0.00091074681238616],[-285,0.00091074681238616],[-284,0.00091074681238616],[-283,0.00091074681238616],[-282,0.00091074681238616],[-281,0.00091074681238616],[-280,0.00091074681238616],[-279,0.00091074681238616],[-278,0.00091074681238616],[-277,0.00091074681238616],[-276,0.00091074681238616],[-275,0.00091074681238616],[-274,0.00091074681238616],[-273,0.00091074681238616],[-272,0.00091074681238616],[-271,0.00091074681238616],[-270,0.00091074681238616],[-269,0.00091074681238616],[-268,0.00091074681238616],[-267,0.00091074681238616],[-266,0.00091074681238616],[-265,0.00091074681238616],[-264,0.00091074681238616],[-263,0.00091074681238616],[-262,0.00091074681238616],[-261,0.00091074681238616],[-260,0.00091074681238616],[-259,0.00091074681238616],[-258,0.00091074681238616],[-257,0.00091074681238616],[-256,0.00091074681238616],[-255,0.00091074681238616],[-254,0.00091074681238616],[-253,0.00091074681238616],[-252,0.00091074681238616],[-251,0.00091074681238616],[-250,0.00091074681238616],[-249,0.00091074681238616],[-248,0.00091074681238616],[-247,0.00091074681238616],[-246,0.00091074681238616],[-245,0.00091074681238616],[-244,0.00091074681238616],[-243,0.00091074681238616],[-242,0.00091074681238616],[-241,0.00091074681238616],[-240,0.00091074681238616],[-239,0.00091074681238616],[-238,0.00091074681238616],[-237,0.00091074681238616],[-236,0.00091074681238616],[-235,0.00091074681238616],[-234,0.00091074681238616],[-233,0.00091074681238616],[-232,0.00091074681238616],[-231,0.00091074681238616],[-230,0.00091074681238616],[-229,0.00091074681238616],[-228,0.00091074681238616],[-227,0.00091074681238616],[-226,0.00091074681238616],[-225,0.00091074681238616],[-224,0.00091074681238616],[-223,0.00091074681238616],[-222,0.00091074681238616],[-221,0.00091074681238616],[-220,0.00091074681238616],[-219,0.00091074681238616],[-218,0.00091074681238616],[-217,0.00091074681238616],[-216,0.00091074681238616],[-215,0.00091074681238616],[-214,0.00091074681238616],[-213,0.00091074681238616],[-212,0.00091074681238616],[-211,0.00091074681238616],[-210,0.00091074681238616],[-209,0.00091074681238616],[-208,0.00091074681238616],[-207,0.00091074681238616],[-206,0.00091074681238616],[-205,0.00091074681238616],[-204,0.00091074681238616],[-203,0.00091074681238616],[-202,0.00091074681238616],[-201,0.00091074681238616],[-200,0.00091074681238616],[-199,0.00091074681238616],[-198,0.00091074681238616],[-197,0.00091074681238616],[-196,0.00091074681238616],[-195,0.00091074681238616],[-194,0.00091074681238616],[-193,0.00091074681238616],[-192,0.00091074681238616],[-191,0.00091074681238616],[-190,0.00091074681238616],[-189,0.00091074681238616],[-188,0.00091074681238616],[-187,0.00091074681238616],[-186,0.00091074681238616],[-185,0.00091074681238616],[-184,0.00091074681238616],[-183,0.00091074681238616],[-182,0.00091074681238616],[-181,0.00091074681238616],[-180,0.00091074681238616],[-179,0.00091074681238616],[-178,0.00091074681238616],[-177,0.00091074681238616],[-176,0.00091074681238616],[-175,0.00091074681238616],[-174,0.00091074681238616],[-173,0.00091074681238616],[-172,0.00091074681238616],[-171,0.00091074681238616],[-170,0.00091074681238616],[-169,0.00091074681238616],[-168,0.00091074681238616],[-167,0.00091074681238616],[-166,0.00091074681238616],[-165,0.00091074681238616],[-164,0.00091074681238616],[-163,0.00091074681238616],[-162,0.00091074681238616],[-161,0.00091074681238616],[-160,0.00091074681238616],[-159,0.00091074681238616],[-158,0.00091074681238616],[-157,0.00091074681238616],[-156,0.00091074681238616],[-155,0.00091074681238616],[-154,0.00091074681238616],[-153,0.00091074681238616],[-152,0.00091074681238616],[-151,0.00091074681238616],[-150,0.00091074681238616],[-149,0.00091074681238616],[-148,0.00091074681238616],[-147,0.00091074681238616],[-146,0.00091074681238616],[-145,0.00091074681238616],[-144,0.00091074681238616],[-143,0.00091074681238616],[-142,0.00091074681238616],[-141,0.00091074681238616],[-140,0.00091074681238616],[-139,0.00091074681238616],[-138,0.00091074681238616],[-137,0.00091074681238616],[-136,0.00091074681238616],[-135,0.00091074681238616],[-134,0.00091074681238616],[-133,0.00091074681238616],[-132,0.00091074681238616],[-131,0.00091074681238616],[-130,0.00091074681238616],[-129,0.00091074681238616],[-128,0.00091074681238616],[-127,0.00091074681238616],[-126,0.00091074681238616],[-125,0.00091074681238616],[-124,0.00091074681238616],[-123,0.00091074681238616],[-122,0.00091074681238616],[-121,0.00091074681238616],[-120,0.00091074681238616],[-119,0.00091074681238616],[-118,0.00091074681238616],[-117,0.00091074681238616],[-116,0.00091074681238616],[-115,0.00091074681238616],[-114,0.00091074681238616],[-113,0.00091074681238616],[-112,0.00091074681238616],[-111,0.00091074681238616],[-110,0.00091074681238616],[-109,0.00091074681238616],[-108,0.00091074681238616],[-107,0.00091074681238616],[-106,0.00091074681238616],[-105,0.00091074681238616],[-104,0.00091074681238616],[-103,0.00091074681238616],[-102,0.00091074681238616],[-101,0.00091074681238616],[-100,0.00091074681238616],[-99,0.00091074681238616],[-98,0.00091074681238616],[-97,0.00091074681238616],[-96,0.00091074681238616],[-95,0.00091074681238616],[-94,0.00091074681238616],[-93,0.00091074681238616],[-92,0.00091074681238616],[-91,0.00091074681238616],[-90,0.00091074681238616],[-89,0.00091074681238616],[-88,0.00091074681238616],[-87,0.00091074681238616],[-86,0.00091074681238616],[-85,0.00091074681238616],[-84,0.00091074681238616],[-83,0.00091074681238616],[-82,0.00091074681238616],[-81,0.00091074681238616],[-80,0.00091074681238616],[-79,0.00091074681238616],[-78,0.00091074681238616],[-77,0.00091074681238616],[-76,0.00091074681238616],[-75,0.00091074681238616],[-74,0.00091074681238616],[-73,0.00091074681238616],[-72,0.00091074681238616],[-71,0.00091074681238616],[-70,0.00091074681238616],[-69,0.00091074681238616],[-68,0.00091074681238616],[-67,0.00091074681238616],[-66,0.00091074681238616],[-65,0.00091074681238616],[-64,0.00091074681238616],[-63,0.00091074681238616],[-62,0.00091074681238616],[-61,0.00091074681238616],[-60,0.00091074681238616],[-59,0.00091074681238616],[-58,0.00091074681238616],[-57,0.00091074681238616],[-56,0.00091074681238616],[-55,0.00091074681238616],[-54,0.00091074681238616],[-53,0.00091074681238616],[-52,0.00091074681238616],[-51,0.00091074681238616],[-50,0.00091074681238616],[-49,0.00091074681238616],[-48,0.00091074681238616],[-47,0.00091074681238616],[-46,0.00091074681238616],[-45,0.00091074681238616],[-44,0.00091074681238616],[-43,0.00091074681238616],[-42,0.00091074681238616],[-41,0.00091074681238616],[-40,0.00091074681238616],[-39,0.00091074681238616],[-38,0.00091074681238616],[-37,0.00091074681238616],[-36,0.00091074681238616],[-35,0.00091074681238616],[-34,0.00091074681238616],[-33,0.00091074681238616],[-32,0.00091074681238616],[-31,0.00091074681238616],[-30,0.00091074681238616],[-29,0.00091074681238616],[-28,0.00091074681238616],[-27,0.00091074681238616],[-26,0.00091074681238616],[-25,0.00091074681238616],[-24,0.00091074681238616],[-23,0.00091074681238616],[-22,0.00091074681238616],[-21,0.00091074681238616],[-20,0.00091074681238616],[-19,0.00091074681238616],[-18,0.00091074681238616],[-17,0.00091074681238616],[-16,0.00091074681238616],[-15,0.00091074681238616],[-14,0.00091074681238616],[-13,0.00091074681238616],[-12,0.00091074681238616],[-11,0.00091074681238616],[-10,0.00091074681238616],[-9,0.00091074681238616],[-8,0.00091074681238616],[-7,0.00091074681238616],[-6,0.00091074681238616],[-5,0.00091074681238616],[-4,0.00091074681238616],[-3,0.00091074681238616],[-2,0.00091074681238616],[-1,0.00091074681238616],[1,0.00091074681238616],[2,0.00091074681238616],[3,0.00091074681238616],[4,0.00091074681238616],[5,0.00091074681238616],[6,0.00091074681238616],[7,0.00091074681238616],[8,0.00091074681238616],[9,0.00091074681238616],[10,0.00091074681238616],[11,0.00091074681238616],[12,0.00091074681238616],[13,0.00091074681238616],[14,0.00091074681238616],[15,0.00091074681238616],[16,0.00091074681238616],[17,0.00091074681238616],[18,0.00091074681238616],[19,0.00091074681238616],[20,0.00091074681238616],[21,0.00091074681238616],[22,0.00091074681238616],[23,0.00091074681238616],[24,0.00091074681238616],[25,0.00091074681238616],[26,0.00091074681238616],[27,0.00091074681238616],[28,0.00091074681238616],[29,0.00091074681238616],[30,0.00091074681238616],[31,0.00091074681238616],[32,0.00091074681238616],[33,0.00091074681238616],[34,0.00091074681238616],[35,0.00091074681238616],[36,0.00091074681238616],[37,0.00091074681238616],[38,0.00091074681238616],[39,0.00091074681238616],[40,0.00091074681238616],[41,0.00091074681238616],[42,0.00091074681238616],[43,0.00091074681238616],[44,0.00091074681238616],[45,0.00091074681238616],[46,0.00091074681238616],[47,0.00091074681238616],[48,0.00091074681238616],[49,0.00091074681238616],[50,0.00091074681238616],[51,0.00091074681238616],[52,0.00091074681238616],[53,0.00091074681238616],[54,0.00091074681238616],[55,0.00091074681238616],[56,0.00091074681238616],[57,0.00091074681238616],[58,0.00091074681238616],[59,0.00091074681238616],[60,0.00091074681238616],[61,0.00091074681238616],[62,0.00091074681238616],[63,0.00091074681238616],[64,0.00091074681238616],[65,0.00091074681238616],[66,0.00091074681238616],[67,0.00091074681238616],[68,0.00091074681238616],[69,0.00091074681238616],[70,0.00091074681238616],[71,0.00091074681238616],[72,0.00091074681238616],[73,0.00091074681238616],[74,0.00091074681238616],[75,0.00091074681238616],[76,0.00091074681238616],[77,0.00091074681238616],[78,0.00091074681238616],[79,0.00091074681238616],[80,0.00091074681238616],[81,0.00091074681238616],[82,0.00091074681238616],[83,0.00091074681238616],[84,0.00091074681238616],[85,0.00091074681238616],[86,0.00091074681238616],[87,0.00091074681238616],[88,0.00091074681238616],[89,0.00091074681238616],[90,0.00091074681238616],[91,0.00091074681238616],[92,0.00091074681238616],[93,0.00091074681238616],[94,0.00091074681238616],[95,0.00091074681238616],[96,0.00091074681238616],[97,0.00091074681238616],[98,0.00091074681238616],[99,0.00091074681238616],[100,0.00091074681238616],[101,0.00091074681238616],[102,0.00091074681238616],[103,0.00091074681238616],[104,0.00091074681238616],[105,0.00091074681238616],[106,0.00091074681238616],[107,0.00091074681238616],[108,0.00091074681238616],[109,0.00091074681238616],[110,0.00091074681238616],[111,0.00091074681238616],[112,0.00091074681238616],[113,0.00091074681238616],[114,0.00091074681238616],[115,0.00091074681238616],[116,0.00091074681238616],[117,0.00091074681238616],[118,0.00091074681238616],[119,0.00091074681238616],[120,0.00091074681238616],[121,0.00091074681238616],[122,0.00091074681238616],[123,0.00091074681238616],[124,0.00091074681238616],[125,0.00091074681238616],[126,0.00091074681238616],[127,0.00091074681238616],[128,0.00091074681238616],[129,0.00091074681238616],[130,0.00091074681238616],[131,0.00091074681238616],[132,0.00091074681238616],[133,0.00091074681238616],[134,0.00091074681238616],[135,0.00091074681238616],[136,0.00091074681238616],[137,0.00091074681238616],[138,0.00091074681238616],[139,0.00091074681238616],[140,0.00091074681238616],[141,0.00091074681238616],[142,0.00091074681238616],[143,0.00091074681238616],[144,0.00091074681238616],[145,0.00091074681238616],[146,0.00091074681238616],[147,0.00091074681238616],[148,0.00091074681238616],[149,0.00091074681238616],[150,0.00091074681238616],[151,0.00091074681238616],[152,0.00091074681238616],[153,0.00091074681238616],[154,0.00091074681238616],[155,0.00091074681238616],[156,0.00091074681238616],[157,0.00091074681238616],[158,0.00091074681238616],[159,0.00091074681238616],[160,0.00091074681238616],[161,0.00091074681238616],[162,0.00091074681238616],[163,0.00091074681238616],[164,0.00091074681238616],[165,0.00091074681238616],[166,0.00091074681238616],[167,0.00091074681238616],[168,0.00091074681238616],[169,0.00091074681238616],[170,0.00091074681238616],[171,0.00091074681238616],[172,0.00091074681238616],[173,0.00091074681238616],[174,0.00091074681238616],[175,0.00091074681238616],[176,0.00091074681238616],[177,0.00091074681238616],[178,0.00091074681238616],[179,0.00091074681238616],[180,0.00091074681238616],[181,0.00091074681238616],[182,0.00091074681238616],[183,0.00091074681238616],[184,0.00091074681238616],[185,0.00091074681238616],[186,0.00091074681238616],[187,0.00091074681238616],[188,0.00091074681238616],[189,0.00091074681238616],[190,0.00091074681238616],[191,0.00091074681238616],[192,0.00091074681238616],[193,0.00091074681238616],[194,0.00091074681238616],[195,0.00091074681238616],[196,0.00091074681238616],[197,0.00091074681238616],[198,0.00091074681238616],[199,0.00091074681238616],[200,0.00091074681238616],[201,0.00091074681238616],[202,0.00091074681238616],[203,0.00091074681238616],[204,0.00091074681238616],[205,0.00091074681238616],[206,0.00091074681238616],[207,0.00091074681238616],[208,0.00091074681238616],[209,0.00091074681238616],[210,0.00091074681238616],[211,0.00091074681238616],[212,0.00091074681238616],[213,0.00091074681238616],[214,0.00091074681238616],[215,0.00091074681238616],[216,0.00091074681238616],[217,0.00091074681238616],[218,0.00091074681238616],[219,0.00091074681238616],[220,0.00091074681238616],[221,0.00091074681238616],[222,0.00091074681238616],[223,0.00091074681238616],[224,0.00091074681238616],[225,0.00091074681238616],[226,0.00091074681238616],[227,0.00091074681238616],[228,0.00091074681238616],[229,0.00091074681238616],[230,0.00091074681238616],[231,0.00091074681238616],[232,0.00091074681238616],[233,0.00091074681238616],[234,0.00091074681238616],[235,0.00091074681238616],[236,0.00091074681238616],[237,0.00091074681238616],[238,0.00091074681238616],[239,0.00091074681238616],[240,0.00091074681238616],[241,0.00091074681238616],[242,0.00091074681238616],[243,0.00091074681238616],[244,0.00091074681238616],[245,0.00091074681238616],[246,0.00091074681238616],[247,0.00091074681238616],[248,0.00091074681238616],[249,0.00091074681238616],[250,0.00091074681238616],[251,0.00091074681238616],[252,0.00091074681238616],[253,0.00091074681238616],[254,0.00091074681238616],[255,0.00091074681238616],[256,0.00091074681238616],[257,0.00091074681238616],[258,0.00091074681238616],[259,0.00091074681238616],[260,0.00091074681238616],[261,0.00091074681238616],[262,0.00091074681238616],[263,0.00091074681238616],[264,0.00091074681238616],[265,0.00091074681238616],[266,0.00091074681238616],[267,0.00091074681238616],[268,0.00091074681238616],[269,0.00091074681238616],[270,0.00091074681238616],[271,0.00091074681238616],[272,0.00091074681238616],[273,0.00091074681238616],[274,0.00091074681238616],[275,0.00091074681238616],[276,0.00091074681238616],[277,0.00091074681238616],[278,0.00091074681238616],[279,0.00091074681238616],[280,0.00091074681238616],[281,0.00091074681238616],[282,0.00091074681238616],[283,0.00091074681238616],[284,0.00091074681238616],[285,0.00091074681238616],[286,0.00091074681238616],[287,0.00091074681238616],[288,0.00091074681238616],[289,0.00091074681238616],[290,0.00091074681238616],[291,0.00091074681238616],[292,0.00091074681238616],[293,0.00091074681238616],[294,0.00091074681238616],[295,0.00091074681238616],[296,0.00091074681238616],[297,0.00091074681238616],[298,0.00091074681238616],[299,0.00091074681238616],[300,0.00091074681238616],[301,0.00091074681238616],[302,0.00091074681238616],[303,0.00091074681238616],[304,0.00091074681238616],[305,0.00091074681238616],[306,0.00091074681238616],[307,0.00091074681238616],[308,0.00091074681238616],[309,0.00091074681238616],[310,0.00091074681238616],[311,0.00091074681238616],[312,0.00091074681238616],[313,0.00091074681238616],[314,0.00091074681238616],[315,0.00091074681238616],[316,0.00091074681238616],[317,0.00091074681238616],[318,0.00091074681238616],[319,0.00091074681238616],[320,0.00091074681238616],[321,0.00091074681238616],[322,0.00091074681238616],[323,0.00091074681238616],[324,0.00091074681238616],[325,0.00091074681238616],[326,0.00091074681238616],[327,0.00091074681238616],[328,0.00091074681238616],[329,0.00091074681238616],[330,0.00091074681238616],[331,0.00091074681238616],[332,0.00091074681238616],[333,0.00091074681238616],[334,0.00091074681238616],[335,0.00091074681238616],[336,0.00091074681238616],[337,0.00091074681238616],[338,0.00091074681238616],[339,0.00091074681238616],[340,0.00091074681238616],[341,0.00091074681238616],[342,0.00091074681238616],[343,0.00091074681238616],[344,0.00091074681238616],[345,0.00091074681238616],[346,0.00091074681238616],[347,0.00091074681238616],[348,0.00091074681238616],[349,0.00091074681238616],[350,0.00091074681238616],[351,0.00091074681238616],[352,0.00091074681238616],[353,0.00091074681238616],[354,0.00091074681238616],[355,0.00091074681238616],[356,0.00091074681238616],[357,0.00091074681238616],[358,0.00091074681238616],[359,0.00091074681238616],[360,0.00091074681238616],[361,0.00091074681238616],[362,0.00091074681238616],[363,0.00091074681238616],[364,0.00091074681238616],[365,0.00091074681238616],[366,0.00091074681238616],[367,0.00091074681238616],[368,0.00091074681238616],[369,0.00091074681238616],[370,0.00091074681238616],[371,0.00091074681238616],[372,0.00091074681238616],[373,0.00091074681238616],[374,0.00091074681238616],[375,0.00091074681238616],[376,0.00091074681238616],[377,0.00091074681238616],[378,0.00091074681238616],[379,0.00091074681238616],[380,0.00091074681238616],[381,0.00091074681238616],[382,0.00091074681238616],[383,0.00091074681238616],[384,0.00091074681238616],[385,0.00091074681238616],[386,0.00091074681238616],[387,0.00091074681238616],[388,0.00091074681238616],[389,0.00091074681238616],[390,0.00091074681238616],[391,0.00091074681238616],[392,0.00091074681238616],[393,0.00091074681238616],[394,0.00091074681238616],[395,0.00091074681238616],[396,0.00091074681238616],[397,0.00091074681238616],[398,0.00091074681238616],[399,0.00091074681238616],[400,0.00091074681238616],[401,0.00091074681238616],[402,0.00091074681238616],[403,0.00091074681238616],[404,0.00091074681238616],[405,0.00091074681238616],[406,0.00091074681238616],[407,0.00091074681238616],[408,0.00091074681238616],[409,0.00091074681238616],[410,0.00091074681238616],[411,0.00091074681238616],[412,0.00091074681238616],[413,0.00091074681238616],[414,0.00091074681238616],[415,0.00091074681238616],[416,0.00091074681238616],[417,0.00091074681238616],[418,0.00091074681238616],[419,0.00091074681238616],[420,0.00091074681238616],[421,0.00091074681238616],[422,0.00091074681238616],[423,0.00091074681238616],[424,0.00091074681238616],[425,0.00091074681238616],[426,0.00091074681238616],[427,0.00091074681238616],[428,0.00091074681238616],[429,0.00091074681238616],[430,0.00091074681238616],[431,0.00091074681238616],[432,0.00091074681238616],[433,0.00091074681238616],[434,0.00091074681238616],[435,0.00091074681238616],[436,0.00091074681238616],[437,0.00091074681238616],[438,0.00091074681238616],[439,0.00091074681238616],[440,0.00091074681238616],[441,0.00091074681238616],[442,0.00091074681238616],[443,0.00091074681238616],[444,0.00091074681238616],[445,0.00091074681238616],[446,0.00091074681238616],[447,0.00091074681238616],[448,0.00091074681238616],[449,0.00091074681238616],[450,0.00091074681238616],[451,0.00091074681238616],[452,0.00091074681238616],[453,0.00091074681238616],[454,0.00091074681238616],[455,0.00091074681238616],[456,0.00091074681238616],[457,0.00091074681238616],[458,0.00091074681238616],[459,0.00091074681238616],[460,0.00091074681238616],[461,0.00091074681238616],[462,0.00091074681238616],[463,0.00091074681238616],[464,0.00091074681238616],[465,0.00091074681238616],[466,0.00091074681238616],[467,0.00091074681238616],[468,0.00091074681238616],[469,0.00091074681238616],[470,0.00091074681238616],[471,0.00091074681238616],[472,0.00091074681238616],[473,0.00091074681238616],[474,0.00091074681238616],[475,0.00091074681238616],[476,0.00091074681238616],[477,0.00091074681238616],[478,0.00091074681238616],[479,0.00091074681238616],[480,0.00091074681238616],[481,0.00091074681238616],[482,0.00091074681238616],[483,0.00091074681238616],[484,0.00091074681238616],[485,0.00091074681238616],[486,0.00091074681238616],[487,0.00091074681238616],[488,0.00091074681238616],[489,0.00091074681238616],[490,0.00091074681238616],[491,0.00091074681238616],[492,0.00091074681238616],[493,0.00091074681238616],[494,0.00091074681238616],[495,0.00091074681238616],[496,0.00091074681238616],[497,0.00091074681238616],[498,0.00091074681238616],[499,0.00091074681238616],[500,0.00091074681238616],[501,0.00091074681238616],[502,0.00091074681238616],[503,0.00091074681238616],[504,0.00091074681238616],[505,0.00091074681238616],[506,0.00091074681238616],[507,0.00091074681238616],[508,0.00091074681238616],[509,0.00091074681238616],[510,0.00091074681238616],[511,0.00091074681238616],[512,0.00091074681238616],[513,0.00091074681238616],[514,0.00091074681238616],[515,0.00091074681238616],[516,0.00091074681238616],[517,0.00091074681238616],[518,0.00091074681238616],[519,0.00091074681238616],[520,0.00091074681238616],[521,0.00091074681238616],[522,0.00091074681238616],[523,0.00091074681238616],[524,0.00091074681238616],[525,0.00091074681238616],[526,0.00091074681238616],[527,0.00091074681238616],[528,0.00091074681238616],[529,0.00091074681238616],[530,0.00091074681238616],[531,0.00091074681238616],[532,0.00091074681238616],[533,0.00091074681238616],[534,0.00091074681238616],[535,0.00091074681238616],[536,0.00091074681238616],[537,0.00091074681238616],[538,0.00091074681238616],[539,0.00091074681238616],[540,0.00091074681238616],[541,0.00091074681238616],[542,0.00091074681238616],[543,0.00091074681238616],[544,0.00091074681238616],[545,0.00091074681238616],[546,0.00091074681238616],[547,0.00091074681238616],[548,0.00091074681238616],[549,0.00091074681238616],[550,0.00091074681238616],[551,0.00091074681238616],[552,0.00091074681238616],[553,0.00091074681238616],[554,0.00091074681238616],[555,0.00091074681238616],[556,0.00091074681238616],[557,0.00091074681238616],[558,0.00091074681238616],[559,0.00091074681238616],[560,0.00091074681238616],[561,0.00091074681238616],[562,0.00091074681238616],[563,0.00091074681238616],[564,0.00091074681238616],[565,0.00091074681238616],[566,0.00091074681238616],[567,0.00091074681238616],[568,0.00091074681238616],[569,0.00091074681238616],[570,0.00091074681238616],[571,0.00091074681238616],[572,0.00091074681238616],[573,0.00091074681238616],[574,0.00091074681238616],[575,0.00091074681238616],[576,0.00091074681238616],[577,0.00091074681238616],[578,0.00091074681238616],[579,0.00091074681238616],[580,0.00091074681238616],[581,0.00091074681238616],[582,0.00091074681238616],[583,0.00091074681238616],[584,0.00091074681238616],[585,0.00091074681238616],[586,0.00091074681238616],[587,0.00091074681238616],[588,0.00091074681238616],[589,0.00091074681238616],[590,0.00091074681238616],[591,0.00091074681238616],[592,0.00091074681238616],[593,0.00091074681238616],[594,0.00091074681238616],[595,0.00091074681238616],[596,0.00091074681238616],[597,0.00091074681238616],[598,0.00091074681238616],[599,0.00091074681238616],[600,0.00091074681238616],[601,0.00091074681238616],[602,0.00091074681238616],[603,0.00091074681238616],[604,0.00091074681238616],[605,0.00091074681238616],[606,0.00091074681238616],[607,0.00091074681238616],[608,0.00091074681238616],[609,0.00091074681238616],[610,0.00091074681238616],[611,0.00091074681238616],[612,0.00091074681238616],[613,0.00091074681238616],[614,0.00091074681238616],[615,0.00091074681238616],[616,0.00091074681238616],[617,0.00091074681238616],[618,0.00091074681238616],[619,0.00091074681238616],[620,0.00091074681238616],[621,0.00091074681238616],[622,0.00091074681238616],[623,0.00091074681238616],[624,0.00091074681238616],[625,0.00091074681238616],[626,0.00091074681238616],[627,0.00091074681238616],[628,0.00091074681238616],[629,0.00091074681238616],[630,0.00091074681238616],[631,0.00091074681238616],[632,0.00091074681238616],[633,0.00091074681238616],[634,0.00091074681238616],[635,0.00091074681238616],[636,0.00091074681238616],[637,0.00091074681238616],[638,0.00091074681238616],[639,0.00091074681238616],[640,0.00091074681238616],[641,0.00091074681238616],[642,0.00091074681238616],[643,0.00091074681238616],[644,0.00091074681238616],[645,0.00091074681238616],[646,0.00091074681238616],[647,0.00091074681238616],[648,0.00091074681238616],[649,0.00091074681238616],[650,0.00091074681238616],[651,0.00091074681238616],[652,0.00091074681238616],[653,0.00091074681238616],[654,0.00091074681238616],[655,0.00091074681238616],[656,0.00091074681238616],[657,0.00091074681238616],[658,0.00091074681238616],[659,0.00091074681238616],[660,0.00091074681238616],[661,0.00091074681238616],[662,0.00091074681238616],[663,0.00091074681238616],[664,0.00091074681238616],[665,0.00091074681238616],[666,0.00091074681238616],[667,0.00091074681238616],[668,0.00091074681238616],[669,0.00091074681238616],[670,0.00091074681238616],[671,0.00091074681238616],[672,0.00091074681238616],[673,0.00091074681238616],[674,0.00091074681238616],[675,0.00091074681238616],[676,0.00091074681238616],[677,0.00091074681238616],[678,0.00091074681238616],[679,0.00091074681238616],[680,0.00091074681238616],[681,0.00091074681238616],[682,0.00091074681238616],[683,0.00091074681238616],[684,0.00091074681238616],[685,0.00091074681238616],[686,0.00091074681238616],[687,0.00091074681238616],[688,0.00091074681238616],[689,0.00091074681238616],[690,0.00091074681238616],[691,0.00091074681238616],[692,0.00091074681238616],[693,0.00091074681238616],[694,0.00091074681238616],[695,0.00091074681238616],[696,0.00091074681238616],[697,0.00091074681238616],[698,0.00091074681238616],[699,0.00091074681238616],[700,0.00091074681238616],[701,0.00091074681238616],[702,0.00091074681238616],[703,0.00091074681238616],[704,0.00091074681238616],[705,0.00091074681238616],[706,0.00091074681238616],[707,0.00091074681238616],[708,0.00091074681238616],[709,0.00091074681238616],[710,0.00091074681238616],[711,0.00091074681238616],[712,0.00091074681238616],[713,0.00091074681238616],[714,0.00091074681238616],[715,0.00091074681238616],[716,0.00091074681238616],[717,0.00091074681238616],[718,0.00091074681238616],[719,0.00091074681238616],[720,0.00091074681238616],[721,0.00091074681238616],[722,0.00091074681238616],[723,0.00091074681238616],[724,0.00091074681238616],[725,0.00091074681238616],[726,0.00091074681238616],[727,0.00091074681238616],[728,0.00091074681238616],[729,0.00091074681238616],[730,0.00091074681238616],[731,0.00091074681238616],[732,0.00091074681238616],[733,0.00091074681238616],[734,0.00091074681238616],[735,0.00091074681238616],[736,0.00091074681238616],[737,0.00091074681238616],[738,0.00091074681238616],[739,0.00091074681238616],[740,0.00091074681238616],[741,0.00091074681238616],[742,0.00091074681238616],[743,0.00091074681238616],[744,0.00091074681238616],[745,0.00091074681238616],[746,0.00091074681238616],[747,0.00091074681238616],[748,0.00091074681238616],[749,0.00091074681238616],[750,0.00091074681238616],[751,0.00091074681238616],[752,0.00091074681238616],[753,0.00091074681238616],[754,0.00091074681238616],[755,0.00091074681238616],[756,0.00091074681238616],[757,0.00091074681238616],[758,0.00091074681238616],[759,0.00091074681238616],[760,0.00091074681238616],[761,0.00091074681238616],[762,0.00091074681238616],[763,0.00091074681238616],[764,0.00091074681238616],[765,0.00091074681238616],[766,0.00091074681238616],[767,0.00091074681238616],[768,0.00091074681238616],[769,0.00091074681238616],[770,0.00091074681238616],[771,0.00091074681238616],[772,0.00091074681238616],[773,0.00091074681238616],[774,0.00091074681238616],[775,0.00091074681238616],[776,0.00091074681238616],[777,0.00091074681238616],[778,0.00091074681238616],[779,0.00091074681238616],[780,0.00091074681238616],[781,0.00091074681238616],[782,0.00091074681238616],[783,0.00091074681238616],[784,0.00091074681238616],[785,0.00091074681238616],[786,0.00091074681238616],[787,0.00091074681238616],[788,0.00091074681238616],[789,0.00091074681238616],[790,0.00091074681238616],[791,0.00091074681238616],[792,0.00091074681238616],[793,0.00091074681238616],[794,0.00091074681238616],[795,0.00091074681238616],[796,0.00091074681238616],[797,0.00091074681238616],[798,0.00091074681238616],[799,0.00091074681238616],[-228,0.125],[-227,0.125],[-226,0.125],[-225,0.125],[-224,0.125],[-223,0.125],[-222,0.125],[-221,0.125],[500,0.01],[501,0.01],[502,0.01],[503,0.01],[504,0.01],[505,0.01],[506,0.01],[507,0.01],[508,0.01],[509,0.01],[510,0.01],[511,0.01],[512,0.01],[513,0.01],[514,0.01],[515,0.01],[516,0.01],[517,0.01],[518,0.01],[519,0.01],[520,0.01],[521,0.01],[522,0.01],[523,0.01],[524,0.01],[525,0.01],[526,0.01],[527,0.01],[528,0.01],[529,0.01],[530,0.01],[531,0.01],[532,0.01],[533,0.01],[534,0.01],[535,0.01],[536,0.01],[537,0.01],[538,0.01],[539,0.01],[540,0.01],[541,0.01],[542,0.01],[543,0.01],[544,0.01],[545,0.01],[546,0.01],[547,0.01],[548,0.01],[549,0.01],[550,0.01],[551,0.01],[552,0.01],[553,0.01],[554,0.01],[555,0.01],[556,0.01],[557,0.01],[558,0.01],[559,0.01],[560,0.01],[561,0.01],[562,0.01],[563,0.01],[564,0.01],[565,0.01],[566,0.01],[567,0.01],[568,0.01],[569,0.01],[570,0.01],[571,0.01],[572,0.01],[573,0.01],[574,0.01],[575,0.01],[576,0.01],[577,0.01],[578,0.01],[579,0.01],[580,0.01],[581,0.01],[582,0.01],[583,0.01],[584,0.01],[585,0.01],[586,0.01],[587,0.01],[588,0.01],[589,0.01],[590,0.01],[591,0.01],[592,0.01],[593,0.01],[594,0.01],[595,0.01],[596,0.01],[597,0.01],[598,0.01],[599,0.01],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[700,0.005],[701,0.005],[702,0.005],[703,0.005],[704,0.005],[705,0.005],[706,0.005],[707,0.005],[708,0.005],[709,0.005],[710,0.005],[711,0.005],[712,0.005],[713,0.005],[714,0.005],[715,0.005],[716,0.005],[717,0.005],[718,0.005],[719,0.005],[720,0.005],[721,0.005],[722,0.005],[723,0.005],[724,0.005],[725,0.005],[726,0.005],[727,0.005],[728,0.005],[729,0.005],[730,0.005],[731,0.005],[732,0.005],[733,0.005],[734,0.005],[735,0.005],[736,0.005],[737,0.005],[738,0.005],[739,0.005],[740,0.005],[741,0.005],[742,0.005],[743,0.005],[744,0.005],[745,0.005],[746,0.005],[747,0.005],[748,0.005],[749,0.005],[750,0.005],[751,0.005],[752,0.005],[753,0.005],[754,0.005],[755,0.005],[756,0.005],[757,0.005],[758,0.005],[759,0.005],[760,0.005],[761,0.005],[762,0.005],[763,0.005],[764,0.005],[765,0.005],[766,0.005],[767,0.005],[768,0.005],[769,0.005],[770,0.005],[771,0.005],[772,0.005],[773,0.005],[774,0.005],[775,0.005],[776,0.005],[777,0.005],[778,0.005],[779,0.005],[780,0.005],[781,0.005],[782,0.005],[783,0.005],[784,0.005],[785,0.005],[786,0.005],[787,0.005],[788,0.005],[789,0.005],[790,0.005],[791,0.005],[792,0.005],[793,0.005],[794,0.005],[795,0.005],[796,0.005],[797,0.005],[798,0.005],[799,0.005],[-365,0.0052356020942408],[-364,0.0052356020942408],[-363,0.0052356020942408],[-362,0.0052356020942408],[-361,0.0052356020942408],[-360,0.0052356020942408],[-359,0.0052356020942408],[-358,0.0052356020942408],[-357,0.0052356020942408],[-356,0.0052356020942408],[-355,0.0052356020942408],[-354,0.0052356020942408],[-353,0.0052356020942408],[-352,0.0052356020942408],[-351,0.0052356020942408],[-350,0.0052356020942408],[-349,0.0052356020942408],[-348,0.0052356020942408],[-347,0.0052356020942408],[-346,0.0052356020942408],[-345,0.0052356020942408],[-344,0.0052356020942408],[-343,0.0052356020942408],[-342,0.0052356020942408],[-341,0.0052356020942408],[-340,0.0052356020942408],[-339,0.0052356020942408],[-338,0.0052356020942408],[-337,0.0052356020942408],[-336,0.0052356020942408],[-335,0.0052356020942408],[-334,0.0052356020942408],[-333,0.0052356020942408],[-332,0.0052356020942408],[-331,0.0052356020942408],[-330,0.0052356020942408],[-329,0.0052356020942408],[-328,0.0052356020942408],[-327,0.0052356020942408],[-326,0.0052356020942408],[-325,0.0052356020942408],[-324,0.0052356020942408],[-323,0.0052356020942408],[-322,0.0052356020942408],[-321,0.0052356020942408],[-320,0.0052356020942408],[-319,0.0052356020942408],[-318,0.0052356020942408],[-317,0.0052356020942408],[-316,0.0052356020942408],[-315,0.0052356020942408],[-314,0.0052356020942408],[-313,0.0052356020942408],[-312,0.0052356020942408],[-311,0.0052356020942408],[-310,0.0052356020942408],[-309,0.0052356020942408],[-308,0.0052356020942408],[-307,0.0052356020942408],[-306,0.0052356020942408],[-305,0.0052356020942408],[-304,0.0052356020942408],[-303,0.0052356020942408],[-302,0.0052356020942408],[-301,0.0052356020942408],[-300,0.0052356020942408],[-299,0.0052356020942408],[-298,0.0052356020942408],[-297,0.0052356020942408],[-296,0.0052356020942408],[-295,0.0052356020942408],[-294,0.0052356020942408],[-293,0.0052356020942408],[-292,0.0052356020942408],[-291,0.0052356020942408],[-290,0.0052356020942408],[-289,0.0052356020942408],[-288,0.0052356020942408],[-287,0.0052356020942408],[-286,0.0052356020942408],[-285,0.0052356020942408],[-284,0.0052356020942408],[-283,0.0052356020942408],[-282,0.0052356020942408],[-281,0.0052356020942408],[-280,0.0052356020942408],[-279,0.0052356020942408],[-278,0.0052356020942408],[-277,0.0052356020942408],[-276,0.0052356020942408],[-275,0.0052356020942408],[-274,0.0052356020942408],[-273,0.0052356020942408],[-272,0.0052356020942408],[-271,0.0052356020942408],[-270,0.0052356020942408],[-269,0.0052356020942408],[-268,0.0052356020942408],[-267,0.0052356020942408],[-266,0.0052356020942408],[-265,0.0052356020942408],[-264,0.0052356020942408],[-263,0.0052356020942408],[-262,0.0052356020942408],[-261,0.0052356020942408],[-260,0.0052356020942408],[-259,0.0052356020942408],[-258,0.0052356020942408],[-257,0.0052356020942408],[-256,0.0052356020942408],[-255,0.0052356020942408],[-254,0.0052356020942408],[-253,0.0052356020942408],[-252,0.0052356020942408],[-251,0.0052356020942408],[-250,0.0052356020942408],[-249,0.0052356020942408],[-248,0.0052356020942408],[-247,0.0052356020942408],[-246,0.0052356020942408],[-245,0.0052356020942408],[-244,0.0052356020942408],[-243,0.0052356020942408],[-242,0.0052356020942408],[-241,0.0052356020942408],[-240,0.0052356020942408],[-239,0.0052356020942408],[-238,0.0052356020942408],[-237,0.0052356020942408],[-236,0.0052356020942408],[-235,0.0052356020942408],[-234,0.0052356020942408],[-233,0.0052356020942408],[-232,0.0052356020942408],[-231,0.0052356020942408],[-230,0.0052356020942408],[-229,0.0052356020942408],[-228,0.0052356020942408],[-227,0.0052356020942408],[-226,0.0052356020942408],[-225,0.0052356020942408],[-224,0.0052356020942408],[-223,0.0052356020942408],[-222,0.0052356020942408],[-221,0.0052356020942408],[-220,0.0052356020942408],[-219,0.0052356020942408],[-218,0.0052356020942408],[-217,0.0052356020942408],[-216,0.0052356020942408],[-215,0.0052356020942408],[-214,0.0052356020942408],[-213,0.0052356020942408],[-212,0.0052356020942408],[-211,0.0052356020942408],[-210,0.0052356020942408],[-209,0.0052356020942408],[-208,0.0052356020942408],[-207,0.0052356020942408],[-206,0.0052356020942408],[-205,0.0052356020942408],[-204,0.0052356020942408],[-203,0.0052356020942408],[-202,0.0052356020942408],[-201,0.0052356020942408],[-200,0.0052356020942408],[-199,0.0052356020942408],[-198,0.0052356020942408],[-197,0.0052356020942408],[-196,0.0052356020942408],[-195,0.0052356020942408],[-194,0.0052356020942408],[-193,0.0052356020942408],[-192,0.0052356020942408],[-191,0.0052356020942408],[-190,0.0052356020942408],[-189,0.0052356020942408],[-188,0.0052356020942408],[-187,0.0052356020942408],[-186,0.0052356020942408],[-185,0.0052356020942408],[-184,0.0052356020942408],[-183,0.0052356020942408],[-182,0.0052356020942408],[-181,0.0052356020942408],[-180,0.0052356020942408],[-179,0.0052356020942408],[-178,0.0052356020942408],[-177,0.0052356020942408],[-176,0.0052356020942408],[-175,0.0052356020942408],[-111,0.03030303030303],[-110,0.03030303030303],[-109,0.03030303030303],[-108,0.03030303030303],[-107,0.03030303030303],[-106,0.03030303030303],[-105,0.03030303030303],[-104,0.03030303030303],[-103,0.03030303030303],[-102,0.03030303030303],[-101,0.03030303030303],[-100,0.03030303030303],[-99,0.03030303030303],[-98,0.03030303030303],[-97,0.03030303030303],[-96,0.03030303030303],[-95,0.03030303030303],[-94,0.03030303030303],[-93,0.03030303030303],[-92,0.03030303030303],[-91,0.03030303030303],[-90,0.03030303030303],[-89,0.03030303030303],[-88,0.03030303030303],[-87,0.03030303030303],[-86,0.03030303030303],[-85,0.03030303030303],[-84,0.03030303030303],[-83,0.03030303030303],[-82,0.03030303030303],[-81,0.03030303030303],[-80,0.03030303030303],[-79,0.03030303030303],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[300,0.005],[301,0.005],[302,0.005],[303,0.005],[304,0.005],[305,0.005],[306,0.005],[307,0.005],[308,0.005],[309,0.005],[310,0.005],[311,0.005],[312,0.005],[313,0.005],[314,0.005],[315,0.005],[316,0.005],[317,0.005],[318,0.005],[319,0.005],[320,0.005],[321,0.005],[322,0.005],[323,0.005],[324,0.005],[325,0.005],[326,0.005],[327,0.005],[328,0.005],[329,0.005],[330,0.005],[331,0.005],[332,0.005],[333,0.005],[334,0.005],[335,0.005],[336,0.005],[337,0.005],[338,0.005],[339,0.005],[340,0.005],[341,0.005],[342,0.005],[343,0.005],[344,0.005],[345,0.005],[346,0.005],[347,0.005],[348,0.005],[349,0.005],[350,0.005],[351,0.005],[352,0.005],[353,0.005],[354,0.005],[355,0.005],[356,0.005],[357,0.005],[358,0.005],[359,0.005],[360,0.005],[361,0.005],[362,0.005],[363,0.005],[364,0.005],[365,0.005],[366,0.005],[367,0.005],[368,0.005],[369,0.005],[370,0.005],[371,0.005],[372,0.005],[373,0.005],[374,0.005],[375,0.005],[376,0.005],[377,0.005],[378,0.005],[379,0.005],[380,0.005],[381,0.005],[382,0.005],[383,0.005],[384,0.005],[385,0.005],[386,0.005],[387,0.005],[388,0.005],[389,0.005],[390,0.005],[391,0.005],[392,0.005],[393,0.005],[394,0.005],[395,0.005],[396,0.005],[397,0.005],[398,0.005],[399,0.005],[-205,0.5],[-204,0.5],[30,0.03125],[31,0.03125],[32,0.03125],[33,0.03125],[34,0.03125],[35,0.03125],[36,0.03125],[37,0.03125],[38,0.03125],[39,0.03125],[40,0.03125],[41,0.03125],[42,0.03125],[43,0.03125],[44,0.03125],[45,0.03125],[46,0.03125],[47,0.03125],[48,0.03125],[49,0.03125],[50,0.03125],[51,0.03125],[52,0.03125],[53,0.03125],[54,0.03125],[55,0.03125],[56,0.03125],[57,0.03125],[58,0.03125],[59,0.03125],[60,0.03125],[61,0.03125],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[300,0.005],[301,0.005],[302,0.005],[303,0.005],[304,0.005],[305,0.005],[306,0.005],[307,0.005],[308,0.005],[309,0.005],[310,0.005],[311,0.005],[312,0.005],[313,0.005],[314,0.005],[315,0.005],[316,0.005],[317,0.005],[318,0.005],[319,0.005],[320,0.005],[321,0.005],[322,0.005],[323,0.005],[324,0.005],[325,0.005],[326,0.005],[327,0.005],[328,0.005],[329,0.005],[330,0.005],[331,0.005],[332,0.005],[333,0.005],[334,0.005],[335,0.005],[336,0.005],[337,0.005],[338,0.005],[339,0.005],[340,0.005],[341,0.005],[342,0.005],[343,0.005],[344,0.005],[345,0.005],[346,0.005],[347,0.005],[348,0.005],[349,0.005],[350,0.005],[351,0.005],[352,0.005],[353,0.005],[354,0.005],[355,0.005],[356,0.005],[357,0.005],[358,0.005],[359,0.005],[360,0.005],[361,0.005],[362,0.005],[363,0.005],[364,0.005],[365,0.005],[366,0.005],[367,0.005],[368,0.005],[369,0.005],[370,0.005],[371,0.005],[372,0.005],[373,0.005],[374,0.005],[375,0.005],[376,0.005],[377,0.005],[378,0.005],[379,0.005],[380,0.005],[381,0.005],[382,0.005],[383,0.005],[384,0.005],[385,0.005],[386,0.005],[387,0.005],[388,0.005],[389,0.005],[390,0.005],[391,0.005],[392,0.005],[393,0.005],[394,0.005],[395,0.005],[396,0.005],[397,0.005],[398,0.005],[399,0.005],[-20,0.0092592592592593],[-19,0.0092592592592593],[-18,0.0092592592592593],[-17,0.0092592592592593],[-16,0.0092592592592593],[-15,0.0092592592592593],[-14,0.0092592592592593],[-13,0.0092592592592593],[-12,0.0092592592592593],[-11,0.0092592592592593],[-10,0.0092592592592593],[-9,0.0092592592592593],[-8,0.0092592592592593],[-7,0.0092592592592593],[-6,0.0092592592592593],[-5,0.0092592592592593],[-4,0.0092592592592593],[-3,0.0092592592592593],[-2,0.0092592592592593],[-1,0.0092592592592593],[1,0.0092592592592593],[2,0.0092592592592593],[3,0.0092592592592593],[4,0.0092592592592593],[5,0.0092592592592593],[6,0.0092592592592593],[7,0.0092592592592593],[8,0.0092592592592593],[9,0.0092592592592593],[10,0.0092592592592593],[11,0.0092592592592593],[12,0.0092592592592593],[13,0.0092592592592593],[14,0.0092592592592593],[15,0.0092592592592593],[16,0.0092592592592593],[17,0.0092592592592593],[18,0.0092592592592593],[19,0.0092592592592593],[20,0.0092592592592593],[21,0.0092592592592593],[22,0.0092592592592593],[23,0.0092592592592593],[24,0.0092592592592593],[25,0.0092592592592593],[26,0.0092592592592593],[27,0.0092592592592593],[28,0.0092592592592593],[29,0.0092592592592593],[30,0.0092592592592593],[31,0.0092592592592593],[32,0.0092592592592593],[33,0.0092592592592593],[34,0.0092592592592593],[35,0.0092592592592593],[36,0.0092592592592593],[37,0.0092592592592593],[38,0.0092592592592593],[39,0.0092592592592593],[40,0.0092592592592593],[41,0.0092592592592593],[42,0.0092592592592593],[43,0.0092592592592593],[44,0.0092592592592593],[45,0.0092592592592593],[46,0.0092592592592593],[47,0.0092592592592593],[48,0.0092592592592593],[49,0.0092592592592593],[50,0.0092592592592593],[51,0.0092592592592593],[52,0.0092592592592593],[53,0.0092592592592593],[54,0.0092592592592593],[55,0.0092592592592593],[56,0.0092592592592593],[57,0.0092592592592593],[58,0.0092592592592593],[59,0.0092592592592593],[60,0.0092592592592593],[61,0.0092592592592593],[62,0.0092592592592593],[63,0.0092592592592593],[64,0.0092592592592593],[65,0.0092592592592593],[66,0.0092592592592593],[67,0.0092592592592593],[68,0.0092592592592593],[69,0.0092592592592593],[70,0.0092592592592593],[71,0.0092592592592593],[72,0.0092592592592593],[73,0.0092592592592593],[74,0.0092592592592593],[75,0.0092592592592593],[76,0.0092592592592593],[77,0.0092592592592593],[78,0.0092592592592593],[79,0.0092592592592593],[80,0.0092592592592593],[81,0.0092592592592593],[82,0.0092592592592593],[83,0.0092592592592593],[84,0.0092592592592593],[85,0.0092592592592593],[86,0.0092592592592593],[87,0.0092592592592593],[88,0.0092592592592593],[118,0.1],[119,0.1],[120,0.1],[121,0.1],[122,0.1],[123,0.1],[124,0.1],[125,0.1],[126,0.1],[127,0.1],[-275,0.018181818181818],[-274,0.018181818181818],[-273,0.018181818181818],[-272,0.018181818181818],[-271,0.018181818181818],[-270,0.018181818181818],[-269,0.018181818181818],[-268,0.018181818181818],[-267,0.018181818181818],[-266,0.018181818181818],[-265,0.018181818181818],[-264,0.018181818181818],[-263,0.018181818181818],[-262,0.018181818181818],[-261,0.018181818181818],[-260,0.018181818181818],[-259,0.018181818181818],[-258,0.018181818181818],[-257,0.018181818181818],[-256,0.018181818181818],[-255,0.018181818181818],[-254,0.018181818181818],[-253,0.018181818181818],[-252,0.018181818181818],[-251,0.018181818181818],[-250,0.018181818181818],[-249,0.018181818181818],[-248,0.018181818181818],[-247,0.018181818181818],[-246,0.018181818181818],[-245,0.018181818181818],[-244,0.018181818181818],[-243,0.018181818181818],[-242,0.018181818181818],[-241,0.018181818181818],[-240,0.018181818181818],[-239,0.018181818181818],[-238,0.018181818181818],[-237,0.018181818181818],[-236,0.018181818181818],[-235,0.018181818181818],[-234,0.018181818181818],[-233,0.018181818181818],[-232,0.018181818181818],[-231,0.018181818181818],[-230,0.018181818181818],[-229,0.018181818181818],[-228,0.018181818181818],[-227,0.018181818181818],[-226,0.018181818181818],[-225,0.018181818181818],[-224,0.018181818181818],[-223,0.018181818181818],[-222,0.018181818181818],[-221,0.018181818181818],[-18,0.011494252873563],[-17,0.011494252873563],[-16,0.011494252873563],[-15,0.011494252873563],[-14,0.011494252873563],[-13,0.011494252873563],[-12,0.011494252873563],[-11,0.011494252873563],[-10,0.011494252873563],[-9,0.011494252873563],[-8,0.011494252873563],[-7,0.011494252873563],[-6,0.011494252873563],[-5,0.011494252873563],[-4,0.011494252873563],[-3,0.011494252873563],[-2,0.011494252873563],[-1,0.011494252873563],[1,0.011494252873563],[2,0.011494252873563],[3,0.011494252873563],[4,0.011494252873563],[5,0.011494252873563],[6,0.011494252873563],[7,0.011494252873563],[8,0.011494252873563],[9,0.011494252873563],[10,0.011494252873563],[11,0.011494252873563],[12,0.011494252873563],[13,0.011494252873563],[14,0.011494252873563],[15,0.011494252873563],[16,0.011494252873563],[17,0.011494252873563],[18,0.011494252873563],[19,0.011494252873563],[20,0.011494252873563],[21,0.011494252873563],[22,0.011494252873563],[23,0.011494252873563],[24,0.011494252873563],[25,0.011494252873563],[26,0.011494252873563],[27,0.011494252873563],[28,0.011494252873563],[29,0.011494252873563],[30,0.011494252873563],[31,0.011494252873563],[32,0.011494252873563],[33,0.011494252873563],[34,0.011494252873563],[35,0.011494252873563],[36,0.011494252873563],[37,0.011494252873563],[38,0.011494252873563],[39,0.011494252873563],[40,0.011494252873563],[41,0.011494252873563],[42,0.011494252873563],[43,0.011494252873563],[44,0.011494252873563],[45,0.011494252873563],[46,0.011494252873563],[47,0.011494252873563],[48,0.011494252873563],[49,0.011494252873563],[50,0.011494252873563],[51,0.011494252873563],[52,0.011494252873563],[53,0.011494252873563],[54,0.011494252873563],[55,0.011494252873563],[56,0.011494252873563],[57,0.011494252873563],[58,0.011494252873563],[59,0.011494252873563],[60,0.011494252873563],[61,0.011494252873563],[62,0.011494252873563],[63,0.011494252873563],[64,0.011494252873563],[65,0.011494252873563],[66,0.011494252873563],[67,0.011494252873563],[68,0.011494252873563],[69,0.011494252873563],[-80,0.019607843137255],[-79,0.019607843137255],[-78,0.019607843137255],[-77,0.019607843137255],[-76,0.019607843137255],[-75,0.019607843137255],[-74,0.019607843137255],[-73,0.019607843137255],[-72,0.019607843137255],[-71,0.019607843137255],[-70,0.019607843137255],[-69,0.019607843137255],[-68,0.019607843137255],[-67,0.019607843137255],[-66,0.019607843137255],[-65,0.019607843137255],[-64,0.019607843137255],[-63,0.019607843137255],[-62,0.019607843137255],[-61,0.019607843137255],[-60,0.019607843137255],[-59,0.019607843137255],[-58,0.019607843137255],[-57,0.019607843137255],[-56,0.019607843137255],[-55,0.019607843137255],[-54,0.019607843137255],[-53,0.019607843137255],[-52,0.019607843137255],[-51,0.019607843137255],[-50,0.019607843137255],[-49,0.019607843137255],[-48,0.019607843137255],[-47,0.019607843137255],[-46,0.019607843137255],[-45,0.019607843137255],[-44,0.019607843137255],[-43,0.019607843137255],[-42,0.019607843137255],[-41,0.019607843137255],[-40,0.019607843137255],[-39,0.019607843137255],[-38,0.019607843137255],[-37,0.019607843137255],[-36,0.019607843137255],[-35,0.019607843137255],[-34,0.019607843137255],[-33,0.019607843137255],[-32,0.019607843137255],[-31,0.019607843137255],[-30,0.019607843137255],[-163,0.015625],[-162,0.015625],[-161,0.015625],[-160,0.015625],[-159,0.015625],[-158,0.015625],[-157,0.015625],[-156,0.015625],[-155,0.015625],[-154,0.015625],[-153,0.015625],[-152,0.015625],[-151,0.015625],[-150,0.015625],[-149,0.015625],[-148,0.015625],[-147,0.015625],[-146,0.015625],[-145,0.015625],[-144,0.015625],[-143,0.015625],[-142,0.015625],[-141,0.015625],[-140,0.015625],[-139,0.015625],[-138,0.015625],[-137,0.015625],[-136,0.015625],[-135,0.015625],[-134,0.015625],[-133,0.015625],[-132,0.015625],[-131,0.015625],[-130,0.015625],[-129,0.015625],[-128,0.015625],[-127,0.015625],[-126,0.015625],[-125,0.015625],[-124,0.015625],[-123,0.015625],[-122,0.015625],[-121,0.015625],[-120,0.015625],[-119,0.015625],[-118,0.015625],[-117,0.015625],[-116,0.015625],[-115,0.015625],[-114,0.015625],[-113,0.015625],[-112,0.015625],[-111,0.015625],[-110,0.015625],[-109,0.015625],[-108,0.015625],[-107,0.015625],[-106,0.015625],[-105,0.015625],[-104,0.015625],[-103,0.015625],[-102,0.015625],[-101,0.015625],[-100,0.015625],[-315,0.125],[-314,0.125],[-313,0.125],[-312,0.125],[-311,0.125],[-310,0.125],[-309,0.125],[-308,0.125],[-210,0.041666666666667],[-209,0.041666666666667],[-208,0.041666666666667],[-207,0.041666666666667],[-206,0.041666666666667],[-205,0.041666666666667],[-204,0.041666666666667],[-203,0.041666666666667],[-202,0.041666666666667],[-201,0.041666666666667],[-200,0.041666666666667],[-199,0.041666666666667],[-198,0.041666666666667],[-197,0.041666666666667],[-196,0.041666666666667],[-195,0.041666666666667],[-194,0.041666666666667],[-193,0.041666666666667],[-192,0.041666666666667],[-191,0.041666666666667],[-190,0.041666666666667],[-189,0.041666666666667],[-188,0.041666666666667],[-187,0.041666666666667],[150,0.013157894736842],[151,0.013157894736842],[152,0.013157894736842],[153,0.013157894736842],[154,0.013157894736842],[155,0.013157894736842],[156,0.013157894736842],[157,0.013157894736842],[158,0.013157894736842],[159,0.013157894736842],[160,0.013157894736842],[161,0.013157894736842],[162,0.013157894736842],[163,0.013157894736842],[164,0.013157894736842],[165,0.013157894736842],[166,0.013157894736842],[167,0.013157894736842],[168,0.013157894736842],[169,0.013157894736842],[170,0.013157894736842],[171,0.013157894736842],[172,0.013157894736842],[173,0.013157894736842],[174,0.013157894736842],[175,0.013157894736842],[176,0.013157894736842],[177,0.013157894736842],[178,0.013157894736842],[179,0.013157894736842],[180,0.013157894736842],[181,0.013157894736842],[182,0.013157894736842],[183,0.013157894736842],[184,0.013157894736842],[185,0.013157894736842],[186,0.013157894736842],[187,0.013157894736842],[188,0.013157894736842],[189,0.013157894736842],[190,0.013157894736842],[191,0.013157894736842],[192,0.013157894736842],[193,0.013157894736842],[194,0.013157894736842],[195,0.013157894736842],[196,0.013157894736842],[197,0.013157894736842],[198,0.013157894736842],[199,0.013157894736842],[200,0.013157894736842],[201,0.013157894736842],[202,0.013157894736842],[203,0.013157894736842],[204,0.013157894736842],[205,0.013157894736842],[206,0.013157894736842],[207,0.013157894736842],[208,0.013157894736842],[209,0.013157894736842],[210,0.013157894736842],[211,0.013157894736842],[212,0.013157894736842],[213,0.013157894736842],[214,0.013157894736842],[215,0.013157894736842],[216,0.013157894736842],[217,0.013157894736842],[218,0.013157894736842],[219,0.013157894736842],[220,0.013157894736842],[221,0.013157894736842],[222,0.013157894736842],[223,0.013157894736842],[224,0.013157894736842],[225,0.013157894736842],[-265,0.017241379310345],[-264,0.017241379310345],[-263,0.017241379310345],[-262,0.017241379310345],[-261,0.017241379310345],[-260,0.017241379310345],[-259,0.017241379310345],[-258,0.017241379310345],[-257,0.017241379310345],[-256,0.017241379310345],[-255,0.017241379310345],[-254,0.017241379310345],[-253,0.017241379310345],[-252,0.017241379310345],[-251,0.017241379310345],[-250,0.017241379310345],[-249,0.017241379310345],[-248,0.017241379310345],[-247,0.017241379310345],[-246,0.017241379310345],[-245,0.017241379310345],[-244,0.017241379310345],[-243,0.017241379310345],[-242,0.017241379310345],[-241,0.017241379310345],[-240,0.017241379310345],[-239,0.017241379310345],[-238,0.017241379310345],[-237,0.017241379310345],[-236,0.017241379310345],[-235,0.017241379310345],[-234,0.017241379310345],[-233,0.017241379310345],[-232,0.017241379310345],[-231,0.017241379310345],[-230,0.017241379310345],[-229,0.017241379310345],[-228,0.017241379310345],[-227,0.017241379310345],[-226,0.017241379310345],[-225,0.017241379310345],[-224,0.017241379310345],[-223,0.017241379310345],[-222,0.017241379310345],[-221,0.017241379310345],[-220,0.017241379310345],[-219,0.017241379310345],[-218,0.017241379310345],[-217,0.017241379310345],[-216,0.017241379310345],[-215,0.017241379310345],[-214,0.017241379310345],[-213,0.017241379310345],[-212,0.017241379310345],[-211,0.017241379310345],[-210,0.017241379310345],[-209,0.017241379310345],[-208,0.017241379310345],[1,0.01010101010101],[2,0.01010101010101],[3,0.01010101010101],[4,0.01010101010101],[5,0.01010101010101],[6,0.01010101010101],[7,0.01010101010101],[8,0.01010101010101],[9,0.01010101010101],[10,0.01010101010101],[11,0.01010101010101],[12,0.01010101010101],[13,0.01010101010101],[14,0.01010101010101],[15,0.01010101010101],[16,0.01010101010101],[17,0.01010101010101],[18,0.01010101010101],[19,0.01010101010101],[20,0.01010101010101],[21,0.01010101010101],[22,0.01010101010101],[23,0.01010101010101],[24,0.01010101010101],[25,0.01010101010101],[26,0.01010101010101],[27,0.01010101010101],[28,0.01010101010101],[29,0.01010101010101],[30,0.01010101010101],[31,0.01010101010101],[32,0.01010101010101],[33,0.01010101010101],[34,0.01010101010101],[35,0.01010101010101],[36,0.01010101010101],[37,0.01010101010101],[38,0.01010101010101],[39,0.01010101010101],[40,0.01010101010101],[41,0.01010101010101],[42,0.01010101010101],[43,0.01010101010101],[44,0.01010101010101],[45,0.01010101010101],[46,0.01010101010101],[47,0.01010101010101],[48,0.01010101010101],[49,0.01010101010101],[50,0.01010101010101],[51,0.01010101010101],[52,0.01010101010101],[53,0.01010101010101],[54,0.01010101010101],[55,0.01010101010101],[56,0.01010101010101],[57,0.01010101010101],[58,0.01010101010101],[59,0.01010101010101],[60,0.01010101010101],[61,0.01010101010101],[62,0.01010101010101],[63,0.01010101010101],[64,0.01010101010101],[65,0.01010101010101],[66,0.01010101010101],[67,0.01010101010101],[68,0.01010101010101],[69,0.01010101010101],[70,0.01010101010101],[71,0.01010101010101],[72,0.01010101010101],[73,0.01010101010101],[74,0.01010101010101],[75,0.01010101010101],[76,0.01010101010101],[77,0.01010101010101],[78,0.01010101010101],[79,0.01010101010101],[80,0.01010101010101],[81,0.01010101010101],[82,0.01010101010101],[83,0.01010101010101],[84,0.01010101010101],[85,0.01010101010101],[86,0.01010101010101],[87,0.01010101010101],[88,0.01010101010101],[89,0.01010101010101],[90,0.01010101010101],[91,0.01010101010101],[92,0.01010101010101],[93,0.01010101010101],[94,0.01010101010101],[95,0.01010101010101],[96,0.01010101010101],[97,0.01010101010101],[98,0.01010101010101],[99,0.01010101010101],[330,0.090909090909091],[331,0.090909090909091],[332,0.090909090909091],[333,0.090909090909091],[334,0.090909090909091],[335,0.090909090909091],[336,0.090909090909091],[337,0.090909090909091],[338,0.090909090909091],[339,0.090909090909091],[340,0.090909090909091],[212,0.052631578947368],[213,0.052631578947368],[214,0.052631578947368],[215,0.052631578947368],[216,0.052631578947368],[217,0.052631578947368],[218,0.052631578947368],[219,0.052631578947368],[220,0.052631578947368],[221,0.052631578947368],[222,0.052631578947368],[223,0.052631578947368],[224,0.052631578947368],[225,0.052631578947368],[226,0.052631578947368],[227,0.052631578947368],[228,0.052631578947368],[229,0.052631578947368],[230,0.052631578947368],[114,0.066666666666667],[115,0.066666666666667],[116,0.066666666666667],[117,0.066666666666667],[118,0.066666666666667],[119,0.066666666666667],[120,0.066666666666667],[121,0.066666666666667],[122,0.066666666666667],[123,0.066666666666667],[124,0.066666666666667],[125,0.066666666666667],[126,0.066666666666667],[127,0.066666666666667],[128,0.066666666666667],[297,1],[-144,0.16666666666667],[-143,0.16666666666667],[-142,0.16666666666667],[-141,0.16666666666667],[-140,0.16666666666667],[-139,0.16666666666667],[618,0.0092592592592593],[619,0.0092592592592593],[620,0.0092592592592593],[621,0.0092592592592593],[622,0.0092592592592593],[623,0.0092592592592593],[624,0.0092592592592593],[625,0.0092592592592593],[626,0.0092592592592593],[627,0.0092592592592593],[628,0.0092592592592593],[629,0.0092592592592593],[630,0.0092592592592593],[631,0.0092592592592593],[632,0.0092592592592593],[633,0.0092592592592593],[634,0.0092592592592593],[635,0.0092592592592593],[636,0.0092592592592593],[637,0.0092592592592593],[638,0.0092592592592593],[639,0.0092592592592593],[640,0.0092592592592593],[641,0.0092592592592593],[642,0.0092592592592593],[643,0.0092592592592593],[644,0.0092592592592593],[645,0.0092592592592593],[646,0.0092592592592593],[647,0.0092592592592593],[648,0.0092592592592593],[649,0.0092592592592593],[650,0.0092592592592593],[651,0.0092592592592593],[652,0.0092592592592593],[653,0.0092592592592593],[654,0.0092592592592593],[655,0.0092592592592593],[656,0.0092592592592593],[657,0.0092592592592593],[658,0.0092592592592593],[659,0.0092592592592593],[660,0.0092592592592593],[661,0.0092592592592593],[662,0.0092592592592593],[663,0.0092592592592593],[664,0.0092592592592593],[665,0.0092592592592593],[666,0.0092592592592593],[667,0.0092592592592593],[668,0.0092592592592593],[669,0.0092592592592593],[670,0.0092592592592593],[671,0.0092592592592593],[672,0.0092592592592593],[673,0.0092592592592593],[674,0.0092592592592593],[675,0.0092592592592593],[676,0.0092592592592593],[677,0.0092592592592593],[678,0.0092592592592593],[679,0.0092592592592593],[680,0.0092592592592593],[681,0.0092592592592593],[682,0.0092592592592593],[683,0.0092592592592593],[684,0.0092592592592593],[685,0.0092592592592593],[686,0.0092592592592593],[687,0.0092592592592593],[688,0.0092592592592593],[689,0.0092592592592593],[690,0.0092592592592593],[691,0.0092592592592593],[692,0.0092592592592593],[693,0.0092592592592593],[694,0.0092592592592593],[695,0.0092592592592593],[696,0.0092592592592593],[697,0.0092592592592593],[698,0.0092592592592593],[699,0.0092592592592593],[700,0.0092592592592593],[701,0.0092592592592593],[702,0.0092592592592593],[703,0.0092592592592593],[704,0.0092592592592593],[705,0.0092592592592593],[706,0.0092592592592593],[707,0.0092592592592593],[708,0.0092592592592593],[709,0.0092592592592593],[710,0.0092592592592593],[711,0.0092592592592593],[712,0.0092592592592593],[713,0.0092592592592593],[714,0.0092592592592593],[715,0.0092592592592593],[716,0.0092592592592593],[717,0.0092592592592593],[718,0.0092592592592593],[719,0.0092592592592593],[720,0.0092592592592593],[721,0.0092592592592593],[722,0.0092592592592593],[723,0.0092592592592593],[724,0.0092592592592593],[725,0.0092592592592593],[325,0.019607843137255],[326,0.019607843137255],[327,0.019607843137255],[328,0.019607843137255],[329,0.019607843137255],[330,0.019607843137255],[331,0.019607843137255],[332,0.019607843137255],[333,0.019607843137255],[334,0.019607843137255],[335,0.019607843137255],[336,0.019607843137255],[337,0.019607843137255],[338,0.019607843137255],[339,0.019607843137255],[340,0.019607843137255],[341,0.019607843137255],[342,0.019607843137255],[343,0.019607843137255],[344,0.019607843137255],[345,0.019607843137255],[346,0.019607843137255],[347,0.019607843137255],[348,0.019607843137255],[349,0.019607843137255],[350,0.019607843137255],[351,0.019607843137255],[352,0.019607843137255],[353,0.019607843137255],[354,0.019607843137255],[355,0.019607843137255],[356,0.019607843137255],[357,0.019607843137255],[358,0.019607843137255],[359,0.019607843137255],[360,0.019607843137255],[361,0.019607843137255],[362,0.019607843137255],[363,0.019607843137255],[364,0.019607843137255],[365,0.019607843137255],[366,0.019607843137255],[367,0.019607843137255],[368,0.019607843137255],[369,0.019607843137255],[370,0.019607843137255],[371,0.019607843137255],[372,0.019607843137255],[373,0.019607843137255],[374,0.019607843137255],[375,0.019607843137255],[330,0.016393442622951],[331,0.016393442622951],[332,0.016393442622951],[333,0.016393442622951],[334,0.016393442622951],[335,0.016393442622951],[336,0.016393442622951],[337,0.016393442622951],[338,0.016393442622951],[339,0.016393442622951],[340,0.016393442622951],[341,0.016393442622951],[342,0.016393442622951],[343,0.016393442622951],[344,0.016393442622951],[345,0.016393442622951],[346,0.016393442622951],[347,0.016393442622951],[348,0.016393442622951],[349,0.016393442622951],[350,0.016393442622951],[351,0.016393442622951],[352,0.016393442622951],[353,0.016393442622951],[354,0.016393442622951],[355,0.016393442622951],[356,0.016393442622951],[357,0.016393442622951],[358,0.016393442622951],[359,0.016393442622951],[360,0.016393442622951],[361,0.016393442622951],[362,0.016393442622951],[363,0.016393442622951],[364,0.016393442622951],[365,0.016393442622951],[366,0.016393442622951],[367,0.016393442622951],[368,0.016393442622951],[369,0.016393442622951],[370,0.016393442622951],[371,0.016393442622951],[372,0.016393442622951],[373,0.016393442622951],[374,0.016393442622951],[375,0.016393442622951],[376,0.016393442622951],[377,0.016393442622951],[378,0.016393442622951],[379,0.016393442622951],[380,0.016393442622951],[381,0.016393442622951],[382,0.016393442622951],[383,0.016393442622951],[384,0.016393442622951],[385,0.016393442622951],[386,0.016393442622951],[387,0.016393442622951],[388,0.016393442622951],[389,0.016393442622951],[390,0.016393442622951],[718,0.037037037037037],[719,0.037037037037037],[720,0.037037037037037],[721,0.037037037037037],[722,0.037037037037037],[723,0.037037037037037],[724,0.037037037037037],[725,0.037037037037037],[726,0.037037037037037],[727,0.037037037037037],[728,0.037037037037037],[729,0.037037037037037],[730,0.037037037037037],[731,0.037037037037037],[732,0.037037037037037],[733,0.037037037037037],[734,0.037037037037037],[735,0.037037037037037],[736,0.037037037037037],[737,0.037037037037037],[738,0.037037037037037],[739,0.037037037037037],[740,0.037037037037037],[741,0.037037037037037],[742,0.037037037037037],[743,0.037037037037037],[744,0.037037037037037],[-205,0.25],[-204,0.25],[-203,0.25],[-202,0.25],[49,0.032258064516129],[50,0.032258064516129],[51,0.032258064516129],[52,0.032258064516129],[53,0.032258064516129],[54,0.032258064516129],[55,0.032258064516129],[56,0.032258064516129],[57,0.032258064516129],[58,0.032258064516129],[59,0.032258064516129],[60,0.032258064516129],[61,0.032258064516129],[62,0.032258064516129],[63,0.032258064516129],[64,0.032258064516129],[65,0.032258064516129],[66,0.032258064516129],[67,0.032258064516129],[68,0.032258064516129],[69,0.032258064516129],[70,0.032258064516129],[71,0.032258064516129],[72,0.032258064516129],[73,0.032258064516129],[74,0.032258064516129],[75,0.032258064516129],[76,0.032258064516129],[77,0.032258064516129],[78,0.032258064516129],[79,0.032258064516129],[-335,0.0072463768115942],[-334,0.0072463768115942],[-333,0.0072463768115942],[-332,0.0072463768115942],[-331,0.0072463768115942],[-330,0.0072463768115942],[-329,0.0072463768115942],[-328,0.0072463768115942],[-327,0.0072463768115942],[-326,0.0072463768115942],[-325,0.0072463768115942],[-324,0.0072463768115942],[-323,0.0072463768115942],[-322,0.0072463768115942],[-321,0.0072463768115942],[-320,0.0072463768115942],[-319,0.0072463768115942],[-318,0.0072463768115942],[-317,0.0072463768115942],[-316,0.0072463768115942],[-315,0.0072463768115942],[-314,0.0072463768115942],[-313,0.0072463768115942],[-312,0.0072463768115942],[-311,0.0072463768115942],[-310,0.0072463768115942],[-309,0.0072463768115942],[-308,0.0072463768115942],[-307,0.0072463768115942],[-306,0.0072463768115942],[-305,0.0072463768115942],[-304,0.0072463768115942],[-303,0.0072463768115942],[-302,0.0072463768115942],[-301,0.0072463768115942],[-300,0.0072463768115942],[-299,0.0072463768115942],[-298,0.0072463768115942],[-297,0.0072463768115942],[-296,0.0072463768115942],[-295,0.0072463768115942],[-294,0.0072463768115942],[-293,0.0072463768115942],[-292,0.0072463768115942],[-291,0.0072463768115942],[-290,0.0072463768115942],[-289,0.0072463768115942],[-288,0.0072463768115942],[-287,0.0072463768115942],[-286,0.0072463768115942],[-285,0.0072463768115942],[-284,0.0072463768115942],[-283,0.0072463768115942],[-282,0.0072463768115942],[-281,0.0072463768115942],[-280,0.0072463768115942],[-279,0.0072463768115942],[-278,0.0072463768115942],[-277,0.0072463768115942],[-276,0.0072463768115942],[-275,0.0072463768115942],[-274,0.0072463768115942],[-273,0.0072463768115942],[-272,0.0072463768115942],[-271,0.0072463768115942],[-270,0.0072463768115942],[-269,0.0072463768115942],[-268,0.0072463768115942],[-267,0.0072463768115942],[-266,0.0072463768115942],[-265,0.0072463768115942],[-264,0.0072463768115942],[-263,0.0072463768115942],[-262,0.0072463768115942],[-261,0.0072463768115942],[-260,0.0072463768115942],[-259,0.0072463768115942],[-258,0.0072463768115942],[-257,0.0072463768115942],[-256,0.0072463768115942],[-255,0.0072463768115942],[-254,0.0072463768115942],[-253,0.0072463768115942],[-252,0.0072463768115942],[-251,0.0072463768115942],[-250,0.0072463768115942],[-249,0.0072463768115942],[-248,0.0072463768115942],[-247,0.0072463768115942],[-246,0.0072463768115942],[-245,0.0072463768115942],[-244,0.0072463768115942],[-243,0.0072463768115942],[-242,0.0072463768115942],[-241,0.0072463768115942],[-240,0.0072463768115942],[-239,0.0072463768115942],[-238,0.0072463768115942],[-237,0.0072463768115942],[-236,0.0072463768115942],[-235,0.0072463768115942],[-234,0.0072463768115942],[-233,0.0072463768115942],[-232,0.0072463768115942],[-231,0.0072463768115942],[-230,0.0072463768115942],[-229,0.0072463768115942],[-228,0.0072463768115942],[-227,0.0072463768115942],[-226,0.0072463768115942],[-225,0.0072463768115942],[-224,0.0072463768115942],[-223,0.0072463768115942],[-222,0.0072463768115942],[-221,0.0072463768115942],[-220,0.0072463768115942],[-219,0.0072463768115942],[-218,0.0072463768115942],[-217,0.0072463768115942],[-216,0.0072463768115942],[-215,0.0072463768115942],[-214,0.0072463768115942],[-213,0.0072463768115942],[-212,0.0072463768115942],[-211,0.0072463768115942],[-210,0.0072463768115942],[-209,0.0072463768115942],[-208,0.0072463768115942],[-207,0.0072463768115942],[-206,0.0072463768115942],[-205,0.0072463768115942],[-204,0.0072463768115942],[-203,0.0072463768115942],[-202,0.0072463768115942],[-201,0.0072463768115942],[-200,0.0072463768115942],[-199,0.0072463768115942],[-198,0.0072463768115942],[116,0.1],[117,0.1],[118,0.1],[119,0.1],[120,0.1],[121,0.1],[122,0.1],[123,0.1],[124,0.1],[125,0.1],[1,0.0050251256281407],[2,0.0050251256281407],[3,0.0050251256281407],[4,0.0050251256281407],[5,0.0050251256281407],[6,0.0050251256281407],[7,0.0050251256281407],[8,0.0050251256281407],[9,0.0050251256281407],[10,0.0050251256281407],[11,0.0050251256281407],[12,0.0050251256281407],[13,0.0050251256281407],[14,0.0050251256281407],[15,0.0050251256281407],[16,0.0050251256281407],[17,0.0050251256281407],[18,0.0050251256281407],[19,0.0050251256281407],[20,0.0050251256281407],[21,0.0050251256281407],[22,0.0050251256281407],[23,0.0050251256281407],[24,0.0050251256281407],[25,0.0050251256281407],[26,0.0050251256281407],[27,0.0050251256281407],[28,0.0050251256281407],[29,0.0050251256281407],[30,0.0050251256281407],[31,0.0050251256281407],[32,0.0050251256281407],[33,0.0050251256281407],[34,0.0050251256281407],[35,0.0050251256281407],[36,0.0050251256281407],[37,0.0050251256281407],[38,0.0050251256281407],[39,0.0050251256281407],[40,0.0050251256281407],[41,0.0050251256281407],[42,0.0050251256281407],[43,0.0050251256281407],[44,0.0050251256281407],[45,0.0050251256281407],[46,0.0050251256281407],[47,0.0050251256281407],[48,0.0050251256281407],[49,0.0050251256281407],[50,0.0050251256281407],[51,0.0050251256281407],[52,0.0050251256281407],[53,0.0050251256281407],[54,0.0050251256281407],[55,0.0050251256281407],[56,0.0050251256281407],[57,0.0050251256281407],[58,0.0050251256281407],[59,0.0050251256281407],[60,0.0050251256281407],[61,0.0050251256281407],[62,0.0050251256281407],[63,0.0050251256281407],[64,0.0050251256281407],[65,0.0050251256281407],[66,0.0050251256281407],[67,0.0050251256281407],[68,0.0050251256281407],[69,0.0050251256281407],[70,0.0050251256281407],[71,0.0050251256281407],[72,0.0050251256281407],[73,0.0050251256281407],[74,0.0050251256281407],[75,0.0050251256281407],[76,0.0050251256281407],[77,0.0050251256281407],[78,0.0050251256281407],[79,0.0050251256281407],[80,0.0050251256281407],[81,0.0050251256281407],[82,0.0050251256281407],[83,0.0050251256281407],[84,0.0050251256281407],[85,0.0050251256281407],[86,0.0050251256281407],[87,0.0050251256281407],[88,0.0050251256281407],[89,0.0050251256281407],[90,0.0050251256281407],[91,0.0050251256281407],[92,0.0050251256281407],[93,0.0050251256281407],[94,0.0050251256281407],[95,0.0050251256281407],[96,0.0050251256281407],[97,0.0050251256281407],[98,0.0050251256281407],[99,0.0050251256281407],[100,0.0050251256281407],[101,0.0050251256281407],[102,0.0050251256281407],[103,0.0050251256281407],[104,0.0050251256281407],[105,0.0050251256281407],[106,0.0050251256281407],[107,0.0050251256281407],[108,0.0050251256281407],[109,0.0050251256281407],[110,0.0050251256281407],[111,0.0050251256281407],[112,0.0050251256281407],[113,0.0050251256281407],[114,0.0050251256281407],[115,0.0050251256281407],[116,0.0050251256281407],[117,0.0050251256281407],[118,0.0050251256281407],[119,0.0050251256281407],[120,0.0050251256281407],[121,0.0050251256281407],[122,0.0050251256281407],[123,0.0050251256281407],[124,0.0050251256281407],[125,0.0050251256281407],[126,0.0050251256281407],[127,0.0050251256281407],[128,0.0050251256281407],[129,0.0050251256281407],[130,0.0050251256281407],[131,0.0050251256281407],[132,0.0050251256281407],[133,0.0050251256281407],[134,0.0050251256281407],[135,0.0050251256281407],[136,0.0050251256281407],[137,0.0050251256281407],[138,0.0050251256281407],[139,0.0050251256281407],[140,0.0050251256281407],[141,0.0050251256281407],[142,0.0050251256281407],[143,0.0050251256281407],[144,0.0050251256281407],[145,0.0050251256281407],[146,0.0050251256281407],[147,0.0050251256281407],[148,0.0050251256281407],[149,0.0050251256281407],[150,0.0050251256281407],[151,0.0050251256281407],[152,0.0050251256281407],[153,0.0050251256281407],[154,0.0050251256281407],[155,0.0050251256281407],[156,0.0050251256281407],[157,0.0050251256281407],[158,0.0050251256281407],[159,0.0050251256281407],[160,0.0050251256281407],[161,0.0050251256281407],[162,0.0050251256281407],[163,0.0050251256281407],[164,0.0050251256281407],[165,0.0050251256281407],[166,0.0050251256281407],[167,0.0050251256281407],[168,0.0050251256281407],[169,0.0050251256281407],[170,0.0050251256281407],[171,0.0050251256281407],[172,0.0050251256281407],[173,0.0050251256281407],[174,0.0050251256281407],[175,0.0050251256281407],[176,0.0050251256281407],[177,0.0050251256281407],[178,0.0050251256281407],[179,0.0050251256281407],[180,0.0050251256281407],[181,0.0050251256281407],[182,0.0050251256281407],[183,0.0050251256281407],[184,0.0050251256281407],[185,0.0050251256281407],[186,0.0050251256281407],[187,0.0050251256281407],[188,0.0050251256281407],[189,0.0050251256281407],[190,0.0050251256281407],[191,0.0050251256281407],[192,0.0050251256281407],[193,0.0050251256281407],[194,0.0050251256281407],[195,0.0050251256281407],[196,0.0050251256281407],[197,0.0050251256281407],[198,0.0050251256281407],[199,0.0050251256281407],[-152,0.015384615384615],[-151,0.015384615384615],[-150,0.015384615384615],[-149,0.015384615384615],[-148,0.015384615384615],[-147,0.015384615384615],[-146,0.015384615384615],[-145,0.015384615384615],[-144,0.015384615384615],[-143,0.015384615384615],[-142,0.015384615384615],[-141,0.015384615384615],[-140,0.015384615384615],[-139,0.015384615384615],[-138,0.015384615384615],[-137,0.015384615384615],[-136,0.015384615384615],[-135,0.015384615384615],[-134,0.015384615384615],[-133,0.015384615384615],[-132,0.015384615384615],[-131,0.015384615384615],[-130,0.015384615384615],[-129,0.015384615384615],[-128,0.015384615384615],[-127,0.015384615384615],[-126,0.015384615384615],[-125,0.015384615384615],[-124,0.015384615384615],[-123,0.015384615384615],[-122,0.015384615384615],[-121,0.015384615384615],[-120,0.015384615384615],[-119,0.015384615384615],[-118,0.015384615384615],[-117,0.015384615384615],[-116,0.015384615384615],[-115,0.015384615384615],[-114,0.015384615384615],[-113,0.015384615384615],[-112,0.015384615384615],[-111,0.015384615384615],[-110,0.015384615384615],[-109,0.015384615384615],[-108,0.015384615384615],[-107,0.015384615384615],[-106,0.015384615384615],[-105,0.015384615384615],[-104,0.015384615384615],[-103,0.015384615384615],[-102,0.015384615384615],[-101,0.015384615384615],[-100,0.015384615384615],[-99,0.015384615384615],[-98,0.015384615384615],[-97,0.015384615384615],[-96,0.015384615384615],[-95,0.015384615384615],[-94,0.015384615384615],[-93,0.015384615384615],[-92,0.015384615384615],[-91,0.015384615384615],[-90,0.015384615384615],[-89,0.015384615384615],[-88,0.015384615384615],[135,0.018867924528302],[136,0.018867924528302],[137,0.018867924528302],[138,0.018867924528302],[139,0.018867924528302],[140,0.018867924528302],[141,0.018867924528302],[142,0.018867924528302],[143,0.018867924528302],[144,0.018867924528302],[145,0.018867924528302],[146,0.018867924528302],[147,0.018867924528302],[148,0.018867924528302],[149,0.018867924528302],[150,0.018867924528302],[151,0.018867924528302],[152,0.018867924528302],[153,0.018867924528302],[154,0.018867924528302],[155,0.018867924528302],[156,0.018867924528302],[157,0.018867924528302],[158,0.018867924528302],[159,0.018867924528302],[160,0.018867924528302],[161,0.018867924528302],[162,0.018867924528302],[163,0.018867924528302],[164,0.018867924528302],[165,0.018867924528302],[166,0.018867924528302],[167,0.018867924528302],[168,0.018867924528302],[169,0.018867924528302],[170,0.018867924528302],[171,0.018867924528302],[172,0.018867924528302],[173,0.018867924528302],[174,0.018867924528302],[175,0.018867924528302],[176,0.018867924528302],[177,0.018867924528302],[178,0.018867924528302],[179,0.018867924528302],[180,0.018867924528302],[181,0.018867924528302],[182,0.018867924528302],[183,0.018867924528302],[184,0.018867924528302],[185,0.018867924528302],[186,0.018867924528302],[187,0.018867924528302],[-199,0.0050251256281407],[-198,0.0050251256281407],[-197,0.0050251256281407],[-196,0.0050251256281407],[-195,0.0050251256281407],[-194,0.0050251256281407],[-193,0.0050251256281407],[-192,0.0050251256281407],[-191,0.0050251256281407],[-190,0.0050251256281407],[-189,0.0050251256281407],[-188,0.0050251256281407],[-187,0.0050251256281407],[-186,0.0050251256281407],[-185,0.0050251256281407],[-184,0.0050251256281407],[-183,0.0050251256281407],[-182,0.0050251256281407],[-181,0.0050251256281407],[-180,0.0050251256281407],[-179,0.0050251256281407],[-178,0.0050251256281407],[-177,0.0050251256281407],[-176,0.0050251256281407],[-175,0.0050251256281407],[-174,0.0050251256281407],[-173,0.0050251256281407],[-172,0.0050251256281407],[-171,0.0050251256281407],[-170,0.0050251256281407],[-169,0.0050251256281407],[-168,0.0050251256281407],[-167,0.0050251256281407],[-166,0.0050251256281407],[-165,0.0050251256281407],[-164,0.0050251256281407],[-163,0.0050251256281407],[-162,0.0050251256281407],[-161,0.0050251256281407],[-160,0.0050251256281407],[-159,0.0050251256281407],[-158,0.0050251256281407],[-157,0.0050251256281407],[-156,0.0050251256281407],[-155,0.0050251256281407],[-154,0.0050251256281407],[-153,0.0050251256281407],[-152,0.0050251256281407],[-151,0.0050251256281407],[-150,0.0050251256281407],[-149,0.0050251256281407],[-148,0.0050251256281407],[-147,0.0050251256281407],[-146,0.0050251256281407],[-145,0.0050251256281407],[-144,0.0050251256281407],[-143,0.0050251256281407],[-142,0.0050251256281407],[-141,0.0050251256281407],[-140,0.0050251256281407],[-139,0.0050251256281407],[-138,0.0050251256281407],[-137,0.0050251256281407],[-136,0.0050251256281407],[-135,0.0050251256281407],[-134,0.0050251256281407],[-133,0.0050251256281407],[-132,0.0050251256281407],[-131,0.0050251256281407],[-130,0.0050251256281407],[-129,0.0050251256281407],[-128,0.0050251256281407],[-127,0.0050251256281407],[-126,0.0050251256281407],[-125,0.0050251256281407],[-124,0.0050251256281407],[-123,0.0050251256281407],[-122,0.0050251256281407],[-121,0.0050251256281407],[-120,0.0050251256281407],[-119,0.0050251256281407],[-118,0.0050251256281407],[-117,0.0050251256281407],[-116,0.0050251256281407],[-115,0.0050251256281407],[-114,0.0050251256281407],[-113,0.0050251256281407],[-112,0.0050251256281407],[-111,0.0050251256281407],[-110,0.0050251256281407],[-109,0.0050251256281407],[-108,0.0050251256281407],[-107,0.0050251256281407],[-106,0.0050251256281407],[-105,0.0050251256281407],[-104,0.0050251256281407],[-103,0.0050251256281407],[-102,0.0050251256281407],[-101,0.0050251256281407],[-100,0.0050251256281407],[-99,0.0050251256281407],[-98,0.0050251256281407],[-97,0.0050251256281407],[-96,0.0050251256281407],[-95,0.0050251256281407],[-94,0.0050251256281407],[-93,0.0050251256281407],[-92,0.0050251256281407],[-91,0.0050251256281407],[-90,0.0050251256281407],[-89,0.0050251256281407],[-88,0.0050251256281407],[-87,0.0050251256281407],[-86,0.0050251256281407],[-85,0.0050251256281407],[-84,0.0050251256281407],[-83,0.0050251256281407],[-82,0.0050251256281407],[-81,0.0050251256281407],[-80,0.0050251256281407],[-79,0.0050251256281407],[-78,0.0050251256281407],[-77,0.0050251256281407],[-76,0.0050251256281407],[-75,0.0050251256281407],[-74,0.0050251256281407],[-73,0.0050251256281407],[-72,0.0050251256281407],[-71,0.0050251256281407],[-70,0.0050251256281407],[-69,0.0050251256281407],[-68,0.0050251256281407],[-67,0.0050251256281407],[-66,0.0050251256281407],[-65,0.0050251256281407],[-64,0.0050251256281407],[-63,0.0050251256281407],[-62,0.0050251256281407],[-61,0.0050251256281407],[-60,0.0050251256281407],[-59,0.0050251256281407],[-58,0.0050251256281407],[-57,0.0050251256281407],[-56,0.0050251256281407],[-55,0.0050251256281407],[-54,0.0050251256281407],[-53,0.0050251256281407],[-52,0.0050251256281407],[-51,0.0050251256281407],[-50,0.0050251256281407],[-49,0.0050251256281407],[-48,0.0050251256281407],[-47,0.0050251256281407],[-46,0.0050251256281407],[-45,0.0050251256281407],[-44,0.0050251256281407],[-43,0.0050251256281407],[-42,0.0050251256281407],[-41,0.0050251256281407],[-40,0.0050251256281407],[-39,0.0050251256281407],[-38,0.0050251256281407],[-37,0.0050251256281407],[-36,0.0050251256281407],[-35,0.0050251256281407],[-34,0.0050251256281407],[-33,0.0050251256281407],[-32,0.0050251256281407],[-31,0.0050251256281407],[-30,0.0050251256281407],[-29,0.0050251256281407],[-28,0.0050251256281407],[-27,0.0050251256281407],[-26,0.0050251256281407],[-25,0.0050251256281407],[-24,0.0050251256281407],[-23,0.0050251256281407],[-22,0.0050251256281407],[-21,0.0050251256281407],[-20,0.0050251256281407],[-19,0.0050251256281407],[-18,0.0050251256281407],[-17,0.0050251256281407],[-16,0.0050251256281407],[-15,0.0050251256281407],[-14,0.0050251256281407],[-13,0.0050251256281407],[-12,0.0050251256281407],[-11,0.0050251256281407],[-10,0.0050251256281407],[-9,0.0050251256281407],[-8,0.0050251256281407],[-7,0.0050251256281407],[-6,0.0050251256281407],[-5,0.0050251256281407],[-4,0.0050251256281407],[-3,0.0050251256281407],[-2,0.0050251256281407],[-1,0.0050251256281407],[-205,0.071428571428571],[-204,0.071428571428571],[-203,0.071428571428571],[-202,0.071428571428571],[-201,0.071428571428571],[-200,0.071428571428571],[-199,0.071428571428571],[-198,0.071428571428571],[-197,0.071428571428571],[-196,0.071428571428571],[-195,0.071428571428571],[-194,0.071428571428571],[-193,0.071428571428571],[-192,0.071428571428571],[119,0.038461538461538],[120,0.038461538461538],[121,0.038461538461538],[122,0.038461538461538],[123,0.038461538461538],[124,0.038461538461538],[125,0.038461538461538],[126,0.038461538461538],[127,0.038461538461538],[128,0.038461538461538],[129,0.038461538461538],[130,0.038461538461538],[131,0.038461538461538],[132,0.038461538461538],[133,0.038461538461538],[134,0.038461538461538],[135,0.038461538461538],[136,0.038461538461538],[137,0.038461538461538],[138,0.038461538461538],[139,0.038461538461538],[140,0.038461538461538],[141,0.038461538461538],[142,0.038461538461538],[143,0.038461538461538],[144,0.038461538461538],[28,0.066666666666667],[29,0.066666666666667],[30,0.066666666666667],[31,0.066666666666667],[32,0.066666666666667],[33,0.066666666666667],[34,0.066666666666667],[35,0.066666666666667],[36,0.066666666666667],[37,0.066666666666667],[38,0.066666666666667],[39,0.066666666666667],[40,0.066666666666667],[41,0.066666666666667],[42,0.066666666666667],[-233,0.090909090909091],[-232,0.090909090909091],[-231,0.090909090909091],[-230,0.090909090909091],[-229,0.090909090909091],[-228,0.090909090909091],[-227,0.090909090909091],[-226,0.090909090909091],[-225,0.090909090909091],[-224,0.090909090909091],[-223,0.090909090909091],[132,0.5],[133,0.5],[641,0.14285714285714],[642,0.14285714285714],[643,0.14285714285714],[644,0.14285714285714],[645,0.14285714285714],[646,0.14285714285714],[647,0.14285714285714],[89,0.0061728395061728],[90,0.0061728395061728],[91,0.0061728395061728],[92,0.0061728395061728],[93,0.0061728395061728],[94,0.0061728395061728],[95,0.0061728395061728],[96,0.0061728395061728],[97,0.0061728395061728],[98,0.0061728395061728],[99,0.0061728395061728],[100,0.0061728395061728],[101,0.0061728395061728],[102,0.0061728395061728],[103,0.0061728395061728],[104,0.0061728395061728],[105,0.0061728395061728],[106,0.0061728395061728],[107,0.0061728395061728],[108,0.0061728395061728],[109,0.0061728395061728],[110,0.0061728395061728],[111,0.0061728395061728],[112,0.0061728395061728],[113,0.0061728395061728],[114,0.0061728395061728],[115,0.0061728395061728],[116,0.0061728395061728],[117,0.0061728395061728],[118,0.0061728395061728],[119,0.0061728395061728],[120,0.0061728395061728],[121,0.0061728395061728],[122,0.0061728395061728],[123,0.0061728395061728],[124,0.0061728395061728],[125,0.0061728395061728],[126,0.0061728395061728],[127,0.0061728395061728],[128,0.0061728395061728],[129,0.0061728395061728],[130,0.0061728395061728],[131,0.0061728395061728],[132,0.0061728395061728],[133,0.0061728395061728],[134,0.0061728395061728],[135,0.0061728395061728],[136,0.0061728395061728],[137,0.0061728395061728],[138,0.0061728395061728],[139,0.0061728395061728],[140,0.0061728395061728],[141,0.0061728395061728],[142,0.0061728395061728],[143,0.0061728395061728],[144,0.0061728395061728],[145,0.0061728395061728],[146,0.0061728395061728],[147,0.0061728395061728],[148,0.0061728395061728],[149,0.0061728395061728],[150,0.0061728395061728],[151,0.0061728395061728],[152,0.0061728395061728],[153,0.0061728395061728],[154,0.0061728395061728],[155,0.0061728395061728],[156,0.0061728395061728],[157,0.0061728395061728],[158,0.0061728395061728],[159,0.0061728395061728],[160,0.0061728395061728],[161,0.0061728395061728],[162,0.0061728395061728],[163,0.0061728395061728],[164,0.0061728395061728],[165,0.0061728395061728],[166,0.0061728395061728],[167,0.0061728395061728],[168,0.0061728395061728],[169,0.0061728395061728],[170,0.0061728395061728],[171,0.0061728395061728],[172,0.0061728395061728],[173,0.0061728395061728],[174,0.0061728395061728],[175,0.0061728395061728],[176,0.0061728395061728],[177,0.0061728395061728],[178,0.0061728395061728],[179,0.0061728395061728],[180,0.0061728395061728],[181,0.0061728395061728],[182,0.0061728395061728],[183,0.0061728395061728],[184,0.0061728395061728],[185,0.0061728395061728],[186,0.0061728395061728],[187,0.0061728395061728],[188,0.0061728395061728],[189,0.0061728395061728],[190,0.0061728395061728],[191,0.0061728395061728],[192,0.0061728395061728],[193,0.0061728395061728],[194,0.0061728395061728],[195,0.0061728395061728],[196,0.0061728395061728],[197,0.0061728395061728],[198,0.0061728395061728],[199,0.0061728395061728],[200,0.0061728395061728],[201,0.0061728395061728],[202,0.0061728395061728],[203,0.0061728395061728],[204,0.0061728395061728],[205,0.0061728395061728],[206,0.0061728395061728],[207,0.0061728395061728],[208,0.0061728395061728],[209,0.0061728395061728],[210,0.0061728395061728],[211,0.0061728395061728],[212,0.0061728395061728],[213,0.0061728395061728],[214,0.0061728395061728],[215,0.0061728395061728],[216,0.0061728395061728],[217,0.0061728395061728],[218,0.0061728395061728],[219,0.0061728395061728],[220,0.0061728395061728],[221,0.0061728395061728],[222,0.0061728395061728],[223,0.0061728395061728],[224,0.0061728395061728],[225,0.0061728395061728],[226,0.0061728395061728],[227,0.0061728395061728],[228,0.0061728395061728],[229,0.0061728395061728],[230,0.0061728395061728],[231,0.0061728395061728],[232,0.0061728395061728],[233,0.0061728395061728],[234,0.0061728395061728],[235,0.0061728395061728],[236,0.0061728395061728],[237,0.0061728395061728],[238,0.0061728395061728],[239,0.0061728395061728],[240,0.0061728395061728],[241,0.0061728395061728],[242,0.0061728395061728],[243,0.0061728395061728],[244,0.0061728395061728],[245,0.0061728395061728],[246,0.0061728395061728],[247,0.0061728395061728],[248,0.0061728395061728],[249,0.0061728395061728],[250,0.0061728395061728],[500,0.0063694267515924],[501,0.0063694267515924],[502,0.0063694267515924],[503,0.0063694267515924],[504,0.0063694267515924],[505,0.0063694267515924],[506,0.0063694267515924],[507,0.0063694267515924],[508,0.0063694267515924],[509,0.0063694267515924],[510,0.0063694267515924],[511,0.0063694267515924],[512,0.0063694267515924],[513,0.0063694267515924],[514,0.0063694267515924],[515,0.0063694267515924],[516,0.0063694267515924],[517,0.0063694267515924],[518,0.0063694267515924],[519,0.0063694267515924],[520,0.0063694267515924],[521,0.0063694267515924],[522,0.0063694267515924],[523,0.0063694267515924],[524,0.0063694267515924],[525,0.0063694267515924],[526,0.0063694267515924],[527,0.0063694267515924],[528,0.0063694267515924],[529,0.0063694267515924],[530,0.0063694267515924],[531,0.0063694267515924],[532,0.0063694267515924],[533,0.0063694267515924],[534,0.0063694267515924],[535,0.0063694267515924],[536,0.0063694267515924],[537,0.0063694267515924],[538,0.0063694267515924],[539,0.0063694267515924],[540,0.0063694267515924],[541,0.0063694267515924],[542,0.0063694267515924],[543,0.0063694267515924],[544,0.0063694267515924],[545,0.0063694267515924],[546,0.0063694267515924],[547,0.0063694267515924],[548,0.0063694267515924],[549,0.0063694267515924],[550,0.0063694267515924],[551,0.0063694267515924],[552,0.0063694267515924],[553,0.0063694267515924],[554,0.0063694267515924],[555,0.0063694267515924],[556,0.0063694267515924],[557,0.0063694267515924],[558,0.0063694267515924],[559,0.0063694267515924],[560,0.0063694267515924],[561,0.0063694267515924],[562,0.0063694267515924],[563,0.0063694267515924],[564,0.0063694267515924],[565,0.0063694267515924],[566,0.0063694267515924],[567,0.0063694267515924],[568,0.0063694267515924],[569,0.0063694267515924],[570,0.0063694267515924],[571,0.0063694267515924],[572,0.0063694267515924],[573,0.0063694267515924],[574,0.0063694267515924],[575,0.0063694267515924],[576,0.0063694267515924],[577,0.0063694267515924],[578,0.0063694267515924],[579,0.0063694267515924],[580,0.0063694267515924],[581,0.0063694267515924],[582,0.0063694267515924],[583,0.0063694267515924],[584,0.0063694267515924],[585,0.0063694267515924],[586,0.0063694267515924],[587,0.0063694267515924],[588,0.0063694267515924],[589,0.0063694267515924],[590,0.0063694267515924],[591,0.0063694267515924],[592,0.0063694267515924],[593,0.0063694267515924],[594,0.0063694267515924],[595,0.0063694267515924],[596,0.0063694267515924],[597,0.0063694267515924],[598,0.0063694267515924],[599,0.0063694267515924],[600,0.0063694267515924],[601,0.0063694267515924],[602,0.0063694267515924],[603,0.0063694267515924],[604,0.0063694267515924],[605,0.0063694267515924],[606,0.0063694267515924],[607,0.0063694267515924],[608,0.0063694267515924],[609,0.0063694267515924],[610,0.0063694267515924],[611,0.0063694267515924],[612,0.0063694267515924],[613,0.0063694267515924],[614,0.0063694267515924],[615,0.0063694267515924],[616,0.0063694267515924],[617,0.0063694267515924],[618,0.0063694267515924],[619,0.0063694267515924],[620,0.0063694267515924],[621,0.0063694267515924],[622,0.0063694267515924],[623,0.0063694267515924],[624,0.0063694267515924],[625,0.0063694267515924],[626,0.0063694267515924],[627,0.0063694267515924],[628,0.0063694267515924],[629,0.0063694267515924],[630,0.0063694267515924],[631,0.0063694267515924],[632,0.0063694267515924],[633,0.0063694267515924],[634,0.0063694267515924],[635,0.0063694267515924],[636,0.0063694267515924],[637,0.0063694267515924],[638,0.0063694267515924],[639,0.0063694267515924],[640,0.0063694267515924],[641,0.0063694267515924],[642,0.0063694267515924],[643,0.0063694267515924],[644,0.0063694267515924],[645,0.0063694267515924],[646,0.0063694267515924],[647,0.0063694267515924],[648,0.0063694267515924],[649,0.0063694267515924],[650,0.0063694267515924],[651,0.0063694267515924],[652,0.0063694267515924],[653,0.0063694267515924],[654,0.0063694267515924],[655,0.0063694267515924],[656,0.0063694267515924],[500,0.0033333333333333],[501,0.0033333333333333],[502,0.0033333333333333],[503,0.0033333333333333],[504,0.0033333333333333],[505,0.0033333333333333],[506,0.0033333333333333],[507,0.0033333333333333],[508,0.0033333333333333],[509,0.0033333333333333],[510,0.0033333333333333],[511,0.0033333333333333],[512,0.0033333333333333],[513,0.0033333333333333],[514,0.0033333333333333],[515,0.0033333333333333],[516,0.0033333333333333],[517,0.0033333333333333],[518,0.0033333333333333],[519,0.0033333333333333],[520,0.0033333333333333],[521,0.0033333333333333],[522,0.0033333333333333],[523,0.0033333333333333],[524,0.0033333333333333],[525,0.0033333333333333],[526,0.0033333333333333],[527,0.0033333333333333],[528,0.0033333333333333],[529,0.0033333333333333],[530,0.0033333333333333],[531,0.0033333333333333],[532,0.0033333333333333],[533,0.0033333333333333],[534,0.0033333333333333],[535,0.0033333333333333],[536,0.0033333333333333],[537,0.0033333333333333],[538,0.0033333333333333],[539,0.0033333333333333],[540,0.0033333333333333],[541,0.0033333333333333],[542,0.0033333333333333],[543,0.0033333333333333],[544,0.0033333333333333],[545,0.0033333333333333],[546,0.0033333333333333],[547,0.0033333333333333],[548,0.0033333333333333],[549,0.0033333333333333],[550,0.0033333333333333],[551,0.0033333333333333],[552,0.0033333333333333],[553,0.0033333333333333],[554,0.0033333333333333],[555,0.0033333333333333],[556,0.0033333333333333],[557,0.0033333333333333],[558,0.0033333333333333],[559,0.0033333333333333],[560,0.0033333333333333],[561,0.0033333333333333],[562,0.0033333333333333],[563,0.0033333333333333],[564,0.0033333333333333],[565,0.0033333333333333],[566,0.0033333333333333],[567,0.0033333333333333],[568,0.0033333333333333],[569,0.0033333333333333],[570,0.0033333333333333],[571,0.0033333333333333],[572,0.0033333333333333],[573,0.0033333333333333],[574,0.0033333333333333],[575,0.0033333333333333],[576,0.0033333333333333],[577,0.0033333333333333],[578,0.0033333333333333],[579,0.0033333333333333],[580,0.0033333333333333],[581,0.0033333333333333],[582,0.0033333333333333],[583,0.0033333333333333],[584,0.0033333333333333],[585,0.0033333333333333],[586,0.0033333333333333],[587,0.0033333333333333],[588,0.0033333333333333],[589,0.0033333333333333],[590,0.0033333333333333],[591,0.0033333333333333],[592,0.0033333333333333],[593,0.0033333333333333],[594,0.0033333333333333],[595,0.0033333333333333],[596,0.0033333333333333],[597,0.0033333333333333],[598,0.0033333333333333],[599,0.0033333333333333],[600,0.0033333333333333],[601,0.0033333333333333],[602,0.0033333333333333],[603,0.0033333333333333],[604,0.0033333333333333],[605,0.0033333333333333],[606,0.0033333333333333],[607,0.0033333333333333],[608,0.0033333333333333],[609,0.0033333333333333],[610,0.0033333333333333],[611,0.0033333333333333],[612,0.0033333333333333],[613,0.0033333333333333],[614,0.0033333333333333],[615,0.0033333333333333],[616,0.0033333333333333],[617,0.0033333333333333],[618,0.0033333333333333],[619,0.0033333333333333],[620,0.0033333333333333],[621,0.0033333333333333],[622,0.0033333333333333],[623,0.0033333333333333],[624,0.0033333333333333],[625,0.0033333333333333],[626,0.0033333333333333],[627,0.0033333333333333],[628,0.0033333333333333],[629,0.0033333333333333],[630,0.0033333333333333],[631,0.0033333333333333],[632,0.0033333333333333],[633,0.0033333333333333],[634,0.0033333333333333],[635,0.0033333333333333],[636,0.0033333333333333],[637,0.0033333333333333],[638,0.0033333333333333],[639,0.0033333333333333],[640,0.0033333333333333],[641,0.0033333333333333],[642,0.0033333333333333],[643,0.0033333333333333],[644,0.0033333333333333],[645,0.0033333333333333],[646,0.0033333333333333],[647,0.0033333333333333],[648,0.0033333333333333],[649,0.0033333333333333],[650,0.0033333333333333],[651,0.0033333333333333],[652,0.0033333333333333],[653,0.0033333333333333],[654,0.0033333333333333],[655,0.0033333333333333],[656,0.0033333333333333],[657,0.0033333333333333],[658,0.0033333333333333],[659,0.0033333333333333],[660,0.0033333333333333],[661,0.0033333333333333],[662,0.0033333333333333],[663,0.0033333333333333],[664,0.0033333333333333],[665,0.0033333333333333],[666,0.0033333333333333],[667,0.0033333333333333],[668,0.0033333333333333],[669,0.0033333333333333],[670,0.0033333333333333],[671,0.0033333333333333],[672,0.0033333333333333],[673,0.0033333333333333],[674,0.0033333333333333],[675,0.0033333333333333],[676,0.0033333333333333],[677,0.0033333333333333],[678,0.0033333333333333],[679,0.0033333333333333],[680,0.0033333333333333],[681,0.0033333333333333],[682,0.0033333333333333],[683,0.0033333333333333],[684,0.0033333333333333],[685,0.0033333333333333],[686,0.0033333333333333],[687,0.0033333333333333],[688,0.0033333333333333],[689,0.0033333333333333],[690,0.0033333333333333],[691,0.0033333333333333],[692,0.0033333333333333],[693,0.0033333333333333],[694,0.0033333333333333],[695,0.0033333333333333],[696,0.0033333333333333],[697,0.0033333333333333],[698,0.0033333333333333],[699,0.0033333333333333],[700,0.0033333333333333],[701,0.0033333333333333],[702,0.0033333333333333],[703,0.0033333333333333],[704,0.0033333333333333],[705,0.0033333333333333],[706,0.0033333333333333],[707,0.0033333333333333],[708,0.0033333333333333],[709,0.0033333333333333],[710,0.0033333333333333],[711,0.0033333333333333],[712,0.0033333333333333],[713,0.0033333333333333],[714,0.0033333333333333],[715,0.0033333333333333],[716,0.0033333333333333],[717,0.0033333333333333],[718,0.0033333333333333],[719,0.0033333333333333],[720,0.0033333333333333],[721,0.0033333333333333],[722,0.0033333333333333],[723,0.0033333333333333],[724,0.0033333333333333],[725,0.0033333333333333],[726,0.0033333333333333],[727,0.0033333333333333],[728,0.0033333333333333],[729,0.0033333333333333],[730,0.0033333333333333],[731,0.0033333333333333],[732,0.0033333333333333],[733,0.0033333333333333],[734,0.0033333333333333],[735,0.0033333333333333],[736,0.0033333333333333],[737,0.0033333333333333],[738,0.0033333333333333],[739,0.0033333333333333],[740,0.0033333333333333],[741,0.0033333333333333],[742,0.0033333333333333],[743,0.0033333333333333],[744,0.0033333333333333],[745,0.0033333333333333],[746,0.0033333333333333],[747,0.0033333333333333],[748,0.0033333333333333],[749,0.0033333333333333],[750,0.0033333333333333],[751,0.0033333333333333],[752,0.0033333333333333],[753,0.0033333333333333],[754,0.0033333333333333],[755,0.0033333333333333],[756,0.0033333333333333],[757,0.0033333333333333],[758,0.0033333333333333],[759,0.0033333333333333],[760,0.0033333333333333],[761,0.0033333333333333],[762,0.0033333333333333],[763,0.0033333333333333],[764,0.0033333333333333],[765,0.0033333333333333],[766,0.0033333333333333],[767,0.0033333333333333],[768,0.0033333333333333],[769,0.0033333333333333],[770,0.0033333333333333],[771,0.0033333333333333],[772,0.0033333333333333],[773,0.0033333333333333],[774,0.0033333333333333],[775,0.0033333333333333],[776,0.0033333333333333],[777,0.0033333333333333],[778,0.0033333333333333],[779,0.0033333333333333],[780,0.0033333333333333],[781,0.0033333333333333],[782,0.0033333333333333],[783,0.0033333333333333],[784,0.0033333333333333],[785,0.0033333333333333],[786,0.0033333333333333],[787,0.0033333333333333],[788,0.0033333333333333],[789,0.0033333333333333],[790,0.0033333333333333],[791,0.0033333333333333],[792,0.0033333333333333],[793,0.0033333333333333],[794,0.0033333333333333],[795,0.0033333333333333],[796,0.0033333333333333],[797,0.0033333333333333],[798,0.0033333333333333],[799,0.0033333333333333],[20,0.022222222222222],[21,0.022222222222222],[22,0.022222222222222],[23,0.022222222222222],[24,0.022222222222222],[25,0.022222222222222],[26,0.022222222222222],[27,0.022222222222222],[28,0.022222222222222],[29,0.022222222222222],[30,0.022222222222222],[31,0.022222222222222],[32,0.022222222222222],[33,0.022222222222222],[34,0.022222222222222],[35,0.022222222222222],[36,0.022222222222222],[37,0.022222222222222],[38,0.022222222222222],[39,0.022222222222222],[40,0.022222222222222],[41,0.022222222222222],[42,0.022222222222222],[43,0.022222222222222],[44,0.022222222222222],[45,0.022222222222222],[46,0.022222222222222],[47,0.022222222222222],[48,0.022222222222222],[49,0.022222222222222],[50,0.022222222222222],[51,0.022222222222222],[52,0.022222222222222],[53,0.022222222222222],[54,0.022222222222222],[55,0.022222222222222],[56,0.022222222222222],[57,0.022222222222222],[58,0.022222222222222],[59,0.022222222222222],[60,0.022222222222222],[61,0.022222222222222],[62,0.022222222222222],[63,0.022222222222222],[64,0.022222222222222],[-299,0.005],[-298,0.005],[-297,0.005],[-296,0.005],[-295,0.005],[-294,0.005],[-293,0.005],[-292,0.005],[-291,0.005],[-290,0.005],[-289,0.005],[-288,0.005],[-287,0.005],[-286,0.005],[-285,0.005],[-284,0.005],[-283,0.005],[-282,0.005],[-281,0.005],[-280,0.005],[-279,0.005],[-278,0.005],[-277,0.005],[-276,0.005],[-275,0.005],[-274,0.005],[-273,0.005],[-272,0.005],[-271,0.005],[-270,0.005],[-269,0.005],[-268,0.005],[-267,0.005],[-266,0.005],[-265,0.005],[-264,0.005],[-263,0.005],[-262,0.005],[-261,0.005],[-260,0.005],[-259,0.005],[-258,0.005],[-257,0.005],[-256,0.005],[-255,0.005],[-254,0.005],[-253,0.005],[-252,0.005],[-251,0.005],[-250,0.005],[-249,0.005],[-248,0.005],[-247,0.005],[-246,0.005],[-245,0.005],[-244,0.005],[-243,0.005],[-242,0.005],[-241,0.005],[-240,0.005],[-239,0.005],[-238,0.005],[-237,0.005],[-236,0.005],[-235,0.005],[-234,0.005],[-233,0.005],[-232,0.005],[-231,0.005],[-230,0.005],[-229,0.005],[-228,0.005],[-227,0.005],[-226,0.005],[-225,0.005],[-224,0.005],[-223,0.005],[-222,0.005],[-221,0.005],[-220,0.005],[-219,0.005],[-218,0.005],[-217,0.005],[-216,0.005],[-215,0.005],[-214,0.005],[-213,0.005],[-212,0.005],[-211,0.005],[-210,0.005],[-209,0.005],[-208,0.005],[-207,0.005],[-206,0.005],[-205,0.005],[-204,0.005],[-203,0.005],[-202,0.005],[-201,0.005],[-200,0.005],[-199,0.005],[-198,0.005],[-197,0.005],[-196,0.005],[-195,0.005],[-194,0.005],[-193,0.005],[-192,0.005],[-191,0.005],[-190,0.005],[-189,0.005],[-188,0.005],[-187,0.005],[-186,0.005],[-185,0.005],[-184,0.005],[-183,0.005],[-182,0.005],[-181,0.005],[-180,0.005],[-179,0.005],[-178,0.005],[-177,0.005],[-176,0.005],[-175,0.005],[-174,0.005],[-173,0.005],[-172,0.005],[-171,0.005],[-170,0.005],[-169,0.005],[-168,0.005],[-167,0.005],[-166,0.005],[-165,0.005],[-164,0.005],[-163,0.005],[-162,0.005],[-161,0.005],[-160,0.005],[-159,0.005],[-158,0.005],[-157,0.005],[-156,0.005],[-155,0.005],[-154,0.005],[-153,0.005],[-152,0.005],[-151,0.005],[-150,0.005],[-149,0.005],[-148,0.005],[-147,0.005],[-146,0.005],[-145,0.005],[-144,0.005],[-143,0.005],[-142,0.005],[-141,0.005],[-140,0.005],[-139,0.005],[-138,0.005],[-137,0.005],[-136,0.005],[-135,0.005],[-134,0.005],[-133,0.005],[-132,0.005],[-131,0.005],[-130,0.005],[-129,0.005],[-128,0.005],[-127,0.005],[-126,0.005],[-125,0.005],[-124,0.005],[-123,0.005],[-122,0.005],[-121,0.005],[-120,0.005],[-119,0.005],[-118,0.005],[-117,0.005],[-116,0.005],[-115,0.005],[-114,0.005],[-113,0.005],[-112,0.005],[-111,0.005],[-110,0.005],[-109,0.005],[-108,0.005],[-107,0.005],[-106,0.005],[-105,0.005],[-104,0.005],[-103,0.005],[-102,0.005],[-101,0.005],[-100,0.005],[-143,0.076923076923077],[-142,0.076923076923077],[-141,0.076923076923077],[-140,0.076923076923077],[-139,0.076923076923077],[-138,0.076923076923077],[-137,0.076923076923077],[-136,0.076923076923077],[-135,0.076923076923077],[-134,0.076923076923077],[-133,0.076923076923077],[-132,0.076923076923077],[-131,0.076923076923077],[-99,0.02],[-98,0.02],[-97,0.02],[-96,0.02],[-95,0.02],[-94,0.02],[-93,0.02],[-92,0.02],[-91,0.02],[-90,0.02],[-89,0.02],[-88,0.02],[-87,0.02],[-86,0.02],[-85,0.02],[-84,0.02],[-83,0.02],[-82,0.02],[-81,0.02],[-80,0.02],[-79,0.02],[-78,0.02],[-77,0.02],[-76,0.02],[-75,0.02],[-74,0.02],[-73,0.02],[-72,0.02],[-71,0.02],[-70,0.02],[-69,0.02],[-68,0.02],[-67,0.02],[-66,0.02],[-65,0.02],[-64,0.02],[-63,0.02],[-62,0.02],[-61,0.02],[-60,0.02],[-59,0.02],[-58,0.02],[-57,0.02],[-56,0.02],[-55,0.02],[-54,0.02],[-53,0.02],[-52,0.02],[-51,0.02],[-50,0.02],[-156,0.052631578947368],[-155,0.052631578947368],[-154,0.052631578947368],[-153,0.052631578947368],[-152,0.052631578947368],[-151,0.052631578947368],[-150,0.052631578947368],[-149,0.052631578947368],[-148,0.052631578947368],[-147,0.052631578947368],[-146,0.052631578947368],[-145,0.052631578947368],[-144,0.052631578947368],[-143,0.052631578947368],[-142,0.052631578947368],[-141,0.052631578947368],[-140,0.052631578947368],[-139,0.052631578947368],[-138,0.052631578947368],[-317,0.0084745762711864],[-316,0.0084745762711864],[-315,0.0084745762711864],[-314,0.0084745762711864],[-313,0.0084745762711864],[-312,0.0084745762711864],[-311,0.0084745762711864],[-310,0.0084745762711864],[-309,0.0084745762711864],[-308,0.0084745762711864],[-307,0.0084745762711864],[-306,0.0084745762711864],[-305,0.0084745762711864],[-304,0.0084745762711864],[-303,0.0084745762711864],[-302,0.0084745762711864],[-301,0.0084745762711864],[-300,0.0084745762711864],[-299,0.0084745762711864],[-298,0.0084745762711864],[-297,0.0084745762711864],[-296,0.0084745762711864],[-295,0.0084745762711864],[-294,0.0084745762711864],[-293,0.0084745762711864],[-292,0.0084745762711864],[-291,0.0084745762711864],[-290,0.0084745762711864],[-289,0.0084745762711864],[-288,0.0084745762711864],[-287,0.0084745762711864],[-286,0.0084745762711864],[-285,0.0084745762711864],[-284,0.0084745762711864],[-283,0.0084745762711864],[-282,0.0084745762711864],[-281,0.0084745762711864],[-280,0.0084745762711864],[-279,0.0084745762711864],[-278,0.0084745762711864],[-277,0.0084745762711864],[-276,0.0084745762711864],[-275,0.0084745762711864],[-274,0.0084745762711864],[-273,0.0084745762711864],[-272,0.0084745762711864],[-271,0.0084745762711864],[-270,0.0084745762711864],[-269,0.0084745762711864],[-268,0.0084745762711864],[-267,0.0084745762711864],[-266,0.0084745762711864],[-265,0.0084745762711864],[-264,0.0084745762711864],[-263,0.0084745762711864],[-262,0.0084745762711864],[-261,0.0084745762711864],[-260,0.0084745762711864],[-259,0.0084745762711864],[-258,0.0084745762711864],[-257,0.0084745762711864],[-256,0.0084745762711864],[-255,0.0084745762711864],[-254,0.0084745762711864],[-253,0.0084745762711864],[-252,0.0084745762711864],[-251,0.0084745762711864],[-250,0.0084745762711864],[-249,0.0084745762711864],[-248,0.0084745762711864],[-247,0.0084745762711864],[-246,0.0084745762711864],[-245,0.0084745762711864],[-244,0.0084745762711864],[-243,0.0084745762711864],[-242,0.0084745762711864],[-241,0.0084745762711864],[-240,0.0084745762711864],[-239,0.0084745762711864],[-238,0.0084745762711864],[-237,0.0084745762711864],[-236,0.0084745762711864],[-235,0.0084745762711864],[-234,0.0084745762711864],[-233,0.0084745762711864],[-232,0.0084745762711864],[-231,0.0084745762711864],[-230,0.0084745762711864],[-229,0.0084745762711864],[-228,0.0084745762711864],[-227,0.0084745762711864],[-226,0.0084745762711864],[-225,0.0084745762711864],[-224,0.0084745762711864],[-223,0.0084745762711864],[-222,0.0084745762711864],[-221,0.0084745762711864],[-220,0.0084745762711864],[-219,0.0084745762711864],[-218,0.0084745762711864],[-217,0.0084745762711864],[-216,0.0084745762711864],[-215,0.0084745762711864],[-214,0.0084745762711864],[-213,0.0084745762711864],[-212,0.0084745762711864],[-211,0.0084745762711864],[-210,0.0084745762711864],[-209,0.0084745762711864],[-208,0.0084745762711864],[-207,0.0084745762711864],[-206,0.0084745762711864],[-205,0.0084745762711864],[-204,0.0084745762711864],[-203,0.0084745762711864],[-202,0.0084745762711864],[-201,0.0084745762711864],[-200,0.0084745762711864],[-250,0.14285714285714],[-249,0.14285714285714],[-248,0.14285714285714],[-247,0.14285714285714],[-246,0.14285714285714],[-245,0.14285714285714],[-244,0.14285714285714],[-199,0.0050251256281407],[-198,0.0050251256281407],[-197,0.0050251256281407],[-196,0.0050251256281407],[-195,0.0050251256281407],[-194,0.0050251256281407],[-193,0.0050251256281407],[-192,0.0050251256281407],[-191,0.0050251256281407],[-190,0.0050251256281407],[-189,0.0050251256281407],[-188,0.0050251256281407],[-187,0.0050251256281407],[-186,0.0050251256281407],[-185,0.0050251256281407],[-184,0.0050251256281407],[-183,0.0050251256281407],[-182,0.0050251256281407],[-181,0.0050251256281407],[-180,0.0050251256281407],[-179,0.0050251256281407],[-178,0.0050251256281407],[-177,0.0050251256281407],[-176,0.0050251256281407],[-175,0.0050251256281407],[-174,0.0050251256281407],[-173,0.0050251256281407],[-172,0.0050251256281407],[-171,0.0050251256281407],[-170,0.0050251256281407],[-169,0.0050251256281407],[-168,0.0050251256281407],[-167,0.0050251256281407],[-166,0.0050251256281407],[-165,0.0050251256281407],[-164,0.0050251256281407],[-163,0.0050251256281407],[-162,0.0050251256281407],[-161,0.0050251256281407],[-160,0.0050251256281407],[-159,0.0050251256281407],[-158,0.0050251256281407],[-157,0.0050251256281407],[-156,0.0050251256281407],[-155,0.0050251256281407],[-154,0.0050251256281407],[-153,0.0050251256281407],[-152,0.0050251256281407],[-151,0.0050251256281407],[-150,0.0050251256281407],[-149,0.0050251256281407],[-148,0.0050251256281407],[-147,0.0050251256281407],[-146,0.0050251256281407],[-145,0.0050251256281407],[-144,0.0050251256281407],[-143,0.0050251256281407],[-142,0.0050251256281407],[-141,0.0050251256281407],[-140,0.0050251256281407],[-139,0.0050251256281407],[-138,0.0050251256281407],[-137,0.0050251256281407],[-136,0.0050251256281407],[-135,0.0050251256281407],[-134,0.0050251256281407],[-133,0.0050251256281407],[-132,0.0050251256281407],[-131,0.0050251256281407],[-130,0.0050251256281407],[-129,0.0050251256281407],[-128,0.0050251256281407],[-127,0.0050251256281407],[-126,0.0050251256281407],[-125,0.0050251256281407],[-124,0.0050251256281407],[-123,0.0050251256281407],[-122,0.0050251256281407],[-121,0.0050251256281407],[-120,0.0050251256281407],[-119,0.0050251256281407],[-118,0.0050251256281407],[-117,0.0050251256281407],[-116,0.0050251256281407],[-115,0.0050251256281407],[-114,0.0050251256281407],[-113,0.0050251256281407],[-112,0.0050251256281407],[-111,0.0050251256281407],[-110,0.0050251256281407],[-109,0.0050251256281407],[-108,0.0050251256281407],[-107,0.0050251256281407],[-106,0.0050251256281407],[-105,0.0050251256281407],[-104,0.0050251256281407],[-103,0.0050251256281407],[-102,0.0050251256281407],[-101,0.0050251256281407],[-100,0.0050251256281407],[-99,0.0050251256281407],[-98,0.0050251256281407],[-97,0.0050251256281407],[-96,0.0050251256281407],[-95,0.0050251256281407],[-94,0.0050251256281407],[-93,0.0050251256281407],[-92,0.0050251256281407],[-91,0.0050251256281407],[-90,0.0050251256281407],[-89,0.0050251256281407],[-88,0.0050251256281407],[-87,0.0050251256281407],[-86,0.0050251256281407],[-85,0.0050251256281407],[-84,0.0050251256281407],[-83,0.0050251256281407],[-82,0.0050251256281407],[-81,0.0050251256281407],[-80,0.0050251256281407],[-79,0.0050251256281407],[-78,0.0050251256281407],[-77,0.0050251256281407],[-76,0.0050251256281407],[-75,0.0050251256281407],[-74,0.0050251256281407],[-73,0.0050251256281407],[-72,0.0050251256281407],[-71,0.0050251256281407],[-70,0.0050251256281407],[-69,0.0050251256281407],[-68,0.0050251256281407],[-67,0.0050251256281407],[-66,0.0050251256281407],[-65,0.0050251256281407],[-64,0.0050251256281407],[-63,0.0050251256281407],[-62,0.0050251256281407],[-61,0.0050251256281407],[-60,0.0050251256281407],[-59,0.0050251256281407],[-58,0.0050251256281407],[-57,0.0050251256281407],[-56,0.0050251256281407],[-55,0.0050251256281407],[-54,0.0050251256281407],[-53,0.0050251256281407],[-52,0.0050251256281407],[-51,0.0050251256281407],[-50,0.0050251256281407],[-49,0.0050251256281407],[-48,0.0050251256281407],[-47,0.0050251256281407],[-46,0.0050251256281407],[-45,0.0050251256281407],[-44,0.0050251256281407],[-43,0.0050251256281407],[-42,0.0050251256281407],[-41,0.0050251256281407],[-40,0.0050251256281407],[-39,0.0050251256281407],[-38,0.0050251256281407],[-37,0.0050251256281407],[-36,0.0050251256281407],[-35,0.0050251256281407],[-34,0.0050251256281407],[-33,0.0050251256281407],[-32,0.0050251256281407],[-31,0.0050251256281407],[-30,0.0050251256281407],[-29,0.0050251256281407],[-28,0.0050251256281407],[-27,0.0050251256281407],[-26,0.0050251256281407],[-25,0.0050251256281407],[-24,0.0050251256281407],[-23,0.0050251256281407],[-22,0.0050251256281407],[-21,0.0050251256281407],[-20,0.0050251256281407],[-19,0.0050251256281407],[-18,0.0050251256281407],[-17,0.0050251256281407],[-16,0.0050251256281407],[-15,0.0050251256281407],[-14,0.0050251256281407],[-13,0.0050251256281407],[-12,0.0050251256281407],[-11,0.0050251256281407],[-10,0.0050251256281407],[-9,0.0050251256281407],[-8,0.0050251256281407],[-7,0.0050251256281407],[-6,0.0050251256281407],[-5,0.0050251256281407],[-4,0.0050251256281407],[-3,0.0050251256281407],[-2,0.0050251256281407],[-1,0.0050251256281407],[254,0.011111111111111],[255,0.011111111111111],[256,0.011111111111111],[257,0.011111111111111],[258,0.011111111111111],[259,0.011111111111111],[260,0.011111111111111],[261,0.011111111111111],[262,0.011111111111111],[263,0.011111111111111],[264,0.011111111111111],[265,0.011111111111111],[266,0.011111111111111],[267,0.011111111111111],[268,0.011111111111111],[269,0.011111111111111],[270,0.011111111111111],[271,0.011111111111111],[272,0.011111111111111],[273,0.011111111111111],[274,0.011111111111111],[275,0.011111111111111],[276,0.011111111111111],[277,0.011111111111111],[278,0.011111111111111],[279,0.011111111111111],[280,0.011111111111111],[281,0.011111111111111],[282,0.011111111111111],[283,0.011111111111111],[284,0.011111111111111],[285,0.011111111111111],[286,0.011111111111111],[287,0.011111111111111],[288,0.011111111111111],[289,0.011111111111111],[290,0.011111111111111],[291,0.011111111111111],[292,0.011111111111111],[293,0.011111111111111],[294,0.011111111111111],[295,0.011111111111111],[296,0.011111111111111],[297,0.011111111111111],[298,0.011111111111111],[299,0.011111111111111],[300,0.011111111111111],[301,0.011111111111111],[302,0.011111111111111],[303,0.011111111111111],[304,0.011111111111111],[305,0.011111111111111],[306,0.011111111111111],[307,0.011111111111111],[308,0.011111111111111],[309,0.011111111111111],[310,0.011111111111111],[311,0.011111111111111],[312,0.011111111111111],[313,0.011111111111111],[314,0.011111111111111],[315,0.011111111111111],[316,0.011111111111111],[317,0.011111111111111],[318,0.011111111111111],[319,0.011111111111111],[320,0.011111111111111],[321,0.011111111111111],[322,0.011111111111111],[323,0.011111111111111],[324,0.011111111111111],[325,0.011111111111111],[326,0.011111111111111],[327,0.011111111111111],[328,0.011111111111111],[329,0.011111111111111],[330,0.011111111111111],[331,0.011111111111111],[332,0.011111111111111],[333,0.011111111111111],[334,0.011111111111111],[335,0.011111111111111],[336,0.011111111111111],[337,0.011111111111111],[338,0.011111111111111],[339,0.011111111111111],[340,0.011111111111111],[341,0.011111111111111],[342,0.011111111111111],[343,0.011111111111111],[125,0.14285714285714],[126,0.14285714285714],[127,0.14285714285714],[128,0.14285714285714],[129,0.14285714285714],[130,0.14285714285714],[131,0.14285714285714],[400,0.005],[401,0.005],[402,0.005],[403,0.005],[404,0.005],[405,0.005],[406,0.005],[407,0.005],[408,0.005],[409,0.005],[410,0.005],[411,0.005],[412,0.005],[413,0.005],[414,0.005],[415,0.005],[416,0.005],[417,0.005],[418,0.005],[419,0.005],[420,0.005],[421,0.005],[422,0.005],[423,0.005],[424,0.005],[425,0.005],[426,0.005],[427,0.005],[428,0.005],[429,0.005],[430,0.005],[431,0.005],[432,0.005],[433,0.005],[434,0.005],[435,0.005],[436,0.005],[437,0.005],[438,0.005],[439,0.005],[440,0.005],[441,0.005],[442,0.005],[443,0.005],[444,0.005],[445,0.005],[446,0.005],[447,0.005],[448,0.005],[449,0.005],[450,0.005],[451,0.005],[452,0.005],[453,0.005],[454,0.005],[455,0.005],[456,0.005],[457,0.005],[458,0.005],[459,0.005],[460,0.005],[461,0.005],[462,0.005],[463,0.005],[464,0.005],[465,0.005],[466,0.005],[467,0.005],[468,0.005],[469,0.005],[470,0.005],[471,0.005],[472,0.005],[473,0.005],[474,0.005],[475,0.005],[476,0.005],[477,0.005],[478,0.005],[479,0.005],[480,0.005],[481,0.005],[482,0.005],[483,0.005],[484,0.005],[485,0.005],[486,0.005],[487,0.005],[488,0.005],[489,0.005],[490,0.005],[491,0.005],[492,0.005],[493,0.005],[494,0.005],[495,0.005],[496,0.005],[497,0.005],[498,0.005],[499,0.005],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[165,0.009009009009009],[166,0.009009009009009],[167,0.009009009009009],[168,0.009009009009009],[169,0.009009009009009],[170,0.009009009009009],[171,0.009009009009009],[172,0.009009009009009],[173,0.009009009009009],[174,0.009009009009009],[175,0.009009009009009],[176,0.009009009009009],[177,0.009009009009009],[178,0.009009009009009],[179,0.009009009009009],[180,0.009009009009009],[181,0.009009009009009],[182,0.009009009009009],[183,0.009009009009009],[184,0.009009009009009],[185,0.009009009009009],[186,0.009009009009009],[187,0.009009009009009],[188,0.009009009009009],[189,0.009009009009009],[190,0.009009009009009],[191,0.009009009009009],[192,0.009009009009009],[193,0.009009009009009],[194,0.009009009009009],[195,0.009009009009009],[196,0.009009009009009],[197,0.009009009009009],[198,0.009009009009009],[199,0.009009009009009],[200,0.009009009009009],[201,0.009009009009009],[202,0.009009009009009],[203,0.009009009009009],[204,0.009009009009009],[205,0.009009009009009],[206,0.009009009009009],[207,0.009009009009009],[208,0.009009009009009],[209,0.009009009009009],[210,0.009009009009009],[211,0.009009009009009],[212,0.009009009009009],[213,0.009009009009009],[214,0.009009009009009],[215,0.009009009009009],[216,0.009009009009009],[217,0.009009009009009],[218,0.009009009009009],[219,0.009009009009009],[220,0.009009009009009],[221,0.009009009009009],[222,0.009009009009009],[223,0.009009009009009],[224,0.009009009009009],[225,0.009009009009009],[226,0.009009009009009],[227,0.009009009009009],[228,0.009009009009009],[229,0.009009009009009],[230,0.009009009009009],[231,0.009009009009009],[232,0.009009009009009],[233,0.009009009009009],[234,0.009009009009009],[235,0.009009009009009],[236,0.009009009009009],[237,0.009009009009009],[238,0.009009009009009],[239,0.009009009009009],[240,0.009009009009009],[241,0.009009009009009],[242,0.009009009009009],[243,0.009009009009009],[244,0.009009009009009],[245,0.009009009009009],[246,0.009009009009009],[247,0.009009009009009],[248,0.009009009009009],[249,0.009009009009009],[250,0.009009009009009],[251,0.009009009009009],[252,0.009009009009009],[253,0.009009009009009],[254,0.009009009009009],[255,0.009009009009009],[256,0.009009009009009],[257,0.009009009009009],[258,0.009009009009009],[259,0.009009009009009],[260,0.009009009009009],[261,0.009009009009009],[262,0.009009009009009],[263,0.009009009009009],[264,0.009009009009009],[265,0.009009009009009],[266,0.009009009009009],[267,0.009009009009009],[268,0.009009009009009],[269,0.009009009009009],[270,0.009009009009009],[271,0.009009009009009],[272,0.009009009009009],[273,0.009009009009009],[274,0.009009009009009],[275,0.009009009009009],[120,0.0055555555555556],[121,0.0055555555555556],[122,0.0055555555555556],[123,0.0055555555555556],[124,0.0055555555555556],[125,0.0055555555555556],[126,0.0055555555555556],[127,0.0055555555555556],[128,0.0055555555555556],[129,0.0055555555555556],[130,0.0055555555555556],[131,0.0055555555555556],[132,0.0055555555555556],[133,0.0055555555555556],[134,0.0055555555555556],[135,0.0055555555555556],[136,0.0055555555555556],[137,0.0055555555555556],[138,0.0055555555555556],[139,0.0055555555555556],[140,0.0055555555555556],[141,0.0055555555555556],[142,0.0055555555555556],[143,0.0055555555555556],[144,0.0055555555555556],[145,0.0055555555555556],[146,0.0055555555555556],[147,0.0055555555555556],[148,0.0055555555555556],[149,0.0055555555555556],[150,0.0055555555555556],[151,0.0055555555555556],[152,0.0055555555555556],[153,0.0055555555555556],[154,0.0055555555555556],[155,0.0055555555555556],[156,0.0055555555555556],[157,0.0055555555555556],[158,0.0055555555555556],[159,0.0055555555555556],[160,0.0055555555555556],[161,0.0055555555555556],[162,0.0055555555555556],[163,0.0055555555555556],[164,0.0055555555555556],[165,0.0055555555555556],[166,0.0055555555555556],[167,0.0055555555555556],[168,0.0055555555555556],[169,0.0055555555555556],[170,0.0055555555555556],[171,0.0055555555555556],[172,0.0055555555555556],[173,0.0055555555555556],[174,0.0055555555555556],[175,0.0055555555555556],[176,0.0055555555555556],[177,0.0055555555555556],[178,0.0055555555555556],[179,0.0055555555555556],[180,0.0055555555555556],[181,0.0055555555555556],[182,0.0055555555555556],[183,0.0055555555555556],[184,0.0055555555555556],[185,0.0055555555555556],[186,0.0055555555555556],[187,0.0055555555555556],[188,0.0055555555555556],[189,0.0055555555555556],[190,0.0055555555555556],[191,0.0055555555555556],[192,0.0055555555555556],[193,0.0055555555555556],[194,0.0055555555555556],[195,0.0055555555555556],[196,0.0055555555555556],[197,0.0055555555555556],[198,0.0055555555555556],[199,0.0055555555555556],[200,0.0055555555555556],[201,0.0055555555555556],[202,0.0055555555555556],[203,0.0055555555555556],[204,0.0055555555555556],[205,0.0055555555555556],[206,0.0055555555555556],[207,0.0055555555555556],[208,0.0055555555555556],[209,0.0055555555555556],[210,0.0055555555555556],[211,0.0055555555555556],[212,0.0055555555555556],[213,0.0055555555555556],[214,0.0055555555555556],[215,0.0055555555555556],[216,0.0055555555555556],[217,0.0055555555555556],[218,0.0055555555555556],[219,0.0055555555555556],[220,0.0055555555555556],[221,0.0055555555555556],[222,0.0055555555555556],[223,0.0055555555555556],[224,0.0055555555555556],[225,0.0055555555555556],[226,0.0055555555555556],[227,0.0055555555555556],[228,0.0055555555555556],[229,0.0055555555555556],[230,0.0055555555555556],[231,0.0055555555555556],[232,0.0055555555555556],[233,0.0055555555555556],[234,0.0055555555555556],[235,0.0055555555555556],[236,0.0055555555555556],[237,0.0055555555555556],[238,0.0055555555555556],[239,0.0055555555555556],[240,0.0055555555555556],[241,0.0055555555555556],[242,0.0055555555555556],[243,0.0055555555555556],[244,0.0055555555555556],[245,0.0055555555555556],[246,0.0055555555555556],[247,0.0055555555555556],[248,0.0055555555555556],[249,0.0055555555555556],[250,0.0055555555555556],[251,0.0055555555555556],[252,0.0055555555555556],[253,0.0055555555555556],[254,0.0055555555555556],[255,0.0055555555555556],[256,0.0055555555555556],[257,0.0055555555555556],[258,0.0055555555555556],[259,0.0055555555555556],[260,0.0055555555555556],[261,0.0055555555555556],[262,0.0055555555555556],[263,0.0055555555555556],[264,0.0055555555555556],[265,0.0055555555555556],[266,0.0055555555555556],[267,0.0055555555555556],[268,0.0055555555555556],[269,0.0055555555555556],[270,0.0055555555555556],[271,0.0055555555555556],[272,0.0055555555555556],[273,0.0055555555555556],[274,0.0055555555555556],[275,0.0055555555555556],[276,0.0055555555555556],[277,0.0055555555555556],[278,0.0055555555555556],[279,0.0055555555555556],[280,0.0055555555555556],[281,0.0055555555555556],[282,0.0055555555555556],[283,0.0055555555555556],[284,0.0055555555555556],[285,0.0055555555555556],[286,0.0055555555555556],[287,0.0055555555555556],[288,0.0055555555555556],[289,0.0055555555555556],[290,0.0055555555555556],[291,0.0055555555555556],[292,0.0055555555555556],[293,0.0055555555555556],[294,0.0055555555555556],[295,0.0055555555555556],[296,0.0055555555555556],[297,0.0055555555555556],[298,0.0055555555555556],[299,0.0055555555555556],[175,0.04],[176,0.04],[177,0.04],[178,0.04],[179,0.04],[180,0.04],[181,0.04],[182,0.04],[183,0.04],[184,0.04],[185,0.04],[186,0.04],[187,0.04],[188,0.04],[189,0.04],[190,0.04],[191,0.04],[192,0.04],[193,0.04],[194,0.04],[195,0.04],[196,0.04],[197,0.04],[198,0.04],[199,0.04],[150,0.05],[151,0.05],[152,0.05],[153,0.05],[154,0.05],[155,0.05],[156,0.05],[157,0.05],[158,0.05],[159,0.05],[160,0.05],[161,0.05],[162,0.05],[163,0.05],[164,0.05],[165,0.05],[166,0.05],[167,0.05],[168,0.05],[169,0.05],[-196,0.016666666666667],[-195,0.016666666666667],[-194,0.016666666666667],[-193,0.016666666666667],[-192,0.016666666666667],[-191,0.016666666666667],[-190,0.016666666666667],[-189,0.016666666666667],[-188,0.016666666666667],[-187,0.016666666666667],[-186,0.016666666666667],[-185,0.016666666666667],[-184,0.016666666666667],[-183,0.016666666666667],[-182,0.016666666666667],[-181,0.016666666666667],[-180,0.016666666666667],[-179,0.016666666666667],[-178,0.016666666666667],[-177,0.016666666666667],[-176,0.016666666666667],[-175,0.016666666666667],[-174,0.016666666666667],[-173,0.016666666666667],[-172,0.016666666666667],[-171,0.016666666666667],[-170,0.016666666666667],[-169,0.016666666666667],[-168,0.016666666666667],[-167,0.016666666666667],[-166,0.016666666666667],[-165,0.016666666666667],[-164,0.016666666666667],[-163,0.016666666666667],[-162,0.016666666666667],[-161,0.016666666666667],[-160,0.016666666666667],[-159,0.016666666666667],[-158,0.016666666666667],[-157,0.016666666666667],[-156,0.016666666666667],[-155,0.016666666666667],[-154,0.016666666666667],[-153,0.016666666666667],[-152,0.016666666666667],[-151,0.016666666666667],[-150,0.016666666666667],[-149,0.016666666666667],[-148,0.016666666666667],[-147,0.016666666666667],[-146,0.016666666666667],[-145,0.016666666666667],[-144,0.016666666666667],[-143,0.016666666666667],[-142,0.016666666666667],[-141,0.016666666666667],[-140,0.016666666666667],[-139,0.016666666666667],[-138,0.016666666666667],[-137,0.016666666666667],[260,1],[260,0.021276595744681],[261,0.021276595744681],[262,0.021276595744681],[263,0.021276595744681],[264,0.021276595744681],[265,0.021276595744681],[266,0.021276595744681],[267,0.021276595744681],[268,0.021276595744681],[269,0.021276595744681],[270,0.021276595744681],[271,0.021276595744681],[272,0.021276595744681],[273,0.021276595744681],[274,0.021276595744681],[275,0.021276595744681],[276,0.021276595744681],[277,0.021276595744681],[278,0.021276595744681],[279,0.021276595744681],[280,0.021276595744681],[281,0.021276595744681],[282,0.021276595744681],[283,0.021276595744681],[284,0.021276595744681],[285,0.021276595744681],[286,0.021276595744681],[287,0.021276595744681],[288,0.021276595744681],[289,0.021276595744681],[290,0.021276595744681],[291,0.021276595744681],[292,0.021276595744681],[293,0.021276595744681],[294,0.021276595744681],[295,0.021276595744681],[296,0.021276595744681],[297,0.021276595744681],[298,0.021276595744681],[299,0.021276595744681],[300,0.021276595744681],[301,0.021276595744681],[302,0.021276595744681],[303,0.021276595744681],[304,0.021276595744681],[305,0.021276595744681],[306,0.021276595744681],[505,0.010869565217391],[506,0.010869565217391],[507,0.010869565217391],[508,0.010869565217391],[509,0.010869565217391],[510,0.010869565217391],[511,0.010869565217391],[512,0.010869565217391],[513,0.010869565217391],[514,0.010869565217391],[515,0.010869565217391],[516,0.010869565217391],[517,0.010869565217391],[518,0.010869565217391],[519,0.010869565217391],[520,0.010869565217391],[521,0.010869565217391],[522,0.010869565217391],[523,0.010869565217391],[524,0.010869565217391],[525,0.010869565217391],[526,0.010869565217391],[527,0.010869565217391],[528,0.010869565217391],[529,0.010869565217391],[530,0.010869565217391],[531,0.010869565217391],[532,0.010869565217391],[533,0.010869565217391],[534,0.010869565217391],[535,0.010869565217391],[536,0.010869565217391],[537,0.010869565217391],[538,0.010869565217391],[539,0.010869565217391],[540,0.010869565217391],[541,0.010869565217391],[542,0.010869565217391],[543,0.010869565217391],[544,0.010869565217391],[545,0.010869565217391],[546,0.010869565217391],[547,0.010869565217391],[548,0.010869565217391],[549,0.010869565217391],[550,0.010869565217391],[551,0.010869565217391],[552,0.010869565217391],[553,0.010869565217391],[554,0.010869565217391],[555,0.010869565217391],[556,0.010869565217391],[557,0.010869565217391],[558,0.010869565217391],[559,0.010869565217391],[560,0.010869565217391],[561,0.010869565217391],[562,0.010869565217391],[563,0.010869565217391],[564,0.010869565217391],[565,0.010869565217391],[566,0.010869565217391],[567,0.010869565217391],[568,0.010869565217391],[569,0.010869565217391],[570,0.010869565217391],[571,0.010869565217391],[572,0.010869565217391],[573,0.010869565217391],[574,0.010869565217391],[575,0.010869565217391],[576,0.010869565217391],[577,0.010869565217391],[578,0.010869565217391],[579,0.010869565217391],[580,0.010869565217391],[581,0.010869565217391],[582,0.010869565217391],[583,0.010869565217391],[584,0.010869565217391],[585,0.010869565217391],[586,0.010869565217391],[587,0.010869565217391],[588,0.010869565217391],[589,0.010869565217391],[590,0.010869565217391],[591,0.010869565217391],[592,0.010869565217391],[593,0.010869565217391],[594,0.010869565217391],[595,0.010869565217391],[596,0.010869565217391],[400,0.005],[401,0.005],[402,0.005],[403,0.005],[404,0.005],[405,0.005],[406,0.005],[407,0.005],[408,0.005],[409,0.005],[410,0.005],[411,0.005],[412,0.005],[413,0.005],[414,0.005],[415,0.005],[416,0.005],[417,0.005],[418,0.005],[419,0.005],[420,0.005],[421,0.005],[422,0.005],[423,0.005],[424,0.005],[425,0.005],[426,0.005],[427,0.005],[428,0.005],[429,0.005],[430,0.005],[431,0.005],[432,0.005],[433,0.005],[434,0.005],[435,0.005],[436,0.005],[437,0.005],[438,0.005],[439,0.005],[440,0.005],[441,0.005],[442,0.005],[443,0.005],[444,0.005],[445,0.005],[446,0.005],[447,0.005],[448,0.005],[449,0.005],[450,0.005],[451,0.005],[452,0.005],[453,0.005],[454,0.005],[455,0.005],[456,0.005],[457,0.005],[458,0.005],[459,0.005],[460,0.005],[461,0.005],[462,0.005],[463,0.005],[464,0.005],[465,0.005],[466,0.005],[467,0.005],[468,0.005],[469,0.005],[470,0.005],[471,0.005],[472,0.005],[473,0.005],[474,0.005],[475,0.005],[476,0.005],[477,0.005],[478,0.005],[479,0.005],[480,0.005],[481,0.005],[482,0.005],[483,0.005],[484,0.005],[485,0.005],[486,0.005],[487,0.005],[488,0.005],[489,0.005],[490,0.005],[491,0.005],[492,0.005],[493,0.005],[494,0.005],[495,0.005],[496,0.005],[497,0.005],[498,0.005],[499,0.005],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[454,0.0053475935828877],[455,0.0053475935828877],[456,0.0053475935828877],[457,0.0053475935828877],[458,0.0053475935828877],[459,0.0053475935828877],[460,0.0053475935828877],[461,0.0053475935828877],[462,0.0053475935828877],[463,0.0053475935828877],[464,0.0053475935828877],[465,0.0053475935828877],[466,0.0053475935828877],[467,0.0053475935828877],[468,0.0053475935828877],[469,0.0053475935828877],[470,0.0053475935828877],[471,0.0053475935828877],[472,0.0053475935828877],[473,0.0053475935828877],[474,0.0053475935828877],[475,0.0053475935828877],[476,0.0053475935828877],[477,0.0053475935828877],[478,0.0053475935828877],[479,0.0053475935828877],[480,0.0053475935828877],[481,0.0053475935828877],[482,0.0053475935828877],[483,0.0053475935828877],[484,0.0053475935828877],[485,0.0053475935828877],[486,0.0053475935828877],[487,0.0053475935828877],[488,0.0053475935828877],[489,0.0053475935828877],[490,0.0053475935828877],[491,0.0053475935828877],[492,0.0053475935828877],[493,0.0053475935828877],[494,0.0053475935828877],[495,0.0053475935828877],[496,0.0053475935828877],[497,0.0053475935828877],[498,0.0053475935828877],[499,0.0053475935828877],[500,0.0053475935828877],[501,0.0053475935828877],[502,0.0053475935828877],[503,0.0053475935828877],[504,0.0053475935828877],[505,0.0053475935828877],[506,0.0053475935828877],[507,0.0053475935828877],[508,0.0053475935828877],[509,0.0053475935828877],[510,0.0053475935828877],[511,0.0053475935828877],[512,0.0053475935828877],[513,0.0053475935828877],[514,0.0053475935828877],[515,0.0053475935828877],[516,0.0053475935828877],[517,0.0053475935828877],[518,0.0053475935828877],[519,0.0053475935828877],[520,0.0053475935828877],[521,0.0053475935828877],[522,0.0053475935828877],[523,0.0053475935828877],[524,0.0053475935828877],[525,0.0053475935828877],[526,0.0053475935828877],[527,0.0053475935828877],[528,0.0053475935828877],[529,0.0053475935828877],[530,0.0053475935828877],[531,0.0053475935828877],[532,0.0053475935828877],[533,0.0053475935828877],[534,0.0053475935828877],[535,0.0053475935828877],[536,0.0053475935828877],[537,0.0053475935828877],[538,0.0053475935828877],[539,0.0053475935828877],[540,0.0053475935828877],[541,0.0053475935828877],[542,0.0053475935828877],[543,0.0053475935828877],[544,0.0053475935828877],[545,0.0053475935828877],[546,0.0053475935828877],[547,0.0053475935828877],[548,0.0053475935828877],[549,0.0053475935828877],[550,0.0053475935828877],[551,0.0053475935828877],[552,0.0053475935828877],[553,0.0053475935828877],[554,0.0053475935828877],[555,0.0053475935828877],[556,0.0053475935828877],[557,0.0053475935828877],[558,0.0053475935828877],[559,0.0053475935828877],[560,0.0053475935828877],[561,0.0053475935828877],[562,0.0053475935828877],[563,0.0053475935828877],[564,0.0053475935828877],[565,0.0053475935828877],[566,0.0053475935828877],[567,0.0053475935828877],[568,0.0053475935828877],[569,0.0053475935828877],[570,0.0053475935828877],[571,0.0053475935828877],[572,0.0053475935828877],[573,0.0053475935828877],[574,0.0053475935828877],[575,0.0053475935828877],[576,0.0053475935828877],[577,0.0053475935828877],[578,0.0053475935828877],[579,0.0053475935828877],[580,0.0053475935828877],[581,0.0053475935828877],[582,0.0053475935828877],[583,0.0053475935828877],[584,0.0053475935828877],[585,0.0053475935828877],[586,0.0053475935828877],[587,0.0053475935828877],[588,0.0053475935828877],[589,0.0053475935828877],[590,0.0053475935828877],[591,0.0053475935828877],[592,0.0053475935828877],[593,0.0053475935828877],[594,0.0053475935828877],[595,0.0053475935828877],[596,0.0053475935828877],[597,0.0053475935828877],[598,0.0053475935828877],[599,0.0053475935828877],[600,0.0053475935828877],[601,0.0053475935828877],[602,0.0053475935828877],[603,0.0053475935828877],[604,0.0053475935828877],[605,0.0053475935828877],[606,0.0053475935828877],[607,0.0053475935828877],[608,0.0053475935828877],[609,0.0053475935828877],[610,0.0053475935828877],[611,0.0053475935828877],[612,0.0053475935828877],[613,0.0053475935828877],[614,0.0053475935828877],[615,0.0053475935828877],[616,0.0053475935828877],[617,0.0053475935828877],[618,0.0053475935828877],[619,0.0053475935828877],[620,0.0053475935828877],[621,0.0053475935828877],[622,0.0053475935828877],[623,0.0053475935828877],[624,0.0053475935828877],[625,0.0053475935828877],[626,0.0053475935828877],[627,0.0053475935828877],[628,0.0053475935828877],[629,0.0053475935828877],[630,0.0053475935828877],[631,0.0053475935828877],[632,0.0053475935828877],[633,0.0053475935828877],[634,0.0053475935828877],[635,0.0053475935828877],[636,0.0053475935828877],[637,0.0053475935828877],[638,0.0053475935828877],[639,0.0053475935828877],[640,0.0053475935828877],[340,0.0038461538461538],[341,0.0038461538461538],[342,0.0038461538461538],[343,0.0038461538461538],[344,0.0038461538461538],[345,0.0038461538461538],[346,0.0038461538461538],[347,0.0038461538461538],[348,0.0038461538461538],[349,0.0038461538461538],[350,0.0038461538461538],[351,0.0038461538461538],[352,0.0038461538461538],[353,0.0038461538461538],[354,0.0038461538461538],[355,0.0038461538461538],[356,0.0038461538461538],[357,0.0038461538461538],[358,0.0038461538461538],[359,0.0038461538461538],[360,0.0038461538461538],[361,0.0038461538461538],[362,0.0038461538461538],[363,0.0038461538461538],[364,0.0038461538461538],[365,0.0038461538461538],[366,0.0038461538461538],[367,0.0038461538461538],[368,0.0038461538461538],[369,0.0038461538461538],[370,0.0038461538461538],[371,0.0038461538461538],[372,0.0038461538461538],[373,0.0038461538461538],[374,0.0038461538461538],[375,0.0038461538461538],[376,0.0038461538461538],[377,0.0038461538461538],[378,0.0038461538461538],[379,0.0038461538461538],[380,0.0038461538461538],[381,0.0038461538461538],[382,0.0038461538461538],[383,0.0038461538461538],[384,0.0038461538461538],[385,0.0038461538461538],[386,0.0038461538461538],[387,0.0038461538461538],[388,0.0038461538461538],[389,0.0038461538461538],[390,0.0038461538461538],[391,0.0038461538461538],[392,0.0038461538461538],[393,0.0038461538461538],[394,0.0038461538461538],[395,0.0038461538461538],[396,0.0038461538461538],[397,0.0038461538461538],[398,0.0038461538461538],[399,0.0038461538461538],[400,0.0038461538461538],[401,0.0038461538461538],[402,0.0038461538461538],[403,0.0038461538461538],[404,0.0038461538461538],[405,0.0038461538461538],[406,0.0038461538461538],[407,0.0038461538461538],[408,0.0038461538461538],[409,0.0038461538461538],[410,0.0038461538461538],[411,0.0038461538461538],[412,0.0038461538461538],[413,0.0038461538461538],[414,0.0038461538461538],[415,0.0038461538461538],[416,0.0038461538461538],[417,0.0038461538461538],[418,0.0038461538461538],[419,0.0038461538461538],[420,0.0038461538461538],[421,0.0038461538461538],[422,0.0038461538461538],[423,0.0038461538461538],[424,0.0038461538461538],[425,0.0038461538461538],[426,0.0038461538461538],[427,0.0038461538461538],[428,0.0038461538461538],[429,0.0038461538461538],[430,0.0038461538461538],[431,0.0038461538461538],[432,0.0038461538461538],[433,0.0038461538461538],[434,0.0038461538461538],[435,0.0038461538461538],[436,0.0038461538461538],[437,0.0038461538461538],[438,0.0038461538461538],[439,0.0038461538461538],[440,0.0038461538461538],[441,0.0038461538461538],[442,0.0038461538461538],[443,0.0038461538461538],[444,0.0038461538461538],[445,0.0038461538461538],[446,0.0038461538461538],[447,0.0038461538461538],[448,0.0038461538461538],[449,0.0038461538461538],[450,0.0038461538461538],[451,0.0038461538461538],[452,0.0038461538461538],[453,0.0038461538461538],[454,0.0038461538461538],[455,0.0038461538461538],[456,0.0038461538461538],[457,0.0038461538461538],[458,0.0038461538461538],[459,0.0038461538461538],[460,0.0038461538461538],[461,0.0038461538461538],[462,0.0038461538461538],[463,0.0038461538461538],[464,0.0038461538461538],[465,0.0038461538461538],[466,0.0038461538461538],[467,0.0038461538461538],[468,0.0038461538461538],[469,0.0038461538461538],[470,0.0038461538461538],[471,0.0038461538461538],[472,0.0038461538461538],[473,0.0038461538461538],[474,0.0038461538461538],[475,0.0038461538461538],[476,0.0038461538461538],[477,0.0038461538461538],[478,0.0038461538461538],[479,0.0038461538461538],[480,0.0038461538461538],[481,0.0038461538461538],[482,0.0038461538461538],[483,0.0038461538461538],[484,0.0038461538461538],[485,0.0038461538461538],[486,0.0038461538461538],[487,0.0038461538461538],[488,0.0038461538461538],[489,0.0038461538461538],[490,0.0038461538461538],[491,0.0038461538461538],[492,0.0038461538461538],[493,0.0038461538461538],[494,0.0038461538461538],[495,0.0038461538461538],[496,0.0038461538461538],[497,0.0038461538461538],[498,0.0038461538461538],[499,0.0038461538461538],[500,0.0038461538461538],[501,0.0038461538461538],[502,0.0038461538461538],[503,0.0038461538461538],[504,0.0038461538461538],[505,0.0038461538461538],[506,0.0038461538461538],[507,0.0038461538461538],[508,0.0038461538461538],[509,0.0038461538461538],[510,0.0038461538461538],[511,0.0038461538461538],[512,0.0038461538461538],[513,0.0038461538461538],[514,0.0038461538461538],[515,0.0038461538461538],[516,0.0038461538461538],[517,0.0038461538461538],[518,0.0038461538461538],[519,0.0038461538461538],[520,0.0038461538461538],[521,0.0038461538461538],[522,0.0038461538461538],[523,0.0038461538461538],[524,0.0038461538461538],[525,0.0038461538461538],[526,0.0038461538461538],[527,0.0038461538461538],[528,0.0038461538461538],[529,0.0038461538461538],[530,0.0038461538461538],[531,0.0038461538461538],[532,0.0038461538461538],[533,0.0038461538461538],[534,0.0038461538461538],[535,0.0038461538461538],[536,0.0038461538461538],[537,0.0038461538461538],[538,0.0038461538461538],[539,0.0038461538461538],[540,0.0038461538461538],[541,0.0038461538461538],[542,0.0038461538461538],[543,0.0038461538461538],[544,0.0038461538461538],[545,0.0038461538461538],[546,0.0038461538461538],[547,0.0038461538461538],[548,0.0038461538461538],[549,0.0038461538461538],[550,0.0038461538461538],[551,0.0038461538461538],[552,0.0038461538461538],[553,0.0038461538461538],[554,0.0038461538461538],[555,0.0038461538461538],[556,0.0038461538461538],[557,0.0038461538461538],[558,0.0038461538461538],[559,0.0038461538461538],[560,0.0038461538461538],[561,0.0038461538461538],[562,0.0038461538461538],[563,0.0038461538461538],[564,0.0038461538461538],[565,0.0038461538461538],[566,0.0038461538461538],[567,0.0038461538461538],[568,0.0038461538461538],[569,0.0038461538461538],[570,0.0038461538461538],[571,0.0038461538461538],[572,0.0038461538461538],[573,0.0038461538461538],[574,0.0038461538461538],[575,0.0038461538461538],[576,0.0038461538461538],[577,0.0038461538461538],[578,0.0038461538461538],[579,0.0038461538461538],[580,0.0038461538461538],[581,0.0038461538461538],[582,0.0038461538461538],[583,0.0038461538461538],[584,0.0038461538461538],[585,0.0038461538461538],[586,0.0038461538461538],[587,0.0038461538461538],[588,0.0038461538461538],[589,0.0038461538461538],[590,0.0038461538461538],[591,0.0038461538461538],[592,0.0038461538461538],[593,0.0038461538461538],[594,0.0038461538461538],[595,0.0038461538461538],[596,0.0038461538461538],[597,0.0038461538461538],[598,0.0038461538461538],[599,0.0038461538461538],[1,0.0050251256281407],[2,0.0050251256281407],[3,0.0050251256281407],[4,0.0050251256281407],[5,0.0050251256281407],[6,0.0050251256281407],[7,0.0050251256281407],[8,0.0050251256281407],[9,0.0050251256281407],[10,0.0050251256281407],[11,0.0050251256281407],[12,0.0050251256281407],[13,0.0050251256281407],[14,0.0050251256281407],[15,0.0050251256281407],[16,0.0050251256281407],[17,0.0050251256281407],[18,0.0050251256281407],[19,0.0050251256281407],[20,0.0050251256281407],[21,0.0050251256281407],[22,0.0050251256281407],[23,0.0050251256281407],[24,0.0050251256281407],[25,0.0050251256281407],[26,0.0050251256281407],[27,0.0050251256281407],[28,0.0050251256281407],[29,0.0050251256281407],[30,0.0050251256281407],[31,0.0050251256281407],[32,0.0050251256281407],[33,0.0050251256281407],[34,0.0050251256281407],[35,0.0050251256281407],[36,0.0050251256281407],[37,0.0050251256281407],[38,0.0050251256281407],[39,0.0050251256281407],[40,0.0050251256281407],[41,0.0050251256281407],[42,0.0050251256281407],[43,0.0050251256281407],[44,0.0050251256281407],[45,0.0050251256281407],[46,0.0050251256281407],[47,0.0050251256281407],[48,0.0050251256281407],[49,0.0050251256281407],[50,0.0050251256281407],[51,0.0050251256281407],[52,0.0050251256281407],[53,0.0050251256281407],[54,0.0050251256281407],[55,0.0050251256281407],[56,0.0050251256281407],[57,0.0050251256281407],[58,0.0050251256281407],[59,0.0050251256281407],[60,0.0050251256281407],[61,0.0050251256281407],[62,0.0050251256281407],[63,0.0050251256281407],[64,0.0050251256281407],[65,0.0050251256281407],[66,0.0050251256281407],[67,0.0050251256281407],[68,0.0050251256281407],[69,0.0050251256281407],[70,0.0050251256281407],[71,0.0050251256281407],[72,0.0050251256281407],[73,0.0050251256281407],[74,0.0050251256281407],[75,0.0050251256281407],[76,0.0050251256281407],[77,0.0050251256281407],[78,0.0050251256281407],[79,0.0050251256281407],[80,0.0050251256281407],[81,0.0050251256281407],[82,0.0050251256281407],[83,0.0050251256281407],[84,0.0050251256281407],[85,0.0050251256281407],[86,0.0050251256281407],[87,0.0050251256281407],[88,0.0050251256281407],[89,0.0050251256281407],[90,0.0050251256281407],[91,0.0050251256281407],[92,0.0050251256281407],[93,0.0050251256281407],[94,0.0050251256281407],[95,0.0050251256281407],[96,0.0050251256281407],[97,0.0050251256281407],[98,0.0050251256281407],[99,0.0050251256281407],[100,0.0050251256281407],[101,0.0050251256281407],[102,0.0050251256281407],[103,0.0050251256281407],[104,0.0050251256281407],[105,0.0050251256281407],[106,0.0050251256281407],[107,0.0050251256281407],[108,0.0050251256281407],[109,0.0050251256281407],[110,0.0050251256281407],[111,0.0050251256281407],[112,0.0050251256281407],[113,0.0050251256281407],[114,0.0050251256281407],[115,0.0050251256281407],[116,0.0050251256281407],[117,0.0050251256281407],[118,0.0050251256281407],[119,0.0050251256281407],[120,0.0050251256281407],[121,0.0050251256281407],[122,0.0050251256281407],[123,0.0050251256281407],[124,0.0050251256281407],[125,0.0050251256281407],[126,0.0050251256281407],[127,0.0050251256281407],[128,0.0050251256281407],[129,0.0050251256281407],[130,0.0050251256281407],[131,0.0050251256281407],[132,0.0050251256281407],[133,0.0050251256281407],[134,0.0050251256281407],[135,0.0050251256281407],[136,0.0050251256281407],[137,0.0050251256281407],[138,0.0050251256281407],[139,0.0050251256281407],[140,0.0050251256281407],[141,0.0050251256281407],[142,0.0050251256281407],[143,0.0050251256281407],[144,0.0050251256281407],[145,0.0050251256281407],[146,0.0050251256281407],[147,0.0050251256281407],[148,0.0050251256281407],[149,0.0050251256281407],[150,0.0050251256281407],[151,0.0050251256281407],[152,0.0050251256281407],[153,0.0050251256281407],[154,0.0050251256281407],[155,0.0050251256281407],[156,0.0050251256281407],[157,0.0050251256281407],[158,0.0050251256281407],[159,0.0050251256281407],[160,0.0050251256281407],[161,0.0050251256281407],[162,0.0050251256281407],[163,0.0050251256281407],[164,0.0050251256281407],[165,0.0050251256281407],[166,0.0050251256281407],[167,0.0050251256281407],[168,0.0050251256281407],[169,0.0050251256281407],[170,0.0050251256281407],[171,0.0050251256281407],[172,0.0050251256281407],[173,0.0050251256281407],[174,0.0050251256281407],[175,0.0050251256281407],[176,0.0050251256281407],[177,0.0050251256281407],[178,0.0050251256281407],[179,0.0050251256281407],[180,0.0050251256281407],[181,0.0050251256281407],[182,0.0050251256281407],[183,0.0050251256281407],[184,0.0050251256281407],[185,0.0050251256281407],[186,0.0050251256281407],[187,0.0050251256281407],[188,0.0050251256281407],[189,0.0050251256281407],[190,0.0050251256281407],[191,0.0050251256281407],[192,0.0050251256281407],[193,0.0050251256281407],[194,0.0050251256281407],[195,0.0050251256281407],[196,0.0050251256281407],[197,0.0050251256281407],[198,0.0050251256281407],[199,0.0050251256281407],[65,0.014084507042254],[66,0.014084507042254],[67,0.014084507042254],[68,0.014084507042254],[69,0.014084507042254],[70,0.014084507042254],[71,0.014084507042254],[72,0.014084507042254],[73,0.014084507042254],[74,0.014084507042254],[75,0.014084507042254],[76,0.014084507042254],[77,0.014084507042254],[78,0.014084507042254],[79,0.014084507042254],[80,0.014084507042254],[81,0.014084507042254],[82,0.014084507042254],[83,0.014084507042254],[84,0.014084507042254],[85,0.014084507042254],[86,0.014084507042254],[87,0.014084507042254],[88,0.014084507042254],[89,0.014084507042254],[90,0.014084507042254],[91,0.014084507042254],[92,0.014084507042254],[93,0.014084507042254],[94,0.014084507042254],[95,0.014084507042254],[96,0.014084507042254],[97,0.014084507042254],[98,0.014084507042254],[99,0.014084507042254],[100,0.014084507042254],[101,0.014084507042254],[102,0.014084507042254],[103,0.014084507042254],[104,0.014084507042254],[105,0.014084507042254],[106,0.014084507042254],[107,0.014084507042254],[108,0.014084507042254],[109,0.014084507042254],[110,0.014084507042254],[111,0.014084507042254],[112,0.014084507042254],[113,0.014084507042254],[114,0.014084507042254],[115,0.014084507042254],[116,0.014084507042254],[117,0.014084507042254],[118,0.014084507042254],[119,0.014084507042254],[120,0.014084507042254],[121,0.014084507042254],[122,0.014084507042254],[123,0.014084507042254],[124,0.014084507042254],[125,0.014084507042254],[126,0.014084507042254],[127,0.014084507042254],[128,0.014084507042254],[129,0.014084507042254],[130,0.014084507042254],[131,0.014084507042254],[132,0.014084507042254],[133,0.014084507042254],[134,0.014084507042254],[135,0.014084507042254],[-190,0.25],[-189,0.25],[-188,0.25],[-187,0.25],[-327,0.045454545454545],[-326,0.045454545454545],[-325,0.045454545454545],[-324,0.045454545454545],[-323,0.045454545454545],[-322,0.045454545454545],[-321,0.045454545454545],[-320,0.045454545454545],[-319,0.045454545454545],[-318,0.045454545454545],[-317,0.045454545454545],[-316,0.045454545454545],[-315,0.045454545454545],[-314,0.045454545454545],[-313,0.045454545454545],[-312,0.045454545454545],[-311,0.045454545454545],[-310,0.045454545454545],[-309,0.045454545454545],[-308,0.045454545454545],[-307,0.045454545454545],[-306,0.045454545454545],[298,0.33333333333333],[299,0.33333333333333],[300,0.33333333333333],[25,0.026315789473684],[26,0.026315789473684],[27,0.026315789473684],[28,0.026315789473684],[29,0.026315789473684],[30,0.026315789473684],[31,0.026315789473684],[32,0.026315789473684],[33,0.026315789473684],[34,0.026315789473684],[35,0.026315789473684],[36,0.026315789473684],[37,0.026315789473684],[38,0.026315789473684],[39,0.026315789473684],[40,0.026315789473684],[41,0.026315789473684],[42,0.026315789473684],[43,0.026315789473684],[44,0.026315789473684],[45,0.026315789473684],[46,0.026315789473684],[47,0.026315789473684],[48,0.026315789473684],[49,0.026315789473684],[50,0.026315789473684],[51,0.026315789473684],[52,0.026315789473684],[53,0.026315789473684],[54,0.026315789473684],[55,0.026315789473684],[56,0.026315789473684],[57,0.026315789473684],[58,0.026315789473684],[59,0.026315789473684],[60,0.026315789473684],[61,0.026315789473684],[62,0.026315789473684],[-324,0.020408163265306],[-323,0.020408163265306],[-322,0.020408163265306],[-321,0.020408163265306],[-320,0.020408163265306],[-319,0.020408163265306],[-318,0.020408163265306],[-317,0.020408163265306],[-316,0.020408163265306],[-315,0.020408163265306],[-314,0.020408163265306],[-313,0.020408163265306],[-312,0.020408163265306],[-311,0.020408163265306],[-310,0.020408163265306],[-309,0.020408163265306],[-308,0.020408163265306],[-307,0.020408163265306],[-306,0.020408163265306],[-305,0.020408163265306],[-304,0.020408163265306],[-303,0.020408163265306],[-302,0.020408163265306],[-301,0.020408163265306],[-300,0.020408163265306],[-299,0.020408163265306],[-298,0.020408163265306],[-297,0.020408163265306],[-296,0.020408163265306],[-295,0.020408163265306],[-294,0.020408163265306],[-293,0.020408163265306],[-292,0.020408163265306],[-291,0.020408163265306],[-290,0.020408163265306],[-289,0.020408163265306],[-288,0.020408163265306],[-287,0.020408163265306],[-286,0.020408163265306],[-285,0.020408163265306],[-284,0.020408163265306],[-283,0.020408163265306],[-282,0.020408163265306],[-281,0.020408163265306],[-280,0.020408163265306],[-279,0.020408163265306],[-278,0.020408163265306],[-277,0.020408163265306],[-276,0.020408163265306],[116,0.0090909090909091],[117,0.0090909090909091],[118,0.0090909090909091],[119,0.0090909090909091],[120,0.0090909090909091],[121,0.0090909090909091],[122,0.0090909090909091],[123,0.0090909090909091],[124,0.0090909090909091],[125,0.0090909090909091],[126,0.0090909090909091],[127,0.0090909090909091],[128,0.0090909090909091],[129,0.0090909090909091],[130,0.0090909090909091],[131,0.0090909090909091],[132,0.0090909090909091],[133,0.0090909090909091],[134,0.0090909090909091],[135,0.0090909090909091],[136,0.0090909090909091],[137,0.0090909090909091],[138,0.0090909090909091],[139,0.0090909090909091],[140,0.0090909090909091],[141,0.0090909090909091],[142,0.0090909090909091],[143,0.0090909090909091],[144,0.0090909090909091],[145,0.0090909090909091],[146,0.0090909090909091],[147,0.0090909090909091],[148,0.0090909090909091],[149,0.0090909090909091],[150,0.0090909090909091],[151,0.0090909090909091],[152,0.0090909090909091],[153,0.0090909090909091],[154,0.0090909090909091],[155,0.0090909090909091],[156,0.0090909090909091],[157,0.0090909090909091],[158,0.0090909090909091],[159,0.0090909090909091],[160,0.0090909090909091],[161,0.0090909090909091],[162,0.0090909090909091],[163,0.0090909090909091],[164,0.0090909090909091],[165,0.0090909090909091],[166,0.0090909090909091],[167,0.0090909090909091],[168,0.0090909090909091],[169,0.0090909090909091],[170,0.0090909090909091],[171,0.0090909090909091],[172,0.0090909090909091],[173,0.0090909090909091],[174,0.0090909090909091],[175,0.0090909090909091],[176,0.0090909090909091],[177,0.0090909090909091],[178,0.0090909090909091],[179,0.0090909090909091],[180,0.0090909090909091],[181,0.0090909090909091],[182,0.0090909090909091],[183,0.0090909090909091],[184,0.0090909090909091],[185,0.0090909090909091],[186,0.0090909090909091],[187,0.0090909090909091],[188,0.0090909090909091],[189,0.0090909090909091],[190,0.0090909090909091],[191,0.0090909090909091],[192,0.0090909090909091],[193,0.0090909090909091],[194,0.0090909090909091],[195,0.0090909090909091],[196,0.0090909090909091],[197,0.0090909090909091],[198,0.0090909090909091],[199,0.0090909090909091],[200,0.0090909090909091],[201,0.0090909090909091],[202,0.0090909090909091],[203,0.0090909090909091],[204,0.0090909090909091],[205,0.0090909090909091],[206,0.0090909090909091],[207,0.0090909090909091],[208,0.0090909090909091],[209,0.0090909090909091],[210,0.0090909090909091],[211,0.0090909090909091],[212,0.0090909090909091],[213,0.0090909090909091],[214,0.0090909090909091],[215,0.0090909090909091],[216,0.0090909090909091],[217,0.0090909090909091],[218,0.0090909090909091],[219,0.0090909090909091],[220,0.0090909090909091],[221,0.0090909090909091],[222,0.0090909090909091],[223,0.0090909090909091],[224,0.0090909090909091],[225,0.0090909090909091],[-199,0.0033557046979866],[-198,0.0033557046979866],[-197,0.0033557046979866],[-196,0.0033557046979866],[-195,0.0033557046979866],[-194,0.0033557046979866],[-193,0.0033557046979866],[-192,0.0033557046979866],[-191,0.0033557046979866],[-190,0.0033557046979866],[-189,0.0033557046979866],[-188,0.0033557046979866],[-187,0.0033557046979866],[-186,0.0033557046979866],[-185,0.0033557046979866],[-184,0.0033557046979866],[-183,0.0033557046979866],[-182,0.0033557046979866],[-181,0.0033557046979866],[-180,0.0033557046979866],[-179,0.0033557046979866],[-178,0.0033557046979866],[-177,0.0033557046979866],[-176,0.0033557046979866],[-175,0.0033557046979866],[-174,0.0033557046979866],[-173,0.0033557046979866],[-172,0.0033557046979866],[-171,0.0033557046979866],[-170,0.0033557046979866],[-169,0.0033557046979866],[-168,0.0033557046979866],[-167,0.0033557046979866],[-166,0.0033557046979866],[-165,0.0033557046979866],[-164,0.0033557046979866],[-163,0.0033557046979866],[-162,0.0033557046979866],[-161,0.0033557046979866],[-160,0.0033557046979866],[-159,0.0033557046979866],[-158,0.0033557046979866],[-157,0.0033557046979866],[-156,0.0033557046979866],[-155,0.0033557046979866],[-154,0.0033557046979866],[-153,0.0033557046979866],[-152,0.0033557046979866],[-151,0.0033557046979866],[-150,0.0033557046979866],[-149,0.0033557046979866],[-148,0.0033557046979866],[-147,0.0033557046979866],[-146,0.0033557046979866],[-145,0.0033557046979866],[-144,0.0033557046979866],[-143,0.0033557046979866],[-142,0.0033557046979866],[-141,0.0033557046979866],[-140,0.0033557046979866],[-139,0.0033557046979866],[-138,0.0033557046979866],[-137,0.0033557046979866],[-136,0.0033557046979866],[-135,0.0033557046979866],[-134,0.0033557046979866],[-133,0.0033557046979866],[-132,0.0033557046979866],[-131,0.0033557046979866],[-130,0.0033557046979866],[-129,0.0033557046979866],[-128,0.0033557046979866],[-127,0.0033557046979866],[-126,0.0033557046979866],[-125,0.0033557046979866],[-124,0.0033557046979866],[-123,0.0033557046979866],[-122,0.0033557046979866],[-121,0.0033557046979866],[-120,0.0033557046979866],[-119,0.0033557046979866],[-118,0.0033557046979866],[-117,0.0033557046979866],[-116,0.0033557046979866],[-115,0.0033557046979866],[-114,0.0033557046979866],[-113,0.0033557046979866],[-112,0.0033557046979866],[-111,0.0033557046979866],[-110,0.0033557046979866],[-109,0.0033557046979866],[-108,0.0033557046979866],[-107,0.0033557046979866],[-106,0.0033557046979866],[-105,0.0033557046979866],[-104,0.0033557046979866],[-103,0.0033557046979866],[-102,0.0033557046979866],[-101,0.0033557046979866],[-100,0.0033557046979866],[-99,0.0033557046979866],[-98,0.0033557046979866],[-97,0.0033557046979866],[-96,0.0033557046979866],[-95,0.0033557046979866],[-94,0.0033557046979866],[-93,0.0033557046979866],[-92,0.0033557046979866],[-91,0.0033557046979866],[-90,0.0033557046979866],[-89,0.0033557046979866],[-88,0.0033557046979866],[-87,0.0033557046979866],[-86,0.0033557046979866],[-85,0.0033557046979866],[-84,0.0033557046979866],[-83,0.0033557046979866],[-82,0.0033557046979866],[-81,0.0033557046979866],[-80,0.0033557046979866],[-79,0.0033557046979866],[-78,0.0033557046979866],[-77,0.0033557046979866],[-76,0.0033557046979866],[-75,0.0033557046979866],[-74,0.0033557046979866],[-73,0.0033557046979866],[-72,0.0033557046979866],[-71,0.0033557046979866],[-70,0.0033557046979866],[-69,0.0033557046979866],[-68,0.0033557046979866],[-67,0.0033557046979866],[-66,0.0033557046979866],[-65,0.0033557046979866],[-64,0.0033557046979866],[-63,0.0033557046979866],[-62,0.0033557046979866],[-61,0.0033557046979866],[-60,0.0033557046979866],[-59,0.0033557046979866],[-58,0.0033557046979866],[-57,0.0033557046979866],[-56,0.0033557046979866],[-55,0.0033557046979866],[-54,0.0033557046979866],[-53,0.0033557046979866],[-52,0.0033557046979866],[-51,0.0033557046979866],[-50,0.0033557046979866],[-49,0.0033557046979866],[-48,0.0033557046979866],[-47,0.0033557046979866],[-46,0.0033557046979866],[-45,0.0033557046979866],[-44,0.0033557046979866],[-43,0.0033557046979866],[-42,0.0033557046979866],[-41,0.0033557046979866],[-40,0.0033557046979866],[-39,0.0033557046979866],[-38,0.0033557046979866],[-37,0.0033557046979866],[-36,0.0033557046979866],[-35,0.0033557046979866],[-34,0.0033557046979866],[-33,0.0033557046979866],[-32,0.0033557046979866],[-31,0.0033557046979866],[-30,0.0033557046979866],[-29,0.0033557046979866],[-28,0.0033557046979866],[-27,0.0033557046979866],[-26,0.0033557046979866],[-25,0.0033557046979866],[-24,0.0033557046979866],[-23,0.0033557046979866],[-22,0.0033557046979866],[-21,0.0033557046979866],[-20,0.0033557046979866],[-19,0.0033557046979866],[-18,0.0033557046979866],[-17,0.0033557046979866],[-16,0.0033557046979866],[-15,0.0033557046979866],[-14,0.0033557046979866],[-13,0.0033557046979866],[-12,0.0033557046979866],[-11,0.0033557046979866],[-10,0.0033557046979866],[-9,0.0033557046979866],[-8,0.0033557046979866],[-7,0.0033557046979866],[-6,0.0033557046979866],[-5,0.0033557046979866],[-4,0.0033557046979866],[-3,0.0033557046979866],[-2,0.0033557046979866],[-1,0.0033557046979866],[1,0.0033557046979866],[2,0.0033557046979866],[3,0.0033557046979866],[4,0.0033557046979866],[5,0.0033557046979866],[6,0.0033557046979866],[7,0.0033557046979866],[8,0.0033557046979866],[9,0.0033557046979866],[10,0.0033557046979866],[11,0.0033557046979866],[12,0.0033557046979866],[13,0.0033557046979866],[14,0.0033557046979866],[15,0.0033557046979866],[16,0.0033557046979866],[17,0.0033557046979866],[18,0.0033557046979866],[19,0.0033557046979866],[20,0.0033557046979866],[21,0.0033557046979866],[22,0.0033557046979866],[23,0.0033557046979866],[24,0.0033557046979866],[25,0.0033557046979866],[26,0.0033557046979866],[27,0.0033557046979866],[28,0.0033557046979866],[29,0.0033557046979866],[30,0.0033557046979866],[31,0.0033557046979866],[32,0.0033557046979866],[33,0.0033557046979866],[34,0.0033557046979866],[35,0.0033557046979866],[36,0.0033557046979866],[37,0.0033557046979866],[38,0.0033557046979866],[39,0.0033557046979866],[40,0.0033557046979866],[41,0.0033557046979866],[42,0.0033557046979866],[43,0.0033557046979866],[44,0.0033557046979866],[45,0.0033557046979866],[46,0.0033557046979866],[47,0.0033557046979866],[48,0.0033557046979866],[49,0.0033557046979866],[50,0.0033557046979866],[51,0.0033557046979866],[52,0.0033557046979866],[53,0.0033557046979866],[54,0.0033557046979866],[55,0.0033557046979866],[56,0.0033557046979866],[57,0.0033557046979866],[58,0.0033557046979866],[59,0.0033557046979866],[60,0.0033557046979866],[61,0.0033557046979866],[62,0.0033557046979866],[63,0.0033557046979866],[64,0.0033557046979866],[65,0.0033557046979866],[66,0.0033557046979866],[67,0.0033557046979866],[68,0.0033557046979866],[69,0.0033557046979866],[70,0.0033557046979866],[71,0.0033557046979866],[72,0.0033557046979866],[73,0.0033557046979866],[74,0.0033557046979866],[75,0.0033557046979866],[76,0.0033557046979866],[77,0.0033557046979866],[78,0.0033557046979866],[79,0.0033557046979866],[80,0.0033557046979866],[81,0.0033557046979866],[82,0.0033557046979866],[83,0.0033557046979866],[84,0.0033557046979866],[85,0.0033557046979866],[86,0.0033557046979866],[87,0.0033557046979866],[88,0.0033557046979866],[89,0.0033557046979866],[90,0.0033557046979866],[91,0.0033557046979866],[92,0.0033557046979866],[93,0.0033557046979866],[94,0.0033557046979866],[95,0.0033557046979866],[96,0.0033557046979866],[97,0.0033557046979866],[98,0.0033557046979866],[99,0.0033557046979866],[-181,0.076923076923077],[-180,0.076923076923077],[-179,0.076923076923077],[-178,0.076923076923077],[-177,0.076923076923077],[-176,0.076923076923077],[-175,0.076923076923077],[-174,0.076923076923077],[-173,0.076923076923077],[-172,0.076923076923077],[-171,0.076923076923077],[-170,0.076923076923077],[-169,0.076923076923077],[-224,0.125],[-223,0.125],[-222,0.125],[-221,0.125],[-220,0.125],[-219,0.125],[-218,0.125],[-217,0.125],[-133,0.2],[-132,0.2],[-131,0.2],[-130,0.2],[-129,0.2],[175,0.015625],[176,0.015625],[177,0.015625],[178,0.015625],[179,0.015625],[180,0.015625],[181,0.015625],[182,0.015625],[183,0.015625],[184,0.015625],[185,0.015625],[186,0.015625],[187,0.015625],[188,0.015625],[189,0.015625],[190,0.015625],[191,0.015625],[192,0.015625],[193,0.015625],[194,0.015625],[195,0.015625],[196,0.015625],[197,0.015625],[198,0.015625],[199,0.015625],[200,0.015625],[201,0.015625],[202,0.015625],[203,0.015625],[204,0.015625],[205,0.015625],[206,0.015625],[207,0.015625],[208,0.015625],[209,0.015625],[210,0.015625],[211,0.015625],[212,0.015625],[213,0.015625],[214,0.015625],[215,0.015625],[216,0.015625],[217,0.015625],[218,0.015625],[219,0.015625],[220,0.015625],[221,0.015625],[222,0.015625],[223,0.015625],[224,0.015625],[225,0.015625],[226,0.015625],[227,0.015625],[228,0.015625],[229,0.015625],[230,0.015625],[231,0.015625],[232,0.015625],[233,0.015625],[234,0.015625],[235,0.015625],[236,0.015625],[237,0.015625],[238,0.015625],[100,0.01],[101,0.01],[102,0.01],[103,0.01],[104,0.01],[105,0.01],[106,0.01],[107,0.01],[108,0.01],[109,0.01],[110,0.01],[111,0.01],[112,0.01],[113,0.01],[114,0.01],[115,0.01],[116,0.01],[117,0.01],[118,0.01],[119,0.01],[120,0.01],[121,0.01],[122,0.01],[123,0.01],[124,0.01],[125,0.01],[126,0.01],[127,0.01],[128,0.01],[129,0.01],[130,0.01],[131,0.01],[132,0.01],[133,0.01],[134,0.01],[135,0.01],[136,0.01],[137,0.01],[138,0.01],[139,0.01],[140,0.01],[141,0.01],[142,0.01],[143,0.01],[144,0.01],[145,0.01],[146,0.01],[147,0.01],[148,0.01],[149,0.01],[150,0.01],[151,0.01],[152,0.01],[153,0.01],[154,0.01],[155,0.01],[156,0.01],[157,0.01],[158,0.01],[159,0.01],[160,0.01],[161,0.01],[162,0.01],[163,0.01],[164,0.01],[165,0.01],[166,0.01],[167,0.01],[168,0.01],[169,0.01],[170,0.01],[171,0.01],[172,0.01],[173,0.01],[174,0.01],[175,0.01],[176,0.01],[177,0.01],[178,0.01],[179,0.01],[180,0.01],[181,0.01],[182,0.01],[183,0.01],[184,0.01],[185,0.01],[186,0.01],[187,0.01],[188,0.01],[189,0.01],[190,0.01],[191,0.01],[192,0.01],[193,0.01],[194,0.01],[195,0.01],[196,0.01],[197,0.01],[198,0.01],[199,0.01],[-156,0.047619047619048],[-155,0.047619047619048],[-154,0.047619047619048],[-153,0.047619047619048],[-152,0.047619047619048],[-151,0.047619047619048],[-150,0.047619047619048],[-149,0.047619047619048],[-148,0.047619047619048],[-147,0.047619047619048],[-146,0.047619047619048],[-145,0.047619047619048],[-144,0.047619047619048],[-143,0.047619047619048],[-142,0.047619047619048],[-141,0.047619047619048],[-140,0.047619047619048],[-139,0.047619047619048],[-138,0.047619047619048],[-137,0.047619047619048],[-136,0.047619047619048],[-179,0.5],[-178,0.5],[98,0.0078125],[99,0.0078125],[100,0.0078125],[101,0.0078125],[102,0.0078125],[103,0.0078125],[104,0.0078125],[105,0.0078125],[106,0.0078125],[107,0.0078125],[108,0.0078125],[109,0.0078125],[110,0.0078125],[111,0.0078125],[112,0.0078125],[113,0.0078125],[114,0.0078125],[115,0.0078125],[116,0.0078125],[117,0.0078125],[118,0.0078125],[119,0.0078125],[120,0.0078125],[121,0.0078125],[122,0.0078125],[123,0.0078125],[124,0.0078125],[125,0.0078125],[126,0.0078125],[127,0.0078125],[128,0.0078125],[129,0.0078125],[130,0.0078125],[131,0.0078125],[132,0.0078125],[133,0.0078125],[134,0.0078125],[135,0.0078125],[136,0.0078125],[137,0.0078125],[138,0.0078125],[139,0.0078125],[140,0.0078125],[141,0.0078125],[142,0.0078125],[143,0.0078125],[144,0.0078125],[145,0.0078125],[146,0.0078125],[147,0.0078125],[148,0.0078125],[149,0.0078125],[150,0.0078125],[151,0.0078125],[152,0.0078125],[153,0.0078125],[154,0.0078125],[155,0.0078125],[156,0.0078125],[157,0.0078125],[158,0.0078125],[159,0.0078125],[160,0.0078125],[161,0.0078125],[162,0.0078125],[163,0.0078125],[164,0.0078125],[165,0.0078125],[166,0.0078125],[167,0.0078125],[168,0.0078125],[169,0.0078125],[170,0.0078125],[171,0.0078125],[172,0.0078125],[173,0.0078125],[174,0.0078125],[175,0.0078125],[176,0.0078125],[177,0.0078125],[178,0.0078125],[179,0.0078125],[180,0.0078125],[181,0.0078125],[182,0.0078125],[183,0.0078125],[184,0.0078125],[185,0.0078125],[186,0.0078125],[187,0.0078125],[188,0.0078125],[189,0.0078125],[190,0.0078125],[191,0.0078125],[192,0.0078125],[193,0.0078125],[194,0.0078125],[195,0.0078125],[196,0.0078125],[197,0.0078125],[198,0.0078125],[199,0.0078125],[200,0.0078125],[201,0.0078125],[202,0.0078125],[203,0.0078125],[204,0.0078125],[205,0.0078125],[206,0.0078125],[207,0.0078125],[208,0.0078125],[209,0.0078125],[210,0.0078125],[211,0.0078125],[212,0.0078125],[213,0.0078125],[214,0.0078125],[215,0.0078125],[216,0.0078125],[217,0.0078125],[218,0.0078125],[219,0.0078125],[220,0.0078125],[221,0.0078125],[222,0.0078125],[223,0.0078125],[224,0.0078125],[225,0.0078125],[-194,0.010526315789474],[-193,0.010526315789474],[-192,0.010526315789474],[-191,0.010526315789474],[-190,0.010526315789474],[-189,0.010526315789474],[-188,0.010526315789474],[-187,0.010526315789474],[-186,0.010526315789474],[-185,0.010526315789474],[-184,0.010526315789474],[-183,0.010526315789474],[-182,0.010526315789474],[-181,0.010526315789474],[-180,0.010526315789474],[-179,0.010526315789474],[-178,0.010526315789474],[-177,0.010526315789474],[-176,0.010526315789474],[-175,0.010526315789474],[-174,0.010526315789474],[-173,0.010526315789474],[-172,0.010526315789474],[-171,0.010526315789474],[-170,0.010526315789474],[-169,0.010526315789474],[-168,0.010526315789474],[-167,0.010526315789474],[-166,0.010526315789474],[-165,0.010526315789474],[-164,0.010526315789474],[-163,0.010526315789474],[-162,0.010526315789474],[-161,0.010526315789474],[-160,0.010526315789474],[-159,0.010526315789474],[-158,0.010526315789474],[-157,0.010526315789474],[-156,0.010526315789474],[-155,0.010526315789474],[-154,0.010526315789474],[-153,0.010526315789474],[-152,0.010526315789474],[-151,0.010526315789474],[-150,0.010526315789474],[-149,0.010526315789474],[-148,0.010526315789474],[-147,0.010526315789474],[-146,0.010526315789474],[-145,0.010526315789474],[-144,0.010526315789474],[-143,0.010526315789474],[-142,0.010526315789474],[-141,0.010526315789474],[-140,0.010526315789474],[-139,0.010526315789474],[-138,0.010526315789474],[-137,0.010526315789474],[-136,0.010526315789474],[-135,0.010526315789474],[-134,0.010526315789474],[-133,0.010526315789474],[-132,0.010526315789474],[-131,0.010526315789474],[-130,0.010526315789474],[-129,0.010526315789474],[-128,0.010526315789474],[-127,0.010526315789474],[-126,0.010526315789474],[-125,0.010526315789474],[-124,0.010526315789474],[-123,0.010526315789474],[-122,0.010526315789474],[-121,0.010526315789474],[-120,0.010526315789474],[-119,0.010526315789474],[-118,0.010526315789474],[-117,0.010526315789474],[-116,0.010526315789474],[-115,0.010526315789474],[-114,0.010526315789474],[-113,0.010526315789474],[-112,0.010526315789474],[-111,0.010526315789474],[-110,0.010526315789474],[-109,0.010526315789474],[-108,0.010526315789474],[-107,0.010526315789474],[-106,0.010526315789474],[-105,0.010526315789474],[-104,0.010526315789474],[-103,0.010526315789474],[-102,0.010526315789474],[-101,0.010526315789474],[-100,0.010526315789474],[15,0.014492753623188],[16,0.014492753623188],[17,0.014492753623188],[18,0.014492753623188],[19,0.014492753623188],[20,0.014492753623188],[21,0.014492753623188],[22,0.014492753623188],[23,0.014492753623188],[24,0.014492753623188],[25,0.014492753623188],[26,0.014492753623188],[27,0.014492753623188],[28,0.014492753623188],[29,0.014492753623188],[30,0.014492753623188],[31,0.014492753623188],[32,0.014492753623188],[33,0.014492753623188],[34,0.014492753623188],[35,0.014492753623188],[36,0.014492753623188],[37,0.014492753623188],[38,0.014492753623188],[39,0.014492753623188],[40,0.014492753623188],[41,0.014492753623188],[42,0.014492753623188],[43,0.014492753623188],[44,0.014492753623188],[45,0.014492753623188],[46,0.014492753623188],[47,0.014492753623188],[48,0.014492753623188],[49,0.014492753623188],[50,0.014492753623188],[51,0.014492753623188],[52,0.014492753623188],[53,0.014492753623188],[54,0.014492753623188],[55,0.014492753623188],[56,0.014492753623188],[57,0.014492753623188],[58,0.014492753623188],[59,0.014492753623188],[60,0.014492753623188],[61,0.014492753623188],[62,0.014492753623188],[63,0.014492753623188],[64,0.014492753623188],[65,0.014492753623188],[66,0.014492753623188],[67,0.014492753623188],[68,0.014492753623188],[69,0.014492753623188],[70,0.014492753623188],[71,0.014492753623188],[72,0.014492753623188],[73,0.014492753623188],[74,0.014492753623188],[75,0.014492753623188],[76,0.014492753623188],[77,0.014492753623188],[78,0.014492753623188],[79,0.014492753623188],[80,0.014492753623188],[81,0.014492753623188],[82,0.014492753623188],[83,0.014492753623188],[299,0.0099009900990099],[300,0.0099009900990099],[301,0.0099009900990099],[302,0.0099009900990099],[303,0.0099009900990099],[304,0.0099009900990099],[305,0.0099009900990099],[306,0.0099009900990099],[307,0.0099009900990099],[308,0.0099009900990099],[309,0.0099009900990099],[310,0.0099009900990099],[311,0.0099009900990099],[312,0.0099009900990099],[313,0.0099009900990099],[314,0.0099009900990099],[315,0.0099009900990099],[316,0.0099009900990099],[317,0.0099009900990099],[318,0.0099009900990099],[319,0.0099009900990099],[320,0.0099009900990099],[321,0.0099009900990099],[322,0.0099009900990099],[323,0.0099009900990099],[324,0.0099009900990099],[325,0.0099009900990099],[326,0.0099009900990099],[327,0.0099009900990099],[328,0.0099009900990099],[329,0.0099009900990099],[330,0.0099009900990099],[331,0.0099009900990099],[332,0.0099009900990099],[333,0.0099009900990099],[334,0.0099009900990099],[335,0.0099009900990099],[336,0.0099009900990099],[337,0.0099009900990099],[338,0.0099009900990099],[339,0.0099009900990099],[340,0.0099009900990099],[341,0.0099009900990099],[342,0.0099009900990099],[343,0.0099009900990099],[344,0.0099009900990099],[345,0.0099009900990099],[346,0.0099009900990099],[347,0.0099009900990099],[348,0.0099009900990099],[349,0.0099009900990099],[350,0.0099009900990099],[351,0.0099009900990099],[352,0.0099009900990099],[353,0.0099009900990099],[354,0.0099009900990099],[355,0.0099009900990099],[356,0.0099009900990099],[357,0.0099009900990099],[358,0.0099009900990099],[359,0.0099009900990099],[360,0.0099009900990099],[361,0.0099009900990099],[362,0.0099009900990099],[363,0.0099009900990099],[364,0.0099009900990099],[365,0.0099009900990099],[366,0.0099009900990099],[367,0.0099009900990099],[368,0.0099009900990099],[369,0.0099009900990099],[370,0.0099009900990099],[371,0.0099009900990099],[372,0.0099009900990099],[373,0.0099009900990099],[374,0.0099009900990099],[375,0.0099009900990099],[376,0.0099009900990099],[377,0.0099009900990099],[378,0.0099009900990099],[379,0.0099009900990099],[380,0.0099009900990099],[381,0.0099009900990099],[382,0.0099009900990099],[383,0.0099009900990099],[384,0.0099009900990099],[385,0.0099009900990099],[386,0.0099009900990099],[387,0.0099009900990099],[388,0.0099009900990099],[389,0.0099009900990099],[390,0.0099009900990099],[391,0.0099009900990099],[392,0.0099009900990099],[393,0.0099009900990099],[394,0.0099009900990099],[395,0.0099009900990099],[396,0.0099009900990099],[397,0.0099009900990099],[398,0.0099009900990099],[399,0.0099009900990099],[115,1],[-199,0.01],[-198,0.01],[-197,0.01],[-196,0.01],[-195,0.01],[-194,0.01],[-193,0.01],[-192,0.01],[-191,0.01],[-190,0.01],[-189,0.01],[-188,0.01],[-187,0.01],[-186,0.01],[-185,0.01],[-184,0.01],[-183,0.01],[-182,0.01],[-181,0.01],[-180,0.01],[-179,0.01],[-178,0.01],[-177,0.01],[-176,0.01],[-175,0.01],[-174,0.01],[-173,0.01],[-172,0.01],[-171,0.01],[-170,0.01],[-169,0.01],[-168,0.01],[-167,0.01],[-166,0.01],[-165,0.01],[-164,0.01],[-163,0.01],[-162,0.01],[-161,0.01],[-160,0.01],[-159,0.01],[-158,0.01],[-157,0.01],[-156,0.01],[-155,0.01],[-154,0.01],[-153,0.01],[-152,0.01],[-151,0.01],[-150,0.01],[-149,0.01],[-148,0.01],[-147,0.01],[-146,0.01],[-145,0.01],[-144,0.01],[-143,0.01],[-142,0.01],[-141,0.01],[-140,0.01],[-139,0.01],[-138,0.01],[-137,0.01],[-136,0.01],[-135,0.01],[-134,0.01],[-133,0.01],[-132,0.01],[-131,0.01],[-130,0.01],[-129,0.01],[-128,0.01],[-127,0.01],[-126,0.01],[-125,0.01],[-124,0.01],[-123,0.01],[-122,0.01],[-121,0.01],[-120,0.01],[-119,0.01],[-118,0.01],[-117,0.01],[-116,0.01],[-115,0.01],[-114,0.01],[-113,0.01],[-112,0.01],[-111,0.01],[-110,0.01],[-109,0.01],[-108,0.01],[-107,0.01],[-106,0.01],[-105,0.01],[-104,0.01],[-103,0.01],[-102,0.01],[-101,0.01],[-100,0.01],[210,0.041666666666667],[211,0.041666666666667],[212,0.041666666666667],[213,0.041666666666667],[214,0.041666666666667],[215,0.041666666666667],[216,0.041666666666667],[217,0.041666666666667],[218,0.041666666666667],[219,0.041666666666667],[220,0.041666666666667],[221,0.041666666666667],[222,0.041666666666667],[223,0.041666666666667],[224,0.041666666666667],[225,0.041666666666667],[226,0.041666666666667],[227,0.041666666666667],[228,0.041666666666667],[229,0.041666666666667],[230,0.041666666666667],[231,0.041666666666667],[232,0.041666666666667],[233,0.041666666666667],[-162,0.015873015873016],[-161,0.015873015873016],[-160,0.015873015873016],[-159,0.015873015873016],[-158,0.015873015873016],[-157,0.015873015873016],[-156,0.015873015873016],[-155,0.015873015873016],[-154,0.015873015873016],[-153,0.015873015873016],[-152,0.015873015873016],[-151,0.015873015873016],[-150,0.015873015873016],[-149,0.015873015873016],[-148,0.015873015873016],[-147,0.015873015873016],[-146,0.015873015873016],[-145,0.015873015873016],[-144,0.015873015873016],[-143,0.015873015873016],[-142,0.015873015873016],[-141,0.015873015873016],[-140,0.015873015873016],[-139,0.015873015873016],[-138,0.015873015873016],[-137,0.015873015873016],[-136,0.015873015873016],[-135,0.015873015873016],[-134,0.015873015873016],[-133,0.015873015873016],[-132,0.015873015873016],[-131,0.015873015873016],[-130,0.015873015873016],[-129,0.015873015873016],[-128,0.015873015873016],[-127,0.015873015873016],[-126,0.015873015873016],[-125,0.015873015873016],[-124,0.015873015873016],[-123,0.015873015873016],[-122,0.015873015873016],[-121,0.015873015873016],[-120,0.015873015873016],[-119,0.015873015873016],[-118,0.015873015873016],[-117,0.015873015873016],[-116,0.015873015873016],[-115,0.015873015873016],[-114,0.015873015873016],[-113,0.015873015873016],[-112,0.015873015873016],[-111,0.015873015873016],[-110,0.015873015873016],[-109,0.015873015873016],[-108,0.015873015873016],[-107,0.015873015873016],[-106,0.015873015873016],[-105,0.015873015873016],[-104,0.015873015873016],[-103,0.015873015873016],[-102,0.015873015873016],[-101,0.015873015873016],[-100,0.015873015873016],[-263,0.028571428571429],[-262,0.028571428571429],[-261,0.028571428571429],[-260,0.028571428571429],[-259,0.028571428571429],[-258,0.028571428571429],[-257,0.028571428571429],[-256,0.028571428571429],[-255,0.028571428571429],[-254,0.028571428571429],[-253,0.028571428571429],[-252,0.028571428571429],[-251,0.028571428571429],[-250,0.028571428571429],[-249,0.028571428571429],[-248,0.028571428571429],[-247,0.028571428571429],[-246,0.028571428571429],[-245,0.028571428571429],[-244,0.028571428571429],[-243,0.028571428571429],[-242,0.028571428571429],[-241,0.028571428571429],[-240,0.028571428571429],[-239,0.028571428571429],[-238,0.028571428571429],[-237,0.028571428571429],[-236,0.028571428571429],[-235,0.028571428571429],[-234,0.028571428571429],[-233,0.028571428571429],[-232,0.028571428571429],[-231,0.028571428571429],[-230,0.028571428571429],[-229,0.028571428571429],[-150,0.33333333333333],[-149,0.33333333333333],[-148,0.33333333333333],[400,0.0044247787610619],[401,0.0044247787610619],[402,0.0044247787610619],[403,0.0044247787610619],[404,0.0044247787610619],[405,0.0044247787610619],[406,0.0044247787610619],[407,0.0044247787610619],[408,0.0044247787610619],[409,0.0044247787610619],[410,0.0044247787610619],[411,0.0044247787610619],[412,0.0044247787610619],[413,0.0044247787610619],[414,0.0044247787610619],[415,0.0044247787610619],[416,0.0044247787610619],[417,0.0044247787610619],[418,0.0044247787610619],[419,0.0044247787610619],[420,0.0044247787610619],[421,0.0044247787610619],[422,0.0044247787610619],[423,0.0044247787610619],[424,0.0044247787610619],[425,0.0044247787610619],[426,0.0044247787610619],[427,0.0044247787610619],[428,0.0044247787610619],[429,0.0044247787610619],[430,0.0044247787610619],[431,0.0044247787610619],[432,0.0044247787610619],[433,0.0044247787610619],[434,0.0044247787610619],[435,0.0044247787610619],[436,0.0044247787610619],[437,0.0044247787610619],[438,0.0044247787610619],[439,0.0044247787610619],[440,0.0044247787610619],[441,0.0044247787610619],[442,0.0044247787610619],[443,0.0044247787610619],[444,0.0044247787610619],[445,0.0044247787610619],[446,0.0044247787610619],[447,0.0044247787610619],[448,0.0044247787610619],[449,0.0044247787610619],[450,0.0044247787610619],[451,0.0044247787610619],[452,0.0044247787610619],[453,0.0044247787610619],[454,0.0044247787610619],[455,0.0044247787610619],[456,0.0044247787610619],[457,0.0044247787610619],[458,0.0044247787610619],[459,0.0044247787610619],[460,0.0044247787610619],[461,0.0044247787610619],[462,0.0044247787610619],[463,0.0044247787610619],[464,0.0044247787610619],[465,0.0044247787610619],[466,0.0044247787610619],[467,0.0044247787610619],[468,0.0044247787610619],[469,0.0044247787610619],[470,0.0044247787610619],[471,0.0044247787610619],[472,0.0044247787610619],[473,0.0044247787610619],[474,0.0044247787610619],[475,0.0044247787610619],[476,0.0044247787610619],[477,0.0044247787610619],[478,0.0044247787610619],[479,0.0044247787610619],[480,0.0044247787610619],[481,0.0044247787610619],[482,0.0044247787610619],[483,0.0044247787610619],[484,0.0044247787610619],[485,0.0044247787610619],[486,0.0044247787610619],[487,0.0044247787610619],[488,0.0044247787610619],[489,0.0044247787610619],[490,0.0044247787610619],[491,0.0044247787610619],[492,0.0044247787610619],[493,0.0044247787610619],[494,0.0044247787610619],[495,0.0044247787610619],[496,0.0044247787610619],[497,0.0044247787610619],[498,0.0044247787610619],[499,0.0044247787610619],[500,0.0044247787610619],[501,0.0044247787610619],[502,0.0044247787610619],[503,0.0044247787610619],[504,0.0044247787610619],[505,0.0044247787610619],[506,0.0044247787610619],[507,0.0044247787610619],[508,0.0044247787610619],[509,0.0044247787610619],[510,0.0044247787610619],[511,0.0044247787610619],[512,0.0044247787610619],[513,0.0044247787610619],[514,0.0044247787610619],[515,0.0044247787610619],[516,0.0044247787610619],[517,0.0044247787610619],[518,0.0044247787610619],[519,0.0044247787610619],[520,0.0044247787610619],[521,0.0044247787610619],[522,0.0044247787610619],[523,0.0044247787610619],[524,0.0044247787610619],[525,0.0044247787610619],[526,0.0044247787610619],[527,0.0044247787610619],[528,0.0044247787610619],[529,0.0044247787610619],[530,0.0044247787610619],[531,0.0044247787610619],[532,0.0044247787610619],[533,0.0044247787610619],[534,0.0044247787610619],[535,0.0044247787610619],[536,0.0044247787610619],[537,0.0044247787610619],[538,0.0044247787610619],[539,0.0044247787610619],[540,0.0044247787610619],[541,0.0044247787610619],[542,0.0044247787610619],[543,0.0044247787610619],[544,0.0044247787610619],[545,0.0044247787610619],[546,0.0044247787610619],[547,0.0044247787610619],[548,0.0044247787610619],[549,0.0044247787610619],[550,0.0044247787610619],[551,0.0044247787610619],[552,0.0044247787610619],[553,0.0044247787610619],[554,0.0044247787610619],[555,0.0044247787610619],[556,0.0044247787610619],[557,0.0044247787610619],[558,0.0044247787610619],[559,0.0044247787610619],[560,0.0044247787610619],[561,0.0044247787610619],[562,0.0044247787610619],[563,0.0044247787610619],[564,0.0044247787610619],[565,0.0044247787610619],[566,0.0044247787610619],[567,0.0044247787610619],[568,0.0044247787610619],[569,0.0044247787610619],[570,0.0044247787610619],[571,0.0044247787610619],[572,0.0044247787610619],[573,0.0044247787610619],[574,0.0044247787610619],[575,0.0044247787610619],[576,0.0044247787610619],[577,0.0044247787610619],[578,0.0044247787610619],[579,0.0044247787610619],[580,0.0044247787610619],[581,0.0044247787610619],[582,0.0044247787610619],[583,0.0044247787610619],[584,0.0044247787610619],[585,0.0044247787610619],[586,0.0044247787610619],[587,0.0044247787610619],[588,0.0044247787610619],[589,0.0044247787610619],[590,0.0044247787610619],[591,0.0044247787610619],[592,0.0044247787610619],[593,0.0044247787610619],[594,0.0044247787610619],[595,0.0044247787610619],[596,0.0044247787610619],[597,0.0044247787610619],[598,0.0044247787610619],[599,0.0044247787610619],[600,0.0044247787610619],[601,0.0044247787610619],[602,0.0044247787610619],[603,0.0044247787610619],[604,0.0044247787610619],[605,0.0044247787610619],[606,0.0044247787610619],[607,0.0044247787610619],[608,0.0044247787610619],[609,0.0044247787610619],[610,0.0044247787610619],[611,0.0044247787610619],[612,0.0044247787610619],[613,0.0044247787610619],[614,0.0044247787610619],[615,0.0044247787610619],[616,0.0044247787610619],[617,0.0044247787610619],[618,0.0044247787610619],[619,0.0044247787610619],[620,0.0044247787610619],[621,0.0044247787610619],[622,0.0044247787610619],[623,0.0044247787610619],[624,0.0044247787610619],[625,0.0044247787610619],[276,0.025],[277,0.025],[278,0.025],[279,0.025],[280,0.025],[281,0.025],[282,0.025],[283,0.025],[284,0.025],[285,0.025],[286,0.025],[287,0.025],[288,0.025],[289,0.025],[290,0.025],[291,0.025],[292,0.025],[293,0.025],[294,0.025],[295,0.025],[296,0.025],[297,0.025],[298,0.025],[299,0.025],[300,0.025],[301,0.025],[302,0.025],[303,0.025],[304,0.025],[305,0.025],[306,0.025],[307,0.025],[308,0.025],[309,0.025],[310,0.025],[311,0.025],[312,0.025],[313,0.025],[314,0.025],[315,0.025],[400,0.0014285714285714],[401,0.0014285714285714],[402,0.0014285714285714],[403,0.0014285714285714],[404,0.0014285714285714],[405,0.0014285714285714],[406,0.0014285714285714],[407,0.0014285714285714],[408,0.0014285714285714],[409,0.0014285714285714],[410,0.0014285714285714],[411,0.0014285714285714],[412,0.0014285714285714],[413,0.0014285714285714],[414,0.0014285714285714],[415,0.0014285714285714],[416,0.0014285714285714],[417,0.0014285714285714],[418,0.0014285714285714],[419,0.0014285714285714],[420,0.0014285714285714],[421,0.0014285714285714],[422,0.0014285714285714],[423,0.0014285714285714],[424,0.0014285714285714],[425,0.0014285714285714],[426,0.0014285714285714],[427,0.0014285714285714],[428,0.0014285714285714],[429,0.0014285714285714],[430,0.0014285714285714],[431,0.0014285714285714],[432,0.0014285714285714],[433,0.0014285714285714],[434,0.0014285714285714],[435,0.0014285714285714],[436,0.0014285714285714],[437,0.0014285714285714],[438,0.0014285714285714],[439,0.0014285714285714],[440,0.0014285714285714],[441,0.0014285714285714],[442,0.0014285714285714],[443,0.0014285714285714],[444,0.0014285714285714],[445,0.0014285714285714],[446,0.0014285714285714],[447,0.0014285714285714],[448,0.0014285714285714],[449,0.0014285714285714],[450,0.0014285714285714],[451,0.0014285714285714],[452,0.0014285714285714],[453,0.0014285714285714],[454,0.0014285714285714],[455,0.0014285714285714],[456,0.0014285714285714],[457,0.0014285714285714],[458,0.0014285714285714],[459,0.0014285714285714],[460,0.0014285714285714],[461,0.0014285714285714],[462,0.0014285714285714],[463,0.0014285714285714],[464,0.0014285714285714],[465,0.0014285714285714],[466,0.0014285714285714],[467,0.0014285714285714],[468,0.0014285714285714],[469,0.0014285714285714],[470,0.0014285714285714],[471,0.0014285714285714],[472,0.0014285714285714],[473,0.0014285714285714],[474,0.0014285714285714],[475,0.0014285714285714],[476,0.0014285714285714],[477,0.0014285714285714],[478,0.0014285714285714],[479,0.0014285714285714],[480,0.0014285714285714],[481,0.0014285714285714],[482,0.0014285714285714],[483,0.0014285714285714],[484,0.0014285714285714],[485,0.0014285714285714],[486,0.0014285714285714],[487,0.0014285714285714],[488,0.0014285714285714],[489,0.0014285714285714],[490,0.0014285714285714],[491,0.0014285714285714],[492,0.0014285714285714],[493,0.0014285714285714],[494,0.0014285714285714],[495,0.0014285714285714],[496,0.0014285714285714],[497,0.0014285714285714],[498,0.0014285714285714],[499,0.0014285714285714],[500,0.0014285714285714],[501,0.0014285714285714],[502,0.0014285714285714],[503,0.0014285714285714],[504,0.0014285714285714],[505,0.0014285714285714],[506,0.0014285714285714],[507,0.0014285714285714],[508,0.0014285714285714],[509,0.0014285714285714],[510,0.0014285714285714],[511,0.0014285714285714],[512,0.0014285714285714],[513,0.0014285714285714],[514,0.0014285714285714],[515,0.0014285714285714],[516,0.0014285714285714],[517,0.0014285714285714],[518,0.0014285714285714],[519,0.0014285714285714],[520,0.0014285714285714],[521,0.0014285714285714],[522,0.0014285714285714],[523,0.0014285714285714],[524,0.0014285714285714],[525,0.0014285714285714],[526,0.0014285714285714],[527,0.0014285714285714],[528,0.0014285714285714],[529,0.0014285714285714],[530,0.0014285714285714],[531,0.0014285714285714],[532,0.0014285714285714],[533,0.0014285714285714],[534,0.0014285714285714],[535,0.0014285714285714],[536,0.0014285714285714],[537,0.0014285714285714],[538,0.0014285714285714],[539,0.0014285714285714],[540,0.0014285714285714],[541,0.0014285714285714],[542,0.0014285714285714],[543,0.0014285714285714],[544,0.0014285714285714],[545,0.0014285714285714],[546,0.0014285714285714],[547,0.0014285714285714],[548,0.0014285714285714],[549,0.0014285714285714],[550,0.0014285714285714],[551,0.0014285714285714],[552,0.0014285714285714],[553,0.0014285714285714],[554,0.0014285714285714],[555,0.0014285714285714],[556,0.0014285714285714],[557,0.0014285714285714],[558,0.0014285714285714],[559,0.0014285714285714],[560,0.0014285714285714],[561,0.0014285714285714],[562,0.0014285714285714],[563,0.0014285714285714],[564,0.0014285714285714],[565,0.0014285714285714],[566,0.0014285714285714],[567,0.0014285714285714],[568,0.0014285714285714],[569,0.0014285714285714],[570,0.0014285714285714],[571,0.0014285714285714],[572,0.0014285714285714],[573,0.0014285714285714],[574,0.0014285714285714],[575,0.0014285714285714],[576,0.0014285714285714],[577,0.0014285714285714],[578,0.0014285714285714],[579,0.0014285714285714],[580,0.0014285714285714],[581,0.0014285714285714],[582,0.0014285714285714],[583,0.0014285714285714],[584,0.0014285714285714],[585,0.0014285714285714],[586,0.0014285714285714],[587,0.0014285714285714],[588,0.0014285714285714],[589,0.0014285714285714],[590,0.0014285714285714],[591,0.0014285714285714],[592,0.0014285714285714],[593,0.0014285714285714],[594,0.0014285714285714],[595,0.0014285714285714],[596,0.0014285714285714],[597,0.0014285714285714],[598,0.0014285714285714],[599,0.0014285714285714],[600,0.0014285714285714],[601,0.0014285714285714],[602,0.0014285714285714],[603,0.0014285714285714],[604,0.0014285714285714],[605,0.0014285714285714],[606,0.0014285714285714],[607,0.0014285714285714],[608,0.0014285714285714],[609,0.0014285714285714],[610,0.0014285714285714],[611,0.0014285714285714],[612,0.0014285714285714],[613,0.0014285714285714],[614,0.0014285714285714],[615,0.0014285714285714],[616,0.0014285714285714],[617,0.0014285714285714],[618,0.0014285714285714],[619,0.0014285714285714],[620,0.0014285714285714],[621,0.0014285714285714],[622,0.0014285714285714],[623,0.0014285714285714],[624,0.0014285714285714],[625,0.0014285714285714],[626,0.0014285714285714],[627,0.0014285714285714],[628,0.0014285714285714],[629,0.0014285714285714],[630,0.0014285714285714],[631,0.0014285714285714],[632,0.0014285714285714],[633,0.0014285714285714],[634,0.0014285714285714],[635,0.0014285714285714],[636,0.0014285714285714],[637,0.0014285714285714],[638,0.0014285714285714],[639,0.0014285714285714],[640,0.0014285714285714],[641,0.0014285714285714],[642,0.0014285714285714],[643,0.0014285714285714],[644,0.0014285714285714],[645,0.0014285714285714],[646,0.0014285714285714],[647,0.0014285714285714],[648,0.0014285714285714],[649,0.0014285714285714],[650,0.0014285714285714],[651,0.0014285714285714],[652,0.0014285714285714],[653,0.0014285714285714],[654,0.0014285714285714],[655,0.0014285714285714],[656,0.0014285714285714],[657,0.0014285714285714],[658,0.0014285714285714],[659,0.0014285714285714],[660,0.0014285714285714],[661,0.0014285714285714],[662,0.0014285714285714],[663,0.0014285714285714],[664,0.0014285714285714],[665,0.0014285714285714],[666,0.0014285714285714],[667,0.0014285714285714],[668,0.0014285714285714],[669,0.0014285714285714],[670,0.0014285714285714],[671,0.0014285714285714],[672,0.0014285714285714],[673,0.0014285714285714],[674,0.0014285714285714],[675,0.0014285714285714],[676,0.0014285714285714],[677,0.0014285714285714],[678,0.0014285714285714],[679,0.0014285714285714],[680,0.0014285714285714],[681,0.0014285714285714],[682,0.0014285714285714],[683,0.0014285714285714],[684,0.0014285714285714],[685,0.0014285714285714],[686,0.0014285714285714],[687,0.0014285714285714],[688,0.0014285714285714],[689,0.0014285714285714],[690,0.0014285714285714],[691,0.0014285714285714],[692,0.0014285714285714],[693,0.0014285714285714],[694,0.0014285714285714],[695,0.0014285714285714],[696,0.0014285714285714],[697,0.0014285714285714],[698,0.0014285714285714],[699,0.0014285714285714],[700,0.0014285714285714],[701,0.0014285714285714],[702,0.0014285714285714],[703,0.0014285714285714],[704,0.0014285714285714],[705,0.0014285714285714],[706,0.0014285714285714],[707,0.0014285714285714],[708,0.0014285714285714],[709,0.0014285714285714],[710,0.0014285714285714],[711,0.0014285714285714],[712,0.0014285714285714],[713,0.0014285714285714],[714,0.0014285714285714],[715,0.0014285714285714],[716,0.0014285714285714],[717,0.0014285714285714],[718,0.0014285714285714],[719,0.0014285714285714],[720,0.0014285714285714],[721,0.0014285714285714],[722,0.0014285714285714],[723,0.0014285714285714],[724,0.0014285714285714],[725,0.0014285714285714],[726,0.0014285714285714],[727,0.0014285714285714],[728,0.0014285714285714],[729,0.0014285714285714],[730,0.0014285714285714],[731,0.0014285714285714],[732,0.0014285714285714],[733,0.0014285714285714],[734,0.0014285714285714],[735,0.0014285714285714],[736,0.0014285714285714],[737,0.0014285714285714],[738,0.0014285714285714],[739,0.0014285714285714],[740,0.0014285714285714],[741,0.0014285714285714],[742,0.0014285714285714],[743,0.0014285714285714],[744,0.0014285714285714],[745,0.0014285714285714],[746,0.0014285714285714],[747,0.0014285714285714],[748,0.0014285714285714],[749,0.0014285714285714],[750,0.0014285714285714],[751,0.0014285714285714],[752,0.0014285714285714],[753,0.0014285714285714],[754,0.0014285714285714],[755,0.0014285714285714],[756,0.0014285714285714],[757,0.0014285714285714],[758,0.0014285714285714],[759,0.0014285714285714],[760,0.0014285714285714],[761,0.0014285714285714],[762,0.0014285714285714],[763,0.0014285714285714],[764,0.0014285714285714],[765,0.0014285714285714],[766,0.0014285714285714],[767,0.0014285714285714],[768,0.0014285714285714],[769,0.0014285714285714],[770,0.0014285714285714],[771,0.0014285714285714],[772,0.0014285714285714],[773,0.0014285714285714],[774,0.0014285714285714],[775,0.0014285714285714],[776,0.0014285714285714],[777,0.0014285714285714],[778,0.0014285714285714],[779,0.0014285714285714],[780,0.0014285714285714],[781,0.0014285714285714],[782,0.0014285714285714],[783,0.0014285714285714],[784,0.0014285714285714],[785,0.0014285714285714],[786,0.0014285714285714],[787,0.0014285714285714],[788,0.0014285714285714],[789,0.0014285714285714],[790,0.0014285714285714],[791,0.0014285714285714],[792,0.0014285714285714],[793,0.0014285714285714],[794,0.0014285714285714],[795,0.0014285714285714],[796,0.0014285714285714],[797,0.0014285714285714],[798,0.0014285714285714],[799,0.0014285714285714],[10,0.16666666666667],[11,0.16666666666667],[12,0.16666666666667],[13,0.16666666666667],[14,0.16666666666667],[15,0.16666666666667],[-140,0.5],[-139,0.5],[-145,0.33333333333333],[-144,0.33333333333333],[-143,0.33333333333333],[566,0.00625],[567,0.00625],[568,0.00625],[569,0.00625],[570,0.00625],[571,0.00625],[572,0.00625],[573,0.00625],[574,0.00625],[575,0.00625],[576,0.00625],[577,0.00625],[578,0.00625],[579,0.00625],[580,0.00625],[581,0.00625],[582,0.00625],[583,0.00625],[584,0.00625],[585,0.00625],[586,0.00625],[587,0.00625],[588,0.00625],[589,0.00625],[590,0.00625],[591,0.00625],[592,0.00625],[593,0.00625],[594,0.00625],[595,0.00625],[596,0.00625],[597,0.00625],[598,0.00625],[599,0.00625],[600,0.00625],[601,0.00625],[602,0.00625],[603,0.00625],[604,0.00625],[605,0.00625],[606,0.00625],[607,0.00625],[608,0.00625],[609,0.00625],[610,0.00625],[611,0.00625],[612,0.00625],[613,0.00625],[614,0.00625],[615,0.00625],[616,0.00625],[617,0.00625],[618,0.00625],[619,0.00625],[620,0.00625],[621,0.00625],[622,0.00625],[623,0.00625],[624,0.00625],[625,0.00625],[626,0.00625],[627,0.00625],[628,0.00625],[629,0.00625],[630,0.00625],[631,0.00625],[632,0.00625],[633,0.00625],[634,0.00625],[635,0.00625],[636,0.00625],[637,0.00625],[638,0.00625],[639,0.00625],[640,0.00625],[641,0.00625],[642,0.00625],[643,0.00625],[644,0.00625],[645,0.00625],[646,0.00625],[647,0.00625],[648,0.00625],[649,0.00625],[650,0.00625],[651,0.00625],[652,0.00625],[653,0.00625],[654,0.00625],[655,0.00625],[656,0.00625],[657,0.00625],[658,0.00625],[659,0.00625],[660,0.00625],[661,0.00625],[662,0.00625],[663,0.00625],[664,0.00625],[665,0.00625],[666,0.00625],[667,0.00625],[668,0.00625],[669,0.00625],[670,0.00625],[671,0.00625],[672,0.00625],[673,0.00625],[674,0.00625],[675,0.00625],[676,0.00625],[677,0.00625],[678,0.00625],[679,0.00625],[680,0.00625],[681,0.00625],[682,0.00625],[683,0.00625],[684,0.00625],[685,0.00625],[686,0.00625],[687,0.00625],[688,0.00625],[689,0.00625],[690,0.00625],[691,0.00625],[692,0.00625],[693,0.00625],[694,0.00625],[695,0.00625],[696,0.00625],[697,0.00625],[698,0.00625],[699,0.00625],[700,0.00625],[701,0.00625],[702,0.00625],[703,0.00625],[704,0.00625],[705,0.00625],[706,0.00625],[707,0.00625],[708,0.00625],[709,0.00625],[710,0.00625],[711,0.00625],[712,0.00625],[713,0.00625],[714,0.00625],[715,0.00625],[716,0.00625],[717,0.00625],[718,0.00625],[719,0.00625],[720,0.00625],[721,0.00625],[722,0.00625],[723,0.00625],[724,0.00625],[725,0.00625],[385,0.027777777777778],[386,0.027777777777778],[387,0.027777777777778],[388,0.027777777777778],[389,0.027777777777778],[390,0.027777777777778],[391,0.027777777777778],[392,0.027777777777778],[393,0.027777777777778],[394,0.027777777777778],[395,0.027777777777778],[396,0.027777777777778],[397,0.027777777777778],[398,0.027777777777778],[399,0.027777777777778],[400,0.027777777777778],[401,0.027777777777778],[402,0.027777777777778],[403,0.027777777777778],[404,0.027777777777778],[405,0.027777777777778],[406,0.027777777777778],[407,0.027777777777778],[408,0.027777777777778],[409,0.027777777777778],[410,0.027777777777778],[411,0.027777777777778],[412,0.027777777777778],[413,0.027777777777778],[414,0.027777777777778],[415,0.027777777777778],[416,0.027777777777778],[417,0.027777777777778],[418,0.027777777777778],[419,0.027777777777778],[420,0.027777777777778],[385,0.027777777777778],[386,0.027777777777778],[387,0.027777777777778],[388,0.027777777777778],[389,0.027777777777778],[390,0.027777777777778],[391,0.027777777777778],[392,0.027777777777778],[393,0.027777777777778],[394,0.027777777777778],[395,0.027777777777778],[396,0.027777777777778],[397,0.027777777777778],[398,0.027777777777778],[399,0.027777777777778],[400,0.027777777777778],[401,0.027777777777778],[402,0.027777777777778],[403,0.027777777777778],[404,0.027777777777778],[405,0.027777777777778],[406,0.027777777777778],[407,0.027777777777778],[408,0.027777777777778],[409,0.027777777777778],[410,0.027777777777778],[411,0.027777777777778],[412,0.027777777777778],[413,0.027777777777778],[414,0.027777777777778],[415,0.027777777777778],[416,0.027777777777778],[417,0.027777777777778],[418,0.027777777777778],[419,0.027777777777778],[420,0.027777777777778],[196,0.11111111111111],[197,0.11111111111111],[198,0.11111111111111],[199,0.11111111111111],[200,0.11111111111111],[201,0.11111111111111],[202,0.11111111111111],[203,0.11111111111111],[204,0.11111111111111],[144,0.0625],[145,0.0625],[146,0.0625],[147,0.0625],[148,0.0625],[149,0.0625],[150,0.0625],[151,0.0625],[152,0.0625],[153,0.0625],[154,0.0625],[155,0.0625],[156,0.0625],[157,0.0625],[158,0.0625],[159,0.0625],[-153,0.16666666666667],[-152,0.16666666666667],[-151,0.16666666666667],[-150,0.16666666666667],[-149,0.16666666666667],[-148,0.16666666666667],[1,0.0050251256281407],[2,0.0050251256281407],[3,0.0050251256281407],[4,0.0050251256281407],[5,0.0050251256281407],[6,0.0050251256281407],[7,0.0050251256281407],[8,0.0050251256281407],[9,0.0050251256281407],[10,0.0050251256281407],[11,0.0050251256281407],[12,0.0050251256281407],[13,0.0050251256281407],[14,0.0050251256281407],[15,0.0050251256281407],[16,0.0050251256281407],[17,0.0050251256281407],[18,0.0050251256281407],[19,0.0050251256281407],[20,0.0050251256281407],[21,0.0050251256281407],[22,0.0050251256281407],[23,0.0050251256281407],[24,0.0050251256281407],[25,0.0050251256281407],[26,0.0050251256281407],[27,0.0050251256281407],[28,0.0050251256281407],[29,0.0050251256281407],[30,0.0050251256281407],[31,0.0050251256281407],[32,0.0050251256281407],[33,0.0050251256281407],[34,0.0050251256281407],[35,0.0050251256281407],[36,0.0050251256281407],[37,0.0050251256281407],[38,0.0050251256281407],[39,0.0050251256281407],[40,0.0050251256281407],[41,0.0050251256281407],[42,0.0050251256281407],[43,0.0050251256281407],[44,0.0050251256281407],[45,0.0050251256281407],[46,0.0050251256281407],[47,0.0050251256281407],[48,0.0050251256281407],[49,0.0050251256281407],[50,0.0050251256281407],[51,0.0050251256281407],[52,0.0050251256281407],[53,0.0050251256281407],[54,0.0050251256281407],[55,0.0050251256281407],[56,0.0050251256281407],[57,0.0050251256281407],[58,0.0050251256281407],[59,0.0050251256281407],[60,0.0050251256281407],[61,0.0050251256281407],[62,0.0050251256281407],[63,0.0050251256281407],[64,0.0050251256281407],[65,0.0050251256281407],[66,0.0050251256281407],[67,0.0050251256281407],[68,0.0050251256281407],[69,0.0050251256281407],[70,0.0050251256281407],[71,0.0050251256281407],[72,0.0050251256281407],[73,0.0050251256281407],[74,0.0050251256281407],[75,0.0050251256281407],[76,0.0050251256281407],[77,0.0050251256281407],[78,0.0050251256281407],[79,0.0050251256281407],[80,0.0050251256281407],[81,0.0050251256281407],[82,0.0050251256281407],[83,0.0050251256281407],[84,0.0050251256281407],[85,0.0050251256281407],[86,0.0050251256281407],[87,0.0050251256281407],[88,0.0050251256281407],[89,0.0050251256281407],[90,0.0050251256281407],[91,0.0050251256281407],[92,0.0050251256281407],[93,0.0050251256281407],[94,0.0050251256281407],[95,0.0050251256281407],[96,0.0050251256281407],[97,0.0050251256281407],[98,0.0050251256281407],[99,0.0050251256281407],[100,0.0050251256281407],[101,0.0050251256281407],[102,0.0050251256281407],[103,0.0050251256281407],[104,0.0050251256281407],[105,0.0050251256281407],[106,0.0050251256281407],[107,0.0050251256281407],[108,0.0050251256281407],[109,0.0050251256281407],[110,0.0050251256281407],[111,0.0050251256281407],[112,0.0050251256281407],[113,0.0050251256281407],[114,0.0050251256281407],[115,0.0050251256281407],[116,0.0050251256281407],[117,0.0050251256281407],[118,0.0050251256281407],[119,0.0050251256281407],[120,0.0050251256281407],[121,0.0050251256281407],[122,0.0050251256281407],[123,0.0050251256281407],[124,0.0050251256281407],[125,0.0050251256281407],[126,0.0050251256281407],[127,0.0050251256281407],[128,0.0050251256281407],[129,0.0050251256281407],[130,0.0050251256281407],[131,0.0050251256281407],[132,0.0050251256281407],[133,0.0050251256281407],[134,0.0050251256281407],[135,0.0050251256281407],[136,0.0050251256281407],[137,0.0050251256281407],[138,0.0050251256281407],[139,0.0050251256281407],[140,0.0050251256281407],[141,0.0050251256281407],[142,0.0050251256281407],[143,0.0050251256281407],[144,0.0050251256281407],[145,0.0050251256281407],[146,0.0050251256281407],[147,0.0050251256281407],[148,0.0050251256281407],[149,0.0050251256281407],[150,0.0050251256281407],[151,0.0050251256281407],[152,0.0050251256281407],[153,0.0050251256281407],[154,0.0050251256281407],[155,0.0050251256281407],[156,0.0050251256281407],[157,0.0050251256281407],[158,0.0050251256281407],[159,0.0050251256281407],[160,0.0050251256281407],[161,0.0050251256281407],[162,0.0050251256281407],[163,0.0050251256281407],[164,0.0050251256281407],[165,0.0050251256281407],[166,0.0050251256281407],[167,0.0050251256281407],[168,0.0050251256281407],[169,0.0050251256281407],[170,0.0050251256281407],[171,0.0050251256281407],[172,0.0050251256281407],[173,0.0050251256281407],[174,0.0050251256281407],[175,0.0050251256281407],[176,0.0050251256281407],[177,0.0050251256281407],[178,0.0050251256281407],[179,0.0050251256281407],[180,0.0050251256281407],[181,0.0050251256281407],[182,0.0050251256281407],[183,0.0050251256281407],[184,0.0050251256281407],[185,0.0050251256281407],[186,0.0050251256281407],[187,0.0050251256281407],[188,0.0050251256281407],[189,0.0050251256281407],[190,0.0050251256281407],[191,0.0050251256281407],[192,0.0050251256281407],[193,0.0050251256281407],[194,0.0050251256281407],[195,0.0050251256281407],[196,0.0050251256281407],[197,0.0050251256281407],[198,0.0050251256281407],[199,0.0050251256281407],[138,0.1],[139,0.1],[140,0.1],[141,0.1],[142,0.1],[143,0.1],[144,0.1],[145,0.1],[146,0.1],[147,0.1],[100,0.005],[101,0.005],[102,0.005],[103,0.005],[104,0.005],[105,0.005],[106,0.005],[107,0.005],[108,0.005],[109,0.005],[110,0.005],[111,0.005],[112,0.005],[113,0.005],[114,0.005],[115,0.005],[116,0.005],[117,0.005],[118,0.005],[119,0.005],[120,0.005],[121,0.005],[122,0.005],[123,0.005],[124,0.005],[125,0.005],[126,0.005],[127,0.005],[128,0.005],[129,0.005],[130,0.005],[131,0.005],[132,0.005],[133,0.005],[134,0.005],[135,0.005],[136,0.005],[137,0.005],[138,0.005],[139,0.005],[140,0.005],[141,0.005],[142,0.005],[143,0.005],[144,0.005],[145,0.005],[146,0.005],[147,0.005],[148,0.005],[149,0.005],[150,0.005],[151,0.005],[152,0.005],[153,0.005],[154,0.005],[155,0.005],[156,0.005],[157,0.005],[158,0.005],[159,0.005],[160,0.005],[161,0.005],[162,0.005],[163,0.005],[164,0.005],[165,0.005],[166,0.005],[167,0.005],[168,0.005],[169,0.005],[170,0.005],[171,0.005],[172,0.005],[173,0.005],[174,0.005],[175,0.005],[176,0.005],[177,0.005],[178,0.005],[179,0.005],[180,0.005],[181,0.005],[182,0.005],[183,0.005],[184,0.005],[185,0.005],[186,0.005],[187,0.005],[188,0.005],[189,0.005],[190,0.005],[191,0.005],[192,0.005],[193,0.005],[194,0.005],[195,0.005],[196,0.005],[197,0.005],[198,0.005],[199,0.005],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[-128,0.010869565217391],[-127,0.010869565217391],[-126,0.010869565217391],[-125,0.010869565217391],[-124,0.010869565217391],[-123,0.010869565217391],[-122,0.010869565217391],[-121,0.010869565217391],[-120,0.010869565217391],[-119,0.010869565217391],[-118,0.010869565217391],[-117,0.010869565217391],[-116,0.010869565217391],[-115,0.010869565217391],[-114,0.010869565217391],[-113,0.010869565217391],[-112,0.010869565217391],[-111,0.010869565217391],[-110,0.010869565217391],[-109,0.010869565217391],[-108,0.010869565217391],[-107,0.010869565217391],[-106,0.010869565217391],[-105,0.010869565217391],[-104,0.010869565217391],[-103,0.010869565217391],[-102,0.010869565217391],[-101,0.010869565217391],[-100,0.010869565217391],[-99,0.010869565217391],[-98,0.010869565217391],[-97,0.010869565217391],[-96,0.010869565217391],[-95,0.010869565217391],[-94,0.010869565217391],[-93,0.010869565217391],[-92,0.010869565217391],[-91,0.010869565217391],[-90,0.010869565217391],[-89,0.010869565217391],[-88,0.010869565217391],[-87,0.010869565217391],[-86,0.010869565217391],[-85,0.010869565217391],[-84,0.010869565217391],[-83,0.010869565217391],[-82,0.010869565217391],[-81,0.010869565217391],[-80,0.010869565217391],[-79,0.010869565217391],[-78,0.010869565217391],[-77,0.010869565217391],[-76,0.010869565217391],[-75,0.010869565217391],[-74,0.010869565217391],[-73,0.010869565217391],[-72,0.010869565217391],[-71,0.010869565217391],[-70,0.010869565217391],[-69,0.010869565217391],[-68,0.010869565217391],[-67,0.010869565217391],[-66,0.010869565217391],[-65,0.010869565217391],[-64,0.010869565217391],[-63,0.010869565217391],[-62,0.010869565217391],[-61,0.010869565217391],[-60,0.010869565217391],[-59,0.010869565217391],[-58,0.010869565217391],[-57,0.010869565217391],[-56,0.010869565217391],[-55,0.010869565217391],[-54,0.010869565217391],[-53,0.010869565217391],[-52,0.010869565217391],[-51,0.010869565217391],[-50,0.010869565217391],[-49,0.010869565217391],[-48,0.010869565217391],[-47,0.010869565217391],[-46,0.010869565217391],[-45,0.010869565217391],[-44,0.010869565217391],[-43,0.010869565217391],[-42,0.010869565217391],[-41,0.010869565217391],[-40,0.010869565217391],[-39,0.010869565217391],[-38,0.010869565217391],[-37,0.010869565217391],[100,0.005],[101,0.005],[102,0.005],[103,0.005],[104,0.005],[105,0.005],[106,0.005],[107,0.005],[108,0.005],[109,0.005],[110,0.005],[111,0.005],[112,0.005],[113,0.005],[114,0.005],[115,0.005],[116,0.005],[117,0.005],[118,0.005],[119,0.005],[120,0.005],[121,0.005],[122,0.005],[123,0.005],[124,0.005],[125,0.005],[126,0.005],[127,0.005],[128,0.005],[129,0.005],[130,0.005],[131,0.005],[132,0.005],[133,0.005],[134,0.005],[135,0.005],[136,0.005],[137,0.005],[138,0.005],[139,0.005],[140,0.005],[141,0.005],[142,0.005],[143,0.005],[144,0.005],[145,0.005],[146,0.005],[147,0.005],[148,0.005],[149,0.005],[150,0.005],[151,0.005],[152,0.005],[153,0.005],[154,0.005],[155,0.005],[156,0.005],[157,0.005],[158,0.005],[159,0.005],[160,0.005],[161,0.005],[162,0.005],[163,0.005],[164,0.005],[165,0.005],[166,0.005],[167,0.005],[168,0.005],[169,0.005],[170,0.005],[171,0.005],[172,0.005],[173,0.005],[174,0.005],[175,0.005],[176,0.005],[177,0.005],[178,0.005],[179,0.005],[180,0.005],[181,0.005],[182,0.005],[183,0.005],[184,0.005],[185,0.005],[186,0.005],[187,0.005],[188,0.005],[189,0.005],[190,0.005],[191,0.005],[192,0.005],[193,0.005],[194,0.005],[195,0.005],[196,0.005],[197,0.005],[198,0.005],[199,0.005],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[245,0.03448275862069],[246,0.03448275862069],[247,0.03448275862069],[248,0.03448275862069],[249,0.03448275862069],[250,0.03448275862069],[251,0.03448275862069],[252,0.03448275862069],[253,0.03448275862069],[254,0.03448275862069],[255,0.03448275862069],[256,0.03448275862069],[257,0.03448275862069],[258,0.03448275862069],[259,0.03448275862069],[260,0.03448275862069],[261,0.03448275862069],[262,0.03448275862069],[263,0.03448275862069],[264,0.03448275862069],[265,0.03448275862069],[266,0.03448275862069],[267,0.03448275862069],[268,0.03448275862069],[269,0.03448275862069],[270,0.03448275862069],[271,0.03448275862069],[272,0.03448275862069],[273,0.03448275862069],[-556,0.014285714285714],[-555,0.014285714285714],[-554,0.014285714285714],[-553,0.014285714285714],[-552,0.014285714285714],[-551,0.014285714285714],[-550,0.014285714285714],[-549,0.014285714285714],[-548,0.014285714285714],[-547,0.014285714285714],[-546,0.014285714285714],[-545,0.014285714285714],[-544,0.014285714285714],[-543,0.014285714285714],[-542,0.014285714285714],[-541,0.014285714285714],[-540,0.014285714285714],[-539,0.014285714285714],[-538,0.014285714285714],[-537,0.014285714285714],[-536,0.014285714285714],[-535,0.014285714285714],[-534,0.014285714285714],[-533,0.014285714285714],[-532,0.014285714285714],[-531,0.014285714285714],[-530,0.014285714285714],[-529,0.014285714285714],[-528,0.014285714285714],[-527,0.014285714285714],[-526,0.014285714285714],[-525,0.014285714285714],[-524,0.014285714285714],[-523,0.014285714285714],[-522,0.014285714285714],[-521,0.014285714285714],[-520,0.014285714285714],[-519,0.014285714285714],[-518,0.014285714285714],[-517,0.014285714285714],[-516,0.014285714285714],[-515,0.014285714285714],[-514,0.014285714285714],[-513,0.014285714285714],[-512,0.014285714285714],[-511,0.014285714285714],[-510,0.014285714285714],[-509,0.014285714285714],[-508,0.014285714285714],[-507,0.014285714285714],[-506,0.014285714285714],[-505,0.014285714285714],[-504,0.014285714285714],[-503,0.014285714285714],[-502,0.014285714285714],[-501,0.014285714285714],[-500,0.014285714285714],[-499,0.014285714285714],[-498,0.014285714285714],[-497,0.014285714285714],[-496,0.014285714285714],[-495,0.014285714285714],[-494,0.014285714285714],[-493,0.014285714285714],[-492,0.014285714285714],[-491,0.014285714285714],[-490,0.014285714285714],[-489,0.014285714285714],[-488,0.014285714285714],[-487,0.014285714285714],[-644,0.0075757575757576],[-643,0.0075757575757576],[-642,0.0075757575757576],[-641,0.0075757575757576],[-640,0.0075757575757576],[-639,0.0075757575757576],[-638,0.0075757575757576],[-637,0.0075757575757576],[-636,0.0075757575757576],[-635,0.0075757575757576],[-634,0.0075757575757576],[-633,0.0075757575757576],[-632,0.0075757575757576],[-631,0.0075757575757576],[-630,0.0075757575757576],[-629,0.0075757575757576],[-628,0.0075757575757576],[-627,0.0075757575757576],[-626,0.0075757575757576],[-625,0.0075757575757576],[-624,0.0075757575757576],[-623,0.0075757575757576],[-622,0.0075757575757576],[-621,0.0075757575757576],[-620,0.0075757575757576],[-619,0.0075757575757576],[-618,0.0075757575757576],[-617,0.0075757575757576],[-616,0.0075757575757576],[-615,0.0075757575757576],[-614,0.0075757575757576],[-613,0.0075757575757576],[-612,0.0075757575757576],[-611,0.0075757575757576],[-610,0.0075757575757576],[-609,0.0075757575757576],[-608,0.0075757575757576],[-607,0.0075757575757576],[-606,0.0075757575757576],[-605,0.0075757575757576],[-604,0.0075757575757576],[-603,0.0075757575757576],[-602,0.0075757575757576],[-601,0.0075757575757576],[-600,0.0075757575757576],[-599,0.0075757575757576],[-598,0.0075757575757576],[-597,0.0075757575757576],[-596,0.0075757575757576],[-595,0.0075757575757576],[-594,0.0075757575757576],[-593,0.0075757575757576],[-592,0.0075757575757576],[-591,0.0075757575757576],[-590,0.0075757575757576],[-589,0.0075757575757576],[-588,0.0075757575757576],[-587,0.0075757575757576],[-586,0.0075757575757576],[-585,0.0075757575757576],[-584,0.0075757575757576],[-583,0.0075757575757576],[-582,0.0075757575757576],[-581,0.0075757575757576],[-580,0.0075757575757576],[-579,0.0075757575757576],[-578,0.0075757575757576],[-577,0.0075757575757576],[-576,0.0075757575757576],[-575,0.0075757575757576],[-574,0.0075757575757576],[-573,0.0075757575757576],[-572,0.0075757575757576],[-571,0.0075757575757576],[-570,0.0075757575757576],[-569,0.0075757575757576],[-568,0.0075757575757576],[-567,0.0075757575757576],[-566,0.0075757575757576],[-565,0.0075757575757576],[-564,0.0075757575757576],[-563,0.0075757575757576],[-562,0.0075757575757576],[-561,0.0075757575757576],[-560,0.0075757575757576],[-559,0.0075757575757576],[-558,0.0075757575757576],[-557,0.0075757575757576],[-556,0.0075757575757576],[-555,0.0075757575757576],[-554,0.0075757575757576],[-553,0.0075757575757576],[-552,0.0075757575757576],[-551,0.0075757575757576],[-550,0.0075757575757576],[-549,0.0075757575757576],[-548,0.0075757575757576],[-547,0.0075757575757576],[-546,0.0075757575757576],[-545,0.0075757575757576],[-544,0.0075757575757576],[-543,0.0075757575757576],[-542,0.0075757575757576],[-541,0.0075757575757576],[-540,0.0075757575757576],[-539,0.0075757575757576],[-538,0.0075757575757576],[-537,0.0075757575757576],[-536,0.0075757575757576],[-535,0.0075757575757576],[-534,0.0075757575757576],[-533,0.0075757575757576],[-532,0.0075757575757576],[-531,0.0075757575757576],[-530,0.0075757575757576],[-529,0.0075757575757576],[-528,0.0075757575757576],[-527,0.0075757575757576],[-526,0.0075757575757576],[-525,0.0075757575757576],[-524,0.0075757575757576],[-523,0.0075757575757576],[-522,0.0075757575757576],[-521,0.0075757575757576],[-520,0.0075757575757576],[-519,0.0075757575757576],[-518,0.0075757575757576],[-517,0.0075757575757576],[-516,0.0075757575757576],[-515,0.0075757575757576],[-514,0.0075757575757576],[-513,0.0075757575757576],[-539,0.16666666666667],[-538,0.16666666666667],[-537,0.16666666666667],[-536,0.16666666666667],[-535,0.16666666666667],[-534,0.16666666666667],[-549,0.015873015873016],[-548,0.015873015873016],[-547,0.015873015873016],[-546,0.015873015873016],[-545,0.015873015873016],[-544,0.015873015873016],[-543,0.015873015873016],[-542,0.015873015873016],[-541,0.015873015873016],[-540,0.015873015873016],[-539,0.015873015873016],[-538,0.015873015873016],[-537,0.015873015873016],[-536,0.015873015873016],[-535,0.015873015873016],[-534,0.015873015873016],[-533,0.015873015873016],[-532,0.015873015873016],[-531,0.015873015873016],[-530,0.015873015873016],[-529,0.015873015873016],[-528,0.015873015873016],[-527,0.015873015873016],[-526,0.015873015873016],[-525,0.015873015873016],[-524,0.015873015873016],[-523,0.015873015873016],[-522,0.015873015873016],[-521,0.015873015873016],[-520,0.015873015873016],[-519,0.015873015873016],[-518,0.015873015873016],[-517,0.015873015873016],[-516,0.015873015873016],[-515,0.015873015873016],[-514,0.015873015873016],[-513,0.015873015873016],[-512,0.015873015873016],[-511,0.015873015873016],[-510,0.015873015873016],[-509,0.015873015873016],[-508,0.015873015873016],[-507,0.015873015873016],[-506,0.015873015873016],[-505,0.015873015873016],[-504,0.015873015873016],[-503,0.015873015873016],[-502,0.015873015873016],[-501,0.015873015873016],[-500,0.015873015873016],[-499,0.015873015873016],[-498,0.015873015873016],[-497,0.015873015873016],[-496,0.015873015873016],[-495,0.015873015873016],[-494,0.015873015873016],[-493,0.015873015873016],[-492,0.015873015873016],[-491,0.015873015873016],[-490,0.015873015873016],[-489,0.015873015873016],[-488,0.015873015873016],[-487,0.015873015873016],[-705,0.023809523809524],[-704,0.023809523809524],[-703,0.023809523809524],[-702,0.023809523809524],[-701,0.023809523809524],[-700,0.023809523809524],[-699,0.023809523809524],[-698,0.023809523809524],[-697,0.023809523809524],[-696,0.023809523809524],[-695,0.023809523809524],[-694,0.023809523809524],[-693,0.023809523809524],[-692,0.023809523809524],[-691,0.023809523809524],[-690,0.023809523809524],[-689,0.023809523809524],[-688,0.023809523809524],[-687,0.023809523809524],[-686,0.023809523809524],[-685,0.023809523809524],[-684,0.023809523809524],[-683,0.023809523809524],[-682,0.023809523809524],[-681,0.023809523809524],[-680,0.023809523809524],[-679,0.023809523809524],[-678,0.023809523809524],[-677,0.023809523809524],[-676,0.023809523809524],[-675,0.023809523809524],[-674,0.023809523809524],[-673,0.023809523809524],[-672,0.023809523809524],[-671,0.023809523809524],[-670,0.023809523809524],[-669,0.023809523809524],[-668,0.023809523809524],[-667,0.023809523809524],[-666,0.023809523809524],[-665,0.023809523809524],[-664,0.023809523809524],[-570,0.058823529411765],[-569,0.058823529411765],[-568,0.058823529411765],[-567,0.058823529411765],[-566,0.058823529411765],[-565,0.058823529411765],[-564,0.058823529411765],[-563,0.058823529411765],[-562,0.058823529411765],[-561,0.058823529411765],[-560,0.058823529411765],[-559,0.058823529411765],[-558,0.058823529411765],[-557,0.058823529411765],[-556,0.058823529411765],[-555,0.058823529411765],[-554,0.058823529411765],[-635,0.055555555555556],[-634,0.055555555555556],[-633,0.055555555555556],[-632,0.055555555555556],[-631,0.055555555555556],[-630,0.055555555555556],[-629,0.055555555555556],[-628,0.055555555555556],[-627,0.055555555555556],[-626,0.055555555555556],[-625,0.055555555555556],[-624,0.055555555555556],[-623,0.055555555555556],[-622,0.055555555555556],[-621,0.055555555555556],[-620,0.055555555555556],[-619,0.055555555555556],[-618,0.055555555555556],[300,0.038461538461538],[301,0.038461538461538],[302,0.038461538461538],[303,0.038461538461538],[304,0.038461538461538],[305,0.038461538461538],[306,0.038461538461538],[307,0.038461538461538],[308,0.038461538461538],[309,0.038461538461538],[310,0.038461538461538],[311,0.038461538461538],[312,0.038461538461538],[313,0.038461538461538],[314,0.038461538461538],[315,0.038461538461538],[316,0.038461538461538],[317,0.038461538461538],[318,0.038461538461538],[319,0.038461538461538],[320,0.038461538461538],[321,0.038461538461538],[322,0.038461538461538],[323,0.038461538461538],[324,0.038461538461538],[325,0.038461538461538],[200,0.01],[201,0.01],[202,0.01],[203,0.01],[204,0.01],[205,0.01],[206,0.01],[207,0.01],[208,0.01],[209,0.01],[210,0.01],[211,0.01],[212,0.01],[213,0.01],[214,0.01],[215,0.01],[216,0.01],[217,0.01],[218,0.01],[219,0.01],[220,0.01],[221,0.01],[222,0.01],[223,0.01],[224,0.01],[225,0.01],[226,0.01],[227,0.01],[228,0.01],[229,0.01],[230,0.01],[231,0.01],[232,0.01],[233,0.01],[234,0.01],[235,0.01],[236,0.01],[237,0.01],[238,0.01],[239,0.01],[240,0.01],[241,0.01],[242,0.01],[243,0.01],[244,0.01],[245,0.01],[246,0.01],[247,0.01],[248,0.01],[249,0.01],[250,0.01],[251,0.01],[252,0.01],[253,0.01],[254,0.01],[255,0.01],[256,0.01],[257,0.01],[258,0.01],[259,0.01],[260,0.01],[261,0.01],[262,0.01],[263,0.01],[264,0.01],[265,0.01],[266,0.01],[267,0.01],[268,0.01],[269,0.01],[270,0.01],[271,0.01],[272,0.01],[273,0.01],[274,0.01],[275,0.01],[276,0.01],[277,0.01],[278,0.01],[279,0.01],[280,0.01],[281,0.01],[282,0.01],[283,0.01],[284,0.01],[285,0.01],[286,0.01],[287,0.01],[288,0.01],[289,0.01],[290,0.01],[291,0.01],[292,0.01],[293,0.01],[294,0.01],[295,0.01],[296,0.01],[297,0.01],[298,0.01],[299,0.01],[-232,0.5],[-231,0.5],[98,0.012820512820513],[99,0.012820512820513],[100,0.012820512820513],[101,0.012820512820513],[102,0.012820512820513],[103,0.012820512820513],[104,0.012820512820513],[105,0.012820512820513],[106,0.012820512820513],[107,0.012820512820513],[108,0.012820512820513],[109,0.012820512820513],[110,0.012820512820513],[111,0.012820512820513],[112,0.012820512820513],[113,0.012820512820513],[114,0.012820512820513],[115,0.012820512820513],[116,0.012820512820513],[117,0.012820512820513],[118,0.012820512820513],[119,0.012820512820513],[120,0.012820512820513],[121,0.012820512820513],[122,0.012820512820513],[123,0.012820512820513],[124,0.012820512820513],[125,0.012820512820513],[126,0.012820512820513],[127,0.012820512820513],[128,0.012820512820513],[129,0.012820512820513],[130,0.012820512820513],[131,0.012820512820513],[132,0.012820512820513],[133,0.012820512820513],[134,0.012820512820513],[135,0.012820512820513],[136,0.012820512820513],[137,0.012820512820513],[138,0.012820512820513],[139,0.012820512820513],[140,0.012820512820513],[141,0.012820512820513],[142,0.012820512820513],[143,0.012820512820513],[144,0.012820512820513],[145,0.012820512820513],[146,0.012820512820513],[147,0.012820512820513],[148,0.012820512820513],[149,0.012820512820513],[150,0.012820512820513],[151,0.012820512820513],[152,0.012820512820513],[153,0.012820512820513],[154,0.012820512820513],[155,0.012820512820513],[156,0.012820512820513],[157,0.012820512820513],[158,0.012820512820513],[159,0.012820512820513],[160,0.012820512820513],[161,0.012820512820513],[162,0.012820512820513],[163,0.012820512820513],[164,0.012820512820513],[165,0.012820512820513],[166,0.012820512820513],[167,0.012820512820513],[168,0.012820512820513],[169,0.012820512820513],[170,0.012820512820513],[171,0.012820512820513],[172,0.012820512820513],[173,0.012820512820513],[174,0.012820512820513],[175,0.012820512820513],[-175,0.019607843137255],[-174,0.019607843137255],[-173,0.019607843137255],[-172,0.019607843137255],[-171,0.019607843137255],[-170,0.019607843137255],[-169,0.019607843137255],[-168,0.019607843137255],[-167,0.019607843137255],[-166,0.019607843137255],[-165,0.019607843137255],[-164,0.019607843137255],[-163,0.019607843137255],[-162,0.019607843137255],[-161,0.019607843137255],[-160,0.019607843137255],[-159,0.019607843137255],[-158,0.019607843137255],[-157,0.019607843137255],[-156,0.019607843137255],[-155,0.019607843137255],[-154,0.019607843137255],[-153,0.019607843137255],[-152,0.019607843137255],[-151,0.019607843137255],[-150,0.019607843137255],[-149,0.019607843137255],[-148,0.019607843137255],[-147,0.019607843137255],[-146,0.019607843137255],[-145,0.019607843137255],[-144,0.019607843137255],[-143,0.019607843137255],[-142,0.019607843137255],[-141,0.019607843137255],[-140,0.019607843137255],[-139,0.019607843137255],[-138,0.019607843137255],[-137,0.019607843137255],[-136,0.019607843137255],[-135,0.019607843137255],[-134,0.019607843137255],[-133,0.019607843137255],[-132,0.019607843137255],[-131,0.019607843137255],[-130,0.019607843137255],[-129,0.019607843137255],[-128,0.019607843137255],[-127,0.019607843137255],[-126,0.019607843137255],[-125,0.019607843137255],[-12,0.5],[-11,0.5],[-125,0.0041322314049587],[-124,0.0041322314049587],[-123,0.0041322314049587],[-122,0.0041322314049587],[-121,0.0041322314049587],[-120,0.0041322314049587],[-119,0.0041322314049587],[-118,0.0041322314049587],[-117,0.0041322314049587],[-116,0.0041322314049587],[-115,0.0041322314049587],[-114,0.0041322314049587],[-113,0.0041322314049587],[-112,0.0041322314049587],[-111,0.0041322314049587],[-110,0.0041322314049587],[-109,0.0041322314049587],[-108,0.0041322314049587],[-107,0.0041322314049587],[-106,0.0041322314049587],[-105,0.0041322314049587],[-104,0.0041322314049587],[-103,0.0041322314049587],[-102,0.0041322314049587],[-101,0.0041322314049587],[-100,0.0041322314049587],[-99,0.0041322314049587],[-98,0.0041322314049587],[-97,0.0041322314049587],[-96,0.0041322314049587],[-95,0.0041322314049587],[-94,0.0041322314049587],[-93,0.0041322314049587],[-92,0.0041322314049587],[-91,0.0041322314049587],[-90,0.0041322314049587],[-89,0.0041322314049587],[-88,0.0041322314049587],[-87,0.0041322314049587],[-86,0.0041322314049587],[-85,0.0041322314049587],[-84,0.0041322314049587],[-83,0.0041322314049587],[-82,0.0041322314049587],[-81,0.0041322314049587],[-80,0.0041322314049587],[-79,0.0041322314049587],[-78,0.0041322314049587],[-77,0.0041322314049587],[-76,0.0041322314049587],[-75,0.0041322314049587],[-74,0.0041322314049587],[-73,0.0041322314049587],[-72,0.0041322314049587],[-71,0.0041322314049587],[-70,0.0041322314049587],[-69,0.0041322314049587],[-68,0.0041322314049587],[-67,0.0041322314049587],[-66,0.0041322314049587],[-65,0.0041322314049587],[-64,0.0041322314049587],[-63,0.0041322314049587],[-62,0.0041322314049587],[-61,0.0041322314049587],[-60,0.0041322314049587],[-59,0.0041322314049587],[-58,0.0041322314049587],[-57,0.0041322314049587],[-56,0.0041322314049587],[-55,0.0041322314049587],[-54,0.0041322314049587],[-53,0.0041322314049587],[-52,0.0041322314049587],[-51,0.0041322314049587],[-50,0.0041322314049587],[-49,0.0041322314049587],[-48,0.0041322314049587],[-47,0.0041322314049587],[-46,0.0041322314049587],[-45,0.0041322314049587],[-44,0.0041322314049587],[-43,0.0041322314049587],[-42,0.0041322314049587],[-41,0.0041322314049587],[-40,0.0041322314049587],[-39,0.0041322314049587],[-38,0.0041322314049587],[-37,0.0041322314049587],[-36,0.0041322314049587],[-35,0.0041322314049587],[-34,0.0041322314049587],[-33,0.0041322314049587],[-32,0.0041322314049587],[-31,0.0041322314049587],[-30,0.0041322314049587],[-29,0.0041322314049587],[-28,0.0041322314049587],[-27,0.0041322314049587],[-26,0.0041322314049587],[-25,0.0041322314049587],[-24,0.0041322314049587],[-23,0.0041322314049587],[-22,0.0041322314049587],[-21,0.0041322314049587],[-20,0.0041322314049587],[-19,0.0041322314049587],[-18,0.0041322314049587],[-17,0.0041322314049587],[-16,0.0041322314049587],[-15,0.0041322314049587],[-14,0.0041322314049587],[-13,0.0041322314049587],[-12,0.0041322314049587],[-11,0.0041322314049587],[-10,0.0041322314049587],[-9,0.0041322314049587],[-8,0.0041322314049587],[-7,0.0041322314049587],[-6,0.0041322314049587],[-5,0.0041322314049587],[-4,0.0041322314049587],[-3,0.0041322314049587],[-2,0.0041322314049587],[-1,0.0041322314049587],[1,0.0041322314049587],[2,0.0041322314049587],[3,0.0041322314049587],[4,0.0041322314049587],[5,0.0041322314049587],[6,0.0041322314049587],[7,0.0041322314049587],[8,0.0041322314049587],[9,0.0041322314049587],[10,0.0041322314049587],[11,0.0041322314049587],[12,0.0041322314049587],[13,0.0041322314049587],[14,0.0041322314049587],[15,0.0041322314049587],[16,0.0041322314049587],[17,0.0041322314049587],[18,0.0041322314049587],[19,0.0041322314049587],[20,0.0041322314049587],[21,0.0041322314049587],[22,0.0041322314049587],[23,0.0041322314049587],[24,0.0041322314049587],[25,0.0041322314049587],[26,0.0041322314049587],[27,0.0041322314049587],[28,0.0041322314049587],[29,0.0041322314049587],[30,0.0041322314049587],[31,0.0041322314049587],[32,0.0041322314049587],[33,0.0041322314049587],[34,0.0041322314049587],[35,0.0041322314049587],[36,0.0041322314049587],[37,0.0041322314049587],[38,0.0041322314049587],[39,0.0041322314049587],[40,0.0041322314049587],[41,0.0041322314049587],[42,0.0041322314049587],[43,0.0041322314049587],[44,0.0041322314049587],[45,0.0041322314049587],[46,0.0041322314049587],[47,0.0041322314049587],[48,0.0041322314049587],[49,0.0041322314049587],[50,0.0041322314049587],[51,0.0041322314049587],[52,0.0041322314049587],[53,0.0041322314049587],[54,0.0041322314049587],[55,0.0041322314049587],[56,0.0041322314049587],[57,0.0041322314049587],[58,0.0041322314049587],[59,0.0041322314049587],[60,0.0041322314049587],[61,0.0041322314049587],[62,0.0041322314049587],[63,0.0041322314049587],[64,0.0041322314049587],[65,0.0041322314049587],[66,0.0041322314049587],[67,0.0041322314049587],[68,0.0041322314049587],[69,0.0041322314049587],[70,0.0041322314049587],[71,0.0041322314049587],[72,0.0041322314049587],[73,0.0041322314049587],[74,0.0041322314049587],[75,0.0041322314049587],[76,0.0041322314049587],[77,0.0041322314049587],[78,0.0041322314049587],[79,0.0041322314049587],[80,0.0041322314049587],[81,0.0041322314049587],[82,0.0041322314049587],[83,0.0041322314049587],[84,0.0041322314049587],[85,0.0041322314049587],[86,0.0041322314049587],[87,0.0041322314049587],[88,0.0041322314049587],[89,0.0041322314049587],[90,0.0041322314049587],[91,0.0041322314049587],[92,0.0041322314049587],[93,0.0041322314049587],[94,0.0041322314049587],[95,0.0041322314049587],[96,0.0041322314049587],[97,0.0041322314049587],[98,0.0041322314049587],[99,0.0041322314049587],[100,0.0041322314049587],[101,0.0041322314049587],[102,0.0041322314049587],[103,0.0041322314049587],[104,0.0041322314049587],[105,0.0041322314049587],[106,0.0041322314049587],[107,0.0041322314049587],[108,0.0041322314049587],[109,0.0041322314049587],[110,0.0041322314049587],[111,0.0041322314049587],[112,0.0041322314049587],[113,0.0041322314049587],[114,0.0041322314049587],[115,0.0041322314049587],[116,0.0041322314049587],[117,0.0041322314049587],[-257,0.015151515151515],[-256,0.015151515151515],[-255,0.015151515151515],[-254,0.015151515151515],[-253,0.015151515151515],[-252,0.015151515151515],[-251,0.015151515151515],[-250,0.015151515151515],[-249,0.015151515151515],[-248,0.015151515151515],[-247,0.015151515151515],[-246,0.015151515151515],[-245,0.015151515151515],[-244,0.015151515151515],[-243,0.015151515151515],[-242,0.015151515151515],[-241,0.015151515151515],[-240,0.015151515151515],[-239,0.015151515151515],[-238,0.015151515151515],[-237,0.015151515151515],[-236,0.015151515151515],[-235,0.015151515151515],[-234,0.015151515151515],[-233,0.015151515151515],[-232,0.015151515151515],[-231,0.015151515151515],[-230,0.015151515151515],[-229,0.015151515151515],[-228,0.015151515151515],[-227,0.015151515151515],[-226,0.015151515151515],[-225,0.015151515151515],[-224,0.015151515151515],[-223,0.015151515151515],[-222,0.015151515151515],[-221,0.015151515151515],[-220,0.015151515151515],[-219,0.015151515151515],[-218,0.015151515151515],[-217,0.015151515151515],[-216,0.015151515151515],[-215,0.015151515151515],[-214,0.015151515151515],[-213,0.015151515151515],[-212,0.015151515151515],[-211,0.015151515151515],[-210,0.015151515151515],[-209,0.015151515151515],[-208,0.015151515151515],[-207,0.015151515151515],[-206,0.015151515151515],[-205,0.015151515151515],[-204,0.015151515151515],[-203,0.015151515151515],[-202,0.015151515151515],[-201,0.015151515151515],[-200,0.015151515151515],[-199,0.015151515151515],[-198,0.015151515151515],[-197,0.015151515151515],[-196,0.015151515151515],[-195,0.015151515151515],[-194,0.015151515151515],[-193,0.015151515151515],[-192,0.015151515151515],[353,0.021276595744681],[354,0.021276595744681],[355,0.021276595744681],[356,0.021276595744681],[357,0.021276595744681],[358,0.021276595744681],[359,0.021276595744681],[360,0.021276595744681],[361,0.021276595744681],[362,0.021276595744681],[363,0.021276595744681],[364,0.021276595744681],[365,0.021276595744681],[366,0.021276595744681],[367,0.021276595744681],[368,0.021276595744681],[369,0.021276595744681],[370,0.021276595744681],[371,0.021276595744681],[372,0.021276595744681],[373,0.021276595744681],[374,0.021276595744681],[375,0.021276595744681],[376,0.021276595744681],[377,0.021276595744681],[378,0.021276595744681],[379,0.021276595744681],[380,0.021276595744681],[381,0.021276595744681],[382,0.021276595744681],[383,0.021276595744681],[384,0.021276595744681],[385,0.021276595744681],[386,0.021276595744681],[387,0.021276595744681],[388,0.021276595744681],[389,0.021276595744681],[390,0.021276595744681],[391,0.021276595744681],[392,0.021276595744681],[393,0.021276595744681],[394,0.021276595744681],[395,0.021276595744681],[396,0.021276595744681],[397,0.021276595744681],[398,0.021276595744681],[399,0.021276595744681],[625,0.019607843137255],[626,0.019607843137255],[627,0.019607843137255],[628,0.019607843137255],[629,0.019607843137255],[630,0.019607843137255],[631,0.019607843137255],[632,0.019607843137255],[633,0.019607843137255],[634,0.019607843137255],[635,0.019607843137255],[636,0.019607843137255],[637,0.019607843137255],[638,0.019607843137255],[639,0.019607843137255],[640,0.019607843137255],[641,0.019607843137255],[642,0.019607843137255],[643,0.019607843137255],[644,0.019607843137255],[645,0.019607843137255],[646,0.019607843137255],[647,0.019607843137255],[648,0.019607843137255],[649,0.019607843137255],[650,0.019607843137255],[651,0.019607843137255],[652,0.019607843137255],[653,0.019607843137255],[654,0.019607843137255],[655,0.019607843137255],[656,0.019607843137255],[657,0.019607843137255],[658,0.019607843137255],[659,0.019607843137255],[660,0.019607843137255],[661,0.019607843137255],[662,0.019607843137255],[663,0.019607843137255],[664,0.019607843137255],[665,0.019607843137255],[666,0.019607843137255],[667,0.019607843137255],[668,0.019607843137255],[669,0.019607843137255],[670,0.019607843137255],[671,0.019607843137255],[672,0.019607843137255],[673,0.019607843137255],[674,0.019607843137255],[675,0.019607843137255],[600,0.038461538461538],[601,0.038461538461538],[602,0.038461538461538],[603,0.038461538461538],[604,0.038461538461538],[605,0.038461538461538],[606,0.038461538461538],[607,0.038461538461538],[608,0.038461538461538],[609,0.038461538461538],[610,0.038461538461538],[611,0.038461538461538],[612,0.038461538461538],[613,0.038461538461538],[614,0.038461538461538],[615,0.038461538461538],[616,0.038461538461538],[617,0.038461538461538],[618,0.038461538461538],[619,0.038461538461538],[620,0.038461538461538],[621,0.038461538461538],[622,0.038461538461538],[623,0.038461538461538],[624,0.038461538461538],[625,0.038461538461538],[400,0.038461538461538],[401,0.038461538461538],[402,0.038461538461538],[403,0.038461538461538],[404,0.038461538461538],[405,0.038461538461538],[406,0.038461538461538],[407,0.038461538461538],[408,0.038461538461538],[409,0.038461538461538],[410,0.038461538461538],[411,0.038461538461538],[412,0.038461538461538],[413,0.038461538461538],[414,0.038461538461538],[415,0.038461538461538],[416,0.038461538461538],[417,0.038461538461538],[418,0.038461538461538],[419,0.038461538461538],[420,0.038461538461538],[421,0.038461538461538],[422,0.038461538461538],[423,0.038461538461538],[424,0.038461538461538],[425,0.038461538461538],[298,0.0098039215686275],[299,0.0098039215686275],[300,0.0098039215686275],[301,0.0098039215686275],[302,0.0098039215686275],[303,0.0098039215686275],[304,0.0098039215686275],[305,0.0098039215686275],[306,0.0098039215686275],[307,0.0098039215686275],[308,0.0098039215686275],[309,0.0098039215686275],[310,0.0098039215686275],[311,0.0098039215686275],[312,0.0098039215686275],[313,0.0098039215686275],[314,0.0098039215686275],[315,0.0098039215686275],[316,0.0098039215686275],[317,0.0098039215686275],[318,0.0098039215686275],[319,0.0098039215686275],[320,0.0098039215686275],[321,0.0098039215686275],[322,0.0098039215686275],[323,0.0098039215686275],[324,0.0098039215686275],[325,0.0098039215686275],[326,0.0098039215686275],[327,0.0098039215686275],[328,0.0098039215686275],[329,0.0098039215686275],[330,0.0098039215686275],[331,0.0098039215686275],[332,0.0098039215686275],[333,0.0098039215686275],[334,0.0098039215686275],[335,0.0098039215686275],[336,0.0098039215686275],[337,0.0098039215686275],[338,0.0098039215686275],[339,0.0098039215686275],[340,0.0098039215686275],[341,0.0098039215686275],[342,0.0098039215686275],[343,0.0098039215686275],[344,0.0098039215686275],[345,0.0098039215686275],[346,0.0098039215686275],[347,0.0098039215686275],[348,0.0098039215686275],[349,0.0098039215686275],[350,0.0098039215686275],[351,0.0098039215686275],[352,0.0098039215686275],[353,0.0098039215686275],[354,0.0098039215686275],[355,0.0098039215686275],[356,0.0098039215686275],[357,0.0098039215686275],[358,0.0098039215686275],[359,0.0098039215686275],[360,0.0098039215686275],[361,0.0098039215686275],[362,0.0098039215686275],[363,0.0098039215686275],[364,0.0098039215686275],[365,0.0098039215686275],[366,0.0098039215686275],[367,0.0098039215686275],[368,0.0098039215686275],[369,0.0098039215686275],[370,0.0098039215686275],[371,0.0098039215686275],[372,0.0098039215686275],[373,0.0098039215686275],[374,0.0098039215686275],[375,0.0098039215686275],[376,0.0098039215686275],[377,0.0098039215686275],[378,0.0098039215686275],[379,0.0098039215686275],[380,0.0098039215686275],[381,0.0098039215686275],[382,0.0098039215686275],[383,0.0098039215686275],[384,0.0098039215686275],[385,0.0098039215686275],[386,0.0098039215686275],[387,0.0098039215686275],[388,0.0098039215686275],[389,0.0098039215686275],[390,0.0098039215686275],[391,0.0098039215686275],[392,0.0098039215686275],[393,0.0098039215686275],[394,0.0098039215686275],[395,0.0098039215686275],[396,0.0098039215686275],[397,0.0098039215686275],[398,0.0098039215686275],[399,0.0098039215686275],[-497,0.076923076923077],[-496,0.076923076923077],[-495,0.076923076923077],[-494,0.076923076923077],[-493,0.076923076923077],[-492,0.076923076923077],[-491,0.076923076923077],[-490,0.076923076923077],[-489,0.076923076923077],[-488,0.076923076923077],[-487,0.076923076923077],[-486,0.076923076923077],[-485,0.076923076923077],[667,0.16666666666667],[668,0.16666666666667],[669,0.16666666666667],[670,0.16666666666667],[671,0.16666666666667],[672,0.16666666666667],[-380,0.052631578947368],[-379,0.052631578947368],[-378,0.052631578947368],[-377,0.052631578947368],[-376,0.052631578947368],[-375,0.052631578947368],[-374,0.052631578947368],[-373,0.052631578947368],[-372,0.052631578947368],[-371,0.052631578947368],[-370,0.052631578947368],[-369,0.052631578947368],[-368,0.052631578947368],[-367,0.052631578947368],[-366,0.052631578947368],[-365,0.052631578947368],[-364,0.052631578947368],[-363,0.052631578947368],[-362,0.052631578947368],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[700,0.005],[701,0.005],[702,0.005],[703,0.005],[704,0.005],[705,0.005],[706,0.005],[707,0.005],[708,0.005],[709,0.005],[710,0.005],[711,0.005],[712,0.005],[713,0.005],[714,0.005],[715,0.005],[716,0.005],[717,0.005],[718,0.005],[719,0.005],[720,0.005],[721,0.005],[722,0.005],[723,0.005],[724,0.005],[725,0.005],[726,0.005],[727,0.005],[728,0.005],[729,0.005],[730,0.005],[731,0.005],[732,0.005],[733,0.005],[734,0.005],[735,0.005],[736,0.005],[737,0.005],[738,0.005],[739,0.005],[740,0.005],[741,0.005],[742,0.005],[743,0.005],[744,0.005],[745,0.005],[746,0.005],[747,0.005],[748,0.005],[749,0.005],[750,0.005],[751,0.005],[752,0.005],[753,0.005],[754,0.005],[755,0.005],[756,0.005],[757,0.005],[758,0.005],[759,0.005],[760,0.005],[761,0.005],[762,0.005],[763,0.005],[764,0.005],[765,0.005],[766,0.005],[767,0.005],[768,0.005],[769,0.005],[770,0.005],[771,0.005],[772,0.005],[773,0.005],[774,0.005],[775,0.005],[776,0.005],[777,0.005],[778,0.005],[779,0.005],[780,0.005],[781,0.005],[782,0.005],[783,0.005],[784,0.005],[785,0.005],[786,0.005],[787,0.005],[788,0.005],[789,0.005],[790,0.005],[791,0.005],[792,0.005],[793,0.005],[794,0.005],[795,0.005],[796,0.005],[797,0.005],[798,0.005],[799,0.005],[161,1],[141,0.037037037037037],[142,0.037037037037037],[143,0.037037037037037],[144,0.037037037037037],[145,0.037037037037037],[146,0.037037037037037],[147,0.037037037037037],[148,0.037037037037037],[149,0.037037037037037],[150,0.037037037037037],[151,0.037037037037037],[152,0.037037037037037],[153,0.037037037037037],[154,0.037037037037037],[155,0.037037037037037],[156,0.037037037037037],[157,0.037037037037037],[158,0.037037037037037],[159,0.037037037037037],[160,0.037037037037037],[161,0.037037037037037],[162,0.037037037037037],[163,0.037037037037037],[164,0.037037037037037],[165,0.037037037037037],[166,0.037037037037037],[167,0.037037037037037],[138,0.04],[139,0.04],[140,0.04],[141,0.04],[142,0.04],[143,0.04],[144,0.04],[145,0.04],[146,0.04],[147,0.04],[148,0.04],[149,0.04],[150,0.04],[151,0.04],[152,0.04],[153,0.04],[154,0.04],[155,0.04],[156,0.04],[157,0.04],[158,0.04],[159,0.04],[160,0.04],[161,0.04],[162,0.04],[298,0.1],[299,0.1],[300,0.1],[301,0.1],[302,0.1],[303,0.1],[304,0.1],[305,0.1],[306,0.1],[307,0.1],[175,0.04],[176,0.04],[177,0.04],[178,0.04],[179,0.04],[180,0.04],[181,0.04],[182,0.04],[183,0.04],[184,0.04],[185,0.04],[186,0.04],[187,0.04],[188,0.04],[189,0.04],[190,0.04],[191,0.04],[192,0.04],[193,0.04],[194,0.04],[195,0.04],[196,0.04],[197,0.04],[198,0.04],[199,0.04],[250,1],[380,0.05],[381,0.05],[382,0.05],[383,0.05],[384,0.05],[385,0.05],[386,0.05],[387,0.05],[388,0.05],[389,0.05],[390,0.05],[391,0.05],[392,0.05],[393,0.05],[394,0.05],[395,0.05],[396,0.05],[397,0.05],[398,0.05],[399,0.05],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[700,0.005],[701,0.005],[702,0.005],[703,0.005],[704,0.005],[705,0.005],[706,0.005],[707,0.005],[708,0.005],[709,0.005],[710,0.005],[711,0.005],[712,0.005],[713,0.005],[714,0.005],[715,0.005],[716,0.005],[717,0.005],[718,0.005],[719,0.005],[720,0.005],[721,0.005],[722,0.005],[723,0.005],[724,0.005],[725,0.005],[726,0.005],[727,0.005],[728,0.005],[729,0.005],[730,0.005],[731,0.005],[732,0.005],[733,0.005],[734,0.005],[735,0.005],[736,0.005],[737,0.005],[738,0.005],[739,0.005],[740,0.005],[741,0.005],[742,0.005],[743,0.005],[744,0.005],[745,0.005],[746,0.005],[747,0.005],[748,0.005],[749,0.005],[750,0.005],[751,0.005],[752,0.005],[753,0.005],[754,0.005],[755,0.005],[756,0.005],[757,0.005],[758,0.005],[759,0.005],[760,0.005],[761,0.005],[762,0.005],[763,0.005],[764,0.005],[765,0.005],[766,0.005],[767,0.005],[768,0.005],[769,0.005],[770,0.005],[771,0.005],[772,0.005],[773,0.005],[774,0.005],[775,0.005],[776,0.005],[777,0.005],[778,0.005],[779,0.005],[780,0.005],[781,0.005],[782,0.005],[783,0.005],[784,0.005],[785,0.005],[786,0.005],[787,0.005],[788,0.005],[789,0.005],[790,0.005],[791,0.005],[792,0.005],[793,0.005],[794,0.005],[795,0.005],[796,0.005],[797,0.005],[798,0.005],[799,0.005],[194,0.03125],[195,0.03125],[196,0.03125],[197,0.03125],[198,0.03125],[199,0.03125],[200,0.03125],[201,0.03125],[202,0.03125],[203,0.03125],[204,0.03125],[205,0.03125],[206,0.03125],[207,0.03125],[208,0.03125],[209,0.03125],[210,0.03125],[211,0.03125],[212,0.03125],[213,0.03125],[214,0.03125],[215,0.03125],[216,0.03125],[217,0.03125],[218,0.03125],[219,0.03125],[220,0.03125],[221,0.03125],[222,0.03125],[223,0.03125],[224,0.03125],[225,0.03125],[111,0.035714285714286],[112,0.035714285714286],[113,0.035714285714286],[114,0.035714285714286],[115,0.035714285714286],[116,0.035714285714286],[117,0.035714285714286],[118,0.035714285714286],[119,0.035714285714286],[120,0.035714285714286],[121,0.035714285714286],[122,0.035714285714286],[123,0.035714285714286],[124,0.035714285714286],[125,0.035714285714286],[126,0.035714285714286],[127,0.035714285714286],[128,0.035714285714286],[129,0.035714285714286],[130,0.035714285714286],[131,0.035714285714286],[132,0.035714285714286],[133,0.035714285714286],[134,0.035714285714286],[135,0.035714285714286],[136,0.035714285714286],[137,0.035714285714286],[138,0.035714285714286],[300,0.01],[301,0.01],[302,0.01],[303,0.01],[304,0.01],[305,0.01],[306,0.01],[307,0.01],[308,0.01],[309,0.01],[310,0.01],[311,0.01],[312,0.01],[313,0.01],[314,0.01],[315,0.01],[316,0.01],[317,0.01],[318,0.01],[319,0.01],[320,0.01],[321,0.01],[322,0.01],[323,0.01],[324,0.01],[325,0.01],[326,0.01],[327,0.01],[328,0.01],[329,0.01],[330,0.01],[331,0.01],[332,0.01],[333,0.01],[334,0.01],[335,0.01],[336,0.01],[337,0.01],[338,0.01],[339,0.01],[340,0.01],[341,0.01],[342,0.01],[343,0.01],[344,0.01],[345,0.01],[346,0.01],[347,0.01],[348,0.01],[349,0.01],[350,0.01],[351,0.01],[352,0.01],[353,0.01],[354,0.01],[355,0.01],[356,0.01],[357,0.01],[358,0.01],[359,0.01],[360,0.01],[361,0.01],[362,0.01],[363,0.01],[364,0.01],[365,0.01],[366,0.01],[367,0.01],[368,0.01],[369,0.01],[370,0.01],[371,0.01],[372,0.01],[373,0.01],[374,0.01],[375,0.01],[376,0.01],[377,0.01],[378,0.01],[379,0.01],[380,0.01],[381,0.01],[382,0.01],[383,0.01],[384,0.01],[385,0.01],[386,0.01],[387,0.01],[388,0.01],[389,0.01],[390,0.01],[391,0.01],[392,0.01],[393,0.01],[394,0.01],[395,0.01],[396,0.01],[397,0.01],[398,0.01],[399,0.01],[-19,1],[-199,0.01],[-198,0.01],[-197,0.01],[-196,0.01],[-195,0.01],[-194,0.01],[-193,0.01],[-192,0.01],[-191,0.01],[-190,0.01],[-189,0.01],[-188,0.01],[-187,0.01],[-186,0.01],[-185,0.01],[-184,0.01],[-183,0.01],[-182,0.01],[-181,0.01],[-180,0.01],[-179,0.01],[-178,0.01],[-177,0.01],[-176,0.01],[-175,0.01],[-174,0.01],[-173,0.01],[-172,0.01],[-171,0.01],[-170,0.01],[-169,0.01],[-168,0.01],[-167,0.01],[-166,0.01],[-165,0.01],[-164,0.01],[-163,0.01],[-162,0.01],[-161,0.01],[-160,0.01],[-159,0.01],[-158,0.01],[-157,0.01],[-156,0.01],[-155,0.01],[-154,0.01],[-153,0.01],[-152,0.01],[-151,0.01],[-150,0.01],[-149,0.01],[-148,0.01],[-147,0.01],[-146,0.01],[-145,0.01],[-144,0.01],[-143,0.01],[-142,0.01],[-141,0.01],[-140,0.01],[-139,0.01],[-138,0.01],[-137,0.01],[-136,0.01],[-135,0.01],[-134,0.01],[-133,0.01],[-132,0.01],[-131,0.01],[-130,0.01],[-129,0.01],[-128,0.01],[-127,0.01],[-126,0.01],[-125,0.01],[-124,0.01],[-123,0.01],[-122,0.01],[-121,0.01],[-120,0.01],[-119,0.01],[-118,0.01],[-117,0.01],[-116,0.01],[-115,0.01],[-114,0.01],[-113,0.01],[-112,0.01],[-111,0.01],[-110,0.01],[-109,0.01],[-108,0.01],[-107,0.01],[-106,0.01],[-105,0.01],[-104,0.01],[-103,0.01],[-102,0.01],[-101,0.01],[-100,0.01],[-199,0.01],[-198,0.01],[-197,0.01],[-196,0.01],[-195,0.01],[-194,0.01],[-193,0.01],[-192,0.01],[-191,0.01],[-190,0.01],[-189,0.01],[-188,0.01],[-187,0.01],[-186,0.01],[-185,0.01],[-184,0.01],[-183,0.01],[-182,0.01],[-181,0.01],[-180,0.01],[-179,0.01],[-178,0.01],[-177,0.01],[-176,0.01],[-175,0.01],[-174,0.01],[-173,0.01],[-172,0.01],[-171,0.01],[-170,0.01],[-169,0.01],[-168,0.01],[-167,0.01],[-166,0.01],[-165,0.01],[-164,0.01],[-163,0.01],[-162,0.01],[-161,0.01],[-160,0.01],[-159,0.01],[-158,0.01],[-157,0.01],[-156,0.01],[-155,0.01],[-154,0.01],[-153,0.01],[-152,0.01],[-151,0.01],[-150,0.01],[-149,0.01],[-148,0.01],[-147,0.01],[-146,0.01],[-145,0.01],[-144,0.01],[-143,0.01],[-142,0.01],[-141,0.01],[-140,0.01],[-139,0.01],[-138,0.01],[-137,0.01],[-136,0.01],[-135,0.01],[-134,0.01],[-133,0.01],[-132,0.01],[-131,0.01],[-130,0.01],[-129,0.01],[-128,0.01],[-127,0.01],[-126,0.01],[-125,0.01],[-124,0.01],[-123,0.01],[-122,0.01],[-121,0.01],[-120,0.01],[-119,0.01],[-118,0.01],[-117,0.01],[-116,0.01],[-115,0.01],[-114,0.01],[-113,0.01],[-112,0.01],[-111,0.01],[-110,0.01],[-109,0.01],[-108,0.01],[-107,0.01],[-106,0.01],[-105,0.01],[-104,0.01],[-103,0.01],[-102,0.01],[-101,0.01],[-100,0.01],[-30,0.014925373134328],[-29,0.014925373134328],[-28,0.014925373134328],[-27,0.014925373134328],[-26,0.014925373134328],[-25,0.014925373134328],[-24,0.014925373134328],[-23,0.014925373134328],[-22,0.014925373134328],[-21,0.014925373134328],[-20,0.014925373134328],[-19,0.014925373134328],[-18,0.014925373134328],[-17,0.014925373134328],[-16,0.014925373134328],[-15,0.014925373134328],[-14,0.014925373134328],[-13,0.014925373134328],[-12,0.014925373134328],[-11,0.014925373134328],[-10,0.014925373134328],[-9,0.014925373134328],[-8,0.014925373134328],[-7,0.014925373134328],[-6,0.014925373134328],[-5,0.014925373134328],[-4,0.014925373134328],[-3,0.014925373134328],[-2,0.014925373134328],[-1,0.014925373134328],[1,0.014925373134328],[2,0.014925373134328],[3,0.014925373134328],[4,0.014925373134328],[5,0.014925373134328],[6,0.014925373134328],[7,0.014925373134328],[8,0.014925373134328],[9,0.014925373134328],[10,0.014925373134328],[11,0.014925373134328],[12,0.014925373134328],[13,0.014925373134328],[14,0.014925373134328],[15,0.014925373134328],[16,0.014925373134328],[17,0.014925373134328],[18,0.014925373134328],[19,0.014925373134328],[20,0.014925373134328],[21,0.014925373134328],[22,0.014925373134328],[23,0.014925373134328],[24,0.014925373134328],[25,0.014925373134328],[26,0.014925373134328],[27,0.014925373134328],[28,0.014925373134328],[29,0.014925373134328],[30,0.014925373134328],[31,0.014925373134328],[32,0.014925373134328],[33,0.014925373134328],[34,0.014925373134328],[35,0.014925373134328],[36,0.014925373134328],[37,0.014925373134328],[221,0.066666666666667],[222,0.066666666666667],[223,0.066666666666667],[224,0.066666666666667],[225,0.066666666666667],[226,0.066666666666667],[227,0.066666666666667],[228,0.066666666666667],[229,0.066666666666667],[230,0.066666666666667],[231,0.066666666666667],[232,0.066666666666667],[233,0.066666666666667],[234,0.066666666666667],[235,0.066666666666667],[200,0.019607843137255],[201,0.019607843137255],[202,0.019607843137255],[203,0.019607843137255],[204,0.019607843137255],[205,0.019607843137255],[206,0.019607843137255],[207,0.019607843137255],[208,0.019607843137255],[209,0.019607843137255],[210,0.019607843137255],[211,0.019607843137255],[212,0.019607843137255],[213,0.019607843137255],[214,0.019607843137255],[215,0.019607843137255],[216,0.019607843137255],[217,0.019607843137255],[218,0.019607843137255],[219,0.019607843137255],[220,0.019607843137255],[221,0.019607843137255],[222,0.019607843137255],[223,0.019607843137255],[224,0.019607843137255],[225,0.019607843137255],[226,0.019607843137255],[227,0.019607843137255],[228,0.019607843137255],[229,0.019607843137255],[230,0.019607843137255],[231,0.019607843137255],[232,0.019607843137255],[233,0.019607843137255],[234,0.019607843137255],[235,0.019607843137255],[236,0.019607843137255],[237,0.019607843137255],[238,0.019607843137255],[239,0.019607843137255],[240,0.019607843137255],[241,0.019607843137255],[242,0.019607843137255],[243,0.019607843137255],[244,0.019607843137255],[245,0.019607843137255],[246,0.019607843137255],[247,0.019607843137255],[248,0.019607843137255],[249,0.019607843137255],[250,0.019607843137255],[112,0.02],[113,0.02],[114,0.02],[115,0.02],[116,0.02],[117,0.02],[118,0.02],[119,0.02],[120,0.02],[121,0.02],[122,0.02],[123,0.02],[124,0.02],[125,0.02],[126,0.02],[127,0.02],[128,0.02],[129,0.02],[130,0.02],[131,0.02],[132,0.02],[133,0.02],[134,0.02],[135,0.02],[136,0.02],[137,0.02],[138,0.02],[139,0.02],[140,0.02],[141,0.02],[142,0.02],[143,0.02],[144,0.02],[145,0.02],[146,0.02],[147,0.02],[148,0.02],[149,0.02],[150,0.02],[151,0.02],[152,0.02],[153,0.02],[154,0.02],[155,0.02],[156,0.02],[157,0.02],[158,0.02],[159,0.02],[160,0.02],[161,0.02],[8,0.14285714285714],[9,0.14285714285714],[10,0.14285714285714],[11,0.14285714285714],[12,0.14285714285714],[13,0.14285714285714],[14,0.14285714285714],[-99,0.0085470085470085],[-98,0.0085470085470085],[-97,0.0085470085470085],[-96,0.0085470085470085],[-95,0.0085470085470085],[-94,0.0085470085470085],[-93,0.0085470085470085],[-92,0.0085470085470085],[-91,0.0085470085470085],[-90,0.0085470085470085],[-89,0.0085470085470085],[-88,0.0085470085470085],[-87,0.0085470085470085],[-86,0.0085470085470085],[-85,0.0085470085470085],[-84,0.0085470085470085],[-83,0.0085470085470085],[-82,0.0085470085470085],[-81,0.0085470085470085],[-80,0.0085470085470085],[-79,0.0085470085470085],[-78,0.0085470085470085],[-77,0.0085470085470085],[-76,0.0085470085470085],[-75,0.0085470085470085],[-74,0.0085470085470085],[-73,0.0085470085470085],[-72,0.0085470085470085],[-71,0.0085470085470085],[-70,0.0085470085470085],[-69,0.0085470085470085],[-68,0.0085470085470085],[-67,0.0085470085470085],[-66,0.0085470085470085],[-65,0.0085470085470085],[-64,0.0085470085470085],[-63,0.0085470085470085],[-62,0.0085470085470085],[-61,0.0085470085470085],[-60,0.0085470085470085],[-59,0.0085470085470085],[-58,0.0085470085470085],[-57,0.0085470085470085],[-56,0.0085470085470085],[-55,0.0085470085470085],[-54,0.0085470085470085],[-53,0.0085470085470085],[-52,0.0085470085470085],[-51,0.0085470085470085],[-50,0.0085470085470085],[-49,0.0085470085470085],[-48,0.0085470085470085],[-47,0.0085470085470085],[-46,0.0085470085470085],[-45,0.0085470085470085],[-44,0.0085470085470085],[-43,0.0085470085470085],[-42,0.0085470085470085],[-41,0.0085470085470085],[-40,0.0085470085470085],[-39,0.0085470085470085],[-38,0.0085470085470085],[-37,0.0085470085470085],[-36,0.0085470085470085],[-35,0.0085470085470085],[-34,0.0085470085470085],[-33,0.0085470085470085],[-32,0.0085470085470085],[-31,0.0085470085470085],[-30,0.0085470085470085],[-29,0.0085470085470085],[-28,0.0085470085470085],[-27,0.0085470085470085],[-26,0.0085470085470085],[-25,0.0085470085470085],[-24,0.0085470085470085],[-23,0.0085470085470085],[-22,0.0085470085470085],[-21,0.0085470085470085],[-20,0.0085470085470085],[-19,0.0085470085470085],[-18,0.0085470085470085],[-17,0.0085470085470085],[-16,0.0085470085470085],[-15,0.0085470085470085],[-14,0.0085470085470085],[-13,0.0085470085470085],[-12,0.0085470085470085],[-11,0.0085470085470085],[-10,0.0085470085470085],[-9,0.0085470085470085],[-8,0.0085470085470085],[-7,0.0085470085470085],[-6,0.0085470085470085],[-5,0.0085470085470085],[-4,0.0085470085470085],[-3,0.0085470085470085],[-2,0.0085470085470085],[-1,0.0085470085470085],[1,0.0085470085470085],[2,0.0085470085470085],[3,0.0085470085470085],[4,0.0085470085470085],[5,0.0085470085470085],[6,0.0085470085470085],[7,0.0085470085470085],[8,0.0085470085470085],[9,0.0085470085470085],[10,0.0085470085470085],[11,0.0085470085470085],[12,0.0085470085470085],[13,0.0085470085470085],[14,0.0085470085470085],[15,0.0085470085470085],[16,0.0085470085470085],[17,0.0085470085470085],[18,0.0085470085470085],[1,0.01010101010101],[2,0.01010101010101],[3,0.01010101010101],[4,0.01010101010101],[5,0.01010101010101],[6,0.01010101010101],[7,0.01010101010101],[8,0.01010101010101],[9,0.01010101010101],[10,0.01010101010101],[11,0.01010101010101],[12,0.01010101010101],[13,0.01010101010101],[14,0.01010101010101],[15,0.01010101010101],[16,0.01010101010101],[17,0.01010101010101],[18,0.01010101010101],[19,0.01010101010101],[20,0.01010101010101],[21,0.01010101010101],[22,0.01010101010101],[23,0.01010101010101],[24,0.01010101010101],[25,0.01010101010101],[26,0.01010101010101],[27,0.01010101010101],[28,0.01010101010101],[29,0.01010101010101],[30,0.01010101010101],[31,0.01010101010101],[32,0.01010101010101],[33,0.01010101010101],[34,0.01010101010101],[35,0.01010101010101],[36,0.01010101010101],[37,0.01010101010101],[38,0.01010101010101],[39,0.01010101010101],[40,0.01010101010101],[41,0.01010101010101],[42,0.01010101010101],[43,0.01010101010101],[44,0.01010101010101],[45,0.01010101010101],[46,0.01010101010101],[47,0.01010101010101],[48,0.01010101010101],[49,0.01010101010101],[50,0.01010101010101],[51,0.01010101010101],[52,0.01010101010101],[53,0.01010101010101],[54,0.01010101010101],[55,0.01010101010101],[56,0.01010101010101],[57,0.01010101010101],[58,0.01010101010101],[59,0.01010101010101],[60,0.01010101010101],[61,0.01010101010101],[62,0.01010101010101],[63,0.01010101010101],[64,0.01010101010101],[65,0.01010101010101],[66,0.01010101010101],[67,0.01010101010101],[68,0.01010101010101],[69,0.01010101010101],[70,0.01010101010101],[71,0.01010101010101],[72,0.01010101010101],[73,0.01010101010101],[74,0.01010101010101],[75,0.01010101010101],[76,0.01010101010101],[77,0.01010101010101],[78,0.01010101010101],[79,0.01010101010101],[80,0.01010101010101],[81,0.01010101010101],[82,0.01010101010101],[83,0.01010101010101],[84,0.01010101010101],[85,0.01010101010101],[86,0.01010101010101],[87,0.01010101010101],[88,0.01010101010101],[89,0.01010101010101],[90,0.01010101010101],[91,0.01010101010101],[92,0.01010101010101],[93,0.01010101010101],[94,0.01010101010101],[95,0.01010101010101],[96,0.01010101010101],[97,0.01010101010101],[98,0.01010101010101],[99,0.01010101010101],[-155,0.33333333333333],[-154,0.33333333333333],[-153,0.33333333333333],[-187,0.0053475935828877],[-186,0.0053475935828877],[-185,0.0053475935828877],[-184,0.0053475935828877],[-183,0.0053475935828877],[-182,0.0053475935828877],[-181,0.0053475935828877],[-180,0.0053475935828877],[-179,0.0053475935828877],[-178,0.0053475935828877],[-177,0.0053475935828877],[-176,0.0053475935828877],[-175,0.0053475935828877],[-174,0.0053475935828877],[-173,0.0053475935828877],[-172,0.0053475935828877],[-171,0.0053475935828877],[-170,0.0053475935828877],[-169,0.0053475935828877],[-168,0.0053475935828877],[-167,0.0053475935828877],[-166,0.0053475935828877],[-165,0.0053475935828877],[-164,0.0053475935828877],[-163,0.0053475935828877],[-162,0.0053475935828877],[-161,0.0053475935828877],[-160,0.0053475935828877],[-159,0.0053475935828877],[-158,0.0053475935828877],[-157,0.0053475935828877],[-156,0.0053475935828877],[-155,0.0053475935828877],[-154,0.0053475935828877],[-153,0.0053475935828877],[-152,0.0053475935828877],[-151,0.0053475935828877],[-150,0.0053475935828877],[-149,0.0053475935828877],[-148,0.0053475935828877],[-147,0.0053475935828877],[-146,0.0053475935828877],[-145,0.0053475935828877],[-144,0.0053475935828877],[-143,0.0053475935828877],[-142,0.0053475935828877],[-141,0.0053475935828877],[-140,0.0053475935828877],[-139,0.0053475935828877],[-138,0.0053475935828877],[-137,0.0053475935828877],[-136,0.0053475935828877],[-135,0.0053475935828877],[-134,0.0053475935828877],[-133,0.0053475935828877],[-132,0.0053475935828877],[-131,0.0053475935828877],[-130,0.0053475935828877],[-129,0.0053475935828877],[-128,0.0053475935828877],[-127,0.0053475935828877],[-126,0.0053475935828877],[-125,0.0053475935828877],[-124,0.0053475935828877],[-123,0.0053475935828877],[-122,0.0053475935828877],[-121,0.0053475935828877],[-120,0.0053475935828877],[-119,0.0053475935828877],[-118,0.0053475935828877],[-117,0.0053475935828877],[-116,0.0053475935828877],[-115,0.0053475935828877],[-114,0.0053475935828877],[-113,0.0053475935828877],[-112,0.0053475935828877],[-111,0.0053475935828877],[-110,0.0053475935828877],[-109,0.0053475935828877],[-108,0.0053475935828877],[-107,0.0053475935828877],[-106,0.0053475935828877],[-105,0.0053475935828877],[-104,0.0053475935828877],[-103,0.0053475935828877],[-102,0.0053475935828877],[-101,0.0053475935828877],[-100,0.0053475935828877],[-99,0.0053475935828877],[-98,0.0053475935828877],[-97,0.0053475935828877],[-96,0.0053475935828877],[-95,0.0053475935828877],[-94,0.0053475935828877],[-93,0.0053475935828877],[-92,0.0053475935828877],[-91,0.0053475935828877],[-90,0.0053475935828877],[-89,0.0053475935828877],[-88,0.0053475935828877],[-87,0.0053475935828877],[-86,0.0053475935828877],[-85,0.0053475935828877],[-84,0.0053475935828877],[-83,0.0053475935828877],[-82,0.0053475935828877],[-81,0.0053475935828877],[-80,0.0053475935828877],[-79,0.0053475935828877],[-78,0.0053475935828877],[-77,0.0053475935828877],[-76,0.0053475935828877],[-75,0.0053475935828877],[-74,0.0053475935828877],[-73,0.0053475935828877],[-72,0.0053475935828877],[-71,0.0053475935828877],[-70,0.0053475935828877],[-69,0.0053475935828877],[-68,0.0053475935828877],[-67,0.0053475935828877],[-66,0.0053475935828877],[-65,0.0053475935828877],[-64,0.0053475935828877],[-63,0.0053475935828877],[-62,0.0053475935828877],[-61,0.0053475935828877],[-60,0.0053475935828877],[-59,0.0053475935828877],[-58,0.0053475935828877],[-57,0.0053475935828877],[-56,0.0053475935828877],[-55,0.0053475935828877],[-54,0.0053475935828877],[-53,0.0053475935828877],[-52,0.0053475935828877],[-51,0.0053475935828877],[-50,0.0053475935828877],[-49,0.0053475935828877],[-48,0.0053475935828877],[-47,0.0053475935828877],[-46,0.0053475935828877],[-45,0.0053475935828877],[-44,0.0053475935828877],[-43,0.0053475935828877],[-42,0.0053475935828877],[-41,0.0053475935828877],[-40,0.0053475935828877],[-39,0.0053475935828877],[-38,0.0053475935828877],[-37,0.0053475935828877],[-36,0.0053475935828877],[-35,0.0053475935828877],[-34,0.0053475935828877],[-33,0.0053475935828877],[-32,0.0053475935828877],[-31,0.0053475935828877],[-30,0.0053475935828877],[-29,0.0053475935828877],[-28,0.0053475935828877],[-27,0.0053475935828877],[-26,0.0053475935828877],[-25,0.0053475935828877],[-24,0.0053475935828877],[-23,0.0053475935828877],[-22,0.0053475935828877],[-21,0.0053475935828877],[-20,0.0053475935828877],[-19,0.0053475935828877],[-18,0.0053475935828877],[-17,0.0053475935828877],[-16,0.0053475935828877],[-15,0.0053475935828877],[-14,0.0053475935828877],[-13,0.0053475935828877],[-12,0.0053475935828877],[-11,0.0053475935828877],[-10,0.0053475935828877],[-9,0.0053475935828877],[-8,0.0053475935828877],[-7,0.0053475935828877],[-6,0.0053475935828877],[-5,0.0053475935828877],[-4,0.0053475935828877],[-3,0.0053475935828877],[-2,0.0053475935828877],[-1,0.0053475935828877],[283,0.076923076923077],[284,0.076923076923077],[285,0.076923076923077],[286,0.076923076923077],[287,0.076923076923077],[288,0.076923076923077],[289,0.076923076923077],[290,0.076923076923077],[291,0.076923076923077],[292,0.076923076923077],[293,0.076923076923077],[294,0.076923076923077],[295,0.076923076923077],[-209,1],[565,0.04],[566,0.04],[567,0.04],[568,0.04],[569,0.04],[570,0.04],[571,0.04],[572,0.04],[573,0.04],[574,0.04],[575,0.04],[576,0.04],[577,0.04],[578,0.04],[579,0.04],[580,0.04],[581,0.04],[582,0.04],[583,0.04],[584,0.04],[585,0.04],[586,0.04],[587,0.04],[588,0.04],[589,0.04],[175,0.0021052631578947],[176,0.0021052631578947],[177,0.0021052631578947],[178,0.0021052631578947],[179,0.0021052631578947],[180,0.0021052631578947],[181,0.0021052631578947],[182,0.0021052631578947],[183,0.0021052631578947],[184,0.0021052631578947],[185,0.0021052631578947],[186,0.0021052631578947],[187,0.0021052631578947],[188,0.0021052631578947],[189,0.0021052631578947],[190,0.0021052631578947],[191,0.0021052631578947],[192,0.0021052631578947],[193,0.0021052631578947],[194,0.0021052631578947],[195,0.0021052631578947],[196,0.0021052631578947],[197,0.0021052631578947],[198,0.0021052631578947],[199,0.0021052631578947],[200,0.0021052631578947],[201,0.0021052631578947],[202,0.0021052631578947],[203,0.0021052631578947],[204,0.0021052631578947],[205,0.0021052631578947],[206,0.0021052631578947],[207,0.0021052631578947],[208,0.0021052631578947],[209,0.0021052631578947],[210,0.0021052631578947],[211,0.0021052631578947],[212,0.0021052631578947],[213,0.0021052631578947],[214,0.0021052631578947],[215,0.0021052631578947],[216,0.0021052631578947],[217,0.0021052631578947],[218,0.0021052631578947],[219,0.0021052631578947],[220,0.0021052631578947],[221,0.0021052631578947],[222,0.0021052631578947],[223,0.0021052631578947],[224,0.0021052631578947],[225,0.0021052631578947],[226,0.0021052631578947],[227,0.0021052631578947],[228,0.0021052631578947],[229,0.0021052631578947],[230,0.0021052631578947],[231,0.0021052631578947],[232,0.0021052631578947],[233,0.0021052631578947],[234,0.0021052631578947],[235,0.0021052631578947],[236,0.0021052631578947],[237,0.0021052631578947],[238,0.0021052631578947],[239,0.0021052631578947],[240,0.0021052631578947],[241,0.0021052631578947],[242,0.0021052631578947],[243,0.0021052631578947],[244,0.0021052631578947],[245,0.0021052631578947],[246,0.0021052631578947],[247,0.0021052631578947],[248,0.0021052631578947],[249,0.0021052631578947],[250,0.0021052631578947],[251,0.0021052631578947],[252,0.0021052631578947],[253,0.0021052631578947],[254,0.0021052631578947],[255,0.0021052631578947],[256,0.0021052631578947],[257,0.0021052631578947],[258,0.0021052631578947],[259,0.0021052631578947],[260,0.0021052631578947],[261,0.0021052631578947],[262,0.0021052631578947],[263,0.0021052631578947],[264,0.0021052631578947],[265,0.0021052631578947],[266,0.0021052631578947],[267,0.0021052631578947],[268,0.0021052631578947],[269,0.0021052631578947],[270,0.0021052631578947],[271,0.0021052631578947],[272,0.0021052631578947],[273,0.0021052631578947],[274,0.0021052631578947],[275,0.0021052631578947],[276,0.0021052631578947],[277,0.0021052631578947],[278,0.0021052631578947],[279,0.0021052631578947],[280,0.0021052631578947],[281,0.0021052631578947],[282,0.0021052631578947],[283,0.0021052631578947],[284,0.0021052631578947],[285,0.0021052631578947],[286,0.0021052631578947],[287,0.0021052631578947],[288,0.0021052631578947],[289,0.0021052631578947],[290,0.0021052631578947],[291,0.0021052631578947],[292,0.0021052631578947],[293,0.0021052631578947],[294,0.0021052631578947],[295,0.0021052631578947],[296,0.0021052631578947],[297,0.0021052631578947],[298,0.0021052631578947],[299,0.0021052631578947],[300,0.0021052631578947],[301,0.0021052631578947],[302,0.0021052631578947],[303,0.0021052631578947],[304,0.0021052631578947],[305,0.0021052631578947],[306,0.0021052631578947],[307,0.0021052631578947],[308,0.0021052631578947],[309,0.0021052631578947],[310,0.0021052631578947],[311,0.0021052631578947],[312,0.0021052631578947],[313,0.0021052631578947],[314,0.0021052631578947],[315,0.0021052631578947],[316,0.0021052631578947],[317,0.0021052631578947],[318,0.0021052631578947],[319,0.0021052631578947],[320,0.0021052631578947],[321,0.0021052631578947],[322,0.0021052631578947],[323,0.0021052631578947],[324,0.0021052631578947],[325,0.0021052631578947],[326,0.0021052631578947],[327,0.0021052631578947],[328,0.0021052631578947],[329,0.0021052631578947],[330,0.0021052631578947],[331,0.0021052631578947],[332,0.0021052631578947],[333,0.0021052631578947],[334,0.0021052631578947],[335,0.0021052631578947],[336,0.0021052631578947],[337,0.0021052631578947],[338,0.0021052631578947],[339,0.0021052631578947],[340,0.0021052631578947],[341,0.0021052631578947],[342,0.0021052631578947],[343,0.0021052631578947],[344,0.0021052631578947],[345,0.0021052631578947],[346,0.0021052631578947],[347,0.0021052631578947],[348,0.0021052631578947],[349,0.0021052631578947],[350,0.0021052631578947],[351,0.0021052631578947],[352,0.0021052631578947],[353,0.0021052631578947],[354,0.0021052631578947],[355,0.0021052631578947],[356,0.0021052631578947],[357,0.0021052631578947],[358,0.0021052631578947],[359,0.0021052631578947],[360,0.0021052631578947],[361,0.0021052631578947],[362,0.0021052631578947],[363,0.0021052631578947],[364,0.0021052631578947],[365,0.0021052631578947],[366,0.0021052631578947],[367,0.0021052631578947],[368,0.0021052631578947],[369,0.0021052631578947],[370,0.0021052631578947],[371,0.0021052631578947],[372,0.0021052631578947],[373,0.0021052631578947],[374,0.0021052631578947],[375,0.0021052631578947],[376,0.0021052631578947],[377,0.0021052631578947],[378,0.0021052631578947],[379,0.0021052631578947],[380,0.0021052631578947],[381,0.0021052631578947],[382,0.0021052631578947],[383,0.0021052631578947],[384,0.0021052631578947],[385,0.0021052631578947],[386,0.0021052631578947],[387,0.0021052631578947],[388,0.0021052631578947],[389,0.0021052631578947],[390,0.0021052631578947],[391,0.0021052631578947],[392,0.0021052631578947],[393,0.0021052631578947],[394,0.0021052631578947],[395,0.0021052631578947],[396,0.0021052631578947],[397,0.0021052631578947],[398,0.0021052631578947],[399,0.0021052631578947],[400,0.0021052631578947],[401,0.0021052631578947],[402,0.0021052631578947],[403,0.0021052631578947],[404,0.0021052631578947],[405,0.0021052631578947],[406,0.0021052631578947],[407,0.0021052631578947],[408,0.0021052631578947],[409,0.0021052631578947],[410,0.0021052631578947],[411,0.0021052631578947],[412,0.0021052631578947],[413,0.0021052631578947],[414,0.0021052631578947],[415,0.0021052631578947],[416,0.0021052631578947],[417,0.0021052631578947],[418,0.0021052631578947],[419,0.0021052631578947],[420,0.0021052631578947],[421,0.0021052631578947],[422,0.0021052631578947],[423,0.0021052631578947],[424,0.0021052631578947],[425,0.0021052631578947],[426,0.0021052631578947],[427,0.0021052631578947],[428,0.0021052631578947],[429,0.0021052631578947],[430,0.0021052631578947],[431,0.0021052631578947],[432,0.0021052631578947],[433,0.0021052631578947],[434,0.0021052631578947],[435,0.0021052631578947],[436,0.0021052631578947],[437,0.0021052631578947],[438,0.0021052631578947],[439,0.0021052631578947],[440,0.0021052631578947],[441,0.0021052631578947],[442,0.0021052631578947],[443,0.0021052631578947],[444,0.0021052631578947],[445,0.0021052631578947],[446,0.0021052631578947],[447,0.0021052631578947],[448,0.0021052631578947],[449,0.0021052631578947],[450,0.0021052631578947],[451,0.0021052631578947],[452,0.0021052631578947],[453,0.0021052631578947],[454,0.0021052631578947],[455,0.0021052631578947],[456,0.0021052631578947],[457,0.0021052631578947],[458,0.0021052631578947],[459,0.0021052631578947],[460,0.0021052631578947],[461,0.0021052631578947],[462,0.0021052631578947],[463,0.0021052631578947],[464,0.0021052631578947],[465,0.0021052631578947],[466,0.0021052631578947],[467,0.0021052631578947],[468,0.0021052631578947],[469,0.0021052631578947],[470,0.0021052631578947],[471,0.0021052631578947],[472,0.0021052631578947],[473,0.0021052631578947],[474,0.0021052631578947],[475,0.0021052631578947],[476,0.0021052631578947],[477,0.0021052631578947],[478,0.0021052631578947],[479,0.0021052631578947],[480,0.0021052631578947],[481,0.0021052631578947],[482,0.0021052631578947],[483,0.0021052631578947],[484,0.0021052631578947],[485,0.0021052631578947],[486,0.0021052631578947],[487,0.0021052631578947],[488,0.0021052631578947],[489,0.0021052631578947],[490,0.0021052631578947],[491,0.0021052631578947],[492,0.0021052631578947],[493,0.0021052631578947],[494,0.0021052631578947],[495,0.0021052631578947],[496,0.0021052631578947],[497,0.0021052631578947],[498,0.0021052631578947],[499,0.0021052631578947],[500,0.0021052631578947],[501,0.0021052631578947],[502,0.0021052631578947],[503,0.0021052631578947],[504,0.0021052631578947],[505,0.0021052631578947],[506,0.0021052631578947],[507,0.0021052631578947],[508,0.0021052631578947],[509,0.0021052631578947],[510,0.0021052631578947],[511,0.0021052631578947],[512,0.0021052631578947],[513,0.0021052631578947],[514,0.0021052631578947],[515,0.0021052631578947],[516,0.0021052631578947],[517,0.0021052631578947],[518,0.0021052631578947],[519,0.0021052631578947],[520,0.0021052631578947],[521,0.0021052631578947],[522,0.0021052631578947],[523,0.0021052631578947],[524,0.0021052631578947],[525,0.0021052631578947],[526,0.0021052631578947],[527,0.0021052631578947],[528,0.0021052631578947],[529,0.0021052631578947],[530,0.0021052631578947],[531,0.0021052631578947],[532,0.0021052631578947],[533,0.0021052631578947],[534,0.0021052631578947],[535,0.0021052631578947],[536,0.0021052631578947],[537,0.0021052631578947],[538,0.0021052631578947],[539,0.0021052631578947],[540,0.0021052631578947],[541,0.0021052631578947],[542,0.0021052631578947],[543,0.0021052631578947],[544,0.0021052631578947],[545,0.0021052631578947],[546,0.0021052631578947],[547,0.0021052631578947],[548,0.0021052631578947],[549,0.0021052631578947],[550,0.0021052631578947],[551,0.0021052631578947],[552,0.0021052631578947],[553,0.0021052631578947],[554,0.0021052631578947],[555,0.0021052631578947],[556,0.0021052631578947],[557,0.0021052631578947],[558,0.0021052631578947],[559,0.0021052631578947],[560,0.0021052631578947],[561,0.0021052631578947],[562,0.0021052631578947],[563,0.0021052631578947],[564,0.0021052631578947],[565,0.0021052631578947],[566,0.0021052631578947],[567,0.0021052631578947],[568,0.0021052631578947],[569,0.0021052631578947],[570,0.0021052631578947],[571,0.0021052631578947],[572,0.0021052631578947],[573,0.0021052631578947],[574,0.0021052631578947],[575,0.0021052631578947],[576,0.0021052631578947],[577,0.0021052631578947],[578,0.0021052631578947],[579,0.0021052631578947],[580,0.0021052631578947],[581,0.0021052631578947],[582,0.0021052631578947],[583,0.0021052631578947],[584,0.0021052631578947],[585,0.0021052631578947],[586,0.0021052631578947],[587,0.0021052631578947],[588,0.0021052631578947],[589,0.0021052631578947],[590,0.0021052631578947],[591,0.0021052631578947],[592,0.0021052631578947],[593,0.0021052631578947],[594,0.0021052631578947],[595,0.0021052631578947],[596,0.0021052631578947],[597,0.0021052631578947],[598,0.0021052631578947],[599,0.0021052631578947],[600,0.0021052631578947],[601,0.0021052631578947],[602,0.0021052631578947],[603,0.0021052631578947],[604,0.0021052631578947],[605,0.0021052631578947],[606,0.0021052631578947],[607,0.0021052631578947],[608,0.0021052631578947],[609,0.0021052631578947],[610,0.0021052631578947],[611,0.0021052631578947],[612,0.0021052631578947],[613,0.0021052631578947],[614,0.0021052631578947],[615,0.0021052631578947],[616,0.0021052631578947],[617,0.0021052631578947],[618,0.0021052631578947],[619,0.0021052631578947],[620,0.0021052631578947],[621,0.0021052631578947],[622,0.0021052631578947],[623,0.0021052631578947],[624,0.0021052631578947],[625,0.0021052631578947],[626,0.0021052631578947],[627,0.0021052631578947],[628,0.0021052631578947],[629,0.0021052631578947],[630,0.0021052631578947],[631,0.0021052631578947],[632,0.0021052631578947],[633,0.0021052631578947],[634,0.0021052631578947],[635,0.0021052631578947],[636,0.0021052631578947],[637,0.0021052631578947],[638,0.0021052631578947],[639,0.0021052631578947],[640,0.0021052631578947],[641,0.0021052631578947],[642,0.0021052631578947],[643,0.0021052631578947],[644,0.0021052631578947],[645,0.0021052631578947],[646,0.0021052631578947],[647,0.0021052631578947],[648,0.0021052631578947],[649,0.0021052631578947],[-198,0.0099009900990099],[-197,0.0099009900990099],[-196,0.0099009900990099],[-195,0.0099009900990099],[-194,0.0099009900990099],[-193,0.0099009900990099],[-192,0.0099009900990099],[-191,0.0099009900990099],[-190,0.0099009900990099],[-189,0.0099009900990099],[-188,0.0099009900990099],[-187,0.0099009900990099],[-186,0.0099009900990099],[-185,0.0099009900990099],[-184,0.0099009900990099],[-183,0.0099009900990099],[-182,0.0099009900990099],[-181,0.0099009900990099],[-180,0.0099009900990099],[-179,0.0099009900990099],[-178,0.0099009900990099],[-177,0.0099009900990099],[-176,0.0099009900990099],[-175,0.0099009900990099],[-174,0.0099009900990099],[-173,0.0099009900990099],[-172,0.0099009900990099],[-171,0.0099009900990099],[-170,0.0099009900990099],[-169,0.0099009900990099],[-168,0.0099009900990099],[-167,0.0099009900990099],[-166,0.0099009900990099],[-165,0.0099009900990099],[-164,0.0099009900990099],[-163,0.0099009900990099],[-162,0.0099009900990099],[-161,0.0099009900990099],[-160,0.0099009900990099],[-159,0.0099009900990099],[-158,0.0099009900990099],[-157,0.0099009900990099],[-156,0.0099009900990099],[-155,0.0099009900990099],[-154,0.0099009900990099],[-153,0.0099009900990099],[-152,0.0099009900990099],[-151,0.0099009900990099],[-150,0.0099009900990099],[-149,0.0099009900990099],[-148,0.0099009900990099],[-147,0.0099009900990099],[-146,0.0099009900990099],[-145,0.0099009900990099],[-144,0.0099009900990099],[-143,0.0099009900990099],[-142,0.0099009900990099],[-141,0.0099009900990099],[-140,0.0099009900990099],[-139,0.0099009900990099],[-138,0.0099009900990099],[-137,0.0099009900990099],[-136,0.0099009900990099],[-135,0.0099009900990099],[-134,0.0099009900990099],[-133,0.0099009900990099],[-132,0.0099009900990099],[-131,0.0099009900990099],[-130,0.0099009900990099],[-129,0.0099009900990099],[-128,0.0099009900990099],[-127,0.0099009900990099],[-126,0.0099009900990099],[-125,0.0099009900990099],[-124,0.0099009900990099],[-123,0.0099009900990099],[-122,0.0099009900990099],[-121,0.0099009900990099],[-120,0.0099009900990099],[-119,0.0099009900990099],[-118,0.0099009900990099],[-117,0.0099009900990099],[-116,0.0099009900990099],[-115,0.0099009900990099],[-114,0.0099009900990099],[-113,0.0099009900990099],[-112,0.0099009900990099],[-111,0.0099009900990099],[-110,0.0099009900990099],[-109,0.0099009900990099],[-108,0.0099009900990099],[-107,0.0099009900990099],[-106,0.0099009900990099],[-105,0.0099009900990099],[-104,0.0099009900990099],[-103,0.0099009900990099],[-102,0.0099009900990099],[-101,0.0099009900990099],[-100,0.0099009900990099],[-99,0.0099009900990099],[-98,0.0099009900990099],[-699,0.0009532888465205],[-698,0.0009532888465205],[-697,0.0009532888465205],[-696,0.0009532888465205],[-695,0.0009532888465205],[-694,0.0009532888465205],[-693,0.0009532888465205],[-692,0.0009532888465205],[-691,0.0009532888465205],[-690,0.0009532888465205],[-689,0.0009532888465205],[-688,0.0009532888465205],[-687,0.0009532888465205],[-686,0.0009532888465205],[-685,0.0009532888465205],[-684,0.0009532888465205],[-683,0.0009532888465205],[-682,0.0009532888465205],[-681,0.0009532888465205],[-680,0.0009532888465205],[-679,0.0009532888465205],[-678,0.0009532888465205],[-677,0.0009532888465205],[-676,0.0009532888465205],[-675,0.0009532888465205],[-674,0.0009532888465205],[-673,0.0009532888465205],[-672,0.0009532888465205],[-671,0.0009532888465205],[-670,0.0009532888465205],[-669,0.0009532888465205],[-668,0.0009532888465205],[-667,0.0009532888465205],[-666,0.0009532888465205],[-665,0.0009532888465205],[-664,0.0009532888465205],[-663,0.0009532888465205],[-662,0.0009532888465205],[-661,0.0009532888465205],[-660,0.0009532888465205],[-659,0.0009532888465205],[-658,0.0009532888465205],[-657,0.0009532888465205],[-656,0.0009532888465205],[-655,0.0009532888465205],[-654,0.0009532888465205],[-653,0.0009532888465205],[-652,0.0009532888465205],[-651,0.0009532888465205],[-650,0.0009532888465205],[-649,0.0009532888465205],[-648,0.0009532888465205],[-647,0.0009532888465205],[-646,0.0009532888465205],[-645,0.0009532888465205],[-644,0.0009532888465205],[-643,0.0009532888465205],[-642,0.0009532888465205],[-641,0.0009532888465205],[-640,0.0009532888465205],[-639,0.0009532888465205],[-638,0.0009532888465205],[-637,0.0009532888465205],[-636,0.0009532888465205],[-635,0.0009532888465205],[-634,0.0009532888465205],[-633,0.0009532888465205],[-632,0.0009532888465205],[-631,0.0009532888465205],[-630,0.0009532888465205],[-629,0.0009532888465205],[-628,0.0009532888465205],[-627,0.0009532888465205],[-626,0.0009532888465205],[-625,0.0009532888465205],[-624,0.0009532888465205],[-623,0.0009532888465205],[-622,0.0009532888465205],[-621,0.0009532888465205],[-620,0.0009532888465205],[-619,0.0009532888465205],[-618,0.0009532888465205],[-617,0.0009532888465205],[-616,0.0009532888465205],[-615,0.0009532888465205],[-614,0.0009532888465205],[-613,0.0009532888465205],[-612,0.0009532888465205],[-611,0.0009532888465205],[-610,0.0009532888465205],[-609,0.0009532888465205],[-608,0.0009532888465205],[-607,0.0009532888465205],[-606,0.0009532888465205],[-605,0.0009532888465205],[-604,0.0009532888465205],[-603,0.0009532888465205],[-602,0.0009532888465205],[-601,0.0009532888465205],[-600,0.0009532888465205],[-599,0.0009532888465205],[-598,0.0009532888465205],[-597,0.0009532888465205],[-596,0.0009532888465205],[-595,0.0009532888465205],[-594,0.0009532888465205],[-593,0.0009532888465205],[-592,0.0009532888465205],[-591,0.0009532888465205],[-590,0.0009532888465205],[-589,0.0009532888465205],[-588,0.0009532888465205],[-587,0.0009532888465205],[-586,0.0009532888465205],[-585,0.0009532888465205],[-584,0.0009532888465205],[-583,0.0009532888465205],[-582,0.0009532888465205],[-581,0.0009532888465205],[-580,0.0009532888465205],[-579,0.0009532888465205],[-578,0.0009532888465205],[-577,0.0009532888465205],[-576,0.0009532888465205],[-575,0.0009532888465205],[-574,0.0009532888465205],[-573,0.0009532888465205],[-572,0.0009532888465205],[-571,0.0009532888465205],[-570,0.0009532888465205],[-569,0.0009532888465205],[-568,0.0009532888465205],[-567,0.0009532888465205],[-566,0.0009532888465205],[-565,0.0009532888465205],[-564,0.0009532888465205],[-563,0.0009532888465205],[-562,0.0009532888465205],[-561,0.0009532888465205],[-560,0.0009532888465205],[-559,0.0009532888465205],[-558,0.0009532888465205],[-557,0.0009532888465205],[-556,0.0009532888465205],[-555,0.0009532888465205],[-554,0.0009532888465205],[-553,0.0009532888465205],[-552,0.0009532888465205],[-551,0.0009532888465205],[-550,0.0009532888465205],[-549,0.0009532888465205],[-548,0.0009532888465205],[-547,0.0009532888465205],[-546,0.0009532888465205],[-545,0.0009532888465205],[-544,0.0009532888465205],[-543,0.0009532888465205],[-542,0.0009532888465205],[-541,0.0009532888465205],[-540,0.0009532888465205],[-539,0.0009532888465205],[-538,0.0009532888465205],[-537,0.0009532888465205],[-536,0.0009532888465205],[-535,0.0009532888465205],[-534,0.0009532888465205],[-533,0.0009532888465205],[-532,0.0009532888465205],[-531,0.0009532888465205],[-530,0.0009532888465205],[-529,0.0009532888465205],[-528,0.0009532888465205],[-527,0.0009532888465205],[-526,0.0009532888465205],[-525,0.0009532888465205],[-524,0.0009532888465205],[-523,0.0009532888465205],[-522,0.0009532888465205],[-521,0.0009532888465205],[-520,0.0009532888465205],[-519,0.0009532888465205],[-518,0.0009532888465205],[-517,0.0009532888465205],[-516,0.0009532888465205],[-515,0.0009532888465205],[-514,0.0009532888465205],[-513,0.0009532888465205],[-512,0.0009532888465205],[-511,0.0009532888465205],[-510,0.0009532888465205],[-509,0.0009532888465205],[-508,0.0009532888465205],[-507,0.0009532888465205],[-506,0.0009532888465205],[-505,0.0009532888465205],[-504,0.0009532888465205],[-503,0.0009532888465205],[-502,0.0009532888465205],[-501,0.0009532888465205],[-500,0.0009532888465205],[-499,0.0009532888465205],[-498,0.0009532888465205],[-497,0.0009532888465205],[-496,0.0009532888465205],[-495,0.0009532888465205],[-494,0.0009532888465205],[-493,0.0009532888465205],[-492,0.0009532888465205],[-491,0.0009532888465205],[-490,0.0009532888465205],[-489,0.0009532888465205],[-488,0.0009532888465205],[-487,0.0009532888465205],[-486,0.0009532888465205],[-485,0.0009532888465205],[-484,0.0009532888465205],[-483,0.0009532888465205],[-482,0.0009532888465205],[-481,0.0009532888465205],[-480,0.0009532888465205],[-479,0.0009532888465205],[-478,0.0009532888465205],[-477,0.0009532888465205],[-476,0.0009532888465205],[-475,0.0009532888465205],[-474,0.0009532888465205],[-473,0.0009532888465205],[-472,0.0009532888465205],[-471,0.0009532888465205],[-470,0.0009532888465205],[-469,0.0009532888465205],[-468,0.0009532888465205],[-467,0.0009532888465205],[-466,0.0009532888465205],[-465,0.0009532888465205],[-464,0.0009532888465205],[-463,0.0009532888465205],[-462,0.0009532888465205],[-461,0.0009532888465205],[-460,0.0009532888465205],[-459,0.0009532888465205],[-458,0.0009532888465205],[-457,0.0009532888465205],[-456,0.0009532888465205],[-455,0.0009532888465205],[-454,0.0009532888465205],[-453,0.0009532888465205],[-452,0.0009532888465205],[-451,0.0009532888465205],[-450,0.0009532888465205],[-449,0.0009532888465205],[-448,0.0009532888465205],[-447,0.0009532888465205],[-446,0.0009532888465205],[-445,0.0009532888465205],[-444,0.0009532888465205],[-443,0.0009532888465205],[-442,0.0009532888465205],[-441,0.0009532888465205],[-440,0.0009532888465205],[-439,0.0009532888465205],[-438,0.0009532888465205],[-437,0.0009532888465205],[-436,0.0009532888465205],[-435,0.0009532888465205],[-434,0.0009532888465205],[-433,0.0009532888465205],[-432,0.0009532888465205],[-431,0.0009532888465205],[-430,0.0009532888465205],[-429,0.0009532888465205],[-428,0.0009532888465205],[-427,0.0009532888465205],[-426,0.0009532888465205],[-425,0.0009532888465205],[-424,0.0009532888465205],[-423,0.0009532888465205],[-422,0.0009532888465205],[-421,0.0009532888465205],[-420,0.0009532888465205],[-419,0.0009532888465205],[-418,0.0009532888465205],[-417,0.0009532888465205],[-416,0.0009532888465205],[-415,0.0009532888465205],[-414,0.0009532888465205],[-413,0.0009532888465205],[-412,0.0009532888465205],[-411,0.0009532888465205],[-410,0.0009532888465205],[-409,0.0009532888465205],[-408,0.0009532888465205],[-407,0.0009532888465205],[-406,0.0009532888465205],[-405,0.0009532888465205],[-404,0.0009532888465205],[-403,0.0009532888465205],[-402,0.0009532888465205],[-401,0.0009532888465205],[-400,0.0009532888465205],[-399,0.0009532888465205],[-398,0.0009532888465205],[-397,0.0009532888465205],[-396,0.0009532888465205],[-395,0.0009532888465205],[-394,0.0009532888465205],[-393,0.0009532888465205],[-392,0.0009532888465205],[-391,0.0009532888465205],[-390,0.0009532888465205],[-389,0.0009532888465205],[-388,0.0009532888465205],[-387,0.0009532888465205],[-386,0.0009532888465205],[-385,0.0009532888465205],[-384,0.0009532888465205],[-383,0.0009532888465205],[-382,0.0009532888465205],[-381,0.0009532888465205],[-380,0.0009532888465205],[-379,0.0009532888465205],[-378,0.0009532888465205],[-377,0.0009532888465205],[-376,0.0009532888465205],[-375,0.0009532888465205],[-374,0.0009532888465205],[-373,0.0009532888465205],[-372,0.0009532888465205],[-371,0.0009532888465205],[-370,0.0009532888465205],[-369,0.0009532888465205],[-368,0.0009532888465205],[-367,0.0009532888465205],[-366,0.0009532888465205],[-365,0.0009532888465205],[-364,0.0009532888465205],[-363,0.0009532888465205],[-362,0.0009532888465205],[-361,0.0009532888465205],[-360,0.0009532888465205],[-359,0.0009532888465205],[-358,0.0009532888465205],[-357,0.0009532888465205],[-356,0.0009532888465205],[-355,0.0009532888465205],[-354,0.0009532888465205],[-353,0.0009532888465205],[-352,0.0009532888465205],[-351,0.0009532888465205],[-350,0.0009532888465205],[-349,0.0009532888465205],[-348,0.0009532888465205],[-347,0.0009532888465205],[-346,0.0009532888465205],[-345,0.0009532888465205],[-344,0.0009532888465205],[-343,0.0009532888465205],[-342,0.0009532888465205],[-341,0.0009532888465205],[-340,0.0009532888465205],[-339,0.0009532888465205],[-338,0.0009532888465205],[-337,0.0009532888465205],[-336,0.0009532888465205],[-335,0.0009532888465205],[-334,0.0009532888465205],[-333,0.0009532888465205],[-332,0.0009532888465205],[-331,0.0009532888465205],[-330,0.0009532888465205],[-329,0.0009532888465205],[-328,0.0009532888465205],[-327,0.0009532888465205],[-326,0.0009532888465205],[-325,0.0009532888465205],[-324,0.0009532888465205],[-323,0.0009532888465205],[-322,0.0009532888465205],[-321,0.0009532888465205],[-320,0.0009532888465205],[-319,0.0009532888465205],[-318,0.0009532888465205],[-317,0.0009532888465205],[-316,0.0009532888465205],[-315,0.0009532888465205],[-314,0.0009532888465205],[-313,0.0009532888465205],[-312,0.0009532888465205],[-311,0.0009532888465205],[-310,0.0009532888465205],[-309,0.0009532888465205],[-308,0.0009532888465205],[-307,0.0009532888465205],[-306,0.0009532888465205],[-305,0.0009532888465205],[-304,0.0009532888465205],[-303,0.0009532888465205],[-302,0.0009532888465205],[-301,0.0009532888465205],[-300,0.0009532888465205],[-299,0.0009532888465205],[-298,0.0009532888465205],[-297,0.0009532888465205],[-296,0.0009532888465205],[-295,0.0009532888465205],[-294,0.0009532888465205],[-293,0.0009532888465205],[-292,0.0009532888465205],[-291,0.0009532888465205],[-290,0.0009532888465205],[-289,0.0009532888465205],[-288,0.0009532888465205],[-287,0.0009532888465205],[-286,0.0009532888465205],[-285,0.0009532888465205],[-284,0.0009532888465205],[-283,0.0009532888465205],[-282,0.0009532888465205],[-281,0.0009532888465205],[-280,0.0009532888465205],[-279,0.0009532888465205],[-278,0.0009532888465205],[-277,0.0009532888465205],[-276,0.0009532888465205],[-275,0.0009532888465205],[-274,0.0009532888465205],[-273,0.0009532888465205],[-272,0.0009532888465205],[-271,0.0009532888465205],[-270,0.0009532888465205],[-269,0.0009532888465205],[-268,0.0009532888465205],[-267,0.0009532888465205],[-266,0.0009532888465205],[-265,0.0009532888465205],[-264,0.0009532888465205],[-263,0.0009532888465205],[-262,0.0009532888465205],[-261,0.0009532888465205],[-260,0.0009532888465205],[-259,0.0009532888465205],[-258,0.0009532888465205],[-257,0.0009532888465205],[-256,0.0009532888465205],[-255,0.0009532888465205],[-254,0.0009532888465205],[-253,0.0009532888465205],[-252,0.0009532888465205],[-251,0.0009532888465205],[-250,0.0009532888465205],[-249,0.0009532888465205],[-248,0.0009532888465205],[-247,0.0009532888465205],[-246,0.0009532888465205],[-245,0.0009532888465205],[-244,0.0009532888465205],[-243,0.0009532888465205],[-242,0.0009532888465205],[-241,0.0009532888465205],[-240,0.0009532888465205],[-239,0.0009532888465205],[-238,0.0009532888465205],[-237,0.0009532888465205],[-236,0.0009532888465205],[-235,0.0009532888465205],[-234,0.0009532888465205],[-233,0.0009532888465205],[-232,0.0009532888465205],[-231,0.0009532888465205],[-230,0.0009532888465205],[-229,0.0009532888465205],[-228,0.0009532888465205],[-227,0.0009532888465205],[-226,0.0009532888465205],[-225,0.0009532888465205],[-224,0.0009532888465205],[-223,0.0009532888465205],[-222,0.0009532888465205],[-221,0.0009532888465205],[-220,0.0009532888465205],[-219,0.0009532888465205],[-218,0.0009532888465205],[-217,0.0009532888465205],[-216,0.0009532888465205],[-215,0.0009532888465205],[-214,0.0009532888465205],[-213,0.0009532888465205],[-212,0.0009532888465205],[-211,0.0009532888465205],[-210,0.0009532888465205],[-209,0.0009532888465205],[-208,0.0009532888465205],[-207,0.0009532888465205],[-206,0.0009532888465205],[-205,0.0009532888465205],[-204,0.0009532888465205],[-203,0.0009532888465205],[-202,0.0009532888465205],[-201,0.0009532888465205],[-200,0.0009532888465205],[-199,0.0009532888465205],[-198,0.0009532888465205],[-197,0.0009532888465205],[-196,0.0009532888465205],[-195,0.0009532888465205],[-194,0.0009532888465205],[-193,0.0009532888465205],[-192,0.0009532888465205],[-191,0.0009532888465205],[-190,0.0009532888465205],[-189,0.0009532888465205],[-188,0.0009532888465205],[-187,0.0009532888465205],[-186,0.0009532888465205],[-185,0.0009532888465205],[-184,0.0009532888465205],[-183,0.0009532888465205],[-182,0.0009532888465205],[-181,0.0009532888465205],[-180,0.0009532888465205],[-179,0.0009532888465205],[-178,0.0009532888465205],[-177,0.0009532888465205],[-176,0.0009532888465205],[-175,0.0009532888465205],[-174,0.0009532888465205],[-173,0.0009532888465205],[-172,0.0009532888465205],[-171,0.0009532888465205],[-170,0.0009532888465205],[-169,0.0009532888465205],[-168,0.0009532888465205],[-167,0.0009532888465205],[-166,0.0009532888465205],[-165,0.0009532888465205],[-164,0.0009532888465205],[-163,0.0009532888465205],[-162,0.0009532888465205],[-161,0.0009532888465205],[-160,0.0009532888465205],[-159,0.0009532888465205],[-158,0.0009532888465205],[-157,0.0009532888465205],[-156,0.0009532888465205],[-155,0.0009532888465205],[-154,0.0009532888465205],[-153,0.0009532888465205],[-152,0.0009532888465205],[-151,0.0009532888465205],[-150,0.0009532888465205],[-149,0.0009532888465205],[-148,0.0009532888465205],[-147,0.0009532888465205],[-146,0.0009532888465205],[-145,0.0009532888465205],[-144,0.0009532888465205],[-143,0.0009532888465205],[-142,0.0009532888465205],[-141,0.0009532888465205],[-140,0.0009532888465205],[-139,0.0009532888465205],[-138,0.0009532888465205],[-137,0.0009532888465205],[-136,0.0009532888465205],[-135,0.0009532888465205],[-134,0.0009532888465205],[-133,0.0009532888465205],[-132,0.0009532888465205],[-131,0.0009532888465205],[-130,0.0009532888465205],[-129,0.0009532888465205],[-128,0.0009532888465205],[-127,0.0009532888465205],[-126,0.0009532888465205],[-125,0.0009532888465205],[-124,0.0009532888465205],[-123,0.0009532888465205],[-122,0.0009532888465205],[-121,0.0009532888465205],[-120,0.0009532888465205],[-119,0.0009532888465205],[-118,0.0009532888465205],[-117,0.0009532888465205],[-116,0.0009532888465205],[-115,0.0009532888465205],[-114,0.0009532888465205],[-113,0.0009532888465205],[-112,0.0009532888465205],[-111,0.0009532888465205],[-110,0.0009532888465205],[-109,0.0009532888465205],[-108,0.0009532888465205],[-107,0.0009532888465205],[-106,0.0009532888465205],[-105,0.0009532888465205],[-104,0.0009532888465205],[-103,0.0009532888465205],[-102,0.0009532888465205],[-101,0.0009532888465205],[-100,0.0009532888465205],[-99,0.0009532888465205],[-98,0.0009532888465205],[-97,0.0009532888465205],[-96,0.0009532888465205],[-95,0.0009532888465205],[-94,0.0009532888465205],[-93,0.0009532888465205],[-92,0.0009532888465205],[-91,0.0009532888465205],[-90,0.0009532888465205],[-89,0.0009532888465205],[-88,0.0009532888465205],[-87,0.0009532888465205],[-86,0.0009532888465205],[-85,0.0009532888465205],[-84,0.0009532888465205],[-83,0.0009532888465205],[-82,0.0009532888465205],[-81,0.0009532888465205],[-80,0.0009532888465205],[-79,0.0009532888465205],[-78,0.0009532888465205],[-77,0.0009532888465205],[-76,0.0009532888465205],[-75,0.0009532888465205],[-74,0.0009532888465205],[-73,0.0009532888465205],[-72,0.0009532888465205],[-71,0.0009532888465205],[-70,0.0009532888465205],[-69,0.0009532888465205],[-68,0.0009532888465205],[-67,0.0009532888465205],[-66,0.0009532888465205],[-65,0.0009532888465205],[-64,0.0009532888465205],[-63,0.0009532888465205],[-62,0.0009532888465205],[-61,0.0009532888465205],[-60,0.0009532888465205],[-59,0.0009532888465205],[-58,0.0009532888465205],[-57,0.0009532888465205],[-56,0.0009532888465205],[-55,0.0009532888465205],[-54,0.0009532888465205],[-53,0.0009532888465205],[-52,0.0009532888465205],[-51,0.0009532888465205],[-50,0.0009532888465205],[-49,0.0009532888465205],[-48,0.0009532888465205],[-47,0.0009532888465205],[-46,0.0009532888465205],[-45,0.0009532888465205],[-44,0.0009532888465205],[-43,0.0009532888465205],[-42,0.0009532888465205],[-41,0.0009532888465205],[-40,0.0009532888465205],[-39,0.0009532888465205],[-38,0.0009532888465205],[-37,0.0009532888465205],[-36,0.0009532888465205],[-35,0.0009532888465205],[-34,0.0009532888465205],[-33,0.0009532888465205],[-32,0.0009532888465205],[-31,0.0009532888465205],[-30,0.0009532888465205],[-29,0.0009532888465205],[-28,0.0009532888465205],[-27,0.0009532888465205],[-26,0.0009532888465205],[-25,0.0009532888465205],[-24,0.0009532888465205],[-23,0.0009532888465205],[-22,0.0009532888465205],[-21,0.0009532888465205],[-20,0.0009532888465205],[-19,0.0009532888465205],[-18,0.0009532888465205],[-17,0.0009532888465205],[-16,0.0009532888465205],[-15,0.0009532888465205],[-14,0.0009532888465205],[-13,0.0009532888465205],[-12,0.0009532888465205],[-11,0.0009532888465205],[-10,0.0009532888465205],[-9,0.0009532888465205],[-8,0.0009532888465205],[-7,0.0009532888465205],[-6,0.0009532888465205],[-5,0.0009532888465205],[-4,0.0009532888465205],[-3,0.0009532888465205],[-2,0.0009532888465205],[-1,0.0009532888465205],[1,0.0009532888465205],[2,0.0009532888465205],[3,0.0009532888465205],[4,0.0009532888465205],[5,0.0009532888465205],[6,0.0009532888465205],[7,0.0009532888465205],[8,0.0009532888465205],[9,0.0009532888465205],[10,0.0009532888465205],[11,0.0009532888465205],[12,0.0009532888465205],[13,0.0009532888465205],[14,0.0009532888465205],[15,0.0009532888465205],[16,0.0009532888465205],[17,0.0009532888465205],[18,0.0009532888465205],[19,0.0009532888465205],[20,0.0009532888465205],[21,0.0009532888465205],[22,0.0009532888465205],[23,0.0009532888465205],[24,0.0009532888465205],[25,0.0009532888465205],[26,0.0009532888465205],[27,0.0009532888465205],[28,0.0009532888465205],[29,0.0009532888465205],[30,0.0009532888465205],[31,0.0009532888465205],[32,0.0009532888465205],[33,0.0009532888465205],[34,0.0009532888465205],[35,0.0009532888465205],[36,0.0009532888465205],[37,0.0009532888465205],[38,0.0009532888465205],[39,0.0009532888465205],[40,0.0009532888465205],[41,0.0009532888465205],[42,0.0009532888465205],[43,0.0009532888465205],[44,0.0009532888465205],[45,0.0009532888465205],[46,0.0009532888465205],[47,0.0009532888465205],[48,0.0009532888465205],[49,0.0009532888465205],[50,0.0009532888465205],[51,0.0009532888465205],[52,0.0009532888465205],[53,0.0009532888465205],[54,0.0009532888465205],[55,0.0009532888465205],[56,0.0009532888465205],[57,0.0009532888465205],[58,0.0009532888465205],[59,0.0009532888465205],[60,0.0009532888465205],[61,0.0009532888465205],[62,0.0009532888465205],[63,0.0009532888465205],[64,0.0009532888465205],[65,0.0009532888465205],[66,0.0009532888465205],[67,0.0009532888465205],[68,0.0009532888465205],[69,0.0009532888465205],[70,0.0009532888465205],[71,0.0009532888465205],[72,0.0009532888465205],[73,0.0009532888465205],[74,0.0009532888465205],[75,0.0009532888465205],[76,0.0009532888465205],[77,0.0009532888465205],[78,0.0009532888465205],[79,0.0009532888465205],[80,0.0009532888465205],[81,0.0009532888465205],[82,0.0009532888465205],[83,0.0009532888465205],[84,0.0009532888465205],[85,0.0009532888465205],[86,0.0009532888465205],[87,0.0009532888465205],[88,0.0009532888465205],[89,0.0009532888465205],[90,0.0009532888465205],[91,0.0009532888465205],[92,0.0009532888465205],[93,0.0009532888465205],[94,0.0009532888465205],[95,0.0009532888465205],[96,0.0009532888465205],[97,0.0009532888465205],[98,0.0009532888465205],[99,0.0009532888465205],[100,0.0009532888465205],[101,0.0009532888465205],[102,0.0009532888465205],[103,0.0009532888465205],[104,0.0009532888465205],[105,0.0009532888465205],[106,0.0009532888465205],[107,0.0009532888465205],[108,0.0009532888465205],[109,0.0009532888465205],[110,0.0009532888465205],[111,0.0009532888465205],[112,0.0009532888465205],[113,0.0009532888465205],[114,0.0009532888465205],[115,0.0009532888465205],[116,0.0009532888465205],[117,0.0009532888465205],[118,0.0009532888465205],[119,0.0009532888465205],[120,0.0009532888465205],[121,0.0009532888465205],[122,0.0009532888465205],[123,0.0009532888465205],[124,0.0009532888465205],[125,0.0009532888465205],[126,0.0009532888465205],[127,0.0009532888465205],[128,0.0009532888465205],[129,0.0009532888465205],[130,0.0009532888465205],[131,0.0009532888465205],[132,0.0009532888465205],[133,0.0009532888465205],[134,0.0009532888465205],[135,0.0009532888465205],[136,0.0009532888465205],[137,0.0009532888465205],[138,0.0009532888465205],[139,0.0009532888465205],[140,0.0009532888465205],[141,0.0009532888465205],[142,0.0009532888465205],[143,0.0009532888465205],[144,0.0009532888465205],[145,0.0009532888465205],[146,0.0009532888465205],[147,0.0009532888465205],[148,0.0009532888465205],[149,0.0009532888465205],[150,0.0009532888465205],[151,0.0009532888465205],[152,0.0009532888465205],[153,0.0009532888465205],[154,0.0009532888465205],[155,0.0009532888465205],[156,0.0009532888465205],[157,0.0009532888465205],[158,0.0009532888465205],[159,0.0009532888465205],[160,0.0009532888465205],[161,0.0009532888465205],[162,0.0009532888465205],[163,0.0009532888465205],[164,0.0009532888465205],[165,0.0009532888465205],[166,0.0009532888465205],[167,0.0009532888465205],[168,0.0009532888465205],[169,0.0009532888465205],[170,0.0009532888465205],[171,0.0009532888465205],[172,0.0009532888465205],[173,0.0009532888465205],[174,0.0009532888465205],[175,0.0009532888465205],[176,0.0009532888465205],[177,0.0009532888465205],[178,0.0009532888465205],[179,0.0009532888465205],[180,0.0009532888465205],[181,0.0009532888465205],[182,0.0009532888465205],[183,0.0009532888465205],[184,0.0009532888465205],[185,0.0009532888465205],[186,0.0009532888465205],[187,0.0009532888465205],[188,0.0009532888465205],[189,0.0009532888465205],[190,0.0009532888465205],[191,0.0009532888465205],[192,0.0009532888465205],[193,0.0009532888465205],[194,0.0009532888465205],[195,0.0009532888465205],[196,0.0009532888465205],[197,0.0009532888465205],[198,0.0009532888465205],[199,0.0009532888465205],[200,0.0009532888465205],[201,0.0009532888465205],[202,0.0009532888465205],[203,0.0009532888465205],[204,0.0009532888465205],[205,0.0009532888465205],[206,0.0009532888465205],[207,0.0009532888465205],[208,0.0009532888465205],[209,0.0009532888465205],[210,0.0009532888465205],[211,0.0009532888465205],[212,0.0009532888465205],[213,0.0009532888465205],[214,0.0009532888465205],[215,0.0009532888465205],[216,0.0009532888465205],[217,0.0009532888465205],[218,0.0009532888465205],[219,0.0009532888465205],[220,0.0009532888465205],[221,0.0009532888465205],[222,0.0009532888465205],[223,0.0009532888465205],[224,0.0009532888465205],[225,0.0009532888465205],[226,0.0009532888465205],[227,0.0009532888465205],[228,0.0009532888465205],[229,0.0009532888465205],[230,0.0009532888465205],[231,0.0009532888465205],[232,0.0009532888465205],[233,0.0009532888465205],[234,0.0009532888465205],[235,0.0009532888465205],[236,0.0009532888465205],[237,0.0009532888465205],[238,0.0009532888465205],[239,0.0009532888465205],[240,0.0009532888465205],[241,0.0009532888465205],[242,0.0009532888465205],[243,0.0009532888465205],[244,0.0009532888465205],[245,0.0009532888465205],[246,0.0009532888465205],[247,0.0009532888465205],[248,0.0009532888465205],[249,0.0009532888465205],[250,0.0009532888465205],[251,0.0009532888465205],[252,0.0009532888465205],[253,0.0009532888465205],[254,0.0009532888465205],[255,0.0009532888465205],[256,0.0009532888465205],[257,0.0009532888465205],[258,0.0009532888465205],[259,0.0009532888465205],[260,0.0009532888465205],[261,0.0009532888465205],[262,0.0009532888465205],[263,0.0009532888465205],[264,0.0009532888465205],[265,0.0009532888465205],[266,0.0009532888465205],[267,0.0009532888465205],[268,0.0009532888465205],[269,0.0009532888465205],[270,0.0009532888465205],[271,0.0009532888465205],[272,0.0009532888465205],[273,0.0009532888465205],[274,0.0009532888465205],[275,0.0009532888465205],[276,0.0009532888465205],[277,0.0009532888465205],[278,0.0009532888465205],[279,0.0009532888465205],[280,0.0009532888465205],[281,0.0009532888465205],[282,0.0009532888465205],[283,0.0009532888465205],[284,0.0009532888465205],[285,0.0009532888465205],[286,0.0009532888465205],[287,0.0009532888465205],[288,0.0009532888465205],[289,0.0009532888465205],[290,0.0009532888465205],[291,0.0009532888465205],[292,0.0009532888465205],[293,0.0009532888465205],[294,0.0009532888465205],[295,0.0009532888465205],[296,0.0009532888465205],[297,0.0009532888465205],[298,0.0009532888465205],[299,0.0009532888465205],[300,0.0009532888465205],[301,0.0009532888465205],[302,0.0009532888465205],[303,0.0009532888465205],[304,0.0009532888465205],[305,0.0009532888465205],[306,0.0009532888465205],[307,0.0009532888465205],[308,0.0009532888465205],[309,0.0009532888465205],[310,0.0009532888465205],[311,0.0009532888465205],[312,0.0009532888465205],[313,0.0009532888465205],[314,0.0009532888465205],[315,0.0009532888465205],[316,0.0009532888465205],[317,0.0009532888465205],[318,0.0009532888465205],[319,0.0009532888465205],[320,0.0009532888465205],[321,0.0009532888465205],[322,0.0009532888465205],[323,0.0009532888465205],[324,0.0009532888465205],[325,0.0009532888465205],[326,0.0009532888465205],[327,0.0009532888465205],[328,0.0009532888465205],[329,0.0009532888465205],[330,0.0009532888465205],[331,0.0009532888465205],[332,0.0009532888465205],[333,0.0009532888465205],[334,0.0009532888465205],[335,0.0009532888465205],[336,0.0009532888465205],[337,0.0009532888465205],[338,0.0009532888465205],[339,0.0009532888465205],[340,0.0009532888465205],[341,0.0009532888465205],[342,0.0009532888465205],[343,0.0009532888465205],[344,0.0009532888465205],[345,0.0009532888465205],[346,0.0009532888465205],[347,0.0009532888465205],[348,0.0009532888465205],[349,0.0009532888465205],[350,0.0009532888465205],[675,0.04],[676,0.04],[677,0.04],[678,0.04],[679,0.04],[680,0.04],[681,0.04],[682,0.04],[683,0.04],[684,0.04],[685,0.04],[686,0.04],[687,0.04],[688,0.04],[689,0.04],[690,0.04],[691,0.04],[692,0.04],[693,0.04],[694,0.04],[695,0.04],[696,0.04],[697,0.04],[698,0.04],[699,0.04],[714,0.066666666666667],[715,0.066666666666667],[716,0.066666666666667],[717,0.066666666666667],[718,0.066666666666667],[719,0.066666666666667],[720,0.066666666666667],[721,0.066666666666667],[722,0.066666666666667],[723,0.066666666666667],[724,0.066666666666667],[725,0.066666666666667],[726,0.066666666666667],[727,0.066666666666667],[728,0.066666666666667],[-78,0.0625],[-77,0.0625],[-76,0.0625],[-75,0.0625],[-74,0.0625],[-73,0.0625],[-72,0.0625],[-71,0.0625],[-70,0.0625],[-69,0.0625],[-68,0.0625],[-67,0.0625],[-66,0.0625],[-65,0.0625],[-64,0.0625],[-63,0.0625],[155,1],[-247,0.25],[-246,0.25],[-245,0.25],[-244,0.25],[-211,0.5],[-210,0.5],[-83,0.5],[-82,0.5],[-253,0.055555555555556],[-252,0.055555555555556],[-251,0.055555555555556],[-250,0.055555555555556],[-249,0.055555555555556],[-248,0.055555555555556],[-247,0.055555555555556],[-246,0.055555555555556],[-245,0.055555555555556],[-244,0.055555555555556],[-243,0.055555555555556],[-242,0.055555555555556],[-241,0.055555555555556],[-240,0.055555555555556],[-239,0.055555555555556],[-238,0.055555555555556],[-237,0.055555555555556],[-236,0.055555555555556],[48,0.024390243902439],[49,0.024390243902439],[50,0.024390243902439],[51,0.024390243902439],[52,0.024390243902439],[53,0.024390243902439],[54,0.024390243902439],[55,0.024390243902439],[56,0.024390243902439],[57,0.024390243902439],[58,0.024390243902439],[59,0.024390243902439],[60,0.024390243902439],[61,0.024390243902439],[62,0.024390243902439],[63,0.024390243902439],[64,0.024390243902439],[65,0.024390243902439],[66,0.024390243902439],[67,0.024390243902439],[68,0.024390243902439],[69,0.024390243902439],[70,0.024390243902439],[71,0.024390243902439],[72,0.024390243902439],[73,0.024390243902439],[74,0.024390243902439],[75,0.024390243902439],[76,0.024390243902439],[77,0.024390243902439],[78,0.024390243902439],[79,0.024390243902439],[80,0.024390243902439],[81,0.024390243902439],[82,0.024390243902439],[83,0.024390243902439],[84,0.024390243902439],[85,0.024390243902439],[86,0.024390243902439],[87,0.024390243902439],[88,0.024390243902439],[-161,0.14285714285714],[-160,0.14285714285714],[-159,0.14285714285714],[-158,0.14285714285714],[-157,0.14285714285714],[-156,0.14285714285714],[-155,0.14285714285714],[154,1],[400,0.005],[401,0.005],[402,0.005],[403,0.005],[404,0.005],[405,0.005],[406,0.005],[407,0.005],[408,0.005],[409,0.005],[410,0.005],[411,0.005],[412,0.005],[413,0.005],[414,0.005],[415,0.005],[416,0.005],[417,0.005],[418,0.005],[419,0.005],[420,0.005],[421,0.005],[422,0.005],[423,0.005],[424,0.005],[425,0.005],[426,0.005],[427,0.005],[428,0.005],[429,0.005],[430,0.005],[431,0.005],[432,0.005],[433,0.005],[434,0.005],[435,0.005],[436,0.005],[437,0.005],[438,0.005],[439,0.005],[440,0.005],[441,0.005],[442,0.005],[443,0.005],[444,0.005],[445,0.005],[446,0.005],[447,0.005],[448,0.005],[449,0.005],[450,0.005],[451,0.005],[452,0.005],[453,0.005],[454,0.005],[455,0.005],[456,0.005],[457,0.005],[458,0.005],[459,0.005],[460,0.005],[461,0.005],[462,0.005],[463,0.005],[464,0.005],[465,0.005],[466,0.005],[467,0.005],[468,0.005],[469,0.005],[470,0.005],[471,0.005],[472,0.005],[473,0.005],[474,0.005],[475,0.005],[476,0.005],[477,0.005],[478,0.005],[479,0.005],[480,0.005],[481,0.005],[482,0.005],[483,0.005],[484,0.005],[485,0.005],[486,0.005],[487,0.005],[488,0.005],[489,0.005],[490,0.005],[491,0.005],[492,0.005],[493,0.005],[494,0.005],[495,0.005],[496,0.005],[497,0.005],[498,0.005],[499,0.005],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[295,0.125],[296,0.125],[297,0.125],[298,0.125],[299,0.125],[300,0.125],[301,0.125],[302,0.125],[-250,0.25],[-249,0.25],[-248,0.25],[-247,0.25],[-230,0.076923076923077],[-229,0.076923076923077],[-228,0.076923076923077],[-227,0.076923076923077],[-226,0.076923076923077],[-225,0.076923076923077],[-224,0.076923076923077],[-223,0.076923076923077],[-222,0.076923076923077],[-221,0.076923076923077],[-220,0.076923076923077],[-219,0.076923076923077],[-218,0.076923076923077],[-226,0.11111111111111],[-225,0.11111111111111],[-224,0.11111111111111],[-223,0.11111111111111],[-222,0.11111111111111],[-221,0.11111111111111],[-220,0.11111111111111],[-219,0.11111111111111],[-218,0.11111111111111],[-184,0.33333333333333],[-183,0.33333333333333],[-182,0.33333333333333],[99,0.5],[100,0.5],[100,0.01],[101,0.01],[102,0.01],[103,0.01],[104,0.01],[105,0.01],[106,0.01],[107,0.01],[108,0.01],[109,0.01],[110,0.01],[111,0.01],[112,0.01],[113,0.01],[114,0.01],[115,0.01],[116,0.01],[117,0.01],[118,0.01],[119,0.01],[120,0.01],[121,0.01],[122,0.01],[123,0.01],[124,0.01],[125,0.01],[126,0.01],[127,0.01],[128,0.01],[129,0.01],[130,0.01],[131,0.01],[132,0.01],[133,0.01],[134,0.01],[135,0.01],[136,0.01],[137,0.01],[138,0.01],[139,0.01],[140,0.01],[141,0.01],[142,0.01],[143,0.01],[144,0.01],[145,0.01],[146,0.01],[147,0.01],[148,0.01],[149,0.01],[150,0.01],[151,0.01],[152,0.01],[153,0.01],[154,0.01],[155,0.01],[156,0.01],[157,0.01],[158,0.01],[159,0.01],[160,0.01],[161,0.01],[162,0.01],[163,0.01],[164,0.01],[165,0.01],[166,0.01],[167,0.01],[168,0.01],[169,0.01],[170,0.01],[171,0.01],[172,0.01],[173,0.01],[174,0.01],[175,0.01],[176,0.01],[177,0.01],[178,0.01],[179,0.01],[180,0.01],[181,0.01],[182,0.01],[183,0.01],[184,0.01],[185,0.01],[186,0.01],[187,0.01],[188,0.01],[189,0.01],[190,0.01],[191,0.01],[192,0.01],[193,0.01],[194,0.01],[195,0.01],[196,0.01],[197,0.01],[198,0.01],[199,0.01],[600,0.01],[601,0.01],[602,0.01],[603,0.01],[604,0.01],[605,0.01],[606,0.01],[607,0.01],[608,0.01],[609,0.01],[610,0.01],[611,0.01],[612,0.01],[613,0.01],[614,0.01],[615,0.01],[616,0.01],[617,0.01],[618,0.01],[619,0.01],[620,0.01],[621,0.01],[622,0.01],[623,0.01],[624,0.01],[625,0.01],[626,0.01],[627,0.01],[628,0.01],[629,0.01],[630,0.01],[631,0.01],[632,0.01],[633,0.01],[634,0.01],[635,0.01],[636,0.01],[637,0.01],[638,0.01],[639,0.01],[640,0.01],[641,0.01],[642,0.01],[643,0.01],[644,0.01],[645,0.01],[646,0.01],[647,0.01],[648,0.01],[649,0.01],[650,0.01],[651,0.01],[652,0.01],[653,0.01],[654,0.01],[655,0.01],[656,0.01],[657,0.01],[658,0.01],[659,0.01],[660,0.01],[661,0.01],[662,0.01],[663,0.01],[664,0.01],[665,0.01],[666,0.01],[667,0.01],[668,0.01],[669,0.01],[670,0.01],[671,0.01],[672,0.01],[673,0.01],[674,0.01],[675,0.01],[676,0.01],[677,0.01],[678,0.01],[679,0.01],[680,0.01],[681,0.01],[682,0.01],[683,0.01],[684,0.01],[685,0.01],[686,0.01],[687,0.01],[688,0.01],[689,0.01],[690,0.01],[691,0.01],[692,0.01],[693,0.01],[694,0.01],[695,0.01],[696,0.01],[697,0.01],[698,0.01],[699,0.01],[300,0.01],[301,0.01],[302,0.01],[303,0.01],[304,0.01],[305,0.01],[306,0.01],[307,0.01],[308,0.01],[309,0.01],[310,0.01],[311,0.01],[312,0.01],[313,0.01],[314,0.01],[315,0.01],[316,0.01],[317,0.01],[318,0.01],[319,0.01],[320,0.01],[321,0.01],[322,0.01],[323,0.01],[324,0.01],[325,0.01],[326,0.01],[327,0.01],[328,0.01],[329,0.01],[330,0.01],[331,0.01],[332,0.01],[333,0.01],[334,0.01],[335,0.01],[336,0.01],[337,0.01],[338,0.01],[339,0.01],[340,0.01],[341,0.01],[342,0.01],[343,0.01],[344,0.01],[345,0.01],[346,0.01],[347,0.01],[348,0.01],[349,0.01],[350,0.01],[351,0.01],[352,0.01],[353,0.01],[354,0.01],[355,0.01],[356,0.01],[357,0.01],[358,0.01],[359,0.01],[360,0.01],[361,0.01],[362,0.01],[363,0.01],[364,0.01],[365,0.01],[366,0.01],[367,0.01],[368,0.01],[369,0.01],[370,0.01],[371,0.01],[372,0.01],[373,0.01],[374,0.01],[375,0.01],[376,0.01],[377,0.01],[378,0.01],[379,0.01],[380,0.01],[381,0.01],[382,0.01],[383,0.01],[384,0.01],[385,0.01],[386,0.01],[387,0.01],[388,0.01],[389,0.01],[390,0.01],[391,0.01],[392,0.01],[393,0.01],[394,0.01],[395,0.01],[396,0.01],[397,0.01],[398,0.01],[399,0.01],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[300,0.005],[301,0.005],[302,0.005],[303,0.005],[304,0.005],[305,0.005],[306,0.005],[307,0.005],[308,0.005],[309,0.005],[310,0.005],[311,0.005],[312,0.005],[313,0.005],[314,0.005],[315,0.005],[316,0.005],[317,0.005],[318,0.005],[319,0.005],[320,0.005],[321,0.005],[322,0.005],[323,0.005],[324,0.005],[325,0.005],[326,0.005],[327,0.005],[328,0.005],[329,0.005],[330,0.005],[331,0.005],[332,0.005],[333,0.005],[334,0.005],[335,0.005],[336,0.005],[337,0.005],[338,0.005],[339,0.005],[340,0.005],[341,0.005],[342,0.005],[343,0.005],[344,0.005],[345,0.005],[346,0.005],[347,0.005],[348,0.005],[349,0.005],[350,0.005],[351,0.005],[352,0.005],[353,0.005],[354,0.005],[355,0.005],[356,0.005],[357,0.005],[358,0.005],[359,0.005],[360,0.005],[361,0.005],[362,0.005],[363,0.005],[364,0.005],[365,0.005],[366,0.005],[367,0.005],[368,0.005],[369,0.005],[370,0.005],[371,0.005],[372,0.005],[373,0.005],[374,0.005],[375,0.005],[376,0.005],[377,0.005],[378,0.005],[379,0.005],[380,0.005],[381,0.005],[382,0.005],[383,0.005],[384,0.005],[385,0.005],[386,0.005],[387,0.005],[388,0.005],[389,0.005],[390,0.005],[391,0.005],[392,0.005],[393,0.005],[394,0.005],[395,0.005],[396,0.005],[397,0.005],[398,0.005],[399,0.005],[300,0.038461538461538],[301,0.038461538461538],[302,0.038461538461538],[303,0.038461538461538],[304,0.038461538461538],[305,0.038461538461538],[306,0.038461538461538],[307,0.038461538461538],[308,0.038461538461538],[309,0.038461538461538],[310,0.038461538461538],[311,0.038461538461538],[312,0.038461538461538],[313,0.038461538461538],[314,0.038461538461538],[315,0.038461538461538],[316,0.038461538461538],[317,0.038461538461538],[318,0.038461538461538],[319,0.038461538461538],[320,0.038461538461538],[321,0.038461538461538],[322,0.038461538461538],[323,0.038461538461538],[324,0.038461538461538],[325,0.038461538461538],[225,0.5],[226,0.5],[400,0.0033333333333333],[401,0.0033333333333333],[402,0.0033333333333333],[403,0.0033333333333333],[404,0.0033333333333333],[405,0.0033333333333333],[406,0.0033333333333333],[407,0.0033333333333333],[408,0.0033333333333333],[409,0.0033333333333333],[410,0.0033333333333333],[411,0.0033333333333333],[412,0.0033333333333333],[413,0.0033333333333333],[414,0.0033333333333333],[415,0.0033333333333333],[416,0.0033333333333333],[417,0.0033333333333333],[418,0.0033333333333333],[419,0.0033333333333333],[420,0.0033333333333333],[421,0.0033333333333333],[422,0.0033333333333333],[423,0.0033333333333333],[424,0.0033333333333333],[425,0.0033333333333333],[426,0.0033333333333333],[427,0.0033333333333333],[428,0.0033333333333333],[429,0.0033333333333333],[430,0.0033333333333333],[431,0.0033333333333333],[432,0.0033333333333333],[433,0.0033333333333333],[434,0.0033333333333333],[435,0.0033333333333333],[436,0.0033333333333333],[437,0.0033333333333333],[438,0.0033333333333333],[439,0.0033333333333333],[440,0.0033333333333333],[441,0.0033333333333333],[442,0.0033333333333333],[443,0.0033333333333333],[444,0.0033333333333333],[445,0.0033333333333333],[446,0.0033333333333333],[447,0.0033333333333333],[448,0.0033333333333333],[449,0.0033333333333333],[450,0.0033333333333333],[451,0.0033333333333333],[452,0.0033333333333333],[453,0.0033333333333333],[454,0.0033333333333333],[455,0.0033333333333333],[456,0.0033333333333333],[457,0.0033333333333333],[458,0.0033333333333333],[459,0.0033333333333333],[460,0.0033333333333333],[461,0.0033333333333333],[462,0.0033333333333333],[463,0.0033333333333333],[464,0.0033333333333333],[465,0.0033333333333333],[466,0.0033333333333333],[467,0.0033333333333333],[468,0.0033333333333333],[469,0.0033333333333333],[470,0.0033333333333333],[471,0.0033333333333333],[472,0.0033333333333333],[473,0.0033333333333333],[474,0.0033333333333333],[475,0.0033333333333333],[476,0.0033333333333333],[477,0.0033333333333333],[478,0.0033333333333333],[479,0.0033333333333333],[480,0.0033333333333333],[481,0.0033333333333333],[482,0.0033333333333333],[483,0.0033333333333333],[484,0.0033333333333333],[485,0.0033333333333333],[486,0.0033333333333333],[487,0.0033333333333333],[488,0.0033333333333333],[489,0.0033333333333333],[490,0.0033333333333333],[491,0.0033333333333333],[492,0.0033333333333333],[493,0.0033333333333333],[494,0.0033333333333333],[495,0.0033333333333333],[496,0.0033333333333333],[497,0.0033333333333333],[498,0.0033333333333333],[499,0.0033333333333333],[500,0.0033333333333333],[501,0.0033333333333333],[502,0.0033333333333333],[503,0.0033333333333333],[504,0.0033333333333333],[505,0.0033333333333333],[506,0.0033333333333333],[507,0.0033333333333333],[508,0.0033333333333333],[509,0.0033333333333333],[510,0.0033333333333333],[511,0.0033333333333333],[512,0.0033333333333333],[513,0.0033333333333333],[514,0.0033333333333333],[515,0.0033333333333333],[516,0.0033333333333333],[517,0.0033333333333333],[518,0.0033333333333333],[519,0.0033333333333333],[520,0.0033333333333333],[521,0.0033333333333333],[522,0.0033333333333333],[523,0.0033333333333333],[524,0.0033333333333333],[525,0.0033333333333333],[526,0.0033333333333333],[527,0.0033333333333333],[528,0.0033333333333333],[529,0.0033333333333333],[530,0.0033333333333333],[531,0.0033333333333333],[532,0.0033333333333333],[533,0.0033333333333333],[534,0.0033333333333333],[535,0.0033333333333333],[536,0.0033333333333333],[537,0.0033333333333333],[538,0.0033333333333333],[539,0.0033333333333333],[540,0.0033333333333333],[541,0.0033333333333333],[542,0.0033333333333333],[543,0.0033333333333333],[544,0.0033333333333333],[545,0.0033333333333333],[546,0.0033333333333333],[547,0.0033333333333333],[548,0.0033333333333333],[549,0.0033333333333333],[550,0.0033333333333333],[551,0.0033333333333333],[552,0.0033333333333333],[553,0.0033333333333333],[554,0.0033333333333333],[555,0.0033333333333333],[556,0.0033333333333333],[557,0.0033333333333333],[558,0.0033333333333333],[559,0.0033333333333333],[560,0.0033333333333333],[561,0.0033333333333333],[562,0.0033333333333333],[563,0.0033333333333333],[564,0.0033333333333333],[565,0.0033333333333333],[566,0.0033333333333333],[567,0.0033333333333333],[568,0.0033333333333333],[569,0.0033333333333333],[570,0.0033333333333333],[571,0.0033333333333333],[572,0.0033333333333333],[573,0.0033333333333333],[574,0.0033333333333333],[575,0.0033333333333333],[576,0.0033333333333333],[577,0.0033333333333333],[578,0.0033333333333333],[579,0.0033333333333333],[580,0.0033333333333333],[581,0.0033333333333333],[582,0.0033333333333333],[583,0.0033333333333333],[584,0.0033333333333333],[585,0.0033333333333333],[586,0.0033333333333333],[587,0.0033333333333333],[588,0.0033333333333333],[589,0.0033333333333333],[590,0.0033333333333333],[591,0.0033333333333333],[592,0.0033333333333333],[593,0.0033333333333333],[594,0.0033333333333333],[595,0.0033333333333333],[596,0.0033333333333333],[597,0.0033333333333333],[598,0.0033333333333333],[599,0.0033333333333333],[600,0.0033333333333333],[601,0.0033333333333333],[602,0.0033333333333333],[603,0.0033333333333333],[604,0.0033333333333333],[605,0.0033333333333333],[606,0.0033333333333333],[607,0.0033333333333333],[608,0.0033333333333333],[609,0.0033333333333333],[610,0.0033333333333333],[611,0.0033333333333333],[612,0.0033333333333333],[613,0.0033333333333333],[614,0.0033333333333333],[615,0.0033333333333333],[616,0.0033333333333333],[617,0.0033333333333333],[618,0.0033333333333333],[619,0.0033333333333333],[620,0.0033333333333333],[621,0.0033333333333333],[622,0.0033333333333333],[623,0.0033333333333333],[624,0.0033333333333333],[625,0.0033333333333333],[626,0.0033333333333333],[627,0.0033333333333333],[628,0.0033333333333333],[629,0.0033333333333333],[630,0.0033333333333333],[631,0.0033333333333333],[632,0.0033333333333333],[633,0.0033333333333333],[634,0.0033333333333333],[635,0.0033333333333333],[636,0.0033333333333333],[637,0.0033333333333333],[638,0.0033333333333333],[639,0.0033333333333333],[640,0.0033333333333333],[641,0.0033333333333333],[642,0.0033333333333333],[643,0.0033333333333333],[644,0.0033333333333333],[645,0.0033333333333333],[646,0.0033333333333333],[647,0.0033333333333333],[648,0.0033333333333333],[649,0.0033333333333333],[650,0.0033333333333333],[651,0.0033333333333333],[652,0.0033333333333333],[653,0.0033333333333333],[654,0.0033333333333333],[655,0.0033333333333333],[656,0.0033333333333333],[657,0.0033333333333333],[658,0.0033333333333333],[659,0.0033333333333333],[660,0.0033333333333333],[661,0.0033333333333333],[662,0.0033333333333333],[663,0.0033333333333333],[664,0.0033333333333333],[665,0.0033333333333333],[666,0.0033333333333333],[667,0.0033333333333333],[668,0.0033333333333333],[669,0.0033333333333333],[670,0.0033333333333333],[671,0.0033333333333333],[672,0.0033333333333333],[673,0.0033333333333333],[674,0.0033333333333333],[675,0.0033333333333333],[676,0.0033333333333333],[677,0.0033333333333333],[678,0.0033333333333333],[679,0.0033333333333333],[680,0.0033333333333333],[681,0.0033333333333333],[682,0.0033333333333333],[683,0.0033333333333333],[684,0.0033333333333333],[685,0.0033333333333333],[686,0.0033333333333333],[687,0.0033333333333333],[688,0.0033333333333333],[689,0.0033333333333333],[690,0.0033333333333333],[691,0.0033333333333333],[692,0.0033333333333333],[693,0.0033333333333333],[694,0.0033333333333333],[695,0.0033333333333333],[696,0.0033333333333333],[697,0.0033333333333333],[698,0.0033333333333333],[699,0.0033333333333333],[-227,0.5],[-226,0.5],[-244,0.043478260869565],[-243,0.043478260869565],[-242,0.043478260869565],[-241,0.043478260869565],[-240,0.043478260869565],[-239,0.043478260869565],[-238,0.043478260869565],[-237,0.043478260869565],[-236,0.043478260869565],[-235,0.043478260869565],[-234,0.043478260869565],[-233,0.043478260869565],[-232,0.043478260869565],[-231,0.043478260869565],[-230,0.043478260869565],[-229,0.043478260869565],[-228,0.043478260869565],[-227,0.043478260869565],[-226,0.043478260869565],[-225,0.043478260869565],[-224,0.043478260869565],[-223,0.043478260869565],[-222,0.043478260869565],[-229,0.5],[-228,0.5],[-227,0.33333333333333],[-226,0.33333333333333],[-225,0.33333333333333],[100,0.005],[101,0.005],[102,0.005],[103,0.005],[104,0.005],[105,0.005],[106,0.005],[107,0.005],[108,0.005],[109,0.005],[110,0.005],[111,0.005],[112,0.005],[113,0.005],[114,0.005],[115,0.005],[116,0.005],[117,0.005],[118,0.005],[119,0.005],[120,0.005],[121,0.005],[122,0.005],[123,0.005],[124,0.005],[125,0.005],[126,0.005],[127,0.005],[128,0.005],[129,0.005],[130,0.005],[131,0.005],[132,0.005],[133,0.005],[134,0.005],[135,0.005],[136,0.005],[137,0.005],[138,0.005],[139,0.005],[140,0.005],[141,0.005],[142,0.005],[143,0.005],[144,0.005],[145,0.005],[146,0.005],[147,0.005],[148,0.005],[149,0.005],[150,0.005],[151,0.005],[152,0.005],[153,0.005],[154,0.005],[155,0.005],[156,0.005],[157,0.005],[158,0.005],[159,0.005],[160,0.005],[161,0.005],[162,0.005],[163,0.005],[164,0.005],[165,0.005],[166,0.005],[167,0.005],[168,0.005],[169,0.005],[170,0.005],[171,0.005],[172,0.005],[173,0.005],[174,0.005],[175,0.005],[176,0.005],[177,0.005],[178,0.005],[179,0.005],[180,0.005],[181,0.005],[182,0.005],[183,0.005],[184,0.005],[185,0.005],[186,0.005],[187,0.005],[188,0.005],[189,0.005],[190,0.005],[191,0.005],[192,0.005],[193,0.005],[194,0.005],[195,0.005],[196,0.005],[197,0.005],[198,0.005],[199,0.005],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[-425,0.038461538461538],[-424,0.038461538461538],[-423,0.038461538461538],[-422,0.038461538461538],[-421,0.038461538461538],[-420,0.038461538461538],[-419,0.038461538461538],[-418,0.038461538461538],[-417,0.038461538461538],[-416,0.038461538461538],[-415,0.038461538461538],[-414,0.038461538461538],[-413,0.038461538461538],[-412,0.038461538461538],[-411,0.038461538461538],[-410,0.038461538461538],[-409,0.038461538461538],[-408,0.038461538461538],[-407,0.038461538461538],[-406,0.038461538461538],[-405,0.038461538461538],[-404,0.038461538461538],[-403,0.038461538461538],[-402,0.038461538461538],[-401,0.038461538461538],[-400,0.038461538461538],[-499,0.01],[-498,0.01],[-497,0.01],[-496,0.01],[-495,0.01],[-494,0.01],[-493,0.01],[-492,0.01],[-491,0.01],[-490,0.01],[-489,0.01],[-488,0.01],[-487,0.01],[-486,0.01],[-485,0.01],[-484,0.01],[-483,0.01],[-482,0.01],[-481,0.01],[-480,0.01],[-479,0.01],[-478,0.01],[-477,0.01],[-476,0.01],[-475,0.01],[-474,0.01],[-473,0.01],[-472,0.01],[-471,0.01],[-470,0.01],[-469,0.01],[-468,0.01],[-467,0.01],[-466,0.01],[-465,0.01],[-464,0.01],[-463,0.01],[-462,0.01],[-461,0.01],[-460,0.01],[-459,0.01],[-458,0.01],[-457,0.01],[-456,0.01],[-455,0.01],[-454,0.01],[-453,0.01],[-452,0.01],[-451,0.01],[-450,0.01],[-449,0.01],[-448,0.01],[-447,0.01],[-446,0.01],[-445,0.01],[-444,0.01],[-443,0.01],[-442,0.01],[-441,0.01],[-440,0.01],[-439,0.01],[-438,0.01],[-437,0.01],[-436,0.01],[-435,0.01],[-434,0.01],[-433,0.01],[-432,0.01],[-431,0.01],[-430,0.01],[-429,0.01],[-428,0.01],[-427,0.01],[-426,0.01],[-425,0.01],[-424,0.01],[-423,0.01],[-422,0.01],[-421,0.01],[-420,0.01],[-419,0.01],[-418,0.01],[-417,0.01],[-416,0.01],[-415,0.01],[-414,0.01],[-413,0.01],[-412,0.01],[-411,0.01],[-410,0.01],[-409,0.01],[-408,0.01],[-407,0.01],[-406,0.01],[-405,0.01],[-404,0.01],[-403,0.01],[-402,0.01],[-401,0.01],[-400,0.01],[87,0.028571428571429],[88,0.028571428571429],[89,0.028571428571429],[90,0.028571428571429],[91,0.028571428571429],[92,0.028571428571429],[93,0.028571428571429],[94,0.028571428571429],[95,0.028571428571429],[96,0.028571428571429],[97,0.028571428571429],[98,0.028571428571429],[99,0.028571428571429],[100,0.028571428571429],[101,0.028571428571429],[102,0.028571428571429],[103,0.028571428571429],[104,0.028571428571429],[105,0.028571428571429],[106,0.028571428571429],[107,0.028571428571429],[108,0.028571428571429],[109,0.028571428571429],[110,0.028571428571429],[111,0.028571428571429],[112,0.028571428571429],[113,0.028571428571429],[114,0.028571428571429],[115,0.028571428571429],[116,0.028571428571429],[117,0.028571428571429],[118,0.028571428571429],[119,0.028571428571429],[120,0.028571428571429],[121,0.028571428571429],[200,0.019607843137255],[201,0.019607843137255],[202,0.019607843137255],[203,0.019607843137255],[204,0.019607843137255],[205,0.019607843137255],[206,0.019607843137255],[207,0.019607843137255],[208,0.019607843137255],[209,0.019607843137255],[210,0.019607843137255],[211,0.019607843137255],[212,0.019607843137255],[213,0.019607843137255],[214,0.019607843137255],[215,0.019607843137255],[216,0.019607843137255],[217,0.019607843137255],[218,0.019607843137255],[219,0.019607843137255],[220,0.019607843137255],[221,0.019607843137255],[222,0.019607843137255],[223,0.019607843137255],[224,0.019607843137255],[225,0.019607843137255],[226,0.019607843137255],[227,0.019607843137255],[228,0.019607843137255],[229,0.019607843137255],[230,0.019607843137255],[231,0.019607843137255],[232,0.019607843137255],[233,0.019607843137255],[234,0.019607843137255],[235,0.019607843137255],[236,0.019607843137255],[237,0.019607843137255],[238,0.019607843137255],[239,0.019607843137255],[240,0.019607843137255],[241,0.019607843137255],[242,0.019607843137255],[243,0.019607843137255],[244,0.019607843137255],[245,0.019607843137255],[246,0.019607843137255],[247,0.019607843137255],[248,0.019607843137255],[249,0.019607843137255],[250,0.019607843137255],[-245,0.021739130434783],[-244,0.021739130434783],[-243,0.021739130434783],[-242,0.021739130434783],[-241,0.021739130434783],[-240,0.021739130434783],[-239,0.021739130434783],[-238,0.021739130434783],[-237,0.021739130434783],[-236,0.021739130434783],[-235,0.021739130434783],[-234,0.021739130434783],[-233,0.021739130434783],[-232,0.021739130434783],[-231,0.021739130434783],[-230,0.021739130434783],[-229,0.021739130434783],[-228,0.021739130434783],[-227,0.021739130434783],[-226,0.021739130434783],[-225,0.021739130434783],[-224,0.021739130434783],[-223,0.021739130434783],[-222,0.021739130434783],[-221,0.021739130434783],[-220,0.021739130434783],[-219,0.021739130434783],[-218,0.021739130434783],[-217,0.021739130434783],[-216,0.021739130434783],[-215,0.021739130434783],[-214,0.021739130434783],[-213,0.021739130434783],[-212,0.021739130434783],[-211,0.021739130434783],[-210,0.021739130434783],[-209,0.021739130434783],[-208,0.021739130434783],[-207,0.021739130434783],[-206,0.021739130434783],[-205,0.021739130434783],[-204,0.021739130434783],[-203,0.021739130434783],[-202,0.021739130434783],[-201,0.021739130434783],[-200,0.021739130434783],[-115,0.2],[-114,0.2],[-113,0.2],[-112,0.2],[-111,0.2],[-125,0.027777777777778],[-124,0.027777777777778],[-123,0.027777777777778],[-122,0.027777777777778],[-121,0.027777777777778],[-120,0.027777777777778],[-119,0.027777777777778],[-118,0.027777777777778],[-117,0.027777777777778],[-116,0.027777777777778],[-115,0.027777777777778],[-114,0.027777777777778],[-113,0.027777777777778],[-112,0.027777777777778],[-111,0.027777777777778],[-110,0.027777777777778],[-109,0.027777777777778],[-108,0.027777777777778],[-107,0.027777777777778],[-106,0.027777777777778],[-105,0.027777777777778],[-104,0.027777777777778],[-103,0.027777777777778],[-102,0.027777777777778],[-101,0.027777777777778],[-100,0.027777777777778],[-99,0.027777777777778],[-98,0.027777777777778],[-97,0.027777777777778],[-96,0.027777777777778],[-95,0.027777777777778],[-94,0.027777777777778],[-93,0.027777777777778],[-92,0.027777777777778],[-91,0.027777777777778],[-90,0.027777777777778],[-105,0.14285714285714],[-104,0.14285714285714],[-103,0.14285714285714],[-102,0.14285714285714],[-101,0.14285714285714],[-100,0.14285714285714],[-99,0.14285714285714],[211,1],[-103,0.33333333333333],[-102,0.33333333333333],[-101,0.33333333333333],[-664,0.003003003003003],[-663,0.003003003003003],[-662,0.003003003003003],[-661,0.003003003003003],[-660,0.003003003003003],[-659,0.003003003003003],[-658,0.003003003003003],[-657,0.003003003003003],[-656,0.003003003003003],[-655,0.003003003003003],[-654,0.003003003003003],[-653,0.003003003003003],[-652,0.003003003003003],[-651,0.003003003003003],[-650,0.003003003003003],[-649,0.003003003003003],[-648,0.003003003003003],[-647,0.003003003003003],[-646,0.003003003003003],[-645,0.003003003003003],[-644,0.003003003003003],[-643,0.003003003003003],[-642,0.003003003003003],[-641,0.003003003003003],[-640,0.003003003003003],[-639,0.003003003003003],[-638,0.003003003003003],[-637,0.003003003003003],[-636,0.003003003003003],[-635,0.003003003003003],[-634,0.003003003003003],[-633,0.003003003003003],[-632,0.003003003003003],[-631,0.003003003003003],[-630,0.003003003003003],[-629,0.003003003003003],[-628,0.003003003003003],[-627,0.003003003003003],[-626,0.003003003003003],[-625,0.003003003003003],[-624,0.003003003003003],[-623,0.003003003003003],[-622,0.003003003003003],[-621,0.003003003003003],[-620,0.003003003003003],[-619,0.003003003003003],[-618,0.003003003003003],[-617,0.003003003003003],[-616,0.003003003003003],[-615,0.003003003003003],[-614,0.003003003003003],[-613,0.003003003003003],[-612,0.003003003003003],[-611,0.003003003003003],[-610,0.003003003003003],[-609,0.003003003003003],[-608,0.003003003003003],[-607,0.003003003003003],[-606,0.003003003003003],[-605,0.003003003003003],[-604,0.003003003003003],[-603,0.003003003003003],[-602,0.003003003003003],[-601,0.003003003003003],[-600,0.003003003003003],[-599,0.003003003003003],[-598,0.003003003003003],[-597,0.003003003003003],[-596,0.003003003003003],[-595,0.003003003003003],[-594,0.003003003003003],[-593,0.003003003003003],[-592,0.003003003003003],[-591,0.003003003003003],[-590,0.003003003003003],[-589,0.003003003003003],[-588,0.003003003003003],[-587,0.003003003003003],[-586,0.003003003003003],[-585,0.003003003003003],[-584,0.003003003003003],[-583,0.003003003003003],[-582,0.003003003003003],[-581,0.003003003003003],[-580,0.003003003003003],[-579,0.003003003003003],[-578,0.003003003003003],[-577,0.003003003003003],[-576,0.003003003003003],[-575,0.003003003003003],[-574,0.003003003003003],[-573,0.003003003003003],[-572,0.003003003003003],[-571,0.003003003003003],[-570,0.003003003003003],[-569,0.003003003003003],[-568,0.003003003003003],[-567,0.003003003003003],[-566,0.003003003003003],[-565,0.003003003003003],[-564,0.003003003003003],[-563,0.003003003003003],[-562,0.003003003003003],[-561,0.003003003003003],[-560,0.003003003003003],[-559,0.003003003003003],[-558,0.003003003003003],[-557,0.003003003003003],[-556,0.003003003003003],[-555,0.003003003003003],[-554,0.003003003003003],[-553,0.003003003003003],[-552,0.003003003003003],[-551,0.003003003003003],[-550,0.003003003003003],[-549,0.003003003003003],[-548,0.003003003003003],[-547,0.003003003003003],[-546,0.003003003003003],[-545,0.003003003003003],[-544,0.003003003003003],[-543,0.003003003003003],[-542,0.003003003003003],[-541,0.003003003003003],[-540,0.003003003003003],[-539,0.003003003003003],[-538,0.003003003003003],[-537,0.003003003003003],[-536,0.003003003003003],[-535,0.003003003003003],[-534,0.003003003003003],[-533,0.003003003003003],[-532,0.003003003003003],[-531,0.003003003003003],[-530,0.003003003003003],[-529,0.003003003003003],[-528,0.003003003003003],[-527,0.003003003003003],[-526,0.003003003003003],[-525,0.003003003003003],[-524,0.003003003003003],[-523,0.003003003003003],[-522,0.003003003003003],[-521,0.003003003003003],[-520,0.003003003003003],[-519,0.003003003003003],[-518,0.003003003003003],[-517,0.003003003003003],[-516,0.003003003003003],[-515,0.003003003003003],[-514,0.003003003003003],[-513,0.003003003003003],[-512,0.003003003003003],[-511,0.003003003003003],[-510,0.003003003003003],[-509,0.003003003003003],[-508,0.003003003003003],[-507,0.003003003003003],[-506,0.003003003003003],[-505,0.003003003003003],[-504,0.003003003003003],[-503,0.003003003003003],[-502,0.003003003003003],[-501,0.003003003003003],[-500,0.003003003003003],[-499,0.003003003003003],[-498,0.003003003003003],[-497,0.003003003003003],[-496,0.003003003003003],[-495,0.003003003003003],[-494,0.003003003003003],[-493,0.003003003003003],[-492,0.003003003003003],[-491,0.003003003003003],[-490,0.003003003003003],[-489,0.003003003003003],[-488,0.003003003003003],[-487,0.003003003003003],[-486,0.003003003003003],[-485,0.003003003003003],[-484,0.003003003003003],[-483,0.003003003003003],[-482,0.003003003003003],[-481,0.003003003003003],[-480,0.003003003003003],[-479,0.003003003003003],[-478,0.003003003003003],[-477,0.003003003003003],[-476,0.003003003003003],[-475,0.003003003003003],[-474,0.003003003003003],[-473,0.003003003003003],[-472,0.003003003003003],[-471,0.003003003003003],[-470,0.003003003003003],[-469,0.003003003003003],[-468,0.003003003003003],[-467,0.003003003003003],[-466,0.003003003003003],[-465,0.003003003003003],[-464,0.003003003003003],[-463,0.003003003003003],[-462,0.003003003003003],[-461,0.003003003003003],[-460,0.003003003003003],[-459,0.003003003003003],[-458,0.003003003003003],[-457,0.003003003003003],[-456,0.003003003003003],[-455,0.003003003003003],[-454,0.003003003003003],[-453,0.003003003003003],[-452,0.003003003003003],[-451,0.003003003003003],[-450,0.003003003003003],[-449,0.003003003003003],[-448,0.003003003003003],[-447,0.003003003003003],[-446,0.003003003003003],[-445,0.003003003003003],[-444,0.003003003003003],[-443,0.003003003003003],[-442,0.003003003003003],[-441,0.003003003003003],[-440,0.003003003003003],[-439,0.003003003003003],[-438,0.003003003003003],[-437,0.003003003003003],[-436,0.003003003003003],[-435,0.003003003003003],[-434,0.003003003003003],[-433,0.003003003003003],[-432,0.003003003003003],[-431,0.003003003003003],[-430,0.003003003003003],[-429,0.003003003003003],[-428,0.003003003003003],[-427,0.003003003003003],[-426,0.003003003003003],[-425,0.003003003003003],[-424,0.003003003003003],[-423,0.003003003003003],[-422,0.003003003003003],[-421,0.003003003003003],[-420,0.003003003003003],[-419,0.003003003003003],[-418,0.003003003003003],[-417,0.003003003003003],[-416,0.003003003003003],[-415,0.003003003003003],[-414,0.003003003003003],[-413,0.003003003003003],[-412,0.003003003003003],[-411,0.003003003003003],[-410,0.003003003003003],[-409,0.003003003003003],[-408,0.003003003003003],[-407,0.003003003003003],[-406,0.003003003003003],[-405,0.003003003003003],[-404,0.003003003003003],[-403,0.003003003003003],[-402,0.003003003003003],[-401,0.003003003003003],[-400,0.003003003003003],[-399,0.003003003003003],[-398,0.003003003003003],[-397,0.003003003003003],[-396,0.003003003003003],[-395,0.003003003003003],[-394,0.003003003003003],[-393,0.003003003003003],[-392,0.003003003003003],[-391,0.003003003003003],[-390,0.003003003003003],[-389,0.003003003003003],[-388,0.003003003003003],[-387,0.003003003003003],[-386,0.003003003003003],[-385,0.003003003003003],[-384,0.003003003003003],[-383,0.003003003003003],[-382,0.003003003003003],[-381,0.003003003003003],[-380,0.003003003003003],[-379,0.003003003003003],[-378,0.003003003003003],[-377,0.003003003003003],[-376,0.003003003003003],[-375,0.003003003003003],[-374,0.003003003003003],[-373,0.003003003003003],[-372,0.003003003003003],[-371,0.003003003003003],[-370,0.003003003003003],[-369,0.003003003003003],[-368,0.003003003003003],[-367,0.003003003003003],[-366,0.003003003003003],[-365,0.003003003003003],[-364,0.003003003003003],[-363,0.003003003003003],[-362,0.003003003003003],[-361,0.003003003003003],[-360,0.003003003003003],[-359,0.003003003003003],[-358,0.003003003003003],[-357,0.003003003003003],[-356,0.003003003003003],[-355,0.003003003003003],[-354,0.003003003003003],[-353,0.003003003003003],[-352,0.003003003003003],[-351,0.003003003003003],[-350,0.003003003003003],[-349,0.003003003003003],[-348,0.003003003003003],[-347,0.003003003003003],[-346,0.003003003003003],[-345,0.003003003003003],[-344,0.003003003003003],[-343,0.003003003003003],[-342,0.003003003003003],[-341,0.003003003003003],[-340,0.003003003003003],[-339,0.003003003003003],[-338,0.003003003003003],[-337,0.003003003003003],[-336,0.003003003003003],[-335,0.003003003003003],[-334,0.003003003003003],[-333,0.003003003003003],[-332,0.003003003003003],[222,1],[575,0.0044444444444444],[576,0.0044444444444444],[577,0.0044444444444444],[578,0.0044444444444444],[579,0.0044444444444444],[580,0.0044444444444444],[581,0.0044444444444444],[582,0.0044444444444444],[583,0.0044444444444444],[584,0.0044444444444444],[585,0.0044444444444444],[586,0.0044444444444444],[587,0.0044444444444444],[588,0.0044444444444444],[589,0.0044444444444444],[590,0.0044444444444444],[591,0.0044444444444444],[592,0.0044444444444444],[593,0.0044444444444444],[594,0.0044444444444444],[595,0.0044444444444444],[596,0.0044444444444444],[597,0.0044444444444444],[598,0.0044444444444444],[599,0.0044444444444444],[600,0.0044444444444444],[601,0.0044444444444444],[602,0.0044444444444444],[603,0.0044444444444444],[604,0.0044444444444444],[605,0.0044444444444444],[606,0.0044444444444444],[607,0.0044444444444444],[608,0.0044444444444444],[609,0.0044444444444444],[610,0.0044444444444444],[611,0.0044444444444444],[612,0.0044444444444444],[613,0.0044444444444444],[614,0.0044444444444444],[615,0.0044444444444444],[616,0.0044444444444444],[617,0.0044444444444444],[618,0.0044444444444444],[619,0.0044444444444444],[620,0.0044444444444444],[621,0.0044444444444444],[622,0.0044444444444444],[623,0.0044444444444444],[624,0.0044444444444444],[625,0.0044444444444444],[626,0.0044444444444444],[627,0.0044444444444444],[628,0.0044444444444444],[629,0.0044444444444444],[630,0.0044444444444444],[631,0.0044444444444444],[632,0.0044444444444444],[633,0.0044444444444444],[634,0.0044444444444444],[635,0.0044444444444444],[636,0.0044444444444444],[637,0.0044444444444444],[638,0.0044444444444444],[639,0.0044444444444444],[640,0.0044444444444444],[641,0.0044444444444444],[642,0.0044444444444444],[643,0.0044444444444444],[644,0.0044444444444444],[645,0.0044444444444444],[646,0.0044444444444444],[647,0.0044444444444444],[648,0.0044444444444444],[649,0.0044444444444444],[650,0.0044444444444444],[651,0.0044444444444444],[652,0.0044444444444444],[653,0.0044444444444444],[654,0.0044444444444444],[655,0.0044444444444444],[656,0.0044444444444444],[657,0.0044444444444444],[658,0.0044444444444444],[659,0.0044444444444444],[660,0.0044444444444444],[661,0.0044444444444444],[662,0.0044444444444444],[663,0.0044444444444444],[664,0.0044444444444444],[665,0.0044444444444444],[666,0.0044444444444444],[667,0.0044444444444444],[668,0.0044444444444444],[669,0.0044444444444444],[670,0.0044444444444444],[671,0.0044444444444444],[672,0.0044444444444444],[673,0.0044444444444444],[674,0.0044444444444444],[675,0.0044444444444444],[676,0.0044444444444444],[677,0.0044444444444444],[678,0.0044444444444444],[679,0.0044444444444444],[680,0.0044444444444444],[681,0.0044444444444444],[682,0.0044444444444444],[683,0.0044444444444444],[684,0.0044444444444444],[685,0.0044444444444444],[686,0.0044444444444444],[687,0.0044444444444444],[688,0.0044444444444444],[689,0.0044444444444444],[690,0.0044444444444444],[691,0.0044444444444444],[692,0.0044444444444444],[693,0.0044444444444444],[694,0.0044444444444444],[695,0.0044444444444444],[696,0.0044444444444444],[697,0.0044444444444444],[698,0.0044444444444444],[699,0.0044444444444444],[700,0.0044444444444444],[701,0.0044444444444444],[702,0.0044444444444444],[703,0.0044444444444444],[704,0.0044444444444444],[705,0.0044444444444444],[706,0.0044444444444444],[707,0.0044444444444444],[708,0.0044444444444444],[709,0.0044444444444444],[710,0.0044444444444444],[711,0.0044444444444444],[712,0.0044444444444444],[713,0.0044444444444444],[714,0.0044444444444444],[715,0.0044444444444444],[716,0.0044444444444444],[717,0.0044444444444444],[718,0.0044444444444444],[719,0.0044444444444444],[720,0.0044444444444444],[721,0.0044444444444444],[722,0.0044444444444444],[723,0.0044444444444444],[724,0.0044444444444444],[725,0.0044444444444444],[726,0.0044444444444444],[727,0.0044444444444444],[728,0.0044444444444444],[729,0.0044444444444444],[730,0.0044444444444444],[731,0.0044444444444444],[732,0.0044444444444444],[733,0.0044444444444444],[734,0.0044444444444444],[735,0.0044444444444444],[736,0.0044444444444444],[737,0.0044444444444444],[738,0.0044444444444444],[739,0.0044444444444444],[740,0.0044444444444444],[741,0.0044444444444444],[742,0.0044444444444444],[743,0.0044444444444444],[744,0.0044444444444444],[745,0.0044444444444444],[746,0.0044444444444444],[747,0.0044444444444444],[748,0.0044444444444444],[749,0.0044444444444444],[750,0.0044444444444444],[751,0.0044444444444444],[752,0.0044444444444444],[753,0.0044444444444444],[754,0.0044444444444444],[755,0.0044444444444444],[756,0.0044444444444444],[757,0.0044444444444444],[758,0.0044444444444444],[759,0.0044444444444444],[760,0.0044444444444444],[761,0.0044444444444444],[762,0.0044444444444444],[763,0.0044444444444444],[764,0.0044444444444444],[765,0.0044444444444444],[766,0.0044444444444444],[767,0.0044444444444444],[768,0.0044444444444444],[769,0.0044444444444444],[770,0.0044444444444444],[771,0.0044444444444444],[772,0.0044444444444444],[773,0.0044444444444444],[774,0.0044444444444444],[775,0.0044444444444444],[776,0.0044444444444444],[777,0.0044444444444444],[778,0.0044444444444444],[779,0.0044444444444444],[780,0.0044444444444444],[781,0.0044444444444444],[782,0.0044444444444444],[783,0.0044444444444444],[784,0.0044444444444444],[785,0.0044444444444444],[786,0.0044444444444444],[787,0.0044444444444444],[788,0.0044444444444444],[789,0.0044444444444444],[790,0.0044444444444444],[791,0.0044444444444444],[792,0.0044444444444444],[793,0.0044444444444444],[794,0.0044444444444444],[795,0.0044444444444444],[796,0.0044444444444444],[797,0.0044444444444444],[798,0.0044444444444444],[799,0.0044444444444444],[307,0.2],[308,0.2],[309,0.2],[310,0.2],[311,0.2],[-219,1],[-230,0.5],[-229,0.5],[500,0.0033333333333333],[501,0.0033333333333333],[502,0.0033333333333333],[503,0.0033333333333333],[504,0.0033333333333333],[505,0.0033333333333333],[506,0.0033333333333333],[507,0.0033333333333333],[508,0.0033333333333333],[509,0.0033333333333333],[510,0.0033333333333333],[511,0.0033333333333333],[512,0.0033333333333333],[513,0.0033333333333333],[514,0.0033333333333333],[515,0.0033333333333333],[516,0.0033333333333333],[517,0.0033333333333333],[518,0.0033333333333333],[519,0.0033333333333333],[520,0.0033333333333333],[521,0.0033333333333333],[522,0.0033333333333333],[523,0.0033333333333333],[524,0.0033333333333333],[525,0.0033333333333333],[526,0.0033333333333333],[527,0.0033333333333333],[528,0.0033333333333333],[529,0.0033333333333333],[530,0.0033333333333333],[531,0.0033333333333333],[532,0.0033333333333333],[533,0.0033333333333333],[534,0.0033333333333333],[535,0.0033333333333333],[536,0.0033333333333333],[537,0.0033333333333333],[538,0.0033333333333333],[539,0.0033333333333333],[540,0.0033333333333333],[541,0.0033333333333333],[542,0.0033333333333333],[543,0.0033333333333333],[544,0.0033333333333333],[545,0.0033333333333333],[546,0.0033333333333333],[547,0.0033333333333333],[548,0.0033333333333333],[549,0.0033333333333333],[550,0.0033333333333333],[551,0.0033333333333333],[552,0.0033333333333333],[553,0.0033333333333333],[554,0.0033333333333333],[555,0.0033333333333333],[556,0.0033333333333333],[557,0.0033333333333333],[558,0.0033333333333333],[559,0.0033333333333333],[560,0.0033333333333333],[561,0.0033333333333333],[562,0.0033333333333333],[563,0.0033333333333333],[564,0.0033333333333333],[565,0.0033333333333333],[566,0.0033333333333333],[567,0.0033333333333333],[568,0.0033333333333333],[569,0.0033333333333333],[570,0.0033333333333333],[571,0.0033333333333333],[572,0.0033333333333333],[573,0.0033333333333333],[574,0.0033333333333333],[575,0.0033333333333333],[576,0.0033333333333333],[577,0.0033333333333333],[578,0.0033333333333333],[579,0.0033333333333333],[580,0.0033333333333333],[581,0.0033333333333333],[582,0.0033333333333333],[583,0.0033333333333333],[584,0.0033333333333333],[585,0.0033333333333333],[586,0.0033333333333333],[587,0.0033333333333333],[588,0.0033333333333333],[589,0.0033333333333333],[590,0.0033333333333333],[591,0.0033333333333333],[592,0.0033333333333333],[593,0.0033333333333333],[594,0.0033333333333333],[595,0.0033333333333333],[596,0.0033333333333333],[597,0.0033333333333333],[598,0.0033333333333333],[599,0.0033333333333333],[600,0.0033333333333333],[601,0.0033333333333333],[602,0.0033333333333333],[603,0.0033333333333333],[604,0.0033333333333333],[605,0.0033333333333333],[606,0.0033333333333333],[607,0.0033333333333333],[608,0.0033333333333333],[609,0.0033333333333333],[610,0.0033333333333333],[611,0.0033333333333333],[612,0.0033333333333333],[613,0.0033333333333333],[614,0.0033333333333333],[615,0.0033333333333333],[616,0.0033333333333333],[617,0.0033333333333333],[618,0.0033333333333333],[619,0.0033333333333333],[620,0.0033333333333333],[621,0.0033333333333333],[622,0.0033333333333333],[623,0.0033333333333333],[624,0.0033333333333333],[625,0.0033333333333333],[626,0.0033333333333333],[627,0.0033333333333333],[628,0.0033333333333333],[629,0.0033333333333333],[630,0.0033333333333333],[631,0.0033333333333333],[632,0.0033333333333333],[633,0.0033333333333333],[634,0.0033333333333333],[635,0.0033333333333333],[636,0.0033333333333333],[637,0.0033333333333333],[638,0.0033333333333333],[639,0.0033333333333333],[640,0.0033333333333333],[641,0.0033333333333333],[642,0.0033333333333333],[643,0.0033333333333333],[644,0.0033333333333333],[645,0.0033333333333333],[646,0.0033333333333333],[647,0.0033333333333333],[648,0.0033333333333333],[649,0.0033333333333333],[650,0.0033333333333333],[651,0.0033333333333333],[652,0.0033333333333333],[653,0.0033333333333333],[654,0.0033333333333333],[655,0.0033333333333333],[656,0.0033333333333333],[657,0.0033333333333333],[658,0.0033333333333333],[659,0.0033333333333333],[660,0.0033333333333333],[661,0.0033333333333333],[662,0.0033333333333333],[663,0.0033333333333333],[664,0.0033333333333333],[665,0.0033333333333333],[666,0.0033333333333333],[667,0.0033333333333333],[668,0.0033333333333333],[669,0.0033333333333333],[670,0.0033333333333333],[671,0.0033333333333333],[672,0.0033333333333333],[673,0.0033333333333333],[674,0.0033333333333333],[675,0.0033333333333333],[676,0.0033333333333333],[677,0.0033333333333333],[678,0.0033333333333333],[679,0.0033333333333333],[680,0.0033333333333333],[681,0.0033333333333333],[682,0.0033333333333333],[683,0.0033333333333333],[684,0.0033333333333333],[685,0.0033333333333333],[686,0.0033333333333333],[687,0.0033333333333333],[688,0.0033333333333333],[689,0.0033333333333333],[690,0.0033333333333333],[691,0.0033333333333333],[692,0.0033333333333333],[693,0.0033333333333333],[694,0.0033333333333333],[695,0.0033333333333333],[696,0.0033333333333333],[697,0.0033333333333333],[698,0.0033333333333333],[699,0.0033333333333333],[700,0.0033333333333333],[701,0.0033333333333333],[702,0.0033333333333333],[703,0.0033333333333333],[704,0.0033333333333333],[705,0.0033333333333333],[706,0.0033333333333333],[707,0.0033333333333333],[708,0.0033333333333333],[709,0.0033333333333333],[710,0.0033333333333333],[711,0.0033333333333333],[712,0.0033333333333333],[713,0.0033333333333333],[714,0.0033333333333333],[715,0.0033333333333333],[716,0.0033333333333333],[717,0.0033333333333333],[718,0.0033333333333333],[719,0.0033333333333333],[720,0.0033333333333333],[721,0.0033333333333333],[722,0.0033333333333333],[723,0.0033333333333333],[724,0.0033333333333333],[725,0.0033333333333333],[726,0.0033333333333333],[727,0.0033333333333333],[728,0.0033333333333333],[729,0.0033333333333333],[730,0.0033333333333333],[731,0.0033333333333333],[732,0.0033333333333333],[733,0.0033333333333333],[734,0.0033333333333333],[735,0.0033333333333333],[736,0.0033333333333333],[737,0.0033333333333333],[738,0.0033333333333333],[739,0.0033333333333333],[740,0.0033333333333333],[741,0.0033333333333333],[742,0.0033333333333333],[743,0.0033333333333333],[744,0.0033333333333333],[745,0.0033333333333333],[746,0.0033333333333333],[747,0.0033333333333333],[748,0.0033333333333333],[749,0.0033333333333333],[750,0.0033333333333333],[751,0.0033333333333333],[752,0.0033333333333333],[753,0.0033333333333333],[754,0.0033333333333333],[755,0.0033333333333333],[756,0.0033333333333333],[757,0.0033333333333333],[758,0.0033333333333333],[759,0.0033333333333333],[760,0.0033333333333333],[761,0.0033333333333333],[762,0.0033333333333333],[763,0.0033333333333333],[764,0.0033333333333333],[765,0.0033333333333333],[766,0.0033333333333333],[767,0.0033333333333333],[768,0.0033333333333333],[769,0.0033333333333333],[770,0.0033333333333333],[771,0.0033333333333333],[772,0.0033333333333333],[773,0.0033333333333333],[774,0.0033333333333333],[775,0.0033333333333333],[776,0.0033333333333333],[777,0.0033333333333333],[778,0.0033333333333333],[779,0.0033333333333333],[780,0.0033333333333333],[781,0.0033333333333333],[782,0.0033333333333333],[783,0.0033333333333333],[784,0.0033333333333333],[785,0.0033333333333333],[786,0.0033333333333333],[787,0.0033333333333333],[788,0.0033333333333333],[789,0.0033333333333333],[790,0.0033333333333333],[791,0.0033333333333333],[792,0.0033333333333333],[793,0.0033333333333333],[794,0.0033333333333333],[795,0.0033333333333333],[796,0.0033333333333333],[797,0.0033333333333333],[798,0.0033333333333333],[799,0.0033333333333333],[275,0.019607843137255],[276,0.019607843137255],[277,0.019607843137255],[278,0.019607843137255],[279,0.019607843137255],[280,0.019607843137255],[281,0.019607843137255],[282,0.019607843137255],[283,0.019607843137255],[284,0.019607843137255],[285,0.019607843137255],[286,0.019607843137255],[287,0.019607843137255],[288,0.019607843137255],[289,0.019607843137255],[290,0.019607843137255],[291,0.019607843137255],[292,0.019607843137255],[293,0.019607843137255],[294,0.019607843137255],[295,0.019607843137255],[296,0.019607843137255],[297,0.019607843137255],[298,0.019607843137255],[299,0.019607843137255],[300,0.019607843137255],[301,0.019607843137255],[302,0.019607843137255],[303,0.019607843137255],[304,0.019607843137255],[305,0.019607843137255],[306,0.019607843137255],[307,0.019607843137255],[308,0.019607843137255],[309,0.019607843137255],[310,0.019607843137255],[311,0.019607843137255],[312,0.019607843137255],[313,0.019607843137255],[314,0.019607843137255],[315,0.019607843137255],[316,0.019607843137255],[317,0.019607843137255],[318,0.019607843137255],[319,0.019607843137255],[320,0.019607843137255],[321,0.019607843137255],[322,0.019607843137255],[323,0.019607843137255],[324,0.019607843137255],[325,0.019607843137255],[744,0.03125],[745,0.03125],[746,0.03125],[747,0.03125],[748,0.03125],[749,0.03125],[750,0.03125],[751,0.03125],[752,0.03125],[753,0.03125],[754,0.03125],[755,0.03125],[756,0.03125],[757,0.03125],[758,0.03125],[759,0.03125],[760,0.03125],[761,0.03125],[762,0.03125],[763,0.03125],[764,0.03125],[765,0.03125],[766,0.03125],[767,0.03125],[768,0.03125],[769,0.03125],[770,0.03125],[771,0.03125],[772,0.03125],[773,0.03125],[774,0.03125],[775,0.03125],[1,0.0033444816053512],[2,0.0033444816053512],[3,0.0033444816053512],[4,0.0033444816053512],[5,0.0033444816053512],[6,0.0033444816053512],[7,0.0033444816053512],[8,0.0033444816053512],[9,0.0033444816053512],[10,0.0033444816053512],[11,0.0033444816053512],[12,0.0033444816053512],[13,0.0033444816053512],[14,0.0033444816053512],[15,0.0033444816053512],[16,0.0033444816053512],[17,0.0033444816053512],[18,0.0033444816053512],[19,0.0033444816053512],[20,0.0033444816053512],[21,0.0033444816053512],[22,0.0033444816053512],[23,0.0033444816053512],[24,0.0033444816053512],[25,0.0033444816053512],[26,0.0033444816053512],[27,0.0033444816053512],[28,0.0033444816053512],[29,0.0033444816053512],[30,0.0033444816053512],[31,0.0033444816053512],[32,0.0033444816053512],[33,0.0033444816053512],[34,0.0033444816053512],[35,0.0033444816053512],[36,0.0033444816053512],[37,0.0033444816053512],[38,0.0033444816053512],[39,0.0033444816053512],[40,0.0033444816053512],[41,0.0033444816053512],[42,0.0033444816053512],[43,0.0033444816053512],[44,0.0033444816053512],[45,0.0033444816053512],[46,0.0033444816053512],[47,0.0033444816053512],[48,0.0033444816053512],[49,0.0033444816053512],[50,0.0033444816053512],[51,0.0033444816053512],[52,0.0033444816053512],[53,0.0033444816053512],[54,0.0033444816053512],[55,0.0033444816053512],[56,0.0033444816053512],[57,0.0033444816053512],[58,0.0033444816053512],[59,0.0033444816053512],[60,0.0033444816053512],[61,0.0033444816053512],[62,0.0033444816053512],[63,0.0033444816053512],[64,0.0033444816053512],[65,0.0033444816053512],[66,0.0033444816053512],[67,0.0033444816053512],[68,0.0033444816053512],[69,0.0033444816053512],[70,0.0033444816053512],[71,0.0033444816053512],[72,0.0033444816053512],[73,0.0033444816053512],[74,0.0033444816053512],[75,0.0033444816053512],[76,0.0033444816053512],[77,0.0033444816053512],[78,0.0033444816053512],[79,0.0033444816053512],[80,0.0033444816053512],[81,0.0033444816053512],[82,0.0033444816053512],[83,0.0033444816053512],[84,0.0033444816053512],[85,0.0033444816053512],[86,0.0033444816053512],[87,0.0033444816053512],[88,0.0033444816053512],[89,0.0033444816053512],[90,0.0033444816053512],[91,0.0033444816053512],[92,0.0033444816053512],[93,0.0033444816053512],[94,0.0033444816053512],[95,0.0033444816053512],[96,0.0033444816053512],[97,0.0033444816053512],[98,0.0033444816053512],[99,0.0033444816053512],[100,0.0033444816053512],[101,0.0033444816053512],[102,0.0033444816053512],[103,0.0033444816053512],[104,0.0033444816053512],[105,0.0033444816053512],[106,0.0033444816053512],[107,0.0033444816053512],[108,0.0033444816053512],[109,0.0033444816053512],[110,0.0033444816053512],[111,0.0033444816053512],[112,0.0033444816053512],[113,0.0033444816053512],[114,0.0033444816053512],[115,0.0033444816053512],[116,0.0033444816053512],[117,0.0033444816053512],[118,0.0033444816053512],[119,0.0033444816053512],[120,0.0033444816053512],[121,0.0033444816053512],[122,0.0033444816053512],[123,0.0033444816053512],[124,0.0033444816053512],[125,0.0033444816053512],[126,0.0033444816053512],[127,0.0033444816053512],[128,0.0033444816053512],[129,0.0033444816053512],[130,0.0033444816053512],[131,0.0033444816053512],[132,0.0033444816053512],[133,0.0033444816053512],[134,0.0033444816053512],[135,0.0033444816053512],[136,0.0033444816053512],[137,0.0033444816053512],[138,0.0033444816053512],[139,0.0033444816053512],[140,0.0033444816053512],[141,0.0033444816053512],[142,0.0033444816053512],[143,0.0033444816053512],[144,0.0033444816053512],[145,0.0033444816053512],[146,0.0033444816053512],[147,0.0033444816053512],[148,0.0033444816053512],[149,0.0033444816053512],[150,0.0033444816053512],[151,0.0033444816053512],[152,0.0033444816053512],[153,0.0033444816053512],[154,0.0033444816053512],[155,0.0033444816053512],[156,0.0033444816053512],[157,0.0033444816053512],[158,0.0033444816053512],[159,0.0033444816053512],[160,0.0033444816053512],[161,0.0033444816053512],[162,0.0033444816053512],[163,0.0033444816053512],[164,0.0033444816053512],[165,0.0033444816053512],[166,0.0033444816053512],[167,0.0033444816053512],[168,0.0033444816053512],[169,0.0033444816053512],[170,0.0033444816053512],[171,0.0033444816053512],[172,0.0033444816053512],[173,0.0033444816053512],[174,0.0033444816053512],[175,0.0033444816053512],[176,0.0033444816053512],[177,0.0033444816053512],[178,0.0033444816053512],[179,0.0033444816053512],[180,0.0033444816053512],[181,0.0033444816053512],[182,0.0033444816053512],[183,0.0033444816053512],[184,0.0033444816053512],[185,0.0033444816053512],[186,0.0033444816053512],[187,0.0033444816053512],[188,0.0033444816053512],[189,0.0033444816053512],[190,0.0033444816053512],[191,0.0033444816053512],[192,0.0033444816053512],[193,0.0033444816053512],[194,0.0033444816053512],[195,0.0033444816053512],[196,0.0033444816053512],[197,0.0033444816053512],[198,0.0033444816053512],[199,0.0033444816053512],[200,0.0033444816053512],[201,0.0033444816053512],[202,0.0033444816053512],[203,0.0033444816053512],[204,0.0033444816053512],[205,0.0033444816053512],[206,0.0033444816053512],[207,0.0033444816053512],[208,0.0033444816053512],[209,0.0033444816053512],[210,0.0033444816053512],[211,0.0033444816053512],[212,0.0033444816053512],[213,0.0033444816053512],[214,0.0033444816053512],[215,0.0033444816053512],[216,0.0033444816053512],[217,0.0033444816053512],[218,0.0033444816053512],[219,0.0033444816053512],[220,0.0033444816053512],[221,0.0033444816053512],[222,0.0033444816053512],[223,0.0033444816053512],[224,0.0033444816053512],[225,0.0033444816053512],[226,0.0033444816053512],[227,0.0033444816053512],[228,0.0033444816053512],[229,0.0033444816053512],[230,0.0033444816053512],[231,0.0033444816053512],[232,0.0033444816053512],[233,0.0033444816053512],[234,0.0033444816053512],[235,0.0033444816053512],[236,0.0033444816053512],[237,0.0033444816053512],[238,0.0033444816053512],[239,0.0033444816053512],[240,0.0033444816053512],[241,0.0033444816053512],[242,0.0033444816053512],[243,0.0033444816053512],[244,0.0033444816053512],[245,0.0033444816053512],[246,0.0033444816053512],[247,0.0033444816053512],[248,0.0033444816053512],[249,0.0033444816053512],[250,0.0033444816053512],[251,0.0033444816053512],[252,0.0033444816053512],[253,0.0033444816053512],[254,0.0033444816053512],[255,0.0033444816053512],[256,0.0033444816053512],[257,0.0033444816053512],[258,0.0033444816053512],[259,0.0033444816053512],[260,0.0033444816053512],[261,0.0033444816053512],[262,0.0033444816053512],[263,0.0033444816053512],[264,0.0033444816053512],[265,0.0033444816053512],[266,0.0033444816053512],[267,0.0033444816053512],[268,0.0033444816053512],[269,0.0033444816053512],[270,0.0033444816053512],[271,0.0033444816053512],[272,0.0033444816053512],[273,0.0033444816053512],[274,0.0033444816053512],[275,0.0033444816053512],[276,0.0033444816053512],[277,0.0033444816053512],[278,0.0033444816053512],[279,0.0033444816053512],[280,0.0033444816053512],[281,0.0033444816053512],[282,0.0033444816053512],[283,0.0033444816053512],[284,0.0033444816053512],[285,0.0033444816053512],[286,0.0033444816053512],[287,0.0033444816053512],[288,0.0033444816053512],[289,0.0033444816053512],[290,0.0033444816053512],[291,0.0033444816053512],[292,0.0033444816053512],[293,0.0033444816053512],[294,0.0033444816053512],[295,0.0033444816053512],[296,0.0033444816053512],[297,0.0033444816053512],[298,0.0033444816053512],[299,0.0033444816053512],[-99,0.0025125628140704],[-98,0.0025125628140704],[-97,0.0025125628140704],[-96,0.0025125628140704],[-95,0.0025125628140704],[-94,0.0025125628140704],[-93,0.0025125628140704],[-92,0.0025125628140704],[-91,0.0025125628140704],[-90,0.0025125628140704],[-89,0.0025125628140704],[-88,0.0025125628140704],[-87,0.0025125628140704],[-86,0.0025125628140704],[-85,0.0025125628140704],[-84,0.0025125628140704],[-83,0.0025125628140704],[-82,0.0025125628140704],[-81,0.0025125628140704],[-80,0.0025125628140704],[-79,0.0025125628140704],[-78,0.0025125628140704],[-77,0.0025125628140704],[-76,0.0025125628140704],[-75,0.0025125628140704],[-74,0.0025125628140704],[-73,0.0025125628140704],[-72,0.0025125628140704],[-71,0.0025125628140704],[-70,0.0025125628140704],[-69,0.0025125628140704],[-68,0.0025125628140704],[-67,0.0025125628140704],[-66,0.0025125628140704],[-65,0.0025125628140704],[-64,0.0025125628140704],[-63,0.0025125628140704],[-62,0.0025125628140704],[-61,0.0025125628140704],[-60,0.0025125628140704],[-59,0.0025125628140704],[-58,0.0025125628140704],[-57,0.0025125628140704],[-56,0.0025125628140704],[-55,0.0025125628140704],[-54,0.0025125628140704],[-53,0.0025125628140704],[-52,0.0025125628140704],[-51,0.0025125628140704],[-50,0.0025125628140704],[-49,0.0025125628140704],[-48,0.0025125628140704],[-47,0.0025125628140704],[-46,0.0025125628140704],[-45,0.0025125628140704],[-44,0.0025125628140704],[-43,0.0025125628140704],[-42,0.0025125628140704],[-41,0.0025125628140704],[-40,0.0025125628140704],[-39,0.0025125628140704],[-38,0.0025125628140704],[-37,0.0025125628140704],[-36,0.0025125628140704],[-35,0.0025125628140704],[-34,0.0025125628140704],[-33,0.0025125628140704],[-32,0.0025125628140704],[-31,0.0025125628140704],[-30,0.0025125628140704],[-29,0.0025125628140704],[-28,0.0025125628140704],[-27,0.0025125628140704],[-26,0.0025125628140704],[-25,0.0025125628140704],[-24,0.0025125628140704],[-23,0.0025125628140704],[-22,0.0025125628140704],[-21,0.0025125628140704],[-20,0.0025125628140704],[-19,0.0025125628140704],[-18,0.0025125628140704],[-17,0.0025125628140704],[-16,0.0025125628140704],[-15,0.0025125628140704],[-14,0.0025125628140704],[-13,0.0025125628140704],[-12,0.0025125628140704],[-11,0.0025125628140704],[-10,0.0025125628140704],[-9,0.0025125628140704],[-8,0.0025125628140704],[-7,0.0025125628140704],[-6,0.0025125628140704],[-5,0.0025125628140704],[-4,0.0025125628140704],[-3,0.0025125628140704],[-2,0.0025125628140704],[-1,0.0025125628140704],[1,0.0025125628140704],[2,0.0025125628140704],[3,0.0025125628140704],[4,0.0025125628140704],[5,0.0025125628140704],[6,0.0025125628140704],[7,0.0025125628140704],[8,0.0025125628140704],[9,0.0025125628140704],[10,0.0025125628140704],[11,0.0025125628140704],[12,0.0025125628140704],[13,0.0025125628140704],[14,0.0025125628140704],[15,0.0025125628140704],[16,0.0025125628140704],[17,0.0025125628140704],[18,0.0025125628140704],[19,0.0025125628140704],[20,0.0025125628140704],[21,0.0025125628140704],[22,0.0025125628140704],[23,0.0025125628140704],[24,0.0025125628140704],[25,0.0025125628140704],[26,0.0025125628140704],[27,0.0025125628140704],[28,0.0025125628140704],[29,0.0025125628140704],[30,0.0025125628140704],[31,0.0025125628140704],[32,0.0025125628140704],[33,0.0025125628140704],[34,0.0025125628140704],[35,0.0025125628140704],[36,0.0025125628140704],[37,0.0025125628140704],[38,0.0025125628140704],[39,0.0025125628140704],[40,0.0025125628140704],[41,0.0025125628140704],[42,0.0025125628140704],[43,0.0025125628140704],[44,0.0025125628140704],[45,0.0025125628140704],[46,0.0025125628140704],[47,0.0025125628140704],[48,0.0025125628140704],[49,0.0025125628140704],[50,0.0025125628140704],[51,0.0025125628140704],[52,0.0025125628140704],[53,0.0025125628140704],[54,0.0025125628140704],[55,0.0025125628140704],[56,0.0025125628140704],[57,0.0025125628140704],[58,0.0025125628140704],[59,0.0025125628140704],[60,0.0025125628140704],[61,0.0025125628140704],[62,0.0025125628140704],[63,0.0025125628140704],[64,0.0025125628140704],[65,0.0025125628140704],[66,0.0025125628140704],[67,0.0025125628140704],[68,0.0025125628140704],[69,0.0025125628140704],[70,0.0025125628140704],[71,0.0025125628140704],[72,0.0025125628140704],[73,0.0025125628140704],[74,0.0025125628140704],[75,0.0025125628140704],[76,0.0025125628140704],[77,0.0025125628140704],[78,0.0025125628140704],[79,0.0025125628140704],[80,0.0025125628140704],[81,0.0025125628140704],[82,0.0025125628140704],[83,0.0025125628140704],[84,0.0025125628140704],[85,0.0025125628140704],[86,0.0025125628140704],[87,0.0025125628140704],[88,0.0025125628140704],[89,0.0025125628140704],[90,0.0025125628140704],[91,0.0025125628140704],[92,0.0025125628140704],[93,0.0025125628140704],[94,0.0025125628140704],[95,0.0025125628140704],[96,0.0025125628140704],[97,0.0025125628140704],[98,0.0025125628140704],[99,0.0025125628140704],[100,0.0025125628140704],[101,0.0025125628140704],[102,0.0025125628140704],[103,0.0025125628140704],[104,0.0025125628140704],[105,0.0025125628140704],[106,0.0025125628140704],[107,0.0025125628140704],[108,0.0025125628140704],[109,0.0025125628140704],[110,0.0025125628140704],[111,0.0025125628140704],[112,0.0025125628140704],[113,0.0025125628140704],[114,0.0025125628140704],[115,0.0025125628140704],[116,0.0025125628140704],[117,0.0025125628140704],[118,0.0025125628140704],[119,0.0025125628140704],[120,0.0025125628140704],[121,0.0025125628140704],[122,0.0025125628140704],[123,0.0025125628140704],[124,0.0025125628140704],[125,0.0025125628140704],[126,0.0025125628140704],[127,0.0025125628140704],[128,0.0025125628140704],[129,0.0025125628140704],[130,0.0025125628140704],[131,0.0025125628140704],[132,0.0025125628140704],[133,0.0025125628140704],[134,0.0025125628140704],[135,0.0025125628140704],[136,0.0025125628140704],[137,0.0025125628140704],[138,0.0025125628140704],[139,0.0025125628140704],[140,0.0025125628140704],[141,0.0025125628140704],[142,0.0025125628140704],[143,0.0025125628140704],[144,0.0025125628140704],[145,0.0025125628140704],[146,0.0025125628140704],[147,0.0025125628140704],[148,0.0025125628140704],[149,0.0025125628140704],[150,0.0025125628140704],[151,0.0025125628140704],[152,0.0025125628140704],[153,0.0025125628140704],[154,0.0025125628140704],[155,0.0025125628140704],[156,0.0025125628140704],[157,0.0025125628140704],[158,0.0025125628140704],[159,0.0025125628140704],[160,0.0025125628140704],[161,0.0025125628140704],[162,0.0025125628140704],[163,0.0025125628140704],[164,0.0025125628140704],[165,0.0025125628140704],[166,0.0025125628140704],[167,0.0025125628140704],[168,0.0025125628140704],[169,0.0025125628140704],[170,0.0025125628140704],[171,0.0025125628140704],[172,0.0025125628140704],[173,0.0025125628140704],[174,0.0025125628140704],[175,0.0025125628140704],[176,0.0025125628140704],[177,0.0025125628140704],[178,0.0025125628140704],[179,0.0025125628140704],[180,0.0025125628140704],[181,0.0025125628140704],[182,0.0025125628140704],[183,0.0025125628140704],[184,0.0025125628140704],[185,0.0025125628140704],[186,0.0025125628140704],[187,0.0025125628140704],[188,0.0025125628140704],[189,0.0025125628140704],[190,0.0025125628140704],[191,0.0025125628140704],[192,0.0025125628140704],[193,0.0025125628140704],[194,0.0025125628140704],[195,0.0025125628140704],[196,0.0025125628140704],[197,0.0025125628140704],[198,0.0025125628140704],[199,0.0025125628140704],[200,0.0025125628140704],[201,0.0025125628140704],[202,0.0025125628140704],[203,0.0025125628140704],[204,0.0025125628140704],[205,0.0025125628140704],[206,0.0025125628140704],[207,0.0025125628140704],[208,0.0025125628140704],[209,0.0025125628140704],[210,0.0025125628140704],[211,0.0025125628140704],[212,0.0025125628140704],[213,0.0025125628140704],[214,0.0025125628140704],[215,0.0025125628140704],[216,0.0025125628140704],[217,0.0025125628140704],[218,0.0025125628140704],[219,0.0025125628140704],[220,0.0025125628140704],[221,0.0025125628140704],[222,0.0025125628140704],[223,0.0025125628140704],[224,0.0025125628140704],[225,0.0025125628140704],[226,0.0025125628140704],[227,0.0025125628140704],[228,0.0025125628140704],[229,0.0025125628140704],[230,0.0025125628140704],[231,0.0025125628140704],[232,0.0025125628140704],[233,0.0025125628140704],[234,0.0025125628140704],[235,0.0025125628140704],[236,0.0025125628140704],[237,0.0025125628140704],[238,0.0025125628140704],[239,0.0025125628140704],[240,0.0025125628140704],[241,0.0025125628140704],[242,0.0025125628140704],[243,0.0025125628140704],[244,0.0025125628140704],[245,0.0025125628140704],[246,0.0025125628140704],[247,0.0025125628140704],[248,0.0025125628140704],[249,0.0025125628140704],[250,0.0025125628140704],[251,0.0025125628140704],[252,0.0025125628140704],[253,0.0025125628140704],[254,0.0025125628140704],[255,0.0025125628140704],[256,0.0025125628140704],[257,0.0025125628140704],[258,0.0025125628140704],[259,0.0025125628140704],[260,0.0025125628140704],[261,0.0025125628140704],[262,0.0025125628140704],[263,0.0025125628140704],[264,0.0025125628140704],[265,0.0025125628140704],[266,0.0025125628140704],[267,0.0025125628140704],[268,0.0025125628140704],[269,0.0025125628140704],[270,0.0025125628140704],[271,0.0025125628140704],[272,0.0025125628140704],[273,0.0025125628140704],[274,0.0025125628140704],[275,0.0025125628140704],[276,0.0025125628140704],[277,0.0025125628140704],[278,0.0025125628140704],[279,0.0025125628140704],[280,0.0025125628140704],[281,0.0025125628140704],[282,0.0025125628140704],[283,0.0025125628140704],[284,0.0025125628140704],[285,0.0025125628140704],[286,0.0025125628140704],[287,0.0025125628140704],[288,0.0025125628140704],[289,0.0025125628140704],[290,0.0025125628140704],[291,0.0025125628140704],[292,0.0025125628140704],[293,0.0025125628140704],[294,0.0025125628140704],[295,0.0025125628140704],[296,0.0025125628140704],[297,0.0025125628140704],[298,0.0025125628140704],[299,0.0025125628140704],[500,0.01],[501,0.01],[502,0.01],[503,0.01],[504,0.01],[505,0.01],[506,0.01],[507,0.01],[508,0.01],[509,0.01],[510,0.01],[511,0.01],[512,0.01],[513,0.01],[514,0.01],[515,0.01],[516,0.01],[517,0.01],[518,0.01],[519,0.01],[520,0.01],[521,0.01],[522,0.01],[523,0.01],[524,0.01],[525,0.01],[526,0.01],[527,0.01],[528,0.01],[529,0.01],[530,0.01],[531,0.01],[532,0.01],[533,0.01],[534,0.01],[535,0.01],[536,0.01],[537,0.01],[538,0.01],[539,0.01],[540,0.01],[541,0.01],[542,0.01],[543,0.01],[544,0.01],[545,0.01],[546,0.01],[547,0.01],[548,0.01],[549,0.01],[550,0.01],[551,0.01],[552,0.01],[553,0.01],[554,0.01],[555,0.01],[556,0.01],[557,0.01],[558,0.01],[559,0.01],[560,0.01],[561,0.01],[562,0.01],[563,0.01],[564,0.01],[565,0.01],[566,0.01],[567,0.01],[568,0.01],[569,0.01],[570,0.01],[571,0.01],[572,0.01],[573,0.01],[574,0.01],[575,0.01],[576,0.01],[577,0.01],[578,0.01],[579,0.01],[580,0.01],[581,0.01],[582,0.01],[583,0.01],[584,0.01],[585,0.01],[586,0.01],[587,0.01],[588,0.01],[589,0.01],[590,0.01],[591,0.01],[592,0.01],[593,0.01],[594,0.01],[595,0.01],[596,0.01],[597,0.01],[598,0.01],[599,0.01],[610,0.33333333333333],[611,0.33333333333333],[612,0.33333333333333],[-30,0.022727272727273],[-29,0.022727272727273],[-28,0.022727272727273],[-27,0.022727272727273],[-26,0.022727272727273],[-25,0.022727272727273],[-24,0.022727272727273],[-23,0.022727272727273],[-22,0.022727272727273],[-21,0.022727272727273],[-20,0.022727272727273],[-19,0.022727272727273],[-18,0.022727272727273],[-17,0.022727272727273],[-16,0.022727272727273],[-15,0.022727272727273],[-14,0.022727272727273],[-13,0.022727272727273],[-12,0.022727272727273],[-11,0.022727272727273],[-10,0.022727272727273],[-9,0.022727272727273],[-8,0.022727272727273],[-7,0.022727272727273],[-6,0.022727272727273],[-5,0.022727272727273],[-4,0.022727272727273],[-3,0.022727272727273],[-2,0.022727272727273],[-1,0.022727272727273],[1,0.022727272727273],[2,0.022727272727273],[3,0.022727272727273],[4,0.022727272727273],[5,0.022727272727273],[6,0.022727272727273],[7,0.022727272727273],[8,0.022727272727273],[9,0.022727272727273],[10,0.022727272727273],[11,0.022727272727273],[12,0.022727272727273],[13,0.022727272727273],[14,0.022727272727273],[58,0.03448275862069],[59,0.03448275862069],[60,0.03448275862069],[61,0.03448275862069],[62,0.03448275862069],[63,0.03448275862069],[64,0.03448275862069],[65,0.03448275862069],[66,0.03448275862069],[67,0.03448275862069],[68,0.03448275862069],[69,0.03448275862069],[70,0.03448275862069],[71,0.03448275862069],[72,0.03448275862069],[73,0.03448275862069],[74,0.03448275862069],[75,0.03448275862069],[76,0.03448275862069],[77,0.03448275862069],[78,0.03448275862069],[79,0.03448275862069],[80,0.03448275862069],[81,0.03448275862069],[82,0.03448275862069],[83,0.03448275862069],[84,0.03448275862069],[85,0.03448275862069],[86,0.03448275862069],[155,0.047619047619048],[156,0.047619047619048],[157,0.047619047619048],[158,0.047619047619048],[159,0.047619047619048],[160,0.047619047619048],[161,0.047619047619048],[162,0.047619047619048],[163,0.047619047619048],[164,0.047619047619048],[165,0.047619047619048],[166,0.047619047619048],[167,0.047619047619048],[168,0.047619047619048],[169,0.047619047619048],[170,0.047619047619048],[171,0.047619047619048],[172,0.047619047619048],[173,0.047619047619048],[174,0.047619047619048],[175,0.047619047619048],[131,0.016129032258065],[132,0.016129032258065],[133,0.016129032258065],[134,0.016129032258065],[135,0.016129032258065],[136,0.016129032258065],[137,0.016129032258065],[138,0.016129032258065],[139,0.016129032258065],[140,0.016129032258065],[141,0.016129032258065],[142,0.016129032258065],[143,0.016129032258065],[144,0.016129032258065],[145,0.016129032258065],[146,0.016129032258065],[147,0.016129032258065],[148,0.016129032258065],[149,0.016129032258065],[150,0.016129032258065],[151,0.016129032258065],[152,0.016129032258065],[153,0.016129032258065],[154,0.016129032258065],[155,0.016129032258065],[156,0.016129032258065],[157,0.016129032258065],[158,0.016129032258065],[159,0.016129032258065],[160,0.016129032258065],[161,0.016129032258065],[162,0.016129032258065],[163,0.016129032258065],[164,0.016129032258065],[165,0.016129032258065],[166,0.016129032258065],[167,0.016129032258065],[168,0.016129032258065],[169,0.016129032258065],[170,0.016129032258065],[171,0.016129032258065],[172,0.016129032258065],[173,0.016129032258065],[174,0.016129032258065],[175,0.016129032258065],[176,0.016129032258065],[177,0.016129032258065],[178,0.016129032258065],[179,0.016129032258065],[180,0.016129032258065],[181,0.016129032258065],[182,0.016129032258065],[183,0.016129032258065],[184,0.016129032258065],[185,0.016129032258065],[186,0.016129032258065],[187,0.016129032258065],[188,0.016129032258065],[189,0.016129032258065],[190,0.016129032258065],[191,0.016129032258065],[192,0.016129032258065],[400,0.01],[401,0.01],[402,0.01],[403,0.01],[404,0.01],[405,0.01],[406,0.01],[407,0.01],[408,0.01],[409,0.01],[410,0.01],[411,0.01],[412,0.01],[413,0.01],[414,0.01],[415,0.01],[416,0.01],[417,0.01],[418,0.01],[419,0.01],[420,0.01],[421,0.01],[422,0.01],[423,0.01],[424,0.01],[425,0.01],[426,0.01],[427,0.01],[428,0.01],[429,0.01],[430,0.01],[431,0.01],[432,0.01],[433,0.01],[434,0.01],[435,0.01],[436,0.01],[437,0.01],[438,0.01],[439,0.01],[440,0.01],[441,0.01],[442,0.01],[443,0.01],[444,0.01],[445,0.01],[446,0.01],[447,0.01],[448,0.01],[449,0.01],[450,0.01],[451,0.01],[452,0.01],[453,0.01],[454,0.01],[455,0.01],[456,0.01],[457,0.01],[458,0.01],[459,0.01],[460,0.01],[461,0.01],[462,0.01],[463,0.01],[464,0.01],[465,0.01],[466,0.01],[467,0.01],[468,0.01],[469,0.01],[470,0.01],[471,0.01],[472,0.01],[473,0.01],[474,0.01],[475,0.01],[476,0.01],[477,0.01],[478,0.01],[479,0.01],[480,0.01],[481,0.01],[482,0.01],[483,0.01],[484,0.01],[485,0.01],[486,0.01],[487,0.01],[488,0.01],[489,0.01],[490,0.01],[491,0.01],[492,0.01],[493,0.01],[494,0.01],[495,0.01],[496,0.01],[497,0.01],[498,0.01],[499,0.01],[300,0.00125],[301,0.00125],[302,0.00125],[303,0.00125],[304,0.00125],[305,0.00125],[306,0.00125],[307,0.00125],[308,0.00125],[309,0.00125],[310,0.00125],[311,0.00125],[312,0.00125],[313,0.00125],[314,0.00125],[315,0.00125],[316,0.00125],[317,0.00125],[318,0.00125],[319,0.00125],[320,0.00125],[321,0.00125],[322,0.00125],[323,0.00125],[324,0.00125],[325,0.00125],[326,0.00125],[327,0.00125],[328,0.00125],[329,0.00125],[330,0.00125],[331,0.00125],[332,0.00125],[333,0.00125],[334,0.00125],[335,0.00125],[336,0.00125],[337,0.00125],[338,0.00125],[339,0.00125],[340,0.00125],[341,0.00125],[342,0.00125],[343,0.00125],[344,0.00125],[345,0.00125],[346,0.00125],[347,0.00125],[348,0.00125],[349,0.00125],[350,0.00125],[351,0.00125],[352,0.00125],[353,0.00125],[354,0.00125],[355,0.00125],[356,0.00125],[357,0.00125],[358,0.00125],[359,0.00125],[360,0.00125],[361,0.00125],[362,0.00125],[363,0.00125],[364,0.00125],[365,0.00125],[366,0.00125],[367,0.00125],[368,0.00125],[369,0.00125],[370,0.00125],[371,0.00125],[372,0.00125],[373,0.00125],[374,0.00125],[375,0.00125],[376,0.00125],[377,0.00125],[378,0.00125],[379,0.00125],[380,0.00125],[381,0.00125],[382,0.00125],[383,0.00125],[384,0.00125],[385,0.00125],[386,0.00125],[387,0.00125],[388,0.00125],[389,0.00125],[390,0.00125],[391,0.00125],[392,0.00125],[393,0.00125],[394,0.00125],[395,0.00125],[396,0.00125],[397,0.00125],[398,0.00125],[399,0.00125],[400,0.00125],[401,0.00125],[402,0.00125],[403,0.00125],[404,0.00125],[405,0.00125],[406,0.00125],[407,0.00125],[408,0.00125],[409,0.00125],[410,0.00125],[411,0.00125],[412,0.00125],[413,0.00125],[414,0.00125],[415,0.00125],[416,0.00125],[417,0.00125],[418,0.00125],[419,0.00125],[420,0.00125],[421,0.00125],[422,0.00125],[423,0.00125],[424,0.00125],[425,0.00125],[426,0.00125],[427,0.00125],[428,0.00125],[429,0.00125],[430,0.00125],[431,0.00125],[432,0.00125],[433,0.00125],[434,0.00125],[435,0.00125],[436,0.00125],[437,0.00125],[438,0.00125],[439,0.00125],[440,0.00125],[441,0.00125],[442,0.00125],[443,0.00125],[444,0.00125],[445,0.00125],[446,0.00125],[447,0.00125],[448,0.00125],[449,0.00125],[450,0.00125],[451,0.00125],[452,0.00125],[453,0.00125],[454,0.00125],[455,0.00125],[456,0.00125],[457,0.00125],[458,0.00125],[459,0.00125],[460,0.00125],[461,0.00125],[462,0.00125],[463,0.00125],[464,0.00125],[465,0.00125],[466,0.00125],[467,0.00125],[468,0.00125],[469,0.00125],[470,0.00125],[471,0.00125],[472,0.00125],[473,0.00125],[474,0.00125],[475,0.00125],[476,0.00125],[477,0.00125],[478,0.00125],[479,0.00125],[480,0.00125],[481,0.00125],[482,0.00125],[483,0.00125],[484,0.00125],[485,0.00125],[486,0.00125],[487,0.00125],[488,0.00125],[489,0.00125],[490,0.00125],[491,0.00125],[492,0.00125],[493,0.00125],[494,0.00125],[495,0.00125],[496,0.00125],[497,0.00125],[498,0.00125],[499,0.00125],[500,0.00125],[501,0.00125],[502,0.00125],[503,0.00125],[504,0.00125],[505,0.00125],[506,0.00125],[507,0.00125],[508,0.00125],[509,0.00125],[510,0.00125],[511,0.00125],[512,0.00125],[513,0.00125],[514,0.00125],[515,0.00125],[516,0.00125],[517,0.00125],[518,0.00125],[519,0.00125],[520,0.00125],[521,0.00125],[522,0.00125],[523,0.00125],[524,0.00125],[525,0.00125],[526,0.00125],[527,0.00125],[528,0.00125],[529,0.00125],[530,0.00125],[531,0.00125],[532,0.00125],[533,0.00125],[534,0.00125],[535,0.00125],[536,0.00125],[537,0.00125],[538,0.00125],[539,0.00125],[540,0.00125],[541,0.00125],[542,0.00125],[543,0.00125],[544,0.00125],[545,0.00125],[546,0.00125],[547,0.00125],[548,0.00125],[549,0.00125],[550,0.00125],[551,0.00125],[552,0.00125],[553,0.00125],[554,0.00125],[555,0.00125],[556,0.00125],[557,0.00125],[558,0.00125],[559,0.00125],[560,0.00125],[561,0.00125],[562,0.00125],[563,0.00125],[564,0.00125],[565,0.00125],[566,0.00125],[567,0.00125],[568,0.00125],[569,0.00125],[570,0.00125],[571,0.00125],[572,0.00125],[573,0.00125],[574,0.00125],[575,0.00125],[576,0.00125],[577,0.00125],[578,0.00125],[579,0.00125],[580,0.00125],[581,0.00125],[582,0.00125],[583,0.00125],[584,0.00125],[585,0.00125],[586,0.00125],[587,0.00125],[588,0.00125],[589,0.00125],[590,0.00125],[591,0.00125],[592,0.00125],[593,0.00125],[594,0.00125],[595,0.00125],[596,0.00125],[597,0.00125],[598,0.00125],[599,0.00125],[600,0.00125],[601,0.00125],[602,0.00125],[603,0.00125],[604,0.00125],[605,0.00125],[606,0.00125],[607,0.00125],[608,0.00125],[609,0.00125],[610,0.00125],[611,0.00125],[612,0.00125],[613,0.00125],[614,0.00125],[615,0.00125],[616,0.00125],[617,0.00125],[618,0.00125],[619,0.00125],[620,0.00125],[621,0.00125],[622,0.00125],[623,0.00125],[624,0.00125],[625,0.00125],[626,0.00125],[627,0.00125],[628,0.00125],[629,0.00125],[630,0.00125],[631,0.00125],[632,0.00125],[633,0.00125],[634,0.00125],[635,0.00125],[636,0.00125],[637,0.00125],[638,0.00125],[639,0.00125],[640,0.00125],[641,0.00125],[642,0.00125],[643,0.00125],[644,0.00125],[645,0.00125],[646,0.00125],[647,0.00125],[648,0.00125],[649,0.00125],[650,0.00125],[651,0.00125],[652,0.00125],[653,0.00125],[654,0.00125],[655,0.00125],[656,0.00125],[657,0.00125],[658,0.00125],[659,0.00125],[660,0.00125],[661,0.00125],[662,0.00125],[663,0.00125],[664,0.00125],[665,0.00125],[666,0.00125],[667,0.00125],[668,0.00125],[669,0.00125],[670,0.00125],[671,0.00125],[672,0.00125],[673,0.00125],[674,0.00125],[675,0.00125],[676,0.00125],[677,0.00125],[678,0.00125],[679,0.00125],[680,0.00125],[681,0.00125],[682,0.00125],[683,0.00125],[684,0.00125],[685,0.00125],[686,0.00125],[687,0.00125],[688,0.00125],[689,0.00125],[690,0.00125],[691,0.00125],[692,0.00125],[693,0.00125],[694,0.00125],[695,0.00125],[696,0.00125],[697,0.00125],[698,0.00125],[699,0.00125],[700,0.00125],[701,0.00125],[702,0.00125],[703,0.00125],[704,0.00125],[705,0.00125],[706,0.00125],[707,0.00125],[708,0.00125],[709,0.00125],[710,0.00125],[711,0.00125],[712,0.00125],[713,0.00125],[714,0.00125],[715,0.00125],[716,0.00125],[717,0.00125],[718,0.00125],[719,0.00125],[720,0.00125],[721,0.00125],[722,0.00125],[723,0.00125],[724,0.00125],[725,0.00125],[726,0.00125],[727,0.00125],[728,0.00125],[729,0.00125],[730,0.00125],[731,0.00125],[732,0.00125],[733,0.00125],[734,0.00125],[735,0.00125],[736,0.00125],[737,0.00125],[738,0.00125],[739,0.00125],[740,0.00125],[741,0.00125],[742,0.00125],[743,0.00125],[744,0.00125],[745,0.00125],[746,0.00125],[747,0.00125],[748,0.00125],[749,0.00125],[750,0.00125],[751,0.00125],[752,0.00125],[753,0.00125],[754,0.00125],[755,0.00125],[756,0.00125],[757,0.00125],[758,0.00125],[759,0.00125],[760,0.00125],[761,0.00125],[762,0.00125],[763,0.00125],[764,0.00125],[765,0.00125],[766,0.00125],[767,0.00125],[768,0.00125],[769,0.00125],[770,0.00125],[771,0.00125],[772,0.00125],[773,0.00125],[774,0.00125],[775,0.00125],[776,0.00125],[777,0.00125],[778,0.00125],[779,0.00125],[780,0.00125],[781,0.00125],[782,0.00125],[783,0.00125],[784,0.00125],[785,0.00125],[786,0.00125],[787,0.00125],[788,0.00125],[789,0.00125],[790,0.00125],[791,0.00125],[792,0.00125],[793,0.00125],[794,0.00125],[795,0.00125],[796,0.00125],[797,0.00125],[798,0.00125],[799,0.00125],[500,0.0044247787610619],[501,0.0044247787610619],[502,0.0044247787610619],[503,0.0044247787610619],[504,0.0044247787610619],[505,0.0044247787610619],[506,0.0044247787610619],[507,0.0044247787610619],[508,0.0044247787610619],[509,0.0044247787610619],[510,0.0044247787610619],[511,0.0044247787610619],[512,0.0044247787610619],[513,0.0044247787610619],[514,0.0044247787610619],[515,0.0044247787610619],[516,0.0044247787610619],[517,0.0044247787610619],[518,0.0044247787610619],[519,0.0044247787610619],[520,0.0044247787610619],[521,0.0044247787610619],[522,0.0044247787610619],[523,0.0044247787610619],[524,0.0044247787610619],[525,0.0044247787610619],[526,0.0044247787610619],[527,0.0044247787610619],[528,0.0044247787610619],[529,0.0044247787610619],[530,0.0044247787610619],[531,0.0044247787610619],[532,0.0044247787610619],[533,0.0044247787610619],[534,0.0044247787610619],[535,0.0044247787610619],[536,0.0044247787610619],[537,0.0044247787610619],[538,0.0044247787610619],[539,0.0044247787610619],[540,0.0044247787610619],[541,0.0044247787610619],[542,0.0044247787610619],[543,0.0044247787610619],[544,0.0044247787610619],[545,0.0044247787610619],[546,0.0044247787610619],[547,0.0044247787610619],[548,0.0044247787610619],[549,0.0044247787610619],[550,0.0044247787610619],[551,0.0044247787610619],[552,0.0044247787610619],[553,0.0044247787610619],[554,0.0044247787610619],[555,0.0044247787610619],[556,0.0044247787610619],[557,0.0044247787610619],[558,0.0044247787610619],[559,0.0044247787610619],[560,0.0044247787610619],[561,0.0044247787610619],[562,0.0044247787610619],[563,0.0044247787610619],[564,0.0044247787610619],[565,0.0044247787610619],[566,0.0044247787610619],[567,0.0044247787610619],[568,0.0044247787610619],[569,0.0044247787610619],[570,0.0044247787610619],[571,0.0044247787610619],[572,0.0044247787610619],[573,0.0044247787610619],[574,0.0044247787610619],[575,0.0044247787610619],[576,0.0044247787610619],[577,0.0044247787610619],[578,0.0044247787610619],[579,0.0044247787610619],[580,0.0044247787610619],[581,0.0044247787610619],[582,0.0044247787610619],[583,0.0044247787610619],[584,0.0044247787610619],[585,0.0044247787610619],[586,0.0044247787610619],[587,0.0044247787610619],[588,0.0044247787610619],[589,0.0044247787610619],[590,0.0044247787610619],[591,0.0044247787610619],[592,0.0044247787610619],[593,0.0044247787610619],[594,0.0044247787610619],[595,0.0044247787610619],[596,0.0044247787610619],[597,0.0044247787610619],[598,0.0044247787610619],[599,0.0044247787610619],[600,0.0044247787610619],[601,0.0044247787610619],[602,0.0044247787610619],[603,0.0044247787610619],[604,0.0044247787610619],[605,0.0044247787610619],[606,0.0044247787610619],[607,0.0044247787610619],[608,0.0044247787610619],[609,0.0044247787610619],[610,0.0044247787610619],[611,0.0044247787610619],[612,0.0044247787610619],[613,0.0044247787610619],[614,0.0044247787610619],[615,0.0044247787610619],[616,0.0044247787610619],[617,0.0044247787610619],[618,0.0044247787610619],[619,0.0044247787610619],[620,0.0044247787610619],[621,0.0044247787610619],[622,0.0044247787610619],[623,0.0044247787610619],[624,0.0044247787610619],[625,0.0044247787610619],[626,0.0044247787610619],[627,0.0044247787610619],[628,0.0044247787610619],[629,0.0044247787610619],[630,0.0044247787610619],[631,0.0044247787610619],[632,0.0044247787610619],[633,0.0044247787610619],[634,0.0044247787610619],[635,0.0044247787610619],[636,0.0044247787610619],[637,0.0044247787610619],[638,0.0044247787610619],[639,0.0044247787610619],[640,0.0044247787610619],[641,0.0044247787610619],[642,0.0044247787610619],[643,0.0044247787610619],[644,0.0044247787610619],[645,0.0044247787610619],[646,0.0044247787610619],[647,0.0044247787610619],[648,0.0044247787610619],[649,0.0044247787610619],[650,0.0044247787610619],[651,0.0044247787610619],[652,0.0044247787610619],[653,0.0044247787610619],[654,0.0044247787610619],[655,0.0044247787610619],[656,0.0044247787610619],[657,0.0044247787610619],[658,0.0044247787610619],[659,0.0044247787610619],[660,0.0044247787610619],[661,0.0044247787610619],[662,0.0044247787610619],[663,0.0044247787610619],[664,0.0044247787610619],[665,0.0044247787610619],[666,0.0044247787610619],[667,0.0044247787610619],[668,0.0044247787610619],[669,0.0044247787610619],[670,0.0044247787610619],[671,0.0044247787610619],[672,0.0044247787610619],[673,0.0044247787610619],[674,0.0044247787610619],[675,0.0044247787610619],[676,0.0044247787610619],[677,0.0044247787610619],[678,0.0044247787610619],[679,0.0044247787610619],[680,0.0044247787610619],[681,0.0044247787610619],[682,0.0044247787610619],[683,0.0044247787610619],[684,0.0044247787610619],[685,0.0044247787610619],[686,0.0044247787610619],[687,0.0044247787610619],[688,0.0044247787610619],[689,0.0044247787610619],[690,0.0044247787610619],[691,0.0044247787610619],[692,0.0044247787610619],[693,0.0044247787610619],[694,0.0044247787610619],[695,0.0044247787610619],[696,0.0044247787610619],[697,0.0044247787610619],[698,0.0044247787610619],[699,0.0044247787610619],[700,0.0044247787610619],[701,0.0044247787610619],[702,0.0044247787610619],[703,0.0044247787610619],[704,0.0044247787610619],[705,0.0044247787610619],[706,0.0044247787610619],[707,0.0044247787610619],[708,0.0044247787610619],[709,0.0044247787610619],[710,0.0044247787610619],[711,0.0044247787610619],[712,0.0044247787610619],[713,0.0044247787610619],[714,0.0044247787610619],[715,0.0044247787610619],[716,0.0044247787610619],[717,0.0044247787610619],[718,0.0044247787610619],[719,0.0044247787610619],[720,0.0044247787610619],[721,0.0044247787610619],[722,0.0044247787610619],[723,0.0044247787610619],[724,0.0044247787610619],[725,0.0044247787610619],[-214,0.2],[-213,0.2],[-212,0.2],[-211,0.2],[-210,0.2],[-192,0.032258064516129],[-191,0.032258064516129],[-190,0.032258064516129],[-189,0.032258064516129],[-188,0.032258064516129],[-187,0.032258064516129],[-186,0.032258064516129],[-185,0.032258064516129],[-184,0.032258064516129],[-183,0.032258064516129],[-182,0.032258064516129],[-181,0.032258064516129],[-180,0.032258064516129],[-179,0.032258064516129],[-178,0.032258064516129],[-177,0.032258064516129],[-176,0.032258064516129],[-175,0.032258064516129],[-174,0.032258064516129],[-173,0.032258064516129],[-172,0.032258064516129],[-171,0.032258064516129],[-170,0.032258064516129],[-169,0.032258064516129],[-168,0.032258064516129],[-167,0.032258064516129],[-166,0.032258064516129],[-165,0.032258064516129],[-164,0.032258064516129],[-163,0.032258064516129],[-162,0.032258064516129],[-664,0.0021505376344086],[-663,0.0021505376344086],[-662,0.0021505376344086],[-661,0.0021505376344086],[-660,0.0021505376344086],[-659,0.0021505376344086],[-658,0.0021505376344086],[-657,0.0021505376344086],[-656,0.0021505376344086],[-655,0.0021505376344086],[-654,0.0021505376344086],[-653,0.0021505376344086],[-652,0.0021505376344086],[-651,0.0021505376344086],[-650,0.0021505376344086],[-649,0.0021505376344086],[-648,0.0021505376344086],[-647,0.0021505376344086],[-646,0.0021505376344086],[-645,0.0021505376344086],[-644,0.0021505376344086],[-643,0.0021505376344086],[-642,0.0021505376344086],[-641,0.0021505376344086],[-640,0.0021505376344086],[-639,0.0021505376344086],[-638,0.0021505376344086],[-637,0.0021505376344086],[-636,0.0021505376344086],[-635,0.0021505376344086],[-634,0.0021505376344086],[-633,0.0021505376344086],[-632,0.0021505376344086],[-631,0.0021505376344086],[-630,0.0021505376344086],[-629,0.0021505376344086],[-628,0.0021505376344086],[-627,0.0021505376344086],[-626,0.0021505376344086],[-625,0.0021505376344086],[-624,0.0021505376344086],[-623,0.0021505376344086],[-622,0.0021505376344086],[-621,0.0021505376344086],[-620,0.0021505376344086],[-619,0.0021505376344086],[-618,0.0021505376344086],[-617,0.0021505376344086],[-616,0.0021505376344086],[-615,0.0021505376344086],[-614,0.0021505376344086],[-613,0.0021505376344086],[-612,0.0021505376344086],[-611,0.0021505376344086],[-610,0.0021505376344086],[-609,0.0021505376344086],[-608,0.0021505376344086],[-607,0.0021505376344086],[-606,0.0021505376344086],[-605,0.0021505376344086],[-604,0.0021505376344086],[-603,0.0021505376344086],[-602,0.0021505376344086],[-601,0.0021505376344086],[-600,0.0021505376344086],[-599,0.0021505376344086],[-598,0.0021505376344086],[-597,0.0021505376344086],[-596,0.0021505376344086],[-595,0.0021505376344086],[-594,0.0021505376344086],[-593,0.0021505376344086],[-592,0.0021505376344086],[-591,0.0021505376344086],[-590,0.0021505376344086],[-589,0.0021505376344086],[-588,0.0021505376344086],[-587,0.0021505376344086],[-586,0.0021505376344086],[-585,0.0021505376344086],[-584,0.0021505376344086],[-583,0.0021505376344086],[-582,0.0021505376344086],[-581,0.0021505376344086],[-580,0.0021505376344086],[-579,0.0021505376344086],[-578,0.0021505376344086],[-577,0.0021505376344086],[-576,0.0021505376344086],[-575,0.0021505376344086],[-574,0.0021505376344086],[-573,0.0021505376344086],[-572,0.0021505376344086],[-571,0.0021505376344086],[-570,0.0021505376344086],[-569,0.0021505376344086],[-568,0.0021505376344086],[-567,0.0021505376344086],[-566,0.0021505376344086],[-565,0.0021505376344086],[-564,0.0021505376344086],[-563,0.0021505376344086],[-562,0.0021505376344086],[-561,0.0021505376344086],[-560,0.0021505376344086],[-559,0.0021505376344086],[-558,0.0021505376344086],[-557,0.0021505376344086],[-556,0.0021505376344086],[-555,0.0021505376344086],[-554,0.0021505376344086],[-553,0.0021505376344086],[-552,0.0021505376344086],[-551,0.0021505376344086],[-550,0.0021505376344086],[-549,0.0021505376344086],[-548,0.0021505376344086],[-547,0.0021505376344086],[-546,0.0021505376344086],[-545,0.0021505376344086],[-544,0.0021505376344086],[-543,0.0021505376344086],[-542,0.0021505376344086],[-541,0.0021505376344086],[-540,0.0021505376344086],[-539,0.0021505376344086],[-538,0.0021505376344086],[-537,0.0021505376344086],[-536,0.0021505376344086],[-535,0.0021505376344086],[-534,0.0021505376344086],[-533,0.0021505376344086],[-532,0.0021505376344086],[-531,0.0021505376344086],[-530,0.0021505376344086],[-529,0.0021505376344086],[-528,0.0021505376344086],[-527,0.0021505376344086],[-526,0.0021505376344086],[-525,0.0021505376344086],[-524,0.0021505376344086],[-523,0.0021505376344086],[-522,0.0021505376344086],[-521,0.0021505376344086],[-520,0.0021505376344086],[-519,0.0021505376344086],[-518,0.0021505376344086],[-517,0.0021505376344086],[-516,0.0021505376344086],[-515,0.0021505376344086],[-514,0.0021505376344086],[-513,0.0021505376344086],[-512,0.0021505376344086],[-511,0.0021505376344086],[-510,0.0021505376344086],[-509,0.0021505376344086],[-508,0.0021505376344086],[-507,0.0021505376344086],[-506,0.0021505376344086],[-505,0.0021505376344086],[-504,0.0021505376344086],[-503,0.0021505376344086],[-502,0.0021505376344086],[-501,0.0021505376344086],[-500,0.0021505376344086],[-499,0.0021505376344086],[-498,0.0021505376344086],[-497,0.0021505376344086],[-496,0.0021505376344086],[-495,0.0021505376344086],[-494,0.0021505376344086],[-493,0.0021505376344086],[-492,0.0021505376344086],[-491,0.0021505376344086],[-490,0.0021505376344086],[-489,0.0021505376344086],[-488,0.0021505376344086],[-487,0.0021505376344086],[-486,0.0021505376344086],[-485,0.0021505376344086],[-484,0.0021505376344086],[-483,0.0021505376344086],[-482,0.0021505376344086],[-481,0.0021505376344086],[-480,0.0021505376344086],[-479,0.0021505376344086],[-478,0.0021505376344086],[-477,0.0021505376344086],[-476,0.0021505376344086],[-475,0.0021505376344086],[-474,0.0021505376344086],[-473,0.0021505376344086],[-472,0.0021505376344086],[-471,0.0021505376344086],[-470,0.0021505376344086],[-469,0.0021505376344086],[-468,0.0021505376344086],[-467,0.0021505376344086],[-466,0.0021505376344086],[-465,0.0021505376344086],[-464,0.0021505376344086],[-463,0.0021505376344086],[-462,0.0021505376344086],[-461,0.0021505376344086],[-460,0.0021505376344086],[-459,0.0021505376344086],[-458,0.0021505376344086],[-457,0.0021505376344086],[-456,0.0021505376344086],[-455,0.0021505376344086],[-454,0.0021505376344086],[-453,0.0021505376344086],[-452,0.0021505376344086],[-451,0.0021505376344086],[-450,0.0021505376344086],[-449,0.0021505376344086],[-448,0.0021505376344086],[-447,0.0021505376344086],[-446,0.0021505376344086],[-445,0.0021505376344086],[-444,0.0021505376344086],[-443,0.0021505376344086],[-442,0.0021505376344086],[-441,0.0021505376344086],[-440,0.0021505376344086],[-439,0.0021505376344086],[-438,0.0021505376344086],[-437,0.0021505376344086],[-436,0.0021505376344086],[-435,0.0021505376344086],[-434,0.0021505376344086],[-433,0.0021505376344086],[-432,0.0021505376344086],[-431,0.0021505376344086],[-430,0.0021505376344086],[-429,0.0021505376344086],[-428,0.0021505376344086],[-427,0.0021505376344086],[-426,0.0021505376344086],[-425,0.0021505376344086],[-424,0.0021505376344086],[-423,0.0021505376344086],[-422,0.0021505376344086],[-421,0.0021505376344086],[-420,0.0021505376344086],[-419,0.0021505376344086],[-418,0.0021505376344086],[-417,0.0021505376344086],[-416,0.0021505376344086],[-415,0.0021505376344086],[-414,0.0021505376344086],[-413,0.0021505376344086],[-412,0.0021505376344086],[-411,0.0021505376344086],[-410,0.0021505376344086],[-409,0.0021505376344086],[-408,0.0021505376344086],[-407,0.0021505376344086],[-406,0.0021505376344086],[-405,0.0021505376344086],[-404,0.0021505376344086],[-403,0.0021505376344086],[-402,0.0021505376344086],[-401,0.0021505376344086],[-400,0.0021505376344086],[-399,0.0021505376344086],[-398,0.0021505376344086],[-397,0.0021505376344086],[-396,0.0021505376344086],[-395,0.0021505376344086],[-394,0.0021505376344086],[-393,0.0021505376344086],[-392,0.0021505376344086],[-391,0.0021505376344086],[-390,0.0021505376344086],[-389,0.0021505376344086],[-388,0.0021505376344086],[-387,0.0021505376344086],[-386,0.0021505376344086],[-385,0.0021505376344086],[-384,0.0021505376344086],[-383,0.0021505376344086],[-382,0.0021505376344086],[-381,0.0021505376344086],[-380,0.0021505376344086],[-379,0.0021505376344086],[-378,0.0021505376344086],[-377,0.0021505376344086],[-376,0.0021505376344086],[-375,0.0021505376344086],[-374,0.0021505376344086],[-373,0.0021505376344086],[-372,0.0021505376344086],[-371,0.0021505376344086],[-370,0.0021505376344086],[-369,0.0021505376344086],[-368,0.0021505376344086],[-367,0.0021505376344086],[-366,0.0021505376344086],[-365,0.0021505376344086],[-364,0.0021505376344086],[-363,0.0021505376344086],[-362,0.0021505376344086],[-361,0.0021505376344086],[-360,0.0021505376344086],[-359,0.0021505376344086],[-358,0.0021505376344086],[-357,0.0021505376344086],[-356,0.0021505376344086],[-355,0.0021505376344086],[-354,0.0021505376344086],[-353,0.0021505376344086],[-352,0.0021505376344086],[-351,0.0021505376344086],[-350,0.0021505376344086],[-349,0.0021505376344086],[-348,0.0021505376344086],[-347,0.0021505376344086],[-346,0.0021505376344086],[-345,0.0021505376344086],[-344,0.0021505376344086],[-343,0.0021505376344086],[-342,0.0021505376344086],[-341,0.0021505376344086],[-340,0.0021505376344086],[-339,0.0021505376344086],[-338,0.0021505376344086],[-337,0.0021505376344086],[-336,0.0021505376344086],[-335,0.0021505376344086],[-334,0.0021505376344086],[-333,0.0021505376344086],[-332,0.0021505376344086],[-331,0.0021505376344086],[-330,0.0021505376344086],[-329,0.0021505376344086],[-328,0.0021505376344086],[-327,0.0021505376344086],[-326,0.0021505376344086],[-325,0.0021505376344086],[-324,0.0021505376344086],[-323,0.0021505376344086],[-322,0.0021505376344086],[-321,0.0021505376344086],[-320,0.0021505376344086],[-319,0.0021505376344086],[-318,0.0021505376344086],[-317,0.0021505376344086],[-316,0.0021505376344086],[-315,0.0021505376344086],[-314,0.0021505376344086],[-313,0.0021505376344086],[-312,0.0021505376344086],[-311,0.0021505376344086],[-310,0.0021505376344086],[-309,0.0021505376344086],[-308,0.0021505376344086],[-307,0.0021505376344086],[-306,0.0021505376344086],[-305,0.0021505376344086],[-304,0.0021505376344086],[-303,0.0021505376344086],[-302,0.0021505376344086],[-301,0.0021505376344086],[-300,0.0021505376344086],[-299,0.0021505376344086],[-298,0.0021505376344086],[-297,0.0021505376344086],[-296,0.0021505376344086],[-295,0.0021505376344086],[-294,0.0021505376344086],[-293,0.0021505376344086],[-292,0.0021505376344086],[-291,0.0021505376344086],[-290,0.0021505376344086],[-289,0.0021505376344086],[-288,0.0021505376344086],[-287,0.0021505376344086],[-286,0.0021505376344086],[-285,0.0021505376344086],[-284,0.0021505376344086],[-283,0.0021505376344086],[-282,0.0021505376344086],[-281,0.0021505376344086],[-280,0.0021505376344086],[-279,0.0021505376344086],[-278,0.0021505376344086],[-277,0.0021505376344086],[-276,0.0021505376344086],[-275,0.0021505376344086],[-274,0.0021505376344086],[-273,0.0021505376344086],[-272,0.0021505376344086],[-271,0.0021505376344086],[-270,0.0021505376344086],[-269,0.0021505376344086],[-268,0.0021505376344086],[-267,0.0021505376344086],[-266,0.0021505376344086],[-265,0.0021505376344086],[-264,0.0021505376344086],[-263,0.0021505376344086],[-262,0.0021505376344086],[-261,0.0021505376344086],[-260,0.0021505376344086],[-259,0.0021505376344086],[-258,0.0021505376344086],[-257,0.0021505376344086],[-256,0.0021505376344086],[-255,0.0021505376344086],[-254,0.0021505376344086],[-253,0.0021505376344086],[-252,0.0021505376344086],[-251,0.0021505376344086],[-250,0.0021505376344086],[-249,0.0021505376344086],[-248,0.0021505376344086],[-247,0.0021505376344086],[-246,0.0021505376344086],[-245,0.0021505376344086],[-244,0.0021505376344086],[-243,0.0021505376344086],[-242,0.0021505376344086],[-241,0.0021505376344086],[-240,0.0021505376344086],[-239,0.0021505376344086],[-238,0.0021505376344086],[-237,0.0021505376344086],[-236,0.0021505376344086],[-235,0.0021505376344086],[-234,0.0021505376344086],[-233,0.0021505376344086],[-232,0.0021505376344086],[-231,0.0021505376344086],[-230,0.0021505376344086],[-229,0.0021505376344086],[-228,0.0021505376344086],[-227,0.0021505376344086],[-226,0.0021505376344086],[-225,0.0021505376344086],[-224,0.0021505376344086],[-223,0.0021505376344086],[-222,0.0021505376344086],[-221,0.0021505376344086],[-220,0.0021505376344086],[-219,0.0021505376344086],[-218,0.0021505376344086],[-217,0.0021505376344086],[-216,0.0021505376344086],[-215,0.0021505376344086],[-214,0.0021505376344086],[-213,0.0021505376344086],[-212,0.0021505376344086],[-211,0.0021505376344086],[-210,0.0021505376344086],[-209,0.0021505376344086],[-208,0.0021505376344086],[-207,0.0021505376344086],[-206,0.0021505376344086],[-205,0.0021505376344086],[-204,0.0021505376344086],[-203,0.0021505376344086],[-202,0.0021505376344086],[-201,0.0021505376344086],[-200,0.0021505376344086],[300,0.0028571428571429],[301,0.0028571428571429],[302,0.0028571428571429],[303,0.0028571428571429],[304,0.0028571428571429],[305,0.0028571428571429],[306,0.0028571428571429],[307,0.0028571428571429],[308,0.0028571428571429],[309,0.0028571428571429],[310,0.0028571428571429],[311,0.0028571428571429],[312,0.0028571428571429],[313,0.0028571428571429],[314,0.0028571428571429],[315,0.0028571428571429],[316,0.0028571428571429],[317,0.0028571428571429],[318,0.0028571428571429],[319,0.0028571428571429],[320,0.0028571428571429],[321,0.0028571428571429],[322,0.0028571428571429],[323,0.0028571428571429],[324,0.0028571428571429],[325,0.0028571428571429],[326,0.0028571428571429],[327,0.0028571428571429],[328,0.0028571428571429],[329,0.0028571428571429],[330,0.0028571428571429],[331,0.0028571428571429],[332,0.0028571428571429],[333,0.0028571428571429],[334,0.0028571428571429],[335,0.0028571428571429],[336,0.0028571428571429],[337,0.0028571428571429],[338,0.0028571428571429],[339,0.0028571428571429],[340,0.0028571428571429],[341,0.0028571428571429],[342,0.0028571428571429],[343,0.0028571428571429],[344,0.0028571428571429],[345,0.0028571428571429],[346,0.0028571428571429],[347,0.0028571428571429],[348,0.0028571428571429],[349,0.0028571428571429],[350,0.0028571428571429],[351,0.0028571428571429],[352,0.0028571428571429],[353,0.0028571428571429],[354,0.0028571428571429],[355,0.0028571428571429],[356,0.0028571428571429],[357,0.0028571428571429],[358,0.0028571428571429],[359,0.0028571428571429],[360,0.0028571428571429],[361,0.0028571428571429],[362,0.0028571428571429],[363,0.0028571428571429],[364,0.0028571428571429],[365,0.0028571428571429],[366,0.0028571428571429],[367,0.0028571428571429],[368,0.0028571428571429],[369,0.0028571428571429],[370,0.0028571428571429],[371,0.0028571428571429],[372,0.0028571428571429],[373,0.0028571428571429],[374,0.0028571428571429],[375,0.0028571428571429],[376,0.0028571428571429],[377,0.0028571428571429],[378,0.0028571428571429],[379,0.0028571428571429],[380,0.0028571428571429],[381,0.0028571428571429],[382,0.0028571428571429],[383,0.0028571428571429],[384,0.0028571428571429],[385,0.0028571428571429],[386,0.0028571428571429],[387,0.0028571428571429],[388,0.0028571428571429],[389,0.0028571428571429],[390,0.0028571428571429],[391,0.0028571428571429],[392,0.0028571428571429],[393,0.0028571428571429],[394,0.0028571428571429],[395,0.0028571428571429],[396,0.0028571428571429],[397,0.0028571428571429],[398,0.0028571428571429],[399,0.0028571428571429],[400,0.0028571428571429],[401,0.0028571428571429],[402,0.0028571428571429],[403,0.0028571428571429],[404,0.0028571428571429],[405,0.0028571428571429],[406,0.0028571428571429],[407,0.0028571428571429],[408,0.0028571428571429],[409,0.0028571428571429],[410,0.0028571428571429],[411,0.0028571428571429],[412,0.0028571428571429],[413,0.0028571428571429],[414,0.0028571428571429],[415,0.0028571428571429],[416,0.0028571428571429],[417,0.0028571428571429],[418,0.0028571428571429],[419,0.0028571428571429],[420,0.0028571428571429],[421,0.0028571428571429],[422,0.0028571428571429],[423,0.0028571428571429],[424,0.0028571428571429],[425,0.0028571428571429],[426,0.0028571428571429],[427,0.0028571428571429],[428,0.0028571428571429],[429,0.0028571428571429],[430,0.0028571428571429],[431,0.0028571428571429],[432,0.0028571428571429],[433,0.0028571428571429],[434,0.0028571428571429],[435,0.0028571428571429],[436,0.0028571428571429],[437,0.0028571428571429],[438,0.0028571428571429],[439,0.0028571428571429],[440,0.0028571428571429],[441,0.0028571428571429],[442,0.0028571428571429],[443,0.0028571428571429],[444,0.0028571428571429],[445,0.0028571428571429],[446,0.0028571428571429],[447,0.0028571428571429],[448,0.0028571428571429],[449,0.0028571428571429],[450,0.0028571428571429],[451,0.0028571428571429],[452,0.0028571428571429],[453,0.0028571428571429],[454,0.0028571428571429],[455,0.0028571428571429],[456,0.0028571428571429],[457,0.0028571428571429],[458,0.0028571428571429],[459,0.0028571428571429],[460,0.0028571428571429],[461,0.0028571428571429],[462,0.0028571428571429],[463,0.0028571428571429],[464,0.0028571428571429],[465,0.0028571428571429],[466,0.0028571428571429],[467,0.0028571428571429],[468,0.0028571428571429],[469,0.0028571428571429],[470,0.0028571428571429],[471,0.0028571428571429],[472,0.0028571428571429],[473,0.0028571428571429],[474,0.0028571428571429],[475,0.0028571428571429],[476,0.0028571428571429],[477,0.0028571428571429],[478,0.0028571428571429],[479,0.0028571428571429],[480,0.0028571428571429],[481,0.0028571428571429],[482,0.0028571428571429],[483,0.0028571428571429],[484,0.0028571428571429],[485,0.0028571428571429],[486,0.0028571428571429],[487,0.0028571428571429],[488,0.0028571428571429],[489,0.0028571428571429],[490,0.0028571428571429],[491,0.0028571428571429],[492,0.0028571428571429],[493,0.0028571428571429],[494,0.0028571428571429],[495,0.0028571428571429],[496,0.0028571428571429],[497,0.0028571428571429],[498,0.0028571428571429],[499,0.0028571428571429],[500,0.0028571428571429],[501,0.0028571428571429],[502,0.0028571428571429],[503,0.0028571428571429],[504,0.0028571428571429],[505,0.0028571428571429],[506,0.0028571428571429],[507,0.0028571428571429],[508,0.0028571428571429],[509,0.0028571428571429],[510,0.0028571428571429],[511,0.0028571428571429],[512,0.0028571428571429],[513,0.0028571428571429],[514,0.0028571428571429],[515,0.0028571428571429],[516,0.0028571428571429],[517,0.0028571428571429],[518,0.0028571428571429],[519,0.0028571428571429],[520,0.0028571428571429],[521,0.0028571428571429],[522,0.0028571428571429],[523,0.0028571428571429],[524,0.0028571428571429],[525,0.0028571428571429],[526,0.0028571428571429],[527,0.0028571428571429],[528,0.0028571428571429],[529,0.0028571428571429],[530,0.0028571428571429],[531,0.0028571428571429],[532,0.0028571428571429],[533,0.0028571428571429],[534,0.0028571428571429],[535,0.0028571428571429],[536,0.0028571428571429],[537,0.0028571428571429],[538,0.0028571428571429],[539,0.0028571428571429],[540,0.0028571428571429],[541,0.0028571428571429],[542,0.0028571428571429],[543,0.0028571428571429],[544,0.0028571428571429],[545,0.0028571428571429],[546,0.0028571428571429],[547,0.0028571428571429],[548,0.0028571428571429],[549,0.0028571428571429],[550,0.0028571428571429],[551,0.0028571428571429],[552,0.0028571428571429],[553,0.0028571428571429],[554,0.0028571428571429],[555,0.0028571428571429],[556,0.0028571428571429],[557,0.0028571428571429],[558,0.0028571428571429],[559,0.0028571428571429],[560,0.0028571428571429],[561,0.0028571428571429],[562,0.0028571428571429],[563,0.0028571428571429],[564,0.0028571428571429],[565,0.0028571428571429],[566,0.0028571428571429],[567,0.0028571428571429],[568,0.0028571428571429],[569,0.0028571428571429],[570,0.0028571428571429],[571,0.0028571428571429],[572,0.0028571428571429],[573,0.0028571428571429],[574,0.0028571428571429],[575,0.0028571428571429],[576,0.0028571428571429],[577,0.0028571428571429],[578,0.0028571428571429],[579,0.0028571428571429],[580,0.0028571428571429],[581,0.0028571428571429],[582,0.0028571428571429],[583,0.0028571428571429],[584,0.0028571428571429],[585,0.0028571428571429],[586,0.0028571428571429],[587,0.0028571428571429],[588,0.0028571428571429],[589,0.0028571428571429],[590,0.0028571428571429],[591,0.0028571428571429],[592,0.0028571428571429],[593,0.0028571428571429],[594,0.0028571428571429],[595,0.0028571428571429],[596,0.0028571428571429],[597,0.0028571428571429],[598,0.0028571428571429],[599,0.0028571428571429],[600,0.0028571428571429],[601,0.0028571428571429],[602,0.0028571428571429],[603,0.0028571428571429],[604,0.0028571428571429],[605,0.0028571428571429],[606,0.0028571428571429],[607,0.0028571428571429],[608,0.0028571428571429],[609,0.0028571428571429],[610,0.0028571428571429],[611,0.0028571428571429],[612,0.0028571428571429],[613,0.0028571428571429],[614,0.0028571428571429],[615,0.0028571428571429],[616,0.0028571428571429],[617,0.0028571428571429],[618,0.0028571428571429],[619,0.0028571428571429],[620,0.0028571428571429],[621,0.0028571428571429],[622,0.0028571428571429],[623,0.0028571428571429],[624,0.0028571428571429],[625,0.0028571428571429],[626,0.0028571428571429],[627,0.0028571428571429],[628,0.0028571428571429],[629,0.0028571428571429],[630,0.0028571428571429],[631,0.0028571428571429],[632,0.0028571428571429],[633,0.0028571428571429],[634,0.0028571428571429],[635,0.0028571428571429],[636,0.0028571428571429],[637,0.0028571428571429],[638,0.0028571428571429],[639,0.0028571428571429],[640,0.0028571428571429],[641,0.0028571428571429],[642,0.0028571428571429],[643,0.0028571428571429],[644,0.0028571428571429],[645,0.0028571428571429],[646,0.0028571428571429],[647,0.0028571428571429],[648,0.0028571428571429],[649,0.0028571428571429],[500,0.01],[501,0.01],[502,0.01],[503,0.01],[504,0.01],[505,0.01],[506,0.01],[507,0.01],[508,0.01],[509,0.01],[510,0.01],[511,0.01],[512,0.01],[513,0.01],[514,0.01],[515,0.01],[516,0.01],[517,0.01],[518,0.01],[519,0.01],[520,0.01],[521,0.01],[522,0.01],[523,0.01],[524,0.01],[525,0.01],[526,0.01],[527,0.01],[528,0.01],[529,0.01],[530,0.01],[531,0.01],[532,0.01],[533,0.01],[534,0.01],[535,0.01],[536,0.01],[537,0.01],[538,0.01],[539,0.01],[540,0.01],[541,0.01],[542,0.01],[543,0.01],[544,0.01],[545,0.01],[546,0.01],[547,0.01],[548,0.01],[549,0.01],[550,0.01],[551,0.01],[552,0.01],[553,0.01],[554,0.01],[555,0.01],[556,0.01],[557,0.01],[558,0.01],[559,0.01],[560,0.01],[561,0.01],[562,0.01],[563,0.01],[564,0.01],[565,0.01],[566,0.01],[567,0.01],[568,0.01],[569,0.01],[570,0.01],[571,0.01],[572,0.01],[573,0.01],[574,0.01],[575,0.01],[576,0.01],[577,0.01],[578,0.01],[579,0.01],[580,0.01],[581,0.01],[582,0.01],[583,0.01],[584,0.01],[585,0.01],[586,0.01],[587,0.01],[588,0.01],[589,0.01],[590,0.01],[591,0.01],[592,0.01],[593,0.01],[594,0.01],[595,0.01],[596,0.01],[597,0.01],[598,0.01],[599,0.01],[-272,0.0097087378640777],[-271,0.0097087378640777],[-270,0.0097087378640777],[-269,0.0097087378640777],[-268,0.0097087378640777],[-267,0.0097087378640777],[-266,0.0097087378640777],[-265,0.0097087378640777],[-264,0.0097087378640777],[-263,0.0097087378640777],[-262,0.0097087378640777],[-261,0.0097087378640777],[-260,0.0097087378640777],[-259,0.0097087378640777],[-258,0.0097087378640777],[-257,0.0097087378640777],[-256,0.0097087378640777],[-255,0.0097087378640777],[-254,0.0097087378640777],[-253,0.0097087378640777],[-252,0.0097087378640777],[-251,0.0097087378640777],[-250,0.0097087378640777],[-249,0.0097087378640777],[-248,0.0097087378640777],[-247,0.0097087378640777],[-246,0.0097087378640777],[-245,0.0097087378640777],[-244,0.0097087378640777],[-243,0.0097087378640777],[-242,0.0097087378640777],[-241,0.0097087378640777],[-240,0.0097087378640777],[-239,0.0097087378640777],[-238,0.0097087378640777],[-237,0.0097087378640777],[-236,0.0097087378640777],[-235,0.0097087378640777],[-234,0.0097087378640777],[-233,0.0097087378640777],[-232,0.0097087378640777],[-231,0.0097087378640777],[-230,0.0097087378640777],[-229,0.0097087378640777],[-228,0.0097087378640777],[-227,0.0097087378640777],[-226,0.0097087378640777],[-225,0.0097087378640777],[-224,0.0097087378640777],[-223,0.0097087378640777],[-222,0.0097087378640777],[-221,0.0097087378640777],[-220,0.0097087378640777],[-219,0.0097087378640777],[-218,0.0097087378640777],[-217,0.0097087378640777],[-216,0.0097087378640777],[-215,0.0097087378640777],[-214,0.0097087378640777],[-213,0.0097087378640777],[-212,0.0097087378640777],[-211,0.0097087378640777],[-210,0.0097087378640777],[-209,0.0097087378640777],[-208,0.0097087378640777],[-207,0.0097087378640777],[-206,0.0097087378640777],[-205,0.0097087378640777],[-204,0.0097087378640777],[-203,0.0097087378640777],[-202,0.0097087378640777],[-201,0.0097087378640777],[-200,0.0097087378640777],[-199,0.0097087378640777],[-198,0.0097087378640777],[-197,0.0097087378640777],[-196,0.0097087378640777],[-195,0.0097087378640777],[-194,0.0097087378640777],[-193,0.0097087378640777],[-192,0.0097087378640777],[-191,0.0097087378640777],[-190,0.0097087378640777],[-189,0.0097087378640777],[-188,0.0097087378640777],[-187,0.0097087378640777],[-186,0.0097087378640777],[-185,0.0097087378640777],[-184,0.0097087378640777],[-183,0.0097087378640777],[-182,0.0097087378640777],[-181,0.0097087378640777],[-180,0.0097087378640777],[-179,0.0097087378640777],[-178,0.0097087378640777],[-177,0.0097087378640777],[-176,0.0097087378640777],[-175,0.0097087378640777],[-174,0.0097087378640777],[-173,0.0097087378640777],[-172,0.0097087378640777],[-171,0.0097087378640777],[-170,0.0097087378640777],[-182,0.076923076923077],[-181,0.076923076923077],[-180,0.076923076923077],[-179,0.076923076923077],[-178,0.076923076923077],[-177,0.076923076923077],[-176,0.076923076923077],[-175,0.076923076923077],[-174,0.076923076923077],[-173,0.076923076923077],[-172,0.076923076923077],[-171,0.076923076923077],[-170,0.076923076923077],[-239,0.01219512195122],[-238,0.01219512195122],[-237,0.01219512195122],[-236,0.01219512195122],[-235,0.01219512195122],[-234,0.01219512195122],[-233,0.01219512195122],[-232,0.01219512195122],[-231,0.01219512195122],[-230,0.01219512195122],[-229,0.01219512195122],[-228,0.01219512195122],[-227,0.01219512195122],[-226,0.01219512195122],[-225,0.01219512195122],[-224,0.01219512195122],[-223,0.01219512195122],[-222,0.01219512195122],[-221,0.01219512195122],[-220,0.01219512195122],[-219,0.01219512195122],[-218,0.01219512195122],[-217,0.01219512195122],[-216,0.01219512195122],[-215,0.01219512195122],[-214,0.01219512195122],[-213,0.01219512195122],[-212,0.01219512195122],[-211,0.01219512195122],[-210,0.01219512195122],[-209,0.01219512195122],[-208,0.01219512195122],[-207,0.01219512195122],[-206,0.01219512195122],[-205,0.01219512195122],[-204,0.01219512195122],[-203,0.01219512195122],[-202,0.01219512195122],[-201,0.01219512195122],[-200,0.01219512195122],[-199,0.01219512195122],[-198,0.01219512195122],[-197,0.01219512195122],[-196,0.01219512195122],[-195,0.01219512195122],[-194,0.01219512195122],[-193,0.01219512195122],[-192,0.01219512195122],[-191,0.01219512195122],[-190,0.01219512195122],[-189,0.01219512195122],[-188,0.01219512195122],[-187,0.01219512195122],[-186,0.01219512195122],[-185,0.01219512195122],[-184,0.01219512195122],[-183,0.01219512195122],[-182,0.01219512195122],[-181,0.01219512195122],[-180,0.01219512195122],[-179,0.01219512195122],[-178,0.01219512195122],[-177,0.01219512195122],[-176,0.01219512195122],[-175,0.01219512195122],[-174,0.01219512195122],[-173,0.01219512195122],[-172,0.01219512195122],[-171,0.01219512195122],[-170,0.01219512195122],[-169,0.01219512195122],[-168,0.01219512195122],[-167,0.01219512195122],[-166,0.01219512195122],[-165,0.01219512195122],[-164,0.01219512195122],[-163,0.01219512195122],[-162,0.01219512195122],[-161,0.01219512195122],[-160,0.01219512195122],[-159,0.01219512195122],[-158,0.01219512195122],[-230,0.058823529411765],[-229,0.058823529411765],[-228,0.058823529411765],[-227,0.058823529411765],[-226,0.058823529411765],[-225,0.058823529411765],[-224,0.058823529411765],[-223,0.058823529411765],[-222,0.058823529411765],[-221,0.058823529411765],[-220,0.058823529411765],[-219,0.058823529411765],[-218,0.058823529411765],[-217,0.058823529411765],[-216,0.058823529411765],[-215,0.058823529411765],[-214,0.058823529411765],[-471,0.016129032258065],[-470,0.016129032258065],[-469,0.016129032258065],[-468,0.016129032258065],[-467,0.016129032258065],[-466,0.016129032258065],[-465,0.016129032258065],[-464,0.016129032258065],[-463,0.016129032258065],[-462,0.016129032258065],[-461,0.016129032258065],[-460,0.016129032258065],[-459,0.016129032258065],[-458,0.016129032258065],[-457,0.016129032258065],[-456,0.016129032258065],[-455,0.016129032258065],[-454,0.016129032258065],[-453,0.016129032258065],[-452,0.016129032258065],[-451,0.016129032258065],[-450,0.016129032258065],[-449,0.016129032258065],[-448,0.016129032258065],[-447,0.016129032258065],[-446,0.016129032258065],[-445,0.016129032258065],[-444,0.016129032258065],[-443,0.016129032258065],[-442,0.016129032258065],[-441,0.016129032258065],[-440,0.016129032258065],[-439,0.016129032258065],[-438,0.016129032258065],[-437,0.016129032258065],[-436,0.016129032258065],[-435,0.016129032258065],[-434,0.016129032258065],[-433,0.016129032258065],[-432,0.016129032258065],[-431,0.016129032258065],[-430,0.016129032258065],[-429,0.016129032258065],[-428,0.016129032258065],[-427,0.016129032258065],[-426,0.016129032258065],[-425,0.016129032258065],[-424,0.016129032258065],[-423,0.016129032258065],[-422,0.016129032258065],[-421,0.016129032258065],[-420,0.016129032258065],[-419,0.016129032258065],[-418,0.016129032258065],[-417,0.016129032258065],[-416,0.016129032258065],[-415,0.016129032258065],[-414,0.016129032258065],[-413,0.016129032258065],[-412,0.016129032258065],[-411,0.016129032258065],[-410,0.016129032258065],[-451,0.02],[-450,0.02],[-449,0.02],[-448,0.02],[-447,0.02],[-446,0.02],[-445,0.02],[-444,0.02],[-443,0.02],[-442,0.02],[-441,0.02],[-440,0.02],[-439,0.02],[-438,0.02],[-437,0.02],[-436,0.02],[-435,0.02],[-434,0.02],[-433,0.02],[-432,0.02],[-431,0.02],[-430,0.02],[-429,0.02],[-428,0.02],[-427,0.02],[-426,0.02],[-425,0.02],[-424,0.02],[-423,0.02],[-422,0.02],[-421,0.02],[-420,0.02],[-419,0.02],[-418,0.02],[-417,0.02],[-416,0.02],[-415,0.02],[-414,0.02],[-413,0.02],[-412,0.02],[-411,0.02],[-410,0.02],[-409,0.02],[-408,0.02],[-407,0.02],[-406,0.02],[-405,0.02],[-404,0.02],[-403,0.02],[-402,0.02],[-525,0.019607843137255],[-524,0.019607843137255],[-523,0.019607843137255],[-522,0.019607843137255],[-521,0.019607843137255],[-520,0.019607843137255],[-519,0.019607843137255],[-518,0.019607843137255],[-517,0.019607843137255],[-516,0.019607843137255],[-515,0.019607843137255],[-514,0.019607843137255],[-513,0.019607843137255],[-512,0.019607843137255],[-511,0.019607843137255],[-510,0.019607843137255],[-509,0.019607843137255],[-508,0.019607843137255],[-507,0.019607843137255],[-506,0.019607843137255],[-505,0.019607843137255],[-504,0.019607843137255],[-503,0.019607843137255],[-502,0.019607843137255],[-501,0.019607843137255],[-500,0.019607843137255],[-499,0.019607843137255],[-498,0.019607843137255],[-497,0.019607843137255],[-496,0.019607843137255],[-495,0.019607843137255],[-494,0.019607843137255],[-493,0.019607843137255],[-492,0.019607843137255],[-491,0.019607843137255],[-490,0.019607843137255],[-489,0.019607843137255],[-488,0.019607843137255],[-487,0.019607843137255],[-486,0.019607843137255],[-485,0.019607843137255],[-484,0.019607843137255],[-483,0.019607843137255],[-482,0.019607843137255],[-481,0.019607843137255],[-480,0.019607843137255],[-479,0.019607843137255],[-478,0.019607843137255],[-477,0.019607843137255],[-476,0.019607843137255],[-475,0.019607843137255],[-231,0.125],[-230,0.125],[-229,0.125],[-228,0.125],[-227,0.125],[-226,0.125],[-225,0.125],[-224,0.125],[300,0.01],[301,0.01],[302,0.01],[303,0.01],[304,0.01],[305,0.01],[306,0.01],[307,0.01],[308,0.01],[309,0.01],[310,0.01],[311,0.01],[312,0.01],[313,0.01],[314,0.01],[315,0.01],[316,0.01],[317,0.01],[318,0.01],[319,0.01],[320,0.01],[321,0.01],[322,0.01],[323,0.01],[324,0.01],[325,0.01],[326,0.01],[327,0.01],[328,0.01],[329,0.01],[330,0.01],[331,0.01],[332,0.01],[333,0.01],[334,0.01],[335,0.01],[336,0.01],[337,0.01],[338,0.01],[339,0.01],[340,0.01],[341,0.01],[342,0.01],[343,0.01],[344,0.01],[345,0.01],[346,0.01],[347,0.01],[348,0.01],[349,0.01],[350,0.01],[351,0.01],[352,0.01],[353,0.01],[354,0.01],[355,0.01],[356,0.01],[357,0.01],[358,0.01],[359,0.01],[360,0.01],[361,0.01],[362,0.01],[363,0.01],[364,0.01],[365,0.01],[366,0.01],[367,0.01],[368,0.01],[369,0.01],[370,0.01],[371,0.01],[372,0.01],[373,0.01],[374,0.01],[375,0.01],[376,0.01],[377,0.01],[378,0.01],[379,0.01],[380,0.01],[381,0.01],[382,0.01],[383,0.01],[384,0.01],[385,0.01],[386,0.01],[387,0.01],[388,0.01],[389,0.01],[390,0.01],[391,0.01],[392,0.01],[393,0.01],[394,0.01],[395,0.01],[396,0.01],[397,0.01],[398,0.01],[399,0.01],[600,0.019607843137255],[601,0.019607843137255],[602,0.019607843137255],[603,0.019607843137255],[604,0.019607843137255],[605,0.019607843137255],[606,0.019607843137255],[607,0.019607843137255],[608,0.019607843137255],[609,0.019607843137255],[610,0.019607843137255],[611,0.019607843137255],[612,0.019607843137255],[613,0.019607843137255],[614,0.019607843137255],[615,0.019607843137255],[616,0.019607843137255],[617,0.019607843137255],[618,0.019607843137255],[619,0.019607843137255],[620,0.019607843137255],[621,0.019607843137255],[622,0.019607843137255],[623,0.019607843137255],[624,0.019607843137255],[625,0.019607843137255],[626,0.019607843137255],[627,0.019607843137255],[628,0.019607843137255],[629,0.019607843137255],[630,0.019607843137255],[631,0.019607843137255],[632,0.019607843137255],[633,0.019607843137255],[634,0.019607843137255],[635,0.019607843137255],[636,0.019607843137255],[637,0.019607843137255],[638,0.019607843137255],[639,0.019607843137255],[640,0.019607843137255],[641,0.019607843137255],[642,0.019607843137255],[643,0.019607843137255],[644,0.019607843137255],[645,0.019607843137255],[646,0.019607843137255],[647,0.019607843137255],[648,0.019607843137255],[649,0.019607843137255],[650,0.019607843137255],[-87,0.33333333333333],[-86,0.33333333333333],[-85,0.33333333333333],[375,0.0066225165562914],[376,0.0066225165562914],[377,0.0066225165562914],[378,0.0066225165562914],[379,0.0066225165562914],[380,0.0066225165562914],[381,0.0066225165562914],[382,0.0066225165562914],[383,0.0066225165562914],[384,0.0066225165562914],[385,0.0066225165562914],[386,0.0066225165562914],[387,0.0066225165562914],[388,0.0066225165562914],[389,0.0066225165562914],[390,0.0066225165562914],[391,0.0066225165562914],[392,0.0066225165562914],[393,0.0066225165562914],[394,0.0066225165562914],[395,0.0066225165562914],[396,0.0066225165562914],[397,0.0066225165562914],[398,0.0066225165562914],[399,0.0066225165562914],[400,0.0066225165562914],[401,0.0066225165562914],[402,0.0066225165562914],[403,0.0066225165562914],[404,0.0066225165562914],[405,0.0066225165562914],[406,0.0066225165562914],[407,0.0066225165562914],[408,0.0066225165562914],[409,0.0066225165562914],[410,0.0066225165562914],[411,0.0066225165562914],[412,0.0066225165562914],[413,0.0066225165562914],[414,0.0066225165562914],[415,0.0066225165562914],[416,0.0066225165562914],[417,0.0066225165562914],[418,0.0066225165562914],[419,0.0066225165562914],[420,0.0066225165562914],[421,0.0066225165562914],[422,0.0066225165562914],[423,0.0066225165562914],[424,0.0066225165562914],[425,0.0066225165562914],[426,0.0066225165562914],[427,0.0066225165562914],[428,0.0066225165562914],[429,0.0066225165562914],[430,0.0066225165562914],[431,0.0066225165562914],[432,0.0066225165562914],[433,0.0066225165562914],[434,0.0066225165562914],[435,0.0066225165562914],[436,0.0066225165562914],[437,0.0066225165562914],[438,0.0066225165562914],[439,0.0066225165562914],[440,0.0066225165562914],[441,0.0066225165562914],[442,0.0066225165562914],[443,0.0066225165562914],[444,0.0066225165562914],[445,0.0066225165562914],[446,0.0066225165562914],[447,0.0066225165562914],[448,0.0066225165562914],[449,0.0066225165562914],[450,0.0066225165562914],[451,0.0066225165562914],[452,0.0066225165562914],[453,0.0066225165562914],[454,0.0066225165562914],[455,0.0066225165562914],[456,0.0066225165562914],[457,0.0066225165562914],[458,0.0066225165562914],[459,0.0066225165562914],[460,0.0066225165562914],[461,0.0066225165562914],[462,0.0066225165562914],[463,0.0066225165562914],[464,0.0066225165562914],[465,0.0066225165562914],[466,0.0066225165562914],[467,0.0066225165562914],[468,0.0066225165562914],[469,0.0066225165562914],[470,0.0066225165562914],[471,0.0066225165562914],[472,0.0066225165562914],[473,0.0066225165562914],[474,0.0066225165562914],[475,0.0066225165562914],[476,0.0066225165562914],[477,0.0066225165562914],[478,0.0066225165562914],[479,0.0066225165562914],[480,0.0066225165562914],[481,0.0066225165562914],[482,0.0066225165562914],[483,0.0066225165562914],[484,0.0066225165562914],[485,0.0066225165562914],[486,0.0066225165562914],[487,0.0066225165562914],[488,0.0066225165562914],[489,0.0066225165562914],[490,0.0066225165562914],[491,0.0066225165562914],[492,0.0066225165562914],[493,0.0066225165562914],[494,0.0066225165562914],[495,0.0066225165562914],[496,0.0066225165562914],[497,0.0066225165562914],[498,0.0066225165562914],[499,0.0066225165562914],[500,0.0066225165562914],[501,0.0066225165562914],[502,0.0066225165562914],[503,0.0066225165562914],[504,0.0066225165562914],[505,0.0066225165562914],[506,0.0066225165562914],[507,0.0066225165562914],[508,0.0066225165562914],[509,0.0066225165562914],[510,0.0066225165562914],[511,0.0066225165562914],[512,0.0066225165562914],[513,0.0066225165562914],[514,0.0066225165562914],[515,0.0066225165562914],[516,0.0066225165562914],[517,0.0066225165562914],[518,0.0066225165562914],[519,0.0066225165562914],[520,0.0066225165562914],[521,0.0066225165562914],[522,0.0066225165562914],[523,0.0066225165562914],[524,0.0066225165562914],[525,0.0066225165562914],[600,0.016949152542373],[601,0.016949152542373],[602,0.016949152542373],[603,0.016949152542373],[604,0.016949152542373],[605,0.016949152542373],[606,0.016949152542373],[607,0.016949152542373],[608,0.016949152542373],[609,0.016949152542373],[610,0.016949152542373],[611,0.016949152542373],[612,0.016949152542373],[613,0.016949152542373],[614,0.016949152542373],[615,0.016949152542373],[616,0.016949152542373],[617,0.016949152542373],[618,0.016949152542373],[619,0.016949152542373],[620,0.016949152542373],[621,0.016949152542373],[622,0.016949152542373],[623,0.016949152542373],[624,0.016949152542373],[625,0.016949152542373],[626,0.016949152542373],[627,0.016949152542373],[628,0.016949152542373],[629,0.016949152542373],[630,0.016949152542373],[631,0.016949152542373],[632,0.016949152542373],[633,0.016949152542373],[634,0.016949152542373],[635,0.016949152542373],[636,0.016949152542373],[637,0.016949152542373],[638,0.016949152542373],[639,0.016949152542373],[640,0.016949152542373],[641,0.016949152542373],[642,0.016949152542373],[643,0.016949152542373],[644,0.016949152542373],[645,0.016949152542373],[646,0.016949152542373],[647,0.016949152542373],[648,0.016949152542373],[649,0.016949152542373],[650,0.016949152542373],[651,0.016949152542373],[652,0.016949152542373],[653,0.016949152542373],[654,0.016949152542373],[655,0.016949152542373],[656,0.016949152542373],[657,0.016949152542373],[658,0.016949152542373],[70,0.1],[71,0.1],[72,0.1],[73,0.1],[74,0.1],[75,0.1],[76,0.1],[77,0.1],[78,0.1],[79,0.1],[75,0.008],[76,0.008],[77,0.008],[78,0.008],[79,0.008],[80,0.008],[81,0.008],[82,0.008],[83,0.008],[84,0.008],[85,0.008],[86,0.008],[87,0.008],[88,0.008],[89,0.008],[90,0.008],[91,0.008],[92,0.008],[93,0.008],[94,0.008],[95,0.008],[96,0.008],[97,0.008],[98,0.008],[99,0.008],[100,0.008],[101,0.008],[102,0.008],[103,0.008],[104,0.008],[105,0.008],[106,0.008],[107,0.008],[108,0.008],[109,0.008],[110,0.008],[111,0.008],[112,0.008],[113,0.008],[114,0.008],[115,0.008],[116,0.008],[117,0.008],[118,0.008],[119,0.008],[120,0.008],[121,0.008],[122,0.008],[123,0.008],[124,0.008],[125,0.008],[126,0.008],[127,0.008],[128,0.008],[129,0.008],[130,0.008],[131,0.008],[132,0.008],[133,0.008],[134,0.008],[135,0.008],[136,0.008],[137,0.008],[138,0.008],[139,0.008],[140,0.008],[141,0.008],[142,0.008],[143,0.008],[144,0.008],[145,0.008],[146,0.008],[147,0.008],[148,0.008],[149,0.008],[150,0.008],[151,0.008],[152,0.008],[153,0.008],[154,0.008],[155,0.008],[156,0.008],[157,0.008],[158,0.008],[159,0.008],[160,0.008],[161,0.008],[162,0.008],[163,0.008],[164,0.008],[165,0.008],[166,0.008],[167,0.008],[168,0.008],[169,0.008],[170,0.008],[171,0.008],[172,0.008],[173,0.008],[174,0.008],[175,0.008],[176,0.008],[177,0.008],[178,0.008],[179,0.008],[180,0.008],[181,0.008],[182,0.008],[183,0.008],[184,0.008],[185,0.008],[186,0.008],[187,0.008],[188,0.008],[189,0.008],[190,0.008],[191,0.008],[192,0.008],[193,0.008],[194,0.008],[195,0.008],[196,0.008],[197,0.008],[198,0.008],[199,0.008],[137,0.33333333333333],[138,0.33333333333333],[139,0.33333333333333],[191,0.16666666666667],[192,0.16666666666667],[193,0.16666666666667],[194,0.16666666666667],[195,0.16666666666667],[196,0.16666666666667],[157,0.0625],[158,0.0625],[159,0.0625],[160,0.0625],[161,0.0625],[162,0.0625],[163,0.0625],[164,0.0625],[165,0.0625],[166,0.0625],[167,0.0625],[168,0.0625],[169,0.0625],[170,0.0625],[171,0.0625],[172,0.0625],[600,0.03448275862069],[601,0.03448275862069],[602,0.03448275862069],[603,0.03448275862069],[604,0.03448275862069],[605,0.03448275862069],[606,0.03448275862069],[607,0.03448275862069],[608,0.03448275862069],[609,0.03448275862069],[610,0.03448275862069],[611,0.03448275862069],[612,0.03448275862069],[613,0.03448275862069],[614,0.03448275862069],[615,0.03448275862069],[616,0.03448275862069],[617,0.03448275862069],[618,0.03448275862069],[619,0.03448275862069],[620,0.03448275862069],[621,0.03448275862069],[622,0.03448275862069],[623,0.03448275862069],[624,0.03448275862069],[625,0.03448275862069],[626,0.03448275862069],[627,0.03448275862069],[628,0.03448275862069],[485,1],[61,0.33333333333333],[62,0.33333333333333],[63,0.33333333333333],[721,0.25],[722,0.25],[723,0.25],[724,0.25],[403,0.090909090909091],[404,0.090909090909091],[405,0.090909090909091],[406,0.090909090909091],[407,0.090909090909091],[408,0.090909090909091],[409,0.090909090909091],[410,0.090909090909091],[411,0.090909090909091],[412,0.090909090909091],[413,0.090909090909091],[400,0.038461538461538],[401,0.038461538461538],[402,0.038461538461538],[403,0.038461538461538],[404,0.038461538461538],[405,0.038461538461538],[406,0.038461538461538],[407,0.038461538461538],[408,0.038461538461538],[409,0.038461538461538],[410,0.038461538461538],[411,0.038461538461538],[412,0.038461538461538],[413,0.038461538461538],[414,0.038461538461538],[415,0.038461538461538],[416,0.038461538461538],[417,0.038461538461538],[418,0.038461538461538],[419,0.038461538461538],[420,0.038461538461538],[421,0.038461538461538],[422,0.038461538461538],[423,0.038461538461538],[424,0.038461538461538],[425,0.038461538461538],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[525,0.019607843137255],[526,0.019607843137255],[527,0.019607843137255],[528,0.019607843137255],[529,0.019607843137255],[530,0.019607843137255],[531,0.019607843137255],[532,0.019607843137255],[533,0.019607843137255],[534,0.019607843137255],[535,0.019607843137255],[536,0.019607843137255],[537,0.019607843137255],[538,0.019607843137255],[539,0.019607843137255],[540,0.019607843137255],[541,0.019607843137255],[542,0.019607843137255],[543,0.019607843137255],[544,0.019607843137255],[545,0.019607843137255],[546,0.019607843137255],[547,0.019607843137255],[548,0.019607843137255],[549,0.019607843137255],[550,0.019607843137255],[551,0.019607843137255],[552,0.019607843137255],[553,0.019607843137255],[554,0.019607843137255],[555,0.019607843137255],[556,0.019607843137255],[557,0.019607843137255],[558,0.019607843137255],[559,0.019607843137255],[560,0.019607843137255],[561,0.019607843137255],[562,0.019607843137255],[563,0.019607843137255],[564,0.019607843137255],[565,0.019607843137255],[566,0.019607843137255],[567,0.019607843137255],[568,0.019607843137255],[569,0.019607843137255],[570,0.019607843137255],[571,0.019607843137255],[572,0.019607843137255],[573,0.019607843137255],[574,0.019607843137255],[575,0.019607843137255],[600,0.038461538461538],[601,0.038461538461538],[602,0.038461538461538],[603,0.038461538461538],[604,0.038461538461538],[605,0.038461538461538],[606,0.038461538461538],[607,0.038461538461538],[608,0.038461538461538],[609,0.038461538461538],[610,0.038461538461538],[611,0.038461538461538],[612,0.038461538461538],[613,0.038461538461538],[614,0.038461538461538],[615,0.038461538461538],[616,0.038461538461538],[617,0.038461538461538],[618,0.038461538461538],[619,0.038461538461538],[620,0.038461538461538],[621,0.038461538461538],[622,0.038461538461538],[623,0.038461538461538],[624,0.038461538461538],[625,0.038461538461538],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[500,0.01],[501,0.01],[502,0.01],[503,0.01],[504,0.01],[505,0.01],[506,0.01],[507,0.01],[508,0.01],[509,0.01],[510,0.01],[511,0.01],[512,0.01],[513,0.01],[514,0.01],[515,0.01],[516,0.01],[517,0.01],[518,0.01],[519,0.01],[520,0.01],[521,0.01],[522,0.01],[523,0.01],[524,0.01],[525,0.01],[526,0.01],[527,0.01],[528,0.01],[529,0.01],[530,0.01],[531,0.01],[532,0.01],[533,0.01],[534,0.01],[535,0.01],[536,0.01],[537,0.01],[538,0.01],[539,0.01],[540,0.01],[541,0.01],[542,0.01],[543,0.01],[544,0.01],[545,0.01],[546,0.01],[547,0.01],[548,0.01],[549,0.01],[550,0.01],[551,0.01],[552,0.01],[553,0.01],[554,0.01],[555,0.01],[556,0.01],[557,0.01],[558,0.01],[559,0.01],[560,0.01],[561,0.01],[562,0.01],[563,0.01],[564,0.01],[565,0.01],[566,0.01],[567,0.01],[568,0.01],[569,0.01],[570,0.01],[571,0.01],[572,0.01],[573,0.01],[574,0.01],[575,0.01],[576,0.01],[577,0.01],[578,0.01],[579,0.01],[580,0.01],[581,0.01],[582,0.01],[583,0.01],[584,0.01],[585,0.01],[586,0.01],[587,0.01],[588,0.01],[589,0.01],[590,0.01],[591,0.01],[592,0.01],[593,0.01],[594,0.01],[595,0.01],[596,0.01],[597,0.01],[598,0.01],[599,0.01],[581,1],[500,0.01],[501,0.01],[502,0.01],[503,0.01],[504,0.01],[505,0.01],[506,0.01],[507,0.01],[508,0.01],[509,0.01],[510,0.01],[511,0.01],[512,0.01],[513,0.01],[514,0.01],[515,0.01],[516,0.01],[517,0.01],[518,0.01],[519,0.01],[520,0.01],[521,0.01],[522,0.01],[523,0.01],[524,0.01],[525,0.01],[526,0.01],[527,0.01],[528,0.01],[529,0.01],[530,0.01],[531,0.01],[532,0.01],[533,0.01],[534,0.01],[535,0.01],[536,0.01],[537,0.01],[538,0.01],[539,0.01],[540,0.01],[541,0.01],[542,0.01],[543,0.01],[544,0.01],[545,0.01],[546,0.01],[547,0.01],[548,0.01],[549,0.01],[550,0.01],[551,0.01],[552,0.01],[553,0.01],[554,0.01],[555,0.01],[556,0.01],[557,0.01],[558,0.01],[559,0.01],[560,0.01],[561,0.01],[562,0.01],[563,0.01],[564,0.01],[565,0.01],[566,0.01],[567,0.01],[568,0.01],[569,0.01],[570,0.01],[571,0.01],[572,0.01],[573,0.01],[574,0.01],[575,0.01],[576,0.01],[577,0.01],[578,0.01],[579,0.01],[580,0.01],[581,0.01],[582,0.01],[583,0.01],[584,0.01],[585,0.01],[586,0.01],[587,0.01],[588,0.01],[589,0.01],[590,0.01],[591,0.01],[592,0.01],[593,0.01],[594,0.01],[595,0.01],[596,0.01],[597,0.01],[598,0.01],[599,0.01],[475,0.019607843137255],[476,0.019607843137255],[477,0.019607843137255],[478,0.019607843137255],[479,0.019607843137255],[480,0.019607843137255],[481,0.019607843137255],[482,0.019607843137255],[483,0.019607843137255],[484,0.019607843137255],[485,0.019607843137255],[486,0.019607843137255],[487,0.019607843137255],[488,0.019607843137255],[489,0.019607843137255],[490,0.019607843137255],[491,0.019607843137255],[492,0.019607843137255],[493,0.019607843137255],[494,0.019607843137255],[495,0.019607843137255],[496,0.019607843137255],[497,0.019607843137255],[498,0.019607843137255],[499,0.019607843137255],[500,0.019607843137255],[501,0.019607843137255],[502,0.019607843137255],[503,0.019607843137255],[504,0.019607843137255],[505,0.019607843137255],[506,0.019607843137255],[507,0.019607843137255],[508,0.019607843137255],[509,0.019607843137255],[510,0.019607843137255],[511,0.019607843137255],[512,0.019607843137255],[513,0.019607843137255],[514,0.019607843137255],[515,0.019607843137255],[516,0.019607843137255],[517,0.019607843137255],[518,0.019607843137255],[519,0.019607843137255],[520,0.019607843137255],[521,0.019607843137255],[522,0.019607843137255],[523,0.019607843137255],[524,0.019607843137255],[525,0.019607843137255],[100,0.005],[101,0.005],[102,0.005],[103,0.005],[104,0.005],[105,0.005],[106,0.005],[107,0.005],[108,0.005],[109,0.005],[110,0.005],[111,0.005],[112,0.005],[113,0.005],[114,0.005],[115,0.005],[116,0.005],[117,0.005],[118,0.005],[119,0.005],[120,0.005],[121,0.005],[122,0.005],[123,0.005],[124,0.005],[125,0.005],[126,0.005],[127,0.005],[128,0.005],[129,0.005],[130,0.005],[131,0.005],[132,0.005],[133,0.005],[134,0.005],[135,0.005],[136,0.005],[137,0.005],[138,0.005],[139,0.005],[140,0.005],[141,0.005],[142,0.005],[143,0.005],[144,0.005],[145,0.005],[146,0.005],[147,0.005],[148,0.005],[149,0.005],[150,0.005],[151,0.005],[152,0.005],[153,0.005],[154,0.005],[155,0.005],[156,0.005],[157,0.005],[158,0.005],[159,0.005],[160,0.005],[161,0.005],[162,0.005],[163,0.005],[164,0.005],[165,0.005],[166,0.005],[167,0.005],[168,0.005],[169,0.005],[170,0.005],[171,0.005],[172,0.005],[173,0.005],[174,0.005],[175,0.005],[176,0.005],[177,0.005],[178,0.005],[179,0.005],[180,0.005],[181,0.005],[182,0.005],[183,0.005],[184,0.005],[185,0.005],[186,0.005],[187,0.005],[188,0.005],[189,0.005],[190,0.005],[191,0.005],[192,0.005],[193,0.005],[194,0.005],[195,0.005],[196,0.005],[197,0.005],[198,0.005],[199,0.005],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[-111,0.5],[-110,0.5],[-107,0.071428571428571],[-106,0.071428571428571],[-105,0.071428571428571],[-104,0.071428571428571],[-103,0.071428571428571],[-102,0.071428571428571],[-101,0.071428571428571],[-100,0.071428571428571],[-99,0.071428571428571],[-98,0.071428571428571],[-97,0.071428571428571],[-96,0.071428571428571],[-95,0.071428571428571],[-94,0.071428571428571],[-180,0.014084507042254],[-179,0.014084507042254],[-178,0.014084507042254],[-177,0.014084507042254],[-176,0.014084507042254],[-175,0.014084507042254],[-174,0.014084507042254],[-173,0.014084507042254],[-172,0.014084507042254],[-171,0.014084507042254],[-170,0.014084507042254],[-169,0.014084507042254],[-168,0.014084507042254],[-167,0.014084507042254],[-166,0.014084507042254],[-165,0.014084507042254],[-164,0.014084507042254],[-163,0.014084507042254],[-162,0.014084507042254],[-161,0.014084507042254],[-160,0.014084507042254],[-159,0.014084507042254],[-158,0.014084507042254],[-157,0.014084507042254],[-156,0.014084507042254],[-155,0.014084507042254],[-154,0.014084507042254],[-153,0.014084507042254],[-152,0.014084507042254],[-151,0.014084507042254],[-150,0.014084507042254],[-149,0.014084507042254],[-148,0.014084507042254],[-147,0.014084507042254],[-146,0.014084507042254],[-145,0.014084507042254],[-144,0.014084507042254],[-143,0.014084507042254],[-142,0.014084507042254],[-141,0.014084507042254],[-140,0.014084507042254],[-139,0.014084507042254],[-138,0.014084507042254],[-137,0.014084507042254],[-136,0.014084507042254],[-135,0.014084507042254],[-134,0.014084507042254],[-133,0.014084507042254],[-132,0.014084507042254],[-131,0.014084507042254],[-130,0.014084507042254],[-129,0.014084507042254],[-128,0.014084507042254],[-127,0.014084507042254],[-126,0.014084507042254],[-125,0.014084507042254],[-124,0.014084507042254],[-123,0.014084507042254],[-122,0.014084507042254],[-121,0.014084507042254],[-120,0.014084507042254],[-119,0.014084507042254],[-118,0.014084507042254],[-117,0.014084507042254],[-116,0.014084507042254],[-115,0.014084507042254],[-114,0.014084507042254],[-113,0.014084507042254],[-112,0.014084507042254],[-111,0.014084507042254],[-110,0.014084507042254],[-88,1],[-332,0.002212389380531],[-331,0.002212389380531],[-330,0.002212389380531],[-329,0.002212389380531],[-328,0.002212389380531],[-327,0.002212389380531],[-326,0.002212389380531],[-325,0.002212389380531],[-324,0.002212389380531],[-323,0.002212389380531],[-322,0.002212389380531],[-321,0.002212389380531],[-320,0.002212389380531],[-319,0.002212389380531],[-318,0.002212389380531],[-317,0.002212389380531],[-316,0.002212389380531],[-315,0.002212389380531],[-314,0.002212389380531],[-313,0.002212389380531],[-312,0.002212389380531],[-311,0.002212389380531],[-310,0.002212389380531],[-309,0.002212389380531],[-308,0.002212389380531],[-307,0.002212389380531],[-306,0.002212389380531],[-305,0.002212389380531],[-304,0.002212389380531],[-303,0.002212389380531],[-302,0.002212389380531],[-301,0.002212389380531],[-300,0.002212389380531],[-299,0.002212389380531],[-298,0.002212389380531],[-297,0.002212389380531],[-296,0.002212389380531],[-295,0.002212389380531],[-294,0.002212389380531],[-293,0.002212389380531],[-292,0.002212389380531],[-291,0.002212389380531],[-290,0.002212389380531],[-289,0.002212389380531],[-288,0.002212389380531],[-287,0.002212389380531],[-286,0.002212389380531],[-285,0.002212389380531],[-284,0.002212389380531],[-283,0.002212389380531],[-282,0.002212389380531],[-281,0.002212389380531],[-280,0.002212389380531],[-279,0.002212389380531],[-278,0.002212389380531],[-277,0.002212389380531],[-276,0.002212389380531],[-275,0.002212389380531],[-274,0.002212389380531],[-273,0.002212389380531],[-272,0.002212389380531],[-271,0.002212389380531],[-270,0.002212389380531],[-269,0.002212389380531],[-268,0.002212389380531],[-267,0.002212389380531],[-266,0.002212389380531],[-265,0.002212389380531],[-264,0.002212389380531],[-263,0.002212389380531],[-262,0.002212389380531],[-261,0.002212389380531],[-260,0.002212389380531],[-259,0.002212389380531],[-258,0.002212389380531],[-257,0.002212389380531],[-256,0.002212389380531],[-255,0.002212389380531],[-254,0.002212389380531],[-253,0.002212389380531],[-252,0.002212389380531],[-251,0.002212389380531],[-250,0.002212389380531],[-249,0.002212389380531],[-248,0.002212389380531],[-247,0.002212389380531],[-246,0.002212389380531],[-245,0.002212389380531],[-244,0.002212389380531],[-243,0.002212389380531],[-242,0.002212389380531],[-241,0.002212389380531],[-240,0.002212389380531],[-239,0.002212389380531],[-238,0.002212389380531],[-237,0.002212389380531],[-236,0.002212389380531],[-235,0.002212389380531],[-234,0.002212389380531],[-233,0.002212389380531],[-232,0.002212389380531],[-231,0.002212389380531],[-230,0.002212389380531],[-229,0.002212389380531],[-228,0.002212389380531],[-227,0.002212389380531],[-226,0.002212389380531],[-225,0.002212389380531],[-224,0.002212389380531],[-223,0.002212389380531],[-222,0.002212389380531],[-221,0.002212389380531],[-220,0.002212389380531],[-219,0.002212389380531],[-218,0.002212389380531],[-217,0.002212389380531],[-216,0.002212389380531],[-215,0.002212389380531],[-214,0.002212389380531],[-213,0.002212389380531],[-212,0.002212389380531],[-211,0.002212389380531],[-210,0.002212389380531],[-209,0.002212389380531],[-208,0.002212389380531],[-207,0.002212389380531],[-206,0.002212389380531],[-205,0.002212389380531],[-204,0.002212389380531],[-203,0.002212389380531],[-202,0.002212389380531],[-201,0.002212389380531],[-200,0.002212389380531],[-199,0.002212389380531],[-198,0.002212389380531],[-197,0.002212389380531],[-196,0.002212389380531],[-195,0.002212389380531],[-194,0.002212389380531],[-193,0.002212389380531],[-192,0.002212389380531],[-191,0.002212389380531],[-190,0.002212389380531],[-189,0.002212389380531],[-188,0.002212389380531],[-187,0.002212389380531],[-186,0.002212389380531],[-185,0.002212389380531],[-184,0.002212389380531],[-183,0.002212389380531],[-182,0.002212389380531],[-181,0.002212389380531],[-180,0.002212389380531],[-179,0.002212389380531],[-178,0.002212389380531],[-177,0.002212389380531],[-176,0.002212389380531],[-175,0.002212389380531],[-174,0.002212389380531],[-173,0.002212389380531],[-172,0.002212389380531],[-171,0.002212389380531],[-170,0.002212389380531],[-169,0.002212389380531],[-168,0.002212389380531],[-167,0.002212389380531],[-166,0.002212389380531],[-165,0.002212389380531],[-164,0.002212389380531],[-163,0.002212389380531],[-162,0.002212389380531],[-161,0.002212389380531],[-160,0.002212389380531],[-159,0.002212389380531],[-158,0.002212389380531],[-157,0.002212389380531],[-156,0.002212389380531],[-155,0.002212389380531],[-154,0.002212389380531],[-153,0.002212389380531],[-152,0.002212389380531],[-151,0.002212389380531],[-150,0.002212389380531],[-149,0.002212389380531],[-148,0.002212389380531],[-147,0.002212389380531],[-146,0.002212389380531],[-145,0.002212389380531],[-144,0.002212389380531],[-143,0.002212389380531],[-142,0.002212389380531],[-141,0.002212389380531],[-140,0.002212389380531],[-139,0.002212389380531],[-138,0.002212389380531],[-137,0.002212389380531],[-136,0.002212389380531],[-135,0.002212389380531],[-134,0.002212389380531],[-133,0.002212389380531],[-132,0.002212389380531],[-131,0.002212389380531],[-130,0.002212389380531],[-129,0.002212389380531],[-128,0.002212389380531],[-127,0.002212389380531],[-126,0.002212389380531],[-125,0.002212389380531],[-124,0.002212389380531],[-123,0.002212389380531],[-122,0.002212389380531],[-121,0.002212389380531],[-120,0.002212389380531],[-119,0.002212389380531],[-118,0.002212389380531],[-117,0.002212389380531],[-116,0.002212389380531],[-115,0.002212389380531],[-114,0.002212389380531],[-113,0.002212389380531],[-112,0.002212389380531],[-111,0.002212389380531],[-110,0.002212389380531],[-109,0.002212389380531],[-108,0.002212389380531],[-107,0.002212389380531],[-106,0.002212389380531],[-105,0.002212389380531],[-104,0.002212389380531],[-103,0.002212389380531],[-102,0.002212389380531],[-101,0.002212389380531],[-100,0.002212389380531],[-99,0.002212389380531],[-98,0.002212389380531],[-97,0.002212389380531],[-96,0.002212389380531],[-95,0.002212389380531],[-94,0.002212389380531],[-93,0.002212389380531],[-92,0.002212389380531],[-91,0.002212389380531],[-90,0.002212389380531],[-89,0.002212389380531],[-88,0.002212389380531],[-87,0.002212389380531],[-86,0.002212389380531],[-85,0.002212389380531],[-84,0.002212389380531],[-83,0.002212389380531],[-82,0.002212389380531],[-81,0.002212389380531],[-80,0.002212389380531],[-79,0.002212389380531],[-78,0.002212389380531],[-77,0.002212389380531],[-76,0.002212389380531],[-75,0.002212389380531],[-74,0.002212389380531],[-73,0.002212389380531],[-72,0.002212389380531],[-71,0.002212389380531],[-70,0.002212389380531],[-69,0.002212389380531],[-68,0.002212389380531],[-67,0.002212389380531],[-66,0.002212389380531],[-65,0.002212389380531],[-64,0.002212389380531],[-63,0.002212389380531],[-62,0.002212389380531],[-61,0.002212389380531],[-60,0.002212389380531],[-59,0.002212389380531],[-58,0.002212389380531],[-57,0.002212389380531],[-56,0.002212389380531],[-55,0.002212389380531],[-54,0.002212389380531],[-53,0.002212389380531],[-52,0.002212389380531],[-51,0.002212389380531],[-50,0.002212389380531],[-49,0.002212389380531],[-48,0.002212389380531],[-47,0.002212389380531],[-46,0.002212389380531],[-45,0.002212389380531],[-44,0.002212389380531],[-43,0.002212389380531],[-42,0.002212389380531],[-41,0.002212389380531],[-40,0.002212389380531],[-39,0.002212389380531],[-38,0.002212389380531],[-37,0.002212389380531],[-36,0.002212389380531],[-35,0.002212389380531],[-34,0.002212389380531],[-33,0.002212389380531],[-32,0.002212389380531],[-31,0.002212389380531],[-30,0.002212389380531],[-29,0.002212389380531],[-28,0.002212389380531],[-27,0.002212389380531],[-26,0.002212389380531],[-25,0.002212389380531],[-24,0.002212389380531],[-23,0.002212389380531],[-22,0.002212389380531],[-21,0.002212389380531],[-20,0.002212389380531],[-19,0.002212389380531],[-18,0.002212389380531],[-17,0.002212389380531],[-16,0.002212389380531],[-15,0.002212389380531],[-14,0.002212389380531],[-13,0.002212389380531],[-12,0.002212389380531],[-11,0.002212389380531],[-10,0.002212389380531],[-9,0.002212389380531],[-8,0.002212389380531],[-7,0.002212389380531],[-6,0.002212389380531],[-5,0.002212389380531],[-4,0.002212389380531],[-3,0.002212389380531],[-2,0.002212389380531],[-1,0.002212389380531],[1,0.002212389380531],[2,0.002212389380531],[3,0.002212389380531],[4,0.002212389380531],[5,0.002212389380531],[6,0.002212389380531],[7,0.002212389380531],[8,0.002212389380531],[9,0.002212389380531],[10,0.002212389380531],[11,0.002212389380531],[12,0.002212389380531],[13,0.002212389380531],[14,0.002212389380531],[15,0.002212389380531],[16,0.002212389380531],[17,0.002212389380531],[18,0.002212389380531],[19,0.002212389380531],[20,0.002212389380531],[21,0.002212389380531],[22,0.002212389380531],[23,0.002212389380531],[24,0.002212389380531],[25,0.002212389380531],[26,0.002212389380531],[27,0.002212389380531],[28,0.002212389380531],[29,0.002212389380531],[30,0.002212389380531],[31,0.002212389380531],[32,0.002212389380531],[33,0.002212389380531],[34,0.002212389380531],[35,0.002212389380531],[36,0.002212389380531],[37,0.002212389380531],[38,0.002212389380531],[39,0.002212389380531],[40,0.002212389380531],[41,0.002212389380531],[42,0.002212389380531],[43,0.002212389380531],[44,0.002212389380531],[45,0.002212389380531],[46,0.002212389380531],[47,0.002212389380531],[48,0.002212389380531],[49,0.002212389380531],[50,0.002212389380531],[51,0.002212389380531],[52,0.002212389380531],[53,0.002212389380531],[54,0.002212389380531],[55,0.002212389380531],[56,0.002212389380531],[57,0.002212389380531],[58,0.002212389380531],[59,0.002212389380531],[60,0.002212389380531],[61,0.002212389380531],[62,0.002212389380531],[63,0.002212389380531],[64,0.002212389380531],[65,0.002212389380531],[66,0.002212389380531],[67,0.002212389380531],[68,0.002212389380531],[69,0.002212389380531],[70,0.002212389380531],[71,0.002212389380531],[72,0.002212389380531],[73,0.002212389380531],[74,0.002212389380531],[75,0.002212389380531],[76,0.002212389380531],[77,0.002212389380531],[78,0.002212389380531],[79,0.002212389380531],[80,0.002212389380531],[81,0.002212389380531],[82,0.002212389380531],[83,0.002212389380531],[84,0.002212389380531],[85,0.002212389380531],[86,0.002212389380531],[87,0.002212389380531],[88,0.002212389380531],[89,0.002212389380531],[90,0.002212389380531],[91,0.002212389380531],[92,0.002212389380531],[93,0.002212389380531],[94,0.002212389380531],[95,0.002212389380531],[96,0.002212389380531],[97,0.002212389380531],[98,0.002212389380531],[99,0.002212389380531],[100,0.002212389380531],[101,0.002212389380531],[102,0.002212389380531],[103,0.002212389380531],[104,0.002212389380531],[105,0.002212389380531],[106,0.002212389380531],[107,0.002212389380531],[108,0.002212389380531],[109,0.002212389380531],[110,0.002212389380531],[111,0.002212389380531],[112,0.002212389380531],[113,0.002212389380531],[114,0.002212389380531],[115,0.002212389380531],[116,0.002212389380531],[117,0.002212389380531],[118,0.002212389380531],[119,0.002212389380531],[120,0.002212389380531],[-199,0.0089285714285714],[-198,0.0089285714285714],[-197,0.0089285714285714],[-196,0.0089285714285714],[-195,0.0089285714285714],[-194,0.0089285714285714],[-193,0.0089285714285714],[-192,0.0089285714285714],[-191,0.0089285714285714],[-190,0.0089285714285714],[-189,0.0089285714285714],[-188,0.0089285714285714],[-187,0.0089285714285714],[-186,0.0089285714285714],[-185,0.0089285714285714],[-184,0.0089285714285714],[-183,0.0089285714285714],[-182,0.0089285714285714],[-181,0.0089285714285714],[-180,0.0089285714285714],[-179,0.0089285714285714],[-178,0.0089285714285714],[-177,0.0089285714285714],[-176,0.0089285714285714],[-175,0.0089285714285714],[-174,0.0089285714285714],[-173,0.0089285714285714],[-172,0.0089285714285714],[-171,0.0089285714285714],[-170,0.0089285714285714],[-169,0.0089285714285714],[-168,0.0089285714285714],[-167,0.0089285714285714],[-166,0.0089285714285714],[-165,0.0089285714285714],[-164,0.0089285714285714],[-163,0.0089285714285714],[-162,0.0089285714285714],[-161,0.0089285714285714],[-160,0.0089285714285714],[-159,0.0089285714285714],[-158,0.0089285714285714],[-157,0.0089285714285714],[-156,0.0089285714285714],[-155,0.0089285714285714],[-154,0.0089285714285714],[-153,0.0089285714285714],[-152,0.0089285714285714],[-151,0.0089285714285714],[-150,0.0089285714285714],[-149,0.0089285714285714],[-148,0.0089285714285714],[-147,0.0089285714285714],[-146,0.0089285714285714],[-145,0.0089285714285714],[-144,0.0089285714285714],[-143,0.0089285714285714],[-142,0.0089285714285714],[-141,0.0089285714285714],[-140,0.0089285714285714],[-139,0.0089285714285714],[-138,0.0089285714285714],[-137,0.0089285714285714],[-136,0.0089285714285714],[-135,0.0089285714285714],[-134,0.0089285714285714],[-133,0.0089285714285714],[-132,0.0089285714285714],[-131,0.0089285714285714],[-130,0.0089285714285714],[-129,0.0089285714285714],[-128,0.0089285714285714],[-127,0.0089285714285714],[-126,0.0089285714285714],[-125,0.0089285714285714],[-124,0.0089285714285714],[-123,0.0089285714285714],[-122,0.0089285714285714],[-121,0.0089285714285714],[-120,0.0089285714285714],[-119,0.0089285714285714],[-118,0.0089285714285714],[-117,0.0089285714285714],[-116,0.0089285714285714],[-115,0.0089285714285714],[-114,0.0089285714285714],[-113,0.0089285714285714],[-112,0.0089285714285714],[-111,0.0089285714285714],[-110,0.0089285714285714],[-109,0.0089285714285714],[-108,0.0089285714285714],[-107,0.0089285714285714],[-106,0.0089285714285714],[-105,0.0089285714285714],[-104,0.0089285714285714],[-103,0.0089285714285714],[-102,0.0089285714285714],[-101,0.0089285714285714],[-100,0.0089285714285714],[-99,0.0089285714285714],[-98,0.0089285714285714],[-97,0.0089285714285714],[-96,0.0089285714285714],[-95,0.0089285714285714],[-94,0.0089285714285714],[-93,0.0089285714285714],[-92,0.0089285714285714],[-91,0.0089285714285714],[-90,0.0089285714285714],[-89,0.0089285714285714],[-88,0.0089285714285714],[-123,0.041666666666667],[-122,0.041666666666667],[-121,0.041666666666667],[-120,0.041666666666667],[-119,0.041666666666667],[-118,0.041666666666667],[-117,0.041666666666667],[-116,0.041666666666667],[-115,0.041666666666667],[-114,0.041666666666667],[-113,0.041666666666667],[-112,0.041666666666667],[-111,0.041666666666667],[-110,0.041666666666667],[-109,0.041666666666667],[-108,0.041666666666667],[-107,0.041666666666667],[-106,0.041666666666667],[-105,0.041666666666667],[-104,0.041666666666667],[-103,0.041666666666667],[-102,0.041666666666667],[-101,0.041666666666667],[-100,0.041666666666667],[-332,0.0033003300330033],[-331,0.0033003300330033],[-330,0.0033003300330033],[-329,0.0033003300330033],[-328,0.0033003300330033],[-327,0.0033003300330033],[-326,0.0033003300330033],[-325,0.0033003300330033],[-324,0.0033003300330033],[-323,0.0033003300330033],[-322,0.0033003300330033],[-321,0.0033003300330033],[-320,0.0033003300330033],[-319,0.0033003300330033],[-318,0.0033003300330033],[-317,0.0033003300330033],[-316,0.0033003300330033],[-315,0.0033003300330033],[-314,0.0033003300330033],[-313,0.0033003300330033],[-312,0.0033003300330033],[-311,0.0033003300330033],[-310,0.0033003300330033],[-309,0.0033003300330033],[-308,0.0033003300330033],[-307,0.0033003300330033],[-306,0.0033003300330033],[-305,0.0033003300330033],[-304,0.0033003300330033],[-303,0.0033003300330033],[-302,0.0033003300330033],[-301,0.0033003300330033],[-300,0.0033003300330033],[-299,0.0033003300330033],[-298,0.0033003300330033],[-297,0.0033003300330033],[-296,0.0033003300330033],[-295,0.0033003300330033],[-294,0.0033003300330033],[-293,0.0033003300330033],[-292,0.0033003300330033],[-291,0.0033003300330033],[-290,0.0033003300330033],[-289,0.0033003300330033],[-288,0.0033003300330033],[-287,0.0033003300330033],[-286,0.0033003300330033],[-285,0.0033003300330033],[-284,0.0033003300330033],[-283,0.0033003300330033],[-282,0.0033003300330033],[-281,0.0033003300330033],[-280,0.0033003300330033],[-279,0.0033003300330033],[-278,0.0033003300330033],[-277,0.0033003300330033],[-276,0.0033003300330033],[-275,0.0033003300330033],[-274,0.0033003300330033],[-273,0.0033003300330033],[-272,0.0033003300330033],[-271,0.0033003300330033],[-270,0.0033003300330033],[-269,0.0033003300330033],[-268,0.0033003300330033],[-267,0.0033003300330033],[-266,0.0033003300330033],[-265,0.0033003300330033],[-264,0.0033003300330033],[-263,0.0033003300330033],[-262,0.0033003300330033],[-261,0.0033003300330033],[-260,0.0033003300330033],[-259,0.0033003300330033],[-258,0.0033003300330033],[-257,0.0033003300330033],[-256,0.0033003300330033],[-255,0.0033003300330033],[-254,0.0033003300330033],[-253,0.0033003300330033],[-252,0.0033003300330033],[-251,0.0033003300330033],[-250,0.0033003300330033],[-249,0.0033003300330033],[-248,0.0033003300330033],[-247,0.0033003300330033],[-246,0.0033003300330033],[-245,0.0033003300330033],[-244,0.0033003300330033],[-243,0.0033003300330033],[-242,0.0033003300330033],[-241,0.0033003300330033],[-240,0.0033003300330033],[-239,0.0033003300330033],[-238,0.0033003300330033],[-237,0.0033003300330033],[-236,0.0033003300330033],[-235,0.0033003300330033],[-234,0.0033003300330033],[-233,0.0033003300330033],[-232,0.0033003300330033],[-231,0.0033003300330033],[-230,0.0033003300330033],[-229,0.0033003300330033],[-228,0.0033003300330033],[-227,0.0033003300330033],[-226,0.0033003300330033],[-225,0.0033003300330033],[-224,0.0033003300330033],[-223,0.0033003300330033],[-222,0.0033003300330033],[-221,0.0033003300330033],[-220,0.0033003300330033],[-219,0.0033003300330033],[-218,0.0033003300330033],[-217,0.0033003300330033],[-216,0.0033003300330033],[-215,0.0033003300330033],[-214,0.0033003300330033],[-213,0.0033003300330033],[-212,0.0033003300330033],[-211,0.0033003300330033],[-210,0.0033003300330033],[-209,0.0033003300330033],[-208,0.0033003300330033],[-207,0.0033003300330033],[-206,0.0033003300330033],[-205,0.0033003300330033],[-204,0.0033003300330033],[-203,0.0033003300330033],[-202,0.0033003300330033],[-201,0.0033003300330033],[-200,0.0033003300330033],[-199,0.0033003300330033],[-198,0.0033003300330033],[-197,0.0033003300330033],[-196,0.0033003300330033],[-195,0.0033003300330033],[-194,0.0033003300330033],[-193,0.0033003300330033],[-192,0.0033003300330033],[-191,0.0033003300330033],[-190,0.0033003300330033],[-189,0.0033003300330033],[-188,0.0033003300330033],[-187,0.0033003300330033],[-186,0.0033003300330033],[-185,0.0033003300330033],[-184,0.0033003300330033],[-183,0.0033003300330033],[-182,0.0033003300330033],[-181,0.0033003300330033],[-180,0.0033003300330033],[-179,0.0033003300330033],[-178,0.0033003300330033],[-177,0.0033003300330033],[-176,0.0033003300330033],[-175,0.0033003300330033],[-174,0.0033003300330033],[-173,0.0033003300330033],[-172,0.0033003300330033],[-171,0.0033003300330033],[-170,0.0033003300330033],[-169,0.0033003300330033],[-168,0.0033003300330033],[-167,0.0033003300330033],[-166,0.0033003300330033],[-165,0.0033003300330033],[-164,0.0033003300330033],[-163,0.0033003300330033],[-162,0.0033003300330033],[-161,0.0033003300330033],[-160,0.0033003300330033],[-159,0.0033003300330033],[-158,0.0033003300330033],[-157,0.0033003300330033],[-156,0.0033003300330033],[-155,0.0033003300330033],[-154,0.0033003300330033],[-153,0.0033003300330033],[-152,0.0033003300330033],[-151,0.0033003300330033],[-150,0.0033003300330033],[-149,0.0033003300330033],[-148,0.0033003300330033],[-147,0.0033003300330033],[-146,0.0033003300330033],[-145,0.0033003300330033],[-144,0.0033003300330033],[-143,0.0033003300330033],[-142,0.0033003300330033],[-141,0.0033003300330033],[-140,0.0033003300330033],[-139,0.0033003300330033],[-138,0.0033003300330033],[-137,0.0033003300330033],[-136,0.0033003300330033],[-135,0.0033003300330033],[-134,0.0033003300330033],[-133,0.0033003300330033],[-132,0.0033003300330033],[-131,0.0033003300330033],[-130,0.0033003300330033],[-129,0.0033003300330033],[-128,0.0033003300330033],[-127,0.0033003300330033],[-126,0.0033003300330033],[-125,0.0033003300330033],[-124,0.0033003300330033],[-123,0.0033003300330033],[-122,0.0033003300330033],[-121,0.0033003300330033],[-120,0.0033003300330033],[-119,0.0033003300330033],[-118,0.0033003300330033],[-117,0.0033003300330033],[-116,0.0033003300330033],[-115,0.0033003300330033],[-114,0.0033003300330033],[-113,0.0033003300330033],[-112,0.0033003300330033],[-111,0.0033003300330033],[-110,0.0033003300330033],[-109,0.0033003300330033],[-108,0.0033003300330033],[-107,0.0033003300330033],[-106,0.0033003300330033],[-105,0.0033003300330033],[-104,0.0033003300330033],[-103,0.0033003300330033],[-102,0.0033003300330033],[-101,0.0033003300330033],[-100,0.0033003300330033],[-99,0.0033003300330033],[-98,0.0033003300330033],[-97,0.0033003300330033],[-96,0.0033003300330033],[-95,0.0033003300330033],[-94,0.0033003300330033],[-93,0.0033003300330033],[-92,0.0033003300330033],[-91,0.0033003300330033],[-90,0.0033003300330033],[-89,0.0033003300330033],[-88,0.0033003300330033],[-87,0.0033003300330033],[-86,0.0033003300330033],[-85,0.0033003300330033],[-84,0.0033003300330033],[-83,0.0033003300330033],[-82,0.0033003300330033],[-81,0.0033003300330033],[-80,0.0033003300330033],[-79,0.0033003300330033],[-78,0.0033003300330033],[-77,0.0033003300330033],[-76,0.0033003300330033],[-75,0.0033003300330033],[-74,0.0033003300330033],[-73,0.0033003300330033],[-72,0.0033003300330033],[-71,0.0033003300330033],[-70,0.0033003300330033],[-69,0.0033003300330033],[-68,0.0033003300330033],[-67,0.0033003300330033],[-66,0.0033003300330033],[-65,0.0033003300330033],[-64,0.0033003300330033],[-63,0.0033003300330033],[-62,0.0033003300330033],[-61,0.0033003300330033],[-60,0.0033003300330033],[-59,0.0033003300330033],[-58,0.0033003300330033],[-57,0.0033003300330033],[-56,0.0033003300330033],[-55,0.0033003300330033],[-54,0.0033003300330033],[-53,0.0033003300330033],[-52,0.0033003300330033],[-51,0.0033003300330033],[-50,0.0033003300330033],[-49,0.0033003300330033],[-48,0.0033003300330033],[-47,0.0033003300330033],[-46,0.0033003300330033],[-45,0.0033003300330033],[-44,0.0033003300330033],[-43,0.0033003300330033],[-42,0.0033003300330033],[-41,0.0033003300330033],[-40,0.0033003300330033],[-39,0.0033003300330033],[-38,0.0033003300330033],[-37,0.0033003300330033],[-36,0.0033003300330033],[-35,0.0033003300330033],[-34,0.0033003300330033],[-33,0.0033003300330033],[-32,0.0033003300330033],[-31,0.0033003300330033],[-30,0.0033003300330033],[-106,0.11111111111111],[-105,0.11111111111111],[-104,0.11111111111111],[-103,0.11111111111111],[-102,0.11111111111111],[-101,0.11111111111111],[-100,0.11111111111111],[-99,0.11111111111111],[-98,0.11111111111111],[575,0.019607843137255],[576,0.019607843137255],[577,0.019607843137255],[578,0.019607843137255],[579,0.019607843137255],[580,0.019607843137255],[581,0.019607843137255],[582,0.019607843137255],[583,0.019607843137255],[584,0.019607843137255],[585,0.019607843137255],[586,0.019607843137255],[587,0.019607843137255],[588,0.019607843137255],[589,0.019607843137255],[590,0.019607843137255],[591,0.019607843137255],[592,0.019607843137255],[593,0.019607843137255],[594,0.019607843137255],[595,0.019607843137255],[596,0.019607843137255],[597,0.019607843137255],[598,0.019607843137255],[599,0.019607843137255],[600,0.019607843137255],[601,0.019607843137255],[602,0.019607843137255],[603,0.019607843137255],[604,0.019607843137255],[605,0.019607843137255],[606,0.019607843137255],[607,0.019607843137255],[608,0.019607843137255],[609,0.019607843137255],[610,0.019607843137255],[611,0.019607843137255],[612,0.019607843137255],[613,0.019607843137255],[614,0.019607843137255],[615,0.019607843137255],[616,0.019607843137255],[617,0.019607843137255],[618,0.019607843137255],[619,0.019607843137255],[620,0.019607843137255],[621,0.019607843137255],[622,0.019607843137255],[623,0.019607843137255],[624,0.019607843137255],[625,0.019607843137255],[-127,0.090909090909091],[-126,0.090909090909091],[-125,0.090909090909091],[-124,0.090909090909091],[-123,0.090909090909091],[-122,0.090909090909091],[-121,0.090909090909091],[-120,0.090909090909091],[-119,0.090909090909091],[-118,0.090909090909091],[-117,0.090909090909091],[-132,0.022727272727273],[-131,0.022727272727273],[-130,0.022727272727273],[-129,0.022727272727273],[-128,0.022727272727273],[-127,0.022727272727273],[-126,0.022727272727273],[-125,0.022727272727273],[-124,0.022727272727273],[-123,0.022727272727273],[-122,0.022727272727273],[-121,0.022727272727273],[-120,0.022727272727273],[-119,0.022727272727273],[-118,0.022727272727273],[-117,0.022727272727273],[-116,0.022727272727273],[-115,0.022727272727273],[-114,0.022727272727273],[-113,0.022727272727273],[-112,0.022727272727273],[-111,0.022727272727273],[-110,0.022727272727273],[-109,0.022727272727273],[-108,0.022727272727273],[-107,0.022727272727273],[-106,0.022727272727273],[-105,0.022727272727273],[-104,0.022727272727273],[-103,0.022727272727273],[-102,0.022727272727273],[-101,0.022727272727273],[-100,0.022727272727273],[-99,0.022727272727273],[-98,0.022727272727273],[-97,0.022727272727273],[-96,0.022727272727273],[-95,0.022727272727273],[-94,0.022727272727273],[-93,0.022727272727273],[-92,0.022727272727273],[-91,0.022727272727273],[-90,0.022727272727273],[-89,0.022727272727273],[-120,0.03448275862069],[-119,0.03448275862069],[-118,0.03448275862069],[-117,0.03448275862069],[-116,0.03448275862069],[-115,0.03448275862069],[-114,0.03448275862069],[-113,0.03448275862069],[-112,0.03448275862069],[-111,0.03448275862069],[-110,0.03448275862069],[-109,0.03448275862069],[-108,0.03448275862069],[-107,0.03448275862069],[-106,0.03448275862069],[-105,0.03448275862069],[-104,0.03448275862069],[-103,0.03448275862069],[-102,0.03448275862069],[-101,0.03448275862069],[-100,0.03448275862069],[-99,0.03448275862069],[-98,0.03448275862069],[-97,0.03448275862069],[-96,0.03448275862069],[-95,0.03448275862069],[-94,0.03448275862069],[-93,0.03448275862069],[-92,0.03448275862069],[-199,0.0050251256281407],[-198,0.0050251256281407],[-197,0.0050251256281407],[-196,0.0050251256281407],[-195,0.0050251256281407],[-194,0.0050251256281407],[-193,0.0050251256281407],[-192,0.0050251256281407],[-191,0.0050251256281407],[-190,0.0050251256281407],[-189,0.0050251256281407],[-188,0.0050251256281407],[-187,0.0050251256281407],[-186,0.0050251256281407],[-185,0.0050251256281407],[-184,0.0050251256281407],[-183,0.0050251256281407],[-182,0.0050251256281407],[-181,0.0050251256281407],[-180,0.0050251256281407],[-179,0.0050251256281407],[-178,0.0050251256281407],[-177,0.0050251256281407],[-176,0.0050251256281407],[-175,0.0050251256281407],[-174,0.0050251256281407],[-173,0.0050251256281407],[-172,0.0050251256281407],[-171,0.0050251256281407],[-170,0.0050251256281407],[-169,0.0050251256281407],[-168,0.0050251256281407],[-167,0.0050251256281407],[-166,0.0050251256281407],[-165,0.0050251256281407],[-164,0.0050251256281407],[-163,0.0050251256281407],[-162,0.0050251256281407],[-161,0.0050251256281407],[-160,0.0050251256281407],[-159,0.0050251256281407],[-158,0.0050251256281407],[-157,0.0050251256281407],[-156,0.0050251256281407],[-155,0.0050251256281407],[-154,0.0050251256281407],[-153,0.0050251256281407],[-152,0.0050251256281407],[-151,0.0050251256281407],[-150,0.0050251256281407],[-149,0.0050251256281407],[-148,0.0050251256281407],[-147,0.0050251256281407],[-146,0.0050251256281407],[-145,0.0050251256281407],[-144,0.0050251256281407],[-143,0.0050251256281407],[-142,0.0050251256281407],[-141,0.0050251256281407],[-140,0.0050251256281407],[-139,0.0050251256281407],[-138,0.0050251256281407],[-137,0.0050251256281407],[-136,0.0050251256281407],[-135,0.0050251256281407],[-134,0.0050251256281407],[-133,0.0050251256281407],[-132,0.0050251256281407],[-131,0.0050251256281407],[-130,0.0050251256281407],[-129,0.0050251256281407],[-128,0.0050251256281407],[-127,0.0050251256281407],[-126,0.0050251256281407],[-125,0.0050251256281407],[-124,0.0050251256281407],[-123,0.0050251256281407],[-122,0.0050251256281407],[-121,0.0050251256281407],[-120,0.0050251256281407],[-119,0.0050251256281407],[-118,0.0050251256281407],[-117,0.0050251256281407],[-116,0.0050251256281407],[-115,0.0050251256281407],[-114,0.0050251256281407],[-113,0.0050251256281407],[-112,0.0050251256281407],[-111,0.0050251256281407],[-110,0.0050251256281407],[-109,0.0050251256281407],[-108,0.0050251256281407],[-107,0.0050251256281407],[-106,0.0050251256281407],[-105,0.0050251256281407],[-104,0.0050251256281407],[-103,0.0050251256281407],[-102,0.0050251256281407],[-101,0.0050251256281407],[-100,0.0050251256281407],[-99,0.0050251256281407],[-98,0.0050251256281407],[-97,0.0050251256281407],[-96,0.0050251256281407],[-95,0.0050251256281407],[-94,0.0050251256281407],[-93,0.0050251256281407],[-92,0.0050251256281407],[-91,0.0050251256281407],[-90,0.0050251256281407],[-89,0.0050251256281407],[-88,0.0050251256281407],[-87,0.0050251256281407],[-86,0.0050251256281407],[-85,0.0050251256281407],[-84,0.0050251256281407],[-83,0.0050251256281407],[-82,0.0050251256281407],[-81,0.0050251256281407],[-80,0.0050251256281407],[-79,0.0050251256281407],[-78,0.0050251256281407],[-77,0.0050251256281407],[-76,0.0050251256281407],[-75,0.0050251256281407],[-74,0.0050251256281407],[-73,0.0050251256281407],[-72,0.0050251256281407],[-71,0.0050251256281407],[-70,0.0050251256281407],[-69,0.0050251256281407],[-68,0.0050251256281407],[-67,0.0050251256281407],[-66,0.0050251256281407],[-65,0.0050251256281407],[-64,0.0050251256281407],[-63,0.0050251256281407],[-62,0.0050251256281407],[-61,0.0050251256281407],[-60,0.0050251256281407],[-59,0.0050251256281407],[-58,0.0050251256281407],[-57,0.0050251256281407],[-56,0.0050251256281407],[-55,0.0050251256281407],[-54,0.0050251256281407],[-53,0.0050251256281407],[-52,0.0050251256281407],[-51,0.0050251256281407],[-50,0.0050251256281407],[-49,0.0050251256281407],[-48,0.0050251256281407],[-47,0.0050251256281407],[-46,0.0050251256281407],[-45,0.0050251256281407],[-44,0.0050251256281407],[-43,0.0050251256281407],[-42,0.0050251256281407],[-41,0.0050251256281407],[-40,0.0050251256281407],[-39,0.0050251256281407],[-38,0.0050251256281407],[-37,0.0050251256281407],[-36,0.0050251256281407],[-35,0.0050251256281407],[-34,0.0050251256281407],[-33,0.0050251256281407],[-32,0.0050251256281407],[-31,0.0050251256281407],[-30,0.0050251256281407],[-29,0.0050251256281407],[-28,0.0050251256281407],[-27,0.0050251256281407],[-26,0.0050251256281407],[-25,0.0050251256281407],[-24,0.0050251256281407],[-23,0.0050251256281407],[-22,0.0050251256281407],[-21,0.0050251256281407],[-20,0.0050251256281407],[-19,0.0050251256281407],[-18,0.0050251256281407],[-17,0.0050251256281407],[-16,0.0050251256281407],[-15,0.0050251256281407],[-14,0.0050251256281407],[-13,0.0050251256281407],[-12,0.0050251256281407],[-11,0.0050251256281407],[-10,0.0050251256281407],[-9,0.0050251256281407],[-8,0.0050251256281407],[-7,0.0050251256281407],[-6,0.0050251256281407],[-5,0.0050251256281407],[-4,0.0050251256281407],[-3,0.0050251256281407],[-2,0.0050251256281407],[-1,0.0050251256281407],[-125,0.026315789473684],[-124,0.026315789473684],[-123,0.026315789473684],[-122,0.026315789473684],[-121,0.026315789473684],[-120,0.026315789473684],[-119,0.026315789473684],[-118,0.026315789473684],[-117,0.026315789473684],[-116,0.026315789473684],[-115,0.026315789473684],[-114,0.026315789473684],[-113,0.026315789473684],[-112,0.026315789473684],[-111,0.026315789473684],[-110,0.026315789473684],[-109,0.026315789473684],[-108,0.026315789473684],[-107,0.026315789473684],[-106,0.026315789473684],[-105,0.026315789473684],[-104,0.026315789473684],[-103,0.026315789473684],[-102,0.026315789473684],[-101,0.026315789473684],[-100,0.026315789473684],[-99,0.026315789473684],[-98,0.026315789473684],[-97,0.026315789473684],[-96,0.026315789473684],[-95,0.026315789473684],[-94,0.026315789473684],[-93,0.026315789473684],[-92,0.026315789473684],[-91,0.026315789473684],[-90,0.026315789473684],[-89,0.026315789473684],[-88,0.026315789473684],[300,0.005],[301,0.005],[302,0.005],[303,0.005],[304,0.005],[305,0.005],[306,0.005],[307,0.005],[308,0.005],[309,0.005],[310,0.005],[311,0.005],[312,0.005],[313,0.005],[314,0.005],[315,0.005],[316,0.005],[317,0.005],[318,0.005],[319,0.005],[320,0.005],[321,0.005],[322,0.005],[323,0.005],[324,0.005],[325,0.005],[326,0.005],[327,0.005],[328,0.005],[329,0.005],[330,0.005],[331,0.005],[332,0.005],[333,0.005],[334,0.005],[335,0.005],[336,0.005],[337,0.005],[338,0.005],[339,0.005],[340,0.005],[341,0.005],[342,0.005],[343,0.005],[344,0.005],[345,0.005],[346,0.005],[347,0.005],[348,0.005],[349,0.005],[350,0.005],[351,0.005],[352,0.005],[353,0.005],[354,0.005],[355,0.005],[356,0.005],[357,0.005],[358,0.005],[359,0.005],[360,0.005],[361,0.005],[362,0.005],[363,0.005],[364,0.005],[365,0.005],[366,0.005],[367,0.005],[368,0.005],[369,0.005],[370,0.005],[371,0.005],[372,0.005],[373,0.005],[374,0.005],[375,0.005],[376,0.005],[377,0.005],[378,0.005],[379,0.005],[380,0.005],[381,0.005],[382,0.005],[383,0.005],[384,0.005],[385,0.005],[386,0.005],[387,0.005],[388,0.005],[389,0.005],[390,0.005],[391,0.005],[392,0.005],[393,0.005],[394,0.005],[395,0.005],[396,0.005],[397,0.005],[398,0.005],[399,0.005],[400,0.005],[401,0.005],[402,0.005],[403,0.005],[404,0.005],[405,0.005],[406,0.005],[407,0.005],[408,0.005],[409,0.005],[410,0.005],[411,0.005],[412,0.005],[413,0.005],[414,0.005],[415,0.005],[416,0.005],[417,0.005],[418,0.005],[419,0.005],[420,0.005],[421,0.005],[422,0.005],[423,0.005],[424,0.005],[425,0.005],[426,0.005],[427,0.005],[428,0.005],[429,0.005],[430,0.005],[431,0.005],[432,0.005],[433,0.005],[434,0.005],[435,0.005],[436,0.005],[437,0.005],[438,0.005],[439,0.005],[440,0.005],[441,0.005],[442,0.005],[443,0.005],[444,0.005],[445,0.005],[446,0.005],[447,0.005],[448,0.005],[449,0.005],[450,0.005],[451,0.005],[452,0.005],[453,0.005],[454,0.005],[455,0.005],[456,0.005],[457,0.005],[458,0.005],[459,0.005],[460,0.005],[461,0.005],[462,0.005],[463,0.005],[464,0.005],[465,0.005],[466,0.005],[467,0.005],[468,0.005],[469,0.005],[470,0.005],[471,0.005],[472,0.005],[473,0.005],[474,0.005],[475,0.005],[476,0.005],[477,0.005],[478,0.005],[479,0.005],[480,0.005],[481,0.005],[482,0.005],[483,0.005],[484,0.005],[485,0.005],[486,0.005],[487,0.005],[488,0.005],[489,0.005],[490,0.005],[491,0.005],[492,0.005],[493,0.005],[494,0.005],[495,0.005],[496,0.005],[497,0.005],[498,0.005],[499,0.005],[350,0.0066666666666667],[351,0.0066666666666667],[352,0.0066666666666667],[353,0.0066666666666667],[354,0.0066666666666667],[355,0.0066666666666667],[356,0.0066666666666667],[357,0.0066666666666667],[358,0.0066666666666667],[359,0.0066666666666667],[360,0.0066666666666667],[361,0.0066666666666667],[362,0.0066666666666667],[363,0.0066666666666667],[364,0.0066666666666667],[365,0.0066666666666667],[366,0.0066666666666667],[367,0.0066666666666667],[368,0.0066666666666667],[369,0.0066666666666667],[370,0.0066666666666667],[371,0.0066666666666667],[372,0.0066666666666667],[373,0.0066666666666667],[374,0.0066666666666667],[375,0.0066666666666667],[376,0.0066666666666667],[377,0.0066666666666667],[378,0.0066666666666667],[379,0.0066666666666667],[380,0.0066666666666667],[381,0.0066666666666667],[382,0.0066666666666667],[383,0.0066666666666667],[384,0.0066666666666667],[385,0.0066666666666667],[386,0.0066666666666667],[387,0.0066666666666667],[388,0.0066666666666667],[389,0.0066666666666667],[390,0.0066666666666667],[391,0.0066666666666667],[392,0.0066666666666667],[393,0.0066666666666667],[394,0.0066666666666667],[395,0.0066666666666667],[396,0.0066666666666667],[397,0.0066666666666667],[398,0.0066666666666667],[399,0.0066666666666667],[400,0.0066666666666667],[401,0.0066666666666667],[402,0.0066666666666667],[403,0.0066666666666667],[404,0.0066666666666667],[405,0.0066666666666667],[406,0.0066666666666667],[407,0.0066666666666667],[408,0.0066666666666667],[409,0.0066666666666667],[410,0.0066666666666667],[411,0.0066666666666667],[412,0.0066666666666667],[413,0.0066666666666667],[414,0.0066666666666667],[415,0.0066666666666667],[416,0.0066666666666667],[417,0.0066666666666667],[418,0.0066666666666667],[419,0.0066666666666667],[420,0.0066666666666667],[421,0.0066666666666667],[422,0.0066666666666667],[423,0.0066666666666667],[424,0.0066666666666667],[425,0.0066666666666667],[426,0.0066666666666667],[427,0.0066666666666667],[428,0.0066666666666667],[429,0.0066666666666667],[430,0.0066666666666667],[431,0.0066666666666667],[432,0.0066666666666667],[433,0.0066666666666667],[434,0.0066666666666667],[435,0.0066666666666667],[436,0.0066666666666667],[437,0.0066666666666667],[438,0.0066666666666667],[439,0.0066666666666667],[440,0.0066666666666667],[441,0.0066666666666667],[442,0.0066666666666667],[443,0.0066666666666667],[444,0.0066666666666667],[445,0.0066666666666667],[446,0.0066666666666667],[447,0.0066666666666667],[448,0.0066666666666667],[449,0.0066666666666667],[450,0.0066666666666667],[451,0.0066666666666667],[452,0.0066666666666667],[453,0.0066666666666667],[454,0.0066666666666667],[455,0.0066666666666667],[456,0.0066666666666667],[457,0.0066666666666667],[458,0.0066666666666667],[459,0.0066666666666667],[460,0.0066666666666667],[461,0.0066666666666667],[462,0.0066666666666667],[463,0.0066666666666667],[464,0.0066666666666667],[465,0.0066666666666667],[466,0.0066666666666667],[467,0.0066666666666667],[468,0.0066666666666667],[469,0.0066666666666667],[470,0.0066666666666667],[471,0.0066666666666667],[472,0.0066666666666667],[473,0.0066666666666667],[474,0.0066666666666667],[475,0.0066666666666667],[476,0.0066666666666667],[477,0.0066666666666667],[478,0.0066666666666667],[479,0.0066666666666667],[480,0.0066666666666667],[481,0.0066666666666667],[482,0.0066666666666667],[483,0.0066666666666667],[484,0.0066666666666667],[485,0.0066666666666667],[486,0.0066666666666667],[487,0.0066666666666667],[488,0.0066666666666667],[489,0.0066666666666667],[490,0.0066666666666667],[491,0.0066666666666667],[492,0.0066666666666667],[493,0.0066666666666667],[494,0.0066666666666667],[495,0.0066666666666667],[496,0.0066666666666667],[497,0.0066666666666667],[498,0.0066666666666667],[499,0.0066666666666667],[600,0.0066225165562914],[601,0.0066225165562914],[602,0.0066225165562914],[603,0.0066225165562914],[604,0.0066225165562914],[605,0.0066225165562914],[606,0.0066225165562914],[607,0.0066225165562914],[608,0.0066225165562914],[609,0.0066225165562914],[610,0.0066225165562914],[611,0.0066225165562914],[612,0.0066225165562914],[613,0.0066225165562914],[614,0.0066225165562914],[615,0.0066225165562914],[616,0.0066225165562914],[617,0.0066225165562914],[618,0.0066225165562914],[619,0.0066225165562914],[620,0.0066225165562914],[621,0.0066225165562914],[622,0.0066225165562914],[623,0.0066225165562914],[624,0.0066225165562914],[625,0.0066225165562914],[626,0.0066225165562914],[627,0.0066225165562914],[628,0.0066225165562914],[629,0.0066225165562914],[630,0.0066225165562914],[631,0.0066225165562914],[632,0.0066225165562914],[633,0.0066225165562914],[634,0.0066225165562914],[635,0.0066225165562914],[636,0.0066225165562914],[637,0.0066225165562914],[638,0.0066225165562914],[639,0.0066225165562914],[640,0.0066225165562914],[641,0.0066225165562914],[642,0.0066225165562914],[643,0.0066225165562914],[644,0.0066225165562914],[645,0.0066225165562914],[646,0.0066225165562914],[647,0.0066225165562914],[648,0.0066225165562914],[649,0.0066225165562914],[650,0.0066225165562914],[651,0.0066225165562914],[652,0.0066225165562914],[653,0.0066225165562914],[654,0.0066225165562914],[655,0.0066225165562914],[656,0.0066225165562914],[657,0.0066225165562914],[658,0.0066225165562914],[659,0.0066225165562914],[660,0.0066225165562914],[661,0.0066225165562914],[662,0.0066225165562914],[663,0.0066225165562914],[664,0.0066225165562914],[665,0.0066225165562914],[666,0.0066225165562914],[667,0.0066225165562914],[668,0.0066225165562914],[669,0.0066225165562914],[670,0.0066225165562914],[671,0.0066225165562914],[672,0.0066225165562914],[673,0.0066225165562914],[674,0.0066225165562914],[675,0.0066225165562914],[676,0.0066225165562914],[677,0.0066225165562914],[678,0.0066225165562914],[679,0.0066225165562914],[680,0.0066225165562914],[681,0.0066225165562914],[682,0.0066225165562914],[683,0.0066225165562914],[684,0.0066225165562914],[685,0.0066225165562914],[686,0.0066225165562914],[687,0.0066225165562914],[688,0.0066225165562914],[689,0.0066225165562914],[690,0.0066225165562914],[691,0.0066225165562914],[692,0.0066225165562914],[693,0.0066225165562914],[694,0.0066225165562914],[695,0.0066225165562914],[696,0.0066225165562914],[697,0.0066225165562914],[698,0.0066225165562914],[699,0.0066225165562914],[700,0.0066225165562914],[701,0.0066225165562914],[702,0.0066225165562914],[703,0.0066225165562914],[704,0.0066225165562914],[705,0.0066225165562914],[706,0.0066225165562914],[707,0.0066225165562914],[708,0.0066225165562914],[709,0.0066225165562914],[710,0.0066225165562914],[711,0.0066225165562914],[712,0.0066225165562914],[713,0.0066225165562914],[714,0.0066225165562914],[715,0.0066225165562914],[716,0.0066225165562914],[717,0.0066225165562914],[718,0.0066225165562914],[719,0.0066225165562914],[720,0.0066225165562914],[721,0.0066225165562914],[722,0.0066225165562914],[723,0.0066225165562914],[724,0.0066225165562914],[725,0.0066225165562914],[726,0.0066225165562914],[727,0.0066225165562914],[728,0.0066225165562914],[729,0.0066225165562914],[730,0.0066225165562914],[731,0.0066225165562914],[732,0.0066225165562914],[733,0.0066225165562914],[734,0.0066225165562914],[735,0.0066225165562914],[736,0.0066225165562914],[737,0.0066225165562914],[738,0.0066225165562914],[739,0.0066225165562914],[740,0.0066225165562914],[741,0.0066225165562914],[742,0.0066225165562914],[743,0.0066225165562914],[744,0.0066225165562914],[745,0.0066225165562914],[746,0.0066225165562914],[747,0.0066225165562914],[748,0.0066225165562914],[749,0.0066225165562914],[750,0.0066225165562914],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[700,0.005],[701,0.005],[702,0.005],[703,0.005],[704,0.005],[705,0.005],[706,0.005],[707,0.005],[708,0.005],[709,0.005],[710,0.005],[711,0.005],[712,0.005],[713,0.005],[714,0.005],[715,0.005],[716,0.005],[717,0.005],[718,0.005],[719,0.005],[720,0.005],[721,0.005],[722,0.005],[723,0.005],[724,0.005],[725,0.005],[726,0.005],[727,0.005],[728,0.005],[729,0.005],[730,0.005],[731,0.005],[732,0.005],[733,0.005],[734,0.005],[735,0.005],[736,0.005],[737,0.005],[738,0.005],[739,0.005],[740,0.005],[741,0.005],[742,0.005],[743,0.005],[744,0.005],[745,0.005],[746,0.005],[747,0.005],[748,0.005],[749,0.005],[750,0.005],[751,0.005],[752,0.005],[753,0.005],[754,0.005],[755,0.005],[756,0.005],[757,0.005],[758,0.005],[759,0.005],[760,0.005],[761,0.005],[762,0.005],[763,0.005],[764,0.005],[765,0.005],[766,0.005],[767,0.005],[768,0.005],[769,0.005],[770,0.005],[771,0.005],[772,0.005],[773,0.005],[774,0.005],[775,0.005],[776,0.005],[777,0.005],[778,0.005],[779,0.005],[780,0.005],[781,0.005],[782,0.005],[783,0.005],[784,0.005],[785,0.005],[786,0.005],[787,0.005],[788,0.005],[789,0.005],[790,0.005],[791,0.005],[792,0.005],[793,0.005],[794,0.005],[795,0.005],[796,0.005],[797,0.005],[798,0.005],[799,0.005],[500,0.0025],[501,0.0025],[502,0.0025],[503,0.0025],[504,0.0025],[505,0.0025],[506,0.0025],[507,0.0025],[508,0.0025],[509,0.0025],[510,0.0025],[511,0.0025],[512,0.0025],[513,0.0025],[514,0.0025],[515,0.0025],[516,0.0025],[517,0.0025],[518,0.0025],[519,0.0025],[520,0.0025],[521,0.0025],[522,0.0025],[523,0.0025],[524,0.0025],[525,0.0025],[526,0.0025],[527,0.0025],[528,0.0025],[529,0.0025],[530,0.0025],[531,0.0025],[532,0.0025],[533,0.0025],[534,0.0025],[535,0.0025],[536,0.0025],[537,0.0025],[538,0.0025],[539,0.0025],[540,0.0025],[541,0.0025],[542,0.0025],[543,0.0025],[544,0.0025],[545,0.0025],[546,0.0025],[547,0.0025],[548,0.0025],[549,0.0025],[550,0.0025],[551,0.0025],[552,0.0025],[553,0.0025],[554,0.0025],[555,0.0025],[556,0.0025],[557,0.0025],[558,0.0025],[559,0.0025],[560,0.0025],[561,0.0025],[562,0.0025],[563,0.0025],[564,0.0025],[565,0.0025],[566,0.0025],[567,0.0025],[568,0.0025],[569,0.0025],[570,0.0025],[571,0.0025],[572,0.0025],[573,0.0025],[574,0.0025],[575,0.0025],[576,0.0025],[577,0.0025],[578,0.0025],[579,0.0025],[580,0.0025],[581,0.0025],[582,0.0025],[583,0.0025],[584,0.0025],[585,0.0025],[586,0.0025],[587,0.0025],[588,0.0025],[589,0.0025],[590,0.0025],[591,0.0025],[592,0.0025],[593,0.0025],[594,0.0025],[595,0.0025],[596,0.0025],[597,0.0025],[598,0.0025],[599,0.0025],[600,0.0025],[601,0.0025],[602,0.0025],[603,0.0025],[604,0.0025],[605,0.0025],[606,0.0025],[607,0.0025],[608,0.0025],[609,0.0025],[610,0.0025],[611,0.0025],[612,0.0025],[613,0.0025],[614,0.0025],[615,0.0025],[616,0.0025],[617,0.0025],[618,0.0025],[619,0.0025],[620,0.0025],[621,0.0025],[622,0.0025],[623,0.0025],[624,0.0025],[625,0.0025],[626,0.0025],[627,0.0025],[628,0.0025],[629,0.0025],[630,0.0025],[631,0.0025],[632,0.0025],[633,0.0025],[634,0.0025],[635,0.0025],[636,0.0025],[637,0.0025],[638,0.0025],[639,0.0025],[640,0.0025],[641,0.0025],[642,0.0025],[643,0.0025],[644,0.0025],[645,0.0025],[646,0.0025],[647,0.0025],[648,0.0025],[649,0.0025],[650,0.0025],[651,0.0025],[652,0.0025],[653,0.0025],[654,0.0025],[655,0.0025],[656,0.0025],[657,0.0025],[658,0.0025],[659,0.0025],[660,0.0025],[661,0.0025],[662,0.0025],[663,0.0025],[664,0.0025],[665,0.0025],[666,0.0025],[667,0.0025],[668,0.0025],[669,0.0025],[670,0.0025],[671,0.0025],[672,0.0025],[673,0.0025],[674,0.0025],[675,0.0025],[676,0.0025],[677,0.0025],[678,0.0025],[679,0.0025],[680,0.0025],[681,0.0025],[682,0.0025],[683,0.0025],[684,0.0025],[685,0.0025],[686,0.0025],[687,0.0025],[688,0.0025],[689,0.0025],[690,0.0025],[691,0.0025],[692,0.0025],[693,0.0025],[694,0.0025],[695,0.0025],[696,0.0025],[697,0.0025],[698,0.0025],[699,0.0025],[700,0.0025],[701,0.0025],[702,0.0025],[703,0.0025],[704,0.0025],[705,0.0025],[706,0.0025],[707,0.0025],[708,0.0025],[709,0.0025],[710,0.0025],[711,0.0025],[712,0.0025],[713,0.0025],[714,0.0025],[715,0.0025],[716,0.0025],[717,0.0025],[718,0.0025],[719,0.0025],[720,0.0025],[721,0.0025],[722,0.0025],[723,0.0025],[724,0.0025],[725,0.0025],[726,0.0025],[727,0.0025],[728,0.0025],[729,0.0025],[730,0.0025],[731,0.0025],[732,0.0025],[733,0.0025],[734,0.0025],[735,0.0025],[736,0.0025],[737,0.0025],[738,0.0025],[739,0.0025],[740,0.0025],[741,0.0025],[742,0.0025],[743,0.0025],[744,0.0025],[745,0.0025],[746,0.0025],[747,0.0025],[748,0.0025],[749,0.0025],[750,0.0025],[751,0.0025],[752,0.0025],[753,0.0025],[754,0.0025],[755,0.0025],[756,0.0025],[757,0.0025],[758,0.0025],[759,0.0025],[760,0.0025],[761,0.0025],[762,0.0025],[763,0.0025],[764,0.0025],[765,0.0025],[766,0.0025],[767,0.0025],[768,0.0025],[769,0.0025],[770,0.0025],[771,0.0025],[772,0.0025],[773,0.0025],[774,0.0025],[775,0.0025],[776,0.0025],[777,0.0025],[778,0.0025],[779,0.0025],[780,0.0025],[781,0.0025],[782,0.0025],[783,0.0025],[784,0.0025],[785,0.0025],[786,0.0025],[787,0.0025],[788,0.0025],[789,0.0025],[790,0.0025],[791,0.0025],[792,0.0025],[793,0.0025],[794,0.0025],[795,0.0025],[796,0.0025],[797,0.0025],[798,0.0025],[799,0.0025],[300,0.005],[301,0.005],[302,0.005],[303,0.005],[304,0.005],[305,0.005],[306,0.005],[307,0.005],[308,0.005],[309,0.005],[310,0.005],[311,0.005],[312,0.005],[313,0.005],[314,0.005],[315,0.005],[316,0.005],[317,0.005],[318,0.005],[319,0.005],[320,0.005],[321,0.005],[322,0.005],[323,0.005],[324,0.005],[325,0.005],[326,0.005],[327,0.005],[328,0.005],[329,0.005],[330,0.005],[331,0.005],[332,0.005],[333,0.005],[334,0.005],[335,0.005],[336,0.005],[337,0.005],[338,0.005],[339,0.005],[340,0.005],[341,0.005],[342,0.005],[343,0.005],[344,0.005],[345,0.005],[346,0.005],[347,0.005],[348,0.005],[349,0.005],[350,0.005],[351,0.005],[352,0.005],[353,0.005],[354,0.005],[355,0.005],[356,0.005],[357,0.005],[358,0.005],[359,0.005],[360,0.005],[361,0.005],[362,0.005],[363,0.005],[364,0.005],[365,0.005],[366,0.005],[367,0.005],[368,0.005],[369,0.005],[370,0.005],[371,0.005],[372,0.005],[373,0.005],[374,0.005],[375,0.005],[376,0.005],[377,0.005],[378,0.005],[379,0.005],[380,0.005],[381,0.005],[382,0.005],[383,0.005],[384,0.005],[385,0.005],[386,0.005],[387,0.005],[388,0.005],[389,0.005],[390,0.005],[391,0.005],[392,0.005],[393,0.005],[394,0.005],[395,0.005],[396,0.005],[397,0.005],[398,0.005],[399,0.005],[400,0.005],[401,0.005],[402,0.005],[403,0.005],[404,0.005],[405,0.005],[406,0.005],[407,0.005],[408,0.005],[409,0.005],[410,0.005],[411,0.005],[412,0.005],[413,0.005],[414,0.005],[415,0.005],[416,0.005],[417,0.005],[418,0.005],[419,0.005],[420,0.005],[421,0.005],[422,0.005],[423,0.005],[424,0.005],[425,0.005],[426,0.005],[427,0.005],[428,0.005],[429,0.005],[430,0.005],[431,0.005],[432,0.005],[433,0.005],[434,0.005],[435,0.005],[436,0.005],[437,0.005],[438,0.005],[439,0.005],[440,0.005],[441,0.005],[442,0.005],[443,0.005],[444,0.005],[445,0.005],[446,0.005],[447,0.005],[448,0.005],[449,0.005],[450,0.005],[451,0.005],[452,0.005],[453,0.005],[454,0.005],[455,0.005],[456,0.005],[457,0.005],[458,0.005],[459,0.005],[460,0.005],[461,0.005],[462,0.005],[463,0.005],[464,0.005],[465,0.005],[466,0.005],[467,0.005],[468,0.005],[469,0.005],[470,0.005],[471,0.005],[472,0.005],[473,0.005],[474,0.005],[475,0.005],[476,0.005],[477,0.005],[478,0.005],[479,0.005],[480,0.005],[481,0.005],[482,0.005],[483,0.005],[484,0.005],[485,0.005],[486,0.005],[487,0.005],[488,0.005],[489,0.005],[490,0.005],[491,0.005],[492,0.005],[493,0.005],[494,0.005],[495,0.005],[496,0.005],[497,0.005],[498,0.005],[499,0.005],[575,0.04],[576,0.04],[577,0.04],[578,0.04],[579,0.04],[580,0.04],[581,0.04],[582,0.04],[583,0.04],[584,0.04],[585,0.04],[586,0.04],[587,0.04],[588,0.04],[589,0.04],[590,0.04],[591,0.04],[592,0.04],[593,0.04],[594,0.04],[595,0.04],[596,0.04],[597,0.04],[598,0.04],[599,0.04],[600,0.019607843137255],[601,0.019607843137255],[602,0.019607843137255],[603,0.019607843137255],[604,0.019607843137255],[605,0.019607843137255],[606,0.019607843137255],[607,0.019607843137255],[608,0.019607843137255],[609,0.019607843137255],[610,0.019607843137255],[611,0.019607843137255],[612,0.019607843137255],[613,0.019607843137255],[614,0.019607843137255],[615,0.019607843137255],[616,0.019607843137255],[617,0.019607843137255],[618,0.019607843137255],[619,0.019607843137255],[620,0.019607843137255],[621,0.019607843137255],[622,0.019607843137255],[623,0.019607843137255],[624,0.019607843137255],[625,0.019607843137255],[626,0.019607843137255],[627,0.019607843137255],[628,0.019607843137255],[629,0.019607843137255],[630,0.019607843137255],[631,0.019607843137255],[632,0.019607843137255],[633,0.019607843137255],[634,0.019607843137255],[635,0.019607843137255],[636,0.019607843137255],[637,0.019607843137255],[638,0.019607843137255],[639,0.019607843137255],[640,0.019607843137255],[641,0.019607843137255],[642,0.019607843137255],[643,0.019607843137255],[644,0.019607843137255],[645,0.019607843137255],[646,0.019607843137255],[647,0.019607843137255],[648,0.019607843137255],[649,0.019607843137255],[650,0.019607843137255],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[300,0.01],[301,0.01],[302,0.01],[303,0.01],[304,0.01],[305,0.01],[306,0.01],[307,0.01],[308,0.01],[309,0.01],[310,0.01],[311,0.01],[312,0.01],[313,0.01],[314,0.01],[315,0.01],[316,0.01],[317,0.01],[318,0.01],[319,0.01],[320,0.01],[321,0.01],[322,0.01],[323,0.01],[324,0.01],[325,0.01],[326,0.01],[327,0.01],[328,0.01],[329,0.01],[330,0.01],[331,0.01],[332,0.01],[333,0.01],[334,0.01],[335,0.01],[336,0.01],[337,0.01],[338,0.01],[339,0.01],[340,0.01],[341,0.01],[342,0.01],[343,0.01],[344,0.01],[345,0.01],[346,0.01],[347,0.01],[348,0.01],[349,0.01],[350,0.01],[351,0.01],[352,0.01],[353,0.01],[354,0.01],[355,0.01],[356,0.01],[357,0.01],[358,0.01],[359,0.01],[360,0.01],[361,0.01],[362,0.01],[363,0.01],[364,0.01],[365,0.01],[366,0.01],[367,0.01],[368,0.01],[369,0.01],[370,0.01],[371,0.01],[372,0.01],[373,0.01],[374,0.01],[375,0.01],[376,0.01],[377,0.01],[378,0.01],[379,0.01],[380,0.01],[381,0.01],[382,0.01],[383,0.01],[384,0.01],[385,0.01],[386,0.01],[387,0.01],[388,0.01],[389,0.01],[390,0.01],[391,0.01],[392,0.01],[393,0.01],[394,0.01],[395,0.01],[396,0.01],[397,0.01],[398,0.01],[399,0.01],[-246,0.11111111111111],[-245,0.11111111111111],[-244,0.11111111111111],[-243,0.11111111111111],[-242,0.11111111111111],[-241,0.11111111111111],[-240,0.11111111111111],[-239,0.11111111111111],[-238,0.11111111111111],[500,0.002],[501,0.002],[502,0.002],[503,0.002],[504,0.002],[505,0.002],[506,0.002],[507,0.002],[508,0.002],[509,0.002],[510,0.002],[511,0.002],[512,0.002],[513,0.002],[514,0.002],[515,0.002],[516,0.002],[517,0.002],[518,0.002],[519,0.002],[520,0.002],[521,0.002],[522,0.002],[523,0.002],[524,0.002],[525,0.002],[526,0.002],[527,0.002],[528,0.002],[529,0.002],[530,0.002],[531,0.002],[532,0.002],[533,0.002],[534,0.002],[535,0.002],[536,0.002],[537,0.002],[538,0.002],[539,0.002],[540,0.002],[541,0.002],[542,0.002],[543,0.002],[544,0.002],[545,0.002],[546,0.002],[547,0.002],[548,0.002],[549,0.002],[550,0.002],[551,0.002],[552,0.002],[553,0.002],[554,0.002],[555,0.002],[556,0.002],[557,0.002],[558,0.002],[559,0.002],[560,0.002],[561,0.002],[562,0.002],[563,0.002],[564,0.002],[565,0.002],[566,0.002],[567,0.002],[568,0.002],[569,0.002],[570,0.002],[571,0.002],[572,0.002],[573,0.002],[574,0.002],[575,0.002],[576,0.002],[577,0.002],[578,0.002],[579,0.002],[580,0.002],[581,0.002],[582,0.002],[583,0.002],[584,0.002],[585,0.002],[586,0.002],[587,0.002],[588,0.002],[589,0.002],[590,0.002],[591,0.002],[592,0.002],[593,0.002],[594,0.002],[595,0.002],[596,0.002],[597,0.002],[598,0.002],[599,0.002],[600,0.002],[601,0.002],[602,0.002],[603,0.002],[604,0.002],[605,0.002],[606,0.002],[607,0.002],[608,0.002],[609,0.002],[610,0.002],[611,0.002],[612,0.002],[613,0.002],[614,0.002],[615,0.002],[616,0.002],[617,0.002],[618,0.002],[619,0.002],[620,0.002],[621,0.002],[622,0.002],[623,0.002],[624,0.002],[625,0.002],[626,0.002],[627,0.002],[628,0.002],[629,0.002],[630,0.002],[631,0.002],[632,0.002],[633,0.002],[634,0.002],[635,0.002],[636,0.002],[637,0.002],[638,0.002],[639,0.002],[640,0.002],[641,0.002],[642,0.002],[643,0.002],[644,0.002],[645,0.002],[646,0.002],[647,0.002],[648,0.002],[649,0.002],[650,0.002],[651,0.002],[652,0.002],[653,0.002],[654,0.002],[655,0.002],[656,0.002],[657,0.002],[658,0.002],[659,0.002],[660,0.002],[661,0.002],[662,0.002],[663,0.002],[664,0.002],[665,0.002],[666,0.002],[667,0.002],[668,0.002],[669,0.002],[670,0.002],[671,0.002],[672,0.002],[673,0.002],[674,0.002],[675,0.002],[676,0.002],[677,0.002],[678,0.002],[679,0.002],[680,0.002],[681,0.002],[682,0.002],[683,0.002],[684,0.002],[685,0.002],[686,0.002],[687,0.002],[688,0.002],[689,0.002],[690,0.002],[691,0.002],[692,0.002],[693,0.002],[694,0.002],[695,0.002],[696,0.002],[697,0.002],[698,0.002],[699,0.002],[700,0.002],[701,0.002],[702,0.002],[703,0.002],[704,0.002],[705,0.002],[706,0.002],[707,0.002],[708,0.002],[709,0.002],[710,0.002],[711,0.002],[712,0.002],[713,0.002],[714,0.002],[715,0.002],[716,0.002],[717,0.002],[718,0.002],[719,0.002],[720,0.002],[721,0.002],[722,0.002],[723,0.002],[724,0.002],[725,0.002],[726,0.002],[727,0.002],[728,0.002],[729,0.002],[730,0.002],[731,0.002],[732,0.002],[733,0.002],[734,0.002],[735,0.002],[736,0.002],[737,0.002],[738,0.002],[739,0.002],[740,0.002],[741,0.002],[742,0.002],[743,0.002],[744,0.002],[745,0.002],[746,0.002],[747,0.002],[748,0.002],[749,0.002],[750,0.002],[751,0.002],[752,0.002],[753,0.002],[754,0.002],[755,0.002],[756,0.002],[757,0.002],[758,0.002],[759,0.002],[760,0.002],[761,0.002],[762,0.002],[763,0.002],[764,0.002],[765,0.002],[766,0.002],[767,0.002],[768,0.002],[769,0.002],[770,0.002],[771,0.002],[772,0.002],[773,0.002],[774,0.002],[775,0.002],[776,0.002],[777,0.002],[778,0.002],[779,0.002],[780,0.002],[781,0.002],[782,0.002],[783,0.002],[784,0.002],[785,0.002],[786,0.002],[787,0.002],[788,0.002],[789,0.002],[790,0.002],[791,0.002],[792,0.002],[793,0.002],[794,0.002],[795,0.002],[796,0.002],[797,0.002],[798,0.002],[799,0.002],[213,0.14285714285714],[214,0.14285714285714],[215,0.14285714285714],[216,0.14285714285714],[217,0.14285714285714],[218,0.14285714285714],[219,0.14285714285714],[130,0.05],[131,0.05],[132,0.05],[133,0.05],[134,0.05],[135,0.05],[136,0.05],[137,0.05],[138,0.05],[139,0.05],[140,0.05],[141,0.05],[142,0.05],[143,0.05],[144,0.05],[145,0.05],[146,0.05],[147,0.05],[148,0.05],[149,0.05],[-160,0.5],[-159,0.5],[-205,0.017857142857143],[-204,0.017857142857143],[-203,0.017857142857143],[-202,0.017857142857143],[-201,0.017857142857143],[-200,0.017857142857143],[-199,0.017857142857143],[-198,0.017857142857143],[-197,0.017857142857143],[-196,0.017857142857143],[-195,0.017857142857143],[-194,0.017857142857143],[-193,0.017857142857143],[-192,0.017857142857143],[-191,0.017857142857143],[-190,0.017857142857143],[-189,0.017857142857143],[-188,0.017857142857143],[-187,0.017857142857143],[-186,0.017857142857143],[-185,0.017857142857143],[-184,0.017857142857143],[-183,0.017857142857143],[-182,0.017857142857143],[-181,0.017857142857143],[-180,0.017857142857143],[-179,0.017857142857143],[-178,0.017857142857143],[-177,0.017857142857143],[-176,0.017857142857143],[-175,0.017857142857143],[-174,0.017857142857143],[-173,0.017857142857143],[-172,0.017857142857143],[-171,0.017857142857143],[-170,0.017857142857143],[-169,0.017857142857143],[-168,0.017857142857143],[-167,0.017857142857143],[-166,0.017857142857143],[-165,0.017857142857143],[-164,0.017857142857143],[-163,0.017857142857143],[-162,0.017857142857143],[-161,0.017857142857143],[-160,0.017857142857143],[-159,0.017857142857143],[-158,0.017857142857143],[-157,0.017857142857143],[-156,0.017857142857143],[-155,0.017857142857143],[-154,0.017857142857143],[-153,0.017857142857143],[-152,0.017857142857143],[-151,0.017857142857143],[-150,0.017857142857143],[38,0.33333333333333],[39,0.33333333333333],[40,0.33333333333333],[275,0.04],[276,0.04],[277,0.04],[278,0.04],[279,0.04],[280,0.04],[281,0.04],[282,0.04],[283,0.04],[284,0.04],[285,0.04],[286,0.04],[287,0.04],[288,0.04],[289,0.04],[290,0.04],[291,0.04],[292,0.04],[293,0.04],[294,0.04],[295,0.04],[296,0.04],[297,0.04],[298,0.04],[299,0.04],[200,0.002],[201,0.002],[202,0.002],[203,0.002],[204,0.002],[205,0.002],[206,0.002],[207,0.002],[208,0.002],[209,0.002],[210,0.002],[211,0.002],[212,0.002],[213,0.002],[214,0.002],[215,0.002],[216,0.002],[217,0.002],[218,0.002],[219,0.002],[220,0.002],[221,0.002],[222,0.002],[223,0.002],[224,0.002],[225,0.002],[226,0.002],[227,0.002],[228,0.002],[229,0.002],[230,0.002],[231,0.002],[232,0.002],[233,0.002],[234,0.002],[235,0.002],[236,0.002],[237,0.002],[238,0.002],[239,0.002],[240,0.002],[241,0.002],[242,0.002],[243,0.002],[244,0.002],[245,0.002],[246,0.002],[247,0.002],[248,0.002],[249,0.002],[250,0.002],[251,0.002],[252,0.002],[253,0.002],[254,0.002],[255,0.002],[256,0.002],[257,0.002],[258,0.002],[259,0.002],[260,0.002],[261,0.002],[262,0.002],[263,0.002],[264,0.002],[265,0.002],[266,0.002],[267,0.002],[268,0.002],[269,0.002],[270,0.002],[271,0.002],[272,0.002],[273,0.002],[274,0.002],[275,0.002],[276,0.002],[277,0.002],[278,0.002],[279,0.002],[280,0.002],[281,0.002],[282,0.002],[283,0.002],[284,0.002],[285,0.002],[286,0.002],[287,0.002],[288,0.002],[289,0.002],[290,0.002],[291,0.002],[292,0.002],[293,0.002],[294,0.002],[295,0.002],[296,0.002],[297,0.002],[298,0.002],[299,0.002],[300,0.002],[301,0.002],[302,0.002],[303,0.002],[304,0.002],[305,0.002],[306,0.002],[307,0.002],[308,0.002],[309,0.002],[310,0.002],[311,0.002],[312,0.002],[313,0.002],[314,0.002],[315,0.002],[316,0.002],[317,0.002],[318,0.002],[319,0.002],[320,0.002],[321,0.002],[322,0.002],[323,0.002],[324,0.002],[325,0.002],[326,0.002],[327,0.002],[328,0.002],[329,0.002],[330,0.002],[331,0.002],[332,0.002],[333,0.002],[334,0.002],[335,0.002],[336,0.002],[337,0.002],[338,0.002],[339,0.002],[340,0.002],[341,0.002],[342,0.002],[343,0.002],[344,0.002],[345,0.002],[346,0.002],[347,0.002],[348,0.002],[349,0.002],[350,0.002],[351,0.002],[352,0.002],[353,0.002],[354,0.002],[355,0.002],[356,0.002],[357,0.002],[358,0.002],[359,0.002],[360,0.002],[361,0.002],[362,0.002],[363,0.002],[364,0.002],[365,0.002],[366,0.002],[367,0.002],[368,0.002],[369,0.002],[370,0.002],[371,0.002],[372,0.002],[373,0.002],[374,0.002],[375,0.002],[376,0.002],[377,0.002],[378,0.002],[379,0.002],[380,0.002],[381,0.002],[382,0.002],[383,0.002],[384,0.002],[385,0.002],[386,0.002],[387,0.002],[388,0.002],[389,0.002],[390,0.002],[391,0.002],[392,0.002],[393,0.002],[394,0.002],[395,0.002],[396,0.002],[397,0.002],[398,0.002],[399,0.002],[400,0.002],[401,0.002],[402,0.002],[403,0.002],[404,0.002],[405,0.002],[406,0.002],[407,0.002],[408,0.002],[409,0.002],[410,0.002],[411,0.002],[412,0.002],[413,0.002],[414,0.002],[415,0.002],[416,0.002],[417,0.002],[418,0.002],[419,0.002],[420,0.002],[421,0.002],[422,0.002],[423,0.002],[424,0.002],[425,0.002],[426,0.002],[427,0.002],[428,0.002],[429,0.002],[430,0.002],[431,0.002],[432,0.002],[433,0.002],[434,0.002],[435,0.002],[436,0.002],[437,0.002],[438,0.002],[439,0.002],[440,0.002],[441,0.002],[442,0.002],[443,0.002],[444,0.002],[445,0.002],[446,0.002],[447,0.002],[448,0.002],[449,0.002],[450,0.002],[451,0.002],[452,0.002],[453,0.002],[454,0.002],[455,0.002],[456,0.002],[457,0.002],[458,0.002],[459,0.002],[460,0.002],[461,0.002],[462,0.002],[463,0.002],[464,0.002],[465,0.002],[466,0.002],[467,0.002],[468,0.002],[469,0.002],[470,0.002],[471,0.002],[472,0.002],[473,0.002],[474,0.002],[475,0.002],[476,0.002],[477,0.002],[478,0.002],[479,0.002],[480,0.002],[481,0.002],[482,0.002],[483,0.002],[484,0.002],[485,0.002],[486,0.002],[487,0.002],[488,0.002],[489,0.002],[490,0.002],[491,0.002],[492,0.002],[493,0.002],[494,0.002],[495,0.002],[496,0.002],[497,0.002],[498,0.002],[499,0.002],[500,0.002],[501,0.002],[502,0.002],[503,0.002],[504,0.002],[505,0.002],[506,0.002],[507,0.002],[508,0.002],[509,0.002],[510,0.002],[511,0.002],[512,0.002],[513,0.002],[514,0.002],[515,0.002],[516,0.002],[517,0.002],[518,0.002],[519,0.002],[520,0.002],[521,0.002],[522,0.002],[523,0.002],[524,0.002],[525,0.002],[526,0.002],[527,0.002],[528,0.002],[529,0.002],[530,0.002],[531,0.002],[532,0.002],[533,0.002],[534,0.002],[535,0.002],[536,0.002],[537,0.002],[538,0.002],[539,0.002],[540,0.002],[541,0.002],[542,0.002],[543,0.002],[544,0.002],[545,0.002],[546,0.002],[547,0.002],[548,0.002],[549,0.002],[550,0.002],[551,0.002],[552,0.002],[553,0.002],[554,0.002],[555,0.002],[556,0.002],[557,0.002],[558,0.002],[559,0.002],[560,0.002],[561,0.002],[562,0.002],[563,0.002],[564,0.002],[565,0.002],[566,0.002],[567,0.002],[568,0.002],[569,0.002],[570,0.002],[571,0.002],[572,0.002],[573,0.002],[574,0.002],[575,0.002],[576,0.002],[577,0.002],[578,0.002],[579,0.002],[580,0.002],[581,0.002],[582,0.002],[583,0.002],[584,0.002],[585,0.002],[586,0.002],[587,0.002],[588,0.002],[589,0.002],[590,0.002],[591,0.002],[592,0.002],[593,0.002],[594,0.002],[595,0.002],[596,0.002],[597,0.002],[598,0.002],[599,0.002],[600,0.002],[601,0.002],[602,0.002],[603,0.002],[604,0.002],[605,0.002],[606,0.002],[607,0.002],[608,0.002],[609,0.002],[610,0.002],[611,0.002],[612,0.002],[613,0.002],[614,0.002],[615,0.002],[616,0.002],[617,0.002],[618,0.002],[619,0.002],[620,0.002],[621,0.002],[622,0.002],[623,0.002],[624,0.002],[625,0.002],[626,0.002],[627,0.002],[628,0.002],[629,0.002],[630,0.002],[631,0.002],[632,0.002],[633,0.002],[634,0.002],[635,0.002],[636,0.002],[637,0.002],[638,0.002],[639,0.002],[640,0.002],[641,0.002],[642,0.002],[643,0.002],[644,0.002],[645,0.002],[646,0.002],[647,0.002],[648,0.002],[649,0.002],[650,0.002],[651,0.002],[652,0.002],[653,0.002],[654,0.002],[655,0.002],[656,0.002],[657,0.002],[658,0.002],[659,0.002],[660,0.002],[661,0.002],[662,0.002],[663,0.002],[664,0.002],[665,0.002],[666,0.002],[667,0.002],[668,0.002],[669,0.002],[670,0.002],[671,0.002],[672,0.002],[673,0.002],[674,0.002],[675,0.002],[676,0.002],[677,0.002],[678,0.002],[679,0.002],[680,0.002],[681,0.002],[682,0.002],[683,0.002],[684,0.002],[685,0.002],[686,0.002],[687,0.002],[688,0.002],[689,0.002],[690,0.002],[691,0.002],[692,0.002],[693,0.002],[694,0.002],[695,0.002],[696,0.002],[697,0.002],[698,0.002],[699,0.002],[400,0.0033333333333333],[401,0.0033333333333333],[402,0.0033333333333333],[403,0.0033333333333333],[404,0.0033333333333333],[405,0.0033333333333333],[406,0.0033333333333333],[407,0.0033333333333333],[408,0.0033333333333333],[409,0.0033333333333333],[410,0.0033333333333333],[411,0.0033333333333333],[412,0.0033333333333333],[413,0.0033333333333333],[414,0.0033333333333333],[415,0.0033333333333333],[416,0.0033333333333333],[417,0.0033333333333333],[418,0.0033333333333333],[419,0.0033333333333333],[420,0.0033333333333333],[421,0.0033333333333333],[422,0.0033333333333333],[423,0.0033333333333333],[424,0.0033333333333333],[425,0.0033333333333333],[426,0.0033333333333333],[427,0.0033333333333333],[428,0.0033333333333333],[429,0.0033333333333333],[430,0.0033333333333333],[431,0.0033333333333333],[432,0.0033333333333333],[433,0.0033333333333333],[434,0.0033333333333333],[435,0.0033333333333333],[436,0.0033333333333333],[437,0.0033333333333333],[438,0.0033333333333333],[439,0.0033333333333333],[440,0.0033333333333333],[441,0.0033333333333333],[442,0.0033333333333333],[443,0.0033333333333333],[444,0.0033333333333333],[445,0.0033333333333333],[446,0.0033333333333333],[447,0.0033333333333333],[448,0.0033333333333333],[449,0.0033333333333333],[450,0.0033333333333333],[451,0.0033333333333333],[452,0.0033333333333333],[453,0.0033333333333333],[454,0.0033333333333333],[455,0.0033333333333333],[456,0.0033333333333333],[457,0.0033333333333333],[458,0.0033333333333333],[459,0.0033333333333333],[460,0.0033333333333333],[461,0.0033333333333333],[462,0.0033333333333333],[463,0.0033333333333333],[464,0.0033333333333333],[465,0.0033333333333333],[466,0.0033333333333333],[467,0.0033333333333333],[468,0.0033333333333333],[469,0.0033333333333333],[470,0.0033333333333333],[471,0.0033333333333333],[472,0.0033333333333333],[473,0.0033333333333333],[474,0.0033333333333333],[475,0.0033333333333333],[476,0.0033333333333333],[477,0.0033333333333333],[478,0.0033333333333333],[479,0.0033333333333333],[480,0.0033333333333333],[481,0.0033333333333333],[482,0.0033333333333333],[483,0.0033333333333333],[484,0.0033333333333333],[485,0.0033333333333333],[486,0.0033333333333333],[487,0.0033333333333333],[488,0.0033333333333333],[489,0.0033333333333333],[490,0.0033333333333333],[491,0.0033333333333333],[492,0.0033333333333333],[493,0.0033333333333333],[494,0.0033333333333333],[495,0.0033333333333333],[496,0.0033333333333333],[497,0.0033333333333333],[498,0.0033333333333333],[499,0.0033333333333333],[500,0.0033333333333333],[501,0.0033333333333333],[502,0.0033333333333333],[503,0.0033333333333333],[504,0.0033333333333333],[505,0.0033333333333333],[506,0.0033333333333333],[507,0.0033333333333333],[508,0.0033333333333333],[509,0.0033333333333333],[510,0.0033333333333333],[511,0.0033333333333333],[512,0.0033333333333333],[513,0.0033333333333333],[514,0.0033333333333333],[515,0.0033333333333333],[516,0.0033333333333333],[517,0.0033333333333333],[518,0.0033333333333333],[519,0.0033333333333333],[520,0.0033333333333333],[521,0.0033333333333333],[522,0.0033333333333333],[523,0.0033333333333333],[524,0.0033333333333333],[525,0.0033333333333333],[526,0.0033333333333333],[527,0.0033333333333333],[528,0.0033333333333333],[529,0.0033333333333333],[530,0.0033333333333333],[531,0.0033333333333333],[532,0.0033333333333333],[533,0.0033333333333333],[534,0.0033333333333333],[535,0.0033333333333333],[536,0.0033333333333333],[537,0.0033333333333333],[538,0.0033333333333333],[539,0.0033333333333333],[540,0.0033333333333333],[541,0.0033333333333333],[542,0.0033333333333333],[543,0.0033333333333333],[544,0.0033333333333333],[545,0.0033333333333333],[546,0.0033333333333333],[547,0.0033333333333333],[548,0.0033333333333333],[549,0.0033333333333333],[550,0.0033333333333333],[551,0.0033333333333333],[552,0.0033333333333333],[553,0.0033333333333333],[554,0.0033333333333333],[555,0.0033333333333333],[556,0.0033333333333333],[557,0.0033333333333333],[558,0.0033333333333333],[559,0.0033333333333333],[560,0.0033333333333333],[561,0.0033333333333333],[562,0.0033333333333333],[563,0.0033333333333333],[564,0.0033333333333333],[565,0.0033333333333333],[566,0.0033333333333333],[567,0.0033333333333333],[568,0.0033333333333333],[569,0.0033333333333333],[570,0.0033333333333333],[571,0.0033333333333333],[572,0.0033333333333333],[573,0.0033333333333333],[574,0.0033333333333333],[575,0.0033333333333333],[576,0.0033333333333333],[577,0.0033333333333333],[578,0.0033333333333333],[579,0.0033333333333333],[580,0.0033333333333333],[581,0.0033333333333333],[582,0.0033333333333333],[583,0.0033333333333333],[584,0.0033333333333333],[585,0.0033333333333333],[586,0.0033333333333333],[587,0.0033333333333333],[588,0.0033333333333333],[589,0.0033333333333333],[590,0.0033333333333333],[591,0.0033333333333333],[592,0.0033333333333333],[593,0.0033333333333333],[594,0.0033333333333333],[595,0.0033333333333333],[596,0.0033333333333333],[597,0.0033333333333333],[598,0.0033333333333333],[599,0.0033333333333333],[600,0.0033333333333333],[601,0.0033333333333333],[602,0.0033333333333333],[603,0.0033333333333333],[604,0.0033333333333333],[605,0.0033333333333333],[606,0.0033333333333333],[607,0.0033333333333333],[608,0.0033333333333333],[609,0.0033333333333333],[610,0.0033333333333333],[611,0.0033333333333333],[612,0.0033333333333333],[613,0.0033333333333333],[614,0.0033333333333333],[615,0.0033333333333333],[616,0.0033333333333333],[617,0.0033333333333333],[618,0.0033333333333333],[619,0.0033333333333333],[620,0.0033333333333333],[621,0.0033333333333333],[622,0.0033333333333333],[623,0.0033333333333333],[624,0.0033333333333333],[625,0.0033333333333333],[626,0.0033333333333333],[627,0.0033333333333333],[628,0.0033333333333333],[629,0.0033333333333333],[630,0.0033333333333333],[631,0.0033333333333333],[632,0.0033333333333333],[633,0.0033333333333333],[634,0.0033333333333333],[635,0.0033333333333333],[636,0.0033333333333333],[637,0.0033333333333333],[638,0.0033333333333333],[639,0.0033333333333333],[640,0.0033333333333333],[641,0.0033333333333333],[642,0.0033333333333333],[643,0.0033333333333333],[644,0.0033333333333333],[645,0.0033333333333333],[646,0.0033333333333333],[647,0.0033333333333333],[648,0.0033333333333333],[649,0.0033333333333333],[650,0.0033333333333333],[651,0.0033333333333333],[652,0.0033333333333333],[653,0.0033333333333333],[654,0.0033333333333333],[655,0.0033333333333333],[656,0.0033333333333333],[657,0.0033333333333333],[658,0.0033333333333333],[659,0.0033333333333333],[660,0.0033333333333333],[661,0.0033333333333333],[662,0.0033333333333333],[663,0.0033333333333333],[664,0.0033333333333333],[665,0.0033333333333333],[666,0.0033333333333333],[667,0.0033333333333333],[668,0.0033333333333333],[669,0.0033333333333333],[670,0.0033333333333333],[671,0.0033333333333333],[672,0.0033333333333333],[673,0.0033333333333333],[674,0.0033333333333333],[675,0.0033333333333333],[676,0.0033333333333333],[677,0.0033333333333333],[678,0.0033333333333333],[679,0.0033333333333333],[680,0.0033333333333333],[681,0.0033333333333333],[682,0.0033333333333333],[683,0.0033333333333333],[684,0.0033333333333333],[685,0.0033333333333333],[686,0.0033333333333333],[687,0.0033333333333333],[688,0.0033333333333333],[689,0.0033333333333333],[690,0.0033333333333333],[691,0.0033333333333333],[692,0.0033333333333333],[693,0.0033333333333333],[694,0.0033333333333333],[695,0.0033333333333333],[696,0.0033333333333333],[697,0.0033333333333333],[698,0.0033333333333333],[699,0.0033333333333333],[-8,0.076923076923077],[-7,0.076923076923077],[-6,0.076923076923077],[-5,0.076923076923077],[-4,0.076923076923077],[-3,0.076923076923077],[-2,0.076923076923077],[-1,0.076923076923077],[1,0.076923076923077],[2,0.076923076923077],[3,0.076923076923077],[4,0.076923076923077],[5,0.076923076923077],[350,0.0022222222222222],[351,0.0022222222222222],[352,0.0022222222222222],[353,0.0022222222222222],[354,0.0022222222222222],[355,0.0022222222222222],[356,0.0022222222222222],[357,0.0022222222222222],[358,0.0022222222222222],[359,0.0022222222222222],[360,0.0022222222222222],[361,0.0022222222222222],[362,0.0022222222222222],[363,0.0022222222222222],[364,0.0022222222222222],[365,0.0022222222222222],[366,0.0022222222222222],[367,0.0022222222222222],[368,0.0022222222222222],[369,0.0022222222222222],[370,0.0022222222222222],[371,0.0022222222222222],[372,0.0022222222222222],[373,0.0022222222222222],[374,0.0022222222222222],[375,0.0022222222222222],[376,0.0022222222222222],[377,0.0022222222222222],[378,0.0022222222222222],[379,0.0022222222222222],[380,0.0022222222222222],[381,0.0022222222222222],[382,0.0022222222222222],[383,0.0022222222222222],[384,0.0022222222222222],[385,0.0022222222222222],[386,0.0022222222222222],[387,0.0022222222222222],[388,0.0022222222222222],[389,0.0022222222222222],[390,0.0022222222222222],[391,0.0022222222222222],[392,0.0022222222222222],[393,0.0022222222222222],[394,0.0022222222222222],[395,0.0022222222222222],[396,0.0022222222222222],[397,0.0022222222222222],[398,0.0022222222222222],[399,0.0022222222222222],[400,0.0022222222222222],[401,0.0022222222222222],[402,0.0022222222222222],[403,0.0022222222222222],[404,0.0022222222222222],[405,0.0022222222222222],[406,0.0022222222222222],[407,0.0022222222222222],[408,0.0022222222222222],[409,0.0022222222222222],[410,0.0022222222222222],[411,0.0022222222222222],[412,0.0022222222222222],[413,0.0022222222222222],[414,0.0022222222222222],[415,0.0022222222222222],[416,0.0022222222222222],[417,0.0022222222222222],[418,0.0022222222222222],[419,0.0022222222222222],[420,0.0022222222222222],[421,0.0022222222222222],[422,0.0022222222222222],[423,0.0022222222222222],[424,0.0022222222222222],[425,0.0022222222222222],[426,0.0022222222222222],[427,0.0022222222222222],[428,0.0022222222222222],[429,0.0022222222222222],[430,0.0022222222222222],[431,0.0022222222222222],[432,0.0022222222222222],[433,0.0022222222222222],[434,0.0022222222222222],[435,0.0022222222222222],[436,0.0022222222222222],[437,0.0022222222222222],[438,0.0022222222222222],[439,0.0022222222222222],[440,0.0022222222222222],[441,0.0022222222222222],[442,0.0022222222222222],[443,0.0022222222222222],[444,0.0022222222222222],[445,0.0022222222222222],[446,0.0022222222222222],[447,0.0022222222222222],[448,0.0022222222222222],[449,0.0022222222222222],[450,0.0022222222222222],[451,0.0022222222222222],[452,0.0022222222222222],[453,0.0022222222222222],[454,0.0022222222222222],[455,0.0022222222222222],[456,0.0022222222222222],[457,0.0022222222222222],[458,0.0022222222222222],[459,0.0022222222222222],[460,0.0022222222222222],[461,0.0022222222222222],[462,0.0022222222222222],[463,0.0022222222222222],[464,0.0022222222222222],[465,0.0022222222222222],[466,0.0022222222222222],[467,0.0022222222222222],[468,0.0022222222222222],[469,0.0022222222222222],[470,0.0022222222222222],[471,0.0022222222222222],[472,0.0022222222222222],[473,0.0022222222222222],[474,0.0022222222222222],[475,0.0022222222222222],[476,0.0022222222222222],[477,0.0022222222222222],[478,0.0022222222222222],[479,0.0022222222222222],[480,0.0022222222222222],[481,0.0022222222222222],[482,0.0022222222222222],[483,0.0022222222222222],[484,0.0022222222222222],[485,0.0022222222222222],[486,0.0022222222222222],[487,0.0022222222222222],[488,0.0022222222222222],[489,0.0022222222222222],[490,0.0022222222222222],[491,0.0022222222222222],[492,0.0022222222222222],[493,0.0022222222222222],[494,0.0022222222222222],[495,0.0022222222222222],[496,0.0022222222222222],[497,0.0022222222222222],[498,0.0022222222222222],[499,0.0022222222222222],[500,0.0022222222222222],[501,0.0022222222222222],[502,0.0022222222222222],[503,0.0022222222222222],[504,0.0022222222222222],[505,0.0022222222222222],[506,0.0022222222222222],[507,0.0022222222222222],[508,0.0022222222222222],[509,0.0022222222222222],[510,0.0022222222222222],[511,0.0022222222222222],[512,0.0022222222222222],[513,0.0022222222222222],[514,0.0022222222222222],[515,0.0022222222222222],[516,0.0022222222222222],[517,0.0022222222222222],[518,0.0022222222222222],[519,0.0022222222222222],[520,0.0022222222222222],[521,0.0022222222222222],[522,0.0022222222222222],[523,0.0022222222222222],[524,0.0022222222222222],[525,0.0022222222222222],[526,0.0022222222222222],[527,0.0022222222222222],[528,0.0022222222222222],[529,0.0022222222222222],[530,0.0022222222222222],[531,0.0022222222222222],[532,0.0022222222222222],[533,0.0022222222222222],[534,0.0022222222222222],[535,0.0022222222222222],[536,0.0022222222222222],[537,0.0022222222222222],[538,0.0022222222222222],[539,0.0022222222222222],[540,0.0022222222222222],[541,0.0022222222222222],[542,0.0022222222222222],[543,0.0022222222222222],[544,0.0022222222222222],[545,0.0022222222222222],[546,0.0022222222222222],[547,0.0022222222222222],[548,0.0022222222222222],[549,0.0022222222222222],[550,0.0022222222222222],[551,0.0022222222222222],[552,0.0022222222222222],[553,0.0022222222222222],[554,0.0022222222222222],[555,0.0022222222222222],[556,0.0022222222222222],[557,0.0022222222222222],[558,0.0022222222222222],[559,0.0022222222222222],[560,0.0022222222222222],[561,0.0022222222222222],[562,0.0022222222222222],[563,0.0022222222222222],[564,0.0022222222222222],[565,0.0022222222222222],[566,0.0022222222222222],[567,0.0022222222222222],[568,0.0022222222222222],[569,0.0022222222222222],[570,0.0022222222222222],[571,0.0022222222222222],[572,0.0022222222222222],[573,0.0022222222222222],[574,0.0022222222222222],[575,0.0022222222222222],[576,0.0022222222222222],[577,0.0022222222222222],[578,0.0022222222222222],[579,0.0022222222222222],[580,0.0022222222222222],[581,0.0022222222222222],[582,0.0022222222222222],[583,0.0022222222222222],[584,0.0022222222222222],[585,0.0022222222222222],[586,0.0022222222222222],[587,0.0022222222222222],[588,0.0022222222222222],[589,0.0022222222222222],[590,0.0022222222222222],[591,0.0022222222222222],[592,0.0022222222222222],[593,0.0022222222222222],[594,0.0022222222222222],[595,0.0022222222222222],[596,0.0022222222222222],[597,0.0022222222222222],[598,0.0022222222222222],[599,0.0022222222222222],[600,0.0022222222222222],[601,0.0022222222222222],[602,0.0022222222222222],[603,0.0022222222222222],[604,0.0022222222222222],[605,0.0022222222222222],[606,0.0022222222222222],[607,0.0022222222222222],[608,0.0022222222222222],[609,0.0022222222222222],[610,0.0022222222222222],[611,0.0022222222222222],[612,0.0022222222222222],[613,0.0022222222222222],[614,0.0022222222222222],[615,0.0022222222222222],[616,0.0022222222222222],[617,0.0022222222222222],[618,0.0022222222222222],[619,0.0022222222222222],[620,0.0022222222222222],[621,0.0022222222222222],[622,0.0022222222222222],[623,0.0022222222222222],[624,0.0022222222222222],[625,0.0022222222222222],[626,0.0022222222222222],[627,0.0022222222222222],[628,0.0022222222222222],[629,0.0022222222222222],[630,0.0022222222222222],[631,0.0022222222222222],[632,0.0022222222222222],[633,0.0022222222222222],[634,0.0022222222222222],[635,0.0022222222222222],[636,0.0022222222222222],[637,0.0022222222222222],[638,0.0022222222222222],[639,0.0022222222222222],[640,0.0022222222222222],[641,0.0022222222222222],[642,0.0022222222222222],[643,0.0022222222222222],[644,0.0022222222222222],[645,0.0022222222222222],[646,0.0022222222222222],[647,0.0022222222222222],[648,0.0022222222222222],[649,0.0022222222222222],[650,0.0022222222222222],[651,0.0022222222222222],[652,0.0022222222222222],[653,0.0022222222222222],[654,0.0022222222222222],[655,0.0022222222222222],[656,0.0022222222222222],[657,0.0022222222222222],[658,0.0022222222222222],[659,0.0022222222222222],[660,0.0022222222222222],[661,0.0022222222222222],[662,0.0022222222222222],[663,0.0022222222222222],[664,0.0022222222222222],[665,0.0022222222222222],[666,0.0022222222222222],[667,0.0022222222222222],[668,0.0022222222222222],[669,0.0022222222222222],[670,0.0022222222222222],[671,0.0022222222222222],[672,0.0022222222222222],[673,0.0022222222222222],[674,0.0022222222222222],[675,0.0022222222222222],[676,0.0022222222222222],[677,0.0022222222222222],[678,0.0022222222222222],[679,0.0022222222222222],[680,0.0022222222222222],[681,0.0022222222222222],[682,0.0022222222222222],[683,0.0022222222222222],[684,0.0022222222222222],[685,0.0022222222222222],[686,0.0022222222222222],[687,0.0022222222222222],[688,0.0022222222222222],[689,0.0022222222222222],[690,0.0022222222222222],[691,0.0022222222222222],[692,0.0022222222222222],[693,0.0022222222222222],[694,0.0022222222222222],[695,0.0022222222222222],[696,0.0022222222222222],[697,0.0022222222222222],[698,0.0022222222222222],[699,0.0022222222222222],[700,0.0022222222222222],[701,0.0022222222222222],[702,0.0022222222222222],[703,0.0022222222222222],[704,0.0022222222222222],[705,0.0022222222222222],[706,0.0022222222222222],[707,0.0022222222222222],[708,0.0022222222222222],[709,0.0022222222222222],[710,0.0022222222222222],[711,0.0022222222222222],[712,0.0022222222222222],[713,0.0022222222222222],[714,0.0022222222222222],[715,0.0022222222222222],[716,0.0022222222222222],[717,0.0022222222222222],[718,0.0022222222222222],[719,0.0022222222222222],[720,0.0022222222222222],[721,0.0022222222222222],[722,0.0022222222222222],[723,0.0022222222222222],[724,0.0022222222222222],[725,0.0022222222222222],[726,0.0022222222222222],[727,0.0022222222222222],[728,0.0022222222222222],[729,0.0022222222222222],[730,0.0022222222222222],[731,0.0022222222222222],[732,0.0022222222222222],[733,0.0022222222222222],[734,0.0022222222222222],[735,0.0022222222222222],[736,0.0022222222222222],[737,0.0022222222222222],[738,0.0022222222222222],[739,0.0022222222222222],[740,0.0022222222222222],[741,0.0022222222222222],[742,0.0022222222222222],[743,0.0022222222222222],[744,0.0022222222222222],[745,0.0022222222222222],[746,0.0022222222222222],[747,0.0022222222222222],[748,0.0022222222222222],[749,0.0022222222222222],[750,0.0022222222222222],[751,0.0022222222222222],[752,0.0022222222222222],[753,0.0022222222222222],[754,0.0022222222222222],[755,0.0022222222222222],[756,0.0022222222222222],[757,0.0022222222222222],[758,0.0022222222222222],[759,0.0022222222222222],[760,0.0022222222222222],[761,0.0022222222222222],[762,0.0022222222222222],[763,0.0022222222222222],[764,0.0022222222222222],[765,0.0022222222222222],[766,0.0022222222222222],[767,0.0022222222222222],[768,0.0022222222222222],[769,0.0022222222222222],[770,0.0022222222222222],[771,0.0022222222222222],[772,0.0022222222222222],[773,0.0022222222222222],[774,0.0022222222222222],[775,0.0022222222222222],[776,0.0022222222222222],[777,0.0022222222222222],[778,0.0022222222222222],[779,0.0022222222222222],[780,0.0022222222222222],[781,0.0022222222222222],[782,0.0022222222222222],[783,0.0022222222222222],[784,0.0022222222222222],[785,0.0022222222222222],[786,0.0022222222222222],[787,0.0022222222222222],[788,0.0022222222222222],[789,0.0022222222222222],[790,0.0022222222222222],[791,0.0022222222222222],[792,0.0022222222222222],[793,0.0022222222222222],[794,0.0022222222222222],[795,0.0022222222222222],[796,0.0022222222222222],[797,0.0022222222222222],[798,0.0022222222222222],[799,0.0022222222222222],[65,0.5],[66,0.5],[99,0.14285714285714],[100,0.14285714285714],[101,0.14285714285714],[102,0.14285714285714],[103,0.14285714285714],[104,0.14285714285714],[105,0.14285714285714],[-256,0.5],[-255,0.5],[-131,1],[-270,0.2],[-269,0.2],[-268,0.2],[-267,0.2],[-266,0.2],[-198,0.012345679012346],[-197,0.012345679012346],[-196,0.012345679012346],[-195,0.012345679012346],[-194,0.012345679012346],[-193,0.012345679012346],[-192,0.012345679012346],[-191,0.012345679012346],[-190,0.012345679012346],[-189,0.012345679012346],[-188,0.012345679012346],[-187,0.012345679012346],[-186,0.012345679012346],[-185,0.012345679012346],[-184,0.012345679012346],[-183,0.012345679012346],[-182,0.012345679012346],[-181,0.012345679012346],[-180,0.012345679012346],[-179,0.012345679012346],[-178,0.012345679012346],[-177,0.012345679012346],[-176,0.012345679012346],[-175,0.012345679012346],[-174,0.012345679012346],[-173,0.012345679012346],[-172,0.012345679012346],[-171,0.012345679012346],[-170,0.012345679012346],[-169,0.012345679012346],[-168,0.012345679012346],[-167,0.012345679012346],[-166,0.012345679012346],[-165,0.012345679012346],[-164,0.012345679012346],[-163,0.012345679012346],[-162,0.012345679012346],[-161,0.012345679012346],[-160,0.012345679012346],[-159,0.012345679012346],[-158,0.012345679012346],[-157,0.012345679012346],[-156,0.012345679012346],[-155,0.012345679012346],[-154,0.012345679012346],[-153,0.012345679012346],[-152,0.012345679012346],[-151,0.012345679012346],[-150,0.012345679012346],[-149,0.012345679012346],[-148,0.012345679012346],[-147,0.012345679012346],[-146,0.012345679012346],[-145,0.012345679012346],[-144,0.012345679012346],[-143,0.012345679012346],[-142,0.012345679012346],[-141,0.012345679012346],[-140,0.012345679012346],[-139,0.012345679012346],[-138,0.012345679012346],[-137,0.012345679012346],[-136,0.012345679012346],[-135,0.012345679012346],[-134,0.012345679012346],[-133,0.012345679012346],[-132,0.012345679012346],[-131,0.012345679012346],[-130,0.012345679012346],[-129,0.012345679012346],[-128,0.012345679012346],[-127,0.012345679012346],[-126,0.012345679012346],[-125,0.012345679012346],[-124,0.012345679012346],[-123,0.012345679012346],[-122,0.012345679012346],[-121,0.012345679012346],[-120,0.012345679012346],[-119,0.012345679012346],[-118,0.012345679012346],[313,0.5],[314,0.5],[175,0.019607843137255],[176,0.019607843137255],[177,0.019607843137255],[178,0.019607843137255],[179,0.019607843137255],[180,0.019607843137255],[181,0.019607843137255],[182,0.019607843137255],[183,0.019607843137255],[184,0.019607843137255],[185,0.019607843137255],[186,0.019607843137255],[187,0.019607843137255],[188,0.019607843137255],[189,0.019607843137255],[190,0.019607843137255],[191,0.019607843137255],[192,0.019607843137255],[193,0.019607843137255],[194,0.019607843137255],[195,0.019607843137255],[196,0.019607843137255],[197,0.019607843137255],[198,0.019607843137255],[199,0.019607843137255],[200,0.019607843137255],[201,0.019607843137255],[202,0.019607843137255],[203,0.019607843137255],[204,0.019607843137255],[205,0.019607843137255],[206,0.019607843137255],[207,0.019607843137255],[208,0.019607843137255],[209,0.019607843137255],[210,0.019607843137255],[211,0.019607843137255],[212,0.019607843137255],[213,0.019607843137255],[214,0.019607843137255],[215,0.019607843137255],[216,0.019607843137255],[217,0.019607843137255],[218,0.019607843137255],[219,0.019607843137255],[220,0.019607843137255],[221,0.019607843137255],[222,0.019607843137255],[223,0.019607843137255],[224,0.019607843137255],[225,0.019607843137255],[222,0.023809523809524],[223,0.023809523809524],[224,0.023809523809524],[225,0.023809523809524],[226,0.023809523809524],[227,0.023809523809524],[228,0.023809523809524],[229,0.023809523809524],[230,0.023809523809524],[231,0.023809523809524],[232,0.023809523809524],[233,0.023809523809524],[234,0.023809523809524],[235,0.023809523809524],[236,0.023809523809524],[237,0.023809523809524],[238,0.023809523809524],[239,0.023809523809524],[240,0.023809523809524],[241,0.023809523809524],[242,0.023809523809524],[243,0.023809523809524],[244,0.023809523809524],[245,0.023809523809524],[246,0.023809523809524],[247,0.023809523809524],[248,0.023809523809524],[249,0.023809523809524],[250,0.023809523809524],[251,0.023809523809524],[252,0.023809523809524],[253,0.023809523809524],[254,0.023809523809524],[255,0.023809523809524],[256,0.023809523809524],[257,0.023809523809524],[258,0.023809523809524],[259,0.023809523809524],[260,0.023809523809524],[261,0.023809523809524],[262,0.023809523809524],[263,0.023809523809524],[124,0.0098039215686275],[125,0.0098039215686275],[126,0.0098039215686275],[127,0.0098039215686275],[128,0.0098039215686275],[129,0.0098039215686275],[130,0.0098039215686275],[131,0.0098039215686275],[132,0.0098039215686275],[133,0.0098039215686275],[134,0.0098039215686275],[135,0.0098039215686275],[136,0.0098039215686275],[137,0.0098039215686275],[138,0.0098039215686275],[139,0.0098039215686275],[140,0.0098039215686275],[141,0.0098039215686275],[142,0.0098039215686275],[143,0.0098039215686275],[144,0.0098039215686275],[145,0.0098039215686275],[146,0.0098039215686275],[147,0.0098039215686275],[148,0.0098039215686275],[149,0.0098039215686275],[150,0.0098039215686275],[151,0.0098039215686275],[152,0.0098039215686275],[153,0.0098039215686275],[154,0.0098039215686275],[155,0.0098039215686275],[156,0.0098039215686275],[157,0.0098039215686275],[158,0.0098039215686275],[159,0.0098039215686275],[160,0.0098039215686275],[161,0.0098039215686275],[162,0.0098039215686275],[163,0.0098039215686275],[164,0.0098039215686275],[165,0.0098039215686275],[166,0.0098039215686275],[167,0.0098039215686275],[168,0.0098039215686275],[169,0.0098039215686275],[170,0.0098039215686275],[171,0.0098039215686275],[172,0.0098039215686275],[173,0.0098039215686275],[174,0.0098039215686275],[175,0.0098039215686275],[176,0.0098039215686275],[177,0.0098039215686275],[178,0.0098039215686275],[179,0.0098039215686275],[180,0.0098039215686275],[181,0.0098039215686275],[182,0.0098039215686275],[183,0.0098039215686275],[184,0.0098039215686275],[185,0.0098039215686275],[186,0.0098039215686275],[187,0.0098039215686275],[188,0.0098039215686275],[189,0.0098039215686275],[190,0.0098039215686275],[191,0.0098039215686275],[192,0.0098039215686275],[193,0.0098039215686275],[194,0.0098039215686275],[195,0.0098039215686275],[196,0.0098039215686275],[197,0.0098039215686275],[198,0.0098039215686275],[199,0.0098039215686275],[200,0.0098039215686275],[201,0.0098039215686275],[202,0.0098039215686275],[203,0.0098039215686275],[204,0.0098039215686275],[205,0.0098039215686275],[206,0.0098039215686275],[207,0.0098039215686275],[208,0.0098039215686275],[209,0.0098039215686275],[210,0.0098039215686275],[211,0.0098039215686275],[212,0.0098039215686275],[213,0.0098039215686275],[214,0.0098039215686275],[215,0.0098039215686275],[216,0.0098039215686275],[217,0.0098039215686275],[218,0.0098039215686275],[219,0.0098039215686275],[220,0.0098039215686275],[221,0.0098039215686275],[222,0.0098039215686275],[223,0.0098039215686275],[224,0.0098039215686275],[225,0.0098039215686275],[178,0.066666666666667],[179,0.066666666666667],[180,0.066666666666667],[181,0.066666666666667],[182,0.066666666666667],[183,0.066666666666667],[184,0.066666666666667],[185,0.066666666666667],[186,0.066666666666667],[187,0.066666666666667],[188,0.066666666666667],[189,0.066666666666667],[190,0.066666666666667],[191,0.066666666666667],[192,0.066666666666667],[100,0.005],[101,0.005],[102,0.005],[103,0.005],[104,0.005],[105,0.005],[106,0.005],[107,0.005],[108,0.005],[109,0.005],[110,0.005],[111,0.005],[112,0.005],[113,0.005],[114,0.005],[115,0.005],[116,0.005],[117,0.005],[118,0.005],[119,0.005],[120,0.005],[121,0.005],[122,0.005],[123,0.005],[124,0.005],[125,0.005],[126,0.005],[127,0.005],[128,0.005],[129,0.005],[130,0.005],[131,0.005],[132,0.005],[133,0.005],[134,0.005],[135,0.005],[136,0.005],[137,0.005],[138,0.005],[139,0.005],[140,0.005],[141,0.005],[142,0.005],[143,0.005],[144,0.005],[145,0.005],[146,0.005],[147,0.005],[148,0.005],[149,0.005],[150,0.005],[151,0.005],[152,0.005],[153,0.005],[154,0.005],[155,0.005],[156,0.005],[157,0.005],[158,0.005],[159,0.005],[160,0.005],[161,0.005],[162,0.005],[163,0.005],[164,0.005],[165,0.005],[166,0.005],[167,0.005],[168,0.005],[169,0.005],[170,0.005],[171,0.005],[172,0.005],[173,0.005],[174,0.005],[175,0.005],[176,0.005],[177,0.005],[178,0.005],[179,0.005],[180,0.005],[181,0.005],[182,0.005],[183,0.005],[184,0.005],[185,0.005],[186,0.005],[187,0.005],[188,0.005],[189,0.005],[190,0.005],[191,0.005],[192,0.005],[193,0.005],[194,0.005],[195,0.005],[196,0.005],[197,0.005],[198,0.005],[199,0.005],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[-800,0.00062853551225644],[-799,0.00062853551225644],[-798,0.00062853551225644],[-797,0.00062853551225644],[-796,0.00062853551225644],[-795,0.00062853551225644],[-794,0.00062853551225644],[-793,0.00062853551225644],[-792,0.00062853551225644],[-791,0.00062853551225644],[-790,0.00062853551225644],[-789,0.00062853551225644],[-788,0.00062853551225644],[-787,0.00062853551225644],[-786,0.00062853551225644],[-785,0.00062853551225644],[-784,0.00062853551225644],[-783,0.00062853551225644],[-782,0.00062853551225644],[-781,0.00062853551225644],[-780,0.00062853551225644],[-779,0.00062853551225644],[-778,0.00062853551225644],[-777,0.00062853551225644],[-776,0.00062853551225644],[-775,0.00062853551225644],[-774,0.00062853551225644],[-773,0.00062853551225644],[-772,0.00062853551225644],[-771,0.00062853551225644],[-770,0.00062853551225644],[-769,0.00062853551225644],[-768,0.00062853551225644],[-767,0.00062853551225644],[-766,0.00062853551225644],[-765,0.00062853551225644],[-764,0.00062853551225644],[-763,0.00062853551225644],[-762,0.00062853551225644],[-761,0.00062853551225644],[-760,0.00062853551225644],[-759,0.00062853551225644],[-758,0.00062853551225644],[-757,0.00062853551225644],[-756,0.00062853551225644],[-755,0.00062853551225644],[-754,0.00062853551225644],[-753,0.00062853551225644],[-752,0.00062853551225644],[-751,0.00062853551225644],[-750,0.00062853551225644],[-749,0.00062853551225644],[-748,0.00062853551225644],[-747,0.00062853551225644],[-746,0.00062853551225644],[-745,0.00062853551225644],[-744,0.00062853551225644],[-743,0.00062853551225644],[-742,0.00062853551225644],[-741,0.00062853551225644],[-740,0.00062853551225644],[-739,0.00062853551225644],[-738,0.00062853551225644],[-737,0.00062853551225644],[-736,0.00062853551225644],[-735,0.00062853551225644],[-734,0.00062853551225644],[-733,0.00062853551225644],[-732,0.00062853551225644],[-731,0.00062853551225644],[-730,0.00062853551225644],[-729,0.00062853551225644],[-728,0.00062853551225644],[-727,0.00062853551225644],[-726,0.00062853551225644],[-725,0.00062853551225644],[-724,0.00062853551225644],[-723,0.00062853551225644],[-722,0.00062853551225644],[-721,0.00062853551225644],[-720,0.00062853551225644],[-719,0.00062853551225644],[-718,0.00062853551225644],[-717,0.00062853551225644],[-716,0.00062853551225644],[-715,0.00062853551225644],[-714,0.00062853551225644],[-713,0.00062853551225644],[-712,0.00062853551225644],[-711,0.00062853551225644],[-710,0.00062853551225644],[-709,0.00062853551225644],[-708,0.00062853551225644],[-707,0.00062853551225644],[-706,0.00062853551225644],[-705,0.00062853551225644],[-704,0.00062853551225644],[-703,0.00062853551225644],[-702,0.00062853551225644],[-701,0.00062853551225644],[-700,0.00062853551225644],[-699,0.00062853551225644],[-698,0.00062853551225644],[-697,0.00062853551225644],[-696,0.00062853551225644],[-695,0.00062853551225644],[-694,0.00062853551225644],[-693,0.00062853551225644],[-692,0.00062853551225644],[-691,0.00062853551225644],[-690,0.00062853551225644],[-689,0.00062853551225644],[-688,0.00062853551225644],[-687,0.00062853551225644],[-686,0.00062853551225644],[-685,0.00062853551225644],[-684,0.00062853551225644],[-683,0.00062853551225644],[-682,0.00062853551225644],[-681,0.00062853551225644],[-680,0.00062853551225644],[-679,0.00062853551225644],[-678,0.00062853551225644],[-677,0.00062853551225644],[-676,0.00062853551225644],[-675,0.00062853551225644],[-674,0.00062853551225644],[-673,0.00062853551225644],[-672,0.00062853551225644],[-671,0.00062853551225644],[-670,0.00062853551225644],[-669,0.00062853551225644],[-668,0.00062853551225644],[-667,0.00062853551225644],[-666,0.00062853551225644],[-665,0.00062853551225644],[-664,0.00062853551225644],[-663,0.00062853551225644],[-662,0.00062853551225644],[-661,0.00062853551225644],[-660,0.00062853551225644],[-659,0.00062853551225644],[-658,0.00062853551225644],[-657,0.00062853551225644],[-656,0.00062853551225644],[-655,0.00062853551225644],[-654,0.00062853551225644],[-653,0.00062853551225644],[-652,0.00062853551225644],[-651,0.00062853551225644],[-650,0.00062853551225644],[-649,0.00062853551225644],[-648,0.00062853551225644],[-647,0.00062853551225644],[-646,0.00062853551225644],[-645,0.00062853551225644],[-644,0.00062853551225644],[-643,0.00062853551225644],[-642,0.00062853551225644],[-641,0.00062853551225644],[-640,0.00062853551225644],[-639,0.00062853551225644],[-638,0.00062853551225644],[-637,0.00062853551225644],[-636,0.00062853551225644],[-635,0.00062853551225644],[-634,0.00062853551225644],[-633,0.00062853551225644],[-632,0.00062853551225644],[-631,0.00062853551225644],[-630,0.00062853551225644],[-629,0.00062853551225644],[-628,0.00062853551225644],[-627,0.00062853551225644],[-626,0.00062853551225644],[-625,0.00062853551225644],[-624,0.00062853551225644],[-623,0.00062853551225644],[-622,0.00062853551225644],[-621,0.00062853551225644],[-620,0.00062853551225644],[-619,0.00062853551225644],[-618,0.00062853551225644],[-617,0.00062853551225644],[-616,0.00062853551225644],[-615,0.00062853551225644],[-614,0.00062853551225644],[-613,0.00062853551225644],[-612,0.00062853551225644],[-611,0.00062853551225644],[-610,0.00062853551225644],[-609,0.00062853551225644],[-608,0.00062853551225644],[-607,0.00062853551225644],[-606,0.00062853551225644],[-605,0.00062853551225644],[-604,0.00062853551225644],[-603,0.00062853551225644],[-602,0.00062853551225644],[-601,0.00062853551225644],[-600,0.00062853551225644],[-599,0.00062853551225644],[-598,0.00062853551225644],[-597,0.00062853551225644],[-596,0.00062853551225644],[-595,0.00062853551225644],[-594,0.00062853551225644],[-593,0.00062853551225644],[-592,0.00062853551225644],[-591,0.00062853551225644],[-590,0.00062853551225644],[-589,0.00062853551225644],[-588,0.00062853551225644],[-587,0.00062853551225644],[-586,0.00062853551225644],[-585,0.00062853551225644],[-584,0.00062853551225644],[-583,0.00062853551225644],[-582,0.00062853551225644],[-581,0.00062853551225644],[-580,0.00062853551225644],[-579,0.00062853551225644],[-578,0.00062853551225644],[-577,0.00062853551225644],[-576,0.00062853551225644],[-575,0.00062853551225644],[-574,0.00062853551225644],[-573,0.00062853551225644],[-572,0.00062853551225644],[-571,0.00062853551225644],[-570,0.00062853551225644],[-569,0.00062853551225644],[-568,0.00062853551225644],[-567,0.00062853551225644],[-566,0.00062853551225644],[-565,0.00062853551225644],[-564,0.00062853551225644],[-563,0.00062853551225644],[-562,0.00062853551225644],[-561,0.00062853551225644],[-560,0.00062853551225644],[-559,0.00062853551225644],[-558,0.00062853551225644],[-557,0.00062853551225644],[-556,0.00062853551225644],[-555,0.00062853551225644],[-554,0.00062853551225644],[-553,0.00062853551225644],[-552,0.00062853551225644],[-551,0.00062853551225644],[-550,0.00062853551225644],[-549,0.00062853551225644],[-548,0.00062853551225644],[-547,0.00062853551225644],[-546,0.00062853551225644],[-545,0.00062853551225644],[-544,0.00062853551225644],[-543,0.00062853551225644],[-542,0.00062853551225644],[-541,0.00062853551225644],[-540,0.00062853551225644],[-539,0.00062853551225644],[-538,0.00062853551225644],[-537,0.00062853551225644],[-536,0.00062853551225644],[-535,0.00062853551225644],[-534,0.00062853551225644],[-533,0.00062853551225644],[-532,0.00062853551225644],[-531,0.00062853551225644],[-530,0.00062853551225644],[-529,0.00062853551225644],[-528,0.00062853551225644],[-527,0.00062853551225644],[-526,0.00062853551225644],[-525,0.00062853551225644],[-524,0.00062853551225644],[-523,0.00062853551225644],[-522,0.00062853551225644],[-521,0.00062853551225644],[-520,0.00062853551225644],[-519,0.00062853551225644],[-518,0.00062853551225644],[-517,0.00062853551225644],[-516,0.00062853551225644],[-515,0.00062853551225644],[-514,0.00062853551225644],[-513,0.00062853551225644],[-512,0.00062853551225644],[-511,0.00062853551225644],[-510,0.00062853551225644],[-509,0.00062853551225644],[-508,0.00062853551225644],[-507,0.00062853551225644],[-506,0.00062853551225644],[-505,0.00062853551225644],[-504,0.00062853551225644],[-503,0.00062853551225644],[-502,0.00062853551225644],[-501,0.00062853551225644],[-500,0.00062853551225644],[-499,0.00062853551225644],[-498,0.00062853551225644],[-497,0.00062853551225644],[-496,0.00062853551225644],[-495,0.00062853551225644],[-494,0.00062853551225644],[-493,0.00062853551225644],[-492,0.00062853551225644],[-491,0.00062853551225644],[-490,0.00062853551225644],[-489,0.00062853551225644],[-488,0.00062853551225644],[-487,0.00062853551225644],[-486,0.00062853551225644],[-485,0.00062853551225644],[-484,0.00062853551225644],[-483,0.00062853551225644],[-482,0.00062853551225644],[-481,0.00062853551225644],[-480,0.00062853551225644],[-479,0.00062853551225644],[-478,0.00062853551225644],[-477,0.00062853551225644],[-476,0.00062853551225644],[-475,0.00062853551225644],[-474,0.00062853551225644],[-473,0.00062853551225644],[-472,0.00062853551225644],[-471,0.00062853551225644],[-470,0.00062853551225644],[-469,0.00062853551225644],[-468,0.00062853551225644],[-467,0.00062853551225644],[-466,0.00062853551225644],[-465,0.00062853551225644],[-464,0.00062853551225644],[-463,0.00062853551225644],[-462,0.00062853551225644],[-461,0.00062853551225644],[-460,0.00062853551225644],[-459,0.00062853551225644],[-458,0.00062853551225644],[-457,0.00062853551225644],[-456,0.00062853551225644],[-455,0.00062853551225644],[-454,0.00062853551225644],[-453,0.00062853551225644],[-452,0.00062853551225644],[-451,0.00062853551225644],[-450,0.00062853551225644],[-449,0.00062853551225644],[-448,0.00062853551225644],[-447,0.00062853551225644],[-446,0.00062853551225644],[-445,0.00062853551225644],[-444,0.00062853551225644],[-443,0.00062853551225644],[-442,0.00062853551225644],[-441,0.00062853551225644],[-440,0.00062853551225644],[-439,0.00062853551225644],[-438,0.00062853551225644],[-437,0.00062853551225644],[-436,0.00062853551225644],[-435,0.00062853551225644],[-434,0.00062853551225644],[-433,0.00062853551225644],[-432,0.00062853551225644],[-431,0.00062853551225644],[-430,0.00062853551225644],[-429,0.00062853551225644],[-428,0.00062853551225644],[-427,0.00062853551225644],[-426,0.00062853551225644],[-425,0.00062853551225644],[-424,0.00062853551225644],[-423,0.00062853551225644],[-422,0.00062853551225644],[-421,0.00062853551225644],[-420,0.00062853551225644],[-419,0.00062853551225644],[-418,0.00062853551225644],[-417,0.00062853551225644],[-416,0.00062853551225644],[-415,0.00062853551225644],[-414,0.00062853551225644],[-413,0.00062853551225644],[-412,0.00062853551225644],[-411,0.00062853551225644],[-410,0.00062853551225644],[-409,0.00062853551225644],[-408,0.00062853551225644],[-407,0.00062853551225644],[-406,0.00062853551225644],[-405,0.00062853551225644],[-404,0.00062853551225644],[-403,0.00062853551225644],[-402,0.00062853551225644],[-401,0.00062853551225644],[-400,0.00062853551225644],[-399,0.00062853551225644],[-398,0.00062853551225644],[-397,0.00062853551225644],[-396,0.00062853551225644],[-395,0.00062853551225644],[-394,0.00062853551225644],[-393,0.00062853551225644],[-392,0.00062853551225644],[-391,0.00062853551225644],[-390,0.00062853551225644],[-389,0.00062853551225644],[-388,0.00062853551225644],[-387,0.00062853551225644],[-386,0.00062853551225644],[-385,0.00062853551225644],[-384,0.00062853551225644],[-383,0.00062853551225644],[-382,0.00062853551225644],[-381,0.00062853551225644],[-380,0.00062853551225644],[-379,0.00062853551225644],[-378,0.00062853551225644],[-377,0.00062853551225644],[-376,0.00062853551225644],[-375,0.00062853551225644],[-374,0.00062853551225644],[-373,0.00062853551225644],[-372,0.00062853551225644],[-371,0.00062853551225644],[-370,0.00062853551225644],[-369,0.00062853551225644],[-368,0.00062853551225644],[-367,0.00062853551225644],[-366,0.00062853551225644],[-365,0.00062853551225644],[-364,0.00062853551225644],[-363,0.00062853551225644],[-362,0.00062853551225644],[-361,0.00062853551225644],[-360,0.00062853551225644],[-359,0.00062853551225644],[-358,0.00062853551225644],[-357,0.00062853551225644],[-356,0.00062853551225644],[-355,0.00062853551225644],[-354,0.00062853551225644],[-353,0.00062853551225644],[-352,0.00062853551225644],[-351,0.00062853551225644],[-350,0.00062853551225644],[-349,0.00062853551225644],[-348,0.00062853551225644],[-347,0.00062853551225644],[-346,0.00062853551225644],[-345,0.00062853551225644],[-344,0.00062853551225644],[-343,0.00062853551225644],[-342,0.00062853551225644],[-341,0.00062853551225644],[-340,0.00062853551225644],[-339,0.00062853551225644],[-338,0.00062853551225644],[-337,0.00062853551225644],[-336,0.00062853551225644],[-335,0.00062853551225644],[-334,0.00062853551225644],[-333,0.00062853551225644],[-332,0.00062853551225644],[-331,0.00062853551225644],[-330,0.00062853551225644],[-329,0.00062853551225644],[-328,0.00062853551225644],[-327,0.00062853551225644],[-326,0.00062853551225644],[-325,0.00062853551225644],[-324,0.00062853551225644],[-323,0.00062853551225644],[-322,0.00062853551225644],[-321,0.00062853551225644],[-320,0.00062853551225644],[-319,0.00062853551225644],[-318,0.00062853551225644],[-317,0.00062853551225644],[-316,0.00062853551225644],[-315,0.00062853551225644],[-314,0.00062853551225644],[-313,0.00062853551225644],[-312,0.00062853551225644],[-311,0.00062853551225644],[-310,0.00062853551225644],[-309,0.00062853551225644],[-308,0.00062853551225644],[-307,0.00062853551225644],[-306,0.00062853551225644],[-305,0.00062853551225644],[-304,0.00062853551225644],[-303,0.00062853551225644],[-302,0.00062853551225644],[-301,0.00062853551225644],[-300,0.00062853551225644],[-299,0.00062853551225644],[-298,0.00062853551225644],[-297,0.00062853551225644],[-296,0.00062853551225644],[-295,0.00062853551225644],[-294,0.00062853551225644],[-293,0.00062853551225644],[-292,0.00062853551225644],[-291,0.00062853551225644],[-290,0.00062853551225644],[-289,0.00062853551225644],[-288,0.00062853551225644],[-287,0.00062853551225644],[-286,0.00062853551225644],[-285,0.00062853551225644],[-284,0.00062853551225644],[-283,0.00062853551225644],[-282,0.00062853551225644],[-281,0.00062853551225644],[-280,0.00062853551225644],[-279,0.00062853551225644],[-278,0.00062853551225644],[-277,0.00062853551225644],[-276,0.00062853551225644],[-275,0.00062853551225644],[-274,0.00062853551225644],[-273,0.00062853551225644],[-272,0.00062853551225644],[-271,0.00062853551225644],[-270,0.00062853551225644],[-269,0.00062853551225644],[-268,0.00062853551225644],[-267,0.00062853551225644],[-266,0.00062853551225644],[-265,0.00062853551225644],[-264,0.00062853551225644],[-263,0.00062853551225644],[-262,0.00062853551225644],[-261,0.00062853551225644],[-260,0.00062853551225644],[-259,0.00062853551225644],[-258,0.00062853551225644],[-257,0.00062853551225644],[-256,0.00062853551225644],[-255,0.00062853551225644],[-254,0.00062853551225644],[-253,0.00062853551225644],[-252,0.00062853551225644],[-251,0.00062853551225644],[-250,0.00062853551225644],[-249,0.00062853551225644],[-248,0.00062853551225644],[-247,0.00062853551225644],[-246,0.00062853551225644],[-245,0.00062853551225644],[-244,0.00062853551225644],[-243,0.00062853551225644],[-242,0.00062853551225644],[-241,0.00062853551225644],[-240,0.00062853551225644],[-239,0.00062853551225644],[-238,0.00062853551225644],[-237,0.00062853551225644],[-236,0.00062853551225644],[-235,0.00062853551225644],[-234,0.00062853551225644],[-233,0.00062853551225644],[-232,0.00062853551225644],[-231,0.00062853551225644],[-230,0.00062853551225644],[-229,0.00062853551225644],[-228,0.00062853551225644],[-227,0.00062853551225644],[-226,0.00062853551225644],[-225,0.00062853551225644],[-224,0.00062853551225644],[-223,0.00062853551225644],[-222,0.00062853551225644],[-221,0.00062853551225644],[-220,0.00062853551225644],[-219,0.00062853551225644],[-218,0.00062853551225644],[-217,0.00062853551225644],[-216,0.00062853551225644],[-215,0.00062853551225644],[-214,0.00062853551225644],[-213,0.00062853551225644],[-212,0.00062853551225644],[-211,0.00062853551225644],[-210,0.00062853551225644],[-209,0.00062853551225644],[-208,0.00062853551225644],[-207,0.00062853551225644],[-206,0.00062853551225644],[-205,0.00062853551225644],[-204,0.00062853551225644],[-203,0.00062853551225644],[-202,0.00062853551225644],[-201,0.00062853551225644],[-200,0.00062853551225644],[-199,0.00062853551225644],[-198,0.00062853551225644],[-197,0.00062853551225644],[-196,0.00062853551225644],[-195,0.00062853551225644],[-194,0.00062853551225644],[-193,0.00062853551225644],[-192,0.00062853551225644],[-191,0.00062853551225644],[-190,0.00062853551225644],[-189,0.00062853551225644],[-188,0.00062853551225644],[-187,0.00062853551225644],[-186,0.00062853551225644],[-185,0.00062853551225644],[-184,0.00062853551225644],[-183,0.00062853551225644],[-182,0.00062853551225644],[-181,0.00062853551225644],[-180,0.00062853551225644],[-179,0.00062853551225644],[-178,0.00062853551225644],[-177,0.00062853551225644],[-176,0.00062853551225644],[-175,0.00062853551225644],[-174,0.00062853551225644],[-173,0.00062853551225644],[-172,0.00062853551225644],[-171,0.00062853551225644],[-170,0.00062853551225644],[-169,0.00062853551225644],[-168,0.00062853551225644],[-167,0.00062853551225644],[-166,0.00062853551225644],[-165,0.00062853551225644],[-164,0.00062853551225644],[-163,0.00062853551225644],[-162,0.00062853551225644],[-161,0.00062853551225644],[-160,0.00062853551225644],[-159,0.00062853551225644],[-158,0.00062853551225644],[-157,0.00062853551225644],[-156,0.00062853551225644],[-155,0.00062853551225644],[-154,0.00062853551225644],[-153,0.00062853551225644],[-152,0.00062853551225644],[-151,0.00062853551225644],[-150,0.00062853551225644],[-149,0.00062853551225644],[-148,0.00062853551225644],[-147,0.00062853551225644],[-146,0.00062853551225644],[-145,0.00062853551225644],[-144,0.00062853551225644],[-143,0.00062853551225644],[-142,0.00062853551225644],[-141,0.00062853551225644],[-140,0.00062853551225644],[-139,0.00062853551225644],[-138,0.00062853551225644],[-137,0.00062853551225644],[-136,0.00062853551225644],[-135,0.00062853551225644],[-134,0.00062853551225644],[-133,0.00062853551225644],[-132,0.00062853551225644],[-131,0.00062853551225644],[-130,0.00062853551225644],[-129,0.00062853551225644],[-128,0.00062853551225644],[-127,0.00062853551225644],[-126,0.00062853551225644],[-125,0.00062853551225644],[-124,0.00062853551225644],[-123,0.00062853551225644],[-122,0.00062853551225644],[-121,0.00062853551225644],[-120,0.00062853551225644],[-119,0.00062853551225644],[-118,0.00062853551225644],[-117,0.00062853551225644],[-116,0.00062853551225644],[-115,0.00062853551225644],[-114,0.00062853551225644],[-113,0.00062853551225644],[-112,0.00062853551225644],[-111,0.00062853551225644],[-110,0.00062853551225644],[-109,0.00062853551225644],[-108,0.00062853551225644],[-107,0.00062853551225644],[-106,0.00062853551225644],[-105,0.00062853551225644],[-104,0.00062853551225644],[-103,0.00062853551225644],[-102,0.00062853551225644],[-101,0.00062853551225644],[-100,0.00062853551225644],[-99,0.00062853551225644],[-98,0.00062853551225644],[-97,0.00062853551225644],[-96,0.00062853551225644],[-95,0.00062853551225644],[-94,0.00062853551225644],[-93,0.00062853551225644],[-92,0.00062853551225644],[-91,0.00062853551225644],[-90,0.00062853551225644],[-89,0.00062853551225644],[-88,0.00062853551225644],[-87,0.00062853551225644],[-86,0.00062853551225644],[-85,0.00062853551225644],[-84,0.00062853551225644],[-83,0.00062853551225644],[-82,0.00062853551225644],[-81,0.00062853551225644],[-80,0.00062853551225644],[-79,0.00062853551225644],[-78,0.00062853551225644],[-77,0.00062853551225644],[-76,0.00062853551225644],[-75,0.00062853551225644],[-74,0.00062853551225644],[-73,0.00062853551225644],[-72,0.00062853551225644],[-71,0.00062853551225644],[-70,0.00062853551225644],[-69,0.00062853551225644],[-68,0.00062853551225644],[-67,0.00062853551225644],[-66,0.00062853551225644],[-65,0.00062853551225644],[-64,0.00062853551225644],[-63,0.00062853551225644],[-62,0.00062853551225644],[-61,0.00062853551225644],[-60,0.00062853551225644],[-59,0.00062853551225644],[-58,0.00062853551225644],[-57,0.00062853551225644],[-56,0.00062853551225644],[-55,0.00062853551225644],[-54,0.00062853551225644],[-53,0.00062853551225644],[-52,0.00062853551225644],[-51,0.00062853551225644],[-50,0.00062853551225644],[-49,0.00062853551225644],[-48,0.00062853551225644],[-47,0.00062853551225644],[-46,0.00062853551225644],[-45,0.00062853551225644],[-44,0.00062853551225644],[-43,0.00062853551225644],[-42,0.00062853551225644],[-41,0.00062853551225644],[-40,0.00062853551225644],[-39,0.00062853551225644],[-38,0.00062853551225644],[-37,0.00062853551225644],[-36,0.00062853551225644],[-35,0.00062853551225644],[-34,0.00062853551225644],[-33,0.00062853551225644],[-32,0.00062853551225644],[-31,0.00062853551225644],[-30,0.00062853551225644],[-29,0.00062853551225644],[-28,0.00062853551225644],[-27,0.00062853551225644],[-26,0.00062853551225644],[-25,0.00062853551225644],[-24,0.00062853551225644],[-23,0.00062853551225644],[-22,0.00062853551225644],[-21,0.00062853551225644],[-20,0.00062853551225644],[-19,0.00062853551225644],[-18,0.00062853551225644],[-17,0.00062853551225644],[-16,0.00062853551225644],[-15,0.00062853551225644],[-14,0.00062853551225644],[-13,0.00062853551225644],[-12,0.00062853551225644],[-11,0.00062853551225644],[-10,0.00062853551225644],[-9,0.00062853551225644],[-8,0.00062853551225644],[-7,0.00062853551225644],[-6,0.00062853551225644],[-5,0.00062853551225644],[-4,0.00062853551225644],[-3,0.00062853551225644],[-2,0.00062853551225644],[-1,0.00062853551225644],[1,0.00062853551225644],[2,0.00062853551225644],[3,0.00062853551225644],[4,0.00062853551225644],[5,0.00062853551225644],[6,0.00062853551225644],[7,0.00062853551225644],[8,0.00062853551225644],[9,0.00062853551225644],[10,0.00062853551225644],[11,0.00062853551225644],[12,0.00062853551225644],[13,0.00062853551225644],[14,0.00062853551225644],[15,0.00062853551225644],[16,0.00062853551225644],[17,0.00062853551225644],[18,0.00062853551225644],[19,0.00062853551225644],[20,0.00062853551225644],[21,0.00062853551225644],[22,0.00062853551225644],[23,0.00062853551225644],[24,0.00062853551225644],[25,0.00062853551225644],[26,0.00062853551225644],[27,0.00062853551225644],[28,0.00062853551225644],[29,0.00062853551225644],[30,0.00062853551225644],[31,0.00062853551225644],[32,0.00062853551225644],[33,0.00062853551225644],[34,0.00062853551225644],[35,0.00062853551225644],[36,0.00062853551225644],[37,0.00062853551225644],[38,0.00062853551225644],[39,0.00062853551225644],[40,0.00062853551225644],[41,0.00062853551225644],[42,0.00062853551225644],[43,0.00062853551225644],[44,0.00062853551225644],[45,0.00062853551225644],[46,0.00062853551225644],[47,0.00062853551225644],[48,0.00062853551225644],[49,0.00062853551225644],[50,0.00062853551225644],[51,0.00062853551225644],[52,0.00062853551225644],[53,0.00062853551225644],[54,0.00062853551225644],[55,0.00062853551225644],[56,0.00062853551225644],[57,0.00062853551225644],[58,0.00062853551225644],[59,0.00062853551225644],[60,0.00062853551225644],[61,0.00062853551225644],[62,0.00062853551225644],[63,0.00062853551225644],[64,0.00062853551225644],[65,0.00062853551225644],[66,0.00062853551225644],[67,0.00062853551225644],[68,0.00062853551225644],[69,0.00062853551225644],[70,0.00062853551225644],[71,0.00062853551225644],[72,0.00062853551225644],[73,0.00062853551225644],[74,0.00062853551225644],[75,0.00062853551225644],[76,0.00062853551225644],[77,0.00062853551225644],[78,0.00062853551225644],[79,0.00062853551225644],[80,0.00062853551225644],[81,0.00062853551225644],[82,0.00062853551225644],[83,0.00062853551225644],[84,0.00062853551225644],[85,0.00062853551225644],[86,0.00062853551225644],[87,0.00062853551225644],[88,0.00062853551225644],[89,0.00062853551225644],[90,0.00062853551225644],[91,0.00062853551225644],[92,0.00062853551225644],[93,0.00062853551225644],[94,0.00062853551225644],[95,0.00062853551225644],[96,0.00062853551225644],[97,0.00062853551225644],[98,0.00062853551225644],[99,0.00062853551225644],[100,0.00062853551225644],[101,0.00062853551225644],[102,0.00062853551225644],[103,0.00062853551225644],[104,0.00062853551225644],[105,0.00062853551225644],[106,0.00062853551225644],[107,0.00062853551225644],[108,0.00062853551225644],[109,0.00062853551225644],[110,0.00062853551225644],[111,0.00062853551225644],[112,0.00062853551225644],[113,0.00062853551225644],[114,0.00062853551225644],[115,0.00062853551225644],[116,0.00062853551225644],[117,0.00062853551225644],[118,0.00062853551225644],[119,0.00062853551225644],[120,0.00062853551225644],[121,0.00062853551225644],[122,0.00062853551225644],[123,0.00062853551225644],[124,0.00062853551225644],[125,0.00062853551225644],[126,0.00062853551225644],[127,0.00062853551225644],[128,0.00062853551225644],[129,0.00062853551225644],[130,0.00062853551225644],[131,0.00062853551225644],[132,0.00062853551225644],[133,0.00062853551225644],[134,0.00062853551225644],[135,0.00062853551225644],[136,0.00062853551225644],[137,0.00062853551225644],[138,0.00062853551225644],[139,0.00062853551225644],[140,0.00062853551225644],[141,0.00062853551225644],[142,0.00062853551225644],[143,0.00062853551225644],[144,0.00062853551225644],[145,0.00062853551225644],[146,0.00062853551225644],[147,0.00062853551225644],[148,0.00062853551225644],[149,0.00062853551225644],[150,0.00062853551225644],[151,0.00062853551225644],[152,0.00062853551225644],[153,0.00062853551225644],[154,0.00062853551225644],[155,0.00062853551225644],[156,0.00062853551225644],[157,0.00062853551225644],[158,0.00062853551225644],[159,0.00062853551225644],[160,0.00062853551225644],[161,0.00062853551225644],[162,0.00062853551225644],[163,0.00062853551225644],[164,0.00062853551225644],[165,0.00062853551225644],[166,0.00062853551225644],[167,0.00062853551225644],[168,0.00062853551225644],[169,0.00062853551225644],[170,0.00062853551225644],[171,0.00062853551225644],[172,0.00062853551225644],[173,0.00062853551225644],[174,0.00062853551225644],[175,0.00062853551225644],[176,0.00062853551225644],[177,0.00062853551225644],[178,0.00062853551225644],[179,0.00062853551225644],[180,0.00062853551225644],[181,0.00062853551225644],[182,0.00062853551225644],[183,0.00062853551225644],[184,0.00062853551225644],[185,0.00062853551225644],[186,0.00062853551225644],[187,0.00062853551225644],[188,0.00062853551225644],[189,0.00062853551225644],[190,0.00062853551225644],[191,0.00062853551225644],[192,0.00062853551225644],[193,0.00062853551225644],[194,0.00062853551225644],[195,0.00062853551225644],[196,0.00062853551225644],[197,0.00062853551225644],[198,0.00062853551225644],[199,0.00062853551225644],[200,0.00062853551225644],[201,0.00062853551225644],[202,0.00062853551225644],[203,0.00062853551225644],[204,0.00062853551225644],[205,0.00062853551225644],[206,0.00062853551225644],[207,0.00062853551225644],[208,0.00062853551225644],[209,0.00062853551225644],[210,0.00062853551225644],[211,0.00062853551225644],[212,0.00062853551225644],[213,0.00062853551225644],[214,0.00062853551225644],[215,0.00062853551225644],[216,0.00062853551225644],[217,0.00062853551225644],[218,0.00062853551225644],[219,0.00062853551225644],[220,0.00062853551225644],[221,0.00062853551225644],[222,0.00062853551225644],[223,0.00062853551225644],[224,0.00062853551225644],[225,0.00062853551225644],[226,0.00062853551225644],[227,0.00062853551225644],[228,0.00062853551225644],[229,0.00062853551225644],[230,0.00062853551225644],[231,0.00062853551225644],[232,0.00062853551225644],[233,0.00062853551225644],[234,0.00062853551225644],[235,0.00062853551225644],[236,0.00062853551225644],[237,0.00062853551225644],[238,0.00062853551225644],[239,0.00062853551225644],[240,0.00062853551225644],[241,0.00062853551225644],[242,0.00062853551225644],[243,0.00062853551225644],[244,0.00062853551225644],[245,0.00062853551225644],[246,0.00062853551225644],[247,0.00062853551225644],[248,0.00062853551225644],[249,0.00062853551225644],[250,0.00062853551225644],[251,0.00062853551225644],[252,0.00062853551225644],[253,0.00062853551225644],[254,0.00062853551225644],[255,0.00062853551225644],[256,0.00062853551225644],[257,0.00062853551225644],[258,0.00062853551225644],[259,0.00062853551225644],[260,0.00062853551225644],[261,0.00062853551225644],[262,0.00062853551225644],[263,0.00062853551225644],[264,0.00062853551225644],[265,0.00062853551225644],[266,0.00062853551225644],[267,0.00062853551225644],[268,0.00062853551225644],[269,0.00062853551225644],[270,0.00062853551225644],[271,0.00062853551225644],[272,0.00062853551225644],[273,0.00062853551225644],[274,0.00062853551225644],[275,0.00062853551225644],[276,0.00062853551225644],[277,0.00062853551225644],[278,0.00062853551225644],[279,0.00062853551225644],[280,0.00062853551225644],[281,0.00062853551225644],[282,0.00062853551225644],[283,0.00062853551225644],[284,0.00062853551225644],[285,0.00062853551225644],[286,0.00062853551225644],[287,0.00062853551225644],[288,0.00062853551225644],[289,0.00062853551225644],[290,0.00062853551225644],[291,0.00062853551225644],[292,0.00062853551225644],[293,0.00062853551225644],[294,0.00062853551225644],[295,0.00062853551225644],[296,0.00062853551225644],[297,0.00062853551225644],[298,0.00062853551225644],[299,0.00062853551225644],[-153,0.022727272727273],[-152,0.022727272727273],[-151,0.022727272727273],[-150,0.022727272727273],[-149,0.022727272727273],[-148,0.022727272727273],[-147,0.022727272727273],[-146,0.022727272727273],[-145,0.022727272727273],[-144,0.022727272727273],[-143,0.022727272727273],[-142,0.022727272727273],[-141,0.022727272727273],[-140,0.022727272727273],[-139,0.022727272727273],[-138,0.022727272727273],[-137,0.022727272727273],[-136,0.022727272727273],[-135,0.022727272727273],[-134,0.022727272727273],[-133,0.022727272727273],[-132,0.022727272727273],[-131,0.022727272727273],[-130,0.022727272727273],[-129,0.022727272727273],[-128,0.022727272727273],[-127,0.022727272727273],[-126,0.022727272727273],[-125,0.022727272727273],[-124,0.022727272727273],[-123,0.022727272727273],[-122,0.022727272727273],[-121,0.022727272727273],[-120,0.022727272727273],[-119,0.022727272727273],[-118,0.022727272727273],[-117,0.022727272727273],[-116,0.022727272727273],[-115,0.022727272727273],[-114,0.022727272727273],[-113,0.022727272727273],[-112,0.022727272727273],[-111,0.022727272727273],[-110,0.022727272727273],[-199,0.033333333333333],[-198,0.033333333333333],[-197,0.033333333333333],[-196,0.033333333333333],[-195,0.033333333333333],[-194,0.033333333333333],[-193,0.033333333333333],[-192,0.033333333333333],[-191,0.033333333333333],[-190,0.033333333333333],[-189,0.033333333333333],[-188,0.033333333333333],[-187,0.033333333333333],[-186,0.033333333333333],[-185,0.033333333333333],[-184,0.033333333333333],[-183,0.033333333333333],[-182,0.033333333333333],[-181,0.033333333333333],[-180,0.033333333333333],[-179,0.033333333333333],[-178,0.033333333333333],[-177,0.033333333333333],[-176,0.033333333333333],[-175,0.033333333333333],[-174,0.033333333333333],[-173,0.033333333333333],[-172,0.033333333333333],[-171,0.033333333333333],[-170,0.033333333333333],[-216,0.5],[-215,0.5],[469,0.055555555555556],[470,0.055555555555556],[471,0.055555555555556],[472,0.055555555555556],[473,0.055555555555556],[474,0.055555555555556],[475,0.055555555555556],[476,0.055555555555556],[477,0.055555555555556],[478,0.055555555555556],[479,0.055555555555556],[480,0.055555555555556],[481,0.055555555555556],[482,0.055555555555556],[483,0.055555555555556],[484,0.055555555555556],[485,0.055555555555556],[486,0.055555555555556],[-149,0.5],[-148,0.5],[138,0.041666666666667],[139,0.041666666666667],[140,0.041666666666667],[141,0.041666666666667],[142,0.041666666666667],[143,0.041666666666667],[144,0.041666666666667],[145,0.041666666666667],[146,0.041666666666667],[147,0.041666666666667],[148,0.041666666666667],[149,0.041666666666667],[150,0.041666666666667],[151,0.041666666666667],[152,0.041666666666667],[153,0.041666666666667],[154,0.041666666666667],[155,0.041666666666667],[156,0.041666666666667],[157,0.041666666666667],[158,0.041666666666667],[159,0.041666666666667],[160,0.041666666666667],[161,0.041666666666667],[-307,0.5],[-306,0.5],[129,1],[133,1],[154,1],[161,1],[-175,0.019607843137255],[-174,0.019607843137255],[-173,0.019607843137255],[-172,0.019607843137255],[-171,0.019607843137255],[-170,0.019607843137255],[-169,0.019607843137255],[-168,0.019607843137255],[-167,0.019607843137255],[-166,0.019607843137255],[-165,0.019607843137255],[-164,0.019607843137255],[-163,0.019607843137255],[-162,0.019607843137255],[-161,0.019607843137255],[-160,0.019607843137255],[-159,0.019607843137255],[-158,0.019607843137255],[-157,0.019607843137255],[-156,0.019607843137255],[-155,0.019607843137255],[-154,0.019607843137255],[-153,0.019607843137255],[-152,0.019607843137255],[-151,0.019607843137255],[-150,0.019607843137255],[-149,0.019607843137255],[-148,0.019607843137255],[-147,0.019607843137255],[-146,0.019607843137255],[-145,0.019607843137255],[-144,0.019607843137255],[-143,0.019607843137255],[-142,0.019607843137255],[-141,0.019607843137255],[-140,0.019607843137255],[-139,0.019607843137255],[-138,0.019607843137255],[-137,0.019607843137255],[-136,0.019607843137255],[-135,0.019607843137255],[-134,0.019607843137255],[-133,0.019607843137255],[-132,0.019607843137255],[-131,0.019607843137255],[-130,0.019607843137255],[-129,0.019607843137255],[-128,0.019607843137255],[-127,0.019607843137255],[-126,0.019607843137255],[-125,0.019607843137255],[-225,0.019607843137255],[-224,0.019607843137255],[-223,0.019607843137255],[-222,0.019607843137255],[-221,0.019607843137255],[-220,0.019607843137255],[-219,0.019607843137255],[-218,0.019607843137255],[-217,0.019607843137255],[-216,0.019607843137255],[-215,0.019607843137255],[-214,0.019607843137255],[-213,0.019607843137255],[-212,0.019607843137255],[-211,0.019607843137255],[-210,0.019607843137255],[-209,0.019607843137255],[-208,0.019607843137255],[-207,0.019607843137255],[-206,0.019607843137255],[-205,0.019607843137255],[-204,0.019607843137255],[-203,0.019607843137255],[-202,0.019607843137255],[-201,0.019607843137255],[-200,0.019607843137255],[-199,0.019607843137255],[-198,0.019607843137255],[-197,0.019607843137255],[-196,0.019607843137255],[-195,0.019607843137255],[-194,0.019607843137255],[-193,0.019607843137255],[-192,0.019607843137255],[-191,0.019607843137255],[-190,0.019607843137255],[-189,0.019607843137255],[-188,0.019607843137255],[-187,0.019607843137255],[-186,0.019607843137255],[-185,0.019607843137255],[-184,0.019607843137255],[-183,0.019607843137255],[-182,0.019607843137255],[-181,0.019607843137255],[-180,0.019607843137255],[-179,0.019607843137255],[-178,0.019607843137255],[-177,0.019607843137255],[-176,0.019607843137255],[-175,0.019607843137255],[-144,0.066666666666667],[-143,0.066666666666667],[-142,0.066666666666667],[-141,0.066666666666667],[-140,0.066666666666667],[-139,0.066666666666667],[-138,0.066666666666667],[-137,0.066666666666667],[-136,0.066666666666667],[-135,0.066666666666667],[-134,0.066666666666667],[-133,0.066666666666667],[-132,0.066666666666667],[-131,0.066666666666667],[-130,0.066666666666667],[105,0.010526315789474],[106,0.010526315789474],[107,0.010526315789474],[108,0.010526315789474],[109,0.010526315789474],[110,0.010526315789474],[111,0.010526315789474],[112,0.010526315789474],[113,0.010526315789474],[114,0.010526315789474],[115,0.010526315789474],[116,0.010526315789474],[117,0.010526315789474],[118,0.010526315789474],[119,0.010526315789474],[120,0.010526315789474],[121,0.010526315789474],[122,0.010526315789474],[123,0.010526315789474],[124,0.010526315789474],[125,0.010526315789474],[126,0.010526315789474],[127,0.010526315789474],[128,0.010526315789474],[129,0.010526315789474],[130,0.010526315789474],[131,0.010526315789474],[132,0.010526315789474],[133,0.010526315789474],[134,0.010526315789474],[135,0.010526315789474],[136,0.010526315789474],[137,0.010526315789474],[138,0.010526315789474],[139,0.010526315789474],[140,0.010526315789474],[141,0.010526315789474],[142,0.010526315789474],[143,0.010526315789474],[144,0.010526315789474],[145,0.010526315789474],[146,0.010526315789474],[147,0.010526315789474],[148,0.010526315789474],[149,0.010526315789474],[150,0.010526315789474],[151,0.010526315789474],[152,0.010526315789474],[153,0.010526315789474],[154,0.010526315789474],[155,0.010526315789474],[156,0.010526315789474],[157,0.010526315789474],[158,0.010526315789474],[159,0.010526315789474],[160,0.010526315789474],[161,0.010526315789474],[162,0.010526315789474],[163,0.010526315789474],[164,0.010526315789474],[165,0.010526315789474],[166,0.010526315789474],[167,0.010526315789474],[168,0.010526315789474],[169,0.010526315789474],[170,0.010526315789474],[171,0.010526315789474],[172,0.010526315789474],[173,0.010526315789474],[174,0.010526315789474],[175,0.010526315789474],[176,0.010526315789474],[177,0.010526315789474],[178,0.010526315789474],[179,0.010526315789474],[180,0.010526315789474],[181,0.010526315789474],[182,0.010526315789474],[183,0.010526315789474],[184,0.010526315789474],[185,0.010526315789474],[186,0.010526315789474],[187,0.010526315789474],[188,0.010526315789474],[189,0.010526315789474],[190,0.010526315789474],[191,0.010526315789474],[192,0.010526315789474],[193,0.010526315789474],[194,0.010526315789474],[195,0.010526315789474],[196,0.010526315789474],[197,0.010526315789474],[198,0.010526315789474],[199,0.010526315789474],[-699,0.0014925373134328],[-698,0.0014925373134328],[-697,0.0014925373134328],[-696,0.0014925373134328],[-695,0.0014925373134328],[-694,0.0014925373134328],[-693,0.0014925373134328],[-692,0.0014925373134328],[-691,0.0014925373134328],[-690,0.0014925373134328],[-689,0.0014925373134328],[-688,0.0014925373134328],[-687,0.0014925373134328],[-686,0.0014925373134328],[-685,0.0014925373134328],[-684,0.0014925373134328],[-683,0.0014925373134328],[-682,0.0014925373134328],[-681,0.0014925373134328],[-680,0.0014925373134328],[-679,0.0014925373134328],[-678,0.0014925373134328],[-677,0.0014925373134328],[-676,0.0014925373134328],[-675,0.0014925373134328],[-674,0.0014925373134328],[-673,0.0014925373134328],[-672,0.0014925373134328],[-671,0.0014925373134328],[-670,0.0014925373134328],[-669,0.0014925373134328],[-668,0.0014925373134328],[-667,0.0014925373134328],[-666,0.0014925373134328],[-665,0.0014925373134328],[-664,0.0014925373134328],[-663,0.0014925373134328],[-662,0.0014925373134328],[-661,0.0014925373134328],[-660,0.0014925373134328],[-659,0.0014925373134328],[-658,0.0014925373134328],[-657,0.0014925373134328],[-656,0.0014925373134328],[-655,0.0014925373134328],[-654,0.0014925373134328],[-653,0.0014925373134328],[-652,0.0014925373134328],[-651,0.0014925373134328],[-650,0.0014925373134328],[-649,0.0014925373134328],[-648,0.0014925373134328],[-647,0.0014925373134328],[-646,0.0014925373134328],[-645,0.0014925373134328],[-644,0.0014925373134328],[-643,0.0014925373134328],[-642,0.0014925373134328],[-641,0.0014925373134328],[-640,0.0014925373134328],[-639,0.0014925373134328],[-638,0.0014925373134328],[-637,0.0014925373134328],[-636,0.0014925373134328],[-635,0.0014925373134328],[-634,0.0014925373134328],[-633,0.0014925373134328],[-632,0.0014925373134328],[-631,0.0014925373134328],[-630,0.0014925373134328],[-629,0.0014925373134328],[-628,0.0014925373134328],[-627,0.0014925373134328],[-626,0.0014925373134328],[-625,0.0014925373134328],[-624,0.0014925373134328],[-623,0.0014925373134328],[-622,0.0014925373134328],[-621,0.0014925373134328],[-620,0.0014925373134328],[-619,0.0014925373134328],[-618,0.0014925373134328],[-617,0.0014925373134328],[-616,0.0014925373134328],[-615,0.0014925373134328],[-614,0.0014925373134328],[-613,0.0014925373134328],[-612,0.0014925373134328],[-611,0.0014925373134328],[-610,0.0014925373134328],[-609,0.0014925373134328],[-608,0.0014925373134328],[-607,0.0014925373134328],[-606,0.0014925373134328],[-605,0.0014925373134328],[-604,0.0014925373134328],[-603,0.0014925373134328],[-602,0.0014925373134328],[-601,0.0014925373134328],[-600,0.0014925373134328],[-599,0.0014925373134328],[-598,0.0014925373134328],[-597,0.0014925373134328],[-596,0.0014925373134328],[-595,0.0014925373134328],[-594,0.0014925373134328],[-593,0.0014925373134328],[-592,0.0014925373134328],[-591,0.0014925373134328],[-590,0.0014925373134328],[-589,0.0014925373134328],[-588,0.0014925373134328],[-587,0.0014925373134328],[-586,0.0014925373134328],[-585,0.0014925373134328],[-584,0.0014925373134328],[-583,0.0014925373134328],[-582,0.0014925373134328],[-581,0.0014925373134328],[-580,0.0014925373134328],[-579,0.0014925373134328],[-578,0.0014925373134328],[-577,0.0014925373134328],[-576,0.0014925373134328],[-575,0.0014925373134328],[-574,0.0014925373134328],[-573,0.0014925373134328],[-572,0.0014925373134328],[-571,0.0014925373134328],[-570,0.0014925373134328],[-569,0.0014925373134328],[-568,0.0014925373134328],[-567,0.0014925373134328],[-566,0.0014925373134328],[-565,0.0014925373134328],[-564,0.0014925373134328],[-563,0.0014925373134328],[-562,0.0014925373134328],[-561,0.0014925373134328],[-560,0.0014925373134328],[-559,0.0014925373134328],[-558,0.0014925373134328],[-557,0.0014925373134328],[-556,0.0014925373134328],[-555,0.0014925373134328],[-554,0.0014925373134328],[-553,0.0014925373134328],[-552,0.0014925373134328],[-551,0.0014925373134328],[-550,0.0014925373134328],[-549,0.0014925373134328],[-548,0.0014925373134328],[-547,0.0014925373134328],[-546,0.0014925373134328],[-545,0.0014925373134328],[-544,0.0014925373134328],[-543,0.0014925373134328],[-542,0.0014925373134328],[-541,0.0014925373134328],[-540,0.0014925373134328],[-539,0.0014925373134328],[-538,0.0014925373134328],[-537,0.0014925373134328],[-536,0.0014925373134328],[-535,0.0014925373134328],[-534,0.0014925373134328],[-533,0.0014925373134328],[-532,0.0014925373134328],[-531,0.0014925373134328],[-530,0.0014925373134328],[-529,0.0014925373134328],[-528,0.0014925373134328],[-527,0.0014925373134328],[-526,0.0014925373134328],[-525,0.0014925373134328],[-524,0.0014925373134328],[-523,0.0014925373134328],[-522,0.0014925373134328],[-521,0.0014925373134328],[-520,0.0014925373134328],[-519,0.0014925373134328],[-518,0.0014925373134328],[-517,0.0014925373134328],[-516,0.0014925373134328],[-515,0.0014925373134328],[-514,0.0014925373134328],[-513,0.0014925373134328],[-512,0.0014925373134328],[-511,0.0014925373134328],[-510,0.0014925373134328],[-509,0.0014925373134328],[-508,0.0014925373134328],[-507,0.0014925373134328],[-506,0.0014925373134328],[-505,0.0014925373134328],[-504,0.0014925373134328],[-503,0.0014925373134328],[-502,0.0014925373134328],[-501,0.0014925373134328],[-500,0.0014925373134328],[-499,0.0014925373134328],[-498,0.0014925373134328],[-497,0.0014925373134328],[-496,0.0014925373134328],[-495,0.0014925373134328],[-494,0.0014925373134328],[-493,0.0014925373134328],[-492,0.0014925373134328],[-491,0.0014925373134328],[-490,0.0014925373134328],[-489,0.0014925373134328],[-488,0.0014925373134328],[-487,0.0014925373134328],[-486,0.0014925373134328],[-485,0.0014925373134328],[-484,0.0014925373134328],[-483,0.0014925373134328],[-482,0.0014925373134328],[-481,0.0014925373134328],[-480,0.0014925373134328],[-479,0.0014925373134328],[-478,0.0014925373134328],[-477,0.0014925373134328],[-476,0.0014925373134328],[-475,0.0014925373134328],[-474,0.0014925373134328],[-473,0.0014925373134328],[-472,0.0014925373134328],[-471,0.0014925373134328],[-470,0.0014925373134328],[-469,0.0014925373134328],[-468,0.0014925373134328],[-467,0.0014925373134328],[-466,0.0014925373134328],[-465,0.0014925373134328],[-464,0.0014925373134328],[-463,0.0014925373134328],[-462,0.0014925373134328],[-461,0.0014925373134328],[-460,0.0014925373134328],[-459,0.0014925373134328],[-458,0.0014925373134328],[-457,0.0014925373134328],[-456,0.0014925373134328],[-455,0.0014925373134328],[-454,0.0014925373134328],[-453,0.0014925373134328],[-452,0.0014925373134328],[-451,0.0014925373134328],[-450,0.0014925373134328],[-449,0.0014925373134328],[-448,0.0014925373134328],[-447,0.0014925373134328],[-446,0.0014925373134328],[-445,0.0014925373134328],[-444,0.0014925373134328],[-443,0.0014925373134328],[-442,0.0014925373134328],[-441,0.0014925373134328],[-440,0.0014925373134328],[-439,0.0014925373134328],[-438,0.0014925373134328],[-437,0.0014925373134328],[-436,0.0014925373134328],[-435,0.0014925373134328],[-434,0.0014925373134328],[-433,0.0014925373134328],[-432,0.0014925373134328],[-431,0.0014925373134328],[-430,0.0014925373134328],[-429,0.0014925373134328],[-428,0.0014925373134328],[-427,0.0014925373134328],[-426,0.0014925373134328],[-425,0.0014925373134328],[-424,0.0014925373134328],[-423,0.0014925373134328],[-422,0.0014925373134328],[-421,0.0014925373134328],[-420,0.0014925373134328],[-419,0.0014925373134328],[-418,0.0014925373134328],[-417,0.0014925373134328],[-416,0.0014925373134328],[-415,0.0014925373134328],[-414,0.0014925373134328],[-413,0.0014925373134328],[-412,0.0014925373134328],[-411,0.0014925373134328],[-410,0.0014925373134328],[-409,0.0014925373134328],[-408,0.0014925373134328],[-407,0.0014925373134328],[-406,0.0014925373134328],[-405,0.0014925373134328],[-404,0.0014925373134328],[-403,0.0014925373134328],[-402,0.0014925373134328],[-401,0.0014925373134328],[-400,0.0014925373134328],[-399,0.0014925373134328],[-398,0.0014925373134328],[-397,0.0014925373134328],[-396,0.0014925373134328],[-395,0.0014925373134328],[-394,0.0014925373134328],[-393,0.0014925373134328],[-392,0.0014925373134328],[-391,0.0014925373134328],[-390,0.0014925373134328],[-389,0.0014925373134328],[-388,0.0014925373134328],[-387,0.0014925373134328],[-386,0.0014925373134328],[-385,0.0014925373134328],[-384,0.0014925373134328],[-383,0.0014925373134328],[-382,0.0014925373134328],[-381,0.0014925373134328],[-380,0.0014925373134328],[-379,0.0014925373134328],[-378,0.0014925373134328],[-377,0.0014925373134328],[-376,0.0014925373134328],[-375,0.0014925373134328],[-374,0.0014925373134328],[-373,0.0014925373134328],[-372,0.0014925373134328],[-371,0.0014925373134328],[-370,0.0014925373134328],[-369,0.0014925373134328],[-368,0.0014925373134328],[-367,0.0014925373134328],[-366,0.0014925373134328],[-365,0.0014925373134328],[-364,0.0014925373134328],[-363,0.0014925373134328],[-362,0.0014925373134328],[-361,0.0014925373134328],[-360,0.0014925373134328],[-359,0.0014925373134328],[-358,0.0014925373134328],[-357,0.0014925373134328],[-356,0.0014925373134328],[-355,0.0014925373134328],[-354,0.0014925373134328],[-353,0.0014925373134328],[-352,0.0014925373134328],[-351,0.0014925373134328],[-350,0.0014925373134328],[-349,0.0014925373134328],[-348,0.0014925373134328],[-347,0.0014925373134328],[-346,0.0014925373134328],[-345,0.0014925373134328],[-344,0.0014925373134328],[-343,0.0014925373134328],[-342,0.0014925373134328],[-341,0.0014925373134328],[-340,0.0014925373134328],[-339,0.0014925373134328],[-338,0.0014925373134328],[-337,0.0014925373134328],[-336,0.0014925373134328],[-335,0.0014925373134328],[-334,0.0014925373134328],[-333,0.0014925373134328],[-332,0.0014925373134328],[-331,0.0014925373134328],[-330,0.0014925373134328],[-329,0.0014925373134328],[-328,0.0014925373134328],[-327,0.0014925373134328],[-326,0.0014925373134328],[-325,0.0014925373134328],[-324,0.0014925373134328],[-323,0.0014925373134328],[-322,0.0014925373134328],[-321,0.0014925373134328],[-320,0.0014925373134328],[-319,0.0014925373134328],[-318,0.0014925373134328],[-317,0.0014925373134328],[-316,0.0014925373134328],[-315,0.0014925373134328],[-314,0.0014925373134328],[-313,0.0014925373134328],[-312,0.0014925373134328],[-311,0.0014925373134328],[-310,0.0014925373134328],[-309,0.0014925373134328],[-308,0.0014925373134328],[-307,0.0014925373134328],[-306,0.0014925373134328],[-305,0.0014925373134328],[-304,0.0014925373134328],[-303,0.0014925373134328],[-302,0.0014925373134328],[-301,0.0014925373134328],[-300,0.0014925373134328],[-299,0.0014925373134328],[-298,0.0014925373134328],[-297,0.0014925373134328],[-296,0.0014925373134328],[-295,0.0014925373134328],[-294,0.0014925373134328],[-293,0.0014925373134328],[-292,0.0014925373134328],[-291,0.0014925373134328],[-290,0.0014925373134328],[-289,0.0014925373134328],[-288,0.0014925373134328],[-287,0.0014925373134328],[-286,0.0014925373134328],[-285,0.0014925373134328],[-284,0.0014925373134328],[-283,0.0014925373134328],[-282,0.0014925373134328],[-281,0.0014925373134328],[-280,0.0014925373134328],[-279,0.0014925373134328],[-278,0.0014925373134328],[-277,0.0014925373134328],[-276,0.0014925373134328],[-275,0.0014925373134328],[-274,0.0014925373134328],[-273,0.0014925373134328],[-272,0.0014925373134328],[-271,0.0014925373134328],[-270,0.0014925373134328],[-269,0.0014925373134328],[-268,0.0014925373134328],[-267,0.0014925373134328],[-266,0.0014925373134328],[-265,0.0014925373134328],[-264,0.0014925373134328],[-263,0.0014925373134328],[-262,0.0014925373134328],[-261,0.0014925373134328],[-260,0.0014925373134328],[-259,0.0014925373134328],[-258,0.0014925373134328],[-257,0.0014925373134328],[-256,0.0014925373134328],[-255,0.0014925373134328],[-254,0.0014925373134328],[-253,0.0014925373134328],[-252,0.0014925373134328],[-251,0.0014925373134328],[-250,0.0014925373134328],[-249,0.0014925373134328],[-248,0.0014925373134328],[-247,0.0014925373134328],[-246,0.0014925373134328],[-245,0.0014925373134328],[-244,0.0014925373134328],[-243,0.0014925373134328],[-242,0.0014925373134328],[-241,0.0014925373134328],[-240,0.0014925373134328],[-239,0.0014925373134328],[-238,0.0014925373134328],[-237,0.0014925373134328],[-236,0.0014925373134328],[-235,0.0014925373134328],[-234,0.0014925373134328],[-233,0.0014925373134328],[-232,0.0014925373134328],[-231,0.0014925373134328],[-230,0.0014925373134328],[-229,0.0014925373134328],[-228,0.0014925373134328],[-227,0.0014925373134328],[-226,0.0014925373134328],[-225,0.0014925373134328],[-224,0.0014925373134328],[-223,0.0014925373134328],[-222,0.0014925373134328],[-221,0.0014925373134328],[-220,0.0014925373134328],[-219,0.0014925373134328],[-218,0.0014925373134328],[-217,0.0014925373134328],[-216,0.0014925373134328],[-215,0.0014925373134328],[-214,0.0014925373134328],[-213,0.0014925373134328],[-212,0.0014925373134328],[-211,0.0014925373134328],[-210,0.0014925373134328],[-209,0.0014925373134328],[-208,0.0014925373134328],[-207,0.0014925373134328],[-206,0.0014925373134328],[-205,0.0014925373134328],[-204,0.0014925373134328],[-203,0.0014925373134328],[-202,0.0014925373134328],[-201,0.0014925373134328],[-200,0.0014925373134328],[-199,0.0014925373134328],[-198,0.0014925373134328],[-197,0.0014925373134328],[-196,0.0014925373134328],[-195,0.0014925373134328],[-194,0.0014925373134328],[-193,0.0014925373134328],[-192,0.0014925373134328],[-191,0.0014925373134328],[-190,0.0014925373134328],[-189,0.0014925373134328],[-188,0.0014925373134328],[-187,0.0014925373134328],[-186,0.0014925373134328],[-185,0.0014925373134328],[-184,0.0014925373134328],[-183,0.0014925373134328],[-182,0.0014925373134328],[-181,0.0014925373134328],[-180,0.0014925373134328],[-179,0.0014925373134328],[-178,0.0014925373134328],[-177,0.0014925373134328],[-176,0.0014925373134328],[-175,0.0014925373134328],[-174,0.0014925373134328],[-173,0.0014925373134328],[-172,0.0014925373134328],[-171,0.0014925373134328],[-170,0.0014925373134328],[-169,0.0014925373134328],[-168,0.0014925373134328],[-167,0.0014925373134328],[-166,0.0014925373134328],[-165,0.0014925373134328],[-164,0.0014925373134328],[-163,0.0014925373134328],[-162,0.0014925373134328],[-161,0.0014925373134328],[-160,0.0014925373134328],[-159,0.0014925373134328],[-158,0.0014925373134328],[-157,0.0014925373134328],[-156,0.0014925373134328],[-155,0.0014925373134328],[-154,0.0014925373134328],[-153,0.0014925373134328],[-152,0.0014925373134328],[-151,0.0014925373134328],[-150,0.0014925373134328],[-149,0.0014925373134328],[-148,0.0014925373134328],[-147,0.0014925373134328],[-146,0.0014925373134328],[-145,0.0014925373134328],[-144,0.0014925373134328],[-143,0.0014925373134328],[-142,0.0014925373134328],[-141,0.0014925373134328],[-140,0.0014925373134328],[-139,0.0014925373134328],[-138,0.0014925373134328],[-137,0.0014925373134328],[-136,0.0014925373134328],[-135,0.0014925373134328],[-134,0.0014925373134328],[-133,0.0014925373134328],[-132,0.0014925373134328],[-131,0.0014925373134328],[-130,0.0014925373134328],[-129,0.0014925373134328],[-128,0.0014925373134328],[-127,0.0014925373134328],[-126,0.0014925373134328],[-125,0.0014925373134328],[-124,0.0014925373134328],[-123,0.0014925373134328],[-122,0.0014925373134328],[-121,0.0014925373134328],[-120,0.0014925373134328],[-119,0.0014925373134328],[-118,0.0014925373134328],[-117,0.0014925373134328],[-116,0.0014925373134328],[-115,0.0014925373134328],[-114,0.0014925373134328],[-113,0.0014925373134328],[-112,0.0014925373134328],[-111,0.0014925373134328],[-110,0.0014925373134328],[-109,0.0014925373134328],[-108,0.0014925373134328],[-107,0.0014925373134328],[-106,0.0014925373134328],[-105,0.0014925373134328],[-104,0.0014925373134328],[-103,0.0014925373134328],[-102,0.0014925373134328],[-101,0.0014925373134328],[-100,0.0014925373134328],[-99,0.0014925373134328],[-98,0.0014925373134328],[-97,0.0014925373134328],[-96,0.0014925373134328],[-95,0.0014925373134328],[-94,0.0014925373134328],[-93,0.0014925373134328],[-92,0.0014925373134328],[-91,0.0014925373134328],[-90,0.0014925373134328],[-89,0.0014925373134328],[-88,0.0014925373134328],[-87,0.0014925373134328],[-86,0.0014925373134328],[-85,0.0014925373134328],[-84,0.0014925373134328],[-83,0.0014925373134328],[-82,0.0014925373134328],[-81,0.0014925373134328],[-80,0.0014925373134328],[-79,0.0014925373134328],[-78,0.0014925373134328],[-77,0.0014925373134328],[-76,0.0014925373134328],[-75,0.0014925373134328],[-74,0.0014925373134328],[-73,0.0014925373134328],[-72,0.0014925373134328],[-71,0.0014925373134328],[-70,0.0014925373134328],[-69,0.0014925373134328],[-68,0.0014925373134328],[-67,0.0014925373134328],[-66,0.0014925373134328],[-65,0.0014925373134328],[-64,0.0014925373134328],[-63,0.0014925373134328],[-62,0.0014925373134328],[-61,0.0014925373134328],[-60,0.0014925373134328],[-59,0.0014925373134328],[-58,0.0014925373134328],[-57,0.0014925373134328],[-56,0.0014925373134328],[-55,0.0014925373134328],[-54,0.0014925373134328],[-53,0.0014925373134328],[-52,0.0014925373134328],[-51,0.0014925373134328],[-50,0.0014925373134328],[-49,0.0014925373134328],[-48,0.0014925373134328],[-47,0.0014925373134328],[-46,0.0014925373134328],[-45,0.0014925373134328],[-44,0.0014925373134328],[-43,0.0014925373134328],[-42,0.0014925373134328],[-41,0.0014925373134328],[-40,0.0014925373134328],[-39,0.0014925373134328],[-38,0.0014925373134328],[-37,0.0014925373134328],[-36,0.0014925373134328],[-35,0.0014925373134328],[-34,0.0014925373134328],[-33,0.0014925373134328],[-32,0.0014925373134328],[-31,0.0014925373134328],[-30,0.0014925373134328],[60,0.015151515151515],[61,0.015151515151515],[62,0.015151515151515],[63,0.015151515151515],[64,0.015151515151515],[65,0.015151515151515],[66,0.015151515151515],[67,0.015151515151515],[68,0.015151515151515],[69,0.015151515151515],[70,0.015151515151515],[71,0.015151515151515],[72,0.015151515151515],[73,0.015151515151515],[74,0.015151515151515],[75,0.015151515151515],[76,0.015151515151515],[77,0.015151515151515],[78,0.015151515151515],[79,0.015151515151515],[80,0.015151515151515],[81,0.015151515151515],[82,0.015151515151515],[83,0.015151515151515],[84,0.015151515151515],[85,0.015151515151515],[86,0.015151515151515],[87,0.015151515151515],[88,0.015151515151515],[89,0.015151515151515],[90,0.015151515151515],[91,0.015151515151515],[92,0.015151515151515],[93,0.015151515151515],[94,0.015151515151515],[95,0.015151515151515],[96,0.015151515151515],[97,0.015151515151515],[98,0.015151515151515],[99,0.015151515151515],[100,0.015151515151515],[101,0.015151515151515],[102,0.015151515151515],[103,0.015151515151515],[104,0.015151515151515],[105,0.015151515151515],[106,0.015151515151515],[107,0.015151515151515],[108,0.015151515151515],[109,0.015151515151515],[110,0.015151515151515],[111,0.015151515151515],[112,0.015151515151515],[113,0.015151515151515],[114,0.015151515151515],[115,0.015151515151515],[116,0.015151515151515],[117,0.015151515151515],[118,0.015151515151515],[119,0.015151515151515],[120,0.015151515151515],[121,0.015151515151515],[122,0.015151515151515],[123,0.015151515151515],[124,0.015151515151515],[125,0.015151515151515],[725,0.024390243902439],[726,0.024390243902439],[727,0.024390243902439],[728,0.024390243902439],[729,0.024390243902439],[730,0.024390243902439],[731,0.024390243902439],[732,0.024390243902439],[733,0.024390243902439],[734,0.024390243902439],[735,0.024390243902439],[736,0.024390243902439],[737,0.024390243902439],[738,0.024390243902439],[739,0.024390243902439],[740,0.024390243902439],[741,0.024390243902439],[742,0.024390243902439],[743,0.024390243902439],[744,0.024390243902439],[745,0.024390243902439],[746,0.024390243902439],[747,0.024390243902439],[748,0.024390243902439],[749,0.024390243902439],[750,0.024390243902439],[751,0.024390243902439],[752,0.024390243902439],[753,0.024390243902439],[754,0.024390243902439],[755,0.024390243902439],[756,0.024390243902439],[757,0.024390243902439],[758,0.024390243902439],[759,0.024390243902439],[760,0.024390243902439],[761,0.024390243902439],[762,0.024390243902439],[763,0.024390243902439],[764,0.024390243902439],[765,0.024390243902439],[454,0.021739130434783],[455,0.021739130434783],[456,0.021739130434783],[457,0.021739130434783],[458,0.021739130434783],[459,0.021739130434783],[460,0.021739130434783],[461,0.021739130434783],[462,0.021739130434783],[463,0.021739130434783],[464,0.021739130434783],[465,0.021739130434783],[466,0.021739130434783],[467,0.021739130434783],[468,0.021739130434783],[469,0.021739130434783],[470,0.021739130434783],[471,0.021739130434783],[472,0.021739130434783],[473,0.021739130434783],[474,0.021739130434783],[475,0.021739130434783],[476,0.021739130434783],[477,0.021739130434783],[478,0.021739130434783],[479,0.021739130434783],[480,0.021739130434783],[481,0.021739130434783],[482,0.021739130434783],[483,0.021739130434783],[484,0.021739130434783],[485,0.021739130434783],[486,0.021739130434783],[487,0.021739130434783],[488,0.021739130434783],[489,0.021739130434783],[490,0.021739130434783],[491,0.021739130434783],[492,0.021739130434783],[493,0.021739130434783],[494,0.021739130434783],[495,0.021739130434783],[496,0.021739130434783],[497,0.021739130434783],[498,0.021739130434783],[499,0.021739130434783],[-132,0.066666666666667],[-131,0.066666666666667],[-130,0.066666666666667],[-129,0.066666666666667],[-128,0.066666666666667],[-127,0.066666666666667],[-126,0.066666666666667],[-125,0.066666666666667],[-124,0.066666666666667],[-123,0.066666666666667],[-122,0.066666666666667],[-121,0.066666666666667],[-120,0.066666666666667],[-119,0.066666666666667],[-118,0.066666666666667],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[83,0.5],[84,0.5],[-150,0.0033333333333333],[-149,0.0033333333333333],[-148,0.0033333333333333],[-147,0.0033333333333333],[-146,0.0033333333333333],[-145,0.0033333333333333],[-144,0.0033333333333333],[-143,0.0033333333333333],[-142,0.0033333333333333],[-141,0.0033333333333333],[-140,0.0033333333333333],[-139,0.0033333333333333],[-138,0.0033333333333333],[-137,0.0033333333333333],[-136,0.0033333333333333],[-135,0.0033333333333333],[-134,0.0033333333333333],[-133,0.0033333333333333],[-132,0.0033333333333333],[-131,0.0033333333333333],[-130,0.0033333333333333],[-129,0.0033333333333333],[-128,0.0033333333333333],[-127,0.0033333333333333],[-126,0.0033333333333333],[-125,0.0033333333333333],[-124,0.0033333333333333],[-123,0.0033333333333333],[-122,0.0033333333333333],[-121,0.0033333333333333],[-120,0.0033333333333333],[-119,0.0033333333333333],[-118,0.0033333333333333],[-117,0.0033333333333333],[-116,0.0033333333333333],[-115,0.0033333333333333],[-114,0.0033333333333333],[-113,0.0033333333333333],[-112,0.0033333333333333],[-111,0.0033333333333333],[-110,0.0033333333333333],[-109,0.0033333333333333],[-108,0.0033333333333333],[-107,0.0033333333333333],[-106,0.0033333333333333],[-105,0.0033333333333333],[-104,0.0033333333333333],[-103,0.0033333333333333],[-102,0.0033333333333333],[-101,0.0033333333333333],[-100,0.0033333333333333],[-99,0.0033333333333333],[-98,0.0033333333333333],[-97,0.0033333333333333],[-96,0.0033333333333333],[-95,0.0033333333333333],[-94,0.0033333333333333],[-93,0.0033333333333333],[-92,0.0033333333333333],[-91,0.0033333333333333],[-90,0.0033333333333333],[-89,0.0033333333333333],[-88,0.0033333333333333],[-87,0.0033333333333333],[-86,0.0033333333333333],[-85,0.0033333333333333],[-84,0.0033333333333333],[-83,0.0033333333333333],[-82,0.0033333333333333],[-81,0.0033333333333333],[-80,0.0033333333333333],[-79,0.0033333333333333],[-78,0.0033333333333333],[-77,0.0033333333333333],[-76,0.0033333333333333],[-75,0.0033333333333333],[-74,0.0033333333333333],[-73,0.0033333333333333],[-72,0.0033333333333333],[-71,0.0033333333333333],[-70,0.0033333333333333],[-69,0.0033333333333333],[-68,0.0033333333333333],[-67,0.0033333333333333],[-66,0.0033333333333333],[-65,0.0033333333333333],[-64,0.0033333333333333],[-63,0.0033333333333333],[-62,0.0033333333333333],[-61,0.0033333333333333],[-60,0.0033333333333333],[-59,0.0033333333333333],[-58,0.0033333333333333],[-57,0.0033333333333333],[-56,0.0033333333333333],[-55,0.0033333333333333],[-54,0.0033333333333333],[-53,0.0033333333333333],[-52,0.0033333333333333],[-51,0.0033333333333333],[-50,0.0033333333333333],[-49,0.0033333333333333],[-48,0.0033333333333333],[-47,0.0033333333333333],[-46,0.0033333333333333],[-45,0.0033333333333333],[-44,0.0033333333333333],[-43,0.0033333333333333],[-42,0.0033333333333333],[-41,0.0033333333333333],[-40,0.0033333333333333],[-39,0.0033333333333333],[-38,0.0033333333333333],[-37,0.0033333333333333],[-36,0.0033333333333333],[-35,0.0033333333333333],[-34,0.0033333333333333],[-33,0.0033333333333333],[-32,0.0033333333333333],[-31,0.0033333333333333],[-30,0.0033333333333333],[-29,0.0033333333333333],[-28,0.0033333333333333],[-27,0.0033333333333333],[-26,0.0033333333333333],[-25,0.0033333333333333],[-24,0.0033333333333333],[-23,0.0033333333333333],[-22,0.0033333333333333],[-21,0.0033333333333333],[-20,0.0033333333333333],[-19,0.0033333333333333],[-18,0.0033333333333333],[-17,0.0033333333333333],[-16,0.0033333333333333],[-15,0.0033333333333333],[-14,0.0033333333333333],[-13,0.0033333333333333],[-12,0.0033333333333333],[-11,0.0033333333333333],[-10,0.0033333333333333],[-9,0.0033333333333333],[-8,0.0033333333333333],[-7,0.0033333333333333],[-6,0.0033333333333333],[-5,0.0033333333333333],[-4,0.0033333333333333],[-3,0.0033333333333333],[-2,0.0033333333333333],[-1,0.0033333333333333],[1,0.0033333333333333],[2,0.0033333333333333],[3,0.0033333333333333],[4,0.0033333333333333],[5,0.0033333333333333],[6,0.0033333333333333],[7,0.0033333333333333],[8,0.0033333333333333],[9,0.0033333333333333],[10,0.0033333333333333],[11,0.0033333333333333],[12,0.0033333333333333],[13,0.0033333333333333],[14,0.0033333333333333],[15,0.0033333333333333],[16,0.0033333333333333],[17,0.0033333333333333],[18,0.0033333333333333],[19,0.0033333333333333],[20,0.0033333333333333],[21,0.0033333333333333],[22,0.0033333333333333],[23,0.0033333333333333],[24,0.0033333333333333],[25,0.0033333333333333],[26,0.0033333333333333],[27,0.0033333333333333],[28,0.0033333333333333],[29,0.0033333333333333],[30,0.0033333333333333],[31,0.0033333333333333],[32,0.0033333333333333],[33,0.0033333333333333],[34,0.0033333333333333],[35,0.0033333333333333],[36,0.0033333333333333],[37,0.0033333333333333],[38,0.0033333333333333],[39,0.0033333333333333],[40,0.0033333333333333],[41,0.0033333333333333],[42,0.0033333333333333],[43,0.0033333333333333],[44,0.0033333333333333],[45,0.0033333333333333],[46,0.0033333333333333],[47,0.0033333333333333],[48,0.0033333333333333],[49,0.0033333333333333],[50,0.0033333333333333],[51,0.0033333333333333],[52,0.0033333333333333],[53,0.0033333333333333],[54,0.0033333333333333],[55,0.0033333333333333],[56,0.0033333333333333],[57,0.0033333333333333],[58,0.0033333333333333],[59,0.0033333333333333],[60,0.0033333333333333],[61,0.0033333333333333],[62,0.0033333333333333],[63,0.0033333333333333],[64,0.0033333333333333],[65,0.0033333333333333],[66,0.0033333333333333],[67,0.0033333333333333],[68,0.0033333333333333],[69,0.0033333333333333],[70,0.0033333333333333],[71,0.0033333333333333],[72,0.0033333333333333],[73,0.0033333333333333],[74,0.0033333333333333],[75,0.0033333333333333],[76,0.0033333333333333],[77,0.0033333333333333],[78,0.0033333333333333],[79,0.0033333333333333],[80,0.0033333333333333],[81,0.0033333333333333],[82,0.0033333333333333],[83,0.0033333333333333],[84,0.0033333333333333],[85,0.0033333333333333],[86,0.0033333333333333],[87,0.0033333333333333],[88,0.0033333333333333],[89,0.0033333333333333],[90,0.0033333333333333],[91,0.0033333333333333],[92,0.0033333333333333],[93,0.0033333333333333],[94,0.0033333333333333],[95,0.0033333333333333],[96,0.0033333333333333],[97,0.0033333333333333],[98,0.0033333333333333],[99,0.0033333333333333],[100,0.0033333333333333],[101,0.0033333333333333],[102,0.0033333333333333],[103,0.0033333333333333],[104,0.0033333333333333],[105,0.0033333333333333],[106,0.0033333333333333],[107,0.0033333333333333],[108,0.0033333333333333],[109,0.0033333333333333],[110,0.0033333333333333],[111,0.0033333333333333],[112,0.0033333333333333],[113,0.0033333333333333],[114,0.0033333333333333],[115,0.0033333333333333],[116,0.0033333333333333],[117,0.0033333333333333],[118,0.0033333333333333],[119,0.0033333333333333],[120,0.0033333333333333],[121,0.0033333333333333],[122,0.0033333333333333],[123,0.0033333333333333],[124,0.0033333333333333],[125,0.0033333333333333],[126,0.0033333333333333],[127,0.0033333333333333],[128,0.0033333333333333],[129,0.0033333333333333],[130,0.0033333333333333],[131,0.0033333333333333],[132,0.0033333333333333],[133,0.0033333333333333],[134,0.0033333333333333],[135,0.0033333333333333],[136,0.0033333333333333],[137,0.0033333333333333],[138,0.0033333333333333],[139,0.0033333333333333],[140,0.0033333333333333],[141,0.0033333333333333],[142,0.0033333333333333],[143,0.0033333333333333],[144,0.0033333333333333],[145,0.0033333333333333],[146,0.0033333333333333],[147,0.0033333333333333],[148,0.0033333333333333],[149,0.0033333333333333],[150,0.0033333333333333],[225,0.019607843137255],[226,0.019607843137255],[227,0.019607843137255],[228,0.019607843137255],[229,0.019607843137255],[230,0.019607843137255],[231,0.019607843137255],[232,0.019607843137255],[233,0.019607843137255],[234,0.019607843137255],[235,0.019607843137255],[236,0.019607843137255],[237,0.019607843137255],[238,0.019607843137255],[239,0.019607843137255],[240,0.019607843137255],[241,0.019607843137255],[242,0.019607843137255],[243,0.019607843137255],[244,0.019607843137255],[245,0.019607843137255],[246,0.019607843137255],[247,0.019607843137255],[248,0.019607843137255],[249,0.019607843137255],[250,0.019607843137255],[251,0.019607843137255],[252,0.019607843137255],[253,0.019607843137255],[254,0.019607843137255],[255,0.019607843137255],[256,0.019607843137255],[257,0.019607843137255],[258,0.019607843137255],[259,0.019607843137255],[260,0.019607843137255],[261,0.019607843137255],[262,0.019607843137255],[263,0.019607843137255],[264,0.019607843137255],[265,0.019607843137255],[266,0.019607843137255],[267,0.019607843137255],[268,0.019607843137255],[269,0.019607843137255],[270,0.019607843137255],[271,0.019607843137255],[272,0.019607843137255],[273,0.019607843137255],[274,0.019607843137255],[275,0.019607843137255],[118,0.03030303030303],[119,0.03030303030303],[120,0.03030303030303],[121,0.03030303030303],[122,0.03030303030303],[123,0.03030303030303],[124,0.03030303030303],[125,0.03030303030303],[126,0.03030303030303],[127,0.03030303030303],[128,0.03030303030303],[129,0.03030303030303],[130,0.03030303030303],[131,0.03030303030303],[132,0.03030303030303],[133,0.03030303030303],[134,0.03030303030303],[135,0.03030303030303],[136,0.03030303030303],[137,0.03030303030303],[138,0.03030303030303],[139,0.03030303030303],[140,0.03030303030303],[141,0.03030303030303],[142,0.03030303030303],[143,0.03030303030303],[144,0.03030303030303],[145,0.03030303030303],[146,0.03030303030303],[147,0.03030303030303],[148,0.03030303030303],[149,0.03030303030303],[150,0.03030303030303],[183,0.5],[184,0.5],[144,0.03448275862069],[145,0.03448275862069],[146,0.03448275862069],[147,0.03448275862069],[148,0.03448275862069],[149,0.03448275862069],[150,0.03448275862069],[151,0.03448275862069],[152,0.03448275862069],[153,0.03448275862069],[154,0.03448275862069],[155,0.03448275862069],[156,0.03448275862069],[157,0.03448275862069],[158,0.03448275862069],[159,0.03448275862069],[160,0.03448275862069],[161,0.03448275862069],[162,0.03448275862069],[163,0.03448275862069],[164,0.03448275862069],[165,0.03448275862069],[166,0.03448275862069],[167,0.03448275862069],[168,0.03448275862069],[169,0.03448275862069],[170,0.03448275862069],[171,0.03448275862069],[172,0.03448275862069],[209,0.25],[210,0.25],[211,0.25],[212,0.25],[100,0.005],[101,0.005],[102,0.005],[103,0.005],[104,0.005],[105,0.005],[106,0.005],[107,0.005],[108,0.005],[109,0.005],[110,0.005],[111,0.005],[112,0.005],[113,0.005],[114,0.005],[115,0.005],[116,0.005],[117,0.005],[118,0.005],[119,0.005],[120,0.005],[121,0.005],[122,0.005],[123,0.005],[124,0.005],[125,0.005],[126,0.005],[127,0.005],[128,0.005],[129,0.005],[130,0.005],[131,0.005],[132,0.005],[133,0.005],[134,0.005],[135,0.005],[136,0.005],[137,0.005],[138,0.005],[139,0.005],[140,0.005],[141,0.005],[142,0.005],[143,0.005],[144,0.005],[145,0.005],[146,0.005],[147,0.005],[148,0.005],[149,0.005],[150,0.005],[151,0.005],[152,0.005],[153,0.005],[154,0.005],[155,0.005],[156,0.005],[157,0.005],[158,0.005],[159,0.005],[160,0.005],[161,0.005],[162,0.005],[163,0.005],[164,0.005],[165,0.005],[166,0.005],[167,0.005],[168,0.005],[169,0.005],[170,0.005],[171,0.005],[172,0.005],[173,0.005],[174,0.005],[175,0.005],[176,0.005],[177,0.005],[178,0.005],[179,0.005],[180,0.005],[181,0.005],[182,0.005],[183,0.005],[184,0.005],[185,0.005],[186,0.005],[187,0.005],[188,0.005],[189,0.005],[190,0.005],[191,0.005],[192,0.005],[193,0.005],[194,0.005],[195,0.005],[196,0.005],[197,0.005],[198,0.005],[199,0.005],[200,0.005],[201,0.005],[202,0.005],[203,0.005],[204,0.005],[205,0.005],[206,0.005],[207,0.005],[208,0.005],[209,0.005],[210,0.005],[211,0.005],[212,0.005],[213,0.005],[214,0.005],[215,0.005],[216,0.005],[217,0.005],[218,0.005],[219,0.005],[220,0.005],[221,0.005],[222,0.005],[223,0.005],[224,0.005],[225,0.005],[226,0.005],[227,0.005],[228,0.005],[229,0.005],[230,0.005],[231,0.005],[232,0.005],[233,0.005],[234,0.005],[235,0.005],[236,0.005],[237,0.005],[238,0.005],[239,0.005],[240,0.005],[241,0.005],[242,0.005],[243,0.005],[244,0.005],[245,0.005],[246,0.005],[247,0.005],[248,0.005],[249,0.005],[250,0.005],[251,0.005],[252,0.005],[253,0.005],[254,0.005],[255,0.005],[256,0.005],[257,0.005],[258,0.005],[259,0.005],[260,0.005],[261,0.005],[262,0.005],[263,0.005],[264,0.005],[265,0.005],[266,0.005],[267,0.005],[268,0.005],[269,0.005],[270,0.005],[271,0.005],[272,0.005],[273,0.005],[274,0.005],[275,0.005],[276,0.005],[277,0.005],[278,0.005],[279,0.005],[280,0.005],[281,0.005],[282,0.005],[283,0.005],[284,0.005],[285,0.005],[286,0.005],[287,0.005],[288,0.005],[289,0.005],[290,0.005],[291,0.005],[292,0.005],[293,0.005],[294,0.005],[295,0.005],[296,0.005],[297,0.005],[298,0.005],[299,0.005],[106,0.021739130434783],[107,0.021739130434783],[108,0.021739130434783],[109,0.021739130434783],[110,0.021739130434783],[111,0.021739130434783],[112,0.021739130434783],[113,0.021739130434783],[114,0.021739130434783],[115,0.021739130434783],[116,0.021739130434783],[117,0.021739130434783],[118,0.021739130434783],[119,0.021739130434783],[120,0.021739130434783],[121,0.021739130434783],[122,0.021739130434783],[123,0.021739130434783],[124,0.021739130434783],[125,0.021739130434783],[126,0.021739130434783],[127,0.021739130434783],[128,0.021739130434783],[129,0.021739130434783],[130,0.021739130434783],[131,0.021739130434783],[132,0.021739130434783],[133,0.021739130434783],[134,0.021739130434783],[135,0.021739130434783],[136,0.021739130434783],[137,0.021739130434783],[138,0.021739130434783],[139,0.021739130434783],[140,0.021739130434783],[141,0.021739130434783],[142,0.021739130434783],[143,0.021739130434783],[144,0.021739130434783],[145,0.021739130434783],[146,0.021739130434783],[147,0.021739130434783],[148,0.021739130434783],[149,0.021739130434783],[150,0.021739130434783],[151,0.021739130434783],[231,0.25],[232,0.25],[233,0.25],[234,0.25],[575,0.008],[576,0.008],[577,0.008],[578,0.008],[579,0.008],[580,0.008],[581,0.008],[582,0.008],[583,0.008],[584,0.008],[585,0.008],[586,0.008],[587,0.008],[588,0.008],[589,0.008],[590,0.008],[591,0.008],[592,0.008],[593,0.008],[594,0.008],[595,0.008],[596,0.008],[597,0.008],[598,0.008],[599,0.008],[600,0.008],[601,0.008],[602,0.008],[603,0.008],[604,0.008],[605,0.008],[606,0.008],[607,0.008],[608,0.008],[609,0.008],[610,0.008],[611,0.008],[612,0.008],[613,0.008],[614,0.008],[615,0.008],[616,0.008],[617,0.008],[618,0.008],[619,0.008],[620,0.008],[621,0.008],[622,0.008],[623,0.008],[624,0.008],[625,0.008],[626,0.008],[627,0.008],[628,0.008],[629,0.008],[630,0.008],[631,0.008],[632,0.008],[633,0.008],[634,0.008],[635,0.008],[636,0.008],[637,0.008],[638,0.008],[639,0.008],[640,0.008],[641,0.008],[642,0.008],[643,0.008],[644,0.008],[645,0.008],[646,0.008],[647,0.008],[648,0.008],[649,0.008],[650,0.008],[651,0.008],[652,0.008],[653,0.008],[654,0.008],[655,0.008],[656,0.008],[657,0.008],[658,0.008],[659,0.008],[660,0.008],[661,0.008],[662,0.008],[663,0.008],[664,0.008],[665,0.008],[666,0.008],[667,0.008],[668,0.008],[669,0.008],[670,0.008],[671,0.008],[672,0.008],[673,0.008],[674,0.008],[675,0.008],[676,0.008],[677,0.008],[678,0.008],[679,0.008],[680,0.008],[681,0.008],[682,0.008],[683,0.008],[684,0.008],[685,0.008],[686,0.008],[687,0.008],[688,0.008],[689,0.008],[690,0.008],[691,0.008],[692,0.008],[693,0.008],[694,0.008],[695,0.008],[696,0.008],[697,0.008],[698,0.008],[699,0.008],[625,0.0099009900990099],[626,0.0099009900990099],[627,0.0099009900990099],[628,0.0099009900990099],[629,0.0099009900990099],[630,0.0099009900990099],[631,0.0099009900990099],[632,0.0099009900990099],[633,0.0099009900990099],[634,0.0099009900990099],[635,0.0099009900990099],[636,0.0099009900990099],[637,0.0099009900990099],[638,0.0099009900990099],[639,0.0099009900990099],[640,0.0099009900990099],[641,0.0099009900990099],[642,0.0099009900990099],[643,0.0099009900990099],[644,0.0099009900990099],[645,0.0099009900990099],[646,0.0099009900990099],[647,0.0099009900990099],[648,0.0099009900990099],[649,0.0099009900990099],[650,0.0099009900990099],[651,0.0099009900990099],[652,0.0099009900990099],[653,0.0099009900990099],[654,0.0099009900990099],[655,0.0099009900990099],[656,0.0099009900990099],[657,0.0099009900990099],[658,0.0099009900990099],[659,0.0099009900990099],[660,0.0099009900990099],[661,0.0099009900990099],[662,0.0099009900990099],[663,0.0099009900990099],[664,0.0099009900990099],[665,0.0099009900990099],[666,0.0099009900990099],[667,0.0099009900990099],[668,0.0099009900990099],[669,0.0099009900990099],[670,0.0099009900990099],[671,0.0099009900990099],[672,0.0099009900990099],[673,0.0099009900990099],[674,0.0099009900990099],[675,0.0099009900990099],[676,0.0099009900990099],[677,0.0099009900990099],[678,0.0099009900990099],[679,0.0099009900990099],[680,0.0099009900990099],[681,0.0099009900990099],[682,0.0099009900990099],[683,0.0099009900990099],[684,0.0099009900990099],[685,0.0099009900990099],[686,0.0099009900990099],[687,0.0099009900990099],[688,0.0099009900990099],[689,0.0099009900990099],[690,0.0099009900990099],[691,0.0099009900990099],[692,0.0099009900990099],[693,0.0099009900990099],[694,0.0099009900990099],[695,0.0099009900990099],[696,0.0099009900990099],[697,0.0099009900990099],[698,0.0099009900990099],[699,0.0099009900990099],[700,0.0099009900990099],[701,0.0099009900990099],[702,0.0099009900990099],[703,0.0099009900990099],[704,0.0099009900990099],[705,0.0099009900990099],[706,0.0099009900990099],[707,0.0099009900990099],[708,0.0099009900990099],[709,0.0099009900990099],[710,0.0099009900990099],[711,0.0099009900990099],[712,0.0099009900990099],[713,0.0099009900990099],[714,0.0099009900990099],[715,0.0099009900990099],[716,0.0099009900990099],[717,0.0099009900990099],[718,0.0099009900990099],[719,0.0099009900990099],[720,0.0099009900990099],[721,0.0099009900990099],[722,0.0099009900990099],[723,0.0099009900990099],[724,0.0099009900990099],[725,0.0099009900990099],[-19,0.055555555555556],[-18,0.055555555555556],[-17,0.055555555555556],[-16,0.055555555555556],[-15,0.055555555555556],[-14,0.055555555555556],[-13,0.055555555555556],[-12,0.055555555555556],[-11,0.055555555555556],[-10,0.055555555555556],[-9,0.055555555555556],[-8,0.055555555555556],[-7,0.055555555555556],[-6,0.055555555555556],[-5,0.055555555555556],[-4,0.055555555555556],[-3,0.055555555555556],[-2,0.055555555555556],[123,0.058823529411765],[124,0.058823529411765],[125,0.058823529411765],[126,0.058823529411765],[127,0.058823529411765],[128,0.058823529411765],[129,0.058823529411765],[130,0.058823529411765],[131,0.058823529411765],[132,0.058823529411765],[133,0.058823529411765],[134,0.058823529411765],[135,0.058823529411765],[136,0.058823529411765],[137,0.058823529411765],[138,0.058823529411765],[139,0.058823529411765],[325,0.019607843137255],[326,0.019607843137255],[327,0.019607843137255],[328,0.019607843137255],[329,0.019607843137255],[330,0.019607843137255],[331,0.019607843137255],[332,0.019607843137255],[333,0.019607843137255],[334,0.019607843137255],[335,0.019607843137255],[336,0.019607843137255],[337,0.019607843137255],[338,0.019607843137255],[339,0.019607843137255],[340,0.019607843137255],[341,0.019607843137255],[342,0.019607843137255],[343,0.019607843137255],[344,0.019607843137255],[345,0.019607843137255],[346,0.019607843137255],[347,0.019607843137255],[348,0.019607843137255],[349,0.019607843137255],[350,0.019607843137255],[351,0.019607843137255],[352,0.019607843137255],[353,0.019607843137255],[354,0.019607843137255],[355,0.019607843137255],[356,0.019607843137255],[357,0.019607843137255],[358,0.019607843137255],[359,0.019607843137255],[360,0.019607843137255],[361,0.019607843137255],[362,0.019607843137255],[363,0.019607843137255],[364,0.019607843137255],[365,0.019607843137255],[366,0.019607843137255],[367,0.019607843137255],[368,0.019607843137255],[369,0.019607843137255],[370,0.019607843137255],[371,0.019607843137255],[372,0.019607843137255],[373,0.019607843137255],[374,0.019607843137255],[375,0.019607843137255],[400,0.0016666666666667],[401,0.0016666666666667],[402,0.0016666666666667],[403,0.0016666666666667],[404,0.0016666666666667],[405,0.0016666666666667],[406,0.0016666666666667],[407,0.0016666666666667],[408,0.0016666666666667],[409,0.0016666666666667],[410,0.0016666666666667],[411,0.0016666666666667],[412,0.0016666666666667],[413,0.0016666666666667],[414,0.0016666666666667],[415,0.0016666666666667],[416,0.0016666666666667],[417,0.0016666666666667],[418,0.0016666666666667],[419,0.0016666666666667],[420,0.0016666666666667],[421,0.0016666666666667],[422,0.0016666666666667],[423,0.0016666666666667],[424,0.0016666666666667],[425,0.0016666666666667],[426,0.0016666666666667],[427,0.0016666666666667],[428,0.0016666666666667],[429,0.0016666666666667],[430,0.0016666666666667],[431,0.0016666666666667],[432,0.0016666666666667],[433,0.0016666666666667],[434,0.0016666666666667],[435,0.0016666666666667],[436,0.0016666666666667],[437,0.0016666666666667],[438,0.0016666666666667],[439,0.0016666666666667],[440,0.0016666666666667],[441,0.0016666666666667],[442,0.0016666666666667],[443,0.0016666666666667],[444,0.0016666666666667],[445,0.0016666666666667],[446,0.0016666666666667],[447,0.0016666666666667],[448,0.0016666666666667],[449,0.0016666666666667],[450,0.0016666666666667],[451,0.0016666666666667],[452,0.0016666666666667],[453,0.0016666666666667],[454,0.0016666666666667],[455,0.0016666666666667],[456,0.0016666666666667],[457,0.0016666666666667],[458,0.0016666666666667],[459,0.0016666666666667],[460,0.0016666666666667],[461,0.0016666666666667],[462,0.0016666666666667],[463,0.0016666666666667],[464,0.0016666666666667],[465,0.0016666666666667],[466,0.0016666666666667],[467,0.0016666666666667],[468,0.0016666666666667],[469,0.0016666666666667],[470,0.0016666666666667],[471,0.0016666666666667],[472,0.0016666666666667],[473,0.0016666666666667],[474,0.0016666666666667],[475,0.0016666666666667],[476,0.0016666666666667],[477,0.0016666666666667],[478,0.0016666666666667],[479,0.0016666666666667],[480,0.0016666666666667],[481,0.0016666666666667],[482,0.0016666666666667],[483,0.0016666666666667],[484,0.0016666666666667],[485,0.0016666666666667],[486,0.0016666666666667],[487,0.0016666666666667],[488,0.0016666666666667],[489,0.0016666666666667],[490,0.0016666666666667],[491,0.0016666666666667],[492,0.0016666666666667],[493,0.0016666666666667],[494,0.0016666666666667],[495,0.0016666666666667],[496,0.0016666666666667],[497,0.0016666666666667],[498,0.0016666666666667],[499,0.0016666666666667],[500,0.0016666666666667],[501,0.0016666666666667],[502,0.0016666666666667],[503,0.0016666666666667],[504,0.0016666666666667],[505,0.0016666666666667],[506,0.0016666666666667],[507,0.0016666666666667],[508,0.0016666666666667],[509,0.0016666666666667],[510,0.0016666666666667],[511,0.0016666666666667],[512,0.0016666666666667],[513,0.0016666666666667],[514,0.0016666666666667],[515,0.0016666666666667],[516,0.0016666666666667],[517,0.0016666666666667],[518,0.0016666666666667],[519,0.0016666666666667],[520,0.0016666666666667],[521,0.0016666666666667],[522,0.0016666666666667],[523,0.0016666666666667],[524,0.0016666666666667],[525,0.0016666666666667],[526,0.0016666666666667],[527,0.0016666666666667],[528,0.0016666666666667],[529,0.0016666666666667],[530,0.0016666666666667],[531,0.0016666666666667],[532,0.0016666666666667],[533,0.0016666666666667],[534,0.0016666666666667],[535,0.0016666666666667],[536,0.0016666666666667],[537,0.0016666666666667],[538,0.0016666666666667],[539,0.0016666666666667],[540,0.0016666666666667],[541,0.0016666666666667],[542,0.0016666666666667],[543,0.0016666666666667],[544,0.0016666666666667],[545,0.0016666666666667],[546,0.0016666666666667],[547,0.0016666666666667],[548,0.0016666666666667],[549,0.0016666666666667],[550,0.0016666666666667],[551,0.0016666666666667],[552,0.0016666666666667],[553,0.0016666666666667],[554,0.0016666666666667],[555,0.0016666666666667],[556,0.0016666666666667],[557,0.0016666666666667],[558,0.0016666666666667],[559,0.0016666666666667],[560,0.0016666666666667],[561,0.0016666666666667],[562,0.0016666666666667],[563,0.0016666666666667],[564,0.0016666666666667],[565,0.0016666666666667],[566,0.0016666666666667],[567,0.0016666666666667],[568,0.0016666666666667],[569,0.0016666666666667],[570,0.0016666666666667],[571,0.0016666666666667],[572,0.0016666666666667],[573,0.0016666666666667],[574,0.0016666666666667],[575,0.0016666666666667],[576,0.0016666666666667],[577,0.0016666666666667],[578,0.0016666666666667],[579,0.0016666666666667],[580,0.0016666666666667],[581,0.0016666666666667],[582,0.0016666666666667],[583,0.0016666666666667],[584,0.0016666666666667],[585,0.0016666666666667],[586,0.0016666666666667],[587,0.0016666666666667],[588,0.0016666666666667],[589,0.0016666666666667],[590,0.0016666666666667],[591,0.0016666666666667],[592,0.0016666666666667],[593,0.0016666666666667],[594,0.0016666666666667],[595,0.0016666666666667],[596,0.0016666666666667],[597,0.0016666666666667],[598,0.0016666666666667],[599,0.0016666666666667],[600,0.0016666666666667],[601,0.0016666666666667],[602,0.0016666666666667],[603,0.0016666666666667],[604,0.0016666666666667],[605,0.0016666666666667],[606,0.0016666666666667],[607,0.0016666666666667],[608,0.0016666666666667],[609,0.0016666666666667],[610,0.0016666666666667],[611,0.0016666666666667],[612,0.0016666666666667],[613,0.0016666666666667],[614,0.0016666666666667],[615,0.0016666666666667],[616,0.0016666666666667],[617,0.0016666666666667],[618,0.0016666666666667],[619,0.0016666666666667],[620,0.0016666666666667],[621,0.0016666666666667],[622,0.0016666666666667],[623,0.0016666666666667],[624,0.0016666666666667],[625,0.0016666666666667],[626,0.0016666666666667],[627,0.0016666666666667],[628,0.0016666666666667],[629,0.0016666666666667],[630,0.0016666666666667],[631,0.0016666666666667],[632,0.0016666666666667],[633,0.0016666666666667],[634,0.0016666666666667],[635,0.0016666666666667],[636,0.0016666666666667],[637,0.0016666666666667],[638,0.0016666666666667],[639,0.0016666666666667],[640,0.0016666666666667],[641,0.0016666666666667],[642,0.0016666666666667],[643,0.0016666666666667],[644,0.0016666666666667],[645,0.0016666666666667],[646,0.0016666666666667],[647,0.0016666666666667],[648,0.0016666666666667],[649,0.0016666666666667],[650,0.0016666666666667],[651,0.0016666666666667],[652,0.0016666666666667],[653,0.0016666666666667],[654,0.0016666666666667],[655,0.0016666666666667],[656,0.0016666666666667],[657,0.0016666666666667],[658,0.0016666666666667],[659,0.0016666666666667],[660,0.0016666666666667],[661,0.0016666666666667],[662,0.0016666666666667],[663,0.0016666666666667],[664,0.0016666666666667],[665,0.0016666666666667],[666,0.0016666666666667],[667,0.0016666666666667],[668,0.0016666666666667],[669,0.0016666666666667],[670,0.0016666666666667],[671,0.0016666666666667],[672,0.0016666666666667],[673,0.0016666666666667],[674,0.0016666666666667],[675,0.0016666666666667],[676,0.0016666666666667],[677,0.0016666666666667],[678,0.0016666666666667],[679,0.0016666666666667],[680,0.0016666666666667],[681,0.0016666666666667],[682,0.0016666666666667],[683,0.0016666666666667],[684,0.0016666666666667],[685,0.0016666666666667],[686,0.0016666666666667],[687,0.0016666666666667],[688,0.0016666666666667],[689,0.0016666666666667],[690,0.0016666666666667],[691,0.0016666666666667],[692,0.0016666666666667],[693,0.0016666666666667],[694,0.0016666666666667],[695,0.0016666666666667],[696,0.0016666666666667],[697,0.0016666666666667],[698,0.0016666666666667],[699,0.0016666666666667],[700,0.0016666666666667],[701,0.0016666666666667],[702,0.0016666666666667],[703,0.0016666666666667],[704,0.0016666666666667],[705,0.0016666666666667],[706,0.0016666666666667],[707,0.0016666666666667],[708,0.0016666666666667],[709,0.0016666666666667],[710,0.0016666666666667],[711,0.0016666666666667],[712,0.0016666666666667],[713,0.0016666666666667],[714,0.0016666666666667],[715,0.0016666666666667],[716,0.0016666666666667],[717,0.0016666666666667],[718,0.0016666666666667],[719,0.0016666666666667],[720,0.0016666666666667],[721,0.0016666666666667],[722,0.0016666666666667],[723,0.0016666666666667],[724,0.0016666666666667],[725,0.0016666666666667],[726,0.0016666666666667],[727,0.0016666666666667],[728,0.0016666666666667],[729,0.0016666666666667],[730,0.0016666666666667],[731,0.0016666666666667],[732,0.0016666666666667],[733,0.0016666666666667],[734,0.0016666666666667],[735,0.0016666666666667],[736,0.0016666666666667],[737,0.0016666666666667],[738,0.0016666666666667],[739,0.0016666666666667],[740,0.0016666666666667],[741,0.0016666666666667],[742,0.0016666666666667],[743,0.0016666666666667],[744,0.0016666666666667],[745,0.0016666666666667],[746,0.0016666666666667],[747,0.0016666666666667],[748,0.0016666666666667],[749,0.0016666666666667],[750,0.0016666666666667],[751,0.0016666666666667],[752,0.0016666666666667],[753,0.0016666666666667],[754,0.0016666666666667],[755,0.0016666666666667],[756,0.0016666666666667],[757,0.0016666666666667],[758,0.0016666666666667],[759,0.0016666666666667],[760,0.0016666666666667],[761,0.0016666666666667],[762,0.0016666666666667],[763,0.0016666666666667],[764,0.0016666666666667],[765,0.0016666666666667],[766,0.0016666666666667],[767,0.0016666666666667],[768,0.0016666666666667],[769,0.0016666666666667],[770,0.0016666666666667],[771,0.0016666666666667],[772,0.0016666666666667],[773,0.0016666666666667],[774,0.0016666666666667],[775,0.0016666666666667],[776,0.0016666666666667],[777,0.0016666666666667],[778,0.0016666666666667],[779,0.0016666666666667],[780,0.0016666666666667],[781,0.0016666666666667],[782,0.0016666666666667],[783,0.0016666666666667],[784,0.0016666666666667],[785,0.0016666666666667],[786,0.0016666666666667],[787,0.0016666666666667],[788,0.0016666666666667],[789,0.0016666666666667],[790,0.0016666666666667],[791,0.0016666666666667],[792,0.0016666666666667],[793,0.0016666666666667],[794,0.0016666666666667],[795,0.0016666666666667],[796,0.0016666666666667],[797,0.0016666666666667],[798,0.0016666666666667],[799,0.0016666666666667],[100,0.01],[101,0.01],[102,0.01],[103,0.01],[104,0.01],[105,0.01],[106,0.01],[107,0.01],[108,0.01],[109,0.01],[110,0.01],[111,0.01],[112,0.01],[113,0.01],[114,0.01],[115,0.01],[116,0.01],[117,0.01],[118,0.01],[119,0.01],[120,0.01],[121,0.01],[122,0.01],[123,0.01],[124,0.01],[125,0.01],[126,0.01],[127,0.01],[128,0.01],[129,0.01],[130,0.01],[131,0.01],[132,0.01],[133,0.01],[134,0.01],[135,0.01],[136,0.01],[137,0.01],[138,0.01],[139,0.01],[140,0.01],[141,0.01],[142,0.01],[143,0.01],[144,0.01],[145,0.01],[146,0.01],[147,0.01],[148,0.01],[149,0.01],[150,0.01],[151,0.01],[152,0.01],[153,0.01],[154,0.01],[155,0.01],[156,0.01],[157,0.01],[158,0.01],[159,0.01],[160,0.01],[161,0.01],[162,0.01],[163,0.01],[164,0.01],[165,0.01],[166,0.01],[167,0.01],[168,0.01],[169,0.01],[170,0.01],[171,0.01],[172,0.01],[173,0.01],[174,0.01],[175,0.01],[176,0.01],[177,0.01],[178,0.01],[179,0.01],[180,0.01],[181,0.01],[182,0.01],[183,0.01],[184,0.01],[185,0.01],[186,0.01],[187,0.01],[188,0.01],[189,0.01],[190,0.01],[191,0.01],[192,0.01],[193,0.01],[194,0.01],[195,0.01],[196,0.01],[197,0.01],[198,0.01],[199,0.01],[-206,0.058823529411765],[-205,0.058823529411765],[-204,0.058823529411765],[-203,0.058823529411765],[-202,0.058823529411765],[-201,0.058823529411765],[-200,0.058823529411765],[-199,0.058823529411765],[-198,0.058823529411765],[-197,0.058823529411765],[-196,0.058823529411765],[-195,0.058823529411765],[-194,0.058823529411765],[-193,0.058823529411765],[-192,0.058823529411765],[-191,0.058823529411765],[-190,0.058823529411765],[-30,0.0077519379844961],[-29,0.0077519379844961],[-28,0.0077519379844961],[-27,0.0077519379844961],[-26,0.0077519379844961],[-25,0.0077519379844961],[-24,0.0077519379844961],[-23,0.0077519379844961],[-22,0.0077519379844961],[-21,0.0077519379844961],[-20,0.0077519379844961],[-19,0.0077519379844961],[-18,0.0077519379844961],[-17,0.0077519379844961],[-16,0.0077519379844961],[-15,0.0077519379844961],[-14,0.0077519379844961],[-13,0.0077519379844961],[-12,0.0077519379844961],[-11,0.0077519379844961],[-10,0.0077519379844961],[-9,0.0077519379844961],[-8,0.0077519379844961],[-7,0.0077519379844961],[-6,0.0077519379844961],[-5,0.0077519379844961],[-4,0.0077519379844961],[-3,0.0077519379844961],[-2,0.0077519379844961],[-1,0.0077519379844961],[1,0.0077519379844961],[2,0.0077519379844961],[3,0.0077519379844961],[4,0.0077519379844961],[5,0.0077519379844961],[6,0.0077519379844961],[7,0.0077519379844961],[8,0.0077519379844961],[9,0.0077519379844961],[10,0.0077519379844961],[11,0.0077519379844961],[12,0.0077519379844961],[13,0.0077519379844961],[14,0.0077519379844961],[15,0.0077519379844961],[16,0.0077519379844961],[17,0.0077519379844961],[18,0.0077519379844961],[19,0.0077519379844961],[20,0.0077519379844961],[21,0.0077519379844961],[22,0.0077519379844961],[23,0.0077519379844961],[24,0.0077519379844961],[25,0.0077519379844961],[26,0.0077519379844961],[27,0.0077519379844961],[28,0.0077519379844961],[29,0.0077519379844961],[30,0.0077519379844961],[31,0.0077519379844961],[32,0.0077519379844961],[33,0.0077519379844961],[34,0.0077519379844961],[35,0.0077519379844961],[36,0.0077519379844961],[37,0.0077519379844961],[38,0.0077519379844961],[39,0.0077519379844961],[40,0.0077519379844961],[41,0.0077519379844961],[42,0.0077519379844961],[43,0.0077519379844961],[44,0.0077519379844961],[45,0.0077519379844961],[46,0.0077519379844961],[47,0.0077519379844961],[48,0.0077519379844961],[49,0.0077519379844961],[50,0.0077519379844961],[51,0.0077519379844961],[52,0.0077519379844961],[53,0.0077519379844961],[54,0.0077519379844961],[55,0.0077519379844961],[56,0.0077519379844961],[57,0.0077519379844961],[58,0.0077519379844961],[59,0.0077519379844961],[60,0.0077519379844961],[61,0.0077519379844961],[62,0.0077519379844961],[63,0.0077519379844961],[64,0.0077519379844961],[65,0.0077519379844961],[66,0.0077519379844961],[67,0.0077519379844961],[68,0.0077519379844961],[69,0.0077519379844961],[70,0.0077519379844961],[71,0.0077519379844961],[72,0.0077519379844961],[73,0.0077519379844961],[74,0.0077519379844961],[75,0.0077519379844961],[76,0.0077519379844961],[77,0.0077519379844961],[78,0.0077519379844961],[79,0.0077519379844961],[80,0.0077519379844961],[81,0.0077519379844961],[82,0.0077519379844961],[83,0.0077519379844961],[84,0.0077519379844961],[85,0.0077519379844961],[86,0.0077519379844961],[87,0.0077519379844961],[88,0.0077519379844961],[89,0.0077519379844961],[90,0.0077519379844961],[91,0.0077519379844961],[92,0.0077519379844961],[93,0.0077519379844961],[94,0.0077519379844961],[95,0.0077519379844961],[96,0.0077519379844961],[97,0.0077519379844961],[98,0.0077519379844961],[99,0.0077519379844961],[-129,1],[316,0.028571428571429],[317,0.028571428571429],[318,0.028571428571429],[319,0.028571428571429],[320,0.028571428571429],[321,0.028571428571429],[322,0.028571428571429],[323,0.028571428571429],[324,0.028571428571429],[325,0.028571428571429],[326,0.028571428571429],[327,0.028571428571429],[328,0.028571428571429],[329,0.028571428571429],[330,0.028571428571429],[331,0.028571428571429],[332,0.028571428571429],[333,0.028571428571429],[334,0.028571428571429],[335,0.028571428571429],[336,0.028571428571429],[337,0.028571428571429],[338,0.028571428571429],[339,0.028571428571429],[340,0.028571428571429],[341,0.028571428571429],[342,0.028571428571429],[343,0.028571428571429],[344,0.028571428571429],[345,0.028571428571429],[346,0.028571428571429],[347,0.028571428571429],[348,0.028571428571429],[349,0.028571428571429],[350,0.028571428571429],[123,0.020408163265306],[124,0.020408163265306],[125,0.020408163265306],[126,0.020408163265306],[127,0.020408163265306],[128,0.020408163265306],[129,0.020408163265306],[130,0.020408163265306],[131,0.020408163265306],[132,0.020408163265306],[133,0.020408163265306],[134,0.020408163265306],[135,0.020408163265306],[136,0.020408163265306],[137,0.020408163265306],[138,0.020408163265306],[139,0.020408163265306],[140,0.020408163265306],[141,0.020408163265306],[142,0.020408163265306],[143,0.020408163265306],[144,0.020408163265306],[145,0.020408163265306],[146,0.020408163265306],[147,0.020408163265306],[148,0.020408163265306],[149,0.020408163265306],[150,0.020408163265306],[151,0.020408163265306],[152,0.020408163265306],[153,0.020408163265306],[154,0.020408163265306],[155,0.020408163265306],[156,0.020408163265306],[157,0.020408163265306],[158,0.020408163265306],[159,0.020408163265306],[160,0.020408163265306],[161,0.020408163265306],[162,0.020408163265306],[163,0.020408163265306],[164,0.020408163265306],[165,0.020408163265306],[166,0.020408163265306],[167,0.020408163265306],[168,0.020408163265306],[169,0.020408163265306],[170,0.020408163265306],[171,0.020408163265306],[204,0.071428571428571],[205,0.071428571428571],[206,0.071428571428571],[207,0.071428571428571],[208,0.071428571428571],[209,0.071428571428571],[210,0.071428571428571],[211,0.071428571428571],[212,0.071428571428571],[213,0.071428571428571],[214,0.071428571428571],[215,0.071428571428571],[216,0.071428571428571],[217,0.071428571428571],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[25,0.019607843137255],[26,0.019607843137255],[27,0.019607843137255],[28,0.019607843137255],[29,0.019607843137255],[30,0.019607843137255],[31,0.019607843137255],[32,0.019607843137255],[33,0.019607843137255],[34,0.019607843137255],[35,0.019607843137255],[36,0.019607843137255],[37,0.019607843137255],[38,0.019607843137255],[39,0.019607843137255],[40,0.019607843137255],[41,0.019607843137255],[42,0.019607843137255],[43,0.019607843137255],[44,0.019607843137255],[45,0.019607843137255],[46,0.019607843137255],[47,0.019607843137255],[48,0.019607843137255],[49,0.019607843137255],[50,0.019607843137255],[51,0.019607843137255],[52,0.019607843137255],[53,0.019607843137255],[54,0.019607843137255],[55,0.019607843137255],[56,0.019607843137255],[57,0.019607843137255],[58,0.019607843137255],[59,0.019607843137255],[60,0.019607843137255],[61,0.019607843137255],[62,0.019607843137255],[63,0.019607843137255],[64,0.019607843137255],[65,0.019607843137255],[66,0.019607843137255],[67,0.019607843137255],[68,0.019607843137255],[69,0.019607843137255],[70,0.019607843137255],[71,0.019607843137255],[72,0.019607843137255],[73,0.019607843137255],[74,0.019607843137255],[75,0.019607843137255],[112,0.025641025641026],[113,0.025641025641026],[114,0.025641025641026],[115,0.025641025641026],[116,0.025641025641026],[117,0.025641025641026],[118,0.025641025641026],[119,0.025641025641026],[120,0.025641025641026],[121,0.025641025641026],[122,0.025641025641026],[123,0.025641025641026],[124,0.025641025641026],[125,0.025641025641026],[126,0.025641025641026],[127,0.025641025641026],[128,0.025641025641026],[129,0.025641025641026],[130,0.025641025641026],[131,0.025641025641026],[132,0.025641025641026],[133,0.025641025641026],[134,0.025641025641026],[135,0.025641025641026],[136,0.025641025641026],[137,0.025641025641026],[138,0.025641025641026],[139,0.025641025641026],[140,0.025641025641026],[141,0.025641025641026],[142,0.025641025641026],[143,0.025641025641026],[144,0.025641025641026],[145,0.025641025641026],[146,0.025641025641026],[147,0.025641025641026],[148,0.025641025641026],[149,0.025641025641026],[150,0.025641025641026],[132,0.090909090909091],[133,0.090909090909091],[134,0.090909090909091],[135,0.090909090909091],[136,0.090909090909091],[137,0.090909090909091],[138,0.090909090909091],[139,0.090909090909091],[140,0.090909090909091],[141,0.090909090909091],[142,0.090909090909091],[68,0.047619047619048],[69,0.047619047619048],[70,0.047619047619048],[71,0.047619047619048],[72,0.047619047619048],[73,0.047619047619048],[74,0.047619047619048],[75,0.047619047619048],[76,0.047619047619048],[77,0.047619047619048],[78,0.047619047619048],[79,0.047619047619048],[80,0.047619047619048],[81,0.047619047619048],[82,0.047619047619048],[83,0.047619047619048],[84,0.047619047619048],[85,0.047619047619048],[86,0.047619047619048],[87,0.047619047619048],[88,0.047619047619048],[122,0.032258064516129],[123,0.032258064516129],[124,0.032258064516129],[125,0.032258064516129],[126,0.032258064516129],[127,0.032258064516129],[128,0.032258064516129],[129,0.032258064516129],[130,0.032258064516129],[131,0.032258064516129],[132,0.032258064516129],[133,0.032258064516129],[134,0.032258064516129],[135,0.032258064516129],[136,0.032258064516129],[137,0.032258064516129],[138,0.032258064516129],[139,0.032258064516129],[140,0.032258064516129],[141,0.032258064516129],[142,0.032258064516129],[143,0.032258064516129],[144,0.032258064516129],[145,0.032258064516129],[146,0.032258064516129],[147,0.032258064516129],[148,0.032258064516129],[149,0.032258064516129],[150,0.032258064516129],[151,0.032258064516129],[152,0.032258064516129],[122,0.055555555555556],[123,0.055555555555556],[124,0.055555555555556],[125,0.055555555555556],[126,0.055555555555556],[127,0.055555555555556],[128,0.055555555555556],[129,0.055555555555556],[130,0.055555555555556],[131,0.055555555555556],[132,0.055555555555556],[133,0.055555555555556],[134,0.055555555555556],[135,0.055555555555556],[136,0.055555555555556],[137,0.055555555555556],[138,0.055555555555556],[139,0.055555555555556],[200,0.01],[201,0.01],[202,0.01],[203,0.01],[204,0.01],[205,0.01],[206,0.01],[207,0.01],[208,0.01],[209,0.01],[210,0.01],[211,0.01],[212,0.01],[213,0.01],[214,0.01],[215,0.01],[216,0.01],[217,0.01],[218,0.01],[219,0.01],[220,0.01],[221,0.01],[222,0.01],[223,0.01],[224,0.01],[225,0.01],[226,0.01],[227,0.01],[228,0.01],[229,0.01],[230,0.01],[231,0.01],[232,0.01],[233,0.01],[234,0.01],[235,0.01],[236,0.01],[237,0.01],[238,0.01],[239,0.01],[240,0.01],[241,0.01],[242,0.01],[243,0.01],[244,0.01],[245,0.01],[246,0.01],[247,0.01],[248,0.01],[249,0.01],[250,0.01],[251,0.01],[252,0.01],[253,0.01],[254,0.01],[255,0.01],[256,0.01],[257,0.01],[258,0.01],[259,0.01],[260,0.01],[261,0.01],[262,0.01],[263,0.01],[264,0.01],[265,0.01],[266,0.01],[267,0.01],[268,0.01],[269,0.01],[270,0.01],[271,0.01],[272,0.01],[273,0.01],[274,0.01],[275,0.01],[276,0.01],[277,0.01],[278,0.01],[279,0.01],[280,0.01],[281,0.01],[282,0.01],[283,0.01],[284,0.01],[285,0.01],[286,0.01],[287,0.01],[288,0.01],[289,0.01],[290,0.01],[291,0.01],[292,0.01],[293,0.01],[294,0.01],[295,0.01],[296,0.01],[297,0.01],[298,0.01],[299,0.01],[4,0.009009009009009],[5,0.009009009009009],[6,0.009009009009009],[7,0.009009009009009],[8,0.009009009009009],[9,0.009009009009009],[10,0.009009009009009],[11,0.009009009009009],[12,0.009009009009009],[13,0.009009009009009],[14,0.009009009009009],[15,0.009009009009009],[16,0.009009009009009],[17,0.009009009009009],[18,0.009009009009009],[19,0.009009009009009],[20,0.009009009009009],[21,0.009009009009009],[22,0.009009009009009],[23,0.009009009009009],[24,0.009009009009009],[25,0.009009009009009],[26,0.009009009009009],[27,0.009009009009009],[28,0.009009009009009],[29,0.009009009009009],[30,0.009009009009009],[31,0.009009009009009],[32,0.009009009009009],[33,0.009009009009009],[34,0.009009009009009],[35,0.009009009009009],[36,0.009009009009009],[37,0.009009009009009],[38,0.009009009009009],[39,0.009009009009009],[40,0.009009009009009],[41,0.009009009009009],[42,0.009009009009009],[43,0.009009009009009],[44,0.009009009009009],[45,0.009009009009009],[46,0.009009009009009],[47,0.009009009009009],[48,0.009009009009009],[49,0.009009009009009],[50,0.009009009009009],[51,0.009009009009009],[52,0.009009009009009],[53,0.009009009009009],[54,0.009009009009009],[55,0.009009009009009],[56,0.009009009009009],[57,0.009009009009009],[58,0.009009009009009],[59,0.009009009009009],[60,0.009009009009009],[61,0.009009009009009],[62,0.009009009009009],[63,0.009009009009009],[64,0.009009009009009],[65,0.009009009009009],[66,0.009009009009009],[67,0.009009009009009],[68,0.009009009009009],[69,0.009009009009009],[70,0.009009009009009],[71,0.009009009009009],[72,0.009009009009009],[73,0.009009009009009],[74,0.009009009009009],[75,0.009009009009009],[76,0.009009009009009],[77,0.009009009009009],[78,0.009009009009009],[79,0.009009009009009],[80,0.009009009009009],[81,0.009009009009009],[82,0.009009009009009],[83,0.009009009009009],[84,0.009009009009009],[85,0.009009009009009],[86,0.009009009009009],[87,0.009009009009009],[88,0.009009009009009],[89,0.009009009009009],[90,0.009009009009009],[91,0.009009009009009],[92,0.009009009009009],[93,0.009009009009009],[94,0.009009009009009],[95,0.009009009009009],[96,0.009009009009009],[97,0.009009009009009],[98,0.009009009009009],[99,0.009009009009009],[100,0.009009009009009],[101,0.009009009009009],[102,0.009009009009009],[103,0.009009009009009],[104,0.009009009009009],[105,0.009009009009009],[106,0.009009009009009],[107,0.009009009009009],[108,0.009009009009009],[109,0.009009009009009],[110,0.009009009009009],[111,0.009009009009009],[112,0.009009009009009],[113,0.009009009009009],[114,0.009009009009009],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[75,0.038461538461538],[76,0.038461538461538],[77,0.038461538461538],[78,0.038461538461538],[79,0.038461538461538],[80,0.038461538461538],[81,0.038461538461538],[82,0.038461538461538],[83,0.038461538461538],[84,0.038461538461538],[85,0.038461538461538],[86,0.038461538461538],[87,0.038461538461538],[88,0.038461538461538],[89,0.038461538461538],[90,0.038461538461538],[91,0.038461538461538],[92,0.038461538461538],[93,0.038461538461538],[94,0.038461538461538],[95,0.038461538461538],[96,0.038461538461538],[97,0.038461538461538],[98,0.038461538461538],[99,0.038461538461538],[100,0.038461538461538],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[23,0.14285714285714],[24,0.14285714285714],[25,0.14285714285714],[26,0.14285714285714],[27,0.14285714285714],[28,0.14285714285714],[29,0.14285714285714],[62,0.021739130434783],[63,0.021739130434783],[64,0.021739130434783],[65,0.021739130434783],[66,0.021739130434783],[67,0.021739130434783],[68,0.021739130434783],[69,0.021739130434783],[70,0.021739130434783],[71,0.021739130434783],[72,0.021739130434783],[73,0.021739130434783],[74,0.021739130434783],[75,0.021739130434783],[76,0.021739130434783],[77,0.021739130434783],[78,0.021739130434783],[79,0.021739130434783],[80,0.021739130434783],[81,0.021739130434783],[82,0.021739130434783],[83,0.021739130434783],[84,0.021739130434783],[85,0.021739130434783],[86,0.021739130434783],[87,0.021739130434783],[88,0.021739130434783],[89,0.021739130434783],[90,0.021739130434783],[91,0.021739130434783],[92,0.021739130434783],[93,0.021739130434783],[94,0.021739130434783],[95,0.021739130434783],[96,0.021739130434783],[97,0.021739130434783],[98,0.021739130434783],[99,0.021739130434783],[100,0.021739130434783],[101,0.021739130434783],[102,0.021739130434783],[103,0.021739130434783],[104,0.021739130434783],[105,0.021739130434783],[106,0.021739130434783],[107,0.021739130434783],[-88,0.014705882352941],[-87,0.014705882352941],[-86,0.014705882352941],[-85,0.014705882352941],[-84,0.014705882352941],[-83,0.014705882352941],[-82,0.014705882352941],[-81,0.014705882352941],[-80,0.014705882352941],[-79,0.014705882352941],[-78,0.014705882352941],[-77,0.014705882352941],[-76,0.014705882352941],[-75,0.014705882352941],[-74,0.014705882352941],[-73,0.014705882352941],[-72,0.014705882352941],[-71,0.014705882352941],[-70,0.014705882352941],[-69,0.014705882352941],[-68,0.014705882352941],[-67,0.014705882352941],[-66,0.014705882352941],[-65,0.014705882352941],[-64,0.014705882352941],[-63,0.014705882352941],[-62,0.014705882352941],[-61,0.014705882352941],[-60,0.014705882352941],[-59,0.014705882352941],[-58,0.014705882352941],[-57,0.014705882352941],[-56,0.014705882352941],[-55,0.014705882352941],[-54,0.014705882352941],[-53,0.014705882352941],[-52,0.014705882352941],[-51,0.014705882352941],[-50,0.014705882352941],[-49,0.014705882352941],[-48,0.014705882352941],[-47,0.014705882352941],[-46,0.014705882352941],[-45,0.014705882352941],[-44,0.014705882352941],[-43,0.014705882352941],[-42,0.014705882352941],[-41,0.014705882352941],[-40,0.014705882352941],[-39,0.014705882352941],[-38,0.014705882352941],[-37,0.014705882352941],[-36,0.014705882352941],[-35,0.014705882352941],[-34,0.014705882352941],[-33,0.014705882352941],[-32,0.014705882352941],[-31,0.014705882352941],[-30,0.014705882352941],[-29,0.014705882352941],[-28,0.014705882352941],[-27,0.014705882352941],[-26,0.014705882352941],[-25,0.014705882352941],[-24,0.014705882352941],[-23,0.014705882352941],[-22,0.014705882352941],[-21,0.014705882352941],[103,0.02],[104,0.02],[105,0.02],[106,0.02],[107,0.02],[108,0.02],[109,0.02],[110,0.02],[111,0.02],[112,0.02],[113,0.02],[114,0.02],[115,0.02],[116,0.02],[117,0.02],[118,0.02],[119,0.02],[120,0.02],[121,0.02],[122,0.02],[123,0.02],[124,0.02],[125,0.02],[126,0.02],[127,0.02],[128,0.02],[129,0.02],[130,0.02],[131,0.02],[132,0.02],[133,0.02],[134,0.02],[135,0.02],[136,0.02],[137,0.02],[138,0.02],[139,0.02],[140,0.02],[141,0.02],[142,0.02],[143,0.02],[144,0.02],[145,0.02],[146,0.02],[147,0.02],[148,0.02],[149,0.02],[150,0.02],[151,0.02],[152,0.02],[497,0.03448275862069],[498,0.03448275862069],[499,0.03448275862069],[500,0.03448275862069],[501,0.03448275862069],[502,0.03448275862069],[503,0.03448275862069],[504,0.03448275862069],[505,0.03448275862069],[506,0.03448275862069],[507,0.03448275862069],[508,0.03448275862069],[509,0.03448275862069],[510,0.03448275862069],[511,0.03448275862069],[512,0.03448275862069],[513,0.03448275862069],[514,0.03448275862069],[515,0.03448275862069],[516,0.03448275862069],[517,0.03448275862069],[518,0.03448275862069],[519,0.03448275862069],[520,0.03448275862069],[521,0.03448275862069],[522,0.03448275862069],[523,0.03448275862069],[524,0.03448275862069],[525,0.03448275862069],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[-250,0.019607843137255],[-249,0.019607843137255],[-248,0.019607843137255],[-247,0.019607843137255],[-246,0.019607843137255],[-245,0.019607843137255],[-244,0.019607843137255],[-243,0.019607843137255],[-242,0.019607843137255],[-241,0.019607843137255],[-240,0.019607843137255],[-239,0.019607843137255],[-238,0.019607843137255],[-237,0.019607843137255],[-236,0.019607843137255],[-235,0.019607843137255],[-234,0.019607843137255],[-233,0.019607843137255],[-232,0.019607843137255],[-231,0.019607843137255],[-230,0.019607843137255],[-229,0.019607843137255],[-228,0.019607843137255],[-227,0.019607843137255],[-226,0.019607843137255],[-225,0.019607843137255],[-224,0.019607843137255],[-223,0.019607843137255],[-222,0.019607843137255],[-221,0.019607843137255],[-220,0.019607843137255],[-219,0.019607843137255],[-218,0.019607843137255],[-217,0.019607843137255],[-216,0.019607843137255],[-215,0.019607843137255],[-214,0.019607843137255],[-213,0.019607843137255],[-212,0.019607843137255],[-211,0.019607843137255],[-210,0.019607843137255],[-209,0.019607843137255],[-208,0.019607843137255],[-207,0.019607843137255],[-206,0.019607843137255],[-205,0.019607843137255],[-204,0.019607843137255],[-203,0.019607843137255],[-202,0.019607843137255],[-201,0.019607843137255],[-200,0.019607843137255],[400,0.005],[401,0.005],[402,0.005],[403,0.005],[404,0.005],[405,0.005],[406,0.005],[407,0.005],[408,0.005],[409,0.005],[410,0.005],[411,0.005],[412,0.005],[413,0.005],[414,0.005],[415,0.005],[416,0.005],[417,0.005],[418,0.005],[419,0.005],[420,0.005],[421,0.005],[422,0.005],[423,0.005],[424,0.005],[425,0.005],[426,0.005],[427,0.005],[428,0.005],[429,0.005],[430,0.005],[431,0.005],[432,0.005],[433,0.005],[434,0.005],[435,0.005],[436,0.005],[437,0.005],[438,0.005],[439,0.005],[440,0.005],[441,0.005],[442,0.005],[443,0.005],[444,0.005],[445,0.005],[446,0.005],[447,0.005],[448,0.005],[449,0.005],[450,0.005],[451,0.005],[452,0.005],[453,0.005],[454,0.005],[455,0.005],[456,0.005],[457,0.005],[458,0.005],[459,0.005],[460,0.005],[461,0.005],[462,0.005],[463,0.005],[464,0.005],[465,0.005],[466,0.005],[467,0.005],[468,0.005],[469,0.005],[470,0.005],[471,0.005],[472,0.005],[473,0.005],[474,0.005],[475,0.005],[476,0.005],[477,0.005],[478,0.005],[479,0.005],[480,0.005],[481,0.005],[482,0.005],[483,0.005],[484,0.005],[485,0.005],[486,0.005],[487,0.005],[488,0.005],[489,0.005],[490,0.005],[491,0.005],[492,0.005],[493,0.005],[494,0.005],[495,0.005],[496,0.005],[497,0.005],[498,0.005],[499,0.005],[500,0.005],[501,0.005],[502,0.005],[503,0.005],[504,0.005],[505,0.005],[506,0.005],[507,0.005],[508,0.005],[509,0.005],[510,0.005],[511,0.005],[512,0.005],[513,0.005],[514,0.005],[515,0.005],[516,0.005],[517,0.005],[518,0.005],[519,0.005],[520,0.005],[521,0.005],[522,0.005],[523,0.005],[524,0.005],[525,0.005],[526,0.005],[527,0.005],[528,0.005],[529,0.005],[530,0.005],[531,0.005],[532,0.005],[533,0.005],[534,0.005],[535,0.005],[536,0.005],[537,0.005],[538,0.005],[539,0.005],[540,0.005],[541,0.005],[542,0.005],[543,0.005],[544,0.005],[545,0.005],[546,0.005],[547,0.005],[548,0.005],[549,0.005],[550,0.005],[551,0.005],[552,0.005],[553,0.005],[554,0.005],[555,0.005],[556,0.005],[557,0.005],[558,0.005],[559,0.005],[560,0.005],[561,0.005],[562,0.005],[563,0.005],[564,0.005],[565,0.005],[566,0.005],[567,0.005],[568,0.005],[569,0.005],[570,0.005],[571,0.005],[572,0.005],[573,0.005],[574,0.005],[575,0.005],[576,0.005],[577,0.005],[578,0.005],[579,0.005],[580,0.005],[581,0.005],[582,0.005],[583,0.005],[584,0.005],[585,0.005],[586,0.005],[587,0.005],[588,0.005],[589,0.005],[590,0.005],[591,0.005],[592,0.005],[593,0.005],[594,0.005],[595,0.005],[596,0.005],[597,0.005],[598,0.005],[599,0.005],[500,0.0033333333333333],[501,0.0033333333333333],[502,0.0033333333333333],[503,0.0033333333333333],[504,0.0033333333333333],[505,0.0033333333333333],[506,0.0033333333333333],[507,0.0033333333333333],[508,0.0033333333333333],[509,0.0033333333333333],[510,0.0033333333333333],[511,0.0033333333333333],[512,0.0033333333333333],[513,0.0033333333333333],[514,0.0033333333333333],[515,0.0033333333333333],[516,0.0033333333333333],[517,0.0033333333333333],[518,0.0033333333333333],[519,0.0033333333333333],[520,0.0033333333333333],[521,0.0033333333333333],[522,0.0033333333333333],[523,0.0033333333333333],[524,0.0033333333333333],[525,0.0033333333333333],[526,0.0033333333333333],[527,0.0033333333333333],[528,0.0033333333333333],[529,0.0033333333333333],[530,0.0033333333333333],[531,0.0033333333333333],[532,0.0033333333333333],[533,0.0033333333333333],[534,0.0033333333333333],[535,0.0033333333333333],[536,0.0033333333333333],[537,0.0033333333333333],[538,0.0033333333333333],[539,0.0033333333333333],[540,0.0033333333333333],[541,0.0033333333333333],[542,0.0033333333333333],[543,0.0033333333333333],[544,0.0033333333333333],[545,0.0033333333333333],[546,0.0033333333333333],[547,0.0033333333333333],[548,0.0033333333333333],[549,0.0033333333333333],[550,0.0033333333333333],[551,0.0033333333333333],[552,0.0033333333333333],[553,0.0033333333333333],[554,0.0033333333333333],[555,0.0033333333333333],[556,0.0033333333333333],[557,0.0033333333333333],[558,0.0033333333333333],[559,0.0033333333333333],[560,0.0033333333333333],[561,0.0033333333333333],[562,0.0033333333333333],[563,0.0033333333333333],[564,0.0033333333333333],[565,0.0033333333333333],[566,0.0033333333333333],[567,0.0033333333333333],[568,0.0033333333333333],[569,0.0033333333333333],[570,0.0033333333333333],[571,0.0033333333333333],[572,0.0033333333333333],[573,0.0033333333333333],[574,0.0033333333333333],[575,0.0033333333333333],[576,0.0033333333333333],[577,0.0033333333333333],[578,0.0033333333333333],[579,0.0033333333333333],[580,0.0033333333333333],[581,0.0033333333333333],[582,0.0033333333333333],[583,0.0033333333333333],[584,0.0033333333333333],[585,0.0033333333333333],[586,0.0033333333333333],[587,0.0033333333333333],[588,0.0033333333333333],[589,0.0033333333333333],[590,0.0033333333333333],[591,0.0033333333333333],[592,0.0033333333333333],[593,0.0033333333333333],[594,0.0033333333333333],[595,0.0033333333333333],[596,0.0033333333333333],[597,0.0033333333333333],[598,0.0033333333333333],[599,0.0033333333333333],[600,0.0033333333333333],[601,0.0033333333333333],[602,0.0033333333333333],[603,0.0033333333333333],[604,0.0033333333333333],[605,0.0033333333333333],[606,0.0033333333333333],[607,0.0033333333333333],[608,0.0033333333333333],[609,0.0033333333333333],[610,0.0033333333333333],[611,0.0033333333333333],[612,0.0033333333333333],[613,0.0033333333333333],[614,0.0033333333333333],[615,0.0033333333333333],[616,0.0033333333333333],[617,0.0033333333333333],[618,0.0033333333333333],[619,0.0033333333333333],[620,0.0033333333333333],[621,0.0033333333333333],[622,0.0033333333333333],[623,0.0033333333333333],[624,0.0033333333333333],[625,0.0033333333333333],[626,0.0033333333333333],[627,0.0033333333333333],[628,0.0033333333333333],[629,0.0033333333333333],[630,0.0033333333333333],[631,0.0033333333333333],[632,0.0033333333333333],[633,0.0033333333333333],[634,0.0033333333333333],[635,0.0033333333333333],[636,0.0033333333333333],[637,0.0033333333333333],[638,0.0033333333333333],[639,0.0033333333333333],[640,0.0033333333333333],[641,0.0033333333333333],[642,0.0033333333333333],[643,0.0033333333333333],[644,0.0033333333333333],[645,0.0033333333333333],[646,0.0033333333333333],[647,0.0033333333333333],[648,0.0033333333333333],[649,0.0033333333333333],[650,0.0033333333333333],[651,0.0033333333333333],[652,0.0033333333333333],[653,0.0033333333333333],[654,0.0033333333333333],[655,0.0033333333333333],[656,0.0033333333333333],[657,0.0033333333333333],[658,0.0033333333333333],[659,0.0033333333333333],[660,0.0033333333333333],[661,0.0033333333333333],[662,0.0033333333333333],[663,0.0033333333333333],[664,0.0033333333333333],[665,0.0033333333333333],[666,0.0033333333333333],[667,0.0033333333333333],[668,0.0033333333333333],[669,0.0033333333333333],[670,0.0033333333333333],[671,0.0033333333333333],[672,0.0033333333333333],[673,0.0033333333333333],[674,0.0033333333333333],[675,0.0033333333333333],[676,0.0033333333333333],[677,0.0033333333333333],[678,0.0033333333333333],[679,0.0033333333333333],[680,0.0033333333333333],[681,0.0033333333333333],[682,0.0033333333333333],[683,0.0033333333333333],[684,0.0033333333333333],[685,0.0033333333333333],[686,0.0033333333333333],[687,0.0033333333333333],[688,0.0033333333333333],[689,0.0033333333333333],[690,0.0033333333333333],[691,0.0033333333333333],[692,0.0033333333333333],[693,0.0033333333333333],[694,0.0033333333333333],[695,0.0033333333333333],[696,0.0033333333333333],[697,0.0033333333333333],[698,0.0033333333333333],[699,0.0033333333333333],[700,0.0033333333333333],[701,0.0033333333333333],[702,0.0033333333333333],[703,0.0033333333333333],[704,0.0033333333333333],[705,0.0033333333333333],[706,0.0033333333333333],[707,0.0033333333333333],[708,0.0033333333333333],[709,0.0033333333333333],[710,0.0033333333333333],[711,0.0033333333333333],[712,0.0033333333333333],[713,0.0033333333333333],[714,0.0033333333333333],[715,0.0033333333333333],[716,0.0033333333333333],[717,0.0033333333333333],[718,0.0033333333333333],[719,0.0033333333333333],[720,0.0033333333333333],[721,0.0033333333333333],[722,0.0033333333333333],[723,0.0033333333333333],[724,0.0033333333333333],[725,0.0033333333333333],[726,0.0033333333333333],[727,0.0033333333333333],[728,0.0033333333333333],[729,0.0033333333333333],[730,0.0033333333333333],[731,0.0033333333333333],[732,0.0033333333333333],[733,0.0033333333333333],[734,0.0033333333333333],[735,0.0033333333333333],[736,0.0033333333333333],[737,0.0033333333333333],[738,0.0033333333333333],[739,0.0033333333333333],[740,0.0033333333333333],[741,0.0033333333333333],[742,0.0033333333333333],[743,0.0033333333333333],[744,0.0033333333333333],[745,0.0033333333333333],[746,0.0033333333333333],[747,0.0033333333333333],[748,0.0033333333333333],[749,0.0033333333333333],[750,0.0033333333333333],[751,0.0033333333333333],[752,0.0033333333333333],[753,0.0033333333333333],[754,0.0033333333333333],[755,0.0033333333333333],[756,0.0033333333333333],[757,0.0033333333333333],[758,0.0033333333333333],[759,0.0033333333333333],[760,0.0033333333333333],[761,0.0033333333333333],[762,0.0033333333333333],[763,0.0033333333333333],[764,0.0033333333333333],[765,0.0033333333333333],[766,0.0033333333333333],[767,0.0033333333333333],[768,0.0033333333333333],[769,0.0033333333333333],[770,0.0033333333333333],[771,0.0033333333333333],[772,0.0033333333333333],[773,0.0033333333333333],[774,0.0033333333333333],[775,0.0033333333333333],[776,0.0033333333333333],[777,0.0033333333333333],[778,0.0033333333333333],[779,0.0033333333333333],[780,0.0033333333333333],[781,0.0033333333333333],[782,0.0033333333333333],[783,0.0033333333333333],[784,0.0033333333333333],[785,0.0033333333333333],[786,0.0033333333333333],[787,0.0033333333333333],[788,0.0033333333333333],[789,0.0033333333333333],[790,0.0033333333333333],[791,0.0033333333333333],[792,0.0033333333333333],[793,0.0033333333333333],[794,0.0033333333333333],[795,0.0033333333333333],[796,0.0033333333333333],[797,0.0033333333333333],[798,0.0033333333333333],[799,0.0033333333333333],[-79,1],[-6,0.05],[-5,0.05],[-4,0.05],[-3,0.05],[-2,0.05],[-1,0.05],[1,0.05],[2,0.05],[3,0.05],[4,0.05],[5,0.05],[6,0.05],[7,0.05],[8,0.05],[9,0.05],[10,0.05],[11,0.05],[12,0.05],[13,0.05],[14,0.05],[300,0.0025],[301,0.0025],[302,0.0025],[303,0.0025],[304,0.0025],[305,0.0025],[306,0.0025],[307,0.0025],[308,0.0025],[309,0.0025],[310,0.0025],[311,0.0025],[312,0.0025],[313,0.0025],[314,0.0025],[315,0.0025],[316,0.0025],[317,0.0025],[318,0.0025],[319,0.0025],[320,0.0025],[321,0.0025],[322,0.0025],[323,0.0025],[324,0.0025],[325,0.0025],[326,0.0025],[327,0.0025],[328,0.0025],[329,0.0025],[330,0.0025],[331,0.0025],[332,0.0025],[333,0.0025],[334,0.0025],[335,0.0025],[336,0.0025],[337,0.0025],[338,0.0025],[339,0.0025],[340,0.0025],[341,0.0025],[342,0.0025],[343,0.0025],[344,0.0025],[345,0.0025],[346,0.0025],[347,0.0025],[348,0.0025],[349,0.0025],[350,0.0025],[351,0.0025],[352,0.0025],[353,0.0025],[354,0.0025],[355,0.0025],[356,0.0025],[357,0.0025],[358,0.0025],[359,0.0025],[360,0.0025],[361,0.0025],[362,0.0025],[363,0.0025],[364,0.0025],[365,0.0025],[366,0.0025],[367,0.0025],[368,0.0025],[369,0.0025],[370,0.0025],[371,0.0025],[372,0.0025],[373,0.0025],[374,0.0025],[375,0.0025],[376,0.0025],[377,0.0025],[378,0.0025],[379,0.0025],[380,0.0025],[381,0.0025],[382,0.0025],[383,0.0025],[384,0.0025],[385,0.0025],[386,0.0025],[387,0.0025],[388,0.0025],[389,0.0025],[390,0.0025],[391,0.0025],[392,0.0025],[393,0.0025],[394,0.0025],[395,0.0025],[396,0.0025],[397,0.0025],[398,0.0025],[399,0.0025],[400,0.0025],[401,0.0025],[402,0.0025],[403,0.0025],[404,0.0025],[405,0.0025],[406,0.0025],[407,0.0025],[408,0.0025],[409,0.0025],[410,0.0025],[411,0.0025],[412,0.0025],[413,0.0025],[414,0.0025],[415,0.0025],[416,0.0025],[417,0.0025],[418,0.0025],[419,0.0025],[420,0.0025],[421,0.0025],[422,0.0025],[423,0.0025],[424,0.0025],[425,0.0025],[426,0.0025],[427,0.0025],[428,0.0025],[429,0.0025],[430,0.0025],[431,0.0025],[432,0.0025],[433,0.0025],[434,0.0025],[435,0.0025],[436,0.0025],[437,0.0025],[438,0.0025],[439,0.0025],[440,0.0025],[441,0.0025],[442,0.0025],[443,0.0025],[444,0.0025],[445,0.0025],[446,0.0025],[447,0.0025],[448,0.0025],[449,0.0025],[450,0.0025],[451,0.0025],[452,0.0025],[453,0.0025],[454,0.0025],[455,0.0025],[456,0.0025],[457,0.0025],[458,0.0025],[459,0.0025],[460,0.0025],[461,0.0025],[462,0.0025],[463,0.0025],[464,0.0025],[465,0.0025],[466,0.0025],[467,0.0025],[468,0.0025],[469,0.0025],[470,0.0025],[471,0.0025],[472,0.0025],[473,0.0025],[474,0.0025],[475,0.0025],[476,0.0025],[477,0.0025],[478,0.0025],[479,0.0025],[480,0.0025],[481,0.0025],[482,0.0025],[483,0.0025],[484,0.0025],[485,0.0025],[486,0.0025],[487,0.0025],[488,0.0025],[489,0.0025],[490,0.0025],[491,0.0025],[492,0.0025],[493,0.0025],[494,0.0025],[495,0.0025],[496,0.0025],[497,0.0025],[498,0.0025],[499,0.0025],[500,0.0025],[501,0.0025],[502,0.0025],[503,0.0025],[504,0.0025],[505,0.0025],[506,0.0025],[507,0.0025],[508,0.0025],[509,0.0025],[510,0.0025],[511,0.0025],[512,0.0025],[513,0.0025],[514,0.0025],[515,0.0025],[516,0.0025],[517,0.0025],[518,0.0025],[519,0.0025],[520,0.0025],[521,0.0025],[522,0.0025],[523,0.0025],[524,0.0025],[525,0.0025],[526,0.0025],[527,0.0025],[528,0.0025],[529,0.0025],[530,0.0025],[531,0.0025],[532,0.0025],[533,0.0025],[534,0.0025],[535,0.0025],[536,0.0025],[537,0.0025],[538,0.0025],[539,0.0025],[540,0.0025],[541,0.0025],[542,0.0025],[543,0.0025],[544,0.0025],[545,0.0025],[546,0.0025],[547,0.0025],[548,0.0025],[549,0.0025],[550,0.0025],[551,0.0025],[552,0.0025],[553,0.0025],[554,0.0025],[555,0.0025],[556,0.0025],[557,0.0025],[558,0.0025],[559,0.0025],[560,0.0025],[561,0.0025],[562,0.0025],[563,0.0025],[564,0.0025],[565,0.0025],[566,0.0025],[567,0.0025],[568,0.0025],[569,0.0025],[570,0.0025],[571,0.0025],[572,0.0025],[573,0.0025],[574,0.0025],[575,0.0025],[576,0.0025],[577,0.0025],[578,0.0025],[579,0.0025],[580,0.0025],[581,0.0025],[582,0.0025],[583,0.0025],[584,0.0025],[585,0.0025],[586,0.0025],[587,0.0025],[588,0.0025],[589,0.0025],[590,0.0025],[591,0.0025],[592,0.0025],[593,0.0025],[594,0.0025],[595,0.0025],[596,0.0025],[597,0.0025],[598,0.0025],[599,0.0025],[600,0.0025],[601,0.0025],[602,0.0025],[603,0.0025],[604,0.0025],[605,0.0025],[606,0.0025],[607,0.0025],[608,0.0025],[609,0.0025],[610,0.0025],[611,0.0025],[612,0.0025],[613,0.0025],[614,0.0025],[615,0.0025],[616,0.0025],[617,0.0025],[618,0.0025],[619,0.0025],[620,0.0025],[621,0.0025],[622,0.0025],[623,0.0025],[624,0.0025],[625,0.0025],[626,0.0025],[627,0.0025],[628,0.0025],[629,0.0025],[630,0.0025],[631,0.0025],[632,0.0025],[633,0.0025],[634,0.0025],[635,0.0025],[636,0.0025],[637,0.0025],[638,0.0025],[639,0.0025],[640,0.0025],[641,0.0025],[642,0.0025],[643,0.0025],[644,0.0025],[645,0.0025],[646,0.0025],[647,0.0025],[648,0.0025],[649,0.0025],[650,0.0025],[651,0.0025],[652,0.0025],[653,0.0025],[654,0.0025],[655,0.0025],[656,0.0025],[657,0.0025],[658,0.0025],[659,0.0025],[660,0.0025],[661,0.0025],[662,0.0025],[663,0.0025],[664,0.0025],[665,0.0025],[666,0.0025],[667,0.0025],[668,0.0025],[669,0.0025],[670,0.0025],[671,0.0025],[672,0.0025],[673,0.0025],[674,0.0025],[675,0.0025],[676,0.0025],[677,0.0025],[678,0.0025],[679,0.0025],[680,0.0025],[681,0.0025],[682,0.0025],[683,0.0025],[684,0.0025],[685,0.0025],[686,0.0025],[687,0.0025],[688,0.0025],[689,0.0025],[690,0.0025],[691,0.0025],[692,0.0025],[693,0.0025],[694,0.0025],[695,0.0025],[696,0.0025],[697,0.0025],[698,0.0025],[699,0.0025],[107,0.020833333333333],[108,0.020833333333333],[109,0.020833333333333],[110,0.020833333333333],[111,0.020833333333333],[112,0.020833333333333],[113,0.020833333333333],[114,0.020833333333333],[115,0.020833333333333],[116,0.020833333333333],[117,0.020833333333333],[118,0.020833333333333],[119,0.020833333333333],[120,0.020833333333333],[121,0.020833333333333],[122,0.020833333333333],[123,0.020833333333333],[124,0.020833333333333],[125,0.020833333333333],[126,0.020833333333333],[127,0.020833333333333],[128,0.020833333333333],[129,0.020833333333333],[130,0.020833333333333],[131,0.020833333333333],[132,0.020833333333333],[133,0.020833333333333],[134,0.020833333333333],[135,0.020833333333333],[136,0.020833333333333],[137,0.020833333333333],[138,0.020833333333333],[139,0.020833333333333],[140,0.020833333333333],[141,0.020833333333333],[142,0.020833333333333],[143,0.020833333333333],[144,0.020833333333333],[145,0.020833333333333],[146,0.020833333333333],[147,0.020833333333333],[148,0.020833333333333],[149,0.020833333333333],[150,0.020833333333333],[151,0.020833333333333],[152,0.020833333333333],[153,0.020833333333333],[154,0.020833333333333],[300,0.01],[301,0.01],[302,0.01],[303,0.01],[304,0.01],[305,0.01],[306,0.01],[307,0.01],[308,0.01],[309,0.01],[310,0.01],[311,0.01],[312,0.01],[313,0.01],[314,0.01],[315,0.01],[316,0.01],[317,0.01],[318,0.01],[319,0.01],[320,0.01],[321,0.01],[322,0.01],[323,0.01],[324,0.01],[325,0.01],[326,0.01],[327,0.01],[328,0.01],[329,0.01],[330,0.01],[331,0.01],[332,0.01],[333,0.01],[334,0.01],[335,0.01],[336,0.01],[337,0.01],[338,0.01],[339,0.01],[340,0.01],[341,0.01],[342,0.01],[343,0.01],[344,0.01],[345,0.01],[346,0.01],[347,0.01],[348,0.01],[349,0.01],[350,0.01],[351,0.01],[352,0.01],[353,0.01],[354,0.01],[355,0.01],[356,0.01],[357,0.01],[358,0.01],[359,0.01],[360,0.01],[361,0.01],[362,0.01],[363,0.01],[364,0.01],[365,0.01],[366,0.01],[367,0.01],[368,0.01],[369,0.01],[370,0.01],[371,0.01],[372,0.01],[373,0.01],[374,0.01],[375,0.01],[376,0.01],[377,0.01],[378,0.01],[379,0.01],[380,0.01],[381,0.01],[382,0.01],[383,0.01],[384,0.01],[385,0.01],[386,0.01],[387,0.01],[388,0.01],[389,0.01],[390,0.01],[391,0.01],[392,0.01],[393,0.01],[394,0.01],[395,0.01],[396,0.01],[397,0.01],[398,0.01],[399,0.01],[134,0.076923076923077],[135,0.076923076923077],[136,0.076923076923077],[137,0.076923076923077],[138,0.076923076923077],[139,0.076923076923077],[140,0.076923076923077],[141,0.076923076923077],[142,0.076923076923077],[143,0.076923076923077],[144,0.076923076923077],[145,0.076923076923077],[146,0.076923076923077],[1,0.0020040080160321],[2,0.0020040080160321],[3,0.0020040080160321],[4,0.0020040080160321],[5,0.0020040080160321],[6,0.0020040080160321],[7,0.0020040080160321],[8,0.0020040080160321],[9,0.0020040080160321],[10,0.0020040080160321],[11,0.0020040080160321],[12,0.0020040080160321],[13,0.0020040080160321],[14,0.0020040080160321],[15,0.0020040080160321],[16,0.0020040080160321],[17,0.0020040080160321],[18,0.0020040080160321],[19,0.0020040080160321],[20,0.0020040080160321],[21,0.0020040080160321],[22,0.0020040080160321],[23,0.0020040080160321],[24,0.0020040080160321],[25,0.0020040080160321],[26,0.0020040080160321],[27,0.0020040080160321],[28,0.0020040080160321],[29,0.0020040080160321],[30,0.0020040080160321],[31,0.0020040080160321],[32,0.0020040080160321],[33,0.0020040080160321],[34,0.0020040080160321],[35,0.0020040080160321],[36,0.0020040080160321],[37,0.0020040080160321],[38,0.0020040080160321],[39,0.0020040080160321],[40,0.0020040080160321],[41,0.0020040080160321],[42,0.0020040080160321],[43,0.0020040080160321],[44,0.0020040080160321],[45,0.0020040080160321],[46,0.0020040080160321],[47,0.0020040080160321],[48,0.0020040080160321],[49,0.0020040080160321],[50,0.0020040080160321],[51,0.0020040080160321],[52,0.0020040080160321],[53,0.0020040080160321],[54,0.0020040080160321],[55,0.0020040080160321],[56,0.0020040080160321],[57,0.0020040080160321],[58,0.0020040080160321],[59,0.0020040080160321],[60,0.0020040080160321],[61,0.0020040080160321],[62,0.0020040080160321],[63,0.0020040080160321],[64,0.0020040080160321],[65,0.0020040080160321],[66,0.0020040080160321],[67,0.0020040080160321],[68,0.0020040080160321],[69,0.0020040080160321],[70,0.0020040080160321],[71,0.0020040080160321],[72,0.0020040080160321],[73,0.0020040080160321],[74,0.0020040080160321],[75,0.0020040080160321],[76,0.0020040080160321],[77,0.0020040080160321],[78,0.0020040080160321],[79,0.0020040080160321],[80,0.0020040080160321],[81,0.0020040080160321],[82,0.0020040080160321],[83,0.0020040080160321],[84,0.0020040080160321],[85,0.0020040080160321],[86,0.0020040080160321],[87,0.0020040080160321],[88,0.0020040080160321],[89,0.0020040080160321],[90,0.0020040080160321],[91,0.0020040080160321],[92,0.0020040080160321],[93,0.0020040080160321],[94,0.0020040080160321],[95,0.0020040080160321],[96,0.0020040080160321],[97,0.0020040080160321],[98,0.0020040080160321],[99,0.0020040080160321],[100,0.0020040080160321],[101,0.0020040080160321],[102,0.0020040080160321],[103,0.0020040080160321],[104,0.0020040080160321],[105,0.0020040080160321],[106,0.0020040080160321],[107,0.0020040080160321],[108,0.0020040080160321],[109,0.0020040080160321],[110,0.0020040080160321],[111,0.0020040080160321],[112,0.0020040080160321],[113,0.0020040080160321],[114,0.0020040080160321],[115,0.0020040080160321],[116,0.0020040080160321],[117,0.0020040080160321],[118,0.0020040080160321],[119,0.0020040080160321],[120,0.0020040080160321],[121,0.0020040080160321],[122,0.0020040080160321],[123,0.0020040080160321],[124,0.0020040080160321],[125,0.0020040080160321],[126,0.0020040080160321],[127,0.0020040080160321],[128,0.0020040080160321],[129,0.0020040080160321],[130,0.0020040080160321],[131,0.0020040080160321],[132,0.0020040080160321],[133,0.0020040080160321],[134,0.0020040080160321],[135,0.0020040080160321],[136,0.0020040080160321],[137,0.0020040080160321],[138,0.0020040080160321],[139,0.0020040080160321],[140,0.0020040080160321],[141,0.0020040080160321],[142,0.0020040080160321],[143,0.0020040080160321],[144,0.0020040080160321],[145,0.0020040080160321],[146,0.0020040080160321],[147,0.0020040080160321],[148,0.0020040080160321],[149,0.0020040080160321],[150,0.0020040080160321],[151,0.0020040080160321],[152,0.0020040080160321],[153,0.0020040080160321],[154,0.0020040080160321],[155,0.0020040080160321],[156,0.0020040080160321],[157,0.0020040080160321],[158,0.0020040080160321],[159,0.0020040080160321],[160,0.0020040080160321],[161,0.0020040080160321],[162,0.0020040080160321],[163,0.0020040080160321],[164,0.0020040080160321],[165,0.0020040080160321],[166,0.0020040080160321],[167,0.0020040080160321],[168,0.0020040080160321],[169,0.0020040080160321],[170,0.0020040080160321],[171,0.0020040080160321],[172,0.0020040080160321],[173,0.0020040080160321],[174,0.0020040080160321],[175,0.0020040080160321],[176,0.0020040080160321],[177,0.0020040080160321],[178,0.0020040080160321],[179,0.0020040080160321],[180,0.0020040080160321],[181,0.0020040080160321],[182,0.0020040080160321],[183,0.0020040080160321],[184,0.0020040080160321],[185,0.0020040080160321],[186,0.0020040080160321],[187,0.0020040080160321],[188,0.0020040080160321],[189,0.0020040080160321],[190,0.0020040080160321],[191,0.0020040080160321],[192,0.0020040080160321],[193,0.0020040080160321],[194,0.0020040080160321],[195,0.0020040080160321],[196,0.0020040080160321],[197,0.0020040080160321],[198,0.0020040080160321],[199,0.0020040080160321],[200,0.0020040080160321],[201,0.0020040080160321],[202,0.0020040080160321],[203,0.0020040080160321],[204,0.0020040080160321],[205,0.0020040080160321],[206,0.0020040080160321],[207,0.0020040080160321],[208,0.0020040080160321],[209,0.0020040080160321],[210,0.0020040080160321],[211,0.0020040080160321],[212,0.0020040080160321],[213,0.0020040080160321],[214,0.0020040080160321],[215,0.0020040080160321],[216,0.0020040080160321],[217,0.0020040080160321],[218,0.0020040080160321],[219,0.0020040080160321],[220,0.0020040080160321],[221,0.0020040080160321],[222,0.0020040080160321],[223,0.0020040080160321],[224,0.0020040080160321],[225,0.0020040080160321],[226,0.0020040080160321],[227,0.0020040080160321],[228,0.0020040080160321],[229,0.0020040080160321],[230,0.0020040080160321],[231,0.0020040080160321],[232,0.0020040080160321],[233,0.0020040080160321],[234,0.0020040080160321],[235,0.0020040080160321],[236,0.0020040080160321],[237,0.0020040080160321],[238,0.0020040080160321],[239,0.0020040080160321],[240,0.0020040080160321],[241,0.0020040080160321],[242,0.0020040080160321],[243,0.0020040080160321],[244,0.0020040080160321],[245,0.0020040080160321],[246,0.0020040080160321],[247,0.0020040080160321],[248,0.0020040080160321],[249,0.0020040080160321],[250,0.0020040080160321],[251,0.0020040080160321],[252,0.0020040080160321],[253,0.0020040080160321],[254,0.0020040080160321],[255,0.0020040080160321],[256,0.0020040080160321],[257,0.0020040080160321],[258,0.0020040080160321],[259,0.0020040080160321],[260,0.0020040080160321],[261,0.0020040080160321],[262,0.0020040080160321],[263,0.0020040080160321],[264,0.0020040080160321],[265,0.0020040080160321],[266,0.0020040080160321],[267,0.0020040080160321],[268,0.0020040080160321],[269,0.0020040080160321],[270,0.0020040080160321],[271,0.0020040080160321],[272,0.0020040080160321],[273,0.0020040080160321],[274,0.0020040080160321],[275,0.0020040080160321],[276,0.0020040080160321],[277,0.0020040080160321],[278,0.0020040080160321],[279,0.0020040080160321],[280,0.0020040080160321],[281,0.0020040080160321],[282,0.0020040080160321],[283,0.0020040080160321],[284,0.0020040080160321],[285,0.0020040080160321],[286,0.0020040080160321],[287,0.0020040080160321],[288,0.0020040080160321],[289,0.0020040080160321],[290,0.0020040080160321],[291,0.0020040080160321],[292,0.0020040080160321],[293,0.0020040080160321],[294,0.0020040080160321],[295,0.0020040080160321],[296,0.0020040080160321],[297,0.0020040080160321],[298,0.0020040080160321],[299,0.0020040080160321],[300,0.0020040080160321],[301,0.0020040080160321],[302,0.0020040080160321],[303,0.0020040080160321],[304,0.0020040080160321],[305,0.0020040080160321],[306,0.0020040080160321],[307,0.0020040080160321],[308,0.0020040080160321],[309,0.0020040080160321],[310,0.0020040080160321],[311,0.0020040080160321],[312,0.0020040080160321],[313,0.0020040080160321],[314,0.0020040080160321],[315,0.0020040080160321],[316,0.0020040080160321],[317,0.0020040080160321],[318,0.0020040080160321],[319,0.0020040080160321],[320,0.0020040080160321],[321,0.0020040080160321],[322,0.0020040080160321],[323,0.0020040080160321],[324,0.0020040080160321],[325,0.0020040080160321],[326,0.0020040080160321],[327,0.0020040080160321],[328,0.0020040080160321],[329,0.0020040080160321],[330,0.0020040080160321],[331,0.0020040080160321],[332,0.0020040080160321],[333,0.0020040080160321],[334,0.0020040080160321],[335,0.0020040080160321],[336,0.0020040080160321],[337,0.0020040080160321],[338,0.0020040080160321],[339,0.0020040080160321],[340,0.0020040080160321],[341,0.0020040080160321],[342,0.0020040080160321],[343,0.0020040080160321],[344,0.0020040080160321],[345,0.0020040080160321],[346,0.0020040080160321],[347,0.0020040080160321],[348,0.0020040080160321],[349,0.0020040080160321],[350,0.0020040080160321],[351,0.0020040080160321],[352,0.0020040080160321],[353,0.0020040080160321],[354,0.0020040080160321],[355,0.0020040080160321],[356,0.0020040080160321],[357,0.0020040080160321],[358,0.0020040080160321],[359,0.0020040080160321],[360,0.0020040080160321],[361,0.0020040080160321],[362,0.0020040080160321],[363,0.0020040080160321],[364,0.0020040080160321],[365,0.0020040080160321],[366,0.0020040080160321],[367,0.0020040080160321],[368,0.0020040080160321],[369,0.0020040080160321],[370,0.0020040080160321],[371,0.0020040080160321],[372,0.0020040080160321],[373,0.0020040080160321],[374,0.0020040080160321],[375,0.0020040080160321],[376,0.0020040080160321],[377,0.0020040080160321],[378,0.0020040080160321],[379,0.0020040080160321],[380,0.0020040080160321],[381,0.0020040080160321],[382,0.0020040080160321],[383,0.0020040080160321],[384,0.0020040080160321],[385,0.0020040080160321],[386,0.0020040080160321],[387,0.0020040080160321],[388,0.0020040080160321],[389,0.0020040080160321],[390,0.0020040080160321],[391,0.0020040080160321],[392,0.0020040080160321],[393,0.0020040080160321],[394,0.0020040080160321],[395,0.0020040080160321],[396,0.0020040080160321],[397,0.0020040080160321],[398,0.0020040080160321],[399,0.0020040080160321],[400,0.0020040080160321],[401,0.0020040080160321],[402,0.0020040080160321],[403,0.0020040080160321],[404,0.0020040080160321],[405,0.0020040080160321],[406,0.0020040080160321],[407,0.0020040080160321],[408,0.0020040080160321],[409,0.0020040080160321],[410,0.0020040080160321],[411,0.0020040080160321],[412,0.0020040080160321],[413,0.0020040080160321],[414,0.0020040080160321],[415,0.0020040080160321],[416,0.0020040080160321],[417,0.0020040080160321],[418,0.0020040080160321],[419,0.0020040080160321],[420,0.0020040080160321],[421,0.0020040080160321],[422,0.0020040080160321],[423,0.0020040080160321],[424,0.0020040080160321],[425,0.0020040080160321],[426,0.0020040080160321],[427,0.0020040080160321],[428,0.0020040080160321],[429,0.0020040080160321],[430,0.0020040080160321],[431,0.0020040080160321],[432,0.0020040080160321],[433,0.0020040080160321],[434,0.0020040080160321],[435,0.0020040080160321],[436,0.0020040080160321],[437,0.0020040080160321],[438,0.0020040080160321],[439,0.0020040080160321],[440,0.0020040080160321],[441,0.0020040080160321],[442,0.0020040080160321],[443,0.0020040080160321],[444,0.0020040080160321],[445,0.0020040080160321],[446,0.0020040080160321],[447,0.0020040080160321],[448,0.0020040080160321],[449,0.0020040080160321],[450,0.0020040080160321],[451,0.0020040080160321],[452,0.0020040080160321],[453,0.0020040080160321],[454,0.0020040080160321],[455,0.0020040080160321],[456,0.0020040080160321],[457,0.0020040080160321],[458,0.0020040080160321],[459,0.0020040080160321],[460,0.0020040080160321],[461,0.0020040080160321],[462,0.0020040080160321],[463,0.0020040080160321],[464,0.0020040080160321],[465,0.0020040080160321],[466,0.0020040080160321],[467,0.0020040080160321],[468,0.0020040080160321],[469,0.0020040080160321],[470,0.0020040080160321],[471,0.0020040080160321],[472,0.0020040080160321],[473,0.0020040080160321],[474,0.0020040080160321],[475,0.0020040080160321],[476,0.0020040080160321],[477,0.0020040080160321],[478,0.0020040080160321],[479,0.0020040080160321],[480,0.0020040080160321],[481,0.0020040080160321],[482,0.0020040080160321],[483,0.0020040080160321],[484,0.0020040080160321],[485,0.0020040080160321],[486,0.0020040080160321],[487,0.0020040080160321],[488,0.0020040080160321],[489,0.0020040080160321],[490,0.0020040080160321],[491,0.0020040080160321],[492,0.0020040080160321],[493,0.0020040080160321],[494,0.0020040080160321],[495,0.0020040080160321],[496,0.0020040080160321],[497,0.0020040080160321],[498,0.0020040080160321],[499,0.0020040080160321],[100,0.0033333333333333],[101,0.0033333333333333],[102,0.0033333333333333],[103,0.0033333333333333],[104,0.0033333333333333],[105,0.0033333333333333],[106,0.0033333333333333],[107,0.0033333333333333],[108,0.0033333333333333],[109,0.0033333333333333],[110,0.0033333333333333],[111,0.0033333333333333],[112,0.0033333333333333],[113,0.0033333333333333],[114,0.0033333333333333],[115,0.0033333333333333],[116,0.0033333333333333],[117,0.0033333333333333],[118,0.0033333333333333],[119,0.0033333333333333],[120,0.0033333333333333],[121,0.0033333333333333],[122,0.0033333333333333],[123,0.0033333333333333],[124,0.0033333333333333],[125,0.0033333333333333],[126,0.0033333333333333],[127,0.0033333333333333],[128,0.0033333333333333],[129,0.0033333333333333],[130,0.0033333333333333],[131,0.0033333333333333],[132,0.0033333333333333],[133,0.0033333333333333],[134,0.0033333333333333],[135,0.0033333333333333],[136,0.0033333333333333],[137,0.0033333333333333],[138,0.0033333333333333],[139,0.0033333333333333],[140,0.0033333333333333],[141,0.0033333333333333],[142,0.0033333333333333],[143,0.0033333333333333],[144,0.0033333333333333],[145,0.0033333333333333],[146,0.0033333333333333],[147,0.0033333333333333],[148,0.0033333333333333],[149,0.0033333333333333],[150,0.0033333333333333],[151,0.0033333333333333],[152,0.0033333333333333],[153,0.0033333333333333],[154,0.0033333333333333],[155,0.0033333333333333],[156,0.0033333333333333],[157,0.0033333333333333],[158,0.0033333333333333],[159,0.0033333333333333],[160,0.0033333333333333],[161,0.0033333333333333],[162,0.0033333333333333],[163,0.0033333333333333],[164,0.0033333333333333],[165,0.0033333333333333],[166,0.0033333333333333],[167,0.0033333333333333],[168,0.0033333333333333],[169,0.0033333333333333],[170,0.0033333333333333],[171,0.0033333333333333],[172,0.0033333333333333],[173,0.0033333333333333],[174,0.0033333333333333],[175,0.0033333333333333],[176,0.0033333333333333],[177,0.0033333333333333],[178,0.0033333333333333],[179,0.0033333333333333],[180,0.0033333333333333],[181,0.0033333333333333],[182,0.0033333333333333],[183,0.0033333333333333],[184,0.0033333333333333],[185,0.0033333333333333],[186,0.0033333333333333],[187,0.0033333333333333],[188,0.0033333333333333],[189,0.0033333333333333],[190,0.0033333333333333],[191,0.0033333333333333],[192,0.0033333333333333],[193,0.0033333333333333],[194,0.0033333333333333],[195,0.0033333333333333],[196,0.0033333333333333],[197,0.0033333333333333],[198,0.0033333333333333],[199,0.0033333333333333],[200,0.0033333333333333],[201,0.0033333333333333],[202,0.0033333333333333],[203,0.0033333333333333],[204,0.0033333333333333],[205,0.0033333333333333],[206,0.0033333333333333],[207,0.0033333333333333],[208,0.0033333333333333],[209,0.0033333333333333],[210,0.0033333333333333],[211,0.0033333333333333],[212,0.0033333333333333],[213,0.0033333333333333],[214,0.0033333333333333],[215,0.0033333333333333],[216,0.0033333333333333],[217,0.0033333333333333],[218,0.0033333333333333],[219,0.0033333333333333],[220,0.0033333333333333],[221,0.0033333333333333],[222,0.0033333333333333],[223,0.0033333333333333],[224,0.0033333333333333],[225,0.0033333333333333],[226,0.0033333333333333],[227,0.0033333333333333],[228,0.0033333333333333],[229,0.0033333333333333],[230,0.0033333333333333],[231,0.0033333333333333],[232,0.0033333333333333],[233,0.0033333333333333],[234,0.0033333333333333],[235,0.0033333333333333],[236,0.0033333333333333],[237,0.0033333333333333],[238,0.0033333333333333],[239,0.0033333333333333],[240,0.0033333333333333],[241,0.0033333333333333],[242,0.0033333333333333],[243,0.0033333333333333],[244,0.0033333333333333],[245,0.0033333333333333],[246,0.0033333333333333],[247,0.0033333333333333],[248,0.0033333333333333],[249,0.0033333333333333],[250,0.0033333333333333],[251,0.0033333333333333],[252,0.0033333333333333],[253,0.0033333333333333],[254,0.0033333333333333],[255,0.0033333333333333],[256,0.0033333333333333],[257,0.0033333333333333],[258,0.0033333333333333],[259,0.0033333333333333],[260,0.0033333333333333],[261,0.0033333333333333],[262,0.0033333333333333],[263,0.0033333333333333],[264,0.0033333333333333],[265,0.0033333333333333],[266,0.0033333333333333],[267,0.0033333333333333],[268,0.0033333333333333],[269,0.0033333333333333],[270,0.0033333333333333],[271,0.0033333333333333],[272,0.0033333333333333],[273,0.0033333333333333],[274,0.0033333333333333],[275,0.0033333333333333],[276,0.0033333333333333],[277,0.0033333333333333],[278,0.0033333333333333],[279,0.0033333333333333],[280,0.0033333333333333],[281,0.0033333333333333],[282,0.0033333333333333],[283,0.0033333333333333],[284,0.0033333333333333],[285,0.0033333333333333],[286,0.0033333333333333],[287,0.0033333333333333],[288,0.0033333333333333],[289,0.0033333333333333],[290,0.0033333333333333],[291,0.0033333333333333],[292,0.0033333333333333],[293,0.0033333333333333],[294,0.0033333333333333],[295,0.0033333333333333],[296,0.0033333333333333],[297,0.0033333333333333],[298,0.0033333333333333],[299,0.0033333333333333],[300,0.0033333333333333],[301,0.0033333333333333],[302,0.0033333333333333],[303,0.0033333333333333],[304,0.0033333333333333],[305,0.0033333333333333],[306,0.0033333333333333],[307,0.0033333333333333],[308,0.0033333333333333],[309,0.0033333333333333],[310,0.0033333333333333],[311,0.0033333333333333],[312,0.0033333333333333],[313,0.0033333333333333],[314,0.0033333333333333],[315,0.0033333333333333],[316,0.0033333333333333],[317,0.0033333333333333],[318,0.0033333333333333],[319,0.0033333333333333],[320,0.0033333333333333],[321,0.0033333333333333],[322,0.0033333333333333],[323,0.0033333333333333],[324,0.0033333333333333],[325,0.0033333333333333],[326,0.0033333333333333],[327,0.0033333333333333],[328,0.0033333333333333],[329,0.0033333333333333],[330,0.0033333333333333],[331,0.0033333333333333],[332,0.0033333333333333],[333,0.0033333333333333],[334,0.0033333333333333],[335,0.0033333333333333],[336,0.0033333333333333],[337,0.0033333333333333],[338,0.0033333333333333],[339,0.0033333333333333],[340,0.0033333333333333],[341,0.0033333333333333],[342,0.0033333333333333],[343,0.0033333333333333],[344,0.0033333333333333],[345,0.0033333333333333],[346,0.0033333333333333],[347,0.0033333333333333],[348,0.0033333333333333],[349,0.0033333333333333],[350,0.0033333333333333],[351,0.0033333333333333],[352,0.0033333333333333],[353,0.0033333333333333],[354,0.0033333333333333],[355,0.0033333333333333],[356,0.0033333333333333],[357,0.0033333333333333],[358,0.0033333333333333],[359,0.0033333333333333],[360,0.0033333333333333],[361,0.0033333333333333],[362,0.0033333333333333],[363,0.0033333333333333],[364,0.0033333333333333],[365,0.0033333333333333],[366,0.0033333333333333],[367,0.0033333333333333],[368,0.0033333333333333],[369,0.0033333333333333],[370,0.0033333333333333],[371,0.0033333333333333],[372,0.0033333333333333],[373,0.0033333333333333],[374,0.0033333333333333],[375,0.0033333333333333],[376,0.0033333333333333],[377,0.0033333333333333],[378,0.0033333333333333],[379,0.0033333333333333],[380,0.0033333333333333],[381,0.0033333333333333],[382,0.0033333333333333],[383,0.0033333333333333],[384,0.0033333333333333],[385,0.0033333333333333],[386,0.0033333333333333],[387,0.0033333333333333],[388,0.0033333333333333],[389,0.0033333333333333],[390,0.0033333333333333],[391,0.0033333333333333],[392,0.0033333333333333],[393,0.0033333333333333],[394,0.0033333333333333],[395,0.0033333333333333],[396,0.0033333333333333],[397,0.0033333333333333],[398,0.0033333333333333],[399,0.0033333333333333],[-250,0.019607843137255],[-249,0.019607843137255],[-248,0.019607843137255],[-247,0.019607843137255],[-246,0.019607843137255],[-245,0.019607843137255],[-244,0.019607843137255],[-243,0.019607843137255],[-242,0.019607843137255],[-241,0.019607843137255],[-240,0.019607843137255],[-239,0.019607843137255],[-238,0.019607843137255],[-237,0.019607843137255],[-236,0.019607843137255],[-235,0.019607843137255],[-234,0.019607843137255],[-233,0.019607843137255],[-232,0.019607843137255],[-231,0.019607843137255],[-230,0.019607843137255],[-229,0.019607843137255],[-228,0.019607843137255],[-227,0.019607843137255],[-226,0.019607843137255],[-225,0.019607843137255],[-224,0.019607843137255],[-223,0.019607843137255],[-222,0.019607843137255],[-221,0.019607843137255],[-220,0.019607843137255],[-219,0.019607843137255],[-218,0.019607843137255],[-217,0.019607843137255],[-216,0.019607843137255],[-215,0.019607843137255],[-214,0.019607843137255],[-213,0.019607843137255],[-212,0.019607843137255],[-211,0.019607843137255],[-210,0.019607843137255],[-209,0.019607843137255],[-208,0.019607843137255],[-207,0.019607843137255],[-206,0.019607843137255],[-205,0.019607843137255],[-204,0.019607843137255],[-203,0.019607843137255],[-202,0.019607843137255],[-201,0.019607843137255],[-200,0.019607843137255],[98,0.024390243902439],[99,0.024390243902439],[100,0.024390243902439],[101,0.024390243902439],[102,0.024390243902439],[103,0.024390243902439],[104,0.024390243902439],[105,0.024390243902439],[106,0.024390243902439],[107,0.024390243902439],[108,0.024390243902439],[109,0.024390243902439],[110,0.024390243902439],[111,0.024390243902439],[112,0.024390243902439],[113,0.024390243902439],[114,0.024390243902439],[115,0.024390243902439],[116,0.024390243902439],[117,0.024390243902439],[118,0.024390243902439],[119,0.024390243902439],[120,0.024390243902439],[121,0.024390243902439],[122,0.024390243902439],[123,0.024390243902439],[124,0.024390243902439],[125,0.024390243902439],[126,0.024390243902439],[127,0.024390243902439],[128,0.024390243902439],[129,0.024390243902439],[130,0.024390243902439],[131,0.024390243902439],[132,0.024390243902439],[133,0.024390243902439],[134,0.024390243902439],[135,0.024390243902439],[136,0.024390243902439],[137,0.024390243902439],[138,0.024390243902439],[-139,0.11111111111111],[-138,0.11111111111111],[-137,0.11111111111111],[-136,0.11111111111111],[-135,0.11111111111111],[-134,0.11111111111111],[-133,0.11111111111111],[-132,0.11111111111111],[-131,0.11111111111111],[89,0.055555555555556],[90,0.055555555555556],[91,0.055555555555556],[92,0.055555555555556],[93,0.055555555555556],[94,0.055555555555556],[95,0.055555555555556],[96,0.055555555555556],[97,0.055555555555556],[98,0.055555555555556],[99,0.055555555555556],[100,0.055555555555556],[101,0.055555555555556],[102,0.055555555555556],[103,0.055555555555556],[104,0.055555555555556],[105,0.055555555555556],[106,0.055555555555556],[725,0.019607843137255],[726,0.019607843137255],[727,0.019607843137255],[728,0.019607843137255],[729,0.019607843137255],[730,0.019607843137255],[731,0.019607843137255],[732,0.019607843137255],[733,0.019607843137255],[734,0.019607843137255],[735,0.019607843137255],[736,0.019607843137255],[737,0.019607843137255],[738,0.019607843137255],[739,0.019607843137255],[740,0.019607843137255],[741,0.019607843137255],[742,0.019607843137255],[743,0.019607843137255],[744,0.019607843137255],[745,0.019607843137255],[746,0.019607843137255],[747,0.019607843137255],[748,0.019607843137255],[749,0.019607843137255],[750,0.019607843137255],[751,0.019607843137255],[752,0.019607843137255],[753,0.019607843137255],[754,0.019607843137255],[755,0.019607843137255],[756,0.019607843137255],[757,0.019607843137255],[758,0.019607843137255],[759,0.019607843137255],[760,0.019607843137255],[761,0.019607843137255],[762,0.019607843137255],[763,0.019607843137255],[764,0.019607843137255],[765,0.019607843137255],[766,0.019607843137255],[767,0.019607843137255],[768,0.019607843137255],[769,0.019607843137255],[770,0.019607843137255],[771,0.019607843137255],[772,0.019607843137255],[773,0.019607843137255],[774,0.019607843137255],[775,0.019607843137255],[722,0.018518518518519],[723,0.018518518518519],[724,0.018518518518519],[725,0.018518518518519],[726,0.018518518518519],[727,0.018518518518519],[728,0.018518518518519],[729,0.018518518518519],[730,0.018518518518519],[731,0.018518518518519],[732,0.018518518518519],[733,0.018518518518519],[734,0.018518518518519],[735,0.018518518518519],[736,0.018518518518519],[737,0.018518518518519],[738,0.018518518518519],[739,0.018518518518519],[740,0.018518518518519],[741,0.018518518518519],[742,0.018518518518519],[743,0.018518518518519],[744,0.018518518518519],[745,0.018518518518519],[746,0.018518518518519],[747,0.018518518518519],[748,0.018518518518519],[749,0.018518518518519],[750,0.018518518518519],[751,0.018518518518519],[752,0.018518518518519],[753,0.018518518518519],[754,0.018518518518519],[755,0.018518518518519],[756,0.018518518518519],[757,0.018518518518519],[758,0.018518518518519],[759,0.018518518518519],[760,0.018518518518519],[761,0.018518518518519],[762,0.018518518518519],[763,0.018518518518519],[764,0.018518518518519],[765,0.018518518518519],[766,0.018518518518519],[767,0.018518518518519],[768,0.018518518518519],[769,0.018518518518519],[770,0.018518518518519],[771,0.018518518518519],[772,0.018518518518519],[773,0.018518518518519],[774,0.018518518518519],[775,0.018518518518519],[675,0.015625],[676,0.015625],[677,0.015625],[678,0.015625],[679,0.015625],[680,0.015625],[681,0.015625],[682,0.015625],[683,0.015625],[684,0.015625],[685,0.015625],[686,0.015625],[687,0.015625],[688,0.015625],[689,0.015625],[690,0.015625],[691,0.015625],[692,0.015625],[693,0.015625],[694,0.015625],[695,0.015625],[696,0.015625],[697,0.015625],[698,0.015625],[699,0.015625],[700,0.015625],[701,0.015625],[702,0.015625],[703,0.015625],[704,0.015625],[705,0.015625],[706,0.015625],[707,0.015625],[708,0.015625],[709,0.015625],[710,0.015625],[711,0.015625],[712,0.015625],[713,0.015625],[714,0.015625],[715,0.015625],[716,0.015625],[717,0.015625],[718,0.015625],[719,0.015625],[720,0.015625],[721,0.015625],[722,0.015625],[723,0.015625],[724,0.015625],[725,0.015625],[726,0.015625],[727,0.015625],[728,0.015625],[729,0.015625],[730,0.015625],[731,0.015625],[732,0.015625],[733,0.015625],[734,0.015625],[735,0.015625],[736,0.015625],[737,0.015625],[738,0.015625],[293,1],[50,0.038461538461538],[51,0.038461538461538],[52,0.038461538461538],[53,0.038461538461538],[54,0.038461538461538],[55,0.038461538461538],[56,0.038461538461538],[57,0.038461538461538],[58,0.038461538461538],[59,0.038461538461538],[60,0.038461538461538],[61,0.038461538461538],[62,0.038461538461538],[63,0.038461538461538],[64,0.038461538461538],[65,0.038461538461538],[66,0.038461538461538],[67,0.038461538461538],[68,0.038461538461538],[69,0.038461538461538],[70,0.038461538461538],[71,0.038461538461538],[72,0.038461538461538],[73,0.038461538461538],[74,0.038461538461538],[75,0.038461538461538],[475,0.0066225165562914],[476,0.0066225165562914],[477,0.0066225165562914],[478,0.0066225165562914],[479,0.0066225165562914],[480,0.0066225165562914],[481,0.0066225165562914],[482,0.0066225165562914],[483,0.0066225165562914],[484,0.0066225165562914],[485,0.0066225165562914],[486,0.0066225165562914],[487,0.0066225165562914],[488,0.0066225165562914],[489,0.0066225165562914],[490,0.0066225165562914],[491,0.0066225165562914],[492,0.0066225165562914],[493,0.0066225165562914],[494,0.0066225165562914],[495,0.0066225165562914],[496,0.0066225165562914],[497,0.0066225165562914],[498,0.0066225165562914],[499,0.0066225165562914],[500,0.0066225165562914],[501,0.0066225165562914],[502,0.0066225165562914],[503,0.0066225165562914],[504,0.0066225165562914],[505,0.0066225165562914],[506,0.0066225165562914],[507,0.0066225165562914],[508,0.0066225165562914],[509,0.0066225165562914],[510,0.0066225165562914],[511,0.0066225165562914],[512,0.0066225165562914],[513,0.0066225165562914],[514,0.0066225165562914],[515,0.0066225165562914],[516,0.0066225165562914],[517,0.0066225165562914],[518,0.0066225165562914],[519,0.0066225165562914],[520,0.0066225165562914],[521,0.0066225165562914],[522,0.0066225165562914],[523,0.0066225165562914],[524,0.0066225165562914],[525,0.0066225165562914],[526,0.0066225165562914],[527,0.0066225165562914],[528,0.0066225165562914],[529,0.0066225165562914],[530,0.0066225165562914],[531,0.0066225165562914],[532,0.0066225165562914],[533,0.0066225165562914],[534,0.0066225165562914],[535,0.0066225165562914],[536,0.0066225165562914],[537,0.0066225165562914],[538,0.0066225165562914],[539,0.0066225165562914],[540,0.0066225165562914],[541,0.0066225165562914],[542,0.0066225165562914],[543,0.0066225165562914],[544,0.0066225165562914],[545,0.0066225165562914],[546,0.0066225165562914],[547,0.0066225165562914],[548,0.0066225165562914],[549,0.0066225165562914],[550,0.0066225165562914],[551,0.0066225165562914],[552,0.0066225165562914],[553,0.0066225165562914],[554,0.0066225165562914],[555,0.0066225165562914],[556,0.0066225165562914],[557,0.0066225165562914],[558,0.0066225165562914],[559,0.0066225165562914],[560,0.0066225165562914],[561,0.0066225165562914],[562,0.0066225165562914],[563,0.0066225165562914],[564,0.0066225165562914],[565,0.0066225165562914],[566,0.0066225165562914],[567,0.0066225165562914],[568,0.0066225165562914],[569,0.0066225165562914],[570,0.0066225165562914],[571,0.0066225165562914],[572,0.0066225165562914],[573,0.0066225165562914],[574,0.0066225165562914],[575,0.0066225165562914],[576,0.0066225165562914],[577,0.0066225165562914],[578,0.0066225165562914],[579,0.0066225165562914],[580,0.0066225165562914],[581,0.0066225165562914],[582,0.0066225165562914],[583,0.0066225165562914],[584,0.0066225165562914],[585,0.0066225165562914],[586,0.0066225165562914],[587,0.0066225165562914],[588,0.0066225165562914],[589,0.0066225165562914],[590,0.0066225165562914],[591,0.0066225165562914],[592,0.0066225165562914],[593,0.0066225165562914],[594,0.0066225165562914],[595,0.0066225165562914],[596,0.0066225165562914],[597,0.0066225165562914],[598,0.0066225165562914],[599,0.0066225165562914],[600,0.0066225165562914],[601,0.0066225165562914],[602,0.0066225165562914],[603,0.0066225165562914],[604,0.0066225165562914],[605,0.0066225165562914],[606,0.0066225165562914],[607,0.0066225165562914],[608,0.0066225165562914],[609,0.0066225165562914],[610,0.0066225165562914],[611,0.0066225165562914],[612,0.0066225165562914],[613,0.0066225165562914],[614,0.0066225165562914],[615,0.0066225165562914],[616,0.0066225165562914],[617,0.0066225165562914],[618,0.0066225165562914],[619,0.0066225165562914],[620,0.0066225165562914],[621,0.0066225165562914],[622,0.0066225165562914],[623,0.0066225165562914],[624,0.0066225165562914],[625,0.0066225165562914],[-13,0.14285714285714],[-12,0.14285714285714],[-11,0.14285714285714],[-10,0.14285714285714],[-9,0.14285714285714],[-8,0.14285714285714],[-7,0.14285714285714],[36,0.14285714285714],[37,0.14285714285714],[38,0.14285714285714],[39,0.14285714285714],[40,0.14285714285714],[41,0.14285714285714],[42,0.14285714285714],[16,0.015625],[17,0.015625],[18,0.015625],[19,0.015625],[20,0.015625],[21,0.015625],[22,0.015625],[23,0.015625],[24,0.015625],[25,0.015625],[26,0.015625],[27,0.015625],[28,0.015625],[29,0.015625],[30,0.015625],[31,0.015625],[32,0.015625],[33,0.015625],[34,0.015625],[35,0.015625],[36,0.015625],[37,0.015625],[38,0.015625],[39,0.015625],[40,0.015625],[41,0.015625],[42,0.015625],[43,0.015625],[44,0.015625],[45,0.015625],[46,0.015625],[47,0.015625],[48,0.015625],[49,0.015625],[50,0.015625],[51,0.015625],[52,0.015625],[53,0.015625],[54,0.015625],[55,0.015625],[56,0.015625],[57,0.015625],[58,0.015625],[59,0.015625],[60,0.015625],[61,0.015625],[62,0.015625],[63,0.015625],[64,0.015625],[65,0.015625],[66,0.015625],[67,0.015625],[68,0.015625],[69,0.015625],[70,0.015625],[71,0.015625],[72,0.015625],[73,0.015625],[74,0.015625],[75,0.015625],[76,0.015625],[77,0.015625],[78,0.015625],[79,0.015625],[45,0.052631578947368],[46,0.052631578947368],[47,0.052631578947368],[48,0.052631578947368],[49,0.052631578947368],[50,0.052631578947368],[51,0.052631578947368],[52,0.052631578947368],[53,0.052631578947368],[54,0.052631578947368],[55,0.052631578947368],[56,0.052631578947368],[57,0.052631578947368],[58,0.052631578947368],[59,0.052631578947368],[60,0.052631578947368],[61,0.052631578947368],[62,0.052631578947368],[63,0.052631578947368],[62,0.090909090909091],[63,0.090909090909091],[64,0.090909090909091],[65,0.090909090909091],[66,0.090909090909091],[67,0.090909090909091],[68,0.090909090909091],[69,0.090909090909091],[70,0.090909090909091],[71,0.090909090909091],[72,0.090909090909091],[76,0.021739130434783],[77,0.021739130434783],[78,0.021739130434783],[79,0.021739130434783],[80,0.021739130434783],[81,0.021739130434783],[82,0.021739130434783],[83,0.021739130434783],[84,0.021739130434783],[85,0.021739130434783],[86,0.021739130434783],[87,0.021739130434783],[88,0.021739130434783],[89,0.021739130434783],[90,0.021739130434783],[91,0.021739130434783],[92,0.021739130434783],[93,0.021739130434783],[94,0.021739130434783],[95,0.021739130434783],[96,0.021739130434783],[97,0.021739130434783],[98,0.021739130434783],[99,0.021739130434783],[100,0.021739130434783],[101,0.021739130434783],[102,0.021739130434783],[103,0.021739130434783],[104,0.021739130434783],[105,0.021739130434783],[106,0.021739130434783],[107,0.021739130434783],[108,0.021739130434783],[109,0.021739130434783],[110,0.021739130434783],[111,0.021739130434783],[112,0.021739130434783],[113,0.021739130434783],[114,0.021739130434783],[115,0.021739130434783],[116,0.021739130434783],[117,0.021739130434783],[118,0.021739130434783],[119,0.021739130434783],[120,0.021739130434783],[121,0.021739130434783],[80,0.041666666666667],[81,0.041666666666667],[82,0.041666666666667],[83,0.041666666666667],[84,0.041666666666667],[85,0.041666666666667],[86,0.041666666666667],[87,0.041666666666667],[88,0.041666666666667],[89,0.041666666666667],[90,0.041666666666667],[91,0.041666666666667],[92,0.041666666666667],[93,0.041666666666667],[94,0.041666666666667],[95,0.041666666666667],[96,0.041666666666667],[97,0.041666666666667],[98,0.041666666666667],[99,0.041666666666667],[100,0.041666666666667],[101,0.041666666666667],[102,0.041666666666667],[103,0.041666666666667],[105,0.026315789473684],[106,0.026315789473684],[107,0.026315789473684],[108,0.026315789473684],[109,0.026315789473684],[110,0.026315789473684],[111,0.026315789473684],[112,0.026315789473684],[113,0.026315789473684],[114,0.026315789473684],[115,0.026315789473684],[116,0.026315789473684],[117,0.026315789473684],[118,0.026315789473684],[119,0.026315789473684],[120,0.026315789473684],[121,0.026315789473684],[122,0.026315789473684],[123,0.026315789473684],[124,0.026315789473684],[125,0.026315789473684],[126,0.026315789473684],[127,0.026315789473684],[128,0.026315789473684],[129,0.026315789473684],[130,0.026315789473684],[131,0.026315789473684],[132,0.026315789473684],[133,0.026315789473684],[134,0.026315789473684],[135,0.026315789473684],[136,0.026315789473684],[137,0.026315789473684],[138,0.026315789473684],[139,0.026315789473684],[140,0.026315789473684],[141,0.026315789473684],[142,0.026315789473684],[138,0.071428571428571],[139,0.071428571428571],[140,0.071428571428571],[141,0.071428571428571],[142,0.071428571428571],[143,0.071428571428571],[144,0.071428571428571],[145,0.071428571428571],[146,0.071428571428571],[147,0.071428571428571],[148,0.071428571428571],[149,0.071428571428571],[150,0.071428571428571],[151,0.071428571428571],[252,0.14285714285714],[253,0.14285714285714],[254,0.14285714285714],[255,0.14285714285714],[256,0.14285714285714],[257,0.14285714285714],[258,0.14285714285714],[285,0.055555555555556],[286,0.055555555555556],[287,0.055555555555556],[288,0.055555555555556],[289,0.055555555555556],[290,0.055555555555556],[291,0.055555555555556],[292,0.055555555555556],[293,0.055555555555556],[294,0.055555555555556],[295,0.055555555555556],[296,0.055555555555556],[297,0.055555555555556],[298,0.055555555555556],[299,0.055555555555556],[300,0.055555555555556],[301,0.055555555555556],[302,0.055555555555556],[107,0.066666666666667],[108,0.066666666666667],[109,0.066666666666667],[110,0.066666666666667],[111,0.066666666666667],[112,0.066666666666667],[113,0.066666666666667],[114,0.066666666666667],[115,0.066666666666667],[116,0.066666666666667],[117,0.066666666666667],[118,0.066666666666667],[119,0.066666666666667],[120,0.066666666666667],[121,0.066666666666667],[123,0.025641025641026],[124,0.025641025641026],[125,0.025641025641026],[126,0.025641025641026],[127,0.025641025641026],[128,0.025641025641026],[129,0.025641025641026],[130,0.025641025641026],[131,0.025641025641026],[132,0.025641025641026],[133,0.025641025641026],[134,0.025641025641026],[135,0.025641025641026],[136,0.025641025641026],[137,0.025641025641026],[138,0.025641025641026],[139,0.025641025641026],[140,0.025641025641026],[141,0.025641025641026],[142,0.025641025641026],[143,0.025641025641026],[144,0.025641025641026],[145,0.025641025641026],[146,0.025641025641026],[147,0.025641025641026],[148,0.025641025641026],[149,0.025641025641026],[150,0.025641025641026],[151,0.025641025641026],[152,0.025641025641026],[153,0.025641025641026],[154,0.025641025641026],[155,0.025641025641026],[156,0.025641025641026],[157,0.025641025641026],[158,0.025641025641026],[159,0.025641025641026],[160,0.025641025641026],[161,0.025641025641026],[100,0.01],[101,0.01],[102,0.01],[103,0.01],[104,0.01],[105,0.01],[106,0.01],[107,0.01],[108,0.01],[109,0.01],[110,0.01],[111,0.01],[112,0.01],[113,0.01],[114,0.01],[115,0.01],[116,0.01],[117,0.01],[118,0.01],[119,0.01],[120,0.01],[121,0.01],[122,0.01],[123,0.01],[124,0.01],[125,0.01],[126,0.01],[127,0.01],[128,0.01],[129,0.01],[130,0.01],[131,0.01],[132,0.01],[133,0.01],[134,0.01],[135,0.01],[136,0.01],[137,0.01],[138,0.01],[139,0.01],[140,0.01],[141,0.01],[142,0.01],[143,0.01],[144,0.01],[145,0.01],[146,0.01],[147,0.01],[148,0.01],[149,0.01],[150,0.01],[151,0.01],[152,0.01],[153,0.01],[154,0.01],[155,0.01],[156,0.01],[157,0.01],[158,0.01],[159,0.01],[160,0.01],[161,0.01],[162,0.01],[163,0.01],[164,0.01],[165,0.01],[166,0.01],[167,0.01],[168,0.01],[169,0.01],[170,0.01],[171,0.01],[172,0.01],[173,0.01],[174,0.01],[175,0.01],[176,0.01],[177,0.01],[178,0.01],[179,0.01],[180,0.01],[181,0.01],[182,0.01],[183,0.01],[184,0.01],[185,0.01],[186,0.01],[187,0.01],[188,0.01],[189,0.01],[190,0.01],[191,0.01],[192,0.01],[193,0.01],[194,0.01],[195,0.01],[196,0.01],[197,0.01],[198,0.01],[199,0.01],[140,0.05],[141,0.05],[142,0.05],[143,0.05],[144,0.05],[145,0.05],[146,0.05],[147,0.05],[148,0.05],[149,0.05],[150,0.05],[151,0.05],[152,0.05],[153,0.05],[154,0.05],[155,0.05],[156,0.05],[157,0.05],[158,0.05],[159,0.05],[125,0.019607843137255],[126,0.019607843137255],[127,0.019607843137255],[128,0.019607843137255],[129,0.019607843137255],[130,0.019607843137255],[131,0.019607843137255],[132,0.019607843137255],[133,0.019607843137255],[134,0.019607843137255],[135,0.019607843137255],[136,0.019607843137255],[137,0.019607843137255],[138,0.019607843137255],[139,0.019607843137255],[140,0.019607843137255],[141,0.019607843137255],[142,0.019607843137255],[143,0.019607843137255],[144,0.019607843137255],[145,0.019607843137255],[146,0.019607843137255],[147,0.019607843137255],[148,0.019607843137255],[149,0.019607843137255],[150,0.019607843137255],[151,0.019607843137255],[152,0.019607843137255],[153,0.019607843137255],[154,0.019607843137255],[155,0.019607843137255],[156,0.019607843137255],[157,0.019607843137255],[158,0.019607843137255],[159,0.019607843137255],[160,0.019607843137255],[161,0.019607843137255],[162,0.019607843137255],[163,0.019607843137255],[164,0.019607843137255],[165,0.019607843137255],[166,0.019607843137255],[167,0.019607843137255],[168,0.019607843137255],[169,0.019607843137255],[170,0.019607843137255],[171,0.019607843137255],[172,0.019607843137255],[173,0.019607843137255],[174,0.019607843137255],[175,0.019607843137255],[100,0.01],[101,0.01],[102,0.01],[103,0.01],[104,0.01],[105,0.01],[106,0.01],[107,0.01],[108,0.01],[109,0.01],[110,0.01],[111,0.01],[112,0.01],[113,0.01],[114,0.01],[115,0.01],[116,0.01],[117,0.01],[118,0.01],[119,0.01],[120,0.01],[121,0.01],[122,0.01],[123,0.01],[124,0.01],[125,0.01],[126,0.01],[127,0.01],[128,0.01],[129,0.01],[130,0.01],[131,0.01],[132,0.01],[133,0.01],[134,0.01],[135,0.01],[136,0.01],[137,0.01],[138,0.01],[139,0.01],[140,0.01],[141,0.01],[142,0.01],[143,0.01],[144,0.01],[145,0.01],[146,0.01],[147,0.01],[148,0.01],[149,0.01],[150,0.01],[151,0.01],[152,0.01],[153,0.01],[154,0.01],[155,0.01],[156,0.01],[157,0.01],[158,0.01],[159,0.01],[160,0.01],[161,0.01],[162,0.01],[163,0.01],[164,0.01],[165,0.01],[166,0.01],[167,0.01],[168,0.01],[169,0.01],[170,0.01],[171,0.01],[172,0.01],[173,0.01],[174,0.01],[175,0.01],[176,0.01],[177,0.01],[178,0.01],[179,0.01],[180,0.01],[181,0.01],[182,0.01],[183,0.01],[184,0.01],[185,0.01],[186,0.01],[187,0.01],[188,0.01],[189,0.01],[190,0.01],[191,0.01],[192,0.01],[193,0.01],[194,0.01],[195,0.01],[196,0.01],[197,0.01],[198,0.01],[199,0.01],[163,0.015873015873016],[164,0.015873015873016],[165,0.015873015873016],[166,0.015873015873016],[167,0.015873015873016],[168,0.015873015873016],[169,0.015873015873016],[170,0.015873015873016],[171,0.015873015873016],[172,0.015873015873016],[173,0.015873015873016],[174,0.015873015873016],[175,0.015873015873016],[176,0.015873015873016],[177,0.015873015873016],[178,0.015873015873016],[179,0.015873015873016],[180,0.015873015873016],[181,0.015873015873016],[182,0.015873015873016],[183,0.015873015873016],[184,0.015873015873016],[185,0.015873015873016],[186,0.015873015873016],[187,0.015873015873016],[188,0.015873015873016],[189,0.015873015873016],[190,0.015873015873016],[191,0.015873015873016],[192,0.015873015873016],[193,0.015873015873016],[194,0.015873015873016],[195,0.015873015873016],[196,0.015873015873016],[197,0.015873015873016],[198,0.015873015873016],[199,0.015873015873016],[200,0.015873015873016],[201,0.015873015873016],[202,0.015873015873016],[203,0.015873015873016],[204,0.015873015873016],[205,0.015873015873016],[206,0.015873015873016],[207,0.015873015873016],[208,0.015873015873016],[209,0.015873015873016],[210,0.015873015873016],[211,0.015873015873016],[212,0.015873015873016],[213,0.015873015873016],[214,0.015873015873016],[215,0.015873015873016],[216,0.015873015873016],[217,0.015873015873016],[218,0.015873015873016],[219,0.015873015873016],[220,0.015873015873016],[221,0.015873015873016],[222,0.015873015873016],[223,0.015873015873016],[224,0.015873015873016],[225,0.015873015873016],[177,0.043478260869565],[178,0.043478260869565],[179,0.043478260869565],[180,0.043478260869565],[181,0.043478260869565],[182,0.043478260869565],[183,0.043478260869565],[184,0.043478260869565],[185,0.043478260869565],[186,0.043478260869565],[187,0.043478260869565],[188,0.043478260869565],[189,0.043478260869565],[190,0.043478260869565],[191,0.043478260869565],[192,0.043478260869565],[193,0.043478260869565],[194,0.043478260869565],[195,0.043478260869565],[196,0.043478260869565],[197,0.043478260869565],[198,0.043478260869565],[199,0.043478260869565],[181,0.071428571428571],[182,0.071428571428571],[183,0.071428571428571],[184,0.071428571428571],[185,0.071428571428571],[186,0.071428571428571],[187,0.071428571428571],[188,0.071428571428571],[189,0.071428571428571],[190,0.071428571428571],[191,0.071428571428571],[192,0.071428571428571],[193,0.071428571428571],[194,0.071428571428571],[187,0.090909090909091],[188,0.090909090909091],[189,0.090909090909091],[190,0.090909090909091],[191,0.090909090909091],[192,0.090909090909091],[193,0.090909090909091],[194,0.090909090909091],[195,0.090909090909091],[196,0.090909090909091],[197,0.090909090909091],[175,0.008],[176,0.008],[177,0.008],[178,0.008],[179,0.008],[180,0.008],[181,0.008],[182,0.008],[183,0.008],[184,0.008],[185,0.008],[186,0.008],[187,0.008],[188,0.008],[189,0.008],[190,0.008],[191,0.008],[192,0.008],[193,0.008],[194,0.008],[195,0.008],[196,0.008],[197,0.008],[198,0.008],[199,0.008],[200,0.008],[201,0.008],[202,0.008],[203,0.008],[204,0.008],[205,0.008],[206,0.008],[207,0.008],[208,0.008],[209,0.008],[210,0.008],[211,0.008],[212,0.008],[213,0.008],[214,0.008],[215,0.008],[216,0.008],[217,0.008],[218,0.008],[219,0.008],[220,0.008],[221,0.008],[222,0.008],[223,0.008],[224,0.008],[225,0.008],[226,0.008],[227,0.008],[228,0.008],[229,0.008],[230,0.008],[231,0.008],[232,0.008],[233,0.008],[234,0.008],[235,0.008],[236,0.008],[237,0.008],[238,0.008],[239,0.008],[240,0.008],[241,0.008],[242,0.008],[243,0.008],[244,0.008],[245,0.008],[246,0.008],[247,0.008],[248,0.008],[249,0.008],[250,0.008],[251,0.008],[252,0.008],[253,0.008],[254,0.008],[255,0.008],[256,0.008],[257,0.008],[258,0.008],[259,0.008],[260,0.008],[261,0.008],[262,0.008],[263,0.008],[264,0.008],[265,0.008],[266,0.008],[267,0.008],[268,0.008],[269,0.008],[270,0.008],[271,0.008],[272,0.008],[273,0.008],[274,0.008],[275,0.008],[276,0.008],[277,0.008],[278,0.008],[279,0.008],[280,0.008],[281,0.008],[282,0.008],[283,0.008],[284,0.008],[285,0.008],[286,0.008],[287,0.008],[288,0.008],[289,0.008],[290,0.008],[291,0.008],[292,0.008],[293,0.008],[294,0.008],[295,0.008],[296,0.008],[297,0.008],[298,0.008],[299,0.008],[-16,0.014285714285714],[-15,0.014285714285714],[-14,0.014285714285714],[-13,0.014285714285714],[-12,0.014285714285714],[-11,0.014285714285714],[-10,0.014285714285714],[-9,0.014285714285714],[-8,0.014285714285714],[-7,0.014285714285714],[-6,0.014285714285714],[-5,0.014285714285714],[-4,0.014285714285714],[-3,0.014285714285714],[-2,0.014285714285714],[-1,0.014285714285714],[1,0.014285714285714],[2,0.014285714285714],[3,0.014285714285714],[4,0.014285714285714],[5,0.014285714285714],[6,0.014285714285714],[7,0.014285714285714],[8,0.014285714285714],[9,0.014285714285714],[10,0.014285714285714],[11,0.014285714285714],[12,0.014285714285714],[13,0.014285714285714],[14,0.014285714285714],[15,0.014285714285714],[16,0.014285714285714],[17,0.014285714285714],[18,0.014285714285714],[19,0.014285714285714],[20,0.014285714285714],[21,0.014285714285714],[22,0.014285714285714],[23,0.014285714285714],[24,0.014285714285714],[25,0.014285714285714],[26,0.014285714285714],[27,0.014285714285714],[28,0.014285714285714],[29,0.014285714285714],[30,0.014285714285714],[31,0.014285714285714],[32,0.014285714285714],[33,0.014285714285714],[34,0.014285714285714],[35,0.014285714285714],[36,0.014285714285714],[37,0.014285714285714],[38,0.014285714285714],[39,0.014285714285714],[40,0.014285714285714],[41,0.014285714285714],[42,0.014285714285714],[43,0.014285714285714],[44,0.014285714285714],[45,0.014285714285714],[46,0.014285714285714],[47,0.014285714285714],[48,0.014285714285714],[49,0.014285714285714],[50,0.014285714285714],[51,0.014285714285714],[52,0.014285714285714],[53,0.014285714285714],[54,0.014285714285714],[50,0.0066666666666667],[51,0.0066666666666667],[52,0.0066666666666667],[53,0.0066666666666667],[54,0.0066666666666667],[55,0.0066666666666667],[56,0.0066666666666667],[57,0.0066666666666667],[58,0.0066666666666667],[59,0.0066666666666667],[60,0.0066666666666667],[61,0.0066666666666667],[62,0.0066666666666667],[63,0.0066666666666667],[64,0.0066666666666667],[65,0.0066666666666667],[66,0.0066666666666667],[67,0.0066666666666667],[68,0.0066666666666667],[69,0.0066666666666667],[70,0.0066666666666667],[71,0.0066666666666667],[72,0.0066666666666667],[73,0.0066666666666667],[74,0.0066666666666667],[75,0.0066666666666667],[76,0.0066666666666667],[77,0.0066666666666667],[78,0.0066666666666667],[79,0.0066666666666667],[80,0.0066666666666667],[81,0.0066666666666667],[82,0.0066666666666667],[83,0.0066666666666667],[84,0.0066666666666667],[85,0.0066666666666667],[86,0.0066666666666667],[87,0.0066666666666667],[88,0.0066666666666667],[89,0.0066666666666667],[90,0.0066666666666667],[91,0.0066666666666667],[92,0.0066666666666667],[93,0.0066666666666667],[94,0.0066666666666667],[95,0.0066666666666667],[96,0.0066666666666667],[97,0.0066666666666667],[98,0.0066666666666667],[99,0.0066666666666667],[100,0.0066666666666667],[101,0.0066666666666667],[102,0.0066666666666667],[103,0.0066666666666667],[104,0.0066666666666667],[105,0.0066666666666667],[106,0.0066666666666667],[107,0.0066666666666667],[108,0.0066666666666667],[109,0.0066666666666667],[110,0.0066666666666667],[111,0.0066666666666667],[112,0.0066666666666667],[113,0.0066666666666667],[114,0.0066666666666667],[115,0.0066666666666667],[116,0.0066666666666667],[117,0.0066666666666667],[118,0.0066666666666667],[119,0.0066666666666667],[120,0.0066666666666667],[121,0.0066666666666667],[122,0.0066666666666667],[123,0.0066666666666667],[124,0.0066666666666667],[125,0.0066666666666667],[126,0.0066666666666667],[127,0.0066666666666667],[128,0.0066666666666667],[129,0.0066666666666667],[130,0.0066666666666667],[131,0.0066666666666667],[132,0.0066666666666667],[133,0.0066666666666667],[134,0.0066666666666667],[135,0.0066666666666667],[136,0.0066666666666667],[137,0.0066666666666667],[138,0.0066666666666667],[139,0.0066666666666667],[140,0.0066666666666667],[141,0.0066666666666667],[142,0.0066666666666667],[143,0.0066666666666667],[144,0.0066666666666667],[145,0.0066666666666667],[146,0.0066666666666667],[147,0.0066666666666667],[148,0.0066666666666667],[149,0.0066666666666667],[150,0.0066666666666667],[151,0.0066666666666667],[152,0.0066666666666667],[153,0.0066666666666667],[154,0.0066666666666667],[155,0.0066666666666667],[156,0.0066666666666667],[157,0.0066666666666667],[158,0.0066666666666667],[159,0.0066666666666667],[160,0.0066666666666667],[161,0.0066666666666667],[162,0.0066666666666667],[163,0.0066666666666667],[164,0.0066666666666667],[165,0.0066666666666667],[166,0.0066666666666667],[167,0.0066666666666667],[168,0.0066666666666667],[169,0.0066666666666667],[170,0.0066666666666667],[171,0.0066666666666667],[172,0.0066666666666667],[173,0.0066666666666667],[174,0.0066666666666667],[175,0.0066666666666667],[176,0.0066666666666667],[177,0.0066666666666667],[178,0.0066666666666667],[179,0.0066666666666667],[180,0.0066666666666667],[181,0.0066666666666667],[182,0.0066666666666667],[183,0.0066666666666667],[184,0.0066666666666667],[185,0.0066666666666667],[186,0.0066666666666667],[187,0.0066666666666667],[188,0.0066666666666667],[189,0.0066666666666667],[190,0.0066666666666667],[191,0.0066666666666667],[192,0.0066666666666667],[193,0.0066666666666667],[194,0.0066666666666667],[195,0.0066666666666667],[196,0.0066666666666667],[197,0.0066666666666667],[198,0.0066666666666667],[199,0.0066666666666667],[-18,0.033333333333333],[-17,0.033333333333333],[-16,0.033333333333333],[-15,0.033333333333333],[-14,0.033333333333333],[-13,0.033333333333333],[-12,0.033333333333333],[-11,0.033333333333333],[-10,0.033333333333333],[-9,0.033333333333333],[-8,0.033333333333333],[-7,0.033333333333333],[-6,0.033333333333333],[-5,0.033333333333333],[-4,0.033333333333333],[-3,0.033333333333333],[-2,0.033333333333333],[-1,0.033333333333333],[1,0.033333333333333],[2,0.033333333333333],[3,0.033333333333333],[4,0.033333333333333],[5,0.033333333333333],[6,0.033333333333333],[7,0.033333333333333],[8,0.033333333333333],[9,0.033333333333333],[10,0.033333333333333],[11,0.033333333333333],[12,0.033333333333333],[-250,0.019607843137255],[-249,0.019607843137255],[-248,0.019607843137255],[-247,0.019607843137255],[-246,0.019607843137255],[-245,0.019607843137255],[-244,0.019607843137255],[-243,0.019607843137255],[-242,0.019607843137255],[-241,0.019607843137255],[-240,0.019607843137255],[-239,0.019607843137255],[-238,0.019607843137255],[-237,0.019607843137255],[-236,0.019607843137255],[-235,0.019607843137255],[-234,0.019607843137255],[-233,0.019607843137255],[-232,0.019607843137255],[-231,0.019607843137255],[-230,0.019607843137255],[-229,0.019607843137255],[-228,0.019607843137255],[-227,0.019607843137255],[-226,0.019607843137255],[-225,0.019607843137255],[-224,0.019607843137255],[-223,0.019607843137255],[-222,0.019607843137255],[-221,0.019607843137255],[-220,0.019607843137255],[-219,0.019607843137255],[-218,0.019607843137255],[-217,0.019607843137255],[-216,0.019607843137255],[-215,0.019607843137255],[-214,0.019607843137255],[-213,0.019607843137255],[-212,0.019607843137255],[-211,0.019607843137255],[-210,0.019607843137255],[-209,0.019607843137255],[-208,0.019607843137255],[-207,0.019607843137255],[-206,0.019607843137255],[-205,0.019607843137255],[-204,0.019607843137255],[-203,0.019607843137255],[-202,0.019607843137255],[-201,0.019607843137255],[-200,0.019607843137255],[-137,1],[125,0.04],[126,0.04],[127,0.04],[128,0.04],[129,0.04],[130,0.04],[131,0.04],[132,0.04],[133,0.04],[134,0.04],[135,0.04],[136,0.04],[137,0.04],[138,0.04],[139,0.04],[140,0.04],[141,0.04],[142,0.04],[143,0.04],[144,0.04],[145,0.04],[146,0.04],[147,0.04],[148,0.04],[149,0.04],[100,0.01],[101,0.01],[102,0.01],[103,0.01],[104,0.01],[105,0.01],[106,0.01],[107,0.01],[108,0.01],[109,0.01],[110,0.01],[111,0.01],[112,0.01],[113,0.01],[114,0.01],[115,0.01],[116,0.01],[117,0.01],[118,0.01],[119,0.01],[120,0.01],[121,0.01],[122,0.01],[123,0.01],[124,0.01],[125,0.01],[126,0.01],[127,0.01],[128,0.01],[129,0.01],[130,0.01],[131,0.01],[132,0.01],[133,0.01],[134,0.01],[135,0.01],[136,0.01],[137,0.01],[138,0.01],[139,0.01],[140,0.01],[141,0.01],[142,0.01],[143,0.01],[144,0.01],[145,0.01],[146,0.01],[147,0.01],[148,0.01],[149,0.01],[150,0.01],[151,0.01],[152,0.01],[153,0.01],[154,0.01],[155,0.01],[156,0.01],[157,0.01],[158,0.01],[159,0.01],[160,0.01],[161,0.01],[162,0.01],[163,0.01],[164,0.01],[165,0.01],[166,0.01],[167,0.01],[168,0.01],[169,0.01],[170,0.01],[171,0.01],[172,0.01],[173,0.01],[174,0.01],[175,0.01],[176,0.01],[177,0.01],[178,0.01],[179,0.01],[180,0.01],[181,0.01],[182,0.01],[183,0.01],[184,0.01],[185,0.01],[186,0.01],[187,0.01],[188,0.01],[189,0.01],[190,0.01],[191,0.01],[192,0.01],[193,0.01],[194,0.01],[195,0.01],[196,0.01],[197,0.01],[198,0.01],[199,0.01],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[348,0.083333333333333],[349,0.083333333333333],[350,0.083333333333333],[351,0.083333333333333],[352,0.083333333333333],[353,0.083333333333333],[354,0.083333333333333],[355,0.083333333333333],[356,0.083333333333333],[357,0.083333333333333],[358,0.083333333333333],[359,0.083333333333333],[187,0.16666666666667],[188,0.16666666666667],[189,0.16666666666667],[190,0.16666666666667],[191,0.16666666666667],[192,0.16666666666667],[176,0.14285714285714],[177,0.14285714285714],[178,0.14285714285714],[179,0.14285714285714],[180,0.14285714285714],[181,0.14285714285714],[182,0.14285714285714],[162,0.04],[163,0.04],[164,0.04],[165,0.04],[166,0.04],[167,0.04],[168,0.04],[169,0.04],[170,0.04],[171,0.04],[172,0.04],[173,0.04],[174,0.04],[175,0.04],[176,0.04],[177,0.04],[178,0.04],[179,0.04],[180,0.04],[181,0.04],[182,0.04],[183,0.04],[184,0.04],[185,0.04],[186,0.04],[200,0.02],[201,0.02],[202,0.02],[203,0.02],[204,0.02],[205,0.02],[206,0.02],[207,0.02],[208,0.02],[209,0.02],[210,0.02],[211,0.02],[212,0.02],[213,0.02],[214,0.02],[215,0.02],[216,0.02],[217,0.02],[218,0.02],[219,0.02],[220,0.02],[221,0.02],[222,0.02],[223,0.02],[224,0.02],[225,0.02],[226,0.02],[227,0.02],[228,0.02],[229,0.02],[230,0.02],[231,0.02],[232,0.02],[233,0.02],[234,0.02],[235,0.02],[236,0.02],[237,0.02],[238,0.02],[239,0.02],[240,0.02],[241,0.02],[242,0.02],[243,0.02],[244,0.02],[245,0.02],[246,0.02],[247,0.02],[248,0.02],[249,0.02],[350,0.047619047619048],[351,0.047619047619048],[352,0.047619047619048],[353,0.047619047619048],[354,0.047619047619048],[355,0.047619047619048],[356,0.047619047619048],[357,0.047619047619048],[358,0.047619047619048],[359,0.047619047619048],[360,0.047619047619048],[361,0.047619047619048],[362,0.047619047619048],[363,0.047619047619048],[364,0.047619047619048],[365,0.047619047619048],[366,0.047619047619048],[367,0.047619047619048],[368,0.047619047619048],[369,0.047619047619048],[370,0.047619047619048],[484,0.076923076923077],[485,0.076923076923077],[486,0.076923076923077],[487,0.076923076923077],[488,0.076923076923077],[489,0.076923076923077],[490,0.076923076923077],[491,0.076923076923077],[492,0.076923076923077],[493,0.076923076923077],[494,0.076923076923077],[495,0.076923076923077],[496,0.076923076923077],[214,1],[700,0.01],[701,0.01],[702,0.01],[703,0.01],[704,0.01],[705,0.01],[706,0.01],[707,0.01],[708,0.01],[709,0.01],[710,0.01],[711,0.01],[712,0.01],[713,0.01],[714,0.01],[715,0.01],[716,0.01],[717,0.01],[718,0.01],[719,0.01],[720,0.01],[721,0.01],[722,0.01],[723,0.01],[724,0.01],[725,0.01],[726,0.01],[727,0.01],[728,0.01],[729,0.01],[730,0.01],[731,0.01],[732,0.01],[733,0.01],[734,0.01],[735,0.01],[736,0.01],[737,0.01],[738,0.01],[739,0.01],[740,0.01],[741,0.01],[742,0.01],[743,0.01],[744,0.01],[745,0.01],[746,0.01],[747,0.01],[748,0.01],[749,0.01],[750,0.01],[751,0.01],[752,0.01],[753,0.01],[754,0.01],[755,0.01],[756,0.01],[757,0.01],[758,0.01],[759,0.01],[760,0.01],[761,0.01],[762,0.01],[763,0.01],[764,0.01],[765,0.01],[766,0.01],[767,0.01],[768,0.01],[769,0.01],[770,0.01],[771,0.01],[772,0.01],[773,0.01],[774,0.01],[775,0.01],[776,0.01],[777,0.01],[778,0.01],[779,0.01],[780,0.01],[781,0.01],[782,0.01],[783,0.01],[784,0.01],[785,0.01],[786,0.01],[787,0.01],[788,0.01],[789,0.01],[790,0.01],[791,0.01],[792,0.01],[793,0.01],[794,0.01],[795,0.01],[796,0.01],[797,0.01],[798,0.01],[799,0.01],[600,0.01],[601,0.01],[602,0.01],[603,0.01],[604,0.01],[605,0.01],[606,0.01],[607,0.01],[608,0.01],[609,0.01],[610,0.01],[611,0.01],[612,0.01],[613,0.01],[614,0.01],[615,0.01],[616,0.01],[617,0.01],[618,0.01],[619,0.01],[620,0.01],[621,0.01],[622,0.01],[623,0.01],[624,0.01],[625,0.01],[626,0.01],[627,0.01],[628,0.01],[629,0.01],[630,0.01],[631,0.01],[632,0.01],[633,0.01],[634,0.01],[635,0.01],[636,0.01],[637,0.01],[638,0.01],[639,0.01],[640,0.01],[641,0.01],[642,0.01],[643,0.01],[644,0.01],[645,0.01],[646,0.01],[647,0.01],[648,0.01],[649,0.01],[650,0.01],[651,0.01],[652,0.01],[653,0.01],[654,0.01],[655,0.01],[656,0.01],[657,0.01],[658,0.01],[659,0.01],[660,0.01],[661,0.01],[662,0.01],[663,0.01],[664,0.01],[665,0.01],[666,0.01],[667,0.01],[668,0.01],[669,0.01],[670,0.01],[671,0.01],[672,0.01],[673,0.01],[674,0.01],[675,0.01],[676,0.01],[677,0.01],[678,0.01],[679,0.01],[680,0.01],[681,0.01],[682,0.01],[683,0.01],[684,0.01],[685,0.01],[686,0.01],[687,0.01],[688,0.01],[689,0.01],[690,0.01],[691,0.01],[692,0.01],[693,0.01],[694,0.01],[695,0.01],[696,0.01],[697,0.01],[698,0.01],[699,0.01],[728,0.33333333333333],[729,0.33333333333333],[730,0.33333333333333],[700,0.005],[701,0.005],[702,0.005],[703,0.005],[704,0.005],[705,0.005],[706,0.005],[707,0.005],[708,0.005],[709,0.005],[710,0.005],[711,0.005],[712,0.005],[713,0.005],[714,0.005],[715,0.005],[716,0.005],[717,0.005],[718,0.005],[719,0.005],[720,0.005],[721,0.005],[722,0.005],[723,0.005],[724,0.005],[725,0.005],[726,0.005],[727,0.005],[728,0.005],[729,0.005],[730,0.005],[731,0.005],[732,0.005],[733,0.005],[734,0.005],[735,0.005],[736,0.005],[737,0.005],[738,0.005],[739,0.005],[740,0.005],[741,0.005],[742,0.005],[743,0.005],[744,0.005],[745,0.005],[746,0.005],[747,0.005],[748,0.005],[749,0.005],[750,0.005],[751,0.005],[752,0.005],[753,0.005],[754,0.005],[755,0.005],[756,0.005],[757,0.005],[758,0.005],[759,0.005],[760,0.005],[761,0.005],[762,0.005],[763,0.005],[764,0.005],[765,0.005],[766,0.005],[767,0.005],[768,0.005],[769,0.005],[770,0.005],[771,0.005],[772,0.005],[773,0.005],[774,0.005],[775,0.005],[776,0.005],[777,0.005],[778,0.005],[779,0.005],[780,0.005],[781,0.005],[782,0.005],[783,0.005],[784,0.005],[785,0.005],[786,0.005],[787,0.005],[788,0.005],[789,0.005],[790,0.005],[791,0.005],[792,0.005],[793,0.005],[794,0.005],[795,0.005],[796,0.005],[797,0.005],[798,0.005],[799,0.005],[600,0.01],[601,0.01],[602,0.01],[603,0.01],[604,0.01],[605,0.01],[606,0.01],[607,0.01],[608,0.01],[609,0.01],[610,0.01],[611,0.01],[612,0.01],[613,0.01],[614,0.01],[615,0.01],[616,0.01],[617,0.01],[618,0.01],[619,0.01],[620,0.01],[621,0.01],[622,0.01],[623,0.01],[624,0.01],[625,0.01],[626,0.01],[627,0.01],[628,0.01],[629,0.01],[630,0.01],[631,0.01],[632,0.01],[633,0.01],[634,0.01],[635,0.01],[636,0.01],[637,0.01],[638,0.01],[639,0.01],[640,0.01],[641,0.01],[642,0.01],[643,0.01],[644,0.01],[645,0.01],[646,0.01],[647,0.01],[648,0.01],[649,0.01],[650,0.01],[651,0.01],[652,0.01],[653,0.01],[654,0.01],[655,0.01],[656,0.01],[657,0.01],[658,0.01],[659,0.01],[660,0.01],[661,0.01],[662,0.01],[663,0.01],[664,0.01],[665,0.01],[666,0.01],[667,0.01],[668,0.01],[669,0.01],[670,0.01],[671,0.01],[672,0.01],[673,0.01],[674,0.01],[675,0.01],[676,0.01],[677,0.01],[678,0.01],[679,0.01],[680,0.01],[681,0.01],[682,0.01],[683,0.01],[684,0.01],[685,0.01],[686,0.01],[687,0.01],[688,0.01],[689,0.01],[690,0.01],[691,0.01],[692,0.01],[693,0.01],[694,0.01],[695,0.01],[696,0.01],[697,0.01],[698,0.01],[699,0.01],[375,0.019607843137255],[376,0.019607843137255],[377,0.019607843137255],[378,0.019607843137255],[379,0.019607843137255],[380,0.019607843137255],[381,0.019607843137255],[382,0.019607843137255],[383,0.019607843137255],[384,0.019607843137255],[385,0.019607843137255],[386,0.019607843137255],[387,0.019607843137255],[388,0.019607843137255],[389,0.019607843137255],[390,0.019607843137255],[391,0.019607843137255],[392,0.019607843137255],[393,0.019607843137255],[394,0.019607843137255],[395,0.019607843137255],[396,0.019607843137255],[397,0.019607843137255],[398,0.019607843137255],[399,0.019607843137255],[400,0.019607843137255],[401,0.019607843137255],[402,0.019607843137255],[403,0.019607843137255],[404,0.019607843137255],[405,0.019607843137255],[406,0.019607843137255],[407,0.019607843137255],[408,0.019607843137255],[409,0.019607843137255],[410,0.019607843137255],[411,0.019607843137255],[412,0.019607843137255],[413,0.019607843137255],[414,0.019607843137255],[415,0.019607843137255],[416,0.019607843137255],[417,0.019607843137255],[418,0.019607843137255],[419,0.019607843137255],[420,0.019607843137255],[421,0.019607843137255],[422,0.019607843137255],[423,0.019607843137255],[424,0.019607843137255],[425,0.019607843137255],[-299,0.01],[-298,0.01],[-297,0.01],[-296,0.01],[-295,0.01],[-294,0.01],[-293,0.01],[-292,0.01],[-291,0.01],[-290,0.01],[-289,0.01],[-288,0.01],[-287,0.01],[-286,0.01],[-285,0.01],[-284,0.01],[-283,0.01],[-282,0.01],[-281,0.01],[-280,0.01],[-279,0.01],[-278,0.01],[-277,0.01],[-276,0.01],[-275,0.01],[-274,0.01],[-273,0.01],[-272,0.01],[-271,0.01],[-270,0.01],[-269,0.01],[-268,0.01],[-267,0.01],[-266,0.01],[-265,0.01],[-264,0.01],[-263,0.01],[-262,0.01],[-261,0.01],[-260,0.01],[-259,0.01],[-258,0.01],[-257,0.01],[-256,0.01],[-255,0.01],[-254,0.01],[-253,0.01],[-252,0.01],[-251,0.01],[-250,0.01],[-249,0.01],[-248,0.01],[-247,0.01],[-246,0.01],[-245,0.01],[-244,0.01],[-243,0.01],[-242,0.01],[-241,0.01],[-240,0.01],[-239,0.01],[-238,0.01],[-237,0.01],[-236,0.01],[-235,0.01],[-234,0.01],[-233,0.01],[-232,0.01],[-231,0.01],[-230,0.01],[-229,0.01],[-228,0.01],[-227,0.01],[-226,0.01],[-225,0.01],[-224,0.01],[-223,0.01],[-222,0.01],[-221,0.01],[-220,0.01],[-219,0.01],[-218,0.01],[-217,0.01],[-216,0.01],[-215,0.01],[-214,0.01],[-213,0.01],[-212,0.01],[-211,0.01],[-210,0.01],[-209,0.01],[-208,0.01],[-207,0.01],[-206,0.01],[-205,0.01],[-204,0.01],[-203,0.01],[-202,0.01],[-201,0.01],[-200,0.01],[98,0.05],[99,0.05],[100,0.05],[101,0.05],[102,0.05],[103,0.05],[104,0.05],[105,0.05],[106,0.05],[107,0.05],[108,0.05],[109,0.05],[110,0.05],[111,0.05],[112,0.05],[113,0.05],[114,0.05],[115,0.05],[116,0.05],[117,0.05],[150,0.2],[151,0.2],[152,0.2],[153,0.2],[154,0.2],[-23,0.25],[-22,0.25],[-21,0.25],[-20,0.25],[650,0.0066666666666667],[651,0.0066666666666667],[652,0.0066666666666667],[653,0.0066666666666667],[654,0.0066666666666667],[655,0.0066666666666667],[656,0.0066666666666667],[657,0.0066666666666667],[658,0.0066666666666667],[659,0.0066666666666667],[660,0.0066666666666667],[661,0.0066666666666667],[662,0.0066666666666667],[663,0.0066666666666667],[664,0.0066666666666667],[665,0.0066666666666667],[666,0.0066666666666667],[667,0.0066666666666667],[668,0.0066666666666667],[669,0.0066666666666667],[670,0.0066666666666667],[671,0.0066666666666667],[672,0.0066666666666667],[673,0.0066666666666667],[674,0.0066666666666667],[675,0.0066666666666667],[676,0.0066666666666667],[677,0.0066666666666667],[678,0.0066666666666667],[679,0.0066666666666667],[680,0.0066666666666667],[681,0.0066666666666667],[682,0.0066666666666667],[683,0.0066666666666667],[684,0.0066666666666667],[685,0.0066666666666667],[686,0.0066666666666667],[687,0.0066666666666667],[688,0.0066666666666667],[689,0.0066666666666667],[690,0.0066666666666667],[691,0.0066666666666667],[692,0.0066666666666667],[693,0.0066666666666667],[694,0.0066666666666667],[695,0.0066666666666667],[696,0.0066666666666667],[697,0.0066666666666667],[698,0.0066666666666667],[699,0.0066666666666667],[700,0.0066666666666667],[701,0.0066666666666667],[702,0.0066666666666667],[703,0.0066666666666667],[704,0.0066666666666667],[705,0.0066666666666667],[706,0.0066666666666667],[707,0.0066666666666667],[708,0.0066666666666667],[709,0.0066666666666667],[710,0.0066666666666667],[711,0.0066666666666667],[712,0.0066666666666667],[713,0.0066666666666667],[714,0.0066666666666667],[715,0.0066666666666667],[716,0.0066666666666667],[717,0.0066666666666667],[718,0.0066666666666667],[719,0.0066666666666667],[720,0.0066666666666667],[721,0.0066666666666667],[722,0.0066666666666667],[723,0.0066666666666667],[724,0.0066666666666667],[725,0.0066666666666667],[726,0.0066666666666667],[727,0.0066666666666667],[728,0.0066666666666667],[729,0.0066666666666667],[730,0.0066666666666667],[731,0.0066666666666667],[732,0.0066666666666667],[733,0.0066666666666667],[734,0.0066666666666667],[735,0.0066666666666667],[736,0.0066666666666667],[737,0.0066666666666667],[738,0.0066666666666667],[739,0.0066666666666667],[740,0.0066666666666667],[741,0.0066666666666667],[742,0.0066666666666667],[743,0.0066666666666667],[744,0.0066666666666667],[745,0.0066666666666667],[746,0.0066666666666667],[747,0.0066666666666667],[748,0.0066666666666667],[749,0.0066666666666667],[750,0.0066666666666667],[751,0.0066666666666667],[752,0.0066666666666667],[753,0.0066666666666667],[754,0.0066666666666667],[755,0.0066666666666667],[756,0.0066666666666667],[757,0.0066666666666667],[758,0.0066666666666667],[759,0.0066666666666667],[760,0.0066666666666667],[761,0.0066666666666667],[762,0.0066666666666667],[763,0.0066666666666667],[764,0.0066666666666667],[765,0.0066666666666667],[766,0.0066666666666667],[767,0.0066666666666667],[768,0.0066666666666667],[769,0.0066666666666667],[770,0.0066666666666667],[771,0.0066666666666667],[772,0.0066666666666667],[773,0.0066666666666667],[774,0.0066666666666667],[775,0.0066666666666667],[776,0.0066666666666667],[777,0.0066666666666667],[778,0.0066666666666667],[779,0.0066666666666667],[780,0.0066666666666667],[781,0.0066666666666667],[782,0.0066666666666667],[783,0.0066666666666667],[784,0.0066666666666667],[785,0.0066666666666667],[786,0.0066666666666667],[787,0.0066666666666667],[788,0.0066666666666667],[789,0.0066666666666667],[790,0.0066666666666667],[791,0.0066666666666667],[792,0.0066666666666667],[793,0.0066666666666667],[794,0.0066666666666667],[795,0.0066666666666667],[796,0.0066666666666667],[797,0.0066666666666667],[798,0.0066666666666667],[799,0.0066666666666667],[350,0.038461538461538],[351,0.038461538461538],[352,0.038461538461538],[353,0.038461538461538],[354,0.038461538461538],[355,0.038461538461538],[356,0.038461538461538],[357,0.038461538461538],[358,0.038461538461538],[359,0.038461538461538],[360,0.038461538461538],[361,0.038461538461538],[362,0.038461538461538],[363,0.038461538461538],[364,0.038461538461538],[365,0.038461538461538],[366,0.038461538461538],[367,0.038461538461538],[368,0.038461538461538],[369,0.038461538461538],[370,0.038461538461538],[371,0.038461538461538],[372,0.038461538461538],[373,0.038461538461538],[374,0.038461538461538],[375,0.038461538461538],[359,0.083333333333333],[360,0.083333333333333],[361,0.083333333333333],[362,0.083333333333333],[363,0.083333333333333],[364,0.083333333333333],[365,0.083333333333333],[366,0.083333333333333],[367,0.083333333333333],[368,0.083333333333333],[369,0.083333333333333],[370,0.083333333333333],[118,0.033333333333333],[119,0.033333333333333],[120,0.033333333333333],[121,0.033333333333333],[122,0.033333333333333],[123,0.033333333333333],[124,0.033333333333333],[125,0.033333333333333],[126,0.033333333333333],[127,0.033333333333333],[128,0.033333333333333],[129,0.033333333333333],[130,0.033333333333333],[131,0.033333333333333],[132,0.033333333333333],[133,0.033333333333333],[134,0.033333333333333],[135,0.033333333333333],[136,0.033333333333333],[137,0.033333333333333],[138,0.033333333333333],[139,0.033333333333333],[140,0.033333333333333],[141,0.033333333333333],[142,0.033333333333333],[143,0.033333333333333],[144,0.033333333333333],[145,0.033333333333333],[146,0.033333333333333],[147,0.033333333333333],[-190,0.071428571428571],[-189,0.071428571428571],[-188,0.071428571428571],[-187,0.071428571428571],[-186,0.071428571428571],[-185,0.071428571428571],[-184,0.071428571428571],[-183,0.071428571428571],[-182,0.071428571428571],[-181,0.071428571428571],[-180,0.071428571428571],[-179,0.071428571428571],[-178,0.071428571428571],[-177,0.071428571428571],[98,0.010309278350515],[99,0.010309278350515],[100,0.010309278350515],[101,0.010309278350515],[102,0.010309278350515],[103,0.010309278350515],[104,0.010309278350515],[105,0.010309278350515],[106,0.010309278350515],[107,0.010309278350515],[108,0.010309278350515],[109,0.010309278350515],[110,0.010309278350515],[111,0.010309278350515],[112,0.010309278350515],[113,0.010309278350515],[114,0.010309278350515],[115,0.010309278350515],[116,0.010309278350515],[117,0.010309278350515],[118,0.010309278350515],[119,0.010309278350515],[120,0.010309278350515],[121,0.010309278350515],[122,0.010309278350515],[123,0.010309278350515],[124,0.010309278350515],[125,0.010309278350515],[126,0.010309278350515],[127,0.010309278350515],[128,0.010309278350515],[129,0.010309278350515],[130,0.010309278350515],[131,0.010309278350515],[132,0.010309278350515],[133,0.010309278350515],[134,0.010309278350515],[135,0.010309278350515],[136,0.010309278350515],[137,0.010309278350515],[138,0.010309278350515],[139,0.010309278350515],[140,0.010309278350515],[141,0.010309278350515],[142,0.010309278350515],[143,0.010309278350515],[144,0.010309278350515],[145,0.010309278350515],[146,0.010309278350515],[147,0.010309278350515],[148,0.010309278350515],[149,0.010309278350515],[150,0.010309278350515],[151,0.010309278350515],[152,0.010309278350515],[153,0.010309278350515],[154,0.010309278350515],[155,0.010309278350515],[156,0.010309278350515],[157,0.010309278350515],[158,0.010309278350515],[159,0.010309278350515],[160,0.010309278350515],[161,0.010309278350515],[162,0.010309278350515],[163,0.010309278350515],[164,0.010309278350515],[165,0.010309278350515],[166,0.010309278350515],[167,0.010309278350515],[168,0.010309278350515],[169,0.010309278350515],[170,0.010309278350515],[171,0.010309278350515],[172,0.010309278350515],[173,0.010309278350515],[174,0.010309278350515],[175,0.010309278350515],[176,0.010309278350515],[177,0.010309278350515],[178,0.010309278350515],[179,0.010309278350515],[180,0.010309278350515],[181,0.010309278350515],[182,0.010309278350515],[183,0.010309278350515],[184,0.010309278350515],[185,0.010309278350515],[186,0.010309278350515],[187,0.010309278350515],[188,0.010309278350515],[189,0.010309278350515],[190,0.010309278350515],[191,0.010309278350515],[192,0.010309278350515],[193,0.010309278350515],[194,0.010309278350515],[575,0.019607843137255],[576,0.019607843137255],[577,0.019607843137255],[578,0.019607843137255],[579,0.019607843137255],[580,0.019607843137255],[581,0.019607843137255],[582,0.019607843137255],[583,0.019607843137255],[584,0.019607843137255],[585,0.019607843137255],[586,0.019607843137255],[587,0.019607843137255],[588,0.019607843137255],[589,0.019607843137255],[590,0.019607843137255],[591,0.019607843137255],[592,0.019607843137255],[593,0.019607843137255],[594,0.019607843137255],[595,0.019607843137255],[596,0.019607843137255],[597,0.019607843137255],[598,0.019607843137255],[599,0.019607843137255],[600,0.019607843137255],[601,0.019607843137255],[602,0.019607843137255],[603,0.019607843137255],[604,0.019607843137255],[605,0.019607843137255],[606,0.019607843137255],[607,0.019607843137255],[608,0.019607843137255],[609,0.019607843137255],[610,0.019607843137255],[611,0.019607843137255],[612,0.019607843137255],[613,0.019607843137255],[614,0.019607843137255],[615,0.019607843137255],[616,0.019607843137255],[617,0.019607843137255],[618,0.019607843137255],[619,0.019607843137255],[620,0.019607843137255],[621,0.019607843137255],[622,0.019607843137255],[623,0.019607843137255],[624,0.019607843137255],[625,0.019607843137255],[325,0.013333333333333],[326,0.013333333333333],[327,0.013333333333333],[328,0.013333333333333],[329,0.013333333333333],[330,0.013333333333333],[331,0.013333333333333],[332,0.013333333333333],[333,0.013333333333333],[334,0.013333333333333],[335,0.013333333333333],[336,0.013333333333333],[337,0.013333333333333],[338,0.013333333333333],[339,0.013333333333333],[340,0.013333333333333],[341,0.013333333333333],[342,0.013333333333333],[343,0.013333333333333],[344,0.013333333333333],[345,0.013333333333333],[346,0.013333333333333],[347,0.013333333333333],[348,0.013333333333333],[349,0.013333333333333],[350,0.013333333333333],[351,0.013333333333333],[352,0.013333333333333],[353,0.013333333333333],[354,0.013333333333333],[355,0.013333333333333],[356,0.013333333333333],[357,0.013333333333333],[358,0.013333333333333],[359,0.013333333333333],[360,0.013333333333333],[361,0.013333333333333],[362,0.013333333333333],[363,0.013333333333333],[364,0.013333333333333],[365,0.013333333333333],[366,0.013333333333333],[367,0.013333333333333],[368,0.013333333333333],[369,0.013333333333333],[370,0.013333333333333],[371,0.013333333333333],[372,0.013333333333333],[373,0.013333333333333],[374,0.013333333333333],[375,0.013333333333333],[376,0.013333333333333],[377,0.013333333333333],[378,0.013333333333333],[379,0.013333333333333],[380,0.013333333333333],[381,0.013333333333333],[382,0.013333333333333],[383,0.013333333333333],[384,0.013333333333333],[385,0.013333333333333],[386,0.013333333333333],[387,0.013333333333333],[388,0.013333333333333],[389,0.013333333333333],[390,0.013333333333333],[391,0.013333333333333],[392,0.013333333333333],[393,0.013333333333333],[394,0.013333333333333],[395,0.013333333333333],[396,0.013333333333333],[397,0.013333333333333],[398,0.013333333333333],[399,0.013333333333333],[-30,0.0077519379844961],[-29,0.0077519379844961],[-28,0.0077519379844961],[-27,0.0077519379844961],[-26,0.0077519379844961],[-25,0.0077519379844961],[-24,0.0077519379844961],[-23,0.0077519379844961],[-22,0.0077519379844961],[-21,0.0077519379844961],[-20,0.0077519379844961],[-19,0.0077519379844961],[-18,0.0077519379844961],[-17,0.0077519379844961],[-16,0.0077519379844961],[-15,0.0077519379844961],[-14,0.0077519379844961],[-13,0.0077519379844961],[-12,0.0077519379844961],[-11,0.0077519379844961],[-10,0.0077519379844961],[-9,0.0077519379844961],[-8,0.0077519379844961],[-7,0.0077519379844961],[-6,0.0077519379844961],[-5,0.0077519379844961],[-4,0.0077519379844961],[-3,0.0077519379844961],[-2,0.0077519379844961],[-1,0.0077519379844961],[1,0.0077519379844961],[2,0.0077519379844961],[3,0.0077519379844961],[4,0.0077519379844961],[5,0.0077519379844961],[6,0.0077519379844961],[7,0.0077519379844961],[8,0.0077519379844961],[9,0.0077519379844961],[10,0.0077519379844961],[11,0.0077519379844961],[12,0.0077519379844961],[13,0.0077519379844961],[14,0.0077519379844961],[15,0.0077519379844961],[16,0.0077519379844961],[17,0.0077519379844961],[18,0.0077519379844961],[19,0.0077519379844961],[20,0.0077519379844961],[21,0.0077519379844961],[22,0.0077519379844961],[23,0.0077519379844961],[24,0.0077519379844961],[25,0.0077519379844961],[26,0.0077519379844961],[27,0.0077519379844961],[28,0.0077519379844961],[29,0.0077519379844961],[30,0.0077519379844961],[31,0.0077519379844961],[32,0.0077519379844961],[33,0.0077519379844961],[34,0.0077519379844961],[35,0.0077519379844961],[36,0.0077519379844961],[37,0.0077519379844961],[38,0.0077519379844961],[39,0.0077519379844961],[40,0.0077519379844961],[41,0.0077519379844961],[42,0.0077519379844961],[43,0.0077519379844961],[44,0.0077519379844961],[45,0.0077519379844961],[46,0.0077519379844961],[47,0.0077519379844961],[48,0.0077519379844961],[49,0.0077519379844961],[50,0.0077519379844961],[51,0.0077519379844961],[52,0.0077519379844961],[53,0.0077519379844961],[54,0.0077519379844961],[55,0.0077519379844961],[56,0.0077519379844961],[57,0.0077519379844961],[58,0.0077519379844961],[59,0.0077519379844961],[60,0.0077519379844961],[61,0.0077519379844961],[62,0.0077519379844961],[63,0.0077519379844961],[64,0.0077519379844961],[65,0.0077519379844961],[66,0.0077519379844961],[67,0.0077519379844961],[68,0.0077519379844961],[69,0.0077519379844961],[70,0.0077519379844961],[71,0.0077519379844961],[72,0.0077519379844961],[73,0.0077519379844961],[74,0.0077519379844961],[75,0.0077519379844961],[76,0.0077519379844961],[77,0.0077519379844961],[78,0.0077519379844961],[79,0.0077519379844961],[80,0.0077519379844961],[81,0.0077519379844961],[82,0.0077519379844961],[83,0.0077519379844961],[84,0.0077519379844961],[85,0.0077519379844961],[86,0.0077519379844961],[87,0.0077519379844961],[88,0.0077519379844961],[89,0.0077519379844961],[90,0.0077519379844961],[91,0.0077519379844961],[92,0.0077519379844961],[93,0.0077519379844961],[94,0.0077519379844961],[95,0.0077519379844961],[96,0.0077519379844961],[97,0.0077519379844961],[98,0.0077519379844961],[99,0.0077519379844961],[400,0.0033333333333333],[401,0.0033333333333333],[402,0.0033333333333333],[403,0.0033333333333333],[404,0.0033333333333333],[405,0.0033333333333333],[406,0.0033333333333333],[407,0.0033333333333333],[408,0.0033333333333333],[409,0.0033333333333333],[410,0.0033333333333333],[411,0.0033333333333333],[412,0.0033333333333333],[413,0.0033333333333333],[414,0.0033333333333333],[415,0.0033333333333333],[416,0.0033333333333333],[417,0.0033333333333333],[418,0.0033333333333333],[419,0.0033333333333333],[420,0.0033333333333333],[421,0.0033333333333333],[422,0.0033333333333333],[423,0.0033333333333333],[424,0.0033333333333333],[425,0.0033333333333333],[426,0.0033333333333333],[427,0.0033333333333333],[428,0.0033333333333333],[429,0.0033333333333333],[430,0.0033333333333333],[431,0.0033333333333333],[432,0.0033333333333333],[433,0.0033333333333333],[434,0.0033333333333333],[435,0.0033333333333333],[436,0.0033333333333333],[437,0.0033333333333333],[438,0.0033333333333333],[439,0.0033333333333333],[440,0.0033333333333333],[441,0.0033333333333333],[442,0.0033333333333333],[443,0.0033333333333333],[444,0.0033333333333333],[445,0.0033333333333333],[446,0.0033333333333333],[447,0.0033333333333333],[448,0.0033333333333333],[449,0.0033333333333333],[450,0.0033333333333333],[451,0.0033333333333333],[452,0.0033333333333333],[453,0.0033333333333333],[454,0.0033333333333333],[455,0.0033333333333333],[456,0.0033333333333333],[457,0.0033333333333333],[458,0.0033333333333333],[459,0.0033333333333333],[460,0.0033333333333333],[461,0.0033333333333333],[462,0.0033333333333333],[463,0.0033333333333333],[464,0.0033333333333333],[465,0.0033333333333333],[466,0.0033333333333333],[467,0.0033333333333333],[468,0.0033333333333333],[469,0.0033333333333333],[470,0.0033333333333333],[471,0.0033333333333333],[472,0.0033333333333333],[473,0.0033333333333333],[474,0.0033333333333333],[475,0.0033333333333333],[476,0.0033333333333333],[477,0.0033333333333333],[478,0.0033333333333333],[479,0.0033333333333333],[480,0.0033333333333333],[481,0.0033333333333333],[482,0.0033333333333333],[483,0.0033333333333333],[484,0.0033333333333333],[485,0.0033333333333333],[486,0.0033333333333333],[487,0.0033333333333333],[488,0.0033333333333333],[489,0.0033333333333333],[490,0.0033333333333333],[491,0.0033333333333333],[492,0.0033333333333333],[493,0.0033333333333333],[494,0.0033333333333333],[495,0.0033333333333333],[496,0.0033333333333333],[497,0.0033333333333333],[498,0.0033333333333333],[499,0.0033333333333333],[500,0.0033333333333333],[501,0.0033333333333333],[502,0.0033333333333333],[503,0.0033333333333333],[504,0.0033333333333333],[505,0.0033333333333333],[506,0.0033333333333333],[507,0.0033333333333333],[508,0.0033333333333333],[509,0.0033333333333333],[510,0.0033333333333333],[511,0.0033333333333333],[512,0.0033333333333333],[513,0.0033333333333333],[514,0.0033333333333333],[515,0.0033333333333333],[516,0.0033333333333333],[517,0.0033333333333333],[518,0.0033333333333333],[519,0.0033333333333333],[520,0.0033333333333333],[521,0.0033333333333333],[522,0.0033333333333333],[523,0.0033333333333333],[524,0.0033333333333333],[525,0.0033333333333333],[526,0.0033333333333333],[527,0.0033333333333333],[528,0.0033333333333333],[529,0.0033333333333333],[530,0.0033333333333333],[531,0.0033333333333333],[532,0.0033333333333333],[533,0.0033333333333333],[534,0.0033333333333333],[535,0.0033333333333333],[536,0.0033333333333333],[537,0.0033333333333333],[538,0.0033333333333333],[539,0.0033333333333333],[540,0.0033333333333333],[541,0.0033333333333333],[542,0.0033333333333333],[543,0.0033333333333333],[544,0.0033333333333333],[545,0.0033333333333333],[546,0.0033333333333333],[547,0.0033333333333333],[548,0.0033333333333333],[549,0.0033333333333333],[550,0.0033333333333333],[551,0.0033333333333333],[552,0.0033333333333333],[553,0.0033333333333333],[554,0.0033333333333333],[555,0.0033333333333333],[556,0.0033333333333333],[557,0.0033333333333333],[558,0.0033333333333333],[559,0.0033333333333333],[560,0.0033333333333333],[561,0.0033333333333333],[562,0.0033333333333333],[563,0.0033333333333333],[564,0.0033333333333333],[565,0.0033333333333333],[566,0.0033333333333333],[567,0.0033333333333333],[568,0.0033333333333333],[569,0.0033333333333333],[570,0.0033333333333333],[571,0.0033333333333333],[572,0.0033333333333333],[573,0.0033333333333333],[574,0.0033333333333333],[575,0.0033333333333333],[576,0.0033333333333333],[577,0.0033333333333333],[578,0.0033333333333333],[579,0.0033333333333333],[580,0.0033333333333333],[581,0.0033333333333333],[582,0.0033333333333333],[583,0.0033333333333333],[584,0.0033333333333333],[585,0.0033333333333333],[586,0.0033333333333333],[587,0.0033333333333333],[588,0.0033333333333333],[589,0.0033333333333333],[590,0.0033333333333333],[591,0.0033333333333333],[592,0.0033333333333333],[593,0.0033333333333333],[594,0.0033333333333333],[595,0.0033333333333333],[596,0.0033333333333333],[597,0.0033333333333333],[598,0.0033333333333333],[599,0.0033333333333333],[600,0.0033333333333333],[601,0.0033333333333333],[602,0.0033333333333333],[603,0.0033333333333333],[604,0.0033333333333333],[605,0.0033333333333333],[606,0.0033333333333333],[607,0.0033333333333333],[608,0.0033333333333333],[609,0.0033333333333333],[610,0.0033333333333333],[611,0.0033333333333333],[612,0.0033333333333333],[613,0.0033333333333333],[614,0.0033333333333333],[615,0.0033333333333333],[616,0.0033333333333333],[617,0.0033333333333333],[618,0.0033333333333333],[619,0.0033333333333333],[620,0.0033333333333333],[621,0.0033333333333333],[622,0.0033333333333333],[623,0.0033333333333333],[624,0.0033333333333333],[625,0.0033333333333333],[626,0.0033333333333333],[627,0.0033333333333333],[628,0.0033333333333333],[629,0.0033333333333333],[630,0.0033333333333333],[631,0.0033333333333333],[632,0.0033333333333333],[633,0.0033333333333333],[634,0.0033333333333333],[635,0.0033333333333333],[636,0.0033333333333333],[637,0.0033333333333333],[638,0.0033333333333333],[639,0.0033333333333333],[640,0.0033333333333333],[641,0.0033333333333333],[642,0.0033333333333333],[643,0.0033333333333333],[644,0.0033333333333333],[645,0.0033333333333333],[646,0.0033333333333333],[647,0.0033333333333333],[648,0.0033333333333333],[649,0.0033333333333333],[650,0.0033333333333333],[651,0.0033333333333333],[652,0.0033333333333333],[653,0.0033333333333333],[654,0.0033333333333333],[655,0.0033333333333333],[656,0.0033333333333333],[657,0.0033333333333333],[658,0.0033333333333333],[659,0.0033333333333333],[660,0.0033333333333333],[661,0.0033333333333333],[662,0.0033333333333333],[663,0.0033333333333333],[664,0.0033333333333333],[665,0.0033333333333333],[666,0.0033333333333333],[667,0.0033333333333333],[668,0.0033333333333333],[669,0.0033333333333333],[670,0.0033333333333333],[671,0.0033333333333333],[672,0.0033333333333333],[673,0.0033333333333333],[674,0.0033333333333333],[675,0.0033333333333333],[676,0.0033333333333333],[677,0.0033333333333333],[678,0.0033333333333333],[679,0.0033333333333333],[680,0.0033333333333333],[681,0.0033333333333333],[682,0.0033333333333333],[683,0.0033333333333333],[684,0.0033333333333333],[685,0.0033333333333333],[686,0.0033333333333333],[687,0.0033333333333333],[688,0.0033333333333333],[689,0.0033333333333333],[690,0.0033333333333333],[691,0.0033333333333333],[692,0.0033333333333333],[693,0.0033333333333333],[694,0.0033333333333333],[695,0.0033333333333333],[696,0.0033333333333333],[697,0.0033333333333333],[698,0.0033333333333333],[699,0.0033333333333333],[-237,0.0625],[-236,0.0625],[-235,0.0625],[-234,0.0625],[-233,0.0625],[-232,0.0625],[-231,0.0625],[-230,0.0625],[-229,0.0625],[-228,0.0625],[-227,0.0625],[-226,0.0625],[-225,0.0625],[-224,0.0625],[-223,0.0625],[-222,0.0625],[719,1],[720,1],[745,0.066666666666667],[746,0.066666666666667],[747,0.066666666666667],[748,0.066666666666667],[749,0.066666666666667],[750,0.066666666666667],[751,0.066666666666667],[752,0.066666666666667],[753,0.066666666666667],[754,0.066666666666667],[755,0.066666666666667],[756,0.066666666666667],[757,0.066666666666667],[758,0.066666666666667],[759,0.066666666666667],[722,0.022727272727273],[723,0.022727272727273],[724,0.022727272727273],[725,0.022727272727273],[726,0.022727272727273],[727,0.022727272727273],[728,0.022727272727273],[729,0.022727272727273],[730,0.022727272727273],[731,0.022727272727273],[732,0.022727272727273],[733,0.022727272727273],[734,0.022727272727273],[735,0.022727272727273],[736,0.022727272727273],[737,0.022727272727273],[738,0.022727272727273],[739,0.022727272727273],[740,0.022727272727273],[741,0.022727272727273],[742,0.022727272727273],[743,0.022727272727273],[744,0.022727272727273],[745,0.022727272727273],[746,0.022727272727273],[747,0.022727272727273],[748,0.022727272727273],[749,0.022727272727273],[750,0.022727272727273],[751,0.022727272727273],[752,0.022727272727273],[753,0.022727272727273],[754,0.022727272727273],[755,0.022727272727273],[756,0.022727272727273],[757,0.022727272727273],[758,0.022727272727273],[759,0.022727272727273],[760,0.022727272727273],[761,0.022727272727273],[762,0.022727272727273],[763,0.022727272727273],[764,0.022727272727273],[765,0.022727272727273],[730,0.047619047619048],[731,0.047619047619048],[732,0.047619047619048],[733,0.047619047619048],[734,0.047619047619048],[735,0.047619047619048],[736,0.047619047619048],[737,0.047619047619048],[738,0.047619047619048],[739,0.047619047619048],[740,0.047619047619048],[741,0.047619047619048],[742,0.047619047619048],[743,0.047619047619048],[744,0.047619047619048],[745,0.047619047619048],[746,0.047619047619048],[747,0.047619047619048],[748,0.047619047619048],[749,0.047619047619048],[750,0.047619047619048],[-99,0.04],[-98,0.04],[-97,0.04],[-96,0.04],[-95,0.04],[-94,0.04],[-93,0.04],[-92,0.04],[-91,0.04],[-90,0.04],[-89,0.04],[-88,0.04],[-87,0.04],[-86,0.04],[-85,0.04],[-84,0.04],[-83,0.04],[-82,0.04],[-81,0.04],[-80,0.04],[-79,0.04],[-78,0.04],[-77,0.04],[-76,0.04],[-75,0.04],[300,0.01],[301,0.01],[302,0.01],[303,0.01],[304,0.01],[305,0.01],[306,0.01],[307,0.01],[308,0.01],[309,0.01],[310,0.01],[311,0.01],[312,0.01],[313,0.01],[314,0.01],[315,0.01],[316,0.01],[317,0.01],[318,0.01],[319,0.01],[320,0.01],[321,0.01],[322,0.01],[323,0.01],[324,0.01],[325,0.01],[326,0.01],[327,0.01],[328,0.01],[329,0.01],[330,0.01],[331,0.01],[332,0.01],[333,0.01],[334,0.01],[335,0.01],[336,0.01],[337,0.01],[338,0.01],[339,0.01],[340,0.01],[341,0.01],[342,0.01],[343,0.01],[344,0.01],[345,0.01],[346,0.01],[347,0.01],[348,0.01],[349,0.01],[350,0.01],[351,0.01],[352,0.01],[353,0.01],[354,0.01],[355,0.01],[356,0.01],[357,0.01],[358,0.01],[359,0.01],[360,0.01],[361,0.01],[362,0.01],[363,0.01],[364,0.01],[365,0.01],[366,0.01],[367,0.01],[368,0.01],[369,0.01],[370,0.01],[371,0.01],[372,0.01],[373,0.01],[374,0.01],[375,0.01],[376,0.01],[377,0.01],[378,0.01],[379,0.01],[380,0.01],[381,0.01],[382,0.01],[383,0.01],[384,0.01],[385,0.01],[386,0.01],[387,0.01],[388,0.01],[389,0.01],[390,0.01],[391,0.01],[392,0.01],[393,0.01],[394,0.01],[395,0.01],[396,0.01],[397,0.01],[398,0.01],[399,0.01],[-48,0.020408163265306],[-47,0.020408163265306],[-46,0.020408163265306],[-45,0.020408163265306],[-44,0.020408163265306],[-43,0.020408163265306],[-42,0.020408163265306],[-41,0.020408163265306],[-40,0.020408163265306],[-39,0.020408163265306],[-38,0.020408163265306],[-37,0.020408163265306],[-36,0.020408163265306],[-35,0.020408163265306],[-34,0.020408163265306],[-33,0.020408163265306],[-32,0.020408163265306],[-31,0.020408163265306],[-30,0.020408163265306],[-29,0.020408163265306],[-28,0.020408163265306],[-27,0.020408163265306],[-26,0.020408163265306],[-25,0.020408163265306],[-24,0.020408163265306],[-23,0.020408163265306],[-22,0.020408163265306],[-21,0.020408163265306],[-20,0.020408163265306],[-19,0.020408163265306],[-18,0.020408163265306],[-17,0.020408163265306],[-16,0.020408163265306],[-15,0.020408163265306],[-14,0.020408163265306],[-13,0.020408163265306],[-12,0.020408163265306],[-11,0.020408163265306],[-10,0.020408163265306],[-9,0.020408163265306],[-8,0.020408163265306],[-7,0.020408163265306],[-6,0.020408163265306],[-5,0.020408163265306],[-4,0.020408163265306],[-3,0.020408163265306],[-2,0.020408163265306],[-1,0.020408163265306],[1,0.020408163265306],[-214,0.025641025641026],[-213,0.025641025641026],[-212,0.025641025641026],[-211,0.025641025641026],[-210,0.025641025641026],[-209,0.025641025641026],[-208,0.025641025641026],[-207,0.025641025641026],[-206,0.025641025641026],[-205,0.025641025641026],[-204,0.025641025641026],[-203,0.025641025641026],[-202,0.025641025641026],[-201,0.025641025641026],[-200,0.025641025641026],[-199,0.025641025641026],[-198,0.025641025641026],[-197,0.025641025641026],[-196,0.025641025641026],[-195,0.025641025641026],[-194,0.025641025641026],[-193,0.025641025641026],[-192,0.025641025641026],[-191,0.025641025641026],[-190,0.025641025641026],[-189,0.025641025641026],[-188,0.025641025641026],[-187,0.025641025641026],[-186,0.025641025641026],[-185,0.025641025641026],[-184,0.025641025641026],[-183,0.025641025641026],[-182,0.025641025641026],[-181,0.025641025641026],[-180,0.025641025641026],[-179,0.025641025641026],[-178,0.025641025641026],[-177,0.025641025641026],[-176,0.025641025641026],[209,0.018181818181818],[210,0.018181818181818],[211,0.018181818181818],[212,0.018181818181818],[213,0.018181818181818],[214,0.018181818181818],[215,0.018181818181818],[216,0.018181818181818],[217,0.018181818181818],[218,0.018181818181818],[219,0.018181818181818],[220,0.018181818181818],[221,0.018181818181818],[222,0.018181818181818],[223,0.018181818181818],[224,0.018181818181818],[225,0.018181818181818],[226,0.018181818181818],[227,0.018181818181818],[228,0.018181818181818],[229,0.018181818181818],[230,0.018181818181818],[231,0.018181818181818],[232,0.018181818181818],[233,0.018181818181818],[234,0.018181818181818],[235,0.018181818181818],[236,0.018181818181818],[237,0.018181818181818],[238,0.018181818181818],[239,0.018181818181818],[240,0.018181818181818],[241,0.018181818181818],[242,0.018181818181818],[243,0.018181818181818],[244,0.018181818181818],[245,0.018181818181818],[246,0.018181818181818],[247,0.018181818181818],[248,0.018181818181818],[249,0.018181818181818],[250,0.018181818181818],[251,0.018181818181818],[252,0.018181818181818],[253,0.018181818181818],[254,0.018181818181818],[255,0.018181818181818],[256,0.018181818181818],[257,0.018181818181818],[258,0.018181818181818],[259,0.018181818181818],[260,0.018181818181818],[261,0.018181818181818],[262,0.018181818181818],[263,0.018181818181818],[-238,0.05],[-237,0.05],[-236,0.05],[-235,0.05],[-234,0.05],[-233,0.05],[-232,0.05],[-231,0.05],[-230,0.05],[-229,0.05],[-228,0.05],[-227,0.05],[-226,0.05],[-225,0.05],[-224,0.05],[-223,0.05],[-222,0.05],[-221,0.05],[-220,0.05],[-219,0.05],[-283,0.045454545454545],[-282,0.045454545454545],[-281,0.045454545454545],[-280,0.045454545454545],[-279,0.045454545454545],[-278,0.045454545454545],[-277,0.045454545454545],[-276,0.045454545454545],[-275,0.045454545454545],[-274,0.045454545454545],[-273,0.045454545454545],[-272,0.045454545454545],[-271,0.045454545454545],[-270,0.045454545454545],[-269,0.045454545454545],[-268,0.045454545454545],[-267,0.045454545454545],[-266,0.045454545454545],[-265,0.045454545454545],[-264,0.045454545454545],[-263,0.045454545454545],[-262,0.045454545454545],[-285,0.023809523809524],[-284,0.023809523809524],[-283,0.023809523809524],[-282,0.023809523809524],[-281,0.023809523809524],[-280,0.023809523809524],[-279,0.023809523809524],[-278,0.023809523809524],[-277,0.023809523809524],[-276,0.023809523809524],[-275,0.023809523809524],[-274,0.023809523809524],[-273,0.023809523809524],[-272,0.023809523809524],[-271,0.023809523809524],[-270,0.023809523809524],[-269,0.023809523809524],[-268,0.023809523809524],[-267,0.023809523809524],[-266,0.023809523809524],[-265,0.023809523809524],[-264,0.023809523809524],[-263,0.023809523809524],[-262,0.023809523809524],[-261,0.023809523809524],[-260,0.023809523809524],[-259,0.023809523809524],[-258,0.023809523809524],[-257,0.023809523809524],[-256,0.023809523809524],[-255,0.023809523809524],[-254,0.023809523809524],[-253,0.023809523809524],[-252,0.023809523809524],[-251,0.023809523809524],[-250,0.023809523809524],[-249,0.023809523809524],[-248,0.023809523809524],[-247,0.023809523809524],[-246,0.023809523809524],[-245,0.023809523809524],[-244,0.023809523809524],[-299,0.01],[-298,0.01],[-297,0.01],[-296,0.01],[-295,0.01],[-294,0.01],[-293,0.01],[-292,0.01],[-291,0.01],[-290,0.01],[-289,0.01],[-288,0.01],[-287,0.01],[-286,0.01],[-285,0.01],[-284,0.01],[-283,0.01],[-282,0.01],[-281,0.01],[-280,0.01],[-279,0.01],[-278,0.01],[-277,0.01],[-276,0.01],[-275,0.01],[-274,0.01],[-273,0.01],[-272,0.01],[-271,0.01],[-270,0.01],[-269,0.01],[-268,0.01],[-267,0.01],[-266,0.01],[-265,0.01],[-264,0.01],[-263,0.01],[-262,0.01],[-261,0.01],[-260,0.01],[-259,0.01],[-258,0.01],[-257,0.01],[-256,0.01],[-255,0.01],[-254,0.01],[-253,0.01],[-252,0.01],[-251,0.01],[-250,0.01],[-249,0.01],[-248,0.01],[-247,0.01],[-246,0.01],[-245,0.01],[-244,0.01],[-243,0.01],[-242,0.01],[-241,0.01],[-240,0.01],[-239,0.01],[-238,0.01],[-237,0.01],[-236,0.01],[-235,0.01],[-234,0.01],[-233,0.01],[-232,0.01],[-231,0.01],[-230,0.01],[-229,0.01],[-228,0.01],[-227,0.01],[-226,0.01],[-225,0.01],[-224,0.01],[-223,0.01],[-222,0.01],[-221,0.01],[-220,0.01],[-219,0.01],[-218,0.01],[-217,0.01],[-216,0.01],[-215,0.01],[-214,0.01],[-213,0.01],[-212,0.01],[-211,0.01],[-210,0.01],[-209,0.01],[-208,0.01],[-207,0.01],[-206,0.01],[-205,0.01],[-204,0.01],[-203,0.01],[-202,0.01],[-201,0.01],[-200,0.01],[-299,0.01],[-298,0.01],[-297,0.01],[-296,0.01],[-295,0.01],[-294,0.01],[-293,0.01],[-292,0.01],[-291,0.01],[-290,0.01],[-289,0.01],[-288,0.01],[-287,0.01],[-286,0.01],[-285,0.01],[-284,0.01],[-283,0.01],[-282,0.01],[-281,0.01],[-280,0.01],[-279,0.01],[-278,0.01],[-277,0.01],[-276,0.01],[-275,0.01],[-274,0.01],[-273,0.01],[-272,0.01],[-271,0.01],[-270,0.01],[-269,0.01],[-268,0.01],[-267,0.01],[-266,0.01],[-265,0.01],[-264,0.01],[-263,0.01],[-262,0.01],[-261,0.01],[-260,0.01],[-259,0.01],[-258,0.01],[-257,0.01],[-256,0.01],[-255,0.01],[-254,0.01],[-253,0.01],[-252,0.01],[-251,0.01],[-250,0.01],[-249,0.01],[-248,0.01],[-247,0.01],[-246,0.01],[-245,0.01],[-244,0.01],[-243,0.01],[-242,0.01],[-241,0.01],[-240,0.01],[-239,0.01],[-238,0.01],[-237,0.01],[-236,0.01],[-235,0.01],[-234,0.01],[-233,0.01],[-232,0.01],[-231,0.01],[-230,0.01],[-229,0.01],[-228,0.01],[-227,0.01],[-226,0.01],[-225,0.01],[-224,0.01],[-223,0.01],[-222,0.01],[-221,0.01],[-220,0.01],[-219,0.01],[-218,0.01],[-217,0.01],[-216,0.01],[-215,0.01],[-214,0.01],[-213,0.01],[-212,0.01],[-211,0.01],[-210,0.01],[-209,0.01],[-208,0.01],[-207,0.01],[-206,0.01],[-205,0.01],[-204,0.01],[-203,0.01],[-202,0.01],[-201,0.01],[-200,0.01],[-270,0.083333333333333],[-269,0.083333333333333],[-268,0.083333333333333],[-267,0.083333333333333],[-266,0.083333333333333],[-265,0.083333333333333],[-264,0.083333333333333],[-263,0.083333333333333],[-262,0.083333333333333],[-261,0.083333333333333],[-260,0.083333333333333],[-259,0.083333333333333],[-299,0.01],[-298,0.01],[-297,0.01],[-296,0.01],[-295,0.01],[-294,0.01],[-293,0.01],[-292,0.01],[-291,0.01],[-290,0.01],[-289,0.01],[-288,0.01],[-287,0.01],[-286,0.01],[-285,0.01],[-284,0.01],[-283,0.01],[-282,0.01],[-281,0.01],[-280,0.01],[-279,0.01],[-278,0.01],[-277,0.01],[-276,0.01],[-275,0.01],[-274,0.01],[-273,0.01],[-272,0.01],[-271,0.01],[-270,0.01],[-269,0.01],[-268,0.01],[-267,0.01],[-266,0.01],[-265,0.01],[-264,0.01],[-263,0.01],[-262,0.01],[-261,0.01],[-260,0.01],[-259,0.01],[-258,0.01],[-257,0.01],[-256,0.01],[-255,0.01],[-254,0.01],[-253,0.01],[-252,0.01],[-251,0.01],[-250,0.01],[-249,0.01],[-248,0.01],[-247,0.01],[-246,0.01],[-245,0.01],[-244,0.01],[-243,0.01],[-242,0.01],[-241,0.01],[-240,0.01],[-239,0.01],[-238,0.01],[-237,0.01],[-236,0.01],[-235,0.01],[-234,0.01],[-233,0.01],[-232,0.01],[-231,0.01],[-230,0.01],[-229,0.01],[-228,0.01],[-227,0.01],[-226,0.01],[-225,0.01],[-224,0.01],[-223,0.01],[-222,0.01],[-221,0.01],[-220,0.01],[-219,0.01],[-218,0.01],[-217,0.01],[-216,0.01],[-215,0.01],[-214,0.01],[-213,0.01],[-212,0.01],[-211,0.01],[-210,0.01],[-209,0.01],[-208,0.01],[-207,0.01],[-206,0.01],[-205,0.01],[-204,0.01],[-203,0.01],[-202,0.01],[-201,0.01],[-200,0.01],[-299,0.01],[-298,0.01],[-297,0.01],[-296,0.01],[-295,0.01],[-294,0.01],[-293,0.01],[-292,0.01],[-291,0.01],[-290,0.01],[-289,0.01],[-288,0.01],[-287,0.01],[-286,0.01],[-285,0.01],[-284,0.01],[-283,0.01],[-282,0.01],[-281,0.01],[-280,0.01],[-279,0.01],[-278,0.01],[-277,0.01],[-276,0.01],[-275,0.01],[-274,0.01],[-273,0.01],[-272,0.01],[-271,0.01],[-270,0.01],[-269,0.01],[-268,0.01],[-267,0.01],[-266,0.01],[-265,0.01],[-264,0.01],[-263,0.01],[-262,0.01],[-261,0.01],[-260,0.01],[-259,0.01],[-258,0.01],[-257,0.01],[-256,0.01],[-255,0.01],[-254,0.01],[-253,0.01],[-252,0.01],[-251,0.01],[-250,0.01],[-249,0.01],[-248,0.01],[-247,0.01],[-246,0.01],[-245,0.01],[-244,0.01],[-243,0.01],[-242,0.01],[-241,0.01],[-240,0.01],[-239,0.01],[-238,0.01],[-237,0.01],[-236,0.01],[-235,0.01],[-234,0.01],[-233,0.01],[-232,0.01],[-231,0.01],[-230,0.01],[-229,0.01],[-228,0.01],[-227,0.01],[-226,0.01],[-225,0.01],[-224,0.01],[-223,0.01],[-222,0.01],[-221,0.01],[-220,0.01],[-219,0.01],[-218,0.01],[-217,0.01],[-216,0.01],[-215,0.01],[-214,0.01],[-213,0.01],[-212,0.01],[-211,0.01],[-210,0.01],[-209,0.01],[-208,0.01],[-207,0.01],[-206,0.01],[-205,0.01],[-204,0.01],[-203,0.01],[-202,0.01],[-201,0.01],[-200,0.01],[-249,0.11111111111111],[-248,0.11111111111111],[-247,0.11111111111111],[-246,0.11111111111111],[-245,0.11111111111111],[-244,0.11111111111111],[-243,0.11111111111111],[-242,0.11111111111111],[-241,0.11111111111111],[-232,0.0625],[-231,0.0625],[-230,0.0625],[-229,0.0625],[-228,0.0625],[-227,0.0625],[-226,0.0625],[-225,0.0625],[-224,0.0625],[-223,0.0625],[-222,0.0625],[-221,0.0625],[-220,0.0625],[-219,0.0625],[-218,0.0625],[-217,0.0625],[-261,0.25],[-260,0.25],[-259,0.25],[-258,0.25],[-299,0.01],[-298,0.01],[-297,0.01],[-296,0.01],[-295,0.01],[-294,0.01],[-293,0.01],[-292,0.01],[-291,0.01],[-290,0.01],[-289,0.01],[-288,0.01],[-287,0.01],[-286,0.01],[-285,0.01],[-284,0.01],[-283,0.01],[-282,0.01],[-281,0.01],[-280,0.01],[-279,0.01],[-278,0.01],[-277,0.01],[-276,0.01],[-275,0.01],[-274,0.01],[-273,0.01],[-272,0.01],[-271,0.01],[-270,0.01],[-269,0.01],[-268,0.01],[-267,0.01],[-266,0.01],[-265,0.01],[-264,0.01],[-263,0.01],[-262,0.01],[-261,0.01],[-260,0.01],[-259,0.01],[-258,0.01],[-257,0.01],[-256,0.01],[-255,0.01],[-254,0.01],[-253,0.01],[-252,0.01],[-251,0.01],[-250,0.01],[-249,0.01],[-248,0.01],[-247,0.01],[-246,0.01],[-245,0.01],[-244,0.01],[-243,0.01],[-242,0.01],[-241,0.01],[-240,0.01],[-239,0.01],[-238,0.01],[-237,0.01],[-236,0.01],[-235,0.01],[-234,0.01],[-233,0.01],[-232,0.01],[-231,0.01],[-230,0.01],[-229,0.01],[-228,0.01],[-227,0.01],[-226,0.01],[-225,0.01],[-224,0.01],[-223,0.01],[-222,0.01],[-221,0.01],[-220,0.01],[-219,0.01],[-218,0.01],[-217,0.01],[-216,0.01],[-215,0.01],[-214,0.01],[-213,0.01],[-212,0.01],[-211,0.01],[-210,0.01],[-209,0.01],[-208,0.01],[-207,0.01],[-206,0.01],[-205,0.01],[-204,0.01],[-203,0.01],[-202,0.01],[-201,0.01],[-200,0.01],[600,0.005],[601,0.005],[602,0.005],[603,0.005],[604,0.005],[605,0.005],[606,0.005],[607,0.005],[608,0.005],[609,0.005],[610,0.005],[611,0.005],[612,0.005],[613,0.005],[614,0.005],[615,0.005],[616,0.005],[617,0.005],[618,0.005],[619,0.005],[620,0.005],[621,0.005],[622,0.005],[623,0.005],[624,0.005],[625,0.005],[626,0.005],[627,0.005],[628,0.005],[629,0.005],[630,0.005],[631,0.005],[632,0.005],[633,0.005],[634,0.005],[635,0.005],[636,0.005],[637,0.005],[638,0.005],[639,0.005],[640,0.005],[641,0.005],[642,0.005],[643,0.005],[644,0.005],[645,0.005],[646,0.005],[647,0.005],[648,0.005],[649,0.005],[650,0.005],[651,0.005],[652,0.005],[653,0.005],[654,0.005],[655,0.005],[656,0.005],[657,0.005],[658,0.005],[659,0.005],[660,0.005],[661,0.005],[662,0.005],[663,0.005],[664,0.005],[665,0.005],[666,0.005],[667,0.005],[668,0.005],[669,0.005],[670,0.005],[671,0.005],[672,0.005],[673,0.005],[674,0.005],[675,0.005],[676,0.005],[677,0.005],[678,0.005],[679,0.005],[680,0.005],[681,0.005],[682,0.005],[683,0.005],[684,0.005],[685,0.005],[686,0.005],[687,0.005],[688,0.005],[689,0.005],[690,0.005],[691,0.005],[692,0.005],[693,0.005],[694,0.005],[695,0.005],[696,0.005],[697,0.005],[698,0.005],[699,0.005],[700,0.005],[701,0.005],[702,0.005],[703,0.005],[704,0.005],[705,0.005],[706,0.005],[707,0.005],[708,0.005],[709,0.005],[710,0.005],[711,0.005],[712,0.005],[713,0.005],[714,0.005],[715,0.005],[716,0.005],[717,0.005],[718,0.005],[719,0.005],[720,0.005],[721,0.005],[722,0.005],[723,0.005],[724,0.005],[725,0.005],[726,0.005],[727,0.005],[728,0.005],[729,0.005],[730,0.005],[731,0.005],[732,0.005],[733,0.005],[734,0.005],[735,0.005],[736,0.005],[737,0.005],[738,0.005],[739,0.005],[740,0.005],[741,0.005],[742,0.005],[743,0.005],[744,0.005],[745,0.005],[746,0.005],[747,0.005],[748,0.005],[749,0.005],[750,0.005],[751,0.005],[752,0.005],[753,0.005],[754,0.005],[755,0.005],[756,0.005],[757,0.005],[758,0.005],[759,0.005],[760,0.005],[761,0.005],[762,0.005],[763,0.005],[764,0.005],[765,0.005],[766,0.005],[767,0.005],[768,0.005],[769,0.005],[770,0.005],[771,0.005],[772,0.005],[773,0.005],[774,0.005],[775,0.005],[776,0.005],[777,0.005],[778,0.005],[779,0.005],[780,0.005],[781,0.005],[782,0.005],[783,0.005],[784,0.005],[785,0.005],[786,0.005],[787,0.005],[788,0.005],[789,0.005],[790,0.005],[791,0.005],[792,0.005],[793,0.005],[794,0.005],[795,0.005],[796,0.005],[797,0.005],[798,0.005],[799,0.005],[70,0.052631578947368],[71,0.052631578947368],[72,0.052631578947368],[73,0.052631578947368],[74,0.052631578947368],[75,0.052631578947368],[76,0.052631578947368],[77,0.052631578947368],[78,0.052631578947368],[79,0.052631578947368],[80,0.052631578947368],[81,0.052631578947368],[82,0.052631578947368],[83,0.052631578947368],[84,0.052631578947368],[85,0.052631578947368],[86,0.052631578947368],[87,0.052631578947368],[88,0.052631578947368],[109,0.03030303030303],[110,0.03030303030303],[111,0.03030303030303],[112,0.03030303030303],[113,0.03030303030303],[114,0.03030303030303],[115,0.03030303030303],[116,0.03030303030303],[117,0.03030303030303],[118,0.03030303030303],[119,0.03030303030303],[120,0.03030303030303],[121,0.03030303030303],[122,0.03030303030303],[123,0.03030303030303],[124,0.03030303030303],[125,0.03030303030303],[126,0.03030303030303],[127,0.03030303030303],[128,0.03030303030303],[129,0.03030303030303],[130,0.03030303030303],[131,0.03030303030303],[132,0.03030303030303],[133,0.03030303030303],[134,0.03030303030303],[135,0.03030303030303],[136,0.03030303030303],[137,0.03030303030303],[138,0.03030303030303],[139,0.03030303030303],[140,0.03030303030303],[141,0.03030303030303],[-499,0.008],[-498,0.008],[-497,0.008],[-496,0.008],[-495,0.008],[-494,0.008],[-493,0.008],[-492,0.008],[-491,0.008],[-490,0.008],[-489,0.008],[-488,0.008],[-487,0.008],[-486,0.008],[-485,0.008],[-484,0.008],[-483,0.008],[-482,0.008],[-481,0.008],[-480,0.008],[-479,0.008],[-478,0.008],[-477,0.008],[-476,0.008],[-475,0.008],[-474,0.008],[-473,0.008],[-472,0.008],[-471,0.008],[-470,0.008],[-469,0.008],[-468,0.008],[-467,0.008],[-466,0.008],[-465,0.008],[-464,0.008],[-463,0.008],[-462,0.008],[-461,0.008],[-460,0.008],[-459,0.008],[-458,0.008],[-457,0.008],[-456,0.008],[-455,0.008],[-454,0.008],[-453,0.008],[-452,0.008],[-451,0.008],[-450,0.008],[-449,0.008],[-448,0.008],[-447,0.008],[-446,0.008],[-445,0.008],[-444,0.008],[-443,0.008],[-442,0.008],[-441,0.008],[-440,0.008],[-439,0.008],[-438,0.008],[-437,0.008],[-436,0.008],[-435,0.008],[-434,0.008],[-433,0.008],[-432,0.008],[-431,0.008],[-430,0.008],[-429,0.008],[-428,0.008],[-427,0.008],[-426,0.008],[-425,0.008],[-424,0.008],[-423,0.008],[-422,0.008],[-421,0.008],[-420,0.008],[-419,0.008],[-418,0.008],[-417,0.008],[-416,0.008],[-415,0.008],[-414,0.008],[-413,0.008],[-412,0.008],[-411,0.008],[-410,0.008],[-409,0.008],[-408,0.008],[-407,0.008],[-406,0.008],[-405,0.008],[-404,0.008],[-403,0.008],[-402,0.008],[-401,0.008],[-400,0.008],[-399,0.008],[-398,0.008],[-397,0.008],[-396,0.008],[-395,0.008],[-394,0.008],[-393,0.008],[-392,0.008],[-391,0.008],[-390,0.008],[-389,0.008],[-388,0.008],[-387,0.008],[-386,0.008],[-385,0.008],[-384,0.008],[-383,0.008],[-382,0.008],[-381,0.008],[-380,0.008],[-379,0.008],[-378,0.008],[-377,0.008],[-376,0.008],[-375,0.008],[610,0.055555555555556],[611,0.055555555555556],[612,0.055555555555556],[613,0.055555555555556],[614,0.055555555555556],[615,0.055555555555556],[616,0.055555555555556],[617,0.055555555555556],[618,0.055555555555556],[619,0.055555555555556],[620,0.055555555555556],[621,0.055555555555556],[622,0.055555555555556],[623,0.055555555555556],[624,0.055555555555556],[625,0.055555555555556],[626,0.055555555555556],[627,0.055555555555556],[110,1],[425,0.019607843137255],[426,0.019607843137255],[427,0.019607843137255],[428,0.019607843137255],[429,0.019607843137255],[430,0.019607843137255],[431,0.019607843137255],[432,0.019607843137255],[433,0.019607843137255],[434,0.019607843137255],[435,0.019607843137255],[436,0.019607843137255],[437,0.019607843137255],[438,0.019607843137255],[439,0.019607843137255],[440,0.019607843137255],[441,0.019607843137255],[442,0.019607843137255],[443,0.019607843137255],[444,0.019607843137255],[445,0.019607843137255],[446,0.019607843137255],[447,0.019607843137255],[448,0.019607843137255],[449,0.019607843137255],[450,0.019607843137255],[451,0.019607843137255],[452,0.019607843137255],[453,0.019607843137255],[454,0.019607843137255],[455,0.019607843137255],[456,0.019607843137255],[457,0.019607843137255],[458,0.019607843137255],[459,0.019607843137255],[460,0.019607843137255],[461,0.019607843137255],[462,0.019607843137255],[463,0.019607843137255],[464,0.019607843137255],[465,0.019607843137255],[466,0.019607843137255],[467,0.019607843137255],[468,0.019607843137255],[469,0.019607843137255],[470,0.019607843137255],[471,0.019607843137255],[472,0.019607843137255],[473,0.019607843137255],[474,0.019607843137255],[475,0.019607843137255],[-30,0.022222222222222],[-29,0.022222222222222],[-28,0.022222222222222],[-27,0.022222222222222],[-26,0.022222222222222],[-25,0.022222222222222],[-24,0.022222222222222],[-23,0.022222222222222],[-22,0.022222222222222],[-21,0.022222222222222],[-20,0.022222222222222],[-19,0.022222222222222],[-18,0.022222222222222],[-17,0.022222222222222],[-16,0.022222222222222],[-15,0.022222222222222],[-14,0.022222222222222],[-13,0.022222222222222],[-12,0.022222222222222],[-11,0.022222222222222],[-10,0.022222222222222],[-9,0.022222222222222],[-8,0.022222222222222],[-7,0.022222222222222],[-6,0.022222222222222],[-5,0.022222222222222],[-4,0.022222222222222],[-3,0.022222222222222],[-2,0.022222222222222],[-1,0.022222222222222],[1,0.022222222222222],[2,0.022222222222222],[3,0.022222222222222],[4,0.022222222222222],[5,0.022222222222222],[6,0.022222222222222],[7,0.022222222222222],[8,0.022222222222222],[9,0.022222222222222],[10,0.022222222222222],[11,0.022222222222222],[12,0.022222222222222],[13,0.022222222222222],[14,0.022222222222222],[15,0.022222222222222],[650,0.013157894736842],[651,0.013157894736842],[652,0.013157894736842],[653,0.013157894736842],[654,0.013157894736842],[655,0.013157894736842],[656,0.013157894736842],[657,0.013157894736842],[658,0.013157894736842],[659,0.013157894736842],[660,0.013157894736842],[661,0.013157894736842],[662,0.013157894736842],[663,0.013157894736842],[664,0.013157894736842],[665,0.013157894736842],[666,0.013157894736842],[667,0.013157894736842],[668,0.013157894736842],[669,0.013157894736842],[670,0.013157894736842],[671,0.013157894736842],[672,0.013157894736842],[673,0.013157894736842],[674,0.013157894736842],[675,0.013157894736842],[676,0.013157894736842],[677,0.013157894736842],[678,0.013157894736842],[679,0.013157894736842],[680,0.013157894736842],[681,0.013157894736842],[682,0.013157894736842],[683,0.013157894736842],[684,0.013157894736842],[685,0.013157894736842],[686,0.013157894736842],[687,0.013157894736842],[688,0.013157894736842],[689,0.013157894736842],[690,0.013157894736842],[691,0.013157894736842],[692,0.013157894736842],[693,0.013157894736842],[694,0.013157894736842],[695,0.013157894736842],[696,0.013157894736842],[697,0.013157894736842],[698,0.013157894736842],[699,0.013157894736842],[700,0.013157894736842],[701,0.013157894736842],[702,0.013157894736842],[703,0.013157894736842],[704,0.013157894736842],[705,0.013157894736842],[706,0.013157894736842],[707,0.013157894736842],[708,0.013157894736842],[709,0.013157894736842],[710,0.013157894736842],[711,0.013157894736842],[712,0.013157894736842],[713,0.013157894736842],[714,0.013157894736842],[715,0.013157894736842],[716,0.013157894736842],[717,0.013157894736842],[718,0.013157894736842],[719,0.013157894736842],[720,0.013157894736842],[721,0.013157894736842],[722,0.013157894736842],[723,0.013157894736842],[724,0.013157894736842],[725,0.013157894736842],[-800,0],[-799,0],[-798,0],[-797,0],[-796,0],[-795,0],[-794,0],[-793,0],[-792,0],[-791,0],[-790,0],[-789,0],[-788,0],[-787,0],[-786,0],[-785,0],[-784,0],[-783,0],[-782,0],[-781,0],[-780,0],[-779,0],[-778,0],[-777,0],[-776,0],[-775,0],[-774,0],[-773,0],[-772,0],[-771,0],[-770,0],[-769,0],[-768,0],[-767,0],[-766,0],[-765,0],[-764,0],[-763,0],[-762,0],[-761,0],[-760,0],[-759,0],[-758,0],[-757,0],[-756,0],[-755,0],[-754,0],[-753,0],[-752,0],[-751,0],[-750,0],[-749,0],[-748,0],[-747,0],[-746,0],[-745,0],[-744,0],[-743,0],[-742,0],[-741,0],[-740,0],[-739,0],[-738,0],[-737,0],[-736,0],[-735,0],[-734,0],[-733,0],[-732,0],[-731,0],[-730,0],[-729,0],[-728,0],[-727,0],[-726,0],[-725,0],[-724,0],[-723,0],[-722,0],[-721,0],[-720,0],[-719,0],[-718,0],[-717,0],[-716,0],[-715,0],[-714,0],[-713,0],[-712,0],[-711,0],[-710,0],[-709,0],[-708,0],[-707,0],[-706,0],[-705,0],[-704,0],[-703,0],[-702,0],[-701,0],[-700,0],[-699,0],[-698,0],[-697,0],[-696,0],[-695,0],[-694,0],[-693,0],[-692,0],[-691,0],[-690,0],[-689,0],[-688,0],[-687,0],[-686,0],[-685,0],[-684,0],[-683,0],[-682,0],[-681,0],[-680,0],[-679,0],[-678,0],[-677,0],[-676,0],[-675,0],[-674,0],[-673,0],[-672,0],[-671,0],[-670,0],[-669,0],[-668,0],[-667,0],[-666,0],[-665,0],[-664,0],[-663,0],[-662,0],[-661,0],[-660,0],[-659,0],[-658,0],[-657,0],[-656,0],[-655,0],[-654,0],[-653,0],[-652,0],[-651,0],[-650,0],[-649,0],[-648,0],[-647,0],[-646,0],[-645,0],[-644,0],[-643,0],[-642,0],[-641,0],[-640,0],[-639,0],[-638,0],[-637,0],[-636,0],[-635,0],[-634,0],[-633,0],[-632,0],[-631,0],[-630,0],[-629,0],[-628,0],[-627,0],[-626,0],[-625,0],[-624,0],[-623,0],[-622,0],[-621,0],[-620,0],[-619,0],[-618,0],[-617,0],[-616,0],[-615,0],[-614,0],[-613,0],[-612,0],[-611,0],[-610,0],[-609,0],[-608,0],[-607,0],[-606,0],[-605,0],[-604,0],[-603,0],[-602,0],[-601,0],[-600,0],[-599,0],[-598,0],[-597,0],[-596,0],[-595,0],[-594,0],[-593,0],[-592,0],[-591,0],[-590,0],[-589,0],[-588,0],[-587,0],[-586,0],[-585,0],[-584,0],[-583,0],[-582,0],[-581,0],[-580,0],[-579,0],[-578,0],[-577,0],[-576,0],[-575,0],[-574,0],[-573,0],[-572,0],[-571,0],[-570,0],[-569,0],[-568,0],[-567,0],[-566,0],[-565,0],[-564,0],[-563,0],[-562,0],[-561,0],[-560,0],[-559,0],[-558,0],[-557,0],[-556,0],[-555,0],[-554,0],[-553,0],[-552,0],[-551,0],[-550,0],[-549,0],[-548,0],[-547,0],[-546,0],[-545,0],[-544,0],[-543,0],[-542,0],[-541,0],[-540,0],[-539,0],[-538,0],[-537,0],[-536,0],[-535,0],[-534,0],[-533,0],[-532,0],[-531,0],[-530,0],[-529,0],[-528,0],[-527,0],[-526,0],[-525,0],[-524,0],[-523,0],[-522,0],[-521,0],[-520,0],[-519,0],[-518,0],[-517,0],[-516,0],[-515,0],[-514,0],[-513,0],[-512,0],[-511,0],[-510,0],[-509,0],[-508,0],[-507,0],[-506,0],[-505,0],[-504,0],[-503,0],[-502,0],[-501,0],[-500,0],[-499,0],[-498,0],[-497,0],[-496,0],[-495,0],[-494,0],[-493,0],[-492,0],[-491,0],[-490,0],[-489,0],[-488,0],[-487,0],[-486,0],[-485,0],[-484,0],[-483,0],[-482,0],[-481,0],[-480,0],[-479,0],[-478,0],[-477,0],[-476,0],[-475,0],[-474,0],[-473,0],[-472,0],[-471,0],[-470,0],[-469,0],[-468,0],[-467,0],[-466,0],[-465,0],[-464,0],[-463,0],[-462,0],[-461,0],[-460,0],[-459,0],[-458,0],[-457,0],[-456,0],[-455,0],[-454,0],[-453,0],[-452,0],[-451,0],[-450,0],[-449,0],[-448,0],[-447,0],[-446,0],[-445,0],[-444,0],[-443,0],[-442,0],[-441,0],[-440,0],[-439,0],[-438,0],[-437,0],[-436,0],[-435,0],[-434,0],[-433,0],[-432,0],[-431,0],[-430,0],[-429,0],[-428,0],[-427,0],[-426,0],[-425,0],[-424,0],[-423,0],[-422,0],[-421,0],[-420,0],[-419,0],[-418,0],[-417,0],[-416,0],[-415,0],[-414,0],[-413,0],[-412,0],[-411,0],[-410,0],[-409,0],[-408,0],[-407,0],[-406,0],[-405,0],[-404,0],[-403,0],[-402,0],[-401,0],[-400,0],[-399,0],[-398,0],[-397,0],[-396,0],[-395,0],[-394,0],[-393,0],[-392,0],[-391,0],[-390,0],[-389,0],[-388,0],[-387,0],[-386,0],[-385,0],[-384,0],[-383,0],[-382,0],[-381,0],[-380,0],[-379,0],[-378,0],[-377,0],[-376,0],[-375,0],[-374,0],[-373,0],[-372,0],[-371,0],[-370,0],[-369,0],[-368,0],[-367,0],[-366,0],[-365,0],[-364,0],[-363,0],[-362,0],[-361,0],[-360,0],[-359,0],[-358,0],[-357,0],[-356,0],[-355,0],[-354,0],[-353,0],[-352,0],[-351,0],[-350,0],[-349,0],[-348,0],[-347,0],[-346,0],[-345,0],[-344,0],[-343,0],[-342,0],[-341,0],[-340,0],[-339,0],[-338,0],[-337,0],[-336,0],[-335,0],[-334,0],[-333,0],[-332,0],[-331,0],[-330,0],[-329,0],[-328,0],[-327,0],[-326,0],[-325,0],[-324,0],[-323,0],[-322,0],[-321,0],[-320,0],[-319,0],[-318,0],[-317,0],[-316,0],[-315,0],[-314,0],[-313,0],[-312,0],[-311,0],[-310,0],[-309,0],[-308,0],[-307,0],[-306,0],[-305,0],[-304,0],[-303,0],[-302,0],[-301,0],[-300,0],[-299,0],[-298,0],[-297,0],[-296,0],[-295,0],[-294,0],[-293,0],[-292,0],[-291,0],[-290,0],[-289,0],[-288,0],[-287,0],[-286,0],[-285,0],[-284,0],[-283,0],[-282,0],[-281,0],[-280,0],[-279,0],[-278,0],[-277,0],[-276,0],[-275,0],[-274,0],[-273,0],[-272,0],[-271,0],[-270,0],[-269,0],[-268,0],[-267,0],[-266,0],[-265,0],[-264,0],[-263,0],[-262,0],[-261,0],[-260,0],[-259,0],[-258,0],[-257,0],[-256,0],[-255,0],[-254,0],[-253,0],[-252,0],[-251,0],[-250,0],[-249,0],[-248,0],[-247,0],[-246,0],[-245,0],[-244,0],[-243,0],[-242,0],[-241,0],[-240,0],[-239,0],[-238,0],[-237,0],[-236,0],[-235,0],[-234,0],[-233,0],[-232,0],[-231,0],[-230,0],[-229,0],[-228,0],[-227,0],[-226,0],[-225,0],[-224,0],[-223,0],[-222,0],[-221,0],[-220,0],[-219,0],[-218,0],[-217,0],[-216,0],[-215,0],[-214,0],[-213,0],[-212,0],[-211,0],[-210,0],[-209,0],[-208,0],[-207,0],[-206,0],[-205,0],[-204,0],[-203,0],[-202,0],[-201,0],[-200,0],[-199,0],[-198,0],[-197,0],[-196,0],[-195,0],[-194,0],[-193,0],[-192,0],[-191,0],[-190,0],[-189,0],[-188,0],[-187,0],[-186,0],[-185,0],[-184,0],[-183,0],[-182,0],[-181,0],[-180,0],[-179,0],[-178,0],[-177,0],[-176,0],[-175,0],[-174,0],[-173,0],[-172,0],[-171,0],[-170,0],[-169,0],[-168,0],[-167,0],[-166,0],[-165,0],[-164,0],[-163,0],[-162,0],[-161,0],[-160,0],[-159,0],[-158,0],[-157,0],[-156,0],[-155,0],[-154,0],[-153,0],[-152,0],[-151,0],[-150,0],[-149,0],[-148,0],[-147,0],[-146,0],[-145,0],[-144,0],[-143,0],[-142,0],[-141,0],[-140,0],[-139,0],[-138,0],[-137,0],[-136,0],[-135,0],[-134,0],[-133,0],[-132,0],[-131,0],[-130,0],[-129,0],[-128,0],[-127,0],[-126,0],[-125,0],[-124,0],[-123,0],[-122,0],[-121,0],[-120,0],[-119,0],[-118,0],[-117,0],[-116,0],[-115,0],[-114,0],[-113,0],[-112,0],[-111,0],[-110,0],[-109,0],[-108,0],[-107,0],[-106,0],[-105,0],[-104,0],[-103,0],[-102,0],[-101,0],[-100,0],[-99,0],[-98,0],[-97,0],[-96,0],[-95,0],[-94,0],[-93,0],[-92,0],[-91,0],[-90,0],[-89,0],[-88,0],[-87,0],[-86,0],[-85,0],[-84,0],[-83,0],[-82,0],[-81,0],[-80,0],[-79,0],[-78,0],[-77,0],[-76,0],[-75,0],[-74,0],[-73,0],[-72,0],[-71,0],[-70,0],[-69,0],[-68,0],[-67,0],[-66,0],[-65,0],[-64,0],[-63,0],[-62,0],[-61,0],[-60,0],[-59,0],[-58,0],[-57,0],[-56,0],[-55,0],[-54,0],[-53,0],[-52,0],[-51,0],[-50,0],[-49,0],[-48,0],[-47,0],[-46,0],[-45,0],[-44,0],[-43,0],[-42,0],[-41,0],[-40,0],[-39,0],[-38,0],[-37,0],[-36,0],[-35,0],[-34,0],[-33,0],[-32,0],[-31,0],[-30,0],[-29,0],[-28,0],[-27,0],[-26,0],[-25,0],[-24,0],[-23,0],[-22,0],[-21,0],[-20,0],[-19,0],[-18,0],[-17,0],[-16,0],[-15,0],[-14,0],[-13,0],[-12,0],[-11,0],[-10,0],[-9,0],[-8,0],[-7,0],[-6,0],[-5,0],[-4,0],[-3,0],[-2,0],[-1,0],[0,0],[1,0],[2,0],[3,0],[4,0],[5,0],[6,0],[7,0],[8,0],[9,0],[10,0],[11,0],[12,0],[13,0],[14,0],[15,0],[16,0],[17,0],[18,0],[19,0],[20,0],[21,0],[22,0],[23,0],[24,0],[25,0],[26,0],[27,0],[28,0],[29,0],[30,0],[31,0],[32,0],[33,0],[34,0],[35,0],[36,0],[37,0],[38,0],[39,0],[40,0],[41,0],[42,0],[43,0],[44,0],[45,0],[46,0],[47,0],[48,0],[49,0],[50,0],[51,0],[52,0],[53,0],[54,0],[55,0],[56,0],[57,0],[58,0],[59,0],[60,0],[61,0],[62,0],[63,0],[64,0],[65,0],[66,0],[67,0],[68,0],[69,0],[70,0],[71,0],[72,0],[73,0],[74,0],[75,0],[76,0],[77,0],[78,0],[79,0],[80,0],[81,0],[82,0],[83,0],[84,0],[85,0],[86,0],[87,0],[88,0],[89,0],[90,0],[91,0],[92,0],[93,0],[94,0],[95,0],[96,0],[97,0],[98,0],[99,0],[100,0],[101,0],[102,0],[103,0],[104,0],[105,0],[106,0],[107,0],[108,0],[109,0],[110,0],[111,0],[112,0],[113,0],[114,0],[115,0],[116,0],[117,0],[118,0],[119,0],[120,0],[121,0],[122,0],[123,0],[124,0],[125,0],[126,0],[127,0],[128,0],[129,0],[130,0],[131,0],[132,0],[133,0],[134,0],[135,0],[136,0],[137,0],[138,0],[139,0],[140,0],[141,0],[142,0],[143,0],[144,0],[145,0],[146,0],[147,0],[148,0],[149,0],[150,0],[151,0],[152,0],[153,0],[154,0],[155,0],[156,0],[157,0],[158,0],[159,0],[160,0],[161,0],[162,0],[163,0],[164,0],[165,0],[166,0],[167,0],[168,0],[169,0],[170,0],[171,0],[172,0],[173,0],[174,0],[175,0],[176,0],[177,0],[178,0],[179,0],[180,0],[181,0],[182,0],[183,0],[184,0],[185,0],[186,0],[187,0],[188,0],[189,0],[190,0],[191,0],[192,0],[193,0],[194,0],[195,0],[196,0],[197,0],[198,0],[199,0],[200,0],[201,0],[202,0],[203,0],[204,0],[205,0],[206,0],[207,0],[208,0],[209,0],[210,0],[211,0],[212,0],[213,0],[214,0],[215,0],[216,0],[217,0],[218,0],[219,0],[220,0],[221,0],[222,0],[223,0],[224,0],[225,0],[226,0],[227,0],[228,0],[229,0],[230,0],[231,0],[232,0],[233,0],[234,0],[235,0],[236,0],[237,0],[238,0],[239,0],[240,0],[241,0],[242,0],[243,0],[244,0],[245,0],[246,0],[247,0],[248,0],[249,0],[250,0],[251,0],[252,0],[253,0],[254,0],[255,0],[256,0],[257,0],[258,0],[259,0],[260,0],[261,0],[262,0],[263,0],[264,0],[265,0],[266,0],[267,0],[268,0],[269,0],[270,0],[271,0],[272,0],[273,0],[274,0],[275,0],[276,0],[277,0],[278,0],[279,0],[280,0],[281,0],[282,0],[283,0],[284,0],[285,0],[286,0],[287,0],[288,0],[289,0],[290,0],[291,0],[292,0],[293,0],[294,0],[295,0],[296,0],[297,0],[298,0],[299,0],[300,0],[301,0],[302,0],[303,0],[304,0],[305,0],[306,0],[307,0],[308,0],[309,0],[310,0],[311,0],[312,0],[313,0],[314,0],[315,0],[316,0],[317,0],[318,0],[319,0],[320,0],[321,0],[322,0],[323,0],[324,0],[325,0],[326,0],[327,0],[328,0],[329,0],[330,0],[331,0],[332,0],[333,0],[334,0],[335,0],[336,0],[337,0],[338,0],[339,0],[340,0],[341,0],[342,0],[343,0],[344,0],[345,0],[346,0],[347,0],[348,0],[349,0],[350,0],[351,0],[352,0],[353,0],[354,0],[355,0],[356,0],[357,0],[358,0],[359,0],[360,0],[361,0],[362,0],[363,0],[364,0],[365,0],[366,0],[367,0],[368,0],[369,0],[370,0],[371,0],[372,0],[373,0],[374,0],[375,0],[376,0],[377,0],[378,0],[379,0],[380,0],[381,0],[382,0],[383,0],[384,0],[385,0],[386,0],[387,0],[388,0],[389,0],[390,0],[391,0],[392,0],[393,0],[394,0],[395,0],[396,0],[397,0],[398,0],[399,0],[400,0],[401,0],[402,0],[403,0],[404,0],[405,0],[406,0],[407,0],[408,0],[409,0],[410,0],[411,0],[412,0],[413,0],[414,0],[415,0],[416,0],[417,0],[418,0],[419,0],[420,0],[421,0],[422,0],[423,0],[424,0],[425,0],[426,0],[427,0],[428,0],[429,0],[430,0],[431,0],[432,0],[433,0],[434,0],[435,0],[436,0],[437,0],[438,0],[439,0],[440,0],[441,0],[442,0],[443,0],[444,0],[445,0],[446,0],[447,0],[448,0],[449,0],[450,0],[451,0],[452,0],[453,0],[454,0],[455,0],[456,0],[457,0],[458,0],[459,0],[460,0],[461,0],[462,0],[463,0],[464,0],[465,0],[466,0],[467,0],[468,0],[469,0],[470,0],[471,0],[472,0],[473,0],[474,0],[475,0],[476,0],[477,0],[478,0],[479,0],[480,0],[481,0],[482,0],[483,0],[484,0],[485,0],[486,0],[487,0],[488,0],[489,0],[490,0],[491,0],[492,0],[493,0],[494,0],[495,0],[496,0],[497,0],[498,0],[499,0],[500,0],[501,0],[502,0],[503,0],[504,0],[505,0],[506,0],[507,0],[508,0],[509,0],[510,0],[511,0],[512,0],[513,0],[514,0],[515,0],[516,0],[517,0],[518,0],[519,0],[520,0],[521,0],[522,0],[523,0],[524,0],[525,0],[526,0],[527,0],[528,0],[529,0],[530,0],[531,0],[532,0],[533,0],[534,0],[535,0],[536,0],[537,0],[538,0],[539,0],[540,0],[541,0],[542,0],[543,0],[544,0],[545,0],[546,0],[547,0],[548,0],[549,0],[550,0],[551,0],[552,0],[553,0],[554,0],[555,0],[556,0],[557,0],[558,0],[559,0],[560,0],[561,0],[562,0],[563,0],[564,0],[565,0],[566,0],[567,0],[568,0],[569,0],[570,0],[571,0],[572,0],[573,0],[574,0],[575,0],[576,0],[577,0],[578,0],[579,0],[580,0],[581,0],[582,0],[583,0],[584,0],[585,0],[586,0],[587,0],[588,0],[589,0],[590,0],[591,0],[592,0],[593,0],[594,0],[595,0],[596,0],[597,0],[598,0],[599,0],[600,0],[601,0],[602,0],[603,0],[604,0],[605,0],[606,0],[607,0],[608,0],[609,0],[610,0],[611,0],[612,0],[613,0],[614,0],[615,0],[616,0],[617,0],[618,0],[619,0],[620,0],[621,0],[622,0],[623,0],[624,0],[625,0],[626,0],[627,0],[628,0],[629,0],[630,0],[631,0],[632,0],[633,0],[634,0],[635,0],[636,0],[637,0],[638,0],[639,0],[640,0],[641,0],[642,0],[643,0],[644,0],[645,0],[646,0],[647,0],[648,0],[649,0],[650,0],[651,0],[652,0],[653,0],[654,0],[655,0],[656,0],[657,0],[658,0],[659,0],[660,0],[661,0],[662,0],[663,0],[664,0],[665,0],[666,0],[667,0],[668,0],[669,0],[670,0],[671,0],[672,0],[673,0],[674,0],[675,0],[676,0],[677,0],[678,0],[679,0],[680,0],[681,0],[682,0],[683,0],[684,0],[685,0],[686,0],[687,0],[688,0],[689,0],[690,0],[691,0],[692,0],[693,0],[694,0],[695,0],[696,0],[697,0],[698,0],[699,0],[700,0],[701,0],[702,0],[703,0],[704,0],[705,0],[706,0],[707,0],[708,0],[709,0],[710,0],[711,0],[712,0],[713,0],[714,0],[715,0],[716,0],[717,0],[718,0],[719,0],[720,0],[721,0],[722,0],[723,0],[724,0],[725,0],[726,0],[727,0],[728,0],[729,0],[730,0],[731,0],[732,0],[733,0],[734,0],[735,0],[736,0],[737,0],[738,0],[739,0],[740,0],[741,0],[742,0],[743,0],[744,0],[745,0],[746,0],[747,0],[748,0],[749,0],[750,0],[751,0],[752,0],[753,0],[754,0],[755,0],[756,0],[757,0],[758,0],[759,0],[760,0],[761,0],[762,0],[763,0],[764,0],[765,0],[766,0],[767,0],[768,0],[769,0],[770,0],[771,0],[772,0],[773,0],[774,0],[775,0],[776,0],[777,0],[778,0],[779,0],[780,0],[781,0],[782,0],[783,0],[784,0],[785,0],[786,0],[787,0],[788,0],[789,0],[790,0],[791,0],[792,0],[793,0],[794,0],[795,0],[796,0],[797,0],[798,0],[799,0], ]); var newData = google.visualization.data.group(data3, [{ column: 0, type: 'number' }], [{ column: 1, label: 'Weighed', aggregation: google.visualization.data.sum, type: 'number' }]); var options3 = { legend: 'none', backgroundColor: {fill:'transparent'}, colors: ['#ff9c00'] }; var chart3 = new google.visualization.LineChart(document.getElementById('googlechart3')); chart3.draw(newData, options3); } </script> </head> <!-- Matomo: tracking code for Trismegistos.org --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//trismegistos.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '7']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <body> <!-- The top header section --> <header> <div class="wrapper header-flex"> <nav class="menu"> <ul class="active"> <li id="logo"><a href="/">Home</a></li> <li id="pagetitle"><a href="index.php">Archives</a></li> <li><a href="about.php#archives-project">Pathyris</a></li> <li><a href="about.php#fayum-archives">Fayum</a></li> <li><a href="about.php#upper-egypt">Upper Egypt</a></li> <li><a href="about.php">About</a></li> </ul> <a class="toggle-nav" href="#">&#9776;</a> </nav> <div id="header-right-section"> <div id="panic-button"> <a href="../forum/index.php"> <i class="fa fa-ambulance info-tooltip" aria-hidden="true"> </i> </a> </div> <div class="search-form"> <form action="/arch/detail.php?quick="> <input type="text" name="quick" placeholder="TM Arch ID or name"> <button>Go</button> </form> </div><!-- End .search-form --> <div id="session-login"> <p>Unregistered user (8.222.208.146). <a href=# id=show_login_btn style="color: #FCE903"><b>Log in</b></a><br><a href= "https://www.trismegistos.org/registration.php" style="color: #FCE903">I want to subscribe!</a></p> </div> </div> <!-- End #header-right-section --> </div> <!-- End header.wrapper --> </header> <!-- the content starts here --> <div id="top" class="bg-light"> <!-- search for individual archives--> <script type="text/javascript" src="../js/halike-warning.js"></script> <div id="warning-halike"> <a href="https://www.trismegistos.org/keeptrismegistosalive.php"><img src="/img/banner1.png"></a><p><i class="fa fa-exclamation-triangle" aria-hidden="true" style="color: #034D90"></i></p><p><font color=blue>Have you remembered to use your institution's proxy or VPN?</font></p><p>Please log in or subscribe below:</p><p><b onClick=toggle_individual_form(this) id=individual_login_button>I have a login</b></p><form id=halike_individual_form action=/registrations_individual.php?cmd=login><input name=cmd value='login' type=hidden><input name=id value='' type=hidden><input name=redirect value='/arch/' type=hidden><input id='halike-login-email' name=email value='' placeholder='email'><input id='halike-login-password' name=password type=password value='' placeholder='password'><input type=submit></form><p><a href="https://www.trismegistos.org/registration.php"><b>I want to subscribe</b></a><p class="no-margin">Please note that since 1 January 2020, full functionality of this page is reserved for registered users only.</p><div><div id="close-halike-warning">X</div></div> </div> <div class="container first-container"> <div id="search" class="row clearfix center-align"> <div id="arch-search" class="col-sm-12 center-align"> <h1 class="first-container">Archives</h1> <div class="searchframe clearfix"> <p>Type in an archive name:<i class="fa fa-question info-tooltip" style="color: #ff9c00; padding-left: 5px" aria-hidden="true"><span class="tooltiptext">A wildcard % at the end of your search term will be added automatically. To search for strings within a name, add a wildcard yourself, e.g. '%boule'.</span></i></p> <form class="searchbox" method="POST" action="index.php?searchterm="><input type='text' name='searchterm' placeholder='Enter an ancient archive&#39;s name' autofocus> <button>Go</button> </form> </div> <!-- End .searchframe --> </div> <!-- End #auth-search --> <div class="col-md-12 center-align"> <p class="long-text">For searches for <span class="bold">sets of archives</span> answering to criteria, please use the charts below.<br>If you subscribe, you can search for geographic criteria instead of types <a href="/arch/index2.php">here</a>.</p> </div> <!-- End .col-md-12 --> </div> <!-- End #search --> </div> <!-- End .container .first-container --> </div> <!-- End .bg-light --> <div id="index-graphs" class="bg-dark no-border"> <div class="container"> <div class="row clearfix"> <div class="col-md-8 col-sm-12"> <!-- the clickable transfer to the attestations page --> <h4><i class="fa fa-thumb-tack" style="padding-right:5px" aria-hidden="true"></i><a href="#archindex-table"> 634</a> archive(s)</h4> <p class="p-small indent">For individual archives, click on the appropriate TM Arch ID in the list below.</p> </div> <!-- End .col-md-8 .col-sm-12 --> <!-- the choice of charttype --> <div class="col-md-4 col-sm-12"> <div class="infobox infobox-pie"> <p><i class="fa fa-lightbulb-o" style="color: #ff9c00; font-size: 1.2em; padding-right: 5px" aria-hidden="true"></i> Click on the appropriate section of the charts to limit your search to a specific language or material.</p> <p>Chart type:<br> <a class="charttype" href=/arch/index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region#index-graphs> <button class="btn" style="padding-left: 0"><i class="fa fa-pie-chart" style="color: #ff9c00" aria-hidden="true"></i></button>Pie</a> &nbsp;<a class="charttype" href=/arch/index.php?min_date=-799&max_date=799&charttype=2&language=&material=&type=&geo_variable=&geo_choice=region#index-graphs><button class="btn" style="padding-left: 30px"><i class="fa fa-table" style="color: #4d4d4d" aria-hidden="true"></i></button>Table</a> </p> </div> <!-- End .infobox --> </div> <!--End .col-md-4 infobox --> </div> <!-- End .row .clearfix --> <div class="row clearfix"> <!-- the googlechart for languages (to be supplemented with a chart for genre and possible later something geographical) --> <div class="col-md-4 col-sm-12 piechart"> <div id="googlechart"></div> <div class="reset-pie">All languages</div> </div> <!-- End .col-md-4 piechart --> <!-- the googlechart for material (cf. supra) --> <div class="col-md-4 col-sm-12 piechart"> <div id="googlechart2"></div> <div class="reset-pie">All materials</div> </div><!-- End .col-md-4 piechart --> <div class="col-md-4 col-sm-12 piechart"> <div id="googlechart4"></div> <div class="reset-pie">All types</div> </div><!-- End .col-md-4 piechart --> <div id="archindex-listview"> <p><a href="#archindex-table"><i class="fa fa-angle-double-down" style="color: #ff9c00; font-size: 2em; font-weight:bold" aria-hidden="true"></i></a></p> <p><a href="#archindex-table"><i class="fa fa-angle-double-down info-tooltip" style="color: #ff9c00; font-size: 2em; font-weight:bold" aria-hidden="true"><span class="tooltiptext">Scroll down for list view</span></i></a></p> <p><a href="#archindex-table"><i class="fa fa-angle-double-down" style="color: #ff9c00; font-size: 2em; font-weight:bold" aria-hidden="true"></i></a></p> </div> <!-- limit date weighed dates --> <div class="col-md-12"> <div class="filterbar margin-left"> <div id="filter-title" class="semibold">Chronological overview<i class="fa fa-question info-tooltip" style="color: #ff9c00; padding-left: 10px;" aria-hidden="true"><span class="tooltiptext">Below is a weighed dates graph of the attestations. For the principles underlying this graph, see Van Beek / Depauw, Ancient Society 43 (2013), pp. 101-114.</span></i></div> <div id="filter-options"> <div class="filter-text">From</div> <div class="dropdown"> <form id="min_date" method="GET" action="index.php#googlechart"> <select name="min_date" id="min_date" onchange="this.form.submit()"> <option value="-799" selected="selected">eighth century BC ▾</option> <option value="-699" >seventh century BC ▾</option> <option value="-599" >sixth century BC ▾</option> <option value="-499" >fifth century BC ▾</option> <option value="-399" >fourth century BC ▾</option> <option value="-299" >third century BC ▾</option> <option value="-199" >second century BC ▾</option> <option value="-99" >first century BC ▾</option> <option value="1" >first century AD ▾</option> <option value="100" >second century AD ▾</option> <option value="200" >third century AD ▾</option> <option value="300" >fourth century AD ▾</option> <option value="400" >fifth century AD ▾</option> <option value="500" >sixth century AD ▾</option> <option value="600" >seventh century AD ▾</option> <option value="700" >eighth century AD ▾</option> </select> <input type="hidden" name="type" value=""> <input type="hidden" name="language" value=""> <input type="hidden" name="material" value=""> <input type="hidden" name="max_date" value="799"> </form> </div><!-- End .dropdown --> <div class="filter-text">to</div> <div class="dropdown"> <form id="max_date" method="GET" action="index.php#googlechart"> <select name="max_date" id="max_date" onchange="this.form.submit()"> <option value="-700" >eighth century BC ▾</option> <option value="-600" >seventh century BC ▾</option> <option value="-500" >sixth century BC ▾</option> <option value="-400" >fifth century BC ▾</option> <option value="-300" >fourth century BC ▾</option> <option value="-200" >third century BC ▾</option> <option value="-100" >second century BC ▾</option> <option value="-1" >first century BC ▾</option> <option value="99" >first century AD ▾</option> <option value="199" >second century AD ▾</option> <option value="299" >third century AD ▾</option> <option value="399" >fourth century AD ▾</option> <option value="499" >fifth century AD ▾</option> <option value="599" >sixth century AD ▾</option> <option value="699" >seventh century AD ▾</option> <option value="799" selected="selected">eighth century AD ▾</option> </select> <input type="hidden" name="type" value=""> <input type="hidden" name="min_date" value="-799"> <input type="hidden" name="language" value=""> <input type="hidden" name="material" value=""> </form> </div><!-- End .dropdown --> </div> <!-- End. filter-options --> </div><!--End .filterbar --> </div> <!-- End .col-md-12 --> <!-- the googlechart for dates (should be wide) --> <div class="col-md-12"> <div><a href="../registration">Subscribe</a> for a chronological overview and to filter on date</div> </div> </div> <!-- End .row .clearfix --> </div> <!-- End .container --> <div id="archindex-table" class="container second-container"> <!-- pijltjes pagina's --> <div class="relative" style="padding-bottom:30px"> <div id="pages"><p><span style="padding: 0 6px 0 3px">Page 1 of 13</span> <a href="/arch/index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=according to number of texts&p=2#pages"><i class="fa fa-angle-right" aria-hidden="true"></i></a> <a href="/arch/index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=according to number of texts&p=13#pages"><i class="fa fa-angle-double-right" aria-hidden="true"></i></a></p></div> <!-- End #pages --> </div><!-- End relative --> <!-- de tabellen: hoofding --> <div class="tbl-header"> <table border="0" cellspacing="0" cellpadding="0"> <thead> <tr> <th class="TM_id">TM Arch Id<a href="index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=according to TM Arch ID#pages"> ⇵</a></th><th class="name">Name<a href="index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=alphabetical#pages"> ⇵</a></th><th class="lang">Language<a href="index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=according to language#pages"> ⇵</a></th><th class="type">Type<a href="index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=typological#pages"> ⇵</a></th><th class="mat">Material<a href="index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=material#pages"> ⇵</a><i class="fa fa-question info-tooltip" style="color: #FFFF00; padding-left: 5px" aria-hidden="true"><span class="tooltiptext">The type of material used for the texts in the archive</span></i></th><th class="date">Date<a href="index.php?min_date=-799&max_date=799&charttype=1&language=&material=&type=&geo_variable=&geo_choice=region&order=chronological#pages"> ⇵</a><i class="fa fa-question info-tooltip" style="color: #FFFF00; padding-left: 5px" aria-hidden="true"><span class="tooltiptext">The chronological range of this archive</span></i></th><th class="numatt">#<i class="fa fa-question info-tooltip" style="color: #FFFF00; padding-left: 5px" aria-hidden="true"><span class="tooltiptext">The total number of texts in this archive</span></i></th><th class="pdf"> </th> </tr> </thead> </table> </div><!-- End tbl-header --> <!-- de tabellen: lijst zelf --> <div class="tbl-content"> <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=256">256</td> <td class="name">Zenon son of Agreophon</td> <td class="lang">Demotic / Greek</td> <td class="type">private: professional</td> <td class="mat">papyrus</td> <td class="date">BC 263-BC 229</td> <td class="numbatt">2048</td> <td class="pdf"><a href="../arch/archives/pdf/256.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=506">506</td> <td class="name">Abu Mina archive</td> <td class="lang">Greek</td> <td class="type">private</td> <td class="mat">pottery</td> <td class="date">AD 600-AD 650</td> <td class="numbatt">1381</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=72">72</td> <td class="name">Dioskoros</td> <td class="lang">Coptic / Greek / Latin</td> <td class="type">private</td> <td class="mat">papyrus</td> <td class="date">AD 400-AD 799</td> <td class="numbatt">582</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=321">321</td> <td class="name">Frange</td> <td class="lang">Coptic</td> <td class="type">private: correspondence</td> <td class="mat">pottery / stone (limestone)</td> <td class="date">AD 600-AD 799</td> <td class="numbatt">553</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=534">534</td> <td class="name">Temple of Narmouthis: house of the ostraca</td> <td class="lang">Demotic / Greek</td> <td class="type">organisation: temple</td> <td class="mat">pottery</td> <td class="date">AD 124-AD 225</td> <td class="numbatt">531</td> <td class="pdf"><a href="../arch/archives/pdf/534.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=124">124</td> <td class="name">Basilios pagarches of Aphrodito</td> <td class="lang">Arabic / Coptic / Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">AD 685-AD 734</td> <td class="numbatt">499</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=103">103</td> <td class="name">Heroninos, estate manager</td> <td class="lang">Greek</td> <td class="type">private: professional</td> <td class="mat">papyrus</td> <td class="date">AD 100-AD 299</td> <td class="numbatt">456</td> <td class="pdf"><a href="../arch/archives/pdf/103.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=15">15</td> <td class="name">Apiones</td> <td class="lang">Greek</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 400-AD 699</td> <td class="numbatt">402</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=254">254</td> <td class="name">Water carriers oasis</td> <td class="lang">Demotic / Greek</td> <td class="type">official: professional</td> <td class="mat">bone / pottery</td> <td class="date">BC 162-BC 100</td> <td class="numbatt">360</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=537">537</td> <td class="name">Temple library of Tebtynis</td> <td class="lang">Demotic / Greek / Hieratic / Hieroglyphic / Old Coptic</td> <td class="type">organisation: temple (library)</td> <td class="mat">papyrus</td> <td class="date">BC 1292-AD 299</td> <td class="numbatt">281</td> <td class="pdf"><a href="../arch/archives/pdf/537.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=47">47</td> <td class="name">Contracts of surety [Ghoran]</td> <td class="lang">Demotic / Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">BC 229-BC 216</td> <td class="numbatt">236</td> <td class="pdf"><a href="../arch/archives/pdf/47.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=19">19</td> <td class="name">Apollonios, governor (strategos) of the Apollonopolites Heptakomias</td> <td class="lang">Greek</td> <td class="type">official / private: individual (office holder)</td> <td class="mat">papyrus</td> <td class="date">AD 44-AD 121</td> <td class="numbatt">232</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=93">93</td> <td class="name">Kronion son of Apion head of the grapheion of Tebtynis</td> <td class="lang">Demotic / Greek</td> <td class="type">official / private: individual (office holder)</td> <td class="mat">papyrus</td> <td class="date">BC 20-AD 56</td> <td class="numbatt">193</td> <td class="pdf"><a href="../arch/archives/pdf/93.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=507">507</td> <td class="name">Etmoulon</td> <td class="lang">Coptic</td> <td class="type">official</td> <td class="mat">pottery</td> <td class="date">AD 500-AD 699</td> <td class="numbatt">184</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=140">140</td> <td class="name">Village scribes of Kerkeosiris (Menches)</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">BC 299-AD 799</td> <td class="numbatt">176</td> <td class="pdf"><a href="../arch/archives/pdf/140.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=433">433</td> <td class="name">Theban estate</td> <td class="lang">Greek</td> <td class="type">official: professional</td> <td class="mat">pottery</td> <td class="date">AD 131-AD 192</td> <td class="numbatt">175</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=34">34</td> <td class="name">Aurelius Isidoros son of Ptolemaios</td> <td class="lang">Greek / Latin</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 267-AD 324</td> <td class="numbatt">175</td> <td class="pdf"><a href="../arch/archives/pdf/34.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=690">690</td> <td class="name">Water archive</td> <td class="lang"></td> <td class="type"></td> <td class="mat"></td> <td class="date">BC 30-AD 99</td> <td class="numbatt">173</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=356">356</td> <td class="name">Descendants of Paatesemaus</td> <td class="lang">Demotic / Greek</td> <td class="type">private: tax receipts</td> <td class="mat">pottery</td> <td class="date">AD 1-AD 99</td> <td class="numbatt">159</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=156">156</td> <td class="name">Officials of the Herakleopolites</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">BC 80-BC 30</td> <td class="numbatt">155</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=182">182</td> <td class="name">Petaus, village scribe of Ptolemais Hormou and surrounding villages</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">AD 135-AD 187</td> <td class="numbatt">152</td> <td class="pdf"><a href="../arch/archives/pdf/182.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=271">271</td> <td class="name">Granary directors (sitologoi) of Karanis. I</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">AD 144-AD 159</td> <td class="numbatt">149</td> <td class="pdf"><a href="../arch/archives/pdf/271.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=230">230</td> <td class="name">Sulpicii</td> <td class="lang">Greek / Latin</td> <td class="type">private: professional</td> <td class="mat">wood</td> <td class="date">AD 25-AD 62</td> <td class="numbatt">137</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=87">87</td> <td class="name">Eutychides son of Sarapion</td> <td class="lang">Greek</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 90-AD 138</td> <td class="numbatt">135</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=122">122</td> <td class="name">Kleon and Theodoros engineers</td> <td class="lang">Greek</td> <td class="type">official / private: individual (office holder)</td> <td class="mat">papyrus</td> <td class="date">BC 260-BC 236</td> <td class="numbatt">134</td> <td class="pdf"><a href="../arch/archives/pdf/122.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=31">31</td> <td class="name">Aurelius Ammon scholasticus son of Peteharbeschinis</td> <td class="lang">Greek / Latin</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 281-AD 399</td> <td class="numbatt">129</td> <td class="pdf"><a href="../arch/archives/pdf/31.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=119">119</td> <td class="name">Katochoi of the Sarapieion</td> <td class="lang">Demotic / Greek</td> <td class="type">private</td> <td class="mat">papyrus</td> <td class="date">BC 225-BC 100</td> <td class="numbatt">129</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=170">170</td> <td class="name">Papas pagarches</td> <td class="lang">Coptic / Greek</td> <td class="type">official / private: individual (office holder)</td> <td class="mat">papyrus</td> <td class="date">AD 618-AD 725</td> <td class="numbatt">128</td> <td class="pdf"><a href="../arch/archives/pdf/170.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=609">609</td> <td class="name">Abraham bishop and abbot</td> <td class="lang">Coptic / Greek</td> <td class="type"></td> <td class="mat">pottery</td> <td class="date">AD 500-AD 799</td> <td class="numbatt">126</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=44">44</td> <td class="name">Boule of Hermopolis</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">AD 200-AD 299</td> <td class="numbatt">124</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=536">536</td> <td class="name">Temple of Narmouthis: House of Anoubis</td> <td class="lang">Greek</td> <td class="type">organisation: temple</td> <td class="mat">pottery</td> <td class="date">AD 100-AD 299</td> <td class="numbatt">123</td> <td class="pdf"><a href="../arch/archives/pdf/536.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=343">343</td> <td class="name">Racing archive</td> <td class="lang">Greek</td> <td class="type">official: correspondence</td> <td class="mat">pottery</td> <td class="date">AD 300-AD 399</td> <td class="numbatt">119</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=183">183</td> <td class="name">Peteharsemtheus son of Panebchounis</td> <td class="lang">Demotic / Greek</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">BC 199-BC 1</td> <td class="numbatt">118</td> <td class="pdf"><a href="../arch/archives/pdf/183.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=418">418</td> <td class="name">Senouthios</td> <td class="lang">Greek</td> <td class="type">official: correspondence</td> <td class="mat">papyrus</td> <td class="date">AD 575-AD 799</td> <td class="numbatt">115</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=430">430</td> <td class="name">Alexandrian scribal office</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">BC 30-AD 14</td> <td class="numbatt">107</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=236">236</td> <td class="name">Temple of Soknopaiou Nesos</td> <td class="lang">Demotic / Greek</td> <td class="type">organisation: temple</td> <td class="mat">papyrus</td> <td class="date">BC 199-AD 99</td> <td class="numbatt">102</td> <td class="pdf"><a href="../arch/archives/pdf/236.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=555">555</td> <td class="name">Family of Kom Kusum</td> <td class="lang">Greek</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 60-AD 125</td> <td class="numbatt">100</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=66">66</td> <td class="name">Patron’s decendants</td> <td class="lang">Greek</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 108-AD 176</td> <td class="numbatt">99</td> <td class="pdf"><a href="../arch/archives/pdf/66.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=194">194</td> <td class="name">Pisenthios bishop of Koptos</td> <td class="lang">Coptic</td> <td class="type">private</td> <td class="mat">papyrus</td> <td class="date">AD 500-AD 799</td> <td class="numbatt">98</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=247">247</td> <td class="name">Administrative archive of Theadelpheia</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">AD 98-AD 225</td> <td class="numbatt">97</td> <td class="pdf"><a href="../arch/archives/pdf/247.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=80">80</td> <td class="name">Petitions from Magdola</td> <td class="lang">Greek</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">BC 222-BC 218</td> <td class="numbatt">97</td> <td class="pdf"><a href="../arch/archives/pdf/80.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=154">154</td> <td class="name">Nikanor of Koptos</td> <td class="lang">Greek</td> <td class="type">private: professional</td> <td class="mat">pottery</td> <td class="date">BC 18-AD 69</td> <td class="numbatt">95</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=1">1</td> <td class="name">Flavius Abinnaeus praefectus alae</td> <td class="lang">Greek / Latin</td> <td class="type">official / private: individual (office holder)</td> <td class="mat">papyrus / pottery</td> <td class="date">AD 325-AD 375</td> <td class="numbatt">89</td> <td class="pdf"><a href="../arch/archives/pdf/1.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=28">28</td> <td class="name">Aurelius Asklepiades, Adelphios, Aurelia Charite and Demetria alias Ammonia</td> <td class="lang">Greek / Latin</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 200-AD 355</td> <td class="numbatt">83</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=250">250</td> <td class="name">Aion son of Sarapion and Valerius son of Antiourios</td> <td class="lang">Greek</td> <td class="type">private: family</td> <td class="mat">papyrus</td> <td class="date">AD 299-AD 399</td> <td class="numbatt">83</td> <td class="pdf"><a href="../arch/archives/pdf/250.pdf"><img src="../img/basic/pdf_icon.jpg"></a> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=621">621</td> <td class="name">Philokles</td> <td class="lang">Greek </td> <td class="type">private: correspondence</td> <td class="mat">pottery</td> <td class="date">AD 98-AD 138</td> <td class="numbatt">83</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=564">564</td> <td class="name">Amenothes son of Harbechis</td> <td class="lang">Demotic / Greek</td> <td class="type">private: tax receipts</td> <td class="mat">pottery</td> <td class="date">AD 118-AD 150</td> <td class="numbatt">81</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=193">193</td> <td class="name">Phoibammon son of Triadelphos</td> <td class="lang">Coptic / Greek / Latin</td> <td class="type">private</td> <td class="mat">papyrus</td> <td class="date">AD 500-AD 656</td> <td class="numbatt">79</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=55">55</td> <td class="name">Cohors XX Palmyrenorum</td> <td class="lang">Greek / Latin</td> <td class="type">official</td> <td class="mat">papyrus</td> <td class="date">AD 200-AD 256</td> <td class="numbatt">78</td> <td class="pdf"> </td> </tr><tr> <td class="TM_id"><a href="/arch/detail.php?arch_id=721">721</td> <td class="name">Harsiesis and his son Ouen-Amen-Heb</td> <td class="lang"></td> <td class="type"></td> <td class="mat"></td> <td class="date">BC 499-BC 375</td> <td class="numbatt">76</td> <td class="pdf"> </td> </tr> </tbody> </table> </div><!-- End tbl-content --> </div><!-- End row center-align --> <div class="goto-top"><img src="img/arrowtop.png" /><a href="#top">Back to top</a></div> </div><!-- End .container --> </div><!-- End .bg-dark --> <!-- Footer --> <!-- Footer --> <footer> <div class="wrapper"> <div class="flex"> <section class="footer-col"> <a href="../about">About Trismegistos</a> </section> <section class="footer-col"> <!--<a href="../guide.php">First time guide</a> & --><a href="../about_how_to_cite.php">How to cite</a><br> </section> <section class="footer-col"> <a href="../terms-of-use.html">Terms & conditions</a> </section> <section class="footer-col"> Contact: <script language="JavaScript"> var username = "mark.depauw"; var hostname = "kuleuven.be"; var linktext = "<i class='fa fa-envelope' aria-hidden='true'></i>"; document.write("<a class='social' href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a>"); </script> <a class="social" href="http://www.facebook.com/TrismegistosTM" target="_blank"><i class="fa fa-facebook-square fa-lg aria-hidden="true""></i></a> <a class="social" href="https://bsky.app/profile/TrismegistosTM.bsky.social" target="_blank"><img id="bluesky-logo" src="/img/bluesky.png"/></a> </section> <section class="footer-col"> Last update: <div id='updateplaceholder'></div> </section> <script> var xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", '/lastupdate.txt', false); xmlhttp.send(); if (xmlhttp.status==200) { result = xmlhttp.responseText; document.getElementById('updateplaceholder').innerHTML = result; } </script> <section class="footer-col"> <img id="kul-logo" src="/img/KUL_logo.png"/> </section> <section id="cc-license" class="footer-col"> <a rel="license" target="blank" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> </section> </div> </div> <!-- End footer.wrapper--> </footer> <!-- Cookie warning --> <div id='cookie_warning_box'> <p class="cookie-text">This site uses cookies to provide you with the best user experience. By using Trismegistos, you accept <a href='/terms-of-use.html'>our terms and conditions</a>, including the use of cookies.</p> <div id='close_cookie_warning' onClick='close_cookie_warning()'>X CLOSE</div> </div> <!-- End cookie warning --> <!-- Black screen --> <!-- End black screen --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10