-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConstants.cpp
30 lines (24 loc) · 103 KB
/
Constants.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#include "Constants.h"
#include <vector>
using namespace std;
Constants::Constants() {}
Constants::~Constants() {}
ALG Constants::ALGORITHM = Dstream;
DATATYPE Constants::DATA = Social;
int Constants::NUM_THREAD = 70;
int Constants::K = 3;
double Constants::BUDGET = 10;
// for social
double Constants::ALPHA = 0.5;
double Constants::BETA = 0.5;
double Constants::DELTA = 0.5;
double Constants::EPS_TAG = 0.5;
double Constants::RHO = 0.5;
double Constants::EPS = 0.1;
int Constants::NO_DENOISE_STEPS = 2;
/*
This cost_matrix will be generated automatically and will be remained each
test.
*/
vector<vector<double>> Constants::cost_matrix =
/*_*/{{1.64053,1.64053,1.64053},{1.56958,1.56958,1.56958},{1.90757,1.90757,1.90757},{1.59160,1.59160,1.59160},{2.15377,2.15377,2.15377},{2.07945,2.07945,2.07945},{2.01078,2.01078,2.01078},{1.25305,1.25305,1.25305},{2.28765,2.28765,2.28765},{1.43309,1.43309,1.43309},{2.78120,2.78120,2.78120},{2.90849,2.90849,2.90849},{2.29334,2.29334,2.29334},{1.41167,1.41167,1.41167},{1.98490,1.98490,1.98490},{1.67621,1.67621,1.67621},{2.73747,2.73747,2.73747},{1.58542,1.58542,1.58542},{2.91322,2.91322,2.91322},{2.59540,2.59540,2.59540},{2.85896,2.85896,2.85896},{1.12802,1.12802,1.12802},{1.09102,1.09102,1.09102},{2.85626,2.85626,2.85626},{2.92743,2.92743,2.92743},{1.03251,1.03251,1.03251},{2.94834,2.94834,2.94834},{1.75864,1.75864,1.75864},{1.77728,1.77728,1.77728},{1.46669,1.46669,1.46669},{1.83857,1.83857,1.83857},{1.12027,1.12027,1.12027},{1.76078,1.76078,1.76078},{2.79486,2.79486,2.79486},{2.91514,2.91514,2.91514},{2.30349,2.30349,2.30349},{1.12421,1.12421,1.12421},{1.71754,1.71754,1.71754},{1.98792,1.98792,1.98792},{1.80629,1.80629,1.80629},{2.20791,2.20791,2.20791},{1.41829,1.41829,1.41829},{1.23328,1.23328,1.23328},{1.07088,1.07088,1.07088},{1.73892,1.73892,1.73892},{2.57246,2.57246,2.57246},{1.15049,1.15049,1.15049},{1.80198,1.80198,1.80198},{1.12425,1.12425,1.12425},{1.45429,1.45429,1.45429},{2.94820,2.94820,2.94820},{1.81123,1.81123,1.81123},{2.46569,2.46569,2.46569},{1.77881,1.77881,1.77881},{2.11411,2.11411,2.11411},{2.05572,2.05572,2.05572},{1.80203,1.80203,1.80203},{1.85324,1.85324,1.85324},{1.25855,1.25855,1.25855},{1.00281,1.00281,1.00281},{2.31477,2.31477,2.31477},{2.25303,2.25303,2.25303},{1.73691,1.73691,1.73691},{1.48583,1.48583,1.48583},{2.24544,2.24544,2.24544},{2.99735,2.99735,2.99735},{2.06174,2.06174,2.06174},{1.10077,1.10077,1.10077},{1.66184,1.66184,1.66184},{2.95807,2.95807,2.95807},{1.93839,1.93839,1.93839},{2.99169,2.99169,2.99169},{1.79922,1.79922,1.79922},{1.11532,1.11532,1.11532},{1.54259,1.54259,1.54259},{1.32236,1.32236,1.32236},{2.12187,2.12187,2.12187},{1.14844,1.14844,1.14844},{1.14162,1.14162,1.14162},{1.01740,1.01740,1.01740},{1.12858,1.12858,1.12858},{1.94167,1.94167,1.94167},{1.22482,1.22482,1.22482},{2.99652,2.99652,2.99652},{1.61886,1.61886,1.61886},{2.41245,2.41245,2.41245},{2.49065,2.49065,2.49065},{1.78541,1.78541,1.78541},{2.09234,2.09234,2.09234},{1.90393,1.90393,1.90393},{1.31018,1.31018,1.31018},{2.65707,2.65707,2.65707},{1.89403,1.89403,1.89403},{1.00382,1.00382,1.00382},{2.40223,2.40223,2.40223},{1.77449,1.77449,1.77449},{1.83424,1.83424,1.83424},{1.74166,1.74166,1.74166},{1.76196,1.76196,1.76196},{2.42437,2.42437,2.42437},{1.82457,1.82457,1.82457},{1.83308,1.83308,1.83308},{1.94200,1.94200,1.94200},{1.14838,1.14838,1.14838},{1.01985,1.01985,1.01985},{2.16462,2.16462,2.16462},{1.00270,1.00270,1.00270},{1.66136,1.66136,1.66136},{2.35582,2.35582,2.35582},{1.61931,1.61931,1.61931},{1.15819,1.15819,1.15819},{2.54133,2.54133,2.54133},{1.82207,1.82207,1.82207},{2.47641,2.47641,2.47641},{1.87565,1.87565,1.87565},{1.45147,1.45147,1.45147},{1.45074,1.45074,1.45074},{1.16639,1.16639,1.16639},{2.38278,2.38278,2.38278},{1.25764,1.25764,1.25764},{2.15065,2.15065,2.15065},{2.96471,2.96471,2.96471},{2.77005,2.77005,2.77005},{2.03607,2.03607,2.03607},{1.42058,1.42058,1.42058},{1.03943,1.03943,1.03943},{1.01533,1.01533,1.01533},{1.28956,1.28956,1.28956},{1.01711,1.01711,1.01711},{2.92486,2.92486,2.92486},{1.52047,1.52047,1.52047},{1.10513,1.10513,1.10513},{1.25702,1.25702,1.25702},{2.43129,2.43129,2.43129},{2.25709,2.25709,2.25709},{2.44990,2.44990,2.44990},{1.48396,1.48396,1.48396},{2.86923,2.86923,2.86923},{2.28976,2.28976,2.28976},{1.56637,1.56637,1.56637},{2.45112,2.45112,2.45112},{2.54312,2.54312,2.54312},{2.66047,2.66047,2.66047},{1.99431,1.99431,1.99431},{2.20211,2.20211,2.20211},{1.00413,1.00413,1.00413},{2.22349,2.22349,2.22349},{1.81248,1.81248,1.81248},{2.66257,2.66257,2.66257},{2.36535,2.36535,2.36535},{1.35032,1.35032,1.35032},{2.27315,2.27315,2.27315},{1.83005,1.83005,1.83005},{1.42960,1.42960,1.42960},{2.37622,2.37622,2.37622},{1.69682,1.69682,1.69682},{1.16404,1.16404,1.16404},{2.51941,2.51941,2.51941},{2.24720,2.24720,2.24720},{2.50777,2.50777,2.50777},{1.71885,1.71885,1.71885},{2.38298,2.38298,2.38298},{1.28312,1.28312,1.28312},{2.43032,2.43032,2.43032},{2.18438,2.18438,2.18438},{2.19524,2.19524,2.19524},{1.16283,1.16283,1.16283},{2.07053,2.07053,2.07053},{1.22204,1.22204,1.22204},{1.37612,1.37612,1.37612},{1.89772,1.89772,1.89772},{2.84643,2.84643,2.84643},{2.87523,2.87523,2.87523},{2.41240,2.41240,2.41240},{2.32067,2.32067,2.32067},{2.13533,2.13533,2.13533},{1.72417,1.72417,1.72417},{2.01010,2.01010,2.01010},{1.51520,1.51520,1.51520},{1.31535,1.31535,1.31535},{2.89348,2.89348,2.89348},{2.10692,2.10692,2.10692},{1.00625,1.00625,1.00625},{1.21027,1.21027,1.21027},{1.96934,1.96934,1.96934},{1.94156,1.94156,1.94156},{2.02828,2.02828,2.02828},{2.16227,2.16227,2.16227},{1.29101,1.29101,1.29101},{2.47062,2.47062,2.47062},{2.18970,2.18970,2.18970},{1.68632,1.68632,1.68632},{1.84868,1.84868,1.84868},{1.70855,1.70855,1.70855},{1.34064,1.34064,1.34064},{1.24657,1.24657,1.24657},{1.67121,1.67121,1.67121},{1.66391,1.66391,1.66391},{1.98997,1.98997,1.98997},{2.52961,2.52961,2.52961},{2.02099,2.02099,2.02099},{2.51483,2.51483,2.51483},{2.22342,2.22342,2.22342},{1.35567,1.35567,1.35567},{1.82308,1.82308,1.82308},{2.90766,2.90766,2.90766},{1.07658,1.07658,1.07658},{2.76587,2.76587,2.76587},{1.68006,1.68006,1.68006},{2.08223,2.08223,2.08223},{2.37134,2.37134,2.37134},{2.29222,2.29222,2.29222},{1.74579,1.74579,1.74579},{1.95965,1.95965,1.95965},{1.09141,1.09141,1.09141},{1.54398,1.54398,1.54398},{1.60281,1.60281,1.60281},{1.68340,1.68340,1.68340},{2.07467,2.07467,2.07467},{2.94645,2.94645,2.94645},{2.99416,2.99416,2.99416},{2.22833,2.22833,2.22833},{1.66794,1.66794,1.66794},{2.87426,2.87426,2.87426},{2.45101,2.45101,2.45101},{1.66542,1.66542,1.66542},{2.92473,2.92473,2.92473},{2.12670,2.12670,2.12670},{2.98511,2.98511,2.98511},{1.18946,1.18946,1.18946},{1.93043,1.93043,1.93043},{1.69877,1.69877,1.69877},{1.67023,1.67023,1.67023},{1.46927,1.46927,1.46927},{1.97806,1.97806,1.97806},{1.84029,1.84029,1.84029},{1.68880,1.68880,1.68880},{2.19481,2.19481,2.19481},{2.97638,2.97638,2.97638},{2.77710,2.77710,2.77710},{2.12249,2.12249,2.12249},{2.25241,2.25241,2.25241},{1.42357,1.42357,1.42357},{1.04644,1.04644,1.04644},{2.80952,2.80952,2.80952},{2.56422,2.56422,2.56422},{1.00406,1.00406,1.00406},{1.73938,1.73938,1.73938},{2.92432,2.92432,2.92432},{2.75603,2.75603,2.75603},{2.86663,2.86663,2.86663},{2.67408,2.67408,2.67408},{1.76098,1.76098,1.76098},{1.25159,1.25159,1.25159},{1.21907,1.21907,1.21907},{2.12787,2.12787,2.12787},{2.67080,2.67080,2.67080},{2.13378,2.13378,2.13378},{1.63444,1.63444,1.63444},{1.63981,1.63981,1.63981},{2.74619,2.74619,2.74619},{1.85403,1.85403,1.85403},{1.89497,1.89497,1.89497},{2.40623,2.40623,2.40623},{1.62927,1.62927,1.62927},{2.13153,2.13153,2.13153},{1.57141,1.57141,1.57141},{2.68650,2.68650,2.68650},{1.49307,1.49307,1.49307},{2.02370,2.02370,2.02370},{1.84793,1.84793,1.84793},{1.37082,1.37082,1.37082},{2.10594,2.10594,2.10594},{1.56420,1.56420,1.56420},{1.95775,1.95775,1.95775},{2.90391,2.90391,2.90391},{1.57898,1.57898,1.57898},{2.42953,2.42953,2.42953},{1.00272,1.00272,1.00272},{1.16441,1.16441,1.16441},{1.18479,1.18479,1.18479},{2.26290,2.26290,2.26290},{1.74701,1.74701,1.74701},{2.00472,2.00472,2.00472},{1.81995,1.81995,1.81995},{2.32366,2.32366,2.32366},{2.28174,2.28174,2.28174},{1.61005,1.61005,1.61005},{2.54834,2.54834,2.54834},{2.15863,2.15863,2.15863},{2.62508,2.62508,2.62508},{2.98618,2.98618,2.98618},{2.58365,2.58365,2.58365},{2.05537,2.05537,2.05537},{2.41841,2.41841,2.41841},{1.06724,1.06724,1.06724},{1.23892,1.23892,1.23892},{1.91529,1.91529,1.91529},{1.07961,1.07961,1.07961},{1.64746,1.64746,1.64746},{1.55613,1.55613,1.55613},{2.48732,2.48732,2.48732},{1.75384,1.75384,1.75384},{2.98646,2.98646,2.98646},{1.16042,1.16042,1.16042},{2.43721,2.43721,2.43721},{2.07928,2.07928,2.07928},{1.75582,1.75582,1.75582},{2.23859,2.23859,2.23859},{2.66932,2.66932,2.66932},{2.00265,2.00265,2.00265},{2.66939,2.66939,2.66939},{1.81256,1.81256,1.81256},{1.59156,1.59156,1.59156},{1.46040,1.46040,1.46040},{2.10239,2.10239,2.10239},{2.29307,2.29307,2.29307},{1.75652,1.75652,1.75652},{1.61320,1.61320,1.61320},{1.79227,1.79227,1.79227},{2.29415,2.29415,2.29415},{1.92815,1.92815,1.92815},{1.42418,1.42418,1.42418},{1.51782,1.51782,1.51782},{2.75443,2.75443,2.75443},{2.63925,2.63925,2.63925},{2.26649,2.26649,2.26649},{2.43960,2.43960,2.43960},{1.48575,1.48575,1.48575},{2.37437,2.37437,2.37437},{1.85048,1.85048,1.85048},{2.36134,2.36134,2.36134},{1.50822,1.50822,1.50822},{2.33145,2.33145,2.33145},{2.03587,2.03587,2.03587},{2.62445,2.62445,2.62445},{1.34873,1.34873,1.34873},{2.08305,2.08305,2.08305},{2.04558,2.04558,2.04558},{2.82475,2.82475,2.82475},{2.68069,2.68069,2.68069},{1.59052,1.59052,1.59052},{2.68483,2.68483,2.68483},{1.22749,1.22749,1.22749},{2.48387,2.48387,2.48387},{2.73680,2.73680,2.73680},{2.69315,2.69315,2.69315},{2.16765,2.16765,2.16765},{2.20327,2.20327,2.20327},{1.40592,1.40592,1.40592},{1.25649,1.25649,1.25649},{2.66086,2.66086,2.66086},{2.45126,2.45126,2.45126},{1.93400,1.93400,1.93400},{1.71402,1.71402,1.71402},{2.14369,2.14369,2.14369},{1.46426,1.46426,1.46426},{2.69130,2.69130,2.69130},{2.86611,2.86611,2.86611},{2.11009,2.11009,2.11009},{1.09942,1.09942,1.09942},{2.07581,2.07581,2.07581},{1.63253,1.63253,1.63253},{1.51408,1.51408,1.51408},{2.23487,2.23487,2.23487},{1.96230,1.96230,1.96230},{1.94517,1.94517,1.94517},{1.76252,1.76252,1.76252},{1.72842,1.72842,1.72842},{2.73970,2.73970,2.73970},{1.08049,1.08049,1.08049},{1.60977,1.60977,1.60977},{2.12971,2.12971,2.12971},{1.86273,1.86273,1.86273},{2.79365,2.79365,2.79365},{1.80778,1.80778,1.80778},{1.11293,1.11293,1.11293},{2.77490,2.77490,2.77490},{2.12940,2.12940,2.12940},{2.33084,2.33084,2.33084},{2.72642,2.72642,2.72642},{1.79188,1.79188,1.79188},{1.57319,1.57319,1.57319},{2.13903,2.13903,2.13903},{1.56103,1.56103,1.56103},{2.74163,2.74163,2.74163},{1.29405,1.29405,1.29405},{1.73842,1.73842,1.73842},{1.34178,1.34178,1.34178},{1.54096,1.54096,1.54096},{2.99494,2.99494,2.99494},{1.77208,1.77208,1.77208},{2.48446,2.48446,2.48446},{1.83416,1.83416,1.83416},{2.05347,2.05347,2.05347},{2.94156,2.94156,2.94156},{1.33920,1.33920,1.33920},{2.00130,2.00130,2.00130},{1.16672,1.16672,1.16672},{1.99100,1.99100,1.99100},{2.32215,2.32215,2.32215},{1.95905,1.95905,1.95905},{1.91233,1.91233,1.91233},{2.28013,2.28013,2.28013},{1.77830,1.77830,1.77830},{1.72773,1.72773,1.72773},{1.24342,1.24342,1.24342},{1.59459,1.59459,1.59459},{2.95270,2.95270,2.95270},{2.65630,2.65630,2.65630},{1.14130,1.14130,1.14130},{2.11488,2.11488,2.11488},{1.46076,1.46076,1.46076},{1.16391,1.16391,1.16391},{2.36748,2.36748,2.36748},{1.14088,1.14088,1.14088},{1.37077,1.37077,1.37077},{2.31936,2.31936,2.31936},{2.36849,2.36849,2.36849},{2.83403,2.83403,2.83403},{1.24844,1.24844,1.24844},{2.46862,2.46862,2.46862},{2.74913,2.74913,2.74913},{1.82388,1.82388,1.82388},{2.28585,2.28585,2.28585},{1.85529,1.85529,1.85529},{2.41216,2.41216,2.41216},{2.80196,2.80196,2.80196},{2.87526,2.87526,2.87526},{1.02645,1.02645,1.02645},{1.36021,1.36021,1.36021},{1.13818,1.13818,1.13818},{1.09837,1.09837,1.09837},{1.59281,1.59281,1.59281},{2.15357,2.15357,2.15357},{2.93824,2.93824,2.93824},{1.92758,1.92758,1.92758},{2.24462,2.24462,2.24462},{1.53785,1.53785,1.53785},{2.34845,2.34845,2.34845},{2.82414,2.82414,2.82414},{1.02135,1.02135,1.02135},{2.38293,2.38293,2.38293},{1.15757,1.15757,1.15757},{2.70453,2.70453,2.70453},{2.27435,2.27435,2.27435},{2.39841,2.39841,2.39841},{2.62024,2.62024,2.62024},{2.71893,2.71893,2.71893},{1.45748,1.45748,1.45748},{1.36309,1.36309,1.36309},{2.54830,2.54830,2.54830},{1.95951,1.95951,1.95951},{2.90938,2.90938,2.90938},{2.91476,2.91476,2.91476},{1.88059,1.88059,1.88059},{2.30911,2.30911,2.30911},{1.36109,1.36109,1.36109},{1.86453,1.86453,1.86453},{1.54204,1.54204,1.54204},{2.40644,2.40644,2.40644},{1.34487,1.34487,1.34487},{2.63097,2.63097,2.63097},{2.55599,2.55599,2.55599},{2.69112,2.69112,2.69112},{2.68448,2.68448,2.68448},{2.36781,2.36781,2.36781},{2.81225,2.81225,2.81225},{1.16942,1.16942,1.16942},{1.70559,1.70559,1.70559},{1.95285,1.95285,1.95285},{1.11426,1.11426,1.11426},{1.03569,1.03569,1.03569},{2.72966,2.72966,2.72966},{2.71749,2.71749,2.71749},{2.02814,2.02814,2.02814},{1.03411,1.03411,1.03411},{1.34232,1.34232,1.34232},{1.10880,1.10880,1.10880},{1.35293,1.35293,1.35293},{2.47726,2.47726,2.47726},{1.65599,1.65599,1.65599},{1.03994,1.03994,1.03994},{1.83040,1.83040,1.83040},{1.00675,1.00675,1.00675},{1.94669,1.94669,1.94669},{2.87312,2.87312,2.87312},{1.09096,1.09096,1.09096},{2.02199,2.02199,2.02199},{1.76871,1.76871,1.76871},{2.06986,2.06986,2.06986},{2.33039,2.33039,2.33039},{1.66770,1.66770,1.66770},{2.37574,2.37574,2.37574},{2.38703,2.38703,2.38703},{2.11422,2.11422,2.11422},{1.92633,1.92633,1.92633},{2.96911,2.96911,2.96911},{1.81700,1.81700,1.81700},{1.84995,1.84995,1.84995},{1.66415,1.66415,1.66415},{2.93192,2.93192,2.93192},{2.57493,2.57493,2.57493},{1.19732,1.19732,1.19732},{2.58506,2.58506,2.58506},{1.91113,1.91113,1.91113},{2.70184,2.70184,2.70184},{2.40373,2.40373,2.40373},{1.38509,1.38509,1.38509},{1.61549,1.61549,1.61549},{2.15673,2.15673,2.15673},{1.41134,1.41134,1.41134},{1.55609,1.55609,1.55609},{2.99540,2.99540,2.99540},{2.86146,2.86146,2.86146},{2.23064,2.23064,2.23064},{1.70846,1.70846,1.70846},{1.25393,1.25393,1.25393},{2.79960,2.79960,2.79960},{2.99070,2.99070,2.99070},{1.32717,1.32717,1.32717},{2.92568,2.92568,2.92568},{1.69838,1.69838,1.69838},{1.97815,1.97815,1.97815},{2.25203,2.25203,2.25203},{1.41128,1.41128,1.41128},{1.86870,1.86870,1.86870},{1.71844,1.71844,1.71844},{2.12293,2.12293,2.12293},{1.94454,1.94454,1.94454},{2.54634,2.54634,2.54634},{2.17313,2.17313,2.17313},{2.60522,2.60522,2.60522},{1.13038,1.13038,1.13038},{1.40564,1.40564,1.40564},{1.27248,1.27248,1.27248},{1.14762,1.14762,1.14762},{2.47505,2.47505,2.47505},{2.99382,2.99382,2.99382},{1.94787,1.94787,1.94787},{2.42698,2.42698,2.42698},{2.56345,2.56345,2.56345},{2.61256,2.61256,2.61256},{1.57385,1.57385,1.57385},{2.18770,2.18770,2.18770},{1.70726,1.70726,1.70726},{1.51590,1.51590,1.51590},{1.89799,1.89799,1.89799},{1.26283,1.26283,1.26283},{1.46805,1.46805,1.46805},{2.67110,2.67110,2.67110},{1.26035,1.26035,1.26035},{1.58659,1.58659,1.58659},{2.83949,2.83949,2.83949},{1.83225,1.83225,1.83225},{1.47963,1.47963,1.47963},{1.85877,1.85877,1.85877},{2.12592,2.12592,2.12592},{2.35784,2.35784,2.35784},{2.42139,2.42139,2.42139},{1.26679,1.26679,1.26679},{2.18075,2.18075,2.18075},{2.03500,2.03500,2.03500},{1.67659,1.67659,1.67659},{1.42163,1.42163,1.42163},{1.40313,1.40313,1.40313},{1.81935,1.81935,1.81935},{1.75673,1.75673,1.75673},{2.02423,2.02423,2.02423},{1.54160,1.54160,1.54160},{1.19612,1.19612,1.19612},{2.73421,2.73421,2.73421},{1.38058,1.38058,1.38058},{1.17234,1.17234,1.17234},{2.25426,2.25426,2.25426},{1.57140,1.57140,1.57140},{1.99596,1.99596,1.99596},{1.22413,1.22413,1.22413},{1.84328,1.84328,1.84328},{2.72120,2.72120,2.72120},{1.53605,1.53605,1.53605},{2.23643,2.23643,2.23643},{1.97568,1.97568,1.97568},{2.21353,2.21353,2.21353},{2.97339,2.97339,2.97339},{1.95949,1.95949,1.95949},{1.06934,1.06934,1.06934},{1.72753,1.72753,1.72753},{2.26906,2.26906,2.26906},{1.16450,1.16450,1.16450},{1.77831,1.77831,1.77831},{1.07434,1.07434,1.07434},{1.02883,1.02883,1.02883},{2.69186,2.69186,2.69186},{1.04575,1.04575,1.04575},{2.89989,2.89989,2.89989},{1.59779,1.59779,1.59779},{2.68850,2.68850,2.68850},{1.45799,1.45799,1.45799},{2.28859,2.28859,2.28859},{1.14677,1.14677,1.14677},{2.93893,2.93893,2.93893},{1.91355,1.91355,1.91355},{1.90269,1.90269,1.90269},{1.75364,1.75364,1.75364},{2.76527,2.76527,2.76527},{2.11628,2.11628,2.11628},{2.18742,2.18742,2.18742},{1.95264,1.95264,1.95264},{1.37512,1.37512,1.37512},{2.15251,2.15251,2.15251},{2.10551,2.10551,2.10551},{1.25381,1.25381,1.25381},{1.48525,1.48525,1.48525},{1.39127,1.39127,1.39127},{2.94156,2.94156,2.94156},{1.30769,1.30769,1.30769},{1.79947,1.79947,1.79947},{2.98703,2.98703,2.98703},{2.13622,2.13622,2.13622},{1.08655,1.08655,1.08655},{1.06645,1.06645,1.06645},{2.04736,2.04736,2.04736},{1.73117,1.73117,1.73117},{1.06629,1.06629,1.06629},{1.60255,1.60255,1.60255},{2.17217,2.17217,2.17217},{2.36475,2.36475,2.36475},{2.31278,2.31278,2.31278},{2.33717,2.33717,2.33717},{2.38755,2.38755,2.38755},{2.73214,2.73214,2.73214},{2.36053,2.36053,2.36053},{2.61586,2.61586,2.61586},{2.68877,2.68877,2.68877},{1.10438,1.10438,1.10438},{2.37985,2.37985,2.37985},{2.30545,2.30545,2.30545},{1.99704,1.99704,1.99704},{2.96065,2.96065,2.96065},{2.17204,2.17204,2.17204},{2.00201,2.00201,2.00201},{1.49941,1.49941,1.49941},{2.11543,2.11543,2.11543},{1.88136,1.88136,1.88136},{1.32822,1.32822,1.32822},{1.21688,1.21688,1.21688},{2.70805,2.70805,2.70805},{2.04219,2.04219,2.04219},{1.80082,1.80082,1.80082},{1.25996,1.25996,1.25996},{1.94321,1.94321,1.94321},{2.03341,2.03341,2.03341},{2.82759,2.82759,2.82759},{1.81373,1.81373,1.81373},{2.64242,2.64242,2.64242},{2.54083,2.54083,2.54083},{2.73526,2.73526,2.73526},{2.96072,2.96072,2.96072},{1.12489,1.12489,1.12489},{1.90260,1.90260,1.90260},{2.64766,2.64766,2.64766},{2.50874,2.50874,2.50874},{2.02227,2.02227,2.02227},{1.50175,1.50175,1.50175},{1.37346,1.37346,1.37346},{2.69894,2.69894,2.69894},{2.92556,2.92556,2.92556},{2.92500,2.92500,2.92500},{2.62468,2.62468,2.62468},{1.18713,1.18713,1.18713},{1.86322,1.86322,1.86322},{2.16831,2.16831,2.16831},{1.55560,1.55560,1.55560},{2.73329,2.73329,2.73329},{1.66786,1.66786,1.66786},{1.16110,1.16110,1.16110},{2.31701,2.31701,2.31701},{2.85528,2.85528,2.85528},{1.75096,1.75096,1.75096},{2.98592,2.98592,2.98592},{1.32502,1.32502,1.32502},{1.51286,1.51286,1.51286},{1.68235,1.68235,1.68235},{1.10925,1.10925,1.10925},{2.08778,2.08778,2.08778},{2.33205,2.33205,2.33205},{1.45480,1.45480,1.45480},{1.78458,1.78458,1.78458},{1.46415,1.46415,1.46415},{1.95372,1.95372,1.95372},{2.52602,2.52602,2.52602},{1.75950,1.75950,1.75950},{1.95215,1.95215,1.95215},{1.05673,1.05673,1.05673},{1.89876,1.89876,1.89876},{2.09432,2.09432,2.09432},{2.79740,2.79740,2.79740},{2.21483,2.21483,2.21483},{1.68749,1.68749,1.68749},{1.94547,1.94547,1.94547},{2.37799,2.37799,2.37799},{1.14683,1.14683,1.14683},{1.25335,1.25335,1.25335},{2.45478,2.45478,2.45478},{1.37989,1.37989,1.37989},{1.50844,1.50844,1.50844},{1.93180,1.93180,1.93180},{1.95376,1.95376,1.95376},{1.28394,1.28394,1.28394},{1.76132,1.76132,1.76132},{1.07231,1.07231,1.07231},{2.86356,2.86356,2.86356},{2.31680,2.31680,2.31680},{1.10440,1.10440,1.10440},{1.86505,1.86505,1.86505},{1.65574,1.65574,1.65574},{1.17043,1.17043,1.17043},{2.88668,2.88668,2.88668},{2.01474,2.01474,2.01474},{1.31856,1.31856,1.31856},{1.89011,1.89011,1.89011},{2.17261,2.17261,2.17261},{1.85054,1.85054,1.85054},{2.67259,2.67259,2.67259},{1.22381,1.22381,1.22381},{2.45625,2.45625,2.45625},{1.34351,1.34351,1.34351},{1.79225,1.79225,1.79225},{1.44456,1.44456,1.44456},{2.72035,2.72035,2.72035},{2.32123,2.32123,2.32123},{2.23566,2.23566,2.23566},{1.90738,1.90738,1.90738},{2.14666,2.14666,2.14666},{1.64673,1.64673,1.64673},{1.43913,1.43913,1.43913},{1.27361,1.27361,1.27361},{1.26861,1.26861,1.26861},{1.95816,1.95816,1.95816},{1.40268,1.40268,1.40268},{1.58392,1.58392,1.58392},{2.31508,2.31508,2.31508},{2.91173,2.91173,2.91173},{1.53915,1.53915,1.53915},{2.28140,2.28140,2.28140},{1.11988,1.11988,1.11988},{2.92265,2.92265,2.92265},{1.04152,1.04152,1.04152},{2.73442,2.73442,2.73442},{1.28740,1.28740,1.28740},{1.49081,1.49081,1.49081},{2.85837,2.85837,2.85837},{1.93535,1.93535,1.93535},{2.17649,2.17649,2.17649},{2.40492,2.40492,2.40492},{2.41665,2.41665,2.41665},{2.79512,2.79512,2.79512},{2.33367,2.33367,2.33367},{2.43741,2.43741,2.43741},{2.84202,2.84202,2.84202},{1.21835,1.21835,1.21835},{2.95853,2.95853,2.95853},{1.08800,1.08800,1.08800},{1.38195,1.38195,1.38195},{1.25171,1.25171,1.25171},{2.50161,2.50161,2.50161},{1.20933,1.20933,1.20933},{2.31962,2.31962,2.31962},{2.76680,2.76680,2.76680},{2.66650,2.66650,2.66650},{1.80238,1.80238,1.80238},{1.47487,1.47487,1.47487},{1.96652,1.96652,1.96652},{2.69583,2.69583,2.69583},{1.17667,1.17667,1.17667},{2.87806,2.87806,2.87806},{1.29660,1.29660,1.29660},{1.61299,1.61299,1.61299},{1.79719,1.79719,1.79719},{2.24712,2.24712,2.24712},{2.33579,2.33579,2.33579},{2.59213,2.59213,2.59213},{1.43035,1.43035,1.43035},{2.99782,2.99782,2.99782},{1.69485,1.69485,1.69485},{2.77866,2.77866,2.77866},{2.52200,2.52200,2.52200},{2.25052,2.25052,2.25052},{1.92183,1.92183,1.92183},{2.30762,2.30762,2.30762},{2.58956,2.58956,2.58956},{2.82168,2.82168,2.82168},{2.54496,2.54496,2.54496},{1.95231,1.95231,1.95231},{1.93887,1.93887,1.93887},{1.43668,1.43668,1.43668},{1.00398,1.00398,1.00398},{2.70144,2.70144,2.70144},{1.97209,1.97209,1.97209},{2.31346,2.31346,2.31346},{2.17472,2.17472,2.17472},{1.15786,1.15786,1.15786},{1.57876,1.57876,1.57876},{1.43765,1.43765,1.43765},{1.06568,1.06568,1.06568},{2.76855,2.76855,2.76855},{1.06630,1.06630,1.06630},{1.46438,1.46438,1.46438},{2.42773,2.42773,2.42773},{1.90693,1.90693,1.90693},{2.91561,2.91561,2.91561},{1.52686,1.52686,1.52686},{1.95802,1.95802,1.95802},{1.98394,1.98394,1.98394},{2.69759,2.69759,2.69759},{1.43752,1.43752,1.43752},{2.42072,2.42072,2.42072},{2.61284,2.61284,2.61284},{1.29518,1.29518,1.29518},{2.79837,2.79837,2.79837},{2.88772,2.88772,2.88772},{2.53861,2.53861,2.53861},{2.11893,2.11893,2.11893},{2.89513,2.89513,2.89513},{1.70805,1.70805,1.70805},{2.18824,2.18824,2.18824},{2.98600,2.98600,2.98600},{2.34645,2.34645,2.34645},{2.48203,2.48203,2.48203},{1.31521,1.31521,1.31521},{1.05914,1.05914,1.05914},{2.21841,2.21841,2.21841},{1.48849,1.48849,1.48849},{1.21743,1.21743,1.21743},{2.88345,2.88345,2.88345},{2.34418,2.34418,2.34418},{1.65553,1.65553,1.65553},{2.55478,2.55478,2.55478},{1.94954,1.94954,1.94954},{2.29355,2.29355,2.29355},{2.87897,2.87897,2.87897},{1.15223,1.15223,1.15223},{2.90796,2.90796,2.90796},{2.22910,2.22910,2.22910},{2.48212,2.48212,2.48212},{1.83281,1.83281,1.83281},{1.54023,1.54023,1.54023},{2.47458,2.47458,2.47458},{1.68891,1.68891,1.68891},{1.64994,1.64994,1.64994},{2.02576,2.02576,2.02576},{1.43441,1.43441,1.43441},{1.90794,1.90794,1.90794},{2.34033,2.34033,2.34033},{2.44760,2.44760,2.44760},{2.66097,2.66097,2.66097},{1.78846,1.78846,1.78846},{1.05815,1.05815,1.05815},{1.39339,1.39339,1.39339},{1.83104,1.83104,1.83104},{1.84901,1.84901,1.84901},{2.72702,2.72702,2.72702},{1.88782,1.88782,1.88782},{2.63648,2.63648,2.63648},{2.95148,2.95148,2.95148},{2.17066,2.17066,2.17066},{1.56243,1.56243,1.56243},{1.19628,1.19628,1.19628},{2.47281,2.47281,2.47281},{1.86599,1.86599,1.86599},{1.39660,1.39660,1.39660},{1.50163,1.50163,1.50163},{1.74031,1.74031,1.74031},{1.40832,1.40832,1.40832},{1.47622,1.47622,1.47622},{2.86618,2.86618,2.86618},{2.16695,2.16695,2.16695},{2.72176,2.72176,2.72176},{2.24540,2.24540,2.24540},{1.12140,1.12140,1.12140},{1.88224,1.88224,1.88224},{1.99491,1.99491,1.99491},{2.76495,2.76495,2.76495},{2.05994,2.05994,2.05994},{2.84584,2.84584,2.84584},{2.39499,2.39499,2.39499},{1.47180,1.47180,1.47180},{1.59453,1.59453,1.59453},{2.09759,2.09759,2.09759},{1.84265,1.84265,1.84265},{1.41819,1.41819,1.41819},{1.81336,1.81336,1.81336},{2.49252,2.49252,2.49252},{2.12771,2.12771,2.12771},{2.77715,2.77715,2.77715},{1.13714,1.13714,1.13714},{2.44043,2.44043,2.44043},{2.75837,2.75837,2.75837},{1.30124,1.30124,1.30124},{2.05017,2.05017,2.05017},{2.16451,2.16451,2.16451},{2.49761,2.49761,2.49761},{2.92738,2.92738,2.92738},{2.65153,2.65153,2.65153},{2.79121,2.79121,2.79121},{2.41837,2.41837,2.41837},{1.79983,1.79983,1.79983},{1.23420,1.23420,1.23420},{1.33215,1.33215,1.33215},{1.60670,1.60670,1.60670},{2.79980,2.79980,2.79980},{1.50351,1.50351,1.50351},{2.47280,2.47280,2.47280},{2.13300,2.13300,2.13300},{1.59048,1.59048,1.59048},{2.16212,2.16212,2.16212},{1.48747,1.48747,1.48747},{2.21680,2.21680,2.21680},{1.14743,1.14743,1.14743},{1.63955,1.63955,1.63955},{1.05000,1.05000,1.05000},{1.82046,1.82046,1.82046},{1.31272,1.31272,1.31272},{1.06511,1.06511,1.06511},{2.85798,2.85798,2.85798},{2.48167,2.48167,2.48167},{1.32111,1.32111,1.32111},{2.85453,2.85453,2.85453},{2.20525,2.20525,2.20525},{2.63629,2.63629,2.63629},{1.15506,1.15506,1.15506},{2.45900,2.45900,2.45900},{1.80682,1.80682,1.80682},{1.15063,1.15063,1.15063},{1.80544,1.80544,1.80544},{1.01381,1.01381,1.01381},{2.10610,2.10610,2.10610},{1.62300,1.62300,1.62300},{2.56940,2.56940,2.56940},{1.91633,1.91633,1.91633},{1.19865,1.19865,1.19865},{2.51065,2.51065,2.51065},{1.05706,1.05706,1.05706},{1.73883,1.73883,1.73883},{1.61043,1.61043,1.61043},{2.19485,2.19485,2.19485},{1.00703,1.00703,1.00703},{1.98862,1.98862,1.98862},{2.00003,2.00003,2.00003},{2.82919,2.82919,2.82919},{1.62180,1.62180,1.62180},{2.89732,2.89732,2.89732},{2.63273,2.63273,2.63273},{1.17379,1.17379,1.17379},{1.33010,1.33010,1.33010},{2.21247,2.21247,2.21247},{1.37849,1.37849,1.37849},{1.61416,1.61416,1.61416},{1.09540,1.09540,1.09540},{1.68102,1.68102,1.68102},{1.63872,1.63872,1.63872},{2.40072,2.40072,2.40072},{1.35982,1.35982,1.35982},{2.28853,2.28853,2.28853},{1.46130,1.46130,1.46130},{1.63932,1.63932,1.63932},{1.83416,1.83416,1.83416},{1.57633,1.57633,1.57633},{1.49057,1.49057,1.49057},{2.43363,2.43363,2.43363},{2.67541,2.67541,2.67541},{1.07449,1.07449,1.07449},{1.21957,1.21957,1.21957},{1.43043,1.43043,1.43043},{1.48874,1.48874,1.48874},{1.87574,1.87574,1.87574},{2.73322,2.73322,2.73322},{2.33035,2.33035,2.33035},{1.20165,1.20165,1.20165},{1.26310,1.26310,1.26310},{2.65894,2.65894,2.65894},{2.15373,2.15373,2.15373},{2.54958,2.54958,2.54958},{1.23438,1.23438,1.23438},{1.60302,1.60302,1.60302},{1.87495,1.87495,1.87495},{1.20361,1.20361,1.20361},{2.31552,2.31552,2.31552},{1.55395,1.55395,1.55395},{1.57020,1.57020,1.57020},{1.55371,1.55371,1.55371},{2.05251,2.05251,2.05251},{2.48629,2.48629,2.48629},{2.44441,2.44441,2.44441},{2.99676,2.99676,2.99676},{1.32015,1.32015,1.32015},{2.01482,2.01482,2.01482},{1.25168,1.25168,1.25168},{2.05819,2.05819,2.05819},{2.91474,2.91474,2.91474},{1.39095,1.39095,1.39095},{1.52359,1.52359,1.52359},{2.46818,2.46818,2.46818},{2.46528,2.46528,2.46528},{2.74819,2.74819,2.74819},{2.57170,2.57170,2.57170},{1.14012,1.14012,1.14012},{2.51042,2.51042,2.51042},{2.05766,2.05766,2.05766},{1.57369,1.57369,1.57369},{2.45827,2.45827,2.45827},{2.63885,2.63885,2.63885},{1.39955,1.39955,1.39955},{2.84503,2.84503,2.84503},{1.17661,1.17661,1.17661},{2.35939,2.35939,2.35939},{1.14358,1.14358,1.14358},{1.08339,1.08339,1.08339},{1.92689,1.92689,1.92689},{2.84510,2.84510,2.84510},{1.36177,1.36177,1.36177},{2.85159,2.85159,2.85159},{1.12554,1.12554,1.12554},{1.07617,1.07617,1.07617},{2.57607,2.57607,2.57607},{1.75600,1.75600,1.75600},{1.87073,1.87073,1.87073},{2.85065,2.85065,2.85065},{2.49627,2.49627,2.49627},{2.31061,2.31061,2.31061},{1.20060,1.20060,1.20060},{1.22474,1.22474,1.22474},{2.31708,2.31708,2.31708},{1.82923,1.82923,1.82923},{1.82025,1.82025,1.82025},{2.20382,2.20382,2.20382},{2.13720,2.13720,2.13720},{1.50272,1.50272,1.50272},{1.63377,1.63377,1.63377},{2.05739,2.05739,2.05739},{2.42179,2.42179,2.42179},{2.58120,2.58120,2.58120},{1.79294,1.79294,1.79294},{2.06553,2.06553,2.06553},{2.75233,2.75233,2.75233},{2.17334,2.17334,2.17334},{2.71376,2.71376,2.71376},{1.87574,1.87574,1.87574},{2.44740,2.44740,2.44740},{1.20883,1.20883,1.20883},{2.66461,2.66461,2.66461},{1.21942,1.21942,1.21942},{1.88537,1.88537,1.88537},{2.95085,2.95085,2.95085},{2.03353,2.03353,2.03353},{2.15734,2.15734,2.15734},{2.53062,2.53062,2.53062},{1.29272,1.29272,1.29272},{1.26034,1.26034,1.26034},{2.81122,2.81122,2.81122},{1.30408,1.30408,1.30408},{2.85627,2.85627,2.85627},{1.10513,1.10513,1.10513},{1.27361,1.27361,1.27361},{1.14120,1.14120,1.14120},{1.53736,1.53736,1.53736},{2.00247,2.00247,2.00247},{2.91962,2.91962,2.91962},{1.94220,1.94220,1.94220},{1.56974,1.56974,1.56974},{1.19125,1.19125,1.19125},{1.73583,1.73583,1.73583},{1.00616,1.00616,1.00616},{2.13062,2.13062,2.13062},{1.16359,1.16359,1.16359},{1.28131,1.28131,1.28131},{1.11448,1.11448,1.11448},{2.05000,2.05000,2.05000},{1.35244,1.35244,1.35244},{1.29586,1.29586,1.29586},{1.67854,1.67854,1.67854},{2.70838,2.70838,2.70838},{1.68224,1.68224,1.68224},{1.94882,1.94882,1.94882},{1.42113,1.42113,1.42113},{1.13796,1.13796,1.13796},{2.00133,2.00133,2.00133},{1.05125,1.05125,1.05125},{2.19471,2.19471,2.19471},{2.38599,2.38599,2.38599},{1.44003,1.44003,1.44003},{1.82226,1.82226,1.82226},{2.65664,2.65664,2.65664},{2.90619,2.90619,2.90619},{1.74139,1.74139,1.74139},{1.32542,1.32542,1.32542},{1.66338,1.66338,1.66338},{1.75826,1.75826,1.75826},{1.00229,1.00229,1.00229},{2.83393,2.83393,2.83393},{1.06166,1.06166,1.06166},{1.04477,1.04477,1.04477},{2.28652,2.28652,2.28652},{1.69839,1.69839,1.69839},{1.07221,1.07221,1.07221},{1.01935,1.01935,1.01935},{2.59946,2.59946,2.59946},{1.71914,1.71914,1.71914},{1.87291,1.87291,1.87291},{2.20066,2.20066,2.20066},{2.79012,2.79012,2.79012},{2.00817,2.00817,2.00817},{2.00572,2.00572,2.00572},{1.31918,1.31918,1.31918},{2.23223,2.23223,2.23223},{1.38492,1.38492,1.38492},{2.12752,2.12752,2.12752},{2.59905,2.59905,2.59905},{2.65428,2.65428,2.65428},{1.07742,1.07742,1.07742},{2.80646,2.80646,2.80646},{2.65418,2.65418,2.65418},{1.61397,1.61397,1.61397},{2.27923,2.27923,2.27923},{2.14806,2.14806,2.14806},{2.36677,2.36677,2.36677},{1.31549,1.31549,1.31549},{2.79020,2.79020,2.79020},{1.13062,1.13062,1.13062},{1.07631,1.07631,1.07631},{1.59312,1.59312,1.59312},{1.97447,1.97447,1.97447},{2.57098,2.57098,2.57098},{2.78467,2.78467,2.78467},{2.59503,2.59503,2.59503},{1.20510,1.20510,1.20510},{2.25156,2.25156,2.25156},{2.94951,2.94951,2.94951},{1.37539,1.37539,1.37539},{2.16616,2.16616,2.16616},{1.64003,1.64003,1.64003},{2.64411,2.64411,2.64411},{2.60542,2.60542,2.60542},{1.21039,1.21039,1.21039},{2.30829,2.30829,2.30829},{2.53947,2.53947,2.53947},{2.78589,2.78589,2.78589},{1.42023,1.42023,1.42023},{1.45298,1.45298,1.45298},{1.85920,1.85920,1.85920},{2.14365,2.14365,2.14365},{2.11272,2.11272,2.11272},{2.93704,2.93704,2.93704},{1.58293,1.58293,1.58293},{2.25363,2.25363,2.25363},{2.44200,2.44200,2.44200},{1.25958,1.25958,1.25958},{2.94938,2.94938,2.94938},{1.78064,1.78064,1.78064},{1.53314,1.53314,1.53314},{1.74948,1.74948,1.74948},{1.38154,1.38154,1.38154},{1.01836,1.01836,1.01836},{2.11443,2.11443,2.11443},{2.84732,2.84732,2.84732},{1.90071,1.90071,1.90071},{1.95006,1.95006,1.95006},{2.55522,2.55522,2.55522},{2.69614,2.69614,2.69614},{2.72530,2.72530,2.72530},{1.34963,1.34963,1.34963},{2.78480,2.78480,2.78480},{1.55017,1.55017,1.55017},{2.71569,2.71569,2.71569},{1.48565,1.48565,1.48565},{2.60154,2.60154,2.60154},{2.50730,2.50730,2.50730},{1.63338,1.63338,1.63338},{1.37395,1.37395,1.37395},{1.97145,1.97145,1.97145},{2.75436,2.75436,2.75436},{2.33044,2.33044,2.33044},{2.78765,2.78765,2.78765},{1.75161,1.75161,1.75161},{1.04197,1.04197,1.04197},{2.07939,2.07939,2.07939},{2.33474,2.33474,2.33474},{1.84070,1.84070,1.84070},{1.70549,1.70549,1.70549},{2.94414,2.94414,2.94414},{1.11993,1.11993,1.11993},{2.51605,2.51605,2.51605},{1.20902,1.20902,1.20902},{1.17683,1.17683,1.17683},{1.03762,1.03762,1.03762},{1.85841,1.85841,1.85841},{1.08512,1.08512,1.08512},{1.22336,1.22336,1.22336},{1.41238,1.41238,1.41238},{2.05002,2.05002,2.05002},{2.27963,2.27963,2.27963},{1.19710,1.19710,1.19710},{1.42452,1.42452,1.42452},{2.68498,2.68498,2.68498},{2.61888,2.61888,2.61888},{2.59521,2.59521,2.59521},{1.61607,1.61607,1.61607},{1.73332,1.73332,1.73332},{2.75110,2.75110,2.75110},{2.02129,2.02129,2.02129},{1.16011,1.16011,1.16011},{2.41258,2.41258,2.41258},{1.22764,1.22764,1.22764},{2.17523,2.17523,2.17523},{1.48395,1.48395,1.48395},{1.15357,1.15357,1.15357},{1.48244,1.48244,1.48244},{1.01204,1.01204,1.01204},{2.51136,2.51136,2.51136},{1.90996,1.90996,1.90996},{1.39463,1.39463,1.39463},{2.18591,2.18591,2.18591},{2.12597,2.12597,2.12597},{2.89721,2.89721,2.89721},{2.77295,2.77295,2.77295},{2.84736,2.84736,2.84736},{2.12792,2.12792,2.12792},{1.39124,1.39124,1.39124},{2.12156,2.12156,2.12156},{1.18711,1.18711,1.18711},{1.51779,1.51779,1.51779},{2.15116,2.15116,2.15116},{2.05153,2.05153,2.05153},{1.27853,1.27853,1.27853},{1.21102,1.21102,1.21102},{1.40544,1.40544,1.40544},{1.60050,1.60050,1.60050},{2.05424,2.05424,2.05424},{1.81656,1.81656,1.81656},{1.32385,1.32385,1.32385},{2.76578,2.76578,2.76578},{2.69311,2.69311,2.69311},{2.69192,2.69192,2.69192},{2.69317,2.69317,2.69317},{2.07568,2.07568,2.07568},{2.34086,2.34086,2.34086},{1.67276,1.67276,1.67276},{2.51680,2.51680,2.51680},{1.09190,1.09190,1.09190},{2.12358,2.12358,2.12358},{1.40994,1.40994,1.40994},{2.07302,2.07302,2.07302},{1.09900,1.09900,1.09900},{2.09909,2.09909,2.09909},{1.40629,1.40629,1.40629},{1.24441,1.24441,1.24441},{2.70964,2.70964,2.70964},{1.70567,1.70567,1.70567},{1.53131,1.53131,1.53131},{1.99402,1.99402,1.99402},{1.23640,1.23640,1.23640},{1.49637,1.49637,1.49637},{2.33106,2.33106,2.33106},{1.41522,1.41522,1.41522},{1.61838,1.61838,1.61838},{2.87426,2.87426,2.87426},{1.32913,1.32913,1.32913},{2.95810,2.95810,2.95810},{1.90338,1.90338,1.90338},{2.63150,2.63150,2.63150},{1.88772,1.88772,1.88772},{1.29061,1.29061,1.29061},{1.48597,1.48597,1.48597},{2.66878,2.66878,2.66878},{2.34202,2.34202,2.34202},{1.13480,1.13480,1.13480},{1.35835,1.35835,1.35835},{1.10169,1.10169,1.10169},{2.56689,2.56689,2.56689},{2.10665,2.10665,2.10665},{1.96385,1.96385,1.96385},{2.32068,2.32068,2.32068},{1.17028,1.17028,1.17028},{2.53876,2.53876,2.53876},{1.49043,1.49043,1.49043},{1.48208,1.48208,1.48208},{2.37043,2.37043,2.37043},{2.36587,2.36587,2.36587},{1.52732,1.52732,1.52732},{1.00908,1.00908,1.00908},{1.71175,1.71175,1.71175},{2.41479,2.41479,2.41479},{1.68520,1.68520,1.68520},{2.05674,2.05674,2.05674},{1.38068,1.38068,1.38068},{1.95499,1.95499,1.95499},{1.52220,1.52220,1.52220},{1.20104,1.20104,1.20104},{1.56816,1.56816,1.56816},{1.34889,1.34889,1.34889},{2.61639,2.61639,2.61639},{2.11205,2.11205,2.11205},{1.47399,1.47399,1.47399},{2.92366,2.92366,2.92366},{1.04454,1.04454,1.04454},{1.20999,1.20999,1.20999},{2.79354,2.79354,2.79354},{2.69022,2.69022,2.69022},{1.62780,1.62780,1.62780},{1.48537,1.48537,1.48537},{2.82198,2.82198,2.82198},{1.60731,1.60731,1.60731},{1.41393,1.41393,1.41393},{1.58129,1.58129,1.58129},{1.62755,1.62755,1.62755},{1.05763,1.05763,1.05763},{1.08276,1.08276,1.08276},{1.04382,1.04382,1.04382},{2.33557,2.33557,2.33557},{1.28652,1.28652,1.28652},{2.22257,2.22257,2.22257},{1.78796,1.78796,1.78796},{1.00608,1.00608,1.00608},{1.49253,1.49253,1.49253},{1.99965,1.99965,1.99965},{1.31315,1.31315,1.31315},{1.89860,1.89860,1.89860},{2.29844,2.29844,2.29844},{1.82513,1.82513,1.82513},{2.39233,2.39233,2.39233},{2.67778,2.67778,2.67778},{1.74839,1.74839,1.74839},{2.90991,2.90991,2.90991},{2.16734,2.16734,2.16734},{1.59989,1.59989,1.59989},{1.33796,1.33796,1.33796},{1.56172,1.56172,1.56172},{1.92585,1.92585,1.92585},{1.53138,1.53138,1.53138},{1.91602,1.91602,1.91602},{2.08972,2.08972,2.08972},{2.74030,2.74030,2.74030},{1.12706,1.12706,1.12706},{2.86088,2.86088,2.86088},{1.33581,1.33581,1.33581},{1.11972,1.11972,1.11972},{2.15412,2.15412,2.15412},{2.99681,2.99681,2.99681},{2.90956,2.90956,2.90956},{2.59570,2.59570,2.59570},{2.03315,2.03315,2.03315},{1.18812,1.18812,1.18812},{1.75680,1.75680,1.75680},{1.21765,1.21765,1.21765},{1.10872,1.10872,1.10872},{1.29269,1.29269,1.29269},{1.19747,1.19747,1.19747},{2.28039,2.28039,2.28039},{1.81299,1.81299,1.81299},{2.22360,2.22360,2.22360},{2.66171,2.66171,2.66171},{2.28910,2.28910,2.28910},{2.15085,2.15085,2.15085},{2.26625,2.26625,2.26625},{2.75161,2.75161,2.75161},{2.78358,2.78358,2.78358},{2.36755,2.36755,2.36755},{1.96092,1.96092,1.96092},{1.35845,1.35845,1.35845},{1.33124,1.33124,1.33124},{1.53861,1.53861,1.53861},{2.17734,2.17734,2.17734},{1.29079,1.29079,1.29079},{1.12142,1.12142,1.12142},{1.31188,1.31188,1.31188},{1.29775,1.29775,1.29775},{1.43227,1.43227,1.43227},{2.13497,2.13497,2.13497},{2.25608,2.25608,2.25608},{2.15143,2.15143,2.15143},{1.20930,1.20930,1.20930},{2.78958,2.78958,2.78958},{1.81026,1.81026,1.81026},{1.55951,1.55951,1.55951},{1.78413,1.78413,1.78413},{2.53509,2.53509,2.53509},{1.99321,1.99321,1.99321},{2.01137,2.01137,2.01137},{2.63094,2.63094,2.63094},{1.61443,1.61443,1.61443},{2.02636,2.02636,2.02636},{2.34975,2.34975,2.34975},{1.55444,1.55444,1.55444},{1.78981,1.78981,1.78981},{2.72738,2.72738,2.72738},{1.18954,1.18954,1.18954},{1.91142,1.91142,1.91142},{2.80816,2.80816,2.80816},{2.27711,2.27711,2.27711},{2.81385,2.81385,2.81385},{1.80754,1.80754,1.80754},{2.50356,2.50356,2.50356},{1.19966,1.19966,1.19966},{1.38780,1.38780,1.38780},{2.39189,2.39189,2.39189},{2.46911,2.46911,2.46911},{1.81188,1.81188,1.81188},{2.34113,2.34113,2.34113},{1.33184,1.33184,1.33184},{2.55487,2.55487,2.55487},{1.02614,1.02614,1.02614},{1.47095,1.47095,1.47095},{2.44161,2.44161,2.44161},{1.18809,1.18809,1.18809},{1.01388,1.01388,1.01388},{2.17340,2.17340,2.17340},{2.23114,2.23114,2.23114},{1.93942,1.93942,1.93942},{1.84553,1.84553,1.84553},{2.92928,2.92928,2.92928},{1.39520,1.39520,1.39520},{1.52523,1.52523,1.52523},{1.96864,1.96864,1.96864},{2.40941,2.40941,2.40941},{1.41734,1.41734,1.41734},{1.37429,1.37429,1.37429},{1.39878,1.39878,1.39878},{1.69238,1.69238,1.69238},{2.33427,2.33427,2.33427},{2.56005,2.56005,2.56005},{1.31909,1.31909,1.31909},{1.95634,1.95634,1.95634},{2.87916,2.87916,2.87916},{1.49916,1.49916,1.49916},{2.94362,2.94362,2.94362},{1.88324,1.88324,1.88324},{1.10120,1.10120,1.10120},{1.73797,1.73797,1.73797},{2.46494,2.46494,2.46494},{2.42278,2.42278,2.42278},{1.32369,1.32369,1.32369},{1.80865,1.80865,1.80865},{2.67354,2.67354,2.67354},{1.29320,1.29320,1.29320},{2.93702,2.93702,2.93702},{2.97686,2.97686,2.97686},{1.68560,1.68560,1.68560},{2.61909,2.61909,2.61909},{1.41535,1.41535,1.41535},{2.09375,2.09375,2.09375},{1.06553,1.06553,1.06553},{2.68750,2.68750,2.68750},{1.13944,1.13944,1.13944},{2.15278,2.15278,2.15278},{2.39636,2.39636,2.39636},{1.56196,1.56196,1.56196},{1.58965,1.58965,1.58965},{1.65944,1.65944,1.65944},{1.52675,1.52675,1.52675},{2.93128,2.93128,2.93128},{1.53171,1.53171,1.53171},{1.20855,1.20855,1.20855},{1.86899,1.86899,1.86899},{2.43622,2.43622,2.43622},{2.97288,2.97288,2.97288},{2.13893,2.13893,2.13893},{1.63759,1.63759,1.63759},{1.99474,1.99474,1.99474},{2.12510,2.12510,2.12510},{1.36913,1.36913,1.36913},{2.10100,2.10100,2.10100},{2.53613,2.53613,2.53613},{2.69749,2.69749,2.69749},{2.57883,2.57883,2.57883},{1.75353,1.75353,1.75353},{2.90808,2.90808,2.90808},{2.21906,2.21906,2.21906},{1.67331,1.67331,1.67331},{2.42040,2.42040,2.42040},{2.72740,2.72740,2.72740},{1.19498,1.19498,1.19498},{2.46177,2.46177,2.46177},{1.59362,1.59362,1.59362},{2.11454,2.11454,2.11454},{2.32468,2.32468,2.32468},{1.51330,1.51330,1.51330},{2.50667,2.50667,2.50667},{1.24837,1.24837,1.24837},{1.31005,1.31005,1.31005},{1.36031,1.36031,1.36031},{2.33252,2.33252,2.33252},{1.38977,1.38977,1.38977},{1.89139,1.89139,1.89139},{2.54465,2.54465,2.54465},{2.74371,2.74371,2.74371},{2.08282,2.08282,2.08282},{2.89847,2.89847,2.89847},{1.39623,1.39623,1.39623},{2.59105,2.59105,2.59105},{2.34423,2.34423,2.34423},{2.43407,2.43407,2.43407},{2.98841,2.98841,2.98841},{2.47768,2.47768,2.47768},{1.86513,1.86513,1.86513},{2.24423,2.24423,2.24423},{1.07630,1.07630,1.07630},{1.35086,1.35086,1.35086},{2.41676,2.41676,2.41676},{2.62114,2.62114,2.62114},{1.97167,1.97167,1.97167},{2.19858,2.19858,2.19858},{1.42536,1.42536,1.42536},{1.54738,1.54738,1.54738},{2.18776,2.18776,2.18776},{2.30136,2.30136,2.30136},{2.33212,2.33212,2.33212},{1.68963,1.68963,1.68963},{1.11061,1.11061,1.11061},{1.72188,1.72188,1.72188},{2.09181,2.09181,2.09181},{1.27615,1.27615,1.27615},{1.25029,1.25029,1.25029},{2.28468,2.28468,2.28468},{2.76125,2.76125,2.76125},{1.58787,1.58787,1.58787},{1.14784,1.14784,1.14784},{2.88605,2.88605,2.88605},{2.03892,2.03892,2.03892},{1.36189,1.36189,1.36189},{2.44568,2.44568,2.44568},{2.63968,2.63968,2.63968},{1.17413,1.17413,1.17413},{1.60537,1.60537,1.60537},{1.74082,1.74082,1.74082},{2.44702,2.44702,2.44702},{2.95702,2.95702,2.95702},{1.29490,1.29490,1.29490},{1.01859,1.01859,1.01859},{2.24199,2.24199,2.24199},{2.92375,2.92375,2.92375},{2.61476,2.61476,2.61476},{2.58896,2.58896,2.58896},{2.79335,2.79335,2.79335},{1.29548,1.29548,1.29548},{1.00967,1.00967,1.00967},{2.32534,2.32534,2.32534},{1.96900,1.96900,1.96900},{1.97848,1.97848,1.97848},{1.84090,1.84090,1.84090},{1.12347,1.12347,1.12347},{1.56024,1.56024,1.56024},{2.60483,2.60483,2.60483},{2.46699,2.46699,2.46699},{1.64745,1.64745,1.64745},{2.95669,2.95669,2.95669},{2.49002,2.49002,2.49002},{2.77165,2.77165,2.77165},{1.11732,1.11732,1.11732},{1.85141,1.85141,1.85141},{2.48366,2.48366,2.48366},{1.39971,1.39971,1.39971},{1.66218,1.66218,1.66218},{2.19950,2.19950,2.19950},{1.91800,1.91800,1.91800},{1.63736,1.63736,1.63736},{2.47272,2.47272,2.47272},{1.26308,1.26308,1.26308},{2.76028,2.76028,2.76028},{2.80304,2.80304,2.80304},{1.31010,1.31010,1.31010},{2.40383,2.40383,2.40383},{1.77358,1.77358,1.77358},{1.65154,1.65154,1.65154},{1.47086,1.47086,1.47086},{2.52245,2.52245,2.52245},{2.28992,2.28992,2.28992},{2.84573,2.84573,2.84573},{2.93004,2.93004,2.93004},{2.29749,2.29749,2.29749},{2.65344,2.65344,2.65344},{1.49938,1.49938,1.49938},{1.57218,1.57218,1.57218},{1.28466,1.28466,1.28466},{2.29960,2.29960,2.29960},{2.42660,2.42660,2.42660},{2.12910,2.12910,2.12910},{2.65121,2.65121,2.65121},{1.40342,1.40342,1.40342},{1.38931,1.38931,1.38931},{2.40517,2.40517,2.40517},{1.32161,1.32161,1.32161},{1.87850,1.87850,1.87850},{2.89990,2.89990,2.89990},{1.32125,1.32125,1.32125},{1.64429,1.64429,1.64429},{1.23288,1.23288,1.23288},{2.71686,2.71686,2.71686},{2.33756,2.33756,2.33756},{1.51501,1.51501,1.51501},{2.65889,2.65889,2.65889},{2.08814,2.08814,2.08814},{1.95021,1.95021,1.95021},{1.47258,1.47258,1.47258},{1.09854,1.09854,1.09854},{1.72557,1.72557,1.72557},{1.60158,1.60158,1.60158},{1.10670,1.10670,1.10670},{1.66297,1.66297,1.66297},{1.65439,1.65439,1.65439},{2.98926,2.98926,2.98926},{1.39104,1.39104,1.39104},{2.77866,2.77866,2.77866},{2.88378,2.88378,2.88378},{1.42218,1.42218,1.42218},{2.45493,2.45493,2.45493},{1.33987,1.33987,1.33987},{1.91645,1.91645,1.91645},{2.83524,2.83524,2.83524},{2.75354,2.75354,2.75354},{1.50748,1.50748,1.50748},{2.66459,2.66459,2.66459},{2.78554,2.78554,2.78554},{1.91663,1.91663,1.91663},{1.21147,1.21147,1.21147},{1.27314,1.27314,1.27314},{2.75676,2.75676,2.75676},{2.25419,2.25419,2.25419},{2.46237,2.46237,2.46237},{2.38533,2.38533,2.38533},{2.25479,2.25479,2.25479},{1.40658,1.40658,1.40658},{2.56956,2.56956,2.56956},{1.98086,1.98086,1.98086},{2.55928,2.55928,2.55928},{2.55440,2.55440,2.55440},{2.04834,2.04834,2.04834},{1.34527,1.34527,1.34527},{1.91879,1.91879,1.91879},{2.46652,2.46652,2.46652},{1.83184,1.83184,1.83184},{1.94033,1.94033,1.94033},{1.97539,1.97539,1.97539},{1.14813,1.14813,1.14813},{2.80981,2.80981,2.80981},{1.82324,1.82324,1.82324},{2.69769,2.69769,2.69769},{1.29875,1.29875,1.29875},{2.03073,2.03073,2.03073},{2.96499,2.96499,2.96499},{1.70097,1.70097,1.70097},{1.41991,1.41991,1.41991},{2.02215,2.02215,2.02215},{2.75709,2.75709,2.75709},{2.19213,2.19213,2.19213},{1.33388,1.33388,1.33388},{1.05409,1.05409,1.05409},{2.12632,2.12632,2.12632},{1.30951,1.30951,1.30951},{1.78519,1.78519,1.78519},{2.35509,2.35509,2.35509},{1.40885,1.40885,1.40885},{1.20521,1.20521,1.20521},{2.13410,2.13410,2.13410},{2.48266,2.48266,2.48266},{1.13720,1.13720,1.13720},{1.60099,1.60099,1.60099},{2.10112,2.10112,2.10112},{1.69482,1.69482,1.69482},{2.36325,2.36325,2.36325},{1.43887,1.43887,1.43887},{2.46386,2.46386,2.46386},{1.21271,1.21271,1.21271},{2.67285,2.67285,2.67285},{2.95026,2.95026,2.95026},{2.29243,2.29243,2.29243},{1.07974,1.07974,1.07974},{2.81580,2.81580,2.81580},{1.20926,1.20926,1.20926},{1.77332,1.77332,1.77332},{2.47632,2.47632,2.47632},{1.82592,1.82592,1.82592},{1.77228,1.77228,1.77228},{1.72739,1.72739,1.72739},{2.87820,2.87820,2.87820},{2.88508,2.88508,2.88508},{1.52400,1.52400,1.52400},{2.07669,2.07669,2.07669},{2.17118,2.17118,2.17118},{2.80493,2.80493,2.80493},{2.82346,2.82346,2.82346},{2.52097,2.52097,2.52097},{2.04265,2.04265,2.04265},{2.56493,2.56493,2.56493},{1.62784,1.62784,1.62784},{1.26345,1.26345,1.26345},{2.42413,2.42413,2.42413},{1.64579,1.64579,1.64579},{2.62785,2.62785,2.62785},{2.40651,2.40651,2.40651},{1.03505,1.03505,1.03505},{1.42727,1.42727,1.42727},{1.26034,1.26034,1.26034},{1.22702,1.22702,1.22702},{2.68519,2.68519,2.68519},{2.22949,2.22949,2.22949},{2.30944,2.30944,2.30944},{2.01321,2.01321,2.01321},{2.92080,2.92080,2.92080},{1.82388,1.82388,1.82388},{1.36864,1.36864,1.36864},{1.33518,1.33518,1.33518},{2.88337,2.88337,2.88337},{1.15023,1.15023,1.15023},{2.24648,2.24648,2.24648},{2.73115,2.73115,2.73115},{1.35171,1.35171,1.35171},{1.84535,1.84535,1.84535},{1.46508,1.46508,1.46508},{1.80018,1.80018,1.80018},{2.60228,2.60228,2.60228},{2.90150,2.90150,2.90150},{2.69066,2.69066,2.69066},{2.59263,2.59263,2.59263},{1.94959,1.94959,1.94959},{2.34574,2.34574,2.34574},{2.47404,2.47404,2.47404},{1.93193,1.93193,1.93193},{2.22503,2.22503,2.22503},{2.58919,2.58919,2.58919},{1.43419,1.43419,1.43419},{1.33503,1.33503,1.33503},{2.12202,2.12202,2.12202},{2.85123,2.85123,2.85123},{2.64209,2.64209,2.64209},{2.55266,2.55266,2.55266},{1.00401,1.00401,1.00401},{1.28932,1.28932,1.28932},{2.33238,2.33238,2.33238},{1.39148,1.39148,1.39148},{1.59629,1.59629,1.59629},{1.61495,1.61495,1.61495},{1.99856,1.99856,1.99856},{2.31257,2.31257,2.31257},{1.94362,1.94362,1.94362},{1.07629,1.07629,1.07629},{1.12045,1.12045,1.12045},{2.93860,2.93860,2.93860},{2.36068,2.36068,2.36068},{2.94319,2.94319,2.94319},{1.61455,1.61455,1.61455},{1.05390,1.05390,1.05390},{2.21419,2.21419,2.21419},{1.88222,1.88222,1.88222},{1.98647,1.98647,1.98647},{1.21066,1.21066,1.21066},{2.38113,2.38113,2.38113},{1.10653,1.10653,1.10653},{1.91926,1.91926,1.91926},{2.58498,2.58498,2.58498},{1.72754,1.72754,1.72754},{1.32564,1.32564,1.32564},{2.24337,2.24337,2.24337},{1.59221,1.59221,1.59221},{1.43128,1.43128,1.43128},{1.94722,1.94722,1.94722},{2.27568,2.27568,2.27568},{2.65821,2.65821,2.65821},{1.23034,1.23034,1.23034},{2.42489,2.42489,2.42489},{2.50303,2.50303,2.50303},{2.11802,2.11802,2.11802},{1.29083,1.29083,1.29083},{1.52920,1.52920,1.52920},{2.94131,2.94131,2.94131},{2.26233,2.26233,2.26233},{1.81696,1.81696,1.81696},{1.71952,1.71952,1.71952},{1.00228,1.00228,1.00228},{1.93856,1.93856,1.93856},{2.31197,2.31197,2.31197},{2.69883,2.69883,2.69883},{1.93685,1.93685,1.93685},{1.00808,1.00808,1.00808},{1.03069,1.03069,1.03069},{2.51275,2.51275,2.51275},{2.89966,2.89966,2.89966},{1.05476,1.05476,1.05476},{1.59100,1.59100,1.59100},{1.55529,1.55529,1.55529},{1.36791,1.36791,1.36791},{1.92519,1.92519,1.92519},{1.87749,1.87749,1.87749},{2.09145,2.09145,2.09145},{1.91137,1.91137,1.91137},{1.96854,1.96854,1.96854},{1.44767,1.44767,1.44767},{1.91108,1.91108,1.91108},{1.91385,1.91385,1.91385},{2.83157,2.83157,2.83157},{2.63157,2.63157,2.63157},{1.30411,1.30411,1.30411},{1.60325,1.60325,1.60325},{1.00091,1.00091,1.00091},{1.20697,1.20697,1.20697},{1.24745,1.24745,1.24745},{1.75604,1.75604,1.75604},{1.99227,1.99227,1.99227},{2.32830,2.32830,2.32830},{1.65634,1.65634,1.65634},{1.06525,1.06525,1.06525},{1.70920,1.70920,1.70920},{1.07786,1.07786,1.07786},{2.15612,2.15612,2.15612},{1.38562,1.38562,1.38562},{1.70609,1.70609,1.70609},{2.67774,2.67774,2.67774},{1.52622,1.52622,1.52622},{2.41876,2.41876,2.41876},{2.42257,2.42257,2.42257},{2.17353,2.17353,2.17353},{2.96351,2.96351,2.96351},{1.76149,1.76149,1.76149},{1.31708,1.31708,1.31708},{2.75018,2.75018,2.75018},{1.30429,1.30429,1.30429},{1.33114,1.33114,1.33114},{1.67801,1.67801,1.67801},{2.40516,2.40516,2.40516},{1.70682,1.70682,1.70682},{1.94247,1.94247,1.94247},{2.19357,2.19357,2.19357},{1.85845,1.85845,1.85845},{2.78148,2.78148,2.78148},{1.61321,1.61321,1.61321},{1.83415,1.83415,1.83415},{1.68287,1.68287,1.68287},{2.20503,2.20503,2.20503},{1.81766,1.81766,1.81766},{1.42513,1.42513,1.42513},{1.22760,1.22760,1.22760},{2.53247,2.53247,2.53247},{2.43087,2.43087,2.43087},{2.29615,2.29615,2.29615},{1.81810,1.81810,1.81810},{2.07880,2.07880,2.07880},{2.77526,2.77526,2.77526},{2.35831,2.35831,2.35831},{2.25810,2.25810,2.25810},{1.06419,1.06419,1.06419},{1.45201,1.45201,1.45201},{2.91852,2.91852,2.91852},{2.31887,2.31887,2.31887},{2.38988,2.38988,2.38988},{2.63565,2.63565,2.63565},{1.93819,1.93819,1.93819},{2.05434,2.05434,2.05434},{2.75046,2.75046,2.75046},{2.86342,2.86342,2.86342},{1.32968,1.32968,1.32968},{2.26233,2.26233,2.26233},{1.18028,1.18028,1.18028},{2.76440,2.76440,2.76440},{2.22720,2.22720,2.22720},{2.59557,2.59557,2.59557},{2.45935,2.45935,2.45935},{1.52847,1.52847,1.52847},{1.00404,1.00404,1.00404},{2.88675,2.88675,2.88675},{2.46482,2.46482,2.46482},{2.27472,2.27472,2.27472},{1.87307,1.87307,1.87307},{2.36309,2.36309,2.36309},{1.68197,1.68197,1.68197},{2.16781,2.16781,2.16781},{1.18254,1.18254,1.18254},{2.58798,2.58798,2.58798},{2.70678,2.70678,2.70678},{1.38753,1.38753,1.38753},{2.21580,2.21580,2.21580},{1.66337,1.66337,1.66337},{2.14345,2.14345,2.14345},{2.01766,2.01766,2.01766},{1.51226,1.51226,1.51226},{1.46736,1.46736,1.46736},{1.85386,1.85386,1.85386},{2.18806,2.18806,2.18806},{2.50514,2.50514,2.50514},{1.92367,1.92367,1.92367},{1.60385,1.60385,1.60385},{1.71929,1.71929,1.71929},{1.53274,1.53274,1.53274},{1.23701,1.23701,1.23701},{2.96422,2.96422,2.96422},{1.43294,1.43294,1.43294},{2.91838,2.91838,2.91838},{2.58139,2.58139,2.58139},{2.07866,2.07866,2.07866},{2.18354,2.18354,2.18354},{2.20423,2.20423,2.20423},{2.57727,2.57727,2.57727},{1.16289,1.16289,1.16289},{1.36313,1.36313,1.36313},{2.97858,2.97858,2.97858},{1.94463,1.94463,1.94463},{2.05200,2.05200,2.05200},{2.71414,2.71414,2.71414},{2.03039,2.03039,2.03039},{2.12454,2.12454,2.12454},{1.82307,1.82307,1.82307},{2.17704,2.17704,2.17704},{1.39421,1.39421,1.39421},{2.47066,2.47066,2.47066},{1.54880,1.54880,1.54880},{1.96135,1.96135,1.96135},{2.09347,2.09347,2.09347},{1.57746,1.57746,1.57746},{1.39476,1.39476,1.39476},{2.36246,2.36246,2.36246},{2.96526,2.96526,2.96526},{2.51519,2.51519,2.51519},{1.95639,1.95639,1.95639},{1.46254,1.46254,1.46254},{2.12073,2.12073,2.12073},{1.62672,1.62672,1.62672},{1.17598,1.17598,1.17598},{1.66189,1.66189,1.66189},{2.03599,2.03599,2.03599},{1.43387,1.43387,1.43387},{1.45508,1.45508,1.45508},{1.57683,1.57683,1.57683},{2.16589,2.16589,2.16589},{1.90756,1.90756,1.90756},{1.06428,1.06428,1.06428},{1.05483,1.05483,1.05483},{1.59314,1.59314,1.59314},{2.07666,2.07666,2.07666},{1.95557,1.95557,1.95557},{1.07085,1.07085,1.07085},{2.59423,2.59423,2.59423},{1.79795,1.79795,1.79795},{2.02276,2.02276,2.02276},{2.93835,2.93835,2.93835},{2.17917,2.17917,2.17917},{2.18740,2.18740,2.18740},{1.93927,1.93927,1.93927},{2.16793,2.16793,2.16793},{1.83900,1.83900,1.83900},{2.78090,2.78090,2.78090},{2.61223,2.61223,2.61223},{2.67621,2.67621,2.67621},{1.86028,1.86028,1.86028},{2.86495,2.86495,2.86495},{2.01943,2.01943,2.01943},{1.85195,1.85195,1.85195},{1.16939,1.16939,1.16939},{1.39601,1.39601,1.39601},{1.47465,1.47465,1.47465},{1.78581,1.78581,1.78581},{1.02426,1.02426,1.02426},{1.49135,1.49135,1.49135},{1.52062,1.52062,1.52062},{2.17567,2.17567,2.17567},{2.94135,2.94135,2.94135},{2.38285,2.38285,2.38285},{2.03190,2.03190,2.03190},{2.24959,2.24959,2.24959},{2.22970,2.22970,2.22970},{2.51269,2.51269,2.51269},{2.69993,2.69993,2.69993},{2.17469,2.17469,2.17469},{2.85878,2.85878,2.85878},{1.95264,1.95264,1.95264},{1.54719,1.54719,1.54719},{1.16769,1.16769,1.16769},{2.54711,2.54711,2.54711},{2.98899,2.98899,2.98899},{1.50379,1.50379,1.50379},{2.33759,2.33759,2.33759},{1.79863,1.79863,1.79863},{2.47624,2.47624,2.47624},{2.25348,2.25348,2.25348},{2.25125,2.25125,2.25125},{2.28398,2.28398,2.28398},{2.38203,2.38203,2.38203},{2.20612,2.20612,2.20612},{2.61762,2.61762,2.61762},{1.82224,1.82224,1.82224},{1.90113,1.90113,1.90113},{1.13665,1.13665,1.13665},{2.69084,2.69084,2.69084},{1.66310,1.66310,1.66310},{2.03262,2.03262,2.03262},{1.84590,1.84590,1.84590},{2.67817,2.67817,2.67817},{2.65243,2.65243,2.65243},{1.68924,1.68924,1.68924},{1.64639,1.64639,1.64639},{2.70203,2.70203,2.70203},{1.57126,1.57126,1.57126},{2.05243,2.05243,2.05243},{1.23628,1.23628,1.23628},{1.93549,1.93549,1.93549},{2.81958,2.81958,2.81958},{1.75751,1.75751,1.75751},{2.13691,2.13691,2.13691},{2.22620,2.22620,2.22620},{1.70221,1.70221,1.70221},{1.63510,1.63510,1.63510},{1.97059,1.97059,1.97059},{1.26183,1.26183,1.26183},{2.22900,2.22900,2.22900},{1.53810,1.53810,1.53810},{1.02523,1.02523,1.02523},{1.42531,1.42531,1.42531},{2.33840,2.33840,2.33840},{1.00418,1.00418,1.00418},{1.61749,1.61749,1.61749},{2.89761,2.89761,2.89761},{1.13929,1.13929,1.13929},{1.39039,1.39039,1.39039},{2.16985,2.16985,2.16985},{2.43186,2.43186,2.43186},{2.63521,2.63521,2.63521},{2.69215,2.69215,2.69215},{2.60027,2.60027,2.60027},{1.91823,1.91823,1.91823},{2.53065,2.53065,2.53065},{1.92778,1.92778,1.92778},{1.24959,1.24959,1.24959},{1.76394,1.76394,1.76394},{2.42799,2.42799,2.42799},{1.76597,1.76597,1.76597},{2.07651,2.07651,2.07651},{2.59530,2.59530,2.59530},{1.35523,1.35523,1.35523},{1.02522,1.02522,1.02522},{2.29718,2.29718,2.29718},{1.10385,1.10385,1.10385},{2.64746,2.64746,2.64746},{1.96983,1.96983,1.96983},{1.83126,1.83126,1.83126},{1.45266,1.45266,1.45266},{2.08464,2.08464,2.08464},{1.39776,1.39776,1.39776},{1.20159,1.20159,1.20159},{1.16457,1.16457,1.16457},{1.47317,1.47317,1.47317},{2.19166,2.19166,2.19166},{2.64308,2.64308,2.64308},{1.80703,1.80703,1.80703},{1.36210,1.36210,1.36210},{1.24343,1.24343,1.24343},{1.73443,1.73443,1.73443},{2.77245,2.77245,2.77245},{2.22022,2.22022,2.22022},{2.74260,2.74260,2.74260},{2.85959,2.85959,2.85959},{1.27885,1.27885,1.27885},{1.74622,1.74622,1.74622},{2.40441,2.40441,2.40441},{1.52010,1.52010,1.52010},{2.47909,2.47909,2.47909},{1.63054,1.63054,1.63054},{1.90777,1.90777,1.90777},{1.07347,1.07347,1.07347},{2.74395,2.74395,2.74395},{1.16162,1.16162,1.16162},{1.72174,1.72174,1.72174},{2.63110,2.63110,2.63110},{2.69680,2.69680,2.69680},{2.53213,2.53213,2.53213},{1.60578,1.60578,1.60578},{1.12087,1.12087,1.12087},{2.92007,2.92007,2.92007},{2.11805,2.11805,2.11805},{1.55024,1.55024,1.55024},{1.99895,1.99895,1.99895},{1.85582,1.85582,1.85582},{2.30097,2.30097,2.30097},{1.00087,1.00087,1.00087},{1.68619,1.68619,1.68619},{2.59280,2.59280,2.59280},{2.95557,2.95557,2.95557},{2.67252,2.67252,2.67252},{1.48085,1.48085,1.48085},{2.83386,2.83386,2.83386},{2.20264,2.20264,2.20264},{2.34263,2.34263,2.34263},{1.36281,1.36281,1.36281},{1.73299,1.73299,1.73299},{1.85106,1.85106,1.85106},{2.03756,2.03756,2.03756},{2.55991,2.55991,2.55991},{1.96669,1.96669,1.96669},{2.78260,2.78260,2.78260},{1.11654,1.11654,1.11654},{1.40912,1.40912,1.40912},{1.33338,1.33338,1.33338},{1.69818,1.69818,1.69818},{1.36448,1.36448,1.36448},{2.47576,2.47576,2.47576},{1.25448,1.25448,1.25448},{2.26966,2.26966,2.26966},{2.35449,2.35449,2.35449},{1.96335,1.96335,1.96335},{1.01469,1.01469,1.01469},{2.82326,2.82326,2.82326},{1.88052,1.88052,1.88052},{1.22851,1.22851,1.22851},{1.81918,1.81918,1.81918},{1.12941,1.12941,1.12941},{2.57182,2.57182,2.57182},{1.10083,1.10083,1.10083},{1.65237,1.65237,1.65237},{2.19851,2.19851,2.19851},{1.79211,1.79211,1.79211},{2.28428,2.28428,2.28428},{1.94529,1.94529,1.94529},{2.35835,2.35835,2.35835},{2.20697,2.20697,2.20697},{1.54061,1.54061,1.54061},{1.28271,1.28271,1.28271},{1.00514,1.00514,1.00514},{2.27471,2.27471,2.27471},{1.00291,1.00291,1.00291},{2.18100,2.18100,2.18100},{2.31599,2.31599,2.31599},{2.51486,2.51486,2.51486},{1.14521,1.14521,1.14521},{1.55637,1.55637,1.55637},{2.75815,2.75815,2.75815},{1.84336,1.84336,1.84336},{1.85846,1.85846,1.85846},{2.99354,2.99354,2.99354},{2.56545,2.56545,2.56545},{1.07475,1.07475,1.07475},{1.47579,1.47579,1.47579},{1.30896,1.30896,1.30896},{2.53182,2.53182,2.53182},{2.16021,2.16021,2.16021},{1.34487,1.34487,1.34487},{1.64420,1.64420,1.64420},{2.33593,2.33593,2.33593},{2.82879,2.82879,2.82879},{1.04264,1.04264,1.04264},{2.79262,2.79262,2.79262},{1.38770,1.38770,1.38770},{1.94405,1.94405,1.94405},{2.24122,2.24122,2.24122},{1.25152,1.25152,1.25152},{1.61406,1.61406,1.61406},{2.12555,2.12555,2.12555},{1.46097,1.46097,1.46097},{1.85104,1.85104,1.85104},{2.30640,2.30640,2.30640},{2.08871,2.08871,2.08871},{2.34504,2.34504,2.34504},{2.29964,2.29964,2.29964},{1.40811,1.40811,1.40811},{1.96752,1.96752,1.96752},{2.60678,2.60678,2.60678},{2.66431,2.66431,2.66431},{1.00205,1.00205,1.00205},{1.69394,1.69394,1.69394},{2.43704,2.43704,2.43704},{1.68086,1.68086,1.68086},{1.82407,1.82407,1.82407},{1.43373,1.43373,1.43373},{1.95740,1.95740,1.95740},{2.20438,2.20438,2.20438},{1.36075,1.36075,1.36075},{1.04382,1.04382,1.04382},{1.56002,1.56002,1.56002},{2.49462,2.49462,2.49462},{1.26417,1.26417,1.26417},{1.65340,1.65340,1.65340},{1.44534,1.44534,1.44534},{1.78479,1.78479,1.78479},{1.50519,1.50519,1.50519},{1.82803,1.82803,1.82803},{2.00265,2.00265,2.00265},{1.98061,1.98061,1.98061},{2.77894,2.77894,2.77894},{2.30279,2.30279,2.30279},{2.54874,2.54874,2.54874},{1.58905,1.58905,1.58905},{2.61930,2.61930,2.61930},{1.47025,1.47025,1.47025},{1.69012,1.69012,1.69012},{1.46134,1.46134,1.46134},{1.99523,1.99523,1.99523},{1.44484,1.44484,1.44484},{2.68395,2.68395,2.68395},{2.25436,2.25436,2.25436},{1.17938,1.17938,1.17938},{2.04246,2.04246,2.04246},{1.06240,1.06240,1.06240},{1.38898,1.38898,1.38898},{2.12336,2.12336,2.12336},{1.70016,1.70016,1.70016},{1.16712,1.16712,1.16712},{1.57057,1.57057,1.57057},{1.03676,1.03676,1.03676},{2.76601,2.76601,2.76601},{2.31098,2.31098,2.31098},{2.48106,2.48106,2.48106},{2.06212,2.06212,2.06212},{2.77979,2.77979,2.77979},{1.88026,1.88026,1.88026},{2.29816,2.29816,2.29816},{1.09876,1.09876,1.09876},{2.23084,2.23084,2.23084},{1.19559,1.19559,1.19559},{1.48696,1.48696,1.48696},{2.51793,2.51793,2.51793},{2.08805,2.08805,2.08805},{2.33329,2.33329,2.33329},{2.73653,2.73653,2.73653},{2.03189,2.03189,2.03189},{2.34442,2.34442,2.34442},{1.50690,1.50690,1.50690},{2.96763,2.96763,2.96763},{1.32945,1.32945,1.32945},{2.07221,2.07221,2.07221},{2.18913,2.18913,2.18913},{1.72245,1.72245,1.72245},{2.57534,2.57534,2.57534},{1.95890,1.95890,1.95890},{2.78562,2.78562,2.78562},{1.10532,1.10532,1.10532},{1.69903,1.69903,1.69903},{1.50435,1.50435,1.50435},{1.99787,1.99787,1.99787},{2.38696,2.38696,2.38696},{1.79067,1.79067,1.79067},{2.74939,2.74939,2.74939},{1.91934,1.91934,1.91934},{1.64867,1.64867,1.64867},{2.93223,2.93223,2.93223},{2.87547,2.87547,2.87547},{1.07599,1.07599,1.07599},{2.95397,2.95397,2.95397},{2.95255,2.95255,2.95255},{2.04998,2.04998,2.04998},{2.81645,2.81645,2.81645},{2.21703,2.21703,2.21703},{2.33627,2.33627,2.33627},{2.75342,2.75342,2.75342},{2.97487,2.97487,2.97487},{2.35728,2.35728,2.35728},{1.22978,1.22978,1.22978},{2.82506,2.82506,2.82506},{2.68889,2.68889,2.68889},{2.39697,2.39697,2.39697},{1.43228,1.43228,1.43228},{1.44123,1.44123,1.44123},{2.26006,2.26006,2.26006},{1.76345,1.76345,1.76345},{1.12340,1.12340,1.12340},{1.70054,1.70054,1.70054},{2.49627,2.49627,2.49627},{1.65955,1.65955,1.65955},{1.71466,1.71466,1.71466},{2.39509,2.39509,2.39509},{1.21893,1.21893,1.21893},{1.68661,1.68661,1.68661},{2.00563,2.00563,2.00563},{2.92068,2.92068,2.92068},{2.16322,2.16322,2.16322},{1.30599,1.30599,1.30599},{2.66550,2.66550,2.66550},{1.54977,1.54977,1.54977},{2.66548,2.66548,2.66548},{2.34769,2.34769,2.34769},{2.46298,2.46298,2.46298},{1.55699,1.55699,1.55699},{1.46439,1.46439,1.46439},{1.66450,1.66450,1.66450},{2.12511,2.12511,2.12511},{2.49778,2.49778,2.49778},{1.68270,1.68270,1.68270},{2.67569,2.67569,2.67569},{2.91043,2.91043,2.91043},{1.76861,1.76861,1.76861},{2.96682,2.96682,2.96682},{2.49290,2.49290,2.49290},{2.77475,2.77475,2.77475},{1.67563,1.67563,1.67563},{1.31757,1.31757,1.31757},{1.88798,1.88798,1.88798},{2.99151,2.99151,2.99151},{1.98716,1.98716,1.98716},{1.23654,1.23654,1.23654},{2.07245,2.07245,2.07245},{1.03677,1.03677,1.03677},{1.43589,1.43589,1.43589},{1.23993,1.23993,1.23993},{2.88087,2.88087,2.88087},{1.65577,1.65577,1.65577},{2.68540,2.68540,2.68540},{1.93380,1.93380,1.93380},{2.94422,2.94422,2.94422},{1.72007,1.72007,1.72007},{1.32678,1.32678,1.32678},{1.02738,1.02738,1.02738},{1.71362,1.71362,1.71362},{1.73636,1.73636,1.73636},{2.93382,2.93382,2.93382},{2.23055,2.23055,2.23055},{1.97026,1.97026,1.97026},{1.82168,1.82168,1.82168},{1.01473,1.01473,1.01473},{2.95499,2.95499,2.95499},{2.87365,2.87365,2.87365},{2.26739,2.26739,2.26739},{2.96027,2.96027,2.96027},{1.68238,1.68238,1.68238},{1.78254,1.78254,1.78254},{2.09153,2.09153,2.09153},{2.71338,2.71338,2.71338},{1.52589,1.52589,1.52589},{2.33321,2.33321,2.33321},{2.64455,2.64455,2.64455},{1.84050,1.84050,1.84050},{1.07816,1.07816,1.07816},{2.98774,2.98774,2.98774},{1.38671,1.38671,1.38671},{2.72973,2.72973,2.72973},{1.53791,1.53791,1.53791},{2.66695,2.66695,2.66695},{1.48742,1.48742,1.48742},{1.48479,1.48479,1.48479},{1.43887,1.43887,1.43887},{2.70419,2.70419,2.70419},{1.26780,1.26780,1.26780},{1.14423,1.14423,1.14423},{1.68691,1.68691,1.68691},{2.70358,2.70358,2.70358},{2.22633,2.22633,2.22633},{2.16990,2.16990,2.16990},{2.01826,2.01826,2.01826},{1.60067,1.60067,1.60067},{1.18279,1.18279,1.18279},{1.44291,1.44291,1.44291},{2.32510,2.32510,2.32510},{2.28172,2.28172,2.28172},{1.80138,1.80138,1.80138},{1.56372,1.56372,1.56372},{1.33982,1.33982,1.33982},{1.53427,1.53427,1.53427},{1.32724,1.32724,1.32724},{1.88553,1.88553,1.88553},{2.11221,2.11221,2.11221},{1.90412,1.90412,1.90412},{1.17359,1.17359,1.17359},{2.41444,2.41444,2.41444},{2.99579,2.99579,2.99579},{1.61496,1.61496,1.61496},{1.33219,1.33219,1.33219},{2.77009,2.77009,2.77009},{1.53809,1.53809,1.53809},{2.20914,2.20914,2.20914},{2.36161,2.36161,2.36161},{2.97209,2.97209,2.97209},{2.31050,2.31050,2.31050},{1.11881,1.11881,1.11881},{1.68177,1.68177,1.68177},{1.41632,1.41632,1.41632},{1.82695,1.82695,1.82695},{1.47525,1.47525,1.47525},{1.25093,1.25093,1.25093},{2.04946,2.04946,2.04946},{1.02734,1.02734,1.02734},{2.88988,2.88988,2.88988},{2.13195,2.13195,2.13195},{2.09348,2.09348,2.09348},{1.93353,1.93353,1.93353},{1.23951,1.23951,1.23951},{1.51636,1.51636,1.51636},{1.27666,1.27666,1.27666},{2.36709,2.36709,2.36709},{1.78509,1.78509,1.78509},{2.24221,2.24221,2.24221},{1.46371,1.46371,1.46371},{1.23938,1.23938,1.23938},{1.38111,1.38111,1.38111},{2.18056,2.18056,2.18056},{1.42270,1.42270,1.42270},{2.42992,2.42992,2.42992},{1.25060,1.25060,1.25060},{2.28789,2.28789,2.28789},{1.29290,1.29290,1.29290},{1.81633,1.81633,1.81633},{1.76690,1.76690,1.76690},{1.40776,1.40776,1.40776},{2.44868,2.44868,2.44868},{1.53103,1.53103,1.53103},{2.89641,2.89641,2.89641},{2.50860,2.50860,2.50860},{2.85530,2.85530,2.85530},{2.12408,2.12408,2.12408},{1.05321,1.05321,1.05321},{1.38575,1.38575,1.38575},{2.68654,2.68654,2.68654},{2.44323,2.44323,2.44323},{2.18051,2.18051,2.18051},{2.91384,2.91384,2.91384},{1.02550,1.02550,1.02550},{2.29466,2.29466,2.29466},{2.56438,2.56438,2.56438},{1.00618,1.00618,1.00618},{1.26916,1.26916,1.26916},{1.34405,1.34405,1.34405},{1.83909,1.83909,1.83909},{1.27046,1.27046,1.27046},{2.09900,2.09900,2.09900},{1.53334,1.53334,1.53334},{2.01410,2.01410,2.01410},{2.40027,2.40027,2.40027},{2.03485,2.03485,2.03485},{2.01110,2.01110,2.01110},{1.03381,1.03381,1.03381},{2.22820,2.22820,2.22820},{1.45323,1.45323,1.45323},{2.58271,2.58271,2.58271},{2.37594,2.37594,2.37594},{2.49213,2.49213,2.49213},{1.28100,1.28100,1.28100},{2.32042,2.32042,2.32042},{2.71451,2.71451,2.71451},{2.98811,2.98811,2.98811},{2.34613,2.34613,2.34613},{1.96919,1.96919,1.96919},{1.77726,1.77726,1.77726},{2.68589,2.68589,2.68589},{2.02401,2.02401,2.02401},{1.62657,1.62657,1.62657},{2.03807,2.03807,2.03807},{2.65268,2.65268,2.65268},{1.79059,1.79059,1.79059},{2.62928,2.62928,2.62928},{1.45739,1.45739,1.45739},{2.41168,2.41168,2.41168},{1.22767,1.22767,1.22767},{2.20758,2.20758,2.20758},{2.90955,2.90955,2.90955},{1.98907,1.98907,1.98907},{2.04215,2.04215,2.04215},{1.63675,1.63675,1.63675},{1.19346,1.19346,1.19346},{1.62610,1.62610,1.62610},{2.06806,2.06806,2.06806},{2.49546,2.49546,2.49546},{1.58495,1.58495,1.58495},{2.79058,2.79058,2.79058},{1.78785,1.78785,1.78785},{2.07826,2.07826,2.07826},{2.62087,2.62087,2.62087},{1.53531,1.53531,1.53531},{2.31165,2.31165,2.31165},{1.11078,1.11078,1.11078},{1.50509,1.50509,1.50509},{2.66161,2.66161,2.66161},{2.88391,2.88391,2.88391},{1.21941,1.21941,1.21941},{1.45431,1.45431,1.45431},{2.13722,2.13722,2.13722},{2.38813,2.38813,2.38813},{1.71414,1.71414,1.71414},{2.27195,2.27195,2.27195},{2.20165,2.20165,2.20165},{1.05278,1.05278,1.05278},{1.75920,1.75920,1.75920},{2.98518,2.98518,2.98518},{2.83698,2.83698,2.83698},{2.26863,2.26863,2.26863},{1.44059,1.44059,1.44059},{1.68034,1.68034,1.68034},{2.46831,2.46831,2.46831},{1.05056,1.05056,1.05056},{1.52148,1.52148,1.52148},{1.83118,1.83118,1.83118},{1.34739,1.34739,1.34739},{2.18855,2.18855,2.18855},{2.67657,2.67657,2.67657},{1.45910,1.45910,1.45910},{2.96229,2.96229,2.96229},{1.20333,1.20333,1.20333},{2.28700,2.28700,2.28700},{1.88232,1.88232,1.88232},{1.05750,1.05750,1.05750},{2.76270,2.76270,2.76270},{2.91080,2.91080,2.91080},{1.54543,1.54543,1.54543},{1.39771,1.39771,1.39771},{2.20127,2.20127,2.20127},{2.53010,2.53010,2.53010},{1.20892,1.20892,1.20892},{2.01937,2.01937,2.01937},{2.66979,2.66979,2.66979},{1.07005,1.07005,1.07005},{1.49764,1.49764,1.49764},{1.46601,1.46601,1.46601},{1.25903,1.25903,1.25903},{1.95136,1.95136,1.95136},{2.59487,2.59487,2.59487},{1.28478,1.28478,1.28478},{2.86505,2.86505,2.86505},{2.35008,2.35008,2.35008},{1.16058,1.16058,1.16058},{1.77763,1.77763,1.77763},{2.26231,2.26231,2.26231},{1.95494,1.95494,1.95494},{2.45025,2.45025,2.45025},{2.60789,2.60789,2.60789},{1.36074,1.36074,1.36074},{2.33155,2.33155,2.33155},{2.51123,2.51123,2.51123},{1.62911,1.62911,1.62911},{1.78695,1.78695,1.78695},{2.45694,2.45694,2.45694},{2.02933,2.02933,2.02933},{2.03381,2.03381,2.03381},{2.36414,2.36414,2.36414},{2.39796,2.39796,2.39796},{1.78630,1.78630,1.78630},{2.81280,2.81280,2.81280},{2.83073,2.83073,2.83073},{1.33550,1.33550,1.33550},{2.74271,2.74271,2.74271},{1.39316,1.39316,1.39316},{1.30224,1.30224,1.30224},{1.74382,1.74382,1.74382},{1.27850,1.27850,1.27850},{1.44318,1.44318,1.44318},{2.86420,2.86420,2.86420},{1.94574,1.94574,1.94574},{1.22579,1.22579,1.22579},{1.02025,1.02025,1.02025},{1.66932,1.66932,1.66932},{1.33303,1.33303,1.33303},{2.22118,2.22118,2.22118},{2.33811,2.33811,2.33811},{1.21433,1.21433,1.21433},{1.09515,1.09515,1.09515},{1.22649,1.22649,1.22649},{2.80762,2.80762,2.80762},{2.80661,2.80661,2.80661},{1.44809,1.44809,1.44809},{2.48441,2.48441,2.48441},{2.10078,2.10078,2.10078},{2.90076,2.90076,2.90076},{2.84330,2.84330,2.84330},{2.02890,2.02890,2.02890},{2.21745,2.21745,2.21745},{1.05639,1.05639,1.05639},{2.16311,2.16311,2.16311},{1.73212,1.73212,1.73212},{1.56544,1.56544,1.56544},{1.71341,1.71341,1.71341},{1.76411,1.76411,1.76411},{2.14051,2.14051,2.14051},{1.02202,1.02202,1.02202},{2.20321,2.20321,2.20321},{1.40459,1.40459,1.40459},{1.44226,1.44226,1.44226},{2.25498,2.25498,2.25498},{2.70486,2.70486,2.70486},{2.33084,2.33084,2.33084},{2.73692,2.73692,2.73692},{2.52669,2.52669,2.52669},{2.07117,2.07117,2.07117},{2.59563,2.59563,2.59563},{1.27608,1.27608,1.27608},{1.99511,1.99511,1.99511},{2.24429,2.24429,2.24429},{2.27128,2.27128,2.27128},{1.57394,1.57394,1.57394},{1.47293,1.47293,1.47293},{1.97595,1.97595,1.97595},{2.19403,2.19403,2.19403},{1.39708,1.39708,1.39708},{2.91709,2.91709,2.91709},{1.08666,1.08666,1.08666},{2.90885,2.90885,2.90885},{1.44462,1.44462,1.44462},{1.43559,1.43559,1.43559},{2.29821,2.29821,2.29821},{2.84161,2.84161,2.84161},{1.18837,1.18837,1.18837},{2.43880,2.43880,2.43880},{2.52155,2.52155,2.52155},{2.99395,2.99395,2.99395},{1.86997,1.86997,1.86997},{1.64095,1.64095,1.64095},{1.36611,1.36611,1.36611},{1.96926,1.96926,1.96926},{2.71497,2.71497,2.71497},{2.35574,2.35574,2.35574},{1.85971,1.85971,1.85971},{1.95545,1.95545,1.95545},{2.18670,2.18670,2.18670},{1.84890,1.84890,1.84890},{2.41539,2.41539,2.41539},{2.90885,2.90885,2.90885},{1.62283,1.62283,1.62283},{2.39288,2.39288,2.39288},{2.66902,2.66902,2.66902},{2.10110,2.10110,2.10110},{1.26860,1.26860,1.26860},{1.79557,1.79557,1.79557},{1.68550,1.68550,1.68550},{2.14351,2.14351,2.14351},{1.97040,1.97040,1.97040},{2.80013,2.80013,2.80013},{2.27489,2.27489,2.27489},{1.05242,1.05242,1.05242},{2.00806,2.00806,2.00806},{2.85765,2.85765,2.85765},{2.86856,2.86856,2.86856},{2.21299,2.21299,2.21299},{2.73084,2.73084,2.73084},{2.39180,2.39180,2.39180},{1.36611,1.36611,1.36611},{1.38941,1.38941,1.38941},{1.47406,1.47406,1.47406},{2.33300,2.33300,2.33300},{1.92941,1.92941,1.92941},{2.92579,2.92579,2.92579},{1.03498,1.03498,1.03498},{1.57307,1.57307,1.57307},{1.99366,1.99366,1.99366},{1.61058,1.61058,1.61058},{2.98958,2.98958,2.98958},{2.06146,2.06146,2.06146},{2.79257,2.79257,2.79257},{1.01730,1.01730,1.01730},{1.34975,1.34975,1.34975},{2.91355,2.91355,2.91355},{1.43627,1.43627,1.43627},{1.42624,1.42624,1.42624},{1.50653,1.50653,1.50653},{2.06498,2.06498,2.06498},{1.38082,1.38082,1.38082},{2.08571,2.08571,2.08571},{1.49645,1.49645,1.49645},{1.84064,1.84064,1.84064},{2.47097,2.47097,2.47097},{2.29645,2.29645,2.29645},{2.14133,2.14133,2.14133},{2.79158,2.79158,2.79158},{2.88139,2.88139,2.88139},{1.96293,1.96293,1.96293},{2.25533,2.25533,2.25533},{2.38874,2.38874,2.38874},{2.54688,2.54688,2.54688},{1.27004,1.27004,1.27004},{1.90144,1.90144,1.90144},{2.21839,2.21839,2.21839},{2.68567,2.68567,2.68567},{2.16673,2.16673,2.16673},{1.48335,1.48335,1.48335},{2.71724,2.71724,2.71724},{1.43481,1.43481,1.43481},{2.82429,2.82429,2.82429},{2.46272,2.46272,2.46272},{1.30362,1.30362,1.30362},{1.81167,1.81167,1.81167},{1.51420,1.51420,1.51420},{1.75430,1.75430,1.75430},{2.14762,2.14762,2.14762},{1.89352,1.89352,1.89352},{1.54395,1.54395,1.54395},{1.78611,1.78611,1.78611},{1.10496,1.10496,1.10496},{2.78842,2.78842,2.78842},{2.56882,2.56882,2.56882},{2.04176,2.04176,2.04176},{2.63960,2.63960,2.63960},{2.09167,2.09167,2.09167},{1.32300,1.32300,1.32300},{1.45297,1.45297,1.45297},{1.56208,1.56208,1.56208},{1.88958,1.88958,1.88958},{1.27157,1.27157,1.27157},{2.19907,2.19907,2.19907},{2.40844,2.40844,2.40844},{2.38518,2.38518,2.38518},{2.12921,2.12921,2.12921},{1.21376,1.21376,1.21376},{1.16355,1.16355,1.16355},{2.36988,2.36988,2.36988},{1.18588,1.18588,1.18588},{2.62812,2.62812,2.62812},{1.51032,1.51032,1.51032},{2.59133,2.59133,2.59133},{1.67727,1.67727,1.67727},{1.18379,1.18379,1.18379},{1.34637,1.34637,1.34637},{2.22357,2.22357,2.22357},{2.98532,2.98532,2.98532},{1.60495,1.60495,1.60495},{1.38429,1.38429,1.38429},{1.18095,1.18095,1.18095},{2.64595,2.64595,2.64595},{2.13680,2.13680,2.13680},{2.73946,2.73946,2.73946},{2.67356,2.67356,2.67356},{1.58464,1.58464,1.58464},{2.58541,2.58541,2.58541},{1.42336,1.42336,1.42336},{1.37546,1.37546,1.37546},{1.83375,1.83375,1.83375},{1.29313,1.29313,1.29313},{1.61549,1.61549,1.61549},{1.69724,1.69724,1.69724},{1.26109,1.26109,1.26109},{1.20344,1.20344,1.20344},{2.38829,2.38829,2.38829},{1.34966,1.34966,1.34966},{2.46301,2.46301,2.46301},{1.31957,1.31957,1.31957},{1.80663,1.80663,1.80663},{2.50072,2.50072,2.50072},{2.41585,2.41585,2.41585},{1.59792,1.59792,1.59792},{1.03942,1.03942,1.03942},{1.54959,1.54959,1.54959},{1.04335,1.04335,1.04335},{1.68505,1.68505,1.68505},{2.85952,2.85952,2.85952},{2.94497,2.94497,2.94497},{1.16710,1.16710,1.16710},{2.66074,2.66074,2.66074},{1.42578,1.42578,1.42578},{1.05780,1.05780,1.05780},{2.32013,2.32013,2.32013},{2.07698,2.07698,2.07698},{1.03658,1.03658,1.03658},{1.24641,1.24641,1.24641},{1.67807,1.67807,1.67807},{1.66971,1.66971,1.66971},{1.50939,1.50939,1.50939},{2.14341,2.14341,2.14341},{2.22114,2.22114,2.22114},{1.21458,1.21458,1.21458},{1.91977,1.91977,1.91977},{2.61326,2.61326,2.61326},{1.62231,1.62231,1.62231},{1.44453,1.44453,1.44453},{1.51096,1.51096,1.51096},{1.60240,1.60240,1.60240},{1.59795,1.59795,1.59795},{1.72206,1.72206,1.72206},{2.64648,2.64648,2.64648},{1.23799,1.23799,1.23799},{2.43530,2.43530,2.43530},{1.22290,1.22290,1.22290},{1.56676,1.56676,1.56676},{1.58472,1.58472,1.58472},{2.07851,2.07851,2.07851},{2.80717,2.80717,2.80717},{1.41911,1.41911,1.41911},{1.42038,1.42038,1.42038},{2.80276,2.80276,2.80276},{2.07795,2.07795,2.07795},{1.30598,1.30598,1.30598},{2.38138,2.38138,2.38138},{1.48803,1.48803,1.48803},{1.47425,1.47425,1.47425},{1.78966,1.78966,1.78966},{1.14650,1.14650,1.14650},{1.82554,1.82554,1.82554},{1.25930,1.25930,1.25930},{1.36504,1.36504,1.36504},{1.34331,1.34331,1.34331},{1.71600,1.71600,1.71600},{2.71397,2.71397,2.71397},{1.09358,1.09358,1.09358},{2.39551,2.39551,2.39551},{1.27685,1.27685,1.27685},{2.00235,2.00235,2.00235},{1.25195,1.25195,1.25195},{1.00379,1.00379,1.00379},{1.41537,1.41537,1.41537},{2.57508,2.57508,2.57508},{2.38977,2.38977,2.38977},{2.30203,2.30203,2.30203},{1.94929,1.94929,1.94929},{1.98587,1.98587,1.98587},{1.35591,1.35591,1.35591},{1.53383,1.53383,1.53383},{2.09066,2.09066,2.09066},{1.44727,1.44727,1.44727},{1.44569,1.44569,1.44569},{2.83724,2.83724,2.83724},{1.73343,1.73343,1.73343},{1.72726,1.72726,1.72726},{1.64656,1.64656,1.64656},{2.09835,2.09835,2.09835},{1.68102,1.68102,1.68102},{2.17880,2.17880,2.17880},{2.20937,2.20937,2.20937},{2.92980,2.92980,2.92980},{1.39099,1.39099,1.39099},{2.66833,2.66833,2.66833},{1.01764,1.01764,1.01764},{2.98191,2.98191,2.98191},{2.84616,2.84616,2.84616},{1.24334,1.24334,1.24334},{2.91899,2.91899,2.91899},{2.51316,2.51316,2.51316},{1.54547,1.54547,1.54547},{1.16890,1.16890,1.16890},{1.66649,1.66649,1.66649},{2.51847,2.51847,2.51847},{2.02680,2.02680,2.02680},{1.39677,1.39677,1.39677},{1.99873,1.99873,1.99873},{2.17813,2.17813,2.17813},{1.02944,1.02944,1.02944},{1.92550,1.92550,1.92550},{2.74940,2.74940,2.74940},{2.27683,2.27683,2.27683},{2.75014,2.75014,2.75014},{2.30748,2.30748,2.30748},{2.76698,2.76698,2.76698},{2.35056,2.35056,2.35056},{2.15236,2.15236,2.15236},{2.95340,2.95340,2.95340},{2.27324,2.27324,2.27324},{1.47204,1.47204,1.47204},{2.81404,2.81404,2.81404},{1.81785,1.81785,1.81785},{2.54091,2.54091,2.54091},{1.37638,1.37638,1.37638},{1.14246,1.14246,1.14246},{2.07348,2.07348,2.07348},{1.51608,1.51608,1.51608},{1.17658,1.17658,1.17658},{1.50938,1.50938,1.50938},{1.82856,1.82856,1.82856},{1.97896,1.97896,1.97896},{1.44465,1.44465,1.44465},{2.13545,2.13545,2.13545},{2.78201,2.78201,2.78201},{1.15059,1.15059,1.15059},{2.74759,2.74759,2.74759},{2.43745,2.43745,2.43745},{1.07473,1.07473,1.07473},{1.12315,1.12315,1.12315},{2.55980,2.55980,2.55980},{1.03096,1.03096,1.03096},{1.02697,1.02697,1.02697},{2.50993,2.50993,2.50993},{2.65130,2.65130,2.65130},{2.01009,2.01009,2.01009},{2.54914,2.54914,2.54914},{1.72429,1.72429,1.72429},{2.23667,2.23667,2.23667},{2.17824,2.17824,2.17824},{2.42157,2.42157,2.42157},{1.71980,1.71980,1.71980},{2.44959,2.44959,2.44959},{2.70447,2.70447,2.70447},{1.38542,1.38542,1.38542},{2.54981,2.54981,2.54981},{2.42264,2.42264,2.42264},{2.55879,2.55879,2.55879},{2.66452,2.66452,2.66452},{1.00877,1.00877,1.00877},{2.20906,2.20906,2.20906},{2.83394,2.83394,2.83394},{2.54850,2.54850,2.54850},{1.87957,1.87957,1.87957},{1.40631,1.40631,1.40631},{2.01939,2.01939,2.01939},{1.33556,1.33556,1.33556},{1.22821,1.22821,1.22821},{2.56527,2.56527,2.56527},{1.94134,1.94134,1.94134},{2.76089,2.76089,2.76089},{1.06949,1.06949,1.06949},{2.33517,2.33517,2.33517},{1.34239,1.34239,1.34239},{2.28922,2.28922,2.28922},{2.96792,2.96792,2.96792},{1.18968,1.18968,1.18968},{1.77306,1.77306,1.77306},{1.16203,1.16203,1.16203},{2.21905,2.21905,2.21905},{1.36635,1.36635,1.36635},{2.53855,2.53855,2.53855},{1.21038,1.21038,1.21038},{2.06864,2.06864,2.06864},{1.09345,1.09345,1.09345},{2.85620,2.85620,2.85620},{2.40851,2.40851,2.40851},{2.21688,2.21688,2.21688},{2.80587,2.80587,2.80587},{1.46095,1.46095,1.46095},{2.95726,2.95726,2.95726},{2.80988,2.80988,2.80988},{2.18290,2.18290,2.18290},{2.75123,2.75123,2.75123},{2.90937,2.90937,2.90937},{1.88973,1.88973,1.88973},{2.22915,2.22915,2.22915},{2.45521,2.45521,2.45521},{2.81299,2.81299,2.81299},{2.55912,2.55912,2.55912},{2.10118,2.10118,2.10118},{1.28435,1.28435,1.28435},{1.01249,1.01249,1.01249},{1.84185,1.84185,1.84185},{2.05914,2.05914,2.05914},{1.17722,1.17722,1.17722},{2.64248,2.64248,2.64248},{1.88842,1.88842,1.88842},{1.67445,1.67445,1.67445},{1.61918,1.61918,1.61918},{1.36756,1.36756,1.36756},{1.65681,1.65681,1.65681},{1.68029,1.68029,1.68029},{1.32225,1.32225,1.32225},{2.13503,2.13503,2.13503},{2.53343,2.53343,2.53343},{1.96436,1.96436,1.96436},{2.95724,2.95724,2.95724},{2.23639,2.23639,2.23639},{2.32090,2.32090,2.32090},{1.78697,1.78697,1.78697},{2.87433,2.87433,2.87433},{1.60710,1.60710,1.60710},{1.97754,1.97754,1.97754},{1.34399,1.34399,1.34399},{2.56953,2.56953,2.56953},{2.90805,2.90805,2.90805},{2.14255,2.14255,2.14255},{1.35710,1.35710,1.35710},{1.79124,1.79124,1.79124},{1.73211,1.73211,1.73211},{2.78643,2.78643,2.78643},{2.75097,2.75097,2.75097},{1.51520,1.51520,1.51520},{1.76197,1.76197,1.76197},{1.50768,1.50768,1.50768},{2.76524,2.76524,2.76524},{2.54004,2.54004,2.54004},{2.67843,2.67843,2.67843},{2.75251,2.75251,2.75251},{1.61896,1.61896,1.61896},{1.22489,1.22489,1.22489},{2.85052,2.85052,2.85052},{1.07746,1.07746,1.07746},{2.42155,2.42155,2.42155},{1.70019,1.70019,1.70019},{2.48960,2.48960,2.48960},{1.60808,1.60808,1.60808},{2.09572,2.09572,2.09572},{1.49644,1.49644,1.49644},{1.52594,1.52594,1.52594},{1.52678,1.52678,1.52678},{2.69923,2.69923,2.69923},{1.06211,1.06211,1.06211},{1.31015,1.31015,1.31015},{2.08645,2.08645,2.08645},{1.35344,1.35344,1.35344},{2.70751,2.70751,2.70751},{1.90591,1.90591,1.90591},{2.34279,2.34279,2.34279},{2.22458,2.22458,2.22458},{2.97687,2.97687,2.97687},{1.55868,1.55868,1.55868},{1.27834,1.27834,1.27834},{1.76294,1.76294,1.76294},{1.17903,1.17903,1.17903},{2.22956,2.22956,2.22956},{1.65636,1.65636,1.65636},{1.93278,1.93278,1.93278},{1.46246,1.46246,1.46246},{2.55797,2.55797,2.55797},{1.96112,1.96112,1.96112},{1.13198,1.13198,1.13198},{2.41522,2.41522,2.41522},{1.79647,1.79647,1.79647},{2.27752,2.27752,2.27752},{2.51047,2.51047,2.51047},{1.66377,1.66377,1.66377},{1.16125,1.16125,1.16125},{1.88884,1.88884,1.88884},{2.79081,2.79081,2.79081},{2.99020,2.99020,2.99020},{1.80294,1.80294,1.80294},{2.59255,2.59255,2.59255},{2.03914,2.03914,2.03914},{1.77894,1.77894,1.77894},{2.39844,2.39844,2.39844},{1.36920,1.36920,1.36920},{1.93235,1.93235,1.93235},{1.64675,1.64675,1.64675},{2.48148,2.48148,2.48148},{1.03312,1.03312,1.03312},{1.59193,1.59193,1.59193},{1.61445,1.61445,1.61445},{2.56453,2.56453,2.56453},{1.60931,1.60931,1.60931},{2.35176,2.35176,2.35176},{2.20651,2.20651,2.20651},{2.68126,2.68126,2.68126},{1.32404,1.32404,1.32404},{2.78298,2.78298,2.78298},{2.97879,2.97879,2.97879},{1.38102,1.38102,1.38102},{1.12462,1.12462,1.12462},{1.35459,1.35459,1.35459},{2.58207,2.58207,2.58207},{2.36395,2.36395,2.36395},{2.58893,2.58893,2.58893},{2.43943,2.43943,2.43943},{2.22990,2.22990,2.22990},{2.68412,2.68412,2.68412},{1.69623,1.69623,1.69623},{1.30535,1.30535,1.30535},{2.74643,2.74643,2.74643},{2.99823,2.99823,2.99823},{1.26628,1.26628,1.26628},{2.74317,2.74317,2.74317},{2.49918,2.49918,2.49918},{2.53813,2.53813,2.53813},{2.85851,2.85851,2.85851},{2.47719,2.47719,2.47719},{1.66585,1.66585,1.66585},{1.04411,1.04411,1.04411},{2.06334,2.06334,2.06334},{2.15719,2.15719,2.15719},{2.96388,2.96388,2.96388},{2.62063,2.62063,2.62063},{1.21617,1.21617,1.21617},{1.23235,1.23235,1.23235},{2.10598,2.10598,2.10598},{2.62369,2.62369,2.62369},{1.87949,1.87949,1.87949},{1.41323,1.41323,1.41323},{2.61154,2.61154,2.61154},{1.15712,1.15712,1.15712},{2.48380,2.48380,2.48380},{2.27200,2.27200,2.27200},{2.19201,2.19201,2.19201},{2.77161,2.77161,2.77161},{2.96691,2.96691,2.96691},{2.77429,2.77429,2.77429},{1.15425,1.15425,1.15425},{2.74578,2.74578,2.74578},{2.03276,2.03276,2.03276},{2.07047,2.07047,2.07047},{1.17655,1.17655,1.17655},{1.97431,1.97431,1.97431},{1.17064,1.17064,1.17064},{1.69556,1.69556,1.69556},{2.73856,2.73856,2.73856},{2.99338,2.99338,2.99338},{1.66002,1.66002,1.66002},{1.32613,1.32613,1.32613},{1.26371,1.26371,1.26371},{2.98784,2.98784,2.98784},{2.64961,2.64961,2.64961},{2.53223,2.53223,2.53223},{1.93727,1.93727,1.93727},{2.61155,2.61155,2.61155},{1.72724,1.72724,1.72724},{1.48341,1.48341,1.48341},{2.32992,2.32992,2.32992},{2.08494,2.08494,2.08494},{1.04205,1.04205,1.04205},{1.35202,1.35202,1.35202},{2.65816,2.65816,2.65816},{1.07159,1.07159,1.07159},{1.01111,1.01111,1.01111},{1.16921,1.16921,1.16921},{2.17676,2.17676,2.17676},{2.10690,2.10690,2.10690},{2.96737,2.96737,2.96737},{1.61444,1.61444,1.61444},{2.32937,2.32937,2.32937},{1.40702,1.40702,1.40702},{2.40258,2.40258,2.40258},{1.89339,1.89339,1.89339},{1.28005,1.28005,1.28005},{2.66242,2.66242,2.66242},{2.80830,2.80830,2.80830},{1.28418,1.28418,1.28418},{2.00616,2.00616,2.00616},{1.11111,1.11111,1.11111},{2.03858,2.03858,2.03858},{2.71523,2.71523,2.71523},{1.95605,1.95605,1.95605},{2.06916,2.06916,2.06916},{1.01374,1.01374,1.01374},{2.52751,2.52751,2.52751},{1.53203,1.53203,1.53203},{1.89970,1.89970,1.89970},{1.09895,1.09895,1.09895},{2.08060,2.08060,2.08060},{2.81173,2.81173,2.81173},{1.13755,1.13755,1.13755},{2.11518,2.11518,2.11518},{2.33271,2.33271,2.33271},{2.68635,2.68635,2.68635},{2.39665,2.39665,2.39665},{1.90232,1.90232,1.90232},{2.95322,2.95322,2.95322},{2.22031,2.22031,2.22031},{2.93480,2.93480,2.93480},{1.79953,1.79953,1.79953},{1.18625,1.18625,1.18625},{2.44367,2.44367,2.44367},{1.68193,1.68193,1.68193},{2.91947,2.91947,2.91947},{1.64611,1.64611,1.64611},{1.90460,1.90460,1.90460},{2.78625,2.78625,2.78625},{2.16265,2.16265,2.16265},{1.58347,1.58347,1.58347},{1.84839,1.84839,1.84839},{2.33874,2.33874,2.33874},{2.58239,2.58239,2.58239},{1.28990,1.28990,1.28990},{2.72512,2.72512,2.72512},{2.46343,2.46343,2.46343},{2.97040,2.97040,2.97040},{1.02603,1.02603,1.02603},{2.51576,2.51576,2.51576},{1.82559,1.82559,1.82559},{1.97541,1.97541,1.97541},{1.74745,1.74745,1.74745},{1.61099,1.61099,1.61099},{2.92101,2.92101,2.92101},{2.92192,2.92192,2.92192},{2.61575,2.61575,2.61575},{1.86916,1.86916,1.86916},{2.74404,2.74404,2.74404},{1.02788,1.02788,1.02788},{1.77425,1.77425,1.77425},{1.81814,1.81814,1.81814},{1.25729,1.25729,1.25729},{1.84174,1.84174,1.84174},{2.85682,2.85682,2.85682},{1.35152,1.35152,1.35152},{1.45424,1.45424,1.45424},{2.53698,2.53698,2.53698},{2.79390,2.79390,2.79390},{2.40573,2.40573,2.40573},{1.38394,1.38394,1.38394},{2.02418,2.02418,2.02418},{1.94795,1.94795,1.94795},{2.74256,2.74256,2.74256},{1.13173,1.13173,1.13173},{2.65840,2.65840,2.65840},{2.78233,2.78233,2.78233},{2.50461,2.50461,2.50461},{2.73309,2.73309,2.73309},{2.16059,2.16059,2.16059},{2.02382,2.02382,2.02382},{1.29170,1.29170,1.29170},{2.72105,2.72105,2.72105},{1.52717,1.52717,1.52717},{2.23756,2.23756,2.23756},{2.20434,2.20434,2.20434},{1.60708,1.60708,1.60708},{2.10033,2.10033,2.10033},{1.72076,1.72076,1.72076},{2.28370,2.28370,2.28370},{1.26078,1.26078,1.26078},{2.01424,2.01424,2.01424},{2.32892,2.32892,2.32892},{1.70363,1.70363,1.70363},{2.52737,2.52737,2.52737},{1.70719,1.70719,1.70719},{1.04276,1.04276,1.04276},{1.80422,1.80422,1.80422},{2.04723,2.04723,2.04723},{2.17935,2.17935,2.17935},{2.87727,2.87727,2.87727},{1.06413,1.06413,1.06413},{1.07105,1.07105,1.07105},{1.74287,1.74287,1.74287},{1.15171,1.15171,1.15171},{1.77493,1.77493,1.77493},{2.81406,2.81406,2.81406},{1.55849,1.55849,1.55849},{2.94480,2.94480,2.94480},{1.79504,1.79504,1.79504},{1.11240,1.11240,1.11240},{1.06083,1.06083,1.06083},{1.87770,1.87770,1.87770},{2.26189,2.26189,2.26189},{2.56085,2.56085,2.56085},{1.23084,1.23084,1.23084},{1.90212,1.90212,1.90212},{1.77257,1.77257,1.77257},{1.34974,1.34974,1.34974},{1.47271,1.47271,1.47271},{2.90212,2.90212,2.90212},{1.48038,1.48038,1.48038},{2.92402,2.92402,2.92402},{2.83918,2.83918,2.83918},{1.27174,1.27174,1.27174},{2.60485,2.60485,2.60485},{2.61894,2.61894,2.61894},{2.98619,2.98619,2.98619},{2.44861,2.44861,2.44861},{2.65524,2.65524,2.65524},{2.74650,2.74650,2.74650},{2.06710,2.06710,2.06710},{1.68538,1.68538,1.68538},{2.13768,2.13768,2.13768},{2.30015,2.30015,2.30015},{2.09359,2.09359,2.09359},{2.84387,2.84387,2.84387},{2.08201,2.08201,2.08201},{2.54132,2.54132,2.54132},{2.43837,2.43837,2.43837},{2.55449,2.55449,2.55449},{2.01655,2.01655,2.01655},{2.17759,2.17759,2.17759},{1.59065,1.59065,1.59065},{2.42106,2.42106,2.42106},{1.66252,1.66252,1.66252},{1.39222,1.39222,1.39222},{2.77048,2.77048,2.77048},{1.17756,1.17756,1.17756},{2.12846,2.12846,2.12846},{1.58843,1.58843,1.58843},{2.82378,2.82378,2.82378},{1.31259,1.31259,1.31259},{1.01872,1.01872,1.01872},{1.49113,1.49113,1.49113},{2.28505,2.28505,2.28505},{1.03847,1.03847,1.03847},{1.05020,1.05020,1.05020},{1.10751,1.10751,1.10751},{2.62689,2.62689,2.62689},{2.92401,2.92401,2.92401},{2.91740,2.91740,2.91740},{1.65212,1.65212,1.65212},{1.14331,1.14331,1.14331},{2.78249,2.78249,2.78249},{1.36268,1.36268,1.36268},{1.59787,1.59787,1.59787},{2.40805,2.40805,2.40805},{1.55290,1.55290,1.55290},{2.38839,2.38839,2.38839},{1.58413,1.58413,1.58413},{2.62239,2.62239,2.62239},{1.72147,1.72147,1.72147},{1.88281,1.88281,1.88281},{2.12187,2.12187,2.12187},{1.41361,1.41361,1.41361},{1.05945,1.05945,1.05945},{1.57037,1.57037,1.57037},{2.90382,2.90382,2.90382},{2.24051,2.24051,2.24051},{1.65646,1.65646,1.65646},{1.05790,1.05790,1.05790},{1.23338,1.23338,1.23338},{2.45117,2.45117,2.45117},{2.30605,2.30605,2.30605},{2.69008,2.69008,2.69008},{2.68143,2.68143,2.68143},{1.43498,1.43498,1.43498},{1.44694,1.44694,1.44694},{1.11959,1.11959,1.11959},{2.43371,2.43371,2.43371},{2.76203,2.76203,2.76203},{2.70898,2.70898,2.70898},{1.51471,1.51471,1.51471},{1.34193,1.34193,1.34193},{2.27136,2.27136,2.27136},{1.69583,1.69583,1.69583},{1.28411,1.28411,1.28411},{2.74405,2.74405,2.74405},{1.75514,1.75514,1.75514},{1.62815,1.62815,1.62815},{1.55580,1.55580,1.55580},{1.20899,1.20899,1.20899},{1.38278,1.38278,1.38278},{1.07494,1.07494,1.07494},{1.16520,1.16520,1.16520},{1.44666,1.44666,1.44666},{2.05092,2.05092,2.05092},{1.56300,1.56300,1.56300},{1.88714,1.88714,1.88714},{1.91402,1.91402,1.91402},{2.27822,2.27822,2.27822},{2.02704,2.02704,2.02704},{2.39268,2.39268,2.39268},{1.97171,1.97171,1.97171},{1.91235,1.91235,1.91235},{1.42267,1.42267,1.42267},{1.88297,1.88297,1.88297},{2.44134,2.44134,2.44134},{1.89386,1.89386,1.89386},{2.75083,2.75083,2.75083},{2.16820,2.16820,2.16820},{2.25117,2.25117,2.25117},{1.12569,1.12569,1.12569},{2.09992,2.09992,2.09992},{2.08527,2.08527,2.08527},{1.12759,1.12759,1.12759},{2.11166,2.11166,2.11166},{2.67089,2.67089,2.67089},{1.12013,1.12013,1.12013},{1.05763,1.05763,1.05763},{1.50503,1.50503,1.50503},{1.17655,1.17655,1.17655},{1.11106,1.11106,1.11106},{2.81450,2.81450,2.81450},{1.90812,1.90812,1.90812},{2.46773,2.46773,2.46773},{2.30336,2.30336,2.30336},{1.23483,1.23483,1.23483},{2.69925,2.69925,2.69925},{1.97999,1.97999,1.97999},{2.48056,2.48056,2.48056},{2.65063,2.65063,2.65063},{1.62495,1.62495,1.62495},{2.83355,2.83355,2.83355},{1.03208,1.03208,1.03208},{1.18131,1.18131,1.18131},{2.96792,2.96792,2.96792},{1.12083,1.12083,1.12083},{2.02462,2.02462,2.02462},{1.02501,1.02501,1.02501},{1.82655,1.82655,1.82655},{2.05287,2.05287,2.05287},{2.56329,2.56329,2.56329},{2.59996,2.59996,2.59996},{2.98583,2.98583,2.98583},{1.37958,1.37958,1.37958},{2.07165,2.07165,2.07165},{1.41342,1.41342,1.41342},{1.80910,1.80910,1.80910},{2.35822,2.35822,2.35822},{1.51217,1.51217,1.51217},{2.26150,2.26150,2.26150},{1.10956,1.10956,1.10956},{2.63332,2.63332,2.63332},{1.69885,1.69885,1.69885},{2.85276,2.85276,2.85276},{2.07250,2.07250,2.07250},{2.19939,2.19939,2.19939},{2.53123,2.53123,2.53123},{1.73724,1.73724,1.73724},{1.31573,1.31573,1.31573},{2.87786,2.87786,2.87786},{1.11703,1.11703,1.11703},{2.05989,2.05989,2.05989},{2.11577,2.11577,2.11577},{1.77210,1.77210,1.77210},{1.15835,1.15835,1.15835},{2.71637,2.71637,2.71637},{1.12535,1.12535,1.12535},{1.23091,1.23091,1.23091},{1.74421,1.74421,1.74421},{2.03300,2.03300,2.03300},{1.03931,1.03931,1.03931},{1.92344,1.92344,1.92344},{2.04904,2.04904,2.04904},{2.33379,2.33379,2.33379},{1.49700,1.49700,1.49700},{1.12217,1.12217,1.12217},{2.13275,2.13275,2.13275},{2.77972,2.77972,2.77972},{2.51668,2.51668,2.51668},{1.82785,1.82785,1.82785},{2.09053,2.09053,2.09053},{1.67565,1.67565,1.67565},{2.19136,2.19136,2.19136},{2.07876,2.07876,2.07876},{2.58112,2.58112,2.58112},{2.33703,2.33703,2.33703},{1.49850,1.49850,1.49850},{1.02576,1.02576,1.02576},{2.28971,2.28971,2.28971},{1.05432,1.05432,1.05432},{1.65038,1.65038,1.65038},{1.74081,1.74081,1.74081},{1.72766,1.72766,1.72766},{2.70508,2.70508,2.70508},{1.52378,1.52378,1.52378},{2.82031,2.82031,2.82031},{1.69802,1.69802,1.69802},{2.89995,2.89995,2.89995},{2.74519,2.74519,2.74519},{2.29213,2.29213,2.29213},{1.79050,1.79050,1.79050},{1.20139,1.20139,1.20139},{1.21469,1.21469,1.21469},{1.05194,1.05194,1.05194},{2.40037,2.40037,2.40037},{2.34891,2.34891,2.34891},{2.23233,2.23233,2.23233},{2.71314,2.71314,2.71314},{1.53738,1.53738,1.53738},{1.78014,1.78014,1.78014},{2.08750,2.08750,2.08750},{1.88003,1.88003,1.88003},{2.43209,2.43209,2.43209},{1.77810,1.77810,1.77810},{2.58314,2.58314,2.58314},{1.55059,1.55059,1.55059},{1.04048,1.04048,1.04048},{1.71422,1.71422,1.71422},{1.92714,1.92714,1.92714},{1.92605,1.92605,1.92605},{1.87047,1.87047,1.87047},{1.90794,1.90794,1.90794},{1.20906,1.20906,1.20906},{2.78769,2.78769,2.78769},{1.79709,1.79709,1.79709},{2.26204,2.26204,2.26204},{2.23677,2.23677,2.23677},{2.56442,2.56442,2.56442},{1.95905,1.95905,1.95905},{2.96748,2.96748,2.96748},{1.78516,1.78516,1.78516},{1.14189,1.14189,1.14189},{1.93511,1.93511,1.93511},{1.34727,1.34727,1.34727},{1.85049,1.85049,1.85049},{2.99258,2.99258,2.99258},{2.48815,2.48815,2.48815},{2.95695,2.95695,2.95695},{1.50176,1.50176,1.50176},{2.25268,2.25268,2.25268},{1.71469,1.71469,1.71469},{2.72199,2.72199,2.72199},{2.31737,2.31737,2.31737},{2.73600,2.73600,2.73600},{2.90454,2.90454,2.90454},{1.91033,1.91033,1.91033},{2.74977,2.74977,2.74977},{1.79319,1.79319,1.79319},{2.09932,2.09932,2.09932},{1.57754,1.57754,1.57754},{1.71639,1.71639,1.71639},{2.13399,2.13399,2.13399},{2.76103,2.76103,2.76103},{2.93473,2.93473,2.93473},{2.71782,2.71782,2.71782},{1.16608,1.16608,1.16608},{1.56291,1.56291,1.56291},{2.86768,2.86768,2.86768},{2.58637,2.58637,2.58637},{1.27082,1.27082,1.27082},{2.96897,2.96897,2.96897},{2.22704,2.22704,2.22704},{1.08351,1.08351,1.08351},{2.33794,2.33794,2.33794},{1.31440,1.31440,1.31440},{1.05479,1.05479,1.05479},{1.19259,1.19259,1.19259},{2.77841,2.77841,2.77841},{1.10005,1.10005,1.10005},{1.33938,1.33938,1.33938},{1.43002,1.43002,1.43002},{2.86228,2.86228,2.86228},{2.80525,2.80525,2.80525},{2.29141,2.29141,2.29141},{1.95669,1.95669,1.95669},{2.41663,2.41663,2.41663},{2.62704,2.62704,2.62704},{1.74829,1.74829,1.74829},{1.45192,1.45192,1.45192},{2.36957,2.36957,2.36957},{2.18087,2.18087,2.18087},{2.09227,2.09227,2.09227},{1.83027,1.83027,1.83027},{1.26207,1.26207,1.26207},{1.62777,1.62777,1.62777},{2.56796,2.56796,2.56796},{1.15410,1.15410,1.15410},{1.18540,1.18540,1.18540},{1.21979,1.21979,1.21979},{2.00966,2.00966,2.00966},{1.36461,1.36461,1.36461},{2.19966,2.19966,2.19966},{2.17499,2.17499,2.17499},{2.90649,2.90649,2.90649},{2.46343,2.46343,2.46343},{1.15206,1.15206,1.15206},{1.96206,1.96206,1.96206},{1.84393,1.84393,1.84393},{1.85830,1.85830,1.85830},{1.86365,1.86365,1.86365},{1.67267,1.67267,1.67267},{2.54776,2.54776,2.54776},{1.48524,1.48524,1.48524},{2.96935,2.96935,2.96935},{1.33418,1.33418,1.33418},{2.46509,2.46509,2.46509},{2.46074,2.46074,2.46074},{2.66078,2.66078,2.66078},{2.48415,2.48415,2.48415},{2.26769,2.26769,2.26769},{2.86101,2.86101,2.86101},{2.98410,2.98410,2.98410},{2.94185,2.94185,2.94185},{2.37904,2.37904,2.37904},{1.86961,1.86961,1.86961},{2.70666,2.70666,2.70666},{2.07083,2.07083,2.07083},{1.29506,1.29506,1.29506},{1.17950,1.17950,1.17950},{2.54414,2.54414,2.54414},{1.28009,1.28009,1.28009},{2.53620,2.53620,2.53620},{2.03261,2.03261,2.03261},{2.10240,2.10240,2.10240},{2.80600,2.80600,2.80600},{1.57971,1.57971,1.57971},{1.37917,1.37917,1.37917},{2.08787,2.08787,2.08787},{1.98665,1.98665,1.98665},{2.13687,2.13687,2.13687},{1.56538,1.56538,1.56538},{2.50810,2.50810,2.50810},{2.99535,2.99535,2.99535},{1.00686,1.00686,1.00686},{2.96094,2.96094,2.96094},{1.59015,1.59015,1.59015},{2.98315,2.98315,2.98315},{2.01134,2.01134,2.01134},{2.96970,2.96970,2.96970},{1.33095,1.33095,1.33095},{2.81310,2.81310,2.81310},{2.04450,2.04450,2.04450},{2.80734,2.80734,2.80734},{1.08944,1.08944,1.08944},{2.83759,2.83759,2.83759},{2.32450,2.32450,2.32450},{1.40042,1.40042,1.40042},{1.28426,1.28426,1.28426},{2.98918,2.98918,2.98918},{1.70198,1.70198,1.70198},{1.60354,1.60354,1.60354},{2.35238,2.35238,2.35238},{1.56600,1.56600,1.56600},{1.78503,1.78503,1.78503},{2.60311,2.60311,2.60311},{1.49263,1.49263,1.49263},{1.83813,1.83813,1.83813},{1.83777,1.83777,1.83777},{1.96867,1.96867,1.96867},{1.76771,1.76771,1.76771},{2.41858,2.41858,2.41858},{1.68416,1.68416,1.68416},{2.79019,2.79019,2.79019},{2.11919,2.11919,2.11919},{1.46076,1.46076,1.46076},{1.97033,1.97033,1.97033},{2.78752,2.78752,2.78752},{2.03162,2.03162,2.03162},{1.18028,1.18028,1.18028},{1.14312,1.14312,1.14312},{1.77403,1.77403,1.77403},{1.90153,1.90153,1.90153},{1.17579,1.17579,1.17579},{2.26914,2.26914,2.26914},{2.66051,2.66051,2.66051},{2.59544,2.59544,2.59544},{2.60521,2.60521,2.60521},{1.07242,1.07242,1.07242},{1.86117,1.86117,1.86117},{1.62058,1.62058,1.62058},{1.68723,1.68723,1.68723},{1.26130,1.26130,1.26130},{1.62776,1.62776,1.62776},{2.29917,2.29917,2.29917},{1.84017,1.84017,1.84017},{2.21262,2.21262,2.21262},{2.10633,2.10633,2.10633},{2.44482,2.44482,2.44482},{2.43283,2.43283,2.43283},{1.53125,1.53125,1.53125},{2.40125,2.40125,2.40125},{2.25049,2.25049,2.25049},{1.03039,1.03039,1.03039},{2.15062,2.15062,2.15062},{1.63968,1.63968,1.63968},{2.30231,2.30231,2.30231},{1.14216,1.14216,1.14216},{1.11766,1.11766,1.11766},{1.94327,1.94327,1.94327},{2.27306,2.27306,2.27306},{1.71336,1.71336,1.71336},{2.37002,2.37002,2.37002},{1.68073,1.68073,1.68073},{1.24470,1.24470,1.24470},{1.22356,1.22356,1.22356},{2.64714,2.64714,2.64714},{2.12866,2.12866,2.12866},{1.64568,1.64568,1.64568},{2.46300,2.46300,2.46300},{2.68792,2.68792,2.68792},{2.49150,2.49150,2.49150},{1.78793,1.78793,1.78793},{1.04286,1.04286,1.04286},{2.01634,2.01634,2.01634},{2.91141,2.91141,2.91141},{1.03604,1.03604,1.03604},{2.02138,2.02138,2.02138},{2.82004,2.82004,2.82004},{2.75035,2.75035,2.75035},{2.17473,2.17473,2.17473},{1.56625,1.56625,1.56625},{1.72921,1.72921,1.72921},{1.63317,1.63317,1.63317},{2.06800,2.06800,2.06800},{1.82010,1.82010,1.82010},{1.19957,1.19957,1.19957},{2.25360,2.25360,2.25360},{2.79157,2.79157,2.79157},{1.10477,1.10477,1.10477},{2.55152,2.55152,2.55152},{1.56363,1.56363,1.56363},{2.90842,2.90842,2.90842},{2.57135,2.57135,2.57135},{1.38340,1.38340,1.38340},{1.69249,1.69249,1.69249},{1.62944,1.62944,1.62944},{1.53333,1.53333,1.53333},{2.81961,2.81961,2.81961},{1.23356,1.23356,1.23356},{1.53786,1.53786,1.53786},{1.60668,1.60668,1.60668},{2.56527,2.56527,2.56527},{1.04478,1.04478,1.04478},{2.31257,2.31257,2.31257},{2.09485,2.09485,2.09485},{1.05437,1.05437,1.05437},{2.80823,2.80823,2.80823},{2.21579,2.21579,2.21579},{1.84118,1.84118,1.84118},{2.36120,2.36120,2.36120},{1.66131,1.66131,1.66131},{1.07556,1.07556,1.07556},{2.18226,2.18226,2.18226},{2.96052,2.96052,2.96052},{2.21403,2.21403,2.21403},{2.43165,2.43165,2.43165},{1.11770,1.11770,1.11770},{2.26159,2.26159,2.26159},{1.70227,1.70227,1.70227},{2.99128,2.99128,2.99128},{1.65980,1.65980,1.65980},{2.55013,2.55013,2.55013},{1.59087,1.59087,1.59087},{2.72919,2.72919,2.72919},{2.66263,2.66263,2.66263},{2.13074,2.13074,2.13074},{2.20612,2.20612,2.20612},{2.79655,2.79655,2.79655},{1.91334,1.91334,1.91334},{1.73681,1.73681,1.73681},{2.28511,2.28511,2.28511},{2.82582,2.82582,2.82582},{2.29612,2.29612,2.29612},{2.69456,2.69456,2.69456},{1.24362,1.24362,1.24362},{1.29964,1.29964,1.29964},{2.76931,2.76931,2.76931},{1.79506,1.79506,1.79506},{2.38678,2.38678,2.38678},{2.77663,2.77663,2.77663},{1.60712,1.60712,1.60712},{2.41990,2.41990,2.41990},{2.82840,2.82840,2.82840},{1.38316,1.38316,1.38316},{2.72883,2.72883,2.72883},{2.85301,2.85301,2.85301},{2.52723,2.52723,2.52723},{1.55980,1.55980,1.55980},{2.28845,2.28845,2.28845},{2.55415,2.55415,2.55415},{1.35194,1.35194,1.35194},{1.96760,1.96760,1.96760},{1.39596,1.39596,1.39596},{1.24196,1.24196,1.24196},{2.88126,2.88126,2.88126},{2.37964,2.37964,2.37964},{1.79540,1.79540,1.79540},{1.19638,1.19638,1.19638},{2.43039,2.43039,2.43039},{1.25125,1.25125,1.25125},{2.33887,2.33887,2.33887},{2.69134,2.69134,2.69134},{1.31237,1.31237,1.31237},{2.85174,2.85174,2.85174},{2.93999,2.93999,2.93999},{1.23863,1.23863,1.23863},{2.06357,2.06357,2.06357},{2.58443,2.58443,2.58443},{2.18085,2.18085,2.18085},{1.10535,1.10535,1.10535},{2.77613,2.77613,2.77613},{2.89030,2.89030,2.89030},{2.82347,2.82347,2.82347},{1.98518,1.98518,1.98518},{2.14450,2.14450,2.14450},{2.71951,2.71951,2.71951},{2.40262,2.40262,2.40262},{2.47073,2.47073,2.47073},{2.75398,2.75398,2.75398},{2.51670,2.51670,2.51670},{2.68632,2.68632,2.68632},{1.45664,1.45664,1.45664},{1.29750,1.29750,1.29750},{1.70469,1.70469,1.70469},{2.43432,2.43432,2.43432},{1.59226,1.59226,1.59226},{2.00526,2.00526,2.00526},{1.99673,1.99673,1.99673},{1.79529,1.79529,1.79529},{1.50567,1.50567,1.50567},{2.90832,2.90832,2.90832},{1.42712,1.42712,1.42712},{2.44731,2.44731,2.44731},{2.03281,2.03281,2.03281},{1.39340,1.39340,1.39340},{1.52626,1.52626,1.52626},{2.08973,2.08973,2.08973},{2.45915,2.45915,2.45915},{1.38189,1.38189,1.38189},{1.16978,1.16978,1.16978},{2.75398,2.75398,2.75398},{1.71035,1.71035,1.71035},{1.24345,1.24345,1.24345},{1.89510,1.89510,1.89510},{2.58779,2.58779,2.58779},{2.90785,2.90785,2.90785},{1.40334,1.40334,1.40334},{2.56684,2.56684,2.56684},{2.34061,2.34061,2.34061},{1.69072,1.69072,1.69072},{1.21640,1.21640,1.21640},{1.37513,1.37513,1.37513},{2.87325,2.87325,2.87325},{2.67404,2.67404,2.67404},{2.49584,2.49584,2.49584},{1.87359,1.87359,1.87359},{1.61772,1.61772,1.61772},{1.37134,1.37134,1.37134},{1.05310,1.05310,1.05310},{1.16237,1.16237,1.16237},{2.12759,2.12759,2.12759},{1.33515,1.33515,1.33515},{1.61449,1.61449,1.61449},{1.76919,1.76919,1.76919},{1.78970,1.78970,1.78970},{2.86099,2.86099,2.86099},{2.68128,2.68128,2.68128},{2.00744,2.00744,2.00744},{1.30858,1.30858,1.30858},{1.19890,1.19890,1.19890},{1.74456,1.74456,1.74456},{2.57976,2.57976,2.57976},{2.96839,2.96839,2.96839},{2.51207,2.51207,2.51207},{1.18235,1.18235,1.18235},{1.90445,1.90445,1.90445},{2.92297,2.92297,2.92297},{1.59737,1.59737,1.59737},{2.47834,2.47834,2.47834},{2.48862,2.48862,2.48862},{1.83982,1.83982,1.83982},{1.61149,1.61149,1.61149},{2.61132,2.61132,2.61132},{2.53211,2.53211,2.53211},{1.44904,1.44904,1.44904},{1.33823,1.33823,1.33823},{2.97204,2.97204,2.97204},{1.76284,1.76284,1.76284},{1.54692,1.54692,1.54692},{2.13819,2.13819,2.13819},{2.70033,2.70033,2.70033},{2.87819,2.87819,2.87819},{1.46490,1.46490,1.46490},{2.98724,2.98724,2.98724},{2.14462,2.14462,2.14462},{1.55876,1.55876,1.55876},{2.71916,2.71916,2.71916},{2.08956,2.08956,2.08956},{1.97883,1.97883,1.97883},{1.72264,1.72264,1.72264},{2.97739,2.97739,2.97739},{1.86068,1.86068,1.86068},{2.29249,2.29249,2.29249},{1.90678,1.90678,1.90678},{1.02756,1.02756,1.02756},{1.88306,1.88306,1.88306},{2.94636,2.94636,2.94636},{1.16247,1.16247,1.16247},{1.19583,1.19583,1.19583},{1.29210,1.29210,1.29210},{2.24581,2.24581,2.24581},{2.90089,2.90089,2.90089},{1.57724,1.57724,1.57724},{1.07464,1.07464,1.07464},{2.25141,2.25141,2.25141},{2.31900,2.31900,2.31900},{1.33267,1.33267,1.33267},{2.17013,2.17013,2.17013},{2.78967,2.78967,2.78967},{2.95659,2.95659,2.95659},{2.16912,2.16912,2.16912},{2.19976,2.19976,2.19976},{1.26715,1.26715,1.26715},{1.03280,1.03280,1.03280},{1.74732,1.74732,1.74732},{1.55748,1.55748,1.55748},{1.43563,1.43563,1.43563},{2.70246,2.70246,2.70246},{1.58487,1.58487,1.58487},{2.75193,2.75193,2.75193},{2.16759,2.16759,2.16759},{2.01049,2.01049,2.01049},{2.18540,2.18540,2.18540},{2.72924,2.72924,2.72924},{2.23023,2.23023,2.23023},{1.38028,1.38028,1.38028},{1.45460,1.45460,1.45460},{2.85481,2.85481,2.85481},{1.16220,1.16220,1.16220},{1.90329,1.90329,1.90329},{1.99853,1.99853,1.99853},{1.86583,1.86583,1.86583},{2.58416,2.58416,2.58416},{2.21073,2.21073,2.21073},{2.81770,2.81770,2.81770},{1.39803,1.39803,1.39803},{2.19359,2.19359,2.19359},{1.37937,1.37937,1.37937},{1.70353,1.70353,1.70353},{1.57952,1.57952,1.57952},{2.30421,2.30421,2.30421},{2.91801,2.91801,2.91801},{2.87735,2.87735,2.87735},{1.62970,1.62970,1.62970},{2.89879,2.89879,2.89879},{1.51852,1.51852,1.51852},{2.90849,2.90849,2.90849},{1.24941,1.24941,1.24941},{2.01351,2.01351,2.01351},{2.63799,2.63799,2.63799},{1.98617,1.98617,1.98617},{2.67102,2.67102,2.67102},{2.50407,2.50407,2.50407},{2.34137,2.34137,2.34137},{2.74122,2.74122,2.74122},{1.93651,1.93651,1.93651},{2.33490,2.33490,2.33490},{2.18390,2.18390,2.18390},{1.73883,1.73883,1.73883},{1.35444,1.35444,1.35444},{2.91503,2.91503,2.91503},{2.65900,2.65900,2.65900},{2.06246,2.06246,2.06246},{2.32371,2.32371,2.32371},{2.94206,2.94206,2.94206},{1.43287,1.43287,1.43287},{1.11391,1.11391,1.11391},{2.80432,2.80432,2.80432},{2.12432,2.12432,2.12432},{1.72563,1.72563,1.72563},{2.44168,2.44168,2.44168},{2.61024,2.61024,2.61024},{1.87531,1.87531,1.87531},{1.98834,1.98834,1.98834},{2.67573,2.67573,2.67573},{1.84193,1.84193,1.84193},{1.89134,1.89134,1.89134},{1.59804,1.59804,1.59804},{1.94213,1.94213,1.94213},{2.01602,2.01602,2.01602},{1.50914,1.50914,1.50914},{2.05740,2.05740,2.05740},{1.01417,1.01417,1.01417},{2.31104,2.31104,2.31104},{1.86576,1.86576,1.86576},{1.32145,1.32145,1.32145},{2.21550,2.21550,2.21550},{2.24280,2.24280,2.24280},{2.68169,2.68169,2.68169},{2.82410,2.82410,2.82410},{1.96470,1.96470,1.96470},{1.22482,1.22482,1.22482},{2.54675,2.54675,2.54675},{2.51097,2.51097,2.51097},{1.83817,1.83817,1.83817},{1.10991,1.10991,1.10991},{2.31278,2.31278,2.31278},{2.49035,2.49035,2.49035},{1.34706,1.34706,1.34706},{2.56686,2.56686,2.56686},{2.61223,2.61223,2.61223},{1.08361,1.08361,1.08361},{2.40180,2.40180,2.40180},{1.97601,1.97601,1.97601},{1.45645,1.45645,1.45645},{1.77400,1.77400,1.77400},{2.30509,2.30509,2.30509},{1.31718,1.31718,1.31718},{2.07577,2.07577,2.07577},{2.25998,2.25998,2.25998},{1.30661,1.30661,1.30661},{2.12031,2.12031,2.12031},{2.84446,2.84446,2.84446},{1.00202,1.00202,1.00202},{1.52234,1.52234,1.52234},{1.34626,1.34626,1.34626},{1.12409,1.12409,1.12409},{1.60107,1.60107,1.60107},{1.17678,1.17678,1.17678},{1.34325,1.34325,1.34325},{2.26265,2.26265,2.26265},{2.33002,2.33002,2.33002},{2.67115,2.67115,2.67115},{2.04545,2.04545,2.04545},{1.62291,1.62291,1.62291},{2.88472,2.88472,2.88472},{1.39840,1.39840,1.39840},{1.69809,1.69809,1.69809},{1.74245,1.74245,1.74245},{2.97214,2.97214,2.97214},{2.03820,2.03820,2.03820},{1.58813,1.58813,1.58813},{1.84713,1.84713,1.84713},{2.09244,2.09244,2.09244},{1.27732,1.27732,1.27732},{1.28860,1.28860,1.28860},{2.01372,2.01372,2.01372},{1.21106,1.21106,1.21106},{2.47654,2.47654,2.47654},{2.50815,2.50815,2.50815},{1.27132,1.27132,1.27132},{2.73958,2.73958,2.73958},{1.28261,1.28261,1.28261},{1.75456,1.75456,1.75456},{1.60151,1.60151,1.60151},{2.29449,2.29449,2.29449},{1.60196,1.60196,1.60196},{1.33965,1.33965,1.33965},{2.96718,2.96718,2.96718},{1.37884,1.37884,1.37884},{2.19045,2.19045,2.19045},{1.39899,1.39899,1.39899},{2.87044,2.87044,2.87044},{2.50390,2.50390,2.50390},{1.21342,1.21342,1.21342},{1.35791,1.35791,1.35791},{1.45502,1.45502,1.45502},{1.72552,1.72552,1.72552},{1.59498,1.59498,1.59498},{2.97706,2.97706,2.97706},{2.53578,2.53578,2.53578},{2.16499,2.16499,2.16499},{1.50755,1.50755,1.50755},{2.93868,2.93868,2.93868},{2.90299,2.90299,2.90299},{2.34409,2.34409,2.34409},{2.09768,2.09768,2.09768},{1.33014,1.33014,1.33014},{1.86690,1.86690,1.86690},{1.21256,1.21256,1.21256},{1.53810,1.53810,1.53810},{2.16463,2.16463,2.16463},{2.01400,2.01400,2.01400},{2.16538,2.16538,2.16538},{1.86969,1.86969,1.86969},{1.97563,1.97563,1.97563},{2.29337,2.29337,2.29337},{1.86457,1.86457,1.86457},{2.02133,2.02133,2.02133},{1.13298,1.13298,1.13298},{2.84355,2.84355,2.84355},{2.09720,2.09720,2.09720},{2.76729,2.76729,2.76729},{2.36492,2.36492,2.36492},{2.76829,2.76829,2.76829},{1.27848,1.27848,1.27848},{1.40792,1.40792,1.40792},{2.48946,2.48946,2.48946},{1.38224,1.38224,1.38224},{2.94789,2.94789,2.94789},{1.76731,1.76731,1.76731},{1.76876,1.76876,1.76876},{2.84152,2.84152,2.84152},{2.51850,2.51850,2.51850},{1.64566,1.64566,1.64566},{2.82087,2.82087,2.82087},{2.60742,2.60742,2.60742},{2.19960,2.19960,2.19960},{2.24993,2.24993,2.24993},{2.29398,2.29398,2.29398},{1.03212,1.03212,1.03212},{1.21954,1.21954,1.21954},{2.36901,2.36901,2.36901},{1.66539,1.66539,1.66539},{1.21003,1.21003,1.21003},{2.83996,2.83996,2.83996},{1.24521,1.24521,1.24521},{1.66365,1.66365,1.66365},{2.08184,2.08184,2.08184},{1.79620,1.79620,1.79620},{1.00085,1.00085,1.00085},{1.68601,1.68601,1.68601},{2.04518,2.04518,2.04518},{2.56335,2.56335,2.56335},{2.81683,2.81683,2.81683},{2.72726,2.72726,2.72726},{2.25434,2.25434,2.25434},{2.43216,2.43216,2.43216},{1.80374,1.80374,1.80374},{1.20929,1.20929,1.20929},{1.15708,1.15708,1.15708},{1.46593,1.46593,1.46593},{2.17182,2.17182,2.17182},{1.22182,1.22182,1.22182},{1.69174,1.69174,1.69174},{2.15467,2.15467,2.15467},{2.16246,2.16246,2.16246},{2.04236,2.04236,2.04236},{2.69127,2.69127,2.69127},{1.01201,1.01201,1.01201},{2.24588,2.24588,2.24588},{2.66509,2.66509,2.66509},};