Skip to content

Instantly share code, notes, and snippets.

@nsivertsen
Last active March 14, 2017 19:17
Show Gist options
  • Save nsivertsen/5fdd92d78527bac442e81536053f1aa1 to your computer and use it in GitHub Desktop.
Save nsivertsen/5fdd92d78527bac442e81536053f1aa1 to your computer and use it in GitHub Desktop.
Berlin Street Lights
license: mit
height: 800
border: no
.DS_Store
node_modules
lights.xml

All public lights in Berlin.

Source: Geoportal Berlin / Öffentliche Beleuchtung

<!DOCTYPE html>
<meta charset="utf-8">
<style>
</style>
<body>
<canvas width="960" height="800"></canvas>
<script src="//d3js.org/d3.v4.min.js" charset="utf-8"></script>
<script src="//d3js.org/topojson.v2.min.js"></script>
<script>
var canvas = d3.select('canvas'),
context = canvas.node().getContext('2d'),
width = canvas.node().width,
height = canvas.node().height;
canvas
.attr('width', width * window.devicePixelRatio)
.attr('height', height * window.devicePixelRatio)
.style('width', width + 'px')
.style('height', height + 'px');
context.scale(window.devicePixelRatio, window.devicePixelRatio);
var radius = 0.3;
var tau = 2 * Math.PI;
context.beginPath();
context.fillStyle = 'rgb(0, 0, 0)';
context.fillRect(0, 0, width, height);
d3.json('lights.json', function(error, lights) {
if (error) return console.error(error);
context.fillStyle = 'rgba(255, 255, 0, 0.4)';
topojson.feature(lights, lights.objects.lights).features[0].geometry.coordinates.forEach(function(val, i) {
context.beginPath();
context.arc(val[0], val[1], radius, 0, tau);
context.fill();
});
});
</script>
lights.json: lights_proj.json
./node_modules/.bin/ndjson-split \
< $< \
'd.features' \
| ./node_modules/.bin/ndjson-filter \
'd.properties.STATUS === "In Betrieb"' \
| ./node_modules/.bin/ndjson-map \
'd.geometry.coordinates' \
| ./node_modules/.bin/ndjson-reduce \
'p.coordinates.push(d), p' \
'{type: "MultiPoint", coordinates: []}' \
| ./node_modules/.bin/ndjson-map \
'{type: "FeatureCollection", features: [{type: "Feature", geometry: d}]}' \
| ./node_modules/.bin/geo2topo \
lights=- \
| ./node_modules/.bin/toposimplify \
-p 1 -f \
| ./node_modules/.bin/topo2geo \
lights=- \
| ./node_modules/.bin/geo2topo \
lights=- \
| ./node_modules/.bin/topoquantize \
1e4 \
> $@
lights_proj.json: lights.xml
ogr2ogr -f GeoJSON /vsistdout/ $< \
-s_srs http://spatialreference.org/ref/epsg/25833/ \
-t_srs http://spatialreference.org/ref/epsg/4326/ \
| ./node_modules/.bin/ndjson-cat \
| ./node_modules/.bin/geoproject \
'd3.geoConicEqualArea().parallels([50, 55]).rotate([0, 0]).fitSize([960, 800], d)' \
> $@
lights.xml:
curl -o $@ 'http://fbinter.stadt-berlin.de/fb/wfs/geometry/senstadt/re_beleuchtung/?service=wfs&request=GetFeature&version=2.0.0&typeNames=fis:re_beleuchtung&outputFormat=gml2'
.PHONY : clean
clean :
-rm lights.xml \
lights.json
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"lights":{"type":"GeometryCollection","geometries":[{"type":"MultiPoint","properties":{},"coordinates":[[3754,7243],[3207,4443],[3106,6171],[7766,7952],[3743,6956],[3828,2734],[3834,2727],[3841,2720],[3847,2714],[3853,2708],[3860,2701],[3866,2694],[3880,2681],[3887,2679],[3893,2673],[3745,6946],[3903,2672],[3908,2666],[3927,2659],[3920,2660],[3941,2651],[3932,2653],[3954,2644],[3947,2645],[3971,2633],[3963,2636],[3741,6937],[3985,2625],[3976,2627],[3990,2618],[7334,7134],[7322,7142],[7307,7150],[7292,7158],[7277,7165],[3743,6927],[7423,7086],[7409,7093],[7394,7101],[7381,7111],[7368,7118],[7355,7125],[3739,6918],[4972,1496],[4976,1486],[4981,1472],[4985,1463],[3741,6908],[6792,7545],[6794,7535],[6796,7523],[6799,7512],[6801,7501],[6805,7491],[6809,7480],[6811,7468],[6814,7457],[6816,7444],[3738,6903],[6819,7432],[6822,7419],[6823,7409],[6826,7398],[6827,7386],[7761,7146],[7767,7143],[7773,7140],[7778,7137],[7784,7135],[3739,6895],[7790,7132],[7796,7129],[7801,7126],[7807,7123],[7813,7122],[4654,4821],[4658,4825],[4657,4833],[4661,4838],[4655,4841],[3736,6888],[4650,4838],[4646,4841],[4660,4845],[4665,4851],[4662,4858],[4668,4859],[4665,4872],[4664,4887],[4663,4900],[4656,4815],[3738,6877],[4654,4810],[7534,4414],[7536,4403],[7537,4392],[7539,4382],[7540,4372],[7541,4362],[7543,4351],[7545,4340],[7548,4328],[7874,8094],[3734,6870],[7551,4317],[7553,4306],[7556,4294],[7559,4283],[7562,4271],[7564,4260],[7566,4249],[7568,4237],[7570,4226],[7572,4214],[3736,6862],[7574,4202],[7574,4195],[4261,4633],[4252,4639],[4256,4638],[4270,4636],[4266,4639],[4289,4651],[4275,4642],[3732,6854],[4281,4643],[4284,4650],[4299,4667],[4292,4659],[4309,4671],[4313,4681],[4320,4689],[4333,4695],[3733,6846],[4327,4697],[4339,4698],[4341,4702],[4347,4705],[9373,6450],[9367,6444],[9361,6442],[9353,6442],[9345,6442],[9343,6462],[3730,6838],[9342,6473],[7566,3733],[7575,3734],[7583,3734],[7591,3735],[7599,3735],[7778,3769],[7785,3771],[3730,6829],[7791,3774],[7798,3777],[7805,3780],[7623,7444],[7617,7436],[7612,7429],[7607,7423],[7602,7415],[7597,7408],[7594,7402],[3727,6823],[7589,7393],[7584,7385],[7580,7376],[7577,7366],[7575,7358],[7572,7352],[7569,7342],[7611,7415],[7616,7405],[7609,7402],[3727,6813],[7621,7386],[7132,5164],[7147,5165],[8724,7323],[8725,7314],[3723,6807],[8726,7306],[8727,7297],[8728,7288],[8728,7279],[8735,7185],[8735,7176],[8736,7169],[3724,6799],[5539,513],[3720,6791],[9239,6089],[9229,6081],[9221,6075],[9225,6094],[3720,6779],[7275,4543],[7285,4543],[7296,4543],[7306,4542],[7317,4540],[7327,4544],[7337,4537],[7348,4536],[7358,4534],[3716,6774],[7368,4533],[7381,4532],[7389,4521],[7389,4512],[7390,4499],[7388,4531],[7398,4529],[7407,4527],[7415,4525],[7424,4523],[3717,6766],[7434,4522],[7445,4520],[7454,4518],[7464,4516],[7475,4514],[7485,4512],[7495,4511],[7505,4509],[7515,4508],[7524,4508],[3713,6759],[4093,4340],[4095,4349],[4101,4351],[4103,4359],[4911,4858],[4907,4851],[4920,4863],[4916,4856],[4925,4861],[3714,6750],[7770,8010],[7774,8006],[7779,8002],[7800,7981],[7811,7970],[7821,7961],[7831,7951],[3710,6743],[7842,7941],[7854,7929],[7857,7931],[7863,7928],[7876,7923],[5748,5698],[5752,5692],[5756,5685],[5760,5679],[3710,6734],[5764,5672],[5768,5665],[5773,5659],[5777,5653],[5782,5647],[5787,5641],[5792,5635],[5797,5629],[5802,5624],[5807,5618],[3706,6726],[5812,5613],[5817,5608],[5822,5602],[4056,2149],[4044,2157],[4032,2166],[4019,2174],[4007,2182],[3995,2191],[3982,2199],[3968,2209],[3956,2217],[3945,2225],[3932,2233],[7802,3683],[7807,3684],[7813,3685],[7819,3686],[7825,3686],[7831,3687],[4363,3999],[7838,3686],[7844,3686],[7851,3685],[7856,3684],[7862,3683],[7868,3682],[7875,3679],[7882,3677],[7888,3674],[7901,3669],[7907,3665],[7912,3662],[5216,469],[5208,471],[5201,473],[5194,476],[5187,478],[5179,481],[5172,483],[5165,485],[5157,488],[5150,490],[5143,493],[5136,495],[5128,498],[5122,501],[5115,505],[5108,508],[5102,512],[5095,515],[5088,518],[5082,522],[5076,525],[5069,529],[5063,532],[5056,536],[5050,539],[7941,3455],[7943,3466],[7946,3483],[7947,3491],[7949,3501],[7950,3510],[7952,3519],[7953,3530],[7955,3539],[7956,3549],[7962,3553],[7967,3557],[7972,3561],[4371,2691],[4360,2694],[4351,2698],[4342,2703],[4335,2709],[4328,2718],[4320,2725],[4312,2734],[4305,2743],[4300,2754],[4297,2765],[4293,2775],[4289,2786],[4285,2797],[4281,2807],[4278,2817],[4272,2828],[4269,2830],[4269,2835],[1514,2171],[4264,2840],[4263,2847],[4258,2851],[4257,2859],[4254,2866],[4254,2874],[4250,2875],[6550,3603],[6553,3591],[6556,3576],[1520,2177],[6558,3567],[6562,3552],[6564,3542],[6572,3516],[6575,3504],[6578,3493],[6581,3482],[6584,3472],[6588,3460],[1526,2182],[6592,3449],[6596,3439],[6600,3426],[6591,3422],[6578,3417],[6604,3416],[6608,3405],[6612,3393],[6616,3382],[9397,6288],[7669,6081],[1532,2189],[9399,6274],[9400,6260],[9402,6246],[9403,6234],[9404,6222],[9407,6197],[9408,6185],[9410,6172],[9411,6160],[9412,6147],[1539,2195],[9413,6136],[9415,6125],[8977,8450],[8974,8442],[8970,8432],[8966,8423],[8962,8415],[8959,8408],[8956,8400],[8952,8391],[1545,2202],[8948,8382],[8945,8375],[8943,8369],[8939,8361],[8935,8352],[8932,8345],[5185,1237],[5178,1233],[5171,1229],[5164,1225],[1552,2208],[5158,1220],[5143,1211],[5137,1207],[5130,1203],[5123,1198],[5116,1194],[7656,7807],[7648,7813],[7638,7820],[1557,2213],[7844,6439],[7835,6453],[7833,6443],[7822,6458],[7821,6447],[7810,6460],[5586,4385],[5593,4388],[5599,4396],[1563,2218],[5617,4462],[5616,4471],[8957,7498],[8966,7506],[8973,7512],[8954,7510],[4669,3362],[4670,3369],[4674,3355],[4674,3365],[1568,2223],[4678,3360],[4685,3344],[4683,3354],[4690,3337],[4688,3349],[4696,3331],[4694,3342],[4701,3325],[4699,3336],[1573,2228],[4707,3318],[4705,3330],[4711,3313],[4709,3325],[4714,3308],[4716,3317],[4720,3313],[4727,3309],[4732,3302],[4738,3295],[3958,5303],[4743,3288],[4747,3281],[4752,3274],[4757,3266],[4763,3258],[4769,3249],[4775,3242],[4780,3235],[4785,3228],[4791,3220],[3960,5307],[4796,3213],[4802,3199],[4812,3186],[4832,3158],[7347,7798],[3963,5306],[4842,3144],[4848,3138],[4853,3130],[4858,3124],[4871,3109],[4881,3097],[4892,3085],[3965,5311],[3968,5309],[5463,440],[5459,445],[5472,436],[5479,433],[5487,430],[5494,426],[5503,423],[5511,419],[5520,415],[3972,5311],[5527,411],[5536,408],[5543,404],[5551,400],[5565,395],[5580,388],[5597,382],[5613,375],[5629,369],[3976,5314],[5656,360],[5671,352],[5674,360],[5677,368],[5680,375],[5683,381],[5684,356],[5675,347],[5680,342],[5686,338],[3981,5317],[5692,333],[5698,328],[9343,6309],[9340,6325],[9338,6345],[9345,6366],[6292,4579],[6276,4588],[6289,4591],[6279,4595],[3985,5320],[6286,4611],[6290,4621],[6411,4965],[6414,4974],[6294,4631],[6296,4642],[6419,4984],[6299,4650],[3989,5322],[6304,4659],[6301,4660],[6307,4669],[6304,4670],[6308,4677],[6306,4678],[6310,4684],[6308,4687],[6313,4690],[6310,4695],[3992,5325],[6316,4699],[6312,4702],[6318,4707],[6315,4709],[6322,4715],[6318,4717],[6325,4723],[6321,4725],[6343,4778],[6325,4733],[3997,5328],[6328,4731],[6328,4742],[6331,4739],[6331,4752],[6334,4749],[6333,4760],[6337,4770],[6337,4758],[6340,4780],[6505,6662],[4001,5330],[6340,4768],[6343,4790],[6346,4787],[6345,4799],[6353,4805],[6349,4809],[6352,4820],[6360,4825],[6355,4828],[4004,5333],[6436,5016],[6365,4841],[6371,4860],[6367,4849],[6363,4853],[6365,4862],[6380,4882],[6368,4869],[4007,5338],[6371,4879],[6386,4895],[6389,4902],[6393,4909],[6396,4915],[4005,5343],[6399,4922],[6388,4913],[6402,4929],[6391,4919],[6405,4935],[6394,4926],[6409,4942],[6398,4933],[6412,4950],[6400,4938],[4003,5349],[6417,4959],[6403,4946],[6421,4969],[6406,4955],[6426,4978],[6425,4997],[6431,4989],[6437,5001],[4002,5355],[6442,5011],[6445,5034],[6445,5018],[6449,5041],[6450,5029],[6309,4643],[4001,5361],[6298,4609],[6295,4584],[6313,4644],[6327,4636],[6414,4990],[6413,4982],[6408,4972],[4000,5367],[6403,4960],[6411,4986],[6408,4977],[6402,4965],[6398,4957],[6412,5006],[6409,4996],[6405,4986],[6401,4978],[6397,4969],[6079,7886],[6387,4933],[6386,4927],[6383,4922],[6378,4915],[6373,4914],[6374,4907],[6369,4898],[6365,4891],[6086,7880],[6322,4754],[6319,4746],[6316,4740],[6312,4729],[7588,6818],[6091,7876],[6309,4720],[6305,4713],[6305,4705],[6290,4679],[6287,4668],[6284,4656],[6281,4647],[6277,4634],[6097,7871],[6274,4621],[6274,4605],[6269,4593],[6277,4665],[6271,4668],[6274,4580],[6383,4936],[6102,7866],[6379,4939],[6287,4586],[5332,5309],[5340,5317],[5347,5324],[5354,5331],[5362,5337],[5371,5345],[5378,5353],[6108,7861],[5388,5362],[5398,5372],[5406,5379],[5413,5381],[5418,5392],[5422,5394],[5426,5390],[5430,5394],[5432,5404],[6112,7857],[5435,5399],[5438,5411],[5439,5403],[5444,5416],[5446,5419],[5449,5421],[5453,5426],[5463,5434],[5468,5440],[5473,5444],[6118,7852],[5479,5450],[5483,5455],[5488,5460],[5493,5465],[5499,5471],[5504,5476],[5509,5481],[5514,5486],[5519,5491],[5525,5497],[6123,7848],[5528,5500],[5534,5505],[5539,5511],[5545,5516],[5549,5520],[5553,5524],[5557,5529],[5562,5533],[5567,5538],[5572,5542],[6128,7843],[5578,5548],[5583,5553],[5588,5558],[5594,5564],[5599,5569],[5604,5574],[5609,5579],[5614,5584],[5619,5589],[5624,5594],[6133,7839],[5629,5599],[5635,5604],[5639,5609],[5645,5615],[5650,5619],[5655,5624],[5660,5629],[5665,5634],[5670,5639],[5675,5644],[6139,7833],[5680,5649],[5685,5654],[5690,5659],[5695,5664],[5700,5668],[5422,5384],[6794,7317],[6143,7829],[7530,6476],[7525,6475],[7525,6482],[7520,6480],[7517,6489],[7515,6485],[6813,4782],[6148,7824],[6815,4792],[6819,4800],[6820,4808],[6821,4815],[6822,4821],[6816,4832],[6817,4845],[6818,4856],[6820,4869],[6821,4883],[6152,7818],[6822,4896],[6821,4911],[6826,4925],[6824,4943],[6829,4958],[6827,4973],[6831,4980],[6833,4994],[6156,7813],[6278,5742],[6288,5737],[6297,5731],[6305,5727],[6313,5722],[6320,5718],[4620,3008],[4626,3011],[4632,3013],[4639,3016],[6161,7804],[4646,3018],[4652,3021],[4659,3023],[4665,3025],[4673,3028],[4680,3031],[4686,3033],[4692,3035],[4698,3037],[4704,3039],[6164,7797],[4712,3041],[4717,3042],[4723,3042],[6924,4756],[6923,4746],[6922,4736],[6921,4724],[6920,4715],[6919,4704],[6918,4694],[6167,7790],[6917,4691],[6908,4680],[4197,4660],[4200,4657],[4205,4654],[4209,4652],[4216,4648],[4222,4646],[4228,4644],[4234,4643],[6169,7783],[4240,4641],[4246,4640],[6284,5630],[6169,7776],[7968,5970],[7958,5955],[7966,5942],[7968,5919],[7946,5947],[7931,5943],[7935,5953],[7940,5965],[7919,5942],[7905,5941],[6173,7770],[7891,5942],[7877,5944],[7865,5946],[7854,5949],[7840,5951],[7827,5954],[7815,5960],[7799,5966],[7785,5972],[7772,5981],[5877,3930],[6174,7762],[7760,5990],[7749,5998],[7737,6005],[4351,4710],[4354,4717],[4356,4722],[4358,4730],[6179,7757],[4364,4746],[4180,4647],[4176,4641],[4172,4635],[4167,4628],[4162,4620],[4156,4618],[4146,4617],[4149,4622],[6179,7750],[4149,4625],[4144,4630],[9176,6311],[9183,6317],[9194,6325],[9202,6332],[9212,6339],[9222,6347],[9230,6356],[9239,6367],[3286,6862],[9247,6389],[9251,6402],[9254,6416],[9256,6427],[7909,3467],[7911,3477],[7913,3495],[7915,3504],[7917,3512],[7919,3521],[3285,6854],[7921,3530],[7923,3539],[7924,3547],[7925,3556],[7926,3565],[7926,3583],[7926,3591],[7926,3600],[7925,3609],[3286,6848],[7925,3617],[7925,3627],[7924,3636],[7924,3645],[7930,3649],[7921,3651],[7918,3658],[4471,4341],[4474,4336],[4473,4329],[3288,6842],[4477,4323],[4476,4316],[4480,4310],[5121,3006],[5123,3015],[5125,3023],[5127,3033],[5129,3039],[5131,3050],[5132,3058],[3291,6837],[5133,3068],[5134,3076],[5135,3085],[5136,3094],[5137,3103],[5138,3112],[5139,3119],[5140,3127],[9200,6982],[9203,6976],[3293,6830],[9205,6969],[9208,6963],[9210,6956],[9213,6950],[9215,6943],[9218,6936],[9221,6929],[9223,6923],[9226,6916],[9229,6909],[3295,6824],[9231,6903],[9234,6896],[9236,6889],[9239,6882],[9242,6876],[4787,4822],[4788,4809],[4790,4814],[4785,4817],[4792,4808],[2124,5035],[5920,4298],[3295,6816],[4783,4823],[4787,4827],[4780,4831],[4785,4834],[4778,4838],[4783,4841],[3298,6806],[3301,6801],[3302,6792],[1467,2536],[1470,2528],[1469,2519],[1469,2511],[1468,2500],[1467,2490],[4780,4836],[5313,4701],[1466,2481],[4785,4838],[1466,2471],[6571,5490],[6573,5484],[6576,5478],[6578,5471],[6580,5466],[2358,6112],[6583,5459],[6586,5453],[6596,5442],[6600,5437],[6605,5433],[6610,5429],[6614,5426],[6619,5422],[6624,5418],[6628,5414],[2351,6107],[6591,5449],[3833,2376],[3825,2358],[3819,2343],[3811,2324],[3804,2306],[3796,2288],[3788,2269],[3779,2262],[3771,2255],[2344,6102],[3762,2248],[3754,2241],[3736,2224],[3723,2218],[5038,2879],[5031,2872],[5027,2866],[5021,2860],[5016,2855],[5010,2848],[1038,5906],[5005,2841],[5000,2834],[4994,2827],[4989,2819],[4983,2811],[4978,2805],[4973,2798],[4968,2791],[4963,2784],[4957,2777],[1043,5906],[4952,2771],[4947,2765],[7802,4354],[7799,4343],[7794,4331],[7789,4319],[7784,4307],[7780,4294],[7778,4281],[7776,4268],[1048,5906],[7774,4255],[7773,4241],[7773,4227],[7772,4214],[7771,4201],[7768,4191],[7765,4180],[7760,4165],[7757,4155],[7754,4147],[1054,5906],[7752,4137],[7748,4127],[4280,3524],[4282,3517],[4279,3509],[4281,3503],[4278,3494],[1061,5906],[4433,4561],[4426,4560],[4415,4555],[7153,4938],[7152,4944],[7150,4950],[7149,4957],[5320,4802],[1069,5906],[7148,4963],[7147,4971],[7148,4978],[7146,4986],[7145,4991],[7144,4997],[7143,5003],[7141,5011],[7140,5019],[7139,5026],[1076,5907],[7134,5031],[7133,5039],[7131,5047],[7129,5057],[7128,5066],[7128,5075],[7127,5083],[7127,5092],[7126,5102],[7125,5110],[1081,5908],[7125,5118],[7125,5133],[7124,5144],[7123,5153],[7122,5161],[7117,5179],[7113,5197],[7109,5209],[7108,5214],[1087,5908],[7103,5307],[7104,5314],[7106,5329],[7105,5222],[7104,5227],[7104,5235],[7103,5240],[1093,5906],[7102,5246],[7101,5257],[7103,5264],[7106,5278],[7104,5290],[7102,5301],[6900,6186],[6908,6187],[6913,6188],[6920,6189],[1100,5907],[6927,6190],[6932,6191],[6938,6192],[6945,6192],[6953,6191],[6960,6189],[6966,6188],[6973,6186],[6980,6185],[6987,6185],[1104,5914],[6994,6186],[7000,6189],[7007,6191],[7012,6194],[7019,6197],[7026,6200],[7034,6202],[7041,6203],[7048,6203],[7056,6203],[1098,5905],[7063,6204],[7071,6204],[7078,6204],[7085,6204],[7092,6205],[7098,6205],[7105,6204],[7112,6202],[7119,6200],[7126,6198],[1099,5898],[7133,6196],[7136,6195],[7141,6193],[7146,6189],[7152,6185],[7158,6182],[7165,6178],[7172,6174],[7178,6170],[7185,6166],[1100,5890],[7191,6163],[7197,6159],[7204,6155],[7207,6149],[7217,6150],[7224,6148],[7233,6147],[7239,6148],[7245,6150],[7251,6152],[4856,4716],[1101,5882],[7259,6155],[7266,6159],[7272,6163],[7277,6169],[7280,6163],[7276,6158],[7271,6153],[7265,6147],[7259,6142],[7252,6138],[3558,8353],[7245,6135],[7239,6134],[7232,6133],[7225,6133],[7218,6135],[7212,6143],[7205,6142],[6413,5924],[6417,5938],[6420,5928],[3563,8346],[6425,5943],[6429,5933],[6434,5947],[6437,5938],[6444,5953],[6446,5942],[6452,5957],[6456,5946],[6465,5959],[6464,5948],[3567,8342],[6472,5960],[6479,5961],[6485,5952],[6486,5962],[6492,5954],[6492,5963],[6500,5955],[6498,5964],[6507,5958],[3566,8336],[6505,5967],[6513,5961],[6512,5970],[6519,5965],[6526,5968],[6517,5973],[6530,5971],[6522,5976],[6537,5975],[3571,8337],[6527,5979],[6543,5979],[6534,5983],[6549,5982],[6540,5987],[6555,5986],[6546,5991],[6561,5989],[6552,5994],[6567,5993],[3571,8330],[6551,6008],[6573,5996],[6558,5997],[6579,6000],[6564,6001],[6584,6003],[6570,6005],[6591,6007],[6576,6008],[6597,6011],[3576,8332],[6604,6014],[6588,6015],[6609,6018],[6593,6018],[6616,6022],[6601,6023],[6623,6026],[6607,6026],[6629,6029],[3576,8324],[6613,6030],[6635,6033],[6619,6034],[6641,6037],[6625,6037],[6648,6041],[6632,6041],[6654,6045],[6638,6045],[6661,6048],[3580,8326],[6645,6049],[6667,6052],[6652,6053],[6674,6056],[6658,6057],[6680,6060],[6665,6061],[6686,6063],[6670,6064],[6693,6067],[4738,4679],[3581,8318],[6677,6068],[6699,6071],[6683,6072],[6705,6074],[6689,6075],[6711,6078],[6695,6079],[6718,6082],[6702,6082],[6722,6084],[3585,8321],[6708,6086],[6726,6082],[6728,6072],[6719,6093],[6730,6061],[6726,6097],[6732,6051],[6732,6100],[3586,8311],[6738,6103],[6736,6032],[6745,6107],[6737,6024],[6751,6110],[6729,6088],[6756,6113],[6735,6091],[6763,6117],[6741,6095],[3590,8315],[6770,6121],[6747,6098],[6776,6125],[6754,6102],[6783,6129],[6760,6106],[6789,6133],[6767,6109],[6795,6136],[6773,6113],[3591,8306],[6803,6141],[6779,6117],[6809,6144],[6786,6120],[6816,6148],[6792,6124],[6822,6151],[6799,6128],[6829,6154],[6806,6132],[3594,8310],[6835,6157],[6812,6135],[6842,6160],[6818,6138],[6848,6163],[6825,6142],[6854,6166],[6831,6145],[6860,6169],[6838,6148],[3596,8299],[6865,6171],[6844,6151],[6871,6174],[6850,6154],[6878,6178],[6856,6157],[6884,6181],[6862,6160],[6890,6183],[6868,6163],[3597,8305],[6897,6181],[6873,6165],[6880,6168],[6904,6181],[6885,6170],[6908,6181],[6892,6172],[6898,6174],[6905,6175],[6909,6175],[3600,8294],[6918,6177],[6925,6177],[6932,6178],[6939,6179],[6945,6180],[6952,6179],[6959,6178],[6966,6177],[6972,6175],[6980,6174],[3602,8300],[6991,6175],[6997,6176],[7003,6178],[7009,6180],[7015,6182],[7021,6185],[7026,6187],[7033,6189],[3606,8294],[7046,6192],[7052,6192],[7059,6193],[7065,6193],[7072,6193],[7078,6194],[7081,6194],[7093,6193],[7098,6193],[7104,6192],[3449,6640],[7111,6191],[7117,6190],[7124,6188],[7129,6186],[7141,6179],[7154,6172],[7165,6165],[7177,6159],[7188,6152],[7197,6147],[3456,6644],[4904,4869],[4900,4867],[4904,4861],[4900,4855],[4905,4847],[4901,4843],[4904,4843],[4901,4838],[3460,6653],[4905,4838],[4901,4833],[4905,4834],[4901,4828],[4905,4828],[4901,4821],[4905,4811],[4901,4804],[4906,4797],[4902,4792],[3466,6656],[4906,4786],[4902,4780],[4906,4773],[4902,4768],[4906,4760],[4903,4753],[4907,4745],[4903,4739],[4907,4734],[4903,4724],[3469,6664],[4907,4717],[4904,4710],[4908,4703],[4904,4694],[4908,4689],[4904,4684],[4908,4677],[4905,4672],[4909,4664],[4905,4658],[3475,6668],[4909,4650],[4905,4644],[4909,4635],[4906,4625],[4914,4645],[4900,4674],[4899,4680],[4895,4698],[3480,6677],[4895,4707],[4898,4869],[3486,6682],[7763,6449],[7773,6443],[7782,6438],[7792,6434],[7801,6429],[7811,6422],[7820,6416],[7818,6405],[606,5089],[7828,6407],[7830,6391],[7836,6398],[7842,6389],[7839,6372],[7848,6378],[7853,6366],[7207,6290],[3807,2400],[8927,7337],[603,5081],[3805,2410],[3802,2420],[3797,2429],[3788,2443],[3784,2450],[3779,2462],[3773,2471],[3769,2479],[3764,2487],[601,5073],[3759,2494],[3752,2502],[3747,2509],[3741,2517],[3735,2524],[3729,2532],[3723,2539],[3716,2545],[3710,2551],[3703,2556],[599,5066],[3696,2561],[3689,2567],[3681,2572],[3674,2578],[597,5058],[596,5050],[595,5043],[5609,3357],[5611,3336],[5615,3312],[6659,3703],[6667,3703],[6672,3702],[593,5034],[6679,3716],[6687,3715],[6707,3705],[6718,3704],[6736,3698],[6752,3697],[6762,3696],[6772,3695],[6783,3693],[6792,3692],[4007,8132],[6803,3692],[6812,3690],[6820,3690],[6831,3688],[6843,3687],[6854,3686],[6864,3685],[6875,3684],[6695,3727],[6694,3714],[4013,8127],[4590,4949],[4590,4961],[4596,4956],[4601,4958],[4603,4966],[4019,8121],[4608,4967],[4610,4975],[5212,3498],[4025,8115],[4616,4975],[4618,4982],[4624,4982],[4627,4989],[4636,4995],[4633,4989],[4645,5002],[4031,8110],[4642,4996],[4654,5009],[4650,5002],[4670,5023],[4659,5009],[4678,5028],[4669,5018],[4685,5032],[4036,8106],[4676,5023],[4692,5038],[4683,5027],[4699,5043],[4691,5031],[4697,5034],[4704,5037],[4711,5039],[4717,5042],[4724,5044],[4042,8101],[8991,7063],[9005,7070],[9018,7078],[9029,7086],[7101,5508],[7095,5512],[7086,5515],[7078,5518],[7071,5520],[6453,6041],[4048,8095],[6454,6031],[6447,6026],[6441,6031],[5034,3546],[5038,3550],[7358,4498],[7349,4500],[5577,3374],[5575,3353],[5575,3338],[4054,8090],[5575,3318],[4060,8085],[4260,4489],[4263,4483],[4269,4482],[4271,4477],[4277,4477],[4279,4472],[4285,4471],[4065,8080],[4288,4466],[4294,4466],[4297,4460],[4303,4459],[4307,4456],[4309,4451],[4315,4452],[4317,4446],[4321,4444],[4325,4441],[4071,8075],[4330,4441],[4337,4432],[4077,8070],[4392,4397],[4396,4395],[7600,7937],[7601,7952],[7597,7964],[7597,8293],[4083,8064],[7591,7977],[7584,7992],[7577,8007],[7574,8018],[5018,4015],[5013,4012],[5008,4008],[5002,4005],[4996,4001],[4990,3998],[4090,8058],[4985,3995],[4979,3991],[4972,3987],[4966,3984],[4960,3980],[4947,3972],[4941,3969],[4936,3965],[4931,3962],[4096,8053],[4925,3959],[4912,3952],[4906,3948],[4900,3944],[4894,3940],[4886,3935],[4880,3932],[4874,3929],[4868,3925],[4100,8046],[4862,3922],[4901,3937],[4894,3928],[4880,3920],[4871,3922],[4875,3912],[4877,3904],[4881,3893],[4949,3966],[660,5251],[4955,3959],[4964,3958],[4983,3958],[4990,3954],[4998,3953],[5008,3954],[5015,3957],[657,5245],[5029,3962],[5036,3968],[5037,3976],[5024,3982],[5021,3985],[5026,3994],[5019,3989],[654,5238],[5011,3984],[4997,3976],[5014,3991],[5006,3985],[5000,3981],[4991,3982],[4985,3980],[652,5232],[4979,3977],[4970,3973],[4964,3965],[7199,4738],[7207,4738],[7215,4738],[7223,4738],[7232,4739],[7241,4739],[3090,3510],[7029,7846],[7028,7856],[7027,7866],[7832,7914],[7821,7926],[7809,7939],[7798,7951],[7786,7964],[8797,7208],[8806,7215],[3091,3501],[8823,7233],[8837,7244],[8851,7255],[8813,7225],[8794,7193],[8794,7186],[8794,7179],[6013,6796],[6004,6790],[5994,6786],[3097,3495],[5985,6781],[5976,6775],[5966,6770],[5957,6764],[5948,6759],[5940,6754],[5931,6747],[5922,6737],[5914,6729],[5907,6723],[3097,3489],[5908,6740],[5901,6750],[3101,3482],[6639,5172],[6640,5180],[6640,5187],[6641,5195],[6641,5203],[6642,5211],[6643,5220],[6644,5226],[3104,3474],[6644,5234],[6645,5240],[6645,5248],[6646,5255],[6646,5263],[6014,4910],[6014,4905],[6016,4894],[6018,4883],[6021,4871],[3109,3470],[6023,4857],[6025,4845],[6027,4832],[6030,4818],[6032,4805],[6034,4794],[6036,4781],[6039,4770],[6041,4757],[6043,4742],[3113,3462],[6045,4732],[5733,4942],[5738,4938],[3111,3457],[5743,4934],[5748,4930],[5752,4925],[5755,4922],[5761,4917],[5766,4914],[5770,4910],[5774,4907],[5778,4903],[5783,4898],[3094,3490],[5786,4894],[5793,4885],[5797,4880],[5802,4874],[5806,4868],[5812,4858],[5816,4852],[5820,4845],[5825,4837],[3088,3485],[5950,3780],[5948,3773],[5946,3757],[5945,3749],[5944,3741],[5942,3733],[5941,3727],[3084,3483],[5940,3720],[5939,3712],[5938,3705],[5936,3698],[5935,3691],[5934,3684],[5933,3676],[5931,3668],[5930,3661],[5929,3654],[2295,4893],[4446,4949],[5311,6734],[5928,3647],[5952,3792],[5951,3805],[5931,3776],[5928,3762],[5935,3756],[5313,6740],[5923,3748],[5917,3766],[5908,3778],[5905,3761],[5921,3625],[5920,3617],[5919,3611],[5918,3604],[5317,6731],[5916,3596],[5915,3588],[7317,5724],[7305,5730],[7298,5734],[7281,5741],[7270,5735],[5319,6739],[7256,5728],[7242,5722],[7229,5716],[6472,5164],[6464,5164],[6455,5165],[6447,5164],[6435,5164],[6428,5164],[6422,5164],[5324,6728],[6416,5164],[6405,5158],[6405,5143],[6406,5131],[6428,5217],[5326,6735],[6428,5225],[6428,5233],[5331,6726],[4335,4087],[4342,4086],[4343,4079],[4349,4079],[4398,3102],[4403,3108],[4403,3118],[5332,6733],[4408,3126],[4412,3143],[7167,6876],[7173,6869],[7178,6877],[7172,6883],[5338,6724],[7185,6891],[7191,6894],[7177,6883],[7183,6885],[7166,6870],[7161,6861],[7155,6858],[7152,6851],[7144,6846],[7140,6838],[5339,6731],[7133,6834],[7130,6828],[7124,6824],[7120,6816],[7114,6814],[7110,6806],[7105,6803],[7101,6796],[7096,6793],[7513,5108],[5345,6723],[7509,5117],[7506,5126],[7503,5135],[7500,5143],[7495,5160],[7492,5168],[7489,5175],[7487,5182],[5346,6730],[6001,2993],[6009,2996],[6017,2998],[6025,3000],[6035,3002],[6043,3003],[6052,3006],[5352,6722],[6061,3008],[6069,3011],[6077,3013],[6085,3016],[6094,3018],[6102,3021],[6111,3023],[6119,3025],[6127,3028],[6135,3030],[5354,6730],[6139,3032],[6144,3042],[6849,4759],[6851,4770],[6854,4783],[6854,4799],[6857,4815],[6857,4826],[6860,4840],[6860,4855],[5360,6722],[6863,4871],[6864,4885],[6866,4897],[6866,4913],[6870,4927],[6869,4938],[6870,4953],[6872,4967],[6873,4977],[6874,4987],[5361,6730],[5289,4194],[5288,4208],[5287,4224],[5278,4225],[5366,6722],[5268,4223],[5280,4211],[5269,4209],[5281,4196],[5271,4194],[7543,5710],[7812,6841],[7822,6834],[5368,6730],[7833,6826],[7840,6818],[7853,6804],[7861,6794],[8062,5985],[8063,5993],[8064,6001],[8065,6009],[8066,6016],[8067,6024],[5375,6722],[5375,6730],[8081,6115],[8086,6115],[8091,6114],[8538,7854],[8096,6114],[8101,6114],[8080,6064],[8086,6063],[8091,6062],[8107,6116],[8115,6115],[8122,6117],[8130,6116],[8147,6116],[5383,6730],[8154,6112],[8162,6114],[8171,6110],[8178,6111],[8187,6107],[8217,6102],[8228,6100],[8239,6098],[8064,6001],[5387,6723],[7659,5250],[7655,5259],[7652,5267],[7649,5275],[5867,4386],[5867,4395],[5868,4404],[5874,4408],[5881,4408],[5888,4408],[5390,6730],[5889,4416],[5893,4421],[5861,4406],[5855,4406],[5855,4415],[5856,4425],[5856,4434],[5854,4445],[5854,4455],[5857,4465],[5393,6723],[5855,4474],[5858,4485],[5855,4491],[5858,4503],[5855,4510],[5859,4521],[5856,4531],[5859,4541],[5856,4551],[5860,4561],[5400,6729],[5857,4570],[5860,4577],[5857,4585],[5857,4451],[5059,4576],[5063,4564],[5068,4559],[5068,4551],[5073,4546],[5073,4537],[5399,6722],[5076,4534],[5076,4526],[5081,4522],[5081,4511],[5087,4505],[5086,4498],[5090,4495],[5089,4489],[5095,4478],[5092,4477],[5405,6728],[5100,4463],[5097,4463],[5099,4457],[5064,4570],[7034,7531],[7027,7531],[7019,7530],[7011,7530],[7001,7530],[6990,7529],[5405,6721],[6980,7529],[6968,7528],[9538,6455],[9542,6456],[9550,6456],[9556,6457],[9564,6458],[9570,6458],[9577,6459],[9584,6460],[5413,6726],[9590,6460],[7899,4148],[7912,4150],[7921,4151],[7933,4153],[7943,4155],[7950,4156],[7960,4157],[7970,4159],[7982,4161],[6271,6960],[5412,6719],[7991,4162],[7819,8074],[7831,8064],[7854,8046],[7865,8037],[7878,8026],[7893,8015],[7905,8005],[7918,7995],[5419,6724],[7267,5868],[7273,5866],[7278,5865],[7283,5863],[7288,5861],[7292,5860],[7296,5858],[7302,5856],[7272,5735],[7275,5729],[5418,6717],[7278,5722],[7283,5717],[7287,5713],[7294,5709],[7300,5705],[7305,5702],[7310,5698],[7705,5026],[7692,5021],[7679,5017],[5426,6722],[7668,5014],[7657,5010],[7651,5008],[7639,5004],[7626,5000],[7615,4996],[7605,4993],[7593,4989],[7568,4981],[7555,4976],[5424,6716],[7541,4972],[7527,4967],[7520,4965],[7513,4963],[7505,4962],[7698,5023],[7686,5019],[7674,5015],[7662,5011],[7645,5006],[5432,6721],[7633,5002],[7621,4998],[7660,7426],[7664,7433],[7668,7440],[7672,7448],[7676,7455],[4870,2132],[4867,2138],[4866,2134],[5430,6714],[4861,2139],[4860,2137],[4852,2138],[4846,2140],[4839,2143],[4833,2145],[4826,2148],[4820,2151],[4812,2155],[4806,2159],[5438,6719],[4799,2162],[4792,2166],[4786,2169],[4779,2172],[4773,2175],[4768,2178],[4760,2182],[4754,2185],[4741,2192],[5435,6713],[4735,2195],[4727,2198],[4720,2198],[4713,2195],[4709,2193],[4706,2191],[4700,2188],[4694,2185],[4687,2182],[4681,2179],[5444,6717],[4675,2177],[4667,2174],[4660,2172],[4656,2172],[4649,2170],[4643,2169],[4636,2167],[4628,2166],[4622,2165],[4616,2163],[6331,7007],[5442,6711],[4611,2160],[5451,6716],[5447,6709],[5457,6714],[5452,6708],[5464,6712],[5458,6706],[5470,6710],[5464,6705],[5477,6708],[5184,3907],[5470,6703],[5484,6706],[5475,6702],[5490,6705],[5482,6700],[3694,1538],[3688,1541],[3680,1547],[3673,1550],[3667,1554],[3660,1558],[3654,1562],[3648,1565],[3642,1569],[5496,6703],[4537,2064],[4540,2068],[4546,2077],[4553,2086],[4557,2091],[4563,2100],[4569,2108],[4574,2115],[4578,2121],[4584,2129],[5487,6698],[4591,2138],[4596,2145],[4603,2155],[5765,3450],[5771,3457],[5776,3465],[5781,3473],[5788,3482],[5794,3492],[5800,3502],[5503,6701],[5808,3509],[5817,3515],[5825,3519],[5213,1443],[5208,1438],[5200,1438],[5194,1433],[5184,1432],[5178,1426],[5171,1424],[5494,6697],[5165,1417],[5157,1416],[5152,1410],[5145,1408],[5141,1402],[5134,1401],[5128,1394],[5121,1393],[5115,1386],[5107,1384],[5509,6699],[5101,1378],[5094,1376],[5087,1368],[5080,1368],[5076,1361],[5070,1361],[5066,1356],[5061,1355],[5058,1350],[5051,1349],[6776,6212],[5500,6695],[5047,1343],[5040,1342],[5037,1337],[5032,1337],[5028,1331],[5021,1331],[5018,1325],[5007,1319],[4998,1315],[5515,6698],[5010,1324],[7465,6002],[7461,6002],[7457,6033],[7456,6024],[7452,6036],[7448,6052],[7444,6074],[7442,6087],[7440,6100],[5506,6693],[7438,6126],[7434,6132],[7436,6140],[7431,6146],[7428,6160],[7429,6170],[7423,6174],[7424,6185],[7418,6189],[5512,6691],[7420,6196],[7416,6196],[7417,6204],[7413,6203],[7414,6213],[7410,6211],[7414,6220],[7408,6219],[7410,6229],[7405,6226],[7408,6236],[7403,6232],[7406,6243],[7402,6238],[7403,6252],[7399,6246],[7400,6260],[7395,6253],[7397,6268],[7392,6261],[7394,6274],[7388,6268],[7391,6283],[7385,6276],[7382,6279],[7461,6006],[7458,6015],[7450,6060],[7444,6095],[7447,6079],[7461,6023],[7459,6012],[3226,5568],[3230,5586],[7294,5642],[7290,5646],[7285,5651],[7280,5654],[7273,5652],[7268,5649],[7262,5646],[3320,6079],[7257,5643],[7252,5640],[7246,5636],[7242,5629],[7239,5622],[7237,5615],[7234,5607],[7232,5600],[7231,5594],[7228,5585],[3316,6083],[5631,5235],[5638,5237],[6090,5003],[6091,4994],[6092,4976],[6092,4967],[3322,6087],[6093,4958],[6094,4949],[6087,4946],[6095,4940],[6096,4930],[6099,4920],[6096,4907],[3318,6092],[6094,4882],[6094,4872],[6102,4904],[6108,4902],[6114,4900],[6121,4899],[6128,4900],[6135,4902],[6141,4905],[3323,6096],[6147,4908],[6153,4910],[6159,4911],[6100,5008],[6101,5000],[6101,4991],[6102,4981],[6102,4973],[6103,4963],[6104,4955],[6105,4943],[6105,4938],[6109,4941],[6113,4941],[6112,4951],[6112,4961],[6115,4967],[6121,4968],[6127,4969],[6133,4970],[6147,4971],[6153,4972],[6123,4996],[6124,4986],[6125,4976],[6105,5002],[6113,5004],[6120,5005],[6128,5006],[6127,5014],[6163,4973],[6171,4974],[6178,4975],[6185,4976],[6192,4977],[6199,4978],[6206,4975],[6211,4979],[6217,4977],[6223,4980],[6229,4978],[6236,4981],[6242,4978],[6256,4978],[6261,4981],[6268,4983],[6267,4990],[6274,4969],[6273,4977],[6273,4984],[6272,4991],[5100,1483],[3324,6105],[6183,4968],[6184,4957],[6188,4966],[6204,4969],[6205,4960],[6206,4951],[3319,6101],[9872,6741],[9884,6740],[3324,6114],[7615,4712],[7614,4728],[7613,4746],[7612,4763],[7611,4772],[7610,4781],[7609,4799],[7608,4816],[7607,4833],[7605,4852],[3319,6112],[7275,7708],[7281,7692],[7272,7715],[7278,7700],[4509,1460],[4505,1451],[4502,1442],[4498,1433],[4494,1422],[3324,6123],[4490,1413],[4487,1403],[4483,1394],[4480,1385],[4477,1374],[4479,1364],[4481,1354],[4483,1343],[4486,1333],[4488,1322],[3319,6121],[4490,1312],[4492,1303],[4495,1295],[7006,5135],[6997,5136],[6988,5138],[6979,5140],[7015,5133],[6970,5141],[6960,5142],[6951,5144],[6943,5146],[6935,5148],[6924,5150],[7954,4612],[5774,5839],[5780,5845],[5793,5859],[5800,5865],[3319,6129],[3325,6144],[5806,5872],[5813,5879],[5820,5887],[5827,5893],[5829,5902],[5824,5906],[5818,5901],[5812,5895],[5799,5893],[5795,5899],[3319,6138],[5789,5909],[5790,5894],[5833,5900],[5839,5906],[5845,5913],[5852,5920],[5859,5927],[7142,5014],[7147,5015],[7152,5016],[6399,6645],[3326,6152],[7160,5017],[7168,5018],[7175,5019],[7184,5020],[7194,5021],[7201,5022],[7209,5023],[7218,5024],[7227,5025],[7237,5026],[3320,6147],[7246,5028],[7261,5033],[7272,5036],[7284,5039],[7297,5042],[7309,5049],[7321,5055],[7345,5068],[7358,5075],[7369,5082],[3331,6170],[7382,5088],[7394,5095],[7408,5102],[7420,5109],[7434,5117],[7446,5123],[7456,5129],[7468,5135],[7475,5139],[7483,5144],[3322,6155],[7490,5148],[7497,5152],[7504,5151],[7509,5154],[7516,5158],[7521,5161],[7527,5164],[7533,5167],[7539,5171],[7548,5176],[3332,6180],[7563,5184],[7574,5190],[7579,5194],[7586,5198],[7592,5201],[7597,5205],[7604,5208],[7610,5211],[7617,5215],[7623,5219],[3326,6172],[7629,5223],[7635,5226],[7642,5230],[7648,5233],[7655,5237],[7662,5241],[7669,5245],[7675,5249],[7682,5252],[7688,5256],[3334,6190],[4300,3522],[4302,3513],[4299,3508],[4301,3499],[4298,3492],[8864,7266],[8860,7274],[8857,7282],[8853,7290],[8850,7296],[8846,7304],[8843,7312],[8839,7319],[8835,7327],[8832,7333],[8829,7340],[3336,6200],[9453,6161],[9460,6164],[9422,6158],[9431,6158],[9438,6158],[9446,6158],[9470,6176],[9479,6188],[3818,2211],[3816,2221],[3329,6189],[3814,2230],[3813,2240],[3811,2251],[3809,2260],[3801,2265],[5514,4507],[5507,4498],[5507,4506],[5501,4497],[5501,4505],[2254,4211],[6344,6933],[3337,6208],[5495,4496],[5494,4505],[5489,4496],[5488,4504],[5482,4495],[5482,4503],[5476,4494],[5475,4502],[5469,4493],[5469,4501],[3331,6198],[5463,4492],[5463,4500],[5457,4491],[5456,4499],[5450,4490],[5449,4498],[5444,4489],[5443,4498],[5439,4488],[5438,4498],[3337,6217],[5434,4484],[5432,4500],[5428,4483],[5426,4499],[5422,4482],[5420,4499],[5415,4485],[5414,4493],[5409,4485],[5408,4493],[3332,6205],[5402,4484],[5401,4492],[5396,4483],[5395,4491],[5390,4482],[5388,4490],[5383,4481],[5382,4489],[5377,4480],[5376,4488],[3339,6228],[5370,4479],[5368,4487],[5364,4479],[5358,4478],[5356,4486],[5348,4480],[5344,4484],[5339,4479],[5334,4482],[3333,6214],[5330,4478],[5324,4481],[5320,4476],[5315,4480],[5311,4475],[5306,4479],[5301,4474],[5296,4477],[5292,4472],[7929,6857],[3340,6241],[7918,6845],[7908,6834],[7897,6821],[7887,6810],[7876,6797],[7866,6786],[7924,6851],[7913,6840],[7902,6827],[7892,6815],[3334,6221],[7881,6803],[7871,6791],[7182,6627],[7178,6618],[7175,6609],[7171,6600],[7167,6590],[7163,6579],[7160,6570],[7156,6560],[3342,6253],[7152,6551],[7149,6541],[7147,6533],[7147,6524],[6879,6430],[6882,6442],[6885,6454],[6888,6466],[6890,6479],[6893,6492],[3336,6234],[6896,6504],[4698,4384],[4716,4401],[4708,4390],[4727,4410],[4723,4402],[4738,4420],[4734,4412],[4744,4421],[6386,6489],[3344,6269],[4570,4402],[4574,4403],[4566,4407],[4572,4409],[4565,4414],[4570,4415],[4931,3989],[3338,6247],[4922,3983],[4917,3979],[4914,3976],[4919,3970],[4919,3962],[9351,6081],[9363,6077],[9371,6075],[9383,6071],[9395,6067],[3346,6282],[9407,6063],[9423,6057],[9434,6053],[9449,6047],[9458,6044],[9469,6041],[9483,6036],[9496,6030],[9507,6027],[9517,6023],[3340,6261],[9527,6020],[7345,4184],[7337,4177],[7323,4164],[7313,4155],[7303,4145],[7304,4136],[7311,4127],[7318,4117],[7325,4107],[3348,6297],[7332,4096],[4310,4696],[4305,4697],[4300,4700],[4295,4702],[4548,3503],[4550,3493],[4546,3484],[4548,3480],[4544,3473],[3342,6277],[4545,3464],[4542,3456],[4540,3431],[4537,3427],[4538,3420],[4535,3414],[5875,6454],[5887,6422],[3350,6310],[6032,6031],[6028,6045],[6043,6013],[6038,6025],[6033,6039],[6061,5956],[6064,5947],[6068,5937],[3344,6291],[6071,5928],[6075,5917],[5923,6331],[5921,6325],[5927,6324],[5924,6320],[5929,6317],[5925,6314],[5923,6315],[5921,6320],[3352,6330],[5919,6325],[5968,6216],[5962,6219],[5973,6201],[5967,6206],[5978,6188],[5972,6193],[5976,6181],[5981,6167],[3346,6305],[5986,6154],[5990,6143],[6055,5969],[6055,5979],[6050,5985],[6050,5994],[6041,6008],[6036,6022],[5902,6381],[6387,6492],[3354,6340],[6078,5909],[6083,5899],[6085,5891],[5999,6121],[6004,6108],[3347,6317],[6008,6097],[6012,6086],[6017,6073],[6025,6051],[6023,6056],[6021,6064],[5999,6130],[6004,6117],[6009,6104],[6013,6092],[6017,6083],[6022,6069],[5995,6142],[5990,6154],[5986,6166],[5982,6177],[6028,6052],[5994,6134],[5938,6294],[5943,6283],[5946,6272],[5956,6247],[5960,6237],[5963,6226],[5921,6339],[5916,6350],[5914,6357],[5911,6366],[5908,6373],[5898,6399],[5892,6415],[5886,6431],[5880,6447],[5933,6298],[5937,6286],[5941,6275],[5946,6264],[5950,6252],[5954,6241],[5958,6230],[5898,6393],[5867,6468],[7359,4184],[7369,4183],[7380,4183],[7392,4182],[7400,4181],[7413,4180],[7426,4179],[7434,4178],[7450,4176],[7459,4175],[7474,4172],[7483,4171],[7494,4169],[7505,4167],[7516,4166],[7527,4164],[7536,4162],[7544,4161],[7555,4159],[7567,4157],[7579,4155],[7358,4181],[7723,4998],[7735,5002],[7745,5005],[7764,5010],[7775,5013],[7785,5016],[6369,6734],[3350,6335],[3315,6149],[9052,7084],[9058,7089],[9064,7093],[9070,7097],[9075,7101],[9081,7106],[9087,7110],[3305,6152],[9093,7114],[9098,7118],[9104,7122],[9110,7127],[9115,7130],[9121,7135],[9125,7138],[9130,7142],[9133,7150],[9131,7138],[3352,6345],[5402,5441],[5412,5448],[5422,5454],[5431,5461],[6810,4408],[6797,4410],[6782,4412],[3355,6348],[6763,4412],[6756,4413],[6748,4414],[6741,4415],[6734,4416],[6726,4417],[6719,4418],[6712,4419],[6704,4420],[6697,4421],[3353,6353],[6689,4422],[6682,4423],[6673,4427],[7881,4075],[7887,4069],[7894,4066],[7902,4063],[7913,4053],[7921,4053],[7930,4050],[3356,6356],[7940,4046],[7947,4042],[7954,4039],[7962,4035],[7970,4031],[7977,4028],[7984,4024],[7992,4021],[8000,4017],[8007,4014],[3354,6361],[8015,4010],[8023,4007],[8031,4003],[8038,3999],[8045,3996],[8053,3993],[3619,2516],[3622,2500],[3622,2490],[3618,2509],[3357,6365],[3611,2553],[3614,2538],[3606,2564],[3610,2543],[3614,2526],[7842,5378],[7849,5378],[7856,5377],[7863,5377],[7870,5378],[7895,6048],[7876,5379],[7884,5380],[7891,5381],[7896,5382],[7904,5384],[7911,5387],[7916,5389],[7924,5392],[7930,5396],[4949,3566],[4949,3557],[4953,3550],[4956,3529],[4956,3539],[4960,3514],[4961,3522],[4964,3498],[4964,3507],[4968,3483],[4969,3492],[4972,3466],[4972,3477],[4975,3456],[4976,3461],[4979,3440],[4980,3449],[4983,3424],[4984,3433],[4126,4900],[4345,5497],[4349,5504],[4270,4844],[4276,4842],[4283,4839],[4290,4837],[4353,5497],[4297,4834],[4302,4832],[4305,4831],[4308,4830],[4312,4828],[4315,4827],[4318,4826],[4356,5503],[4361,5495],[4243,4859],[4248,4853],[4254,4854],[4265,4850],[4364,5501],[6019,6082],[6024,6087],[6030,6093],[6035,6098],[6039,6102],[6044,6107],[7860,6099],[4367,5492],[6048,6111],[6053,6116],[6057,6120],[6062,6126],[6067,6130],[6072,6136],[9433,6109],[9434,6097],[9436,6083],[9437,6068],[4370,5497],[9439,6053],[9441,6038],[9443,6020],[9444,6005],[9446,5988],[6372,4322],[6372,4316],[6372,4307],[6371,4300],[6371,4293],[4373,5490],[6371,4285],[6370,4278],[6370,4270],[6370,4262],[6370,4256],[6369,4249],[6369,4241],[6369,4234],[6369,4226],[6368,4218],[4377,5495],[6368,4210],[6368,4202],[6367,4195],[6367,4188],[6367,4180],[6367,4173],[6366,4166],[6366,4159],[6366,4151],[6365,4144],[4379,5487],[6365,4136],[6365,4129],[6365,4122],[6364,4116],[6364,4108],[6364,4101],[6363,4095],[6363,4088],[6363,4080],[6363,4073],[4384,5491],[6360,4000],[6358,3990],[6356,3979],[6354,3969],[6353,3958],[6351,3947],[6350,3937],[6348,3926],[6346,3916],[6345,3905],[4385,5483],[6343,3895],[6342,3885],[6340,3875],[6339,3866],[6338,3857],[6336,3848],[6335,3839],[6337,3834],[6343,3830],[6349,3827],[4390,5488],[6355,3824],[6361,3820],[4629,4207],[4633,4212],[4618,4201],[4622,4207],[4607,4195],[4612,4202],[4599,4190],[4603,4197],[4392,5480],[4593,4187],[4587,4187],[4582,4181],[4576,4181],[4571,4175],[4565,4175],[4561,4169],[7682,6083],[7683,6093],[7686,6092],[4397,5485],[7686,6101],[7696,6129],[7704,6133],[7842,7147],[7847,7153],[7847,7162],[7851,7168],[7773,6141],[4398,5477],[7852,7178],[7857,7185],[7857,7194],[7862,7201],[7863,7211],[7867,7218],[5269,3491],[5264,3480],[5260,3471],[6137,3197],[4404,5482],[6126,3193],[6117,3192],[6107,3191],[6097,3190],[6087,3189],[6077,3188],[6067,3187],[6057,3186],[6047,3185],[6802,4232],[4404,5475],[6790,4232],[6779,4233],[6770,4234],[6759,4235],[6748,4235],[6739,4236],[6726,4237],[6716,4237],[6706,4238],[6697,4239],[4410,5480],[6685,4240],[6675,4240],[6666,4241],[6658,4240],[6647,4243],[6640,4247],[6640,4240],[6634,4248],[6634,4239],[6628,4247],[4410,5472],[6627,4240],[6012,6628],[6009,6641],[6006,6653],[6003,6667],[5999,6681],[5995,6694],[5989,6717],[5985,6730],[5981,6743],[4417,5478],[5977,6755],[5974,6768],[5971,6777],[5967,6791],[5961,6806],[5959,6813],[5956,6822],[5954,6830],[5952,6838],[5950,6846],[4417,5470],[5947,6854],[5944,6863],[5518,3806],[5529,3806],[5539,3807],[5559,3808],[5569,3808],[5516,3829],[5516,3816],[4434,5478],[5524,3818],[5535,3818],[5546,3819],[7718,6827],[7712,6810],[7707,6792],[7701,6772],[7696,6755],[7691,6736],[7685,6718],[4432,5469],[7680,6702],[7676,6686],[7672,6668],[7669,6653],[7666,6637],[7716,6819],[7699,6764],[7693,6746],[7688,6726],[7682,6710],[4441,5480],[7677,6694],[7674,6677],[7670,6661],[7667,6646],[3815,1457],[3818,1464],[3820,1471],[3824,1479],[3827,1485],[3834,1504],[4170,2840],[4440,5471],[3836,1509],[3839,1519],[3842,1531],[3843,1537],[3846,1546],[3848,1554],[3850,1561],[3853,1572],[4534,2055],[4528,2046],[4448,5484],[4534,2047],[4528,2038],[4535,2038],[4528,2031],[4535,2030],[4528,2022],[4535,2021],[4528,2011],[4535,2012],[4529,2004],[4446,5474],[4535,2002],[4529,1996],[4535,1993],[4529,1986],[4534,1980],[4527,1978],[4533,1974],[4524,1970],[4530,1966],[4521,1964],[4450,5471],[4525,1957],[4516,1953],[4521,1948],[4511,1942],[4518,1941],[4507,1934],[4514,1934],[4503,1925],[4511,1928],[4498,1915],[4451,5463],[4507,1919],[4494,1906],[4505,1912],[4491,1901],[4501,1905],[4488,1894],[4497,1897],[4484,1886],[4494,1890],[4481,1879],[4455,5488],[4490,1881],[4477,1869],[4487,1874],[4483,1867],[4715,3296],[4721,3306],[4715,3288],[4722,3298],[4716,3279],[4722,3288],[4452,5477],[4716,3270],[4722,3279],[4716,3261],[4723,3270],[4717,3252],[4723,3261],[4717,3242],[4723,3252],[4717,3232],[4724,3242],[4461,5492],[4718,3223],[4724,3233],[4718,3214],[4725,3224],[4725,3215],[4719,3196],[4725,3206],[4719,3187],[4726,3196],[4458,5481],[4720,3178],[4726,3187],[4720,3169],[4726,3178],[4720,3160],[4727,3169],[4721,3151],[4727,3160],[4721,3141],[4727,3151],[4467,5497],[4721,3130],[4728,3142],[4722,3122],[4728,3131],[4722,3112],[4729,3123],[4722,3105],[4729,3113],[4723,3097],[4729,3105],[5596,4274],[4463,5485],[4723,3088],[4730,3097],[4723,3080],[4730,3089],[4724,3072],[4730,3080],[4724,3063],[4731,3072],[4725,3053],[4731,3063],[4473,5501],[4725,3044],[4731,3054],[4730,3038],[4732,3045],[4737,3029],[4734,3039],[4745,3017],[4743,3026],[4755,3003],[4753,3012],[4468,5489],[4765,2992],[4762,2999],[4775,2983],[4772,2990],[4782,2981],[4444,3480],[4441,3470],[4439,3461],[4437,3450],[4435,3441],[4478,5505],[4433,3432],[4432,3425],[4430,3417],[4428,3408],[4425,3401],[4422,3394],[4421,3382],[4418,3387],[4415,3379],[4474,5493],[4411,3372],[4408,3365],[4404,3357],[4389,3280],[4393,3281],[4396,3280],[4389,3272],[4398,3277],[4385,3242],[4388,3242],[4484,5509],[4387,3260],[4396,3269],[4384,3248],[4395,3260],[4391,3272],[4394,3271],[4382,3240],[4392,3250],[4379,3231],[4389,3237],[4480,5497],[4378,3222],[4388,3230],[4379,3215],[4382,3214],[4376,3213],[4386,3220],[4377,3202],[4379,3202],[4374,3206],[4384,3210],[4491,5512],[4374,3192],[4377,3191],[4373,3198],[4382,3200],[4371,3189],[4380,3190],[4369,3181],[4378,3182],[4367,3172],[4376,3173],[4487,5502],[4374,3165],[4365,3163],[4372,3155],[4364,3155],[4370,3146],[4362,3146],[4368,3140],[4361,3137],[4366,3132],[4497,5515],[4359,3128],[4365,3127],[4357,3121],[4362,3118],[4435,3400],[4395,3308],[4394,3302],[5374,4285],[4493,5506],[4393,3294],[4392,3288],[4403,3305],[4402,3297],[4405,3313],[4399,3284],[4500,5508],[4397,3314],[4406,3321],[4408,3330],[4409,3337],[4411,3345],[4412,3350],[4504,5517],[4398,3324],[4400,3332],[4401,3338],[4402,3345],[4426,3379],[4414,3357],[4432,3395],[4416,3362],[4430,3390],[4423,3375],[4499,5520],[4419,3367],[4492,5516],[4509,5524],[4504,5527],[4513,5530],[4436,3408],[4509,5534],[5449,3866],[5456,3865],[5461,3856],[5468,3854],[5472,3845],[5479,3843],[5483,3834],[5491,3833],[5496,3826],[4518,5535],[5498,3818],[5504,3816],[5505,3810],[5513,3807],[5515,3799],[5522,3797],[5523,3790],[5531,3787],[5533,3778],[5541,3776],[3489,6866],[5080,3924],[4515,5539],[5541,3770],[5549,3766],[5551,3759],[5558,3757],[5560,3749],[5566,3748],[5568,3739],[5575,3738],[5577,3729],[5584,3728],[4524,5540],[5586,3720],[5592,3718],[5594,3708],[5600,3706],[5601,3698],[5608,3694],[5610,3683],[5616,3681],[5617,3673],[5622,3671],[4525,5547],[5624,3662],[5631,3658],[5631,3649],[5637,3647],[5638,3638],[5644,3635],[5645,3628],[5651,3625],[5651,3617],[5658,3613],[4534,5549],[5659,3604],[5666,3600],[5667,3592],[5675,3588],[5674,3580],[5680,3577],[5681,3570],[5687,3568],[5688,3558],[5693,3556],[4537,5558],[5695,3546],[5701,3544],[5702,3535],[5709,3531],[5711,3521],[5716,3519],[5718,3509],[5724,3508],[5725,3498],[5732,3496],[4546,5560],[5731,3488],[5737,3486],[5738,3478],[5743,3477],[5744,3467],[5751,3465],[5752,3455],[5758,3451],[5759,3444],[5817,3348],[4548,5568],[5803,3388],[5796,3375],[5788,3368],[5762,3445],[5764,3436],[5771,3431],[5773,3422],[5779,3418],[5780,3411],[5787,3405],[4554,5567],[5789,3396],[5795,3392],[5798,3382],[5804,3378],[5806,3369],[5812,3365],[5813,3357],[5818,3355],[5253,3207],[5258,3209],[4556,5575],[5264,3205],[5269,3208],[5274,3204],[5279,3207],[5285,3202],[5289,3205],[5294,3201],[5299,3205],[5308,3199],[4563,5576],[5302,3198],[5316,3194],[5311,3193],[5319,3188],[5330,3188],[5338,3184],[5344,3182],[5350,3179],[5357,3176],[5365,3173],[4982,3883],[4567,5585],[5371,3171],[5379,3167],[5386,3165],[5391,3164],[5396,3162],[5405,3158],[5412,3155],[5421,3148],[5428,3145],[4574,5585],[5434,3142],[5440,3140],[5333,3177],[5331,3169],[5329,3160],[4577,5594],[5342,3173],[5340,3165],[5338,3157],[5353,3174],[5350,3164],[5348,3154],[5361,3164],[5359,3157],[5357,3149],[5378,3163],[4584,5595],[5376,3156],[5374,3149],[7169,6467],[7168,6455],[7166,6443],[7163,6432],[7161,6422],[7159,6412],[7157,6401],[7154,6389],[4586,5602],[7146,6385],[7137,6384],[7128,6382],[7118,6380],[7037,7636],[7046,7640],[7056,7644],[7065,7647],[7074,7651],[7080,7653],[4594,5604],[7086,7655],[7092,7658],[7097,7660],[4772,4522],[4770,4529],[4595,5611],[4770,4535],[4763,4533],[4602,5611],[4758,4539],[4757,4532],[4755,4552],[4754,4545],[4752,4567],[4751,4559],[4750,4578],[4747,4571],[4756,4528],[4605,5620],[4750,4526],[4744,4524],[4738,4522],[4735,4525],[4734,4533],[4732,4540],[4731,4547],[4729,4532],[4721,4529],[4728,4537],[4611,5619],[4721,4535],[4727,4542],[4732,4520],[4728,4518],[4724,4517],[4719,4515],[4713,4527],[4711,4534],[4709,4541],[5204,4113],[4614,5628],[4713,4512],[4707,4510],[4701,4508],[4695,4506],[4620,5628],[4689,4504],[4687,4498],[4688,4491],[4690,4484],[4692,4476],[4693,4469],[4695,4461],[4696,4454],[4685,4507],[4683,4514],[4453,5456],[4682,4522],[4680,4531],[4678,4522],[4681,4510],[4667,4501],[4664,4508],[4671,4510],[4661,4516],[4666,4522],[4659,4524],[4160,4653],[4165,4658],[4171,4664],[5414,3027],[6744,4734],[6750,4745],[6779,4799],[6780,4808],[6784,4816],[6788,4824],[6792,4831],[6795,4834],[4315,7206],[6795,4844],[6796,4854],[6797,4863],[6799,4872],[7081,7407],[7073,7403],[7065,7398],[7058,7395],[7051,7391],[7041,7387],[4310,7212],[7033,7384],[7024,7381],[8918,8435],[8924,8429],[8930,8424],[8936,8418],[8942,8412],[8947,8407],[8952,8402],[4991,1481],[4303,7219],[5001,1488],[5011,1494],[5020,1500],[5030,1507],[5040,1513],[5049,1519],[5059,1525],[5067,1530],[5077,1537],[5087,1543],[4296,7223],[5097,1549],[5106,1555],[5115,1561],[5124,1567],[5134,1573],[5142,1578],[5151,1584],[4483,5032],[4480,5026],[4477,5020],[4287,7225],[4473,5014],[4470,5009],[4467,5003],[4463,4996],[4460,4990],[4260,2389],[4258,2395],[4250,2399],[4246,2407],[4238,2411],[5138,4017],[4279,7226],[4235,2417],[4229,2419],[4224,2427],[4217,2430],[4212,2439],[4207,2440],[4200,2452],[4193,2455],[4186,2465],[4180,2467],[4270,7228],[4177,2474],[4170,2477],[4167,2484],[4159,2487],[4153,2496],[4146,2498],[4140,2504],[4133,2505],[4127,2511],[4119,2513],[4262,7232],[9652,6542],[9664,6534],[9673,6547],[9685,6537],[9685,6547],[9694,6540],[9695,6549],[9705,6540],[9714,6546],[9721,6551],[3079,2992],[9730,6557],[9739,6563],[9750,6560],[9746,6569],[9753,6577],[9761,6586],[5373,233],[5368,231],[5365,226],[5358,223],[3087,2991],[5350,214],[5343,211],[5338,203],[5332,201],[5326,193],[3545,1006],[3553,1002],[3560,995],[3567,988],[3573,982],[3096,2988],[3580,984],[3587,989],[3594,995],[3602,1001],[3610,1007],[3617,1012],[3626,1019],[3634,1025],[3639,1032],[3637,1043],[3103,2984],[3634,1055],[3629,1065],[3625,1075],[3619,1086],[3615,1093],[3609,1096],[3606,1104],[3600,1111],[3594,1117],[7081,5408],[3110,2976],[7082,5419],[7082,5430],[7084,5440],[7086,5449],[7087,5459],[7089,5469],[7091,5481],[7095,5487],[7099,5492],[7106,5499],[3112,2967],[7112,5506],[7118,5511],[7125,5517],[7131,5522],[7137,5528],[7146,5536],[7152,5543],[7157,5553],[7161,5559],[7165,5565],[3111,2957],[7168,5572],[7173,5577],[7178,5579],[7185,5577],[7190,5579],[7194,5584],[7196,5590],[7194,5599],[5838,3216],[5833,3226],[3109,2947],[5830,3233],[5828,3240],[5825,3249],[5822,3257],[5820,3266],[5818,3273],[5817,3281],[5815,3289],[5814,3298],[6006,4784],[3107,2937],[6018,4786],[6029,4788],[6041,4790],[6050,4791],[6059,4793],[6067,4795],[6076,4796],[7612,7901],[7608,7889],[7605,7879],[3105,2926],[7599,7865],[7595,7852],[7591,7844],[7586,7833],[7584,7824],[7580,7813],[7577,7803],[4588,3121],[4579,3125],[4570,3130],[3102,2916],[4560,3134],[4553,3138],[4545,3142],[4536,3146],[4529,3150],[4521,3154],[4513,3157],[4501,3166],[4496,3165],[4492,3170],[3100,2908],[4484,3170],[4479,3176],[4471,3176],[4470,3182],[4469,3170],[4471,3194],[4467,3202],[4458,3205],[4449,3209],[4440,3212],[3097,2898],[4459,3181],[4466,3182],[4446,3187],[4452,3187],[4432,3192],[4439,3193],[4421,3197],[4427,3198],[4408,3203],[4415,3203],[2133,3325],[4395,3209],[4402,3209],[4389,3214],[3986,2344],[3990,2352],[3994,2360],[3999,2368],[4003,2376],[7953,8053],[7950,8044],[2134,3334],[7947,8036],[7943,8028],[7940,8018],[9764,6519],[9755,6525],[9749,6532],[9742,6539],[9735,6550],[7380,5015],[2133,3341],[7370,5022],[7359,5028],[7349,5036],[7340,5043],[7336,5055],[7846,6347],[7856,6354],[7866,6364],[7877,6367],[2129,3349],[7889,6370],[7887,6357],[7891,6355],[7902,6358],[7911,6360],[7964,8094],[7962,8085],[7961,8076],[7959,8067],[4579,4223],[2126,3356],[7957,8057],[8222,3683],[8226,3691],[7853,7571],[7861,7582],[7868,7595],[7876,7591],[7864,7609],[2122,3365],[7857,7622],[7849,7633],[7841,7635],[7834,7631],[7829,7629],[7815,7622],[7810,7601],[7805,7585],[7799,7571],[7796,7565],[2118,3372],[7792,7558],[7784,7546],[5961,2302],[5965,2295],[5961,2293],[5970,2288],[5974,2281],[5979,2275],[5983,2268],[5988,2261],[2115,3380],[5992,2254],[5997,2247],[6001,2241],[6006,2233],[6011,2226],[6015,2220],[6020,2213],[6029,2200],[6034,2192],[6038,2186],[2111,3389],[6042,2179],[6047,2173],[6052,2165],[6057,2158],[6062,2151],[6067,2143],[6071,2131],[6081,2117],[6091,2102],[6102,2086],[2108,3397],[6110,2074],[6119,2061],[6127,2049],[6135,2037],[6143,2025],[6150,2014],[6159,2001],[6168,1987],[6178,1973],[6183,1965],[2105,3405],[6191,1953],[6200,1940],[6208,1927],[6217,1914],[6226,1901],[6234,1888],[6239,1881],[9015,7181],[9027,7190],[9039,7200],[2101,3414],[7345,5879],[7342,5882],[7337,5885],[7332,5889],[7328,5892],[7323,5896],[7319,5901],[7315,5903],[7310,5905],[7305,5907],[2097,3423],[7300,5909],[7296,5910],[7291,5912],[7286,5912],[7281,5911],[7276,5909],[7270,5906],[7264,5903],[7260,5900],[7255,5897],[2094,3432],[7352,5875],[7357,5868],[7365,5864],[7373,5857],[7075,7963],[7015,7950],[7026,7952],[7035,7954],[7046,7957],[7056,7959],[6576,2249],[2091,3441],[7002,7925],[6997,7907],[7175,5571],[7181,5568],[7188,5564],[7198,5560],[7200,5555],[7205,5552],[7210,5548],[2089,3450],[7216,5542],[7222,5537],[7225,5533],[7230,5528],[7220,5497],[7191,5521],[7186,5527],[7182,5531],[2087,3459],[7175,5538],[7169,5544],[7162,5550],[5693,2938],[5687,2932],[5680,2927],[5673,2924],[5665,2923],[5658,2923],[5650,2923],[1294,5695],[5642,2923],[5634,2923],[5627,2924],[5618,2926],[5609,2927],[5600,2927],[5592,2927],[5584,2927],[5575,2927],[5567,2928],[1288,5696],[5559,2928],[5550,2928],[5542,2928],[5534,2928],[5526,2929],[5519,2929],[5511,2929],[5503,2926],[5496,2929],[5489,2927],[1282,5697],[5482,2930],[5476,2927],[5470,2930],[5462,2927],[5455,2930],[5447,2929],[5442,2929],[5392,2929],[1277,5697],[5381,2929],[5369,2929],[5264,3426],[5228,3453],[5211,3466],[5159,3505],[5157,3511],[5152,3511],[5120,3538],[5113,3540],[1271,5695],[5108,3548],[5102,3548],[5098,3556],[5094,3554],[5088,3563],[5084,3562],[5082,3567],[5075,3568],[5075,3573],[5069,3573],[1267,5693],[5067,3579],[5060,3580],[5058,3585],[5051,3586],[5048,3593],[5041,3594],[5038,3601],[5032,3604],[5032,3613],[5028,3616],[1262,5692],[5029,3624],[4260,3525],[4262,3516],[4259,3509],[4261,3500],[4258,3492],[5078,1798],[5076,1791],[5079,1784],[5078,1777],[6135,1948],[1256,5690],[5082,1771],[5082,1764],[5086,1759],[5087,1751],[5091,1747],[5092,1740],[5212,1447],[5093,1734],[5096,1736],[5098,1728],[1252,5688],[5101,1722],[5102,1714],[5108,1706],[5108,1699],[5115,1689],[5116,1682],[5121,1675],[5122,1666],[5126,1661],[5128,1653],[1246,5685],[5133,1645],[5135,1636],[5149,1608],[5141,1627],[5142,1617],[5149,1601],[5154,1594],[5156,1585],[5161,1578],[5163,1568],[1240,5685],[5168,1563],[1237,5681],[5370,2294],[5365,2298],[5360,2293],[5357,2297],[5350,2296],[5344,2294],[5337,2293],[5331,2292],[5324,2291],[5318,2290],[1231,5680],[5311,2289],[5305,2288],[5298,2287],[5292,2286],[5285,2286],[5279,2286],[5272,2286],[5265,2286],[5258,2287],[5252,2287],[1227,5678],[5245,2287],[5239,2288],[5234,2291],[5227,2294],[5221,2298],[5216,2301],[5209,2305],[5204,2308],[5199,2311],[5193,2315],[5187,2318],[5181,2322],[5175,2326],[5169,2330],[5162,2332],[5157,2336],[5151,2338],[5145,2341],[5139,2344],[5132,2345],[1218,5677],[5126,2346],[5119,2345],[5113,2345],[5106,2344],[5100,2344],[5093,2343],[5086,2343],[5079,2342],[5073,2341],[5066,2340],[1211,5673],[5059,2338],[5053,2337],[5047,2334],[5039,2331],[5033,2327],[5029,2324],[5023,2321],[5016,2318],[5011,2315],[5005,2311],[6089,2178],[1207,5672],[4999,2307],[4994,2303],[4989,2297],[4984,2292],[4978,2286],[4973,2280],[4968,2275],[4963,2270],[4957,2263],[4952,2258],[1201,5671],[4947,2253],[4942,2248],[4937,2242],[4932,2237],[4927,2232],[4923,2226],[4918,2222],[4913,2217],[4908,2212],[4903,2207],[1196,5671],[4898,2201],[4893,2196],[4889,2196],[4888,2191],[4884,2191],[4883,2185],[4880,2187],[4879,2181],[4793,2922],[4795,2915],[1191,5669],[4798,2907],[4800,2899],[4801,2893],[4802,2885],[4803,2877],[4804,2870],[4805,2863],[4806,2856],[4807,2851],[4808,2841],[1186,5668],[4809,2834],[4811,2825],[4812,2818],[4813,2810],[4814,2802],[4816,2790],[4817,2783],[4818,2776],[4818,2768],[1181,5667],[4817,2761],[4816,2753],[4815,2745],[4814,2737],[4813,2728],[4812,2720],[4811,2712],[4810,2703],[4809,2695],[4808,2687],[4852,5477],[4808,2679],[4807,2671],[4806,2663],[4805,2655],[4804,2646],[4803,2637],[4802,2630],[4801,2622],[4800,2613],[4799,2607],[4851,5479],[4798,2598],[4797,2589],[4797,2582],[4796,2573],[4795,2565],[4794,2557],[4793,2548],[4792,2541],[4791,2531],[4790,2523],[4848,5481],[4790,2515],[4790,2506],[4790,2498],[4773,2949],[4779,2948],[4799,2925],[4788,2939],[4794,2932],[4782,2940],[4165,2641],[4846,5475],[4170,2635],[4174,2637],[4177,2632],[4183,2633],[4186,2627],[4192,2629],[4194,2624],[4199,2625],[4201,2620],[4206,2622],[6157,1943],[4843,5479],[4209,2617],[4215,2618],[4219,2612],[4224,2613],[4226,2608],[4232,2609],[4241,2606],[4245,2600],[4250,2601],[4841,5474],[4253,2596],[4261,2596],[4262,2592],[4265,2594],[4276,2579],[4282,2578],[4309,2553],[4286,2570],[4292,2568],[4296,2561],[4838,5478],[4301,2560],[4305,2552],[4318,2544],[4312,2545],[4322,2537],[4326,2536],[4329,2530],[4334,2528],[4337,2521],[4836,5472],[4343,2520],[4347,2512],[4352,2511],[4355,2504],[4362,2503],[4363,2496],[4370,2494],[4372,2488],[4378,2487],[4379,2480],[4832,5476],[4385,2479],[4388,2471],[4394,2469],[4396,2463],[4403,2461],[4406,2454],[4413,2451],[4414,2445],[4422,2442],[4423,2437],[4830,5471],[4428,2438],[4430,2431],[4516,2311],[4521,2303],[4485,2391],[4490,2386],[4495,2379],[4827,5474],[4825,5469],[4031,1964],[4027,1956],[4023,1947],[4019,1939],[4016,1932],[4012,1924],[4820,5472],[4008,1916],[4005,1908],[4001,1900],[3997,1892],[3994,1884],[3990,1876],[3986,1867],[3982,1859],[3979,1851],[3975,1843],[4819,5467],[3971,1835],[3967,1826],[3964,1818],[3960,1810],[3956,1802],[3952,1794],[3949,1786],[3945,1778],[3941,1769],[3937,1761],[6272,3675],[4815,5471],[3933,1753],[3929,1744],[3926,1736],[3922,1728],[3918,1719],[3914,1711],[3910,1703],[3907,1694],[3903,1686],[3899,1678],[4813,5466],[3895,1669],[3891,1661],[3888,1653],[3884,1645],[3880,1637],[3876,1629],[3873,1621],[3869,1613],[3865,1604],[3861,1596],[4808,5469],[3856,1589],[3851,1582],[3845,1576],[3846,1575],[3839,1571],[3840,1570],[3833,1566],[3834,1564],[3827,1560],[3828,1559],[3821,1555],[3822,1554],[3815,1551],[3815,1549],[3809,1545],[3810,1544],[3804,1540],[3805,1539],[3798,1534],[3799,1533],[4804,5468],[3793,1528],[3794,1527],[3788,1521],[3789,1519],[3784,1513],[3785,1512],[3780,1505],[3781,1504],[3777,1497],[3773,1488],[4802,5462],[3770,1480],[4396,1847],[4391,1844],[4385,1840],[4379,1835],[4799,5467],[4374,1832],[4369,1829],[4362,1824],[4357,1820],[4350,1816],[4345,1813],[4340,1809],[4333,1805],[4327,1800],[4322,1798],[4796,5460],[4316,1794],[4310,1790],[4305,1786],[4299,1782],[4294,1779],[4288,1776],[4283,1766],[4275,1766],[4271,1763],[4265,1759],[4793,5465],[4259,1755],[4254,1751],[4249,1748],[4244,1744],[4237,1740],[4231,1735],[4224,1731],[4218,1727],[4212,1723],[4207,1719],[4792,5460],[4202,1716],[4197,1713],[4192,1710],[4186,1705],[4180,1702],[4175,1699],[4171,1696],[4167,1693],[4469,1863],[4323,1993],[4788,5463],[4470,1857],[4466,1861],[4463,1857],[4459,1860],[4453,1859],[4447,1858],[4441,1857],[4785,5457],[4082,2367],[4082,2357],[4080,2349],[4782,5462],[4083,2340],[4080,2331],[4083,2322],[4080,2312],[4083,2303],[4080,2294],[4083,2285],[4080,2276],[4083,2266],[4080,2259],[4781,5456],[4083,2248],[4079,2241],[4082,2232],[4078,2223],[4080,2215],[4076,2208],[4078,2199],[4073,2189],[4075,2181],[4070,2172],[4778,5460],[4071,2162],[4066,2154],[4068,2145],[4065,2147],[4064,2136],[4063,2130],[4062,2122],[4061,2114],[4060,2107],[4058,2098],[4776,5455],[4057,2090],[4055,2082],[4054,2074],[4053,2066],[4051,2058],[4050,2050],[4049,2042],[4047,2034],[4046,2026],[4045,2018],[4771,5459],[4044,2010],[4042,2003],[4041,1994],[4039,1987],[4037,1979],[4034,1972],[4771,5454],[4767,5457],[4765,5452],[4827,2931],[4762,5456],[4760,5451],[4757,5455],[4755,5449],[4752,5453],[4750,5448],[847,4538],[848,4528],[849,4518],[851,4509],[5966,6806],[4273,6333],[4276,6332],[4271,6322],[6263,5657],[6268,5659],[6274,5661],[6280,5663],[6285,5664],[6287,5669],[6286,5676],[6284,5682],[4276,6322],[6283,5689],[7694,4723],[7692,4741],[7691,4759],[7690,4778],[7688,4797],[7687,4817],[5116,3288],[5109,3285],[5102,3281],[5096,3275],[5091,3269],[5677,4536],[5683,4536],[5690,4536],[5696,4536],[4420,2798],[4426,2793],[4434,2787],[4273,6304],[4442,2781],[4451,2775],[4459,2769],[4467,2763],[4476,2757],[4485,2750],[4495,2743],[4502,2738],[4509,2733],[4516,2729],[4268,6305],[4521,2725],[4524,2719],[4518,2719],[4524,2712],[4534,2701],[6803,3350],[6792,3350],[6783,3355],[6774,3357],[6765,3351],[6764,3359],[6756,3353],[6755,3362],[6744,3376],[6754,3372],[6756,3387],[6762,3393],[6771,3391],[6773,3375],[6774,3410],[6768,3399],[6758,3402],[6748,3404],[6737,3407],[6727,3409],[6718,3411],[6705,3407],[4339,1961],[4265,6286],[6695,3401],[6686,3395],[6676,3390],[6666,3384],[6657,3379],[6711,3404],[6716,3390],[6721,3375],[4269,6280],[6725,3363],[6723,3349],[6721,3338],[6732,3379],[6735,3396],[6135,5498],[6137,5503],[6140,5490],[6145,5496],[4264,6278],[6149,5484],[6151,5491],[6156,5477],[6158,5484],[6161,5473],[6164,5480],[6168,5467],[6170,5474],[6176,5461],[6178,5468],[4268,6272],[6182,5455],[6184,5463],[6187,5451],[6190,5457],[6193,5446],[6196,5452],[6199,5442],[6211,5440],[4263,6270],[6219,5438],[6229,5436],[6236,5435],[6244,5433],[6253,5432],[4267,6265],[6259,5430],[6268,5429],[6274,5428],[6278,5426],[6279,5434],[6286,5431],[4261,6261],[6330,5386],[6335,5384],[9361,6130],[9362,6117],[9364,6103],[4265,6257],[9365,6089],[9366,6078],[9367,6071],[9368,6059],[9370,6047],[9371,6033],[9372,6021],[9374,6007],[6673,3396],[6669,3405],[4259,6252],[6665,3418],[6661,3428],[6657,3441],[6653,3452],[6649,3464],[6645,3474],[6641,3485],[6637,3497],[3939,2762],[3939,2753],[4264,6249],[3934,2746],[3934,2736],[3930,2729],[3929,2718],[3925,2710],[3924,2700],[3919,2691],[3919,2683],[3915,2675],[3915,2667],[4834,2663],[4258,6244],[3911,2659],[3910,2648],[3905,2640],[3905,2629],[3900,2620],[3901,2612],[3896,2608],[3895,2598],[3891,2591],[3890,2580],[3885,2572],[3884,2562],[3879,2555],[3875,2544],[3869,2541],[3863,2532],[3857,2523],[3851,2515],[3845,2507],[3838,2497],[4255,6236],[7151,5533],[7156,5524],[7161,5516],[7165,5509],[7169,5502],[7173,5493],[5474,4873],[5473,4864],[5478,4857],[5477,4848],[4260,6234],[5482,4843],[5946,6149],[5943,6142],[5936,6140],[5931,6133],[5924,6131],[6692,5233],[6686,5233],[6681,5233],[6674,5233],[4253,6228],[6669,5233],[6661,5233],[6652,5233],[6647,5233],[4355,4704],[4353,4700],[4359,4700],[4364,4693],[4370,4687],[4375,4681],[4258,6226],[4373,4674],[4379,4675],[4378,4669],[4251,6220],[4390,4653],[5459,5144],[5460,5129],[5463,5121],[5461,5114],[5465,5108],[5464,5101],[5468,5095],[5466,5089],[5470,5084],[5473,5070],[5475,5058],[5473,5050],[5477,5043],[5025,1215],[5022,1224],[5019,1234],[5015,1245],[5011,1256],[5007,1267],[5004,1277],[4253,6210],[5000,1288],[4996,1299],[4991,1309],[4989,1325],[4986,1336],[4983,1347],[4980,1357],[4977,1367],[4974,1376],[4970,1389],[9320,6667],[4246,6204],[4965,1403],[4960,1417],[4955,1428],[4949,1441],[4941,1446],[4934,1461],[4929,1478],[4925,1490],[4918,1507],[9804,6614],[4250,6201],[9811,6623],[9820,6633],[9827,6641],[9836,6648],[9845,6653],[9854,6655],[9864,6655],[9059,9528],[9047,9525],[4243,6196],[7407,7958],[7413,7950],[7422,7941],[7430,7933],[7440,7926],[7460,7905],[7504,7053],[7503,7060],[7503,7068],[7503,7076],[4247,6193],[7503,7084],[7504,7092],[7504,7098],[7504,7109],[7505,7117],[7505,7124],[7505,7131],[7505,7139],[7506,7146],[7506,7161],[4240,6188],[7506,7154],[7507,7169],[7507,7176],[7507,7184],[7004,7492],[7006,7490],[7013,7499],[7022,7508],[7029,7515],[7037,7523],[4244,6185],[7045,7531],[7051,7537],[7059,7544],[7065,7551],[7071,7557],[7080,7565],[7089,7574],[7097,7582],[7105,7589],[7112,7596],[4239,6179],[7120,7606],[7128,7617],[7135,7626],[7142,7634],[7148,7642],[7156,7650],[7163,7659],[7170,7667],[7177,7676],[7184,7684],[4235,6170],[7192,7693],[7198,7704],[7204,7711],[7258,7796],[7263,7810],[7124,6514],[7133,6516],[4231,6165],[7143,6518],[7152,6519],[7161,6520],[7170,6520],[7179,6518],[8215,6223],[8209,6218],[8213,6210],[8212,6197],[8207,6192],[4235,6161],[8211,6184],[8205,6179],[8210,6172],[8204,6165],[8208,6158],[8203,6153],[8207,6146],[8206,6132],[8201,6128],[8205,6120],[5088,1739],[4229,6157],[8200,6114],[8204,6109],[8199,6102],[8202,6102],[8198,6097],[8201,6080],[8197,6072],[8199,6065],[8195,6057],[8198,6052],[4233,6152],[8194,6046],[8197,6040],[8193,6032],[8196,6026],[8192,6019],[8194,6013],[8191,6007],[8193,6000],[8189,5991],[8192,5986],[4227,6149],[8188,5979],[8191,5973],[8187,5965],[8190,5961],[8186,5953],[8189,5950],[8185,5942],[8188,5937],[8184,5928],[8187,5923],[4232,6143],[8182,5913],[8186,5909],[8181,5901],[8193,6085],[8208,6204],[8202,6140],[6517,5330],[6522,5327],[6528,5330],[4374,3150],[4379,3143],[4386,3144],[4391,3138],[4230,6133],[4398,3138],[4403,3132],[4408,3136],[4418,3125],[4411,3132],[4431,3119],[4425,3125],[4443,3112],[4438,3119],[4456,3106],[4449,3113],[4466,3102],[4461,3108],[4479,3095],[4473,3102],[4486,3096],[4454,3113],[4459,3120],[4459,3131],[4463,3136],[4229,6125],[4980,3589],[4980,3578],[4984,3571],[4986,3550],[4991,3542],[4991,3533],[4994,3526],[4994,3517],[4998,3512],[4998,3502],[5002,3494],[5002,3485],[5005,3479],[5919,4289],[5913,4291],[5907,4292],[5902,4293],[5895,4294],[5889,4295],[5882,4296],[4227,6117],[5875,4298],[5870,4299],[5863,4300],[5856,4302],[5850,4303],[5843,4304],[5836,4305],[5831,4306],[5823,4308],[5228,1536],[5817,4309],[5811,4309],[5804,4310],[5798,4311],[5793,4312],[5787,4313],[5779,4315],[5772,4316],[5760,4318],[5752,4320],[4226,6108],[5746,4321],[5740,4322],[5731,4323],[5726,4323],[5718,4324],[5707,4330],[5693,4334],[5680,4337],[5664,4342],[5651,4345],[4221,6107],[5636,4349],[5711,4325],[5700,4328],[5685,4332],[5672,4336],[5658,4340],[5644,4343],[5630,4347],[4225,6100],[5082,3632],[5078,3622],[5074,3613],[5068,3600],[5062,3587],[4212,4441],[4211,4433],[4204,4430],[4204,4424],[4220,6098],[4199,4423],[4198,4416],[4192,4414],[4191,4407],[4185,4405],[4185,4398],[4180,4397],[4180,4390],[4173,4387],[4174,4379],[4223,6091],[4167,4377],[4168,4370],[4164,4363],[4160,4356],[4156,4350],[6660,3849],[6672,3849],[6683,3848],[6693,3847],[4224,6080],[6707,3846],[6714,3846],[6725,3845],[6734,3832],[6745,3831],[6766,3842],[6780,3841],[6747,3854],[6737,3855],[4226,6073],[6689,3392],[6693,3382],[6696,3372],[6700,3362],[6703,3351],[6706,3342],[5412,5136],[5416,5130],[5414,5121],[5417,5115],[4222,6073],[5415,5105],[5420,5098],[5418,5089],[5424,5083],[5424,5075],[5419,5083],[4227,6065],[7467,6474],[7465,6461],[7465,6456],[4903,1306],[4900,1314],[4899,1323],[4897,1334],[4896,1343],[4894,1354],[4893,1363],[5198,1727],[4222,6066],[4892,1373],[4890,1383],[4889,1392],[4887,1402],[4884,1411],[4880,1421],[4876,1431],[4873,1438],[4870,1447],[4866,1456],[4228,6057],[4862,1466],[4855,1485],[4853,1491],[4848,1506],[4845,1517],[4817,4265],[4823,4260],[4823,4251],[4828,4247],[4223,6057],[4828,4238],[4834,4232],[4834,4224],[4839,4220],[4839,4212],[4843,4211],[4843,4201],[4848,4197],[4848,4190],[4853,4186],[4228,6047],[4853,4178],[4858,4175],[4857,4167],[4862,4163],[4862,4156],[4871,4141],[4867,4144],[4871,4136],[4880,4121],[4223,6049],[4879,4114],[4884,4110],[4884,4101],[4889,4098],[4890,4088],[4895,4083],[4899,4061],[4905,4065],[4902,4054],[4908,4058],[4226,6022],[4905,4047],[4909,4047],[4913,4044],[4908,4040],[4917,4036],[4911,4032],[4919,4029],[4914,4025],[4926,4014],[4921,4021],[4222,6025],[4932,3999],[4927,4007],[4936,3989],[4932,3994],[4943,3974],[4938,3980],[4225,6014],[5248,4665],[5253,4671],[5261,4669],[5266,4675],[5273,4674],[5279,4681],[5288,4680],[5293,4687],[5301,4686],[5306,4693],[4220,6016],[5314,4692],[5321,4691],[5327,4694],[5538,4864],[5547,4874],[5554,4885],[5556,4888],[5534,4857],[5558,4890],[5559,4892],[4223,6006],[5553,4877],[5557,4881],[5558,4884],[5559,4885],[5560,4887],[5524,4856],[5513,4849],[5503,4840],[5495,4832],[5488,4824],[4218,2192],[4218,6008],[5529,4854],[5495,4826],[5521,4849],[5511,4842],[5506,4838],[5486,4816],[5413,4736],[5409,4730],[5403,4721],[4220,5997],[5385,4709],[5395,4715],[5415,4732],[5409,4723],[5403,4715],[5391,4708],[5380,4702],[5420,4739],[5429,4752],[5435,4762],[4216,5999],[5445,4772],[5454,4782],[5463,4792],[5471,4800],[5477,4806],[5423,4750],[5430,4760],[5438,4770],[5447,4780],[5457,4790],[4218,5989],[5465,4799],[5479,4815],[5338,4696],[5359,4698],[5369,4699],[5320,4698],[5332,4699],[5344,4700],[4213,5991],[5353,4701],[5364,4703],[7537,4602],[7536,4614],[6790,4612],[6791,4620],[6792,4629],[6794,4645],[4214,5981],[6794,4652],[6795,4659],[6796,4665],[6796,4672],[6800,4678],[6804,4685],[6808,4692],[6812,4699],[7133,5511],[7137,5502],[4210,5984],[7142,5494],[7147,5485],[7151,5476],[6823,4649],[6815,4650],[6808,4651],[6492,5081],[6483,5081],[7758,6656],[7764,6667],[4212,5973],[7772,6677],[7781,6687],[7789,6698],[7800,6711],[7810,6725],[7820,6737],[7830,6750],[7839,6763],[4673,3387],[4678,3384],[4208,5978],[4685,3388],[4690,3385],[4700,3389],[4706,3386],[4712,3390],[6824,7512],[6819,7523],[6817,7534],[6814,7545],[4876,4223],[4208,5964],[4871,4226],[4881,4210],[4876,4214],[4885,4196],[4880,4201],[4890,4182],[4885,4188],[4895,4170],[4890,4174],[4899,4157],[4273,2182],[4206,5971],[4895,4161],[4905,4143],[4899,4148],[4909,4131],[4905,4134],[4914,4120],[4909,4124],[4917,4121],[4913,4114],[4924,4126],[4205,5957],[4918,4102],[4918,4110],[4931,4084],[4928,4073],[4934,4077],[4931,4066],[4937,4070],[4934,4059],[4940,4063],[4203,5964],[4937,4052],[4943,4056],[4941,4044],[4946,4049],[4935,4065],[6770,4448],[6770,4439],[6769,4430],[6769,4420],[6768,4412],[4203,5948],[6767,4402],[6766,4394],[6764,4388],[4200,5958],[7029,4324],[7028,4313],[7027,4302],[8250,5979],[8264,5975],[8278,5971],[8290,5967],[8312,5963],[4200,5939],[8325,5958],[4087,3225],[4093,3228],[4095,3237],[4102,3241],[4105,3251],[4111,3254],[4114,3263],[4121,3267],[4124,3277],[4197,5947],[4131,3279],[4132,3287],[4138,3290],[4142,3302],[4148,3304],[4153,3313],[4159,3307],[4167,3307],[4172,3301],[4179,3302],[4198,5930],[4185,3296],[4194,3296],[4199,3290],[4207,3290],[4212,3285],[4219,3285],[4224,3280],[6618,5054],[6617,5046],[6616,5037],[4195,5939],[6616,5028],[6615,5020],[6614,5010],[6614,5001],[6613,4991],[6620,4990],[6627,4989],[6634,4989],[6640,4988],[6651,4984],[4196,5921],[6666,4983],[6674,4983],[6622,5038],[6628,5038],[6635,5037],[6636,5046],[6621,5025],[6627,5024],[6635,5023],[4599,1711],[4193,5930],[6620,5012],[6627,5012],[6634,5011],[6633,4998],[7114,5496],[7120,5486],[4191,5920],[4225,6043],[6506,5021],[4227,6037],[6501,5011],[8119,3528],[8114,3531],[8109,3540],[8105,3549],[8101,3558],[8096,3569],[8091,3578],[8087,3586],[8083,3595],[4224,6032],[8077,3607],[8073,3615],[8070,3623],[8065,3632],[8061,3641],[8057,3649],[8054,3656],[8051,3662],[8044,3675],[8041,3682],[4226,6028],[8037,3691],[8033,3698],[8030,3706],[8026,3714],[8022,3723],[8013,3740],[8009,3748],[8006,3756],[8001,3765],[7997,3773],[7993,3781],[7990,3788],[4253,3389],[4255,3385],[4264,3386],[4270,3382],[4278,3383],[4284,3379],[4291,3381],[4298,3376],[4303,3378],[4307,3373],[4308,3379],[4355,3365],[4362,3367],[4366,3362],[4374,3364],[4381,3360],[4387,3362],[4393,3357],[4401,3359],[6505,6438],[6515,6439],[6523,6436],[6530,6424],[6536,6412],[6544,6400],[6554,6380],[6561,6371],[6567,6359],[4310,3387],[4311,3376],[4306,3357],[4310,3364],[4305,3351],[4310,3357],[4305,3343],[4310,3351],[4303,3328],[4307,3335],[5343,1386],[4302,3323],[4305,3314],[4301,3306],[4301,3278],[4299,3286],[4297,3269],[5315,3135],[5323,3132],[5330,3129],[5337,3126],[5345,3123],[5351,3120],[5358,3117],[5365,3114],[5371,3111],[5378,3107],[5386,3103],[5392,3099],[5400,3094],[8330,5789],[8336,5801],[8337,5814],[8338,5829],[6722,4609],[6715,4610],[6707,4611],[6700,4612],[6694,4613],[6685,4614],[6677,4615],[1239,1994],[6672,4615],[6667,4616],[6660,4617],[7727,4906],[7714,4905],[7707,4905],[7700,4905],[7692,4905],[7684,4905],[7677,4905],[1232,1994],[7654,4905],[7640,4905],[7627,4904],[7613,4904],[1224,1993],[7599,4904],[7584,4904],[4684,4902],[4688,4897],[4686,4889],[4689,4883],[4687,4875],[4690,4868],[4688,4862],[1218,1993],[4688,4857],[4689,4847],[4693,4840],[4690,4833],[4694,4812],[4691,4820],[4689,4814],[4688,4806],[4688,4799],[1211,1993],[4688,4792],[4688,4786],[4693,4799],[4693,4793],[4693,4787],[1205,1993],[4693,4827],[4739,7967],[6399,6340],[6398,6329],[6404,6320],[6404,6310],[6410,6299],[6410,6287],[6416,6276],[6416,6264],[6422,6255],[4745,7972],[6421,6245],[6422,6240],[4752,7980],[6425,6240],[6422,6232],[6426,6233],[4761,7981],[6423,6225],[6426,6225],[6423,6218],[6427,6218],[4769,7982],[6424,6211],[6427,6211],[6424,6203],[4033,3762],[6428,6204],[6425,6196],[6428,6196],[4038,3767],[9174,6250],[9165,6240],[9158,6224],[4030,3767],[9151,6211],[4452,4844],[4034,3771],[6782,6394],[6789,6387],[6799,6381],[6810,6376],[6820,6370],[6830,6365],[6842,6354],[4026,3771],[6848,6346],[6856,6338],[6865,6328],[6873,6318],[6884,6311],[6894,6308],[6903,6305],[6913,6301],[6924,6298],[6936,6294],[4021,3775],[6946,6292],[6957,6291],[6968,6290],[6979,6289],[6990,6287],[7001,6287],[7010,6289],[7018,6293],[7028,6298],[7038,6307],[7236,7421],[4015,3780],[7047,6312],[7057,6317],[7068,6323],[7076,6327],[7081,6334],[7087,6333],[6941,7719],[6942,7709],[6948,7672],[6954,7652],[4011,3783],[8338,6179],[8336,6164],[8334,6150],[8331,6136],[8329,6124],[8327,6110],[8325,6094],[8323,6083],[8320,6066],[8318,6051],[4006,3788],[8315,6034],[8313,6022],[8312,6013],[8310,6001],[8308,5990],[8305,5976],[8303,5961],[8301,5948],[8299,5935],[5413,165],[4000,3793],[5407,160],[5401,156],[5395,150],[5383,140],[5376,134],[5370,128],[5364,122],[5673,4795],[5680,4798],[5689,4802],[5697,4804],[5701,4807],[5707,4808],[5716,4810],[5723,4811],[5730,4811],[5736,4811],[5742,4809],[5748,4807],[5754,4804],[5760,4800],[5766,4796],[5771,4791],[5776,4786],[5781,4781],[5786,4775],[5791,4769],[5796,4763],[5569,7414],[5801,4757],[5806,4751],[5811,4744],[5815,4739],[5821,4730],[5826,4724],[5832,4716],[7091,5441],[7099,5440],[7107,5440],[5578,7415],[7115,5439],[7125,5430],[7398,5110],[7391,5130],[7385,5147],[7377,5161],[7371,5180],[5257,1206],[5258,1197],[5260,1189],[5587,7416],[5262,1181],[5264,1172],[5266,1164],[5268,1156],[5270,1149],[5266,1149],[5273,1142],[5268,1141],[5274,1135],[5269,1134],[5596,7413],[5276,1126],[5272,1120],[5278,1115],[5274,1112],[5280,1105],[5277,1102],[5281,1096],[5283,1087],[4468,1516],[4472,1506],[5596,7402],[4476,1496],[4479,1489],[4485,1481],[4492,1476],[4499,1471],[4507,1466],[4513,1461],[4520,1456],[4527,1452],[4534,1447],[5594,7390],[4542,1444],[4549,1441],[4557,1438],[4564,1435],[4572,1436],[4580,1433],[1180,2252],[3834,1498],[1179,2259],[3841,1496],[3848,1494],[3855,1492],[3863,1491],[3870,1491],[3878,1492],[3885,1493],[3893,1494],[3899,1497],[3906,1499],[1177,2267],[3912,1503],[4041,1563],[4188,2623],[4194,2614],[4195,2605],[4201,2598],[1176,2276],[4201,2586],[4206,2573],[4205,2563],[4209,2554],[4208,2543],[4212,2537],[4206,2519],[4219,2505],[4211,2510],[4225,2496],[1173,2284],[4227,2484],[4232,2475],[4233,2467],[4238,2460],[4240,2448],[4246,2439],[4247,2429],[4253,2421],[4255,2410],[4261,2400],[2882,7969],[4266,2380],[4265,2390],[4273,2361],[4272,2372],[4281,2340],[4279,2352],[4287,2324],[4286,2333],[4291,2317],[4291,2323],[2885,7965],[4302,2302],[4297,2313],[4315,2289],[4308,2299],[4328,2276],[4322,2285],[4341,2262],[4336,2271],[4351,2256],[4357,2250],[2889,7961],[4364,2242],[4471,3798],[4476,3794],[4480,3798],[4484,3794],[4489,3797],[4493,3794],[4498,3797],[4502,3794],[4506,3797],[3684,2513],[2894,7956],[4512,3793],[4516,3796],[4521,3793],[4519,3799],[3598,2463],[3590,2459],[3585,2461],[3579,2457],[3572,2459],[3564,2455],[2898,7951],[3557,2457],[3550,2453],[3542,2455],[3534,2451],[3526,2453],[3519,2449],[7232,6802],[7229,6811],[7222,6815],[7218,6823],[2902,7946],[7212,6827],[7204,6841],[7207,6832],[7195,6851],[7198,6843],[7188,6859],[7189,6854],[7183,6865],[7184,6860],[7164,6888],[2907,7941],[7177,6868],[7156,6897],[7166,6881],[7147,6908],[7159,6890],[7137,6920],[7151,6899],[7127,6932],[7142,6910],[7116,6945],[2265,5153],[7131,6923],[7107,6955],[7121,6935],[7099,6965],[7111,6947],[7090,6976],[7102,6958],[7081,6986],[7092,6969],[7071,6999],[2259,5152],[7084,6979],[7074,6991],[4043,2362],[4046,2372],[4050,2381],[4052,2390],[4056,2399],[4059,2407],[4065,2425],[2259,5157],[6725,4572],[6717,4571],[6708,4570],[6699,4569],[6691,4567],[6682,4566],[5326,4185],[5328,4172],[5329,4160],[5331,4147],[2258,5162],[7857,6898],[7852,6883],[7846,6868],[7839,6853],[7832,6838],[5778,5553],[5774,5559],[5766,5571],[5762,5577],[2257,5168],[5757,5584],[5753,5590],[5749,5596],[5745,5601],[5741,5607],[5737,5613],[5733,5619],[5729,5625],[5794,5534],[5799,5527],[2256,5174],[5803,5520],[5808,5514],[5812,5508],[5816,5502],[5820,5496],[5703,5661],[5706,5657],[5712,5650],[5716,5644],[4379,1626],[2256,5180],[5720,5637],[5724,5631],[5783,5551],[5788,5544],[5784,5542],[7180,4783],[7184,4771],[7188,4760],[7191,4749],[7194,4740],[2255,5187],[5067,3200],[5062,3209],[5058,3216],[5054,3224],[5050,3231],[5046,3237],[5041,3246],[4119,4793],[4118,4786],[4116,4779],[2254,5195],[4114,4772],[7587,7615],[7593,7621],[7596,7630],[7599,7638],[7602,7647],[7607,7665],[7610,7675],[2253,5201],[7612,7684],[7618,7712],[7619,7721],[7620,7731],[7621,7740],[7621,7750],[7621,7760],[7620,7767],[2252,5208],[7619,7778],[7617,7787],[7614,7796],[7611,7806],[7606,7816],[7601,7824],[7595,7831],[7590,7838],[7582,7846],[7574,7856],[2251,5215],[7567,7863],[7560,7871],[7551,7880],[7544,7887],[7537,7895],[7529,7903],[7520,7913],[7514,7919],[7507,7925],[7499,7933],[2250,5223],[7493,7939],[7474,7952],[7466,7956],[7457,7961],[7449,7966],[7442,7972],[7434,7978],[7428,7985],[7420,7995],[2250,5228],[7414,8005],[7407,8016],[7618,7693],[7630,7686],[7630,7665],[5052,1465],[5052,1479],[5052,1495],[5052,1508],[5050,1527],[2249,5234],[5045,1538],[5041,1548],[5035,1563],[5834,4582],[5837,4578],[5834,4570],[5836,4560],[5833,4551],[5836,4542],[5833,4534],[2248,5239],[5835,4522],[5832,4510],[7798,3947],[7791,3944],[7784,3941],[7777,3938],[7764,3932],[7757,3929],[7750,3926],[7744,3923],[6842,7696],[2247,5245],[7737,3920],[7727,3918],[7720,3914],[7711,3910],[7702,3906],[7693,3902],[7684,3898],[7675,3894],[7669,3893],[7660,3890],[2246,5252],[7653,3888],[6944,3703],[6943,3685],[6942,3656],[6941,3637],[6940,3613],[6939,3581],[4386,4601],[4403,4640],[4397,4640],[2246,5256],[4401,4646],[4392,4627],[4392,4635],[4389,4613],[4387,4623],[4385,4608],[2245,5263],[2245,5269],[4388,4607],[2246,5276],[4391,4600],[4396,4598],[4402,4595],[4408,4594],[4410,4596],[4406,4600],[4408,4605],[4410,4609],[4413,4614],[4417,4617],[2247,5283],[4420,4613],[4410,4608],[4411,4607],[4411,4607],[4412,4606],[4412,4606],[4413,4605],[4413,4605],[4413,4604],[4414,4604],[2248,5290],[4416,4615],[4416,4613],[4417,4614],[4417,4612],[4418,4613],[4418,4611],[4419,4612],[4419,4611],[4420,4621],[2434,2598],[4413,4629],[4852,1709],[4843,1703],[4834,1698],[4823,1697],[4815,1699],[2470,2741],[4807,1708],[4800,1717],[4794,1724],[4789,1732],[4783,1740],[4777,1749],[4770,1759],[4765,1766],[4763,1775],[4759,1784],[6948,8090],[2435,2604],[4760,1791],[4756,1801],[4757,1808],[4753,1816],[4753,1827],[4749,1837],[4750,1844],[4746,1854],[4746,1864],[4745,1874],[674,5322],[4747,1882],[4745,1891],[4748,1897],[4746,1906],[4748,1917],[4745,1924],[4746,1935],[4742,1942],[4742,1953],[4737,1963],[677,5330],[4739,1968],[4735,1975],[4735,1982],[4732,1988],[4732,2002],[4730,2012],[4728,2021],[4726,2029],[4725,2038],[4722,2049],[680,5339],[4720,2059],[9287,6154],[9288,6144],[9290,6125],[9291,6115],[9293,6099],[9295,6084],[9296,6070],[9297,6057],[9299,6041],[682,5347],[9300,6031],[5279,3307],[5279,3314],[5287,3307],[5287,3313],[5294,3306],[5294,3312],[5303,3305],[5303,3312],[5311,3305],[685,5355],[5311,3311],[5318,3304],[5318,3311],[5325,3303],[5325,3310],[5332,3303],[5333,3309],[5340,3302],[5340,3308],[5347,3301],[688,5363],[5347,3308],[5354,3300],[5355,3307],[5362,3299],[5362,3306],[5370,3298],[5370,3305],[5377,3297],[5378,3304],[5384,3296],[690,5373],[5385,3303],[5393,3294],[5394,3302],[5401,3293],[5402,3300],[5408,3292],[5409,3299],[5413,3291],[5414,3298],[5420,3290],[693,5381],[5420,3297],[5426,3289],[5427,3296],[5434,3288],[5435,3295],[5440,3287],[5441,3294],[5447,3286],[5447,3293],[5451,3284],[696,5390],[5463,3290],[5472,3282],[5472,3289],[5479,3282],[5479,3288],[5487,3282],[5486,3288],[5495,3282],[5495,3289],[5503,3283],[6019,3488],[698,5398],[5502,3290],[5511,3284],[5510,3291],[5519,3285],[5518,3292],[5527,3286],[5526,3293],[5534,3287],[5534,3294],[5542,3288],[702,5407],[5542,3295],[5550,3289],[5550,3296],[5558,3290],[5558,3297],[5387,3292],[705,5415],[5386,3283],[5385,3275],[5385,3267],[707,5423],[6783,3991],[6774,3992],[6752,3994],[6743,3994],[6723,3996],[6715,3996],[2400,2535],[6703,3997],[6692,3997],[6682,3998],[6670,3999],[4813,4381],[4809,4388],[4806,4395],[4802,4401],[4797,4411],[4794,4418],[2404,2529],[4790,4426],[4780,4439],[4777,4446],[4772,4453],[4769,4459],[4766,4466],[5235,984],[5228,999],[5227,1007],[5223,1014],[2395,2528],[5216,1042],[5216,1034],[5212,1056],[5212,1047],[5208,1070],[5208,1062],[5203,1088],[5203,1077],[5198,1106],[5198,1096],[2399,2523],[5193,1120],[5194,1110],[5172,1176],[5167,1190],[5162,1203],[5155,1216],[5142,1225],[5132,1231],[5123,1237],[5116,1241],[2391,2522],[5110,1244],[5104,1248],[5093,1255],[5087,1258],[5081,1262],[5074,1265],[5068,1269],[5179,1156],[5182,1147],[5185,1138],[2394,2514],[5188,1129],[7712,5039],[7719,5041],[7726,5043],[7731,5045],[7738,5046],[7744,5048],[7751,5050],[7757,5052],[7763,5054],[7252,7786],[2386,2515],[7770,5056],[7775,5057],[7782,5059],[7788,5061],[7794,5063],[7800,5064],[7807,5066],[7813,5068],[7820,5070],[7834,5079],[2389,2507],[7841,5083],[7848,5087],[7861,5095],[8136,6274],[8133,6284],[8124,6286],[7682,4842],[7670,4841],[7645,4838],[2382,2508],[7619,4835],[7594,4832],[7718,7436],[7711,7441],[7705,7445],[7699,7450],[7692,7455],[7686,7459],[7679,7464],[7674,7468],[2384,2499],[7664,7476],[7658,7480],[7652,7485],[7646,7489],[7634,7496],[7624,7500],[7616,7502],[7607,7506],[4459,3869],[4453,3864],[2378,2501],[4453,3854],[4446,3850],[4446,3838],[4440,3822],[4434,3816],[4434,3808],[4427,3799],[4427,3791],[4421,3784],[2380,2492],[4421,3775],[4416,3772],[4418,3768],[4412,3762],[4413,3755],[4407,3750],[4408,3744],[4459,3878],[4438,3830],[4442,3841],[2374,2494],[6459,5218],[6459,5210],[6459,5202],[6459,5193],[6459,5183],[6459,5175],[6460,5167],[6459,5157],[6459,5147],[6460,5138],[2376,2483],[6460,5130],[5265,3243],[5271,3240],[5278,3237],[5282,3238],[7861,6429],[7870,6419],[7877,6408],[7883,6397],[7888,6382],[2370,2486],[5572,3494],[5575,3477],[4483,1826],[4491,1828],[4499,1829],[4506,1830],[4513,1831],[4522,1832],[4529,1834],[4537,1835],[2372,2475],[4545,1836],[4552,1838],[4559,1839],[4568,1840],[4575,1841],[4582,1842],[4049,4662],[4049,4658],[4039,4650],[4057,4673],[6880,7858],[2366,2479],[4055,4660],[4717,3367],[4724,3373],[4732,3372],[4736,3377],[4744,3377],[4761,3385],[4754,3380],[4774,3390],[4771,3386],[2368,2467],[4786,3394],[4781,3389],[4801,3399],[4791,3393],[4815,3404],[4808,3399],[4828,3408],[4821,3404],[4841,3413],[4835,3408],[2363,2471],[4853,3417],[4848,3413],[4864,3421],[4858,3416],[4878,3426],[4871,3421],[4892,3431],[4885,3426],[4906,3436],[4899,3430],[2364,2458],[4916,3439],[4922,3438],[4928,3443],[4934,3442],[4939,3447],[4948,3447],[4955,3453],[4964,3453],[4968,3457],[4984,3460],[2359,2464],[4991,3465],[4999,3465],[5004,3470],[5024,3474],[5038,3479],[5032,3479],[5053,3484],[5045,3484],[5078,3493],[2360,2450],[5061,3489],[5066,3488],[5072,3493],[6873,3648],[6864,3649],[6854,3650],[6845,3651],[6827,3653],[6816,3653],[6807,3655],[2356,2456],[6796,3656],[6777,3658],[6768,3659],[6758,3660],[6748,3661],[6738,3662],[6727,3642],[2356,2441],[6728,3657],[6732,3678],[6731,3705],[6732,3719],[6732,3728],[6342,4641],[6340,4635],[6348,4640],[6345,4630],[2352,2448],[6342,4617],[6338,4606],[6335,4593],[6342,4598],[6339,4581],[6337,4578],[6342,4573],[6350,4568],[6362,4565],[7550,6660],[2352,2433],[7555,6659],[7561,6657],[7566,6656],[7572,6655],[7576,6654],[7581,6653],[7586,6652],[7590,6651],[7593,6650],[7599,6649],[2349,2441],[7605,6647],[7609,6646],[7614,6644],[7619,6643],[7623,6641],[7632,6638],[7637,6637],[7676,6624],[7643,6588],[2348,2425],[7647,6601],[7651,6615],[7655,6625],[7657,6613],[7657,6602],[7652,6591],[7648,6580],[7664,6614],[7668,6621],[7668,6629],[2345,2434],[7657,6633],[7647,6636],[7640,6639],[4283,2455],[4277,2449],[4276,2441],[4270,2435],[4269,2427],[4262,2420],[4259,2408],[4844,5544],[4254,2403],[4251,2393],[4244,2384],[4240,2372],[4235,2366],[4233,2357],[4226,2350],[4224,2341],[4218,2334],[4216,2325],[4850,5545],[4210,2316],[4209,2305],[4204,2297],[4203,2286],[4199,2281],[4199,2273],[4194,2265],[4193,2254],[4191,2248],[7267,4487],[4855,5547],[7268,4500],[7268,4511],[7267,4524],[7266,4537],[7266,4550],[7265,4562],[7264,4573],[7262,4589],[7261,4602],[7259,4615],[4861,5548],[7258,4627],[7256,4640],[7255,4654],[7254,4667],[7252,4681],[7251,4694],[7250,4708],[7249,4721],[7247,4735],[7246,4752],[4866,5550],[7245,4767],[7244,4778],[7243,4792],[7242,4805],[7242,4818],[7242,4832],[7243,4844],[7243,4860],[7244,4872],[7244,4883],[4872,5551],[7245,4897],[7245,4911],[7246,4925],[7247,4940],[7247,4953],[7248,4983],[7249,5000],[7250,5016],[7250,5031],[4877,5553],[7251,5044],[7251,5056],[7252,5072],[7251,5085],[7250,5097],[7249,5114],[7250,5122],[7247,5128],[7249,5135],[5584,3065],[4884,5554],[7245,5137],[7244,5147],[7242,5165],[7244,5173],[7239,5181],[7238,5190],[7236,5199],[7234,5210],[7263,4556],[7262,4568],[4889,5556],[7260,4582],[7259,4595],[7257,4609],[7256,4621],[7255,4632],[7253,4647],[7252,4660],[7250,4674],[7249,4688],[7247,4702],[3977,7740],[7250,4723],[7244,4744],[7243,4759],[7242,4772],[7241,4784],[7240,4799],[7239,4810],[7246,4961],[7246,4976],[3984,7738],[7247,4990],[7247,5008],[7247,5023],[7248,5037],[7249,5051],[7249,5061],[7249,5071],[7249,5080],[7249,5091],[7247,5105],[3991,7739],[7585,7380],[7592,7374],[7600,7367],[7607,7361],[4807,4044],[4804,4039],[4799,4040],[4794,4035],[4790,4036],[4786,4031],[3997,7743],[4781,4032],[4777,4027],[4772,4028],[4768,4023],[4762,4024],[4759,4019],[4754,4020],[4751,4015],[4745,4016],[4741,4011],[1163,2323],[4736,4012],[4732,4007],[4727,4008],[4723,4003],[4719,4004],[4715,3999],[4709,4000],[4705,3995],[4699,3996],[4696,3991],[1159,2316],[4691,3992],[4687,3987],[4682,3988],[4678,3983],[4674,3985],[5299,3549],[5303,3559],[5295,3563],[1156,2310],[5287,3566],[5277,3568],[5267,3572],[5259,3579],[5250,3585],[5241,3592],[5233,3598],[5224,3603],[5213,3608],[1153,2304],[4428,4294],[4425,4300],[4428,4283],[4425,4288],[4428,4268],[4425,4276],[4428,4257],[4425,4261],[4427,4247],[4425,4244],[9265,6340],[1152,2296],[4429,4238],[4429,4229],[4434,4222],[4436,4203],[4441,4197],[4440,4189],[4444,4184],[4447,4165],[4451,4161],[4450,4153],[1152,2288],[4455,4149],[4454,4141],[4458,4137],[4457,4130],[4462,4125],[4460,4118],[4465,4113],[4464,4106],[4469,4101],[4468,4093],[1154,2282],[4472,4088],[4471,4081],[4476,4075],[4475,4069],[4480,4064],[4483,4052],[4479,4056],[4486,4050],[4484,4043],[4668,4026],[1154,2274],[4671,4031],[4676,4030],[4680,4035],[4686,4034],[4690,4040],[4695,4038],[4698,4043],[4704,4042],[4708,4047],[4713,4046],[1156,2266],[4716,4051],[4721,4049],[4724,4055],[4729,4053],[4734,4059],[4738,4057],[4743,4063],[4748,4061],[4750,4066],[4756,4065],[1157,2259],[4760,4071],[4766,4069],[4769,4074],[4775,4073],[4777,4078],[4782,4077],[4785,4081],[4790,4080],[4792,4085],[6922,3642],[1158,2249],[6930,3641],[6938,3641],[6955,3640],[6957,3640],[6964,3639],[6989,3638],[6088,3024],[6083,3034],[6077,3045],[6072,3056],[3129,3156],[6067,3065],[6061,3075],[6054,3085],[6040,3098],[6031,3105],[4459,4333],[4455,4339],[4461,4322],[4457,4327],[4464,4310],[3136,3155],[4460,4314],[4466,4300],[4463,4303],[4469,4288],[4465,4291],[4472,4275],[4468,4280],[4476,4263],[4471,4267],[4479,4251],[3144,3153],[4475,4256],[4483,4240],[4486,4229],[4482,4233],[4490,4216],[4486,4221],[4494,4204],[4489,4209],[6023,3105],[8793,7258],[3152,3152],[6018,3100],[6015,3089],[6012,3075],[5262,4091],[5269,4096],[5276,4096],[5282,4101],[7054,7527],[7062,7523],[7072,7521],[3160,3151],[7089,7522],[7099,7525],[7109,7527],[7120,7529],[7129,7531],[7139,7534],[7150,7536],[7160,7538],[7169,7540],[7182,7543],[3167,3149],[7190,7545],[7199,7547],[4980,3626],[4975,3625],[4967,3619],[4959,3614],[4951,3607],[4943,3603],[4948,3596],[4957,3599],[3175,3148],[4978,3618],[4984,3617],[4991,3607],[5407,4713],[5406,4704],[5409,4696],[5407,4687],[5410,4679],[5409,4670],[5412,4658],[3183,3146],[5413,4647],[5414,4636],[5415,4623],[5416,4614],[5146,4768],[5154,4761],[5161,4754],[5168,4747],[3250,2439],[5354,5037],[5356,5044],[5365,5050],[5371,5051],[5373,5057],[5382,5064],[3258,2439],[5390,5070],[5397,5071],[5399,5078],[5405,5079],[5407,5085],[5414,5087],[5416,5094],[5422,5093],[5425,5098],[5431,5096],[3266,2433],[5434,5102],[5441,5100],[5445,5106],[5451,5104],[5455,5110],[5461,5108],[5465,5114],[5472,5112],[5476,5118],[5481,5116],[3274,2433],[5485,5121],[5491,5119],[5495,5125],[5501,5123],[5121,4189],[5114,4199],[5101,4205],[5099,4212],[3281,2428],[5095,4213],[5092,4221],[5085,4224],[5084,4230],[5078,4232],[5074,4242],[8980,6849],[3290,2427],[4101,3006],[4093,3006],[4086,3013],[4080,3013],[4075,3018],[4066,3018],[4061,3024],[3297,2422],[4053,3025],[4047,3030],[4039,3031],[4034,3036],[4025,3037],[4017,3044],[4011,3035],[6370,4836],[6365,4836],[6379,4831],[3305,2422],[6374,4832],[4320,2881],[4315,2874],[4312,2864],[4306,2856],[4304,2846],[4299,2841],[4300,2832],[4294,2824],[4291,2813],[3312,2416],[4286,2808],[5244,3944],[5242,3952],[5245,3962],[5243,3971],[5245,3978],[5244,3984],[5246,3992],[5245,4001],[5247,4007],[3321,2416],[5245,4018],[4277,3563],[4281,3559],[4288,3562],[4292,3558],[4298,3561],[4303,3557],[4308,3560],[4313,3556],[4319,3559],[3328,2411],[4333,3558],[4338,3553],[4344,3556],[4348,3552],[4357,3555],[8150,3597],[8145,3606],[8141,3617],[8136,3626],[3337,2410],[8132,3636],[8127,3647],[8121,3658],[8117,3669],[8107,3689],[8103,3699],[8099,3708],[8094,3718],[8089,3728],[8085,3738],[3344,2405],[7239,6395],[7232,6391],[7230,6371],[7908,6453],[7908,6439],[7909,6423],[7910,6408],[7912,6393],[7912,6376],[8183,5886],[3352,2405],[8180,5882],[8179,5873],[8178,5863],[8178,5852],[8178,5840],[8178,5828],[8177,5814],[8177,5800],[8177,5788],[2199,3350],[8177,5772],[8177,5758],[8177,5744],[8177,5727],[8176,5711],[9673,8324],[2198,3358],[8095,3431],[8098,3438],[8100,3444],[2197,3366],[8103,3451],[8105,3458],[8108,3465],[8111,3472],[8113,3479],[8116,3485],[8118,3492],[8121,3501],[8124,3508],[8127,3515],[2196,3374],[8130,3523],[8133,3531],[8136,3539],[8139,3546],[8142,3558],[8147,3569],[8151,3581],[8155,3592],[8159,3602],[8163,3613],[2195,3383],[8171,3633],[8175,3644],[8179,3654],[8183,3665],[8187,3675],[8195,3695],[8200,3710],[2194,3391],[7778,7782],[7773,7791],[7766,7798],[7759,7806],[7754,7812],[7747,7819],[7740,7828],[7731,7837],[7724,7846],[7715,7855],[2194,3399],[7709,7863],[7699,7869],[7690,7874],[7680,7879],[7672,7883],[7664,7888],[7657,7891],[7638,7901],[7630,7905],[7619,7911],[2192,3409],[7611,7917],[7601,7924],[7593,7929],[7583,7930],[7570,7934],[7575,7930],[7554,7935],[7561,7931],[7540,7935],[7546,7932],[2191,3418],[7526,7937],[7532,7933],[7511,7938],[7519,7934],[7499,7938],[7505,7935],[7680,7315],[7679,7307],[7674,7303],[7672,7295],[2191,3426],[7668,7293],[7666,7284],[7661,7280],[7660,7273],[7654,7269],[7653,7261],[7648,7258],[7648,7251],[7643,7249],[7641,7241],[2190,3435],[7636,7237],[7635,7229],[7637,7225],[7640,7220],[7644,7216],[7626,7215],[7629,7224],[7112,5362],[7123,5367],[7132,5370],[2655,4597],[7514,8187],[2188,3445],[7147,5380],[7156,5386],[7167,5393],[7179,5401],[7188,5407],[9887,6509],[9893,6518],[9906,6537],[4372,2902],[4380,2903],[2187,3455],[4385,2898],[4391,2899],[4396,2895],[4404,2895],[4408,2890],[4415,2890],[4418,2884],[4423,2884],[4428,2876],[4436,2875],[2186,3464],[4440,2869],[4446,2867],[4452,2860],[4459,2858],[4463,2852],[4471,2851],[4471,2843],[4476,2842],[4477,2833],[4483,2830],[2186,3472],[4484,2820],[4489,2819],[4489,2811],[4494,2810],[4494,2802],[4500,2799],[4500,2792],[4505,2789],[4506,2781],[4512,2778],[1136,5016],[4513,2768],[4519,2765],[4520,2756],[4526,2751],[4525,2742],[4530,2739],[4530,2729],[4536,2725],[4536,2716],[4540,2714],[1145,5018],[4556,2668],[4559,2659],[4562,2650],[4566,2641],[4568,2632],[4570,2624],[4578,2597],[4581,2589],[4583,2581],[4586,2572],[1153,5021],[4588,2563],[4591,2555],[4593,2546],[4595,2538],[4598,2528],[4601,2519],[4605,2511],[4556,2631],[4559,2630],[4566,2627],[1160,5021],[4559,2624],[4554,2625],[4561,2607],[4562,2613],[4564,2606],[4571,2591],[4575,2580],[4577,2571],[4571,2568],[4568,2578],[1167,5023],[4565,2588],[4561,2577],[4065,2188],[4053,2196],[4041,2203],[4029,2211],[4017,2218],[4004,2227],[3991,2235],[3978,2244],[1176,5024],[3965,2252],[3951,2258],[3943,2263],[3937,2267],[3928,2274],[3921,2278],[3914,2283],[3907,2288],[4316,3683],[4320,3678],[7553,8366],[1184,5025],[4327,3680],[4330,3674],[4336,3676],[4340,3671],[4346,3673],[4349,3667],[4355,3669],[4359,3663],[4365,3665],[4374,3658],[1191,5027],[4371,3663],[4384,3655],[4380,3660],[4394,3653],[4390,3658],[4405,3651],[4400,3656],[4415,3651],[4410,3655],[4425,3650],[2993,6676],[4420,3654],[4435,3650],[4431,3654],[4446,3649],[4441,3654],[4450,3653],[7013,5062],[7007,5062],[7000,5062],[3000,6676],[6994,5063],[6987,5064],[6978,5069],[6971,5070],[6964,5067],[6020,4439],[6019,4422],[6017,4416],[6019,4409],[3004,6672],[6017,4401],[6019,4394],[6017,4385],[5315,5013],[5317,5020],[5313,5026],[5315,5033],[5311,5040],[5313,5048],[5309,5052],[3009,6673],[5310,5062],[5306,5068],[5308,5076],[5304,5084],[5306,5092],[9384,6124],[9385,6110],[9387,6096],[9388,6083],[9389,6071],[3015,6668],[9391,6059],[9392,6044],[9394,6030],[9395,6015],[7651,4375],[7652,4365],[7653,4357],[7655,4347],[7656,4339],[7659,4332],[3022,6670],[7661,4322],[7662,4313],[7663,4304],[7664,4295],[7666,4286],[7667,4278],[7667,4269],[7668,4261],[7669,4253],[7669,4243],[3027,6667],[7670,4235],[7671,4226],[7672,4217],[7672,4206],[7672,4198],[7672,4188],[9114,7346],[9121,7333],[9127,7320],[9135,7303],[3032,6669],[9143,7287],[9150,7272],[9157,7257],[9165,7242],[9171,7227],[5675,2962],[5669,2956],[5662,2954],[5658,2951],[7698,5720],[3038,6667],[7699,5729],[7699,5738],[7699,5745],[7699,5754],[7699,5764],[7700,5778],[7699,5785],[6835,4684],[6826,4695],[6816,4704],[3044,6670],[6805,4714],[6794,4723],[6784,4732],[6774,4740],[6760,4752],[6748,4762],[6736,4772],[6724,4781],[6712,4791],[6701,4800],[6840,4680],[6767,4746],[6830,4690],[6754,4756],[6821,4700],[6741,4767],[6811,4709],[6730,4776],[6800,4718],[6718,4786],[6789,4728],[6707,4796],[6779,4737],[4425,2529],[4463,2495],[4436,2512],[4444,2507],[4450,2502],[4456,2498],[4429,2518],[4467,2504],[5601,5608],[5593,5599],[5584,5590],[5576,5583],[5568,5574],[5560,5567],[5552,5559],[5718,3491],[5716,3485],[1056,4897],[5723,3492],[5727,3466],[5729,3452],[5732,3434],[5737,3417],[5739,3407],[5741,3391],[5743,3376],[5745,3361],[5748,3347],[1053,4889],[5750,3330],[5750,3322],[5751,3313],[5753,3302],[5754,3291],[5755,3282],[5757,3272],[5759,3263],[5761,3253],[5762,3245],[1052,4882],[5765,3236],[5767,3228],[5769,3220],[5772,3211],[5775,3203],[5778,3195],[5782,3187],[5785,3180],[5789,3172],[5792,3165],[1053,4873],[5797,3157],[5801,3149],[5806,3142],[3894,2615],[3887,2615],[3879,2623],[3875,2619],[3868,2622],[3860,2626],[5992,4863],[1053,4864],[6003,4864],[6012,4866],[6029,4869],[6038,4870],[6047,4872],[6059,4870],[6143,3069],[6145,3076],[6144,3089],[6144,3102],[7536,5560],[1051,4858],[6144,3115],[6143,3128],[6143,3146],[6143,3159],[6143,3173],[6145,3192],[4569,2999],[4569,2992],[4565,2987],[4565,2981],[1051,4849],[4561,2976],[4561,2970],[4557,2966],[4557,2959],[4553,2955],[4552,2949],[4549,2944],[4544,2927],[4545,2934],[4539,2916],[1049,4843],[4540,2923],[4534,2903],[4536,2912],[4530,2898],[6390,6074],[6385,6067],[6384,6058],[6379,6051],[6378,6041],[6372,6034],[1052,4835],[6371,6024],[6366,6017],[6365,6007],[6360,6001],[6359,5993],[7115,5313],[7129,5318],[7142,5324],[7154,5334],[1050,4826],[7165,5342],[7177,5353],[7188,5362],[7199,5371],[7211,5381],[7223,5391],[7234,5399],[7244,5408],[7257,5419],[7266,5426],[1053,4818],[7277,5435],[5617,4545],[5610,4540],[5604,4541],[5598,4532],[5595,4524],[5591,4515],[5587,4509],[4593,4131],[4598,4125],[1052,4811],[4588,4145],[4593,4139],[4582,4161],[4588,4155],[4577,4176],[4582,4171],[4981,4508],[1054,4804],[4986,4499],[4990,4490],[4995,4482],[5000,4473],[5001,4465],[5007,4462],[5007,4454],[5012,4451],[1053,4796],[4710,3960],[4715,3954],[4714,3947],[4718,3942],[4717,3933],[4722,3928],[4721,3918],[4725,3915],[4724,3907],[4728,3903],[1054,4789],[4727,3895],[4732,3890],[4730,3883],[4735,3878],[4734,3869],[4738,3864],[4737,3858],[4741,3853],[4738,3850],[4728,3846],[3828,2962],[6059,7725],[4718,3841],[4709,3838],[4700,3833],[4694,3828],[6971,3703],[6970,3683],[6970,3654],[6969,3636],[6967,3605],[6964,3585],[6058,7730],[5989,4438],[5989,4430],[5988,4422],[5988,4414],[5988,4406],[6056,7737],[5988,4398],[5988,4389],[5987,4382],[5986,4372],[5985,4364],[5985,4356],[6053,7745],[6051,7753],[6122,3030],[6115,3040],[6110,3050],[6104,3059],[6098,3067],[6092,3076],[6086,3085],[6048,7762],[6079,3094],[4077,2373],[4082,2373],[4082,2402],[4086,2409],[4085,2418],[4089,2424],[4087,2432],[6047,7768],[4091,2439],[4090,2449],[4094,2456],[4093,2466],[4097,2471],[4098,2481],[4106,2485],[4108,2496],[4113,2502],[4113,2512],[6045,7774],[4118,2519],[4116,2527],[4121,2535],[4121,2545],[4126,2553],[4126,2562],[4131,2569],[4131,2578],[4137,2585],[4138,2595],[3530,6760],[4143,2600],[4144,2610],[4150,2615],[4150,2623],[4155,2627],[4156,2635],[4161,2638],[4153,2641],[4161,2646],[3522,6756],[4162,2653],[4152,2659],[4161,2659],[4157,2670],[4160,2663],[4163,2683],[4163,2676],[4169,2697],[4168,2688],[4119,2551],[5107,4448],[3515,6753],[4174,2702],[4114,2553],[6966,4308],[6973,4307],[6980,4305],[3509,6750],[6988,4303],[6995,4302],[7003,4301],[7011,4299],[7018,4298],[7026,4297],[7034,4295],[7042,4294],[7048,4299],[6196,3688],[3502,6747],[6191,3684],[6190,3676],[6185,3671],[6183,3664],[6178,3659],[6177,3652],[6172,3648],[6170,3640],[6165,3636],[6164,3628],[3496,6744],[6159,3624],[6157,3616],[6152,3611],[6150,3603],[6145,3598],[6144,3591],[6139,3586],[6137,3578],[6131,3575],[6126,3570],[3489,6741],[6119,3571],[6116,3564],[3484,6739],[4521,4549],[4515,4545],[4508,4542],[3477,6735],[4503,4539],[4498,4537],[4492,4535],[3470,6729],[5325,4816],[5327,4824],[5324,4832],[3462,6728],[5326,4840],[5322,4848],[5324,4857],[5321,4865],[5323,4872],[7652,4329],[7644,4327],[7637,4326],[7628,4324],[4905,1805],[3456,6723],[4907,1790],[4908,1776],[4909,1762],[4030,2292],[4027,2284],[4023,2275],[4020,2266],[4016,2255],[6796,4833],[6803,4832],[7955,4057],[3448,6722],[6809,4831],[6816,4829],[6822,4828],[5881,3267],[5879,3278],[4203,3405],[4209,3400],[4209,3393],[4214,3389],[3441,6716],[4220,3376],[4215,3381],[4227,3362],[4222,3367],[4233,3349],[4228,3354],[4240,3340],[4234,3341],[4244,3326],[4238,3332],[3433,6715],[4251,3312],[4235,3324],[4261,3294],[4251,3305],[4256,3298],[4262,3287],[3428,6710],[4284,3253],[4270,3273],[4292,3240],[4278,3258],[4299,3227],[4286,3245],[4303,3220],[4294,3231],[4306,3214],[3422,6710],[5358,4447],[5365,4448],[5371,4449],[3502,6743],[5376,4450],[5381,4446],[5384,4451],[5387,4447],[5390,4452],[5394,4448],[5397,4452],[5401,4449],[5403,4453],[5408,4450],[5411,4454],[5416,4451],[5417,4455],[5423,4452],[5424,4456],[5428,4453],[5431,4457],[5435,4454],[5439,4458],[5442,4455],[5449,4456],[5459,4461],[5463,4458],[5467,4462],[5471,4459],[5476,4463],[5480,4460],[2175,3000],[5484,4464],[5488,4461],[5492,4465],[5376,4444],[6514,3642],[6526,3643],[6536,3643],[6547,3642],[6557,3642],[6567,3641],[2169,3005],[6577,3641],[6588,3640],[4756,2802],[4748,2798],[4736,2798],[7757,5358],[7757,5371],[7757,5383],[6506,5444],[6500,5437],[4914,1412],[2164,3011],[6494,5437],[6490,5431],[6484,5430],[6479,5424],[6473,5424],[6468,5418],[6462,5417],[6456,5410],[6451,5411],[6447,5404],[2161,3020],[6442,5405],[6438,5399],[6432,5399],[6427,5393],[6421,5393],[6418,5387],[6410,5386],[6406,5380],[6399,5379],[6393,5372],[2160,3029],[6385,5371],[6381,5365],[6372,5363],[6368,5356],[6363,5357],[6363,5348],[6357,5353],[7762,4132],[7772,4127],[7780,4123],[2159,3038],[7789,4118],[7797,4114],[7809,4108],[7818,4104],[7830,4097],[7838,4093],[7846,4089],[7856,4090],[7866,4091],[7885,4095],[2158,3048],[7902,4096],[7910,4097],[7920,4096],[7928,4092],[7936,4091],[7943,4092],[7952,4093],[7963,4093],[7970,4094],[7978,4095],[2158,3057],[7986,4096],[7993,4097],[8001,4098],[8010,4100],[7399,8022],[7401,8026],[7395,8024],[7398,8030],[7395,8028],[7393,8035],[2158,3066],[7389,8026],[7390,8040],[7384,8028],[7386,8044],[7378,8030],[7381,8049],[7382,8033],[7384,8039],[7379,8040],[7381,8045],[2157,3075],[7372,8033],[7377,8052],[7368,8036],[7372,8055],[7363,8040],[7367,8056],[7362,8048],[7363,8053],[7358,8044],[7361,8057],[2157,3084],[7352,8046],[7354,8057],[7347,8049],[7354,8052],[7340,8051],[7349,8057],[7343,8055],[6224,2506],[6207,2507],[6240,2507],[2157,3093],[6216,2508],[6256,2510],[6232,2509],[6271,2514],[6248,2512],[6286,2521],[6261,2515],[6300,2528],[6278,2519],[6316,2533],[7330,4766],[2157,3102],[6292,2529],[6308,2534],[6344,2543],[6322,2539],[6357,2548],[6336,2544],[6372,2553],[6350,2549],[6386,2558],[2158,3112],[6363,2553],[6292,2515],[6376,2558],[6293,2504],[6390,2562],[6400,2565],[6391,2559],[6396,2559],[7270,4474],[7270,4457],[2158,3123],[7271,4445],[7271,4433],[7267,4422],[7157,4304],[7161,4314],[7156,4312],[7152,4311],[7147,4318],[7142,4323],[7138,4326],[2160,3135],[7131,4327],[5415,2643],[5415,2633],[5415,2625],[5414,2617],[5414,2609],[5413,2600],[5413,2592],[5412,2583],[5411,2575],[2161,3147],[5411,2569],[5410,2561],[5410,2552],[5409,2545],[5409,2535],[5408,2528],[5407,2520],[5407,2511],[5406,2495],[5401,2487],[2163,3156],[5402,2477],[5396,2470],[5398,2463],[5395,2455],[5393,2447],[5391,2439],[5388,2431],[5386,2423],[5384,2416],[2165,3165],[5382,2408],[5381,2399],[5381,2391],[5380,2382],[5379,2374],[5379,2366],[5378,2358],[5377,2350],[5374,2342],[5376,2332],[2166,3173],[5376,2325],[5375,2316],[5375,2308],[5371,2300],[5375,2293],[5375,2285],[5375,2278],[5375,2270],[2169,3181],[5375,2297],[9364,6372],[2171,3190],[9355,6387],[9349,6376],[9347,6405],[9338,6397],[9340,6424],[2174,3199],[5880,2433],[5885,2432],[5891,2429],[5897,2426],[5904,2424],[2177,3207],[5909,2425],[5921,2427],[5927,2428],[5940,2432],[5946,2433],[5953,2433],[5960,2434],[5965,2435],[5970,2437],[2180,3216],[5978,2443],[5984,2449],[5990,2454],[5995,2460],[6001,2463],[6008,2464],[5991,2465],[5992,2473],[5995,2492],[5998,2496],[2184,3224],[5998,2503],[6001,2508],[6003,2504],[6008,2513],[5904,2431],[5911,2436],[5919,2440],[5925,2442],[5932,2444],[5940,2445],[2187,3231],[5950,2437],[5953,2445],[5956,2454],[5963,2458],[5970,2459],[5976,2461],[5984,2463],[5918,2451],[5917,2460],[5916,2470],[2190,3240],[5956,2510],[5964,2510],[5975,2510],[5984,2510],[5993,2508],[6965,4900],[2157,3045],[6966,4910],[6967,4918],[6969,4938],[6970,4947],[5970,6273],[5974,6263],[5978,6251],[2156,3061],[5982,6242],[5985,6234],[5989,6224],[5993,6215],[5997,6206],[6001,6196],[7516,5810],[7526,5808],[7542,5805],[2155,3074],[7555,5801],[7566,5798],[7577,5793],[7586,5788],[7595,5782],[7604,5775],[7613,5767],[7622,5756],[7635,5739],[2156,3087],[7647,5715],[7652,5705],[6504,5363],[6500,5363],[6494,5363],[6488,5363],[6482,5363],[6476,5363],[5376,5621],[2156,3101],[6468,5363],[6462,5363],[6458,5363],[6450,5363],[6444,5363],[6439,5363],[6436,5355],[6429,5350],[6427,5342],[6420,5337],[6417,5329],[6410,5323],[6407,5314],[6401,5310],[6398,5301],[7646,6573],[7637,6582],[7630,6589],[7626,6592],[7619,6594],[2157,3115],[7608,6598],[7599,6601],[6985,6909],[6997,6898],[6994,6905],[7005,6888],[7003,6895],[7014,6878],[7011,6885],[7022,6868],[7021,6874],[7031,6858],[7028,6866],[7040,6848],[7038,6855],[7048,6839],[7045,6846],[7057,6829],[7054,6836],[7064,6821],[7062,6827],[7072,6812],[7069,6819],[7079,6803],[7078,6810],[7086,6795],[7084,6802],[7093,6787],[7092,6793],[7100,6784],[7112,6766],[7109,6773],[7117,6759],[7115,6766],[7126,6750],[7123,6757],[7133,6741],[7132,6747],[2562,2771],[7143,6731],[7140,6738],[7152,6721],[7149,6728],[7161,6711],[7158,6718],[7170,6700],[7167,6708],[7175,6695],[7173,6702],[2559,2780],[7179,6691],[7184,6685],[7190,6679],[7194,6675],[7198,6671],[7202,6666],[7208,6660],[7212,6655],[7217,6649],[7222,6644],[2556,2788],[7187,6670],[7181,6661],[7175,6652],[5558,4730],[5561,4719],[5564,4707],[5566,4697],[5570,4682],[5580,4685],[7383,4131],[2553,2796],[7392,4139],[7401,4146],[7408,4152],[5723,4557],[5717,4553],[5711,4557],[5705,4554],[5698,4557],[5691,4554],[5685,4558],[5654,3301],[2550,2804],[6538,5393],[6542,5395],[6546,5399],[6555,5412],[6558,5420],[6562,5427],[6564,5435],[6566,5443],[6566,5456],[2547,2812],[6566,5451],[8228,6024],[8217,6027],[8204,6030],[6304,6816],[6300,6822],[6295,6829],[6291,6836],[6286,6842],[6282,6849],[2544,2820],[6278,6856],[6272,6862],[6269,6868],[6266,6875],[7904,5425],[7905,5417],[7905,5407],[7906,5399],[7906,5390],[7906,5380],[2540,2828],[7906,5370],[7907,5361],[7905,5351],[7905,5341],[7073,4737],[7082,4754],[7085,4759],[7088,4763],[2537,2836],[7096,4812],[7095,4822],[7098,4841],[7100,4850],[7102,4857],[7104,4866],[7107,4874],[2534,2844],[7111,4883],[7114,4890],[7116,4897],[7117,4907],[7118,4916],[5396,199],[5389,193],[5383,188],[2531,2852],[5376,182],[5369,176],[5362,170],[5356,165],[5349,159],[5343,155],[5331,144],[7134,5215],[7137,5231],[7138,5238],[2527,2861],[7163,5261],[7172,5269],[7701,6997],[7708,6996],[7713,6990],[7720,6989],[7723,6984],[7731,6982],[7737,6976],[7745,6974],[2524,2871],[7750,6968],[7759,6966],[7763,6960],[7770,6959],[7775,6952],[7782,6952],[7788,6945],[7796,6944],[7800,6938],[7807,6937],[2521,2879],[7813,6930],[7822,6928],[7825,6923],[7835,6921],[7840,6915],[7846,6916],[7851,6910],[7858,6910],[7876,6897],[7908,6881],[7929,5032],[2518,2887],[7930,6868],[7934,6864],[7763,6941],[7766,6951],[7836,6920],[7844,6917],[7852,6913],[8261,6189],[2514,2895],[8274,6185],[8287,6181],[8299,6177],[8310,6174],[8320,6171],[8332,6167],[4321,3539],[4324,3546],[4321,3553],[4325,3559],[2512,2903],[4322,3567],[4325,3574],[4323,3581],[4326,3587],[4323,3594],[4326,3600],[4324,3608],[4327,3614],[4324,3621],[4328,3641],[2509,2911],[4325,3635],[4329,3653],[4326,3647],[4329,3665],[4326,3660],[4327,3672],[6303,5686],[6305,5673],[6307,5660],[7299,7207],[2506,2918],[7305,7198],[7311,7193],[7315,7187],[7319,7179],[7324,7173],[7330,7168],[7327,7159],[7353,7508],[7349,7517],[2503,2926],[7345,7526],[7338,7540],[7334,7551],[7328,7564],[7323,7574],[9565,6433],[9575,6434],[9587,6436],[9598,6442],[9607,6452],[2565,2760],[9615,6465],[9623,6478],[9630,6491],[9638,6504],[5763,2997],[5756,3001],[5747,3005],[5739,3010],[5731,3016],[5724,3021],[2568,2751],[5718,3027],[5711,3033],[5705,3040],[5699,3046],[5693,3052],[5686,3060],[5681,3066],[5677,3071],[5668,3082],[5663,3086],[2572,2741],[7234,5444],[7244,5453],[7256,5463],[7271,5473],[7283,5483],[7296,5492],[7309,5502],[7320,5510],[7331,5518],[9210,6997],[2576,2731],[9206,6993],[9201,6990],[9195,6986],[9191,6979],[9185,6978],[9181,6972],[9175,6968],[9170,6965],[9165,6964],[9160,6957],[8008,4820],[2581,2717],[9154,6957],[9150,6950],[9145,6950],[9141,6944],[9135,6943],[9132,6937],[9125,6936],[9123,6931],[9104,6922],[9093,6914],[2585,2707],[9081,6904],[9069,6895],[9058,6886],[9047,6877],[7002,3706],[7009,3709],[7015,3711],[7023,3712],[7034,3712],[7043,3711],[2588,2698],[4580,3936],[4585,3932],[4582,3925],[4587,3921],[4585,3914],[4590,3910],[4588,3904],[4593,3901],[4590,3894],[4596,3889],[2593,2686],[4593,3884],[4598,3879],[4596,3872],[4601,3867],[4599,3860],[4604,3856],[4602,3849],[4607,3844],[4605,3837],[4610,3832],[2596,2677],[4608,3825],[4613,3821],[4611,3814],[4615,3810],[4613,3804],[4619,3799],[4616,3791],[4621,3788],[4619,3778],[4624,3775],[3943,7185],[4622,3768],[4627,3764],[4625,3757],[4630,3752],[4627,3750],[4631,3734],[4635,3730],[4634,3722],[4639,3716],[3938,7185],[4637,3709],[4642,3705],[4644,3684],[4645,3692],[4647,3669],[4649,3678],[4651,3655],[4652,3664],[4655,3640],[4656,3648],[3932,7185],[4659,3626],[4660,3635],[4662,3612],[4663,3621],[4666,3598],[4667,3607],[4674,3568],[4671,3593],[4678,3553],[4676,3576],[3928,7183],[4682,3539],[4680,3561],[4683,3547],[7679,4949],[7677,4958],[7674,4971],[4292,3135],[4288,3128],[4284,3120],[4281,3113],[3923,7186],[4277,3104],[4274,3096],[4271,3088],[4274,3080],[4268,3065],[4265,3057],[9070,9574],[5184,4345],[3920,7189],[5177,4346],[5173,4353],[5168,4354],[5163,4362],[5157,4363],[5153,4370],[5147,4371],[3917,7194],[7694,5207],[7702,5207],[7712,5206],[7722,5206],[7731,5206],[7744,5205],[7753,5204],[7763,5204],[3915,7199],[7778,5203],[7788,5203],[7799,5202],[5551,4374],[5553,4365],[5549,4360],[5550,4352],[7927,5389],[7928,5380],[7928,5374],[3914,7206],[7928,5368],[7928,5360],[7928,5352],[7929,5340],[7929,5332],[3910,7210],[3907,7216],[3906,7223],[5227,4425],[5226,4416],[5220,4412],[3902,7227],[5220,4404],[5214,4398],[5214,4392],[5208,4387],[5208,4380],[5202,4376],[5200,4365],[5195,4361],[5194,4352],[5188,4348],[3900,7236],[5187,4339],[5181,4334],[5181,4327],[5174,4320],[5173,4312],[5168,4308],[5168,4302],[5162,4297],[5161,4287],[5156,4283],[3896,7239],[5154,4274],[5149,4269],[5147,4261],[5142,4257],[5143,4251],[6754,3775],[6755,3794],[6755,3807],[6315,6130],[3896,7246],[6756,3820],[6756,3833],[6757,3847],[6757,3861],[6758,3872],[6758,3883],[6759,3899],[6760,3913],[6760,3926],[6761,3940],[3892,7249],[6761,3953],[6762,3965],[6762,3980],[6762,3993],[6764,4006],[6764,4017],[6765,4033],[6765,4049],[6766,4059],[6766,4073],[3891,7256],[6767,4086],[6767,4098],[6768,4115],[6768,4122],[6769,4135],[6769,4148],[6770,4160],[6771,4174],[6771,4186],[6772,4199],[3887,7261],[6772,4213],[6773,4225],[6774,4240],[6774,4252],[6775,4266],[6775,4279],[6776,4290],[5163,4490],[5163,4497],[5168,4499],[3886,7268],[5169,4508],[5175,4512],[5175,4520],[5180,4523],[5180,4531],[5186,4534],[3884,7273],[6413,6445],[6417,6447],[6427,6458],[6435,6468],[4560,1687],[4561,1697],[4563,1707],[4561,1716],[4562,1726],[3880,7276],[4562,1737],[4562,1748],[4563,1758],[4563,1769],[4563,1780],[4564,1792],[4564,1801],[4564,1812],[4565,1823],[4565,1833],[3883,7282],[4568,1849],[4568,1859],[4568,1870],[4569,1881],[4563,1902],[3574,2622],[3580,2622],[3586,2626],[3594,2626],[3883,7289],[3598,2630],[3604,2630],[3610,2634],[3614,2633],[3622,2635],[3627,2631],[3634,2633],[3643,2629],[3651,2631],[3658,2627],[3884,7296],[3666,2629],[3673,2626],[6031,3067],[6037,3076],[6042,3085],[6047,3093],[6051,3100],[6058,3097],[6056,3107],[6060,3115],[4650,3451],[3885,7304],[6065,3121],[6061,3130],[6070,3128],[6077,3137],[6408,5934],[3881,7308],[3877,7315],[3873,7319],[3868,7322],[3864,7327],[6431,6129],[6432,6150],[6429,6188],[6431,6159],[3860,7332],[5904,4809],[5899,4795],[5894,4807],[5884,4805],[5874,4804],[5863,4802],[7291,5588],[7315,5528],[3855,7336],[7255,5635],[7260,5628],[7265,5622],[6081,4858],[6079,4849],[6078,4841],[6079,4833],[6080,4824],[6081,4815],[3850,7337],[6082,4805],[6084,4794],[6085,4780],[6088,4752],[6090,4738],[6072,4833],[6066,4832],[6060,4831],[6498,5565],[3861,7340],[6494,5575],[6491,5585],[6487,5594],[6484,5604],[6480,5614],[6477,5624],[6473,5635],[6469,5645],[6061,4559],[6052,4561],[6283,5212],[3868,7339],[6046,4557],[6039,4559],[6033,4554],[6025,4556],[5263,5079],[5265,5064],[5266,5055],[5268,5047],[5269,5038],[3875,7338],[5270,5030],[5271,5022],[5272,5014],[5273,5008],[5274,5000],[5275,4993],[6522,5432],[6538,5445],[3882,7337],[6533,5439],[6525,5437],[6544,5449],[6549,5448],[6553,5454],[6560,5458],[6566,5459],[6571,5465],[6577,5465],[3889,7336],[6582,5472],[6588,5475],[6594,5478],[6599,5482],[6604,5485],[6610,5489],[6616,5492],[6621,5495],[6626,5498],[6631,5501],[3895,7337],[6639,5506],[6647,5511],[6652,5514],[6658,5517],[6663,5520],[6668,5524],[6674,5527],[6679,5531],[6683,5535],[6688,5540],[3903,7338],[6691,5546],[6540,5449],[6537,5457],[6534,5465],[6510,5567],[3910,7339],[6508,5562],[6502,5562],[6500,5557],[6492,5556],[6488,5550],[6480,5549],[6474,5541],[6466,5540],[6459,5532],[6452,5531],[3845,7338],[6446,5525],[6438,5523],[6432,5516],[6423,5514],[6419,5508],[6412,5508],[6407,5501],[6400,5500],[6394,5493],[6388,5492],[3836,7339],[6381,5485],[6376,5486],[6371,5479],[6363,5478],[6358,5471],[6349,5469],[6345,5463],[6338,5462],[6333,5455],[6325,5455],[3830,7339],[6320,5448],[6311,5447],[6307,5442],[6299,5442],[6294,5436],[6285,5436],[4453,4257],[3823,7340],[7669,7396],[7664,7392],[7661,7386],[7657,7380],[7653,7374],[7648,7367],[7645,7362],[7641,7355],[7637,7351],[1539,8535],[9634,6241],[9641,6228],[9647,6215],[9657,6198],[9663,6188],[9668,6179],[9678,6168],[9685,6161],[9693,6154],[9702,6146],[1542,8526],[9710,6138],[9718,6130],[9726,6123],[5949,5800],[5949,5806],[5944,5807],[5944,5813],[5939,5814],[5938,5821],[5934,5822],[1546,8515],[5934,5827],[5929,5829],[5929,5834],[5924,5836],[5924,5842],[5919,5843],[5919,5850],[5914,5851],[5913,5858],[5903,5872],[1550,8505],[5898,5874],[5898,5880],[5893,5882],[5892,5888],[5887,5890],[5887,5896],[5882,5897],[5882,5903],[5877,5905],[5873,5910],[1554,8494],[5868,5917],[5863,5925],[5858,5933],[5852,5941],[5846,5950],[5839,5962],[5882,5908],[5888,5915],[1593,8385],[5926,5934],[5939,5912],[5892,5911],[5898,5917],[5905,5922],[5911,5928],[5917,5934],[5897,5907],[5903,5901],[5907,5894],[5912,5887],[5903,5911],[5908,5916],[5913,5908],[5918,5901],[5914,5922],[5920,5928],[5941,5830],[5947,5837],[5931,5844],[5937,5851],[5944,5857],[5955,5870],[5960,5880],[5963,5873],[5968,5868],[5965,5888],[5968,5895],[7745,7955],[7537,7854],[7751,7971],[7756,7985],[7763,8002],[7770,8019],[7776,8027],[7784,8044],[7793,8062],[7797,8069],[7806,8084],[7814,8097],[7823,8112],[7829,8124],[7830,8145],[7853,8155],[7869,8160],[4157,4408],[4152,4405],[4152,4397],[4147,4394],[4148,4388],[1598,8408],[4143,4385],[4143,4376],[4138,4373],[4138,4366],[4133,4364],[4134,4356],[4129,4354],[9828,6572],[9838,6577],[9846,6580],[1599,8416],[9857,6584],[7407,5041],[7395,5054],[7384,5066],[7372,5093],[7366,5113],[7350,5156],[7345,5198],[7344,5222],[3928,2567],[3934,2568],[3940,2561],[3947,2561],[3954,2555],[3960,2555],[3967,2549],[3974,2549],[3980,2543],[3988,2542],[3994,2536],[4001,2536],[4007,2530],[4014,2530],[4020,2524],[4027,2524],[4031,2519],[4037,2519],[4044,2512],[4052,2512],[4058,2506],[4067,2504],[4073,2499],[4080,2499],[4086,2493],[4093,2492],[4098,2487],[7331,5005],[7339,5026],[8474,8396],[8478,8390],[8485,8388],[8491,8384],[8497,8377],[8504,8369],[8511,8361],[8518,8353],[8524,8346],[8531,8338],[8539,8330],[8546,8322],[4840,1962],[4831,1967],[4824,1971],[4816,1975],[4807,1980],[4798,1984],[4792,1988],[3806,2351],[3799,2340],[3791,2326],[3782,2312],[3767,2286],[3760,2278],[3753,2271],[3745,2265],[3736,2259],[3741,2246],[3746,2236],[6931,6806],[6143,7828],[7809,4487],[4285,6492],[4885,3455],[4877,3452],[6003,4612],[5998,4606],[6016,4617],[6010,4611],[6030,4623],[6023,4617],[4288,6496],[6036,4621],[4294,6491],[6190,4687],[6198,4697],[6205,4691],[6205,4707],[4300,6493],[6210,4715],[6214,4719],[6168,4663],[4996,3863],[5002,3865],[5648,6290],[5007,3868],[5015,3871],[5020,3872],[5028,3873],[5034,3873],[5041,3874],[5048,3875],[5054,3875],[5062,3876],[5069,3877],[5653,6298],[5085,3878],[5082,3881],[5079,3886],[5089,3865],[5092,3856],[5095,3845],[5013,3859],[5019,3839],[5018,3862],[5660,6300],[5025,3865],[5033,3869],[5017,3848],[5055,3871],[5058,3856],[5664,6308],[4292,2922],[4296,2930],[4300,2939],[4304,2948],[6847,6484],[6843,6471],[6839,6458],[6834,6449],[5670,6308],[6830,6439],[6827,6429],[7204,6270],[7221,6265],[7236,6261],[7250,6259],[3695,2693],[3703,2688],[3707,2680],[3714,2677],[5674,6315],[3719,2668],[3725,2666],[3730,2657],[3738,2653],[3742,2645],[3747,2643],[5064,4148],[5682,6317],[5687,6326],[5694,6328],[5696,6336],[5703,6342],[6358,7076],[5701,6351],[7530,4527],[7539,4532],[7538,4545],[7507,5688],[7492,5685],[7458,5683],[5706,6359],[7443,5682],[7417,5680],[7401,5678],[7386,5677],[5903,4908],[5905,4899],[5906,4887],[5905,4873],[5907,4858],[5910,4834],[5703,6368],[5911,4822],[5913,4806],[5914,4795],[5916,4781],[4199,6644],[6663,3925],[6669,3920],[6674,3924],[6683,3923],[6693,3923],[6702,3922],[6713,3921],[4205,6643],[6724,3920],[6736,3919],[6746,3919],[6756,3918],[6766,3917],[6777,3917],[6786,3916],[6655,3924],[6648,3920],[6652,3916],[4211,6642],[7847,7353],[7844,7343],[7851,7339],[7855,7349],[7808,7365],[7816,7365],[7821,7359],[7829,7358],[7835,7352],[7842,7352],[4217,6641],[7858,7340],[7866,7339],[7871,7333],[7876,7334],[7882,7328],[7889,7327],[7894,7322],[6014,6065],[6007,6060],[5994,6048],[4222,6639],[5237,4431],[5238,4427],[5244,4432],[5255,4430],[5268,4431],[5275,4432],[5269,4435],[5285,4434],[4228,6638],[5280,4437],[5297,4435],[5304,4436],[5298,4439],[5315,4438],[5310,4441],[5326,4439],[5320,4442],[5337,4441],[4233,6637],[5332,4444],[5345,4442],[5341,4445],[5355,4442],[5353,4447],[5369,4443],[5378,4439],[5363,4440],[4240,6635],[5388,4435],[5372,4436],[5398,4431],[5382,4433],[5408,4426],[5392,4429],[5418,4422],[5403,4425],[5428,4418],[5412,4420],[4245,6634],[5438,4414],[5421,4417],[5433,4412],[5457,4405],[5442,4408],[5467,4401],[5451,4404],[5476,4398],[5464,4397],[4250,6633],[5481,4396],[5469,4395],[5487,4393],[5494,4390],[5501,4387],[5510,4379],[5519,4378],[4536,1689],[4255,6632],[4537,1699],[4541,1719],[4541,1729],[4541,1740],[4541,1750],[4541,1761],[4541,1773],[4541,1780],[4542,1791],[4542,1799],[4261,6631],[4542,1807],[4542,1817],[4543,1826],[4541,1846],[4541,1855],[4542,1866],[4541,1887],[4539,1897],[4537,1907],[7180,5024],[4266,6630],[4535,1917],[4534,1929],[5671,3345],[5670,3354],[5662,3354],[5656,3353],[5670,3363],[4387,2481],[4393,2493],[4398,2502],[4271,6630],[4404,2512],[4407,2518],[4415,2527],[4418,2538],[4424,2543],[4428,2556],[4435,2563],[4344,6621],[4343,6611],[4247,4270],[4245,4276],[4242,4282],[4240,4289],[6752,3621],[6757,3618],[4343,6601],[6760,3624],[6751,3627],[6757,3625],[6765,3620],[6772,3618],[6778,3616],[6785,3613],[6793,3611],[6799,3609],[6805,3607],[4343,6591],[6812,3605],[6819,3602],[6825,3600],[6832,3598],[6839,3596],[6846,3593],[6853,3591],[6859,3589],[6865,3587],[6872,3585],[4775,7179],[6878,3583],[6884,3585],[6887,3578],[6895,3576],[4215,2896],[4212,2888],[4217,2881],[4222,2875],[4227,2869],[4233,2862],[4780,7177],[6383,6649],[6372,6649],[6362,6649],[6353,6648],[6344,6647],[6335,6645],[6327,6642],[6318,6638],[6308,6632],[8808,7330],[4786,7176],[8814,7317],[8821,7303],[8827,7290],[4409,3313],[4410,3320],[4415,3311],[4417,3319],[4423,3310],[4421,3318],[4429,3308],[4791,7174],[4430,3316],[4436,3307],[4437,3315],[4441,3306],[4443,3313],[4457,3306],[4448,3308],[4468,3304],[4453,3310],[4479,3301],[5133,4516],[4797,7172],[4463,3308],[4490,3299],[4474,3305],[4499,3297],[4486,3303],[4496,3301],[4506,3299],[4520,3296],[4513,3294],[4536,3291],[4803,7170],[4549,3279],[4555,3280],[4559,3273],[4566,3274],[4569,3267],[4576,3267],[4580,3258],[4586,3260],[4590,3252],[4596,3254],[4808,7169],[4601,3247],[4608,3249],[4612,3242],[4618,3244],[5575,3301],[5582,3311],[5589,3319],[5601,3322],[5615,3324],[5631,3327],[4814,7169],[5645,3329],[5659,3332],[5675,3336],[5688,3345],[5313,3345],[5321,3346],[5327,3346],[5327,3353],[5328,3365],[5335,3347],[4819,7168],[5338,3354],[5339,3365],[5347,3347],[5347,3354],[5348,3366],[5357,3347],[5368,3347],[5368,3358],[4824,7168],[5368,3367],[5377,3362],[5382,3346],[7185,4831],[7185,4842],[4830,7167],[7184,4853],[7184,4863],[7184,4873],[7183,4884],[7672,5898],[7674,5886],[7408,5062],[7425,5071],[7442,5080],[7776,4507],[4836,7166],[7770,4513],[7763,4515],[7753,4516],[7742,4516],[7731,4517],[7711,4515],[7699,4516],[7689,4515],[7680,4515],[7722,4505],[4842,7166],[7723,4491],[7718,4482],[7707,4481],[7695,4481],[8436,8431],[8438,8442],[8439,8450],[8443,8460],[8448,8469],[8454,8478],[4847,7165],[8460,8476],[7437,7079],[7445,7095],[7453,7107],[7464,7124],[7753,7951],[7745,7952],[7734,7953],[4317,3350],[4852,7165],[7723,7954],[7714,7955],[7705,7956],[7698,7957],[7689,7957],[7680,7958],[9553,6509],[9569,6512],[9580,6512],[9592,6511],[4855,7170],[9604,6506],[6397,4260],[6402,4262],[6407,4263],[6412,4262],[6418,4261],[6423,4259],[6429,4258],[6435,4256],[6441,4255],[2326,3239],[6446,4254],[6451,4252],[6456,4251],[6462,4249],[6467,4248],[6472,4247],[6478,4245],[6483,4244],[6489,4242],[6495,4241],[2320,3243],[6501,4239],[5881,4938],[5878,4937],[5882,4929],[5879,4929],[5883,4920],[8177,6242],[8174,6234],[8163,6230],[2311,3247],[8173,6216],[8172,6205],[8171,6192],[8170,6180],[2303,3251],[8169,6167],[8167,6155],[8162,6152],[8154,6153],[8146,6155],[6406,4854],[2295,3252],[6405,4848],[6402,4839],[6399,4832],[6396,4824],[6393,4818],[6390,4811],[6387,4803],[6384,4795],[6381,4789],[6378,4783],[2287,3254],[6475,6700],[6472,6688],[6467,6674],[6464,6662],[6460,6651],[6457,6639],[6452,6626],[6448,6612],[6444,6600],[6440,6587],[2280,3256],[8765,7202],[8764,7210],[8763,7220],[8758,7266],[8756,7284],[8756,7299],[8759,7310],[8779,7327],[8789,7335],[8802,7344],[3583,5948],[8811,7351],[8831,7367],[8847,7379],[8853,7384],[8859,7389],[8865,7394],[8871,7399],[8879,7405],[8885,7409],[8897,7419],[6304,5590],[3582,5955],[8903,7424],[8910,7429],[8918,7435],[8765,7175],[8764,7181],[8763,7189],[8803,7411],[8814,7420],[8825,7429],[8839,7440],[3584,5963],[8852,7451],[8866,7462],[8786,7397],[8775,7389],[8764,7381],[4047,2280],[4043,2271],[4039,2262],[4036,2254],[4032,2245],[3583,5970],[4789,2814],[4777,2806],[3585,5977],[5314,979],[5321,981],[4618,3016],[4618,3007],[4618,2999],[4615,2991],[3584,5985],[7697,5116],[7707,5121],[7714,5123],[7722,5127],[7732,5131],[7740,5134],[7750,5138],[7761,5143],[7772,5147],[7782,5151],[3583,5991],[7792,5156],[7800,5159],[7803,5174],[7805,5187],[7807,5201],[7807,5214],[7808,5227],[7808,5237],[7808,5249],[7808,5259],[3580,5994],[7808,5274],[7808,5290],[7808,5304],[7808,5317],[7808,5330],[7808,5343],[7808,5352],[7807,5365],[7807,5377],[7807,5388],[3574,5997],[7807,5406],[7807,5418],[7807,5431],[7807,5442],[5374,4198],[5362,4197],[5351,4195],[5339,4193],[5330,4192],[5320,4190],[3586,5995],[5310,4189],[5298,4187],[5289,4184],[5274,4181],[5264,4197],[5265,4185],[5265,4173],[5273,4167],[5273,4154],[5266,4159],[3597,5995],[5305,4182],[5316,4183],[5337,4186],[5362,4189],[5370,4191],[5874,5904],[5869,5899],[5864,5894],[6106,3649],[3592,5993],[5858,5889],[5848,5878],[5842,5872],[5836,5867],[5831,5862],[5825,5856],[5820,5850],[5814,5845],[5809,5840],[3588,5989],[5803,5834],[5798,5829],[5792,5824],[5787,5818],[5783,5802],[5779,5797],[5772,5790],[5767,5785],[5761,5778],[5754,5772],[3260,6255],[5747,5768],[5740,5761],[5734,5754],[3264,6261],[3267,6267],[3268,6275],[3269,6283],[5873,5892],[4944,4820],[4950,4822],[4955,4823],[4960,4824],[4965,4827],[4970,4830],[3270,6291],[4975,4833],[4978,4837],[4983,4838],[4982,4842],[4989,4841],[4988,4845],[4993,4846],[4910,3752],[4905,3745],[4898,3747],[3271,6300],[4893,3740],[4888,3742],[4881,3735],[4875,3736],[4870,3730],[4863,3731],[4858,3724],[4846,3723],[4851,3721],[4835,3719],[3272,6309],[4844,3718],[4823,3713],[4839,3716],[4811,3708],[4830,3712],[4800,3703],[4790,3698],[4818,3707],[4780,3694],[4503,3449],[3266,6252],[4772,3691],[4807,3701],[4764,3687],[4795,3696],[4755,3683],[4786,3692],[4747,3680],[4777,3688],[4739,3676],[4431,5422],[4767,3684],[4728,3671],[4757,3679],[4718,3666],[4753,3678],[4744,3674],[4692,3655],[4735,3670],[4683,3651],[4435,5426],[4725,3665],[4673,3646],[4713,3660],[4660,3641],[4705,3656],[4649,3636],[4689,3649],[4678,3644],[4637,3631],[4440,5427],[4667,3640],[4626,3626],[4655,3635],[4622,3624],[4644,3630],[4609,3619],[4633,3625],[4600,3615],[4623,3620],[4587,3609],[4446,5427],[4604,3613],[4577,3605],[4594,3608],[4564,3599],[4583,3603],[4553,3594],[4572,3598],[4541,3590],[4560,3593],[4530,3585],[4452,5428],[4549,3589],[4520,3581],[4537,3583],[4509,3579],[4526,3578],[4498,3577],[4514,3575],[4487,3575],[4504,3574],[4476,3573],[4458,5428],[4493,3572],[4465,3571],[4482,3570],[4471,3568],[4459,3566],[6828,6491],[6825,6480],[6822,6470],[6818,6459],[6814,6450],[4464,5429],[6810,6439],[6806,6429],[9705,6036],[9709,6045],[9713,6056],[9716,6071],[9719,6082],[9724,6093],[9729,6103],[9734,6113],[4469,5431],[9739,6122],[9744,6130],[9748,6118],[9754,6119],[9752,6130],[9749,6140],[9758,6149],[9764,6154],[9773,6160],[4474,5433],[9782,6165],[8977,7555],[8985,7562],[8954,7537],[8966,7547],[8443,8402],[8448,8411],[8454,8419],[8455,8431],[8456,8442],[7706,4159],[4479,5434],[8458,8453],[8461,8462],[8464,8471],[8468,8480],[8475,8488],[7843,6409],[7848,6421],[7852,6433],[7856,6446],[7859,6461],[4477,5438],[5000,4039],[4996,4035],[4991,4034],[4987,4029],[4983,4029],[4980,4024],[4972,4020],[4967,4020],[4480,5442],[4961,4016],[4956,4013],[4950,4009],[4944,4005],[4939,4002],[7260,6481],[7257,6459],[7248,6454],[4478,5446],[7244,6458],[7248,6442],[7247,6414],[7246,6399],[7245,6385],[7245,6372],[7244,6358],[4482,5450],[7235,6350],[7222,6355],[7244,6344],[7244,6333],[7243,6321],[7243,6310],[7242,6293],[7239,6274],[7222,6319],[3540,7476],[7234,6328],[7725,3687],[7679,3794],[7677,3802],[7673,3811],[7670,3820],[3536,7468],[7664,3840],[7657,3862],[7651,3883],[7648,3903],[7645,3921],[7643,3944],[3532,7460],[3393,7167],[3388,7163],[9869,6750],[3387,7158],[3382,7153],[3380,7147],[5316,4200],[5314,4214],[5306,4213],[5304,4226],[5296,4211],[5292,4225],[5295,4200],[3375,7144],[6689,4562],[6689,4554],[6689,4543],[6011,6107],[6019,6116],[6029,6126],[6037,6134],[7765,6001],[7769,6008],[7082,5482],[3373,7137],[7074,5483],[7066,5484],[7151,4974],[7155,4978],[7161,4976],[7165,4980],[7171,4977],[7175,4982],[7181,4979],[7186,4984],[4676,7976],[7192,4981],[7197,4986],[7202,4983],[7209,4984],[7214,4985],[7221,4986],[7227,4987],[7234,4988],[7239,4989],[7244,4990],[4672,7985],[3939,2359],[3941,2367],[3943,2378],[3946,2388],[3949,2398],[3952,2408],[6015,6008],[6024,6016],[6032,6024],[4446,3432],[4670,7995],[4453,3430],[4459,3428],[4465,3427],[4472,3425],[4477,3424],[4484,3422],[4497,3422],[4489,3421],[4508,3418],[4501,3418],[4668,8006],[4519,3416],[4514,3414],[4538,3411],[4525,3412],[4552,3408],[4536,3409],[4561,3406],[4544,3407],[4590,3398],[4553,3404],[4666,8016],[4603,3395],[4566,3401],[4585,3397],[4598,3393],[4612,3393],[4620,3385],[4623,3375],[4622,3365],[4618,3352],[4615,3340],[4664,8026],[4612,3330],[4608,3317],[4605,3307],[4602,3294],[4599,3283],[4596,3271],[4593,3263],[4662,8035],[4625,3389],[4632,3367],[4637,3361],[4641,3354],[4639,3347],[4627,3360],[4660,8046],[7327,4995],[7331,4994],[4658,8055],[7337,4993],[7344,4992],[7351,4991],[7358,4992],[7365,4994],[7372,4997],[7379,4999],[7386,5003],[7393,5008],[7400,5012],[4656,8065],[7407,5017],[7422,5026],[7428,5030],[7435,5034],[7441,5038],[7450,5038],[7455,5046],[7460,5049],[7464,5052],[4808,4192],[4655,8074],[4814,4177],[4814,4168],[4819,4164],[4817,4157],[4822,4154],[4822,4146],[4827,4141],[4827,4131],[4832,4126],[4653,8082],[4831,4119],[4837,4111],[4836,4106],[4416,3392],[4410,3393],[4404,3394],[4397,3395],[4391,3396],[4383,3397],[4375,3398],[4654,8092],[4369,3399],[4362,3399],[4355,3400],[4658,8099],[4348,3401],[4341,3402],[4333,3403],[4327,3404],[4320,3405],[4307,3407],[4300,3408],[4293,3409],[4285,3410],[4278,3411],[4271,3412],[4264,3413],[4257,3414],[4250,3415],[4245,3415],[4237,3415],[4230,3415],[4223,3415],[4215,3415],[4207,3414],[4420,3392],[7635,5914],[7637,5921],[7630,5917],[7632,5909],[4881,3443],[3773,2704],[3779,2714],[5238,267],[5244,259],[5249,252],[5255,246],[5260,238],[5265,231],[5270,225],[5275,218],[5281,210],[5282,200],[5284,191],[7191,8073],[7196,8068],[7201,8063],[7206,8059],[7211,8054],[7216,8049],[7220,8044],[7225,8039],[7229,8033],[7234,8027],[7239,8020],[7244,8013],[7249,8007],[7253,8000],[7257,7993],[7259,7985],[7260,7978],[7265,7965],[7268,7958],[7271,7952],[7275,7945],[7281,7933],[7284,7927],[7287,7921],[7290,7916],[7292,7910],[7293,7903],[7293,7897],[7292,7890],[7289,7882],[7289,7875],[7293,7860],[7304,7852],[7310,7848],[7316,7844],[7322,7840],[7328,7836],[7334,7830],[7339,7823],[7342,7818],[7346,7812],[7349,7806],[7352,7800],[7355,7793],[7359,7787],[7362,7781],[7365,7775],[7369,7767],[7372,7760],[7376,7752],[7380,7745],[7384,7737],[7389,7731],[7393,7721],[7398,7711],[7403,7699],[7408,7688],[4565,2110],[4560,2116],[4553,2124],[4546,2127],[4539,2127],[4536,2125],[4782,2495],[4775,2493],[4761,2488],[4747,2484],[4734,2481],[4717,2475],[4400,2214],[4406,2219],[4411,2224],[4417,2229],[4423,2234],[4428,2240],[3511,2511],[4433,2246],[9778,6511],[9774,6500],[9770,6489],[9765,6476],[9761,6465],[9758,6454],[9768,6453],[9759,6442],[9758,6429],[3309,6059],[9756,6415],[9770,6408],[9755,6401],[9754,6390],[9752,6377],[9751,6365],[9750,6353],[9748,6338],[9747,6327],[9745,6313],[3305,6065],[9744,6301],[9743,6288],[9741,6276],[9740,6262],[9739,6250],[9737,6237],[9736,6226],[9015,9395],[9003,9399],[8993,9401],[3303,6054],[8986,9412],[8977,9426],[8972,9434],[8966,9444],[8959,9455],[8950,9464],[8943,9472],[8932,9483],[8923,9492],[9009,9399],[3300,6059],[8997,9399],[8990,9406],[8981,9419],[8974,9431],[8969,9439],[8962,9450],[8955,9459],[8946,9468],[8937,9478],[8927,9488],[3297,6049],[5754,2928],[5761,2920],[5755,2912],[5769,2911],[5759,2908],[5777,2901],[5763,2904],[5784,2893],[3295,6054],[5770,2896],[5791,2886],[5774,2891],[5798,2878],[5781,2884],[5807,2870],[5787,2878],[5813,2862],[5792,2876],[5821,2853],[3291,6044],[5800,2863],[5829,2843],[5805,2856],[5834,2836],[5812,2848],[5841,2830],[5817,2842],[5847,2823],[5823,2835],[5852,2816],[3289,6049],[5829,2828],[5856,2811],[5837,2819],[5861,2804],[5844,2811],[5869,2795],[5850,2803],[5876,2786],[5855,2796],[5884,2777],[3285,6039],[5863,2786],[5892,2768],[5870,2779],[5876,2772],[5907,2751],[5885,2762],[5914,2743],[5893,2754],[5920,2734],[4266,4707],[3283,6044],[5901,2744],[5926,2728],[5907,2736],[5934,2719],[5914,2727],[5939,2712],[5920,2719],[5946,2707],[5929,2709],[5949,2700],[3279,6033],[5938,2697],[5956,2690],[5943,2691],[5964,2681],[5950,2682],[5971,2673],[5958,2673],[5979,2664],[5965,2665],[5985,2657],[3277,6039],[5972,2657],[5991,2651],[5978,2651],[5998,2647],[5983,2646],[6005,2643],[5989,2639],[6011,2639],[6000,2631],[6018,2636],[3275,6030],[6008,2627],[6017,2630],[6015,2624],[6025,2631],[6022,2624],[6033,2626],[6022,2619],[6029,2615],[6052,2617],[3271,6034],[6037,2611],[6060,2612],[6046,2608],[6069,2607],[6055,2603],[6078,2603],[6064,2598],[6086,2598],[6073,2593],[6093,2595],[3269,6025],[6083,2588],[6099,2592],[6092,2583],[6106,2588],[6103,2576],[6112,2584],[6113,2571],[6118,2581],[6186,2533],[6122,2571],[3266,6030],[6198,2525],[6181,2539],[6210,2516],[6193,2532],[5808,2851],[6207,2521],[5812,2847],[6219,2513],[5815,2843],[5825,2929],[3262,6020],[5819,2838],[5811,2920],[5823,2833],[5802,2917],[5828,2828],[5795,2908],[5832,2823],[5789,2899],[5835,2819],[5794,2893],[3260,6026],[5840,2814],[5799,2887],[5843,2810],[5806,2880],[5847,2805],[5855,2910],[5850,2802],[5847,2900],[5840,2891],[3257,6016],[5832,2881],[5825,2872],[5821,2859],[5828,2852],[5835,2844],[5843,2834],[5851,2825],[5859,2817],[4386,4762],[3255,6021],[5828,2862],[5836,2854],[5844,2845],[5851,2836],[5860,2827],[5867,2818],[5877,2807],[5887,2798],[5888,2790],[5895,2782],[3252,6011],[5902,2774],[5958,2703],[5961,2698],[5964,2693],[5964,2688],[5968,2688],[5971,2683],[5974,2678],[5974,2674],[5978,2673],[3249,6016],[5981,2669],[5984,2665],[5988,2667],[6039,2655],[6035,2647],[6032,2638],[6038,2630],[6051,2624],[6046,2631],[6040,2639],[6044,2656],[6045,2646],[6051,2637],[6058,2628],[6057,2617],[6067,2625],[6063,2617],[6070,2614],[6076,2610],[6076,2619],[3244,6012],[6083,2616],[6082,2604],[6088,2604],[6095,2600],[6101,2597],[6092,2612],[6101,2606],[6109,2602],[6058,2659],[6069,2653],[6074,2646],[6066,2636],[6074,2626],[6081,2634],[6092,2640],[6097,2632],[6092,2623],[6098,2614],[6127,2568],[6135,2564],[3238,6008],[6142,2560],[6150,2556],[6157,2552],[6165,2548],[6173,2544],[6154,2557],[6150,2561],[6145,2564],[6141,2567],[6136,2570],[3237,5998],[6132,2573],[6127,2573],[6016,2627],[6024,2627],[3233,6004],[6024,2633],[5945,3264],[5951,3257],[5955,3260],[5960,3250],[5966,3252],[5969,3243],[3230,5993],[5976,3244],[5979,3237],[5985,3236],[5989,3230],[5995,3228],[6000,3221],[6006,3218],[6010,3211],[6016,3208],[6020,3201],[3228,5999],[6027,3198],[6031,3190],[6038,3188],[6041,3182],[6048,3179],[6052,3171],[6059,3168],[6061,3162],[6067,3158],[6069,3150],[3226,5989],[6075,3147],[6077,3141],[6084,3135],[6087,3128],[6093,3124],[6094,3116],[6101,3114],[6102,3108],[6108,3103],[6100,3106],[3224,5994],[6096,3112],[6092,3118],[6087,3124],[6081,3131],[6112,3094],[6117,3088],[6123,3080],[6128,3074],[6133,3068],[6138,3061],[3222,5983],[6143,3054],[6148,3047],[6154,3039],[6159,3034],[6163,3026],[6168,3020],[6172,3012],[6177,3005],[6182,2997],[6188,2987],[3219,5988],[6193,2987],[6025,3180],[6036,3169],[6045,3161],[6057,3151],[6067,3141],[6074,3135],[6069,3134],[6120,3092],[6131,3078],[3218,5978],[6144,3059],[6115,3086],[6126,3071],[6139,3056],[5272,3273],[5276,3269],[5283,3270],[5292,3263],[5301,3262],[5304,3258],[3215,5983],[5310,3258],[5314,3254],[5323,3253],[5330,3247],[5337,3247],[5342,3242],[5351,3241],[5357,3235],[5364,3236],[5370,3230],[3214,5973],[5378,3230],[5384,3224],[5391,3224],[5397,3218],[5404,3219],[5410,3213],[5418,3213],[5424,3207],[5431,3207],[5435,3203],[3211,5979],[5443,3202],[5450,3196],[5458,3196],[5462,3191],[5469,3191],[5477,3185],[5485,3185],[5489,3180],[5496,3180],[5502,3175],[3205,5969],[5509,3174],[5515,3169],[5521,3169],[5527,3164],[5536,3163],[6889,5632],[3196,5961],[5346,3255],[3179,5943],[5349,3261],[5384,3255],[5397,3208],[5390,3211],[3171,5934],[5383,3214],[5375,3192],[5372,3199],[5364,3202],[5379,3205],[5382,3220],[5376,3215],[5371,3213],[5368,3218],[5363,3228],[3162,5929],[5361,3219],[5358,3209],[5481,3178],[5480,3173],[5475,3176],[5469,3178],[5464,3180],[5460,3179],[5458,3169],[5461,3187],[3168,5926],[5520,3163],[5518,3155],[5514,3139],[3157,5924],[3162,5921],[3152,5918],[3157,5915],[7369,7633],[7374,7622],[7380,7610],[7384,7600],[7389,7589],[7394,7578],[7399,7565],[4494,2588],[3147,5912],[7405,7553],[7410,7543],[7418,7526],[7424,7514],[7430,7504],[7435,7495],[7442,7483],[7448,7473],[7455,7466],[3152,5909],[7851,7164],[7857,7163],[7862,7158],[7869,7157],[7875,7151],[7882,7151],[3141,5906],[7886,7145],[7893,7145],[7896,7140],[7734,8222],[7735,8228],[7735,8237],[7735,8245],[7736,8255],[7736,8263],[3147,5903],[7203,5251],[7188,5257],[7138,5342],[7134,5359],[9465,6167],[9466,6155],[9467,6143],[9468,6129],[9469,6117],[3136,5900],[5814,4510],[5818,4505],[5826,4509],[5833,4505],[5837,4509],[5843,4505],[5849,4509],[5854,4504],[5860,4508],[3141,5897],[5865,4508],[5872,4508],[5877,4506],[5883,4506],[5889,4507],[5895,4507],[5900,4506],[5905,4506],[5912,4507],[5917,4507],[3131,5893],[5923,4506],[5928,4506],[5933,4505],[5939,4502],[5947,4506],[5953,4501],[5961,4505],[5965,4501],[5972,4505],[5978,4500],[3136,5891],[5984,4504],[5989,4500],[5995,4504],[6001,4499],[6010,4499],[7302,6487],[7307,6475],[7307,6463],[7312,6452],[7311,6444],[3126,5887],[7315,6436],[7315,6426],[6591,2446],[6808,6501],[6805,6491],[6802,6481],[6798,6471],[6794,6461],[6791,6452],[6786,6442],[7719,8247],[7702,8248],[4482,3333],[3113,5870],[7686,8250],[7651,8253],[7639,8254],[4758,2833],[4762,2817],[4766,2800],[4770,2782],[4774,2766],[3127,5878],[4500,4281],[4494,4283],[4490,4277],[4485,4279],[4482,4273],[4477,4275],[4474,4270],[4469,4273],[4466,4266],[4461,4269],[3109,5864],[4458,4262],[4452,4266],[4447,4257],[4446,4262],[4442,4254],[4438,4258],[4437,4252],[4430,4253],[4418,4241],[4425,4250],[3115,5862],[4408,4235],[4420,4247],[4400,4230],[4410,4242],[4385,4221],[4403,4237],[4377,4216],[4395,4232],[4368,4211],[4387,4228],[3104,5858],[4360,4207],[4380,4224],[4350,4201],[4372,4219],[4343,4198],[4360,4213],[4334,4193],[4353,4209],[4327,4188],[4345,4204],[3110,5856],[4319,4184],[4338,4200],[4309,4179],[4329,4195],[4321,4191],[4313,4186],[7754,3638],[7763,3622],[7767,3614],[3100,5851],[7897,3601],[3106,5851],[7897,3610],[7896,3618],[7896,3628],[7895,3638],[7894,3646],[7894,3655],[7894,3663],[7895,3671],[7896,3679],[7897,3689],[3096,5845],[7898,3698],[7900,3709],[7901,3717],[7902,3724],[7903,3733],[7905,3740],[7911,3746],[7918,3750],[7925,3756],[7931,3760],[3101,5843],[5659,3011],[5655,3002],[5649,2993],[5642,2984],[5634,2977],[5626,2972],[5620,2961],[5611,2961],[5604,2962],[5596,2962],[4551,3316],[3091,5835],[5588,2962],[5580,2962],[5574,2962],[5566,2963],[5558,2963],[5551,2963],[5542,2963],[5534,2963],[5526,2964],[5518,2964],[3098,5836],[5510,2964],[5506,2967],[5500,2964],[5493,2968],[5485,2964],[5481,2968],[5473,2964],[5467,2968],[5460,2965],[5453,2969],[3088,5828],[5446,2965],[5440,2969],[5433,2966],[5425,2969],[5417,2966],[5409,2970],[5402,2966],[5395,2970],[5387,2966],[5379,2970],[3094,5828],[5373,2967],[5362,2967],[5356,2971],[5348,2967],[5343,2970],[5336,2967],[5328,2970],[5322,2968],[5316,2971],[3085,5819],[5310,2968],[5305,2971],[5300,2968],[5293,2971],[5286,2968],[5279,2972],[5273,2969],[5265,2974],[5265,2969],[5258,2973],[3091,5820],[5260,2969],[5282,2967],[5275,2965],[5268,2964],[5262,2962],[5254,2960],[5249,2959],[6497,6432],[3082,5811],[6502,6422],[6507,6412],[6512,6401],[6518,6389],[6520,6368],[6520,6356],[6519,6341],[6519,6328],[3089,5813],[6078,3743],[6077,3733],[6072,3725],[6068,3718],[6066,3712],[6060,3702],[6054,3692],[6049,3683],[3080,5803],[6044,3673],[6038,3663],[6033,3653],[6029,3645],[6024,3636],[6020,3629],[6016,3622],[6011,3613],[6007,3606],[6001,3595],[3087,5806],[5996,3586],[5991,3576],[5986,3567],[5980,3557],[5974,3546],[5969,3536],[5964,3526],[5959,3517],[5955,3509],[5951,3499],[3077,5796],[5947,3487],[5943,3476],[5940,3464],[5936,3453],[5934,3441],[5932,3430],[5931,3418],[5953,3415],[3073,5784],[3081,5789],[3070,5774],[7451,4261],[7445,4263],[7437,4264],[3078,5779],[7431,4264],[7425,4266],[7417,4267],[7232,5483],[7239,5469],[7248,5456],[7256,5444],[7263,5433],[9323,6153],[9322,6166],[3067,5764],[9320,6182],[9319,6195],[9318,6205],[9317,6217],[9314,6236],[8382,8592],[8369,8560],[8364,8543],[8361,8525],[3075,5770],[8357,8506],[7790,7843],[7776,7857],[7769,7865],[7762,7873],[7755,7881],[7747,7890],[7740,7897],[7733,7905],[7273,5018],[3064,5754],[7271,5055],[7271,5074],[6301,6871],[6302,6864],[6306,6856],[6307,6849],[6310,6842],[6309,6835],[6312,6828],[6310,6821],[3072,5759],[6312,6812],[6313,6805],[6315,6798],[6318,6790],[6321,6783],[6323,6776],[6324,6767],[6329,6760],[6331,6750],[6335,6743],[6157,4910],[3060,5745],[6338,6735],[4598,2941],[4605,2941],[4609,2942],[4614,2944],[4618,2946],[4623,2948],[4629,2951],[4632,2956],[4634,2960],[3069,5750],[4637,2968],[4641,2976],[4643,2983],[4646,2989],[4647,2995],[4647,3003],[4646,3011],[4644,3027],[4642,3033],[7435,5609],[3057,5735],[7434,5617],[7434,5626],[7434,5635],[7433,5654],[7433,5664],[7433,5674],[7432,5681],[7432,5696],[3066,5740],[7430,5749],[7429,5758],[7429,5768],[7428,5779],[7418,5803],[7415,5815],[7414,5762],[3055,5726],[7406,5760],[7720,6968],[7714,6953],[7708,6936],[7701,6919],[3063,5730],[7696,6902],[7692,6888],[7687,6874],[7682,6860],[7678,6843],[7673,6828],[7669,6812],[7663,6792],[7658,6773],[7654,6756],[3050,5716],[7649,6740],[7648,6733],[7644,6717],[7641,6701],[8329,8648],[8323,8641],[8317,8634],[8312,8626],[7395,7152],[7403,7149],[3060,5722],[7410,7145],[7416,7142],[7424,7137],[7431,7132],[7444,7120],[7450,7114],[7212,4951],[7215,4958],[7211,4964],[7214,4971],[3048,5705],[7210,4977],[7212,4984],[7209,4989],[7208,4996],[7207,5001],[7210,5007],[7208,5014],[7208,5022],[7207,5034],[7212,5056],[3057,5713],[7215,5074],[7221,5102],[7488,4423],[7487,4412],[7494,4349],[7488,4395],[7489,4386],[6180,4811],[3045,5694],[7491,4367],[7497,4338],[7498,4329],[7500,4319],[7501,4310],[7502,4302],[7503,4298],[7503,4293],[3054,5702],[9547,6407],[9561,6408],[9573,6409],[9586,6411],[9604,6416],[9616,6423],[9626,6434],[9634,6447],[9641,6462],[9645,6476],[3043,5688],[9646,6492],[4269,3564],[4259,3567],[4248,3570],[4236,3573],[4225,3576],[5458,4744],[5462,4739],[5467,4723],[3051,5692],[5466,4714],[5472,4707],[5472,4696],[5477,4690],[5476,4681],[5481,4675],[5481,4665],[5486,4658],[5485,4650],[5490,4644],[3050,5684],[5489,4635],[5493,4627],[5491,4619],[5494,4610],[7388,4096],[7380,4091],[7372,4083],[7364,4073],[7359,4066],[6546,6156],[3316,6063],[6552,6147],[6552,6140],[6558,6131],[6558,6124],[6563,6118],[6565,6104],[6565,6112],[6569,6094],[6569,6101],[6573,6084],[6573,6090],[6576,6075],[6571,6072],[6573,6064],[6577,6055],[6584,6052],[6587,6048],[6587,6042],[6592,6035],[6592,6026],[5817,4937],[5819,4946],[5826,4951],[5825,4959],[5834,4962],[5837,4971],[3310,6058],[5845,4975],[5847,4983],[5855,4988],[5858,4995],[5863,4997],[5865,5005],[5875,5015],[4778,1576],[4778,1587],[4774,1598],[4774,1608],[4771,1618],[4767,1642],[4767,1651],[4761,1657],[4758,1668],[4752,1675],[5676,4128],[4752,1684],[4749,1696],[4751,1708],[4748,1718],[4750,1729],[4748,1739],[4749,1750],[4747,1759],[8415,6098],[8404,6094],[8392,6089],[8382,6085],[8373,6081],[8365,6077],[8355,6073],[7781,6698],[7772,6710],[3283,6036],[7763,6720],[7753,6730],[7725,6752],[7353,6496],[7357,6488],[7356,6478],[7360,6470],[7360,6458],[7364,6438],[7365,6448],[7368,6419],[7368,6429],[7372,6399],[7372,6409],[7375,6393],[7797,6417],[7802,6440],[7804,6453],[7806,6467],[7808,6481],[8398,8470],[8405,8462],[8411,8455],[8417,8449],[8424,8441],[8427,8432],[7804,8053],[7817,8043],[7836,8027],[3280,6032],[7849,8017],[7862,8007],[7875,7997],[7883,7990],[7894,7982],[7905,7972],[7917,7962],[6428,6307],[6432,6310],[6464,6325],[6468,6330],[6474,6330],[6479,6335],[6484,6335],[6489,6340],[6494,6339],[4230,3262],[4236,3261],[4242,3259],[4247,3254],[4249,3250],[4249,3244],[4249,3233],[4246,3226],[4247,3218],[4243,3208],[4244,3203],[4240,3197],[3267,6022],[4241,3187],[4240,3194],[4238,3172],[4237,3180],[7716,8194],[7714,8159],[5096,1424],[5090,1420],[5083,1416],[5075,1411],[5068,1406],[5061,1402],[5053,1396],[5044,1391],[5035,1385],[5028,1381],[5021,1376],[5014,1372],[5008,1368],[5001,1364],[4377,2371],[4995,1360],[7874,3599],[7872,3609],[7871,3618],[7870,3627],[7869,3636],[7868,3645],[7868,3654],[7868,3664],[7868,3674],[3264,6019],[7871,3690],[7872,3698],[7874,3708],[7875,3716],[7877,3726],[7878,3735],[7879,3744],[7879,3753],[7879,3762],[7877,3779],[7875,3788],[7873,3797],[7871,3805],[7868,3812],[7865,3820],[7861,3829],[7857,3839],[7849,3854],[7843,3866],[7838,3876],[3250,6008],[7832,3887],[7826,3897],[7820,3909],[7815,3920],[7811,3931],[7805,3945],[7801,3957],[7796,3969],[7791,3982],[7787,3992],[7782,4004],[7777,4016],[7773,4028],[7771,4033],[7770,4040],[7770,4048],[7771,4056],[7773,4063],[7777,4070],[3248,6006],[6948,6723],[6952,6737],[6953,6748],[6956,6760],[6963,6770],[6972,6780],[6979,6786],[6988,6798],[4619,4450],[6996,6808],[7003,6815],[7017,6833],[7027,6845],[7032,6852],[7010,6824],[7028,6798],[7032,6792],[7037,6786],[6449,6354],[6441,6355],[6457,6340],[6453,6344],[6461,6329],[6456,6335],[6462,5964],[6466,5972],[6466,5985],[6471,5993],[6473,6019],[6473,6008],[6477,6039],[6478,6028],[3521,2699],[3517,2702],[3511,2702],[3505,2707],[3499,2706],[3493,2710],[3487,2710],[3481,2715],[3475,2711],[3470,2712],[3466,2709],[3460,2709],[3458,2703],[3453,2700],[3453,2692],[3450,2687],[3451,2682],[3448,2673],[3449,2667],[3446,2660],[3447,2654],[3445,2639],[3441,2632],[3442,2625],[3439,2619],[3440,2612],[3438,2606],[3441,2600],[3439,2593],[3442,2587],[3440,2580],[3445,2568],[3441,2572],[3449,2556],[3445,2560],[3167,5936],[3452,2542],[3449,2547],[3456,2530],[3453,2534],[4521,3123],[4519,3114],[4517,3106],[4515,3100],[4512,3092],[4510,3083],[4507,3074],[4505,3065],[4503,3056],[4502,3046],[5297,4464],[5300,4455],[5303,4454],[5314,4457],[5319,4448],[5326,4449],[5334,4454],[5333,4464],[5342,4471],[5317,4467],[5920,6328],[5916,6327],[5911,6329],[5904,6332],[5894,6336],[5884,6340],[5874,6344],[5863,6348],[5854,6350],[5847,6351],[9729,6246],[9719,6239],[9711,6232],[9703,6225],[9692,6210],[9684,6199],[9678,6189],[9673,6180],[9668,6169],[9663,6156],[9659,6145],[6944,4342],[6952,4341],[6959,4340],[6965,4338],[6973,4337],[6981,4336],[6988,4334],[6996,4333],[7004,4331],[7011,4330],[7018,4329],[3888,7298],[7025,4327],[4860,1655],[4869,1657],[4844,1644],[4854,1648],[4830,1635],[4837,1637],[4817,1627],[4824,1629],[4805,1619],[3893,7302],[4816,1622],[4793,1611],[4800,1613],[4780,1603],[4788,1605],[7166,7517],[7164,7528],[7161,7553],[7160,7565],[7159,7580],[3898,7300],[7158,7594],[7164,7617],[7163,7631],[7161,7644],[4754,1734],[4757,1731],[4766,1719],[4772,1712],[4778,1704],[4784,1697],[3903,7303],[4790,1690],[4795,1685],[4799,1674],[4803,1661],[4808,1650],[4812,1638],[4820,1612],[4823,1604],[4828,1590],[6576,5222],[3908,7301],[6575,5211],[6574,5202],[6573,5192],[6572,5182],[6572,5173],[6568,5154],[6569,5143],[6566,5134],[6568,5125],[6565,5114],[3914,7304],[6565,5100],[6564,5087],[5250,4606],[5257,4614],[3919,7302],[5278,4613],[3925,7306],[5330,4611],[5337,4611],[5337,4593],[6602,5350],[3930,7303],[5322,4594],[5307,4594],[3936,7307],[5301,4625],[5295,4625],[5344,4612],[3942,7304],[5347,4603],[5351,4611],[5354,4603],[5357,4611],[5361,4603],[5363,4611],[5368,4603],[5369,4611],[5375,4602],[5375,4610],[3947,7305],[5382,4602],[5382,4610],[5388,4602],[5395,4602],[5395,4610],[5400,4602],[5400,4610],[5406,4600],[5407,4610],[3952,7306],[5413,4601],[5413,4609],[5422,4601],[5419,4609],[5428,4601],[5426,4609],[5435,4601],[5434,4609],[5441,4600],[5440,4608],[3957,7306],[5448,4600],[5447,4608],[5454,4600],[5454,4608],[5461,4599],[5461,4608],[5468,4600],[5468,4608],[5474,4599],[5474,4608],[3963,7306],[5481,4599],[5482,4607],[5488,4599],[5488,4607],[5495,4599],[5496,4607],[5501,4599],[5502,4607],[5508,4606],[3969,7308],[5516,4598],[5515,4606],[5521,4598],[5523,4606],[5526,4598],[5529,4606],[5536,4598],[5536,4606],[5542,4598],[5543,4605],[3911,7308],[5547,4598],[5548,4605],[5556,4597],[5563,4597],[5563,4605],[5570,4597],[5570,4605],[5578,4597],[5578,4605],[1049,8852],[5580,4596],[5583,4596],[5582,4604],[5585,4604],[5591,4596],[5587,4604],[5597,4596],[5593,4604],[5588,4596],[5599,4604],[6518,5182],[1047,8845],[5625,4595],[5620,4603],[5631,4595],[5625,4603],[5636,4595],[5630,4603],[5642,4595],[5637,4603],[1044,8837],[5648,4594],[5642,4603],[5653,4594],[5648,4602],[5659,4594],[5653,4602],[5665,4594],[5660,4602],[5671,4594],[5667,4602],[1042,8831],[5676,4594],[5673,4602],[5682,4593],[5680,4601],[5688,4593],[5686,4601],[5695,4593],[5692,4601],[5702,4593],[5697,4601],[1040,8823],[5707,4593],[5703,4601],[5713,4593],[5708,4601],[5719,4593],[5714,4602],[5725,4592],[5719,4601],[5731,4592],[5725,4601],[1038,8817],[5737,4592],[5732,4600],[5742,4592],[5737,4600],[5752,4592],[5743,4600],[5760,4591],[5748,4600],[5766,4591],[5756,4599],[1035,8809],[5771,4591],[5762,4599],[5779,4591],[5768,4599],[5786,4591],[5774,4599],[5792,4591],[5780,4599],[5798,4590],[5786,4599],[1033,8803],[5803,4590],[5792,4599],[5809,4590],[5796,4598],[5819,4590],[5803,4599],[5829,4590],[5809,4600],[5840,4589],[5819,4601],[1032,8795],[5854,4589],[5829,4601],[5864,4589],[5841,4600],[5875,4588],[5854,4600],[5864,4599],[5905,4586],[5875,4599],[1029,8790],[5914,4586],[5886,4598],[5922,4585],[5896,4597],[5905,4597],[5915,4596],[5922,4595],[1026,8783],[5932,4595],[5974,4583],[5943,4594],[5984,4583],[5952,4594],[5993,4582],[5963,4593],[6002,4582],[5974,4593],[1024,8776],[6012,4584],[5984,4594],[6023,4584],[5995,4595],[6033,4583],[6042,4583],[6012,4593],[6056,4582],[6023,4593],[6039,4593],[1022,8770],[6034,4592],[6030,4593],[6045,4592],[6022,4593],[6015,4593],[6006,4593],[1019,8762],[5808,4610],[5807,4617],[5800,4617],[5792,4618],[1016,8755],[5708,4624],[1014,8745],[5698,4608],[5698,4620],[5698,4630],[5698,4637],[5693,4620],[5686,4620],[5680,4621],[5673,4621],[5667,4621],[1013,8737],[5660,4621],[5653,4621],[5645,4622],[5639,4622],[5632,4622],[5625,4622],[5619,4628],[5614,4633],[5623,4580],[5628,4582],[1011,8731],[5632,4586],[5674,4570],[5663,4570],[5887,4584],[1010,8725],[5892,4581],[5899,4580],[5905,4579],[5904,4571],[5914,4578],[5924,4575],[5929,4578],[5934,4572],[5939,4575],[5942,4569],[5948,4572],[5954,4568],[5948,4579],[6022,4582],[6014,4580],[6005,4579],[5627,3446],[5257,8457],[5260,8464],[5262,8469],[5266,8478],[5964,4596],[5965,4596],[5268,8485],[5968,4596],[5970,4596],[5972,4596],[5619,4594],[5270,8491],[5616,4603],[5605,4596],[5605,4604],[7455,4284],[7456,4273],[7457,4266],[7457,4257],[7458,4249],[7458,4240],[7459,4232],[5272,8498],[7951,3839],[7944,3834],[7938,3830],[7932,3825],[4181,4913],[4180,4910],[4185,4912],[4185,4907],[4190,4910],[4189,4906],[5274,8503],[4194,4908],[4194,4904],[4198,4907],[4197,4903],[4224,4892],[5139,6571],[4229,4895],[4238,4891],[4242,4886],[4248,4888],[4252,4882],[4257,4884],[4261,4878],[4267,4881],[4271,4874],[5136,6581],[4307,4865],[4310,4860],[4315,4862],[4319,4856],[4324,4859],[3685,2811],[5129,6584],[4327,4853],[4333,4855],[4336,4849],[4353,4848],[4300,4869],[4299,4870],[4297,4871],[5125,6594],[4296,4871],[4293,4872],[4292,4873],[4288,4874],[4287,4874],[4285,4875],[4284,4875],[4281,4877],[4279,4877],[5898,6178],[5117,6599],[5907,6181],[5914,6189],[5923,6193],[5930,6201],[5940,6204],[5945,6211],[5953,6214],[5958,6221],[5966,6226],[5974,6229],[5114,6607],[5979,6236],[5988,6238],[5995,6243],[6001,6247],[6006,6254],[6013,6254],[6017,6262],[6024,6262],[6027,6269],[7630,5789],[5107,6611],[7641,5778],[7650,5770],[7660,5761],[7604,8008],[7597,7992],[9458,6243],[9448,6247],[9438,6258],[9428,6258],[5930,4423],[5104,6620],[5925,4420],[5917,4423],[5910,4420],[5904,4424],[7710,4999],[7693,4993],[7679,4987],[5098,6626],[7665,4982],[7652,4977],[7638,4974],[7624,4971],[7604,4965],[7590,4962],[7588,4970],[7587,4978],[7701,4995],[7686,4990],[5097,6631],[7672,4985],[9267,6045],[9279,6040],[9287,6036],[9295,6031],[9310,6027],[9319,6024],[9334,6019],[9344,6014],[9358,6008],[856,4419],[9369,6005],[9381,6004],[9394,6000],[9412,5988],[9432,5977],[9444,5975],[9460,5973],[9481,5969],[9508,5957],[9524,5956],[854,4429],[9533,5958],[9547,5964],[9555,5969],[9562,5975],[5709,3545],[5730,3551],[5739,3554],[5759,3560],[5783,3567],[7105,6643],[5788,3569],[5793,3567],[5800,3570],[5805,3571],[5812,3573],[5817,3575],[5821,3576],[5825,3577],[7454,6390],[853,4447],[7459,6396],[7463,6392],[7459,6389],[7470,6391],[7466,6388],[7478,6390],[7485,6388],[4827,1795],[4818,1792],[853,4457],[4810,1788],[4800,1785],[4790,1781],[4783,1778],[4774,1774],[4766,1771],[4757,1771],[4749,1764],[7580,4398],[7580,4386],[855,4465],[7581,4372],[7583,4358],[7585,4347],[7587,4334],[7588,4321],[7590,4310],[7588,4301],[7586,4297],[7588,4286],[7589,4274],[2204,3410],[7591,4262],[7593,4250],[7594,4239],[7179,6488],[7180,6502],[7182,6515],[7185,6531],[7188,6546],[7191,6562],[7193,6577],[2204,3418],[7196,6591],[7199,6608],[7204,6620],[7206,6634],[7213,6645],[3778,2635],[3774,2631],[3770,2625],[3766,2619],[3761,2612],[2203,3427],[6917,3746],[6917,3733],[6916,3729],[6916,3720],[6915,3712],[6915,3693],[6914,3683],[6914,3666],[6913,3640],[6912,3620],[2203,3438],[6911,3600],[6909,3580],[4808,3344],[4814,3335],[4819,3328],[4825,3321],[4830,3314],[5984,4680],[5993,4681],[2202,3447],[6007,4683],[6016,4684],[6008,4695],[6008,4669],[6364,5059],[6367,5069],[6366,5080],[6365,5089],[6365,5099],[7049,6845],[2202,3456],[7052,6852],[7058,6855],[7063,6864],[7070,6868],[7073,6874],[7080,6879],[7084,6887],[4052,2556],[4740,4325],[4739,4316],[4746,4328],[4743,4320],[4756,4333],[4752,4325],[4767,4339],[4763,4331],[4776,4344],[4772,4337],[4785,4352],[4782,4344],[4793,4360],[4791,4352],[4801,4367],[4799,4360],[4809,4375],[4807,4367],[4817,4383],[4815,4375],[4826,4391],[4824,4382],[4841,4405],[4832,4390],[4850,4412],[4840,4397],[4855,4417],[4848,4405],[4861,4423],[4855,4411],[2604,5483],[4867,4428],[4861,4415],[4872,4433],[4867,4420],[4876,4437],[4891,4453],[4728,4323],[4896,4457],[4884,4432],[2599,5485],[4891,4461],[4737,4325],[4896,4460],[4901,4448],[4900,4462],[4903,4453],[4905,4466],[4908,4458],[4910,4471],[4914,4463],[2592,5487],[4915,4476],[4920,4469],[4920,4481],[4923,4472],[4925,4485],[4929,4477],[4930,4489],[4934,4482],[4935,4494],[4939,4486],[2585,5490],[4940,4499],[4944,4491],[4945,4503],[4949,4496],[4950,4508],[4954,4500],[4955,4512],[4959,4505],[4960,4517],[4964,4510],[2580,5492],[4965,4522],[4969,4514],[4970,4527],[4974,4519],[4976,4531],[4979,4523],[4981,4536],[4985,4529],[4986,4541],[4989,4533],[2574,5494],[4991,4545],[4995,4538],[4996,4550],[5000,4543],[5001,4555],[5006,4548],[5007,4560],[5011,4553],[5012,4565],[5016,4558],[2568,5496],[5017,4570],[5022,4563],[5023,4575],[5027,4568],[4883,4456],[4887,4460],[4889,4478],[4024,2487],[2563,5498],[4898,4448],[7697,5056],[7683,5051],[7669,5046],[7654,5041],[7641,5037],[7603,5024],[7596,5022],[2556,5501],[7582,5017],[7567,5012],[7557,5013],[7544,5008],[7537,5006],[7530,5003],[7524,5001],[7518,4999],[7511,4997],[7505,4995],[7498,4992],[7488,4989],[7133,6393],[7131,6405],[7130,6418],[7128,6432],[7127,6443],[7125,6457],[7126,6471],[7123,6479],[7124,6488],[7121,6495],[7122,6504],[7119,6511],[7120,6520],[7117,6527],[7118,6536],[7115,6544],[7116,6553],[7113,6559],[7114,6569],[7111,6576],[7112,6585],[7109,6592],[7110,6600],[7107,6607],[7107,6619],[7102,6625],[7101,6633],[7095,6639],[7092,6647],[7086,6651],[7084,6658],[7077,6662],[7075,6669],[7069,6672],[7064,6679],[7057,6688],[7051,6697],[7050,6708],[7045,6719],[7033,6738],[7038,6720],[7053,6680],[7061,6670],[7066,6663],[7073,6654],[7656,7913],[3873,2451],[3869,2443],[3862,2436],[3855,2431],[3849,2426],[3843,2420],[3836,2415],[3830,2409],[3825,2404],[3818,2398],[3810,2392],[3803,2386],[3798,2379],[3794,2373],[3788,2364],[3785,2359],[3778,2350],[3774,2344],[3768,2334],[3763,2328],[3757,2322],[3751,2315],[3745,2308],[3741,2303],[3735,2297],[3729,2290],[3723,2283],[3717,2277],[3712,2272],[3706,2267],[3700,2261],[3693,2256],[3686,2252],[3680,2248],[3673,2243],[3667,2240],[3660,2236],[3650,2231],[3645,2230],[3643,2237],[3766,2401],[3761,2388],[3758,2375],[3765,2367],[3773,2357],[5621,5260],[5623,5252],[5625,5243],[5627,5235],[5628,5228],[5631,5217],[5633,5208],[5635,5201],[5637,5192],[5640,5186],[5642,5177],[5644,5169],[5646,5160],[6227,6351],[6232,6341],[6238,6333],[6245,6325],[6252,6317],[6260,6325],[6266,6335],[7675,8183],[6274,6345],[6281,6355],[6289,6363],[6299,6372],[6308,6380],[6316,6390],[6324,6396],[6319,6409],[4904,4550],[4910,4545],[4909,4536],[4915,4530],[4914,4520],[4920,4514],[4920,4504],[4925,4498],[4925,4489],[4941,4527],[2421,2830],[4938,4534],[4936,4542],[4933,4550],[4452,4887],[2428,2825],[7419,6218],[7419,6223],[7423,6217],[7426,6221],[7429,6214],[7433,6218],[7434,6213],[7439,6216],[7441,6212],[7445,6216],[2432,2817],[7450,6215],[7455,6216],[7463,6217],[7469,6218],[7476,6219],[7481,6220],[7487,6221],[7493,6221],[7500,6222],[7506,6223],[2439,2809],[7512,6224],[7517,6225],[7524,6227],[7530,6228],[7537,6229],[7544,6229],[7550,6227],[7556,6226],[7563,6224],[7570,6222],[2442,2800],[7576,6220],[7581,6219],[7587,6219],[7592,6219],[7599,6220],[7606,6221],[7613,6220],[7619,6220],[7624,6219],[7631,6218],[1054,7156],[7637,6217],[7643,6216],[7648,6215],[7653,6214],[7659,6213],[7664,6212],[7669,6211],[7676,6210],[7682,6209],[7689,6208],[1060,7159],[7690,6202],[7694,6199],[7696,6203],[7699,6194],[7704,6196],[7703,6190],[7473,6209],[7481,6198],[7487,6191],[7493,6182],[1065,7162],[6372,5402],[1070,7165],[6403,5319],[6405,5328],[6403,5337],[6405,5345],[1075,7168],[6403,5354],[6405,5364],[6403,5374],[7556,7213],[7568,7216],[7551,7204],[7566,7209],[7555,7190],[7563,7201],[7549,7195],[1081,7171],[7561,7191],[7543,7200],[7558,7185],[7536,7205],[7554,7176],[7535,7197],[7550,7168],[7531,7190],[7547,7162],[7533,7184],[1087,7174],[7544,7156],[7540,7179],[7540,7149],[7546,7173],[7537,7142],[7527,7182],[7541,7134],[7522,7174],[7562,7170],[7528,7173],[1092,7177],[7555,7169],[7532,7169],[7551,7162],[7539,7164],[7542,7213],[7528,7165],[7547,7222],[7523,7159],[7527,7153],[7532,7148],[1098,7180],[7533,7137],[7189,7591],[7197,7593],[3999,2879],[3991,2875],[3983,2870],[3975,2866],[3967,2862],[3959,2857],[3951,2853],[1103,7183],[3943,2848],[3935,2844],[3927,2840],[3920,2835],[3916,2829],[3909,2823],[3901,2818],[3892,2814],[3885,2812],[3878,2809],[1108,7186],[3872,2806],[3866,2803],[3860,2801],[3854,2798],[3847,2796],[3840,2793],[3832,2792],[3825,2789],[3817,2787],[3810,2784],[1114,7189],[3803,2782],[3795,2780],[3787,2777],[3779,2775],[3771,2772],[3763,2769],[3751,2768],[3744,2767],[3743,2763],[3747,2755],[1120,7192],[3754,2748],[3735,2766],[3729,2762],[3722,2760],[4865,3381],[4861,3389],[4861,3398],[4857,3406],[4855,3426],[4851,3435],[5223,4987],[1125,7195],[4851,3445],[4847,3454],[4848,3463],[4843,3471],[4845,3477],[4840,3485],[4841,3494],[4837,3502],[4791,2567],[4778,2567],[1130,7198],[4765,2567],[4753,2570],[4739,2574],[4726,2580],[4713,2586],[4702,2595],[4690,2604],[4679,2613],[6373,5973],[6365,5962],[1136,7201],[6356,5950],[6348,5938],[6339,5924],[6330,5912],[6323,5915],[6367,5970],[6359,5958],[6350,5945],[6342,5933],[6333,5920],[1141,7203],[7722,4172],[7732,4167],[7743,4162],[4246,2329],[4240,2331],[4237,2337],[4233,2338],[4223,2347],[4219,2355],[1147,7206],[4213,2357],[4207,2367],[4209,2361],[4200,2369],[4194,2376],[5155,4221],[5152,4217],[5149,4212],[5146,4208],[5142,4204],[1152,7209],[5140,4201],[5138,4197],[5134,4191],[5131,4187],[5127,4183],[5123,4177],[5120,4173],[5117,4168],[5110,4158],[1158,7212],[5106,4152],[5102,4147],[5099,4142],[5096,4139],[5093,4134],[5090,4130],[4731,2793],[4718,2797],[5033,4584],[5027,4584],[1163,7215],[5033,4592],[5027,4593],[5033,4602],[5028,4629],[5028,4638],[5028,4646],[5028,4656],[5029,4664],[5029,4673],[5029,4682],[1169,7219],[5029,4691],[5029,4700],[5029,4709],[5029,4719],[5033,4734],[5030,4731],[5031,4743],[5028,4739],[5030,4751],[5026,4749],[1175,7221],[5028,4759],[5024,4758],[5026,4768],[5022,4768],[5024,4777],[5019,4779],[5023,4786],[5018,4788],[5021,4795],[5015,4798],[5228,4977],[1181,7222],[5019,4805],[5014,4807],[5016,4814],[5011,4817],[5014,4823],[5010,4826],[5012,4832],[5008,4835],[5011,4841],[5004,4854],[1187,7225],[5008,4854],[5006,4844],[5003,4839],[4999,4843],[4997,4847],[4997,4888],[4993,4885],[1192,7224],[4994,4895],[4990,4896],[4992,4901],[4985,4905],[4989,4908],[4981,4913],[4986,4915],[4983,4917],[4995,4771],[4993,4778],[1198,7222],[5024,4726],[5023,4732],[5020,4744],[5019,4746],[5019,4750],[5017,4755],[5018,4756],[5017,4762],[5013,4768],[1204,7219],[5013,4765],[5012,4774],[5011,4781],[5010,4787],[5009,4793],[5005,4792],[5008,4798],[5006,4804],[5004,4801],[5005,4811],[2790,3088],[5001,4812],[5003,4817],[2787,3093],[5034,4646],[5034,4638],[5033,4629],[4995,4879],[4999,4881],[4997,4876],[5000,4877],[4998,4872],[5001,4875],[4999,4869],[5002,4872],[5000,4867],[5003,4869],[2776,3100],[5001,4864],[5004,4866],[5001,4862],[5005,4864],[5002,4859],[5006,4861],[5226,1360],[5218,1357],[5211,1354],[5203,1352],[2771,3101],[5196,1349],[5188,1346],[5181,1343],[5173,1340],[5165,1340],[5158,1335],[5152,1332],[5145,1327],[5138,1323],[5131,1319],[5227,4970],[2765,3103],[5126,1315],[5118,1310],[5113,1307],[5106,1303],[5098,1298],[5091,1293],[5086,1290],[5077,1285],[5071,1281],[5064,1277],[2760,3105],[5060,1274],[5055,1272],[5049,1268],[5043,1263],[7378,7263],[7381,7245],[7380,7229],[7378,7212],[7376,7196],[7381,7253],[2754,3107],[7380,7237],[7379,7220],[7377,7204],[6287,5728],[6289,5716],[6291,5704],[7869,6805],[7879,6819],[7889,6831],[7897,6843],[2748,3109],[7906,6856],[7919,6875],[7928,6891],[7942,6887],[4390,4082],[4387,4089],[4381,4086],[4378,4092],[4373,4089],[4371,4096],[2743,3110],[4365,4092],[9193,6140],[9199,6148],[9207,6157],[9213,6164],[9220,6169],[9228,6172],[9234,6173],[9241,6176],[2736,3112],[9248,6179],[9255,6183],[9261,6187],[9267,6191],[9272,6194],[9276,6194],[9280,6199],[9286,6203],[9294,6208],[9299,6211],[2732,3116],[9305,6215],[9311,6219],[9317,6223],[9324,6227],[9330,6231],[9339,6237],[9345,6243],[9350,6248],[9355,6255],[9362,6263],[2728,3113],[9366,6268],[9373,6276],[9378,6281],[9384,6287],[9391,6291],[9398,6294],[9405,6296],[9413,6299],[9421,6301],[9429,6303],[2725,3104],[9437,6306],[9446,6309],[9452,6311],[9459,6313],[9466,6315],[9473,6317],[9483,6320],[9491,6322],[9497,6324],[9502,6325],[2720,3103],[9510,6327],[9517,6330],[9524,6331],[9531,6333],[9539,6336],[9547,6338],[9555,6340],[9562,6342],[9569,6344],[9578,6347],[5983,3038],[2717,3094],[9586,6349],[9593,6351],[9601,6353],[9610,6356],[9617,6358],[9624,6360],[9632,6362],[9630,6356],[9641,6364],[9640,6359],[2711,3092],[9650,6367],[9648,6361],[9657,6369],[9659,6364],[9665,6371],[9667,6366],[9675,6374],[9675,6369],[9681,6375],[9685,6369],[2709,3084],[9690,6374],[9695,6369],[9698,6374],[9706,6369],[9706,6374],[9715,6369],[9714,6374],[9725,6369],[9722,6374],[9735,6369],[2703,3082],[9731,6373],[9739,6373],[9748,6374],[9754,6373],[9763,6373],[9771,6373],[9780,6372],[9790,6372],[9800,6372],[7158,5029],[2697,3076],[7162,5047],[7166,5065],[7170,5083],[7173,5099],[7177,5115],[7181,5134],[7184,5150],[7188,5168],[7191,5183],[7195,5201],[2694,3072],[4881,4552],[4877,4559],[4881,4568],[4878,4576],[4881,4584],[4877,4592],[9266,6416],[2690,3067],[9278,6412],[9296,6402],[3626,1084],[3634,1092],[3641,1098],[3648,1105],[3656,1112],[3663,1119],[6381,5945],[6373,5934],[2685,3062],[6364,5921],[6354,5908],[6347,5897],[6390,5958],[6387,5950],[6378,5937],[6370,5925],[6361,5913],[6352,5901],[6343,5888],[2680,3054],[5389,4551],[5391,4556],[5388,4560],[5390,4566],[5387,4569],[5389,4575],[5386,4579],[5388,4584],[5385,4587],[5387,4593],[2676,3050],[5383,4597],[4979,3396],[4984,3401],[4972,3380],[4977,3385],[4969,3365],[4960,3351],[4972,3371],[4906,3239],[4966,3358],[5907,3211],[2672,3045],[4898,3230],[4959,3342],[4891,3220],[4905,3234],[4881,3208],[4897,3223],[4879,3197],[4887,3212],[4876,3180],[4882,3199],[2668,3040],[4873,3165],[4879,3186],[4870,3152],[4877,3171],[4867,3140],[4874,3158],[4863,3128],[4871,3146],[4872,3189],[4868,3132],[2663,3035],[4866,3185],[4866,3125],[5334,4813],[5332,4805],[5335,4799],[5333,4792],[5336,4785],[5334,4776],[5338,4770],[5335,4762],[2659,3029],[5339,4755],[5337,4746],[5340,4740],[5338,4731],[5341,4724],[5339,4716],[5342,4709],[5340,4701],[4131,3196],[4132,3188],[2654,3024],[4132,3218],[4134,3204],[4139,3230],[4136,3223],[4149,3243],[4146,3234],[4159,3255],[4155,3246],[4168,3266],[4164,3258],[2649,3018],[4175,3279],[4175,3270],[4177,3297],[4178,3288],[5774,5669],[5780,5674],[5785,5679],[5791,5685],[5797,5691],[5802,5696],[2644,3012],[5808,5700],[5813,5705],[5818,5710],[5824,5716],[5830,5721],[2639,3006],[4533,2548],[4529,2554],[4522,2557],[4517,2565],[2635,3001],[4508,2568],[4503,2576],[4498,2576],[4492,2585],[4485,2588],[4481,2596],[4473,2600],[4469,2608],[4463,2610],[4460,2617],[2633,2997],[4453,2621],[4449,2629],[4442,2632],[4439,2639],[4431,2643],[4428,2650],[4422,2652],[4417,2661],[4411,2664],[4408,2671],[7127,6741],[2669,8798],[4399,2676],[4393,2682],[4386,2682],[4380,2687],[4373,2687],[2679,8794],[6897,4244],[6897,4260],[6898,4272],[3481,2709],[3479,2703],[3481,2695],[3479,2688],[3480,2679],[2689,8791],[3478,2674],[3480,2667],[3478,2662],[3478,2655],[3484,2652],[3487,2644],[3492,2643],[3497,2640],[3502,2643],[3507,2640],[2699,8787],[3518,2640],[3523,2642],[3529,2639],[3534,2642],[3542,2640],[3545,2644],[3550,2644],[3555,2648],[3559,2646],[2709,8783],[3564,2651],[3570,2651],[3574,2654],[3579,2654],[3585,2658],[3592,2658],[2718,8780],[7485,7584],[7482,7597],[7479,7608],[7476,7620],[7472,7632],[7468,7643],[7465,7655],[7464,7666],[7531,7817],[2727,8776],[7537,7838],[7542,7854],[7547,7861],[7551,7871],[7557,7882],[7560,7891],[7562,7899],[7565,7908],[7567,7918],[7570,7927],[2736,8773],[7468,7679],[7468,7691],[4853,2030],[4862,2028],[4870,2023],[4883,2020],[4895,2016],[4908,2012],[4918,2009],[4929,2007],[2745,8770],[4936,2005],[4942,2002],[7669,7827],[7661,7832],[7651,7839],[7644,7844],[4441,1851],[4442,1839],[4443,1828],[4444,1816],[2753,8765],[4445,1806],[4446,1794],[4446,1784],[4447,1773],[4448,1761],[4449,1751],[4449,1739],[4450,1728],[4450,1721],[4451,1711],[7696,7392],[2760,8758],[4452,1702],[4452,1691],[4453,1681],[4452,1676],[7518,6502],[7516,6513],[7513,6525],[2766,8748],[7510,6538],[7505,6548],[7500,6560],[7497,6571],[7496,6580],[7496,6595],[7496,6607],[7501,6622],[7506,6635],[7513,6640],[2771,8738],[7522,6647],[7530,6652],[7539,6658],[7548,6664],[7536,6638],[7531,6628],[5268,3401],[5281,3400],[1262,4909],[5295,3373],[5302,3359],[5308,3345],[5313,3336],[5314,3322],[5315,3303],[5313,3296],[5316,3284],[5314,3277],[5317,3267],[1265,4903],[5314,3261],[5310,3298],[5303,3299],[5296,3300],[5375,4707],[5378,4716],[5374,4723],[5376,4732],[5373,4741],[5375,4749],[1270,4896],[5372,4757],[5374,4765],[5373,4774],[5370,4782],[5372,4790],[5368,4799],[5371,4808],[5367,4814],[5369,4823],[5366,4831],[1274,4889],[5368,4839],[5801,3391],[5802,3397],[5807,3398],[5807,3403],[5811,3402],[5812,3408],[5817,3407],[5819,3414],[5823,3411],[1278,4882],[5826,3416],[5829,3413],[5833,3417],[5837,3413],[5839,3417],[7064,8076],[7064,8058],[7064,8048],[7064,8039],[7064,8031],[1281,4876],[7056,8049],[4457,3748],[4451,3755],[4445,3755],[4441,3761],[4433,3762],[4428,3770],[4419,3770],[1284,4872],[4416,3776],[4408,3777],[4402,3784],[4394,3785],[4389,3793],[4365,3803],[4378,3799],[4371,3803],[4361,3810],[6735,6166],[1286,4865],[6731,6172],[6727,6179],[6723,6186],[6717,6194],[7617,8034],[7618,8052],[7618,8070],[7619,8088],[7620,8106],[7621,8123],[1285,4860],[7622,8150],[7623,8166],[7623,8182],[7624,8201],[7625,8220],[7626,8237],[7626,8246],[7626,8255],[7627,8264],[7627,8273],[1289,4859],[7628,8282],[7628,8291],[7628,8301],[7629,8311],[7629,8319],[7629,8328],[7630,8337],[5103,3053],[5110,3048],[5117,3046],[1287,4856],[5124,3044],[5131,3042],[5140,3045],[5146,3041],[5152,3043],[5157,3039],[5165,3042],[5172,3038],[5179,3041],[5185,3036],[1291,4854],[5195,3039],[5203,3035],[5207,3039],[5216,3035],[5222,3038],[5228,3035],[5234,3038],[5241,3035],[5249,3035],[5257,3035],[1289,4852],[5264,3036],[5275,3035],[7499,5846],[7495,5838],[7488,5840],[7484,5832],[7476,5833],[7472,5826],[7465,5827],[7455,5821],[1293,4849],[7451,5813],[7444,5814],[7440,5807],[7434,5808],[7430,5801],[7422,5801],[7419,5794],[7414,5797],[7409,5788],[7403,5790],[1295,4844],[7397,5781],[7391,5783],[7387,5775],[7380,5777],[7376,5769],[7370,5770],[7366,5763],[7359,5764],[7355,5757],[7349,5759],[1297,4838],[7344,5754],[7339,5750],[7338,5742],[7334,5735],[9018,7247],[9027,7243],[9032,7247],[9049,7244],[9066,7240],[1299,4833],[9082,7237],[9097,7233],[9110,7230],[9124,7226],[9144,7221],[9154,7218],[9166,7215],[9177,7212],[9190,7209],[6822,3532],[6328,5998],[1299,4829],[6813,3540],[6799,3541],[6821,3547],[6820,3558],[6819,3571],[6817,3582],[6816,3595],[6827,3569],[6830,3559],[6828,3549],[1301,4827],[6836,3566],[6847,3563],[6860,3560],[6877,3555],[7024,6885],[7020,6880],[7037,6894],[7029,6889],[7046,6904],[7039,6900],[1300,4824],[7058,6916],[7051,6912],[4572,1810],[4579,1810],[4588,1810],[4595,1809],[4603,1809],[4611,1808],[4620,1808],[4628,1807],[1303,4822],[4636,1807],[4644,1807],[4652,1806],[5821,3189],[5818,3193],[5813,3199],[5807,3210],[5804,3216],[5801,3226],[5798,3236],[1305,4816],[5794,3247],[5792,3255],[5790,3266],[5788,3275],[5786,3286],[5785,3295],[6948,6794],[6958,6791],[6965,6780],[6971,6768],[1305,4812],[6977,6759],[6984,6750],[6990,6740],[4471,2965],[4476,2968],[4478,2974],[4484,2979],[4485,2984],[4491,2987],[4492,2993],[1307,4810],[4499,3002],[4512,2997],[4508,3002],[4516,2996],[6955,6684],[6963,6694],[6969,6696],[6975,6704],[6981,6712],[6988,6721],[1306,4806],[6996,6730],[7003,6740],[7010,6748],[7016,6755],[7023,6765],[7031,6774],[7038,6783],[7046,6793],[7054,6803],[7057,6817],[1309,4804],[5927,2418],[5928,2408],[5929,2397],[5930,2388],[5931,2379],[5937,2379],[5944,2381],[5951,2382],[7560,5615],[7566,5620],[1308,4800],[7572,5626],[7579,5633],[7586,5639],[7592,5645],[7598,5651],[7605,5658],[7612,5665],[7617,5670],[7624,5676],[7631,5682],[6265,5751],[1310,4799],[7638,5687],[7645,5692],[7652,5696],[7660,5701],[7668,5705],[7675,5708],[7681,5711],[7688,5714],[7696,5716],[5823,3816],[1310,4795],[5823,3802],[5824,3790],[5824,3779],[5825,3767],[5826,3749],[5826,3738],[5826,3726],[5827,3713],[5828,3692],[5825,3697],[1312,4793],[5825,3685],[5828,3678],[5828,3667],[5829,3654],[5829,3645],[5829,3632],[5830,3621],[5830,3612],[5827,3608],[5828,3597],[1314,4788],[5828,3587],[5812,3781],[5802,3785],[5793,3788],[5783,3792],[5812,3768],[5799,3774],[5786,3778],[5833,3695],[5835,3704],[1315,4782],[4807,3624],[4799,3622],[4794,3617],[4788,3614],[4782,3611],[4776,3608],[4770,3605],[3033,6586],[4764,3601],[4760,3602],[4754,3599],[4749,3600],[4743,3597],[4713,3614],[4721,3618],[4730,3622],[4732,3611],[4735,3600],[3034,6580],[4737,3591],[4739,3581],[4742,3571],[4750,4332],[4744,4336],[4743,4345],[4737,4349],[4737,4357],[4731,4361],[4730,4369],[3025,6587],[4724,4373],[4723,4381],[4717,4386],[4715,4394],[4711,4396],[4712,4403],[4707,4406],[4708,4413],[4702,4418],[3028,6579],[4980,2034],[4983,2038],[4987,2042],[4990,2046],[4994,2050],[3019,6586],[4997,2054],[5001,2058],[5004,2063],[5009,2068],[5013,2073],[5017,2079],[5023,2080],[5025,2089],[5032,2097],[5043,2113],[7025,7673],[3020,6577],[5044,2126],[5044,2137],[5045,2147],[5046,2166],[5045,2172],[5045,2179],[5044,2185],[5043,2191],[5041,2198],[3012,6585],[4296,4680],[4289,4691],[4281,4697],[4273,4699],[4265,4700],[4261,4704],[4251,4708],[4240,4713],[4233,4712],[3012,6575],[7641,4713],[7640,4729],[7638,4747],[7637,4765],[7636,4775],[7636,4784],[7635,4801],[7633,4819],[7632,4836],[7631,4845],[3006,6584],[5369,4204],[5368,4216],[5359,4221],[5348,4219],[5356,4236],[5345,4234],[5348,4207],[3005,6574],[7253,4882],[7263,4867],[7261,4882],[7272,4884],[7279,4886],[7289,4890],[2998,6582],[7485,5082],[7483,5094],[7482,5102],[7480,5111],[7478,5120],[7477,5130],[7174,7494],[7162,7491],[7391,7750],[7389,7750],[2998,6572],[7388,7740],[7383,7726],[7379,7714],[7375,7705],[7367,7696],[7361,7687],[7354,7678],[7346,7668],[7338,7659],[7330,7649],[2989,6580],[7319,7634],[7310,7624],[7304,7616],[7295,7606],[7290,7599],[7283,7590],[7277,7583],[7271,7575],[7263,7565],[7258,7559],[2990,6571],[7252,7552],[7244,7546],[7236,7541],[7228,7536],[7220,7531],[7204,7522],[7196,7517],[7186,7512],[7177,7507],[7168,7504],[2983,6579],[7158,7503],[7149,7503],[7141,7504],[7132,7503],[7123,7501],[7114,7499],[7104,7497],[7094,7495],[7085,7493],[7073,7490],[7088,7694],[2983,6569],[3689,2658],[3686,2650],[3690,2675],[3687,2666],[3692,2692],[2976,6577],[3691,2684],[3697,2710],[3692,2702],[3703,2725],[3697,2719],[3710,2739],[3705,2735],[3717,2754],[3713,2750],[3724,2773],[2977,6568],[3718,2764],[3728,2791],[3723,2783],[3732,2809],[3727,2799],[3736,2822],[3730,2815],[3741,2839],[3736,2831],[3746,2853],[2970,6575],[3741,2848],[3751,2865],[3738,2800],[3746,2790],[3751,2784],[3755,2776],[6003,4506],[6006,4497],[6002,4484],[6005,4474],[2970,6566],[6002,4465],[6005,4455],[6002,4448],[4958,2150],[4956,2144],[4953,2134],[4952,2124],[4952,2115],[4952,2105],[4951,2095],[2963,6571],[4949,2086],[4946,2078],[4943,2067],[4940,2060],[6886,7814],[6893,7814],[6899,7815],[6908,7816],[6915,7816],[6922,7817],[2962,6564],[6930,7818],[6936,7818],[6944,7819],[6950,7819],[6958,7820],[6964,7821],[6971,7821],[6977,7822],[6983,7822],[6988,7823],[2956,6568],[6996,7823],[6902,3887],[6903,3903],[6904,3919],[6905,3935],[6905,3951],[6906,3966],[6907,3980],[6907,3995],[6908,4015],[2955,6561],[6908,4031],[6909,4048],[6910,4065],[6910,4081],[6908,4107],[6904,4120],[6901,4133],[6896,4147],[6892,4159],[6888,4175],[2950,6565],[6882,4194],[6880,4203],[6878,4209],[6876,4235],[6876,4250],[6877,4266],[6877,4280],[9136,7139],[9139,7152],[9142,7136],[5058,4584],[2949,6558],[9144,7149],[9149,7134],[9148,7146],[9153,7132],[9153,7143],[9155,7137],[9160,7134],[9102,7221],[9109,7208],[9115,7194],[2943,6563],[9122,7181],[9128,7168],[9134,7155],[4506,4855],[4500,4851],[4501,4866],[4495,4862],[4496,4878],[4490,4873],[4489,4891],[2942,6555],[4484,4887],[4483,4904],[4478,4898],[4478,4917],[4472,4911],[4475,4918],[4473,4916],[4471,4925],[4470,4922],[4472,4930],[2937,6560],[4467,4923],[4466,4942],[4460,4936],[4472,4910],[4468,4910],[4467,4918],[4465,4915],[4462,4920],[4459,4926],[2936,6553],[2930,6557],[2929,6550],[2923,6554],[2922,6547],[2917,6552],[5571,3387],[5560,3375],[5546,3363],[5770,3213],[5761,3209],[5754,3206],[5745,3204],[5738,3204],[2916,6544],[5730,3204],[4264,4697],[4260,4694],[4261,4688],[4257,4681],[4258,4674],[4254,4669],[4255,4663],[4251,4659],[4253,4652],[2910,6551],[4249,4647],[4250,4641],[4501,3692],[4502,3688],[4506,3694],[4509,3691],[4512,3697],[4514,3694],[4514,3699],[2909,6543],[4517,3690],[4521,3690],[4524,3695],[4524,3699],[4521,3703],[4517,3704],[4514,3704],[4512,3711],[4515,3711],[4510,3718],[2903,6549],[4514,3719],[5493,3184],[2900,6541],[7977,6008],[7969,6014],[7959,6022],[7951,6028],[7943,6034],[7936,6039],[7927,6039],[2921,6556],[7999,3449],[7997,3440],[4337,4438],[4342,4436],[4345,4437],[4351,4439],[4356,4441],[4362,4443],[4367,4445],[4373,4446],[2922,6566],[4375,4450],[4380,4452],[4384,4453],[4389,4455],[4394,4456],[4399,4457],[4404,4459],[4409,4460],[2928,6571],[5840,4924],[5844,4917],[5843,4910],[5847,4905],[5845,4898],[5849,4891],[5847,4884],[5851,4877],[5849,4871],[5853,4864],[2936,6574],[5851,4857],[5854,4852],[5853,4845],[5856,4840],[5854,4833],[5856,4820],[5858,4807],[5860,4794],[5862,4781],[5863,4771],[2943,6577],[5868,4762],[6775,4528],[6776,4534],[6777,4542],[6778,4552],[6779,4562],[6780,4579],[7773,6424],[7777,6455],[7779,6472],[6822,4081],[2950,6580],[7781,6488],[6044,6061],[6053,6070],[6059,6077],[6068,6087],[6079,6098],[6088,6107],[7346,5712],[7346,5692],[2959,6581],[7346,5668],[7346,5625],[7348,5610],[7350,5592],[7359,5550],[4590,3525],[4591,3532],[4586,3538],[4586,3546],[4582,3551],[2962,6576],[4582,3560],[5783,4486],[5783,4476],[5778,4472],[5779,4464],[5775,4459],[5450,4775],[5456,4771],[5458,4763],[5464,4758],[3041,6584],[6263,5635],[6261,5642],[6260,5648],[6259,5655],[6258,5663],[6259,5669],[6262,5675],[6266,5681],[6271,5686],[6275,5690],[3048,6583],[6281,5692],[6287,5695],[6291,5696],[6299,5699],[6305,5700],[6313,5703],[6266,5629],[6268,5620],[6269,5611],[7335,8026],[7333,8011],[7330,8000],[7328,7990],[7325,7977],[7321,7965],[7365,6654],[7358,6669],[7350,6684],[7345,6689],[7343,6699],[7338,6704],[7336,6713],[7331,6718],[7329,6728],[7322,6744],[7316,6749],[3590,7099],[7315,6759],[7309,6764],[7301,6794],[7306,6800],[3586,7103],[7310,6809],[7313,6818],[7317,6826],[7322,6833],[7329,6837],[7334,6843],[7340,6848],[7347,6854],[7353,6859],[7359,6865],[3586,7109],[7365,6871],[7371,6876],[7378,6881],[7388,6597],[7385,6604],[7383,6610],[7379,6617],[7376,6623],[7373,6629],[7370,6636],[3583,7113],[7367,6642],[7364,6647],[7162,7084],[3583,7120],[3577,7130],[3577,7137],[7162,7084],[3573,7142],[3573,7149],[3570,7152],[3570,7158],[7239,6426],[3566,7162],[7228,6412],[7219,6400],[7208,6386],[9141,6896],[9147,6897],[9151,6903],[9157,6903],[9160,6910],[9167,6911],[9171,6917],[7577,6516],[3567,7168],[9177,6918],[9180,6924],[9187,6925],[9191,6932],[9198,6933],[9202,6939],[9207,6940],[9212,6947],[4472,3825],[4478,3828],[3563,7172],[4483,3824],[4488,3828],[4493,3824],[4499,3827],[4503,3824],[4511,3828],[4996,4135],[5002,4133],[5005,4125],[5011,4123],[3564,7178],[5012,4117],[5017,4111],[5023,4110],[5228,2855],[5226,2847],[5225,2840],[8870,8399],[8863,8397],[8856,8404],[8849,8402],[3560,7182],[8850,8407],[8842,8404],[8834,8411],[8824,8414],[8814,8417],[8805,8420],[8784,8427],[8772,8431],[8763,8434],[3560,7188],[8753,8437],[8744,8440],[8734,8443],[8722,8447],[8710,8451],[8699,8454],[8690,8457],[8680,8461],[8670,8464],[8869,8393],[3556,7192],[6518,5363],[6523,5366],[6527,5363],[6532,5366],[6536,5364],[6541,5364],[6547,5364],[6553,5364],[5689,3780],[5693,3772],[3556,7200],[5698,3763],[5701,3757],[5705,3749],[5708,3743],[5716,3727],[5719,3721],[5723,3714],[5730,3700],[5738,3687],[3552,7205],[5744,3674],[5750,3663],[5757,3649],[5764,3628],[5768,3617],[5771,3605],[5773,3591],[5775,3580],[5778,3568],[3552,7212],[7856,7938],[7865,7953],[7873,7967],[7880,7982],[6434,6075],[6429,6067],[6441,6093],[6434,6085],[6458,6109],[6445,6102],[3548,7217],[6472,6114],[6451,6107],[6496,6119],[6463,6115],[6510,6120],[6487,6120],[6525,6121],[6504,6123],[6534,6115],[6518,6124],[7214,7524],[3549,7223],[6532,6123],[6540,6106],[4818,3409],[4819,3418],[4814,3425],[4815,3434],[4811,3440],[4811,3449],[4807,3455],[4808,3464],[3545,7227],[4804,3470],[4804,3481],[4799,3489],[4801,3494],[4796,3503],[4796,3513],[4791,3521],[4790,3534],[4788,3543],[3545,7233],[4786,3553],[4784,3561],[3564,2584],[3569,2588],[3548,2580],[3555,2584],[3534,2583],[3542,2584],[3521,2587],[3527,2588],[3541,7238],[3506,2591],[3514,2592],[3491,2595],[3499,2596],[3477,2599],[3485,2599],[3463,2602],[3470,2603],[3448,2606],[3456,2607],[3541,7245],[3442,2611],[3434,2611],[3428,2610],[3421,2610],[4631,3913],[4627,3909],[4622,3911],[4619,3905],[3537,7250],[4618,3913],[4614,3918],[4609,3916],[4611,3910],[4614,3901],[4617,3898],[4613,3892],[4615,3884],[4977,4088],[4971,4088],[3537,7257],[4967,4082],[4960,4081],[4956,4075],[4949,4074],[4946,4068],[7761,4713],[7748,4712],[7734,4711],[7722,4710],[3658,3259],[7708,4710],[7694,4709],[7681,4708],[7667,4707],[7654,4707],[7641,4706],[7628,4705],[7610,4705],[7604,4704],[7844,5421],[3658,3252],[7850,5423],[7857,5424],[7863,5426],[7870,5428],[7877,5430],[7884,5432],[7891,5433],[7897,5434],[7905,5435],[6070,6148],[3654,3248],[6064,6160],[6058,6171],[6052,6182],[4527,4571],[4529,4573],[4532,4576],[4535,4580],[8389,5989],[3654,3241],[4421,4455],[4419,4447],[4422,4440],[4421,4432],[4423,4425],[4422,4417],[3649,3236],[4428,4361],[4426,4357],[4427,4333],[4426,4324],[4428,4318],[3648,3228],[4429,4312],[4136,3134],[4133,3128],[4149,3145],[4144,3136],[4162,3155],[4156,3146],[4173,3165],[4169,3157],[4181,3187],[3642,3223],[4181,3169],[4185,3207],[4183,3178],[4189,3225],[4186,3198],[4192,3242],[4190,3215],[4196,3263],[4193,3233],[4198,3274],[3641,3215],[4197,3258],[4199,3266],[4202,3284],[7288,5747],[7298,5762],[7304,5778],[7286,5745],[9014,7258],[9023,7263],[9027,7270],[3636,3212],[9031,7269],[9041,7277],[9049,7286],[9060,7297],[9068,7306],[9077,7316],[9087,7327],[9095,7336],[9104,7344],[7139,7561],[3634,3203],[7150,7563],[4397,3503],[4393,3495],[4395,3488],[4392,3480],[4393,3472],[4392,3466],[4392,3455],[4391,3445],[3628,3198],[6045,4352],[6037,4350],[6029,4348],[6022,4346],[6014,4345],[6005,4347],[5996,4349],[5987,4351],[5979,4352],[5971,4357],[3624,3192],[5962,4361],[5953,4363],[5945,4363],[5936,4363],[5928,4364],[5922,4365],[5915,4367],[5909,4368],[5903,4369],[5895,4371],[3622,3184],[5887,4373],[5879,4375],[5871,4377],[5864,4378],[5856,4380],[5850,4381],[5843,4382],[5835,4384],[5827,4385],[5820,4387],[8457,6135],[3617,3180],[5813,4388],[5805,4390],[5797,4391],[5792,4392],[5785,4393],[5763,4394],[5755,4395],[5749,4396],[5742,4398],[5736,4399],[3615,3173],[5728,4400],[6106,3096],[6100,3089],[6093,3081],[6088,3076],[6081,3068],[6073,3060],[6067,3054],[6057,3047],[6049,3042],[3574,3116],[6032,3033],[6025,3030],[6018,3028],[6011,3026],[6004,3024],[5998,3022],[5991,3020],[8305,3564],[8301,3561],[3569,3107],[8296,3556],[8290,3551],[8850,8361],[8855,8354],[8856,8345],[8861,8338],[8862,8330],[8868,8321],[8868,8314],[5282,3484],[3563,3099],[5274,3490],[5267,3495],[5260,3501],[5251,3507],[5242,3514],[5235,3523],[5226,3531],[5217,3538],[5210,3550],[5201,3557],[3560,3101],[5192,3564],[5179,3561],[5173,3566],[5167,3570],[5161,3575],[5154,3580],[5149,3584],[5131,3598],[3555,3103],[4879,3481],[4881,3473],[4882,3466],[5257,3147],[5249,3149],[5241,3151],[3550,3103],[5234,3153],[4114,3006],[4119,3000],[4115,2989],[4115,2981],[4120,2969],[3546,3100],[4115,2973],[4120,2961],[4115,2964],[4120,2953],[4115,2956],[4120,2944],[4115,2948],[4120,2934],[4116,2939],[4120,2927],[3542,3095],[4116,2930],[4120,2918],[4116,2922],[4120,2910],[4116,2914],[4116,2904],[4119,2893],[4115,2895],[4117,2886],[5824,3694],[3540,3091],[4112,2886],[4114,2878],[4109,2878],[4111,2869],[4106,2870],[4108,2861],[4103,2862],[4105,2853],[4101,2852],[4103,2846],[3539,3084],[4097,2843],[4100,2837],[4094,2834],[4097,2828],[4091,2825],[4094,2819],[4088,2815],[4092,2810],[4087,2806],[4090,2801],[3540,3078],[4085,2796],[4089,2793],[4084,2788],[4088,2784],[4083,2780],[4086,2776],[4081,2771],[4085,2767],[4080,2761],[4084,2760],[3542,3072],[4078,2751],[4083,2753],[4077,2742],[4081,2743],[4080,2735],[4079,2728],[4074,2725],[3546,3067],[4076,2739],[6812,4462],[6813,4515],[6814,4526],[6815,4537],[6817,4549],[3551,3065],[6817,4558],[6819,4571],[6816,4577],[6818,4588],[6818,4595],[6819,4603],[6820,4611],[6822,4621],[6825,4631],[6827,4638],[3556,3062],[6831,4647],[6834,4653],[6839,4661],[6844,4670],[6845,4674],[6850,4675],[6854,4681],[6858,4688],[6865,4698],[6870,4705],[3554,3054],[6875,4712],[6893,4777],[6894,4787],[6895,4799],[6897,4810],[6892,4764],[6891,4754],[6888,4743],[6885,4733],[6879,4722],[3552,3044],[7645,7681],[7644,7690],[7645,7698],[7648,7706],[7651,7715],[7655,7723],[7659,7731],[7663,7735],[7668,7741],[7674,7746],[3612,3168],[7681,7746],[7687,7744],[7695,7743],[7701,7742],[7712,7742],[7718,7739],[7725,7737],[7731,7738],[7738,7739],[5195,5480],[2670,5867],[9644,8436],[3608,3161],[5192,5487],[5185,5501],[5182,5508],[5179,5516],[9350,6240],[9351,6228],[9353,6216],[9354,6204],[9357,6179],[9358,6164],[3603,3159],[9359,6155],[9361,6141],[6658,5162],[3600,3152],[6659,5169],[6660,5178],[6660,5185],[6661,5194],[6662,5201],[6662,5208],[6663,5215],[4367,3111],[4369,3104],[3595,3149],[4374,3103],[4375,3095],[4379,3091],[4380,3086],[4385,3081],[4387,3073],[4392,3068],[4393,3062],[4399,3056],[4401,3049],[3592,3142],[4407,3042],[4410,3035],[4416,3032],[4419,3022],[4424,3020],[4425,3015],[4432,3009],[4434,3002],[4441,2997],[4444,2988],[3588,3139],[4451,2985],[4454,2975],[4461,2970],[4464,2961],[4470,2959],[4473,2950],[4481,2944],[4483,2935],[4490,2932],[4493,2922],[3585,3132],[4500,2920],[4503,2910],[4510,2907],[4515,2899],[4522,2898],[4527,2891],[4534,2890],[4540,2883],[4548,2882],[4553,2874],[3579,3128],[4561,2874],[4566,2866],[4573,2866],[4578,2859],[9458,6101],[9460,6088],[9461,6073],[9463,6059],[9464,6044],[9465,6034],[9467,6020],[9468,6006],[9470,5990],[9472,5975],[7342,7252],[7347,7233],[7351,7214],[7356,7195],[7371,7192],[7386,7189],[7345,7242],[7349,7223],[7354,7204],[7378,7191],[7308,4787],[7299,4781],[7289,4775],[7279,4773],[5126,4656],[7672,4903],[5130,4660],[5134,4656],[5138,4659],[5147,4659],[5150,4655],[5154,4659],[5159,4655],[5163,4659],[5166,4655],[5171,4659],[6728,3549],[6744,3536],[6739,3548],[6753,3531],[6750,3548],[6760,3547],[4501,1679],[4501,1682],[4508,1682],[5271,7810],[4515,1682],[4523,1682],[4531,1682],[4538,1682],[4546,1680],[4553,1679],[4560,1678],[4567,1676],[4577,1675],[4582,1666],[5266,7805],[4585,1658],[4588,1648],[4592,1639],[4595,1630],[5262,7799],[4660,1521],[4669,1508],[4685,1508],[4599,1620],[6472,5061],[6482,5053],[5258,7794],[6488,5048],[6495,5043],[6501,5037],[6509,5032],[6516,5025],[4497,3822],[4494,3815],[4497,3811],[4494,3807],[4497,3802],[5255,7788],[4494,3799],[4496,3793],[4494,3788],[4496,3784],[4493,3779],[4496,3775],[4493,3769],[4496,3766],[4493,3762],[4496,3758],[5250,7784],[4493,3753],[4495,3750],[4493,3746],[4495,3742],[4492,3738],[4495,3733],[4492,3730],[4495,3723],[4492,3720],[4495,3708],[5244,7782],[4492,3710],[4497,3700],[4494,3703],[4499,3693],[4495,3697],[4501,3685],[4497,3689],[4503,3677],[4499,3681],[4504,3671],[5239,7776],[4501,3674],[4505,3667],[4502,3670],[4505,3663],[4503,3666],[4504,3663],[4508,3654],[4506,3650],[4511,3643],[5233,7775],[4509,3636],[4516,3616],[4512,3622],[4520,3601],[4516,3607],[4524,3585],[4519,3593],[4527,3567],[4523,3575],[4530,3554],[5229,7769],[4526,3559],[4533,3541],[4529,3546],[4537,3525],[4532,3532],[4533,3522],[4505,3658],[6452,6519],[6444,6529],[6437,6537],[5222,7768],[8127,3520],[8122,3524],[8113,3528],[8107,3528],[8101,3525],[8096,3520],[8090,3516],[8084,3511],[8078,3507],[8074,3500],[5218,7761],[8069,3496],[8064,3492],[8058,3488],[8053,3484],[8047,3480],[8042,3476],[8037,3472],[8031,3468],[8026,3463],[8024,3465],[5212,7760],[8019,3461],[8013,3459],[8006,3457],[8000,3458],[7994,3459],[7988,3461],[7982,3463],[7976,3465],[7969,3466],[7963,3468],[5207,7754],[7956,3470],[7950,3472],[7943,3474],[7937,3476],[7930,3479],[7924,3481],[7917,3484],[7910,3487],[7904,3489],[7898,3492],[5201,7752],[7891,3494],[7883,3497],[7876,3500],[7868,3500],[7861,3498],[7854,3495],[4718,4309],[4716,4305],[4719,4297],[5196,7747],[4722,4289],[4724,4282],[4727,4275],[4729,4268],[4731,4261],[5190,7745],[4749,4237],[4734,4253],[4752,4228],[4737,4243],[4755,4220],[4741,4233],[4758,4211],[4744,4223],[4762,4200],[4748,4213],[5186,7739],[4752,4203],[4756,4193],[4759,4185],[4762,4176],[4765,4168],[4836,3199],[5179,7738],[4768,4159],[4771,4150],[4775,4139],[4777,4132],[4780,4124],[5176,7733],[4783,4116],[4787,4107],[4789,4099],[4805,4078],[4793,4089],[4809,4068],[4796,4079],[3382,8012],[4813,4057],[4800,4068],[4816,4048],[4804,4057],[4819,4040],[4807,4048],[4822,4032],[4811,4038],[4798,4099],[4814,4029],[3386,8018],[3389,8023],[4814,4025],[3392,8031],[4824,4029],[4819,4012],[4828,4016],[4822,4007],[4824,4000],[4831,4005],[4827,3993],[4834,3998],[4829,3987],[3397,8037],[4836,3991],[4839,3984],[4834,3973],[4836,3967],[4844,3970],[4839,3960],[4846,3964],[4841,3953],[3251,6991],[4848,3958],[4843,3946],[4851,3951],[4846,3940],[4853,3944],[4848,3933],[4855,3937],[4851,3926],[4858,3931],[4853,3919],[3254,6985],[4860,3924],[4855,3913],[4863,3917],[4858,3906],[4865,3910],[4860,3899],[4867,3904],[4862,3893],[4870,3897],[4865,3883],[3250,6980],[4872,3890],[4868,3875],[4876,3880],[4871,3867],[4879,3872],[4872,3862],[4882,3867],[4873,3858],[4883,3864],[4875,3854],[7737,5208],[3253,6973],[4884,3860],[4877,3851],[4884,3858],[4879,3844],[4885,3855],[4882,3836],[4887,3848],[4883,3829],[4890,3840],[4886,3825],[3249,6966],[4889,3818],[4894,3829],[4891,3811],[4896,3822],[4894,3805],[4899,3815],[4896,3799],[4901,3809],[4898,3793],[3252,6959],[4903,3803],[4901,3786],[4905,3797],[4903,3780],[4908,3790],[4905,3773],[4910,3784],[4907,3767],[4912,3778],[4911,3758],[3249,6953],[4914,3772],[4914,3748],[4917,3765],[4916,3742],[4919,3758],[4918,3736],[4922,3752],[4921,3728],[4924,3744],[4923,3722],[3251,6945],[4927,3737],[4925,3716],[4929,3731],[4928,3709],[4933,3724],[4931,3703],[4934,3718],[4934,3698],[4935,3713],[4937,3692],[3248,6940],[4938,3708],[4940,3687],[4940,3703],[4943,3682],[4943,3698],[4946,3677],[4947,3692],[4952,3670],[4950,3688],[4956,3663],[3250,6935],[4955,3681],[4961,3657],[4965,3652],[4964,3668],[4968,3647],[4968,3664],[4972,3641],[4970,3659],[4976,3636],[3247,6929],[4974,3654],[4980,3630],[4978,3648],[4984,3625],[4982,3643],[4988,3620],[4985,3638],[4992,3614],[4990,3631],[4995,3610],[3250,6925],[4994,3627],[4998,3621],[5001,3617],[4878,3866],[4877,3859],[4879,3863],[4881,3859],[3246,6922],[4908,3797],[4913,3800],[4913,3796],[4914,3792],[4915,3788],[4916,3784],[4915,3780],[3249,6915],[4919,3781],[4920,3776],[3245,6909],[3248,6902],[3245,6896],[3247,6890],[4699,3736],[3244,6884],[4701,3728],[4706,3740],[4705,3730],[4711,3743],[4708,3732],[4717,3747],[4714,3736],[4724,3750],[4720,3739],[4729,3753],[3246,6878],[4726,3743],[4734,3757],[4731,3746],[4740,3760],[4736,3749],[4746,3763],[4742,3753],[4750,3766],[4748,3756],[4756,3770],[4753,3759],[4762,3773],[4758,3762],[4768,3777],[4764,3766],[4774,3780],[4770,3769],[4780,3783],[4776,3772],[4785,3785],[3246,6867],[4782,3775],[4791,3788],[4787,3778],[4797,3791],[4793,3781],[4802,3794],[4799,3784],[4807,3796],[4804,3786],[4813,3799],[3242,6862],[4810,3789],[4818,3802],[4815,3792],[4820,3794],[4830,3808],[4826,3797],[4835,3810],[4832,3800],[4840,3813],[6325,4636],[3245,6857],[4837,3803],[4847,3816],[4841,3805],[4853,3819],[4855,3812],[4861,3815],[4871,3828],[3242,6853],[4868,3818],[4876,3831],[4873,3820],[4882,3834],[4878,3823],[4884,3826],[3244,6847],[4800,3771],[9757,6161],[9758,6174],[9759,6189],[9761,6214],[9763,6242],[9764,6256],[3241,6843],[7475,5035],[7478,5021],[7481,5004],[7485,4983],[7489,4963],[7492,4948],[9515,6380],[9514,6389],[9514,6398],[9514,6416],[3244,6838],[9513,6435],[9513,6453],[9512,6470],[9511,6481],[9510,6508],[9505,6532],[9501,6550],[9497,6569],[9514,6554],[4406,4118],[3241,6834],[4402,4118],[4399,4123],[4393,4125],[4395,4131],[4391,4135],[4392,4142],[4388,4154],[4384,4159],[8201,3696],[8204,3692],[3243,6829],[8209,3686],[8213,3681],[8218,3675],[8223,3668],[8227,3659],[8231,3652],[8235,3644],[8239,3637],[8243,3629],[8247,3621],[3240,6825],[8250,3613],[8255,3605],[8259,3597],[8264,3589],[8268,3579],[8272,3572],[8276,3564],[8280,3556],[8284,3548],[8288,3540],[3242,6820],[8292,3532],[8296,3524],[8300,3516],[8304,3507],[8308,3499],[8312,3491],[8317,3483],[8320,3476],[3239,6815],[6418,6067],[6416,6056],[6426,6064],[6424,6053],[6433,6061],[6429,6051],[6439,6058],[6305,4696],[3242,6810],[6434,6048],[6447,6059],[6440,6051],[6455,6062],[6447,6049],[6462,6064],[6455,6048],[6468,6066],[6462,6047],[6475,6067],[3239,6806],[6469,6046],[6482,6068],[6476,6046],[6483,6053],[6483,6046],[6484,6060],[6490,6046],[6488,6065],[6497,6047],[3241,6801],[6496,6054],[6506,6048],[6492,6061],[6515,6050],[6493,6069],[6521,6052],[6500,6070],[6528,6054],[6507,6069],[6535,6057],[3238,6796],[6513,6069],[6541,6059],[6521,6068],[6547,6062],[6529,6067],[6552,6065],[6535,6066],[6558,6068],[6540,6066],[6564,6070],[3241,6791],[6545,6069],[6551,6071],[6557,6074],[6563,6077],[6571,6080],[3237,6786],[6541,6451],[6549,6457],[6554,6461],[3240,6779],[6559,6465],[6564,6470],[6572,6473],[6565,6459],[6569,6450],[6574,6442],[6582,6442],[6588,6445],[3237,6775],[6589,6436],[6590,6427],[6589,6455],[6587,6461],[6578,6478],[3238,6771],[6604,6477],[6609,6470],[6612,6464],[6617,6457],[6614,6452],[6609,6453],[6604,6460],[6600,6467],[6595,6462],[3243,6767],[6585,6483],[6591,6488],[6597,6489],[6600,6483],[3245,6760],[6642,6501],[6634,6507],[2932,7975],[6627,6511],[6624,6505],[6622,6515],[6616,6518],[6607,6522],[6599,6525],[6347,5395],[6343,5406],[6339,5416],[6336,5425],[2926,7976],[6332,5436],[6329,5445],[4995,2811],[4999,2801],[5003,2792],[5006,2782],[5008,2771],[5009,2761],[5009,2751],[5008,2740],[2921,7977],[5006,2729],[5003,2720],[5001,2711],[4997,2703],[4993,2695],[6831,3061],[6831,3070],[6832,3079],[6833,3088],[6834,3095],[2915,7977],[6836,3103],[6838,3112],[6840,3120],[6843,3129],[5312,248],[5307,257],[5303,266],[5299,273],[5588,3524],[2913,7972],[5585,3541],[2910,7976],[2907,7968],[2902,7964],[2900,7957],[6409,6843],[2894,7953],[4364,4550],[4358,4535],[4353,4528],[2892,7946],[4353,4521],[4348,4507],[4344,4502],[4341,4489],[4344,4495],[4338,4481],[4333,4474],[4334,4469],[2887,7942],[4329,4457],[4325,4453],[4325,4446],[5817,3362],[5808,3383],[5817,3375],[5813,3393],[5816,3390],[2884,7934],[5813,3414],[5814,3418],[5811,3425],[5813,3433],[5809,3439],[5811,3446],[5808,3452],[5809,3461],[5806,3467],[2879,7930],[5807,3473],[5803,3480],[5803,3489],[5799,3493],[5797,3503],[5793,3507],[5792,3515],[5788,3520],[5786,3529],[5784,3536],[2876,7922],[5780,3539],[5779,3547],[5775,3551],[5776,3555],[5773,3559],[5767,3577],[5772,3568],[5762,3586],[5767,3565],[5758,3594],[2871,7919],[5762,3574],[5753,3602],[5757,3583],[5747,3614],[5752,3591],[5741,3625],[5749,3598],[5732,3641],[5742,3609],[5723,3658],[2869,7911],[5736,3621],[5714,3675],[5731,3630],[5706,3688],[5724,3643],[5700,3701],[5715,3660],[5691,3718],[5703,3682],[5680,3740],[2863,7907],[5692,3703],[5669,3761],[5680,3726],[5657,3786],[5667,3753],[5646,3808],[5657,3773],[5647,3793],[5636,3816],[4397,4552],[2861,7901],[4387,4560],[4393,4559],[4381,4569],[4387,4568],[4376,4578],[4380,4576],[4991,3142],[4998,3147],[5004,3151],[5008,3154],[6307,8031],[2855,7896],[5015,3158],[5023,3163],[5030,3168],[5038,3173],[5046,3177],[5056,3182],[5063,3187],[5071,3192],[5076,3196],[5083,3199],[2856,7890],[5090,3204],[5092,3208],[5097,3208],[5103,3215],[5109,3215],[5110,3219],[5117,3221],[5122,3227],[5130,3229],[5136,3236],[2861,7885],[5144,3233],[5151,3235],[5155,3230],[5162,3232],[5168,3227],[5175,3229],[5181,3224],[5188,3226],[5196,3219],[5202,3222],[2865,7880],[5208,3216],[5213,3219],[5221,3213],[5228,3214],[5229,3221],[5231,3228],[6529,6085],[6527,6075],[6535,6091],[6541,6098],[2850,7885],[6554,6106],[6547,6104],[6559,6112],[7485,7841],[7501,7833],[7516,7825],[7544,7810],[7559,7803],[7573,7796],[7585,7789],[2854,7881],[7597,7783],[7610,7776],[7433,3651],[7439,3651],[7446,3653],[7455,3655],[7460,3652],[7467,3649],[7472,3648],[7476,3648],[2858,7876],[7479,3648],[7484,3648],[7491,3648],[7505,3649],[7514,3649],[7521,3649],[7529,3650],[7535,3650],[7544,3655],[7549,3655],[2863,7870],[7556,3655],[7563,3656],[7570,3656],[7575,3656],[7581,3657],[7589,3657],[7596,3658],[7604,3658],[4349,2261],[4353,2269],[2866,7866],[4357,2277],[4361,2285],[4365,2293],[4369,2301],[4373,2309],[4377,2316],[4381,2324],[4385,2332],[4389,2341],[4393,2348],[2870,7860],[4397,2355],[4401,2364],[4406,2372],[4415,2388],[4420,2396],[4425,2404],[4430,2412],[4435,2421],[4443,2435],[4922,3023],[2874,7854],[4439,2429],[4450,2449],[4444,2443],[4457,2462],[4452,2458],[4465,2478],[4460,2473],[4472,2491],[4467,2486],[4481,2508],[2879,7848],[4475,2501],[4488,2522],[4483,2517],[2886,7844],[7075,7438],[7066,7439],[7057,7437],[7045,7435],[7038,7431],[7030,7427],[7022,7422],[7084,7438],[7094,7438],[7105,7439],[7116,7440],[7125,7441],[7134,7441],[7145,7441],[7155,7440],[7164,7440],[7174,7439],[7017,7418],[7848,7922],[2890,7837],[7843,7915],[7838,7908],[7370,6529],[7375,6533],[7373,6541],[7378,6547],[7376,6555],[7380,6558],[7380,6569],[7383,6571],[7384,6580],[7388,6591],[7389,6586],[7392,6602],[7393,6594],[7399,6615],[7398,6605],[7405,6628],[7404,6619],[7411,6642],[7411,6633],[7418,6657],[7417,6647],[7423,6671],[7423,6661],[7429,6685],[7428,6676],[7434,6698],[7434,6689],[7438,6712],[7439,6703],[7441,6723],[7442,6716],[7445,6734],[7444,6729],[7444,6740],[7445,6748],[7446,6757],[2891,7837],[7448,6774],[7450,6791],[7451,6799],[7452,6808],[7453,6816],[7454,6824],[7455,6831],[7456,6839],[7456,6847],[2889,7834],[7458,6856],[7458,6864],[7460,6873],[7460,6880],[7461,6888],[7462,6894],[7464,6902],[7465,6910],[7467,6917],[7469,6927],[5409,4737],[2887,7829],[7471,6933],[7473,6941],[7478,6956],[7480,6963],[7482,6973],[7484,6978],[7486,6984],[2884,7826],[7489,6993],[2884,7825],[6592,6530],[6585,6532],[6588,6525],[6580,6528],[6582,6519],[6575,6523],[6576,6513],[6570,6518],[6571,6509],[6564,6513],[6565,6504],[6559,6508],[6560,6499],[6553,6503],[6554,6494],[6547,6497],[6548,6489],[6541,6493],[6542,6484],[6535,6487],[6536,6479],[6529,6482],[6530,6474],[6523,6477],[6524,6468],[6516,6471],[6519,6464],[6511,6466],[6514,6458],[6506,6461],[6508,6453],[6499,6454],[6502,6448],[6492,6448],[6497,6442],[1145,3984],[6489,6444],[6484,6439],[6399,6347],[6417,6364],[6425,6373],[6433,6381],[6399,6357],[6405,6363],[6411,6369],[6421,6379],[1151,3981],[6419,6381],[6414,6377],[6410,6372],[6405,6368],[6462,6408],[6453,6400],[6445,6393],[6410,6358],[6439,6387],[1156,3982],[6405,6353],[6458,6414],[6450,6407],[6442,6399],[6436,6394],[6465,6421],[6472,6428],[6479,6435],[6485,6440],[6469,6416],[5387,3170],[1162,3979],[6476,6423],[6483,6429],[6490,6436],[8435,8532],[8431,8524],[8426,8517],[1167,3981],[8420,8508],[8413,8497],[8410,8492],[8404,8484],[8399,8475],[8393,8466],[8388,8459],[7102,8092],[7104,8095],[7106,8091],[1172,3978],[7110,8093],[7117,8090],[7122,8091],[7128,8088],[7135,8089],[7136,8095],[7136,8099],[7137,8104],[1176,3982],[7140,8086],[7146,8087],[7152,8083],[7157,8085],[7163,8081],[7169,8083],[7175,8079],[7181,8081],[7185,8077],[1180,3979],[7217,8091],[7225,8093],[7231,8088],[7238,8091],[7242,8084],[7239,8074],[7232,8072],[7226,8071],[7237,8069],[1187,3978],[7245,8067],[7255,8066],[7265,8064],[7276,8062],[7288,8060],[7297,8059],[7307,8057],[7315,8055],[7326,8054],[7335,8052],[1193,3978],[5158,4715],[5162,4719],[5166,4715],[4174,7678],[5170,4720],[5174,4716],[5178,4721],[5183,4717],[5186,4722],[5191,4718],[5195,4723],[5199,4719],[5204,4723],[5209,4720],[4183,7676],[5212,4724],[5217,4721],[5221,4725],[5225,4722],[5229,4726],[5244,4728],[5250,4724],[5257,4729],[5263,4726],[5269,4730],[4191,7671],[5275,4727],[5281,4732],[5288,4728],[5294,4733],[5301,4730],[5307,4734],[5313,4731],[5319,4735],[5324,4732],[5329,4736],[7147,7751],[4198,7665],[5335,4733],[5342,4737],[5354,4739],[5361,4735],[5367,4740],[5378,4741],[5386,4737],[5392,4742],[4205,7659],[5398,4738],[7592,7574],[7595,7582],[7599,7589],[7604,7597],[7607,7605],[7611,7612],[7615,7620],[7618,7628],[7622,7635],[4212,7654],[7626,7643],[7629,7650],[7633,7659],[7637,7666],[7642,7673],[7647,7679],[7652,7684],[7658,7690],[7663,7696],[7668,7702],[3181,5992],[7674,7707],[7679,7713],[7685,7719],[7690,7725],[7696,7731],[7701,7737],[9724,6356],[9723,6344],[9721,6330],[9720,6319],[3184,6001],[9719,6304],[9717,6289],[9716,6277],[9717,6265],[9718,6251],[4546,4718],[4555,4725],[4550,4706],[4560,4713],[4554,4696],[3181,6005],[4564,4702],[4559,4684],[4568,4690],[4564,4673],[4573,4680],[4572,4659],[4579,4669],[4578,4649],[4584,4659],[3183,6013],[4591,4649],[4598,4640],[4594,4636],[4598,4630],[4603,4623],[4607,4617],[4610,4613],[3179,6021],[4600,4610],[4603,4614],[4603,4606],[4607,4607],[4606,4602],[3182,6028],[3610,3580],[7813,4805],[3604,3572],[3604,3565],[3599,3559],[3598,3552],[3593,3546],[3593,3539],[3588,3532],[3589,3524],[3584,3517],[3584,3510],[7503,5728],[3580,3503],[3580,3494],[3576,3487],[3576,3478],[3572,3473],[3573,3465],[3569,3459],[3571,3457],[3567,3453],[3570,3452],[765,4138],[764,4129],[7659,6584],[7663,6590],[7666,6596],[7669,6602],[763,4118],[7672,6608],[7675,6614],[7678,6620],[7681,6626],[7684,6631],[7690,6637],[7692,6646],[7698,6652],[7700,6662],[762,4108],[7706,6667],[7707,6676],[7713,6682],[7714,6691],[7719,6695],[7721,6705],[7727,6710],[7730,6721],[7736,6728],[7737,6737],[761,4099],[7743,6743],[7745,6753],[7752,6760],[7753,6770],[7759,6777],[7760,6786],[7765,6794],[7766,6804],[7772,6811],[7774,6822],[760,4090],[7779,6831],[7780,6840],[7787,6851],[7788,6861],[7793,6870],[7794,6881],[7799,6888],[7799,6898],[7804,6906],[7803,6913],[5103,5938],[7808,6921],[7808,6930],[7813,6937],[7812,6946],[7817,6953],[7817,6961],[7822,6971],[7821,6982],[7825,6991],[7823,7000],[5109,5932],[7826,7010],[7824,7019],[7826,7025],[7824,7032],[7825,7040],[7822,7047],[7821,7063],[7819,7080],[5116,5932],[7817,7096],[7816,7111],[7817,7120],[7814,7127],[7816,7136],[7814,7144],[7818,7151],[5119,5927],[7729,6620],[7729,6636],[7735,6645],[7744,6650],[4336,3744],[5126,5927],[5130,5921],[7836,7053],[7843,7051],[7769,6649],[7780,6660],[7792,6671],[5137,5921],[7803,6682],[7814,6694],[7824,6704],[7835,6714],[7844,6723],[7856,6733],[7865,6742],[7875,6751],[7885,6761],[7898,6772],[5144,5914],[7907,6781],[7919,6793],[7929,6802],[7938,6810],[7961,6830],[7968,6837],[7978,6845],[7990,6841],[7956,6815],[5146,5917],[7954,6801],[7952,6786],[7950,6772],[7948,6758],[7945,6729],[7943,6715],[7766,6106],[7763,6097],[7761,6089],[3828,7717],[7760,6081],[7758,6072],[7758,6062],[7757,6054],[7756,6045],[7754,6036],[9431,6294],[9441,6286],[9447,6281],[9455,6274],[3835,7720],[9464,6266],[9473,6259],[9483,6250],[9490,6239],[9493,6228],[9495,6200],[9496,6188],[9497,6175],[9498,6162],[3840,7728],[9499,6150],[9500,6136],[9501,6122],[9502,6108],[9503,6088],[9504,6076],[9506,6063],[9507,6049],[9509,6031],[9511,6017],[3847,7731],[9512,6004],[9514,5988],[9515,5973],[9517,5958],[7783,4640],[7795,4641],[7805,4642],[7817,4642],[7826,4643],[7836,4643],[3852,7738],[7846,4647],[7856,4652],[7866,4657],[7875,4661],[7884,4665],[7893,4669],[7901,4673],[7911,4678],[7920,4682],[7929,4686],[4533,2961],[3860,7742],[7939,4691],[7949,4695],[7960,4700],[7970,4705],[7979,4710],[7989,4714],[8000,4719],[8010,4723],[8019,4728],[8031,4733],[3865,7752],[8039,4736],[8042,4738],[8047,4740],[4319,3094],[4314,3088],[4308,3082],[4305,3074],[4300,3069],[4299,3056],[4292,3049],[3875,7758],[4291,3038],[8730,7327],[8742,7334],[8755,7342],[8760,7346],[8775,7356],[8782,7361],[8792,7369],[8803,7378],[8820,7391],[3881,7766],[8829,7399],[8839,7407],[8843,7410],[8848,7414],[8853,7418],[8857,7421],[8863,7426],[8877,7437],[3885,7772],[5414,4874],[3892,7780],[5418,4866],[5416,4857],[5420,4851],[5423,4834],[5421,4827],[5426,4818],[5424,4810],[5428,4802],[5426,4794],[3986,7008],[5430,4787],[5429,4779],[5433,4772],[5431,4765],[5435,4759],[5435,4749],[5439,4742],[5110,4639],[5116,4643],[5115,4649],[3993,7008],[5120,4651],[5120,4658],[5125,4660],[5125,4666],[5130,4669],[5130,4676],[5135,4678],[5135,4684],[5140,4686],[5140,4693],[4001,7008],[5145,4696],[5145,4702],[5154,4714],[5150,4710],[5160,4724],[5156,4722],[5164,4731],[5160,4729],[5168,4738],[5164,4737],[4008,7007],[5174,4749],[5168,4744],[5177,4755],[5188,4782],[5181,4761],[5195,4794],[5184,4768],[5202,4806],[5188,4774],[5209,4818],[262,7455],[4533,3126],[4015,7007],[5195,4787],[5215,4830],[5201,4799],[5222,4841],[5208,4810],[5214,4822],[5221,4834],[4828,3558],[4825,3568],[3447,3600],[4823,3576],[4821,3586],[4814,3608],[4815,3614],[4811,3620],[4813,3628],[4810,3631],[4810,3640],[4806,3646],[4807,3651],[2874,7916],[4802,3659],[4802,3668],[4798,3675],[4797,3686],[4794,3691],[4793,3701],[4788,3708],[4789,3718],[4784,3725],[4785,3733],[2879,7912],[4780,3740],[4781,3749],[4775,3755],[4777,3761],[4772,3768],[4822,3623],[4819,3633],[4816,3645],[5963,4563],[2883,7907],[5973,4551],[5984,4538],[5995,4524],[6006,4513],[6015,4503],[5965,4555],[5976,4542],[5987,4529],[5997,4516],[6008,4505],[5268,7016],[6019,4495],[6026,4493],[6030,4484],[6038,4483],[6042,4474],[6050,4473],[6056,4465],[6061,4466],[6065,4458],[6072,4457],[5263,7017],[6089,4448],[6097,4449],[6113,4440],[6125,4436],[6133,4434],[6143,4430],[6152,4427],[4647,3530],[4653,3523],[4642,3546],[5266,7008],[4647,3539],[4636,3561],[4642,3554],[4631,3576],[4637,3570],[4626,3593],[4632,3584],[4621,3605],[4626,3601],[4616,3618],[5262,7007],[4623,3613],[4614,3623],[4616,3632],[4611,3635],[4611,3645],[4605,3649],[4607,3658],[4601,3662],[7474,5808],[7470,5815],[5267,6999],[7494,5812],[7477,5791],[7468,5793],[7475,5774],[7461,5792],[7475,5757],[7450,5789],[5536,297],[5264,6993],[7475,5741],[7474,5780],[7477,5702],[7472,5766],[7477,5684],[7473,5747],[7478,5664],[7473,5733],[7478,5651],[7478,5658],[5270,6986],[7478,5673],[6099,6117],[6102,6104],[6106,6089],[6110,6075],[4112,2695],[4116,2704],[4119,2713],[4123,2722],[4126,2731],[5267,6976],[4130,2739],[4133,2744],[4139,2740],[4144,2736],[4133,2748],[4135,2754],[4137,2759],[4139,2764],[4141,2769],[4143,2774],[5273,6968],[6385,4123],[6385,4132],[6386,4138],[6386,4146],[6386,4154],[6386,4162],[6387,4169],[6387,4176],[6387,4184],[6388,4191],[5271,6959],[7192,4217],[7194,4225],[7201,4212],[7204,4219],[7210,4205],[7219,4195],[7222,4199],[7226,4185],[7230,4189],[5276,6950],[7234,4173],[7237,4178],[7241,4163],[7245,4167],[7248,4161],[7245,4157],[7251,4153],[7256,4146],[7262,4142],[5274,6940],[7258,4137],[7266,4136],[7262,4131],[7274,4125],[7270,4120],[7281,4115],[7277,4110],[7288,4104],[7284,4100],[7295,4093],[5279,6932],[7291,4091],[7302,4083],[7298,4079],[7310,4073],[7306,4067],[7317,4062],[7314,4056],[7324,4053],[7319,4049],[7332,4038],[5277,6922],[7339,4026],[7348,4031],[7352,4036],[7346,4022],[7342,4016],[7354,4011],[7348,4008],[7361,4005],[7357,3998],[7372,4005],[5283,6915],[7376,3998],[7379,4005],[7386,3998],[7392,4006],[7396,3998],[7402,4006],[7238,4181],[7233,4188],[7229,4193],[7225,4200],[6395,5975],[5280,6904],[7220,4206],[7220,4207],[7216,4217],[7214,4218],[7211,4223],[7207,4228],[7204,4234],[7190,4209],[7197,4199],[7203,4190],[5286,6897],[7211,4179],[7219,4167],[7226,4157],[7233,4146],[7239,4137],[7246,4133],[5284,6886],[7258,4097],[7247,4097],[7248,4101],[7235,4098],[7258,4105],[5289,6881],[7196,4186],[7406,4000],[6486,5218],[6485,5226],[6485,5236],[5285,6878],[6485,5245],[6485,5253],[6485,5262],[6485,5270],[6485,5280],[6485,5289],[6485,5296],[6485,5305],[6485,5315],[6485,5323],[5292,6862],[6485,5332],[6485,5341],[6485,5351],[6485,5359],[6485,5367],[6485,5374],[6485,5382],[6485,5391],[6485,5400],[6485,5408],[5288,6860],[6485,5417],[6485,5425],[5980,4535],[5983,4527],[5980,4519],[5983,4513],[5980,4507],[5983,4498],[5980,4491],[5982,4482],[5295,6848],[5979,4474],[5982,4464],[5979,4456],[5982,4448],[6360,5633],[6356,5624],[6352,5614],[6348,5604],[6338,5596],[6329,5590],[5290,6853],[6320,5585],[6312,5580],[7077,5453],[7070,5453],[7064,5454],[3559,1036],[3566,1028],[3572,1020],[3578,1012],[3583,1004],[5298,6830],[3589,996],[6464,5996],[5292,6839],[5301,6814],[5594,4653],[5296,6821],[5599,4647],[5597,4641],[5601,4638],[5599,4631],[5604,4631],[5603,4619],[5606,4623],[5605,4606],[5608,4616],[5610,4608],[5304,6797],[5299,6804],[5096,3669],[5114,3690],[5120,3693],[5126,3696],[5137,3703],[5307,6779],[5130,3709],[5128,3718],[5125,3725],[4712,3510],[4717,3504],[4721,3498],[4724,3494],[4730,3485],[4741,3471],[5302,6788],[4746,3464],[4749,3460],[4754,3454],[4759,3447],[4764,3445],[4770,3431],[4768,3441],[4779,3420],[4776,3428],[4785,3410],[5310,6762],[4784,3418],[4792,3402],[4789,3423],[4798,3394],[4804,3386],[4791,3409],[4811,3376],[4798,3400],[5305,6769],[4803,3393],[4810,3383],[4817,3374],[4831,3350],[4838,3340],[4845,3330],[5309,6751],[4835,3349],[4843,3338],[4852,3327],[4861,3314],[4870,3301],[4898,3258],[4878,3291],[4905,3249],[4886,3278],[9075,9555],[5307,6759],[4915,3236],[4896,3267],[4923,3225],[4902,3256],[4932,3212],[4912,3244],[4941,3200],[4920,3233],[4950,3188],[4930,3221],[5305,6724],[4961,3174],[4939,3209],[4967,3164],[4946,3198],[4977,3152],[4956,3184],[4988,3138],[4967,3170],[4995,3126],[4974,3160],[5301,6727],[5005,3114],[4984,3148],[5015,3101],[4994,3135],[5022,3092],[5003,3122],[5011,3110],[5020,3098],[5342,4206],[5340,4218],[5298,6708],[5330,4217],[5322,4215],[5330,4230],[5319,4227],[5321,4202],[7519,3758],[7528,3758],[7536,3758],[7544,3759],[7574,3759],[5298,6719],[7591,3760],[7606,3761],[7554,3759],[7320,4219],[7320,4215],[7314,4208],[7306,4200],[7297,4192],[7289,4184],[7281,4175],[7274,4169],[7266,4161],[7256,4151],[7371,6504],[7373,6494],[7376,6485],[7375,6475],[7379,6466],[7378,6455],[7381,6446],[5293,6704],[7381,6434],[7384,6426],[7383,6414],[7386,6404],[7379,6403],[4810,1860],[4802,1859],[4796,1854],[4789,1854],[5288,6679],[4782,1849],[4774,1848],[4768,1843],[4762,1843],[4755,1838],[9663,6259],[9666,6241],[9662,6230],[9658,6219],[9654,6206],[5288,6689],[9648,6195],[9644,6184],[9640,6173],[5118,2884],[5124,2885],[5132,2885],[5138,2885],[5145,2885],[5152,2885],[5159,2885],[5283,6664],[5111,2885],[7203,6764],[5282,6674],[5402,4902],[5403,4892],[5404,4880],[3940,4423],[3943,4414],[3949,4412],[3951,4405],[3956,4405],[5280,6656],[3959,4396],[3965,4394],[3968,4385],[3975,4383],[3977,4374],[3984,4373],[3985,4364],[3993,4362],[3996,4353],[4002,4352],[5274,6651],[4003,4345],[4010,4342],[4012,4334],[4019,4333],[3990,4373],[3993,4378],[4001,4383],[5275,6641],[5268,6635],[7695,8032],[7708,8031],[7722,8031],[7737,8030],[7751,8029],[7766,8028],[7115,4842],[7123,4839],[7131,4836],[7139,4833],[5269,6625],[7145,4831],[7152,4828],[7159,4826],[7166,4823],[7175,4824],[7183,4825],[7190,4826],[7198,4828],[7206,4829],[5263,6619],[7073,6771],[7067,6763],[7061,6755],[7055,6748],[7047,6737],[7041,6730],[4408,4550],[4376,2912],[5263,6609],[4381,2920],[4388,2929],[4393,2936],[4398,2944],[4401,2951],[4399,2960],[4394,2969],[4389,2977],[4385,2986],[4380,2994],[5257,6604],[4375,3004],[4373,3015],[4368,3024],[4361,3034],[4354,3041],[4347,3046],[4381,3008],[4384,3001],[4389,2992],[4393,2985],[5257,6593],[4397,2977],[7060,5407],[7066,5405],[4387,4187],[5250,6586],[7073,5405],[7080,5404],[7091,5401],[7100,5399],[7103,5412],[7113,5416],[5251,6577],[5244,6559],[5302,1045],[5297,1042],[6398,6895],[6392,6899],[6385,6905],[6379,6909],[6372,6915],[6365,6919],[6359,6924],[6878,3902],[6879,3919],[6879,3930],[6880,3942],[6881,3973],[6882,3989],[6882,4001],[6883,4021],[6884,4037],[6884,4055],[6885,4078],[6885,4087],[6885,4106],[6880,4122],[6876,4138],[6869,4159],[6866,4169],[6862,4185],[6857,4201],[5240,6551],[6854,4213],[6852,4228],[6853,4245],[6854,4264],[6854,4279],[6854,4286],[6535,3540],[6544,3543],[6555,3548],[5237,6554],[6438,6485],[6445,6494],[6452,6502],[6460,6511],[6467,6519],[6474,6528],[6480,6536],[6488,6544],[6494,6552],[6502,6562],[5238,6546],[6511,6572],[6519,6581],[6527,6591],[6534,6600],[6542,6610],[4545,3953],[4543,3960],[4547,3967],[4546,3974],[4549,3980],[4548,3988],[4551,3993],[4550,4001],[5102,1443],[5102,1432],[5105,1422],[5109,1413],[5112,1403],[5115,1395],[5119,1386],[5233,6531],[5122,1378],[5125,1369],[5128,1360],[5131,1353],[5134,1344],[5137,1336],[5141,1327],[5143,1320],[5146,1311],[5150,1303],[7840,7232],[5226,6525],[5153,1293],[5958,4562],[5961,4553],[5958,4544],[5961,4536],[5957,4527],[5960,4518],[5957,4508],[5960,4492],[5957,4499],[5227,6516],[5956,4484],[5959,4458],[5956,4466],[5958,4432],[5956,4449],[5957,4414],[5956,4440],[5957,4397],[5955,4423],[5220,6510],[5956,4383],[5955,4405],[5956,4364],[5955,4388],[5954,4371],[8019,6245],[8021,6252],[8028,6258],[8036,6263],[8044,6268],[5222,6500],[8054,6270],[8063,6272],[8073,6276],[8081,6277],[8090,6277],[6532,6305],[6537,6316],[6542,6329],[6546,6341],[6549,6355],[5215,6494],[6551,6367],[4438,3400],[4445,3400],[4450,3393],[4455,3394],[4460,3388],[4466,3388],[4470,3383],[4478,3382],[4484,3378],[5216,6484],[4491,3379],[4495,3376],[4501,3377],[4506,3373],[4512,3375],[4515,3371],[4521,3373],[4526,3369],[4533,3370],[4537,3366],[5210,6478],[4542,3368],[4546,3365],[4552,3366],[5973,6279],[5979,6283],[5988,6289],[5997,6291],[8937,7433],[8948,7438],[8962,7439],[5212,6470],[8969,7446],[8971,7458],[8973,7472],[8976,7481],[8978,7491],[8984,7495],[8987,7540],[8986,7550],[8986,7559],[7436,4018],[5206,6463],[7459,4020],[7473,4023],[7495,4028],[7507,4030],[8001,3709],[8005,3702],[8009,3694],[8013,3685],[8016,3677],[5207,6456],[8021,3668],[8024,3661],[8031,3647],[8034,3641],[8038,3633],[8042,3624],[8045,3616],[8050,3608],[8053,3600],[8057,3591],[7784,7038],[5203,6451],[8063,3580],[8067,3571],[8071,3562],[8076,3553],[8080,3543],[8085,3534],[8089,3524],[8093,3515],[8098,3508],[8104,3503],[5199,6447],[8110,3498],[8116,3495],[8123,3490],[8130,3486],[8137,3481],[8142,3475],[8147,3467],[8150,3459],[8154,3451],[8159,3437],[5203,6442],[7228,5847],[7232,5841],[7235,5835],[7238,5830],[7241,5825],[7244,5819],[7247,5814],[7250,5807],[7253,5802],[7258,5795],[5198,6443],[7258,5797],[7258,5789],[7264,5784],[7268,5788],[7268,5792],[7265,5797],[7262,5800],[7268,5803],[7274,5808],[7281,5813],[7286,5818],[7290,5824],[7294,5830],[7458,4279],[7465,4280],[7472,4282],[7478,4283],[7486,4285],[7492,4286],[7501,4287],[7506,4290],[7513,4291],[7520,4293],[7527,4294],[7928,4058],[7938,4059],[7947,4061],[7955,4062],[7963,4060],[7970,4061],[5264,7024],[7977,4062],[7984,4063],[7992,4065],[7999,4066],[8007,4067],[8016,4068],[8028,4070],[6621,3623],[6613,3621],[6602,3619],[5270,7023],[6591,3617],[6581,3615],[6572,3613],[6561,3611],[6550,3609],[6540,3608],[6531,3607],[6519,3608],[7115,6770],[7120,6773],[5269,7032],[7125,6782],[7133,6787],[7137,6795],[7143,6797],[7146,6804],[7150,6806],[7152,6811],[7158,6814],[7162,6822],[7169,6826],[5308,6744],[7173,6834],[7179,6837],[7185,6847],[7191,6850],[7193,6856],[7199,6859],[7203,6867],[7211,6872],[7212,6877],[7218,6879],[4534,4869],[5306,6734],[7221,6886],[7226,6888],[7229,6895],[9529,6078],[9531,6065],[9532,6051],[9534,6037],[9536,6021],[9537,6008],[9538,5995],[5196,6438],[9540,5983],[9541,5974],[9542,5962],[3996,4494],[4003,4491],[4008,4489],[4014,4487],[4023,4480],[4031,4481],[4035,4475],[5201,6437],[4042,4476],[4043,4472],[4048,4478],[4050,4470],[4059,4481],[4054,4475],[4068,4489],[4065,4480],[4076,4499],[4074,4490],[5198,6434],[4084,4500],[4082,4494],[4095,4502],[4091,4496],[4106,4505],[4102,4499],[4117,4508],[4112,4502],[4128,4503],[4122,4501],[5192,6427],[4138,4498],[4131,4497],[4149,4493],[4142,4491],[5819,6086],[5826,6077],[5832,6075],[5834,6066],[5195,6434],[5840,6062],[5842,6052],[5849,6047],[5851,6038],[5858,6033],[5860,6023],[5867,6018],[5868,6010],[5829,6069],[5821,6061],[5822,6056],[5827,6048],[5832,6039],[5837,6031],[5802,6033],[5808,6020],[5813,6012],[5198,6448],[5844,6033],[5837,6025],[5834,6014],[5840,6004],[5820,6006],[5831,6003],[5839,5997],[5844,5992],[5849,5988],[4491,2372],[4487,2364],[4498,2379],[4497,2374],[4504,2381],[4514,2379],[4510,2382],[5199,6451],[4518,2382],[5511,5484],[5507,5490],[5504,5496],[5501,5502],[5498,5508],[5495,5514],[5491,5520],[6571,3543],[2100,2893],[6097,4127],[6580,3547],[6591,3552],[6602,3557],[6613,3561],[4603,3405],[4604,3414],[4606,3423],[4425,2200],[4429,2195],[4433,2189],[4440,2191],[4446,2193],[4452,2197],[4457,2203],[4461,2208],[7233,6289],[7216,6292],[6921,7731],[6920,7741],[6918,7749],[6917,7758],[6916,7768],[6914,7776],[6913,7785],[6912,7793],[6910,7802],[6909,7812],[8292,5875],[8302,5876],[8299,5882],[8301,5900],[8302,5912],[4758,2002],[4748,1998],[4739,1995],[6881,6485],[6871,6490],[6861,6495],[6851,6499],[6842,6504],[6832,6508],[6822,6513],[6811,6518],[6803,6521],[6794,6526],[6786,6529],[6779,6532],[6772,6532],[6764,6532],[6757,6532],[6749,6530],[6741,6528],[6733,6526],[6725,6525],[6719,6524],[6713,6522],[6707,6521],[6700,6520],[6693,6519],[6686,6518],[4701,7314],[6681,6518],[6674,6517],[6668,6517],[6662,6517],[6656,6517],[6651,6515],[6646,6508],[6733,6518],[4700,7306],[4889,1940],[4901,1941],[4912,1943],[4707,7312],[4922,1944],[4932,1945],[4939,1945],[4945,1945],[4952,1945],[4959,1946],[4966,1946],[4458,2801],[4451,2805],[4457,2814],[4707,7305],[4446,2809],[4461,2823],[4454,2827],[4443,2836],[7393,7187],[7389,7163],[7388,7154],[6655,3915],[4712,7311],[7388,7137],[6456,6401],[6462,6391],[6461,6384],[6466,6377],[6477,6362],[6485,6354],[6492,6348],[6503,6338],[6512,6331],[4713,7304],[6521,6318],[6525,6306],[6528,6295],[4467,2798],[4476,2791],[4566,2923],[4719,7309],[4563,2918],[4563,2911],[4560,2906],[4557,2896],[4556,2889],[4553,2884],[7057,7724],[7056,7733],[7055,7742],[4720,7303],[7054,7750],[7051,7757],[7050,7764],[7049,7772],[7048,7779],[7047,7786],[7046,7794],[7045,7802],[6460,4311],[6460,4303],[4722,7310],[6459,4296],[6459,4288],[6459,4279],[6459,4273],[6458,4265],[6458,4257],[6460,4247],[6459,4240],[6459,4232],[6459,4225],[4724,7302],[6459,4218],[6458,4209],[6458,4203],[6458,4196],[6458,4187],[6457,4180],[6457,4173],[6457,4165],[6457,4158],[6456,4150],[4724,7307],[6456,4143],[6456,4134],[6455,4127],[6455,4120],[5634,4819],[5640,4816],[5645,4816],[5651,4817],[5657,4818],[5705,4839],[4730,7302],[5710,4843],[5715,4848],[5720,4853],[5724,4859],[5728,4865],[5732,4871],[5735,4878],[5738,4885],[5687,4829],[5670,4820],[4730,7305],[5676,4823],[5681,4826],[3702,1533],[3708,1528],[3715,1523],[3721,1518],[3726,1513],[3733,1507],[3739,1502],[3745,1497],[4735,7302],[3752,1492],[3758,1486],[3763,1483],[3772,1472],[3777,1473],[3782,1467],[3787,1467],[3791,1461],[3798,1460],[3799,1456],[6612,3817],[4736,7305],[3806,1455],[3808,1451],[3815,1450],[3820,1443],[3829,1436],[3832,1437],[3836,1430],[3842,1429],[4740,7301],[3844,1424],[3849,1422],[3852,1416],[3826,756],[3817,728],[3812,714],[3806,697],[3793,666],[3786,650],[3780,637],[4742,7304],[4747,7302],[4746,7306],[4480,1854],[4480,1849],[4475,1842],[4479,1841],[4475,1837],[4479,1833],[4476,1828],[4752,7301],[4479,1821],[4476,1814],[4481,1805],[4474,1848],[4483,1782],[4479,1792],[4485,1765],[4481,1774],[4487,1743],[4483,1754],[4752,7304],[4489,1724],[4485,1733],[4493,1706],[4487,1712],[4487,1690],[4486,1680],[4485,1670],[4485,1660],[4485,1650],[4757,7302],[4485,1642],[4484,1632],[4483,1625],[4482,1613],[4481,1604],[4480,1595],[4479,1586],[4479,1575],[4478,1565],[4477,1556],[4758,7305],[4475,1546],[4472,1535],[4469,1525],[4486,1770],[4490,1760],[4488,1756],[4492,1748],[4493,1739],[4494,1730],[4490,1718],[4763,7300],[4494,1718],[4495,1710],[4496,1699],[4496,1688],[4500,1674],[4492,1664],[4499,1662],[4499,1650],[4492,1646],[6746,3609],[4763,7304],[4496,1637],[4492,1628],[4490,1616],[4488,1605],[4487,1700],[5823,3339],[5824,3348],[5831,3339],[5836,3343],[4768,7301],[5842,3338],[5847,3342],[5853,3336],[5861,3340],[5862,3333],[5869,3339],[5868,3332],[5877,3339],[5878,3331],[5887,3338],[4769,7304],[5887,3332],[5897,3338],[5897,3333],[5907,3339],[5907,3333],[5915,3338],[5914,3332],[5921,3331],[5922,3337],[4775,7299],[5939,3333],[5945,3339],[5948,3347],[5952,3358],[5955,3367],[5957,3375],[5957,3386],[4775,7303],[5929,5232],[5934,5229],[5924,5226],[5929,5222],[5919,5220],[4781,7300],[5923,5215],[5914,5213],[5908,5204],[5913,5201],[5904,5200],[5908,5195],[5899,5192],[5902,5187],[5894,5185],[4781,7304],[5897,5180],[5888,5178],[5892,5174],[5883,5171],[5887,5167],[5877,5163],[5881,5159],[5872,5156],[5876,5152],[5867,5149],[4787,7298],[5871,5145],[5862,5143],[5866,5139],[5856,5139],[5860,5134],[5849,5135],[5853,5130],[5843,5130],[5846,5126],[5837,5126],[4788,7302],[5840,5120],[5831,5123],[5834,5116],[5826,5120],[5826,5112],[5818,5115],[5819,5108],[5812,5110],[5813,5103],[5804,5106],[4792,7299],[5806,5099],[5797,5101],[5799,5095],[5791,5097],[5792,5091],[5784,5092],[5786,5086],[5777,5088],[5779,5082],[5770,5084],[6772,3509],[4793,7303],[5772,5078],[5764,5079],[5765,5073],[5757,5075],[5758,5069],[5750,5071],[5744,5067],[5737,5064],[4797,7297],[5740,5056],[5729,5058],[5733,5052],[5724,5055],[5726,5048],[5718,5051],[5720,5044],[5713,5048],[5713,5040],[5706,5044],[4797,7301],[5707,5036],[5700,5039],[5700,5032],[5694,5036],[5694,5028],[5687,5032],[5687,5024],[5681,5027],[5675,5024],[4800,7298],[5675,5016],[5668,5019],[5668,5012],[5661,5015],[5662,5008],[5655,5011],[5655,5004],[5648,5007],[5649,4999],[5642,5004],[4802,7302],[4804,7297],[5546,4992],[5540,4992],[4808,7301],[5535,4992],[4806,7297],[5650,5011],[5652,5015],[4813,7302],[5657,5017],[5662,5021],[5668,5024],[5674,5028],[5681,5032],[5686,5036],[5691,5038],[5696,5042],[5700,5045],[5705,5047],[4819,7296],[5709,5050],[5714,5053],[5719,5056],[5724,5059],[5731,5064],[6813,3363],[4819,7300],[5672,5024],[5679,5028],[4825,7296],[5670,5030],[5677,5033],[5668,5036],[5675,5039],[5666,5041],[5673,5045],[5664,5047],[5670,5051],[5662,5052],[5668,5057],[4825,7301],[5664,5058],[5735,5063],[5726,5066],[5724,5071],[5722,5076],[5720,5082],[5726,5085],[4830,7295],[5718,5086],[5717,5094],[5713,5093],[5708,5090],[5703,5087],[5698,5084],[5695,5083],[5690,5080],[4830,7299],[5685,5077],[5680,5074],[5675,5071],[5670,5068],[5665,5065],[5660,5061],[5655,5058],[5650,5055],[5645,5053],[5640,5050],[4835,7297],[5635,5047],[5731,5056],[4835,7300],[5528,4991],[3551,2707],[3547,2713],[3554,2692],[3549,2700],[3558,2674],[4841,7295],[3552,2685],[3561,2659],[3556,2666],[3565,2643],[3560,2651],[3568,2625],[3563,2633],[3572,2609],[3567,2617],[3576,2588],[4842,7299],[3571,2598],[3574,2582],[3581,2565],[3580,2555],[3586,2544],[3584,2538],[3588,2532],[3587,2522],[3592,2515],[4847,7296],[3590,2506],[3595,2499],[3594,2491],[3598,2485],[3597,2477],[3601,2473],[3600,2459],[3603,2457],[3601,2454],[3605,2448],[8041,5883],[4847,7299],[3604,2440],[3610,2430],[3609,2419],[3614,2407],[3613,2398],[3616,2391],[3614,2384],[3618,2378],[3616,2370],[3619,2362],[4853,7294],[3617,2355],[3622,2345],[3620,2335],[3623,2328],[3621,2320],[3626,2314],[3623,2303],[3627,2296],[3626,2289],[3629,2282],[4853,7298],[3628,2275],[3631,2271],[3631,2263],[3634,2258],[3634,2251],[3638,2246],[3637,2240],[3627,2300],[3629,2294],[4858,7295],[3631,2288],[3632,2283],[3634,2277],[3632,2274],[3636,2270],[3635,2266],[3638,2264],[3637,2260],[3639,2258],[3639,2253],[4858,7299],[3641,2252],[3640,2248],[3643,2245],[3643,2240],[3632,2320],[3639,2324],[3646,2328],[3626,2316],[3643,2227],[3643,2217],[4864,7293],[3651,2199],[3647,2203],[3647,2211],[3651,2188],[3656,2179],[3656,2168],[3660,2159],[3660,2150],[3663,2168],[3665,2130],[4864,7297],[3669,2161],[3673,2152],[3677,2138],[3679,2128],[3673,2121],[3664,2140],[3669,2124],[3670,2113],[3676,2113],[3675,2096],[4869,7294],[3675,2105],[3679,2073],[3680,2085],[3683,2053],[3683,2065],[3686,2046],[3686,2033],[3678,2023],[3684,2026],[3671,2020],[4870,7298],[3665,2017],[3659,2014],[3652,2011],[3644,2007],[3537,2711],[3530,2713],[4876,7293],[6241,5124],[4876,7296],[5237,4388],[5234,4380],[5230,4373],[5226,4365],[5222,4358],[5219,4351],[5215,4343],[5211,4335],[5206,4326],[5204,4321],[4882,7293],[5200,4314],[5196,4306],[5192,4299],[5189,4292],[5185,4284],[5181,4277],[5177,4268],[5173,4261],[5169,4252],[5165,4244],[4882,7297],[5160,4236],[6290,6677],[6291,6684],[6292,6691],[6293,6699],[6294,6705],[6296,6713],[6298,6720],[6301,6728],[6303,6734],[4887,7292],[6306,6741],[6309,6748],[6311,6754],[6314,6761],[6317,6768],[6318,6773],[6385,2555],[6385,2545],[6386,2534],[6387,2526],[4887,7295],[6388,2518],[6389,2510],[6389,2490],[6389,2481],[6390,2470],[6391,2460],[6392,2449],[6393,2439],[6406,2378],[4893,7292],[6412,2380],[6419,2381],[6425,2383],[6432,2384],[6438,2385],[6445,2387],[4893,7296],[6677,4364],[4899,7291],[6677,4373],[6678,4381],[6678,4390],[6679,4399],[6679,4409],[6679,4419],[6680,4428],[6680,4438],[6681,4447],[9268,6248],[4899,7295],[9268,6264],[9254,6260],[9268,6279],[9253,6275],[9268,6291],[9267,6304],[9266,6316],[9265,6328],[9258,6349],[9253,6360],[4905,7292],[9248,6370],[9241,6376],[9235,6384],[9229,6390],[8295,8658],[8300,8666],[8304,8673],[6200,6992],[6206,7000],[6212,7007],[5768,4635],[4905,7296],[6216,7013],[6220,7018],[6224,7024],[6229,7030],[6233,7036],[6238,7042],[6243,7049],[6248,7056],[6253,7062],[6258,7068],[4911,7290],[6261,7073],[6267,7080],[6272,7084],[4324,4837],[4325,4843],[4327,4851],[5736,3358],[5727,3355],[5718,3352],[4911,7294],[5715,3337],[5709,3326],[5714,3323],[4975,3373],[4979,3367],[4983,3361],[4983,3355],[3626,2636],[3629,2646],[3628,2655],[4916,7291],[3633,2662],[3633,2673],[3639,2679],[3641,2687],[3648,2694],[3649,2701],[3654,2694],[3661,2690],[3665,2683],[3673,2679],[4916,7295],[3678,2670],[3684,2667],[3697,2650],[3692,2660],[3710,2638],[3705,2647],[3724,2623],[3717,2635],[7251,4961],[7256,4964],[4923,7290],[7262,4968],[7269,4971],[7276,4975],[7283,4977],[7290,4980],[7296,4983],[7303,4986],[7310,4989],[7317,4992],[6178,5595],[4922,7294],[6186,5598],[6193,5601],[6200,5604],[6206,5607],[6213,5610],[6220,5613],[6227,5616],[6232,5618],[6240,5622],[6247,5625],[4928,7290],[6261,5630],[6268,5633],[6274,5635],[6280,5637],[6287,5640],[6293,5642],[6300,5645],[6306,5647],[6313,5650],[6320,5652],[4929,7294],[6323,5659],[6329,5660],[6337,5663],[6345,5667],[6353,5670],[6363,5675],[6370,5678],[6378,5681],[6386,5684],[6393,5688],[4934,7289],[6399,5690],[6406,5693],[6414,5697],[6422,5700],[6446,5710],[6460,5720],[6091,5064],[4935,7293],[5921,6300],[5919,6287],[5915,6276],[5912,6262],[5909,6250],[5905,6237],[5902,6224],[5899,6211],[5895,6197],[5896,6160],[4940,7289],[5892,6152],[5884,6148],[5880,6140],[5874,6138],[5871,6130],[4944,7288],[5863,6127],[5859,6119],[5852,6116],[4946,7292],[5848,6108],[5841,6105],[5837,6096],[4803,7301],[5830,6093],[5794,6049],[5787,6054],[5790,6050],[5795,6044],[4812,7296],[5801,6042],[5808,6048],[5815,6055],[9382,6278],[9383,6266],[9385,6253],[9386,6239],[9387,6223],[4813,7300],[9389,6207],[9390,6198],[9391,6185],[9392,6172],[9394,6157],[9395,6145],[9397,6128],[7698,5911],[7694,5909],[7693,5894],[4816,7296],[7692,5879],[7690,5868],[7687,5854],[7683,5846],[7679,5830],[7677,5816],[7675,5801],[6009,6196],[6013,6199],[6018,6204],[4930,7293],[6024,6210],[6029,6215],[6035,6221],[6041,6227],[6046,6233],[5154,4284],[5147,4285],[5143,4293],[5137,4294],[5133,4301],[3350,6355],[2078,2868],[6083,5108],[5128,4301],[5123,4310],[5117,4310],[7839,5192],[7846,5192],[7852,5191],[7867,5191],[7875,5190],[7881,5190],[6433,5603],[6440,5591],[6444,5579],[6448,5568],[6453,5556],[6457,5544],[6463,5528],[6466,5520],[6469,5512],[6472,5504],[6475,5494],[5833,3754],[5844,3754],[4798,1894],[4790,1891],[4780,1887],[4770,1883],[4761,1880],[4751,1876],[4592,2778],[4593,2770],[4596,2762],[4600,2754],[4602,2749],[4604,2743],[4606,2738],[4609,2731],[4612,2723],[4616,2715],[4624,2696],[5247,6400],[4627,2689],[4630,2682],[4633,2675],[5181,1271],[5171,1264],[5160,1258],[5150,1252],[5255,6397],[5140,1245],[5130,1239],[5127,1233],[5116,1227],[5106,1220],[5101,1220],[5091,1214],[5080,1207],[5071,1201],[7783,6502],[5263,6394],[7794,6498],[7807,6493],[7816,6489],[7829,6484],[7840,6480],[7861,6472],[7872,6467],[7884,6463],[7895,6459],[5271,6391],[4791,2490],[4792,2483],[4793,2476],[4794,2468],[4796,2460],[4799,2452],[4802,2443],[4804,2435],[4806,2427],[4809,2420],[5278,6388],[4811,2412],[4814,2403],[4818,2395],[4820,2388],[4823,2380],[4826,2373],[4829,2366],[4833,2359],[4838,2354],[4842,2346],[3129,2716],[4843,2338],[4847,2332],[4851,2324],[4853,2317],[4856,2310],[4858,2302],[4861,2293],[4863,2285],[4865,2278],[4866,2271],[5586,4007],[3134,2724],[4868,2262],[4870,2254],[4871,2245],[4872,2237],[4873,2230],[4873,2222],[4874,2213],[4874,2205],[4874,2196],[1820,5702],[4877,2179],[4873,2188],[4876,2162],[4872,2170],[4875,2145],[4873,2155],[4877,2155],[4872,2138],[4889,2160],[4894,2160],[1811,5710],[4900,2159],[4906,2158],[4911,2158],[4918,2159],[4923,2161],[4929,2163],[4935,2164],[4941,2164],[4946,2164],[4039,8187],[4044,8182],[4050,8176],[4056,8171],[4062,8165],[4068,8161],[4073,8156],[5369,3978],[4079,8150],[4083,8146],[4089,8141],[4096,8135],[4101,8130],[4106,8125],[4118,8115],[4123,8110],[4709,3505],[4710,3499],[4708,3489],[4711,3481],[4709,3472],[4712,3463],[4710,3452],[4128,8105],[4713,3445],[4711,3436],[4714,3427],[4712,3419],[4715,3411],[4712,3404],[4715,3397],[4714,3375],[4716,3383],[4714,3358],[9232,5842],[3515,6279],[4717,3348],[4715,3341],[4705,5044],[4704,5051],[4712,5054],[4720,5056],[4687,4912],[4682,4917],[4684,4925],[3517,6270],[4679,4930],[4682,4937],[4676,4943],[4679,4950],[4674,4955],[4676,4964],[4671,4968],[4674,4976],[4669,4981],[4671,4988],[3513,6261],[4666,4993],[4669,5001],[4664,5006],[4666,5014],[4662,5017],[4664,5025],[4659,5030],[4661,5038],[4656,5042],[4659,5051],[3515,6252],[4654,5054],[4656,5064],[4651,5066],[4651,5087],[4650,5073],[4649,5098],[4649,5076],[4646,5111],[4649,5078],[4644,5123],[3512,6245],[4646,5090],[4644,5103],[4648,5061],[4649,5055],[4651,5049],[3518,6239],[4654,5001],[4656,4992],[4658,4982],[4660,4973],[4662,4964],[4665,4954],[4667,4945],[4669,4936],[4671,4927],[4689,4928],[3519,6231],[4687,4937],[4684,4953],[4682,4963],[4679,4978],[4677,4987],[4675,4996],[4678,4999],[4672,5013],[4042,7608],[4035,7606],[4022,2980],[4029,2980],[4034,2977],[4038,2971],[4040,2966],[4040,2958],[4037,2950],[4028,7604],[4032,2945],[4029,2944],[4023,2943],[4017,2946],[4013,2952],[4011,2958],[4011,2966],[4014,2973],[4019,2978],[4112,3002],[5526,4216],[4021,7601],[4112,3008],[4107,2999],[4109,3007],[4104,2998],[4105,3005],[4102,2997],[4099,3001],[4098,2995],[4095,2999],[4094,2993],[4015,7598],[4092,2998],[4090,2991],[4089,2996],[4087,2989],[4085,2995],[4083,2987],[4081,2993],[4080,2986],[4078,2991],[4077,2984],[4009,7594],[4074,2989],[4073,2982],[4071,2988],[4069,2981],[4068,2986],[4067,2979],[4065,2985],[4062,2977],[4060,2982],[4059,2975],[4003,7588],[4056,2980],[4055,2973],[4054,2979],[4051,2971],[4050,2977],[4047,2969],[4045,2974],[4043,2967],[4041,2973],[4008,2950],[3997,7582],[4007,2956],[4005,2948],[4003,2954],[6357,6873],[4642,4218],[4650,4218],[4653,4223],[4659,4222],[4663,4227],[4667,4226],[3992,7576],[4671,4231],[4676,4230],[4680,4236],[4684,4237],[4689,4236],[4692,4241],[4698,4240],[4701,4246],[4707,4244],[4710,4250],[3987,7570],[4716,4248],[4718,4254],[4724,4252],[4727,4257],[4731,4256],[5981,4852],[5983,4838],[5984,4824],[5986,4810],[5987,4798],[3982,7564],[5989,4788],[5990,4775],[5992,4763],[5993,4748],[5995,4735],[5997,4721],[9084,7126],[9079,7138],[9073,7149],[9066,7162],[4009,7601],[9060,7175],[9053,7190],[9046,7205],[9037,7223],[7063,6804],[7072,6803],[7066,6795],[7057,6784],[7049,6774],[7041,6764],[3995,7587],[7033,6754],[7025,6745],[7017,6735],[7010,6726],[7003,6720],[5156,2719],[5159,2726],[5161,2733],[5165,2740],[5167,2746],[5453,4079],[3989,7580],[5171,2755],[5173,2761],[5179,2767],[5181,2775],[5183,2782],[5185,2790],[5187,2799],[5190,2807],[5191,2813],[5193,2820],[3983,7573],[6559,2686],[6567,2691],[6576,2696],[6587,2702],[6547,2677],[6540,2673],[6534,2669],[6526,2665],[6519,2661],[6512,2657],[3976,7552],[6504,2653],[6497,2649],[6490,2645],[6486,2640],[7270,3864],[7270,3847],[7265,3761],[7263,3781],[7270,3755],[3971,7543],[7268,3773],[7266,3792],[7256,3827],[7261,3823],[7262,3811],[7272,3697],[7273,3684],[7274,3665],[7272,3656],[7277,3646],[3965,7534],[7271,3727],[7273,3717],[7274,3707],[7273,3827],[7275,3815],[7276,3802],[7277,3789],[7278,3776],[3960,7524],[7280,3762],[7281,3750],[7282,3737],[7283,3726],[7284,3714],[7285,3702],[7286,3689],[7288,3677],[7289,3663],[7290,3643],[3954,7514],[7291,3631],[7292,3618],[7294,3606],[7294,3593],[7289,3592],[7267,3828],[7269,3815],[7270,3801],[3948,7504],[7271,3788],[7272,3775],[7274,3762],[7275,3752],[7276,3739],[7277,3729],[7278,3716],[7280,3705],[7280,3690],[7282,3676],[3943,7496],[7282,3663],[7284,3650],[7285,3630],[7288,3605],[7286,3617],[7365,3445],[7373,3437],[7382,3429],[7301,3478],[3937,7486],[7306,3486],[7252,4128],[7260,4117],[7268,4104],[7276,4092],[7283,4080],[7291,4067],[7300,4051],[7308,4034],[5533,4077],[3931,7477],[7312,3524],[7309,3531],[7306,3538],[7299,3540],[7295,3555],[3722,7326],[7292,3566],[7290,3579],[7296,3580],[7314,3506],[7318,3500],[7325,3492],[7333,3483],[7343,3474],[7351,3466],[7359,3459],[3719,7330],[7367,3451],[7377,3442],[7321,3507],[7329,3497],[7336,3488],[7343,3483],[7350,3476],[7357,3470],[7365,3463],[3716,7336],[7371,3456],[7379,3448],[7411,3419],[7403,3426],[7395,3433],[7388,3440],[7417,3405],[7408,3413],[7400,3421],[3714,7341],[7392,3428],[7385,3435],[7321,4039],[7317,4027],[7314,4014],[7310,4000],[7306,3986],[7301,3974],[7297,3964],[7291,3950],[3711,7346],[7288,3939],[7285,3928],[7282,3921],[7279,3913],[7275,3901],[7273,3893],[7270,3883],[7269,3872],[7302,3961],[3708,7350],[7306,3971],[7311,3984],[7315,3998],[7319,4011],[7302,3961],[7296,3944],[7292,3932],[7288,3921],[7284,3910],[7281,3899],[3706,7355],[7277,3887],[7275,3878],[7328,4045],[7327,4054],[7330,4067],[7334,4081],[7337,4093],[7340,4104],[7343,4116],[3713,7351],[7349,4124],[7356,4134],[7363,4144],[7368,4150],[7255,3930],[7264,3924],[7286,3976],[7274,3970],[7278,3947],[3707,7356],[7275,3957],[7286,3966],[7281,3954],[7290,3963],[7287,3954],[7295,3973],[7299,3985],[7306,4017],[7302,4001],[5478,4162],[3701,7362],[7304,3992],[7295,3986],[7289,3946],[7427,3396],[7428,3399],[3696,7366],[7431,3392],[7432,3395],[7435,3388],[7436,3392],[7441,3383],[7441,3388],[7445,3379],[7446,3383],[7449,3376],[7450,3379],[3690,7370],[7452,3373],[7453,3376],[7456,3370],[7457,3372],[7460,3366],[7461,3369],[7465,3366],[7469,3362],[7295,3932],[7300,3931],[3684,7373],[7298,3939],[7473,3363],[7260,3932],[7263,3938],[7265,3945],[7268,3951],[7270,3953],[7263,3951],[7258,3954],[3678,7377],[7252,3958],[7247,3959],[7241,3962],[7236,3966],[7231,3969],[7226,3972],[7281,3888],[7287,3886],[5440,4920],[5441,4908],[3672,7380],[6381,5977],[6389,5980],[6367,5980],[6374,5979],[6357,5987],[6363,5986],[6344,5994],[6351,5993],[6333,6001],[6340,6000],[3788,7409],[6321,6008],[6316,6015],[6308,6018],[6305,6026],[6296,6031],[6291,6040],[6286,6044],[6283,6047],[6279,6052],[6275,6055],[3790,7417],[5219,4898],[5192,4881],[5185,4875],[5178,4869],[5171,4862],[5164,4855],[5158,4849],[3796,7424],[5152,4842],[5145,4835],[5217,4897],[5671,4389],[5670,4382],[5669,4374],[5668,4367],[3799,7433],[7366,7758],[7360,7743],[7355,7727],[5388,4141],[3804,7440],[7349,7714],[6461,5230],[6461,5239],[6461,5248],[6460,5258],[6461,5268],[6461,5280],[6461,5287],[6461,5296],[6460,5304],[3807,7450],[6460,5313],[6460,5322],[6460,5332],[6460,5339],[6460,5349],[6460,5357],[6460,5367],[6460,5375],[6460,5383],[6460,5392],[3813,7458],[6460,5402],[6460,5409],[5113,3510],[5160,3616],[3817,7468],[7620,5134],[7617,5143],[7614,5152],[7611,5161],[7608,5171],[7605,5179],[7603,5187],[3822,7475],[7600,5196],[7881,4574],[7878,4556],[7876,4547],[5645,4350],[5646,4355],[5647,4366],[5648,4373],[5649,4382],[5650,4389],[3825,7485],[5651,4397],[5525,5550],[5531,5539],[3831,7492],[5535,5531],[5541,5519],[7868,3510],[7868,3519],[7868,3529],[7867,3538],[7866,3548],[7865,3558],[7864,3567],[7863,3577],[3834,7501],[6426,6723],[6422,6732],[5628,3355],[5630,3339],[4691,3484],[4687,3487],[4680,3484],[4676,3487],[4670,3484],[4663,3487],[3840,7509],[4659,3484],[7349,4131],[7347,4135],[7344,4141],[7342,4146],[7339,4151],[7337,4155],[7334,4160],[7332,4165],[7330,4171],[3843,7519],[7324,4180],[7319,4192],[7313,4202],[3425,2682],[3430,2681],[3437,2681],[3444,2680],[3453,2680],[3458,2676],[3464,2679],[6014,3123],[3850,7529],[3469,2676],[3475,2678],[3495,2674],[3487,2678],[3512,2673],[3504,2676],[3529,2672],[3521,2675],[3550,2671],[3539,2674],[3852,7536],[3562,2676],[3571,2679],[3580,2682],[7334,7531],[7324,7526],[7313,7521],[7305,7517],[7296,7514],[7288,7513],[6353,6809],[3858,7544],[6361,6803],[6369,6798],[6377,6792],[6386,6786],[7677,5193],[7670,5185],[7663,5182],[7657,5179],[7650,5176],[7644,5173],[3863,7553],[7637,5170],[7632,5167],[7625,5165],[7618,5161],[4751,2030],[4743,2034],[4736,2038],[4728,2042],[5602,4148],[5595,4152],[3846,7524],[5610,4146],[5602,4154],[5619,4144],[5607,4152],[5629,4143],[5616,4149],[5640,4140],[5626,4147],[5649,4139],[5635,4145],[3865,6737],[5659,4137],[5645,4144],[5673,4134],[5654,4142],[5689,4131],[5665,4140],[5700,4129],[5710,4127],[5679,4137],[3869,6731],[5718,4125],[5684,4136],[5727,4123],[5694,4134],[5739,4121],[5705,4132],[5749,4119],[5714,4130],[5759,4117],[5724,4128],[3874,6733],[5770,4115],[5779,4113],[5744,4124],[5789,4111],[5754,4122],[5798,4110],[5766,4120],[5775,4118],[3878,6728],[5817,4106],[5784,4116],[5829,4104],[5794,4114],[5839,4102],[5803,4113],[5849,4100],[5813,4111],[5856,4098],[5823,4109],[2872,7394],[5866,4096],[5834,4107],[5874,4095],[5844,4105],[5883,4093],[5853,4103],[5891,4091],[5861,4101],[5897,4090],[5871,4099],[3329,5760],[6352,4895],[5904,4089],[5880,4098],[5912,4087],[5888,4096],[5923,4085],[5898,4096],[5932,4083],[5906,4095],[5945,4081],[5918,4090],[2872,7393],[5955,4079],[5929,4088],[5967,4076],[5941,4086],[5978,4074],[5951,4084],[5963,4081],[5982,4077],[2871,7392],[5644,4152],[5651,4151],[5657,4149],[2870,7392],[5665,4148],[5670,4147],[5630,4128],[5636,4127],[5643,4126],[5649,4125],[5656,4123],[5662,4122],[5667,4121],[5662,4129],[2880,7392],[2875,7398],[9553,6114],[9573,6096],[9580,6082],[9585,6060],[9587,6044],[9589,6031],[9590,6015],[2870,7404],[9591,6001],[9593,5987],[9594,5974],[4046,4465],[4041,4464],[4038,4456],[4033,4455],[4030,4447],[4025,4445],[6259,6825],[2866,7409],[6262,6818],[6266,6810],[6268,6803],[6271,6796],[6274,6789],[6277,6783],[6279,6776],[6282,6769],[6285,6762],[6288,6755],[2863,7414],[6291,6748],[6296,6742],[6301,6735],[6306,6731],[6311,6728],[6317,6726],[6323,6726],[6329,6727],[6335,6729],[6340,6732],[2860,7414],[6343,6734],[6351,6740],[6358,6744],[6364,6736],[7540,4625],[7549,4626],[7559,4626],[4209,3174],[4214,3184],[4213,3193],[5043,3801],[2859,7419],[4218,3205],[4217,3215],[4221,3223],[4220,3231],[4224,3238],[4223,3248],[4227,3256],[4227,3265],[4231,3273],[4679,3841],[2854,7418],[4672,3843],[4666,3838],[4661,3840],[4657,3836],[4650,3838],[4646,3834],[4382,3110],[4382,3119],[4387,3129],[4386,3137],[2844,7416],[4391,3145],[4390,3149],[3529,2689],[3531,2679],[3533,2669],[3535,2658],[3538,2646],[3541,2634],[3543,2623],[3546,2611],[2848,7420],[3548,2599],[3551,2587],[3553,2576],[3553,2566],[3557,2559],[3557,2549],[3561,2541],[3561,2531],[3564,2523],[3565,2512],[2977,7162],[3569,2500],[3569,2491],[3573,2481],[3573,2471],[3576,2463],[3576,2453],[3579,2441],[3580,2433],[3582,2423],[3584,2413],[2978,7157],[3586,2404],[3589,2393],[5035,4661],[5037,4657],[5043,4657],[5049,4657],[5053,4653],[5058,4648],[5063,4643],[5066,4639],[5074,4638],[5079,4632],[5084,4636],[5090,4631],[5095,4636],[5100,4631],[5108,4636],[5117,4634],[5126,4634],[5134,4634],[5142,4634],[5151,4633],[5159,4633],[5168,4633],[5176,4632],[5186,4632],[5194,4632],[5200,4630],[5201,4627],[5207,4626],[3519,6342],[5214,4626],[5210,4629],[5209,4636],[5205,4635],[5206,4642],[5211,4642],[5213,4650],[4738,2837],[4738,2822],[4734,2806],[3519,6353],[4730,2785],[4726,2764],[4733,2749],[4738,2730],[6879,3594],[6880,3608],[6880,3620],[6881,3631],[6881,3643],[6881,3656],[4987,3759],[3522,6362],[6882,3671],[6882,3684],[6883,3698],[6883,3711],[6884,3726],[6885,3739],[6885,3750],[4338,4760],[4337,4756],[4331,4732],[3521,6372],[4333,4724],[4339,4715],[4316,4789],[4318,4788],[4320,4788],[4322,4787],[396,7769],[5567,4893],[5568,4887],[5575,4888],[5581,4889],[5587,4891],[389,7767],[5592,4892],[5597,4894],[5603,4895],[5609,4897],[7733,6006],[7738,6014],[7744,6024],[7749,6032],[7789,5986],[7794,5994],[381,7765],[8934,7188],[8938,7180],[8942,7171],[8947,7161],[8978,7078],[8981,7069],[8983,7059],[8985,7049],[8986,7042],[8988,7036],[373,7763],[9010,6961],[9014,6951],[9018,6941],[9022,6933],[9026,6923],[9029,6915],[9033,6913],[9036,6906],[9037,6896],[9042,6881],[366,7761],[9047,6868],[9053,6859],[9056,6851],[9059,6842],[6801,3998],[6808,3997],[6815,3997],[6822,3997],[6828,3996],[6835,3996],[359,7759],[6840,3995],[6848,3995],[6854,3994],[6861,3994],[6866,3994],[6873,3993],[6879,3993],[6885,3992],[6890,3992],[6897,3991],[351,7756],[6903,3991],[6910,3991],[7209,4899],[7201,4896],[7193,4894],[7185,4891],[7177,4889],[7170,4887],[7161,4887],[7153,4887],[344,7754],[7145,4886],[8351,8623],[8346,8615],[8341,8609],[8339,8604],[8334,8602],[7890,7137],[7888,7128],[7885,7119],[7884,7110],[5555,3864],[337,7755],[4566,4456],[4561,4451],[4557,4452],[4552,4447],[4547,4448],[4544,4444],[4539,4445],[4534,4440],[4526,4440],[4521,4435],[845,5513],[4515,4435],[4510,4430],[7790,6182],[7793,6194],[7504,5878],[7512,5883],[7518,5892],[7524,5904],[7528,5917],[7529,5925],[851,5518],[7531,5943],[7537,5975],[8265,3632],[8270,3624],[8274,3618],[8279,3611],[8284,3604],[8288,3597],[8293,3590],[857,5515],[8298,3582],[8303,3576],[8308,3569],[8312,3561],[8316,3554],[8320,3547],[8324,3539],[8328,3532],[8332,3524],[4961,505],[863,5521],[4962,499],[4966,489],[4969,480],[4973,469],[4976,460],[4979,451],[4982,441],[4986,432],[4989,422],[4993,413],[870,5518],[4996,403],[4998,396],[5002,387],[5006,375],[5013,353],[5016,345],[5020,333],[5023,326],[5027,313],[5030,304],[875,5523],[5033,295],[5036,288],[5039,279],[5042,271],[5044,263],[5047,255],[5049,245],[5052,236],[5054,228],[5057,218],[881,5520],[5060,209],[5063,200],[5066,192],[5069,183],[5072,174],[5075,165],[5077,157],[5081,149],[5084,141],[5087,133],[887,5524],[5090,124],[5094,116],[5097,108],[5100,100],[5104,91],[5107,83],[5110,75],[5114,67],[5117,58],[5121,49],[891,5518],[5124,41],[5127,33],[5131,25],[5134,18],[5138,8],[5141,0],[9550,6331],[9552,6318],[9554,6306],[9558,6295],[5623,3823],[897,5515],[9562,6284],[9566,6272],[9571,6263],[9577,6252],[9583,6242],[9590,6232],[9596,6222],[9603,6212],[9609,6201],[9605,6194],[896,5508],[9616,6192],[9622,6181],[9628,6171],[9635,6161],[9641,6152],[9647,6142],[9653,6133],[9659,6124],[9664,6116],[9671,6105],[900,5501],[9678,6093],[9685,6082],[9691,6073],[9696,6065],[9702,6055],[4741,4354],[4746,4358],[4750,4362],[4755,4366],[4760,4371],[898,5493],[4765,4375],[4770,4379],[4775,4384],[4781,4389],[4786,4394],[4791,4399],[4802,4408],[4807,4413],[4808,4421],[902,5485],[4808,4428],[4808,4436],[4808,4443],[4802,4441],[4796,4439],[4790,4437],[4785,4435],[4779,4428],[4771,4425],[900,5477],[904,5470],[7933,4642],[7937,4626],[7941,4609],[7945,4593],[4746,2903],[902,5462],[4754,2887],[4763,2874],[4771,2859],[4776,2844],[4784,2828],[4792,2813],[4799,2799],[5715,4512],[5708,4513],[5701,4513],[906,5455],[5695,4513],[7486,5895],[7479,5893],[7474,5886],[7469,5888],[7464,5882],[7458,5880],[7454,5875],[904,5446],[7448,5873],[7442,5867],[7436,5865],[7432,5859],[7425,5859],[7422,5852],[7415,5851],[7410,5846],[7404,5845],[7398,5841],[5725,3790],[907,5439],[7393,5847],[7387,5849],[7408,5838],[7408,5828],[7413,5823],[902,5434],[900,5427],[7456,5889],[894,5428],[7452,5897],[7448,5905],[7111,6657],[7108,6665],[7102,6669],[7098,6678],[7091,6682],[7088,6690],[7080,6696],[7074,6704],[889,5422],[7068,6712],[7059,6722],[7052,6731],[5447,5301],[5439,5297],[5434,5294],[5429,5291],[5424,5288],[5417,5285],[5413,5282],[882,5425],[5407,5278],[5402,5275],[5397,5272],[5392,5270],[5388,5270],[5384,5269],[5378,5268],[5371,5267],[5366,5266],[5360,5265],[877,5420],[5355,5264],[5349,5263],[5343,5262],[9570,6008],[9579,6008],[9592,6009],[9604,6010],[9616,6011],[9633,6012],[9312,6146],[871,5423],[9314,6128],[9316,6112],[9317,6096],[9319,6078],[9321,6065],[9322,6051],[9324,6038],[9325,6024],[6019,6194],[6023,6186],[5266,6376],[6026,6178],[5745,3227],[5746,3219],[5747,3210],[5748,3204],[5751,3194],[5753,3186],[5755,3178],[5757,3170],[5759,3163],[5268,6385],[5761,3156],[7247,5640],[7249,5646],[7251,5654],[7253,5660],[7255,5667],[7258,5674],[7260,5680],[7262,5688],[6409,2566],[5327,562],[5591,7102],[6405,2574],[6402,2582],[6399,2590],[6205,2959],[6201,2966],[6193,2978],[5303,4029],[5309,4030],[5585,7100],[5311,4021],[5318,4020],[5321,4011],[5328,4009],[5331,4000],[5342,3988],[5349,3986],[5352,3978],[5358,3976],[5579,7099],[5361,3966],[5368,3963],[5368,3955],[5375,3953],[5376,3945],[5381,3944],[5384,3934],[5390,3933],[5391,3924],[5394,3927],[5573,7097],[5396,3918],[5399,3922],[5401,3911],[5404,3917],[5407,3905],[5410,3911],[5412,3899],[5415,3906],[5418,3894],[5423,3899],[5567,7094],[5424,3888],[5428,3894],[5430,3882],[5434,3889],[5436,3876],[5440,3883],[5368,3984],[5362,3988],[5356,3992],[5350,3997],[5562,7091],[5345,4001],[5339,4005],[5333,4010],[5322,4000],[5330,3992],[5335,3987],[5340,3981],[5346,3975],[5351,3970],[5356,3963],[5556,7088],[5377,3923],[5374,3916],[5370,3909],[5367,3904],[5380,3924],[5385,3919],[5389,3914],[5393,3909],[5398,3904],[5550,7087],[5402,3900],[5401,3893],[5397,3886],[5370,3896],[5378,3892],[5386,3886],[5393,3881],[5396,3881],[5402,3875],[5392,3874],[5544,7088],[5398,3868],[5388,3866],[5394,3861],[5385,3861],[5390,3856],[5400,3880],[5405,3881],[5409,3888],[5414,3894],[5539,7092],[6309,4444],[6311,4461],[6313,4477],[6316,4493],[5419,2670],[5424,2673],[5429,2677],[5435,2680],[5440,2684],[6553,3787],[5535,7098],[5445,2687],[5450,2691],[5455,2694],[5460,2697],[5464,2700],[5470,2704],[5476,2707],[5481,2711],[5486,2714],[5492,2718],[5531,7105],[5497,2721],[5501,2725],[5506,2729],[5512,2732],[5517,2736],[5523,2739],[5528,2743],[5533,2747],[5538,2751],[5544,2755],[5528,7109],[5550,2759],[5555,2762],[5559,2766],[5564,2769],[5568,2772],[5573,2776],[5579,2780],[5583,2783],[5588,2787],[5593,2790],[5523,7107],[5596,2792],[5602,2797],[5607,2801],[5612,2805],[5619,2809],[5623,2812],[5629,2816],[5635,2820],[5640,2824],[5518,7109],[5646,2828],[5651,2832],[5656,2836],[5662,2840],[5667,2843],[5671,2846],[5676,2850],[5682,2854],[5687,2858],[5692,2861],[5530,7113],[5697,2865],[5702,2869],[5705,2874],[5709,2878],[5712,2882],[5716,2887],[6358,5572],[5530,7121],[6362,5582],[6366,5590],[6370,5599],[6373,5607],[6377,5617],[6381,5625],[6388,5642],[6391,5650],[6399,5646],[6408,5638],[5531,7128],[6415,5631],[6422,5623],[7799,6162],[7795,6174],[7167,4819],[7164,4810],[7160,4800],[7156,4788],[7155,4779],[7159,4769],[5532,7136],[7162,4759],[7166,4749],[6964,6723],[6975,6739],[6981,6730],[5479,4767],[5476,4779],[5472,4791],[5468,4805],[5463,4812],[5536,7143],[5464,4819],[5459,4825],[5461,4830],[5456,4835],[5459,4839],[5454,4844],[5455,4851],[5446,4870],[5451,4865],[5442,4887],[6659,4060],[5541,7149],[5447,4880],[5443,4895],[4847,3237],[4850,3232],[4855,3226],[4861,3220],[4866,3214],[4870,3208],[4875,3201],[5545,7152],[4699,4750],[4709,4767],[4706,4753],[4715,4770],[4712,4756],[4721,4772],[4718,4758],[5552,7155],[4726,4775],[4724,4761],[4732,4777],[4729,4764],[4739,4780],[4735,4767],[4742,4770],[4758,4788],[4748,4773],[5557,7155],[4765,4791],[4755,4775],[4772,4794],[4761,4778],[4779,4797],[4773,4783],[4779,4786],[5562,7156],[4787,4800],[4785,4788],[4794,4805],[4800,4809],[4791,4791],[4805,4814],[4797,4794],[4809,4819],[4802,4799],[4814,4823],[5567,7157],[4807,4804],[4809,4806],[4824,4833],[4814,4811],[4827,4836],[4818,4816],[4829,4838],[4823,4821],[4833,4840],[5574,7159],[4836,4834],[4838,4844],[4838,4835],[4843,4848],[4844,4839],[4848,4852],[4854,4856],[4850,4843],[4860,4860],[4855,4847],[5580,7160],[4865,4864],[4860,4849],[4871,4868],[4864,4852],[4876,4871],[4869,4855],[4882,4875],[4874,4857],[4887,4878],[4879,4860],[3779,7740],[4892,4881],[4885,4863],[4898,4884],[4890,4866],[3773,7742],[4843,4796],[4837,4796],[4826,4794],[4830,4789],[6542,3889],[3767,7750],[4780,4769],[4772,4766],[4764,4762],[3764,7756],[4758,4759],[4750,4756],[4744,4753],[4736,4750],[4730,4747],[4723,4744],[4899,4875],[3760,7764],[4899,4879],[4007,2888],[4012,2890],[4018,2893],[3756,7773],[4023,2896],[4029,2899],[4034,2902],[4039,2904],[4046,2906],[4052,2908],[4058,2910],[4062,2912],[4070,2914],[4076,2916],[3752,7781],[4082,2918],[4088,2920],[4094,2922],[4100,2924],[4106,2925],[4113,2927],[6600,5282],[6605,5287],[6610,5293],[6614,5299],[3749,7789],[6618,5306],[6621,5312],[6481,5215],[3744,7797],[6475,5218],[6468,5221],[6461,5224],[6457,5226],[6450,5229],[6444,5231],[6437,5234],[6428,5235],[6422,5238],[6416,5240],[3740,7804],[6410,5243],[6405,5244],[6405,5235],[6405,5228],[6442,5223],[6442,5216],[3736,7812],[7749,4335],[7746,4324],[7742,4311],[7740,4303],[7737,4291],[7736,4272],[7737,4264],[7739,4253],[7739,4246],[7743,4231],[1202,4997],[7743,4218],[7744,4212],[7734,4202],[7729,4195],[7724,4186],[7719,4175],[7716,4167],[7712,4154],[7709,4142],[3489,6334],[6475,3598],[1195,4996],[7710,4131],[7707,4133],[7708,4118],[7706,4125],[7706,4105],[7705,4092],[7703,4086],[7698,4069],[7692,4064],[7833,3546],[1189,4995],[7839,3529],[7841,3520],[7844,3512],[7849,3494],[7851,3486],[7733,3917],[7733,3909],[7737,3906],[7735,3899],[7740,3895],[1183,4994],[7739,3889],[7742,3886],[7740,3880],[7745,3876],[7744,3870],[7747,3867],[7746,3860],[1177,4993],[6361,5114],[6357,5114],[6349,5120],[6334,5133],[6326,5139],[6318,5145],[6224,5206],[1170,4992],[6218,5205],[6213,5204],[6208,5203],[6204,5202],[6196,5201],[6188,5199],[6180,5197],[6173,5195],[6166,5194],[6159,5193],[1163,4990],[6152,5192],[6144,5190],[6137,5189],[6130,5188],[6123,5186],[6116,5185],[6109,5183],[6101,5181],[6094,5179],[6087,5177],[1157,4989],[6079,5175],[6072,5174],[6066,5172],[6061,5171],[6056,5174],[6054,5176],[6175,5193],[6180,5195],[6327,5623],[1145,4987],[6318,5617],[6312,5608],[6307,5599],[6300,5593],[6291,5586],[6283,5585],[6272,5583],[6265,5575],[6261,5569],[6255,5558],[1145,4987],[6248,5549],[6243,5537],[6239,5526],[6235,5514],[6230,5502],[6222,5491],[6215,5482],[6204,5461],[6193,5442],[1140,4986],[6190,5434],[6185,5426],[6181,5417],[6177,5409],[6175,5400],[6172,5391],[7115,4778],[7123,4779],[7131,4781],[7139,4781],[6524,3523],[1133,4985],[7147,4782],[7154,4783],[7160,4783],[7168,4784],[7176,4785],[7248,5557],[7243,5564],[7239,5569],[7234,5574],[7229,5579],[1126,4984],[7223,5583],[7217,5587],[7210,5591],[7206,5594],[7199,5598],[7194,5605],[7189,5605],[7212,5597],[7213,5605],[7213,5614],[7218,5622],[7277,5499],[7270,5513],[7264,5526],[7258,5540],[8927,7461],[8938,7471],[8949,7479],[8945,7492],[227,5136],[8939,7513],[8810,7261],[8823,7268],[8834,7274],[8844,7279],[8855,7286],[8867,7293],[8889,7306],[8898,7314],[8907,7321],[1114,4985],[8918,7329],[6609,3614],[6612,3601],[6615,3588],[6618,3576],[6621,3562],[6623,3550],[6626,3538],[6629,3524],[6632,3511],[1106,4984],[7474,4395],[7499,4389],[7513,4386],[7527,4386],[7534,4387],[7563,4667],[1099,4982],[7566,4654],[7568,4641],[7569,4627],[7570,4615],[7571,4603],[7572,4591],[7573,4578],[7574,4566],[7575,4554],[1092,4981],[5268,293],[5270,284],[5276,277],[5277,269],[5282,264],[5284,255],[5289,249],[5291,239],[5297,234],[5298,224],[1084,4980],[5303,220],[5305,211],[5311,205],[5313,196],[5319,190],[5320,182],[5326,175],[5329,164],[5335,158],[5338,148],[1077,4980],[5342,144],[5344,136],[5349,131],[5352,120],[5356,118],[5359,107],[5364,102],[5365,94],[5372,87],[5373,79],[6707,3508],[1071,4982],[5379,72],[5380,66],[5385,61],[5393,58],[5399,63],[5405,67],[5411,72],[5416,77],[6528,5072],[6528,5062],[1064,4984],[6527,5051],[6526,5041],[6525,5029],[6524,5019],[6524,5008],[6523,4995],[9336,6137],[9338,6120],[9340,6105],[9342,6087],[1058,4986],[9343,6072],[9346,6042],[9348,6027],[9349,6014],[9345,6061],[9345,6051],[4819,3781],[4820,3789],[4823,3768],[4824,3774],[1051,4989],[4827,3753],[4828,3762],[4831,3739],[4831,3748],[4834,3727],[4835,3735],[4838,3714],[4839,3722],[4840,3707],[4841,3712],[1042,4987],[4843,3695],[4844,3703],[4847,3681],[4848,3688],[4850,3670],[4852,3673],[4852,3663],[4856,3658],[4856,3650],[4860,3644],[1036,4993],[4859,3632],[4862,3638],[4862,3625],[4867,3619],[4867,3609],[4872,3601],[4871,3593],[4876,3585],[4876,3576],[4885,3577],[1028,4992],[4894,3581],[4882,3590],[4889,3593],[4897,3597],[4903,3598],[4913,3602],[4920,3606],[4878,3604],[4886,3608],[4894,3613],[1021,4998],[4903,3617],[4911,3621],[6269,6758],[6275,6760],[6280,6763],[6286,6765],[6291,6768],[6297,6770],[6302,6773],[6307,6775],[1013,4997],[6313,6779],[6318,6780],[6342,6790],[6334,6785],[6326,6780],[5016,1320],[5018,1314],[5020,1307],[5023,1301],[5025,1294],[1007,5002],[5029,1284],[5032,1277],[5034,1270],[5037,1263],[5040,1256],[5042,1251],[5044,1244],[5047,1236],[5049,1231],[5051,1225],[6867,3356],[1000,5001],[5054,1218],[5056,1211],[5058,1204],[5061,1196],[5063,1181],[5065,1175],[5067,1168],[5070,1161],[5072,1155],[993,5007],[5074,1147],[5076,1141],[5078,1135],[5080,1128],[5082,1120],[5085,1113],[5087,1106],[5089,1100],[5091,1093],[5093,1087],[987,5005],[5095,1080],[9783,6523],[9790,6532],[9797,6542],[9803,6552],[9810,6561],[9818,6569],[5882,4501],[5878,4493],[5881,4485],[979,5011],[5878,4473],[5881,4464],[5877,4452],[5880,4550],[5880,4562],[5880,4573],[5880,4579],[5882,4582],[5262,4436],[5264,4442],[973,5010],[5260,4447],[5262,4454],[5259,4459],[5261,4465],[5257,4470],[5259,4477],[5255,4483],[965,5016],[4893,4202],[4895,4208],[4888,4204],[4869,4188],[4872,4195],[4861,4183],[4863,4189],[4844,4173],[959,5014],[4846,4179],[4835,4168],[4835,4172],[4825,4161],[4829,4169],[4808,4151],[4811,4158],[4799,4146],[4803,4153],[4789,4140],[953,5020],[4794,4147],[7339,8062],[7342,8072],[7346,8084],[7808,7385],[7802,7385],[7797,7391],[7789,7392],[6385,4824],[6390,4823],[945,5019],[6387,4829],[7771,4380],[7772,4391],[7775,4400],[7781,4416],[7785,4425],[7789,4434],[7792,4445],[7792,4451],[938,5021],[7789,4460],[7786,4472],[7782,4486],[7780,4496],[7778,4509],[7779,4524],[7782,4531],[7785,4543],[7788,4553],[7793,4561],[6840,3496],[931,5023],[7794,4570],[7792,4578],[7790,4589],[7787,4598],[7785,4610],[7783,4622],[7781,4632],[7779,4645],[7777,4656],[7775,4665],[925,5030],[7773,4676],[7771,4687],[7769,4699],[7767,4711],[7763,4734],[7761,4743],[7759,4756],[7757,4769],[7755,4778],[924,5025],[7753,4789],[7750,4802],[7748,4814],[7747,4825],[7744,4836],[7742,4845],[7740,4860],[7738,4872],[7735,4884],[7733,4895],[921,5033],[7732,4906],[7729,4918],[7728,4927],[7726,4938],[7723,4953],[7721,4961],[7719,4972],[7717,4984],[7715,4995],[7713,5008],[915,5028],[7711,5022],[7708,5036],[7706,5047],[7704,5058],[7702,5067],[7700,5080],[7696,5102],[7692,5121],[7691,5129],[915,5036],[7688,5143],[7686,5153],[7686,5163],[7688,5179],[7689,5194],[7690,5204],[7692,5217],[7693,5228],[7694,5241],[7695,5250],[909,5030],[7696,5261],[7697,5274],[7697,5286],[7698,5297],[7699,5312],[7700,5323],[7701,5335],[7701,5351],[7702,5360],[7702,5371],[908,5038],[7703,5383],[7702,5400],[7701,5409],[7701,5415],[7694,5112],[7772,4162],[7786,4154],[7796,4149],[7799,4151],[7823,4157],[902,5032],[7834,4159],[7843,4161],[7853,4163],[7862,4163],[7870,4167],[7880,4170],[7581,7940],[7574,7942],[7575,7953],[7568,7955],[900,5041],[7569,7965],[7562,7968],[7563,7976],[7558,7977],[7557,7990],[7554,7985],[7551,8004],[7550,7993],[7548,8023],[7547,8000],[7223,4054],[896,5034],[7543,8008],[7539,8017],[3805,2678],[3813,2690],[5114,3147],[5111,3156],[5108,3164],[5105,3172],[5101,3181],[5098,3192],[894,5043],[5095,3199],[5087,3212],[5084,3220],[5079,3227],[5075,3234],[5071,3242],[5067,3248],[5063,3256],[5059,3263],[4574,4058],[889,5037],[4576,4053],[4573,4050],[4576,4046],[4573,4042],[4575,4040],[4572,4035],[4575,4030],[4572,4027],[4575,4023],[4572,4019],[888,5045],[4574,4015],[4571,4011],[4571,4004],[4573,3999],[4571,3996],[4573,3992],[4570,3988],[6913,6834],[6919,6823],[6925,6814],[882,5039],[6927,6801],[6928,6788],[6931,6764],[6932,6751],[6933,6740],[6934,6728],[7023,4832],[7015,4833],[7008,4834],[7001,4836],[881,5047],[6994,4837],[6986,4838],[6979,4840],[6972,4841],[6965,4842],[6958,4843],[6951,4844],[6944,4846],[6937,4847],[6931,4848],[875,5041],[6923,4849],[6916,4851],[6909,4852],[7481,7939],[7476,7928],[7471,7919],[7465,7905],[4386,3475],[4379,3476],[4372,3477],[874,5049],[4364,3477],[4354,3477],[4346,3482],[4340,3479],[4333,3480],[4328,3485],[4321,3482],[4314,3483],[4307,3488],[4300,3483],[867,5044],[4294,3486],[4281,3488],[4275,3488],[4269,3493],[4263,3490],[4283,2570],[4275,2556],[4270,2547],[4266,2540],[867,5051],[4262,2533],[4258,2525],[4253,2515],[4249,2510],[4246,2503],[4623,2702],[4629,2705],[4636,2708],[4642,2711],[4648,2715],[7276,3986],[862,5045],[4655,2718],[4662,2721],[4668,2724],[4674,2728],[4681,2731],[4688,2734],[4693,2737],[4699,2739],[4714,2750],[4728,2757],[860,5054],[4740,2763],[4755,2770],[4768,2777],[4780,2782],[4794,2789],[4806,2792],[7853,5083],[7854,5073],[7856,5064],[7857,5054],[855,5048],[7859,5046],[7860,5036],[7862,5027],[7863,5018],[7865,5008],[7869,4991],[7871,4982],[7874,4973],[7877,4963],[7879,4953],[853,5056],[7882,4943],[7887,4926],[7890,4915],[7892,4907],[7894,4899],[7897,4890],[7899,4881],[7902,4872],[7905,4863],[7907,4852],[848,5050],[7909,4843],[7912,4833],[7911,4824],[7909,4816],[7907,4806],[4747,4692],[4747,4705],[4745,4700],[4746,4714],[4743,4709],[846,5058],[4743,4724],[4741,4718],[4747,4726],[4754,4723],[4768,4736],[4775,4738],[4782,4740],[4789,4742],[4761,4739],[4754,4736],[841,5052],[4750,4732],[4745,4731],[4740,4729],[4734,4727],[4729,4725],[4725,4728],[4730,4733],[4728,4742],[4724,4736],[4720,4722],[840,5060],[4717,4721],[4713,4719],[4730,4715],[4736,4717],[7909,4577],[833,5055],[7922,4576],[7935,4576],[7948,4576],[7961,4576],[4861,1807],[4850,1805],[4845,1808],[4842,1817],[4839,1826],[4835,1837],[833,5063],[4832,1846],[4830,1854],[4827,1864],[4824,1872],[4821,1882],[4819,1889],[4816,1897],[4813,1907],[4809,1919],[4805,1932],[7212,3901],[830,5055],[4801,1943],[4798,1952],[4795,1961],[4793,1970],[4791,1976],[4787,1986],[4784,1997],[4781,2007],[4779,2018],[4776,2030],[826,5065],[4776,2041],[4777,2052],[6333,5329],[6334,5323],[6336,5310],[820,5059],[6337,5294],[6337,5287],[6338,5280],[6338,5271],[6339,5264],[6340,5256],[6340,5249],[6341,5242],[6360,5283],[6367,5280],[819,5067],[6367,5266],[6366,5251],[6372,5243],[6341,5233],[6342,5226],[6342,5218],[815,5060],[6343,5202],[6344,5194],[6345,5185],[6351,5183],[6358,5184],[6365,5185],[6371,5186],[6385,5188],[813,5069],[6391,5188],[6350,5177],[6350,5169],[6351,5160],[6352,5151],[6352,5140],[809,5062],[805,5071],[9868,6686],[9858,6686],[9848,6684],[9840,6681],[9829,6676],[9821,6670],[9814,6664],[801,5065],[9806,6655],[9799,6647],[9792,6638],[9785,6625],[9778,6614],[9774,6606],[9766,6594],[8906,8421],[8911,8415],[8916,8408],[798,5074],[8921,8402],[8926,8395],[8931,8389],[8936,8383],[8941,8377],[8946,8368],[8949,8359],[8951,8351],[8954,8343],[8957,8335],[5901,3296],[794,5067],[8959,8326],[8965,8315],[4651,4150],[4654,4154],[4659,4153],[4663,4158],[4669,4157],[4671,4162],[4677,4161],[4681,4166],[792,5076],[4685,4164],[4689,4170],[4694,4168],[4697,4174],[4703,4172],[4707,4178],[4712,4176],[4716,4182],[4720,4180],[4724,4186],[787,5069],[4729,4184],[4733,4189],[4737,4188],[4741,4193],[4745,4191],[4749,4197],[4753,4195],[7737,4699],[7732,4722],[785,5078],[7725,4763],[7721,4783],[7720,4800],[7710,4801],[7696,4800],[9663,6523],[9655,6525],[4658,2948],[4660,2951],[4662,2955],[783,5071],[4664,2960],[4666,2965],[4668,2970],[4670,2975],[4673,2980],[4673,2985],[4674,2992],[4674,3000],[4674,3008],[4673,3015],[778,5080],[4673,3023],[4794,2636],[4783,2644],[4773,2650],[4766,2654],[6591,5444],[6585,5447],[6580,5449],[6574,5451],[6568,5452],[775,5073],[6562,5452],[6908,3718],[6920,3717],[6930,3716],[6944,3715],[6959,3714],[6971,3713],[6985,3713],[7619,3659],[7626,3660],[772,5082],[7633,3660],[7640,3661],[7648,3662],[7659,3658],[7674,3660],[7689,3661],[7703,3662],[7716,3664],[7730,3667],[767,5076],[4608,4874],[4603,4874],[4603,4868],[4595,4864],[4591,4858],[4595,4858],[4609,4881],[4619,4885],[765,5084],[4612,4884],[4626,4891],[4620,4890],[4632,4895],[4629,4897],[4639,4897],[4638,4905],[4646,4898],[4644,4909],[4653,4899],[5869,3380],[759,5078],[4642,4902],[4649,4905],[4599,4865],[6029,4656],[6027,4652],[6020,4655],[6013,4650],[5999,4649],[758,5087],[5986,4648],[5972,4646],[5959,4644],[7125,5528],[7118,5535],[7112,5541],[7104,5544],[7097,5547],[7089,5550],[751,5081],[7080,5552],[7073,5553],[6998,3722],[6997,3712],[6997,3704],[6997,3682],[6996,3661],[751,5089],[6995,3641],[6995,3623],[6993,3602],[7507,3784],[7501,3784],[745,5083],[7495,3784],[7488,3784],[7472,3783],[7464,3783],[7458,3783],[7448,3783],[7442,3783],[7435,3782],[7429,3782],[7416,3782],[744,5091],[5197,5422],[5202,5426],[5207,5431],[5213,5436],[5218,5442],[5223,5446],[5226,5449],[5231,5454],[5236,5458],[5240,5463],[738,5085],[4285,3608],[4282,3605],[4279,3610],[4276,3608],[4272,3613],[4269,3611],[4266,3616],[4263,3614],[4260,3619],[4256,3617],[737,5093],[4253,3622],[4249,3620],[4247,3624],[4242,3623],[4241,3627],[4236,3625],[4235,3630],[4801,4059],[4796,4060],[4792,4055],[731,5088],[4787,4056],[4783,4051],[4778,4053],[4774,4047],[4769,4049],[4765,4043],[4761,4045],[4757,4040],[4751,4041],[4747,4036],[729,5096],[4743,4037],[4740,4033],[4734,4033],[4731,4028],[4725,4029],[4724,4025],[4718,4026],[4715,4021],[4710,4022],[4706,4017],[5308,5423],[6645,2944],[726,5090],[4701,4019],[4698,4014],[4692,4015],[4689,4010],[4683,4011],[4680,4006],[4675,4007],[4671,4002],[4644,4612],[4644,4607],[722,5098],[4643,4601],[4646,4596],[4648,4591],[4650,4585],[4651,4579],[4657,4581],[4662,4583],[4668,4585],[717,5092],[4673,4587],[4678,4589],[4684,4591],[4689,4593],[4706,4599],[4711,4601],[4717,4603],[4723,4605],[4677,4594],[4675,4600],[715,5100],[4674,4607],[4672,4614],[4657,4585],[4655,4592],[4654,4599],[7756,8195],[713,5094],[7755,8175],[7754,8156],[7413,5280],[7216,5133],[7226,5130],[7231,5127],[7243,5129],[7257,5138],[7266,5141],[708,5102],[7274,5145],[7285,5149],[7301,5158],[7317,5164],[7332,5171],[7345,5177],[7359,5187],[7367,5193],[7490,6455],[7494,6447],[704,5096],[7496,6440],[7498,6433],[7499,6426],[7501,6429],[7767,7841],[7760,7848],[7752,7857],[7744,7866],[7737,7874],[7730,7882],[702,5104],[7816,4878],[7807,4874],[7800,4871],[7793,4868],[4717,3417],[4720,3416],[4724,3407],[4730,3402],[4734,3393],[4738,3391],[698,5098],[4741,3384],[4747,3381],[4754,3365],[4752,3372],[4763,3352],[4760,3360],[4776,3333],[4773,3341],[4786,3320],[4783,3328],[695,5106],[4791,3317],[4795,3307],[4801,3303],[4804,3294],[6630,3116],[691,5101],[4811,3289],[7628,5902],[7621,5895],[7612,5889],[7602,5886],[7591,5884],[7581,5884],[7571,5884],[7560,5886],[7547,5890],[688,5109],[7538,5895],[7528,5900],[7763,6127],[7766,6120],[7770,6112],[7777,6108],[7783,6104],[7790,6101],[7796,6098],[7803,6095],[683,5103],[7808,6112],[7809,6125],[7809,6138],[8988,9388],[8991,9395],[682,5111],[8985,9379],[4400,4989],[4404,4992],[4402,5000],[676,5105],[4407,5004],[4391,5021],[4393,5029],[4395,5038],[4394,5052],[675,5113],[5551,4655],[5552,4638],[5552,4627],[5552,4611],[5554,4607],[668,5108],[7618,7881],[7625,7876],[7634,7871],[7651,7861],[7661,7855],[7670,7849],[7679,7844],[7698,7832],[7706,7825],[7714,7815],[668,5115],[7723,7805],[7728,7799],[7736,7790],[7750,7774],[662,5110],[6349,6817],[6354,6828],[6358,6838],[6362,6847],[6367,6858],[661,5117],[6373,6870],[6379,6884],[6384,6896],[4248,4561],[4239,4563],[4231,4564],[4223,4566],[4213,4568],[4207,4569],[4199,4569],[6618,3257],[655,5112],[4192,4570],[4182,4572],[654,5120],[8257,6257],[648,5115],[8257,6265],[8256,6272],[8255,6278],[8254,6284],[648,5122],[8248,6287],[640,5117],[641,5124],[635,5119],[634,5126],[5609,4276],[5614,4271],[5621,4272],[5627,4266],[5634,4267],[5640,4261],[5647,4263],[5653,4257],[5662,4258],[5667,4253],[627,5121],[5682,4250],[5692,4252],[5697,4247],[5702,4246],[5710,4244],[5718,4243],[627,5128],[6618,3257],[619,5124],[620,5131],[613,5126],[5659,4263],[5661,4272],[5234,2823],[5241,2820],[5247,2818],[5253,2815],[5256,2813],[5257,2806],[614,5133],[5257,2798],[5258,2791],[5259,2784],[5259,2777],[5260,2769],[5260,2761],[5259,2753],[5257,2746],[5255,2737],[5252,2730],[606,5128],[5249,2722],[5246,2715],[5243,2708],[5241,2700],[5238,2693],[5235,2686],[5232,2680],[4529,4680],[4533,4679],[4534,4685],[607,5135],[4538,4689],[4543,4694],[4548,4695],[4564,4729],[598,5131],[4568,4741],[4571,4754],[4572,4770],[4572,4787],[8317,6012],[600,5137],[8327,6009],[8338,6005],[8345,5997],[8351,5986],[8355,5977],[4939,1780],[4938,1793],[4937,1806],[4936,1817],[4935,1828],[593,5132],[4934,1839],[4935,1850],[4935,1860],[4934,1873],[4933,1884],[4932,1893],[4931,1902],[4930,1912],[4929,1922],[4928,1933],[594,5139],[4927,1942],[4927,1949],[4925,1960],[4924,1970],[4923,1982],[4922,1992],[4924,2001],[4928,2012],[4930,2021],[4933,2028],[7907,6549],[586,5134],[4935,2037],[4938,2046],[5460,4609],[5458,4617],[5460,4625],[5458,4633],[5460,4642],[5458,4650],[5461,4658],[5460,4667],[587,5141],[5456,4674],[5456,4683],[5451,4688],[5447,4704],[5448,4713],[5443,4718],[5444,4727],[5439,4733],[6442,5399],[572,5139],[6442,5392],[6442,5383],[6442,5374],[6442,5367],[6442,5357],[6442,5349],[6442,5340],[6442,5330],[6442,5321],[6442,5313],[573,5146],[6442,5304],[6442,5296],[6443,5289],[6443,5280],[6442,5271],[6442,5263],[6443,5254],[6443,5245],[6443,5235],[7649,7676],[564,5141],[7657,7677],[7663,7678],[7670,7679],[7677,7681],[7684,7682],[7690,7683],[7696,7687],[7701,7693],[7706,7699],[7712,7704],[567,5148],[7717,7710],[7722,7716],[7728,7722],[7733,7727],[7738,7733],[7745,7740],[7751,7745],[7755,7751],[7761,7757],[7766,7763],[559,5143],[7771,7769],[7776,7776],[7788,7792],[7796,7803],[7802,7811],[7810,7821],[7816,7830],[7829,7826],[7833,7816],[7836,7807],[559,5150],[7841,7793],[7847,7777],[7851,7761],[7855,7750],[7859,7741],[7862,7731],[7866,7722],[5195,4714],[5193,4707],[5196,4702],[551,5146],[5194,4695],[5194,4689],[5195,4682],[5198,4678],[5196,4670],[5199,4665],[5196,4658],[5199,4653],[5197,4646],[5200,4641],[552,5153],[5198,4635],[9619,6052],[9620,6042],[9622,6027],[9623,6012],[9624,6001],[9625,5986],[7590,3805],[7590,3829],[9501,6160],[6779,3118],[544,5148],[9507,6153],[9514,6145],[9523,6136],[9532,6125],[9540,6112],[9545,6097],[9549,6083],[9552,6072],[9555,6057],[9558,6041],[545,5155],[9560,6026],[9563,6010],[9566,5995],[9570,5980],[9581,5969],[9593,5968],[9605,5968],[9614,5969],[9624,5970],[9635,5972],[539,5150],[8432,6140],[8430,6127],[8427,6112],[8426,6101],[8423,6086],[8421,6072],[8419,6061],[8418,6049],[9083,6985],[538,5157],[9071,6975],[9065,6970],[9054,6962],[9045,6954],[9031,6943],[9021,6936],[9007,6926],[9889,6546],[9885,6556],[9881,6569],[530,5152],[9879,6580],[9875,6594],[9874,6607],[9872,6620],[9872,6631],[9871,6642],[9871,6654],[9873,6665],[9875,6675],[9877,6685],[531,5159],[9879,6698],[4977,2830],[4965,2838],[4951,2844],[4929,2843],[4922,2841],[4912,2836],[4983,2825],[4972,2835],[4959,2841],[522,5155],[4947,2844],[4942,2845],[4933,2844],[4917,2839],[4688,3756],[4684,3750],[4678,3751],[4674,3745],[4668,3745],[4664,3739],[524,5162],[4659,3739],[4655,3733],[4650,3734],[4646,3728],[4639,3728],[4073,1442],[4079,1429],[4084,1414],[4090,1400],[515,5158],[4064,1461],[4067,1455],[4061,1468],[4055,1482],[516,5164],[4048,1496],[4040,1508],[4033,1520],[4025,1532],[6424,5254],[6422,5266],[6424,5274],[6422,5287],[6422,5299],[6422,5309],[6848,2935],[510,5159],[6422,5319],[6422,5330],[6422,5346],[6422,5356],[6422,5365],[6422,5373],[6422,5385],[8304,6029],[509,5166],[8292,6032],[8280,6035],[8272,6038],[8262,6041],[8263,6050],[8265,6059],[503,5162],[8255,6065],[5347,5520],[5337,5512],[5327,5504],[5303,5484],[5296,5477],[502,5168],[5289,5471],[5280,5463],[5271,5455],[5261,5446],[5251,5437],[5242,5428],[5234,5422],[5227,5415],[5219,5408],[5211,5401],[495,5164],[5314,5494],[5320,5495],[5153,4608],[4656,4563],[4660,4547],[4665,4566],[4674,4570],[495,5170],[4677,4555],[4683,4573],[4685,4559],[4710,4583],[487,5166],[4731,4576],[4742,4580],[4739,4593],[4748,4597],[4761,4587],[4757,4600],[4770,4590],[488,5173],[4781,4594],[4777,4608],[4790,4597],[4800,4601],[4798,4614],[4814,4604],[4811,4618],[482,5168],[481,5175],[6723,2766],[474,5170],[474,5177],[466,5173],[467,5179],[5045,4611],[5052,4611],[5052,4619],[5058,4611],[5059,4619],[460,5175],[5065,4619],[5071,4611],[5077,4618],[5090,4618],[460,5181],[5103,4610],[5103,4618],[5116,4609],[5122,4609],[454,5177],[453,5183],[5171,4608],[5171,4616],[448,5178],[5191,4615],[5199,4615],[5206,4607],[5206,4615],[5212,4615],[5221,4607],[5220,4615],[445,5186],[5225,4606],[5225,4614],[4962,4629],[4955,4630],[4948,4630],[4941,4631],[4934,4631],[4926,4631],[4919,4631],[4912,4631],[6851,2789],[441,5181],[4664,4542],[4665,4538],[4668,4537],[4671,4534],[4673,4538],[4675,4531],[4676,4538],[4682,4540],[4688,4542],[438,5188],[4695,4545],[4701,4547],[4707,4549],[4712,4551],[4719,4553],[435,5182],[431,5190],[430,5184],[5045,4601],[367,5208],[371,5203],[5191,4597],[5198,4597],[5212,4596],[5220,4596],[356,5212],[5236,4614],[5234,4606],[361,5207],[8321,6136],[8311,6136],[8310,6146],[8312,6156],[8299,6138],[8288,6140],[347,5215],[8276,6143],[8263,6147],[8281,6133],[8291,6105],[6979,3836],[351,5210],[8298,6123],[8296,6101],[8295,6086],[8310,6107],[8318,6112],[8320,6126],[7166,5180],[7163,5165],[336,5220],[7159,5146],[7155,5129],[7153,5116],[7151,5103],[7149,5088],[7147,5074],[7831,3875],[7824,3872],[7817,3869],[341,5213],[7811,3867],[7804,3863],[7798,3860],[7785,3855],[7778,3852],[7772,3849],[7765,3846],[7758,3843],[331,5220],[5643,4980],[5637,4962],[336,5215],[326,5222],[6303,6184],[6274,6232],[6269,6236],[6273,6240],[6266,6242],[6270,6246],[6262,6242],[6265,6250],[422,5192],[6256,6237],[6260,6246],[6251,6233],[6254,6241],[6249,6237],[4487,2938],[4491,2940],[4493,2946],[414,5193],[4498,2950],[4501,2958],[4506,2962],[4508,2970],[4519,2984],[4520,2990],[4523,2993],[4526,3002],[4530,3008],[4531,3015],[406,5196],[4521,3001],[4522,3007],[4526,3014],[4527,3020],[7732,7823],[7725,7812],[7550,6525],[7547,6536],[7544,6549],[7542,6562],[399,5198],[7540,6573],[7540,6586],[7540,6602],[7543,6617],[7544,6627],[7545,6640],[7547,6653],[7571,6563],[7563,6559],[7551,6554],[5363,5478],[5916,2853],[391,5201],[7523,6617],[7829,4559],[7836,4563],[7851,4572],[7863,4579],[7877,4587],[7889,4595],[7910,4604],[7923,4611],[383,5203],[7935,4617],[5281,4180],[5282,4168],[5283,4158],[5290,4158],[5296,4164],[5300,4154],[5308,4155],[5313,4163],[5312,4176],[375,5206],[5398,608],[5397,617],[5397,624],[5396,632],[5395,639],[5395,647],[5394,654],[5393,663],[5393,671],[5392,679],[318,5223],[5391,686],[5391,693],[5391,700],[5389,708],[5389,715],[5388,722],[5387,729],[5386,737],[5385,744],[5385,752],[3328,3279],[5384,761],[5382,768],[5381,775],[5379,783],[5376,792],[5373,801],[5371,809],[5368,818],[5365,826],[5362,834],[3320,3280],[5360,842],[5358,850],[5354,859],[5351,867],[5348,875],[5346,883],[5343,891],[5340,899],[5337,907],[5334,916],[3312,3282],[5331,924],[5328,930],[5325,938],[5321,947],[5316,961],[5314,968],[5312,976],[5310,982],[5307,992],[3305,3284],[5305,1001],[5303,1008],[5300,1018],[5297,1026],[5295,1035],[5293,1043],[5291,1052],[5289,1060],[5287,1069],[5285,1079],[3298,3287],[5389,767],[5384,781],[5378,797],[5373,813],[5368,829],[5389,775],[5384,791],[5379,806],[5374,821],[5365,842],[3291,3291],[5371,845],[5369,853],[5366,864],[5362,874],[5359,883],[7005,2980],[3283,3294],[5383,908],[5385,902],[5380,896],[5373,892],[3276,3294],[5374,882],[5377,873],[5366,888],[5377,850],[5369,835],[5375,838],[3272,3286],[5380,841],[5385,842],[5391,845],[5397,849],[5404,852],[5401,861],[5398,870],[5394,880],[5391,889],[5388,898],[3269,3277],[3266,3267],[3263,3258],[4981,2024],[4989,2021],[4992,2012],[3259,3249],[4998,2007],[5004,2000],[5010,1994],[5015,1989],[5021,1983],[5026,1977],[5031,1969],[5034,1962],[5037,1952],[5041,1943],[3256,3240],[5044,1933],[5047,1927],[5050,1920],[5055,1915],[5053,1907],[5056,1899],[5063,1888],[5064,1880],[5068,1874],[5068,1866],[3252,3231],[5072,1860],[5071,1852],[5074,1844],[5073,1836],[5076,1829],[5074,1821],[5064,1895],[5067,1885],[5071,1874],[3248,3222],[5073,1865],[5076,1855],[5398,597],[5390,582],[5395,589],[5383,564],[5388,571],[5376,546],[5381,554],[5369,530],[6733,2521],[4757,7299],[5375,537],[5378,568],[4471,2514],[4475,2507],[4459,2522],[4464,2516],[4447,2531],[4451,2525],[4434,2540],[4757,7290],[4439,2534],[4422,2549],[4428,2542],[4407,2560],[4414,2552],[4392,2571],[4398,2564],[4756,7280],[5566,5684],[5568,5677],[5572,5670],[5576,5664],[5581,5656],[5586,5648],[5592,5642],[5596,5634],[5601,5625],[4755,7272],[5606,5618],[5609,5608],[5613,5601],[5618,5593],[8305,6180],[8307,6193],[8308,6205],[3657,1216],[3652,1206],[3648,1196],[4754,7263],[3643,1186],[3639,1176],[3634,1166],[3629,1154],[3625,1144],[3620,1133],[3615,1122],[3610,1112],[3606,1101],[3601,1090],[4754,7254],[3601,1079],[3603,1069],[3607,1058],[3612,1048],[3615,1038],[3618,1029],[3620,1018],[5589,4857],[5595,4859],[5604,4862],[4758,7247],[5608,4862],[5614,4865],[4753,7245],[8299,5921],[8290,5922],[8275,5926],[8260,5931],[4757,7237],[8248,5935],[4963,1800],[4962,1808],[4962,1817],[4960,1828],[4960,1836],[4959,1845],[4752,7236],[4958,1855],[4957,1865],[4956,1876],[4955,1887],[4954,1898],[4953,1907],[4952,1915],[4951,1925],[4950,1934],[4949,1943],[6811,2478],[4757,7226],[4948,1952],[4947,1962],[4946,1972],[4945,1982],[4945,1990],[7424,3389],[7423,3381],[7421,3375],[7419,3368],[7417,3362],[4752,7228],[7416,3355],[7414,3348],[7412,3341],[7410,3334],[7408,3326],[7406,3319],[7415,3369],[7411,3356],[7408,3343],[7404,3330],[4751,7219],[7401,3318],[4750,7210],[7394,3277],[7392,3270],[7389,3259],[4751,7202],[7386,3248],[7383,3237],[7380,3224],[7377,3212],[7376,3205],[7374,3197],[7371,3186],[7367,3171],[7397,3289],[7369,3180],[6255,7629],[7391,3172],[7386,3168],[7375,3172],[7408,3177],[7400,3179],[6260,7634],[7396,3272],[7368,3197],[7365,3185],[7362,3173],[7371,3219],[7365,3208],[7429,3415],[7430,3420],[7383,3192],[7393,3194],[6264,7639],[7401,3190],[6269,7644],[6273,7649],[6277,7654],[6281,7658],[6285,7663],[6289,7669],[6290,7676],[6293,7684],[6291,7691],[6293,7697],[7410,3210],[7412,3217],[7416,3223],[7418,3230],[7420,3236],[7422,3244],[7421,3250],[7424,3257],[6291,7704],[7427,3264],[7429,3272],[7430,3278],[7405,3314],[7403,3307],[7401,3302],[7704,5347],[7713,5347],[7723,5347],[7731,5347],[7741,5347],[7749,5348],[7758,5348],[7768,5348],[7778,5348],[7788,5348],[7798,5348],[7810,5349],[7821,5349],[7832,5349],[6877,2580],[6291,7720],[4470,3967],[4444,4052],[4443,4043],[4442,4058],[4441,4050],[4439,4065],[4439,4057],[4437,4072],[6292,7728],[4437,4063],[4435,4078],[4434,4070],[4432,4088],[4433,4076],[4430,4094],[4430,4086],[4428,4101],[4427,4093],[4426,4108],[6290,7734],[4425,4099],[4423,4116],[4423,4107],[4421,4124],[4421,4114],[4412,4157],[6291,7743],[4408,4171],[4407,4162],[4402,4194],[4399,4191],[4401,4199],[6289,7750],[4397,4198],[4399,4206],[4395,4210],[4396,4218],[4077,2265],[4072,2272],[4064,2274],[4058,2281],[6291,7757],[4051,2282],[4046,2290],[4039,2290],[4034,2297],[4027,2297],[4021,2305],[4012,2307],[4006,2314],[3998,2316],[3993,2323],[6288,7766],[3985,2325],[3982,2331],[3971,2334],[3980,2338],[3958,2342],[3975,2337],[3946,2350],[3964,2342],[3936,2356],[3953,2349],[6287,7772],[3928,2359],[3941,2356],[3921,2361],[3915,2363],[3901,2367],[3894,2370],[3888,2371],[3881,2374],[3874,2376],[3865,2379],[6298,7686],[3858,2381],[3851,2383],[3844,2385],[3836,2387],[3830,2389],[3825,2390],[3816,2393],[6304,7686],[6804,2338],[1710,4279],[1711,4268],[1711,4258],[7167,8068],[5689,3389],[5687,3410],[5695,3422],[5707,3423],[5717,3419],[7144,7572],[1711,4249],[7141,7584],[7138,7598],[7135,7609],[5090,1491],[5080,1491],[5069,1491],[5059,1491],[7521,6429],[7521,6423],[7519,6418],[1712,4240],[7517,6412],[7515,6407],[7512,6400],[7510,6393],[7510,6410],[7505,6413],[8027,3913],[1712,4231],[7232,5221],[7228,5235],[7225,5249],[7220,5268],[7218,5276],[1712,4222],[7216,5285],[7213,5294],[7210,5311],[7206,5325],[7204,5336],[7200,5350],[7197,5363],[7195,5377],[7195,5393],[7197,5406],[1713,4213],[7201,5420],[7204,5431],[7207,5443],[7211,5457],[7215,5470],[7218,5483],[7221,5494],[7225,5508],[7232,5521],[7238,5534],[1713,4203],[7245,5547],[7252,5559],[7257,5568],[7264,5581],[7269,5592],[7275,5602],[7281,5613],[7287,5625],[7300,5644],[5847,7348],[7306,5654],[7312,5664],[7318,5675],[7320,5687],[7323,5699],[7326,5712],[7324,5715],[7327,5716],[7326,5725],[7338,5750],[6896,2384],[5842,7340],[7329,5732],[7341,5761],[7333,5744],[7346,5764],[7336,5756],[7345,5773],[7340,5768],[7349,5786],[7344,5781],[7355,5797],[5833,7335],[7349,5794],[7360,5808],[7355,5805],[7366,5820],[7360,5816],[7372,5833],[7366,5828],[7378,5845],[7372,5841],[7381,5859],[5828,7327],[7378,5852],[7390,5869],[7384,5864],[7397,5883],[7390,5878],[7403,5896],[7397,5891],[7410,5909],[7404,5904],[7417,5922],[5821,7321],[7411,5918],[7425,5929],[7419,5930],[7437,5936],[7428,5935],[7447,5941],[7440,5942],[7461,5950],[7453,5949],[7469,5954],[7462,5954],[7336,5799],[7330,5806],[7333,5814],[7337,5823],[7341,5833],[7349,5828],[7355,5820],[7346,5840],[5810,7305],[7356,5843],[7363,5837],[7349,5851],[7355,5856],[7359,5875],[5807,7296],[7410,5900],[5801,7289],[7417,5894],[7427,5894],[7437,5911],[7430,5902],[7443,5913],[7439,5921],[7436,5928],[7290,5631],[7342,5794],[5797,7276],[4319,2932],[4316,2924],[4312,2915],[4308,2907],[4302,2895],[4298,2887],[4294,2879],[5792,7268],[4289,2869],[4286,2861],[4281,2852],[4278,2845],[4273,2835],[7230,3741],[5787,7261],[5782,7255],[4624,4418],[4622,4424],[4620,4430],[4622,4444],[4617,4436],[4613,4441],[4616,4448],[5777,7249],[4614,4454],[4612,4461],[4610,4468],[4608,4475],[4605,4482],[5771,7244],[4603,4489],[4586,4484],[4591,4488],[4595,4490],[4601,4494],[5765,7240],[4612,4500],[4616,4498],[5758,7236],[5449,3014],[7161,7473],[7156,7463],[7150,7450],[6710,6130],[6706,6120],[6718,6142],[6716,6135],[6729,6158],[6726,6150],[5752,7233],[5024,1436],[5024,1421],[5024,1406],[5024,1392],[5025,1376],[5028,1368],[5031,1360],[5035,1352],[5040,1332],[5043,1323],[5745,7230],[5046,1314],[5049,1307],[5052,1299],[5056,1289],[5059,1281],[4875,1446],[4886,1452],[4897,1459],[4908,1466],[4921,1474],[5739,7227],[5664,4889],[5666,4890],[5663,4896],[6676,3742],[6682,3742],[6689,3741],[6696,3740],[6708,3739],[6721,3738],[5732,7223],[6733,3737],[6743,3733],[6755,3732],[6766,3731],[6775,3731],[6795,3727],[6803,3727],[6812,3726],[6820,3725],[6830,3724],[6580,3318],[4720,7800],[6848,3722],[6859,3721],[6869,3720],[6879,3719],[6644,3392],[6635,3388],[6616,3377],[4724,7808],[6608,3370],[6593,3344],[4727,7815],[7743,5427],[7757,5427],[7765,5427],[7776,5427],[7785,5428],[4730,7823],[7796,5428],[5621,4407],[5616,4409],[5609,4409],[5603,4411],[8044,3752],[8037,3746],[8030,3741],[8023,3736],[8018,3731],[4734,7830],[8012,3727],[8005,3721],[7998,3716],[7991,3710],[7985,3704],[7978,3699],[7970,3693],[7963,3688],[7955,3682],[7947,3675],[4737,7838],[7939,3668],[7931,3662],[3852,4329],[3846,4330],[3852,4321],[3838,4328],[3833,4322],[3829,4316],[4741,7846],[3825,4310],[3821,4305],[3816,4299],[3812,4294],[3808,4288],[3804,4282],[3800,4277],[3795,4271],[3792,4266],[3787,4260],[4744,7854],[3842,4334],[3841,4336],[7489,6447],[7486,6455],[7483,6449],[4748,7863],[7493,6463],[7497,6469],[7500,6476],[7503,6481],[7505,6513],[7504,6503],[7501,6532],[7501,6522],[7497,6548],[7497,6541],[4752,7872],[7494,6555],[7485,6532],[7489,6460],[5592,4780],[5596,4768],[5599,4757],[5602,4746],[5605,4734],[5607,4721],[6536,6097],[5991,6126],[6654,3266],[4757,7881],[6528,6093],[6522,6097],[6513,6096],[6506,6099],[6498,6096],[6491,6098],[6465,6092],[6473,6096],[6457,6096],[5420,4736],[1108,6491],[5419,4729],[5424,4722],[5423,4713],[5428,4707],[5427,4698],[5432,4692],[5431,4683],[5436,4677],[5435,4669],[5439,4656],[1110,6498],[5439,4644],[5439,4631],[5439,4623],[5439,4615],[5031,2080],[5038,2080],[1113,6505],[5046,2080],[5053,2080],[5068,2080],[5075,2080],[5090,2080],[5096,2080],[5103,2080],[5111,2080],[5119,2080],[1115,6511],[5126,2080],[7459,6402],[7464,6406],[7467,6411],[7468,6417],[7469,6424],[7472,6432],[7476,6437],[7480,6441],[4073,2211],[1118,6518],[4067,2215],[4060,2220],[4054,2224],[4047,2229],[4040,2234],[4033,2238],[4027,2245],[4020,2249],[4012,2254],[4006,2258],[1121,6524],[4001,2262],[3995,2266],[3989,2270],[3979,2273],[3970,2279],[3963,2284],[3955,2289],[3949,2293],[3941,2298],[3934,2303],[1123,6530],[3927,2308],[3919,2313],[3872,2350],[1125,6535],[3869,2370],[9733,6284],[9725,6281],[9708,6275],[9698,6272],[9689,6270],[7089,8093],[7077,8099],[1129,6543],[7067,8099],[7064,8100],[7048,8101],[7042,8101],[7035,8101],[7024,8100],[7026,8103],[7020,8103],[9050,7058],[9044,7053],[5602,2844],[4901,8132],[9039,7048],[9031,7044],[9025,7040],[9018,7037],[9011,7035],[9004,7034],[8996,7032],[8983,7032],[8972,7033],[8959,7035],[4905,8137],[8939,7040],[8934,7041],[4478,3040],[4481,3034],[4484,3029],[4487,3024],[4491,3023],[4495,3028],[4497,3031],[4500,3035],[4894,8137],[4491,3061],[4495,3062],[4500,3063],[4503,3064],[4501,3057],[4583,2998],[4576,3005],[4565,3007],[4571,3008],[4555,3012],[4898,8142],[4561,3013],[4545,3016],[4552,3017],[4536,3021],[4542,3022],[4524,3026],[4531,3027],[4514,3032],[4521,3032],[4505,3036],[4889,8142],[4511,3037],[4497,3040],[4504,3041],[4492,3042],[4499,3045],[4488,3045],[4494,3047],[4483,3047],[4489,3050],[4472,3053],[4892,8147],[4485,3053],[4468,3055],[4480,3056],[4462,3058],[4475,3059],[4457,3061],[4470,3062],[4452,3064],[4464,3065],[4445,3067],[4884,8146],[4458,3068],[4439,3070],[4452,3072],[4435,3073],[4447,3074],[4429,3076],[4441,3078],[4424,3079],[4435,3080],[4419,3081],[4886,8151],[4430,3083],[4414,3084],[4424,3086],[4407,3087],[4419,3089],[4401,3090],[4413,3092],[4395,3093],[4407,3095],[4389,3096],[4879,8150],[4402,3098],[4396,3101],[4392,3103],[4384,3098],[4385,3106],[4379,3099],[4378,3105],[4379,3109],[4374,3112],[4370,3114],[4880,8156],[4367,3116],[9189,6924],[9192,6917],[9195,6910],[9197,6903],[9200,6897],[9203,6891],[9206,6884],[9211,6878],[9214,6871],[5684,2613],[4873,8154],[9216,6865],[9219,6859],[5114,1989],[5115,1979],[4873,8161],[5117,1968],[5117,1958],[5119,1947],[5120,1936],[5121,1924],[5122,1913],[5123,1899],[5124,1892],[5125,1884],[5126,1874],[4868,8158],[5127,1864],[5654,3314],[5653,3324],[5647,3338],[5647,3346],[5649,3352],[5650,3359],[6573,6171],[6578,6164],[6579,6154],[4868,8165],[6583,6149],[6583,6142],[6588,6134],[4416,2679],[4420,2690],[4424,2700],[4428,2711],[4432,2720],[4436,2727],[4865,8161],[4440,2738],[4445,2748],[4449,2759],[4454,2771],[4456,2777],[4459,2786],[4463,2796],[4468,2808],[4469,2816],[4465,2822],[4862,8170],[4468,2830],[4471,2836],[7845,3695],[7845,3705],[7845,3714],[7845,3724],[7844,3733],[7844,3743],[7843,3752],[7842,3763],[4861,8164],[7838,3784],[7838,3796],[7846,3800],[7858,3805],[4556,4416],[4553,4420],[4554,4429],[4551,4433],[4552,4439],[4549,4444],[4856,8175],[4550,4453],[4858,4733],[4864,4734],[4871,4735],[4877,4736],[4884,4734],[4855,8168],[4324,4392],[4326,4398],[4329,4405],[4332,4412],[4334,4417],[4336,4423],[4339,4430],[4305,4451],[4301,4448],[4850,8179],[4260,4425],[4256,4419],[4045,2897],[4048,2891],[4054,2891],[4061,2890],[4068,2890],[4074,2891],[4081,2894],[5618,2711],[4850,8172],[4087,2897],[4091,2902],[4090,2910],[4843,8185],[4460,4908],[4457,4914],[4454,4919],[4847,4732],[4840,4731],[4835,4730],[4830,4734],[4828,4742],[4827,4750],[4845,8177],[4833,4754],[4839,4758],[4845,4762],[4382,4595],[4839,8188],[4380,4587],[4402,4413],[4400,4406],[4399,4398],[4397,4393],[4395,4384],[4394,4377],[7885,6417],[7897,6422],[4840,8180],[7305,5641],[7311,5641],[7324,5641],[7336,5642],[7353,5643],[7360,5643],[7365,5643],[7379,5644],[7392,5644],[4832,8193],[7406,5645],[7419,5646],[7434,5646],[7448,5647],[7461,5648],[7486,5649],[7494,5649],[7501,5649],[7509,5650],[7516,5650],[4836,8183],[7524,5650],[7454,5648],[7691,6674],[7699,6668],[7708,6661],[7234,5668],[7239,5665],[7244,5661],[7250,5658],[5636,5626],[4824,8199],[5641,5617],[7571,5120],[7568,5128],[7565,5136],[7563,5144],[7560,5151],[7558,5158],[7555,5167],[7552,5175],[7548,5182],[4830,8188],[4577,4681],[4582,4688],[4583,4695],[4587,4698],[4589,4715],[4595,4717],[4818,8204],[4593,4736],[4598,4740],[4600,4771],[4601,4789],[4581,4679],[4583,4675],[5720,2825],[4824,8193],[4587,4670],[4590,4670],[4589,4692],[4594,4687],[4600,4683],[4350,2622],[4344,2613],[4813,8208],[4343,2600],[4351,2596],[4339,2605],[4333,2594],[4291,2519],[4317,2563],[4311,2554],[4304,2541],[4307,2548],[4269,2478],[4820,8196],[4273,2484],[4276,2491],[4278,2495],[4283,2503],[4288,2512],[4323,2575],[4295,2525],[4299,2534],[6495,4309],[6499,4303],[4806,8213],[6502,4298],[6506,4292],[6506,4288],[6506,4280],[6505,4273],[6505,4265],[6505,4258],[6505,4251],[6505,4244],[6504,4236],[4814,8200],[6504,4227],[6503,4221],[6503,4213],[6503,4206],[6503,4198],[6502,4190],[6502,4182],[6502,4175],[6502,4166],[6501,4159],[4800,8218],[6501,4151],[6501,4143],[6500,4135],[6500,4127],[6500,4120],[6500,4112],[6499,4104],[6499,4096],[8296,5991],[8279,5996],[4810,8204],[8263,6001],[8249,6006],[4641,4145],[4637,4146],[4634,4140],[4629,4141],[4625,4135],[4620,4136],[4618,4130],[4613,4132],[4794,8223],[4609,4130],[4603,4122],[4599,4124],[4595,4121],[4593,4116],[4587,4116],[4585,4112],[4580,4112],[4576,4102],[4570,4098],[4805,8207],[4571,4093],[4564,4089],[4564,4083],[4558,4080],[4558,4074],[4551,4069],[4552,4062],[4548,4059],[4549,4052],[4544,4048],[4786,8224],[4545,4042],[4540,4038],[4541,4031],[4536,4027],[4537,4020],[4533,4016],[4533,4008],[4529,4005],[4530,3998],[4525,3993],[5767,2734],[4800,8211],[5322,3547],[5317,3536],[5331,3541],[5325,3531],[5341,3534],[5333,3525],[5348,3529],[5342,3520],[5355,3522],[5351,3512],[4781,8229],[5363,3514],[5357,3505],[5369,3505],[5364,3497],[5374,3497],[5369,3491],[5380,3487],[5375,3482],[5384,3476],[5379,3472],[4795,8215],[5389,3464],[5384,3460],[5393,3452],[5388,3449],[5397,3444],[5401,3436],[5396,3430],[5404,3427],[5399,3423],[4776,8232],[5407,3420],[5402,3416],[5411,3408],[5405,3408],[5407,3401],[5420,3383],[5410,3393],[5424,3373],[5415,3380],[4789,8218],[5429,3362],[5419,3370],[5433,3352],[5424,3359],[5437,3340],[5428,3349],[5442,3328],[5433,3336],[5446,3318],[5437,3325],[4771,8235],[5450,3310],[5441,3315],[5454,3303],[5456,3298],[5449,3299],[5456,3292],[5462,3282],[5469,3277],[5460,3276],[4777,8225],[5476,3267],[5467,3265],[5483,3258],[5472,3258],[5488,3251],[5477,3252],[5495,3244],[5485,3242],[5493,3234],[4765,8238],[5507,3232],[5500,3225],[5513,3225],[5507,3216],[5520,3216],[5513,3210],[5528,3206],[5518,3204],[5534,3199],[5523,3198],[4771,8228],[5532,3187],[5544,3181],[5538,3176],[5548,3172],[5542,3168],[5553,3164],[5547,3159],[5557,3155],[5551,3150],[4758,8243],[5563,3145],[5557,3139],[5568,3136],[5563,3131],[5575,3128],[5570,3121],[5582,3119],[5577,3113],[5590,3110],[5585,3105],[5803,2484],[4764,8233],[5597,3102],[5592,3096],[5604,3094],[5600,3088],[5611,3086],[5608,3079],[5619,3077],[5614,3072],[5626,3069],[5622,3063],[4753,8246],[5635,3059],[5630,3054],[5641,3052],[5636,3046],[5648,3044],[5644,3038],[5655,3037],[5650,3031],[5662,3028],[5656,3023],[4758,8236],[5669,3020],[5665,3013],[5677,3010],[5673,3004],[5685,3002],[5681,2997],[5691,2995],[5687,2989],[5699,2986],[5695,2980],[4747,8249],[5707,2977],[5702,2972],[5715,2970],[5711,2962],[5722,2963],[5720,2953],[5728,2956],[5728,2945],[5734,2951],[4752,8240],[5407,4814],[5411,4805],[5410,4795],[5413,4785],[5412,4779],[4144,2908],[4149,2918],[4153,2927],[4158,2936],[4742,8252],[7581,7420],[7587,7414],[7593,7408],[7598,7402],[7604,7396],[7610,7389],[7616,7382],[7627,7372],[7634,7363],[7639,7356],[4745,8244],[5133,4345],[5137,4337],[5143,4336],[5147,4328],[5154,4327],[5156,4320],[5164,4319],[5167,4311],[5174,4310],[5176,4304],[4735,8257],[5183,4302],[5187,4294],[5115,4356],[5106,4363],[5112,4363],[5099,4369],[5104,4369],[5090,4377],[5095,4377],[4739,8248],[5081,4384],[5087,4384],[5072,4392],[5078,4391],[8097,3667],[8105,3673],[8112,3678],[8118,3683],[8125,3689],[8131,3693],[4729,8260],[8138,3699],[8146,3705],[8153,3710],[8161,3716],[8169,3722],[8176,3728],[7372,6515],[7372,6521],[6548,6411],[6559,6413],[5887,2526],[4732,8252],[6571,6415],[6583,6417],[6592,6419],[6602,6421],[6612,6422],[6622,6424],[6637,6427],[6647,6429],[6659,6431],[6670,6433],[4723,8264],[6681,6435],[6692,6437],[6703,6436],[6707,6425],[4725,8256],[4718,8266],[4528,4241],[4531,4244],[4531,4234],[4534,4237],[4535,4225],[4536,4232],[4538,4226],[4719,8259],[4540,4210],[4545,4208],[4543,4202],[4547,4201],[4545,4196],[4549,4197],[4547,4191],[4551,4190],[4548,4187],[4712,8270],[4552,4187],[4550,4182],[4554,4180],[4552,4176],[4557,4172],[4553,4172],[4555,4168],[4556,4164],[4560,4164],[4558,4158],[4712,8263],[4562,4157],[4560,4153],[4564,4152],[4561,4148],[4565,4148],[4563,4142],[4568,4138],[4566,4135],[4570,4134],[4567,4130],[4704,8275],[4572,4129],[4569,4125],[4573,4124],[4571,4119],[4576,4116],[4573,4112],[4577,4112],[4575,4106],[4580,4107],[4577,4101],[4706,8267],[4579,4095],[4581,4087],[4621,4142],[4625,4141],[4617,4155],[4621,4153],[4611,4170],[4616,4165],[4607,4182],[4613,4175],[4699,8277],[4604,4192],[4608,4188],[9458,6232],[9458,6208],[6458,6732],[6450,6726],[6441,6720],[6432,6713],[6423,6707],[6414,6700],[5817,2404],[4699,8271],[6405,6694],[6396,6688],[6382,6683],[6373,6682],[6365,6681],[6355,6681],[6345,6680],[6335,6679],[6326,6678],[6317,6677],[4693,8281],[6307,6677],[6297,6676],[6288,6675],[6281,6671],[6272,6667],[6263,6664],[6256,6662],[6249,6659],[6238,6655],[6230,6653],[4694,8274],[6221,6651],[6213,6648],[6204,6644],[6194,6641],[6184,6637],[6177,6635],[6169,6632],[6161,6629],[6152,6626],[6143,6623],[4686,8285],[6135,6621],[6126,6618],[6117,6613],[6108,6608],[6099,6603],[6090,6598],[6081,6594],[6073,6592],[6054,6587],[4686,8278],[6039,6584],[6030,6587],[6021,6588],[6014,6590],[6007,6591],[5992,6592],[5986,6591],[5978,6589],[4681,8288],[5973,6584],[5966,6579],[5961,6573],[5956,6567],[5949,6560],[5943,6554],[5938,6547],[5932,6541],[5927,6535],[5920,6530],[4679,8283],[5913,6525],[5907,6520],[5899,6513],[5891,6507],[5883,6501],[5877,6497],[5871,6493],[5865,6488],[6329,6665],[6331,6655],[4675,8291],[7338,4542],[7337,4555],[7336,4569],[7335,4581],[7334,4592],[7333,4603],[7332,4618],[7331,4629],[4673,8286],[7329,4647],[7631,7270],[7633,7264],[7639,7261],[7642,7253],[7654,7242],[7648,7245],[7661,7233],[7656,7235],[4709,1654],[4670,8294],[4716,1653],[4722,1653],[4727,1652],[4733,1651],[4739,1650],[4744,1649],[4750,1648],[4756,1647],[4763,1645],[4777,1645],[4522,4739],[4666,8290],[4786,1651],[4793,1656],[4800,1660],[4805,1666],[4811,1670],[4821,1675],[4832,1679],[4840,1682],[4847,1688],[4855,1693],[4664,8298],[5769,3049],[5760,3053],[5754,3056],[5746,3061],[5739,3065],[5733,3070],[5725,3076],[5718,3082],[5711,3089],[4659,8294],[5703,3097],[5697,3104],[5692,3110],[5686,3118],[6554,5312],[6555,5318],[6555,5327],[6555,5334],[6554,5341],[6554,5349],[4658,8302],[6555,5357],[6558,5364],[6558,5371],[6561,5377],[6564,5384],[6567,5390],[6571,5397],[6573,5403],[6577,5411],[6580,5417],[4653,8298],[6583,5423],[6586,5428],[6589,5435],[6592,5441],[6595,5448],[6598,5454],[6601,5460],[6605,5467],[6607,5473],[6612,5477],[4651,8305],[6609,5481],[6615,5484],[4272,3738],[4267,3737],[4285,3733],[4279,3732],[4297,3727],[4290,3726],[4310,3722],[4302,3721],[4647,8302],[4322,3716],[4315,3715],[4333,3711],[4325,3711],[4344,3706],[4337,3705],[4355,3701],[4349,3700],[4367,3696],[4360,3695],[4644,8311],[4378,3694],[4372,3690],[4390,3692],[4384,3689],[4402,3691],[4406,3687],[4427,3688],[4420,3685],[4640,8307],[4440,3687],[4434,3684],[4453,3686],[4447,3682],[6534,5207],[6540,5207],[6540,5212],[6550,5212],[6544,5213],[6560,5218],[4632,8317],[6553,5217],[6570,5224],[6563,5224],[6583,5232],[6575,5231],[6596,5239],[6589,5238],[6606,5245],[6600,5244],[6616,5251],[5832,5958],[7220,3333],[4624,8321],[6609,5250],[6628,5258],[6622,5257],[6642,5266],[6634,5264],[6655,5274],[6648,5272],[6669,5281],[6660,5280],[6679,5287],[4618,8326],[6686,5293],[6691,5298],[6696,5303],[6701,5309],[6705,5316],[6710,5324],[6714,5330],[6718,5337],[6723,5344],[6727,5351],[4611,8333],[6731,5358],[6736,5365],[6740,5372],[6745,5380],[6750,5387],[6754,5393],[6763,5408],[6772,5422],[6781,5436],[6785,5443],[4605,8340],[6789,5450],[6798,5463],[6805,5474],[6815,5490],[6824,5503],[6831,5515],[6835,5522],[6841,5531],[6846,5538],[6849,5543],[4599,8340],[6853,5549],[6857,5556],[6861,5561],[6864,5567],[6870,5576],[6877,5587],[6881,5594],[6888,5604],[6892,5611],[6898,5620],[6901,5625],[6903,5633],[6906,5639],[6909,5645],[6912,5655],[6915,5673],[6917,5681],[6918,5690],[6921,5699],[6924,5706],[6927,5713],[6932,5719],[6937,5724],[6942,5728],[6948,5732],[6958,5738],[6965,5742],[6970,5744],[6977,5746],[6984,5748],[5272,7040],[6990,5748],[7001,5761],[6996,5774],[6998,5783],[7004,5792],[5277,7046],[5939,5236],[5934,5239],[5944,5243],[5938,5245],[5949,5249],[5943,5252],[5954,5256],[5948,5259],[5958,5263],[5953,5267],[5272,7050],[5963,5269],[5958,5273],[5968,5276],[5963,5280],[5973,5283],[5969,5288],[5978,5289],[5973,5293],[5982,5296],[5978,5300],[7247,3443],[5280,7054],[5987,5302],[5983,5307],[5991,5308],[5988,5313],[5996,5314],[5992,5319],[6000,5320],[5996,5326],[6005,5327],[6001,5332],[5275,7058],[6010,5334],[6005,5338],[6015,5341],[6011,5346],[6021,5348],[6016,5352],[6026,5356],[6021,5360],[6031,5362],[6026,5367],[5283,7062],[6036,5369],[6031,5373],[6040,5374],[6035,5379],[6045,5381],[6039,5384],[6049,5387],[6043,5390],[6053,5394],[6046,5394],[5278,7067],[6058,5401],[6050,5400],[6064,5408],[6055,5406],[6069,5415],[6059,5412],[6075,5424],[6063,5418],[6079,5429],[6069,5426],[5287,7072],[6085,5437],[6074,5432],[6090,5444],[6078,5439],[6095,5451],[6083,5445],[6100,5458],[6089,5453],[6105,5464],[6093,5459],[5281,7075],[6110,5471],[6097,5465],[6115,5478],[6102,5471],[6120,5484],[6107,5478],[6125,5491],[6112,5485],[6131,5497],[6117,5491],[5289,7080],[6137,5505],[6122,5497],[6140,5512],[6125,5501],[6134,5508],[6137,5516],[5705,5673],[6043,5998],[6048,6003],[5750,5705],[5284,7084],[5755,5710],[5760,5716],[5765,5720],[5771,5726],[5775,5731],[5780,5735],[5785,5740],[5790,5745],[5811,5765],[5796,5750],[5292,7089],[5801,5755],[5806,5760],[5744,5700],[5739,5695],[5734,5690],[5729,5685],[5724,5680],[5719,5676],[5715,5671],[5711,5667],[5287,7092],[5737,5715],[5734,5722],[5731,5728],[5732,5736],[5730,5743],[5733,5746],[5737,5741],[5744,5741],[5748,5735],[5752,5730],[7318,3235],[5295,7097],[5751,5718],[5745,5713],[5757,5724],[5761,5728],[5766,5733],[5770,5737],[5775,5742],[5780,5747],[5785,5752],[5792,5759],[5290,7100],[5796,5763],[5801,5768],[5805,5772],[5740,5707],[5735,5702],[5730,5698],[5725,5693],[5720,5688],[5715,5683],[5711,5679],[5299,7106],[6057,6006],[6062,6011],[6067,6016],[6072,6021],[6077,6026],[6081,6030],[6053,6013],[6058,6018],[6063,6023],[6068,6028],[5293,7109],[6073,6032],[6077,6037],[5861,5815],[5866,5819],[5870,5824],[5875,5829],[5881,5835],[5886,5839],[5891,5844],[5895,5849],[5301,7115],[5900,5853],[5905,5859],[5910,5863],[5915,5868],[5920,5873],[5925,5877],[5929,5882],[5935,5887],[5857,5822],[5862,5827],[5296,7116],[5866,5831],[5871,5836],[5876,5841],[5881,5846],[5887,5851],[5891,5855],[5896,5860],[5901,5866],[5906,5870],[5911,5875],[5304,7124],[5916,5880],[5921,5885],[5925,5889],[5931,5894],[5851,5816],[5846,5811],[5841,5807],[5836,5801],[5831,5797],[5826,5792],[5298,7125],[5821,5787],[5816,5782],[5811,5778],[5855,5809],[5850,5804],[5845,5799],[5840,5794],[5835,5790],[5830,5784],[5825,5780],[5306,7132],[5820,5775],[5816,5770],[6006,5956],[6010,5961],[6015,5966],[6020,5970],[6025,5975],[6030,5980],[6035,5985],[6040,5989],[5301,7135],[6002,5964],[6006,5968],[6011,5973],[6016,5978],[6026,5987],[6031,5992],[6035,5996],[6001,5951],[5995,5946],[7371,3392],[5308,7141],[5990,5941],[5985,5936],[5979,5930],[5974,5925],[5969,5921],[5964,5916],[5960,5911],[5955,5907],[5951,5902],[5945,5897],[5302,7143],[5940,5893],[5996,5958],[5991,5953],[5986,5948],[5980,5943],[5975,5938],[5970,5932],[5965,5927],[5960,5923],[5955,5918],[5307,7151],[5951,5914],[5946,5909],[5941,5904],[5936,5899],[6123,6071],[6118,6065],[6113,6060],[6108,6055],[5308,7159],[6125,6084],[6119,6079],[6113,6073],[6108,6068],[6103,6063],[6099,6059],[6093,6053],[5313,7169],[6087,6048],[6082,6043],[5964,5903],[5307,7168],[5314,7177],[7156,7102],[7152,7099],[7153,7108],[7149,7105],[7151,7113],[7147,7121],[7143,7128],[7139,7136],[7135,7143],[5309,7177],[7131,7151],[7127,7159],[7123,7167],[7119,7174],[7116,7181],[7111,7190],[5316,7185],[7097,7230],[7091,7243],[7086,7253],[7080,7260],[7073,7262],[7071,7272],[7066,7276],[7065,7284],[7060,7288],[7059,7296],[5310,7187],[7054,7301],[7052,7310],[7048,7313],[7046,7320],[7042,7323],[7041,7329],[7036,7331],[7034,7337],[7029,7339],[7027,7345],[7238,3024],[5318,7195],[7022,7349],[7022,7356],[7018,7363],[7020,7368],[7016,7375],[7018,7382],[7019,7391],[7016,7398],[7017,7407],[5312,7194],[7014,7412],[7013,7434],[7012,7425],[7011,7449],[7010,7441],[7009,7465],[7008,7472],[7006,7472],[7006,7480],[5320,7204],[7001,7484],[7006,7485],[6995,7489],[7000,7489],[6989,7491],[6991,7493],[6986,7497],[7082,7264],[7087,7262],[7098,7259],[5314,7203],[7108,7256],[7156,7095],[5321,7213],[5315,7212],[6959,4548],[5323,7222],[6964,4556],[6966,4574],[6966,4569],[6964,4588],[6966,4601],[6968,4613],[6969,4624],[6971,4641],[6973,4656],[5316,7219],[6974,4669],[6976,4682],[6982,4695],[6987,4707],[6994,4721],[7000,4735],[7006,4748],[7011,4757],[7016,4769],[7022,4782],[5324,7231],[7027,4793],[7031,4803],[7030,4819],[7029,4832],[7028,4846],[7026,4861],[7024,4876],[7023,4889],[7020,4904],[7018,4919],[5318,7228],[7016,4932],[7016,4936],[7018,4938],[7014,4944],[7012,4955],[7010,4967],[7010,4979],[7011,4991],[7012,5002],[7001,5005],[7240,3172],[5326,7240],[7013,5014],[7015,5026],[7007,5029],[7016,5041],[7017,5052],[7018,5057],[7018,5065],[7021,5066],[7019,5072],[7020,5084],[5320,7238],[7021,5094],[7023,5107],[7024,5120],[7025,5132],[7026,5144],[7028,5156],[7029,5167],[7033,5179],[7032,5193],[7033,5209],[5327,7249],[7035,5224],[7075,5615],[7076,5626],[7077,5638],[7078,5645],[7079,5654],[7080,5662],[7081,5676],[7083,5692],[5322,7249],[7083,5701],[7084,5710],[7084,5718],[7079,5724],[7089,5715],[5329,7257],[7071,5733],[7066,5737],[7059,5740],[7052,5742],[7044,5743],[5323,7258],[7036,5744],[7029,5745],[7024,5750],[7020,5746],[7015,5751],[7007,5752],[7000,5751],[5330,7265],[5325,7266],[5332,7275],[5326,7275],[6564,2528],[5333,7282],[6409,6814],[6420,6811],[6432,6807],[7716,6655],[7724,6664],[7731,6675],[5328,7282],[7739,6688],[7746,6703],[7754,6717],[7762,6732],[7769,6746],[7776,6759],[7782,6773],[7788,6788],[7794,6801],[7804,6831],[5335,7290],[7814,6858],[7819,6871],[7824,6885],[7832,6900],[7836,6909],[7839,6921],[7842,6930],[7844,6939],[7846,6948],[7848,6955],[5329,7290],[5191,4777],[5195,4781],[5200,4778],[5204,4782],[5209,4779],[5336,7299],[5213,4784],[5218,4781],[5222,4785],[5226,4782],[5240,4787],[5246,4784],[5252,4789],[5258,4786],[5264,4791],[5271,4788],[5331,7300],[5276,4792],[5283,4789],[5295,4795],[5302,4792],[6318,4573],[6310,4592],[6301,4598],[6309,4610],[6322,4587],[5338,7307],[6324,4596],[6327,4606],[6330,4617],[6334,4627],[4964,4575],[4963,4590],[4961,4583],[4953,4581],[4953,4572],[4973,4534],[5331,7308],[4971,4546],[4969,4559],[4969,4539],[4967,4552],[4965,4564],[4967,4569],[4967,4583],[4966,4598],[5339,7315],[4952,4775],[4950,4782],[4950,4785],[4949,4788],[4949,4791],[5333,7317],[5290,812],[5341,7324],[5335,7326],[4939,4823],[4943,4817],[4943,4809],[4944,4802],[4946,4794],[4953,4762],[4957,4746],[4961,4729],[4969,4684],[4966,4691],[5342,7334],[4969,4676],[4968,4667],[4968,4658],[4967,4650],[4966,4641],[4966,4634],[4934,4855],[4932,4848],[4936,4849],[4934,4842],[5337,7334],[4938,4844],[4936,4837],[4940,4839],[4937,4834],[4941,4835],[4937,4831],[4942,4831],[4938,4827],[4944,4828],[4949,4778],[5344,7342],[4945,4785],[4948,4768],[4952,4752],[4956,4737],[4964,4713],[4960,4719],[4968,4699],[4963,4704],[4965,4625],[5338,7341],[4316,4397],[4319,4404],[4322,4411],[4324,4418],[4327,4425],[4321,4429],[4304,4404],[4307,4411],[4313,4424],[5345,7351],[4315,4415],[4318,4413],[4313,4400],[4310,4402],[4316,4431],[4321,4435],[6882,7334],[6884,7323],[6887,7312],[5339,7349],[6889,7301],[6896,7293],[6902,7279],[6906,7274],[6916,7273],[6925,7272],[6935,7271],[6945,7270],[6954,7268],[6963,7267],[5347,7360],[6973,7266],[6983,7265],[6992,7264],[7002,7263],[7011,7262],[7021,7263],[7030,7264],[7040,7264],[7050,7265],[7059,7266],[5341,7358],[7068,7267],[4221,2423],[4221,2415],[4216,2408],[4215,2398],[4210,2390],[4209,2381],[4204,2374],[4203,2362],[4198,2357],[5951,2574],[5348,7369],[4198,2350],[4194,2344],[4194,2336],[4189,2331],[4188,2322],[4184,2316],[4184,2308],[4180,2302],[4178,2291],[4172,2283],[5342,7368],[4172,2275],[4332,3744],[4324,3743],[4319,3749],[4312,3748],[4307,3755],[5350,7377],[4300,3754],[4295,3760],[4288,3759],[4283,3765],[4276,3765],[6214,6888],[6216,6882],[6219,6875],[6222,6869],[6224,6863],[5344,7377],[6227,6856],[6230,6849],[6233,6841],[6236,6833],[6239,6826],[6241,6819],[6243,6812],[6246,6805],[6249,6799],[6251,6792],[5351,7386],[6254,6785],[6257,6778],[6260,6771],[6263,6764],[6266,6757],[6268,6751],[6271,6744],[6274,6736],[6277,6730],[6280,6723],[5346,7387],[6284,6717],[6288,6712],[6294,6707],[8262,3628],[8259,3623],[8245,3608],[8255,3618],[8240,3602],[8234,3597],[6687,6131],[5352,7395],[6683,6124],[6677,6122],[6672,6116],[6666,6114],[6662,6108],[6655,6106],[6650,6100],[6644,6099],[6638,6093],[6632,6093],[5346,7394],[6626,6088],[6620,6087],[6614,6083],[6608,6083],[6602,6079],[6596,6081],[6590,6077],[5353,7404],[5347,7404],[6593,6091],[5924,2637],[5354,7413],[5348,7414],[6651,5039],[6651,5032],[6650,5025],[6649,5014],[6649,5006],[6648,4998],[6647,4990],[6647,4981],[5355,7421],[6646,4973],[6645,4963],[6644,4953],[6644,4943],[6634,4934],[6643,4934],[6649,4933],[6656,4932],[6663,4931],[6670,4930],[5349,7423],[6658,4942],[6657,4950],[6651,4950],[6663,4993],[6664,5005],[6660,4999],[6654,5000],[5356,7431],[6662,5014],[6655,5015],[6662,5030],[6656,5031],[5350,7432],[5579,5177],[6134,4823],[6134,4815],[6131,4806],[6132,4796],[6131,4786],[6133,4777],[6131,4767],[6133,4759],[5357,7440],[6131,4749],[6133,4740],[7540,3951],[7539,3938],[7539,3927],[7538,3913],[7541,3899],[7540,3889],[7539,3880],[7539,3862],[5351,7440],[7538,3836],[7538,3826],[7538,3820],[7538,3812],[7538,3805],[7538,3796],[7538,3787],[7537,3776],[8449,8496],[5358,7449],[8457,8508],[9007,7259],[8994,7286],[8988,7299],[8981,7314],[8974,7328],[8967,7343],[8954,7370],[5352,7449],[8947,7385],[8940,7399],[8934,7412],[8927,7426],[8921,7441],[8916,7451],[7751,8032],[7753,8041],[7755,8049],[7756,8058],[5892,6041],[7361,3964],[5359,7458],[7758,8066],[7759,8074],[7761,8081],[7761,8086],[7765,8104],[7770,8129],[4438,4997],[4429,4999],[4424,5007],[4416,5005],[5353,7458],[4403,5010],[4398,5016],[4391,5014],[4385,5021],[4382,5018],[4373,5025],[4366,5024],[4361,5030],[4353,5029],[5359,7467],[4348,5035],[4335,5040],[4329,5038],[4325,5044],[4317,5043],[4269,5071],[4271,5080],[4262,5068],[5354,7466],[4265,5063],[4266,5066],[4272,5064],[4275,5059],[4276,5062],[4282,5060],[4287,5054],[4291,5057],[4295,5051],[4299,5054],[5360,7475],[4302,5049],[4306,5051],[4309,5046],[4300,4541],[4302,4534],[4305,4528],[5354,7475],[4308,4524],[4848,4839],[4845,4835],[4848,4834],[4845,4830],[4847,4830],[4845,4791],[4848,4785],[4847,4776],[5361,7482],[4850,4768],[4849,4760],[4853,4753],[4851,4745],[4855,4738],[4852,4732],[4855,4726],[4854,4719],[4858,4706],[4855,4701],[5355,7483],[4858,4679],[4856,4672],[4856,4658],[4847,4699],[4838,4698],[4835,4688],[4848,4677],[4838,4677],[4837,4667],[4849,4656],[5362,7493],[4840,4656],[4359,4009],[4356,4016],[4349,4017],[4347,4024],[4341,4025],[4338,4032],[4332,4033],[7656,3634],[7660,3628],[5356,7494],[7669,3614],[7679,3599],[7533,4429],[7532,4443],[7532,4458],[7531,4472],[7530,4486],[7529,4500],[7527,4509],[7555,4671],[5364,7503],[7564,4671],[7572,4673],[7579,4676],[7585,4683],[7588,4687],[7592,4699],[7597,4702],[7583,4813],[7581,4830],[7580,4847],[5358,7504],[5344,4693],[5343,4685],[5348,4678],[5347,4669],[5351,4662],[5351,4653],[5352,4645],[5354,4636],[5359,4630],[5365,7512],[5358,4622],[5000,1438],[5000,1425],[5000,1413],[5000,1401],[5000,1389],[5000,1375],[4151,2491],[4151,2486],[4149,2485],[5360,7513],[4148,2479],[4145,2475],[4146,2470],[4142,2466],[4143,2460],[4140,2459],[4140,2454],[4135,2453],[4139,2450],[4132,2446],[5367,7521],[4136,2443],[6898,4762],[6906,4761],[6915,4759],[6923,4758],[6930,4757],[6939,4755],[6947,4754],[6955,4753],[6963,4751],[5362,7523],[6971,4750],[6978,4748],[6987,4747],[6994,4746],[7002,4745],[4121,3135],[4121,3123],[4124,3113],[4124,3104],[4127,3097],[5368,7530],[4125,3092],[4129,3078],[4128,3069],[4128,3061],[4127,3054],[4126,3044],[4125,3038],[4124,3028],[4127,3023],[5363,7532],[6049,4356],[6045,4362],[6049,4370],[6046,4377],[6050,4385],[6046,4392],[6050,4399],[6046,4407],[6051,4416],[6047,4422],[5370,7539],[6051,4431],[6049,4466],[6050,4457],[6048,4445],[4229,5015],[4238,5011],[4248,5007],[4274,4997],[4279,4999],[4291,4995],[4298,4988],[6035,2794],[5372,7549],[4229,5019],[4235,5016],[4244,5013],[4249,5011],[4251,5006],[4253,5009],[4258,5003],[4264,5001],[5365,7548],[4264,5005],[4267,5000],[4268,5003],[4285,4993],[4292,4991],[4322,4984],[5373,7556],[4316,4986],[4312,4983],[4320,4980],[4327,4978],[5367,7557],[4779,1564],[4771,1559],[4762,1554],[4755,1549],[4749,1544],[4747,1537],[4747,1528],[4748,1520],[5374,7564],[4749,1508],[4750,1494],[4753,1481],[4756,1472],[4761,1460],[4766,1451],[4770,1443],[4774,1437],[4782,1437],[4790,1438],[5368,7565],[4798,1440],[4806,1443],[4814,1448],[4820,1452],[4828,1457],[4836,1461],[4842,1463],[4855,1471],[4866,1479],[4876,1485],[5375,7572],[4859,1477],[4864,1481],[4870,1484],[4877,1489],[4884,1493],[4890,1497],[4896,1501],[4903,1505],[4909,1509],[4916,1514],[5370,7574],[5442,4777],[5435,4773],[5428,4776],[5423,4772],[5417,4775],[5411,4771],[5406,4774],[5401,4770],[5394,4773],[5388,4769],[5377,7581],[5381,4772],[5375,4767],[5369,4770],[5363,4766],[5356,4769],[5350,4765],[5345,4768],[5339,4764],[5331,4767],[5325,4763],[5372,7583],[5319,4766],[5312,4762],[6454,4194],[6447,4194],[6441,4194],[6435,4194],[6429,4194],[6422,4195],[6417,4195],[6409,4195],[6191,2982],[5379,7591],[6404,4195],[6398,4196],[6393,4197],[6387,4197],[6381,4198],[6375,4198],[6370,4199],[4698,3560],[4694,3568],[4687,3568],[5374,7591],[4683,3575],[4670,3580],[4673,3584],[4665,3584],[4669,3586],[4659,3588],[4663,3590],[4653,3592],[4650,3599],[4643,3599],[5381,7604],[4639,3607],[4632,3607],[4629,3614],[4876,2129],[4872,2123],[4866,2101],[4864,2090],[4862,2084],[5376,7599],[4860,2076],[4861,2096],[4863,2101],[4864,2107],[4866,2112],[4868,2118],[4869,2124],[4870,2129],[5265,5394],[5260,5405],[5384,7621],[5255,5415],[5250,5425],[5243,5439],[5239,5442],[5238,5449],[5234,5452],[5231,5463],[5225,5465],[5224,5473],[5219,5476],[5379,7613],[7672,7964],[7667,7968],[7662,7972],[7656,7972],[7649,7973],[7643,7973],[7639,7974],[7628,7975],[7618,7975],[7607,7972],[5388,7638],[5582,4917],[5585,4913],[5585,4906],[5586,4896],[5702,4508],[5701,4498],[5701,4487],[5701,4476],[5701,4467],[5700,4458],[5383,7631],[5700,4450],[5701,4439],[5703,4443],[5703,4434],[5703,4424],[5703,4415],[5702,4405],[5702,4394],[3830,2785],[3834,2777],[5391,7652],[3836,2769],[3841,2767],[3846,2758],[3853,2754],[3858,2747],[3864,2743],[3869,2735],[3877,2730],[3879,2723],[3885,2719],[5387,7647],[3894,2709],[3890,2713],[3910,2699],[3904,2705],[3925,2691],[3918,2697],[3936,2684],[3932,2690],[3950,2676],[3945,2682],[6160,2705],[5396,7664],[3964,2668],[3958,2675],[3980,2659],[3972,2667],[3993,2649],[3987,2657],[4005,2639],[4001,2646],[4028,2624],[4013,2637],[5391,7660],[4042,2615],[4022,2631],[4055,2607],[4035,2622],[4068,2599],[4049,2613],[4081,2592],[4053,2617],[4095,2586],[4054,2624],[5405,7677],[4108,2579],[4062,2605],[4120,2574],[4076,2598],[4089,2592],[4102,2586],[4114,2579],[4127,2573],[9603,6374],[9602,6393],[5398,7674],[9601,6413],[9594,6432],[4695,3604],[4690,3606],[4686,3600],[4680,3602],[4676,3596],[4671,3598],[4667,3592],[5413,7689],[4648,3585],[4640,3586],[4634,3579],[4629,3581],[4623,3575],[4617,3576],[4613,3571],[4606,3572],[4601,3566],[4594,3568],[5406,7687],[4588,3563],[4581,3565],[4578,3560],[4570,3562],[4565,3556],[4559,3559],[4554,3554],[4548,3556],[4544,3551],[4538,3553],[5460,7860],[4533,3548],[4527,3551],[4521,3547],[4516,3550],[4509,3546],[4502,3549],[4497,3545],[4490,3548],[4484,3544],[4477,3547],[5461,7870],[4472,3543],[4465,3546],[4459,3542],[7800,4121],[7804,4133],[7807,4144],[7809,4152],[7807,4166],[7806,4179],[7805,4191],[5462,7879],[7804,4201],[6805,4302],[6799,4302],[6789,4303],[6777,4304],[6767,4304],[6757,4305],[6747,4306],[6736,4306],[6728,4301],[5463,7889],[6718,4297],[6709,4293],[6700,4289],[6691,4286],[6681,4283],[7891,5496],[7885,5495],[7879,5494],[7874,5493],[7868,5492],[7489,3140],[5419,7702],[7861,5491],[7855,5490],[7849,5489],[7035,7716],[7034,7725],[7033,7734],[7031,7743],[7030,7753],[7029,7760],[7028,7768],[5424,7705],[7027,7775],[7026,7782],[7024,7799],[5681,4442],[5689,4442],[5696,4441],[5707,4449],[5714,4448],[5720,4448],[6480,4116],[5427,7715],[6480,4123],[6481,4131],[6481,4140],[6481,4147],[6482,4155],[6482,4163],[6482,4171],[6482,4179],[6483,4186],[6483,4194],[5432,7720],[6483,4203],[6484,4211],[6484,4219],[6484,4225],[6484,4233],[6485,4240],[6485,4249],[6485,4257],[6485,4264],[6486,4270],[5434,7729],[6486,4278],[6486,4286],[6487,4294],[6487,4301],[6487,4307],[4849,3974],[4845,3975],[4858,3980],[4852,3980],[4868,3986],[5439,7736],[4862,3986],[4871,3993],[4883,4001],[4892,4007],[4902,4014],[5440,7745],[4911,4020],[4924,4024],[4918,4024],[4933,4031],[4927,4031],[4943,4037],[4937,4037],[4948,4041],[4945,4042],[4955,4046],[4951,4047],[4963,4051],[4957,4051],[4972,4057],[4966,4057],[4975,4063],[4981,4063],[4985,4070],[4991,4070],[5448,7761],[7648,6700],[7661,6694],[3634,1158],[3642,1151],[3650,1142],[3655,1134],[3661,1125],[3666,1117],[3672,1106],[5450,7768],[4380,4835],[4379,4839],[4382,4840],[4381,4844],[4384,4845],[4383,4849],[4387,4850],[4387,4857],[4389,4856],[4389,4862],[7610,3229],[5452,7776],[4393,4864],[4395,4869],[4397,4874],[4399,4879],[4401,4884],[4404,4888],[4406,4893],[4409,4897],[4413,4900],[4417,4902],[5454,7784],[4421,4904],[4426,4907],[4429,4909],[4433,4911],[4437,4913],[4441,4916],[4445,4918],[4449,4920],[4454,4923],[4458,4926],[5455,7792],[4463,4928],[7878,6117],[7873,6106],[7869,6096],[6244,4661],[6246,4676],[6249,4687],[5457,7801],[6252,4700],[4570,3503],[4571,3497],[4568,3491],[4570,3484],[4566,3476],[4567,3470],[4565,3465],[4567,3459],[4563,3453],[5459,7809],[4565,3445],[3439,2646],[3433,2646],[3427,2647],[4771,3740],[4776,3746],[4760,3733],[4765,3739],[4748,3726],[4753,3732],[5461,7817],[4736,3719],[4741,3725],[4727,3713],[4729,3718],[4996,4763],[4998,4755],[5000,4748],[5001,4742],[5003,4732],[5005,4723],[5462,7825],[5006,4715],[5612,3799],[5618,3788],[5624,3776],[5629,3765],[5636,3753],[5641,3742],[5647,3730],[5653,3719],[5659,3706],[5463,7833],[5665,3695],[5671,3683],[5677,3673],[5684,3661],[5690,3655],[5696,3645],[5701,3635],[5706,3626],[5707,3612],[5709,3600],[5464,7841],[5712,3586],[5714,3574],[5716,3561],[5718,3550],[5721,2918],[5716,2924],[5709,2932],[5702,2939],[5695,2942],[5688,2950],[5465,7847],[5682,2957],[5674,2966],[5666,2975],[5658,2983],[5652,2991],[5560,4898],[5558,4907],[5555,4916],[5552,4925],[5551,4934],[7774,3176],[5466,7856],[5549,4945],[5548,4954],[5548,4964],[5547,4974],[5547,4982],[5547,4990],[5546,4998],[5545,5012],[5544,5023],[5544,5033],[5467,7864],[5544,5043],[5543,5053],[5543,5063],[5543,5075],[5542,5097],[5542,5104],[5541,5114],[5540,5123],[5539,5132],[5538,5147],[5468,7873],[5535,5155],[5532,5164],[5523,5182],[9667,6379],[9666,6392],[9666,6411],[9666,6425],[9667,6442],[5469,7881],[9668,6456],[9670,6472],[9672,6489],[9673,6503],[9673,6516],[9673,6532],[7584,7202],[7582,7209],[7577,7212],[7575,7219],[5470,7889],[7568,7224],[7562,7230],[7557,7236],[7552,7243],[7568,7229],[7572,7237],[7577,7246],[7582,7254],[7586,7260],[6536,5336],[5471,7896],[6541,5339],[6547,5337],[6553,5339],[6018,5911],[6011,5914],[6002,5918],[5995,5921],[5988,5924],[5981,5927],[7158,4834],[5473,7906],[7158,4845],[7157,4857],[7157,4869],[7156,4880],[7156,4891],[7156,4901],[7155,4911],[7155,4920],[7155,4930],[5474,7913],[6518,6647],[6522,6640],[6526,6634],[6530,6628],[6534,6622],[6538,6616],[7780,6932],[7774,6910],[7524,6460],[7521,6466],[5476,7921],[7530,6468],[7526,6472],[7535,6477],[7543,6482],[7550,6485],[7558,6487],[7567,6489],[7575,6491],[7582,6493],[7590,6495],[5478,7928],[7564,6494],[7562,6502],[7661,3480],[5480,7936],[5482,7945],[5484,7953],[7940,3991],[7944,3982],[7947,3974],[7951,3965],[7955,3957],[7959,3948],[7963,3939],[7967,3930],[7971,3921],[7975,3912],[5487,7961],[7979,3903],[5489,7969],[5491,7975],[7889,4185],[7901,4187],[7909,4188],[7917,4190],[7925,4191],[7932,4192],[7939,4193],[7954,4196],[5493,7985],[7963,4197],[7972,4199],[7980,4200],[7988,4202],[7998,4203],[8006,4204],[5047,4317],[5051,4323],[7830,4770],[7837,4773],[7843,4776],[7853,4780],[7859,4784],[7866,4787],[7872,4789],[7879,4793],[7886,4796],[7893,4799],[7900,4803],[7907,4802],[7913,4800],[7921,4797],[6925,5083],[6927,5098],[6929,5114],[6933,5164],[6935,5176],[6936,5189],[6938,5202],[6940,5215],[6941,5225],[6943,5239],[6947,5253],[6948,5264],[7834,3525],[6949,5270],[6951,5281],[6952,5294],[5001,4827],[5006,4825],[4992,4822],[4997,4820],[4981,4816],[4988,4816],[4941,4792],[4909,4793],[4898,4796],[4892,4796],[4887,4796],[4881,4796],[4876,4796],[4870,4796],[4865,4796],[4859,4796],[4854,4796],[4848,4795],[4935,4792],[4930,4792],[4925,4792],[4920,4792],[4914,4792],[9498,6216],[9505,6211],[9592,6240],[9604,6244],[9614,6247],[9625,6251],[9636,6254],[9645,6257],[9655,6260],[5029,3547],[5024,3542],[5019,3543],[5015,3538],[5010,3540],[5008,3535],[5001,3537],[4999,3532],[4994,3534],[4990,3528],[4985,3530],[4982,3525],[4976,3527],[4971,3521],[4966,3523],[4963,3518],[4957,3519],[4954,3514],[4949,3516],[4945,3511],[4940,3513],[4937,3508],[4930,3509],[4926,3503],[4921,3505],[4912,3502],[4910,3497],[4906,3499],[4904,3495],[4895,3495],[4892,3490],[4887,3492],[4884,3487],[4879,3489],[4875,3484],[4870,3486],[4866,3480],[4860,3482],[4857,3477],[4850,3478],[4847,3473],[3544,5358],[4841,3474],[4839,3470],[4833,3471],[4832,3467],[4826,3468],[4820,3463],[4815,3464],[4811,3459],[4804,3460],[4802,3455],[3541,5361],[4796,3456],[4794,3452],[4785,3449],[4780,3450],[4776,3446],[4771,3447],[4768,3442],[4762,3440],[4756,3441],[5203,1180],[6190,6330],[3537,5363],[5197,1196],[5195,1206],[5193,1214],[5191,1225],[5190,1234],[5188,1245],[5186,1254],[5184,1265],[5182,1276],[3535,5365],[5180,1286],[5179,1297],[5175,1327],[5177,1316],[5178,1307],[5130,1446],[5134,1435],[5138,1425],[5142,1413],[5147,1401],[3533,5366],[5150,1393],[5153,1385],[5157,1375],[5160,1365],[5164,1354],[5167,1345],[5174,1336],[5169,1333],[6801,4167],[6789,4168],[3531,5368],[6779,4168],[6762,4157],[6753,4179],[6750,4158],[6762,4179],[6733,4171],[6723,4172],[6713,4173],[6703,4173],[6694,4174],[3528,5370],[6683,4175],[6672,4176],[6662,4176],[5180,4634],[5182,4640],[5177,4644],[5179,4651],[5174,4654],[5175,4661],[5171,4664],[3521,5375],[5172,4672],[5167,4675],[5168,4682],[5163,4685],[5164,4692],[5161,4699],[5155,4706],[5503,5037],[5497,5040],[5492,5036],[3518,5377],[5487,5039],[5481,5034],[5475,5037],[7270,4806],[7271,4794],[7272,4780],[7273,4767],[7274,4756],[7276,4728],[7277,4712],[7278,4701],[7279,4686],[7280,4674],[9672,6116],[9675,6129],[9678,6140],[9681,6150],[9691,6170],[9697,6179],[9701,6187],[9715,6203],[9723,6210],[9732,6217],[9743,6222],[9753,6226],[9763,6228],[9772,6230],[9780,6230],[9789,6229],[7385,4542],[7384,4554],[7383,4565],[7382,4583],[7381,4596],[7380,4609],[7378,4624],[7377,4637],[7376,4649],[7369,4664],[6533,2492],[7575,3414],[6547,2487],[6559,2476],[7803,7557],[6797,4881],[6795,4890],[6792,4898],[6790,4907],[6787,4916],[6785,4924],[4507,3138],[4513,3134],[4518,3132],[4523,3129],[4530,3126],[4535,3124],[4539,3122],[4546,3118],[4553,3115],[4558,3113],[4565,3109],[4570,3107],[4575,3104],[4581,3101],[4587,3099],[6545,6164],[6544,6171],[6543,6176],[6543,6184],[6542,6191],[6541,6198],[7457,6427],[7464,6428],[4871,2008],[4873,1994],[4874,1984],[4875,1970],[4876,1957],[4878,1943],[4879,1934],[4880,1917],[4882,1902],[4883,1888],[4884,1876],[4886,1862],[4887,1850],[4888,1837],[4890,1820],[4456,3082],[4456,3073],[4461,3098],[4461,3090],[7666,4721],[7665,4740],[7663,4760],[7662,4776],[7661,4793],[7659,4811],[7658,4830],[7657,4839],[7657,4846],[4904,4601],[4908,4593],[4904,4585],[4907,4575],[4904,4567],[4908,4559],[7770,4719],[7778,4719],[7786,4720],[7793,4720],[7831,4725],[7801,4721],[7809,4721],[7817,4721],[7824,4723],[7841,4731],[7847,4734],[7854,4737],[7866,4743],[7874,4746],[7881,4749],[7888,4752],[7894,4756],[7902,4759],[7909,4762],[7915,4765],[7922,4769],[7933,4774],[7941,4777],[7948,4781],[7955,4784],[7963,4787],[7969,4792],[7982,4802],[7988,4806],[7146,3123],[7994,4811],[8002,4817],[8009,4822],[8020,4831],[4726,3501],[4730,3506],[4737,3505],[4743,3510],[4750,3508],[4755,3514],[4763,3513],[4770,3519],[4777,3517],[4784,3523],[4802,3525],[4793,3526],[4813,3529],[4819,3534],[4827,3533],[4834,3539],[4841,3537],[4849,3543],[4855,3542],[4861,3547],[4868,3546],[4874,3551],[4882,3550],[4885,3555],[4893,3554],[4898,3560],[4906,3559],[4912,3565],[4919,3564],[4925,3570],[4933,3569],[4938,3575],[4944,3574],[4950,3580],[4963,3586],[4970,3586],[4976,3592],[4984,3593],[4988,3600],[4996,3601],[4806,3530],[5295,5002],[5292,5006],[5293,5013],[5289,5021],[5291,5028],[5287,5034],[5286,5059],[5283,5066],[5284,5075],[5280,5083],[6439,5476],[6436,5485],[6432,5497],[6428,5507],[6423,5522],[6415,5542],[6411,5553],[6408,5564],[6412,5578],[6417,5591],[6422,5603],[6428,5614],[6435,5626],[6444,5636],[6453,5645],[6463,5652],[8003,4690],[8002,4697],[7998,4710],[7995,4723],[7992,4732],[7988,4747],[7986,4757],[7984,4764],[7982,4771],[7980,4779],[7978,4786],[7975,4795],[7972,4804],[7969,4813],[7966,4822],[7960,4840],[7957,4847],[7954,4856],[7951,4864],[7948,4872],[7945,4881],[7942,4890],[7939,4897],[7936,4905],[7307,3126],[7933,4914],[7930,4923],[7927,4932],[7924,4940],[7917,4959],[7913,4969],[7910,4978],[7907,4988],[7903,4998],[7900,5007],[7894,5024],[7888,5041],[7885,5048],[7882,5057],[7879,5066],[7876,5074],[7873,5082],[7870,5091],[7867,5099],[7864,5108],[7861,5116],[7858,5127],[7858,5135],[7859,5145],[7859,5154],[7859,5163],[7859,5172],[7860,5181],[7860,5191],[7860,5200],[7860,5210],[7861,5219],[7861,5229],[7861,5239],[7861,5247],[7862,5264],[7862,5274],[7862,5283],[7862,5292],[7863,5300],[7863,5309],[7863,5318],[7863,5326],[7864,5335],[7864,5344],[7864,5353],[7864,5362],[7864,5371],[5614,5618],[5622,5625],[5630,5633],[5638,5640],[5645,5648],[5653,5655],[5661,5662],[5656,5672],[5648,5665],[5633,5650],[5626,5643],[4275,5032],[4262,5037],[4256,5039],[4247,5042],[4241,5040],[4189,5065],[4192,5058],[4228,5044],[4232,5043],[4348,4992],[4205,5053],[4210,5051],[4219,5048],[4224,5051],[4415,4977],[4396,4984],[4386,4988],[4377,4991],[7350,3067],[4369,4994],[4441,4956],[4432,4960],[4423,4964],[4413,4967],[4403,4971],[4393,4975],[4384,4978],[4375,4982],[4367,4985],[4463,4955],[4469,4938],[4465,4946],[4467,4954],[4471,4941],[4474,4936],[4470,4948],[4373,4988],[4173,5071],[5180,3214],[5180,3205],[5182,3197],[5185,3188],[8101,3451],[8097,3458],[8095,3465],[8091,3472],[8088,3479],[8084,3486],[8081,3493],[8078,3500],[8075,3507],[8071,3514],[8068,3520],[8066,3526],[8062,3533],[8059,3540],[8056,3547],[8053,3553],[8049,3560],[8046,3567],[8043,3573],[8040,3580],[8037,3587],[8033,3594],[8030,3600],[8027,3607],[8024,3614],[8021,3620],[8017,3628],[8014,3634],[8011,3641],[8007,3648],[8004,3655],[8000,3662],[7998,3668],[7994,3676],[7990,3683],[7166,3206],[7988,3688],[7984,3698],[7981,3706],[7976,3719],[7972,3729],[7967,3741],[7961,3753],[7956,3766],[7951,3776],[7946,3789],[7942,3799],[7937,3811],[7931,3824],[7926,3835],[7921,3847],[7916,3860],[7911,3871],[7906,3883],[7903,3891],[7896,3907],[7891,3917],[7886,3930],[7881,3942],[7875,3954],[7871,3965],[7865,3978],[7861,3988],[7856,4000],[7851,4012],[7846,4024],[7839,4051],[5488,4898],[5486,4904],[5488,4910],[5484,4910],[7250,4656],[7242,4656],[7234,4657],[7226,4659],[7218,4661],[7210,4663],[7210,4669],[7212,4679],[7202,4666],[7195,4668],[7187,4670],[7179,4672],[7171,4676],[7165,4684],[7161,4692],[7157,4702],[7154,4711],[7150,4720],[7146,4729],[7143,4739],[7140,4749],[7137,4759],[7133,4769],[7129,4779],[7125,4787],[7123,4798],[7122,4808],[7123,4817],[7124,4827],[7126,4836],[7128,4846],[7132,4856],[7135,4866],[7138,4876],[7140,4885],[7862,3847],[7871,3853],[7880,3860],[7891,3868],[7899,3874],[7908,3879],[7915,3884],[7922,3889],[7928,3894],[7936,3899],[7946,3906],[7955,3913],[7965,3920],[4980,1195],[4989,1198],[4998,1201],[5007,1204],[5016,1208],[5025,1211],[5039,1213],[5047,1218],[3978,3091],[4134,5004],[3982,3083],[3985,3076],[3988,3069],[3992,3061],[3996,3053],[4000,3045],[4004,3037],[4003,3032],[4008,3023],[4008,3015],[4013,3007],[4013,2999],[4018,2992],[4018,2981],[4033,2940],[4034,2928],[4038,2921],[4040,2908],[5792,4890],[5798,4895],[5805,4893],[5810,4897],[5817,4895],[5822,4899],[5828,4896],[5833,4901],[5838,4898],[5843,4902],[5849,4900],[5859,4905],[5867,4906],[5878,4908],[5887,4909],[5896,4911],[9563,6514],[9563,6525],[9570,6530],[9585,6530],[9603,6525],[9617,6518],[7524,7944],[7524,7954],[7525,7964],[7525,7974],[7526,7984],[7524,7992],[7525,8001],[7525,8011],[7525,8021],[7898,7957],[7891,7943],[7887,7936],[7878,7921],[7588,5151],[7582,5167],[7577,5183],[7571,5199],[7568,5209],[7565,5217],[7562,5226],[3639,2527],[3633,2528],[3630,2524],[3619,2523],[3614,2519],[3605,2518],[3599,2513],[3593,2514],[3588,2509],[3486,5400],[3580,2509],[3571,2503],[3564,2504],[3558,2499],[3551,2499],[3543,2493],[3538,2499],[3531,2497],[3526,2503],[3519,2502],[3491,5400],[3515,2507],[3509,2505],[3504,2511],[3498,2509],[3493,2515],[3486,2513],[3483,2519],[3477,2517],[3472,2523],[3466,2521],[3494,5399],[3462,2527],[3455,2524],[3450,2531],[3445,2528],[3441,2534],[3435,2532],[3430,2538],[4598,3851],[4593,3848],[4588,3845],[3498,5398],[4582,3842],[4577,3839],[4572,3836],[4568,3834],[4562,3831],[4557,3828],[4552,3825],[9167,6737],[9158,6753],[9149,6768],[3501,5397],[9141,6781],[9133,6796],[9125,6810],[9116,6824],[9108,6838],[7733,4920],[7740,4922],[7747,4924],[7754,4926],[7760,4928],[3500,5389],[7775,4932],[7782,4934],[7789,4936],[7795,4937],[7802,4939],[4556,3523],[4551,3529],[4552,3537],[4547,3543],[4548,3551],[3497,5390],[5200,5502],[5194,5502],[5190,5496],[5183,5494],[5179,5488],[5171,5483],[7015,7486],[7024,7488],[7034,7490],[7044,7494],[3491,5392],[7055,7496],[7064,7497],[5290,4797],[5284,4802],[5284,4810],[5278,4815],[5278,4823],[5272,4828],[5271,4838],[5265,4843],[3487,5392],[5264,4852],[5258,4857],[7734,7475],[7728,7480],[7721,7484],[7715,7489],[7708,7494],[7702,7498],[7695,7503],[7689,7508],[3483,5393],[7682,7513],[7674,7518],[7664,7524],[7656,7530],[7648,7535],[7638,7542],[5135,2882],[5132,2873],[5130,2864],[5128,2856],[5126,2848],[5124,2839],[5121,2831],[5119,2823],[5117,2814],[5114,2805],[5112,2797],[5108,2787],[5104,2778],[5100,2768],[3475,5393],[5096,2761],[5092,2752],[5088,2743],[5912,3586],[5906,3587],[3471,5393],[5900,3589],[5895,3590],[5890,3591],[5885,3592],[5879,3594],[5873,3595],[5866,3597],[5861,3598],[5855,3600],[5850,3601],[6957,4284],[3466,5393],[5844,3602],[5838,3604],[5832,3605],[4793,4784],[4801,4789],[4796,4776],[4804,4781],[4798,4770],[4806,4773],[4800,4763],[3462,5394],[4809,4766],[4801,4755],[4811,4758],[4803,4747],[4813,4751],[4805,4740],[4815,4744],[4807,4732],[4817,4737],[4809,4724],[3458,5394],[4819,4730],[4811,4717],[4820,4723],[4815,4714],[4822,4716],[4814,4708],[4820,4710],[4815,4700],[4824,4706],[4817,4693],[3454,5394],[4826,4698],[4819,4686],[4827,4690],[4820,4678],[4829,4682],[4822,4671],[4830,4674],[4823,4664],[4831,4668],[4824,4656],[3450,5394],[4832,4658],[4825,4648],[4833,4649],[4826,4640],[4834,4641],[4830,4594],[4838,4595],[4831,4586],[4839,4587],[4831,4579],[3446,5394],[4840,4579],[4832,4572],[4840,4572],[4833,4565],[4841,4564],[4833,4557],[4842,4556],[4834,4549],[4842,4548],[4834,4542],[3442,5394],[4843,4541],[4835,4535],[4843,4533],[4835,4527],[4839,4528],[4785,4768],[4787,4758],[4791,4746],[4793,4737],[4794,4731],[3437,5394],[4796,4725],[4798,4719],[4799,4712],[4805,4698],[4807,4705],[4806,4685],[4808,4692],[4808,4671],[4809,4680],[4810,4658],[4811,4665],[4811,4645],[4813,4652],[4803,4660],[4797,4658],[4795,4668],[4793,4678],[3504,5395],[5256,3387],[5256,3380],[5252,3395],[5258,3389],[5261,3396],[5259,3408],[5265,3404],[5262,3415],[6968,7953],[3504,5387],[5265,3422],[5270,3419],[5269,3438],[5275,3435],[5271,3445],[5277,3442],[5273,3451],[3507,5394],[5276,3458],[5282,3456],[5278,3466],[5284,3463],[5281,3474],[5287,3471],[5286,3489],[3508,5384],[5292,3486],[5289,3497],[5295,3494],[5292,3505],[5298,3502],[5294,3516],[5300,3511],[5297,3525],[5304,3524],[5299,3533],[3514,5390],[5309,3534],[5302,3539],[5311,3538],[5303,3544],[5317,3551],[5307,3557],[5318,3558],[5310,3561],[5320,3566],[5313,3568],[3511,5382],[5322,3573],[5315,3575],[5324,3580],[5318,3583],[5326,3589],[5321,3592],[5329,3596],[5323,3599],[5332,3605],[5326,3609],[3517,5388],[5335,3613],[5329,3618],[5337,3621],[5331,3624],[5340,3630],[5334,3633],[5343,3638],[5337,3641],[5347,3646],[5340,3650],[3514,5381],[5343,3657],[5345,3665],[5354,3668],[5347,3672],[5357,3677],[5350,3681],[5359,3686],[5353,3689],[3522,5386],[5362,3693],[5356,3697],[5364,3701],[5358,3704],[5367,3709],[5361,3712],[5369,3716],[5363,3720],[5371,3722],[5366,3728],[3519,5379],[5375,3732],[5369,3736],[5377,3740],[5371,3744],[4985,1383],[4988,1373],[4991,1364],[4994,1355],[4997,1344],[5000,1336],[3525,5384],[5003,1327],[4933,1541],[4937,1525],[4941,1512],[4944,1500],[4949,1488],[4953,1474],[4958,1462],[4962,1452],[4966,1438],[5683,5837],[6927,8085],[3523,5377],[4970,1426],[4976,1410],[4980,1396],[5144,3134],[5149,3128],[5155,3131],[5160,3127],[5167,3128],[5174,3123],[5181,3124],[3529,5383],[5189,3118],[5195,3121],[5202,3115],[5208,3118],[5215,3112],[5223,3115],[5230,3110],[5238,3113],[5244,3114],[5251,3114],[3529,5375],[5258,3113],[5265,3113],[5271,3112],[5277,3111],[5283,3110],[5289,3108],[5294,3107],[5300,3105],[5307,3103],[5312,3101],[3535,5383],[5317,3099],[5323,3096],[5328,3094],[5333,3091],[5340,3088],[5345,3084],[5350,3081],[5355,3078],[5360,3075],[5363,3073],[3533,5375],[5369,3070],[5375,3066],[5380,3063],[5386,3059],[5392,3057],[5378,3059],[5381,3051],[5385,3043],[5395,3052],[5409,3047],[3539,5384],[5402,3047],[5414,3042],[5418,3039],[5423,3036],[5432,3032],[5437,3030],[5451,3025],[5453,3025],[5455,3024],[3537,5375],[5459,3024],[5469,3024],[5476,3024],[5482,3024],[5489,3024],[5496,3025],[5503,3026],[5568,3055],[5576,3063],[5577,3064],[3543,5385],[5587,3076],[5591,3082],[5181,3120],[5292,4441],[5289,4468],[5290,4478],[5287,4483],[5289,4492],[3541,5376],[5285,4496],[5287,4504],[5283,4509],[5285,4516],[5282,4522],[5284,4529],[5279,4536],[5280,4542],[5277,4553],[3549,5377],[5273,4557],[5274,4563],[5270,4567],[5271,4574],[5267,4578],[7478,7664],[3545,5372],[5272,4583],[5278,4583],[5283,4584],[5289,4584],[5296,4582],[5302,4584],[5308,4583],[5314,4578],[3551,5371],[5323,4577],[5327,4584],[5334,4584],[5291,4448],[5290,4455],[5289,4461],[4436,4702],[3545,5367],[4444,4690],[4451,4680],[4457,4672],[4456,4657],[4461,4664],[3551,5366],[4460,4647],[4468,4654],[4467,4639],[4473,4646],[4473,4630],[4479,4636],[4479,4621],[4485,4627],[4485,4612],[4491,4617],[3546,5361],[4492,4602],[4497,4608],[4497,4593],[4503,4599],[4504,4583],[4508,4590],[4509,4575],[4515,4581],[4515,4565],[4521,4572],[3553,5362],[4561,4472],[3549,5356],[4567,4458],[4570,4449],[4576,4433],[4581,4422],[4588,4398],[4598,4400],[3556,5359],[4593,4397],[4520,4558],[4526,4563],[4528,4560],[4521,4556],[3552,5353],[3559,5356],[3555,5351],[3563,5353],[3558,5349],[3567,5350],[3562,5346],[3571,5348],[3566,5343],[3574,5345],[3571,5340],[3578,5342],[3575,5337],[3582,5339],[3578,5335],[3586,5337],[3582,5332],[3590,5334],[3587,5328],[3596,5330],[3593,5324],[3599,5327],[3597,5322],[3603,5324],[3607,5322],[3603,5317],[3611,5319],[3608,5313],[3616,5315],[3613,5310],[3621,5312],[3618,5307],[3626,5309],[3622,5304],[3631,5305],[3625,5302],[4435,4705],[3635,5302],[4568,4447],[4570,4443],[4571,4439],[4573,4436],[3629,5299],[4574,4432],[4575,4428],[4577,4424],[4578,4421],[4580,4416],[4581,4413],[4582,4409],[4583,4404],[3640,5297],[3633,5295],[4433,4705],[4431,4701],[3643,5295],[4430,4712],[6175,2317],[3635,5292],[3646,5289],[7935,6049],[3640,5288],[7939,6058],[7861,7134],[7854,7135],[7848,7141],[7841,7142],[7835,7147],[7828,7148],[7821,7154],[7814,7154],[7808,7159],[3650,5283],[7802,7159],[7796,7164],[7790,7165],[7785,7170],[7777,7171],[7771,7176],[7763,7177],[7758,7182],[7753,7182],[7747,7187],[3645,5280],[7740,7188],[7733,7193],[6325,5653],[6325,5645],[6329,5640],[6329,5633],[6333,5629],[6333,5622],[6337,5617],[6338,5609],[6342,5604],[6342,5597],[6346,5592],[6347,5585],[6351,5580],[6351,5573],[6355,5569],[6355,5562],[6359,5556],[6359,5549],[6364,5544],[6364,5537],[6368,5533],[6368,5525],[6373,5518],[6377,5508],[6381,5497],[6386,5482],[6390,5472],[6393,5462],[6397,5451],[6401,5440],[6050,4880],[6052,4874],[6051,4865],[6053,4852],[6054,4839],[6056,4824],[6058,4812],[6060,4799],[6061,4786],[6063,4772],[6065,4758],[6067,4746],[6069,4731],[6071,4720],[6072,4708],[6074,4694],[6076,4680],[6078,4666],[6080,4651],[8183,5955],[8176,5956],[8169,5957],[8162,5958],[8154,5959],[8145,5960],[8138,5961],[8131,5962],[8122,5964],[3546,5381],[8113,5965],[8107,5966],[8098,5968],[8090,5969],[8121,5958],[8117,5950],[5203,3439],[5207,3449],[5213,3461],[5218,3473],[5224,3485],[5228,3495],[5233,3505],[5237,3514],[5000,2013],[5007,2013],[5013,2012],[5019,2012],[5025,2011],[5031,2011],[3549,5355],[5037,2011],[5043,2010],[5049,2010],[5055,2009],[5060,2009],[5066,2009],[5072,2008],[5078,2007],[5084,2005],[5088,2003],[5096,2000],[5102,1998],[5107,1996],[5113,1994],[5119,1991],[5125,1989],[5130,1987],[5135,1985],[5141,1983],[5147,1981],[5153,1979],[5159,1976],[5165,1974],[5171,1972],[5177,1970],[5183,1967],[5190,1964],[5197,1961],[5203,1959],[5209,1957],[5217,1965],[5183,1956],[5184,1946],[5183,1934],[5184,1928],[5177,1920],[5186,1938],[5193,1928],[5197,1921],[5189,1913],[5194,1916],[4355,2511],[4362,2519],[4366,2530],[4372,2538],[4375,2548],[4383,2558],[4386,2568],[4395,2583],[4400,2589],[4375,2579],[4367,2586],[4360,2592],[4371,2575],[4366,2565],[5951,2423],[5952,2413],[5953,2403],[5954,2393],[5955,2385],[5955,2375],[5955,2364],[5954,2355],[5954,2345],[5962,2341],[5969,2332],[5970,2322],[5955,2334],[5956,2324],[5957,2314],[5958,2306],[5959,2294],[5960,2283],[5961,2272],[5962,2262],[5963,2252],[5964,2241],[5965,2231],[5966,2221],[5967,2210],[5968,2201],[5969,2191],[5970,2182],[5971,2172],[5972,2163],[5974,2151],[5975,2140],[5976,2131],[5977,2121],[5979,2112],[5980,2101],[5982,2089],[5983,2079],[5984,2070],[5985,2060],[5986,2052],[5988,2041],[5989,2030],[5991,2018],[5992,2008],[5993,1998],[5994,1988],[5996,1978],[5997,1967],[5998,1957],[6000,1947],[6001,1936],[6002,1926],[6004,1915],[3518,5383],[6005,1905],[6006,1896],[6008,1884],[6009,1873],[6011,1862],[6011,1838],[5493,689],[5500,696],[5506,701],[5512,707],[5516,715],[5520,724],[5524,733],[5527,742],[5532,751],[4784,3639],[4777,3639],[4771,3634],[4765,3634],[3534,5368],[4758,3629],[7606,5923],[7602,5911],[7603,5896],[8846,8413],[8840,8429],[8844,8411],[8841,8418],[6965,4549],[6974,4551],[6982,4552],[6993,4555],[7002,4557],[7008,4558],[7017,4560],[7023,4562],[7797,8209],[7781,8210],[7773,8211],[3519,5374],[7756,8212],[7749,8212],[7734,8213],[7721,8214],[7709,8215],[7695,8216],[7682,8216],[7660,8218],[7646,8218],[7632,8219],[7614,8220],[7602,8221],[7596,8221],[7591,8220],[7580,8218],[7566,8214],[7553,8207],[7549,8205],[7530,8194],[7523,8190],[7515,8186],[7501,8178],[7491,8172],[7478,8164],[7475,8162],[7477,8153],[7478,8146],[7480,8140],[9999,6446],[9995,6454],[9984,6455],[9973,6452],[9967,6454],[9951,6467],[9943,6476],[9936,6485],[9929,6493],[9923,6500],[9916,6509],[9908,6518],[9901,6527],[9894,6535],[9883,6549],[9876,6559],[9869,6569],[9864,6576],[7240,5171],[7245,5169],[7257,5173],[7274,5180],[7284,5190],[7298,5196],[7309,5200],[7286,6172],[7282,6175],[7291,6178],[7287,6182],[7295,6183],[7291,6187],[7299,6189],[7296,6193],[7304,6195],[7301,6200],[7309,6201],[7306,6206],[7314,6207],[7310,6211],[7319,6214],[7316,6219],[7324,6220],[7328,6226],[7325,6231],[7333,6232],[7330,6237],[7339,6239],[7334,6243],[7344,6245],[7338,6249],[7349,6251],[7345,6257],[7354,6257],[7351,6264],[7359,6263],[7356,6269],[7365,6268],[7361,6274],[7371,6273],[7367,6280],[7376,6279],[7371,6284],[7376,6289],[7382,6295],[7395,6297],[7387,6299],[7400,6302],[7393,6305],[7405,6307],[7399,6311],[7409,6311],[7405,6317],[1592,8385],[7413,6316],[7412,6325],[7420,6324],[7420,6333],[7426,6336],[7425,6345],[7432,6348],[7430,6356],[7434,6353],[7432,6359],[7435,6356],[7433,6362],[7436,6359],[7434,6365],[7438,6362],[7436,6368],[7439,6365],[7437,6371],[7440,6368],[5676,3497],[5679,3491],[5681,3477],[5683,3464],[5687,3445],[5690,3425],[7729,3955],[7741,3960],[7754,3965],[7762,3970],[7771,3973],[7781,3978],[7800,3989],[7809,3996],[7819,4003],[7828,4009],[7838,4016],[7846,7545],[7842,7559],[7837,7571],[7831,7580],[7823,7593],[7819,7596],[6202,6901],[6208,6898],[6215,6895],[6220,6890],[6226,6888],[6234,6885],[6237,6884],[6242,6883],[6251,6880],[6259,6878],[6264,6877],[6272,6876],[6277,6875],[6283,6875],[6290,6874],[6297,6874],[6305,6875],[6311,6876],[6316,6878],[6353,6912],[6347,6904],[6331,6889],[6323,6882],[6351,6916],[6350,6921],[6356,6929],[6258,6884],[6258,6897],[6258,6908],[6257,6920],[5206,2724],[5208,2729],[5210,2721],[5212,2726],[5216,2717],[5218,2722],[5221,2714],[5223,2719],[5227,2710],[4308,1354],[3436,5398],[4499,4371],[2248,2663],[4514,4375],[4512,4371],[4526,4379],[4520,4374],[4537,4383],[4530,4377],[4545,4386],[4541,4381],[4557,4391],[4551,4385],[2245,2667],[4564,4392],[4560,4388],[4571,4392],[4579,4396],[4873,4233],[4868,4236],[4865,4228],[4859,4229],[4855,4223],[4849,4224],[2252,2670],[4834,4215],[4824,4210],[4821,4204],[4810,4197],[4807,4200],[4802,4193],[4795,4193],[2249,2674],[4785,4187],[4776,4182],[6901,4879],[6892,4872],[6891,4881],[6884,4873],[6881,4883],[6875,4875],[2255,2678],[6873,4884],[6865,4877],[6861,4880],[6852,4881],[6845,4883],[6837,4884],[6394,5291],[6392,5260],[2253,2682],[6392,5250],[8001,4030],[8000,4043],[7999,4055],[4588,4658],[4595,4661],[4602,4672],[4610,4685],[2256,2688],[4615,4697],[4621,4711],[4627,4724],[4627,4732],[4633,4737],[4633,4745],[4639,4750],[2261,2696],[4643,4761],[4643,4769],[4647,4767],[8010,5952],[8013,5965],[8019,5976],[8024,5987],[8029,5998],[8006,5985],[7999,5990],[2265,2703],[7752,6946],[7746,6930],[7740,6915],[7736,6906],[7733,6897],[7726,6881],[7714,6849],[7707,6833],[7704,6822],[7700,6812],[2268,2709],[7695,6794],[7690,6777],[7686,6760],[7682,6746],[7677,6728],[7752,6926],[7756,6936],[8447,6108],[8438,6111],[8422,6115],[2272,2717],[8412,6117],[8403,6120],[8395,6122],[8385,6127],[8377,6129],[8372,6121],[8361,6124],[8350,6127],[8340,6129],[8433,6118],[2276,2724],[6433,4262],[6433,4270],[6433,4278],[6434,4285],[6434,4293],[6434,4300],[6434,4307],[6435,4316],[7851,7230],[7846,7235],[2280,2731],[7862,7224],[7856,7230],[7873,7218],[7867,7224],[7884,7213],[7880,7217],[7895,7206],[7890,7212],[7581,4167],[4417,3095],[2283,2738],[4422,3102],[4422,3111],[4426,3116],[7111,6611],[7116,6614],[7122,6618],[7128,6621],[7133,6624],[7139,6628],[7144,6631],[2287,2745],[7150,6634],[7155,6639],[7159,6644],[7164,6650],[7167,6656],[7172,6659],[7170,6669],[7165,6674],[7161,6678],[4749,2796],[2292,2754],[4752,2778],[4907,1348],[4918,1351],[4931,1355],[4943,1358],[4956,1365],[4963,1368],[4970,1372],[6631,5524],[6634,5517],[2296,2762],[6637,5508],[6639,5502],[6642,5495],[6644,5489],[6646,5483],[6648,5478],[6650,5471],[6653,5465],[8033,4010],[8032,4020],[2299,2769],[8030,4031],[8027,4040],[8024,4051],[8022,4061],[8019,4072],[8016,4083],[8014,4093],[8012,4106],[8010,4114],[8009,4124],[2303,2776],[8007,4134],[8005,4145],[8003,4154],[7998,4184],[7997,4193],[7995,4206],[7993,4216],[7990,4228],[7989,4239],[7987,4250],[2309,2782],[7986,4258],[8001,4168],[5834,3628],[5847,3626],[5861,3623],[5876,3621],[5893,3617],[5904,3615],[5917,3613],[7756,6801],[2310,2790],[7745,6808],[7734,6816],[7713,6829],[6038,3006],[6036,3017],[6034,3028],[6032,3039],[6029,3053],[6026,3064],[2314,2799],[6018,3068],[6722,4469],[6723,4480],[6724,4490],[6725,4499],[6726,4510],[6727,4519],[6725,4528],[6725,4536],[6726,4548],[3690,2978],[6728,4561],[6729,4571],[6729,4582],[6730,4593],[6728,4603],[4492,4309],[4496,4314],[4482,4305],[4484,4310],[3684,2969],[4472,4302],[4465,4304],[4461,4298],[4477,4307],[4450,4294],[4455,4300],[4440,4291],[4444,4296],[4429,4287],[4434,4293],[3676,2965],[6099,4572],[6097,4566],[6100,4560],[6098,4553],[6101,4548],[5129,4567],[5135,4571],[5123,4556],[5128,4560],[5117,4545],[3669,2964],[5123,4549],[5112,4535],[5117,4538],[5108,4528],[5107,4520],[5102,4517],[5101,4508],[5095,4504],[5095,4498],[7957,3964],[3661,2965],[7967,3962],[7976,3959],[7987,3954],[7996,3945],[8004,3934],[8010,3926],[8016,3915],[3596,1146],[3653,2966],[3593,1156],[3587,1177],[3585,1186],[3583,1194],[3579,1207],[3574,1224],[3569,1242],[3565,1260],[3561,1277],[3644,2968],[3637,2971],[7977,3474],[7979,3483],[7980,3492],[7981,3501],[7982,3510],[7984,3519],[7990,3523],[8001,3532],[8055,3578],[8061,3584],[3629,2975],[8068,3588],[8075,3594],[8081,3599],[8090,3605],[8094,3608],[8100,3613],[8106,3618],[8118,3626],[8125,3631],[7771,3804],[3621,2980],[7780,3808],[7788,3812],[7796,3815],[7805,3819],[7815,3824],[7826,3829],[7834,3832],[7843,3837],[7853,3841],[5768,4914],[3615,2984],[5773,4911],[5773,4915],[5781,4914],[5784,4918],[5788,4915],[5792,4920],[5797,4917],[3607,2988],[5839,4930],[5821,4922],[5853,4934],[5834,4925],[5866,4938],[5849,4929],[5878,4943],[5860,4933],[5891,4947],[3601,2996],[5873,4938],[5902,4949],[5885,4942],[5916,4951],[5897,4945],[5933,4954],[5909,4947],[5947,4957],[5925,4950],[5955,4961],[3601,3006],[5940,4952],[5953,4955],[5958,4956],[5565,3768],[5576,3778],[5585,3785],[5593,3792],[5601,3799],[5610,3806],[3605,3022],[5620,3812],[5625,3815],[5632,3819],[5636,3822],[5999,6058],[3609,3033],[5994,6066],[5990,6069],[5982,6063],[5653,5647],[5658,5647],[5666,5654],[5660,5635],[8854,7137],[8851,7143],[8848,7150],[3613,3041],[8845,7156],[8842,7162],[8839,7169],[8835,7176],[8832,7183],[8791,7264],[8784,7278],[8778,7292],[8772,7304],[8766,7317],[3618,3050],[8762,7328],[3623,3058],[7573,6589],[7564,6588],[7555,6587],[7546,6586],[7532,6585],[7522,6583],[7512,6581],[7503,6577],[3662,3116],[6673,4275],[6673,4262],[6672,4249],[6672,4235],[6671,4222],[6670,4208],[6670,4195],[6669,4181],[3666,3106],[6669,4169],[6668,4155],[6667,4141],[6667,4123],[6666,4111],[6666,4098],[6665,4087],[6665,4073],[6664,4059],[6664,4049],[3669,3097],[6663,4039],[6663,4030],[6663,4021],[6662,4011],[6662,4001],[6661,3991],[6661,3980],[6660,3970],[6660,3959],[6659,3949],[3672,3088],[6659,3939],[6659,3928],[6654,3989],[3676,3079],[6138,3136],[6130,3126],[6124,3120],[6118,3112],[7468,7080],[3679,3070],[7472,7086],[7476,7093],[7479,7099],[7481,7106],[7483,7114],[7485,7122],[7486,7128],[4521,3448],[4522,3442],[4519,3435],[3682,3060],[4520,3427],[4517,3419],[7765,4748],[7772,4748],[7779,4749],[7786,4749],[7793,4749],[7800,4750],[7807,4750],[7814,4750],[3685,3051],[7821,4750],[3932,2602],[3925,2602],[3919,2609],[3911,2609],[3905,2616],[9949,6371],[9949,6379],[9949,6394],[9949,6407],[3689,3042],[9949,6418],[9949,6430],[9952,6442],[9955,6454],[9958,6461],[9959,6474],[9964,6495],[6375,4791],[6369,4796],[3692,3033],[6371,4804],[6374,4811],[6377,4820],[6378,4826],[6381,4834],[6384,4843],[6387,4850],[6391,4856],[6397,4854],[6402,4852],[3695,3024],[6410,4269],[6411,4277],[6411,4285],[6411,4291],[6412,4299],[6412,4305],[6412,4313],[6412,4322],[6414,4331],[6415,4337],[3696,3014],[6415,4344],[6415,4350],[6416,4358],[4531,4415],[4539,4418],[4509,3936],[4513,3932],[4512,3924],[4517,3921],[4516,3914],[3690,3007],[4520,3912],[4519,3905],[4523,3894],[4527,3891],[4526,3883],[4531,3880],[4529,3873],[4534,3870],[4533,3864],[3683,3008],[4538,3860],[4536,3853],[4541,3848],[4541,3840],[4546,3836],[4545,3827],[4550,3822],[4549,3816],[4553,3814],[4552,3807],[3675,3010],[4558,3802],[4556,3795],[4561,3792],[4560,3784],[4565,3781],[4563,3775],[4568,3770],[4568,3762],[4572,3759],[4572,3749],[3667,3012],[4577,3745],[4576,3737],[4581,3734],[4580,3726],[4584,3724],[4584,3716],[7370,4452],[7372,4436],[4714,4635],[3660,3017],[4719,4635],[4705,4643],[4711,4641],[4695,4651],[4702,4649],[4687,4658],[4693,4657],[4677,4666],[4684,4664],[4694,4666],[3659,3027],[4697,4673],[4702,4678],[4701,4689],[5785,4496],[5786,4502],[5786,4509],[5786,4514],[5786,4520],[3655,3036],[5786,4528],[5786,4535],[5786,4542],[5787,4549],[5787,4560],[5787,4570],[5787,4581],[5787,4587],[5067,3544],[5070,3551],[3659,3045],[5073,3558],[5077,3566],[5082,3576],[5086,3586],[5103,3625],[5109,3636],[5113,3645],[7463,5990],[3665,3048],[7468,5993],[7471,5984],[7474,5975],[7473,5962],[7479,5959],[7475,5956],[7482,5951],[3673,3051],[7477,5949],[7485,5943],[7480,5941],[7487,5935],[7482,5933],[7490,5926],[7484,5923],[7492,5917],[7486,5915],[7495,5905],[3680,3054],[7489,5903],[7497,5896],[7491,5893],[7499,5886],[7493,5884],[7501,5875],[7495,5875],[7503,5868],[7498,5866],[7505,5858],[4685,1581],[5096,8027],[7507,5852],[7501,5852],[7508,5846],[7504,5839],[7509,5840],[7505,5834],[7510,5835],[7505,5827],[7510,5827],[5101,8027],[7504,5818],[7510,5817],[7503,5808],[7502,5799],[7508,5799],[7501,5789],[7507,5790],[7500,5782],[7506,5781],[5108,8034],[7500,5773],[7505,5772],[7499,5764],[7504,5763],[7498,5756],[7503,5755],[7498,5750],[7504,5750],[7499,5745],[7505,5746],[5115,8034],[7501,5737],[7507,5739],[7503,5732],[7511,5728],[7505,5727],[7513,5723],[7507,5720],[7515,5715],[7510,5712],[7518,5707],[5120,8040],[7513,5704],[7521,5700],[7516,5697],[7524,5692],[7519,5689],[7527,5684],[7521,5681],[7529,5676],[7524,5673],[7532,5668],[5127,8040],[7527,5665],[7535,5659],[7530,5657],[7538,5653],[7534,5647],[7541,5645],[7536,5641],[7544,5637],[7539,5634],[7548,5628],[5131,8045],[7543,5625],[7550,5622],[7545,5618],[7554,5613],[7549,5610],[7557,5606],[7560,5600],[7563,5593],[7567,5587],[7571,5580],[5138,8045],[7574,5574],[7577,5568],[7581,5562],[7585,5556],[7590,5550],[7595,5544],[7599,5539],[7603,5535],[7607,5530],[7611,5525],[5142,8050],[7615,5521],[7619,5516],[7623,5511],[7628,5506],[7632,5502],[7637,5497],[7642,5493],[7647,5487],[7650,5484],[7654,5480],[5149,8050],[7658,5477],[7662,5473],[7665,5470],[7670,5465],[7675,5461],[7680,5456],[7685,5451],[7689,5447],[7693,5441],[7696,5435],[4308,1390],[5153,8055],[7699,5428],[7464,5937],[7452,5918],[7459,5921],[7463,5936],[7466,5924],[7477,5929],[7465,5913],[7478,5907],[7482,5909],[5161,8056],[7471,5895],[7471,5904],[6036,6729],[6027,6724],[6019,6720],[6010,6715],[6002,6710],[5165,8061],[5993,6705],[5983,6698],[5974,6692],[5968,6687],[5959,6682],[5951,6676],[5943,6669],[5935,6663],[5298,4035],[5292,4027],[5172,8061],[5287,4031],[5274,4027],[5268,4021],[5258,4024],[5264,4020],[5248,4023],[5252,4019],[5235,4023],[5240,4019],[5176,8066],[5229,4024],[5229,4018],[5182,8066],[5379,4699],[5377,4694],[5381,4691],[5378,4685],[5382,4683],[5380,4678],[5187,8071],[5383,4674],[5381,4670],[5385,4668],[5382,4661],[5386,4659],[5384,4653],[5387,4651],[5385,4646],[5389,4643],[5386,4639],[5191,8066],[5390,4634],[5391,4626],[5389,4621],[5393,4617],[5390,4612],[7536,4589],[7545,4590],[7554,4590],[7563,4591],[5195,8059],[6837,4161],[6839,4157],[6841,4150],[6843,4143],[6844,4137],[6847,4129],[6849,4122],[6852,4114],[6854,4107],[6856,4097],[5195,8051],[6858,4090],[6860,4083],[6861,4074],[6861,4064],[6861,4055],[6860,4046],[6860,4037],[6860,4028],[6859,4018],[6859,4008],[663,5675],[5199,8046],[6859,3999],[6858,3990],[6858,3981],[6858,3971],[6857,3961],[6857,3952],[6856,3942],[6856,3933],[6855,3923],[6855,3913],[5089,8019],[6855,3904],[6831,4164],[6823,4165],[6815,4165],[6809,4166],[4217,2823],[4216,2828],[4212,2826],[4213,2831],[4207,2827],[5086,8012],[4204,2828],[4201,2823],[4197,2827],[4193,2824],[4191,2828],[4186,2828],[4183,2833],[4179,2834],[4177,2838],[4173,2839],[5084,8008],[4170,2843],[4166,2844],[4157,2853],[4159,2849],[4150,2858],[4153,2854],[4144,2863],[4145,2860],[4138,2868],[4140,2863],[5080,8001],[4131,2874],[4132,2869],[4128,2884],[4127,2878],[4130,2893],[4126,2890],[4136,2900],[4124,2895],[4142,2901],[4132,2900],[2188,8003],[4150,2897],[4139,2903],[4155,2893],[4147,2902],[4161,2888],[4153,2897],[4167,2884],[4159,2893],[4173,2879],[4165,2888],[2192,8008],[4179,2874],[4171,2883],[4186,2869],[4177,2879],[4192,2863],[4184,2873],[4198,2859],[4190,2869],[4204,2855],[4196,2864],[2196,8009],[4208,2849],[4202,2859],[4209,2840],[4208,2853],[4208,2832],[4211,2844],[4211,2834],[2194,8014],[3778,5502],[5003,2918],[5010,2915],[4318,1381],[3783,5508],[5017,2910],[5023,2906],[5029,2901],[5034,2894],[5037,2888],[5041,2882],[5045,2875],[5049,2869],[5052,2861],[5057,2854],[3783,5521],[5060,2847],[5064,2840],[5068,2834],[5072,2829],[5918,3281],[5915,3275],[5912,3280],[3789,5513],[5910,3272],[5908,3275],[5904,3271],[5900,3265],[5894,3261],[5890,3258],[5885,3255],[5880,3251],[5874,3250],[5870,3246],[3783,5518],[5865,3242],[5860,3237],[5856,3233],[5851,3228],[5848,3224],[5840,3213],[5836,3207],[5833,3199],[5831,3194],[3786,5522],[5827,3188],[5825,3183],[5822,3177],[5820,3172],[5818,3166],[5817,3161],[5815,3154],[5813,3147],[5811,3140],[5809,3134],[3784,5529],[5807,3128],[5805,3122],[5803,3116],[5802,3111],[5800,3104],[5799,3099],[5797,3093],[5795,3087],[5793,3080],[5791,3074],[3794,5515],[5789,3067],[5788,3062],[5787,3058],[5785,3052],[5783,3045],[5781,3039],[5779,3033],[5778,3028],[5776,3021],[5774,3014],[3789,5522],[5772,3008],[5770,3001],[5768,2994],[5767,2989],[5765,2982],[5763,2975],[5761,2969],[5758,2961],[5756,2954],[5753,2949],[3801,5517],[5750,2944],[5746,2937],[5741,2944],[5749,2953],[5308,294],[5301,288],[5296,283],[3793,5523],[5289,277],[5283,271],[5273,263],[5267,257],[5261,251],[4265,3547],[4269,3550],[4267,3556],[4272,3558],[4271,3565],[7222,7777],[3808,5519],[4275,3566],[4273,3572],[4277,3574],[4276,3580],[4282,3584],[4279,3589],[4283,3591],[4282,3597],[4285,3599],[4284,3605],[3793,5529],[4289,3608],[4287,3612],[4292,3615],[4294,3624],[4296,3639],[4302,3644],[4301,3653],[4306,3657],[4306,3667],[3815,5520],[4311,3672],[4310,3680],[4300,3662],[4896,3688],[4901,3682],[4901,3673],[4905,3667],[4908,3659],[4914,3632],[4917,3621],[3799,5529],[4920,3611],[5560,3463],[5577,3468],[5590,3472],[5604,3476],[5617,3480],[5627,3483],[5634,3485],[5640,3486],[5647,3489],[3820,5521],[5655,3491],[5663,3493],[5670,3496],[5686,3500],[5698,3504],[5713,3509],[6674,3507],[6678,3494],[6682,3483],[6687,3470],[3806,5531],[6691,3458],[6695,3446],[6699,3434],[6703,3422],[6707,3412],[6688,3510],[6688,3497],[6692,3484],[6695,3472],[6698,3459],[3828,5522],[6700,3448],[7717,4951],[7703,4947],[7691,4943],[7680,4941],[7670,4939],[7659,4938],[7644,4936],[7630,4935],[7616,4933],[3812,5532],[7601,4932],[7587,4930],[7580,4929],[7571,4933],[7562,4932],[7553,4932],[7545,4932],[7537,4932],[7529,4933],[7521,4934],[3834,5524],[7513,4935],[7504,4936],[7494,4939],[7594,4931],[7609,4932],[7623,4934],[7637,4935],[7651,4937],[7664,4938],[7675,4940],[3819,5533],[7686,4942],[7696,4945],[7709,4949],[6697,4277],[6696,4264],[6696,4251],[6695,4226],[6694,4210],[5460,2468],[3841,5525],[6694,4197],[6693,4184],[6692,4159],[6692,4148],[6691,4136],[6691,4125],[6690,4112],[6690,4101],[6689,4086],[6688,4066],[3827,5535],[6687,4049],[6687,4037],[6686,4022],[6686,4010],[6685,3987],[6684,3974],[6684,3962],[6683,3950],[6683,3937],[6681,3909],[3848,5526],[6681,3895],[6680,3881],[6680,3868],[6679,3853],[6679,3844],[6678,3826],[6677,3813],[6677,3800],[6676,3786],[6676,3773],[3833,5536],[6675,3762],[6675,3749],[6674,3737],[6674,3729],[6673,3721],[6673,3712],[6673,3703],[5215,4893],[5211,4886],[5208,4878],[3854,5528],[5204,4870],[5198,4860],[5190,4848],[5183,4846],[5182,4834],[5174,4830],[5175,4822],[5169,4820],[5169,4812],[5162,4809],[3841,5538],[5162,4800],[5156,4797],[5156,4789],[5149,4786],[3860,5529],[5145,4773],[5144,4778],[5142,4768],[5140,4770],[5138,4761],[5136,4764],[5133,4753],[5131,4755],[5129,4745],[3848,5539],[5128,4750],[5125,4738],[5124,4743],[5120,4730],[5120,4736],[5117,4724],[5116,4729],[5112,4717],[5111,4721],[5108,4709],[3868,5530],[5107,4714],[5104,4703],[5104,4709],[5101,4704],[5098,4692],[5097,4697],[5092,4683],[5093,4690],[5084,4670],[3856,5541],[5087,4680],[5079,4661],[5084,4675],[5079,4667],[5070,4646],[5075,4659],[5063,4629],[5070,4652],[5054,4633],[3875,5532],[5060,4634],[7958,3733],[7927,3702],[7927,3694],[7927,3685],[7927,3676],[7928,3667],[7923,3663],[3861,5541],[4530,2322],[4535,2322],[4542,2322],[4546,2322],[4550,2321],[4549,2327],[4549,2335],[4549,2344],[4545,2349],[4540,2349],[3881,5533],[4534,2348],[4528,2348],[3868,5543],[7779,4566],[7771,4564],[7764,4561],[7757,4559],[7748,4556],[7740,4553],[9655,6445],[9645,6450],[5980,4938],[3889,5534],[5981,4939],[5981,4933],[5983,4922],[5986,4909],[5989,4895],[5991,4883],[5994,4869],[5997,4856],[6000,4844],[6003,4831],[3874,5544],[6006,4818],[6008,4805],[6011,4791],[6015,4776],[6017,4765],[6020,4752],[6023,4739],[6026,4723],[6028,4714],[6031,4701],[3895,5536],[6033,4688],[6037,4674],[6039,4662],[6042,4649],[6045,4636],[5592,3331],[5592,3360],[4660,4080],[4663,4086],[4672,4085],[3881,5546],[4676,4092],[4684,4090],[4687,4097],[4694,4095],[4698,4102],[4705,4100],[4709,4107],[4714,4104],[4721,4112],[4727,4110],[3902,5537],[4733,4117],[4745,4123],[4752,4120],[4758,4128],[4764,4126],[4769,4133],[4775,4131],[5269,2902],[5274,2896],[3888,5547],[5280,2894],[5284,2888],[5288,2882],[5292,2877],[5298,2869],[5301,2865],[5306,2860],[5310,2854],[5314,2848],[5323,2836],[5327,2830],[5331,2825],[5335,2818],[5344,2806],[5348,2800],[5352,2794],[5356,2788],[5359,2782],[5363,2775],[5366,2768],[5369,2762],[5373,2755],[5376,2748],[5380,2742],[5383,2736],[5387,2729],[5391,2723],[5395,2716],[5399,2710],[5402,2704],[5406,2699],[5409,2693],[5412,2686],[5415,2680],[5416,2673],[5417,2666],[5417,2651],[5417,2658],[5337,2810],[5332,2816],[5327,2821],[5320,2823],[5312,2824],[5305,2825],[5300,2832],[5299,2841],[4525,2163],[4518,2160],[4510,2157],[4501,2153],[4494,2149],[4487,2146],[4480,2143],[4473,2140],[4466,2137],[4459,2133],[4452,2131],[4444,2128],[4436,2124],[4430,2120],[4133,4657],[4129,4663],[4123,4663],[4116,4666],[4111,4669],[4106,4676],[4099,4675],[4093,4682],[4087,4682],[4082,4688],[4075,4688],[4070,4694],[6598,6184],[6602,6179],[6602,6172],[6606,6167],[6606,6160],[6611,6155],[6610,6149],[6616,6140],[6616,6134],[6619,6130],[6054,6132],[6046,6144],[6040,6154],[6034,6164],[7663,3462],[7665,3450],[7667,3438],[7668,3425],[7665,3411],[7661,3402],[7652,3401],[7648,3390],[7645,3379],[7642,3366],[7639,3358],[7636,3348],[7633,3337],[7666,3467],[7672,3422],[7670,3412],[7667,3402],[7674,3395],[6102,3187],[6117,3157],[5500,5171],[5574,2209],[5496,5164],[5500,5163],[5497,5155],[5503,5148],[5499,5139],[5505,5133],[5502,5117],[5506,5125],[5503,5101],[5508,5109],[5504,5088],[5507,5096],[5505,5075],[5508,5081],[5506,5059],[5509,5067],[5506,5045],[5510,5052],[5505,5031],[5509,5034],[5502,5017],[5506,5023],[5501,5010],[5505,5010],[5502,5002],[5505,5003],[5504,4995],[5507,4988],[4685,4803],[4677,4803],[4669,4803],[4655,4807],[4680,4802],[4673,4800],[4665,4801],[4656,4801],[4648,4802],[4640,4804],[4621,4821],[4615,4827],[4610,4836],[4605,4841],[4601,4846],[3895,5548],[4568,4878],[4564,4882],[4560,4886],[7199,7694],[7203,7684],[7207,7672],[3910,5537],[7213,7660],[7217,7649],[7221,7638],[7224,7626],[7227,7615],[7229,7603],[7231,7590],[7233,7576],[7234,7565],[7236,7552],[3902,5550],[7239,7532],[7241,7518],[7243,7507],[6595,5244],[6588,5257],[6584,5263],[6579,5268],[6574,5273],[6568,5278],[3917,5538],[6564,5281],[6559,5285],[6554,5289],[6549,5293],[6506,5293],[3909,5551],[6501,5293],[6494,5293],[6487,5293],[6478,5293],[6470,5293],[6462,5293],[6457,5292],[6451,5292],[6444,5292],[6440,5292],[3925,5539],[6431,5292],[6426,5292],[6418,5292],[6409,5295],[6403,5292],[6390,5294],[6384,5291],[6379,5294],[6374,5291],[6369,5294],[3917,5552],[6364,5290],[6358,5292],[6353,5288],[6348,5289],[6344,5285],[6544,5295],[6539,5293],[6533,5293],[6528,5295],[3932,5541],[6522,5293],[6517,5295],[7306,5590],[7324,5602],[7340,5608],[5632,4956],[5626,4960],[5621,4954],[5616,4958],[5610,4957],[3924,5553],[5605,4956],[5600,4950],[5595,4951],[5595,4944],[5590,4942],[5590,4934],[5584,4932],[5584,4925],[5579,4923],[5579,4916],[3939,5542],[5574,4914],[5573,4906],[5568,4904],[5567,4896],[5563,4899],[5563,4891],[5590,4950],[6944,7732],[6943,7741],[6942,7749],[3931,5554],[6940,7759],[6939,7768],[6937,7776],[6936,7785],[6934,7795],[6933,7803],[6932,7812],[4194,2508],[4187,2514],[4179,2520],[4171,2527],[3637,2668],[3644,2665],[3650,2655],[3657,2652],[3662,2643],[3668,2641],[3674,2631],[3680,2629],[6316,4534],[6314,4526],[6317,4517],[6316,4508],[6321,4500],[6321,4491],[6326,4483],[6326,4474],[6331,4467],[6331,4458],[6336,4450],[6336,4442],[6341,4434],[6340,4427],[6345,4419],[6345,4410],[6347,4404],[6356,4382],[6348,4400],[6361,4366],[6351,4386],[6367,4350],[6356,4373],[6373,4332],[6353,4368],[6378,4315],[6383,4298],[6362,4357],[6388,4281],[6368,4341],[5186,3563],[6394,4263],[6373,4323],[6400,4243],[6379,4306],[6405,4226],[6384,4289],[6411,4208],[6389,4271],[6417,4189],[6395,4251],[6422,4171],[6401,4234],[6427,4152],[6406,4216],[6430,4132],[6411,4198],[6433,4112],[6417,4179],[6435,4095],[6423,4160],[6438,4074],[6426,4142],[6441,4056],[6429,4123],[6458,4057],[6432,4104],[6455,4035],[6435,4085],[6451,4017],[6438,4064],[3939,5556],[6438,4043],[6446,4027],[6435,4025],[6439,4032],[6431,4008],[6436,4016],[6432,3998],[6380,4292],[3945,5543],[6383,4283],[6386,4272],[6389,4263],[6392,4253],[6395,4243],[6397,4234],[6400,4224],[6403,4214],[6406,4204],[6412,4186],[3945,5556],[6416,4174],[6418,4165],[6421,4156],[6423,4147],[6426,4137],[6427,4127],[6425,3981],[6425,3973],[6423,3964],[6422,3955],[3951,5544],[6429,3949],[6435,3947],[6437,3943],[6435,3935],[6432,3927],[6429,3919],[6426,3909],[6423,3899],[6419,3888],[6416,3878],[3951,5557],[6413,3868],[6409,3859],[6406,3850],[6403,3841],[6400,3832],[6397,3823],[6393,3821],[6386,3825],[6380,3829],[6373,3832],[3958,5545],[6363,2557],[6370,2566],[6377,2574],[6384,2582],[6391,2589],[5960,3395],[5964,3399],[5968,3393],[5972,3397],[5974,3391],[3958,5559],[5980,3396],[5981,3390],[5987,3395],[5988,3389],[5994,3393],[5997,3388],[6002,3391],[6006,3386],[6010,3389],[6014,3384],[5258,3369],[3965,5546],[6019,3387],[6023,3382],[6028,3385],[6031,3380],[6036,3382],[6039,3377],[6044,3380],[6048,3375],[6052,3378],[6055,3373],[3962,5551],[6062,3376],[6069,3374],[6077,3373],[6084,3371],[6091,3369],[6098,3367],[6105,3366],[6112,3364],[6120,3361],[6127,3359],[3971,5548],[6135,3357],[6144,3355],[6151,3353],[6158,3351],[6166,3349],[6174,3347],[6182,3344],[6190,3342],[6198,3340],[6202,3343],[3970,5553],[6204,3353],[6207,3362],[6210,3371],[6213,3381],[6217,3390],[6216,3397],[6208,3399],[6200,3401],[6192,3403],[6185,3405],[3978,5549],[6178,3407],[6171,3409],[6163,3410],[6155,3412],[6148,3414],[6139,3416],[6130,3418],[6122,3420],[6116,3416],[6115,3407],[3964,5557],[6113,3395],[6112,3387],[6110,3377],[6109,3370],[3982,5550],[6181,4676],[6194,4670],[6201,4666],[6210,4662],[6220,4659],[6230,4654],[3963,5565],[6241,4648],[6250,4641],[6260,4634],[6269,4628],[6238,4677],[6224,4645],[6222,4633],[3987,5553],[6219,4621],[6218,4609],[6227,4606],[6239,4604],[6245,4598],[4368,3230],[4373,3226],[4361,3230],[3966,5574],[4349,3233],[4357,3234],[4336,3236],[4343,3237],[6626,6193],[6627,6185],[6631,6179],[6632,6170],[6636,6166],[5456,4928],[5244,3207],[3984,5562],[5456,4920],[5215,4404],[5209,4404],[5207,4410],[5202,4410],[5200,4416],[5195,4416],[5192,4423],[5188,4422],[5186,4428],[3969,5582],[5180,4428],[5178,4435],[5439,5421],[5440,5413],[4986,4408],[4992,4412],[4992,4420],[3987,5570],[4999,4424],[4999,4432],[5005,4434],[5005,4442],[5010,4445],[3972,5591],[3983,5579],[3975,5599],[4244,5046],[4252,5064],[4257,5065],[4269,5071],[4271,5080],[4260,5070],[4258,5072],[4264,5075],[4268,5080],[3986,5588],[4267,5083],[4272,5083],[4277,5087],[4276,5091],[4282,5095],[4286,5099],[4291,5102],[5620,4645],[5630,4647],[5636,4643],[3978,5608],[4491,4472],[3982,5596],[4495,4409],[4493,4402],[4495,4395],[4493,4387],[4496,4380],[5271,4234],[5278,4235],[3991,5623],[5286,4237],[5290,4242],[5288,4249],[5287,4257],[5289,4264],[5294,4266],[5302,4268],[5309,4269],[5315,4270],[5289,4235],[7348,4186],[3985,5606],[5296,4237],[5303,4238],[5310,4239],[5318,4240],[5323,4240],[5335,4243],[5345,4244],[5356,4248],[3993,5630],[5879,4875],[5881,4861],[5883,4846],[5885,4835],[5886,4822],[5888,4808],[5890,4798],[5892,4786],[5894,4774],[3988,5609],[4384,3276],[4378,3281],[4371,3279],[4365,3284],[4364,3281],[4358,3286],[4355,3282],[4345,3288],[3996,5637],[4350,3284],[4331,3292],[4338,3286],[4321,3294],[4326,3289],[4309,3296],[4314,3291],[4304,3298],[4304,3293],[4299,3294],[3993,5616],[4299,3299],[4290,3300],[4294,3295],[4277,3304],[4282,3298],[4265,3306],[4270,3301],[4256,3308],[4259,3303],[4256,3304],[3999,5647],[4253,3298],[4248,3293],[4244,3290],[4239,3285],[4234,3281],[5036,3530],[5035,3522],[5030,3517],[3995,5624],[5029,3509],[5023,3501],[5022,3493],[5017,3487],[5017,3479],[5007,3465],[5009,3464],[5007,3462],[5006,3452],[5000,3446],[4002,5654],[4999,3437],[4993,3430],[5428,3022],[7622,6746],[7627,6746],[7632,6742],[7639,6740],[7651,6735],[7663,6730],[3998,5632],[7704,6710],[7712,6703],[7733,6668],[7742,6659],[7749,6648],[7755,6636],[7657,5141],[7655,5150],[4005,5660],[7652,5167],[7650,5185],[7647,5192],[7644,5201],[7642,5209],[7639,5217],[7629,5245],[7623,5262],[6267,6815],[6270,6815],[4001,5641],[6275,6813],[6280,6812],[6285,6811],[6291,6810],[6297,6809],[6302,6809],[6314,6812],[6320,6813],[6328,6814],[6334,6816],[4004,5648],[6825,7419],[6832,7422],[6839,7425],[6845,7427],[7076,7732],[7075,7739],[9088,7322],[9092,7312],[9097,7303],[4006,5657],[9101,7293],[9105,7285],[9109,7276],[9114,7266],[9118,7257],[9123,7247],[9127,7237],[9132,7228],[9137,7218],[9141,7209],[9146,7199],[9150,7188],[9155,7179],[9160,7169],[9164,7159],[9168,7150],[9173,7140],[7829,3670],[7826,3680],[7820,3694],[7818,3704],[7816,3714],[7813,3723],[7810,3732],[7808,3740],[7803,3761],[7801,3769],[7813,3774],[7811,3783],[7809,3792],[7806,3803],[7803,3811],[7801,3821],[7799,3830],[7796,3839],[7793,3849],[7791,3857],[7789,3866],[7786,3875],[7784,3883],[7782,3892],[7777,3909],[7775,3917],[7773,3926],[7771,3935],[4746,4983],[4743,4993],[4750,4989],[4747,4993],[4753,4994],[4752,4997],[4757,4991],[4758,4996],[4762,4999],[4768,5002],[4771,5007],[4776,5005],[4780,5010],[4785,5007],[4790,5013],[4797,5011],[4799,5016],[4808,5019],[4813,5016],[4817,5021],[4822,5019],[4827,5025],[4833,5022],[4838,5028],[4843,5026],[4847,5031],[4852,5028],[4532,4501],[4530,4509],[4859,4641],[4677,4382],[4672,4379],[4666,4376],[4659,4372],[4654,4369],[4648,4364],[4645,4373],[4643,4383],[4640,4390],[4638,4399],[4443,2863],[4440,2855],[4436,2846],[4433,2837],[4427,2822],[4423,2812],[4419,2803],[4416,2796],[4413,2788],[4409,2778],[4406,2768],[4401,2757],[4398,2749],[4392,2735],[4388,2722],[4379,2701],[4375,2692],[5217,5528],[5214,5534],[5211,5541],[5208,5548],[5205,5555],[6359,5872],[6350,5877],[6343,5882],[6338,5886],[6331,5891],[6325,5895],[6320,5901],[6315,5907],[6306,5920],[6301,5927],[6296,5934],[6291,5940],[6286,5947],[6282,5953],[6276,5961],[6271,5968],[6262,5981],[6263,5976],[7320,6517],[7320,6529],[7322,6491],[7330,6465],[7323,6483],[7333,6446],[7325,6473],[7338,6427],[7329,6455],[7342,6406],[7333,6437],[7344,6396],[7338,6417],[7930,4004],[7924,4007],[7917,4010],[7910,4013],[7903,4016],[7896,4019],[7887,4023],[7873,4030],[7867,4033],[7860,4036],[7854,4038],[7847,4042],[7842,4044],[7831,4050],[7819,4056],[7792,8024],[7818,8004],[7831,7994],[7843,7984],[6365,4071],[6372,4070],[6378,4070],[6383,4070],[6389,4070],[6395,4070],[5359,4890],[6401,4069],[6408,4069],[6414,4069],[6419,4069],[6425,4068],[6430,4068],[6435,4068],[6013,4711],[6015,4699],[6018,4687],[6022,4673],[6025,4660],[7627,8003],[7629,7988],[6998,3637],[7003,3636],[7007,3636],[7016,3635],[7022,3636],[7027,3634],[7031,3633],[7036,3633],[7041,3633],[4625,4258],[4627,4249],[4618,4255],[4620,4246],[4611,4252],[4613,4243],[4604,4249],[4607,4240],[4598,4247],[4600,4237],[4591,4244],[4593,4234],[4584,4241],[4586,4232],[4579,4239],[4580,4229],[4571,4235],[4573,4226],[4564,4232],[4566,4223],[4557,4228],[4559,4221],[4550,4226],[4552,4217],[4542,4223],[4545,4214],[4537,4220],[4538,4211],[4529,4217],[4534,4209],[4526,4211],[5868,3254],[5864,3263],[5862,3273],[5861,3284],[5384,89],[5377,87],[5397,100],[5390,97],[5410,111],[5402,108],[5418,118],[5415,118],[5433,131],[5426,128],[5443,139],[5448,147],[5466,161],[5472,167],[5271,3455],[5262,3462],[5254,3468],[5246,3475],[5237,3481],[5229,3488],[5222,3492],[5223,3496],[5219,3495],[5212,3501],[5204,3506],[5194,3514],[5185,3521],[5175,3528],[5167,3535],[5158,3541],[5150,3547],[5140,3555],[5131,3562],[5123,3568],[5113,3575],[5103,3583],[5095,3588],[5085,3597],[5076,3603],[5068,3610],[5058,3617],[5050,3622],[4256,3012],[5041,3629],[4669,3679],[4668,3670],[4673,3663],[4672,3656],[4676,3649],[4675,3642],[4679,3635],[4678,3627],[4682,3620],[4681,3612],[4686,3605],[4760,5049],[4758,5040],[4763,5035],[4760,5027],[4765,5023],[4763,5015],[4767,5009],[4763,5005],[4757,5003],[4734,5000],[4737,5006],[4732,5012],[4735,5020],[4730,5025],[4732,5032],[4727,5037],[4730,5045],[4735,5047],[4740,5048],[4745,5050],[4750,5051],[4755,5053],[4763,4927],[4767,4925],[4765,4917],[4769,4910],[4768,4902],[4772,4896],[4770,4887],[4775,4881],[4773,4871],[4777,4867],[4775,4859],[4780,4853],[4765,4935],[4756,4987],[4753,4982],[4758,4977],[4755,4971],[4759,4967],[4757,4960],[4761,4956],[4759,4949],[4763,4946],[4760,4940],[4971,3673],[4967,3686],[4979,3678],[4975,3690],[4987,3682],[4983,3695],[4995,3686],[4991,3699],[5004,3691],[5000,3703],[5012,3695],[5009,3705],[5021,3699],[5019,3707],[5030,3704],[5028,3711],[5039,3708],[5037,3715],[5048,3713],[5047,3719],[5058,3717],[5056,3723],[5066,3721],[5064,3727],[5075,3725],[5073,3732],[5084,3730],[5082,3737],[5094,3735],[5091,3741],[5101,3739],[5099,3745],[5111,3744],[5111,3752],[5121,3749],[5119,3756],[5129,3754],[5127,3760],[5135,3757],[5137,3766],[5142,3763],[4297,2974],[5131,3746],[5134,3737],[5136,3754],[5142,3756],[5148,3755],[5154,3750],[5156,3742],[5149,3738],[5140,3734],[5149,3729],[3971,5569],[5151,3721],[5167,3721],[5157,3715],[5151,3711],[5144,3707],[5141,3715],[5138,3723],[5130,3730],[5128,3732],[5119,3727],[5111,3723],[5116,3720],[5110,3712],[5106,3705],[5103,3699],[5103,3692],[5095,3695],[5088,3692],[5081,3688],[5081,3681],[5356,6394],[5083,3672],[5086,3664],[5076,3693],[5070,3689],[5063,3685],[5055,3681],[5049,3677],[5034,3669],[5035,3661],[5349,6400],[5037,3654],[5040,3646],[5042,3639],[5027,3665],[5023,3663],[5015,3659],[5009,3656],[5009,3660],[5009,3649],[5340,6401],[5014,3633],[5016,3625],[5002,3654],[4997,3657],[4995,3665],[4996,3650],[4987,3646],[5333,6408],[4984,3677],[4993,3680],[5002,3685],[5008,3686],[5011,3679],[5014,3670],[5016,3690],[5022,3684],[5025,3675],[5023,3694],[5324,6409],[5030,3697],[5032,3690],[5036,3680],[5037,3701],[5043,3696],[5046,3686],[5044,3705],[5052,3709],[5054,3701],[5057,3692],[5319,6415],[5058,3712],[5066,3715],[5072,3717],[5075,3708],[5079,3721],[5086,3713],[5089,3703],[5087,3724],[5094,3728],[5313,6415],[5096,3719],[5099,3709],[5102,3732],[5109,3737],[5116,3742],[5123,3748],[5129,3750],[4357,2911],[5304,6423],[4706,2491],[4709,2504],[4715,2516],[5296,6424],[4721,2530],[4727,2545],[4734,2562],[4744,2586],[4752,2602],[4758,2617],[4764,2631],[4770,2643],[7214,4812],[7222,4812],[5290,6430],[7229,4813],[7236,4814],[7251,4816],[7260,4818],[7270,4819],[7281,4822],[7291,4827],[7300,4830],[7309,4834],[7318,4838],[5281,6431],[7325,4842],[7337,4848],[7349,4854],[7359,4857],[7369,4859],[7378,4861],[7383,4862],[7395,4866],[7407,4869],[8540,8308],[5274,6438],[8545,8316],[8551,8321],[8556,8329],[8561,8337],[8567,8345],[8572,8353],[8577,8361],[8583,8369],[4458,3798],[5266,6439],[4438,3803],[4432,3799],[7235,6573],[7225,6562],[7224,6540],[7222,6518],[7223,6495],[4456,2982],[4460,2990],[5259,6445],[4465,2994],[4468,3002],[4475,3007],[4478,3014],[4485,3018],[4814,2796],[4811,2791],[4800,2764],[7779,6878],[7765,6887],[5251,6446],[7758,6892],[5244,6453],[7874,4850],[7871,4859],[7869,4867],[7866,4876],[7863,4884],[7861,4893],[5235,6454],[7858,4903],[7855,4912],[7850,4929],[7848,4938],[7846,4948],[7844,4957],[7841,4967],[7839,4976],[7835,4995],[7835,5004],[5228,6461],[7833,5014],[7832,5024],[7831,5034],[7830,5043],[7829,5053],[7829,5063],[7828,5071],[7828,5082],[7830,5092],[7831,5102],[5219,6462],[7831,5111],[7832,5120],[7829,5125],[7829,5135],[7830,5155],[7831,5174],[7831,5183],[7831,5191],[5214,6468],[7831,5202],[7832,5210],[7832,5220],[7832,5230],[7833,5239],[7833,5250],[7836,5266],[7836,5274],[7836,5283],[7836,5291],[4861,5475],[7837,5299],[7837,5309],[7837,5317],[7837,5325],[7838,5333],[7838,5340],[7838,5348],[7838,5357],[7838,5365],[7839,5374],[3502,6742],[7839,5383],[7839,5392],[7840,5400],[7840,5408],[7840,5416],[7839,5425],[7840,5434],[7841,5442],[7842,5451],[7848,5479],[3503,6731],[7844,5460],[7846,5469],[8919,7388],[8929,7396],[8950,7412],[7512,5851],[7522,5855],[7531,5859],[3507,6722],[7538,5867],[7543,5861],[7555,5860],[7565,5859],[7576,5858],[7587,5858],[7597,5857],[7606,5855],[7613,5860],[7616,5849],[3505,6712],[7623,5855],[7625,5843],[7635,5837],[7646,5829],[7658,5825],[7655,5819],[7662,5810],[7670,5800],[7681,5794],[7693,5790],[3502,6704],[7690,5784],[7679,5787],[5040,2131],[5031,2131],[5023,2131],[5014,2131],[5007,2131],[4998,2131],[4989,2131],[4982,2131],[3503,6694],[4974,2131],[4965,2131],[4957,2131],[5561,3861],[5564,3848],[5567,3834],[5571,3820],[5576,3805],[5582,3792],[5591,3780],[4551,4648],[3500,6686],[5598,3768],[5603,3759],[5608,3748],[5615,3737],[5560,3834],[5547,3834],[5545,3849],[4226,4781],[3501,6677],[4231,4776],[4242,4772],[4248,4773],[4193,4794],[4202,4790],[4209,4787],[4219,4784],[3497,6667],[4040,2323],[4046,2319],[4052,2315],[4058,2311],[4064,2307],[3498,6658],[4077,2298],[3495,6650],[4230,4987],[3488,6648],[4223,4986],[4242,4982],[4235,4981],[4251,4979],[4247,4976],[4257,4977],[4260,4971],[4267,4969],[4268,4973],[1277,1836],[4272,4967],[4272,4971],[4276,4965],[4277,4969],[4281,4964],[4282,4967],[4286,4962],[4287,4966],[4291,4960],[4291,4964],[1283,1831],[4262,4975],[4296,4958],[4302,4955],[4308,4953],[1289,1826],[4314,4951],[4318,4948],[4317,4949],[4314,4950],[4312,4950],[4310,4951],[4309,4952],[7066,6917],[7072,6919],[7076,6928],[7084,6933],[7088,6941],[3438,8693],[4461,4765],[1300,1817],[7095,6945],[7097,6950],[7103,6953],[7105,6960],[7112,6964],[7116,6971],[7123,6976],[6165,4931],[6171,4932],[6177,4932],[1306,1812],[6192,4934],[6205,4936],[6212,4937],[6219,4938],[6232,4938],[6226,4929],[1311,1807],[6233,4930],[6239,4937],[6236,4942],[6235,4950],[6234,4958],[6234,4966],[6233,4975],[6246,4938],[6254,4939],[6258,4934],[1316,1803],[6260,4940],[6265,4935],[6264,4944],[6264,4953],[6263,4962],[6262,4971],[6254,4928],[6261,4929],[6267,4928],[6272,4924],[1323,1798],[6271,4932],[6270,4939],[6270,4950],[6270,4960],[6269,4970],[6268,4976],[6274,4951],[6274,4961],[6280,4960],[6243,4931],[1328,1793],[6249,4926],[6243,4915],[6241,4911],[6257,4917],[6265,4917],[6272,4918],[6275,4913],[6193,4925],[1334,1788],[6200,4926],[6207,4927],[6211,4920],[6215,4928],[6220,4922],[6228,4921],[6236,4922],[6242,4942],[6241,4952],[6240,4959],[1201,2444],[6238,4970],[6248,4949],[6256,4950],[6247,4962],[6255,4963],[4540,4730],[8390,6004],[1206,2437],[8385,6014],[8383,6019],[8386,6031],[8388,6044],[8390,6056],[8393,6068],[8392,6077],[8389,6091],[8386,6104],[8383,6116],[1210,2429],[3613,2375],[3606,2378],[3600,2382],[3593,2386],[3587,2389],[3578,2394],[3571,2398],[3563,2402],[3556,2407],[3551,2409],[5827,3848],[4413,5382],[3543,2414],[3536,2418],[3529,2422],[3522,2425],[3558,2409],[3559,2420],[3558,2431],[3558,2441],[3557,2452],[7858,7428],[7851,7429],[7872,7421],[7865,7422],[7886,7414],[7878,7415],[7897,7408],[7891,7409],[7907,7403],[7901,7403],[7917,7398],[4383,5392],[7911,7398],[7922,7392],[7929,7389],[7935,7386],[4607,4384],[4602,4400],[4612,4388],[4608,4404],[4618,4391],[4614,4408],[4624,4394],[4620,4411],[4629,4398],[4627,4415],[4635,4402],[4632,4418],[4640,4404],[4649,4409],[4403,5386],[4644,4424],[4662,4417],[4656,4429],[4395,5387],[4683,4428],[4681,4444],[4689,4432],[4695,4435],[4693,4451],[4388,5389],[4701,4438],[4698,4453],[4707,4442],[4704,4455],[4714,4445],[4710,4458],[4720,4448],[4716,4460],[4726,4451],[4722,4462],[4408,5384],[4732,4454],[4728,4464],[4776,4479],[4780,4469],[4780,4478],[4646,4395],[4653,4399],[4660,4403],[4702,4461],[4701,4467],[4699,4473],[4698,4479],[4740,4476],[4738,4483],[4737,4491],[4735,4498],[4733,4506],[4732,4513],[3698,1541],[3699,1550],[5948,3806],[3275,6778],[3699,1559],[3700,1568],[3701,1578],[3702,1588],[3271,6783],[3271,6789],[3268,6794],[3647,1943],[3646,1953],[3268,6802],[3645,1961],[3645,1970],[3643,1980],[3642,1989],[3642,1999],[3264,6807],[3264,6815],[3259,6819],[9328,6194],[9338,6196],[9347,6198],[9357,6200],[3257,6826],[9366,6201],[9375,6203],[9385,6205],[9395,6204],[9405,6205],[9411,6207],[9421,6209],[9438,6216],[9453,6221],[9463,6221],[3252,6828],[9475,6214],[9487,6204],[5392,4040],[3250,6834],[4290,4552],[4290,4557],[4289,4564],[4288,4569],[4288,4575],[4287,4582],[4287,4588],[4286,4594],[3244,6835],[4285,4599],[4285,4606],[4282,4635],[4281,4633],[4280,4639],[4278,4637],[3239,6839],[4287,4615],[3233,6839],[5495,5470],[5491,5472],[5489,5479],[5485,5484],[5483,5491],[6802,6421],[6796,6425],[6791,6428],[6785,6432],[6780,6436],[3228,6840],[6774,6440],[6764,6446],[6770,6454],[6776,6468],[6781,6482],[6786,6500],[6756,6451],[6760,6460],[6765,6473],[6768,6488],[3222,6841],[6772,6507],[6743,6460],[6737,6464],[6732,6467],[6725,6471],[6720,6474],[6715,6477],[6709,6479],[6704,6482],[6698,6486],[3216,6843],[6691,6489],[6684,6490],[6670,6496],[6664,6500],[6658,6504],[6652,6508],[6697,6494],[6698,6501],[6699,6508],[6700,6515],[3211,6845],[5934,6194],[5936,6182],[5942,6172],[5945,6161],[5952,6153],[5955,6141],[5962,6131],[5965,6121],[5971,6114],[7270,4592],[3206,6844],[7280,4594],[7290,4595],[7301,4597],[7320,4603],[7343,4608],[7368,4609],[5084,1127],[5090,1130],[5097,1135],[5105,1139],[3199,6844],[5112,1143],[5984,6038],[5975,6045],[5964,6052],[5952,6060],[5940,6067],[9067,9531],[9069,9540],[9072,9552],[9074,9576],[5308,4123],[3195,6845],[9074,9596],[9076,9613],[9078,9619],[9084,9626],[9094,9629],[9098,9616],[9103,9598],[9109,9580],[9112,9557],[9112,9538],[3189,6846],[6710,4361],[6710,4370],[6711,4379],[6712,4389],[6715,4396],[6715,4396],[6715,4405],[6716,4413],[6717,4426],[6718,4436],[3999,7179],[6719,4445],[7266,5899],[7266,5893],[7266,5887],[7265,5881],[7265,5875],[7264,5868],[7264,5862],[7263,5855],[7263,5849],[3997,7188],[7264,5842],[7265,5837],[7266,5830],[7269,5824],[7271,5819],[7275,5813],[7278,5808],[7282,5803],[7285,5799],[7289,5795],[3995,7196],[7293,5792],[7845,4102],[7843,4113],[7841,4123],[7838,4136],[7836,4147],[7831,4169],[7828,4180],[7825,4195],[3631,2574],[3993,7206],[3634,2564],[3635,2556],[3637,2548],[3639,2540],[3640,2532],[3642,2523],[7899,7233],[3991,7214],[7894,7239],[7888,7239],[7883,7245],[7876,7245],[7871,7251],[7865,7251],[7859,7257],[7853,7257],[7847,7264],[7840,7264],[3989,7223],[7835,7270],[7817,7276],[7811,7282],[7805,7283],[7798,7289],[7791,7290],[7786,7295],[7780,7295],[7664,6568],[7660,6577],[3987,7234],[7674,6574],[7668,6583],[7679,6582],[7687,6586],[7694,6589],[7702,6592],[7708,6595],[7714,6597],[7720,6600],[7725,6603],[3985,7243],[7731,6606],[7738,6606],[7738,6611],[7747,6610],[7744,6614],[7754,6614],[7756,6621],[7762,6617],[7762,6624],[5634,3919],[3983,7250],[7773,6624],[7772,6628],[8393,6962],[8817,7106],[8812,7099],[8827,7114],[8823,7108],[8837,7121],[8833,7116],[3981,7258],[8889,7162],[8883,7154],[8897,7168],[8893,7162],[8909,7177],[3979,7267],[8903,7170],[8917,7183],[8913,7178],[8927,7191],[8923,7185],[8939,7201],[8933,7193],[8841,7111],[8844,7105],[8834,7097],[3977,7276],[8833,7088],[8836,7081],[8842,7078],[8842,7091],[8854,7086],[8861,7074],[8854,7090],[8851,7096],[8848,7101],[8400,6964],[3975,7285],[8401,6974],[8401,6984],[8402,6992],[8402,6999],[8403,7013],[8404,7025],[8404,7033],[8405,7041],[8405,7055],[3973,7292],[8409,7122],[8407,7132],[8406,7136],[8404,7139],[8402,7147],[8400,7152],[3972,7301],[8398,7163],[8399,7168],[8396,7173],[8394,7178],[8394,7181],[8393,7185],[8393,7190],[8393,7194],[8392,7199],[8392,7203],[3416,5608],[8392,7207],[8374,7208],[3411,5610],[8374,7226],[8373,7234],[8373,7243],[8373,7252],[8851,7131],[7410,6508],[7409,6503],[7415,6507],[3417,5618],[7414,6502],[7421,6505],[7421,6501],[7427,6505],[7428,6499],[7433,6504],[7441,6502],[7439,6495],[7454,6501],[7453,6492],[3412,5622],[7461,6502],[7461,6490],[7469,6499],[7468,6489],[7477,6498],[7476,6489],[7485,6497],[7494,6497],[7505,6487],[3418,5628],[7504,6498],[7511,6489],[7515,6500],[7522,6491],[7524,6503],[7526,6493],[7536,6508],[7547,6513],[3413,5629],[7557,6519],[7560,6510],[7568,6525],[7570,6514],[7577,6531],[7582,6518],[7584,6532],[7588,6522],[7596,6538],[7600,6528],[3420,5638],[7607,6543],[7620,6549],[7621,6540],[7630,6554],[7629,6543],[7640,6560],[7644,6551],[7652,6570],[7656,6560],[3415,5638],[7604,6522],[7595,6518],[7629,6563],[7637,6567],[3421,5646],[3416,5647],[7394,6500],[7401,6496],[7404,6495],[7410,6495],[3423,5654],[7417,6493],[7418,6500],[7412,6501],[7405,6502],[7420,6492],[7427,6493],[7434,6493],[3418,5656],[3424,5663],[6150,3725],[3419,5664],[7664,6561],[7667,6554],[7671,6558],[7674,6552],[7678,6556],[7678,6551],[7684,6554],[3425,5672],[7684,6549],[7689,6553],[7689,6547],[7696,6551],[7695,6546],[7701,6550],[7700,6544],[7707,6548],[7706,6543],[7714,6546],[3420,5674],[7713,6541],[7722,6543],[7721,6538],[7729,6540],[7728,6535],[7736,6538],[7743,6535],[7742,6531],[7748,6533],[3427,5681],[7747,6529],[7752,6527],[7662,6556],[7659,6556],[7652,6553],[7647,6551],[7649,6546],[7647,6542],[7653,6545],[7653,6539],[3421,5682],[7648,6536],[7651,6532],[7680,6511],[7681,6520],[7682,6528],[7683,6538],[7707,6502],[7707,6511],[7708,6520],[7757,6526],[3428,5690],[7770,6519],[7780,6516],[7792,6511],[7803,6508],[7814,6504],[7824,6500],[7833,6497],[7847,6492],[7858,6488],[7871,6483],[3421,5691],[7883,6479],[7895,6474],[7905,6470],[7916,6464],[7928,6459],[7859,6494],[3430,5699],[7884,6520],[7897,6479],[7890,6492],[7891,6505],[7897,6523],[3420,5701],[7898,6535],[7831,6163],[7837,6166],[7844,6168],[7852,6171],[7859,6174],[7874,6179],[7881,6182],[3426,5702],[7889,6185],[7895,6187],[7903,6190],[7910,6193],[7917,6196],[7923,6199],[7931,6202],[7936,6204],[7943,6207],[7950,6210],[6285,3615],[3422,5712],[7957,6212],[7964,6215],[7971,6218],[7980,6222],[7987,6225],[7993,6228],[8000,6232],[8007,6235],[8014,6239],[8021,6242],[3432,5709],[8028,6244],[8035,6246],[8041,6247],[8049,6249],[8064,6254],[8071,6256],[8079,6258],[8087,6260],[8094,6262],[3427,5714],[8099,6259],[8104,6264],[8113,6262],[8119,6267],[8127,6264],[8133,6269],[8140,6266],[8145,6270],[8162,6258],[8174,6250],[8181,6248],[8184,6239],[8191,6238],[8194,6232],[8202,6233],[8206,6231],[8213,6229],[3423,5723],[8219,6225],[8240,6221],[8251,6220],[8261,6218],[8272,6216],[8282,6214],[8293,6212],[3438,5727],[8303,6210],[8313,6207],[8320,6204],[8328,6198],[8337,6190],[8344,6182],[8350,6176],[8357,6171],[8368,6165],[8377,6158],[8386,6154],[8395,6151],[8406,6149],[8416,6148],[8437,6144],[8449,6140],[8457,6139],[8463,6137],[8475,6132],[3430,5738],[8486,6126],[8496,6121],[8507,6115],[8517,6110],[8527,6104],[8535,6099],[8540,6092],[8548,6083],[8556,6072],[8563,6062],[3436,5736],[8571,6053],[8580,6042],[8587,6038],[8607,6034],[8616,6032],[8627,6031],[5526,4613],[5528,4620],[5525,4625],[3439,5739],[5528,4631],[5529,4642],[5525,4649],[5529,4656],[5525,4672],[5521,4683],[5517,4696],[5507,4727],[5505,4726],[6369,3548],[3428,5744],[5502,4734],[5499,4742],[9241,6232],[9233,6237],[9224,6243],[9214,6249],[9204,6255],[9194,6266],[9180,6283],[9173,6293],[3441,5749],[9166,6304],[9160,6315],[9153,6325],[9145,6338],[6386,6847],[6387,6858],[6387,6869],[6380,6875],[6368,6879],[6360,6884],[3430,5754],[6350,6891],[4542,4761],[4533,4754],[4538,4770],[4530,4764],[4534,4780],[4527,4775],[4530,4791],[4523,4786],[4526,4802],[4518,4801],[4522,4814],[4514,4811],[4517,4827],[4509,4825],[4512,4842],[4507,4832],[4525,4798],[3432,5764],[4503,4841],[4548,4746],[5075,2226],[3442,5760],[5077,2222],[5079,2216],[5081,2211],[5082,2205],[5083,2199],[5083,2193],[5083,2187],[5083,2180],[5083,2175],[5083,2168],[3434,5773],[5083,2163],[5083,2157],[5083,2151],[5083,2145],[5083,2131],[5083,2124],[5083,2119],[5083,2113],[5083,2106],[3443,5770],[5083,2100],[5083,2094],[5083,2088],[5083,2081],[5083,2075],[5083,2069],[5083,2063],[5084,2057],[5083,2051],[5085,2045],[3435,5782],[5086,2038],[5086,2032],[5087,2025],[5088,2019],[5088,2013],[5089,2007],[4484,1671],[4479,1671],[4473,1670],[4467,1670],[3444,5779],[4461,1669],[4455,1673],[4450,1670],[4442,1674],[4442,1668],[4432,1667],[4415,1649],[4408,1645],[4403,1641],[4395,1635],[3437,5790],[4387,1629],[4422,1653],[4983,4923],[4987,4920],[4980,4927],[4991,4924],[4986,4932],[3446,5788],[4998,4932],[4991,4937],[5001,4937],[4997,4942],[5006,4942],[5002,4948],[5011,4948],[5006,4954],[5016,4954],[5012,4960],[3438,5799],[5020,4958],[5017,4966],[5027,4966],[5022,4972],[5032,4972],[5027,4977],[5039,4979],[5033,4984],[5045,4985],[5038,4989],[3447,5798],[5051,4992],[5043,4994],[5058,4997],[5048,4999],[5065,5002],[5054,5004],[5072,5007],[5060,5008],[5079,5011],[5067,5012],[3440,5809],[5083,5013],[5073,5016],[5089,5016],[5080,5020],[5095,5019],[5087,5024],[5102,5022],[5094,5027],[5108,5026],[5100,5030],[3448,5807],[5116,5030],[5106,5033],[5122,5033],[5114,5037],[5129,5036],[5120,5039],[5138,5039],[5126,5042],[5146,5043],[5133,5045],[3442,5817],[5153,5046],[5140,5048],[5161,5050],[5146,5051],[5169,5053],[5151,5054],[5176,5056],[5158,5057],[5163,5059],[3449,5816],[5169,5062],[5177,5065],[5184,5059],[5183,5067],[5190,5064],[3443,5827],[5039,4967],[5046,4972],[3451,5825],[4207,3049],[4213,3051],[4212,3057],[4216,3057],[4216,3064],[4220,3064],[6595,3377],[3445,5836],[4220,3071],[4225,3073],[4224,3079],[4229,3080],[4228,3086],[4233,3088],[4232,3093],[4237,3095],[4236,3101],[4241,3103],[3452,5835],[4240,3108],[4246,3111],[4244,3116],[4250,3118],[4249,3124],[4254,3126],[4253,3132],[4258,3133],[4258,3140],[4263,3141],[3447,5845],[4261,3146],[4267,3149],[4266,3155],[4276,3166],[4276,3172],[4281,3174],[4279,3179],[4284,3180],[3453,5844],[4284,3188],[4290,3190],[4287,3191],[4290,3195],[4293,3194],[4295,3196],[4296,3202],[4301,3202],[4302,3208],[4308,3208],[3448,5854],[4309,3214],[4314,3213],[4315,3219],[4320,3218],[4321,3224],[4325,3223],[4326,3230],[4331,3230],[4330,3236],[4335,3236],[3455,5854],[4335,3243],[4340,3244],[4340,3251],[4344,3252],[4344,3258],[4348,3258],[4348,3264],[4352,3265],[4352,3271],[4357,3272],[3449,5863],[4356,3278],[4361,3280],[4361,3287],[4366,3289],[4365,3295],[4369,3295],[4368,3299],[4374,3302],[4372,3306],[4377,3309],[3456,5863],[4376,3314],[4381,3316],[4380,3322],[4386,3325],[4385,3331],[4391,3333],[4391,3340],[4395,3339],[4396,3346],[4400,3350],[3451,5874],[3458,5873],[9225,6181],[9229,6192],[9233,6207],[9236,6220],[9247,6221],[6908,3192],[3453,5883],[9260,6225],[9270,6228],[9286,6233],[9304,6239],[9317,6253],[9329,6267],[9339,6283],[9349,6302],[9358,6321],[9366,6337],[3459,5883],[9369,6354],[9359,6365],[7238,5488],[7248,5496],[7260,5505],[7283,5522],[7294,5530],[7305,5538],[7310,5542],[7327,5553],[3455,5895],[7342,5562],[7354,5568],[7372,5574],[7382,5578],[7993,6027],[7987,6013],[7981,5999],[7974,5985],[5226,4430],[5223,4437],[3461,5894],[5216,4438],[5212,4446],[5205,4447],[5201,4455],[5195,4456],[5192,4463],[5175,4473],[5173,4480],[5167,4480],[5165,4486],[3456,5903],[5159,4487],[5156,4493],[5150,4494],[5148,4500],[5142,4501],[5140,4507],[5134,4508],[5127,4518],[5121,4519],[5119,4526],[3463,5904],[5113,4527],[4476,4414],[4472,4416],[4463,4415],[4448,4413],[4434,4411],[3457,5912],[4619,4176],[4615,4171],[4629,4178],[4625,4173],[4637,4180],[4633,4175],[7777,4683],[7784,4683],[3464,5913],[7790,4683],[7797,4684],[7804,4684],[7811,4685],[7818,4685],[7826,4685],[7833,4686],[7844,4687],[7856,4692],[7865,4696],[3459,5921],[7874,4700],[7884,4705],[7894,4709],[7904,4714],[7914,4719],[7925,4724],[7934,4728],[7942,4732],[7952,4736],[7961,4741],[3466,5922],[7972,4746],[7983,4751],[7993,4758],[7999,4761],[8006,4764],[8013,4767],[8019,4770],[8307,5806],[8312,5819],[8315,5830],[7074,3023],[3460,5931],[8973,7534],[6965,7733],[6964,7742],[6962,7751],[6961,7760],[6960,7769],[6958,7778],[6957,7786],[6956,7796],[6954,7805],[3467,5930],[6953,7813],[7426,4329],[7438,4331],[7452,4335],[7458,4337],[7474,4340],[7487,4343],[7500,4346],[7517,4349],[7524,4352],[3461,5938],[7538,4356],[7383,4315],[3469,5940],[7372,4316],[7368,4316],[7362,4315],[7356,4314],[7352,4313],[7347,4311],[7335,4306],[7328,4305],[7321,4303],[7315,4302],[3463,5949],[7308,4300],[7302,4299],[7290,4301],[7282,4296],[7275,4295],[7266,4292],[7256,4290],[7248,4288],[7240,4287],[7233,4285],[3470,5949],[5828,4830],[5832,4834],[5837,4831],[5842,4836],[5848,4833],[5853,4838],[5859,4835],[3464,5959],[5868,4840],[5878,4842],[5889,4844],[5901,4846],[5912,4849],[5923,4851],[5963,4858],[3472,5956],[5972,4860],[5982,4861],[5912,4858],[5915,4859],[5922,4860],[7177,5242],[4465,4486],[4480,4495],[3466,5968],[4474,4488],[4486,4497],[4485,4493],[4496,4498],[4498,4503],[4506,4506],[4510,4504],[4514,4509],[3473,5964],[6368,5408],[6365,5417],[6362,5425],[6358,5434],[6355,5442],[4073,2711],[6352,5451],[6349,5460],[6344,5473],[6341,5484],[6337,5494],[5099,2884],[5096,2876],[5094,2867],[5091,2859],[5086,2850],[3475,5975],[5083,2843],[5079,2835],[5076,2829],[5070,2823],[5063,2818],[5057,2814],[5051,2805],[5049,2795],[5047,2786],[5046,2775],[3468,5988],[5254,3502],[5249,3492],[5245,3482],[8139,6067],[8150,6065],[8156,6064],[8162,6063],[8168,6062],[8174,6061],[3476,5985],[8180,6061],[8186,6060],[8193,6059],[5263,2905],[5255,2904],[5251,2895],[5248,2884],[5246,2874],[5243,2863],[5238,2850],[3469,5997],[5236,2842],[5234,2834],[5231,2826],[5230,2818],[5228,2811],[5226,2804],[5224,2796],[5222,2788],[5220,2780],[5218,2772],[3477,5992],[5216,2764],[5214,2757],[5212,2747],[5209,2741],[5207,2736],[5204,2729],[5201,2721],[5198,2715],[5195,2707],[5192,2701],[5189,2693],[5186,2686],[5489,306],[5494,301],[5500,295],[5505,290],[5510,284],[5516,277],[5236,5072],[5238,5072],[5237,5065],[5239,5066],[5237,5060],[5240,5060],[5238,5052],[5241,5053],[5239,5045],[5242,5046],[5241,5038],[5243,5039],[3473,6017],[5242,5031],[5244,5031],[5243,5024],[5246,5024],[5246,5018],[4946,1531],[4957,1538],[4965,1543],[4973,1549],[3480,6010],[4984,1557],[4994,1564],[6150,5554],[6148,5561],[6146,5568],[6144,5575],[6142,5582],[6141,5590],[6141,5597],[6155,5695],[3474,6024],[6155,5703],[6156,5712],[6157,5721],[6158,5730],[6159,5739],[6160,5748],[6161,5757],[6162,5766],[6198,5753],[6163,5776],[3481,6018],[6178,5779],[6164,5786],[6114,5813],[6122,5808],[6128,5803],[6136,5800],[6144,5799],[6223,5932],[6228,5938],[3475,6032],[6232,5943],[6236,5948],[6244,5959],[6248,5966],[6252,5972],[6254,5977],[6262,5990],[3483,6029],[6269,5995],[6265,5995],[6273,6002],[6269,6001],[6277,6008],[6272,6008],[6280,6013],[6283,6019],[6287,6025],[6291,6032],[3476,6039],[6294,6038],[6301,6056],[6319,6080],[6316,6081],[6324,6088],[6320,6087],[6327,6093],[6324,6095],[6331,6100],[6328,6102],[3484,6036],[6337,6109],[6332,6108],[6151,5798],[6158,5796],[6165,5795],[6167,5802],[6167,5812],[6168,5823],[6169,5832],[6170,5840],[3478,6047],[6171,5849],[6173,5858],[6177,5865],[6182,5873],[6187,5880],[6192,5887],[6197,5894],[6202,5901],[6207,5908],[6212,5914],[3487,6046],[6223,5926],[3479,6056],[6227,5932],[6244,5953],[6276,6013],[6279,6019],[6283,6025],[6286,6031],[6289,6036],[4887,3814],[3488,6056],[4886,3806],[4881,3803],[4881,3794],[4875,3790],[4875,3780],[4869,3776],[4869,3766],[4864,3763],[4864,3753],[4858,3749],[6072,2722],[3480,6064],[4858,3741],[4852,3736],[4855,3729],[4850,3729],[7540,4637],[7539,4650],[7539,4663],[6869,6793],[6876,6786],[6879,6777],[3489,6065],[6884,6772],[6886,6764],[6893,6758],[6895,6748],[6901,6744],[6903,6734],[6908,6729],[6909,6720],[3482,6073],[3491,6074],[6911,6714],[6913,6708],[6915,6701],[6917,6694],[7770,7944],[7777,7936],[3484,6081],[7784,7928],[7791,7921],[7797,7914],[7805,7906],[7812,7897],[7820,7889],[3492,6083],[3485,6090],[5424,1082],[5432,1089],[3705,2260],[3711,2241],[3716,2224],[4991,1578],[3494,6092],[4987,1589],[4982,1600],[4978,1612],[4973,1625],[5542,4869],[5535,4883],[5535,4895],[5531,4897],[5532,4906],[5527,4912],[3486,6100],[5528,4918],[5524,4922],[5522,4928],[5516,4929],[5539,4866],[5540,4877],[3495,6100],[4745,4679],[4743,4672],[4748,4666],[4746,4659],[4750,4654],[4748,4648],[4752,4644],[4747,4642],[6920,6393],[3486,6109],[4754,4637],[4748,4635],[4755,4630],[4750,4628],[4757,4624],[4751,4621],[4745,4617],[4737,4614],[4750,4614],[4755,4617],[3495,6109],[4760,4619],[4766,4621],[4772,4623],[4777,4625],[4783,4626],[4788,4628],[4794,4630],[4800,4632],[4806,4631],[4809,4639],[3487,6119],[4815,4637],[4818,4646],[4824,4643],[4807,4645],[4799,4643],[4793,4638],[4790,4650],[4779,4658],[4771,4655],[3494,6118],[4771,4663],[4763,4659],[4764,4652],[4757,4650],[4760,4637],[4767,4639],[4774,4642],[4737,4667],[4731,4665],[4726,4669],[3486,6130],[4740,4654],[4734,4651],[4728,4657],[4837,4648],[4843,4647],[4848,4645],[4855,4644],[4504,5041],[4506,5035],[4508,5028],[3494,6127],[4510,5022],[4512,5016],[4514,5009],[4516,5003],[4518,4997],[4520,4991],[4522,4983],[4526,4974],[4525,4965],[3484,6141],[4522,4946],[4517,4933],[4519,4931],[4515,4927],[4518,4925],[4596,4943],[4603,4945],[4608,4941],[4614,4941],[4615,4934],[3492,6136],[4623,4931],[4622,4926],[4627,4925],[4628,4919],[4634,4918],[4636,4911],[4640,4912],[4629,4932],[4632,4938],[4638,4938],[3483,6149],[4642,4944],[4648,4943],[4652,4950],[4661,4955],[3491,6143],[4641,4927],[4647,4918],[4654,4915],[4663,4914],[4667,4917],[4657,4922],[4665,4926],[6089,6016],[7757,3421],[3481,6158],[6084,6008],[6078,5999],[6073,5990],[6068,5983],[6062,5973],[6061,5968],[6055,5961],[6050,5955],[6046,5948],[6041,5941],[3489,6152],[6037,5934],[6033,5928],[6028,5920],[6023,5913],[6019,5906],[6014,5899],[6010,5892],[6006,5885],[6002,5878],[5997,5871],[3479,6167],[5993,5864],[5988,5858],[5984,5851],[5979,5843],[5975,5837],[5971,5830],[5967,5824],[5962,5817],[5958,5809],[5954,5803],[3488,6160],[5952,5796],[5946,5791],[5942,5785],[5937,5778],[5934,5772],[5929,5764],[5925,5757],[5920,5750],[5915,5742],[5910,5735],[3478,6175],[5906,5728],[5901,5720],[5897,5713],[5892,5706],[5888,5700],[5884,5693],[5880,5687],[5876,5680],[5871,5674],[5868,5669],[3486,6169],[5864,5662],[5859,5654],[5858,5646],[5852,5638],[5846,5633],[5842,5627],[5838,5622],[5834,5615],[5830,5609],[5825,5602],[3476,6185],[5825,5596],[5822,5596],[5820,5587],[5814,5585],[5812,5575],[5808,5567],[5805,5562],[5801,5556],[5798,5552],[5792,5550],[3484,6176],[5791,5543],[5800,5562],[5806,5570],[5981,5854],[5974,5861],[3473,6203],[5968,5852],[5961,5841],[6000,5890],[5995,5896],[5990,5901],[5986,5906],[5982,5913],[5971,5903],[3483,6184],[5949,5796],[4386,4596],[7726,3292],[3471,6212],[3478,6192],[4589,4943],[4583,4940],[4582,4933],[4576,4929],[4575,4922],[4569,4919],[4563,4908],[4557,4902],[3470,6221],[4556,4896],[4567,4910],[4565,4911],[7763,6180],[7753,6180],[7743,6180],[7733,6180],[4417,4510],[3479,6205],[4429,4509],[4435,4506],[4440,4508],[4448,4498],[4451,4500],[4452,4495],[4458,4491],[4455,4494],[3468,6230],[4175,3060],[4178,3067],[4182,3075],[4186,3084],[4189,3092],[4191,3102],[4194,3113],[3478,6213],[4195,3120],[4198,3128],[4201,3138],[4203,3147],[4205,3155],[4208,3166],[3466,6239],[6639,3375],[6643,3364],[6647,3352],[3476,6221],[6651,3342],[6625,3382],[4774,2857],[3412,5616],[4768,2852],[4757,2848],[4746,2844],[4736,2840],[4726,2836],[4719,2836],[4708,2831],[4696,2827],[4684,2822],[4671,2817],[3475,6228],[4659,2812],[4648,2807],[4634,2802],[4623,2797],[4612,2793],[4601,2788],[4593,2785],[4588,2784],[4887,3970],[4882,3965],[7676,3146],[3475,6236],[4877,3961],[4871,3957],[4866,3954],[4859,3949],[5303,3107],[5305,3114],[5307,3122],[5309,3129],[5311,3136],[5313,3143],[3476,6243],[5315,3151],[5316,3159],[5319,3162],[5319,3170],[5323,3177],[5322,3181],[5325,3186],[5320,3156],[5325,3159],[5328,3153],[5333,3155],[5337,3149],[5342,3151],[5346,3145],[5352,3147],[5355,3141],[5361,3143],[5364,3138],[5370,3135],[5376,3133],[4598,3495],[4602,3500],[4595,3484],[4599,3488],[4593,3477],[4597,3479],[4590,3464],[4594,3468],[4586,3450],[4591,3456],[4583,3439],[4588,3445],[4583,3429],[4580,3418],[4578,3408],[4575,3398],[4571,3383],[4569,3371],[4565,3359],[4563,3349],[4560,3337],[4560,3330],[4553,3324],[4554,3317],[4551,3306],[4548,3296],[4544,3286],[4538,3284],[4545,3280],[4535,3273],[4542,3270],[4533,3264],[4539,3260],[4530,3253],[4536,3250],[4527,3243],[4534,3240],[4524,3234],[4531,3230],[4521,3224],[4528,3221],[4519,3214],[4526,3211],[4518,3206],[4522,3203],[4516,3198],[4521,3195],[4513,3190],[4519,3187],[4511,3182],[4509,3174],[4515,3172],[4506,3166],[4512,3163],[4505,3159],[4510,3157],[4503,3151],[4508,3149],[7588,3512],[4499,3139],[4506,3141],[4497,3130],[4502,3128],[4494,3119],[4500,3118],[4491,3109],[4497,3108],[4489,3101],[4495,3100],[4486,3091],[4491,3088],[4483,3082],[4489,3080],[4481,3072],[4487,3071],[4478,3063],[4484,3062],[4469,3042],[4478,3049],[4459,3029],[4476,3046],[4450,3017],[4466,3033],[4440,3004],[4456,3021],[4448,3008],[4574,3356],[4583,3354],[4589,3351],[4599,3346],[4608,3351],[4612,3366],[4897,1404],[4909,1412],[4919,1420],[4928,1427],[4938,1435],[4179,4824],[4182,4822],[4177,4817],[4181,4816],[4176,4810],[4179,4808],[4174,4803],[4178,4802],[4172,4795],[4176,4794],[4171,4788],[4174,4787],[4170,4781],[4173,4780],[4169,4766],[4167,4759],[4179,4825],[6598,5233],[6598,5223],[6597,5213],[6596,5204],[6595,5194],[6595,5184],[6594,5175],[6593,5164],[6590,5153],[6591,5145],[6589,5136],[6590,5126],[6587,5117],[6588,5108],[6586,5098],[6587,5089],[6585,5082],[5710,3026],[5704,3017],[5698,3008],[5692,2998],[9672,6362],[9674,6349],[9678,6325],[9681,6312],[9683,6299],[9682,6285],[7785,7302],[7789,7307],[7790,7318],[7794,7324],[7795,7333],[7799,7340],[7551,3535],[7800,7349],[7803,7352],[7803,7360],[7812,7381],[7808,7375],[7817,7397],[7812,7390],[7824,7418],[7819,7410],[6488,6562],[6476,6577],[6468,6586],[6455,6599],[5320,4688],[5320,4679],[5325,4672],[5324,4664],[5328,4651],[5334,4643],[5333,4635],[5338,4629],[5337,4621],[5342,4614],[3558,2696],[3567,2699],[3573,2702],[3582,2705],[3590,2707],[3599,2711],[3606,2713],[4448,4948],[4443,4945],[4439,4943],[4429,4937],[4425,4935],[4420,4932],[4416,4930],[5725,3288],[5733,3290],[5741,3292],[5751,3294],[5758,3296],[5767,3297],[5773,3298],[5784,3300],[5792,3302],[5802,3303],[5812,3305],[5819,3307],[5385,4866],[5384,4885],[5384,4876],[5382,4896],[5196,2719],[5191,2722],[5186,2725],[5181,2728],[7203,6951],[7197,6948],[7190,6936],[7186,6936],[7182,6928],[7176,6925],[7171,6916],[7166,6914],[7161,6905],[7155,6902],[7152,6896],[7145,6891],[7142,6884],[7135,6879],[7131,6872],[7125,6868],[7119,6859],[7115,6857],[7111,6851],[7106,6847],[7102,6841],[7096,6837],[7091,6828],[7085,6824],[7082,6818],[7076,6815],[7068,6828],[7076,6837],[7093,6855],[7099,6862],[7107,6870],[7115,6879],[7123,6889],[7131,6896],[7140,6906],[7197,5515],[7191,5507],[7185,5502],[7180,5496],[7176,5484],[7168,5478],[7161,5472],[7154,5466],[7144,5458],[7136,5453],[7130,5447],[7122,5441],[7007,6194],[7003,6203],[7000,6212],[5808,4927],[5802,4933],[5794,4933],[5790,4938],[5783,4937],[5776,4944],[5770,4943],[5766,4948],[5751,4950],[5759,4951],[5738,4955],[5747,4956],[5725,4961],[5734,4961],[5714,4965],[5720,4967],[5701,4971],[5707,4972],[5687,4977],[5695,4977],[5671,4983],[5682,4982],[5661,4984],[5669,4988],[5647,4982],[5654,4986],[7256,4917],[7268,4917],[7277,4924],[6086,3146],[6094,3155],[6102,3166],[4049,2351],[4056,2350],[4036,2359],[4043,2358],[4023,2368],[4031,2366],[4010,2376],[4018,2374],[3998,2384],[4004,2383],[3986,2392],[3993,2390],[3973,2400],[3980,2399],[3961,2407],[3968,2406],[3954,2411],[3947,2416],[3942,2419],[3935,2423],[3929,2427],[3923,2430],[3915,2434],[3909,2436],[3904,2439],[3896,2444],[3887,2450],[3883,2454],[3877,2459],[3868,2465],[3862,2471],[3852,2480],[3836,2493],[3831,2498],[3820,2510],[3810,2523],[3826,2504],[7328,3859],[7215,5248],[7207,5230],[7201,5214],[4320,3518],[4322,3509],[4318,3503],[4321,3496],[4318,3490],[4689,3898],[4685,3892],[4699,3903],[4696,3897],[4710,3907],[4706,3901],[4721,3912],[4716,3906],[4732,3917],[4727,3911],[4743,3922],[4738,3916],[4754,3927],[4750,3921],[6684,4358],[6826,4338],[6835,4337],[6845,4337],[6855,4339],[7047,7445],[7048,7457],[7054,7467],[7060,7473],[7065,7487],[7072,7498],[7075,7508],[7079,7518],[7080,7526],[7079,7541],[7078,7551],[5783,4494],[5779,4493],[5774,4493],[5768,4492],[5744,4492],[5727,4493],[5722,4489],[5716,4493],[5710,4490],[5702,4494],[5695,4490],[5688,4495],[5683,4491],[5675,4495],[5669,4492],[5663,4497],[5656,4494],[5650,4496],[5637,4502],[5643,4497],[5762,4483],[5763,4475],[5762,4468],[5762,4460],[5762,4446],[5762,4436],[4238,3639],[4235,3631],[4232,3624],[4229,3617],[4226,3609],[4224,3602],[4221,3594],[4219,3586],[4217,3579],[4215,3571],[4213,3563],[4210,3556],[4208,3548],[4180,4464],[4181,4457],[4176,4454],[4177,4447],[4172,4444],[4173,4438],[4167,4435],[4167,4427],[4162,4425],[4162,4418],[4157,4416],[8853,8330],[8868,8345],[8875,8349],[5131,2978],[5139,2978],[5148,2977],[5157,2977],[5165,2976],[5174,2976],[7045,3788],[5184,2976],[5192,2975],[5199,2975],[5207,2975],[5214,2974],[5225,2974],[5236,2973],[5245,2974],[5250,2969],[5252,2973],[6814,4440],[6813,4427],[6812,4412],[6812,4396],[6811,4381],[6810,4366],[6810,4352],[6809,4334],[6808,4328],[6807,4291],[6806,4278],[6806,4266],[6805,4253],[6805,4240],[6805,4230],[6804,4212],[6803,4200],[6803,4187],[6802,4175],[6801,4161],[6801,4148],[6800,4135],[6800,4123],[6799,4111],[6799,4095],[6798,4082],[6798,4069],[6797,4056],[6796,4043],[6796,4030],[6795,4018],[6795,4004],[6794,3992],[6793,3973],[6793,3966],[6793,3954],[6792,3942],[6792,3930],[6791,3918],[6791,3901],[6790,3890],[6790,3877],[6789,3864],[6789,3851],[6788,3837],[6787,3826],[6787,3815],[6787,3805],[6786,3791],[6786,3779],[6785,3767],[6785,3754],[6785,3741],[6785,3727],[6786,3713],[6786,3699],[6786,3687],[6786,3675],[6786,3659],[6786,3645],[6787,3634],[6787,3622],[6821,4349],[6821,4363],[6822,4383],[6823,4396],[4558,3116],[4558,3124],[4561,3127],[4564,3146],[4834,1770],[4826,1767],[4817,1763],[4808,1760],[4800,1757],[4791,1753],[3483,6338],[4782,1749],[5538,3488],[5545,3477],[5554,3463],[5563,3449],[5572,3435],[5577,3418],[5579,3400],[5584,3371],[5602,3360],[5517,3968],[3488,6345],[5616,3359],[5631,3362],[5647,3365],[5662,3367],[5675,3370],[5690,3381],[5701,3393],[5705,3400],[5716,3411],[5727,3423],[3483,6353],[5713,3404],[5740,3432],[5751,3443],[5525,3473],[5529,3466],[7402,6505],[7403,6509],[7396,6506],[7397,6511],[3489,6352],[7389,6504],[7390,6512],[7384,6506],[7384,6514],[7378,6506],[7378,6515],[7375,6509],[7367,6514],[7369,6505],[7363,6512],[3484,6361],[7363,6504],[7356,6511],[7357,6503],[7349,6510],[7350,6502],[7343,6509],[7343,6501],[7337,6508],[7338,6500],[7280,6489],[3490,6361],[7272,6497],[7273,6487],[7266,6496],[7267,6486],[6786,6402],[6794,6403],[6807,6403],[6809,6409],[6818,6405],[3484,6371],[6820,6411],[6828,6407],[6830,6413],[6838,6409],[6840,6417],[6846,6411],[6849,6419],[6855,6412],[6860,6421],[6864,6414],[3492,6370],[6869,6423],[6874,6416],[6880,6420],[6884,6418],[6887,6426],[6891,6419],[6896,6428],[6899,6421],[6906,6430],[6908,6423],[3485,6380],[6917,6432],[6917,6424],[6928,6434],[6926,6426],[6935,6428],[6944,6429],[6954,6431],[6965,6433],[6973,6435],[6979,6436],[3493,6380],[6987,6438],[6995,6439],[7003,6441],[7011,6442],[7019,6443],[7028,6444],[7037,6445],[7044,6447],[7051,6449],[7058,6451],[3486,6390],[7065,6453],[7072,6454],[7079,6455],[7086,6457],[7093,6458],[7101,6460],[7109,6461],[7116,6462],[7122,6464],[7130,6465],[3494,6387],[7138,6467],[7145,6468],[7152,6470],[7160,6471],[7167,6472],[7175,6473],[7182,6475],[3488,6399],[7279,6498],[7285,6499],[7290,6500],[3495,6397],[7286,6491],[7297,6501],[7292,6492],[7302,6502],[7298,6493],[7309,6503],[7304,6494],[7315,6504],[7311,6496],[7323,6505],[3489,6408],[7317,6497],[7330,6507],[7324,6498],[7331,6499],[6864,6436],[6867,6450],[6870,6463],[6858,6470],[6854,6453],[6850,6436],[3497,6407],[6845,6436],[6819,6403],[6825,6399],[6832,6395],[6839,6390],[6845,6386],[6853,6381],[6860,6376],[6867,6371],[3490,6416],[6881,6420],[4974,3134],[4980,3138],[4969,3128],[3498,6418],[4962,3124],[4955,3119],[4949,3115],[4942,3110],[4936,3105],[4929,3100],[4922,3095],[4360,4847],[4364,4853],[4362,4855],[3492,6425],[4366,4860],[4363,4860],[4367,4866],[4365,4868],[4367,4875],[4369,4881],[4370,4888],[3499,6427],[4372,4894],[4374,4900],[4457,4904],[4453,4899],[4449,4893],[3493,6435],[4445,4887],[4442,4882],[4439,4878],[5193,3876],[5186,3872],[5180,3868],[5174,3864],[5167,3859],[5161,3855],[5154,3850],[5633,4402],[3500,6438],[5148,3846],[4364,3992],[4367,3983],[4366,3990],[4371,3988],[4372,3994],[4376,3990],[4378,3997],[4382,3993],[4384,3999],[3495,6444],[4389,3997],[4390,4003],[4395,4000],[4397,4006],[4401,4003],[4403,4009],[4407,4006],[4409,4012],[4412,4008],[4414,4014],[3501,6445],[4419,4011],[4420,4017],[4423,4014],[4426,4020],[4430,4017],[4431,4023],[4436,4020],[4438,4026],[4442,4023],[4444,4029],[3496,6454],[5283,4115],[5288,4111],[5286,4102],[5302,4046],[5289,4088],[5294,4083],[5292,4076],[5297,4070],[5295,4063],[5300,4058],[3502,6454],[5297,4050],[5300,4040],[5305,4037],[5309,4043],[5308,4052],[5306,4059],[5304,4069],[8984,7220],[3497,6463],[8987,7213],[8989,7203],[8993,7194],[8997,7185],[9001,7177],[9006,7168],[9010,7160],[9014,7151],[9018,7150],[9023,7155],[3503,6462],[9029,7159],[9034,7163],[9018,7142],[9022,7133],[9026,7125],[9030,7115],[9034,7107],[9038,7098],[9043,7089],[9046,7081],[3499,6474],[9050,7073],[9054,7064],[9058,7056],[9062,7048],[9066,7040],[9070,7031],[9074,7023],[9077,7015],[9081,7007],[9085,6999],[3506,6473],[9089,6989],[9093,6981],[9098,6970],[9103,6959],[9107,6951],[9111,6942],[9116,6933],[9123,6925],[9127,6916],[9131,6908],[3509,6548],[9135,6900],[9139,6890],[9143,6882],[9144,6873],[9149,6863],[9153,6855],[9157,6845],[9162,6835],[9166,6827],[9170,6819],[5607,4470],[3515,6546],[9174,6809],[9178,6801],[9182,6792],[9185,6785],[9190,6776],[9193,6768],[9197,6760],[9201,6762],[9203,6756],[3510,6556],[3516,6555],[9204,6755],[9210,6753],[5454,4697],[3512,6565],[5459,4696],[5463,4701],[5469,4700],[5473,4705],[5480,4704],[5484,4710],[5491,4709],[5497,4715],[5505,4719],[5516,4724],[3516,6563],[5525,4727],[5535,4733],[5546,4739],[5555,4743],[5564,4748],[6278,5197],[6282,5205],[6286,5212],[6291,5220],[6295,5228],[3514,6574],[6299,5236],[6303,5244],[6308,5252],[6312,5260],[6316,5268],[6552,5212],[6550,5203],[6551,5194],[6548,5185],[6549,5175],[3517,6572],[6545,5151],[6548,5159],[6544,5136],[6547,5144],[6544,5128],[6544,5119],[4711,4866],[4710,4876],[4421,2317],[4416,2310],[3515,6584],[4412,2303],[4407,2295],[4402,2288],[4398,2281],[4394,2274],[4389,2267],[4384,2259],[4381,2251],[4382,2242],[4384,2233],[3518,6581],[4388,2224],[4392,2217],[4398,2211],[4402,2204],[4406,2197],[4411,2189],[4415,2184],[4420,2177],[4424,2170],[5158,2043],[3516,6592],[5159,2036],[5159,2028],[5160,2021],[5161,2011],[5162,1999],[5164,1995],[5163,1991],[5164,1983],[5165,1980],[5169,1970],[1154,5043],[6434,4457],[3520,6591],[5169,1964],[5170,1956],[5171,1949],[5172,1942],[5172,1934],[5173,1927],[5174,1921],[5166,1918],[5232,4063],[5239,4066],[3517,6601],[5246,4064],[5253,4067],[5260,4064],[5264,4068],[5271,4068],[5276,4073],[5284,4072],[5288,4076],[3521,6600],[5099,4159],[5091,4168],[5084,4178],[5081,4185],[5075,4188],[5073,4195],[5068,4196],[5065,4204],[5059,4206],[5057,4214],[3518,6611],[6882,3106],[6875,3112],[6867,3119],[6859,3126],[6851,3133],[6844,3139],[6836,3146],[6829,3152],[3523,6609],[6821,3159],[6814,3165],[6806,3172],[6803,3178],[6810,3172],[6818,3165],[6827,3157],[6834,3151],[6843,3144],[6849,3139],[3520,6620],[6857,3131],[6865,3124],[6873,3118],[6879,3111],[6883,3100],[6876,3105],[6868,3112],[6862,3118],[6853,3126],[6845,3132],[3524,6618],[6839,3137],[6830,3145],[6824,3151],[6816,3157],[6810,3163],[6804,3168],[6778,3161],[6778,3170],[6788,3174],[6799,3178],[3521,6629],[6787,3165],[6800,3170],[6805,3159],[4167,4519],[4163,4512],[4176,4521],[4181,4516],[4197,4526],[3526,6627],[4193,4519],[4208,4529],[4203,4522],[4220,4531],[4210,4522],[4230,4534],[4215,4525],[4241,4537],[4226,4528],[4250,4539],[3522,6638],[4237,4531],[4256,4541],[4247,4533],[4261,4542],[4251,4534],[4257,4536],[4282,4548],[4267,4539],[4294,4551],[6193,5041],[3526,6637],[4278,4541],[4303,4553],[4289,4544],[4313,4557],[4294,4546],[4323,4560],[4299,4547],[4332,4563],[4309,4550],[4336,4564],[3524,6648],[4320,4554],[4329,4556],[4339,4557],[4354,4559],[4349,4557],[4362,4554],[4381,4554],[4366,4554],[3527,6646],[4392,4552],[4374,4553],[4386,4550],[3525,6657],[3529,6655],[3526,6667],[4269,4537],[3530,6664],[5571,3429],[5559,3432],[5550,3435],[5540,3433],[5533,3444],[5516,3470],[5526,3478],[5509,3461],[3527,6674],[5499,3450],[5492,3438],[5486,3427],[5484,3411],[5496,3407],[5509,3403],[5518,3396],[5524,3382],[5530,3367],[5537,3351],[3531,6673],[5543,3339],[5548,3326],[5554,3314],[5558,3303],[5538,3300],[5542,3307],[5550,3312],[5687,3538],[5695,3538],[5674,3534],[3528,6683],[5681,3534],[5658,3530],[5667,3529],[5641,3525],[5649,3524],[5625,3520],[5634,3520],[5614,3516],[5605,3511],[5597,3511],[6372,5040],[3532,6682],[5591,3506],[5585,3507],[5577,3502],[5571,3503],[5566,3499],[5558,3499],[5549,3494],[5542,3495],[5530,3491],[5525,3486],[3530,6692],[5517,3484],[5509,3481],[5501,3479],[5492,3476],[5297,3493],[5304,3493],[5311,3492],[5320,3497],[5326,3501],[5336,3503],[3534,6691],[5343,3502],[5351,3500],[5359,3498],[5381,3494],[5388,3492],[5396,3490],[5404,3489],[5412,3487],[5421,3485],[5427,3484],[3531,6701],[5436,3482],[5444,3481],[5452,3479],[5460,3477],[5469,3476],[5476,3475],[5485,3474],[5846,5701],[5841,5695],[5836,5689],[3535,6699],[5831,5683],[5826,5677],[5821,5672],[5816,5665],[5812,5660],[5806,5654],[5801,5648],[5797,5642],[5994,4382],[6000,4381],[3531,6708],[6006,4381],[6012,4381],[6018,4381],[6024,4380],[3536,6707],[5076,2825],[5079,2815],[5084,2815],[5087,2807],[5093,2805],[5096,2799],[5103,2799],[5107,2792],[5115,2793],[3532,6716],[5126,2788],[5120,2787],[5137,2783],[5130,2782],[5142,2777],[5148,2779],[5159,2774],[5153,2773],[5172,2768],[3538,6715],[5164,2768],[5183,2764],[5176,2763],[5195,2759],[5185,2759],[5205,2756],[5197,2754],[5209,2751],[5217,2753],[5226,2751],[3533,6725],[5221,2749],[5238,2748],[5232,2746],[5249,2746],[5242,2743],[5253,2741],[5260,2742],[5266,2737],[5272,2739],[5277,2734],[6342,4990],[3539,6724],[5283,2736],[5289,2731],[5295,2734],[5298,2726],[5305,2725],[5308,2719],[5314,2717],[5317,2710],[5323,2708],[5326,2701],[3535,6733],[5332,2698],[5335,2691],[5341,2687],[5343,2680],[5349,2676],[5368,2659],[5357,2666],[5351,2669],[5373,2655],[5384,2654],[5380,2657],[5397,2654],[5391,2657],[5408,2654],[5402,2657],[5413,2657],[7040,7535],[7038,7548],[7037,7557],[3537,6742],[7035,7568],[7034,7578],[7032,7589],[7031,7600],[7029,7611],[7028,7621],[7026,7632],[7025,7642],[7024,7652],[7022,7662],[7020,7666],[7019,7675],[7018,7683],[7016,7692],[7015,7701],[7014,7711],[7013,7720],[7011,7729],[7010,7739],[7009,7748],[7008,7756],[7006,7766],[7005,7775],[7004,7784],[7003,7793],[7001,7802],[7000,7811],[6999,7818],[6998,7827],[6996,7838],[6995,7850],[6993,7862],[6991,7877],[6989,7889],[6987,7902],[6984,7912],[6980,7924],[6976,7935],[6975,7950],[6968,7962],[6965,7975],[6962,7987],[6959,7999],[6956,8010],[6951,8021],[6945,8031],[6939,8040],[6932,8050],[6926,8061],[6923,8075],[6930,8038],[6922,8029],[6951,7996],[6941,7991],[6965,8040],[6960,8017],[6963,8003],[6967,7986],[6972,7968],[5195,2814],[5202,2811],[5208,2809],[5213,2806],[6672,4064],[6679,4067],[6688,4074],[6700,4076],[6709,4080],[6719,4083],[6728,4087],[6103,5021],[6747,4088],[6756,4087],[6779,4086],[6787,4085],[6325,5665],[6323,5674],[6321,5683],[6320,5693],[6319,5702],[6320,5710],[4281,2961],[4277,2958],[4278,2952],[4273,2949],[4274,2944],[4270,2940],[4271,2935],[4266,2931],[4267,2925],[4262,2922],[4263,2917],[4259,2913],[4260,2908],[4255,2904],[4256,2899],[4252,2896],[4253,2890],[4248,2887],[4249,2881],[4245,2878],[4246,2873],[4241,2870],[4242,2864],[4238,2861],[4238,2855],[4234,2852],[4235,2846],[4229,2837],[4232,2840],[4226,2831],[4229,2833],[4223,2824],[4226,2827],[4221,2819],[4224,2821],[4218,2812],[4221,2814],[4216,2805],[4218,2808],[4249,2866],[4246,2840],[4243,2833],[4238,2827],[4238,2811],[4238,2794],[4238,2784],[4242,2767],[4250,2742],[4244,2702],[4242,2695],[4250,2724],[4249,2716],[4236,2668],[4320,2655],[4329,2665],[4331,2672],[4331,2682],[4331,2688],[4332,2694],[4332,2704],[4340,2672],[4347,2673],[4356,2675],[4365,2674],[4376,2671],[4385,2668],[4395,2664],[4403,2659],[5050,2786],[5056,2783],[5061,2779],[5066,2776],[5071,2772],[5077,2768],[5082,2765],[5978,4967],[5086,2762],[5092,2758],[5097,2755],[5103,2751],[5108,2747],[5113,2744],[5118,2740],[5124,2737],[5128,2732],[5134,2728],[3481,6147],[5139,2725],[5144,2721],[5149,2717],[5154,2714],[5159,2711],[5166,2707],[5171,2704],[5176,2700],[5181,2696],[5186,2693],[3492,6150],[5191,2689],[5196,2684],[5203,2680],[5208,2676],[5213,2672],[5218,2669],[7792,7169],[7797,7176],[7797,7185],[7802,7192],[3471,6233],[7802,7200],[7807,7208],[7807,7217],[7812,7223],[7812,7233],[7817,7239],[7817,7248],[7821,7254],[7822,7263],[7831,7284],[3471,6243],[7831,7291],[7836,7300],[7836,7308],[7840,7314],[7841,7322],[7845,7328],[7845,7336],[7854,7357],[7854,7366],[7859,7374],[3472,6251],[7860,7383],[7865,7392],[7865,7401],[7870,7408],[7870,7417],[6700,6254],[6707,6255],[6711,6249],[6718,6250],[3473,6260],[6722,6244],[6729,6245],[6734,6240],[6741,6241],[6746,6235],[6757,6230],[6763,6231],[6767,6225],[6769,6230],[3474,6269],[6773,6223],[6775,6228],[6780,6222],[6786,6223],[6790,6217],[6797,6218],[6802,6212],[6809,6213],[6811,6208],[6819,6208],[3475,6278],[6824,6202],[6830,6204],[6832,6199],[6836,6201],[7555,4562],[4711,3535],[4710,3549],[4719,3554],[4723,3542],[4725,3557],[4729,3545],[4732,3560],[4735,3548],[4738,3564],[4742,3552],[4745,3568],[4749,3555],[4751,3571],[6430,5841],[4755,3559],[4758,3574],[4762,3562],[4764,3578],[4768,3566],[4770,3581],[4775,3569],[4778,3585],[4782,3573],[4784,3588],[4788,3577],[4791,3592],[4794,3580],[4797,3595],[4801,3583],[4804,3599],[4808,3587],[4810,3602],[4814,3590],[4817,3606],[4820,3593],[4823,3609],[4826,3596],[4830,3613],[4833,3600],[4837,3616],[4841,3604],[4843,3619],[4847,3607],[4850,3623],[4854,3611],[4857,3628],[4861,3614],[4870,3613],[4864,3632],[4872,3614],[4866,3639],[4879,3618],[4872,3642],[4886,3621],[4878,3646],[4892,3624],[4885,3649],[4899,3629],[4892,3653],[4906,3632],[4897,3656],[4912,3635],[4903,3658],[4916,3643],[4912,3656],[4922,3647],[4918,3660],[4928,3651],[4925,3663],[4935,3654],[4930,3667],[4941,3658],[4937,3670],[4948,3661],[4944,3674],[4953,3664],[4824,3616],[4831,3620],[4838,3624],[4846,3628],[4851,3630],[4709,3541],[6365,6639],[6365,6625],[6365,6612],[6365,6598],[6365,6586],[6365,6573],[6365,6558],[6366,6544],[6365,6531],[6360,6521],[6357,6512],[6351,6492],[6137,3174],[6131,3166],[6124,3158],[6117,3149],[4613,2979],[4616,2977],[4620,2974],[4623,2972],[4627,2969],[4630,2967],[4633,2964],[4636,2962],[4641,2959],[4645,2956],[4649,2953],[4654,2950],[4607,2980],[6512,5573],[4602,2978],[4597,2976],[4591,2974],[7252,6824],[7249,6832],[7242,6836],[7238,6844],[7232,6848],[7223,6862],[7227,6854],[7214,6873],[7217,6866],[7204,6885],[7209,6876],[7194,6896],[7198,6889],[7185,6908],[7189,6900],[7176,6918],[7179,6910],[7166,6931],[7170,6921],[7156,6943],[7160,6933],[7146,6955],[7150,6945],[7136,6966],[7137,6960],[7126,6978],[7129,6970],[7120,6986],[7121,6979],[7106,7002],[7111,6991],[7096,7014],[7100,7005],[7090,7016],[6310,6004],[6305,5995],[6300,5987],[6297,5977],[6285,5963],[7230,6639],[7238,6630],[7246,6620],[7247,6611],[7246,6603],[7246,6595],[7246,6587],[7247,6579],[7248,6570],[7249,6562],[7251,6553],[7253,6545],[7255,6537],[7257,6529],[7259,6521],[7261,6513],[7263,6505],[7261,6497],[7263,6478],[7264,6471],[7266,6462],[7268,6453],[7270,6446],[7272,6437],[7273,6430],[7275,6421],[7276,6414],[7278,6407],[7280,6399],[7282,6389],[7284,6382],[7287,6377],[7292,6372],[7297,6367],[7254,6600],[7259,6595],[7262,6584],[7267,6575],[6725,3785],[6725,3800],[6726,3812],[6727,3828],[6727,3840],[6728,3854],[6728,3865],[6729,3879],[6729,3890],[6730,3903],[6731,3933],[6731,3944],[6732,3958],[6733,3971],[6733,3983],[6733,3996],[6734,4007],[6735,4021],[6735,4034],[6736,4046],[6736,4061],[6737,4073],[6737,4086],[6740,4101],[6741,4117],[6741,4127],[6742,4144],[6743,4156],[6743,4169],[6744,4182],[6744,4194],[6745,4210],[6745,4222],[6746,4246],[6747,4259],[6747,4271],[6748,4284],[6748,4295],[4290,3247],[4322,3250],[4300,3261],[4337,3246],[4305,3253],[4321,3239],[4306,3243],[4331,3251],[4314,3241],[7134,5059],[7146,5063],[7159,5058],[5023,4580],[5016,4578],[5004,4576],[4994,4574],[5000,4571],[4984,4572],[4978,4567],[4973,4570],[4969,4566],[4962,4568],[4955,4563],[4953,4567],[4948,4562],[4943,4565],[4938,4560],[4935,4563],[4929,4558],[4918,4556],[4913,4559],[4909,4554],[4903,4556],[4899,4550],[4893,4552],[4889,4547],[4882,4549],[4878,4543],[4872,4546],[4867,4540],[4865,4543],[4854,4532],[4858,4538],[4846,4527],[4848,4533],[4888,4538],[4887,4531],[4876,4525],[5021,4575],[4463,2461],[4469,2456],[4476,2450],[4482,2444],[4489,2438],[4485,2430],[4481,2422],[4475,2414],[4495,2434],[4507,2434],[4501,2431],[4519,2434],[4513,2431],[4501,2422],[4503,2411],[4498,2415],[4499,2402],[4494,2407],[4493,2394],[4488,2398],[4994,1316],[4986,1314],[4982,1314],[4976,1313],[4969,1311],[4962,1310],[4955,1309],[4948,1308],[4941,1306],[4934,1305],[4928,1304],[4920,1303],[4914,1301],[4907,1300],[4609,2154],[4612,2151],[4616,2145],[4623,2138],[4627,2133],[4631,2127],[4637,2121],[4641,2115],[5855,3241],[5850,3250],[5847,3259],[5845,3268],[5843,3278],[5842,3288],[4481,3931],[4481,3924],[4489,3897],[4494,3892],[4494,3884],[4499,3879],[4498,3871],[4501,3861],[4505,3848],[4510,3843],[4516,3826],[4511,3831],[4520,3811],[4522,3798],[4526,3784],[4530,3772],[4533,3762],[4538,3758],[4537,3751],[4540,3740],[4544,3727],[4548,3716],[4552,3703],[4555,3696],[4456,2624],[4459,2633],[4466,2639],[4468,2648],[4476,2642],[4465,2654],[6286,4551],[4482,2648],[4466,2663],[4488,2658],[4472,2673],[4493,2668],[4478,2682],[4492,2687],[4498,2697],[4504,2707],[4510,2716],[4516,2725],[7400,7812],[7410,7820],[7411,7766],[7401,7785],[7405,7796],[7409,7806],[7413,7817],[7417,7829],[7422,7842],[7425,7850],[7429,7861],[7433,7873],[7437,7885],[7442,7898],[7446,7911],[7449,7923],[7454,7936],[7458,7948],[7462,7970],[7465,7982],[7466,7993],[7466,8004],[7466,8015],[7467,8027],[7469,8062],[7468,8078],[7578,8305],[7578,8320],[7578,8335],[7579,8354],[7972,8014],[7967,8018],[7959,8024],[7951,8031],[7944,8033],[7936,8040],[7929,8046],[7923,8050],[7914,8057],[7908,8063],[7900,8069],[7893,8074],[7887,8079],[7879,8085],[7872,8091],[7868,8097],[7862,8102],[7856,8106],[7849,8112],[7843,8117],[7836,8122],[7830,8128],[7778,8135],[7771,8136],[7754,8137],[7745,8138],[7730,8138],[7721,8139],[7713,8139],[7697,8141],[7689,8141],[7661,8139],[7647,8140],[7633,8141],[7621,8141],[7608,8142],[7593,8143],[7580,8144],[7565,8145],[7550,8143],[7536,8140],[7523,8135],[7512,8130],[7495,8120],[7490,8129],[7481,8136],[7482,8112],[7465,8098],[7453,8087],[7443,8073],[7435,8059],[6463,4495],[7427,8043],[7418,8021],[7824,8133],[7815,8133],[7800,8134],[7785,8135],[4072,4868],[4075,4880],[4081,4865],[4084,4877],[7543,5097],[7545,5087],[7547,5078],[7549,5068],[7551,5058],[7553,5048],[6324,4508],[7554,5039],[7556,5029],[7558,5019],[7564,5001],[7566,4990],[7570,4968],[7571,4952],[7572,4942],[7563,5011],[7569,4976],[6594,3543],[6597,3530],[6600,3518],[6603,3506],[6607,3493],[7653,7439],[7658,7448],[7662,7457],[7667,7465],[7672,7474],[7676,7482],[7680,7490],[7684,7499],[5077,2159],[5069,2159],[5062,2159],[5053,2159],[5045,2159],[5038,2159],[5029,2159],[5023,2159],[5014,2159],[5007,2158],[5000,2158],[4993,2158],[4985,2158],[4977,2159],[4970,2158],[4961,2158],[4958,2161],[4951,2161],[4499,1709],[4502,1706],[4509,1709],[4517,1707],[4526,1710],[4533,1708],[4538,1711],[4544,1709],[4551,1712],[4558,1709],[4566,1713],[4574,1711],[4581,1715],[4591,1712],[7489,5054],[7496,5057],[7502,5059],[7508,5061],[7515,5064],[7522,5066],[7528,5068],[7534,5071],[7542,5073],[6846,6166],[6842,6170],[6843,6178],[6839,6190],[6838,6183],[6834,6195],[4132,3014],[4137,3008],[4142,3000],[4146,2994],[4151,2986],[4154,2981],[4159,2973],[4163,2968],[4168,2960],[4174,2951],[4179,2943],[4186,2934],[4192,2927],[4197,2922],[4205,2914],[4212,2909],[4218,2903],[4223,2899],[4232,2893],[4238,2887],[4244,2883],[5088,3514],[5086,3504],[5080,3499],[5083,3489],[5082,3482],[5086,3476],[5086,3465],[6171,4566],[5090,3459],[5089,3450],[5093,3440],[5093,3430],[5098,3422],[5098,3410],[5102,3402],[5102,3390],[5106,3381],[5105,3374],[5109,3368],[5108,3360],[5112,3356],[5112,3342],[5116,3335],[5116,3325],[5119,3321],[5118,3315],[5123,3302],[5119,3310],[3487,6369],[5126,3287],[5122,3293],[5130,3272],[5125,3280],[5134,3258],[5129,3264],[5139,3240],[5133,3250],[5143,3227],[5139,3233],[3489,6379],[5147,3215],[5143,3221],[5152,3197],[5147,3204],[5156,3185],[5151,3190],[5160,3171],[5154,3181],[5165,3155],[5161,3161],[3490,6387],[5170,3139],[5165,3147],[5176,3130],[5164,3134],[3491,6396],[5171,3132],[6818,4408],[6829,4407],[6845,4406],[6853,4405],[7753,4559],[7751,4568],[3492,6405],[7749,4576],[7747,4585],[7745,4593],[7742,4602],[7740,4611],[7738,4619],[7736,4628],[7733,4637],[4568,4734],[4571,4728],[3494,6414],[4576,4730],[4578,4724],[4584,4726],[4587,4719],[4600,4717],[4605,4711],[6446,6108],[6452,6101],[6453,6092],[6457,6084],[3495,6423],[6456,6076],[6460,6067],[5126,3142],[5135,3146],[5129,3133],[5141,3137],[5134,3128],[4532,2506],[4532,2504],[4528,2492],[3434,5781],[4527,2481],[4526,2469],[4526,2461],[4526,2452],[4526,2415],[4527,2390],[4521,2439],[4544,2578],[4542,2559],[4535,2526],[3436,5709],[4528,2319],[4534,2518],[4528,2307],[4529,2295],[4529,2284],[4534,2558],[4539,2583],[3477,6200],[4531,2261],[4543,2609],[4530,2238],[4547,2638],[4547,2663],[4540,2686],[3475,6207],[4530,2198],[4530,2186],[4531,2168],[4531,2158],[3474,6216],[4531,2149],[4533,2130],[3472,6225],[3418,5710],[4527,2122],[4527,2114],[4524,2499],[4527,2104],[4523,2491],[4527,2094],[4522,2482],[4528,2087],[3420,5717],[4533,2123],[4527,2080],[4533,2113],[4528,2072],[4534,2105],[4528,2064],[4534,2097],[4528,2055],[4534,2087],[4521,2471],[3421,5723],[4534,2080],[4521,2459],[4534,2072],[4522,2450],[4534,2063],[4522,2429],[3423,5730],[4933,4167],[4939,4166],[4924,4161],[4930,4161],[4915,4156],[4920,4155],[4906,4150],[4912,4149],[4893,4141],[6964,2521],[3424,5736],[4898,4140],[4885,4137],[4891,4136],[4866,4125],[4883,4131],[4869,4122],[4862,4118],[4856,4118],[3424,5705],[4852,4111],[4845,4111],[4842,4105],[4825,4098],[4832,4098],[4815,4092],[4821,4092],[4811,4085],[4794,3552],[4800,3555],[4807,3557],[4815,3561],[4822,3563],[4828,3566],[4835,3569],[4842,3572],[4849,3575],[4856,3578],[4862,3581],[4870,3584],[3456,5886],[5040,4185],[5034,4187],[5048,4176],[5042,4178],[5057,4167],[5059,4158],[5065,4157],[5074,4146],[5083,4136],[6926,4691],[6933,4690],[6940,4689],[6948,4687],[6955,4686],[6966,4685],[5904,3205],[5912,3212],[5892,3198],[5898,3204],[5886,3189],[5884,3198],[5879,3185],[5878,3198],[5873,3181],[5874,3190],[5865,3177],[5860,3173],[5850,3170],[5042,3339],[5048,3346],[5054,3353],[5061,3360],[7727,4954],[7733,4955],[7739,4957],[7746,4959],[7752,4961],[7758,4962],[7768,4965],[7774,4967],[7781,4969],[7788,4971],[7796,4973],[7816,4980],[7823,4982],[7830,4984],[7837,4985],[7843,4989],[7851,4993],[7859,4996],[7866,5000],[7872,5003],[7878,5006],[7884,5009],[7891,5012],[7897,5016],[7903,5019],[7910,5023],[7917,5027],[7923,5031],[7930,5035],[7936,5038],[7942,5042],[8344,6068],[8346,6078],[8348,6092],[8350,6103],[8352,6118],[6556,3466],[6566,3471],[6439,3506],[6576,3476],[6584,3479],[6594,3484],[6604,3488],[6612,3492],[6622,3497],[6630,3501],[6641,3506],[6650,3510],[6660,3512],[6670,3514],[6684,3515],[6691,3520],[6701,3516],[6711,3514],[6723,3511],[6733,3508],[6753,3504],[6762,3501],[6708,3504],[6717,3502],[6729,3499],[6741,3500],[6757,3496],[6770,3500],[9180,7075],[9175,7071],[9169,7066],[9165,7062],[9160,7058],[7361,4541],[7360,4556],[7359,4569],[7357,4582],[7356,4596],[7355,4610],[7354,4621],[7353,4633],[7352,4644],[7351,4657],[4760,2504],[4760,2516],[4761,2530],[4763,2540],[4764,2550],[5506,2906],[5507,2915],[5507,2925],[5508,2936],[5508,2947],[5508,2958],[5505,3003],[5506,3015],[5503,5081],[5496,5084],[5494,5079],[5485,5080],[5480,5074],[5473,5076],[5468,5072],[5462,5075],[5457,5070],[5451,5074],[5446,5069],[5441,5072],[5435,5068],[5430,5071],[5424,5066],[5418,5069],[5413,5065],[5407,5068],[5402,5063],[5396,5067],[5397,5063],[5419,5074],[7746,4204],[7750,4196],[7759,4197],[7782,4200],[7793,4200],[7815,4202],[7825,4201],[7835,4202],[7844,4203],[7856,4204],[7866,4205],[7876,4206],[7314,6776],[7319,6783],[7327,6784],[7332,6791],[7340,6793],[4163,2973],[4172,2973],[4178,2968],[4186,2962],[6656,4239],[3458,5892],[4194,2956],[4201,2951],[4207,2946],[4216,2939],[4223,2934],[4229,2930],[4236,2925],[4239,2939],[4242,2921],[4247,2916],[4253,2912],[4212,2951],[4219,2959],[4218,2967],[4222,2974],[4225,2981],[7793,7355],[7788,7360],[7800,7354],[8150,6251],[8154,6260],[8146,6227],[8150,6240],[8144,6204],[8147,6214],[8139,6200],[8145,6191],[8129,6200],[8150,6189],[8118,6200],[8161,6187],[8142,6180],[8143,6167],[8140,6157],[8141,6147],[8138,6137],[8139,6128],[3461,5892],[8137,6120],[8139,6114],[8136,6107],[8137,6101],[8135,6095],[8136,6087],[8133,6080],[8135,6075],[8132,6068],[8131,6055],[8134,6061],[8130,6042],[8133,6048],[8129,6029],[8132,6035],[8130,6022],[8124,6022],[8129,6009],[8128,6015],[8128,5995],[8115,6007],[8127,5981],[8123,6006],[8126,5968],[8126,6002],[8107,5980],[8125,5988],[8114,5979],[8121,5978],[8124,5974],[9410,6117],[9412,6103],[9413,6090],[9414,6077],[9416,6062],[9417,6050],[9418,6038],[9420,6024],[9421,6011],[9423,5997],[9424,5983],[5551,4596],[5550,4589],[5549,4581],[5548,4575],[5547,4569],[5548,4564],[5545,4558],[5541,4552],[5538,4545],[5535,4539],[6590,4111],[7917,4102],[7917,4114],[7923,4117],[7930,4118],[7938,4119],[7946,4120],[7959,4123],[7967,4124],[7975,4124],[7983,4126],[7991,4127],[7998,4128],[8006,4129],[8016,4131],[7914,3780],[3429,5735],[7918,3772],[7921,3764],[6872,7342],[6871,7353],[6870,7365],[6870,7377],[8203,6240],[4113,2967],[4105,2965],[4100,2960],[4093,2959],[4086,2953],[4079,2952],[4073,2947],[4066,2946],[4059,2940],[4053,2940],[4045,2933],[4039,2933],[7547,4547],[7558,4549],[7566,4551],[7026,7883],[7034,7885],[6602,2433],[4006,4228],[3992,4200],[4077,4501],[4076,4508],[4071,4509],[7720,4774],[7676,4775],[7650,4774],[6534,3970],[7643,4773],[7626,4773],[7603,4771],[7595,4771],[4113,3156],[4100,3149],[4915,3839],[3429,5748],[4920,3834],[4921,3824],[4925,3821],[4926,3811],[4922,3803],[4931,3808],[4936,3810],[4942,3813],[4948,3816],[4953,3819],[4940,3837],[4947,3841],[4953,3838],[4955,3829],[4960,3822],[4964,3833],[4961,3842],[4966,3825],[4972,3828],[3437,5749],[4974,3820],[4977,3826],[4980,3821],[5013,3825],[5007,3822],[5001,3819],[4994,3816],[4987,3813],[4982,3810],[4981,3797],[4979,3803],[4976,3813],[5016,3799],[5433,3198],[5430,3198],[5431,3193],[5428,3191],[5430,3186],[5426,3184],[5428,3179],[5424,3176],[5426,3172],[5422,3169],[5424,3166],[5420,3162],[5422,3158],[5418,3155],[5421,3152],[5416,3147],[3437,5751],[5419,3145],[5414,3140],[5417,3139],[5412,3133],[5416,3132],[5410,3126],[5414,3126],[5409,3120],[5412,3120],[5407,3114],[5411,3114],[5405,3107],[5409,3109],[5403,3099],[5407,3102],[5401,3092],[5406,3095],[5400,3084],[5404,3090],[5398,3078],[5402,3085],[5396,3071],[5401,3079],[5395,3064],[5400,3074],[5398,3067],[5396,3061],[5391,3052],[5392,3044],[5390,3036],[5388,3028],[5386,3020],[5384,3011],[5381,3003],[5380,2995],[5378,2987],[5376,2980],[5374,2973],[5371,2962],[6461,3835],[5369,2953],[5367,2947],[5365,2940],[5364,2934],[5362,2925],[5360,2919],[5358,2911],[5356,2901],[5356,2892],[5356,2883],[5356,2875],[5356,2867],[5356,2859],[5353,2850],[5357,2842],[5357,2835],[5352,2824],[5345,2815],[6413,6546],[6402,6550],[7772,5448],[7772,5431],[7772,5411],[7773,5392],[7773,5371],[7773,5352],[7773,5342],[7773,5321],[7773,5303],[7774,5283],[7774,5272],[7774,5252],[7773,5237],[7773,5221],[7772,5204],[7772,5184],[7771,5165],[7789,5051],[7791,5041],[7793,5031],[7794,5022],[7796,5012],[7798,5003],[7799,4995],[7801,4985],[7803,4976],[7804,4967],[7806,4959],[7807,4952],[7810,4941],[7811,4933],[7813,4923],[7815,4915],[7814,4905],[7816,4897],[7819,4888],[7821,4881],[7823,4872],[7826,4862],[7828,4854],[7831,4844],[7833,4836],[7835,4828],[7837,4821],[7840,4813],[7842,4805],[3426,5716],[7844,4796],[7847,4787],[7849,4779],[7851,4771],[7856,4755],[7858,4746],[7860,4739],[7863,4729],[7866,4717],[6473,3387],[7869,4707],[7873,4693],[7876,4683],[7878,4672],[7883,4657],[7886,4644],[7889,4634],[7894,4618],[7900,4601],[7906,4593],[7883,4389],[7882,4379],[7880,4366],[5155,4842],[5161,4838],[5164,4830],[5170,4826],[6509,6592],[6495,6613],[6481,6626],[6476,6631],[6472,6635],[6467,6639],[6461,6642],[6469,6646],[7741,4891],[7748,4891],[7754,4891],[7762,4891],[7769,4893],[7774,4895],[7781,4897],[7787,4899],[7794,4901],[7800,4903],[7807,4905],[7820,4909],[7826,4911],[7833,4913],[7840,4915],[7848,4918],[7854,4920],[7860,4923],[7866,4926],[7873,4929],[7878,4931],[7884,4934],[7891,4937],[7899,4941],[7905,4944],[7912,4948],[7919,4950],[7926,4954],[7933,4958],[7939,4962],[7946,4966],[7953,4970],[7959,4974],[7965,4978],[5137,4422],[5131,4418],[5127,4410],[5125,4405],[5119,4393],[5118,4384],[5113,4381],[5112,4373],[5107,4369],[3428,5749],[6902,4931],[6894,4932],[6885,4934],[6876,4936],[6867,4937],[6858,4939],[6849,4940],[6838,4942],[6831,4943],[6821,4943],[6810,4944],[6801,4946],[6697,4963],[5016,3429],[5015,3437],[5013,3445],[5012,3451],[5010,3460],[5025,3466],[5027,3457],[5028,3450],[5030,3442],[5032,3434],[5023,3438],[6539,3101],[4997,3418],[5000,3415],[7532,7963],[7540,7962],[7548,7965],[7554,7971],[4242,4742],[4244,4734],[4239,4727],[4241,4721],[4236,4717],[6566,2988],[4232,4702],[4232,4694],[4227,4692],[4227,4684],[4222,4681],[4222,4673],[4217,4669],[4218,4663],[4214,4658],[4216,4650],[4103,2518],[4110,2517],[4090,2526],[4097,2525],[4078,2534],[4085,2533],[4065,2542],[4073,2540],[4039,2557],[4059,2548],[4051,2550],[4046,2557],[4027,2565],[4035,2563],[4013,2574],[4022,2571],[3999,2582],[4007,2580],[3986,2590],[3994,2589],[4019,2556],[3982,2596],[4021,2562],[3967,2605],[3972,2598],[3954,2611],[3960,2605],[3940,2620],[3947,2612],[3926,2627],[3932,2620],[3910,2635],[3917,2628],[3882,2650],[3902,2636],[3896,2643],[3888,2643],[3869,2657],[3874,2650],[3854,2667],[3861,2657],[3843,2679],[3847,2670],[3832,2691],[3836,2682],[3820,2704],[3824,2695],[3809,2716],[3812,2708],[3799,2727],[3802,2719],[3788,2739],[3791,2731],[3776,2752],[3780,2744],[3765,2764],[3768,2756],[3759,2766],[5913,5847],[5907,5841],[5901,5834],[5894,5828],[5887,5821],[5882,5816],[5875,5809],[5869,5803],[5865,5803],[5862,5808],[5862,5796],[5856,5790],[5849,5783],[5829,5764],[5824,5760],[4021,4473],[4021,4448],[4023,4458],[4025,4465],[4027,4474],[5829,3684],[5842,3683],[5855,3682],[5862,3681],[5874,3682],[5885,3679],[5896,3679],[5907,3678],[5919,3677],[6598,2843],[5866,3687],[5875,3684],[5885,3686],[5892,3683],[5899,3681],[5914,3680],[5934,3669],[5940,3672],[5944,3665],[5949,3668],[5953,3663],[5958,3663],[5963,3657],[5969,3660],[5972,3654],[5978,3657],[5982,3651],[5988,3651],[5993,3647],[5999,3647],[6022,3630],[6027,3627],[6033,3623],[6039,3618],[6045,3614],[6050,3610],[6056,3609],[7888,6891],[7886,6885],[7883,6879],[7877,6867],[7870,6854],[7862,6842],[7855,6831],[7847,6819],[7840,6808],[7833,6798],[7816,6773],[7806,6760],[7797,6746],[7788,6733],[7778,6719],[5357,5486],[5346,5490],[5337,5493],[5328,5496],[6661,6181],[6658,6174],[6652,6172],[6648,6166],[6643,6166],[6638,6160],[6633,6160],[6630,6155],[6624,6154],[6620,6148],[6616,6149],[6609,6141],[6604,6141],[6600,6135],[6594,6135],[6590,6129],[6584,6128],[6579,6122],[6572,6121],[6567,6114],[5802,4392],[5802,4400],[5802,4410],[5803,4418],[5803,4427],[5803,4436],[5803,4446],[5803,4455],[5803,4463],[5802,4473],[5802,4484],[9370,6325],[9375,6324],[9383,6323],[9389,6325],[9395,6326],[9400,6327],[9407,6327],[9413,6326],[9419,6326],[9425,6327],[9430,6331],[9436,6337],[9442,6342],[6164,5590],[6159,5588],[6154,5586],[6149,5583],[7620,6555],[7623,6565],[7626,6578],[7632,6603],[7635,6616],[6710,2404],[7638,6626],[5469,3015],[5469,3007],[7474,4333],[7476,4322],[7477,4315],[7478,4307],[7479,4296],[7481,4286],[7481,4277],[7482,4267],[7483,4259],[7483,4249],[7484,4241],[7485,4229],[7470,7991],[7477,7991],[7485,7990],[7492,7993],[7500,7990],[7508,7989],[7515,7989],[7523,7988],[5420,464],[5416,458],[5413,451],[5409,445],[5405,439],[5400,434],[5395,428],[5390,423],[5386,418],[5381,412],[5376,406],[5372,401],[5368,396],[5363,390],[5358,384],[5354,379],[5349,374],[5343,371],[5336,369],[5332,364],[5327,359],[5321,353],[5316,348],[5311,343],[5305,338],[5299,332],[5297,330],[5289,323],[5284,317],[5277,312],[5271,305],[5265,300],[5259,295],[5253,289],[5247,284],[5241,278],[5235,272],[5228,266],[5222,261],[5216,255],[5210,249],[5204,244],[5198,238],[5193,234],[5186,228],[5180,222],[5175,217],[5169,212],[5163,206],[5157,201],[5151,195],[5145,189],[5139,184],[5132,178],[5127,172],[5120,167],[5114,161],[5109,156],[5103,150],[5097,145],[5091,139],[4483,4735],[4487,4736],[4488,4741],[4494,4746],[4497,4752],[3471,4784],[4501,4754],[4505,4761],[4507,4762],[4511,4769],[4511,4766],[4520,4775],[4516,4771],[4525,4769],[4520,4769],[4522,4781],[3467,4792],[4520,4788],[4493,4748],[4097,3211],[4104,3216],[4108,3223],[4114,3228],[4118,3236],[4964,4037],[4959,4042],[4969,4024],[3461,4795],[4965,4029],[4975,4010],[4970,4017],[4981,3996],[4976,4002],[4601,4377],[4605,4369],[4598,4366],[4608,4359],[4600,4356],[3458,4797],[4610,4351],[4602,4348],[4612,4344],[4604,4341],[4613,4337],[4607,4333],[4616,4327],[4609,4325],[4618,4318],[4613,4314],[3454,4800],[4621,4309],[4615,4307],[4624,4302],[4617,4300],[4626,4295],[4620,4292],[4628,4287],[4622,4282],[4630,4278],[4624,4276],[3450,4805],[4633,4268],[4625,4269],[4635,4259],[4627,4261],[4636,4253],[4628,4255],[4638,4244],[4629,4250],[4639,4236],[4630,4241],[3446,4810],[4641,4228],[4632,4233],[4642,4220],[4634,4223],[4643,4213],[4634,4217],[4643,4206],[4636,4209],[4645,4197],[4637,4197],[3443,4811],[4645,4190],[4638,4191],[4646,4181],[4638,4182],[4647,4175],[4639,4176],[4647,4170],[4640,4168],[4649,4161],[4641,4160],[3443,4816],[4650,4153],[4642,4152],[4650,4147],[4643,4144],[4652,4137],[4644,4136],[4653,4129],[4646,4127],[4654,4120],[4646,4118],[3439,4823],[4655,4112],[4647,4112],[4656,4103],[4648,4104],[4658,4095],[4649,4095],[4658,4086],[4652,4084],[4659,4078],[4652,4075],[3437,4828],[4660,4069],[4653,4064],[4661,4062],[4653,4057],[4662,4054],[4655,4047],[4663,4046],[4656,4037],[4664,4038],[4657,4028],[6645,2689],[3435,4833],[4665,4029],[4658,4021],[4666,4022],[4659,4014],[4667,4014],[4661,4004],[4668,4006],[4661,3996],[4669,3997],[4662,3988],[3434,4840],[4671,3986],[4664,3980],[4672,3979],[4666,3967],[4673,3970],[4665,3960],[4674,3964],[4667,3946],[4675,3947],[4668,3939],[4675,3938],[4670,3929],[4678,3931],[4671,3920],[4678,3924],[4672,3912],[4679,3916],[4673,3905],[4681,3907],[4674,3897],[3434,4851],[4681,3897],[4675,3888],[4682,3888],[4676,3879],[4683,3879],[4677,3872],[4684,3870],[4678,3863],[4685,3860],[4680,3853],[3435,4857],[4686,3851],[4681,3845],[4687,3842],[4682,3835],[4688,3833],[4683,3826],[4690,3821],[4684,3817],[4691,3815],[4685,3807],[3436,4861],[4692,3806],[4686,3798],[4693,3798],[4688,3785],[4694,3786],[4696,3770],[3434,4867],[4689,3768],[4697,3762],[4690,3762],[4698,3753],[4690,3753],[4698,3745],[4690,3747],[3435,4872],[4698,3737],[4690,3739],[4698,3731],[4690,3733],[4698,3724],[4690,3726],[4699,3716],[4690,3720],[4699,3707],[4691,3711],[3435,4876],[4699,3698],[4691,3702],[4700,3689],[4691,3692],[4700,3680],[4692,3684],[4701,3670],[4692,3675],[4701,3661],[4693,3667],[3434,4883],[4702,3652],[4694,3659],[4703,3644],[4694,3650],[4703,3633],[4695,3641],[4704,3623],[4695,3631],[4705,3614],[4696,3620],[6757,2710],[3433,4888],[4705,3607],[4696,3611],[4706,3597],[4697,3602],[4706,3587],[4698,3593],[4707,3578],[4698,3584],[4708,3569],[4699,3574],[3432,4894],[4708,3561],[4700,3564],[4709,3551],[4700,3556],[4702,3549],[3430,4901],[4611,4335],[4611,4326],[3429,4907],[4619,4333],[4623,4328],[4629,4330],[4634,4323],[4639,4326],[4643,4319],[4650,4321],[4654,4315],[4660,4317],[4665,4311],[4671,4313],[4676,4307],[4681,4311],[4686,4308],[4691,4313],[4696,4309],[4700,4316],[4705,4311],[4709,4319],[4678,4314],[4680,4320],[4685,4326],[4690,4329],[4696,4333],[4693,4338],[4689,4347],[4686,4353],[4684,4358],[1363,3402],[4680,4366],[4674,4364],[4666,4363],[4659,4359],[4652,4355],[4664,4370],[1358,3401],[4554,2644],[4553,2635],[4550,2619],[4548,2598],[4546,2587],[1353,3394],[4543,2568],[4533,2543],[4531,2533],[1349,3393],[4537,2571],[6895,2698],[1342,3395],[4547,2652],[4544,2674],[4538,2693],[1335,3396],[4541,2671],[4528,2669],[4536,2668],[1328,3398],[4552,2619],[4558,2617],[4554,2628],[4560,2626],[4555,2637],[4561,2635],[4557,2646],[4563,2643],[4559,2654],[4565,2652],[1321,3400],[4561,2663],[4567,2661],[4563,2671],[4569,2669],[4565,2680],[4571,2678],[4567,2689],[4573,2686],[4569,2697],[4575,2695],[2104,4367],[4571,2706],[4577,2704],[4573,2715],[4579,2716],[4581,2729],[4575,2730],[4583,2741],[4576,2741],[4584,2753],[2100,4370],[4577,2753],[4584,2765],[4577,2766],[4585,2778],[4578,2774],[4585,2791],[4578,2788],[4586,2803],[4578,2802],[4587,2813],[2094,4375],[4578,2818],[4586,2818],[4579,2832],[4586,2831],[4579,2845],[4587,2844],[4588,2857],[2088,4379],[2083,4383],[836,4610],[4590,2970],[827,4610],[4590,2999],[818,4610],[2503,1478],[2496,1482],[2489,1485],[2482,1488],[2474,1492],[2466,1496],[2458,1500],[2450,1504],[2442,1508],[2435,1511],[2428,1515],[2420,1518],[2413,1522],[2404,1527],[2397,1530],[2390,1533],[4701,3528],[4583,2866],[4605,3178],[2383,1536],[4608,3185],[4610,3193],[4612,3202],[4614,3211],[4616,3216],[4618,3225],[4620,3234],[4621,3247],[4623,3253],[4625,3260],[2376,1540],[4627,3267],[4629,3274],[4631,3281],[4633,3289],[4635,3296],[4637,3303],[4638,3309],[4640,3317],[4643,3324],[4644,3331],[6446,3686],[2369,1544],[4647,3338],[4651,3345],[2361,1548],[4588,2768],[4588,2758],[4588,2749],[2354,1551],[4585,2732],[4581,2712],[4586,2717],[4572,2732],[4572,2722],[2346,1555],[2338,1559],[4710,3529],[4580,2867],[4581,2877],[4587,2871],[4582,2886],[2331,1562],[4588,2885],[4582,2895],[4588,2892],[4582,2903],[4588,2900],[4582,2911],[4588,2909],[4582,2920],[4588,2920],[2325,1562],[4588,2930],[4583,2943],[4589,2940],[4583,2953],[4589,2950],[4583,2961],[4583,2971],[4584,3010],[4585,3020],[4591,3007],[2320,1567],[4585,3029],[4591,3013],[4585,3039],[4591,3019],[4586,3048],[4591,3029],[4646,3320],[4842,3153],[2315,1566],[4847,3160],[4852,3166],[4860,3166],[4866,3161],[7234,7460],[7239,7471],[7245,7480],[7245,7489],[7252,7489],[2313,1571],[7268,7506],[7276,7513],[7274,7521],[7287,7533],[7293,7541],[7300,7551],[7304,7559],[7309,7566],[7315,7574],[7322,7583],[6641,3665],[2311,1565],[7328,7590],[7335,7600],[7340,7607],[7349,7616],[7355,7624],[7361,7633],[7368,7641],[7373,7648],[2306,1561],[7381,7658],[7389,7666],[7398,7672],[7408,7679],[7408,7663],[7413,7652],[7419,7640],[7425,7627],[7433,7611],[7440,7598],[2302,1556],[7589,8026],[7589,8044],[7590,8063],[7591,8086],[7592,8109],[7593,8132],[7594,8152],[7595,8169],[7595,8184],[7596,8198],[2298,1551],[7597,8237],[7597,8251],[7597,8266],[7598,8280],[7598,8310],[7599,8325],[7601,8338],[4859,2063],[4855,2052],[4850,2039],[2293,1544],[4426,2694],[4441,2683],[4449,2675],[4457,2667],[4463,2661],[6719,4285],[6719,4273],[6718,4261],[6717,4248],[2289,1540],[6716,4223],[6716,4211],[6715,4199],[6715,4184],[6716,4164],[6715,4154],[6715,4144],[6714,4130],[6713,4115],[6712,4093],[2284,1534],[6711,4068],[6711,4051],[6711,4040],[6710,4029],[6710,4016],[6709,4002],[6708,3989],[6708,3976],[6707,3962],[6707,3949],[2167,1386],[6706,3935],[6705,3906],[6704,3894],[6704,3883],[6703,3870],[6703,3857],[6702,3834],[6701,3820],[6701,3808],[6700,3795],[2163,1380],[6700,3782],[7667,6892],[7672,6889],[7678,6887],[7684,6884],[7689,6881],[7696,6878],[7704,6874],[7709,6871],[7719,6864],[3578,5383],[7728,6858],[7738,6852],[7748,6845],[7758,6838],[7769,6832],[7786,6825],[7798,6815],[7811,6803],[7826,6787],[7835,6777],[6908,3339],[3588,5377],[7857,6745],[5763,2955],[5772,2951],[5781,2948],[5790,2945],[5799,2943],[5808,2945],[5816,2948],[3589,5371],[5769,2977],[5776,2974],[5785,2971],[5793,2968],[5802,2966],[5811,2965],[5818,2964],[5827,2963],[5835,2963],[5843,2963],[3597,5369],[5852,2963],[5861,2964],[5869,2966],[5876,2968],[5775,2998],[5783,2994],[5791,2991],[5799,2989],[5807,2987],[5816,2986],[3600,5361],[5826,2985],[5834,2984],[5843,2984],[5852,2985],[5861,2986],[5871,2988],[5779,3018],[5787,3014],[5795,3012],[5802,3009],[3607,5358],[5811,3007],[5819,3006],[5828,3005],[5836,3006],[5844,3006],[5852,3007],[5860,3008],[5868,3010],[5786,3038],[5794,3035],[3612,5350],[5802,3032],[5810,3030],[5818,3029],[5824,3028],[5832,3030],[5840,3030],[5849,3030],[5857,3031],[5864,3033],[5793,3061],[3619,5347],[5803,3057],[5811,3055],[5820,3053],[5829,3052],[5838,3052],[5846,3052],[5853,3053],[5861,3055],[5799,3081],[5808,3077],[5817,3075],[5824,3074],[5833,3073],[5842,3073],[5851,3074],[5859,3076],[5804,3101],[5813,3097],[5822,3095],[5831,3094],[5840,3094],[5848,3095],[5856,3096],[5809,3121],[5817,3119],[5825,3117],[5833,3116],[5842,3116],[5849,3117],[5829,3113],[4285,5928],[5830,3108],[5828,3101],[5830,3097],[5827,3092],[5829,3086],[5827,3082],[5828,3076],[5826,3071],[5828,3066],[5825,3061],[6894,3261],[4286,5920],[5827,3055],[5825,3049],[5826,3041],[5824,3033],[5829,3023],[5819,3024],[5829,3014],[5818,3015],[5824,2997],[5822,3004],[4291,5915],[5823,2987],[5821,2993],[5823,2976],[5821,2982],[5822,2965],[5820,2971],[5822,2954],[5819,2960],[5823,2944],[5820,2949],[4292,5908],[5821,2938],[5828,2940],[5836,2942],[5844,2945],[5852,2947],[5860,2950],[5868,2952],[5876,2955],[9092,6766],[9080,6757],[4296,5903],[9068,6748],[9055,6738],[9042,6728],[9107,6745],[9101,6740],[9090,6732],[9078,6723],[9064,6713],[9054,6705],[5358,4451],[4297,5895],[5353,4455],[5357,4461],[5352,4464],[5356,4470],[5351,4476],[5355,4481],[5349,4486],[5354,4491],[5349,4496],[5353,4501],[4301,5891],[5348,4506],[5352,4513],[5347,4518],[5351,4523],[5346,4528],[5350,4533],[5345,4538],[5349,4544],[5344,4548],[5349,4554],[1808,4439],[5343,4558],[5348,4564],[5343,4566],[5347,4572],[5342,4577],[5346,4583],[5341,4586],[5345,4591],[5340,4595],[5344,4602],[1802,4439],[5102,3662],[5110,3653],[5119,3644],[5127,3635],[5135,3626],[5143,3617],[5150,3609],[7436,6208],[5514,5629],[5519,5626],[1797,4444],[5519,5620],[5524,5611],[5530,5602],[5535,5594],[5541,5582],[5545,5565],[5548,5553],[5551,5540],[5553,5528],[1791,4444],[4958,4497],[4963,4494],[4964,4485],[4969,4483],[4969,4475],[4975,4472],[4975,4464],[4980,4461],[6889,3573],[1789,4449],[4981,4453],[4987,4449],[4987,4442],[4993,4439],[4993,4431],[5724,5444],[5719,5442],[5712,5440],[5704,5437],[5697,5435],[1782,4450],[5691,5432],[5684,5430],[5677,5427],[5670,5425],[5663,5422],[5657,5420],[5650,5418],[5644,5415],[5636,5413],[5630,5410],[1780,4456],[5624,5408],[5616,5406],[5609,5403],[5601,5400],[5594,5398],[5588,5396],[5582,5393],[5575,5391],[5568,5388],[5564,5387],[1774,4456],[5558,5385],[5551,5382],[5544,5380],[5537,5377],[5531,5375],[5524,5372],[5517,5370],[5511,5368],[5504,5365],[5498,5362],[1767,4467],[5494,5365],[5491,5360],[5488,5363],[5486,5357],[5479,5356],[5472,5354],[5466,5357],[5465,5351],[5459,5354],[5460,5349],[1760,4468],[5455,5347],[5449,5345],[5442,5343],[5448,5338],[5428,5338],[5419,5335],[5406,5330],[5395,5326],[5388,5323],[5378,5320],[1757,4475],[5368,5316],[5357,5312],[5345,5308],[5336,5305],[5327,5303],[5320,5298],[5314,5292],[5307,5286],[5300,5280],[5294,5275],[1750,4477],[5288,5270],[5284,5266],[5279,5262],[5427,5332],[5418,5329],[5409,5324],[5400,5321],[5391,5317],[5381,5314],[5371,5313],[1747,4484],[5362,5309],[5351,5305],[5341,5299],[5424,5346],[5412,5342],[5400,5338],[5388,5334],[5380,5331],[5371,5328],[5362,5324],[1741,4485],[5461,5356],[5459,5355],[5457,5354],[5458,5346],[5460,5347],[5463,5348],[6902,3748],[1738,4491],[1731,4494],[9250,6170],[9261,6166],[9270,6164],[9278,6161],[9288,6158],[9297,6156],[9304,6154],[1729,4500],[9315,6150],[9327,6147],[9338,6143],[9347,6141],[9355,6138],[9364,6135],[9374,6132],[9386,6129],[9400,6124],[9408,6122],[1722,4501],[9418,6119],[9426,6117],[9434,6114],[9445,6111],[9456,6108],[9464,6105],[9471,6103],[9479,6101],[9490,6097],[9500,6094],[1719,4508],[9507,6092],[9519,6089],[9530,6085],[9543,6082],[9553,6079],[9565,6075],[9577,6072],[9585,6066],[9594,6063],[9606,6060],[1712,4510],[9619,6056],[9634,6052],[9643,6051],[9653,6048],[9663,6046],[9675,6042],[9687,6038],[9699,6035],[6966,4334],[6965,4325],[1710,4516],[6964,4315],[6963,4306],[7444,8023],[7441,8010],[7449,8001],[7458,8000],[7027,8011],[7028,7993],[1703,4518],[7030,7975],[5598,3714],[5606,3721],[5613,3727],[5619,3732],[5628,3740],[5635,3746],[5641,3751],[5649,3757],[5658,3765],[1700,4525],[5664,3775],[5672,3781],[5679,3784],[5686,3787],[5691,3785],[5697,3792],[5703,3789],[5707,3796],[5713,3795],[5717,3801],[1693,4527],[5724,3798],[5697,3781],[4647,4195],[4652,4192],[4655,4196],[4660,4193],[4663,4199],[4669,4197],[4672,4203],[4677,4201],[6925,4088],[1690,4533],[4679,4206],[4684,4204],[4687,4210],[7857,7543],[7867,7549],[7876,7554],[7886,7560],[7897,7566],[7908,7573],[7917,7578],[2493,8460],[7926,7581],[7888,7547],[5721,3131],[5729,3126],[5737,3120],[5746,3115],[5754,3111],[5762,3106],[5770,3102],[5778,3098],[2496,8470],[5786,3095],[5793,3091],[5985,6314],[5989,6304],[5995,6297],[6003,6298],[6011,6298],[6016,6291],[6023,6282],[6028,6275],[2500,8480],[6033,6266],[6038,6258],[6043,6250],[6046,6241],[6558,2448],[6569,2464],[6729,4853],[6733,4860],[6736,4868],[6740,4875],[919,4634],[8256,6093],[8267,6090],[8278,6087],[8289,6083],[8299,6080],[8308,6078],[8319,6074],[8326,6071],[8338,6067],[8348,6064],[911,4636],[8357,6061],[8367,6058],[8380,6054],[8391,6050],[8401,6047],[8412,6044],[8417,6040],[8429,6036],[7798,4574],[7807,4579],[7816,4584],[7826,4590],[7836,4596],[7847,4602],[7855,4607],[7874,4619],[7885,4625],[7895,4631],[7903,4635],[5348,6362],[7911,4640],[7920,4645],[7931,4652],[7940,4657],[7949,4662],[7956,4669],[7964,4673],[7976,4678],[7986,4682],[7994,4686],[5345,6368],[8001,4689],[8008,4691],[8015,4692],[8023,4694],[8030,4695],[8037,4695],[8044,4696],[8050,4696],[8057,4696],[8063,4696],[5352,6368],[8069,4696],[8399,8572],[8394,8565],[8391,8559],[8388,8554],[8392,8548],[8393,8536],[8398,8528],[8401,8522],[8408,8515],[3082,5790],[3387,5001],[6915,2873],[5358,6388],[8414,8508],[8396,8519],[8391,8511],[8385,8501],[7732,3648],[7731,3635],[7733,3623],[7721,3613],[7715,3611],[7701,3607],[5365,6393],[7687,3604],[6806,4084],[6813,4083],[6820,4083],[6824,4082],[6873,4086],[6895,4090],[6908,4093],[6922,4095],[6924,4095],[5360,6396],[6938,4095],[6945,4093],[6951,4089],[6958,4085],[5369,6402],[7733,4874],[7721,4873],[7711,4872],[7698,4872],[7684,4871],[4837,3998],[4844,3998],[4847,4005],[4854,4006],[4857,4011],[5363,6403],[4868,4015],[4877,4021],[4881,4028],[4888,4029],[4892,4035],[4898,4035],[4903,4043],[6713,6094],[6712,6102],[5380,6425],[6707,6104],[6706,6112],[6701,6116],[6700,6123],[6694,6128],[6693,6134],[6689,6138],[6687,6146],[6682,6149],[6681,6157],[5379,6434],[6677,6159],[6676,6166],[6671,6169],[6670,6176],[6665,6180],[6664,6187],[6657,6198],[6652,6202],[5387,6437],[6652,6207],[6648,6214],[6643,6211],[5685,4580],[5682,4572],[5684,4564],[5681,4552],[5673,4548],[5669,4537],[5664,4536],[5386,6445],[5660,4527],[5654,4523],[5652,4516],[5645,4512],[5645,4507],[5642,4508],[5640,4503],[7867,5335],[7875,5336],[7881,5337],[5393,6448],[7888,5337],[7895,5338],[7902,5339],[7909,5342],[7916,5343],[7924,5343],[7930,5345],[7937,5345],[7943,5347],[7949,5350],[6912,3032],[5393,6458],[8044,6255],[9082,6827],[9093,6835],[9105,6845],[9115,6853],[9127,6862],[9137,6870],[4517,3828],[5400,6460],[4522,3835],[4526,3833],[4529,3839],[4535,3838],[4538,3844],[4544,3843],[4547,3849],[4552,3848],[4556,3855],[4561,3854],[5400,6471],[4564,3860],[4570,3859],[4574,3865],[4579,3864],[4581,3869],[4588,3869],[4590,3874],[4594,3872],[4599,3878],[4605,3875],[5407,6474],[4608,3880],[4613,3877],[4617,3882],[4623,3879],[4627,3884],[4632,3881],[4635,3885],[4640,3883],[4643,3887],[4649,3884],[5407,6484],[4653,3889],[4657,3886],[4662,3891],[4668,3889],[4671,3893],[7570,5726],[7579,5739],[7587,5753],[7596,5770],[5415,6489],[7817,5406],[7831,5406],[7090,7995],[7089,7993],[7087,7987],[7086,7983],[7084,7978],[7093,8017],[7096,8028],[7099,8037],[5415,6497],[7102,8044],[7102,8052],[7102,8062],[7102,8072],[7103,8079],[7103,8089],[7075,7963],[7073,7954],[7070,7945],[7067,7938],[5422,6504],[7064,7928],[7061,7919],[7057,7908],[7054,7898],[7051,7889],[7048,7879],[7044,7869],[7041,7859],[7038,7850],[6665,3311],[5422,6512],[6673,3316],[6686,3318],[6692,3320],[6702,3322],[6710,3326],[6711,3335],[6717,3329],[6726,3331],[6735,3334],[5429,6516],[6744,3339],[6750,3349],[6329,6680],[6329,6688],[6329,6696],[6328,6704],[6328,6713],[6327,6722],[5433,6522],[7314,4545],[7313,4557],[7323,4568],[7312,4570],[7310,4585],[7323,4588],[7308,4600],[7307,4611],[7306,4622],[5437,6529],[7318,4624],[7305,4631],[7315,4646],[7949,7514],[7939,7514],[7927,7517],[7922,7526],[7916,7520],[7909,7530],[7904,7523],[5436,6538],[7899,7532],[7892,7527],[7880,7530],[7870,7533],[7859,7535],[7851,7535],[7841,7531],[7831,7525],[7832,7534],[7821,7519],[5443,6541],[7826,7531],[7809,7512],[7818,7526],[7798,7510],[7787,7507],[7776,7504],[7767,7500],[7758,7496],[7750,7491],[7744,7481],[5444,6552],[7739,7470],[7733,7457],[7728,7448],[7723,7436],[7717,7425],[7708,7411],[7701,7400],[7694,7387],[7691,7376],[7686,7374],[5449,6553],[7681,7366],[7676,7357],[7671,7349],[7666,7341],[7661,7334],[7656,7326],[7651,7318],[7647,7311],[7643,7304],[7637,7296],[5450,6564],[7633,7289],[7629,7283],[7625,7275],[7621,7268],[7616,7258],[7611,7249],[7606,7239],[7604,7232],[7600,7223],[7596,7215],[5457,6568],[7592,7207],[7587,7197],[7582,7189],[7578,7181],[7574,7172],[7569,7163],[7564,7153],[7561,7146],[7556,7136],[7552,7128],[7547,7119],[7543,7110],[7538,7102],[7534,7094],[7530,7085],[7526,7076],[5464,6580],[7523,7070],[7519,7063],[7516,7056],[7513,7050],[7638,7327],[7643,7323],[7647,7320],[7652,7328],[7645,7335],[7641,7341],[6752,2860],[5464,6589],[7592,7194],[7598,7186],[7604,7179],[7609,7173],[5471,6593],[9099,6951],[9090,6944],[9080,6936],[9068,6927],[9056,6917],[5471,6602],[9044,6907],[5669,3685],[5665,3682],[5661,3678],[5657,3675],[5653,3674],[5649,3672],[5645,3668],[5639,3669],[5634,3667],[5478,6606],[5628,3665],[5634,3670],[5639,3675],[5642,3673],[8945,7348],[7737,8126],[7735,8108],[7734,8088],[7732,8071],[7730,8051],[5479,6616],[7728,8030],[7726,8008],[6492,4311],[6486,4312],[6481,4313],[6475,4313],[6470,4314],[6464,4315],[6458,4316],[6452,4317],[5485,6620],[6447,4318],[6440,4319],[6433,4322],[6428,4323],[6423,4325],[6416,4326],[6411,4326],[6404,4325],[6399,4323],[6394,4322],[5485,6628],[6388,4320],[6381,4318],[6512,6161],[6515,6162],[6511,6170],[6514,6170],[6510,6177],[6513,6178],[6514,6156],[5879,3935],[5492,6632],[5873,3937],[5866,3939],[5860,3941],[5853,3944],[5846,3946],[5839,3948],[4018,4694],[4016,4690],[4020,4693],[4020,4688],[5491,6639],[4025,4690],[4023,4686],[4026,4689],[4026,4684],[4034,4684],[4036,4678],[4042,4679],[4045,4673],[4053,4668],[4051,4674],[5499,6645],[4057,4670],[4058,4665],[4064,4665],[4065,4660],[4072,4660],[4076,4654],[4082,4655],[4085,4648],[4090,4649],[4093,4643],[6657,3149],[5499,6653],[4098,4644],[4101,4638],[4106,4639],[4111,4632],[4118,4632],[4125,4628],[4126,4623],[4131,4625],[4133,4619],[4138,4620],[5505,6656],[4138,4616],[4143,4617],[4144,4612],[4149,4613],[4120,4631],[4010,4694],[5505,6665],[7647,3804],[7642,3827],[7652,3733],[7652,3720],[7652,3709],[7652,3700],[7652,3692],[7652,3683],[7653,3674],[5510,6666],[7655,3662],[7653,3650],[7883,4016],[7886,4008],[7890,3999],[7898,3981],[7902,3973],[7904,3966],[7908,3959],[5508,6673],[7912,3948],[7915,3940],[7919,3932],[7923,3923],[7927,3914],[7930,3906],[7934,3898],[7937,3888],[7942,3879],[7945,3870],[5598,6916],[7949,3861],[7953,3852],[7957,3842],[7960,3835],[7964,3826],[7968,3816],[7972,3806],[7976,3797],[7058,7920],[7050,7918],[5520,6696],[7043,7917],[7036,7913],[7028,7911],[5232,3209],[5228,3201],[5222,3202],[5217,3195],[5211,3196],[5206,3189],[5200,3190],[5355,6374],[5195,3183],[5189,3183],[5184,3176],[5179,3177],[5175,3171],[5168,3171],[5163,3165],[5158,3166],[5153,3159],[5146,3159],[5349,6377],[5141,3152],[5136,3154],[5131,3147],[5125,3147],[5119,3140],[5112,3140],[5107,3133],[5101,3133],[5096,3126],[5089,3126],[5357,6377],[5084,3120],[5078,3120],[5072,3112],[5066,3114],[5063,3106],[5056,3108],[5053,3101],[5047,3102],[5043,3095],[5037,3097],[6763,3169],[5351,6380],[5033,3089],[5027,3092],[5023,3084],[5017,3086],[5015,3079],[5009,3081],[5006,3073],[5000,3075],[4997,3068],[4991,3070],[5359,6381],[4986,3062],[4982,3065],[4978,3057],[4972,3059],[4969,3052],[4963,3053],[4960,3045],[4953,3047],[4950,3038],[4944,3041],[5353,6385],[4942,3033],[4936,3035],[4935,3028],[5591,5566],[5586,5574],[5582,5582],[5575,5593],[4110,3248],[4117,3244],[4122,3233],[5593,6891],[4129,3230],[4132,3221],[4579,3099],[4576,3090],[4574,3082],[4572,3075],[4570,3067],[4568,3062],[4566,3053],[5369,6414],[4563,3044],[4561,3038],[4559,3030],[4557,3023],[4555,3018],[4551,3011],[4549,3006],[4546,2997],[4544,2991],[4541,2985],[5374,6414],[4539,2979],[4535,2972],[4533,2965],[4531,2961],[4527,2954],[4525,2949],[4522,2944],[4518,2937],[4516,2931],[4512,2927],[5373,6422],[4510,2922],[4506,2915],[5452,4934],[5446,4931],[5441,4929],[5434,4926],[5428,4923],[5423,4920],[5416,4917],[5409,4914],[5628,7002],[5402,4911],[5393,4907],[5385,4903],[5379,4900],[5371,4897],[5353,4888],[5345,4889],[5341,4883],[5333,4883],[5328,4877],[5624,6994],[5321,4878],[5316,4871],[5308,4872],[5305,4866],[5295,4869],[5290,4864],[5282,4867],[5276,4862],[5269,4865],[5263,4861],[5628,6988],[5255,4864],[5249,4859],[5242,4862],[5236,4857],[5221,4856],[5220,4863],[5213,4863],[5214,4868],[5205,4869],[5209,4872],[6955,7537],[5620,6986],[5359,4895],[5365,4894],[9708,6303],[5625,6981],[9698,6303],[9688,6303],[4846,1745],[4838,1742],[4827,1737],[4818,1734],[4809,1730],[4801,1727],[6533,5260],[6535,5267],[5617,6978],[6538,5272],[6541,5278],[6544,5285],[6547,5291],[6549,5299],[6553,5304],[6557,5313],[6560,5319],[6564,5326],[6560,5332],[5622,6973],[6565,5333],[6569,5338],[6571,5345],[6575,5350],[6576,5357],[6581,5362],[6583,5370],[6590,5380],[6594,5390],[6603,5407],[5614,6971],[6606,5414],[6613,5432],[6616,5438],[6619,5445],[6623,5452],[6626,5458],[6630,5464],[6633,5469],[6638,5475],[6642,5480],[5618,6964],[4367,4029],[4365,4036],[4358,4037],[4350,4044],[4348,4051],[4343,4052],[4332,4066],[4335,4059],[5612,6963],[4324,4073],[4326,4066],[4315,4081],[4318,4074],[4307,4089],[4309,4082],[4298,4097],[4292,4098],[4290,4105],[4284,4106],[5616,6957],[4276,4113],[4274,4120],[4268,4120],[4252,4126],[4249,4133],[4243,4134],[4241,4141],[4235,4142],[5609,6954],[4232,4150],[4226,4151],[4224,4157],[6582,5297],[6588,5292],[6592,5287],[6597,5281],[6613,5261],[6604,5275],[6608,5268],[5613,6948],[4403,3700],[4406,3693],[4404,3713],[4407,3707],[4404,3726],[4407,3719],[4405,3738],[4408,3731],[5927,3339],[5935,3337],[7391,3599],[5606,6946],[5929,3349],[5937,3346],[5931,3358],[5939,3353],[5936,3367],[5942,3364],[5940,3378],[5946,3373],[5943,3386],[5949,3381],[5610,6940],[5947,3395],[5956,3393],[5952,3404],[5961,3402],[5958,3417],[5964,3410],[5963,3427],[5969,3423],[5969,3440],[5974,3434],[5603,6938],[5974,3449],[5979,3445],[5980,3460],[5985,3457],[5985,3471],[5990,3467],[5991,3482],[5996,3478],[5997,3493],[6001,3489],[5608,6933],[6002,3503],[6007,3499],[6008,3513],[6011,3507],[6012,3522],[6017,3518],[6018,3532],[6022,3528],[6023,3542],[6028,3538],[5601,6932],[6029,3552],[6033,3548],[6034,3563],[6039,3558],[6040,3574],[6045,3570],[6045,3584],[6051,3580],[6050,3593],[6056,3589],[5605,6924],[6054,3600],[6060,3596],[6058,3609],[6066,3604],[6064,3618],[6070,3612],[6069,3628],[6074,3621],[6073,3635],[6079,3631],[5598,6924],[6080,3647],[6085,3642],[6085,3657],[6090,3652],[6089,3668],[6095,3661],[6095,3675],[6101,3670],[6100,3685],[6106,3680],[5602,6917],[6103,3691],[6111,3689],[6110,3703],[6116,3697],[6114,3711],[6123,3705],[6119,3719],[6127,3715],[6205,3990],[6202,4026],[5594,6914],[6212,4023],[6134,3748],[6142,3742],[6139,3755],[6146,3749],[6144,3764],[6151,3759],[6149,3773],[6155,3768],[6154,3784],[5598,6907],[6160,3779],[6158,3793],[6164,3790],[6162,3804],[6168,3801],[6165,3815],[6171,3812],[6166,3824],[6172,3820],[6168,3833],[7454,3515],[5592,6908],[6174,3830],[6169,3841],[6175,3839],[6171,3850],[6177,3848],[6179,3856],[6174,3867],[6180,3864],[6176,3875],[6182,3873],[5596,6899],[6178,3884],[6183,3881],[6179,3893],[6185,3890],[6181,3901],[6187,3899],[6189,3945],[6196,3943],[6184,3919],[6190,3917],[5589,6900],[6185,3928],[6192,3926],[6194,3971],[6201,3971],[6196,3982],[6203,3980],[6191,3953],[6198,3952],[6193,3962],[6199,3960],[5587,6894],[6198,3991],[6216,4035],[6205,4038],[6140,3739],[6130,3738],[5584,6886],[5590,6883],[5582,6878],[5587,6874],[6194,3934],[6186,3937],[5578,6869],[5584,6867],[6132,3744],[6260,4409],[6253,4410],[6262,4424],[6255,4425],[7337,3664],[5576,6861],[6263,4483],[5582,6860],[6169,3857],[6157,3863],[6163,3860],[5573,6854],[6151,3866],[6151,3872],[6153,3882],[6156,3893],[6143,3869],[6138,3872],[6142,3873],[6144,3883],[6146,3891],[6149,3900],[5579,6852],[6151,3908],[6154,3916],[6156,3925],[6158,3933],[6142,3888],[6136,3890],[6129,3893],[6123,3895],[6117,3898],[6110,3901],[5570,6847],[6104,3903],[6097,3906],[6090,3909],[6083,3910],[6076,3908],[6069,3906],[6062,3903],[6180,3930],[6178,3918],[5576,6844],[6175,3941],[6165,3940],[6150,3938],[6148,3948],[6139,3951],[6134,3947],[6128,3949],[6122,3950],[6151,3959],[6148,3966],[5568,6838],[6150,3978],[6151,3988],[6155,4002],[6158,4018],[6160,4031],[6183,3948],[6188,3958],[6189,3966],[6190,3974],[6192,3983],[5573,6834],[6194,3994],[6194,4008],[6195,4012],[6196,4019],[6197,4025],[6188,4012],[6186,4003],[6185,3996],[6184,3985],[6184,3976],[5565,6832],[6183,3967],[6182,3958],[6175,3953],[6254,4442],[6249,4452],[6242,4453],[6253,4458],[6255,4470],[6257,4483],[6258,4494],[5570,6826],[6255,4513],[6254,4494],[6252,4484],[6251,4473],[6249,4461],[6243,4467],[6245,4483],[6247,4498],[4300,3625],[5562,6822],[6255,4528],[6310,4508],[6303,4517],[6291,4520],[6281,4523],[5567,6817],[6196,4051],[6198,4065],[6200,4085],[6202,4099],[6204,4111],[5558,6813],[6150,3951],[6151,3943],[6157,3941],[6173,3858],[4805,1924],[4809,1922],[4818,1928],[4826,1927],[5563,6807],[4831,1932],[4840,1932],[4846,1937],[9547,6346],[9544,6363],[9550,6383],[9540,6389],[9538,6407],[9536,6425],[9535,6444],[5555,6804],[9534,6464],[9534,6482],[9536,6502],[9537,6519],[9538,6533],[9538,6541],[9535,6560],[9534,6569],[9540,6557],[9553,6560],[5560,6799],[9566,6563],[9580,6566],[9592,6567],[9604,6567],[9616,6565],[9627,6561],[9638,6555],[9645,6548],[9644,6567],[9561,6386],[5552,6796],[9542,6372],[9545,6355],[6384,5320],[6386,5326],[6384,5334],[6386,5343],[6384,5352],[6386,5362],[6162,4802],[6156,4809],[5557,6790],[6154,4800],[6153,4783],[6152,4769],[6151,4758],[6150,4746],[6152,4728],[6152,4715],[6150,4704],[6148,4693],[6147,4682],[5550,6788],[6149,4671],[6159,4711],[6159,4722],[6125,4687],[7586,7515],[5554,6783],[7588,7516],[7583,7520],[7585,7521],[7580,7524],[7582,7526],[7577,7531],[7579,7533],[7577,7542],[7582,7545],[7581,7555],[4786,3928],[5547,6780],[7586,7558],[7585,7567],[7589,7575],[7583,7582],[7584,7591],[7578,7598],[7579,7608],[7574,7612],[7573,7620],[7580,7540],[5552,6774],[7544,3642],[7545,3664],[7546,3672],[7547,3682],[7548,3691],[7549,3703],[7550,3717],[5544,6772],[7551,3725],[7552,3732],[7554,3740],[7557,3746],[7555,3755],[7559,3766],[7562,3784],[7558,3775],[7564,3802],[5549,6766],[7560,3792],[7567,3823],[7563,3811],[7568,3837],[7566,3832],[7571,3858],[7567,3849],[7574,3876],[7570,3869],[7580,3892],[5542,6766],[7575,3886],[7587,3909],[7581,3902],[7595,3925],[7589,3919],[7602,3939],[7597,3934],[7612,3955],[7605,3951],[7620,3970],[5546,6759],[7614,3965],[7628,3986],[7622,3981],[7637,4002],[7630,3995],[7731,6806],[7726,6791],[7720,6774],[5539,6758],[7715,6758],[7709,6740],[7703,6722],[6292,5214],[6300,5215],[6307,5217],[6314,5218],[6322,5219],[6329,5221],[6336,5222],[5544,6752],[7666,7329],[7673,7326],[7677,7320],[7683,7318],[7687,7312],[7693,7310],[4827,3768],[4832,3774],[4844,3780],[4839,3774],[5536,6750],[4856,3786],[4851,3780],[4869,3793],[4864,3787],[4875,3795],[5230,4524],[5234,4528],[5239,4525],[5243,4529],[5248,4526],[5541,6744],[5253,4530],[5259,4527],[5264,4532],[5269,4529],[5274,4533],[5280,4530],[5534,6743],[5309,4534],[5313,4538],[5319,4535],[5323,4539],[5328,4536],[5333,4541],[5338,4538],[5343,4542],[5351,4539],[5538,6735],[5356,4544],[5362,4541],[5372,4542],[5377,4546],[5383,4543],[5388,4548],[5394,4545],[5399,4549],[5405,4546],[5410,4551],[5531,6735],[5416,4548],[5425,4549],[5429,4553],[5434,4550],[5439,4554],[5444,4551],[5449,4556],[5455,4553],[5459,4557],[5535,6727],[5464,4554],[5469,4558],[5474,4555],[5478,4559],[5482,4556],[5487,4561],[5491,4557],[5496,4562],[5501,4559],[5506,4563],[5528,6727],[5510,4560],[5515,4564],[5520,4561],[5526,4565],[5532,4566],[5538,4567],[5544,4568],[5552,4570],[5557,4568],[5561,4574],[5531,6717],[5563,4570],[5943,6093],[5939,6101],[5934,6109],[5929,6117],[5923,6126],[5918,6134],[5913,6143],[5907,6152],[5902,6160],[5525,6719],[5897,6168],[5892,6176],[5889,6182],[8937,7525],[8948,7530],[8958,7529],[8967,7524],[8976,7525],[8985,7532],[3756,2315],[5528,6709],[3762,2305],[3772,2296],[3778,2287],[3790,2275],[6239,6251],[6232,6261],[6232,6264],[6229,6270],[6226,6276],[6223,6282],[5522,6711],[6219,6289],[6216,6295],[6212,6302],[6209,6309],[6206,6315],[6202,6321],[6199,6327],[6195,6335],[5525,6700],[7821,4580],[7825,4568],[7829,4554],[7828,4541],[7827,4529],[7827,4520],[5238,467],[4796,3262],[5519,6702],[5240,457],[5245,451],[5247,442],[5253,434],[5254,426],[5259,419],[5261,409],[5266,403],[5268,392],[5273,387],[5632,6996],[5275,378],[5281,371],[5283,361],[5289,353],[5290,345],[5295,339],[5299,326],[5305,320],[5307,311],[5312,304],[5515,6676],[5314,294],[5320,288],[5322,278],[5328,272],[5330,263],[5336,256],[5338,247],[5342,243],[5345,232],[5351,225],[5511,6680],[5358,206],[5356,215],[5365,192],[5362,201],[5380,161],[5369,188],[5388,145],[5378,170],[5396,128],[5385,156],[5517,6686],[5403,114],[5393,139],[5410,99],[5401,123],[5419,82],[5409,108],[5426,66],[5417,91],[5425,75],[4015,4503],[4014,4497],[5408,6488],[4012,4491],[4027,4486],[4029,4493],[4030,4499],[7644,3901],[7637,3901],[7627,3901],[7619,3901],[7611,3901],[7604,3901],[7596,3900],[7587,3900],[7570,3900],[7562,3899],[7556,3899],[7548,3899],[5385,5123],[5388,5119],[5386,5109],[5390,5102],[5388,5095],[5392,5089],[5390,5081],[5394,5075],[4488,4504],[4486,4506],[4483,4516],[4487,4512],[4482,4525],[4486,4521],[4484,4530],[4476,4556],[4473,4561],[4470,4566],[4466,4572],[6572,5160],[5352,6385],[4463,4577],[4458,4582],[4454,4588],[4482,4550],[6089,6019],[6086,6023],[6083,6029],[6075,6041],[6069,6052],[6062,6064],[5353,6369],[6352,5554],[6343,5548],[6333,5542],[6325,5537],[6315,5531],[8939,7360],[8932,7374],[8925,7389],[4574,3626],[4567,3623],[4560,3620],[4553,3617],[4547,3614],[4535,3609],[4527,3609],[4520,3603],[4515,3605],[4503,3602],[4497,3597],[4491,3600],[4485,3595],[4479,3597],[4473,3593],[4467,3595],[4461,3590],[9167,6906],[9170,6900],[9172,6894],[9175,6887],[9178,6880],[9181,6874],[9184,6867],[9187,6860],[9190,6854],[9193,6847],[9195,6841],[5789,4490],[5794,4497],[5797,4489],[5801,4497],[5804,4489],[5807,4498],[5812,4489],[5809,4505],[5814,4495],[5809,4512],[5815,4503],[5807,4518],[5801,4521],[5794,4518],[5665,3572],[5675,3571],[5651,3568],[5658,3567],[5637,3564],[5645,3563],[5623,3560],[5631,3559],[5610,3556],[5617,3555],[5595,3551],[5603,3551],[5582,3548],[5588,3547],[5569,3544],[5577,3543],[5553,3539],[5561,3539],[5539,3535],[5546,3534],[5525,3531],[5532,3530],[5519,3526],[7472,5052],[7482,5066],[7486,5072],[7491,5079],[7496,5086],[7502,5090],[7493,7470],[7522,5102],[7528,5103],[7534,5105],[7541,5106],[7547,5108],[7554,5110],[7562,5111],[7569,5114],[7577,5116],[7583,5116],[7587,5117],[7591,5118],[7599,5120],[7605,5122],[7612,5124],[7619,5125],[7625,5127],[7632,5128],[7639,5130],[7646,5132],[7653,5133],[6437,6040],[6433,6033],[6432,6022],[6425,6022],[6419,6025],[6413,6027],[6427,6001],[6427,6013],[5284,6661],[6421,5980],[6423,5994],[6416,5961],[6417,5971],[6412,5942],[6412,5954],[4881,3567],[4880,3559],[4887,3543],[4887,3534],[5289,6655],[4892,3526],[4895,3506],[4895,3515],[4898,3491],[4899,3499],[4903,3475],[4904,3483],[4907,3460],[4907,3469],[4910,3446],[5295,6655],[4911,3455],[4913,3434],[4918,3427],[4917,3419],[4922,3412],[4922,3403],[4930,3389],[4932,3379],[4938,3375],[4941,3365],[5299,6650],[4946,3360],[4948,3352],[4954,3347],[4956,3339],[4960,3336],[4963,3327],[4967,3325],[4969,3318],[4973,3314],[4974,3308],[5305,6650],[4980,3303],[4981,3295],[4987,3291],[4988,3283],[4994,3278],[4996,3271],[5001,3266],[5003,3259],[5008,3254],[5010,3247],[5310,6644],[5016,3241],[5018,3234],[5022,3232],[5024,3224],[5029,3219],[5031,3211],[5036,3207],[5038,3201],[5042,3196],[5044,3189],[5316,6644],[5049,3185],[5051,3177],[5055,3172],[5056,3164],[5060,3158],[5061,3149],[5065,3145],[5067,3134],[5073,3123],[7395,7784],[1973,5690],[5081,3104],[5076,3111],[5087,3089],[5082,3095],[5093,3075],[5087,3081],[5099,3058],[5092,3067],[5104,3045],[5099,3051],[1975,5698],[5110,3029],[5105,3037],[5116,3014],[5110,3021],[5123,2998],[5127,2985],[5123,2988],[5136,2962],[5127,2979],[1978,5707],[5141,2949],[5128,2975],[5146,2934],[5131,2966],[5150,2923],[5136,2954],[5154,2913],[5142,2939],[5159,2905],[5147,2927],[3654,7599],[5151,2916],[5153,2906],[5154,2903],[7345,4688],[7335,4680],[7327,4675],[6842,4080],[6842,4070],[6841,4062],[6841,4054],[3659,7592],[6841,4047],[6840,4039],[6840,4032],[6840,4023],[6840,4016],[6839,4011],[6839,4001],[6839,3994],[6838,3983],[6837,3973],[3668,7588],[6837,3963],[6517,5258],[6522,5255],[6526,5259],[6528,5253],[6534,5251],[6535,5243],[6541,5236],[6543,5225],[6548,5223],[3673,7581],[6549,5217],[4534,4797],[4541,4799],[4548,4800],[4554,4801],[4562,4801],[4568,4800],[4573,4799],[4578,4799],[4582,4799],[3681,7576],[4606,4792],[4612,4789],[4618,4787],[4622,4784],[4629,4781],[4634,4778],[4639,4775],[4645,4775],[4649,4769],[4655,4772],[3688,7568],[4660,4767],[4666,4770],[4671,4765],[4677,4767],[4682,4765],[4675,4772],[4678,4776],[4682,4781],[4586,4798],[3695,7564],[4583,4794],[4586,4790],[4598,4796],[4456,2469],[4449,2478],[4441,2485],[4433,2492],[4425,2500],[7302,7958],[3701,7556],[4417,2508],[4409,2514],[4398,2524],[4389,2533],[4381,2541],[4372,2548],[4363,2556],[4356,2562],[4349,2569],[3709,7553],[4342,2577],[4334,2584],[4329,2587],[4329,2591],[4322,2594],[4305,2610],[4275,2636],[4315,2604],[3714,7546],[4261,2646],[4297,2621],[4285,2633],[4267,2645],[4256,2653],[4248,2657],[3722,7542],[3727,7534],[3736,7530],[4333,2534],[3742,7522],[4296,2615],[3749,7518],[4235,2655],[4232,2646],[4227,2635],[4224,2626],[4222,2620],[4218,2668],[3754,7511],[4214,2660],[4210,2650],[4216,2628],[4208,2633],[4206,2638],[4202,2626],[6244,6822],[3763,7506],[6249,6825],[6253,6828],[6258,6831],[6264,6835],[6270,6837],[6274,6843],[6280,6848],[4930,3032],[4933,3027],[4924,3032],[7203,8101],[3769,7498],[4928,3027],[4917,3032],[4920,3026],[4910,3031],[4914,3026],[4903,3031],[4907,3026],[4897,3031],[4901,3025],[4891,3030],[3778,7494],[4894,3025],[4883,3029],[4887,3024],[4876,3029],[4880,3024],[4873,3031],[4873,3024],[4866,3030],[4866,3023],[4862,3028],[3784,7486],[4859,3023],[4856,3028],[4852,3022],[4848,3027],[4844,3022],[4840,3027],[4836,3022],[4830,3026],[4824,3021],[4816,3020],[3791,7482],[4809,3011],[4802,3002],[4794,2990],[4787,2983],[4784,2975],[4779,2975],[3796,7475],[4781,2968],[4775,2964],[4775,2955],[4770,2955],[4768,2946],[4762,2945],[4761,2936],[4755,2935],[4752,2925],[4746,2921],[3803,7472],[4744,2914],[4738,2911],[4738,2904],[4730,2892],[4733,2895],[4728,2880],[4732,2887],[4726,2868],[4730,2879],[4725,2860],[3809,7464],[4729,2871],[4723,2853],[4727,2863],[4722,2843],[4726,2855],[4717,2825],[4724,2846],[4716,2819],[4723,2840],[4714,2809],[3817,7459],[4723,2834],[4712,2801],[4722,2826],[4720,2817],[4709,2784],[4718,2809],[4707,2775],[4717,2801],[4705,2764],[3822,7453],[4715,2794],[4703,2756],[4714,2786],[4701,2744],[4712,2778],[4699,2733],[4710,2767],[4692,2729],[4708,2759],[4697,2724],[3832,7447],[4706,2750],[4695,2714],[4705,2742],[4693,2702],[4703,2732],[4691,2695],[4701,2724],[4689,2687],[4700,2716],[4688,2680],[5336,5293],[3837,7440],[4698,2707],[4685,2671],[4696,2698],[4682,2661],[4694,2690],[4680,2653],[4692,2681],[4677,2646],[4690,2673],[4674,2637],[3845,7436],[4688,2664],[4672,2629],[4685,2655],[4682,2647],[4680,2640],[4677,2631],[4675,2623],[4666,2602],[4660,2586],[3209,2108],[7270,5837],[7275,5835],[7280,5834],[7285,5833],[7290,5832],[3210,2114],[3215,2108],[3223,2110],[6402,5125],[6480,5115],[3228,2104],[5270,501],[5274,491],[5278,482],[5283,473],[3235,2105],[5287,464],[5291,455],[5295,446],[5300,436],[5304,427],[5308,418],[5313,408],[5317,398],[5322,388],[5328,379],[3178,3541],[5333,371],[5339,362],[5343,354],[5348,345],[5352,338],[5357,330],[5361,324],[5366,315],[5370,308],[5375,300],[3183,3531],[5380,291],[5384,285],[5388,277],[5393,270],[5398,262],[5402,253],[5406,247],[5411,239],[5416,231],[5420,224],[5031,8880],[7773,6141],[3188,3521],[5424,217],[5428,210],[5433,202],[5438,194],[5442,186],[5446,179],[5450,173],[5455,164],[5460,156],[5465,148],[3193,3510],[5469,141],[5474,134],[5479,124],[5484,117],[5488,110],[7688,5231],[7681,5228],[7675,5225],[7669,5222],[7661,5219],[3198,3500],[7654,5216],[7648,5213],[6101,4541],[6099,4534],[6097,4527],[6098,4518],[6101,4511],[6106,4506],[6112,4503],[3205,3492],[6125,4495],[6131,4492],[6138,4488],[6144,4485],[6150,4481],[6157,4477],[6163,4474],[6169,4470],[6175,4467],[6182,4464],[3213,3486],[6188,4463],[6195,4462],[6201,4461],[6207,4463],[6210,4468],[6214,4477],[6216,4485],[6218,4493],[6220,4502],[6221,4511],[3222,3483],[6223,4520],[6225,4530],[6249,4530],[6242,4531],[6235,4533],[6221,4536],[6213,4537],[6206,4538],[3231,3483],[6198,4538],[6191,4539],[6184,4540],[6178,4541],[6170,4548],[6171,4552],[6170,4542],[6161,4543],[6155,4543],[2042,2825],[6147,4544],[6140,4545],[6132,4546],[6125,4546],[6118,4547],[6111,4546],[6105,4545],[6215,4495],[6208,4496],[6202,4497],[2041,2819],[6195,4498],[6189,4501],[6188,4507],[6182,4508],[6182,4503],[6175,4506],[6170,4508],[6173,4516],[6175,4523],[6176,4531],[2040,2810],[6164,4511],[6157,4515],[6160,4522],[6109,4542],[6112,4527],[6113,4533],[6117,4535],[6134,4527],[6140,4524],[7997,6028],[2040,2801],[6137,4532],[6138,4538],[6146,4521],[6151,4518],[6101,4522],[6107,4521],[6114,4520],[6120,4520],[6124,4505],[2039,2795],[6192,4455],[6214,4460],[6222,4459],[2036,2788],[6228,4457],[6219,4471],[6223,4481],[6229,4480],[6235,4479],[6224,4492],[6150,4489],[2033,2782],[6151,4501],[6152,4512],[6178,4474],[6179,4483],[6179,4492],[6187,4471],[6188,4479],[6189,4489],[6034,4652],[6033,4644],[6037,4637],[6037,4627],[6042,4622],[2577,8360],[6042,4612],[6047,4608],[6048,4599],[6053,4594],[6057,4577],[6058,4572],[6063,4567],[6063,4558],[6069,4550],[6069,4542],[2571,8363],[6074,4536],[6069,4534],[6073,4530],[6080,4517],[6083,4509],[6088,4507],[6094,4511],[2571,8356],[7491,6441],[7485,6443],[7476,6444],[7480,6446],[7472,6448],[7466,6449],[7460,6450],[7454,6449],[4525,2054],[4519,2052],[2567,8346],[4513,2052],[4506,2038],[4501,2035],[4498,2026],[4490,2020],[4487,2011],[4480,2005],[4476,1996],[4469,1988],[4465,1980],[2564,8339],[4457,1972],[4455,1965],[4366,4363],[4371,4360],[4371,4371],[4374,4368],[4377,4376],[4379,4385],[4385,4390],[4387,4398],[8393,5856],[2562,8331],[4393,4402],[4394,4410],[4400,4415],[4401,4423],[4405,4421],[4404,4430],[4407,4428],[4407,4439],[4412,4447],[4412,4457],[2559,8323],[4416,4459],[4414,4465],[4418,4467],[4418,4473],[4415,4480],[4414,4488],[4417,4499],[4414,4500],[4416,4504],[4412,4507],[2558,8316],[4414,4515],[4410,4523],[4426,1669],[4422,1673],[4415,1669],[4415,1678],[4409,1674],[4410,1682],[2553,8309],[4404,1677],[4404,1687],[4397,1682],[4398,1691],[4392,1685],[4392,1695],[4386,1690],[4387,1698],[4380,1694],[4382,1702],[2549,8302],[4377,1705],[4373,1698],[4373,1708],[4368,1703],[4368,1712],[4363,1706],[4362,1715],[4357,1710],[4357,1719],[4352,1713],[2544,8294],[4353,1722],[4347,1717],[4347,1726],[4342,1720],[4341,1730],[4336,1724],[4336,1733],[4331,1728],[4331,1737],[4325,1732],[2540,8287],[4326,1740],[4320,1736],[4321,1746],[4314,1740],[4316,1749],[4308,1745],[4309,1754],[4304,1748],[4304,1758],[4299,1752],[2533,8280],[4299,1762],[4293,1756],[4295,1764],[4288,1761],[4291,1770],[4285,1766],[4287,1777],[4281,1773],[4281,1782],[4274,1778],[2529,8274],[4275,1787],[4268,1782],[4268,1791],[4263,1787],[4263,1796],[4257,1791],[4258,1800],[4252,1795],[4253,1804],[4247,1799],[2523,8267],[4248,1808],[4243,1802],[4244,1811],[4239,1806],[4240,1815],[4234,1809],[4236,1818],[4230,1813],[4230,1822],[4224,1817],[6388,7111],[2518,8262],[4225,1826],[4218,1822],[4219,1831],[4213,1826],[4146,1877],[2513,8255],[4133,1886],[4158,1869],[3778,6753],[4166,1863],[4095,1914],[3785,6748],[4082,1923],[4071,1931],[4061,1937],[4052,1940],[4039,1944],[4056,1939],[4045,1941],[4027,1951],[4107,1905],[3791,6749],[4120,1895],[4192,1844],[3797,6744],[4179,1854],[4204,1835],[4486,7145],[4488,7155],[4426,1660],[4421,1664],[4490,7164],[7436,7560],[7431,7572],[7426,7583],[7421,7593],[7416,7604],[7412,7613],[7407,7625],[7402,7633],[7395,7642],[7389,7652],[4493,7174],[7376,7670],[7368,7680],[7356,7698],[7348,7708],[7342,7717],[7334,7723],[7327,7726],[7317,7730],[7309,7733],[7298,7732],[6672,4964],[4574,5432],[7261,7727],[7254,7731],[7247,7734],[7240,7738],[7232,7745],[4579,5432],[4249,4834],[4244,4836],[4239,4838],[5021,3590],[5031,3597],[6836,4229],[4584,5434],[6843,4228],[6856,4227],[6868,4227],[6876,4226],[6890,4226],[6899,4225],[6910,4224],[6822,4236],[6822,4244],[1242,4887],[6822,4249],[6822,4256],[6823,4266],[6823,4280],[6824,4286],[6824,4294],[6813,4231],[6629,4982],[6628,4972],[6628,4963],[1244,4883],[1245,4880],[7691,5168],[7700,5167],[7711,5167],[7721,5166],[7731,5166],[4594,2860],[1247,4875],[4599,2862],[4605,2864],[4610,2866],[4616,2869],[4621,2871],[4627,2873],[4634,2876],[4638,2878],[4643,2880],[4648,2882],[1249,4871],[4653,2884],[4659,2886],[4665,2889],[4670,2891],[4676,2893],[4681,2895],[4688,2898],[4694,2901],[4699,2903],[4705,2905],[1250,4867],[4710,2907],[4714,2907],[4721,2905],[4719,2909],[4726,2902],[4728,2908],[4733,2903],[5311,5032],[5305,5026],[5299,5029],[1252,4863],[5293,5023],[5286,5022],[5280,5020],[5274,5019],[5266,5020],[5260,5019],[5254,5018],[5248,5016],[5243,5015],[5237,5013],[6699,5245],[1253,4858],[5231,5012],[5225,5010],[5267,5017],[5261,5015],[5255,5014],[5249,5012],[7580,5638],[7575,5646],[7570,5656],[7566,5666],[1255,4854],[7562,5676],[7556,5691],[7551,5703],[7547,5714],[7542,5728],[7536,5743],[7533,5755],[7533,5768],[7535,5783],[7536,5798],[1257,4849],[7538,5815],[7538,5830],[7540,5843],[7538,5855],[9537,6479],[9548,6480],[9554,6481],[9561,6482],[9568,6483],[9576,6483],[1259,4846],[9582,6484],[9590,6483],[9596,6481],[6839,3751],[6838,3736],[6838,3721],[6837,3708],[6837,3694],[6838,3680],[6837,3667],[1261,4842],[6836,3654],[6836,3640],[6836,3628],[6835,3616],[8029,3958],[8032,3944],[8035,3930],[8036,3916],[4941,1299],[4942,1289],[1263,4838],[4943,1279],[4943,1270],[4944,1259],[4945,1249],[4462,4379],[4459,4382],[4457,4392],[4704,2185],[1265,4834],[4708,2178],[4713,2169],[4716,2160],[4719,2150],[4722,2140],[4726,2130],[4729,2120],[4732,2110],[4736,2100],[4739,2090],[1266,4830],[4742,2080],[4745,2070],[4749,2059],[4752,2050],[4756,2040],[4760,2029],[4761,2020],[4763,2013],[4766,2005],[4769,1995],[1270,4823],[4774,1980],[4777,1972],[4780,1961],[4783,1953],[4786,1944],[4789,1935],[4791,1926],[4794,1917],[4799,1903],[4803,1890],[1271,4820],[4807,1879],[4810,1869],[4813,1858],[4816,1851],[4819,1841],[4823,1831],[4826,1822],[4829,1812],[4832,1802],[4835,1793],[4526,4421],[1273,4816],[4839,1782],[4842,1771],[4845,1760],[4847,1751],[4849,1741],[4852,1731],[4855,1721],[4862,1699],[4865,1689],[1274,4813],[4869,1676],[4871,1664],[4767,1972],[4759,1969],[4751,1966],[4744,1963],[6074,4443],[6103,4441],[6064,4444],[6101,4431],[1276,4809],[6051,4444],[6097,4429],[6041,4444],[6093,4437],[6029,4445],[6084,4439],[6018,4445],[6069,4439],[6008,4446],[6057,4440],[1283,4774],[5991,4446],[6047,4440],[5976,4446],[6036,4440],[5961,4447],[6026,4441],[5946,4447],[6015,4441],[5931,4448],[6004,4441],[1283,4770],[5918,4448],[5992,4442],[5904,4449],[5981,4442],[5896,4449],[5969,4443],[5882,4450],[5951,4443],[5872,4450],[5936,4444],[1284,4766],[5924,4444],[5853,4450],[5911,4445],[5821,4451],[5898,4445],[5805,4451],[5886,4445],[5794,4452],[5877,4446],[1285,4761],[5779,4452],[5865,4446],[5772,4456],[5858,4446],[5844,4447],[5836,4447],[5831,4447],[5811,4448],[5800,4448],[5788,4449],[1274,4808],[5775,4449],[5764,4453],[5674,4540],[5672,4535],[5674,4527],[5671,4518],[5674,4510],[5674,4501],[5679,4497],[5679,4489],[5681,4481],[5678,4472],[5681,4462],[5678,4455],[5680,4446],[5677,4437],[5678,4427],[5673,4420],[1279,4784],[5675,4411],[5672,4402],[5668,4792],[5219,4967],[5224,4968],[5235,4977],[5242,4979],[5250,4981],[5257,4984],[5265,4986],[5271,4988],[5278,4990],[5285,4992],[1280,4791],[5291,4995],[5297,4998],[5304,5001],[5350,5022],[5345,5015],[5339,5017],[5333,5010],[5328,5012],[5324,5006],[5319,5008],[7587,3926],[7575,3925],[7560,3925],[7544,3924],[6683,7231],[6687,7234],[6695,7231],[6689,7226],[4845,7031],[6707,7227],[6703,7222],[6714,7224],[6720,7218],[6817,7171],[6835,7154],[6842,7145],[6802,7182],[6888,7082],[4844,7041],[6881,7078],[6894,7072],[6886,7067],[6899,7061],[6892,7057],[6904,7051],[6897,7047],[6909,7040],[6904,7039],[6914,7030],[4845,7050],[6905,7029],[6917,7020],[6911,7019],[6924,7011],[6915,7011],[6929,7001],[6920,7001],[6934,6991],[6926,6990],[6938,6983],[4847,7059],[6930,6980],[6942,6976],[6936,6970],[6948,6964],[6941,6959],[6951,6959],[6946,6955],[6954,6956],[6949,6950],[6958,6951],[4847,7070],[6953,6945],[6961,6946],[4847,7081],[6796,7178],[6803,7174],[6812,7172],[6818,7164],[6825,7156],[6830,7148],[6836,7141],[6843,7131],[6848,7122],[6854,7116],[4846,7089],[6870,7104],[6874,7096],[6697,7420],[6699,7413],[6702,7404],[6704,7395],[6707,7388],[6712,7383],[6718,7380],[6725,7379],[3101,5156],[6732,7380],[6746,7380],[6753,7381],[6760,7381],[6766,7381],[6774,7382],[6781,7382],[6788,7382],[6793,7382],[3105,5150],[6799,7383],[6810,7384],[6815,7384],[6820,7384],[6827,7380],[6833,7384],[6840,7381],[6847,7383],[6855,7381],[3103,5142],[6860,7384],[6866,7383],[6874,7388],[6881,7387],[6888,7391],[6895,7390],[6900,7393],[6907,7393],[6913,7397],[6921,7397],[3108,5137],[6926,7401],[6933,7399],[6940,7403],[6946,7402],[6953,7405],[6960,7404],[6967,7407],[6973,7405],[6980,7409],[6988,7408],[3106,5129],[6993,7412],[7000,7411],[7007,7413],[7012,7417],[7325,6724],[7322,6714],[7319,6709],[7314,6698],[7311,6691],[7308,6684],[3110,5123],[7305,6677],[7305,6666],[7313,6660],[7309,6656],[7312,6647],[7305,6647],[7310,6641],[7301,6639],[7298,6631],[3109,5116],[7294,6623],[7291,6616],[7288,6610],[7285,6603],[7281,6594],[7278,6587],[7274,6579],[7270,6571],[7276,6559],[7284,6551],[3113,5111],[7294,6548],[7306,6544],[7315,6541],[7326,6538],[7339,6535],[7351,6531],[7362,6528],[7326,6528],[7335,6524],[3112,5103],[7346,6521],[7353,6521],[7360,6524],[7365,6518],[7252,6610],[7413,3039],[3116,5098],[3114,5089],[3119,5084],[3117,5076],[3121,5070],[6625,6415],[6626,6431],[3120,5063],[6622,6440],[6625,6448],[6625,6458],[6631,6474],[6630,6464],[6638,6491],[6637,6480],[6644,6498],[3124,5056],[7227,4215],[7225,4210],[7233,4214],[7239,4213],[7250,4211],[7256,4210],[7261,4209],[7267,4208],[7273,4207],[7279,4206],[3123,5050],[7284,4205],[7290,4200],[7702,5298],[7716,5298],[7728,5298],[7735,5298],[7742,5298],[7753,5299],[7764,5299],[7779,5299],[3127,5044],[7791,5299],[7800,5300],[7814,5300],[7828,5300],[7841,5300],[7848,5300],[7856,5300],[7870,5300],[7877,5301],[7884,5301],[3125,5037],[7898,5301],[7904,5301],[6148,5528],[6142,5525],[6145,5520],[6154,5553],[6160,5557],[6160,5568],[6166,5571],[6165,5580],[7101,4502],[3129,5031],[6172,5585],[6171,5594],[6178,5598],[6176,5605],[6182,5608],[6181,5617],[6188,5621],[6187,5631],[6193,5634],[6192,5643],[3128,5024],[6199,5646],[6197,5654],[6204,5658],[6205,5667],[6212,5669],[6213,5677],[6221,5680],[6220,5686],[6227,5688],[6228,5697],[3132,5018],[6232,5704],[6238,5703],[6236,5707],[6243,5709],[6243,5718],[6249,5718],[6251,5728],[6259,5731],[6258,5737],[3130,5011],[6265,5738],[6265,5746],[6274,5750],[6274,5758],[6280,5757],[6281,5768],[6289,5769],[6297,5780],[6298,5790],[3135,5007],[6307,5801],[6153,5538],[6315,5804],[6317,5815],[6323,5815],[6323,5824],[1221,4009],[6330,5825],[6330,5833],[6338,5835],[6346,5844],[6354,5855],[6360,5862],[1215,4006],[6367,5869],[6363,5875],[6373,5878],[6369,5884],[6379,5886],[6375,5891],[6386,5894],[6381,5899],[6392,5903],[6388,5908],[1209,4010],[6399,5911],[6394,5916],[6406,5916],[5976,4961],[5974,4955],[5978,4951],[5980,4943],[5986,4938],[1202,4008],[5992,4933],[5997,4929],[6003,4924],[6010,4919],[6014,4915],[6021,4910],[6026,4905],[6032,4900],[6037,4896],[6043,4891],[1197,4011],[6049,4886],[6055,4881],[6061,4876],[6069,4870],[6074,4867],[6079,4863],[6086,4859],[6091,4855],[6097,4851],[6103,4847],[1190,4009],[6110,4843],[6115,4839],[6120,4835],[6125,4832],[6132,4827],[6139,4823],[6144,4819],[6150,4815],[6155,4812],[6161,4806],[1183,4013],[6168,4801],[6173,4800],[6168,4798],[6176,4787],[6188,4772],[6182,4776],[1176,4010],[6212,4735],[5975,4946],[5969,4951],[5964,4955],[6188,4785],[6188,4779],[1169,4014],[6194,4785],[6203,4786],[6204,4759],[6201,4767],[6210,4770],[6213,4779],[6217,4788],[6215,4806],[6119,4848],[6118,4858],[1161,4013],[6117,4868],[6137,4880],[6137,4888],[6144,4830],[6143,4838],[6143,4846],[6142,4855],[6141,4862],[6140,4872],[6071,4874],[1154,4018],[6073,4888],[6067,4895],[6061,4894],[6055,4894],[1147,4017],[6022,4899],[1143,4021],[6031,4892],[6695,4617],[6696,4627],[6697,4637],[6696,4648],[6695,4657],[6693,4666],[6690,4675],[6685,4683],[6680,4688],[1136,4020],[5045,2768],[5050,2764],[5055,2761],[5061,2757],[5066,2753],[5071,2749],[5077,2746],[5083,2741],[4619,4881],[1131,4025],[4623,4876],[4627,4871],[4630,4869],[4637,4868],[4643,4867],[4647,4866],[4654,4865],[4660,4865],[1124,4024],[4666,4864],[4674,4862],[4679,4858],[4683,4861],[4683,4857],[4692,4860],[4698,4855],[4701,4858],[4707,4855],[1117,4029],[4713,4859],[4718,4855],[4723,4858],[4729,4853],[4733,4856],[4737,4852],[5920,4887],[5912,4886],[5900,4883],[1112,4027],[5891,4882],[5882,4881],[5870,4879],[5860,4877],[5853,4872],[5847,4875],[5841,4870],[5835,4873],[5830,4868],[5825,4871],[1106,4032],[5820,4866],[5814,4869],[5810,4865],[1100,4031],[5723,4481],[5723,4474],[5722,4454],[5722,4436],[1094,4036],[5721,4401],[5720,4384],[5718,4368],[1089,4034],[5716,4352],[5725,4464],[5714,4335],[5725,4446],[5724,4428],[5724,4410],[1082,4039],[5724,4390],[5723,4377],[5720,4361],[5718,4343],[1076,4038],[7705,5076],[7712,5079],[7718,5081],[7724,5084],[7731,5087],[7738,5090],[7743,5091],[1070,4043],[7761,5098],[7776,5104],[7781,5106],[7791,5110],[7798,5113],[7804,5116],[7816,5116],[7828,5115],[7846,5121],[1063,4041],[7852,5121],[7859,5122],[7867,5126],[7875,5131],[7882,5135],[7890,5141],[7896,5145],[7903,5149],[5637,4404],[5643,4407],[1058,4046],[5648,4402],[5653,4404],[5658,4400],[5664,4402],[5672,4395],[5675,4399],[5679,4394],[5685,4397],[5690,4392],[5696,4395],[1051,4045],[5701,4389],[5709,4392],[5713,4387],[5719,4390],[5637,4397],[5646,4396],[5657,4393],[5664,4392],[6367,4118],[3716,6478],[6373,4118],[6379,4117],[6385,4117],[6391,4117],[6397,4116],[6402,4116],[6408,4116],[6414,4115],[6419,4115],[6424,4115],[3714,6478],[6429,4114],[6436,4114],[6442,4114],[6449,4113],[6454,4113],[6462,4115],[6467,4115],[6473,4115],[6479,4114],[6485,4111],[3714,6479],[6488,4106],[6488,4099],[6490,4096],[6496,4094],[5015,1463],[5008,1475],[4996,1498],[4992,1509],[4988,1519],[4983,1529],[3717,6477],[4979,1540],[4608,4121],[4616,4127],[4612,4118],[4617,4111],[4615,4104],[4619,4098],[4618,4091],[4622,4085],[4621,4079],[3717,6478],[4622,4069],[4626,4067],[4626,4056],[4630,4048],[4628,4042],[4633,4036],[4631,4030],[4635,4024],[4634,4017],[4638,4011],[3714,6475],[4635,4010],[4639,4006],[4639,3993],[4643,3990],[4642,3979],[4645,3964],[4526,4262],[4539,4268],[4544,4275],[3715,6464],[4551,4275],[4555,4281],[4570,4285],[4564,4286],[4581,4293],[4575,4291],[4588,4303],[4583,4301],[4596,4312],[4590,4310],[3712,6456],[4604,4322],[4598,4320],[9495,6243],[9501,6242],[9507,6239],[9514,6236],[3713,6447],[9520,6233],[9527,6230],[9535,6227],[9541,6225],[9547,6221],[5691,3320],[5691,3337],[5692,3351],[5696,3367],[5702,3383],[3710,6439],[7336,7716],[7327,7708],[7317,7702],[7309,7695],[7300,7685],[7293,7680],[7284,7674],[7274,7666],[7265,7660],[7259,7654],[3710,6429],[7238,7639],[7230,7633],[3708,2731],[3715,2724],[3717,2715],[3723,2709],[3727,2699],[3734,2695],[3739,2686],[3747,2682],[3706,6426],[3750,2674],[3758,2670],[3763,2661],[6339,5637],[6347,5643],[6357,5642],[6366,5639],[6374,5636],[6383,5633],[7289,5322],[3713,6424],[7293,5319],[7299,5314],[7311,5305],[5877,5151],[5880,5154],[6709,3589],[6712,3575],[6715,3562],[6718,3548],[3717,6420],[6725,3522],[6716,3527],[6708,3529],[6698,3533],[7083,7726],[7085,7717],[7087,7709],[7089,7701],[7091,7692],[7093,7683],[3703,6417],[7095,7675],[7097,7666],[7101,7649],[7104,7636],[7107,7622],[7110,7609],[7119,7594],[7122,7582],[7126,7569],[7129,7558],[3716,6412],[7131,7545],[7133,7524],[7135,7512],[7135,7497],[7136,7485],[6032,4994],[6032,5002],[6031,5009],[6031,5016],[6034,5020],[3702,6408],[6030,5027],[6034,5032],[6029,5038],[6033,5044],[6028,5049],[6028,5056],[6028,5062],[6027,5072],[6027,5080],[6026,5088],[3714,6403],[6026,5095],[6026,5106],[6025,5111],[6024,5123],[6029,5130],[6034,5137],[6038,5145],[6043,5152],[6048,5162],[6036,5038],[3701,6398],[6044,5039],[6049,5039],[6036,5050],[6042,5051],[6049,5052],[6056,5053],[6058,5059],[6055,5066],[6048,5066],[6042,5065],[3712,6394],[6036,5065],[6020,5115],[6012,5110],[6003,5102],[5996,5095],[5988,5088],[5982,5082],[5984,5072],[5985,5061],[5975,5076],[3699,6390],[5968,5069],[5965,5065],[5965,5056],[5411,4600],[5408,4595],[5411,4592],[5408,4585],[3710,6385],[5412,4582],[5409,4577],[5412,4574],[5410,4568],[5413,4565],[5410,4561],[5414,4557],[5411,4552],[5415,4546],[5412,4542],[3698,6379],[5415,4538],[5413,4532],[5416,4528],[5413,4524],[5417,4520],[5414,4513],[5417,4509],[5415,4505],[5418,4500],[5415,4496],[3708,6376],[5416,4490],[5416,4483],[5420,4481],[5417,4475],[5420,4472],[5418,4468],[5421,4463],[5418,4459],[5421,4457],[5419,4450],[3697,6370],[5422,4447],[5419,4442],[5423,4438],[5420,4433],[5424,4430],[5421,4424],[5424,4421],[4375,3247],[4380,3248],[4363,3250],[3706,6368],[4369,3251],[4349,3254],[4356,3255],[7975,8038],[7976,8042],[7967,8044],[7959,8050],[7953,8058],[7946,8064],[7939,8069],[3697,6362],[7932,8075],[7925,8081],[7918,8086],[7911,8092],[7904,8097],[7896,8104],[7889,8109],[7876,8121],[7863,8131],[7851,8141],[3703,6360],[7838,8151],[7833,8156],[7822,8165],[7795,8173],[7779,8174],[7763,8175],[7747,8176],[7731,8177],[7715,8178],[3700,6357],[7700,8179],[7684,8180],[7665,8180],[7651,8181],[7637,8182],[4984,1242],[4976,1242],[4966,1242],[4956,1245],[4949,1245],[3700,6348],[4941,1245],[4932,1245],[6749,6460],[6752,6466],[6754,6473],[6734,6478],[6756,6479],[3701,6337],[6757,6486],[6759,6492],[6760,6499],[6761,6506],[6762,6513],[6762,6521],[3706,6413],[6761,6528],[7849,6756],[7860,6769],[7870,6779],[7882,6791],[7893,6801],[7902,6811],[3712,6412],[7913,6822],[7924,6833],[7934,6843],[7944,6855],[7956,6873],[6354,5348],[6361,5338],[6349,5355],[6369,5329],[6396,5296],[3718,6408],[6375,5322],[6404,5283],[6381,5312],[6411,5272],[6386,5305],[6420,5255],[6391,5298],[6428,5242],[6398,5288],[6406,5275],[3724,6406],[6414,5261],[6422,5246],[4932,2901],[4933,2891],[4935,2868],[4936,2844],[4937,2826],[4938,2808],[4947,2792],[4962,2770],[3705,6376],[4972,2756],[4982,2742],[4995,2741],[5019,2739],[4934,2879],[4935,2856],[4936,2835],[4937,2817],[4942,2800],[4952,2785],[3694,6380],[4967,2763],[4977,2749],[4988,2742],[5001,2741],[5015,2740],[7486,7955],[7488,7965],[7489,7974],[7489,7984],[7491,8002],[3686,6378],[7492,8012],[7492,8022],[7493,8037],[7493,8058],[7508,8058],[7492,8076],[7489,8093],[4969,2727],[4977,2736],[6944,4626],[3686,6384],[6940,4632],[6935,4640],[6931,4647],[6926,4654],[6922,4661],[6918,4667],[6913,4674],[6905,4682],[6899,4690],[6894,4697],[3701,6378],[6888,4704],[6884,4709],[6876,4713],[6871,4719],[6867,4724],[6864,4728],[6859,4733],[6856,4736],[6852,4739],[6849,4743],[3811,7798],[6845,4746],[6839,4752],[6837,4754],[6834,4756],[6830,4760],[6826,4763],[6823,4766],[6819,4770],[6815,4773],[6810,4777],[3816,7808],[6807,4780],[6803,4783],[6799,4786],[6795,4790],[6791,4793],[6788,4796],[6785,4798],[6781,4802],[6776,4805],[6772,4809],[3820,7815],[6767,4813],[6763,4816],[6759,4819],[6755,4823],[6752,4826],[6747,4829],[6743,4832],[6740,4836],[6736,4839],[6732,4842],[3824,7824],[6728,4845],[6723,4846],[4152,4833],[4831,2139],[2975,6102],[4827,2128],[4825,2119],[4821,2106],[4818,2096],[4814,2086],[4806,2092],[4798,2099],[5531,298],[5528,292],[5524,287],[2969,6106],[5522,279],[5518,273],[5514,266],[5509,261],[5505,254],[5502,249],[4760,1803],[4768,1807],[4779,1811],[4788,1815],[1966,5083],[4798,1819],[4809,1823],[4819,1827],[7148,5249],[7159,5238],[7169,5229],[7181,5220],[7215,5211],[7246,5214],[7259,5218],[1963,5090],[7257,5233],[7257,5251],[7273,5223],[8263,6243],[8262,6233],[8256,6208],[8255,6194],[8254,6177],[8253,6164],[8251,6150],[1961,5081],[8250,6135],[8249,6121],[8247,6108],[8246,6093],[8245,6080],[8244,6067],[8243,6054],[8241,6038],[8240,6021],[8238,6008],[1956,5088],[8237,5996],[8236,5984],[8235,5970],[8233,5952],[8232,5938],[8231,5924],[8245,6169],[8235,6171],[8224,6172],[8215,6174],[1954,5080],[5589,4661],[5586,4657],[5581,4661],[5577,4657],[5572,4661],[5568,4657],[5563,4661],[5559,4657],[5555,4662],[5550,4658],[1950,5086],[5545,4662],[5540,4658],[5534,4662],[5530,4659],[5524,4663],[5519,4659],[5515,4663],[5510,4659],[5504,4663],[5499,4659],[1947,5077],[5494,4664],[5490,4660],[5485,4664],[5482,4660],[5476,4664],[5471,4660],[5466,4665],[5453,4661],[5457,4665],[5444,4661],[1943,5084],[5447,4665],[5436,4662],[5440,4665],[5425,4662],[5430,4666],[5414,4662],[5419,4666],[5403,4662],[5408,4666],[5395,4662],[1941,5075],[5399,4666],[5388,4662],[5391,4666],[5619,3505],[5621,3513],[5624,3495],[5627,3476],[5631,3458],[6825,6196],[6817,6195],[1936,5081],[6803,6188],[6811,6189],[6790,6181],[6797,6181],[6775,6173],[6762,6166],[6769,6167],[6756,6160],[4865,3472],[1934,5072],[4867,3466],[4869,3458],[4870,3451],[4488,4861],[4491,4864],[1929,5079],[5528,4378],[5534,4382],[5539,4377],[5543,4381],[5548,4376],[1927,5070],[5553,4381],[5557,4376],[5561,4380],[5566,4375],[5571,4380],[5575,4375],[5581,4379],[5595,4369],[5588,4378],[5605,4365],[1923,5077],[5591,4376],[5613,4362],[5602,4371],[5610,4368],[5555,4384],[5552,4390],[6062,6050],[6052,6041],[6040,6029],[6070,6059],[1920,5068],[6081,6069],[6091,6079],[6099,6087],[4503,4420],[4498,4419],[4490,4415],[4486,4414],[6346,5575],[6337,5570],[6330,5565],[1916,5075],[6321,5560],[6313,5555],[4571,3527],[4575,3522],[4567,3538],[4571,3535],[4562,3554],[4566,3549],[4558,3567],[4562,3561],[1914,5065],[4553,3581],[4558,3575],[4549,3594],[4553,3589],[4543,3611],[4548,3604],[4541,3615],[4544,3618],[4539,3624],[4543,3623],[1910,5073],[4542,3629],[4539,3633],[9678,6103],[9689,6101],[9698,6099],[9705,6097],[9714,6095],[4666,4737],[1907,5063],[4664,4734],[4651,4745],[4661,4738],[4926,3707],[4921,3701],[4914,3702],[4909,3695],[4903,3696],[4899,3691],[1903,5071],[4895,3693],[4890,3686],[4883,3687],[4878,3680],[4871,3681],[4866,3674],[4860,3675],[4855,3668],[4847,3664],[4840,3662],[2823,3904],[1899,5061],[4834,3659],[4829,3656],[4822,3654],[4816,3651],[4810,3647],[4148,4706],[1897,5070],[4150,4702],[4153,4698],[4011,4692],[4017,4696],[4017,4697],[4017,4705],[4021,4706],[1894,5060],[4020,4711],[4024,4712],[4022,4717],[4027,4719],[4025,4724],[4029,4726],[1892,5068],[4085,4754],[4155,4699],[1887,5058],[4159,4692],[4164,4684],[4168,4676],[4172,4670],[4175,4665],[4178,4658],[4182,4651],[4185,4644],[3767,1473],[1886,5067],[1880,5057],[1879,5064],[1874,5055],[1873,5063],[1866,5054],[1865,5062],[3531,1020],[3539,1017],[1859,5053],[3542,1041],[3530,1046],[3550,1058],[3556,1055],[3565,1070],[3572,1087],[3564,1089],[3552,1088],[3549,1073],[3537,1071],[1857,5060],[1851,5051],[1849,5059],[3701,1376],[3706,1386],[3711,1396],[3716,1406],[1843,5050],[3720,1416],[3725,1425],[3729,1433],[3731,1438],[3734,1443],[3736,1448],[3741,1457],[3745,1466],[3749,1475],[3753,1483],[1842,5058],[7348,7241],[7354,7246],[7361,7246],[7364,7253],[7369,7256],[7368,7259],[7373,7263],[6484,6071],[6490,6073],[6483,6080],[1835,5049],[6489,6082],[6482,6091],[6487,6092],[6481,6099],[6486,6100],[6480,6107],[6485,6108],[6478,6115],[6484,6116],[6478,6122],[1836,5057],[6483,6124],[6478,6130],[6479,6140],[7840,7965],[7849,7980],[7857,7998],[4083,2371],[4086,2365],[4090,2366],[4094,2360],[1829,5049],[4100,2360],[4104,2354],[4111,2352],[4115,2346],[4122,2345],[4125,2340],[4131,2339],[4136,2333],[4142,2332],[4148,2325],[1829,5057],[4160,2317],[4167,2316],[4173,2309],[4180,2307],[4184,2300],[4189,2298],[4192,2290],[4198,2288],[4203,2278],[4209,2275],[1823,5048],[4217,2263],[3665,2579],[3659,2574],[3661,2582],[3645,2582],[3638,2579],[3630,2581],[3625,2576],[1822,5056],[3618,2577],[3611,2571],[3604,2572],[3598,2567],[3590,2567],[3585,2562],[3576,2562],[3570,2557],[3563,2557],[3555,2551],[1815,5047],[3549,2552],[3540,2546],[3532,2547],[3525,2548],[3520,2555],[3513,2556],[3507,2562],[3498,2561],[3491,2566],[3481,2566],[1816,5055],[3475,2570],[3468,2569],[3455,2575],[3452,2573],[3446,2577],[3436,2580],[3429,2582],[3423,2583],[3417,2584],[4731,4593],[1809,5047],[4728,4606],[4732,4600],[4723,4609],[4730,4611],[4722,4616],[4728,4618],[4720,4624],[4726,4625],[4719,4630],[4725,4632],[1809,5055],[4720,4645],[4724,4637],[4716,4662],[4720,4654],[4713,4677],[4717,4669],[4710,4690],[4714,4684],[4706,4695],[4710,4700],[1802,5046],[4697,4692],[4701,4698],[4687,4688],[4691,4694],[4696,4703],[4694,4714],[4695,4726],[4694,4735],[4697,4714],[1803,5054],[4701,4715],[4705,4716],[4703,4710],[4705,4704],[4711,4707],[4718,4709],[4722,4713],[4711,4711],[4709,4716],[4708,4721],[1795,5045],[4707,4727],[4706,4732],[4704,4740],[4700,4746],[4722,4704],[4721,4668],[4722,4660],[4724,4653],[4726,4646],[4727,4636],[1796,5053],[4730,4631],[4124,1515],[4155,1454],[4163,1440],[4140,1485],[4132,1502],[1789,5045],[1791,5053],[1783,5044],[1783,5052],[1777,5043],[1776,5051],[1770,5043],[1770,5051],[7380,7522],[7375,7533],[7371,7542],[7366,7553],[1764,5042],[7362,7561],[7358,7571],[7352,7583],[7347,7594],[7336,7619],[7332,7630],[7327,7641],[7321,7654],[7316,7664],[7311,7675],[1763,5050],[7307,7684],[7302,7696],[7297,7706],[7292,7718],[7288,7728],[4107,4423],[4112,4423],[4118,4415],[4119,4407],[1757,5041],[4125,4405],[4126,4398],[4132,4396],[4133,4389],[4139,4388],[4140,4380],[4146,4380],[4148,4374],[4154,4374],[4156,4368],[1758,5049],[4162,4369],[7745,3637],[7725,3634],[7719,3634],[7706,3632],[7692,3631],[7680,3630],[7667,3628],[5834,3654],[5851,3652],[1750,5041],[5864,3651],[5879,3649],[5893,3647],[5907,3645],[5923,3643],[5930,3645],[5935,3644],[5942,3642],[5948,3641],[5953,3640],[1751,5048],[5959,3638],[5964,3637],[5969,3635],[5975,3633],[5981,3632],[5986,3630],[5992,3629],[5997,3627],[6003,3625],[6009,3620],[1743,5040],[5736,5053],[5740,5046],[5741,5050],[5747,5042],[5752,5033],[5761,5019],[5767,5011],[5772,5002],[5778,4994],[1744,5048],[5812,4934],[5810,4939],[5804,4949],[5798,4959],[7656,8003],[7654,7988],[1736,5039],[4543,3935],[4548,3930],[4548,3920],[4552,3915],[4552,3908],[4557,3902],[4556,3892],[4561,3887],[4561,3878],[4565,3873],[1737,5047],[4565,3863],[4574,3835],[4578,3831],[4578,3823],[4583,3817],[4582,3808],[4587,3802],[4587,3794],[4591,3788],[4591,3780],[1729,5038],[4596,3775],[4569,3853],[4570,3848],[4572,3842],[7607,7230],[7612,7227],[7615,7219],[7621,7216],[7622,7210],[7628,7207],[1730,5046],[7630,7200],[7635,7198],[7637,7191],[6650,4557],[6649,4547],[4249,2694],[4259,2693],[4267,2687],[4276,2681],[4284,2675],[1722,5038],[4292,2669],[4298,2665],[4308,2657],[4317,2651],[4325,2645],[4333,2639],[4341,2634],[4349,2628],[4357,2622],[4367,2615],[1723,5046],[4375,2609],[4382,2604],[4386,2601],[4381,2597],[4377,2588],[4393,2596],[4395,2602],[4400,2611],[4406,2620],[4411,2629],[1715,5037],[4415,2638],[4419,2647],[4401,2594],[4408,2585],[4417,2581],[4425,2572],[4435,2569],[4442,2560],[4450,2557],[4456,2550],[1716,5045],[4465,2547],[4469,2540],[4476,2539],[4481,2531],[4489,2529],[4493,2523],[4501,2521],[4506,2514],[4512,2512],[4518,2505],[1708,5036],[4523,2504],[1709,5044],[7886,5348],[7886,5357],[1701,5035],[7885,5366],[7885,5376],[7884,5393],[7884,5401],[7866,6454],[7876,6450],[7883,6448],[7894,6443],[7897,6433],[8133,5956],[1702,5043],[8141,5950],[8151,5943],[8158,5939],[8169,5936],[8176,5934],[7640,5897],[7647,5887],[7653,5880],[7662,5871],[7669,5863],[1695,5035],[7687,5845],[7697,5835],[5316,313],[5322,315],[5328,323],[4731,4994],[4727,4987],[4721,4989],[1694,5043],[4719,4983],[4714,4985],[4710,4978],[4705,4979],[4702,4973],[4696,4975],[4693,4968],[4691,4963],[4692,4956],[4694,4948],[1688,5034],[4695,4940],[4698,4933],[4701,4938],[4707,4940],[4713,4942],[4720,4944],[4727,4946],[4733,4948],[4740,4950],[4746,4948],[1688,5042],[4746,4955],[4744,4963],[4743,4972],[4741,4982],[4727,4997],[4725,5005],[4723,5009],[4716,5006],[4716,5001],[4717,4993],[1681,5034],[4689,4970],[4688,4978],[4686,4986],[4684,4995],[4689,4997],[4699,5000],[4702,5005],[4700,5015],[7335,4073],[7344,4068],[1681,5041],[7353,4064],[7362,4059],[7374,4054],[7386,4049],[7395,4045],[7407,4044],[7417,4046],[7428,4048],[6336,5385],[6332,5390],[1674,5033],[6327,5395],[9005,9346],[9018,9347],[9024,9348],[9023,9364],[9022,9381],[9022,9394],[9024,9403],[9027,9419],[9032,9435],[1674,5040],[9034,9453],[9036,9469],[9037,9486],[9038,9502],[9038,9519],[9041,9547],[8999,9345],[9011,9347],[9024,9356],[9023,9372],[1667,5032],[9021,9389],[9026,9414],[9029,9427],[9034,9444],[9035,9461],[9036,9478],[9037,9495],[9038,9511],[9040,9526],[9041,9536],[1668,5040],[4925,3167],[4920,3177],[4914,3186],[4910,3192],[4905,3199],[4899,3207],[4894,3214],[5218,5483],[5213,5488],[5211,5496],[1660,5031],[5207,5501],[5214,5502],[5206,5508],[5208,5519],[5213,5523],[5221,5520],[5219,5507],[5222,5500],[5226,5493],[5233,5479],[1660,5039],[5237,5471],[5225,5513],[5229,5518],[5234,5522],[5239,5526],[5244,5530],[7034,6898],[7029,6905],[7028,6912],[5271,3946],[1653,5031],[5270,3956],[5269,3963],[5268,3980],[5267,3989],[5267,3997],[5266,4007],[5265,4015],[5267,4027],[5263,4035],[1653,5038],[5265,4045],[5262,4053],[5260,4070],[5262,4080],[5259,4086],[5261,4095],[5258,4111],[5257,4106],[5250,4111],[1646,5031],[5245,4105],[5244,4114],[5243,4124],[5242,4135],[5242,4141],[5252,4137],[5255,4135],[5260,4131],[5253,4122],[5259,4123],[1647,5038],[5266,4124],[5271,4125],[4958,2895],[4962,2885],[4967,2877],[4970,2871],[4973,2865],[4977,2867],[4981,2872],[1639,5031],[7540,5769],[7549,5766],[7557,5764],[7565,5760],[7574,5755],[7582,5750],[7590,5743],[7597,5735],[7605,5726],[7612,5715],[1640,5038],[5019,4165],[5022,4157],[5027,4156],[5029,4149],[5038,4143],[5041,4135],[5047,4133],[6135,6082],[6130,6090],[6140,6087],[1632,5032],[6135,6095],[6145,6093],[6141,6100],[6150,6098],[6146,6105],[6159,6109],[6156,6115],[6166,6117],[6163,6122],[6174,6126],[1633,5039],[6171,6131],[6183,6134],[6179,6139],[6191,6142],[6188,6147],[6199,6150],[6196,6156],[6207,6157],[6203,6163],[6214,6165],[1625,5033],[6211,6170],[6223,6173],[6219,6178],[6231,6181],[6227,6186],[6239,6188],[6236,6194],[6248,6196],[6244,6203],[6256,6204],[1626,5040],[6252,6210],[6261,6209],[6258,6216],[6266,6214],[6263,6220],[6271,6218],[6268,6225],[6288,6234],[6284,6240],[6303,6250],[1619,5035],[6311,6258],[6300,6255],[6321,6267],[6309,6264],[6337,6283],[6344,6291],[1620,5042],[6353,6300],[6361,6309],[6369,6317],[6378,6326],[6384,6332],[1612,5037],[6418,6349],[6434,6356],[6424,6355],[6445,6360],[6440,6362],[6456,6365],[1614,5044],[6448,6365],[6463,6368],[6462,6371],[6470,6375],[6478,6378],[6485,6381],[6495,6383],[6503,6384],[6513,6384],[6522,6385],[1606,5039],[6531,6386],[6538,6388],[6547,6389],[6555,6391],[6565,6392],[6575,6394],[6583,6396],[6593,6398],[6604,6400],[6614,6402],[1609,5046],[6622,6403],[6630,6404],[6638,6406],[6646,6407],[6654,6409],[6664,6410],[6673,6412],[6682,6414],[6691,6415],[6700,6415],[1601,5042],[6707,6414],[6714,6413],[6723,6411],[6732,6410],[6741,6409],[6750,6407],[6760,6406],[6769,6405],[6778,6403],[6410,6345],[1604,5048],[6405,6343],[6401,6341],[6398,6356],[1595,5045],[1597,5051],[1589,5048],[1592,5054],[1584,5051],[1585,5059],[6400,6366],[6399,6365],[6398,6364],[6396,6363],[6394,6361],[1578,5055],[6393,6359],[6392,6358],[6402,6363],[6400,6362],[6398,6360],[6397,6359],[6395,6358],[6394,6357],[6393,6356],[1579,5064],[1573,5060],[1573,5068],[6399,6343],[6400,6341],[6401,6345],[6402,6343],[6402,6346],[6403,6344],[3178,6671],[1567,5065],[6404,6347],[6405,6346],[6405,6347],[6405,6346],[1568,5074],[1562,5070],[1562,5079],[1556,5076],[1557,5085],[1551,5082],[6812,3213],[6818,3208],[6823,3204],[6828,3199],[6834,3194],[1552,5092],[6840,3189],[6844,3185],[6849,3181],[6854,3176],[6860,3172],[6865,3167],[6871,3162],[6877,3157],[6882,3152],[6887,3147],[1546,5089],[6887,3138],[6887,3130],[6886,3122],[6886,3114],[6885,3105],[6885,3096],[6884,3088],[6884,3080],[6884,3071],[6883,3063],[1547,5098],[6883,3054],[6882,3046],[9738,6142],[9733,6151],[9728,6161],[9722,6172],[9717,6182],[9711,6194],[9704,6205],[9699,6216],[1541,5095],[9693,6226],[9688,6235],[9683,6246],[9671,6249],[9686,6262],[9684,6274],[9675,6281],[9662,6269],[9679,6256],[9677,6270],[1543,5104],[9668,6276],[9669,6264],[9662,6286],[9656,6296],[9651,6306],[9646,6315],[9640,6326],[9634,6338],[9627,6350],[7402,5726],[1536,5101],[7401,5734],[7401,5743],[7401,5752],[6836,8129],[6837,8120],[6839,8111],[6840,8103],[6842,8094],[6843,8086],[6844,8077],[1538,5110],[6842,8069],[6846,8063],[6847,8054],[6849,8046],[6850,8037],[6851,8028],[6853,8019],[6854,8010],[6855,8002],[6857,7993],[1531,5107],[6858,7986],[6859,7978],[6860,7970],[6862,7961],[6863,7952],[6865,7943],[6866,7934],[6860,7936],[6862,7932],[6867,7925],[1533,5116],[6863,7924],[6870,7917],[6865,7917],[6871,7908],[6866,7909],[6871,7899],[6867,7901],[6872,7893],[6868,7894],[6874,7883],[1525,5113],[6875,7875],[6876,7867],[6877,7859],[6879,7850],[6880,7843],[6881,7835],[6882,7827],[6884,7817],[6885,7808],[6886,7800],[1527,5122],[6888,7791],[6889,7784],[6890,7775],[6891,7767],[6893,7758],[6894,7749],[6898,7722],[6900,7713],[6901,7704],[6902,7695],[1519,5118],[6904,7686],[6905,7679],[6906,7670],[6908,7661],[6909,7652],[6910,7643],[6912,7636],[6909,7629],[6913,7627],[6911,7618],[1521,5127],[6915,7620],[6916,7610],[6921,7602],[6927,7596],[6925,7592],[6931,7589],[6936,7581],[6940,7575],[6981,7504],[6952,7553],[1513,5122],[6944,7567],[6956,7547],[6948,7561],[6964,7532],[6960,7541],[6969,7524],[6889,7978],[6881,7976],[6873,7974],[6871,7985],[1515,5131],[6869,7998],[6899,7981],[6905,7987],[6904,7998],[6902,8006],[6892,8009],[8186,5873],[8192,5870],[1507,5125],[8199,5868],[8206,5865],[8215,5862],[8226,5856],[8232,5851],[8236,5845],[8236,5851],[8247,5836],[8244,5844],[8256,5830],[1509,5135],[8256,5835],[8265,5823],[8274,5821],[8273,5816],[8284,5814],[8283,5808],[8292,5807],[8292,5801],[8301,5800],[8301,5794],[8309,5794],[8311,5787],[8317,5788],[8320,5780],[8324,5782],[8329,5773],[8333,5775],[8338,5765],[8340,5773],[8345,5782],[8349,5791],[8353,5799],[8216,5854],[8215,5847],[8213,5840],[8211,5828],[8217,5822],[8224,5819],[8226,5810],[8219,5810],[8187,5859],[8187,5851],[8191,5857],[8191,5849],[8195,5848],[8197,5854],[8199,5861],[8184,5866],[5729,3514],[5742,3518],[2708,7850],[5755,3521],[5766,3525],[5777,3528],[4593,3479],[4589,3481],[4583,3479],[4576,3482],[4572,3480],[4566,3483],[4559,3480],[2704,7860],[4555,3483],[4549,3480],[4544,3480],[4525,3485],[4530,3481],[4519,3481],[4501,3486],[4507,3482],[2706,7868],[4488,3486],[4494,3482],[4475,3487],[4482,3483],[4462,3487],[4456,3484],[5022,319],[4463,1515],[4459,1509],[2703,7874],[4454,1501],[4448,1491],[4441,1482],[4437,1474],[4431,1465],[4427,1452],[4424,1443],[4421,1432],[4419,1426],[4416,1415],[2704,7881],[4413,1405],[4411,1396],[4408,1387],[4405,1377],[4402,1367],[4399,1357],[4396,1348],[4394,1338],[4391,1329],[4387,1319],[2701,7890],[4385,1309],[4382,1299],[4379,1289],[4376,1279],[4374,1269],[4372,1259],[5252,1203],[2702,7898],[5245,1200],[5238,1195],[5231,1191],[5224,1186],[5218,1183],[5212,1179],[5206,1175],[5201,1172],[5194,1168],[5188,1164],[2699,7905],[5182,1161],[5108,1090],[5102,1084],[5096,1077],[5090,1071],[5161,1150],[5157,1145],[5151,1137],[5146,1131],[5132,1115],[2700,7913],[5120,1102],[4362,3534],[4358,3540],[4362,3545],[4359,3549],[4362,3555],[4360,3563],[4364,3567],[4360,3572],[4364,3580],[2697,7920],[4361,3585],[4365,3589],[4362,3594],[4366,3598],[4363,3604],[4366,3608],[4363,3612],[4366,3619],[4364,3638],[4368,3632],[2699,7927],[4365,3651],[4368,3645],[4369,3658],[8174,3663],[8170,3673],[8166,3682],[8162,3691],[2696,7931],[8157,3701],[8148,3721],[8143,3732],[8138,3742],[8133,3752],[4445,3489],[4455,3489],[4446,3497],[4455,3497],[4446,3504],[2697,7941],[4455,3504],[4446,3511],[4455,3516],[4447,3523],[4456,3522],[4449,3532],[4456,3532],[4448,3540],[4457,3540],[2695,7941],[4448,3548],[4457,3549],[4449,3557],[4457,3557],[4449,3567],[4458,3564],[4450,3575],[4458,3573],[4450,3583],[4459,3581],[4450,3591],[4459,3589],[4451,3601],[4460,3599],[4452,3609],[4460,3608],[4452,3617],[4461,3617],[4453,3627],[4461,3626],[4453,3636],[4462,3635],[4454,3645],[4462,3643],[4454,3654],[4463,3652],[4455,3663],[4464,3662],[4455,3671],[4464,3669],[1243,4842],[4456,3680],[4465,3678],[4457,3687],[4465,3686],[4457,3695],[4466,3696],[4458,3705],[4466,3705],[4458,3712],[4467,3712],[4459,3724],[4467,3722],[4459,3734],[4467,3731],[4459,3740],[4468,3739],[4459,3752],[4468,3748],[4459,3760],[4468,3757],[4459,3769],[4468,3765],[4460,3776],[4468,3772],[4460,3784],[4468,3781],[4460,3794],[4468,3789],[4460,3801],[4469,3798],[4460,3810],[4469,3807],[4461,3819],[4469,3817],[4461,3829],[4469,3825],[4461,3838],[4469,3835],[4461,3849],[4470,3843],[4462,3858],[4470,3850],[4463,3866],[4471,3858],[4463,3874],[4471,3865],[4464,3881],[4472,3873],[4465,3888],[4473,3883],[4466,3895],[4474,3889],[4466,3901],[4469,3909],[4476,3906],[4471,3918],[4477,3915],[4469,3926],[4477,3923],[4470,3933],[4478,3930],[4471,3943],[4480,3944],[4475,3951],[4482,3952],[4474,3959],[4483,3959],[4475,3966],[4484,3966],[4473,3970],[4485,3975],[4476,3972],[4486,3983],[4478,3982],[4487,3990],[4479,3991],[4488,3996],[4480,4000],[4489,4005],[4481,4008],[4490,4014],[4483,4016],[4492,4022],[4484,4024],[4493,4032],[4485,4031],[4496,4042],[4486,4038],[4497,4051],[4488,4048],[4499,4060],[4490,4057],[4500,4067],[4492,4066],[4502,4078],[4494,4074],[4504,4086],[4495,4082],[4505,4095],[4497,4091],[4506,4104],[4498,4099],[4508,4113],[4500,4106],[4510,4122],[4501,4114],[4511,4129],[4503,4122],[4513,4137],[4505,4129],[4516,4146],[4507,4136],[4518,4154],[4509,4144],[4520,4164],[4511,4152],[4522,4172],[4513,4160],[4525,4181],[4515,4169],[4526,4190],[4517,4176],[4526,4200],[4519,4184],[4526,4208],[4519,4190],[4519,4199],[4518,4207],[4519,4216],[4451,3504],[4451,3522],[4453,3545],[4452,3545],[4454,3565],[4453,3567],[4456,3592],[4454,3592],[4457,3610],[4456,3621],[4463,3720],[4463,3715],[4465,3794],[4463,3798],[4464,3824],[4466,3867],[4467,3882],[4478,3948],[4476,3955],[4479,3966],[4523,4195],[4523,4210],[4453,3483],[4452,3478],[4451,3472],[4450,3467],[4448,3458],[1310,4887],[4446,3452],[4445,3446],[4443,3439],[4442,3432],[4441,3427],[4439,3420],[4438,3414],[1308,4889],[4455,3515],[4367,2232],[4367,2226],[4374,2217],[4380,2206],[4385,2196],[4391,2187],[4398,2176],[4403,2167],[4409,2157],[1301,4877],[4414,2148],[4421,2136],[4426,2127],[4426,2117],[4429,2109],[4429,2098],[4432,2088],[4432,2079],[4436,2065],[4438,2049],[4437,2039],[4441,2030],[4440,2020],[4443,2012],[4443,2001],[4446,1993],[4445,1985],[4449,1975],[4448,1966],[4452,1971],[4451,1948],[4451,1959],[4456,1928],[4455,1939],[4460,1910],[4460,1920],[4464,1891],[4464,1900],[4467,1873],[1286,4868],[4467,1883],[4472,1863],[4073,2367],[4070,2360],[4062,2356],[4058,2347],[4050,2343],[4046,2334],[4039,2330],[4035,2323],[1280,4866],[4028,2319],[4025,2311],[4019,2309],[4016,2302],[4011,2296],[4005,2290],[4000,2285],[3993,2279],[3988,2273],[3980,2265],[1274,4863],[3974,2260],[3966,2257],[3959,2254],[3951,2251],[3944,2249],[3937,2246],[3929,2243],[3921,2240],[3913,2237],[3907,2235],[1269,4860],[3901,2233],[3894,2230],[3887,2228],[3881,2225],[3873,2222],[3865,2219],[3857,2216],[3849,2213],[3841,2211],[3833,2208],[1263,4857],[3826,2205],[3820,2203],[3812,2200],[3805,2196],[3798,2192],[3791,2188],[3785,2185],[3778,2181],[3771,2177],[3765,2174],[1258,4854],[3758,2170],[3752,2166],[3745,2162],[3738,2159],[3732,2155],[3725,2151],[3719,2148],[3712,2144],[3707,2141],[3699,2137],[964,9095],[3692,2133],[3687,2130],[960,9089],[956,9082],[951,9076],[946,9068],[943,9062],[939,9056],[7514,3659],[7513,3670],[7513,3681],[7513,3689],[3777,7817],[7513,3698],[7513,3710],[7513,3721],[7512,3731],[7512,3739],[7512,3748],[7512,3757],[7512,3768],[7512,3776],[7511,3785],[3783,7811],[7511,3796],[4289,4072],[3785,7801],[4175,3052],[4174,3057],[4170,3049],[4166,3050],[4164,3044],[4159,3045],[4158,3040],[4153,3041],[4153,3036],[4148,3037],[3790,7794],[4146,3031],[4142,3033],[4142,3027],[4137,3029],[4136,3023],[4132,3025],[4131,3018],[4124,3020],[4126,3015],[3793,7784],[3688,2638],[3684,2635],[3684,2624],[3798,7776],[3679,2618],[3680,2607],[3674,2601],[3675,2591],[3670,2584],[3669,2574],[3664,2570],[3663,2559],[3657,2553],[3655,2544],[3800,7767],[3649,2538],[3650,2531],[3644,2526],[3643,2517],[3637,2511],[3636,2501],[3628,2494],[3624,2484],[3617,2480],[3611,2469],[3806,7762],[3604,2466],[3684,2613],[3693,2609],[3701,2604],[3707,2601],[3711,2599],[5049,4167],[5048,4160],[5042,4157],[5041,4150],[3808,7752],[5035,4148],[5034,4140],[5027,4137],[5025,4129],[5019,4126],[5017,4118],[5013,4114],[3814,7744],[5964,6042],[5952,6034],[9437,6286],[9437,6278],[9436,6268],[5815,4487],[5821,4482],[5822,4473],[5827,4469],[3817,7733],[5828,4460],[5834,4456],[5831,4453],[5832,4443],[5834,4440],[5831,4433],[5835,4427],[5831,4422],[5835,4417],[5831,4412],[3823,7725],[5834,4407],[5830,4403],[5834,4397],[5830,4392],[5939,6264],[5930,6257],[5920,6253],[3825,7715],[5904,6260],[4971,1451],[4980,1451],[4990,1451],[5000,1451],[5010,1451],[5022,1450],[5032,1450],[5042,1450],[5053,1450],[3830,7709],[5063,1451],[5071,1450],[5082,1450],[5090,1450],[5099,1450],[5107,1450],[5116,1450],[5126,1450],[5138,1448],[3833,7699],[5148,1445],[5157,1444],[5167,1440],[5175,1436],[7852,6401],[7859,6387],[7864,6375],[4036,2437],[4034,2427],[4032,2417],[3838,7693],[4030,2407],[4028,2397],[4025,2386],[4023,2377],[5000,2690],[5009,2681],[5014,2676],[5006,2684],[5354,4510],[5358,4507],[3841,7682],[5361,4511],[5366,4508],[5367,4512],[5373,4509],[5376,4513],[5381,4510],[5384,4514],[5388,4511],[5390,4515],[5394,4512],[3847,7675],[5398,4516],[5402,4513],[5405,4517],[5409,4514],[5412,4518],[5418,4515],[5421,4520],[5426,4516],[5428,4521],[5432,4517],[3849,7665],[5436,4521],[5439,4518],[5443,4523],[5446,4519],[5450,4523],[5454,4520],[5458,4524],[5461,4521],[5467,4526],[5470,4522],[3854,7658],[5473,4527],[5477,4523],[5480,4528],[5484,4524],[5487,4529],[5491,4525],[5494,4529],[5498,4526],[5501,4530],[5505,4527],[3857,7648],[5508,4531],[5511,4528],[5514,4532],[5519,4529],[5522,4533],[5524,4530],[5528,4534],[7772,4902],[7771,4911],[7769,4921],[3863,7645],[7768,4930],[7767,4936],[7765,4944],[7764,4952],[7763,4960],[7761,4970],[7760,4978],[7759,4985],[7757,4992],[7756,4999],[3867,7637],[7755,5006],[7753,5016],[7751,5030],[7749,5042],[7747,5053],[7746,5062],[7744,5070],[7743,5080],[7741,5087],[7740,5098],[3873,7633],[7738,5105],[7737,5114],[7735,5124],[6716,4729],[6724,4728],[6731,4726],[6738,4723],[4251,4338],[4247,4345],[4242,4345],[3877,7625],[4239,4353],[4233,4354],[4230,4361],[4224,4363],[4221,4370],[4216,4371],[7287,5865],[7289,5871],[7290,5876],[7292,5882],[3884,7621],[7293,5889],[7295,5895],[7296,5900],[7298,5906],[7301,5914],[7302,5921],[7304,5926],[7306,5933],[7307,5939],[7310,5944],[3889,7612],[7313,5948],[7318,5952],[7322,5955],[7327,5957],[7332,5960],[7337,5962],[7341,5964],[7878,4083],[7876,4091],[7874,4101],[3896,7607],[7872,4114],[7870,4124],[7867,4137],[7864,4150],[7859,4168],[7858,4179],[7856,4188],[7854,4197],[3880,3009],[6935,5104],[3900,7599],[6948,5101],[6961,5099],[6809,4373],[6796,4375],[6781,4377],[6768,4378],[6748,4384],[3907,7595],[6739,4385],[6726,4387],[6698,4390],[6684,4392],[4316,3014],[3911,7586],[4304,3025],[4298,3028],[4291,3033],[4286,3037],[4279,3042],[4274,3047],[4267,3052],[3918,7582],[4082,3216],[4076,3214],[4071,3205],[4060,3195],[4054,3192],[903,9168],[4051,3186],[4045,3184],[4042,3176],[4034,3173],[4029,3165],[4023,3162],[4020,3155],[4012,3152],[7628,7767],[7637,7768],[7646,7774],[7652,7781],[7658,7790],[7663,7799],[7669,7809],[7676,7820],[7682,7831],[7689,7842],[7697,7853],[7702,7862],[901,9166],[7709,7871],[7715,7880],[7721,7889],[7728,7900],[7739,7915],[7746,7925],[7753,7935],[7759,7944],[7765,7951],[7772,7960],[905,9163],[7778,7968],[7785,7978],[7792,7986],[7799,7995],[7807,8006],[7814,8017],[7821,8025],[7827,8033],[7835,8044],[7844,8057],[908,9158],[7850,8064],[7857,8073],[7863,8082],[7869,8090],[7878,8101],[7884,8109],[7891,8118],[7897,8126],[7904,8134],[7911,8142],[4056,4633],[4063,4632],[4067,4626],[4075,4625],[4080,4618],[4086,4619],[4090,4612],[4096,4613],[4100,4606],[4106,4606],[4029,4653],[4033,4647],[4049,4641],[4041,4641],[4024,4663],[4026,4657],[7051,4759],[7055,4766],[7058,4774],[913,9147],[7063,4790],[7066,4799],[7068,4808],[7069,4817],[7070,4826],[6590,3646],[6592,3626],[5460,452],[5464,457],[5469,463],[917,9140],[5476,469],[5482,473],[5488,477],[5494,481],[5501,486],[5507,490],[5514,495],[5520,500],[5526,504],[5533,509],[5539,513],[5546,518],[5552,522],[5559,527],[5564,530],[5572,532],[5580,535],[5587,537],[5594,539],[5603,542],[919,9131],[5610,544],[5616,546],[5626,549],[5633,551],[5641,553],[5649,556],[5657,558],[5664,561],[5672,565],[5681,570],[919,9124],[5162,2885],[5163,2876],[5172,2875],[5167,2871],[5170,2869],[5167,2860],[5163,2854],[5161,2847],[5159,2840],[5157,2832],[5155,2824],[5153,2816],[5151,2807],[5149,2800],[5147,2792],[5145,2784],[5164,2867],[5142,2775],[5139,2767],[5135,2759],[919,9119],[5132,2753],[5130,2746],[5127,2739],[5125,2730],[5122,2722],[5119,2715],[5116,2708],[5113,2701],[3989,4279],[920,9112],[3996,4271],[4009,4262],[4016,4254],[4023,4246],[4024,4239],[6174,4862],[921,9107],[6181,4863],[6187,4864],[6193,4864],[6212,4866],[6206,4866],[6223,4866],[6218,4870],[6234,4868],[6228,4871],[918,9108],[6199,4865],[6200,4856],[6201,4850],[6201,4840],[6202,4831],[6202,4826],[6203,4816],[6214,4823],[922,9103],[6233,4825],[6239,4826],[922,9097],[6241,4902],[925,9095],[925,9087],[6174,4852],[6181,4853],[6187,4854],[6194,4855],[6483,2526],[6493,2518],[6502,2512],[929,9081],[6506,2517],[6514,2516],[6522,2514],[6530,2506],[6532,2512],[6543,2510],[6544,2503],[6553,2506],[6552,2502],[6559,2495],[930,9074],[6564,2491],[6573,2481],[6576,2482],[6579,2474],[6586,2468],[6582,2477],[6589,2470],[6596,2463],[934,9068],[6599,2457],[6602,2457],[6608,2461],[6609,2451],[6612,2456],[6619,2449],[6626,2441],[6632,2435],[6610,2444],[6616,2444],[934,9060],[6620,2434],[6624,2436],[6632,2430],[6630,2425],[6639,2421],[6644,2416],[6649,2411],[6654,2406],[6651,2393],[6656,2396],[938,9055],[6659,2385],[6661,2375],[4849,1905],[4841,1902],[4834,1900],[4826,1897],[4818,1895],[5602,5634],[4508,4210],[4504,4204],[938,9047],[4498,4205],[4495,4199],[4491,4201],[4488,4195],[4481,4196],[4479,4191],[4474,4192],[4471,4186],[4465,4188],[4462,4181],[942,9040],[4456,4183],[4453,4176],[4447,4178],[4448,4174],[4443,4176],[4444,4172],[4435,4171],[4440,4170],[4426,4160],[4432,4165],[943,9032],[4420,4147],[4426,4152],[4420,4139],[4410,4122],[4410,4114],[4406,4112],[4406,4104],[4401,4099],[4401,4091],[947,9026],[4395,4085],[4396,4078],[4391,4074],[4392,4068],[4386,4063],[4386,4054],[4381,4049],[4381,4042],[4376,4039],[4377,4034],[947,9019],[4372,4029],[4373,4023],[4369,4020],[4369,4012],[4364,4009],[4365,4002],[4361,4001],[4360,3990],[4282,3792],[4279,3786],[951,9013],[4277,3778],[4274,3770],[4271,3762],[4268,3754],[4266,3746],[4513,4209],[4516,4214],[4262,3736],[4256,3730],[4256,3722],[952,9005],[4253,3720],[4255,3719],[4252,3718],[956,8997],[955,8990],[958,8982],[957,8976],[959,8968],[958,8960],[4254,3717],[961,8952],[3948,6133],[3943,6130],[3943,6121],[7450,5053],[7449,5074],[7448,5096],[7447,5117],[3939,6112],[7440,5130],[7430,5144],[7420,5158],[7398,5183],[7391,5188],[7378,5199],[7366,5209],[7354,5221],[7344,5230],[7335,5238],[3940,6103],[7323,5242],[7301,5236],[7285,5229],[3533,2541],[3537,2534],[3537,2524],[3540,2517],[3540,2508],[3544,2500],[3544,2486],[3936,6094],[3544,2477],[3544,2467],[3545,2459],[7447,6115],[7456,6116],[7465,6114],[7478,6113],[7484,6113],[7500,6111],[7505,6111],[3937,6084],[7515,6110],[7526,6109],[7536,6106],[7543,6104],[7552,6101],[7561,6098],[7570,6096],[7579,6093],[7589,6090],[7597,6087],[3934,6076],[7605,6085],[7615,6082],[7624,6079],[7634,6079],[7642,6079],[7652,6079],[7661,6079],[7666,6075],[7672,6081],[7677,6076],[3935,6067],[7677,6084],[7682,6074],[7691,6066],[7700,6057],[7708,6049],[7717,6041],[7725,6034],[7734,6026],[4395,3532],[3932,6059],[4398,3536],[4396,3542],[4399,3547],[4396,3553],[4399,3558],[4397,3565],[4399,3569],[4397,3575],[4400,3582],[4398,3585],[3933,6049],[4400,3590],[4398,3595],[4401,3601],[4399,3605],[4401,3612],[4399,3617],[4402,3629],[4400,3636],[4403,3642],[4400,3649],[3929,6041],[7348,7788],[7340,7765],[7333,7745],[7328,7730],[6266,4439],[6273,4442],[6278,4436],[6283,4440],[6290,4436],[6296,4440],[3930,6030],[6301,4436],[6307,4440],[6313,4435],[6318,4439],[6323,4433],[6329,4436],[6334,4431],[6297,4431],[6296,4424],[6290,4422],[3927,6022],[6266,4433],[6271,4431],[6277,4430],[6284,4430],[9202,7014],[9197,7010],[9192,7006],[9186,7003],[9221,6176],[9216,6187],[3928,6013],[9211,6200],[9205,6212],[9200,6223],[9195,6235],[9189,6245],[9181,6251],[9167,6268],[9161,6278],[9154,6289],[9149,6298],[3924,6004],[9143,6308],[9137,6319],[9130,6329],[3929,5996],[3928,5986],[3934,5979],[6507,6660],[6503,6667],[6437,6950],[7631,6801],[7624,6804],[7619,6806],[7612,6807],[7610,6810],[7606,6809],[7599,6810],[3934,5969],[7593,6812],[7587,6814],[7581,6816],[7575,6817],[6975,6895],[6981,6888],[6988,6879],[4776,3328],[4770,3321],[4764,3314],[2985,5869],[4759,3308],[4752,3311],[4753,3301],[4748,3294],[6488,5035],[6484,5025],[7155,6682],[7152,6689],[7145,6694],[7142,6701],[2978,5855],[7134,6706],[7131,6714],[7124,6718],[7120,6726],[7114,6729],[7110,6738],[7103,6742],[7100,6749],[7093,6754],[7090,6761],[2984,5863],[7082,6767],[7078,6774],[4440,3088],[4436,3084],[4446,3108],[4441,3101],[4698,2963],[4693,2967],[4688,2971],[4682,2975],[2190,8333],[4676,2979],[7372,5755],[7375,5730],[7377,5706],[7378,5690],[7378,5677],[7378,5664],[7378,5650],[7383,5577],[2195,8335],[7388,5557],[6763,7325],[6771,7327],[6781,7329],[6790,7329],[6798,7327],[6823,7326],[6832,7330],[6841,7331],[6851,7331],[2201,8337],[6860,7332],[6868,7334],[6876,7336],[6885,7339],[6893,7343],[6902,7346],[6909,7349],[6918,7352],[6924,7357],[6976,7369],[2205,8339],[6987,7372],[6996,7374],[7003,7376],[7011,7378],[6944,7363],[6955,7366],[6965,7369],[6827,7330],[6809,7324],[2211,8332],[6816,7324],[7265,7650],[7268,7637],[7271,7625],[7274,7613],[7279,7602],[4640,3805],[4643,3812],[4639,3820],[4642,3827],[2211,8322],[4639,3834],[4641,3842],[4638,3848],[4641,3854],[4637,3860],[4640,3868],[4636,3874],[4639,3880],[4636,3887],[4638,3897],[2210,8341],[4635,3904],[4637,3909],[4633,3917],[4631,3930],[4633,3937],[4629,3943],[6906,4140],[6918,4143],[5387,4856],[2218,8344],[5390,4838],[5388,4830],[5392,4823],[5390,4812],[5394,4806],[5392,4798],[5399,4777],[5397,4766],[2225,8347],[5401,4760],[5399,4752],[4459,4954],[4460,4960],[4464,4960],[4466,4967],[4472,4969],[4473,4976],[2231,8349],[4479,4979],[4481,4985],[4486,4987],[4488,4994],[4494,4996],[4496,5004],[4501,5005],[4502,5011],[4508,5013],[4509,5019],[2236,8352],[4514,5022],[4516,5028],[4522,5031],[4523,5036],[4488,4980],[4493,4986],[4501,4984],[4507,4989],[4515,4986],[4518,4986],[2240,8353],[3635,1066],[3642,1074],[3649,1080],[3657,1087],[3666,1095],[3673,1101],[3681,1109],[7672,8017],[7658,8018],[2246,8356],[7643,8019],[7628,8020],[7617,8025],[7605,8021],[7594,8022],[7582,8023],[7568,8023],[7555,8024],[7535,8025],[7528,8026],[2251,8358],[7514,8026],[7499,8027],[7486,8028],[7474,8028],[7452,8029],[7436,8030],[7422,8031],[8478,8435],[8476,8444],[8482,8454],[2257,8360],[8487,8463],[8492,8470],[9057,7137],[9066,7144],[5863,3843],[5865,3852],[5867,3860],[5869,3869],[5870,3878],[2264,8363],[5872,3887],[5874,3897],[5876,3904],[5878,3913],[5880,3922],[5881,3930],[5882,3940],[5883,3949],[5884,3957],[5885,3966],[2269,8365],[5886,3975],[5887,3985],[5889,4005],[5890,4014],[5891,4023],[5892,4032],[5894,4042],[5895,4050],[5896,4060],[2274,8367],[5897,4068],[5898,4076],[5899,4084],[5899,4098],[5904,4097],[5901,4105],[5905,4109],[5902,4115],[5906,4120],[5903,4127],[2280,8369],[5907,4133],[5905,4137],[5909,4144],[5907,4161],[5910,4153],[5909,4172],[5911,4165],[5910,4182],[5912,4176],[5911,4194],[2285,8372],[5914,4188],[5912,4204],[5915,4197],[5914,4215],[5916,4207],[5915,4224],[5917,4219],[5916,4233],[5918,4227],[5917,4244],[2290,8374],[5920,4239],[5918,4256],[5921,4248],[5920,4267],[5923,4271],[5921,4277],[5925,4282],[5922,4286],[5926,4292],[5923,4298],[2297,8376],[5927,4304],[5925,4312],[5929,4316],[5926,4324],[5930,4330],[5928,4336],[5932,4343],[5929,4347],[5933,4354],[5930,4359],[1736,8826],[2302,8378],[5934,4366],[5931,4371],[5934,4376],[5931,4383],[5935,4388],[5931,4393],[5935,4401],[5932,4404],[5935,4412],[5932,4418],[2308,8381],[5935,4425],[5931,4430],[5936,4437],[5932,4442],[5936,4449],[5933,4455],[5936,4459],[5933,4465],[5936,4469],[5933,4475],[2313,8382],[5937,4480],[5933,4485],[5937,4491],[5934,4497],[5937,4501],[5934,4508],[5937,4513],[5934,4516],[5937,4521],[5934,4527],[2319,8382],[5938,4531],[5935,4537],[5938,4543],[5935,4549],[5938,4554],[5935,4560],[5938,4563],[5935,4569],[5903,4088],[2324,8381],[5862,3839],[4301,2658],[4299,2649],[4292,2641],[4290,2632],[4284,2625],[4290,2625],[4274,2607],[2329,8381],[4281,2615],[4270,2594],[4266,2587],[4261,2578],[4256,2568],[4251,2559],[4247,2550],[4243,2543],[4238,2534],[4234,2525],[2335,8381],[4230,2518],[7028,3755],[7028,3755],[7029,3746],[7029,3735],[7029,3729],[7029,3721],[7029,3712],[7028,3705],[7028,3697],[2341,8381],[7027,3688],[7027,3680],[7027,3670],[7027,3662],[7026,3653],[7026,3644],[7025,3625],[7025,3619],[7024,3611],[7024,3603],[2347,8388],[7024,3595],[7023,3586],[4961,1557],[4956,1569],[4953,1579],[4947,1594],[4941,1607],[6307,6180],[6309,6180],[6309,6173],[2351,8392],[6312,6174],[6315,6157],[6317,6158],[6316,6151],[6319,6152],[2356,8395],[6322,6140],[6324,6134],[6327,6123],[6331,6124],[6331,6117],[6343,6111],[6334,6114],[6346,6104],[6316,6137],[2363,8397],[6315,6144],[6311,6150],[6311,6157],[6306,6164],[6306,6172],[6302,6177],[6352,6100],[6360,6095],[6366,6091],[6373,6087],[2718,6599],[6379,6083],[6386,6079],[6392,6075],[6398,6071],[6404,6067],[2725,6606],[5266,3944],[5260,3944],[5253,3943],[5246,3943],[2718,6608],[5240,3943],[5234,3942],[5226,3942],[5217,3942],[5211,3943],[5205,3944],[5197,3947],[5191,3949],[5186,3950],[5181,3952],[2725,6614],[5174,3948],[5149,3909],[4711,2593],[4714,2600],[4718,2608],[2719,6617],[4721,2615],[4725,2623],[4728,2631],[4731,2638],[4734,2645],[6941,6862],[6948,6852],[6954,6844],[6968,6825],[6975,6816],[2726,6622],[6982,6807],[6923,6448],[6919,6461],[6915,6470],[6906,6484],[6903,6489],[6891,6501],[6881,6504],[5313,4699],[5311,4707],[2720,6626],[5313,4714],[5310,4720],[5312,4728],[5309,4736],[5311,4743],[5307,4751],[5310,4759],[5309,4777],[5305,4784],[2728,6630],[5304,4800],[5306,4808],[5302,4816],[5305,4823],[5301,4830],[5304,4838],[5300,4847],[5302,4857],[5299,4863],[2722,6635],[5310,4800],[5315,4804],[5317,4803],[5320,4809],[5328,4810],[5332,4818],[5339,4819],[5343,4827],[2729,6638],[5349,4828],[5353,4835],[5359,4836],[5363,4844],[5370,4845],[5374,4852],[5380,4853],[5385,4861],[5391,4861],[5395,4868],[2723,6643],[5402,4869],[5406,4876],[5412,4876],[5416,4883],[5423,4884],[5427,4891],[5433,4892],[5438,4899],[5443,4900],[5447,4907],[2731,6646],[5463,4916],[5464,4921],[5468,4921],[5470,4926],[5475,4926],[5498,4940],[2725,6653],[5475,4930],[5481,4932],[4719,4674],[4730,4679],[4735,4683],[4740,4682],[4744,4687],[4751,4686],[2732,6656],[4756,4692],[4762,4691],[4766,4696],[4772,4695],[4777,4700],[4782,4699],[4786,4704],[4793,4704],[4797,4709],[4802,4707],[2726,6661],[4826,4714],[4832,4710],[4843,4710],[4848,4715],[4854,4710],[4857,4715],[4862,4711],[4866,4715],[4870,4711],[2734,6664],[4874,4715],[4879,4711],[4884,4715],[4889,4711],[4893,4715],[4898,4712],[4903,4716],[4908,4712],[4913,4716],[4919,4712],[2727,6670],[4924,4716],[4929,4713],[4935,4717],[4939,4713],[4943,4717],[4948,4713],[4953,4717],[4959,4713],[4967,4721],[4973,4720],[2735,6674],[4976,4726],[4982,4725],[4986,4732],[4991,4731],[4995,4738],[4992,4752],[4753,4679],[4761,4680],[2728,6679],[4770,4680],[4777,4682],[4780,4669],[4784,4685],[4785,4691],[4795,4695],[4804,4698],[4912,4701],[2736,6683],[6535,5319],[6541,5319],[6548,5319],[6553,5319],[2729,6687],[6075,4523],[6082,4526],[6069,4526],[6061,4535],[6062,4529],[6052,4538],[6056,4532],[6044,4542],[6046,4536],[2737,6691],[6034,4545],[6039,4538],[6026,4550],[6027,4544],[6020,4556],[6021,4548],[6013,4563],[6015,4555],[6007,4571],[6008,4563],[2731,6696],[6001,4580],[6001,4572],[5994,4585],[5998,4577],[5998,4585],[5994,4592],[5991,4598],[5990,4591],[5992,4604],[5986,4598],[2738,6700],[5994,4579],[5990,4579],[5995,4573],[6001,4570],[6005,4565],[6000,4560],[6008,4550],[6016,4542],[6021,4538],[6026,4536],[2732,6706],[6033,4533],[6038,4536],[6020,4558],[6015,4564],[6010,4570],[4024,2646],[4023,2655],[4017,2662],[4015,2673],[4010,2679],[2739,6709],[3995,2687],[3989,2690],[3982,2693],[3976,2697],[3969,2703],[3965,2706],[3957,2710],[3948,2713],[3940,2717],[3934,2719],[2733,6715],[7584,3871],[7593,3871],[7602,3872],[7611,3872],[7627,3873],[7635,3872],[7642,3873],[7651,3873],[6744,6231],[2740,6718],[6739,6225],[6735,6218],[6688,6167],[6720,6198],[6714,6192],[6708,6185],[2734,6724],[6702,6180],[6695,6174],[4639,2674],[4647,2677],[4656,2682],[4667,2687],[4677,2692],[4686,2696],[4704,2707],[4716,2713],[2742,6727],[4731,2720],[4744,2727],[4757,2733],[4769,2739],[4778,2749],[4792,2757],[4783,2726],[7914,7394],[7913,7385],[7909,7377],[2735,6732],[7908,7368],[7903,7359],[7902,7350],[7898,7344],[7897,7334],[7893,7328],[5152,3480],[5151,3489],[5157,3493],[5157,3500],[2742,6735],[5162,3502],[5164,3509],[5170,3523],[5176,3536],[5182,3548],[5186,3561],[5192,3572],[5198,3583],[5203,3594],[5208,3606],[2736,6741],[5213,3618],[8975,7238],[8972,7244],[8969,7250],[8966,7257],[8963,7263],[8960,7270],[8956,7277],[8953,7284],[8949,7292],[2744,6745],[8946,7299],[8943,7306],[8938,7317],[8934,7324],[8931,7330],[8929,7336],[8925,7344],[8921,7353],[8917,7361],[8914,7368],[2737,6749],[4793,3626],[4789,3633],[4788,3643],[4784,3651],[4784,3660],[4779,3668],[4779,3678],[4774,3686],[4775,3694],[4771,3699],[2745,6754],[4770,3708],[4767,3712],[4767,3720],[4763,3726],[4763,3734],[5211,3492],[5206,3480],[3620,1096],[3626,1103],[3634,1110],[2738,6758],[3638,1117],[3642,1127],[3647,1137],[3651,1148],[3656,1158],[3661,1170],[3666,1179],[3670,1191],[4367,3691],[4371,3686],[2746,6762],[4368,3702],[4372,3696],[4369,3713],[4372,3708],[4370,3727],[4373,3720],[4371,3740],[4374,3733],[4371,3752],[4375,3746],[2739,6767],[4372,3766],[4375,3759],[4373,3782],[4376,3773],[5509,4929],[5510,4925],[5506,4925],[5506,4919],[5501,4919],[5483,4892],[2747,6771],[5476,4890],[5474,4882],[5470,4882],[5467,4873],[5462,4873],[5457,4862],[5448,4857],[5448,4851],[5441,4849],[5439,4841],[2741,6776],[5432,4838],[5432,4832],[5073,3152],[5079,3156],[5085,3159],[5091,3164],[5098,3168],[5081,3149],[5084,3141],[5090,3155],[2748,6780],[5093,3147],[5098,3160],[5101,3153],[4336,4469],[4346,4473],[4352,4476],[4357,4476],[4367,4481],[4371,4486],[2742,6785],[4380,4490],[4386,4492],[4391,4494],[4396,4496],[4412,4499],[5995,4783],[2749,6788],[5984,4781],[5974,4779],[5963,4777],[5954,4776],[5945,4774],[5934,4772],[5924,4770],[5915,4769],[5906,4768],[5896,4766],[2743,6794],[5887,4765],[5876,4763],[7187,7554],[7185,7566],[7184,7578],[7182,7590],[7180,7602],[4532,4739],[4529,4734],[2750,6797],[4525,4730],[4530,4731],[4527,4718],[4517,4716],[4514,4704],[4497,4686],[4494,4693],[2744,6802],[4490,4679],[4486,4685],[4482,4671],[4479,4677],[4475,4664],[4471,4670],[4456,4643],[4451,4649],[4451,4638],[4446,4644],[2752,6807],[4445,4632],[4441,4638],[4440,4627],[4437,4633],[4436,4622],[4432,4628],[4431,4616],[4427,4623],[4539,4736],[2745,6811],[2753,6816],[6875,4154],[6881,4156],[6887,4159],[6893,4161],[6899,4163],[6906,4166],[6918,4171],[2746,6820],[6923,4172],[5988,6599],[5986,6613],[5984,6628],[5982,6639],[5976,6665],[5972,6679],[5967,6701],[5964,6713],[2754,6825],[5960,6726],[5957,6739],[5954,6752],[5949,6770],[5946,6783],[5942,6795],[5940,6804],[5938,6810],[5936,6818],[5934,6827],[2747,6829],[5932,6835],[5930,6842],[5928,6849],[6299,5632],[7654,8290],[7640,8291],[7622,8293],[7609,8294],[7598,8295],[7585,8294],[2755,6833],[7573,8293],[7555,8289],[7519,8278],[7509,8275],[7496,8270],[7708,8036],[7708,8045],[7709,8056],[7709,8065],[7709,8074],[2748,6838],[7710,8084],[4674,3446],[4680,3446],[4663,3451],[4669,3451],[4652,3457],[2756,6843],[4658,3457],[4649,3458],[4644,3464],[4622,3475],[4616,3475],[2750,6847],[6628,2388],[6630,2401],[6633,2416],[6625,2392],[6626,2399],[2757,6852],[6628,2407],[6628,2411],[6629,2415],[5050,1438],[5054,1423],[5059,1410],[5064,1396],[5067,1388],[5071,1379],[5074,1369],[2750,6856],[5078,1359],[5082,1347],[5087,1334],[5092,1322],[5097,1308],[5102,1296],[5106,1285],[5111,1271],[2759,6862],[5678,4926],[5680,4926],[5679,4918],[5682,4918],[5680,4910],[2752,6865],[7506,6571],[7509,6556],[7514,6545],[7518,6535],[7524,6521],[2759,6869],[7524,6510],[7918,4836],[7924,4834],[7931,4832],[7938,4833],[7944,4834],[7952,4834],[7959,4835],[6383,5044],[6388,5053],[2753,6874],[6389,5063],[6388,5072],[6387,5081],[6380,5080],[6373,5079],[7679,7507],[7670,7504],[7660,7501],[7650,7499],[7641,7496],[2761,6880],[7962,7514],[7971,7515],[7982,7516],[7998,7517],[8011,7518],[8023,7522],[8032,7525],[8040,7530],[8049,7536],[8054,7539],[2754,6883],[8062,7544],[8069,7548],[8075,7551],[8081,7552],[8093,7552],[8105,7552],[8116,7552],[8129,7552],[8141,7553],[8153,7553],[2761,6890],[8163,7553],[8169,7556],[8176,7560],[8187,7570],[8438,7707],[8443,7718],[8447,7725],[8456,7744],[8464,7759],[8474,7775],[2754,6892],[8484,7790],[8496,7805],[8507,7819],[8518,7834],[8528,7848],[8539,7857],[8554,7868],[7799,6216],[7789,6215],[7779,6215],[2761,6896],[7769,6216],[8099,6267],[8099,6279],[8098,6289],[6425,6249],[6426,6257],[6430,6266],[6432,6272],[6428,6245],[6433,6248],[2753,6900],[6438,6252],[6440,6258],[6439,6264],[6437,6271],[6434,6280],[6430,6284],[6432,6290],[6428,6294],[6429,6300],[6425,6305],[2761,6904],[6426,6312],[6422,6315],[6419,6325],[6420,6332],[6417,6334],[6417,6342],[6414,6346],[6413,6352],[6414,6359],[2753,6909],[6339,7009],[6341,7021],[6346,7022],[6355,7029],[6334,7026],[6342,7033],[6349,7039],[6269,6989],[2759,6915],[6278,6993],[6261,6996],[6334,7017],[6329,7028],[6323,7041],[6325,7044],[6334,7052],[6343,7061],[6351,7069],[6327,7007],[2752,6918],[6300,6973],[6296,6968],[6286,6964],[6277,6960],[6296,7005],[2757,6925],[6305,7010],[6314,7015],[6294,7018],[6301,7030],[6311,7034],[6319,7039],[6335,7004],[6317,6968],[6309,6963],[2749,6928],[6279,6950],[6286,6953],[6297,6958],[6287,6942],[6288,6938],[6294,6938],[6302,6931],[6307,6906],[2755,6935],[6314,6948],[6317,6958],[6307,6953],[6302,6963],[6275,6965],[6283,6968],[6269,6963],[6265,6975],[2748,6935],[6272,6977],[6281,6981],[6263,6987],[6260,7006],[6260,7016],[6265,7018],[6274,7020],[6283,7023],[6293,7026],[2754,6944],[6261,6961],[6254,6964],[6248,6957],[6221,6979],[6218,6990],[6220,6998],[6226,7001],[6233,7006],[6240,7009],[6249,7013],[2747,6944],[6255,7014],[6223,6968],[6225,6959],[6281,6930],[6271,6928],[6254,6923],[6245,6921],[6235,6918],[6243,6926],[6242,6937],[2752,6952],[6240,6946],[6240,6954],[6234,6899],[6233,6890],[6234,6908],[6232,6917],[6230,6927],[6228,6938],[6227,6949],[2745,6954],[9239,6138],[9242,6150],[9245,6165],[4498,4034],[4502,4035],[4505,4029],[4510,4029],[4514,4023],[4521,4022],[2751,6961],[4524,4016],[4530,4016],[4536,4010],[4542,4013],[4546,4009],[4553,4012],[4556,4008],[4562,4010],[4568,4006],[4576,4005],[2743,6962],[4582,4008],[4586,4004],[4592,4007],[4597,4003],[4604,4005],[4607,4001],[4615,4006],[4621,4005],[4625,4011],[4631,4009],[2749,6970],[4639,4017],[4645,4016],[4648,4021],[4652,4019],[6792,4873],[6785,4875],[6778,4876],[6771,4877],[6764,4878],[6757,4879],[2742,6970],[6750,4880],[6743,4881],[5725,4932],[5729,4944],[5731,4952],[4568,3663],[4564,3678],[4576,3640],[2747,6980],[4571,3645],[4579,3629],[4575,3633],[4584,3614],[4588,3603],[4583,3609],[4591,3593],[4586,3598],[4594,3582],[2741,6977],[4590,3586],[4598,3570],[4594,3574],[4602,3559],[4597,3564],[4604,3552],[4601,3553],[4608,3539],[4603,3545],[4614,3522],[2746,6989],[4608,3530],[7725,6943],[6877,3101],[6873,3094],[6869,3086],[6864,3078],[6858,3070],[6853,3065],[6846,3061],[6840,3059],[2739,6985],[6832,3058],[4470,3714],[4475,3719],[4480,3714],[4485,3718],[4489,3713],[4496,3718],[4495,3712],[4502,3721],[4502,3716],[2744,6998],[4514,3726],[4509,3718],[4521,3730],[4519,3723],[4529,3733],[4526,3726],[4538,3737],[4534,3730],[4545,3741],[4541,3733],[2738,6995],[4553,3746],[4551,3738],[4562,3751],[4559,3744],[4569,3755],[4567,3749],[4577,3760],[4576,3754],[4585,3765],[4583,3758],[2744,7007],[4593,3770],[4591,3763],[4601,3774],[4599,3768],[4609,3779],[4607,3772],[4617,3784],[4615,3777],[4626,3790],[4625,3783],[2737,7003],[4636,3795],[4633,3788],[4646,3801],[4642,3793],[4654,3806],[4652,3800],[4664,3812],[4662,3805],[4673,3818],[4670,3810],[2743,7015],[4681,3822],[4679,3815],[6371,6551],[6381,6552],[9164,7122],[9166,7115],[9169,7109],[9172,7102],[9175,7095],[9177,7087],[2736,7011],[9180,7081],[9183,7074],[9186,7066],[9188,7060],[9191,7053],[9193,7047],[9196,7040],[9199,7032],[9202,7026],[9204,7019],[2742,7025],[9206,7013],[9209,7007],[9211,7000],[4357,3514],[4356,3502],[4359,3496],[4355,3490],[4358,3483],[4355,3468],[2735,7020],[4355,3459],[4354,3449],[4353,3439],[4361,3439],[4369,3438],[4376,3437],[4385,3435],[4393,3435],[4400,3435],[4405,3426],[2741,7032],[4408,3418],[4407,3399],[6386,5419],[6382,5430],[6378,5440],[6374,5450],[6371,5460],[6367,5469],[6363,5482],[6359,5491],[2735,7029],[6356,5500],[6353,5509],[5117,3856],[5123,3860],[5129,3866],[5136,3871],[5143,3876],[5149,3882],[5157,3888],[5163,3893],[2740,7040],[5170,3899],[5177,3904],[5183,3910],[5186,3917],[5189,3926],[5191,3935],[5193,3943],[5135,3864],[5139,3856],[5143,3847],[2734,7037],[5147,3840],[5150,3833],[5155,3824],[6777,6219],[6779,6206],[6784,6198],[6785,6188],[6795,6163],[6790,6171],[6801,6146],[2740,7048],[6795,6154],[5102,1464],[5102,1473],[5101,1483],[5101,1492],[5101,1502],[5101,1513],[5101,1524],[5101,1534],[5100,1543],[2733,7045],[6900,6825],[6905,6817],[6911,6806],[6914,6793],[6916,6782],[6918,6763],[6919,6751],[6920,6740],[6921,6729],[7852,7615],[2739,7057],[7841,7600],[7831,7588],[7826,7574],[7816,7560],[7811,7549],[7811,7533],[7810,7525],[9292,6093],[9283,6092],[9274,6091],[2732,7054],[9424,6217],[9423,6233],[9421,6249],[9427,6194],[4406,4419],[4412,4421],[4419,4423],[4424,4422],[4430,4427],[4435,4429],[2739,7064],[4441,4431],[4446,4433],[4452,4435],[4460,4437],[4465,4440],[4470,4441],[7470,5994],[7475,5993],[7482,5991],[7491,5988],[2731,7062],[7502,5985],[7513,5983],[7523,5980],[7532,5977],[7541,5974],[7552,5971],[7562,5967],[7572,5964],[7581,5957],[7591,5949],[2738,7072],[7599,5943],[7607,5937],[7616,5929],[7625,5922],[7467,5999],[7520,4342],[7521,4334],[7523,4325],[7525,4316],[7526,4307],[4038,4839],[2731,7070],[7528,4299],[7528,4290],[7530,4280],[7532,4269],[7533,4263],[7535,4254],[7537,4245],[7538,4237],[7540,4228],[6614,3486],[2737,7082],[6618,3473],[6623,3460],[6626,3450],[6631,3437],[6635,3424],[6640,3411],[6644,3399],[6650,3387],[6655,3374],[6658,3363],[2730,7079],[6663,3351],[6667,3340],[6671,3327],[7765,6152],[7778,6171],[7784,6179],[7795,6195],[7802,6204],[7807,6213],[6432,6394],[6428,6406],[2730,7088],[6415,6420],[6412,6424],[6413,6435],[6406,6434],[6407,6443],[6401,6454],[6396,6465],[6399,6474],[2737,7100],[6398,6482],[6390,6476],[6389,6488],[6389,6505],[6389,6521],[6388,6537],[2729,7098],[6388,6554],[6397,6562],[6388,6570],[6397,6579],[6388,6586],[6397,6595],[6388,6602],[6396,6611],[6388,6618],[2737,7109],[6396,6626],[6387,6634],[6396,6643],[6387,6650],[6394,6657],[6387,6665],[6394,6672],[6386,6679],[6387,6689],[6383,6699],[2729,7107],[6379,6711],[6376,6721],[6372,6731],[6368,6741],[6363,6752],[6360,6763],[6356,6773],[6352,6785],[6347,6791],[6347,6799],[2736,7118],[6342,6811],[6340,6820],[6341,6824],[6336,6831],[6332,6842],[6328,6852],[6324,6863],[6320,6875],[6318,6885],[6315,6894],[2729,7117],[6312,6903],[6315,6912],[6321,6920],[6328,6927],[6336,6935],[6343,6942],[6343,6936],[6349,6949],[6356,6957],[6362,6965],[2737,7127],[6370,6975],[6376,6984],[6382,6994],[6388,7003],[6379,6997],[6372,6994],[6365,6986],[6372,7007],[6366,7003],[2729,7126],[6358,6996],[6366,7017],[6360,7013],[6353,7006],[6345,6998],[6363,6970],[6358,6978],[6352,6988],[6354,6964],[6347,6959],[2737,7135],[6340,6952],[6348,6974],[6341,6969],[6332,6960],[6343,6984],[6336,6980],[6327,6971],[6326,6956],[6332,6946],[6366,6962],[2729,7135],[6357,6939],[6371,6956],[6375,6950],[6370,6943],[6365,6937],[6352,6946],[2736,7142],[6338,6808],[6342,6798],[2729,7144],[2737,7153],[6382,6522],[6376,6514],[6373,6500],[6383,6516],[6384,6507],[6384,6498],[2729,7153],[6376,6480],[6384,6489],[6384,6478],[6415,6454],[6412,6451],[6412,6460],[6409,6457],[6408,6466],[6405,6463],[6404,6472],[2737,7162],[6401,6469],[6398,6430],[6392,6422],[2729,7163],[6322,6926],[6318,6935],[7676,5784],[7670,5755],[7664,5745],[2737,7171],[7657,5737],[7649,5730],[7637,5722],[7630,5717],[7624,5712],[7616,5706],[7606,5699],[7598,5692],[7590,5685],[7581,5677],[2729,7172],[8107,3444],[8115,3444],[8121,3444],[8129,3444],[8136,3444],[8143,3444],[8150,3444],[8157,3444],[8164,3449],[2736,7180],[7131,6669],[7128,6676],[7121,6681],[7117,6689],[7112,6692],[7108,6701],[7101,6706],[7094,6715],[7087,6723],[7080,6732],[2729,7182],[7072,6742],[7067,6749],[8371,6160],[8368,6144],[8366,6129],[4412,2801],[4408,2810],[4403,2820],[4399,2828],[4395,2839],[2736,7189],[4390,2849],[4386,2859],[4382,2867],[4377,2878],[4373,2888],[4369,2898],[7894,6050],[7889,6039],[7883,6037],[7881,6028],[2729,7191],[7877,6021],[7867,6006],[7856,5993],[7850,5982],[7848,5974],[7848,5968],[7847,5957],[7883,6047],[7886,6059],[2736,7199],[7873,6014],[7860,6001],[7809,6087],[7809,6093],[7839,6097],[2729,7201],[7845,6093],[7847,6099],[7853,6091],[7860,6088],[7866,6085],[7865,6076],[7921,6035],[7926,6020],[7931,6010],[7940,6003],[2736,7207],[7949,5996],[7957,5989],[7966,5982],[7976,5976],[7984,5970],[7993,5963],[8001,5957],[8018,5949],[8027,5948],[8036,5947],[2729,7209],[8045,5946],[8050,5953],[8055,5965],[8059,5974],[7859,6100],[7850,6104],[7839,6108],[7819,6113],[7830,6111],[2736,7215],[7876,6080],[7885,6073],[7893,6067],[7902,6060],[7911,6053],[7918,6044],[2729,7219],[2736,7225],[4142,2784],[4142,2789],[4146,2792],[4146,2797],[4150,2800],[4150,2805],[4154,2809],[4154,2814],[2729,7228],[4158,2818],[4159,2824],[4162,2826],[4162,2832],[4166,2834],[4166,2840],[4448,3571],[4442,3567],[4439,3572],[4435,3568],[2736,7233],[4431,3572],[4426,3569],[4420,3572],[4414,3569],[4410,3574],[4404,3570],[4400,3574],[4395,3571],[4390,3575],[4385,3572],[2728,7237],[4382,3575],[4376,3572],[4372,3576],[4366,3573],[4353,3578],[4358,3573],[4342,3578],[4347,3574],[4329,3580],[4336,3575],[2736,7241],[4312,3581],[4319,3576],[4300,3581],[4306,3576],[4289,3582],[4295,3577],[4280,3578],[6517,5460],[6520,5466],[6524,5465],[2728,7245],[6526,5470],[6529,5468],[6533,5474],[6539,5474],[6543,5480],[6548,5480],[6552,5486],[6557,5485],[6561,5491],[6567,5491],[2735,7251],[6570,5497],[6576,5496],[6582,5500],[6587,5503],[6593,5507],[6599,5510],[6605,5514],[6610,5517],[6616,5520],[6621,5524],[2728,7254],[6627,5527],[6633,5531],[6639,5534],[6645,5538],[6651,5541],[6657,5545],[6662,5548],[6668,5552],[6674,5554],[6680,5557],[2735,7259],[6685,5555],[6690,5556],[6697,5550],[8357,6023],[8368,6020],[8378,6018],[4894,3831],[4892,3839],[2727,7264],[4900,3842],[4908,3838],[4906,3845],[4914,3841],[4910,3847],[4918,3843],[4917,3850],[4924,3846],[4922,3853],[4929,3848],[2734,7267],[4927,3856],[4936,3851],[4934,3859],[4942,3854],[4940,3862],[4948,3857],[4946,3865],[4954,3860],[4952,3868],[4960,3863],[2727,7272],[4958,3871],[4966,3866],[4964,3874],[4972,3869],[4970,3877],[4979,3872],[4977,3880],[4986,3876],[4983,3883],[4991,3879],[2734,7276],[4989,3886],[4998,3882],[4996,3890],[5004,3885],[5002,3892],[5010,3888],[5008,3895],[5015,3890],[5013,3898],[5021,3893],[2726,7280],[5019,3900],[5027,3896],[5025,3903],[5033,3899],[5039,3902],[5037,3909],[5045,3905],[5043,3912],[5051,3908],[2733,7283],[5050,3916],[5057,3911],[5055,3918],[5064,3915],[5061,3921],[5080,3932],[5076,3936],[5085,3939],[5081,3942],[5093,3951],[2726,7290],[5086,3949],[5098,3958],[5090,3955],[5102,3964],[5094,3962],[5107,3970],[5100,3970],[5111,3977],[5103,3975],[5115,3983],[2733,7291],[5107,3980],[5119,3989],[5112,3987],[5124,3996],[5116,3993],[5128,4000],[5120,4000],[5132,4007],[5124,4006],[5136,4013],[2725,7299],[5128,4011],[5140,4019],[5132,4017],[5144,4026],[5136,4023],[5148,4030],[5140,4029],[5151,4035],[5144,4034],[5155,4041],[2732,7302],[5148,4040],[5160,4047],[5151,4046],[5163,4052],[5155,4051],[5167,4058],[5159,4056],[5171,4064],[5163,4062],[5175,4069],[2724,7308],[5167,4068],[5178,4075],[5171,4073],[5183,4081],[5175,4078],[5187,4088],[5179,4085],[5192,4093],[5184,4092],[5196,4100],[2731,7310],[5188,4098],[5200,4106],[5192,4104],[5204,4112],[5196,4110],[5207,4117],[5200,4116],[5211,4123],[5204,4121],[5217,4131],[2723,7316],[5207,4127],[5221,4137],[5214,4135],[5225,4143],[5218,4141],[5228,4147],[5221,4146],[5233,4153],[5226,4152],[5247,4178],[2730,7318],[5229,4157],[5251,4187],[5255,4197],[5258,4205],[5261,4212],[5252,4205],[5263,4220],[2722,7326],[5256,4213],[5266,4229],[5258,4220],[5262,4229],[2729,7328],[5298,4271],[5310,4275],[5290,4271],[5303,4277],[5336,4282],[5316,4281],[5349,4283],[2721,7335],[5329,4285],[5364,4285],[5342,4287],[5376,4286],[5355,4288],[5389,4287],[5369,4289],[5398,4288],[5381,4290],[5411,4292],[2728,7335],[5392,4291],[5422,4297],[5404,4294],[5435,4301],[5415,4298],[5448,4304],[5428,4303],[5461,4305],[5441,4307],[5473,4305],[2720,7344],[5456,4309],[5486,4304],[5501,4301],[5480,4309],[5510,4299],[5494,4307],[5522,4297],[5506,4304],[5534,4294],[2726,7345],[5517,4302],[5546,4291],[5529,4299],[5559,4288],[5542,4297],[5571,4285],[5554,4293],[5581,4281],[5566,4290],[5588,4279],[2718,7352],[5576,4287],[5595,4276],[5582,4286],[5589,4284],[5596,4282],[2725,7353],[2717,7361],[5195,4119],[5186,4129],[5181,4132],[5117,4006],[5113,4011],[5109,4007],[5105,4002],[5088,3960],[2724,7362],[5083,3967],[5076,3958],[4992,3870],[5001,3874],[5091,3945],[5144,4018],[5149,4012],[2716,7370],[5158,4007],[5152,4006],[5148,4000],[5142,3992],[5138,3986],[5134,3979],[5124,3965],[5115,3953],[5111,3947],[5106,3940],[2723,7373],[5102,3933],[5110,3925],[5114,3931],[5119,3937],[5123,3943],[5128,3950],[5132,3945],[5137,3939],[5143,3933],[5132,3956],[2715,7379],[5137,3963],[5141,3958],[5147,3951],[5151,3946],[5156,3940],[5142,3971],[5146,3977],[5150,3971],[5156,3964],[5160,3959],[2722,7382],[5165,3953],[5151,3980],[5153,3987],[5158,3991],[5160,3997],[5157,4003],[5212,4111],[5217,4119],[5225,4120],[5231,4126],[2714,7387],[5323,4254],[5323,4267],[2721,7393],[5194,4092],[5190,4086],[5186,4079],[5182,4074],[5178,4068],[5173,4062],[2713,7396],[5170,4057],[5174,4048],[5177,4043],[5183,4040],[5187,4046],[5191,4053],[5195,4058],[5199,4063],[5203,4069],[2719,7402],[5211,4081],[5215,4086],[5187,4121],[5183,4115],[5180,4111],[5177,4106],[5173,4101],[5170,4096],[5167,4091],[5164,4087],[2712,7405],[5160,4081],[5157,4077],[5153,4072],[5150,4067],[5148,4062],[5153,4057],[2718,7412],[5374,4281],[2711,7413],[5376,4281],[5378,4281],[5380,4282],[2718,7420],[2708,7422],[2716,7428],[6024,6043],[6015,6035],[6006,6026],[7433,4024],[7431,4041],[2537,5827],[2709,7429],[5198,5071],[5198,5067],[5199,5062],[5200,5068],[5203,5064],[5206,5073],[5208,5066],[2715,7436],[5215,5069],[5218,5076],[5221,5071],[5224,5078],[5227,5073],[5230,5080],[5234,5075],[5236,5081],[5239,5076],[5242,5083],[2709,7436],[5244,5078],[5248,5085],[5251,5080],[5253,5087],[5258,5082],[5257,5089],[5263,5083],[5263,5090],[5272,5087],[5271,5093],[2714,7443],[5278,5088],[5277,5095],[5283,5090],[5283,5096],[5289,5092],[5289,5098],[5296,5094],[5295,5100],[5301,5095],[5301,5102],[2708,7444],[5307,5098],[5306,5104],[5312,5099],[5313,5106],[5318,5101],[5319,5108],[5324,5103],[5325,5109],[5331,5112],[2713,7453],[5343,5110],[5341,5115],[5349,5112],[5350,5119],[5355,5114],[5356,5121],[5360,5116],[5362,5124],[5366,5119],[2706,7454],[5368,5126],[5372,5121],[5375,5129],[5378,5123],[5380,5130],[5383,5125],[5386,5133],[5389,5128],[5392,5135],[5394,5130],[2712,7459],[5398,5138],[5399,5132],[5404,5140],[5405,5134],[5410,5142],[5410,5136],[5416,5145],[5416,5138],[5422,5147],[5422,5141],[2706,7461],[5428,5149],[5428,5143],[5434,5151],[5433,5145],[5440,5153],[5439,5148],[5446,5156],[5445,5150],[5452,5158],[5451,5152],[2711,7468],[5459,5161],[5457,5154],[5465,5163],[5463,5157],[5471,5165],[5469,5159],[5480,5169],[5475,5161],[5487,5171],[5481,5164],[2705,7469],[5487,5166],[5494,5168],[5242,5076],[5247,5077],[5252,5079],[5257,5080],[2710,7475],[5197,5067],[5490,5174],[2704,7477],[4979,4920],[4978,4914],[4972,4910],[4970,4921],[4967,4906],[4965,4918],[4961,4902],[4960,4915],[4957,4900],[4953,4912],[2709,7481],[4950,4897],[4949,4910],[4944,4894],[4943,4907],[4938,4890],[4938,4904],[4933,4887],[4932,4902],[4927,4884],[4926,4899],[2702,7486],[4921,4882],[4921,4896],[4915,4879],[4915,4893],[4911,4877],[4909,4890],[4905,4873],[4904,4878],[2708,7489],[4681,4757],[4672,4746],[4676,4756],[4668,4746],[4672,4755],[4668,4755],[2701,7493],[4651,4750],[4642,4752],[4645,4758],[4636,4755],[4639,4760],[4630,4757],[4631,4763],[4622,4760],[2706,7498],[4624,4766],[4615,4762],[4616,4768],[4609,4763],[4609,4769],[4600,4762],[4603,4769],[4593,4762],[4587,4761],[2700,7502],[4580,4761],[4573,4760],[4559,4752],[4552,4763],[2705,7507],[8062,3744],[8072,3747],[8080,3749],[8087,3751],[8095,3753],[8111,3758],[8120,3761],[8129,3763],[2699,7510],[8146,3768],[7780,6609],[7789,6607],[7798,6605],[7809,6603],[7819,6601],[7829,6600],[7839,6597],[7857,6593],[7867,6591],[2704,7515],[7875,6589],[7897,6586],[7929,6608],[7935,6651],[2698,7518],[7942,6707],[7935,6578],[7947,6576],[7957,6573],[7966,6571],[7976,6569],[4538,4347],[4533,4352],[2703,7523],[4542,4335],[4537,4339],[4546,4323],[4541,4327],[4550,4310],[4545,4314],[4554,4296],[4550,4301],[4558,4285],[4554,4289],[2697,7526],[4560,4280],[4558,4277],[4563,4271],[4563,4262],[4568,4257],[4569,4247],[4574,4241],[4578,4225],[4584,4218],[4583,4209],[2702,7530],[4589,4204],[4594,4196],[2696,7534],[7333,5772],[2701,7538],[7321,5777],[7303,5787],[4726,2512],[4736,2514],[4744,2514],[5989,2091],[5996,2092],[6004,2094],[6012,2096],[6020,2097],[2695,7541],[6027,2099],[6035,2100],[6043,2102],[6050,2103],[6058,2105],[6065,2106],[6072,2108],[6080,2109],[2700,7546],[2694,7549],[6568,2312],[6570,2303],[6571,2294],[6572,2285],[6573,2276],[6575,2267],[6576,2258],[6577,2250],[2699,7553],[6578,2240],[6579,2233],[6581,2223],[6582,2213],[6583,2204],[6585,2194],[6586,2185],[6584,2177],[6586,2168],[6587,2159],[2693,7558],[6588,2151],[6590,2140],[6591,2132],[6592,2123],[6593,2114],[6594,2106],[6595,2097],[6597,2089],[4788,2529],[4773,2530],[2698,7562],[4729,2537],[4746,2534],[2692,7566],[2697,7569],[4792,2603],[4785,2605],[4780,2598],[4781,2612],[4765,2598],[4766,2616],[2691,7574],[2697,7578],[5558,273],[5553,266],[5548,259],[4715,2632],[4721,2628],[2691,7581],[2696,7587],[5548,253],[2690,7589],[5554,247],[5560,240],[5565,235],[5572,229],[5577,223],[5582,218],[5588,212],[2695,7597],[2689,7598],[4785,1920],[4777,1921],[4769,1923],[4761,1925],[2695,7606],[4752,1927],[4737,1930],[5536,234],[5541,228],[5546,222],[5552,217],[5556,211],[5561,204],[5566,198],[5570,192],[2689,7606],[5575,186],[2694,7614],[2688,7616],[4949,1616],[4958,1622],[4967,1628],[5954,2291],[5947,2289],[5938,2286],[5938,2280],[5939,2270],[2692,7622],[5940,2260],[5941,2249],[5942,2239],[5943,2229],[5944,2219],[5945,2209],[5948,2207],[5956,2209],[5964,2210],[6258,3695],[2687,7624],[6268,3689],[6267,3677],[6265,3669],[6278,3684],[6286,3679],[6290,3657],[6296,3673],[6305,3665],[6301,3655],[6299,3649],[2692,7629],[6295,3637],[6309,3669],[6315,3659],[6312,3648],[6309,3640],[6306,3632],[6304,3626],[6302,3619],[6319,3651],[6330,3646],[2686,7632],[6341,3654],[9269,6426],[9258,6439],[4860,3020],[4859,3012],[4858,3004],[4857,2996],[4841,2033],[4833,2036],[4825,2037],[2691,7638],[4816,2042],[4808,2046],[4801,2050],[4795,2054],[4787,2058],[4780,2061],[4437,1990],[4423,1990],[4412,1991],[4403,1991],[2686,7640],[4392,1991],[4384,1991],[4375,1991],[4369,1994],[4363,1994],[4358,1994],[4352,1994],[4347,1994],[2689,7647],[4244,2322],[4240,2316],[4237,2309],[4234,2302],[4230,2295],[2684,7646],[4227,2289],[4223,2282],[4220,2275],[4216,2268],[5491,3167],[5488,3162],[5488,3156],[5485,3151],[5485,3145],[2688,7655],[5483,3134],[4304,1992],[5793,6648],[5797,6657],[5801,6665],[5807,6672],[5813,6679],[5818,6686],[5824,6690],[5830,6695],[2683,7654],[5837,6701],[5840,6707],[5847,6716],[5852,6723],[5857,6732],[5861,6740],[5867,6747],[5874,6752],[5880,6757],[5885,6760],[2687,7664],[5892,6764],[5898,6767],[5902,6772],[5908,6773],[5914,6775],[5921,6779],[5928,6783],[5936,6788],[5944,6793],[5951,6796],[2682,7663],[5958,6800],[5965,6804],[5972,6808],[5979,6812],[5986,6816],[5993,6820],[6001,6825],[2686,7671],[5079,2051],[5066,1898],[5070,1899],[5077,1900],[5085,1901],[2681,7670],[5091,1902],[5098,1904],[5104,1904],[5113,1906],[5121,1907],[5077,1851],[5082,1850],[5088,1848],[5093,1847],[5099,1848],[2685,7680],[5104,1848],[5215,1885],[5221,1885],[5227,1884],[5232,1883],[5236,1881],[4373,1996],[4416,1981],[4421,1967],[4835,2915],[2680,7678],[4833,2904],[4829,2895],[4826,2887],[4824,2880],[4821,2872],[4817,2864],[4811,2860],[5217,1921],[5209,1919],[5202,1916],[2684,7688],[5194,1911],[5187,1906],[5179,1904],[5176,1903],[5176,1897],[5177,1891],[5177,1885],[5178,1880],[5179,1874],[5179,1866],[2679,7686],[5180,1859],[5181,1853],[5169,1851],[5176,1850],[5182,1849],[5189,1847],[4832,2670],[4833,2651],[4833,2636],[2683,7696],[4826,2674],[4812,2671],[5219,1944],[5220,1937],[5221,1930],[5222,1923],[5222,1916],[2678,7693],[5223,1908],[5224,1901],[5225,1892],[5226,1885],[5227,1878],[5227,1871],[5228,1865],[5229,1857],[5230,1850],[5230,1843],[2681,7704],[5231,1836],[5232,1828],[5243,1817],[5240,1819],[5234,1823],[5228,1827],[5222,1831],[5217,1834],[5211,1837],[5206,1840],[2676,7701],[5200,1843],[5194,1845],[5105,1486],[5113,1488],[5120,1491],[5127,1495],[5135,1498],[9300,6585],[9316,6562],[9331,6559],[2679,7712],[9342,6560],[9340,6676],[9336,6693],[9321,6686],[9320,6669],[9320,6649],[9320,6631],[9320,6613],[9316,6597],[9308,6574],[2674,7709],[9306,6567],[9301,6554],[5053,1752],[5054,1744],[5057,1736],[5059,1728],[5062,1718],[5064,1711],[5066,1704],[2678,7720],[5069,1697],[5071,1691],[5075,1682],[9351,6593],[9353,6582],[9357,6566],[9362,6548],[9369,6589],[9373,6574],[9377,6558],[2672,7716],[9381,6541],[5203,2082],[5204,2074],[5205,2064],[5206,2055],[5206,2046],[5208,2037],[5209,2027],[5210,2018],[5211,2009],[2675,7730],[5211,2001],[5212,1992],[5213,1984],[5214,1976],[5215,1967],[5088,1736],[5081,1731],[5075,1727],[5070,1724],[5065,1721],[2671,7724],[4381,2417],[4393,2406],[5178,2101],[5179,2092],[5180,2084],[5181,2074],[5182,2066],[5183,2056],[5184,2047],[5185,2038],[2673,7737],[5186,2027],[5187,2016],[5188,2006],[5189,1995],[5190,1986],[5191,1976],[5192,1968],[5062,1693],[5057,1689],[5157,1458],[2668,7734],[5157,1468],[5154,1480],[5150,1492],[5145,1504],[5141,1517],[5136,1529],[4407,2446],[4403,2438],[4398,2431],[4394,2423],[2671,7744],[4390,2416],[4387,2410],[4383,2403],[4378,2394],[4374,2388],[4370,2381],[5090,2030],[5096,2028],[5101,2027],[5105,2026],[2667,7743],[5111,2025],[5116,2025],[5121,2025],[5126,2026],[5131,2027],[4569,2225],[4574,2231],[4579,2237],[4577,2244],[4574,2251],[2670,7752],[4571,2259],[4568,2267],[4565,2274],[4563,2280],[4560,2287],[4558,2294],[4555,2300],[4552,2308],[4549,2315],[5192,1513],[2665,7750],[5200,1518],[5207,1522],[5214,1526],[5222,1531],[5235,1533],[5240,1536],[5248,1541],[5258,1546],[5265,1551],[5271,1554],[2668,7759],[5088,2053],[5093,2053],[5098,2053],[5103,2053],[5108,2053],[5113,2053],[5117,2053],[5123,2053],[5128,2053],[5135,2053],[2663,7757],[5140,2051],[5146,2048],[5151,2048],[5156,2049],[5162,2050],[5167,2051],[5173,2052],[5179,2053],[5185,2051],[5191,2052],[2666,7765],[5197,2052],[5204,2051],[5209,2050],[5216,2049],[5158,1592],[5165,1596],[5169,1599],[5175,1602],[5181,1605],[5186,1608],[2661,7765],[5192,1611],[5199,1615],[5202,1617],[5208,1621],[5214,1624],[5220,1627],[5222,1628],[4564,2263],[4558,2259],[4552,2255],[2664,7775],[4547,2251],[5140,1661],[5150,1663],[5158,1665],[5172,1669],[5187,1672],[5203,1676],[5209,1677],[5234,1683],[5226,1681],[2660,7773],[5247,1686],[5088,2183],[5094,2189],[5099,2198],[5103,2202],[5110,1736],[5121,1735],[5129,1734],[5137,1734],[5152,1733],[5159,1732],[5168,1732],[5183,1730],[5199,1729],[5215,1728],[5228,1727],[5243,1726],[5255,1725],[5048,2132],[5053,2132],[2658,7781],[5058,2132],[5063,2133],[5068,2133],[5073,2133],[5077,2133],[5082,2133],[5087,2134],[5091,2134],[5097,2134],[5101,2134],[2660,7790],[5106,2134],[5111,2134],[5116,2134],[5121,2134],[5126,2135],[5131,2135],[5140,1776],[5127,1774],[5113,1772],[4747,1945],[4754,1948],[4761,1950],[5241,1746],[5233,1764],[5219,1775],[5204,1785],[5188,1793],[5171,1800],[5157,1803],[5140,1805],[2658,7799],[5123,1806],[5107,1804],[5091,1801],[5084,1799],[5210,1537],[5206,1546],[5202,1556],[5199,1565],[5195,1575],[5191,1585],[2654,7797],[5187,1595],[5183,1604],[5170,1640],[5173,1634],[5176,1627],[5179,1619],[5183,1611],[5167,1649],[5150,1680],[5143,1697],[2657,7807],[5136,1717],[4584,2115],[4592,2109],[4600,2103],[4607,2096],[4614,2091],[4621,2085],[4628,2080],[4635,2074],[4642,2069],[2652,7806],[4648,2064],[4654,2058],[4661,2052],[4668,2046],[4673,2039],[4677,2029],[4681,2020],[4685,2012],[4690,2002],[4732,3137],[2655,7815],[4746,3143],[4759,3148],[4773,3154],[4787,3159],[4801,3165],[4815,3170],[2650,7813],[5169,1691],[5165,1711],[5155,1748],[5149,1767],[5146,1776],[5144,1785],[5189,1840],[5188,1829],[2653,7823],[5188,1818],[5188,1808],[5188,1799],[5190,1772],[5194,1752],[5203,1708],[5207,1687],[5214,1657],[5230,1609],[5231,1704],[2648,7822],[5216,1449],[5218,1458],[5219,1467],[5220,1475],[5222,1483],[5223,1491],[5224,1498],[5226,1507],[5227,1512],[5229,1523],[2651,7831],[5230,1530],[5229,1535],[5231,1544],[5233,1553],[5234,1561],[5235,1568],[5236,1574],[5237,1582],[5239,1590],[2940,7972],[2646,7830],[5241,1603],[5244,1621],[5246,1637],[5249,1653],[5252,1671],[5255,1688],[5258,1709],[5260,1718],[5261,1725],[5262,1731],[2650,7840],[5263,1738],[5264,1745],[5266,1754],[2644,7839],[2648,7849],[2643,7847],[4649,1991],[4656,1996],[4663,2001],[4670,2006],[4677,2011],[5092,1998],[2647,7856],[5093,1988],[5094,1979],[5095,1967],[5096,1958],[5098,1948],[5099,1935],[5100,1924],[5101,1913],[5103,1902],[5104,1891],[2642,7853],[5105,1882],[5106,1871],[5107,1862],[5108,1852],[2646,7864],[5284,1468],[5264,1531],[5261,1538],[5253,1556],[5248,1568],[5243,1580],[4622,2130],[4619,2122],[2641,7860],[4615,2114],[4610,2105],[3679,2237],[5377,1522],[5430,1364],[5429,1373],[5428,1380],[5426,1389],[5424,1398],[5423,1405],[2645,7873],[5421,1412],[5418,1423],[5455,1378],[5455,1388],[5455,1396],[5455,1405],[5455,1414],[5455,1424],[5455,1432],[5455,1439],[2640,7866],[5454,1446],[5438,1560],[5245,1602],[5258,1609],[5273,1618],[5289,1627],[5303,1635],[5225,1478],[5239,1486],[2644,7881],[5249,1492],[5259,1498],[5273,1506],[2639,7877],[5220,1441],[5227,1445],[5234,1448],[5241,1452],[5248,1456],[2643,7888],[5261,1447],[5268,1451],[5276,1456],[5283,1460],[5291,1464],[5298,1468],[5305,1472],[5313,1477],[5321,1482],[5329,1486],[2638,7885],[5336,1490],[5344,1495],[5351,1499],[5358,1503],[5365,1507],[5373,1512],[5380,1516],[5388,1520],[5396,1525],[5404,1530],[2642,7895],[5412,1534],[5419,1538],[5426,1542],[5433,1546],[5440,1550],[5268,1388],[5274,1392],[7093,7268],[7100,7271],[7109,7285],[2637,7892],[7116,7288],[7129,7284],[7143,7279],[7157,7273],[7171,7266],[7185,7259],[7200,7251],[7215,7243],[7232,7234],[7245,7227],[2641,7903],[2636,7901],[4639,1709],[4632,1709],[4625,1709],[4619,1710],[4611,1710],[4605,1710],[4598,1711],[5234,1349],[5243,1353],[5255,1358],[2640,7910],[5265,1362],[4594,1686],[4600,1686],[4607,1686],[4614,1685],[4620,1685],[4627,1685],[4633,1684],[4639,1684],[4652,1683],[2635,7910],[4665,1682],[4679,1682],[4693,1681],[5276,1350],[5285,1355],[5291,1359],[5297,1362],[5303,1365],[5307,1368],[5314,1372],[2639,7918],[5320,1376],[5326,1379],[5332,1382],[5338,1386],[5341,1388],[5348,1392],[5354,1395],[5359,1398],[5365,1402],[5369,1404],[2634,7919],[5374,1407],[5380,1410],[5386,1414],[5393,1417],[5399,1421],[5405,1425],[5411,1428],[5415,1432],[5421,1436],[5427,1439],[2638,7926],[5434,1442],[5440,1447],[5448,1450],[5454,1455],[3985,2739],[4584,1670],[4592,1664],[4599,1660],[4607,1658],[4613,1657],[2633,7926],[4620,1657],[4627,1657],[4634,1656],[4641,1656],[4647,1656],[4653,1655],[5276,1289],[5262,1284],[2637,7933],[5248,1280],[4603,1584],[4597,1579],[4591,1575],[4585,1572],[4580,1568],[4575,1565],[4569,1561],[4563,1557],[2632,7933],[4556,1552],[4550,1548],[7141,7331],[7147,7326],[7160,7317],[7172,7308],[7186,7299],[7197,7292],[7211,7283],[7224,7275],[2637,7942],[7238,7264],[7244,7257],[7255,7269],[7255,7269],[4614,1588],[4621,1591],[4629,1594],[4634,1597],[4642,1600],[2632,7941],[4650,1603],[7232,7290],[7237,7297],[4622,1555],[4610,1547],[4604,1543],[4596,1539],[4591,1535],[4586,1531],[2636,7948],[4579,1527],[4574,1523],[4569,1520],[4556,1513],[4550,1512],[4543,1511],[4627,1555],[4643,1562],[4659,1569],[7247,7365],[2630,7950],[7239,7360],[7231,7352],[7224,7344],[7218,7333],[7210,7324],[7202,7315],[7194,7303],[7189,7287],[7182,7270],[2635,7955],[7223,7323],[7230,7312],[7237,7303],[7246,7289],[7255,7275],[7177,7433],[7179,7420],[7183,7411],[2629,7960],[7189,7403],[7198,7394],[7204,7386],[7212,7376],[7219,7366],[7225,7358],[7224,7422],[7214,7418],[7206,7411],[7195,7403],[2634,7962],[7230,7435],[7233,7425],[7236,7413],[7239,7401],[7242,7389],[7244,7376],[2631,7970],[5099,1077],[5103,1075],[5108,1072],[5114,1068],[5118,1064],[5123,1059],[5152,1121],[5158,1107],[4831,1472],[4826,1480],[4781,1664],[5387,1380],[5395,1384],[5402,1388],[5410,1393],[5417,1397],[4553,1539],[4557,1529],[4560,1520],[2723,7374],[4562,1514],[4569,1515],[4575,1511],[4581,1508],[3768,2655],[3774,2649],[3780,2642],[3941,2388],[3934,2392],[3926,2397],[3919,2401],[3913,2404],[3909,2407],[3935,2485],[3942,2482],[3950,2479],[4797,1455],[4821,1488],[4807,1479],[4797,1473],[4795,1472],[3922,2511],[3915,2514],[3907,2518],[4566,1429],[4563,1424],[4561,1418],[4558,1410],[4554,1401],[4552,1394],[4549,1388],[4546,1380],[4543,1372],[4540,1365],[4537,1357],[4534,1350],[4531,1341],[4291,2458],[4298,2471],[4305,2484],[4313,2498],[4321,2512],[4329,2527],[4096,2591],[4098,2599],[4100,2607],[4105,2613],[4110,2611],[4115,2608],[4027,2238],[4024,2231],[4021,2223],[4016,2214],[4013,2206],[4010,2197],[4007,2190],[5385,3749],[5389,3742],[5392,3736],[5396,3726],[5400,3719],[5404,3711],[5407,3703],[5411,3696],[5414,3688],[4143,1600],[7066,7565],[7060,7575],[7055,7586],[7051,7596],[7058,7602],[7069,7607],[7079,7611],[7048,7609],[7045,7620],[7042,7632],[4209,1653],[4204,1650],[4198,1645],[4190,1640],[4185,1635],[4179,1632],[4173,1628],[4167,1623],[4162,1619],[4155,1615],[4149,1611],[6985,7640],[4379,1627],[4373,1623],[4368,1620],[4363,1616],[4357,1613],[4352,1609],[4345,1604],[4339,1600],[4333,1596],[4321,1588],[4308,1579],[4295,1570],[4285,1564],[4273,1556],[4263,1545],[3609,1987],[3615,1989],[3621,1992],[3628,1995],[3634,1998],[3640,2000],[3616,1929],[3615,1937],[3614,1945],[3613,1954],[3611,1962],[3610,1970],[3609,1980],[3607,1989],[3606,1997],[3604,2007],[3554,2287],[3561,2290],[3914,2308],[3909,2297],[6043,3604],[6038,3594],[6032,3584],[6027,3575],[6021,3565],[6016,3555],[6011,3545],[6005,3536],[6000,3526],[5994,3515],[5980,3516],[5984,3523],[5987,3529],[5991,3536],[5995,3543],[5999,3550],[6001,3555],[6006,3563],[6010,3571],[6014,3577],[6017,3584],[5960,3516],[5974,3515],[5989,3515],[6021,3591],[6025,3598],[6029,3605],[6033,3612],[6036,3618],[3760,2180],[3754,2199],[3746,2213],[6842,7685],[6843,7676],[6844,7669],[6848,7649],[6849,7642],[6868,7691],[6870,7673],[6874,7652],[6875,7644],[3760,2168],[3762,2160],[3764,2153],[3767,2144],[3768,2138],[5840,3203],[5842,3191],[5844,3180],[5845,3170],[5847,3159],[5849,3145],[5851,3134],[5853,3123],[5855,3112],[5856,3101],[5858,3089],[5860,3079],[5862,3068],[5863,3057],[5865,3047],[5867,3036],[5869,3025],[5870,3013],[5872,3003],[5874,2991],[5876,2980],[5877,2970],[5879,2958],[3774,2147],[3780,2151],[3787,2155],[3621,2382],[3629,2384],[3634,2380],[3641,2375],[3647,2370],[3652,2365],[4261,1913],[4265,1911],[7111,7825],[7115,7807],[7118,7789],[7121,7770],[7123,7753],[7125,7745],[6934,8093],[6944,8095],[6953,8096],[6965,8097],[6974,8098],[6985,8099],[6994,8099],[6999,8096],[7006,8096],[7013,8096],[7021,8096],[7014,8100],[7009,8100],[7004,8100],[7000,8100],[6997,8094],[5989,3451],[6001,3452],[6004,3459],[6009,3466],[6013,3475],[6017,3483],[6018,3488],[3784,2258],[3789,2239],[3793,2221],[3798,2201],[6999,8042],[6975,8041],[3780,2212],[3773,2230],[3767,2248],[6985,8112],[6986,8103],[6988,8092],[6986,8077],[6987,8059],[6988,8041],[6989,8025],[6990,8006],[6986,7991],[6985,8119],[5957,3490],[5967,3489],[5974,3489],[5981,3489],[5988,3489],[6008,3489],[6029,3491],[5984,3402],[5984,3412],[5982,3420],[5975,3425],[6910,7880],[6913,7841],[6885,7857],[6900,7859],[6911,7860],[6925,7861],[6939,7862],[6954,7863],[6969,7864],[6984,7865],[6945,7873],[6947,7845],[6074,3590],[6070,3583],[6066,3574],[6061,3567],[6057,3558],[6056,3548],[6047,3544],[6042,3541],[6034,3538],[6062,3551],[4642,1989],[4634,1988],[4617,1987],[4609,1986],[6952,8128],[6969,8135],[6958,8160],[6946,8153],[6935,8145],[6946,8107],[6942,8123],[6937,8139],[4612,1744],[4612,1755],[4631,1743],[4631,1753],[4646,1782],[4640,1782],[4633,1782],[4626,1783],[4620,1783],[4613,1783],[4606,1782],[4600,1777],[4597,1769],[4596,1750],[4596,1743],[4595,1735],[4595,1728],[4595,1722],[4595,1712],[3326,6310],[4648,1733],[4643,1733],[4636,1733],[4630,1733],[4624,1734],[4618,1734],[4612,1735],[4541,1503],[4547,1499],[4553,1494],[7184,7813],[7174,7815],[7166,7818],[7158,7821],[7150,7824],[7143,7829],[7134,7832],[7124,7835],[7125,7836],[7116,7836],[7116,7837],[7108,7837],[7108,7839],[7099,7838],[7100,7840],[7093,7839],[7094,7841],[7086,7841],[7087,7842],[7078,7842],[7079,7843],[7069,7843],[7069,7845],[7060,7845],[7059,7846],[7052,7846],[7051,7847],[7045,7847],[7036,7845],[7001,7831],[7009,7834],[7017,7837],[7027,7841],[7200,7804],[7211,7800],[7224,7796],[7236,7793],[7248,7789],[4409,1377],[4409,1368],[4410,1359],[4410,1350],[4411,1341],[4412,1333],[4412,1324],[4413,1316],[4414,1307],[4414,1299],[4416,1289],[4390,1275],[4394,1278],[4399,1282],[4405,1286],[4410,1289],[4420,1289],[4426,1292],[4432,1295],[4438,1298],[4444,1302],[4450,1304],[4455,1306],[4462,1306],[4466,1305],[4473,1304],[4478,1302],[4484,1299],[4489,1295],[4370,2232],[4375,2235],[4382,2238],[4387,2241],[4393,2245],[4398,2248],[4403,2252],[4408,2258],[4412,2264],[4417,2270],[4422,2276],[4426,2283],[4430,2289],[4434,2295],[4437,2302],[4442,2309],[4446,2316],[4450,2322],[6787,7324],[6786,7312],[6796,7302],[6777,7304],[3323,6302],[6768,7305],[6759,7307],[6442,7183],[6444,7184],[6438,7194],[4480,2274],[4475,2283],[4470,2292],[4465,2301],[4460,2310],[4455,2319],[4449,2328],[4444,2338],[4439,2346],[4433,2355],[4428,2360],[4427,2367],[4437,2384],[4446,2400],[4432,2377],[4441,2392],[4027,2614],[4023,2605],[4025,2598],[4031,2593],[4037,2589],[4043,2586],[4050,2587],[3994,2940],[3998,2933],[4003,2926],[4008,2919],[4012,2913],[4017,2906],[4020,2899],[4185,1696],[4188,1687],[4191,1679],[4194,1671],[4197,1662],[4199,1654],[4957,3128],[4951,3137],[4944,3146],[4940,3152],[4935,3158],[6269,7078],[6273,7071],[6277,7064],[6281,7058],[6286,7051],[6290,7044],[6294,7038],[6298,7032],[4891,3135],[4898,3140],[4904,3145],[4909,3150],[4915,3154],[4921,3159],[4927,3164],[4929,3170],[4934,3174],[4940,3179],[4946,3184],[4908,3116],[4914,3121],[4920,3126],[4932,3136],[3324,6293],[6761,7316],[7577,6847],[7575,6857],[7579,6857],[7590,6815],[7593,6833],[7598,6851],[7612,6818],[7616,6836],[7620,6853],[7672,6949],[7665,6952],[7660,6954],[7656,6949],[7651,6951],[7645,6952],[7640,6954],[7634,6955],[7629,6957],[7623,6959],[7617,6961],[7612,6962],[7606,6964],[7600,6966],[7595,6967],[7588,6969],[7583,6971],[7578,6973],[7571,6973],[7565,6976],[7559,6978],[4919,3065],[4929,3072],[4938,3079],[4947,3084],[4957,3091],[4965,3096],[4975,3102],[4985,3107],[4995,3113],[5001,3116],[5058,3152],[5052,3149],[5046,3145],[5040,3141],[5034,3137],[5028,3134],[5022,3130],[5016,3126],[5009,3122],[5022,3151],[5026,3142],[5014,3146],[5017,3138],[5006,3140],[5010,3133],[5567,3054],[5576,3037],[5580,3029],[5584,3021],[5583,3068],[5588,3062],[5593,3055],[5599,3048],[5604,3040],[7758,6418],[7770,6412],[7779,6406],[7791,6400],[7801,6394],[7810,6386],[7819,6375],[7826,6365],[7832,6353],[7837,6341],[7837,6326],[7835,6312],[7828,6306],[7833,6296],[7821,6284],[7812,6286],[7811,6269],[7825,6262],[7831,6281],[7836,6264],[9750,6463],[9742,6474],[9735,6483],[9728,6492],[9720,6503],[9715,6510],[9707,6521],[9701,6532],[9453,6475],[9454,6466],[9454,6457],[1719,8677],[3320,6284],[9456,6448],[9457,6439],[9457,6428],[9458,6420],[9459,6411],[9459,6403],[9460,6394],[9461,6385],[9462,6375],[9459,6366],[9382,6477],[9376,6481],[9370,6485],[9364,6489],[9358,6494],[9453,6459],[9445,6462],[9439,6466],[9433,6469],[9426,6472],[9423,6476],[9415,6481],[9409,6485],[9402,6488],[9395,6491],[9389,6495],[9387,6489],[9385,6481],[9382,6472],[9380,6464],[9379,6455],[9280,6296],[9294,6296],[9308,6296],[9314,6313],[9321,6333],[9330,6363],[9337,6381],[9271,6347],[9280,6350],[9288,6351],[9300,6352],[9317,6348],[9328,6344],[9287,6314],[8788,7251],[8775,7241],[8761,7238],[8747,7236],[8787,7323],[8792,7311],[8800,7293],[8809,7274],[9039,6969],[9059,6987],[9004,6893],[9001,6900],[8993,6896],[8979,6898],[8994,6915],[8988,6928],[8983,6941],[9026,6888],[9017,6881],[9008,6874],[8993,6862],[8983,6854],[9036,6858],[9024,6848],[9014,6840],[9003,6832],[8992,6823],[9146,6721],[9179,6746],[9190,6754],[9165,6967],[9162,6974],[9159,6980],[9073,7226],[9079,7214],[9086,7199],[9092,7184],[9099,7170],[9106,7155],[9113,7140],[9123,7304],[9109,7293],[9096,7283],[9084,7274],[3322,6274],[9677,8290],[9685,8291],[9691,8292],[9699,8292],[9707,8293],[7910,7539],[7910,7550],[7910,7561],[7919,7551],[7926,7551],[7504,8218],[7498,8235],[7493,8251],[7490,8268],[7487,8283],[7484,8298],[7484,8391],[7486,8228],[7503,8359],[7504,8334],[7508,8291],[7510,8273],[7513,8257],[7517,8238],[7523,8219],[7528,8203],[7526,8355],[7527,8337],[7530,8322],[7532,8307],[7532,8283],[7535,8264],[7537,8247],[7539,8237],[7543,8218],[7551,8360],[7551,8342],[7552,8325],[7553,8306],[7564,8227],[7668,7802],[7677,7795],[7685,7789],[7697,7781],[7704,7777],[7714,7774],[7724,7773],[7732,7780],[7133,8053],[7149,8050],[7164,8048],[7180,8045],[7196,8042],[7212,8041],[6431,6986],[6436,6994],[6441,7001],[6446,7008],[6451,7016],[6455,7022],[6459,7028],[6463,7035],[6468,7042],[6472,7048],[6476,7053],[6480,7060],[6486,7069],[6490,7075],[3318,6266],[3961,4402],[3965,4408],[3969,4414],[3974,4421],[3977,4427],[3982,4433],[3986,4439],[3990,4446],[3994,4452],[3998,4458],[7560,5576],[7549,5568],[7541,5564],[7536,5560],[7529,5555],[7522,5550],[7514,5545],[7507,5540],[7499,5535],[7493,5531],[7555,5572],[9183,6112],[9183,6099],[9222,5852],[9227,5840],[9234,5828],[9231,5816],[9240,5814],[9250,5814],[9260,5814],[9271,5814],[9281,5814],[9292,5810],[9301,5803],[9308,5793],[9314,5781],[9319,5770],[9325,5758],[9330,5747],[9336,5735],[9342,5723],[9349,5711],[9355,5700],[9361,5688],[9367,5677],[3757,2868],[3760,2876],[3767,2882],[3773,2892],[3780,2896],[3783,2904],[3791,2909],[3794,2917],[3801,2921],[3804,2929],[3812,2934],[3813,2940],[3823,2947],[3826,2956],[3833,2960],[3837,2970],[3845,2974],[3849,2982],[3856,2986],[3861,2994],[3869,2994],[3874,3002],[3882,3002],[5219,4359],[5215,4358],[5213,4364],[5207,4364],[5205,4371],[5198,4372],[5196,4380],[5189,4379],[5186,4388],[5181,4386],[5179,4394],[5171,4395],[5169,4402],[5163,4401],[5153,4415],[3319,6256],[5147,4414],[5145,4421],[5140,4420],[5137,4428],[5131,4429],[5129,4436],[5123,4436],[5120,4443],[5115,4442],[5113,4449],[5108,4448],[5106,4455],[5201,4375],[5203,4368],[7017,4883],[7010,4884],[7004,4885],[6996,4886],[6990,4887],[6983,4888],[6976,4890],[6970,4890],[6964,4892],[6957,4893],[6948,4894],[6940,4895],[6932,4897],[6924,4898],[6916,4900],[4838,4633],[4831,4632],[4824,4628],[4818,4622],[4821,4605],[4827,4602],[4834,4602],[4846,4610],[5715,3694],[5725,3703],[7960,4046],[4865,4537],[4872,4520],[4868,4528],[4876,4507],[4871,4512],[4880,4495],[4875,4499],[4883,4483],[4879,4486],[4887,4471],[4886,4468],[5649,3634],[5655,3639],[5663,3638],[5661,3646],[5673,3642],[3316,6247],[5657,3654],[5681,3649],[5653,3661],[5697,3662],[5647,3661],[5707,3672],[5641,3657],[5721,3683],[5635,3657],[5731,3692],[7959,4057],[7958,4069],[7957,4080],[7956,4090],[7955,4099],[7954,4110],[7953,4120],[7952,4131],[7951,4142],[7950,4152],[7949,4164],[7948,4174],[7947,4184],[7946,4202],[7945,4214],[7944,4224],[7942,4247],[5001,1203],[4997,1209],[4996,1217],[4991,1226],[4991,1234],[4986,1242],[4986,1250],[4981,1257],[4981,1266],[4977,1272],[4976,1279],[4972,1287],[4972,1294],[4967,1301],[4968,1307],[4963,1314],[4962,1324],[4958,1330],[4958,1337],[4954,1344],[4953,1352],[4950,1357],[4948,1365],[4943,1368],[4941,1374],[4936,1379],[4933,1385],[4929,1389],[4925,1398],[4920,1402],[4917,1409],[4912,1413],[4656,6879],[4910,1423],[4905,1429],[4904,1437],[4900,1444],[4899,1451],[4895,1456],[4893,1464],[4890,1470],[4889,1477],[4885,1483],[4651,6877],[4884,1488],[4881,1495],[4879,1501],[4876,1509],[4874,1515],[4872,1522],[4870,1530],[4876,1521],[4881,1524],[4886,1527],[4647,6870],[7287,4702],[7296,4703],[7307,4705],[7315,4710],[7324,4715],[7332,4721],[4746,3472],[4748,3475],[4758,3476],[4764,3481],[4644,6864],[4771,3481],[4778,3485],[4785,3485],[4792,3490],[4808,3493],[4813,3498],[4821,3498],[4827,3503],[4848,3507],[4842,3508],[3314,6238],[4640,6857],[4862,3512],[4854,3513],[4876,3517],[4869,3518],[4890,3522],[4882,3523],[4896,3524],[4897,3528],[4902,3526],[4904,3531],[4636,6850],[4909,3529],[4911,3533],[4916,3532],[4918,3536],[4922,3534],[4925,3539],[4930,3537],[4932,3542],[4937,3540],[4939,3544],[4633,6843],[4943,3542],[4946,3547],[4950,3545],[4968,3555],[4960,3550],[4983,3561],[4977,3555],[4993,3565],[4987,3559],[5006,3570],[4630,6837],[5000,3565],[5020,3575],[5014,3570],[7252,4862],[7263,4857],[7271,4850],[7278,4844],[7286,4835],[7298,4819],[7305,4807],[4626,6831],[7311,4795],[7315,4785],[7320,4774],[7325,4762],[7330,4751],[7335,4740],[7339,4730],[7345,4717],[7349,4706],[7354,4696],[4623,6824],[7358,4685],[7363,4673],[7581,3691],[7574,3691],[7567,3691],[4620,6817],[7560,3690],[7552,3690],[7546,3689],[7538,3689],[7530,3689],[7522,3689],[7694,8090],[7710,8089],[7725,8089],[7748,8087],[4616,6810],[7776,8086],[7791,8085],[4675,3868],[4671,3864],[4667,3867],[4662,3862],[4657,3865],[4653,3860],[4648,3863],[4642,3858],[4613,6803],[4449,3023],[4445,3032],[4438,3038],[4435,3047],[4428,3051],[4426,3058],[4419,3062],[4417,3071],[4409,3076],[4415,3079],[4611,6798],[4405,3084],[5591,5621],[5582,5612],[5575,5606],[5570,5602],[5564,5597],[5555,5588],[5546,5581],[5537,5572],[5530,5565],[3313,6230],[4607,6791],[5523,5558],[6428,5567],[6431,5558],[6435,5546],[6438,5537],[6441,5531],[6446,5518],[6448,5510],[6451,5501],[6455,5492],[4604,6783],[6458,5483],[5498,335],[5495,328],[5492,320],[5488,312],[5485,305],[5483,299],[5481,291],[5480,282],[5481,273],[4600,6775],[5484,265],[5489,259],[5494,253],[5499,247],[5187,3906],[5190,3898],[5193,3888],[5196,3881],[5198,3874],[5202,3864],[4597,6770],[5205,3856],[5208,3848],[5210,3840],[7547,3841],[7582,3842],[7601,3842],[7620,3843],[7639,3844],[7654,3848],[7666,3852],[4594,6764],[7747,3885],[7754,3888],[7760,3891],[7767,3894],[7773,3897],[7780,3900],[7786,3902],[7792,3905],[7798,3908],[7804,3911],[4591,6758],[7812,3914],[7823,3923],[7830,3927],[7840,3929],[7849,3935],[7860,3940],[7870,3947],[7876,3955],[7884,3960],[7889,3963],[4588,6752],[7895,3968],[7904,3975],[7909,3978],[7916,3983],[7925,3990],[7934,3996],[5172,2104],[5164,2104],[5156,2104],[5149,2104],[4584,6744],[5142,2104],[5134,2104],[5130,2104],[5121,2104],[5113,2104],[5105,2104],[5097,2104],[5088,2104],[5082,2104],[5075,2104],[4583,6736],[5066,2104],[5059,2104],[5053,2104],[5044,2104],[5036,2104],[5028,2104],[5021,2104],[5012,2104],[5005,2104],[4997,2104],[4579,6732],[4989,2104],[4982,2104],[4974,2104],[4966,2104],[4959,2104],[5932,6311],[5939,6315],[5940,6308],[5946,6315],[5946,6310],[3308,6225],[1170,8527],[5953,6315],[5954,6311],[5960,6316],[5961,6311],[5966,6316],[5968,6312],[5972,6318],[5976,6314],[5978,6319],[5983,6316],[1177,8530],[5986,6322],[5991,6319],[5996,6320],[5994,6326],[6000,6321],[5998,6327],[6004,6323],[6002,6329],[6008,6325],[6006,6330],[2234,3317],[6012,6326],[6010,6332],[6016,6328],[6014,6333],[6020,6329],[6018,6335],[6029,6333],[6024,6337],[6039,6336],[6034,6340],[2242,3316],[6046,6339],[6044,6343],[6054,6341],[6053,6346],[6061,6343],[6060,6348],[6069,6346],[6068,6350],[6075,6348],[6075,6352],[2248,3314],[6082,6350],[6082,6354],[6089,6352],[6089,6356],[6097,6354],[6096,6359],[6104,6356],[6104,6361],[6111,6357],[6112,6362],[2256,3313],[6118,6356],[6119,6361],[6125,6354],[6126,6359],[6132,6352],[6133,6357],[6139,6350],[6140,6355],[6146,6349],[6147,6353],[2262,3313],[6153,6347],[6154,6351],[6161,6345],[6162,6349],[6168,6343],[6168,6347],[6174,6341],[6176,6345],[6186,6338],[6181,6344],[2269,3311],[6192,6340],[5935,6319],[5943,6317],[6200,6344],[6212,6352],[6223,6360],[6236,6368],[6245,6375],[6256,6382],[2275,3310],[6266,6389],[6277,6396],[6207,6345],[6219,6353],[6232,6362],[6242,6369],[6252,6376],[6262,6383],[6272,6390],[2283,3309],[6283,6397],[6389,6469],[6377,6461],[6235,6254],[6356,6447],[6346,6440],[6336,6433],[6326,6426],[6305,6412],[3308,6216],[2290,3307],[6294,6405],[6382,6468],[6371,6460],[6361,6453],[6340,6440],[6330,6432],[6320,6426],[6310,6419],[6298,6411],[2297,3306],[6287,6403],[6368,6488],[6366,6480],[6362,6472],[6356,6475],[6348,6479],[6343,6475],[6342,6467],[6344,6459],[6347,6451],[5815,3337],[5815,3344],[5808,3336],[5807,3342],[5800,3340],[5794,3333],[5793,3339],[5771,3340],[5769,3353],[5768,3365],[5778,3366],[5769,3334],[5760,3332],[5753,3330],[5755,3324],[5745,3328],[5748,3322],[5688,3309],[5651,3308],[5621,3296],[5567,3298],[7300,7572],[7297,7584],[7295,7594],[7291,7611],[7289,7622],[3303,6211],[7286,7633],[7283,7645],[7280,7657],[4767,3582],[4766,3591],[4762,3597],[4762,3606],[4758,3612],[4758,3621],[4753,3628],[4754,3633],[4750,3641],[4749,3650],[4745,3657],[4745,3665],[4741,3671],[4742,3679],[4737,3686],[4737,3695],[4733,3703],[4732,3712],[4871,1816],[4881,1817],[4892,1816],[4905,1817],[4916,1819],[4928,1821],[4938,1822],[4947,1824],[4955,1825],[5390,3310],[5391,3321],[5392,3332],[5392,3345],[5394,3353],[5393,3365],[5393,3376],[5394,3387],[5401,3386],[5410,3386],[8051,4700],[8048,4707],[8046,4714],[8043,4721],[8041,4727],[8038,4735],[8037,4744],[8033,4754],[8029,4763],[8026,4773],[8023,4781],[8020,4788],[8017,4796],[8014,4804],[8012,4811],[8005,4830],[8002,4839],[7999,4847],[7995,4856],[7992,4864],[7989,4873],[7986,4881],[7980,4898],[7977,4906],[7973,4915],[7970,4924],[7967,4933],[7963,4942],[7960,4951],[7956,4961],[7950,4979],[7946,4988],[7943,4997],[7939,5006],[7936,5016],[7933,5024],[7926,5044],[7922,5052],[7919,5061],[7916,5070],[7913,5079],[7909,5088],[7906,5097],[7902,5106],[7899,5116],[7896,5124],[7893,5133],[7887,5144],[7888,5155],[7888,5163],[7888,5171],[7888,5181],[7888,5189],[7889,5201],[7889,5210],[7889,5220],[7889,5229],[7889,5237],[7890,5247],[7890,5262],[2621,5676],[3302,6203],[7890,5271],[7891,5282],[7891,5292],[7891,5301],[7891,5310],[7891,5320],[7891,5329],[5214,3943],[5213,3952],[5217,3960],[5217,3967],[5220,3975],[5223,3988],[5223,3998],[5226,4007],[5226,4014],[5224,4020],[5222,4015],[5216,4011],[5205,3990],[5198,3985],[5196,3976],[5188,3971],[5186,3962],[5197,3972],[5204,3969],[5210,3967],[5205,4107],[5210,4101],[5215,4095],[5220,4089],[5225,4083],[5229,4076],[5231,4068],[5231,4059],[5230,4049],[5230,4041],[5229,4033],[5231,4088],[5239,4088],[5246,4089],[5222,4099],[5229,4102],[5236,4103],[5250,4104],[5225,4105],[5215,4105],[6319,6132],[6315,6132],[6314,6125],[6310,6124],[6309,6117],[6305,6115],[6304,6108],[6300,6108],[6300,6102],[6295,6100],[6297,6096],[6292,6095],[6293,6091],[6288,6088],[6290,6085],[6284,6082],[6286,6079],[6282,6072],[6278,6065],[6274,6059],[6270,6053],[6267,6048],[6265,6044],[6262,6039],[6259,6034],[6256,6030],[6253,6025],[6251,6020],[6248,6016],[6245,6011],[6242,6006],[6243,6000],[1239,3618],[6246,6000],[6245,5996],[6251,5994],[6249,5991],[6255,5989],[6253,5986],[6258,5986],[6256,5983],[4655,3498],[4657,3490],[4655,3486],[4657,3478],[4657,3464],[4654,3461],[4656,3453],[4650,3449],[4647,3440],[4643,3438],[4641,3432],[4636,3428],[4632,3418],[4629,3417],[4626,3409],[4623,3405],[4619,3400],[4615,3393],[5800,3127],[5794,3131],[5788,3133],[5782,3136],[5776,3139],[5770,3142],[5764,3145],[5758,3148],[5752,3151],[5746,3154],[5740,3158],[5734,3161],[5727,3165],[5721,3168],[5715,3171],[5709,3174],[6219,5238],[6226,5239],[6232,5235],[6239,5235],[6246,5230],[6253,5230],[6258,5224],[6265,5223],[6270,5217],[6278,5215],[6281,5210],[6290,5207],[6294,5200],[6301,5198],[6306,5191],[6313,5187],[6318,5180],[6326,5177],[6330,5170],[5109,1524],[5118,1529],[5129,1535],[5138,1541],[5147,1545],[5157,1551],[5165,1556],[5623,4789],[5626,4776],[5630,4762],[5635,4740],[5064,3526],[5064,3532],[5063,3515],[5062,3521],[5063,3505],[5061,3510],[5064,3494],[5061,3499],[5066,3477],[5063,3482],[5063,3466],[5063,3472],[5063,3454],[5060,3461],[5065,3446],[7447,7094],[7453,7091],[7457,7084],[7463,7081],[7466,7075],[7472,7071],[7475,7065],[7480,7063],[7484,7058],[1248,3616],[7487,7055],[7492,7050],[7497,7047],[7501,7046],[3901,2375],[3903,2386],[3905,2396],[3911,2419],[3913,2430],[7893,3504],[7894,3512],[7895,3522],[7896,3532],[7896,3542],[7897,3552],[7897,3562],[7897,3570],[7896,3580],[7608,7468],[7603,7462],[7598,7455],[7592,7446],[7588,7440],[7583,7432],[7579,7424],[7575,7416],[7570,7406],[7567,7398],[7562,7386],[7559,7379],[7557,7373],[7555,7366],[4376,3512],[4378,3505],[4378,3497],[7810,8174],[7809,8182],[7809,8191],[7809,8199],[7808,8207],[7808,8216],[6837,7433],[6835,7444],[6835,7454],[6832,7466],[6830,7477],[6827,7488],[6824,7496],[7484,3653],[7483,3660],[7483,3667],[7483,3677],[7483,3686],[7483,3696],[7483,3705],[7483,3714],[7482,3721],[7482,3733],[7482,3743],[7482,3753],[7482,3762],[7482,3773],[7482,3784],[7481,3794],[7481,3805],[7481,3816],[7481,3826],[7481,3836],[7481,3845],[4454,4260],[4453,4252],[4457,4247],[4456,4241],[4460,4235],[4464,4209],[4462,4229],[4468,4198],[4465,4217],[4469,4204],[8192,3708],[8186,3718],[8181,3727],[8176,3736],[8170,3745],[8166,3753],[8160,3762],[8155,3771],[7212,7489],[7204,7487],[7196,7485],[7185,7483],[7177,7481],[7165,7478],[7156,7478],[7147,7477],[7137,7476],[7127,7475],[7249,7497],[1257,3615],[7238,7495],[7228,7493],[7220,7491],[5219,4497],[5223,4495],[5220,4490],[5225,4485],[5228,4448],[5233,4444],[5230,4438],[5235,4433],[5231,4432],[5236,4425],[5236,4405],[5238,4395],[4550,5867],[4543,5868],[4896,2007],[4898,1991],[4899,1977],[4901,1962],[4902,1947],[4906,1929],[4907,1913],[4909,1897],[4536,5868],[4910,1882],[4910,1869],[4911,1855],[4912,1842],[4914,1828],[6954,6858],[6961,6868],[6124,3125],[6118,3134],[6112,3142],[4529,5870],[6105,3150],[6099,3159],[7542,7856],[7534,7860],[7526,7864],[7519,7868],[7511,7872],[7503,7876],[7496,7880],[7488,7884],[4523,5871],[7481,7888],[7473,7892],[7468,7895],[7850,4565],[7847,4544],[7845,4525],[7845,4503],[7843,4496],[4516,5872],[7842,4489],[7840,4482],[7839,4475],[7837,4468],[7836,4460],[7834,4452],[7827,4409],[4873,3139],[4880,3136],[4509,5874],[4886,3130],[4888,3129],[4898,3117],[4903,3110],[4910,3098],[4916,3085],[4922,3073],[7036,6861],[7039,6869],[7045,6871],[1266,3613],[4502,5875],[7049,6879],[7055,6883],[7060,6892],[7067,6896],[7070,6903],[7695,4283],[7689,4283],[7683,4283],[7678,4283],[7672,4282],[4495,5876],[7667,4282],[7661,4283],[7656,4282],[7650,4281],[7644,4281],[7638,4281],[7632,4280],[7626,4280],[7622,4280],[5009,4070],[4488,5878],[5004,4069],[5016,4080],[5011,4077],[5024,4090],[5018,4087],[5033,4101],[5026,4097],[5039,4110],[5033,4108],[5047,4120],[4482,5879],[5041,4118],[5055,4130],[5047,4126],[5062,4141],[5056,4138],[5071,4152],[5065,4149],[5080,4164],[5073,4161],[5086,4172],[4475,5880],[5081,4171],[5091,4179],[5093,4186],[5098,4188],[5099,4196],[5107,4206],[5113,4207],[5114,4215],[5121,4218],[4467,5880],[5124,4229],[5130,4231],[5130,4236],[5107,4168],[5099,4178],[5115,4179],[5107,4189],[5137,4240],[7847,5458],[7852,5459],[4458,5880],[7856,5459],[7862,5460],[7868,5461],[7873,5462],[7879,5463],[7885,5464],[7890,5465],[7897,5466],[7901,5467],[7907,5468],[4450,5880],[5955,6619],[5951,6632],[5947,6645],[5944,6657],[5931,6683],[5924,6694],[5917,6704],[5911,6714],[4458,3466],[4441,5881],[4453,3470],[4469,3463],[4464,3467],[4475,3464],[4492,3457],[4487,3462],[4503,3455],[4498,3458],[4513,3452],[4432,5882],[4508,3456],[4519,3454],[4544,3444],[4528,3451],[4554,3442],[4539,3448],[4565,3439],[4549,3445],[4575,3436],[1274,3612],[4423,5883],[4559,3443],[4582,3434],[4571,3440],[4590,3433],[4599,3430],[4586,3436],[4609,3428],[4596,3434],[4616,3425],[4606,3431],[4414,5885],[4624,3416],[4615,3429],[4632,3407],[4622,3422],[4640,3398],[4632,3410],[4643,3384],[4639,3404],[4639,3378],[4646,3396],[4406,5885],[4651,3386],[4655,3381],[4654,3387],[4662,3379],[6455,4225],[6451,4225],[6445,4226],[6440,4226],[6435,4227],[4397,5887],[6431,4232],[6431,4239],[6432,4246],[6432,4254],[6429,4228],[6423,4228],[6419,4224],[6415,4222],[6410,4220],[6415,4259],[4389,5888],[6415,4251],[6417,4244],[6419,4238],[6421,4231],[6424,4224],[6425,4215],[6425,4207],[6425,4198],[4950,1493],[4959,1499],[4380,5888],[4968,1506],[4979,1513],[4998,1526],[5007,1532],[5015,1538],[5027,1546],[5036,1552],[5045,1559],[5055,1565],[5063,1571],[4379,5879],[5072,1577],[5080,1583],[4122,4438],[4127,4439],[4132,4431],[4139,4429],[4143,4421],[4150,4420],[4153,4413],[4160,4412],[4386,5878],[4162,4406],[4167,4407],[4169,4400],[4174,4401],[4176,4394],[4182,4394],[4185,4387],[4191,4387],[4193,4380],[4199,4380],[4393,5878],[4202,4373],[4208,4373],[7177,4939],[7179,4945],[7178,4951],[7179,4958],[7178,4963],[7179,4969],[7178,4977],[7180,4984],[4401,5877],[7178,4991],[7180,4997],[7179,5003],[7180,5010],[7179,5017],[7182,5033],[7187,5053],[7191,5074],[7196,5098],[7200,5119],[1282,3611],[4407,5876],[7205,5139],[7208,5156],[7149,5558],[7142,5564],[7133,5570],[7127,5574],[7119,5577],[7110,5581],[7103,5584],[7094,5587],[4413,5875],[7086,5590],[7077,5592],[5044,4342],[5044,4350],[5050,4353],[5050,4362],[5056,4364],[5056,4374],[5063,4378],[5063,4386],[4420,5874],[5069,4390],[5069,4398],[5076,4402],[5075,4409],[5083,4415],[5082,4422],[5089,4427],[5088,4434],[5095,4438],[5096,4447],[4428,5873],[5102,4451],[5103,4461],[5109,4464],[5108,4472],[5115,4476],[5116,4486],[5123,4490],[5122,4498],[5129,4502],[5129,4510],[4436,5872],[5135,4513],[5135,4522],[5142,4525],[5142,4534],[5148,4537],[5149,4548],[5155,4549],[5155,4559],[5160,4562],[4445,5871],[4725,2870],[4715,2866],[4454,5870],[4704,2862],[4692,2857],[4680,2852],[4667,2847],[4654,2841],[4640,2836],[4627,2831],[4614,2825],[4601,2820],[4462,5872],[4226,3372],[4245,3365],[4239,3370],[4257,3363],[4251,3368],[4268,3360],[4262,3365],[4281,3358],[4274,3363],[4292,3356],[4468,5874],[4317,3351],[4328,3348],[4287,3360],[4342,3346],[4297,3358],[4349,3344],[4476,5875],[4229,3405],[4322,3353],[4362,3342],[4335,3350],[4355,3346],[4369,3343],[4375,3339],[1292,3609],[4381,3341],[4386,3335],[5902,3212],[5900,3218],[5896,3230],[5892,3239],[5889,3249],[8162,3634],[8158,3644],[8153,3655],[8148,3665],[8143,3676],[8138,3686],[8126,3704],[8121,3714],[8117,3724],[8112,3735],[8107,3745],[4351,3394],[4349,3377],[4349,3370],[4348,3365],[4347,3386],[4346,3357],[4345,3368],[4346,3349],[4342,3350],[7564,3788],[7571,3788],[7576,3788],[7583,3788],[7589,3789],[7595,3789],[7601,3789],[7608,3789],[7613,3789],[7619,3789],[7624,3790],[7630,3790],[7636,3790],[7642,3790],[4819,5903],[7649,3791],[7655,3791],[7661,3791],[7668,3791],[7674,3792],[3583,2715],[3585,2703],[3588,2692],[3588,2684],[3590,2680],[3593,2668],[3595,2656],[3598,2645],[3599,2636],[7619,3804],[7620,3823],[8942,7000],[8942,7009],[8942,7027],[8950,7032],[4417,5877],[8950,7016],[8950,6997],[8950,6979],[8950,6961],[8949,6944],[8949,6926],[8948,6912],[8949,6904],[8954,6887],[8961,6875],[1218,8781],[8968,6861],[8975,6848],[8982,6834],[9035,6723],[4460,3888],[4454,3893],[4447,3897],[4441,3902],[4434,3906],[4428,3910],[1210,8784],[4421,3915],[4415,3919],[4408,3923],[4404,3928],[4407,3934],[5158,4784],[5163,4783],[5169,4782],[1300,3608],[1202,8788],[5175,4782],[5180,4781],[5185,4781],[6495,5623],[6489,5619],[6473,5608],[6466,5602],[6453,5593],[6446,5587],[6439,5582],[1196,8792],[6431,5576],[6423,5569],[6415,5563],[6407,5557],[6399,5551],[6390,5543],[6384,5539],[6376,5533],[6318,5487],[6325,5495],[1188,8797],[6331,5502],[6339,5508],[6347,5512],[6355,5517],[6363,5523],[4770,3640],[4766,3648],[4766,3656],[4762,3663],[4762,3672],[1180,8801],[4759,3676],[4758,3686],[4754,3693],[4754,3701],[4750,3708],[4750,3716],[4746,3723],[5258,3135],[5258,3121],[5262,3161],[1175,8806],[5261,3148],[5265,3187],[5265,3172],[5268,3196],[6305,5588],[6306,5575],[6307,5562],[6308,5550],[6309,5537],[6310,5523],[1170,8814],[6310,5512],[6311,5501],[6312,5489],[6313,5477],[6314,5465],[6315,5452],[6313,5437],[6315,5424],[6316,5409],[5532,4704],[1166,8822],[5524,4701],[5511,4695],[5504,4691],[6078,3598],[6082,3605],[6085,3611],[6089,3618],[6092,3623],[6097,3633],[6103,3643],[1165,8833],[6108,3652],[6113,3662],[6119,3672],[6122,3678],[6125,3684],[6128,3689],[6132,3695],[6134,3700],[6138,3706],[6140,3710],[1165,8840],[4468,3228],[4466,3236],[4470,3238],[4468,3246],[4473,3249],[4470,3255],[4475,3259],[4472,3264],[4478,3263],[4475,3275],[1170,8850],[4478,3269],[4478,3287],[4481,3277],[4480,3305],[4480,3279],[4482,3319],[4481,3290],[4483,3332],[4488,3286],[4487,3345],[2471,2517],[1175,8858],[4495,3285],[4489,3359],[4482,3299],[4491,3375],[4484,3311],[4493,3389],[4485,3324],[4496,3404],[4488,3338],[4498,3416],[1182,8864],[4490,3351],[4500,3430],[4492,3366],[4502,3446],[4495,3380],[4504,3459],[4497,3398],[4507,3473],[4499,3410],[4509,3487],[1189,8868],[4501,3423],[4511,3504],[4503,3437],[4506,3452],[4508,3465],[4510,3480],[4512,3494],[4915,1873],[4922,1874],[4930,1876],[1189,8877],[4936,1877],[4943,1878],[4953,1880],[4958,1881],[4964,1882],[4972,1883],[4977,1884],[4983,1885],[4989,1886],[4995,1887],[5001,1888],[5008,1889],[5014,1889],[5020,1889],[5026,1889],[5032,1889],[5036,1889],[5045,1889],[5051,1890],[2591,3035],[2585,3031],[7584,4194],[7591,4195],[7599,4195],[7606,4196],[7613,4197],[7619,4198],[2581,3022],[7625,4195],[7633,4194],[7641,4192],[7648,4189],[7655,4186],[7663,4182],[4087,2672],[4080,2667],[4072,2669],[4066,2664],[2576,3020],[4057,2666],[4052,2662],[4045,2660],[4041,2652],[4033,2650],[4027,2641],[4022,2641],[4015,2631],[4008,2628],[4004,2621],[2573,3012],[3996,2618],[3991,2610],[3984,2606],[3975,2594],[3970,2590],[3967,2582],[3961,2577],[3957,2568],[3951,2564],[3949,2555],[2474,2524],[2567,3009],[3943,2547],[3941,2537],[3935,2529],[3933,2518],[3931,2509],[3929,2499],[3928,2490],[6754,6119],[6754,6129],[6749,6136],[2562,3000],[4246,3342],[4245,3349],[4248,3378],[4251,3383],[4250,3393],[4253,3399],[4252,3408],[5289,3261],[5286,3252],[2558,2998],[5284,3243],[5287,3234],[5287,3241],[5297,3216],[5292,3229],[5297,3209],[5292,3222],[4847,2029],[4847,2015],[4849,2001],[2554,2990],[4847,1984],[4849,1950],[4850,1939],[4851,1926],[4851,1913],[4852,1897],[4853,1883],[4855,1869],[4856,1857],[2548,2987],[4857,1843],[4859,1830],[4861,1817],[4865,1805],[4867,1791],[4869,1777],[4871,1764],[4876,1752],[4881,1741],[4425,1649],[2545,2979],[4425,1641],[4425,1634],[4425,1626],[4429,1597],[4429,1586],[4429,1576],[4429,1564],[4429,1554],[4430,1541],[2538,2974],[4428,1618],[4430,1523],[4462,1517],[4456,1517],[4448,1517],[4441,1517],[4433,1517],[4430,1513],[4430,1505],[4429,1493],[2536,2968],[4429,1483],[4429,1473],[4430,1466],[9857,6694],[9854,6720],[9855,6733],[9861,6744],[9867,6753],[2530,2965],[9874,6760],[9886,6765],[9894,6769],[9905,6776],[9912,6785],[9917,6794],[9923,6806],[6525,5982],[6520,5989],[6519,5999],[2526,2957],[6514,6005],[6513,6015],[6509,6019],[6508,6030],[6504,6034],[6503,6044],[6002,6019],[6008,6008],[6000,5997],[6014,5998],[2476,2530],[2520,2953],[6006,5986],[6020,5988],[5256,2729],[5257,2721],[5259,2715],[6385,6714],[6391,6718],[6398,6723],[6406,6728],[6413,6733],[2518,2946],[6420,6739],[6428,6744],[6436,6750],[6443,6755],[6450,6760],[4016,2868],[4022,2867],[4028,2860],[4034,2858],[2512,2943],[4048,2849],[4042,2850],[4061,2839],[4053,2842],[4074,2830],[4066,2832],[4085,2822],[4078,2824],[2508,2934],[4097,2813],[4099,2808],[4104,2808],[4106,2804],[4111,2803],[4113,2799],[4118,2798],[4120,2794],[4124,2794],[4127,2789],[2502,2931],[4131,2789],[4133,2784],[4137,2784],[4139,2780],[4144,2780],[4147,2774],[4151,2774],[4153,2770],[4157,2770],[4160,2765],[2498,2923],[4164,2765],[7550,3722],[7542,3722],[7534,3722],[7527,3722],[7519,3722],[7505,3721],[7497,3721],[7490,3721],[7475,3721],[2493,2921],[7468,3720],[7461,3720],[7447,3720],[7440,3720],[7432,3720],[3778,2890],[3785,2883],[3791,2876],[3799,2869],[3805,2863],[2490,2913],[5705,4929],[4232,4439],[4237,4442],[4237,4449],[4242,4452],[4243,4459],[4248,4463],[4247,4470],[2484,2911],[4252,4474],[4252,4481],[4257,4485],[4257,4493],[4259,4500],[4255,4506],[4258,4513],[4254,4519],[4256,4527],[4253,4533],[2480,2903],[4252,4542],[4254,4550],[4250,4556],[4252,4564],[4249,4569],[4251,4577],[4247,4584],[4247,4591],[4249,4598],[4245,4604],[1133,5422],[2476,2902],[4247,4611],[4247,4619],[4248,4625],[4249,4632],[4248,4618],[2471,2893],[5731,5291],[5735,5296],[5739,5300],[5743,5305],[5747,5309],[5751,5314],[5755,5318],[5761,5319],[5760,5324],[2466,2891],[5765,5324],[5764,5329],[5770,5330],[5769,5334],[5775,5335],[5773,5339],[5779,5340],[5783,5347],[5786,5354],[2461,2882],[5791,5357],[5796,5361],[5797,5366],[5801,5372],[5788,5363],[5790,5368],[5727,5287],[2455,2878],[5696,4937],[5695,4941],[2450,2869],[7421,3948],[7422,3936],[7422,3924],[7422,3912],[7422,3899],[7422,3888],[7422,3877],[7423,3865],[7423,3853],[628,7992],[7423,3841],[7423,3829],[7423,3818],[7423,3806],[7423,3794],[7423,3782],[7423,3777],[7424,3767],[7424,3757],[7424,3744],[623,8002],[7424,3732],[7424,3718],[7424,3710],[7424,3699],[7424,3686],[7425,3675],[7425,3663],[7425,3651],[7425,3642],[7425,3962],[618,8012],[7427,3968],[7430,3972],[4274,3581],[4273,3585],[4267,3584],[4265,3589],[4261,3586],[4258,3592],[614,8022],[4254,3590],[4250,3595],[4246,3593],[4242,3599],[4240,3596],[4239,3601],[4234,3598],[4231,3604],[4227,3601],[6417,5456],[1192,5407],[632,7979],[6415,5462],[6411,5474],[6407,5483],[6404,5493],[6395,5516],[6391,5527],[6389,5533],[6387,5539],[634,7974],[4090,2459],[4084,2465],[4077,2466],[4071,2471],[4064,2472],[4057,2478],[4048,2479],[4043,2484],[4034,2485],[635,7970],[4029,2491],[4021,2492],[4015,2498],[4008,2498],[4002,2504],[3994,2504],[3989,2510],[3980,2511],[3975,2516],[3967,2517],[638,7964],[3962,2523],[3954,2523],[3950,2528],[3941,2529],[3935,2535],[3929,2535],[3923,2541],[3915,2542],[3910,2547],[3901,2548],[2482,5892],[3894,2554],[3885,2555],[3879,2561],[3869,2563],[3507,2627],[3505,2637],[3509,2607],[3506,2616],[3510,2587],[3507,2596],[2486,5886],[3511,2566],[3508,2576],[3512,2547],[3509,2557],[3513,2527],[3510,2537],[3514,2510],[3511,2517],[3514,2501],[3515,2491],[2490,5879],[3515,2481],[3516,2471],[3516,2461],[3517,2453],[3517,2442],[3518,2430],[3518,2421],[3519,2411],[2493,5872],[3519,2404],[3520,2395],[3521,2384],[3521,2374],[3522,2363],[3522,2353],[3523,2342],[3524,2331],[3524,2322],[3525,2313],[2498,5866],[3535,2275],[3539,2268],[3543,2260],[3547,2253],[3548,2243],[3550,2236],[3553,2229],[3556,2222],[3558,2216],[3561,2208],[3563,2202],[3566,2195],[3568,2188],[3570,2180],[7649,5868],[7642,5853],[7646,5841],[7638,5838],[7634,5823],[7629,5808],[1197,5402],[7623,5795],[7618,5783],[7611,5772],[5352,274],[5347,267],[5339,264],[5330,252],[5323,246],[5317,242],[5311,236],[5303,229],[5293,221],[5287,216],[9374,6296],[9368,6315],[5116,2719],[5111,2722],[5103,2746],[5100,2739],[5097,2731],[5095,2725],[7750,5212],[7750,5223],[7751,5236],[7751,5247],[7147,5134],[7166,5131],[7179,5124],[7192,5114],[7204,5105],[7220,5094],[7235,5085],[4286,4784],[4281,4762],[4278,4751],[4276,4739],[4272,4735],[4268,4729],[4270,4722],[4266,4717],[4267,4710],[4263,4706],[7537,5592],[7529,5586],[7524,5583],[7517,5579],[7509,5573],[7503,5570],[7489,5560],[7482,5555],[7475,5550],[7468,5545],[2512,5873],[7459,5540],[7452,5535],[4422,4709],[4426,4715],[4420,4714],[4419,4723],[4414,4720],[4413,4730],[4406,4728],[4408,4735],[2517,5876],[4401,4734],[4403,4742],[4396,4740],[4397,4749],[4391,4746],[4391,4754],[4385,4750],[4386,4758],[4381,4752],[4383,4759],[4377,4754],[4379,4760],[4374,4755],[4376,4762],[4370,4756],[4372,4763],[4357,4762],[4351,4764],[4343,4767],[2123,2745],[4336,4770],[4330,4772],[4331,4779],[4323,4775],[4324,4782],[4315,4778],[4316,4785],[4307,4781],[4309,4788],[4301,4783],[4302,4790],[4292,4783],[4294,4796],[4285,4800],[4276,4789],[4279,4802],[4274,4804],[4265,4793],[4268,4807],[4260,4795],[4262,4809],[4254,4797],[4249,4799],[4243,4801],[4239,4803],[4233,4805],[4227,4823],[4223,4809],[4221,4825],[4218,4811],[4215,4827],[4212,4813],[4209,4829],[4206,4816],[4203,4832],[4200,4818],[4198,4834],[4194,4820],[4192,4836],[4188,4822],[4185,4824],[4181,4840],[4178,4826],[4175,4843],[4173,4829],[4170,4845],[4168,4830],[4164,4847],[4163,4832],[4159,4849],[4157,4834],[4153,4851],[4151,4837],[4149,4853],[4146,4838],[4142,4855],[4141,4841],[4135,4858],[4134,4843],[4130,4860],[4129,4845],[4124,4862],[4124,4847],[4119,4864],[4119,4849],[4113,4866],[4114,4851],[4109,4854],[3606,5262],[4106,4870],[4100,4857],[4100,4872],[4096,4859],[4094,4875],[4090,4861],[3600,5259],[2122,2735],[3594,5256],[3589,5253],[3584,5249],[3579,5244],[3574,5242],[3567,5241],[3660,5285],[3753,7589],[3758,7581],[3766,7578],[2121,2723],[3771,7570],[4418,4713],[3779,7567],[3784,7560],[3791,7556],[3796,7549],[3804,7545],[3809,7538],[3816,7534],[3821,7527],[3829,7523],[2120,2713],[3835,7516],[3843,7512],[4435,4874],[4432,4870],[4426,4861],[4423,4856],[4420,4851],[3849,7504],[4417,4846],[4415,4842],[4413,4837],[4411,4832],[4409,4827],[4407,4822],[4404,4817],[4521,3410],[4519,3403],[3857,7500],[4518,3395],[4517,3384],[4515,3376],[4885,1731],[4893,1736],[4902,1743],[4911,1749],[4919,1755],[4927,1760],[4935,1766],[3861,7493],[4940,1771],[4946,1776],[4953,1783],[4959,1788],[4965,1793],[4969,1798],[4975,1803],[4982,1810],[6183,4769],[6187,4766],[3869,7489],[6183,4761],[6185,4754],[6182,4747],[6184,4740],[6181,4734],[6183,4726],[6180,4721],[6182,4715],[6180,4709],[6182,4704],[731,5341],[6179,4698],[6181,4692],[6178,4668],[6176,4657],[6175,4643],[6172,4627],[6172,4619],[6170,4603],[6168,4588],[725,5344],[6167,4581],[720,5347],[6997,7567],[6993,7575],[6992,7581],[6991,7587],[6993,7593],[6990,7599],[6993,7605],[6989,7610],[714,5351],[6991,7617],[6988,7622],[7608,3727],[7608,3719],[7608,3709],[7614,3703],[7621,3703],[7635,3701],[7649,3697],[7662,3701],[2119,2702],[708,5354],[7674,3702],[7687,3703],[7702,3704],[6451,4322],[6451,4330],[6452,4338],[6452,4345],[6452,4352],[6448,4355],[6443,4356],[702,5358],[6437,4357],[6431,4358],[6424,4359],[6417,4360],[4629,3528],[4633,3522],[4623,3544],[4628,3539],[4618,3562],[4622,3555],[697,5361],[4613,3577],[4617,3570],[4607,3593],[4612,3587],[4602,3610],[4606,3602],[5633,3783],[5640,3789],[7935,4007],[7946,4004],[691,5364],[7957,3999],[7968,3994],[7978,3989],[7989,3984],[7998,3975],[8009,3970],[8016,3967],[8024,3964],[685,5368],[8030,3963],[8037,3959],[8045,3955],[6399,6838],[6389,6839],[6379,6840],[6368,6841],[6354,6856],[6349,6870],[6344,6883],[679,5371],[6340,6894],[7088,7408],[7093,7404],[7097,7400],[7099,7393],[7102,7384],[7104,7378],[7105,7375],[7111,7375],[7118,7374],[673,5375],[7124,7373],[7129,7370],[7135,7366],[7140,7362],[7104,7368],[7104,7361],[7106,7352],[7107,7345],[7109,7338],[7109,7330],[665,5379],[7109,7322],[7111,7316],[7113,7308],[7115,7298],[7129,7323],[7127,7332],[7125,7341],[7123,7350],[7121,7358],[7119,7366],[660,5382],[6701,5546],[6705,5552],[6710,5557],[6715,5563],[6721,5568],[6728,5574],[6734,5578],[6743,5583],[654,5386],[6763,5595],[6769,5603],[6779,5608],[6790,5615],[6800,5622],[6811,5628],[6823,5632],[6833,5632],[6848,5632],[1638,4419],[648,5390],[6861,5633],[6875,5633],[6896,5632],[4490,2591],[4493,2599],[4496,2609],[4499,2617],[4502,2629],[4504,2636],[4507,2646],[641,5394],[4510,2655],[4510,2663],[4517,2673],[4523,2683],[4529,2694],[4481,2636],[4485,2632],[4489,2627],[4494,2623],[634,5397],[627,5399],[4518,2654],[4526,2652],[4535,2648],[4544,2645],[4367,4218],[4323,4258],[4358,4225],[4364,4225],[620,5400],[4350,4232],[4355,4232],[4341,4238],[4345,4240],[4333,4245],[4339,4245],[4326,4251],[4330,4252],[4317,4258],[8653,8174],[613,5400],[8655,8167],[8577,7899],[8568,7887],[8563,7880],[8501,8342],[8507,8351],[8511,8357],[5322,344],[5328,337],[5330,328],[605,5399],[5336,322],[5338,314],[5344,308],[5346,298],[5352,294],[5354,284],[5359,279],[5362,269],[5368,263],[5370,255],[597,5398],[5376,249],[5377,241],[5384,234],[5386,225],[5392,220],[5394,211],[5400,206],[5403,197],[5409,190],[5412,181],[589,5396],[5418,176],[5420,167],[5426,162],[5429,152],[5435,147],[5437,138],[5442,130],[5443,121],[5444,111],[5444,101],[582,5395],[5439,96],[5434,92],[5429,87],[5424,83],[6753,3582],[6743,3585],[6734,3588],[6723,3592],[6714,3594],[6703,3596],[1639,4409],[575,5394],[6694,3599],[7745,5390],[7756,5390],[7765,5390],[7778,5391],[7786,5391],[7798,5391],[4548,1766],[4556,1762],[5086,1950],[571,5393],[5093,1950],[5101,1951],[5106,1951],[5112,1951],[5118,1951],[6891,6764],[6898,6769],[6905,6771],[6904,6783],[6902,6792],[566,5392],[6898,6801],[6913,6772],[6921,6774],[6929,6775],[4413,3349],[4415,3352],[4415,3346],[4420,3351],[4419,3345],[4423,3349],[559,5391],[4426,3346],[4431,3348],[4434,3344],[4438,3346],[4441,3342],[4445,3345],[4449,3341],[4453,3343],[4456,3339],[4461,3342],[553,5390],[4465,3338],[4465,3343],[4467,3335],[4474,3334],[4478,3334],[4484,3337],[4491,3331],[4497,3334],[4503,3329],[4510,3332],[546,5388],[4516,3326],[4520,3330],[4527,3324],[4533,3327],[4538,3322],[4545,3324],[4550,3320],[4522,3334],[4526,3333],[4524,3342],[539,5387],[4527,3341],[4562,3319],[4568,3316],[4571,3315],[4576,3313],[4582,3310],[4590,3304],[4595,3298],[5016,4345],[5011,4338],[531,5386],[5005,4330],[4999,4323],[4994,4317],[4989,4309],[4987,4298],[4984,4303],[4978,4296],[4973,4286],[4970,4277],[4969,4269],[525,5385],[4965,4270],[4958,4266],[4952,4261],[4945,4252],[4926,4226],[5018,4355],[6920,6718],[393,5365],[6931,6719],[6941,6718],[6952,6713],[6959,6707],[1637,4388],[400,5366],[6959,6689],[9480,6095],[9482,6079],[9483,6067],[9485,6052],[9486,6038],[407,5367],[9488,6023],[9489,6010],[9491,5998],[9493,5979],[9494,5967],[4802,1992],[4804,1999],[4806,2007],[5457,4599],[5460,4593],[413,5368],[5458,4588],[5461,4582],[5459,4576],[5462,4570],[5459,4565],[5463,4559],[5460,4552],[5464,4546],[5461,4540],[5465,4534],[420,5369],[5462,4527],[5466,4520],[5463,4514],[5467,4509],[5464,4502],[5464,4491],[5467,4483],[5464,4477],[5467,4470],[428,5371],[5463,4463],[5466,4457],[5463,4450],[5466,4444],[5463,4435],[5465,4430],[6026,4486],[434,5372],[6028,4474],[6025,4466],[6028,4456],[6025,4448],[6995,3583],[7003,3581],[7010,3579],[7016,3577],[7023,3577],[7029,3576],[442,5373],[7034,3576],[6167,4832],[6166,4847],[6168,4854],[6165,4859],[6167,4866],[6166,4878],[6163,4884],[449,5374],[6163,4896],[6162,4908],[6161,4921],[6160,4934],[6162,4936],[6159,4946],[455,5375],[6162,4940],[6158,4956],[6161,4952],[6157,4968],[6160,4962],[6156,4981],[6159,4975],[6155,4994],[6158,4987],[6154,5006],[463,5376],[6157,5000],[6153,5019],[6156,5013],[6155,5026],[6184,4795],[6183,4803],[6190,4805],[6196,4805],[6202,4807],[1636,4377],[470,5377],[476,5379],[6167,4913],[6174,4913],[6181,4913],[3690,5448],[6188,4913],[6194,4912],[6201,4911],[6208,4909],[6215,4906],[6221,4904],[6228,4902],[6234,4900],[6165,4944],[6172,4945],[3696,5450],[6178,4946],[6185,4947],[3697,5461],[3701,5469],[3700,5478],[6112,4914],[3704,5485],[6138,4894],[6133,4893],[6126,4892],[6120,4891],[6116,4891],[6111,4890],[3703,5495],[6112,4876],[6103,4875],[6169,4807],[3699,5456],[6171,4814],[6951,6754],[6941,6757],[6940,6769],[6938,6780],[6939,6793],[6942,6807],[6948,6816],[6954,6825],[1635,4366],[4029,7178],[6961,6833],[6968,6843],[6975,6852],[6982,6861],[6988,6868],[6994,6877],[7001,6886],[7006,6897],[7012,6899],[7015,6906],[4037,7325],[7019,6906],[7024,6916],[7024,6912],[7033,6925],[7033,6921],[7038,6930],[7045,6933],[7048,6940],[7054,6943],[7058,6951],[4036,7319],[7065,6954],[7068,6961],[7076,6965],[7078,6972],[7085,6975],[4627,4719],[4629,4713],[4634,4709],[4641,4708],[4034,7312],[7749,4840],[7755,4840],[7762,4840],[7768,4840],[7775,4840],[7782,4840],[7789,4840],[4032,7305],[7796,4840],[6670,4618],[6671,4629],[6671,4638],[6672,4647],[6673,4659],[6674,4670],[6674,4681],[6675,4693],[6676,4703],[4030,7297],[6677,4713],[4168,5017],[4170,5021],[4163,5021],[4165,5024],[4158,5025],[4159,5028],[4152,5029],[4153,5032],[4147,5032],[4146,5036],[4139,5036],[5641,3921],[5640,3930],[5644,3932],[5642,3940],[5646,3941],[5644,3948],[5648,3951],[5646,3958],[5650,3960],[5648,3967],[5653,3972],[5650,3977],[5655,3980],[5653,3987],[5657,3990],[5655,3996],[5659,3998],[5656,4004],[5661,4009],[5659,4014],[5663,4020],[4024,7270],[5660,4024],[5664,4029],[5662,4035],[5666,4040],[5663,4045],[5665,4055],[5669,4062],[5666,4066],[5670,4069],[1633,4356],[4022,7263],[5668,4077],[5671,4081],[5669,4087],[5672,4091],[5670,4095],[5673,4101],[5671,4105],[5675,4110],[5672,4116],[5676,4120],[4020,7257],[5673,4126],[5692,4243],[5633,3923],[5635,3938],[5680,4155],[5643,3970],[5635,3973],[5630,3976],[5627,3966],[4018,7250],[5626,3959],[5624,3952],[5623,3947],[5646,3982],[5649,3993],[5651,4005],[5644,4009],[5654,4018],[5655,4026],[5656,4036],[4016,7243],[5658,4046],[5659,4056],[5661,4066],[5662,4074],[5663,4083],[5664,4095],[5665,4102],[5666,4110],[4016,7237],[5667,4049],[7660,7916],[7667,7913],[7676,7909],[7685,7905],[7694,7901],[7698,7915],[7706,7917],[4017,7230],[7703,7896],[7713,7892],[4464,2255],[4459,2262],[4453,2269],[4449,2275],[4445,2281],[4441,2288],[4436,2294],[4432,2300],[4019,7223],[4427,2307],[4424,2315],[4420,2320],[4417,2327],[4413,2333],[4408,2338],[4402,2343],[4398,2348],[4392,2356],[4385,2360],[4020,7216],[4381,2368],[4374,2370],[4370,2377],[4362,2382],[4356,2388],[4349,2395],[4344,2403],[4339,2409],[4335,2412],[4327,2416],[4022,7209],[4323,2424],[4316,2428],[4309,2438],[4302,2441],[4297,2449],[4289,2454],[4285,2461],[4281,2462],[4275,2471],[4268,2474],[4023,7202],[4264,2482],[4257,2485],[4251,2494],[4244,2497],[4242,2503],[4235,2506],[4231,2514],[4226,2515],[4225,2519],[4217,2524],[1630,4347],[4025,7195],[4214,2530],[4207,2534],[4205,2541],[4198,2545],[4195,2553],[4188,2557],[4186,2564],[4178,2569],[4174,2575],[4166,2577],[4027,7186],[4161,2584],[4153,2586],[4149,2592],[4142,2594],[4608,4438],[4626,4444],[3771,6747],[4629,4446],[4620,4450],[4633,4448],[4623,4452],[4636,4450],[4627,4454],[4639,4452],[4631,4456],[4643,4454],[4634,4458],[2977,6534],[4663,3034],[6429,6477],[6424,6487],[6418,6491],[4612,4707],[2974,6525],[4613,4704],[4614,4713],[4618,4724],[4624,4739],[2948,6173],[7647,7426],[7643,7417],[7639,7410],[7635,7403],[7631,7394],[7626,7386],[7622,7379],[7619,7377],[7615,7369],[7611,7363],[3150,7587],[7606,7353],[7602,7344],[7599,7336],[7596,7330],[7588,7311],[7580,7293],[7578,7282],[7570,7270],[7562,7261],[7554,7252],[3149,7593],[6807,4343],[6800,4344],[6794,4345],[6787,4346],[6780,4347],[6773,4348],[6766,4349],[6736,4350],[6729,4352],[6723,4352],[3144,7594],[6707,4355],[6701,4356],[6692,4356],[6684,4358],[6677,4359],[6665,4359],[6645,4364],[7649,5917],[7661,5914],[3141,7602],[7678,5916],[7690,5916],[7672,5908],[4228,2510],[4223,2505],[4221,2490],[4221,2498],[4212,2470],[4215,2481],[4203,2451],[1626,4336],[3460,4995],[4206,2462],[4198,2443],[4193,2430],[4189,2418],[4184,2405],[4152,2320],[4148,2307],[4144,2295],[4157,2326],[4157,2333],[3457,4988],[4162,2340],[4161,2346],[4167,2354],[4168,2364],[4172,2370],[4173,2379],[7392,4692],[7387,4703],[7382,4716],[7377,4727],[3447,4977],[7372,4738],[7367,4750],[7362,4763],[7357,4774],[7350,4789],[7345,4800],[7340,4812],[7335,4824],[7331,4834],[7321,4853],[3447,4970],[7316,4863],[7309,4875],[7303,4887],[7299,4895],[7295,4907],[7290,4918],[7286,4927],[7282,4937],[3955,5926],[5511,4595],[5516,4590],[5516,4581],[5521,4576],[5520,4567],[5526,4560],[5525,4553],[5530,4546],[5529,4539],[3958,5918],[6517,5180],[6520,5187],[6519,5192],[6524,5194],[6527,5201],[6530,5208],[6534,5215],[6537,5223],[6541,5230],[6544,5237],[3961,5910],[6547,5244],[6551,5251],[6554,5257],[6558,5265],[6561,5270],[6563,5276],[6566,5282],[6570,5290],[6573,5296],[6576,5303],[3964,5904],[6580,5310],[6583,5317],[6586,5324],[6590,5332],[6593,5338],[6597,5346],[6600,5353],[3967,5895],[6631,5416],[6635,5424],[6639,5433],[6645,5444],[6648,5451],[6652,5459],[6656,5468],[3970,5887],[7699,4246],[7699,4254],[7699,4264],[7698,4275],[7698,4285],[7698,4294],[7698,4306],[4209,2527],[1623,4327],[3973,5879],[4204,2524],[4202,2516],[4198,2512],[4196,2502],[4190,2496],[4189,2487],[4184,2482],[4181,2471],[4177,2468],[4176,2457],[3976,5871],[4171,2450],[4170,2439],[4165,2432],[4163,2421],[4159,2415],[4157,2404],[4152,2397],[4151,2386],[4146,2379],[4146,2371],[3979,5863],[4141,2363],[4140,2356],[4135,2348],[4135,2339],[6767,6216],[6763,6204],[6759,6193],[6755,6183],[6751,6173],[5579,3435],[3982,5855],[5592,3438],[5606,3443],[5619,3447],[5631,3450],[5645,3454],[5658,3458],[5696,3470],[5711,3474],[5724,3478],[5469,7608],[5730,3483],[5468,7598],[7816,5441],[5464,7592],[9264,6140],[9265,6125],[9266,6108],[9267,6093],[9269,6074],[9270,6061],[3669,2795],[5464,7584],[3659,2786],[3646,2775],[3634,2765],[3623,2756],[3618,2751],[3610,2745],[3608,2736],[3623,2775],[3619,2772],[2103,2773],[3615,2786],[3611,2803],[3607,2762],[3597,2754],[3594,2771],[3590,2788],[3587,2803],[3631,2777],[2099,2765],[3630,2786],[3645,2797],[3659,2807],[3678,2823],[3683,2833],[3695,2842],[3705,2848],[3671,2844],[3669,2852],[1620,4317],[2096,2757],[3665,2865],[3624,2823],[3636,2832],[3650,2833],[3662,2842],[3678,2850],[3690,2858],[3697,2861],[3711,2871],[3712,2865],[2094,2749],[3718,2848],[3710,2878],[3705,2892],[3654,2824],[3645,2852],[3680,2804],[3691,2814],[3701,2822],[3708,2828],[3721,2839],[2092,2738],[3733,2850],[3744,2860],[3750,2887],[3744,2902],[3741,2910],[3736,2897],[3724,2888],[7097,6643],[7103,6644],[7108,6650],[2091,2729],[7115,6651],[7120,6657],[7126,6658],[7130,6663],[7135,6663],[7141,6669],[7147,6670],[7152,6676],[7159,6677],[7161,6684],[4870,7720],[7166,6688],[7169,6697],[7962,8098],[7954,8103],[7947,8109],[7940,8116],[7934,8122],[7927,8129],[7920,8135],[7914,8142],[4864,7714],[7858,8184],[7845,8194],[7831,8204],[7818,8213],[7804,8222],[7790,8230],[4864,7704],[7777,8238],[7763,8247],[7750,8255],[7723,8270],[7710,8277],[7698,8285],[7687,8294],[7674,8304],[7651,8322],[4865,7695],[7640,8329],[7625,8340],[7615,8347],[7604,8353],[7591,8360],[7580,8364],[7570,8366],[7562,8368],[7538,8371],[4865,7686],[7526,8373],[7514,8374],[7503,8376],[7497,8377],[7483,8379],[4866,7677],[7907,8148],[7900,8153],[7893,8158],[7886,8164],[7562,7218],[7556,7224],[7550,7230],[7545,7227],[7541,7221],[7537,7215],[2579,5148],[1616,4309],[4866,7668],[7533,7210],[7528,7202],[7524,7197],[7546,7248],[7543,7243],[7539,7238],[7535,7232],[7531,7226],[7527,7220],[7523,7215],[4866,7659],[7519,7209],[7515,7204],[7511,7198],[7507,7192],[7501,7178],[7497,7172],[7492,7166],[7488,7160],[7484,7154],[7479,7147],[2943,7681],[7506,7185],[9945,6426],[9937,6435],[9929,6445],[9921,6453],[9914,6462],[9908,6469],[9902,6477],[9894,6486],[9887,6494],[2945,7692],[9881,6501],[9874,6509],[9868,6517],[9862,6523],[9854,6533],[9846,6542],[9838,6550],[9831,6558],[9824,6565],[9815,6580],[2941,7700],[9808,6592],[9804,6600],[9798,6610],[9792,6620],[6402,6653],[6409,6658],[6418,6664],[6426,6670],[6435,6676],[6443,6682],[2945,7709],[6450,6687],[6460,6694],[6469,6700],[7300,5308],[7297,5294],[7295,5285],[7288,5255],[7283,5233],[7282,5212],[7283,5172],[2941,7718],[7288,5129],[7289,5114],[7292,5087],[7294,5064],[7297,5027],[7674,6065],[7673,6054],[7672,6045],[4000,2390],[4002,2399],[2944,7728],[4003,2408],[4004,2419],[4006,2428],[4007,2436],[4008,2445],[4010,2455],[4014,2462],[4015,2471],[4020,2478],[4021,2488],[2941,7734],[4026,2493],[4027,2504],[4032,2509],[4032,2517],[4037,2523],[4038,2533],[4044,2541],[4045,2551],[4050,2557],[4051,2566],[2941,7743],[4056,2572],[4057,2583],[4063,2589],[4063,2599],[4068,2603],[4069,2613],[4074,2620],[4075,2630],[4081,2636],[4083,2647],[1627,4298],[2941,7752],[4088,2652],[4090,2661],[4097,2668],[4093,2677],[4100,2675],[4097,2685],[4105,2684],[4093,2668],[2941,7760],[8596,8359],[8592,8364],[8587,8369],[8583,8374],[8578,8379],[8574,8384],[8570,8388],[8566,8393],[8562,8397],[8558,8401],[2941,7771],[8553,8407],[8549,8412],[8544,8417],[8540,8422],[8535,8427],[8531,8432],[8525,8437],[8521,8441],[8517,8445],[8513,8450],[2940,7779],[8508,8455],[8505,8458],[8500,8464],[8494,8470],[8490,8474],[8487,8478],[8483,8482],[8478,8487],[8474,8492],[8469,8497],[2940,7789],[8465,8502],[8461,8506],[8456,8511],[8452,8516],[8447,8522],[8443,8526],[8438,8531],[8434,8536],[8430,8540],[8426,8545],[2940,7797],[8422,8549],[8418,8554],[8413,8559],[8409,8564],[8405,8568],[8401,8572],[8395,8578],[8392,8582],[8387,8587],[8366,8608],[2940,7806],[8361,8614],[8353,8623],[8346,8631],[8338,8639],[8331,8647],[8322,8657],[8314,8666],[8305,8676],[8297,8683],[8288,8690],[2940,7814],[7356,7227],[2940,7823],[7369,7232],[7362,7229],[3721,2752],[3726,2744],[3731,2736],[3737,2727],[3741,2722],[3749,2713],[3756,2707],[3761,2701],[2940,7831],[3767,2695],[3773,2689],[3778,2683],[3788,2673],[3796,2665],[6333,5279],[6327,5278],[6323,5275],[6318,5275],[6312,5271],[1634,4295],[2940,7840],[6305,5267],[6298,5263],[6292,5259],[6286,5256],[6281,5252],[6273,5248],[6266,5243],[6259,5240],[6252,5235],[6357,5337],[2940,7849],[6352,5330],[6346,5323],[6341,5318],[6336,5317],[6333,5313],[6327,5312],[6320,5305],[6314,5304],[6308,5298],[6301,5296],[2940,7857],[6295,5290],[6288,5289],[6282,5282],[6275,5281],[6270,5274],[6264,5274],[6258,5267],[6251,5266],[6245,5259],[6238,5258],[2940,7866],[6232,5252],[6224,5250],[6219,5244],[6211,5242],[6206,5236],[6197,5234],[6191,5225],[6186,5227],[6180,5223],[6173,5224],[2940,7877],[6167,5220],[4651,4806],[4649,4811],[4644,4815],[4646,4819],[4642,4822],[4644,4826],[4639,4827],[4638,4832],[4633,4832],[2941,7882],[4632,4838],[4627,4839],[4619,4847],[4617,4854],[4611,4855],[4609,4862],[4605,4861],[4606,4866],[4601,4864],[2941,7890],[4597,4875],[4597,4868],[4587,4879],[4587,4885],[4580,4886],[4578,4894],[4572,4894],[4570,4901],[4562,4901],[4559,4908],[2942,7899],[4554,4909],[4552,4916],[4545,4918],[4543,4926],[4536,4927],[4535,4934],[4526,4935],[4522,4941],[2942,7908],[4480,4938],[4478,4935],[4475,4931],[2942,7917],[6996,4401],[7000,4391],[7003,4382],[7007,4373],[7009,4367],[7013,4357],[7018,4348],[7023,4340],[1641,4292],[2942,7925],[7028,4331],[7034,4327],[7039,4320],[7045,4313],[7048,4308],[8010,3808],[8003,3802],[7995,3797],[7988,3793],[7980,3788],[2942,7934],[7973,3783],[7967,3779],[7961,3775],[7955,3771],[2942,7943],[2942,7952],[2947,7968],[2952,7965],[2938,7974],[6507,5506],[6500,5501],[6492,5496],[1638,4398],[2938,7982],[6484,5491],[6477,5487],[6469,5482],[6463,5479],[6456,5474],[6446,5469],[6440,5465],[6432,5460],[6424,5455],[6416,5450],[6405,5436],[6400,5428],[6396,5422],[6391,5414],[6383,5409],[6375,5404],[6367,5400],[6359,5395],[6352,5390],[2937,7991],[6343,5385],[6510,5507],[5225,2788],[5232,2785],[5238,2783],[6491,5057],[6495,5064],[6499,5073],[6504,5080],[6512,5084],[2941,7997],[6520,5085],[6529,5084],[6537,5084],[6544,5082],[6551,5081],[6559,5078],[6565,5076],[6574,5074],[6582,5072],[6590,5070],[6597,5068],[6604,5065],[6612,5061],[6619,5058],[6626,5055],[6635,5051],[6642,5048],[6650,5045],[6657,5042],[6664,5039],[6671,5036],[6678,5033],[6686,5030],[6694,5027],[6701,5024],[6709,5022],[6716,5019],[6531,5090],[6532,5099],[6533,5109],[2939,8023],[6959,7556],[6968,7557],[6979,7557],[6989,7557],[6999,7558],[7009,7558],[7019,7559],[7031,7559],[5214,5066],[5214,5058],[2939,8031],[5208,5056],[5215,5051],[5210,5048],[5217,5043],[5211,5041],[5218,5036],[5213,5034],[5220,5029],[5214,5026],[5221,5021],[2938,8040],[5216,5019],[5223,5013],[5217,5011],[5224,5005],[5219,5003],[5225,4999],[2938,8050],[5226,4992],[4759,5308],[2937,8057],[2936,8066],[2936,8074],[5224,4977],[5230,4976],[2935,8084],[5225,4973],[5228,4972],[2934,8092],[5239,4618],[5248,4622],[5239,4626],[5248,4630],[5238,4634],[5247,4638],[5236,4643],[5247,4645],[2934,8101],[5236,4652],[5246,4653],[5236,4660],[5246,4661],[5236,4668],[5235,4677],[5245,4678],[5235,4686],[5245,4686],[2933,8109],[5234,4695],[5244,4695],[5234,4703],[5243,4703],[5243,4711],[5242,4721],[5232,4728],[2932,8119],[5232,4737],[5241,4736],[5231,4745],[5241,4743],[5231,4754],[5240,4751],[5230,4762],[5240,4758],[5230,4770],[5239,4766],[2932,8128],[5239,4774],[5229,4787],[5239,4782],[5228,4795],[5238,4790],[5228,4802],[5237,4799],[5227,4810],[5237,4807],[2931,8137],[5227,4817],[5236,4816],[5226,4825],[5236,4823],[5226,4833],[5235,4831],[5225,4844],[5235,4839],[5225,4851],[5234,4847],[4760,5317],[2930,8146],[5224,4860],[5234,4855],[5224,4868],[5233,4863],[5223,4875],[5232,4871],[5223,4883],[5231,4879],[5222,4891],[5230,4887],[2929,8155],[5220,4902],[5228,4894],[5219,4911],[5225,4903],[5218,4920],[5224,4912],[5217,4929],[5222,4921],[5215,4939],[5221,4930],[5214,4948],[5220,4940],[5213,4958],[5218,4949],[5211,4969],[5217,4960],[5210,4976],[5215,4970],[5209,4983],[2928,8173],[5207,4991],[5216,4977],[5206,5000],[5215,4984],[5205,5005],[5213,4992],[5204,5017],[5212,4999],[5202,5025],[5210,5008],[2927,8182],[5201,5034],[5208,5016],[5199,5042],[5207,5023],[5197,5049],[5205,5031],[5204,5039],[5202,5048],[2927,8191],[5234,4629],[5227,4629],[5227,4623],[2927,8200],[2926,8209],[5192,5070],[2925,8218],[5192,5060],[5933,3326],[5923,3327],[2924,8226],[5932,3318],[5924,3319],[5931,3308],[5923,3310],[5930,3297],[5921,3301],[5928,3286],[5916,3288],[5934,3280],[5922,3277],[4755,5323],[2924,8235],[5942,3272],[5930,3271],[5940,3263],[5938,3259],[5934,3248],[5929,3238],[5924,3227],[5920,3217],[5923,3206],[2924,8245],[5927,3191],[5932,3177],[5937,3164],[5940,3154],[5945,3142],[5949,3130],[5954,3117],[5953,3114],[5959,3107],[5963,3094],[2923,8254],[5968,3081],[5972,3068],[5977,3054],[5981,3040],[5986,3028],[5990,3015],[5995,3002],[5996,2989],[5998,2977],[5998,2908],[2923,8263],[5990,2900],[5982,2890],[5975,2880],[5967,2870],[5960,2859],[5955,2849],[5950,2838],[5945,2827],[5939,2814],[5934,2804],[2923,8272],[5929,2794],[5922,2784],[5916,2775],[5908,2766],[5899,2768],[5900,2756],[5896,2751],[5892,2749],[5889,2754],[5887,2758],[2923,8281],[5881,2763],[5993,2988],[5976,2979],[5985,2978],[5852,2768],[5849,2764],[5845,2759],[5841,2754],[2923,8291],[5838,2750],[5846,2784],[5850,2778],[5854,2772],[5859,2766],[5863,2761],[5867,2755],[5872,2749],[5876,2743],[5881,2738],[2922,8299],[5884,2738],[5888,2742],[5892,2746],[5607,4788],[5610,4776],[5614,4762],[5614,4747],[2922,8316],[5619,4729],[5623,4724],[5630,4719],[5636,4715],[4631,4871],[4631,4892],[7244,6867],[7237,6862],[4757,5330],[2922,8326],[7232,6853],[7227,6851],[7223,6843],[7217,6840],[7213,6832],[7206,6828],[7203,6821],[7196,6817],[7192,6809],[7184,6804],[2922,8333],[7180,6796],[7173,6791],[7169,6783],[7163,6780],[7158,6772],[7152,6768],[7148,6760],[7141,6756],[7136,6747],[2922,8340],[7125,6735],[7118,6732],[7114,6722],[7104,6712],[7097,6708],[7094,6700],[7087,6697],[7084,6689],[7075,6684],[2921,8349],[7072,6676],[7593,7500],[7605,7487],[7614,7475],[7622,7464],[7632,7450],[7640,7439],[7647,7429],[7656,7417],[7666,7404],[2921,8358],[7672,7395],[7679,7386],[7685,7378],[7692,7368],[7699,7359],[7705,7351],[7587,7484],[2921,8366],[6838,6204],[2921,8375],[6551,5070],[6550,5060],[6549,5048],[6548,5036],[2921,8384],[6547,5025],[6546,5014],[6545,5003],[6544,4990],[6543,4980],[6370,6087],[6365,6083],[6362,6073],[6357,6067],[6353,6057],[2921,8393],[6347,6051],[6343,6041],[6337,6035],[6335,6025],[6331,6018],[6330,6009],[6328,5992],[6325,5984],[6327,5975],[2921,8402],[6324,5966],[6325,5958],[6322,5948],[6324,5940],[6322,5923],[6317,5916],[5623,2955],[5623,2943],[5623,2930],[4753,5337],[2920,8411],[5623,2919],[5623,2908],[5626,2950],[5633,2950],[5625,2966],[7973,3925],[7981,3931],[7988,3938],[7995,3947],[7998,3959],[2920,8420],[8001,3971],[5099,4769],[5104,4770],[5105,4764],[5109,4764],[5110,4758],[5114,4759],[5116,4753],[5120,4753],[2920,8428],[5121,4747],[5126,4748],[5128,4741],[5131,4742],[5133,4735],[5137,4737],[5139,4730],[5142,4731],[5144,4724],[5148,4726],[2920,8440],[5149,4719],[5153,4720],[7029,6923],[7028,6928],[7021,6933],[7018,6940],[7013,6942],[8905,7299],[8912,7284],[8919,7269],[2920,8450],[6267,5752],[6261,5755],[6256,5758],[6249,5762],[6242,5766],[6236,5770],[6229,5774],[6222,5778],[6215,5782],[6208,5787],[2920,8457],[6201,5791],[6194,5795],[6187,5799],[6180,5803],[6173,5807],[2920,8465],[6801,7273],[6802,7285],[6804,7299],[6805,7309],[6805,7320],[6806,7330],[6802,7334],[6807,7337],[6802,7340],[6806,7350],[2919,8472],[6806,7365],[6805,7377],[6801,7387],[6801,7394],[6801,7403],[6801,7412],[6801,7421],[6801,7430],[6799,7439],[6797,7450],[2919,8481],[6795,7458],[6793,7467],[6793,7472],[6796,7478],[6801,7483],[6808,7487],[6812,7494],[6818,7498],[6823,7506],[6829,7509],[2919,8491],[6830,7514],[6836,7517],[6840,7525],[6846,7528],[6850,7535],[6855,7538],[6858,7544],[6864,7547],[6868,7555],[6874,7558],[4755,5344],[2919,8499],[6878,7565],[6884,7568],[6888,7576],[6894,7579],[6898,7586],[6904,7588],[6904,7594],[6910,7593],[6909,7600],[6916,7603],[2919,8508],[6921,7610],[6924,7616],[6923,7621],[6927,7612],[6931,7617],[6933,7624],[6945,7634],[6957,7643],[6969,7650],[6981,7656],[2919,8516],[6985,7670],[6994,7661],[7007,7666],[7022,7673],[7027,7670],[7031,7676],[7036,7674],[7041,7680],[7046,7677],[7051,7684],[2919,8525],[7056,7681],[7061,7688],[7067,7685],[7070,7691],[7076,7689],[7080,7695],[7086,7693],[6285,6236],[2918,8534],[7211,7748],[2918,8543],[7233,7754],[7227,7755],[7193,7729],[7195,7716],[2918,8552],[5268,3361],[5283,3367],[7822,6168],[7812,6175],[7803,6181],[2918,8561],[7783,6195],[7774,6201],[7766,6207],[4848,4027],[4853,4026],[4855,4018],[4862,4017],[4863,4009],[4871,4004],[2918,8570],[4870,4000],[4876,3998],[4877,3991],[4883,3980],[4889,3975],[4890,3966],[4896,3962],[4897,3953],[4903,3949],[2918,8580],[5260,3172],[5253,3173],[5244,3175],[5237,3177],[9650,6331],[9658,6333],[9669,6336],[9676,6338],[9686,6337],[9696,6337],[4751,5351],[2917,8588],[9705,6337],[9716,6337],[5512,4612],[5512,4624],[5511,4640],[5510,4652],[5507,4671],[5504,4681],[5500,4696],[5497,4706],[2917,8597],[5493,4720],[5489,4732],[5486,4743],[5483,4756],[7126,8055],[7120,8059],[7109,8067],[7132,8049],[2914,8605],[7138,8045],[7146,8042],[7153,8040],[7161,8037],[7168,8034],[7175,8032],[7182,8029],[7188,8027],[7196,8023],[7203,8020],[2914,8613],[7209,8018],[7217,8014],[7223,8012],[5036,4582],[5042,4582],[5049,4581],[5056,4581],[5065,4578],[5071,4578],[5077,4577],[2914,8622],[5084,4577],[5091,4577],[5102,4577],[5097,4580],[5114,4576],[5109,4580],[2914,8630],[5128,4576],[5121,4579],[5135,4579],[5149,4570],[5146,4577],[5157,4565],[5155,4571],[5163,4559],[5167,4557],[2913,8639],[5176,4551],[5164,4564],[5185,4545],[5173,4558],[5193,4538],[5182,4551],[5200,4533],[5190,4546],[5230,4505],[5200,4538],[2913,8647],[5236,4499],[5228,4512],[5244,4492],[5235,4506],[5252,4486],[5242,4499],[5261,4482],[5249,4491],[5271,4478],[5258,4488],[2913,8654],[5281,4474],[5267,4484],[5276,4480],[5286,4476],[5182,4558],[5184,4565],[5184,4573],[5185,4579],[6916,6453],[4747,5389],[6907,6450],[6899,6448],[6890,6448],[6905,6462],[6898,6462],[4392,4231],[4387,4238],[4388,4247],[4383,4253],[4384,4261],[2616,4573],[4379,4268],[4380,4276],[4375,4282],[4375,4290],[4371,4297],[4372,4305],[4368,4312],[4369,4320],[4365,4326],[4366,4334],[2622,4573],[4362,4339],[2627,4572],[4461,4487],[4455,4488],[4455,4484],[4448,4484],[4451,4481],[4443,4481],[4445,4478],[2630,4566],[4438,4477],[4439,4474],[4431,4473],[4433,4470],[4427,4470],[4428,4467],[4421,4466],[4422,4463],[4445,7843],[4751,4420],[4756,4411],[4760,4403],[4765,4394],[4769,4386],[4779,4377],[4783,4370],[4786,4363],[5165,4352],[4450,7848],[5160,4347],[5158,4339],[5152,4333],[8952,8330],[8945,8335],[8939,8340],[8926,8349],[6840,6199],[6845,6194],[6851,6196],[4452,7844],[6857,6191],[6863,6194],[6867,6189],[6874,6191],[6879,6186],[6886,6188],[6893,6187],[3889,2446],[4455,7852],[3886,2435],[3884,2425],[3882,2415],[3880,2405],[3877,2395],[3875,2384],[6945,4490],[6939,4488],[6936,4493],[6930,4490],[4463,7852],[6928,4494],[6924,4491],[6920,4495],[6917,4492],[6908,4493],[6900,4495],[6904,4498],[6892,4496],[6895,4499],[6884,4497],[4746,5395],[4467,7859],[6886,4501],[6879,4498],[6804,4513],[6796,4514],[6781,4517],[6767,4519],[6836,4507],[4474,7859],[6721,4526],[6714,4524],[6706,4523],[6697,4522],[6690,4521],[6682,4519],[6673,4518],[4478,7866],[5921,4936],[5918,4935],[5922,4926],[5919,4926],[5923,4918],[5920,4917],[5924,4910],[5921,4908],[5925,4900],[5922,4900],[4486,7867],[5926,4891],[5923,4890],[5927,4884],[5924,4882],[5928,4874],[5925,4873],[5929,4864],[5926,4864],[5930,4855],[5928,4855],[4491,7874],[5932,4846],[5929,4845],[5932,4839],[5929,4838],[5933,4831],[5930,4830],[5934,4823],[5932,4821],[5935,4814],[5933,4811],[4499,7875],[5937,4804],[5934,4802],[5938,4795],[5935,4795],[5939,4786],[5936,4785],[5940,4779],[5937,4778],[4503,7881],[4508,7880],[7588,5109],[7589,5101],[7591,5091],[7593,5082],[4515,7889],[7595,5073],[7598,5056],[7599,5049],[7600,5041],[7602,5033],[7604,5017],[7606,5009],[7611,4963],[7613,4950],[4522,7889],[6829,4228],[6829,4218],[6828,4207],[6828,4197],[6827,4186],[6827,4176],[6826,4168],[6826,4161],[6826,4150],[6825,4144],[4745,5401],[4527,7896],[6825,4136],[6825,4128],[6824,4119],[6824,4108],[6824,4099],[6823,4090],[6822,4073],[6822,4065],[6822,4057],[6821,4049],[4535,7895],[6821,4040],[6821,4033],[6820,4025],[6820,4016],[6820,4010],[6819,4002],[6819,3993],[6819,3986],[6818,3979],[6818,3971],[4540,7901],[6818,3964],[8492,8378],[8496,8386],[8502,8395],[8507,8402],[8512,8409],[8518,8418],[8524,8426],[8527,8431],[7593,6645],[4547,7900],[7590,6636],[7587,6622],[7589,6610],[7584,6606],[7585,6595],[7580,6588],[7584,6582],[7579,6575],[7583,6568],[7578,6559],[4553,7907],[7583,6554],[7578,6546],[7583,6539],[7622,6750],[7621,6757],[7625,6762],[7624,6772],[7629,6778],[7628,6787],[7634,6794],[4560,7906],[7633,6803],[7638,6808],[7636,6815],[7642,6820],[7641,6829],[7646,6834],[7645,6843],[7650,6848],[7649,6856],[7654,6862],[4565,7912],[7652,6870],[7658,6875],[7656,6884],[7662,6891],[7661,6900],[7665,6904],[7665,6914],[7669,6919],[7668,6928],[7674,6935],[4571,7911],[7673,6941],[7678,6946],[7678,6956],[7684,6961],[7684,6969],[7689,6974],[7690,6984],[7695,6988],[7701,7003],[4577,7917],[7700,7011],[7706,7017],[7705,7024],[7712,7031],[7712,7040],[7718,7045],[7717,7054],[7723,7057],[7722,7066],[7728,7072],[4586,7918],[7728,7081],[7734,7086],[7733,7095],[7739,7099],[7739,7109],[7745,7114],[7745,7123],[7750,7126],[7750,7135],[7756,7143],[4744,5408],[4590,7924],[7756,7150],[7762,7157],[7760,7162],[7766,7168],[7765,7174],[7599,6653],[7602,6666],[7605,6678],[4597,7925],[7610,6694],[7613,6708],[7617,6725],[7620,6738],[7618,6745],[7615,6731],[7609,6705],[7605,6688],[7601,6675],[7597,6661],[4601,7932],[4608,7933],[4612,7941],[7661,6411],[7655,6416],[4618,7946],[7650,6422],[7644,6428],[7639,6433],[7650,6432],[7649,6443],[7632,6441],[7627,6447],[7622,6451],[7618,6457],[4627,7948],[7643,6440],[7647,6446],[7652,6450],[4630,7954],[7616,6454],[7845,7419],[7800,7275],[7795,7260],[7791,7247],[7787,7233],[7782,7220],[7777,7204],[4639,7955],[7772,7187],[7799,7282],[7795,7268],[7791,7254],[7786,7240],[7782,7227],[7778,7213],[7773,7197],[7767,7180],[7775,7241],[4645,7963],[7769,7242],[7781,7236],[7804,7288],[7808,7304],[7814,7321],[7818,7333],[7823,7350],[7827,7362],[7831,7375],[7836,7390],[4743,5414],[4652,7962],[7840,7404],[7843,7413],[7804,7296],[7809,7314],[7814,7329],[7818,7343],[7822,7355],[7827,7370],[7831,7383],[7836,7399],[4658,7968],[7840,7412],[7845,7426],[7848,7434],[7210,7533],[4666,7967],[7209,7542],[7207,7553],[7205,7565],[7204,7576],[7203,7586],[7201,7598],[7199,7609],[7194,7622],[7189,7634],[7185,7644],[4672,7973],[7180,7657],[7176,7668],[7211,7522],[7213,7511],[7214,7498],[7683,5100],[7677,5097],[7670,5095],[7664,5093],[4680,7971],[7657,5090],[7650,5088],[7643,5086],[7628,5076],[7621,5074],[7615,5072],[7609,5070],[7602,5067],[7596,5065],[7590,5063],[4687,7977],[7582,5060],[7559,5052],[7545,5049],[7539,5040],[7533,5038],[7526,5036],[7519,5033],[7513,5031],[4695,7975],[7506,5029],[7499,5026],[7492,5024],[7485,5022],[7081,7432],[7083,7420],[4363,4844],[4372,4838],[4375,4831],[4381,4832],[4700,7981],[4383,4826],[4384,4830],[4386,4824],[4387,4827],[4389,4821],[4390,4825],[4392,4819],[4394,4822],[4396,4816],[4397,4820],[4709,7981],[4398,4814],[4400,4817],[4415,4815],[4716,7989],[8458,6131],[8456,6117],[4740,5413],[8454,6105],[8452,6093],[8447,6077],[8442,6060],[8439,6049],[8436,6037],[8430,6029],[8425,6024],[8419,6020],[8414,6015],[8407,6010],[8401,6005],[8395,6001],[8388,5995],[8382,5991],[8376,5987],[8371,5983],[8362,5976],[8350,5965],[8339,5953],[3571,7401],[8332,5950],[8327,5941],[8314,5930],[8378,5940],[8403,5959],[8406,5970],[3576,7406],[8398,5965],[8391,5963],[8388,5969],[8385,5975],[8382,5981],[8419,6013],[8425,6011],[8431,6012],[8430,6022],[7412,3997],[3582,7408],[7420,3986],[7427,3978],[7435,3973],[7444,3967],[7454,3963],[7464,3960],[7475,3959],[7479,3959],[7481,3958],[7491,3957],[3588,7410],[7499,3956],[7508,3956],[7518,3955],[7527,3954],[7535,3953],[7545,3953],[7555,3954],[7566,3954],[7577,3954],[7587,3954],[3594,7412],[7595,3955],[7605,3955],[7623,3956],[7638,3957],[7645,3960],[7653,3958],[7660,3965],[5670,3608],[3596,7405],[5678,3611],[5687,3613],[5696,3616],[5712,3618],[5721,3620],[5731,3626],[5740,3632],[5746,3638],[5754,3644],[3599,7399],[5765,3654],[5775,3663],[5785,3671],[5793,3679],[5802,3686],[5811,3694],[5819,3701],[5777,3680],[5770,3696],[5761,3712],[3604,7400],[5768,3653],[7257,4741],[7266,4742],[7275,4741],[7283,4743],[7293,4744],[7302,4745],[4739,5425],[3609,7402],[7310,4748],[7319,4752],[7335,4766],[7344,4773],[9102,8495],[9108,8494],[3614,7404],[9097,8490],[9077,8481],[9083,8481],[9065,8474],[9072,8474],[9053,8477],[9058,8472],[9039,8480],[9045,8475],[3620,7407],[9025,8482],[9031,8477],[9014,8477],[9020,8474],[9003,8473],[9009,8470],[8989,8467],[9000,8463],[8982,8465],[8997,8465],[3626,7409],[8974,8459],[8986,8461],[8962,8456],[8979,8457],[8951,8458],[8970,8455],[8957,8453],[8942,8458],[3632,7411],[6538,5404],[6536,5397],[6534,5390],[3637,7407],[6533,5382],[6533,5376],[6533,5369],[6533,5362],[6533,5354],[6533,5345],[6533,5337],[6531,5332],[6531,5326],[6533,5320],[3641,7402],[6533,5313],[6533,5306],[6533,5298],[6535,5327],[6535,5331],[5408,4717],[5413,4724],[5419,4724],[5424,4731],[5431,4731],[3645,7398],[5436,4737],[5443,4737],[5447,4744],[5454,4744],[5459,4751],[5466,4751],[5470,4757],[5478,4757],[5483,4765],[5491,4769],[3650,7394],[5501,4775],[5509,4779],[5517,4784],[5527,4790],[5535,4794],[5544,4799],[5553,4805],[7276,6506],[7276,6519],[7277,6533],[3655,7390],[7277,6547],[4428,3382],[4432,3374],[4438,3374],[4442,3366],[4451,3363],[4452,3357],[4458,3357],[4462,3350],[4469,3349],[4741,5424],[3660,7386],[4479,3340],[6320,6583],[6315,6595],[6309,6606],[6305,6617],[6300,6629],[6295,6640],[6293,6654],[1017,4890],[6294,6666],[4550,3403],[4551,3397],[4547,3387],[4548,3379],[4545,3374],[4547,3369],[4829,4580],[4823,4581],[4817,4582],[2500,8271],[4810,4581],[4804,4584],[4798,4581],[4791,4579],[4778,4574],[4770,4572],[4763,4569],[4756,4567],[4747,4561],[2503,8280],[4741,4559],[4735,4557],[4729,4554],[4797,4563],[4799,4555],[4801,4546],[2508,8285],[4802,4538],[4804,4530],[4805,4521],[4808,4514],[4813,4513],[4819,4516],[4816,4508],[4812,4507],[2511,8294],[4824,4519],[4829,4522],[4833,4524],[4822,4526],[4823,4538],[4825,4553],[4826,4557],[4827,4575],[2516,8299],[2517,8307],[4572,4396],[4463,3621],[4463,3613],[4469,3623],[4470,3615],[4476,3624],[4477,3616],[4483,3626],[4484,3618],[4489,3628],[2511,8315],[4490,3620],[4496,3629],[4496,3621],[4502,3631],[4503,3623],[4509,3632],[4511,3625],[4516,3635],[4518,3627],[4522,3638],[2509,8325],[4525,3630],[4529,3640],[4532,3633],[4536,3643],[4538,3636],[4542,3646],[4546,3639],[4550,3649],[4553,3642],[4557,3653],[2667,5329],[4739,5429],[2504,8330],[4560,3645],[4564,3656],[4567,3648],[4571,3660],[4575,3653],[4577,3663],[4580,3656],[4583,3667],[4586,3659],[4589,3671],[2501,8341],[4592,3663],[4595,3674],[4599,3667],[4601,3678],[4604,3670],[4608,3682],[4611,3674],[4614,3685],[4617,3678],[4620,3689],[2496,8347],[4623,3682],[4626,3693],[4628,3685],[4632,3696],[4635,3689],[4641,3693],[4644,3703],[4646,3695],[4650,3707],[2494,8357],[4652,3699],[4656,3710],[4657,3702],[4661,3714],[4663,3705],[4667,3717],[4670,3709],[4673,3721],[4675,3712],[4680,3725],[4682,3716],[4690,3730],[4690,3721],[7629,5120],[7631,5110],[7633,5101],[7634,5092],[7636,5084],[7638,5072],[7640,5063],[3120,3692],[7641,5054],[7643,5046],[7642,5033],[7643,5026],[7645,5015],[7648,4996],[7656,4956],[7658,4947],[7665,4930],[7666,4922],[7668,4913],[7670,4904],[7673,4889],[7677,4871],[7682,4852],[7686,4835],[7071,7647],[7073,7637],[7076,7627],[3127,3694],[9693,6112],[9695,6124],[9699,6134],[9708,6155],[9713,6164],[9727,6181],[9735,6188],[9743,6194],[9752,6198],[9761,6202],[3133,3697],[9772,6204],[9779,6204],[9788,6204],[7538,5115],[7535,5124],[7529,5140],[7526,5149],[7523,5157],[7520,5166],[3139,3701],[7518,5173],[7515,5183],[7512,5192],[8967,7291],[8981,7298],[6434,3340],[6428,3340],[6423,3340],[6417,3341],[4742,5428],[3145,3706],[6411,3342],[6404,3342],[6398,3343],[6393,3343],[6439,3339],[7757,6025],[7765,6019],[7775,6013],[7785,6009],[7793,6004],[3151,3711],[7803,5998],[7806,5987],[7968,7988],[7961,7994],[7953,8000],[7946,8006],[7938,8009],[7931,8015],[7925,8020],[3157,3715],[7918,8026],[7910,8032],[7903,8038],[7896,8043],[7889,8049],[7882,8055],[7875,8060],[7868,8066],[7861,8071],[7852,8078],[3160,3725],[7837,8090],[7824,8100],[9174,6261],[9180,6269],[9187,6273],[9195,6283],[9205,6292],[9215,6300],[9224,6308],[9232,6316],[9241,6324],[9252,6333],[9259,6340],[6700,5544],[6708,5533],[6718,5522],[6727,5513],[6737,5503],[6747,5493],[6756,5484],[6768,5472],[5575,4785],[5587,4791],[5596,4792],[5603,4794],[5610,4795],[5623,4798],[5637,4799],[2938,5695],[5647,4801],[5657,4804],[4889,3262],[4884,3256],[4878,3249],[4873,3242],[4867,3235],[4857,3222],[4851,3216],[2941,5691],[4846,3209],[4842,3204],[4836,3197],[4832,3191],[4827,3185],[2855,5660],[6449,5625],[6455,5610],[6459,5597],[6463,5586],[6467,5576],[6471,5564],[6475,5552],[6480,5539],[6484,5530],[6488,5519],[2860,5662],[6490,5512],[6494,5503],[7831,3573],[7837,3576],[7843,3579],[7849,3581],[7862,3586],[7868,3588],[7875,3589],[4739,5433],[2867,5665],[7882,3590],[7888,3591],[7896,3589],[7903,3590],[7911,3590],[7919,3591],[7934,3592],[7942,3592],[7949,3593],[7956,3595],[2873,5668],[7962,3597],[7969,3600],[6837,4405],[6837,4391],[6836,4379],[6836,4366],[6835,4351],[6834,4372],[6824,4373],[4876,2906],[4883,2890],[4898,2862],[4905,2846],[4888,2882],[4880,2898],[4909,2839],[4900,2856],[4894,2870],[7735,5438],[7735,5428],[7736,5415],[7736,5404],[7736,5390],[7736,5376],[7736,5361],[7736,5352],[7736,5339],[7737,5325],[7737,5310],[7737,5297],[2937,5694],[7737,5284],[7737,5257],[7737,5242],[7736,5229],[7736,5214],[7736,5201],[7735,5188],[7735,5173],[7734,5159],[7734,5147],[6345,6113],[6340,6116],[6351,6114],[6348,6119],[6358,6116],[6354,6120],[6366,6118],[6361,6122],[6373,6119],[6368,6123],[1568,2640],[6379,6121],[6375,6125],[6386,6122],[6382,6126],[6392,6124],[6389,6128],[6399,6125],[6396,6129],[6407,6127],[6402,6131],[1569,2632],[6414,6128],[6409,6132],[6421,6130],[6416,6134],[6427,6131],[6425,6136],[6435,6133],[6435,6138],[6440,6134],[6442,6139],[1569,2622],[6446,6135],[6449,6141],[6453,6137],[6456,6143],[6460,6138],[6463,6144],[6466,6140],[6470,6146],[6474,6141],[6476,6147],[1570,2613],[6481,6143],[6483,6149],[6487,6144],[6490,6150],[6493,6146],[6497,6152],[6501,6147],[6504,6153],[6508,6149],[6510,6154],[4742,5431],[1570,2604],[6514,6150],[6518,6156],[6522,6152],[6525,6158],[6529,6153],[6531,6159],[6535,6155],[6539,6161],[6544,6157],[6548,6163],[1570,2594],[6551,6160],[6550,6165],[6558,6164],[6557,6169],[6564,6168],[6563,6173],[6570,6171],[6570,6177],[6577,6175],[6578,6181],[1571,2587],[6583,6179],[6584,6185],[6589,6183],[6590,6189],[6595,6186],[6597,6193],[6602,6190],[6603,6196],[6608,6194],[6609,6200],[1573,2574],[6615,6198],[6616,6204],[6620,6201],[6622,6208],[6629,6206],[6629,6212],[6635,6210],[6636,6216],[6644,6207],[6641,6220],[1573,2565],[6641,6214],[6648,6226],[6639,6208],[6653,6232],[6648,6220],[6658,6237],[6653,6225],[6664,6243],[6658,6230],[6669,6249],[6663,6236],[6674,6254],[6668,6241],[6679,6261],[6675,6248],[6683,6261],[6679,6254],[6688,6262],[6685,6258],[6693,6256],[1574,2545],[6696,6267],[6697,6276],[6701,6282],[6706,6290],[6713,6298],[6717,6304],[6817,4607],[6811,4608],[1574,2537],[6804,4609],[6797,4610],[7563,4227],[7556,4225],[1575,2527],[7548,4223],[7541,4221],[7535,4220],[7528,4218],[7521,4218],[7514,4218],[5118,4428],[5119,4437],[1575,2519],[5112,4417],[5112,4425],[5106,4405],[5106,4412],[5100,4393],[5100,4401],[5093,4380],[5094,4389],[5089,4376],[5084,4365],[4741,5407],[1576,2509],[5079,4356],[6219,4726],[6233,4714],[1578,2501],[6254,4705],[6260,4702],[6257,4711],[6266,4699],[6263,4709],[6271,4697],[6269,4708],[6278,4694],[6276,4706],[1579,2492],[6283,4691],[6282,4704],[6289,4691],[6288,4702],[6296,4694],[6293,4703],[6304,4691],[6295,4700],[6300,4701],[6301,4697],[1581,2484],[6308,4694],[6321,4679],[6327,4673],[6333,4666],[6339,4660],[6345,4653],[6350,4646],[6352,4638],[6357,4633],[1583,2475],[6361,4630],[6366,4624],[6334,4656],[6329,4642],[6323,4619],[4048,2674],[4043,2681],[4042,2689],[4036,2697],[1584,2467],[4030,2706],[4023,2706],[4017,2712],[4008,2713],[4004,2720],[3995,2721],[3989,2728],[3981,2728],[3973,2732],[3965,2735],[1586,2458],[3957,2739],[3950,2742],[3941,2745],[3932,2749],[3925,2752],[3919,2755],[3911,2758],[7704,5404],[7716,5404],[7729,5405],[1587,2450],[5892,5756],[5897,5750],[5902,5745],[5907,5740],[5391,592],[5384,588],[5374,582],[5365,575],[5356,568],[1589,2442],[5350,564],[5343,564],[5342,552],[5335,553],[5327,547],[5321,542],[5315,537],[5309,531],[5303,527],[5297,524],[1590,2433],[5288,521],[5281,518],[5274,513],[5268,507],[5262,501],[5258,496],[5247,485],[5250,493],[4742,5401],[1592,2425],[5236,474],[5239,482],[5233,471],[5233,476],[5223,459],[5224,472],[5216,454],[5210,448],[5204,442],[5198,436],[1594,2416],[5192,430],[5186,424],[5181,418],[5175,412],[5169,406],[5163,400],[5157,394],[5152,388],[5146,382],[5140,376],[1595,2407],[5136,372],[5130,366],[5124,360],[5118,354],[5113,348],[5108,343],[5102,338],[5095,334],[5087,333],[5072,329],[1597,2398],[5065,328],[5058,326],[5051,325],[5044,324],[5037,322],[5030,321],[5250,509],[5248,519],[5244,531],[1597,2388],[5241,539],[5237,549],[5234,557],[5230,566],[5227,576],[5223,586],[5220,596],[5217,606],[5214,616],[5210,627],[1599,2379],[5207,637],[5204,648],[5200,657],[5197,667],[5194,677],[5191,687],[5187,698],[5184,708],[5179,723],[5177,729],[1600,2370],[5180,736],[5184,740],[5187,741],[5190,741],[6377,6738],[6381,6749],[1602,2362],[6385,6760],[6390,6771],[6394,6783],[6399,6796],[6404,6809],[6406,6823],[6407,6835],[6408,6863],[1603,2353],[6407,6901],[6408,6914],[6410,6927],[6412,6941],[6414,6953],[7458,3889],[1605,2343],[7451,3883],[7444,3877],[7291,4556],[7289,4569],[7287,4580],[7286,4591],[7285,4601],[7284,4611],[7282,4623],[7281,4637],[4743,5394],[1607,2334],[7279,4651],[8887,8318],[8881,8312],[8874,8305],[8866,8298],[8857,8289],[8853,8284],[8848,8283],[6470,4111],[6470,4104],[1608,2324],[6470,4096],[6470,4089],[6470,4081],[6469,4074],[6469,4066],[6466,4062],[4686,4233],[4685,4226],[4689,4222],[4688,4214],[1610,2315],[4693,4209],[4692,4201],[4696,4196],[4695,4189],[4699,4183],[4698,4176],[4703,4170],[4701,4164],[4705,4160],[4704,4154],[1613,2306],[4708,4149],[4707,4141],[4711,4138],[4710,4130],[4714,4127],[4713,4118],[4718,4114],[4717,4105],[4721,4100],[4719,4095],[1467,2118],[4724,4090],[4722,4083],[4727,4079],[4725,4072],[4730,4067],[4728,4060],[4734,4053],[4732,4046],[4736,4043],[4735,4035],[1467,2127],[4739,4031],[4738,4022],[4743,4017],[4742,4008],[4747,4002],[4745,3996],[7438,5754],[7441,5757],[7446,5755],[1466,2137],[7462,5755],[7432,5756],[7455,5757],[7468,5758],[4699,3529],[4695,3541],[4693,3526],[4689,3538],[4687,3523],[4683,3535],[4681,3520],[4676,3532],[4674,3515],[4669,3528],[4666,3512],[4662,3524],[4658,3508],[4655,3520],[4652,3504],[1470,2156],[4649,3519],[4645,3505],[4643,3519],[4640,3505],[4638,3518],[4633,3506],[4630,3518],[4622,3506],[4622,3518],[4615,3506],[1473,2165],[4616,3518],[4610,3506],[4606,3519],[4605,3506],[4599,3519],[4599,3506],[4588,3518],[4589,3505],[4580,3519],[4579,3505],[4744,5391],[1476,2175],[4572,3519],[4568,3505],[4566,3519],[4560,3506],[4560,3519],[4552,3506],[4552,3519],[4546,3506],[4546,3519],[4540,3506],[1479,2182],[4539,3519],[4535,3506],[4530,3520],[4527,3506],[4522,3520],[4515,3506],[4516,3519],[4507,3506],[4507,3519],[4501,3506],[1481,2190],[4500,3519],[4494,3507],[4493,3519],[4486,3507],[4485,3519],[4479,3507],[4478,3520],[4471,3507],[4472,3519],[4464,3507],[1484,2198],[4466,3519],[4457,3507],[4457,3520],[1487,2206],[1490,2215],[4921,3025],[4925,3009],[1492,2223],[4932,2998],[4940,2985],[4947,2974],[4955,2960],[4962,2948],[4972,2933],[4975,2926],[4980,2920],[5008,2869],[5020,2847],[1493,2234],[5024,2840],[5027,2833],[5029,2828],[5031,2821],[5031,2817],[5032,2811],[5031,2805],[5030,2795],[5030,2787],[5028,2777],[1493,2242],[5028,2769],[5027,2759],[5026,2747],[5025,2739],[5024,2729],[1492,2249],[5403,4724],[5405,4730],[5402,4736],[5405,4743],[5411,4740],[5417,4744],[7831,6167],[1492,2257],[7836,6179],[7836,6190],[7826,6190],[7815,6190],[7805,6189],[5400,3212],[5398,3203],[5395,3195],[5393,3187],[5391,3178],[1491,2266],[5389,3170],[5386,3161],[5384,3152],[5382,3144],[5380,3135],[5378,3129],[5376,3122],[5374,3114],[5390,3199],[5384,3202],[1491,2275],[5386,3194],[5378,3198],[5376,3143],[5371,3145],[5366,3148],[6061,3686],[6067,3681],[6072,3678],[6078,3674],[6114,3647],[887,9037],[6156,3612],[6160,3606],[6164,3604],[6164,3597],[6168,3603],[6174,3605],[6178,3608],[6183,3613],[6188,3618],[881,9031],[6193,3623],[6198,3630],[6204,3637],[6205,3644],[6205,3654],[4515,1840],[4514,1852],[4513,1863],[4512,1873],[4511,1884],[875,9026],[4510,1893],[9885,6726],[9892,6738],[9894,6746],[9897,6755],[9901,6766],[7698,4109],[7691,4112],[7680,4117],[7671,4121],[1635,2621],[7660,4126],[7649,4131],[7641,4135],[7629,4140],[7619,4145],[7610,4149],[7600,4152],[7589,4154],[3730,2628],[3737,2628],[1628,2621],[3743,2632],[3751,2637],[3754,2645],[3761,2650],[3763,2658],[3770,2663],[3774,2672],[3781,2677],[3784,2686],[3792,2693],[1621,2620],[3794,2701],[3800,2705],[3804,2714],[3820,2730],[3813,2726],[3825,2743],[3830,2752],[3836,2761],[5055,3428],[5055,3419],[1615,2620],[5059,3410],[5062,3400],[5063,3392],[5066,3379],[5068,3369],[5066,3363],[5063,3354],[5066,3345],[5068,3338],[5071,3330],[1607,2619],[5074,3323],[5078,3317],[5081,3310],[5086,3302],[5090,3308],[5085,3316],[5080,3325],[5091,3329],[5099,3331],[5104,3321],[1600,2619],[5051,3409],[5044,3408],[5042,3418],[5036,3406],[5029,3405],[5028,3395],[5033,3388],[5039,3385],[1593,2618],[3756,2720],[3761,2728],[7655,8032],[7655,8049],[7656,8067],[7656,8085],[7653,8103],[7650,8121],[3947,4229],[1586,2618],[3953,4229],[3955,4222],[3963,4216],[3970,4215],[3972,4208],[3978,4209],[3980,4202],[3986,4202],[3989,4195],[1580,2617],[5947,6240],[5938,6233],[5928,6226],[5911,6222],[4821,4053],[4825,4060],[4831,4060],[4834,4066],[4840,4066],[4844,4073],[1573,2617],[4851,4073],[4854,4079],[4861,4080],[4865,4087],[4871,4087],[4875,4093],[4882,4094],[7018,7704],[7025,7707],[7032,7709],[1566,2616],[7038,7712],[7045,7714],[7050,7716],[7058,7719],[7066,7722],[7072,7724],[7078,7727],[7086,7730],[7094,7732],[7098,7733],[1558,2616],[7104,7735],[7118,7740],[7132,7744],[7147,7749],[7159,7754],[7171,7758],[7184,7763],[7203,7770],[7198,7772],[7195,7786],[1551,2615],[7772,4884],[7775,4877],[7780,4869],[7786,4864],[7792,4859],[7797,4855],[7802,4849],[7802,4840],[7805,4831],[7808,4822],[1544,2615],[7813,4803],[7816,4794],[7819,4784],[7821,4774],[7823,4766],[7825,4758],[7827,4752],[7829,4744],[7832,4734],[1537,2614],[7838,4725],[7841,4717],[7842,4710],[7842,4701],[7841,4693],[7840,4684],[7839,4675],[7838,4667],[7837,4658],[1530,2614],[7836,4647],[7834,4636],[7832,4624],[7584,5948],[7580,5934],[7577,5921],[7575,5906],[7574,5885],[4259,2943],[4265,2938],[1522,2613],[4272,2928],[4279,2926],[4284,2919],[4291,2917],[4296,2910],[4302,2908],[4312,2893],[4306,2902],[4317,2892],[4324,2886],[1515,2612],[4328,2879],[4334,2874],[4339,2865],[4346,2860],[4349,2849],[4355,2842],[4357,2833],[4363,2827],[4365,2817],[4371,2811],[1508,2612],[4373,2802],[4379,2795],[4382,2785],[4388,2778],[4390,2769],[4396,2764],[4397,2756],[4825,1594],[4818,1589],[4812,1585],[1501,2611],[4804,1580],[4797,1576],[4790,1571],[4783,1567],[9217,6159],[9223,6147],[9228,6135],[9233,6122],[9238,6113],[9242,6102],[1493,2611],[9246,6092],[9252,6079],[9258,6064],[9263,6051],[7398,5716],[7408,5717],[7418,5718],[7433,5720],[7440,5721],[7451,5722],[1485,2611],[7464,5723],[7476,5724],[7494,5726],[5947,4950],[1477,2610],[5948,4939],[5950,4927],[5951,4913],[5953,4902],[5954,4892],[5956,4876],[5957,4862],[5959,4850],[5960,4836],[5962,4823],[1470,2610],[5964,4806],[5965,4795],[5967,4783],[5968,4771],[5970,4757],[5971,4745],[5973,4733],[5974,4723],[5976,4706],[5977,4692],[5978,4679],[5979,4667],[5980,4652],[3089,2423],[6044,3655],[6049,3652],[6055,3648],[6060,3644],[6067,3640],[6088,3627],[3622,2354],[3628,2349],[3093,2425],[3635,2343],[3641,2337],[3647,2331],[4509,4099],[4513,4093],[4520,4093],[4525,4087],[4531,4087],[4537,4080],[4542,4081],[3092,2433],[4553,4075],[4563,4065],[4564,4069],[4568,4063],[4574,4063],[4578,4059],[4581,4063],[4589,4059],[4597,4061],[4605,4067],[3097,2439],[4610,4065],[4614,4069],[4621,4068],[4627,4074],[4632,4072],[4636,4077],[4644,4076],[4650,4081],[4544,4076],[5131,1117],[3100,2447],[5127,1124],[5124,1136],[5121,1146],[5119,1156],[5116,1164],[5114,1173],[5111,1183],[5109,1192],[5108,1201],[5106,1212],[3107,2449],[5102,1226],[5100,1235],[5099,1245],[5905,4497],[5901,4489],[5904,4481],[5901,4470],[5904,4461],[5901,4452],[5904,4443],[3112,2456],[5900,4436],[5903,4430],[5900,4423],[5903,4410],[5899,4403],[5902,4393],[5899,4386],[5902,4377],[3119,2457],[5685,3577],[5693,3580],[5702,3582],[5724,3589],[5734,3592],[5744,3595],[5764,3601],[5308,4798],[5314,4795],[3123,2464],[5321,4797],[5326,4798],[5332,4800],[5461,4836],[5456,4830],[5447,4832],[5438,4830],[5432,4828],[5425,4832],[5413,4824],[3130,2466],[5405,4822],[5396,4820],[5410,4819],[5393,4815],[5472,4834],[3134,2473],[5482,4836],[5489,4838],[5496,4840],[5502,4842],[5465,4837],[5476,4839],[5485,4842],[5492,4843],[5498,4845],[5505,4846],[3141,2475],[5350,4804],[5359,4806],[5377,4811],[5387,4813],[5336,4805],[5345,4807],[5354,4809],[5362,4811],[3146,2482],[5380,4816],[5389,4818],[6947,4589],[6943,4608],[6944,4617],[6946,4643],[6948,4661],[6950,4679],[3153,2483],[6952,4696],[6954,4715],[6956,4733],[6959,4766],[6960,4777],[6961,4788],[6963,4808],[3158,2491],[6965,4829],[6972,4850],[6974,4870],[3164,2492],[6988,7735],[6987,7743],[6985,7753],[6984,7761],[6983,7770],[6981,7779],[6980,7789],[6978,7797],[3169,2499],[6977,7805],[6976,7814],[7193,6625],[7182,6631],[7173,6640],[3175,2500],[8356,6050],[8354,6039],[8352,6027],[8348,6022],[8347,6010],[7556,7363],[3179,2507],[7564,7359],[7571,7356],[7576,7353],[7584,7349],[7590,7344],[7597,7339],[4491,2744],[4487,2733],[4483,2724],[4478,2713],[3186,2508],[4475,2706],[4471,2696],[4340,3767],[4341,3758],[4335,3752],[4336,3743],[4331,3739],[4332,3732],[4326,3725],[4326,3716],[3191,2516],[4321,3711],[4322,3704],[6205,4730],[6192,4727],[6196,4731],[6177,4728],[6187,4732],[6168,4729],[3197,2517],[6173,4733],[6158,4730],[6163,4734],[6155,4735],[6148,4736],[6135,4736],[6125,4736],[6114,4735],[6103,4734],[6093,4732],[3202,2524],[6084,4731],[6073,4729],[6064,4728],[6053,4726],[6043,4724],[6033,4723],[6199,4715],[6195,4744],[3208,2525],[4698,3034],[4698,3027],[4699,3017],[4699,3008],[4699,2999],[4700,2991],[3213,2532],[4700,2982],[4700,2974],[4701,2965],[7402,4095],[6886,4751],[6876,4755],[4455,4330],[4452,4323],[4445,4322],[4442,4315],[3220,2529],[4436,4315],[4434,4308],[4426,4310],[4429,4305],[4416,4305],[4422,4304],[4407,4302],[4397,4298],[4403,4296],[3226,2531],[4387,4294],[4393,4293],[4377,4291],[4383,4289],[4502,2993],[4508,2986],[4514,2979],[4517,2975],[3232,2525],[4526,2964],[4522,2967],[4533,2956],[4528,2959],[4541,2949],[4535,2952],[4554,2939],[4544,2944],[4562,2934],[3239,2523],[4549,2940],[4571,2929],[4558,2934],[4580,2926],[4566,2929],[4576,2925],[3242,2514],[4471,2759],[4466,2747],[4462,2737],[4457,2724],[4453,2712],[5313,4533],[5316,4529],[5314,4520],[5318,4514],[5315,4508],[3249,2509],[5319,4502],[5317,4494],[5320,4489],[5318,4481],[4535,3129],[4538,3137],[4534,3134],[4540,3153],[4656,3676],[4652,3670],[3252,2501],[4666,3682],[4662,3676],[4678,3689],[4673,3682],[4688,3690],[4689,3695],[5457,440],[5461,431],[5464,423],[5467,414],[3259,2501],[5470,405],[5474,395],[5477,387],[5481,376],[5484,368],[5488,359],[5492,350],[5497,343],[5503,336],[5508,329],[3264,2495],[5515,321],[5520,315],[5525,309],[5530,302],[5536,297],[5543,292],[5550,286],[5556,281],[5563,276],[5569,270],[3272,2496],[5575,265],[5583,259],[5589,253],[5595,246],[5600,240],[5608,236],[5602,248],[5597,254],[5615,228],[5621,222],[3277,2491],[5626,216],[5631,210],[5638,202],[5643,196],[5649,190],[5655,184],[5661,177],[5668,170],[5674,163],[5680,155],[3284,2492],[5687,148],[6399,5979],[6401,5983],[6413,5983],[6419,5988],[6425,5986],[6430,5991],[6438,5990],[6444,5994],[6451,5993],[3291,2486],[6456,5997],[6464,5996],[6469,6001],[6476,5999],[6484,6005],[6493,6004],[6502,6009],[6509,6008],[6524,6018],[6519,6012],[3298,2487],[6539,6026],[6533,6019],[6552,6032],[6546,6026],[6566,6040],[6560,6033],[6579,6047],[6573,6040],[9075,9558],[9089,9558],[3304,2481],[9103,9557],[5079,2225],[5082,2220],[5085,2215],[5088,2210],[5091,2206],[5094,2201],[5096,2197],[5100,2192],[5102,2187],[3311,2482],[5106,2182],[5109,2178],[5112,2173],[5115,2167],[5117,2164],[5120,2158],[5123,2153],[5126,2149],[5129,2145],[5132,2140],[3317,2476],[5135,2135],[5138,2130],[5140,2127],[5141,2122],[5142,2117],[5141,2110],[5140,2106],[5138,2098],[5137,2092],[5136,2087],[3325,2477],[5135,2080],[5134,2075],[5133,2068],[5131,2062],[5131,2056],[5132,2049],[5132,2043],[5133,2037],[5133,2031],[5134,2025],[3331,2471],[5135,2019],[5135,2014],[5136,2008],[5137,2001],[5137,1995],[5138,1990],[4187,4608],[4193,4606],[4199,4604],[4207,4602],[3338,2472],[4212,4600],[4215,4596],[4221,4595],[4227,4593],[4233,4591],[4239,4589],[4244,4587],[4251,4587],[4257,4587],[4263,4586],[3344,2467],[4269,4586],[4274,4586],[4280,4586],[4285,4586],[4248,3335],[4260,3333],[4265,3335],[4271,3331],[4277,3332],[3351,2467],[4282,3328],[4288,3330],[4292,3326],[4299,3328],[4307,3322],[4320,3321],[4314,3325],[4332,3318],[4325,3322],[3357,2462],[4344,3316],[4337,3320],[4357,3313],[4351,3317],[4371,3310],[4364,3315],[4349,3325],[4358,3323],[3363,2463],[4398,2184],[4403,2189],[4409,2193],[4414,2198],[4420,2203],[4427,2208],[4433,2213],[3369,2458],[4438,2217],[4443,2222],[4448,2227],[4453,2232],[4458,2238],[4462,2243],[4466,2249],[4472,2256],[4476,2261],[4481,2269],[3375,2459],[4485,2276],[4490,2283],[4494,2289],[4498,2295],[4502,2301],[4506,2307],[4511,2313],[4403,2183],[4408,2187],[4414,2192],[3380,2453],[4420,2197],[4424,2200],[4430,2205],[4437,2211],[4443,2216],[4447,2220],[7037,5169],[3853,2643],[3858,2653],[3864,2664],[3388,2454],[3859,2668],[3868,2672],[3863,2676],[3872,2681],[3867,2684],[3876,2688],[3880,2697],[3884,2706],[3890,2719],[3895,2729],[3394,2448],[3899,2737],[3903,2746],[3908,2755],[3912,2764],[3917,2773],[4061,4366],[4065,4357],[4069,4355],[4074,4353],[4077,4346],[3402,2449],[4083,4345],[4086,4337],[7265,6844],[7264,6837],[7259,6830],[7256,6822],[7252,6819],[7247,6810],[7241,6807],[7238,6800],[3406,2444],[7230,6797],[7226,6791],[7221,6789],[7214,6781],[7207,6778],[7203,6772],[7194,6770],[7187,6762],[7179,6760],[7175,6755],[3413,2444],[7166,6753],[7161,6746],[7155,6746],[7150,6740],[7143,6738],[3417,2436],[7206,6759],[7210,6750],[7215,6741],[7223,6741],[7229,6748],[3559,7177],[3424,2432],[7220,6746],[7223,6765],[7214,6757],[4477,4236],[4463,4225],[4467,4231],[4460,4223],[4459,4227],[4457,4222],[3425,2423],[4451,4223],[4447,4217],[4442,4219],[4437,4212],[4436,4216],[4434,4210],[4433,4214],[4425,4206],[4428,4212],[4414,4200],[3430,2418],[4419,4207],[4404,4195],[4408,4202],[4393,4189],[4388,4178],[4385,4167],[4374,4160],[4363,4167],[4360,4178],[4365,4184],[3429,2409],[4369,4197],[4371,4205],[4372,4211],[4381,4200],[4390,4195],[4394,4195],[4388,4185],[4384,4174],[4378,4164],[4369,4165],[3432,2401],[4365,4174],[4369,4187],[4375,4199],[4384,4194],[4382,4187],[4374,4172],[4376,4190],[4356,4172],[4350,4173],[4347,4167],[3429,2393],[4341,4169],[4337,4163],[4332,4164],[4328,4158],[4322,4159],[7929,4827],[7928,4818],[7926,4809],[7924,4801],[7923,4790],[3430,2384],[7925,4783],[7927,4776],[7929,4768],[7932,4760],[7934,4752],[7936,4744],[7938,4736],[4414,2156],[4421,2162],[4429,2166],[3425,2376],[4435,2168],[4442,2171],[4447,2173],[4455,2177],[4461,2179],[4467,2185],[4472,2191],[3426,2366],[9501,6185],[9507,6181],[9513,6177],[9519,6172],[9526,6168],[9532,6164],[9539,6160],[3421,2358],[9545,6157],[9553,6155],[8323,3478],[8325,3486],[8327,3494],[8329,3503],[8331,3511],[8332,3517],[8334,3528],[8336,3538],[3554,7177],[3422,2349],[3872,2610],[3869,2602],[3866,2591],[4528,4369],[6161,4761],[7579,5877],[7579,5864],[7577,5848],[7576,5832],[7575,5818],[3418,2341],[7818,7160],[7823,7167],[7823,7175],[7828,7184],[7828,7191],[7833,7199],[7833,7206],[7838,7216],[7838,7224],[3418,2331],[7843,7232],[7843,7240],[7848,7248],[7849,7258],[7853,7262],[7854,7273],[7858,7279],[7858,7288],[7863,7296],[7864,7305],[3414,2323],[7868,7311],[7869,7321],[7873,7329],[7874,7338],[7879,7346],[7880,7357],[7884,7362],[7885,7372],[7890,7381],[7890,7390],[3415,2314],[7894,7394],[7895,7404],[7731,7067],[7738,7063],[7745,7059],[7752,7055],[7758,7052],[7765,7048],[7773,7044],[7780,7040],[3420,2354],[7787,7037],[7793,7033],[7799,7030],[7806,7026],[7813,7022],[7819,7019],[7829,7016],[7837,7014],[7844,7012],[7855,7007],[7871,7003],[7888,6998],[7788,7049],[7791,7057],[7794,7066],[7796,7077],[7769,7085],[7777,7080],[7760,7086],[3411,2304],[7757,7075],[7753,7064],[4751,7138],[3550,7172],[4756,7130],[7815,7000],[4757,7138],[4335,2879],[4339,2886],[4343,2883],[4343,2893],[4347,2900],[4351,2903],[4354,2909],[4763,7130],[4356,2906],[4353,2901],[4353,2896],[4349,2888],[4346,2880],[4342,2873],[8983,9370],[8973,9373],[8965,9381],[8955,9396],[4763,7137],[8947,9410],[8938,9424],[8928,9438],[8919,9451],[8978,9371],[8969,9376],[8960,9389],[8951,9403],[8942,9417],[8933,9431],[4771,7129],[8923,9445],[4511,4852],[4769,7137],[4513,4860],[4521,4862],[4524,4870],[4531,4871],[4535,4880],[4543,4884],[4547,4892],[4778,7129],[4558,4839],[4524,4826],[4531,4824],[4541,4824],[4550,4827],[4560,4830],[4572,4830],[4583,4833],[4578,4841],[4774,7136],[4563,4841],[4570,4845],[4524,4862],[4527,4857],[4785,7128],[4532,4852],[4518,4836],[4546,4850],[4541,4844],[4780,7136],[4549,4846],[4544,4840],[4528,4878],[4523,4885],[4514,4897],[4509,4903],[3545,7172],[4792,7128],[4506,4908],[4501,4914],[4496,4921],[4491,4914],[4539,4888],[4528,4891],[4534,4897],[4786,7135],[4511,4915],[4505,4921],[5386,759],[5390,761],[5398,766],[5410,773],[5416,776],[4815,7126],[5421,778],[5427,782],[8896,7291],[8903,7276],[8910,7260],[8914,7252],[6103,4167],[6101,4153],[6100,4141],[4798,7127],[6098,4128],[6096,4115],[6094,4103],[6092,4091],[6091,4085],[6093,4078],[6099,4077],[6105,4075],[6110,4071],[6110,4065],[4823,7125],[6117,4063],[6124,4060],[6131,4057],[6138,4053],[6144,4048],[6149,4045],[6154,4042],[6164,4037],[6176,4032],[6187,4030],[4792,7135],[6188,4039],[6193,4038],[6192,4029],[6220,4034],[6224,4023],[6226,4033],[6231,4023],[6231,4032],[6238,4022],[4831,7124],[6238,4032],[6248,4022],[6247,4032],[6254,4021],[6255,4030],[6262,4020],[6263,4028],[6270,4019],[6271,4027],[6278,4018],[4805,7126],[6278,4026],[6286,4017],[6287,4025],[6294,4016],[6294,4024],[6300,4014],[6300,4024],[6304,4014],[6305,4023],[6310,4014],[4839,7124],[6311,4022],[6318,4013],[6318,4021],[6325,4012],[6326,4020],[6333,4011],[6333,4019],[6341,4009],[6339,4018],[6348,4007],[4798,7134],[6348,4017],[6198,4028],[6356,4017],[6198,4038],[6362,4015],[6366,4003],[6366,4014],[6371,4002],[6372,4012],[6378,4000],[3541,7167],[4847,7123],[6379,4009],[6385,3998],[6387,4007],[6393,3995],[6394,4005],[6400,3993],[6402,4002],[6406,3991],[6408,4000],[6413,3989],[4804,7134],[6415,3998],[6420,3987],[6422,3996],[6424,3984],[6426,3995],[6432,3982],[6434,3993],[6438,3981],[6440,3990],[4810,7133],[6445,3979],[6446,3988],[6452,3976],[6454,3986],[6457,3975],[6461,3983],[6463,3973],[6469,3981],[6469,3971],[4816,7133],[6475,3980],[6474,3969],[6481,3978],[6479,3968],[6485,3976],[6483,3966],[6489,3975],[6487,3965],[6494,3973],[6492,3963],[4821,7132],[6498,3972],[6496,3962],[6502,3971],[6501,3961],[6507,3969],[6506,3959],[6514,3967],[6512,3957],[6520,3965],[6518,3955],[4827,7132],[6526,3964],[6524,3953],[6529,3968],[6529,3946],[6533,3966],[6531,3950],[6534,3961],[6536,3950],[6537,3959],[6542,3948],[4834,7131],[6544,3957],[6549,3946],[6551,3955],[6556,3943],[6557,3953],[6564,3941],[6574,3938],[6581,3935],[6588,3934],[6594,3932],[4840,7131],[6595,3942],[6602,3930],[6603,3939],[6610,3928],[6611,3937],[6618,3926],[6619,3935],[6625,3924],[6627,3933],[6633,3921],[4847,7130],[6635,3930],[6639,3917],[6644,3910],[6641,3927],[6647,3904],[6647,3921],[6649,3897],[6659,3920],[6650,3887],[4852,7128],[6649,3876],[6658,3905],[6649,3865],[6642,3928],[6648,3854],[6648,3837],[6655,3926],[6647,3826],[6651,3914],[6647,3816],[3536,7167],[4919,7101],[6646,3805],[6655,3906],[6646,3794],[6657,3895],[6645,3784],[6657,3886],[6645,3774],[6656,3875],[4923,7097],[6656,3865],[6644,3753],[6655,3854],[6643,3743],[6655,3844],[6643,3733],[6655,3836],[6643,3722],[6654,3826],[4928,7099],[6654,3815],[6643,3712],[6653,3805],[6635,3703],[6653,3794],[6634,3692],[6653,3784],[6627,3696],[6652,3773],[4857,7124],[6652,3763],[6635,3683],[6651,3752],[6642,3701],[6651,3743],[6642,3693],[6650,3733],[6642,3684],[6650,3722],[6643,3675],[4860,7117],[6645,3669],[6650,3703],[6647,3670],[6650,3695],[6650,3659],[6649,3685],[6654,3654],[6650,3678],[6661,3646],[4860,7110],[6652,3673],[6669,3644],[6656,3665],[6676,3642],[6654,3663],[6683,3639],[6659,3661],[6691,3636],[6663,3658],[6699,3634],[4864,7105],[6669,3654],[6707,3632],[6678,3652],[6714,3630],[6682,3651],[6721,3627],[6688,3648],[6728,3625],[6696,3645],[6736,3621],[4869,7102],[6702,3643],[6741,3618],[6709,3641],[6746,3612],[6717,3639],[6750,3605],[6725,3636],[6752,3598],[6735,3633],[6754,3591],[4875,7101],[6745,3628],[6756,3582],[6750,3623],[6758,3573],[6754,3614],[6760,3563],[6758,3603],[6762,3555],[6761,3591],[6764,3548],[4882,7104],[6764,3580],[6766,3539],[6765,3573],[6768,3529],[6767,3566],[6770,3519],[6768,3558],[6772,3510],[6770,3549],[6775,3498],[3532,7162],[4890,7100],[6772,3541],[6778,3485],[6775,3531],[6781,3473],[6777,3521],[6783,3463],[6779,3511],[6785,3452],[6781,3501],[6788,3442],[4896,7103],[6784,3488],[6790,3431],[6786,3480],[6793,3420],[6788,3471],[6795,3409],[6790,3463],[6789,3412],[6792,3454],[6797,3399],[4902,7099],[6794,3445],[6795,3396],[6796,3436],[6800,3388],[6798,3427],[6802,3378],[6800,3418],[6804,3369],[6802,3410],[6806,3359],[4908,7102],[6804,3401],[6809,3346],[6806,3391],[6812,3332],[6808,3381],[6815,3319],[6811,3371],[6817,3306],[6813,3361],[6817,3294],[4914,7098],[6816,3348],[6819,3335],[6817,3281],[6821,3323],[6815,3266],[6822,3311],[6802,3373],[6823,3300],[6801,3362],[4759,7134],[6823,3281],[6793,3358],[6822,3265],[6794,3367],[6795,3374],[6797,3383],[6787,3362],[4753,7134],[6788,3374],[6790,3387],[6792,3401],[6784,3408],[6782,3448],[4859,7129],[6544,3965],[6554,3962],[6566,3959],[6573,3969],[6560,3973],[6776,3423],[4866,7126],[6550,3987],[6778,3437],[6567,3985],[6777,3447],[6576,3986],[6769,3452],[6578,4001],[6760,3451],[6571,4007],[6762,3464],[4873,7125],[6565,4000],[6764,3478],[6580,4016],[6765,3490],[6567,4021],[6555,4027],[6560,4034],[3527,7162],[4880,7125],[6201,4043],[6191,4046],[6739,3611],[6732,3613],[6640,3740],[6629,3743],[3201,5726],[6618,3745],[6612,3759],[6614,3773],[6609,3781],[6613,3788],[6614,3800],[6606,3812],[6595,3820],[6593,3824],[6585,3821],[2098,3432],[6602,3780],[6610,3825],[2106,3434],[2113,3437],[2120,3439],[2126,3441],[2133,3443],[2139,3445],[2306,6089],[3524,7158],[2309,6097],[2312,6106],[2314,6115],[6576,3956],[2317,6122],[6615,3814],[6619,3831],[6622,3843],[6629,3852],[6619,3861],[6610,3842],[6597,3845],[6583,3849],[2321,6131],[6571,3851],[6606,3861],[6591,3865],[6576,3869],[6576,3889],[6572,3864],[6574,3875],[6574,3886],[6570,3895],[6572,3912],[2325,6138],[6576,3922],[6573,3923],[6583,3930],[6585,3921],[6595,3918],[6605,3916],[2329,6145],[6616,3913],[6622,3905],[6629,3892],[6633,3879],[6631,3867],[6640,3852],[2334,6153],[2338,6160],[2342,6166],[3519,7158],[7824,7280],[7821,7270],[7828,7266],[7831,7277],[8045,5889],[8056,5873],[8069,5860],[8074,5855],[8085,5844],[8093,5836],[8108,5825],[8113,5820],[7027,8143],[7021,8133],[7010,8139],[6997,8142],[6987,8142],[6193,5132],[6199,5128],[6203,5131],[6207,5126],[6212,5129],[6216,5123],[6222,5124],[6226,5119],[6231,5119],[6236,5112],[6241,5112],[6244,5106],[6250,5106],[6253,5099],[6257,5100],[6260,5094],[6265,5093],[6269,5087],[6274,5086],[6276,5081],[6281,5080],[6260,5105],[6263,5112],[6265,5119],[1695,4602],[6267,5127],[6270,5135],[6272,5142],[6275,5151],[6279,5158],[6268,5107],[6273,5101],[6277,5094],[6282,5104],[6271,5129],[1695,4592],[6275,5121],[6280,5121],[6284,5113],[6290,5121],[6290,5114],[6296,5133],[6295,5125],[6295,5142],[6301,5137],[6290,5147],[1695,4583],[6284,5141],[6282,5132],[6288,5127],[6237,5120],[1695,4572],[6240,5128],[6241,5135],[6243,5144],[6244,5153],[6246,5163],[6248,5170],[6215,5133],[6217,5141],[6218,5148],[3515,7153],[1694,4562],[6218,5156],[6218,5164],[6218,5172],[6197,5141],[6203,5142],[6210,5142],[1693,4553],[6216,5095],[6223,5096],[6228,5097],[6235,5097],[6241,5099],[6265,5083],[6268,5080],[6238,5089],[6238,5080],[6237,5071],[1690,4544],[6243,5072],[6249,5072],[6256,5074],[6259,5080],[6308,5145],[6302,5150],[6296,5154],[6289,5158],[6285,5164],[6283,5170],[1688,4536],[6280,5164],[6274,5166],[6267,5168],[6261,5170],[6255,5171],[6255,5184],[6253,5176],[6245,5196],[6239,5199],[6232,5201],[1685,4527],[6227,5202],[6248,5184],[6242,5186],[6246,5190],[6242,5174],[6236,5175],[6228,5176],[1683,4517],[6223,5175],[6214,5177],[6214,5184],[6213,5190],[6211,5173],[6205,5172],[6199,5171],[6193,5168],[1680,4509],[6232,5105],[6893,5141],[6891,5123],[6889,5105],[6886,5087],[5785,4643],[5778,4642],[5771,4640],[1678,4500],[5758,4644],[5753,4649],[5749,4655],[5748,4661],[5747,4666],[5745,4675],[1675,4491],[5744,4685],[5746,4692],[5749,4701],[5748,4711],[5746,4719],[5745,4729],[1673,4483],[6195,5052],[6197,5058],[6194,5064],[6194,5069],[6193,5074],[6196,5080],[3510,7153],[1669,4475],[6193,5087],[6195,5094],[6192,5100],[6202,5096],[6191,5114],[6209,5097],[6189,5129],[6193,5109],[6188,5141],[6193,5121],[1664,4466],[6188,5152],[6191,5136],[6187,5165],[6191,5147],[6186,5176],[6190,5159],[6185,5185],[6189,5173],[6185,5192],[6193,5174],[1659,4457],[6181,5184],[6192,5180],[6176,5183],[6183,5173],[6170,5183],[6177,5172],[6163,5159],[6171,5172],[6157,5158],[6165,5169],[1655,4449],[6157,5148],[6164,5179],[6158,5138],[6164,5188],[6161,5133],[6158,5167],[6152,5163],[1651,4442],[6140,5157],[6134,5154],[6131,5149],[6129,5130],[6120,5127],[1646,4434],[6132,5141],[6111,5123],[6133,5134],[6101,5120],[6134,5126],[6088,5116],[6134,5117],[6073,5108],[6135,5108],[6066,5098],[6136,5100],[6061,5091],[6136,5091],[6062,5083],[6137,5084],[6061,5067],[6130,5084],[6125,5083],[6119,5082],[6112,5082],[6106,5081],[6101,5080],[6126,5122],[6117,5120],[6106,5117],[6102,5109],[6103,5098],[6103,5090],[6095,5114],[6077,5109],[6080,5120],[6072,5101],[6078,5129],[6066,5089],[6073,5136],[6064,5074],[6069,5144],[6095,5079],[6065,5151],[6094,5088],[6060,5158],[6091,5096],[6060,5148],[6087,5103],[6056,5165],[6067,5067],[6074,5068],[6078,5142],[4736,7073],[1661,4482],[6081,5068],[6086,5142],[6081,5060],[6094,5142],[6088,5069],[6101,5142],[6093,5070],[6108,5143],[6091,5060],[6116,5148],[1659,4483],[6089,5050],[6088,5041],[6105,5149],[6093,5037],[6102,5157],[6100,5166],[1650,4488],[6096,5066],[6097,5070],[6102,5071],[6107,5072],[6127,5164],[6113,5073],[6119,5073],[6125,5074],[6131,5075],[6137,5076],[6146,5070],[6144,5077],[6151,5077],[6157,5078],[6163,5079],[6170,5080],[6176,5079],[6183,5080],[6189,5082],[6162,5089],[6161,5099],[6160,5108],[6159,5117],[6159,5125],[6169,5128],[6182,5130],[6184,5136],[6183,5144],[701,7763],[6181,5121],[5798,4658],[5797,4667],[5796,4675],[5795,4683],[5794,4690],[5793,4698],[5792,4706],[5791,4714],[698,7771],[5788,4734],[5787,4742],[5797,4646],[5796,4656],[5793,4672],[5791,4645],[5791,4655],[5789,4662],[5780,4649],[4379,7623],[5779,4658],[5778,4667],[5776,4676],[5791,4621],[5790,4626],[5789,4635],[5801,4626],[5798,4633],[5713,4807],[5713,4803],[4379,7615],[5714,4795],[5716,4788],[5718,4780],[5720,4772],[5722,4763],[5724,4754],[5726,4745],[5727,4738],[5733,4738],[5739,4738],[2622,5521],[4736,7082],[4378,7605],[5731,4731],[5737,4733],[5743,4735],[5750,4737],[5757,4739],[5764,4741],[5771,4743],[5776,4745],[5783,4746],[5790,4747],[4377,7595],[5797,4748],[5685,4691],[5678,4689],[5664,4683],[5660,4675],[5654,4667],[4378,7584],[5646,4663],[5639,4659],[5635,4665],[5643,4645],[5639,4650],[5646,4630],[5642,4637],[5654,4628],[5662,4631],[5665,4671],[4377,7574],[5667,4662],[5670,4652],[5650,4683],[5644,4676],[5636,4672],[5673,4742],[5669,4740],[5664,4738],[5659,4736],[5653,4731],[4376,7564],[5675,4736],[5667,4732],[5658,4728],[5650,4726],[5646,4720],[5643,4713],[5639,4707],[4376,7555],[5635,4699],[5631,4692],[5626,4684],[5626,4673],[5625,4663],[5621,4655],[5617,4649],[4375,7544],[5609,4654],[5604,4651],[5608,4647],[5612,4640],[5608,4634],[6993,8183],[6976,8172],[6983,8158],[4374,7535],[4373,7526],[4372,7517],[5622,4141],[5621,4136],[5620,4127],[5619,4119],[5618,4111],[5617,4102],[4737,7091],[4372,7511],[5616,4095],[5615,4087],[5628,4119],[5627,4111],[5626,4102],[5625,4094],[5624,4085],[5599,4139],[4371,7504],[5599,4136],[5600,4130],[5600,4125],[5599,4120],[5601,4117],[5602,4116],[5601,4108],[5601,4103],[5600,4099],[5600,4096],[5599,4093],[5599,4089],[5614,4080],[5607,4081],[5600,4082],[5598,4076],[5597,4068],[5596,4059],[1480,1966],[5603,4059],[5609,4051],[5604,4048],[5594,4043],[5593,4035],[5593,4027],[5615,4043],[5614,4031],[5622,4025],[5614,4020],[1474,1960],[5612,4009],[5623,4014],[5618,3997],[5610,3997],[5607,4016],[5601,4018],[5592,4019],[5591,4011],[5590,4003],[1469,1954],[5587,3995],[5591,3990],[5577,3970],[5587,3969],[5593,3981],[5597,3988],[5603,3987],[5611,3984],[5622,3979],[1462,1948],[5584,4001],[5578,4003],[5571,4004],[5542,3988],[5552,3982],[5565,3990],[5561,3999],[5565,4006],[5559,4010],[1456,1943],[5553,4015],[5549,4018],[5542,4023],[5660,4112],[5659,4103],[5658,4094],[5657,4084],[5657,4074],[5644,4067],[5644,4059],[1449,1937],[5642,4050],[5641,4040],[5640,4030],[5639,4021],[5637,4011],[5632,4005],[5628,3997],[5626,3987],[5627,4077],[5635,4076],[1443,1931],[5643,4074],[5650,4073],[5633,4064],[5632,4052],[5631,4039],[5629,4027],[5653,4068],[5652,4057],[5650,4048],[5649,4038],[4737,7100],[3409,6456],[5647,4028],[5646,4020],[5639,4148],[5640,4157],[5641,4168],[5642,4178],[5643,4187],[5640,4195],[5645,4198],[5641,4206],[3402,6460],[5645,4204],[5646,4211],[5638,4216],[5643,4215],[5651,4214],[5656,4213],[5663,4212],[3395,6460],[5670,4211],[5670,4156],[5671,4165],[5672,4173],[5673,4182],[5674,4190],[3388,6465],[5676,4208],[5310,4034],[5317,4037],[5323,4039],[5329,4041],[5335,4038],[5340,4035],[5346,4030],[5352,4025],[5358,4021],[3381,6465],[5363,4017],[5370,4012],[5377,4007],[3374,6469],[5317,4027],[5323,4023],[5328,4019],[5328,4011],[5332,4021],[5336,4030],[3526,6950],[5381,3997],[5377,3990],[5374,3983],[5371,3976],[5367,3968],[5371,3962],[5378,3955],[5382,3961],[3520,6950],[5385,3968],[5389,3976],[5392,3982],[5397,4032],[5394,4024],[5390,4016],[5385,4006],[5387,3945],[5391,3950],[5394,3958],[3514,6944],[5397,3964],[5401,3972],[5403,3976],[5409,3972],[5416,3967],[5420,3974],[5422,3980],[5426,3988],[5430,3997],[5434,4003],[3506,6945],[5421,3961],[5427,3956],[5435,3950],[5441,3946],[5445,3942],[5453,3937],[5413,3979],[5416,3984],[5647,371],[5651,379],[4733,7103],[3501,6938],[5655,386],[5660,393],[5664,400],[5668,406],[5672,413],[5676,421],[5680,430],[5683,438],[5670,401],[3495,6938],[5675,396],[5679,390],[5683,383],[3826,2977],[3819,2977],[3815,2983],[9233,5838],[9235,5850],[9237,5862],[9239,5874],[2740,6299],[9241,5886],[9243,5897],[9245,5909],[9247,5921],[9249,5933],[9251,5945],[9253,5957],[9255,5968],[9257,5981],[9259,5992],[2735,6299],[9261,6003],[9263,6016],[9265,6027],[9268,6037],[9613,6504],[9623,6524],[9633,6544],[9621,6521],[5421,6495],[5489,690],[5485,697],[5427,6491],[5482,703],[5477,711],[5474,718],[5469,726],[5465,734],[5255,7933],[5462,742],[5457,741],[5450,738],[5443,736],[5436,734],[5429,732],[5423,730],[5415,727],[5407,724],[5400,722],[5251,7928],[5394,720],[5393,712],[5394,703],[5395,692],[5396,683],[5395,675],[5403,676],[5409,677],[5416,678],[5423,679],[5245,7926],[5430,680],[5437,682],[5443,684],[5449,688],[5457,692],[5464,696],[5470,700],[5476,703],[5439,690],[5241,7920],[5437,697],[5436,707],[5434,717],[5432,725],[4726,7103],[5456,681],[5463,669],[5383,802],[5390,806],[5397,810],[5404,814],[5410,818],[5416,821],[5419,813],[5421,806],[5232,7909],[5423,799],[5426,792],[5413,810],[5416,802],[5418,794],[5421,786],[7892,4224],[7901,4225],[7910,4227],[7919,4228],[5226,7904],[7929,4230],[7938,4232],[7944,4233],[7952,4235],[7959,4236],[7968,4238],[7975,4239],[7983,4240],[4464,4613],[4455,4606],[5222,7898],[4449,4601],[4459,4611],[5519,4373],[5521,4366],[5517,4360],[5519,4353],[5515,4349],[5514,4339],[5510,4331],[5514,4329],[5509,4324],[5513,4320],[2707,4479],[5508,4317],[5511,4312],[5507,4309],[5508,4298],[5506,4288],[5505,4281],[5504,4273],[5503,4265],[5501,4256],[5500,4246],[2699,4481],[5499,4236],[5497,4228],[5503,4223],[5510,4222],[5517,4220],[5525,4218],[5533,4248],[5531,4238],[5530,4230],[5529,4221],[2690,4483],[5528,4213],[5526,4205],[5525,4196],[5524,4188],[5523,4179],[5517,4176],[5510,4176],[5504,4175],[5502,4185],[5502,4199],[2682,4485],[5513,4193],[5530,4190],[5539,4184],[5549,4178],[5557,4175],[5557,4183],[5556,4193],[5549,4194],[5543,4196],[5537,4197],[4242,3963],[5559,4203],[5560,4212],[5560,4225],[5541,4231],[5539,4220],[5538,4211],[5556,4161],[5556,4152],[5557,4143],[5557,4134],[4720,7104],[4243,3957],[5558,4125],[5559,4116],[5559,4107],[5560,4099],[4248,3957],[4113,5088],[5194,5075],[5188,5074],[5192,5081],[5187,5081],[5186,5085],[5184,5091],[5178,5105],[4248,3951],[5175,5112],[5173,5118],[5171,5121],[4259,3949],[4255,3946],[4262,3944],[4260,3942],[591,4931],[594,4927],[598,4921],[3158,3583],[602,4916],[5184,5106],[605,4910],[5177,5102],[606,4902],[608,4895],[5426,4115],[5426,4124],[5426,4131],[5458,4146],[5470,4146],[3953,7212],[5470,4140],[5474,4133],[5484,4141],[5497,4148],[5519,4134],[5529,4128],[5534,4114],[5508,4128],[3963,7212],[5524,4102],[5537,4097],[5548,4098],[5558,4099],[5531,4081],[5520,4068],[5512,4067],[5517,4058],[5516,4038],[5500,4029],[3973,7213],[5492,4038],[5483,4049],[5474,4041],[5475,4057],[5449,4042],[5444,4046],[5438,4063],[3985,7213],[5440,4068],[5442,4073],[5444,4078],[5447,4082],[5449,4088],[5457,4082],[5459,4089],[5455,4092],[5450,4095],[5446,4098],[3797,5342],[5442,4101],[5438,4104],[5433,4109],[5432,4119],[5439,4115],[5442,4112],[5446,4109],[5450,4106],[3799,5351],[5454,4103],[5458,4099],[5462,4096],[5466,4102],[5470,4098],[5464,4111],[5468,4121],[3164,3587],[3795,5358],[5476,4126],[5479,4119],[5487,4113],[5492,4109],[5504,4096],[5500,4072],[5495,4059],[5460,4057],[3796,5367],[5455,4046],[5454,4062],[5457,4077],[5462,4074],[5466,4075],[5468,4078],[3792,5375],[5478,4091],[5487,4086],[5495,4080],[5479,4085],[5474,4074],[5479,4069],[3794,5383],[5466,4070],[5370,4281],[5367,4272],[5371,4265],[5368,4254],[5372,4247],[5371,4238],[5376,4230],[5369,4233],[5374,4223],[3790,5391],[5378,4214],[5376,4206],[5380,4198],[5377,4192],[5381,4182],[5386,4172],[5396,4173],[5405,4174],[3792,5400],[5383,4164],[5379,4173],[5380,4155],[5381,4141],[5387,4135],[5387,4125],[5395,4122],[5398,4114],[3788,5409],[5405,4058],[5407,4109],[5410,4100],[5413,4087],[5415,4072],[5411,4062],[5405,4048],[5372,4271],[5373,4255],[3790,5419],[3786,5427],[5460,4301],[5460,4291],[5461,4282],[5462,4272],[5462,4261],[5463,4252],[3787,5437],[5464,4242],[5476,4182],[5478,4172],[5479,4164],[5471,4187],[5464,4231],[5462,4220],[5462,4211],[5463,4203],[5464,4193],[3158,3593],[3810,7964],[5464,4182],[5465,4173],[5461,4169],[5452,4168],[5444,4167],[5437,4165],[5429,4164],[5421,4163],[5420,4170],[5419,4178],[3816,7959],[5430,4185],[5437,4185],[5444,4186],[5452,4187],[5422,4185],[5415,4185],[5409,4182],[5408,4192],[5407,4203],[5407,4212],[3822,7953],[5406,4220],[5406,4229],[5405,4239],[5404,4248],[5405,4259],[5405,4265],[5403,4274],[5405,4280],[5402,4285],[5459,4228],[3828,7947],[5451,4227],[5443,4226],[5437,4225],[5454,4233],[5446,4232],[5440,4231],[5433,4230],[5430,4224],[5425,4228],[3833,7941],[5409,4276],[5417,4277],[5425,4278],[5431,4279],[5436,4279],[5443,4280],[5454,4281],[3838,7935],[5427,4281],[5427,4289],[5426,4296],[3843,7927],[5399,4270],[5403,4254],[5403,4259],[5403,4264],[5402,4267],[5580,4373],[5581,4363],[3849,7920],[5576,4358],[5578,4350],[5573,4344],[5576,4336],[5572,4331],[5575,4324],[5571,4314],[5573,4308],[5569,4301],[5571,4293],[3854,7912],[5566,4282],[5565,4272],[5564,4264],[5562,4255],[5556,4245],[5550,4247],[5544,4248],[5537,4250],[5533,4264],[3859,7904],[5529,4251],[5522,4252],[5515,4253],[5508,4254],[5545,4238],[5553,4237],[5299,4134],[5301,4138],[5306,4134],[5311,4139],[3165,3594],[3864,7898],[5317,4136],[5324,4137],[5330,4141],[5331,4137],[5338,4138],[5344,4143],[5349,4139],[5354,4144],[5360,4141],[3869,7891],[5366,4145],[5380,4135],[5377,4128],[5374,4122],[3873,7884],[5372,4142],[5377,4147],[5393,4144],[5387,4148],[5404,4146],[5398,4149],[5413,4147],[5409,4150],[5413,4141],[3879,7876],[5417,4142],[5423,4143],[5407,4159],[5410,4165],[5419,4151],[5426,4148],[5430,4152],[5435,4147],[5441,4154],[5447,4148],[3884,7870],[5451,4155],[5459,4150],[5464,4156],[5468,4150],[5475,4157],[5479,4152],[5485,4160],[5490,4153],[5495,4161],[5500,4154],[3889,7862],[5505,4162],[5511,4155],[5516,4163],[5521,4157],[5524,4164],[5532,4159],[5537,4164],[5542,4160],[5549,4166],[3894,7854],[5557,4167],[5567,4161],[5566,4170],[5575,4165],[5292,4137],[5985,3039],[5994,3044],[6002,3049],[5988,3050],[5994,3054],[2376,2481],[6001,3057],[6001,3078],[6002,3098],[6005,3084],[6008,3094],[6012,3104],[6020,3109],[6026,3113],[2382,2476],[6033,3116],[6039,3120],[6046,3124],[6053,3129],[6058,3135],[6064,3140],[5962,3124],[5969,3128],[5976,3132],[5988,3139],[2388,2472],[5995,3144],[6001,3148],[6006,3158],[6009,3164],[6013,3173],[6017,3182],[6021,3191],[3161,3602],[2394,2467],[5999,3067],[6009,3144],[4123,5307],[6009,3132],[6015,3125],[6015,3135],[6163,4620],[6153,4620],[6143,4621],[6135,4622],[6125,4623],[6123,4608],[6115,4606],[4121,5297],[6113,4592],[6120,4595],[6127,4600],[6137,4602],[6147,4601],[6156,4600],[6159,4611],[6260,4717],[4125,5289],[6262,4728],[6273,4760],[6276,4769],[6279,4777],[6281,4786],[6284,4795],[6288,4799],[4123,5280],[6295,4804],[6301,4809],[6307,4813],[6317,4821],[6322,4826],[4127,5271],[6327,4832],[6331,4838],[6336,4836],[6341,4834],[6340,4840],[6360,4863],[6368,4875],[6363,4880],[4125,5262],[6358,4879],[6315,4759],[6308,4763],[6301,4767],[6293,4771],[6285,4775],[6352,4887],[6349,4894],[6341,4900],[6335,4903],[4129,5253],[6314,4911],[6293,4910],[6281,4909],[6340,4909],[6344,4916],[6351,4911],[4127,5243],[6348,4924],[6352,4933],[6361,4941],[6356,4950],[6347,4957],[6352,4977],[6353,4984],[4131,5236],[6358,4905],[6342,4941],[6331,4948],[6320,4953],[6305,4953],[6295,4954],[3167,3601],[4129,5228],[6299,4940],[6281,4927],[6283,4943],[6288,4957],[6293,4969],[6301,4988],[6311,5003],[6308,4983],[6309,4968],[4133,5222],[6348,4970],[6353,4966],[6357,4962],[6362,4959],[6366,4955],[6402,4953],[6395,4957],[6393,4961],[6387,4964],[4130,5215],[6380,4969],[6373,4974],[6366,4990],[6907,4949],[6896,4953],[6886,4956],[6876,4960],[6869,4962],[6860,4965],[6851,4969],[4134,5208],[6841,4972],[6831,4975],[6825,4978],[6819,4984],[6817,4980],[6814,4986],[6809,4983],[4926,3760],[4931,3769],[4929,3776],[4132,5201],[4927,3785],[4924,3794],[4930,3797],[4937,3801],[4928,3791],[4935,3795],[4942,3798],[4941,3770],[4946,3773],[4955,3771],[4136,5196],[4955,3768],[4958,3769],[4963,3764],[4965,3754],[4967,3740],[4964,3736],[4961,3735],[4966,3769],[4970,3764],[4962,3774],[4970,3774],[4953,3777],[4961,3780],[4969,3784],[4976,3788],[4978,3777],[4987,3773],[4991,3775],[4997,3778],[5003,3781],[3996,7863],[4981,3768],[4990,3762],[4998,3765],[5005,3769],[4984,3759],[4988,3748],[4990,3739],[4993,3730],[4983,3722],[4975,3718],[3990,7864],[4994,3753],[4998,3745],[5000,3733],[5011,3739],[5020,3742],[5010,3752],[5007,3762],[5028,3744],[5025,3754],[5023,3763],[3983,7868],[5017,3781],[5021,3787],[5029,3791],[5035,3794],[5042,3797],[5045,3789],[5047,3784],[5048,3778],[5050,3773],[3163,3609],[3978,7873],[5054,3782],[5057,3775],[5064,3787],[5035,3753],[5041,3770],[5035,3775],[5030,3780],[5036,3783],[4951,3764],[4954,3754],[3973,7879],[4957,3742],[4951,3737],[4944,3733],[4942,3723],[4945,3713],[4948,3703],[4949,3725],[4957,3725],[4960,3714],[4955,3706],[3967,7886],[4968,3724],[4969,3715],[4954,3696],[4963,3691],[4961,3699],[4974,3696],[4969,3703],[4982,3701],[4976,3707],[4988,3704],[3963,7891],[4983,3711],[4996,3708],[4991,3716],[5001,3711],[4998,3720],[5015,3719],[5006,3725],[5025,3725],[5013,3729],[5033,3729],[3958,7898],[5020,3732],[5041,3733],[5028,3736],[5047,3736],[5034,3739],[5053,3740],[5040,3743],[5059,3743],[5047,3746],[5053,3749],[3954,7902],[5064,3746],[5060,3752],[5074,3739],[5063,3760],[5072,3751],[5060,3770],[5067,3776],[5084,3758],[5075,3780],[3948,7909],[5092,3762],[5083,3784],[5099,3765],[5090,3788],[5069,3760],[5067,3769],[5076,3763],[5075,3773],[5082,3767],[5082,3778],[3944,7914],[5089,3771],[5090,3782],[5096,3774],[5103,3763],[5108,3756],[5103,3771],[5093,3798],[5098,3789],[5088,3816],[3939,7921],[5093,3809],[5086,3826],[5105,3842],[5099,3837],[5090,3830],[5079,3826],[5071,3826],[5064,3823],[5067,3817],[5063,3815],[3933,7928],[5056,3812],[5042,3804],[5045,3806],[5034,3800],[5023,3796],[5068,3803],[5082,3811],[5081,3797],[5071,3792],[5496,3832],[3169,3607],[3928,7934],[5502,3841],[5509,3849],[5519,3853],[5528,3857],[5522,3863],[5537,3860],[5548,3866],[5557,3869],[5569,3874],[5581,3879],[3924,7939],[5594,3884],[5557,3877],[5547,3878],[5552,3880],[5520,3872],[5530,3875],[5561,3888],[5566,3890],[5576,3894],[5585,3898],[3918,7946],[5595,3901],[5554,3890],[5519,3880],[5529,3884],[5538,3888],[5548,3892],[5556,3895],[5564,3898],[5573,3902],[5582,3905],[3913,7953],[5591,3909],[5598,3894],[5601,3884],[5607,3873],[5613,3860],[5618,3845],[5616,3832],[5619,3820],[5580,3867],[5595,3870],[3909,7962],[5602,3857],[5608,3842],[5594,3830],[5580,3818],[5712,3744],[5718,3749],[5725,3755],[5731,3761],[5732,3767],[5728,3775],[3903,7966],[5724,3782],[5720,3790],[5737,3766],[5742,3770],[5747,3775],[5753,3780],[5749,3768],[5753,3759],[5756,3743],[5757,3751],[3896,7972],[5766,3751],[5736,3759],[5740,3752],[5744,3745],[5740,3736],[5734,3730],[5727,3724],[5748,3737],[5753,3729],[5758,3736],[3890,7976],[5765,3741],[5772,3748],[5775,3755],[5779,3744],[5791,3739],[5802,3735],[5813,3733],[5816,3745],[5820,3758],[5735,3858],[3885,7982],[5733,3845],[5730,3831],[5726,3815],[5729,3796],[5735,3794],[5741,3792],[5747,3790],[5753,3787],[5759,3785],[3881,7987],[5778,3777],[5778,3771],[5776,3763],[5739,3866],[5828,3705],[5837,3715],[5844,3727],[5848,3739],[5852,3758],[3165,3614],[3878,7995],[5852,3769],[5853,3785],[5857,3800],[5860,3815],[5848,3756],[5870,3788],[5865,3771],[5859,3757],[5869,3754],[5880,3749],[3871,8001],[5890,3746],[5901,3744],[3868,8008],[5863,3825],[5861,3686],[5864,3696],[5866,3704],[5868,3713],[5873,3712],[5881,3710],[5887,3707],[5895,3704],[3861,8015],[5901,3702],[5906,3690],[5900,3692],[5892,3695],[5885,3697],[5897,3714],[5900,3723],[5903,3732],[3858,8023],[5910,3730],[5917,3727],[5359,737],[5360,727],[5361,718],[5362,713],[5362,703],[5363,693],[5371,689],[3852,8027],[5377,682],[5385,678],[5364,681],[5365,672],[5366,662],[5366,653],[5368,642],[5368,633],[5370,618],[5372,605],[3849,8035],[5374,592],[5365,587],[5356,580],[5348,579],[5343,590],[5336,599],[5331,611],[5334,587],[5324,580],[3843,8039],[5361,668],[5288,545],[5286,559],[5276,588],[5269,607],[3839,8048],[5262,625],[5254,646],[5300,573],[5288,583],[5279,604],[5272,622],[5266,640],[5272,653],[5284,656],[3920,7941],[5309,573],[5301,586],[5299,600],[5327,555],[5324,562],[5319,570],[3171,3613],[3916,7937],[5314,579],[5309,588],[5305,596],[5301,605],[5298,613],[5296,622],[5294,631],[5292,641],[5290,651],[5288,661],[3913,7933],[5286,683],[5291,673],[5300,675],[5310,679],[5320,680],[5327,683],[5335,685],[5342,688],[5349,690],[5356,692],[5199,7945],[5355,703],[5317,615],[5319,643],[5326,646],[5324,656],[5322,664],[5320,674],[5337,630],[5336,638],[5334,647],[5202,7951],[5332,657],[5329,667],[5328,676],[5339,657],[5346,660],[5353,664],[5353,673],[5352,682],[5362,632],[5355,630],[5208,7956],[5349,628],[5342,625],[5334,621],[5329,618],[5323,615],[5315,610],[5308,606],[5286,594],[5266,576],[5261,570],[5213,7959],[5255,560],[5262,549],[5268,539],[5277,548],[5263,561],[5271,550],[5269,567],[5277,556],[4435,3226],[4437,3238],[5218,7963],[4441,3224],[4449,3221],[4452,3232],[4458,3218],[4460,3229],[4466,3214],[4469,3226],[4474,3211],[4477,3222],[4482,3207],[4485,3218],[4490,3204],[4493,3215],[4498,3200],[4501,3211],[4506,3197],[4509,3208],[4528,3187],[4531,3198],[4535,3183],[4538,3194],[4541,3180],[4545,3191],[4548,3177],[4551,3188],[4555,3174],[4558,3185],[4561,3171],[4564,3182],[4567,3168],[4571,3179],[4574,3165],[4577,3176],[4581,3162],[4584,3173],[4587,3159],[4590,3170],[4593,3156],[4596,3166],[3167,3622],[4449,3303],[4445,3289],[4441,3283],[4443,3272],[4437,3268],[4439,3257],[4433,3251],[4435,3242],[4430,3234],[4431,3224],[4427,3217],[4427,3207],[4423,3201],[4423,3190],[6613,3691],[6613,3705],[6609,3720],[6614,3725],[6609,3741],[6604,3755],[6597,3768],[6598,3797],[6589,3782],[6580,3801],[6574,3833],[6581,3818],[6556,3798],[6547,3800],[6535,3803],[6523,3805],[6595,3678],[6594,3668],[6594,3688],[6597,3703],[6598,3715],[6600,3729],[6592,3750],[6586,3761],[6580,3772],[6573,3779],[6563,3781],[6551,3787],[6544,3788],[6537,3790],[6529,3791],[6522,3787],[6515,3778],[6511,3772],[6506,3765],[6502,3757],[6498,3749],[6495,3740],[6493,3731],[6492,3723],[6490,3713],[6489,3706],[6488,3696],[6486,3688],[6485,3680],[6532,3695],[6533,3711],[6533,3727],[6536,3740],[6539,3753],[6533,3764],[6542,3776],[6528,3755],[6516,3745],[6513,3730],[6511,3718],[6520,3706],[6513,3708],[6506,3710],[6499,3712],[6537,3676],[6538,3687],[6540,3696],[6541,3704],[6542,3712],[6543,3722],[6545,3731],[6546,3742],[6547,3751],[6547,3759],[6548,3769],[6550,3779],[6556,3774],[6560,3758],[6573,3756],[3173,3620],[6579,3738],[6553,3753],[6551,3739],[6565,3727],[6555,3730],[6576,3725],[6577,3714],[6580,3710],[6588,3731],[6549,3726],[6547,3712],[6553,3705],[6564,3702],[6570,3710],[6576,3700],[6587,3699],[6657,4062],[6649,4064],[6642,4065],[6634,4062],[6627,4060],[6619,4057],[6617,4047],[6615,4036],[6613,4026],[6618,4021],[6626,4019],[6612,4015],[6610,4006],[6612,3997],[6628,3993],[6637,3991],[6645,3989],[6648,3999],[6647,4009],[6642,4019],[6629,4003],[6631,4014],[6618,4013],[6626,4013],[6636,4022],[6632,4024],[6633,4037],[6635,4048],[6637,4058],[6650,4106],[6651,4120],[6651,4133],[6653,4153],[6654,4174],[6594,4044],[6592,4036],[6588,4029],[6588,4022],[6596,4032],[6592,4027],[6592,4021],[6585,4014],[6584,4005],[6585,3996],[6580,3980],[6584,3990],[6577,3970],[6581,3968],[6581,3964],[6582,3959],[6587,3957],[6584,3963],[6586,3967],[6584,3967],[6586,3989],[6593,3998],[6603,3998],[6619,3995],[6538,3896],[6538,3904],[6541,3915],[6542,3924],[3169,3629],[6544,3937],[6550,3937],[6558,3934],[6567,3932],[6533,3941],[6532,3881],[6531,3875],[3413,6312],[6532,3868],[6523,3870],[6520,3863],[6515,3861],[6556,3878],[6556,3869],[6553,3860],[6555,3854],[6561,3858],[3412,6308],[6543,3864],[6536,3857],[6523,3941],[6512,3945],[6504,3946],[6541,3886],[6547,3885],[6553,3883],[6558,3889],[6560,3901],[6563,3903],[6563,3908],[6565,3917],[6558,3919],[6550,3922],[6550,3907],[6519,3893],[6515,3894],[6514,3901],[6508,3895],[6511,3899],[6511,3904],[6508,3901],[6504,3898],[6503,3900],[6504,3905],[6502,3906],[6515,3906],[6515,3916],[6514,3916],[6512,3911],[6510,3917],[6508,3911],[6518,3911],[6524,3911],[6529,3910],[6534,3885],[6530,3886],[6526,3887],[6521,3890],[6511,3891],[6507,3891],[6506,3881],[6505,3874],[6498,3893],[6493,3894],[6488,3895],[6498,3889],[6502,3889],[6495,3888],[6483,3896],[6483,3890],[5972,3251],[5973,3259],[5974,3266],[5975,3273],[5977,3284],[5978,3292],[5979,3302],[5981,3311],[5982,3319],[5983,3329],[5985,3339],[5986,3349],[5988,3358],[5989,3368],[3175,3627],[5991,3379],[6512,3590],[6501,3592],[6489,3595],[6473,3608],[6468,3619],[6466,3633],[6471,3646],[6479,3654],[6485,3667],[6476,3666],[6475,3658],[6469,3669],[6468,3661],[6467,3653],[6464,3640],[6463,3627],[6463,3615],[6463,3598],[6471,3599],[6484,3588],[6510,3602],[6497,3605],[6485,3609],[6477,3624],[6477,3643],[6522,3530],[6511,3534],[6500,3536],[6490,3538],[6480,3545],[6474,3557],[6469,3570],[6471,3583],[6478,3594],[6464,3586],[6465,3574],[6468,3559],[6474,3546],[6479,3528],[6481,3515],[6497,3510],[6492,3520],[6484,3522],[6483,3532],[6494,3529],[6505,3528],[6503,3518],[6510,3516],[6512,3526],[6481,3569],[6488,3554],[6732,3488],[6735,3480],[6743,3478],[6730,3474],[6727,3460],[6719,3449],[6728,3450],[6740,3447],[6749,3445],[6755,3443],[6757,3435],[6746,3437],[6742,3426],[6737,3432],[6735,3417],[6701,3504],[6699,3493],[6698,3481],[6703,3472],[6715,3472],[6710,3466],[6709,3454],[6706,3444],[3363,6325],[6705,3432],[6710,3420],[6712,3431],[6714,3445],[6700,3559],[6686,3561],[6688,3544],[6716,3626],[6709,3625],[3362,6318],[6700,3629],[6691,3628],[6683,3620],[6678,3610],[6659,3588],[6676,3595],[6668,3577],[6675,3579],[6661,3572],[6679,3564],[2708,5885],[3172,3636],[3356,6322],[6666,3557],[6677,3549],[6672,3541],[6680,3540],[6680,3526],[6685,3529],[6825,3308],[6835,3308],[6845,3306],[6854,3304],[3347,6324],[6863,3312],[6866,3322],[6866,3336],[6868,3348],[6867,3360],[6879,3357],[6890,3355],[6906,3355],[6899,3358],[6893,3368],[3336,6324],[6895,3382],[6886,3387],[6884,3373],[6877,3388],[6873,3370],[6869,3382],[6862,3375],[6860,3363],[6856,3353],[6859,3344],[3326,6328],[6860,3330],[6894,3389],[6897,3434],[6887,3425],[6879,3414],[6871,3402],[6859,3391],[6843,3377],[6851,3382],[6851,3365],[3315,6335],[6850,3355],[6832,3302],[6832,3290],[6909,3358],[6909,3227],[6898,3230],[3309,6336],[6887,3233],[6875,3236],[6867,3238],[6857,3240],[6849,3242],[6847,3252],[6848,3265],[6850,3275],[6852,3292],[3307,6335],[6841,3387],[6838,3404],[6837,3419],[6835,3434],[6833,3453],[6831,3470],[6829,3488],[3300,6333],[6823,3482],[6808,3482],[6793,3480],[6811,3470],[6809,3458],[6808,3447],[6823,3437],[6812,3440],[3288,6330],[6831,3411],[6824,3402],[6821,3391],[6863,3407],[6865,3425],[6865,3437],[6855,3438],[6845,3439],[3275,6325],[6897,3441],[6889,3444],[6880,3445],[6868,3449],[6868,3464],[6858,3448],[6848,3455],[6842,3467],[6841,3480],[6843,3493],[3177,3635],[3262,6320],[6847,3505],[6846,3521],[6833,3526],[6823,3524],[6812,3531],[6802,3534],[6807,3519],[6798,3520],[6786,3518],[3251,6313],[6791,3512],[6783,3509],[6797,3500],[6816,3496],[6824,3499],[6836,3498],[6857,3467],[6853,3480],[6852,3495],[6818,3520],[3240,6305],[6826,3518],[6817,3512],[6825,3510],[6905,3446],[6770,3574],[6780,3571],[6788,3568],[6797,3566],[6805,3564],[6814,3561],[3245,6317],[7570,7534],[7574,7532],[7573,7539],[7566,7532],[7566,7539],[7558,7541],[7557,7535],[7551,7549],[3244,6319],[7552,7540],[7546,7564],[7547,7553],[7541,7581],[7541,7571],[7535,7597],[7536,7587],[7533,7610],[7529,7622],[7525,7636],[3237,6313],[7522,7646],[7513,7642],[7504,7637],[7494,7631],[7483,7629],[6794,3555],[6792,3547],[6783,3546],[3239,6314],[6775,3547],[6782,3536],[6781,3524],[6603,3369],[6602,3375],[6595,3382],[6588,3389],[6580,3396],[6572,3404],[6567,3418],[3241,6317],[6563,3429],[6559,3441],[6555,3451],[6550,3465],[6545,3475],[6541,3485],[6538,3497],[6536,3510],[6534,3518],[6532,3527],[3238,6316],[6529,3541],[6516,3550],[6509,3551],[6499,3557],[6526,3557],[6521,3562],[6523,3569],[6521,3582],[6518,3592],[6515,3607],[3243,6321],[6514,3617],[6511,3628],[6504,3639],[6494,3641],[6509,3640],[6507,3650],[6505,3661],[6523,3521],[3174,3643],[3240,6320],[3244,6325],[6527,3474],[6519,3489],[6513,3508],[6462,3545],[6488,3497],[6497,3482],[6509,3471],[6517,3457],[6528,3445],[3241,6323],[6542,3431],[6554,3418],[7184,4210],[7177,4202],[7170,4193],[7155,4198],[7143,4203],[7143,4216],[7164,4184],[7163,4172],[3248,6331],[7155,4172],[7145,4171],[7161,4162],[7163,4149],[7168,4137],[7170,4124],[7168,4111],[7177,4177],[7172,4159],[3258,6339],[7202,4183],[7195,4174],[7188,4164],[7186,4150],[7184,4139],[7181,4124],[7179,4112],[7177,4097],[7173,4085],[7178,4076],[3271,6345],[7184,4070],[7175,4064],[7173,4052],[7174,4037],[7182,4170],[7176,4147],[7180,4135],[7221,4159],[7213,4150],[3283,6350],[7207,4141],[7204,4128],[7202,4114],[7199,4100],[7198,4090],[3296,6353],[7249,4147],[7244,4140],[7235,4128],[7230,4118],[7227,4104],[7225,4089],[7223,4074],[3308,6354],[7222,4061],[7223,4052],[7220,4041],[7218,4027],[7216,4014],[7215,4001],[7213,3990],[7210,3982],[7208,3975],[7206,3969],[3318,6345],[7227,4050],[7228,4042],[7227,4035],[7226,4028],[7225,4020],[7224,4013],[7222,4006],[7221,3998],[7218,3991],[7223,3988],[3180,3641],[3317,6346],[7224,3980],[7278,4069],[7272,4059],[3315,6348],[7269,4066],[7270,4077],[7259,4069],[7250,4070],[7239,4073],[7228,4076],[7274,4048],[7268,4039],[7264,4032],[7256,4036],[3313,6350],[7254,4027],[7247,4039],[7242,4029],[7236,4025],[7235,4006],[7235,4002],[7236,3996],[7245,3991],[7258,3994],[3320,6341],[7239,3974],[7247,3977],[7265,3992],[7277,3998],[7285,4011],[7268,4006],[3405,6308],[7271,4003],[7276,4013],[7278,4009],[7287,4030],[7293,4043],[7290,4019],[7301,4016],[7215,4058],[3404,6314],[7202,4061],[7196,4055],[7194,4032],[7186,3997],[7188,4010],[7190,4024],[7189,4034],[6427,7670],[7192,4038],[7182,4050],[7208,3845],[6431,7676],[7209,3853],[7208,3858],[7204,3864],[7206,3873],[7202,3881],[7203,3893],[7200,3899],[7204,3912],[7202,3922],[7207,3930],[6604,7913],[7207,3940],[7214,3947],[7252,3875],[7247,3873],[7236,3870],[7225,3867],[7215,3865],[7194,3871],[7183,3869],[7173,3867],[6609,7918],[7194,3859],[7184,3857],[7173,3854],[7163,3853],[7155,3859],[7150,3870],[7149,3882],[7152,3893],[7158,3900],[7168,3903],[3176,3650],[6613,7924],[7185,3896],[7175,3910],[7176,3925],[7179,3939],[7183,3951],[7188,3963],[7189,3975],[7178,3983],[7197,3967],[7204,3963],[6617,7930],[7214,3956],[7219,3952],[7230,3945],[7239,3939],[7247,3934],[7243,3921],[7240,3910],[7219,3901],[7222,3894],[7232,3897],[6623,7937],[7240,3895],[7241,3881],[5920,3310],[5916,3318],[5915,3309],[5913,3301],[5911,3291],[5910,3320],[5908,3308],[5904,3296],[6627,7942],[5891,3294],[5883,3297],[5873,3300],[5875,3313],[5877,3327],[5863,3303],[5853,3306],[5842,3308],[5831,3312],[5907,3280],[6632,7949],[5901,3282],[5894,3284],[5885,3286],[5879,3288],[5870,3291],[5862,3293],[5855,3295],[5849,3297],[5842,3299],[5837,3300],[6637,7956],[5831,3302],[5824,3303],[5817,3303],[5820,3313],[5819,3324],[5818,3333],[5821,3379],[5831,3378],[5841,3377],[5851,3376],[6641,7961],[5873,3373],[5884,3372],[5865,3382],[5866,3397],[5867,3410],[5849,3373],[5855,3372],[5861,3372],[5867,3371],[6646,7968],[5896,3407],[5894,3394],[5896,3371],[5894,3357],[6650,7973],[5903,3351],[5914,3349],[5923,3355],[5928,3367],[5928,3385],[5929,3400],[5921,3398],[6654,7979],[5887,3383],[5875,3384],[3182,3648],[6658,7984],[6596,2972],[6604,2975],[6615,2982],[6624,2985],[6627,3024],[6634,2988],[6630,3010],[6639,2977],[6663,7990],[6633,2999],[6642,2962],[6642,2983],[6646,2947],[6646,2969],[6649,2934],[6649,2954],[6652,2922],[6652,2942],[6655,2909],[6668,7997],[6657,2897],[6652,2893],[6642,2889],[6631,2885],[6621,2881],[6638,2934],[6627,2939],[6622,2927],[6629,2930],[6672,8003],[6620,2936],[6667,3016],[6654,3020],[6669,3006],[6658,3006],[6673,2997],[6660,2996],[6683,3001],[6665,2986],[6668,2976],[6676,8008],[6666,2964],[6675,2965],[6657,2961],[6685,2967],[6696,2972],[6659,2943],[6681,8015],[6689,2905],[6690,2899],[6672,2994],[6675,2978],[6674,2962],[6677,2950],[6677,2937],[6683,2926],[6623,3134],[6685,8021],[6626,3121],[6631,3111],[6631,3102],[6635,3098],[6632,3091],[6637,3087],[6641,3081],[6649,3075],[6652,3086],[6657,3078],[6690,8027],[6661,3089],[6665,3081],[6669,3092],[6674,3084],[6677,3095],[6681,3087],[6677,3073],[6684,3063],[6684,3049],[6695,3048],[6695,8033],[6690,3039],[6699,3034],[6694,3023],[6701,3023],[6697,3015],[6706,3017],[6701,3011],[6713,3007],[6706,3006],[6715,2996],[6699,8040],[6709,2994],[6714,2983],[6716,2972],[6719,2962],[6721,2951],[6721,2938],[6714,2932],[6703,2927],[6693,2923],[3178,3657],[6704,8045],[6686,2920],[6674,3125],[6656,3100],[6653,3112],[6640,3070],[6629,3059],[6628,3045],[6708,8051],[6657,3070],[6665,3056],[6671,3058],[6670,3042],[6675,3044],[6679,3156],[6688,3150],[6683,3144],[6690,3134],[6712,8057],[6692,3124],[6696,3108],[6698,3094],[6693,3082],[6685,3075],[6691,3069],[6703,3087],[6698,3076],[6696,3064],[6699,3055],[6717,8063],[6559,3042],[6558,3048],[6579,3049],[6587,3052],[6595,3055],[6603,3058],[6612,3062],[6615,3055],[6619,3041],[6627,3033],[6722,8069],[6634,3030],[6645,3030],[6656,3028],[6665,3027],[6675,3025],[6684,3023],[6610,3072],[6601,3069],[6592,3066],[6584,3063],[6726,8075],[6575,3059],[6577,3040],[6586,3043],[6596,3047],[6606,3051],[6508,3313],[6518,3319],[6533,3324],[6543,3323],[6730,8080],[6550,3316],[6561,3307],[6570,3297],[6581,3286],[6590,3281],[6598,3274],[6606,3269],[6615,3261],[6625,3251],[6633,3244],[6734,8086],[6641,3236],[6644,3225],[6648,3212],[6650,3199],[6653,3186],[6657,3171],[6658,3164],[6660,3178],[6657,3188],[6655,3199],[6739,8092],[6653,3209],[6651,3217],[6648,3230],[6558,3289],[6562,3293],[6565,3280],[6433,7683],[6570,3264],[6573,3249],[6587,3244],[6598,3247],[6591,3258],[6604,3249],[6609,3251],[6650,3179],[6505,3267],[6517,3271],[3184,3655],[6438,7686],[6526,3274],[6536,3278],[6546,3282],[6555,3280],[6558,3265],[6548,3256],[6538,3253],[6536,3260],[6547,3264],[6543,3294],[6441,7693],[6547,3301],[6540,3305],[6530,3301],[6525,3261],[6528,3248],[6532,3232],[6533,3242],[6551,3249],[6558,3240],[6560,3230],[6446,7696],[6522,3199],[6532,3201],[6545,3205],[6546,3196],[6554,3208],[6555,3200],[6564,3212],[6565,3203],[6570,3222],[6559,3221],[6449,7704],[6549,3221],[6535,3218],[6538,3195],[6548,3181],[6554,3160],[6551,3145],[6565,3159],[6579,3166],[6585,3156],[2682,1986],[6577,3234],[6580,3222],[6583,3206],[1973,5611],[6586,3191],[6598,3141],[6596,3150],[6593,3163],[6593,3176],[6592,3184],[6599,3187],[6606,3189],[6612,3183],[6616,3167],[1965,5615],[6620,3154],[6619,3196],[6628,3199],[6637,3205],[6611,3202],[6608,3217],[6604,3235],[6640,3194],[6642,3180],[6625,3179],[1956,5620],[3728,2296],[3725,2305],[3722,2314],[3720,2322],[3718,2330],[3715,2338],[3712,2346],[3712,2352],[3717,2352],[3725,2352],[1948,5625],[3728,2355],[3731,2362],[3735,2373],[3732,2379],[3726,2383],[3744,2377],[7838,6655],[7843,6639],[7848,6622],[7847,6606],[1940,5629],[7845,6595],[7843,6581],[7842,6568],[7841,6552],[7839,6537],[7838,6524],[7836,6511],[7835,6505],[3181,3665],[1931,5633],[1923,5637],[7869,6554],[7885,6585],[7883,6573],[7883,6559],[7881,6548],[7877,6550],[7889,6549],[7899,6545],[1915,5639],[7908,6544],[7919,6541],[7929,6539],[7940,6537],[7950,6535],[7960,6533],[7964,6524],[7963,6513],[7946,6510],[1906,5644],[7935,6512],[7926,6507],[7917,6506],[7907,6514],[7958,6505],[7961,6502],[7956,6496],[7960,6490],[7954,6482],[7958,6473],[1897,5648],[7951,6472],[7941,6474],[7931,6476],[7921,6478],[7920,6468],[6710,3152],[6722,3139],[6713,3145],[6726,3122],[6716,3131],[1889,5654],[6731,3112],[6720,3117],[6739,3106],[6725,3103],[6748,3099],[6731,3093],[6746,3091],[6738,3086],[6748,3080],[6751,3066],[1880,5667],[6755,3055],[6762,3048],[6771,3042],[6774,3031],[6777,3019],[6779,3013],[1871,5670],[6781,3002],[6784,2989],[6788,2976],[6792,2965],[6795,2952],[6798,2939],[6803,2926],[6795,2930],[1862,5674],[6806,2914],[6809,2901],[6812,2890],[6806,2933],[6815,2937],[6825,2939],[1853,5677],[6835,2939],[6846,2939],[6851,2925],[6851,2909],[6851,2899],[6851,2883],[6851,2874],[3186,3663],[1843,5681],[6863,2926],[6875,2926],[6861,2916],[6861,2903],[6859,2895],[6773,3164],[6776,3152],[6779,3141],[6783,3124],[6784,3135],[1832,5685],[6794,3139],[6803,3144],[6804,3138],[6811,3128],[6801,3122],[6792,3119],[6786,3110],[6783,3102],[6773,3099],[6775,3087],[1823,5688],[6779,3077],[6789,3081],[6763,3094],[6757,3097],[6752,3090],[6752,3107],[6761,3110],[6770,3115],[6777,3113],[1815,5692],[6908,3037],[6899,3036],[1806,5694],[6888,3036],[6879,3036],[6880,3029],[6890,3028],[6899,3028],[6881,3045],[6873,3019],[6873,3044],[6870,3006],[6861,3042],[1798,5696],[6868,3034],[6854,3041],[6859,3033],[6849,3033],[6839,3030],[6829,3027],[6819,3023],[6804,3028],[6807,3019],[6795,3025],[1789,5696],[6797,3015],[6785,3020],[6786,3011],[6814,3026],[6810,3041],[6807,3056],[6807,3063],[6803,3078],[6801,3090],[6811,3069],[3620,6512],[6819,3071],[6813,3019],[6816,3008],[6824,3010],[6833,3012],[6843,3013],[6845,3029],[6818,2997],[6821,2986],[3620,6520],[6852,2986],[6853,2969],[6852,2959],[3623,6530],[6847,2959],[6824,2974],[6840,2959],[6827,2959],[6834,2960],[6830,2947],[6852,2949],[6843,2950],[6837,2948],[2744,5938],[3183,3673],[3622,6538],[6843,2945],[6801,2856],[6803,2843],[6802,2831],[6802,2820],[6792,2805],[6802,2803],[6802,2789],[6801,2779],[6792,2779],[3625,6546],[6781,2779],[6778,2771],[6776,2762],[6768,2762],[6755,2762],[6758,2755],[6744,2763],[6748,2755],[6733,2763],[6736,2755],[3624,6556],[6723,2767],[6725,2759],[6713,2762],[6715,2755],[6702,2758],[6707,2752],[6696,2748],[6688,2744],[6677,2741],[6670,2749],[3627,6565],[6667,2761],[6671,2769],[6667,2783],[6700,2769],[6707,2772],[6713,2776],[6664,2789],[6654,2785],[6645,2781],[6636,2778],[3626,6575],[6630,2777],[6792,2819],[6751,2855],[6742,2840],[6749,2845],[6742,2827],[6748,2833],[6748,2822],[6748,2807],[6748,2794],[3630,6584],[6748,2782],[6748,2769],[6736,2782],[6729,2782],[6754,2814],[6767,2813],[3628,6594],[6778,2813],[6784,2814],[6756,2779],[6766,2788],[6775,2797],[6782,2802],[6638,2850],[6641,2837],[6644,2823],[6651,2815],[3632,6601],[6660,2819],[6671,2823],[6675,2818],[6682,2803],[6684,2794],[6687,2781],[6691,2767],[6693,2760],[6707,2785],[6698,2793],[3631,6610],[6704,2797],[6703,2809],[6699,2826],[6695,2839],[6692,2852],[6687,2851],[6642,2828],[6632,2825],[3631,6618],[6622,2821],[6853,2701],[6853,2724],[6834,2732],[6845,2731],[6853,2734],[6853,2749],[6854,2763],[6854,2775],[3189,3670],[3627,6628],[6852,2786],[6832,2786],[6823,2786],[6814,2786],[6820,2801],[6826,2804],[6852,2797],[6916,2762],[6904,2762],[3625,6638],[6894,2762],[6883,2763],[6873,2762],[6862,2762],[6848,2843],[6848,2832],[6849,2818],[6863,2811],[6863,2800],[3621,6645],[6863,2785],[6863,2772],[6875,2813],[6883,2812],[6669,4083],[3620,6654],[6678,4086],[6695,4092],[6705,4096],[6716,4100],[6726,4103],[6735,4107],[6744,4111],[6754,4114],[6762,4117],[6776,4123],[3611,6656],[6785,4126],[6794,4129],[6846,4151],[6853,4153],[6867,4159],[6869,4160],[6973,3874],[6972,3861],[6975,3841],[6974,3830],[3606,6662],[6973,3810],[6969,3800],[6968,3782],[6967,3773],[6961,3764],[6962,3781],[6962,3796],[6959,3804],[3599,6663],[6947,3805],[6939,3805],[6972,3854],[6972,3854],[6972,3848],[6971,3838],[6971,3831],[6970,3816],[6970,3808],[3593,6669],[6932,3881],[6942,3882],[6954,3881],[6963,3882],[6973,3883],[6981,3884],[6989,3884],[6993,3892],[7001,3884],[7004,3893],[3586,6669],[7013,3885],[7014,3893],[7022,3886],[7027,3893],[7033,3886],[7037,3893],[7037,3908],[7037,3921],[7056,3887],[3580,6666],[7067,3888],[7045,3887],[7046,3876],[7045,3864],[7045,3852],[7044,3840],[7036,3840],[7026,3840],[7011,3840],[7001,3839],[3185,3679],[3574,6660],[6991,3839],[6981,3839],[7005,3848],[7006,3863],[7007,3878],[6996,3759],[6996,3771],[3608,6669],[6997,3783],[6998,3797],[7007,3798],[7016,3797],[7026,3796],[7026,3804],[7026,3817],[7027,3830],[7020,3805],[7009,3806],[4715,7074],[6997,3807],[6989,3811],[6990,3800],[6990,3794],[6989,3787],[6989,3780],[6989,3771],[6989,3760],[5893,2804],[5899,2812],[4715,7083],[5905,2820],[5912,2829],[5917,2838],[5918,2861],[5919,2870],[5926,2879],[5925,2856],[5933,2866],[5940,2875],[5944,2884],[4716,7092],[5951,2895],[5957,2904],[5962,2914],[5965,2918],[5971,2926],[5976,2933],[5985,2944],[5993,2954],[4716,7101],[5954,2918],[5947,2928],[5945,2938],[5943,2949],[5941,2957],[5932,2960],[5948,2966],[5958,2969],[5968,2973],[5976,2975],[4717,7110],[5982,2967],[5984,2956],[5991,2959],[5817,2876],[5826,2887],[5811,2874],[5818,2885],[5827,2895],[5836,2905],[5844,2913],[4718,7119],[5852,2924],[5858,2932],[5866,2942],[5874,2950],[5884,2950],[5894,2954],[5898,2946],[5908,2934],[5915,2924],[5922,2913],[4718,7129],[5929,2904],[5936,2895],[5827,2911],[5820,2920],[5854,2856],[5863,2860],[5865,2870],[5873,2873],[5876,2884],[5891,2898],[1192,5085],[5889,2906],[5899,2908],[5895,2909],[5907,2918],[5922,2929],[5930,2931],[5938,2934],[5888,2910],[5891,2915],[5885,2916],[3191,3676],[1201,5088],[5887,2919],[5882,2920],[5885,2927],[5883,2934],[5889,2937],[5878,2941],[5882,2940],[5886,2942],[5907,2953],[5913,2944],[4302,8412],[5919,2956],[5936,2826],[5929,2836],[5921,2845],[5914,2848],[5907,2857],[5898,2855],[5891,2846],[5884,2837],[5901,2865],[4308,8413],[5895,2873],[5889,2881],[5884,2889],[5880,2896],[5873,2905],[5867,2913],[5862,2920],[6924,2962],[6934,2962],[6939,2954],[4314,8414],[6944,2963],[6949,2955],[6955,2963],[6959,2955],[6964,2963],[6974,2964],[6985,2964],[6979,2955],[6996,2964],[6990,2956],[4320,8416],[7002,2956],[7007,2946],[7011,2936],[7015,2927],[7018,2916],[7008,2911],[6999,2903],[4326,8417],[6990,2897],[6983,2891],[6975,2886],[6964,2878],[6955,2870],[6948,2870],[6940,2869],[6932,2869],[6941,2922],[6950,2923],[4332,8418],[6960,2923],[6964,2932],[6964,2947],[6968,2957],[6971,2947],[6971,2934],[6970,2921],[6971,2910],[6975,2900],[4333,8424],[6939,2994],[6950,2994],[6960,2995],[6971,2995],[6952,3003],[6952,3014],[6957,3014],[4333,8431],[6957,3003],[6985,2988],[6996,2988],[7005,2990],[7018,2989],[7023,2986],[7029,2991],[7035,2986],[7035,3003],[7038,2972],[4334,8439],[7035,3015],[7038,2957],[7038,2991],[7036,2942],[7049,2991],[7044,2986],[7055,2987],[7061,2991],[7066,3000],[7070,3009],[3187,3685],[4335,8447],[7075,3020],[7078,3023],[7085,3036],[7066,2987],[7076,2987],[7086,2987],[7098,2988],[7107,2988],[7098,3001],[7089,3009],[4335,8456],[7078,3009],[7072,2999],[7083,2998],[7012,2985],[7013,2971],[7014,2957],[7015,2944],[7020,2932],[7026,2922],[7033,2927],[4336,8465],[7041,2933],[7048,2938],[7056,2945],[7054,2959],[7054,2974],[7065,2963],[7066,2952],[7013,2998],[7013,3011],[7013,3025],[4337,8473],[7011,3037],[7022,3039],[7032,3041],[7039,3030],[7047,3022],[7054,3013],[7053,3000],[7053,3028],[7055,3036],[7044,3036],[4337,8481],[7035,3049],[7027,3053],[7017,3061],[7017,3053],[7009,3053],[7008,3065],[7015,3044],[7026,3045],[7000,3047],[7001,3025],[4338,8489],[6925,3036],[6937,3037],[6947,3037],[6956,3037],[6968,3038],[6978,3038],[6979,3023],[6979,3010],[6979,2997],[4339,8497],[6979,2986],[6979,2971],[6983,3047],[6970,3047],[6960,3046],[6950,3045],[6940,3046],[6673,2602],[4340,8505],[6682,2602],[6692,2606],[6700,2611],[6711,2619],[6703,2602],[6698,2587],[6708,2591],[6713,2583],[6717,2570],[6721,2554],[4340,8513],[6723,2542],[6726,2529],[6730,2517],[6726,2510],[6716,2505],[6705,2501],[6733,2501],[6737,2488],[6741,2475],[6743,2465],[4341,8521],[6735,2463],[6724,2459],[6714,2455],[6703,2451],[6746,2453],[6748,2440],[6752,2430],[6718,2592],[6731,2597],[6743,2603],[3193,3682],[4342,8530],[6755,2604],[6760,2587],[6761,2611],[6748,2451],[6749,2447],[6750,2444],[6751,2441],[6752,2437],[6753,2433],[6754,2429],[4342,8538],[6755,2425],[6772,2440],[6769,2450],[6766,2463],[6747,2463],[6755,2468],[6753,2480],[6750,2490],[6759,2501],[6766,2505],[4343,8546],[6762,2493],[6776,2509],[6773,2497],[6785,2511],[6788,2499],[6783,2502],[6795,2492],[6787,2493],[6803,2487],[4344,8554],[6797,2486],[6806,2479],[6803,2480],[6805,2470],[6808,2457],[6749,2454],[6751,2455],[6754,2456],[6757,2457],[4345,8562],[6760,2459],[6762,2460],[6765,2457],[6766,2455],[6766,2450],[6767,2449],[6768,2444],[6769,2440],[6770,2436],[6771,2434],[4346,8571],[6772,2430],[6679,2542],[6687,2550],[6697,2555],[6707,2559],[6717,2562],[6728,2566],[6737,2570],[6747,2574],[6746,2563],[4346,8577],[6756,2578],[6766,2582],[6779,2577],[6776,2586],[6777,2598],[6773,2611],[6783,2611],[6792,2615],[6803,2620],[6807,2614],[4347,8586],[6810,2602],[6813,2590],[6811,2583],[6802,2579],[6802,2569],[6805,2558],[6808,2547],[6811,2532],[6814,2520],[4348,8594],[6818,2510],[6826,2505],[6836,2499],[6837,2489],[6830,2486],[6821,2482],[6812,2479],[6736,2544],[6748,2549],[4349,8604],[6759,2544],[6768,2539],[6777,2542],[6776,2551],[6773,2562],[6770,2573],[6784,2544],[6793,2547],[6800,2550],[6854,2465],[3192,3691],[4348,8613],[6853,2474],[6856,2482],[6858,2489],[6853,2491],[6855,2500],[6851,2503],[6848,2514],[6845,2526],[6842,2538],[6839,2548],[4348,8621],[6837,2559],[6834,2569],[6831,2581],[6827,2589],[6837,2593],[6846,2597],[6854,2601],[6857,2590],[6859,2580],[6861,2571],[4349,8629],[6848,2482],[6844,2494],[6841,2507],[6838,2521],[6835,2533],[6832,2546],[6850,2535],[6859,2539],[6866,2536],[6869,2523],[4349,8636],[6874,2521],[6872,2510],[6880,2517],[6882,2510],[6890,2514],[6900,2516],[6903,2503],[6906,2491],[6910,2509],[6915,2511],[4350,8644],[6923,2509],[6926,2498],[6921,2523],[6918,2535],[6927,2516],[6933,2518],[6939,2521],[6945,2523],[6949,2517],[6948,2531],[4351,8652],[6945,2543],[6941,2558],[6910,2498],[6919,2502],[6946,2565],[6937,2561],[6928,2558],[4351,8659],[6921,2555],[6911,2549],[6902,2549],[6894,2555],[6887,2559],[6881,2568],[6878,2578],[6875,2590],[6872,2597],[6865,2601],[4352,8667],[6884,2593],[6892,2596],[6901,2599],[6902,2592],[6904,2584],[6913,2587],[6922,2591],[6930,2594],[6927,2607],[6925,2616],[4353,8673],[6935,2583],[6938,2571],[6859,2454],[6867,2449],[6861,2442],[6870,2438],[6864,2429],[6873,2427],[6868,2417],[6876,2415],[4354,8681],[6870,2402],[6878,2404],[6878,2398],[6870,2389],[6867,2376],[6864,2366],[6868,2359],[6877,2353],[6886,2346],[6861,2355],[3195,3699],[4354,8688],[6858,2357],[6857,2345],[6853,2334],[6848,2324],[6844,2311],[6842,2300],[6842,2291],[6846,2284],[6855,2278],[6841,2276],[4355,8697],[6838,2264],[6846,2448],[6848,2440],[6851,2432],[6854,2419],[6857,2406],[6858,2392],[4356,8703],[6859,2382],[6855,2371],[6856,2361],[6850,2360],[6848,2352],[6844,2340],[6840,2330],[6836,2319],[6831,2312],[6828,2303],[4356,8710],[6822,2292],[6816,2282],[6814,2269],[6829,2317],[6819,2323],[6810,2329],[6803,2334],[4357,8717],[6793,2341],[6787,2336],[6784,2347],[6779,2341],[6775,2353],[6770,2347],[6768,2356],[6760,2352],[6751,2348],[6741,2344],[4358,8724],[6733,2341],[6785,2356],[6783,2364],[6773,2369],[6770,2362],[6768,2375],[6765,2387],[6770,2402],[6761,2401],[6758,2413],[4358,8731],[6832,2257],[6823,2263],[6804,2275],[6795,2281],[6787,2287],[6780,2293],[6771,2298],[6764,2304],[6755,2308],[6752,2320],[6749,2331],[6746,2343],[6813,2437],[6819,2432],[6821,2420],[6824,2410],[6826,2398],[6822,2387],[6818,2377],[6828,2371],[6836,2365],[6844,2360],[6814,2368],[6810,2357],[6805,2346],[6797,2333],[6792,2324],[6788,2313],[6784,2303],[6790,2296],[6806,2362],[6796,2369],[6790,2373],[6782,2378],[6887,2399],[6894,2394],[6900,2390],[6908,2384],[3199,3707],[6916,2379],[6924,2374],[6929,2384],[6934,2394],[6938,2404],[6943,2415],[6949,2415],[6941,2427],[6946,2425],[6939,2439],[6943,2440],[6934,2456],[6939,2450],[6931,2470],[6928,2482],[6944,2462],[6901,2396],[6907,2411],[6911,2421],[6913,2429],[6922,2434],[6931,2437],[6902,2429],[6905,2437],[6905,2373],[6901,2364],[6896,2351],[6893,2339],[6889,2329],[6885,2318],[6881,2307],[6876,2296],[6872,2286],[6866,2293],[6857,2299],[6850,2304],[6868,2277],[6860,2271],[6851,2265],[6839,2258],[6900,2328],[6910,2326],[6921,2324],[6931,2321],[6941,2319],[7262,3696],[7251,3694],[7242,3695],[7246,3706],[7245,3717],[7239,3680],[7230,3702],[7220,3708],[7214,3699],[5648,5865],[7210,3687],[7219,3677],[7228,3668],[7238,3659],[7247,3654],[7260,3654],[7268,3744],[7257,3741],[7243,3739],[7234,3745],[5644,5856],[7231,3735],[7238,3731],[7241,3725],[7247,3730],[7253,3731],[7259,3732],[7264,3733],[7269,3734],[7212,3837],[7211,3825],[5637,5856],[7213,3812],[7215,3798],[7213,3782],[7210,3769],[7205,3754],[7200,3744],[7190,3750],[7185,3761],[5634,5847],[7189,3773],[7193,3787],[7192,3799],[7189,3820],[7201,3823],[7224,3830],[7219,3836],[7235,3833],[7228,3839],[7239,3842],[3203,3717],[5626,5846],[7247,3839],[7250,3823],[7250,3809],[7247,3798],[7252,3790],[7241,3784],[7228,3767],[7216,3774],[7239,3776],[7231,3758],[5623,5838],[6476,3401],[6485,3398],[6493,3407],[6503,3405],[6513,3412],[6523,3406],[5617,5833],[6533,3401],[6542,3392],[6550,3384],[6560,3371],[6565,3364],[6572,3355],[6594,3330],[6601,3323],[5610,5831],[6608,3315],[6615,3308],[6624,3302],[6632,3294],[6641,3286],[6658,3272],[6675,3258],[6682,3250],[5603,5834],[6685,3238],[6687,3227],[6690,3203],[6692,3194],[6694,3183],[6697,3178],[6691,3186],[6689,3191],[6685,3184],[5597,5829],[6685,3189],[6675,3185],[6672,3183],[6667,3182],[6663,3180],[6663,3176],[5590,5832],[5584,5834],[5578,5834],[5573,5835],[3207,3726],[5567,5835],[2891,2273],[6511,3393],[6518,3400],[6524,3397],[2895,2268],[6533,3393],[6540,3384],[6545,3375],[6547,3361],[6549,3352],[6556,3362],[6553,3345],[6562,3334],[2898,2263],[6654,3268],[2903,2257],[6673,3249],[6523,3414],[6531,3410],[6543,3401],[2907,2251],[6559,3383],[6570,3370],[6596,3338],[6603,3332],[6607,3327],[6616,3319],[6624,3312],[6629,3308],[6637,3301],[6643,3296],[3017,6593],[6650,3289],[6657,3284],[5790,2856],[5798,2853],[5782,2848],[5792,2844],[5775,2839],[5785,2835],[3212,3731],[3015,6597],[5768,2831],[5776,2825],[5760,2821],[5769,2817],[5744,2802],[5760,2805],[5738,2811],[5751,2795],[5733,2804],[5743,2787],[3016,6605],[5726,2795],[5738,2777],[5719,2787],[5726,2762],[5712,2777],[5720,2753],[5706,2769],[5713,2745],[5738,2792],[5706,2736],[3013,6611],[5700,2728],[5734,2756],[5718,2770],[5727,2748],[5722,2741],[5699,2754],[5715,2734],[5736,2785],[5708,2725],[5728,2777],[3015,6619],[5723,2768],[5694,2706],[5715,2759],[5686,2697],[5708,2751],[5680,2689],[5701,2741],[5674,2680],[5742,2771],[3012,6626],[5664,2670],[5741,2773],[5658,2662],[5651,2651],[5734,2765],[5647,2646],[5641,2639],[5638,2634],[3015,6631],[5630,2622],[5687,2711],[5623,2613],[5679,2701],[5618,2604],[5671,2691],[5618,2590],[5663,2681],[5618,2577],[5656,2672],[3016,6638],[5614,2566],[5644,2658],[5605,2555],[5694,2733],[5612,2546],[5688,2726],[5620,2536],[5625,2527],[5630,2521],[3020,6644],[5682,2719],[5674,2709],[5666,2698],[5658,2688],[5640,2664],[5634,2656],[5624,2644],[5617,2635],[5610,2626],[5604,2618],[3019,6652],[5596,2608],[5588,2597],[5611,2608],[5633,2644],[5611,2595],[5622,2630],[5611,2582],[5612,2617],[5611,2575],[5601,2604],[3022,6658],[5590,2589],[5744,2777],[5755,2788],[5758,2791],[5761,2796],[5765,2801],[5769,2806],[5773,2811],[5777,2816],[5780,2820],[3208,3736],[2234,4367],[5784,2823],[5787,2826],[5786,2819],[5789,2817],[5804,2852],[5804,2848],[5800,2848],[5800,2844],[5797,2844],[2241,4362],[5797,2839],[5787,2832],[5791,2827],[5794,2823],[5798,2818],[5802,2813],[5805,2809],[5808,2806],[2250,4355],[5703,2584],[5711,2585],[5694,2595],[5687,2605],[3691,7241],[5688,2611],[5679,2642],[5680,2621],[5672,2650],[5673,2630],[5667,2658],[5666,2639],[5651,2678],[5658,2649],[5643,2684],[3687,7239],[5651,2660],[5637,2692],[5644,2670],[5630,2701],[5637,2678],[5624,2709],[5630,2688],[5618,2718],[5624,2696],[5617,2705],[3683,7237],[5611,2714],[5612,2717],[5607,2720],[5602,2725],[5597,2733],[5597,2749],[5596,2762],[5589,2771],[5590,2783],[5597,2775],[3678,7235],[5597,2787],[5597,2800],[5597,2818],[5597,2830],[5597,2844],[5599,2854],[5707,2590],[5586,2748],[3674,7233],[5611,2791],[5618,2799],[5626,2810],[5636,2815],[5644,2822],[5654,2820],[3670,7230],[5685,2851],[5691,2859],[5700,2862],[5705,2855],[5712,2846],[5719,2837],[5729,2830],[5736,2821],[3228,6730],[5743,2814],[5752,2814],[5732,2813],[5727,2819],[5722,2826],[5727,2841],[5733,2849],[5739,2856],[5750,2865],[5763,2874],[3215,3737],[3228,6728],[5754,2841],[5748,2849],[5732,2866],[5725,2876],[5728,2887],[5735,2895],[5740,2902],[5719,2887],[5723,2893],[5729,2901],[3225,6727],[5785,2865],[5778,2873],[5770,2882],[5763,2888],[5756,2896],[5749,2905],[5697,2866],[5679,2596],[3224,6723],[5673,2589],[5675,2577],[5679,2568],[5673,2560],[5665,2552],[5657,2554],[5646,2553],[5638,2544],[5632,2542],[5632,2534],[3221,6723],[5640,2571],[5628,2579],[5706,2567],[5699,2559],[5692,2550],[5686,2542],[5679,2533],[5666,2513],[3220,6719],[5673,2541],[5590,2730],[5581,2720],[5573,2710],[5566,2701],[5559,2691],[5550,2679],[5545,2667],[5542,2655],[5541,2640],[3217,6718],[5543,2628],[5550,2617],[5568,2606],[5577,2600],[5550,2647],[5560,2640],[5573,2631],[5581,2625],[5603,2647],[3216,6714],[5610,2656],[5595,2635],[5604,2627],[5593,2645],[5588,2652],[5569,2664],[5559,2671],[5605,2682],[5612,2672],[3213,6712],[5619,2663],[5625,2655],[5608,2708],[5602,2700],[5596,2692],[5592,2682],[5585,2674],[5587,2660],[5580,2661],[5575,2648],[3209,6707],[5570,2638],[5565,2624],[5561,2614],[5555,2605],[5550,2594],[5653,2754],[5646,2745],[5640,2735],[5632,2727],[5623,2716],[5637,2711],[5644,2702],[5637,2747],[5638,2769],[5629,2758],[5643,2843],[5659,2813],[5664,2805],[5669,2799],[5688,2812],[3211,3743],[3202,6696],[5697,2820],[5709,2820],[5682,2805],[5674,2793],[5678,2783],[5679,2772],[5673,2765],[3199,6694],[5649,2839],[5658,2844],[5668,2851],[5676,2722],[5678,2747],[5676,2737],[5684,2747],[5667,2750],[5671,2757],[3196,6689],[5660,2761],[5654,2772],[5646,2780],[5640,2790],[5632,2798],[5711,2593],[5718,2602],[5725,2612],[5732,2621],[5739,2629],[3193,6685],[5744,2630],[5748,2639],[5755,2648],[5762,2656],[5769,2666],[5776,2676],[5784,2686],[5792,2696],[5800,2704],[5806,2714],[3188,6681],[5815,2725],[5822,2734],[5830,2742],[5834,2750],[5826,2761],[5825,2752],[5817,2761],[5811,2769],[5807,2779],[5800,2789],[3183,6679],[5793,2798],[5833,2770],[5839,2777],[5842,2788],[5849,2797],[3178,6685],[5754,2634],[5763,2645],[5772,2657],[5779,2667],[5818,2772],[5863,2809],[5838,2810],[3178,6679],[5834,2804],[5831,2802],[5827,2797],[5823,2792],[5818,2794],[5816,2790],[5814,2784],[5810,2786],[5804,2790],[5807,2796],[3173,6683],[5809,2801],[5791,2715],[5785,2724],[5779,2732],[5769,2738],[5762,2747],[5755,2756],[5747,2766],[5785,2705],[5777,2715],[3172,6679],[5770,2724],[5756,2662],[5749,2672],[5742,2683],[5739,2697],[5733,2706],[5726,2715],[5720,2724],[5742,2714],[5735,2724],[3216,3743],[3166,6678],[5728,2734],[5739,2640],[5732,2650],[5725,2658],[5703,2669],[5696,2678],[5712,2676],[5704,2686],[5696,2696],[3160,6675],[5688,2632],[5694,2640],[5702,2650],[5709,2659],[5715,2667],[5723,2677],[3154,6669],[5731,2687],[5745,2707],[5754,2717],[5761,2727],[5776,2742],[5783,2752],[5791,2762],[5804,2765],[5799,2771],[3149,6664],[5750,2693],[5758,2702],[5765,2711],[5765,2764],[5771,2772],[5763,2780],[5771,2789],[5778,2798],[5786,2807],[5782,2786],[5936,2693],[5939,2688],[5931,2687],[5934,2682],[5924,2681],[5925,2675],[5916,2680],[5916,2674],[5907,2674],[5894,2676],[5888,2676],[5881,2673],[5874,2665],[5865,2655],[5858,2648],[5854,2642],[5845,2633],[5840,2633],[5838,2624],[5832,2618],[5824,2609],[5816,2600],[5809,2592],[5801,2583],[5792,2572],[5784,2563],[5775,2553],[5770,2548],[5763,2538],[5754,2530],[5746,2520],[5737,2510],[5731,2503],[5725,2495],[5721,2484],[5720,2472],[5770,2538],[3116,6634],[3214,3750],[3111,6630],[5908,2683],[5915,2694],[5921,2701],[5932,2703],[5820,2536],[5810,2536],[5801,2533],[5793,2524],[3157,6678],[5783,2536],[5778,2542],[5784,2514],[5776,2504],[5772,2506],[5769,2511],[5765,2516],[5762,2521],[5765,2491],[5760,2479],[3162,6682],[5759,2465],[5797,2469],[5798,2479],[5793,2490],[5790,2506],[3166,6685],[5802,2489],[5813,2487],[5823,2489],[5815,2475],[5825,2506],[5826,2522],[5827,2538],[5834,2551],[5826,2563],[3171,6688],[5817,2568],[5808,2569],[5846,2545],[5840,2539],[5833,2530],[5835,2487],[3176,6690],[5843,2483],[5835,2471],[5833,2458],[5846,2446],[5855,2452],[5856,2464],[5861,2476],[3178,6693],[5861,2501],[5862,2515],[5860,2529],[5851,2543],[5864,2539],[5872,2548],[5874,2524],[5869,2518],[5878,2517],[5881,2510],[3181,6694],[5879,2495],[5876,2482],[5877,2467],[5870,2486],[5854,2478],[5851,2465],[5844,2457],[3182,6697],[5850,2599],[5856,2590],[5863,2581],[5871,2569],[5878,2559],[5883,2550],[5886,2540],[5887,2523],[5898,2522],[5910,2524],[3186,6698],[5920,2526],[5928,2525],[5950,2523],[5959,2522],[5964,2520],[5973,2516],[5983,2515],[5992,2514],[5863,2646],[3219,3751],[3187,6701],[5868,2637],[5875,2624],[5886,2622],[5892,2629],[5887,2605],[5893,2601],[3190,6702],[5893,2594],[5899,2586],[5906,2576],[5913,2565],[5912,2551],[5910,2538],[5724,2450],[5722,2438],[5722,2430],[5720,2420],[5726,2411],[5735,2404],[5744,2399],[5752,2390],[5763,2389],[5777,2395],[5787,2394],[5796,2389],[5805,2387],[5808,2412],[5769,2396],[5770,2409],[5771,2422],[5772,2435],[5818,2427],[5817,2414],[5816,2400],[5814,2386],[5813,2373],[5809,2360],[5815,2352],[5821,2351],[5828,2350],[5834,2357],[5833,2369],[5834,2382],[5835,2394],[5839,2405],[5848,2399],[5855,2401],[5856,2413],[5856,2426],[7202,8085],[7195,8085],[7189,8090],[7182,8095],[7176,8099],[7169,8104],[7162,8108],[7155,8113],[7158,8116],[7149,8117],[7141,8123],[7118,8191],[7108,8155],[7121,8144],[7127,8139],[7137,8132],[7147,8127],[7152,8137],[7157,8148],[7149,8157],[7141,8164],[7142,8174],[7133,8181],[7134,8190],[7124,8188],[7122,8200],[4497,4774],[4521,4736],[4513,4746],[4510,4747],[3217,3756],[4491,4774],[4503,4762],[4493,4770],[4495,4777],[4511,4757],[4507,4755],[4517,4741],[4516,4740],[4498,4766],[4493,4772],[4525,4742],[4528,4745],[4527,4754],[4522,4757],[4521,4763],[4511,4760],[4530,4746],[4518,4761],[4486,4771],[4492,4772],[4493,4779],[4494,4782],[4504,4787],[4507,4787],[4510,4790],[4514,4792],[4517,4794],[4483,4930],[4485,4931],[4490,4932],[4496,4933],[4501,4932],[4507,4930],[4512,4927],[4521,4922],[4526,4917],[4532,4912],[4536,4909],[4546,4895],[4560,4877],[4566,4871],[4570,4866],[4574,4859],[4577,4852],[4511,4720],[4510,4724],[4512,4733],[4511,4739],[4508,4743],[4504,4743],[6918,3353],[6925,3358],[6931,3357],[6940,3356],[6951,3356],[6960,3355],[6970,3355],[6981,3354],[6992,3354],[7002,3353],[7012,3352],[7022,3352],[7031,3351],[7040,3351],[7049,3351],[7060,3350],[7070,3349],[7079,3349],[7090,3347],[7098,3345],[7103,3344],[7107,3343],[7111,3342],[7116,3342],[7121,3342],[7126,3342],[7131,3341],[7136,3341],[7144,3341],[7153,3341],[7159,3340],[7164,3340],[7173,3339],[7180,3339],[3221,3757],[7188,3339],[7196,3338],[7203,3338],[7208,3336],[7214,3333],[7219,3334],[7217,3327],[7223,3326],[7229,3323],[7236,3321],[7256,3312],[7145,3352],[7189,3368],[7178,3342],[7269,3396],[7259,3397],[7248,3398],[7239,3398],[7235,3387],[7233,3396],[7231,3384],[7227,3391],[7223,3381],[7220,3372],[7223,3365],[7218,3362],[7217,3350],[7215,3335],[7213,3316],[7211,3308],[7210,3297],[7208,3288],[7207,3279],[7206,3269],[7222,3348],[7227,3343],[7254,3392],[7223,3326],[7201,3295],[7190,3297],[7182,3308],[7174,3354],[7175,3364],[7179,3377],[7185,3384],[7189,3392],[7196,3402],[7204,3403],[7210,3416],[7212,3424],[7211,3431],[7217,3444],[7222,3452],[7231,3458],[7239,3459],[7244,3406],[7239,3413],[7229,3414],[7223,3407],[7244,3423],[7247,3438],[7260,3435],[7248,3452],[7256,3449],[7249,3460],[7257,3459],[2984,6101],[3219,3763],[7250,3470],[7260,3469],[7268,3468],[7251,3481],[7240,3471],[7242,3480],[7228,3473],[7218,3468],[7212,3457],[7206,3447],[7200,3435],[7196,3427],[7192,3421],[7186,3409],[7178,3397],[7152,3362],[7188,3357],[7255,3245],[7266,3242],[7276,3237],[7288,3234],[7291,3246],[7294,3257],[7284,3219],[7277,3226],[7268,3230],[7257,3234],[7302,3255],[7286,3207],[7298,3201],[7311,3199],[7314,3213],[7317,3227],[7321,3240],[7324,3253],[7315,3190],[7321,3195],[7324,3186],[7330,3191],[7343,3179],[7354,3175],[7334,3181],[7327,3224],[7336,3220],[7346,3217],[7354,3214],[7353,3211],[7362,3204],[7311,3224],[7301,3228],[7297,3230],[7361,3219],[7306,3244],[7278,3395],[7288,3394],[7299,3396],[7309,3400],[7319,3404],[7332,3420],[7333,3404],[7342,3401],[7352,3397],[7363,3392],[7372,3388],[7380,3385],[7389,3381],[7397,3377],[7405,3373],[7422,3365],[7426,3360],[7346,3467],[7341,3457],[7334,3452],[7334,3445],[7329,3433],[7317,3415],[7338,3424],[7345,3418],[7349,3411],[7353,3424],[7353,3430],[7359,3435],[7357,3439],[7364,3451],[7353,3456],[7291,3463],[7300,3457],[7306,3446],[7313,3436],[7320,3426],[7326,3438],[7319,3448],[7313,3458],[7307,3467],[3224,3764],[7397,3320],[7386,3325],[7377,3329],[7368,3332],[7381,3342],[7383,3353],[7372,3358],[7362,3358],[7365,3370],[7369,3385],[7410,3316],[7405,3314],[7305,3520],[7298,3521],[7296,3514],[7287,3507],[7281,3506],[7281,3497],[7280,3487],[3190,6705],[7280,3480],[7279,3473],[7279,3463],[7278,3454],[7276,3439],[7275,3425],[7274,3410],[7273,3389],[7272,3379],[3194,6707],[7271,3363],[7270,3349],[7269,3340],[7269,3331],[7268,3324],[7264,3316],[7261,3308],[7259,3300],[7257,3293],[7258,3287],[3194,6710],[7257,3280],[7250,3247],[7232,3153],[7233,3144],[7230,3132],[7231,3126],[7231,3113],[7231,3099],[7232,3086],[3198,6711],[7232,3070],[7232,3059],[7233,3047],[7237,3045],[7233,3035],[7237,3034],[7233,3025],[7247,3063],[7246,3075],[7246,3088],[3198,6714],[7258,3090],[7264,3091],[7227,3047],[7226,3061],[7226,3074],[7216,3076],[7208,3084],[7217,3085],[7225,3151],[3203,6718],[7245,3178],[7252,3178],[7258,3179],[7239,3181],[7240,3190],[7258,3259],[3207,6722],[7260,3269],[7265,3280],[7275,3276],[7270,3412],[7270,3426],[7271,3439],[7272,3452],[7273,3466],[7269,3479],[7275,3483],[3206,6728],[7270,3489],[7281,3466],[7280,3453],[7279,3439],[7278,3424],[7277,3411],[7318,3257],[7307,3262],[3222,3770],[3211,6726],[7298,3266],[7290,3269],[7285,3272],[3213,6732],[6569,2581],[6558,2580],[6539,2575],[6526,2573],[6517,2572],[6508,2569],[6497,2567],[6491,2562],[6485,2550],[3215,6730],[6478,2535],[6473,2526],[6468,2517],[6520,2558],[6516,2548],[6511,2537],[6504,2527],[6547,2561],[6545,2545],[6539,2535],[3219,6734],[6532,2524],[6567,2628],[6570,2599],[6571,2587],[6573,2572],[6579,2557],[6575,2545],[6572,2537],[6565,2525],[3222,6737],[6560,2518],[6574,2517],[6582,2508],[6589,2501],[6568,2511],[6570,2516],[6574,2511],[6578,2506],[6583,2502],[6585,2499],[6588,2496],[6582,2485],[6579,2575],[6590,2578],[6600,2580],[6611,2582],[6620,2574],[6618,2563],[6622,2552],[6624,2542],[6626,2531],[6628,2523],[6638,2524],[6631,2511],[6634,2499],[6635,2487],[6637,2474],[6641,2464],[6635,2455],[6627,2464],[6616,2475],[6605,2485],[6597,2493],[6602,2503],[6595,2507],[6603,2514],[6613,2515],[6624,2517],[6642,2460],[6645,2456],[6649,2453],[6644,2446],[6639,2451],[6593,2491],[6598,2486],[6602,2482],[6606,2478],[6610,2474],[6614,2470],[3200,6691],[6794,2887],[6792,2898],[6790,2907],[6786,2915],[6783,2930],[6780,2940],[3226,3770],[6777,2953],[6768,2951],[6758,2946],[6748,2958],[6742,2964],[6745,2970],[6739,2966],[6752,2944],[5309,906],[5317,912],[5325,917],[5379,753],[5372,750],[5367,748],[5361,745],[5352,742],[5344,740],[5335,737],[5353,731],[5344,729],[5337,726],[5355,722],[5346,720],[5338,717],[5327,734],[5321,732],[5311,729],[5305,721],[5308,706],[5309,738],[5301,747],[5292,740],[5305,749],[5302,760],[5297,770],[5294,782],[5295,793],[3205,6716],[5289,789],[5291,803],[5285,799],[5288,812],[5282,812],[5284,823],[5276,828],[5281,834],[5271,842],[5287,733],[5283,723],[5289,779],[5278,774],[5268,767],[5355,821],[5347,801],[5349,814],[5341,810],[5333,804],[5329,816],[5325,827],[5322,839],[5318,853],[5312,865],[5310,877],[5306,888],[5301,898],[5316,828],[5306,824],[5297,818],[5304,860],[5296,854],[5286,850],[5277,845],[5356,756],[5353,769],[5348,782],[5341,785],[3198,6692],[5336,776],[5340,764],[5331,790],[5328,801],[5322,788],[5320,796],[5314,784],[5312,792],[5306,779],[5303,787],[5024,4797],[5942,2611],[5934,2602],[5927,2595],[5921,2588],[5922,2580],[5928,2571],[5935,2561],[3225,3775],[5938,2556],[5938,2545],[5937,2531],[5917,2546],[5928,2544],[5963,2525],[5964,2543],[5965,2554],[5960,2561],[5955,2568],[5950,2573],[5971,2561],[5912,2671],[5918,2661],[5924,2652],[5929,2642],[5932,2634],[5937,2626],[5942,2619],[5947,2612],[5954,2602],[5960,2593],[5957,2581],[5945,2567],[3861,7654],[5965,2585],[5973,2575],[5977,2568],[5985,2574],[5994,2573],[3865,7650],[6003,2572],[6018,2618],[6015,2615],[6017,2610],[6012,2608],[6014,2602],[6010,2597],[6011,2591],[6009,2586],[3867,7661],[6011,2581],[6009,2576],[6011,2570],[6011,2559],[6009,2552],[6010,2547],[6008,2542],[6010,2539],[6009,2535],[3870,7655],[6010,2531],[6006,2533],[6010,2520],[6007,2527],[6003,2524],[6004,2518],[6001,2515],[3873,7666],[6000,2575],[3875,7660],[5924,2636],[5916,2628],[5908,2619],[5901,2610],[5886,2593],[5885,2585],[3879,7671],[5878,2584],[5878,2577],[5871,2575],[5857,2560],[7047,3636],[7047,3647],[7047,3658],[7048,3669],[7048,3681],[7049,3692],[3229,3777],[3881,7666],[7049,3703],[7050,3715],[7050,3725],[7051,3735],[7051,3747],[7052,3757],[7052,3764],[7049,3773],[7050,3631],[7055,3631],[3884,7676],[7059,3642],[7063,3653],[7066,3664],[7070,3674],[7074,3685],[7078,3695],[7081,3705],[7084,3716],[7087,3724],[7089,3736],[3888,7672],[7091,3748],[7091,3750],[7084,3754],[7075,3757],[7066,3759],[7059,3761],[7054,3761],[7337,3848],[7334,3837],[7337,3832],[3889,7682],[7334,3823],[7337,3816],[7334,3810],[7337,3800],[7326,3828],[7317,3828],[7319,3821],[7328,3821],[7310,3644],[7310,3639],[3893,7677],[7311,3634],[7311,3622],[7319,3604],[7327,3605],[7335,3605],[7344,3605],[7359,3606],[7367,3607],[7347,3597],[7351,3604],[3896,7688],[7347,3583],[7352,3590],[7353,3570],[7353,3578],[7362,3560],[7360,3570],[7352,3554],[7350,3544],[7359,3551],[7367,3560],[3899,7682],[7369,3552],[7375,3550],[7376,3542],[7335,3665],[7338,3671],[7335,3677],[7338,3683],[7335,3689],[7346,3687],[7343,3696],[3901,7692],[7348,3699],[7345,3707],[7348,3713],[7345,3720],[6569,2978],[3909,7699],[6563,3029],[6556,3029],[6549,3029],[6542,3029],[6535,3029],[3916,7704],[6532,3023],[3227,3782],[3920,7712],[3926,7716],[6327,3024],[6319,3022],[6312,3021],[6304,3019],[6297,3017],[6289,3016],[6282,3015],[3930,7725],[6274,3013],[6267,3011],[6259,3010],[6252,3008],[6244,3007],[6237,3005],[6222,3002],[6214,3000],[6207,2997],[3937,7730],[6201,2992],[6194,2987],[6196,2982],[4163,4560],[4154,4568],[7005,7796],[3941,7740],[7010,7796],[7016,7797],[7021,7798],[7027,7800],[7032,7800],[7038,7801],[7043,7802],[7049,7806],[7059,7808],[7067,7810],[3947,7744],[7076,7812],[7084,7813],[6475,3019],[6472,3017],[6477,3010],[6474,3005],[6480,2998],[6478,2990],[6483,2985],[6481,2978],[3950,7753],[6486,2972],[6484,2964],[6489,2959],[6487,2951],[6492,2946],[6490,2938],[6494,2935],[6493,2926],[6498,2920],[6496,2912],[3956,7760],[6501,2907],[6499,2900],[6504,2895],[6502,2887],[6507,2882],[6505,2876],[6510,2869],[6508,2860],[6513,2855],[6512,2847],[3958,7769],[6516,2843],[6514,2835],[6519,2831],[6517,2823],[6523,2816],[6521,2808],[6525,2804],[6524,2796],[6529,2790],[6526,2784],[4744,7132],[6531,2778],[6530,2770],[6535,2763],[6532,2758],[6537,2753],[6540,2743],[6537,2737],[6543,2728],[6541,2722],[6546,2716],[3232,3782],[4741,7139],[6544,2708],[6549,2703],[6547,2695],[6552,2690],[6550,2682],[6555,2677],[6554,2669],[6558,2664],[6556,2659],[6470,3038],[4738,7133],[6468,3047],[6464,3059],[6461,3073],[6458,3090],[6469,3091],[6478,3094],[6490,3100],[6499,3103],[6509,3108],[6186,2977],[4735,7139],[6178,2968],[6172,2960],[6164,2952],[6156,2943],[6148,2935],[6141,2926],[6133,2919],[6124,2908],[6115,2899],[6107,2893],[4731,7133],[6098,2887],[6090,2881],[6079,2875],[6068,2871],[6058,2865],[6049,2856],[6041,2847],[6038,2829],[6034,2838],[6030,2820],[4728,7139],[6026,2830],[6021,2814],[6018,2821],[6017,2804],[6012,2813],[6010,2796],[6004,2805],[5994,2781],[5997,2796],[5987,2772],[4723,7133],[5987,2785],[5980,2765],[5980,2777],[5972,2755],[5972,2769],[5971,2745],[5965,2758],[5969,2734],[5963,2745],[5964,2732],[4722,7140],[5961,2718],[5953,2708],[6027,2805],[6034,2795],[6041,2769],[6048,2760],[5961,2707],[5964,2703],[5968,2697],[5972,2692],[4719,7137],[5976,2687],[5979,2681],[5984,2676],[5989,2675],[5993,2675],[5998,2676],[6004,2681],[6007,2686],[6012,2691],[6017,2696],[4711,7133],[6021,2701],[6189,2982],[5987,2781],[6136,2634],[6130,2640],[6124,2649],[4700,7134],[6126,2665],[6133,2674],[6117,2659],[6111,2669],[6102,2663],[6094,2651],[6104,2679],[6098,2688],[6089,2700],[6085,2708],[3231,3789],[4689,7136],[6068,2731],[6061,2741],[6055,2751],[6046,2744],[6038,2736],[6020,2738],[6035,2751],[6030,2747],[6027,2763],[6022,2758],[4230,7556],[6024,2770],[6017,2767],[6009,2777],[6003,2788],[6055,2768],[6064,2775],[6074,2774],[6082,2766],[4230,7564],[6089,2756],[6096,2745],[6113,2722],[6118,2713],[6125,2704],[6132,2693],[6138,2682],[6145,2674],[6151,2666],[6154,2656],[4231,7572],[6152,2643],[6147,2633],[6141,2628],[6130,2626],[6134,2619],[6122,2618],[6128,2613],[6115,2610],[6121,2605],[6116,2598],[4232,7579],[6113,2590],[6106,2716],[6096,2705],[6042,2795],[6031,2778],[6051,2806],[6038,2785],[6057,2810],[4233,7587],[6051,2800],[6068,2809],[6057,2803],[6069,2802],[6089,2808],[6066,2795],[6099,2794],[6071,2786],[6108,2781],[4234,7594],[6076,2794],[6080,2801],[6092,2799],[6101,2784],[6109,2772],[3858,4475],[6128,2742],[6145,2725],[6133,2735],[6155,2711],[6138,2728],[6164,2698],[6172,2685],[6147,2714],[6181,2673],[3853,4479],[6156,2701],[6182,2662],[6165,2689],[6195,2650],[6174,2676],[6181,2648],[6177,2666],[6181,2634],[6176,2654],[6179,2623],[3847,4483],[6175,2641],[6170,2613],[6175,2630],[6160,2603],[6172,2622],[6163,2611],[6151,2597],[6140,2596],[6134,2604],[6146,2587],[3235,3791],[3842,4487],[6138,2579],[6128,2579],[6121,2588],[6149,2700],[6141,2691],[6147,2691],[6168,2656],[6163,2647],[6167,2641],[6164,2708],[3836,4492],[6171,2716],[6176,2722],[6184,2724],[6182,2713],[6191,2714],[6189,2702],[6204,2695],[6196,2692],[6211,2684],[6203,2681],[4213,7544],[6210,2673],[6203,2671],[6209,2662],[6202,2658],[6209,2648],[6202,2644],[6209,2636],[6190,2643],[6201,2631],[4213,7535],[6208,2626],[6200,2620],[6206,2612],[6200,2609],[6197,2600],[6189,2598],[6187,2588],[6179,2586],[6176,2576],[6172,2585],[4214,7531],[6169,2567],[6166,2594],[6160,2559],[6196,2706],[6205,2714],[6214,2721],[6221,2710],[6228,2701],[6232,2689],[6231,2676],[4221,7527],[6230,2662],[6220,2661],[6047,2838],[6048,2843],[6056,2837],[6060,2842],[6066,2836],[6071,2842],[6079,2835],[6083,2841],[4227,7524],[6071,2830],[6094,2842],[6070,2817],[6105,2835],[6090,2834],[6101,2833],[6107,2824],[6114,2814],[6120,2805],[6126,2796],[5530,6860],[6088,2872],[6092,2862],[6097,2849],[6104,2843],[6115,2830],[6119,2820],[6126,2811],[6131,2802],[6138,2793],[6042,2684],[5533,6870],[6034,2696],[6027,2707],[6029,2727],[6024,2725],[6017,2717],[6004,2718],[6014,2709],[6006,2700],[5998,2691],[5988,2688],[5535,6881],[5982,2696],[5974,2708],[5978,2719],[5979,2736],[5985,2728],[5991,2721],[5999,2730],[6006,2739],[6014,2748],[7514,3237],[3004,6115],[3233,3795],[5536,6891],[7511,3224],[7508,3212],[7505,3200],[7502,3189],[7499,3177],[7496,3166],[7494,3157],[7488,3136],[7483,3116],[7480,3107],[5538,6903],[7473,3097],[7464,3098],[7455,3101],[7447,3104],[7438,3108],[7430,3111],[7515,3257],[7520,3262],[5538,6913],[7420,3114],[7505,3172],[7515,3168],[7490,3143],[7501,3139],[7511,3135],[7521,3130],[7529,3135],[621,5276],[7531,3149],[7535,3158],[7544,3163],[7549,3175],[7552,3185],[7555,3198],[7558,3209],[7564,3214],[7462,3274],[7461,3270],[613,5278],[7467,3272],[7466,3268],[7471,3270],[7470,3267],[7476,3268],[7475,3264],[7480,3267],[7479,3263],[7485,3264],[7484,3261],[609,5283],[7491,3262],[7490,3258],[7497,3260],[7496,3256],[7502,3257],[7501,3253],[7508,3255],[7507,3251],[7513,3253],[7512,3249],[602,5284],[7518,3252],[7518,3247],[7524,3249],[7523,3245],[7535,3240],[7545,3233],[7553,3227],[7561,3222],[7566,3219],[7575,3213],[597,5289],[7583,3208],[7595,3200],[7604,3195],[7614,3191],[7624,3185],[7633,3180],[7642,3175],[7652,3169],[7659,3167],[7667,3162],[590,5290],[7676,3157],[586,5296],[7617,3183],[7636,3173],[7644,3168],[3238,3798],[586,5290],[7654,3163],[7663,3158],[7672,3154],[7564,3230],[7556,3235],[7545,3242],[7535,3248],[7613,3199],[7622,3195],[7631,3190],[5469,6879],[7638,3186],[7645,3182],[7655,3177],[7665,3171],[7590,3243],[7581,3249],[7573,3246],[7568,3234],[7578,3260],[7583,3272],[5468,6890],[7583,3278],[7574,3285],[7564,3291],[7554,3298],[7551,3292],[7546,3279],[7541,3267],[7536,3254],[7538,3267],[7540,3274],[5469,6901],[7543,3280],[7546,3287],[7548,3293],[7551,3300],[7599,3236],[7609,3230],[7615,3211],[7620,3225],[7624,3239],[7634,3240],[5470,6912],[7643,3235],[7653,3229],[7661,3225],[7671,3219],[7679,3214],[7653,3216],[7650,3206],[7645,3193],[7607,3187],[7604,3177],[5472,6922],[7602,3161],[7602,3147],[7600,3132],[7603,3129],[7614,3128],[7626,3127],[7629,3129],[7630,3154],[7623,3154],[7614,3155],[4785,8463],[7606,3156],[7629,3142],[7632,3157],[7636,3168],[7668,3123],[7663,3117],[7658,3124],[7653,3129],[7654,3141],[7643,3141],[4779,8464],[7634,3142],[7758,3148],[7750,3149],[7742,3149],[7734,3150],[7726,3151],[7717,3151],[7709,3152],[7680,3121],[4773,8466],[7688,3120],[7699,3120],[7707,3119],[7714,3113],[7725,3112],[7734,3112],[7744,3111],[7752,3111],[7755,3120],[7756,3127],[4768,8468],[7766,3126],[7769,3123],[7770,3137],[7770,3149],[7771,3164],[7745,3128],[7738,3132],[7738,3145],[7732,3129],[7720,3129],[3237,3804],[4763,8470],[7710,3125],[7819,3170],[7818,3157],[7818,3144],[7817,3129],[7816,3117],[7805,3118],[7794,3118],[7785,3119],[7776,3119],[4757,8473],[7864,3170],[7864,3161],[7863,3152],[7863,3143],[7859,3141],[7850,3141],[7841,3142],[7833,3143],[7823,3143],[7697,3203],[4752,8477],[7704,3200],[7710,3196],[7717,3194],[7724,3190],[7733,3188],[7742,3186],[7750,3185],[7758,3184],[7767,3184],[7774,3182],[4746,8481],[7785,3180],[7796,3178],[7806,3177],[7816,3175],[7848,3172],[7858,3172],[7868,3173],[7909,3179],[4740,8483],[7889,3177],[7899,3179],[7880,3175],[7920,3181],[7928,3182],[7705,3194],[7713,3189],[7719,3190],[7725,3183],[7733,3180],[4737,8489],[7739,3175],[7738,3166],[7739,3156],[7774,3177],[7781,3176],[7792,3176],[7799,3164],[7805,3159],[7802,3171],[7811,3171],[4733,8492],[7492,3377],[7485,3385],[7497,3386],[7491,3396],[7503,3397],[7497,3408],[7509,3410],[7503,3419],[4727,8480],[7515,3421],[7509,3430],[7524,3434],[7515,3440],[7531,3440],[7522,3447],[7541,3445],[7532,3453],[7551,3446],[7542,3456],[4730,8485],[7564,3448],[7552,3458],[7585,3454],[7573,3461],[7596,3455],[7585,3464],[7607,3457],[7595,3466],[7618,3459],[7606,3467],[4721,8469],[7628,3461],[7616,3469],[7639,3463],[7626,3471],[7647,3464],[7638,3473],[7654,3466],[7643,3474],[7660,3467],[7649,3475],[3241,3806],[4716,8459],[7667,3468],[7655,3476],[7674,3468],[7660,3477],[7681,3470],[7667,3479],[7688,3471],[7674,3480],[7697,3474],[7681,3481],[4710,8449],[7709,3476],[7688,3483],[7717,3477],[7700,3485],[7727,3479],[7708,3486],[7737,3481],[7718,3488],[7747,3483],[7728,3490],[4706,8442],[7755,3484],[7737,3492],[7765,3486],[7746,3492],[7775,3488],[7753,3495],[7784,3490],[7766,3497],[7794,3493],[7777,3499],[4702,8433],[7803,3497],[7787,3502],[7812,3501],[7798,3506],[7819,3505],[7805,3509],[7827,3510],[7812,3512],[7837,3518],[7819,3514],[4698,8426],[7826,3517],[7783,3504],[7774,3501],[4694,8419],[7766,3501],[7741,3497],[7735,3496],[7729,3496],[7656,3482],[7646,3480],[7636,3478],[7625,3476],[7616,3475],[7614,3488],[4690,8412],[7605,3486],[7606,3473],[7596,3471],[7586,3469],[7576,3468],[7549,3463],[7541,3463],[7532,3461],[7524,3457],[4686,8406],[7520,3458],[7514,3452],[7507,3443],[7500,3432],[7496,3424],[7492,3415],[7517,3412],[7523,3417],[7529,3427],[7539,3438],[4683,8399],[7549,3440],[7556,3442],[4680,8393],[7733,3476],[7742,3478],[7762,3482],[7771,3484],[7779,3485],[7790,3487],[7792,3474],[7796,3464],[3240,3812],[4676,8387],[7698,3267],[7688,3276],[7679,3283],[7672,3290],[7668,3304],[7661,3313],[7667,3327],[4673,8382],[7671,3338],[7676,3349],[7684,3346],[7663,3294],[7660,3288],[7658,3282],[7655,3275],[7654,3268],[7657,3261],[7663,3258],[4670,8377],[7667,3255],[7672,3251],[7678,3252],[7681,3258],[7684,3263],[7687,3269],[7578,3405],[7588,3408],[7595,3409],[7607,3410],[1490,3097],[7618,3413],[7628,3415],[7634,3411],[7643,3406],[7594,3417],[7593,3429],[7592,3437],[7609,3398],[7610,3386],[7616,3379],[1488,3106],[7624,3375],[7631,3372],[7427,3522],[7423,3514],[7418,3505],[7414,3495],[7415,3484],[7417,3473],[7426,3464],[1486,3120],[7432,3466],[7438,3476],[7443,3485],[7448,3496],[7452,3503],[7456,3511],[7413,3474],[7407,3473],[7400,3475],[7393,3476],[1485,3130],[7389,3477],[7384,3482],[7378,3486],[7372,3489],[7366,3488],[7366,3494],[7360,3499],[7356,3506],[7355,3513],[7437,3540],[1485,3142],[7443,3549],[7448,3559],[7452,3568],[7456,3577],[7462,3585],[7472,3587],[7478,3589],[7486,3590],[7493,3592],[7501,3594],[1483,3155],[7509,3594],[7460,3521],[7465,3530],[7469,3538],[7475,3549],[7479,3558],[7483,3565],[7482,3575],[7481,3584],[7517,3469],[1482,3168],[7516,3481],[7509,3487],[7503,3495],[7497,3484],[7506,3477],[7543,3493],[7533,3490],[7525,3487],[7545,3538],[7537,3536],[3244,3813],[1480,3179],[7529,3534],[7520,3532],[7513,3530],[7506,3522],[7500,3512],[7494,3501],[7488,3491],[7482,3481],[7477,3471],[7472,3461],[1478,3190],[7477,3453],[7486,3445],[7493,3438],[7499,3449],[7488,3430],[7493,3519],[7497,3529],[7503,3532],[7503,3541],[7509,3539],[1477,3200],[7512,3548],[7527,3643],[7526,3630],[7520,3620],[7519,3607],[7530,3583],[7525,3571],[7536,3575],[7543,3570],[7646,3537],[1475,3213],[7650,3530],[7637,3535],[7639,3528],[7628,3538],[7623,3549],[7622,3557],[7630,3527],[7619,3526],[7608,3524],[7598,3521],[1474,3224],[7593,3506],[7582,3496],[7592,3498],[7604,3500],[7613,3502],[7625,3504],[7633,3506],[7641,3502],[7634,3520],[7661,3478],[1472,3236],[7660,3489],[7659,3501],[7658,3513],[7656,3528],[7655,3541],[7653,3556],[7651,3573],[7650,3584],[7644,3586],[7632,3585],[1470,3249],[7648,3597],[7645,3607],[7571,3373],[7563,3371],[7552,3372],[7549,3365],[7545,3358],[7541,3355],[7537,3352],[1469,3260],[7534,3346],[7531,3345],[7527,3345],[7543,3381],[7527,3401],[7520,3408],[7557,3414],[7548,3412],[7544,3405],[7536,3394],[1467,3269],[7582,3348],[3283,4191],[7584,3339],[7589,3329],[7594,3319],[7598,3325],[7602,3310],[7610,3322],[7608,3304],[7619,3318],[7614,3302],[7623,3301],[3243,3819],[3278,4186],[7627,3311],[7631,3327],[7715,3258],[7725,3252],[7734,3246],[7743,3240],[7748,3227],[7756,3220],[7767,3218],[7770,3230],[3273,4181],[7773,3243],[7766,3253],[7771,3267],[7765,3281],[7757,3277],[7759,3249],[7751,3246],[7769,3341],[7774,3337],[7781,3333],[3269,4176],[7786,3330],[7793,3325],[7797,3333],[7801,3344],[7807,3356],[7802,3359],[7802,3367],[7792,3364],[7795,3376],[7777,3383],[3264,4171],[7784,3385],[7791,3388],[7797,3384],[7803,3375],[7810,3365],[7714,3471],[7715,3457],[7717,3441],[7719,3430],[7721,3419],[3260,4165],[7723,3406],[7714,3417],[7705,3415],[7696,3412],[7688,3412],[7680,3417],[7740,3445],[7729,3443],[7736,3545],[7736,3550],[3257,4159],[7730,3543],[7729,3549],[7723,3542],[7723,3547],[7716,3542],[7716,3546],[7709,3541],[7710,3545],[7704,3543],[7697,3541],[3254,4153],[7689,3540],[7684,3539],[7678,3538],[7672,3538],[7667,3536],[7660,3535],[7145,3017],[7145,3028],[7145,3040],[7145,3052],[3251,4145],[7145,3063],[7144,3075],[7144,3086],[7144,3098],[7144,3108],[7143,3118],[7149,3128],[7158,3130],[7167,3129],[7176,3129],[3248,4138],[7187,3130],[7196,3130],[7205,3130],[7214,3131],[7220,3131],[7228,3136],[7235,3136],[7244,3133],[7253,3133],[7263,3134],[3245,4131],[7271,3133],[7280,3134],[7289,3134],[7298,3135],[7308,3135],[7318,3136],[7328,3136],[7338,3136],[7349,3137],[7358,3135],[3248,3821],[3243,4125],[7366,3131],[7375,3128],[7384,3124],[7393,3120],[7403,3116],[7410,3121],[7404,3128],[7396,3130],[7387,3134],[7378,3138],[3240,4118],[7369,3142],[7361,3145],[7358,3147],[7351,3148],[7343,3149],[7334,3149],[7327,3148],[7317,3148],[7307,3147],[7298,3147],[3237,4110],[7288,3147],[7279,3146],[7271,3146],[7260,3146],[7252,3145],[7242,3145],[7235,3140],[7228,3140],[7222,3144],[7215,3144],[3233,4102],[7207,3144],[7197,3143],[7187,3143],[7176,3142],[7167,3142],[7158,3141],[7150,3141],[7141,3135],[7138,3131],[7135,3121],[3229,4095],[7135,3109],[7135,3099],[7136,3088],[7136,3077],[7137,3065],[7138,3055],[7138,3042],[7138,3031],[7138,3020],[7179,3032],[3225,4089],[7170,3032],[7160,3031],[7149,3032],[7148,3044],[7148,3055],[7156,3059],[7162,3061],[7155,3063],[7148,3067],[3220,4083],[7163,3071],[7148,3078],[7163,3084],[7153,3092],[7162,3095],[7147,3091],[7153,3095],[7148,3104],[7147,3117],[3215,4078],[7152,3124],[7162,3124],[7172,3125],[7194,3125],[7207,3125],[7215,3126],[7273,3128],[7285,3128],[7295,3129],[7305,3129],[3210,4078],[7313,3131],[7322,3131],[7334,3132],[7341,3132],[7350,3131],[7353,3127],[7358,3131],[7147,3143],[7153,3143],[7159,3143],[3204,4074],[7171,3144],[7181,3144],[7192,3145],[7202,3145],[7211,3145],[7221,3146],[7241,3147],[7252,3147],[7263,3148],[7273,3147],[3247,3827],[3198,4071],[7273,3160],[7273,3172],[7274,3180],[7279,3190],[7267,3183],[7266,3175],[7266,3166],[7266,3154],[7192,3020],[7192,3028],[3192,4068],[7189,3034],[7186,3041],[7186,3052],[7192,3048],[7191,3061],[7202,3066],[7208,3073],[7206,3095],[7196,3095],[7185,3094],[3187,4065],[7184,3111],[7184,3124],[7266,3126],[7266,3112],[7267,3099],[7256,3083],[7267,3085],[7268,3070],[7268,3058],[7279,3058],[3182,4062],[7289,3058],[7261,3056],[7250,3054],[7239,3051],[7243,3046],[7243,3038],[7244,3031],[7309,3117],[7298,3108],[7289,3107],[3177,4059],[7277,3107],[7310,3100],[7310,3087],[7310,3073],[7321,3059],[7327,3059],[7332,3059],[7337,3077],[3171,4056],[7337,3086],[7337,3097],[7327,3097],[7320,3093],[7319,3101],[7346,3121],[7350,3113],[7358,3113],[7365,3115],[7366,3102],[3165,4052],[7366,3092],[7366,3079],[7361,3073],[7353,3072],[7347,3075],[7353,3060],[7353,3048],[7345,3061],[7335,3053],[7333,3046],[3159,4049],[7332,3035],[7223,3173],[7216,3174],[7201,3173],[7200,3158],[7197,3152],[7197,3164],[7196,3178],[7196,3189],[3154,4046],[7195,3200],[7190,3203],[7183,3204],[7175,3204],[7164,3206],[7156,3206],[7147,3206],[7139,3205],[7131,3205],[7128,3202],[3149,4043],[7128,3190],[7128,3179],[7129,3169],[7129,3159],[7129,3147],[7212,3179],[7213,3195],[7200,3199],[7215,3204],[3251,3829],[3142,4039],[7217,3215],[7167,3202],[7167,3188],[7167,3179],[7163,3171],[7153,3170],[7151,3164],[7168,3167],[7176,3160],[7168,3156],[3137,4036],[7168,3146],[7144,3336],[7142,3320],[7134,3295],[7129,3299],[7132,3283],[7128,3290],[7131,3275],[7125,3275],[7129,3261],[3713,6044],[7123,3257],[7128,3250],[7126,3226],[7124,3215],[7137,3247],[7148,3245],[7160,3242],[7173,3238],[7183,3237],[3717,6050],[7190,3235],[7198,3232],[7201,3239],[7202,3248],[7204,3259],[7262,3212],[7280,3202],[3716,6061],[7145,3308],[7155,3306],[7164,3304],[7174,3301],[7164,3265],[3721,6058],[4139,5007],[4135,5005],[4142,5002],[4148,5003],[3720,6068],[4150,4997],[7320,6754],[7324,6760],[7329,6760],[7332,6763],[7336,6761],[7339,6764],[7345,6762],[7349,6766],[7352,6767],[3724,6064],[7354,6760],[7355,6753],[7355,6746],[7332,6726],[7335,6729],[7340,6732],[7346,6735],[7352,6737],[7357,6737],[7362,6738],[3724,6075],[7362,6733],[7363,6727],[7365,6720],[7366,6714],[7369,6701],[7350,6693],[7355,6694],[7360,6697],[7365,6699],[3728,6071],[7371,6694],[7373,6687],[7375,6682],[7378,6676],[7381,6671],[7384,6667],[7381,6663],[7377,6660],[7374,6658],[7370,6654],[3250,3835],[3728,6082],[7380,6655],[7383,6651],[7388,6643],[7392,6637],[7395,6634],[7398,6630],[7393,6623],[7388,6618],[7748,3498],[7747,3507],[3732,6076],[7746,3516],[7745,3525],[7744,3534],[7743,3542],[7742,3551],[7741,3559],[7740,3566],[7739,3574],[7738,3583],[7737,3591],[3732,6089],[7752,3495],[7747,3564],[7759,3566],[7766,3567],[7776,3569],[7774,3582],[7774,3593],[7765,3593],[7756,3592],[7745,3590],[3736,6084],[7780,3599],[7779,3563],[7780,3555],[7781,3546],[7150,4513],[7156,4518],[7161,4522],[7165,4530],[7183,4564],[7189,4576],[3736,6096],[7195,4589],[7202,4604],[7209,4616],[7206,4618],[7168,4536],[7171,4541],[7175,4550],[7179,4557],[7185,4570],[7192,4583],[3741,6092],[7199,4597],[6942,4245],[6951,4254],[6949,4245],[6955,4261],[6958,4252],[6957,4269],[6960,4260],[6960,4278],[6962,4268],[3741,6102],[6960,4285],[6964,4276],[6960,4289],[6978,4273],[6969,4285],[6989,4270],[6980,4280],[7001,4268],[6991,4276],[7012,4266],[3745,6097],[7002,4274],[7023,4264],[7017,4273],[7029,4269],[7024,4270],[7030,4262],[7036,4260],[7038,4268],[7043,4260],[3747,6107],[7045,4267],[7050,4258],[7052,4265],[7061,4255],[7063,4262],[7071,4252],[7072,4259],[7080,4250],[7081,4257],[7091,4254],[3749,6100],[7102,4251],[7111,4248],[7120,4246],[7131,4243],[7120,4239],[7142,4241],[7130,4237],[3256,3837],[3753,6112],[7152,4237],[7139,4234],[7162,4234],[7147,4232],[7173,4232],[7155,4230],[7184,4229],[7164,4227],[7172,4225],[3756,6105],[7185,4230],[7178,4232],[7173,4233],[7167,4235],[7163,4237],[7162,4241],[7168,4239],[7174,4238],[7181,4236],[7187,4235],[3760,6116],[7184,4239],[7178,4242],[7172,4242],[7166,4243],[7147,4247],[7139,4248],[7131,4250],[7121,4251],[3762,6110],[3767,6117],[6942,4251],[7154,4231],[7153,4237],[3773,6122],[6875,7920],[6884,7922],[6894,7926],[6905,7929],[3779,6129],[6916,7932],[6924,7934],[6934,7936],[6944,7939],[6954,7942],[6964,7944],[6971,7949],[6972,7946],[3781,6122],[6976,7946],[6984,7941],[6994,7941],[7004,7941],[6984,7948],[6994,7948],[7004,7948],[6925,8089],[6925,8092],[6918,8087],[3786,6133],[6918,8091],[6912,8085],[6905,8084],[6897,8082],[6896,8086],[6888,8080],[6882,8078],[6875,8077],[6884,8085],[3788,6126],[6869,8075],[6876,8083],[6860,8073],[6852,8071],[6879,8088],[6870,8085],[6863,8083],[6880,8093],[6873,8092],[6867,8090],[3253,3844],[3792,6137],[6861,8088],[6842,8142],[6850,8146],[6855,8147],[6862,8149],[3795,6130],[6869,8151],[6875,8152],[6882,8153],[6889,8155],[6896,8157],[6903,8160],[6910,8163],[7481,7657],[7494,7660],[3798,6141],[7499,7661],[7500,7668],[7499,7676],[7495,7681],[7487,7688],[7480,7695],[7474,7701],[7481,7678],[7481,7666],[5733,2919],[3801,6134],[5731,2926],[5729,2911],[5727,2920],[5724,2910],[5718,2901],[5711,2892],[5704,2883],[5696,2875],[5691,2870],[5683,2864],[3804,6144],[5675,2859],[5666,2856],[5647,2851],[5639,2849],[5631,2849],[5621,2850],[5611,2850],[5602,2850],[5595,2849],[3807,6137],[5588,2849],[5580,2849],[5570,2852],[5562,2850],[5551,2849],[5540,2849],[5529,2849],[5518,2850],[5508,2851],[5496,2851],[3810,6148],[5485,2850],[5480,2845],[5464,2849],[5453,2849],[5407,2849],[5396,2849],[3813,6141],[5388,2848],[5378,2849],[5378,2843],[5367,2850],[5367,2843],[5740,2928],[5735,2935],[5345,2848],[5341,2843],[5337,2847],[3815,6151],[5333,2842],[5329,2847],[5325,2842],[5317,2843],[5310,2843],[5303,2843],[5297,2844],[5290,2845],[5283,2846],[5276,2847],[3818,6144],[5269,2848],[5260,2855],[5263,2850],[5253,2857],[5256,2851],[5247,2859],[5249,2853],[5240,2861],[5242,2856],[5233,2864],[3260,3842],[3822,6155],[5235,2858],[5226,2866],[5228,2860],[5219,2868],[5222,2862],[5214,2865],[5207,2868],[5200,2872],[5192,2875],[5187,2882],[3824,6148],[5184,2879],[5181,2885],[5170,2885],[5600,2864],[5599,2876],[5600,2887],[5600,2898],[5596,2891],[3828,6158],[5504,2855],[5504,2862],[5505,2870],[5511,2871],[5517,2871],[5525,2871],[5533,2871],[5541,2871],[5549,2871],[5557,2868],[3830,6152],[5561,2875],[5565,2870],[5572,2870],[5579,2871],[5587,2871],[5594,2871],[3834,6159],[7236,5674],[7241,5683],[7244,5690],[4062,4902],[4058,4903],[4061,4897],[4055,4898],[4059,4893],[3840,6162],[4050,4896],[4054,4888],[4045,4891],[4051,4877],[4043,4881],[4054,4869],[4044,4875],[4048,4868],[4054,4862],[4276,1519],[4280,1522],[4286,1527],[4292,1531],[4296,1533],[4301,1536],[4306,1540],[4313,1545],[4320,1549],[4326,1553],[4332,1557],[4340,1563],[4347,1568],[4354,1572],[4360,1577],[4367,1581],[4372,1585],[4375,1587],[4381,1591],[4386,1595],[4391,1598],[4398,1602],[4403,1606],[4409,1610],[4414,1613],[4419,1617],[4424,1621],[6926,6847],[3258,3850],[6932,6837],[6935,6828],[5347,5041],[5342,5035],[5335,5038],[5329,5032],[5323,5034],[5317,5029],[6409,3561],[6408,3573],[6406,3584],[6406,3596],[6405,3607],[6404,3619],[6404,3631],[6403,3642],[6403,3652],[6400,3664],[6136,2554],[6137,2543],[6139,2532],[6140,2521],[6141,2511],[6143,2500],[6144,2490],[6145,2480],[6146,2470],[6148,2459],[6149,2449],[6151,2438],[6155,2412],[6156,2403],[6157,2393],[6159,2384],[6161,2366],[6164,2346],[6167,2317],[6169,2302],[6171,2282],[3264,3847],[3843,6160],[6173,2263],[6174,2253],[6176,2234],[6178,2215],[6156,2317],[6182,2319],[6196,2320],[3841,6167],[3846,6162],[3843,6168],[3848,6164],[3846,6170],[3851,6165],[3848,6171],[3852,6166],[6243,4893],[6243,4882],[6242,4870],[6242,4857],[3850,6173],[6241,4846],[6241,4835],[6240,4824],[6240,4812],[6240,4801],[6238,4790],[6235,4778],[6233,4767],[6230,4757],[6228,4749],[3261,3854],[3267,3852],[3739,6094],[4136,6907],[4136,6899],[4135,6892],[3265,3860],[4134,6884],[4133,6876],[4132,6869],[4131,6862],[4131,6854],[4130,6846],[4129,6839],[4129,6832],[4128,6825],[4127,6817],[3272,3858],[4126,6810],[4126,6802],[4125,6794],[4124,6786],[7222,7756],[5200,5854],[7220,7766],[7217,7775],[7222,7787],[7173,7763],[7172,7770],[7170,7778],[7169,7784],[7169,7793],[7170,7800],[7172,7807],[5206,5854],[7173,7813],[6977,7498],[6971,7494],[6963,7490],[6956,7488],[6948,7487],[6941,7486],[6932,7485],[5209,5848],[6925,7484],[6916,7483],[6909,7482],[6904,7481],[5409,2477],[5417,2476],[5424,2475],[5430,2474],[5438,2473],[5444,2472],[5214,5851],[5452,2471],[5457,2471],[5464,2470],[5471,2469],[5479,2468],[5485,2468],[5493,2465],[5503,2462],[5512,2461],[5219,5855],[5518,2459],[5525,2457],[5532,2454],[5539,2452],[5545,2449],[5552,2447],[5559,2444],[5565,2442],[5572,2439],[5579,2437],[5217,5859],[5586,2434],[5592,2432],[5599,2430],[5606,2427],[3269,3865],[5222,5859],[5633,2420],[5640,2421],[1439,5262],[5648,2422],[5405,2484],[5656,2423],[5661,2426],[5667,2429],[5673,2432],[5679,2435],[5683,2438],[5691,2442],[5697,2445],[1442,5269],[5703,2448],[5708,2450],[5714,2453],[1449,5288],[1453,5298],[7996,6851],[7999,6859],[8003,6869],[8008,6884],[8009,6898],[8012,6927],[4005,2447],[4000,2447],[3996,2446],[3991,2446],[1456,5309],[3984,2445],[3977,2445],[8400,6952],[8400,6944],[8401,6935],[8402,6928],[8402,6920],[8403,6912],[8403,6905],[8404,6898],[1457,5319],[8404,6891],[8407,6939],[8413,6940],[1456,5329],[8419,6940],[8424,6941],[8426,6949],[8423,6956],[8418,6955],[8413,6954],[8406,6954],[1455,5339],[9271,6361],[9275,6387],[7935,3654],[7938,3647],[7943,3637],[3275,3864],[1453,5350],[7947,3629],[7950,3621],[7954,3614],[7958,3605],[7965,3589],[7969,3582],[7972,3575],[7977,3565],[7981,3557],[7984,3550],[1451,5359],[7988,3543],[7991,3535],[7995,3527],[7999,3520],[8003,3511],[8006,3504],[8010,3496],[8014,3488],[8017,3481],[8021,3474],[1449,5370],[8030,3455],[8914,7306],[8921,7291],[8927,7278],[8925,7314],[8931,7299],[8939,7283],[8930,7271],[8923,7261],[1447,5380],[8953,7320],[8965,7329],[8946,7337],[8957,7346],[8893,7365],[8900,7370],[8892,7391],[1445,5390],[8883,7384],[8897,7409],[8909,7419],[8921,7428],[8888,7430],[8898,7438],[8909,7447],[1443,5400],[9088,7237],[9080,7248],[9074,7262],[9067,7276],[9121,7290],[1441,5412],[9124,7263],[9132,7246],[9146,7235],[5520,5191],[5516,5200],[5512,5209],[5508,5218],[1440,5421],[5504,5226],[5501,5233],[5498,5239],[5496,5245],[5493,5251],[5492,5258],[5489,5267],[5486,5275],[5484,5284],[5481,5292],[1438,5431],[5478,5300],[5475,5311],[5472,5320],[5469,5329],[5467,5338],[5465,5347],[7688,3681],[5005,3610],[5002,3603],[5010,3602],[1436,5441],[5005,3598],[5015,3596],[5010,3592],[5019,3591],[5014,3586],[5024,3583],[5020,3579],[5029,3576],[5025,3571],[5034,3569],[3273,3871],[1434,5451],[5029,3565],[5038,3563],[5034,3558],[5044,3558],[5041,3550],[5049,3554],[5045,3547],[5055,3549],[5052,3543],[5060,3545],[1431,5457],[5057,3539],[5065,3542],[5070,3538],[5067,3531],[5076,3533],[5073,3527],[5081,3530],[5078,3523],[5086,3526],[1437,3022],[5083,3519],[5090,3523],[5087,3516],[5096,3518],[5093,3512],[5101,3514],[5097,3509],[5107,3510],[5104,3503],[5113,3505],[1447,3025],[5109,3500],[5119,3501],[5116,3495],[5123,3497],[5120,3491],[5128,3494],[5125,3487],[5135,3489],[5132,3482],[5141,3484],[1456,3029],[5138,3478],[5147,3480],[5144,3473],[5152,3474],[5150,3469],[5156,3470],[5158,3463],[5163,3464],[5166,3457],[5169,3460],[1466,3034],[5171,3453],[5176,3455],[5177,3449],[5181,3452],[5204,3427],[5202,3435],[5211,3421],[5210,3430],[5217,3416],[5214,3426],[1474,3040],[5222,3411],[5220,3422],[5226,3406],[5226,3416],[5231,3399],[5230,3411],[5235,3393],[5235,3404],[5239,3388],[5239,3398],[1479,3052],[5243,3382],[5242,3394],[5247,3377],[5245,3390],[5252,3370],[5255,3364],[5255,3376],[5257,3359],[5260,3367],[1483,3064],[5260,3354],[5263,3363],[5262,3348],[5265,3357],[5264,3341],[5269,3347],[5265,3332],[5269,3343],[5270,3333],[1487,3074],[5266,3314],[5271,3324],[5267,3306],[5273,3316],[5267,3300],[5273,3306],[5266,3292],[5273,3299],[5265,3285],[5271,3291],[3279,3868],[1003,9620],[5264,3280],[5270,3282],[5261,3263],[5269,3278],[5258,3252],[5267,3268],[5255,3241],[5264,3257],[5252,3231],[5261,3245],[1008,9623],[5247,3220],[5258,3234],[5244,3214],[5253,3222],[5238,3211],[5238,3206],[5246,3207],[5237,3199],[5242,3200],[1014,9628],[5234,3191],[5238,3193],[5231,3182],[5235,3185],[5229,3169],[5233,3176],[5228,3157],[5231,3163],[5229,3143],[5231,3151],[1020,9632],[5230,3129],[5233,3138],[5232,3115],[5234,3122],[5233,3102],[5236,3106],[5235,3090],[5237,3078],[5237,3072],[5238,3086],[3135,4999],[5238,3066],[5237,3096],[5240,3056],[5242,3061],[5242,3044],[5244,3051],[5244,3032],[5246,3039],[5246,3019],[5248,3026],[3141,4997],[5248,3006],[5250,3013],[5251,2993],[5252,3001],[5253,2977],[5255,2986],[5255,2968],[5256,2980],[5257,2957],[5258,2965],[3137,4994],[5259,2946],[5261,2953],[5263,2938],[5263,2920],[5265,2925],[5265,2909],[5267,2917],[3145,4991],[5144,4425],[5147,4431],[5150,4437],[5153,4442],[5156,4449],[5159,4455],[3141,4988],[5161,4459],[5164,4465],[5167,4470],[5169,4476],[7323,4221],[7330,4222],[7337,4220],[7339,4214],[7338,4211],[7342,4203],[3149,4982],[7348,4199],[7349,4189],[7355,4186],[7355,4177],[7361,4173],[7364,4167],[7367,4161],[7370,4155],[7371,4148],[7378,4139],[3278,3878],[3149,4974],[7384,4127],[7391,4113],[7397,4101],[7353,4195],[7359,4204],[7363,4212],[7405,4027],[7404,4040],[7402,4052],[7400,4068],[3154,4969],[7399,4080],[7397,4092],[7405,4013],[7559,3737],[7563,3731],[7568,3723],[7572,3718],[3155,4959],[7576,3711],[7581,3705],[7585,3698],[7589,3692],[7593,3686],[7598,3679],[7603,3672],[7607,3665],[7611,3659],[7616,3652],[3160,4955],[7620,3646],[7410,3993],[7414,3988],[7418,3981],[7421,3974],[7425,3967],[7427,3960],[7430,3952],[7434,3944],[7438,3935],[3160,4945],[7441,3928],[7445,3920],[7449,3912],[7452,3904],[7456,3897],[7460,3889],[7465,3880],[7470,3872],[7474,3866],[7479,3859],[3135,4996],[7482,3854],[7487,3847],[7491,3840],[7496,3833],[7500,3827],[7504,3819],[7509,3813],[7515,3805],[7519,3799],[7524,3791],[3141,5001],[7530,3783],[7535,3775],[7540,3767],[7545,3760],[7549,3754],[7554,3747],[7632,3626],[7638,3617],[4903,4639],[4897,4633],[4890,4634],[4883,4634],[4877,4634],[4866,4634],[4859,4634],[3402,7914],[4861,4646],[4867,4646],[4874,4645],[4881,4644],[4888,4643],[4895,4643],[4891,4930],[4888,4929],[4892,4926],[4889,4924],[3404,7907],[4893,4922],[4890,4920],[4894,4917],[4891,4916],[4895,4913],[4892,4912],[4896,4909],[4893,4908],[4898,4904],[4894,4903],[3283,3874],[3397,7908],[4899,4899],[4896,4898],[4900,4894],[4896,4892],[4902,4889],[4898,4887],[4892,4909],[3399,7902],[3391,7901],[4893,4928],[3394,7895],[4902,4888],[7168,4532],[7174,4528],[7186,4521],[7199,4514],[7210,4507],[3386,7894],[7149,3006],[7154,3012],[7161,3011],[7170,3012],[7179,3014],[3389,7889],[7186,3015],[7196,3015],[7206,3016],[7213,3017],[7220,3018],[3381,7887],[7227,3019],[7232,3014],[7240,3014],[7246,3021],[7256,3021],[7267,3022],[3385,7883],[7278,3024],[7287,3024],[7298,3026],[7307,3028],[7315,3028],[3375,7880],[7320,3029],[7327,3030],[7335,3031],[7345,3031],[7354,3032],[3380,7877],[7365,3033],[7376,3034],[7387,3036],[7397,3037],[7402,3037],[3281,3883],[3371,7876],[7411,3034],[7412,3037],[7419,3038],[7427,3037],[7439,3038],[3375,7871],[7405,3032],[7382,3049],[7373,3049],[7363,3048],[7391,3050],[7148,3006],[3366,7869],[3370,7863],[5520,3493],[5522,3499],[5519,3504],[5520,3510],[5517,3514],[5518,3521],[5515,3526],[5606,4948],[5607,4940],[5608,4931],[3361,7860],[5609,4923],[5610,4915],[5612,4907],[5615,4901],[5614,4892],[5616,4885],[5618,4877],[5619,4871],[5621,4863],[5623,4856],[3366,7857],[5625,4847],[5626,4840],[5627,4832],[5628,4824],[6223,5722],[6736,6160],[6735,6150],[6741,6143],[6749,6145],[3357,7855],[6752,6153],[6749,6163],[6740,6165],[3615,2707],[3624,2701],[3632,2695],[3640,2689],[4848,3195],[4842,3188],[3362,7852],[4853,3187],[4848,3181],[4859,3179],[5080,4681],[5079,4689],[5073,4692],[5072,4701],[5066,4704],[5066,4713],[3352,7848],[5060,4716],[5059,4724],[5053,4728],[5053,4735],[5138,4788],[5131,4790],[5120,4788],[5116,4785],[3357,7847],[5109,4777],[5106,4779],[5100,4776],[5093,4771],[5087,4768],[5081,4764],[5076,4759],[5070,4754],[5064,4749],[5058,4744],[3287,3880],[3344,7836],[5053,4740],[5046,4734],[5040,4729],[5034,4724],[5027,4723],[5023,4717],[5015,4716],[5010,4709],[5002,4709],[4997,4701],[3350,7840],[4990,4701],[4985,4694],[4977,4694],[4971,4687],[4972,4694],[3335,7825],[5339,5103],[5343,5097],[5342,5088],[5346,5082],[5344,5074],[5348,5067],[5346,5060],[5350,5052],[5348,5046],[3341,7828],[5352,5043],[5350,5035],[5353,5029],[5356,4964],[5363,4869],[5364,4852],[5365,4878],[3327,7814],[5366,4861],[5364,4899],[5361,4890],[5351,5023],[4179,3058],[4187,3054],[4187,3048],[4193,3051],[4193,3045],[3333,7818],[4199,3049],[4199,3040],[4211,3046],[4203,3037],[4206,3048],[3320,7805],[3325,7808],[4245,3023],[4247,3027],[4251,3033],[4257,3043],[4261,3050],[3312,7794],[4272,2981],[4276,2989],[3318,7798],[4283,2971],[4295,2968],[4286,2964],[4290,2963],[3286,3889],[3304,7784],[4300,2958],[4303,2956],[4307,2953],[4314,2946],[3310,7787],[4321,2941],[4329,2934],[4338,2927],[4348,2919],[4357,2911],[3295,7773],[4296,2976],[4257,2996],[4259,3001],[4304,2965],[4307,2961],[3301,7776],[4313,2955],[4321,2948],[4328,2942],[4336,2934],[4345,2926],[4354,2919],[4364,2910],[3287,7763],[3292,7765],[4786,4467],[4791,4466],[4792,4475],[4797,4464],[4798,4474],[4803,4463],[4805,4472],[4810,4461],[4811,4470],[3279,7752],[4816,4459],[4817,4468],[4822,4457],[4824,4466],[4828,4455],[4830,4466],[4836,4451],[4839,4463],[4841,4451],[4843,4461],[3285,7756],[4850,4449],[4850,4458],[4856,4447],[4857,4456],[4862,4445],[4863,4454],[4868,4443],[4869,4453],[4875,4451],[3272,7743],[4877,4439],[4881,4449],[4882,4439],[4890,4448],[4887,4438],[4896,4446],[4836,4518],[4839,4523],[4835,4510],[4843,4523],[3278,7746],[4834,4503],[4842,4516],[4834,4495],[4842,4508],[4833,4488],[4841,4501],[4832,4481],[4840,4493],[4831,4473],[4840,4486],[3290,3884],[3264,7732],[4829,4447],[4839,4478],[4830,4440],[4838,4471],[4831,4433],[4835,4445],[4831,4426],[4835,4438],[4832,4419],[4835,4430],[3270,7736],[4833,4411],[4835,4423],[4833,4404],[4836,4415],[4831,4396],[4837,4408],[4780,4454],[4837,4401],[4787,4457],[3257,7723],[4830,4407],[4827,4416],[4823,4422],[4822,4432],[4822,4440],[4820,4450],[3262,7725],[4842,4466],[4848,4464],[4853,4463],[4853,4469],[4848,4470],[4847,4479],[3248,7711],[4847,4489],[4846,4499],[4826,4514],[4822,4510],[4825,4506],[4821,4501],[4825,4498],[4814,4501],[4819,4494],[4813,4492],[4807,4490],[4802,4488],[4796,4486],[4790,4484],[4783,4482],[4799,4478],[3241,7702],[4801,4482],[4807,4484],[4809,4474],[4814,4474],[4820,4476],[4827,4472],[4825,4480],[4824,4487],[4823,4493],[3247,7705],[4217,4962],[4221,4955],[4228,4957],[4233,4951],[4239,4953],[4243,4947],[4250,4949],[4255,4943],[3233,7691],[4320,4919],[4331,4915],[4336,4916],[4341,4915],[4346,4913],[4352,4911],[4356,4912],[4261,4944],[4261,4940],[4266,4943],[3239,7695],[4265,4939],[4271,4941],[4270,4937],[4275,4939],[4274,4936],[4280,4937],[4280,4933],[4285,4935],[4284,4932],[3839,6361],[3289,3894],[3224,7681],[3231,7685],[3217,7672],[3223,7673],[4322,4892],[4320,4888],[4327,4891],[4326,4885],[4333,4889],[4333,4883],[4340,4887],[3210,7663],[4339,4881],[4346,4884],[4345,4879],[4353,4881],[4351,4876],[4277,4907],[4277,4904],[4272,4909],[4271,4906],[3216,7664],[4266,4912],[4265,4908],[4260,4914],[4260,4910],[4256,4916],[4255,4912],[4313,4890],[4314,4895],[3204,7654],[3209,7655],[4426,5032],[4419,5035],[4413,5037],[4407,5039],[4401,5042],[4394,5044],[4388,5051],[4380,5049],[4374,5057],[3197,7645],[4366,5055],[4360,5062],[4353,5060],[4338,5066],[4322,5071],[4316,5078],[4308,5077],[4303,5083],[4295,5082],[3202,7646],[4288,5089],[4283,5091],[4282,5087],[4347,5066],[4343,5068],[4339,5070],[4334,5071],[4331,5073],[4327,5074],[3294,3891],[3188,7634],[4323,5076],[4873,4989],[4871,4996],[4870,5003],[4867,5011],[4864,5018],[4862,5024],[4858,5029],[4854,5035],[4850,5041],[3195,7637],[4845,5046],[4840,5050],[4835,5054],[4829,5058],[4823,5061],[4817,5063],[4811,5064],[4805,5065],[4800,5066],[4795,5066],[3181,7624],[4789,5065],[4784,5063],[4778,5061],[4772,5059],[4766,5057],[4760,5056],[4015,4462],[4016,4469],[4019,4477],[3187,7626],[4021,4488],[4018,4489],[4022,4494],[4019,4495],[4024,4500],[4020,4501],[4027,4513],[4022,4509],[4027,4522],[4025,4518],[3174,7615],[4029,4529],[4026,4526],[4031,4538],[4028,4533],[4033,4546],[4032,4550],[4036,4552],[4035,4562],[4040,4570],[4039,4581],[3179,7616],[4044,4590],[4043,4600],[4050,4613],[4048,4618],[4053,4626],[4051,4634],[4057,4644],[4056,4654],[4060,4660],[4063,4672],[3166,7604],[4062,4682],[4068,4691],[4066,4698],[4070,4704],[4068,4705],[4072,4709],[3172,7606],[4069,4710],[4073,4715],[4070,4716],[4076,4726],[4077,4730],[4078,4736],[3159,7595],[4079,4742],[4081,4749],[4082,4754],[4084,4761],[4031,4544],[3164,7596],[4574,4601],[3294,3900],[3147,7580],[4555,4623],[3157,7587],[4552,4627],[3153,7582],[3145,7572],[4502,4710],[4496,4717],[4491,4724],[3142,7567],[4486,4730],[4481,4736],[4477,4741],[4477,4736],[4473,4745],[4473,4740],[4470,4750],[3137,7561],[4470,4745],[3135,7558],[4541,4615],[4536,4622],[3133,7555],[3131,7552],[3127,7546],[4500,4658],[4501,4664],[4494,4669],[4491,4665],[4490,4661],[4494,4655],[4497,4655],[3298,3895],[3121,7544],[3119,7536],[3113,7533],[3111,7525],[3106,7525],[3106,7517],[3102,7522],[4464,4759],[4308,4898],[3298,3906],[3171,2493],[4296,4903],[4312,4919],[4301,4923],[3178,2488],[4395,4709],[4402,4718],[3186,2486],[4531,4717],[4536,4714],[4537,4708],[4541,4705],[4542,4699],[4537,4722],[4542,4714],[4547,4706],[3194,2484],[4891,4438],[4901,4444],[4897,4437],[4909,4440],[4903,4436],[4915,4438],[4920,4437],[5416,4097],[4914,4433],[4927,4435],[3202,2481],[4919,4431],[4932,4432],[4924,4429],[4938,4429],[4930,4426],[4943,4425],[4936,4423],[4950,4422],[4942,4420],[4958,4418],[3211,2478],[4948,4417],[4961,4416],[4966,4404],[4970,4411],[4971,4400],[4976,4394],[4980,4399],[4980,4390],[4983,4396],[6227,7623],[4986,4386],[4992,4380],[4989,4393],[5000,4373],[4993,4389],[5003,4370],[4998,4384],[5002,4380],[6232,7617],[5007,4375],[5012,4371],[5018,4365],[5011,4363],[5023,4359],[5016,4359],[5028,4355],[6236,7610],[5023,4351],[5034,4349],[5028,4347],[5038,4340],[5032,4343],[5046,4339],[5043,4333],[5051,4334],[5049,4327],[5056,4329],[6240,7605],[5055,4320],[5059,4320],[5060,4315],[5068,4320],[5066,4309],[5073,4314],[5072,4303],[5079,4308],[5078,4298],[5085,4302],[3301,3900],[6243,7599],[5083,4293],[5108,4279],[5087,4288],[5114,4274],[5098,4276],[5104,4272],[5126,4264],[5110,4266],[5132,4259],[5116,4261],[2433,2537],[5137,4255],[5122,4256],[5143,4249],[5129,4250],[5148,4245],[5134,4245],[5153,4241],[5139,4240],[5158,4237],[5144,4235],[2436,2544],[5149,4231],[5161,4222],[5164,4231],[5168,4216],[5171,4224],[5176,4211],[5179,4219],[5182,4205],[5186,4214],[5188,4199],[2440,2549],[5194,4208],[5194,4192],[5199,4204],[5199,4187],[5206,4197],[5206,4182],[5213,4192],[5208,4183],[2472,2935],[2467,2929],[2461,2922],[2455,2916],[2449,2910],[2444,2904],[3302,3911],[319,7107],[5224,4184],[324,7115],[5212,4177],[327,7124],[5219,4172],[5227,4168],[5239,4176],[5232,4165],[5245,4169],[5236,4157],[5252,4163],[5247,4152],[5259,4158],[330,7134],[5254,4147],[5267,4151],[5263,4141],[5275,4146],[5270,4136],[5281,4141],[5275,4132],[5298,4116],[5302,4125],[5304,4111],[333,7143],[5308,4119],[5309,4107],[5313,4115],[5315,4102],[5319,4110],[5320,4098],[5324,4105],[5326,4093],[5329,4101],[5331,4089],[2933,5597],[5334,4096],[5337,4085],[5340,4092],[5343,4080],[5346,4087],[5348,4076],[5352,4083],[5354,4072],[5358,4078],[2933,5603],[5363,4074],[5365,4063],[5368,4070],[5370,4059],[5374,4066],[5376,4054],[5380,4061],[5382,4050],[5386,4057],[5389,4045],[2931,5610],[5392,4052],[5395,4040],[5398,4047],[5401,4035],[5404,4043],[5408,4030],[5412,4036],[5413,4027],[5416,4033],[5418,4022],[2935,5618],[5422,4029],[5424,4018],[5427,4025],[5429,4014],[5433,4021],[5435,4010],[5438,4016],[5440,4006],[5443,4013],[5446,4001],[2932,5626],[5449,4008],[5451,3997],[5454,4004],[5457,3993],[5460,4000],[5462,3989],[5465,3996],[5467,3985],[5471,3992],[5473,3981],[3304,3907],[2936,5633],[5476,3988],[5478,3977],[5481,3984],[5483,3973],[5486,3980],[5488,3969],[5491,3976],[5493,3965],[5496,3973],[5511,3954],[2934,5641],[5520,3960],[5518,3952],[5526,3957],[5524,3949],[5532,3955],[5531,3947],[5538,3952],[5537,3944],[5545,3950],[5544,3942],[2937,5649],[5552,3947],[5550,3939],[5559,3945],[5557,3937],[5565,3942],[5564,3934],[5571,3940],[5570,3932],[5578,3938],[5576,3930],[2935,5658],[5584,3935],[5583,3927],[5591,3933],[5589,3925],[5597,3931],[5595,3923],[5603,3928],[5601,3920],[5609,3926],[5607,3918],[2938,5665],[5616,3924],[5614,3916],[5622,3921],[5620,3913],[5628,3919],[5626,3911],[5635,3917],[5633,3909],[5641,3915],[5639,3906],[2936,5672],[5648,3912],[5646,3904],[5653,3910],[5652,3902],[5660,3907],[5658,3899],[5666,3905],[5666,3896],[5672,3903],[5674,3892],[2940,5680],[5678,3900],[5680,3890],[5684,3898],[5687,3888],[5690,3896],[5695,3885],[5697,3893],[5701,3883],[5703,3891],[5708,3881],[2937,5689],[5709,3889],[5714,3878],[5720,3876],[5722,3884],[5726,3874],[5728,3882],[5736,3869],[5736,3878],[5743,3865],[5137,7956],[5745,3875],[5751,3863],[5753,3872],[5757,3860],[5759,3870],[5764,3859],[5765,3868],[5770,3857],[5773,3865],[5776,3855],[5141,7963],[5778,3863],[5782,3853],[5784,3861],[5790,3850],[5791,3858],[5796,3849],[5797,3856],[5802,3847],[5804,3854],[5810,3845],[3306,3917],[5145,7970],[5808,3853],[5817,3843],[5819,3850],[5825,3841],[5825,3848],[5831,3839],[5833,3846],[5838,3837],[5839,3844],[5844,3835],[5148,7976],[5846,3843],[5850,3832],[5852,3841],[5858,3839],[5866,3825],[5866,3836],[5871,3823],[5874,3832],[5877,3821],[5152,7983],[5880,3831],[5884,3819],[5888,3828],[5890,3817],[5895,3825],[5896,3815],[5901,3823],[5902,3813],[5906,3820],[5909,3810],[5156,7991],[5911,3818],[5915,3808],[5917,3816],[5922,3805],[5924,3813],[5928,3803],[5930,3811],[5934,3801],[5935,3809],[5939,3799],[5162,7996],[5941,3807],[5963,3798],[5969,3796],[5975,3793],[5979,3783],[5981,3791],[5986,3780],[5988,3788],[5991,3778],[5993,3786],[5169,8000],[5998,3776],[5999,3783],[6004,3773],[6006,3781],[6010,3772],[6011,3779],[6018,3769],[6018,3776],[6022,3767],[6024,3774],[5176,8003],[6029,3764],[6030,3771],[6035,3762],[6036,3769],[6041,3759],[6043,3766],[6048,3757],[6050,3763],[6054,3754],[6056,3761],[5181,8006],[6061,3752],[6062,3759],[6067,3749],[6069,3756],[6077,3745],[6079,3753],[6083,3741],[6086,3751],[6090,3739],[6093,3748],[5187,8011],[6097,3737],[6099,3745],[6103,3735],[6105,3743],[6110,3732],[6112,3741],[6116,3730],[6118,3739],[5328,4131],[5326,4122],[5193,8015],[5323,4113],[5330,4108],[5336,4103],[5343,4098],[5349,4093],[5355,4088],[3307,3911],[5198,8021],[5203,8028],[5369,4100],[5374,4096],[5388,4085],[5394,4081],[5399,4077],[5407,4071],[5372,4106],[5426,4052],[5402,4088],[5207,8035],[5450,4034],[5415,4057],[5413,4051],[5410,4046],[5418,4047],[5424,4042],[5430,4038],[5437,4033],[5442,4028],[5211,8044],[5465,4031],[5474,4025],[5484,4017],[5491,4021],[5489,4011],[5489,4001],[5488,3992],[5482,3996],[5475,4001],[5214,8052],[5357,4119],[5354,4111],[5356,4100],[5362,4096],[5359,4089],[5366,4105],[5369,4112],[5376,4102],[5384,4098],[5216,8059],[5392,4094],[5401,4101],[5318,4089],[5300,4075],[5305,4078],[5311,4080],[5317,4081],[5323,4077],[5217,8067],[5330,4072],[5335,4068],[5340,4064],[5345,4060],[5352,4055],[5358,4051],[5365,4046],[5371,4041],[5376,4037],[5383,4032],[5219,8075],[5390,4026],[5221,8082],[5393,3994],[5387,3999],[5434,3991],[5440,3986],[5446,3982],[5451,3978],[5457,3974],[5462,3969],[5223,8090],[5470,3962],[5477,3953],[5457,3939],[5464,3954],[5461,3962],[5458,3965],[5452,3969],[5448,3971],[5445,3963],[3310,3922],[5225,8097],[5441,3955],[5444,3976],[5227,8108],[5601,3951],[5606,3959],[5609,3967],[5612,3976],[5592,3957],[5228,8114],[5573,3958],[5565,3963],[5557,3967],[5548,3970],[5540,3973],[5598,3936],[5605,3934],[5612,3931],[5230,8121],[5629,3933],[5619,3937],[5615,3944],[5609,3937],[5608,3946],[5601,3941],[5626,3832],[5231,8128],[5607,3898],[5618,3900],[5628,3899],[5637,3896],[5233,8135],[5645,3893],[5649,3892],[5654,3890],[5659,3889],[5664,3887],[5669,3885],[5674,3883],[5679,3881],[5684,3879],[5688,3877],[5234,8142],[5687,3872],[5684,3864],[5644,3860],[5647,3848],[5639,3846],[5636,3830],[5235,8149],[5687,3866],[5694,3863],[5695,3874],[5701,3861],[5702,3872],[5708,3858],[5710,3869],[5716,3856],[5718,3866],[5723,3855],[5236,8156],[5724,3863],[5729,3852],[5731,3861],[5237,8163],[5795,3835],[5797,3832],[5793,3828],[5796,3826],[5792,3822],[5795,3820],[5792,3817],[3311,3917],[4120,5922],[5793,3812],[5792,3806],[5790,3801],[5789,3794],[5803,3840],[5807,3837],[5811,3836],[5817,3834],[5822,3830],[5830,3826],[4124,5927],[5839,3823],[5861,3806],[5867,3803],[5876,3800],[5887,3795],[5897,3792],[5905,3789],[5916,3786],[5925,3783],[6141,3719],[6143,3728],[6147,3716],[4135,5924],[6150,3725],[6154,3714],[6156,3722],[6161,3712],[6164,3718],[6166,3710],[6168,3717],[6171,3708],[6173,3714],[6177,3705],[4140,5917],[6179,3712],[6186,3709],[6189,3700],[6192,3707],[6196,3697],[6198,3704],[6202,3693],[6204,3700],[6209,3689],[4147,5922],[6213,3694],[6215,3684],[6219,3690],[6220,3680],[6223,3686],[6226,3675],[6229,3681],[6232,3669],[6235,3675],[6239,3662],[4151,5915],[6247,3664],[6245,3656],[6251,3650],[6258,3653],[6256,3646],[6263,3648],[6260,3641],[6268,3642],[6265,3636],[6274,3637],[6271,3631],[6279,3632],[6276,3626],[6285,3626],[6281,3621],[6290,3621],[6287,3615],[6296,3616],[6292,3610],[4163,5912],[6301,3611],[6298,3605],[6307,3606],[6304,3600],[6313,3601],[6309,3595],[6318,3596],[6315,3590],[6324,3591],[6321,3585],[4170,5916],[6332,3585],[6330,3578],[6341,3578],[6337,3573],[6350,3572],[6347,3565],[6359,3565],[6356,3559],[6364,3561],[6361,3555],[3314,3928],[4175,5909],[6370,3558],[6367,3551],[6376,3554],[6372,3547],[6381,3551],[6377,3543],[6386,3548],[6382,3538],[6392,3545],[6387,3534],[4181,5914],[6397,3543],[6391,3530],[6408,3538],[6396,3526],[6401,3522],[6406,3518],[6427,3529],[6412,3514],[6434,3525],[6418,3510],[6439,3522],[6424,3506],[6469,3500],[6430,3503],[6475,3495],[6436,3499],[6480,3491],[6441,3495],[6486,3486],[6462,3484],[4193,5912],[6490,3481],[6468,3480],[6496,3475],[6473,3476],[6501,3469],[6481,3472],[6506,3463],[6485,3469],[6511,3458],[6491,3464],[4192,5904],[6516,3452],[6496,3460],[6521,3446],[6502,3455],[6527,3440],[6507,3450],[6532,3434],[6512,3446],[6537,3428],[6517,3440],[4204,5909],[6542,3422],[6522,3434],[6547,3417],[6528,3428],[6553,3411],[6533,3422],[6560,3404],[6540,3414],[6567,3396],[6545,3409],[4197,5904],[6574,3389],[6550,3403],[6582,3383],[6557,3397],[6563,3390],[6597,3368],[6571,3384],[6606,3358],[6578,3376],[4216,5906],[6614,3351],[6586,3369],[6623,3342],[6594,3361],[6632,3333],[6602,3352],[6641,3324],[6610,3344],[6650,3315],[6619,3336],[4209,5901],[6660,3306],[6629,3327],[6669,3298],[6638,3318],[6678,3289],[6647,3310],[6687,3281],[6657,3301],[6697,3274],[6665,3292],[4227,5903],[6707,3269],[6674,3283],[6718,3264],[6684,3274],[6729,3260],[6694,3267],[6741,3258],[6705,3260],[6752,3257],[6717,3255],[3315,3922],[4220,5899],[6765,3257],[6728,3252],[6776,3258],[6740,3249],[6789,3258],[6752,3248],[6802,3257],[6765,3248],[6808,3255],[6776,3249],[4238,5901],[6824,3251],[6789,3249],[6836,3244],[6801,3248],[6844,3240],[6808,3244],[6856,3232],[6819,3240],[6866,3223],[6833,3235],[4231,5896],[6873,3216],[6840,3231],[6882,3209],[6853,3223],[6891,3202],[6862,3215],[6898,3196],[6869,3209],[6905,3190],[6878,3201],[4249,5898],[6915,3182],[6887,3194],[6921,3176],[6893,3188],[6927,3169],[6900,3181],[6934,3164],[6906,3177],[6945,3154],[6910,3172],[4243,5894],[6952,3148],[6916,3165],[6958,3142],[6925,3159],[6965,3137],[6932,3152],[6971,3131],[6939,3146],[6980,3123],[6947,3141],[4260,5896],[6987,3117],[6953,3136],[6993,3112],[6960,3129],[6999,3106],[6966,3122],[7005,3101],[6973,3117],[7012,3096],[6981,3111],[4254,5891],[7018,3090],[6988,3105],[7026,3082],[6995,3098],[7035,3075],[7001,3091],[7043,3068],[7009,3086],[7052,3061],[7017,3080],[4271,5893],[7059,3056],[7024,3073],[7066,3049],[7032,3067],[7074,3043],[7039,3060],[7078,3033],[7047,3054],[7090,3028],[7054,3047],[7096,3024],[7062,3041],[7103,3018],[7069,3034],[7111,3014],[7086,3019],[7121,3012],[7093,3013],[7128,3011],[7101,3008],[4283,5891],[7138,3014],[7109,3004],[7118,3001],[7126,2999],[6254,3659],[6268,3663],[6263,3653],[3318,3934],[6276,3657],[6271,3647],[6280,3638],[6289,3634],[6459,3510],[6464,3507],[6470,3506],[6474,3511],[6475,3518],[4292,5888],[6475,3525],[6473,3532],[6469,3536],[6464,3538],[6460,3539],[6454,3537],[6464,3452],[6470,3448],[6477,3448],[6482,3454],[4286,5884],[6483,3463],[6393,3432],[6393,3437],[6395,3443],[6399,3445],[6400,3455],[6404,3458],[6411,3469],[6388,3352],[4303,5886],[6386,3359],[6387,3367],[6382,3371],[6381,3380],[6421,3507],[6414,3534],[6409,3549],[6398,3557],[6389,3562],[6380,3562],[4297,5881],[6379,3569],[6368,3576],[6360,3578],[6361,3572],[6368,3567],[6375,3562],[6381,3557],[6388,3553],[6394,3548],[6401,3542],[4313,5884],[6386,3543],[6392,3539],[6399,3534],[6407,3529],[6418,3519],[6465,3491],[6471,3488],[6477,3484],[6482,3480],[6488,3475],[6494,3469],[6499,3464],[6503,3459],[6791,3243],[6781,3244],[6772,3244],[6760,3244],[6751,3244],[6742,3232],[6741,3219],[4320,5883],[6740,3244],[6730,3244],[6720,3243],[6711,3243],[6709,3233],[6709,3218],[6704,3224],[6703,3233],[6703,3243],[6703,3251],[4318,5877],[6710,3250],[6717,3250],[6960,3117],[6948,3111],[6951,3125],[6950,3132],[6942,3124],[6941,3133],[6937,3110],[6938,3092],[4327,5882],[6944,3083],[6993,3061],[7000,3067],[6993,3075],[7000,3079],[6993,3089],[6985,3105],[6985,3096],[6977,3112],[6977,3095],[3319,3928],[4326,5874],[6968,3119],[6976,3103],[6960,3126],[6968,3110],[5293,4132],[5284,4138],[5286,4124],[5668,3893],[5291,4121],[5297,4129],[6121,3727],[6133,3722],[6127,3736],[6137,3731],[6940,3159],[4892,4443],[4893,4446],[5947,3795],[5948,3805],[5954,3792],[5956,3802],[5961,3789],[5967,3787],[5973,3785],[3890,3000],[3886,3007],[3902,2990],[3897,2999],[3914,2982],[3909,2990],[3926,2972],[3922,2979],[3938,2962],[3933,2971],[3949,2954],[3946,2960],[3959,2942],[3956,2951],[3968,2928],[3966,2938],[3977,2916],[3975,2925],[3985,2906],[3983,2914],[3995,2893],[3993,2901],[4003,2881],[4002,2889],[4007,2872],[4010,2877],[4010,2865],[2147,3343],[4014,2867],[4014,2853],[4018,2855],[4016,2845],[4020,2847],[4020,2836],[4023,2838],[4024,2824],[4027,2829],[4027,2815],[3324,3941],[2145,3351],[4031,2817],[4030,2806],[4034,2809],[4033,2797],[4038,2797],[4036,2787],[4041,2786],[4040,2777],[4043,2780],[4044,2768],[2143,3359],[4047,2773],[4049,2760],[4052,2765],[4055,2750],[4060,2742],[4083,2707],[4092,2696],[2140,3368],[4079,2720],[4105,2690],[4081,2714],[4117,2684],[4088,2706],[4126,2679],[4096,2699],[4137,2672],[4113,2691],[4148,2664],[2137,3376],[4122,2686],[4133,2679],[4144,2671],[4154,2665],[4075,2717],[4076,2712],[4069,2710],[4063,2712],[4059,2722],[4060,2728],[2135,3385],[4063,2734],[4067,2730],[4070,2737],[4076,2735],[4075,2735],[7185,6764],[3537,6914],[7187,6766],[7181,6766],[7181,6774],[7174,6778],[7173,6783],[7167,6787],[7164,6795],[7157,6798],[7154,6807],[7148,6809],[3534,6903],[7144,6819],[7137,6824],[7134,6831],[7129,6833],[7127,6840],[7121,6843],[7116,6853],[7107,6864],[7099,6870],[3532,6897],[7095,6880],[7088,6884],[7086,6890],[7074,6901],[7081,6897],[7064,6913],[7074,6905],[7057,6921],[7068,6913],[7052,6927],[3529,6890],[7061,6921],[7043,6939],[7049,6936],[7036,6947],[7041,6945],[7028,6957],[7033,6955],[6022,2640],[6025,2651],[6030,2659],[3530,6885],[6040,2670],[6048,2678],[6056,2687],[6062,2695],[6071,2704],[6079,2713],[6086,2722],[6095,2731],[6102,2740],[6110,2749],[3324,3934],[6118,2758],[6127,2768],[6135,2778],[6144,2787],[6150,2795],[6157,2803],[6074,2720],[6103,2754],[6110,2762],[6118,2770],[6125,2779],[6133,2786],[6050,2663],[6051,2671],[6057,2669],[6058,2677],[6064,2678],[6066,2685],[6072,2686],[6080,2696],[6107,2730],[6124,2749],[6155,2794],[5873,2434],[5867,2435],[5862,2436],[5857,2437],[5852,2441],[5846,2442],[5841,2442],[5836,2443],[5831,2444],[5825,2445],[5819,2447],[5812,2448],[5805,2449],[5801,2450],[5795,2451],[5791,2452],[5785,2453],[5779,2454],[5773,2455],[5768,2456],[5762,2457],[5755,2458],[5749,2459],[5743,2460],[5737,2460],[5731,2461],[5727,2457],[5722,2460],[5718,2454],[5796,2456],[5835,2448],[5828,2453],[5816,2438],[5774,2448],[6871,6409],[6872,6400],[6873,6392],[6874,6383],[6877,6377],[6882,6374],[6887,6370],[6892,6367],[6897,6364],[3328,3948],[6902,6360],[6907,6357],[6912,6354],[6918,6353],[6924,6354],[6930,6355],[6937,6357],[6936,6365],[6935,6373],[6934,6381],[6935,6390],[6927,6390],[6921,6388],[6919,6397],[6912,6398],[6906,6397],[6899,6395],[6893,6394],[6885,6393],[6880,6392],[6870,6375],[7698,3213],[7693,3215],[7700,3219],[7695,3221],[7701,3225],[7697,3227],[7692,3211],[7762,3342],[7757,3329],[7752,3316],[7726,3280],[7719,3270],[7755,3418],[7753,3433],[7749,3447],[7749,3461],[7747,3472],[7757,3432],[7755,3444],[7757,3450],[7753,3462],[7751,3476],[7766,3421],[7764,3432],[7762,3447],[7760,3456],[7758,3476],[7769,3453],[7777,3455],[7760,3417],[7762,3422],[7763,3403],[7767,3386],[7769,3392],[7770,3374],[7771,3384],[7771,3365],[7777,3423],[7784,3419],[7725,3298],[7735,3302],[7745,3309],[7763,3386],[7756,3387],[7748,3383],[7729,3292],[7730,3289],[7738,3297],[7747,3304],[7768,3347],[7735,3285],[7747,3292],[3525,6876],[7754,3300],[7759,3311],[7740,3271],[7769,3305],[7719,3284],[7712,3274],[7708,3259],[7712,3261],[7704,3247],[7700,3235],[7679,3168],[7682,3179],[7686,3190],[7689,3201],[7677,3152],[7676,3142],[7675,3128],[7675,3116],[7674,3103],[7674,3090],[3329,3941],[7673,3076],[7672,3062],[7671,3141],[7671,3129],[7687,3206],[7683,3194],[7679,3182],[7675,3170],[7754,3482],[7763,3333],[7758,3320],[7309,3849],[7303,3842],[7303,3828],[7297,3829],[7305,3817],[7297,3817],[7305,3806],[7297,3808],[7298,3800],[7304,3793],[7314,3794],[7324,3794],[7334,3794],[7343,3795],[7353,3795],[7362,3795],[7371,3795],[7379,3789],[7389,3784],[7396,3785],[7405,3785],[7405,3798],[7405,3813],[7351,3781],[7351,3767],[2459,8120],[7351,3758],[7361,3759],[7351,3747],[7351,3735],[7367,3786],[7366,3768],[7367,3752],[7367,3739],[2461,8127],[7563,3465],[7558,3473],[7561,3476],[7556,3484],[7559,3488],[7553,3495],[7557,3503],[7553,3508],[2464,8134],[7555,3516],[7552,3516],[7553,3530],[7550,3529],[7551,3543],[7546,3548],[7549,3555],[7549,3566],[7557,3568],[7560,3555],[2466,8140],[7562,3542],[7566,3515],[7568,3502],[7569,3489],[7571,3477],[7571,3465],[7559,3588],[7555,3600],[7559,3608],[2469,8148],[7568,3612],[7578,3631],[7579,3623],[7580,3613],[7581,3602],[7581,3592],[7581,3580],[7563,3576],[7572,3578],[7582,3569],[2470,8155],[7584,3557],[7586,3547],[7580,3537],[7588,3537],[7590,3524],[7593,3541],[7598,3543],[7608,3548],[7613,3558],[7617,3566],[3666,6650],[3333,3953],[2470,8161],[7621,3574],[7625,3584],[7630,3593],[7635,3603],[7641,3608],[7589,3512],[7582,3507],[7571,3505],[7563,3461],[7558,3578],[2470,8167],[7555,3585],[7553,3592],[7550,3599],[7548,3607],[7547,3614],[7546,3622],[7545,3630],[7366,3997],[7365,3983],[7365,3974],[3564,6856],[7366,3962],[7366,3951],[7366,3937],[7367,3924],[7367,3913],[7367,3904],[7367,3889],[7368,3876],[7367,3866],[7370,3859],[3561,6864],[7367,3847],[7367,3836],[7368,3826],[7367,3814],[7367,3802],[7375,3803],[7375,3814],[7375,3825],[7380,3827],[7388,3828],[3558,6872],[7390,3817],[7398,3813],[7390,3839],[7374,3835],[7374,3844],[7374,3855],[7375,3866],[7374,3877],[7385,3899],[7386,3911],[3554,6881],[7385,3922],[7386,3929],[7375,3929],[7374,3939],[7373,3951],[7373,3962],[7379,3964],[7373,3973],[7373,3982],[7373,3991],[3552,6888],[7395,3929],[7403,3933],[7403,3947],[7395,3948],[7387,3952],[7386,3964],[7387,3976],[7359,3963],[7350,3963],[7343,3963],[3548,6899],[7333,3968],[7362,3957],[7362,3945],[7362,3933],[7362,3888],[7363,3874],[7336,4016],[7330,4008],[7327,3996],[7327,3984],[3544,6908],[7327,3975],[7322,3958],[7327,3950],[7335,3946],[7335,3935],[7341,3935],[7350,3936],[7357,3928],[7359,3899],[7350,3891],[3541,6917],[7341,3890],[7336,3890],[7336,3881],[7321,3948],[7321,3941],[7323,3595],[7319,3590],[7323,3581],[7319,3576],[3334,3948],[3537,6928],[7323,3567],[7320,3564],[7323,3557],[7324,3548],[7330,3548],[7331,3539],[7337,3538],[7338,3530],[7345,3529],[7346,3519],[3533,6936],[7351,3519],[7360,3517],[7367,3521],[7376,3533],[7382,3540],[7389,3550],[7396,3560],[7416,3584],[7424,3594],[7432,3591],[3530,6946],[7439,3585],[7447,3577],[7425,3607],[7425,3622],[7425,3632],[7312,3590],[7313,3576],[3526,6954],[7744,3414],[7730,3405],[7734,3410],[7717,3399],[7713,3388],[7695,3343],[7694,3330],[7698,3317],[7705,3309],[3522,6965],[7714,3303],[7740,3403],[7741,3384],[7702,3355],[7704,3362],[7707,3369],[7710,3376],[7564,3444],[7573,3444],[3519,6973],[7565,3429],[7572,3436],[7567,3416],[7571,3409],[7573,3400],[7574,3389],[7575,3376],[7577,3366],[7585,3359],[7596,3353],[3514,6987],[7595,3359],[7603,3350],[7613,3345],[7620,3342],[7628,3340],[7638,3330],[7642,3326],[7646,3323],[7650,3320],[7654,3317],[3511,6994],[7658,3313],[5244,4606],[5234,4600],[5246,4603],[5243,4594],[5231,4588],[5241,4586],[5229,4581],[3508,7002],[5238,4579],[5227,4574],[5236,4570],[5224,4566],[5233,4562],[5222,4559],[5230,4554],[5219,4551],[5228,4543],[5217,4544],[3504,7011],[5220,4539],[5212,4539],[5225,4536],[5207,4534],[5226,4528],[5206,4528],[5227,4518],[5206,4522],[5225,4512],[5205,4516],[3338,3959],[3501,7019],[5221,4508],[5209,4512],[5216,4506],[5202,4510],[5210,4503],[5198,4503],[5207,4496],[5195,4495],[5203,4488],[5191,4488],[3496,7031],[5199,4481],[5187,4480],[5195,4473],[5184,4473],[5191,4466],[5180,4466],[5188,4458],[5176,4458],[5184,4451],[5173,4451],[3494,7034],[5180,4444],[5168,4443],[5177,4438],[5165,4436],[5174,4431],[5161,4428],[5170,4424],[5158,4423],[5166,4417],[5155,4417],[3493,7037],[5163,4409],[5151,4410],[5160,4403],[5147,4401],[5155,4394],[5143,4393],[5151,4387],[5139,4386],[5147,4378],[5135,4378],[5143,4371],[5131,4370],[5140,4364],[5128,4363],[5136,4356],[5123,4355],[5132,4348],[5120,4350],[5129,4342],[5116,4341],[5124,4334],[5112,4333],[5120,4327],[5109,4326],[5116,4317],[5105,4318],[5112,4310],[5102,4311],[5109,4303],[5098,4304],[5105,4296],[5098,4291],[6657,3779],[6667,3777],[6686,3773],[6695,3772],[6705,3771],[6715,3771],[6724,3770],[6735,3768],[6745,3768],[6756,3766],[6765,3765],[6777,3764],[6789,3763],[6794,3763],[6800,3762],[6807,3761],[6814,3761],[6821,3760],[6828,3759],[6835,3759],[6843,3758],[6849,3757],[6855,3757],[6862,3756],[6868,3755],[6875,3755],[6882,3754],[6889,3754],[6896,3753],[6903,3752],[6917,3752],[3338,3953],[6924,3751],[6934,3749],[6942,3748],[6951,3746],[6960,3746],[6969,3746],[6977,3746],[6986,3748],[6993,3750],[7002,3755],[7011,3759],[7022,3765],[7031,3772],[7041,3779],[7048,3785],[7057,3790],[7066,3795],[7075,3798],[7084,3802],[7093,3804],[7102,3807],[7111,3810],[7121,3813],[7130,3816],[7139,3819],[7148,3822],[7158,3825],[7167,3828],[7175,3830],[7186,3834],[7195,3836],[7203,3838],[7208,3840],[7212,3842],[7222,3845],[7232,3848],[7242,3850],[7252,3852],[7263,3854],[7278,3859],[7283,3859],[7299,3859],[7305,3854],[7314,3856],[7324,3856],[7334,3856],[7342,3856],[7351,3856],[7361,3856],[7362,3866],[7352,3866],[7342,3866],[7332,3865],[7323,3863],[7313,3863],[7308,3864],[7317,3868],[7304,3863],[7313,3872],[7308,3868],[7305,3869],[7313,3886],[7313,3882],[7313,3890],[7311,3885],[7306,3883],[7311,3879],[7308,3890],[7288,3861],[7288,3867],[7289,3873],[7291,3880],[7293,3887],[7295,3893],[7296,3899],[7297,3904],[7241,3856],[7240,3863],[7240,3866],[7076,3809],[7065,3804],[7054,3799],[7045,3795],[7056,3808],[7047,3805],[7037,3805],[7034,3795],[3343,3966],[6912,3753],[6996,3754],[6996,3748],[5380,3748],[5374,3752],[5384,3756],[5378,3759],[5387,3761],[5382,3766],[5391,3768],[5385,3773],[5394,3776],[5389,3780],[5398,3783],[5393,3787],[5401,3790],[5396,3794],[5405,3797],[5400,3801],[5409,3804],[5404,3809],[5412,3810],[5408,3816],[5417,3819],[5412,3823],[5421,3826],[5417,3831],[5425,3832],[5421,3837],[5430,3839],[5425,3844],[5434,3845],[5430,3850],[5439,3852],[5434,3857],[5443,3859],[5439,3864],[5447,3865],[5443,3870],[5453,3872],[5456,3878],[5451,3883],[5460,3885],[5470,3901],[5473,3905],[5477,3912],[5477,3924],[5480,3930],[5489,3930],[5483,3937],[5494,3937],[5487,3943],[5497,3942],[5490,3949],[5501,3948],[5494,3955],[5514,3971],[5507,3976],[5517,3976],[5510,3982],[5520,3983],[5513,3989],[5523,3990],[5516,3995],[5526,3996],[5519,4001],[5529,4003],[5522,4007],[5531,4008],[5525,4014],[5534,4016],[5528,4021],[5537,4022],[5531,4027],[5540,4029],[5534,4035],[5543,4035],[5537,4040],[3344,3960],[5547,4042],[5540,4048],[5550,4051],[5543,4055],[5553,4058],[5547,4063],[5557,4065],[5550,4070],[5560,4072],[5553,4078],[5563,4080],[5556,4085],[5566,4087],[5560,4092],[5569,4094],[5563,4101],[5572,4102],[5566,4107],[5576,4108],[5578,4114],[5571,4120],[5581,4121],[5574,4126],[5584,4127],[5576,4132],[5587,4134],[5579,4140],[5589,4141],[5581,4146],[5587,4151],[3508,7042],[5550,4023],[5553,4030],[5481,3949],[3512,7030],[5486,3956],[5501,3983],[5500,3992],[5500,4002],[5501,4015],[3516,7020],[5560,4029],[5507,3994],[5566,4025],[5512,4005],[5517,4017],[5523,4028],[3520,7012],[5597,4107],[5573,4019],[5596,4109],[5578,4145],[3524,6999],[3527,6992],[3348,3972],[5569,4114],[5611,4590],[5618,4591],[5613,4582],[5620,4583],[5614,4574],[5621,4576],[5617,4563],[5621,4565],[5620,4559],[5625,4560],[5626,4551],[5620,4549],[5627,4545],[5621,4542],[5623,4534],[5625,4527],[5653,4551],[5659,4540],[5648,4558],[5641,4564],[5631,4563],[5634,4512],[5628,4510],[5636,4503],[5630,4501],[5638,4494],[5634,4484],[5640,4486],[5637,4477],[5641,4477],[5613,4450],[5612,4444],[5609,4433],[5606,4423],[5614,4561],[5608,4559],[5602,4557],[5596,4555],[5589,4553],[5609,4452],[5634,4417],[5633,4410],[5632,4401],[5631,4393],[5630,4387],[5629,4378],[5629,4371],[3348,3966],[5609,4345],[5608,4333],[5606,4322],[5604,4309],[5598,4309],[5591,4311],[5584,4312],[5578,4314],[5626,4337],[5624,4330],[5621,4323],[5618,4317],[5614,4311],[5598,4265],[5597,4258],[5596,4250],[5605,4256],[5595,4243],[5604,4249],[5594,4234],[5603,4240],[5593,4226],[5601,4230],[5592,4217],[5600,4221],[5591,4209],[5599,4213],[5590,4201],[5599,4206],[5590,4192],[5598,4198],[5589,4184],[5597,4188],[5603,4189],[5602,4182],[5595,4171],[5588,4175],[5595,4164],[5590,4162],[5596,4179],[5564,4243],[5570,4242],[5577,4240],[5584,4259],[5582,4271],[5583,4239],[5591,4237],[5590,4226],[3518,6983],[5562,4235],[5589,4216],[5588,4208],[5587,4199],[5586,4189],[5584,4179],[5582,4172],[6482,4490],[6484,4508],[6455,4512],[3353,3978],[6457,4524],[6460,4534],[6471,4531],[6482,4527],[6488,4516],[6481,4519],[6480,4512],[6485,4483],[6485,4469],[6482,4455],[6481,4437],[6480,4423],[6477,4406],[6425,4406],[6416,4408],[6407,4410],[6396,4411],[6385,4413],[6373,4415],[6363,4416],[6466,4458],[6463,4453],[6454,4454],[6443,4456],[6438,4457],[6464,4442],[6452,4434],[6438,4424],[6426,4422],[6427,4410],[6422,4411],[6416,4422],[6406,4423],[6396,4425],[6387,4426],[6376,4429],[6364,4429],[6430,4464],[6430,4456],[6425,4450],[6428,4431],[6423,4435],[6413,4436],[6415,4450],[6404,4453],[6391,4455],[6380,4458],[6378,4445],[6351,4413],[6488,4474],[3547,6896],[6495,4473],[6503,4474],[6508,4473],[6513,4472],[6518,4466],[6520,4457],[6520,4450],[6528,4448],[6533,4447],[6539,4446],[6544,4445],[6522,5424],[6525,5418],[6530,5417],[6533,5411],[6540,5409],[6544,5403],[6550,5401],[6553,5395],[6558,5395],[3353,3972],[6560,5389],[6565,5389],[6568,5383],[6574,5382],[6578,5375],[6588,5367],[6593,5367],[6597,5360],[6602,5359],[6605,5353],[6612,5351],[6614,5345],[6620,5343],[6622,5335],[6628,5332],[6629,5326],[6634,5324],[6636,5317],[6642,5315],[6646,5308],[6652,5307],[6656,5300],[6662,5298],[6665,5292],[6671,5290],[6675,5284],[6679,5284],[6682,5277],[6688,5276],[6691,5270],[6695,5270],[5964,4964],[5971,4960],[5976,4968],[5980,4964],[5987,4972],[5992,4969],[5994,4975],[6000,4972],[6003,4979],[6008,4975],[6011,4982],[6016,4978],[6019,4985],[6024,4981],[6027,4988],[6032,4985],[6036,4992],[6040,4988],[6043,4995],[6048,4991],[6051,4998],[6056,4994],[6059,5001],[6064,4998],[6066,5004],[6072,5001],[6075,5008],[6080,5004],[6083,5011],[6088,5007],[6092,5014],[6098,5011],[6102,5018],[6108,5014],[6113,5021],[6119,5018],[6123,5025],[6129,5021],[6133,5028],[6139,5024],[6143,5031],[6149,5028],[6153,5034],[6159,5031],[6163,5037],[6169,5034],[6173,5040],[6179,5035],[6184,5041],[6189,5036],[6195,5042],[6199,5037],[6204,5043],[6210,5038],[6215,5044],[6221,5039],[6225,5045],[6231,5040],[6236,5046],[6242,5041],[6246,5047],[6252,5042],[6255,5048],[6262,5043],[6280,5073],[6267,5045],[6286,5085],[6271,5049],[4830,6594],[3358,3985],[6293,5099],[6275,5056],[6299,5103],[6279,5063],[6306,5104],[6287,5078],[6314,5100],[6293,5090],[6324,5091],[6317,5091],[6334,5082],[6327,5082],[6346,5072],[6337,5073],[6355,5063],[6347,5064],[6365,5054],[6357,5055],[6376,5045],[6369,5045],[3498,7023],[6386,5036],[6378,5037],[6397,5028],[6390,5027],[6407,5021],[6399,5020],[6413,5016],[6410,5011],[6420,5011],[6417,5006],[3495,7028],[6426,5006],[6423,5001],[3495,7024],[6199,5034],[6199,5026],[3492,7029],[6205,5025],[6212,5026],[6219,5026],[6217,5020],[6217,5012],[6218,5003],[3491,7026],[6218,4994],[6218,4987],[6226,5027],[6225,4990],[6232,5027],[6232,4991],[6239,5028],[6238,4991],[6246,5030],[3489,7031],[6253,5031],[6244,4987],[6259,5031],[6252,4991],[6269,5036],[6261,4991],[6260,4999],[6252,4998],[6260,5007],[6251,5006],[3488,7028],[6260,5015],[6251,5015],[6259,5024],[6250,5023],[6275,5041],[6275,5031],[6276,5021],[3487,7032],[6291,5071],[6294,5065],[6299,5073],[6302,5081],[6308,5080],[6313,5076],[6319,5071],[6324,5067],[6329,5062],[3358,3978],[3485,7030],[6335,5058],[6313,5054],[6292,5039],[6286,5045],[6282,5037],[6292,5028],[6298,5049],[6306,5043],[3484,7033],[6379,5020],[6386,5014],[6393,5009],[6399,5004],[6350,5085],[6356,5096],[6339,5117],[3482,7032],[6334,5114],[6326,5121],[6318,5127],[6308,5122],[6311,5130],[6315,5138],[6184,5047],[6192,5048],[6168,5041],[6176,5046],[6144,5045],[6143,5053],[6148,5065],[6142,5064],[6099,5051],[6100,5046],[6100,5036],[6101,5025],[6416,5913],[6412,5900],[6419,5905],[6415,5892],[6423,5896],[6418,5883],[6426,5887],[6420,5875],[6428,5879],[6424,5864],[6432,5867],[6427,5854],[6435,5858],[6430,5844],[6438,5848],[6433,5834],[6441,5838],[6437,5823],[6445,5826],[6440,5814],[6448,5818],[6443,5804],[6451,5808],[6446,5795],[6453,5798],[6449,5785],[6456,5788],[6452,5775],[3363,3990],[6457,5776],[6455,5765],[6460,5766],[6458,5755],[6463,5755],[6461,5746],[6467,5744],[6465,5736],[6470,5735],[6468,5726],[6473,5726],[6471,5717],[6475,5719],[6474,5707],[6479,5711],[6477,5698],[6482,5700],[6480,5689],[6486,5690],[6483,5679],[6490,5678],[6486,5670],[6492,5670],[6478,5654],[6495,5661],[6482,5640],[6498,5651],[6485,5632],[6501,5641],[6490,5660],[6504,5631],[6493,5651],[6507,5622],[6496,5641],[6510,5612],[6499,5631],[6513,5603],[6502,5622],[6516,5594],[6505,5613],[6518,5584],[6507,5605],[6518,5575],[6510,5597],[6518,5568],[6512,5588],[6518,5561],[6512,5578],[6518,5553],[6512,5570],[6518,5548],[6512,5561],[6518,5539],[6513,5553],[6518,5530],[6513,5545],[6518,5523],[6513,5536],[6519,5512],[6513,5528],[6518,5506],[6513,5520],[6517,5493],[6512,5512],[6515,5481],[6513,5497],[6515,5467],[6515,5455],[6514,5444],[6510,5450],[6514,5437],[6509,5441],[6515,5428],[6510,5434],[6515,5418],[6510,5428],[6515,5410],[6509,5420],[6515,5402],[6510,5413],[6515,5394],[6510,5407],[6515,5386],[6510,5399],[6515,5377],[6510,5393],[6515,5368],[6510,5386],[6515,5361],[6510,5378],[6515,5354],[6510,5368],[3363,3984],[6515,5347],[6510,5362],[6515,5338],[6510,5354],[6515,5333],[6510,5344],[6515,5326],[6510,5337],[6515,5319],[6510,5329],[6515,5312],[6510,5321],[6515,5304],[6510,5313],[6515,5296],[6510,5304],[6515,5289],[6510,5296],[6515,5281],[6510,5290],[6515,5273],[6510,5281],[6515,5266],[6510,5274],[6515,5259],[6510,5265],[6515,5251],[6510,5258],[6515,5242],[6510,5251],[6515,5236],[6510,5243],[6515,5227],[6510,5236],[6515,5220],[6510,5228],[6515,5213],[6510,5220],[6515,5205],[6510,5212],[6515,5197],[6510,5204],[6515,5190],[6510,5197],[6515,5184],[6510,5189],[6515,5177],[6510,5183],[6513,5165],[6510,5175],[6512,5158],[6510,5169],[6509,5151],[6507,5160],[6506,5144],[6504,5154],[6503,5137],[6501,5147],[6499,5130],[6498,5140],[6495,5123],[6494,5133],[6492,5116],[6491,5126],[6488,5107],[6487,5119],[6485,5101],[6482,5095],[6481,5105],[6479,5088],[6477,5098],[6476,5082],[6474,5092],[6472,5075],[6471,5086],[6470,5069],[6466,5061],[6465,5073],[6462,5053],[6461,5065],[6458,5045],[6457,5057],[6457,5042],[6064,4580],[6057,4591],[6073,4580],[6065,4590],[6082,4579],[6074,4589],[6091,4577],[6083,4588],[6101,4575],[3367,3995],[6091,4587],[6109,4574],[6100,4586],[6118,4573],[6109,4584],[6127,4572],[6119,4584],[6136,4571],[6128,4582],[6146,4570],[6137,4581],[6155,4569],[6146,4580],[6164,4568],[6155,4579],[6170,4568],[6165,4578],[6171,4578],[6183,4566],[6176,4578],[6191,4565],[6184,4578],[6201,4564],[6192,4578],[6209,4563],[6201,4578],[6218,4564],[6210,4578],[6227,4563],[6218,4578],[6236,4562],[6227,4577],[6245,4561],[6236,4577],[6255,4562],[6246,4577],[6263,4559],[6256,4576],[6293,4557],[6264,4578],[6302,4556],[6294,4572],[6312,4554],[6303,4570],[6320,4552],[6311,4567],[6328,4549],[6322,4564],[6336,4545],[6330,4562],[6345,4541],[6339,4557],[6353,4537],[6348,4553],[6362,4533],[6356,4549],[6371,4528],[6366,4543],[6379,4523],[6374,4537],[6389,4518],[6382,4533],[6398,4515],[6391,4528],[6409,4510],[6399,4525],[6422,4505],[6412,4519],[6433,4502],[6424,4515],[6447,4499],[6436,4511],[6460,4496],[6447,4508],[6484,4493],[6469,4503],[6478,4501],[6485,4501],[6494,4494],[6505,4493],[6517,4491],[6529,4489],[6542,4487],[6554,4485],[6565,4484],[6575,4482],[6588,4480],[6600,4478],[6612,4476],[6624,4475],[6638,4473],[6651,4471],[6661,4465],[6444,4496],[6455,4492],[6468,4487],[6480,4485],[6494,4484],[3367,3989],[6505,4484],[6519,4483],[6642,4464],[6649,4455],[6655,4443],[6658,4432],[6115,4567],[6071,4608],[6115,4559],[6075,4595],[6084,4594],[6173,4561],[6093,4594],[6100,4593],[6176,4594],[6178,4607],[6188,4606],[6198,4605],[6208,4604],[6214,4595],[6223,4591],[6233,4590],[6242,4589],[6252,4587],[6262,4586],[6303,4575],[6303,4550],[6311,4571],[6312,4544],[6324,4567],[6323,4507],[6333,4565],[6330,4506],[6342,4563],[6347,4497],[6349,4556],[6354,4487],[6363,4484],[6372,4476],[6379,4472],[6323,4540],[6331,4534],[6340,4528],[6352,4519],[6364,4513],[6375,4511],[6387,4510],[6342,4535],[6351,4530],[6359,4526],[6368,4522],[6398,4504],[6405,4504],[6412,4500],[6420,4498],[6428,4495],[6218,4571],[6225,4570],[6231,4570],[6237,4570],[3372,4000],[6244,4569],[6250,4569],[6256,4569],[6263,4568],[6267,4568],[6289,4566],[6293,4565],[6299,4564],[6305,4563],[6312,4561],[6318,4559],[6324,4557],[6330,4554],[6337,4552],[6343,4549],[6348,4546],[6354,4543],[5999,4980],[3372,3994],[5998,4988],[5998,4996],[5997,5003],[5996,5012],[5995,5030],[5996,5042],[5995,5052],[5995,5062],[5997,5070],[6004,5071],[6021,5052],[6014,5054],[6005,5055],[6011,5072],[5990,5052],[5984,5048],[5978,5051],[5972,5046],[5966,5049],[6066,5009],[6068,5015],[6065,5022],[6067,5031],[6064,5037],[6066,5045],[6063,5052],[6065,5059],[6074,5016],[6073,5027],[6071,5034],[6078,5034],[6040,5015],[6045,5014],[6053,5015],[6061,5016],[6057,5028],[6050,5027],[6044,5026],[6038,5025],[6379,5032],[6377,5026],[6373,5019],[6369,5011],[6366,5004],[6362,4996],[6357,5046],[6350,5053],[6339,5055],[6331,5047],[6326,5036],[6322,5028],[6344,4997],[6337,5003],[6330,5009],[6323,5014],[6317,5019],[6351,4992],[6359,4990],[6375,5050],[6381,5049],[6390,5047],[6398,5046],[6406,5045],[6417,5044],[6423,5037],[6419,5027],[6433,5042],[6441,5040],[7302,7737],[7307,7751],[7312,7766],[7318,7782],[5878,2431],[5879,2421],[5880,2412],[5880,2402],[5881,2393],[5882,2385],[5882,2375],[5882,2367],[5883,2364],[5888,2364],[5894,2366],[5900,2369],[5908,2370],[5914,2371],[5921,2373],[3377,4005],[6710,2398],[6711,2403],[6717,2405],[6728,2410],[6739,2415],[6750,2419],[6761,2424],[6770,2427],[6781,2432],[6793,2437],[6804,2441],[6817,2446],[6828,2451],[6839,2455],[6861,2464],[6871,2468],[6881,2472],[6890,2476],[6901,2480],[6911,2485],[6920,2489],[6932,2494],[6942,2500],[6952,2508],[6962,2515],[6724,2400],[6732,2403],[6742,2407],[6751,2412],[6787,2422],[6797,2427],[6808,2431],[6823,2438],[6829,2441],[6835,2443],[6842,2446],[6870,2455],[6726,2416],[6736,2420],[6745,2424],[6775,2437],[6784,2441],[6795,2445],[6802,2448],[6861,2475],[6868,2474],[6878,2478],[6889,2483],[6898,2487],[6778,2417],[6781,2404],[6783,2391],[6848,2459],[6854,2457],[6659,4459],[6663,4452],[6659,4446],[6663,4439],[6657,4424],[6663,4425],[6657,4414],[6662,4414],[6656,4402],[6662,4401],[6656,4391],[6661,4391],[6656,4379],[6660,4379],[6655,4368],[6660,4367],[6655,4354],[6660,4354],[6653,4338],[6668,4347],[6653,4322],[6659,4338],[6655,4297],[6658,4321],[6654,4287],[6654,4276],[6652,4248],[6651,4239],[6583,4108],[6573,4098],[6564,4088],[6556,4078],[6548,4067],[6540,4056],[6532,4044],[6525,4032],[6519,4020],[3376,4000],[6513,4005],[6516,3999],[6522,3994],[6527,3990],[6531,3983],[6534,3974],[6529,3974],[6526,3983],[6520,3989],[6513,3994],[6509,3994],[6504,3985],[6501,3976],[6499,3968],[6490,3944],[6487,3935],[6480,3915],[6477,3906],[6474,3897],[6471,3887],[6469,3878],[6467,3868],[6465,3858],[6463,3849],[6461,3841],[6459,3832],[6458,3823],[6456,3815],[6455,3807],[6454,3798],[6452,3789],[6451,3779],[6450,3770],[6449,3761],[6447,3751],[6446,3741],[6451,3737],[6458,3735],[6466,3733],[6446,3732],[6445,3723],[6444,3714],[6443,3705],[6443,3697],[6443,3689],[6436,3690],[6443,3680],[6431,3679],[6423,3679],[6414,3680],[6435,3671],[6435,3652],[6442,3637],[6442,3622],[6442,3607],[6446,3562],[6448,3547],[6450,3532],[6444,3522],[6451,3519],[6446,3511],[6453,3506],[6448,3497],[6456,3492],[6451,3476],[6458,3477],[6453,3461],[6461,3463],[6456,3448],[6462,3448],[6457,3432],[6465,3435],[6460,3420],[6467,3422],[6463,3407],[6470,3410],[6466,3389],[6473,3392],[6468,3380],[6475,3382],[6470,3371],[6477,3374],[6472,3361],[6481,3364],[6474,3353],[6482,3347],[6476,3344],[6487,3331],[6478,3336],[6490,3318],[6480,3328],[6493,3301],[6482,3321],[6496,3286],[6483,3315],[6500,3268],[6486,3299],[6502,3259],[3381,4011],[6490,3283],[6506,3246],[6494,3266],[6509,3232],[6496,3257],[6512,3216],[6499,3245],[6516,3201],[6519,3188],[6503,3229],[6522,3174],[6506,3213],[6526,3155],[6510,3198],[6531,3136],[6513,3185],[6516,3170],[6540,3101],[6520,3152],[6542,3088],[6525,3133],[6546,3073],[6529,3114],[6548,3061],[6532,3099],[6552,3044],[6535,3085],[6555,3032],[6539,3070],[6559,3017],[6542,3056],[6563,3000],[6546,3041],[6567,2986],[6549,3030],[6570,2971],[6550,3022],[6573,2957],[6552,3015],[6576,2942],[6556,2998],[6582,2920],[6560,2984],[6586,2904],[6563,2968],[6589,2891],[6567,2954],[6593,2876],[6570,2940],[6575,2918],[6579,2902],[6602,2834],[6582,2889],[6605,2821],[6585,2875],[6608,2806],[6586,2861],[6612,2792],[6589,2846],[6615,2778],[6595,2832],[6618,2764],[6599,2818],[6622,2749],[6602,2804],[6625,2737],[6606,2790],[6627,2726],[6609,2775],[6629,2714],[6612,2761],[6632,2702],[6616,2747],[6634,2691],[6622,2724],[6634,2684],[6625,2712],[6636,2675],[6628,2700],[6640,2668],[6630,2690],[6643,2658],[6632,2679],[6646,2647],[6636,2666],[6648,2634],[6638,2656],[6651,2623],[6641,2645],[6654,2611],[6644,2633],[6656,2600],[6647,2621],[6659,2587],[6649,2609],[6660,2574],[3381,4004],[6652,2598],[6664,2559],[6667,2545],[6670,2537],[6674,2523],[6678,2509],[6682,2494],[6689,2464],[6693,2449],[6697,2434],[6700,2419],[6705,2413],[6702,2412],[6700,2411],[6708,2403],[6702,2401],[6709,2396],[6703,2394],[6709,2387],[6711,2378],[6714,2364],[6717,2350],[6721,2335],[6724,2321],[6726,2306],[6723,2300],[6729,2292],[6713,2349],[6710,2360],[6707,2372],[6704,2383],[6702,2393],[6701,2396],[6654,2584],[6649,2601],[6645,2615],[6641,2630],[6637,2643],[6633,2657],[6625,2694],[6623,2706],[6620,2720],[6618,2735],[6477,3311],[6473,3329],[6469,3348],[6465,3368],[6462,3384],[6452,3454],[6448,3469],[6445,3482],[6435,3531],[6437,3537],[6436,3547],[6436,3556],[6436,3565],[6747,2309],[6735,2314],[6733,2308],[6728,2316],[6733,2323],[6730,2333],[6730,2348],[6724,2357],[6729,2368],[6739,2372],[6746,2374],[6721,2371],[6718,2382],[6727,2386],[6715,2394],[6717,2412],[6714,2423],[6711,2435],[6709,2447],[6706,2460],[6702,2472],[6698,2487],[6696,2498],[6692,2513],[6689,2527],[6687,2535],[6682,2555],[6679,2567],[6676,2579],[6673,2590],[6646,2653],[6644,2665],[6633,2708],[6618,2784],[6626,2783],[6616,2795],[6623,2793],[6613,2805],[6621,2802],[6613,2815],[6619,2812],[3385,4016],[6615,2822],[6615,2830],[6609,2823],[6613,2838],[6607,2832],[6608,2844],[6605,2841],[6601,2873],[6607,2876],[6599,2882],[6605,2884],[6613,2882],[6610,2894],[6607,2906],[6604,2918],[6600,2930],[6593,2939],[6590,2951],[6588,2964],[6590,2909],[6598,2913],[6588,2919],[6596,2923],[6585,2927],[6592,2931],[6586,2980],[6564,3050],[6561,3064],[6558,3078],[6555,3090],[6547,3094],[6550,3084],[6565,3093],[6566,3081],[6569,3067],[6547,3133],[6543,3146],[6540,3157],[6537,3170],[6535,3181],[6532,3192],[6529,3207],[6525,3221],[6522,3236],[6519,3248],[6516,3262],[6513,3276],[6511,3285],[6508,3296],[6505,3309],[3957,7516],[6459,3745],[6465,3747],[6460,3754],[6473,3745],[6461,3764],[3961,7511],[6475,3760],[6462,3774],[6477,3772],[6464,3783],[6465,3793],[6479,3787],[6466,3802],[3386,4009],[3964,7504],[6481,3802],[6468,3811],[6469,3820],[6483,3816],[6463,3829],[6471,3830],[6465,3835],[6477,3835],[3965,7496],[6485,3831],[6467,3844],[6472,3843],[6483,3848],[6471,3854],[6473,3863],[6483,3862],[6475,3877],[6477,3889],[3969,7489],[6478,3898],[6483,3910],[6487,3922],[6518,3928],[6517,3918],[3971,7482],[6485,3876],[6496,3872],[6504,3866],[6503,3860],[6500,3840],[6497,3824],[6493,3809],[6502,3808],[6512,3807],[6510,3792],[5549,6803],[6503,3800],[6490,3796],[6494,3788],[6488,3783],[6485,3768],[6483,3755],[6483,3742],[6493,3766],[6502,3777],[6538,3974],[5541,6805],[6540,3988],[6542,4001],[6544,4015],[6546,4029],[6549,4042],[6555,4054],[5535,6815],[6569,4078],[6577,4085],[6587,4094],[6595,4101],[6606,4100],[5531,6823],[6617,4097],[6619,4087],[6608,4079],[5528,6830],[6591,4078],[6585,4069],[6575,4059],[6571,4047],[6581,4049],[6589,4048],[6591,4061],[5523,6836],[6482,3731],[6442,3666],[6442,3651],[6443,3592],[6444,3577],[6630,4236],[3390,4012],[5514,6841],[6632,4236],[6630,4229],[6632,4226],[6630,4218],[6632,4218],[6629,4210],[6631,4209],[6626,4201],[6628,4200],[6622,4193],[5514,6834],[6624,4191],[6618,4184],[6620,4183],[6614,4176],[6616,4175],[6610,4169],[6611,4168],[6605,4163],[6607,4161],[6600,4156],[5517,6832],[6602,4154],[6595,4150],[6596,4148],[6590,4144],[6591,4142],[6585,4139],[6586,4137],[6578,4132],[6582,4133],[6578,4124],[5516,6823],[6581,4128],[6583,4121],[6584,4113],[6588,4119],[6588,4109],[6658,4309],[5520,6816],[6652,4229],[6646,4231],[6650,4221],[6645,4224],[6648,4213],[6643,4216],[6645,4203],[6640,4206],[6642,4194],[6637,4198],[5525,6812],[6639,4185],[6634,4188],[6635,4176],[6630,4180],[6631,4168],[6626,4172],[6626,4160],[6621,4164],[6621,4152],[6617,4157],[5530,6815],[6615,4144],[6611,4149],[6611,4138],[6607,4143],[6605,4132],[6601,4137],[6601,4126],[6596,4132],[6596,4120],[6591,4127],[5533,6810],[6705,2402],[6652,4309],[6656,4267],[6650,4267],[6656,4257],[3361,5776],[6650,4258],[6565,2645],[6574,2649],[6571,2659],[6582,2652],[6580,2663],[6591,2656],[6589,2666],[6600,2660],[3355,5777],[6598,2670],[6609,2664],[6607,2674],[6619,2667],[6616,2678],[6643,2677],[6641,2687],[6652,2681],[6649,2692],[6661,2684],[3225,3763],[3350,5773],[6659,2695],[6667,2679],[6661,2703],[6666,2666],[6656,2713],[6662,2654],[6647,2719],[6655,2646],[6637,2721],[6671,2687],[3343,5775],[6666,2697],[6680,2690],[6678,2700],[6689,2693],[6688,2702],[6698,2706],[6708,2707],[6673,2698],[6727,2709],[6736,2709],[3338,5770],[6747,2709],[6757,2709],[6767,2708],[6777,2707],[6786,2705],[6797,2704],[6807,2702],[6813,2697],[6818,2702],[6829,2699],[3331,5773],[6839,2697],[6849,2696],[6861,2695],[6873,2694],[6883,2694],[6892,2697],[3324,5767],[6860,2709],[6869,2709],[6886,2714],[3317,5770],[6851,2709],[6843,2709],[6833,2709],[6823,2709],[6821,2732],[6821,2718],[6813,2708],[6813,2720],[6812,2732],[3312,5765],[6814,2746],[6813,2761],[6813,2774],[6814,2798],[6814,2811],[6813,2825],[6814,2837],[6814,2849],[6765,2727],[6767,2743],[3306,5768],[6766,2757],[6760,2744],[6760,2730],[6760,2718],[6756,2718],[6746,2718],[6737,2718],[6729,2718],[6751,2726],[6740,2726],[3302,5763],[6728,2726],[6719,2727],[6716,2737],[6714,2748],[6712,2723],[6703,2719],[6694,2715],[6685,2712],[6678,2713],[6675,2724],[3297,5766],[6673,2736],[6565,2645],[6571,2659],[6456,3679],[6450,3685],[6473,3675],[6464,3681],[6488,3671],[6480,3677],[6502,3669],[3229,3768],[3290,5761],[6495,3674],[6517,3667],[6510,3672],[6532,3666],[6525,3671],[6547,3664],[6540,3669],[6563,3663],[6556,3668],[6578,3661],[3284,5763],[6571,3666],[6593,3660],[6586,3665],[6606,3659],[6601,3663],[6621,3657],[6615,3662],[6635,3655],[6629,3660],[6642,3653],[3278,5758],[6636,3661],[6648,3651],[6644,3663],[3272,5761],[6497,3686],[6506,3684],[6514,3682],[6520,3680],[6528,3678],[3267,5757],[6548,3676],[6556,3674],[6564,3672],[6496,3694],[6502,3693],[6510,3691],[6517,3689],[6524,3688],[6531,3686],[6544,3686],[3193,5760],[6551,3685],[6558,3683],[6566,3681],[6574,3679],[6581,3677],[6589,3675],[6547,3694],[6558,3691],[6569,3689],[6580,3686],[3198,5756],[6590,3684],[6602,3683],[6611,3681],[6622,3680],[6634,3677],[6471,3679],[3066,5734],[6943,4427],[6943,4416],[6937,4418],[6943,4407],[6936,4408],[6943,4395],[6936,4398],[3070,5731],[6943,4384],[6936,4387],[6942,4374],[6937,4375],[6942,4365],[6942,4353],[6936,4352],[6941,4341],[6936,4340],[3075,5733],[6940,4329],[6936,4328],[6940,4318],[6935,4316],[6940,4307],[6935,4305],[6939,4288],[6934,4288],[6935,4296],[6934,4276],[3232,3775],[3080,5729],[6939,4276],[6934,4265],[6939,4264],[6933,4253],[6939,4253],[6933,4245],[6932,4232],[6933,4220],[6932,4209],[6932,4196],[3087,5731],[6931,4184],[6931,4173],[6930,4161],[6930,4149],[6929,4137],[6928,4124],[6928,4112],[6933,4100],[6925,4089],[6926,4077],[3092,5727],[6925,4066],[6925,4055],[6925,4043],[6924,4032],[6924,4020],[6923,4009],[6923,3997],[6922,3985],[6922,3974],[6921,3962],[3098,5729],[6921,3950],[6920,3938],[6920,3926],[6919,3915],[6919,3903],[6918,3891],[6917,3879],[6917,3867],[6917,3854],[6916,3842],[3104,5725],[6916,3831],[6915,3819],[6914,3807],[6913,3795],[6912,3783],[6917,3786],[6910,3772],[6916,3777],[6909,3758],[6915,3768],[3109,5727],[6907,3750],[6907,3738],[6902,3740],[6904,3729],[6900,3731],[6902,3720],[6898,3721],[6900,3710],[6896,3710],[6899,3701],[3114,5723],[6894,3700],[6898,3690],[6893,3689],[6897,3678],[6892,3679],[6896,3667],[6892,3668],[6896,3657],[6891,3659],[6896,3647],[3121,5724],[6891,3647],[6895,3636],[6895,3626],[6889,3620],[6894,3615],[6888,3604],[6894,3604],[6894,3594],[6895,3567],[3126,5721],[6890,3560],[6896,3561],[6896,3555],[6892,3547],[6897,3548],[6898,3543],[6894,3536],[6899,3537],[6900,3532],[6896,3524],[3598,6217],[6901,3524],[6902,3519],[6897,3513],[6903,3513],[6904,3508],[6899,3501],[6905,3501],[6906,3492],[6901,3489],[6907,3484],[3235,3782],[3599,6224],[6909,3475],[6903,3477],[6910,3466],[6905,3464],[6911,3458],[6909,3451],[6914,3433],[6910,3442],[6915,3424],[6909,3427],[3592,6224],[6915,3416],[6911,3414],[6916,3406],[6911,3401],[6916,3398],[6911,3388],[6916,3388],[6911,3375],[6917,3379],[6913,3360],[3594,6230],[6917,3370],[6914,3351],[6916,3343],[6910,3336],[6916,3334],[6911,3324],[6916,3324],[6911,3311],[6916,3315],[6912,3298],[3587,6230],[6917,3306],[6912,3284],[6917,3297],[6911,3270],[6917,3288],[6912,3259],[6917,3280],[6912,3246],[6918,3272],[6912,3232],[3588,6236],[6917,3263],[6912,3219],[6917,3254],[6912,3211],[6917,3245],[6912,3198],[6918,3233],[6918,3153],[6912,3148],[6918,3140],[3582,6235],[6912,3137],[6918,3129],[6912,3129],[6915,3117],[6915,3105],[6915,3093],[6915,3080],[6916,3069],[6913,3045],[6916,3057],[3580,6243],[6917,3024],[6917,3012],[6917,2999],[6917,2987],[6917,2976],[6918,2953],[6918,2941],[6918,2929],[3573,6240],[6919,2918],[6919,2906],[6919,2894],[6919,2883],[6915,2872],[6915,2859],[6920,2859],[6920,2849],[6921,2838],[3566,6244],[6921,2826],[6921,2815],[6921,2804],[6921,2792],[6922,2781],[6922,2769],[6922,2759],[6922,2749],[6922,2738],[6920,2727],[3559,6240],[6916,2718],[6911,2709],[6908,2729],[6908,2741],[6908,2755],[6907,2774],[6907,2788],[6907,2801],[3238,3789],[3551,6244],[6907,2813],[6908,2825],[6908,2837],[6908,2849],[6905,2881],[6905,2897],[3544,6241],[6911,2888],[6905,2908],[6911,2901],[6900,2917],[6911,2915],[6893,2922],[6899,2927],[6905,2923],[6911,2928],[6905,2933],[3537,6244],[6911,2945],[6905,2947],[6905,2958],[6895,2956],[6882,2948],[6881,2931],[6881,2919],[6882,2904],[6909,2963],[6905,2965],[3533,6236],[6899,2962],[6888,2962],[6885,2956],[6877,2962],[6867,2962],[6858,2962],[6875,2973],[6877,2987],[6877,3000],[6888,3005],[3525,6234],[6911,2973],[6911,2986],[6924,2879],[6931,2880],[6924,2892],[6930,2894],[6924,2906],[6930,2909],[6924,2921],[6931,2921],[3521,6227],[6923,2934],[6930,2934],[6923,2950],[6930,2945],[6929,2956],[6929,2965],[6930,2979],[6928,2992],[3513,6225],[6929,3004],[6929,3017],[6930,3033],[6930,3042],[6926,3056],[6926,3068],[6937,3072],[3509,6217],[6926,3080],[6925,3094],[6925,3103],[6928,3114],[6934,3123],[6905,2979],[6905,2995],[6899,2990],[6893,2995],[6899,3000],[3502,6216],[6905,3004],[6905,3016],[6905,3026],[6887,3240],[6889,3254],[6894,3260],[6884,3262],[6875,3265],[6877,3275],[6871,3281],[3498,6209],[6883,3278],[6881,3268],[6889,3266],[6897,3263],[6899,3275],[6900,3285],[6902,3297],[6902,3309],[6890,3313],[6879,3316],[2784,3448],[3241,3796],[3492,6208],[6880,3323],[6891,3321],[6900,3322],[6899,3336],[6898,3348],[3486,6199],[6896,3238],[6898,3247],[6899,3255],[6901,3456],[3481,6200],[6894,3452],[6900,3467],[6893,3466],[6898,3478],[6891,3481],[6894,3491],[6889,3500],[6880,3498],[6869,3500],[6870,3508],[697,4783],[6881,3506],[6893,3505],[6892,3513],[6888,3532],[6886,3548],[705,4783],[6935,3760],[6929,3766],[6920,3766],[6936,3773],[6936,3784],[6937,3795],[6930,3821],[6938,3815],[6938,3831],[6939,3847],[901,5250],[6940,3860],[6940,3869],[6936,3873],[6929,3873],[6929,3866],[6929,3859],[6919,3222],[6919,3211],[6919,3199],[6912,3191],[910,5244],[6919,3190],[6912,3188],[6919,3162],[6912,3158],[6938,4234],[6937,4224],[6937,4215],[6936,4205],[6936,4196],[6936,4185],[916,5241],[6935,4173],[6935,4166],[6934,4157],[6934,4147],[6934,4138],[6933,4128],[6933,4118],[6932,4109],[6931,4080],[6931,4071],[922,5237],[6931,4062],[6930,4052],[6930,4043],[6929,4033],[6929,4023],[6929,4014],[6928,4004],[6928,3995],[6927,3986],[6927,3977],[927,5233],[6927,3968],[6926,3958],[6926,3950],[6925,3940],[6925,3930],[6925,3921],[6924,3912],[6924,3902],[6924,3894],[6923,3875],[3244,3804],[3742,6243],[6922,3865],[6922,3855],[6922,3846],[6921,3836],[6921,3827],[6920,3817],[6920,3807],[6919,3796],[6891,3584],[6892,3576],[3746,6236],[6910,3360],[6606,2855],[6600,2861],[6617,2860],[6610,2866],[6628,2864],[6620,2870],[3753,6235],[6640,2869],[6630,2872],[6650,2873],[6643,2879],[6662,2878],[6654,2883],[6672,2881],[6665,2887],[6686,2883],[6679,2891],[3756,6229],[6695,2881],[6692,2890],[6706,2876],[6704,2886],[6719,2869],[6715,2880],[6730,2864],[6726,2874],[6741,2863],[6736,2871],[3762,6229],[6754,2862],[6746,2871],[6766,2862],[6778,2862],[6788,2862],[6799,2862],[6811,2862],[6802,2870],[6822,2862],[6805,2870],[3766,6222],[6834,2862],[6816,2870],[6846,2861],[6828,2870],[6857,2861],[6840,2870],[6869,2861],[6852,2870],[6881,2861],[6864,2870],[3771,6218],[6892,2861],[6875,2870],[6904,2861],[6886,2870],[6911,2879],[6898,2870],[6899,2879],[6910,2870],[6888,2879],[3777,6214],[6879,2879],[6867,2880],[6856,2880],[3784,6212],[6747,2880],[6737,2880],[6727,2884],[6717,2889],[6708,2893],[6703,2891],[6700,2902],[6726,2895],[6734,2894],[6722,2906],[3787,6205],[6735,2903],[6609,2852],[6616,2854],[6623,2854],[6627,2858],[3248,3811],[3793,6205],[6629,2850],[6624,2846],[6643,2856],[6654,2860],[6663,2866],[6674,2870],[6685,2872],[3797,6197],[6694,2871],[6687,2860],[6696,2862],[6706,2865],[6713,2860],[6721,2855],[6731,2850],[6742,2850],[3803,6197],[6824,2853],[6835,2853],[6847,2853],[3806,6190],[6849,2859],[6854,2853],[6862,2850],[6870,2853],[6880,2853],[6890,2852],[6899,2852],[6827,2880],[6837,2880],[3813,6188],[6847,2880],[6867,2896],[6875,2893],[6750,2870],[6759,2869],[6766,2869],[6773,2869],[6780,2869],[6787,2869],[6794,2869],[3816,6182],[6640,2869],[6541,3114],[6554,3112],[6552,3120],[6564,3116],[6563,3124],[6575,3119],[6573,3128],[6586,3124],[3823,6180],[6584,3131],[6597,3129],[6595,3136],[6605,3131],[6604,3139],[6620,3137],[6616,3143],[6627,3140],[6625,3147],[6637,3144],[3826,6174],[6636,3151],[6649,3148],[6647,3155],[6657,3152],[6655,3158],[6666,3155],[6664,3162],[6677,3159],[6675,3166],[6688,3160],[3832,6172],[6687,3169],[6701,3162],[6699,3171],[6714,3163],[6714,3173],[6727,3165],[6726,3174],[6740,3167],[6739,3175],[6751,3167],[3834,6165],[6750,3178],[6765,3169],[6764,3179],[6774,3172],[6773,3181],[6786,3178],[6782,3185],[6795,3186],[6791,3193],[6804,3200],[3251,3819],[3840,6157],[6797,3204],[6809,3212],[6801,3215],[6813,3226],[6805,3229],[6794,3235],[6794,3222],[6790,3211],[6785,3203],[6777,3195],[3841,6148],[6768,3191],[6765,3198],[6761,3205],[6750,3205],[6740,3212],[3846,6143],[6759,3190],[6767,3184],[6748,3189],[6756,3185],[6741,3186],[6748,3185],[6732,3185],[6722,3184],[3846,6136],[6714,3183],[6709,3177],[6706,3186],[6705,3195],[6703,3204],[6702,3213],[6687,3179],[6677,3176],[6669,3173],[6652,3174],[3851,6130],[6653,3165],[6641,3170],[6643,3161],[6626,3164],[6634,3158],[6621,3163],[6591,3146],[6581,3142],[6572,3139],[6563,3135],[3852,6121],[6553,3132],[6540,3129],[6542,3121],[6553,3101],[6562,3104],[6572,3108],[6580,3113],[6588,3114],[6596,3117],[6604,3122],[3857,6116],[6612,3123],[6620,3126],[6631,3132],[6643,3136],[6646,3143],[6653,3141],[6664,3145],[6674,3148],[6622,3117],[3857,6108],[6613,3113],[6603,3110],[6603,3100],[6605,3089],[6607,3080],[6594,3104],[6575,3097],[6722,3151],[3862,6103],[6731,3155],[6740,3158],[6749,3151],[6760,3155],[6769,3158],[3862,6095],[7512,3954],[7510,3942],[7508,3929],[7501,3922],[7495,3920],[7483,3928],[7477,3943],[7477,3955],[7475,3936],[7468,3928],[3254,3825],[3868,6090],[7461,3920],[7454,3913],[7536,3917],[7528,3918],[7522,3906],[7518,3897],[7513,3889],[7505,3885],[7497,3888],[7489,3893],[3868,6082],[7482,3897],[7473,3890],[7468,3883],[4081,1455],[4089,1468],[4096,1481],[4104,1494],[4112,1508],[4118,1519],[4068,1468],[3873,6077],[4076,1482],[4084,1496],[6161,5217],[6950,7532],[6938,7523],[6926,7516],[6914,7510],[6900,7506],[6896,7504],[3873,6069],[6889,7502],[6884,7500],[6879,7499],[7310,3662],[7315,3671],[7310,3678],[7315,3682],[7305,3685],[7309,3692],[7305,3698],[3879,6064],[7304,3707],[7300,3706],[7309,3705],[7304,3713],[7308,3720],[7318,3724],[7328,3725],[7338,3725],[7350,3725],[7357,3725],[3880,6053],[7367,3726],[7376,3726],[7381,3731],[7395,3736],[7405,3737],[7405,3724],[7406,3711],[7406,3750],[7406,3759],[3883,6045],[7406,3773],[7316,3690],[7320,3686],[7324,3690],[7328,3687],[7326,3698],[7369,3715],[7376,3715],[7369,3704],[7376,3703],[3886,6038],[7373,3699],[7375,3689],[7372,3685],[7376,3681],[7372,3671],[7376,3670],[7377,3648],[7377,3634],[7377,3621],[7376,3612],[7374,3605],[7381,3611],[7381,3596],[7388,3602],[7389,3586],[7395,3593],[7396,3577],[7405,3581],[7404,3568],[7410,3574],[7410,3564],[7414,3556],[7421,3548],[7430,3540],[7437,3533],[7445,3526],[7454,3518],[7382,3693],[7389,3693],[7389,3681],[3256,3832],[7398,3679],[7390,3705],[7398,3709],[7368,3689],[7368,3696],[7360,3689],[7356,3683],[7399,3604],[7393,3605],[7405,3612],[3901,6008],[7399,3612],[7400,3619],[7765,3513],[7764,3525],[7749,3535],[7761,3537],[7770,3539],[7778,3541],[7787,3542],[7787,3556],[3905,6002],[7789,3529],[7791,3518],[7792,3506],[7796,3524],[7721,3536],[7722,3527],[7723,3517],[7724,3507],[7725,3497],[7701,3547],[3908,5994],[7700,3559],[7699,3571],[7709,3575],[7719,3577],[7728,3578],[7313,3649],[7317,3658],[7323,3650],[7328,3658],[3911,5986],[7341,3658],[7345,3651],[7349,3658],[7356,3651],[7359,3658],[7367,3651],[7370,3659],[7373,3651],[7376,3659],[7382,3651],[3914,5979],[7386,3659],[7391,3652],[7397,3659],[7401,3652],[7407,3659],[7406,3668],[7406,3677],[7410,3652],[7386,3647],[3916,5972],[7396,3647],[7405,3647],[4451,3614],[4450,3622],[4445,3614],[4445,3623],[4439,3615],[4438,3623],[4433,3615],[4431,3624],[4425,3616],[4424,3624],[4418,3616],[4417,3625],[4411,3617],[4410,3625],[4404,3618],[4403,3626],[4398,3618],[4398,3626],[4390,3619],[4391,3627],[4383,3619],[4383,3628],[4375,3620],[4376,3628],[4369,3620],[4369,3629],[4362,3621],[4362,3629],[4355,3621],[4356,3630],[4348,3622],[4349,3630],[4341,3623],[4335,3623],[4336,3631],[4328,3624],[4329,3632],[3863,6101],[4323,3624],[4322,3632],[4316,3625],[4314,3633],[4309,3625],[4307,3633],[4303,3626],[4301,3634],[4296,3626],[4743,3976],[4749,3964],[4749,3953],[4756,3942],[4755,3930],[4757,3921],[4760,3911],[4763,3898],[4767,3884],[4771,3872],[4774,3860],[3862,6098],[4769,3850],[4762,3843],[4753,3835],[4747,3829],[4743,3824],[4739,3820],[4734,3816],[4730,3812],[4724,3807],[4719,3804],[4712,3800],[4705,3797],[4700,3795],[4694,3823],[4700,3828],[4707,3831],[4712,3833],[4717,3835],[4722,3837],[4726,3839],[2728,8773],[4731,3841],[4736,3844],[4764,3929],[4775,3934],[4770,3925],[4774,3911],[4784,3918],[4779,3909],[4777,3899],[2726,8765],[4787,3905],[4783,3891],[4791,3893],[4781,3883],[4774,3879],[4777,3856],[4787,3860],[4797,3866],[4801,3878],[4803,3866],[2724,8756],[4810,3869],[4817,3882],[4820,3891],[4823,3899],[4826,3907],[4822,3910],[4815,3907],[4809,3897],[4804,3892],[4802,3887],[2722,8748],[4799,3897],[4798,3902],[4797,3906],[4795,3910],[4793,3915],[4795,3919],[4798,3921],[4796,3923],[4791,3924],[4794,3932],[2720,8739],[4792,3940],[4789,3950],[4757,3957],[4758,3951],[4767,3962],[4765,3954],[4773,3958],[4777,3960],[4783,3955],[4784,3960],[2809,8074],[4781,3962],[4780,3968],[4782,3974],[4778,3975],[4784,3979],[4777,3979],[4775,3985],[4780,3993],[4785,3995],[4791,3993],[2810,8062],[4793,3986],[4794,3982],[4791,3976],[4793,3973],[4792,3965],[4792,3959],[4795,3948],[4800,3951],[4802,3959],[4803,3970],[2811,8051],[4800,3976],[4806,3979],[4811,3981],[4816,3984],[4822,3988],[4813,3972],[4811,3964],[4807,3951],[4803,3941],[4800,3932],[2811,8039],[4813,3932],[4825,3919],[4832,3916],[4853,3905],[4808,3877],[4818,3870],[4830,3873],[4839,3877],[2813,8028],[4851,3882],[4858,3885],[4827,3882],[4835,3886],[4844,3890],[4830,3866],[4836,3869],[4845,3869],[4850,3875],[4855,3877],[1448,3566],[7762,7813],[7768,7823],[7775,7833],[7780,7842],[7783,7849],[1447,3558],[4987,4156],[4981,4169],[4975,4180],[4970,4191],[4964,4202],[4956,4216],[4951,4229],[4944,4241],[6833,7957],[6833,7951],[1445,3551],[6836,7934],[6838,7919],[6841,7904],[6843,7888],[6846,7870],[6849,7851],[6852,7833],[6829,7883],[6859,7891],[4845,3323],[1443,3542],[4838,3319],[4834,3311],[4827,3306],[4824,3298],[4818,3294],[4813,3284],[4806,3280],[4802,3271],[4796,3267],[4792,3259],[1441,3533],[4786,3255],[4782,3246],[1439,3524],[7160,7661],[7159,7669],[7158,7677],[7156,7685],[7155,7692],[7154,7700],[7153,7708],[7151,7717],[7150,7725],[7149,7732],[3258,3845],[1438,3515],[7148,7741],[7146,7748],[7141,7767],[7138,7781],[7136,7795],[7134,7811],[6348,3911],[6356,3909],[6363,3907],[6371,3905],[1436,3505],[6378,3903],[6385,3899],[6393,3895],[6400,3891],[6408,3887],[6415,3883],[6366,3826],[6370,3835],[6373,3845],[6376,3854],[1434,3496],[6379,3863],[6382,3872],[6385,3882],[6389,3891],[6163,3725],[6165,3731],[6167,3739],[6170,3747],[6172,3755],[6174,3763],[1432,3487],[6177,3770],[6178,3776],[6180,3783],[6182,3791],[6184,3798],[6186,3806],[6522,5141],[6524,5148],[6529,5151],[6532,5160],[1430,3479],[6539,5164],[6546,5167],[6552,5163],[6558,5165],[6563,5162],[6569,5164],[6573,5160],[6580,5162],[6588,5158],[6595,5160],[1428,3470],[6602,5157],[6609,5158],[6617,5154],[6624,5156],[6631,5153],[6636,5154],[6642,5151],[6649,5153],[6656,5149],[6663,5151],[4015,7469],[6670,5150],[6677,5149],[6685,5148],[7496,7462],[7501,7463],[7495,7467],[7498,7473],[7494,7474],[7498,7475],[7491,7486],[4012,7460],[7496,7487],[7488,7499],[7493,7500],[7486,7512],[7483,7525],[7487,7527],[7479,7538],[7484,7540],[7476,7550],[4007,7454],[7481,7553],[7472,7564],[7478,7566],[7468,7576],[7474,7581],[7465,7590],[7471,7591],[7464,7601],[7461,7612],[7456,7624],[4003,7447],[7453,7635],[7449,7645],[7445,7656],[7441,7667],[7437,7678],[7433,7689],[7429,7700],[7416,7732],[3998,7441],[7411,7742],[7406,7752],[7401,7762],[7396,7772],[7391,7782],[7387,7802],[7380,7803],[7373,7817],[7367,7828],[7362,7836],[3994,7435],[7358,7844],[7347,7864],[7344,7871],[7332,7893],[7327,7903],[7322,7913],[7316,7924],[7312,7933],[3989,7427],[7301,7954],[7295,7964],[7289,7974],[7284,7983],[7277,7993],[7271,8001],[7258,8018],[7252,8027],[3985,7422],[7238,8044],[3981,7416],[7231,8053],[7225,8062],[7218,8070],[7213,8077],[7209,8083],[3975,7408],[7171,8144],[7166,8154],[7373,7810],[7367,7822],[7360,7832],[3970,7402],[7355,7839],[7350,7844],[7344,7848],[7338,7850],[7331,7854],[7325,7855],[7319,7855],[7313,7856],[7308,7859],[7304,7863],[7301,7869],[7300,7876],[7301,7883],[7303,7891],[7306,7898],[7309,7904],[7313,7911],[7316,7916],[7321,7924],[7326,7931],[7330,7937],[7336,7944],[7341,7950],[7346,7956],[7351,7961],[7356,7966],[7362,7972],[7368,7977],[7373,7982],[7378,7988],[7383,7993],[7388,7999],[7376,7980],[7370,7974],[7365,7968],[7360,7963],[7356,7956],[7352,7950],[7348,7942],[7345,7934],[3384,4010],[7343,7925],[7341,7916],[7341,7907],[7341,7897],[7343,7887],[7345,7879],[7348,7871],[7282,7990],[7287,7984],[7292,7978],[7296,7971],[7301,7964],[7306,7959],[7313,7955],[7320,7953],[7327,7952],[7334,7954],[7340,7957],[7346,7962],[7352,7967],[7357,7973],[7363,7978],[7369,7983],[7319,7860],[7326,7864],[7329,7872],[7330,7881],[7329,7890],[7325,7899],[7376,7980],[7330,7881],[4556,2603],[4550,2605],[4555,2589],[4548,2589],[4555,2576],[4548,2576],[4556,2562],[4549,2561],[4556,2548],[4550,2547],[3915,7347],[4558,2534],[4552,2532],[4562,2519],[4557,2515],[4558,2542],[4563,2497],[4560,2536],[4569,2478],[4564,2531],[4554,2512],[3915,7343],[4569,2528],[4550,2504],[4576,2528],[4545,2501],[4582,2531],[4538,2500],[4589,2534],[4540,2494],[4571,2521],[4549,2491],[4568,2515],[4558,2486],[4567,2508],[4565,2477],[4568,2500],[4571,2466],[4575,2477],[5334,5300],[5335,5294],[5337,5286],[5338,5279],[5340,5271],[5342,5264],[5343,5256],[5345,5247],[5347,5241],[5348,5233],[5350,5225],[5351,5219],[5351,5211],[7709,6133],[7714,6145],[7721,6143],[7719,6131],[7727,6142],[7727,6130],[7736,6135],[7735,6129],[7743,6133],[7744,6129],[7750,6134],[7752,6129],[7757,6137],[7760,6129],[7767,6139],[7770,6132],[7774,6142],[7776,6134],[7780,6144],[7783,6136],[7789,6148],[7791,6140],[7796,6150],[7798,6142],[7803,6153],[7805,6145],[7809,6155],[7812,6146],[7819,6157],[7819,6148],[7826,6158],[7826,6149],[7835,6156],[7832,6148],[7840,6153],[7839,6147],[7847,6149],[7845,6145],[7851,6142],[7857,6138],[7862,6134],[7867,6131],[7872,6127],[7877,6123],[7882,6119],[7887,6115],[7891,6112],[7896,6108],[7901,6104],[7907,6099],[7911,6096],[7916,6092],[7921,6089],[7926,6085],[7931,6081],[7936,6077],[7941,6073],[7946,6069],[7950,6066],[7956,6062],[7961,6058],[7965,6054],[7970,6050],[7975,6047],[7980,6043],[7985,6039],[7990,6035],[7997,6030],[8000,6027],[8004,6024],[8009,6020],[8014,6016],[8019,6013],[8024,6008],[8028,6005],[8035,6000],[8040,5996],[8044,5993],[8049,5989],[8053,5986],[8059,5982],[8063,5978],[8068,5974],[8073,5970],[8077,5967],[8086,5961],[8095,5954],[5449,5891],[8099,5950],[8103,5947],[8107,5944],[8113,5940],[8119,5935],[8125,5930],[8129,5928],[8134,5924],[2367,2461],[5448,5897],[8148,5912],[8153,5909],[8157,5906],[8163,5901],[8167,5898],[8172,5894],[8183,5889],[8195,5888],[8204,5886],[5446,5904],[8214,5885],[8225,5883],[8236,5881],[8248,5879],[8257,5877],[8268,5875],[8281,5872],[8295,5870],[8303,5870],[8315,5869],[5450,5910],[8327,5867],[8337,5865],[8347,5864],[8357,5862],[8369,5861],[8378,5860],[8387,5859],[8397,5858],[8408,5857],[8418,5856],[5447,5918],[8428,5855],[8439,5855],[8449,5854],[8461,5854],[8471,5855],[8480,5857],[8490,5860],[8498,5863],[9055,6079],[9065,6082],[9075,6086],[9085,6089],[9095,6092],[9104,6096],[9114,6099],[9124,6102],[9133,6105],[9143,6109],[9152,6112],[9162,6115],[5448,5935],[9173,6119],[9182,6117],[8139,5920],[8143,5917],[5452,5942],[4324,4135],[4325,4128],[4331,4129],[4333,4121],[4339,4122],[4351,4104],[4349,4112],[4359,4097],[5449,5950],[4357,4105],[7921,6082],[7916,6072],[7912,6063],[5000,3398],[4994,3401],[5008,3385],[5003,3387],[5017,3371],[5011,3377],[5452,5954],[5026,3358],[5019,3364],[5035,3344],[5029,3350],[5043,3332],[5038,3336],[5051,3320],[5045,3325],[5060,3307],[5054,3312],[3276,3573],[5068,3295],[5062,3299],[5075,3284],[5070,3287],[5084,3271],[5078,3275],[5094,3256],[5087,3261],[5102,3243],[5096,3248],[2374,2456],[3282,3577],[5111,3230],[5104,3235],[5114,3215],[5115,3206],[5120,3199],[5121,3189],[5126,3182],[5127,3171],[5132,3164],[5132,3155],[3295,3589],[5114,3194],[5102,3199],[5109,3203],[6381,7124],[6372,7139],[6423,7198],[3304,3595],[6714,5274],[6708,5271],[6705,5267],[3312,3602],[6700,5256],[6697,5263],[6697,5256],[6696,5247],[6696,5239],[6695,5231],[6695,5224],[3323,3613],[6694,5216],[6693,5209],[6693,5201],[6692,5194],[6692,5187],[6691,5179],[6690,5172],[6690,5164],[6689,5157],[6689,5149],[3329,3617],[6688,5142],[6687,5134],[6687,5127],[6686,5120],[6686,5112],[6685,5104],[6684,5097],[6684,5091],[3333,3621],[3338,3625],[4513,4378],[4513,4389],[4519,4394],[4517,4400],[4523,4403],[3343,3630],[4521,4408],[4523,4415],[4526,4421],[4528,4426],[4530,4432],[4533,4438],[3348,3634],[4515,4513],[4516,4525],[4511,4531],[4513,4541],[4506,4555],[4509,4566],[2380,2451],[3354,3638],[5753,4635],[5748,4640],[5742,4643],[3359,3642],[5735,4645],[5728,4636],[5727,4621],[5725,4644],[3364,3647],[3369,3651],[3375,3655],[5717,4644],[5710,4644],[5703,4643],[5697,4644],[5690,4644],[5683,4644],[5677,4645],[3380,3660],[5670,4641],[5669,4634],[5669,4626],[5705,4651],[5698,4667],[5703,4661],[5694,4685],[5699,4677],[5690,4700],[3385,3664],[5695,4694],[5685,4705],[5679,4702],[5672,4699],[5665,4696],[5660,4694],[5652,4691],[5647,4696],[5643,4700],[5691,4710],[3390,3668],[5686,4716],[5687,4726],[5682,4732],[5683,4740],[5678,4748],[3396,3673],[5674,4764],[5679,4757],[5670,4779],[5675,4774],[3402,3677],[5666,4795],[5671,4787],[7408,3039],[7405,3051],[7404,3066],[7405,3080],[7408,3088],[7405,3089],[2385,2447],[3407,3682],[7409,3093],[7405,3094],[7410,3100],[7406,3101],[7411,3105],[7408,3106],[7414,3113],[7417,3122],[7419,3148],[3415,3682],[7421,3159],[7425,3171],[7428,3185],[7431,3197],[7434,3209],[7438,3224],[7442,3238],[7444,3251],[7447,3264],[7399,3050],[3415,3688],[7391,3060],[7399,3061],[7390,3071],[7386,3073],[7399,3073],[7399,3085],[7399,3096],[7402,3107],[3419,3686],[7410,3171],[7421,3170],[3420,3692],[7479,3350],[7450,3272],[7452,3280],[7460,3277],[7453,3286],[7461,3283],[7458,3290],[7460,3288],[7463,3287],[3425,3697],[7457,3300],[7460,3298],[7462,3297],[7458,3306],[7461,3304],[7464,3303],[7467,3302],[7460,3313],[7463,3311],[7465,3310],[3430,3701],[7468,3309],[7462,3319],[7465,3318],[7467,3317],[7470,3316],[7464,3326],[7467,3325],[7469,3324],[7472,3323],[7465,3333],[3436,3705],[7468,3331],[7470,3329],[7473,3326],[7467,3338],[7469,3336],[7471,3334],[7474,3332],[7468,3344],[7469,3349],[7471,3353],[3441,3710],[3446,3714],[7902,5501],[7909,5503],[7910,5506],[7910,5513],[7911,5521],[6118,7475],[3451,3718],[7911,5528],[7911,5536],[7911,5545],[7912,5551],[6628,3544],[6639,3549],[9745,6493],[9742,6484],[9291,6384],[9288,6365],[3456,3722],[8872,7138],[8876,7131],[8879,7123],[8883,7115],[8887,7107],[8890,7100],[8894,7092],[8897,7085],[8901,7077],[8905,7068],[3462,3726],[8909,7061],[8912,7056],[8916,7052],[8921,7048],[8933,7042],[8935,7048],[7897,5497],[7901,5486],[7904,5478],[7906,5473],[3467,3730],[7910,5463],[7912,5457],[7914,5452],[7922,5433],[7924,5425],[7927,5419],[7932,5405],[7934,5399],[7938,5390],[3472,3735],[7941,5381],[7944,5372],[7947,5364],[7951,5355],[7929,5412],[9637,6040],[9639,6024],[9640,6009],[9642,5994],[9643,5980],[3477,3739],[7101,4504],[7110,4522],[7120,4541],[7128,4557],[7136,4573],[7146,4592],[7156,4610],[7163,4625],[9659,8407],[9662,8393],[3482,3743],[9664,8379],[9667,8365],[9669,8352],[9672,8335],[9671,8322],[3488,3747],[4743,1858],[4740,1858],[4737,1857],[4732,1857],[4727,1856],[4723,1856],[4720,1856],[4714,1855],[4707,1850],[4702,1844],[3493,3752],[4698,1838],[4693,1831],[2221,2781],[2222,2782],[3499,3756],[2218,2782],[2218,2784],[2214,2784],[2214,2785],[2221,2790],[2220,2791],[2218,2790],[2218,2791],[2216,2789],[2216,2791],[6119,7481],[3318,3607],[2215,2789],[2215,2790],[2213,2794],[2212,2795],[2206,2793],[2202,2796],[2199,2795],[2197,2797],[2194,2800],[2191,2802],[2624,7608],[2189,2802],[2189,2803],[2188,2805],[2185,2807],[2181,2808],[2178,2807],[2175,2808],[2171,2809],[2169,2811],[2166,2813],[2628,7603],[2164,2815],[2161,2817],[2157,2819],[2155,2818],[2155,2818],[2153,2818],[2151,2817],[2148,2815],[2146,2813],[2142,2811],[2632,7598],[2139,2811],[2136,2812],[2133,2814],[2130,2816],[2128,2818],[2124,2821],[2121,2823],[2119,2825],[2115,2829],[2112,2831],[2637,7591],[2193,2807],[2196,2810],[2642,7584],[2646,7579],[2651,7573],[2655,7567],[3171,1947],[3175,1951],[3179,1956],[3183,1961],[3188,1967],[3191,1971],[3196,1977],[3201,1983],[3205,1987],[684,5235],[3210,1992],[5343,1503],[5407,1536],[6120,7490],[681,5227],[678,5221],[675,5214],[6026,7350],[6021,7356],[6014,7363],[6007,7372],[6170,3806],[6290,3753],[6002,7378],[6296,3750],[6302,3746],[6309,3743],[6314,3740],[6320,3737],[6325,3734],[2292,5569],[5996,7385],[2292,5578],[2296,5576],[2295,5586],[2299,5584],[2301,5594],[2305,5592],[2309,5599],[2313,5597],[2317,5604],[2320,5602],[5990,7392],[2325,5610],[2330,5609],[2334,5617],[2338,5616],[2341,5625],[2345,5624],[2348,5635],[2352,5634],[2355,5645],[2358,5644],[6123,7500],[5983,7400],[2361,5656],[2364,5654],[2365,5667],[2368,5665],[2369,5678],[2372,5676],[2373,5689],[2376,5687],[2377,5700],[2380,5699],[5977,7407],[2381,5711],[2384,5709],[2384,5722],[2387,5721],[2388,5734],[2392,5731],[2394,5740],[2398,5749],[4302,8350],[4301,8360],[5973,7408],[4298,8368],[4302,8377],[4297,8377],[4301,8385],[4297,8385],[4301,8394],[4296,8393],[4300,8402],[4295,8401],[5976,7416],[4297,8411],[6905,7644],[6899,7643],[6893,7643],[6886,7642],[5979,7425],[6880,7642],[6873,7641],[6866,7640],[6860,7640],[6853,7639],[6846,7639],[6839,7638],[6830,7637],[6825,7637],[6819,7636],[5980,7433],[6813,7635],[5950,3731],[5981,7443],[5982,7452],[3427,2943],[3428,2933],[3429,2924],[3429,2915],[5983,7462],[3430,2906],[3430,2898],[3431,2888],[3431,2879],[3432,2870],[3432,2861],[3433,2851],[3434,2833],[3434,2824],[5984,7471],[3435,2815],[3435,2806],[3436,2797],[3436,2790],[3437,2779],[3437,2770],[3437,2762],[6127,7508],[5985,7479],[6012,3759],[6007,3755],[6010,3747],[6005,3743],[6006,3733],[6002,3729],[807,5276],[6003,3722],[5999,3717],[6001,3711],[5996,3706],[5997,3697],[5993,3695],[5994,3685],[5992,3678],[5991,3667],[5986,3664],[803,5267],[5988,3656],[5948,3760],[5953,3761],[5958,3756],[5964,3757],[5968,3752],[5975,3752],[5979,3748],[5984,3749],[5988,3744],[799,5259],[5994,3745],[5997,3740],[6002,3742],[6007,3736],[6013,3738],[6018,3732],[6023,3734],[4672,8581],[4661,8583],[795,5251],[4650,8585],[4639,8587],[4629,8592],[4627,8585],[792,5244],[788,5235],[7568,7625],[7564,7634],[7560,7642],[7554,7652],[5562,5157],[5568,5160],[5574,5162],[5579,5164],[5585,5166],[5591,5169],[784,5227],[5597,5171],[5603,5173],[5609,5176],[5615,5178],[5642,5189],[5648,5191],[5635,5186],[5653,5190],[780,5218],[5650,5188],[5645,5186],[5641,5185],[5636,5183],[5631,5181],[5627,5179],[776,5209],[6130,7507],[772,5201],[768,5193],[5565,5088],[5561,5095],[765,5185],[5562,5102],[5567,5110],[762,5177],[5625,5180],[5629,5158],[5628,5163],[760,5169],[5628,5165],[5627,5168],[5626,5173],[5623,5189],[759,5160],[759,5150],[5646,5229],[5648,5221],[5650,5211],[5652,5203],[5655,5194],[759,5141],[1563,4425],[1568,4425],[1573,4428],[758,5132],[1583,4433],[1589,4436],[1593,4439],[1605,4445],[1610,4447],[1615,4450],[1620,4453],[758,5123],[1655,4569],[1652,4564],[1653,4556],[1649,4549],[1648,4541],[1645,4536],[1643,4526],[1640,4522],[1639,4514],[6135,7506],[757,5113],[1625,4468],[1622,4462],[1625,4446],[1629,4440],[1631,4432],[1605,4469],[1592,4467],[1579,4466],[757,5105],[1567,4464],[1618,4471],[1622,4525],[1609,4523],[1598,4522],[1584,4519],[1570,4517],[1566,4513],[1559,4516],[757,5097],[1629,4523],[1648,4553],[1641,4556],[1635,4551],[1628,4554],[1622,4550],[1616,4552],[1610,4548],[1603,4550],[1596,4546],[756,5089],[1591,4548],[1577,4546],[1559,4461],[5236,7772],[1393,4031],[1397,4031],[1394,4036],[5239,7765],[1398,4040],[1399,4048],[1396,4058],[1399,4058],[1396,4067],[1399,4066],[1396,4076],[1399,4076],[1396,4084],[1399,4084],[5245,7762],[1396,4093],[1399,4092],[1397,4102],[1399,4101],[1397,4112],[1400,4110],[1397,4120],[1400,4119],[1398,4131],[1401,4128],[5251,7760],[1398,4146],[1401,4146],[1404,4153],[1404,4149],[1411,4154],[1411,4150],[1417,4155],[1418,4151],[5256,7764],[1425,4156],[1425,4152],[1396,4048],[1431,4064],[1431,4082],[1424,4082],[1417,4082],[1410,4081],[1402,4081],[1393,4082],[1386,4083],[6292,6081],[6297,6076],[6302,6071],[3405,8691],[6306,6067],[3584,6070],[480,5430],[479,5441],[477,5449],[475,5458],[473,5466],[3592,6069],[471,5474],[5287,1083],[5291,1085],[5295,1087],[5296,1079],[5299,1070],[5300,1061],[5302,1053],[5304,1047],[5307,1038],[3598,6068],[5309,1029],[5311,1021],[5314,1013],[5316,1005],[5318,997],[5321,988],[4330,4616],[7557,6227],[7562,6230],[7559,6236],[2796,3417],[7563,6239],[7560,6244],[7564,6246],[7561,6252],[7565,6255],[7563,6261],[7567,6263],[7564,6268],[7568,6271],[7565,6275],[7569,6278],[7566,6283],[7570,6287],[7568,6292],[7571,6292],[7569,6299],[7573,6302],[7570,6307],[7574,6310],[7571,6315],[2796,3402],[7575,6317],[7572,6322],[7579,6329],[7574,6328],[7582,6335],[7575,6335],[7580,6338],[2797,3385],[7690,3536],[7691,3528],[7692,3521],[7692,3514],[7693,3507],[7694,3500],[3411,8687],[2800,3378],[7695,3493],[7695,3486],[1411,4017],[1411,4009],[1411,4002],[1430,4019],[1431,4010],[1431,4001],[1422,3992],[1422,3984],[2797,3369],[1422,3977],[1447,3999],[1441,3999],[1435,3999],[1428,3999],[1421,3998],[1414,3998],[6367,3241],[6357,3243],[6349,3245],[2800,3362],[6340,3248],[6331,3249],[6322,3248],[6314,3245],[6308,3239],[6306,3247],[4058,4706],[4055,4706],[4048,4703],[4045,4701],[4040,4698],[4038,4697],[4035,4695],[4033,4694],[4031,4692],[4028,4689],[2801,3344],[4067,4708],[6970,7373],[6969,7379],[6969,7385],[6968,7391],[6967,7397],[6967,7403],[3942,4917],[3940,4913],[3942,4907],[3941,4901],[2799,3307],[3944,4895],[3942,4889],[3945,4883],[3943,4877],[3946,4872],[3944,4865],[6416,6961],[6417,6969],[6419,6977],[6421,6984],[3417,8683],[2802,3300],[2800,3292],[3958,4786],[3957,4779],[3956,4773],[3956,4768],[3955,4760],[3952,4743],[3951,4738],[2803,3284],[3948,4730],[3943,4725],[3936,4724],[3931,4727],[3925,4731],[3920,4735],[3914,4737],[5548,5207],[5550,5200],[2800,3276],[5552,5192],[5554,5184],[5555,5176],[5557,5168],[5559,5161],[5561,5153],[5562,5146],[5564,5139],[5566,5132],[5567,5125],[2803,3268],[6593,2860],[7825,4380],[4116,5087],[4110,5089],[4106,5091],[4103,5092],[2800,3260],[4099,5093],[4096,5095],[4093,5096],[4090,5097],[1202,4934],[1207,4939],[1202,4938],[2804,3252],[1197,4937],[1191,4936],[1185,4936],[1179,4936],[6473,4494],[5844,4086],[5844,4077],[5844,4067],[5843,4057],[5843,4046],[2801,3244],[5843,4039],[5843,4030],[5843,4022],[5843,4013],[5843,4005],[5843,3997],[5842,3990],[5842,3983],[5841,3973],[5839,3965],[2804,3237],[5837,3956],[5835,3947],[5833,3939],[5831,3931],[5830,3924],[5827,3915],[7229,8020],[7232,8028],[1634,4506],[1629,4492],[2801,3228],[1611,4473],[1600,4471],[1586,4470],[1573,4468],[1562,4466],[5589,7663],[5596,7661],[5603,7659],[5610,7658],[5617,7657],[3423,8674],[2804,3221],[5624,7656],[5631,7656],[5638,7656],[5645,7657],[5659,7663],[5652,7658],[7506,3292],[7509,3286],[7512,3279],[3345,5122],[4565,4758],[4570,4799],[4569,4774],[4570,4782],[4570,4788],[4184,5067],[4194,5063],[4197,5061],[4196,5056],[4234,5048],[4202,5060],[4358,4988],[4206,5058],[4211,5056],[4215,5055],[9216,6749],[9222,6746],[2802,3197],[9228,6742],[9235,6738],[9241,6735],[9247,6732],[9254,6728],[9260,6725],[9267,6721],[9275,6716],[9280,6713],[9287,6708],[9292,6703],[9297,6697],[9303,6693],[9310,6688],[9314,6687],[9319,6688],[3857,2442],[3850,2449],[7523,3280],[7525,3287],[2802,3186],[7527,3294],[7529,3301],[7530,3308],[7532,3315],[7140,7791],[7140,7799],[7141,7806],[7143,7813],[7146,7821],[2805,3176],[8858,7135],[8871,7145],[4118,5092],[4111,5095],[2803,3169],[4108,5096],[4104,5098],[4094,5101],[4091,5103],[3760,4790],[2806,3163],[3756,4796],[3721,4841],[2803,3154],[1638,4524],[7423,3889],[3429,8668],[2806,3147],[7415,3889],[7408,3889],[481,4622],[8985,7226],[5938,4770],[5942,4761],[5939,4759],[5943,4750],[5940,4750],[5944,4740],[2803,3138],[5941,4740],[5945,4730],[5942,4731],[5948,4687],[5947,4721],[5948,4712],[5945,4712],[5946,4702],[5950,4695],[5947,4694],[2807,3132],[5951,4687],[5953,4670],[5949,4674],[5944,4721],[5948,4704],[6198,3935],[6202,3938],[6204,3934],[6211,3932],[6218,3931],[6225,3929],[6232,3927],[6238,3926],[6245,3924],[6252,3922],[5941,4770],[6853,7128],[6876,7087],[2807,3119],[6884,7089],[6879,7098],[6864,7103],[6858,7110],[6865,7113],[6859,7120],[6847,7137],[6829,7161],[6823,7166],[6809,7178],[2804,3113],[4178,5069],[4149,5080],[4220,5053],[4085,5090],[4087,5086],[4089,5081],[4091,5077],[4095,5075],[2808,3106],[4099,5074],[4103,5072],[4106,5071],[4110,5072],[4114,5075],[4117,5078],[4119,5083],[4121,5094],[4122,5098],[4121,5103],[2805,3096],[4119,5107],[4117,5113],[4112,5114],[4108,5116],[4104,5117],[4100,5119],[4093,5114],[4089,5111],[4088,5106],[2807,3100],[4100,5139],[4106,5137],[4129,5129],[4123,5131],[4117,5133],[4112,5135],[4086,5139],[2806,3089],[4459,5796],[7104,7197],[8023,3817],[8005,3857],[4081,5152],[4077,5177],[4075,5194],[4072,5222],[3434,8661],[2812,3074],[4071,5232],[4072,5244],[4069,5249],[4071,5250],[4068,5255],[4070,5256],[4067,5261],[4070,5262],[4066,5267],[4069,5268],[2807,3080],[4066,5273],[4068,5274],[4068,5280],[4067,5286],[4066,5292],[3872,4714],[3861,4713],[3837,4713],[3832,4713],[2815,3062],[3826,4712],[3820,4712],[3817,4711],[3855,4713],[3870,4721],[3875,4721],[3867,4721],[3861,4721],[3826,4720],[2810,3068],[3817,4720],[3812,4720],[7053,4486],[1604,4519],[1579,4516],[4394,4873],[4392,4868],[2818,3048],[4396,4878],[4398,4883],[4400,4888],[4403,4892],[4406,4898],[4409,4901],[4414,4904],[4418,4906],[4424,4909],[4426,4911],[2814,3054],[4430,4913],[4434,4915],[4438,4917],[4442,4920],[4446,4922],[4451,4925],[4455,4927],[4460,4930],[5175,4124],[5179,4131],[2822,3033],[5172,4120],[5168,4114],[5162,4105],[5158,4101],[5151,4092],[5145,4084],[5141,4077],[5141,4073],[5145,4068],[180,5595],[2817,3040],[181,5620],[182,5628],[182,5636],[183,5645],[183,5652],[184,5661],[185,5670],[185,5678],[181,5611],[187,5694],[2825,3021],[187,5703],[188,5712],[188,5720],[189,5727],[190,5738],[190,5744],[191,5751],[186,5686],[2821,3025],[3654,5282],[3666,5288],[3703,5309],[3697,5306],[3690,5302],[3685,5299],[3679,5295],[3438,8652],[2828,3008],[3672,5291],[9749,6370],[9677,6378],[7001,4488],[1615,4521],[439,5425],[440,5445],[440,5453],[2823,3012],[7063,4490],[6991,4600],[2831,2994],[6854,7137],[6854,7142],[6893,7177],[6890,7178],[6889,7173],[2835,2980],[6885,7173],[6883,7171],[6882,7166],[6858,7142],[6876,7160],[6894,7182],[6872,7155],[6868,7156],[6867,7151],[6862,7151],[2830,2984],[6862,7146],[6858,7146],[6872,7160],[6938,7221],[6933,7217],[6929,7212],[6925,7212],[6925,7208],[2838,2965],[6919,7207],[6918,7201],[6897,7181],[6913,7197],[6942,7225],[6938,7226],[6934,7221],[6929,7217],[6903,7191],[2837,2954],[6901,7185],[6898,7186],[6914,7202],[6839,7191],[6841,7193],[6843,7195],[6846,7198],[6847,7199],[6849,7202],[6852,7204],[2841,2951],[6881,7114],[6880,7118],[6878,7120],[6876,7123],[6875,7126],[6873,7129],[6871,7132],[6870,7134],[6868,7137],[6866,7141],[2836,2961],[6865,7143],[6859,7153],[6856,7157],[6854,7160],[6852,7164],[6850,7168],[6847,7172],[6845,7175],[6843,7179],[6841,7183],[3440,8644],[2845,2937],[6839,7185],[6876,7104],[6878,7106],[6897,7125],[6895,7123],[6893,7121],[2840,2943],[6891,7119],[6889,7116],[6886,7114],[6883,7111],[6881,7108],[6897,7149],[6899,7151],[6901,7154],[6903,7156],[6905,7158],[2848,2923],[6908,7160],[6910,7162],[6912,7165],[6914,7167],[6904,7055],[6908,7060],[6925,7074],[6923,7072],[6921,7070],[6918,7068],[2843,2929],[6916,7066],[6911,7062],[6948,7047],[6944,7050],[6944,7055],[6941,7055],[6939,7058],[6940,7063],[6936,7064],[2851,2909],[6937,7069],[6933,7070],[6934,7075],[6930,7076],[6931,7080],[6929,7085],[6926,7085],[6926,7089],[6922,7091],[6923,7095],[2847,2916],[6918,7096],[6919,7102],[6915,7103],[6916,7108],[6912,7109],[6912,7114],[6908,7115],[6909,7120],[6904,7122],[6905,7126],[2855,2895],[6901,7127],[6901,7132],[6897,7133],[6898,7138],[6894,7139],[6895,7143],[6890,7146],[6891,7150],[6887,7151],[6887,7156],[6885,7159],[6881,7160],[6877,7174],[6873,7174],[6873,7180],[6869,7180],[6870,7185],[6866,7186],[6866,7191],[6863,7191],[2858,2881],[6863,7197],[6859,7197],[6860,7202],[6856,7203],[6856,7208],[6853,7208],[6853,7213],[6849,7214],[6850,7219],[6845,7221],[2853,2888],[6845,7227],[6841,7227],[6842,7232],[6838,7233],[6838,7238],[6834,7239],[6896,7074],[6896,7078],[6901,7079],[6901,7084],[3440,8635],[2861,2869],[6906,7088],[6910,7088],[6910,7093],[6914,7092],[6914,7097],[6924,7102],[6924,7107],[6928,7106],[6929,7111],[2857,2872],[6932,7111],[6933,7115],[6937,7115],[6938,7120],[6941,7120],[6942,7125],[6947,7125],[6947,7129],[6951,7129],[6953,7136],[2864,2855],[6958,7136],[6960,7142],[6963,7141],[6966,7148],[6970,7148],[6970,7153],[6974,7152],[6975,7157],[6979,7157],[6979,7161],[2860,2859],[6983,7161],[6984,7166],[6941,7130],[6937,7137],[6935,7141],[6933,7144],[6931,7146],[6930,7150],[6926,7155],[2867,2843],[6907,7188],[6926,7155],[6938,7135],[6922,7162],[6921,7164],[6919,7168],[6917,7170],[6915,7174],[6914,7177],[6910,7183],[2863,2846],[6909,7186],[6924,7158],[6994,7086],[6992,7088],[6968,7137],[6969,7134],[6971,7131],[6973,7128],[6974,7125],[6976,7122],[2871,2827],[6991,7092],[6979,7115],[6966,7140],[6980,7112],[6982,7110],[6983,7107],[6985,7103],[6986,7101],[6988,7098],[6989,7095],[2866,2834],[6942,7182],[6977,7119],[6930,7203],[6932,7200],[6934,7197],[6937,7191],[6939,7188],[6941,7185],[2874,2813],[6961,7150],[6944,7179],[6927,7208],[6948,7173],[6949,7170],[6951,7167],[6953,7164],[6956,7158],[6958,7156],[2870,2819],[6929,7205],[7022,7112],[7020,7116],[7018,7118],[7017,7121],[7015,7124],[7013,7126],[7011,7129],[7009,7132],[7008,7135],[3441,8627],[2878,2799],[7006,7138],[7004,7140],[7002,7143],[7001,7145],[6999,7149],[6997,7151],[6995,7154],[6994,7157],[6991,7160],[6990,7162],[2873,2805],[6988,7166],[6986,7169],[6984,7172],[6982,7175],[6981,7177],[6979,7180],[6977,7183],[6976,7186],[6974,7189],[6972,7192],[2881,2785],[6970,7194],[6968,7198],[6967,7201],[6965,7204],[6963,7207],[6962,7210],[6960,7212],[6958,7215],[6956,7218],[6955,7221],[2876,2791],[6953,7224],[6951,7225],[6948,7225],[6945,7226],[8011,3862],[8028,3873],[8022,3870],[8017,3866],[8028,3820],[8043,3833],[2883,2776],[8038,3828],[8033,3824],[4064,5112],[4063,5110],[4078,5098],[4082,5111],[5701,4920],[7081,7228],[6985,4600],[2879,2778],[6979,4600],[6977,4611],[6976,4604],[6975,4597],[6974,4589],[6974,4582],[6973,4575],[6969,4572],[6969,4596],[2885,2768],[6628,8161],[6632,8166],[6624,8155],[6620,8150],[6616,8144],[5094,3597],[5099,3608],[7029,7203],[2881,2771],[2887,2760],[491,7273],[2882,2761],[469,7301],[474,7307],[479,7313],[401,7395],[407,7385],[410,7380],[414,7374],[419,7367],[427,7356],[432,7348],[3439,8621],[2889,2751],[437,7341],[441,7336],[445,7329],[450,7323],[454,7317],[457,7311],[462,7304],[470,7293],[475,7286],[479,7280],[2884,2752],[483,7273],[487,7269],[493,7247],[489,7254],[485,7260],[482,7264],[478,7270],[474,7275],[471,7280],[466,7288],[2888,2735],[483,7229],[487,7236],[490,7241],[327,7270],[325,7266],[323,7261],[318,7253],[315,7246],[311,7238],[307,7231],[2895,2732],[304,7225],[302,7220],[298,7214],[295,7208],[292,7202],[289,7195],[286,7189],[283,7183],[355,7256],[358,7262],[2891,2728],[325,7274],[331,7270],[337,7266],[343,7262],[349,7257],[356,7252],[361,7248],[367,7244],[372,7241],[376,7238],[2897,2723],[381,7234],[386,7231],[391,7227],[398,7222],[404,7218],[447,7187],[415,7210],[420,7206],[424,7203],[431,7197],[2895,2716],[437,7194],[442,7190],[284,7177],[289,7173],[295,7170],[302,7167],[307,7165],[313,7162],[320,7159],[326,7156],[2900,2710],[332,7154],[338,7151],[344,7149],[350,7146],[357,7142],[362,7140],[367,7138],[479,7286],[484,7292],[489,7297],[2898,2702],[458,7320],[462,7326],[467,7332],[414,7380],[419,7385],[422,7389],[426,7394],[429,7398],[434,7403],[436,7351],[2902,2697],[441,7356],[446,7362],[451,7368],[469,7236],[472,7241],[478,7254],[482,7260],[331,7284],[336,7281],[339,7277],[3437,8613],[2901,2690],[363,7264],[365,7261],[415,7231],[418,7231],[426,7226],[424,7225],[342,7277],[344,7274],[347,7274],[2905,2685],[352,7271],[354,7268],[357,7268],[368,7262],[370,7258],[373,7259],[375,7255],[378,7255],[380,7252],[383,7252],[2902,2678],[385,7249],[388,7250],[390,7246],[393,7247],[395,7243],[398,7243],[400,7240],[403,7240],[405,7237],[408,7237],[2904,2671],[410,7233],[413,7234],[429,7222],[432,7223],[435,7219],[437,7220],[440,7216],[442,7217],[445,7213],[447,7214],[2900,2664],[450,7210],[450,7211],[454,7207],[455,7209],[459,7204],[462,7205],[464,7201],[468,7206],[472,7212],[475,7218],[2902,2655],[479,7224],[7717,3707],[7714,3712],[7711,3717],[7707,3724],[7703,3732],[7700,3738],[7696,3745],[7693,3752],[7689,3759],[2899,2649],[7686,3768],[7683,3775],[7681,3783],[7678,3789],[372,7280],[377,7288],[381,7295],[385,7301],[390,7309],[394,7316],[2901,2640],[398,7322],[403,7333],[407,7340],[412,7347],[416,7354],[425,7362],[429,7367],[434,7373],[439,7379],[444,7385],[2899,2633],[427,7419],[422,7414],[417,7408],[413,7404],[410,7399],[404,7392],[397,7385],[392,7379],[387,7373],[383,7368],[2903,2626],[379,7363],[374,7357],[370,7352],[367,7347],[363,7340],[359,7333],[356,7326],[352,7319],[347,7308],[3436,8606],[2901,2618],[343,7301],[340,7295],[343,7288],[350,7285],[357,7281],[365,7278],[372,7275],[380,7271],[2906,2611],[387,7268],[394,7265],[401,7262],[409,7258],[416,7255],[423,7252],[430,7249],[437,7246],[444,7242],[451,7239],[2904,2603],[458,7236],[466,7233],[473,7229],[480,7226],[380,7343],[385,7339],[389,7337],[393,7332],[398,7327],[2906,2594],[400,7323],[404,7318],[409,7313],[413,7311],[419,7305],[422,7302],[425,7297],[429,7292],[433,7288],[438,7286],[2909,2597],[442,7281],[447,7276],[451,7269],[456,7265],[460,7260],[464,7258],[468,7254],[473,7249],[476,7243],[479,7240],[2906,2590],[482,7237],[433,7413],[436,7407],[439,7401],[442,7395],[446,7386],[449,7380],[453,7373],[456,7367],[459,7361],[462,7355],[465,7348],[468,7342],[473,7333],[475,7328],[478,7321],[482,7315],[485,7309],[488,7303],[491,7295],[2909,2592],[494,7290],[497,7283],[496,7278],[344,7053],[349,7054],[348,7059],[351,7060],[351,7067],[355,7068],[354,7072],[357,7073],[357,7078],[360,7081],[359,7086],[362,7089],[362,7094],[364,7098],[363,7103],[366,7106],[365,7112],[2907,2586],[368,7115],[367,7120],[369,7124],[368,7129],[371,7132],[424,7231],[423,7234],[428,7237],[429,7243],[324,7328],[2910,2588],[440,7256],[432,7244],[436,7250],[435,7253],[444,7263],[445,7269],[448,7269],[449,7276],[453,7278],[452,7281],[2909,2573],[457,7284],[457,7288],[461,7290],[460,7292],[458,7300],[453,7306],[447,7316],[443,7321],[439,7328],[436,7333],[2911,2581],[431,7340],[427,7346],[423,7351],[414,7364],[410,7371],[405,7377],[401,7383],[397,7390],[390,7341],[2914,2557],[394,7349],[399,7355],[403,7362],[407,7369],[385,7272],[390,7280],[394,7287],[399,7294],[403,7301],[408,7308],[2914,2566],[413,7313],[417,7320],[422,7327],[426,7335],[404,7267],[408,7274],[413,7281],[417,7289],[422,7295],[426,7305],[2919,2544],[431,7313],[435,7320],[419,7261],[423,7268],[428,7275],[432,7283],[440,7292],[444,7299],[448,7306],[2918,2552],[452,7244],[455,7249],[459,7256],[465,7262],[469,7269],[472,7274],[447,7333],[452,7339],[457,7345],[461,7350],[2922,2537],[1336,4481],[1335,4496],[1341,4493],[1342,4505],[1339,4508],[1341,4521],[1332,4519],[1314,4516],[2928,2533],[1341,4515],[8069,3927],[1635,4527],[2566,4753],[2571,4753],[3712,4847],[2931,2525],[7022,4772],[7027,4771],[7029,4765],[7034,4763],[7037,4758],[7042,4755],[7044,4750],[7049,4747],[7052,4741],[327,7336],[2936,2520],[7057,4739],[7060,4733],[7065,4731],[7068,4725],[7072,4723],[7075,4717],[7079,4716],[7082,4710],[7087,4707],[7088,4704],[2938,2513],[7092,4715],[4201,5054],[3925,4750],[3920,4751],[3921,4747],[3916,4748],[3918,4744],[2943,2509],[3908,4742],[3904,4739],[6258,3926],[6260,3934],[6261,3943],[6262,3952],[6264,3960],[6265,3969],[6266,3978],[6268,3987],[2946,2502],[6267,3996],[6263,4004],[6256,4006],[6250,4010],[6247,4018],[5924,3641],[5923,3633],[6591,5251],[6309,6063],[2951,2498],[7337,8042],[7990,3903],[7997,3905],[8004,3907],[8011,3909],[8017,3910],[7508,6369],[3670,4282],[2954,2490],[3668,4285],[3661,4295],[3678,4270],[4049,4827],[4047,4831],[4050,4830],[4054,4825],[4054,4828],[4059,4823],[2958,2487],[4059,4826],[4063,4821],[4064,4824],[4068,4819],[4069,4822],[4074,4817],[4074,4820],[4079,4815],[4079,4818],[4084,4813],[2962,2480],[4085,4816],[4089,4811],[4090,4814],[830,5568],[1507,4036],[1507,4029],[1516,4030],[1516,4037],[1524,4030],[1523,4038],[2968,2476],[1532,4031],[1530,4039],[1542,4033],[1542,4051],[1535,4048],[1540,4042],[1545,4038],[1540,4059],[1538,4068],[1535,4078],[2971,2470],[1534,4088],[1532,4099],[1531,4109],[1531,4118],[1531,4130],[1530,4139],[1530,4150],[1530,4159],[1522,4161],[1533,4057],[331,7344],[2976,2468],[1524,4108],[1524,4119],[1523,4129],[1523,4140],[1523,4150],[1531,4067],[1528,4078],[1527,4087],[1525,4098],[7003,4493],[2975,2463],[6998,4496],[6999,4500],[6995,4503],[7046,4522],[7042,4524],[7039,4520],[7035,4522],[7033,4518],[7026,4516],[2981,2463],[7022,4518],[7019,4514],[7015,4516],[7012,4512],[7008,4514],[7006,4509],[7002,4512],[6996,4509],[6990,4508],[6987,4504],[2979,2458],[6983,4506],[6981,4502],[6974,4504],[4074,5015],[4074,5013],[4079,5014],[4078,5011],[4083,5012],[4082,5009],[4088,5011],[2985,2458],[4087,5008],[4092,5009],[4091,5006],[4096,5007],[4100,5003],[4101,5006],[4107,5000],[4108,5003],[4111,4999],[7041,7231],[2983,2454],[8817,7228],[8829,7190],[8825,7198],[8822,7205],[8819,7211],[8815,7219],[8812,7227],[8809,7233],[8806,7239],[8803,7246],[2988,2451],[8800,7253],[8797,7259],[7039,7237],[7032,7232],[7033,7238],[7025,7234],[7025,7239],[7018,7235],[7019,7240],[7011,7236],[7012,7241],[7005,7236],[7005,7242],[6998,7237],[6998,7242],[6991,7238],[6991,7243],[6984,7239],[6984,7244],[6977,7240],[6977,7245],[6970,7241],[6970,7246],[6963,7242],[6963,7247],[6955,7245],[6950,7250],[6944,7244],[6943,7251],[6935,7247],[6936,7252],[6928,7248],[6929,7253],[6922,7249],[6922,7254],[6915,7250],[6915,7255],[6908,7251],[6908,7256],[334,7352],[6901,7252],[6901,7257],[6894,7253],[6894,7258],[6887,7253],[6887,7259],[6880,7254],[6880,7260],[6873,7255],[5829,3563],[6873,7260],[6866,7256],[6866,7261],[6859,7257],[6859,7262],[6852,7257],[6852,7262],[6845,7257],[6845,7262],[6839,7257],[6839,7263],[6694,7282],[7077,7224],[7074,7231],[7070,7227],[7067,7233],[7063,7229],[7060,7235],[7056,7230],[7053,7235],[7050,7231],[7046,7236],[7099,7202],[7094,7209],[7092,7216],[7087,7220],[5522,6685],[4368,4937],[4332,4975],[4300,4841],[4297,4842],[6969,4533],[6972,4526],[4104,4846],[4103,4840],[4097,4828],[4092,4808],[4089,4798],[4088,4792],[4087,4787],[4105,4852],[4102,4835],[4091,4803],[2908,2602],[7469,7706],[7007,4474],[7009,4480],[338,7360],[7005,4481],[7006,4486],[4583,2979],[4583,2987],[4590,2979],[4584,2995],[4590,2987],[4583,3003],[4590,2993],[4586,3057],[4591,3038],[4586,3067],[4592,3047],[4586,3076],[4592,3056],[4587,3085],[4592,3066],[4587,3093],[4592,3075],[2905,2596],[4589,3104],[4593,3083],[4593,3092],[4594,3101],[4590,3113],[4593,3123],[4595,3130],[4596,3111],[4597,3138],[4598,3119],[4599,3147],[4601,3128],[4601,3156],[4603,3136],[4604,3164],[4605,3144],[4606,3172],[4607,3153],[4608,3179],[4609,3161],[4610,3187],[4611,3169],[4612,3195],[4613,3177],[4613,3202],[4616,3185],[4615,3208],[4617,3191],[4617,3216],[4619,3199],[4620,3224],[4621,3206],[4623,3235],[4623,3214],[4626,3245],[4626,3225],[4628,3255],[4628,3231],[4631,3265],[2910,2587],[4631,3243],[4633,3273],[4634,3253],[4636,3284],[4637,3261],[4639,3292],[4639,3271],[4641,3302],[4642,3280],[4644,3310],[4644,3290],[4647,3298],[4648,3327],[4650,3308],[4651,3334],[4652,3318],[4653,3343],[4655,3326],[4655,3350],[4657,3335],[4657,3357],[4660,3346],[4660,3363],[4662,3352],[4662,3372],[4665,3361],[4665,3383],[4668,3373],[4668,3393],[4670,3381],[4671,3405],[4673,3391],[4674,3415],[4676,3402],[4678,3428],[4679,3413],[4680,3439],[4682,3424],[4684,3450],[4685,3434],[342,7368],[2907,2580],[4686,3461],[4688,3445],[4690,3470],[4691,3455],[4692,3482],[4694,3465],[4695,3490],[4696,3476],[4698,3500],[4699,3488],[4700,3507],[4702,3498],[4702,3515],[4705,3508],[4707,3512],[4710,3520],[1419,3288],[6681,6166],[6710,7219],[6735,7216],[6732,7211],[6740,7214],[6739,7208],[6758,7208],[1416,3280],[6760,7200],[6771,7201],[6778,7197],[6773,7193],[6754,7203],[6764,7205],[6767,7197],[6725,7217],[6746,7209],[6750,7208],[1412,3272],[6785,7190],[6792,7185],[5391,7988],[5386,7992],[5382,7997],[5376,8001],[5371,8006],[5366,8010],[5361,8015],[5355,8020],[1408,3264],[5349,8026],[5343,8031],[3479,3884],[5609,4595],[5613,4604],[326,5180],[319,5178],[313,5176],[307,5174],[1405,3257],[300,5171],[294,5169],[286,5167],[303,5168],[298,5165],[292,5163],[286,5161],[6232,5937],[6236,5943],[6241,5948],[1403,3249],[6248,5959],[6251,5964],[6255,5971],[6298,6044],[6302,6050],[6306,6057],[6313,6070],[6317,6076],[5397,6312],[3059,8499],[1404,3240],[3055,8491],[3051,8482],[3046,8474],[3041,8464],[3037,8456],[3033,8447],[3028,8438],[3023,8429],[3019,8420],[3014,8411],[1405,3231],[3009,8402],[3004,8392],[3001,8386],[3036,8354],[3040,8362],[3045,8371],[3049,8380],[3053,8387],[6821,7153],[6745,7177],[346,7375],[1406,3223],[6821,7125],[6836,7121],[6840,7121],[6842,7118],[6746,7181],[6748,7180],[6749,7177],[6751,7179],[6753,7178],[6759,7175],[1407,3214],[6761,7173],[6764,7172],[6766,7170],[6770,7173],[6773,7182],[6771,7167],[6774,7166],[6780,7162],[6783,7160],[6785,7159],[1408,3205],[6787,7157],[6790,7155],[6792,7153],[6797,7149],[6799,7147],[6740,7185],[6746,7196],[3009,2131],[6990,7171],[6992,7170],[6994,7175],[6996,7174],[6998,7179],[7001,7179],[7002,7184],[7005,7183],[3005,2123],[7005,7188],[7010,7188],[7010,7192],[7014,7192],[7014,7196],[7017,7194],[7016,7199],[7021,7199],[7021,7203],[7025,7203],[3000,2116],[7026,7208],[7030,7207],[7030,7212],[7034,7212],[7034,7217],[7038,7217],[7035,7220],[7038,7222],[7036,7225],[7031,7200],[2998,2107],[7032,7198],[7033,7196],[7035,7193],[7036,7191],[7038,7189],[7039,7186],[7041,7183],[7042,7181],[7043,7180],[7045,7177],[3004,2102],[7046,7175],[7047,7172],[7049,7170],[7050,7167],[7051,7166],[7053,7163],[7054,7161],[7055,7159],[7057,7157],[7058,7154],[3010,2096],[7059,7152],[5506,3955],[5497,3961],[5513,3963],[5503,3970],[3016,2100],[351,7383],[3020,2108],[318,5036],[7082,4488],[1444,4028],[1526,4171],[1523,4175],[1523,4186],[1530,4187],[1523,4198],[1530,4197],[1525,4208],[322,5037],[1532,4206],[1526,4217],[1533,4215],[1527,4226],[1535,4225],[1529,4236],[1536,4234],[1530,4246],[1537,4243],[1532,4257],[328,5037],[1539,4255],[1533,4266],[1541,4265],[1534,4276],[1542,4273],[1536,4286],[1543,4284],[1539,4294],[1548,4298],[1541,4301],[335,5037],[1701,4615],[1703,4619],[1552,4305],[1547,4310],[1558,4315],[1553,4319],[1563,4323],[1558,4328],[1568,4331],[1563,4337],[342,5037],[1573,4340],[1568,4345],[1577,4351],[1581,4360],[1585,4355],[1587,4367],[1590,4363],[1593,4374],[1596,4371],[1601,4383],[350,5037],[1603,4379],[1606,4389],[1608,4386],[1612,4397],[1614,4394],[1617,4404],[1619,4401],[1622,4412],[1625,4409],[1627,4420],[357,5037],[1630,4416],[1634,4425],[1640,4430],[1638,4434],[1646,4438],[1643,4441],[1650,4444],[1647,4447],[1654,4452],[1652,4454],[363,5037],[1659,4460],[1656,4462],[1663,4469],[1659,4471],[1667,4478],[1663,4480],[1670,4487],[1666,4489],[3672,4279],[3676,4279],[370,5036],[3663,4292],[3670,4287],[3668,4290],[3659,4298],[1673,4498],[1670,4499],[1675,4508],[1672,4509],[355,7387],[377,5036],[1678,4518],[1675,4519],[1681,4528],[1678,4529],[1684,4538],[1681,4539],[1686,4548],[1683,4549],[1688,4558],[1685,4559],[189,5051],[1689,4569],[1686,4570],[1690,4580],[1687,4580],[1691,4590],[1688,4590],[1693,4599],[1688,4601],[1696,4608],[1690,4611],[183,5051],[1694,4615],[1696,4623],[1700,4627],[1693,4628],[1701,4638],[1694,4639],[1701,4649],[1694,4650],[1694,4660],[1517,4169],[178,5052],[1523,4104],[1517,4103],[1512,4103],[1537,4191],[1594,4068],[1593,4119],[1596,4077],[1590,4047],[1567,4198],[1564,4170],[173,5052],[1546,4189],[7412,3652],[7410,3654],[7568,3218],[7568,3222],[7352,5136],[7355,5134],[7770,5256],[7771,5253],[7228,3386],[167,5053],[7224,3386],[6788,3735],[6785,3732],[7608,3950],[7142,3338],[7141,3341],[354,7286],[358,7292],[360,7297],[365,7304],[162,5053],[368,7309],[372,7315],[377,7323],[380,7327],[383,7333],[6793,5451],[6798,5445],[6804,5440],[6811,5438],[6818,5435],[157,5054],[6782,5459],[4856,4686],[4858,4693],[4857,4650],[5371,4740],[5372,4736],[6097,8015],[6098,8018],[7293,5637],[151,5054],[7296,5637],[6266,7840],[5984,4651],[5107,5344],[5106,5349],[5929,4845],[5932,4847],[5738,2787],[146,5054],[5741,2785],[5575,7865],[5364,4850],[5367,4851],[4250,6126],[4255,6127],[4994,4700],[4992,4702],[4438,5568],[360,7394],[142,5054],[4435,5567],[6919,2875],[5462,5136],[4063,2417],[5017,3474],[1592,4052],[1594,4058],[1597,4064],[1599,4071],[1567,4192],[137,5055],[1568,4185],[1568,4178],[1569,4171],[1569,4165],[1569,4158],[1570,4151],[1570,4144],[1570,4137],[1571,4130],[1571,4123],[133,5055],[1572,4117],[1572,4110],[1572,4103],[1573,4095],[1573,4087],[1574,4080],[1574,4074],[1574,4068],[1575,4060],[1575,4054],[128,5055],[1576,4047],[1558,4169],[1552,4168],[1548,4182],[1547,4175],[1506,4102],[1502,4100],[1502,4093],[1502,4087],[1503,4081],[124,5056],[1507,4079],[1513,4080],[1518,4080],[1524,4081],[4314,3406],[4771,1631],[5415,3396],[6961,4565],[7893,6517],[118,5056],[7334,3651],[5759,4492],[7242,3214],[7238,3214],[7364,4534],[7364,4536],[4215,3167],[4213,3171],[7259,7499],[109,5057],[1599,4442],[5118,3002],[6784,6175],[6206,4943],[4435,2058],[5979,6653],[8375,8576],[2849,4110],[104,5058],[2850,4118],[2851,4126],[2852,4135],[2853,4142],[2854,4149],[2856,4157],[2857,4164],[2857,4170],[2858,4179],[2859,4187],[99,5059],[2860,4193],[2861,4201],[2862,4207],[2863,4215],[2864,4224],[2865,4231],[2868,4233],[2873,4232],[2880,4231],[2885,4230],[93,5059],[2892,4229],[2898,4227],[2904,4226],[2911,4225],[2915,4224],[2921,4223],[2927,4221],[3541,2281],[6411,5445],[365,7401],[88,5060],[4120,5085],[4125,5089],[4131,5087],[4135,5085],[83,5060],[4139,5078],[4144,5081],[4143,5076],[4182,5062],[4154,5078],[4152,5073],[4159,5076],[4157,5072],[4163,5074],[4163,5069],[78,5060],[4168,5072],[7675,4514],[7669,4514],[7662,4514],[7655,4513],[7648,4513],[7640,4513],[7633,4512],[7626,4512],[7619,4512],[71,5061],[7612,4511],[7605,4510],[7598,4510],[7591,4510],[7585,4510],[7578,4509],[7571,4509],[7564,4509],[7557,4509],[7550,4508],[66,5061],[7543,4508],[7536,4508],[5359,4926],[5358,4935],[5360,4916],[5360,4908],[5351,5017],[5352,5008],[5353,4999],[5354,4989],[59,5062],[5354,4981],[5355,4972],[6811,4473],[6812,4481],[6812,4490],[54,5062],[6812,4498],[6810,4507],[6813,4506],[6810,4514],[6813,4513],[7265,6496],[7266,6486],[7259,6490],[7556,6226],[7555,6222],[48,5063],[4321,5212],[4317,5212],[4066,5005],[4066,5000],[4064,5088],[4064,5008],[4061,5011],[42,5063],[4020,6259],[4026,6260],[4018,6267],[4023,6270],[4016,6275],[4020,6279],[4013,6283],[4019,6286],[4011,6292],[37,5064],[4017,6293],[4009,6300],[4014,6302],[7660,8312],[7660,8305],[7662,8296],[7662,8287],[369,7407],[31,5064],[7663,8279],[7664,8271],[7665,8265],[7665,8258],[7666,8250],[7667,8243],[7668,8234],[7668,8227],[7669,8219],[7670,8212],[4053,5236],[7671,8204],[7671,8198],[7672,8189],[7673,8182],[7673,8176],[7674,8170],[7675,8163],[7676,8155],[7676,8144],[7677,8135],[4054,5234],[7678,8125],[7679,8115],[7680,8106],[7681,8098],[7682,8090],[7682,8083],[7683,8077],[7683,8070],[7683,8063],[7683,8056],[4050,5232],[7683,8049],[7683,8044],[7684,8036],[7684,8029],[7684,8021],[7683,8013],[7682,8007],[7681,7999],[7681,7992],[7680,7986],[4052,5230],[7679,7978],[7677,7971],[7675,7962],[7671,7958],[7668,7952],[7666,7948],[7663,7940],[7659,7932],[7656,7925],[7654,7920],[4047,5229],[7652,7913],[7651,7906],[7649,7899],[7646,7892],[7645,7885],[7643,7879],[7641,7872],[7639,7865],[7637,7858],[7636,7851],[4049,5227],[7634,7842],[7633,7835],[7632,7827],[7631,7820],[7630,7813],[7629,7805],[7628,7797],[7629,7791],[7626,7785],[7628,7779],[4045,5226],[7625,7773],[7663,8315],[7664,8303],[1509,4168],[1509,4165],[1501,4167],[1501,4164],[1499,4160],[1499,4157],[4044,5222],[1498,4150],[1498,4147],[1498,4144],[1498,4141],[1498,4132],[1498,4124],[1498,4129],[1497,4120],[1497,4116],[1496,4118],[4042,5222],[1496,4114],[1496,4110],[1496,4103],[1543,4193],[1549,4196],[1554,4198],[1558,4200],[1562,4202],[1568,4204],[1571,4206],[373,7413],[4041,5217],[1589,4068],[1584,4067],[1578,4067],[1571,4066],[1566,4066],[1561,4065],[1556,4065],[1551,4064],[1546,4064],[1541,4063],[4040,5219],[1588,4119],[1581,4118],[1574,4117],[1591,4077],[1585,4076],[1581,4076],[1577,4076],[4353,4908],[4357,4908],[4038,5213],[4368,4906],[4361,4909],[4360,4915],[4360,4920],[4359,4925],[4364,4927],[4366,4929],[4371,4931],[4372,4926],[4374,4921],[4036,5215],[4375,4917],[4376,4912],[4373,4908],[4368,4909],[4364,4913],[4365,4919],[4371,4915],[4365,4908],[4035,5210],[7761,4771],[3482,3887],[3481,3881],[3484,3884],[3482,3878],[3485,3882],[5580,5171],[5567,5226],[5569,5218],[5571,5211],[4034,5212],[5572,5204],[5574,5196],[5576,5189],[5578,5183],[6001,4592],[4033,5207],[4817,3179],[6221,4824],[6228,4824],[7866,4614],[4031,5209],[4467,4413],[4660,3594],[5995,5021],[4862,3229],[4822,3179],[5388,1337],[5525,6689],[5526,6683],[5530,6686],[5532,6680],[4030,5203],[5536,6682],[5538,6676],[5542,6678],[5545,6672],[5547,6675],[5550,6669],[5554,6671],[5556,6665],[5561,6666],[5563,6661],[4029,5205],[3527,2698],[5386,1345],[5384,1354],[5380,1365],[5377,1374],[5373,1381],[5370,1389],[5367,1397],[3833,4720],[380,7423],[4027,5200],[4018,4699],[7942,7382],[5770,5565],[7432,3531],[7699,4383],[7377,7690],[4026,5202],[7372,7697],[4717,2069],[5242,2957],[4443,4894],[6430,6168],[6430,6178],[5934,4852],[4026,5197],[5938,4853],[5943,4854],[5947,4855],[5952,4856],[5957,4856],[5959,4839],[5955,4838],[5949,4837],[5944,4836],[5940,4836],[4026,5192],[5936,4835],[5939,3456],[5943,3453],[5948,3450],[5949,3440],[5950,3433],[5951,3425],[5953,3418],[6171,4796],[6175,4793],[4026,5189],[6180,4786],[6184,4780],[6186,4769],[6193,4765],[6194,4757],[6198,4756],[6198,4751],[6201,4751],[6200,4747],[6207,4742],[4026,5184],[6207,4736],[5935,4584],[5943,4584],[5952,4584],[5962,4583],[4065,4866],[4063,4861],[4067,4860],[4070,4859],[4020,5178],[4073,4858],[4076,4856],[4079,4855],[4082,4854],[4085,4853],[4086,4858],[4092,4880],[4090,4887],[4087,4888],[4016,5178],[4083,4889],[4080,4890],[4075,4892],[4071,4894],[4070,4888],[7207,6474],[4435,1857],[4428,1855],[4422,1854],[4015,5174],[4416,1853],[4409,1852],[4403,1851],[7673,5138],[7679,5139],[7685,5141],[9539,6507],[9547,6508],[4072,4786],[4013,5170],[4056,4785],[3207,2108],[3205,2116],[5402,1208],[5404,1206],[4302,5987],[4300,5989],[384,7430],[4012,5165],[5495,7122],[5493,7125],[5839,7038],[5835,7038],[2148,8386],[2150,8383],[6603,5359],[4552,4986],[4551,4985],[4292,5944],[4010,5160],[4292,5942],[6438,7561],[6438,7558],[5163,3506],[5163,3503],[4474,3051],[4067,2740],[4063,2736],[4009,5156],[5075,4531],[4260,6022],[5215,3467],[5215,3463],[4008,5151],[4236,2604],[4269,2586],[4270,2590],[4494,4372],[4272,4848],[4278,4846],[4283,4844],[4289,4842],[4294,4840],[4006,5147],[4275,4869],[4273,4863],[4272,4857],[4270,4851],[4278,4872],[4284,4869],[4289,4867],[4295,4865],[4300,4863],[7491,7000],[4005,5141],[7494,7008],[7497,7016],[7501,7023],[1257,4266],[1261,4266],[1267,4265],[1274,4264],[1281,4264],[1286,4263],[1293,4263],[2978,2184],[6808,7123],[6802,7123],[6806,7119],[6800,7119],[6803,7115],[6798,7116],[6801,7112],[6795,7111],[6799,7108],[6793,7108],[2984,2189],[6796,7104],[6791,7104],[6794,7100],[6788,7100],[6792,7097],[6786,7096],[6824,7150],[6818,7149],[6822,7146],[6816,7145],[2990,2193],[6819,7142],[6814,7142],[6817,7138],[6808,7133],[6815,7134],[6804,7126],[6789,7093],[6784,7093],[6888,7293],[6879,7294],[2995,2197],[6870,7295],[6861,7296],[6852,7298],[6843,7298],[6833,7300],[6829,7304],[6828,7314],[6828,7325],[5989,4080],[5985,4080],[389,7438],[3002,2202],[5993,4084],[5998,4090],[6005,4093],[6015,4097],[6023,4095],[6033,4093],[6040,4091],[6048,4089],[6056,4088],[6064,4086],[3008,2206],[6072,4084],[6079,4082],[6778,7084],[6773,7084],[6772,7089],[6768,7089],[6767,7094],[5184,4269],[5188,4262],[5193,4261],[3014,2211],[5196,4263],[5200,4269],[5203,4276],[7571,4960],[7573,4933],[7673,4980],[7650,4987],[7672,4897],[7675,4881],[7680,4861],[3021,2215],[7659,4980],[7645,4976],[7631,4972],[7617,4969],[7610,4995],[7599,4991],[7587,4987],[7561,4979],[7548,4974],[7535,4970],[3027,2220],[5405,6359],[5404,6356],[5401,6358],[5402,6353],[5400,6355],[3034,2225],[5401,6350],[5398,6352],[5399,6347],[5397,6349],[6763,7094],[6762,7099],[6758,7099],[3040,2229],[6757,7104],[6753,7104],[6752,7109],[6749,7108],[6747,7114],[6743,7114],[6742,7120],[6738,7119],[6736,7123],[6732,7120],[3046,2233],[6728,7124],[6726,7121],[6723,7125],[6720,7123],[6714,7124],[6711,7128],[6802,7145],[6806,7141],[6809,7139],[3052,2237],[6502,3030],[6496,3031],[6496,3023],[6489,3031],[6490,3024],[6483,3032],[6482,3024],[6473,3033],[6476,3024],[3058,2241],[6465,3034],[6467,3026],[6458,3034],[6460,3027],[6452,3035],[6455,3028],[6447,3036],[6447,3028],[9854,6719],[9855,6711],[393,7445],[3064,2245],[6440,3036],[6440,3029],[6434,3037],[6433,3030],[6425,3038],[6424,3030],[6418,3038],[6418,3031],[6410,3038],[3067,2255],[6411,3031],[6404,3038],[6404,3031],[6398,3037],[6398,3030],[6392,3037],[6392,3030],[6384,3036],[6385,3029],[6378,3035],[3070,2250],[6379,3028],[6371,3033],[6372,3026],[6366,3032],[6366,3025],[6355,3030],[6357,3023],[6349,3029],[6352,3022],[6342,3027],[3076,2255],[6342,3021],[6337,3026],[6743,7193],[6745,7187],[6743,7179],[6740,7178],[6741,7172],[6738,7168],[6739,7163],[3082,2259],[6736,7159],[6737,7154],[6734,7150],[6735,7145],[6732,7141],[6733,7138],[6730,7134],[6731,7129],[6749,7172],[6751,7169],[3088,2264],[6753,7167],[6757,7162],[6760,7157],[6763,7155],[6765,7153],[6767,7151],[6769,7149],[6771,7146],[6774,7144],[6778,7140],[3094,2268],[6780,7138],[6782,7135],[6784,7134],[6787,7133],[6790,7132],[6793,7131],[6796,7131],[6798,7130],[6801,7130],[6812,7127],[3100,2272],[6816,7126],[6819,7125],[6824,7124],[6827,7124],[6829,7123],[6832,7122],[6787,7089],[6782,7090],[6785,7085],[6780,7087],[3105,2276],[6783,7082],[6737,7186],[6733,7188],[6728,7190],[6724,7191],[6720,7193],[4298,4846],[4299,4853],[4301,4860],[5742,5869],[3111,2281],[5738,5865],[5734,5860],[5730,5856],[5725,5852],[5720,5847],[5716,5842],[5712,5837],[5707,5833],[5702,5828],[5697,5823],[397,7452],[3117,2286],[5693,5818],[5689,5814],[5684,5809],[5680,5805],[5674,5800],[5670,5795],[5666,5790],[5662,5786],[5657,5781],[5653,5776],[3124,2291],[5649,5772],[5645,5767],[5639,5762],[5635,5757],[5630,5752],[5625,5747],[5621,5743],[5616,5738],[5611,5733],[5607,5728],[3130,2296],[5603,5724],[5597,5719],[5594,5715],[5588,5710],[5584,5706],[5579,5700],[5574,5695],[5571,5692],[5566,5687],[5244,4306],[3137,2301],[5240,4310],[5236,4313],[5233,4315],[5229,4319],[5094,3605],[5196,4255],[5203,4254],[5206,4247],[5213,4245],[5216,4238],[3141,2305],[5223,4237],[5313,4299],[5267,4276],[5270,4282],[5276,4283],[5282,4290],[5289,4290],[5294,4296],[5301,4296],[5307,4301],[3148,2310],[5319,4305],[5326,4303],[5332,4308],[5339,4306],[5346,4311],[5353,4310],[5359,4314],[5366,4312],[5371,4317],[5378,4315],[3154,2315],[5384,4319],[5392,4318],[5397,4322],[5405,4320],[5412,4325],[5419,4325],[5425,4330],[5432,4330],[5435,4337],[5441,4338],[3160,2320],[5444,4348],[5453,4357],[5452,4363],[5457,4380],[5461,4389],[5459,4395],[5226,4230],[5205,4280],[5208,4286],[3165,2324],[5212,4292],[5215,4298],[5218,4305],[5221,4311],[5225,4318],[5228,4324],[5231,4330],[5234,4336],[5237,4343],[5240,4349],[3171,2329],[5243,4354],[5209,4281],[5214,4277],[5217,4275],[5220,4272],[5225,4268],[5215,4293],[5220,4289],[5223,4286],[5226,4284],[3408,6872],[3177,2333],[5231,4280],[5217,4246],[5223,4250],[5225,4261],[5231,4267],[5234,4279],[5239,4283],[5242,4294],[5247,4299],[5250,4310],[3183,2338],[4124,4985],[4122,4987],[4122,4979],[4119,4980],[4119,4972],[4117,4974],[4116,4966],[4114,4968],[3189,2342],[4258,4849],[4264,4846],[7512,6369],[7516,6372],[3194,2347],[3201,2353],[3208,2359],[7527,6360],[6945,4455],[6779,7077],[6775,7073],[3212,2358],[6772,7077],[6772,7070],[6770,7075],[6768,7066],[6765,7070],[6764,7063],[6762,7067],[6761,7060],[6759,7065],[6757,7056],[3212,2364],[6754,7059],[6754,7053],[6751,7057],[6749,7054],[6751,7051],[6746,7051],[6741,7046],[6742,7043],[6735,7041],[6739,7041],[3145,2305],[6732,7038],[6734,7036],[6730,7036],[6727,7029],[6725,7032],[6722,7024],[6723,7029],[6716,7019],[6717,7025],[6712,7020],[6706,7010],[6707,7015],[6701,7005],[6702,7010],[6696,7000],[6697,7005],[6694,7003],[5705,4921],[5710,4922],[3415,6878],[5698,4920],[5697,4926],[5697,4932],[5696,4936],[7732,4757],[7739,4757],[7748,4758],[5647,4876],[5649,4877],[5650,4866],[5652,4868],[5651,4857],[5654,4858],[5654,4847],[5656,4849],[5656,4837],[5659,4838],[5658,4828],[5661,4829],[5660,4820],[5663,4821],[5663,4815],[5649,4864],[5654,4864],[5649,4862],[5654,4863],[5662,4804],[2502,5869],[5668,4800],[7903,4549],[7906,4566],[7905,4557],[6946,4461],[6948,4469],[6956,4506],[6958,4513],[6939,4456],[6941,4464],[2498,5874],[6943,4471],[6949,4475],[6944,4477],[6951,4481],[6945,4484],[6953,4491],[6950,4500],[6955,4498],[6952,4507],[6953,4515],[2495,5881],[6955,4521],[6957,4532],[6959,4519],[2754,3988],[2757,3986],[2756,3982],[2761,3972],[2493,5886],[2758,3975],[2763,3965],[2760,3968],[2764,3958],[2762,3961],[2764,3954],[2772,3997],[2771,3990],[2764,3986],[2766,3981],[2490,5894],[2760,3978],[7074,5605],[7073,5596],[1147,4932],[1144,4931],[1147,4934],[1144,4934],[1147,4940],[1144,4940],[1146,4946],[2489,5902],[1143,4946],[1146,4952],[1143,4951],[1145,4959],[1142,4958],[1145,4971],[1142,4971],[1145,4979],[1141,4979],[2485,5907],[3423,6879],[2371,6197],[1162,4933],[1152,4931],[1154,4932],[1157,4932],[5715,4924],[5700,4940],[5709,4934],[5713,4931],[5719,4928],[4518,4218],[4526,4218],[4518,4225],[4525,4225],[4518,4233],[4525,4231],[4525,4239],[2372,6199],[4518,4239],[4525,4244],[4519,4244],[4525,4251],[4519,4249],[4526,4259],[4517,4258],[4522,4267],[4515,4264],[4519,4273],[4512,4271],[4516,4279],[4509,4277],[4514,4284],[4507,4282],[4512,4289],[4504,4289],[4508,4297],[4503,4292],[4506,4302],[2515,2880],[4500,4300],[4503,4309],[4499,4308],[4501,4314],[6840,4509],[6841,4517],[6842,4526],[6843,4535],[6844,4544],[7250,7779],[2510,2874],[7246,7772],[7241,7764],[7236,7758],[7243,7759],[7240,7754],[7237,7749],[7233,7744],[7287,7866],[7284,7858],[2504,2868],[7281,7851],[7278,7843],[7275,7834],[7272,7826],[7255,7786],[7266,7817],[7261,7804],[6000,4606],[2500,2862],[5999,4596],[6003,4603],[6002,4597],[4332,4979],[4336,4974],[4337,4978],[4341,4976],[4343,4971],[2494,2856],[4345,4975],[4347,4970],[4349,4973],[4352,4968],[4353,4971],[4356,4966],[4357,4970],[4361,4965],[4362,4968],[4365,4963],[3430,6885],[2489,2850],[4366,4967],[4368,4962],[4369,4965],[4372,4960],[4373,4964],[7259,6490],[7146,6189],[7151,6195],[7149,6200],[7153,6203],[2483,2844],[7151,6209],[7155,6212],[7153,6217],[7157,6221],[7155,6226],[7163,6278],[7165,6287],[7166,6296],[7168,6304],[7169,6313],[2478,2838],[7171,6322],[7173,6330],[7175,6339],[7176,6347],[7178,6356],[7180,6365],[7185,6391],[7188,6394],[7187,6400],[7190,6401],[2473,2833],[7189,6409],[7191,6409],[7187,6415],[7193,6415],[7188,6423],[7196,6422],[7190,6432],[7198,6430],[7192,6441],[7199,6439],[2468,2826],[7193,6449],[7201,6447],[7195,6456],[7203,6456],[7197,6466],[7205,6465],[7198,6474],[7252,6489],[7222,6480],[6208,7800],[7225,6484],[7209,6483],[7199,6481],[7247,6488],[7241,6487],[7221,6488],[7214,6487],[7213,6478],[7230,6481],[7229,6489],[6211,7808],[7196,6477],[7190,6483],[7188,6477],[7184,6481],[7182,6475],[7178,6478],[7175,6473],[7172,6476],[7167,6472],[6215,7816],[4265,3013],[4268,3019],[4271,3025],[4274,3031],[4276,3036],[6219,7825],[5540,6266],[5544,6273],[6222,7833],[2229,2576],[4165,4741],[4170,4739],[4176,4737],[4181,4735],[4629,4986],[4702,5036],[3438,6886],[6226,7840],[7335,4251],[7333,4254],[7335,4264],[7333,4264],[6948,4388],[6953,4390],[6958,4387],[6963,4390],[6229,7848],[6968,4389],[6972,4394],[6977,4395],[6980,4401],[6986,4401],[6989,4406],[6980,4447],[6980,4440],[6985,4436],[6984,4429],[6233,7856],[6989,4423],[6990,4414],[6995,4408],[3427,5081],[3428,5093],[3423,5104],[3427,5104],[3422,5116],[3426,5117],[6235,7862],[7761,4354],[7754,4347],[6209,7795],[4084,5147],[4082,5158],[4082,5165],[4081,5171],[3770,5499],[4079,5184],[4079,5190],[4078,5194],[4077,5198],[4074,5203],[4077,5204],[4074,5209],[4076,5210],[4073,5215],[4075,5216],[3770,5489],[4075,5222],[4073,5232],[4073,5238],[4065,5279],[4064,5285],[4064,5291],[4063,5298],[4065,5305],[4076,5189],[3762,5490],[3766,5482],[5578,6656],[5580,6650],[5585,6652],[5588,6645],[5594,6646],[3760,5483],[5596,6639],[5602,6639],[5604,6633],[5610,6633],[5612,6627],[5618,6628],[5621,6620],[5626,6621],[5631,6615],[5637,6607],[3444,6896],[3763,5474],[5644,6604],[5657,6595],[5664,6592],[5662,6587],[5672,6587],[5667,6584],[5680,6586],[5678,6582],[5689,6596],[3758,5476],[5687,6588],[5693,6599],[5696,6607],[5700,6614],[5704,6621],[5709,6629],[5713,6636],[5717,6643],[5722,6649],[5727,6655],[3760,5466],[5733,6657],[3842,4713],[4065,3203],[4653,5128],[4659,5130],[4664,5133],[4575,4389],[4580,4388],[5395,6346],[5360,4417],[3755,5465],[5361,4410],[5362,4402],[5362,4395],[5363,4387],[5363,4380],[5364,4372],[5365,4365],[5365,4359],[5365,4354],[5366,4348],[3756,5452],[5366,4342],[5367,4334],[5368,4327],[5368,4319],[5366,4384],[5370,4385],[5376,4386],[5382,4386],[5388,4387],[5394,4388],[3750,5445],[5400,4389],[5406,4390],[5412,4390],[5418,4391],[5423,4392],[5367,4363],[5373,4361],[5383,4366],[3749,5435],[5391,4363],[5399,4368],[5408,4366],[5415,4370],[5424,4368],[9155,6728],[9161,6733],[3421,5101],[3420,5096],[3415,5097],[3746,5424],[3414,5092],[3409,5092],[3408,5086],[3403,5087],[3403,5081],[3398,5082],[3397,5076],[3392,5077],[3391,5072],[3386,5072],[3746,5417],[3385,5067],[3380,5069],[3379,5065],[3375,5067],[3372,5062],[3369,5065],[3365,5060],[3362,5062],[7847,4507],[7848,4514],[3740,5413],[7873,4539],[7872,4535],[7871,4529],[7870,4521],[7869,4514],[5270,4240],[5272,4248],[5263,4235],[5276,4256],[3469,5389],[1274,9615],[3444,6887],[3744,5408],[5266,4243],[5282,4263],[5269,4253],[5289,4266],[5274,4260],[5280,4266],[5287,4270],[5990,4609],[3739,5406],[5992,4610],[5989,4615],[5991,4617],[5987,4625],[5988,4624],[5985,4630],[5987,4632],[5983,4637],[5986,4638],[5981,4646],[3741,5397],[5984,4646],[3361,5426],[3365,5422],[1653,4588],[7654,4968],[6430,6951],[6424,6953],[6417,6956],[3736,5397],[4070,5062],[4069,5054],[4069,5048],[4069,5040],[4069,5036],[4068,5030],[4068,5025],[4068,5018],[4067,5013],[4062,5014],[3738,5388],[4065,5013],[7124,4512],[7127,4512],[7128,4519],[7128,4523],[7132,4527],[7132,4532],[7127,4533],[7126,4538],[7130,4544],[3734,5389],[7132,4549],[7135,4555],[7138,4560],[7141,4566],[7143,4571],[7146,4577],[7149,4582],[7157,4584],[7161,4581],[7165,4578],[3736,5379],[7169,4576],[7152,4588],[7155,4593],[7158,4599],[7161,4604],[7164,4612],[7167,4617],[7172,4620],[6405,7005],[6409,6999],[3732,5381],[6414,6994],[6420,6988],[6425,6982],[6431,6976],[6434,6969],[6437,6963],[6436,6955],[7449,6480],[7452,6481],[7456,6482],[7449,6485],[7452,6485],[7454,6486],[7457,6486],[7459,6487],[7449,6488],[7457,6490],[7454,6489],[7448,6491],[7460,6485],[7463,6479],[7470,6475],[7474,6477],[7481,6471],[7483,6466],[7488,6467],[7489,6461],[7443,6477],[7442,6482],[3455,6898],[7445,6484],[7442,6486],[7445,6487],[7442,6489],[7445,6491],[7441,6492],[320,5227],[309,5227],[312,5231],[300,5230],[303,5235],[293,5235],[285,5233],[278,5227],[274,5211],[272,5218],[272,5199],[269,5208],[271,5187],[268,5197],[270,5175],[267,5186],[270,5165],[266,5174],[266,5155],[265,5164],[261,5148],[262,5155],[369,7829],[371,7817],[372,7807],[2688,8749],[2692,8744],[5648,6038],[2700,8744],[4071,5084],[4075,5084],[4071,5076],[4075,5076],[4071,5068],[4074,5067],[3021,6665],[1879,5766],[4269,7745],[5652,6043],[4260,7745],[4251,7744],[4242,7743],[4233,7742],[4224,7739],[4215,7736],[4206,7732],[4197,7728],[9200,6752],[9202,6746],[5657,6048],[9205,6739],[9206,6731],[9209,6725],[9211,6719],[9213,6713],[9215,6707],[9216,6702],[9218,6693],[9220,6684],[9220,6676],[5661,6054],[9219,6670],[9219,6662],[9217,6655],[9216,6648],[9215,6640],[9214,6633],[9212,6626],[9210,6615],[6840,6214],[6841,6223],[5664,6060],[7025,7875],[7024,7885],[7023,7894],[7022,7904],[7042,7887],[7048,7888],[7021,7912],[7013,7910],[1350,9612],[1357,9609],[5667,6067],[1363,9608],[1370,9607],[4207,4573],[4210,4582],[4213,4593],[3095,2751],[3102,2756],[3110,2764],[3115,2771],[7175,4280],[3453,6888],[4559,7091],[7180,4286],[7186,4281],[7185,4291],[7189,4296],[7194,4300],[7199,4304],[7203,4307],[7207,4311],[7225,4292],[7222,4302],[4562,7102],[7218,4307],[7214,4313],[7213,4319],[7212,4326],[7210,4333],[7206,4339],[7203,4344],[7544,5192],[7541,5200],[7538,5208],[4565,7112],[4313,1985],[4321,1981],[4329,1980],[4144,2283],[4149,2279],[4158,2273],[4165,2268],[4173,2266],[4180,2261],[4187,2257],[3333,5143],[8896,7255],[8890,7249],[8880,7245],[8887,7245],[8891,7237],[8895,7229],[8899,7220],[8903,7212],[8908,7202],[8911,7194],[3328,5138],[8915,7186],[1347,4974],[1324,4915],[1322,4907],[1324,4905],[5177,6290],[5423,4414],[5426,4404],[3322,5135],[5425,4395],[5427,4385],[5426,4375],[5429,4365],[5427,4355],[5431,4346],[5429,4337],[3333,5829],[3328,5836],[3334,5840],[3315,5132],[3329,5846],[3335,5852],[3330,5855],[3335,5864],[3330,5865],[3336,5876],[3331,5875],[3336,5889],[3332,5887],[3337,5898],[3308,5128],[3332,5897],[4066,5065],[4066,5067],[4063,5066],[4063,5069],[4047,5039],[4049,5039],[4050,5044],[4052,5045],[4051,5050],[3302,5124],[4054,5051],[4053,5059],[4055,5058],[4053,5064],[4058,5061],[4055,5072],[4060,5070],[4058,5079],[4060,5077],[4060,5085],[3295,5118],[4062,5084],[4203,3416],[4197,3416],[4192,3416],[4187,3416],[4171,3416],[4152,3443],[4156,3435],[4159,3429],[3458,6893],[5013,1321],[7223,4284],[5895,2506],[5902,2503],[5909,2504],[5918,2477],[5917,2487],[5913,2498],[5915,2506],[3284,5104],[5912,2516],[5914,2520],[5920,2488],[5924,2491],[5923,2502],[5928,2491],[5933,2492],[5927,2503],[5932,2504],[3279,5096],[5933,2498],[5939,2491],[5943,2494],[5942,2500],[5942,2509],[5940,2508],[5946,2510],[5953,2510],[5892,2504],[7218,4281],[3275,5091],[7211,4280],[7204,4278],[7200,4277],[7195,4276],[7190,4276],[7186,4274],[7180,4272],[7179,4267],[7175,4272],[7171,4278],[3267,5082],[7167,4284],[7163,4289],[7966,3828],[7972,3832],[7026,5154],[7018,5155],[7010,5157],[7003,5158],[6996,5160],[3262,5076],[3045,5608],[1315,4491],[1319,4492],[1324,4493],[1310,4513],[1320,4508],[1315,4510],[4149,4609],[3256,5071],[4155,4610],[4156,4605],[4160,4606],[4163,4600],[4167,4602],[4168,4597],[4172,4599],[9748,6374],[1435,4085],[1436,4093],[3250,5066],[1438,4100],[1441,4110],[1439,4119],[1438,4128],[1432,4140],[5831,3578],[5832,3571],[5832,3562],[5833,3552],[3244,5063],[5832,3545],[5833,3537],[5833,3527],[3720,2215],[3723,2204],[3726,2195],[3729,2186],[3732,2176],[3736,2166],[4708,4886],[3237,5060],[4706,4898],[4702,4907],[6216,4110],[6208,4112],[6204,4121],[6197,4123],[6190,4120],[6183,4115],[7699,3876],[7697,3883],[3461,6902],[3227,5056],[7694,3895],[5268,1366],[5267,1375],[5265,1383],[5263,1392],[5261,1401],[5260,1410],[5258,1420],[5257,1429],[5255,1438],[3222,5054],[4972,1631],[4978,1635],[4984,1640],[6724,2711],[6719,2716],[8314,3477],[8312,3467],[8311,3457],[8309,3448],[8306,3439],[3216,5051],[8303,3430],[8301,3421],[8298,3411],[8296,3402],[8294,3392],[7203,3228],[7210,3226],[7217,3223],[7224,3221],[7231,3219],[3210,5048],[7238,3216],[7244,3241],[7243,3231],[7241,3221],[7239,3211],[7237,3200],[7235,3190],[7233,3179],[3204,5046],[3324,6316],[3320,6324],[3312,6323],[3304,6323],[3298,6322],[3291,6320],[3281,6316],[3275,6313],[9339,6447],[9337,6452],[3199,5044],[9333,6459],[9329,6465],[9324,6470],[9319,6475],[9315,6480],[9309,6483],[9304,6488],[9304,6494],[9299,6493],[9301,6501],[3194,5042],[9295,6499],[9298,6506],[9289,6506],[9294,6514],[9284,6513],[9290,6521],[9283,6517],[9287,6524],[9295,6533],[9292,6526],[3188,5039],[8125,3662],[8132,3668],[8139,3673],[7033,7950],[7035,7939],[7036,7931],[7037,7920],[6909,7538],[6903,7535],[6902,7539],[3181,5036],[6901,7549],[6899,7480],[6894,7477],[6888,7476],[6883,7474],[5885,4584],[3176,5033],[4041,1512],[4045,1520],[4050,1528],[4055,1535],[4058,1542],[4064,1552],[4069,1561],[7233,6601],[3467,6898],[3170,5029],[7234,6597],[7235,6592],[7237,6585],[7239,6577],[7241,6567],[7243,6557],[7245,6550],[7247,6541],[7248,6533],[7250,6525],[3165,5026],[7252,6518],[8052,3950],[4915,3090],[4912,3087],[4905,3082],[3160,5022],[4900,3079],[7768,4772],[7776,4772],[7784,4773],[7791,4773],[7799,4773],[7807,4774],[7813,4774],[3155,5018],[3150,5015],[3144,5011],[4900,1299],[4892,1297],[4884,1295],[4875,1294],[4867,1292],[4858,1290],[4848,1289],[4842,1289],[4828,1288],[4820,1288],[4813,1288],[4803,1288],[4794,1287],[3271,5086],[4787,1287],[4778,1287],[4769,1286],[4759,1286],[6087,4080],[4602,1611],[4606,1602],[4610,1593],[4615,1585],[4618,1576],[3732,6284],[4622,1567],[4625,1558],[4629,1548],[4634,1541],[6087,3566],[6085,3555],[6084,3546],[6082,3534],[6081,3524],[6079,3513],[3732,6275],[6078,3502],[6076,3492],[6075,3482],[6073,3471],[6071,3461],[6070,3451],[6068,3440],[6067,3430],[6065,3419],[6064,3409],[3471,6906],[3731,6274],[6062,3400],[6061,3389],[6059,3379],[435,5048],[4526,2137],[4522,2406],[4522,2397],[4522,2388],[4522,2379],[4523,2371],[3729,6269],[4523,2362],[4523,2353],[4523,2342],[4523,2334],[4523,2326],[4521,2466],[4523,2318],[4523,2306],[4524,2296],[4524,2287],[3729,6268],[4524,2269],[4524,2261],[4525,2249],[4525,2237],[4525,2228],[4525,2214],[4525,2206],[4525,2197],[4525,2188],[4526,2179],[4526,2168],[4526,2154],[4526,2145],[4428,1530],[4430,1531],[8120,3498],[8123,3499],[1601,4077],[4346,1718],[4349,1724],[3560,2666],[3566,2623],[7463,7958],[7462,7962],[5978,2782],[5975,2787],[5970,2788],[5965,2782],[3736,6279],[5960,2775],[5955,2769],[5950,2763],[5946,2756],[5940,2750],[5935,2744],[5930,2738],[5928,2734],[5927,2729],[6945,4446],[3741,6276],[6937,4446],[6933,4445],[6945,4435],[6936,4433],[4422,1962],[4418,1958],[4410,1958],[2331,2833],[2334,2833],[3744,6270],[1498,2562],[4071,3726],[3946,3444],[1155,5413],[1155,5416],[3728,6279],[3691,4375],[3693,4373],[6298,6673],[5907,2675],[5905,2678],[3727,6275],[5490,4457],[2825,5279],[2824,5277],[2973,5357],[2978,5355],[5874,5673],[435,5045],[435,5042],[435,5039],[3475,6901],[3725,6270],[435,5036],[435,5035],[435,5034],[434,5031],[433,5031],[431,5031],[429,5031],[428,5032],[427,5032],[4027,4732],[3724,6267],[4027,4735],[4030,4731],[4031,4734],[4033,4730],[4034,4733],[4036,4730],[4036,4732],[4049,4726],[4052,4726],[4055,4725],[3828,6005],[4057,4724],[4060,4724],[3869,4711],[3868,4705],[3868,4699],[3867,4693],[3823,6000],[3852,4691],[3857,4690],[3861,4689],[3867,4687],[3868,4691],[3816,5997],[3873,4686],[3873,4689],[3878,4685],[3878,4688],[6944,4427],[6937,4428],[6943,4417],[6943,4407],[6943,4395],[6943,4384],[3814,5989],[6942,4374],[5692,4832],[5694,4835],[5698,4837],[5702,4838],[4024,4781],[4023,4778],[7446,6476],[7447,6468],[3806,5986],[7445,6464],[7448,6460],[7447,6455],[7449,6452],[7448,6447],[7447,6466],[3803,5977],[7448,6461],[7449,6455],[8998,6866],[3869,6866],[3796,5974],[915,4954],[909,4948],[905,4943],[900,4939],[896,4946],[3760,4057],[3763,4052],[3765,4048],[3770,4039],[3753,4064],[3794,5966],[3755,4061],[3751,4069],[7492,7572],[7495,7566],[7501,7563],[7506,7559],[7509,7557],[7516,7552],[7522,7549],[7529,7546],[3480,6910],[3788,5965],[7535,7545],[7542,7544],[7548,7543],[6547,2336],[6553,2331],[6559,2326],[6565,2329],[6562,2335],[6563,2342],[6560,2348],[3785,5956],[6561,2353],[6559,2357],[6560,2364],[6558,2376],[6555,2382],[6556,2389],[6554,2394],[6555,2400],[6552,2406],[6554,2411],[3778,5954],[6556,2418],[6559,2424],[6562,2430],[6528,2461],[6528,2455],[6526,2447],[6530,2441],[6528,2437],[6531,2429],[6530,2420],[3775,5945],[6533,2414],[6532,2405],[6536,2398],[6534,2394],[6537,2388],[6535,2381],[6539,2374],[6540,2366],[6538,2359],[6542,2351],[3769,5943],[6542,2345],[6555,2371],[6548,2368],[1575,2225],[1578,2220],[1558,2181],[5844,3414],[5846,3418],[5850,3415],[5853,3418],[3765,5938],[5857,3415],[5860,3418],[5864,3414],[5868,3417],[5870,3413],[5874,3416],[5876,3413],[5879,3416],[5883,3411],[5886,3415],[3764,5930],[5890,3410],[5894,3413],[5896,3409],[5900,3412],[5904,3408],[5908,3411],[5911,3407],[5914,3410],[5917,3406],[5921,3408],[3760,5927],[5924,3404],[5932,3401],[5929,3408],[5939,3400],[5937,3405],[5945,3397],[5944,3403],[5949,3403],[4036,5680],[3760,5917],[4038,5688],[3886,5658],[3882,5658],[3877,5659],[3871,5660],[3875,5663],[4569,4615],[4564,4623],[4559,4630],[3755,5911],[4554,4638],[4548,4646],[4542,4654],[4537,4662],[4531,4671],[2644,7349],[2649,7347],[2656,7350],[2664,7353],[4903,4882],[3486,6906],[3755,5901],[4899,4874],[6318,6274],[6327,6278],[6332,6283],[6338,6294],[6344,6301],[6350,6307],[6357,6314],[6364,6320],[6371,6327],[3751,5895],[6377,6334],[6385,6341],[6390,6348],[6391,6339],[280,5365],[287,5363],[3752,5887],[296,5363],[4161,3426],[4162,3426],[4163,3424],[4164,3423],[4165,3421],[4181,3416],[3746,5880],[4404,3741],[4882,4935],[4157,4725],[4162,4723],[4159,4721],[4162,4716],[3747,5871],[4365,4793],[4187,4732],[4193,4730],[4197,4729],[4204,4726],[3742,5863],[4203,4724],[4197,4727],[4194,4727],[4189,4726],[4184,4726],[4180,4725],[4177,4724],[4173,4723],[4171,4729],[4178,4731],[3744,5855],[4172,4733],[4167,4735],[4168,4721],[4164,4726],[4165,4731],[6298,4692],[6297,4688],[6208,4726],[6251,4712],[3741,5847],[6246,4708],[6245,4713],[6239,4711],[6239,4716],[6231,4719],[6228,4717],[6225,4722],[6221,4721],[6213,4726],[6251,6220],[3740,5838],[7000,5757],[7011,5754],[7004,5758],[4074,5058],[4074,5054],[3742,5830],[4074,5048],[4073,5036],[4073,5030],[4073,5024],[4072,5011],[4072,5006],[4070,4992],[6507,7555],[3491,6913],[3738,5821],[4111,5002],[4114,4997],[4115,5001],[4118,4996],[4119,4999],[4121,4995],[4122,4998],[4137,5034],[4134,5035],[4136,5029],[3740,5812],[4133,5030],[4135,5025],[4132,5026],[4133,5018],[4130,5019],[4131,5011],[4129,5012],[4130,5005],[4127,5005],[4128,4997],[3736,5804],[4126,4998],[4126,4990],[4124,4991],[1598,4099],[1594,4098],[1589,4098],[1584,4097],[1579,4097],[3739,5794],[1575,4096],[7089,6331],[7095,6334],[7102,6338],[7109,6339],[6852,2793],[2535,8472],[4069,4933],[3734,5768],[4070,4937],[4072,4931],[4073,4935],[4076,4930],[4077,4934],[4080,4929],[4081,4933],[4084,4927],[4085,4931],[4087,4926],[3736,5758],[4088,4930],[4091,4924],[4092,4928],[4094,4921],[4095,4925],[4099,4918],[4099,4923],[4103,4915],[4103,4920],[4106,4913],[3732,5749],[4105,4919],[4110,4910],[4109,4916],[4114,4908],[4112,4914],[4117,4906],[4115,4911],[4119,4909],[3735,5740],[8202,3702],[8199,3704],[6045,3611],[288,5043],[283,5043],[278,5044],[274,5044],[268,5045],[262,5045],[256,5046],[3732,5733],[251,5046],[244,5046],[240,5047],[235,5047],[230,5047],[225,5047],[219,5048],[213,5049],[208,5049],[203,5050],[3734,5724],[198,5050],[193,5051],[4067,5087],[4080,5118],[4074,5092],[4007,4739],[4006,4737],[4001,4741],[3999,4741],[3478,6913],[3730,5714],[3996,4742],[3993,4743],[3990,4743],[3988,4744],[3985,4745],[3980,4746],[3943,4755],[3940,4753],[3879,4714],[3733,5706],[6794,3920],[1564,4359],[1559,4363],[1555,4367],[3729,5697],[1552,4371],[1543,4379],[1538,4380],[1532,4382],[1517,4384],[5352,5669],[5353,5664],[3731,5687],[5347,5665],[5359,5673],[7560,3185],[7565,3177],[7565,3167],[7572,3172],[7578,3169],[7585,3166],[7593,3162],[3446,2756],[3727,5678],[3452,2757],[3458,2759],[3464,2764],[3469,2769],[3475,2774],[3481,2779],[3487,2784],[3492,2788],[3498,2792],[3504,2797],[3728,5668],[3510,2801],[3517,2806],[3523,2812],[7089,6189],[7085,6181],[7082,6171],[7080,6161],[7078,6151],[7075,6141],[7073,6131],[3723,5659],[7070,6121],[7065,6111],[7063,6101],[7060,6092],[7276,3208],[7271,3209],[4091,4752],[4096,4751],[4102,4749],[4108,4747],[3725,5649],[4371,4935],[4369,4942],[3720,5641],[4372,4940],[4371,4948],[4373,4947],[4372,4953],[4375,4952],[4376,4958],[4374,4964],[4377,4963],[4376,4970],[3721,5631],[4378,4969],[4377,4976],[4380,4975],[5744,2672],[5739,2679],[5735,2684],[5730,2678],[5725,2672],[5721,2666],[5725,2660],[3476,6920],[3717,5623],[5729,2654],[4189,4942],[4191,4948],[4193,4953],[4195,4959],[4197,4964],[4200,4970],[4202,4975],[4205,4979],[4207,4983],[3718,5613],[4205,4985],[4210,4989],[4199,4964],[4200,4968],[4190,4941],[4275,3162],[4272,3165],[4272,3158],[4268,3160],[4716,3224],[3714,5604],[4708,3222],[4701,3219],[4693,3217],[4685,3214],[4677,3212],[4670,3209],[4661,3206],[4653,3204],[4646,3201],[4635,3198],[3715,5595],[4628,3196],[4620,3193],[4870,2910],[4876,2909],[4884,2907],[4891,2906],[4900,2904],[4907,2904],[4914,2904],[4921,2905],[3711,5588],[4929,2906],[4936,2908],[4943,2909],[4951,2910],[4960,2912],[4968,2913],[4975,2915],[4983,2916],[3712,5580],[6083,2718],[6085,2717],[4090,4787],[4087,4786],[3808,2391],[3806,2392],[4172,4888],[4174,4895],[3708,5573],[4176,4902],[4178,4908],[4181,4916],[4183,4922],[4185,4929],[4187,4935],[4189,4937],[7529,7465],[7536,7470],[7542,7475],[3709,5563],[4013,4690],[4010,4691],[4010,4685],[4006,4686],[4005,4681],[4001,4682],[3705,5555],[4001,4677],[3997,4678],[3996,4673],[3992,4675],[3706,5546],[3991,4669],[3987,4671],[3986,4666],[3982,4669],[3981,4664],[3977,4666],[3474,6928],[3705,5536],[3975,4661],[3972,4665],[3970,4660],[3966,4663],[4012,4684],[4013,4681],[3700,5529],[4014,4677],[4023,4685],[4021,4681],[4018,4678],[4013,4670],[3883,4711],[3887,4714],[3887,4705],[3704,5521],[3890,4707],[3889,4702],[3893,4701],[3892,4696],[3897,4696],[3896,4690],[3702,5512],[3901,4691],[3900,4685],[3905,4686],[3905,4680],[3909,4681],[3910,4676],[3914,4677],[3915,4671],[3917,4675],[3915,4666],[3918,4666],[3914,4659],[3917,4658],[3882,4707],[3882,4701],[3884,4701],[3881,4696],[3883,4695],[3880,4690],[3882,4689],[6558,3022],[6554,3023],[6549,3023],[6545,3023],[6540,3023],[4508,7090],[4639,5127],[4642,5130],[3836,4635],[3839,4635],[4513,7086],[3837,4638],[3838,4642],[3843,4645],[3839,4645],[3844,4651],[3839,4648],[3845,4656],[3842,4657],[3845,4662],[3471,6939],[4519,7089],[3843,4662],[3844,4668],[3847,4675],[3845,4676],[3849,4682],[3846,4683],[3850,4689],[3847,4690],[4523,7085],[5776,5119],[5774,5124],[5771,5130],[5769,5137],[5766,5144],[5719,5119],[5725,5123],[5729,5125],[4529,7087],[5736,5130],[5743,5134],[5753,5141],[5728,5084],[5741,5092],[5743,5095],[5746,5096],[5758,5103],[5760,5106],[5763,5106],[4535,7083],[5775,5114],[5780,5117],[5758,5111],[5755,5118],[5753,5123],[5751,5129],[5749,5135],[5741,5101],[5739,5106],[5736,5112],[4541,7085],[5734,5118],[5732,5124],[5721,5099],[5720,5103],[5718,5108],[5716,5114],[5712,5119],[5723,5094],[6064,3599],[4548,7082],[6071,3599],[6074,3592],[6079,3591],[6085,3585],[6088,3576],[5741,4892],[5743,4899],[4555,7085],[3196,8042],[4558,7081],[3954,5280],[3952,5285],[3202,8038],[3208,8040],[3213,8036],[3220,8038],[3224,8034],[3231,8036],[3236,8032],[3243,8034],[4565,7081],[3248,8030],[3255,8032],[3260,8028],[3267,8030],[3272,8025],[3278,8028],[3284,8023],[3290,8026],[3294,8022],[3302,8024],[4571,7083],[3307,8020],[3313,8022],[3318,8018],[3343,8090],[3338,8094],[3331,8092],[3326,8096],[3319,8094],[3314,8098],[3305,8096],[4219,8487],[4578,7080],[3301,8101],[3295,8098],[3289,8103],[3284,8100],[3278,8105],[3271,8102],[3266,8107],[3261,8104],[3254,8109],[3250,8106],[4585,7082],[3242,8111],[3234,8109],[3231,8113],[3224,8111],[3219,8115],[3212,8113],[3208,8117],[3200,8115],[3326,8082],[3328,8074],[4592,7078],[4213,3043],[4219,3040],[4223,3037],[4227,3034],[4232,3029],[4237,3025],[4241,3021],[4247,3017],[4252,3012],[4258,3008],[4599,7081],[4262,3005],[4267,3001],[4273,2996],[4278,2992],[4283,2988],[4289,2983],[4294,2978],[5231,4231],[5233,4239],[5239,4243],[4606,7077],[5242,4252],[5248,4256],[5251,4264],[5257,4267],[5257,4272],[396,7162],[401,7157],[404,7153],[408,7149],[4612,7080],[417,7144],[422,7140],[426,7137],[434,7127],[439,7123],[391,7132],[393,7136],[397,7144],[4619,7076],[401,7152],[404,7159],[406,7165],[411,7173],[415,7181],[418,7189],[422,7196],[405,7126],[409,7133],[413,7141],[4625,7078],[418,7147],[420,7152],[424,7160],[428,7167],[432,7175],[436,7182],[440,7190],[422,7119],[427,7128],[429,7137],[4633,7075],[432,7142],[436,7149],[440,7157],[444,7165],[448,7172],[451,7180],[380,7132],[386,7129],[390,7128],[4639,7077],[396,7125],[402,7122],[405,7121],[412,7118],[417,7115],[424,7112],[430,7110],[311,7235],[316,7231],[320,7227],[4226,8490],[4646,7074],[323,7222],[328,7218],[333,7214],[337,7212],[341,7208],[346,7204],[349,7200],[354,7196],[359,7192],[363,7190],[4653,7076],[368,7186],[373,7182],[375,7178],[380,7174],[452,7183],[458,7178],[463,7175],[463,7167],[460,7161],[4660,7073],[457,7154],[454,7149],[450,7140],[447,7134],[443,7128],[440,7121],[437,7115],[434,7110],[341,7154],[345,7161],[4665,7075],[349,7169],[352,7175],[356,7183],[358,7188],[366,7199],[369,7206],[373,7214],[377,7221],[381,7229],[311,7168],[4672,7075],[317,7180],[320,7187],[324,7195],[332,7210],[337,7216],[341,7223],[345,7231],[348,7239],[4676,7071],[353,7247],[357,7145],[361,7153],[365,7160],[368,7167],[372,7174],[374,7182],[378,7190],[382,7197],[386,7205],[4682,7075],[390,7213],[393,7220],[331,7167],[335,7175],[338,7181],[342,7189],[346,7198],[349,7206],[353,7213],[4687,7071],[357,7221],[360,7228],[364,7236],[297,7175],[301,7182],[305,7190],[308,7197],[312,7205],[320,7220],[4694,7074],[323,7228],[327,7236],[331,7245],[339,7259],[2208,1223],[2206,1219],[5803,7564],[5808,7567],[5822,7566],[4700,7070],[5786,7551],[7218,5484],[7221,5485],[2741,6019],[3103,4702],[3825,3660],[3826,3656],[4233,8492],[4706,7073],[6831,7257],[6832,7263],[6824,7259],[6825,7265],[6818,7259],[6818,7266],[6811,7260],[6811,7267],[4712,7069],[4045,4733],[4050,4732],[4053,4731],[4055,4731],[4058,4730],[4718,7069],[4041,4819],[4042,4819],[4042,4819],[4043,4819],[4044,4818],[4044,4817],[4044,4816],[4044,4815],[4724,7072],[4044,4814],[4043,4813],[4043,4811],[4043,4810],[4043,4808],[4043,4807],[4043,4806],[4042,4805],[4042,4803],[4042,4802],[4730,7068],[4042,4801],[4042,4799],[4041,4798],[4041,4797],[4041,4796],[4041,4795],[4041,4793],[4041,4792],[4040,4792],[4039,4793],[4736,7068],[4038,4793],[4037,4793],[880,5863],[876,5872],[870,5879],[866,5884],[937,5891],[4743,7071],[4749,7067],[4756,7070],[4762,7066],[4240,8491],[3021,5700],[4531,2264],[4533,2259],[4535,2262],[3025,5707],[4538,2259],[4540,2253],[4544,2250],[4546,2244],[4551,2241],[4553,2235],[4557,2232],[4559,2226],[4563,2223],[4565,2217],[3023,5717],[4570,2214],[4571,2208],[4576,2205],[4578,2199],[4582,2196],[4584,2190],[4589,2187],[4590,2181],[4595,2178],[4596,2172],[3026,5727],[4601,2170],[4603,2164],[4606,2163],[7067,5540],[7068,5548],[7069,5556],[7070,5565],[7071,5576],[7071,5559],[4074,4987],[3024,5737],[4073,4983],[4078,4985],[4076,4981],[4081,4982],[4079,4979],[4084,4980],[4083,4977],[4088,4978],[4086,4974],[4091,4976],[3028,5745],[4089,4972],[4094,4973],[4093,4970],[4097,4971],[4096,4967],[4101,4969],[4099,4965],[4104,4966],[4102,4963],[4107,4964],[3026,5755],[4106,4961],[4111,4962],[4109,4958],[4114,4959],[4112,4956],[4365,4874],[7527,6424],[7496,6388],[7501,6387],[7505,6386],[3026,5760],[4081,5059],[4081,5062],[6965,7050],[6964,7043],[6971,7036],[6973,7027],[6977,7025],[6976,7020],[6981,7017],[6982,7009],[903,4665],[6986,7008],[6985,7002],[6989,7001],[6989,6995],[6992,6988],[6997,6986],[6996,6981],[7002,6978],[6998,6975],[6948,7027],[895,4666],[6951,7022],[6953,7029],[6959,7031],[6962,7037],[6967,7037],[6940,7006],[6936,7002],[6942,6999],[6943,6991],[6947,6990],[4247,8488],[887,4668],[6947,6984],[6951,6982],[6953,6973],[6951,6966],[6957,6966],[6957,6971],[6961,6970],[6962,6976],[6965,6974],[6966,6979],[879,4670],[6970,6979],[6971,6984],[6975,6983],[6975,6988],[6980,6987],[6980,6993],[6984,6992],[6985,6997],[372,7138],[375,7141],[871,4674],[375,7144],[379,7147],[379,7152],[382,7154],[383,7159],[386,7162],[386,7166],[390,7170],[390,7173],[393,7176],[870,4684],[394,7182],[397,7183],[398,7189],[401,7191],[402,7197],[405,7198],[405,7204],[409,7205],[409,7210],[411,7210],[872,4694],[413,7218],[416,7219],[418,7225],[420,7224],[4110,4952],[4108,4953],[4108,4945],[4105,4947],[4105,4939],[4103,4941],[876,4702],[4102,4933],[4100,4935],[4100,4927],[4097,4928],[5920,4945],[5917,4945],[7498,3275],[7499,3278],[6652,4566],[6652,4578],[882,4701],[6654,4592],[6366,7156],[6372,7162],[6377,7165],[6367,7149],[2863,5394],[2859,5394],[4425,4973],[890,4699],[1907,4345],[1912,4347],[898,4697],[4023,6208],[4026,6212],[4025,6215],[4029,6224],[4027,6231],[4031,6237],[4026,6239],[4029,6248],[4024,6245],[4027,6254],[905,4696],[4022,6253],[4009,6242],[4011,6248],[4020,6247],[4021,6253],[4029,6252],[3077,7672],[3086,7662],[3071,7679],[3066,7681],[4253,8483],[3437,5538],[3069,7682],[3065,7686],[3058,7693],[3052,7699],[3491,8601],[3492,8595],[3492,8590],[3492,8584],[4381,4865],[4384,4870],[3442,5544],[4387,4875],[4389,4879],[4392,4884],[4395,4889],[4398,4894],[4401,4899],[4273,4236],[4268,4236],[4269,4230],[4265,4231],[3449,5545],[4264,4222],[4258,4220],[4260,4216],[4256,4217],[5665,4897],[5661,4904],[5664,4905],[5660,4910],[5663,4911],[5660,4916],[3455,5551],[5662,4917],[5658,4924],[5661,4925],[4017,4670],[4019,4674],[4018,4667],[4021,4671],[6573,2981],[6578,2986],[6582,2992],[3462,5552],[6583,3001],[6582,3009],[6579,3016],[6575,3022],[6569,3025],[6531,3030],[6528,3024],[6527,3030],[6521,3024],[3468,5558],[6521,3030],[6514,3024],[6514,3030],[6507,3024],[6507,3029],[6501,3023],[5718,2576],[5736,2569],[5733,2575],[5731,2578],[3475,5559],[5729,2581],[5726,2581],[5723,2578],[5721,2575],[5722,2572],[5726,2574],[5728,2574],[5731,2570],[7696,3208],[3480,5565],[5126,3143],[5123,3145],[6498,6674],[6494,6681],[6489,6688],[6484,6695],[6480,6701],[6474,6707],[6469,6713],[3487,5566],[6465,6720],[6461,6728],[6458,6736],[6457,6743],[6455,6751],[6455,6763],[6450,6771],[6449,6779],[6447,6787],[6445,6794],[4739,8489],[6441,6802],[6437,6811],[6434,6818],[6432,6826],[6431,6834],[6432,6842],[6432,6851],[6432,6857],[6433,6866],[6433,6875],[4259,8477],[4006,7873],[6434,6883],[6434,6890],[6434,6897],[6434,6904],[6435,6911],[6435,6918],[6436,6927],[6437,6936],[6438,6944],[7106,7046],[4013,7870],[4020,7867],[5000,3415],[5004,3420],[5011,3418],[5016,3423],[4026,7865],[5022,3422],[5030,3428],[5036,3426],[5043,3432],[5049,3430],[5055,3435],[5060,3433],[5068,3439],[5075,3438],[5081,3443],[4033,7864],[5088,3442],[6695,7274],[6692,7274],[6693,7267],[6688,7262],[6689,7254],[6684,7248],[6685,7242],[6681,7240],[4039,7865],[6791,7270],[6787,7265],[6783,7271],[6778,7267],[6775,7272],[6770,7267],[6768,7272],[4046,7866],[6762,7268],[6758,7274],[6753,7269],[6749,7275],[6745,7271],[6742,7276],[6737,7272],[6734,7277],[6731,7272],[6727,7278],[4053,7868],[6724,7274],[6720,7279],[6716,7275],[6712,7280],[6708,7276],[6704,7281],[6699,7276],[4059,7870],[4066,7873],[4748,3438],[4746,3434],[4739,3434],[4736,3430],[4729,3430],[4726,3426],[4722,3428],[4718,3423],[4710,3421],[4707,3425],[4265,8472],[4072,7876],[4702,3422],[4698,3427],[4693,3424],[4689,3429],[4683,3426],[5033,3551],[5362,2660],[4079,7879],[4086,7882],[5209,4326],[2328,3001],[4989,2917],[4997,2919],[1308,4025],[4093,7883],[1301,4024],[1319,4021],[1333,4021],[1339,4021],[1350,4022],[1357,4022],[1362,4022],[1369,4022],[1374,4023],[1381,4023],[4100,7883],[1389,4023],[1399,4024],[1407,4024],[1299,4020],[1306,4020],[1313,4021],[1328,4025],[1392,4029],[4326,4947],[4326,4951],[4107,7882],[4330,4945],[4331,4949],[4334,4944],[4335,4948],[4338,4942],[4339,4946],[4342,4941],[4343,4945],[4347,4939],[4348,4943],[4114,7881],[4354,4936],[4355,4940],[4358,4935],[4359,4938],[4362,4934],[4363,4937],[4366,4932],[4407,3262],[4411,3263],[4419,3259],[4120,7878],[4424,3257],[4431,3255],[7626,3733],[7632,3733],[7639,3733],[7646,3734],[7652,3734],[7656,3734],[7664,3734],[7671,3734],[4127,7874],[7678,3734],[7684,3735],[7691,3735],[7698,3735],[5845,4612],[5846,4604],[5669,4792],[4540,1569],[4541,1578],[4542,1586],[1407,4471],[4543,1595],[4544,1604],[4546,1614],[4547,1624],[4548,1633],[4550,1642],[4551,1651],[4553,1660],[4554,1670],[4280,1958],[4271,8467],[1403,4471],[4280,1949],[4280,1941],[4272,1942],[4265,1942],[4256,1942],[3761,4318],[3871,4498],[3869,4505],[3866,4501],[3863,4508],[1397,4471],[3858,4513],[3861,4516],[3857,4520],[3857,4527],[3852,4526],[3853,4533],[3849,4537],[3856,4538],[3852,4542],[3856,4548],[1392,4471],[3848,4547],[3852,4551],[3849,4558],[3857,4556],[3853,4561],[3858,4562],[3850,4564],[3858,4568],[3850,4569],[3854,4569],[1386,4471],[3851,4575],[3859,4574],[3855,4577],[3859,4580],[3851,4581],[3860,4586],[3852,4587],[3853,4593],[4424,4505],[7533,6420],[1381,4471],[3849,4670],[3853,4666],[3857,4662],[3863,4656],[3868,4653],[3872,4649],[3865,4665],[3864,4662],[3869,4664],[1374,4471],[3875,4663],[3874,4660],[3879,4683],[3881,4682],[3878,4676],[3880,4676],[3877,4668],[3879,4668],[3878,4661],[1369,4471],[3874,4654],[3873,4645],[3871,4634],[3870,4629],[3870,4623],[3869,4618],[3868,4612],[1200,4922],[1363,4471],[1201,4908],[1202,4895],[1209,4895],[1204,4903],[1204,4912],[1210,4910],[1210,4919],[1209,4926],[1205,4926],[4096,5117],[4191,5068],[8978,6850],[8988,6858],[9003,6870],[9012,6878],[9021,6885],[4307,4826],[4306,4822],[1357,4470],[4305,4817],[4304,4812],[4303,4808],[4302,4803],[4301,4799],[4418,4505],[4277,8463],[1349,4469],[6505,7005],[6504,6997],[6503,6988],[6503,6982],[6502,6975],[6501,6968],[6500,6962],[6500,6955],[6499,6949],[6498,6942],[1343,4469],[6532,6938],[6522,6935],[6516,6936],[6509,6938],[6503,6939],[6493,6939],[6489,6943],[6483,6941],[6479,6945],[6475,6942],[1337,4468],[6471,6946],[6467,6944],[6463,6948],[6458,6945],[6455,6949],[6451,6946],[6447,6950],[6443,6947],[6544,6996],[6536,6994],[1330,4467],[6530,6995],[6524,6996],[6515,7002],[6514,6995],[6509,7003],[6508,6996],[6520,7000],[6519,6992],[6518,6983],[6517,6975],[1324,4466],[6516,6967],[6515,6960],[6514,6952],[6514,6945],[4699,3568],[4706,3612],[4694,3607],[4703,3660],[4702,3659],[1317,4464],[9561,6511],[9574,6512],[9586,6512],[9597,6509],[4376,4585],[4375,4580],[4370,4581],[4367,4576],[4361,4577],[4360,4572],[4355,4573],[4352,4567],[4347,4568],[4344,4563],[4352,4575],[4352,4580],[4356,4581],[4359,4582],[4362,4582],[4365,4583],[1393,4469],[4368,4583],[4346,4560],[4340,4561],[4118,4957],[4116,4953],[4121,4954],[4120,4951],[4125,4952],[4123,4948],[4128,4950],[4127,4946],[4132,4947],[4130,4943],[4135,4945],[4133,4941],[5647,4887],[5646,4896],[5643,4896],[5645,4904],[5642,4904],[5644,4911],[5640,4913],[5643,4918],[5639,4919],[5642,4925],[5638,4928],[4284,8463],[5641,4933],[5637,4935],[5639,4941],[5636,4944],[5638,4948],[5635,4951],[5637,4954],[6082,6223],[4291,4269],[1335,4473],[4292,4264],[4289,4262],[4290,4256],[4287,4254],[4288,4249],[4284,4247],[4286,4242],[4282,4243],[4280,4239],[4277,4243],[1333,4489],[4271,4241],[4269,4245],[4266,4244],[4264,4250],[4260,4248],[4257,4254],[4253,4254],[4255,4259],[4250,4262],[1329,4491],[7474,3365],[7471,3341],[7473,3340],[7476,3337],[7472,3347],[7474,3345],[7477,3342],[7473,3351],[7475,3349],[7478,3347],[4908,8723],[7480,3352],[6744,7109],[6745,7106],[6741,7106],[6740,7101],[6736,7101],[6736,7097],[6731,7097],[6730,7092],[6726,7092],[4916,8721],[6727,7089],[6721,7088],[6723,7085],[6718,7085],[6717,7080],[6713,7080],[6712,7074],[6703,7071],[6705,7068],[6701,7069],[5155,5748],[6700,7063],[6696,7064],[6694,7058],[6690,7059],[6689,7054],[6685,7054],[6684,7049],[6680,7049],[6679,7044],[6675,7044],[5159,5750],[6674,7039],[6672,7042],[1575,4138],[1580,4139],[1585,4139],[5958,4637],[5959,4630],[5964,4624],[5967,4622],[5157,5741],[5973,4618],[5978,4614],[5983,4610],[5987,4607],[4373,4444],[4370,4438],[4367,4434],[4364,4428],[4362,4423],[4342,4430],[5162,5743],[4346,4430],[4348,4425],[4354,4425],[4356,4420],[4360,4421],[4363,4416],[4368,4416],[4371,4410],[4376,4410],[4379,4405],[573,7736],[5160,5735],[4383,4406],[4386,4400],[238,4608],[6458,5040],[6465,5035],[6472,5029],[6479,5023],[6485,5018],[6492,5012],[6500,5006],[5165,5735],[6506,5000],[6513,4994],[6520,4988],[6527,4982],[6534,4977],[6541,4972],[6548,4966],[6555,4960],[6562,4954],[6568,4949],[5163,5728],[6575,4943],[6582,4937],[6589,4931],[6595,4926],[6602,4920],[6609,4914],[6616,4909],[6623,4903],[6630,4898],[6637,4892],[6643,4886],[6650,4881],[6657,4875],[6664,4869],[6670,4863],[6676,4858],[6683,4853],[6689,4848],[6699,4844],[6452,5046],[5166,5721],[5744,4903],[5171,5723],[5658,4930],[5657,4936],[5656,4942],[5656,4946],[5657,4944],[5312,4336],[5317,4340],[5324,4338],[5329,4342],[5335,4339],[5168,5715],[5340,4343],[5346,4340],[5352,4345],[5358,4342],[5296,4431],[5296,4421],[5299,4411],[5173,5716],[5298,4400],[5302,4391],[5301,4380],[5304,4370],[5304,4359],[5307,4349],[5306,4339],[5309,4332],[5308,4322],[5312,4311],[5171,5708],[5311,4304],[5259,4313],[5267,4311],[5273,4315],[5282,4313],[5289,4317],[5293,4315],[5302,4319],[5308,4317],[4062,4935],[5175,5711],[4064,4921],[4061,4931],[4064,4916],[4060,4927],[4063,4911],[4060,4922],[4063,4906],[4060,4917],[4059,4912],[4059,4907],[575,7727],[5173,5702],[4049,4863],[3998,1542],[4005,1541],[4013,1539],[4020,1537],[9063,6832],[9065,6826],[9071,6818],[9074,6809],[5178,5705],[9079,6802],[9085,6796],[9091,6787],[9096,6780],[9101,6772],[9106,6766],[9111,6758],[9116,6751],[9124,6744],[9129,6736],[5177,5694],[3612,5686],[5181,5699],[7219,6395],[7218,6390],[7217,6382],[7314,5695],[7317,5691],[8910,7375],[8908,7380],[8904,7389],[8901,7395],[5180,5688],[8896,7403],[8893,7410],[8888,7416],[8885,7423],[8882,7430],[8878,7438],[8874,7447],[8870,7454],[8867,7461],[5251,3038],[5183,5692],[5260,3038],[5269,3038],[5280,3039],[5286,3035],[5292,3038],[5296,3036],[5298,3049],[5300,3036],[5298,3060],[5301,3042],[5183,5680],[7450,6444],[7449,6439],[7452,6436],[7450,6431],[7453,6429],[7452,6423],[7454,6420],[7452,6415],[7455,6412],[7453,6405],[5186,5686],[7456,6405],[7452,6398],[7446,6381],[7448,6391],[7443,6376],[7444,6385],[7441,6371],[7441,6378],[7636,6547],[7303,3547],[5185,5673],[7300,3557],[7298,3568],[9231,5814],[9235,5810],[9232,5830],[9234,5829],[4169,4889],[4174,4903],[4175,4909],[5188,5680],[4178,4917],[4180,4923],[4182,4930],[4187,4943],[4189,4949],[4191,4954],[4194,4960],[4196,4965],[4198,4971],[578,7718],[5188,5666],[4201,4977],[2716,2578],[2715,2581],[3656,4310],[4120,4290],[4121,4298],[4115,4296],[4110,4302],[4111,4310],[5191,5673],[4105,4308],[4107,4316],[4101,4314],[4101,4320],[4092,4335],[4093,4329],[4097,4328],[4036,4242],[4036,4237],[4043,4252],[5191,5660],[4041,4243],[4049,4259],[4043,4247],[4052,4265],[4047,4253],[4052,4259],[4057,4265],[4057,4270],[4061,4270],[4062,4277],[5194,5666],[4066,4278],[4066,4283],[4071,4283],[4071,4289],[4075,4290],[4075,4295],[4080,4296],[4080,4301],[4084,4302],[4085,4307],[5194,5653],[4089,4308],[4094,4315],[4096,4318],[4101,4327],[4102,4333],[4107,4330],[4106,4338],[4112,4336],[4111,4344],[4117,4342],[5197,5659],[6454,5050],[6527,7067],[6526,7059],[6525,7051],[6524,7044],[6524,7037],[6523,7030],[6522,7022],[6521,7015],[6520,7008],[5197,5646],[6511,7079],[6512,7074],[6511,7067],[6511,7060],[6510,7053],[6509,7046],[6508,7038],[6508,7031],[6507,7024],[6506,7017],[5200,5652],[6506,7011],[6515,7076],[6520,7075],[6526,7074],[6532,7073],[6538,7072],[6544,7071],[6549,7070],[6556,7071],[6559,7064],[5199,5639],[4203,4694],[7292,6797],[7290,6815],[7286,6811],[7292,6809],[7295,6802],[1774,4463],[1769,4465],[5203,5644],[7750,6617],[2336,2650],[2342,2646],[2349,2643],[2355,2639],[8729,7271],[8730,7263],[8731,7254],[8732,7245],[8732,7238],[580,7710],[1640,2593],[8733,7230],[8734,7222],[8735,7213],[8736,7205],[8736,7196],[8737,7188],[8825,7348],[8822,7356],[8818,7363],[8815,7369],[1640,2603],[8813,7375],[8810,7382],[8805,7391],[8801,7398],[8798,7406],[8794,7415],[8790,7423],[7238,7172],[7453,3250],[1640,2612],[4331,4992],[4334,4991],[4330,4988],[4333,4986],[4329,4982],[4332,4981],[4327,4975],[4330,4974],[4326,4970],[4329,4969],[1639,2620],[4325,4965],[4328,4964],[4324,4960],[4327,4958],[4322,4954],[4325,4953],[4427,4563],[4421,4566],[4416,4569],[4410,4575],[1639,2629],[4404,4578],[4400,4582],[4281,4192],[4279,4199],[4275,4196],[4273,4203],[4269,4201],[4267,4207],[4263,4205],[4262,4211],[1638,2638],[4257,4210],[4250,4215],[4247,4224],[4241,4223],[4241,4229],[4236,4227],[4235,4234],[4230,4233],[4229,4239],[4224,4238],[1638,2647],[4223,4244],[4219,4242],[6313,7161],[6307,7157],[6316,7152],[6310,7148],[6318,7141],[6321,7125],[6328,7129],[1635,2650],[6326,7122],[6330,7125],[6331,7113],[6335,7117],[6336,7105],[6339,7108],[6341,7096],[6344,7099],[6346,7088],[6348,7092],[1628,2651],[6350,7082],[6353,7084],[6303,7167],[6308,7169],[6300,7174],[6304,7177],[6297,7181],[6301,7186],[1621,2652],[6101,2732],[6096,2727],[6090,2721],[6085,2715],[3549,7427],[3548,7435],[3561,7407],[3601,7287],[4653,4429],[583,7702],[1615,2653],[4088,5056],[4089,5060],[4095,5053],[4096,5057],[4102,5050],[4108,5052],[4107,5049],[4114,5045],[4102,5054],[1608,2656],[4121,5043],[4128,5040],[4133,5038],[4139,5039],[3505,6219],[3508,6216],[4056,5107],[4059,5118],[1601,2659],[4047,5111],[4051,5121],[4042,5113],[4041,5126],[4036,5116],[4037,5127],[4028,5120],[4031,5130],[4020,5123],[4025,5133],[1594,2663],[4014,5125],[4019,5135],[4007,5128],[4009,5139],[4057,5112],[4048,5119],[1588,2666],[4048,5116],[4044,5121],[4039,5123],[4038,5120],[4030,5123],[4026,5128],[1581,2670],[4025,5125],[4021,5130],[4021,5127],[4016,5129],[4011,5134],[1575,2673],[3903,4583],[3906,4582],[3902,4578],[3905,4577],[3901,4573],[3905,4572],[1568,2677],[3904,4567],[3873,4600],[3876,4599],[3880,4598],[3883,4598],[3887,4597],[3891,4596],[3895,4595],[3900,4594],[1560,2681],[1554,2683],[4100,2458],[4096,2457],[586,7692],[1547,2683],[4107,2453],[4104,2451],[4113,2450],[4110,2448],[4119,2447],[4115,2445],[4124,2444],[4121,2441],[4128,2440],[4130,2424],[1540,2682],[4130,2430],[1420,3961],[1421,3958],[2698,4642],[2689,4649],[2699,4645],[2691,4651],[2700,4647],[2692,4654],[2701,4650],[1532,2681],[2693,4656],[2703,4652],[2695,4659],[2704,4655],[2696,4661],[2705,4657],[2697,4664],[2696,4650],[2699,4656],[4875,4124],[1525,2681],[4877,4126],[3324,8066],[3326,8054],[3322,8047],[3325,8044],[3321,8039],[4252,4203],[4251,4210],[4246,4195],[4246,4202],[1518,2681],[4242,4188],[4242,4196],[4236,4186],[3829,4623],[3833,4632],[3834,4620],[3839,4628],[3837,4624],[3835,4622],[3840,4614],[1511,2681],[3845,4622],[3843,4619],[3841,4616],[3845,4608],[3850,4617],[3848,4613],[3847,4611],[3851,4603],[3855,4611],[3854,4608],[1504,2681],[3852,4605],[3857,4604],[3860,4608],[3855,4602],[3863,4606],[3853,4599],[3867,4599],[3858,4595],[3865,4593],[3866,4596],[1497,2680],[3872,4595],[3870,4592],[3868,4590],[3866,4586],[3875,4592],[3873,4589],[3872,4586],[3869,4582],[3878,4580],[3874,4575],[1490,2680],[3879,4583],[3880,4572],[3881,4586],[3884,4569],[3886,4581],[3888,4565],[3889,4578],[3891,4562],[3896,4565],[1482,2680],[3897,4571],[3900,4558],[3895,4563],[3897,4556],[3901,4560],[3901,4552],[3905,4559],[3861,4587],[3864,4614],[588,7686],[1474,2680],[3900,4569],[3903,4564],[4134,4282],[4352,3983],[4355,3987],[4343,3991],[4346,3995],[4335,3998],[4338,4003],[4327,4006],[1359,2674],[4330,4010],[4319,4013],[4322,4018],[4313,4019],[4315,4024],[4304,4027],[4307,4031],[4296,4034],[4299,4038],[4289,4041],[1352,2673],[4291,4045],[4282,4048],[4284,4052],[4275,4054],[4277,4058],[4267,4061],[4269,4066],[4258,4069],[4261,4073],[4250,4077],[1344,2672],[4252,4081],[4241,4084],[4244,4089],[4233,4091],[4236,4097],[4225,4100],[4227,4104],[4218,4106],[4220,4111],[4210,4114],[1336,2671],[4213,4118],[4202,4121],[4205,4125],[4197,4127],[4200,4132],[4192,4139],[4195,4142],[4186,4150],[4189,4153],[4181,4161],[1328,2670],[4184,4163],[4176,4171],[4179,4173],[4171,4179],[4175,4181],[4166,4190],[4169,4192],[4161,4200],[4164,4203],[4158,4207],[1319,2669],[4162,4209],[4154,4218],[4157,4220],[4150,4230],[4153,4231],[4146,4241],[4149,4243],[4142,4252],[4145,4254],[4138,4263],[1312,2668],[4141,4265],[4134,4269],[4138,4272],[4130,4276],[4135,4281],[4108,3682],[4107,3663],[1304,2667],[5737,4902],[5738,4905],[5723,4927],[3836,5151],[3834,5153],[4223,5046],[4229,5049],[1562,2185],[1565,2189],[1296,2666],[1569,2192],[1573,2196],[1576,2200],[1580,2203],[1584,2207],[1589,2210],[1592,2214],[1596,2218],[1599,2221],[1603,2225],[591,7678],[1289,2665],[1606,2228],[1610,2232],[1614,2236],[1617,2239],[1621,2243],[1624,2247],[1628,2250],[1632,2254],[1635,2258],[4176,5016],[1282,2663],[4178,5015],[4181,5013],[4183,5011],[4186,5009],[4192,5007],[4194,5005],[4196,5004],[4198,5003],[4200,5001],[4202,5000],[1275,2662],[4204,4998],[4206,4997],[4208,4995],[4213,4994],[4215,4993],[4217,4992],[4535,4432],[4538,4430],[4541,4426],[1268,2660],[4545,4422],[4550,4418],[4552,4411],[4558,4410],[4562,4402],[4565,4404],[4567,4397],[5950,4705],[5950,4709],[1261,2659],[5957,4706],[5956,4710],[5963,4707],[5963,4711],[5969,4708],[5970,4712],[5975,4709],[5974,4713],[5980,4710],[5980,4714],[1254,2658],[5986,4711],[5986,4715],[5991,4712],[5991,4716],[5997,4713],[5997,4717],[6003,4714],[6003,4718],[6010,4715],[6009,4719],[1246,2659],[6016,4716],[6015,4720],[6021,4717],[6021,4721],[6026,4721],[3989,3820],[3986,3818],[1239,2661],[4993,4926],[5095,3447],[5100,3445],[5107,3451],[5113,3450],[5120,3455],[5127,3454],[5132,3459],[5136,3456],[5140,3462],[1231,2663],[5145,3459],[5149,3464],[5154,3462],[4528,4444],[4530,4450],[4526,4457],[4527,4465],[4523,4470],[4525,4477],[4521,4483],[1223,2665],[4522,4490],[4518,4496],[4517,4501],[6730,7373],[6728,7364],[6726,7356],[6723,7347],[6720,7339],[6717,7331],[594,7672],[1217,2670],[6714,7323],[6711,7317],[5677,4161],[5678,4175],[5681,4167],[5683,4189],[5684,4181],[5687,4202],[5687,4193],[1213,2673],[5689,4216],[5692,4209],[5691,4228],[5694,4223],[5247,4364],[5243,4363],[1207,2677],[5249,4355],[5245,4353],[5250,4347],[5246,4346],[1202,2681],[5257,4307],[5252,4306],[5258,4295],[5255,4294],[5260,4286],[5257,4285],[5262,4279],[3443,5399],[3450,5398],[1197,2684],[3457,5398],[3463,5397],[3468,5397],[3475,5397],[3482,5397],[6710,7313],[6708,7311],[6706,7307],[6703,7303],[6662,7269],[1191,2689],[6665,7271],[6668,7272],[6672,7274],[6670,7276],[6673,7277],[6676,7275],[6680,7274],[6683,7274],[6687,7274],[6690,7275],[7442,6107],[5781,4919],[5784,4926],[5787,4933],[5792,4940],[5795,4946],[5799,4953],[1978,5480],[1982,5478],[1986,5477],[1182,2695],[1989,5475],[1992,5473],[1997,5471],[2001,5468],[2002,5472],[2003,5477],[1731,5634],[1186,6605],[1190,6613],[1177,2698],[1194,6620],[1196,6628],[6566,3950],[6575,3947],[6582,3946],[6589,3944],[6879,2571],[6873,2569],[6868,2567],[4619,4576],[1173,2701],[4625,4556],[4620,4586],[7706,3735],[7712,3736],[7719,3736],[7724,3739],[7729,3742],[7735,3744],[7741,3748],[596,7665],[1168,2704],[7748,3750],[7752,3755],[7758,3757],[7765,3760],[7770,3763],[7607,3733],[7613,3733],[7620,3733],[3863,4687],[3866,4686],[1165,2707],[3862,4680],[3865,4679],[3861,4672],[3863,4671],[6790,7191],[6795,7194],[6792,7198],[6796,7201],[6795,7206],[6791,7212],[1159,2711],[6795,7215],[6792,7221],[6796,7223],[6282,6233],[6797,7232],[6794,7236],[6797,7240],[6794,7245],[6798,7248],[6795,7253],[1154,2715],[6799,7256],[6802,7265],[6499,6937],[6499,6930],[6499,6925],[6499,6919],[6499,6913],[6499,6907],[6500,6899],[6500,6891],[1149,2718],[6500,6883],[6497,6876],[6502,6870],[6795,7266],[9135,6727],[9142,6718],[4399,3264],[5229,2715],[5232,2707],[1144,2722],[5234,2712],[5238,2703],[5240,2708],[5243,2700],[5245,2705],[5248,2696],[5250,2701],[5254,2692],[5256,2697],[5259,2689],[1139,2726],[5261,2694],[5195,2828],[5197,2835],[5199,2843],[5201,2850],[5203,2857],[5205,2865],[5183,2679],[5180,2673],[5177,2666],[1136,2733],[5175,2660],[5173,2655],[5230,2674],[5227,2667],[5224,2661],[5220,2653],[5218,2647],[5215,2642],[5213,2637],[5211,2631],[1132,2740],[5261,2706],[5262,2698],[5244,2781],[5251,2780],[5257,2780],[5223,2834],[5221,2825],[5105,2726],[5100,2730],[5092,2718],[1129,2746],[5089,2711],[5224,2665],[5228,2662],[5234,2658],[5240,2654],[5244,2651],[5044,2765],[5042,2756],[5040,2747],[5103,2885],[1125,2752],[5219,2804],[5224,2802],[5128,2690],[7485,6532],[7495,6537],[5200,2833],[5209,2829],[5215,2826],[5223,2825],[5228,2822],[3780,7820],[6132,2906],[6139,2895],[6147,2883],[6156,2879],[6154,2872],[4124,4345],[1240,4101],[1244,4095],[1248,4089],[1252,4082],[3787,7814],[1257,4076],[1262,4069],[1266,4063],[1270,4057],[2936,7873],[2932,7873],[2924,7873],[2917,7873],[2910,7864],[3793,7808],[2901,7851],[2897,7845],[2894,7840],[4127,4339],[4130,4334],[4132,4327],[4135,4322],[4132,4316],[4128,4311],[4124,4307],[3798,7803],[4120,4303],[4126,4299],[4130,4295],[4132,4300],[4135,4307],[4140,4313],[4142,4316],[4144,4323],[4146,4328],[4151,4332],[3805,7798],[4876,4969],[4877,4964],[4878,4951],[4879,4946],[4880,4940],[4881,4931],[4878,4931],[4877,4927],[4870,4924],[4871,4923],[3812,7791],[4866,4918],[5498,4836],[3819,7785],[2855,5616],[3826,7779],[2852,5618],[2853,5611],[2850,5612],[6698,2912],[6706,2914],[6709,2919],[6713,2917],[6719,2919],[5317,6352],[5319,6359],[3832,7772],[5319,6367],[5327,6371],[5317,6370],[5312,6371],[5307,6372],[5302,6375],[5302,6380],[5306,6377],[4413,4547],[3836,7763],[4418,4551],[4422,4553],[4429,4556],[4396,4547],[4405,4542],[4400,4545],[4413,4527],[4408,4533],[4411,4538],[3840,7755],[4613,4592],[4835,3364],[4845,3371],[4850,3369],[4857,3375],[4864,3373],[4870,3379],[4877,3377],[4884,3383],[4890,3381],[3844,7746],[4895,3387],[4902,3385],[4908,3390],[4914,3389],[4920,3394],[4930,3394],[7456,6397],[7480,6386],[7491,6387],[7487,6385],[3848,7738],[7493,6384],[7498,6383],[7503,6382],[3947,3448],[3945,3454],[3944,3461],[3944,3466],[3943,3474],[3942,3482],[3941,3490],[3853,7730],[3940,3497],[6246,6231],[6244,6236],[6243,6240],[6281,6225],[6281,6218],[6285,6223],[6286,6211],[6290,6216],[6291,6206],[3857,7721],[6294,6210],[6295,6200],[6298,6203],[6300,6190],[6303,6196],[6307,6189],[3861,7712],[6319,6302],[6323,6296],[6327,6291],[3865,7704],[4204,4487],[4229,4465],[3869,7696],[4258,4443],[4259,4438],[3873,7689],[3807,5843],[3877,7681],[4277,4432],[4272,4433],[7156,6234],[7158,6243],[7159,6252],[7160,6260],[3880,7674],[7162,6269],[4129,5937],[4125,5943],[4095,6339],[4099,6339],[4096,6335],[4099,6335],[4097,6327],[4101,6327],[4098,6323],[471,4538],[4102,6322],[4099,6313],[4103,6315],[4098,6310],[4101,6308],[4096,6306],[4098,6303],[4093,6299],[4094,6296],[4090,6294],[463,4536],[4092,6291],[4088,6290],[5638,4468],[5641,4461],[5637,4461],[5635,4446],[455,4535],[5638,4441],[5634,4439],[5637,4432],[5632,4432],[5636,4425],[5630,4424],[5611,4295],[5628,4417],[5627,4410],[5625,4404],[3674,7135],[5623,4397],[5622,4390],[5619,4381],[5618,4374],[5628,4363],[5616,4366],[5628,4359],[5626,4356],[5629,4354],[5621,4360],[3674,7126],[5621,4354],[5615,4358],[5625,4347],[5614,4352],[5628,4346],[5613,4346],[5612,4339],[5611,4332],[5610,4325],[5609,4319],[3678,7118],[5608,4311],[5612,4303],[5607,4304],[5606,4297],[5610,4288],[5604,4290],[5610,4279],[5603,4282],[5605,4271],[5606,4279],[3678,7107],[5598,4274],[5606,4263],[6739,6887],[6737,6875],[6733,6882],[6732,6869],[6727,6876],[6726,6864],[6722,6870],[3682,7097],[6720,6857],[6715,6864],[6714,6851],[6709,6858],[6708,6845],[6703,6852],[6702,6840],[6697,6846],[6696,6834],[6691,6840],[3812,5848],[3681,7090],[6690,6828],[6685,6834],[6684,6822],[6679,6829],[6678,6816],[6674,6823],[6672,6810],[6668,6817],[6666,6805],[6662,6812],[3684,7084],[6660,6799],[6656,6806],[6654,6793],[6650,6799],[6647,6786],[6645,6795],[6640,6778],[6640,6789],[6634,6773],[6635,6785],[3683,7076],[6628,6767],[6630,6780],[6622,6761],[6624,6774],[6616,6755],[6618,6768],[6610,6749],[6612,6762],[6604,6744],[6606,6756],[3687,7070],[6599,6738],[6600,6750],[6592,6732],[6594,6744],[6587,6726],[6588,6739],[6581,6721],[6583,6733],[6574,6715],[6576,6727],[3683,7068],[6569,6709],[6571,6721],[6563,6703],[6565,6716],[6556,6696],[6559,6710],[6551,6690],[6553,6704],[6545,6684],[6547,6697],[3687,7056],[6539,6678],[6541,6691],[6533,6672],[6535,6685],[6527,6666],[6529,6679],[6522,6660],[6523,6673],[6517,6655],[6518,6667],[3689,7046],[6510,6649],[6512,6662],[6505,6656],[6318,5013],[6324,5008],[6330,5003],[6335,4999],[6341,4994],[6347,4989],[6353,4985],[3689,7041],[5726,4589],[5729,4583],[5725,4578],[5729,4573],[5725,4568],[5728,4562],[5724,4556],[5728,4553],[5725,4549],[5728,4543],[3689,7035],[5724,4538],[5727,4533],[5724,4528],[5727,4521],[5724,4518],[5727,4511],[5724,4504],[5727,4500],[5724,4498],[5726,4488],[1410,3812],[5712,4323],[5713,4315],[5708,4312],[5711,4306],[5706,4302],[5708,4295],[5703,4291],[5705,4285],[5701,4281],[5703,4275],[4708,4323],[3811,5858],[1411,3800],[5698,4272],[7278,5684],[7271,5688],[7265,5692],[7257,5696],[7247,5702],[7237,5703],[7229,5699],[7222,5699],[7220,5715],[5119,6485],[7219,5703],[7220,5692],[7221,5683],[7222,5676],[7226,5670],[4675,4742],[4673,4744],[4672,4737],[4670,4739],[4669,4729],[5112,6486],[4668,4735],[4665,4724],[4667,4731],[4662,4719],[4663,4726],[4660,4715],[4660,4721],[4656,4710],[4657,4717],[4653,4706],[5107,6492],[4654,4712],[1574,4159],[1581,4159],[9671,6423],[9677,6422],[9681,6429],[9685,6436],[9688,6444],[9691,6452],[9695,6460],[5099,6493],[9699,6466],[9702,6474],[9707,6479],[9710,6489],[9715,6493],[9717,6500],[4067,3784],[4064,3779],[4060,3766],[4064,3770],[5095,6499],[4067,3773],[4066,3766],[4074,3783],[4072,3776],[4071,3769],[4068,3763],[4062,3761],[4056,3764],[4069,3757],[4065,3759],[5088,6500],[4059,3757],[4061,3759],[5676,4941],[5679,4941],[5677,4934],[5679,4935],[5643,4954],[5643,4957],[5649,4952],[5650,4955],[5082,6506],[5656,4950],[5657,4953],[5663,4948],[5663,4951],[5669,4946],[5669,4949],[5674,4944],[5676,4947],[5683,4941],[5683,4944],[4027,7203],[5688,4940],[5689,4943],[6895,7033],[6893,7037],[6887,7025],[6885,7029],[6882,7020],[6880,7024],[6874,7013],[6872,7017],[4034,7208],[6867,7006],[6865,7010],[6862,7001],[6860,7005],[6854,6995],[6852,6998],[6847,6988],[6845,6992],[6840,6981],[6838,6985],[3815,5868],[4041,7207],[6835,6976],[6833,6980],[6828,6969],[6821,6963],[6819,6966],[6814,6956],[6812,6959],[6808,6949],[6806,6954],[4049,7211],[6805,6949],[6798,6947],[6802,6940],[6790,6939],[6794,6933],[6784,6934],[6788,6927],[6778,6928],[6782,6921],[6772,6922],[4057,7211],[6776,6915],[6767,6916],[6771,6909],[6761,6910],[6765,6903],[6755,6904],[6759,6898],[6748,6899],[6751,6890],[6745,6895],[4065,7219],[5992,2981],[5995,2985],[4279,2969],[4273,2975],[4268,2980],[4261,2987],[4255,2993],[4249,2999],[4243,3003],[4072,7225],[4236,3009],[4230,3015],[4223,3020],[4216,3027],[4210,3030],[4208,3034],[3227,2592],[3224,2587],[3231,2588],[4076,7234],[3230,2584],[3237,2583],[3240,2580],[3243,2578],[3245,2576],[3252,2571],[3258,2566],[3264,2562],[3270,2557],[3275,2554],[4082,7239],[3282,2550],[3288,2546],[3295,2542],[3302,2539],[3308,2537],[3315,2534],[3321,2532],[3328,2530],[3335,2528],[3342,2526],[4086,7248],[3348,2524],[3355,2522],[3362,2519],[3369,2517],[3376,2515],[3382,2512],[3389,2510],[3395,2508],[3400,2506],[3405,2500],[4093,7254],[3410,2499],[3410,2503],[3416,2497],[3417,2503],[3415,2494],[3422,2492],[3429,2489],[3435,2486],[3440,2481],[3440,2472],[892,4472],[5535,759],[5540,765],[5541,774],[5782,5099],[5782,5107],[5777,5111],[5769,5150],[5786,5154],[5789,5148],[5791,5142],[3821,5873],[882,4473],[5793,5135],[5800,5124],[5798,5117],[5775,5154],[5780,5158],[5788,5122],[5793,5126],[5799,5129],[5803,5134],[5809,5136],[873,4474],[5814,5140],[5786,5161],[5791,5165],[5796,5168],[5801,5172],[5805,5174],[5544,4860],[5544,4851],[5549,4842],[5548,4835],[325,7552],[5553,4828],[5552,4822],[5556,4816],[5556,4808],[5560,4801],[5559,4792],[5564,4787],[5563,4778],[5567,4772],[5566,4765],[331,7548],[5570,4760],[5569,4754],[4275,3157],[4280,3157],[4281,3151],[4286,3150],[4287,3145],[4292,3144],[4294,3136],[4298,3136],[338,7541],[4299,3129],[4304,3128],[4304,3122],[4309,3120],[4309,3115],[4314,3113],[4314,3107],[4320,3105],[4319,3099],[4324,3099],[341,7535],[4326,3091],[4330,3091],[4331,3084],[4336,3086],[4338,3080],[4342,3082],[4344,3077],[5954,4664],[5954,4659],[5955,4655],[345,7526],[5956,4650],[7423,7838],[7430,7835],[7437,7830],[7444,7826],[7450,7823],[7456,7820],[7463,7816],[7470,7812],[3527,6398],[7477,7812],[7483,7809],[7490,7806],[7496,7802],[7502,7799],[7508,7795],[7515,7792],[7521,7788],[7529,7784],[7535,7780],[3526,6408],[7540,7777],[7546,7778],[7550,7776],[7548,7768],[7543,7770],[7468,7709],[7471,7712],[4437,4687],[4439,4684],[3529,6417],[4442,4679],[4446,4672],[4449,4667],[4452,4663],[4455,4659],[4500,4319],[4496,4321],[4499,4326],[4495,4328],[3826,5881],[3528,6426],[4498,4332],[4493,4335],[4498,4340],[4492,4343],[4499,4346],[4088,6283],[4085,6282],[5468,6015],[5467,6012],[1132,4992],[5382,6642],[5381,6646],[5724,7682],[5724,7679],[5402,5699],[5405,5690],[5409,5681],[5412,5674],[5416,5665],[5420,5656],[1129,5000],[5423,5647],[5426,5640],[5431,5628],[5434,5622],[5438,5612],[5441,5604],[5445,5596],[5448,5587],[5452,5579],[2510,1876],[1131,5008],[2506,1867],[2503,1862],[2499,1857],[2496,1857],[2493,1852],[2490,1845],[2483,1840],[4787,3414],[1128,5017],[5294,330],[4024,2977],[4030,2976],[4034,2972],[4037,2962],[4036,2956],[4033,2951],[4026,2947],[4021,2948],[4017,2951],[1129,5025],[4014,2963],[4015,2968],[4018,2973],[7711,4090],[7715,4089],[7720,4087],[4373,4959],[5901,2499],[5902,2492],[1126,5033],[4228,4715],[4222,4717],[4217,4719],[4212,4721],[4001,2947],[4000,2952],[3998,2945],[3997,2951],[3995,2943],[3993,2949],[1128,5041],[3991,2941],[3989,2947],[3987,2940],[3986,2945],[3983,2938],[3983,2944],[3981,2936],[3980,2942],[3977,2934],[3975,2940],[1125,5051],[3974,2933],[3972,2938],[6115,4655],[6115,4651],[6044,4624],[1127,5059],[6052,4627],[6071,4635],[6105,4647],[6114,4651],[6122,4654],[6130,4657],[6137,4660],[3828,5891],[1125,5068],[6144,4663],[6153,4666],[6160,4669],[6167,4671],[6175,4675],[6175,4682],[6180,4683],[6183,4678],[6186,4682],[6185,4686],[1127,5076],[6182,4687],[6181,4681],[7089,6983],[7095,6988],[7101,6995],[1125,5085],[2583,6463],[2586,6462],[2359,5356],[2357,5359],[1127,5093],[4141,4846],[4139,4851],[4145,4844],[4142,4850],[4148,4843],[4146,4849],[4151,4842],[4149,4847],[4154,4841],[4152,4846],[1125,5101],[4158,4839],[4159,4843],[4162,4838],[4163,4842],[4166,4836],[4167,4841],[4170,4839],[4172,4834],[4173,4838],[1127,5108],[4176,4832],[4177,4837],[4179,4831],[4180,4835],[4181,4835],[4182,4835],[1125,5116],[4204,4826],[1128,5125],[1127,5133],[1130,5140],[4263,4799],[4264,4803],[3835,5896],[1130,5148],[4267,4798],[4267,4802],[4270,4796],[4271,4800],[4274,4795],[4275,4799],[4277,4793],[4278,4797],[4281,4792],[4282,4796],[1134,5155],[4138,4847],[1554,4042],[1555,4036],[1561,4043],[1561,4039],[1570,4043],[1579,4044],[1586,4044],[1603,4081],[1603,4090],[1599,5133],[1601,4097],[1599,4103],[1598,4110],[1596,4117],[1594,4123],[1593,4130],[1591,4136],[1589,4144],[1587,4151],[1586,4158],[1598,5141],[1584,4164],[1582,4171],[1581,4178],[1579,4185],[1577,4191],[1576,4198],[1574,4204],[1320,4512],[1596,5148],[1594,5156],[1592,5163],[1584,5170],[1579,5175],[1574,5178],[3839,5909],[1570,5181],[1565,5185],[3852,5810],[3851,5801],[3850,5792],[3849,5784],[3848,5776],[3848,5768],[3846,5753],[3844,5740],[3844,5910],[3843,5727],[7787,6187],[7796,6186],[3885,5925],[3889,5930],[3881,5932],[3663,7387],[3841,5712],[4146,4713],[4142,4718],[4133,4727],[4133,4727],[4128,4731],[4124,4735],[4119,4739],[4115,4744],[4110,4748],[4218,8717],[3840,5702],[4222,8706],[4225,8697],[4228,8687],[4231,8677],[4235,8667],[4238,8658],[4241,8647],[4244,8638],[4247,8628],[4250,8619],[3839,5694],[4253,8610],[4257,8599],[4260,8587],[4263,8576],[4266,8564],[4268,8552],[4271,8541],[4273,8529],[4276,8518],[4275,8509],[3838,5686],[4280,8505],[4277,8499],[4282,8495],[4280,8489],[4283,8487],[4282,8478],[4286,8473],[4285,8462],[4289,8458],[4288,8450],[3838,5678],[4292,8445],[4291,8437],[4295,8433],[4293,8424],[4298,8418],[4285,4790],[4286,4794],[4290,4788],[4291,4792],[3850,5763],[4544,4499],[4174,5010],[4176,5009],[4179,5007],[4181,5005],[4184,5003],[4185,5001],[4187,4999],[4189,5009],[4189,4999],[3850,5759],[4191,4997],[4193,4996],[4195,4994],[4197,4993],[4199,4991],[4201,4991],[3966,4657],[3963,4655],[3848,5747],[3965,4650],[3962,4647],[3964,4643],[3961,4640],[3963,4636],[3960,4633],[3847,5733],[3959,4626],[3958,4622],[3960,4618],[3960,4614],[3846,5921],[3845,5720],[3956,4611],[3958,4607],[3955,4604],[3958,4599],[3955,4597],[3845,5716],[3957,4593],[3954,4590],[3956,4586],[3952,4583],[3955,4578],[3955,4573],[1424,3035],[3957,4567],[3959,4561],[3961,4554],[3962,4549],[3962,4543],[3961,4536],[3960,4530],[3959,4525],[3957,4519],[3955,4513],[1415,3036],[4148,6692],[4148,6694],[7533,3255],[7531,3249],[4047,7610],[4045,7607],[4044,7609],[4042,7611],[4546,4508],[1406,3036],[4552,4495],[4555,4487],[4564,4490],[4558,4492],[6515,7100],[6521,7096],[6527,7095],[6534,7093],[6539,7092],[6544,7092],[1396,3037],[6542,7088],[6541,7081],[6540,7073],[6550,7091],[6557,7096],[6560,7099],[6564,7104],[6569,7108],[6573,7113],[6578,7117],[1387,3038],[6582,7122],[6587,7126],[6591,7130],[6596,7135],[6600,7139],[6604,7144],[6610,7146],[6616,7145],[6609,7155],[6608,7161],[1377,3038],[6606,7166],[6601,7171],[6597,7175],[6592,7180],[6587,7186],[6582,7191],[6577,7196],[3181,5466],[5713,2570],[5715,2575],[1368,3039],[5717,2573],[5719,2569],[5723,2564],[5725,2562],[5727,2560],[5700,4266],[5695,4260],[5697,4252],[4553,4006],[1359,3040],[3853,5926],[1351,3040],[2108,7709],[2109,7716],[2106,7722],[2107,7729],[2104,7736],[2105,7744],[6916,7932],[6914,7936],[4656,4025],[4573,3986],[4570,3981],[4573,3977],[4570,3974],[4572,3970],[2102,7751],[4569,3965],[4572,3962],[4569,3957],[4571,3954],[2103,7757],[2100,7763],[3168,8231],[3165,8225],[3162,8219],[3159,8214],[3156,8207],[4825,4031],[3855,5936],[2101,7771],[3153,8200],[3149,8194],[3146,8188],[3144,8183],[3140,8176],[3137,8169],[3134,8163],[3131,8157],[3128,8152],[3125,8146],[2098,7777],[3302,8148],[3300,8133],[3169,5126],[3172,5127],[2099,7785],[3186,5069],[3184,5062],[3189,5056],[3187,5050],[3191,5045],[4868,8885],[4860,8889],[4853,8891],[4841,8894],[2096,7792],[4835,8896],[4832,8900],[4828,8898],[4822,8899],[1233,4680],[1233,4691],[1238,4698],[1237,4706],[3866,8295],[3865,8305],[2097,7799],[3865,8315],[3865,8323],[3865,8332],[3865,8341],[3865,8352],[3866,8363],[3867,8373],[3867,8382],[3869,8392],[3870,8401],[2095,7806],[3871,8410],[3874,8421],[3876,8430],[3877,8438],[3880,8448],[3883,8457],[3885,8466],[3888,8476],[3894,8491],[3896,8498],[2096,7815],[3897,8505],[3900,8513],[3902,8521],[3900,8527],[3904,8535],[3909,8541],[3913,8548],[3918,8556],[1091,4587],[1095,4582],[2093,7821],[1101,4575],[1106,4572],[1114,4563],[1119,4560],[1120,4552],[1127,4546],[1132,4522],[1130,4517],[1133,4510],[1131,4505],[2095,7828],[1133,4497],[1131,4492],[1134,4481],[1133,4471],[1133,4464],[2092,7834],[3862,5940],[2094,7842],[2091,7849],[4153,4201],[4771,5252],[4769,5246],[4774,5237],[4772,5226],[2093,7856],[4779,5206],[4778,5193],[4783,5185],[4779,5184],[4784,5180],[4785,5169],[4784,5159],[4788,5152],[4790,5122],[2090,7863],[4795,5116],[4794,5105],[4799,5095],[4800,5085],[2092,7872],[2089,7878],[3036,7596],[3043,7606],[3050,7616],[3059,7610],[2091,7886],[3067,7601],[3073,7595],[3081,7586],[3087,7578],[3092,7573],[3736,3875],[3741,3881],[3740,3891],[3744,3908],[2088,7895],[3748,3916],[3752,3932],[3748,3932],[3753,3939],[3751,3952],[3754,3971],[3758,3975],[3756,3979],[2702,8509],[2090,7902],[2696,8512],[2684,8519],[2658,8534],[2640,8544],[2632,8548],[7328,4458],[7326,4447],[7325,4439],[2087,7909],[7325,4427],[7324,4420],[7321,4414],[7322,4408],[7318,4400],[7319,4394],[7316,4386],[7317,4382],[7316,4375],[7313,4369],[2089,7917],[7314,4363],[7311,4357],[7312,4348],[7304,4345],[7300,4341],[7297,4337],[7293,4334],[7289,4330],[3775,3406],[3784,3400],[2086,7925],[3305,4883],[3306,4887],[3311,4886],[3315,4893],[3320,4891],[3330,4897],[3334,4904],[3340,4902],[3344,4909],[2088,7933],[3348,4907],[3352,4914],[3358,4913],[3361,4919],[3368,4919],[3374,4927],[3378,4924],[3380,4931],[3386,4929],[3390,4936],[2085,7941],[3397,4935],[3399,4941],[3404,4939],[2487,5470],[2485,5466],[2488,5462],[2486,5457],[2488,5452],[2487,5445],[2489,5440],[2087,7950],[2487,5434],[2490,5428],[2488,5423],[2489,5410],[2492,5405],[2490,5398],[2493,5393],[2491,5386],[2494,5381],[2085,7955],[2494,5370],[2493,5363],[2496,5345],[2495,5337],[2498,5324],[2498,5316],[2497,5307],[2500,5300],[2498,5290],[2501,5283],[2086,7964],[2499,5277],[2502,5268],[2501,5257],[2503,5253],[2501,5248],[2504,5244],[2502,5241],[2503,5234],[2503,5227],[1153,8796],[2503,5220],[2500,5224],[2496,5230],[2499,5236],[2496,5236],[2495,5225],[2503,5215],[2505,5206],[2507,5205],[2508,5193],[1146,8800],[2504,8020],[2508,8033],[2512,8045],[2515,8055],[2519,8069],[2525,8081],[2526,8089],[2527,8095],[2533,8105],[2534,8117],[1139,8805],[3730,545
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment