Statistics

Problem Statement for "TwoLineRegions"

Problem Statement

This problem has a nonstandard time limit: 3 seconds.

A set of lines in the two-dimensional plane splits the plane into some regions. Given a set of lines L, let two(L) be the number of regions of the plane that are adjacent to exactly two lines in L.

You are given n lines in a 2D plane. The i-th line can be described with the equation a[i]x + b[i]y = c[i]. For your convenience the lines are in a general position. More precisely:

  • No line is horizontal or vertical.
  • No two lines are parallel.
  • No three lines intersect at the same point.

Compute the sum of two(L) where L goes over all subsets of the given n lines. Return the result modulo 10^9 + 7.

Definition

Class:
TwoLineRegions
Method:
count
Parameters:
int[], int[], int[]
Returns:
int
Method signature:
int count(int[] a, int[] b, int[] c)
(be sure your method is public)

Constraints

  • n will be between 2 and 1,000, inclusive.
  • a,b,c will have exactly n elements each.
  • Each element of a,b,c will be between -10,000 and 10,000, inclusive.
  • Each element of a,b will be nonzero.

Examples

  1. {1,1}

    {1,-1}

    {0,0}

    Returns: 4

    Let the two lines be l0 and l1. The value you should find is the sum of two(L) over the following four L: {}, {l0}, {l1}, and {l0,l1}. Obviously, when you have at most one line, there will be zero regions that are adjacent to exactly two lines. The subset that contains both lines produces four such regions. Hence, the answer is 0 + 0 + 0 + 4 = 4.

  2. {1,1,1}

    {1,-1,2}

    {0,0,-1}

    Returns: 15

    Each of the three subsets that contain two of the three lines produces 4 good regions. The subset that contains all three lines produces 3 good regions. Thus, the total over all subsets is 3 * 4 + 3 = 15.

  3. {1,-4,-3,3,8,2}

    {5,3,-4,7,-2,-10}

    {1,-2,-7,1,2,5}

    Returns: 190

  4. {-641,827,-531,-804,967,356,873}

    {536,897,778,322,-604,-339,253}

    {591,-938,837,831,-151,461,694}

    Returns: 408

  5. {-4828,-2210,-7007,7070,3467,-1837,6908,5221,7181,2544, -8805,-7864,-4692,9822,5286,-7007,-452,4005,4523,-1363, -3702,-1157,5197,-3627,-3653,645,-2331,-4397,-9409,-240}

    {-6615,751,-568,9049,-5051,3648,-3729,-941,6227,-1148,848, 853,-19,8846,-3327,-5688,7602,3147,3954,3109,-8913,3595, 6512,6757,3071,600,-9794,-6169,6436,-1560}

    {-5459,4853,3715,1840,6991,-3878,6522,1821,-1622,1947,-7613, -348,-5993,396,4950,-2304,6235,-9146,5392,-1028,3901,-5660, -6982,-9060,-1945,-4973,-8950,-2569,-1194,7828}

    Returns: 412956109

  6. {234,358,-555,212}

    {-862,-876,786,903}

    {-709,374,-381,-907}

    Returns: 39

  7. {223,86,-404}

    {849,952,-844}

    {970,-140,-147}

    Returns: 15

  8. {192,-130,891,397,202,988,-889}

    {-980,-697,702,541,-983,-639,-5}

    {-397,-709,964,517,408,-560,-145}

    Returns: 396

  9. {1068,-1841,-1541,9179}

    {807,-146,9605,3398}

    {-3841,8737,-3214,-7649}

    Returns: 39

  10. {1971,5503,-2444,-9918,3818,6651,9005,-1767,-9061}

    {-3323,4318,3060,-8581,6885,3942,-3119,-2049,-3249}

    {-2214,9607,4571,8194,-3595,-4019,2658,3325,-5838}

    Returns: 1698

  11. {-3643,-7745,7687,-8356,6104,1012,-1722,-965,-1269,8898,6141,1560,9642,9047,1698,1083,-2129,7591,-6595}

    {-867,-3000,-8201,-8427,4883,2290,7339,-680,8057,5648,-8122,-631,-4814,-8419,-8593,-2156,5885,9369,2704}

    {-3446,4895,5002,8708,7492,5801,-1817,7779,5349,9732,-6860,-8656,9085,8013,7692,-7184,8110,-4689,4817}

    Returns: 2944289

  12. {6594,-1914,307,-7455,-3722,1178,-9630,-5515,-972,-5713,1222,-3803,3388,-5429,-632,2685,-1747,2329,9432,-2685,5862,6124,3059,3648,-3299,1801,-25,-3528,1276,4393,1946,233,5224,-8613,4161,7177,-4896}

    {649,-8982,485,-9562,-4710,-5115,3223,2580,2993,352,3556,-3881,873,5526,-2967,7261,8024,8771,8475,1178,2268,-2936,-8338,4977,-8695,-7625,-8808,6179,538,-6138,5938,-5620,-2237,8254,-8845,562,-2778}

    {1628,7224,-6289,4706,7405,9907,-7774,-1628,-1237,-268,2890,5426,4580,-8910,2786,1741,-361,-4171,524,8553,2866,-3982,1741,7835,-9680,6183,-1751,1791,-8716,-9418,-4220,-4270,6302,7089,-7020,-678,-3991}

    Returns: 765940042

  13. {4809,8248,4690,-7867,4634,-2449,-2154,-4100,-3129,-9780,58,7561,6413,-9598,9298,-3130,-697,8347,-9174,8531,2860,8951,9145,-6366,-2202,-1526,-2804,9313,9292,4734,9359,4833,2878,-6917,-4116,-5929,-486,1802,7063,327,1840,-3715,5297,9829,-9170,-8533,-7394,5091,8526,-3559}

    {-330,-8507,-8691,-1111,-3744,-6582,-2748,4781,7917,8354,8692,-959,8826,7456,5382,-305,4400,6606,9807,-3267,7276,-5251,5189,8898,-2557,6866,4532,-1128,3921,-6211,8972,-7266,-9288,3214,-1192,-6173,-356,-2274,51,4923,-3240,-3405,3170,-4390,7557,-1715,-1027,-5742,9208,312}

    {-8426,6115,-7508,6647,-9793,-4426,-6426,8776,5217,2423,512,7460,-1265,-1304,9165,3909,1053,5392,5552,-9941,8649,-7573,546,2845,1898,8698,-1207,3579,-6029,5382,-6247,3029,522,9148,5980,-3988,-2835,-175,-3600,6918,8614,9402,-9617,-453,9489,5856,1710,-8986,-7585,-3615}

    Returns: 434126856

  14. {-902,5762,-4766,2038,5627,-2570,-277,-5594,5626,-4022,4235,8350,-7810,-1515,-9026,-9259,-6385,-455,-9469,3282,6843,-4519,1726,-4445,129,4601,-5439,8767,-6849,-121,5253,1314,317,7297,-5451,-8682,-4936,-769,7243,4634,-758,7891,1785,-379,2422,-1309,-5641,-7918,-8939,-2177}

    {8368,-9846,-6062,-21,4187,-3995,3111,-915,-8146,1384,-8676,4280,-6292,-9563,-5028,-5621,-3012,-2730,-4980,7337,-172,5339,9351,-5419,3291,-5715,4943,-6935,3116,2228,7529,-4619,-7383,7247,-3707,8666,-4710,1905,499,7835,2184,-891,3633,7830,-5016,6473,8706,3090,-8999,-437}

    {8447,8407,-5968,-8639,9574,-9767,1347,8428,-1199,802,4901,-2717,222,-3936,5886,-793,-4683,3451,7515,1274,8832,-4014,7086,-6417,-5954,-8105,506,2415,4384,4941,6495,2555,-7562,-8429,-8475,-4907,-3945,-8749,4801,-565,-5993,-4066,-4864,-9912,1075,-6328,-1387,9988,4040,9736}

    Returns: 235565113

  15. {5807,-9602,-9101,-8003,9804,3510,3970,2362,2295,4630,9183,-5775,-2524,-1119,2966,-3709,-3487,3250,6794,-5210,-638,-8647,-798,9716,6624,9463,-2324,329,7134}

    {-2789,-7348,-3920,-3663,-5669,5466,7526,-767,-6746,5633,-4336,-4070,-981,-913,5487,-3860,-6934,-9306,6780,364,-6781,-8493,-9127,7108,9171,5679,-7331,3263,-4397}

    {5253,-3079,1919,9637,660,-2002,-9175,8121,5860,3438,-3099,-4121,4744,6505,-3903,8298,-4925,-3353,-2748,-6764,6305,3060,-3384,-9180,8485,-2151,-5460,2124,-9810}

    Returns: 448591980

  16. {-4180,-9807,5534,-8565,1139,4992,3557,-5592,-2343,2059,7508,-4700,4122,7823,4463,5568,-9100,8809,-1327,-3970}

    {-2988,613,6651,-79,1930,2175,7672,-8739,2886,-737,8021,7402,-620,-3586,6853,5199,-413,8645,158,-7008}

    {6158,-6386,9396,-5908,3522,-8082,-3217,3331,-2622,-6970,7672,-9979,5936,7267,2148,4389,-1560,1861,-3025,-4896}

    Returns: 5925523

  17. {3283,5036,4485,-247,8916,-995,4351,5901,-3790,-791,9263,8258,814,-612,-4006,3102,-3069,9138,5999,-7818,-2225,-9340,6312,6776,-8133,8990,5243,4538,-4179,4997,1423}

    {1777,3078,9738,5525,7388,897,-8186,-274,8500,-9991,7904,-1907,2916,4054,-2774,178,-8730,-2357,8395,-5202,4621,2692,-3897,4017,8667,-8103,3347,-1319,-5401,2973,7864}

    {2202,-8820,2447,-5409,2390,3808,6435,5966,4886,-8431,7141,1549,-9337,-4067,451,-7445,-1,9119,-1793,-5731,-4694,6725,-9971,-942,7237,2514,-5196,8641,-2512,5045,7739}

    Returns: 444367909

  18. {-1404,-1246,-7703,5760,-9777,-5299,-3849,-1002,-1087,-7666,1526,6502,1249,-1275,6740,-8963,-4024,5173,4679,5890,9284,3868,8460,-3491,-8163,5978,648,2895,-8941,-9301,2909,-1596,-7524}

    {-1960,-4704,-8919,2122,-8977,-7519,-4619,-7492,-6277,-5778,-9588,8040,-756,-606,-7017,935,1705,5313,7473,5939,3046,-2819,-2485,-8422,279,-7722,9484,3584,4548,3117,-8010,-5345,6416}

    {1211,1688,-3546,-9077,4492,-5145,-2589,-9913,-5369,-908,-4107,-9994,-6751,-495,-4919,-6438,-3514,-1872,5414,252,-3273,2142,3074,2573,5465,-1596,3314,4674,-3753,-4355,3008,-3450,-1419}

    Returns: 461136940

  19. {2323,5879,2989,4259,-5104,-1180,4569,-5555,-9193,7624,1211,3184,2533,9741,-2315,480,8178,-6788,6968,-3415,1237,-8565,2780,645,-7169,-4388,-6980,-66,1432,-6354}

    {-8136,-6570,-9581,24,16,-4685,8683,-5555,34,3649,4988,9478,-445,9457,1439,-4275,-618,9980,-4140,4076,-7188,7176,-6731,-4271,376,7410,5365,2137,-6629,-7536}

    {-6956,-9988,-1175,5997,854,-6284,-5295,8767,-6901,6860,8135,7692,-8916,6599,8265,-3495,-8053,-9476,-9208,-3735,6742,1679,-719,8826,4731,5737,-8381,1864,4044,-6910}

    Returns: 414171397

  20. {818,-977,-9249,-6340,-2452,-2,4499,6926,5913,-8985,-1441,-2944,-1133,-3008,-4279,-5816,1656}

    {6264,-3326,-6070,2888,-7283,1446,-6664,9747,4803,-6368,4360,-3039,-6099,5247,7381,2436,2153}

    {-3859,-1418,9488,9235,-7400,-2909,-8434,1844,3197,-9594,2961,6243,9836,-1437,-692,-9688,-9034}

    Returns: 690266

  21. {4588,7235,5413,2975,-3140,-3191,3249,7865,4560,-4259,8046,-5491,-3751,7666,-7085,-8364,9455}

    {7142,3242,4630,-1420,1054,-3744,-1887,-4606,-5201,-9599,9566,-2334,4946,-6905,5870,2124,-821}

    {-4473,4658,-510,-1368,-5639,2036,-3114,-8462,6293,-8159,7010,-4560,-9903,-4007,3337,225,-5961}

    Returns: 654518

  22. {-1406,-4197,7935,9118,9295,1053,-3525,-8563,9023,-7032,2834,3442,-1120,4946,3549,5309,3947,6061,-4960,-8372,6259,-8345,6493,9619}

    {-519,9358,-153,-4424,2910,-5238,8566,-1899,9930,8722,8567,-8868,8354,-7659,-1924,4067,-2050,-6735,2877,6673,-3613,-4339,2415,-8057}

    {-3064,813,-48,955,-3419,4570,5559,-9457,9448,3760,-2185,-880,-6433,4980,9575,-2361,2384,1136,-9483,9374,-8317,-5047,-4026,-7645}

    Returns: 114409845

  23. {-2227,-1562,4239,-1250,5453,3559,-2494,-7089,-7536,-5317,7653,5891,-993,-5861,-4,-9766}

    {-9669,6192,-2785,-1197,1606,-1188,-6513,-6677,-3772,4063,7569,1169,-8097,-339,-2488,1693}

    {-8920,-356,594,-1095,-8403,-3999,4787,-7676,-9276,-545,-2489,8712,-3134,9061,-3016,-2828}

    Returns: 313732

  24. {7221,-6259,-2517,322,-9768,-4809,-9753,5023,-6164,9248,-7165,161,1258,-1096,5341,-7968,-4460}

    {46,2965,736,-1211,-9073,17,8611,3359,-2985,-9473,-4244,-2477,-9971,-8002,8769,5776,-2089}

    {3335,201,-9779,-5404,-1751,-6032,4857,9530,7496,-2833,-1574,38,5717,-9152,-8754,-2892,9707}

    Returns: 646126

  25. {9284,-7640,6679,8791,1743,-7594,-3091,2439,2398,4175,-4653,7347,-4128,1803,8453,-1473,3145,-3241,-3459,2511,1671,9061}

    {-6809,105,-9625,8642,-7609,-5981,-6452,-6808,-9156,6563,4283,-8954,-8286,906,9080,8484,-5926,-1923,3596,-828,-7743,-7410}

    {-9508,-3952,-3155,-2062,-1148,5665,706,4965,-9083,7614,-925,3668,-6667,6856,-5949,-3542,1668,-2142,1622,-3766,6807,6457}

    Returns: 28257662

  26. {2884,-7787,-1070,-7296,4631,-8275,9619,-5018,1379,9889,-1014,-5347,-5027,-5632,6184,4466,8178,-578,7898,5290,-5603,7747,-6541,1663,-3111,-2764,6497,4803,3599,3364,2037,-5727,2947,-6276,6865,-2401,9408,6584,4125,-5477,-4370,9871,-9213,-550,157,-8934}

    {9595,1962,-3935,8484,39,9200,3457,7710,-7832,7931,-3651,6381,6512,5482,7824,6712,-4462,2077,-4392,1175,9612,749,9290,3284,-9818,-8132,-2218,-1228,4606,-4561,8671,-325,-1237,-8380,27,818,4861,1585,3691,9505,2359,-3157,6760,4992,9904,-4390}

    {1700,9386,-4581,8227,-9649,410,3288,7425,8963,-1006,8922,5591,-7388,-3744,-8870,-4644,-7880,-8229,-9733,-3654,4402,-1173,4337,9504,438,8398,709,-4136,5568,2428,-6983,6683,7586,1969,8176,3930,3183,-9976,8279,-8300,2772,2663,-3718,9932,-2437,-5008}

    Returns: 948238221

  27. {-4843,4384,5480,9528,9655,6061,-9337,-6731,608,-9365,-7064,3036,-7097,2609,-2532,7908,7260,-6478,-3418,269,8032,-625}

    {2902,2114,-9003,1085,5092,-1736,9233,-1307,3730,-6518,-7654,841,9805,-9250,9278,6925,-5551,-5591,-4757,-4126,8543,7879}

    {1783,-3564,-8173,5033,9457,9865,-6069,-6882,5885,-4994,5245,850,-5131,-5073,5954,4421,-8290,-1260,-3857,-9862,1816,-8031}

    Returns: 28573504

  28. {478,-6707,-7573,5672,3584,-6870,-4592,-4345,1678,2551,8278,2742,2685,6081,-21,9857,-7216,-8058,1834,5979,-6058,9662,-579,-5504,2832,-6377,-6807,7810,-6841}

    {-3928,-296,-9436,-2695,-9859,-4313,9972,-9461,-5477,-8953,8914,8189,6822,-2083,-5760,-685,3891,-3439,-9987,-5529,-8966,5545,1473,9494,-7632,8610,8980,-8998,7941}

    {-1796,1020,-8588,-4988,3783,7575,111,3972,-3421,-6611,7311,-5777,1531,-8108,-9120,-2501,-5564,-6974,-9830,2319,-3109,8444,-1263,-1365,5400,-6203,3400,-3714,-3335}

    Returns: 441413483

  29. {2591,-4723,4040,8529,-6039,6852}

    {7797,-4321,8709,-7263,-3924,3007}

    {-5613,-3711,8532,6177,-7494,-8821}

    Returns: 190

  30. {3892,-4287,5684,2825,-5449,-7875,3126,-7219,8755,1895,5399,-5286,-9019,5938,-667,8950,-8373,9995,-183,8671,-9594,-9780,2097,-8281,5955,-1705}

    {-7575,4677,4867,1914,-4270,8286,-2809,-1421,-9500,-6536,7175,9875,1192,-7388,-9775,-4065,1608,6100,-1773,-6250,-2866,2923,-1782,675,-2433,6635}

    {-6411,9151,6971,6455,1907,-4210,-5805,3212,-2180,-1639,-4285,7753,-1322,-7544,-215,-1070,1302,-3032,5889,-4695,6745,-7030,4919,4836,-6513,1929}

    Returns: 458386726

  31. {-1692,-1354,5934,2499,-7104,8248,3178,497,8465,-2390,-2572,6911,4711,-3591,9795,-5368,3729,-144,6234}

    {-5265,-7778,9516,-5913,8918,3032,3290,-9530,8334,965,-7319,8935,-3665,-3664,-719,6019,8956,9827,-6721}

    {9137,-9918,537,4188,6140,-9272,6482,1190,1908,-7412,7844,8339,-309,8711,-1466,-4093,-1810,53,575}

    Returns: 2937906

  32. {2100,1456,6020,1205,7429,1827,5982,5354,-8894,-9399,7332,9594,-6072,-5634,3771,1486,-812,7804,3955,5305,3212,5935,1876}

    {907,9037,3051,-703,1104,-6602,7686,-5895,-3641,-6651,-9631,-1618,-3989,-9386,7156,-6234,9423,-3364,-6675,83,4572,3642,-4625}

    {2213,-8438,-3007,3427,8322,7553,-8503,-9747,-4115,6451,-2737,-4032,4026,2991,6513,-6693,-9913,3505,3653,5184,7879,-7068,-9387}

    Returns: 56975765

  33. {2583,-3345,6494,734,2983,-4769,-442,9212,9906,-5734,1698,8282}

    {4106,-8195,3133,5272,4408,380,1924,777,6300,9850,1261,589}

    {9293,-5608,7579,-4247,5086,-8853,8080,8784,-5762,-1960,-6244,9654}

    Returns: 15147

  34. {1928,-9627,-8624,5343,4195,3209,5407,3439,9045,7770,6219,7288,-8779,2201,3601,1666,2208,298,-4098,9463}

    {-1891,4788,-4734,-4987,2937,-8181,-9782,7053,1631,1387,-2659,8454,7607,8801,-1180,-3531,663,7491,-1255,-5748}

    {-5275,5702,-8293,2110,3964,6066,-2128,-2104,188,-8987,324,1534,3635,-9001,-1339,-1079,-1144,-3357,-7224,4827}

    Returns: 5754793

  35. {1904,2760,-2715,-4087,6002,9686,-3776,9547,4893,-9466,-8078,-392,-2982,6419,-3466,-3491,-9236,-3438,-2511,-2812,-454,-3348,-1240,5660,9247,5170,5374,-2810,-3713,3416,-5105,-6274,6606,-8854,6259,-8387,-7855,-4712,7391,5361,2181,4151,-1549}

    {4653,-5851,-2172,-5097,9676,-4238,-9005,-3125,2608,6598,-5884,-4168,6105,7487,8776,1494,-6742,6000,-7784,2573,4416,-5160,-6364,-4969,-9500,-1893,1003,-2930,6783,1683,-1539,-5920,8153,-5926,3712,-8398,-6542,8516,3460,-6546,-7648,-4002,-6936}

    {-8896,5432,-6687,4768,-4556,1569,-770,1898,5948,-464,-9697,-1121,-6249,6176,-5100,9570,6124,-3195,4501,3127,4663,9372,1416,-207,3493,-6375,-3890,-3600,1061,-6085,7684,384,-2342,-5562,9307,-6427,-6302,-4548,2989,8790,-8912,-2084,5036}

    Returns: 326251710

  36. {5777,3340,-7902,-6015,-4393,-3641,8090,9426,4917,7213,-1215,4774,-2330,-5434,-4092,5005,-1465,2973,6517,6137,7263,-2490,1089,2177,2539,7129,-4622,-7341,3279,-5318,3964,-1048,-6130,1870}

    {3533,-8331,-7575,-5092,-4442,2740,-3935,5896,5106,109,-2074,-3854,7863,3869,527,-6967,1427,-8713,285,-7282,6102,4703,-4598,-35,-1700,-9731,4195,-9113,-8349,5633,873,-6752,-2906,1314}

    {1933,-6132,7310,-6987,354,7499,-1955,3391,-7151,266,1782,-5758,2900,-3120,-7916,9235,-835,-1319,4426,-9222,-8390,9551,903,1921,-8465,95,7400,-1375,-3854,-455,817,2868,8354,-5860}

    Returns: 121543681

  37. {9164,5309,8801,-8394,-3065}

    {-1229,3499,7007,-544,3327}

    {-41,2781,-3062,-8475,-352}

    Returns: 88

  38. {-2333,1579,2182,-6144,901,-1435,-5666,-7974,-1475,-5547,9666,-5775,5129}

    {-8781,2012,-4708,35,216,-4709,-6872,-6186,516,-8900,5704,-9229,-9913}

    {-2272,6180,7093,-4237,8911,-6601,1528,6709,-7723,-9482,5786,4937,9870}

    Returns: 33099

  39. {-2088,-8633,-8559,8839,983,5826}

    {4420,2361,652,-5229,-478,-9832}

    {-1751,3358,2165,-6467,777,-6982}

    Returns: 187

  40. {-5351,8859,6734,6736,6544,-2296,8991,-1964,2953,-8502,4977,-1341,-9384,-9177,3002,-7893,9537,5416,-8175,-2454,5709,2738,-5646,-4803,1844,-8724}

    {-3490,-6422,9051,2417,4968,2451,3454,-9733,1160,6633,1902,9956,2176,9839,-2187,6884,2568,4779,7104,1770,2933,8824,6015,-9019,9303,-6320}

    {9282,-7908,554,7525,-4555,-5858,9367,-9428,209,3016,-9796,-5988,-6433,-6922,1140,-5689,931,6089,-4038,2180,1668,6054,5434,-5166,-6549,-5336}

    Returns: 501768264

  41. {2770,6634,-2027,-9466,6639,-4779,8127,-2162,-2094,-6037}

    {5388,3506,7803,3486,2327,-4641,6336,9927,-8975,2061}

    {-2193,-2290,-9116,8942,293,-668,9333,-9652,-6388,-1765}

    Returns: 3815

  42. {-4206,4282,-3141,-308,-7162,4759,8174,-3520,6856,-3573,-8995,-3931,-9295,-1630,-222,-5443,-4638,1111,-6647,-482,-5178,3490,-4118,8512,2422,-5318,6417,-6712,-1117,-7077}

    {-9584,252,-7662,-1704,4526,7065,-1858,-1546,-2459,5145,3519,4676,-1791,3073,-8391,3984,7877,-2913,8842,7271,-491,4890,-2646,-4223,-4655,-1976,-6176,8780,-5598,-1748}

    {-985,1594,8831,-3169,-8176,6425,7366,-4222,-5,8634,-7020,-3923,934,-2347,5263,5070,922,-2507,-6805,4547,1202,-6120,-5250,4324,4676,-7274,7457,6695,-6317,-9512}

    Returns: 794656969

  43. {-9693,6927,2181,-4960,-8939,-2904,-4466,-2688,7124,-9703,-4424,-6999,7489,4273,831,-5234,-7725,-3068,-8478,-658,9136,5578,-6044,1589,-595,-9880}

    {9867,-4204,4405,-8730,-6319,7402,-7067,-788,-9554,5576,-8122,7789,5240,-7174,-5395,75,2725,-9920,-3192,5843,8190,1749,-7915,-7440,7872,9579}

    {3969,-4066,7758,-3500,-5104,7255,-2731,83,707,-9201,5744,-3952,-2670,3196,-9414,5815,8211,7952,100,-6617,973,4625,5818,783,4090,-4112}

    Returns: 531792576

  44. {-469,-2067,-1095,-3288}

    {4624,9770,-3228,3579}

    {2163,-4848,-3929,4660}

    Returns: 39

  45. {6759,822,8397,3366,-3948,8725,6214,-9434,8378,-3364,-8108,-3056,3296,7481,8655,9963,2275,2881}

    {-9957,-7764,5080,1827,7822,-2071,7118,-7946,-1356,-5659,9157,-6601,9185,-8917,-9744,-1115,2736,2051}

    {1540,9623,-9486,4498,2470,5750,9240,4145,-1468,-2828,3455,6981,-9306,3494,-1548,3878,3822,4526}

    Returns: 1470360

  46. {2476,-1256,711,-7876,856,9818,-625,-176,3952,-4454,1532,-8411,-1028,-8191,165,2350,-7405,5035,-7278,5446,9827,-395,-9264,-7303,-971,1492,-94,-7439,-8662}

    {8439,-9586,1635,-5876,7358,-4979,-12,-7554,4535,-3192,8104,-7261,6119,-9924,-7599,4199,5399,-2360,1814,2178,-3399,-5452,-2782,-8754,7632,-2348,-9351,5075,-2506}

    {2027,-5425,5549,-8462,-2373,9079,1172,9725,-8896,-3221,-9722,4066,-3077,4589,9438,4836,7839,6331,4355,-148,-5702,-8563,-4966,-6359,679,-4140,5142,-883,605}

    Returns: 573415273

  47. {4665,2430,-9922,3737,8986,6132,7006,-5705,-6483,-7484,-3661}

    {-6904,-5947,6097,4682,5978,-9197,5969,9327,-8002,4235,6101}

    {534,-9195,7135,-6666,-2611,4031,1122,8707,-8418,-8402,-9244}

    Returns: 7816

  48. {-4801,-3543,-6877,1309,7900,-1407,3917,2730,2106,-3895,1929,-3078,3271,3117,-5570,-189,-1752}

    {1304,-5023,-3834,378,-4469,-94,-2956,-4619,4326,-6332,3938,-2911,4795,8276,-8566,-281,8572}

    {-1947,4138,9393,3468,535,-7759,7424,-3666,-7409,6916,-4162,5056,4214,-9860,9733,9191,1307}

    Returns: 553730

  49. {1366,-3327,-4038,-4838,-6056,-5806,-2900,286,4815,2797,7519,-5743,63,9512,1617}

    {-565,578,3062,3036,7258,-8277,5480,3537,-1865,-7301,-2118,-5524,1659,8971,8145}

    {-8931,1289,7900,6884,8378,6865,776,-7193,851,-7332,-2660,-5114,-8796,-534,9036}

    Returns: 131591

  50. {-8656,-4899,-5189,96,7045,4288,-7628,893,-8521,5732,-159,-98,5268,6697,-4307,3632,-384,-7077,-5379,-8495,-7459,6211,3615,6879,4296,5844,3939,-3252,1766,-936,6457,1933,2997,-3675,-6276,-2716,8706,-2944,-7250,8625,-2253,919,-2950,9584,7965}

    {4222,-3154,2,-4389,-3483,8489,2074,7695,2904,-9979,-2821,9491,6194,-3625,-8625,8762,6145,8082,1222,-2063,681,-2432,3191,-8810,2790,-7031,9923,7788,-5067,-9688,-9017,1725,-5690,4430,-511,-8081,3217,2776,9028,5663,8942,-5429,7744,-8964,-2656}

    {-1099,-4575,-6232,5333,4422,-2915,8932,4037,-483,-4403,-7126,3434,4218,-6707,6669,2826,-8861,-5051,-9745,9112,495,-2927,-5689,-6725,5303,4624,8516,-7271,-9055,-192,-2463,-5955,-8852,2210,-6346,7404,4741,3523,6898,303,4201,-6477,-47,-6368,-1946}

    Returns: 499666455

  51. {-9731,-1724,1211,-6804,3343,-6577,5257,-1210,-2294,-2023,-3901,-9955,9837,7123,6677,6502,-5262,-8915,-9863,-1946,-634,-5563,9078,7198,-4008,-3487,-7640,-9215,-8797,-3163,-4055,-59,3810,6277,6473,757,-3059,839,-7014,-8191,-4064,-9429,3223,-2745,4356,-8998}

    {-3311,-4227,-1860,4562,-9003,976,3659,-6034,1918,-2474,7141,683,-4481,-893,-1388,-4603,-5137,6766,-3390,-106,-6537,-8971,-3529,4776,-1386,-5336,6038,-8143,5765,-8408,-6089,9072,2875,-6785,5332,-3880,-9208,3464,-9939,-6092,2240,8398,-4633,9937,7837,5011}

    {-4172,7412,2710,1682,-8391,2082,-3468,7473,-4393,7643,1156,3714,2344,-1243,-5204,6498,1739,8778,-5743,-7486,7903,-1568,-44,584,9284,-3652,9102,-808,-5409,4111,-8238,-9219,3107,-515,-1624,6581,6493,1626,-4508,8240,-7855,1776,9126,-5693,5425,-8081}

    Returns: 839182606

  52. {5232,-4611,-7149,7122,-5597,-2470,-6985,-6183,-7341,3340,-8268,7921,914,6970,4368,8262}

    {-7910,-9173,-275,2274,3005,5855,-582,6225,-9600,7657,1104,8446,-4538,5677,3364,-1525}

    {6423,5560,-1168,3413,-7708,6734,7318,-7630,-7839,6142,9828,194,-5977,2554,-7489,-8899}

    Returns: 320892

  53. {1396,-7962,4411,7851,6262,-603,530,-5787,-647,8446,-3854,-9638,-1226,-4849,-1400,312,-135,3999,-2573,-2290,-9550,9116,-1091,4796,9632,40,2137,2156,1912,3266,2556,1069,7953,4344,-6836,1095,-2932,8418,2055,-4169,4826}

    {1844,-1559,8822,-5672,-8110,-4535,-166,-2025,679,2171,-5132,1091,2830,9478,-3136,-3402,4282,-300,6267,-7525,-7206,-727,5886,-2253,-6452,4218,-2757,3385,-7070,592,6379,-3880,-1810,9802,3890,-4528,-5327,-9425,-9826,935,5725}

    {-5387,8111,-9719,8376,5835,-2033,-5413,-7230,150,1009,2548,-7441,-8167,1823,-8131,358,-5547,2410,-6686,-3120,-449,-621,-7682,3339,1155,-9708,-3760,6344,9501,-587,-673,4468,-6661,832,3190,5640,-9355,-5887,-9305,3793,-7692}

    Returns: 486453565

  54. {5788,2419,-2691,-6922,-6978,4811,-8419,-2281,2877,7767,4543,-7326,8459,5660,-5536,81,3404,5614,8735,-4858,-6052,2343,2235,-807,-6823,-4150,8525,-6888,2577,-9997,1573,699,-2676,-9467,1815,-625,-2490,979,688,-7283,7555,-5596,2640,5809,571,-2594,-7284,302,-6728}

    {-5935,5643,1930,-7435,-7847,-552,6807,-6554,-7687,9277,-2123,8443,-1457,9665,9988,-7136,-4332,-8352,5457,-4966,-1940,9750,6778,-6506,3818,-2088,-3889,804,4066,-9437,2040,-5694,-1459,-5535,7776,-1611,-515,833,8046,-8688,6138,5478,-5659,2568,1764,-2734,43,4044,4105}

    {-2112,-633,-8315,-9409,-7797,4997,5597,8015,9095,-3897,-7163,3754,-1160,6904,-2942,-288,2488,-2132,-3353,-3027,9153,7104,-5055,-8089,6978,4929,-3249,9050,-7772,-5953,-2279,-1998,8900,2426,902,8653,3500,9941,-3398,4922,-3648,-6753,-1864,3026,-8238,6093,-3275,5093,-5174}

    Returns: 365323297

  55. {2204,8086,-93,8595,-8209,-5555,6163,1356,1,-9371,1256,6201,3347,-2312,3876,6280,2988,-7043,-6744,6990,6632,-1198,-9159,1928,1258,-9938,-9950,8360}

    {-5590,3922,3293,-7552,-2972,9387,-6639,-9724,3739,-4276,-579,-4191,-7325,274,-5504,840,8636,-3619,2886,3692,-7073,3610,-8216,3341,-6246,7749,87,-6420}

    {-8615,-8686,237,-9674,-3812,2931,-6053,2316,-7960,3061,8998,-4172,-1269,-8176,-4815,-4610,-4856,329,4981,3765,-4821,8898,-4109,-6699,-9893,-4741,-2223,-386}

    Returns: 927613185

  56. {-6136,-2860,-7729,5777,9349,2004,4552,-6439,-56,-2135,9200,1946,7123,3052}

    {-3726,-5875,-1019,-5810,-4420,9800,3378,5008,9112,-6861,3036,6005,1526,-6860}

    {3759,-6786,-7355,-9435,743,-8652,9465,1708,-5383,3532,-8583,9412,8117,-1971}

    Returns: 68485

  57. {-1841,7493,-4481,1838,-2665,-9865,1688,8950,6818,-4943,-470,9811,7687,-8018,117,6686,4199,-4020,124,9372,5477,-8533,426,-3693,-4074,9546,-9583,2009}

    {7726,1525,1532,7079,2249,-6549,1384,1457,1904,-5828,667,9435,-3133,-7855,4402,7669,-6497,-2046,-3942,-1147,-9960,-2428,1602,2613,3329,1448,8479,2157}

    {-3090,1447,3470,7183,9395,-4648,-4564,-769,9939,1481,9336,669,-3153,-9904,3205,1098,-8194,1844,-3905,1242,-7698,4276,6120,8266,9941,2027,7617,-5702}

    Returns: 927109841

  58. {2815,328,-3194,9619,4977,-1144,-660,-2188,7963,-7565,5488,-4750,2070,1703,2701,-5134,-3056,2184,6024}

    {7962,1438,5654,4151,-239,-9327,4366,-9347,3153,5981,-1807,7870,2361,-6217,2054,3623,-8556,6651,-2136}

    {-8415,-8555,-9346,7754,-1835,9458,-967,-2000,7996,7960,4816,-1426,-3532,-2189,-1769,-6665,7729,-9819,6765}

    Returns: 2679116

  59. {3333,-1170,8949,-9505,7131,3095,-4893,-3597,-8506,4883,-59,-7401,-4624,-972,6343,-7499,-1168,-5527,-9080,8420,9625,-2499,-7233,8034,80,6056,4588,-5824,2657,-371,8742,-6391,-1717,-9828,-6443,-8822,-3574}

    {-3009,-2111,-6898,3316,6691,-9944,-9346,-1423,6391,4311,6683,-2028,5270,7546,2237,-7492,8417,9315,7610,-8698,9368,-9625,5851,-8756,-203,-9438,5081,-3548,-8230,1941,1665,6611,2414,-8112,5532,9229,-259}

    {1014,4292,3395,-8595,-7329,-9187,477,-6876,-3903,5357,4365,-8782,-2620,5985,476,3377,8707,-6678,-8788,2321,9901,-8065,-1288,7503,7477,7590,7038,6041,-8377,1255,-8376,-8017,1152,-6716,-4398,-9703,5467}

    Returns: 438353073

  60. {-1194,-7614,-3954,-8440,620,5540,-1499,-2978,-6966,-7678,1129,-7699,-9309,6717,5179,8285,-30,899,-2541,-1149,7089,3763,-8429,-6582,-513,4299,-9809,-3094,-7823,1860,7920,4127,3782,-6112,-5485,-6169,-538,4558}

    {-1795,3805,-6394,975,-8127,-4137,5787,-2874,8493,9676,-3103,-5621,-4921,-4069,8715,-7082,-4569,-7017,9329,-3196,-5483,-507,-1242,-6492,7406,9668,-4536,-6590,4471,2751,5945,7819,6566,4627,-3781,7504,228,4917}

    {7371,-9153,-9802,2039,-739,4569,-6521,-6782,-3662,3817,-9889,7798,-2330,-3193,7668,-6494,4595,-2952,-9909,-1891,-3858,5822,4722,6958,-3318,2552,-239,7755,-9325,2744,8212,-5812,-3500,3254,-6407,4931,-2113,9154}

    Returns: 266669827

  61. {5085,-3584,-6336,-2040,4402,-2536,-592,320,1470,-1325,8970,1199,-7278,8968,-1313,5169,-3523,3016,-5831,9106,-4579,-5693,3359,-2992,6768,4506,5186,-2436,9700,-4393,-7858,9936,-4255,-866,-9165,3118,8129,-6271,4661,-6400,953,9046,-2768,4702,-1802}

    {-8541,3606,7311,5276,-1185,-1112,995,-1246,935,1805,-224,-3515,1945,-397,-5896,-6607,1693,-7817,4821,-6271,-2991,8155,-5895,8371,395,-7017,-6867,6178,3505,1459,-5536,6926,6461,-9094,8079,7201,7129,62,219,8852,-3104,-8514,3841,-7803,1342}

    {205,9728,-4884,5379,6651,5310,-1661,9884,7956,-1133,5545,5755,2742,-5792,5044,5794,8146,-6939,5688,7745,-6840,-1919,-1704,4281,5936,-1130,-8660,5817,3525,-4770,5132,90,198,-1322,1044,6477,-7623,-572,-1006,6365,-5354,-8349,-2606,3670,-8059}

    Returns: 575598515

  62. {-7364,8461,3152,-4651,-7611,5579,4802,-7197,-4130,3613,-352,938,-9198,-6604,-1118,-1275,-6584,1800,-524,7392,1108,-3070,8765,9194,2564,3593,9391,-1937,3985,-7662,5093,-7497,2325,-557,9791,7353,-6869,-1502,-1246,6558,1584,-2902,-8605,4087,-9230,-5796,284,4371,-9001,5281}

    {-5271,-4747,-8284,-1793,-7461,5828,-5800,-8800,-3466,5443,8828,7035,1382,-407,-7515,6220,4453,-8629,6419,5617,2172,4549,8918,7633,-2475,5284,1343,9378,-6485,2484,1150,212,7334,7250,-7376,-3805,-666,-3388,-7406,-5551,9558,-4059,4244,-728,-7337,7931,-2578,-4932,-477,-6016}

    {4017,9055,6074,-1963,2890,-6879,-9818,-9819,-8116,-514,-8799,1603,-5593,-1196,-502,-5369,-1469,-1105,76,848,-2310,-6598,-5282,4532,-4786,6743,7923,-5461,4613,5767,7423,2891,1342,1639,-1398,8611,49,-2153,5046,-5017,3850,-7897,4710,7408,-807,-8925,-7090,7391,-8803,7447}

    Returns: 237057518

  63. {8439,-1230,-9414,-3897,-3617,-3619,2288,-5958,6350,-5373,3356,3539,-7279,-571,-7191,-3189,7788,7993,5748,6347,2489,-9191,6745,-2899,-3076,3682,3694}

    {9321,-4017,-9914,-1236,-3401,7113,9415,-3174,-6954,7719,1288,5075,856,7538,-7391,9515,-4939,-3412,-412,-3895,6168,-6933,5383,-5562,1790,-1646,7705}

    {-2589,8116,3172,7190,6723,7328,-7046,-2323,-9275,-8041,-1377,-3414,27,3823,8450,6,-5772,3570,4283,5595,2433,5418,7759,1487,-8395,1057,-6450}

    Returns: 67087127

  64. {-6366,9219,-794,-464,2023,1922,9987,-3120,7077,-1623,9890,-7473,-3609,-8590,1618,-5703,4199,389,-1120,83,-9023,-2850,305,-9770,6133,-551,6989,378}

    {6906,6231,-7679,6293,-8173,1409,1382,-6336,-8055,9600,733,-6595,-1639,-1323,3186,6649,-956,-4262,-5671,-6042,1078,7349,-3390,3842,9054,2437,5204,6261}

    {-1434,8127,7431,-834,-4296,-8900,-5759,-777,-7331,1979,-416,7467,1778,6031,1889,-6766,4652,9409,5279,4022,2747,716,-666,9261,-6611,-1269,2737,8540}

    Returns: 200451994

  65. {-4319,-997,-8736,-4201,-4178,-9868,7921,-9362,4579,-1518,-1455,4374,3948,1486,-4626,7970,760,1950,9444,8764,-8765,-9452,-9899,-7551,-5561,-2090,-5966,2331,-1717,4536,9737,7908,-2565,6764,-6183,1981,-7391,6286,-9725}

    {-6484,-5326,5698,3745,8561,-9326,-6510,2484,8567,3639,260,-7521,7599,5743,8449,3254,5919,9076,-5252,-7538,7126,-7273,8433,-345,4610,-4329,-7754,17,3164,-1709,-293,4820,2466,9241,5749,-6184,-579,2543,-9926}

    {-7005,9930,-5126,-2762,-5172,-8047,-7774,7938,6780,-3504,-252,5371,8219,-7250,-5308,7797,2032,-6842,3611,-6920,-3026,-4851,539,-3362,3038,4244,7812,5311,-5580,-9710,951,-8998,-3063,-7405,-9018,4134,3402,3103,3941}

    Returns: 270174041

  66. {7764,5965,-7550,-5582,-3493,7937,-9473,-3938,9740,9005,806,595,-6413,-8594,-5448,-3243,-3438,2347,6299,-4401,-6773,1459,7268,-5162,3083,556,1152,7370,-4312,-7799}

    {2500,-8484,-492,-1989,6065,-5761,-7656,-6137,2574,-7629,-8430,3210,2512,3268,9067,4465,-4972,8116,-6294,-7402,8901,-6871,5302,2886,-5617,-2698,-7296,-4774,-6969,999}

    {5160,-578,3070,-3091,-242,-9573,-4182,-2730,1181,540,397,8504,-1217,-8690,8467,4321,-5749,6914,-3356,-1804,4555,5755,-2956,4806,2738,-3419,-9655,5082,4299,-1351}

    Returns: 852256747

  67. {9765,7035}

    {8315,127}

    {-9657,-9020}

    Returns: 4

  68. {6374,9188,6877,66,786,4456,9365,4189}

    {-1778,-913,8005,6019,-6685,9301,-2269,6033}

    {-4263,545,-1538,-1806,5893,-7624,3765,5786}

    Returns: 860

  69. {-8192,7155,1617,-8735,4389,262,3200,-9235,-5521,-8388,-6230,4030,5926,6084,-5500,4862,-1582}

    {2488,8381,-388,2673,-5168,4805,-9021,148,-607,-2780,2963,-9713,-2358,3033,-69,-7415,3074}

    {4222,8711,-7993,7458,1767,6060,-7921,1121,-1181,7961,-1881,2210,-7197,-4310,4456,156,-3852}

    Returns: 594699

  70. {-9660,-2682,-724,6930,4718,3489,-5611,-2015,-3629,7483,-7800}

    {2240,-8334,5264,6972,9140,4833,6033,9674,6819,-2854,-1286}

    {9087,-3792,-2271,8254,379,9292,-9176,-9814,3641,353,-1099}

    Returns: 7819

  71. {1866,7155,-8073,1466,-5343,2932,-6139,1256,3235,-684,7376,-8303,-5996,-2745,-3397,4516,3250,7858,7256,-3820,-9669,357,5957,4444,-4114,-5833,-2739,-2843,2305,-2192}

    {6839,5377,6332,-7031,663,332,-5064,-2549,3442,2336,3120,-2498,5960,7125,865,5441,14,7059,4484,-9378,5965,-1115,-4710,-4490,-9576,6214,-4467,8427,4389,-1635}

    {3543,5231,885,2821,2681,-5606,-6063,-5299,-109,-36,8168,-8476,-8440,-881,2599,2800,4809,-5469,7574,-8793,539,450,7679,-8516,3372,-4687,-4229,-6853,-6377,-1457}

    Returns: 226651419

  72. {-6097,611,-7808,6532,-2308,1712,-3815}

    {8490,-1785,-3256,7350,6042,-1954,-4745}

    {-2321,-32,-5827,8334,7547,8273,-7388}

    Returns: 394

  73. {2005,-9089,-9322,7238,-5001,-8725,1708,3793,852,5529,-2200,-4341,-941,-5757,-7685,6296,-7227,-4824}

    {4483,-2181,5420,-6262,-5458,5570,5275,2632,-7594,-8495,3275,289,18,8527,-3559,1692,-8745,-747}

    {-2135,3709,-9175,-1646,6824,8538,3151,237,6555,9282,-5838,-8439,7146,-1149,7625,-9584,2310,-6609}

    Returns: 1309474

  74. {4990,-8202,6732,3162,4851,-1994,3231,-9058,1604,9341,-85,-4985,-3113,8634,-8859,-9099,-1699,4358,-7081}

    {-837,6940,-412,463,-784,-1362,-1676,-5862,-1449,-8970,8275,672,-5527,-9730,5882,9283,-256,7513,-6206}

    {5242,-9731,5690,-4514,1439,-4892,4955,8651,-8526,4124,-4214,8254,2315,-33,-7234,4488,2098,6903,9500}

    Returns: 2741564

  75. {2837,-5576,7181,2085,-7156,-6523,3156,6946,2200,9902,-1940,4274,7465,-5435,-8601,1608,-9758,9583,-7733,2279,-5663,2204,1604,-9573,1883,-9340,-2253,4704,7498,-7763,7016,-8014,4809,-2926,8558,393}

    {8178,-4043,-5091,3405,201,-3415,7857,1419,8727,1360,-3384,-5747,4316,-594,-2534,-9409,-2870,-7208,9959,5640,-1025,6350,-3319,905,-4147,218,9903,-6109,3981,8228,7093,-2423,-6134,3601,8658,-9861}

    {3134,-6394,-3528,-7506,4909,-3181,-1685,73,9871,-1579,1460,7134,7894,5457,-2979,-7972,-799,-1450,-520,-2342,-5613,-3768,2264,-825,872,4661,3028,-9033,3808,215,170,5975,3818,-7803,3615,9869}

    Returns: 726179140

  76. {3099,1234,-3081,-4714,-1096,2902,-4494,-7082,-3702,-1717,2773,-1501,6853,-9439,1717,7605,6589,588,-7912,-461,9462,-1729,7979,-9252,-4852,-6189,-3839,4936,6546,-5183,-3224,2340,3390,-1936,8715,5620}

    {7597,-2954,-6226,-3527,495,4014,2846,9027,2651,5150,2253,4473,2032,-280,-995,4964,8963,4879,-7823,2079,7259,-9595,-1578,-4988,7047,5754,2577,-5951,-6342,2441,5937,5160,-4325,-6031,-9381,-9645}

    {-1176,9495,3114,-4756,-4793,-7439,1269,8676,7915,4061,-4962,9441,1992,-5170,-2302,9587,9953,-8710,-2984,5193,5333,-2701,2571,430,4253,-9383,-3851,-7312,1773,230,5253,-7756,-7567,-7412,7025,-1040}

    Returns: 826754041

  77. {3279,-1010,-6262,-8311,-4518,1350,9691,-5612,1664,-7063}

    {1320,-3982,1598,-3133,3373,-6882,9876,-4734,-5636,-9094}

    {-3193,-2883,-5947,5656,6052,9899,-8512,2704,-933,-5954}

    Returns: 3684

  78. {-8829,2075,-2934,-2212,928,1684,603,-4874}

    {6531,1198,8678,669,-4096,-7206,-3486,363}

    {6553,8981,1908,-3307,9230,-7157,9887,-3140}

    Returns: 840

  79. {-6269,-866,-7622,-2550,669,3959,-5709,-7039,-2588,-4970,-2490,2008,-2987,-1551,7972,1218,-226,2799,-7931,6460}

    {1389,-7463,7199,-9667,9400,-1570,4904,-8757,-9882,856,-3372,7216,-9480,-6125,1681,9179,-4975,9512,3883,7532}

    {5450,-156,9230,3595,8203,4894,7049,-4837,-1215,8347,-4338,-5794,-3363,9957,1854,1914,-180,4686,3603,933}

    Returns: 5975918

  80. {-5700,-83,7789,-3468,6250,6083,5676,7140,-8724,-7711,4690,-3697,9631,5438,3949,-2165,8721,-2289,-3809,6467,2788,9705,-2268,2612,-3859,9236,3994,-9411,4403,-1510,5817,-2305,5812}

    {-7366,859,303,329,-6901,-9778,2812,-414,2087,1187,-1877,-8171,6761,-9626,-3472,-5048,-8759,5837,1587,-7767,-2960,7868,-4988,1357,-5198,348,-197,-7640,-2703,6880,-4518,1101,1326}

    {9656,620,-149,7326,-9426,47,-1664,4032,-1452,8520,3667,4016,-5757,8720,-4380,3521,3961,-7657,6624,-3332,7298,4161,6686,5115,-2070,-4409,-7376,782,-9318,9290,-4943,1162,2231}

    Returns: 261396008

  81. {1699,9290,-4768,-6646,-4535,-3548,4464,-9799,474,-8642,6044,-8055,-1293,-447,-65,-477,9353,7869,-3928,-5924,13,-3141,8353}

    {-2939,-9528,-269,-8681,3731,-6091,-3510,7288,9182,-9605,-4581,2960,9804,232,-3133,-348,-1028,4587,-6570,8057,-6086,3585,-2151}

    {4028,5500,6586,-120,6410,-1830,-9282,-8764,2233,-4693,5274,-2222,4959,8977,7384,4239,-6540,6077,8578,-3878,6307,8082,-4035}

    Returns: 53886604

  82. {9183,-6543,-852,-9276,4320,-2322,9354,-5410,-7859,-3694,9892,-1074,4625,-1961,1443,-1877,-8664,7511,-598,1255,3951,699,-5685,8691,-483,2896,-2212,6136,-7985,-3844,9308,1657,-2824,-4751,-5459,5543,-4713,-7366,-4860,6548,929,3887,-6074,-8868,-2967,5222,-2452,4772}

    {-6786,-7829,450,7986,5534,-7658,-6379,-4949,-6800,8594,-3490,2369,2933,-8661,-8185,-6403,4407,9025,188,9689,-311,-9868,7442,7393,8262,3935,5505,6341,-1175,5324,3669,-7492,7176,-7445,1956,-947,6847,-5332,3061,-6871,6068,-2380,-6683,-736,-9266,-5163,6521,6204}

    {7815,5890,6708,-9912,-7039,6773,-395,8163,-2006,6828,4757,-1771,-8856,6524,-4407,1315,-8394,557,5218,-6491,8417,-5679,8101,-6737,-7131,-9901,2672,-1326,6960,-797,5260,-4617,7338,-2592,-2513,-5950,-4385,1640,5274,4172,-8433,5801,7984,8095,5876,-7074,1079,5619}

    Returns: 542565969

  83. {-1295,8930,-2811,-5105,-4365,-3298,-8005,-9678,6897,-590,-441,-557,3826,-5662,-269,-8743,5594,2346,3692,3323,460,8902,-4131,1580,-8058,3446,-2362,-2639,-3314,-6447,-8813,-3227,1331,6425,9654}

    {3549,-420,4755,-4578,-2025,6424,4612,4843,-1189,6397,8298,-5878,-5506,-1318,4348,5286,2134,-7096,-3870,-849,3907,3507,-5205,6756,9778,9243,-9418,-6397,1481,7001,1609,-3374,2166,2902,3401}

    {4428,-8671,6186,9084,5491,7946,-3432,-7439,-4405,-7024,-3558,-6007,923,6055,-7283,-3662,4825,6452,7837,1246,-1592,-3581,-8416,-2403,-505,-5568,4221,6201,-8858,3720,7014,-8260,-4447,9066,3083}

    Returns: 257899737

  84. {4662,-39,-3360,-9001,-6523,-8074,7522,-1631,-3992,7463,2426,-2899,7487,-2767,-2843,-1895,-6489,-5022,-6842,5983,6859,-4655,1572,6200,5977,941,-4121,-34,4592,-3706,3097,878,7755,5257}

    {5437,-6804,-3183,-2355,-1552,358,9414,-7665,7176,-8931,-3555,-6814,-3051,-8484,9371,-3788,443,6515,6473,-1810,1252,-1475,8500,3319,-8341,9943,-6343,-1112,-3500,-996,3191,-5123,2309,8687}

    {5643,-9380,-3220,-4722,-1512,-4229,5843,-8155,-8089,-2870,3478,-5129,-3333,5366,9300,-8721,-47,-65,-3202,2812,2974,6628,5066,-247,-7918,6555,4221,2184,-7122,-5132,187,-7023,-8470,2944}

    Returns: 359458039

  85. {5819,3621,2633,6324}

    {-3393,1839,1955,-2497}

    {-9077,4882,1612,606}

    Returns: 39

  86. {-6830,9167,-8871,-5665,-9480,2373,7915,-7180,-7859,-4504,-6809,-9664,3289,-4439,945,-7045,5994,6109,-8909,456,-2428,-342,5445,9755,-2170,6582,8140}

    {1355,-4990,-9781,4911,-3772,-6545,-1952,-8847,-6949,-7549,-9254,-8156,-3967,1135,1173,4820,2844,-7700,1347,-8155,-4462,-5071,8818,-6685,527,-7679,-7757}

    {-3768,6380,-560,3341,-7582,-3480,-9576,2579,-359,-8767,-843,3937,-3734,8734,-1381,-7344,-8591,-9421,-6291,5591,-8375,-3856,8184,2426,1420,3235,8599}

    Returns: 992906145

  87. {-923,934,-4059,9236}

    {-2395,727,-3497,7520}

    {-2752,-1994,1156,7199}

    Returns: 39

  88. {825,-1911,-3682,-8967,-5329,-6795,-3816,7705,-6902,-3185,-3418,-2358,-6120,9618,7259,-8794,2061,-5054,-1471,7145}

    {-5008,4770,-5738,1086,1409,-6642,-3213,9061,-5024,-7041,6053,-5764,8270,-4664,-5874,-4544,-8472,-8751,731,-436}

    {7654,4696,-7923,9816,2678,8402,-6049,7076,-83,-7470,-391,9392,4793,9117,-9825,-139,-5726,-4183,-8155,6688}

    Returns: 6201456

  89. {5779,3460,5736,6980,-9779,7080,-432,5888,-9270,-6841,-5762,76,7802,-9175,1310,9645,3178,-2813,6271,2344,-5382,-7608,-8842,-3793,7941,-131,-870,1414,4411,8720,-4146,1008,8,6598,3170,6102,771,-2876,396,1630,-4371,-4004,7995,3486,-5435,-5605,6972,-2958,-4111,7187,5495,595,-8387,6581,1608,-4840,-5428,-434,7770,4376,-5068,-637,-875,-5119,7102,7518,2985,-1395,-9175,3964,1920,-6204,2359,-2511,-2781,1424,-6871,-1500,-6876,-2283,4176,-149,-4669,-7831,4900,9697,9701,-6776,-5702,-7048,-1090,1166,1852,4895,6005,9375,-6382,1808,4344,1157,6835,9274,3380,-228,3469,-1168,9066,4046,9646,8196,6306,1148,-6218,-964,-992,-8386,-8519,-380,-9326,9637,9907,7125,-4673,-6104,-1682,6482,-5273,913,-5125,-1103,3437,-6126,-7478,3973,8193,5369,8934,4389,-7604,2176,-3012,1648,191,-5509,-6890,5166,-2293,-9569,-8906,5268,-8566,-371,8633,3203,5564,-3019,2783,8308,1281,9295,8994,3751,1592,3584,6052,8054,5183,-3792,6450,-358,-7857,6819,-1833,6206,3079,-9780,-241,9425,-8823,-7164,-4128,-1087,4281,-1688,-5047,6772,-9220,9145,-5080,6155,-610,-2173,-4062,3574,-1623,-7920,2197,-4597,-5193,-5886,6723,-5855,8664,-6330,-5250,-523,-9636,-1240,-7928,-7040,3332,-3478,5019,-6488,5639,9568,8381,3337,-3384,-9566,-3452,975,5496,-1539,1564,-494,9706,9395,-493,3630,396,-1506,-6234,9470,2090,-7365,283,-4598,2027,6124,5676,-8918,-7139,-1580,4472,5032,-206,-73,6252,-1227,-9962,4236,-2460,-2536,8733,1931,6657,3326,-9057,-7950,-7526,8886,4372,-7272,192,-7848,1691,2331,-1301,-4674,5105,-3450,-4976,2462,8834,5463,-8428,-235,7619,-2534,-8477,4770,1206,4279,6749,7638,5916,-7109,976,-853,5013,6329,8708,5689,9489,-4442,7501,-8352,225,9603,7747,4076,1182,140,-55,3330,-8698,-9656,4735,6663,304,-4314,5568,9285,-9685,6653,7920,-598,1515,-9952,2300,-9883,-4499,-3472,-8908,-8249,5057,-2532,-8620,3279,-6704,-5963,7402,-8968,-1138,5494,-2823,6675,-3089,-7718,-1889,-5345,-1911,2404,5961,-8013,-534,6819,613,-9869,-7362,-8696,465,-9881,4760,-1775,4965,-2196,-1823,2078,-8004,-3821,3709,-2527,-6716,-3793,-8749,-2652,-3084,6447,9501,2781,1263,-5024,-6006,-6363,9278,4718,9506,1619,6118,5241,-988,3889,6413,467,-2984,-3460,-9723,2417,9971,-7475,9281,6251,-9178,-1492,-4916,1314,-1559,-790,4360,6753,-4291,-3611,3824,8489,2546,-7509,-1115,-3076,1896,-3712,-1627,1762,-2039,-502,6231,-8391,6478,9396,-1234,-8176,-3194,2855,3233,-5895,4910,-7981,-30,5843,-5015,997,6246,-3944,5587,6469,5175,-1995,-6486,-6954,-2266,6122,5560,-3530,-116,-3086,4390,-5572,195,9826,-9567,-4221,-3881,4750,-3465,-5597,-794,8020,6509,-6332,1012,8137,2384,-8328,2399,6377,-1807,5950,9106,5619,-9360,9243,6155,-6664,8740,5224,2642,1682,-4238,-5282,6815,8926,7365,9005,9148,2234,-282,-2813,-1797,-8117,-9218,9414,-9401,-8535,6559,-3120,2274,-2510,-7796,-6906,3486,-4981,-4638,8770,4648,3555,-4146,5037,-5963,-612,2082,6280,-8128,6951,47,-5026,-2053,2451,5859,-3710,-7830,-1856,-3130,-9974,-1142,-4903,341,1587,6494,6127,1523,2259,4934,-1175,-4445,-8050,1676,-8823,9356,4839,7785,9266,872,-9962,2472,7871,3658,-4561,-6928,540,4631,3247,4287,5764,2245,-9403,-2932,-9624,-9056,-2288,-6601,171,-4124,-342,8482,-9101,-748,-4369,6461,-9539,-3424,-7989,-164,-4965,-2840,2071,6075,8283,-1120,-3736,-2299,-6575,2113,-7565,-5738,3160,2069,-4949,6082,1793,-7551,-3230,-9412,-2140,6430,4122,2245,3684,-6620,2065,6771,-9026,1596,9401,9299,-1520,8451,-1264,-5451,9115,-9992,687,-5195,9641,-7986,2456,8626,-3839,-6452,5660,9743,-6936,3284,7502,-8543,-8017,-3615,-7142,7092,-9487,7492,-7202,-8282,-1957,2089,-2671,4355,-1984,-5286,6818,-6792,-7683,8056,7580,-686,4157,-8091,2524,-3980,955,5291,-2452,-6698,-1800,8704,-1482,-3252,-918,-3410,-7780,1306,-7052,2489,7562,-448,-1799,-8819,605,-6820,-7732,-6640,-1340,-5143,2573,-1143,-5289,-4714,-1798,4463,3856,7497,2034,-8342,-1789,6840,-2417,8270,5929,1088,-6351,6145,-6541,-9737,-6909,4359,8154,-9552,9640,4310,539,-139,8646,-776,-7699,-1168,-6016,-3825,7011,-1922,4087,3668,-3947,1806,-4852,-7878,-7974,-6325,-957,8334,5986,4535,7328,-1997,-6506,1092,-9083,2906,7325,4305,-2345,-8927,-8050,5311,-3085,9542,-3385,-4953,1782,-192,9825,1508,-4968,6070,8491,-4309,-4746,-4377,9761,3795,3928,-486,-7284,9119,-6894,9581,669,2343,6597,-4524,2672,3534,-4901,-7910,5183,-6811,7774,-6066,1442,-6967,-981,-1309,7185,-9973,-13,7000,-3296,-818,9463,9922,3085,-7736,-1822,-821,562,384,-5473,-1641,5516,8660,7817,-4307,-4484,856,7829,853,-6888,822,-3573,9389,-7270,-4015,-1729,-995,5064,-4113,3459,1805,-6225,-4114,-5012,-4044,4086,2648,8406,-1073,-7989,-6067,-122,2496,-3485,-9558,2108,7185,-5204,-7911,5155,-9417,3165,-4886,-8842,234,-7329,-199,-1663,-2718,-358,1307,-9667,-7923,6719,8284,2098,7197,9779,-4578,2962,-2935,-9759,6974,1392,6424,861,8523,-5831,2315,5951,-6052,-4710,6090,-5679,-6525,6909,3125,4837,-2873,-4062,-1492,-9435,5643,-4299,-3112,-2128,8021,2065,-5997,-8386,1405,-1985,-3910,-3249,-5149,-549,-8543,-9782,-6178,8189,5918,4810,6834,5801,622,-868,9730,3843,-2977,4313,6402,2415,-770,-790,-2448,-318,9013,-8723,-8802,110,-7023,9997,159,8627,5174,-5999,-7395,-8220,-8596,-8512,-7972,-4827,4020,-3524,2623,9053,-2275,-9268,5038,-9068,-1824,-7159,5896,5428,-4337,-8058,-7832,7248,-3836,4070,-1329,-6643,1323,-6208,3424,4820,7634,-6953,1500,7652,-6838,2568,-6741,5266,-2421,-785,-2533,-7336,-1904,-5153,3817,-5475,96,-1048,-7244,-4343,-3207,8381,-6740,-6955,7227,2867,1336,-6220,-3805,4840,3522,-7342,-6576,6180,576,7078,2331,-6888,6732,5075,1210,-6658,9584,-5048,-8560,6808,-5346,-8081,-1454,3103,7051,-1498,2483,-5343,410,-8774,3479,5153}

    {3836,-8374,-7260,-5235,-3058,-6379,1004,9224,6235,4378,461,-9562,-6520,-5693,-2245,-3123,-2354,7199,6850,8280,7101,-9411,3136,-2700,3013,-4618,97,-7355,-3614,1220,-3412,-8945,995,5668,-7736,9193,8605,6091,-7479,-457,1444,3418,2574,6893,9759,6560,2827,-6253,-410,-4705,4756,-5729,-2422,7798,7772,6858,5617,-3275,-6658,5427,8601,4946,2687,-1184,-6703,8449,8858,-3638,-4476,-111,-7122,5819,-3644,1463,6802,-2821,-3999,433,-5826,-7155,6242,-5362,365,-9308,-950,-1310,1535,-7760,9962,-5681,-8204,-7006,246,-9536,-6846,-3595,-8324,-9804,-7664,-3463,1872,2442,2456,-2355,6704,6755,-4358,1256,-801,-1035,-4568,-6785,1616,-5411,-5371,4300,-931,5218,-4280,-1384,-905,-9110,-3349,3903,1947,8579,4858,-2811,-8768,3384,-3068,-2039,3620,4981,-9869,-957,9918,-2958,-4814,2834,-2290,2043,-2562,7382,8024,7841,5330,2943,5185,-4218,-8411,-4743,-9978,-7119,-6775,6704,2015,2709,-8530,815,-4259,-8846,2369,9338,1175,-5907,-7519,-5940,5892,-5747,-7559,8111,-9858,4197,-6315,-6795,3085,-8665,652,548,-9928,9287,-7919,-6361,6966,-2379,796,1174,7829,-806,-8585,-2431,7168,731,-62,-2691,-2980,8256,-2024,-2624,2741,4161,-2344,9501,9244,-2606,767,-9265,1739,-7815,-2239,7098,1678,4172,-1500,-9453,-375,5493,7416,-5453,-7776,2578,819,-2269,179,1843,3570,8941,-1655,-615,-3817,9912,7567,1051,-8356,-5634,786,-1168,3829,4071,3257,-1412,6375,3608,-1653,-7536,-7777,-3813,6443,-2900,9742,2747,4884,-4093,-8542,5929,1653,-9865,5914,-802,4688,-622,-8036,-571,2217,-2612,-1888,-1253,7454,3727,7016,8210,3252,-4254,-2663,2114,8968,-1184,1398,7284,2861,-4561,-2143,-3388,8716,6022,-6291,497,-4808,-4404,-597,3430,569,-8346,4675,6143,4046,-1511,977,6091,-2268,3114,8924,908,-9308,6783,-3807,-9353,-1897,4552,-7363,5188,-5412,-6938,5096,-6868,1248,-6154,4501,-2173,-9366,-4034,2339,-5155,-6871,7700,-7638,-6679,-8321,2186,6695,-9015,-213,6636,3048,-464,9916,-1339,1767,3216,-3869,-3297,7725,-1012,-4141,4248,2867,-8326,1013,9688,256,1730,-1434,-4839,9958,6997,-5234,8609,968,2893,-4226,3495,-8416,7885,362,-9667,3232,2931,7634,-6895,9727,-5213,-5623,2064,5307,-6394,-7308,2169,481,-4785,-1067,-6477,-5151,-2216,9831,6690,-9492,1261,-9230,-8371,-1477,-3946,-5218,4286,-5848,4846,8655,9446,-5885,-1747,4950,2513,1169,1266,5258,6222,7600,2912,-8841,1058,9971,-3428,-5294,299,2551,-7304,43,2070,6326,-682,-8036,1703,-5650,-1128,-4294,7950,-7586,2253,5212,-3804,6587,-7157,-5630,-9124,-3814,4478,7409,-2393,-7917,7822,-9358,3380,-4083,9631,-1803,-9784,5977,-1345,-896,4247,-95,631,-7665,8010,3263,-7110,-129,-936,6223,-3447,-4189,2590,-1772,-8922,1814,-301,-7555,2146,-4173,-3464,8202,-593,2093,-8004,-9728,5580,-4182,4030,9040,2687,5704,6013,4976,4930,-8326,5512,-5239,-9265,-6324,8068,4588,8983,-9652,8203,-1232,-3779,-6376,-1084,8759,2874,-2991,9253,-935,7003,-8700,7335,-7813,-5863,1921,3338,-5104,1009,6842,-6577,2576,-312,3214,1494,7236,-3278,4363,919,-1996,-699,6727,-7021,530,-2716,8583,2808,-6342,6126,9084,6968,8143,-8696,7150,9555,-7169,9786,-4819,-4124,8898,-1610,2335,-5783,2129,-7396,6263,7109,7164,-7542,774,-6229,-4226,4519,-259,-4980,-6121,879,-5081,-9076,-1028,7207,6948,9910,-9032,2483,-5119,5721,5221,2997,-15,5813,6539,-7501,-5673,-8769,7511,9085,3845,-6083,-6691,7452,-884,-7361,8332,2628,-5035,-6619,7677,8074,-7677,-6003,-1601,7243,-7592,-3639,-8163,3284,-5643,1963,-961,-3534,-7184,9036,6404,3267,1808,821,8134,-5279,5332,-4565,5924,-5288,-6280,-1934,-5434,1335,7640,-4139,-5278,-3751,-1043,4859,-8921,8162,9315,-3295,5505,-2865,3321,653,463,6344,-6357,-6547,8124,7240,115,-3722,-4989,2772,-5915,-6327,941,-8638,-7193,-5212,-5850,-8211,6557,-8204,2208,5954,3466,-5637,-9829,-7326,3698,-7533,3886,1253,5658,2565,-3011,8461,2305,4279,-4685,-3070,5455,-3752,1841,6645,89,-9319,9181,4240,-757,6412,4859,7315,2949,9855,7169,-7243,1991,-7699,-3573,9253,8905,356,7755,4747,4658,-5952,7254,9564,-103,-5667,3539,5182,4407,-1854,-8930,-2626,-2412,5091,548,500,-3692,-4929,4895,7138,4374,827,-3075,4111,182,-6680,-3238,2113,-4263,1311,3444,-8278,1278,-808,-4142,3545,-4839,-673,-6757,-5486,8441,-3420,4978,6102,7726,-6341,-6773,3227,-1549,6104,217,5121,-6398,5423,-5460,1198,206,7842,7834,6196,7588,-5459,4544,9393,-2597,-3003,-6803,-7332,-4130,-1837,7715,-8513,-6576,6765,1744,-8440,6177,-2192,7888,-7963,7059,-2287,-3141,3491,-7496,7059,9263,5790,-7241,-2024,4614,7145,576,-3428,-1401,1178,4109,3540,278,-6192,5214,-1776,-3972,6052,4140,-7063,-3474,-7450,-4211,-4826,6879,8684,-8791,-4358,-1743,-8428,-9063,9658,-8021,-7896,-5915,-1554,-6038,6288,8686,5285,-1185,4815,-5079,-857,-1455,9670,3186,5667,994,-4095,3790,1784,7531,5423,4218,-3855,-1569,7661,-6559,-7165,7574,9514,631,433,-4336,3661,7976,2502,-6796,-9382,-6098,8959,747,-4542,4080,542,4709,5028,-7026,715,-7888,-4150,8512,849,7091,6560,6563,5407,5854,-8189,512,-5890,-4980,-2979,-5926,-2308,827,-4869,-7207,-7163,-6301,7777,1347,320,4008,-6208,9799,-1946,-9436,7954,-7658,-2047,3515,-7855,6893,1956,-2261,-148,-6999,8483,1736,-7065,-841,5827,-9818,7089,8403,3621,5962,-798,-6526,-2488,9421,6027,-584,-4421,-1038,-872,2529,-2254,7818,-3956,-9982,-8382,-3081,1865,4475,9629,-6718,9184,1433,3281,7145,-2614,-3138,-9450,-655,4726,-5716,2080,2998,-1577,-1454,-9134,-9475,-760,4920,-1525,-1570,7519,-1780,8602,-2087,7657,7083,5895,9579,-2747,-6729,-5498,4873,-4091,-4891,-3367,-4176,-3313,7608,6724,7814,-9308,9809,1399,-2255,2070,2138,-561,1933,-3125,-6790,9321,-5620,-5145,-3416,-5312,6853,-1866,3354,-9796,7226,-4924,6280,-8249,-7913,1336,5274,5843,3396,3128}

    {-7616,-4925,9579,9081,-8667,2992,2262,6176,-5295,2512,6913,-2829,-6496,4855,-9829,-6742,3001,2081,-9132,3642,502,-6416,-4204,-6127,-6577,-7947,-1953,-5291,-5552,-4764,7233,-36,7974,-2231,5546,-493,-1131,9618,-2392,-4558,792,4317,5447,5906,6823,1273,-7332,-8361,-9845,-8253,4071,5561,6900,7972,-1612,5068,-3279,8993,-7221,627,116,-4648,7910,2435,-6412,7668,2112,9546,5761,-8584,-7905,2810,-1301,1918,-3916,-5666,-754,-467,2997,-8110,5141,5498,8407,-3204,9995,-6375,4543,8265,9889,2233,7455,-3926,-7572,4211,9729,6612,6540,-8943,1763,4974,8086,8974,8621,7748,-7410,-8209,2856,7470,1935,6534,-3541,-9546,6789,2818,7202,4825,914,-2912,-3839,4993,-2878,6853,4090,2741,7752,-1406,-5471,-6761,4984,5967,1237,-3044,8111,-7832,-3557,5364,-3935,-7974,4898,-271,-5886,-4623,6350,7963,-6487,3745,-3697,-5387,-7717,7077,-8662,3583,-6082,6490,-8798,-8053,8946,-7512,5107,6541,-8347,-3958,-5684,2495,-8845,2183,-2902,4977,2136,-7535,5495,-8363,6179,3629,-3872,4057,-452,-4741,-622,1562,7580,8992,2780,-9762,9555,-4027,5357,-6154,969,7853,9877,1536,2587,9443,-376,9879,7448,-1485,-4684,-6303,-1786,9837,6128,-8479,7801,-3423,-3414,-2781,-3831,2670,8205,9458,-4510,4431,1222,5115,-5433,8965,-2292,-8385,-8518,-9628,-7455,-3630,860,2722,-6585,9129,-1029,-9010,-5057,4993,6084,7893,5511,2213,1033,-4500,8013,9590,-2065,5999,7961,-6580,9266,-4299,3848,3391,-6764,-9407,5544,664,-3543,-9770,6779,9640,-4682,9719,7367,7453,-8669,-3227,-145,-7731,6888,2548,3640,-7255,-1585,-9079,7366,-3204,-6091,1370,7523,7856,-8925,-4671,7706,1341,1061,-4908,8827,-7174,-9222,7861,-4132,2708,4302,-4561,-8625,9692,-9397,2381,-124,7441,-8896,-7985,-9169,-4945,6080,876,437,2775,3894,7397,-5245,-598,1366,572,8129,7413,7245,8437,-8264,5564,3851,4713,-2600,7040,4382,-5051,1349,3767,5191,-9311,1702,4507,-6470,-8061,1766,5680,-8146,-5828,-976,-403,-341,-3436,-3194,4880,-6790,-7068,2149,-1699,2172,-4022,9218,-3836,205,-983,-7080,-3481,4088,-2746,-8005,-8866,-7322,-7047,4810,8126,-6740,-4461,-5467,-7543,-1625,-1351,3091,-7708,-8824,-8377,5395,-5761,-8328,2667,-3079,19,9892,-4916,-1484,941,5103,6541,2609,4776,2638,-5809,-5377,2231,-8308,5813,2381,7187,-1334,-1260,-5325,6224,1181,-5557,7946,8672,-2155,6971,7114,-1485,-1848,-1701,3136,-6022,5595,-7228,-4273,-569,-4858,6353,4940,7510,-6329,-5684,-73,-3079,-1248,-6699,7221,-6614,-2621,-9690,4225,-2484,-8171,-7753,-3600,-5848,4727,-4962,-1289,2768,-249,1132,-6563,8054,-1902,8349,-2665,3593,-6137,-8415,1357,9812,-6023,1785,5787,9952,-9875,-6131,2670,4802,-8730,7004,-4246,-1731,5996,-3427,-4056,-8418,3770,-2320,7392,4040,3619,4759,5845,-7332,-2679,1045,6760,-7989,-7647,5196,5935,-1507,-2774,244,-9946,1396,8686,-7619,-1471,-5533,-3570,-6312,-8587,8515,-3421,-5988,907,6068,48,2560,-3892,-5699,-3684,-425,-7830,1861,6771,2653,5895,9092,-5147,725,53,-593,-7302,1720,8353,-7892,-4234,-2861,-8026,3946,8149,8488,6978,8080,-8188,6500,-369,-5211,2984,4533,-6150,8400,8165,2290,-8569,-640,1017,-4838,-8346,9259,9361,8066,-7942,-227,9018,498,-3135,4167,8019,1889,-6527,1901,-9104,-7081,887,-6712,-1637,9573,6639,1834,2584,-7960,-9058,-2992,2606,-9564,8277,9662,8176,-6601,-2486,6160,3238,4218,1938,-4500,2880,-7982,129,6330,-737,-7169,-2295,7679,-6693,7026,8289,-1340,9439,-4365,-203,-1984,-9336,-1509,-666,4578,-9445,1889,-3604,-5898,-2609,-7341,56,6860,3818,9054,-9017,3513,-7217,-3245,3830,4476,7349,637,-520,-125,8155,9517,83,3608,-2105,2219,2489,5702,7089,-1353,-2106,-7717,9759,-633,6947,-8069,-8687,1350,-9490,-8956,4005,6080,-3539,-925,-2242,9108,-7408,-2936,6005,-2545,-5347,9911,-2666,2902,6966,4137,-5659,5243,-9219,8633,-9011,-9985,2701,5976,9144,-48,1964,6387,3579,-1382,-8703,-4783,-7113,8195,-8722,-1887,1101,-8715,-7226,-4426,1700,-1071,6045,610,1845,3630,8469,9549,-9758,-2721,5590,6752,-2993,-770,2342,9129,-1817,9600,-7217,-4230,1294,-3002,-2427,1898,-8665,8456,8653,4542,-900,-7807,260,9961,-4503,-8799,-5640,9771,-3231,-2774,7006,4131,6029,-9190,9850,-3976,-3488,-6559,-1804,788,1242,2647,3457,9520,-7490,-9961,3768,-6179,-7386,-4161,-8220,2586,-5231,-8677,-6747,-901,9905,2933,-5896,-1262,-8749,-1575,6914,-6132,4199,6495,-9316,-6732,3843,-3300,9740,-1477,-3061,6328,-828,9283,-1289,4947,-4865,-6859,7983,-4001,8501,-5893,-3421,7636,-9930,6238,739,2311,-5499,5983,-6520,-3688,-1505,-1868,7426,6425,6570,5972,7533,-8651,4826,6374,2500,-9715,-330,-5005,-7713,218,4291,5625,-2697,-2967,-9030,928,2183,-6552,-8069,-554,-6027,-941,5412,5672,670,4456,7064,6384,1660,-7608,-494,7120,6541,4406,-5010,7800,3110,1081,-2339,-4051,-980,8280,-7246,9853,4645,243,325,-7846,7152,-6676,-9246,-2937,7597,-8547,8253,-8756,-5962,-3952,6986,-127,4242,9148,-7816,-4980,-8518,-1052,-4267,3631,6277,1705,2247,6873,5561,3123,-2502,-8581,-1110,-4107,-3648,-3499,-1298,7956,1949,-1852,-1530,-1669,-8089,3984,-1210,4039,720,-1660,-3002,-7338,-9848,-1874,-9143,-9496,-8179,-4982,1178,-3906,7333,9003,-8090,-7061,2482,2131,-660,3977,-7847,-384,-5571,3054,2209,-2073,-5821,-3898,-6330,6596,9095,6275,2868,-8291,4354,3392,8988,4860,2287,8441,7575,-8622,3020,-1363,5053,-3846,8902,-2237,-4795,4208,6320,-25,-6179,6402,6033,3233,-7695,8247,9892,763,5116,1780,-1933,-4369,9209,-3208,-3564,4534,6460,-1561,8736,2341,2162,3347,2397,8690,4180,5803,679,-7899,8243,-520,-3216,5621,5096,8346,8054,-9102,4878,3018,-9788,-5093,3065,-4198,-7250,-4843,-9253,-1013,-2822,5294,-300,-3301,-249,-6597,9893,724,-362,-9915,-6449,-4848,-7821,-7428,5790,3585,4921,4657,-2956,-4163,-8400,-9867,-2771,8669,-3962,-263,5478,7074}

    Returns: 557320504

  90. {2644,-6666,7244,-9776,-631,2167,-4650,7993,-9011,-7114,6893,-1043,-6670,-959,-366,4979,4351,-7671,5021,1040,8776,-500,2029,-9016,-3013,4496,-1003,-5797,-1204,5221,1555,-9626,6250,-420,7960,6770,-2444,-9975,-9261,9477,-3534,-97,-4433,-3939,8139,8223,-5436,2782,3536,-7732,-7986,-5613,-198,-436,-4464,-1138,3890,-7773,-4756,3164,-9188,-2365,-2725,-926,-3507,-458,-3720,714,-1964,-6535,4070,7096,-8431,9134,-1401,-5711,-544,-8851,-1208,-7681,4700,6837,6459,-8133,787,-2710,6626,-4816,-3,4228,2116,-5736,2360,-8950,-2998,7463,-9006,-8155,-3154,-6889,7445,6615,1179,5565,-7052,-4905,5687,5251,-1805,4853,7888,-95,5211,2124,837,-917,-9632,-4011,4459,8374,7350,-2021,3619,-6575,3012,73,-4146,6964,-2317,4336,-60,-5580,4271,-2966,-965,-4397,7912,9095,9163,1047,-499,3148,-4930,2227,-7495,-4856,1313,-5224,-7143,-4327,6422,-6845,-3472,2591,2551,-6079,-1480,-7511,-8175,2802,-9433,3740,-6188,-1774,2742,-1490,-3815,781,6440,-4854,-7439,-5753,2887,-4320,-2095,-554,-7651,-3994,-7443,-2939,-5379,-1651,1082,9912,-8836,7211,1580,8862,3443,815,4979,-398,-9512,-9664,2008,-22,1714,8848,8202,9381,-1805,-9113,4198,2871,-2630,-8029,-9997,-6696,2103,-4922,7567,-5347,5474,-1683,-3868,9039,-2544,-5551,9313,8673,-1210,-1166,1649,-8002,-9112,-2374,5686,716,-1444,-7338,8137,-8749,-5465,-6498,-4257,370,-8390,-9547,-2274,-9771,8979,-4844,2495,3101,5061,-2542,-8655,300,-1326,-1209,-8628,3576,-5345,3144,3643,240,8568,-3004,-9055,-4198,8037,9174,-8032,-338,-4474,-9366,5793,-9394,9045,-7478,1873,9442,-6696,8637,-3531,6013,-5753,5530,-3482,7186,-5322,-9985,6474,-8933,-2146,-305,2436,-9207,-553,7389,1152,8653,6212,5001,9051,-1841,1948,-3695,8446,7833,8027,1573,4394,-3944,-3214,-323,-3578,1293,-8498,5458,-5579,6263,6427,1620,7494,8404,4560,-4663,-1630,1951,-668,9974,-5741,9465,-688,-8050,-2440,-7580,-7687,-8166,6877,1674,6958,7044,77,-806,-4231,-8629,6911,-7634,-5713,3630,8754,-8466,5489,4226,7550,-9926,-2058,-5638,4860,-5565,9675,7807,5134,-1048,-2373,9814,4951,7114,4877,-8242,-8088,7111,-5567,-6537,-6742,-4921,-500,-2089,4944,4416,5444,5188,-2917,3795,8556,4010,-8931,-9710,-9200,45,-2417,7003,8329,-9491,-7118,-2931,-5605,-5844,-6604,7749,4645,-5256,5604,-549,4369,-5509,-490,-4846,-6615,1759,-197,5605,4578,-5678,8804,4984,-3048,6113,9870,-9540,-6797,1187,8686,-2946,5322,3928,-6831,-3252,9688,9117,-9753,7535,-4611,-490,9800,-5678,-3855,-8042,-7650,-822,7259,-4186,-2131,-6688,4447,-436,8082,-2457,1151,3061,4226,-8332,5126,3662,5980,6235,3607,4805,-4453,2625,-705,5191,3472,-768,-3340,5746,-278,-7359,-261,-87,-5065,-6667,8639,-9422,-7553,5364,-7652,4076,1803,8770,-9720,8183,8952,-7838,-5918,6954,-2860,-8959,4833,446,5778,-5229,8619,2034,2111,-7984,5794,26,2542,-9399,5864,-6337,-3240,-6667,989,6330,-1412,-3739,-3494,949,-7475,175,6640,-5972,4468,9827,-2231,5705,-1092,-1570,99,-6611,-6842,-2577,-8450,-3755,1726,-6678,4929,6730,951,-5349,1105,3820,-4641,-7473,6988,-9717,-7086,-1590,-2546,-6507,-3576,1837,5209,-4212,-7121,9668,-8305,-3745,-8713,6419,5722,-8927,2844,-7283,-5635,-5833,-5153,-4290,-6988,3960,1736,1474,8055,-4661,3007,-4996,-3220,-1234,-1556,8355,4428,532,6247,-8242,-1842,-292,-950,-3710,1822,8189,-3257,9694,3993,502,-6828,-588,4604,9678,6423,8715,2821,4461,9356,2968,-9546,-8435,-1590,-6301,1245,4379,-5583,-1994,-3252,6693,-742,219,4367,-3492,-3325,-8617,2200,870,4405,-9784,8944,7918,-2012,-3372,4962,6978,-5730,-4301,2960,1535,4512,-3771,3324,3274,3417,-6501,-9744,8170,-8886,-9127,-9794,-2299,-9813,-865,3926,-197,-642,-3806,-2394,4996,-740,-7174,-2893,3464,-6033,-7430,-7823,8392,-5477,-4281,4886,-38,7724,-1470,8104,2716,4709,-650,-4055,-3204,9688,3293,8456,676,9185,-3590,-2344,9517,-3322,-986,-8822,9133,-3642,5849,3276,-9144,-7059,-1735,913,7155,-7918,-9631,-5087,-8084,7906,7300,-7211,2659,501,9358,958,4699,6979,-9341,-607,9420,4764,-4706,-8381,302,-4724,7657,-2946,-8741,9,6699,1267,2052,-779,6285,-7352,5209,-3939,-4358,-8774,-2116,-4063,5105,-2931,430,-7755,-7104,-8278,1267,5349,-1342,-3450,-5290,-8247,-1261,6628,-5040,4916,6938,-1995,-4687,7979,-7513,9685,-3088,-8079,-5518,9563,-4006,241,-1214,5893,-7417,3239,9633,2460,6961,1324,-6285,-3291,3004,7498,-506,5478,-402,4247,-1249,-7246,2856,9568,1157,8079,-7269,692,-4374,2679,7877,-7715,-5280,-6577,-7757,8517,155,-8128,-4120,5349,8665,7444,830,-9246,-1958,9690,-9301,-3708,-6882,-4869,-304,-6449,-9253,8851,3337,3479,1578,226,8992,-4569,4436,5709,9628,-3992,6603,9473,-1228,5344,71,-4968,8709,-9509,65,7606,7302,-8116,7690,-2001,-8405,-412,-6532,-5741,8474,-8864,-7085,7053,-5850,-7752,-1092,-1050,-4841,5536,8748,-3695,-6244,-9438,-3797,-4687,-9724,-8808,-9328,-8843,-6014,-6843,-3243,770,2377,-3908,-1842,-4197,6554,54,-311,-7208,7549,-3416,-9437,2294,4863,-1100,781,-2068,4428,4598,-9491,9830,8438,-2481,-204,-5204,-5880,2995,-7225,7960,2533,-7325,-3297,-2862,1829,-8513,1747,2354,2225,9997,-7634,8225,1983,-9463,5476,6820,-4721,-5041,-5767,2674,-6336,-4333,-607,-9762,3091,-124,-7413,-3092,-1866,-409,-2275,-7908,3989,-3216,-2114,-5579,-4750,4607,-4348,5251,8215,-8816,-5241,-2995,570,-7351,-9727,9696,-1144,-3474,-6810,-1867,9946,5446,-6599,5845,-1949,-5620,2447,-344,3403,-7816,-5746,1163,2735,-9788,-1709,-2019,5094,7119,-4920,8710,-746,-326,-971,-9081,1135,4533,7766,1322,-8875,5347,-9060,1361,2112,3490,4468,-9921,-763,8853,8635,-1045,2061,-214,338,741,-1194,8246,882,5968,-9283,7517,-8653,6816,2368,-4370,-2530,-1516,822,-2292,-4696,2942,3106,-5107,-2379,-864,-2701,6408,9068,7250,-2182,4508,5536,2515,87,9664,46}

    {-5904,-1797,-7242,-1025,-2574,9146,7375,-3083,-2316,-9181,5511,-4572,4171,-4352,-9519,2212,1610,-9454,-4794,5175,7760,3602,2720,-4502,3077,-4414,9119,-406,-3586,-7927,-7623,-279,1940,-6436,-1177,4424,-6956,7092,-3157,5638,8928,-6837,-5510,9441,-1126,-3299,-5820,-8130,-2066,9777,3558,-9895,-4223,-2492,-3167,-7497,7922,6355,5556,-1399,5390,6373,-8233,2163,4989,-4386,-123,6682,8021,-4075,-3665,-6503,145,-5220,8321,7760,9430,-2417,4175,6970,3347,9041,-837,-9356,8499,727,423,-2096,-671,4876,4588,2363,3872,1732,-9451,-9318,-4204,-559,8255,2482,2572,1495,-7887,-4955,-503,-2831,4810,-3655,-1317,-4845,3724,4379,755,9774,-1871,-337,-4891,2668,-9481,955,-8014,811,-9901,-8135,6482,-6093,-9555,-1996,-9254,987,-3275,637,6249,6963,-9357,-6429,2877,5375,-6633,5070,5997,3319,8237,-3932,6265,8707,-4098,9843,52,8562,-5187,6439,799,-70,9604,7856,-6588,-7682,8907,6864,-4967,2183,2544,-6259,-3957,6067,5760,-9070,5138,9369,5305,-4332,-8394,2519,-1310,-4815,6653,-4495,3804,-2135,-6358,5220,-8673,-3014,4625,-1995,-2967,-8707,7280,2067,5040,8586,-7361,1085,-3511,-5129,-508,1385,-9163,2364,-3676,-9560,9125,-5314,5974,-5737,50,7127,1853,-4600,-9419,-6378,7667,-8200,-6920,405,-4996,-309,533,8800,-5018,-9056,-9477,6659,1318,7012,-3092,-721,2782,7594,-4044,-3676,2904,-7418,-9185,-8568,4147,631,4684,5614,-7566,-3167,8944,-5594,-4011,-4436,-2246,2001,9889,2413,-4743,3103,-5447,1444,5522,5307,-7425,682,8760,-8903,3858,-269,-9930,-698,-6005,-1124,-858,921,5110,8784,785,-6235,-7918,4085,7108,4115,159,-7357,2368,1904,-7629,5255,1158,8494,7020,7776,-392,3063,-3354,-649,7655,-4962,-9475,6460,8178,5647,-7400,-7122,-4057,-8172,-3857,480,5784,-9825,5079,-5084,5342,-2555,15,-6205,2940,-2609,-5579,2846,5780,-8731,-6747,-2128,-2323,-8653,-7521,6946,8903,-6913,3557,8328,3485,-7606,-8165,5014,-8581,-564,2177,6583,4772,-17,8784,3206,-2493,9099,9292,-4827,-843,-9790,5609,4248,-7946,-4815,-4170,406,-9131,-1961,2715,9202,1554,6209,4799,1028,4577,-911,-3842,3951,4429,3585,145,6575,-6084,-9052,1114,6582,-2399,7978,-3778,-5923,4044,-1092,6838,-3162,-8910,-8095,5884,-3201,-7517,-3952,-6333,-6197,7440,1042,-9725,3665,-2416,-7393,7603,-7002,7780,-8378,-1655,-6931,8878,-5471,-6977,-934,-8698,-3618,9148,9729,-1369,-3852,9079,-4799,-33,-3554,-5038,-1767,-1102,-3104,302,-4485,5219,1600,8294,-7991,-6646,-3017,-2993,-8513,-1477,6351,789,1322,-1770,-8050,5988,8703,-7491,-5787,7120,9018,-8378,-8959,-2906,-4988,4531,7633,-8120,7664,-4514,9283,-3780,6323,-581,5970,2552,-3233,-387,8233,243,1161,-6755,-1024,-3439,3741,1878,5283,-5523,202,4889,8171,-4494,-2722,4060,-3535,-1824,-8075,7184,-6458,4581,6830,7537,2666,8638,-9432,-5523,8013,240,6838,-1861,-5822,-549,-2445,8364,7062,-5829,9400,-5527,-6487,-6555,2573,8413,5950,6600,-5960,-1001,1392,-4131,5460,-322,1958,6984,8270,-3829,-4168,-1638,5086,-6211,4062,5152,-2425,6929,-729,9266,6392,5415,-2528,916,8549,-6166,-6377,-9196,1759,-9094,-4554,5217,-6203,-3832,8209,8705,7886,910,-4186,-9156,-7675,-740,-9527,4780,4341,3745,4621,-4217,4051,7362,-5582,8048,4964,1351,-5677,7227,2130,-5636,6659,4907,-1721,4589,8949,-688,-8235,-8356,-4954,-6069,-1888,-289,-6352,2612,9163,-2658,9762,-4170,-9436,2779,-8934,8443,-685,-3625,-8197,-5884,8519,3833,-8064,-3971,-3716,5469,8808,7026,9861,7617,-7658,-4426,-5356,2514,3101,-3755,575,2644,-4951,5278,5775,4544,1918,2991,8890,-4595,-2659,5355,-2342,3627,4714,6978,1649,-8479,-7219,-2901,1862,-5028,7473,8837,-920,-9373,-693,41,-3619,-3454,8956,1521,9121,6792,-8895,5240,-1998,4493,8795,1255,7492,-8732,-3338,7767,2874,-6337,-7637,-6445,-5322,-628,-9573,6416,-1058,-2461,2345,-5105,5994,8280,-9483,3695,-1070,6861,1910,-4460,-4107,-2446,-143,4150,7537,-8757,-558,-5888,2721,9181,-6791,-5947,1520,-6910,9719,-578,5046,8926,-2504,-9482,6337,8088,-8519,121,5781,-4199,-2161,-6924,-1983,-8410,6303,7723,5226,-8563,6742,-4227,3940,-4814,8688,3531,9242,6167,-1165,2822,1179,2740,2319,5028,3695,3603,-1394,-4136,-3894,213,2373,-7724,-8626,-9476,-6469,5888,-6101,-1444,8833,-141,-7481,3850,-9954,7845,-8352,-6030,709,4936,-4833,-8493,-5244,1017,-6278,-5165,6104,6936,6461,8999,8323,3178,-6930,9600,8025,-555,1103,-1560,4444,-8406,7126,-5071,-9115,-162,8138,1894,-8646,8922,1991,8424,-2393,7194,2201,5784,-1745,-2971,3568,-4835,-7762,4046,-9548,-1829,-5891,6814,-682,2443,8029,2518,-8674,5728,-8782,-2965,-699,1905,5861,380,6286,2160,-9004,241,-9803,3464,-7019,-2415,-9235,4915,-5619,-1203,949,-9755,-3066,8828,-4552,1939,4278,-895,3723,8869,-5366,-7335,-5933,-4691,-7516,-2974,-1151,-5637,1489,2764,-1094,-6483,8500,-7426,-2588,-5975,-9499,-8206,-9854,9207,-7354,-3086,167,-509,-3725,3555,-9729,4170,933,-274,-3549,1344,3828,-6172,-343,8386,-5937,9966,-8233,5544,7162,5562,-5445,4907,8035,8083,-2297,-4032,7489,8885,-6374,-2606,8729,-7266,2860,-7620,6042,1529,4187,2080,-2076,-9961,8478,-1896,-8596,-9814,4363,-9018,3163,-1562,-2601,-3291,6256,-1635,2300,-1861,8870,7175,-9925,2002,3479,-8722,-1381,5679,-8834,-8524,6263,-9372,6536,-6685,3282,-8481,3797,-7539,-3908,-8436,-5960,-1350,3031,5493,7579,-5175,9186,-8185,-6547,520,595,5680,812,359,-4515,2604,-6192,9740,-8188,-8223,-6939,333,-3534,-4650,-7599,-2029,-8146,-2729,9738,-5193,-9586,1740,-4630,6333,6723,7219,-107,-8097,433,-2820,-2930,4853,-8822,-6550,4666,5099,-1155,-8067,8180,-6648,-702,3966,8779,-8430,6681,-769,7456,-724,-1199,8339,2527,-346,-8093,-5336,-2940,-6965,5347,5915,6676,-1542,-4928,6148,6377,6404,-2048,8613,-2325,7674,-3958,-1249,-5761,4505,1713,-4885,-4361,-9362,501,3692,4506}

    {-3847,-939,7466,6785,321,-3392,4556,3190,5018,-6185,-9704,428,-1,6917,-4894,2046,5385,-6676,-6439,-3773,9940,1513,7814,810,-9223,6580,1680,1169,-9735,-5169,5665,-7196,-9003,5053,2991,-8034,9172,-2156,842,-1444,571,7429,9578,5767,1546,-7178,-4421,-9420,-9976,7035,684,8224,8511,4193,-7194,-7931,2418,5019,8395,8239,-7213,1052,7780,-8741,2533,-2676,9249,-6335,9838,-8138,-3151,-1708,-8823,8505,-9545,7270,-337,-3102,4542,-3643,1986,-9570,4392,7254,9229,8973,-4863,3914,3171,8928,-9953,1628,390,-2000,-95,9791,-8374,6403,5093,-9264,3280,-53,-3834,7960,-8181,-6507,-2764,-2772,57,-4303,-629,3782,-3125,7800,8553,7775,8942,-9597,-5662,8519,-5699,2736,-8557,-4172,3471,8856,-3142,3909,3742,-5448,-93,-284,6875,7418,1800,3610,-781,577,4791,-4627,6519,8084,-1075,3292,-6750,6718,6698,8005,-1682,5191,2551,-3806,5288,7276,5211,-8024,-3953,346,6260,-4074,1887,5121,8122,-6767,5477,6106,-1189,-6677,1036,5267,9321,-6459,8251,3960,2432,-852,-1941,-105,9034,840,5422,7167,-338,9430,-4477,7890,-4937,-4974,-4416,3984,-83,-4752,4567,-3099,8723,3435,7505,1840,1949,3756,-9930,1013,4116,5346,-7813,-1998,-6624,2225,-2903,-7957,-5548,9780,4291,7275,-6555,1932,1013,7538,4060,-4085,7820,2292,-9789,3670,8728,3482,9765,-9604,6007,6925,8292,-8320,3459,4809,320,839,321,8388,8383,7808,-9549,-8278,7548,9833,8505,-1450,4693,2674,6075,4900,7867,-1267,-3419,34,-8515,5665,-2288,-2391,-2121,-4455,4740,-2380,-5119,528,6875,7799,-7312,6189,-7974,527,-8895,-1617,-7046,8199,621,-6555,9765,6099,-2647,4934,37,-2518,-6980,-7114,-1380,449,6429,3680,-5799,534,-7209,74,9241,-3378,1359,1934,3727,-9122,-9648,8338,-8616,-4207,-8882,-8567,-372,-6700,696,1417,1464,2076,-6331,339,-1061,9724,189,-9727,3430,6478,-2535,-1571,-1829,-3624,6828,8365,2905,546,-2397,2281,9360,5306,-7417,4676,-494,5253,7794,-7772,-3864,8275,1531,-1188,7266,5674,-5684,-2090,-7769,6102,-7568,7445,-1931,6995,3140,-5813,9837,-8526,9432,-3601,8054,-7601,-3633,-5764,-9748,-1697,9547,-2292,-8142,8395,-806,-8384,-5766,-4359,631,-4112,-5329,8094,3535,8103,-5528,9235,8467,-7226,-3008,8037,-494,9079,-2395,-1259,-3331,5186,-7984,-925,-9085,-6697,8218,3663,8071,-5278,584,-3136,-4041,8824,-7784,-3954,1255,-5995,-6398,2531,-729,-8152,2027,2992,923,-1369,-3134,9039,6510,-9626,-8980,7023,5749,-832,-1803,-6183,-2343,-642,9601,-2645,2407,-7544,1832,3190,191,-760,365,-9878,-567,-3454,-32,-845,8309,-5395,-5230,595,-389,-1460,-3601,4058,-619,-5217,-1283,-4549,-5474,9649,2155,3714,3790,3195,-521,-1868,9989,6766,8078,-5483,9341,7217,-8598,5341,-4024,4840,4244,5090,6413,5390,2783,-2274,-220,9354,1164,8008,5015,-6254,-8635,-7201,6018,3208,-7327,2170,-74,-1932,862,-6870,-7803,7294,5446,-8664,5097,3856,-4063,7867,-6513,-930,5042,9393,3460,829,-1948,-9369,-4619,-1578,-6578,7888,3362,3728,9625,1841,-2085,-4883,-2161,6392,-2258,-3764,-1111,8483,119,-2863,-3960,-8788,7269,9809,2914,-584,-1627,4201,7690,-6964,-6421,-5800,-8831,-772,-2670,-4243,6949,-986,-6185,1510,-2912,8698,-2906,7761,-3887,-137,-7397,-9495,-9972,4917,5313,-2485,5263,-2480,-7324,3060,5064,-889,7856,891,7802,3891,-9715,9473,-6970,-4791,-3236,-8799,6853,6250,6594,4484,-1763,-2796,-873,-5949,-7594,-167,-8790,769,-3722,-1633,-4437,-2562,-5861,-6832,-962,-8270,9354,-9664,1986,1413,-149,-3301,6620,352,1535,-4852,-6689,-3401,-5591,-9766,-866,-4056,1385,8259,-7206,5851,-849,9787,4227,5556,4364,5576,-4348,8373,-3355,-665,-6148,-8136,-7568,-7411,652,-9429,-9250,-1937,283,-5677,-6715,-1392,8346,-7042,-3125,-1384,-2530,-4618,6632,4175,9599,7386,2379,-3065,3925,-1432,9941,-5302,-6887,3913,2028,-803,8290,-9778,1085,-1657,5596,-8382,-1580,-3581,3775,1692,286,-8760,3251,2627,2317,2281,2628,-6222,-1194,-1953,-1729,-6335,-7206,-5311,6816,-9773,6788,912,8998,4449,2131,6657,-3925,-7924,-2323,-5102,7421,-2823,-4635,-2975,-473,9632,-8357,-7102,2684,6451,-561,-3415,2007,-6107,5424,8096,4288,-6099,1848,-9856,1289,-5784,1011,7019,-6367,6829,3720,80,-2622,-5998,-9393,-8764,-2398,5152,-2752,1932,46,1221,263,-9266,2836,5951,2399,7582,5768,-4434,-371,-2972,-5618,-76,2808,-3444,248,-977,-9758,9052,7388,-965,5804,1017,7699,1671,9755,9880,5506,-347,-3534,-5028,-6957,-508,-5450,-2687,4691,-9515,639,3255,8219,6000,8149,-3606,6051,-397,-3160,-9175,-1252,4482,7836,6881,6429,-154,1965,-2058,-8249,-7356,6929,3743,392,-3089,721,-8264,-8424,-3533,-4891,-6289,-7708,9420,-6292,9749,-5794,-4939,4237,-4061,2072,-4740,4079,-4022,-3367,3318,-7930,-183,-6511,3507,7676,-5021,2358,4166,1319,-2009,-1567,-3802,-3404,-5447,9184,7211,-3556,-2375,-3999,9296,-8913,-7403,-9506,-4431,5630,-2039,-9987,7094,-299,8644,6172,7690,348,7220,-6376,9395,-7373,5630,4326,5955,9944,-3105,-5281,-4260,-1869,-7528,21,8862,-6346,-3522,759,-4003,-2991,2959,2159,8592,-2510,-3334,6746,1591,-5000,-8465,4692,733,8391,-5900,-5023,-3308,-1946,-8489,3342,-2003,3098,-4315,278,-6359,393,6244,4001,4686,-5864,5523,-650,1918,288,8840,-6031,-6267,358,2523,7951,4949,3463,-9066,-7780,-6899,-5555,1729,-5461,4050,-945,6081,-143,-6657,4805,-2593,4078,-6204,-1945,-1703,-3074,-6887,-5718,-9053,-9340,-1867,9142,-8673,-3223,4434,3103,-8381,2639,1493,-8160,-834,-5879,4511,8475,3239,8909,-5745,-8078,3368,7970,5895,-1736,-5221,45,-3186,8967,7724,5627,1781,1179,-2019,2946,-8438,-8986,5827,-1096,8259,867,18,-7343,-2908,-3776,2082,8729,-9716,6364,4235,-9941,3905,6460,-8298,-681,3202,-3700,-2955,-924,-4069,2730,-9743,8100,6581,-692,4004,2085,7142,-2596,8282,2524,-7810,-1981,3108,-2800,7579,3121,-8460,-17,-7109}

    Returns: 351725755

  91. {6963,9001,-1756,2487,-1307,9886,5806,-5119,-1273,-4699,-7668,2679,-121,3424,8761,3924,-3846,-9131,-7630,3976,-9975,5947,2338,6152,-1134,-5626,1741,629,9275,160,1062,-9822,2948,-294,-9682,6428,-7913,7028,8488,-215,-3977,-7892,9762,-9959,3777,2953,6424,2869,-236,-5174,-2243,-9956,1624,7426,-6588,-1825,-9632,-7582,8043,-7912,3610,-201,1743,-5259,-7440,1924,7996,-4395,-7178,8890,7305,3977,7666,8050,-9426,2485,-9421,4040,-8423,9298,1293,3542,-7573,5147,-3686,1351,51,3230,1186,932,-5049,-3580,-2728,3725,6377,6927,778,6810,-9897,8659,-3933,-1586,-3460,-8010,9008,-5196,-2232,-5487,9142,733,-7642,9547,-8062,-1550,6457,6788,-5825,-2386,-1399,-3520,-3283,-9904,-5836,-219,9495,9671,3017,-6241,-6552,-2954,-8841,-432,-6473,-4556,3587,-3240,-4510,-8914,-8495,-4385,-2648,6518,2277,2532,3760,-7418,5127,-8840,8378,7140,9602,3905,5567,-4683,7199,-5214,8220,-2939,9293,5378,3528,3237,6660,604,-7201,1237,-2638,701,-4878,-4720,662,9457,7734,-4926,-5124,-2930,8417,-543,6725,8595,-2965,-1108,-1296,-4133,4521,2365,9424,-7793,8205,273,-422,4859,2308,5288,3379,-9731,1729,7969,1728,1776,5964,3077,-634,-1913,-1947,6039,3404,-5795,891,6968,5332,4008,62,1890,2585,5700,8532,-2487,-889,-2330,-5872,6896,-2836,3041,-4353,-1203,-5346,6256,-2237,-6747,-6095,4573,-1394,-9888,8544,-8865,6926,-4232,5481,-5471,8224,-3736,-1382,2353,1028,-7782,-133,-6733,5698,2670,-8524,-6645,8693,992,-8582,-1649,5199,6441,686,3390,2309,-349,7899,-3619,3650,-394,2460,7,-5579,-6900,-7232,-9493,3241,5644,635,-933,-5986,5040,7036,-6451,-2757,-4481,-2279,4695,5735,-8636,-39,1629,-5354,-5640,-6174,-3417,86,-821,2906,8262,4186,-5011,261,-2912,7666,114,5635,3807,3288,-561,-390,-4477,-4530,-8394,-640,-9792,2498,-5345,9074,-7924,8325,4811,-4171,5946,930,-6452,8875,8780,3484,2825,-3256,1125,-6721,-2447,2521,-58,-8547,-2105,-7173,7616,-6043,1899,736,-524,1065,1271,-3192,-5832,8880,9723,5837,7540,-8123,4392,-358,1435,-9524,6234,-1632,3909,1918,-4939,4261,-3199,-3554,9079,-7219,507,3845,-2708,-3866,-6034,-2180,-3919,-6032,-9488,7548,8499,-5037,7189,6874,-3453,-8573,-3527,-7745,-7312,-3223,-4885,434,-2726,-7125,4831,-3817,-6651,757,-5881,-865,-529,4095,-702,-3221,-5316,58,6066,8158,7737,6815,-9496,-402,4879,945,-9567,-9989,-2724,-8580,4318,-1127,65,-472,-4290,4899,-9466,6293,-3715,-2189,-7341,-9598,9977,-792,-595,-9431,4607,1675,-7262,6481,-4386,7690,-5806,2129,-948,1687,-3862,-5671,-1947,-144,5517,-2409,8263,-7196,-2067,-5719,3479,6146,-9719,6132,-7153,-6578,-5024,-347,5416,4419,-2047,3910,-3304,38,6173,-5668,5133,-7695,-1748,906,-6064,-5074,4150,-6941,-4247,-4025,-3531,-3040,-6053,9888,-2992,-6321,5033,-9138,7565,8816,-8132,-5913,3816,-4328,-3300,-5102,5229,-5039,-2995,-936,-7481,4259,-4716,-205,7061,-9929,-3432,-1068,-6053,4371,4369,-9072,2066,5834,-2842,8831,-9423,-6212,-6830,-8625,-8393,-28,-8570,9677,3732,9746,-8617,-9370,16,253,2344,-7751,7884,8291,-2798,3579,-3990,-4723,2437,-1330,5736,703,8443,-9755,-8894,8849,-9471,4317,2758,-3732,-8312,-8119,6190,-275,-6708,8220,4833,5700,9389,3934,2415,-6461,4095,4991,7708,4510,9811,-8559,-2381,-1308,-3439,-3680,-8098,625,9796,-2595,-5604,3014,-4758,5108,1756,-4458,5219,-319,-8964,-7012,-9159,259,-7712,-6679,9078,-3058,-8529,2345,-7588,5193,-7467,-3281,2148,9255,-4584,1798,-6065,8127,-971,-5254,6103,3816,-5119,6754,-2278,-2845,-1864,-9042,-5958,1405,8207,4759,2044,8205,846,6773,-1668,4087,7815,9507,5419,-1123,-1241,-892,697,9716,2835,-6819,4980,6255,-5095,-3363,-5533,3800,2787,-6046,-8659,-8302,8077,3965,-6081,4249,-6523,409,7389,692,-5661,8014,-9380,-427,1299,-284,3409,-9219,-5593,5923,1703,6075,7093,1324,5992,5650,538,-1252,-6,-5431,-4249,-7001,3116,-1624,1632,273,914,2197,-7272,-9020,-7158,-8064,-9799,-4784,6077,9866,3634,-8938,8046,9970,-117,6135,8501,-9138,-1919,-7602,-5407,-4116,7164,-6672,9363,1208,3967,-9181,5403,3329,-4003,-2971,1213,7263,3335,3476,-2207,6087,8976,-3819,-2427,-8837,6025,-8422,6558,435,-6265,3104,-6162,-373,2254,-6940,-9821,-1977,-1740,-1661,9406,6654,312,1933,-7395,-7695,-6233,-5022,5955,5709,550,-3849,8006,6584,8829,6763,1794,-8113,1811,779,944,-3293,3421,-748,7201,-343,1509,-1756,-630,6472,-3440,8377,-9320,6678,-4508,2488,2867,-1234,6200,-4365,-8947,-716,8891,-1186,-6433,-9488,5059,-5722,-4690,153,-5903,-3793,2168,4457,1064,5731,7136,3718,-2919,3949,6456,-4164,-3940,-9414,-3960,9862,-1826,9308,4771,-3008,1478,3452,2021,-8549,-1473,-1891,-8165,7963,-5385,5933,-4344,-3744,8395,4974,9361,6101,4221,-2917,-1425,8780,-1577,5039,8850,-7226,-966,5587,-5785,2584,122,3930,9043,189,-2032,-7018,3793,-1378,6671,7815,-4609,6378,5599,2233,7400,-9849,-9744,306,-5986,-8593,1636,-9081,-4837,-252,-2902,-1968,-2464,-7144,-1958,-6623,-1618,-1004,6336,1653,5247,3592,2487,1058,-4450,6380,3955,4138,4985,-85,-8216,-4594,-6784,3934,7914,3086,9189,-6895,4010,-7421,6578,-1806,5660,8896,2520,2416,2948,4269,9737,-3994,-9812,5578,3486,-7431,-6441,3946,-9454,-9286,5827,6003,7486,3800,-7874,-7180,9970,-684,-86,8393,3707,7483,-241,4804,-9147,-3913,1546,5837,3275,5408,-7075,-5210,6072,-6745,-6440,5651,1100,-4267,9681,-473,932,4256,8935,349,-1166,-6320,-4730,5399,9777,-9885,7756,-2951,1352,-1,-4225,2401,-8291,-5479,-4042,-2903,4192,-4738,-6528,8613,-4647,-1898,-8022,2707,-5632,3040,2581,-5546,7576,7497,-7491,-7582,-8013,9984,9069,1040,6091,-273,-6473,-7837,5071,-4116,3189,-8085,871,7449,7757,-6256,-4968,-8258,-1579,2467,-5713,-4399,4750,-2488,-4795,8899,-4518,-3673,-5110,5031,4757,1053,9871,7272,-4913,3036,4768}

    {9116,8393,6095,-1933,3312,-7547,-8036,4256,-3185,1834,6044,-2071,-5728,3252,-1359,-4302,2244,-3357,4849,-5010,-6318,6411,5056,-7076,-3897,-32,2325,-7832,-4477,2889,-4928,-1508,7052,8071,7016,9952,-3713,3747,4278,2279,3231,-7992,1815,9060,2423,-4334,-2011,-1345,9356,-3113,-2843,2578,-6077,-4064,5545,-7839,6787,2715,-4541,-8127,3989,-2558,7066,-1517,9011,-87,-4522,5580,-320,9209,-6172,-7479,9945,-2473,-9742,5953,-6515,3040,8453,355,7501,7187,-2657,-8109,724,1815,-3945,-3102,9809,-9140,4918,-7077,2711,9961,2551,-3964,-3454,5455,2558,-6552,597,-8316,1268,5052,-7223,2298,-9741,-8459,9812,7479,-5944,126,-2270,4562,4415,1606,-9969,4468,-1950,4724,-4069,-9330,4408,-4817,-9405,1137,-5731,-2356,3131,-3273,8509,-798,-3719,-8022,-781,2550,4421,-3969,-7271,-4023,3378,2629,5671,-4240,6984,-1292,-8686,-5747,966,-8987,3784,-5892,-5113,-485,2547,5573,-2669,-4930,-1243,9663,-1652,6863,8529,5299,-3566,-7421,6164,3104,-5114,-8904,2616,2551,-5644,3664,-8849,-7438,4793,-4903,3183,8384,-9358,-8507,2684,-299,8332,-4771,-2631,-3520,-5532,1751,-1025,-148,-2902,5704,3517,-4323,-9456,6391,5324,7996,-3044,4382,5922,-1395,-5307,2260,-9521,-2613,4975,3090,620,-4260,-5999,107,-7258,-7381,7788,-9536,-4156,9183,-8511,4539,-8047,3924,-6206,403,-4162,5427,206,-9536,8557,-5500,-3366,4143,1706,-8545,-3323,6582,-4110,-2314,-7662,9036,7948,3427,8625,1441,-3101,5745,-2403,-7955,-1622,2266,-3114,-7355,1422,-2920,1562,1033,-9913,-4546,-3552,4730,5234,-6324,8590,1862,-895,9312,6520,6257,-2983,5548,-5625,-5619,6470,1071,4567,1696,4433,4010,2872,5327,8339,5041,4233,-1389,-4551,-9441,-3563,-8809,-1157,-7849,2056,-4281,-3869,-6839,-3390,9103,-660,7189,2926,2361,-8975,6745,-2034,-1226,-7266,-7005,-824,4925,-2661,-298,2440,3547,6553,-4042,3258,791,9082,-6825,6569,3602,-6562,-7935,-1105,5309,-7682,4958,-947,-632,2729,-2169,668,2394,-2253,-5228,-8923,8169,1796,-4615,-3082,-5745,1729,-7256,6797,2182,-9170,6032,-4078,-9172,-8027,-2135,6415,728,-283,-8439,238,4440,-960,-1763,-711,-5051,697,7626,-837,267,-177,9892,9461,7934,-4521,-1543,-5799,-1875,4205,-4003,1052,-1693,470,7255,-2509,6142,1033,-6771,-4057,368,-1205,1499,8087,-8149,4605,-2879,1155,-1210,-7208,-2477,-3956,1275,7835,3177,8349,955,-4365,-6373,9202,1511,-6746,5547,-7119,-5054,5769,6016,2608,7402,-1951,73,4831,6270,-7175,6890,-4505,-2185,-5725,3485,9404,-8665,8694,8957,5735,-7917,-9559,5555,-841,-9260,2407,5674,-3315,2158,5634,-3998,5476,-9572,2540,1518,-3628,1013,-7662,-7046,1662,3732,-4241,-8425,-6102,-7140,9148,4742,-4851,-7613,-4776,-5244,3024,-4294,9520,1847,-8806,9531,-2507,9916,7833,-8188,-2245,783,-4511,-7255,-8379,9199,-9593,6593,8372,6723,8126,209,9106,7890,5431,1506,-9954,6643,6322,7967,8363,-4933,-8359,-8514,299,9816,-1665,-8605,-7596,-5633,-4934,2452,2073,-2584,-4013,-1093,3386,9144,3941,9454,-1583,8062,-1778,-9082,2694,-8675,254,994,6407,-8937,3113,2160,-9744,-1728,-2170,74,-3504,4205,-9256,-9650,1730,6920,1870,-2487,8474,-2173,4399,-706,7256,-491,9875,-1917,178,-7964,2454,9444,437,208,-1117,5016,-9842,-1198,-1576,-6019,-8771,6906,8922,-6587,456,5783,-8436,3452,1396,7499,-2385,8125,-9342,3635,-4538,7016,6211,-5062,5862,6624,-577,3631,-2973,3344,-8910,358,-496,-7555,-5381,-2629,3320,-776,-3201,8573,-3093,9717,-1717,-4611,-1380,-1090,-8072,5238,-2613,-5663,-2470,6442,-821,-7735,-3693,9977,-9621,2353,-2372,4297,-1944,-5245,4017,-5238,-9697,1068,-1622,-6212,-2527,-2680,-318,-8135,7019,-6553,-16,-7030,-8891,9190,6716,643,6807,-8645,9584,-6870,3758,1675,-8820,7494,3804,-1835,4614,3490,754,5999,9947,-1759,6794,6311,-5819,-7629,4617,3192,-3187,7284,-8706,301,4600,1629,1313,9118,5271,-7235,-8145,763,288,-3849,3567,2671,-8438,-7901,-5517,-9948,-3822,-4780,3638,-9816,6738,-2884,-5868,4977,2819,-2470,-7008,4107,-8649,-6848,7162,7185,-9655,-3335,-8714,-1010,-8511,-8636,-6303,6761,2479,8822,-7917,-7171,-208,8562,9812,-418,-3266,-413,-2273,6817,-9860,-6124,-5553,3970,-7986,1561,798,1539,-309,6539,1003,7198,9745,-382,-5440,-7328,-3084,-5924,8509,-2608,-262,5616,-161,-5768,-674,5226,-7693,1381,6951,9332,743,2403,9559,-3150,-834,-5971,309,-2562,6641,-1983,3481,-831,-3264,9613,9768,-2689,2843,-9289,9003,8588,-7703,-9228,2786,7456,-2624,-7179,-747,2431,683,-4388,-3616,1368,-3698,-3946,8809,-5130,6334,8459,5947,-3393,4982,8987,6626,-1651,9388,4855,-3035,5891,-2284,-1564,4371,-205,-9272,6326,-9134,-7991,3190,2757,3802,5928,-4081,5459,1117,-6661,-1873,-9907,-8116,-3058,2942,6855,768,-8223,6588,-342,-2693,-7120,3664,-5516,7613,-124,7336,9065,7078,1980,-6052,1007,-1867,8978,-3319,-4232,6857,5299,-7659,-397,6396,5149,-768,5661,-6284,-3087,-7751,3843,9086,4718,3981,6871,-5012,3980,-2472,6175,2837,6196,8132,-8189,-8131,-4028,-3590,-9459,5035,391,-3896,-4487,-8536,-2626,-6305,-296,-5734,5511,6135,3318,-4063,3139,6109,2802,-8417,-954,1887,5942,2431,1195,-9228,-6306,8761,3234,-8497,4988,-7550,-8681,1697,-4354,-5294,5905,1518,-3066,-5648,-5350,-5785,-7115,-3790,3492,-1954,8657,7637,-6848,2288,-5402,-5807,-1978,-7317,2524,2704,3326,-1405,1888,1636,4873,-4476,-5887,-5257,-6543,-7655,-6733,-5648,-6916,2732,-9392,-4565,-1293,4705,9208,-9217,5049,-8926,2901,-8868,-6670,6799,1313,1986,7345,-3149,9460,1195,4338,-9827,-3346,-2021,9534,1639,-4982,-4855,-4126,4670,-7193,1631,-7294,-7740,-7891,-7674,-1373,3607,4152,6251,-5420,7423,-1489,-7277,3566,1217,4978,-1940,2941,8423,8641,-7376,4286,-7765,-71,9714,-5776,-3641,1949,3799,-2721,8590,-2644,-3950,-953,3267,-3642,-144,-5585,-6919,6105,8225,1463,9591,-205,-1544,6930,-4992,1300,7423,3758}

    {-6187,-4693,3589,-550,-2575,7822,-5013,1792,9038,-1847,-1261,-8674,-8610,6557,-5858,1159,-272,1432,2697,-9395,2490,7059,3820,3308,-5117,3288,-8612,8727,5094,2796,5403,-9404,1859,8529,-5720,-2442,-9490,5283,3857,7258,-7624,5103,9088,-4428,-495,6266,3790,7442,3249,101,2437,-5083,-8948,8754,6095,1606,-8891,177,2014,-9449,-877,4317,3240,-5059,5456,6324,-9251,-2381,-5698,-927,-3760,-3510,9291,-2078,-1409,8238,-7967,-4223,1365,2640,1666,5988,-7597,3860,-5717,4452,-382,3661,1427,532,9549,4404,-3562,-1034,7053,6953,-3553,1966,5693,293,-3797,1989,8957,-4314,7653,-8541,-7622,-1392,6332,5741,5953,6498,2144,193,4922,-502,-2047,965,5077,-5083,-5308,2401,6174,4040,6316,-8460,-6144,2200,1920,2158,-3310,-292,-4264,-2847,463,2227,-1533,8798,6866,-5368,5547,-8540,7963,-7841,9426,915,-8429,-3192,3847,8150,-4274,-4494,-1652,3855,-7154,-556,841,-7663,6040,-8717,-4874,-9390,1186,-1402,-1416,-289,-1038,7935,-6963,1073,-9017,-5697,-1098,-9155,3478,5687,9252,-479,-9343,-8682,-3692,-6887,-2007,-3991,8101,-4697,-6972,717,7700,7614,-1777,-8147,-8599,-3385,-3531,8444,-4364,3529,-4494,7340,5136,-7697,-7592,2049,6991,7357,-6385,-9432,-3220,1619,-302,-8257,-6218,-591,-2919,-1782,2581,-3174,-8582,6961,7971,-4977,9109,5615,9080,8615,4654,-5398,7030,-7106,2105,-9062,-1830,9211,8795,-9882,-7925,-2043,8882,-2768,-9999,-6867,-7101,-2383,5358,-8766,7580,898,3017,495,-2317,166,-1082,4077,-1656,345,-4585,-7217,2661,6448,-8808,-781,-5176,3455,-2648,-3956,4002,4965,-6628,6065,-1474,-2445,8162,-8621,3639,1939,-7688,2635,9064,-9450,-2104,-2307,-4815,4098,1787,1584,8370,-3100,-2504,-3403,-2805,-7492,-1115,2730,1903,7106,6867,-5594,9328,-1363,7351,-504,4897,4378,-4828,1138,-8054,-1200,-5349,-8302,6705,-2829,-7361,-8553,-5286,8184,-5408,2106,-8720,1233,-1834,-2590,4731,602,-7755,-823,-3153,9858,-7963,8077,9740,5165,-6978,-6583,2797,-3985,8039,-4272,-3017,-3972,2657,-241,-3126,-4984,4267,-6253,-6779,-3599,9917,3403,677,1398,-3059,-3974,-3514,2973,8833,-8474,-3459,-1306,6496,-7164,-4898,1943,2237,-1704,3840,5766,-9734,3085,-5478,-7180,-6578,-4408,-2253,8359,1065,7872,-2458,1162,-2301,6886,8523,9568,-4073,-4724,8410,6429,-9336,6664,4355,-2127,4350,-8710,-3593,-3879,-5027,-7154,5803,-3572,-9711,-3174,-568,2378,-7594,4616,4910,2256,7254,-4292,-6865,2200,-6968,3063,7002,9042,-9263,3589,-3844,7478,-1730,-2912,-1757,-7811,-2650,-7304,7008,-4011,-367,1983,6988,-191,4883,-7663,-6851,-452,-37,3090,-8035,-1692,-7343,-9915,-2195,-9543,8949,1988,-4633,6262,6413,3570,-4930,-7537,9722,7620,3857,-4762,-2940,-2219,8848,7367,-1668,-234,5569,1235,7581,7836,-3831,-6542,2898,-2687,-3862,-4582,7370,-7909,439,-3027,-5778,8715,-8194,7820,-1665,5570,5164,2705,4687,7089,-7355,2674,2024,8574,3690,-5018,-2804,-2649,3955,9068,2095,-9551,5518,5152,-9001,7826,8880,-4439,1426,-6602,4735,6769,-3845,3742,-9711,2472,-1848,6264,1100,4631,-6535,5044,4963,-9524,9931,3223,9347,8869,1653,-4058,-1859,9210,734,7295,-2762,-9774,-1410,-1392,-8527,-5466,9465,3589,-2071,-2267,8372,8462,2425,8149,4689,-7778,7170,4917,-8964,-6555,-1825,-1794,-5212,-4175,914,-4254,-3276,4735,-7934,4622,7822,1541,-6132,6470,-8936,-8723,-4360,-2271,401,2478,4533,4513,3612,-4388,4319,3968,-131,8489,-2724,-9380,-3902,-6633,-239,-2727,9086,1246,-3002,-4592,-7683,3870,-3033,-167,8112,-6505,-3080,6496,-3563,4288,9148,887,-7909,-2561,5057,7396,-8472,4726,8428,7247,9632,-7852,-86,-5678,-4888,6696,5424,4195,-9036,4948,-9052,2109,-6478,-7618,-4266,-9549,207,6670,4362,-4616,1879,-2869,6408,-4134,-8995,5729,-254,6199,1472,2576,416,-4489,9851,-9091,8146,4259,-8652,-7174,2190,-1146,-3614,-2190,7088,-9051,-4097,1148,-7733,-2326,-5018,-1143,-6899,-6688,-4735,-465,4091,1395,-3112,1808,-2695,-845,-9712,8629,1008,-6490,-2749,6670,-5411,-540,-1077,-9631,-3480,7772,-3701,-4042,1939,9267,5788,-9165,5831,7806,-1007,-1792,6459,3197,-8282,5664,1724,-1156,-7566,9669,8637,6801,-4886,5492,-7154,5228,5329,4098,-8608,9888,1849,3842,7415,-7646,-1191,5582,-9540,-6982,5565,-5146,-9591,-3240,2903,4300,6655,3329,5148,-6688,7302,-7020,-2050,157,5564,862,-8836,-5637,-7653,-9110,5266,4202,-4782,1570,-1931,-4630,4512,2170,-3658,-7235,-2724,8168,3976,7304,-935,-419,-5107,-5782,-7712,5008,4796,8114,7890,-2269,-8975,-6701,4566,-1862,-5472,-4519,6555,8986,-8150,2910,-2781,6738,8508,1389,-8798,-6803,-2181,-1694,-7098,-2924,-8595,-4079,-6713,4950,-911,-6378,814,-4819,-3222,-7269,5228,6948,-8799,5625,-4496,-606,9962,-6428,-5003,3265,-5605,-5365,-1976,-1034,-8889,-5660,-7270,-8903,5819,-2454,-5020,9883,180,35,-2643,-5304,-1030,-7172,-3971,4083,-9371,1060,-3662,-9839,9638,2488,-4641,-6756,3680,8301,-3458,-5234,-7347,861,7717,-6697,-111,9376,9299,-531,-1255,5186,-5491,896,9855,-6492,-2308,8314,5793,7875,547,-2135,-9155,-2572,-868,-6645,3779,-4603,6954,5037,1153,9718,1252,-1186,-2260,3705,-9189,-8584,8957,-3953,-5825,-6887,-1998,5120,7072,9979,-2492,-7306,7212,-7534,-7993,6605,-6719,-3763,-6576,792,3012,4714,-2976,4335,2689,-9255,9895,-1287,7239,7043,-1955,4499,-3757,-8282,1581,-4984,-3201,-3708,154,5252,9067,8936,-6963,9380,-5313,-4494,9676,-265,-8072,-4895,7413,-6060,4478,5395,3397,5084,-6729,-4148,7257,-7539,2520,-5603,-9845,7364,-7663,4513,4223,-253,-9117,5998,-5904,-2675,-1058,-7102,-550,8739,-902,6980,-6112,-3070,443,-5796,1443,-2311,7736,5286,-2792,1553,1445,-764,-6776,-5130,-8123,-8847,-5229,7780,6798,-7872,5577,3209,7526,203,3225,1742,3422,-3286,-1843,-7723,8989,2141,-8815,7882,1522,9737,-4715,-9918,-9703,3765,7730,3096,723,2059,8208,-7965,8707,-74,-2376,6165,-8315,-5948,619,9571,-6692,-8867}

    Returns: 695126417

  92. {5430,-2142,-6945,5227,-2362,9665,4300,-6423,-2031,673,-7154,3774,-7551,9922,-4659,-4824,-7486,-3019,-5426,5411,74,8830,-7701,-8404,-431,8510,-5115,4343,2854,-1605,5882,9562,5357,2662,-3095,-7862,-1061,4810,9876,3896,8219,6587,9696,-3984,-7155,4660,-3141,3251,8317,-9336,4268,3712,2397,8955,1690,3947,3043,-5534,-5165,-5759,6971,517,-6070,3724,5583,-6786,-1041,-1157,6971,-4709,5392,-7805,9028,7819,-4723,1390,9449,3108,3958,-194,3486,6511,2473,-7411,-201,8453,9869,-7910,-1410,-8865,8163,-2750,4440,-3209,-4366,1018,8839,6145,1380,-1084,-5585,-3005,-4249,-9754,4180,-6664,7314,-8828,4830,-4591,-2617,-3947,-6719,392,7982,9908,-9961,2115,8200,-9247,-8121,-3742,-2483,5842,-471,-5060,2517,411,-6349,-8592,5721,1612,4382,-8257,-8060,-6381,6029,6050,8573,2703,9285,6548,-8340,3164,-1639,-5692,9361,-3462,9967,-9959,-1421,7361,-5132,-2557,-897,-985,1016,17,2448,2860,9797,4139,9936,-7221,3974,-7720,-3827,5726,7191,921,135,6553,-9346,7581,-3524,2574,-7273,741,-5544,9786,1587,-4887,-8930,-1430,-9992,2777,8443,1952,4514,-1863,-6471,-5903,-1258,1503,-9608,777,2869,-7755,-7981,6861,-2754,8064,-345,-1313,9156,-8139,3068,1266,-3320,-7993,4911,1794,3142,5478,6537,-8174,-564,-3570,-8866,-9305,-205,5204,2981,-7569,-896,4561,8886,7394,-3109,1161,-452,8248,4441,854,4618,-2361,-2801,-3722,-4389,-7931,-5238,-5379,-4329,2977,5181,2026,4287,-8108,-821,-741,-1380,1811,3117,645,-8969,1536,-2909,5115,4645,3769,-3415,4410,-4536,-8919,2382,9032,608,6676,4217,7480,7606,-1048,-1288,8641,-496,-9573,-8363,-9125,-5298,-7597,-1649,-5584,8941,7058,-5458,6139,-201,8244,1958,-2430,-8653,-8696,792,8215,-1762,-9432,1741,-3189,-5433,964,6485,-6893,3263,7310,-4590,-7969,-3496,1337,5903,850,-3119,-7600,3353,-2049,-7498,-6946,267,9346,7182,5340,6450,-4211,-865,7588,-4781,9620,-1749,4972,6949,5981,-6944,-257,1950,-1977,3889,-737,-171,-9986,8607,-8582,1897,5959,1271,-2121,7072,-5583,2837,5950,-56,-7360,5745,-648,-7746,-5056,1618,-2691,-3979,-8531,-7073,9656,-2104,4011,5516,3486,-9950,5546,-722,-6050,-7016,9429,-898,-1683,149,-7121,-2695,8331,3080,-2520,-7639,1087,-995,6840,6604,3350,450,-1623,7890,8177,-1633,2394,6872,-3876,-3363,-2840,-7468,-3925,-3456,3674,4092,-7185,4882,-1917,-2857,-9965,8865,-6564,6043,8286,4833,-4481,-6857,-2324,5988,9936,8316,-5269,6959,9452,-457,-8163,-9981,1783,-2995,-3930,-918,8582,-906,-8036,3330,-3676,-748,9908,2468,9110,7261,-1657,-9995,2082,-2196,3857,9872,2234,2661,-1542,-5143,-9178,-9238,-1983,2987,8411,-7326,9793,9908,9771,2704,-9590,-8302,1425,-7142,8350,3271,-447,-1676,7172,2576,-9676,3872,-2796,-9640,-1623,-5196,4280,9020,-7748,-5436,-5625,-7667,-1970,-5960,-7354,485,-5771,4901,4320,-8301,2216,934,3337,-6785,6945,7409,2335,23,2796,-1096,-5262,9882,-1421,-9204,6188,-2377,-5528,-1205,8460,580,1732,-5565,-5762,-9789,-6545,2342,5768,2589,-8526,7370,-5615,-7621,-9321,6390,1353,1314,-2396,-9481,-6896,-7147,-4908,-993,-3780,-155,-883,5763,-1112,1460,7585,3697,-3490,9541,-6032,556,-607,2691,-8912,-7150,-9969,-928,2157,1770,-3432,5819,7408,-3371,-2680,4335,5184,-2585,9085,6472,-3682,-1549,-993,6665,9930,9924,-3655,-408,-2515,-6760,6303,-8232,-10000,9662,3391,8694,747,9618,6387,6795,2587,2347,-9028,1353,-4688,2211,-499,-2028,3882,9037,117,5848,-6587,5247,9552,-3774,-8889,2368,5460,8864,8972,3597,-4999,3210,4216,7710,-3345,-806,-3195,2458,-8134,-4847,5231,2908,-7852,7356,2950,1833,5601,6974,-1577,-4705,-5376,-3961,1619,6983,-6332,4048,-786,-372,2412,1319,-646,-8980,5612,-5911,4952,5636,-3851,9540,-8077,-9170,-7611,-3472,5567,8842,5010,-190,4505,2465,1810,-8159,-2836,3343,1779,7015,-9300,7211,1827,-1764,6606,198,1078,5275,-9066,4485,-1479,8112,111,119,46,-3224,-4218,-7272,547,1736,-6061,-5876,5754,-4115,4766,4489,6849,532,-9801,-9172,-1331,3478,-3820,6837,-561,7428,5823,-5959,6453,-8604,8486,3315,8043,6658,7755,-655,7393,1973,-1194,-1435,-1602,473,-7585,3334,7775,-7488,9109,-8166,1009,5152,-7536,4162,2470,-307,-4427,-9497,2158,-6256,-1075,-2899,-6939,3773,1731,-173,3959,-2015,-8282,-6237,2783,-2456,902,-9942,5262,6774,-3360,-1341,-7416,9955,-1523,7116,199,3658,-8159,1772,7609,-691,9608,-2024,-3831,-9261,-8145,-9184,8383,-4014,-7170,6969,-1938,-8573,2211,-8150,6020,-423,5183,4123,-9488,9450,2690,-8086,5732,383,9364,-8232,-5018,6560,2268,2374,7934,181,8466,537,3483,6349,-6210,6631,1263,-7810,8854,-9053,-4299,-3408,1422,873,6790,5154,-3296,1749,-8632,7545,-1069,1551,-2283,1453,-1212,-8815,-5374,8616,1839,-1771,3883,4198,3007,2361,-7775,-9162,1499,-4496,-4661,-6815,-736,8876,-7679,7564,-5871,-7350,4324,-5326,6189,1897,-4310,-9216,2874,-5333,9915,-5124,-5722,4855,-3859,5533,-4085,-6597,-5349,-7897,1001,6913,-8064,9755,8697,2427,7449,7489,-1598,-8600,-4993,-7902,3301,-5687,-7928,-816,-1240,378,9769,5023,3029,-5980,5485,9995,8854,1495,-1677,-4335,5225,7032,-4641,3326,8360,8325,-6142,1870,401,5929,-8943,7410,-7042,-9653,9029,5823,-9297,4067,7369,-7303,7675,-6253,-8881,2693,5760,-9960,5298,-7645,1001,-807,798,6718,-1028,1582,-782,794,-4637,7790,-3771,2140,-7712,2590,4669,-9873,-5537,-8650,9380,-8560,2506,-8046,6096,9517,-6952,8182,6280,-1744,7142,-2160,8848,-2713,-341,-9458,8068,7437,-7058,-3890,4704,768,7897,-5053,-5420,9646,-4953,-3444,5247,3762,-3242,-8508,-2675,2922,-115,5614,2360,6565,5589,-6624,-6405,8650,9817,-775,172,8470,-5804,-7224,-1455,4320,-7395,4530,7719,7663,3674,-5734,-2977,542,3735,-5950,6632,-1552,-1518,1943,1944,-5290,-5368,1046,-6847,-9297,-4674,1424,-8984,-1262,4847,9710,-1229,1511,9392,2905,-1394}

    {-7398,-2609,8738,-3668,-737,5790,6820,-8533,-7031,8376,-5918,-7989,-3618,-9408,-6409,-4533,-1143,6842,-887,1652,-4169,-7317,-8125,-2322,-4604,6445,-6605,-2929,-354,-9094,-6596,3524,1127,-3528,-3140,-4813,-3136,-7701,-1669,-4835,-6071,-8629,-4253,8077,1395,9318,-1433,1042,-6218,5015,7855,-9596,-9267,-6377,7582,2740,6635,-370,7644,-9596,2320,8890,-311,-2121,-1301,4317,6729,-4408,9338,-9987,6890,2687,-4546,3077,-9683,9360,2747,1182,6297,2918,4659,-2738,-4855,-354,-8646,-9804,-3798,6811,7676,-7610,-558,5845,-3290,1495,3837,-1260,8393,4216,480,-4881,4635,-4730,-7149,-2763,-5949,4016,260,4300,166,5135,3585,6062,7269,7976,4872,8540,-2268,-8274,4157,-8019,-6446,627,8081,2892,3340,-5304,-4568,7941,-6383,7243,-5317,7991,-9424,-9511,-2090,5289,-5232,-4891,4185,-4010,-2774,8351,-6427,3741,695,8614,340,-2038,-5709,1966,757,-7264,3931,8050,-2891,-1110,4221,-834,5076,2873,-9708,7077,-3433,-8538,-9857,-2881,-5541,-8905,9606,8749,-674,4812,2895,-4574,-8655,8289,-8016,5033,-6992,9396,-2358,4548,64,2972,-5998,9747,9316,4165,-3093,-8024,-7517,-251,4012,-172,5249,-2788,1771,-6412,-57,-3802,937,4865,9023,-3930,-1931,2581,4530,6859,5819,9804,-3786,8813,9369,-6568,7745,8005,-9575,762,6709,2159,-6470,3295,-399,1860,-7788,8862,-2031,7728,4641,-1747,-3786,3942,9929,-7992,-4804,-7371,7125,-3144,-1088,2195,-819,-457,3907,-4440,-6178,8360,-7075,1585,-7770,9672,-4504,-5428,4844,8088,8701,-7163,-8660,-5377,1320,-2309,8975,-2651,-6114,8986,9957,-6578,-4164,-7444,-5544,316,9032,-1614,1026,-2771,-5624,-3749,919,-4705,5049,7907,-3259,-2847,-3931,-8507,9268,2813,5495,-5079,9024,9461,7474,365,-8675,-2065,1696,-8189,5023,-1887,7479,-8251,6021,-758,-6206,-8368,-3056,-465,-1012,3648,-6075,-8118,-4269,8622,-9508,-440,-2024,6541,6932,7129,7233,-7788,1235,-2551,-4583,-1018,-5126,5850,850,-1758,-6826,-3073,-7318,-8420,-4121,-1661,-2924,6007,-1167,9148,-4092,549,2256,-2109,5611,-5151,5149,-2498,-91,-3002,-1283,-9418,-4185,-1058,-5537,-783,-2821,3132,-5280,8655,4387,3947,-5079,3628,-7483,-8473,-2257,-74,-6676,-5789,-435,-7910,8835,8679,-732,-9338,-3786,4188,-1578,9414,-5317,8951,-9702,4320,-4107,-7271,-7121,1767,9063,-9859,8174,3587,1529,3957,6656,965,4039,6816,1513,8145,-1831,3348,-7347,52,-9269,2570,5050,5565,6800,2728,-12,-9873,-785,7420,1188,-2226,-2025,-7156,-9495,-6696,7873,-8528,-9951,-9494,7041,7177,-931,-8251,2768,-8949,-5176,-1850,4026,5671,-3080,-2291,-7445,8453,-5785,1438,-3776,-7936,2406,-5546,9503,-8496,-1219,375,6533,3470,8384,3058,-7849,4097,-7040,9847,-4419,-4108,569,-5067,-9823,3858,9590,-9683,700,-5645,6166,-4951,-3011,8142,8699,-8954,9790,1307,-2962,5752,611,-5485,-2606,8240,-6891,1963,-3260,6104,8404,6893,-7390,5563,1060,-9713,5698,6675,6168,3516,-6458,9435,996,4257,3839,4696,-2831,7923,-4453,-3476,-8896,4090,-5037,9502,-8354,9110,2311,-4122,-5581,-7885,2158,-6806,2331,2025,-1915,-6919,998,-2046,8552,6422,6547,4596,6778,8905,-8683,-2330,2698,4231,418,-7562,9710,9828,-1065,587,-7103,-8117,-4260,-2568,-1175,-7113,-4542,2419,-257,5575,-4941,1335,7149,-7750,5873,8402,1198,7979,5515,600,3297,-54,7277,-4904,9487,3524,-3025,3574,1837,-1818,9065,4525,4112,3346,-4972,6248,6283,5657,-2393,9322,-9710,-5184,4372,-2275,6534,5286,-6516,-7428,-2909,-4416,3140,-8409,-2448,5790,-5700,-9001,-5405,-2949,-6276,4348,-8931,-5466,1145,-4812,-5647,7187,634,7082,-2875,4059,-8263,5496,2456,7632,-9061,1549,-2763,-276,8304,7350,-504,4987,-2158,-3161,-4015,880,-6769,-5427,6734,1221,-7073,7795,2829,-7005,-9444,-5563,2755,-6878,-2356,1353,932,-6843,-3683,-6906,-81,-4293,9548,1995,4808,-3630,5831,5073,-5103,9515,3872,-7552,-6426,-4928,-9063,-4504,-7403,-3301,-4045,-9149,-8382,9301,5259,8718,7762,-4137,-4908,-9486,-6536,9901,515,2016,-6444,-9479,5332,-6527,-5354,2244,1951,8046,-8572,-8847,-6209,-5998,-4626,2833,-4083,-5300,1534,-4266,-7986,-6749,8808,6246,7651,-3929,-1956,-1312,939,-8814,-9292,4823,-7692,-6835,-1394,3171,-4995,7006,-7709,8536,7289,8053,2278,-3380,5955,4194,3062,-2561,-1099,129,-4785,-5522,-8120,1399,-4569,4147,1421,-1850,8420,2019,2053,-4705,7917,8743,-8415,6714,-3162,9194,-6912,6608,8721,-6453,6564,-9136,-5883,-1565,-3011,5466,6478,-9825,-1538,7500,2299,-9686,6629,-2734,-23,-3715,3409,-2775,765,-3005,9190,-4791,3652,4464,8255,-4637,3719,-1602,3141,-9323,-9366,-9350,2946,5757,513,999,-725,-2353,168,-5462,-8381,6064,-1896,4177,-8637,-7722,1185,9356,456,-1799,9940,4046,6973,-6125,8833,3471,5346,2608,582,9681,-6006,-1616,-4244,1227,7413,15,346,-8336,3424,588,4931,-4572,9442,9372,9272,7882,-6054,6193,-4166,8917,-8739,-4376,-5297,-3533,8875,-41,769,7635,7119,5995,-8204,-9147,979,1053,-6879,-7376,-6899,-1549,1231,-3187,5764,1799,-5646,3357,-2344,-8968,3438,-3556,8734,-9003,-8461,9841,-6759,5700,-6372,8995,-2803,7974,2215,-4096,-7833,5384,6933,3468,-7846,-1450,8372,1102,-5333,7914,7933,2928,815,9087,6365,-6360,2251,5475,3902,5409,-4702,-213,4544,-8238,-5620,3297,6027,-8626,8051,3426,5404,-3989,-8473,-3786,7932,-7360,-459,673,-5952,-218,-7361,6799,-4216,2666,-1225,8187,-235,-9403,81,-6289,9288,-6833,2168,656,2510,-472,-9913,3966,-2142,6947,1337,-7055,1096,1168,-8223,7762,1273,1873,-4646,-6466,4886,-8403,2773,-437,9105,5937,7995,5409,-4218,-3243,-5522,-5903,-1779,8291,-4452,-4417,-7686,8645,5055,-9052,-7345,-3792,-4272,-574,-7383,-8237,3148,6403,-4858,-7118,-6773,-9049,-1899,7241,-9593,-3767,4620,-4027,2460,-4734,4606,7049,-4151,-1905,-1008,1845,-6941,4320,-7159,-4271,108,7188,7441,5395,8647,2160,-5092,2067,-7374,3875,1600,-9582,-5553,-9170,-1308,8115,9822,-3077}

    {2541,671,6171,-4248,8132,-3708,5396,-9590,2338,-2534,-3628,2798,-3048,-2939,-8099,3484,-9897,4806,-7140,275,6365,-9142,-9343,6780,-5760,-1015,3325,8595,8124,-6511,147,-3239,-9027,-122,-1480,-3802,7497,4551,-4,-5736,-4470,-6635,-9945,-8580,5604,-7004,-1888,-7863,5320,-7653,619,9797,-3774,4041,-9149,-5779,6272,-1866,-5942,4850,713,1730,-3878,6206,-1502,9005,-2256,-4591,9701,6451,4363,3920,2473,7748,-5359,7500,5287,-8313,-2692,9590,-8125,4954,7500,-6140,2343,9314,9464,-8376,4292,-108,2592,-865,-7361,-2264,-7786,8468,5925,5728,5429,3768,447,-7843,5493,2062,-8492,-9082,5853,4679,3291,1279,6915,-8517,5575,-6452,-5047,-4263,-3465,-263,-6676,2278,-3736,-9576,1215,-3899,5455,-9449,-5351,-7945,-2164,7725,-1682,-543,-6515,-3090,5009,-2112,3066,4976,2027,2210,303,7567,975,-3937,-8314,9197,-1434,-6325,8424,5151,1931,9720,6057,961,-8075,-3684,1983,-8301,-7570,4941,-9777,-787,2513,9070,6376,-9304,-8513,836,-6450,-3399,-5435,-8190,2413,9911,-1279,4150,5084,2156,-5247,-5992,-6306,-5651,-7729,3967,9832,-6915,9388,-4390,-9166,3608,-1588,7043,3124,2500,-7332,-6795,1246,-7090,-2219,-688,4226,-5145,3381,9516,-1869,2156,-1852,4126,-4624,5917,-7539,9260,7362,2249,8644,-7250,-2571,9031,8876,9440,-4082,-6981,-4625,7702,-1743,-5482,-3802,-2912,-9441,-7973,3344,4427,-4894,-6032,-2654,-7462,393,-1449,-5410,1912,-2947,6242,9870,1249,2026,2052,-2515,-2260,-1244,6973,-773,2235,-9047,9417,7100,8164,1663,8374,2469,6159,7872,-9729,1553,-1281,3840,1135,-251,1121,-6421,4665,4294,-4049,4613,-4786,-3917,9195,-8860,2417,7198,-4220,-4827,1322,788,1763,-1019,8434,-5560,9063,-8666,-114,-2999,6691,3595,-6721,-7964,9892,9595,9305,-1268,5392,5519,-6697,-7009,-2814,-7296,-9723,-2163,2824,-2734,9629,-7034,5114,-4119,8019,8364,-1520,-3125,280,-3598,2897,9860,-866,670,-8609,5760,4773,-2005,9541,1949,-5022,2752,-2779,4508,5432,9476,-5958,1265,-1720,-8805,475,5340,-5238,6588,-3379,-694,-5178,-830,9886,4856,3154,-3790,-8488,2057,6995,-6100,-9995,5773,6225,8528,-3117,-5225,1000,1020,7077,1318,-3913,4175,2406,5650,4515,-1754,-7797,935,5854,-8707,-9959,-514,-3394,5780,9878,997,1663,-7611,8583,-2393,-3310,5871,4924,9187,1527,5953,7493,5127,4347,8958,5880,-3793,5301,-7273,606,-8223,6768,8807,7886,-6482,5069,1573,-4789,-2538,-4349,-5927,3113,745,-9761,-5167,7086,-1302,329,8712,-8212,-8549,6658,-1862,7025,-2875,8926,-1357,-8143,-9067,-5987,4553,9396,-3739,-5645,7119,-9672,4717,-9134,8000,-1711,-2340,6940,6188,4356,1425,1563,5882,-8208,-7347,448,-3300,5098,-1314,4351,-4180,9949,-9153,3365,-5743,2403,5768,4994,-3571,-3072,-8452,-7828,3547,-6627,1580,5172,7055,-7012,9280,8445,8466,2840,-8249,-28,6396,-3261,9576,6559,-9536,8809,-6567,3765,-5070,3279,-3787,3808,-7459,-9074,1501,8759,-8933,8743,-3947,9731,-8717,4999,-5165,5542,-4050,-3191,-7321,-3574,4403,-8383,6348,-111,6828,7712,4980,-3315,6183,-8052,5425,5146,3916,-4692,-8133,1705,8238,8715,6461,-5512,682,2744,9300,-4796,8040,-4572,2157,2333,-7545,-7735,-9234,5723,-7397,1921,5248,9232,3300,9727,7430,3913,9779,9216,7340,9504,-3928,9333,9075,-3394,4544,-8219,8520,5944,-4430,9180,-7948,-5528,2751,-9765,-3577,871,-284,-6881,5380,-4955,9721,2514,-1584,-2165,-1323,-492,-8825,7925,-3877,6585,-4430,-6729,6858,2384,598,-6045,8560,-7271,-7892,2388,-2317,-4378,-8544,-4837,7277,8451,-1020,8615,-3913,-4393,-1320,-2731,-1587,4048,-4746,-9130,8639,2973,-6208,-8447,-6767,-8084,-4017,7978,-3777,8963,-5411,7882,-8263,-2400,228,4503,-802,-3048,-8826,-4307,-6909,5664,-2098,7331,9948,-5326,-466,-5273,289,8420,-886,7258,-7243,-2293,-1187,2313,-8527,-9442,-5323,4915,-4064,9766,-6523,8997,-4669,7732,1462,5305,6100,-9668,6521,-686,-7006,2132,-8745,-9746,-469,5202,-5098,-497,-6141,3123,6812,3090,-9433,451,3368,-1049,-2251,5953,-6251,4808,1903,5417,-2149,-2820,844,6614,1984,6065,6745,-4804,4600,-6846,7803,-4115,-4644,4264,-2251,8240,6225,-1275,-2515,609,-6866,46,2648,-426,-9180,2989,-5288,5243,-7948,-7524,-8507,-4800,-4651,-620,5482,-8255,2575,-2774,5445,-1778,9444,-7738,-1949,829,-1962,-2958,2012,2237,-9190,4857,-2675,2635,358,-1187,-3316,-7443,8406,-4737,4957,9875,-9038,-3489,5866,787,-5453,-7600,2597,-8514,631,4323,1036,3316,-7853,8648,693,9855,-3093,9251,9057,-729,8221,-9008,289,9629,-7246,-2499,-1445,8479,9862,-2533,220,-8794,5135,-6065,-2708,-5032,3840,-9303,7140,6916,-2821,-1104,-9546,6593,6005,5328,-9204,2937,2609,-8308,-5229,6279,-8343,-8852,-8018,-4967,-3896,-4938,8399,-4516,3073,-1299,-4421,-8887,-1730,-124,1480,-4617,-4668,-828,6111,-1315,8883,-5587,-2691,-3645,6649,-4633,8249,250,7088,7485,-987,-8714,4352,5558,-339,4674,2210,-291,1689,-6723,2705,7006,8652,7590,3871,2229,-5102,3254,-6275,-9039,-5994,-1123,5060,7186,5459,-1926,-2816,5922,9451,265,-3152,-777,-4557,-5359,945,-9041,173,1104,-1594,2331,-4689,-9406,7837,5914,3798,5359,-8991,1331,-2901,7111,-9798,-9767,-6735,7857,9691,2288,-2417,4373,-1674,7283,4018,2856,-8782,1150,6340,5241,-6118,-4102,-7086,-7034,2072,-5085,-1365,7687,4603,-4015,1313,-8524,-4915,-5374,-1952,-8475,1315,-23,-272,-3868,8430,4474,-1241,-10000,3538,6920,-3521,-2590,5610,-3676,2430,1764,4796,1008,-2225,9345,142,-6038,9589,3800,-6171,1357,-8366,-4065,-6412,6330,-9561,-9159,-7129,-5201,-6928,-8796,621,-5908,5035,-8181,-834,8520,-7024,-4070,-217,-1210,7713,-1098,890,4316,-1910,-877,-6380,8903,-4268,9658,3667,1282,-5465,-2727,6861,2104,7029,7906,8821,-1285,-7725,9427,-3695,8013,-2997,-6218,9576,-3965,-7036,-8863,-8899,742,9279,-1413,-3668,-8477,8588,-4662,7088,-4480,335,4936,7231,6673,3326,-6826,3859,8718,2952,-2206}

    Returns: 961099099

  93. {-123,-9594,-5724,-6887,-3067,8004,7286,-8966,4222,4722,2464,-6726,-7227,-6043,4067,-7660,-6360,53,1247,1977,-1439,-8073,2061,-9461,3748,-7906,-816,-3448,9725,-5718,8588,1338,6663,7342,-8858,-7213,513,1961,-4829,-2127,-9465,9961,5398,9399,-6614,-6487,-9404,4791,3007,3614,8395,-8624,-1136,3468,-8732,-6357,7899,3206,2722,3365,7633,-2587,-3072,3291,9423,-3570,-1164,9240,1688,-3745,4781,-6039,3225,71,6099,-922,-3660,7041,66,8659,-1465,968,-6352,9672,9850,2788,6137,580,743,-3441,-3314,9762,2503,-1267,2073,-9786,8681,-5057,8693,6174,-8065,-2575,892,802,5921,-639,5140,-7984,-3524,88,6402,5817,-9621,7038,9240,3118,3328,6664,-8267,7151,-8483,-2707,-4721,-6125,3375,-8025,7609,7670,9453,8850,-9916,8684,-587,-9592,-6612,6811,-4741,-8744,-1842,-9880,-397,6560,8945,-7106,-3227,355,1053,-9945,-7062,-5754,-9591,-9172,-827,-7296,6508,-5138,8530,-8669,-2157,8863,-5333,-1112,7903,890,5502,2745,7865,-6919,549,630,-413,1391,5298,9167,9303,3298,9946,1633,-1392,-8955,3189,3760,4905,9017,4544,7070,8412,-713,785,4393,7152,9149,3585,-8362,5039,8577,6347,-6233,1232,4145,8438,1120,-8618,-1195,-5307,4874,-6790,-5785,7042,-2660,-9965,4002,3499,-5800,6454,2314,7513,1473,-9703,-7488,7788,-9891,-5660,5554,-4787,-4398,9864,6825,-598,8811,2325,3733,-7414,7461,-3241,4207,3271,-4650,-2618,-1367,6037,8276,2065,4334,7243,-7962,7891,2774,9180,-1373,-1031,-4916,7305,1732,1994,1276,-3273,2270,8705,-7345,-5027,-1595,-2495,-4466,8329,-7198,-1083,-2810,-1341,2419,1367,2344,6658,3142,4998,-9919,-4208,2916,1756,7167,-967,-7299,9956,4119,-2480,-5234,840,-4794,-3117,-7800,3335,2660,-7240,2478,1267,8967,-7654,-8964,4772,8991,3420,8502,4405,5961,-3701,-2877,2694,-7952,7561,8343,3401,-4759,7113,4141,3743,-312,-7676,-84,-903,-3567,4444,6094,-6555,-4360,3400,-450,-8155,9929,7334,4119,-6313,1365,2845,2075,7283,-8072,942,-4547,7547,8945,-7956,7402,-906,-7010,1183,-505,7006,-3791,1608,1040,-3168,3760,-8412,864,4128,246,-4992,939,-8182,-3434,-8337,-5603,-8793,-9515,-2251,8114,-811,-3465,1071,1994,467,7518,8868,3445,-875,903,8897,-3761,-1164,-1171,-3442,-1906,5320,-9788,2336,-9286,-1643,7610,4727,9955,-6287,35,-5939,1932,7780,-4179,2262,3546,9569,6922,-7407,-7190,-4136,7694,-8178,-4210,-4089,7239,4965,-7399,1974,4813,-55,-4914,-8609,-7448,5963,-6788,-5528,8983,-4738,6100,-9387,-9744,-6735,6824,2494,-5973,6620,-2306,4982,3100,-7243,-5261,-8377,-7291,-2086,-3575,7103,6278,3323,2382,-962,9926,1422,-6979,6796,5789,-4584,361,8651,-1627,-3571,-5730,-8238,6690,2702,-3468,-8194,-2169,4962,-2268,-9046,4955,-8933,8971,4090,4254,1405,-8297,3687,1591,-5697,-5216,-6241,-172,-2189,7853,2552,2691,-9262,-5322,2396,185,-8304,-1046,3171,-5919,148,-1794,3277,-81,8123,-868,-1162,4265,5206,-383,8044,2603,-7145,9046,3098,-5703,6797,-766,-2796,6455,-1597,-6570,8307,-1703,7481,-9734,-4985,1850,9726,3428,-6781,3237,2404,-3995,-5710,1823,1420,1110,-2338,1709,1947,7290,1688,-8246,3166,8636,7317,-3673,-4575,-4797,-987,9406,-4754,9452,-3314,-569,-9878,-1112,1100,-8533,919,-6041,3266,-3223,4956,-6578,-4203,7806,7455,7080,-9010,8881,3079,7672,-3378,9569,-7377,125,5981,8682,-7291,7040,3625,2331,-1559,-5592,-7343,-793,-9513,1041,-6995,440,-1042,9005,3254,-99,6648,612,1035,3751,-6101,-9902,-1221,-4703,-3682,-4908,-7172,2901,4941,4326,4486,4699,6235,3784,-8490,4318,-3569,3537,7878,-3451,-8834,2030,8332,-8888,7350,-6591,-7691,-3850,-651,6711,-736,1048,6294,3321,4228,414,-8769,-8898,-1354,7742,6302,-85,-2905,-1688,821,4000,5404,-3722,1298,-8231,54,697,-6071,-6955,2406,9403,-9036,-2394,4357,8165,2621,-2836,-5502,5478,5836,-4557,5638,-9367,149,-1952,-4242,-5650,9406,-4870,5043,-2689,5687,5595,1529,2334,-945,1680,-2704,720,-6853,-2768,5761,2447,-7413,1814,-1282,3450,3386,-3953,9232,-8900,-7826,-8847,-6734,1320,4086,-2356,9168,-2606,2504,4473,-361,1607,6625,645,5833,-3794,4937,-3565,7474,29,-5791,769,6615,1229,-5547,5238,-4283,5138,594,-6605,-6828,-858,-8796,-3417,-8815,3809,3660,-5450,2180,-8915,3452,-9599,-9625,6492,3161,-4778,-4783,-7401,3696,-2257,-7430,-4113,-3061,8938,-1647,8221,4794,269,-2709,7745,-5108,-2481,-3029,1883,7860,9757,4132,-2579,-4994,4941,-3619,9314,-1256,-9963,-1966,-9102,-9271,-5788,3766,3589,-5107,8802,8043,3925,4016,7203,-7990,-9982,9380,-8319,-7409,-2061,3294,-7662,-9047,-8459,3902,-3965,9366,6471,-9301,-9915,-3379,-9211,7562,6860,-7213,-9332,7839,-8855,-6022,6,3194,2252,7169,7645,-5612,7280,-6252,-5024,8062,834,8589,297,-1159,-300,8849,-5840,720,8572,-6475,2280,5671,-5081,994,9176,-9186,7407,-2693,-3195,8235,3017,-7004,-2170,-6346,-6878,-9589,-7060,1697,-1785,7335,-4149,-3681,-5132,5683,8068,-4721,6703,-3479,8498,7117,-6242,-5515,-9811,8123,-8386,-4185,8225,5183,2971,-5131,-1256,-1923,-9889,-6162,9569,-7976,-3221,-232,7606,-2310,2457,1631,-2572,-8205,907,-1699,-1064,-3278,-1976,5701,9911,-7895,1674,8207,1573,-4548,8163,-4393,1919,2160,-3693,2459,-7392,-1900,831,1628,649,-9969,-8124,-1871,5843,639,-3072,3064,9167,5847,5256,514,-4220,-7682,-6757,-7288,-759,2704,1537,596,-9157,-4837,1941,8074,-397,-7901,-6680,8878,-5527,-9216,1512,4825,-9199,-4323,8308,-6368,-2221,8763,-895,-6890,2833,81,-2401,-3371,-7564,-4079,9164,2206,-3294,6724,2150,4361,-2530,-9212,-1710,4086,-3878,-6747,-225,-2156,-1374,-7476,-8744,-8547,449,8533,149,9019,3979,-1364,-1912,-9220,-4862,7906,202,-3195,4461,-9242,7141,-4109,780,565,-2648,866,-7014,-7193,-5911,-7340,6962,5817,2988,-3893,832,-9204,1752,-9662,2092,28,3615,-4013,-5051,8621,-9324,91,-4629,1064,2108,-2346,4890}

    {5144,7944,-3946,-7141,-1767,5537,-1624,-3087,7292,2727,5909,-417,-7199,4692,-7861,6225,-1364,-8689,8337,4536,3220,-5636,-6555,750,5238,1644,-5949,-3920,-7088,-1279,3051,-3451,8735,-1306,8318,-8877,8879,-685,-441,-5714,8131,5202,-7015,9749,-2749,643,-950,-8075,50,-4378,-1302,1129,2291,-5831,7970,7131,-6359,-9942,-307,-6211,-2511,110,-5800,-5096,1292,-32,8617,8259,2449,-8728,6227,-8991,-8659,2460,-6220,-4847,4209,8253,-4667,-3271,-6057,4961,6276,6747,6693,276,743,5508,-3733,7066,9368,-4932,-3042,-9007,2626,-2982,8204,-8654,7594,-5423,1898,-6482,-7108,9204,4740,-62,-2010,-7541,-5912,4000,-1299,3844,-3807,-1317,-9139,-5403,-9557,8045,-1396,6189,2455,-4352,-7477,254,-7656,-733,-3765,4203,-7569,5784,7429,3521,934,-5731,1489,-2018,-5156,-1451,2116,4580,6223,-6643,-5914,-5129,-8430,-9710,-1612,-1181,-6303,1277,9470,-9163,9689,8164,8143,-3143,-2901,7272,-8063,3656,-6598,-2599,7292,-6488,-8963,8766,4937,8433,2015,8730,-8830,8778,2119,7958,-6544,-8965,5128,7723,-1126,8837,2261,-4370,-1589,-41,-8762,-7116,-1060,173,-7145,1470,7969,2189,-9108,-5721,-6209,-5184,-6534,-4812,-4276,-6405,589,9480,5370,9778,-6273,7759,647,-581,-1414,-1351,9380,8717,-7900,7041,8723,5377,8793,5548,-9439,-1118,-9808,7110,1218,4961,-6087,-3748,-3577,1392,-3725,-4421,-525,-6553,4019,-7596,-8163,-2129,-3303,8215,1181,4189,-8280,767,1948,1523,-1144,5134,8004,7715,-9900,5892,-4218,5660,-5603,7893,9549,-794,-5401,-2301,8019,7748,-3683,1757,-6472,4880,-4993,-9239,1303,-7984,8643,-7557,-2906,2829,8747,-2914,-3439,-1325,-7647,-8350,-774,-1125,-8398,-798,3708,-7223,-3774,-9355,-876,2965,7095,-4661,-9806,-9202,6266,6235,-9491,-3322,644,-6499,9799,7951,-7599,8394,6760,7372,9709,-3769,-915,-5703,-3887,3859,-3188,9524,6072,2855,-6026,-7289,7665,-5019,-3266,-1184,-8559,1021,3806,-3279,6621,-1857,6905,9505,-7457,4311,5360,-8710,4300,-8986,9712,-9378,6866,-2275,4222,4581,-8135,2976,7708,1565,-4752,-2143,-4058,3747,2694,7976,7115,-7395,2463,-480,4388,-7191,2720,4140,-3364,880,-8020,5654,-273,-4360,7412,9421,-3530,-2601,6080,2292,3457,-7867,9061,7584,-2546,5628,7478,5393,-7096,583,3046,3826,-4727,-2824,3653,-8674,2612,4326,6753,-5667,9639,-4842,29,7818,5041,5696,9821,-937,3364,755,-6803,7140,-1993,-4658,-618,-7954,1269,3541,345,8364,-8725,9941,8971,8527,-6182,1101,6062,444,9731,-3636,4772,-6799,-4573,-1487,-7304,2955,-4457,5352,7882,-1105,-7643,3214,5444,6263,-3227,2720,-3747,9933,113,-4185,8315,-2067,-5200,-8838,-5004,9534,-4726,2411,-7818,7178,8028,701,8705,-4495,-8324,-1084,1062,4127,-5722,-9194,-5515,-6458,-4130,2998,7804,-4273,-712,-7733,-644,2428,1768,-5872,-4636,5069,3745,1827,-9312,-9566,9415,7328,4839,5931,6272,7650,-6637,7210,-2205,-8883,-3588,9344,4787,8665,-7685,468,6609,5258,-5591,3969,3662,-4173,4139,-8245,6911,-1202,-7377,-2914,-898,8345,6416,-9389,5580,-6010,1072,7994,157,2919,-1542,-8598,-6503,6624,378,-9390,7811,-953,-7886,2145,-7619,-1693,-5069,7084,-460,8439,-3673,-405,187,1266,1010,-810,-8214,1572,4109,9916,7,1192,-8976,9341,-2239,9467,-4390,-792,2378,8684,72,7970,2991,3694,-4059,3218,-4071,-5153,5959,9123,6042,2692,-8563,-9502,6285,-8419,-1135,1021,-3164,-2590,-6976,-1669,8148,2103,1830,3422,9987,-5644,361,5710,488,-7736,8226,8543,-4439,-930,5439,-7322,-250,-1796,7391,7382,-5282,8086,-710,309,-8989,-9125,-5407,8195,-7387,2413,-9499,-9356,1998,3007,6500,-1046,6018,611,9185,-9133,9907,9033,8325,-9425,8058,-5528,-4912,-8976,-4081,-6449,3822,2699,-2504,-4619,-6483,9581,7363,8847,4295,-1156,4997,4394,7732,6112,-7580,7030,-2193,2718,-6236,4070,1501,5431,-2681,-2662,4746,-7524,-2993,-4870,-9522,2436,915,4147,-9073,-5258,-369,5962,6078,1991,6604,6239,-5592,5167,-3412,8030,515,-6872,-3534,2869,7178,7346,5311,-4757,6685,1864,-2415,-2811,-2107,6867,-5366,-9683,-8440,-8061,-4556,-7439,6852,2308,-2348,6179,6768,7768,-5664,2321,9341,-34,911,-4534,5021,-1107,9702,-1477,8572,4118,7371,6171,-3920,-9741,2319,-9764,4339,-384,-4443,6456,914,7577,9265,6907,8595,8611,2315,6720,7732,-7902,-8422,7371,4109,8191,1602,-8075,-1445,4081,3535,28,7376,755,-3269,2270,11,-746,-6540,4753,1954,-6110,8489,5217,-2991,7572,-8988,-7930,-6601,-8426,6551,6952,-7026,8552,836,152,1974,3484,-3379,-3693,5315,2508,7534,-4821,-5717,4211,701,-799,9793,1955,1850,5616,47,-807,-7070,6632,-7535,-7502,3022,5943,5137,-869,-1587,4286,-7126,-2503,-2822,-9603,-2922,9720,7444,-3202,7158,5799,-3245,2268,4190,8468,2565,4713,4744,6848,-9197,9282,-5494,5408,880,-2807,-2686,2451,1152,647,5692,9508,-973,8528,3695,9520,4310,6287,2085,7553,-6741,-8525,-643,-6942,4068,3811,69,7322,-7970,5506,4199,-6280,4685,3774,7927,1843,3524,2965,7263,-790,-389,8775,-8647,-3477,5543,1235,-7909,-6160,-4353,6930,810,5954,-9823,-6085,-8633,5536,-2525,5278,1871,-7815,674,-915,4517,-5419,2481,-6343,-5246,1272,2940,7685,-3047,-6590,782,-5391,-5800,-120,-920,72,4633,-8268,392,-156,5862,-1239,-4582,3792,-7416,6294,2443,-1174,398,-5125,2397,-9388,1097,-425,-3624,-9976,-8580,8979,8794,-4132,-1775,-3289,-9959,-9638,8485,457,-2321,8166,2302,-5060,-5394,3437,1278,6216,-3480,2491,3108,4877,9220,-7972,-3801,-4595,-1134,-5232,-4612,7900,-4672,5469,-8523,-3202,42,919,3379,-1041,-4410,-2599,2022,602,-5749,8461,15,9099,-2716,-5512,-9839,1509,5531,-6292,9502,6981,5161,1604,3455,-5219,9973,2602,6902,3729,-6362,-5928,5738,2164,-8373,-1771,-6567,-9637,-6727,-7521,-7423,9425,-476,3076,-8869,2146,-8572,625,7316,2323,-1787,9061,5558,9117,-7942,-7852,-1139,-7209,9273,-6612,-9778,-2876,4529,-3620}

    {1226,-1132,-1237,-6132,-6525,-3565,4544,6016,-7868,2879,2962,2411,-9449,-4411,6666,-4083,9758,-1628,8027,-8942,5344,-9297,8891,-8239,-1429,-9476,-4478,-7478,5418,-2144,1626,-3525,-7038,-2469,5101,4579,7370,-5252,-3700,-4776,-7899,-3049,-2915,3040,8640,-319,822,9524,5096,2597,3751,-3654,-9491,-5229,7757,4786,4462,5632,-6400,-8309,2818,-393,-7976,-6241,-9025,-1439,-2071,7612,5952,6492,-90,3251,-2063,5785,-6018,-7036,-9346,-6540,-3816,-3423,7913,9370,3991,-2805,1202,-3759,1136,9150,-21,3734,-5604,1854,-7512,5326,-5689,-373,-9464,-2095,4549,8239,-3429,-671,6746,4054,-4272,9020,-816,1123,-775,-9199,8507,5395,8509,-4255,3972,-6528,-7954,5674,3326,-4086,8424,5288,8434,2074,-9343,2504,7124,-5210,7129,-7331,5525,9002,-5441,2693,-7772,8412,-2295,-4068,2186,8845,9176,7849,4075,5759,827,-4052,145,6605,-4360,5466,2193,6316,5800,-5486,-8715,-3789,-1132,9094,2276,2902,9554,9386,-3138,-5455,9465,4163,1118,6877,1604,9942,4870,-9084,12,-4351,-8762,8118,8054,2134,4860,-3093,1289,-1267,-3035,7211,-7340,-3588,4498,6502,8958,-1352,8795,2255,-1963,-2728,-2829,1435,-3721,-9137,-2190,-2278,-4985,-1874,-5079,1664,-6603,-2207,-3035,7784,-6768,-9852,6026,5903,-1269,3200,1027,-8474,-9027,-1233,1499,-7874,-6965,-9546,1970,2482,7337,6493,-169,-7017,-8327,-4161,1625,-107,4743,5736,4246,6020,-4364,-6951,8377,-5866,-5142,-9710,-8212,3650,6873,-9919,9711,3710,5969,-834,-1474,-7212,-1531,4672,-2607,6254,-5157,-8578,-9836,-925,-4779,9452,7104,-9048,-8843,-4304,-7613,-4399,5150,3002,-706,4810,7496,3075,190,1065,7516,7979,-6913,-9822,-7004,-2992,-9465,-2713,7860,2469,10000,-4021,-6311,-1092,7605,991,-4366,-4242,9299,-9968,7555,-6869,-5052,9783,4965,4687,1780,4912,7372,-5,-6159,7249,4090,-8244,-6236,-5233,9385,-9485,-7872,-2908,4024,-8843,-1886,5507,-9148,1527,-7144,1230,1991,-6097,-5931,5784,4508,-5134,-2996,1771,184,8230,2682,-8793,2991,9281,-411,-8194,5381,-3566,9675,-819,-8707,-1255,3462,4917,-26,-5666,-7506,-3183,-9736,-4148,73,-1664,-31,4505,-6629,9327,-775,3942,-8476,9682,476,-520,5175,1321,-9264,6662,-6818,-7823,-5738,-3927,1873,8440,-4434,8603,1171,-1706,-6098,7013,-9630,1730,911,5713,-5980,6723,-6927,1039,5554,-7807,9905,9131,2790,-7394,7550,7650,-4693,7938,-4524,-8869,8945,5953,1429,7662,7324,1330,6594,6852,-5715,8148,9155,-4236,-5510,8597,9943,-9544,-7759,1495,8867,6229,648,9288,-4912,9442,-5191,-8304,7634,-2049,-6462,-1996,-3832,5708,-5566,8207,4121,2,-3299,5853,8162,-2876,5147,-7631,-783,3849,-2838,-5994,777,-1790,-7769,8273,-9800,-6573,-9334,6823,-1980,3635,4737,-3772,8966,9232,-8716,-3077,-3533,3192,-9879,-6185,9859,7600,-2825,-323,309,1939,-4670,-5607,-2308,1360,9298,-521,-3794,4142,3601,-1980,-8552,-6990,4887,-4721,-4000,4735,1294,-5316,4260,-3391,-7536,-2243,327,-3066,-5951,4783,5175,9545,208,-4418,1185,9705,-3444,6767,-6718,353,-5545,-6833,6501,-6278,5243,6865,-268,3758,-9847,7353,-5260,-459,8184,-9178,-1800,-886,36,-4575,-7389,-3407,-8494,2567,9339,-6596,-5653,-8088,-6098,6737,6613,-272,9769,-5014,7883,-3445,2515,-9011,7507,923,1154,9244,-3835,897,7719,-6862,-7491,4754,-88,-7682,7546,5902,4693,8898,9691,5402,-6908,4106,3018,8025,-1605,-5731,-9725,-5223,-9009,6661,558,-3841,-6206,-8197,-642,6127,-7973,-779,5773,6883,536,-1588,-1807,-986,445,5982,-4332,-9583,5066,3409,-2621,-9381,2380,-2177,7317,4735,8271,-9537,5217,3257,-9169,-5851,8236,224,-8322,2117,553,3044,-4894,-3991,-9735,2338,272,-9447,4395,9641,-4744,6678,-6252,4658,-5057,3284,9600,1980,7074,868,-6198,9774,-7333,-2576,-7064,9917,8191,8739,5489,424,-2590,1232,-1196,6706,819,5880,9670,8304,9839,6580,8926,2244,-8314,5440,6346,-7038,8870,1033,-2709,1993,-5289,-6429,7291,8229,3112,-6796,-5334,1496,6971,-5635,4752,-1435,-4764,-9942,-8053,-8572,-6506,-4555,-1961,-7222,7339,9839,-3327,-6917,1444,-9609,4780,7523,324,-713,1979,9239,9223,-828,8648,-2002,5370,8827,-7700,294,1056,-7248,362,-1724,-9484,4385,-4888,639,2593,-6956,-6250,-1329,-9583,-475,-6987,-4858,-1917,4387,3668,-7416,-7678,-3447,-4563,696,-5341,-2295,-2420,-9762,-3693,-9716,-5698,2744,4291,-6457,-2396,1716,-7174,-6869,-7113,1701,-1059,-4871,-5208,-3252,5622,5188,2232,9199,-514,7647,2472,-6356,-6973,-2019,4362,-933,3927,4886,434,-5188,5739,5563,6633,2990,5464,9443,6754,-8731,4068,1617,-3511,5735,-4042,-2349,-940,3583,2752,6249,-9062,-97,-4659,5394,-7959,-8352,-3647,-8877,32,5099,-7485,-4002,2980,-9259,3290,-3357,8658,1458,8286,-3648,2117,-3754,-8434,-182,5931,-7555,-4114,-7553,9651,4506,-5779,-3495,-3511,-3148,-372,491,6154,2196,7567,6697,-7013,-5092,-2771,-5219,8212,1653,-9750,-3479,-5924,-1569,-3629,-1495,6079,4581,6185,-4369,-2810,-57,1025,8631,5154,1553,-592,-6352,404,662,8091,-8924,-1940,-269,-6100,4344,-7315,2308,-82,7317,-863,-3772,-3574,-8788,-3168,-7373,3219,-1396,-1858,-468,5424,-6864,-5623,-429,9956,-1028,-5057,6416,-5989,-6225,6779,-5960,726,-6799,2024,6751,151,3395,-7822,6127,-3795,913,6573,-6346,2001,6770,2032,4767,7190,-7042,8971,1381,1528,-4145,6900,-4271,-1223,-8711,-525,-1613,4412,-9105,5711,-2134,9257,8469,-128,7997,9288,-1369,-2224,2540,9223,7995,1932,-5928,4385,1289,1866,6152,-8509,-8379,-565,-5869,-5407,-4984,-8363,-9304,7336,4836,-4428,7318,7017,1447,1715,-7741,9619,-3336,-7473,9660,8059,1044,3716,2388,8337,-5014,-4974,-5975,-9923,1927,-3475,-7761,9156,3525,4652,-2792,-9330,2817,102,-5545,-9548,-8317,6728,1556,-7374,-6195,7136,2657,-564,-6599,-3438,3574,-2406,3599,-8171,-6499,-7120,-3795,-3150,6908,-8485,6909,118,1214,-6979,6618,3029,2158,4872,-9322,-9389,-483,-5846,3110,-1612,907}

    Returns: 847747283

  94. {7407,-7856,6182,3288,-8607,8657,-3593,-1033,9252,-6908,9997,-2343,-3036,-2251,-9875,-2193,-3115,7376,-1759,-1315,-1943,-1719,8458,-135,-4482,-9197,4441,-8515,-2980,9959,-1284,9388,2225,-7509,-9280,-5214,506,-8732,-9401,3083,-1132,-9881,883,-9265,1293,-6284,7616,-7195,-5011,-2036,6399,6852,-2470,-3372,-3012,1295,1820,-449,2720,8187,3062,6831,7986,1512,3599,1682,-1654,2723,7525,-7511,-6420,-4876,-2642,-8340,4066,8083,9876,5415,-4628,-9316,-2643,4504,-5218,-7435,-5981,-8871,-3317,7049,5335,-8065,1368,8579,223,-9016,-6235,-7419,-7257,9959,-5053,1508,-9028,5641,19,-4304,6151,6808,-8959,2065,-5042,-5806,3171,7280,-8030,-1924,5996,-4833,-2159,8247,306,535,1696,810,3110,3396,-6501,5225,699,-1190,3813,3374,-9106,8070,-5599,-9757,-8648,6944,-6444,-7123,873,-4002,4789,798,5168,6679,-3307,6968,-2649,4950,5348,-6401,-3328,1690,8489,1779,-3417,5877,3021,-2160,-4777,2781,-5958,-7165,-2257,4961,4653,4184,-9392,8781,1157,-9294,-6863,-6493,-1870,3785,-9028,3705,1916,-1785,-9930,-1247,9689,-3365,-2022,-4286,4137,988,1790,-6381,-8942,-6484,9139,8426,-1117,8147,9929,8462,-4877,882,2231,120,-4812,4948,5875,-7126,3769,2948,1722,-8608,-1817,4150,3482,574,-3427,291,-7879,6793,-8214,7916,547,-4568,-5959,9255,8187,1004,-7863,-2951,-8530,1690,-5975,-8538,-3098,5108,2929,9358,-1462,6404,5026,7729,-8846,-6527,8839,-6065,-5781,7175,5029,-4333,26,-3164,8197,-6830,-8069,3200,-436,-4708,5622,-7913,-8904,9268,7670,-7300,-2355,-8082,1368,4348,-5911,-2907,-57,4769,9274,-9362,-8316,1853,7658,-9883,423,-1319,-6832,1693,-2035,9204,-2377,-8720,-7268,8726,8402,1020,786,9536,6680,5552,1804,-2407,8609,-4717,-6737,-8862,7195,-3999,1215,6371,2442,5676,5476,-910,1484,-9840,-9064,-5806,8946,9797,4890,-2564,-9292,8488,2901,5599,1519,5898,2686,-7522,-1434,-8281,-3167,8622,-858,8794,934,-7303,973,8918,-6259,-8303,8536,-8259,518,5882,-2130,-7004,-492,-7606,5925,-6432,-5253,-1011,8363,-4459,-4003,-3958,-7915,-4627,-1440,-8702,-4664,-2301,2096,7295,-667,-3936,8262,-3604,-9258,-1048,-7882,2673,-5862,1060,-8302,-6460,-2292,-9438,3991,-2855,4032,3435,-6189,-6044,-9342,5490,-5360,2771,2481,1802,7463,-7392,-394,1575,5006,2481,-9609,4248,4489,988,9798,-210,2100,7017,-2068,-7401,6878,1474,-7130,4348,-9462,8100,-4672,6323,3001,8809,-9291,-3527,-9042,5848,6315,-9636,-1169,9235,-1837,-1375,7757,-6482,2915,-3788,-955,-7159,-4204,-9025,-6450,7599,5205,-9520,-2039,-329,8846,6934,2805,-3694,-5240,-9673,5207,5119,-6437,-482,-7963,4538,-4567,9984,-3941,-4807,-2893,-4629,9017,-1683,145,7699,1366,7167,2146,-1786,-1610,-3208,7364,7405,-3021,-3827,-7625,8539,-3851,4813,-4068,-5619,-2382,-6708,86,-8672,-9631,4163,-8070,9240,5078,5675,1980,8615,-9370,6468,6235,9499,5720,-5751,-5609,-1340,-6456,-4167,6445,-6934,-2845,9565,4091,8562,-3174,-5726,-8141,2924,9042,-8698,-4154,-7919,-697,7962,5164,-2705,7924,2024,2911,9486,9316,-2661,-495,-5387,1036,-9321,-8401,-8792,8898,-826,4627,7573,-1018,6444,-3851,-7877,6192,-6442,735,5566,2229,8414,5007,8217,-6508,-6062,-6239,9809,1315,1717,4745,-7520,-6635,3196,-9291,-9569,5721,-4419,-7252,-8207,237,3838,-1257,-140,1299,3912,-5130,-8393,9900,-4654,-3311,1759,1202,-6082,9208,234,-5655,-3276,-7364,-151,228,-6654,2186,9511,4346,-2708,6297,-4114,7490,-8155,8114,-6324,7203,3776,-210,-8885,-2641,-2954,8375,-6789,-7898,-3256,5552,-9535,3575,-9136,-8547,-4521,475,-5570,5001,-6179,6466,-3402,-70,8941,3794,6985,-3332,3634,8188,-7640,-4350,-7261,-3759,9222,-2556,3190,-4088,-8612,-781,8478,-5351,4886,5616,4824,-2122,-5215,5002,5947,3145,500,-629,-7619,2239,7236,-2197,-369,4920,-8166,9447,7213,-6388,-8762,2389,-2218,8550,-8954,9569,-7981,7272,415,2032,-9152,1285,7537,-6607,-8184,5885,-2569,7249,-8938,6724,572,-8414,-3651,8736,7074,898,-14,9303,6716,7729,-6783,8342,50,-9187,5811,-6973,-9884,-3272,6042,-5607,8030,6154,-2800,6850,8704,-5614,-3059,9931,-4500,-1385,5484,-5871,-5671,-8187,-2365,9696,-1032,-5292,-8008,8595,9918,-6645,-1536,-4446,9053,-9747,2331,4225,-8354,1699,9617,8947,-3969,3270,-5611,-8522,9235,-1162,-6127,5246,4369,6434,-8109,-2718,2357,-3433,-4849,-13,6788,5272,264,-8787,-3750,-4831,-7843,1858,-6577,-6733,6643,5293,4556,-6018,-8560,-7609,-3395,50,-9203,-201,-7570,2504,-859,-2729,-3180,-6164,-1221,-7451,-2004,5713,-4268,-819,401,4299,-3916,-5952,-4847,2275,3061,7111,4487,-2969,2135,-4070,5823,-685,-2035,2051,9797,-4217,-7129,5134,-5356,-7593,-8215,3987,6777,-6360,3250,1202,4203,4485,54,-9881,5652,-683,6449,-847,-6202,2306,-8335,-756,5946,9725,-8427,5338,9843,-5820,-8182,2185,5996,5015,6667,-1303,893,-2396,-1964,3234,-1970,7236,-1192,-5146,-4600,-9504,-6451,2500,-657,8800,8109,-4550,5196,4681,7353,-5908,-4888,1919,-2602,-9840,2782,5321,-4781,66,-6588,5185,4392,3794,5457,4943,973,5043,-2027,8470,8152,5921,4336,5748,2328,1439,9217,2311,6616,5430,1299,8869,-9431,211,9140,2961,7013,-2558,1932,-5748,-1605,7053,-9437,9263,-4051,-4980,-2511,-173,-4803,8954,-3675,-7465,965,3064,-6065,-6357,-5909,1054,-1067,5636,360,-3157,-8889,-2351,-11,8706,-3749,2363,3082,-7427,68,6770,-6996,4663,3750,3385,5481,2461,-8381,-8023,6499,6341,8870,9861,-3286,-8363,-5839,1001,4056,3035,-1949,-9079,9619,-591,3791,-4627,4684,8051,-8030,-3814,-1179,-7760,-5199,7466,-9451,-4350,9535,9492,-7093,893,3561,6194,-3474,7738,6180,4990,-7563,-854,3863,5063,5867,216,-2990,-8191,-9405,6510,-3244,-8772,1294,3922,351,-1568,-1711,2372,2936,-765,5798,77,2229,-7038,477,3979,-9286,-1886,-7552,-4836,7349,473,-4462,5684,-2362,5509,7517,5154,7112,3578,-5535,1890,8792,7498,-3811,4011,212}

    {-4218,2799,575,-9116,505,-7252,5732,-3579,9014,-8007,-3788,8029,886,-7261,7378,8419,8936,-7459,-8412,-2437,-9289,3003,-9693,-5654,9476,-7482,5457,748,-3091,988,-1746,-5427,9127,9218,-9700,-8765,6274,-5125,-2476,3927,4032,425,-7112,-5244,2811,-3659,8357,7005,-2778,5224,-9364,653,4618,-930,-1393,-340,7034,-6998,-6936,188,-4150,-5829,1568,4108,2755,4323,2671,-8460,-5679,-1319,4700,-9939,562,-7654,-5515,-3564,272,-1689,1098,-687,-2228,-1537,-1368,-1700,-3123,-9361,466,-3800,8473,813,-4826,-3121,-1990,-119,1408,-8634,8574,-634,-4451,-754,3838,-564,-8166,-8763,3323,6234,9893,-7892,9777,3387,9273,-9360,-4660,-5121,4538,5346,-645,-6907,-2116,-9011,-3797,6906,-1002,1689,-3451,-9912,3985,-8551,9654,92,-3275,-7518,-1891,-8581,-3135,5508,-555,6341,8939,4424,-8553,8625,6703,382,-97,-6779,-4178,7231,8627,-3487,-3631,1666,-7774,7777,-5608,-2864,-8010,2910,8931,-9344,-5413,6258,7328,-3854,-8009,-4450,-2371,6771,-928,-1533,-7950,-8029,2760,7293,-9849,-7520,-6492,381,-5620,8573,5951,5818,3975,3184,-8766,-6281,-3973,2211,-1558,-1014,-5409,9436,-3155,-3861,-9754,2966,4398,-7970,3410,3962,972,-9284,4930,6602,-2733,-2246,-2876,-9127,2135,8399,-2549,6734,2260,5900,-4652,-489,-1281,2089,-9450,2203,-5164,2873,8324,-9671,-873,-3953,3550,-416,-4228,-2022,-8522,5259,3140,-739,-1786,-4253,8337,-2647,8652,-52,-7455,-3521,3538,-9600,8135,-8239,772,334,-5921,-4439,8758,3522,1155,9427,1785,-9072,2722,-5167,-1098,-2376,-9426,-9936,8636,7276,-1599,-901,-7850,9754,-2128,1304,-2911,9983,-5858,-1997,3319,3156,8785,3653,202,2748,-1279,5400,2761,-6474,-340,-4809,-8773,1814,1862,3409,4982,9771,4761,-7849,-2241,9269,-4978,-180,6259,-5803,-9947,6577,-1090,7603,5826,-7463,-4424,-7947,4030,7208,2320,-2036,9170,-288,8157,5344,1127,-5217,2790,9516,3075,-750,-4103,-9159,-1738,7928,9341,-7672,2310,6366,-6000,7214,-9943,784,-7507,-8774,7844,2848,8103,1192,-6718,-1422,8568,3006,-4833,-3288,-8810,7699,-3927,2283,2793,4454,9546,-4086,4609,3860,-7535,-1453,-1966,3584,1223,4792,2450,1821,7798,-3934,923,-8486,-1347,-3089,3628,-9710,5525,-5424,2194,-2594,2788,2988,930,-267,-9013,-2385,-6970,-6109,-9534,-2450,1345,-8869,-7307,5261,4196,5399,-29,-6972,-3041,-6760,6650,7983,-226,-3181,-3228,-5075,-9267,-1741,-5709,7807,2298,4911,2532,-3247,6430,-9169,9563,-2059,-8940,-117,-4605,-1592,-2983,-9683,-4313,-2940,426,9574,-5373,-3357,-9174,-8773,-2820,-608,9915,3636,7638,1321,-232,-8223,-2352,6804,2869,173,2443,-3881,-1101,5448,-1075,-5959,-4498,2226,-6390,7355,-8356,-4492,2084,3310,3116,-3459,-5273,9603,-34,-2610,-4119,9344,-4713,-7952,-4544,1776,3772,-1134,3176,1170,-3166,457,6204,-7652,-1129,-7073,866,-8294,-3672,6405,-1536,-2619,7765,3299,-6100,-8616,8988,-430,-6120,34,2572,7516,8901,6964,5715,6182,67,5226,4388,7464,-2054,-8287,5097,2335,-3753,8123,8371,2329,8070,-1882,-9847,-3455,-3258,118,8857,3864,-2989,9306,-3361,-6039,5369,987,3790,-1106,769,-9660,4683,-351,-1210,-9126,2783,8998,3505,5580,-9416,3384,1860,800,8083,2255,5346,-6758,535,-6640,3015,5345,2757,-2973,8629,-6620,-6916,-8755,2760,6194,5386,2644,8132,-9589,2138,6002,-6714,204,-4432,6959,-4147,-3606,-2715,8892,-7712,-9322,-482,5671,-4139,6211,3257,-2897,-1003,5504,-9924,-6659,9786,835,5299,-1611,5505,-9166,410,1033,-1517,-150,-7722,-5822,1411,-6007,-4289,-9521,-9575,9395,-5703,3550,-5157,-5741,-7816,-270,-7635,-3289,-3370,-4490,-2101,5209,-2378,161,2814,7456,-3238,1984,9551,-2706,-7133,9807,-6111,6954,-3652,8954,-5932,-5679,-1540,-7097,-7928,-8428,4867,8155,-1994,2504,-4249,599,-6573,1372,-3218,-3243,-6216,-4241,-3191,-7287,-6173,-9781,9001,-2544,2940,5930,2386,5509,-274,-5472,-9567,-3610,-2928,-8414,-7745,-4638,-9963,6803,435,1307,-466,4102,-2779,-6718,4663,5149,-2050,7404,-4075,-5348,7087,-9823,199,-5063,8130,3258,6421,-9174,-6117,-2190,-1594,3779,-1754,-5716,-2007,-3490,-5347,-4651,-2055,-4011,-322,6113,-433,-6273,3094,-3556,4962,-2287,-2226,-4656,8160,-9908,4348,-3247,3043,8887,-3604,71,-950,564,-7766,6827,8108,3189,8928,7614,-1979,-2842,-6759,291,-1229,2193,-7449,1879,-1271,5305,6540,-7764,-2275,-5162,7593,-2243,-6757,-9496,-5649,7741,4696,-1552,8726,-4998,8799,3975,1943,5450,6511,2416,-166,8995,8818,943,-8445,6128,-5169,774,9332,814,1239,-9735,-440,1118,7091,4785,7730,-5946,2206,-956,-8859,611,-8805,-8255,-5742,-9211,8157,909,-8195,6664,-480,-8828,4334,4123,-5628,1643,1,882,2757,-5472,-5337,9730,3013,817,-9839,1684,-833,-312,7794,3829,8710,-6887,463,-8919,-235,6281,2900,-8,-5258,-2007,4580,-4122,-5000,3113,4598,2226,-2144,-8592,-8234,-6767,-6521,-6179,6595,-3263,4769,-1802,4524,-4513,8259,-8055,-8033,9807,8402,8866,8179,-5811,-8714,1567,-3144,4197,-3098,9394,-8345,8246,1509,4723,9393,-8486,-6518,-2223,3746,6096,-2794,1727,629,2947,-9866,5942,-5838,-3140,8102,-4398,9301,5793,3270,-9276,-6310,-9632,7789,-3228,7185,-1787,4321,2578,-7281,-9011,-7983,9206,-3125,-372,3353,5684,2452,-4810,-6596,4164,-1239,-831,8752,8141,8101,7747,8094,-7261,9006,9624,-9000,5891,8356,-3481,-5077,-6649,-4670,-725,3623,9077,424,-9277,-7347,-4633,2386,-916,-675,4475,-5061,-7384,5782,5032,3522,7612,4383,-7297,-9961,-2482,-5481,4860,748,1114,-670,3857,-1096,2087,9447,2682,-327,1240,-1017,244,-9943,5784,-3579,-8498,-8762,-2267,9856,-85,4719,-4568,2264,6348,-2974,8578,8014,-378,519,7801,-3212,9274,-61,5008,5405,915,-4144,-9868,-8300,-1294,7068,-6215,-2273,8023,-5793,3547,1939,4285,-3483,-5801,-8134,-8797,-7324,-777,-23,-6615,5006,-7829,-4039,-5773,4094,2301,-1342,488,-1969,-1075,132,9673,6944,3409,3091,-4439,9390,6612}

    {5403,6264,-7915,2010,-3531,6984,-6996,-5440,6329,938,8380,-9031,-1472,6545,6590,6323,2100,-2671,-3305,-1255,3,-5449,-4342,7269,2445,2554,-1957,1186,-1660,7847,5003,-3092,-3624,-4666,2278,8017,-241,6956,-5775,-6829,5684,-832,2543,-5076,1920,6270,4399,247,8635,6534,-4925,713,3645,-2606,-4957,6753,-6186,-5349,517,-3676,-5903,-1282,84,-6455,9011,-1636,7932,-2491,-1136,9246,-3550,-4537,-4912,-9315,7671,-2039,5340,9741,4017,6296,-249,6548,4287,4700,-5145,-778,524,1277,-8874,-9685,5647,2500,-6045,-127,181,-3596,-3898,-7407,9428,-829,2258,8395,9595,8877,-6686,6893,-6838,8480,-688,-3138,-275,7949,-4273,1687,-991,-7493,-2119,-8876,-2486,-9505,2723,8414,9414,-9752,-3934,-207,5872,590,6620,-9030,-5160,4243,5699,-8124,5698,-2614,3539,7242,-259,2034,-585,6093,-1412,608,3551,-1785,-2066,-5742,3852,-75,-6071,7937,12,5226,-6435,-3844,-8643,-8561,9024,3593,3023,882,8826,4308,7673,-8048,-4067,2422,6922,4210,4587,5381,-2025,-7451,-6286,-1236,6741,-4424,5152,-1303,-1275,-7462,9707,-5591,3550,-8075,3251,-590,7730,2862,-1447,4946,3596,7887,6503,-5909,9850,2531,-7375,8785,1181,-6715,-8525,5520,768,-8888,2521,8165,173,2624,-3465,8477,-3759,5327,-8691,-3566,-5892,-2940,9655,3335,-743,-7201,-8809,-9098,9765,4442,-7652,-751,2526,1018,-3744,-4438,4164,7947,5913,3740,8718,4534,9994,2982,9905,-1146,-8868,455,-4133,-1546,-8759,9651,8756,-5970,-2362,1940,387,-8711,7245,4097,-1579,3638,4077,9165,-4922,-4826,7481,-7947,2425,-362,-4728,-5345,4593,-3463,-3053,7982,-2003,632,7547,-9013,5752,-4757,-7440,7242,1924,-6426,-1627,-8540,5140,5273,-8648,-1782,-747,-2076,1528,-5264,-8590,-5028,4134,-1320,4797,2759,-6066,-9743,4714,9932,-6711,5691,-7659,-7575,5330,6219,-9333,6530,-1616,-6651,-8511,1245,6980,6902,-8696,9199,-1744,-2327,-2939,2842,560,-8823,-9596,9449,3249,-7093,966,4636,-6582,8953,-4359,9708,-3718,8565,1482,3033,-8638,-2626,4966,16,6411,1492,9845,-112,5164,3581,9643,628,3554,2258,-911,5758,-8075,5804,-8633,8562,8063,162,5048,507,-2477,9604,-4115,-8851,-6197,-3844,-5560,6818,-8754,1058,-9477,-5369,8423,-2017,-31,-2870,8851,3670,-1916,845,-533,-3176,7344,-413,5170,-9173,4485,-9951,32,9751,4157,-6496,2464,-9423,2596,-7062,-7393,-2717,5541,9934,5687,4542,-306,-118,-5198,-9649,-3491,-2148,827,7740,929,454,-4400,5947,-4079,1531,-2494,1152,6263,-8722,-4158,-4225,-8013,-371,2005,-6215,3272,-4742,-8412,-2804,4234,1560,-8118,-3942,3253,212,4041,754,-8153,1672,8372,-8698,-6958,9993,4701,-6406,-6669,-3197,7714,-2835,-16,6106,9422,3055,7383,-2263,-2401,-6276,-7552,2899,40,9746,9920,-9872,9909,96,3350,4354,-2744,4400,7182,5428,5897,6353,9061,-4467,-6574,7793,9823,7362,-4986,-7471,1155,6730,-1049,-1961,-2090,4516,-6473,-8477,-6593,-6633,920,-5448,-8228,4556,-5891,-2310,-8540,-313,-2305,-7040,8596,-9348,2583,7914,-2417,-711,-1901,-9703,9703,5641,2967,6975,7954,-9451,-1124,4733,8438,-5533,-2971,-6014,4870,9986,-891,-827,-6434,475,9480,-8283,-8672,-8408,-4745,2998,8132,-3939,-4986,5580,377,5220,5474,-8742,8667,-6723,8350,4097,-3320,-7984,-3081,5605,-5295,4888,3443,-2368,-7303,1,-5326,6269,3499,-8539,-6949,-2813,6921,7808,-4012,9375,9872,-4974,4819,56,-3426,9639,-1505,8892,-3881,4845,-4952,-5856,2205,-507,-3908,7515,1900,5846,6345,-2260,6590,-2307,1131,5774,9014,5268,285,-3464,-4625,7783,-3384,3673,1003,-1941,1302,4704,-8132,-3185,7065,-5858,2499,-3417,-7059,1813,3419,-2895,1706,-7375,8232,-4833,-7321,2390,1788,-7527,8704,-7936,-3375,5054,-3548,-81,4948,-2965,4044,-2385,7900,294,9085,-7914,-7281,-419,3795,357,-8396,129,1791,-958,-6317,-8398,-6615,-5678,-6494,-1588,2904,-8492,5770,1997,-7413,6124,-3255,-4385,-6977,-9495,-2035,6507,-134,-8520,-2808,-6038,741,5505,5549,4938,4777,-2052,-2085,1244,123,2803,-3724,4208,2075,-1867,-7303,-6144,-3884,912,9949,-9738,6209,2712,-6496,-5385,9055,-5231,-1228,-3083,9884,7525,1843,5879,-5568,-4452,939,4661,-4657,-5935,8920,3549,-879,-2106,4844,7476,-7943,7643,-5475,2473,201,-8653,6377,-9278,-508,2533,-422,8814,-2424,-2219,6680,8122,-1386,8394,-7777,-80,-3454,1633,2834,-9096,822,-2739,-7566,-2748,1508,4735,8852,7150,7964,-4585,5028,2910,6960,2534,9440,-5616,2116,9406,-3991,-4701,-3024,3505,-6084,-6536,8802,544,-7819,4502,9332,-1456,2738,-3192,2307,7161,8937,-7119,5433,-7844,4029,9015,6780,-1093,-3864,-8526,-7753,-7789,2560,2921,-8224,-7573,-2967,7720,7390,89,8577,-866,5931,2665,124,5067,3539,7984,-1085,2101,-2586,9127,8877,12,-6638,-4805,7822,-9247,-5135,1389,-753,7111,1115,178,9893,6772,7451,-6856,-97,7512,-7919,-9843,2568,8522,7737,-913,-4917,1556,-3950,-4892,587,3710,6046,-6070,-4986,-9003,5962,-2111,-161,-1198,9962,-2139,3800,1381,-2061,-2664,-6973,8248,7656,-2279,-289,131,3841,6108,4566,-8428,-1282,-1790,7797,-9103,-7478,-9925,-2866,-8640,1151,2419,9734,9705,985,1064,7306,-9795,8202,5974,849,-6554,1566,-267,-7316,9644,-6287,-5897,9218,-3717,-3641,-9604,-2043,-855,9650,-4086,-3221,-5519,-4978,-5415,-7707,8187,4488,-4818,7374,5236,-2840,-4866,-4491,-527,-3872,1943,-8363,-9955,5441,7606,-4584,6334,-1992,-5809,3670,-1845,621,839,3791,2364,2090,3981,9398,-9359,-5341,-6577,3359,-3666,7385,7223,-8453,-9331,3077,-2111,3249,-9566,7697,1469,1173,-9520,2749,9426,5309,4887,-2746,1005,-9370,-9356,6294,900,8730,-3022,-2101,3510,7943,-7863,9230,-8997,5380,7568,-3496,7620,-2530,6780,-8928,-2710,3286,-6905,6296,5657,-3199,-3412,-3448,-9065,674,6162,-9249,854,4797,-2410,8108,-5015,-2005,-7288,-6256,3339,709,8636,5845,-7089,358,-1128,4600,4202,-717,-9223,-3881,-738,7792,5490,-8249,-8071}

    Returns: 333492793

  95. {940,-9299,2434,2753,-2835,-7351,1865,-1664,7594,-7015,2992,-3322,-4771,4809,5864,-5012,-7022,5458,1496,1630,-5528,-3411,-2191,6314,-2460,-6436,-4477,-4563,8572,-9778,5076,-1362,-931,3680,5934,838,8133,6684,9281,-3326,6443,2359,-5945,1165,-1513,7810,4709,1821,361,9115,6803,3124,-9617,-9364,-6317,-5603,9129,6361,3999,6576,4120,-9866,5669,-7796,-7468,-4773,7210,6248,-7326,-8489,-8090,2867,-8152,-9106,-5614,-4697,-5638,-1754,-7598,-7643,9050,-3873,9610,5673,-9411,7040,-3016,-2875,3230,-3321,2236,5097,9224,5852,7360,-7732,-2679,7249,-5261,-4230,-842,-3821,-8160,-6854,-6872,1640,3553,4538,6587,5776,9600,-7125,-2261,5814,2193,-458,8560,2954,6251,3121,9360,-2499,981,-6737,4355,8671,7531,-9394,-4390,1043,2641,-3144,-9786,7546,2889,6765,2335,-8866,-1914,-4284,7994,3998,-4206,-7052,-4019,4145,-8319,1198,3269,-5338,2531,8632,7575,679,-9719,-1600,-6545,-6727,6296,-4987,-8645,8065,-4658,-5059,-8531,9165,-1598,-8550,-3883,-3578,2401,658,-4499,5583,3361,7140,-7709,7002,-2781,-6870,426,8963,9666,-4524,2826,-3550,2900,8967,-8587,5357,-6951,3497,-9094,5688,-2749,5777,5273,5176,4044,-6147,2571,7061,4713,4735,-9909,2416,-3403,1707,7255,8440,-7859,8678,-1295,-443,-411,-6003,4318,-2054,2736,-4364,-3453,-5723,-1995,3485,8610,-2034,7419,-7254,9429,9188,-4410,-5006,-6904,2135,-2041,440,1788,-9270,-4233,6294,-8372,-6049,-8865,1854,975,8433,2620,-8991,9863,-9293,-1761,-2633,8086,-9322,8740,-3984,-2588,1396,-790,9196,928,-1833,1724,-9284,-746,-7731,5710,5962,-358,1243,6146,-9364,9453,-1273,2412,2167,-9471,-7743,2752,2745,-4767,7195,833,-7525,8644,9136,-8268,4946,4471,-4325,4975,5755,4678,-8676,-8176,-2867,-5381,6637,-6908,8765,6706,-5706,-7943,6258,6150,-9086,4872,-5553,-7681,-6243,-2053,-7192,8520,6298,8328,-5288,-8292,-4212,-1082,-8859,-8248,-531,5709,2661,7231,-5998,8761,1075,1639,4973,2707,-5844,21,-17,-4075,-6830,1634,-115,-9725,3673,-816,-1890,5433,-4878,9488,-2150,-6658,-5663,-5882,978,-783,-8316,1645,-8832,5727,7086,-4484,6559,6689,-4457,3483,-5414,-4455,-1136,-4408,3303,2310,-8428,8418,9490,-9590,4790,3077,-5672,-8011,1878,-6070,-7860,-3280,4190,-6458,-3115,-4911,4066,7558,-5348,-7670,-4544,573,-1743,-6161,157,906,-7627,-3095,9611,-1629,-5720,6952,-1450,-5288,-3673,9257,-2463,-8699,1647,9247,-3518,3025,-5579,5947,-9231,-9041,166,4071,-4610,9534,-9948,472,782,6276,6151,314,6602,-5901,-8177,7316,6687,-2763,3110,-9183,9775,-7464,-6999,159,6274,7739,911,-6024,-8488,-2311,4425,-1432,-9698,-1858,-411,5317,-3430,-5155,9512,2429,4977,3069,-1027,-9124,9078,9545,-4962,-1555,-7473,4976,292,-859,6200,-9176,-3617,7992,4802,-923,-9040,-6618,-8343,-2064,874,-9390,9822,-9864,8672,-8850,1528,3609,-2056,2465,-3814,6693,6018,2747,-247,-8125,9739,-5971,5281,3260,1771,5467,5767,-6476,874,-3674,6189,6045,-9983,-4601,1674,7229,-9009,9995,-6761,2738,3315,3597,-8604,-613,-1198,-3497,-8894,1922,-8967,8394,9211,723,-8723,-4217,-2610,-7368,-934,690,99,2710,-3334,-396,-2406,-360,2077,3980,-668,1837,5013,-5041,-7580,-5021,4446,-4066,3713,4790,4836,-3209,2314,-8714,-8896,3328,-8106,-7417,9651,-5681,-837,7484,-5583,7105,-3800,6686,-6994,297,91,2362,8286,-611,-6635,5192,-4301,-2527,3259,-3395,5647,-766,6626,2089,-6148,1572,-9413,8810,540,-1105,-3435,7664,1513,5069,7345,-3967,913,-2557,3159,-6913,6454,-8918,-6507,-5562,3337,3500,6421,7241,2848,-8344,6747,555,5799,-6101,-1914,-1185,9481,9747,2231,-1268,-239,67,1743,1742,7183,9196,-1304,5310,7634,-1080,3842,6993,-5853,2007,6178,5058,-3150,-9915,3007,8806,2805,7199,-4945,441,6714,6217,-9947,-1633,6932,549,-8600,-750,9186,8239,-3840,3019,-7340,-482,8566,-8868,9783,2277,-8402,-5975,-7939,-7345,9911,8602,-237,107,2442,-9065,2975,7775,2605,-6965,-4226,9892,-2311,-4383,3761,-1793,7427,-8764,8118,9016,4213,-6019,-3365,-8578,-5536,-6909,3828,-4181,-8044,8457,-1729,9319,-334,5873,-4282,2016,-3193,9262,1337,-5537,2141,5742,-6433,-7406,-6439,-2483,-4371,1616,7139,-8020,-1369,5014,-3598,-1753,2500,-1213,4640,-5473,7638,4468,9320,6318,1215,7162,-1540,-9674,-2557,-2963,-6108,-6644,-9051,-5831,5805,9082,6523,7504,6840,8702,-2935,-995,-7811,-6088,-5542,-6356,4792,-7572,-4640,-5106,-8351,7512,5613,-6204,-1326,3501,-7048,-2607,7166,-699,8147,9471,5145,-8915,9470,-6967,-8786,-5828,4551,9848,7496,2096,7227,7603,-8622,8336,-5123,9916,3453,2985,4051,-1649,-9065,2829,-1169,-928,2279,-1136,7429,-569,-659,-9754,7898,1977,-1379,-2035,-6341,-5141,-7469,-4789,3677,-1551,-4496,-5482,663,-1692,7981,-5845,3596,-5783,-6086,8078,8140,4008,4402,4957,176,-691,-8628,2339,3738,-1930,1053,1959,5016,-4124,-3064,-8485,-1100,4523,-3458,-3051,-6320,2267,-4960,7291,3075,5357,-7938,-8387,-7357,5121,-4387,4426,9949,-1125,8981,-7958,-5521,-3703,-7134,8037,-5620,5655,-4298,807,-7542,-3563,209,-9382,3703,-3602,3724,7178,-9272,-8061,-6322,-8162,-7921,989,-2188,1016,-8750,-2834,1340,-837,-8442,3042,-9783,890,3655,-1343,1048,-7650,-1473,9241,-6153,-8036,9204,3172,-5985,-126,-778,7769,-5673,-5793,-4984,-3672,6593,300,2969,-4881,5865,6462,-258,3660,-2308,6692,-3179,-4408,836,-3064,-3163,-9123,-5722,-2937,282,2766,8028,-4360,6643,5128,2338,-1050,3764,-2750,-554,9345,-6599,4057,5755,1129,-527,3,-9380,4578,8419,4465,-9479,-9463,-1623,5526,4316,9231,5517,7357,-3309,-2548,-8058,4220,-7413,8311,-39,1183,5510,-3054,2301,8205,-2909,-5621,7040,-9938,-5864,-298,9521,-97,-7425,-1756,1450,-1205,-4617,-9791,9660,7675,3469,-9581,3675,-8549,4893,-4605,2261,-2193,8503,8945,4530,5335,3170,-8260,-9017,-2837,-6734,-5941,4026,7130,4904,3925,6005,5762,-4360,-4672,5754,3008,-7013}

    {-8221,7732,-5076,9200,-4245,-6576,3650,502,7832,3002,-2753,8736,-6679,7626,615,3457,-1938,-5814,8575,-7551,-8548,-6937,6285,-6787,2374,-9969,-289,486,-1200,541,-7656,9950,-6147,770,-8912,-8359,7426,5442,-4787,9339,-6817,-2707,-2264,-5679,-4099,7466,8337,3429,-6483,-295,-8921,2174,2175,4391,-1214,-6020,706,806,-1252,6192,3650,-2090,1821,2537,-1174,-4953,8555,89,6884,-5405,-7925,6545,-4091,8511,7826,733,-5664,-9974,-4925,-4192,9813,-9543,-5748,-9556,587,9144,7714,8581,-860,-8013,-572,-7046,-4558,860,1399,-8416,9140,2367,-8746,-182,-3644,9984,6509,-6737,7503,-1437,6381,9074,-2414,-5501,1857,4559,9984,8533,8851,2962,8504,1256,-2184,6513,756,-6186,-3871,-3518,-1517,-1897,6788,8979,-2559,1977,-1321,-6408,-9204,5528,-320,9763,-4284,4454,4263,-7144,-7082,-4167,-7925,8470,-6563,329,3132,9318,-4309,-7088,8745,-5641,-816,-8388,-4704,4412,-1262,-9339,194,-7485,-4837,547,6018,711,4582,-6923,9917,-2391,9384,4510,723,3292,8857,4086,-3994,9573,-2976,9035,-4502,-5473,-935,152,-4185,-9539,-4080,4518,4331,-5898,-723,3719,7338,6821,6097,-2851,9289,1048,3216,515,5965,6834,8249,9613,4786,-416,3130,8783,313,6564,1116,-7898,-7877,-4418,6890,-6522,-4229,4580,2660,9215,5477,-4573,725,3480,-541,9265,4963,-6758,-4516,4096,26,-5138,5253,8098,-2216,-571,1634,4225,-4378,8271,2567,-6780,679,3738,9599,2989,7979,-6542,-2457,2571,8612,8663,-5296,-1432,6713,-977,334,883,989,7647,-2300,3010,-2140,-9614,-2846,9863,9021,3643,3999,3282,6322,4074,-9247,1816,1346,2374,2560,7312,5894,-8665,-1990,-3956,-7169,5825,5600,6804,-5677,9158,-1714,2294,6483,-3472,-4724,-6352,-4208,1705,-8755,561,3368,8183,8544,-8304,-1730,249,7785,-8458,492,3155,-3666,-9285,-1857,-5373,2764,-2958,1541,2402,-1748,-5690,9544,-5723,3195,-5384,-9593,-1622,-1068,-1379,815,1890,-9429,-4244,2440,6454,-2748,3576,5513,7742,1011,1923,-6689,-4586,4569,3511,379,-2263,-8132,-2302,-9549,2563,-6862,8948,7714,-6784,8510,5385,-3047,3993,903,-3676,4543,5575,9908,-9679,2880,-4432,3817,7482,6044,-6260,-3265,-8764,3886,5157,-8129,5695,-4397,-2445,-9377,-5089,-7908,1672,-9991,55,-1028,5107,-1737,-528,9115,-8543,-9922,-5010,4911,-2941,-982,-4403,-3819,-2423,5022,6729,-239,-3967,-279,-71,1264,2540,1447,-6505,8359,-5933,5324,8,8133,21,-8221,-8755,-1289,-3769,-921,-4994,-2738,6120,-7863,-8271,-7128,3417,-9081,1565,-6483,5697,-2869,4676,-8588,2362,-2294,-964,533,-5650,7734,-9088,3933,-4042,4024,-6583,6703,1562,-6588,-1804,3022,-8120,-2813,4285,-7283,5577,-5314,-3432,4099,-7405,-4857,4017,-4438,-4455,-2722,-4983,-1455,-5221,-9086,3601,8894,1489,-5963,6264,-7444,-8782,2296,4334,4723,-2366,-4195,-8558,9144,-6791,434,-302,6329,9654,-2607,1498,-4320,-3472,-4005,-3284,7313,1367,9850,-2923,4453,-996,6568,-8913,-3266,1449,-4825,-6276,-1396,2749,-6004,-4614,-4772,-4304,4680,4171,914,-913,5294,4641,-7957,-4618,7129,-5483,7823,-765,-4181,8575,-2082,-2734,-2130,-3896,-3871,-1226,-1604,4804,-6296,-4202,5104,-126,-5211,8967,7025,-7695,-314,-6943,-5537,5013,-780,-7039,8880,9439,-4516,-3017,-1904,-1331,-9452,9933,3261,5813,5500,3439,-606,8559,7216,-4793,-8850,2318,9792,2655,9561,-4766,1367,9411,4082,-1403,5327,-4396,-2818,-4166,-2556,-5295,5960,-7744,7519,-9154,-3022,-3909,-4604,1134,6523,-869,6978,-2601,8890,-7588,5949,-8852,-9885,8877,1392,-5825,3702,-9183,-9667,-4653,8442,-4800,7467,1537,-3656,-5466,1913,-2521,-9038,5025,2841,5511,-6938,-2944,-7883,-8243,-8368,-4120,-7107,-9788,3626,2440,8110,534,-4381,-4180,2386,-973,-5264,-335,-5379,5373,-5300,5164,-3169,-9905,5824,2835,-2648,9582,4993,4351,3538,-3354,-6614,-5989,-9623,-4768,5701,-2778,7237,7727,-4944,-9495,-5024,2742,2546,4005,214,9876,9562,3395,2304,6026,4548,3311,-8124,-4709,-6247,-930,-2672,1308,7842,7444,7670,7032,2870,626,6457,-7396,5186,308,-7735,-3201,5213,-9134,-3730,1947,4848,-7782,-3052,-4140,7406,3738,-4209,-2616,7527,-9094,-3880,4639,-8592,-4012,-296,-3196,-4999,-6976,2842,-8462,9455,-4165,-5055,-9362,9154,5436,-1666,-3468,8085,-9544,-1895,-8519,5055,-9403,-4630,76,-2544,-911,-3970,3678,6790,-4672,461,2882,7093,3535,7082,-9077,-329,7251,4777,7107,-5763,-7125,5446,4928,-2463,8226,-1284,-5501,-3989,4185,-4063,3183,8793,-951,-9961,2058,1505,6044,-8297,8890,9869,-5271,-9500,731,5024,-3345,-7741,-8920,-226,-5370,893,7730,6612,-6663,4271,7997,-5597,-3216,9428,7977,-8937,-4775,-7485,1756,4285,-9338,3374,5253,1579,5945,-6571,-2638,4431,7712,-1124,8589,9226,8077,8674,4108,9967,-6059,-1125,4435,4398,6201,1144,2409,-3789,-6126,-5948,-9827,1437,313,829,4125,6872,133,6720,9509,-7421,-3579,-7041,-596,-960,7991,2575,-4721,-7592,6113,5854,8110,-1349,-849,250,-9741,-1014,-8118,897,-1131,5075,4082,-6434,1467,2832,34,-7943,3790,8521,-2822,6429,8550,-81,7938,7380,1894,8926,4065,5267,-8216,9862,-2552,9867,9321,9987,5330,-1039,-9766,5471,-8723,168,-668,7023,5984,1161,5624,4845,-5880,8518,182,-7664,4953,-5071,-7540,2156,5330,8311,3889,6736,3883,4622,-31,-1667,-5067,8769,3958,-9099,-427,4942,-3634,-2214,-200,9108,5105,-4735,9319,2068,-8962,2350,1743,1619,-6982,-7927,3473,6802,-4838,-1367,-5647,-3899,-2776,-1698,4513,4639,6314,-75,-9619,3055,5079,3104,-3082,-7311,7614,8843,6433,-1933,9956,-1551,-2851,-1617,-3039,-8106,6802,-5196,1660,-3352,-1974,-143,6898,2117,-6776,-966,-7875,3405,6807,-7033,644,-9028,-7644,1108,-5566,95,1263,-5158,-5130,-4333,-2239,9309,-1783,-6077,-6964,-1108,4727,-6923,8223,-8494,9464,-351,-7404,1202,-8294,-3572,9163,-2477,7809,1529,-4926,3234,-137,-4066,8967,-355,-673,9182,-8721,750,-9056,9537,7023,-6304,7892,6003,-6798}

    {1683,1094,-174,7795,5197,-3613,6367,-4743,4302,3469,-2228,-5019,1632,-556,-1276,5756,1581,-609,-2315,1466,-7736,3702,5496,8275,-8586,-8645,-1848,-7179,-7357,7857,-3639,-2806,-4370,6674,3727,-8813,296,7484,-5810,-8456,-9096,-6600,7329,1400,-8700,2537,-2365,-8942,-2921,-3098,-9342,-6477,4553,-6421,5124,4852,-312,-524,5671,459,3001,1668,-4171,3878,8483,-9530,5156,-5701,6161,-8201,8128,-6653,-1238,-701,-4519,-9900,-6793,4854,1122,6272,7295,8790,9524,-9259,927,7952,9762,4310,-371,-8722,2859,-8448,5841,-1855,9102,-2909,-9394,-5114,1244,8369,4795,-626,8274,-3826,4846,-7629,-7563,-2300,-6697,-2409,-328,4834,9023,-9981,416,2664,5950,4000,-6047,9827,-7276,-1047,5022,3385,8151,1307,-3652,6320,-322,-3687,-4909,-4502,-6447,-7075,4870,-7842,-3834,8712,8119,5465,6402,48,-4057,-7372,8395,-4601,-5509,-3669,-6875,-3501,8009,1897,5644,-6453,9352,2646,-7512,-3688,-1351,-7691,-9022,-6916,124,-1832,-1436,-6074,-4212,7693,6316,-6503,2769,5072,-4151,1950,8499,1859,3661,25,4786,-1710,-9190,-3611,7980,8474,-712,1667,-1958,3690,9158,4289,-5768,-6549,-7321,-1578,9452,-6255,-6855,-6321,9007,6069,-2988,-9814,2558,9371,-1805,-9221,538,9948,-7008,4731,8068,1606,-6864,-5649,-9359,95,2827,7175,6392,-8199,-6634,2152,-301,-2836,6144,-1615,-9782,-6004,1220,9387,-9908,-4890,4640,-5279,187,8144,-7147,4094,-6378,3411,7266,6540,-8303,-2124,-4074,9380,-6525,-9971,-7254,-2110,-4093,-8547,7405,7434,-3742,-3713,-8784,-5177,2961,9601,5742,5230,-5317,-187,-8206,-5274,495,8871,-3224,6853,6414,6755,7865,-5887,5477,-5762,-2386,2359,-356,-589,-3113,-2709,-7591,-429,7805,8102,953,-9536,-3485,-6679,5962,-340,2103,-1562,5966,-18,3826,-6297,-8937,2487,4122,-6259,-1606,-3643,9467,8198,-1490,-4614,5160,-5365,7978,7372,3493,1207,9142,3791,-2487,-2611,2892,-7471,-5277,-3851,4611,6212,-3440,-9630,-2842,-7138,-9621,237,-2179,-5853,-9083,-3506,-1392,-643,7836,7076,1058,-9421,4969,-8406,7952,6182,-4751,-477,-5129,5727,3059,-6385,4483,-106,2888,215,5753,-6262,9650,2580,-1014,784,-8058,2189,5652,-1011,4733,-3778,-616,-2464,-7379,-2985,-8610,5653,-1189,-8770,-333,1388,8326,2879,6999,9229,-3281,5011,7660,-9063,7706,10,-2954,-6317,4603,-2102,-7830,3792,-8620,5899,3998,2891,-654,733,-4932,-3788,5144,7719,7645,33,4738,-2274,-1170,-3056,-3575,-5633,9660,-6355,3688,-459,5114,6387,-4179,-4442,-8678,-6042,770,6502,4902,-2714,-9511,386,-2534,8235,-5591,6856,5757,-1877,1194,-7229,4681,8747,3000,23,6736,5356,-181,6230,-3168,-7917,-5755,-267,-3474,-4291,9120,5369,-4066,-6543,-7968,-3012,-4677,-5340,-8470,6544,1433,4671,122,7768,6021,2311,-1177,-4910,-4063,9432,6965,-4606,5246,2811,-605,1562,443,-5326,924,2495,9796,8497,5014,4381,7117,1567,-9777,-7546,-990,-5069,3778,-8659,2652,4875,6894,5318,-1356,8014,-8868,-2623,283,-5648,-965,-1973,-3230,9320,-4300,1010,3473,-3169,678,3945,7270,-9149,1745,6918,9340,2680,-6455,-8435,1450,-4616,-4941,7027,4854,5314,14,7349,-6653,3548,4073,-2438,-6123,7410,-8431,-7416,9247,-6153,-7022,-5532,-1940,-7487,2052,9234,-3023,6777,8671,-5369,-335,5708,-10,-5367,-4473,9205,8301,-4683,-639,-7995,-678,-9977,-9476,196,-765,9257,7025,6150,-7206,-7208,6122,4458,8223,-2220,8606,-7513,-2656,7367,8856,4560,1562,9454,-2898,-1413,5752,-5315,3998,8115,3069,-3393,684,-8722,3872,5150,9965,-8905,1640,7202,6027,8780,-2271,5003,1332,3445,5209,-5562,-117,7587,-218,-8967,-4016,8157,2890,-8454,-3040,7798,8651,-6456,6971,-9988,2112,4161,7132,5539,1602,-7499,4593,-4877,-7465,-2284,41,6180,4097,-3224,-718,7469,-6455,2282,-9862,-3022,5682,1425,812,-6414,7125,2251,-9791,2870,-3456,2901,-5606,-8393,2907,3317,6417,-5972,4003,-2856,-807,5783,7187,-5851,-7065,-1091,-6753,-9550,-171,-7305,-7290,5197,9202,1419,1625,-1937,6392,-9690,-8974,-7967,7830,5899,755,-9614,3528,6057,-5802,-4316,6259,-1416,5785,-8238,-5859,5092,-2330,-2675,146,-775,-3925,1720,8260,4933,1102,9814,1584,1520,-3381,-6376,-7395,7623,8938,-6561,-9827,6055,-5522,-9353,1429,5603,-2457,8341,9992,-5593,9546,3979,-5865,2468,668,995,-9475,-1910,3935,3203,-9730,-5233,-9928,7210,-5407,1008,-730,-6240,-2600,6036,-6924,-962,1313,-905,-3795,1421,-7568,9209,-6147,8036,-2831,5817,-4559,8682,1927,-1386,-9742,2285,-6792,-2815,4559,-6978,-8048,-2300,2980,-395,-8570,-5013,-53,1926,3015,-6331,-1171,4376,8405,-8122,-1859,4608,-9374,-4803,-5059,387,9170,7017,-4152,5350,-2950,-5589,-4291,-2853,9460,5921,2978,8377,4766,-717,-775,-7936,9302,3202,-2046,9204,7211,7632,-4956,-4078,6036,-8131,-378,-7651,-2659,-1114,59,-5921,-200,7856,-4962,372,-446,4797,4273,808,9530,3449,7439,4116,-4475,5257,3296,9195,2518,8296,-6305,9123,-495,413,-674,4022,5587,1660,5534,-1904,3621,-4778,-2560,-9934,-9096,4590,-6161,-5624,-1270,-2344,8978,-6784,-5485,5675,320,-3686,1378,-3312,-1188,-3158,-9393,-925,5843,-2510,2399,-8734,-1676,840,9584,-1526,9729,-7312,-2291,6425,-9150,-4234,-7032,-4360,-689,-5446,6845,-2290,1419,9494,3211,-2730,-5948,-9157,9785,-9896,7566,8800,-8587,-1229,-6494,-2790,-2393,2601,-6969,3317,-8948,-1319,3442,5427,-2471,-5386,-8878,4264,-9277,2363,-594,-8021,-2129,-4602,9558,-4618,3966,8681,-7967,-3050,3500,2631,-6432,-1505,-793,-1699,3401,8111,-2709,1360,9071,1112,-2121,7309,8717,-9855,8162,-543,-7298,-1490,-6247,-5198,2641,3939,-8785,769,507,7698,-8462,-1856,-5451,5829,-9449,2131,-7914,-4303,7787,-5472,2013,1766,287,5417,-8005,9556,2159,-7447,-3189,-3710,4329,795,-4808,517,-7902,2457,2766,1251,452,2364,8330,-226,8952,-1305,9692,-5808,-775,2337,3693,8216,-1414,-6473,-7230,1322,-6661,-5046,7576,7598,-5444,5294,-8373,4990,-2128,6287}

    Returns: 672176452

  96. {-6108,-6014,-5063,-4752,8093,-6860,-6150,8279,-1678,9912,-918,-67,-6690,8090,2631,1744,2363,-3321,6279,-4337,9173,-5536,-1517,-8661,49,5543,-8885,8148,-7600,-1240,9224,3702,-4983,3941,7345,7732,-8183,-2892,-9277,6698,-4850,5595,8927,392,3666,1988,2895,-2963,2905,-6661,4373,8025,4430,8817,8949,7427,-8761,5244,-9410,-5196,3593,5480,-3390,2589,65,-436,-2618,1429,3767,-7149,4948,-1575,-6855,-921,-1225,-5972,591,9332,5500,3633,359,356,-7638,-444,-161,-2532,-8634,8054,-4746,-1515,-7187,4437,-5849,-4300,-7064,7084,2815,2841,-9266,-1710,6815,3272,3922,-3601,-2640,4411,-6953,9506,-4988,-8639,6379,-3665,-4506,242,6068,4479,9958,-1523,8376,-9813,-5963,5540,7432,7314,-3649,-6841,-7016,5743,7860,8994,-1926,1759,-1435,-7953,2278,-5661,7524,-8163,-9597,2205,5983,6343,4982,6745,1679,-3764,-6140,5528,-5074,-5270,1477,-9842,-5881,-6500,4026,568,9575,5796,4811,-4374,-9577,7713,6450,-2944,9304,-2015,1390,-9832,-5893,-4711,-8619,772,-5118,-9840,34,-7078,-2799,6040,561,6738,-9084,795,3047,-416,-4816,-3745,-7751,7240,6999,-1152,-1997,4463,1190,9389,-4331,-3519,4951,-5622,-6111,-5572,-594,4859,-8967,-1345,4615,1936,-9699,-5941,2596,540,-3684,-8759,5581,-5220,-6653,6286,3654,-528,6964,321,7303,-7034,-3056,-2176,-3876,-3659,-308,9699,-4995,-6637,-6829,3698,3609,4283,-3438,-9352,3809,-5376,351,-9856,2966,7547,-9511,4062,-1498,-4814,2538,204,-8749,-9423,-1626,-8204,-8634,7315,-923,-8715,-8701,-949,-6990,-965,5496,-4730,7913,-988,-4129,-6578,9962,-5560,-3982,-9378,-8686,6636,-4692,518,-9450,-97,6643,2764,-2312,4322,-1413,-6265,7168,6690,3964,7675,-1840,7600,2717,-2611,2039,-228,-3069,2985,1580,9279,-9606,-4257,-4355,-2852,-6085,2376,-3355,4122,838,-7706,5956,-4055,-5205,7370,-5210,-9423,3721,9834,4649,2103,470,-446,-7467,-1139,-8864,6846,1500,5437,7248,1298,-3060,-304,7497,-9205,-6907,6869,-1501,-2019,2884,-7006,2312,-6173,-2960,9636,-8973,-181,-4235,784,-4255,1455,-2122,-8739,-1446,6293,-1621,-6325,-8107,9767,-4187,-1903,-240,1264,5577,5173,-313,-8306,-5520,9218,3287,-8205,-4580,-6885,6354,-2091,8903,1485,7137,8746,-9516,-7452,-6644,2867,-193,-7445,-5118,-7835,7984,9327,9731,-8426,5477,3652,-3891,9557,2396,8745,2740,7602,7318,8872,3516,38,9253,-1515,-9224,7906,-9708,2856,4096,2453,3771,-9810,8426,-5003,4414,3585,6815,-9513,-7001,8949,-1386,2009,-1539,-7874,-5789,2825,5144,4992,-8230,-8794,2088,-3886,-9656,1397,4751,6909,-3089,-8515,-2507,8761,2503,-4230,7418,657,-5420,5414,6844,202,-894,-3278,-7296,3686,6567,1351,6591,2967,-8790,7045,-1085,8459,2309,-8798,4881,-1625,-9951,2638,8420,-5335,6923,-651,3217,-4351,-1968,1912,-2801,-5559,771,-6692,8543,551,-4395,6585,7268,-131,5483,-8346,6930,-4671,-8579,1880,5663,7069,-3629,9772,-4968,-3222,8227,9203,-1344,-3823,6145,8963,-9520,4208,1881,9329,-5122,-8495,9850,-526,7395,-5882,-4048,-850,-3992,-8822,5959,-7022,8176,3373,-714,-9969,-1285,548,-6462,5066,7760,7678,-1015,822,-3484,8675,-9607,-6715,-8497,7145,6220,3564,-4777,-7810,2143,1288,-7141,-4234,-2719,4954,657,-4187,-2882,4615,2037,-3442,-2682,-8400,2284,3836,7028,-1319,1800,9208,-844,-7884,1472,1868,-1699,-5501,-8415,1991,-5359,-5890,-1982,-6860,4028,-7311,6109,4783,914,-897,-6381,-1341,-8572,-8679,-372,4933,9051,3436,-4025,-4491,4768,8147,-7958,-7179,7482,-1796,-7822,-7389,8633,2746,-2002,8888,-2390,6266,5071,8220,1503,9163,5162,8924,4066,-623,-8763,-1543,-5466,-5449,-7151,9430,6993,3496,4305,-8803,-4529,4397,7171,-164,8822,5303,-7771,4574,2613,-152,-6130,-6618,-7086,-2014,2231,-5575,-1236,-2283,-4976,-6548,-3461,9336,-7951,-30,76,8684,779,-2843,5572,200,-8794,1999,-288,-5742,-7704,2973,3348,6341,925,-7096,-8746,8047,-2925,-5781,-8893,1743,6396,2815,1781,-8136,2823,-4814,2428,6425,56,-8848,9515,2252,1058,1696,-917,6786,-454,-2095,5996,7927,-3403,-7096,748,1557,9027,-6095,7676,3728,4115,-3867,5967,-8621,-2475,-5586,6866,-8395,-2057,1536,6811,-4921,-7026,5317,-3044,4180,6273,8386,4644,664,-4370,-3790,-8163,-8552,5950,9795,-581,4110,-472,-308,4427,-3843,-988,7646,9936,-6036,-4346,1143,-5747,8403,-2834,-5447,7456,4832,-4491,8304,-1020,-4995,5351,4623,-9863,7776,-1277,-5065,9834,4203,573,-160,-9327,-9319,-6594,-2132,-4182,-8795,7192,3853,-5425,6647,2901,-8273,6671,-4832,-5194,-31,-8485,-6583,-2394,-9355,9457,3114,9938,-4847,7167,-8056,-4447,-8756,-1261,1377,-2340,-3182,7933,-2915,394,-3809,5240,82,-5632,-5780,-3985,-1486,-9518,2623,-7083,1239,-2156,1241,-2770,-5125,-2281,4740,-625,5973,5790,2362,9000,9234,-174,4862,-465,1453,-985,8626,927,-1134,-5270,-7762,-2515,-6936,-9563,-4623,5400,-2553,-9278,-6073,-3571,-7640,6068,-1409,624,-7340,-8932,7014,1668,-3648,9161,-8430,-6480,7303,-3261,6490,-3487,-1315,3694,8824,-5102,-3088,-4067,8080,-3920,-1770,-1643,8911,4341,1972,-5932,-9697,8866,-4335,-2792,-6945,7205,-2257,2906,5092,1034,-6433,8186,1327,-8822,9762,-7511,-8771,3339,578,5636,-6820,-5203,8055,-5448,9939,5605,5183,8036,4153,5363,-1880,-8905,6894,8674,9654,-2927,-4481,8664,-8280,6774,9968,8763,-301,9269,-1301,-2064,5527,8787,-3006,-5866,-9626,-3697,1213,-5520,679,2938,-7135,-987,-6210,-4780,5980,-2645,1282,-473,239,4664,-825,-5313,767,4575,-5086,7767,-6834,2558,829,8471,-431,-6778,3176,2369,7933,-453,-5474,-7684,2731,-9088,-4675,-9004,-9594,9967,7908,5383,7603,-3980,3061,-3760,4198,4592,-4591,2428,6522,9094,-515,-9205,8919,-8634,-6731,7897,-6077,2875,-9697,9506,2842,7829,-4818,8093,9382,3365,-9704,6956,9266,-9850,-5888,2605,8360,-677,3132,-5721,-9139,8723,842,1161,-2513,2655,7532,-6154,1321,5195,-5205,-2922,-3850,7098,-2124,-4482,8589}

    {9894,5563,-3136,-9959,8428,596,7050,-8895,6828,-8086,-5650,-9819,9275,-7146,-1962,2991,-6696,8596,-6219,-1158,-1790,6322,-2675,8856,7096,760,3660,3600,-1878,-9870,-9767,4042,-8650,1386,5822,-1754,-2155,1834,-892,9184,7340,6842,-7146,-3725,9752,294,727,-5019,-5774,5820,-5606,4752,7144,2526,-1506,6089,-2357,9078,336,2248,-4273,4432,9937,260,-6110,-7611,-5982,9503,-1532,-9667,-4922,3942,1529,-9855,-6584,6483,-1863,1237,-3778,-9524,-2805,2008,3397,-5473,6831,-3259,4689,-7905,-2593,56,7086,7229,-3233,-9481,-4935,1866,-6831,8835,9381,-1262,-8349,4295,-7495,6766,9179,-4267,-9327,3158,2921,-9772,3633,-1934,4423,-5884,-6180,3697,140,-3359,6583,-9824,-4035,6618,-7602,-4739,9877,-3002,746,4146,-7286,1045,-6683,9147,2325,7072,1749,-3031,-9014,-3721,-8192,-6486,9989,203,-7777,2894,8638,633,1857,8309,7723,-4408,3907,-2121,-420,-9950,-9888,-1695,8422,-471,-8372,3385,-4534,-1399,6333,-7056,-6348,4499,4719,-9323,6355,-1329,8401,6634,3538,-3935,6398,-8204,-2872,-6718,4968,-1813,-4822,2478,-3317,8381,1493,7956,3762,-6930,3912,6903,-635,-5495,324,-5456,-1379,-2868,6709,7215,-1396,-5281,-3815,4463,-6718,-4517,-8003,-6741,-4324,3439,787,-6278,4988,-4800,5223,-3478,1449,-3119,-2787,7200,-4059,-4470,4424,-7889,5092,-6300,3684,-5427,5683,-5741,5144,-2015,4602,5511,-9331,-4678,2396,3921,-1055,1346,9681,3453,8153,-4758,-3771,-3481,-5146,7116,-7504,-8016,4817,1865,2655,434,-1984,8426,6907,6073,5986,-8757,8922,-1817,4850,4030,1653,-7058,2088,3480,1646,-1288,-976,-7426,-1893,4571,4452,9463,-1409,2878,-2472,-1363,8096,-7911,-9769,-3806,-7327,5815,1147,-9532,-7646,-1729,3256,3166,1255,4833,8632,-5657,5167,9266,2594,7179,-1240,6539,-1137,-4543,-4283,-8235,-4356,-1964,-4339,-8161,-9685,278,1727,6773,-2462,-7459,-8109,2506,-7906,287,-4096,-3874,3649,-791,-2281,-2032,5872,2022,-9248,2979,7015,-8878,139,-3987,2994,-6654,-7693,-7614,-2534,9345,-2177,-3946,6079,869,-1686,3178,4258,4323,-7320,8651,9374,-1571,1428,7289,8991,7696,-8930,-55,-2798,-8414,2955,-2282,639,-8072,-7287,4687,4769,8007,7698,-8706,9471,201,-9640,6522,-9367,8703,-4548,-2599,1647,-6034,8248,9214,-4848,19,9688,8864,1322,-9401,-7604,7475,4169,-8695,8977,-3862,-7985,8570,-9198,-8936,2277,8187,-8291,-9002,-5930,2545,6565,854,4924,-3642,9638,-9121,-10,-4143,-8014,493,3672,-4173,-9193,51,-5559,2751,-3282,-7617,3901,-9476,-2584,8804,-9262,-2169,7967,-8384,-734,3198,9143,-3203,586,-4857,5838,-3463,-7817,-9477,7500,-8225,-1107,4291,1836,-369,-5336,-1653,1761,-221,-9552,-3969,-6405,7382,8780,1983,1993,8071,-9754,-5243,-6138,2786,-8944,1486,9762,6909,-5720,292,-3201,9191,-9895,6824,2033,1364,2576,6421,9636,-872,-8230,-7130,8847,9342,1285,8574,2734,-3184,-8895,9145,-9719,6982,-4385,-1903,-3900,8007,-4537,-5795,3272,7612,-9590,5512,5392,-4167,8014,9641,-6177,5423,165,206,-4520,6353,5957,-6441,-4827,36,-4721,-1037,-5410,-7560,-7237,-1482,-2561,3144,-3655,759,7097,9711,8711,3796,-698,-6619,-6737,-9750,7987,3139,9027,-3059,-2718,-9388,-9014,-2635,7074,8053,3935,4521,-6864,5799,8692,5432,-4024,-5832,-102,-3018,4938,7621,4163,5256,-4066,6342,6350,-2450,-7614,-7976,204,-2423,9489,706,-2774,-9903,-8124,5870,-5139,-8680,4089,-130,1578,5884,1898,843,2251,-9936,665,-4158,2574,-5890,4296,-1183,-4196,4158,5213,-5636,9181,6199,-8062,-5180,-9284,-9111,6440,-688,9828,8716,-1644,8791,7395,-9852,7518,849,2339,4868,9874,2295,2704,7993,4997,-4007,-554,9496,5804,1367,816,5537,-7092,-4720,-5834,7474,-2760,-8350,444,-4397,-4871,-5822,-5654,-9545,-12,-2983,270,-5468,-5968,-7052,671,-8138,2204,-2170,9356,1595,8484,-6400,7433,5072,-7738,-9983,-5655,3422,-775,7637,-9648,-5311,-2585,-8858,238,5861,4696,-6767,-9235,-4143,8786,4626,6544,705,-4664,5556,-9557,1500,-6757,-1690,5612,-301,-583,8855,-3626,2442,-2295,-1480,-5069,-6759,-1546,4037,-215,-9687,-3586,5803,195,-3778,-4767,-9629,-1296,-1833,-3263,3512,-9063,8407,2519,4997,-1643,-1271,4033,-4580,-4477,1776,5471,8919,8709,5201,-8867,-6487,7299,-7723,-4174,-6843,3428,4543,2994,2155,-1296,-1628,897,3716,9585,-1842,-7960,9781,5131,-6176,-4582,9048,2368,9888,4788,4306,5326,7145,9307,-1308,4137,6256,5248,-6588,-9847,5116,9370,6754,-7919,-1122,5696,-4126,-3512,2813,-1993,-1119,3802,3957,329,-4874,8052,7550,-3034,6447,-4900,-1220,2373,-8792,9989,9168,9183,-3429,9291,156,-9827,-7709,8974,-5911,-3236,-8326,2300,-5306,-7172,-8072,-4355,5566,-1841,-2767,-7110,-4136,-9096,3228,-8826,-2477,-7447,1408,-7732,7750,-7215,6104,4753,-5550,4555,-4793,-7602,416,-7805,8777,-6200,-5267,7198,6874,-2690,6821,-2553,9709,3694,-128,6323,9154,6695,-3813,7968,-8871,8809,-3015,-5623,3130,6091,3753,-1365,335,1675,7042,6684,7275,2959,1836,-2513,-72,2035,-3770,-1782,5423,-7073,2111,7336,-6828,2615,-7112,3952,-7702,5531,4053,6847,-4372,-6606,-2577,-9196,306,3712,9435,-8376,9255,-8830,-2366,-5756,-3772,-3597,7829,842,128,6230,6861,-2405,1521,8479,3018,-14,5975,2898,7390,-2910,-5139,-2637,-4760,-4768,4664,-4207,6526,719,644,-9384,-801,27,-142,8560,-2240,-6077,-7934,3768,2746,-598,4969,6880,4456,-9831,2506,2713,-3831,2577,-8391,2575,8469,9472,3835,-35,7004,-598,-6299,-9417,-8875,-7117,-4632,-950,291,1175,3420,5605,-1006,6032,-7909,6356,9200,-8611,137,-9783,-8160,9714,5870,-5274,5941,-3043,-1457,-8724,-4771,634,-1726,8091,7893,-4546,7122,6353,5153,-9708,8738,1436,-1140,-1070,-6867,7057,-2852,-4895,6675,-4587,-9617,-163,-4699,-8992,-2713,-4217,1265,9875,-6971,9627,-9648,-739,-2508,9017,7555,5641,-7419,5540,4604,986,2584,-474,-7446,8794,-8955,6170,6743,-7801,1475,5517,-9986,-3210,-2595,1320,3000}

    {1911,3621,-5990,1724,-7074,-488,-339,-2524,9709,1123,-6797,-9760,-2712,-3003,2209,-5648,6649,7239,8042,-6427,-2974,2438,5621,-5166,-7462,-5135,9469,-7583,4888,-6605,9643,-8913,6195,7614,3134,2920,-7350,9934,2645,-1912,732,-2687,-4604,-5148,3134,-3709,9721,-1706,1337,6548,6629,1030,5917,-894,7447,2209,-5780,-4488,-3221,3541,-2064,-6019,2712,2906,404,-2509,-6914,7320,-4871,-2808,-1938,7543,-6979,-7755,-5107,-3378,6307,4339,-9053,-6075,1798,-8374,-4547,-5060,5422,2731,-667,5170,-6604,-3317,5681,-6091,3394,9310,-8942,487,1276,-9408,9743,1753,5685,-9108,-599,5173,3769,-3321,7432,6811,6780,8556,-7766,7814,-5991,-4152,3231,-3303,-2254,-7067,7228,-2214,-9581,2707,6996,-1360,8054,2240,-9506,1068,1403,4681,-3825,-8455,7818,-193,1118,-2562,2931,-6570,-5501,5325,1640,-7056,8975,7084,-7319,2846,7039,8055,-9784,-99,-1729,-316,9414,-7072,-3416,6492,896,-3259,-5770,4001,-8759,3859,-8763,-9499,-6660,924,-4664,1032,-8513,9542,-1840,-3047,-8522,-6613,-1441,8778,-4229,4921,3395,-6388,-2084,5929,9995,-8348,9033,6378,2671,8587,-8029,5681,-1672,-7395,6130,9488,-6873,-4118,-2485,-6518,-6453,-9014,4708,-6553,879,-7408,-8220,-2061,-1671,-5793,3999,6473,4327,8290,-8678,-8034,4523,-3758,-1773,-8560,-1835,-7847,-3709,3625,-7857,1026,-1706,-3897,7972,8390,-809,-1975,-6694,-6223,411,-2853,-9659,-4521,9303,-7882,8522,8311,5351,-7594,-1551,9812,8942,9156,7771,3378,-3001,519,-2013,-755,2711,4622,-6219,6085,-6137,-7662,3392,-2859,5942,433,9936,5428,-7775,3368,9285,-7581,3471,9206,220,4010,4600,1557,-2965,-3812,-5054,-4621,-6360,962,2169,9708,1393,-9521,7819,5003,-9459,4139,-5122,6834,7084,9657,4201,973,-6777,-5381,7854,-2265,-9685,-9979,-7241,5531,8303,-8438,-2190,5105,5096,8192,1815,-3201,-6773,-9523,-1865,3455,-702,-6238,-5178,-8830,4369,-7063,6308,-837,-9613,6834,-5602,8339,9117,-9211,-7668,5940,-4264,-4075,6080,769,9394,-7081,-8145,9995,-2553,-3158,-2036,-5599,9012,7598,-7363,4235,6601,-1977,-2567,-7605,2304,-1527,8054,-4252,-3134,2932,-8902,-1305,6432,-2754,-3708,-4095,2374,5030,-833,3232,4811,1081,8923,7354,-210,-4118,389,-4460,-5937,7787,-2483,7215,-492,-8059,8759,-1395,-8072,6840,-8030,-9226,-4122,-9450,8135,-280,8542,9266,9224,4959,-8604,-9272,-4032,162,8515,4449,-3968,5907,-5217,-736,-7702,-9523,-3762,-3090,-5522,-77,-2141,7681,-4818,3181,1820,1089,3871,-7888,1149,-9388,8749,-352,-9918,-2800,-2263,-8004,3143,1138,-4971,-6974,59,-3813,-456,-9601,-6884,3624,5750,-6069,7379,6836,5850,6915,-7554,9617,-4745,-9254,6996,3083,-9461,-7765,-5650,7339,727,1312,-1346,-5414,8823,-5349,-3055,326,876,-2193,2539,8573,4671,5011,9583,-4235,9291,-8388,-2488,-3958,-9650,-558,-2653,8069,3581,9967,-636,354,-8256,4134,-6332,8235,-3467,1189,1511,-8753,-1885,-8539,-4048,-5456,411,-9705,5540,-7647,-10,1774,4158,5140,589,-8228,-5952,-4775,3846,-9877,7240,-1970,-299,-8667,3177,-2047,-2749,2239,7385,9069,-1547,-6560,-2730,-8601,3151,9041,-3045,3461,4289,-3614,-6912,1101,6956,-6004,8071,1327,4077,1743,5985,-2102,5112,-7392,-267,2897,1985,9966,-4528,-4686,8832,8336,-7556,3852,8723,-1044,-7395,-3244,1638,-5758,5212,-3615,-6687,7370,-3401,572,-5591,-5329,-5123,-3485,-6418,9483,-6902,-3997,6597,6247,2688,3204,6515,-6602,-8472,8102,7275,2484,-1966,-181,4669,-604,3949,-5361,-5294,-8671,-5732,-6496,9816,221,-7174,3056,-1906,-97,-3462,-7020,-34,-9885,149,512,-9816,5757,6545,-9655,-9031,-5626,-4688,-4928,4403,-1066,-5845,-2592,-1152,-3765,4189,-8926,-4820,4143,-9214,-7891,-5952,2902,6811,6736,5162,-2681,4490,-4431,3762,-2521,-3922,7036,7954,-4107,1644,5317,3517,8641,-5073,9925,79,7047,5198,-4757,4180,-5192,-5631,8907,834,3270,4368,-2173,5565,4644,-169,44,3691,-507,-4282,9177,-7190,662,-1792,6428,7939,-8885,550,2436,-3302,-2259,3064,-1841,4221,-2790,8514,113,4084,-6655,390,-9102,-7346,-1792,2373,853,9612,-8753,2353,-8988,-2809,2356,3836,1229,4895,5551,1440,387,4895,256,5380,-1920,6312,-3195,2448,-1068,3812,-8242,-2006,1951,7618,-2977,-5296,7840,-1894,-5462,9755,-2824,8515,5373,-8026,1635,4122,8624,-4846,9164,-4619,1370,-7545,2071,-3942,-3815,124,4412,-4695,7348,-3708,-8089,-5088,888,-7360,-6184,9615,-2996,3020,-8348,-614,-3908,-6128,-5185,-1937,-8166,-3619,7217,2400,-3794,9760,-7092,9853,-7770,8913,1691,1907,-9515,7971,8111,2656,-4947,3740,9131,-326,3579,-9861,-3124,-4184,-5523,-4004,-6507,6694,-7884,-5677,5046,8897,7891,1292,733,-1090,-8371,7584,-7637,1747,-6336,3648,-2874,-8077,-6890,-6370,-5893,-2735,-7421,321,-8154,8347,-6492,5439,-9616,-6984,9708,5946,6863,-3514,9444,-2235,-1367,-7105,-1460,3408,2186,4023,8453,-518,9881,-5007,-5826,-6127,9525,-4643,-2937,-9338,-5692,-3164,7341,3397,-7608,6295,9973,-5680,6662,4187,-3929,8533,-4291,-5257,9659,-2263,7059,-5437,-3187,8364,-7045,-8900,-9312,3306,-2256,-8354,1775,-4622,3911,-3016,8056,-6204,1329,-8231,-5695,2610,1035,6006,-6197,1972,-8925,8628,-895,9469,7534,5229,-8732,-512,8756,7415,9067,-6328,-4841,1008,1217,4977,-9349,4529,-4466,1726,-5211,-2130,-820,-3746,7227,-5958,-6212,-4664,-2170,4105,8284,-3433,7024,7091,545,-3782,-8505,2751,-3130,9800,336,-4637,5273,-3319,-3995,-8368,-4795,4561,3195,-5138,2119,8454,-3249,1132,-9422,-7919,7226,-8899,-5754,7130,9478,3365,5071,7836,5912,-8074,7374,-5307,1519,-8575,5316,-8191,-7179,-891,-5684,7517,-2853,-7615,-1472,7344,-7661,-5094,-2665,2274,80,2699,-5893,3465,8454,4746,65,-2826,-8823,-284,-4891,-9365,2135,2216,5857,-9046,4398,7938,8884,4835,-7126,7523,4286,7033,9045,3720,-8819,-97,4905,-4404,-7329,-4730,-8645,7077,3008,-6940,3666,-4987,4358,8734,-6518,-5738,4551,-6467,-6943,3906,592,-2091,-7100}

    Returns: 495268704

  97. {336,-39,-4427,-2477,-9306,-1970,6712,862,-8530,-2507,69,-5363,2834,1688,-912,-7484,1969,-4613,5110,5680,-5843,-958,-7732,-5815,1389,8866,2071,-4102,612,1603,-317,2528,-1596,374,-9225,-5340,-7179,-9991,-6049,-5722,6563,-3421,-640,4331,-1630,6602,-956,302,-8331,-3521,8866,-1463,992,-7822,-4425,-9776,7599,3050,-4380,-1532,-4052,-8127,4774,8821,-7677,-4168,9433,890,5905,76,1674,-9671,961,6908,-9326,-3452,6603,-690,-6910,1862,-2362,7667,-5729,2635,-3388,-7010,894,-7915,-7039,-1209,-6335,-2021,-9524,-3004,-3829,6346,-1094,882,2795,-5363,-471,-39,-5218,-5599,-2104,8152,-872,4575,9703,7215,9886,1948,7899,-7400,-4190,5071,-9398,8295,1967,2097,-9685,-8910,-4040,-8442,-4845,-7044,-8081,7983,-7540,-7238,7173,-8449,-5869,5587,7727,-7329,1445,9192,-732,-1674,-5169,-7037,291,7544,-8758,-5279,-6665,8043,-1771,5266,8952,-4677,9741,9386,-4881,8976,-6113,-4731,2255,-1083,-2418,1857,-9206,-3487,-3083,5645,4494,-7751,-4420,-5181,8177,-7390,-3697,-729,3600,4256,2518,211,-8584,-6632,8868,-7497,905,-7798,-9892,-3254,2223,-6605,-1807,-3695,8336,5522,6947,7135,5662,648,2781,-4832,3579,6314,8209,-2567,3581,392,2757,-1255,-1229,-2304,-7074,5945,3700,-8014,-590,6118,3261,-3816,-4377,-5923,-2579,7145,6872,7613,5979,9248,4107,-3393,4406,3340,220,-5896,7973,4243,214,-6257,6958,-8952,9323,8707,658,-126,5316,-7569,2263,-1522,-7309,791,-9690,-3636,-2639,9316,5541,2471,-9325,7244,-5619,5506,-8724,-7225,2140,-757,2260,-9106,141,6759,-497,6465,-8365,-6360,-5210,-8981,1238,577,-5530,1774,-8030,-9429,904,5861,-7314,-4877,-182,-8370,-3309,-2694,1974,-7922,9859,7559,2135,3077,3318,-9711,2364,-8959,2001,6062,46,-8980,-4096,5163,3777,-3091,-4156,3763,-7592,608,9830,-6342,-5987,6393,9839,764,-7551,-9377,-8132,-3970,9425,-4854,4571,-4595,-389,-4663,-6413,2705,-4643,-9311,-94,-9038,5920,7239,1118,3816,-6105,-3207,-5604,8943,-1331,8062,9343,-9699,-6818,9252,7517,5144,6216,524,-6440,-4772,-2364,7956,-9747,9666,-1321,-1783,-3353,9021,3342,-4808,-5377,-2973,353,-3947,-5200,7263,7921,-4902,-2369,-2432,-4389,8694,9869,-5250,9183,-5824,251,6316,-4877,9395,1353,-5546,-8157,7811,6951,-9529,-5846,6667,-3898,-4919,6615,2694,-3684,1705,-235,1202,-1248,-4110,-9039,-9910,-1670,4421,8702,-9548,-9029,-7550,5817,9858,-1165,-3836,2767,-6677,-7461,-8006,7569,-9857,-3259,1349,-6520,-7632,2317,-7940,-412,-7300,4526,4474,-7186,-4075,2155,1073,-7378,-1302,7555,-6004,-8188,7618,-8220,4556,8335,-4993,2800,-6960,-6123,-4371,7716,5627,5294,5834,2474,-1891,-5472,-813,4275,-6530,-8297,-351,-6855,-8032,4437,-5331,-322,-1567,-5823,6332,5871,1891,-2489,8756,-4654,-2561,-3149,4437,-2100,-599,-9144,-8942,1399,-1616,-9874,3532,-8506,2731,8386,3626,6430,-2826,-6646,-8508,410,8126,4889,9779,-5418,6103,737,1713,-414,1190,-7648,9665,-2009,-2792,4765,130,-1408,4444,-4672,-5020,-2379,9314,-3531,-3014,4377,2253,7151,266,-9437,-7601,6799,-6737,3869,9313,3796,-6799,6826,7987,-1589,-3300,1975,-6148,-2825,-8676,3670,9211,2175,7316,-4486,-8258,-5324,-2405,-9458,9243,-2315,-2633,8654,-7347,-3276,-7776,2642,-8255,2083,-4345,371,4470,9187,3186,6170,2025,-3515,-8896,-488,7102,-7608,2847,3323,2553,4303,-4458,7971,-8113,-6412,3125,-9946,1537,769,-9412,-2452,7743,-5396,6595,4669,8200,-2045,8593,-8959,245,-8457,-4022,-9714,-6552,-5421,2525,3101,-5194,8286,9426,-769,-395,4903,4755,1405,118,-9398,-5984,-7618,7862,6013,-364,-6297,-6952,-7321,-5095,-8459,-2855,7785,-192,-8734,-8868,-7157,2526,7860,-6951,-5176,1163,4306,3871,297,5282,-5627,-9482,-5311,-3633,9890,-1035,-356,140,-4304,-1051,-8324,-8115,-2089,4698,5018,-1438,-7092,3378,-9520,-1586,5670,-5395,598,-9827,6694,436,-975,9653,-3419,5623,9322,-8383,6780,-7267,4748,9335,3596,5881,-3428,-7011,713,-9650,3651,-8567,2847,-6687,665,-702,21,-6888,6410,3479,8097,-8746,6901,9363,6818,-7702,-9173,7883,1504,-7804,7002,-437,8889,-4508,-5047,1231,1285,5881,-9277,4879,-3700,3209,-9869,-3581,-8204,-7109,1435,-5372,-2408,-9004,-1687,-2401,6591,9929,-7534,5332,-1407,-4331,2892,2822,-1,-2077,6021,-1874,-8099,9353,7393,-5680,7781,9178,1454,-6854,-9915,-9989,1283,1345,2385,-5308,4703,-1710,651,2124,-2774,5478,-6623,-2135,-4325,-5186,5815,6183,9056,3342,8579,5715,-4606,7142,-4863,697,4780,6636,-3545,-6182,-320,9347,4061,5358,-6093,4408,-4688,6127,-8804,5703,-3602,-956,-6606,-2507,-158,-4169,6620,7740,-6179,-8659,1502,41,563,-1548,762,-4781,392,-8756,-6129,8047,-3297,-6677,-5574,-6544,-4814,1717,1114,-185,8082,-5358,-2207,4405,-8940,-6226,-7807,-1725,-3486,-1742,6139,-6070,2597,-1227,-7070,-9930,-7683,-4628,9685,2695,-8712,2564,-6109,1338,6431,9322,4362,-6929,998,-9809,6984,-4884,-6273,-3389,-4692,9516,1748,-5187,-4954,284,-1956,-1622,9871,-5197,4879,9497,3725,6958,-5520,-6548,1933,9578,-2364,5584,9940,8284,9529,9184,-5649,7605,-9790,6280,6242,-6476,4550,-8787,-8708,4175,-6694,9149,5339,2375,-6818,-1636,-2712,69,9263,-3820,-5884,-4570,8195,-6200,4784,8504,4784,-4893,-8580,720,-1646,8665,-3011,-2515,-1676,637,8922,1238,840,-669,-2180,4997,177,9274,-658,-6618,-235,4461,5747,9427,8306,6405,1358,-8760,6337,-6962,-6690,2677,7977,9321,-4549,-3381,1217,-462,-851,-1639,8233,-5165,-9966,-233,4618,7425,4288,-7482,-6751,5196,2129,688,4693,7130,9524,-730,-8365,-9075,1888,5990,-252,-309,-4323,8829,-8288,-5697,-4714,1167,-5149,2231,-6474,293,-4177,2128,4240,3259,-1645,-3572,-4798,6647,-8284,1449,8489,3796,8907,6175,3865,-5621,4054,-3067,-1500,-3050,8465,-4426,3433,5157,-5905,-6453,-6269,-7170,1903,3465,-4825,-8041,589,-6790,5508,822,8712,-4366,-7026,7113,-69,-894,8849,-7092,-2625,889}

    {9802,-4554,9201,9030,-5968,7766,9764,-9690,1643,-4298,-8816,-9955,-821,6845,4098,-938,8106,6575,1315,9981,9072,6755,4599,-5843,-9711,-4325,-7627,3995,-5049,-1450,7011,3877,8624,-4367,-3942,2922,-1988,-7869,-8131,-7927,7223,-9412,-1424,-3268,-3151,2340,-5815,4191,-5276,9819,8793,-7391,-4902,-3802,7537,-4966,-4721,-7198,8854,-1807,-4554,-1883,4961,1362,8367,-4992,2214,5519,-8831,-5160,4088,7332,1105,8715,-1019,-3770,-8616,6955,8930,-4153,1731,-1858,3498,-6416,1173,-1265,5743,3863,7917,-6787,-5900,-8193,2763,3137,-4598,4683,8606,-8772,9953,-1651,8929,3725,9684,5305,3022,751,4891,9584,4788,342,3897,-8144,5546,7003,-6801,5490,-836,-9692,3288,1174,-9891,3072,-2757,-6113,-8310,1958,5626,1564,-7205,-3783,-8141,-262,6820,2289,7395,-9208,-3695,3578,5463,90,-9084,5552,6023,4367,4973,-3420,2757,-9806,-6389,-5448,-4433,-7872,3992,-1666,-1016,-8646,-431,-8531,-1737,6231,1528,3329,645,-3969,1865,-5,-615,8533,-2605,-6289,-7406,-9213,-6874,5579,-2187,-9541,6959,-8553,-3560,2581,-4385,5584,9748,3374,-6061,-9325,-9820,-1021,-3575,6152,7989,2518,-9203,-478,3973,-2172,-1034,7563,4192,-7450,-9641,5713,-8009,6930,6903,4897,6537,7749,-2640,5239,5259,-725,1723,-4204,-9776,4904,-6416,-1599,-4590,-5631,112,-7887,3221,-8027,-4739,2522,4280,1214,2289,-2744,-5325,518,6394,-4387,-750,3470,7499,-3990,-1568,-5009,-3301,-9688,-717,-7623,-2181,8651,9061,-3091,-2179,2370,1554,-2055,-3555,6139,-7185,6964,-3502,2990,3600,-6012,-8348,8185,966,-6891,8344,9327,926,-2460,2576,-9008,-2097,-2310,928,-7574,4971,8194,8004,-3527,1443,1635,-178,6908,-8638,-2082,4338,-274,-2228,8779,-3724,-8307,-6607,6896,3915,-3414,-1580,-1646,212,-3928,611,5930,9836,-1970,-8284,-1299,7194,-9601,7486,-9034,8487,3242,6131,236,-6954,5729,2036,278,5939,8136,7928,-9260,-5192,-8328,9364,9858,-640,-8872,559,997,1671,6788,-9994,7570,-344,2966,-1796,-6165,4594,783,-1969,-8398,6474,-7616,-9101,-5367,-1745,-7149,8795,3766,1768,4428,3660,6305,-5983,-4593,-8711,-6800,-6917,-6802,-2972,-3152,7571,-2449,4996,-8989,2734,-4159,1463,-7530,9942,7530,6165,1405,4048,-431,2997,-5634,-4479,-1483,-6544,-138,-9145,-1489,2582,2168,5799,6988,7844,-6112,-8621,2193,-3461,-7860,-7543,-2003,6723,6905,2716,2440,-9451,3149,8528,-3342,-2870,-9194,7062,-9502,4590,8452,1241,-9892,-1993,-2241,-4125,1181,-8755,-3628,5280,9280,6418,6752,-6870,5818,-5176,7890,82,4737,7662,5482,-6162,830,3685,4190,-117,-4078,-5825,-6905,-979,3702,-6790,2239,-9855,-1932,3178,-5652,-6716,-6837,1838,1414,9082,-3908,7950,720,-3813,-4625,7581,9242,-2090,-229,2694,-964,3564,2909,-2551,-711,8535,-520,5882,-6854,-26,-1671,7210,-738,2312,6812,-7981,9196,8460,-839,-6117,-7657,-1417,9349,6743,48,8766,6059,8424,-166,-3365,-6087,5180,9405,215,943,983,-1869,-223,-2438,-1516,1156,-9606,6941,-3795,8101,-4820,-9347,-1527,4526,-4170,6893,940,-125,8180,1254,-4704,-9447,5822,2247,-8167,1148,-5309,-4795,8039,445,5616,-887,-4813,1988,424,-8863,-6803,-8634,73,-6696,-3472,-5772,556,-5282,949,-9798,4021,-8863,2301,8492,-1454,1458,-5877,-9162,-9552,7795,1108,-3132,7763,2337,9814,-4482,-7277,-9943,-3080,-5674,4578,-8418,8542,5802,1998,-4812,-8325,-3124,6630,864,897,-6297,5984,2777,-311,-451,-5098,9231,6579,8530,256,1329,1306,2234,3298,3061,5755,-32,8269,-3587,8200,-3581,4386,5349,7664,2993,-8753,-7851,-2242,-9118,4986,-1406,6384,-4891,-5864,2840,-1035,-618,-9735,-9377,-1316,1498,-1239,-3462,-2799,-1605,19,-2386,3888,8604,392,-2638,-9602,7941,5806,3633,-9337,-8286,8876,-1668,-6049,-6452,2614,982,663,7078,501,1544,-3183,-7590,-6278,643,3948,4100,-8227,7468,-3769,-8230,-7564,7133,6092,-1822,-8722,169,3448,-7420,9367,-2958,-8084,9710,-9205,256,-2060,-3504,-1080,5583,-4244,-173,1836,2341,-7535,-756,3684,-9586,-6806,-1599,8783,-1188,-3557,-1600,357,7072,-5830,4869,-5204,-3271,-9968,8645,-4073,-4739,2399,7424,1668,-387,6373,2525,7742,355,-8981,-8888,9778,-9047,4363,-213,6150,-648,9385,-9594,9345,1208,-553,-6697,3398,5625,927,6759,-866,5109,4794,4663,-2556,-8275,-2986,-3269,-6210,1059,307,7463,4355,-5421,-3277,1215,5974,9428,-8114,1346,-2030,-7674,7443,-8704,-5533,-8473,8364,4831,499,7137,6241,-8685,-5567,-3911,8526,-7,-7273,-6717,6913,4673,-9021,5004,-4337,7024,-2511,-5226,2622,-7088,2222,-4835,2047,-8269,-4894,1831,-924,3651,3000,-1830,-9229,-5975,-5567,527,-1861,7875,5431,4708,7376,-9572,8204,-5133,-3182,-7822,-2538,5411,-1332,8665,6338,5613,-8467,-3534,5606,4977,1180,-2632,5894,-4847,2606,-7316,-6984,-8643,6660,-1028,1318,-7294,-1129,5118,9092,6806,-2957,-1199,3681,-841,7352,-2198,-8243,-7418,6308,8439,2571,-4155,-2091,-403,8632,4117,-8352,6399,9303,6541,-2213,2474,8207,-1576,1375,4156,5127,6992,-4017,-6446,-2753,565,-8020,-9413,3108,1264,2358,6453,5569,958,-8223,-7148,-2654,9214,-8591,2472,4366,331,-6458,-3215,-1801,-5632,5633,-2809,9257,4111,3570,-5182,-2797,6528,-1605,-7001,4232,-6946,-411,-5486,-9664,-1630,1227,3122,7667,1907,-5073,5721,-6681,368,5478,-2322,6570,2899,-8624,9421,7610,3307,-6760,7331,-9759,-4139,8157,-3689,771,2703,-2531,5059,-481,-8228,-578,8167,9881,4423,-3782,-8385,-7224,1517,-2286,21,1658,-4210,-9083,-4794,-5163,6674,5790,6231,7980,-8508,3614,942,9,-5890,4249,-1549,445,8571,-6911,-9397,5361,1190,7381,8588,-7318,9791,-5215,-1716,-4536,3392,4651,-5250,4055,-294,-5540,-7568,4735,1129,-9753,-6719,3437,2693,-9512,-140,8568,7578,8120,4880,-3256,-2740,4732,-7743,-583,4295,4916,7890,6872,5932,6903,755,9026,-3557,8253,-3220,-267,5008,2347,9095,2933,4401,-7266,8882,-4946,3476,-1843,937,-1529,-6438,1143,7414}

    {7667,-6518,-8811,-2386,-7736,3128,8980,-8401,5431,3468,-3491,7939,6094,4868,-3524,8410,-746,-9621,-5605,8678,-5803,6245,-3486,9939,869,-634,328,-6598,9590,9287,-1474,-4552,2956,-3597,-1901,-4859,-8129,6668,6579,-5973,-9928,-4063,-2977,-9296,3327,4422,-7643,9671,-9308,3337,8043,-4744,-4223,-8085,-160,7206,5880,3313,521,-5437,-3776,2763,-4088,-1036,-4835,-9520,6524,7332,4342,-4665,6261,-2858,5161,3250,4382,-4932,-152,6556,809,1759,-8543,7189,-1661,1865,2822,-2354,-1983,-859,9365,-940,-3929,-8439,-5004,-4518,2328,-9150,-5975,7682,-9121,-5326,-4920,-1742,-5942,-2021,-4542,-7201,363,2535,6166,-897,-3958,-9263,-920,8124,-1651,-8944,-1753,6346,6307,-1752,7248,-273,1892,1541,-6082,4075,-8909,-1522,2362,-4046,138,-9042,-9717,1695,-2498,-6781,-2898,-9975,-3161,9121,-4867,6121,-9909,-1945,2304,1504,3332,5160,430,-4690,679,2217,8062,7796,3762,-9251,1153,-3222,5685,-1734,-1419,1860,-640,-7523,-7457,-207,-9707,6516,6334,-2699,3565,-9204,3812,-5097,3735,4120,-3937,7004,4788,7980,-8673,-519,-5018,-6255,-5813,6498,-1387,-7505,-633,-7052,3162,-8245,4144,-1785,-3755,-7777,1452,-9645,1971,818,-6772,-2187,977,-6059,315,7996,2411,-3128,1468,8740,9501,-8502,9568,-289,3113,5365,8077,-3799,-168,-9908,5091,7570,2573,6681,-3951,-3276,-7329,-909,-795,-4404,-7421,-4305,424,4458,-2018,-9208,-4327,203,-2864,5362,-9222,414,3580,7570,8568,-3982,6180,9265,3489,-4200,7544,4810,-6933,772,-1619,3049,4317,5620,1241,2072,1214,7909,-7667,9662,6856,-6281,-5249,-111,686,604,-9578,-1681,-2610,-4553,1504,4624,-368,5859,4674,-7886,1716,9094,3914,8821,5615,-7664,-1121,4207,-5536,-7705,6820,-542,-8297,621,6293,7501,-3517,4564,-9488,-8475,7776,-440,7198,7730,-9186,2117,162,9363,59,7377,-4365,-5111,-7184,-3818,-6568,3155,6975,1210,9607,-7076,-5012,-9054,-6919,-6964,4322,3764,4023,-7414,-7979,2320,-3656,-1798,-2154,733,-9280,-2590,-3346,3693,-2100,-6539,6248,7677,-5175,-2302,1847,9847,8215,642,2676,-9984,1773,-7542,9846,-4798,-5947,7293,7747,4828,-5731,4213,-6328,7570,-7031,-9930,-7865,-1912,3502,-3418,1590,3576,-1439,5266,-8197,-3924,3889,9599,86,-3060,-1712,-6131,3883,-5430,5668,-7363,-4067,-4233,-9346,-6390,-3715,-5475,4619,-87,2854,-9969,-6454,-4616,9074,-2087,-6782,-1554,3356,-4568,528,6493,-9359,2376,2525,3431,1275,4772,6891,8120,-3247,-1617,9087,927,5572,3055,-7757,-536,5489,-2444,6175,2788,-9067,7453,-8538,5949,6138,5826,3635,3753,5726,-1669,-9232,-6071,5095,112,5654,-4364,2838,-7506,-9243,-667,-3206,-7818,741,-1490,-6021,-5175,3159,2628,-7253,8365,3219,-6175,-7047,9489,-6872,7570,6705,-1212,-9481,9384,-1514,-3117,3877,6133,-984,-5172,5589,-8917,-7880,7492,5422,-2955,8220,-1582,-1314,1356,-8243,8822,-5740,-9635,2905,-8096,7884,9230,6367,6597,-4232,-4496,-8091,2116,2563,1919,2422,6375,6117,-4875,-4111,-2671,-802,-7109,-2387,6764,-4501,-7658,8301,776,3728,6302,2371,408,-525,3635,-1142,9398,-183,2742,-5237,3918,-9785,-5094,-2499,-8507,7296,-3785,-703,2905,4464,3101,1928,1945,76,-2745,5188,3314,9989,-9189,-3275,-1312,-2151,2117,4626,5205,-2660,6289,-2835,9100,-9147,-7033,-3398,165,8706,6280,-4304,-19,2006,-1021,6832,-1477,652,4118,-5815,9796,-4289,-6732,-674,-2462,2559,-9516,9953,6848,7625,5587,152,6725,-2456,-733,8651,2059,-5323,-4304,-1057,-8489,-2334,-4076,2034,-9970,9659,-2659,-1314,1368,-9791,-9200,-6342,-2951,9656,7751,9348,-6394,-3155,4794,567,-282,-7361,2582,5885,9013,-7530,-196,4011,2878,1496,1229,-3824,475,-4487,-8612,7235,-9507,-188,-7572,9437,798,6511,6041,3393,8183,8689,-4933,643,857,-3258,-9486,1637,1044,-1096,-5869,-8461,-5722,-6260,5622,4419,-4524,-2294,-3296,-6249,9806,-4557,1915,-5949,-1362,-5463,-2057,4563,-2467,9811,-308,-8411,-5751,-5012,-8043,-9095,175,1696,719,-3933,-1632,-2722,7502,2101,5537,-6243,4131,-2871,3853,-9441,-6583,-3091,1373,-6777,3894,-872,7156,-666,3733,-4579,-1207,1295,-9728,-289,-3867,3297,-2646,-8644,-4616,6996,2725,-9047,2534,6884,-7735,5297,-5759,-7753,6634,-3915,7846,-2168,-853,4412,52,-12,-8694,-144,-3825,-948,4364,-769,-1574,2118,-8336,-4416,-7182,3094,-2785,-7019,9634,9070,1043,-3056,-7794,3525,1378,4079,-7075,7805,7516,7526,3896,2496,-4519,7275,2611,33,-8821,6225,-9727,-1195,-7298,4049,2056,-2552,4812,-8494,-5358,5758,-5662,-2243,6781,-4226,5329,-7413,3379,-6894,-2744,-5893,-7167,-5569,8453,585,-9192,-7622,139,-7506,-8404,-6398,4033,-2318,487,9892,-1521,-1243,-2790,5510,-5581,7354,1566,-3264,3196,-5117,-2217,1693,3327,-6308,3887,-9952,2842,6228,6562,3086,7604,2904,511,4841,-5703,-8220,-5780,4687,9328,4989,-8673,711,-8130,8037,8461,-8374,-9349,-1318,6429,-7284,9748,2013,-7919,8423,-1173,7684,-7083,710,-2312,-6047,-4307,8219,-6185,1233,-6178,-3564,-5090,-4714,6249,-6186,-4084,-2930,-7213,-7317,-7929,-7649,-2439,7265,-4166,9837,3214,3789,-3725,-8520,-6013,9870,-5392,-7046,5523,-8197,-976,5946,3435,-678,5818,7037,1207,-2413,-7961,-9662,886,-4156,-2508,-7124,-2644,1166,866,-7072,8583,-5923,-3848,-7945,311,620,-8800,1539,4069,2544,390,3225,2131,3810,7836,3491,-7746,-2532,-3577,7103,8541,-7757,-8827,5169,2663,2760,-6962,-1763,2029,1373,1208,1738,-1953,-7058,-1653,6575,-1228,6615,3912,-7419,5541,850,5780,-3105,3059,9403,-66,2988,6518,-3144,1729,-857,7872,2560,555,-2357,6324,-8540,-7725,7713,-4679,-709,789,-3527,-9929,-1987,-8580,-7266,-4418,-4909,4586,8379,-4351,-2619,-1774,-8596,8024,-3136,2036,3421,122,-8651,-4687,-7598,-6817,-1443,3504,8994,710,-3445,6115,-8544,9279,7600,615,532,-3502,-4247,-6672,1086,-8088,-8559,9017,2306,2055,8212,5963,2581,653,-1502,-7167,-1154,9138,6026,7436,-6738,1153,-7208,-4258}

    Returns: 590396706

  98. {5603,5402,7542,1871,2403,9131,-6776,-6143,-6473,-4935,-2615,1661,9372,7683,-508,7712,-2536,9168,8897,7278,7344,2329,2460,-3309,9107,5378,6290,2268,1209,3238,-7254,5403,2884,1543,-6592,-6993,-9283,343,-7548,-4448,7441,4837,3217,7371,3916,14,3242,-4267,-7421,-4841,-9918,-3610,-7738,-7500,1555,3826,-9661,-7932,-238,-5572,-1412,-8061,8363,-9917,-6115,-438,-2966,-1584,-5919,-4276,5889,-6080,2874,7986,-4128,-8282,5457,-4971,-1273,-7529,8977,-2626,2108,3148,-1502,-6705,1771,3963,227,-8476,3480,-3304,9126,-5539,2374,-6060,7861,-2906,7014,-7478,-1822,7751,9171,-2606,4326,7016,8641,4739,-8928,798,4976,-5150,6137,-7459,4978,6551,8515,-2075,6178,5445,231,-6806,2199,-1709,-572,5348,-3937,5052,-2479,-1060,1908,-1101,-7715,-9870,4480,2504,2292,3861,8953,6392,6002,4664,-8736,-8053,-8867,-4358,-8924,-2133,6566,-6521,-4135,4386,69,-9835,5353,4598,587,4189,565,6455,3555,5492,-8685,2753,1917,9346,-261,-523,-5976,-5447,-4298,5296,-7471,-8966,-7428,-3154,-4354,831,-1264,5612,3831,4968,1644,2780,-9029,6333,-3122,8403,9558,5908,4812,494,4135,6147,1949,8402,6453,1193,-7184,2846,9296,8894,1570,2459,3880,4174,-9975,3492,-2031,7353,-9184,5527,8554,4361,740,-8399,3943,8567,-9967,6117,-4450,-3940,8488,-1820,9433,-2276,8709,1758,1783,-7672,723,7056,1162,-4883,352,8,3097,-3999,-3652,8551,-9973,-9541,-1722,-4438,1177,4636,-1505,-1086,-6973,3884,7229,-986,-8584,-8876,-28,-6454,1126,7890,-9245,-2195,7940,6811,-6192,7066,1719,9561,-721,-5082,6935,-1123,6313,-1741,9383,-2671,8753,-4143,-5519,-1182,-4932,2976,3568,1610,4849,-544,-9967,3793,-709,3001,-3084,3566,-7412,-6919,1734,-2355,-5034,3958,2871,-8669,-3657,-2252,-5259,3400,-7811,286,-3748,7986,123,-6281,-1279,4027,-2864,-9656,5468,553,3074,2128,5693,-6733,6069,9685,37,4353,-9885,3160,-5603,3321,3827,-4459,2087,1978,2621,-3638,2349,1197,4193,583,-4487,1212,-909,-6394,-8242,-9488,-5415,-1020,-8547,1166,709,261,488,551,-7526,-7176,-6236,949,1729,5127,-5790,9364,5961,-8044,-6835,-9846,9601,4671,957,-7280,-4067,5243,3721,5474,4759,-7896,-5794,-4296,2220,6357,335,2720,-4997,6871,-4303,8741,1172,2092,934,-1436,4381,5066,-5852,-5133,7080,-3718,1995,1287,1500,-3649,1023,38,-5135,7355,1116,-5168,-2804,-2088,9558,3254,6456,2561,5271,5468,6479,985,8177,8323,8268,-3045,8446,5343,-5344,-9468,4509,4048,-7773,-9857,7316,-7752,-7403,3587,1145,4625,-2264,-1145,8638,9867,-8979,-3184,9329,7072,-2981,8402,7023,-2185,8750,-1129,-8260,7463,-8736,-8962,-3220,5778,-5155,8044,-9442,2778,9990,4310,6483,-8980,9554,791,1951,-9841,-8962,7393,9936,3589,-6032,1678,3191,380,3650,-1485,-7774,8488,3352,-9729,3552,7299,2005,1474,-5491,-871,4023,5547,-4839,133,1685,-5693,6223,1362,-1267,-6661,4985,-9685,-3546,-1827,-1617,-7638,-9535,7408,-5890,9747,-2202,9470,-3354,3697,-437,-369,-4495,2237,4624,3258,-2191,2844,-5884,-89,6417,-5062,-4433,1024,-1595,-7520,-1466,-8697,-3408,1554,1309,822,9084,-8180,-9788,-9051,-1516,-5867,-678,-7131,-6559,9311,-771,-7672,-9380,5242,-1503,8609,-5032,972,-9016,9401,-9697,7303,6028,-3692,794,-6303,-3294,8178,-3191,915,-5985,1238,-4109,-2214,1745,-3741,-8725,8938,8193,-6537,6425,-1979,6588,5904,4423,-1870,6191,-8683,-4097,-2415,490,-8842,8306,-4830,-2213,-6416,2815,-5884,-7321,4609,-6752,8817,4530,-1553,-6588,-7815,-8981,4287,-3848,-4968,1184,-7751,8325,1511,3091,6297,-8669,6864,6411,-3890,6668,-4804,-426,3687,57,-4142,-4898,3451,-3684,7292,4886,-2869,-17,-3162,9795,6461,4025,-6031,4982,7956,623,-7184,-6419,-5423,4049,7623,7234,9068,-3953,1844,-8050,-7003,8965,-1826,-7671,-5675,-9025,-7398,-4040,-5714,-8670,896,3088,-8108,1438,524,4192,1129,9887,-4970,140,-7858,-3826,1250,5877,3259,-1055,2526,-627,5635,9940,3203,-7360,-3369,4660,1164,-8925,-8268,4900,6099,-8720,-2141,-3165,-8613,5696,3387,1274,-2832,-5010,-8006,9949,1121,-3856,-1342,3405,1899,-4535,-3331,-7939,-2113,-8444,-5499,-7568,-8905,3301,-9339,5293,2505,2434,3368,1726,-8952,9112,-71,6516,3681,2096,-1815,-3727,8611,2795,-845,1965,-2229,-5645,-3768,2167,7983,-6651,-8146,-5590,3033,2342,-2514,-2611,995,-3315,-2906,6586,2647,-1599,-2027,44,-2303,3834,-4145,9527,-4189,-22,3664,-4771,9031,6998,-4891,9507,1205,1423,-4515,6699,-1588,5837,-7364,-7771,2124,-3373,957,4503,3986,1433,-9362,7959,7570,-7579,-6955,4775,-1620,-9646,-8803,6252,8604,-2349,1738,2832,-2261,-3776,-8380,-6030,-5737,-2144,8916,5763,-3166,1235,2718,-4759,-3680,-9532,2058,-4319,-7948,5021,-1928,-2959,-2800,464,7329,-193,-932,3311,7329,9071,344,1378,7588,8552,-3029,3785,-8434,-8407,7315,-8398,-4122,7783,-4326,1558,3789,9919,-9053,910,-59,-3566,8379,1705,2590,-819,-1167,7097,-1714,5635,-4096,1265,-7966,8114,6443,7688,-6607,533,-5320,8124,5799,-4535,4181,-3383,-7434,-9019,5182,-781,-1368,-2256,7667,804,-8005,2257,2635,5479,-6838,-8041,5543,-3443,4582,1991,-3248,-4092,-4882,2030,4103,-9288,-2936,4473,-7673,-1733,-5004,2535,-6953,-3560,6988,-1486,7471,-1264,-772,-1529,1644,-1362,-4920,-9977,-8725,8015,-1110,4699,-392,8831,-6435,-4512,7736,6257,9014,-6255,1993,-5499,-4034,7515,-2318,4273,-3479,5629,2389,-7230,-1050,-1392,-4440,3424,-141,-1612,3714,3357,-8246,-5634,2828,1619,8361,2981,926,723,-6254,-7746,4783,-2148,-5619,-8775,-5090,-9651,5656,7130,2605,-7318,-3728,-9542,1879,-961,5038,9699,-2577,7099,-4782,3578,7553,-5813,1506,9068,8189,7178,-6000,-1850,431,-8066,-7719,-4435,-9829,6959,-9281,-6765,3448,-877,3611,5006,5851,6963,5545,-2369,8318,-1017,8597,-9436,5026,-9226,3512,-1819,1842,-4537,-3018,-6556,-4085,7106,1435,1831,-1487,-3868,-2552,8489,-5933,9766,-8031}

    {2547,-2348,8157,2103,7064,-3510,6586,8583,7998,2033,8987,2682,-8509,6387,304,8434,8575,4226,3190,5963,9003,-2003,4057,9069,-4134,9444,-6286,9237,-4153,-3084,28,7716,7457,5852,-5328,4873,-3568,-7904,-9935,-1949,-6384,-5617,5935,-4549,-3762,-6657,-2268,4333,-1538,-178,1230,-3117,1349,5044,-850,-3391,-3881,-640,-3459,1937,-2371,4827,1899,-8079,7432,9772,-9402,1595,7614,808,-3700,-8585,7781,-606,-5736,6657,8138,6093,8360,8294,1544,-3922,-9391,-2984,-3241,-5776,8669,6524,3749,7290,-7527,-8966,34,4221,-3422,-4769,-5530,-6481,9315,-7577,1673,8908,3916,8684,-3489,1185,128,-2925,-6370,5186,7568,6808,-8079,6197,-5745,7243,-1814,9931,5203,-3847,-2107,4354,6860,5507,-5952,-9824,-6550,-3786,7587,9736,871,5947,4540,1272,-7181,1048,6433,7286,-7795,4934,-9104,-8331,8658,-8895,-545,-9269,44,-1028,-1249,-1976,2455,-4814,-9840,2025,8973,2009,-9179,-725,-7227,7463,-3457,-6518,-5211,-362,3867,3376,-9886,9464,-5243,-1225,-9250,2614,-7042,5350,-4986,-8029,5994,3972,-3913,7100,-8897,348,-6336,-3267,7112,-5229,-6443,-5930,-2728,366,-9649,2914,-9419,1127,7850,5301,-9116,8308,1027,8215,4265,5416,1632,-1653,-4215,8058,-2724,-422,6603,5335,-8968,7954,1768,-5762,-4982,-6598,-2259,7685,7366,6300,-3303,-9676,7201,-9820,-7849,-5770,-3114,-477,7257,8782,4815,-6501,3282,5791,-4626,2916,-8602,-8095,-4497,8306,-4202,-4253,-650,2241,-9491,-2962,-5925,-1631,5956,9124,708,-6422,-5629,-5184,4215,7866,-4356,8434,-3420,-879,-3065,-5855,-4310,-3005,-9334,-7558,-8794,1350,5981,-7448,6344,6566,-1222,-965,-8373,3002,-5317,-4395,3181,-8543,8054,8348,3990,5263,8159,-5942,1839,7895,-8883,7344,2250,1595,3017,-7605,8737,4436,5781,2007,6098,9632,2977,7463,-4797,-8375,7646,8311,9867,8556,-1411,828,-2112,-9792,-4789,-1846,9258,-5618,4113,-6422,4734,2835,-6968,1423,-2350,-9430,9597,-2811,-9173,-813,3481,-9650,8807,-3611,-8798,-830,-6587,9436,2651,-2645,7769,451,7832,7135,369,5955,957,2515,-3259,-8162,-2914,-17,-8560,-1776,-6020,-8129,7757,6255,8625,-145,-3458,-9179,-5910,-7289,-1079,9599,-2053,3540,398,-550,-1592,-2990,-3965,6414,8673,-2995,7840,4900,-6346,9214,6398,5608,-3666,1710,9058,9891,3413,-483,-3433,882,-8238,6402,9088,8690,8382,8828,-9100,8282,7083,3029,-9160,4452,-4861,-3438,-7344,8299,-7614,-9518,5976,-5815,-6018,7481,-5549,4934,-3880,-5200,-7100,6278,-8627,-1298,9888,-836,7239,-465,6212,494,7561,-6919,3123,-792,2165,4948,6858,5378,-5105,-9871,-1796,-4964,4616,-312,7329,-7030,-2584,-9366,-5059,9534,-8681,-6351,-8828,-4229,-2770,-3832,3130,3739,1699,5668,-8876,-4133,-1757,9635,-8078,-1410,-5457,4722,-4843,1144,2790,8050,-3872,585,-271,8328,-5255,8504,1708,3712,6259,3791,-1970,6780,-5367,-978,3401,-5057,-5897,5620,7071,6930,8414,-5056,-7565,-7440,-9365,-1216,-3537,-5845,9218,-6535,-6771,-6737,-1955,6876,173,-3793,9788,-2802,-634,-3890,2696,-4038,-829,-2408,-8734,6268,-5912,3231,807,-355,-7589,-1820,4968,1935,-7482,-9015,-6356,-7,-829,-5309,-3555,-3315,1145,2707,-5966,-8234,829,8744,6146,-9294,-4865,-781,-9014,2367,-4904,-9866,5949,-337,-991,8294,4223,4928,765,9021,-4113,3700,1223,-773,5418,6959,-3976,-4329,-9649,-7404,-1780,-6307,7930,1987,-1629,-8524,8061,6991,8480,9063,-8156,-3403,-810,-137,5114,595,2122,-4659,-3890,-9698,-8978,-9195,-4594,-6676,-3385,-8077,-5446,-9334,-9410,-2397,7714,-9734,-5876,-4700,-2389,-8910,5617,9579,-6260,6403,1061,-6069,6516,3707,-1519,9399,6426,2017,-4638,-8582,-8206,4780,4770,8656,-7191,-1305,-7928,4177,-7171,-4958,9760,416,-9254,-9138,2741,4760,303,2403,-9113,-7631,3777,-7245,9220,7024,8314,-582,-756,9295,-6556,5765,-2629,-5710,7968,-7013,-1852,-1533,-6648,-3933,1268,-3312,-768,8655,1843,-3275,-5730,-2528,-6601,8841,2858,-3030,2360,2826,-5434,-606,1455,4077,-836,-5683,-2394,3795,-4709,4887,-2777,6327,5472,-4373,-1289,8926,4177,8649,8149,5893,9012,1407,-318,-9905,-2123,9934,7104,-9761,-2940,6512,-2578,-7907,-3275,277,907,6008,-8850,3056,-4850,1599,-8680,-9037,3160,-6604,-2898,-5081,7274,8515,5228,-9836,1917,-902,7720,6247,8756,-1700,3101,4654,-2236,-1036,-89,-8638,-2967,-1000,-1491,6045,-7166,6550,-6946,-1454,-475,-8381,787,6437,-3681,8744,390,5056,4773,-2468,5176,-6563,-2991,-5378,-9746,5854,281,1582,-4417,-563,-1571,8721,-1077,3430,5074,-5436,-5769,5094,-2902,4887,1899,-8836,-9956,3747,-2488,1929,9466,1884,-4595,7646,4123,5099,2331,3961,-1922,6925,4901,4350,9324,-4082,-7758,3306,-7486,-1697,2417,-5863,-7297,-8488,-2322,9658,5639,3292,-505,-7050,8299,-5391,9553,-1430,-9278,-7516,7540,-7837,7069,-8830,-9440,-1528,9975,-3249,2377,3991,-2102,-8720,-6559,-8672,-9969,-2023,-5191,7377,7715,-1216,529,6872,4960,9766,-6023,6802,-6243,-1663,3871,-4680,-7700,9257,-4690,1406,6041,-6450,-9788,8526,-7278,6264,9875,6868,3078,-5103,157,4441,8822,867,-3089,-2543,8894,1048,-4223,-5147,3604,5666,6354,679,4373,2322,-4002,1297,4227,-6165,3142,1931,-8986,-99,4027,9072,1507,-820,-9898,1608,-9900,-487,-3856,-5730,783,-656,-8787,-7948,5367,3213,6141,3775,4641,-1645,2046,6800,2191,7978,4706,-6903,-6921,9674,-830,-484,1361,4755,-1944,-7978,-8352,5912,5330,-4928,-9533,-3347,-4893,-7037,3105,6411,-7811,152,965,-63,-2513,1939,3138,-1172,7433,5841,3951,-3495,-8325,-2881,5716,-4079,-1976,-400,2708,-8475,7586,4837,8587,-6303,6429,9054,5058,-5116,-7131,8005,-5505,2090,1579,5009,3574,-9857,-2754,6851,8652,4352,-8611,-3861,-3306,-346,6160,-3108,-1998,6321,8630,-7262,8789,-478,8048,-5914,2859,1743,6920,1979,-7772,3078,4535,2047,-3588,4812,8686,2091,-509,-3470,-2167,1290,-7304,6104,-8161,7886,-1632,-4521,-5342,5397,8547,-6914,6993,5047,8303,-4042,-9059,-5970}

    {4629,8643,6318,-7489,1895,-2049,2175,6800,4284,-3809,2461,1566,-5561,-6594,-1113,3061,9852,1226,6980,-8209,3846,-4741,1575,5715,-1085,9264,2790,192,-7500,-5930,5188,9309,6678,-5132,-1073,927,-1085,324,-7954,-5027,-8801,-3617,7884,955,9258,-3733,713,6594,-7527,-3754,6301,-5307,-1670,4222,1919,24,2772,4950,-7315,1974,9892,1950,7743,2120,-9326,-8312,829,-1387,-8752,591,5191,1409,6213,9731,-7403,-6126,2053,5741,-9644,-2822,-457,9581,-1238,-5866,2209,7196,4347,-1212,-9429,-2042,1551,-2959,8821,7938,-2877,-8001,-8046,5656,-2423,5462,-2895,7875,-9558,-5881,-7098,-7682,4841,-4480,5181,2913,-3927,4752,-3811,1182,2445,-1980,7671,4887,-9553,3968,5819,1832,-3271,-2452,8023,-7097,-8073,-5331,7741,4027,-7533,-1440,4485,-8355,-8138,-9037,-8939,-9382,-7185,-7265,9650,-2817,-4406,-668,2151,2633,-3323,6910,8487,-4161,-5402,4395,9086,-5443,7163,-4122,4800,6643,-4073,-3924,-1159,2864,9804,9358,-8991,2951,119,-56,-5346,-4160,4204,7422,1197,-6259,3760,-2445,5979,-2247,-2198,3685,-7668,-9838,7856,8565,8461,5409,-4599,556,3598,7862,-1805,-8567,-3654,141,3155,5834,8742,650,8878,4497,-5244,3290,-9324,4959,1370,6050,5164,-5777,4233,8201,-67,8216,-1886,8270,6840,2427,-5003,6812,-5388,-2828,9580,9150,-1750,9266,-6666,-6148,8624,-334,-5989,2638,-3815,-6215,7511,-3277,-2594,7626,-6409,-6676,-8219,-1156,5680,4079,723,-2969,-1709,4599,7621,-7819,3166,-8808,-9399,-5703,7197,6968,-3814,450,1564,5115,3100,-1600,2238,2081,-9143,-2009,7075,-2297,-2423,-6985,-5762,3014,5613,-2825,498,-456,-7881,7984,6202,-3650,4610,-7931,-3703,-7163,8813,-5600,3769,-3376,7817,-7740,-6823,6274,7531,2616,7758,8646,3869,8614,3569,-47,-8100,-2549,8714,-1720,6316,-2232,-5532,-6593,-3872,9920,8385,-2786,-5562,-2835,-2962,-5252,6348,9766,-1946,-7745,4805,7410,7400,-5992,-4827,8094,8647,-5272,4735,3753,6026,8716,-6878,4409,-7475,-9518,3845,3507,8181,-5255,5580,-2650,1907,-3900,4853,1173,2796,495,8978,3415,-6174,-8190,-195,8094,2234,7441,4867,-7014,-3457,6686,2901,-1586,-9659,5105,-4463,-2066,-2647,-3348,-3914,8159,1231,-6502,9883,-9891,-3314,871,8595,-782,6191,-8927,-6851,-4980,-1557,7025,-3405,5033,-8835,-8766,-716,9985,-8527,1066,-5873,-211,-7779,-4540,9502,1057,2131,1976,-8504,-2091,1418,-3917,5791,-1965,2815,7071,2293,-4364,502,6761,-6997,-8174,6429,-1593,5218,-8486,4859,3708,8200,3484,1677,5842,-8119,7559,5133,5710,939,-786,9115,7278,-3264,-2091,-1055,5993,-6834,-9373,2883,-8348,-9657,-3228,-9880,-6030,-7621,4563,8042,-4785,2114,2439,-2144,9933,-3249,-8244,8428,6635,3716,-821,3252,716,-4138,8661,4960,1497,9312,3818,5620,9406,-4265,-8282,9307,-8283,-6194,8771,5996,-2895,1835,8370,2852,440,-4739,-1641,278,-157,-1303,-5886,-4138,-2048,-7339,180,9414,8639,9874,9898,6793,-831,-4795,-1656,-949,5789,6857,-857,6647,8235,4282,368,6087,-4582,652,8711,-1687,783,-5692,-5473,-5477,-8657,-5316,3082,5800,-589,3613,-546,8061,-9714,2688,6082,-6712,2907,-8482,-7210,-8152,3506,277,9408,-1062,-5221,2802,-9315,807,4865,3850,-7712,-6661,1639,5715,-5068,-3037,-1594,-4498,1560,-2431,-3024,-5286,9550,3195,-6527,-2367,6445,745,-9118,-5898,-6403,5824,420,5898,7351,2011,-8740,3721,2024,3482,4956,-5804,2972,6878,7075,-7114,-8651,4650,4185,-9648,4998,-7167,9184,-6254,-8033,1322,-7626,6170,-5284,4152,9304,-9799,-6118,-8811,9500,-9466,820,815,2652,3592,-2344,5787,-9383,-777,2704,-8518,4813,1312,7377,7005,-883,105,8556,5412,-1624,-488,7451,-596,-8120,-2598,2535,3270,9899,-3918,9989,-9244,9426,3679,334,-8255,2721,-4935,4617,-1792,9047,-6767,-2576,-8110,-3795,8700,7485,2526,4027,-4436,-722,-3894,6931,8227,-8725,-2189,-3045,-7414,7873,-6294,-7606,-323,3020,9134,196,8260,3755,9967,2761,5768,1500,-4516,1562,4313,7989,8594,-8779,113,-8949,484,-1763,725,-6740,-7478,-1511,4901,-6450,-1738,6989,4643,-1553,2982,-8005,8218,5393,6927,3730,-3594,5951,1734,5323,2189,-8750,7057,-9537,6347,6085,6414,8427,8110,-8587,7624,-7334,1039,-2188,-6103,4192,-273,4505,6784,-4846,2671,143,-8387,-8131,871,-7627,-58,9477,-9792,-6532,1721,2941,-1425,-1045,-7481,-9113,-3973,-4852,8079,-43,-2124,-97,-142,7943,-3324,-1366,924,-6098,9472,4782,1654,-7238,1458,-9570,-817,622,6379,-1378,3378,5015,7480,4201,-4657,1868,-9195,-5362,2072,7658,-5136,-3713,-7206,1508,-2632,-5105,-1028,-2498,785,-8024,-9431,-7556,3855,734,6351,-1381,-4007,-3218,-4587,-5220,5692,-263,1030,-8335,-7482,-7949,6082,-9196,-4711,1052,1963,-2851,-3798,-809,-181,7311,-7560,-4153,-5678,-4302,2753,1814,-4092,827,-3058,4713,7506,-6622,977,87,-3759,6274,-394,-1204,-512,5094,-8132,-3395,7805,-5373,-7155,6473,4940,-5866,-2773,-1942,-2963,-9888,6992,2343,9532,-9093,-3528,2011,-9061,2479,3529,365,-2152,-1102,-4666,3077,4894,-5088,1403,-2099,7337,912,-4916,-2203,2099,-6877,-2409,2489,5704,3647,-4021,-7496,-5463,6156,8095,-1863,-5806,3634,-6404,3488,412,-5525,528,-7076,4160,2597,-8277,3737,-2037,5870,-5517,-5282,-648,5290,486,-4422,585,4716,-9169,6801,1353,-2170,-6634,-6510,3181,5164,-3865,195,571,9612,1806,6394,-5347,3774,-6646,4501,219,6811,-8946,-6272,-3525,-7839,-4996,4025,5704,-9444,5930,-5415,-7752,-4800,-59,-8993,-3167,-2203,174,-5770,-1820,5317,-49,-7260,5287,7917,8071,-2730,9387,8437,7317,-5618,4753,3143,1994,1801,1971,2126,-484,4251,6151,-4192,4563,-6193,-4239,-8532,2254,-6598,-4612,485,9080,6118,7671,-6769,-3034,6293,-3962,-5934,6908,-8781,-9437,3870,3997,4318,4384,-8174,5479,2219,-2425,-8094,-2399,9018,9246,-7488,5588,1252,-3194,244,-6049,-3234,-5990,-9491,-8341,-362,6289,8946,-1672,1716,3281,-1871,-6355,-925,4179,-5953,2645,8817}

    Returns: 669375177

  99. {-9918,1357,2009,-4395,918,-1334,6661,-2271,-706,7797,-4328,2027,-7220,-9920,5063,-5607,1237,1807,7288,2330,3434,9111,-4421,2389,-2576,-4208,-5998,-6344,-3232,-7034,4751,196,-4066,1085,-7362,6724,8760,911,4428,7507,-6211,448,7847,-1440,9630,-423,-8433,7719,-7843,-6634,-6631,-4026,-6532,-1493,-1086,-3273,9916,-4736,-1787,7159,-6620,9608,864,7946,6131,-3151,-5478,3851,5179,9164,3801,8471,6990,-5268,8961,1492,7704,6111,-4784,6327,-2250,9506,4391,9780,-7226,5223,-9103,-6307,5231,-7541,3646,-8946,2863,-1119,4487,-3946,1408,7087,-7806,8937,-497,6121,8704,2176,3658,-3430,1503,-5363,-9500,2598,2535,-5148,-7806,-6594,-125,3358,8980,-9833,3683,7320,-9758,-7642,2577,-1794,2328,-257,-9435,-4716,-2495,-7119,-1950,4058,-5934,6096,3184,-537,-7542,2222,-8013,-1231,6709,-1717,-2880,-1423,4032,-4658,-3902,-5827,-1350,-5630,-9998,-2289,-1784,-7151,-6666,4285,-6872,-5889,4703,1958,-9858,3104,-3613,3118,2313,8272,-1420,-9718,-2810,-324,1250,-432,-5441,8260,-6942,9509,-6346,-9687,2642,1747,-2113,4737,2845,-6631,-7461,-1387,3086,8221,-2287,8880,9076,-3467,5001,4548,-7548,8550,-8095,-5031,5693,-1481,-6987,-4969,-258,574,-8815,7978,-6655,-2553,-4220,690,3928,-3153,-2060,4816,114,-1479,-4547,16,-4363,-2350,1487,2930,-6648,7176,-7296,-2934,6482,-6990,-7169,-5095,-8050,1819,7683,3888,7820,1135,6974,-7247,-6695,6070,6933,3844,5766,-4306,5808,-9443,-5697,5435,1785,-3011,4220,-631,-341,-856,-9387,-1663,8799,-6294,-7258,6085,-9498,-8547,3576,-3591,7779,7734,1041,-645,4922,2284,9003,-6007,-2074,4785,6895,-840,9846,-8924,7161,-8248,-2326,7922,9291,-5224,9105,1413,-1734,4323,-1264,5853,3580,5979,3867,-4089,-7241,6924,9934,-4673,455,41,4996,-9839,-9334,858,-8657,-6201,-4475,-3036,-9631,-5585,9356,2809,4306,3541,1316,329,5217,-3346,3966,7873,7849,-6645,-1541,-3775,8512,5754,9820,1230,-2933,9089,7899,7661,-6519,-1621,1107,-1604,4015,9090,-9115,-3125,-4737,-1698,5152,-1041,6642,5806,8574,-7015,3763,1817,-3469,3733,-3664,-327,-1996,7379,4767,7905,377,-9750,-385,-3515,6287,4279,-2659,-3156,-868,6510,-5499,4405,9760,-1092,581,5916,2069,7898,7146,-8213,9940,660,7743,-4104,1862,7228,-759,-7995,3045,3717,-9185,6990,7521,-7212,1757,6418,4905,-7480,3573,7895,7966,-5659,-4428,1680,-1966,-5473,-3842,6647,5556,1991,4523,2563,-7316,-2329,-761,-3054,3861,7839,-8570,6435,-1339,-5062,793,-1397,-1025,5349,-7350,-9395,9706,3507,3561,-4196,8665,6351,-8310,8676,7240,-9158,-3790,1859,-1346,593,-2558,-2907,-4736,5186,-3725,4092,-9653,7772,-2421,-1942,3221,-7138,7899,7567,-731,-3033,2660,9977,-1401,9817,2432,1299,-1460,-6611,1486,1611,-3906,-194,-5057,-4352,6672,-2625,-6730,-8884,-4886,-3325,-5327,4538,3976,5541,7148,-3875,2427,-6871,-7504,-8806,6902,9033,4587,6052,1743,3426,-6586,1068,-5427,8774,5243,-7198,-2955,-7581,7157,-9389,6844,-7353,1802,1035,1443,8362,-5094,5583,-1842,4533,-5638,4176,8359,1896,-4778,7552,-3485,108,-98,-2667,6843,-1338,-2809,-7729,1832,9357,-2623,3297,7816,-2076,-6150,8599,3007,-9315,-6011,-7204,-6977,-5336,-6048,-8370,-2026,6588,3196,5179,3515,7542,-4909,8719,6056,-4240,9975,689,9440,152,6253,2057,6891,1607,3915,516,7943,8007,-7171,-3516,5263,2052,5675,-4214,986,8655,2156,6199,6098,-9428,-2649,-8337,9859,-2641,-7401,-948,8949,3380,-7701,-2259,8202,-4230,-5744,2071,-3750,-7319,4977,885,322,5995,-5692,-3080,-5350,-9078,6320,1711,-3387,7500,5079,-1062,-6292,-4050,-4765,861,2856,-739,-2167,-1557,-8739,-7992,1735,6253,5222,-5408,-9618,7967,-251,6498,2256,-2528,-2247,1059,1520,4107,-7192,7409,-7268,8486,4132,2916,-9647,-2364,-3588,-8640,9949,-5162,-9477,8474,3570,-9416,-6127,-2841,-3273,-3486,-8690,9837,-1316,3921,-1010,4810,-8500,-7373,-5520,7409,-3684,4544,-3351,4884,7805,9122,-1496,-3385,-454,5233,-4840,8191,-5744,5636,-2531,-759,3390,-3771,-356,-9355,-9457,-7272,-3718,6821,2450,-7862,752,-6720,-9,-4382,2736,8495,9778,2803,-1979,2306,4237,5613,8226,757,5004,1831,2163,-849,-9426,5405,-6066,1521,-5226,-8546,5581,-4598,7501,-599,4258,-4092,-6447,7374,-4591,-7440,9025,5263,-5719,6206,-2182,-7721,8382,-8459,-6728,7822,3112,3395,-8284,-8291,-8186,1847,5951,1543,9840,2683,7219,-9081,6,5310,4199,-7277,-6053,-9547,6812,-3566,350,-5645,1391,-2427,6955,-4931,1786,-9037,8462,9693,-1577,-2634,7096,-1074,4169,-4665,-3396,7357,-7961,-3167,-6176,-5789,-4668,-3870,4726,-9981,-4252,-3037,3954,9761,-659,2696,8397,2506,-6142,-1615,-3790,1451,-5922,2195,2934,-3583,-5796,-3493,-3983,3542,-1804,6370,8038,-6199,-9911,-5424,-2708,3403,-3056,8701,2200,4780,7001,5846,3056,7023,-5090,-4386,1219,-939,-5352,1001,-8339,7752,8736,426,84,-3744,9866,2035,422,-4323,-2159,-6310,2554,4922,918,8733,3453,-9937,-3787,8616,7704,5254,8783,8947,5509,2276,-6701,5235,7755,-4652,5922,8822,-1376,1611,-2943,1987,-3525,5956,-1884,4155,-6654,1459,-2793,8392,-7553,-6346,-103,-945,1367,8214,-8274,-2511,6505,7353,-877,3075,-8667,349,4650,1709,7630,8052,-8747,2986,4663,-9900,8200,843,6616,6794,8861,-9625,3118,5155,7316,-4195,1777,-9299,-3073,-8774,4984,-7221,9614,6830,-3979,-7949,9484,8659,-8390,-6189,8828,-201,-428,287,8119,-4994,-8873,-1072,-5214,9360,-2370,1902,7928,-5605,-8858,4622,7963,-7495,7293,-1893,1426,1999,-2807,-8702,1642,-8702,-7001,-4781,-4009,-8863,-1230,-9078,-230,8397,-5171,7673,5369,4407,9703,-3365,3511,4062,8925,-1410,799,9989,-5298,-8242,4571,8327,4349,7832,-7700,9326,-1142,615,8333,6976,5674,2440,-4334,7343,1890,8581,-5150,5030,-4407,9404,5714,1358,3945,3796,-9258,-3602,-3143,-4327,1342,9891,-5257,-2048,-9954,-6629,-2175,5328,-7067,7504,2867,8583,7057,-5383,-9060,8838}

    {1583,6075,4230,8172,-5924,2930,9506,3690,-3471,-4886,24,-6381,-9601,-8190,3946,-8839,3885,-2980,406,-9710,-6262,-4104,-957,-743,-3060,7829,2684,-433,-8898,7746,6558,-9560,7616,1440,-2739,-9805,993,4388,8781,6908,-8270,-3361,-8531,965,8220,8745,-7232,1720,-4155,-4441,-4267,9504,-1625,-4100,-6883,-7411,8102,-3355,-9242,-3508,6900,-229,-5528,95,493,-9837,-605,-410,2656,717,9920,-2860,-5031,9303,-8138,-3634,-9074,-359,-3544,1443,-9184,-5088,-2003,553,5772,9135,-6312,7859,-4285,-3070,5203,882,6659,-2807,-3052,2321,7919,541,5770,-3163,-723,4080,991,4220,1951,-9887,2244,-9402,5488,-2150,-4562,8990,-4732,8966,4498,-519,-7702,-884,-1836,7723,-1706,-1999,-2797,-1834,-5192,-9428,-2243,5593,-4760,1266,1353,5019,-6975,-8157,1276,5891,8168,-8521,-1484,-8208,7504,5201,8426,-8531,1665,-6435,-8502,1013,3694,2685,-1640,398,-9391,9255,71,346,-51,-9809,267,-2393,-1601,-9204,-4546,8235,-897,9065,3909,9350,-1902,-3188,2210,-9891,8531,738,-8710,-7761,-6090,8366,1232,9478,-1361,4981,-4363,-6304,5397,8271,-7506,3162,-5324,7288,-1169,5578,1876,-8300,1235,-4980,1816,-4036,3509,-2211,-593,1132,-3760,7410,8407,-5552,963,3692,-2201,3691,-6082,-5278,-2667,-572,1034,-5924,49,-6086,6808,8258,400,282,-4827,1525,1643,-9981,222,6765,-4350,412,8822,1941,2143,-3322,5673,-8085,-7429,5994,4308,5052,-3530,-7614,4769,-6969,-4930,-7289,409,-9322,8319,4446,2249,-9650,-2828,6008,-226,-7426,-6887,-380,-8180,-8872,-8653,-4596,351,-3383,2936,3507,3484,-2120,-5604,8439,-7982,5167,-9152,6679,6007,-6953,806,-5239,4574,4375,-2982,622,3220,9401,-1488,-4055,-1740,-3753,4089,-8452,7819,463,6976,1549,-7002,2257,-5797,5104,1320,-9740,2504,-3017,-2500,-9698,5099,25,-6131,6684,740,-6272,4429,1805,7714,-6196,2556,7776,-8771,-2554,2788,749,-7290,8390,-8090,-4774,4005,-5462,3701,-8535,-1661,8984,5265,-5620,-6905,2694,759,-3067,-2926,-6025,629,5048,6884,-4029,-8895,-5576,3432,-934,9776,-7578,247,-28,8434,-9729,-9594,3620,4197,-7598,8386,-2362,4066,559,6924,-7701,-3406,-9400,7273,-8770,-2714,9537,-6235,-9980,-8404,-645,-9362,-8970,1096,2548,354,-6709,4356,2034,-1574,6318,-5425,-4723,9841,5963,-9297,-1081,-3386,-838,-1993,6108,4915,-7553,-2456,-6016,-6637,6581,-8056,3385,-8250,6455,7141,6850,1371,1612,6395,4387,4515,-1712,-6019,-787,1392,8845,-8716,7797,-2135,8745,-2108,-9935,6817,-5047,4383,6479,-149,2671,2069,-1029,-5755,-211,-2140,-7660,2641,228,9693,1720,9982,-1432,9636,-9903,-6495,8890,-2186,7647,7358,-9289,-9291,1722,-6533,4251,-7830,-7091,-5186,-4134,4635,8378,-3951,-7331,-8397,9037,-330,2685,302,1647,3536,-6201,-4237,-8981,-2516,878,4224,823,3170,6058,-5247,-5730,1944,-7896,3465,-1905,-9283,3080,4403,-5282,-4795,249,-4583,-1606,-6194,-5803,-4176,-8634,3590,6620,5574,5721,-7535,6996,-7048,-4417,8577,624,-524,-7266,-695,-5005,-3304,-3563,8012,1467,14,-4594,6722,-1498,-575,-3627,7435,-8583,6245,-459,-6407,-8323,-1585,-3477,6475,6188,-5101,-9052,8848,-6133,1959,-4057,-9781,-7022,-9241,6075,-5641,8244,6800,-5916,478,-8268,-2938,4887,-5433,-4190,-9444,-9210,6868,143,2119,-7197,5260,-2199,7822,3113,2647,7965,3308,3476,-1071,4540,3597,3252,-4795,-8821,-5378,-798,9133,-6205,2743,6904,6145,1551,8936,-9205,1276,6678,-892,6336,868,-7874,-8830,3675,2233,-5867,-6979,7454,-7405,4236,3523,2001,6240,-7926,-9196,-4805,-9266,6515,8936,7634,-524,8194,4988,-3492,8523,1522,3975,-4282,-9252,8516,-1105,-4756,9870,486,-2706,-6296,711,-3276,4278,-1756,307,-8276,-5154,-4429,7042,4319,5654,-3087,-8009,-6702,-1972,8086,7990,-5359,-9958,-6402,-2345,5427,5918,-9140,-8283,8824,5753,7042,-6551,3228,-2213,-2962,3870,6707,-1091,-3770,-4413,-4676,-2952,6372,-9224,766,1368,6918,717,-1146,2823,7520,721,6106,8722,-9868,4941,6455,287,-8665,-9305,-5449,-7958,6956,1405,5738,5984,1962,-8944,5907,-7959,-1125,1386,-3172,9253,-2481,5514,-5592,9326,8010,8784,-1505,-4025,-2816,8869,-6578,9410,-3505,2960,-1563,5779,-3537,9926,6447,6167,-663,9827,8253,-1108,-2552,-8008,-2551,-7619,-9976,6119,8663,-6178,5858,8404,-1407,-8919,3196,6767,-4496,2008,-8343,-4524,-1595,6321,3662,-9703,2074,-9356,-4942,-9674,-1580,-2919,-3919,2171,-1654,9835,4692,5971,-8642,2967,-5422,995,-7387,5247,-253,1125,-1124,-4631,-3390,-2476,6114,2448,-7112,7135,-8056,-7240,-9629,1368,-3829,-5917,-4273,-553,1892,3803,-9960,-4663,8405,6079,-6342,6055,-4830,6937,-1845,2342,3558,4031,1862,-9668,9884,119,-570,-5235,9488,5965,-754,-9320,-2881,-611,-4710,1239,-6139,-7374,2156,4410,-4849,9928,-6557,-9260,-1887,-8522,4627,8279,9534,-1711,-8240,-1076,-1803,-4423,-3023,-6894,-2842,-532,791,6628,2701,3506,-447,-5105,-2700,-2518,-5819,5457,3845,-8478,-6589,9868,-2288,3137,1315,-9616,1932,-5892,-5270,5846,8816,-2357,1458,4273,8785,-5923,4768,7404,4024,-4229,3712,4251,720,8433,-7862,-2795,9253,7195,2074,4869,-3388,1126,9223,944,9669,-290,-105,-2061,1580,-1098,9500,8329,6709,-7000,3033,-5992,1856,-8605,-2402,7508,3433,-3389,6005,-4648,1383,1660,8874,-4622,1247,-9184,429,-4553,-4324,-1716,287,-8810,-3951,-5961,51,4812,3510,5289,-593,5868,6835,5509,1665,8164,1962,-9043,3316,4472,-5173,-3185,6201,2799,-4619,1789,4217,4227,-3839,-8959,9309,-6884,-6193,-7280,3552,-4470,-3827,-6862,-4297,1221,1395,9827,1411,-1628,-1646,223,-3410,-1491,395,6636,-6956,-8423,5994,5463,-5540,8182,1239,247,9260,-2695,-416,-5775,4543,-6425,-5744,-1573,2514,8211,-1995,-3846,7235,-7726,3606,-6154,5495,9715,-3437,1864,-9224,878,8927,6636,-6024,-5225,-84,-2102,8498,390,5293,1424,-9237,-6394,-7073,-1353,-98,-2879,-3008,-9954,-7490,5750,-2488,-1118,9918,-961,5692,-3919,6212}

    {-1331,-1420,-2042,5936,854,-7035,2883,9668,-3460,-9778,-5291,-4531,8372,4366,-5435,7657,7440,-3551,5222,3735,-7481,3298,3841,5441,8435,-2970,6130,1513,1070,-3415,7119,9488,-8232,-4303,1205,1703,8525,9368,935,3006,-4659,-7171,-9822,-5710,-5458,-6619,2930,7043,-455,-3834,-6115,9488,7758,79,1303,4696,4752,9458,-3706,5193,1757,-8951,5807,-2876,8744,3994,8972,-36,-4960,3126,-1689,5021,8390,2909,8509,-2338,-8256,-9373,5986,-5779,-5130,-6789,2483,-5057,4928,-7851,5170,9128,-3272,5436,4477,7777,9223,-5685,8935,2603,-9940,5855,3718,-1857,-5357,9923,-3565,-3972,149,-8833,-116,7110,-1651,-7092,7053,8179,3806,589,-1391,5428,-3839,-2463,7407,-3407,6753,5250,8256,-2151,626,-5745,4264,122,-4674,-145,3478,2313,-2574,-382,1406,-3696,6793,6491,6149,-9813,-3063,2720,3490,-7736,7588,5527,-830,-1266,2714,-4455,-5045,-7214,-6237,-6472,-6263,-8032,3730,-335,7026,-5751,-7050,-6914,-4412,-8917,2132,6698,-9156,-1910,-7877,4514,790,613,-6662,-5046,-199,2457,468,-5691,-3386,1510,261,9704,9086,-4250,1659,311,8036,7299,8446,-541,5528,690,-5181,-1523,-4583,4488,-6060,5721,5759,2608,8491,1202,-6083,3408,682,8596,5747,625,-3117,2093,-9838,-9355,9189,-4285,9754,5390,-7281,7127,-3252,-751,3375,6867,-8243,-7961,-4041,-2880,-9901,-2130,7268,-8229,7393,2071,2711,-8582,2242,5030,8430,3422,-557,-7214,3619,7737,2044,-338,9889,-5593,4954,-2019,6025,-1931,6446,4111,-2645,8638,-3014,8553,-793,5597,7260,771,-6446,5908,-919,6697,6982,-7498,4059,8514,-3572,1704,-4530,-7629,-3022,-6377,-1283,-9909,3049,9680,5080,5685,871,-4134,-7857,6696,6001,-764,-7622,-6098,4877,8299,8752,817,-5940,5610,-6889,-3282,-5198,-7160,-775,-6398,-6055,-5101,-2024,8485,4954,-9516,-2891,7873,-5050,-8546,2274,1057,5191,2958,9787,-7032,3245,44,-5407,-4059,5429,-5249,9383,-7397,-2342,229,2573,-607,1891,5444,-5856,1893,3717,-4639,-1215,-834,-5609,7225,-4161,4732,7755,3626,-5213,6563,8968,7569,-6272,7685,-2116,3556,-3606,-7537,5139,1946,643,-8418,3625,-8562,-1784,-8981,-7897,6521,-8260,6964,-9014,-6971,499,9657,3160,5748,-8545,4569,-5198,-2993,-3669,9084,2657,-5216,-787,-2968,-4878,2582,2251,1967,4761,1652,-557,-7049,9437,-1320,-9695,3944,8350,-950,6448,9515,-2450,-2868,4607,-4348,-2680,774,-339,-5150,903,7283,-9562,-564,604,2623,9855,-3740,3111,4445,8947,-586,-8800,-7250,1837,-4463,3558,9616,-4525,-1423,8513,1359,4180,-2492,803,2886,4587,-8428,-6712,4675,1544,2987,7627,-2045,9812,-3125,9459,3111,-9882,2323,4494,-9820,-8819,-3004,-7820,-1444,1757,-9313,3240,-4423,8589,400,6367,693,7322,-8704,-2226,3196,4015,3818,5011,-2712,-5189,-2271,3602,8296,684,-1385,1599,8357,2799,-8489,-7050,-1264,-7819,9892,-4089,9138,-5258,-3851,-2690,-7988,-413,1983,-2505,-8210,4702,-6230,-5823,5352,-334,9037,-3874,747,-9981,-4452,-197,6292,-7828,-5668,-6457,1626,-8496,2094,-5264,-3831,-698,7030,-4247,8649,6671,-5036,-6036,3938,-4648,9991,-9794,462,6575,5484,-1552,-7270,9627,-2621,-2863,-698,-8201,-7976,9848,6600,-9366,5684,9372,-6588,8133,1949,-4770,9850,4632,6851,-109,7644,7488,-650,-6437,-3616,6556,-2803,1456,-7843,4604,4799,791,-8510,6393,767,7576,4149,5093,-1764,-4714,-6511,-979,-9187,9142,2518,5357,1205,-9528,7654,-9400,-1930,5999,412,9938,-411,6422,9849,-481,-502,-2240,5546,-3160,-6979,-2779,2279,-5023,6151,3173,3246,6381,2141,-4102,8797,1236,-6132,2310,2122,-5900,9877,3712,2169,584,5440,905,7292,-6707,-2086,-4395,744,-6936,-2082,1119,-8916,-2299,4532,-1395,-3077,-3980,-6230,8028,-3854,-88,-5032,4981,4873,-8512,-490,6146,-9143,6022,500,6947,-110,-5490,505,5269,2003,-7910,7398,4720,6846,376,5631,-73,-5400,-7045,1932,4708,133,-6113,422,-8231,-6185,-1062,2604,9647,2532,8649,-7579,9153,8883,993,-4229,7468,-4583,9462,-2625,3237,3966,9852,-4166,-9294,-2257,-4149,-39,4898,5857,-301,-3829,3233,-3798,9782,7715,-8265,3460,-8062,1976,-3886,-6002,-4396,1825,-517,-1039,-420,1180,-599,-9341,5286,-6524,-2877,-4373,-2178,-5370,1633,-9713,6957,-597,9981,-7869,-8662,-8310,-6136,702,-156,-4667,128,-1651,-6147,2441,0,-9137,3616,-9011,-1640,-7470,524,2652,251,-971,-4806,-4682,7066,4787,-1303,-7309,-511,9042,-8916,5630,-1725,-3209,7570,-3445,-2687,-2814,-1738,-697,-3808,-7360,2318,-7828,1615,-2976,1672,-8256,-1508,779,3222,9179,-7554,-5356,1376,9256,-4297,-8085,-4646,-4693,7979,-8271,-2592,-9495,-7047,2864,9360,-2404,9359,-1112,5374,-4752,3376,1205,-1115,9549,6253,6643,-9157,3991,7492,-9283,-4796,459,9877,6527,-4404,-2752,-2160,2487,4583,8039,5310,-316,-6262,8096,-6827,1614,-1075,540,-110,-4583,773,6656,-8497,4446,-4738,-464,9486,7088,3643,213,-3706,6258,4622,-464,9442,-2198,4803,-2377,-4890,4297,-4185,5605,1992,-6701,-1626,-8319,-4997,6118,4715,-4849,-3049,4465,1416,-1868,3941,-1868,4540,-4924,7459,6889,8374,-5009,-7423,-5717,-2283,-9570,7591,9898,1736,-9163,-4347,9787,-5143,5769,3628,-7524,-3036,-4232,-2668,9835,-8609,5368,-4216,8495,4727,-6325,9765,8213,-2580,3477,-7821,8681,-1508,-488,-825,-4275,1313,778,1867,-8258,531,-9761,-1225,3373,-7384,8226,-1296,2073,4361,3103,-7206,-9816,-5192,4435,-7132,-3551,-3299,-76,929,-9352,3452,-2207,-8189,7158,6959,1079,-2502,1635,-9710,9470,-2551,-6034,-2680,-2172,4619,-6235,-1164,-1510,-8615,2357,-8528,-3324,3683,-2879,1990,-4955,4969,-9555,5013,-5571,-5567,-3768,-2746,-6783,-4029,-7980,5595,7629,-4048,-5740,67,-715,-1302,8099,-4154,5020,8836,-8704,824,-3220,-689,4449,-2879,-3256,2869,6704,-3882,-5525,-6826,-2522,-2878,-1088,-506,415,9754,8467,6016,-4075,9439,-2762,3355,-6883,4078,-5471,5694,-9231,-1940,-1595,2246,-9759,7182,-8095,-3620,-9224,4900,2835}

    Returns: 13147561

  100. {6936,8512,-4415,5586,-7514,-1471,2384,7167,8140,6631,-7258,-5506,9190,6675,7807,-4790,9267,-8478,7774,-5744,-1526,9927,4262,-8988,-5112,3019,3273,7325,4620,7863,-9694,-771,4440,3594,-7269,442,-5736,3111,2415,-9676,-5688,88,-6096,-6981,3790,7291,-9883,-2161,-5740,7735,8517,3752,1600,5149,6180,-7084,5538,4560,-8053,9751,5228,-2535,7977,2870,-6804,9169,1599,-2498,-1826,8250,-8744,5609,9961,-1,-2405,9948,-3575,6802,2453,-3307,-5901,-937,-5501,-1025,-460,154,721,-9161,8727,8239,7707,-2372,6260,-3532,5860,4657,-5064,-8848,3201,-8676,-464,4917,-6683,-7583,-3784,-1302,4336,-7625,-9078,2604,2416,-8342,-3464,1246,-5684,7120,-773,4074,9004,411,-445,-4416,-1955,9949,3370,-6059,-1320,-7147,1356,-367,-7973,3532,-5645,8210,1774,5184,-5867,-7006,-4028,9541,-3719,-5191,-3746,8512,3259,6371,4793,-843,-8685,8907,9735,-9435,5142,7902,4664,-2324,8545,3535,-3254,-6992,-1689,-529,1808,2486,1641,1087,-7543,-3833,5131,1030,-2317,-1259,5245,-3774,9001,7961,6591,5974,9250,2004,5004,5749,5590,-1164,-2429,-4369,-2024,2168,1178,5959,8595,9500,-4982,5908,-3730,7949,-9264,3092,2738,3248,-3554,4134,4999,-3751,-2126,7340,-397,-313,-8807,-850,765,-4312,7860,6027,-5393,-8354,-8155,-7297,-3375,-1405,4142,-3531,8624,-7927,-1744,5169,4906,757,-6362,4087,-4584,2718,-8417,-6325,-4196,-6767,-9878,-3708,1069,1391,760,5658,-9566,-4481,-9360,7721,6570,9607,8831,-4107,-8006,4353,4866,-2660,9729,7393,-8439,68,3730,-2516,2324,2983,7604,7075,5761,2924,7357,-3324,7413,3863,5594,2831,9722,4022,632,-747,-2876,6606,4392,-2199,3211,9177,-2282,-7514,1406,-4648,944,-4426,-570,619,1041,-9888,-8926,-8528,4616,7818,6363,3902,-1704,-4713,3205,-6549,-5294,-5131,-61,-5360,3274,-735,-1074,-7527,-9492,1088,-3567,-6913,4193,-9896,-6477,4267,-9926,-8263,-3484,-367,8190,-9300,3798,2755,-1145,3233,-1614,9241,-4346,-9572,2579,6054,-5602,3517,2408,7892,3080,-288,-4671,-9637,-1738,4386,-5343,-933,-1909,1799,-1243,-7690,-8667,-7457,1829,-6671,-4670,1049,6357,5272,-6303,-8805,-5107,-965,6871,-7973,-9201,247,-4737,8971,3954,-2761,5835,-1293,-1896,6802,8287,-2030,-8293,8829,6872,-1938,-6504,-5346,-2019,7737,-2064,6942,-7810,7370,3888,1435,-7619,6957,-7546,-7300,-3198,-505,6900,-2835,-2363,9663,-1066,-2667,-8352,-4521,1337,1019,9895,7766,-2983,-1295,8291,8705,-944,-9106,-41,-3305,-4841,5318,-6169,-45,3131,-8645,-8108,5938,-8394,5828,9734,7646,2248,-9516,1729,-8704,5936,7125,-6780,2549,-3750,1190,7466,-9359,8584,9008,4915,1274,-7247,7531,6530,9964,777,8531,-8596,-2157,-252,1580,1852,-8476,2294,-7962,-3610,-2385,4125,1401,2760,897,9477,-2041,-901,2891,-8972,5663,-8166,-5303,-9086,-1619,3633,4473,3977,5450,-6090,-4196,-6781,-7520,7922,-1510,-9349,-1187,8401,7860,-5678,9841,5952,-7223,4298,-1387,-8896,5850,6702,6694,1946,-7894,-4357,9187,-3328,4566,-2025,3160,167,-3425,-4733,-7595,-2089,-8263,1271,-5495,-990,-7567,-8671,8656,3090,-2366,-7194,-5517,3061,-339,-7404,3298,-2582,-2058,-917,-6205,-8205,5588,-8324,-5859,-122,-8304,1140,1723,8584,-1154,8385,496,-8429,1080,8269,3977,-1326,2960,-1837,-671,-3237,4884,-1381,-5188,9836,-6129,-4517,-904,2782,2412,9122,6447,-5684,-9313,7145,6775,9965,9656,2144,3848,-4194,-6041,-4612,8649,7798,-5502,1300,-2082,-9937,-9220,-4242,-9592,-1553,2776,-6160,-4873,-7117,-8995,-368,7092,-6164,-8016,2044,6656,-5926,3886,-3677,-1577,-2556,-5584,-8973,5070,1127,9415,-5293,-9903,6997,-3461,5405,1597,1228,3689,9268,6555,-763,6411,-7791,2036,-4691,2571,496,5790,2918,5919,-7500,4358,2796,-7041,4570,-8249,-8786,9650,9086,6033,719,5957,-7783,4866,9719,-2817,2772,-5860,5882,-8765,1712,-3760,1182,-9393,-5432,-3691,-6269,-3097,-4109,-3901,-6806,-5951,-3732,-4478,-7376,4150,-1849,-8024,-51,-2978,-3178,-3153,-2854,-9009,7315,-2757,-5714,8383,-3061,-863,9166,4395,-3693,-4514,-8827,-7299,9318,9737,289,5085,4561,-8687,8806,5831,6948,5256,-5612,-5670,-936,3103,-1521,-8517,6896,6447,-6123,-2993,3986,-1729,-563,5603,1994,242,-1590,231,3789,-3413,-168,332,-2141,6984,9657,-8139,9757,-7911,9997,4379,-2339,-4088,857,8174,4863,9148,-816,1566,2066,-3059,-5204,4988,6890,-6783,-8042,-5631,-3230,1781,-1109,-8433,-5267,1842,5391,4242,5051,-7557,-8945,-8438,7810,6430,-6747,5513,7756,194,-4992,321,-6521,376,8377,-5331,-1850,2974,8713,-7164,2424,-5937,-676,1810,4051,-5641,-5400,1655,-3113,2288,2587,-3933,-5347,2097,5263,9018,1707,-5340,-3553,1802,-5504,-740,3285,2550,-6948,4530,7689,7362,-8036,-3926,-1123,8789,4806,-3022,7330,-6806,-5239,5466,-6001,3839,-2514,1429,-3454,-8872,9779,365,6629,5472,-339,-585,8960,-8394,9774,5829,-6141,-4059,-3253,3057,459,667,-5721,-5982,-2511,9832,7141,4803,2731,-6520,-2824,-4923,785,6230,-9419,3967,1668,-3774,-1659,1964,-9918,9512,-1310,612,6830,-6883,1793,-7713,-106,8049,2583,-7657,3123,361,7764,-4820,5212,5124,-2500,-5471,883,-6142,-8888,-3736,9654,1365,9365,9528,5517,2435,3505,-1236,3147,-7028,-6812,-4562,-7116,3406,1783,3794,7806,-4936,-1746,9943,1592,2263,9941,-2113,-4319,4413,-4,9783,-1629,3289,7131,800,7056,884,3492,-8600,-2298,2893,-866,-8359,2950,-8136,8502,3325,1878,2461,-4312,-3617,-9478,8990,-9042,5809,-7352,2528,1128,4779,5020,-8550,851,-1703,-9350,5050,-9264,9759,-3037,-4808,1407,260,3772,-4406,-9758,7336,-1763,-7712,-499,-4067,-9373,2235,872,74,5751,9802,2218,-1479,-9676,-7059,-2604,-7843,6348,2414,-521,-5596,-5315,-1723,-8424,9128,-8370,-1871,-2334,-7099,4094,-8812,-1559,304,-3621,1351,-5842,-7869,-6849,684,7814,6972,-768,2621,7704,-3479,-2703,1211,8512,4350,9293,9321,4551,6505,-3419,4512,-2363,-9591,7354,-3362,5261,5968,-2254,5767}

    {-278,-325,6505,4719,-8056,6110,3374,-2477,9707,-1872,4412,-7833,-9663,7434,6099,-7363,7356,6068,-3740,3671,-4217,-7094,-269,-9487,-4487,-3856,-3464,155,554,522,5024,759,-8976,5032,3579,7629,3149,8183,5112,111,218,3609,-1546,-5759,4661,8959,-9888,723,-2151,5390,-1472,6980,-9879,-6066,-8949,-4428,8811,-1858,-8728,9183,6640,70,1189,-5374,-3109,8605,-1139,5049,-4886,5506,7778,-9526,9894,-4773,9105,2295,-2671,-280,2299,-2931,-4601,8856,-6743,9159,5216,975,2239,-9728,6487,6291,-3741,6895,4091,-1540,2429,3853,1687,6626,9952,3954,6664,1563,-981,-367,8484,5303,4813,3006,-398,3689,-5883,-4562,4654,5803,762,-3013,9467,-6952,-5854,-473,-3263,-6115,2583,-4666,-203,7833,-36,5175,-55,4306,-9499,6584,-3839,-1792,-8206,4086,8794,-5062,1484,8507,946,2538,-2982,2293,-7240,8211,1780,1953,4712,-9734,-6134,7233,-3733,4786,-3723,9572,5876,8880,9066,-341,7286,-591,5202,5583,-4447,-2636,-7521,9070,3850,-6165,3712,7774,9329,-6410,-3198,-3693,-7212,6771,4948,7889,-7231,8039,-4667,-7966,-33,5746,-7946,1587,-7533,1295,-4098,4718,-3668,-9173,9758,4135,9416,7725,-6029,-3176,9070,5124,-8990,3016,-3488,-7230,-7027,-7119,-7853,-8032,-714,3615,6982,-3733,4933,8084,-4428,3728,-7965,9162,5528,-781,9404,-8885,-2369,-7846,-4128,1102,-1007,-3549,-6206,-144,9427,-4813,9039,-8943,8344,2552,3099,-6350,5999,148,-8324,567,8756,3547,-7895,-9196,3337,8238,9477,9762,9620,-8305,-1889,4984,5567,-9743,1227,1156,-8759,5871,-2793,-805,-8380,8480,5835,9726,51,4908,-7842,997,-4318,4595,9344,-4560,9110,6365,4952,7649,701,-1360,-2494,-577,-4290,8114,-7967,-5165,9286,8854,4461,9923,-7126,-4819,5305,7658,1248,7359,-6951,9242,-3465,-744,6905,-2439,-7875,-8398,7336,-2178,-4790,3299,-9161,-6135,-8045,-3513,2852,-3356,-6044,8661,9505,3569,8606,-2913,5150,-5889,9402,7143,8128,-1888,4963,-3097,-7830,8599,-2339,5416,-4786,-9243,4271,1555,1003,2831,1924,-5779,2009,-6745,2913,2843,4572,-8734,-8496,-229,9035,5487,-5059,3097,8792,6658,9177,-217,2765,-3263,-2348,-5258,5757,-3041,8555,-8451,-9552,2280,-7516,-5006,3484,8752,8351,4489,6174,3938,573,605,-2218,-1636,-4718,-5425,6174,8306,-2780,-7406,-3219,-3144,-7564,3093,-3540,1282,-5402,5875,-6333,33,-5110,7117,805,2617,6981,3695,8177,-327,-625,-5850,2133,9112,-2204,1832,2394,-2868,-213,-1652,-4644,165,-7203,-7559,1395,5498,5347,729,-5282,4332,8651,2498,-5706,-8533,3190,821,3675,-9434,-8764,6745,-3771,-6877,-7797,-7856,374,-7186,2962,65,-3164,-5232,-115,-1041,-3234,1645,3376,-785,5768,5008,-959,-3292,-5592,1569,-7608,8829,-9211,9237,6112,3560,4996,-2261,-9587,-8390,9011,-7291,7911,-4507,8677,685,-5352,7653,-3209,-4635,8600,2322,8188,2770,-4073,-7207,8876,4583,-6331,7111,1873,5031,5308,-9071,2297,-2978,-7258,-3625,3612,-1921,4769,217,5599,5750,7980,-6492,2719,5727,1288,-1924,-1075,-6206,-93,-7158,1861,5028,8604,-5082,-4481,325,7437,-3221,-3971,1377,5951,-8470,186,-9395,3895,3400,623,2369,8082,23,5259,5915,-4152,-3013,1685,-930,5848,-6727,9615,-5408,-3471,-1132,6338,8377,1661,-7221,-8704,-9620,-9353,1014,-3522,-4854,9114,9858,9277,9251,-7603,9809,-6252,-2253,-8936,91,-5079,863,3449,-7588,8867,5729,-4512,-4039,-1319,-4153,2724,3140,-6661,3261,-6625,7581,2589,-4923,4748,-7721,-3394,-2979,7993,6451,-5927,-7906,8388,4768,-3327,-7786,9784,-7839,1663,4874,2754,1150,-2726,5370,-3767,6962,-1880,-1910,2080,-1764,9608,7617,960,8121,1543,2059,6371,-8105,1694,-2910,1358,-7006,9994,-471,9605,9384,3411,4148,-921,-3269,-9808,-3510,2315,3650,237,-1934,-7358,7527,5832,-1826,313,7028,-6236,8890,6482,9364,-3954,-3575,-3625,6742,-7978,3106,5723,7140,-399,-406,-3316,9652,-2345,-3186,-9023,-5875,5323,1151,8812,8646,7009,-4933,-7528,6661,-5653,8169,-6950,8121,-1836,-8955,7786,-3988,4711,-4135,-6106,-9046,-9027,3751,-7492,-7677,-6167,-641,-6550,-5596,7138,-2121,-1883,571,-542,-1170,-6411,7354,3379,-5447,-3649,-6557,4569,-760,-1366,6314,-4247,6578,-5597,-8915,-3150,-9207,-4626,-7373,-1860,-3105,-9787,2603,-1766,1309,-7794,-1736,2979,3920,2158,9272,5072,-3329,4205,-7332,-2729,2403,-7559,-5641,4491,-9458,-4094,8041,-8082,-6476,8481,9492,-2533,9494,-1383,5510,7431,2864,-8418,-7532,4183,4737,4032,9590,4050,9936,7206,-3518,-7814,6626,968,3368,9353,-2051,-3890,-4383,-7067,3101,7005,1821,1352,-2523,-9313,-3400,-2774,8245,-8175,5706,-9828,2693,5774,-8323,5125,-7876,-5928,3426,6325,3864,-1772,-7419,-9145,8090,-1513,-6692,8640,4747,-5402,-9525,8276,-1297,5156,3711,9899,-1408,-8858,-8181,7438,6468,7648,-6625,3221,1394,-4476,5072,-2197,534,1834,-548,-2766,6085,4471,-1850,-1358,-4461,-7793,5627,-6901,6331,-3315,-8434,2182,3780,7470,7753,1415,3605,5325,-2832,40,6856,2215,-571,2060,-3786,-676,-2594,8488,-2010,6477,4933,-4976,-6061,7878,5041,-6899,-8830,9958,-8065,-4738,6977,7359,8221,-1665,-1702,-7272,1421,9624,2840,-5004,-9149,-7426,513,-811,-2766,-1087,9902,-1422,3168,4206,4872,-2896,2668,-6890,-8762,-3491,2452,9260,2531,8495,-3474,-7180,-2533,7486,8794,-3834,9643,4182,6075,-5028,-7779,-5881,5834,-1827,-2908,-1197,-694,5844,8962,9778,1409,8975,292,8063,3938,9433,2774,2957,8009,2098,5161,-4961,5567,4236,5850,-1528,7985,-416,-8496,-2657,2406,6483,288,-228,-6586,533,-70,-8093,-986,2866,6923,1666,-4440,5029,-6509,-774,6456,810,-6168,7767,3829,-5975,-9772,-6173,1301,9347,-6801,-8060,-834,-9293,7771,-7226,887,8612,200,8070,-8199,-6101,6185,-994,-2724,-8957,-7402,-2592,-1736,-948,223,1298,-2681,2301,-5295,7851,-2399,7368,-2835,-2352,1248,-5027,-5620,4392,-8296,8594,1405,-6112,-2777,-6895,6758,-4921,-317,8046,-8030,-5692,-5739,-9399,3346}

    {-3114,6988,-9727,9224,-4623,-1590,4331,-6797,-5686,-4169,7215,3134,8501,4402,-4208,5539,9688,8674,4526,-8364,-9980,-1958,-1890,-8840,7307,-6831,761,5146,7921,-3478,3901,-542,-1449,2310,9026,-4811,-2222,2604,-7971,5705,2651,-2702,-869,3223,-6055,-4179,2739,-9783,-3297,8153,-1806,2782,9951,1678,9333,4253,1120,8824,-7887,-2002,6785,8136,1308,-1835,-8329,8626,-4652,6546,-7254,3689,-1125,-7613,-5699,6785,1412,41,3517,-3669,3782,-3217,3882,1886,-8497,-26,-3861,-2309,-3636,8897,-6918,-6963,3712,-7820,-4430,1663,-6251,6677,2525,-5474,-9810,7942,-2520,-8205,9122,-3800,8394,-9222,-5246,4719,-4029,-3230,-3011,-55,8680,3419,8291,4611,9883,-1765,-5642,-3828,-5780,7213,4430,-6463,6364,316,-7250,4946,-4285,-3293,2885,9236,5374,-4921,969,1352,2884,-9644,-7115,-8911,-6209,3267,3553,1453,-3054,3927,-5877,9851,2803,-5424,4833,-8462,2583,9987,-2354,292,7240,-3192,-6499,-3800,-9438,5273,-5900,4851,-9471,8148,7643,5793,7201,-7274,1759,1295,3955,-8092,5115,8822,-8183,-9991,-8244,-7532,-6138,-1987,9239,-191,8382,1276,-7058,1156,-4481,517,4676,-1825,2488,-5982,3788,-1871,-2728,5469,3464,-1305,-128,7775,3758,-3607,3694,8408,6088,-935,7598,6486,1576,9712,-8628,5793,7537,-4867,4125,-8682,2800,-1566,-3966,9658,3257,-655,9402,-4268,4132,-9314,-5344,-202,-5071,2934,-8830,9603,6891,-8041,-8744,-7228,982,7425,8647,4184,7054,1155,10,-7971,1775,-4019,-245,-5283,4304,-3873,4388,8448,-5637,153,3087,2482,-2499,-3229,-4020,5592,-3221,2567,-9256,3076,-1008,-1302,1667,8973,6729,1103,-6731,-7265,5190,-4442,-7177,3625,4656,5118,2789,9486,5839,-6959,-4781,9276,-3930,-759,5589,-9089,-607,2616,3299,7423,-6927,-4688,259,-4638,6921,8042,7492,-392,4,-2010,2600,-1631,1967,2717,8249,1183,-6883,-5413,3447,1084,-1211,889,-4541,-130,9236,4681,-9399,-7468,6387,-9206,-3069,-6595,3270,-9965,-8972,-7521,761,2761,4595,5576,-447,-9604,-5512,6703,-7201,-9679,-7880,4929,6903,-4306,4796,-8531,-5763,7398,2599,-4536,-7676,-9796,9856,9017,9093,9579,9978,-6394,-6709,9224,6655,834,3020,-7434,2906,-9260,-6483,-6217,2389,-9463,7980,5814,4682,5626,-7863,-6021,-2115,-6865,4665,4415,7947,-4031,1232,-3565,4501,-7509,-9902,7292,7829,3467,-8392,-3531,-9333,-6234,2828,-5282,2179,-8400,-8247,493,-753,2647,3129,3238,-7404,497,9900,9206,1880,8155,-9351,1014,4890,8139,-5890,-2884,1497,-9171,6921,-8335,-7325,-7782,-9696,8949,-845,3093,-4864,-371,-7247,-8046,3161,-1522,6382,-6423,-5354,-4900,5963,-5861,9801,336,9203,-7777,-7432,1597,2162,-7265,1187,-9658,-5002,-2057,-45,-5807,-6976,-3697,-8844,-5094,-1597,-4351,4919,1468,1318,2574,-1995,-4966,7381,-5568,158,9223,323,4444,8552,-4487,-4336,3702,7291,9005,2096,-3298,-404,-5208,-7259,9080,5421,-511,-1792,-2210,-3293,-3871,7537,-5166,-3633,-6230,1668,5866,-4756,5528,6976,4672,3968,-9402,3676,-6491,-6457,7041,-4394,-2338,9882,-7385,3893,-9670,-6801,-9045,7432,1109,-6685,-361,-2106,7792,6341,-4567,6147,7151,7096,-9961,-9526,5545,-5152,7131,-5059,4903,7505,8248,8489,3570,-8580,-8635,2035,4927,302,1458,-8119,9425,-2592,7365,-6872,-2178,-9638,-6439,6601,-5114,-2649,9140,6937,-6251,7336,9353,8040,1298,-4872,-2456,-5028,-5329,4772,7072,8707,-2099,1651,-5945,-8243,-3890,-4895,2313,8779,2472,9014,-8174,6637,220,7958,-8643,-6794,-1468,-8975,4559,-6647,6975,4138,6970,4059,8455,-4942,-1263,-1426,-4741,2795,4713,1770,6747,-4895,-220,-4482,-9332,4138,2818,-6049,2811,1002,7651,-6115,1811,-4878,3669,-4539,7486,3711,2466,2225,-8098,-9434,9933,8389,2656,1598,5669,3950,-2529,7078,-6598,-4381,-1768,-2373,7294,-6860,-9064,-7765,-426,6681,5799,2390,-5118,1322,8897,-3551,-3966,-497,3221,2893,4588,-8601,-7113,-92,-2321,6799,9518,2021,27,-111,-5568,-7959,6823,711,-5715,-1390,9414,-6346,1173,5929,-8749,-5580,-9020,3039,-3469,-7703,5875,-4946,8245,4361,8349,8266,6078,-7622,5103,4860,7639,1742,-696,1235,8952,-5353,-619,-3518,-8038,7030,-8448,4571,-1999,443,-8397,5136,-3305,6061,9255,3484,9802,8448,5521,525,-1305,-8527,29,-2188,-7002,7957,-8913,1736,5846,-1887,6591,4110,8769,9840,8460,4016,5966,6097,7315,-2277,-6061,1371,7463,-134,-1971,-9810,-4958,9759,2324,-3913,4292,1867,-6254,-801,8398,-1129,4804,-5145,2283,-336,2542,-5990,-5064,2798,-6279,-673,8509,8528,-2006,-2016,-9588,-446,2121,3929,3037,-8085,8765,-1643,3457,-6783,-6614,-2408,2611,5459,2075,2328,-26,4219,1815,-8635,5581,-5214,-7218,-3506,6550,9061,9699,-6903,9860,4624,-3920,3325,-2846,-607,-8579,-4638,710,1571,6900,-6672,-7533,-4641,161,7788,-9835,-2004,-5968,-3410,6090,-6865,-2292,9975,-5133,9457,2039,2356,-3044,-8408,-7035,6159,4127,3079,-1018,329,-7757,7994,-319,7814,-4998,-696,-6968,2357,-9926,-2346,8941,-4664,-3803,-5557,5996,8174,-3703,-2513,-3015,-4988,7561,-3560,-3192,3873,-5334,-1656,-6104,-7577,7004,-8717,-6963,6787,-5310,-3900,3689,8458,1618,2473,-6540,-4563,6468,-3633,-8639,9120,4798,-9019,9732,8230,-3206,-7207,-2536,5284,6158,8114,216,-425,5847,3850,5703,3593,6052,-1303,-5975,7091,8733,-1973,-5842,-5362,-8518,-2977,8290,8572,-8798,2378,5643,9631,-4803,2961,6741,-7611,-6163,-5694,-2248,1706,4776,-9336,-7375,-9999,3984,1545,-1836,-6953,-6503,7296,-5987,4238,-249,233,-4288,-5996,9792,4183,4538,-7970,-4635,6014,2808,5360,7064,7845,7623,5273,2164,-1918,9731,-57,697,3288,-2764,-1531,4553,1099,-3642,4732,4020,7019,-6782,-3152,-4807,-5110,-8141,9647,48,-7835,-5759,3613,-1262,6864,-2079,-5822,-9210,-6839,-3573,-10000,-1594,7056,-3968,8047,-9091,2390,-9305,-3174,4687,-9269,4393,7042,-2451,-3778,-3138,1173,-9518,-1536,-5022,-9765,-6888,-7133,-2441,6911,1973,8612,6318,9727,2792,9456,10,2709,-487,2116,-7475}

    Returns: 383070338

  101. {1758,1194,-6592,4136,6096,952,-8448,-9801,9913,8661,1844,-8696,4388,2399,5522,3809,-3124,-6714,-7031,8340,9736,-7201,-4149,-1595,2740,-5194,-1744,2500,-5235,6087,4029,3329,-6772,9880,2373,3165,1850,-7939,-1842,-5848,8857,-942,-2956,6519,-1426,-9578,-1412,6214,-343,-2759,-7036,-3640,2798,130,-1261,4250,9781,-2451,302,7214,-5885,6518,4183,6782,1254,3533,-6642,918,-6506,-6418,-1985,8941,-8788,9642,-83,-7146,-2084,-6144,5568,-7603,1885,-5133,837,8991,1784,-6693,-3489,-3933,7636,-506,-9576,-78,1926,-6333,7398,6267,8365,-131,-6849,3061,7961,-372,-7322,9996,3553,1124,-2756,9169,4852,3313,-2741,1,6262,-7245,-9294,-5615,-579,3454,8624,5318,1368,-2997,-9684,3939,7639,1694,-8414,5942,-2649,4933,-860,-1297,4469,3439,-6285,-4691,5908,158,-6878,766,3086,-4328,-5532,-740,8708,-4890,2287,-792,-4754,-834,-3906,5156,-4419,9793,-2901,2222,9610,-2497,-651,-185,3433,7925,-4458,6787,9822,-9667,-7938,-50,-9817,-9584,-8556,2040,-862,3289,3615,3774,3033,-8919,9611,7526,3402,-8030,3367,-2557,5340,4506,-1692,-7497,9156,2445,6077,-4989,-8575,1019,-5358,7475,-1302,-4344,-7622,-4426,3584,8660,3380,4100,8881,8184,-2662,6261,-9399,7078,-5234,4691,5427,6766,5158,4758,-7912,3289,-8133,7435,9593,-988,-6942,36,-2089,4195,3013,-1467,-1052,7725,-7595,-5062,-2975,5811,-144,7419,9087,1248,102,-678,-4996,4103,6623,6231,8051,-2722,-1682,7410,4570,-2636,-8926,-285,282,2544,5585,-1972,-1597,-4944,-7248,-3281,1879,-4217,7318,1407,-1447,-6966,9036,-540,-6033,6441,-1199,1206,1721,69,4565,-8268,5988,6507,-1313,5450,4740,5604,-5421,-7765,5676,-2080,-3946,5033,-483,3660,-2286,4172,-2445,2949,-919,3469,-8236,-7195,-1200,-2679,-3280,9988,-1635,6565,2794,-2873,7221,3731,9725,-7827,2945,5681,-1311,-1895,1366,-6792,-648,1261,-7921,-6748,-3864,-7668,-5265,-207,-4911,4162,-9193,-5755,-778,-5013,4230,-4631,-3930,-5419,2364,2221,6490,-6008,6194,-8407,-1680,-2826,-4526,-6327,-7443,4765,-9270,-3689,3066,6632,9591,-682,-6419,502,9866,-4361,7933,9134,6110,-3993,-9127,-2097,83,-2125,7812,-1420,-1385,7928,-8026,3262,4791,409,-2806,5025,208,-9229,-6544,8854,7263,5818,-9214,-2266,-9057,-2455,-5223,-5478,9604,-1696,4173,-9701,-6543,9680,-2528,-5589,-1723,-3350,1350,208,9790,2127,8976,-6254,1755,4874,923,313,-2509,-3890,-4619,5586,-9172,6740,-2255,4612,8025,-1805,-7578,2489,-2880,-4694,1821,-4238,-4467,9357,8988,2982,-9632,-6314,1251,6751,9014,-7284,2453,-2213,-3,8179,1028,-5854,5933,-6376,-9866,5703,-8454,-43,-5527,5346,-9649,-9259,6155,-5928,-6504,6480,9109,7245,3589,1815,-1968,3766,-4964,8791,-6225,8761,477,-7190,2267,3588,323,5894,-1226,-5397,9265,4060,3240,4037,9773,2362,5849,-7245,-1812,-7874,4723,5338,3946,354,9782,3042,-3204,-8975,8275,-326,-9442,-7779,-1573,-752,5040,1496,-2157,-7467,164,-5142,2960,2179,8191,1987,-5135,-6907,1078,-8011,-4862,6097,640,27,-6850,8571,9054,-4452,-6612,5964,6609,7661,7856,2448,-7708,2326,4497,-2110,-9168,9603,-2155,1514,-2688,7064,-7291,-9765,-2750,-2191,5734,1622,6230,-1842,-6961,7764,-1233,-8887,4906,7101,998,7151,-9422,-3712,6114,3610,7813,3738,-4840,8178,-7400,223,8868,-9542,-5161,-9747,-1354,8545,5267,-9544,6667,4782,8047,-1812,6172,-3396,-8276,4985,-6315,4313,-931,-4877,4789,-1889,-6609,9712,4388,-8509,5491,-8829,1124,-2789,1226,-8160,-6358,-4345,-5037,-6370,-6140,3261,8792,3286,9210,-8987,1400,-247,2005,9622,3884,-3477,-327,9070,2504,2532,4493,-4377,550,294,5852,9163,-7034,9434,-8331,7862,-1724,7600,8744,-4195,-7405,-998,-5798,1989,146,-6613,-7958,-3513,-6298,5243,-30,-8807,6766,4375,2277,-1392,-2981,4730,-5533,-7484,7757,8412,-5371,9232,-9540,6338,5284,7198,-2391,-4187,-2545,6311,-9981,8530,-3804,-3794,7693,-9912,-6416,-4934,7095,-5874,1423,-2865,-8777,-9528,1419,8195,-8459,-2533,-4413,-6363,2982,-6295,3898,-6428,4761,3900,-61,-6438,582,7455,-1640,-1883,2097,6505,-9624,-3025,-914,-7172,5363,1508,8864,9987,-2181,225,-4243,-1622,-502,-1601,-718,-3344,-3522,7239,6762,-6973,-9751,-7172,-7364,-5586,570,4206,2598,-9648,5950,-6518,5931,-8333,-4983,-1164,-5936,1613,-1129,3477,7365,9097,-9306,-9655,5555,-14,-5504,3354,-95,3200,-252,1366,-2514,3396,-6960,-9065,9257,1527,-8443,7926,4642,8392,-3772,6732,-4464,-5462,-5134,8688,2244,-7542,-2581,-1447,-7062,-6007,-3357,-382,-3462,7222,-1910,4019,6694,-7188,-6787,5247,1697,9940,-1249,-5377,1610,6309,-5795,2701,9831,5713,-2685,-9976,1508,-265,4868,-321,5913,-2159,-7006,-3754,3826,-7948,-2700,-7462,4402,8743,-1253,6446,-1280,-9151,6133,-4329,9375,-1153,-9661,7935,6924,-1669,9223,-1670,4951,-4089,5056,4116,-4313,-6698,-1098,-9908,7821,-7849,8116,5008,-2910,-941,-5680,1118,-1340,-8369,9839,5030,-1987,-7875,-9564,8386,-5763,-4682,1597,-8269,-3925,-8259,4207,4068,7004,-3763,3621,-5886,832,-4966,3509,7232,3977,2138,2687,4240,4533,7789,9360,5014,1689,8104,2740,-9217,-8275,5744,6959,-5527,-970,6514,-3496,8211,2018,6334,6118,1263,-5251,6793,-8881,-9754,5284,-4203,-3378,-3691,1436,2358,5854,1311,-6389,1574,9057,-3328,-7233,7201,4941,4590,-697,4916,-3336,1747,5822,9503,-6413,-9588,-6805,-6376,-1235,990,5247,-5268,-9803,-6382,2632,-145,-8704,-5669,1099,-4372,-7141,-6436,-6642,-7115,-4991,-8541,-2879,-8511,3146,-4533,4649,1789,-3117,1130,-8710,4210,-4730,-3263,-8044,7930,5285,6693,-4599,3465,3645,6978,-3612,-7805,4442,8989,5501,-1527,6899,-4669,5299,6901,-1239,2804,-33,-1235,-8616,3833,-6702,7271,2537,-1953,7025,-8630,2233,-9550,-2019,2434,-4381,1817,8500,6845,-4995,-9527,9652,-9151,-9447,2535,-8396,-8428,5978,9942,-634,-9919,1775,2328,5554,8749,4113,9761,-5419,-4151,-7626,8810,4813,-4526,-7233,4200}

    {9090,-6348,-9218,-1298,-3779,7847,4543,-5863,-8291,7058,7126,-2977,-1892,-56,-4715,1295,5157,1236,3568,-9119,-5433,3753,-1146,4831,-7198,5794,8235,2388,-7945,6164,-1821,-4211,8807,-5044,-8115,-3388,2861,-6518,-5165,-1053,-2307,-8649,-3739,-505,5205,-7281,6125,-9136,4650,-2885,-6374,-70,-3458,2967,-6071,-1976,7745,-5870,4918,4094,3737,-8811,5263,-4400,8224,187,8925,-4958,-1229,-8290,9437,-7598,62,-7137,-77,-4359,-6320,-6316,1765,-7448,4941,-2077,-3815,-2131,-6629,5871,8737,9425,3825,4035,6788,6537,9997,-7009,-5440,-7593,1303,-9409,9133,-9523,7562,2972,-5975,-7968,3884,448,-5382,-749,-9567,9366,1579,-5986,-1616,-5638,4866,8406,-5571,-1739,-8436,-2252,1627,8931,5936,1349,4140,-6046,9516,-183,-2425,4835,-7056,876,5187,2708,-545,8050,3108,-2825,2513,8395,5053,-1136,-2899,-3325,8596,4701,-4531,-6100,1188,2640,3914,-1867,4441,-271,-2782,4752,42,3871,1897,-7930,9775,5551,8201,6276,-4295,-8976,-5921,-2925,4460,-6882,1885,-7724,1828,9767,601,-4289,-9410,-6181,-7325,8470,-4517,384,5321,8372,-5354,-9884,1195,-3100,-3339,8353,-7130,-3477,6482,-9124,9347,-5603,-7955,7361,1074,878,-3681,3152,2571,3096,-3235,-933,-1340,5032,-4081,-2749,1740,-3911,-7225,-1088,3183,136,-4904,6854,-7911,6247,7552,2255,-924,-8869,9753,-8998,1625,-8750,1763,-9844,764,-9906,2612,9744,6415,-7104,-405,-917,-9255,7256,2808,-9773,5198,-6294,408,3852,7582,-4785,-4490,5063,-9268,-1106,-4624,8090,3701,6925,-2237,9713,-9715,-3258,-2196,1521,-2056,-7030,1696,-9256,-7282,-4574,787,8377,-7219,8696,-8712,1721,4561,-663,872,-3788,-8892,6738,3857,8524,2509,-7053,-8588,-555,-7449,-4507,-7560,-9075,-5225,5278,-5729,-3098,-5793,9080,-9754,-7813,8693,-7010,3560,7669,5728,-662,3340,-6517,7013,5178,68,-5455,-6314,5412,2740,-5034,315,-2124,71,9406,-4868,1463,-7900,-9758,7944,-8630,7177,-248,5265,8066,-7855,6073,4902,8309,891,759,9151,-2180,8028,4097,-2885,-4292,564,2119,-7602,-9256,-9212,6365,-7503,-1136,8404,3966,-9285,-21,9086,-8518,237,242,213,1193,3273,-6638,-7638,-6832,-4283,1369,-2467,443,-203,1415,-8369,-1991,-6499,-9203,-138,-918,-3695,7282,9041,4227,-4188,6168,615,453,-583,-813,-7597,8235,8903,3435,-4493,4694,4158,-9067,-4149,-9203,4763,-8716,-2976,-569,-4829,1009,-7210,-418,-9420,-6192,-6341,-366,6277,5836,-7670,9890,-6632,9470,-2423,-9061,-1727,7711,-4643,-9607,-7818,-590,9388,-4272,-63,2996,-8575,5637,-4632,3147,-6304,6267,2109,1085,2637,-7871,5232,4705,4107,-5807,-189,9711,5677,9815,-2425,-2764,1339,-9334,2311,7134,8190,-4295,8519,-841,-6855,-3551,-3954,6752,654,-8499,6017,-116,9692,6242,-9653,4698,9932,1967,8506,-1843,-6929,-3436,862,5942,5669,5875,-1901,1072,4635,-8541,-9377,9480,-4283,6313,747,-3193,-1209,5352,-6338,-1877,-8257,-7853,-9210,-883,-3031,7319,-8897,3460,-8798,7449,2325,6644,402,-3898,-5340,1519,6852,-9348,-5194,5074,5405,145,-2555,-304,-37,-9708,5301,5215,9824,1949,-2974,478,-1576,9058,4826,-4989,4322,-8957,649,-7479,5882,-6989,1182,8563,7185,-5113,7541,4620,-6886,7731,-4288,190,6297,1971,8226,3128,7800,8204,6406,-3409,-3015,-3571,5772,-1639,3840,-5762,-5242,5132,9386,8468,8880,-9455,-3562,8221,-1164,1332,4011,9891,-8237,-9160,-5923,-3013,-64,3572,-814,9021,704,-1996,3581,4628,-4719,8092,-971,4333,-7757,-3773,9434,8009,-5826,2306,-4350,1066,-7105,4696,-6478,-8190,19,-502,4235,137,-4660,-5575,6477,4883,5644,2931,-5320,-6363,-9018,-7084,6783,4714,-5657,-7571,8477,6218,3826,2168,8834,1799,4060,-8530,-5527,6652,-4430,611,6093,729,-2873,-2160,2236,-1119,-3140,4498,553,-237,3002,5895,-3361,6836,4600,9298,-5364,-4283,6397,-6525,2381,-7676,-9735,-3355,6738,5940,-1753,-8470,-7912,-9704,9127,-2610,-3437,4178,-8076,-524,-3319,-9231,5309,6291,-8563,-7859,-7879,-5640,1676,1724,-7392,8906,9767,-6452,8838,6870,-1911,-7753,-4003,6221,2807,2454,-6134,2216,1621,247,3714,7569,929,2659,2240,8966,-1212,-5989,4897,7376,-4463,1,6016,3855,3680,1919,-7354,6300,-7172,-5688,-7146,5623,-5996,9602,-2537,2285,544,2854,6797,-4064,99,8848,978,2101,-6088,-7985,-6329,-9579,5585,7545,4884,8897,-8075,-920,-1460,7883,3320,-5033,-4990,6326,143,-9151,7625,-9279,-4657,1692,5444,4791,1187,-9070,-7890,-5366,-9539,-1550,-7364,343,-904,-7526,-3724,-9391,-1830,3205,-5600,1796,8726,-1830,-2652,7290,2560,-9242,-6268,6594,6338,-5716,9516,6737,4905,4178,-7623,-9019,2590,-9452,9528,-8357,8576,-7662,4055,5030,4059,2692,6280,7053,4980,2896,2274,8050,-5504,-592,1835,4612,4170,4951,2656,4957,-8022,564,-3718,2425,-1175,744,4687,9120,3116,-1562,-6141,-1456,-4757,-9355,2819,2255,512,-1209,-7233,1145,-9957,751,1852,6895,-5377,3566,6094,3435,-3762,7380,-3496,-8004,-3794,2003,6268,-3662,7345,-2230,101,-2776,-9483,1988,-9537,-2984,-6786,-8733,-7690,6455,9439,-1587,9389,-3751,6251,-9692,828,6059,-7299,347,6859,-7253,1681,-4518,-3043,8499,-5620,3825,2600,7428,565,3993,9982,6792,-4171,2041,-4311,-4305,9202,-4213,-9723,-9615,-8772,9753,-8948,803,-6392,-3325,-3936,-2007,-3078,3680,-3545,-3701,-7242,-7285,3729,7937,706,5708,2396,-9354,-783,-4820,6649,-8465,-7752,682,2328,-7968,888,387,-7584,107,816,5605,-4371,-3571,2508,-6306,-6586,1104,-8536,-7993,752,6953,-9421,-8032,-9363,3950,-4122,8324,-9045,-2439,-9587,3796,-4302,1110,-972,-5965,-9938,-858,8941,-8231,937,-5040,7816,2405,-9349,-8964,1979,6118,-7447,5979,-7125,-6419,2110,6041,9623,3986,6681,2825,-284,4885,963,1951,8421,-6333,-6666,-156,-9641,-9945,915,-2335,-5978,8077,-1857,-7451,1658,4277,5007,-3073,-7040,-3233,-3206,6621,-8540,-3242,7327,7724,7240,-9215,2111,979,8798,-2314,-3311,-9584,413,-345,8690,-9528}

    {-422,-4609,3087,2117,-2024,803,816,6810,4379,-6992,-121,2061,4340,1268,-3739,887,-6943,4506,8450,-4921,9557,4226,-763,-5553,-3770,5237,5434,-7053,-5315,-8598,-1343,3243,618,937,-626,8271,-8307,7412,-5272,-329,-7105,-1316,8489,8733,-6173,-3647,-1477,5535,1713,-6832,-6241,6482,2549,4922,8425,9277,-9059,-3054,6667,7563,-3413,-6783,-4780,5105,2170,8344,-4148,-8666,-6343,-585,-7347,-3577,9525,-4318,2009,-5214,386,9470,-4769,-8992,-5163,1508,-4700,1664,-9014,8026,-9922,332,-3774,-4519,-5403,1355,250,-8284,-5365,470,8119,9616,-7159,7422,1374,-9003,-3000,-2994,-4218,-5486,-2183,-9269,4198,-8280,713,1360,-7606,306,2640,7090,-5630,-7414,776,-9040,-8294,-9071,5260,4308,-979,-320,2702,-9319,-5656,5442,1260,-1386,9459,4229,1400,-2029,-9201,5035,-730,-4649,-3542,-5215,1685,-917,9148,9415,-6723,-6146,-1324,-22,7211,8844,550,-8771,-8871,1458,9751,3031,9627,-8627,581,2213,3540,6541,-5383,-5802,-5254,4184,9428,9709,2880,5524,-9397,-7698,7543,-6935,-990,7263,6060,3761,-6165,-8463,2738,-9798,69,7935,794,-4771,-3480,-5280,-7183,-7076,7266,-5974,-449,-9052,5628,-849,-9760,5520,5346,1869,-9523,-8955,-1457,6259,5655,-8463,4410,5372,-395,395,-3783,-8796,8913,8994,-2666,6975,3620,-7252,-626,-6382,4678,5903,-2600,9704,-2489,-6723,-1681,-4371,-570,-1436,-835,8981,6380,-5544,-8110,-1625,1658,22,-9365,7866,-4287,5197,-3894,-6846,2039,-8892,9774,4414,-582,-1826,8051,8393,5399,-8480,3402,4801,9910,5238,-4447,-1399,-8743,-6685,-8467,899,-439,-4138,8192,6495,4748,4279,5198,-4017,7792,-1463,-9815,-5562,4709,-6427,-9218,7218,-6885,-9983,713,6406,754,-2921,-1038,-1383,-5576,2378,-7796,6607,-3899,4877,1242,3139,-9183,2765,2157,5965,-2029,-1737,2182,-2410,-5733,5789,-985,-7385,2346,8746,325,-989,-5578,3472,7676,7593,4889,-3581,-4100,-3790,-163,2666,5140,-8113,-5184,-9838,8332,-4873,4938,4877,1890,-3968,-6480,-2934,-8394,1690,-2993,8406,9517,8394,4748,-6480,543,-9159,2497,-2270,140,3352,8116,-4629,6021,-4593,-3046,-9943,8201,-4474,-7222,9594,2196,-6530,7870,-6046,-9877,-8781,-6973,-5132,-6227,-2067,4737,-9,2446,-6736,-7370,3520,-3641,-3060,-4382,8316,3924,432,9708,2204,7966,-1184,-5477,3076,-7819,7583,-1070,-6203,-5311,215,8890,8618,-9561,-2279,-7147,7889,-1371,1137,1456,7379,4881,2142,9171,-7700,1084,-4517,5851,4402,-1812,9819,-4312,3072,-927,-9166,154,8380,9814,-7769,9819,-4693,-1772,-3890,7767,4174,-1488,-5215,-5615,2330,-9882,788,-140,-3300,7700,-9006,-3450,-4452,7022,-5643,-1287,-8864,-828,617,1631,2468,-7770,-331,6229,-656,5742,-2102,-1358,5263,8904,-1134,6936,7444,-1672,1100,-672,7337,-4465,-4441,-246,4463,8059,-512,-2506,280,1072,1913,-2154,-3031,8919,-1054,443,8670,-2268,4336,831,-372,-8496,-7605,9293,-4894,-5420,6420,8662,-3413,3422,6183,9993,-7067,-113,-7181,-8528,-6376,-3123,-1383,1820,-961,5340,2737,-5318,5974,9012,-8182,-4833,4190,-9868,6685,3654,-8246,5521,3059,-4602,3285,8003,5194,-2790,5923,3106,6765,-5403,-7019,5242,-6854,4300,-5335,-8686,3345,-2022,9100,2740,-1595,3111,-4829,-699,-3970,-3233,1226,104,8401,6923,-9319,-1939,1889,4365,6947,4906,3359,6012,-4246,-6301,8179,-2444,-6872,-4913,-161,-116,-8336,-7748,-9762,9592,-3338,7600,-6751,-853,-3143,1632,-7951,6929,2109,-8710,-6979,1314,2377,1237,-4321,6422,-1356,7114,9098,9835,7198,-5239,-9253,-5232,3750,3688,-6575,-9344,-6629,6773,107,-2996,6053,1269,5117,5602,5920,8584,2898,5844,4751,2164,-7053,6870,7392,3975,1162,8662,8029,-9351,-6138,1949,2001,-9682,1167,-6081,-2093,-9564,-8821,3251,9284,-4357,5636,3822,-6075,-7279,1133,1748,-7827,-2811,-1958,5010,-6903,-7123,1452,8919,9436,-8001,5138,-5913,8555,-1160,642,-3705,7371,-4904,8894,-232,-5708,-787,-8370,6920,-9282,5793,4027,8452,8457,4161,-1540,-2013,-2325,7675,2279,5021,-7425,-2874,9696,-1009,8953,-7186,9616,5651,9174,421,-2783,-5346,5796,5751,7535,4441,5179,2739,4073,6953,-3113,7793,-5368,653,-6451,1630,-9934,-4479,-949,7184,9620,-1640,-9460,-1004,8738,742,1692,5683,1951,-4702,-8963,-7360,-5573,-1185,9873,-2901,1231,2725,9369,-8070,3082,3096,5971,-1659,1591,3071,-1971,-9388,-4521,-8986,-5178,-1488,2182,-2808,1729,-5176,-3454,863,2284,-3396,9978,-1986,9196,9368,9431,7739,2127,3346,-3954,-7637,-9857,-9742,8021,-7034,-8808,7740,1469,-2213,9844,-3363,-3449,6271,-2274,-6165,-5929,6160,-1294,54,-9992,5003,-7186,-1698,2150,-9139,-706,-5804,-6034,-268,-160,4321,-3649,-657,-1787,-6899,7557,477,1894,-7627,-4109,-2142,-4736,-9111,-1777,2890,-7956,-6560,271,170,7314,1086,1949,-1313,-3603,-4805,-7325,-2975,9278,-1449,7615,-389,4873,-3297,6213,8193,-334,-7902,9171,9244,9609,-7806,9184,3859,3082,811,-5719,1947,-4077,9458,-9472,7194,7122,-7862,3133,-6767,-4247,-6612,-8346,-5142,-3915,4794,-3940,-9129,-1511,-9748,-4220,-2728,8917,4510,-6332,1015,-866,-6800,-8997,5430,-6193,5707,-1878,8652,8701,-5414,8241,-3943,-3123,-2898,9285,-3329,-3222,-4357,214,-8079,7350,-5676,-5647,-7143,1182,9045,-7331,-930,6654,7570,-5307,-918,4608,-5085,3984,7813,-6127,-2647,-1484,2020,3228,-4168,-5659,9231,4953,-3606,-6905,9659,-2880,1366,-9353,4027,8101,694,-4829,2925,-2507,-2305,-1646,5492,2796,-2159,3239,-3300,-9416,2870,-3638,3400,-5172,5598,365,9544,3197,-6768,-3812,627,4794,-1189,1236,6402,-244,-8419,-8450,-719,-7541,7703,2081,3614,5844,-7405,9548,-1847,4432,-4428,-2844,-9497,-1896,6083,-377,8276,-2458,8972,-9536,6855,5462,3587,1451,-1609,-4628,-1609,-3629,571,-8441,-1080,-2046,7129,339,-7489,7800,-5182,-6647,-1861,4596,3676,8775,-5948,-4327,-1072,-4230,-461,-8869,3755,1399,-9711,8268,2395,7365,9193,-3008,-7305,6631,-3736,4165,-3780,6882,2596,6467,-7604,-852}

    Returns: 657783310

  102. {9259,-8679,-300,-7381,-1196,4804,5005,-1280,1729,-7930,5644,-6099,6554,-1292,7918,-3325,-2330,5288,592,8342,-1830,4072,-491,7435,-900,-356,3183,-2015,-2762,-7680,-8851,2862,6455,2829,-532,-4745,-5027,5722,4731,2544,-7496,-2591,-734,-2634,7293,-7586,5995,-9336,-6515,-1391,1432,771,-5945,8660,9858,-8695,-6367,845,480,8716,9176,7594,2674,7746,4280,4783,-8040,9915,-4749,-1207,-8654,-3705,3690,1727,-963,-8567,1396,7939,-5790,-9784,8806,-2859,7663,-6219,7947,-9112,-6384,-5728,-4922,87,2793,1304,6703,1440,-4871,-4547,5547,-9610,3053,5884,-9603,-2913,3265,434,-4649,319,-3726,7034,-9962,-7924,8688,-4706,2835,-7422,3336,-3611,3819,-7959,6795,8067,3424,1420,2720,-311,6256,9530,-7397,-361,7446,8656,-6791,-5751,-8770,4706,1862,-6417,8058,-8623,-2851,5016,7605,540,-6687,428,-9533,3182,-8312,7215,-8919,6763,-7970,-3049,-1396,-4309,434,8658,985,-8096,-1263,6017,424,-7830,2931,9752,-4370,7693,-4948,7515,-1984,-9961,4391,4256,4957,-4881,-438,-4056,-6324,-5927,-6906,8836,4093,6477,-5344,5200,8131,7087,-2111,-5550,-3473,2649,9043,6085,-7924,9909,3200,-2355,558,9955,5860,7123,-2793,7428,3978,-5239,-2308,5856,-8683,-5804,-2100,2527,8013,7144,6667,7806,3783,9575,-263,4677,-1981,-9633,-8243,4553,8234,-4142,-3969,5018,-9063,5550,-940,-5817,5996,-4590,-1478,-5306,-3154,-4225,-592,-1792,-5301,797,-6573,8263,4934,-4299,1589,5986,-1635,-3187,-991,-1044,8933,7373,4558,8784,-7457,-396,5836,-2385,9444,307,2288,7767,-5570,3466,5901,-7938,-4421,-1116,-42,5220,-7111,-9155,1786,8741,-6667,5095,5126,-6712,-1717,6102,-7977,3389,-6885,9701,2575,-446,-2946,-1436,-6158,-7424,-6145,9839,6504,-6288,969,5448,9467,2872,6115,-3880,8724,4687,5951,-9838,7127,-548,1619,-2710,6538,2436,409,-3438,-7016,948,1630,-4539,-1017,3786,8018,4690,-4900,-7669,1588,9995,5093,6563,-5175,-1441,5664,-7382,-5561,-6927,2864,1328,-4345,1514,-7385,-787,79,4993,-7409,-4981,-310,-273,-3139,-4335,-6687,2244,-6753,5785,182,-625,-3764,-5344,7790,-3581,5580,-6689,-1807,8034,2397,-7000,-1709,6988,588,-6051,-4693,-4152,1814,458,8833,-4006,-2931,-5083,-4785,-2976,-2974,9166,-1023,-2273,-3117,6902,-885,-2820,9344,-4533,5789,1397,-8367,-673,4827,-2888,9164,-9041,3854,9873,-591,7615,4568,8525,5069,4534,-9222,2536,-4718,6715,1294,2255,7887,2217,-9395,-4720,4219,-9796,8527,-5433,-9131,-3389,-7457,-4288,-9915,-736,3608,2027,-7809,2724,7462,-3391,-590,-9186,9280,540,-9101,1988,9547,-4338,3582,-881,3526,9076,-7475,1270,-4445,-5432,8157,-9854,2596,3629,5503,-1337,-911,-4495,2937,-7012,7127,-8023,-5422,-7149,2296,-1949,-8496,-2370,6289,4766,2384,-2134,-7558,4573,3874,-6621,-118,3476,-4661,-9998,-4242,7162,936,7232,3295,-9181,-4944,-1287,5991,-5872,4372,6486,5250,-5886,1425,-1725,-9916,-866,-9302,-5096,-6729,-2828,-1456,2006,-1600,983,-6875,-3297,6773,1262,-331,5859,-8088,7138,-105,7683,2709,686,-7642,-6834,3791,-1004,2770,-2210,3701,3521,9977,-2660,-2199,1979,-5651,-5590,3557,-6937,735,4324,-9068,8474,-2121,676,-9877,-9464,-9556,1599,-7311,6688,-1771,8113,-9633,4596,138,5529,-1544,-6552,7717,7895,7628,-1812,4753,3853,-637,-6001,5435,-9985,5953,8305,4030,-4885,-3924,-3146,-6234,4678,1452,-823,1813,-8165,8931,-3277,758,5190,5563,-5530,-5091,-795,1831,3598,2016,-3329,-9819,-999,-2310,6121,2332,1005,805,-145,9569,5555,-6393,-9657,5342,1509,-9984,4303,-1062,7321,9784,4582,-7156,-7522,4683,-9695,-5325,1514,-4139,-4710,7084,-9808,-1298,3788,6093,-5284,-6723,-9004,-384,5308,4453,-6505,-6361,5497,6139,1934,3669,7761,-1029,4775,-6500,4839,9858,-2210,2209,4120,5351,9245,-6498,-56,-1257,-4638,9157,5467,3049,-5369,-9762,-8057,-1309,-7081,6162,8829,5770,4104,2350,3067,-3828,-6937,2366,221,-9408,-631,-129,-6178,-329,897,9568,-7652,7014,6849,-5426,-4277,-5249,9275,-9785,-5000,-415,-8783,1222,-9878,-1068,7960,661,1200,2811,5618,4661,8685,7525,-1538,-2932,-2852,-8023,-7174,-7332,-3941,6626,1368,-3569,9007,-1405,-3310,-515,289,-5583,7952,-9901,4569,4106,8117,9946,1511,-3036,-7139,-7757,-7125,-9446,-5091,-870,-5513,9663,9695,-9321,9803,-8131,9771,7472,5518,529,-3763,-7523,2683,-5556,-4263,-3785,9282,-3509,1177,1768,-7997,680,-6636,-6816,-3843,-1152,9086,-7819,-6769,-5835,-1042,3742,5554,-909,5465,1328,6800,-9831,8133,6896,5824,-8768,8653,-254,9319,107,4019,1455,6280,1831,393,-8248,4046,3667,-5613,-7839,-8115,3883,-8148,-9414,-6325,7257,7013,-9277,-3858,5744,6899,-4690,3470,-7554,-2438,-8335,-7256,-8738,9418,1845,7813,3079,9299,7929,-8473,-7712,6487,5603,-1798,4727,8914,-3878,9275,-265,4185,-1892,-4253,-4850,7767,6376,-9085,4365,-2157,5044,-3792,9452,2847,-3311,1665,3465,3533,-1859,626,8573,-3261,-3282,-4338,-5402,2587,-1659,9598,4828,896,-9095,-8362,2585,-4050,-7366,4232,3139,-8482,-4105,-8829,-9104,-9841,-7986,1836,1629,-7667,-7868,74,-6366,1746,2967,-611,276,3570,-5411,-1546,9261,-8142,9907,2836,-8733,1429,-7478,-9993,2254,7906,-9011,5256,9748,-2654,-6803,6080,3869,-5989,-5273,1952,8628,-8658,9494,5038,8156,-2916,9816,-4494,6119,-1244,-3685,-7476,4429,290,5605,8852,-327,-5337,5727,-6892,-7652,739,5635,9402,4997,5270,-4258,8903,-9216,-6837,1654,-7711,3811,586,-7324,5688,-3362,6405,540,-4240,9028,7668,-8002,-7913,-5201,4493,1560,6766,1023,8729,7593,2343,5391,9112,6368,-194,-6337,-6576,4359,-1767,-497,5269,9183,-2928,-6229,-410,-5933,-9306,-444,-3063,-444,2920,2694,1744,-600,6674,5496,4489,-4836,-9259,-6347,-8351,-3914,-8228,-7038,705,7020,5270,3542,224,8068,4224,-5369,7169,4568,8369,2841,-4894,-4395,752,879,-2177,-6963,1343,-7670,-6834,1257,-138,955,1507,521,1841,270,-7740,3639,-6906}

    {-6259,-2543,-9055,-4333,7956,-5145,-6020,1113,-6035,-1101,5627,-4176,-8327,1773,2934,-1500,-2741,1648,7084,-942,-8433,-7236,8530,9938,7509,5300,3705,-3878,8383,-4591,-5669,-9519,4585,-3142,3094,1778,-8863,1089,-8424,-2246,2749,-7662,7885,-4784,-3151,8587,2226,-7136,8084,7657,8989,834,-9813,-9316,3496,-6469,-6992,-7517,597,-697,-6399,9948,-9350,1828,-9091,5742,6215,3853,3474,-5154,-143,-6022,-1055,-3594,-9958,1685,-7162,-7597,-2092,4623,2067,-1714,-7012,5440,6213,-1468,-9397,2970,-3696,-7538,-2392,4644,-2904,-7762,6579,3263,-5641,-3955,-8718,-7946,3680,4854,-1608,-3013,1561,933,1913,4825,3302,483,7666,-777,-4777,-8766,5444,5409,-8781,8828,6057,6584,5456,-6967,9505,-7864,-5783,-3446,8893,9155,466,-4833,2462,-5631,-5374,8399,3223,3852,4419,4685,2193,-7833,5273,-5849,-2871,1623,878,5664,3866,5386,931,2722,2054,5921,-110,-4945,-8976,2119,-3202,9431,4965,4854,-8249,-5776,-723,1428,9570,7719,-7851,4460,-4483,-133,6892,-9749,1633,1436,-8577,-4504,-4724,2964,-8416,-556,-6054,-1114,4574,-8801,2262,9461,-2203,8848,-1860,-5203,6809,-1597,5835,1319,3778,-3671,3386,-8613,-4970,9470,1381,1640,2740,-9305,-1404,-5299,-8293,7427,8185,-7488,-2589,-6585,-4525,7394,-3826,1755,-4693,-734,-7740,-925,2989,4116,116,-2771,-1466,-205,-7291,9471,8798,700,9071,3258,-3580,2631,5613,1277,8188,-6710,-3281,-3891,-1498,2438,316,-7785,6061,8608,3784,-8512,3700,6588,-5419,-4379,2519,-8484,-1696,9845,-8024,-8496,-5320,-1638,-2395,1063,-882,1864,-2715,-7554,3945,2003,-4276,-8844,9317,6549,-5140,-4620,-913,-7840,-4683,-2928,-8509,-680,905,4647,-1432,5949,-5689,-6065,1558,-7454,7704,5068,-7674,-7539,6918,-1624,2955,-4053,2220,2180,7150,6187,-7704,9502,8022,9261,1233,9255,7004,-1701,657,-9609,-1655,4633,1036,-5211,-7406,-4263,7335,-3749,872,1117,4771,9135,9487,2989,-9616,423,1589,-1271,-4578,-6073,-960,6518,-7755,-5585,3562,4467,7539,3009,-8499,6735,-8979,3126,1138,7726,-4290,8490,5514,7459,-8076,1421,7095,7521,2860,-9357,3362,-2240,-5579,3257,-5451,-1053,-3608,-4701,-3761,6141,-4352,-493,418,-8701,5247,7393,-1158,-8053,-4386,5669,2207,-4739,-4098,-5631,-2423,3948,-5233,5618,4970,1604,-9620,-1910,1691,1001,-552,2587,180,-1197,-5706,-1073,-8393,-5272,-4207,-6453,3359,1996,7984,710,3782,-881,-2376,8142,2225,-9285,-1196,-9797,-3645,-3018,-1124,-1633,-7818,-2203,-2421,9783,4913,-1819,6113,-9834,928,-3092,7309,6984,2653,9555,-8333,-6899,8993,1102,-2860,9589,4237,1458,-7034,9274,-2011,9827,-326,-65,-2351,851,8578,7683,3397,6809,-5362,7107,-6661,5831,6524,-4824,-6358,-3761,6990,687,4953,1567,5427,166,2304,9667,-7529,-5263,953,2526,-5997,-9706,5221,1043,8699,-4314,-8583,-9069,-517,-9793,-695,-7671,-5211,-7215,-683,6370,483,-9386,4862,-2919,7618,-5186,-9429,6467,4888,4811,-1799,-5557,7708,1709,2173,3557,-1720,-6181,6352,-9024,-7157,4771,-7316,7265,-6522,6343,666,-7272,2413,-5859,4402,7930,-3287,4683,-8888,-5018,558,-2782,-8523,778,-9001,-7193,8056,2093,-8843,-3336,-6695,-4217,2256,7732,3324,-5153,2712,1703,-2533,3127,-1300,391,7351,7754,6147,-8640,1523,9177,-912,-2830,4197,3698,-6387,-6670,7962,2922,-9672,-1729,-8753,-1624,-8687,7128,-8408,-2236,29,-5926,-4624,-8066,4397,5214,3686,-1396,-5487,5691,2383,-9771,-3011,-9248,2152,9141,-2134,846,1490,3144,-4616,-4319,2056,-705,-7463,1298,-8295,-7643,7458,7757,5778,-2297,7074,2937,1840,6027,-3660,258,-2912,-830,1499,-5247,983,2760,-8594,3009,8470,2032,5919,7840,1229,-7658,4617,-1595,-4049,-4660,-7133,-9401,-547,5602,5267,-8902,772,778,8966,-8662,9934,-9132,-8815,5030,2161,-745,-3573,-5600,4614,-576,-561,6473,-9464,-2926,-39,1032,2811,7375,4566,-3243,-4587,-8381,-385,-8860,-2848,6377,-2582,3351,7326,1461,-4884,7117,7553,614,2636,2972,-1945,-9177,-7757,5897,19,-7526,-2197,-4609,8459,3322,6782,-9562,-7921,4329,2345,-8380,-1797,4893,6617,-3227,-8360,8850,9197,5130,-3307,844,-2499,-2187,1066,5272,-2694,-213,-504,-3052,3044,-9906,3269,4041,8001,-6815,-445,-513,-5526,-5399,-8378,7246,-6715,-977,7494,-5812,-9273,7878,-9520,-2716,9097,-2775,302,8967,-5610,4564,-1896,-8845,-8420,5454,2709,-9618,-5940,-2440,8804,2826,-578,-9295,-9471,8763,8669,6970,-3934,1074,-9711,4645,-9711,-8121,-5700,-6003,3499,-4754,4430,-8635,-5579,-7867,-922,981,-4642,6333,-6532,1233,-3668,-2864,-3361,3722,3473,5805,-2549,9498,-5366,-1351,-6242,7292,-7639,9616,-1813,3330,842,-243,-7333,1475,9333,-203,1932,5978,9829,5243,-6383,-2958,-8634,-8923,9461,-8318,-2666,5051,8221,8998,5584,4927,-3426,-9939,-6162,5776,-865,-2004,5085,-1525,-6910,3603,9071,-9897,6624,6090,6967,697,-6637,6951,6479,9113,7545,7979,4312,-6687,-3620,1667,-8062,-2632,-2680,3936,8939,-1188,-1519,5117,5999,5726,-9585,5585,6724,3010,6751,-2826,-6025,-8232,-100,-9307,-7716,4600,6120,-6602,-6829,-7201,1616,8157,-5185,9070,-1757,-1628,1531,-8686,-6491,-649,-8117,9449,-4825,-2141,-2975,7863,5675,7016,-7023,1281,-4088,-6545,2063,1242,1654,7848,-397,4257,-1163,8416,-7781,927,-3468,9972,-6276,7924,8112,-1684,-6412,1663,2395,1462,-8655,3899,-2928,5226,-1949,-4850,-3326,1090,3044,-8003,-3332,-928,-9242,-1270,-6062,7463,8223,-7288,1992,-5153,9117,6008,6673,7729,-5091,3456,-5051,-644,-2411,9320,5602,-7973,1881,991,6115,6158,7599,8982,-4906,4839,4914,-2530,3818,2372,-3177,9228,4192,9429,-6037,2505,3515,-3956,7206,5768,-1175,6532,-6943,8696,-4522,-2290,5936,-5114,5752,-6520,-287,3025,-6132,-5143,-1254,-1002,3763,-5089,5668,-8440,-4782,2939,9779,8592,2715,1258,5715,9869,-613,1628,7345,5474,-4084,-3828,6463,-3430,-8969,9958,-131,-2756,-3559,-929,-8219,-7537,4636,-946,-8700,-2081,-7113,-6040,6762,-7375}

    {-9732,-1000,2447,5764,8382,-5825,2421,-226,4220,439,683,8595,-4786,-5239,6738,-5174,3748,421,4989,1206,-5217,-5680,6246,8791,-4579,196,2001,6935,-7283,7131,9524,-7330,-9416,1427,-5056,2885,5431,8015,5061,-1968,-6596,4951,6488,672,9741,1437,3083,6188,2649,-4050,-789,6370,539,-3361,-2537,-649,2116,-8910,4865,1457,3951,-3098,-8635,8084,-374,8150,-1416,-8431,-1602,-4050,-4680,-5706,-483,3718,-771,-5157,999,-434,-8622,-5876,-1457,9480,2027,6650,1707,-4559,2035,9991,117,2659,-5306,2525,-7371,-662,7584,6094,6808,-8854,-6810,6084,4937,-9420,578,6686,-3982,-1126,-1696,-6286,-9212,-5062,-8933,1394,8767,1968,-787,-7144,-7300,-2049,1286,6903,6488,-8750,-4789,-4344,7762,-3272,-6537,-719,-4218,1606,-8227,-5206,-854,3281,-576,-3740,6033,-6210,-7888,-6714,-7686,-2568,5654,-6248,9813,-796,-9578,5049,-1645,-7650,-7490,5917,998,3191,-2038,8032,-8141,750,-8772,3059,-9478,7407,-1833,-3288,-4229,-5189,7419,6666,4678,-3195,-8059,5747,-9369,-2137,4712,5875,-4101,1778,-672,1577,-9372,-9122,7230,4667,944,-8989,8699,3793,-6116,1825,4555,-5908,6391,-4401,9664,3036,-595,-9079,7862,8815,6387,9954,-9147,7260,8098,9847,-9106,-7728,2552,68,8754,-6877,-9706,-2056,-5543,-242,975,-5317,-1235,4328,7202,3473,-1922,-6282,6214,-116,4654,3695,-1317,2954,7545,-9451,-2770,2696,7572,-9235,-5180,-3353,-8050,3210,-4832,-5780,814,1748,-6350,3225,8957,8938,-2083,7845,1488,-6427,-7476,1669,1911,-3639,1360,-6906,-4738,-1111,5485,-6551,-2480,-8691,-7754,-9345,-4628,3767,4107,3038,-2268,5627,2602,-876,2051,4931,4210,-221,4508,-1741,599,9031,-6441,8300,5866,9198,1149,2950,-2193,4676,4980,-4362,-868,6759,-1141,1805,-2241,-660,-4039,-8875,-7087,-7845,2208,9049,-4271,-5600,-6431,4614,9403,7147,-7836,-5750,4672,-2094,1427,-6595,-8511,5009,-9614,-660,7225,3166,-8691,9320,-4410,4638,-6584,8678,-1294,-7121,-1629,2853,7297,7353,-9525,-3489,-8973,-624,6173,1245,2278,-544,3521,1087,-7561,-3502,-7325,2217,-146,8577,-6773,-273,3041,3677,-6608,-9789,1667,6862,-413,4174,-9040,7751,2842,6908,-7142,-942,-9228,478,-854,-6934,503,-7180,8201,-1472,-1033,2752,-2322,-4581,-7579,1770,-9433,-754,6797,-4931,1522,374,4653,-4961,-5794,-3174,-6927,809,-1343,-8487,9709,6984,-9803,-3371,-8512,3753,-1515,-844,-7825,-1071,-3451,-8015,955,-9790,-4539,5104,4693,3115,334,599,-8750,6499,7844,3957,-9568,3514,4299,-7844,-7356,-8961,-3485,6536,-6712,5304,-4640,5207,3176,5404,-6234,-4021,1916,9793,-2582,-3646,-7739,-6424,-3015,-7961,-1183,-3402,-4099,9803,4291,3747,7167,4138,-9376,-119,6467,306,-9104,-8074,-2835,-1272,768,-9584,5285,7574,5562,-8321,-394,-8499,-9305,311,3315,5171,-756,-723,9393,-8,812,-7837,-7987,-8034,674,8560,710,-2872,7314,-544,-7123,-831,-9984,-5194,3468,-8728,-3909,9983,8258,-8995,-438,-8076,9095,3295,-129,9106,-4139,2087,110,-7776,598,-3761,9768,4643,-5641,-501,-3275,3110,6825,-1889,-2589,175,-7469,2683,2545,-41,5846,3351,8842,8577,-643,-866,4290,-499,7366,3527,-3681,2561,-2512,-1023,-1829,2982,9109,2804,-766,4048,7520,-3536,-150,3427,7072,-1271,-9708,-868,-4533,-8566,-2866,-3726,4599,-6120,8135,-9530,903,8792,-931,-2297,-9828,8933,2572,3866,8142,-960,111,-67,-1148,-7322,3612,-9140,7917,7932,3044,-2197,-2710,9558,-9566,-5877,1959,8263,9312,5921,-2763,-9762,1499,7434,7910,-8124,-9556,-9321,7461,-4200,-8043,7062,6976,4910,-756,6449,-1001,-8941,9534,-3665,1767,-5661,4406,-9782,3677,7592,5049,-9808,-3283,-1130,-2756,-5989,-9201,1999,-1231,-8478,-1470,2203,4196,-655,-8055,-49,8735,-3921,-946,-8246,3776,3054,8788,1577,-7748,7780,8026,-9156,-8353,8757,3859,8725,-3278,-8828,8087,-2580,2494,3279,-821,-343,965,-7125,9512,7360,2350,2307,-7317,1719,-6774,8787,7052,5389,-9931,-5401,7349,-2474,-2970,-1142,6340,-8323,-8390,-977,-7036,5224,1054,-3775,-7756,-2849,-4213,-6268,5448,-1638,-5814,2502,-3364,5562,5187,1773,-6355,-4072,-8037,6031,7950,5373,903,2426,8528,-1905,5525,4879,9993,-497,4772,2563,-5297,8220,9287,1391,2401,5976,7771,7336,9183,6651,8494,82,178,7509,-1741,-5521,-2704,6882,-7185,5677,-5262,-6878,8733,1535,710,9598,7172,3087,3861,-228,4760,278,-2564,-4822,-4049,6125,2999,7088,4775,-2331,-1216,173,1797,6752,-4650,3242,4398,7601,-6838,8331,5129,1656,3112,5014,3954,2753,-8354,-8296,-4424,-2040,7354,76,2863,847,-4751,2386,-8504,4844,8913,4569,9577,4601,8809,424,8744,2902,7750,-6007,728,-327,-8590,8467,4866,8009,3174,-9515,8164,-95,-1724,8670,9900,-8501,2371,-5495,-2458,-5858,-5967,2429,-70,3469,9648,-6006,7161,-6049,2285,-1523,-5397,-9031,-6188,9049,678,6509,1420,-108,4739,7922,-3870,-4851,-7576,1976,1552,5565,1241,-1474,6247,-6998,8948,9647,2550,6674,1453,968,-1464,-1963,-4522,2165,-1956,3710,-5847,3228,6261,7598,991,-7884,-4645,-5394,9348,7778,-4008,8890,522,-9714,6262,9510,4031,6967,9702,-4281,-1579,-126,8513,-7252,98,-4103,6943,7073,1215,5976,3039,-2460,-4428,-5415,4550,5593,-6261,4619,-3253,3986,-4684,-3806,-3725,-1024,-2773,652,5856,-4100,-7588,3153,-209,-7630,-6984,8785,-341,-2979,-3635,-2054,3459,4788,547,-2924,9672,-7851,9316,371,-9681,7601,3335,-2831,-5942,3761,-3570,8068,1697,8163,1563,-9443,-7730,-361,1631,2115,7852,6592,-4996,5205,9822,-7918,4859,4480,-1898,-1220,4906,1786,-1881,-5779,2015,-867,7846,3663,8538,-6130,-739,4001,-6229,-6382,4878,-2205,5060,-8678,-9250,-8632,-5580,2869,2456,5292,-3610,1243,-9992,9224,-3075,2082,-8481,-3828,-8263,5717,3652,-6335,-4647,432,9485,-8853,9474,692,-8585,4093,-9142,-7572,8038,-4081,-4980,5271,-325,-1299,-7612,8714,7359,-6988,-1578,-4289,4471,5921,8288,-6902,9182,4208,267,3444}

    Returns: 367488720

  103. {1143,6106,-9685,-5383,5149,719,6975,3925,9254,-1749,-7420,5252,5743,-9991,4821,5358,9413,58,388,-2876,-2771,7997,9777,-6359,3554,3267,8962,1362,1284,2029,4327,1474,-1363,2463,-6279,3114,-39,3475,2391,890,-2976,5362,-2192,-7584,-5301,8867,2020,9131,-8255,-8638,4169,5678,-6390,5543,9191,-544,9708,-2940,1490,-7331,2610,-7063,-5539,4309,-9127,-7629,-1711,8973,921,-4283,9309,3271,-3519,-4040,4446,-1207,6510,9910,-6062,-6788,4338,3622,4481,-1942,1998,8217,-6642,3071,-5773,8312,-8122,-7271,-3409,-4331,3518,680,-8498,-4525,-1255,-7751,4582,-8196,-5690,4063,1884,2364,100,3042,5962,537,1232,-5383,-4472,-4999,-2895,-8011,-293,-6111,2496,-5386,3401,1472,8515,-5196,5257,760,3405,-3566,-5984,5215,4656,9232,-7238,-3099,-5240,-4049,3574,6972,3235,-2018,7633,-2734,-2871,7509,-2453,9091,-8746,-8659,-70,-3075,7750,2879,6776,825,2353,4353,-5837,-8318,-8128,1661,6099,8333,3856,8516,26,-5392,5346,5510,8580,-1980,-7163,2918,9620,9622,228,-6358,-6630,6917,5488,-5292,-8279,8324,-9766,2019,-9735,-1250,9083,3853,-1366,1233,-2191,-6356,8982,9393,-9140,-7918,6163,-393,9621,-7601,6225,-9653,3089,958,-7728,9019,-7720,-2181,8575,3956,8630,8975,4976,855,5079,3251,-5748,8987,-3707,2629,-5020,-7082,-8467,4814,1800,286,284,1369,-6333,-4709,-3450,-6432,-1270,-8844,3030,1346,1926,2653,995,8331,8194,-7856,5690,7898,409,-803,-9530,-8446,-3301,4892,-4357,-8326,-3262,7344,88,-4311,-9052,-5255,5260,8345,-9779,-3594,2051,-7551,-3177,-9225,1231,6782,-375,-7615,7823,2413,-1428,6889,8779,-4324,4540,-4931,1692,7368,1248,2704,32,3474,-4105,-6403,7532,-7170,4438,7858,856,-8419,-3826,-3319,-4463,-6839,340,-1580,-4543,5744,-5141,-1370,752,-3309,-5776,-917,-6972,-4472,9667,7374,-9828,-6711,-9671,9807,5760,-3168,9126,5641,233,-8208,-8753,574,-7505,-2665,-2977,1474,-8540,-291,3832,2953,7341,9816,4290,9240,-7898,2632,9685,-7887,-2494,3263,-1147,7329,7523,5778,3268,-2016,-296,6695,9014,3692,-2839,5067,5684,9220,9373,5614,891,5399,5855,178,7171,-1350,2044,-3989,-4514,-6607,1320,6992,-3632,3874,-8864,5855,-4094,8608,-5415,-8152,-615,1690,-8519,-1028,291,611,5183,-4965,-3268,11,2870,1252,1011,-5030,-2121,-4062,-8845,-4043,-7069,-5905,-4350,484,2764,-2734,4423,-6221,3618,5021,353,2474,-4528,-9226,6108,1306,-9381,-9634,1064,-6707,-650,-8081,2417,8563,9981,9991,3204,-3765,-3642,-4157,-1884,-2745,-8766,-1088,5348,4002,-1496,-7863,9587,-5227,1340,5791,7430,-2083,-3392,787,-7930,-8598,8723,-6808,9045,-951,8201,-3274,9154,4402,1721,-456,-1638,7413,-8669,-4576,-2479,-2380,722,7706,-2758,-9576,-3886,-3073,5041,-9659,8301,-9917,-6946,6794,-9222,-9228,5226,-5998,6641,5207,-7222,-3005,4041,9203,-3894,476,-3449,5680,-74,-3473,-9413,1096,-3420,-9413,-2632,2447,-176,-6896,-8537,4042,-1730,-3474,-7972,-4718,3809,-6042,6167,-3030,-4057,-3159,6637,4425,7880,-5563,-1750,778,4539,7672,-1205,3287,6367,4051,1216,-648,-4149,-1092,-5984,-2845,6139,-8851,-3492,-1576,-7089,8934,-5506,-2195,-8078,-7595,398,4677,5121,-3371,9555,8952,-1740,-1739,1563,-7480,-7822,-5680,2054,2459,8665,-9467,-3858,-9036,9848,-9683,-9947,-9774,7519,-6682,-7913,8003,-4385,-5254,8036,1684,-4750,3402,-413,-5058,-2713,7314,-3011,1804,2357,-8683,9369,-1918,-7438,-9291,-2373,9559,2795,9244,5676,-9817,-7361,-1709,6073,1752,-7686,6900,5716,-860,7898,9739,-3731,-7865,2255,1627,2376,-3734,-1293,-6659,-1550,731,4365,-6194,-7996,-8355,-601,-1399,7930,-6701,7201,3804,-5947,8938,8462,7811,3544,-4151,9626,-8397,-5627,-2920,2998,284,13,-5865,1983,5308,8978,1305,488,7917,3535,-6955,-9530,9669,-9956,882,-4079,5736,4911,-4186,5280,-9171,977,6032,7323,6122,9483,7979,-1971,-1554,-7699,-8597,7732,-9630,8200,-4006,-950,-8646,-4778,8562,6686,-3731,-908,-4560,-9925,-2033,-5405,4890,9244,5349,-6532,8735,-7139,7563,8163,1345,5601,-1502,6115,-2726,-690,-6364,3797,6469,9349,-6391,-6201,-2069,-6380,-4501,-8405,9093,7408,3910,-8608,-1180,2031,9279,-7412,-2848,9714,680,-126,-5739,-9312,4508,-9121,-4967,-8340,9006,5546,3865,-2805,7464,999,-3133,7386,-9754,-5264,5649,6387,-2568,7287,-1798,-3077,9895,-6705,-1881,5871,7078,-2926,-6518,-4727,-5513,5183,-8760,1896,3076,-5505,-8273,-3551,6258,9432,-8802,1080,8184,6691,7870,-9473,9179,-196,8904,8548,-9062,-773,-7855,-3239,5088,-3582,7130,-1965,-5876,2512,4972,810,3558,3657,6236,-5504,-1790,-3983,9729,9109,-5817,-6357,-6633,-5240,907,2084,880,-1547,-5041,-413,5087,-3206,-967,6135,9825,3825,-4579,8303,-1675,-6893,3848,5068,-4058,-7488,-1784,6183,9605,8852,6032,-9365,-4786,-2425,7784,-2065,7430,-9838,-8519,-382,3875,8701,-184,2377,7791,-6714,-5899,7560,-512,3490,-9842,-5417,7683,-9959,-3261,7901,6895,7228,6842,8686,-3428,-9837,-3528,3269,1432,-5810,-6101,613,-9262,6076,-4615,749,6864,8517,658,-4911,391,-9367,3031,7923,-9568,7712,-4845,6157,4508,3393,1733,-8537,2456,-3182,5377,5552,-6694,5948,-9088,5102,-7101,6304,-3034,-1794,3262,-8120,-8392,-1253,2332,-8286,1087,9184,-5386,1876,-2647,5562,9699,-1865,-8881,-8654,6263,-452,2596,8790,4332,-2488,-8160,8044,7987,8513,4817,-4866,-5394,-8122,9781,-9874,-5092,-3723,1539,6483,-9311,528,-1585,-8419,-5883,-4534,8377,6771,3775,-5807,-3124,-6926,-1614,-2042,9313,5788,9252,4263,5837,7721,6888,2449,-4628,6720,6213,95,9261,8348,-2149,1022,-7144,9228,-9277,-7532,-4330,582,3056,-4753,7325,4850,5290,6218,-2372,-8972,-885,-2636,-5524,6537,-8078,-9897,-6929,4853,-4555,-2902,-5878,-889,1245,-3038,-2793,-7938,3853,-346,8411,2441,-4953,-7820,-1389,6784,-335,5435,-9529,4140,4719,-6458,-1786,8828,9319,7035,-5333,3578,-7027,-9498,-5142,1843,4334,4044,4608,-6000,-8702}

    {8963,-2650,9960,-2370,6123,1605,-360,1393,5235,-7281,-6221,-7509,9698,-9618,2782,7897,-4617,-7555,-7595,-7477,4444,-8721,-3898,2541,-8218,-1688,-8317,7177,584,-4136,-7743,-6827,1490,7835,-5708,5686,2632,-7375,2925,-1571,4670,-7156,-3669,-5751,-3622,6941,-3025,-4968,1993,-2159,7991,7040,1678,2959,7702,4198,-9089,-1321,-5499,-2184,3448,454,-2225,-3592,-4258,7099,-1474,3947,-1690,4694,-4391,-1116,1475,-8313,-9846,-362,-699,-7634,1791,-4981,6232,-9211,-4305,166,6058,1616,9269,-9895,-7707,-2074,1421,3902,-7084,-768,5949,2617,620,5270,-6561,3945,-7662,3041,-6615,5376,-1213,-4290,-129,6134,-3917,2548,235,5873,-2743,-920,6496,-4741,1557,5867,-5858,61,-6092,-6934,2041,-3744,-4243,6001,729,-1095,-8258,-5643,-5699,2186,-5777,4508,3368,-8018,-303,-9409,3224,5788,-2561,-4399,2397,-2550,-8519,8626,2175,-3578,-7920,-1265,-2536,-7348,2353,-308,3528,9176,9559,-7285,1657,4676,8771,6985,9756,-2057,-747,9392,1103,5157,826,6214,-3795,9277,-1119,9974,-1294,-1377,2395,-5312,-3288,-1201,9409,-7991,5689,-1325,-1083,9466,8241,-3024,6930,88,9618,-8695,-2267,113,-4287,-3946,8939,-1692,-7417,9644,-9102,6637,3204,-5056,-2583,7546,-1803,9438,-4607,-1885,2668,3866,6150,-4406,-8903,-445,-9347,-7407,-3623,-4463,4701,-6802,-2390,6808,-1652,3779,-5768,-5293,-3529,-5958,1255,-599,-5682,5083,-7866,2839,-6751,1742,-8230,-1709,7600,6562,2573,-276,-6314,-8129,-8691,-9241,6457,5309,-6396,8842,-1878,2091,6501,5503,-3652,-5180,-2592,-1760,-2834,8409,36,-6485,-262,3915,-5423,-6235,-3527,-9368,452,4093,-7313,731,5310,6396,5129,-4951,-6211,-9777,-1864,2350,3699,522,62,7387,5792,2682,806,-4393,-3737,-5069,3913,-5899,8322,-2882,-6360,-379,-9088,-6681,-1219,-4959,8659,3436,-9292,5597,7507,6112,3261,-4477,5367,-8242,6489,-5555,6181,-9599,5206,-9112,-620,-5719,6457,-2224,-5375,-210,7626,1554,-6002,7310,-1094,-7212,462,936,-9847,1648,2458,2765,2914,6636,-82,-1391,-6511,9230,6742,3478,-7628,-9210,-1045,-3963,-742,-8819,-3682,1547,1022,-9045,8024,2353,2693,793,459,4071,-1609,3088,-3381,3932,566,-8903,-7173,-4458,-8422,-8937,-1184,1424,1794,-8002,-8002,-8789,-7215,6527,5942,-735,-6861,4245,6577,700,-2463,-3502,7569,-524,-2576,8294,-1392,6184,3501,9257,6992,-3455,6683,-8898,3923,4419,4826,-5946,2374,-4820,-2323,-1088,-6884,6924,1934,-4773,9719,-2263,2184,9054,1808,-2391,-8327,6216,8843,-6872,9501,-1164,3878,-7851,7765,-5929,-1466,3983,3562,-5448,6334,8397,6456,9984,-7947,-6114,2112,8662,9485,2133,-2688,6373,9152,1474,-9657,-1816,1106,7458,4060,6100,5785,-6819,6426,2358,-1759,6108,5406,-5664,7689,-8542,1347,2613,-4654,-4995,-9241,8649,-1007,229,494,-7101,2410,6328,-9230,7835,2040,-5604,-617,-6580,1765,-591,7611,5062,9579,5207,-9029,5814,-2782,8752,-5076,-4141,-4484,-1758,6973,-7164,-5794,-2540,2356,-3495,-4607,5862,586,-9405,-5369,-9616,4597,-6647,-7255,879,3080,6361,-4950,6276,-149,8660,-7463,3266,-8369,29,1893,-6753,7662,-6565,7840,-3306,-9140,-7732,2384,-3160,1005,2894,-9097,-3297,-4529,7393,-5171,-5010,-7417,-4980,4832,-2714,6425,4019,6948,-809,235,-2175,-3005,7705,-1935,-8446,-4079,6152,1381,-4177,374,-3682,-1380,-4454,8829,9247,-8562,-8726,-5991,3224,-8499,-37,7140,4052,6108,758,-1297,8517,9821,-563,3937,7270,-7524,-7398,9185,7947,1552,-478,7546,-6669,-1158,-4273,8870,-7203,7747,8012,-9765,-2023,-1818,-4548,-1583,-4253,1243,5364,5663,3124,5202,-3199,-5763,9548,-1719,7284,3744,2284,-8130,868,-1866,-9716,437,-2497,-3394,-9122,-8632,4783,4244,2038,9321,-6186,-5695,-9307,5379,813,-5555,4735,1433,-4609,-6020,2817,-5372,-4826,-1574,-8022,-4372,4462,-8889,8326,-2386,-7929,-452,-9328,-9418,357,6550,1032,7431,-6473,-7282,-784,-5292,9014,8007,1586,1617,-9451,5408,6084,-4079,-4063,9661,7225,4957,6179,-1992,-4429,3696,-4284,-1450,-3525,-9861,-4042,4695,-7477,816,-3904,1445,-6909,6213,-3611,960,2817,7260,-311,-9160,-1458,9748,-3106,8999,-8584,3625,-8657,-6226,7336,-1368,-4137,-2891,4795,6526,4237,-7888,4473,-6573,6305,-5707,9497,-6621,2733,7993,9338,-3807,1664,6214,3677,-992,5045,-6904,-4680,1716,-2651,3684,3380,-8526,-6241,5406,-548,1056,8515,-123,-9634,-433,7267,2143,1381,2340,9647,-2598,-6707,9379,-9861,2539,-4048,-1287,6497,-8562,-967,-7631,5510,-883,8709,-1620,-4084,85,-4070,-7639,-2507,1163,8611,-3345,-5869,-1881,-4201,3877,-3298,-952,-2740,-5060,-991,-4697,6453,-767,6903,3082,-1070,-3445,-3140,5447,-8442,6840,-4147,-4440,700,-5660,9328,-2634,-368,8096,-1626,-309,-3002,9961,906,3937,8940,5317,4705,-5946,-2172,9819,-7362,-9612,136,-1877,-7821,6291,5003,7514,-7463,8042,-6591,-9302,3279,4663,5659,7758,-1724,4622,-8053,-2657,-1899,-8818,-2631,-8324,-7293,7366,-1486,-1244,-5698,4971,4134,8416,-2267,51,-3070,6443,-7449,9513,7554,2974,-2899,149,-4733,-2298,-9461,2497,2485,-4818,3648,7262,-7467,8586,-6399,-8108,-8534,9758,-8442,-989,-4331,-2733,-5004,6949,-2777,2346,-827,-4435,-1366,-4754,3882,-2217,-2462,-8520,-7105,-1039,380,8791,4037,2235,-8214,-8624,7748,-1602,3528,-1939,-8613,3644,-6565,5486,5118,-2319,518,6328,3367,8248,7808,5726,-6752,5979,-948,-3304,-1832,-4156,-601,7317,1016,-1934,3610,-1222,6930,2412,-1955,-5861,536,-4765,-5149,-7279,6909,-1653,-1755,-5462,-839,3031,-6321,3018,8677,-9005,-9068,-7509,6394,6997,1789,-484,-4599,5150,-8015,4075,6287,-7411,-4529,8060,-2761,187,-3215,-5872,-9146,451,-5508,-1826,8910,7504,-4895,-6935,-4940,-6809,-7177,219,3481,-3055,5642,-1270,-1083,-5131,3042,9437,420,5881,-5529,-6767,7248,9331,-8826,-695,-9047,9603,6742,9689,2658,8590,3804,-8365,8787,-3276,5884,8768,-7736,7413,-5786,-4183,-772,-1755,-349,9999,-6273,5278,-605,-5352,4764,3954,-2728}

    {259,-2843,-1639,-1294,-8470,-6094,-187,-1089,5179,-6122,-9554,2603,-5466,-5140,6059,5714,-3340,-6884,7586,438,-5478,7613,-6989,-1183,776,8901,4879,9961,6132,-4275,5625,9109,-1385,-1223,-1479,-2228,-7176,1754,-3038,-400,-9615,-5052,9132,6405,4340,-3896,8793,2941,1049,7082,6002,-2438,3474,3137,-6010,8807,-687,-5811,-9720,5208,6477,-5565,-8721,7350,6765,8013,171,-2842,6370,4154,7881,-136,-1061,-4674,6162,8867,-6531,6387,-9400,-7154,5129,-8418,9355,-1940,-7572,-546,-9092,-3375,-1276,3334,934,-6101,80,7047,-5449,-5272,-5114,1827,5818,-653,-6619,-8861,-8742,-4839,-2654,-4781,-1460,-9604,1770,-3390,5070,-234,1128,-8179,4419,858,3204,-7537,-9157,-7165,2990,-8208,4048,6343,8208,-398,7495,-4848,-3610,9713,4155,6150,1197,57,3498,-5371,-7238,-4548,2893,6701,-6592,7601,-4786,9717,-4099,5759,2587,-4786,6698,4665,3578,6747,1263,3989,8004,-2730,-7471,-4517,-297,-2595,-3037,-9606,-6827,-3037,-4559,-9608,-5059,7473,8285,-9595,4825,3295,-4712,1187,-4048,-6968,-7523,-6693,-4525,-8519,7555,-7518,-9677,5305,-4341,-1247,4219,-7143,6037,-1017,-6710,-9716,8610,-6474,8266,-7963,-2804,3591,-8897,-5652,3246,5975,-6726,-4983,467,-3730,1590,-7994,-3403,-9466,-4474,-3130,-6167,-1408,-2545,-3025,-5948,-222,-6008,2733,8959,3881,2872,2736,8695,6390,-4671,732,5166,7887,-1100,3753,-1493,2512,-132,-9463,-3427,9902,-1704,-6478,8261,8863,1619,-3795,-8322,9241,-4761,632,7864,-8936,366,-3012,9681,7016,544,8992,3987,5595,8875,-5221,2849,8123,-2118,-6591,6750,2779,3278,1873,-771,3354,1589,6694,-1733,-736,9672,-2306,4984,-3427,1567,-555,-5143,-2626,4981,8192,-9339,6864,5865,-1295,-296,-6223,-4872,6549,-9297,577,-3537,-3346,7771,4896,-1425,-1104,-9537,-6803,-1186,5502,9762,1464,8248,3682,62,5958,-9320,-237,6935,9673,9928,-1601,-645,7109,836,-7908,-6448,1301,141,-7694,3315,-7214,-6851,-6175,8772,290,-8414,8848,2131,7374,-3378,-3573,4773,-1861,-842,6419,-4684,8306,6909,-4993,2925,-4416,4608,-8836,4125,5219,9882,63,-5229,-7046,2891,475,-8434,8372,2773,8644,9656,-3355,-1750,851,4331,6270,-6545,-8906,-4239,-5887,3075,8820,-4100,-2597,3394,-5450,6377,-5161,-2416,8557,-4841,6018,4828,9360,8176,-350,-6612,4899,9805,-3141,7718,9607,-6681,5850,8970,-4582,-1173,8793,-2979,3901,2159,564,-9873,-9777,-6607,-7775,5823,-2393,8356,-275,-6560,-6838,-9601,263,-5115,-7305,3201,-4874,-4214,3105,8008,8511,-5844,-3630,944,-3050,-2029,-1032,-2538,3443,6778,-5343,-8088,4212,-4486,-2842,-9534,4270,1157,-7878,-4767,530,-5366,-4894,6445,8218,1631,3891,7943,-2359,-3521,-437,8955,-5862,-6726,-8862,-7710,-5908,-2344,3333,5575,4388,1413,-3774,8029,1531,105,-898,-9452,9877,-8634,-1345,1482,-4001,8353,4058,-5520,8225,-1017,-1993,8201,-3323,-2787,-6051,-9609,9939,7506,-4954,-9010,-520,-2037,-9728,-9576,-7460,-8675,7155,114,-2062,-3953,9243,-7505,7552,-7845,-734,7469,8780,-1631,6245,1191,-9720,-1813,-3514,-8474,4640,-6810,-5594,-7800,7311,1758,9553,-5159,1317,-9287,985,-5399,1627,-3900,9313,920,-8003,-2627,-9756,-9742,293,-3305,-8596,2244,5870,1897,6467,-5322,-5387,-2206,-2712,-3743,-6448,-3827,-4196,8570,7683,-350,2819,-8901,6760,-1024,-9379,-5552,9266,7000,-9468,7885,4619,-4398,5002,-2448,2914,4355,6796,-8661,4070,-8554,-4900,-4618,-4750,-1358,-9978,5569,-3241,2589,3007,5158,2334,4734,1105,-3232,-136,-8583,7793,3481,-6960,-5569,-7761,9679,-6743,348,-7592,-2479,-5632,-5570,-4675,9560,432,1680,119,-8004,8598,3833,-3908,6509,-4376,6641,-871,1262,-2779,6732,5146,3900,4540,1660,-916,800,-8428,438,2096,-2258,-8891,4926,8117,-2590,-4927,4878,-6070,-1228,7707,1267,4100,2385,7014,3718,-6175,-5951,-8770,-1595,-1202,-3012,2805,-7236,-8451,9878,-7509,-7367,-1432,4514,-9401,-3826,-8370,2834,-8683,-3046,-9703,8228,9234,-3961,480,-9297,-5206,9740,6237,-497,-2619,5876,8615,121,1076,6946,6419,5421,8868,3581,-829,-7281,-3824,5936,2313,-9846,-5956,4388,-1118,-3427,-3836,-6037,-9598,9423,-7832,-623,-7332,-5268,-7807,-651,9352,2315,4683,-9909,8051,7663,779,8410,-566,9785,4342,-5211,513,-8637,6747,-3815,7898,-5905,92,6898,-3971,-2023,-8727,3999,8930,-1460,2631,-8795,-8103,-9320,2449,1919,-8095,-8290,574,8342,2062,9662,-9229,-857,-3417,5618,2136,3089,-1901,-9037,-2996,-9625,-1081,1972,2264,-2921,2035,5011,4812,-8772,-3821,5902,138,-8585,-7836,6608,-4396,703,5014,-8579,-3039,9769,8052,-6805,8001,-6213,-8831,7937,8954,-2502,5872,-6819,9345,-7767,-5490,2096,-4509,-2659,276,-8872,-8316,6548,-1980,-5735,7290,7210,-6051,1603,9649,7239,-5547,-6056,4571,-9335,1032,8478,2631,8390,9318,3409,124,-4413,-4430,-8519,8712,-8427,3848,3875,7192,1605,1183,6813,2735,3182,6648,3494,-2904,1833,3101,-6421,-4037,3206,7676,-8547,-3474,9457,8762,2898,-265,8510,-6764,7513,-581,4707,8125,-8577,541,-1349,5663,1232,-6660,2790,9879,6121,-1054,-2702,-3649,228,5301,8301,-5277,-7938,9779,7279,5821,-8276,-3077,6674,-8116,67,6006,2320,9481,6715,3884,8219,-9965,-4047,-6285,3523,-7246,1021,-457,5290,-1189,-1772,-9362,-6397,4267,-7451,7704,8130,2065,-4008,5616,6980,727,-956,-5599,9942,9064,3859,1441,-1284,2213,5631,-6343,-3272,-5232,-4305,8509,396,1503,-3556,7117,2454,5392,3969,1670,-4044,-3852,9651,2490,-4930,-9600,-3494,-2262,-4457,-3057,137,719,3957,7120,7456,-3945,-9580,-8534,-804,6798,4313,9133,4253,9537,-3010,6378,5476,4157,-932,-5364,-2619,-1369,2969,-2877,6502,-2453,3835,-4077,4740,5604,-6239,-1262,-4924,-5672,5465,-3834,7387,-8429,2085,-3595,9835,-894,9754,4673,-1511,3710,8888,-547,-5729,1617,-1163,6792,-7752,5052,8613,7457,-6478,2796,3830,9628,4613,4310,-3154,2117,-6792,8951,3247,9750,2574,8123,3402,3585,9626,8953,2765,-5943}

    Returns: 301211149

  104. {7729,-8873,1896,4673,-837,-9869,4850,7026,6671,-3756,-2557,-2203,-120,-5063,5239,8525,-3037,-4219,-6307,-747,6896,6866,-6807,-987,-6349,-9929,-2777,609,-3753,-6468,3037,-2034,-9468,-6170,-9160,7701,4956,-3985,8526,-703,3263,-5512,4439,-9567,2188,-7876,-9596,5468,1666,8655,1427,6018,8941,2451,7005,2785,-3839,2257,1909,7417,3684,-2764,1560,2207,8222,4914,8801,-6184,-3621,7125,4902,-5071,-194,-5933,8032,4915,-1705,5825,-2776,-2938,1663,9448,-971,5812,35,-2251,-2431,2697,5447,3388,-3367,-5686,-4784,8659,-5278,9648,9556,-2434,-9368,7453,-7794,2373,-1823,7176,-6375,1694,-5918,8982,1343,-8413,-7149,-9,1580,-5277,-3421,4702,-9938,-4156,6214,7821,-1806,-5905,3669,-2641,3357,4703,1511,4853,9052,3594,8550,-2052,-8020,9166,-4252,8343,-1149,-4653,7251,-4799,-4174,9388,6107,-9318,7966,6525,-6541,-9937,-5097,-8259,-6534,-5764,-7815,-3737,-5842,6954,5321,-6744,-3292,-6780,-4446,-6605,-7743,-1400,2717,-3490,-3536,-8049,-8756,-9498,7379,6265,544,2986,-8013,-6266,-9642,4852,-9017,2126,-4365,-2025,-185,-298,3615,-8237,-3008,5647,-1523,5040,7905,1900,5815,945,-5909,-9298,-9395,-6882,3894,-87,-1981,-8641,-9120,5276,-3454,4279,1179,-4675,7363,5149,-9959,-9492,2731,-4789,-8528,3320,9424,6185,-7300,-9076,796,-9535,-2491,5708,3062,-6226,-846,-7410,-2296,-9488,4582,-5310,-7331,7077,-2876,-8953,87,2658,-5431,1639,-2274,777,-6268,-4229,5259,7857,-8866,-9795,-5387,-2437,-7660,2999,-3700,1492,9765,-1954,577,7949,450,-6318,3641,-8866,-8684,-3533,-5211,-6999,-175,-1607,569,-638,2757,2277,-3591,-9497,-4998,-4048,5085,4662,-6255,1155,4579,-9889,1378,-2394,5513,-1521,2754,6822,-9730,8053,-975,-6477,-7685,1444,-8613,5319,-5097,-3103,3425,3420,3498,6836,-9436,-1320,-4338,-9027,9281,-1885,-3937,4326,7254,7314,2428,-7047,8582,3799,906,2045,5418,-4636,-3749,-7836,9102,5828,3592,-9969,-153,8378,4284,-9825,4487,-6179,-1574,-6916,6552,-2454,-8902,-5805,-7885,-5114,8246,6103,-1617,9845,-8694,3847,-98,6737,7352,9921,-438,8344,-6595,1843,8215,7524,-9995,-9282,-2225,-7997,9782,4128,-1926,4172,-8095,-8971,-2477,9246,-7229,-9979,1813,6006,-2926,5409,3385,4594,1722,-2077,-2636,-4522,7571,-1196,6871,2685,-9031,-2896,-7651,-7205,-1543,-9336,-4462,-1053,-6356,-8846,9143,-3784,5438,-7141,8047,-8759,1242,-6373,7072,4861,-2418,-5573,3806,-8239,3871,1411,2950,-4220,-7422,-8782,918,3494,1102,-3599,-3922,-7878,-3087,3476,1053,-9476,-1656,-9003,8924,4167,-1581,9395,4956,-3493,8661,-2009,-377,-9963,3596,7709,7248,-9432,4958,-9630,7489,7884,-2859,7365,4181,4966,-7539,1608,-2304,-3670,6107,7306,-6956,-6223,-3598,1967,-3685,4994,-3907,-5568,6872,6943,4837,-8625,-8140,1859,-8073,-7215,-6874,-1076,-8476,-5580,4541,9311,219,1980,-9953,-3689,8778,7997,9360,5626,-3768,7961,-687,-6350,5211,-2827,4263,-6281,2500,-5888,-1294,-8204,8315,-192,-514,3928,-8418,5771,3440,-1907,-3229,5472,9287,2655,-9585,6191,9834,-7332,-7574,-779,-7778,3646,8652,7013,-6,-9853,6859,5761,-8849,3709,-1579,1263,-8822,-8922,2448,-5439,9140,9674,-2049,-8037,-1476,2368,-7118,-8542,2412,8379,-3567,-5630,4791,-8974,-6993,7293,-3431,-3506,2587,-5107,-4185,512,-7044,-867,-2809,-8035,4337,-5238,5327,3982,-3529,4634,-8964,-6111,-7986,-8540,-2181,-6270,8349,-4937,-1005,2602,2513,-4011,3120,-8865,912,-2435,6959,-3208,6825,9010,1365,6386,-5543,2188,5799,9426,8368,3893,2017,2299,-8422,-5771,-3390,9281,4537,9753,5625,1525,-9706,-2547,2393,-105,8892,-7520,1981,1435,5902,-1285,-7646,-7286,-3589,-3156,3351,5982,-3514,9545,9994,-3756,-773,-2303,-3544,8841,-8006,5240,1141,8005,5272,-6660,1871,7125,-8202,7009,3128,1075,-2752,-916,-5494,9963,683,-2283,1264,2036,-5647,4061,3861,-8752,-1840,6775,3776,2097,4169,-670,-2294,854,1048,4722,-8604,8216,-2844,-9672,-2129,-6402,4222,-6947,2778,5998,1152,-8291,1813,277,9479,-168,1877,-8825,-1681,7612,8628,-9958,-2587,-3364,-1483,-8534,-8059,5418,-6809,-1562,2249,-2619,-1729,5605,-4490,-3958,-2910,379,-5471,4583,2857,-8654,1512,-1210,-9988,-7626,1604,-6419,7199,-766,-7667,-6158,286,-6709,822,-9703,4348,-6063,729,-9586,-1787,-2034,5363,3052,-5583,9948,-7758,3625,900,2934,7615,-6002,-1294,-6569,7028,-1864,-7776,8606,-9961,729,5188,7045,3482,1597,-3362,7167,-1572,3575,-3457,-508,-8893,-4049,-9538,-9503,-2521,-826,-3114,6642,5038,-354,-651,-2572,-6376,5838,-1621,-4022,-361,-1208,-4413,4599,-4993,-8736,-6104,-8792,3606,-9678,-6084,-9753,3564,-1842,6908,-1200,3991,5200,9528,5204,-905,8281,-5239,3254,-8431,4708,6917,-9603,282,-9500,6531,2923,4971,7892,-6731,5169,-7456,3381,1602,3143,-3997,-6824,-4960,-4310,-2323,7842,165,8510,3581,2221,1410,-2222,5182,-9531,1799,1062,8687,-951,3280,-6588,-9786,2985,-6700,-3798,7789,2515,1482,5245,8075,8454,-8055,-6879,7130,-4869,2882,-1601,152,9759,-4658,1546,5316,-3676,8035,3861,-8741,891,-5939,-8403,-3378,-6849,-930,2750,3272,6613,8201,-1448,-7559,6541,1490,-4220,-5014,1027,-5929,-683,3294,-3920,-1474,7189,3137,604,-7840,2402,8821,-8577,1759,-2550,4477,-7775,-7444,-1814,8189,3346,6642,4057,3856,1766,-996,1294,8317,-7497,6625,-5325,-1795,-6213,-2240,1849,-7641,-1060,4535,1957,-8633,-2125,2415,7428,-4145,389,4891,-5674,-319,2163,-9129,2497,2976,-7586,-4172,2023,-6759,-391,-4371,-2868,286,8451,-5705,2693,2767,-2450,-6435,1818,-9555,2763,-6798,-4151,6991,6092,6369,-9871,-6735,4406,-5807,468,492,5887,7813,-3921,6554,-4799,-5296,-4957,6903,829,-972,-2055,4154,9794,2999,4380,7396,6235,-2046,5358,-6381,834,-174,2430,-613,8036,-5865,-8543,928,-2671,-9600,5466,5378,-6451,5041,-3092,-5333,9212,-4649,-5109,-3164,-643,-4928,-2420,7110,-3832,-5666,-6020,3072,6848,3440,-7328,-5394,3782,962,7849}

    {3832,3176,-1108,-5084,5593,-5623,-3138,9985,-6359,595,7826,3313,-8756,7511,-2115,6198,-9371,44,6282,-8171,-5935,7148,3094,9981,-1625,-4051,7206,217,7471,7098,-4776,-7542,4558,-6726,1382,-1418,-7777,7325,-2881,-2152,-5535,5255,7115,2516,9981,2645,5985,-2106,-9334,-9466,6680,3382,-6716,-1102,-2208,-2323,-4373,-7897,-7421,-7570,1264,-8483,-2596,3946,-910,5485,-8333,2403,-4615,6423,-5052,-7836,-3001,8563,165,-4689,-5502,8155,-6002,-6560,-6235,-9503,7637,-9950,-6473,5170,2101,7496,4686,2142,-7040,8529,-4940,7229,-796,-7134,291,-4626,346,3981,8159,-5211,4525,-9501,-562,3778,8443,130,-6320,5323,7410,1908,2931,2089,-9411,-5109,399,6496,-7267,8070,4474,6830,9245,7260,1238,-8886,-3624,240,753,5547,-7345,-8922,3901,-6234,-8657,-1159,7441,7094,6801,4350,-4804,-5915,-9951,1605,-7083,-9649,668,7755,3361,-3450,-6664,7148,6520,-6165,7894,-8930,7675,1743,1761,5138,3093,-6405,-7168,-8865,9661,9000,9701,9233,-9333,1833,-5915,-9948,5171,-4647,7823,-6035,-6973,3663,3554,7292,1655,716,4473,1731,4001,-5564,4040,4370,9911,-5802,1513,-8929,-4755,5048,-6534,5771,4600,1508,5170,2413,4325,7648,8741,4791,-7150,-1663,-2556,2428,-5101,-812,7334,7973,-4783,-334,-1398,-6796,5792,5211,9592,-3206,8315,-101,-3666,-2616,-9248,-8684,9855,-9696,3408,3760,2090,-4548,-4289,-5280,9415,-2650,272,-7128,162,-3668,5306,-6674,9355,-7908,597,-2065,59,7480,-4502,-5257,6336,-8534,-9743,-8574,7707,-4369,-5936,-7349,-639,-1737,4725,748,-3964,-5613,-4243,2960,563,-1495,-3069,6741,494,-201,3944,-2838,8082,6788,-8124,-2508,-9968,130,-4491,-4682,4051,-1743,-2723,-7652,9118,-9031,-9179,6083,5765,-9106,4554,-3938,-8691,-8141,-4435,6204,3059,6787,-551,8000,9958,5618,6226,-3087,-48,6045,6586,-3684,-3449,6526,-3968,-375,3604,-7955,-2754,-7961,2292,8545,3159,-1623,8624,-8324,-5318,2966,3411,9752,7962,1416,9794,-758,-3759,-7699,-4205,-5864,-8925,-622,1231,-2288,-3377,-8029,9461,-3031,9143,2453,5061,-4014,1540,5512,-1574,4878,9989,3980,-2376,5833,6098,466,6524,6824,-5969,2886,6283,7195,-2814,-4781,-5290,-2855,-6279,2390,-5135,-4486,4173,-9821,403,-3161,7822,7391,791,9764,7206,-1768,4413,4251,-7699,7971,-8063,4839,-2590,-5608,5996,-8648,-5338,1428,-3725,-2993,8292,9573,-8404,6765,3488,-9740,2341,-3940,2622,-1606,7801,-8284,-9997,-1472,-6427,2860,4129,-4049,-5924,94,3454,-5991,4579,-4058,8265,3468,-4182,-1238,7094,8582,-7644,-4154,-8638,7751,3265,9332,6589,-5766,539,858,2478,4378,6834,-2469,7615,-2847,-301,-7186,7203,-472,4402,1372,4464,-2715,-8242,-3336,-2239,-9615,1104,-5731,6453,5808,-8450,2439,8673,9035,7180,4287,-6081,-2067,3589,3325,2290,-228,4421,-4308,618,3453,-2919,8484,-6504,4749,-3238,3973,4304,2466,7240,-5682,7875,-2120,5574,511,-7701,-1307,-4067,2837,-7373,-8075,-4816,8062,-6150,7808,9726,799,4562,8674,-799,-6773,-3941,3209,-1645,-1694,4420,7158,3154,7093,5193,6649,1692,-9478,-8131,9806,4032,-9812,172,-3857,-1771,-8820,435,-8536,-7766,2962,-9978,8590,-6856,-8450,-3326,1211,6515,7919,-7897,-496,8989,3561,-7105,-8123,-2575,-5379,-7111,7308,7051,-9295,7722,-2794,-153,3701,-1874,-5413,-7575,-4546,-6226,1560,127,-8942,4137,3734,856,-3202,-3200,-7887,8382,-1560,7083,9412,-9614,-3369,-4475,8433,-8497,1532,-8016,-4755,5868,-1378,-3467,9392,7435,-8220,8282,7173,9369,8256,3461,2313,6231,-6925,3747,875,-5456,7713,4826,4289,8482,-506,-6461,5705,7993,4269,9758,-9423,-3368,5267,6196,-7463,5669,-4134,5950,-9989,-262,3133,-6638,-2032,-2622,2552,-884,-7665,-2783,-7732,-4943,2270,-2583,-2565,-1737,-2601,-7861,1948,-2734,3546,4400,-4152,-3946,1118,9597,2122,3659,-4513,-1689,6379,-1418,-1869,706,-2929,8240,1160,7846,-7555,3838,6082,-2207,3320,709,253,6069,-1914,-6825,1431,-8701,-2031,1349,-7805,-2547,-3364,5062,1734,3953,8636,7222,2571,4337,5962,5422,-5698,2773,1154,-3522,5253,5845,-1069,-6138,-3833,-5573,6223,2579,-2318,7326,2778,-9914,-4729,-5492,-8834,-4785,-8297,3353,6049,9777,7810,6265,7978,9737,7390,2326,-3209,4259,-8358,9345,-6179,-8125,2270,5733,662,3238,696,4082,5168,9569,-6612,114,-7374,4908,-9719,1897,-8280,8669,-5387,4767,916,2715,8250,-2671,1329,-5648,-3383,3257,6925,3101,-8099,2272,-7969,5006,1948,-8240,9709,-6510,-4418,7946,-7574,-9602,-7376,2303,8762,4848,-1127,5160,-3473,-9060,-7342,3930,3741,-1921,-9691,-1593,4277,-189,-7052,9860,-5181,8591,6544,-5664,3898,-5237,-9058,3674,-7677,8291,-8122,-9840,-2757,-8599,2516,2570,9341,9337,8081,-7466,-5674,-5275,8464,749,-4038,-1074,9418,2455,8195,-9265,3051,971,-1165,-576,2819,6728,6327,4907,-2978,7321,-5303,-6877,-1905,1555,-279,-682,-7492,-2750,-8441,-4061,-1865,-1216,-4152,5230,-7759,-4085,-3784,9336,3999,-9645,6633,-7074,-9489,888,-8245,4767,-5167,-8475,7651,5601,-1730,-9743,-6273,-45,7528,8375,9705,9082,-182,-7807,-1336,-8721,6041,174,8941,-5790,3496,-998,3601,-8423,-4700,-7852,6703,-6346,-6212,-6272,293,7675,-371,-819,-4729,-43,-2718,2353,-7224,-3097,-9420,6010,-9331,-3379,-119,9623,-8038,6949,-5855,-5542,-1287,-978,-2285,1574,5933,8283,-7785,-6742,5468,6952,9157,2782,9604,-6491,-1743,-9007,8289,-4420,367,1393,2431,2901,-7909,-2273,8610,-3354,1801,-16,7836,433,3719,5856,-7331,6656,-1922,-4708,-6989,9606,1105,5729,-8675,3906,-1339,-5133,-7203,3359,1849,-3406,-4857,1112,1747,3691,6269,7368,-6348,-1597,5923,5447,8801,-1193,-250,1026,-6476,-4971,-9156,2786,-7852,-4981,-5118,5397,627,4450,-9606,7954,3064,9688,5450,-7548,2693,-3573,-3750,7768,-7247,-315,-8382,-5122,940,3252,298,8679,3668,8558,5272,749,3394,-5927,944,5809,-6425,6926,5096,2369,1554,8391,-2096,-4828,-207,-5815,5116,-6420,-9693,9228,-8361}

    {6069,7358,6590,1223,114,-5435,-9454,8294,-2264,-1002,-5172,596,9282,9072,7079,7609,1379,6193,7312,2989,-3152,-6797,-8092,-7283,2636,1644,541,-416,5000,-2934,-4763,-6571,9696,-8121,8974,-972,7824,-5180,3829,-4716,-4700,-4830,-4344,633,5544,-1795,-6372,73,-8976,-3889,8686,9231,9746,-4243,5055,-9847,-2525,-8828,3441,-7783,-4261,4514,-6611,9617,-891,4503,-4519,4337,3233,5995,-8323,325,-2679,-1703,-5945,-9241,-8493,3275,8567,-4093,480,7012,-8870,3981,240,922,8512,1718,-5406,9734,5870,-4880,-7831,-5384,6751,-6163,3263,-3,9473,5128,-1246,2240,-3506,-4856,-9407,-2657,308,6484,-4978,-6768,-9266,-8489,5760,9923,4259,-9097,-5251,-1987,6098,-3828,-7132,2433,197,3628,2178,4262,1180,-4696,-5203,8696,-4483,9812,1409,-8141,6756,-7122,4700,-6838,1642,3589,9672,3288,-9690,-2188,3827,-9352,4430,-4661,5618,-8726,2306,1492,9342,-1401,9405,-2285,8831,-9506,-3397,-1311,810,1164,6722,-4036,-8289,5108,2455,9931,-974,9410,5808,-6888,9914,8954,-9487,8375,-4148,6934,-5425,5536,2501,169,246,-778,-1260,-4803,3155,9479,-1991,-2943,1205,4722,-1388,-2133,-2950,4061,7557,6980,5556,-7177,-5235,8468,9653,1328,-8790,5088,-5701,-7498,-4523,-9370,9023,-1124,8756,4670,4597,3827,-2018,5252,-1130,-4387,-8956,5934,-9364,-4193,-3506,3838,-1353,-3797,-6894,-4996,-4559,-9944,-8062,-7644,-7309,-5275,-4826,9939,-3939,-6656,2078,-5131,3319,-6890,2823,-4441,9558,7055,-4310,-8740,7805,-5104,2361,-6105,-7791,6619,-519,8344,4168,-152,-7323,2036,9362,8961,-8601,8655,-4314,9988,-303,-5818,-1671,-8996,-975,6223,9055,2588,4615,9715,-8209,7283,6704,3615,6119,-9333,2103,-5962,-5904,-289,103,9558,-5905,-3457,9629,4050,7885,-2447,1850,1422,4214,8979,-5911,-5027,-6533,-9360,-3056,1879,-6311,-515,6908,-9595,8382,3882,-8410,4017,-9047,-1694,3782,2332,-471,6126,-5853,4223,9071,-4349,-9755,-7066,5343,-8605,-8151,7108,-2753,-1283,-782,-5019,-9623,-4426,1978,-8197,5374,37,-8282,-7412,-225,-3433,1155,-6103,1505,-2285,-3095,9158,6001,-9009,1430,2321,7213,-6913,-7374,-5717,5286,5444,6830,-4524,725,-3640,-7357,6436,6192,5397,9053,5913,2778,-4231,-8301,-6807,-2265,9754,5957,7834,5099,-9199,4617,-4146,9463,4134,-8452,6744,6446,-4957,573,-9810,927,-9089,-8897,-4477,6127,-817,-1249,170,2980,-930,131,6239,9911,9724,-3477,6424,-1711,1914,-9184,-8033,8262,3954,6334,-3739,-6479,-4318,-5350,-2044,-8179,6723,2474,7040,594,-2881,-5122,6394,-5952,-440,3898,-335,9439,3038,7483,4099,-4054,-2305,4265,4044,-323,-71,-5670,7424,-7201,-4473,5380,3261,3644,-3332,-2810,3668,7843,6068,-4809,8301,-1822,-1649,6266,-6705,2773,4943,-3463,90,7602,4326,1940,2260,49,-5541,-2203,675,5302,-1548,-6620,-1272,-3129,8317,1628,319,6352,4639,2695,-6501,-4210,2492,-7050,-7681,8583,5712,8297,8426,1851,2844,-7635,-7656,4531,8652,6164,2114,1197,4999,6169,4089,-8321,4255,-7353,7225,1058,7047,9131,-1968,-6577,-5742,-2478,-1349,-3956,610,1223,-4887,8173,3982,930,-3119,-9333,-9183,4454,-7894,9019,3527,-7100,-4163,-6995,742,-9005,-9503,1386,5589,-879,9495,-555,845,-1239,-4332,-8911,-7087,1626,-3430,-4587,8969,-4385,-1834,221,-6528,8065,7580,2022,-8565,-1614,-6131,-6715,6366,8248,3563,3551,788,-2152,4849,1008,6537,1615,772,-4312,-9276,5849,7710,-5763,1320,4314,619,-550,-6224,5757,1213,5367,-3120,9555,9179,-9301,-7728,-7605,9990,-316,-2413,-83,-4449,199,-1864,-7367,6120,4093,6375,-4726,3366,4097,2064,2814,-4606,5607,-872,5012,-5257,9784,-2367,4184,42,-2948,-8856,-1784,-9009,7047,-9117,2501,-5274,-7610,-1278,-9510,-649,-577,-9079,2989,-2394,-906,3920,-8912,74,-4303,2092,-3192,3265,-12,-4474,-974,-6859,6441,3265,226,9285,1981,4300,1841,8907,-4457,4787,-7356,-6714,-5890,-4480,-4315,-8026,1633,-1359,4662,2221,2327,6890,-9594,-7397,9317,2361,-7652,704,-6575,4849,8303,4928,-4832,2248,-1102,-9796,5564,-2663,-9790,-3698,-1620,6443,9827,-4134,7776,6052,7618,-2941,-9005,3386,-7100,2780,-4089,6258,4445,4987,7652,6233,-1045,8483,-2587,7182,-2810,3808,-238,8745,4780,3497,2369,-8949,7105,-30,4031,3232,4246,-3303,3243,-6183,3062,7041,262,-3930,-1159,7303,-9277,-4392,-1202,-7998,-1653,1356,3786,-9700,-1906,-6036,-6798,2739,-616,-1769,-9094,7077,-8431,-2096,7313,1029,826,2442,-5568,-1917,8994,5850,-3291,-9682,591,7665,-9109,-700,-5654,-4509,2956,-7412,64,-2851,9279,9329,463,-1399,-7221,-6397,-9105,-8773,-7343,-1126,-2606,-1126,-1350,845,-4473,1243,-2614,-551,8833,-4178,-562,3425,-3628,5424,1121,-6931,4019,2779,4810,8268,-6442,7279,-4220,9757,-2438,-7942,-7952,-8127,-3829,2032,6637,4626,-5422,5315,8965,-8053,-3095,1669,3713,-8619,3588,-7849,1568,8189,5053,-5881,-3357,-6014,4582,5022,-9833,6557,-2244,-2858,9190,3329,4680,3480,2587,6282,-5567,-7554,-5433,-9330,-1193,5812,-1849,-6053,4307,-9403,-2237,-5329,-2189,-8896,1123,-6089,1957,2266,-3993,3797,-8570,-198,7263,9391,-9177,-3655,-6409,893,-1447,5785,-7817,-6513,-431,-9492,-7829,1738,2173,-1967,-4839,-5542,1237,4735,2765,4359,-8526,-5096,-2905,4528,-9885,-6642,-9417,-9085,-1537,-912,-3729,6540,-3757,-3816,8894,8942,1564,6276,-9401,-2257,2456,-5776,3060,3746,-6384,5590,17,-4991,-6074,589,-9036,-1227,-3331,-5164,7708,-9224,-4912,2097,-9054,5712,-8972,-1403,3814,-5976,-6110,-7872,-6537,-8848,-9058,2243,331,-4433,-1710,297,-2379,-8410,4382,-111,-9177,1969,-5090,9458,-1239,-6422,-690,-651,-6330,7371,4784,-4382,-1734,807,3877,-7860,2480,-2464,-3897,-8705,-8235,-5065,-7041,1574,-7629,5407,-1096,-2143,-3098,1941,-1535,6988,-4223,2456,-8399,-2599,6843,814,5829,7166,6449,-4841,-5708,-270,692,-3634,4111,-9014,-4673,855,8761,4938,6998,2973,2131,8354,6972,2308,-9903,7193,1502,-8969,8060,-546}

    Returns: 524270443

  105. {-4114,-3974,-5447,5319,-5175,-3967,1553,8603,-5836,-792,5495,-1930,-9734,2803,6484,-1522,5891,8793,1593,8972,6267,-8395,6828,-5420,-425,5894,1900,-4161,5514,-7483,4503,-6415,6472,4719,-6190,-5517,-3907,-5257,-4612,-4235,9680,-6307,-8476,4941,-193,4442,-7852,-8102,9008,8719,-7877,-3143,9032,5263,-9423,8031,3400,5975,-2682,-2334,6419,1525,13,4253,-2269,6691,-6083,-7739,6726,8934,3368,8670,5750,-8692,-8944,7809,5080,2793,-2677,-7262,5986,5456,-2761,2393,972,-1396,8226,-867,-7593,5160,5237,1154,-7725,4986,4252,-1676,6625,-6291,-2112,8599,-1412,-6154,9361,-4966,3442,7602,-7140,-9258,-1808,-2294,9609,-9257,6552,-6013,9395,5771,7931,9117,7360,-6580,-3830,7037,5111,6887,298,2085,3928,-9355,-4596,-4350,-4108,6001,-2958,426,-3775,7305,7159,-63,-3082,-8034,3569,2967,-2060,-5985,-1630,-1121,7878,2001,-6548,531,794,-2531,-6633,-3396,-9586,9983,-2650,4607,-3557,8856,3156,-307,-9139,294,-4391,-7358,4545,-8466,2429,2938,6284,875,-1132,-121,-2443,-5860,-8914,5977,-3086,-5834,5954,-7360,-2194,286,2077,8226,-7005,9611,-6634,3012,7374,-8974,2347,-5474,9096,6386,-4360,9818,-3651,1277,-1297,8942,3936,37,901,-4170,-7,-3665,5372,-892,8779,-8311,-9111,-3874,366,-308,-4931,-1427,-7574,3499,-236,-2487,-7047,8300,365,-460,-4133,9030,-9015,-6052,3852,-3529,-2855,-6555,-5368,-7783,-3449,7873,8051,-5424,6967,1779,-8105,-6407,7918,-7620,4364,-6288,100,4580,-9635,7446,-7131,-5855,7550,-7478,6062,-970,-3973,-1417,-2343,2030,3179,7327,3426,5556,-8231,-7622,-1311,-8705,-4217,-8260,5722,3873,3943,-3238,-6925,-1667,5842,-3036,5204,6391,9909,-165,2328,5843,-3854,8886,1297,1396,-388,-8228,8504,3382,-6902,3209,5515,3440,9235,4701,7091,-6804,-6525,4741,-358,-6647,9966,9205,5938,-3727,-7774,2037,8985,-4694,-51,-8856,4528,-1487,-8176,-6442,-2518,3336,-7553,-2548,-7127,1969,-1249,6533,-3525,-5229,-1739,4589,-5643,-8940,-2375,-5338,3929,-7042,5471,8314,1793,8676,-1444,5885,-4089,6736,4527,-1541,1013,2109,-1757,-3675,-2879,-945,-8249,7370,1284,3732,382,-8361,2254,2183,9287,5685,-3165,-3671,5921,1901,5024,1905,4541,4128,8806,-1977,8715,1215,-3391,-1852,-2812,4982,1907,6708,-2883,8227,353,-5544,6746,-8077,-4910,8904,7070,8693,-5521,-6285,-1195,-8118,-9473,2980,-2774,6296,-348,2582,-7062,7597,-9813,-8367,1659,-7135,-6845,-7984,341,4547,-5675,3578,700,-5812,-3501,6342,4258,927,1152,9340,-4544,-7442,8249,-1738,1227,-5668,-7984,1096,-3446,-7729,-1136,-7743,6205,3838,-8636,-8520,2650,-797,9367,3771,9609,-8871,-4203,-8738,9265,-9336,601,6615,-676,9369,-8498,-9163,-6518,-3305,4924,6026,5728,-6538,4382,-4558,5057,-1028,-2919,-231,-7225,-9597,-7856,9018,-514,-1498,6099,-5257,3187,-6641,-7319,6644,-6417,8275,-5033,-8524,-9200,8177,8017,467,9110,-7959,-75,-6041,-1889,5983,8119,9043,-5004,-4603,6133,7231,2077,537,3884,5009,3729,332,1534,-9875,-3801,-5969,3586,1025,2406,-567,-4287,-4375,1964,-21,-7924,-1112,4057,-9102,-4477,-3776,7660,-3100,-2950,-8254,9732,540,-5694,-3274,-2363,-8561,-8341,-5657,-3063,1949,-3521,1907,49,-5384,7785,1201,-5056,-9006,4307,-8543,6119,-137,-757,-2322,-7469,-4180,-1368,-369,-1010,-3471,-746,-6189,8697,8523,-9615,2012,-4809,-2473,1433,-4133,1897,9679,4654,-3168,6783,4776,-1366,-4468,-1651,1885,4109,-6736,-2794,1140,-1078,1658,4955,-6501,3600,4095,8911,2505,2974,4472,-2620,-1265,-7304,5215,5783,8696,-7780,7205,-1151,5302,7986,9349,-1565,-3128,1997,5023,-9808,5741,1920,6434,5401,6106,-970,-3790,-3303,-6347,7,8081,8278,6794,7542,-4484,2308,-9030,3146,-1467,3874,-6417,-6742,4583,6726,-2556,-3098,-446,1395,5477,-349,-613,5949,-1455,-5483,1647,-2275,1804,-4332,-389,1806,-7087,5455,-946,8847,7704,-710,9859,-8979,5559,6272,-9068,446,7827,6176,7655,9373,-2039,-4372,-3857,5752,-8111,-2284,-1867,-8527,-8738,206,-5921,3650,784,7784,348,-8264,3708,3359,8933,-4868,6900,-7523,-4885,-2940,8512,-6722,-154,1111,7331,-7843,9325,6787,3327,-7530,4366,9657,-6358,66,-3370,484,7481,-4648,7600,5703,6868,-3159,-551,-916,8150,5745,-5470,1262,-8588,-4800,2178,9941,1650,-8918,7879,9214,6524,4115,-9428,-8656,1018,-4881,-1034,8678,-984,6751,-2814,-2958,6043,-4065,3969,-4931,5908,-8510,-2198,6312,-3075,1038,3010,-7169,650,313,8789,-9862,-2254,-3642,4498,-6067,1622,3853,279,9029,901,-9066,2138,-9849,6552,-2589,5119,3030,8684,4085,-2961,-7797,1549,-2766,8485,-517,-6820,6859,2335,-6242,-1588,1347,8113,9066,660,-5422,-7261,3398,-1109,4238,47,5665,-8379,-7756,6473,-7457,9560,-304,9835,-9364,-7330,-375,-8047,-7570,-4009,-8905,-5919,6992,1405,7815,-3290,-1858,9900,-6572,2313,-5945,-9526,4056,903,2781,7907,-3632,-5973,-1853,1987,6634,2905,9799,5633,2686,-9103,-167,8437,-3380,9345,-3449,-4246,1287,9017,3291,1323,-1708,7041,7116,3726,-808,1126,-1661,-6368,4990,-745,-2586,-181,1737,3745,-9329,7358,-7762,-6330,701,-8841,-4695,9110,856,2220,4914,-5466,6451,2433,-8123,6870,-2375,6777,-9750,-3625,-9299,-1069,-293,5435,-3973,-1926,-6496,1722,886,-9389,9405,7917,-4035,1029,-1958,-9757,3227,834,9742,2578,1688,3696,-3327,-8269,5702,8464,-7541,-7295,7763,9613,6017,356,-5333,-3009,-9614,-4158,2093,-6627,697,-7403,8154,9363,-1835,7287,1517,-9378,9162,-3704,-6099,-7833,9868,7796,535,-1380,-2066,3237,5170,-2116,-7181,398,-1280,8571,-3924,2671,-7615,-1169,1913,6247,-2652,-4127,-3324,-1767,-6356,-8491,3713,-5562,806,-531,-2852,-4356,-7848,-5000,4652,5711,3311,6460,5142,-6368,-6380,-7904,2604,-5050,6499,3172,1865,-4502,1681,6837,6150,2416,-1572,-1174,-391,3747,-5639,-2889,-9186,8626,9538,-7002,-4727,5194,9669,6017,6584,-7196,6115,3035,6694,-1011,-6679,629,-4012,-177,6812,-7399}

    {-9821,5265,-137,-9769,5326,-7060,-5125,5387,1520,8304,-4298,-9865,-5259,-9611,-871,8213,5404,-733,-2646,5919,-1273,9763,5418,-6529,-598,-2415,-6044,3482,5454,-2547,-5992,-6786,-1551,6779,2583,3485,3888,-8120,-5982,-7407,-3362,6438,-7072,8669,-8316,-5992,9581,8063,-9748,-2019,-1937,-8807,5528,3163,-8580,-9770,-9285,3487,-3822,5522,-4890,9951,-8746,9419,1132,1887,-6751,-2594,6910,3063,1442,6959,-4904,-8161,1535,4521,8934,-8224,7314,302,1426,-4451,-6172,9292,-7382,-9067,4583,-5052,3507,2863,-1600,9458,-6962,210,-715,1285,6915,-91,4526,-3071,-6395,-5536,-7353,-653,-6017,-8400,-6441,476,6426,6964,-1680,-430,8998,-7716,-4572,-7204,4496,-7721,4388,-7438,2680,3837,-4483,7516,6897,656,-2412,5965,9638,5505,1823,-3344,3165,654,-7849,-8577,-2548,4792,7338,4136,8015,-8152,-9309,9741,-8927,3676,7551,-4174,2576,-5608,9560,7241,1199,-532,-1989,-8267,3327,7243,6095,1392,-9701,4597,1874,-9159,4888,-8167,-9816,-1245,-5025,-5371,2329,4155,7854,3008,7564,-6726,8305,-1191,-134,-3489,7827,-6002,7261,-2020,-9138,-7576,-726,2689,6841,7249,-9369,8143,4081,-4711,-3693,8365,-6679,7885,4392,-1076,4614,5648,-1064,-8534,1782,1618,5067,5574,3398,3785,3106,4480,8407,3894,7292,-782,-1943,4648,7929,3232,3703,-7934,-6630,-3714,-7658,3783,225,-7282,8394,-2593,6529,4624,1270,5866,3335,5519,3715,-1261,-4725,-5659,5626,-9867,-9866,-6665,-7699,4495,1292,6436,4520,-7977,5158,-2787,-9175,-5001,8276,-2756,-351,5295,5772,6988,557,1767,-5834,1772,9959,-6050,-2704,5501,7028,5613,-5842,3932,344,8238,2022,-1865,4961,375,6936,6761,-6898,4046,7026,-6785,9645,-5949,1557,646,-4227,9976,712,3825,918,4135,7386,-7390,4060,-8609,-6993,6573,-9057,8955,-5476,4710,3498,5747,-879,-2125,-8066,1812,-2864,-5423,-1466,8491,-8198,-6713,5016,-279,-2888,-3820,2710,-6172,-7995,438,-3621,3530,-9523,3816,8589,-336,-7098,1099,-8080,-8755,3975,7405,1133,-9005,-2859,2967,6511,-8670,-5763,-7872,3179,1076,-7713,6669,9096,7796,6983,455,6687,-5376,-5622,-1436,9773,-6134,-1356,-400,8450,2401,-5519,4880,35,-3973,7855,2467,-6086,1424,8218,7722,2350,-4758,9222,-4877,-2201,137,-6863,8523,-9770,-2857,6802,8852,-4820,-7177,3897,9456,4997,7991,9695,-181,1705,-7444,135,8376,375,-1807,-2805,4421,6630,-3009,6994,7827,-8877,192,5904,3341,7321,6293,-6814,3668,6842,-7494,-3761,-7622,-1081,-2507,-3454,3857,-2845,6730,748,3078,-2168,4578,-8030,-7056,-580,-720,1668,1224,2706,-1401,1689,2829,5151,-5303,-9870,-3762,1587,7111,-7229,-4692,6317,-7708,4455,-471,-1094,-2778,-8199,6985,7692,-7069,9931,-5166,985,-8429,-8364,-7934,-3569,7767,7535,8619,3721,-8495,-9824,3612,5035,-4303,3982,-6449,-8870,6776,6056,-1240,8888,1370,548,3134,-1578,-3958,1201,-1487,4529,-9493,3075,507,-1740,7470,5146,-2419,-162,4359,593,9491,-6089,-6257,1055,4880,-7700,87,4968,906,7927,762,-1643,189,-3473,8860,9004,-7778,39,-5658,1923,-2453,7202,8476,5420,3579,-7046,-5798,-7303,-9089,8626,-7709,-5871,-1777,9691,9541,-275,2639,7029,1269,-9770,419,-8843,-4504,8467,335,6828,-9072,-9857,8872,7636,-5207,-4642,-7391,-3003,-9995,-1692,8704,2827,-6138,3507,-705,-1282,-7390,1863,-9949,-5847,7737,-539,-3328,-9506,-9310,5740,6308,-2023,-6972,-4025,3245,-8106,-1418,5578,-9937,-6595,-6742,-9315,-3382,-7912,6460,889,9810,3364,5872,-4377,-2979,-5632,4478,-4098,-4579,-3406,5201,-2511,-1974,-7195,4389,497,5489,-733,696,-6401,-9998,2225,-9545,8647,-5457,9870,-5286,-6556,6865,7675,-3563,-3187,3208,-3964,9154,760,-8348,4546,-9545,9690,-661,-2986,-4754,-3943,1486,5536,-5466,5729,3193,404,5800,4504,-2541,-4396,-9389,-121,-5328,6887,-5829,-891,-9999,1115,9814,5936,5697,1565,9299,-5886,-4740,4319,6801,5948,5734,-4366,1058,8511,3061,-637,5973,-908,-6439,7019,-4739,4624,1965,-9017,-8671,7436,-6716,-6332,2587,-8334,-7988,2066,-3211,1013,-2336,-1820,-9269,9192,656,1246,-1237,9637,6808,7410,-5902,-9633,2460,6710,-2233,-6133,-4742,-4244,301,9995,8098,7373,897,-7442,5540,5790,-2212,7186,-6797,7621,1929,9402,-8801,4884,-6119,-2365,2618,6760,870,5897,-2605,1535,-2464,-4608,-9423,9371,9745,-6836,-7929,-9960,6099,9070,2395,7725,-3591,24,5783,-2802,385,2393,8177,2441,3205,-239,3193,9713,-2653,-5957,4124,-7447,2228,3000,-5687,5965,-5346,-3329,1970,-8841,-5967,9115,-1479,835,6466,49,-7917,7822,1554,-6412,-604,-2772,-5306,8251,-9190,3898,-3961,-6253,-6557,2996,5069,5797,7583,-8030,-3192,299,725,-3082,2279,-7319,-7665,-4461,-8389,7076,-9538,-7596,3510,-6798,8809,-9838,9411,-3563,-343,-7389,-5350,8525,4247,-7794,2351,2719,7766,-4376,-1510,7886,-8940,6388,-1256,1176,-4516,-6609,9188,-1629,998,8262,-6153,-5172,693,-6925,-7694,-1808,-2631,2850,-9760,-3363,9592,-5511,-5271,3363,-4138,5564,4593,9430,6092,2302,-6266,2727,9517,-3395,2623,-9007,7504,-3325,-468,1234,-1613,5003,9042,-3224,-441,-9000,-9436,-3600,9442,3477,4280,-2417,8831,-9574,5865,-2131,-2745,285,4800,-5270,-4419,9819,3765,4996,1032,-770,8780,42,-4902,-5143,1255,2377,-1485,4000,-6029,-6856,558,-5082,-6706,-1750,2316,8013,-467,-6552,5467,1417,-3637,-4324,9224,-4062,8629,9271,8723,-9698,5555,-8555,-1963,8066,-6413,-8511,-9652,-7655,-491,2602,-3539,3689,-9567,4179,-9054,-87,-7522,5530,2623,4691,-5433,9633,-7093,3903,-2173,-2479,-8253,5486,-5600,-9806,6441,-512,-7740,-4267,3545,496,4753,-5672,8454,4367,-4926,-6528,-9152,5340,6789,-653,7344,-1817,1734,-1281,-4935,-7106,6303,8213,-8269,-3219,-3931,4816,-1033,-9584,7149,2841,6202,-27,-9619,8242,-7619,8877,1609,1332,2088,-3510,7776,-6604,-8671,695,4500,-8465,-3660,-5205,5988,9315,-3850,7045,2806,-1611,-3455,-6583,7030,8229,-837,884,-2346,7444,-4879}

    {974,-7935,-4899,4707,-4961,-7271,948,-1272,-7243,9706,-9072,2440,-9776,4615,-8616,-1116,-8896,-6560,-356,-6825,-6713,14,6356,-3387,-5535,-6281,-7919,4478,7686,-2315,8007,2155,-2107,-5863,7784,-5607,9794,-1611,3990,6930,-3951,2088,-1405,-1429,-7108,-130,2051,5062,7692,-8498,-9705,-6347,-204,-6128,-7095,-755,-7792,3814,-939,-642,7173,3859,-9273,5885,-6270,-1663,4551,6665,9591,7096,5541,-560,-6624,8231,6417,4534,-3652,9779,6801,879,-4822,3212,-3957,2579,-869,8883,2478,173,-3771,5200,291,-7879,-6467,-611,2923,7756,-3400,8053,-932,-6974,2516,-9420,3833,-5141,9584,-2422,3503,-1224,-5187,57,7592,7664,-2206,-7014,6532,-2832,-3632,-836,7297,5163,5687,-4051,2692,9090,-2180,8489,2764,-4309,4030,-1545,-1089,-7236,6104,7104,2808,-7992,6891,5615,3099,5920,-6802,4231,-6903,9888,6670,-5404,2341,3264,88,6996,-6127,109,-2270,-4136,7474,-8268,-1044,2939,-3157,8795,4185,7887,5859,-9106,1690,966,-4473,6002,-7628,1496,9138,-9042,7714,-596,8374,7494,-6436,-4946,7775,5789,9222,-5170,-1073,-389,7477,6617,9176,3368,-3162,-9647,2350,2174,2104,-5749,1189,1110,-6232,7023,-7404,9319,-9566,693,7776,-1541,-8529,7015,9533,-6788,9602,3499,8654,4196,4914,2299,-9699,551,-7003,-3118,-292,861,-9555,7438,-5768,-3232,-9074,-3607,-4033,-6270,-5653,190,-4423,-2117,304,2621,3940,-3242,5092,-1402,3402,-5106,8995,5082,-4887,-7088,7374,8232,-7116,660,5292,-7522,-2601,-8679,942,-1751,-2633,-5833,8123,494,6342,8656,-7699,9960,-4587,2131,-1500,-6718,2870,7165,-7690,6552,-7801,2828,-2220,-145,9390,6794,-2269,-2337,-476,2100,3269,-8498,1035,-6196,-218,-2538,3730,-3559,-3273,-8551,-6161,-6691,7731,-88,-4163,3092,6319,-7098,-3342,-1847,579,-108,3200,2069,7547,6659,-1380,-8431,4896,-6155,6949,35,-6269,4463,8904,6009,1821,-1372,-5441,-9040,-8434,9263,-9349,5589,-8686,-7774,1801,-6542,2313,8561,-4201,4573,6678,5021,3399,9759,-5833,-7995,-7373,-704,-2593,-4738,-3317,-3795,-3646,-578,2838,-4023,3413,7439,7528,221,-9509,-9571,9935,1820,8668,-2807,-7118,3661,-225,-8165,5725,-8166,7315,-8516,-813,-2545,1528,3970,6722,8801,292,-2361,967,-2501,-6336,-7869,-2742,-1205,5521,-16,8909,-3328,-9395,-5678,1099,9700,9696,7723,1712,-7059,9212,1434,8354,5122,-5267,2734,1013,-1548,-9742,-8929,9487,-8863,-3078,952,-6327,-467,6022,1167,-6786,-1712,1821,6019,-9256,2534,9499,-5419,-9900,6247,2948,-1137,-2613,5432,5830,-9165,8631,3581,-2681,-8110,-6947,106,-8536,6165,-4424,32,-4132,1444,6226,-4780,-8401,8066,-2568,-6274,-8190,-2780,-6988,-5373,-8528,-4502,4738,754,-5021,-7694,-6114,-8778,2016,920,6071,-474,5205,2506,7881,1157,5454,-4675,3506,7330,2754,8636,8519,8348,-8635,2464,6352,-8484,-1093,454,-9203,-5803,-1223,-6597,4944,2736,-5302,5902,3497,-7560,4814,-2388,-8699,2635,874,-5679,6131,-5943,5473,-8265,-1553,3449,-2888,7334,-5169,-7849,-938,-7768,-4826,1907,-6439,-3970,6455,1733,7838,3053,-1925,-5124,2727,8168,-4778,-5678,-1593,-5485,7607,9150,-5232,-5966,1174,-7707,6434,-5428,18,2827,-5757,4648,-5251,-7114,-3816,-1385,-8097,685,1359,970,6783,-3203,-9517,9015,-790,-9022,5756,-2194,-1793,1286,-8399,547,-2530,-3924,5892,-8945,8776,2710,-1356,-7108,-4922,-5629,-7934,1998,9080,-1596,-8034,-3637,-3613,-4126,-3876,-2733,5185,2848,183,2057,-3562,-1085,-4104,8209,-9847,-1989,-9699,-7422,-5884,383,7418,-1726,1772,2833,6538,-5480,-4478,-3091,2977,-7874,-9228,-8273,8355,-1126,4362,-563,-1971,5145,8845,-2938,3271,533,1156,8579,-4959,-3026,-9265,-4494,-5008,-6934,-1944,3199,-2706,-2185,9734,3197,-7592,-64,1070,-368,-9298,1114,-9166,9624,9994,8329,-3503,3970,-3302,1323,-9111,5163,-4821,-3231,3357,4827,4218,415,24,2189,3223,-7305,-1375,-984,-6155,-8193,3636,-5331,5136,1158,7063,7553,-7844,-4614,9250,6176,-795,-9177,-7565,4408,-689,2278,7557,1240,1669,8451,-8074,5435,-2058,-6927,1898,-44,-2918,-1986,534,9885,-3615,-1859,5524,768,-6082,5635,-2747,-8054,4297,-6273,-9101,1362,-4034,-3488,9837,4720,3711,-7498,367,-7425,5060,-4991,-66,4043,3574,-7770,-7535,5258,-4318,4066,-4596,4615,-9188,-8773,3184,-5004,7003,5128,1601,5807,-4022,4294,6474,-5373,2895,4743,8422,9606,-3490,-2230,3290,9470,-4540,-993,-5074,-1891,5677,7418,-6518,-4824,-7363,-7969,-1685,2978,227,7767,9810,3156,-4582,9600,-937,4290,4808,6623,-1604,3457,-4777,-5811,-986,1204,-3808,3396,-5091,62,6997,-7470,-5779,1852,-4632,-5067,-9233,-1504,-1452,-8134,9347,4898,526,-2495,8669,-9319,1699,6102,5391,-9833,-997,-1355,-8262,6952,-4215,-2007,-2417,780,1222,-2502,-4406,-9843,-952,8567,5200,4206,4678,-2655,-2376,-8223,8475,9932,119,4661,1015,-1004,2773,-5044,-6378,2659,5918,4274,4246,8700,-9862,-5598,-5008,3896,4290,-4564,3147,-742,9667,8053,2473,-2602,-9403,-8232,5903,8012,3256,434,-5576,1635,5341,-9894,-9988,367,9547,2642,2937,-2844,-6644,954,-4463,-7460,-3281,-1136,-4184,-618,7526,9802,4707,-7814,-7431,-5645,-9161,7989,-1199,-3253,-4037,588,6184,4805,2829,9069,-651,6831,5454,5076,492,-8000,9090,-8770,-9411,8518,-5947,-4649,5,-4272,3769,1809,-7045,2738,2934,2380,3032,-3188,-3340,-5635,-862,9913,5756,3539,-7334,-8771,-2976,3642,-2351,7384,-9504,2674,5860,219,7963,9149,-1536,-5317,9002,-1245,4844,6300,1882,-6453,-2436,9035,-2736,1786,241,-9870,-7385,7009,2172,-1456,-5489,-349,117,8122,4735,-6280,3466,5471,-5871,4571,4314,-4268,5598,1702,8583,-2971,4477,-7169,8319,6371,-9312,2118,8700,6111,2638,-3536,6008,806,-2208,9242,4995,9382,9151,-9456,5522,7043,-9453,-2737,-722,-4851,-3229,4791,-2397,-4449,-3071,-4911,1097,-1556,-8687,-6880,671,-209,-6798,5326,8110,5713,7608,-153,-8065,-3057,8908,-1389,1517,-3426,8638,6186,-1145,8779}

    Returns: 252691600

  106. {9485,1934,908,-2584,-3085,406,-8006,752,9131,4900,8694,-8939,4606,9680,-3752,99,8450,-3864,-2851,-7084,5484,1086,-8060,7837,-1344,-2302,1252,-259,845,6497,-9172,8063,-5863,-8384,-2955,791,1062,4608,487,-4865,7067,-5383,-327,4190,-7334,9631,-4191,6966,-2757,8722,-7281,6667,4369,9884,3667,8832,-9166,-7972,-1222,-2794,-1807,-6910,3117,-9249,6699,-1021,6165,-9849,-3102,181,8603,6466,-6053,4396,-8296,8327,3855,-5607,8559,7070,9426,-9407,4511,1699,-3450,-2534,-3158,7351,8793,1857,676,-7853,-102,9733,-583,7876,9848,-4412,3805,-121,-9481,-4109,3709,868,-8195,4421,-8703,-7967,8166,3281,3054,-7069,-830,8581,-8683,-967,-4537,4420,-6336,2661,3885,2822,362,9220,-7860,641,6534,-3810,4435,7202,-3649,-2681,-5078,8594,1694,8717,5572,-3989,7172,7301,-749,-3572,-2734,5070,7326,4157,-426,-4852,4015,1443,-9299,-2664,-3006,-4719,-1624,2118,5450,6003,-5342,2625,2752,928,-9137,-5988,-8608,-6472,-5081,8997,-7418,5042,-3671,7027,-7949,-8666,2784,2603,7187,-6890,5671,5705,8468,-7862,-658,-5894,540,-9772,956,3564,4841,-8986,-5928,7392,6783,-2601,9897,1925,-4106,-390,5166,-1350,-2906,356,-4863,7501,5441,4404,-5992,-1140,-4754,-9791,3285,-5718,-2670,808,-8754,-2280,5495,211,3611,285,4952,-77,-3152,-7914,-8525,7939,-8671,-5319,-9549,9726,1582,6944,9795,-2814,-4609,-4119,9854,-2512,2354,1980,6968,-1127,-4299,6106,5241,5244,8795,1796,-6612,-4747,-304,-7008,-9824,-4927,3543,-7207,-7005,-3271,-6815,-6212,-463,6021,3640,-5189,-7686,5575,5397,2678,-71,9433,-4552,522,-2461,5840,-6863,6776,1855,-5478,532,676,-6672,3765,-6015,1362,-194,947,-5097,-1803,1993,7979,3456,-124,-8539,200,9076,-782,6738,3784,-3957,-769,-7855,-7382,1331,-5931,7636,830,-4933,6004,5732,-8203,1624,6287,4006,-1530,1248,-5980,-1836,-6793,8561,-7319,1862,-1909,-5070,8916,4757,8814,6846,2516,-9885,-3277,-8126,194,7455,-5497,-2349,8834,-5814,1221,-2452,6335,3224,2092,-695,9991,709,7317,9824,3516,9743,-7258,733,4437,-7996,-7169,5013,-6538,-437,-6444,-4930,6792,-6022,-640,7165,-8992,-1079,4165,5869,-1739,6129,1710,5541,-3114,-7642,5092,3322,9443,7336,9397,-9810,6307,-662,4708,-7077,-1432,-3914,9496,551,8877,-5981,6555,3989,-6769,8842,5143,6994,394,4360,3847,-9545,8641,5178,8984,-9764,-7929,-8272,-7062,1390,445,-6598,-4133,8549,7739,-2809,2569,3619,-4803,-4692,4079,7662,4558,5645,663,3903,6471,-6272,-586,-6680,-2183,3971,5498,3088,9704,-8420,1386,-8622,-4665,-5622,-6978,-363,-6195,-3939,-4136,5384,-7975,9121,-2855,4988,-7431,6658,3442,6550,177,-2271,4757,-1870,3949,-9331,-2166,-3944,-4017,2974,-7683,-8148,-9764,-5116,-6412,4592,7880,6691,-4223,8057,-2812,7104,7423,-949,-2771,-8341,-9350,4584,-4841,6179,2482,-8665,6903,-9282,4024,951,-9729,4223,9794,9142,-1693,-747,5297,-4558,-1322,9693,6253,-6301,2399,-7731,7469,-9047,1974,4982,-6604,-5655,-4759,-7804,-4259,-7961,6777,-2772,6295,-5121,-6364,-1400,5258,560,-3444,5985,6835,-8383,-8599,-4018,-5235,2357,8735,-3569,704,8055,1809,833,7993,2397,-4889,-8190,2370,-3929,-3237,-5895,-448,-9229,8671,3740,-2650,-1394,-1761,-9708,7154,7010,4798,4095,-3932,-6300,2552,-727,-3072,-4898,9975,7109,-1403,4859,2974,2098,-6337,6666,-4025,-4614,-5416,7627,1285,6890,-7255,-5327,2634,8488,7656,7327,3764,-3969,-4405,5169,-2784,-2242,-1409,7859,2199,803,-4588,-613,3444,-3924,6583,-3511,5442,4663,5012,3701,-1778,-3804,-7152,-5433,-7931,1314,3552,9820,-886,-3659,-4078,9066,-315,-1248,3955,-7337,-9384,-3254,-7094,4882,-8580,5457,7812,-1674,2265,-4207,5979,2823,5172,-100,-428,-448,-3358,-571,-1540,-6811,-3872,9541,-3189,1164,-9688,2537,9739,-117,8129,-9518,-1619,2831,-4260,5919,3337,-5038,-5591,3961,-2773,-8366,-2755,-2416,7434,8560,-6734,-9162,9681,1831,-979,-8010,-7875,4095,9206,-9730,-1980,4236,8292,5931,-7266,-6302,-4894,-6274,8094,-7335,1627,-5272,-6552,-6239,-4045,-9478,8807,-167,7481,-2596,-9401,5546,-300,6052,5264,154,2988,4508,-127,-9224,5758,-1124,2369,1844,8084,7267,-3251,-2882,6740,7851,677,-4230,4964,-8268,4464,-6511,3927,5465,-8703,-6558,-4038,6598,8797,102,2052,-1452,1636,-8403,-2123,-1652,3975,3181,-6067,2539,8790,5772,-4209,-7568,-999,9257,-9505,472,2372,306,4443,4112,-1317,-1022,-3254,2862,3578,7184,-9817,7666,-1318,5343,-765,9649,-7711,-8857,-8421,-2370,-1137,6291,-4447,387,-1001,3479,1697,727,4255,6561,1416,3844,3368,-8060,119,2172,7901,8754,-4122,3181,6210,-821,7742,-4981,-5081,-1496,-9774,-2115,6687,7133,2401,6231,-7951,-6305,-8908,8632,1537,9799,-1634,-1881,-8013,-7366,-6654,-3758,8102,1797,-2238,8865,6823,1113,3305,-9090,-2026,-4852,6947,749,9845,3266,-2203,-7124,-6944,1707,-4086,9800,-9962,6167,9658,-9297,814,3640,3754,-4491,8561,-6935,-4833,8354,-9460,-599,-1786,-5706,-8514,5195,4004,-2793,-2579,-2387,2424,5381,-1866,-2924,-2755,-5778,6183,-3734,6820,2773,9254,-4767,3974,-7610,-8850,9682,9309,-8011,4384,-4755,-7974,-5339,-5515,-9363,-8257,-4772,2677,-2941,-6563,7523,9405,89,5724,-6359,6475,3478,-9876,-4613,201,1913,5795,382,-8053,-8250,-9643,1971,-4175,5079,-6919,3112,-3914,-6804,-8435,9834,-1146,689,-2596,-384,-5655,756,-9975,-5750,-3366,6290,-9079,-4782,8228,9428,2974,-7413,6391,-5099,-8647,-4334,7124,-517,-6300,-4645,-8890,-8845,-2174,-5858,-6317,-2606,-4847,-9895,7984,1994,7385,-3910,7028,-5598,-7373,-5650,-3789,-5673,5228,-9476,3103,7628,-8950,-1322,-4033,-2910,6703,1485,-3545,-6331,-2549,6222,-4677,-9893,-5891,-1675,-7259,9595,-5883,-327,6918,7193,-3630,8488,6262,1256,3024,-8002,1174,5906,4592,1453,1821,3843,7059,2038,7874,1388,1592,-2471,5200,4604,-1405,1147,2862,6700,8415,149,-8449,2655,-9029,2072,1699,7076,-4108}

    {-6601,-542,3366,-4971,885,5740,-9771,7583,9516,4803,7505,7574,3944,2639,-8784,-2951,4902,1401,992,-9386,-2555,-8999,-8413,3082,-3458,-6724,-2234,-5372,-6663,-605,1503,-5589,9052,-4641,-8645,-2528,6576,8964,-5890,-2046,-7731,-5483,-1565,4273,2253,-1108,-737,-1159,8705,4133,-9966,-3685,2241,-2106,-2344,22,6371,3400,-7824,-3642,-630,5366,9676,1394,-2426,-2477,2755,2791,-7801,-9090,-1749,3342,9186,-23,-3553,-9949,-1566,5886,-9972,4644,-5048,3004,-5545,-2261,-9983,5647,4129,9645,5394,7528,880,-4166,-2036,6166,2828,4625,-4173,8648,-7495,-1552,-31,3694,3416,8291,-1925,-2121,-6179,3528,8846,-8868,-4441,6297,6391,8333,-5948,938,4830,9803,-6543,4740,-6837,-6019,8003,-3668,-181,261,-2922,2523,-5064,-796,7520,3255,6559,853,1787,7540,-5709,-237,-4646,874,-9139,7674,650,6568,8149,1406,-1761,-217,9872,-5412,8727,3827,-1980,7241,958,3283,4452,-2985,3625,8101,2778,-9922,8226,-3429,-1292,8116,1640,-6654,-533,-9103,6148,1267,4733,1080,-6244,2730,2718,9618,92,-2327,-4418,-3827,-9182,-9016,-1682,-667,-9264,2222,-5441,-3787,-7838,5038,-8543,206,-4892,-7494,-6169,-841,-2990,7815,-4764,-5834,4404,-2662,440,1472,2920,-4861,9939,6604,-4607,-5774,-7251,-9070,588,667,8657,6220,-2799,1737,-4630,-7439,-694,8757,9791,-791,257,-885,5618,-3631,2360,210,1973,-1046,-781,-9381,9550,526,-3321,805,-8029,-2619,6673,-3016,-9382,8704,6022,7538,-8886,9181,-621,1421,-999,5211,2000,-7503,783,5033,3902,2597,-5357,-3391,-7756,9293,2517,-4967,-6624,-8003,2068,-6511,9993,-8036,3287,8483,-7751,-1894,-6,-8937,-5589,1285,-8524,1205,-9244,4816,-6188,-7743,-4055,-1611,4111,6581,-4037,-3500,3970,1975,5985,-9361,-9097,-8546,-8863,7161,8299,6191,-4845,-342,5640,3094,277,-3926,1348,-5430,9523,6451,463,-1626,-431,-2636,-1235,-9736,-990,-6472,3604,-8645,2590,-4086,-245,-4443,-2670,8964,6100,428,-8964,7046,5696,7050,-2285,2305,8052,1190,7788,2390,-2075,-961,-6243,7255,-36,-3751,-5903,9363,2772,-1235,-348,-8953,-280,-1908,-2295,-3326,-3144,2208,9131,-4555,-9275,6213,3672,3290,-9278,4096,-2608,-727,-8210,4676,4731,-6730,-6153,797,-4671,-2584,-5731,-8740,-7043,3903,9059,9781,-9665,-3806,7034,-5607,-453,-442,9435,-5702,-6998,-9950,-5206,-995,-5499,8682,-4296,6969,-6002,9458,352,7515,3019,6354,-2783,-9053,425,-5019,6295,7091,396,9829,4515,2330,5946,-2595,-3292,-627,-7786,-514,6565,2478,-6004,8860,4436,-6178,-8368,2605,-9316,-6058,-1647,-5148,-5558,-9126,-9429,2392,8228,-1368,-9624,2144,-1182,6063,6582,-321,-5949,1939,7215,2377,3984,-8717,-7795,-281,-7167,-8555,266,-3610,-4369,-5611,-1380,1492,-9720,3926,8200,9127,-8048,3258,-9646,-8046,-7733,-708,3827,-9927,704,5527,-7102,-7359,-45,5157,9132,-858,651,162,-33,-8941,-6048,699,-2263,2917,-7061,2029,-7749,-5727,5539,-6517,9128,-8804,-7056,5641,4429,7127,-1981,7927,3899,8738,-1859,-752,2241,2500,6247,9065,-5637,2145,-7463,5459,-3568,-3951,7360,-9693,9773,6805,-6768,9546,5348,2824,791,-1158,488,3800,9631,1609,2986,-1793,577,-2640,-9636,1724,-9135,3791,-5699,-9417,8032,5786,-8327,3312,1983,-1319,4564,-1831,-2175,-8335,1843,1823,-5579,111,-5449,7413,-4493,2902,6312,-2927,1350,-7502,-1604,-4592,9539,1502,-3192,6068,-6603,9910,5872,3716,5861,2003,-659,8132,-4676,-8978,-4099,-3962,-1944,3260,-8809,9479,9191,-8846,-6880,-2844,-8845,7253,-8774,-2876,-5445,-2476,4253,-4443,2124,3606,-7199,-2924,1267,-1071,-3874,-2835,5081,3466,-6427,-3277,-4627,6009,2099,2614,-5696,-8573,1508,-3667,3725,3248,8723,5463,3053,9182,1379,-398,7789,-1076,-590,-6210,1268,9534,-8934,-1851,2246,4139,-3078,2593,196,4501,1932,9913,-1103,-2877,-8528,9391,-3028,-3878,2588,-3667,1441,-6009,6229,-9519,-2775,3686,-9654,8279,1663,-7906,-2973,258,-1263,6018,-357,-4393,-7419,-2828,8092,1002,4215,2529,1742,308,-899,-9545,-9461,-4403,-3788,1670,-4991,-1872,-8278,-3099,-4498,558,-7742,-9516,-9942,-1382,-6156,722,-1383,1819,3228,3920,-939,-1486,-1779,-601,-2271,688,3015,-2429,3518,8375,-6894,-7671,-9436,2398,2541,-7466,-205,-2600,3641,5297,4195,4676,6156,6033,6717,6352,-971,-3072,-6919,8745,-6526,6498,4505,3499,1047,-1690,7493,187,-5308,-3233,-625,3505,-5570,1943,-901,-7907,-7562,-5922,-6917,-5815,4695,1186,-4459,7910,8197,527,1708,1055,-6072,6398,759,6412,-3647,2660,-7019,4586,-9894,8905,2889,-3776,-6082,3879,-3547,-9904,-9529,9005,-3472,-7685,-1045,-1673,5794,-4802,4537,9154,-8853,-8126,-4216,-74,-2473,4717,7246,-1479,2465,-7992,9993,5234,-4509,8013,-2161,72,8574,-3334,1296,-6193,-4670,-1374,4984,-3630,-2388,5231,7319,-5276,8297,1158,3705,-4753,-1213,174,-3691,-7048,8690,-4683,-5343,1530,-6462,-3772,-8130,-5775,-5807,-7942,1311,5989,8637,-1533,-2285,-7895,-6559,1722,5563,7682,-1975,1736,-4463,5902,82,-891,7350,-9137,5195,8850,-5999,3114,-2345,-4599,-1205,2633,2881,9973,-8074,5079,4574,-8135,8445,2495,-8098,-9383,3708,-515,-6501,-4761,-3880,-1,5908,661,9,8433,4425,-252,3969,1635,-6146,1830,1782,5708,-4257,5654,-5775,-6847,-2998,-3951,-9334,1941,2613,9266,9246,8488,2218,2096,3804,1333,-3092,4333,-5630,1441,-1601,-7035,6122,-1398,8054,-252,9139,1317,7800,-8620,-1874,9836,9049,3472,-2573,-1336,9060,5870,2264,-4079,-3043,7604,-7961,-7697,-6253,-5182,-4116,2221,2185,-5465,-5694,-6180,3189,-9063,3862,3160,5823,9083,-5762,-9324,-2600,3553,8914,5416,9365,6538,1778,-5875,-7093,1150,2670,8354,6082,-8439,4695,3108,-8734,1585,5542,5415,8376,7827,-6318,282,5055,2398,8422,-4909,-9627,3346,187,1374,-6842,8635,-5715,-4806,-9906,1398,-2470,4025,2134,610,2717,-939,463,-8019,861,7282,-4549,9029,5429,-2608,3475,3712,6494,-2065,-2595,9891,5800,-5631,6807,1085}

    {4960,6692,-8136,7064,5562,-7234,7527,9761,-5289,-2009,-5897,-9529,-4402,6868,-9878,-1174,-7108,4753,8250,-4914,-2839,2715,8150,9484,1063,652,-3106,1344,9259,8818,-403,-7102,1569,4724,5255,-3360,914,-1417,-549,8539,3864,-3993,6568,2091,-7579,1637,-372,-9595,681,1678,-4399,4939,-453,-2975,-1765,-9557,6495,-8292,-1043,-4092,5601,-6153,-665,-9089,-4321,-1893,-4154,-4195,-8709,9859,9391,2535,2799,1776,7992,656,-2699,3598,1555,-9788,-7562,-4959,2346,-310,-517,587,3980,-6912,-8994,-7096,-4710,5450,1626,-866,-6681,-9219,-2068,-8953,-8019,337,-4317,6316,-406,-7427,-1332,-6338,-475,8890,4410,-348,-6409,-8657,6933,-875,-2351,-9921,6316,-4949,-7027,9058,8607,-3418,-4460,8937,7861,6550,8268,5599,4711,-8513,8523,-8211,-7185,8403,-5102,7745,-4117,3137,-6751,-5577,3713,-4929,2453,82,-4229,2244,5075,-2546,-4704,-341,-2663,4657,5783,1615,6287,8208,4910,-3671,-7,1164,8586,-2043,-1135,-6593,9732,-2729,2868,4456,2810,7877,434,-8033,5787,-265,277,1193,6350,6107,7098,2187,8652,3717,6362,-7595,704,-988,-8195,2636,780,5804,2300,-6220,-6239,-8569,-8058,-8955,-4639,-243,-1068,-9529,3471,9878,4802,-9523,-8353,-640,6002,8218,9801,-9831,-5382,-2907,1661,4085,4150,7573,7423,2529,-170,8801,-6797,-6870,861,-6953,-3465,-7814,-5754,-914,-902,-1637,-3478,-6044,-5756,-1449,787,5322,7574,-8274,-8240,-1238,-6060,992,1469,5852,-6275,7653,-7756,9728,5068,4266,-7689,5153,-3038,6023,-7888,9654,-9266,1653,-3169,-8643,-5626,6235,2205,-2484,5564,-1161,-3202,-4551,4933,7915,-5739,-5206,1224,6592,3930,6420,4449,-1181,-2730,9278,-7952,-4723,1183,1683,-3788,-4519,7135,8168,-1826,9275,7331,-2949,7233,7145,-4178,-2755,8613,4313,3484,5562,5002,-1472,-8822,7933,-8312,-4201,5242,-548,-5292,-8026,3571,-987,5253,-8822,9121,-5410,1809,-5475,541,4833,4104,4361,6967,1640,9901,473,-4373,6766,7032,-4720,6989,-6728,8794,4933,2538,9745,-9094,2618,5112,1719,-7274,8984,-9157,-9352,4245,2748,-4695,5951,-6371,1922,4366,-9638,-2344,-7057,-7437,-7205,-634,-8814,8421,6273,-6391,1891,7218,1286,-8120,-4520,-2898,7035,2933,-4429,-5768,4525,5150,1659,-3223,-3631,465,-8467,6181,8384,7896,-9085,6950,-2273,-2705,-370,3557,-8692,953,4817,4688,-3424,-8011,-7756,1097,-5445,4219,6741,3762,2140,8255,-7933,-6214,-2875,-6881,-750,4687,-4630,-8568,-9540,-8778,-5279,9506,2960,-3174,-5047,1268,-5535,-5992,7005,-3110,7448,-1265,-1858,3364,5493,-9162,2457,-5027,9736,7916,-1777,6741,-2253,-37,-4856,-6650,916,-3846,5402,-63,9433,3692,-7325,9348,6450,-8393,2912,3053,4778,9613,-339,-108,-9313,-6174,-4861,-1827,9945,-2803,5956,2341,1163,-7138,9564,5591,-9154,-6529,-6007,4198,-6788,8661,-688,-1753,5944,6405,4507,6633,449,-8125,-1884,-8193,-7955,9716,4930,-8272,1655,-7680,4481,-7192,6175,-2263,9775,8376,-366,6187,-3146,-7716,-8457,-5956,7292,-3261,-7434,-1774,6588,-2699,675,2488,-8309,-3786,3420,63,508,-2180,-6260,-5680,5249,6801,-2042,-9192,9866,-8691,-4872,-9911,-439,-1188,6899,-8858,7487,-7471,-3679,-41,-9722,-9157,-7240,7046,-99,912,-1891,-8858,4590,912,6958,4345,6257,2957,-9807,-3898,5765,714,7675,248,823,-7939,-8777,215,4054,7890,-5922,3045,856,-6788,-2680,-7457,8237,-3753,-2587,-3875,6649,4965,-7871,8407,-2887,8842,-5480,7520,5552,-3887,-3556,-2579,-4751,3854,-5667,-8897,-3246,-503,460,-4330,2256,8177,-7103,-9349,-1359,-9651,6695,5688,9907,-1372,-2543,2919,5499,1615,-3373,-7084,6395,-4269,5154,903,5390,-6340,-902,-7672,-7981,-39,6891,3477,-4022,795,3524,3863,-4403,5395,-8089,2555,108,2030,5967,360,5908,-9319,-6378,3967,7930,8488,1109,-3332,-2545,-7748,2229,3210,-2626,4896,-1817,-6416,-5151,9702,-5282,2253,9770,7579,3893,-4684,5105,-1756,-2263,-1436,2396,6372,381,4116,-7846,8190,3913,2528,4776,2879,-8700,778,-7130,-3660,7170,4441,-9494,2494,-5996,4667,-1105,-755,7577,-2771,1408,2616,940,-8069,-6430,3228,1286,6094,5813,4469,-1734,-4393,-1729,-8898,-3909,1223,-2229,953,-5250,-3752,7441,-9482,-1819,-5230,8976,-2047,-1003,-3218,-3390,-6163,600,8255,-9785,-8484,8044,249,-7281,4471,8992,1551,4131,8336,-4619,-5901,1018,9605,5158,-336,-3913,1942,-8561,9723,7857,4225,-6016,-1564,-5044,2046,-5414,-9120,3662,-3626,4273,-4634,604,-565,-4312,9711,-4623,8555,-957,-3279,-125,-6135,4279,-6021,2700,-4803,-4171,-2902,-2116,-2654,9384,-5746,-2628,1135,2542,-7381,-3602,-9733,-6961,4664,9850,-9024,-585,-6072,-3888,-7234,-429,-4082,-7361,4329,2612,-9843,4616,-1231,8657,4267,-5407,-3235,-9978,39,-3155,5132,5239,5063,5465,-8517,-5206,-8663,-180,-6712,4323,4600,-4973,-8436,-2842,-5235,-1543,5847,-6291,8901,-3963,7747,-9914,3562,4269,5534,2713,-6870,5356,1655,-670,-5094,-6273,8929,9910,300,2512,9395,3384,-5673,8102,-7603,7958,2932,-9986,-4570,3930,9300,-8431,-7346,8545,6371,4707,-8318,2300,3178,9381,9367,-4496,-2607,-5551,1751,2507,5661,-7103,2235,-850,6806,-550,-4800,6391,934,3281,-45,9874,-306,2520,1815,-8570,-311,-9361,3503,-5953,-8010,-2443,757,6761,6174,-9577,-8856,299,-2951,-9443,4544,7946,-3558,3881,-2389,9175,-9122,-7548,2768,-3940,8995,-5659,4844,4266,9719,8056,-4520,-8385,-6034,-3840,6750,7825,-1369,-9563,-8836,-1118,-7971,-1909,-4635,8934,-5226,-4997,9210,1160,-795,7900,880,-2741,-5973,-7412,-8179,-7466,-1269,-9993,2914,451,-5351,5858,-4715,-3323,6168,-7028,-4515,8224,-3367,-1694,-4507,8218,-1075,8590,-6906,-8834,435,-9837,7682,-2737,6359,9420,-9671,7347,-6259,496,5271,2583,1628,-3462,-7566,-5279,-44,-198,7756,4021,1480,-5699,-758,-7564,7072,2398,-7449,9686,5127,-6073,9918,-961,603,-7107,-9275,-1549,8397,-7310,908,658,9246,6050,-8471,3330,-5673,519,-5459,7201,-3059,4326,5665,6250,6368,-9194}

    Returns: 847122158

  107. {-3831,4857,3500,-3406,499,-8245,7177,-2966,-3208,7508,-5894,-8327,6225,-387,9745,-4308,-8807,9806,-6823,5571,-378,-2651,-2159,5291,459,-4503,-1173,-5109,3412,-6275,-7652,6117,3369,6237,-2430,-2463,-3216,-465,4998,3437,3510,8519,-986,7164,-6898,-8412,-5098,331,-413,650,-7194,-5640,-7031,-8287,2618,-9661,-504,-4076,-5376,6999,5692,9405,1021,-5145,3698,3187,-6977,7150,-2801,1831,7310,-4819,8447,-9064,-6088,7008,7461,9841,5419,-5830,4403,6159,4483,-8767,5452,-6344,-6851,7377,-8794,4052,3364,-1860,-5301,-3070,-6692,8638,-6472,9823,8818,-2850,7484,-7183,-6847,2,9163,-1289,1764,4932,-9289,-9247,1446,941,4704,5439,5428,7655,-8468,7606,-2602,-3256,-643,-770,8415,1768,-4275,-8135,-9179,-8958,2421,5587,3008,-9262,-3083,-5448,-2229,-7636,-5002,1000,-4519,162,-324,5509,976,9654,-8518,-8255,-9773,-1330,4521,-1245,9367,-3324,1356,-7043,-5506,-2945,7898,-4426,-4026,-9779,-3146,9142,-4463,3044,-4827,-1008,-1475,-7960,-2949,2306,6974,-5877,9690,-1657,-7993,9430,3891,-1133,6131,-4145,5919,7578,7510,-5623,-9266,-8478,9211,-1897,-215,5984,-3357,6218,8962,-2748,-3967,6577,-5826,-4996,5821,7687,3159,-2387,1183,-7863,2706,9816,9713,9317,-9531,-7485,-6659,5266,-217,9336,-1842,2094,4632,3641,9607,8132,-9996,-6656,-4160,3294,-9747,8673,-3403,1675,-5051,375,-983,5410,-2123,-7478,-4865,-9874,405,5060,-1391,3121,-4616,6712,-9693,-9614,-7924,-1406,3932,-1807,-3731,-6915,-6301,-1314,-7175,995,6379,7253,-9647,-6966,9600,-8045,-515,-1173,7351,2349,7466,8392,1978,6307,2299,7058,-274,-775,9650,5169,4019,76,-4973,-1267,-2839,-6772,-7566,-3671,-2976,-6170,8777,-8879,-9458,7766,727,4734,-9530,4760,7587,2024,-4150,5247,9862,-7533,22,-2111,8833,-5110,2767,-4582,7363,7686,5297,1525,-3521,-3545,-1695,1022,-4040,5180,-5817,-650,248,-4481,4754,5693,3410,1816,5497,-3391,-1271,-3413,-3744,-5977,9664,-6973,6791,2784,9495,7008,3289,-1284,6934,1527,9090,-1805,-5748,1305,-636,-5263,-6793,-5584,5379,-3051,-7899,-8644,9240,5411,4744,9863,4612,3649,-1084,-3892,2938,-9649,-1888,-488,-1944,6291,-4080,9486,4858,-9817,-2685,-2186,-237,-7224,-4503,-9830,-7696,7950,6543,-5574,7965,3452,-2728,1931,2702,-7868,-5899,-9119,-813,-2902,-7470,-1844,-6190,-8772,-1929,7666,-8114,-7195,-3,9289,6226,-5235,9235,-7091,1395,-4867,1046,-3194,2473,723,-8180,8844,-7016,-5001,7377,2440,1984,-5762,7620,-2813,4830,3703,-804,6293,-3743,7554,-5995,9668,-2312,2516,-3031,-7468,-6505,-3895,-8580,-5194,-6931,-4748,-5225,6335,7016,-9316,862,-2820,6717,-3750,8316,-9266,6738,-9409,-3071,-9705,9173,-8820,-4371,-2918,-1957,7701,6964,9275,-9754,-6899,-6453,7747,-2712,-3630,-8163,-5488,9166,1193,-2045,-5236,-1705,9099,8938,2471,-2784,-5420,882,3085,9096,2869,2887,4804,4667,-1331,2494,-7897,3232,6094,-5442,1957,8772,6433,1009,-5869,-5090,1079,3917,2435,4655,2039,8609,-6502,-7691,1941,7246,3902,5858,-721,6366,-5058,8334,-7115,-5698,-2721,6375,-7818,-3742,-5035,-6890,-3223,-4056,29,941,270,-6695,-5173,-2474,8919,-2219,9775,5391,-4157,5864,-1150,2111,-4030,395,-5547,3881,5754,-2844,6698,-9458,4913,-8328,149,-5233,5054,6053,-6690,-7902,-8006,1802,2793,-8061,4965,-9833,-4831,2320,6579,-3517,-5095,3406,2580,-687,6551,-3781,9809,8884,3535,-6071,4723,-7647,-5554,-6706,-6993,-4091,581,3510,3384,-4481,5835,-1327,5761,9318,-8326,-1495,5155,5215,5954,9669,8568,-2772,-5236,-2801,2093,3366,-8740,2047,-9994,-3422,4619,-3404,-3579,-1632,5750,-4689,-6664,2073,4378,-7741,-3504,9674,-5704,1285,2438,2161,-9647,7974,6469,-947,-8304,5306,2038,-2390,1236,-2965,-2954,-3395,-8914,-5690,-7872,3199,7881,1967,9794,-5468,396,-8869,1498,-1903,4856,4459,-7618,6755,524,-726,-9696,-4531,9911,2316,7220,-2613,3897,7493,-3385,6840,2543,-4770,869,6143,-2913,8454,6818,1793,-2165,6163,6697,3699,-3839,-9219,-5153,8528,-3263,-9875,-1851,-4914,8436,8790,138,5824,-1045,7187,-4892,-5877,-701,-813,-784,1976,9630,1454,-9289,-3026,7788,-938,-9128,1224,-4027,-7121,-8901,7853,-428,4440,-178,3244,-4964,-6351,5475,-5075,-8957,-6293,8782,6236,-1235,5963,8921,-527,3154,5205,-6122,9155,7549,3012,5389,6336,8692,3280,3325,-6358,8397,-61,3281,8710,1667,-7895,4263,-8804,-1058,6580,1049,5325,2469,1549,7720,6121,3426,-1209,5228,-6938,-2523,-5604,6581,9822,-8151,-9853,8331,3059,-3208,9235,6511,6976,-1544,-9179,-971,-6669,-1242,-1730,-5257,-867,710,5425,2031,-4017,-5046,4397,-3342,-3717,4964,6627,-9916,2036,-5682,6809,-4932,-8040,9966,6332,-4466,-8075,-9916,9447,-7857,2403,4388,-8782,-6160,4721,-1804,-8422,-1112,-4669,-454,-5560,-3509,4105,875,4816,2090,-1104,3485,280,-4271,4159,-5983,5857,3678,6326,7598,3554,8511,3022,2076,-747,-7608,-3167,1952,-9432,-7881,-2565,9125,9506,-7300,-1670,494,-6576,8868,-3751,-250,6770,875,2482,2311,-5545,2283,-4071,8465,-4513,3161,7672,103,2616,-7768,6100,1298,223,-4049,-9605,-7935,8604,1378,-1814,-1752,8017,-7114,-9345,-1677,-9493,-9593,-4805,-9749,-8462,8813,1889,8116,6797,4447,5677,9368,2353,-4490,981,8884,-1570,-1914,9924,-4179,8576,9119,-1093,-6557,6893,-8567,-8552,-9409,-3762,-5821,-2443,6413,-48,-5377,-8214,7223,-1365,-5784,3279,-3938,1932,3206,-8329,1511,2973,3779,-7300,2768,-9697,-8178,6634,2761,8601,1866,-8635,231,5381,-1391,-9935,-4737,-3872,-8338,-9266,-9362,4937,-2262,1796,3683,-8273,-3513,-5900,-61,513,2522,5230,1016,-4092,6910,6967,4404,-2764,6499,1098,2795,-8929,-1082,-7581,4646,3937,-5067,-9147,-3785,7142,8093,-2932,8265,5358,4136,7775,-2155,9554,9690,-1925,7299,-6740,-8963,-1181,-1395,-1076,-442,6837,1640,-1783,437,5266,-327,-3331,-4180,9856,4608,8894,2339,-4795,8005,-4104,6228,-7648,-8176,-9386,-3190,5912,5123,1839,-8879}

    {684,-391,16,2394,2192,-199,-4629,-2784,-1115,-3779,-6932,-7062,-986,-3520,-3459,3291,-6577,-8712,-7732,-6975,-8156,-9009,-2489,-3343,-1310,3700,9757,-4661,-8397,6146,3718,4622,-2685,-1056,-2209,-6417,5137,-2089,-7743,-7045,-1534,-7624,6346,-3643,-801,149,-9624,-5331,8747,6823,2799,8774,-7383,-5402,-211,570,-6899,2571,7411,6150,6555,-3356,-7029,8396,8172,2805,3240,9042,7798,-7584,-7372,-7671,-4504,2514,4191,-6065,4989,7778,-9516,-311,7005,-6067,9850,-1118,2730,-5266,6584,6583,210,6567,785,8378,3470,5821,-4740,9341,5523,4826,-7015,6789,-7894,-7989,8960,-6499,-6877,-8661,-4889,-5395,3221,4692,-3916,7169,-8214,8989,-2782,6846,-4133,7259,-5978,-9482,-2884,-309,4640,-2126,5840,6870,3547,-1730,-8426,3012,-4307,1961,-9668,1906,-4253,-3096,3761,2620,6879,3866,4934,5698,7665,3428,-663,-6341,-5748,-1263,-2158,-7958,7816,-2509,1035,9057,4634,5637,-8730,-6919,-2239,3645,163,7849,-4671,3983,4915,5064,892,5533,7039,-6469,6036,7197,1445,2567,-5375,-1172,-7241,-4478,-8396,-7131,-1079,6697,7153,-5298,-257,-8257,9327,-6268,60,-2174,4931,-9388,3455,-4594,-574,-1274,-6724,8426,2090,-9762,-7257,-5984,2416,-1522,5424,-3484,7914,-681,1211,-6334,2001,-5529,-8856,5302,-6420,9228,7031,6648,7199,-3788,8767,-463,4327,5058,3651,5445,-7657,-4312,-2342,-5854,8214,24,8780,-8859,-1353,-6590,-3034,-4317,-2345,2975,4107,9299,5999,-4655,-9344,2142,4896,-9184,3151,-8658,8659,5028,8791,-8318,-2405,2635,9680,4519,-6473,150,-62,-4181,5706,-2669,-5891,-1549,4672,7930,-5335,-2383,-4201,1545,315,1349,2752,-1453,5025,430,-5970,-321,263,3933,-6946,955,9943,-2247,3893,2820,-1101,-5914,776,-9647,1453,-288,9957,-1660,-3294,-9679,-2751,1627,-8307,-3253,3747,6992,2360,7077,5766,8043,5566,6044,-7065,-714,-7109,9908,688,9504,9018,-8757,27,7950,3797,3607,-1503,-341,7831,-9008,1702,-1745,-3496,1320,4474,6165,-3135,-3129,4995,3035,-4384,7675,3667,3384,4670,6251,1473,-5846,-6634,-6002,9826,1843,3375,625,5591,7263,3688,8658,-9027,3726,-1194,4964,8401,1606,-6657,-9443,-4712,-1303,725,8636,2769,1695,2513,-1127,5960,-627,-1875,-6555,1297,-7357,-7723,-2965,-1290,718,9507,-666,-6899,5948,1414,-5972,623,-7332,3050,3290,-9376,-2467,-74,-8956,-6014,286,6608,-7991,2658,4838,-8270,6552,-6210,-9267,-7560,-6130,-5254,-5250,3923,-2200,-7431,-8638,6615,748,3134,-819,5043,1834,-8741,8232,-2007,-4771,-6553,85,-243,4048,-265,-679,6725,3774,258,-9287,-7601,7338,-4295,1773,-2828,1358,8724,4899,-3243,-119,-4368,-2576,5184,-1832,4460,-8828,-5432,4617,-3645,5956,-5354,3867,2829,-6489,-9898,-1555,-8920,-65,3229,9995,-6197,5503,-6701,-5786,8420,1055,2246,-3949,3591,9736,8842,3533,8141,1876,557,9799,-816,-791,-6393,3454,-7697,2346,7432,-2661,7001,2552,9931,-4922,-4542,-4578,-5704,3509,1801,-143,7063,7127,2571,1068,282,8139,7050,921,8290,2528,8357,-7062,-8493,8727,-7120,2696,6104,-8940,-3320,7038,9000,5069,2855,7736,-7134,-3887,3711,6659,5193,6402,5676,-9556,-634,8588,-6514,2891,-6079,6586,-6970,2922,-1277,6012,-423,-5001,3818,-2096,9730,-2801,-1978,-103,-8496,-30,-9942,-1005,7333,5669,5137,-607,9595,5520,4357,-2514,-2600,6493,3138,4282,-3058,5859,8144,-7138,5577,5807,9716,5363,2146,4523,-1153,-9871,-7345,-6509,4049,-4726,-8502,-6454,4195,-197,-6194,-5672,8526,-2207,-5707,3294,4465,4788,-7868,1330,-2251,8672,9927,2238,7599,-325,7738,3038,-7756,6043,-9534,-9021,7111,-6978,8462,1591,-706,-6544,-2643,-192,-2298,8154,-6532,3358,8317,3575,-4070,4108,8514,3022,5856,8927,-6780,-4399,-3601,-3113,-1072,-5302,-4551,-5739,-861,4456,-4992,2753,6852,-987,-2033,-190,-4014,4771,-6002,2600,4400,914,1720,9358,6247,-2252,4078,3336,888,-3927,-1990,5443,-583,-6093,-1943,-8071,-1914,9302,-3580,-6894,-9471,9800,9325,-1933,7619,315,-8854,8791,5176,1712,-6167,-5262,5460,-7609,9555,-3820,-1548,4417,-728,-8973,3440,4479,-864,-4232,247,8018,-9909,-3584,2670,-7717,-5974,-31,4297,-9072,2063,897,-1167,8907,7261,-9445,3431,-7955,5027,180,-5767,560,-55,220,-1580,-9857,-2478,316,-3442,-2092,3504,5066,-7137,3560,1953,1002,9240,8602,-3813,-183,-8477,8200,-6028,1891,3371,1518,1,-7456,4540,-3088,4755,1190,6072,-1710,9234,709,4940,8298,-176,843,5247,-7357,6756,-4686,-8137,-2031,3111,-2396,-4358,3101,9262,4971,-3062,-9666,-78,4289,-3868,9604,7621,-3340,-3794,-6060,-2528,-9492,-6851,9586,-6485,-4992,-4956,8418,6670,-2826,-9804,-5943,8541,6852,-1515,-3911,-6183,4076,8340,9247,-3072,2904,4370,-3726,-4093,-5164,7617,-5674,8072,-6689,1753,5342,-1832,8521,4294,-9196,25,-1098,1969,-9442,-2439,-7784,3862,4099,150,4919,-5193,-9220,868,-6124,-5273,2852,4076,9036,7196,2033,-8938,-294,-7500,6538,-856,457,6816,-8974,633,5421,9804,-3101,3526,-8109,-1907,4656,-4478,-4362,-8471,-6233,-2843,-8800,2952,8525,-1637,-9270,465,811,5688,4520,3786,-7448,4678,5415,3205,-8242,3603,7645,-8951,6702,-9282,8386,-8723,-7362,7695,7484,2894,-5125,-3393,-2717,-2600,599,-2951,371,9278,31,-6532,8306,-8206,4831,730,-958,-2039,-1440,8204,4742,8475,159,-679,5059,4821,6978,4597,-6262,-3566,8847,-8492,8488,-4105,8970,4417,5595,-4343,-8857,1870,1634,-6415,-4159,-2820,-5125,2869,-9846,-8963,-1390,4434,-1575,-7736,7645,-3050,1539,-5582,-2441,-9089,-6521,-7974,4118,-1060,3624,632,7310,-5387,-7365,9606,-8974,6544,8447,5853,5267,3311,6935,84,2985,8075,-699,5203,-1653,-737,5010,-1324,-2820,5746,5310,7400,3729,-8786,7944,4612,-9352,3232,8586,3805,-8761,-2491,8867,-5603,-5534,-2566,4529,8057,-5833,-7268,-9665,-6883,4126,-645,790,7458,287,-4700,-2471,-2552,-9580,-5983,5471,-7710,-88,-1563,-9671,9064,103,-5658,90,-5775,-7249}

    {6006,5790,-6601,6215,7044,525,-5694,7148,-4218,9228,-5122,-9541,1578,2205,-824,2331,-1880,6208,7633,-248,3252,-5033,-3755,3601,-6705,5360,5647,-3428,4665,-6467,-6311,-5529,-2945,-5234,-1182,3500,3362,-5320,-5388,4759,-8261,-2347,8301,34,-5140,-9102,7865,-9720,400,9604,-6438,-166,5189,9913,234,5433,-6790,-7757,6724,-442,4740,7506,-1941,-7664,464,3312,-5294,-4520,-9763,6058,-8690,-4793,-8541,8027,-5247,9038,6613,-3771,-1818,-6367,3565,1687,-6141,7500,5582,4207,-6755,-6575,-9241,-1582,7662,-9083,2729,-8068,7215,-1291,5957,5988,-667,1534,-111,2736,-8643,-6057,-3606,-8383,4034,-3182,4625,9803,4619,9523,-3603,8707,9458,-7689,3592,9888,6484,9643,6802,-607,8030,5432,-8393,9701,3640,6104,-4647,-7131,1293,-3566,3187,-2614,3479,6714,-2650,4383,2040,7683,-1618,-3476,-7508,-8030,855,4834,4730,7414,-316,5058,2597,-1300,5758,-4096,-265,9156,1818,6593,-6555,-5694,-9019,-9382,-8019,2986,1196,6470,3771,-9683,9153,4290,9499,-215,-3144,-9957,9796,8905,-7008,5738,-7535,-5322,-339,5587,-6221,1025,2775,3732,-1742,812,-8440,-759,-9276,-116,9099,8557,3079,9658,1719,-5562,6306,-1627,-9685,-6358,5699,-991,-8700,-6792,4059,4162,8874,7161,3857,-5167,3712,1807,4885,-8886,-4099,8532,-1123,-1831,2088,8070,6908,-9301,-1693,9740,9032,-6775,840,2931,-1259,-7925,7712,6402,-2783,-2141,3041,3511,4202,4508,-4507,8491,3474,2607,451,216,1523,802,3249,5654,-2097,9439,-2003,-4749,5117,5422,2972,7032,-5470,6404,9469,4976,2920,-4039,6237,513,-8344,-654,-3734,3537,7389,-8358,6695,1337,9248,6861,5967,-9826,3173,7517,5166,4970,-1091,9652,-7479,7648,-477,-1963,-8358,4181,6991,-9519,4880,4191,480,-1333,3480,-4769,-3633,5872,-4171,-3583,-9113,-785,4085,3104,-2551,-4276,7858,-4397,1283,7547,-8601,696,3961,2052,-2174,4769,-298,7361,-9533,1891,-5965,-7034,7259,-1022,3457,-1304,9390,-6561,2186,-6883,-9969,6274,8920,-5164,2957,-4435,-7328,6738,-5720,-8315,2378,-5704,-6734,6218,9844,4482,300,-8286,-11,-8451,1612,8899,5974,-9787,1242,-8275,9892,-4827,-9056,8982,-7841,8931,-1581,3673,-5480,7088,3206,8439,2812,1982,7991,6567,-3835,1555,824,-6087,9300,765,846,-2874,-6168,7614,6679,-1954,3280,-4935,2465,3009,4436,3614,1819,-1022,-4722,-2789,4578,-3931,6393,-2466,5244,7959,-956,8220,5387,8051,8642,-8247,5031,-19,-2748,-2901,178,-3863,-6850,-4073,-4878,7355,9080,9489,9101,-9216,3954,-3321,-2948,1155,5208,6800,-6077,3260,761,-2261,-9076,-9549,808,2031,551,-4701,193,9226,4923,-5744,2040,3438,9113,-1681,-7310,9743,-2329,6101,6622,2211,-1597,-5404,8134,9946,-7284,-3831,4018,5361,-3505,-2169,8229,-8732,9454,911,5789,-49,-5704,-4467,8707,-1526,-225,-4957,1646,-120,3860,636,-623,9697,4741,5886,1767,-8643,8251,4769,-4912,-7345,-9419,-5071,-9088,-1728,-5251,-9392,-4365,711,8315,-3430,4892,-6397,8205,5732,-2325,7429,6273,8938,4928,8055,6322,5387,6675,3329,9858,-3282,-9537,-7914,3693,-3392,1961,3490,7790,-9081,-4041,-7487,-3648,1106,-7094,-316,9178,-4523,2227,9841,3673,-669,9297,-4291,678,-4353,-2151,7511,9378,3160,-6064,9590,-1929,8082,-8770,9228,8485,9603,-9465,-8677,-8483,-2473,-1175,5547,-8028,-7028,4914,9850,8827,-9932,90,-4121,5956,-2079,2587,7887,6001,-2182,-5292,-2902,7182,782,-9234,8352,-625,-4993,2635,-5082,1640,-8378,-2163,990,-1354,-9633,-7499,-790,-1925,-5554,8331,2920,5072,5744,8943,9437,-6793,7948,-3519,-8254,4160,-4138,-5628,1363,-9543,-5738,6370,-5075,7126,9157,5774,-8760,-1035,8116,-8264,4040,428,-5400,-7966,-1400,4712,3801,-6516,7676,7668,4440,2389,-6134,-9475,2413,-2058,1546,-6841,7775,1503,1925,6786,6751,3911,-437,1458,-5112,-8243,-2145,-391,-3692,-8439,-5493,-7842,-2735,8260,-4041,8318,-207,-8786,1976,-5765,-6794,-2839,-1702,8994,7570,-4938,6284,9251,-6036,-7210,-6129,5904,-8524,-132,-8020,-2295,-9668,-5816,4643,-2399,4408,-6303,9667,7839,4597,6530,-436,9504,-2884,4726,9768,-8827,-2224,-1903,2772,9726,-5374,-4830,2953,-5897,7075,8183,7139,9992,-295,8388,-9140,-186,-6530,6628,9339,-1602,-4204,2195,-4204,-153,4353,-9554,7611,-4157,6845,6448,3097,-417,1144,8124,8377,-7096,-3560,7940,-5191,6972,6810,7116,-7097,8969,-6315,-9357,-1632,-1232,-6797,5110,168,424,-1767,4373,-1057,3606,-6862,-9414,7101,9678,1889,-114,9127,6182,7137,3232,-7617,-8170,9222,-6511,-5371,1863,-243,9744,-5034,790,4599,9188,-337,-4002,5430,-4411,3483,1615,-1946,-8572,681,7250,8730,-1759,-2270,894,7437,6479,2141,-777,8994,-7538,8386,-8039,-768,-4508,-7028,9707,4211,3172,6140,-3269,-4494,7310,7409,-8192,-5883,6433,-3598,-9040,-629,4039,-1129,6294,7398,4135,775,4732,-3589,-2547,562,9413,2931,2885,-8565,-5044,-5519,-720,-8556,5520,1,-7317,9634,-8312,9301,-6611,-8714,-1211,-2619,5907,4445,5049,8267,2965,-6572,3302,6233,2167,-7023,4567,9914,-9318,8958,-4172,6727,9577,8179,7719,1429,-5051,959,578,3310,-2029,5445,-534,1655,-9748,-7494,233,-1449,4646,4169,9609,1999,4663,-2922,-7449,-9531,-1865,5433,-291,2674,-7465,5057,-3163,3286,-9396,-8008,-3565,6681,5465,4996,-419,6505,-5629,1740,-6923,-1030,9531,3319,-6440,2254,3143,-9196,6050,3201,1886,-8877,9707,5811,3469,7478,-1809,-6496,4740,-8241,6014,9223,7004,3123,5629,3692,-232,7868,2821,2954,-910,-8755,-9974,1329,-8993,-8473,-1269,-4519,4224,-9105,3013,-926,9289,6201,6482,-4251,-6043,-4426,-5433,740,-3768,-5851,-6943,8427,7764,-6181,2188,4464,-9121,7979,-6646,-3142,2433,-7368,2611,-9564,6986,9996,-8336,-6333,-9469,-67,-7098,5593,-5966,8046,-9689,3898,-6518,7199,-7299,2698,14,1503,9712,-9357,-200,-1527,4424,-3757,-994,-3914,9162,-1930,4040,-3097,-6789,2579,-8368,-8832,2655,-8239,7005,4994,-6561,-3299,-8600,8255}

    Returns: 853975951


This problem statement is the exclusive and proprietary property of TopCoder, Inc. Any unauthorized use or reproduction of this information without the prior written consent of TopCoder, Inc. is strictly prohibited. (c)2024, TopCoder, Inc. All rights reserved.
This problem was used for: