-
Notifications
You must be signed in to change notification settings - Fork 0
/
api.sql
296 lines (257 loc) · 414 KB
/
api.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
-- MySQL dump 10.13 Distrib 5.6.24, for Win32 (x86)
--
-- Host: localhost Database: commoprices
-- ------------------------------------------------------
-- Server version 5.6.24
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `api_customs_data_global`
--
DROP TABLE IF EXISTS `api_customs_data_global`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_customs_data_global` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`flux` tinyint(1) NOT NULL,
`id_date` smallint(6) unsigned NOT NULL,
`id_code_nc8` int(11) unsigned NOT NULL,
`prix` decimal(20,3) unsigned DEFAULT NULL,
`volume` decimal(20,3) unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `flux` (`flux`),
KEY `id_date` (`id_date`),
KEY `id_code_nc8` (`id_code_nc8`)
) ENGINE=MyISAM AUTO_INCREMENT=361 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_customs_data_global`
--
LOCK TABLES `api_customs_data_global` WRITE;
/*!40000 ALTER TABLE `api_customs_data_global` DISABLE KEYS */;
INSERT INTO `api_customs_data_global` VALUES (1,0,1,1591,2839.962,573.368),(2,0,2,1591,3019.596,478.461),(3,0,3,1591,2722.122,414.108),(4,0,4,1591,2433.323,265.847),(5,0,5,1591,2438.542,211.558),(6,0,6,1591,2539.121,408.921),(7,0,7,1591,2375.906,270.779),(8,0,8,1591,2437.378,376.835),(9,0,9,1591,2550.245,830.098),(10,0,10,1591,2582.206,565.473),(11,0,11,1591,2595.415,709.293),(12,0,12,1591,2200.576,146.636),(13,0,13,1591,1991.554,629.977),(14,0,14,1591,2080.016,421.993),(15,0,15,1591,2116.169,590.758),(16,0,16,1591,2229.192,260.720),(17,0,17,1591,2166.256,326.538),(18,0,18,1591,2008.100,313.380),(19,0,19,1591,1904.620,254.687),(20,0,20,1591,1875.805,287.943),(21,0,21,1591,1892.964,404.078),(22,0,22,1591,1890.601,336.074),(23,0,23,1591,1926.398,785.050),(24,0,24,1591,1932.532,300.912),(25,0,25,1591,1948.993,469.850),(26,0,26,1591,2041.889,195.484),(27,0,27,1591,2082.920,106.056),(28,0,28,1591,1922.795,169.380),(29,0,29,1591,1890.080,255.351),(30,0,30,1591,2054.070,176.616),(31,0,31,1591,2263.042,294.908),(32,0,32,1591,2457.823,150.449),(33,0,33,1591,2384.705,309.787),(34,0,34,1591,2533.243,336.744),(35,0,35,1591,2688.051,163.979),(36,0,36,1591,2649.906,363.335),(37,0,37,1591,2677.025,319.391),(38,0,38,1591,2805.878,565.949),(39,0,39,1591,2751.081,173.325),(40,0,40,1591,2852.540,281.155),(41,0,41,1591,2687.075,167.357),(42,0,42,1591,2873.165,428.118),(43,0,43,1591,2836.779,224.478),(44,0,44,1591,2771.570,164.680),(45,0,45,1591,2814.507,188.390),(46,1,1,1591,3071.552,19270.654),(47,1,2,1591,3149.181,20543.746),(48,1,3,1591,3055.474,20723.055),(49,1,4,1591,2944.878,20695.690),(50,1,5,1591,2878.709,22832.265),(51,1,6,1591,2897.030,23380.403),(52,1,7,1591,2844.119,21501.871),(53,1,8,1591,2833.171,16840.190),(54,1,9,1591,2853.836,18215.122),(55,1,10,1591,2696.554,22436.886),(56,1,11,1591,2597.089,21031.301),(57,1,12,1591,2493.843,14912.648),(58,1,13,1591,2369.449,23879.135),(59,1,14,1591,2268.209,18517.499),(60,1,15,1591,2250.276,22364.996),(61,1,16,1591,2251.403,20757.992),(62,1,17,1591,2134.857,21375.080),(63,1,18,1591,2141.986,21415.353),(64,1,19,1591,2075.232,25400.273),(65,1,20,1591,2050.940,16012.229),(66,1,21,1591,2008.801,20040.717),(67,1,22,1591,1884.721,22953.822),(68,1,23,1591,1855.950,19087.461),(69,1,24,1591,1881.352,15621.564),(70,1,25,1591,1858.123,21031.994),(71,1,26,1591,1967.482,17497.738),(72,1,27,1591,1947.037,18298.567),(73,1,28,1591,2097.894,17971.485),(74,1,29,1591,2166.219,17476.209),(75,1,30,1591,2257.301,19627.011),(76,1,31,1591,2342.422,20643.311),(77,1,32,1591,2399.952,14757.070),(78,1,33,1591,2458.505,20428.003),(79,1,34,1591,2555.331,22712.674),(80,1,35,1591,2616.340,17999.924),(81,1,36,1591,2563.114,18695.147),(82,1,37,1591,2604.291,20062.160),(83,1,38,1591,2720.122,16922.906),(84,1,39,1591,2795.116,18696.325),(85,1,40,1591,2914.543,19420.492),(86,1,41,1591,2779.618,18403.354),(87,1,42,1591,2653.951,20761.625),(88,1,43,1591,2442.205,15335.597),(89,1,44,1591,2475.023,12626.687),(90,1,45,1591,2392.738,15686.855),(91,0,1,1599,13132.415,168.220),(92,0,2,1599,12362.963,106.693),(93,0,3,1599,12097.221,141.717),(94,0,4,1599,13444.301,137.010),(95,0,5,1599,12667.358,125.132),(96,0,6,1599,12995.573,171.433),(97,0,7,1599,12129.860,106.283),(98,0,8,1599,13470.814,101.863),(99,0,9,1599,13587.857,93.248),(100,0,10,1599,14453.652,110.512),(101,0,11,1599,14680.261,128.888),(102,0,12,1599,15186.888,104.081),(103,0,13,1599,15474.890,153.247),(104,0,14,1599,15311.978,124.866),(105,0,15,1599,15776.362,174.586),(106,0,16,1599,15603.963,129.359),(107,0,17,1599,16430.804,140.270),(108,0,18,1599,16547.794,99.749),(109,0,19,1599,16896.076,132.641),(110,0,20,1599,16084.082,112.368),(111,0,21,1599,17793.548,91.842),(112,0,22,1599,17630.401,131.693),(113,0,23,1599,18599.517,97.588),(114,0,24,1599,18330.688,90.105),(115,0,25,1599,18511.741,163.701),(116,0,26,1599,19189.424,74.552),(117,0,27,1599,19140.103,81.280),(118,0,28,1599,18690.393,169.000),(119,0,29,1599,18436.127,76.124),(120,0,30,1599,18600.656,92.004),(121,0,31,1599,18631.116,94.157),(122,0,32,1599,19263.888,72.178),(123,0,33,1599,19610.245,123.035),(124,0,34,1599,19289.041,99.421),(125,0,35,1599,19484.877,121.321),(126,0,36,1599,18555.049,135.375),(127,0,37,1599,19217.094,79.166),(128,0,38,1599,19007.584,136.587),(129,0,39,1599,18007.090,127.192),(130,0,40,1599,18018.485,127.825),(131,0,41,1599,17966.256,135.779),(132,0,42,1599,17169.607,169.472),(133,0,43,1599,17063.089,126.140),(134,0,44,1599,17179.024,93.758),(135,0,45,1599,16910.308,77.089),(136,1,1,1599,8706.460,712.589),(137,1,2,1599,8884.945,560.163),(138,1,3,1599,8454.083,599.574),(139,1,4,1599,8682.234,565.158),(140,1,5,1599,8463.749,613.900),(141,1,6,1599,8658.520,620.585),(142,1,7,1599,8496.641,514.755),(143,1,8,1599,9036.802,665.340),(144,1,9,1599,9475.512,499.984),(145,1,10,1599,9873.012,615.672),(146,1,11,1599,9794.288,618.406),(147,1,12,1599,10089.334,612.105),(148,1,13,1599,10115.145,676.915),(149,1,14,1599,9812.076,579.646),(150,1,15,1599,10096.992,528.867),(151,1,16,1599,9577.541,657.288),(152,1,17,1599,9434.657,585.544),(153,1,18,1599,9566.037,518.588),(154,1,19,1599,9518.606,475.663),(155,1,20,1599,9227.696,605.430),(156,1,21,1599,9394.773,680.295),(157,1,22,1599,9382.824,667.574),(158,1,23,1599,9067.636,658.244),(159,1,24,1599,9046.085,695.475),(160,1,25,1599,9003.018,628.310),(161,1,26,1599,8824.385,675.243),(162,1,27,1599,8776.351,628.518),(163,1,28,1599,8503.915,540.531),(164,1,29,1599,8965.950,498.849),(165,1,30,1599,8890.087,622.017),(166,1,31,1599,9224.517,514.252),(167,1,32,1599,9238.394,424.764),(168,1,33,1599,9492.234,624.268),(169,1,34,1599,9603.465,634.703),(170,1,35,1599,9419.347,588.936),(171,1,36,1599,9409.467,601.120),(172,1,37,1599,9358.863,580.556),(173,1,38,1599,9568.668,1229.116),(174,1,39,1599,9667.306,560.448),(175,1,40,1599,9592.044,535.789),(176,1,41,1599,9697.042,485.734),(177,1,42,1599,9674.099,648.742),(178,1,43,1599,9678.246,523.686),(179,1,44,1599,9955.094,507.709),(180,1,45,1599,9718.492,533.860),(181,1,1,1725,663.514,294.561),(182,1,2,1725,661.030,147.569),(183,1,3,1725,681.755,141.359),(184,1,4,1725,669.458,243.727),(185,1,5,1725,697.154,138.976),(186,1,6,1725,669.826,247.007),(187,1,7,1725,678.034,221.171),(188,1,8,1725,667.243,64.253),(189,1,9,1725,656.305,178.702),(190,1,10,1725,656.082,265.471),(191,1,11,1725,646.472,181.440),(192,1,12,1725,679.095,141.385),(193,1,13,1725,688.391,292.054),(194,1,14,1725,640.076,251.692),(195,1,15,1725,676.522,172.539),(196,1,16,1725,657.893,197.111),(197,1,17,1725,662.278,252.143),(198,1,18,1725,658.084,191.134),(199,1,19,1725,683.961,142.375),(200,1,20,1725,696.125,139.469),(201,1,21,1725,703.344,122.067),(202,1,22,1725,672.931,172.333),(203,1,23,1725,722.534,164.063),(204,1,24,1725,748.231,70.913),(205,1,25,1725,678.069,325.468),(206,1,26,1725,698.457,94.842),(207,1,27,1725,656.254,91.784),(208,1,28,1725,676.583,89.687),(209,1,29,1725,674.138,185.794),(210,1,30,1725,682.469,124.088),(211,1,31,1725,614.906,110.776),(212,1,32,1725,636.062,160.108),(213,1,33,1725,618.875,138.375),(214,1,34,1725,595.721,102.582),(215,1,35,1725,613.716,176.546),(216,1,36,1725,623.669,96.140),(217,1,37,1725,563.948,124.523),(218,1,38,1725,575.345,101.492),(219,1,39,1725,584.694,95.541),(220,1,40,1725,542.857,169.621),(221,1,41,1725,567.611,93.392),(222,1,42,1725,623.744,171.879),(223,1,43,1725,650.907,114.515),(224,1,44,1725,659.867,99.320),(225,1,45,1725,650.313,120.037),(226,0,1,2243,2335.481,125.438),(227,0,2,2243,1939.186,522.531),(228,0,3,2243,2007.953,266.279),(229,0,4,2243,2153.845,6.339),(230,0,5,2243,2427.477,72.585),(231,0,6,2243,2576.725,28.302),(232,0,7,2243,2505.027,374.426),(233,0,8,2243,2608.023,3284.103),(234,0,9,2243,2545.700,71.446),(235,0,10,2243,2554.906,91.315),(236,0,11,2243,2621.620,58.294),(237,0,12,2243,2576.896,7.192),(238,0,13,2243,2779.916,1171.240),(239,0,14,2243,3128.565,207.281),(240,0,15,2243,3229.097,374.261),(241,0,16,2243,3281.519,203.092),(242,0,17,2243,3019.354,42.801),(243,0,18,2243,2816.952,192.658),(244,0,19,2243,2620.974,341.238),(245,0,20,2243,2413.343,41.190),(246,0,21,2243,2466.834,195.261),(247,0,22,2243,2641.817,187.078),(248,0,23,2243,2621.575,384.692),(249,0,24,2243,2616.249,59.903),(250,0,25,2243,2621.431,825.192),(251,0,26,2243,2706.485,399.143),(252,0,27,2243,2751.470,261.178),(253,0,28,2243,2632.323,534.961),(254,0,29,2243,2627.691,530.638),(255,0,30,2243,2772.573,1212.553),(256,0,31,2243,2770.157,143.068),(257,0,32,2243,3018.712,860.827),(258,0,33,2243,3228.780,453.917),(259,0,34,2243,3178.746,251.724),(260,0,35,2243,3178.294,1804.043),(261,0,36,2243,3119.540,1378.173),(262,0,37,2243,3277.115,846.593),(263,0,38,2243,3339.485,2221.585),(264,0,39,2243,3220.521,361.978),(265,0,40,2243,3008.440,156.931),(266,0,41,2243,2750.670,161.517),(267,0,42,2243,2676.513,215.532),(268,0,43,2243,2689.471,24.422),(269,0,44,2243,2788.714,533.256),(270,0,45,2243,2774.796,17.342),(271,1,1,2243,2331.140,11736.677),(272,1,2,2243,2156.879,13551.828),(273,1,3,2243,2255.155,15572.569),(274,1,4,2243,2450.742,10343.286),(275,1,5,2243,2579.064,14259.345),(276,1,6,2243,2575.844,12550.795),(277,1,7,2243,2470.820,7769.219),(278,1,8,2243,2335.688,7864.000),(279,1,9,2243,2330.654,7010.637),(280,1,10,2243,2341.222,12023.587),(281,1,11,2243,2300.535,8316.393),(282,1,12,2243,2302.968,7976.398),(283,1,13,2243,2169.839,10577.030),(284,1,14,2243,2083.275,8420.066),(285,1,15,2243,2068.891,11557.780),(286,1,16,2243,2040.985,13642.072),(287,1,17,2243,2049.293,4860.572),(288,1,18,2243,2083.427,12022.833),(289,1,19,2243,2129.696,9968.021),(290,1,20,2243,2102.195,8456.669),(291,1,21,2243,2088.052,8306.779),(292,1,22,2243,2087.867,10795.481),(293,1,23,2243,2100.017,10150.879),(294,1,24,2243,2081.405,15240.946),(295,1,25,2243,2091.047,16363.064),(296,1,26,2243,2170.483,10546.796),(297,1,27,2243,2231.420,10365.679),(298,1,28,2243,2258.668,15920.265),(299,1,29,2243,2310.850,7401.669),(300,1,30,2243,2308.489,7885.790),(301,1,31,2243,2420.127,10857.871),(302,1,32,2243,2537.549,12882.349),(303,1,33,2243,2489.129,12896.523),(304,1,34,2243,2633.222,9535.707),(305,1,35,2243,2642.698,14272.480),(306,1,36,2243,2654.644,8816.707),(307,1,37,2243,2609.125,10774.920),(308,1,38,2243,2677.545,11990.279),(309,1,39,2243,2830.516,14654.557),(310,1,40,2243,3043.103,9178.743),(311,1,41,2243,3032.892,12992.112),(312,1,42,2243,3148.258,8183.562),(313,1,43,2243,3168.345,12023.164),(314,1,44,2243,3169.759,12953.722),(315,1,45,2243,3168.537,11301.338),(316,1,1,3314,2.767,458.000),(317,1,2,3314,2.703,13576.000),(318,1,3,3314,2.922,9557.000),(319,1,4,3314,2.716,10087.000),(320,1,5,3314,2.690,9589.000),(321,1,6,3314,2.812,30334.000),(322,1,7,3314,2.695,5694.000),(323,1,8,3314,2.732,3939.000),(324,1,9,3314,2.809,16117.000),(325,1,10,3314,2.702,8037.000),(326,1,11,3314,2.708,6436.000),(327,1,12,3314,2.718,6377.000),(328,1,13,3314,2.683,24977.000),(329,1,14,3314,2.631,22570.000),(330,1,15,3314,2.692,14609.000),(331,1,16,3314,2.490,11473.000),(332,1,17,3314,2.176,24694.000),(333,1,18,3314,2.081,10548.000),(334,1,19,3314,2.290,28312.000),(335,1,20,3314,2.509,18558.000),(336,1,21,3314,2.484,8888.000),(337,1,22,3314,2.422,17137.000),(338,1,23,3314,2.240,38731.000),(339,1,24,3314,2.112,320.000),(340,1,25,3314,2.015,5184.000),(341,1,26,3314,2.239,19064.000),(342,1,27,3314,2.147,30261.000),(343,1,28,3314,2.211,9654.000),(344,1,29,3314,2.311,12290.000),(345,1,30,3314,2.450,32499.000),(346,1,31,3314,2.767,12343.000),(347,1,32,3314,2.567,11046.000),(348,1,33,3314,2.394,50290.000),(349,1,34,3314,2.136,21545.000),(350,1,35,3314,1.958,24189.000),(351,1,36,3314,2.102,18789.000),(352,1,37,3314,2.126,11431.000),(353,1,38,3314,2.226,23454.000),(354,1,39,3314,2.272,22448.000),(355,1,40,3314,2.204,37942.000),(356,1,41,3314,2.101,7674.000),(357,1,42,3314,2.157,4964.000),(358,1,43,3314,2.199,19619.000),(359,1,44,3314,2.247,23089.000),(360,1,45,3314,2.147,243692.000);
/*!40000 ALTER TABLE `api_customs_data_global` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_customs_data_pays`
--
DROP TABLE IF EXISTS `api_customs_data_pays`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_customs_data_pays` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`flux` tinyint(1) NOT NULL,
`id_date` smallint(6) unsigned NOT NULL,
`id_code_nc8` int(11) unsigned NOT NULL,
`id_code_pays` smallint(6) unsigned NOT NULL,
`prix` decimal(20,3) unsigned DEFAULT NULL,
`volume` decimal(20,3) unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `flux` (`flux`),
KEY `id_date` (`id_date`),
KEY `id_code_nc8` (`id_code_nc8`),
KEY `id_code_pays` (`id_code_pays`)
) ENGINE=MyISAM AUTO_INCREMENT=10394 DEFAULT CHARSET=utf8 COMMENT='1 si i, 0 si e';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_customs_data_pays`
--
LOCK TABLES `api_customs_data_pays` WRITE;
/*!40000 ALTER TABLE `api_customs_data_pays` DISABLE KEYS */;
INSERT INTO `api_customs_data_pays` VALUES (1,0,1,1591,59,2019.361,172.809),(2,0,2,1591,59,2058.739,145.706),(3,0,3,1591,59,1852.081,80.177),(4,0,4,1591,59,1760.849,48.426),(5,0,5,1591,59,1820.661,48.071),(6,0,6,1591,59,1863.535,95.189),(7,0,7,1591,59,1750.519,72.266),(8,0,8,1591,59,1969.129,95.874),(9,0,9,1591,59,2254.499,351.141),(10,0,10,1591,59,2391.876,281.667),(11,0,11,1591,59,2373.605,169.306),(12,0,12,1591,59,1845.269,64.211),(13,0,13,1591,59,1514.565,314.406),(14,0,14,1591,59,1529.666,119.917),(15,0,15,1591,59,1670.524,331.111),(16,0,16,1591,59,1680.793,77.488),(17,0,17,1591,59,1691.061,96.362),(18,0,18,1591,59,1631.483,74.447),(19,0,19,1591,59,1550.137,95.807),(20,0,20,1591,59,1616.447,24.904),(21,0,21,1591,59,1590.037,164.065),(22,0,22,1591,59,1563.627,95.746),(23,0,23,1591,59,1713.974,603.960),(24,0,24,1591,59,1680.791,157.928),(25,0,25,1591,59,1805.161,321.022),(26,0,26,1591,59,1986.779,19.098),(27,0,27,1591,59,1881.135,9.018),(28,0,28,1591,59,1648.371,53.636),(29,0,29,1591,59,1439.518,66.111),(30,0,30,1591,59,1510.444,24.074),(31,0,31,1591,59,1675.501,156.642),(32,0,32,1591,59,1747.950,0.018),(33,0,33,1591,59,1565.937,95.463),(34,0,34,1591,59,1517.185,71.603),(35,0,35,1591,59,1623.140,71.918),(36,0,36,1591,59,1745.588,72.391),(37,0,37,1591,59,1765.244,47.861),(38,0,38,1591,59,1903.560,183.642),(39,0,39,1591,59,2178.571,0.028),(40,0,40,1591,59,2231.955,24.454),(41,0,41,1591,59,2099.225,20.781),(42,0,42,1591,59,2222.798,110.379),(43,0,43,1591,59,2346.371,0.361),(44,0,44,1591,59,2334.597,26.084),(45,0,45,1591,59,2196.283,39.815),(46,0,1,1591,20,3347.545,214.162),(47,0,2,1591,20,3677.824,153.053),(48,0,3,1591,20,3419.040,244.361),(49,0,4,1591,20,3016.391,100.156),(50,0,5,1591,20,2979.105,48.186),(51,0,6,1591,20,3141.318,201.255),(52,0,7,1591,20,3002.070,24.640),(53,0,8,1591,20,2963.241,51.089),(54,0,9,1591,20,3011.905,156.321),(55,0,10,1591,20,2875.856,109.586),(56,0,11,1591,20,3042.207,113.630),(57,0,12,1591,20,2639.463,67.014),(58,0,13,1591,20,2555.065,104.222),(59,0,14,1591,20,2663.552,157.754),(60,0,15,1591,20,2540.168,68.276),(61,0,16,1591,20,2836.853,58.109),(62,0,17,1591,20,2747.949,105.427),(63,0,18,1591,20,2522.163,92.273),(64,0,19,1591,20,2385.816,78.071),(65,0,20,1591,20,2156.235,147.630),(66,0,21,1591,20,2256.378,149.432),(67,0,22,1591,20,2244.741,128.597),(68,0,23,1591,20,2078.350,55.469),(69,0,24,1591,20,1934.966,80.836),(70,0,25,1591,20,1834.146,3.174),(71,0,26,1591,20,1872.743,90.054),(72,0,27,1591,20,2134.674,46.331),(73,0,28,1591,20,1990.024,50.424),(74,0,29,1591,20,2243.332,69.809),(75,0,30,1591,20,2238.767,97.829),(76,0,31,1591,20,2464.898,70.124),(77,0,32,1591,20,2672.473,120.619),(78,0,33,1591,20,2682.620,131.611),(79,0,34,1591,20,3127.035,148.574),(80,0,35,1591,20,3340.558,23.963),(81,0,36,1591,20,3073.553,127.903),(82,0,37,1591,20,2928.621,106.529),(83,0,38,1591,20,2932.384,81.930),(84,0,39,1591,20,2605.135,74.000),(85,0,40,1591,20,2802.482,101.329),(86,0,41,1591,20,2672.584,70.309),(87,0,42,1591,20,2877.530,123.034),(88,0,43,1591,20,2915.933,80.198),(89,0,44,1591,20,2891.020,31.070),(90,0,45,1591,20,2719.532,91.955),(91,0,1,1591,112,2825.461,NULL),(92,0,2,1591,112,2931.571,46.236),(93,0,3,1591,112,2833.737,3.450),(94,0,4,1591,112,2567.096,35.047),(95,0,5,1591,112,2504.858,23.736),(96,0,6,1591,112,2544.586,2.512),(97,0,7,1591,112,2397.459,5.148),(98,0,8,1591,112,2254.004,80.524),(99,0,9,1591,112,2207.554,79.272),(100,0,10,1591,112,2362.414,14.354),(101,0,11,1591,112,2215.388,316.341),(102,0,12,1591,112,2196.280,NULL),(103,0,13,1591,112,2177.173,37.105),(104,0,14,1591,112,2339.987,9.368),(105,0,15,1591,112,2380.632,8.922),(106,0,16,1591,112,2217.078,35.333),(107,0,17,1591,112,2254.351,15.396),(108,0,18,1591,112,1914.938,81.989),(109,0,19,1591,112,2141.389,32.117),(110,0,20,1591,112,2046.848,5.011),(111,0,21,1591,112,1982.830,61.329),(112,0,22,1591,112,1794.631,61.869),(113,0,23,1591,112,1901.607,64.608),(114,0,24,1591,112,2167.365,10.450),(115,0,25,1591,112,2097.148,41.420),(116,0,26,1591,112,2093.353,47.647),(117,0,27,1591,112,2210.708,19.198),(118,0,28,1591,112,2204.442,19.272),(119,0,29,1591,112,2219.227,42.911),(120,0,30,1591,112,2434.640,19.775),(121,0,31,1591,112,2397.972,12.918),(122,0,32,1591,112,2673.379,13.152),(123,0,33,1591,112,2404.950,42.892),(124,0,34,1591,112,2318.821,63.321),(125,0,35,1591,112,2457.910,13.996),(126,0,36,1591,112,2514.440,13.677),(127,0,37,1591,112,2675.174,47.620),(128,0,38,1591,112,2808.344,34.468),(129,0,39,1591,112,3066.928,23.329),(130,0,40,1591,112,2814.811,42.950),(131,0,41,1591,112,2764.695,21.759),(132,0,42,1591,112,2865.951,49.079),(133,0,43,1591,112,2775.772,54.275),(134,0,44,1591,112,2478.075,57.962),(135,0,45,1591,112,2792.011,21.098),(136,0,1,1591,165,4057.154,73.433),(137,0,2,1591,165,3699.599,13.229),(138,0,3,1591,165,2732.055,53.817),(139,0,4,1591,165,3142.881,64.690),(140,0,5,1591,165,2531.615,52.982),(141,0,6,1591,165,2704.812,47.834),(142,0,7,1591,165,2677.614,129.373),(143,0,8,1591,165,2702.309,105.082),(144,0,9,1591,165,2568.806,196.944),(145,0,10,1591,165,2553.676,95.964),(146,0,11,1591,165,3461.538,0.013),(147,0,13,1591,165,7573.529,0.068),(148,0,15,1591,165,1918.244,19.179),(149,0,19,1591,165,929.405,5.482),(150,0,20,1591,165,1476.471,36.338),(151,0,22,1591,165,6450.820,0.244),(152,0,24,1591,165,1816.919,4.823),(153,0,25,1591,165,1416.012,73.397),(154,0,29,1591,165,2183.743,45.678),(155,0,30,1591,165,3048.809,20.488),(156,0,32,1591,165,6246.855,0.636),(157,0,31,1591,165,1690.075,25.603),(158,0,45,1591,165,8356.546,0.359),(159,0,44,1591,165,6749.340,0.379),(160,0,43,1591,165,8422.502,2.142),(161,0,42,1591,165,1815.796,24.804),(162,0,41,1591,165,5797.101,0.069),(163,0,40,1591,165,6580.000,0.250),(164,0,38,1591,165,1174.772,23.934),(165,0,37,1591,165,2117.647,0.034),(166,0,36,1591,165,2178.571,0.028),(167,0,35,1591,165,10947.761,0.268),(168,0,34,1591,165,1516.141,18.276),(169,0,1,1591,43,6729.626,71.623),(170,0,3,1591,43,2384.406,19.880),(171,0,5,1591,43,3985.038,32.082),(172,0,6,1591,43,3499.534,56.921),(173,0,7,1591,43,10134.978,22.937),(174,0,8,1591,43,2350.140,20.289),(175,0,9,1591,43,2321.375,26.900),(176,0,10,1591,43,2400.742,43.145),(177,0,11,1591,43,2479.600,82.600),(178,0,13,1591,43,2354.317,169.800),(179,0,14,1591,43,2506.222,123.833),(180,0,15,1591,43,2286.787,142.381),(181,0,16,1591,43,2412.037,33.429),(182,0,18,1591,43,9733.777,0.601),(183,0,20,1591,43,2219.623,34.878),(184,0,21,1591,43,7960.526,0.456),(185,0,23,1591,43,14382.799,0.593),(186,0,24,1591,43,2639.767,4.300),(187,0,25,1591,43,2128.897,14.500),(188,0,29,1591,43,2180.833,8.400),(189,0,30,1591,43,2476.821,0.302),(190,0,32,1591,43,5750.000,0.148),(191,0,45,1591,43,2101.330,4.510),(192,0,44,1591,43,11854.333,1.627),(193,0,43,1591,43,11698.384,0.557),(194,0,42,1591,43,6477.996,4.590),(195,0,41,1591,43,2955.759,20.705),(196,0,40,1591,43,2797.934,20.132),(197,0,38,1591,43,1000.000,0.001),(198,0,37,1591,43,2390.314,19.100),(199,0,36,1591,43,2319.531,62.911),(200,0,35,1591,43,2533.280,6.265),(201,0,34,1591,43,4063.636,0.220),(202,0,33,1591,43,2448.265,6.340),(203,0,1,1591,178,2848.877,15.017),(204,0,2,1591,178,3026.381,23.598),(205,0,3,1591,178,3051.134,NULL),(206,0,4,1591,178,2823.135,14.152),(207,0,5,1591,178,2974.062,0.520),(208,0,6,1591,178,3497.087,2.584),(209,0,7,1591,178,3369.899,13.674),(210,0,8,1591,178,3570.567,6.795),(211,0,9,1591,178,3392.443,15.508),(212,0,10,1591,178,3233.613,13.578),(213,0,11,1591,178,3020.000,3.000),(214,0,12,1591,178,3108.140,8.563),(215,0,13,1591,178,3078.760,NULL),(216,0,14,1591,178,3049.380,NULL),(217,0,15,1591,178,3020.000,1.000),(218,0,16,1591,178,3288.711,21.499),(219,0,17,1591,178,3100.028,5.256),(220,0,18,1591,178,2831.235,8.035),(221,0,19,1591,178,2297.731,3.200),(222,0,20,1591,178,1989.798,28.035),(223,0,21,1591,178,2271.005,8.500),(224,0,22,1591,178,2835.056,2.000),(225,0,23,1591,178,2901.971,24.911),(226,0,24,1591,178,3376.758,7.234),(227,0,25,1591,178,3347.339,2.903),(228,0,26,1591,178,3099.162,1.500),(229,0,27,1591,178,3070.181,4.113),(230,0,28,1591,178,2840.507,11.818),(231,0,29,1591,178,3026.979,7.200),(232,0,30,1591,178,3285.729,2.200),(233,0,31,1591,178,3532.871,3.870),(234,0,32,1591,178,3209.705,1.500),(235,0,33,1591,178,3192.283,7.879),(236,0,34,1591,178,2950.000,4.000),(237,0,35,1591,178,2950.000,2.000),(238,0,36,1591,178,3276.292,49.235),(239,0,37,1591,178,3792.716,48.753),(240,0,38,1591,178,4135.069,37.686),(241,0,39,1591,178,3893.831,35.185),(242,0,40,1591,178,4131.734,42.024),(243,0,41,1591,178,3336.538,1.000),(244,0,42,1591,178,3584.679,23.918),(245,0,43,1591,178,3083.077,1.791),(246,0,44,1591,178,3209.637,2.366),(247,0,45,1591,178,3315.339,4.205),(248,0,1,1591,174,4099.921,18.875),(249,0,2,1591,174,4385.029,21.736),(250,0,5,1591,174,1801.075,0.558),(251,0,8,1591,174,16602.874,3.480),(252,0,11,1591,174,4199.938,19.226),(253,0,12,1591,174,8722.025,2.252),(254,0,15,1591,174,1773.016,0.630),(255,0,16,1591,174,2942.349,19.219),(256,0,19,1591,174,3299.979,19.068),(257,0,23,1591,174,4381.907,22.042),(258,0,26,1591,174,2117.848,19.576),(259,0,27,1591,174,1350.877,0.057),(260,0,44,1591,174,28000.000,0.003),(261,0,43,1591,174,3419.934,19.284),(262,0,40,1591,174,3910.081,19.184),(263,0,38,1591,174,25725.000,0.080),(264,0,36,1591,174,4059.963,18.845),(265,0,35,1591,174,4119.983,19.136),(266,0,34,1591,174,17419.772,2.630),(267,0,15,1591,57,5314.286,0.245),(268,0,22,1591,57,5875.591,0.635),(269,0,23,1591,57,5814.858,2.598),(270,0,24,1591,57,5647.222,0.720),(271,0,25,1591,57,4165.975,0.723),(272,0,26,1591,57,4384.375,0.640),(273,0,27,1591,57,6004.606,1.954),(274,0,28,1591,57,5271.998,4.614),(275,0,29,1591,57,5408.213,2.849),(276,0,30,1591,57,5990.000,0.500),(277,0,32,1591,57,6709.355,1.101),(278,0,31,1591,57,5377.472,2.832),(279,0,45,1591,57,6920.724,4.806),(280,0,44,1591,57,6637.118,3.734),(281,0,43,1591,57,6576.164,6.637),(282,0,42,1591,57,5444.980,9.333),(283,0,41,1591,57,6655.499,3.164),(284,0,40,1591,57,4998.613,0.721),(285,0,39,1591,57,7094.994,6.432),(286,0,38,1591,57,3513.194,160.154),(287,0,37,1591,57,6366.412,3.144),(288,0,35,1591,57,6883.747,2.701),(289,0,34,1591,57,4896.953,1.805),(290,0,33,1591,57,5745.363,1.995),(291,0,1,1591,135,7601.028,3.220),(292,0,2,1591,135,7238.793,1.160),(293,0,3,1591,135,7292.415,1.002),(294,0,4,1591,135,7538.281,0.908),(295,0,5,1591,135,7211.262,1.004),(296,0,6,1591,135,6542.486,0.880),(297,0,7,1591,135,5822.719,1.162),(298,0,8,1591,135,5945.877,5.620),(299,0,9,1591,135,6392.456,0.985),(300,0,10,1591,135,6902.973,2.879),(301,0,11,1591,135,6998.703,2.199),(302,0,12,1591,135,6454.446,1.213),(303,0,13,1591,135,6724.438,3.437),(304,0,14,1591,135,5988.554,0.995),(305,0,15,1591,135,6165.145,0.906),(306,0,16,1591,135,5688.697,1.044),(307,0,17,1591,135,5613.215,1.241),(308,0,18,1591,135,5170.135,0.817),(309,0,19,1591,135,5612.490,1.249),(310,0,20,1591,135,5559.514,1.151),(311,0,21,1591,135,5349.562,1.310),(312,0,22,1591,135,4864.644,12.777),(313,0,23,1591,135,4424.368,6.049),(314,0,24,1591,135,4984.768,3.742),(315,0,25,1591,135,5267.962,0.952),(316,0,26,1591,135,4732.477,3.275),(317,0,27,1591,135,4756.317,5.401),(318,0,28,1591,135,4784.596,3.902),(319,0,29,1591,135,4697.212,3.115),(320,0,30,1591,135,4549.452,4.530),(321,0,31,1591,135,4602.980,2.295),(322,0,32,1591,135,5054.754,6.452),(323,0,33,1591,135,5021.708,4.883),(324,0,34,1591,135,4717.135,6.262),(325,0,35,1591,135,4525.741,8.508),(326,0,36,1591,135,4657.243,4.846),(327,0,37,1591,135,4767.365,2.433),(328,0,38,1591,135,4526.667,0.900),(329,0,39,1591,135,4589.571,12.465),(330,0,40,1591,135,4578.563,5.607),(331,0,41,1591,135,4939.144,1.389),(332,0,42,1591,135,5174.695,11.895),(333,0,43,1591,135,5003.270,15.802),(334,0,44,1591,135,5085.333,0.750),(335,0,45,1591,135,5551.046,4.073),(336,0,1,1591,70,3570.175,0.114),(337,0,2,1591,70,3451.429,0.175),(338,0,3,1591,70,3561.497,0.187),(339,0,4,1591,70,3580.645,0.062),(340,0,5,1591,70,3585.938,0.128),(341,0,11,1591,70,3000.000,0.003),(342,0,13,1591,70,4211.864,0.118),(343,0,14,1591,70,1198.216,2.018),(344,0,15,1591,70,1179.946,8.208),(345,0,17,1591,70,1850.504,23.800),(346,0,18,1591,70,1804.813,47.498),(347,0,19,1591,70,3255.814,0.086),(348,0,22,1591,70,8766.000,1.000),(349,0,23,1591,70,5668.576,1.397),(350,0,24,1591,70,3412.320,4.026),(351,0,25,1591,70,3925.211,0.829),(352,0,26,1591,70,5748.596,0.712),(353,0,27,1591,70,6093.596,1.421),(354,0,28,1591,70,2172.662,0.139),(355,0,29,1591,70,7196.020,2.010),(356,0,30,1591,70,4631.408,2.770),(357,0,32,1591,70,6361.644,0.365),(358,0,31,1591,70,6447.541,1.830),(359,0,45,1591,70,5308.834,1.347),(360,0,44,1591,70,7062.023,1.967),(361,0,43,1591,70,5692.924,5.865),(362,0,42,1591,70,5996.906,6.788),(363,0,41,1591,70,5567.214,2.373),(364,0,40,1591,70,6031.786,1.982),(365,0,39,1591,70,4057.453,0.644),(366,0,38,1591,70,5512.484,3.204),(367,0,37,1591,70,5032.419,0.802),(368,0,36,1591,70,9305.632,3.995),(369,0,35,1591,70,3335.903,3.373),(370,0,34,1591,70,6072.264,2.906),(371,0,33,1591,70,3557.885,4.388),(372,0,2,1591,138,2220.795,68.824),(373,0,8,1591,138,4898.518,6.208),(374,0,12,1591,138,13036.000,0.250),(375,0,14,1591,138,1250.000,0.004),(376,0,15,1591,138,3644.185,7.369),(377,0,16,1591,138,2142.857,0.007),(378,0,17,1591,138,2500.000,0.002),(379,0,20,1591,138,3525.948,7.727),(380,0,22,1591,138,7500.000,0.004),(381,0,27,1591,138,4013.320,7.132),(382,0,45,1591,138,333.333,0.003),(383,0,42,1591,138,3695.619,5.181),(384,0,3,1591,128,3926.995,9.150),(385,0,16,1591,128,10000.000,0.001),(386,0,17,1591,128,4203.021,6.487),(387,0,19,1591,128,1867.913,14.922),(388,0,21,1591,128,2500.000,0.002),(389,0,22,1591,128,2829.686,18.642),(390,0,28,1591,128,2091.275,17.409),(391,0,43,1591,128,4449.959,13.579),(392,0,38,1591,128,2929.818,14.263),(393,0,17,1591,251,1774.701,70.422),(394,0,1,1591,213,93000.000,0.013),(395,0,2,1591,213,18600.000,0.025),(396,0,3,1591,213,13057.932,1.122),(397,0,4,1591,213,15019.920,1.004),(398,0,5,1591,213,3627.880,2.561),(399,0,6,1591,213,8354.630,1.393),(400,0,10,1591,213,3332.991,2.925),(401,0,12,1591,213,15790.136,1.906),(402,0,16,1591,213,39333.333,0.009),(403,0,18,1591,213,4371.007,3.663),(404,0,21,1591,213,7395.305,2.130),(405,0,22,1591,213,2896.566,4.921),(406,0,24,1591,213,8061.538,0.065),(407,0,26,1591,213,5711.293,7.828),(408,0,28,1591,213,2487.779,3.723),(409,0,39,1591,213,4477.050,12.026),(410,0,37,1591,213,2515.373,18.897),(411,0,36,1591,213,14271.429,0.420),(412,0,34,1591,213,3624.210,2.214),(413,0,25,1591,105,3487.316,0.749),(414,0,26,1591,105,3305.233,0.688),(415,0,27,1591,105,5830.787,0.851),(416,0,28,1591,105,5983.731,0.922),(417,0,29,1591,105,5695.527,0.693),(418,0,30,1591,105,6346.430,2.087),(419,0,32,1591,105,5791.298,2.712),(420,0,31,1591,105,4267.910,1.019),(421,0,45,1591,105,6172.103,3.556),(422,0,44,1591,105,5800.462,4.325),(423,0,43,1591,105,5204.554,5.446),(424,0,42,1591,105,5289.365,3.874),(425,0,40,1591,105,6130.158,3.926),(426,0,39,1591,105,5836.100,2.410),(427,0,38,1591,105,5400.765,3.920),(428,0,37,1591,105,6258.584,0.932),(429,0,36,1591,105,6281.928,2.075),(430,0,35,1591,105,5649.554,0.896),(431,0,34,1591,105,6021.520,1.487),(432,0,33,1591,105,6027.174,2.576),(433,0,2,1591,160,10868.648,2.322),(434,0,9,1591,160,16711.033,0.571),(435,0,15,1591,160,19831.560,0.564),(436,0,19,1591,160,2281.250,0.032),(437,0,20,1591,160,19319.048,1.260),(438,0,21,1591,160,4732.997,0.397),(439,0,25,1591,160,7678.602,8.267),(440,0,44,1591,160,4478.091,14.560),(441,0,43,1591,160,5375.660,3.032),(442,0,42,1591,160,4335.865,4.740),(443,0,41,1591,160,4617.486,0.183),(444,0,39,1591,160,4884.946,0.930),(445,0,38,1591,160,16636.034,1.654),(446,0,36,1591,160,11722.142,2.782),(447,0,35,1591,160,5857.432,1.480),(448,0,34,1591,160,15958.079,2.290),(449,0,2,1591,153,4564.921,1.910),(450,0,8,1591,153,11363.128,0.179),(451,0,9,1591,153,3902.679,2.240),(452,0,10,1591,153,6216.667,1.020),(453,0,12,1591,153,28694.915,0.236),(454,0,14,1591,153,3142.100,4.342),(455,0,15,1591,153,9863.727,0.499),(456,0,22,1591,153,2760.865,4.303),(457,0,27,1591,153,2999.747,7.907),(458,0,31,1591,153,3488.842,11.427),(459,0,38,1591,153,3903.053,7.860),(460,0,12,1591,123,20724.638,0.138),(461,0,27,1591,123,29787.879,0.033),(462,0,44,1591,123,4789.865,12.097),(463,0,40,1591,123,4700.423,12.304),(464,0,37,1591,123,1951.049,17.160),(465,0,3,1591,81,3580.645,0.062),(466,0,5,1591,81,3580.645,0.062),(467,0,12,1591,81,3531.073,0.177),(468,0,13,1591,81,3250.000,0.032),(469,0,14,1591,81,3281.250,0.032),(470,0,16,1591,81,22000.000,0.520),(471,0,18,1591,81,3500.000,0.012),(472,0,20,1591,81,3263.158,0.019),(473,0,23,1591,81,3273.504,0.117),(474,0,24,1591,81,3153.846,0.013),(475,0,30,1591,81,6508.857,0.621),(476,0,45,1591,81,7597.152,1.194),(477,0,43,1591,81,7588.889,0.360),(478,0,42,1591,81,5323.629,36.718),(479,0,40,1591,81,2181.818,0.011),(480,0,39,1591,81,104425.000,0.040),(481,0,33,1591,81,6485.849,0.636),(482,0,24,1591,92,2133.702,14.450),(483,0,27,1591,92,6190.635,0.299),(484,0,31,1591,92,6101.509,2.187),(485,0,45,1591,92,6396.819,2.641),(486,0,44,1591,92,4500.734,0.681),(487,0,42,1591,92,4821.357,2.491),(488,0,41,1591,92,4128.483,0.646),(489,0,40,1591,92,5997.487,1.990),(490,0,38,1591,92,6131.226,2.309),(491,0,37,1591,92,4604.993,0.681),(492,0,35,1591,92,5976.554,1.834),(493,0,33,1591,92,4832.813,1.280),(494,0,1,1591,198,6489.631,0.868),(495,0,2,1591,198,5905.473,0.201),(496,0,3,1591,198,6056.000,0.125),(497,0,4,1591,198,6115.242,0.538),(498,0,5,1591,198,5886.040,0.351),(499,0,7,1591,198,5350.427,0.351),(500,0,8,1591,198,5855.072,0.138),(501,0,11,1591,198,5493.388,0.983),(502,0,13,1591,198,5281.457,0.302),(503,0,14,1591,198,4498.581,1.057),(504,0,15,1591,198,4346.939,0.882),(505,0,16,1591,198,4876.190,0.525),(506,0,17,1591,198,4042.502,1.247),(507,0,18,1591,198,4088.278,0.691),(508,0,19,1591,198,4008.734,0.458),(509,0,20,1591,198,3909.509,0.652),(510,0,21,1591,198,4287.042,1.937),(511,0,22,1591,198,4236.048,2.652),(512,0,23,1591,198,3628.310,0.982),(513,0,24,1591,198,3786.325,0.702),(514,0,25,1591,198,3722.701,0.696),(515,0,26,1591,198,4111.364,0.440),(516,0,27,1591,198,3568.182,0.264),(517,0,28,1591,198,3615.686,0.255),(518,0,29,1591,198,3573.407,0.722),(519,0,30,1591,198,3111.111,0.162),(520,0,32,1591,198,3840.215,0.557),(521,0,31,1591,198,3538.818,0.863),(522,0,45,1591,198,5078.704,1.080),(523,0,44,1591,198,4887.608,0.694),(524,0,43,1591,198,4791.457,0.398),(525,0,42,1591,198,4376.258,0.994),(526,0,41,1591,198,4671.171,0.666),(527,0,40,1591,198,4153.176,0.803),(528,0,39,1591,198,5024.523,0.734),(529,0,38,1591,198,4023.993,1.167),(530,0,37,1591,198,4617.571,0.774),(531,0,36,1591,198,2792.350,0.366),(532,0,35,1591,198,4119.374,0.511),(533,0,34,1591,198,3635.312,1.297),(534,0,33,1591,198,3799.443,0.718),(535,0,24,1591,26,7603.997,2.952),(536,0,25,1591,26,10836.842,0.190),(537,0,26,1591,26,9450.067,2.233),(538,0,29,1591,26,8529.412,2.890),(539,0,32,1591,26,7203.733,1.929),(540,0,45,1591,26,9562.362,2.710),(541,0,44,1591,26,8582.353,0.340),(542,0,43,1591,26,8156.397,2.986),(543,0,41,1591,26,9617.420,2.457),(544,0,40,1591,26,11777.778,0.900),(545,0,39,1591,26,9765.859,1.734),(546,0,36,1591,26,8643.917,2.696),(547,0,35,1591,26,9105.283,2.593),(548,0,34,1591,26,9757.403,2.634),(549,0,14,1591,199,2000.000,0.005),(550,0,16,1591,199,17000.000,0.001),(551,0,41,1591,199,2596.989,19.131),(552,0,35,1591,199,4001.155,3.462),(553,0,34,1591,199,500.000,0.002),(554,0,1,1591,166,14791.667,0.240),(555,0,7,1591,166,1666.667,0.006),(556,0,9,1591,166,14854.545,0.110),(557,0,45,1591,166,8974.227,3.104),(558,0,44,1591,166,5985.624,2.226),(559,0,43,1591,166,5525.902,2.162),(560,0,42,1591,166,6121.699,2.802),(561,0,41,1591,166,6028.093,2.029),(562,0,40,1591,166,8624.478,0.719),(563,0,39,1591,166,NULL,0.000),(564,0,38,1591,166,5820.296,0.946),(565,0,37,1591,166,8721.649,0.291),(566,0,35,1591,166,1000.000,0.001),(567,0,33,1591,166,666.667,0.003),(568,0,5,1591,103,4621.875,0.320),(569,0,8,1591,103,3714.286,0.007),(570,0,22,1591,103,5709.516,0.599),(571,0,24,1591,103,2818.389,8.320),(572,0,28,1591,103,6114.420,0.638),(573,0,45,1591,103,6187.905,0.463),(574,0,44,1591,103,2862.366,0.465),(575,0,43,1591,103,4703.077,0.650),(576,0,42,1591,103,7885.714,0.315),(577,0,40,1591,103,6698.697,0.614),(578,0,36,1591,103,5133.333,0.060),(579,0,34,1591,103,3176.570,0.589),(580,0,33,1591,103,5650.990,0.404),(581,0,21,1591,232,1163.000,12.000),(582,0,24,1591,134,22598.240,0.341),(583,0,27,1591,134,6100.329,0.608),(584,0,28,1591,134,6208.466,1.252),(585,0,31,1591,134,6399.933,2.988),(586,0,44,1591,134,6802.622,1.449),(587,0,43,1591,134,6361.111,0.288),(588,0,38,1591,134,6412.231,0.883),(589,0,37,1591,134,4199.867,2.997),(590,0,36,1591,134,6550.287,0.696),(591,0,23,1591,210,5244.706,0.425),(592,0,25,1591,210,4800.469,0.426),(593,0,26,1591,210,5125.891,0.421),(594,0,27,1591,210,5449.649,0.427),(595,0,28,1591,210,5104.265,0.422),(596,0,29,1591,210,4970.252,0.437),(597,0,30,1591,210,4901.761,1.079),(598,0,32,1591,210,6270.809,0.853),(599,0,45,1591,210,5288.503,0.461),(600,0,44,1591,210,5558.394,0.274),(601,0,43,1591,210,6066.421,0.271),(602,0,42,1591,210,5607.108,1.013),(603,0,41,1591,210,5401.254,0.319),(604,0,40,1591,210,5294.118,0.408),(605,0,39,1591,210,5763.761,0.436),(606,0,38,1591,210,5594.507,0.619),(607,0,37,1591,210,2128.931,0.636),(608,0,36,1591,210,2130.584,0.291),(609,0,35,1591,210,4945.841,0.517),(610,0,34,1591,210,5508.242,0.364),(611,0,33,1591,210,5121.284,0.841),(612,0,16,1591,97,2691.247,10.659),(613,0,21,1591,205,2490.310,2.064),(614,0,22,1591,205,4633.281,1.268),(615,0,23,1591,205,5368.267,1.708),(616,0,26,1591,205,4561.605,0.698),(617,0,29,1591,205,5717.221,1.022),(618,0,41,1591,205,4925.729,0.377),(619,0,33,1591,205,4929.221,0.989),(620,0,34,1591,139,5216.638,5.770),(621,0,43,1591,66,3360.000,5.625),(622,0,12,1591,80,23142.857,0.007),(623,0,18,1591,80,31600.000,0.005),(624,0,20,1591,80,80000.000,0.001),(625,0,33,1591,80,4989.754,5.368),(626,0,1,1591,38,23457.364,0.903),(627,0,4,1591,38,5000.000,0.001),(628,0,5,1591,38,23836.217,0.867),(629,0,6,1591,38,500.000,0.030),(630,0,7,1591,38,947.752,0.823),(631,0,8,1591,38,23755.269,0.854),(632,0,9,1591,38,746.269,0.067),(633,0,10,1591,38,5000.000,0.001),(634,0,11,1591,38,12579.837,1.597),(635,0,15,1591,38,4166.667,0.006),(636,0,22,1591,38,21093.923,0.181),(637,0,42,1591,67,8848.958,5.184),(638,0,38,1591,61,5715.080,4.496),(639,0,11,1591,235,2500.000,0.002),(640,0,18,1591,235,6766.472,1.199),(641,0,44,1591,235,333.333,0.003),(642,0,39,1591,235,5990.562,2.649),(643,0,38,1591,235,500.000,0.002),(644,0,1,1591,115,2000.000,0.001),(645,0,2,1591,115,50048.951,0.286),(646,0,9,1591,115,80771.429,0.035),(647,0,10,1591,115,72235.602,0.191),(648,0,11,1591,115,75338.645,0.251),(649,0,12,1591,115,58740.385,0.312),(650,0,13,1591,115,58161.290,0.310),(651,0,14,1591,115,66198.795,0.166),(652,0,15,1591,115,57372.694,0.271),(653,0,16,1591,115,17928.571,0.056),(654,0,17,1591,115,163000.000,0.001),(655,0,20,1591,115,10769.231,0.078),(656,0,22,1591,115,29400.000,0.010),(657,0,25,1591,115,21520.000,0.050),(658,0,27,1591,115,55000.000,0.350),(659,0,28,1591,115,10536.585,0.410),(660,0,29,1591,115,24584.906,0.053),(661,0,30,1591,115,20232.143,0.056),(662,0,32,1591,115,17694.118,0.085),(663,0,31,1591,115,20636.364,0.044),(664,0,44,1591,115,10384.615,0.013),(665,0,39,1591,115,57000.000,0.250),(666,0,37,1591,115,16852.041,0.196),(667,0,35,1591,115,11245.000,0.200),(668,0,3,1591,14,14820.000,0.200),(669,0,14,1591,14,1428.571,0.007),(670,0,16,1591,14,16421.053,0.019),(671,0,18,1591,14,24783.333,0.060),(672,0,19,1591,14,19876.912,2.681),(673,0,14,1591,152,1347.090,1.890),(674,0,42,1591,152,54000.000,0.034),(675,0,39,1591,152,53562.500,0.032),(676,0,37,1591,152,2131.148,0.549),(677,0,1,1591,243,5704.981,1.305),(678,0,3,1591,243,16657.895,0.076),(679,0,7,1591,243,2000.000,0.001),(680,0,9,1591,243,3750.000,0.004),(681,0,12,1591,243,4444.444,0.009),(682,0,21,1591,243,1666.667,0.009),(683,0,28,1591,243,1500.000,0.002),(684,0,43,1591,243,11095.652,0.920),(685,0,38,1591,243,1500.000,0.002),(686,0,16,1591,101,5256.556,0.877),(687,0,17,1591,101,12137.681,0.138),(688,0,18,1591,101,10141.905,1.050),(689,0,6,1591,120,13952.381,0.042),(690,0,20,1591,120,13791.045,0.067),(691,0,31,1591,120,29809.524,0.042),(692,0,40,1591,120,15666.667,0.036),(693,0,36,1591,120,15545.455,0.055),(694,0,33,1591,120,2133.737,1.488),(695,0,19,1591,25,11005.398,1.482),(696,0,25,1591,25,20651.515,0.198),(697,0,14,1591,224,6285.714,0.196),(698,0,43,1591,224,2759.574,1.410),(699,0,3,1591,182,3562.500,0.016),(700,0,4,1591,182,8500.000,0.006),(701,0,6,1591,182,3583.333,0.012),(702,0,7,1591,182,7500.000,0.004),(703,0,10,1591,182,2333.333,0.003),(704,0,11,1591,182,7142.857,0.007),(705,0,16,1591,182,7000.000,0.007),(706,0,17,1591,182,4362.857,0.350),(707,0,20,1591,182,3133.333,0.015),(708,0,25,1591,182,6000.000,0.004),(709,0,26,1591,182,2190.476,0.021),(710,0,28,1591,182,3839.542,0.349),(711,0,32,1591,182,2090.909,0.022),(712,0,43,1591,182,2126.984,0.126),(713,0,42,1591,182,7921.708,0.562),(714,0,36,1591,182,5750.000,0.004),(715,0,33,1591,182,5750.000,0.004),(716,0,16,1591,285,6435.211,1.420),(717,0,38,1591,40,6983.260,1.135),(718,0,34,1591,40,7217.391,0.276),(719,0,22,1591,22,7143.770,0.626),(720,0,29,1591,22,2111.111,0.081),(721,0,45,1591,22,8760.417,0.672),(722,0,29,1591,238,6547.445,1.370),(723,0,45,1591,238,2000.000,0.001),(724,0,43,1591,238,500.000,0.002),(725,0,1,1591,42,4225.455,0.275),(726,0,3,1591,42,4084.158,0.202),(727,0,10,1591,42,6166.667,0.072),(728,0,15,1591,42,3500.000,0.078),(729,0,27,1591,42,3838.983,0.236),(730,0,31,1591,42,158250.000,0.004),(731,0,45,1591,42,6317.073,0.082),(732,0,35,1591,42,9733.333,0.015),(733,0,34,1591,42,16531.469,0.143),(734,0,8,1591,227,8538.793,0.696),(735,0,17,1591,227,11500.000,0.400),(736,0,7,1591,89,7098.985,0.394),(737,0,26,1591,89,8258.514,0.646),(738,0,4,1591,150,22431.818,0.132),(739,0,10,1591,150,15022.727,0.088),(740,0,16,1591,150,17173.077,0.052),(741,0,23,1591,150,32645.833,0.096),(742,0,27,1591,150,48666.667,0.003),(743,0,28,1591,150,18640.000,0.025),(744,0,43,1591,150,13991.379,0.116),(745,0,42,1591,150,11012.821,0.390),(746,0,40,1591,150,15454.545,0.011),(747,0,34,1591,150,15814.815,0.081),(748,0,4,1591,21,11733.333,0.300),(749,0,44,1591,21,4401.899,0.632),(750,0,36,1591,21,34535.714,0.056),(751,0,44,1591,56,7645.557,0.979),(752,0,1,1591,206,3493.261,0.371),(753,0,13,1591,206,8468.927,0.177),(754,0,16,1591,206,5513.793,0.290),(755,0,3,1591,141,6756.579,0.152),(756,0,12,1591,141,1813.218,0.348),(757,0,15,1591,141,1404.348,0.230),(758,0,23,1591,141,21655.556,0.090),(759,0,40,1591,111,15487.500,0.800),(760,0,24,1591,2,22666.667,0.009),(761,0,25,1591,2,1285.714,0.350),(762,0,35,1591,2,21196.000,0.250),(763,0,18,1591,64,9186.047,0.559),(764,0,1,1591,47,3298.387,0.124),(765,0,4,1591,47,4980.000,0.100),(766,0,38,1591,47,10471.471,0.333),(767,0,14,1591,48,17972.477,0.109),(768,0,16,1591,48,17546.667,0.150),(769,0,20,1591,48,14760.684,0.117),(770,0,21,1591,48,16413.174,0.167),(771,0,36,1591,48,2333.333,0.003),(772,0,1,1591,203,25333.333,0.015),(773,0,26,1591,203,7714.286,0.007),(774,0,27,1591,203,8737.778,0.450),(775,0,6,1591,44,25906.716,0.268),(776,0,43,1591,44,29000.000,0.002),(777,0,38,1591,44,16185.841,0.113),(778,0,32,1591,60,16416.667,0.300),(779,0,4,1591,46,9153.333,0.300),(780,0,14,1591,104,15870.000,0.200),(781,0,31,1591,104,13830.000,0.100),(782,0,21,1591,220,8839.286,0.280),(783,0,6,1591,98,5000.000,0.001),(784,0,18,1591,98,2236.994,0.173),(785,0,35,1591,98,13043.478,0.092),(786,0,45,1591,208,6721.569,0.255),(787,0,39,1591,1,59000.000,0.001),(788,0,38,1591,1,7919.355,0.248),(789,0,33,1591,1,3000.000,0.001),(790,0,11,1591,132,17600.000,0.015),(791,0,43,1591,132,6544.041,0.193),(792,0,18,1591,74,11000.000,0.200),(793,0,3,1591,161,17000.000,0.009),(794,0,11,1591,161,21150.000,0.020),(795,0,30,1591,161,7363.636,0.143),(796,0,37,1591,161,10000.000,0.002),(797,0,28,1591,185,5673.077,0.156),(798,0,5,1591,176,24438.462,0.130),(799,0,3,1591,118,13358.333,0.120),(800,0,31,1591,211,6500.000,0.120),(801,0,18,1591,109,12138.889,0.108),(802,0,14,1591,163,21630.000,0.100),(803,0,11,1591,13,61240.000,0.100),(804,0,20,1591,146,17450.000,0.060),(805,0,19,1591,124,28718.750,0.032),(806,0,33,1591,106,821.429,0.028),(807,0,4,1591,144,17200.000,0.025),(808,0,28,1591,31,131666.667,0.012),(809,0,17,1591,226,7333.333,0.009),(810,0,23,1591,41,48600.000,0.005),(811,0,16,1591,287,12500.000,0.004),(812,0,15,1591,240,10000.000,0.001),(813,0,16,1591,240,8500.000,0.002),(814,0,45,1591,240,NULL,0.000),(815,0,44,1591,240,NULL,0.000),(816,0,27,1591,91,40666.667,0.003),(817,0,24,1591,156,1000.000,0.001),(818,1,1,1591,31,3532.856,4720.746),(819,1,2,1591,31,3705.211,3830.452),(820,1,3,1591,31,3578.846,3819.691),(821,1,4,1591,31,3510.751,4334.234),(822,1,5,1591,31,3239.187,4594.962),(823,1,6,1591,31,3399.347,4287.417),(824,1,7,1591,31,3249.737,4114.359),(825,1,8,1591,31,3199.396,3453.107),(826,1,9,1591,31,3353.761,3834.634),(827,1,10,1591,31,3094.998,4547.545),(828,1,11,1591,31,2816.435,4440.279),(829,1,12,1591,31,2755.179,2906.268),(830,1,13,1591,31,2598.038,5809.969),(831,1,14,1591,31,2528.955,3532.107),(832,1,15,1591,31,2494.733,5325.647),(833,1,16,1591,31,2444.374,4155.896),(834,1,17,1591,31,2307.182,4649.062),(835,1,18,1591,31,2316.561,4249.810),(836,1,19,1591,31,2241.976,3980.959),(837,1,20,1591,31,2182.227,3290.516),(838,1,21,1591,31,2201.877,4550.528),(839,1,22,1591,31,1984.803,5456.216),(840,1,23,1591,31,1884.517,4702.843),(841,1,24,1591,31,1926.818,4023.421),(842,1,25,1591,31,1866.881,5381.208),(843,1,26,1591,31,2038.927,3329.888),(844,1,27,1591,31,1960.868,4260.906),(845,1,28,1591,31,2219.383,4950.250),(846,1,29,1591,31,2270.477,4234.496),(847,1,30,1591,31,2403.819,4361.255),(848,1,31,1591,31,2548.329,4964.767),(849,1,32,1591,31,2717.372,3381.588),(850,1,33,1591,31,2800.689,4508.300),(851,1,34,1591,31,2776.625,5846.992),(852,1,35,1591,31,2858.488,4913.042),(853,1,36,1591,31,2784.003,4661.558),(854,1,37,1591,31,2794.415,5178.722),(855,1,38,1591,31,2963.096,4094.754),(856,1,39,1591,31,2977.535,4802.783),(857,1,40,1591,31,3196.321,4844.727),(858,1,41,1591,31,2957.739,4254.740),(859,1,42,1591,31,2610.666,5662.066),(860,1,43,1591,31,2393.858,4612.900),(861,1,44,1591,31,2375.829,3277.681),(862,1,45,1591,31,2448.613,4418.548),(863,1,1,1591,251,1735.672,3098.086),(864,1,2,1591,251,1727.145,3580.738),(865,1,3,1591,251,1744.037,3915.128),(866,1,4,1591,251,1689.802,4074.407),(867,1,5,1591,251,1836.079,4397.442),(868,1,6,1591,251,1797.631,4934.325),(869,1,7,1591,251,1854.794,4421.850),(870,1,8,1591,251,1798.209,3154.503),(871,1,9,1591,251,1795.326,3725.884),(872,1,10,1591,251,1742.166,4807.738),(873,1,11,1591,251,1734.223,3750.411),(874,1,12,1591,251,1733.569,3105.208),(875,1,13,1591,251,1668.624,5128.865),(876,1,14,1591,251,1713.623,4302.028),(877,1,15,1591,251,1777.135,4793.432),(878,1,16,1591,251,1781.737,5203.862),(879,1,17,1591,251,1713.643,4686.506),(880,1,18,1591,251,1646.091,4608.502),(881,1,19,1591,251,1710.872,4262.154),(882,1,20,1591,251,1694.231,2211.665),(883,1,21,1591,251,1622.737,3730.344),(884,1,22,1591,251,1546.295,4374.367),(885,1,23,1591,251,1543.629,2618.281),(886,1,24,1591,251,1603.335,1818.153),(887,1,25,1591,251,1531.505,4935.356),(888,1,26,1591,251,1588.721,3996.159),(889,1,27,1591,251,1632.481,5468.876),(890,1,28,1591,251,1613.033,4866.744),(891,1,29,1591,251,1587.635,5041.239),(892,1,30,1591,251,1648.969,4884.241),(893,1,31,1591,251,1662.075,5886.779),(894,1,32,1591,251,1662.985,3497.850),(895,1,33,1591,251,1674.898,5115.257),(896,1,34,1591,251,1757.943,4994.776),(897,1,35,1591,251,1654.836,3765.874),(898,1,36,1591,251,1662.772,3155.935),(899,1,37,1591,251,1756.916,3712.936),(900,1,38,1591,251,1859.471,3714.848),(901,1,39,1591,251,1902.727,4503.889),(902,1,40,1591,251,1996.690,4738.655),(903,1,41,1591,251,1889.117,4191.295),(904,1,42,1591,251,1916.445,3706.607),(905,1,43,1591,251,1737.222,2831.404),(906,1,44,1591,251,1820.094,1156.690),(907,1,45,1591,251,1719.344,2404.463),(908,1,1,1591,100,4015.424,380.569),(909,1,2,1591,100,4108.327,1293.500),(910,1,3,1591,100,3885.284,1740.220),(911,1,4,1591,100,3627.909,1210.854),(912,1,5,1591,100,3735.364,1589.196),(913,1,6,1591,100,3481.353,2362.737),(914,1,7,1591,100,3539.182,1861.622),(915,1,8,1591,100,3564.281,984.170),(916,1,9,1591,100,3257.970,1076.038),(917,1,10,1591,100,3185.412,861.296),(918,1,11,1591,100,3080.777,734.419),(919,1,12,1591,100,2886.149,881.277),(920,1,13,1591,100,2845.462,678.564),(921,1,14,1591,100,2833.227,1092.531),(922,1,15,1591,100,2565.547,1552.534),(923,1,16,1591,100,2527.876,1614.843),(924,1,17,1591,100,2400.048,1666.540),(925,1,18,1591,100,2500.613,1393.044),(926,1,19,1591,100,2284.418,2021.433),(927,1,20,1591,100,2254.252,997.670),(928,1,21,1591,100,2114.964,923.440),(929,1,22,1591,100,2075.125,1079.229),(930,1,23,1591,100,2246.346,317.052),(931,1,24,1591,100,2186.420,458.716),(932,1,25,1591,100,2181.168,1150.144),(933,1,26,1591,100,2364.337,1271.560),(934,1,27,1591,100,2308.855,1291.101),(935,1,28,1591,100,2581.691,1560.061),(936,1,29,1591,100,2813.015,1562.048),(937,1,30,1591,100,2838.347,1578.494),(938,1,31,1591,100,3125.218,1738.993),(939,1,32,1591,100,3202.226,1034.287),(940,1,33,1591,100,3235.312,2094.140),(941,1,34,1591,100,3129.734,1409.256),(942,1,35,1591,100,3266.967,841.944),(943,1,36,1591,100,2972.771,883.563),(944,1,37,1591,100,3221.140,1174.811),(945,1,38,1591,100,3266.190,1863.079),(946,1,39,1591,100,3578.177,1732.187),(947,1,40,1591,100,3542.996,2107.271),(948,1,41,1591,100,3399.047,2470.615),(949,1,42,1591,100,3273.856,2113.925),(950,1,43,1591,100,2961.990,1660.157),(951,1,44,1591,100,2972.121,1228.779),(952,1,45,1591,100,2754.275,1748.036),(953,1,1,1591,71,3871.318,1109.796),(954,1,2,1591,71,3858.488,915.620),(955,1,3,1591,71,3763.336,853.290),(956,1,4,1591,71,3702.685,752.728),(957,1,5,1591,71,3634.129,1124.946),(958,1,6,1591,71,3377.907,1208.454),(959,1,7,1591,71,3422.322,1369.008),(960,1,8,1591,71,3304.625,1337.577),(961,1,9,1591,71,3284.717,1280.093),(962,1,10,1591,71,2928.683,1525.822),(963,1,11,1591,71,2967.844,1188.132),(964,1,12,1591,71,2848.982,990.204),(965,1,13,1591,71,2807.011,1108.671),(966,1,14,1591,71,2602.606,993.626),(967,1,15,1591,71,2593.964,1016.750),(968,1,16,1591,71,2457.728,1082.007),(969,1,17,1591,71,2524.053,1508.304),(970,1,18,1591,71,2330.694,1542.884),(971,1,19,1591,71,2310.087,1708.787),(972,1,20,1591,71,2341.438,1011.370),(973,1,21,1591,71,2306.585,1319.722),(974,1,22,1591,71,2165.748,1636.857),(975,1,23,1591,71,2141.117,1154.190),(976,1,24,1591,71,2095.387,804.362),(977,1,25,1591,71,2031.207,855.905),(978,1,26,1591,71,2234.643,668.740),(979,1,27,1591,71,2196.336,597.043),(980,1,28,1591,71,2333.337,729.936),(981,1,29,1591,71,2479.830,631.636),(982,1,30,1591,71,2708.972,1085.684),(983,1,31,1591,71,2686.012,1275.671),(984,1,32,1591,71,2850.211,937.735),(985,1,33,1591,71,2913.509,1260.657),(986,1,34,1591,71,3268.669,1229.473),(987,1,35,1591,71,3307.498,1055.442),(988,1,36,1591,71,3273.610,1124.827),(989,1,37,1591,71,3261.930,987.773),(990,1,38,1591,71,3443.055,884.366),(991,1,39,1591,71,3663.869,1088.809),(992,1,40,1591,71,3656.067,867.748),(993,1,41,1591,71,3671.411,942.032),(994,1,42,1591,71,3761.390,1695.965),(995,1,43,1591,71,3354.804,1296.549),(996,1,44,1591,71,3665.250,732.872),(997,1,45,1591,71,3291.589,950.302),(998,1,1,1591,20,2839.834,2202.153),(999,1,2,1591,20,3205.662,2303.144),(1000,1,3,1591,20,3120.142,2225.139),(1001,1,4,1591,20,3033.955,2022.474),(1002,1,5,1591,20,3036.672,2302.044),(1003,1,6,1591,20,3256.520,1328.319),(1004,1,7,1591,20,2776.479,1004.904),(1005,1,8,1591,20,2859.421,1510.237),(1006,1,9,1591,20,3124.836,678.028),(1007,1,10,1591,20,3230.753,605.630),(1008,1,11,1591,20,3176.652,1698.523),(1009,1,12,1591,20,3184.531,715.798),(1010,1,13,1591,20,2899.783,847.240),(1011,1,14,1591,20,2788.796,1084.714),(1012,1,15,1591,20,2890.581,823.391),(1013,1,16,1591,20,2833.780,919.565),(1014,1,17,1591,20,2631.939,729.994),(1015,1,18,1591,20,2616.441,732.155),(1016,1,19,1591,20,2576.862,966.182),(1017,1,20,1591,20,2297.029,1651.405),(1018,1,21,1591,20,2226.815,1217.624),(1019,1,22,1591,20,2361.903,642.424),(1020,1,23,1591,20,2405.136,497.917),(1021,1,24,1591,20,2471.405,647.902),(1022,1,25,1591,20,2311.169,593.245),(1023,1,26,1591,20,2192.074,1491.883),(1024,1,27,1591,20,2051.010,1318.689),(1025,1,28,1591,20,2332.060,550.216),(1026,1,29,1591,20,2564.060,425.038),(1027,1,30,1591,20,2503.050,596.819),(1028,1,31,1591,20,2473.824,698.491),(1029,1,32,1591,20,2647.811,572.281),(1030,1,33,1591,20,2892.470,617.965),(1031,1,34,1591,20,3317.062,552.472),(1032,1,35,1591,20,3308.775,503.130),(1033,1,36,1591,20,3543.535,992.078),(1034,1,37,1591,20,3426.778,597.414),(1035,1,38,1591,20,3175.845,1024.674),(1036,1,39,1591,20,3451.980,1116.552),(1037,1,40,1591,20,3446.272,1080.650),(1038,1,41,1591,20,3216.491,476.227),(1039,1,42,1591,20,3085.120,1314.668),(1040,1,43,1591,20,3042.328,392.085),(1041,1,44,1591,20,3138.811,330.678),(1042,1,45,1591,20,2920.212,266.279),(1043,1,1,1591,59,3642.666,807.631),(1044,1,2,1591,59,3638.671,581.722),(1045,1,3,1591,59,3262.841,1809.211),(1046,1,4,1591,59,3346.502,1602.585),(1047,1,5,1591,59,2987.932,1606.397),(1048,1,6,1591,59,3064.086,1907.233),(1049,1,7,1591,59,3507.352,1148.213),(1050,1,8,1591,59,3626.161,480.603),(1051,1,9,1591,59,3724.443,518.449),(1052,1,10,1591,59,3361.247,729.196),(1053,1,11,1591,59,3273.052,1523.977),(1054,1,12,1591,59,3203.598,619.672),(1055,1,13,1591,59,2537.700,1066.931),(1056,1,14,1591,59,2108.779,1714.243),(1057,1,15,1591,59,2028.130,2455.524),(1058,1,16,1591,59,2125.345,1775.287),(1059,1,17,1591,59,1867.401,1166.858),(1060,1,18,1591,59,2119.063,1295.086),(1061,1,19,1591,59,1939.534,2317.244),(1062,1,20,1591,59,2142.820,79.223),(1063,1,21,1591,59,1854.601,592.405),(1064,1,22,1591,59,1624.119,1579.485),(1065,1,23,1591,59,1606.879,866.688),(1066,1,24,1591,59,1648.786,547.037),(1067,1,25,1591,59,2015.663,220.413),(1068,1,26,1591,59,2053.063,1519.041),(1069,1,27,1591,59,2355.914,178.508),(1070,1,28,1591,59,2809.166,170.797),(1071,1,29,1591,59,2993.513,417.441),(1072,1,30,1591,59,3149.401,1674.533),(1073,1,31,1591,59,3045.758,193.028),(1074,1,32,1591,59,2795.043,272.705),(1075,1,33,1591,59,2892.318,464.935),(1076,1,34,1591,59,3362.440,607.935),(1077,1,35,1591,59,3925.348,681.692),(1078,1,36,1591,59,3589.972,1297.181),(1079,1,37,1591,59,3374.259,2697.712),(1080,1,38,1591,59,3584.778,866.419),(1081,1,39,1591,59,3148.500,806.136),(1082,1,40,1591,59,3478.261,180.411),(1083,1,41,1591,59,3286.707,513.624),(1084,1,42,1591,59,3078.131,398.050),(1085,1,43,1591,59,3046.656,891.418),(1086,1,44,1591,59,3367.806,75.836),(1087,1,45,1591,59,3180.980,22.671),(1088,1,1,1591,104,2152.898,253.719),(1089,1,2,1591,104,2255.477,129.177),(1090,1,3,1591,104,2342.521,171.761),(1091,1,4,1591,104,1977.906,215.100),(1092,1,5,1591,104,2072.617,187.918),(1093,1,6,1591,104,2190.410,101.628),(1094,1,7,1591,104,2255.227,362.548),(1095,1,8,1591,104,2175.135,682.461),(1096,1,9,1591,104,2017.847,1219.398),(1097,1,10,1591,104,1916.720,1411.533),(1098,1,11,1591,104,1927.412,1490.671),(1099,1,12,1591,104,1683.373,893.330),(1100,1,13,1591,104,1798.706,1741.796),(1101,1,14,1591,104,1694.588,742.334),(1102,1,15,1591,104,1794.704,1094.928),(1103,1,16,1591,104,1912.174,440.897),(1104,1,17,1591,104,1710.404,1428.715),(1105,1,18,1591,104,1829.320,1156.294),(1106,1,19,1591,104,1649.827,2083.326),(1107,1,20,1591,104,1672.808,1666.152),(1108,1,21,1591,104,1702.059,1457.995),(1109,1,22,1591,104,1610.085,1186.783),(1110,1,23,1591,104,1560.417,1801.296),(1111,1,24,1591,104,1615.517,1230.452),(1112,1,25,1591,104,1619.987,1043.404),(1113,1,26,1591,104,1831.993,125.430),(1114,1,27,1591,104,1677.160,308.065),(1115,1,28,1591,104,1829.908,273.208),(1116,1,29,1591,104,1943.043,129.137),(1117,1,30,1591,104,2018.987,315.319),(1118,1,31,1591,104,2047.324,382.684),(1119,1,32,1591,104,1828.938,896.364),(1120,1,33,1591,104,1844.454,838.382),(1121,1,34,1591,104,1780.456,1839.930),(1122,1,35,1591,104,1762.398,902.216),(1123,1,36,1591,104,1728.521,803.231),(1124,1,37,1591,104,1812.858,692.395),(1125,1,38,1591,104,1887.354,351.560),(1126,1,39,1591,104,2091.365,519.551),(1127,1,40,1591,104,2041.563,893.806),(1128,1,41,1591,104,1976.445,733.675),(1129,1,42,1591,104,1898.844,1112.428),(1130,1,43,1591,104,1935.598,84.351),(1131,1,44,1591,104,1737.362,1211.540),(1132,1,45,1591,104,1811.613,1359.108),(1133,1,1,1591,49,4445.533,833.423),(1134,1,2,1591,49,4376.849,876.293),(1135,1,3,1591,49,4509.299,528.680),(1136,1,4,1591,49,4081.782,484.804),(1137,1,5,1591,49,4059.148,862.699),(1138,1,6,1591,49,3971.417,839.614),(1139,1,7,1591,49,3751.344,856.654),(1140,1,8,1591,49,3916.188,661.974),(1141,1,9,1591,49,3822.040,488.920),(1142,1,10,1591,49,3556.281,987.719),(1143,1,11,1591,49,3589.377,714.679),(1144,1,12,1591,49,3128.177,541.836),(1145,1,13,1591,49,3347.613,1426.250),(1146,1,14,1591,49,2863.302,840.234),(1147,1,15,1591,49,2721.880,1017.792),(1148,1,16,1591,49,2803.257,1080.852),(1149,1,17,1591,49,2670.134,1052.399),(1150,1,18,1591,49,2662.945,990.722),(1151,1,19,1591,49,2547.769,1408.507),(1152,1,20,1591,49,2459.354,679.097),(1153,1,21,1591,49,2534.506,1165.080),(1154,1,22,1591,49,2285.653,1091.172),(1155,1,23,1591,49,2355.685,947.230),(1156,1,24,1591,49,2357.044,1072.225),(1157,1,25,1591,49,2269.914,804.529),(1158,1,26,1591,49,2539.083,966.634),(1159,1,27,1591,49,2500.153,1098.162),(1160,1,28,1591,49,2906.804,964.946),(1161,1,29,1591,49,2785.510,1082.530),(1162,1,30,1591,49,2917.880,981.054),(1163,1,31,1591,49,3151.439,905.039),(1164,1,32,1591,49,3166.321,586.329),(1165,1,33,1591,49,3186.340,624.048),(1166,1,34,1591,49,3495.330,721.977),(1167,1,35,1591,49,3551.428,907.796),(1168,1,36,1591,49,3547.621,459.913),(1169,1,37,1591,49,3376.099,880.936),(1170,1,38,1591,49,3698.158,831.882),(1171,1,39,1591,49,3550.280,1000.282),(1172,1,40,1591,49,3776.130,628.739),(1173,1,41,1591,49,3793.000,731.020),(1174,1,42,1591,49,3696.607,604.655),(1175,1,43,1591,49,3278.475,224.562),(1176,1,44,1591,49,3228.295,719.674),(1177,1,45,1591,49,3244.568,463.183),(1178,1,1,1591,173,4321.234,1151.636),(1179,1,2,1591,173,4197.655,1005.497),(1180,1,3,1591,173,4090.144,414.472),(1181,1,4,1591,173,3655.566,673.792),(1182,1,5,1591,173,3470.940,560.174),(1183,1,6,1591,173,3451.188,318.978),(1184,1,7,1591,173,3384.351,382.858),(1185,1,8,1591,173,3688.193,500.864),(1186,1,9,1591,173,3391.927,1388.800),(1187,1,10,1591,173,3257.186,1582.864),(1188,1,11,1591,173,3163.980,1227.065),(1189,1,12,1591,173,3062.733,1181.674),(1190,1,13,1591,173,2986.206,1249.464),(1191,1,14,1591,173,2826.719,406.479),(1192,1,15,1591,173,2733.680,317.817),(1193,1,16,1591,173,2888.025,114.668),(1194,1,17,1591,173,2728.048,146.813),(1195,1,18,1591,173,2825.432,132.697),(1196,1,19,1591,173,2740.670,479.995),(1197,1,20,1591,173,2586.136,751.037),(1198,1,21,1591,173,2632.818,653.333),(1199,1,22,1591,173,2434.459,619.831),(1200,1,23,1591,173,2180.154,1296.920),(1201,1,24,1591,173,2152.525,929.239),(1202,1,25,1591,173,2247.849,1550.460),(1203,1,26,1591,173,2236.439,526.753),(1204,1,27,1591,173,2393.030,312.053),(1205,1,28,1591,173,2376.208,289.984),(1206,1,29,1591,173,2645.692,352.662),(1207,1,30,1591,173,2823.625,128.272),(1208,1,31,1591,173,2872.919,325.539),(1209,1,32,1591,173,3002.807,287.126),(1210,1,33,1591,173,3165.688,513.684),(1211,1,34,1591,173,3499.124,1346.200),(1212,1,35,1591,173,3667.384,1079.892),(1213,1,36,1591,173,3569.611,1405.594),(1214,1,37,1591,173,3601.718,770.772),(1215,1,38,1591,173,3454.801,221.642),(1216,1,39,1591,173,3695.469,168.508),(1217,1,40,1591,173,3790.226,157.785),(1218,1,41,1591,173,3548.355,188.090),(1219,1,42,1591,173,3568.471,426.442),(1220,1,43,1591,173,3556.623,223.769),(1221,1,44,1591,173,3382.724,506.971),(1222,1,45,1591,173,3327.653,253.201),(1223,1,1,1591,241,2615.679,142.836),(1224,1,2,1591,241,2290.891,295.688),(1225,1,3,1591,241,2343.121,424.935),(1226,1,4,1591,241,2557.773,308.733),(1227,1,5,1591,241,2542.358,273.791),(1228,1,6,1591,241,2441.268,344.384),(1229,1,7,1591,241,2050.373,421.644),(1230,1,8,1591,241,1797.121,94.336),(1231,1,9,1591,241,1912.879,283.340),(1232,1,10,1591,241,2191.362,131.144),(1233,1,11,1591,241,2232.692,347.287),(1234,1,12,1591,241,2233.679,212.360),(1235,1,13,1591,241,1878.061,569.647),(1236,1,14,1591,241,1902.738,705.827),(1237,1,15,1591,241,1743.240,753.580),(1238,1,16,1591,241,1893.302,449.925),(1239,1,17,1591,241,1797.916,717.815),(1240,1,18,1591,241,1814.429,476.400),(1241,1,19,1591,241,1673.204,431.558),(1242,1,20,1591,241,1705.756,314.875),(1243,1,21,1591,241,1715.439,470.462),(1244,1,22,1591,241,1698.721,741.711),(1245,1,23,1591,241,1561.607,1077.120),(1246,1,24,1591,241,1530.495,644.666),(1247,1,25,1591,241,1671.261,787.847),(1248,1,26,1591,241,1671.489,347.532),(1249,1,27,1591,241,1691.896,514.752),(1250,1,28,1591,241,1590.869,679.129),(1251,1,29,1591,241,1744.935,530.010),(1252,1,30,1591,241,1622.909,660.880),(1253,1,31,1591,241,1688.551,903.085),(1254,1,32,1591,241,1611.228,560.496),(1255,1,33,1591,241,1695.981,794.803),(1256,1,34,1591,241,1744.171,862.755),(1257,1,35,1591,241,1986.292,640.054),(1258,1,36,1591,241,1987.260,875.027),(1259,1,37,1591,241,2088.310,524.743),(1260,1,38,1591,241,2185.572,629.474),(1261,1,39,1591,241,2218.744,612.039),(1262,1,40,1591,241,2156.421,594.774),(1263,1,41,1591,241,2160.478,991.740),(1264,1,42,1591,241,2098.322,591.179),(1265,1,43,1591,241,1845.115,271.234),(1266,1,44,1591,241,1837.864,455.515),(1267,1,45,1591,241,1886.074,541.341),(1268,1,1,1591,47,1618.088,231.488),(1269,1,2,1591,47,1693.696,334.462),(1270,1,3,1591,47,1610.745,304.246),(1271,1,4,1591,47,1726.731,338.223),(1272,1,5,1591,47,1661.473,630.150),(1273,1,6,1591,47,1725.397,438.561),(1274,1,7,1591,47,1784.802,701.527),(1275,1,8,1591,47,1799.373,481.510),(1276,1,9,1591,47,1966.121,286.008),(1277,1,10,1591,47,1903.035,685.630),(1278,1,11,1591,47,1846.947,254.422),(1279,1,12,1591,47,1638.926,183.403),(1280,1,13,1591,47,1667.312,303.365),(1281,1,14,1591,47,1544.862,343.711),(1282,1,15,1591,47,1734.620,235.564),(1283,1,16,1591,47,1700.641,349.219),(1284,1,17,1591,47,1771.945,288.316),(1285,1,18,1591,47,1585.012,969.901),(1286,1,19,1591,47,1563.060,728.945),(1287,1,20,1591,47,1633.002,358.506),(1288,1,21,1591,47,1525.470,334.729),(1289,1,22,1591,47,1512.000,337.910),(1290,1,23,1591,47,1485.452,387.130),(1291,1,24,1591,47,1482.696,268.807),(1292,1,25,1591,47,1567.184,345.486),(1293,1,26,1591,47,1596.520,98.047),(1294,1,27,1591,47,1542.658,44.986),(1295,1,28,1591,47,1488.944,191.928),(1296,1,29,1591,47,1599.516,546.312),(1297,1,30,1591,47,1648.526,431.872),(1298,1,31,1591,47,1673.618,468.804),(1299,1,32,1591,47,1611.906,687.344),(1300,1,33,1591,47,1629.200,1023.349),(1301,1,34,1591,47,1646.581,539.920),(1302,1,35,1591,47,1777.849,539.808),(1303,1,36,1591,47,1696.072,539.186),(1304,1,37,1591,47,1741.528,519.812),(1305,1,38,1591,47,1810.684,360.297),(1306,1,39,1591,47,1886.851,251.085),(1307,1,40,1591,47,1940.071,413.921),(1308,1,41,1591,47,1845.332,522.792),(1309,1,42,1591,47,1960.740,522.876),(1310,1,43,1591,47,1793.821,768.489),(1311,1,44,1591,47,1846.991,748.743),(1312,1,45,1591,47,1779.554,680.926),(1313,1,1,1591,48,4446.262,281.792),(1314,1,2,1591,48,3782.803,74.071),(1315,1,3,1591,48,3907.307,326.261),(1316,1,4,1591,48,3973.128,192.318),(1317,1,5,1591,48,3122.342,218.609),(1318,1,6,1591,48,3139.923,399.256),(1319,1,7,1591,48,2894.387,366.497),(1320,1,8,1591,48,3233.781,329.308),(1321,1,9,1591,48,3238.561,196.310),(1322,1,10,1591,48,2913.588,703.745),(1323,1,11,1591,48,2762.966,547.095),(1324,1,12,1591,48,2585.752,258.075),(1325,1,13,1591,48,2507.457,338.194),(1326,1,14,1591,48,2000.881,378.907),(1327,1,15,1591,48,2016.057,198.922),(1328,1,16,1591,48,2228.511,332.816),(1329,1,17,1591,48,2316.876,386.861),(1330,1,18,1591,48,2273.092,712.244),(1331,1,19,1591,48,2227.765,1371.589),(1332,1,20,1591,48,2295.867,346.676),(1333,1,21,1591,48,2109.981,502.497),(1334,1,22,1591,48,2006.856,658.702),(1335,1,23,1591,48,2028.005,380.007),(1336,1,24,1591,48,2766.356,268.644),(1337,1,25,1591,48,1923.044,253.105),(1338,1,26,1591,48,2068.095,217.110),(1339,1,27,1591,48,1934.820,316.200),(1340,1,28,1591,48,2068.090,550.466),(1341,1,29,1591,48,2677.237,318.345),(1342,1,30,1591,48,2886.371,640.161),(1343,1,31,1591,48,3033.619,489.725),(1344,1,32,1591,48,3560.080,490.721),(1345,1,45,1591,48,2604.143,482.904),(1346,1,44,1591,48,2783.047,104.714),(1347,1,43,1591,48,2763.438,104.835),(1348,1,42,1591,48,3970.939,306.600),(1349,1,41,1591,48,4048.723,277.200),(1350,1,40,1591,48,4180.791,305.596),(1351,1,39,1591,48,4249.844,100.939),(1352,1,38,1591,48,3420.854,100.555),(1353,1,37,1591,48,3114.515,190.909),(1354,1,36,1591,48,3528.293,200.597),(1355,1,35,1591,48,3251.500,276.437),(1356,1,34,1591,48,3354.658,325.122),(1357,1,33,1591,48,3314.361,485.331),(1358,1,1,1591,156,4060.089,200.387),(1359,1,2,1591,156,4060.002,198.628),(1360,1,3,1591,156,4065.668,409.349),(1361,1,4,1591,156,3697.042,314.001),(1362,1,5,1591,156,3998.320,443.945),(1363,1,6,1591,156,3860.499,249.854),(1364,1,7,1591,156,3664.177,426.653),(1365,1,8,1591,156,3804.162,519.428),(1366,1,9,1591,156,3099.033,338.331),(1367,1,10,1591,156,3262.062,539.816),(1368,1,11,1591,156,2805.490,564.197),(1369,1,12,1591,156,2917.547,133.822),(1370,1,13,1591,156,2793.506,257.146),(1371,1,14,1591,156,2796.783,251.888),(1372,1,15,1591,156,2806.213,332.199),(1373,1,16,1591,156,2860.709,239.886),(1374,1,17,1591,156,3086.478,498.349),(1375,1,18,1591,156,3067.316,488.425),(1376,1,19,1591,156,3038.922,331.536),(1377,1,20,1591,156,2831.008,376.443),(1378,1,21,1591,156,2092.162,432.838),(1379,1,22,1591,156,2554.641,268.792),(1380,1,23,1591,156,2311.924,257.085),(1381,1,24,1591,156,2608.591,47.048),(1382,1,25,1591,156,2204.470,307.419),(1383,1,26,1591,156,2034.248,381.020),(1384,1,27,1591,156,2272.996,389.358),(1385,1,28,1591,156,2694.534,366.912),(1386,1,29,1591,156,2821.045,350.713),(1387,1,30,1591,156,2991.987,216.402),(1388,1,31,1591,156,3385.058,344.348),(1389,1,32,1591,156,2902.292,164.879),(1390,1,45,1591,156,3413.355,174.632),(1391,1,44,1591,156,3624.114,338.012),(1392,1,43,1591,156,3326.205,336.822),(1393,1,42,1591,156,3787.661,234.144),(1394,1,41,1591,156,3830.579,235.532),(1395,1,40,1591,156,4048.161,291.420),(1396,1,39,1591,156,3882.757,344.678),(1397,1,38,1591,156,3688.718,197.814),(1398,1,37,1591,156,3584.578,173.224),(1399,1,36,1591,156,3399.529,264.001),(1400,1,35,1591,156,3581.040,122.143),(1401,1,34,1591,156,2807.479,310.777),(1402,1,33,1591,156,3493.757,283.445),(1403,1,1,1591,44,1295.032,35.369),(1404,1,2,1591,44,1383.779,383.622),(1405,1,3,1591,44,1383.121,587.767),(1406,1,4,1591,44,1478.142,733.090),(1407,1,5,1591,44,1583.030,573.996),(1408,1,6,1591,44,1673.052,1111.012),(1409,1,7,1591,44,1532.357,827.385),(1410,1,8,1591,44,1597.721,397.177),(1411,1,9,1591,44,1710.046,418.853),(1412,1,10,1591,44,1547.817,347.543),(1413,1,11,1591,44,1575.408,496.686),(1414,1,12,1591,44,1671.459,306.890),(1415,1,13,1591,44,1465.427,397.001),(1416,1,14,1591,44,1493.792,129.601),(1417,1,15,1591,44,1488.813,101.372),(1418,1,16,1591,44,1372.636,129.244),(1419,1,17,1591,44,1584.888,169.070),(1420,1,18,1591,44,1640.097,157.884),(1421,1,19,1591,44,1505.252,304.480),(1422,1,20,1591,44,1536.770,450.146),(1423,1,21,1591,44,1493.514,382.346),(1424,1,22,1591,44,1548.337,261.799),(1425,1,23,1591,44,1581.353,144.900),(1426,1,24,1591,44,1462.147,279.922),(1427,1,25,1591,44,1288.738,306.700),(1428,1,26,1591,44,1430.887,472.544),(1429,1,27,1591,44,1404.899,163.253),(1430,1,28,1591,44,1398.167,127.773),(1431,1,29,1591,44,1521.779,171.701),(1432,1,30,1591,44,1438.481,181.766),(1433,1,31,1591,44,1370.669,201.560),(1434,1,32,1591,44,1439.616,182.473),(1435,1,45,1591,44,1756.655,147.971),(1436,1,44,1591,44,1688.912,54.409),(1437,1,43,1591,44,1762.442,126.041),(1438,1,42,1591,44,1673.033,141.730),(1439,1,41,1591,44,1853.499,88.279),(1440,1,40,1591,44,1780.082,7.812),(1441,1,39,1591,44,1935.198,92.188),(1442,1,38,1591,44,1414.347,14.372),(1443,1,37,1591,44,1679.768,118.033),(1444,1,36,1591,44,1603.983,331.309),(1445,1,35,1591,44,1767.104,223.636),(1446,1,34,1591,44,1521.464,73.541),(1447,1,33,1591,44,1457.982,134.025),(1448,1,1,1591,107,2717.476,264.006),(1449,1,2,1591,107,2454.787,182.846),(1450,1,3,1591,107,2334.067,265.270),(1451,1,4,1591,107,2487.006,257.424),(1452,1,5,1591,107,2422.625,385.474),(1453,1,6,1591,107,2384.248,342.136),(1454,1,7,1591,107,2296.623,260.624),(1455,1,8,1591,107,2696.260,214.213),(1456,1,9,1591,107,2373.170,302.921),(1457,1,10,1591,107,2357.461,299.104),(1458,1,11,1591,107,2467.235,292.906),(1459,1,12,1591,107,2486.516,291.115),(1460,1,13,1591,107,2868.888,313.297),(1461,1,14,1591,107,2370.870,154.313),(1462,1,15,1591,107,2313.440,160.302),(1463,1,16,1591,107,2262.469,274.794),(1464,1,17,1591,107,2124.805,118.040),(1465,1,18,1591,107,2089.373,285.488),(1466,1,19,1591,107,2184.446,341.678),(1467,1,20,1591,107,2054.553,329.902),(1468,1,21,1591,107,2160.823,186.540),(1469,1,22,1591,107,2136.178,354.601),(1470,1,23,1591,107,1991.157,231.249),(1471,1,24,1591,107,2119.909,262.891),(1472,1,25,1591,107,1803.968,310.521),(1473,1,26,1591,107,1690.785,241.392),(1474,1,27,1591,107,1864.022,247.400),(1475,1,28,1591,107,2088.222,258.235),(1476,1,29,1591,107,1792.361,209.084),(1477,1,30,1591,107,1905.268,211.059),(1478,1,31,1591,107,2099.156,219.462),(1479,1,32,1591,107,5852.931,97.437),(1480,1,45,1591,107,2451.847,324.953),(1481,1,44,1591,107,2530.328,147.058),(1482,1,43,1591,107,2637.196,298.751),(1483,1,42,1591,107,2641.059,234.172),(1484,1,41,1591,107,2795.764,334.339),(1485,1,40,1591,107,2658.573,248.973),(1486,1,39,1591,107,3248.176,312.846),(1487,1,38,1591,107,2561.587,167.730),(1488,1,37,1591,107,2547.380,281.700),(1489,1,36,1591,107,2759.919,194.976),(1490,1,35,1591,107,2653.338,230.383),(1491,1,34,1591,107,2253.495,233.993),(1492,1,33,1591,107,2262.641,275.905),(1493,1,1,1591,94,4166.778,409.094),(1494,1,2,1591,94,4172.845,462.091),(1495,1,3,1591,94,3914.604,431.414),(1496,1,4,1591,94,3839.967,322.584),(1497,1,5,1591,94,4044.033,228.576),(1498,1,6,1591,94,3434.602,343.496),(1499,1,7,1591,94,3654.094,255.396),(1500,1,8,1591,94,3660.406,230.431),(1501,1,9,1591,94,3902.544,190.025),(1502,1,10,1591,94,3595.176,169.770),(1503,1,11,1591,94,4622.584,166.045),(1504,1,12,1591,94,2876.789,145.506),(1505,1,13,1591,94,3309.298,256.096),(1506,1,14,1591,94,2813.892,343.355),(1507,1,15,1591,94,2871.314,255.048),(1508,1,16,1591,94,2784.519,267.434),(1509,1,17,1591,94,2893.168,160.972),(1510,1,18,1591,94,3030.081,226.986),(1511,1,19,1591,94,2834.688,211.908),(1512,1,20,1591,94,2885.753,154.612),(1513,1,21,1591,94,2655.601,212.765),(1514,1,22,1591,94,2126.003,468.759),(1515,1,23,1591,94,2329.359,337.207),(1516,1,24,1591,94,2641.461,161.391),(1517,1,25,1591,94,2532.779,127.980),(1518,1,26,1591,94,2529.160,211.902),(1519,1,27,1591,94,2505.052,147.856),(1520,1,28,1591,94,2903.609,227.002),(1521,1,29,1591,94,2497.491,140.075),(1522,1,30,1591,94,2976.560,263.569),(1523,1,31,1591,94,3203.278,162.177),(1524,1,32,1591,94,2994.202,192.648),(1525,1,45,1591,94,3501.119,212.670),(1526,1,44,1591,94,4019.420,96.190),(1527,1,43,1591,94,3810.301,236.886),(1528,1,42,1591,94,4220.186,211.344),(1529,1,41,1591,94,3945.707,133.994),(1530,1,40,1591,94,4208.295,239.603),(1531,1,39,1591,94,3822.368,138.410),(1532,1,38,1591,94,4236.600,109.455),(1533,1,37,1591,94,3659.711,189.333),(1534,1,36,1591,94,3544.025,143.690),(1535,1,35,1591,94,3731.798,130.208),(1536,1,34,1591,94,3237.295,197.299),(1537,1,33,1591,94,2853.102,235.586),(1538,1,1,1591,141,1823.965,112.631),(1539,1,2,1591,141,1871.857,136.980),(1540,1,3,1591,141,1740.609,127.117),(1541,1,4,1591,141,1553.186,68.834),(1542,1,5,1591,141,1962.252,77.063),(1543,1,6,1591,141,1960.913,119.069),(1544,1,7,1591,141,2045.899,103.531),(1545,1,8,1591,141,2207.227,98.747),(1546,1,9,1591,141,1956.408,58.634),(1547,1,10,1591,141,1658.483,277.887),(1548,1,11,1591,141,1853.486,189.552),(1549,1,12,1591,141,1637.194,435.012),(1550,1,13,1591,141,1702.514,270.322),(1551,1,14,1591,141,1636.582,77.148),(1552,1,15,1591,141,1728.745,244.136),(1553,1,16,1591,141,1585.567,313.404),(1554,1,17,1591,141,1747.670,284.449),(1555,1,18,1591,141,1745.562,217.169),(1556,1,19,1591,141,1624.294,319.537),(1557,1,20,1591,141,1587.613,277.523),(1558,1,21,1591,141,1558.954,357.407),(1559,1,22,1591,141,1570.178,319.088),(1560,1,23,1591,141,1515.454,152.677),(1561,1,24,1591,141,1507.059,227.374),(1562,1,25,1591,141,1467.419,448.133),(1563,1,26,1591,141,1869.117,132.362),(1564,1,27,1591,141,1399.801,415.269),(1565,1,28,1591,141,1481.726,167.944),(1566,1,29,1591,141,1538.017,346.818),(1567,1,30,1591,141,1584.246,462.052),(1568,1,31,1591,141,1629.176,216.596),(1569,1,32,1591,141,1474.122,180.926),(1570,1,45,1591,141,2011.305,126.138),(1571,1,44,1591,141,1872.165,140.822),(1572,1,43,1591,141,1975.875,89.867),(1573,1,42,1591,141,1990.776,176.390),(1574,1,41,1591,141,2039.055,116.656),(1575,1,40,1591,141,1975.455,305.239),(1576,1,39,1591,141,1984.388,124.137),(1577,1,38,1591,141,1854.740,251.714),(1578,1,37,1591,141,1783.716,113.605),(1579,1,36,1591,141,1826.289,234.631),(1580,1,35,1591,141,1748.059,83.964),(1581,1,34,1591,141,1958.370,207.545),(1582,1,33,1591,141,1754.504,142.597),(1583,1,1,1591,116,5428.330,152.868),(1584,1,2,1591,116,4206.968,104.620),(1585,1,3,1591,116,6641.501,89.035),(1586,1,4,1591,116,6690.083,24.000),(1587,1,5,1591,116,5863.421,124.067),(1588,1,6,1591,116,5108.488,133.840),(1589,1,7,1591,116,4058.731,225.811),(1590,1,8,1591,116,5095.263,50.628),(1591,1,9,1591,116,4395.282,138.190),(1592,1,10,1591,116,4347.852,237.434),(1593,1,11,1591,116,4415.919,180.795),(1594,1,12,1591,116,3928.442,90.877),(1595,1,13,1591,116,3203.237,351.910),(1596,1,14,1591,116,3644.013,65.921),(1597,1,15,1591,116,3350.119,139.427),(1598,1,16,1591,116,2808.931,203.591),(1599,1,17,1591,116,3002.960,275.985),(1600,1,18,1591,116,2678.365,125.664),(1601,1,19,1591,116,2234.512,365.363),(1602,1,20,1591,116,2451.006,169.603),(1603,1,21,1591,116,2311.986,239.620),(1604,1,22,1591,116,2126.136,453.710),(1605,1,23,1591,116,2365.645,214.481),(1606,1,24,1591,116,2445.609,140.428),(1607,1,25,1591,116,1901.555,191.203),(1608,1,26,1591,116,2281.924,70.551),(1609,1,27,1591,116,2387.264,136.385),(1610,1,28,1591,116,2881.837,87.227),(1611,1,29,1591,116,2960.042,88.218),(1612,1,30,1591,116,2315.120,130.750),(1613,1,31,1591,116,2812.551,184.578),(1614,1,32,1591,116,2996.203,147.765),(1615,1,45,1591,116,2859.158,235.299),(1616,1,44,1591,116,2717.222,86.856),(1617,1,43,1591,116,2941.385,108.863),(1618,1,42,1591,116,3399.224,167.833),(1619,1,41,1591,116,3090.941,204.550),(1620,1,40,1591,116,3435.295,247.453),(1621,1,39,1591,116,3392.071,157.905),(1622,1,38,1591,116,3247.401,138.427),(1623,1,37,1591,116,3642.557,245.474),(1624,1,36,1591,116,3086.513,207.518),(1625,1,35,1591,116,2985.107,150.339),(1626,1,34,1591,116,2692.670,175.655),(1627,1,33,1591,116,2705.989,183.789),(1628,1,1,1591,164,4252.631,117.234),(1629,1,2,1591,164,4359.867,106.192),(1630,1,3,1591,164,4272.719,139.165),(1631,1,4,1591,164,4165.537,226.221),(1632,1,5,1591,164,4155.846,54.124),(1633,1,6,1591,164,3478.727,375.546),(1634,1,7,1591,164,3581.975,103.367),(1635,1,8,1591,164,3957.933,101.314),(1636,1,9,1591,164,3796.757,133.446),(1637,1,10,1591,164,3721.737,123.236),(1638,1,11,1591,164,3622.660,169.428),(1639,1,12,1591,164,3286.987,69.700),(1640,1,13,1591,164,2898.938,343.335),(1641,1,14,1591,164,2787.382,264.512),(1642,1,15,1591,164,2661.452,268.272),(1643,1,16,1591,164,2785.578,459.669),(1644,1,17,1591,164,3169.752,116.888),(1645,1,18,1591,164,2997.131,197.295),(1646,1,19,1591,164,2703.894,239.043),(1647,1,20,1591,164,3481.420,72.741),(1648,1,21,1591,164,2596.849,117.750),(1649,1,22,1591,164,2858.257,165.433),(1650,1,23,1591,164,2748.757,121.910),(1651,1,24,1591,164,3048.521,137.673),(1652,1,25,1591,164,2434.103,96.924),(1653,1,26,1591,164,2316.655,148.259),(1654,1,27,1591,164,2583.025,104.980),(1655,1,28,1591,164,2468.349,138.856),(1656,1,29,1591,164,2480.308,153.568),(1657,1,30,1591,164,3302.027,125.416),(1658,1,31,1591,164,2915.864,43.929),(1659,1,32,1591,164,2646.680,107.022),(1660,1,45,1591,164,3798.075,70.551),(1661,1,44,1591,164,3089.098,81.562),(1662,1,43,1591,164,4246.739,172.595),(1663,1,42,1591,164,3078.571,132.696),(1664,1,41,1591,164,4056.202,99.783),(1665,1,40,1591,164,3782.137,232.871),(1666,1,39,1591,164,3441.803,109.972),(1667,1,38,1591,164,3613.870,77.132),(1668,1,37,1591,164,3501.499,66.718),(1669,1,36,1591,164,2652.484,102.070),(1670,1,35,1591,164,2204.779,84.115),(1671,1,34,1591,164,2740.332,53.942),(1672,1,33,1591,164,3352.029,87.436),(1673,1,1,1591,24,3373.725,137.379),(1674,1,2,1591,24,3170.084,143.259),(1675,1,3,1591,24,2976.398,247.052),(1676,1,4,1591,24,3251.596,141.592),(1677,1,5,1591,24,3180.733,93.237),(1678,1,6,1591,24,2925.759,148.624),(1679,1,7,1591,24,2903.665,157.970),(1680,1,8,1591,24,2475.461,64.081),(1681,1,9,1591,24,2640.631,131.703),(1682,1,10,1591,24,2107.175,67.712),(1683,1,11,1591,24,2226.887,79.207),(1684,1,12,1591,24,2605.382,136.912),(1685,1,13,1591,24,2233.870,212.447),(1686,1,14,1591,24,2438.877,367.005),(1687,1,15,1591,24,2744.186,106.675),(1688,1,16,1591,24,2027.915,113.130),(1689,1,17,1591,24,2094.927,112.665),(1690,1,18,1591,24,1689.662,113.644),(1691,1,19,1591,24,1954.615,135.485),(1692,1,20,1591,24,1959.096,172.598),(1693,1,21,1591,24,2047.518,168.463),(1694,1,22,1591,24,1823.531,155.959),(1695,1,23,1591,24,1855.519,127.595),(1696,1,24,1591,24,1765.035,223.531),(1697,1,25,1591,24,1912.025,127.298),(1698,1,26,1591,24,1779.783,303.332),(1699,1,27,1591,24,1867.436,258.547),(1700,1,28,1591,24,1738.861,143.621),(1701,1,29,1591,24,1848.749,103.318),(1702,1,30,1591,24,2181.900,141.479),(1703,1,31,1591,24,2175.677,211.450),(1704,1,32,1591,24,2262.229,118.923),(1705,1,45,1591,24,2051.825,94.684),(1706,1,44,1591,24,2433.536,104.042),(1707,1,43,1591,24,4855.868,24.533),(1708,1,42,1591,24,3021.201,44.904),(1709,1,41,1591,24,3428.134,83.850),(1710,1,40,1591,24,3949.211,74.484),(1711,1,39,1591,24,4082.459,137.304),(1712,1,38,1591,24,3465.280,163.250),(1713,1,37,1591,24,3789.939,237.593),(1714,1,36,1591,24,3677.678,152.534),(1715,1,35,1591,24,3417.139,112.900),(1716,1,34,1591,24,3534.603,75.428),(1717,1,33,1591,24,2335.521,66.443),(1718,1,1,1591,226,1473.250,475.962),(1719,1,2,1591,226,1429.445,728.123),(1720,1,3,1591,226,1330.288,142.969),(1721,1,4,1591,226,1489.687,156.690),(1722,1,5,1591,226,1662.108,172.943),(1723,1,6,1591,226,1693.951,177.694),(1724,1,7,1591,226,1574.444,182.937),(1725,1,8,1591,226,1897.747,270.573),(1726,1,9,1591,226,1707.124,304.976),(1727,1,10,1591,226,1640.567,174.547),(1728,1,11,1591,226,1650.813,106.745),(1729,1,12,1591,226,1689.586,111.957),(1730,1,13,1591,226,1587.847,35.152),(1731,1,14,1591,226,1900.000,7.150),(1732,1,16,1591,226,1557.952,82.059),(1733,1,17,1591,226,1646.952,115.327),(1734,1,18,1591,226,1618.987,275.723),(1735,1,19,1591,226,1665.942,1.380),(1736,1,20,1591,226,1683.833,23.437),(1737,1,21,1591,226,1450.903,33.271),(1738,1,22,1591,226,1577.998,58.296),(1739,1,23,1591,226,1407.906,278.152),(1740,1,24,1591,226,1454.955,486.637),(1741,1,25,1591,226,1380.765,162.000),(1742,1,26,1591,226,1381.873,189.055),(1743,1,27,1591,226,1352.187,52.969),(1744,1,29,1591,226,1487.041,53.745),(1745,1,30,1591,226,1521.287,15.573),(1746,1,31,1591,226,1474.245,27.490),(1747,1,45,1591,226,1237.254,38.288),(1748,1,44,1591,226,1673.635,68.448),(1749,1,43,1591,226,1289.947,5.670),(1750,1,42,1591,226,1707.503,169.506),(1751,1,41,1591,226,1805.057,152.342),(1752,1,40,1591,226,1780.526,221.056),(1753,1,38,1591,226,1858.804,1.806),(1754,1,36,1591,226,1418.892,17.859),(1755,1,35,1591,226,1596.522,45.088),(1756,1,34,1591,226,1605.203,76.067),(1757,1,33,1591,226,1472.854,31.202),(1758,1,1,1591,50,4177.589,144.209),(1759,1,2,1591,50,4389.256,95.721),(1760,1,3,1591,50,4266.871,144.703),(1761,1,4,1591,50,3962.257,109.238),(1762,1,5,1591,50,3575.728,204.336),(1763,1,6,1591,50,3710.760,112.104),(1764,1,7,1591,50,3972.655,88.790),(1765,1,8,1591,50,3641.465,177.846),(1766,1,9,1591,50,3192.890,61.579),(1767,1,10,1591,50,2893.381,168.376),(1768,1,11,1591,50,3260.744,62.195),(1769,1,12,1591,50,3402.509,65.991),(1770,1,13,1591,50,3019.281,190.399),(1771,1,14,1591,50,2938.202,90.294),(1772,1,15,1591,50,3084.108,256.301),(1773,1,16,1591,50,2975.392,217.005),(1774,1,17,1591,50,2790.672,153.233),(1775,1,18,1591,50,3166.167,141.123),(1776,1,19,1591,50,2775.460,208.382),(1777,1,20,1591,50,2658.355,101.860),(1778,1,21,1591,50,2727.922,90.294),(1779,1,22,1591,50,2749.770,97.890),(1780,1,23,1591,50,2638.385,166.633),(1781,1,24,1591,50,2367.353,159.457),(1782,1,25,1591,50,2526.311,79.168),(1783,1,26,1591,50,2631.035,115.057),(1784,1,27,1591,50,3200.443,69.905),(1785,1,28,1591,50,3039.018,68.123),(1786,1,29,1591,50,3014.697,120.839),(1787,1,30,1591,50,3531.619,71.903),(1788,1,31,1591,50,3495.970,149.644),(1789,1,32,1591,50,3607.527,56.014),(1790,1,45,1591,50,3638.235,132.260),(1791,1,44,1591,50,3820.695,36.357),(1792,1,43,1591,50,4055.307,156.182),(1793,1,42,1591,50,3769.260,198.327),(1794,1,41,1591,50,4193.760,83.340),(1795,1,40,1591,50,3962.952,126.594),(1796,1,39,1591,50,3692.083,87.543),(1797,1,38,1591,50,4177.279,77.900),(1798,1,37,1591,50,4122.978,134.731),(1799,1,36,1591,50,3972.377,82.324),(1800,1,35,1591,50,4089.334,65.563),(1801,1,34,1591,50,3801.318,104.262),(1802,1,33,1591,50,3753.963,27.695),(1803,1,1,1591,165,4481.401,481.812),(1804,1,2,1591,165,3076.689,646.364),(1805,1,3,1591,165,10411.282,3.900),(1806,1,4,1591,165,3906.532,130.013),(1807,1,5,1591,165,3594.440,328.992),(1808,1,6,1591,165,3548.257,436.281),(1809,1,7,1591,165,3943.790,251.129),(1810,1,8,1591,165,3860.253,76.109),(1811,1,9,1591,165,3718.675,225.387),(1812,1,10,1591,165,3311.593,314.465),(1813,1,11,1591,165,6552.924,61.730),(1814,1,12,1591,165,8536.205,15.205),(1815,1,13,1591,165,4885.575,4.728),(1816,1,14,1591,165,3640.000,12.625),(1817,1,15,1591,165,3841.512,21.459),(1818,1,16,1591,165,3791.613,20.270),(1819,1,17,1591,165,2879.291,87.657),(1820,1,18,1591,165,4537.861,7.171),(1821,1,19,1591,165,2539.456,489.449),(1822,1,20,1591,165,8166.667,0.108),(1823,1,21,1591,165,2401.727,312.879),(1824,1,22,1591,165,3023.353,37.726),(1825,1,23,1591,165,3068.941,19.959),(1826,1,24,1591,165,20885.940,53.174),(1827,1,25,1591,165,8747.262,3.743),(1828,1,26,1591,165,5042.211,3.672),(1829,1,27,1591,165,3889.921,26.590),(1830,1,28,1591,165,3769.710,12.849),(1831,1,29,1591,165,3687.731,12.201),(1832,1,30,1591,165,2926.394,58.976),(1833,1,31,1591,165,2972.970,43.322),(1834,1,32,1591,165,3025.532,7.050),(1835,1,45,1591,165,6028.960,2.797),(1836,1,44,1591,165,2142.857,0.686),(1837,1,43,1591,165,2136.508,0.945),(1838,1,42,1591,165,2984.647,16.153),(1839,1,41,1591,165,4234.234,2.886),(1840,1,40,1591,165,6691.991,12.886),(1841,1,39,1591,165,3278.749,24.940),(1842,1,38,1591,165,3534.519,48.597),(1843,1,37,1591,165,2875.697,38.406),(1844,1,36,1591,165,3535.670,33.922),(1845,1,35,1591,165,2869.107,94.688),(1846,1,34,1591,165,2851.346,42.831),(1847,1,33,1591,165,3309.796,21.314),(1848,1,1,1591,40,3783.653,121.370),(1849,1,2,1591,40,3719.628,76.534),(1850,1,3,1591,40,3668.372,82.668),(1851,1,4,1591,40,3445.117,107.338),(1852,1,5,1591,40,3582.751,122.754),(1853,1,6,1591,40,3098.676,121.792),(1854,1,7,1591,40,2702.723,153.039),(1855,1,8,1591,40,3002.382,101.580),(1856,1,9,1591,40,3166.594,71.491),(1857,1,10,1591,40,2832.157,114.744),(1858,1,11,1591,40,3333.779,63.521),(1859,1,12,1591,40,2428.531,121.445),(1860,1,13,1591,40,2384.658,123.507),(1861,1,14,1591,40,2551.016,88.277),(1862,1,15,1591,40,2490.280,89.818),(1863,1,16,1591,40,2107.822,85.882),(1864,1,17,1591,40,2010.875,101.428),(1865,1,18,1591,40,2283.536,57.051),(1866,1,19,1591,40,2519.208,111.227),(1867,1,20,1591,40,2799.035,82.681),(1868,1,21,1591,40,2654.657,82.990),(1869,1,22,1591,40,2120.085,98.963),(1870,1,23,1591,40,2756.631,38.608),(1871,1,24,1591,40,1825.386,110.226),(1872,1,25,1591,40,2280.271,66.896),(1873,1,26,1591,40,2629.422,44.436),(1874,1,27,1591,40,1999.618,70.599),(1875,1,28,1591,40,2417.713,133.673),(1876,1,29,1591,40,2022.696,37.055),(1877,1,30,1591,40,2249.914,61.265),(1878,1,31,1591,40,2412.697,126.931),(1879,1,32,1591,40,2772.022,20.230),(1880,1,45,1591,40,3190.836,120.161),(1881,1,44,1591,40,3343.663,102.388),(1882,1,43,1591,40,2707.448,83.175),(1883,1,42,1591,40,3674.016,80.148),(1884,1,41,1591,40,3785.141,105.618),(1885,1,40,1591,40,3730.201,139.815),(1886,1,39,1591,40,3364.418,66.292),(1887,1,38,1591,40,1971.650,137.532),(1888,1,37,1591,40,2165.075,131.195),(1889,1,36,1591,40,2533.615,89.544),(1890,1,35,1591,40,2166.943,63.441),(1891,1,34,1591,40,3695.523,75.408),(1892,1,33,1591,40,2458.814,50.260),(1893,1,1,1591,89,1799.572,184.136),(1894,1,2,1591,89,1516.418,388.352),(1895,1,3,1591,89,1445.535,642.874),(1896,1,4,1591,89,1750.049,480.102),(1897,1,5,1591,89,1519.476,544.662),(1898,1,6,1591,89,1584.217,186.737),(1899,1,7,1591,89,1628.270,292.462),(1900,1,8,1591,89,1780.976,127.173),(1901,1,9,1591,89,2626.526,88.887),(1902,1,10,1591,89,1658.549,233.937),(1903,1,11,1591,89,1695.278,112.683),(1904,1,12,1591,89,1833.532,182.792),(1905,1,13,1591,89,1625.302,19.066),(1906,1,14,1591,89,1456.752,38.117),(1907,1,15,1591,89,3640.961,17.934),(1908,1,16,1591,89,1480.707,134.400),(1909,1,17,1591,89,1465.162,66.480),(1910,1,21,1591,89,3420.256,17.901),(1911,1,22,1591,89,1500.017,29.405),(1912,1,24,1591,89,1479.573,49.982),(1913,1,26,1591,89,1451.480,100.000),(1914,1,42,1591,89,1368.622,62.400),(1915,1,39,1591,89,6759.259,1.080),(1916,1,1,1591,70,3609.560,301.160),(1917,1,2,1591,70,2690.800,711.957),(1918,1,3,1591,70,1728.175,23.482),(1919,1,4,1591,70,2915.886,380.996),(1920,1,5,1591,70,2918.486,207.682),(1921,1,6,1591,70,2358.562,330.704),(1922,1,7,1591,70,3004.815,519.053),(1923,1,8,1591,70,1979.437,44.887),(1924,1,9,1591,70,1821.335,70.926),(1925,1,10,1591,70,2123.107,196.284),(1926,1,11,1591,70,3897.569,9.421),(1927,1,13,1591,70,1759.021,7.150),(1928,1,15,1591,70,2527.017,31.813),(1929,1,16,1591,70,2763.362,23.948),(1930,1,17,1591,70,1767.568,7.400),(1931,1,18,1591,70,1910.563,96.000),(1932,1,19,1591,70,1670.000,0.700),(1933,1,20,1591,70,8000.000,0.864),(1934,1,21,1591,70,1661.250,0.800),(1935,1,22,1591,70,2045.409,86.944),(1936,1,23,1591,70,1742.929,387.799),(1937,1,25,1591,70,1930.966,296.406),(1938,1,26,1591,70,22351.458,2.538),(1939,1,27,1591,70,22678.463,7.545),(1940,1,29,1591,70,4009.735,1.130),(1941,1,30,1591,70,8250.000,0.576),(1942,1,32,1591,70,2801.471,0.680),(1943,1,45,1591,70,4750.000,0.020),(1944,1,44,1591,70,4109.539,9.120),(1945,1,43,1591,70,8221.453,0.578),(1946,1,42,1591,70,11001.100,1.819),(1947,1,39,1591,70,3878.049,0.041),(1948,1,38,1591,70,2157.895,0.019),(1949,1,36,1591,70,12110.906,0.541),(1950,1,35,1591,70,1526.316,0.019),(1951,1,34,1591,70,1094.074,5.400),(1952,1,33,1591,70,4271.548,1.079),(1953,1,1,1591,200,3414.234,115.121),(1954,1,2,1591,200,3294.074,111.499),(1955,1,3,1591,200,3594.135,102.608),(1956,1,4,1591,200,3345.133,47.121),(1957,1,5,1591,200,3021.899,49.181),(1958,1,6,1591,200,3550.503,113.004),(1959,1,7,1591,200,3297.883,68.480),(1960,1,8,1591,200,3492.159,86.594),(1961,1,9,1591,200,2805.022,88.738),(1962,1,10,1591,200,2704.395,116.094),(1963,1,11,1591,200,2946.190,124.568),(1964,1,12,1591,200,3125.958,48.286),(1965,1,13,1591,200,2616.374,181.651),(1966,1,14,1591,200,3033.455,102.048),(1967,1,15,1591,200,2461.202,127.467),(1968,1,16,1591,200,2169.126,75.695),(1969,1,17,1591,200,2593.781,40.200),(1970,1,18,1591,200,2445.361,91.528),(1971,1,19,1591,200,2110.278,116.415),(1972,1,20,1591,200,1826.763,135.993),(1973,1,21,1591,200,2296.289,58.912),(1974,1,22,1591,200,1774.627,139.005),(1975,1,23,1591,200,2138.179,103.286),(1976,1,24,1591,200,1848.711,111.343),(1977,1,25,1591,200,2164.839,95.293),(1978,1,26,1591,200,2352.953,176.658),(1979,1,27,1591,200,2189.025,34.350),(1980,1,28,1591,200,2674.424,38.458),(1981,1,29,1591,200,2290.061,11.701),(1982,1,30,1591,200,2569.222,9.000),(1983,1,31,1591,200,2426.423,66.373),(1984,1,32,1591,200,1946.547,19.232),(1985,1,45,1591,200,4781.865,28.895),(1986,1,44,1591,200,2388.677,63.621),(1987,1,43,1591,200,2809.759,37.053),(1988,1,42,1591,200,3148.180,34.168),(1989,1,41,1591,200,3931.647,34.278),(1990,1,40,1591,200,4083.912,37.849),(1991,1,39,1591,200,3399.472,28.773),(1992,1,38,1591,200,3193.719,48.880),(1993,1,37,1591,200,2896.743,109.552),(1994,1,36,1591,200,3397.228,101.599),(1995,1,35,1591,200,2746.620,84.024),(1996,1,34,1591,200,2780.295,173.337),(1997,1,33,1591,200,2487.039,113.418),(1998,1,1,1591,219,4118.396,129.557),(1999,1,2,1591,219,3901.621,21.102),(2000,1,3,1591,219,3572.629,228.289),(2001,1,4,1591,219,3483.102,311.547),(2002,1,5,1591,219,3439.481,234.156),(2003,1,6,1591,219,3594.102,170.883),(2004,1,7,1591,219,4022.740,37.950),(2005,1,8,1591,219,3486.143,40.739),(2006,1,9,1591,219,3686.854,33.470),(2007,1,11,1591,219,3020.905,39.513),(2008,1,13,1591,219,1909.193,35.713),(2009,1,14,1591,219,1987.115,62.555),(2010,1,15,1591,219,2334.373,20.848),(2011,1,16,1591,219,2939.717,96.810),(2012,1,17,1591,219,3549.938,94.907),(2013,1,18,1591,219,2432.756,18.946),(2014,1,19,1591,219,1748.374,135.495),(2015,1,21,1591,219,2110.645,137.259),(2016,1,22,1591,219,3449.155,7.926),(2017,1,23,1591,219,1975.855,38.724),(2018,1,24,1591,219,1825.712,3.477),(2019,1,25,1591,219,2089.867,45.812),(2020,1,26,1591,219,2029.347,14.448),(2021,1,27,1591,219,2206.963,40.529),(2022,1,28,1591,219,3050.191,69.415),(2023,1,29,1591,219,3097.112,87.250),(2024,1,30,1591,219,2700.961,62.945),(2025,1,31,1591,219,2877.650,102.444),(2026,1,32,1591,219,2788.213,80.170),(2027,1,45,1591,219,4031.056,72.450),(2028,1,44,1591,219,4202.003,18.975),(2029,1,43,1591,219,4366.163,87.969),(2030,1,42,1591,219,5566.811,81.671),(2031,1,41,1591,219,3853.069,74.865),(2032,1,40,1591,219,4572.043,37.672),(2033,1,38,1591,219,3842.740,20.800),(2034,1,37,1591,219,4877.488,25.875),(2035,1,36,1591,219,3639.261,88.169),(2036,1,35,1591,219,2987.426,71.575),(2037,1,34,1591,219,3221.065,98.360),(2038,1,33,1591,219,2291.006,61.260),(2039,1,1,1591,127,1706.476,9.512),(2040,1,3,1591,127,1669.135,27.957),(2041,1,4,1591,127,1586.362,71.067),(2042,1,5,1591,127,1584.349,20.267),(2043,1,7,1591,127,2391.736,87.513),(2044,1,8,1591,127,1944.369,44.346),(2045,1,9,1591,127,1811.827,49.651),(2046,1,10,1591,127,1839.431,77.412),(2047,1,11,1591,127,1825.811,44.400),(2048,1,12,1591,127,1783.043,19.202),(2049,1,13,1591,127,1626.349,25.200),(2050,1,14,1591,127,1642.859,69.600),(2051,1,15,1591,127,2558.000,6.000),(2052,1,22,1591,127,1645.185,24.300),(2053,1,23,1591,127,1573.417,24.000),(2054,1,24,1591,127,2419.894,105.679),(2055,1,25,1591,127,3173.791,76.966),(2056,1,26,1591,127,3242.637,76.868),(2057,1,27,1591,127,2829.580,117.844),(2058,1,28,1591,127,2908.919,96.826),(2059,1,29,1591,127,3278.062,57.685),(2060,1,30,1591,127,3216.239,96.412),(2061,1,31,1591,127,3302.087,38.479),(2062,1,32,1591,127,3097.536,57.630),(2063,1,45,1591,127,2730.552,133.692),(2064,1,44,1591,127,3422.305,118.559),(2065,1,43,1591,127,3007.879,115.364),(2066,1,42,1591,127,2976.692,95.889),(2067,1,41,1591,127,4119.677,95.975),(2068,1,40,1591,127,4167.832,77.387),(2069,1,39,1591,127,4553.615,95.971),(2070,1,38,1591,127,3974.873,96.150),(2071,1,37,1591,127,3876.510,77.067),(2072,1,36,1591,127,3997.598,77.006),(2073,1,35,1591,127,3057.817,96.166),(2074,1,34,1591,127,3081.115,139.432),(2075,1,33,1591,127,2704.206,62.415),(2076,1,1,1591,175,2984.018,164.500),(2077,1,2,1591,175,2954.742,281.808),(2078,1,3,1591,175,3169.798,98.576),(2079,1,4,1591,175,2980.726,195.758),(2080,1,5,1591,175,2909.109,88.271),(2081,1,6,1591,175,3284.879,96.992),(2082,1,7,1591,175,3310.772,55.877),(2083,1,8,1591,175,3226.369,94.147),(2084,1,9,1591,175,3179.195,41.519),(2085,1,10,1591,175,2635.190,63.614),(2086,1,11,1591,175,2997.141,25.181),(2087,1,12,1591,175,2515.015,65.800),(2088,1,13,1591,175,2151.998,81.580),(2089,1,14,1591,175,2544.047,63.114),(2090,1,15,1591,175,2091.588,112.133),(2091,1,16,1591,175,2376.767,79.179),(2092,1,17,1591,175,3759.967,5.995),(2093,1,18,1591,175,1937.429,90.409),(2094,1,19,1591,175,2336.052,43.529),(2095,1,21,1591,175,3619.158,9.051),(2096,1,23,1591,175,3460.284,10.487),(2097,1,24,1591,175,3641.699,23.938),(2098,1,25,1591,175,2348.460,100.129),(2099,1,27,1591,175,3119.306,7.200),(2100,1,30,1591,175,1728.352,35.200),(2101,1,31,1591,175,2218.125,124.800),(2102,1,32,1591,175,1901.466,38.200),(2103,1,45,1591,175,5150.000,3.000),(2104,1,44,1591,175,5549.089,19.210),(2105,1,43,1591,175,5600.000,19.210),(2106,1,42,1591,175,4477.459,4.503),(2107,1,41,1591,175,5848.439,23.700),(2108,1,40,1591,175,3336.296,2.700),(2109,1,39,1591,175,6000.000,4.500),(2110,1,38,1591,175,4193.571,21.000),(2111,1,37,1591,175,1995.223,17.584),(2112,1,36,1591,175,4283.671,19.230),(2113,1,35,1591,175,3190.336,60.388),(2114,1,34,1591,175,2089.398,176.000),(2115,1,33,1591,175,2128.262,39.700),(2116,1,1,1591,239,2085.949,169.670),(2117,1,2,1591,239,3564.000,34.500),(2118,1,3,1591,239,2200.724,42.551),(2119,1,5,1591,239,2640.267,41.250),(2120,1,7,1591,239,4559.111,9.499),(2121,1,8,1591,239,4085.647,5.978),(2122,1,11,1591,239,3317.682,20.722),(2123,1,13,1591,239,2028.631,254.231),(2124,1,14,1591,239,2884.154,3.004),(2125,1,15,1591,239,2616.663,154.788),(2126,1,16,1591,239,1907.485,24.850),(2127,1,17,1591,239,1880.377,47.800),(2128,1,18,1591,239,1879.519,77.473),(2129,1,19,1591,239,2171.637,50.094),(2130,1,20,1591,239,1958.303,47.557),(2131,1,21,1591,239,1777.637,102.310),(2132,1,22,1591,239,1646.186,79.231),(2133,1,23,1591,239,1367.888,83.115),(2134,1,24,1591,239,1643.096,137.715),(2135,1,25,1591,239,1518.914,45.574),(2136,1,26,1591,239,1338.359,112.020),(2137,1,27,1591,239,3236.297,5.984),(2138,1,28,1591,239,3026.713,6.364),(2139,1,29,1591,239,2900.112,1.792),(2140,1,32,1591,239,3807.088,5.982),(2141,1,45,1591,239,2973.367,14.193),(2142,1,44,1591,239,1314.405,16.800),(2143,1,43,1591,239,1743.060,18.047),(2144,1,41,1591,239,3898.904,64.800),(2145,1,40,1591,239,1700.728,114.705),(2146,1,39,1591,239,4194.456,86.400),(2147,1,38,1591,239,2421.271,227.393),(2148,1,37,1591,239,3488.528,69.476),(2149,1,36,1591,239,2370.116,31.201),(2150,1,35,1591,239,3421.555,5.762),(2151,1,34,1591,239,3170.235,27.462),(2152,1,33,1591,239,1525.322,168.902),(2153,1,1,1591,211,1460.205,62.759),(2154,1,2,1591,211,1373.127,101.314),(2155,1,3,1591,211,1335.070,28.221),(2156,1,4,1591,211,1497.427,31.872),(2157,1,5,1591,211,1612.489,151.023),(2158,1,6,1591,211,1617.200,137.372),(2159,1,7,1591,211,1618.956,226.331),(2160,1,8,1591,211,1655.421,213.408),(2161,1,9,1591,211,1697.553,95.187),(2162,1,10,1591,211,1737.663,44.885),(2163,1,11,1591,211,1652.523,60.214),(2164,1,12,1591,211,1582.507,46.111),(2165,1,13,1591,211,1920.061,7.168),(2166,1,15,1591,211,1675.238,25.200),(2167,1,16,1591,211,1733.410,104.400),(2168,1,17,1591,211,1661.707,115.530),(2169,1,18,1591,211,1713.299,59.100),(2170,1,19,1591,211,1568.929,70.529),(2171,1,20,1591,211,1451.308,72.199),(2172,1,21,1591,211,1462.813,14.239),(2173,1,22,1591,211,1445.745,96.600),(2174,1,29,1591,211,1509.015,34.276),(2175,1,30,1591,211,1508.889,18.057),(2176,1,31,1591,211,1593.872,18.898),(2177,1,45,1591,211,1842.144,25.745),(2178,1,41,1591,211,3550.169,6.229),(2179,1,38,1591,211,3550.161,8.981),(2180,1,34,1591,211,1542.879,17.363),(2181,1,1,1591,85,3252.457,64.407),(2182,1,4,1591,85,1492.240,53.482),(2183,1,5,1591,85,1499.471,107.766),(2184,1,6,1591,85,1521.301,6.643),(2185,1,7,1591,85,1582.053,34.490),(2186,1,8,1591,85,1451.914,131.607),(2187,1,9,1591,85,1642.692,112.270),(2188,1,10,1591,85,1635.322,23.651),(2189,1,11,1591,85,1692.491,68.450),(2190,1,12,1591,85,1592.769,13.000),(2191,1,14,1591,85,1568.106,10.792),(2192,1,15,1591,85,1466.598,97.000),(2193,1,16,1591,85,1518.717,158.040),(2194,1,17,1591,85,1591.018,219.880),(2195,1,18,1591,85,1540.394,99.694),(2196,1,20,1591,85,1461.049,20.102),(2197,1,22,1591,85,1546.120,100.000),(2198,1,24,1591,85,1579.320,25.000),(2199,1,27,1591,85,1503.732,112.000),(2200,1,28,1591,85,1377.240,100.000),(2201,1,29,1591,85,1350.030,100.120),(2202,1,42,1591,85,1645.923,36.060),(2203,1,1,1591,29,4694.611,46.796),(2204,1,2,1591,29,4900.423,104.140),(2205,1,3,1591,29,4811.799,19.357),(2206,1,4,1591,29,3307.194,19.600),(2207,1,6,1591,29,3902.297,37.737),(2208,1,9,1591,29,3851.675,117.600),(2209,1,10,1591,29,3929.414,58.836),(2210,1,11,1591,29,3951.355,98.139),(2211,1,13,1591,29,3494.063,58.867),(2212,1,14,1591,29,4035.440,20.288),(2213,1,15,1591,29,2314.404,10.407),(2214,1,16,1591,29,3115.493,40.288),(2215,1,18,1591,29,3633.249,22.154),(2216,1,19,1591,29,3009.031,2.879),(2217,1,20,1591,29,4538.067,19.518),(2218,1,21,1591,29,3295.328,23.093),(2219,1,22,1591,29,3203.467,121.184),(2220,1,23,1591,29,3152.129,78.532),(2221,1,24,1591,29,3189.235,19.600),(2222,1,25,1591,29,3025.578,71.469),(2223,1,26,1591,29,3094.029,35.521),(2224,1,27,1591,29,3293.712,58.782),(2225,1,29,1591,29,3736.295,22.783),(2226,1,30,1591,29,2949.462,13.930),(2227,1,31,1591,29,2776.814,7.030),(2228,1,32,1591,29,2974.535,25.250),(2229,1,45,1591,29,4836.797,24.828),(2230,1,44,1591,29,3485.714,1.750),(2231,1,43,1591,29,4916.391,19.651),(2232,1,42,1591,29,5187.271,19.672),(2233,1,41,1591,29,4967.109,23.198),(2234,1,40,1591,29,4471.496,37.328),(2235,1,39,1591,29,5017.661,60.417),(2236,1,38,1591,29,4390.099,39.208),(2237,1,37,1591,29,4049.257,48.054),(2238,1,36,1591,29,2887.945,26.835),(2239,1,35,1591,29,3367.754,8.522),(2240,1,34,1591,29,3420.378,14.820),(2241,1,33,1591,29,2927.729,23.149),(2242,1,1,1591,42,4119.105,6.658),(2243,1,3,1591,42,3526.789,30.889),(2244,1,4,1591,42,3005.922,19.080),(2245,1,5,1591,42,3678.966,14.933),(2246,1,6,1591,42,2948.945,19.234),(2247,1,7,1591,42,3035.051,46.561),(2248,1,8,1591,42,3773.937,7.175),(2249,1,9,1591,42,3783.594,24.015),(2250,1,10,1591,42,2655.370,38.537),(2251,1,11,1591,42,2407.466,45.194),(2252,1,12,1591,42,3105.840,64.210),(2253,1,13,1591,42,2673.990,51.480),(2254,1,14,1591,42,3065.314,38.338),(2255,1,15,1591,42,1846.526,50.836),(2256,1,16,1591,42,1790.804,26.860),(2257,1,17,1591,42,2165.865,44.102),(2258,1,18,1591,42,2548.334,27.372),(2259,1,19,1591,42,2276.479,25.832),(2260,1,21,1591,42,1965.328,54.569),(2261,1,22,1591,42,1770.986,71.738),(2262,1,23,1591,42,1786.536,19.207),(2263,1,24,1591,42,1569.727,126.113),(2264,1,25,1591,42,1537.573,38.458),(2265,1,26,1591,42,2092.745,53.189),(2266,1,27,1591,42,1853.448,1.508),(2267,1,28,1591,42,2027.402,13.539),(2268,1,29,1591,42,2294.471,38.160),(2269,1,31,1591,42,3046.042,19.200),(2270,1,32,1591,42,2963.526,38.411),(2271,1,45,1591,42,2661.771,17.976),(2272,1,44,1591,42,2813.175,53.617),(2273,1,43,1591,42,5201.571,6.618),(2274,1,42,1591,42,3220.789,38.231),(2275,1,41,1591,42,3062.208,49.865),(2276,1,40,1591,42,3658.346,16.265),(2277,1,39,1591,42,3195.686,31.244),(2278,1,38,1591,42,2456.666,9.046),(2279,1,36,1591,42,3781.167,6.000),(2280,1,35,1591,42,3252.891,38.400),(2281,1,34,1591,42,3181.305,18.593),(2282,1,33,1591,42,2734.464,19.278),(2283,1,1,1591,81,10528.246,18.410),(2284,1,2,1591,81,2736.715,20.248),(2285,1,3,1591,81,2211.349,180.228),(2286,1,4,1591,81,2064.919,196.428),(2287,1,5,1591,81,1740.738,71.098),(2288,1,6,1591,81,3500.040,12.499),(2289,1,7,1591,81,3500.000,0.010),(2290,1,8,1591,81,3530.909,0.275),(2291,1,9,1591,81,3525.281,0.356),(2292,1,10,1591,81,3500.000,0.020),(2293,1,11,1591,81,5974.522,0.157),(2294,1,12,1591,81,3540.541,0.037),(2295,1,13,1591,81,3466.667,0.015),(2296,1,14,1591,81,3227.273,0.022),(2297,1,15,1591,81,3272.436,0.312),(2298,1,16,1591,81,81092.593,0.324),(2299,1,17,1591,81,7863.636,0.022),(2300,1,18,1591,81,3510.408,33.485),(2301,1,19,1591,81,3841.088,3.675),(2302,1,21,1591,81,3214.286,0.028),(2303,1,22,1591,81,1390.922,21.833),(2304,1,23,1591,81,3273.196,0.388),(2305,1,24,1591,81,3279.167,0.240),(2306,1,25,1591,81,5618.803,0.585),(2307,1,26,1591,81,2232.323,0.396),(2308,1,27,1591,81,2173.077,0.052),(2309,1,28,1591,81,2132.075,0.053),(2310,1,29,1591,81,2176.271,30.697),(2311,1,30,1591,81,2104.438,23.976),(2312,1,31,1591,81,2138.612,56.229),(2313,1,32,1591,81,2078.351,0.485),(2314,1,45,1591,81,2594.247,28.611),(2315,1,44,1591,81,1760.427,230.865),(2316,1,43,1591,81,3039.191,6.328),(2317,1,42,1591,81,2677.744,89.224),(2318,1,41,1591,81,2761.525,23.168),(2319,1,40,1591,81,2626.375,58.746),(2320,1,39,1591,81,2600.766,35.523),(2321,1,38,1591,81,2487.099,52.010),(2322,1,37,1591,81,2291.728,20.454),(2323,1,36,1591,81,3294.463,42.980),(2324,1,35,1591,81,2359.069,46.810),(2325,1,34,1591,81,2252.891,24.821),(2326,1,1,1591,63,4470.341,19.067),(2327,1,2,1591,63,4662.092,22.077),(2328,1,3,1591,63,4451.410,90.997),(2329,1,4,1591,63,4350.275,80.945),(2330,1,5,1591,63,3915.155,23.160),(2331,1,6,1591,63,3943.805,66.500),(2332,1,8,1591,63,4333.635,34.253),(2333,1,9,1591,63,3599.788,25.514),(2334,1,10,1591,63,3297.948,18.859),(2335,1,11,1591,63,3545.909,26.378),(2336,1,12,1591,63,3554.129,21.033),(2337,1,13,1591,63,3361.122,23.427),(2338,1,14,1591,63,3302.641,59.906),(2339,1,15,1591,63,3140.990,19.200),(2340,1,16,1591,63,3369.900,14.950),(2341,1,17,1591,63,3184.933,66.305),(2342,1,18,1591,63,3781.273,41.234),(2343,1,19,1591,63,2873.234,24.636),(2344,1,20,1591,63,2783.188,19.201),(2345,1,21,1591,63,3825.495,38.400),(2346,1,22,1591,63,3463.232,27.565),(2347,1,23,1591,63,3336.293,19.932),(2348,1,24,1591,63,5571.904,1.801),(2349,1,25,1591,63,3250.843,28.464),(2350,1,26,1591,63,3078.514,37.662),(2351,1,28,1591,63,3179.740,19.200),(2352,1,30,1591,63,3502.846,56.403),(2353,1,31,1591,63,3623.048,18.639),(2354,1,45,1591,63,5663.545,18.900),(2355,1,44,1591,63,5325.677,19.200),(2356,1,43,1591,63,3860.718,18.100),(2357,1,42,1591,63,2500.000,0.008),(2358,1,41,1591,63,3346.154,0.286),(2359,1,39,1591,63,5550.474,27.331),(2360,1,38,1591,63,4791.454,12.146),(2361,1,35,1591,63,1034.965,0.143),(2362,1,34,1591,63,3809.542,36.407),(2363,1,33,1591,63,4831.530,14.050),(2364,1,1,1591,41,1528.267,6.934),(2365,1,2,1591,41,1883.726,17.089),(2366,1,6,1591,41,1706.667,17.533),(2367,1,7,1591,41,1661.242,35.456),(2368,1,9,1591,41,1672.610,93.326),(2369,1,10,1591,41,1703.386,93.512),(2370,1,12,1591,41,1769.712,18.542),(2371,1,13,1591,41,1570.285,37.469),(2372,1,16,1591,41,1610.233,18.978),(2373,1,17,1591,41,1537.888,18.766),(2374,1,23,1591,41,1655.917,18.606),(2375,1,44,1591,41,1684.470,36.697),(2376,1,41,1591,41,1950.019,18.387),(2377,1,40,1591,41,1965.011,18.320),(2378,1,38,1591,41,1696.328,18.520),(2379,1,35,1591,41,1764.745,37.300),(2380,1,1,1591,112,3563.380,0.142),(2381,1,2,1591,112,1898.250,96.000),(2382,1,3,1591,112,5391.162,0.611),(2383,1,4,1591,112,7390.000,0.300),(2384,1,5,1591,112,1353.022,7.314),(2385,1,6,1591,112,8470.483,2.795),(2386,1,7,1591,112,9583.082,1.324),(2387,1,8,1591,112,10698.895,1.810),(2388,1,9,1591,112,8935.345,0.232),(2389,1,10,1591,112,5844.244,5.316),(2390,1,11,1591,112,5315.698,5.765),(2391,1,12,1591,112,4936.561,0.599),(2392,1,13,1591,112,8328.926,0.605),(2393,1,14,1591,112,6779.197,0.548),(2394,1,15,1591,112,2711.430,96.091),(2395,1,16,1591,112,10551.111,0.900),(2396,1,17,1591,112,5029.441,1.019),(2397,1,18,1591,112,3270.541,0.998),(2398,1,19,1591,112,11570.281,0.498),(2399,1,20,1591,112,239.195,83.296),(2400,1,21,1591,112,3285.714,0.091),(2401,1,23,1591,112,1917.156,86.343),(2402,1,24,1591,112,3266.272,0.169),(2403,1,25,1591,112,4631.884,1.035),(2404,1,26,1591,112,3315.638,1.394),(2405,1,27,1591,112,2148.515,0.505),(2406,1,28,1591,112,7798.213,7.835),(2407,1,29,1591,112,8082.201,10.377),(2408,1,30,1591,112,8437.916,10.824),(2409,1,31,1591,112,3752.741,1.642),(2410,1,32,1591,112,8787.333,10.547),(2411,1,45,1591,112,5651.064,0.940),(2412,1,44,1591,112,2131.673,0.562),(2413,1,43,1591,112,4079.012,1.620),(2414,1,42,1591,112,2134.804,0.408),(2415,1,41,1591,112,2147.059,0.034),(2416,1,40,1591,112,8043.909,0.706),(2417,1,39,1591,112,2754.851,2.525),(2418,1,38,1591,112,2112.513,0.951),(2419,1,37,1591,112,2917.091,1.966),(2420,1,36,1591,112,10493.919,1.891),(2421,1,35,1591,112,7202.832,2.613),(2422,1,34,1591,112,12906.018,3.639),(2423,1,33,1591,112,2091.529,1.027),(2424,1,7,1591,132,1660.450,38.174),(2425,1,10,1591,132,1614.274,37.677),(2426,1,17,1591,132,1578.884,19.009),(2427,1,18,1591,132,1581.622,113.677),(2428,1,19,1591,132,1581.880,53.554),(2429,1,23,1591,132,1582.903,14.342),(2430,1,28,1591,132,1302.857,0.350),(2431,1,45,1591,132,1705.667,23.752),(2432,1,34,1591,132,1500.494,15.187),(2433,1,1,1591,65,5684.027,3.725),(2434,1,2,1591,65,4331.694,6.913),(2435,1,8,1591,65,4412.552,18.914),(2436,1,9,1591,65,3332.016,3.036),(2437,1,11,1591,65,4698.885,0.269),(2438,1,13,1591,65,4747.495,18.859),(2439,1,14,1591,65,4205.096,37.792),(2440,1,15,1591,65,5708.972,5.807),(2441,1,16,1591,65,17869.489,1.134),(2442,1,17,1591,65,5090.995,3.176),(2443,1,18,1591,65,4543.972,18.944),(2444,1,19,1591,65,3985.507,3.450),(2445,1,22,1591,65,13706.332,0.916),(2446,1,24,1591,65,4897.059,0.136),(2447,1,25,1591,65,4042.655,56.781),(2448,1,26,1591,65,5306.698,10.600),(2449,1,27,1591,65,3736.877,28.766),(2450,1,28,1591,65,3061.049,7.322),(2451,1,29,1591,65,6946.588,0.337),(2452,1,45,1591,65,5708.835,18.845),(2453,1,44,1591,65,4632.197,18.915),(2454,1,42,1591,65,12899.680,0.937),(2455,1,41,1591,65,13311.080,0.704),(2456,1,39,1591,65,5497.363,18.584),(2457,1,38,1591,65,6774.184,3.525),(2458,1,36,1591,65,5356.229,8.284),(2459,1,34,1591,65,4438.088,19.035),(2460,1,14,1591,79,3266.129,0.496),(2461,1,19,1591,79,2364.613,18.521),(2462,1,21,1591,79,3300.000,3.240),(2463,1,23,1591,79,2365.352,18.437),(2464,1,31,1591,79,124133.080,0.263),(2465,1,45,1591,79,52741.679,2.644),(2466,1,44,1591,79,3559.818,194.899),(2467,1,43,1591,79,54859.867,1.206),(2468,1,38,1591,79,2543.319,18.479),(2469,1,35,1591,79,40806.541,1.804),(2470,1,1,1591,102,4086.173,16.200),(2471,1,2,1591,102,4079.383,32.400),(2472,1,5,1591,102,4745.111,18.000),(2473,1,6,1591,102,5763.360,16.168),(2474,1,8,1591,102,4950.202,16.065),(2475,1,9,1591,102,4337.385,16.127),(2476,1,10,1591,102,3025.242,8.042),(2477,1,14,1591,102,5177.568,17.520),(2478,1,15,1591,102,2870.545,16.106),(2479,1,18,1591,102,2589.799,23.998),(2480,1,20,1591,102,3997.606,17.963),(2481,1,28,1591,102,2327.590,16.426),(2482,1,31,1591,102,5077.297,18.720),(2483,1,1,1591,227,3663.310,37.536),(2484,1,9,1591,227,18466.667,0.015),(2485,1,10,1591,227,14500.000,0.004),(2486,1,11,1591,227,18500.000,0.004),(2487,1,12,1591,227,13464.567,0.508),(2488,1,13,1591,227,14142.857,0.007),(2489,1,14,1591,227,4515.464,0.097),(2490,1,15,1591,227,109800.000,0.005),(2491,1,16,1591,227,41000.000,0.001),(2492,1,17,1591,227,22857.143,0.007),(2493,1,18,1591,227,2564.956,38.534),(2494,1,19,1591,227,2322.192,19.687),(2495,1,20,1591,227,18953.704,0.216),(2496,1,21,1591,227,2744.829,19.242),(2497,1,22,1591,227,6833.013,1.042),(2498,1,23,1591,227,2765.396,38.435),(2499,1,24,1591,227,45000.000,0.002),(2500,1,26,1591,227,NULL,0.000),(2501,1,27,1591,227,37000.000,0.001),(2502,1,28,1591,227,14631.579,0.114),(2503,1,29,1591,227,16861.111,0.144),(2504,1,30,1591,227,5767.368,0.950),(2505,1,31,1591,227,10777.778,0.045),(2506,1,32,1591,227,46000.000,0.005),(2507,1,40,1591,227,9402.439,0.082),(2508,1,38,1591,227,13050.000,0.020),(2509,1,37,1591,227,4601.365,19.198),(2510,1,36,1591,227,4483.960,19.202),(2511,1,34,1591,227,4127.588,2.077),(2512,1,2,1591,230,2073.069,7.226),(2513,1,27,1591,230,1800.278,57.600),(2514,1,28,1591,230,1775.984,57.420),(2515,1,38,1591,230,2833.232,13.204),(2516,1,37,1591,230,2271.501,13.197),(2517,1,35,1591,230,1844.339,11.994),(2518,1,34,1591,230,2532.182,14.713),(2519,1,33,1591,230,2475.799,4.504),(2520,1,4,1591,163,2895.667,3.000),(2521,1,12,1591,163,4775.000,3.000),(2522,1,13,1591,163,1541.780,30.110),(2523,1,16,1591,163,4997.106,0.691),(2524,1,30,1591,163,4148.802,19.153),(2525,1,43,1591,163,NULL,0.000),(2526,1,42,1591,163,2266.598,17.517),(2527,1,41,1591,163,2546.488,52.799),(2528,1,40,1591,163,2746.957,31.220),(2529,1,39,1591,163,2543.299,4.134),(2530,1,36,1591,163,2143.628,17.608),(2531,1,2,1591,60,4271.855,76.320),(2532,1,5,1591,60,2649.878,57.600),(2533,1,13,1591,60,2202.641,17.948),(2534,1,16,1591,287,1542.683,18.860),(2535,1,20,1591,287,1381.548,18.881),(2536,1,27,1591,287,1164.012,18.895),(2537,1,44,1591,287,1531.804,16.696),(2538,1,40,1591,287,1699.372,19.110),(2539,1,33,1591,287,1419.010,37.949),(2540,1,2,1591,289,5347.418,22.506),(2541,1,3,1591,289,5022.502,1.511),(2542,1,12,1591,289,2151.092,13.184),(2543,1,16,1591,289,5168.502,0.908),(2544,1,25,1591,289,5017.940,5.630),(2545,1,35,1591,289,694.760,15.840),(2546,1,34,1591,289,1106.038,14.325),(2547,1,4,1591,172,4809.873,2.998),(2548,1,5,1591,172,5625.194,36.000),(2549,1,10,1591,172,8770.000,1.500),(2550,1,27,1591,172,4781.119,10.476),(2551,1,33,1591,172,12548.673,0.113),(2552,1,1,1591,43,3326.417,24.000),(2553,1,3,1591,43,21000.000,0.020),(2554,1,4,1591,43,NULL,0.000),(2555,1,13,1591,43,5400.000,3.760),(2556,1,14,1591,43,5153.117,2.005),(2557,1,15,1591,43,5532.485,3.771),(2558,1,16,1591,43,4718.763,2.489),(2559,1,18,1591,43,5013.377,2.467),(2560,1,19,1591,43,4835.000,0.200),(2561,1,20,1591,43,8029.412,0.034),(2562,1,21,1591,43,4666.667,0.006),(2563,1,22,1591,43,NULL,0.000),(2564,1,23,1591,43,NULL,0.000),(2565,1,24,1591,43,2766.703,2.739),(2566,1,26,1591,43,7058.824,0.017),(2567,1,27,1591,43,NULL,0.000),(2568,1,30,1591,43,152000.000,0.001),(2569,1,44,1591,43,NULL,0.000),(2570,1,43,1591,43,18400.000,0.005),(2571,1,40,1591,43,5173.913,0.023),(2572,1,36,1591,43,10777.778,0.009),(2573,1,33,1591,43,7562.500,0.016),(2574,1,1,1591,182,6600.000,0.030),(2575,1,2,1591,182,5978.675,1.313),(2576,1,3,1591,182,5600.000,0.170),(2577,1,4,1591,182,6477.778,0.090),(2578,1,5,1591,182,6473.684,0.057),(2579,1,6,1591,182,6125.000,0.104),(2580,1,8,1591,182,6476.190,0.042),(2581,1,9,1591,182,5858.580,1.690),(2582,1,10,1591,182,6508.772,0.171),(2583,1,11,1591,182,5511.905,0.252),(2584,1,12,1591,182,6400.000,0.210),(2585,1,13,1591,182,6400.000,0.060),(2586,1,14,1591,182,2390.173,0.346),(2587,1,15,1591,182,6179.986,1.389),(2588,1,16,1591,182,3272.727,0.363),(2589,1,17,1591,182,5834.783,1.380),(2590,1,18,1591,182,5750.000,1.560),(2591,1,20,1591,182,5739.464,1.566),(2592,1,21,1591,182,17928.571,0.098),(2593,1,22,1591,182,9015.198,0.329),(2594,1,23,1591,182,6400.000,0.150),(2595,1,24,1591,182,5381.739,2.968),(2596,1,25,1591,182,4989.583,0.960),(2597,1,26,1591,182,9223.464,0.179),(2598,1,27,1591,182,7701.944,0.926),(2599,1,28,1591,182,4845.992,2.370),(2600,1,29,1591,182,6205.458,1.942),(2601,1,30,1591,182,5819.444,0.144),(2602,1,31,1591,182,5698.204,5.401),(2603,1,32,1591,182,2052.632,0.019),(2604,1,45,1591,182,6419.655,0.753),(2605,1,43,1591,182,5788.114,0.774),(2606,1,42,1591,182,5671.895,0.765),(2607,1,41,1591,182,7351.418,0.811),(2608,1,40,1591,182,6221.843,0.293),(2609,1,39,1591,182,5833.333,0.048),(2610,1,38,1591,182,2128.492,1.074),(2611,1,37,1591,182,4585.455,0.275),(2612,1,36,1591,182,7669.244,1.164),(2613,1,35,1591,182,2211.429,0.525),(2614,1,34,1591,182,5638.298,0.423),(2615,1,33,1591,182,3905.405,0.074),(2616,1,14,1591,155,4560.000,1.200),(2617,1,18,1591,155,3090.000,1.800),(2618,1,26,1591,155,3950.017,3.021),(2619,1,28,1591,155,1653.805,16.976),(2620,1,40,1591,155,4550.000,4.320),(2621,1,35,1591,155,5000.000,3.000),(2622,1,1,1591,96,1608.913,23.808),(2623,1,2,1591,135,3604.167,0.048),(2624,1,5,1591,135,3600.000,0.040),(2625,1,11,1591,135,3583.333,0.024),(2626,1,12,1591,135,3530.233,0.215),(2627,1,13,1591,135,3392.857,0.028),(2628,1,14,1591,135,3214.286,0.028),(2629,1,15,1591,135,3241.379,0.029),(2630,1,16,1591,135,91572.500,0.800),(2631,1,17,1591,135,3254.717,0.106),(2632,1,18,1591,135,3269.231,0.026),(2633,1,19,1591,135,5048.387,0.062),(2634,1,20,1591,135,3241.379,0.029),(2635,1,21,1591,135,26340.244,1.640),(2636,1,23,1591,135,8551.016,4.528),(2637,1,24,1591,135,4125.249,6.523),(2638,1,27,1591,135,2226.148,0.283),(2639,1,28,1591,135,9412.667,3.000),(2640,1,29,1591,135,2093.750,0.064),(2641,1,31,1591,135,2078.176,0.307),(2642,1,42,1591,135,2151.515,0.033),(2643,1,39,1591,135,2136.364,0.044),(2644,1,35,1591,135,2148.148,0.027),(2645,1,34,1591,135,4647.200,5.000),(2646,1,33,1591,135,2097.561,0.041),(2647,1,6,1591,140,4849.928,5.544),(2648,1,19,1591,140,3294.106,10.316),(2649,1,28,1591,140,4330.502,4.121),(2650,1,21,1591,67,3694.401,19.002),(2651,1,26,1591,160,95000.000,0.025),(2652,1,29,1591,160,2626.189,18.916),(2653,1,25,1591,23,1322.684,17.748),(2654,1,6,1591,180,2870.341,17.600),(2655,1,3,1591,243,22100.000,0.030),(2656,1,4,1591,243,NULL,0.000),(2657,1,6,1591,243,NULL,0.000),(2658,1,10,1591,243,20991.597,0.119),(2659,1,11,1591,243,NULL,0.000),(2660,1,12,1591,243,18273.328,1.361),(2661,1,13,1591,243,NULL,0.000),(2662,1,16,1591,243,16813.177,6.739),(2663,1,17,1591,243,NULL,0.000),(2664,1,18,1591,243,19247.382,2.292),(2665,1,19,1591,243,19250.000,0.008),(2666,1,20,1591,243,19650.000,0.040),(2667,1,22,1591,243,90000.000,0.001),(2668,1,25,1591,243,201714.286,0.014),(2669,1,26,1591,243,69500.000,0.004),(2670,1,28,1591,243,23774.059,0.239),(2671,1,29,1591,243,9500.000,0.006),(2672,1,31,1591,243,200000.000,0.001),(2673,1,32,1591,243,36269.231,0.026),(2674,1,45,1591,243,33262.069,0.145),(2675,1,44,1591,243,41800.000,0.005),(2676,1,43,1591,243,17984.064,0.251),(2677,1,42,1591,243,30077.805,2.005),(2678,1,41,1591,243,26419.355,0.031),(2679,1,40,1591,243,38166.667,0.012),(2680,1,39,1591,243,48760.000,0.025),(2681,1,38,1591,243,49363.636,0.011),(2682,1,37,1591,243,8061.224,0.049),(2683,1,36,1591,243,41076.923,0.013),(2684,1,35,1591,243,185000.000,0.001),(2685,1,34,1591,243,20208.772,0.570),(2686,1,33,1591,243,17333.333,0.012),(2687,1,1,1591,113,47739.286,0.280),(2688,1,3,1591,113,40574.359,0.585),(2689,1,5,1591,113,40894.815,0.675),(2690,1,7,1591,113,40405.333,0.375),(2691,1,9,1591,113,42163.556,1.125),(2692,1,14,1591,113,39604.848,0.825),(2693,1,17,1591,113,40648.000,0.750),(2694,1,21,1591,113,38170.000,0.300),(2695,1,23,1591,113,39730.631,1.110),(2696,1,24,1591,113,40748.315,0.445),(2697,1,25,1591,113,13860.548,0.839),(2698,1,26,1591,113,40270.000,0.300),(2699,1,27,1591,113,45562.500,0.640),(2700,1,28,1591,113,41063.077,0.650),(2701,1,29,1591,113,41240.000,0.600),(2702,1,30,1591,113,44114.286,0.070),(2703,1,31,1591,113,97000.000,0.001),(2704,1,32,1591,113,50320.000,0.150),(2705,1,45,1591,113,80011.111,0.090),(2706,1,43,1591,113,6764.286,0.140),(2707,1,40,1591,113,61003.704,1.080),(2708,1,39,1591,113,63338.235,0.068),(2709,1,36,1591,113,55794.118,0.068),(2710,1,35,1591,113,47421.053,0.570),(2711,1,34,1591,113,53266.289,0.353),(2712,1,10,1591,217,4818.744,2.102),(2713,1,16,1591,217,22683.333,0.180),(2714,1,22,1591,217,26540.000,0.100),(2715,1,23,1591,217,4574.691,2.102),(2716,1,42,1591,217,5496.101,4.360),(2717,1,38,1591,217,5354.305,0.906),(2718,1,34,1591,217,5174.747,0.990),(2719,1,42,1591,248,2086.624,9.143),(2720,1,3,1591,62,1200.000,0.045),(2721,1,15,1591,62,5579.340,6.970),(2722,1,37,1591,62,875.000,0.120),(2723,1,3,1591,166,35750.000,0.004),(2724,1,21,1591,166,5007.729,5.175),(2725,1,28,1591,166,6683.333,0.600),(2726,1,3,1591,14,9889.621,0.607),(2727,1,12,1591,14,20032.000,1.000),(2728,1,19,1591,14,12717.391,0.046),(2729,1,21,1591,14,14051.282,0.039),(2730,1,23,1591,14,12302.500,0.800),(2731,1,27,1591,14,17308.000,1.000),(2732,1,30,1591,14,39500.000,0.010),(2733,1,31,1591,14,26969.697,0.033),(2734,1,43,1591,14,14990.000,0.600),(2735,1,38,1591,14,20623.077,1.300),(2736,1,36,1591,14,15318.966,0.116),(2737,1,35,1591,14,21985.294,0.068),(2738,1,34,1591,14,1115000.000,0.001),(2739,1,10,1591,288,3849.835,1.818),(2740,1,20,1591,288,4322.235,3.364),(2741,1,20,1591,178,17054.142,1.533),(2742,1,44,1591,178,2128.550,0.669),(2743,1,39,1591,178,2133.603,0.247),(2744,1,35,1591,178,2131.488,0.578),(2745,1,34,1591,178,2091.681,0.589),(2746,1,5,1591,235,7927.638,0.995),(2747,1,12,1591,235,31800.000,0.010),(2748,1,24,1591,235,3273.585,0.318),(2749,1,37,1591,235,2132.948,0.346),(2750,1,34,1591,235,5314.815,0.216),(2751,1,25,1591,212,8998.347,0.605),(2752,1,26,1591,212,5480.519,0.539),(2753,1,27,1591,212,14984.000,0.250),(2754,1,28,1591,212,12108.974,0.312),(2755,1,4,1591,13,4727.273,0.011),(2756,1,27,1591,13,4314.928,0.978),(2757,1,40,1591,13,4383.333,0.360),(2758,1,33,1591,13,4383.333,0.060),(2759,1,2,1591,284,12080.000,1.375),(2760,1,31,1591,92,6482.085,0.614),(2761,1,33,1591,92,6077.889,0.398),(2762,1,4,1591,131,12562.500,0.016),(2763,1,5,1591,131,4750.000,0.300),(2764,1,13,1591,131,12866.667,0.045),(2765,1,18,1591,131,4750.000,0.300),(2766,1,20,1591,131,15518.519,0.027),(2767,1,30,1591,131,9551.724,0.029),(2768,1,31,1591,131,3890.000,0.100),(2769,1,32,1591,131,7455.556,0.090),(2770,1,30,1591,6,2092.105,0.456),(2771,1,13,1591,145,2082.500,0.400),(2772,1,39,1591,17,5741.935,0.341),(2773,1,2,1591,61,27413.953,0.215),(2774,1,36,1591,138,13809.816,0.163),(2775,1,19,1591,38,NULL,0.000),(2776,1,25,1591,38,13786.260,0.131),(2777,1,40,1591,38,103000.000,0.001),(2778,1,30,1591,2,1790.123,0.081),(2779,1,40,1591,238,9368.421,0.019),(2780,1,39,1591,238,4651.163,0.043),(2781,1,1,1591,171,14320.000,0.050),(2782,1,23,1591,157,37750.000,0.008),(2783,1,25,1591,157,37375.000,0.008),(2784,1,27,1591,157,90000.000,0.001),(2785,1,28,1591,157,31400.000,0.005),(2786,1,41,1591,157,16400.000,0.005),(2787,1,40,1591,157,16600.000,0.005),(2788,1,38,1591,157,52500.000,0.002),(2789,1,34,1591,157,26000.000,0.005),(2790,1,33,1591,157,26000.000,0.010),(2791,1,12,1591,176,56000.000,0.002),(2792,1,14,1591,176,19416.667,0.024),(2793,1,28,1591,176,24750.000,0.008),(2794,1,39,1591,221,5090.909,0.011),(2795,1,12,1591,115,26000.000,0.009),(2796,1,45,1591,115,44000.000,0.001),(2797,1,45,1591,118,14333.333,0.009),(2798,1,14,1591,199,77250.000,0.004),(2799,1,37,1591,199,NULL,0.000),(2800,1,44,1591,9,38500.000,0.004),(2801,1,42,1591,201,76250.000,0.004),(2802,1,28,1591,114,53000.000,0.002),(2803,1,38,1591,114,60000.000,0.002),(2804,0,1,1599,92,2203.489,38.577),(2805,0,2,1599,92,2155.868,5.870),(2806,0,3,1599,92,2108.246,8.597),(2807,0,4,1599,92,2060.625,22.598),(2808,0,5,1599,92,2051.702,36.362),(2809,0,6,1599,92,2074.427,66.213),(2810,0,7,1599,92,2238.119,11.596),(2811,0,8,1599,92,2051.412,27.620),(2812,0,9,1599,92,2126.977,4.735),(2813,0,10,1599,92,2458.728,1.338),(2814,0,11,1599,92,2971.749,13.836),(2815,0,12,1599,92,3151.324,1.218),(2816,0,13,1599,92,2900.799,15.403),(2817,0,14,1599,92,2524.167,5.123),(2818,0,15,1599,92,2524.726,22.525),(2819,0,16,1599,92,2195.787,30.594),(2820,0,17,1599,92,2152.795,25.323),(2821,0,18,1599,92,2324.684,13.527),(2822,0,19,1599,92,2418.712,28.502),(2823,0,20,1599,92,3030.397,5.156),(2824,0,21,1599,92,3455.563,4.778),(2825,0,22,1599,92,3414.915,4.979),(2826,0,23,1599,92,3000.209,7.797),(2827,0,24,1599,92,3067.184,6.689),(2828,0,25,1599,92,2773.986,16.968),(2829,0,26,1599,92,2552.962,9.583),(2830,0,27,1599,92,2420.845,2.125),(2831,0,28,1599,92,2349.884,39.658),(2832,0,29,1599,92,2115.762,13.491),(2833,0,30,1599,92,2203.253,9.161),(2834,0,31,1599,92,2343.944,25.817),(2835,0,32,1599,92,3013.024,14.281),(2836,0,33,1599,92,3016.563,7.968),(2837,0,34,1599,92,3494.739,10.080),(2838,0,35,1599,92,2955.351,5.528),(2839,0,36,1599,92,2429.769,13.901),(2840,0,37,1599,92,1911.609,10.072),(2841,0,38,1599,92,1833.073,19.176),(2842,0,39,1599,92,1847.492,17.127),(2843,0,40,1599,92,2002.129,13.622),(2844,0,41,1599,92,1979.911,17.223),(2845,0,42,1599,92,1848.922,34.075),(2846,0,43,1599,92,1847.362,11.655),(2847,0,44,1599,92,2042.167,3.083),(2848,0,45,1599,92,1996.533,3.642),(2849,0,1,1599,20,18359.415,4.439),(2850,0,2,1599,20,16105.089,6.373),(2851,0,3,1599,20,16404.692,5.089),(2852,0,4,1599,20,17143.908,5.820),(2853,0,5,1599,20,17933.009,3.932),(2854,0,6,1599,20,16359.669,4.882),(2855,0,7,1599,20,17887.692,2.758),(2856,0,8,1599,20,18102.544,4.379),(2857,0,9,1599,20,22380.968,12.190),(2858,0,10,1599,20,24869.113,12.824),(2859,0,11,1599,20,27660.746,17.684),(2860,0,12,1599,20,26378.029,14.692),(2861,0,13,1599,20,27546.868,11.511),(2862,0,14,1599,20,27732.511,11.836),(2863,0,15,1599,20,25754.065,14.496),(2864,0,16,1599,20,26470.185,11.672),(2865,0,17,1599,20,27624.430,12.059),(2866,0,18,1599,20,27216.372,8.698),(2867,0,19,1599,20,28659.697,7.652),(2868,0,20,1599,20,25589.515,8.950),(2869,0,21,1599,20,27438.314,9.135),(2870,0,22,1599,20,28010.000,14.000),(2871,0,23,1599,20,31572.010,15.772),(2872,0,24,1599,20,28561.225,13.622),(2873,0,25,1599,20,30525.746,12.099),(2874,0,26,1599,20,29089.148,12.182),(2875,0,27,1599,20,28928.430,9.082),(2876,0,28,1599,20,30914.334,9.467),(2877,0,29,1599,20,29092.049,8.854),(2878,0,30,1599,20,29331.449,9.552),(2879,0,31,1599,20,29876.677,7.379),(2880,0,32,1599,20,30238.692,8.379),(2881,0,33,1599,20,29876.968,9.591),(2882,0,34,1599,20,28991.479,13.731),(2883,0,35,1599,20,31445.156,13.767),(2884,0,36,1599,20,31184.968,14.455),(2885,0,37,1599,20,28561.457,15.228),(2886,0,38,1599,20,31223.960,11.828),(2887,0,39,1599,20,30117.920,11.847),(2888,0,40,1599,20,31479.192,11.582),(2889,0,41,1599,20,31295.410,7.691),(2890,0,42,1599,20,30811.635,8.096),(2891,0,43,1599,20,32728.135,8.541),(2892,0,44,1599,20,32442.236,7.245),(2893,0,45,1599,20,30000.796,10.050),(2894,0,1,1599,115,35208.009,16.807),(2895,0,2,1599,115,33503.514,10.195),(2896,0,3,1599,115,32334.562,35.829),(2897,0,4,1599,115,39221.956,4.123),(2898,0,5,1599,115,35962.924,9.667),(2899,0,6,1599,115,38974.111,6.296),(2900,0,7,1599,115,31306.982,8.753),(2901,0,8,1599,115,33862.866,6.137),(2902,0,9,1599,115,27276.793,2.051),(2903,0,10,1599,115,33853.849,1.863),(2904,0,11,1599,115,30663.904,9.165),(2905,0,12,1599,115,33397.028,4.747),(2906,0,13,1599,115,28347.157,9.070),(2907,0,14,1599,115,28482.310,15.057),(2908,0,15,1599,115,29594.915,11.254),(2909,0,16,1599,115,27873.289,0.823),(2910,0,17,1599,115,28565.310,13.727),(2911,0,18,1599,115,28625.787,9.807),(2912,0,19,1599,115,27089.722,4.939),(2913,0,20,1599,115,24180.370,7.488),(2914,0,21,1599,115,25346.654,5.006),(2915,0,22,1599,115,26576.509,10.355),(2916,0,23,1599,115,27265.451,8.522),(2917,0,24,1599,115,25872.308,6.960),(2918,0,25,1599,115,27175.482,8.185),(2919,0,26,1599,115,31023.941,3.909),(2920,0,27,1599,115,32966.812,9.560),(2921,0,28,1599,115,27422.248,9.421),(2922,0,29,1599,115,26849.592,2.819),(2923,0,30,1599,115,25139.054,1.560),(2924,0,31,1599,115,30625.578,18.180),(2925,0,32,1599,115,29909.907,5.683),(2926,0,33,1599,115,35914.913,5.158),(2927,0,34,1599,115,32468.183,8.042),(2928,0,35,1599,115,31882.496,12.197),(2929,0,36,1599,115,30608.048,15.614),(2930,0,37,1599,115,37118.310,4.161),(2931,0,38,1599,115,35732.497,13.626),(2932,0,39,1599,115,34493.325,10.169),(2933,0,40,1599,115,31442.939,7.999),(2934,0,41,1599,115,34978.804,12.824),(2935,0,42,1599,115,31477.015,9.945),(2936,0,43,1599,115,36081.093,5.046),(2937,0,44,1599,115,32853.347,6.887),(2938,0,45,1599,115,30033.138,6.156),(2939,0,1,1599,160,5291.752,25.242),(2940,0,2,1599,160,5097.606,14.128),(2941,0,3,1599,160,6368.363,9.117),(2942,0,4,1599,160,5782.440,25.428),(2943,0,5,1599,160,6355.073,0.414),(2944,0,6,1599,160,6458.673,19.358),(2945,0,7,1599,160,6831.743,1.153),(2946,0,8,1599,160,7789.838,11.615),(2947,0,9,1599,160,7228.484,8.190),(2948,0,10,1599,160,7394.790,14.461),(2949,0,11,1599,160,6246.337,11.211),(2950,0,12,1599,160,6424.426,20.041),(2951,0,13,1599,160,7001.591,21.657),(2952,0,14,1599,160,7716.260,0.238),(2953,0,15,1599,160,7453.662,20.221),(2954,0,16,1599,160,6617.198,11.142),(2955,0,17,1599,160,7628.087,29.316),(2956,0,18,1599,160,7851.273,10.865),(2957,0,19,1599,160,8036.709,11.278),(2958,0,20,1599,160,9745.585,21.087),(2959,0,21,1599,160,12864.455,4.704),(2960,0,22,1599,160,12755.525,2.469),(2961,0,23,1599,160,14444.246,0.732),(2962,0,24,1599,160,15438.978,0.340),(2963,0,25,1599,160,15966.949,3.419),(2964,0,26,1599,160,14581.560,0.008),(2965,0,27,1599,160,15527.798,1.982),(2966,0,28,1599,160,16106.875,0.312),(2967,0,29,1599,160,17002.140,1.259),(2968,0,30,1599,160,13707.430,6.971),(2969,0,31,1599,160,11329.279,0.188),(2970,0,32,1599,160,10358.744,0.186),(2971,0,33,1599,160,11528.285,4.495),(2972,0,34,1599,160,14048.926,5.522),(2973,0,35,1599,160,16271.236,2.743),(2974,0,36,1599,160,14594.229,4.436),(2975,0,37,1599,160,12157.078,0.777),(2976,0,38,1599,160,11436.373,6.002),(2977,0,39,1599,160,11294.527,0.495),(2978,0,40,1599,160,12497.173,0.371),(2979,0,41,1599,160,11815.047,0.319),(2980,0,42,1599,160,11302.169,6.455),(2981,0,43,1599,160,10436.136,4.583),(2982,0,44,1599,160,11304.883,2.437),(2983,0,45,1599,160,10880.921,0.704),(2984,0,1,1599,59,13225.437,3.225),(2985,0,2,1599,59,12667.800,8.622),(2986,0,3,1599,59,12507.797,9.876),(2987,0,4,1599,59,14531.743,3.108),(2988,0,5,1599,59,12529.946,9.181),(2989,0,6,1599,59,11719.423,1.133),(2990,0,7,1599,59,11979.529,10.649),(2991,0,8,1599,59,12932.307,10.290),(2992,0,9,1599,59,16489.912,1.771),(2993,0,10,1599,59,19117.727,12.545),(2994,0,11,1599,59,17911.815,12.196),(2995,0,12,1599,59,18286.861,14.080),(2996,0,13,1599,59,16610.029,7.498),(2997,0,14,1599,59,15074.590,2.657),(2998,0,15,1599,59,13539.150,7.719),(2999,0,16,1599,59,12003.710,4.462),(3000,0,17,1599,59,11380.054,9.518),(3001,0,18,1599,59,11446.839,8.982),(3002,0,19,1599,59,11544.983,1.336),(3003,0,20,1599,59,11530.439,8.865),(3004,0,21,1599,59,13909.378,6.683),(3005,0,22,1599,59,13702.450,12.492),(3006,0,23,1599,59,13833.236,4.429),(3007,0,24,1599,59,13267.556,9.895),(3008,0,25,1599,59,11794.198,8.032),(3009,0,26,1599,59,11302.705,7.542),(3010,0,27,1599,59,11709.294,1.751),(3011,0,28,1599,59,12881.593,10.735),(3012,0,29,1599,59,14203.720,8.768),(3013,0,30,1599,59,13764.879,12.015),(3014,0,31,1599,59,12868.226,14.095),(3015,0,32,1599,59,15003.677,1.400),(3016,0,33,1599,59,16856.086,10.138),(3017,0,34,1599,59,20487.259,7.281),(3018,0,35,1599,59,20045.717,8.822),(3019,0,36,1599,59,23013.467,3.978),(3020,0,37,1599,59,24220.815,3.732),(3021,0,38,1599,59,20947.878,8.547),(3022,0,39,1599,59,18756.547,4.549),(3023,0,40,1599,59,18331.041,4.362),(3024,0,41,1599,59,17596.782,6.029),(3025,0,42,1599,59,19614.406,2.994),(3026,0,43,1599,59,16560.229,8.852),(3027,0,44,1599,59,19072.037,3.841),(3028,0,45,1599,59,16285.419,11.506),(3029,0,1,1599,144,9247.071,20.059),(3030,0,2,1599,144,10215.138,16.752),(3031,0,3,1599,144,10224.100,8.282),(3032,0,4,1599,144,10030.122,8.200),(3033,0,5,1599,144,11256.881,0.109),(3034,0,6,1599,144,9873.780,26.129),(3035,0,7,1599,144,10026.217,15.181),(3036,0,9,1599,144,10120.109,12.114),(3037,0,10,1599,144,10393.686,4.783),(3038,0,11,1599,144,7850.847,0.295),(3039,0,12,1599,144,10861.055,1.497),(3040,0,13,1599,144,10061.733,5.702),(3041,0,14,1599,144,10404.948,4.608),(3042,0,15,1599,144,10112.848,8.126),(3043,0,16,1599,144,10098.123,11.404),(3044,0,17,1599,144,9680.478,12.791),(3045,0,18,1599,144,9519.117,4.394),(3046,0,19,1599,144,10404.948,2.304),(3047,0,20,1599,144,10143.320,5.561),(3048,0,21,1599,144,10341.332,8.918),(3049,0,22,1599,144,10044.712,9.125),(3050,0,23,1599,144,10147.668,9.027),(3051,0,24,1599,144,10089.867,4.885),(3052,0,25,1599,144,9885.437,20.888),(3053,0,26,1599,144,12793.893,1.703),(3054,0,27,1599,144,10199.288,11.511),(3055,0,28,1599,144,10151.185,10.464),(3056,0,29,1599,144,3104.167,0.096),(3057,0,30,1599,144,10093.988,15.502),(3058,0,45,1599,144,26120.690,0.116),(3059,0,43,1599,144,11149.081,1.905),(3060,0,42,1599,144,14140.741,0.135),(3061,0,41,1599,144,10806.090,2.496),(3062,0,40,1599,144,18957.447,0.047),(3063,0,39,1599,144,10400.477,9.219),(3064,0,38,1599,144,10600.451,9.766),(3065,0,37,1599,144,45600.000,0.005),(3066,0,36,1599,144,4814.433,0.194),(3067,0,35,1599,144,13621.622,0.703),(3068,0,34,1599,144,28038.760,0.129),(3069,0,33,1599,144,10652.460,12.154),(3070,0,1,1599,112,23585.389,2.067),(3071,0,2,1599,112,23348.410,1.415),(3072,0,3,1599,112,18951.496,1.938),(3073,0,4,1599,112,20904.867,0.904),(3074,0,5,1599,112,21665.158,0.884),(3075,0,6,1599,112,21465.138,1.047),(3076,0,7,1599,112,17841.117,2.077),(3077,0,8,1599,112,26419.692,1.625),(3078,0,9,1599,112,33764.207,4.012),(3079,0,10,1599,112,32883.830,4.261),(3080,0,11,1599,112,26573.049,4.408),(3081,0,12,1599,112,37135.988,1.934),(3082,0,13,1599,112,4114.272,18.526),(3083,0,14,1599,112,26976.204,1.807),(3084,0,15,1599,112,26815.141,2.272),(3085,0,16,1599,112,23295.082,1.037),(3086,0,17,1599,112,36314.319,0.859),(3087,0,18,1599,112,23948.770,0.976),(3088,0,19,1599,112,26351.625,1.877),(3089,0,20,1599,112,5180.348,6.432),(3090,0,21,1599,112,34198.651,2.965),(3091,0,22,1599,112,26991.240,4.338),(3092,0,23,1599,112,31972.091,2.759),(3093,0,24,1599,112,32127.018,1.425),(3094,0,25,1599,112,32823.066,2.922),(3095,0,26,1599,112,29594.276,1.782),(3096,0,27,1599,112,30688.764,0.890),(3097,0,28,1599,112,26791.738,1.162),(3098,0,29,1599,112,29785.242,0.908),(3099,0,30,1599,112,29436.118,0.814),(3100,0,32,1599,112,35425.664,1.769),(3101,0,31,1599,112,34090.708,0.904),(3102,0,45,1599,112,6953.108,8.509),(3103,0,44,1599,112,7348.567,12.801),(3104,0,43,1599,112,2550.311,43.917),(3105,0,42,1599,112,2298.243,41.711),(3106,0,41,1599,112,4011.058,20.257),(3107,0,40,1599,112,4988.569,14.784),(3108,0,39,1599,112,6689.709,10.300),(3109,0,38,1599,112,36090.410,3.462),(3110,0,37,1599,112,42955.423,4.711),(3111,0,36,1599,112,19899.704,4.058),(3112,0,35,1599,112,6290.609,16.548),(3113,0,34,1599,112,19836.767,6.843),(3114,0,33,1599,112,10799.732,10.456),(3115,0,1,1599,243,21723.820,17.672),(3116,0,2,1599,243,21060.978,1.764),(3117,0,3,1599,243,20086.953,12.310),(3118,0,4,1599,243,18471.251,5.948),(3119,0,5,1599,243,13690.817,4.920),(3120,0,6,1599,243,15044.185,2.151),(3121,0,7,1599,243,13415.048,9.348),(3122,0,8,1599,243,16826.626,2.749),(3123,0,9,1599,243,17833.885,0.704),(3124,0,10,1599,243,17227.247,3.472),(3125,0,11,1599,243,16681.303,1.329),(3126,0,12,1599,243,18916.747,0.724),(3127,0,13,1599,243,21909.168,3.043),(3128,0,14,1599,243,21073.467,3.236),(3129,0,15,1599,243,17416.716,5.409),(3130,0,16,1599,243,16325.393,6.423),(3131,0,17,1599,243,16611.926,1.596),(3132,0,18,1599,243,15852.027,5.992),(3133,0,19,1599,243,18215.692,3.709),(3134,0,20,1599,243,19655.636,0.543),(3135,0,21,1599,243,22182.286,7.971),(3136,0,22,1599,243,20713.073,5.152),(3137,0,23,1599,243,21353.978,3.684),(3138,0,24,1599,243,20184.021,0.683),(3139,0,25,1599,243,19790.528,2.411),(3140,0,26,1599,243,21835.453,2.969),(3141,0,27,1599,243,18291.648,2.239),(3142,0,28,1599,243,17171.162,11.077),(3143,0,29,1599,243,14498.060,2.835),(3144,0,30,1599,243,17187.720,6.535),(3145,0,31,1599,243,15301.812,6.502),(3146,0,32,1599,243,20764.799,11.977),(3147,0,33,1599,243,22173.694,15.867),(3148,0,34,1599,243,23999.460,0.944),(3149,0,35,1599,243,23126.700,2.433),(3150,0,36,1599,243,19985.192,12.704),(3151,0,37,1599,243,20885.080,1.533),(3152,0,38,1599,243,19016.610,4.143),(3153,0,39,1599,243,16169.212,12.530),(3154,0,40,1599,243,15145.221,7.982),(3155,0,41,1599,243,15776.567,1.835),(3156,0,42,1599,243,17218.066,4.219),(3157,0,43,1599,243,16852.398,7.539),(3158,0,44,1599,243,19928.039,10.794),(3159,0,45,1599,243,19537.048,2.168),(3160,0,1,1599,21,10199.484,4.821),(3161,0,2,1599,21,9605.384,0.371),(3162,0,3,1599,21,9388.802,3.647),(3163,0,4,1599,21,10376.464,5.124),(3164,0,5,1599,21,10250.000,4.608),(3165,0,6,1599,21,10076.858,8.249),(3166,0,7,1599,21,10755.671,5.951),(3167,0,8,1599,21,10074.958,9.432),(3168,0,9,1599,21,10763.928,5.672),(3169,0,10,1599,21,10355.317,5.398),(3170,0,11,1599,21,9713.392,1.549),(3171,0,12,1599,21,9578.403,5.569),(3172,0,13,1599,21,9884.597,10.190),(3173,0,14,1599,21,9619.768,16.603),(3174,0,15,1599,21,10342.270,8.210),(3175,0,16,1599,21,11580.934,0.392),(3176,0,17,1599,21,11285.064,1.053),(3177,0,18,1599,21,10806.163,0.544),(3178,0,19,1599,21,9611.375,0.296),(3179,0,20,1599,21,8416.588,NULL),(3180,0,21,1599,21,9087.525,1.055),(3181,0,22,1599,21,11131.436,0.899),(3182,0,23,1599,21,10343.157,0.244),(3183,0,24,1599,21,9449.607,NULL),(3184,0,25,1599,21,8870.492,6.439),(3185,0,26,1599,21,8993.978,NULL),(3186,0,27,1599,21,10522.666,3.331),(3187,0,28,1599,21,10404.948,9.216),(3188,0,29,1599,21,11995.372,2.483),(3189,0,30,1599,21,13585.797,0.911),(3190,0,31,1599,21,13804.807,0.471),(3191,0,32,1599,21,13338.110,0.013),(3192,0,33,1599,21,12227.104,4.320),(3193,0,34,1599,21,11500.000,4.320),(3194,0,35,1599,21,11438.947,5.053),(3195,0,36,1599,21,10517.441,9.266),(3196,0,37,1599,21,10516.851,4.320),(3197,0,38,1599,21,10174.752,17.568),(3198,0,39,1599,21,8711.733,4.241),(3199,0,40,1599,21,9527.778,19.424),(3200,0,41,1599,21,9511.107,NULL),(3201,0,42,1599,21,8905.553,0.495),(3202,0,43,1599,21,8300.000,0.060),(3203,0,44,1599,21,8300.000,0.007),(3204,0,45,1599,21,8209.167,NULL),(3205,0,1,1599,165,30710.091,0.283),(3206,0,2,1599,165,29260.062,0.646),(3207,0,3,1599,165,26121.972,0.872),(3208,0,4,1599,165,23348.768,0.581),(3209,0,5,1599,165,24288.391,0.981),(3210,0,6,1599,165,21816.327,0.147),(3211,0,7,1599,165,22428.904,0.429),(3212,0,8,1599,165,23412.903,0.310),(3213,0,9,1599,165,23505.062,3.006),(3214,0,10,1599,165,27645.210,5.994),(3215,0,11,1599,165,31218.382,6.452),(3216,0,12,1599,165,31252.643,5.581),(3217,0,13,1599,165,31894.327,5.006),(3218,0,14,1599,165,29175.660,6.097),(3219,0,15,1599,165,33006.380,3.605),(3220,0,16,1599,165,31170.759,5.417),(3221,0,17,1599,165,29819.138,5.800),(3222,0,18,1599,165,31830.773,3.841),(3223,0,19,1599,165,31745.159,3.563),(3224,0,20,1599,165,27391.828,4.871),(3225,0,21,1599,165,29960.833,5.772),(3226,0,22,1599,165,28666.984,6.309),(3227,0,23,1599,165,30198.476,6.298),(3228,0,24,1599,165,31303.002,5.396),(3229,0,25,1599,165,32738.243,4.359),(3230,0,26,1599,165,33169.045,5.395),(3231,0,27,1599,165,31871.644,5.706),(3232,0,28,1599,165,26859.400,8.246),(3233,0,29,1599,165,31926.582,3.713),(3234,0,30,1599,165,33836.735,4.018),(3235,0,31,1599,165,34016.794,4.049),(3236,0,32,1599,165,35414.560,3.956),(3237,0,33,1599,165,32008.340,5.156),(3238,0,34,1599,165,34533.683,4.765),(3239,0,35,1599,165,34275.365,5.549),(3240,0,36,1599,165,33272.954,6.404),(3241,0,37,1599,165,36633.520,3.932),(3242,0,38,1599,165,36795.961,5.695),(3243,0,39,1599,165,34811.956,6.658),(3244,0,40,1599,165,38347.216,4.490),(3245,0,41,1599,165,37214.945,4.657),(3246,0,42,1599,165,34479.210,4.914),(3247,0,43,1599,165,34509.081,3.579),(3248,0,44,1599,165,33976.540,3.538),(3249,0,45,1599,165,37521.460,5.225),(3250,0,1,1599,43,24768.630,2.818),(3251,0,2,1599,43,27900.382,2.623),(3252,0,3,1599,43,21005.111,5.130),(3253,0,4,1599,43,26414.062,1.614),(3254,0,5,1599,43,21144.743,3.041),(3255,0,6,1599,43,24013.003,1.283),(3256,0,7,1599,43,18241.766,4.220),(3257,0,8,1599,43,20766.379,3.663),(3258,0,9,1599,43,23922.352,2.297),(3259,0,10,1599,43,27188.151,6.211),(3260,0,11,1599,43,27339.967,4.826),(3261,0,12,1599,43,25753.415,2.782),(3262,0,13,1599,43,23140.617,5.675),(3263,0,14,1599,43,22449.092,3.084),(3264,0,15,1599,43,23315.790,7.448),(3265,0,16,1599,43,23993.572,3.578),(3266,0,17,1599,43,28851.837,2.610),(3267,0,18,1599,43,25120.182,6.502),(3268,0,19,1599,43,28188.765,1.522),(3269,0,20,1599,43,23168.512,2.540),(3270,0,21,1599,43,27229.962,1.551),(3271,0,22,1599,43,24856.231,6.127),(3272,0,23,1599,43,27523.137,7.532),(3273,0,24,1599,43,25915.218,3.739),(3274,0,25,1599,43,27898.198,5.618),(3275,0,26,1599,43,29958.943,2.657),(3276,0,27,1599,43,30092.757,4.280),(3277,0,28,1599,43,29163.760,2.638),(3278,0,29,1599,43,26626.922,2.667),(3279,0,30,1599,43,27825.181,3.616),(3280,0,31,1599,43,30384.543,2.135),(3281,0,32,1599,43,29783.332,2.264),(3282,0,33,1599,43,28168.069,5.230),(3283,0,34,1599,43,25665.217,6.281),(3284,0,35,1599,43,25396.139,9.686),(3285,0,36,1599,43,25215.499,4.036),(3286,0,37,1599,43,27777.239,3.994),(3287,0,38,1599,43,28880.217,4.433),(3288,0,39,1599,43,26715.355,2.807),(3289,0,40,1599,43,29120.331,2.784),(3290,0,41,1599,43,28079.877,3.255),(3291,0,42,1599,43,33397.208,2.479),(3292,0,43,1599,43,28855.099,2.726),(3293,0,44,1599,43,30772.263,1.255),(3294,0,45,1599,43,29358.626,4.884),(3295,0,1,1599,138,7965.931,0.934),(3296,0,2,1599,138,7624.856,1.083),(3297,0,3,1599,138,7906.680,1.698),(3298,0,4,1599,138,8994.203,1.332),(3299,0,5,1599,138,7812.385,0.028),(3300,0,6,1599,138,6582.201,1.285),(3301,0,7,1599,138,5591.674,0.093),(3302,0,8,1599,138,6074.398,1.371),(3303,0,9,1599,138,7017.021,1.880),(3304,0,10,1599,138,7315.679,3.420),(3305,0,11,1599,138,7146.203,1.395),(3306,0,12,1599,138,6348.771,1.101),(3307,0,13,1599,138,6777.767,0.501),(3308,0,14,1599,138,6737.962,2.502),(3309,0,15,1599,138,8483.658,7.364),(3310,0,16,1599,138,10416.869,0.263),(3311,0,17,1599,138,11965.722,1.200),(3312,0,18,1599,138,12989.772,0.085),(3313,0,19,1599,138,11220.000,0.400),(3314,0,20,1599,138,9830.439,0.750),(3315,0,21,1599,138,8440.878,NULL),(3316,0,22,1599,138,7051.317,NULL),(3317,0,23,1599,138,6575.285,1.629),(3318,0,24,1599,138,6556.019,0.055),(3319,0,25,1599,138,7450.282,12.754),(3320,0,26,1599,138,7901.155,1.100),(3321,0,27,1599,138,8130.331,0.063),(3322,0,28,1599,138,7916.117,6.808),(3323,0,29,1599,138,7701.903,NULL),(3324,0,30,1599,138,7487.689,0.136),(3325,0,31,1599,138,7273.475,NULL),(3326,0,32,1599,138,7059.261,0.145),(3327,0,33,1599,138,6845.047,NULL),(3328,0,34,1599,138,6630.833,0.122),(3329,0,35,1599,138,6416.619,5.247),(3330,0,36,1599,138,5622.514,4.544),(3331,0,37,1599,138,5595.840,8.089),(3332,0,38,1599,138,5952.881,6.164),(3333,0,39,1599,138,6240.191,8.041),(3334,0,40,1599,138,5829.865,1.048),(3335,0,41,1599,138,5586.700,27.147),(3336,0,42,1599,138,5506.040,14.798),(3337,0,43,1599,138,6005.383,6.301),(3338,0,44,1599,138,6786.470,8.816),(3339,0,45,1599,138,5124.822,3.674),(3340,0,2,1599,128,5289.892,13.850),(3341,0,3,1599,128,22333.333,0.003),(3342,0,4,1599,128,5610.645,21.587),(3343,0,5,1599,128,5952.500,19.221),(3344,0,6,1599,128,18064.050,2.701),(3345,0,7,1599,128,25531.915,0.047),(3346,0,8,1599,128,6000.000,0.001),(3347,0,9,1599,128,8333.407,9.028),(3348,0,10,1599,128,9722.222,0.018),(3349,0,11,1599,128,11519.222,8.584),(3350,0,12,1599,128,27198.529,0.136),(3351,0,13,1599,128,3564.815,0.324),(3352,0,14,1599,128,9597.256,8.164),(3353,0,15,1599,128,12803.802,8.206),(3354,0,16,1599,128,8786.406,9.195),(3355,0,17,1599,128,26228.070,0.057),(3356,0,18,1599,128,9545.455,0.055),(3357,0,19,1599,128,5599.916,11.920),(3358,0,20,1599,128,2025.000,0.040),(3359,0,21,1599,128,5000.000,0.001),(3360,0,22,1599,128,9471.849,7.744),(3361,0,23,1599,128,5323.529,0.034),(3362,0,24,1599,128,3339.623,0.053),(3363,0,25,1599,128,10294.118,0.017),(3364,0,26,1599,128,16762.219,0.757),(3365,0,27,1599,128,8935.708,1.151),(3366,0,28,1599,128,27485.944,0.249),(3367,0,29,1599,128,24151.042,0.192),(3368,0,30,1599,128,16405.128,0.195),(3369,0,32,1599,128,7630.952,0.084),(3370,0,31,1599,128,38057.935,0.397),(3371,0,45,1599,128,3714.286,0.007),(3372,0,44,1599,128,14697.150,0.842),(3373,0,43,1599,128,2229.730,0.148),(3374,0,42,1599,128,24808.163,0.245),(3375,0,41,1599,128,12116.402,0.189),(3376,0,40,1599,128,34475.728,1.133),(3377,0,39,1599,128,3430.168,0.179),(3378,0,38,1599,128,11912.698,0.126),(3379,0,37,1599,128,11848.684,0.456),(3380,0,36,1599,128,5094.203,0.138),(3381,0,35,1599,128,10468.948,0.789),(3382,0,34,1599,128,70494.186,0.172),(3383,0,33,1599,128,19521.739,0.023),(3384,0,1,1599,213,11859.719,4.548),(3385,0,2,1599,213,21925.967,0.905),(3386,0,3,1599,213,10636.127,3.067),(3387,0,4,1599,213,10871.245,6.524),(3388,0,5,1599,213,10785.343,5.390),(3389,0,6,1599,213,10430.987,2.188),(3390,0,7,1599,213,10588.371,5.194),(3391,0,8,1599,213,15008.811,0.227),(3392,0,9,1599,213,18302.714,1.437),(3393,0,10,1599,213,11101.257,4.454),(3394,0,11,1599,213,19526.149,0.631),(3395,0,12,1599,213,9711.061,0.443),(3396,0,13,1599,213,14021.302,1.690),(3397,0,14,1599,213,18141.337,0.658),(3398,0,15,1599,213,10750.843,16.010),(3399,0,16,1599,213,11937.322,0.702),(3400,0,17,1599,213,22336.570,0.927),(3401,0,18,1599,213,11464.286,0.084),(3402,0,19,1599,213,10682.410,4.912),(3403,0,20,1599,213,16739.130,0.230),(3404,0,21,1599,213,11083.691,0.932),(3405,0,22,1599,213,12219.725,3.559),(3406,0,23,1599,213,18071.283,0.491),(3407,0,24,1599,213,12879.389,0.655),(3408,0,25,1599,213,13950.610,4.920),(3409,0,26,1599,213,11100.737,2.849),(3410,0,27,1599,213,13993.789,0.644),(3411,0,28,1599,213,4268.915,16.548),(3412,0,29,1599,213,5145.361,9.528),(3413,0,30,1599,213,10172.982,0.607),(3414,0,32,1599,213,5304.927,1.502),(3415,0,31,1599,213,10089.770,0.958),(3416,0,45,1599,213,12145.455,0.055),(3417,0,44,1599,213,12472.911,2.381),(3418,0,43,1599,213,11540.248,1.292),(3419,0,42,1599,213,6786.941,3.262),(3420,0,41,1599,213,2624.633,6.471),(3421,0,40,1599,213,7105.008,2.476),(3422,0,39,1599,213,5317.819,0.752),(3423,0,38,1599,213,4481.726,2.271),(3424,0,37,1599,213,18114.190,1.191),(3425,0,36,1599,213,6741.661,2.938),(3426,0,35,1599,213,17934.343,0.396),(3427,0,34,1599,213,25500.000,0.080),(3428,0,33,1599,213,29262.976,0.867),(3429,0,1,1599,80,10608.809,0.210),(3430,0,2,1599,80,10996.756,0.106),(3431,0,3,1599,80,11384.703,0.150),(3432,0,4,1599,80,11772.650,0.055),(3433,0,5,1599,80,11544.113,1.675),(3434,0,6,1599,80,10501.220,4.920),(3435,0,7,1599,80,10360.187,5.561),(3436,0,8,1599,80,9729.251,3.362),(3437,0,9,1599,80,10483.047,0.040),(3438,0,10,1599,80,11243.868,1.718),(3439,0,11,1599,80,10500.837,4.780),(3440,0,12,1599,80,10622.632,12.974),(3441,0,13,1599,80,10744.427,5.607),(3442,0,14,1599,80,10714.328,0.082),(3443,0,15,1599,80,11295.293,5.637),(3444,0,16,1599,80,11804.081,5.293),(3445,0,17,1599,80,12759.612,1.069),(3446,0,18,1599,80,12300.544,2.023),(3447,0,19,1599,80,11708.514,0.271),(3448,0,20,1599,80,12950.651,1.365),(3449,0,21,1599,80,15109.872,0.133),(3450,0,22,1599,80,16535.785,0.184),(3451,0,23,1599,80,15822.135,0.363),(3452,0,24,1599,80,14252.660,0.101),(3453,0,25,1599,80,12994.149,7.617),(3454,0,26,1599,80,12319.032,0.140),(3455,0,27,1599,80,12810.705,2.298),(3456,0,28,1599,80,13738.065,1.550),(3457,0,29,1599,80,13574.782,2.641),(3458,0,30,1599,80,14637.707,0.204),(3459,0,31,1599,80,13968.743,0.527),(3460,0,32,1599,80,12414.033,3.493),(3461,0,33,1599,80,10692.252,4.156),(3462,0,34,1599,80,11226.779,0.341),(3463,0,35,1599,80,11761.306,5.727),(3464,0,36,1599,80,11761.114,0.038),(3465,0,37,1599,80,11760.922,5.425),(3466,0,38,1599,80,12786.825,0.187),(3467,0,39,1599,80,13812.728,2.467),(3468,0,40,1599,80,13343.973,0.427),(3469,0,41,1599,80,12834.888,4.295),(3470,0,42,1599,80,12074.913,6.928),(3471,0,43,1599,80,13564.067,1.447),(3472,0,44,1599,80,12104.431,6.702),(3473,0,45,1599,80,12073.039,0.037),(3474,0,1,1599,14,25532.982,NULL),(3475,0,2,1599,14,25564.241,NULL),(3476,0,3,1599,14,25595.499,NULL),(3477,0,4,1599,14,25626.758,NULL),(3478,0,5,1599,14,25658.016,NULL),(3479,0,6,1599,14,25689.275,NULL),(3480,0,7,1599,14,25720.534,NULL),(3481,0,8,1599,14,25751.792,NULL),(3482,0,9,1599,14,25783.051,NULL),(3483,0,10,1599,14,25814.309,NULL),(3484,0,11,1599,14,25845.568,1.120),(3485,0,12,1599,14,25876.826,NULL),(3486,0,13,1599,14,25908.085,5.603),(3487,0,14,1599,14,25637.297,4.869),(3488,0,15,1599,14,27582.164,0.508),(3489,0,16,1599,14,26883.523,NULL),(3490,0,17,1599,14,26127.321,0.188),(3491,0,18,1599,14,26485.312,NULL),(3492,0,19,1599,14,29071.688,2.483),(3493,0,20,1599,14,28061.612,10.631),(3494,0,21,1599,14,26740.047,2.484),(3495,0,22,1599,14,29604.040,1.921),(3496,0,23,1599,14,24200.278,2.376),(3497,0,24,1599,14,28905.451,8.842),(3498,0,25,1599,14,27607.703,2.233),(3499,0,26,1599,14,28570.307,5.220),(3500,0,27,1599,14,34018.704,1.533),(3501,0,28,1599,14,39874.969,0.906),(3502,0,29,1599,14,39242.083,NULL),(3503,0,30,1599,14,37631.041,NULL),(3504,0,31,1599,14,33686.076,0.395),(3505,0,32,1599,14,29471.667,1.200),(3506,0,33,1599,14,27425.953,NULL),(3507,0,34,1599,14,25380.239,3.603),(3508,0,35,1599,14,26173.451,NULL),(3509,0,36,1599,14,26966.664,11.879),(3510,0,37,1599,14,25834.780,NULL),(3511,0,38,1599,14,24702.896,NULL),(3512,0,39,1599,14,23571.012,4.119),(3513,0,40,1599,14,23591.197,4.575),(3514,0,41,1599,14,26936.957,2.300),(3515,0,42,1599,14,28416.667,1.200),(3516,0,43,1599,14,31152.848,1.614),(3517,0,44,1599,14,30563.295,1.651),(3518,0,45,1599,14,31602.740,1.460),(3519,0,1,1599,81,30714.922,0.898),(3520,0,2,1599,81,22405.612,1.176),(3521,0,3,1599,81,24695.563,3.403),(3522,0,4,1599,81,23612.324,1.282),(3523,0,5,1599,81,26211.186,1.037),(3524,0,6,1599,81,27050.000,0.840),(3525,0,7,1599,81,24935.337,1.098),(3526,0,8,1599,81,24767.089,1.185),(3527,0,9,1599,81,29512.376,1.212),(3528,0,10,1599,81,34803.500,2.000),(3529,0,11,1599,81,33847.009,1.170),(3530,0,12,1599,81,26167.341,1.482),(3531,0,13,1599,81,27767.922,1.646),(3532,0,14,1599,81,22882.400,2.500),(3533,0,15,1599,81,28802.235,0.895),(3534,0,16,1599,81,30814.247,1.109),(3535,0,17,1599,81,30867.069,0.993),(3536,0,18,1599,81,12991.470,4.455),(3537,0,19,1599,81,29332.654,1.473),(3538,0,20,1599,81,7880.214,5.994),(3539,0,21,1599,81,39823.458,1.637),(3540,0,22,1599,81,29711.787,1.315),(3541,0,23,1599,81,24909.635,3.010),(3542,0,24,1599,81,32601.608,1.368),(3543,0,25,1599,81,19782.246,1.318),(3544,0,26,1599,81,33426.523,0.558),(3545,0,27,1599,81,35393.993,1.698),(3546,0,28,1599,81,32980.426,1.737),(3547,0,29,1599,81,38822.222,1.125),(3548,0,30,1599,81,32416.404,0.634),(3549,0,32,1599,81,38346.883,0.738),(3550,0,31,1599,81,21449.045,2.512),(3551,0,45,1599,81,30362.267,1.394),(3552,0,44,1599,81,26957.107,2.005),(3553,0,43,1599,81,24645.367,1.565),(3554,0,42,1599,81,30010.899,1.101),(3555,0,41,1599,81,24656.889,1.125),(3556,0,40,1599,81,23299.255,2.954),(3557,0,39,1599,81,18888.037,2.349),(3558,0,38,1599,81,18585.209,2.488),(3559,0,37,1599,81,32527.165,1.178),(3560,0,36,1599,81,29768.959,1.978),(3561,0,35,1599,81,27886.408,3.090),(3562,0,34,1599,81,36931.968,1.367),(3563,0,33,1599,81,31052.239,0.938),(3564,0,1,1599,161,10748.319,5.058),(3565,0,3,1599,161,11131.676,3.258),(3566,0,4,1599,161,10944.511,5.046),(3567,0,5,1599,161,11172.397,4.101),(3568,0,6,1599,161,46000.000,0.004),(3569,0,7,1599,161,15025.063,0.399),(3570,0,8,1599,161,10814.612,2.012),(3571,0,9,1599,161,10101.877,5.222),(3572,0,11,1599,161,8073.120,4.308),(3573,0,13,1599,161,10592.655,2.369),(3574,0,14,1599,161,10692.308,6.370),(3575,0,15,1599,161,11212.922,5.185),(3576,0,16,1599,161,4573.836,1.246),(3577,0,19,1599,161,14664.879,0.373),(3578,0,20,1599,161,29079.787,0.188),(3579,0,21,1599,161,26538.462,0.013),(3580,0,22,1599,161,10175.874,1.774),(3581,0,23,1599,161,7214.469,2.336),(3582,0,24,1599,161,12548.471,6.540),(3583,0,25,1599,161,21217.391,0.023),(3584,0,26,1599,161,16153.125,0.320),(3585,0,27,1599,161,5908.579,0.711),(3586,0,28,1599,161,10881.381,2.664),(3587,0,29,1599,161,15688.755,0.498),(3588,0,32,1599,161,14525.000,1.320),(3589,0,31,1599,161,30733.333,0.030),(3590,0,45,1599,161,10691.052,3.308),(3591,0,44,1599,161,14595.997,1.349),(3592,0,42,1599,161,4607.854,1.757),(3593,0,41,1599,161,40666.667,0.006),(3594,0,38,1599,161,10631.224,2.370),(3595,0,37,1599,161,32875.862,0.145),(3596,0,33,1599,161,11462.441,6.310),(3597,0,1,1599,42,13342.809,0.570),(3598,0,2,1599,42,12079.916,1.022),(3599,0,3,1599,42,12003.009,0.997),(3600,0,4,1599,42,12730.441,0.528),(3601,0,5,1599,42,13457.872,0.220),(3602,0,6,1599,42,13376.629,0.313),(3603,0,7,1599,42,11585.005,6.820),(3604,0,8,1599,42,12205.426,0.058),(3605,0,9,1599,42,9857.774,0.299),(3606,0,10,1599,42,11227.196,3.552),(3607,0,11,1599,42,11658.065,0.155),(3608,0,12,1599,42,11704.032,0.013),(3609,0,13,1599,42,11235.033,0.648),(3610,0,14,1599,42,9885.772,0.311),(3611,0,15,1599,42,11094.492,1.340),(3612,0,16,1599,42,11034.188,0.117),(3613,0,17,1599,42,11788.652,1.705),(3614,0,18,1599,42,11938.122,0.833),(3615,0,19,1599,42,12687.544,2.425),(3616,0,20,1599,42,10961.581,0.993),(3617,0,21,1599,42,11752.201,2.315),(3618,0,22,1599,42,10812.966,1.743),(3619,0,23,1599,42,10102.591,0.370),(3620,0,24,1599,42,11266.829,0.556),(3621,0,25,1599,42,10258.554,0.525),(3622,0,26,1599,42,10955.189,0.826),(3623,0,27,1599,42,9866.944,0.924),(3624,0,28,1599,42,9365.449,0.301),(3625,0,29,1599,42,11271.029,1.685),(3626,0,30,1599,42,13191.955,0.585),(3627,0,31,1599,42,12585.431,0.629),(3628,0,32,1599,42,11173.913,5.428),(3629,0,33,1599,42,10297.847,0.555),(3630,0,34,1599,42,9421.781,0.458),(3631,0,35,1599,42,9806.298,0.350),(3632,0,36,1599,42,11494.327,4.936),(3633,0,37,1599,42,12423.280,0.189),(3634,0,38,1599,42,13849.943,1.766),(3635,0,39,1599,42,14055.802,0.016),(3636,0,40,1599,42,13413.014,14.844),(3637,0,41,1599,42,12190.584,3.992),(3638,0,42,1599,42,10903.598,2.863),(3639,0,43,1599,42,11506.680,1.837),(3640,0,44,1599,42,10746.177,5.232),(3641,0,45,1599,42,10939.057,0.155),(3642,0,1,1599,44,18978.365,0.416),(3643,0,2,1599,44,20645.390,0.141),(3644,0,3,1599,44,39878.788,0.099),(3645,0,4,1599,44,30244.898,0.147),(3646,0,5,1599,44,20565.789,0.076),(3647,0,6,1599,44,18812.030,0.266),(3648,0,7,1599,44,22236.181,0.199),(3649,0,9,1599,44,29591.382,0.673),(3650,0,10,1599,44,11176.594,1.914),(3651,0,11,1599,44,31606.061,0.330),(3652,0,12,1599,44,18486.056,0.251),(3653,0,13,1599,44,10143.073,3.963),(3654,0,14,1599,44,7436.069,8.212),(3655,0,15,1599,44,36416.667,0.024),(3656,0,16,1599,44,6152.599,8.945),(3657,0,17,1599,44,3972.705,0.806),(3658,0,18,1599,44,28307.692,0.013),(3659,0,19,1599,44,3505.964,17.521),(3660,0,20,1599,44,31500.000,0.318),(3661,0,21,1599,44,15722.549,1.020),(3662,0,22,1599,44,6404.597,14.313),(3663,0,23,1599,44,13706.884,1.409),(3664,0,24,1599,44,20301.587,0.126),(3665,0,25,1599,44,8372.727,0.550),(3666,0,26,1599,44,27788.961,0.308),(3667,0,27,1599,44,10449.957,2.318),(3668,0,28,1599,44,4921.341,3.102),(3669,0,29,1599,44,19822.026,1.135),(3670,0,32,1599,44,34441.558,0.154),(3671,0,31,1599,44,31054.054,0.037),(3672,0,45,1599,44,39292.249,0.787),(3673,0,44,1599,44,15935.374,0.588),(3674,0,39,1599,44,32217.221,0.511),(3675,0,38,1599,44,28954.545,0.220),(3676,0,37,1599,44,10819.876,0.161),(3677,0,36,1599,44,9151.515,0.066),(3678,0,34,1599,44,74166.667,0.012),(3679,0,33,1599,44,33352.368,0.718),(3680,0,1,1599,70,18716.146,0.768),(3681,0,2,1599,70,12592.157,1.785),(3682,0,3,1599,70,7510.183,16.155),(3683,0,4,1599,70,31672.000,0.875),(3684,0,5,1599,70,17290.037,1.355),(3685,0,6,1599,70,19909.624,0.852),(3686,0,7,1599,70,12975.354,2.191),(3687,0,8,1599,70,11254.630,0.864),(3688,0,9,1599,70,9160.994,1.851),(3689,0,10,1599,70,40845.222,1.486),(3690,0,11,1599,70,14317.187,2.147),(3691,0,12,1599,70,20614.666,1.391),(3692,0,13,1599,70,16404.654,2.879),(3693,0,14,1599,70,31775.599,0.459),(3694,0,15,1599,70,12041.785,3.159),(3695,0,16,1599,70,37764.007,0.589),(3696,0,17,1599,70,15043.967,2.047),(3697,0,18,1599,70,12169.218,1.241),(3698,0,19,1599,70,23013.939,2.511),(3699,0,20,1599,70,9579.235,0.183),(3700,0,21,1599,70,19795.620,0.411),(3701,0,22,1599,70,17268.725,1.976),(3702,0,23,1599,70,31265.727,0.922),(3703,0,24,1599,70,25989.510,0.858),(3704,0,25,1599,70,43552.239,0.938),(3705,0,26,1599,70,5255.575,2.915),(3706,0,27,1599,70,48637.470,0.411),(3707,0,28,1599,70,36169.065,0.834),(3708,0,29,1599,70,38933.468,0.496),(3709,0,30,1599,70,31011.127,0.719),(3710,0,32,1599,70,38365.517,0.290),(3711,0,31,1599,70,54840.909,0.528),(3712,0,45,1599,70,14913.529,1.434),(3713,0,44,1599,70,44496.855,0.159),(3714,0,43,1599,70,45353.352,0.716),(3715,0,42,1599,70,34636.232,0.690),(3716,0,41,1599,70,34028.125,0.640),(3717,0,40,1599,70,22090.146,1.786),(3718,0,39,1599,70,21097.750,1.422),(3719,0,38,1599,70,50485.401,0.548),(3720,0,37,1599,70,44484.509,1.162),(3721,0,36,1599,70,20721.232,0.617),(3722,0,35,1599,70,44784.314,0.867),(3723,0,34,1599,70,41014.430,0.693),(3724,0,33,1599,70,37884.988,0.826),(3725,0,1,1599,61,37371.396,2.636),(3726,0,2,1599,61,38423.362,1.618),(3727,0,3,1599,61,35541.552,2.539),(3728,0,4,1599,61,40297.160,1.373),(3729,0,5,1599,61,40125.370,1.691),(3730,0,6,1599,61,47436.562,2.932),(3731,0,7,1599,61,40578.810,1.529),(3732,0,8,1599,61,37266.809,2.335),(3733,0,9,1599,61,38232.505,3.058),(3734,0,10,1599,61,36474.840,2.961),(3735,0,11,1599,61,40862.731,2.812),(3736,0,12,1599,61,39430.769,1.040),(3737,0,13,1599,61,36460.560,3.930),(3738,0,14,1599,61,38149.940,0.827),(3739,0,15,1599,61,41235.656,1.952),(3740,0,16,1599,61,37882.911,1.896),(3741,0,17,1599,61,36182.201,2.135),(3742,0,18,1599,61,48174.401,1.336),(3743,0,19,1599,61,41180.087,1.155),(3744,0,20,1599,61,36435.503,2.535),(3745,0,21,1599,61,36433.973,1.825),(3746,0,22,1599,61,37615.762,2.652),(3747,0,23,1599,61,38352.852,1.981),(3748,0,24,1599,61,38265.610,1.073),(3749,0,25,1599,61,34417.576,1.741),(3750,0,26,1599,61,35825.871,1.608),(3751,0,27,1599,61,39428.090,0.890),(3752,0,28,1599,61,34985.176,1.619),(3753,0,29,1599,61,36776.511,0.877),(3754,0,30,1599,61,34259.601,0.651),(3755,0,32,1599,61,33534.413,0.247),(3756,0,31,1599,61,25864.583,0.096),(3757,0,45,1599,61,30313.725,0.306),(3758,0,44,1599,61,30722.321,1.689),(3759,0,43,1599,61,32677.083,0.672),(3760,0,42,1599,61,33127.490,0.502),(3761,0,41,1599,61,36326.923,0.572),(3762,0,40,1599,61,39090.343,0.321),(3763,0,39,1599,61,43049.751,0.402),(3764,0,38,1599,61,37106.000,0.500),(3765,0,37,1599,61,46435.685,0.482),(3766,0,36,1599,61,50459.091,0.880),(3767,0,35,1599,61,38397.614,0.503),(3768,0,34,1599,61,45703.512,0.968),(3769,0,33,1599,61,56877.127,0.529),(3770,0,1,1599,226,10720.132,2.419),(3771,0,2,1599,226,8888.722,3.990),(3772,0,3,1599,226,17019.324,0.414),(3773,0,4,1599,226,3571.429,0.007),(3774,0,5,1599,226,13857.656,0.836),(3775,0,6,1599,226,10282.821,6.665),(3776,0,7,1599,226,3846.154,0.013),(3777,0,8,1599,226,11387.550,0.498),(3778,0,9,1599,226,11051.546,0.194),(3779,0,10,1599,226,16449.597,0.496),(3780,0,11,1599,226,10699.018,7.027),(3781,0,12,1599,226,14200.000,0.005),(3782,0,13,1599,226,3750.000,0.020),(3783,0,15,1599,226,11846.540,0.997),(3784,0,16,1599,226,3800.000,0.020),(3785,0,17,1599,226,11627.907,1.892),(3786,0,18,1599,226,10302.521,0.119),(3787,0,19,1599,226,10807.410,2.456),(3788,0,21,1599,226,18325.444,0.169),(3789,0,22,1599,226,11867.272,2.313),(3790,0,23,1599,226,11844.304,1.580),(3791,0,24,1599,226,3571.429,0.007),(3792,0,25,1599,226,10834.257,8.483),(3793,0,26,1599,226,3571.429,0.007),(3794,0,27,1599,226,12580.789,1.343),(3795,0,28,1599,226,10676.160,4.740),(3796,0,30,1599,226,3571.429,0.007),(3797,0,32,1599,226,3642.857,0.014),(3798,0,31,1599,226,19352.332,0.193),(3799,0,45,1599,226,12337.209,0.086),(3800,0,44,1599,226,6428.571,0.007),(3801,0,43,1599,226,15561.605,0.349),(3802,0,42,1599,226,10081.519,8.084),(3803,0,41,1599,226,7076.923,0.013),(3804,0,39,1599,226,16184.332,0.217),(3805,0,38,1599,226,5400.000,0.015),(3806,0,35,1599,226,11333.333,0.009),(3807,0,34,1599,226,11224.510,5.002),(3808,0,33,1599,226,4076.923,0.013),(3809,0,1,1599,199,9747.687,1.189),(3810,0,2,1599,199,15231.237,2.465),(3811,0,3,1599,199,51254.237,0.118),(3812,0,4,1599,199,19883.487,3.579),(3813,0,5,1599,199,20121.517,3.876),(3814,0,6,1599,199,15034.795,2.874),(3815,0,7,1599,199,58848.101,0.079),(3816,0,8,1599,199,15345.788,3.158),(3817,0,9,1599,199,38423.411,2.187),(3818,0,10,1599,199,43998.744,1.592),(3819,0,11,1599,199,28500.000,0.412),(3820,0,12,1599,199,16277.264,3.787),(3821,0,14,1599,199,34437.500,0.048),(3822,0,15,1599,199,47790.497,0.463),(3823,0,16,1599,199,19044.444,0.045),(3824,0,17,1599,199,15897.412,3.168),(3825,0,18,1599,199,13552.941,0.085),(3826,0,19,1599,199,16862.493,3.578),(3827,0,20,1599,199,14330.627,3.941),(3828,0,21,1599,199,15661.040,5.865),(3829,0,22,1599,199,13247.059,0.170),(3830,0,23,1599,199,16173.196,0.970),(3831,0,24,1599,199,13035.294,0.595),(3832,0,25,1599,199,31091.392,0.941),(3833,0,26,1599,199,71923.077,0.130),(3834,0,27,1599,199,16607.843,5.865),(3835,0,28,1599,199,39142.857,0.070),(3836,0,29,1599,199,25427.586,0.145),(3837,0,30,1599,199,13670.588,0.170),(3838,0,32,1599,199,28416.000,0.375),(3839,0,31,1599,199,18116.114,0.422),(3840,0,43,1599,199,39972.222,0.072),(3841,0,40,1599,199,31807.229,0.415),(3842,0,36,1599,199,13097.059,0.340),(3843,0,34,1599,199,30807.407,0.945),(3844,0,33,1599,199,14911.717,5.573),(3845,0,1,1599,174,16275.000,0.600),(3846,0,2,1599,174,16784.703,0.706),(3847,0,3,1599,174,16946.203,0.632),(3848,0,4,1599,174,18180.297,0.538),(3849,0,5,1599,174,18484.395,0.801),(3850,0,6,1599,174,14819.182,0.636),(3851,0,7,1599,174,15768.627,0.510),(3852,0,8,1599,174,11105.991,0.651),(3853,0,9,1599,174,17092.784,1.067),(3854,0,10,1599,174,15794.175,0.515),(3855,0,11,1599,174,18987.978,0.915),(3856,0,12,1599,174,13820.149,1.479),(3857,0,13,1599,174,13557.604,0.868),(3858,0,14,1599,174,17410.714,0.112),(3859,0,15,1599,174,16870.574,0.819),(3860,0,16,1599,174,14859.539,0.477),(3861,0,17,1599,174,16544.910,1.169),(3862,0,18,1599,174,16740.365,0.493),(3863,0,19,1599,174,18593.960,0.298),(3864,0,20,1599,174,18154.440,0.259),(3865,0,21,1599,174,17591.006,0.934),(3866,0,22,1599,174,17450.521,1.152),(3867,0,23,1599,174,36886.889,0.389),(3868,0,24,1599,174,16826.698,0.427),(3869,0,25,1599,174,22018.198,1.154),(3870,0,26,1599,174,18248.594,0.889),(3871,0,27,1599,174,12653.125,0.640),(3872,0,28,1599,174,21431.221,1.294),(3873,0,29,1599,174,18496.674,0.451),(3874,0,30,1599,174,12770.049,2.444),(3875,0,32,1599,174,17919.263,0.706),(3876,0,31,1599,174,14357.143,1.316),(3877,0,45,1599,174,11541.801,0.622),(3878,0,44,1599,174,19258.862,1.213),(3879,0,43,1599,174,9866.154,0.650),(3880,0,42,1599,174,17955.473,1.078),(3881,0,41,1599,174,9790.193,2.121),(3882,0,40,1599,174,8851.090,0.826),(3883,0,39,1599,174,5250.122,2.055),(3884,0,38,1599,174,18115.116,0.860),(3885,0,37,1599,174,10609.137,0.197),(3886,0,36,1599,174,13521.411,0.794),(3887,0,35,1599,174,16479.428,0.559),(3888,0,34,1599,174,17954.248,0.918),(3889,0,33,1599,174,19414.365,0.905),(3890,0,1,1599,135,13325.704,0.568),(3891,0,2,1599,135,14511.226,0.579),(3892,0,3,1599,135,15275.000,0.360),(3893,0,4,1599,135,12827.298,0.359),(3894,0,5,1599,135,16969.101,0.356),(3895,0,6,1599,135,12213.710,0.248),(3896,0,7,1599,135,4089.370,1.063),(3897,0,8,1599,135,20132.716,0.324),(3898,0,9,1599,135,16867.133,0.429),(3899,0,10,1599,135,18302.752,0.872),(3900,0,11,1599,135,22530.286,0.875),(3901,0,12,1599,135,17132.420,0.657),(3902,0,13,1599,135,13661.621,1.123),(3903,0,14,1599,135,6609.661,1.801),(3904,0,15,1599,135,10162.043,1.586),(3905,0,16,1599,135,19354.694,0.671),(3906,0,17,1599,135,7850.412,2.186),(3907,0,18,1599,135,21264.781,0.389),(3908,0,19,1599,135,19205.357,0.560),(3909,0,20,1599,135,17625.000,0.368),(3910,0,21,1599,135,6521.360,2.411),(3911,0,22,1599,135,21194.585,0.591),(3912,0,23,1599,135,19186.047,0.860),(3913,0,24,1599,135,23325.843,0.445),(3914,0,25,1599,135,24199.723,0.721),(3915,0,26,1599,135,30962.264,0.848),(3916,0,27,1599,135,25387.725,0.668),(3917,0,28,1599,135,23727.157,0.788),(3918,0,29,1599,135,28050.193,0.518),(3919,0,30,1599,135,28404.878,0.410),(3920,0,32,1599,135,26891.768,0.656),(3921,0,31,1599,135,22421.610,0.472),(3922,0,45,1599,135,27071.135,0.731),(3923,0,44,1599,135,28246.815,0.628),(3924,0,43,1599,135,28549.296,0.497),(3925,0,42,1599,135,9662.301,1.756),(3926,0,41,1599,135,25212.171,0.608),(3927,0,40,1599,135,24763.727,0.601),(3928,0,39,1599,135,24689.170,0.711),(3929,0,38,1599,135,26036.520,0.931),(3930,0,37,1599,135,28208.111,0.937),(3931,0,36,1599,135,26252.643,0.946),(3932,0,35,1599,135,28716.837,0.784),(3933,0,34,1599,135,27979.705,0.542),(3934,0,33,1599,135,24105.263,0.665),(3935,0,1,1599,31,3750.000,0.020),(3936,0,2,1599,31,10679.840,1.746),(3937,0,3,1599,31,10704.878,0.410),(3938,0,4,1599,31,10762.195,1.640),(3939,0,5,1599,31,9952.472,2.083),(3940,0,6,1599,31,3847.458,0.059),(3941,0,7,1599,31,10770.977,1.013),(3942,0,8,1599,31,11361.048,0.878),(3943,0,9,1599,31,7514.706,0.136),(3944,0,10,1599,31,3571.429,0.014),(3945,0,11,1599,31,8691.860,0.172),(3946,0,12,1599,31,21287.402,0.254),(3947,0,13,1599,31,10777.570,0.535),(3948,0,14,1599,31,10034.121,0.381),(3949,0,15,1599,31,10034.274,0.496),(3950,0,16,1599,31,13048.689,1.068),(3951,0,17,1599,31,18623.853,0.109),(3952,0,18,1599,31,9494.949,0.099),(3953,0,19,1599,31,12951.830,0.519),(3954,0,20,1599,31,3884.615,0.052),(3955,0,21,1599,31,11114.865,0.296),(3956,0,22,1599,31,22105.085,0.295),(3957,0,23,1599,31,12181.330,2.796),(3958,0,24,1599,31,12807.487,0.561),(3959,0,25,1599,31,8706.473,8.759),(3960,0,26,1599,31,3571.429,0.007),(3961,0,27,1599,31,13671.583,2.034),(3962,0,28,1599,31,13037.523,1.599),(3963,0,29,1599,31,3846.154,0.013),(3964,0,30,1599,31,29150.350,0.286),(3965,0,32,1599,31,17218.260,0.701),(3966,0,31,1599,31,3775.000,0.040),(3967,0,45,1599,31,27228.804,1.722),(3968,0,44,1599,31,13568.807,0.218),(3969,0,43,1599,31,29599.057,0.212),(3970,0,42,1599,31,14726.190,0.336),(3971,0,40,1599,31,13442.907,0.578),(3972,0,39,1599,31,11362.319,0.207),(3973,0,38,1599,31,9966.387,0.119),(3974,0,37,1599,31,11556.787,0.361),(3975,0,36,1599,31,10438.202,0.089),(3976,0,35,1599,31,10509.804,0.153),(3977,0,33,1599,31,13833.333,0.138),(3978,0,3,1599,150,23000.000,0.011),(3979,0,4,1599,150,13083.979,1.548),(3980,0,6,1599,150,24043.478,0.023),(3981,0,7,1599,150,14956.522,0.023),(3982,0,8,1599,150,10076.292,2.805),(3983,0,10,1599,150,10149.213,1.843),(3984,0,14,1599,150,10945.184,3.156),(3985,0,15,1599,150,15333.333,0.009),(3986,0,16,1599,150,10539.092,2.929),(3987,0,19,1599,150,10505.765,2.515),(3988,0,20,1599,150,9717.089,3.312),(3989,0,21,1599,150,10479.737,3.504),(3990,0,22,1599,150,32518.519,0.054),(3991,0,23,1599,150,13928.571,0.042),(3992,0,24,1599,150,9709.737,3.266),(3993,0,25,1599,150,10525.545,3.073),(3994,0,26,1599,150,15923.077,0.013),(3995,0,27,1599,150,15875.000,0.008),(3996,0,30,1599,150,13000.000,0.001),(3997,0,44,1599,150,20666.667,0.006),(3998,0,41,1599,150,34772.727,0.022),(3999,0,40,1599,150,14000.000,0.001),(4000,0,39,1599,150,10923.457,2.025),(4001,0,37,1599,150,10500.000,0.002),(4002,0,36,1599,150,10342.105,0.038),(4003,0,34,1599,150,68333.333,0.003),(4004,0,1,1599,178,18185.841,0.452),(4005,0,2,1599,178,30630.631,0.222),(4006,0,3,1599,178,11344.371,0.302),(4007,0,4,1599,178,16874.346,0.382),(4008,0,5,1599,178,42602.273,0.088),(4009,0,6,1599,178,19172.775,0.191),(4010,0,7,1599,178,15667.883,0.274),(4011,0,8,1599,178,13125.506,0.247),(4012,0,9,1599,178,17983.871,0.372),(4013,0,10,1599,178,4131.163,2.150),(4014,0,11,1599,178,37580.000,0.050),(4015,0,12,1599,178,38402.655,0.226),(4016,0,13,1599,178,890.500,2.000),(4017,0,14,1599,178,5178.928,2.202),(4018,0,15,1599,178,24336.735,0.490),(4019,0,16,1599,178,22904.762,0.021),(4020,0,17,1599,178,21130.178,0.169),(4021,0,18,1599,178,18822.581,0.062),(4022,0,19,1599,178,61029.412,0.034),(4023,0,20,1599,178,24694.915,0.059),(4024,0,21,1599,178,17778.022,0.455),(4025,0,22,1599,178,21817.647,1.190),(4026,0,23,1599,178,34134.058,0.276),(4027,0,24,1599,178,51466.102,0.708),(4028,0,25,1599,178,20767.956,0.181),(4029,0,26,1599,178,31259.868,0.304),(4030,0,27,1599,178,30964.481,0.366),(4031,0,28,1599,178,35549.098,0.998),(4032,0,29,1599,178,36298.415,1.451),(4033,0,30,1599,178,20218.447,0.206),(4034,0,32,1599,178,12454.545,0.011),(4035,0,31,1599,178,34054.427,1.231),(4036,0,45,1599,178,24832.845,0.341),(4037,0,44,1599,178,34438.849,0.139),(4038,0,43,1599,178,21914.807,0.493),(4039,0,42,1599,178,34447.761,0.134),(4040,0,41,1599,178,36105.769,0.312),(4041,0,40,1599,178,29192.513,0.187),(4042,0,39,1599,178,31819.549,0.266),(4043,0,38,1599,178,30189.119,0.386),(4044,0,37,1599,178,37038.710,0.155),(4045,0,36,1599,178,32909.091,0.473),(4046,0,35,1599,178,9966.089,2.595),(4047,0,34,1599,178,20665.860,1.239),(4048,0,33,1599,178,12995.568,1.805),(4049,0,1,1599,47,21834.094,1.754),(4050,0,2,1599,47,14881.020,0.353),(4051,0,3,1599,47,25661.901,1.189),(4052,0,4,1599,47,25485.106,0.235),(4053,0,5,1599,47,10680.921,0.608),(4054,0,6,1599,47,15434.717,2.650),(4055,0,7,1599,47,15208.589,0.163),(4056,0,8,1599,47,6829.630,0.135),(4057,0,9,1599,47,9589.552,0.268),(4058,0,10,1599,47,20271.930,0.114),(4059,0,11,1599,47,4000.000,0.612),(4060,0,12,1599,47,3678.141,0.581),(4061,0,13,1599,47,9757.112,0.457),(4062,0,14,1599,47,20342.685,0.499),(4063,0,15,1599,47,27118.644,0.531),(4064,0,16,1599,47,15690.858,1.061),(4065,0,17,1599,47,26018.975,0.527),(4066,0,18,1599,47,12827.988,0.343),(4067,0,19,1599,47,12457.576,0.330),(4068,0,20,1599,47,27583.147,2.231),(4069,0,21,1599,47,18828.660,0.321),(4070,0,22,1599,47,22087.612,3.447),(4071,0,23,1599,47,26171.053,0.076),(4072,0,24,1599,47,21464.586,0.833),(4073,0,25,1599,47,16318.008,0.261),(4074,0,26,1599,47,40882.353,0.017),(4075,0,27,1599,47,17315.476,0.168),(4076,0,28,1599,47,36121.951,0.041),(4077,0,29,1599,47,39000.000,0.010),(4078,0,30,1599,47,11601.411,0.567),(4079,0,32,1599,47,28600.000,0.015),(4080,0,31,1599,47,33054.545,0.055),(4081,0,45,1599,47,11732.000,0.250),(4082,0,44,1599,47,20061.224,0.147),(4083,0,43,1599,47,20986.333,0.878),(4084,0,42,1599,47,27385.159,0.283),(4085,0,41,1599,47,26442.819,0.752),(4086,0,40,1599,47,27958.159,0.239),(4087,0,39,1599,47,26244.186,0.086),(4088,0,38,1599,47,25708.266,0.617),(4089,0,37,1599,47,11965.517,0.290),(4090,0,36,1599,47,27542.857,0.105),(4091,0,35,1599,47,27534.323,0.539),(4092,0,34,1599,47,10628.571,0.805),(4093,0,33,1599,47,27555.556,0.063),(4094,0,3,1599,238,35265.537,0.885),(4095,0,8,1599,238,38335.000,0.200),(4096,0,9,1599,238,17666.667,0.048),(4097,0,10,1599,238,42901.333,0.375),(4098,0,14,1599,238,3310.316,5.981),(4099,0,15,1599,238,45685.417,0.960),(4100,0,16,1599,238,49710.280,0.107),(4101,0,18,1599,238,4317.764,5.331),(4102,0,22,1599,238,13807.799,0.359),(4103,0,24,1599,238,3287.879,0.330),(4104,0,25,1599,238,16046.118,2.125),(4105,0,26,1599,238,88823.529,0.017),(4106,0,28,1599,238,20309.722,0.720),(4107,0,29,1599,238,28096.234,0.239),(4108,0,30,1599,238,40450.119,1.684),(4109,0,32,1599,238,46198.529,0.272),(4110,0,31,1599,238,33291.304,0.460),(4111,0,45,1599,238,34166.667,0.012),(4112,0,44,1599,238,65555.556,0.081),(4113,0,43,1599,238,33677.083,0.480),(4114,0,42,1599,238,40060.714,0.280),(4115,0,41,1599,238,31322.314,0.121),(4116,0,40,1599,238,39865.385,0.260),(4117,0,39,1599,238,33642.998,0.507),(4118,0,38,1599,238,38982.759,0.232),(4119,0,37,1599,238,49700.000,0.050),(4120,0,35,1599,238,22863.738,1.343),(4121,0,34,1599,238,8903.941,0.812),(4122,0,33,1599,238,24312.500,0.080),(4123,0,1,1599,38,13378.351,0.970),(4124,0,2,1599,38,21216.337,2.020),(4125,0,3,1599,38,3750.000,0.020),(4126,0,4,1599,38,3571.429,0.014),(4127,0,5,1599,38,3740.741,0.027),(4128,0,6,1599,38,15947.917,0.096),(4129,0,7,1599,38,14232.759,0.116),(4130,0,9,1599,38,19942.149,0.242),(4131,0,10,1599,38,22347.243,0.671),(4132,0,11,1599,38,40018.349,0.109),(4133,0,12,1599,38,50285.714,0.035),(4134,0,13,1599,38,3571.429,0.007),(4135,0,14,1599,38,21360.212,1.513),(4136,0,15,1599,38,21853.875,0.787),(4137,0,16,1599,38,23807.860,0.229),(4138,0,17,1599,38,3830.508,0.059),(4139,0,19,1599,38,20729.008,0.262),(4140,0,20,1599,38,3571.429,0.007),(4141,0,21,1599,38,38571.429,0.259),(4142,0,22,1599,38,23619.048,0.189),(4143,0,23,1599,38,16339.450,0.109),(4144,0,24,1599,38,23158.304,2.312),(4145,0,25,1599,38,3571.429,0.014),(4146,0,26,1599,38,25333.736,2.484),(4147,0,27,1599,38,3676.471,0.034),(4148,0,28,1599,38,3744.681,0.047),(4149,0,29,1599,38,72938.776,0.245),(4150,0,30,1599,38,10871.536,5.340),(4151,0,32,1599,38,3714.286,0.007),(4152,0,31,1599,38,3750.000,0.020),(4153,0,45,1599,38,17903.704,0.135),(4154,0,44,1599,38,50006.623,0.151),(4155,0,43,1599,38,17880.342,0.117),(4156,0,42,1599,38,26953.125,1.088),(4157,0,41,1599,38,20473.623,1.725),(4158,0,40,1599,38,26987.500,0.080),(4159,0,39,1599,38,3852.941,0.034),(4160,0,37,1599,38,3950.000,0.040),(4161,0,36,1599,38,3714.286,0.007),(4162,0,35,1599,38,3714.286,0.007),(4163,0,34,1599,38,31285.714,0.028),(4164,0,33,1599,38,3714.286,0.007),(4165,0,1,1599,123,54220.820,0.317),(4166,0,2,1599,123,37678.161,0.087),(4167,0,3,1599,123,87284.848,0.165),(4168,0,4,1599,123,67029.557,0.203),(4169,0,5,1599,123,43580.000,0.100),(4170,0,6,1599,123,44591.398,0.093),(4171,0,7,1599,123,72715.190,0.316),(4172,0,8,1599,123,52462.500,0.080),(4173,0,9,1599,123,49600.000,0.090),(4174,0,10,1599,123,89441.989,0.362),(4175,0,11,1599,123,27595.506,1.602),(4176,0,12,1599,123,28713.810,1.202),(4177,0,13,1599,123,104288.210,0.229),(4178,0,14,1599,123,54446.602,0.103),(4179,0,15,1599,123,19387.500,0.400),(4180,0,16,1599,123,31308.118,0.542),(4181,0,17,1599,123,52632.743,0.226),(4182,0,18,1599,123,14914.305,1.482),(4183,0,19,1599,123,32321.825,0.811),(4184,0,20,1599,123,3571.429,0.007),(4185,0,21,1599,123,40825.758,0.132),(4186,0,23,1599,123,49215.630,0.691),(4187,0,24,1599,123,86758.621,0.145),(4188,0,25,1599,123,69960.836,0.383),(4189,0,26,1599,123,44911.147,0.619),(4190,0,27,1599,123,70500.000,0.302),(4191,0,28,1599,123,46241.935,0.124),(4192,0,29,1599,123,47192.982,0.228),(4193,0,30,1599,123,76066.667,0.120),(4194,0,32,1599,123,52561.927,0.436),(4195,0,31,1599,123,61318.280,0.465),(4196,0,45,1599,123,29790.974,0.421),(4197,0,44,1599,123,43318.885,0.646),(4198,0,43,1599,123,32910.000,0.200),(4199,0,42,1599,123,55654.661,0.472),(4200,0,41,1599,123,30821.321,0.666),(4201,0,40,1599,123,49535.573,0.506),(4202,0,39,1599,123,44308.201,0.756),(4203,0,38,1599,123,26645.520,1.797),(4204,0,37,1599,123,43481.132,0.530),(4205,0,36,1599,123,26909.497,0.895),(4206,0,35,1599,123,60142.357,0.857),(4207,0,34,1599,123,14384.454,1.428),(4208,0,33,1599,123,41251.908,0.131),(4209,0,1,1599,25,10811.618,1.205),(4210,0,2,1599,25,10540.558,1.541),(4211,0,3,1599,25,9386.792,0.106),(4212,0,4,1599,25,22984.127,0.063),(4213,0,5,1599,25,11689.524,1.050),(4214,0,6,1599,25,7308.271,0.665),(4215,0,7,1599,25,9983.710,1.903),(4216,0,8,1599,25,10656.250,0.096),(4217,0,9,1599,25,7561.441,0.944),(4218,0,10,1599,25,28450.549,0.182),(4219,0,11,1599,25,10454.277,0.339),(4220,0,12,1599,25,20111.111,0.018),(4221,0,14,1599,25,12446.809,0.047),(4222,0,15,1599,25,12592.000,0.125),(4223,0,16,1599,25,21500.000,0.080),(4224,0,17,1599,25,15684.211,0.019),(4225,0,18,1599,25,22313.253,0.083),(4226,0,19,1599,25,11057.377,1.098),(4227,0,20,1599,25,14500.000,0.014),(4228,0,21,1599,25,11899.015,1.624),(4229,0,22,1599,25,18260.000,0.150),(4230,0,23,1599,25,17616.580,0.193),(4231,0,24,1599,25,18747.573,0.103),(4232,0,25,1599,25,11236.534,1.708),(4233,0,26,1599,25,21050.633,0.079),(4234,0,27,1599,25,21846.154,0.013),(4235,0,28,1599,25,11485.437,0.412),(4236,0,29,1599,25,29633.333,0.030),(4237,0,30,1599,25,13905.357,0.560),(4238,0,32,1599,25,17558.333,0.120),(4239,0,31,1599,25,12537.313,0.067),(4240,0,45,1599,25,3105.263,0.019),(4241,0,44,1599,25,14333.333,0.075),(4242,0,42,1599,25,17444.444,0.009),(4243,0,41,1599,25,15900.000,0.160),(4244,0,40,1599,25,32875.000,0.008),(4245,0,39,1599,25,10879.725,0.291),(4246,0,38,1599,25,9269.231,0.104),(4247,0,36,1599,25,13950.820,0.061),(4248,0,35,1599,25,11584.463,2.214),(4249,0,34,1599,25,14150.943,0.106),(4250,0,33,1599,25,11299.405,1.680),(4251,0,1,1599,2,42561.644,0.073),(4252,0,3,1599,2,30572.289,0.166),(4253,0,4,1599,2,36269.488,0.449),(4254,0,5,1599,2,44630.000,0.100),(4255,0,7,1599,2,3846.154,0.013),(4256,0,8,1599,2,52500.000,0.002),(4257,0,10,1599,2,22712.313,1.738),(4258,0,11,1599,2,19640.000,0.075),(4259,0,12,1599,2,15311.594,0.276),(4260,0,15,1599,2,297.101,0.138),(4261,0,19,1599,2,52500.000,0.002),(4262,0,20,1599,2,42435.065,0.924),(4263,0,24,1599,2,38554.148,1.579),(4264,0,25,1599,2,27406.669,2.759),(4265,0,28,1599,2,140000.000,0.002),(4266,0,29,1599,2,226000.000,0.001),(4267,0,32,1599,2,158875.000,0.072),(4268,0,31,1599,2,21734.177,0.079),(4269,0,43,1599,2,46227.545,0.167),(4270,0,42,1599,2,26945.490,1.541),(4271,0,41,1599,2,19343.041,2.953),(4272,0,40,1599,2,42681.818,0.044),(4273,0,39,1599,2,47514.706,0.068),(4274,0,38,1599,2,17060.000,0.250),(4275,0,37,1599,2,39905.941,0.202),(4276,0,36,1599,2,15946.887,5.253),(4277,0,35,1599,2,52500.000,0.020),(4278,0,34,1599,2,54139.665,0.179),(4279,0,33,1599,2,43617.021,0.047),(4280,0,2,1599,89,11775.000,0.040),(4281,0,3,1599,89,5436.073,0.438),(4282,0,4,1599,89,10272.652,2.406),(4283,0,5,1599,89,20500.000,0.038),(4284,0,7,1599,89,5856.164,0.146),(4285,0,8,1599,89,9764.706,0.085),(4286,0,9,1599,89,10245.119,0.461),(4287,0,10,1599,89,16000.000,0.014),(4288,0,13,1599,89,3524.528,0.265),(4289,0,16,1599,89,15555.556,0.009),(4290,0,18,1599,89,8937.817,1.576),(4291,0,21,1599,89,3213.552,0.487),(4292,0,22,1599,89,3013.889,0.072),(4293,0,23,1599,89,9632.594,1.037),(4294,0,24,1599,89,9923.016,1.260),(4295,0,26,1599,89,3714.579,0.487),(4296,0,28,1599,89,48560.000,0.100),(4297,0,30,1599,89,4022.901,0.262),(4298,0,31,1599,89,3275.964,0.337),(4299,0,45,1599,89,8628.205,0.234),(4300,0,44,1599,89,12235.294,0.085),(4301,0,43,1599,89,5790.123,0.243),(4302,0,42,1599,89,11485.222,0.406),(4303,0,40,1599,89,6202.247,0.089),(4304,0,39,1599,89,14750.000,0.008),(4305,0,38,1599,89,17105.263,0.019),(4306,0,36,1599,89,4607.843,0.765),(4307,0,35,1599,89,10479.836,5.356),(4308,0,34,1599,89,41031.250,0.032),(4309,0,33,1599,89,3526.104,0.249),(4310,0,1,1599,49,10113.043,0.115),(4311,0,2,1599,49,13865.922,0.179),(4312,0,3,1599,49,16692.114,1.192),(4313,0,5,1599,49,12696.721,0.122),(4314,0,6,1599,49,12775.632,0.673),(4315,0,7,1599,49,14312.831,0.943),(4316,0,8,1599,49,12995.074,0.203),(4317,0,9,1599,49,14620.425,1.694),(4318,0,11,1599,49,13446.581,0.468),(4319,0,12,1599,49,3571.429,0.007),(4320,0,14,1599,49,3571.429,0.007),(4321,0,15,1599,49,3571.429,0.007),(4322,0,17,1599,49,39581.227,0.277),(4323,0,18,1599,49,3571.429,0.007),(4324,0,20,1599,49,23872.340,1.175),(4325,0,21,1599,49,30909.091,0.022),(4326,0,22,1599,49,3571.429,0.007),(4327,0,23,1599,49,3571.429,0.007),(4328,0,24,1599,49,3571.429,0.007),(4329,0,25,1599,49,13662.791,0.086),(4330,0,26,1599,49,14061.224,0.147),(4331,0,27,1599,49,19372.607,0.679),(4332,0,28,1599,49,16614.826,1.376),(4333,0,29,1599,49,19558.411,1.284),(4334,0,30,1599,49,15061.947,0.452),(4335,0,32,1599,49,14577.007,0.922),(4336,0,31,1599,49,34222.222,0.180),(4337,0,45,1599,49,3714.286,0.007),(4338,0,44,1599,49,16209.150,0.153),(4339,0,43,1599,49,3714.286,0.014),(4340,0,40,1599,49,15482.759,0.087),(4341,0,39,1599,49,20949.843,0.319),(4342,0,38,1599,49,16974.079,0.733),(4343,0,36,1599,49,15418.182,0.770),(4344,0,35,1599,49,13396.825,0.063),(4345,0,34,1599,49,18050.048,1.039),(4346,0,33,1599,49,42647.059,0.102),(4347,0,2,1599,91,14251.142,0.219),(4348,0,4,1599,91,14069.260,1.054),(4349,0,6,1599,91,21918.919,0.037),(4350,0,7,1599,91,59076.923,0.013),(4351,0,8,1599,91,20527.778,0.036),(4352,0,10,1599,91,29058.824,0.017),(4353,0,13,1599,91,12413.205,1.348),(4354,0,16,1599,91,21347.826,0.023),(4355,0,17,1599,91,11188.744,2.914),(4356,0,19,1599,91,26800.000,0.015),(4357,0,20,1599,91,11628.650,1.096),(4358,0,21,1599,91,6052.174,0.460),(4359,0,23,1599,91,30666.667,0.006),(4360,0,24,1599,91,31454.545,0.011),(4361,0,26,1599,91,20159.806,0.413),(4362,0,29,1599,91,13916.805,0.601),(4363,0,30,1599,91,4791.441,2.033),(4364,0,45,1599,91,11844.817,1.669),(4365,0,44,1599,91,15330.275,0.109),(4366,0,39,1599,91,10884.615,0.754),(4367,0,37,1599,91,33625.000,0.016),(4368,0,33,1599,91,11763.813,1.647),(4369,0,1,1599,156,3818.182,0.033),(4370,0,2,1599,156,83885.714,0.140),(4371,0,3,1599,156,3846.154,0.026),(4372,0,4,1599,156,3846.154,0.013),(4373,0,6,1599,156,37420.886,1.580),(4374,0,7,1599,156,57489.451,0.474),(4375,0,9,1599,156,3866.667,0.150),(4376,0,10,1599,156,19760.000,0.100),(4377,0,11,1599,156,3571.429,0.007),(4378,0,12,1599,156,49589.888,0.178),(4379,0,13,1599,156,3871.795,0.039),(4380,0,14,1599,156,61981.595,0.326),(4381,0,15,1599,156,60545.455,0.341),(4382,0,16,1599,156,82278.884,0.251),(4383,0,19,1599,156,29898.126,0.854),(4384,0,21,1599,156,3571.429,0.007),(4385,0,22,1599,156,60710.526,0.152),(4386,0,24,1599,156,38216.867,0.083),(4387,0,26,1599,156,55432.836,0.067),(4388,0,27,1599,156,3871.795,0.039),(4389,0,28,1599,156,37774.164,1.107),(4390,0,29,1599,156,3571.429,0.007),(4391,0,30,1599,156,3571.429,0.007),(4392,0,32,1599,156,3666.667,0.021),(4393,0,31,1599,156,3571.429,0.007),(4394,0,45,1599,156,26638.889,0.252),(4395,0,44,1599,156,20028.807,1.215),(4396,0,43,1599,156,77316.038,0.636),(4397,0,42,1599,156,19984.424,0.321),(4398,0,41,1599,156,3714.286,0.007),(4399,0,40,1599,156,19570.022,0.914),(4400,0,39,1599,156,42710.526,0.608),(4401,0,38,1599,156,19655.589,0.993),(4402,0,37,1599,156,3714.286,0.007),(4403,0,36,1599,156,22250.765,0.327),(4404,0,35,1599,156,53958.442,1.540),(4405,0,34,1599,156,20336.331,0.556),(4406,0,33,1599,156,3969.697,0.066),(4407,0,1,1599,48,3846.154,0.026),(4408,0,2,1599,48,3703.704,0.027),(4409,0,3,1599,48,3802.326,0.086),(4410,0,4,1599,48,3775.000,0.040),(4411,0,5,1599,48,3571.429,0.021),(4412,0,6,1599,48,3800.000,0.020),(4413,0,7,1599,48,3750.000,0.040),(4414,0,8,1599,48,3787.879,0.033),(4415,0,9,1599,48,3703.704,0.027),(4416,0,10,1599,48,3571.429,0.007),(4417,0,11,1599,48,3846.154,0.026),(4418,0,12,1599,48,3811.321,0.053),(4419,0,13,1599,48,3750.000,0.020),(4420,0,14,1599,48,22411.985,0.267),(4421,0,15,1599,48,3703.704,0.027),(4422,0,16,1599,48,3826.087,0.046),(4423,0,17,1599,48,17320.755,0.053),(4424,0,18,1599,48,3847.222,0.072),(4425,0,19,1599,48,5339.981,5.315),(4426,0,20,1599,48,3800.000,0.020),(4427,0,21,1599,48,3750.000,0.020),(4428,0,22,1599,48,3775.000,0.040),(4429,0,23,1599,48,3740.741,0.027),(4430,0,24,1599,48,3750.000,0.040),(4431,0,25,1599,48,18420.147,0.814),(4432,0,26,1599,48,3865.031,0.163),(4433,0,27,1599,48,7203.008,0.133),(4434,0,28,1599,48,3818.182,0.033),(4435,0,29,1599,48,3775.000,0.040),(4436,0,30,1599,48,3571.429,0.014),(4437,0,32,1599,48,3571.429,0.014),(4438,0,31,1599,48,16196.078,0.714),(4439,0,45,1599,48,17933.594,0.256),(4440,0,44,1599,48,42328.571,0.280),(4441,0,43,1599,48,3714.286,0.007),(4442,0,42,1599,48,13729.167,0.528),(4443,0,41,1599,48,12909.910,0.111),(4444,0,40,1599,48,3888.889,0.027),(4445,0,39,1599,48,78396.226,0.053),(4446,0,38,1599,48,3987.342,0.079),(4447,0,37,1599,48,3925.373,0.067),(4448,0,36,1599,48,14495.244,1.682),(4449,0,35,1599,48,4000.000,0.022),(4450,0,34,1599,48,6427.746,0.173),(4451,0,33,1599,48,16827.206,0.272),(4452,0,1,1599,13,28769.953,0.426),(4453,0,2,1599,13,46781.818,0.055),(4454,0,3,1599,13,13619.718,0.071),(4455,0,4,1599,13,14285.714,0.028),(4456,0,5,1599,13,46250.000,0.004),(4457,0,6,1599,13,14365.079,0.063),(4458,0,8,1599,13,29662.447,0.237),(4459,0,9,1599,13,46000.000,0.001),(4460,0,10,1599,13,14940.217,0.368),(4461,0,11,1599,13,15091.371,0.197),(4462,0,12,1599,13,17512.915,0.271),(4463,0,13,1599,13,27309.677,0.310),(4464,0,14,1599,13,22785.714,0.028),(4465,0,15,1599,13,17928.571,0.028),(4466,0,16,1599,13,20122.449,0.098),(4467,0,17,1599,13,18804.124,0.097),(4468,0,18,1599,13,52022.222,0.045),(4469,0,19,1599,13,15197.861,0.187),(4470,0,20,1599,13,31538.462,0.013),(4471,0,21,1599,13,15272.727,0.176),(4472,0,22,1599,13,19779.141,0.163),(4473,0,23,1599,13,15525.253,0.099),(4474,0,24,1599,13,35516.340,0.153),(4475,0,25,1599,13,19732.143,0.056),(4476,0,26,1599,13,29076.087,0.184),(4477,0,27,1599,13,8694.649,1.084),(4478,0,28,1599,13,42500.000,0.002),(4479,0,29,1599,13,33265.060,0.166),(4480,0,30,1599,13,18857.143,0.007),(4481,0,32,1599,13,35483.516,0.091),(4482,0,31,1599,13,48111.111,0.045),(4483,0,45,1599,13,8697.138,1.083),(4484,0,44,1599,13,35655.172,0.029),(4485,0,43,1599,13,20616.438,0.146),(4486,0,42,1599,13,9379.389,1.310),(4487,0,41,1599,13,44767.442,0.086),(4488,0,40,1599,13,26190.141,0.142),(4489,0,39,1599,13,26084.806,0.283),(4490,0,38,1599,13,29033.303,1.111),(4491,0,37,1599,13,47000.000,0.084),(4492,0,36,1599,13,57682.848,0.309),(4493,0,35,1599,13,42937.824,0.193),(4494,0,34,1599,13,20489.922,0.645),(4495,0,33,1599,13,34674.556,0.507),(4496,0,19,1599,185,2333.333,0.006),(4497,0,21,1599,185,28135.135,0.037),(4498,0,22,1599,185,17857.143,0.007),(4499,0,24,1599,185,20013.158,0.076),(4500,0,25,1599,185,7964.162,5.497),(4501,0,26,1599,185,14851.852,0.027),(4502,0,28,1599,185,3523.196,3.104),(4503,0,29,1599,185,7152.809,0.445),(4504,0,30,1599,185,23382.857,0.350),(4505,0,32,1599,185,37966.102,0.059),(4506,0,45,1599,185,28500.000,0.030),(4507,0,44,1599,185,45837.209,0.043),(4508,0,43,1599,185,18529.412,0.017),(4509,0,41,1599,185,28301.471,0.408),(4510,0,40,1599,185,144500.000,0.006),(4511,0,38,1599,185,16428.571,0.014),(4512,0,34,1599,185,26715.789,0.380),(4513,0,33,1599,185,44527.027,0.148),(4514,0,1,1599,40,31010.870,0.092),(4515,0,3,1599,40,14733.333,0.015),(4516,0,8,1599,40,2787.484,0.767),(4517,0,10,1599,40,17665.816,0.784),(4518,0,12,1599,40,93750.000,0.004),(4519,0,16,1599,40,13109.756,1.558),(4520,0,18,1599,40,18193.878,0.098),(4521,0,20,1599,40,17963.542,0.192),(4522,0,22,1599,40,19138.973,0.331),(4523,0,26,1599,40,12738.532,0.654),(4524,0,27,1599,40,20218.182,0.165),(4525,0,28,1599,40,21317.568,0.444),(4526,0,32,1599,40,22695.000,0.400),(4527,0,31,1599,40,22782.051,0.078),(4528,0,44,1599,40,14680.207,1.354),(4529,0,43,1599,40,20305.556,0.072),(4530,0,40,1599,40,13244.632,1.304),(4531,0,38,1599,40,16921.569,0.051),(4532,0,35,1599,40,12419.166,1.534),(4533,0,33,1599,40,13418.182,0.550),(4534,0,1,1599,198,21522.673,0.419),(4535,0,2,1599,198,10275.281,0.178),(4536,0,3,1599,198,30468.966,0.290),(4537,0,4,1599,198,19539.394,0.165),(4538,0,5,1599,198,9152.174,0.046),(4539,0,6,1599,198,15428.571,0.063),(4540,0,7,1599,198,13490.783,0.434),(4541,0,8,1599,198,21083.333,0.012),(4542,0,9,1599,198,15281.250,0.096),(4543,0,10,1599,198,16664.000,0.125),(4544,0,11,1599,198,14544.014,0.568),(4545,0,12,1599,198,22240.000,0.075),(4546,0,13,1599,198,20248.988,0.494),(4547,0,14,1599,198,17796.646,0.477),(4548,0,15,1599,198,16415.126,0.595),(4549,0,16,1599,198,23344.340,0.212),(4550,0,17,1599,198,38000.000,0.001),(4551,0,18,1599,198,23294.643,0.224),(4552,0,20,1599,198,3144.330,0.776),(4553,0,21,1599,198,18993.213,0.442),(4554,0,22,1599,198,18005.405,0.185),(4555,0,23,1599,198,22683.453,0.556),(4556,0,24,1599,198,13204.819,0.083),(4557,0,25,1599,198,55500.000,0.002),(4558,0,26,1599,198,39643.750,0.160),(4559,0,27,1599,198,38879.310,0.058),(4560,0,28,1599,198,15068.670,0.233),(4561,0,29,1599,198,10550.000,0.020),(4562,0,30,1599,198,20388.889,0.162),(4563,0,32,1599,198,23233.161,0.193),(4564,0,31,1599,198,23411.765,0.017),(4565,0,45,1599,198,29560.976,0.123),(4566,0,44,1599,198,6000.000,0.010),(4567,0,43,1599,198,30063.291,0.158),(4568,0,42,1599,198,15546.218,0.238),(4569,0,41,1599,198,47809.524,0.021),(4570,0,40,1599,198,23274.436,0.266),(4571,0,39,1599,198,23198.113,0.212),(4572,0,38,1599,198,8695.431,0.197),(4573,0,37,1599,198,33120.930,0.215),(4574,0,36,1599,198,12625.000,0.104),(4575,0,35,1599,198,34476.378,0.508),(4576,0,34,1599,198,23485.030,0.167),(4577,0,33,1599,198,28285.714,0.147),(4578,0,3,1599,244,25515.021,0.233),(4579,0,4,1599,244,17296.680,0.482),(4580,0,7,1599,244,17657.534,0.365),(4581,0,8,1599,244,17785.417,0.480),(4582,0,9,1599,244,31264.637,0.427),(4583,0,10,1599,244,26760.529,0.831),(4584,0,11,1599,244,127888.889,0.054),(4585,0,15,1599,244,24609.053,0.243),(4586,0,17,1599,244,27753.247,0.077),(4587,0,18,1599,244,34757.143,0.140),(4588,0,21,1599,244,21573.816,0.359),(4589,0,22,1599,244,20263.217,0.889),(4590,0,23,1599,244,19832.031,0.256),(4591,0,24,1599,244,47589.286,0.056),(4592,0,26,1599,244,35562.092,0.153),(4593,0,27,1599,244,28984.127,0.315),(4594,0,29,1599,244,23547.397,0.749),(4595,0,32,1599,244,12037.931,0.580),(4596,0,45,1599,244,20871.115,1.094),(4597,0,40,1599,244,23338.028,0.213),(4598,0,39,1599,244,22385.870,0.184),(4599,0,37,1599,244,22970.149,0.804),(4600,0,36,1599,244,25100.840,0.238),(4601,0,34,1599,244,21719.626,0.428),(4602,0,1,1599,98,3846.154,0.013),(4603,0,2,1599,98,3571.429,0.007),(4604,0,3,1599,98,3800.000,0.020),(4605,0,4,1599,98,3571.429,0.007),(4606,0,5,1599,98,26651.101,2.998),(4607,0,6,1599,98,3571.429,0.007),(4608,0,7,1599,98,3846.154,0.013),(4609,0,8,1599,98,2789.474,0.019),(4610,0,9,1599,98,44962.963,0.027),(4611,0,11,1599,98,3571.429,0.007),(4612,0,12,1599,98,25456.014,0.557),(4613,0,13,1599,98,3571.429,0.007),(4614,0,14,1599,98,3846.154,0.013),(4615,0,15,1599,98,2000.000,0.001),(4616,0,16,1599,98,21455.882,0.068),(4617,0,17,1599,98,66670.213,0.094),(4618,0,18,1599,98,3750.000,0.020),(4619,0,19,1599,98,3800.000,0.020),(4620,0,22,1599,98,9360.000,0.200),(4621,0,23,1599,98,3571.429,0.007),(4622,0,24,1599,98,44414.286,0.140),(4623,0,25,1599,98,7464.912,0.228),(4624,0,26,1599,98,25656.250,0.032),(4625,0,27,1599,98,56275.862,0.058),(4626,0,28,1599,98,62542.424,0.330),(4627,0,29,1599,98,55889.474,0.190),(4628,0,30,1599,98,43616.667,0.060),(4629,0,32,1599,98,3571.429,0.007),(4630,0,31,1599,98,39454.545,0.077),(4631,0,45,1599,98,4076.923,0.026),(4632,0,44,1599,98,87978.022,0.091),(4633,0,43,1599,98,7079.350,1.046),(4634,0,42,1599,98,57000.000,0.079),(4635,0,41,1599,98,4076.923,0.013),(4636,0,40,1599,98,33814.815,0.108),(4637,0,39,1599,98,27246.479,0.142),(4638,0,38,1599,98,3389.563,0.824),(4639,0,37,1599,98,37307.359,0.231),(4640,0,36,1599,98,21217.105,0.912),(4641,0,35,1599,98,30759.450,0.291),(4642,0,34,1599,98,26475.936,0.374),(4643,0,33,1599,98,40098.361,0.061),(4644,0,1,1599,66,23510.870,0.276),(4645,0,2,1599,66,36000.000,0.010),(4646,0,3,1599,66,15530.612,0.147),(4647,0,5,1599,66,21331.522,0.184),(4648,0,6,1599,66,12952.830,0.106),(4649,0,7,1599,66,26000.000,0.003),(4650,0,8,1599,66,30366.255,0.243),(4651,0,9,1599,66,44359.589,0.292),(4652,0,10,1599,66,33147.541,0.244),(4653,0,11,1599,66,27170.662,1.043),(4654,0,12,1599,66,18679.487,0.078),(4655,0,13,1599,66,35587.302,0.504),(4656,0,15,1599,66,16954.545,0.088),(4657,0,16,1599,66,15379.518,0.166),(4658,0,17,1599,66,28280.000,0.100),(4659,0,18,1599,66,14956.835,0.139),(4660,0,20,1599,66,3437.318,0.343),(4661,0,21,1599,66,24933.852,0.257),(4662,0,22,1599,66,19855.556,0.270),(4663,0,23,1599,66,20492.823,0.209),(4664,0,24,1599,66,23859.459,0.185),(4665,0,25,1599,66,38019.802,0.101),(4666,0,26,1599,66,40980.000,0.100),(4667,0,28,1599,66,27747.475,0.099),(4668,0,29,1599,66,21025.641,0.039),(4669,0,30,1599,66,40937.028,0.397),(4670,0,32,1599,66,44970.588,0.068),(4671,0,45,1599,66,22635.193,0.233),(4672,0,43,1599,66,23617.284,0.162),(4673,0,42,1599,66,20454.545,0.011),(4674,0,41,1599,66,16880.000,0.025),(4675,0,40,1599,66,36934.985,0.323),(4676,0,39,1599,66,17972.973,0.037),(4677,0,38,1599,66,39578.313,0.166),(4678,0,37,1599,66,40391.026,0.156),(4679,0,36,1599,66,45073.333,0.150),(4680,0,35,1599,66,26454.545,0.407),(4681,0,34,1599,66,49177.914,0.326),(4682,0,33,1599,66,40341.538,0.325),(4683,0,2,1599,206,3571.429,0.007),(4684,0,3,1599,206,3846.154,0.013),(4685,0,4,1599,206,66526.316,0.038),(4686,0,5,1599,206,3571.429,0.014),(4687,0,6,1599,206,3800.000,0.020),(4688,0,8,1599,206,60988.636,0.088),(4689,0,9,1599,206,3800.000,0.020),(4690,0,10,1599,206,54259.542,0.131),(4691,0,11,1599,206,3800.000,0.020),(4692,0,13,1599,206,3846.154,0.013),(4693,0,15,1599,206,3846.154,0.013),(4694,0,16,1599,206,71230.769,0.078),(4695,0,17,1599,206,3800.000,0.020),(4696,0,19,1599,206,12954.774,0.199),(4697,0,20,1599,206,60226.744,0.172),(4698,0,21,1599,206,20764.468,0.743),(4699,0,22,1599,206,31334.975,0.406),(4700,0,24,1599,206,38842.105,0.076),(4701,0,27,1599,206,20833.333,0.012),(4702,0,28,1599,206,55952.381,0.042),(4703,0,30,1599,206,3846.154,0.013),(4704,0,32,1599,206,62183.673,0.196),(4705,0,31,1599,206,3571.429,0.014),(4706,0,45,1599,206,35068.323,0.161),(4707,0,44,1599,206,92887.755,0.098),(4708,0,43,1599,206,22276.978,0.278),(4709,0,42,1599,206,1091.438,1.203),(4710,0,41,1599,206,3950.000,0.020),(4711,0,40,1599,206,3714.286,0.007),(4712,0,39,1599,206,27703.125,0.064),(4713,0,38,1599,206,33357.143,0.014),(4714,0,37,1599,206,3714.286,0.007),(4715,0,36,1599,206,4672.379,2.451),(4716,0,35,1599,206,3714.286,0.014),(4717,0,34,1599,206,20592.157,0.510),(4718,0,33,1599,206,7072.414,0.290),(4719,0,1,1599,182,14913.295,0.173),(4720,0,2,1599,182,23447.514,0.181),(4721,0,3,1599,182,9174.157,0.178),(4722,0,4,1599,182,17386.667,0.225),(4723,0,5,1599,182,14050.000,0.160),(4724,0,6,1599,182,7783.582,0.134),(4725,0,7,1599,182,8722.222,0.108),(4726,0,8,1599,182,11904.412,0.136),(4727,0,9,1599,182,20713.043,0.115),(4728,0,10,1599,182,9548.387,0.124),(4729,0,11,1599,182,28928.726,0.463),(4730,0,12,1599,182,11196.319,0.163),(4731,0,13,1599,182,23692.857,0.140),(4732,0,14,1599,182,22167.785,0.149),(4733,0,15,1599,182,18297.297,0.222),(4734,0,16,1599,182,18049.724,0.181),(4735,0,17,1599,182,30470.588,0.034),(4736,0,18,1599,182,13008.065,0.124),(4737,0,19,1599,182,19988.372,0.086),(4738,0,20,1599,182,9014.388,0.139),(4739,0,21,1599,182,25842.520,0.127),(4740,0,22,1599,182,38094.203,0.276),(4741,0,23,1599,182,29748.092,0.262),(4742,0,24,1599,182,13936.275,0.204),(4743,0,25,1599,182,16089.888,0.089),(4744,0,26,1599,182,29331.126,0.151),(4745,0,27,1599,182,14246.479,0.142),(4746,0,28,1599,182,18616.438,0.146),(4747,0,29,1599,182,27238.532,0.109),(4748,0,30,1599,182,34377.907,0.172),(4749,0,32,1599,182,12784.615,0.130),(4750,0,31,1599,182,24024.272,0.206),(4751,0,45,1599,182,21917.722,0.158),(4752,0,44,1599,182,21848.837,0.086),(4753,0,43,1599,182,23589.372,0.207),(4754,0,42,1599,182,19774.648,0.071),(4755,0,41,1599,182,22081.633,0.147),(4756,0,40,1599,182,19771.429,0.070),(4757,0,39,1599,182,30719.101,0.089),(4758,0,38,1599,182,9133.971,0.209),(4759,0,37,1599,182,17898.876,0.178),(4760,0,36,1599,182,10380.952,0.126),(4761,0,35,1599,182,28721.461,0.219),(4762,0,34,1599,182,38614.458,0.166),(4763,0,33,1599,182,14166.667,0.132),(4764,0,5,1599,166,25732.666,1.399),(4765,0,7,1599,166,23717.949,0.780),(4766,0,23,1599,166,31144.681,0.235),(4767,0,39,1599,166,22697.442,1.603),(4768,0,38,1599,166,18472.774,1.157),(4769,0,37,1599,166,24349.315,1.168),(4770,0,34,1599,166,18864.662,0.532),(4771,0,1,1599,57,17333.333,0.093),(4772,0,2,1599,57,19373.134,0.134),(4773,0,3,1599,57,25764.706,0.017),(4774,0,4,1599,57,39000.000,0.012),(4775,0,5,1599,57,23483.871,0.124),(4776,0,6,1599,57,21180.000,0.050),(4777,0,7,1599,57,24100.000,0.040),(4778,0,8,1599,57,16888.889,0.009),(4779,0,9,1599,57,19735.632,0.087),(4780,0,10,1599,57,27847.826,0.046),(4781,0,11,1599,57,17902.821,0.319),(4782,0,12,1599,57,26592.179,0.179),(4783,0,13,1599,57,17220.930,0.086),(4784,0,14,1599,57,44750.000,0.028),(4785,0,15,1599,57,23591.837,0.098),(4786,0,16,1599,57,46307.692,0.013),(4787,0,17,1599,57,21386.139,0.101),(4788,0,18,1599,57,33843.750,0.032),(4789,0,19,1599,57,22518.519,0.027),(4790,0,20,1599,57,14434.447,0.778),(4791,0,21,1599,57,20208.333,0.240),(4792,0,22,1599,57,47268.041,0.194),(4793,0,23,1599,57,30588.785,0.214),(4794,0,24,1599,57,22548.246,0.228),(4795,0,25,1599,57,45480.000,0.150),(4796,0,26,1599,57,54322.581,0.031),(4797,0,27,1599,57,45000.000,0.194),(4798,0,28,1599,57,22714.286,0.063),(4799,0,29,1599,57,45223.140,0.121),(4800,0,30,1599,57,24642.857,0.056),(4801,0,32,1599,57,42916.667,0.012),(4802,0,31,1599,57,46567.568,0.074),(4803,0,45,1599,57,31360.000,0.050),(4804,0,44,1599,57,25272.727,0.154),(4805,0,43,1599,57,29236.364,0.055),(4806,0,42,1599,57,29526.718,0.131),(4807,0,41,1599,57,45000.000,0.001),(4808,0,40,1599,57,30524.000,0.250),(4809,0,39,1599,57,44076.142,0.394),(4810,0,38,1599,57,13136.842,0.950),(4811,0,37,1599,57,44705.882,0.051),(4812,0,36,1599,57,35013.514,0.074),(4813,0,35,1599,57,40403.614,0.166),(4814,0,34,1599,57,41875.969,0.258),(4815,0,33,1599,57,31715.385,0.260),(4816,0,2,1599,141,11589.041,0.073),(4817,0,3,1599,141,16325.843,0.089),(4818,0,4,1599,141,24950.000,0.100),(4819,0,5,1599,141,13426.829,0.082),(4820,0,6,1599,141,3846.154,0.013),(4821,0,7,1599,141,9976.048,0.167),(4822,0,8,1599,141,8733.119,0.311),(4823,0,9,1599,141,14742.081,0.221),(4824,0,10,1599,141,18831.081,0.148),(4825,0,11,1599,141,17450.000,0.080),(4826,0,13,1599,141,14568.182,0.132),(4827,0,14,1599,141,18785.714,0.350),(4828,0,15,1599,141,10000.000,0.006),(4829,0,16,1599,141,4364.604,1.503),(4830,0,17,1599,141,28111.111,0.009),(4831,0,18,1599,141,16172.840,0.081),(4832,0,19,1599,141,14933.333,0.075),(4833,0,20,1599,141,10884.058,0.069),(4834,0,21,1599,141,30224.080,0.299),(4835,0,22,1599,141,13047.619,0.042),(4836,0,23,1599,141,15519.231,0.052),(4837,0,24,1599,141,17956.522,0.023),(4838,0,25,1599,141,12730.769,0.104),(4839,0,26,1599,141,15436.782,0.087),(4840,0,27,1599,141,17357.143,0.056),(4841,0,28,1599,141,57352.941,0.017),(4842,0,29,1599,141,16279.070,0.043),(4843,0,30,1599,141,7652.174,0.023),(4844,0,32,1599,141,3846.154,0.013),(4845,0,31,1599,141,12795.181,0.083),(4846,0,45,1599,141,25538.462,0.052),(4847,0,44,1599,141,3714.286,0.007),(4848,0,43,1599,141,3714.286,0.007),(4849,0,42,1599,141,20176.471,0.085),(4850,0,41,1599,141,9698.225,0.169),(4851,0,40,1599,141,8931.034,0.058),(4852,0,39,1599,141,25884.892,0.139),(4853,0,38,1599,141,18986.207,0.145),(4854,0,37,1599,141,6480.969,0.867),(4855,0,36,1599,141,5229.885,0.174),(4856,0,35,1599,141,17431.438,0.299),(4857,0,34,1599,141,23880.795,0.151),(4858,0,33,1599,141,33400.000,0.015),(4859,0,1,1599,205,20900.000,0.030),(4860,0,3,1599,205,37555.556,0.081),(4861,0,4,1599,205,17288.660,0.097),(4862,0,5,1599,205,46666.667,0.003),(4863,0,6,1599,205,45142.857,0.014),(4864,0,8,1599,205,19840.000,0.050),(4865,0,10,1599,205,43000.000,0.003),(4866,0,11,1599,205,17858.108,0.148),(4867,0,13,1599,205,28200.000,0.020),(4868,0,14,1599,205,15176.471,0.017),(4869,0,15,1599,205,17576.923,0.026),(4870,0,16,1599,205,18979.592,0.049),(4871,0,17,1599,205,15567.901,0.081),(4872,0,18,1599,205,23894.737,0.038),(4873,0,20,1599,205,29177.686,0.242),(4874,0,21,1599,205,73190.476,0.042),(4875,0,22,1599,205,39773.333,0.150),(4876,0,23,1599,205,32864.151,0.265),(4877,0,24,1599,205,42333.333,0.117),(4878,0,25,1599,205,29210.526,0.057),(4879,0,26,1599,205,47136.054,0.147),(4880,0,27,1599,205,31391.304,0.046),(4881,0,28,1599,205,29642.857,0.014),(4882,0,29,1599,205,26452.174,0.115),(4883,0,30,1599,205,24250.000,0.164),(4884,0,32,1599,205,72461.538,0.026),(4885,0,31,1599,205,48063.291,0.079),(4886,0,45,1599,205,39142.857,0.084),(4887,0,44,1599,205,28437.956,0.137),(4888,0,43,1599,205,50846.154,0.039),(4889,0,42,1599,205,34231.250,0.160),(4890,0,41,1599,205,34178.082,0.146),(4891,0,40,1599,205,34638.760,0.645),(4892,0,39,1599,205,20125.561,0.892),(4893,0,38,1599,205,27947.644,0.191),(4894,0,37,1599,205,56745.455,0.055),(4895,0,36,1599,205,30270.270,0.111),(4896,0,35,1599,205,31355.140,0.107),(4897,0,34,1599,205,31847.599,0.479),(4898,0,33,1599,205,30560.261,0.307),(4899,0,2,1599,227,3571.429,0.007),(4900,0,3,1599,227,3571.429,0.007),(4901,0,5,1599,227,18160.000,0.050),(4902,0,7,1599,227,3571.429,0.007),(4903,0,11,1599,227,3571.429,0.007),(4904,0,12,1599,227,3846.154,0.013),(4905,0,13,1599,227,3800.000,0.020),(4906,0,16,1599,227,3800.000,0.020),(4907,0,18,1599,227,3846.154,0.013),(4908,0,21,1599,227,3846.154,0.013),(4909,0,22,1599,227,3884.615,0.026),(4910,0,23,1599,227,82468.354,0.079),(4911,0,24,1599,227,3571.429,0.007),(4912,0,25,1599,227,3846.154,0.013),(4913,0,26,1599,227,3571.429,0.007),(4914,0,27,1599,227,19312.139,0.173),(4915,0,28,1599,227,3571.429,0.014),(4916,0,29,1599,227,3571.429,0.007),(4917,0,30,1599,227,26520.325,0.123),(4918,0,32,1599,227,4076.923,0.013),(4919,0,31,1599,227,3571.429,0.007),(4920,0,45,1599,227,3251.497,0.334),(4921,0,43,1599,227,11925.226,3.758),(4922,0,42,1599,227,3714.286,0.007),(4923,0,40,1599,227,37987.013,0.077),(4924,0,39,1599,227,23880.126,0.317),(4925,0,38,1599,227,26696.970,0.033),(4926,0,37,1599,227,18132.743,0.113),(4927,0,36,1599,227,27733.333,0.015),(4928,0,35,1599,227,56500.000,0.032),(4929,0,34,1599,227,67843.750,0.032),(4930,0,33,1599,227,56198.020,0.101),(4931,0,1,1599,153,17058.824,0.017),(4932,0,2,1599,153,38012.422,0.161),(4933,0,3,1599,153,33576.037,0.217),(4934,0,5,1599,153,18285.714,0.105),(4935,0,7,1599,153,17384.615,0.039),(4936,0,9,1599,153,3571.429,0.007),(4937,0,10,1599,153,17385.185,0.135),(4938,0,11,1599,153,20110.329,0.426),(4939,0,12,1599,153,51866.667,0.075),(4940,0,13,1599,153,19157.895,0.057),(4941,0,14,1599,153,37355.556,0.090),(4942,0,15,1599,153,46824.742,0.194),(4943,0,17,1599,153,18687.500,0.032),(4944,0,18,1599,153,17600.000,0.190),(4945,0,19,1599,153,18533.333,0.120),(4946,0,20,1599,153,30720.165,0.243),(4947,0,21,1599,153,18585.185,0.135),(4948,0,22,1599,153,18277.419,0.155),(4949,0,23,1599,153,12843.750,0.032),(4950,0,24,1599,153,13493.333,0.075),(4951,0,25,1599,153,15561.404,0.057),(4952,0,26,1599,153,12571.429,0.014),(4953,0,27,1599,153,19981.818,0.055),(4954,0,28,1599,153,28735.294,0.102),(4955,0,29,1599,153,3571.429,0.007),(4956,0,30,1599,153,17838.710,0.093),(4957,0,32,1599,153,3939.394,0.033),(4958,0,31,1599,153,16494.624,0.093),(4959,0,45,1599,153,3888.889,0.027),(4960,0,44,1599,153,24937.383,1.070),(4961,0,43,1599,153,3714.286,0.007),(4962,0,42,1599,153,21353.383,0.133),(4963,0,41,1599,153,17648.438,0.128),(4964,0,40,1599,153,28496.732,0.153),(4965,0,39,1599,153,4076.923,0.013),(4966,0,38,1599,153,14687.500,0.032),(4967,0,36,1599,153,18732.558,0.086),(4968,0,35,1599,153,16200.000,0.180),(4969,0,34,1599,153,46585.034,0.294),(4970,0,33,1599,153,18570.248,0.121),(4971,0,1,1599,11,3884.615,0.026),(4972,0,3,1599,11,19567.766,0.273),(4973,0,4,1599,11,3571.429,0.007),(4974,0,5,1599,11,3884.615,0.026),(4975,0,6,1599,11,3571.429,0.007),(4976,0,7,1599,11,3571.429,0.007),(4977,0,8,1599,11,22713.450,0.171),(4978,0,9,1599,11,3818.182,0.066),(4979,0,11,1599,11,3571.429,0.007),(4980,0,12,1599,11,23911.647,0.498),(4981,0,14,1599,11,28329.114,0.079),(4982,0,15,1599,11,23700.000,0.940),(4983,0,16,1599,11,3871.795,0.039),(4984,0,18,1599,11,3846.154,0.013),(4985,0,21,1599,11,22000.000,0.072),(4986,0,22,1599,11,39282.051,0.234),(4987,0,23,1599,11,3884.615,0.026),(4988,0,25,1599,11,22970.779,0.308),(4989,0,26,1599,11,27392.857,0.056),(4990,0,28,1599,11,16869.159,0.107),(4991,0,29,1599,11,3884.615,0.026),(4992,0,30,1599,11,3800.000,0.020),(4993,0,32,1599,11,25127.586,0.290),(4994,0,31,1599,11,3800.000,0.020),(4995,0,45,1599,11,28002.778,0.360),(4996,0,41,1599,11,21388.889,0.180),(4997,0,39,1599,11,25777.778,0.405),(4998,0,38,1599,11,26092.382,0.617),(4999,0,37,1599,11,3950.000,0.020),(5000,0,35,1599,11,4076.923,0.013),(5001,0,34,1599,11,22784.615,0.130),(5002,0,33,1599,11,4076.923,0.013),(5003,0,1,1599,105,28687.500,0.096),(5004,0,3,1599,105,27520.548,0.073),(5005,0,4,1599,105,23038.674,0.181),(5006,0,5,1599,105,24844.444,0.135),(5007,0,7,1599,105,29440.741,0.270),(5008,0,8,1599,105,22147.059,0.034),(5009,0,9,1599,105,25667.442,0.430),(5010,0,10,1599,105,21957.895,0.095),(5011,0,11,1599,105,24722.222,0.054),(5012,0,13,1599,105,22015.326,0.261),(5013,0,14,1599,105,21500.000,0.002),(5014,0,15,1599,105,23510.989,0.182),(5015,0,16,1599,105,27200.000,0.005),(5016,0,17,1599,105,18800.000,0.010),(5017,0,18,1599,105,32553.571,0.224),(5018,0,19,1599,105,29777.778,0.009),(5019,0,21,1599,105,47588.235,0.017),(5020,0,22,1599,105,26555.195,0.308),(5021,0,23,1599,105,15378.947,0.095),(5022,0,24,1599,105,36754.789,0.261),(5023,0,25,1599,105,18116.279,0.043),(5024,0,26,1599,105,17200.000,0.030),(5025,0,27,1599,105,21734.513,0.113),(5026,0,28,1599,105,10000.000,0.022),(5027,0,29,1599,105,28958.678,0.242),(5028,0,30,1599,105,17571.429,0.035),(5029,0,32,1599,105,15916.667,0.048),(5030,0,31,1599,105,25373.134,0.134),(5031,0,45,1599,105,25163.934,0.122),(5032,0,44,1599,105,25000.000,0.001),(5033,0,43,1599,105,13125.000,0.024),(5034,0,42,1599,105,24812.500,0.208),(5035,0,41,1599,105,22714.286,0.007),(5036,0,40,1599,105,27619.048,0.105),(5037,0,39,1599,105,33500.000,0.002),(5038,0,38,1599,105,23792.727,0.275),(5039,0,36,1599,105,26100.000,0.020),(5040,0,35,1599,105,27456.522,0.046),(5041,0,34,1599,105,22861.145,0.821),(5042,0,1,1599,60,13366.667,0.030),(5043,0,2,1599,60,12000.000,0.003),(5044,0,3,1599,60,5928.934,0.197),(5045,0,4,1599,60,8698.795,0.083),(5046,0,5,1599,60,22200.000,0.005),(5047,0,6,1599,60,18833.333,0.006),(5048,0,7,1599,60,11326.087,0.046),(5049,0,8,1599,60,17142.857,0.014),(5050,0,9,1599,60,17625.000,0.056),(5051,0,10,1599,60,12171.429,0.035),(5052,0,12,1599,60,17915.254,0.118),(5053,0,13,1599,60,14000.000,0.014),(5054,0,14,1599,60,7554.839,0.155),(5055,0,15,1599,60,18187.500,0.016),(5056,0,16,1599,60,8816.092,0.087),(5057,0,18,1599,60,10784.566,0.311),(5058,0,19,1599,60,17517.241,0.029),(5059,0,20,1599,60,10144.578,0.083),(5060,0,21,1599,60,13411.765,0.034),(5061,0,22,1599,60,10155.000,0.200),(5062,0,23,1599,60,12168.675,0.083),(5063,0,24,1599,60,10259.542,0.131),(5064,0,26,1599,60,13312.500,0.208),(5065,0,28,1599,60,13084.211,0.095),(5066,0,30,1599,60,11600.000,0.060),(5067,0,32,1599,60,10903.846,0.052),(5068,0,31,1599,60,18492.063,0.126),(5069,0,44,1599,60,4296.346,1.478),(5070,0,42,1599,60,21806.452,0.031),(5071,0,41,1599,60,22208.000,0.125),(5072,0,40,1599,60,13619.469,0.113),(5073,0,39,1599,60,16241.379,0.029),(5074,0,38,1599,60,21213.115,0.061),(5075,0,37,1599,60,14212.766,0.047),(5076,0,36,1599,60,7950.495,0.101),(5077,0,34,1599,60,9318.841,0.138),(5078,0,33,1599,60,8176.471,0.085),(5079,0,3,1599,64,7000.000,0.200),(5080,0,5,1599,64,24267.905,0.377),(5081,0,7,1599,64,124460.000,0.100),(5082,0,16,1599,64,25150.000,0.100),(5083,0,21,1599,64,6848.000,1.250),(5084,0,26,1599,64,14306.977,0.430),(5085,0,29,1599,64,1835.090,1.613),(5086,0,31,1599,64,45088.462,0.260),(5087,0,1,1599,67,19355.236,1.461),(5088,0,3,1599,67,5768.061,0.263),(5089,0,6,1599,67,3571.429,0.007),(5090,0,8,1599,67,20575.000,0.040),(5091,0,10,1599,67,3571.429,0.007),(5092,0,11,1599,67,16205.882,0.238),(5093,0,13,1599,67,3571.429,0.007),(5094,0,14,1599,67,3571.429,0.007),(5095,0,15,1599,67,44550.000,0.020),(5096,0,17,1599,67,32160.256,0.156),(5097,0,19,1599,67,3571.429,0.007),(5098,0,22,1599,67,3571.429,0.007),(5099,0,23,1599,67,4143.646,0.724),(5100,0,25,1599,67,3571.429,0.007),(5101,0,27,1599,67,29786.531,0.787),(5102,0,30,1599,67,3571.429,0.007),(5103,0,39,1599,67,23366.279,0.172),(5104,0,34,1599,67,3714.286,0.007),(5105,0,1,1599,136,30819.277,0.083),(5106,0,2,1599,136,33692.308,0.013),(5107,0,3,1599,136,16882.353,0.017),(5108,0,4,1599,136,17055.556,0.018),(5109,0,5,1599,136,25473.684,0.038),(5110,0,7,1599,136,79451.613,0.031),(5111,0,9,1599,136,24500.000,0.044),(5112,0,10,1599,136,74615.385,0.104),(5113,0,11,1599,136,29829.653,0.317),(5114,0,12,1599,136,13934.426,0.122),(5115,0,13,1599,136,18169.811,0.212),(5116,0,14,1599,136,21982.353,0.170),(5117,0,15,1599,136,29735.632,0.087),(5118,0,16,1599,136,31366.667,0.030),(5119,0,18,1599,136,31882.979,0.094),(5120,0,19,1599,136,25527.132,0.129),(5121,0,20,1599,136,15314.607,0.089),(5122,0,21,1599,136,18602.740,0.219),(5123,0,22,1599,136,74604.167,0.048),(5124,0,23,1599,136,62738.318,0.107),(5125,0,25,1599,136,26894.180,0.189),(5126,0,26,1599,136,30000.000,0.009),(5127,0,27,1599,136,17250.000,0.012),(5128,0,28,1599,136,35560.440,0.091),(5129,0,29,1599,136,63000.000,0.012),(5130,0,30,1599,136,28347.826,0.046),(5131,0,32,1599,136,18849.558,0.113),(5132,0,31,1599,136,19117.647,0.017),(5133,0,44,1599,136,33863.636,0.110),(5134,0,42,1599,136,30969.697,0.099),(5135,0,41,1599,136,29116.438,0.146),(5136,0,40,1599,136,27416.667,0.216),(5137,0,39,1599,136,18642.857,0.238),(5138,0,38,1599,136,20262.857,0.175),(5139,0,37,1599,136,34466.667,0.165),(5140,0,36,1599,136,48000.000,0.001),(5141,0,35,1599,136,43992.424,0.132),(5142,0,34,1599,136,31114.286,0.140),(5143,0,2,1599,46,17376.164,0.537),(5144,0,3,1599,46,3571.429,0.007),(5145,0,4,1599,46,3571.429,0.007),(5146,0,5,1599,46,3571.429,0.007),(5147,0,6,1599,46,3571.429,0.007),(5148,0,7,1599,46,3846.154,0.013),(5149,0,8,1599,46,3571.429,0.007),(5150,0,9,1599,46,3571.429,0.007),(5151,0,10,1599,46,3571.429,0.007),(5152,0,11,1599,46,3571.429,0.007),(5153,0,14,1599,46,3884.615,0.026),(5154,0,16,1599,46,25264.637,0.427),(5155,0,17,1599,46,3846.154,0.013),(5156,0,18,1599,46,22063.555,1.007),(5157,0,19,1599,46,3571.429,0.014),(5158,0,21,1599,46,3571.429,0.007),(5159,0,22,1599,46,3571.429,0.007),(5160,0,23,1599,46,3846.154,0.013),(5161,0,24,1599,46,3571.429,0.007),(5162,0,25,1599,46,80634.146,0.041),(5163,0,26,1599,46,3750.000,0.020),(5164,0,28,1599,46,3571.429,0.007),(5165,0,29,1599,46,3750.000,0.020),(5166,0,30,1599,46,3846.154,0.013),(5167,0,32,1599,46,3714.286,0.007),(5168,0,31,1599,46,3846.154,0.013),(5169,0,45,1599,46,3950.000,0.020),(5170,0,44,1599,46,3714.286,0.007),(5171,0,43,1599,46,4076.923,0.013),(5172,0,42,1599,46,6285.714,0.007),(5173,0,41,1599,46,4076.923,0.013),(5174,0,40,1599,46,4076.923,0.013),(5175,0,39,1599,46,3714.286,0.007),(5176,0,37,1599,46,4000.000,0.033),(5177,0,36,1599,46,4076.923,0.013),(5178,0,34,1599,46,13513.718,1.057),(5179,0,33,1599,46,3950.000,0.020),(5180,0,1,1599,134,8616.438,0.073),(5181,0,2,1599,134,12611.111,0.018),(5182,0,3,1599,134,13428.571,0.021),(5183,0,5,1599,134,35736.842,0.019),(5184,0,7,1599,134,48769.231,0.013),(5185,0,8,1599,134,72280.000,0.025),(5186,0,9,1599,134,1000.000,0.001),(5187,0,10,1599,134,62127.660,0.047),(5188,0,11,1599,134,15554.455,0.101),(5189,0,12,1599,134,17613.095,0.168),(5190,0,13,1599,134,13980.198,0.101),(5191,0,14,1599,134,16290.735,0.313),(5192,0,15,1599,134,14082.645,0.121),(5193,0,16,1599,134,11100.000,0.020),(5194,0,17,1599,134,22586.826,0.167),(5195,0,18,1599,134,11214.286,0.042),(5196,0,19,1599,134,15270.270,0.037),(5197,0,20,1599,134,25900.000,0.010),(5198,0,21,1599,134,35571.429,0.007),(5199,0,22,1599,134,15622.222,0.045),(5200,0,23,1599,134,15433.121,0.157),(5201,0,24,1599,134,40214.286,0.112),(5202,0,25,1599,134,18910.000,0.100),(5203,0,26,1599,134,23222.222,0.009),(5204,0,27,1599,134,48401.961,0.102),(5205,0,28,1599,134,21645.161,0.031),(5206,0,29,1599,134,16000.000,0.072),(5207,0,30,1599,134,52500.000,0.036),(5208,0,44,1599,134,36032.258,0.031),(5209,0,43,1599,134,42407.692,0.130),(5210,0,42,1599,134,51054.054,0.037),(5211,0,41,1599,134,38294.118,0.034),(5212,0,40,1599,134,23750.000,0.240),(5213,0,39,1599,134,31354.839,0.093),(5214,0,37,1599,134,25943.089,0.246),(5215,0,36,1599,134,27324.503,0.151),(5216,0,35,1599,134,41456.522,0.046),(5217,0,34,1599,134,18118.182,0.110),(5218,0,33,1599,134,25021.127,0.284),(5219,0,1,1599,208,20402.439,0.164),(5220,0,2,1599,208,15750.000,0.064),(5221,0,3,1599,208,20606.742,0.089),(5222,0,4,1599,208,19256.757,0.074),(5223,0,5,1599,208,18576.923,0.026),(5224,0,6,1599,208,21666.667,0.174),(5225,0,7,1599,208,22641.304,0.092),(5226,0,8,1599,208,16851.064,0.047),(5227,0,9,1599,208,22573.248,0.157),(5228,0,10,1599,208,24143.713,0.167),(5229,0,11,1599,208,19520.674,0.653),(5230,0,12,1599,208,21582.781,0.151),(5231,0,13,1599,208,27571.429,0.035),(5232,0,14,1599,208,18239.669,0.121),(5233,0,15,1599,208,17525.000,0.040),(5234,0,16,1599,208,7647.059,0.017),(5235,0,17,1599,208,24578.512,0.121),(5236,0,18,1599,208,5000.000,0.009),(5237,0,19,1599,208,17009.524,0.105),(5238,0,20,1599,208,6000.000,0.007),(5239,0,21,1599,208,19964.912,0.057),(5240,0,22,1599,208,25540.230,0.087),(5241,0,23,1599,208,31767.442,0.086),(5242,0,24,1599,208,11200.000,0.005),(5243,0,25,1599,208,25345.133,0.113),(5244,0,26,1599,208,14333.333,0.009),(5245,0,27,1599,208,25908.163,0.098),(5246,0,28,1599,208,8571.429,0.007),(5247,0,29,1599,208,25486.486,0.074),(5248,0,30,1599,208,8333.333,0.003),(5249,0,32,1599,208,10333.333,0.009),(5250,0,31,1599,208,28329.670,0.091),(5251,0,45,1599,208,11111.111,0.018),(5252,0,44,1599,208,17384.615,0.013),(5253,0,43,1599,208,9625.000,0.008),(5254,0,42,1599,208,14250.000,0.008),(5255,0,41,1599,208,11375.000,0.008),(5256,0,40,1599,208,16100.000,0.010),(5257,0,39,1599,208,13500.000,0.004),(5258,0,38,1599,208,22920.530,0.151),(5259,0,37,1599,208,14000.000,0.014),(5260,0,36,1599,208,17818.182,0.011),(5261,0,35,1599,208,23200.000,0.075),(5262,0,34,1599,208,12090.909,0.011),(5263,0,33,1599,208,19140.625,0.064),(5264,0,5,1599,124,41608.696,0.023),(5265,0,6,1599,124,21177.500,0.400),(5266,0,10,1599,124,41780.488,0.041),(5267,0,14,1599,124,369750.000,0.004),(5268,0,19,1599,124,8798.658,0.149),(5269,0,21,1599,124,17897.436,0.039),(5270,0,22,1599,124,5187.057,2.256),(5271,0,30,1599,124,42946.565,0.131),(5272,0,43,1599,124,40985.401,0.137),(5273,0,40,1599,124,63333.333,0.060),(5274,0,35,1599,124,14466.667,0.015),(5275,0,2,1599,210,13513.966,0.179),(5276,0,3,1599,210,14466.667,0.030),(5277,0,8,1599,210,18117.647,0.051),(5278,0,9,1599,210,14369.048,0.084),(5279,0,10,1599,210,28770.833,0.096),(5280,0,11,1599,210,30650.485,0.103),(5281,0,13,1599,210,13994.083,0.338),(5282,0,14,1599,210,17650.000,0.040),(5283,0,15,1599,210,23854.167,0.048),(5284,0,16,1599,210,40656.716,0.067),(5285,0,17,1599,210,16752.577,0.097),(5286,0,19,1599,210,15500.000,0.004),(5287,0,20,1599,210,8560.127,0.316),(5288,0,21,1599,210,55661.538,0.130),(5289,0,22,1599,210,16906.907,0.333),(5290,0,23,1599,210,15873.684,0.095),(5291,0,24,1599,210,15932.584,0.089),(5292,0,25,1599,210,18745.098,0.051),(5293,0,26,1599,210,27808.219,0.073),(5294,0,27,1599,210,52800.000,0.010),(5295,0,28,1599,210,47226.415,0.053),(5296,0,29,1599,210,29661.538,0.065),(5297,0,30,1599,210,18640.000,0.025),(5298,0,32,1599,210,18060.606,0.033),(5299,0,45,1599,210,20363.636,0.022),(5300,0,44,1599,210,55000.000,0.003),(5301,0,43,1599,210,49833.333,0.024),(5302,0,41,1599,210,20035.714,0.028),(5303,0,40,1599,210,27188.889,0.090),(5304,0,39,1599,210,21322.581,0.062),(5305,0,38,1599,210,25875.000,0.016),(5306,0,37,1599,210,19000.000,0.007),(5307,0,36,1599,210,36769.231,0.052),(5308,0,35,1599,210,18769.874,0.239),(5309,0,34,1599,210,34706.422,0.109),(5310,0,33,1599,210,32631.579,0.171),(5311,0,1,1599,74,13068.817,0.465),(5312,0,3,1599,74,48000.000,0.017),(5313,0,6,1599,74,55100.000,0.010),(5314,0,7,1599,74,38120.253,0.316),(5315,0,8,1599,74,27159.091,0.044),(5316,0,9,1599,74,40198.718,0.156),(5317,0,10,1599,74,52500.000,0.010),(5318,0,11,1599,74,51000.000,0.015),(5319,0,14,1599,74,48727.273,0.011),(5320,0,15,1599,74,41181.818,0.011),(5321,0,17,1599,74,56384.615,0.013),(5322,0,18,1599,74,52625.000,0.008),(5323,0,19,1599,74,50866.667,0.015),(5324,0,20,1599,74,48242.424,0.033),(5325,0,21,1599,74,86217.778,0.225),(5326,0,22,1599,74,31375.000,0.008),(5327,0,23,1599,74,21380.000,0.100),(5328,0,24,1599,74,31859.813,0.107),(5329,0,25,1599,74,20322.581,0.031),(5330,0,26,1599,74,43636.364,0.011),(5331,0,27,1599,74,46518.519,0.027),(5332,0,28,1599,74,50924.324,0.185),(5333,0,29,1599,74,30770.833,0.048),(5334,0,30,1599,74,18250.000,0.012),(5335,0,31,1599,74,60000.000,0.004),(5336,0,45,1599,74,30011.561,0.173),(5337,0,44,1599,74,35784.810,0.079),(5338,0,43,1599,74,32737.705,0.061),(5339,0,42,1599,74,35811.024,0.127),(5340,0,41,1599,74,40028.169,0.071),(5341,0,39,1599,74,54000.000,0.003),(5342,0,37,1599,74,51812.500,0.016),(5343,0,36,1599,74,49819.444,0.072),(5344,0,35,1599,74,46878.788,0.033),(5345,0,34,1599,74,51958.333,0.096),(5346,0,33,1599,74,48491.525,0.059),(5347,0,1,1599,285,28616.667,0.060),(5348,0,2,1599,285,24071.429,0.070),(5349,0,3,1599,285,25766.667,0.060),(5350,0,4,1599,285,25263.158,0.057),(5351,0,6,1599,285,25289.474,0.114),(5352,0,7,1599,285,26062.500,0.144),(5353,0,8,1599,285,27540.541,0.111),(5354,0,9,1599,285,17711.712,0.111),(5355,0,10,1599,285,27168.539,0.089),(5356,0,11,1599,285,24653.333,0.150),(5357,0,12,1599,285,10359.813,0.214),(5358,0,13,1599,285,25186.047,0.086),(5359,0,14,1599,285,22277.228,0.101),(5360,0,15,1599,285,24246.753,0.231),(5361,0,17,1599,285,22307.190,0.153),(5362,0,18,1599,285,41500.000,0.014),(5363,0,19,1599,285,19375.000,0.032),(5364,0,20,1599,285,27719.298,0.114),(5365,0,21,1599,285,24549.020,0.051),(5366,0,22,1599,285,21168.142,0.113),(5367,0,23,1599,285,21675.000,0.040),(5368,0,24,1599,285,11246.269,0.402),(5369,0,7,1599,132,28947.368,0.019),(5370,0,12,1599,132,16588.235,0.017),(5371,0,16,1599,132,29000.000,0.008),(5372,0,18,1599,132,11880.000,1.800),(5373,0,25,1599,132,10408.497,0.306),(5374,0,30,1599,132,22280.374,0.107),(5375,0,39,1599,132,10722.222,0.198),(5376,0,1,1599,103,13828.571,0.105),(5377,0,3,1599,103,13459.677,0.124),(5378,0,4,1599,103,12571.429,0.007),(5379,0,5,1599,103,16800.000,0.005),(5380,0,6,1599,103,13845.361,0.097),(5381,0,9,1599,103,14246.231,0.199),(5382,0,11,1599,103,15160.991,0.323),(5383,0,12,1599,103,24269.231,0.026),(5384,0,13,1599,103,19605.263,0.076),(5385,0,14,1599,103,29211.111,0.090),(5386,0,16,1599,103,5000.000,0.001),(5387,0,17,1599,103,19437.500,0.016),(5388,0,18,1599,103,18155.556,0.045),(5389,0,20,1599,103,4241.667,0.120),(5390,0,21,1599,103,36222.222,0.036),(5391,0,22,1599,103,16246.377,0.138),(5392,0,23,1599,103,26683.673,0.098),(5393,0,24,1599,103,18500.000,0.058),(5394,0,25,1599,103,37466.667,0.030),(5395,0,26,1599,103,19232.558,0.043),(5396,0,27,1599,103,62375.000,0.016),(5397,0,28,1599,103,20000.000,0.027),(5398,0,29,1599,103,18758.621,0.058),(5399,0,30,1599,103,10000.000,0.013),(5400,0,32,1599,103,9857.143,0.007),(5401,0,31,1599,103,20233.333,0.030),(5402,0,45,1599,103,19866.667,0.045),(5403,0,44,1599,103,20186.047,0.043),(5404,0,43,1599,103,30914.286,0.035),(5405,0,41,1599,103,18904.762,0.021),(5406,0,40,1599,103,20000.000,0.001),(5407,0,39,1599,103,21266.667,0.030),(5408,0,38,1599,103,28846.154,0.078),(5409,0,37,1599,103,19194.690,0.113),(5410,0,36,1599,103,55483.871,0.031),(5411,0,35,1599,103,20123.457,0.081),(5412,0,34,1599,103,21333.333,0.057),(5413,0,33,1599,103,28341.176,0.085),(5414,0,1,1599,63,3846.154,0.013),(5415,0,2,1599,63,15941.176,0.034),(5416,0,3,1599,63,10909.091,0.066),(5417,0,6,1599,63,21333.333,0.003),(5418,0,7,1599,63,3571.429,0.007),(5419,0,8,1599,63,12721.311,0.061),(5420,0,9,1599,63,20062.500,0.016),(5421,0,10,1599,63,9428.571,0.035),(5422,0,11,1599,63,3571.429,0.028),(5423,0,12,1599,63,3571.429,0.007),(5424,0,13,1599,63,3571.429,0.028),(5425,0,15,1599,63,5000.000,0.033),(5426,0,17,1599,63,3846.154,0.013),(5427,0,19,1599,63,2740.000,0.100),(5428,0,20,1599,63,4447.471,0.257),(5429,0,21,1599,63,3750.000,0.020),(5430,0,22,1599,63,11666.667,0.006),(5431,0,24,1599,63,3846.154,0.013),(5432,0,25,1599,63,2302.632,0.076),(5433,0,26,1599,63,2365.854,0.082),(5434,0,27,1599,63,7538.462,0.013),(5435,0,28,1599,63,2673.077,0.156),(5436,0,30,1599,63,1405.028,0.358),(5437,0,32,1599,63,2362.140,0.243),(5438,0,31,1599,63,2534.884,0.086),(5439,0,45,1599,63,6379.562,0.137),(5440,0,44,1599,63,3714.286,0.007),(5441,0,43,1599,63,12400.000,0.015),(5442,0,41,1599,63,5705.882,0.034),(5443,0,40,1599,63,15803.030,0.066),(5444,0,39,1599,63,3424.242,0.066),(5445,0,38,1599,63,4013.889,0.072),(5446,0,37,1599,63,4076.923,0.026),(5447,0,36,1599,63,2895.833,0.048),(5448,0,35,1599,63,2807.018,0.057),(5449,0,34,1599,63,3125.000,0.040),(5450,0,33,1599,63,3923.077,0.013),(5451,0,10,1599,240,36444.444,0.171),(5452,0,15,1599,240,22683.333,0.540),(5453,0,23,1599,240,5303.371,0.890),(5454,0,24,1599,240,1600.000,0.250),(5455,0,26,1599,240,81219.512,0.082),(5456,0,29,1599,240,27750.000,0.060),(5457,0,37,1599,240,58750.000,0.004),(5458,0,34,1599,240,31416.667,0.120),(5459,0,7,1599,201,35726.190,0.084),(5460,0,8,1599,201,45090.909,0.044),(5461,0,11,1599,201,28156.863,0.051),(5462,0,14,1599,201,31138.889,0.036),(5463,0,15,1599,201,27066.667,0.015),(5464,0,16,1599,201,30814.815,0.027),(5465,0,20,1599,201,28736.842,0.038),(5466,0,21,1599,201,30300.000,0.050),(5467,0,25,1599,201,35310.345,0.145),(5468,0,27,1599,201,25895.652,0.115),(5469,0,29,1599,201,31657.895,0.038),(5470,0,31,1599,201,31630.000,0.100),(5471,0,43,1599,201,29300.000,0.040),(5472,0,41,1599,201,34073.394,0.218),(5473,0,40,1599,201,32742.138,0.159),(5474,0,39,1599,201,19238.095,0.378),(5475,0,37,1599,201,34946.970,0.132),(5476,0,36,1599,201,32760.000,0.025),(5477,0,34,1599,201,39863.095,0.168),(5478,0,33,1599,201,24702.128,0.047),(5479,0,3,1599,203,19285.714,0.007),(5480,0,4,1599,203,21250.000,0.004),(5481,0,7,1599,203,92425.532,0.094),(5482,0,10,1599,203,86543.860,0.057),(5483,0,11,1599,203,11000.000,0.005),(5484,0,12,1599,203,31000.000,0.001),(5485,0,13,1599,203,41636.364,0.033),(5486,0,14,1599,203,28500.000,0.002),(5487,0,15,1599,203,32197.674,0.086),(5488,0,16,1599,203,96421.053,0.019),(5489,0,17,1599,203,32206.897,0.058),(5490,0,18,1599,203,35724.138,0.116),(5491,0,19,1599,203,15027.778,0.036),(5492,0,20,1599,203,12938.272,0.081),(5493,0,21,1599,203,11729.167,0.048),(5494,0,22,1599,203,15333.333,0.003),(5495,0,26,1599,203,39395.652,0.230),(5496,0,28,1599,203,27989.474,0.095),(5497,0,30,1599,203,30453.988,0.163),(5498,0,32,1599,203,12631.579,0.038),(5499,0,31,1599,203,13793.103,0.087),(5500,0,44,1599,203,12909.091,0.066),(5501,0,42,1599,203,20461.538,0.091),(5502,0,41,1599,203,33023.810,0.084),(5503,0,40,1599,203,14670.588,0.085),(5504,0,39,1599,203,14181.818,0.044),(5505,0,38,1599,203,19333.333,0.027),(5506,0,37,1599,203,15047.619,0.042),(5507,0,36,1599,203,14575.342,0.073),(5508,0,35,1599,203,13564.103,0.039),(5509,0,34,1599,203,14423.077,0.026),(5510,0,33,1599,203,20208.333,0.048),(5511,0,1,1599,137,4722.222,1.800),(5512,0,12,1599,137,5357.143,0.084),(5513,0,2,1599,17,10800.000,0.030),(5514,0,4,1599,17,16284.722,0.144),(5515,0,7,1599,17,8935.374,0.294),(5516,0,10,1599,17,12091.160,0.362),(5517,0,12,1599,17,10698.701,0.385),(5518,0,14,1599,17,12792.857,0.140),(5519,0,15,1599,17,11396.648,0.358),(5520,0,24,1599,17,14125.000,0.008),(5521,0,26,1599,17,14958.333,0.024),(5522,0,28,1599,17,9791.667,0.024),(5523,0,37,1599,17,6213.333,0.075),(5524,0,38,1599,154,17245.841,1.623),(5525,0,37,1599,154,242000.000,0.001),(5526,0,1,1599,251,3846.154,0.013),(5527,0,3,1599,251,3571.429,0.007),(5528,0,6,1599,251,3571.429,0.007),(5529,0,7,1599,251,18820.000,0.050),(5530,0,10,1599,251,18555.556,0.045),(5531,0,11,1599,251,3571.429,0.007),(5532,0,12,1599,251,18814.815,0.027),(5533,0,13,1599,251,7272.727,0.011),(5534,0,15,1599,251,3571.429,0.014),(5535,0,16,1599,251,23714.286,0.007),(5536,0,18,1599,251,25529.412,0.017),(5537,0,19,1599,251,29500.000,0.074),(5538,0,21,1599,251,3750.000,0.020),(5539,0,23,1599,251,13500.000,0.002),(5540,0,24,1599,251,2089.286,0.056),(5541,0,26,1599,251,3571.429,0.007),(5542,0,27,1599,251,5250.000,0.016),(5543,0,29,1599,251,37333.333,0.090),(5544,0,30,1599,251,27800.000,0.030),(5545,0,32,1599,251,4076.923,0.013),(5546,0,31,1599,251,27368.421,0.247),(5547,0,45,1599,251,26400.000,0.025),(5548,0,44,1599,251,26372.549,0.051),(5549,0,43,1599,251,25021.739,0.046),(5550,0,41,1599,251,3714.286,0.007),(5551,0,39,1599,251,19756.757,0.074),(5552,0,38,1599,251,19823.529,0.085),(5553,0,37,1599,251,18000.000,0.011),(5554,0,36,1599,251,13562.500,0.016),(5555,0,35,1599,251,27733.333,0.015),(5556,0,34,1599,251,21988.166,0.507),(5557,0,33,1599,251,14937.500,0.016),(5558,0,1,1599,22,17176.471,0.034),(5559,0,2,1599,22,10769.231,0.039),(5560,0,4,1599,22,13128.000,0.250),(5561,0,5,1599,22,17578.947,0.057),(5562,0,6,1599,22,25350.000,0.020),(5563,0,7,1599,22,18487.179,0.156),(5564,0,8,1599,22,14500.000,0.002),(5565,0,9,1599,22,28846.154,0.013),(5566,0,10,1599,22,15066.667,0.015),(5567,0,11,1599,22,19375.000,0.008),(5568,0,12,1599,22,17200.000,0.005),(5569,0,13,1599,22,12052.960,0.321),(5570,0,14,1599,22,9650.519,0.289),(5571,0,15,1599,22,20085.714,0.035),(5572,0,16,1599,22,44571.429,0.021),(5573,0,18,1599,22,12320.000,0.050),(5574,0,19,1599,22,44000.000,0.003),(5575,0,21,1599,22,44000.000,0.003),(5576,0,22,1599,22,18600.000,0.005),(5577,0,24,1599,22,15043.478,0.023),(5578,0,25,1599,22,17937.500,0.016),(5579,0,28,1599,22,11734.513,0.113),(5580,0,29,1599,22,13133.333,0.015),(5581,0,32,1599,22,14793.103,0.029),(5582,0,31,1599,22,19000.000,0.001),(5583,0,45,1599,22,26666.667,0.003),(5584,0,36,1599,22,18461.538,0.013),(5585,0,35,1599,22,35250.000,0.008),(5586,0,34,1599,22,47076.923,0.026),(5587,0,33,1599,22,10111.111,0.009),(5588,0,1,1599,126,16986.667,0.225),(5589,0,6,1599,126,29026.316,0.190),(5590,0,9,1599,126,13104.928,0.629),(5591,0,10,1599,126,35255.102,0.098),(5592,0,27,1599,126,31250.000,0.120),(5593,0,40,1599,126,26921.053,0.190),(5594,0,38,1599,126,60000.000,0.003),(5595,0,34,1599,126,29666.667,0.060),(5596,0,1,1599,287,3750.000,0.020),(5597,0,2,1599,287,3571.429,0.007),(5598,0,3,1599,287,3884.615,0.026),(5599,0,4,1599,287,3571.429,0.007),(5600,0,5,1599,287,3846.154,0.013),(5601,0,7,1599,287,3826.087,0.046),(5602,0,8,1599,287,3571.429,0.007),(5603,0,10,1599,287,3740.741,0.027),(5604,0,12,1599,287,3800.000,0.020),(5605,0,14,1599,287,3884.615,0.026),(5606,0,16,1599,287,32142.857,0.042),(5607,0,17,1599,287,3846.154,0.013),(5608,0,18,1599,287,57928.571,0.014),(5609,0,19,1599,287,3884.615,0.026),(5610,0,21,1599,287,3571.429,0.028),(5611,0,23,1599,287,3571.429,0.014),(5612,0,24,1599,287,3846.154,0.013),(5613,0,26,1599,287,3740.741,0.027),(5614,0,28,1599,287,29299.754,0.407),(5615,0,29,1599,287,3846.154,0.013),(5616,0,30,1599,287,3571.429,0.007),(5617,0,32,1599,287,32196.532,0.173),(5618,0,31,1599,287,3750.000,0.020),(5619,0,45,1599,287,3950.000,0.020),(5620,0,44,1599,287,3888.889,0.027),(5621,0,43,1599,287,111100.000,0.020),(5622,0,42,1599,287,3950.000,0.020),(5623,0,41,1599,287,25577.143,0.175),(5624,0,40,1599,287,3714.286,0.007),(5625,0,39,1599,287,4076.923,0.026),(5626,0,38,1599,287,3950.000,0.020),(5627,0,37,1599,287,3950.000,0.020),(5628,0,36,1599,287,40731.959,0.097),(5629,0,35,1599,287,3714.286,0.021),(5630,0,34,1599,287,3852.941,0.034),(5631,0,33,1599,287,3950.000,0.020),(5632,0,2,1599,52,3826.087,0.046),(5633,0,3,1599,52,3800.000,0.020),(5634,0,4,1599,52,3884.615,0.026),(5635,0,6,1599,52,3884.615,0.026),(5636,0,8,1599,52,3846.154,0.013),(5637,0,9,1599,52,3800.000,0.020),(5638,0,10,1599,52,3571.429,0.007),(5639,0,11,1599,52,3884.615,0.026),(5640,0,12,1599,52,3884.615,0.026),(5641,0,13,1599,52,3847.458,0.059),(5642,0,14,1599,52,3884.615,0.052),(5643,0,16,1599,52,3818.182,0.033),(5644,0,17,1599,52,3800.000,0.020),(5645,0,18,1599,52,3884.615,0.026),(5646,0,19,1599,52,3818.182,0.033),(5647,0,20,1599,52,24000.000,0.002),(5648,0,21,1599,52,3876.923,0.065),(5649,0,22,1599,52,6787.709,0.179),(5650,0,23,1599,52,3884.615,0.026),(5651,0,24,1599,52,4150.000,0.040),(5652,0,25,1599,52,3855.856,0.111),(5653,0,27,1599,52,3800.000,0.020),(5654,0,28,1599,52,3800.000,0.020),(5655,0,29,1599,52,3884.615,0.026),(5656,0,30,1599,52,3884.615,0.052),(5657,0,32,1599,52,4051.282,0.039),(5658,0,45,1599,52,4038.462,0.026),(5659,0,44,1599,52,3969.697,0.033),(5660,0,43,1599,52,3950.000,0.020),(5661,0,42,1599,52,4076.923,0.013),(5662,0,41,1599,52,4000.000,0.059),(5663,0,39,1599,52,4057.692,0.052),(5664,0,37,1599,52,4038.462,0.026),(5665,0,36,1599,52,4051.282,0.039),(5666,0,35,1599,52,4057.692,0.052),(5667,0,34,1599,52,4000.000,0.033),(5668,0,33,1599,52,4000.000,0.059),(5669,0,1,1599,56,13559.322,0.118),(5670,0,2,1599,56,15000.000,0.001),(5671,0,5,1599,56,14796.296,0.054),(5672,0,10,1599,56,10257.143,0.070),(5673,0,11,1599,56,41857.143,0.007),(5674,0,12,1599,56,36587.629,0.097),(5675,0,14,1599,56,15090.909,0.011),(5676,0,15,1599,56,16600.000,0.025),(5677,0,21,1599,56,16444.444,0.018),(5678,0,23,1599,56,15464.455,0.211),(5679,0,25,1599,56,16337.838,0.222),(5680,0,28,1599,56,11303.448,0.290),(5681,0,29,1599,56,12080.000,0.075),(5682,0,45,1599,56,65333.333,0.003),(5683,0,42,1599,56,42000.000,0.002),(5684,0,37,1599,56,7583.333,0.012),(5685,0,35,1599,56,35433.962,0.159),(5686,0,34,1599,56,18875.000,0.008),(5687,0,9,1599,23,38000.000,0.025),(5688,0,32,1599,23,8184.466,0.103),(5689,0,41,1599,23,212943.182,0.088),(5690,0,39,1599,23,4490.018,1.102),(5691,0,2,1599,179,64333.333,0.003),(5692,0,5,1599,179,32428.571,0.007),(5693,0,8,1599,179,36000.000,0.002),(5694,0,10,1599,179,22564.516,0.124),(5695,0,11,1599,179,18000.000,0.001),(5696,0,12,1599,179,16000.000,0.001),(5697,0,14,1599,179,34064.516,0.217),(5698,0,15,1599,179,60000.000,0.001),(5699,0,16,1599,179,19000.000,0.003),(5700,0,18,1599,179,39727.273,0.011),(5701,0,21,1599,179,38550.926,0.216),(5702,0,22,1599,179,20872.428,0.243),(5703,0,28,1599,179,4058.394,0.137),(5704,0,42,1599,179,18000.000,0.001),(5705,0,40,1599,179,1800.000,0.200),(5706,0,34,1599,179,20602.410,0.083),(5707,0,2,1599,139,6588.235,0.017),(5708,0,4,1599,139,8886.598,0.097),(5709,0,6,1599,139,12000.000,0.025),(5710,0,9,1599,139,15000.000,0.001),(5711,0,11,1599,139,12071.429,0.014),(5712,0,14,1599,139,13888.889,0.036),(5713,0,16,1599,139,9224.490,0.049),(5714,0,18,1599,139,11246.753,0.077),(5715,0,20,1599,139,13622.222,0.045),(5716,0,21,1599,139,22333.333,0.018),(5717,0,22,1599,139,14562.500,0.096),(5718,0,23,1599,139,10209.091,0.330),(5719,0,24,1599,139,8509.259,0.108),(5720,0,30,1599,139,12675.000,0.040),(5721,0,41,1599,139,12000.000,0.003),(5722,0,40,1599,139,12000.000,0.003),(5723,0,37,1599,139,16000.000,0.057),(5724,0,35,1599,139,3222.222,0.072),(5725,0,34,1599,139,3187.500,0.048),(5726,0,28,1599,16,28928.571,0.070),(5727,0,32,1599,16,38687.500,0.080),(5728,0,43,1599,16,34800.000,0.200),(5729,0,42,1599,16,76450.617,0.162),(5730,0,40,1599,16,31943.445,0.389),(5731,0,38,1599,16,30357.143,0.070),(5732,0,36,1599,16,31000.000,0.070),(5733,0,33,1599,16,50142.857,0.070),(5734,0,13,1599,54,7722.222,0.108),(5735,0,17,1599,54,3291.667,0.072),(5736,0,22,1599,54,7829.060,0.117),(5737,0,26,1599,54,21250.000,0.020),(5738,0,45,1599,54,9591.837,0.147),(5739,0,43,1599,54,3460.967,0.269),(5740,0,39,1599,54,5813.559,0.118),(5741,0,34,1599,54,7828.947,0.152),(5742,0,5,1599,102,19500.000,0.004),(5743,0,6,1599,102,64714.286,0.021),(5744,0,7,1599,102,13240.741,0.054),(5745,0,9,1599,102,15653.846,0.052),(5746,0,10,1599,102,62823.529,0.017),(5747,0,11,1599,102,11545.455,0.011),(5748,0,13,1599,102,12824.561,0.057),(5749,0,16,1599,102,38601.485,0.404),(5750,0,24,1599,102,6687.500,0.032),(5751,0,28,1599,102,21375.000,0.008),(5752,0,30,1599,102,13224.490,0.049),(5753,0,44,1599,102,31186.667,0.075),(5754,0,43,1599,102,17215.686,0.051),(5755,0,41,1599,102,23000.000,0.035),(5756,0,40,1599,102,36714.286,0.007),(5757,0,39,1599,102,12642.857,0.070),(5758,0,36,1599,102,50200.000,0.005),(5759,0,34,1599,102,9709.677,0.031),(5760,0,38,1599,4,43682.353,0.085),(5761,0,34,1599,4,27913.507,0.844),(5762,0,1,1599,107,3750.000,0.020),(5763,0,2,1599,107,3750.000,0.020),(5764,0,3,1599,107,3571.429,0.014),(5765,0,4,1599,107,3846.154,0.013),(5766,0,5,1599,107,3750.000,0.020),(5767,0,6,1599,107,3846.154,0.039),(5768,0,7,1599,107,3571.429,0.035),(5769,0,8,1599,107,3750.000,0.020),(5770,0,9,1599,107,3787.879,0.033),(5771,0,10,1599,107,3818.182,0.033),(5772,0,11,1599,107,3571.429,0.007),(5773,0,12,1599,107,3571.429,0.007),(5774,0,13,1599,107,3571.429,0.014),(5775,0,15,1599,107,3571.429,0.007),(5776,0,16,1599,107,3571.429,0.014),(5777,0,17,1599,107,3571.429,0.007),(5778,0,18,1599,107,3571.429,0.007),(5779,0,19,1599,107,3571.429,0.007),(5780,0,21,1599,107,3846.154,0.013),(5781,0,22,1599,107,3571.429,0.021),(5782,0,23,1599,107,3571.429,0.014),(5783,0,24,1599,107,3703.704,0.027),(5784,0,25,1599,107,3571.429,0.021),(5785,0,26,1599,107,3846.154,0.013),(5786,0,27,1599,107,3571.429,0.007),(5787,0,28,1599,107,3571.429,0.028),(5788,0,29,1599,107,3571.429,0.007),(5789,0,30,1599,107,3571.429,0.007),(5790,0,32,1599,107,3571.429,0.014),(5791,0,31,1599,107,3658.537,0.041),(5792,0,45,1599,107,3714.286,0.014),(5793,0,44,1599,107,3714.286,0.035),(5794,0,43,1599,107,3714.286,0.021),(5795,0,42,1599,107,3714.286,0.007),(5796,0,41,1599,107,3714.286,0.014),(5797,0,40,1599,107,3714.286,0.021),(5798,0,39,1599,107,3714.286,0.021),(5799,0,38,1599,107,3714.286,0.014),(5800,0,37,1599,107,3950.000,0.020),(5801,0,36,1599,107,3714.286,0.035),(5802,0,35,1599,107,3888.889,0.027),(5803,0,34,1599,107,3714.286,0.007),(5804,0,33,1599,107,3714.286,0.028),(5805,0,1,1599,252,9702.703,0.074),(5806,0,2,1599,252,7750.000,0.024),(5807,0,3,1599,252,7636.364,0.011),(5808,0,4,1599,252,14000.000,0.001),(5809,0,5,1599,252,8500.000,0.012),(5810,0,6,1599,252,25750.000,0.008),(5811,0,7,1599,252,5500.000,0.010),(5812,0,8,1599,252,8000.000,0.024),(5813,0,9,1599,252,18619.048,0.021),(5814,0,10,1599,252,6333.333,0.003),(5815,0,11,1599,252,10245.283,0.053),(5816,0,12,1599,252,19250.000,0.028),(5817,0,13,1599,252,6948.718,0.039),(5818,0,15,1599,252,39000.000,0.005),(5819,0,17,1599,252,10913.043,0.023),(5820,0,18,1599,252,17400.000,0.010),(5821,0,20,1599,252,36333.333,0.003),(5822,0,21,1599,252,13950.000,0.020),(5823,0,22,1599,252,39666.667,0.003),(5824,0,24,1599,252,10059.322,0.118),(5825,0,27,1599,252,19210.526,0.019),(5826,0,29,1599,252,51000.000,0.001),(5827,0,30,1599,252,19392.857,0.028),(5828,0,32,1599,252,27400.000,0.005),(5829,0,31,1599,252,32500.000,0.002),(5830,0,45,1599,252,9090.909,0.022),(5831,0,44,1599,252,28744.681,0.047),(5832,0,43,1599,252,8857.143,0.007),(5833,0,42,1599,252,41500.000,0.002),(5834,0,41,1599,252,20000.000,0.027),(5835,0,40,1599,252,6122.449,0.049),(5836,0,39,1599,252,6000.000,0.002),(5837,0,38,1599,252,NULL,0.000),(5838,0,37,1599,252,23434.783,0.023),(5839,0,36,1599,252,5333.333,0.006),(5840,0,35,1599,252,15714.286,0.021),(5841,0,34,1599,252,22000.000,0.025),(5842,0,33,1599,252,17769.231,0.013),(5843,0,23,1599,41,2187.420,0.779),(5844,0,5,1599,104,20233.333,0.060),(5845,0,12,1599,104,31666.667,0.006),(5846,0,24,1599,104,42545.455,0.044),(5847,0,28,1599,104,25672.727,0.055),(5848,0,32,1599,104,27607.477,0.107),(5849,0,41,1599,104,25728.261,0.092),(5850,0,40,1599,104,77772.727,0.066),(5851,0,39,1599,104,29708.520,0.223),(5852,0,38,1599,104,11000.000,0.009),(5853,0,37,1599,104,17833.333,0.090),(5854,0,34,1599,104,69823.529,0.017),(5855,0,8,1599,83,70115.385,0.026),(5856,0,15,1599,83,101916.327,0.490),(5857,0,45,1599,83,8430.000,0.100),(5858,0,23,1599,65,11059.034,0.559),(5859,0,1,1599,1,285000.000,0.003),(5860,0,3,1599,1,52583.333,0.024),(5861,0,7,1599,1,16266.667,0.030),(5862,0,11,1599,1,116000.000,0.001),(5863,0,12,1599,1,39012.048,0.083),(5864,0,18,1599,1,105500.000,0.008),(5865,0,22,1599,1,69700.000,0.010),(5866,0,23,1599,1,87545.455,0.011),(5867,0,24,1599,1,53000.000,0.009),(5868,0,25,1599,1,21875.000,0.032),(5869,0,28,1599,1,7090.909,0.033),(5870,0,29,1599,1,16787.500,0.080),(5871,0,43,1599,1,79727.273,0.011),(5872,0,42,1599,1,70000.000,0.002),(5873,0,40,1599,1,7173.913,0.023),(5874,0,39,1599,1,44088.889,0.045),(5875,0,37,1599,1,43125.000,0.024),(5876,0,36,1599,1,16120.000,0.050),(5877,0,35,1599,1,9571.429,0.049),(5878,0,34,1599,1,69666.667,0.003),(5879,0,33,1599,1,69750.000,0.004),(5880,0,14,1599,220,3571.429,0.007),(5881,0,18,1599,220,3571.429,0.007),(5882,0,20,1599,220,3571.429,0.007),(5883,0,21,1599,220,3571.429,0.007),(5884,0,23,1599,220,34327.586,0.058),(5885,0,24,1599,220,3571.429,0.007),(5886,0,25,1599,220,20063.830,0.047),(5887,0,26,1599,220,8714.286,0.021),(5888,0,27,1599,220,3571.429,0.007),(5889,0,28,1599,220,15178.571,0.028),(5890,0,29,1599,220,3571.429,0.007),(5891,0,30,1599,220,14272.727,0.077),(5892,0,32,1599,220,25820.896,0.067),(5893,0,31,1599,220,16850.000,0.040),(5894,0,45,1599,220,NULL,0.000),(5895,0,44,1599,220,15900.000,0.020),(5896,0,43,1599,220,12000.000,0.001),(5897,0,42,1599,220,6777.778,0.009),(5898,0,41,1599,220,8083.333,0.012),(5899,0,39,1599,220,11642.857,0.014),(5900,0,38,1599,220,18500.000,0.014),(5901,0,37,1599,220,3714.286,0.007),(5902,0,36,1599,220,3714.286,0.007),(5903,0,35,1599,220,11578.947,0.019),(5904,0,34,1599,220,17727.273,0.011),(5905,0,33,1599,220,3714.286,0.007),(5906,0,2,1599,152,46666.667,0.003),(5907,0,10,1599,152,14787.234,0.047),(5908,0,22,1599,152,15669.118,0.136),(5909,0,24,1599,152,52428.571,0.021),(5910,0,26,1599,152,50777.778,0.036),(5911,0,27,1599,152,43538.462,0.013),(5912,0,28,1599,152,51878.378,0.074),(5913,0,32,1599,152,48666.667,0.003),(5914,0,31,1599,152,18500.000,0.004),(5915,0,45,1599,152,50444.444,0.009),(5916,0,43,1599,152,48625.000,0.008),(5917,0,42,1599,152,28500.000,0.002),(5918,0,41,1599,152,65636.364,0.011),(5919,0,40,1599,152,13000.000,0.002),(5920,0,39,1599,152,50982.456,0.057),(5921,0,38,1599,152,47375.000,0.008),(5922,0,37,1599,152,50263.158,0.019),(5923,0,36,1599,152,51240.000,0.025),(5924,0,35,1599,152,22466.667,0.015),(5925,0,34,1599,152,18200.000,0.005),(5926,0,33,1599,152,40000.000,0.005),(5927,0,2,1599,118,37166.667,0.006),(5928,0,3,1599,118,23280.000,0.075),(5929,0,4,1599,118,19429.688,0.128),(5930,0,10,1599,118,28000.000,0.009),(5931,0,11,1599,118,687.500,0.016),(5932,0,15,1599,118,16666.667,0.012),(5933,0,18,1599,118,35545.455,0.220),(5934,0,40,1599,118,25250.000,0.036),(5935,0,13,1599,157,36429.043,0.303),(5936,0,14,1599,157,3800.000,0.020),(5937,0,16,1599,157,3571.429,0.007),(5938,0,17,1599,157,3846.154,0.013),(5939,0,24,1599,157,3571.429,0.007),(5940,0,26,1599,157,3571.429,0.007),(5941,0,27,1599,157,3571.429,0.007),(5942,0,28,1599,157,3571.429,0.007),(5943,0,30,1599,157,3571.429,0.007),(5944,0,32,1599,157,3800.000,0.020),(5945,0,31,1599,157,41850.000,0.020),(5946,0,44,1599,157,3714.286,0.007),(5947,0,43,1599,157,3714.286,0.007),(5948,0,42,1599,157,4076.923,0.013),(5949,0,41,1599,157,3714.286,0.007),(5950,0,39,1599,157,3714.286,0.014),(5951,0,38,1599,157,3714.286,0.007),(5952,0,36,1599,157,3714.286,0.007),(5953,0,33,1599,157,3714.286,0.007),(5954,0,5,1599,173,3571.429,0.007),(5955,0,7,1599,173,3871.795,0.039),(5956,0,21,1599,173,3750.000,0.020),(5957,0,23,1599,173,3571.429,0.021),(5958,0,26,1599,173,3846.154,0.013),(5959,0,29,1599,173,3846.154,0.013),(5960,0,30,1599,173,3571.429,0.007),(5961,0,31,1599,173,3703.704,0.027),(5962,0,45,1599,173,4076.923,0.013),(5963,0,44,1599,173,3714.286,0.014),(5964,0,43,1599,173,3950.000,0.020),(5965,0,42,1599,173,3714.286,0.007),(5966,0,41,1599,173,3714.286,0.007),(5967,0,40,1599,173,4076.923,0.026),(5968,0,39,1599,173,4000.000,0.033),(5969,0,37,1599,173,4076.923,0.013),(5970,0,36,1599,173,4076.923,0.013),(5971,0,3,1599,120,20125.000,0.008),(5972,0,5,1599,120,20950.000,0.020),(5973,0,8,1599,120,11538.462,0.013),(5974,0,10,1599,120,18300.000,0.010),(5975,0,11,1599,120,28588.235,0.034),(5976,0,13,1599,120,9500.000,0.006),(5977,0,14,1599,120,18000.000,0.007),(5978,0,16,1599,120,NULL,0.000),(5979,0,19,1599,120,21000.000,0.006),(5980,0,22,1599,120,26761.905,0.021),(5981,0,24,1599,120,17714.286,0.014),(5982,0,26,1599,120,15500.000,0.044),(5983,0,28,1599,120,23500.000,0.014),(5984,0,29,1599,120,25250.000,0.004),(5985,0,31,1599,120,13325.581,0.043),(5986,0,45,1599,120,71000.000,0.001),(5987,0,44,1599,120,14500.000,0.008),(5988,0,41,1599,120,66500.000,0.002),(5989,0,40,1599,120,20333.333,0.009),(5990,0,37,1599,120,23000.000,0.012),(5991,0,34,1599,120,12875.000,0.008),(5992,0,33,1599,120,13333.333,0.003),(5993,0,4,1599,253,3545.455,0.011),(5994,0,7,1599,253,11294.118,0.017),(5995,0,9,1599,253,27461.538,0.013),(5996,0,11,1599,253,19400.000,0.010),(5997,0,14,1599,253,43000.000,0.002),(5998,0,17,1599,253,40000.000,0.004),(5999,0,18,1599,253,19809.524,0.021),(6000,0,19,1599,253,23000.000,0.003),(6001,0,22,1599,253,34000.000,0.005),(6002,0,24,1599,253,24500.000,0.002),(6003,0,26,1599,253,37800.000,0.005),(6004,0,29,1599,253,17555.556,0.009),(6005,0,44,1599,253,19090.909,0.011),(6006,0,41,1599,253,18700.000,0.020),(6007,0,40,1599,253,19347.826,0.092),(6008,0,39,1599,253,17900.000,0.010),(6009,0,38,1599,253,30000.000,0.007),(6010,0,36,1599,253,20000.000,0.009),(6011,0,35,1599,253,29785.714,0.014),(6012,0,34,1599,253,11000.000,0.001),(6013,0,26,1599,106,22596.154,0.260),(6014,0,3,1599,145,21074.074,0.081),(6015,0,6,1599,145,28407.407,0.081),(6016,0,9,1599,145,33442.857,0.070),(6017,0,44,1599,145,16535.714,0.028),(6018,0,20,1599,176,54454.545,0.011),(6019,0,29,1599,176,19794.393,0.107),(6020,0,41,1599,176,21580.882,0.136),(6021,0,1,1599,248,3571.429,0.007),(6022,0,2,1599,248,3571.429,0.007),(6023,0,3,1599,248,3571.429,0.007),(6024,0,4,1599,248,3571.429,0.007),(6025,0,6,1599,248,3571.429,0.007),(6026,0,7,1599,248,3571.429,0.007),(6027,0,8,1599,248,3571.429,0.007),(6028,0,10,1599,248,3571.429,0.007),(6029,0,11,1599,248,3571.429,0.007),(6030,0,12,1599,248,3571.429,0.007),(6031,0,14,1599,248,3571.429,0.007),(6032,0,15,1599,248,3571.429,0.014),(6033,0,18,1599,248,3846.154,0.013),(6034,0,21,1599,248,3571.429,0.007),(6035,0,23,1599,248,3571.429,0.007),(6036,0,24,1599,248,3571.429,0.007),(6037,0,25,1599,248,3571.429,0.007),(6038,0,26,1599,248,3571.429,0.007),(6039,0,27,1599,248,3571.429,0.007),(6040,0,28,1599,248,3571.429,0.007),(6041,0,30,1599,248,3571.429,0.007),(6042,0,31,1599,248,3571.429,0.007),(6043,0,45,1599,248,3714.286,0.007),(6044,0,44,1599,248,3714.286,0.007),(6045,0,43,1599,248,3714.286,0.007),(6046,0,42,1599,248,3714.286,0.007),(6047,0,41,1599,248,3714.286,0.007),(6048,0,40,1599,248,3714.286,0.007),(6049,0,38,1599,248,3714.286,0.007),(6050,0,35,1599,248,4076.923,0.013),(6051,0,34,1599,248,3714.286,0.007),(6052,0,33,1599,248,3714.286,0.007),(6053,0,10,1599,163,52000.000,0.003),(6054,0,28,1599,163,21000.000,0.002),(6055,0,30,1599,163,29000.000,0.050),(6056,0,34,1599,163,21222.892,0.166),(6057,0,11,1599,9,13636.364,0.220),(6058,0,3,1599,85,12913.043,0.046),(6059,0,16,1599,85,25680.000,0.100),(6060,0,35,1599,85,33825.000,0.040),(6061,0,16,1599,26,33625.000,0.008),(6062,0,19,1599,26,11529.412,0.034),(6063,0,22,1599,26,1769.231,0.026),(6064,0,24,1599,26,11947.368,0.038),(6065,0,30,1599,26,25200.000,0.010),(6066,0,32,1599,26,33307.692,0.013),(6067,0,44,1599,26,NULL,0.000),(6068,0,43,1599,26,60666.667,0.003),(6069,0,41,1599,26,50500.000,0.002),(6070,0,40,1599,26,11486.486,0.037),(6071,0,36,1599,26,30400.000,0.010),(6072,0,22,1599,275,28444.444,0.018),(6073,0,37,1599,275,25740.000,0.150),(6074,0,12,1599,18,353875.000,0.024),(6075,0,24,1599,18,50920.000,0.100),(6076,0,1,1599,172,77500.000,0.002),(6077,0,7,1599,172,89500.000,0.002),(6078,0,22,1599,172,3800.000,0.020),(6079,0,26,1599,172,3571.429,0.007),(6080,0,28,1599,172,24062.500,0.032),(6081,0,31,1599,172,3571.429,0.007),(6082,0,45,1599,172,3714.286,0.007),(6083,0,44,1599,172,3714.286,0.007),(6084,0,42,1599,172,3714.286,0.007),(6085,0,39,1599,172,4076.923,0.013),(6086,0,36,1599,172,3714.286,0.007),(6087,0,34,1599,172,3714.286,0.007),(6088,0,17,1599,53,4444.444,0.108),(6089,0,22,1599,101,15351.351,0.037),(6090,0,27,1599,101,17304.348,0.023),(6091,0,29,1599,101,5000.000,0.001),(6092,0,31,1599,101,52500.000,0.004),(6093,0,45,1599,101,32500.000,0.006),(6094,0,42,1599,101,51000.000,0.002),(6095,0,40,1599,101,51000.000,0.001),(6096,0,38,1599,101,21500.000,0.008),(6097,0,37,1599,101,42750.000,0.004),(6098,0,35,1599,101,43000.000,0.001),(6099,0,34,1599,101,70600.000,0.005),(6100,0,33,1599,101,39000.000,0.001),(6101,0,30,1599,217,11028.571,0.035),(6102,0,31,1599,217,12625.000,0.024),(6103,0,39,1599,217,24066.667,0.015),(6104,0,36,1599,217,22000.000,0.013),(6105,0,8,1599,184,38646.341,0.082),(6106,0,38,1599,288,39500.000,0.040),(6107,0,33,1599,288,37285.714,0.035),(6108,0,12,1599,171,237892.308,0.065),(6109,0,41,1599,7,3222.222,0.045),(6110,0,39,1599,7,8125.000,0.008),(6111,0,37,1599,7,9545.455,0.011),(6112,0,22,1599,170,52016.667,0.060),(6113,0,5,1599,88,9612.245,0.049),(6114,0,18,1599,147,58170.213,0.047),(6115,0,31,1599,129,211952.381,0.042),(6116,0,7,1599,127,46333.333,0.003),(6117,0,12,1599,127,25166.667,0.018),(6118,0,44,1599,127,13500.000,0.016),(6119,0,41,1599,6,11000.000,0.003),(6120,0,39,1599,6,12111.111,0.027),(6121,0,4,1599,114,3571.429,0.007),(6122,0,12,1599,114,3571.429,0.007),(6123,0,25,1599,114,20272.727,0.011),(6124,0,6,1599,131,17600.000,0.015),(6125,0,13,1599,131,49333.333,0.003),(6126,0,35,1599,116,17700.000,0.010),(6127,0,11,1599,36,100.000,0.010),(6128,0,22,1599,224,40500.000,0.002),(6129,0,25,1599,224,32500.000,0.002),(6130,0,29,1599,224,24750.000,0.004),(6131,0,40,1599,158,12571.429,0.007),(6132,0,39,1599,250,97000.000,0.001),(6133,0,39,1599,111,109000.000,0.001),(6134,0,39,1599,125,97000.000,0.001),(6135,0,40,1599,15,NULL,0.000),(6136,0,40,1599,27,NULL,0.000),(6137,0,42,1599,100,NULL,0.000),(6138,1,1,1599,20,8522.826,137.715),(6139,1,2,1599,20,9118.358,126.717),(6140,1,3,1599,20,8665.240,154.729),(6141,1,4,1599,20,9466.166,72.723),(6142,1,5,1599,20,8870.440,101.212),(6143,1,6,1599,20,9001.115,140.847),(6144,1,7,1599,20,8138.141,61.343),(6145,1,8,1599,20,8706.869,120.465),(6146,1,9,1599,20,9044.714,113.387),(6147,1,10,1599,20,9247.310,151.482),(6148,1,11,1599,20,9862.367,116.314),(6149,1,12,1599,20,9627.209,113.048),(6150,1,13,1599,20,10500.640,139.082),(6151,1,14,1599,20,10217.793,112.942),(6152,1,15,1599,20,10847.594,97.936),(6153,1,16,1599,20,10878.668,63.619),(6154,1,17,1599,20,10290.841,143.096),(6155,1,18,1599,20,10606.129,110.549),(6156,1,19,1599,20,10593.981,21.264),(6157,1,20,1599,20,9626.358,137.663),(6158,1,21,1599,20,9378.881,146.998),(6159,1,22,1599,20,9396.832,149.542),(6160,1,23,1599,20,9050.732,161.740),(6161,1,24,1599,20,9223.731,115.165),(6162,1,25,1599,20,9714.568,134.688),(6163,1,26,1599,20,9828.770,122.163),(6164,1,27,1599,20,9425.292,117.263),(6165,1,28,1599,20,8936.722,130.866),(6166,1,29,1599,20,9753.619,118.260),(6167,1,30,1599,20,9556.757,118.585),(6168,1,31,1599,20,9784.551,130.444),(6169,1,32,1599,20,9660.351,29.477),(6170,1,33,1599,20,9126.032,136.049),(6171,1,34,1599,20,8643.682,133.120),(6172,1,35,1599,20,8997.414,79.736),(6173,1,36,1599,20,8457.483,100.938),(6174,1,37,1599,20,9141.807,110.643),(6175,1,38,1599,20,9445.199,118.765),(6176,1,39,1599,20,9738.513,101.068),(6177,1,40,1599,20,9477.947,120.371),(6178,1,41,1599,20,9138.176,92.326),(6179,1,42,1599,20,9148.189,117.445),(6180,1,43,1599,20,9884.410,70.126),(6181,1,44,1599,20,10179.003,102.680),(6182,1,45,1599,20,9589.862,163.852),(6183,1,1,1599,178,9727.011,74.069),(6184,1,2,1599,178,9469.272,96.002),(6185,1,3,1599,178,8717.041,101.772),(6186,1,4,1599,178,8969.864,68.472),(6187,1,5,1599,178,8102.338,133.254),(6188,1,6,1599,178,8684.118,95.754),(6189,1,7,1599,178,8438.159,114.753),(6190,1,8,1599,178,9737.937,92.087),(6191,1,9,1599,178,10915.445,107.941),(6192,1,10,1599,178,11575.054,89.661),(6193,1,11,1599,178,10381.079,97.730),(6194,1,12,1599,178,9798.716,122.389),(6195,1,13,1599,178,9710.758,63.995),(6196,1,14,1599,178,8658.961,102.349),(6197,1,15,1599,178,9313.709,71.885),(6198,1,16,1599,178,8727.265,116.846),(6199,1,17,1599,178,8499.459,72.953),(6200,1,18,1599,178,8747.417,88.549),(6201,1,19,1599,178,9322.692,69.633),(6202,1,20,1599,178,9581.902,111.776),(6203,1,21,1599,178,10919.345,67.770),(6204,1,22,1599,178,10927.184,125.954),(6205,1,23,1599,178,10061.908,91.862),(6206,1,24,1599,178,9465.198,104.972),(6207,1,25,1599,178,9172.896,63.067),(6208,1,26,1599,178,8641.867,88.661),(6209,1,27,1599,178,8956.111,76.511),(6210,1,28,1599,178,8355.726,77.093),(6211,1,29,1599,178,8307.462,85.256),(6212,1,30,1599,178,8835.106,94.406),(6213,1,31,1599,178,9130.823,83.135),(6214,1,32,1599,178,9245.687,73.211),(6215,1,33,1599,178,10041.742,101.696),(6216,1,34,1599,178,10314.042,128.696),(6217,1,35,1599,178,9909.246,98.784),(6218,1,36,1599,178,9093.592,88.193),(6219,1,37,1599,178,8530.571,91.916),(6220,1,38,1599,178,9349.896,81.953),(6221,1,39,1599,178,8723.925,125.495),(6222,1,40,1599,178,9024.871,88.577),(6223,1,41,1599,178,8943.160,68.737),(6224,1,42,1599,178,8524.375,118.463),(6225,1,43,1599,178,8856.914,121.018),(6226,1,44,1599,178,9032.528,103.666),(6227,1,45,1599,178,9445.456,104.841),(6228,1,1,1599,48,10542.964,83.034),(6229,1,2,1599,48,11722.227,85.678),(6230,1,3,1599,48,11478.336,50.983),(6231,1,4,1599,48,11058.208,60.164),(6232,1,5,1599,48,10458.793,63.218),(6233,1,6,1599,48,10504.709,59.678),(6234,1,7,1599,48,9969.599,78.491),(6235,1,8,1599,48,10777.978,72.612),(6236,1,9,1599,48,10002.055,65.690),(6237,1,10,1599,48,10700.198,83.335),(6238,1,11,1599,48,11023.569,108.023),(6239,1,12,1599,48,12059.449,82.794),(6240,1,13,1599,48,11848.085,90.603),(6241,1,14,1599,48,11627.466,73.196),(6242,1,15,1599,48,11477.758,70.249),(6243,1,16,1599,48,9504.828,116.349),(6244,1,17,1599,48,10715.579,68.418),(6245,1,18,1599,48,10703.657,79.155),(6246,1,19,1599,48,11052.760,68.575),(6247,1,20,1599,48,10912.869,45.483),(6248,1,21,1599,48,10711.263,91.173),(6249,1,22,1599,48,11160.271,98.689),(6250,1,23,1599,48,11495.006,93.415),(6251,1,24,1599,48,12340.721,91.685),(6252,1,25,1599,48,11894.826,92.238),(6253,1,26,1599,48,11090.255,100.749),(6254,1,27,1599,48,11449.528,70.967),(6255,1,28,1599,48,10730.083,66.224),(6256,1,29,1599,48,11184.951,62.795),(6257,1,30,1599,48,10637.343,91.223),(6258,1,31,1599,48,11724.490,97.619),(6259,1,32,1599,48,11525.143,66.142),(6260,1,33,1599,48,12828.829,54.784),(6261,1,34,1599,48,13240.838,109.123),(6262,1,35,1599,48,12131.776,93.492),(6263,1,36,1599,48,12292.597,109.321),(6264,1,37,1599,48,13223.436,84.095),(6265,1,38,1599,48,12557.078,81.437),(6266,1,39,1599,48,14093.400,50.600),(6267,1,40,1599,48,12626.267,67.267),(6268,1,41,1599,48,12570.291,73.808),(6269,1,42,1599,48,13048.484,87.796),(6270,1,43,1599,48,12802.867,72.408),(6271,1,44,1599,48,12550.593,70.237),(6272,1,45,1599,48,12561.647,78.090),(6273,1,1,1599,131,5096.559,119.087),(6274,1,2,1599,131,4968.728,41.552),(6275,1,3,1599,131,4598.520,85.375),(6276,1,4,1599,131,4650.063,119.233),(6277,1,5,1599,131,4504.459,125.253),(6278,1,6,1599,131,5004.277,95.158),(6279,1,7,1599,131,5973.931,56.386),(6280,1,8,1599,131,5208.060,102.337),(6281,1,9,1599,131,5990.244,59.963),(6282,1,10,1599,131,6540.729,63.886),(6283,1,11,1599,131,7434.001,41.667),(6284,1,12,1599,131,7630.898,42.293),(6285,1,13,1599,131,6761.412,81.955),(6286,1,14,1599,131,6065.783,66.131),(6287,1,15,1599,131,6022.879,58.165),(6288,1,16,1599,131,5300.963,107.332),(6289,1,17,1599,131,4932.953,57.676),(6290,1,18,1599,131,5233.719,94.648),(6291,1,19,1599,131,5118.964,90.712),(6292,1,20,1599,131,4593.825,90.589),(6293,1,21,1599,131,4793.029,93.617),(6294,1,22,1599,131,4840.478,46.405),(6295,1,23,1599,131,4887.927,38.188),(6296,1,24,1599,131,4935.376,95.289),(6297,1,25,1599,131,5448.238,79.092),(6298,1,26,1599,131,5228.005,83.371),(6299,1,27,1599,131,5107.884,108.088),(6300,1,28,1599,131,5206.819,67.997),(6301,1,29,1599,131,6000.990,58.501),(6302,1,30,1599,131,5381.766,100.559),(6303,1,31,1599,131,5923.529,60.302),(6304,1,32,1599,131,5460.990,98.702),(6305,1,33,1599,131,5532.154,115.012),(6306,1,34,1599,131,6399.498,51.090),(6307,1,35,1599,131,6193.648,73.622),(6308,1,36,1599,131,6973.604,55.359),(6309,1,37,1599,131,6660.287,70.252),(6310,1,38,1599,131,7202.503,37.500),(6311,1,39,1599,131,6797.061,46.563),(6312,1,40,1599,131,6227.133,89.648),(6313,1,41,1599,131,6364.846,51.498),(6314,1,42,1599,131,5643.888,101.676),(6315,1,43,1599,131,5803.055,101.771),(6316,1,44,1599,131,6105.877,53.259),(6317,1,45,1599,131,5937.367,33.037),(6318,1,1,1599,59,7079.813,76.191),(6319,1,2,1599,59,7245.933,67.786),(6320,1,3,1599,59,6636.849,96.219),(6321,1,4,1599,59,6149.495,88.986),(6322,1,5,1599,59,6581.145,56.613),(6323,1,6,1599,59,5909.279,77.857),(6324,1,7,1599,59,6311.237,56.918),(6325,1,8,1599,59,6753.854,67.846),(6326,1,9,1599,59,7520.638,51.726),(6327,1,10,1599,59,7991.132,67.042),(6328,1,11,1599,59,7476.524,102.298),(6329,1,12,1599,59,8164.676,92.434),(6330,1,13,1599,59,8034.411,119.505),(6331,1,14,1599,59,8982.497,48.809),(6332,1,15,1599,59,8898.961,67.423),(6333,1,16,1599,59,8746.858,98.992),(6334,1,17,1599,59,8522.477,70.650),(6335,1,18,1599,59,8722.579,52.110),(6336,1,19,1599,59,7786.604,60.554),(6337,1,20,1599,59,7829.750,38.837),(6338,1,21,1599,59,7992.730,95.649),(6339,1,22,1599,59,7403.238,101.600),(6340,1,23,1599,59,7244.542,103.267),(6341,1,24,1599,59,7257.432,54.636),(6342,1,25,1599,59,8068.381,66.510),(6343,1,26,1599,59,7483.508,85.814),(6344,1,27,1599,59,6865.652,79.083),(6345,1,28,1599,59,6543.861,66.175),(6346,1,29,1599,59,6895.503,36.251),(6347,1,30,1599,59,6459.451,62.936),(6348,1,31,1599,59,6570.227,37.215),(6349,1,32,1599,59,7067.042,51.654),(6350,1,33,1599,59,6719.932,50.427),(6351,1,34,1599,59,6260.999,77.239),(6352,1,35,1599,59,6860.714,81.553),(6353,1,36,1599,59,7117.496,92.837),(6354,1,37,1599,59,7064.437,87.558),(6355,1,38,1599,59,7507.850,65.354),(6356,1,39,1599,59,7092.843,50.095),(6357,1,40,1599,59,6866.891,58.824),(6358,1,41,1599,59,6572.971,82.395),(6359,1,42,1599,59,7455.239,57.369),(6360,1,43,1599,59,7218.496,32.503),(6361,1,44,1599,59,6766.739,39.520),(6362,1,45,1599,59,6534.695,63.468),(6363,1,1,1599,81,8331.496,50.625),(6364,1,2,1599,81,7682.159,38.859),(6365,1,3,1599,81,6995.442,41.025),(6366,1,4,1599,81,7628.554,27.743),(6367,1,5,1599,81,8239.863,34.527),(6368,1,6,1599,81,8544.002,44.066),(6369,1,7,1599,81,8671.797,39.244),(6370,1,8,1599,81,8748.319,55.316),(6371,1,9,1599,81,9572.101,38.855),(6372,1,10,1599,81,8611.198,51.988),(6373,1,11,1599,81,7257.239,78.311),(6374,1,12,1599,81,8540.850,46.013),(6375,1,13,1599,81,8936.162,38.041),(6376,1,14,1599,81,8531.443,49.360),(6377,1,15,1599,81,9059.861,61.760),(6378,1,16,1599,81,9061.300,41.468),(6379,1,17,1599,81,8879.887,48.671),(6380,1,18,1599,81,9657.291,29.614),(6381,1,19,1599,81,8815.430,42.488),(6382,1,20,1599,81,8682.205,54.941),(6383,1,21,1599,81,9679.253,45.447),(6384,1,22,1599,81,9932.178,39.766),(6385,1,23,1599,81,8926.189,50.624),(6386,1,24,1599,81,9422.791,43.805),(6387,1,25,1599,81,7815.758,62.262),(6388,1,26,1599,81,9211.252,46.697),(6389,1,27,1599,81,9041.926,68.526),(6390,1,28,1599,81,8964.408,42.004),(6391,1,29,1599,81,8727.164,39.848),(6392,1,30,1599,81,9745.440,45.015),(6393,1,31,1599,81,10010.430,35.091),(6394,1,32,1599,81,9980.457,37.712),(6395,1,33,1599,81,10535.374,55.464),(6396,1,34,1599,81,10570.901,33.554),(6397,1,35,1599,81,10210.459,47.685),(6398,1,36,1599,81,11010.582,28.894),(6399,1,37,1599,81,9753.429,40.613),(6400,1,38,1599,81,9944.298,732.917),(6401,1,39,1599,81,10135.168,47.563),(6402,1,40,1599,81,10787.871,30.637),(6403,1,41,1599,81,11125.812,49.890),(6404,1,42,1599,81,10862.898,46.440),(6405,1,43,1599,81,10074.652,49.711),(6406,1,44,1599,81,10735.861,39.411),(6407,1,45,1599,81,11538.134,32.749),(6408,1,1,1599,107,10561.939,33.055),(6409,1,2,1599,107,11922.214,12.213),(6410,1,3,1599,107,12319.016,10.733),(6411,1,4,1599,107,13591.109,12.154),(6412,1,5,1599,107,13443.279,8.868),(6413,1,6,1599,107,12856.059,12.123),(6414,1,7,1599,107,10150.912,23.798),(6415,1,8,1599,107,12221.281,16.741),(6416,1,9,1599,107,12040.434,16.648),(6417,1,10,1599,107,14093.296,21.330),(6418,1,11,1599,107,14117.065,17.691),(6419,1,12,1599,107,14487.879,17.408),(6420,1,13,1599,107,13648.629,17.796),(6421,1,14,1599,107,13532.431,15.448),(6422,1,15,1599,107,13431.218,14.850),(6423,1,16,1599,107,12176.109,23.148),(6424,1,17,1599,107,10098.576,26.702),(6425,1,18,1599,107,8954.475,23.467),(6426,1,19,1599,107,6815.172,46.982),(6427,1,20,1599,107,6464.014,25.029),(6428,1,21,1599,107,5593.508,35.207),(6429,1,22,1599,107,5621.310,23.912),(6430,1,23,1599,107,5733.808,53.772),(6431,1,24,1599,107,6088.827,50.827),(6432,1,25,1599,107,7356.880,44.196),(6433,1,26,1599,107,9545.654,24.220),(6434,1,27,1599,107,10691.623,24.126),(6435,1,28,1599,107,10895.618,24.381),(6436,1,29,1599,107,12397.697,17.375),(6437,1,30,1599,107,12390.112,13.450),(6438,1,31,1599,107,11494.286,23.537),(6439,1,32,1599,107,9807.783,17.930),(6440,1,33,1599,107,10490.848,19.558),(6441,1,34,1599,107,11073.619,28.104),(6442,1,35,1599,107,11647.951,15.950),(6443,1,36,1599,107,10007.330,35.604),(6444,1,37,1599,107,10130.052,17.417),(6445,1,38,1599,107,8767.417,27.663),(6446,1,39,1599,107,8038.587,26.123),(6447,1,40,1599,107,8991.429,22.401),(6448,1,41,1599,107,11363.562,20.371),(6449,1,42,1599,107,11038.157,30.222),(6450,1,43,1599,107,12827.816,11.131),(6451,1,44,1599,107,13404.415,16.216),(6452,1,45,1599,107,12835.330,11.101),(6453,1,1,1599,2,6787.581,61.534),(6454,1,2,1599,2,6649.592,21.552),(6455,1,3,1599,2,6305.157,16.503),(6456,1,4,1599,2,6265.326,11.386),(6457,1,5,1599,2,6328.386,22.772),(6458,1,6,1599,2,6600.961,32.894),(6459,1,7,1599,2,6529.698,39.632),(6460,1,8,1599,2,6884.082,33.377),(6461,1,9,1599,2,6711.115,10.949),(6462,1,10,1599,2,6581.686,37.632),(6463,1,11,1599,2,6454.927,10.949),(6464,1,12,1599,2,6709.932,16.079),(6465,1,13,1599,2,6459.233,16.079),(6466,1,14,1599,2,6122.832,26.597),(6467,1,15,1599,2,6354.225,27.028),(6468,1,16,1599,2,6424.673,28.290),(6469,1,17,1599,2,6262.774,5.891),(6470,1,18,1599,2,6743.238,10.574),(6471,1,19,1599,2,6597.083,20.982),(6472,1,20,1599,2,6280.546,22.335),(6473,1,21,1599,2,5678.104,44.735),(6474,1,22,1599,2,5579.736,16.423),(6475,1,23,1599,2,5596.639,5.474),(6476,1,24,1599,2,5689.624,27.370),(6477,1,25,1599,2,5829.543,21.325),(6478,1,26,1599,2,5777.737,16.422),(6479,1,27,1599,2,5937.492,15.918),(6480,1,28,1599,2,6089.262,NULL),(6481,1,29,1599,2,6241.032,4.982),(6482,1,30,1599,2,6392.802,16.422),(6483,1,31,1599,2,6544.572,NULL),(6484,1,32,1599,2,6696.342,9.840),(6485,1,33,1599,2,5931.778,21.342),(6486,1,34,1599,2,5949.397,10.948),(6487,1,35,1599,2,6074.900,10.948),(6488,1,36,1599,2,6232.192,31.362),(6489,1,37,1599,2,6330.261,5.208),(6490,1,38,1599,2,6469.470,15.624),(6491,1,39,1599,2,6842.742,20.832),(6492,1,40,1599,2,7351.315,4.920),(6493,1,41,1599,2,7394.040,15.336),(6494,1,42,1599,2,7112.247,0.002),(6495,1,43,1599,2,7201.649,10.416),(6496,1,44,1599,2,7626.491,20.852),(6497,1,45,1599,2,7494.516,15.318),(6498,1,1,1599,235,3640.030,18.571),(6499,1,2,1599,235,3502.154,14.390),(6500,1,3,1599,235,4849.206,0.756),(6501,1,4,1599,235,3562.321,35.670),(6502,1,5,1599,235,3546.727,10.861),(6503,1,6,1599,235,4392.556,5.105),(6504,1,7,1599,235,4354.159,5.794),(6505,1,8,1599,235,3783.129,19.288),(6506,1,9,1599,235,4332.530,2.075),(6507,1,10,1599,235,4368.385,1.455),(6508,1,11,1599,235,5323.848,0.738),(6509,1,12,1599,235,3681.018,41.181),(6510,1,13,1599,235,3369.533,43.739),(6511,1,14,1599,235,3490.148,36.542),(6512,1,15,1599,235,3632.655,18.435),(6513,1,16,1599,235,3947.675,15.289),(6514,1,17,1599,235,3556.138,36.998),(6515,1,18,1599,235,5854.739,2.912),(6516,1,19,1599,235,6699.726,2.188),(6517,1,20,1599,235,3688.294,17.879),(6518,1,21,1599,235,3951.067,9.748),(6519,1,22,1599,235,3663.493,19.328),(6520,1,23,1599,235,5601.372,3.936),(6521,1,24,1599,235,3656.327,28.661),(6522,1,25,1599,235,4238.798,9.954),(6523,1,26,1599,235,3172.586,35.843),(6524,1,27,1599,235,3572.981,15.456),(6525,1,28,1599,235,4043.056,16.978),(6526,1,29,1599,235,5410.911,4.546),(6527,1,30,1599,235,3543.610,17.989),(6528,1,31,1599,235,6072.785,6.004),(6529,1,32,1599,235,2814.821,5.870),(6530,1,45,1599,235,5470.341,1.905),(6531,1,44,1599,235,4284.121,17.489),(6532,1,43,1599,235,3949.265,5.440),(6533,1,42,1599,235,4042.590,16.553),(6534,1,41,1599,235,4887.817,2.799),(6535,1,40,1599,235,5247.323,0.934),(6536,1,39,1599,235,4428.620,38.267),(6537,1,38,1599,235,4387.816,6.681),(6538,1,37,1599,235,4276.961,21.364),(6539,1,36,1599,235,3950.535,1.961),(6540,1,35,1599,235,4045.224,26.181),(6541,1,34,1599,235,6418.494,2.098),(6542,1,33,1599,235,3570.608,32.567),(6543,1,1,1599,43,34559.432,16.254),(6544,1,2,1599,43,34659.155,13.091),(6545,1,3,1599,43,34745.050,10.908),(6546,1,4,1599,43,34640.945,9.862),(6547,1,5,1599,43,35111.152,10.940),(6548,1,6,1599,43,35541.592,8.944),(6549,1,7,1599,43,35566.279,8.072),(6550,1,8,1599,43,35430.858,6.559),(6551,1,9,1599,43,34818.182,8.712),(6552,1,10,1599,43,34860.545,12.011),(6553,1,11,1599,43,34618.356,14.600),(6554,1,12,1599,43,34509.574,16.033),(6555,1,13,1599,43,34448.317,19.339),(6556,1,14,1599,43,34679.993,15.909),(6557,1,15,1599,43,34370.444,15.584),(6558,1,16,1599,43,34473.935,13.869),(6559,1,17,1599,43,33726.308,11.486),(6560,1,18,1599,43,30212.228,13.136),(6561,1,19,1599,43,34966.942,8.712),(6562,1,20,1599,43,35022.949,7.277),(6563,1,21,1599,43,34718.078,11.943),(6564,1,22,1599,43,33399.550,16.904),(6565,1,23,1599,43,30093.794,16.763),(6566,1,24,1599,43,25065.801,34.118),(6567,1,25,1599,43,18891.095,24.174),(6568,1,26,1599,43,14148.046,18.393),(6569,1,27,1599,43,13840.755,20.302),(6570,1,28,1599,43,14403.700,16.921),(6571,1,29,1599,43,14842.392,13.597),(6572,1,30,1599,43,15828.087,10.802),(6573,1,31,1599,43,15958.456,9.869),(6574,1,32,1599,43,17371.136,9.714),(6575,1,33,1599,43,15955.901,13.515),(6576,1,34,1599,43,15936.591,17.742),(6577,1,35,1599,43,14895.843,19.064),(6578,1,36,1599,43,15358.733,29.777),(6579,1,37,1599,43,16408.176,22.946),(6580,1,38,1599,43,17158.800,19.100),(6581,1,39,1599,43,17402.220,19.283),(6582,1,40,1599,43,17434.902,18.126),(6583,1,41,1599,43,18724.453,13.671),(6584,1,42,1599,43,19396.515,12.509),(6585,1,43,1599,43,19204.844,9.827),(6586,1,44,1599,43,21052.824,12.490),(6587,1,45,1599,43,21065.165,13.811),(6588,1,1,1599,13,3874.019,14.018),(6589,1,2,1599,13,2787.040,12.392),(6590,1,3,1599,13,51772.727,0.044),(6591,1,4,1599,13,3536.301,19.008),(6592,1,5,1599,13,2135.693,17.407),(6593,1,6,1599,13,5893.720,0.207),(6594,1,7,1599,13,3932.797,3.482),(6595,1,8,1599,13,4115.239,38.442),(6596,1,10,1599,13,3700.667,3.000),(6597,1,11,1599,13,7031.818,0.220),(6598,1,13,1599,13,3995.895,3.654),(6599,1,14,1599,13,15710.084,0.238),(6600,1,15,1599,13,3665.582,9.216),(6601,1,16,1599,13,3663.462,14.976),(6602,1,17,1599,13,4006.450,13.489),(6603,1,18,1599,13,15384.615,0.039),(6604,1,19,1599,13,8070.269,5.422),(6605,1,20,1599,13,4035.049,3.595),(6606,1,21,1599,13,3841.793,16.175),(6607,1,22,1599,13,9094.595,0.296),(6608,1,23,1599,13,3683.449,3.456),(6609,1,24,1599,13,3803.528,14.684),(6610,1,26,1599,13,3785.372,14.616),(6611,1,28,1599,13,3763.959,19.289),(6612,1,29,1599,13,3752.986,19.007),(6613,1,30,1599,13,3762.671,17.284),(6614,1,31,1599,13,3810.145,15.259),(6615,1,32,1599,13,4072.182,2.369),(6616,1,44,1599,13,4082.174,7.046),(6617,1,43,1599,13,3875.000,5.760),(6618,1,42,1599,13,3867.321,29.952),(6619,1,41,1599,13,3899.884,3.456),(6620,1,40,1599,13,3940.008,15.302),(6621,1,38,1599,13,3751.066,14.534),(6622,1,37,1599,13,3757.679,14.976),(6623,1,36,1599,13,5320.463,4.843),(6624,1,35,1599,13,7604.240,0.283),(6625,1,33,1599,13,3800.058,3.456),(6626,1,1,1599,116,9796.615,3.368),(6627,1,2,1599,116,8441.813,13.809),(6628,1,3,1599,116,7737.037,8.621),(6629,1,4,1599,116,17554.672,6.914),(6630,1,5,1599,116,9252.876,13.125),(6631,1,6,1599,116,10214.672,6.284),(6632,1,7,1599,116,12770.488,7.895),(6633,1,8,1599,116,8905.850,20.170),(6634,1,9,1599,116,7259.065,11.418),(6635,1,10,1599,116,8505.598,8.843),(6636,1,11,1599,116,9101.723,7.255),(6637,1,12,1599,116,10746.940,3.758),(6638,1,13,1599,116,9734.501,3.710),(6639,1,14,1599,116,8221.558,6.689),(6640,1,15,1599,116,10151.299,2.809),(6641,1,16,1599,116,9604.908,0.815),(6642,1,17,1599,116,17631.027,5.621),(6643,1,20,1599,116,7074.963,10.085),(6644,1,21,1599,116,7406.315,6.714),(6645,1,22,1599,116,8111.027,6.602),(6646,1,23,1599,116,7507.032,6.684),(6647,1,24,1599,116,7522.669,10.190),(6648,1,25,1599,116,7818.822,9.797),(6649,1,26,1599,116,7933.003,4.642),(6650,1,29,1599,116,6689.513,7.266),(6651,1,30,1599,116,7246.093,13.820),(6652,1,44,1599,116,9567.351,7.602),(6653,1,43,1599,116,8430.888,7.524),(6654,1,42,1599,116,8157.033,3.910),(6655,1,40,1599,116,18680.000,0.025),(6656,1,36,1599,116,8640.346,3.470),(6657,1,35,1599,116,7415.273,11.000),(6658,1,34,1599,116,7622.695,15.078),(6659,1,33,1599,116,7286.729,3.519),(6660,1,1,1599,138,25432.387,5.990),(6661,1,2,1599,138,26696.073,3.820),(6662,1,3,1599,138,24896.992,5.951),(6663,1,4,1599,138,30180.108,2.976),(6664,1,5,1599,138,29631.880,4.542),(6665,1,6,1599,138,24259.587,8.371),(6666,1,7,1599,138,25822.810,4.498),(6667,1,8,1599,138,31869.906,0.638),(6668,1,9,1599,138,26560.597,3.482),(6669,1,10,1599,138,41334.249,2.184),(6670,1,11,1599,138,26714.928,3.336),(6671,1,12,1599,138,36112.409,2.055),(6672,1,13,1599,138,37598.210,2.011),(6673,1,14,1599,138,30026.575,2.333),(6674,1,15,1599,138,31625.687,1.456),(6675,1,16,1599,138,36682.746,2.840),(6676,1,17,1599,138,30431.660,1.434),(6677,1,18,1599,138,27685.165,3.640),(6678,1,19,1599,138,28999.376,6.408),(6679,1,20,1599,138,26392.831,1.367),(6680,1,21,1599,138,27117.420,5.178),(6681,1,22,1599,138,27947.598,6.870),(6682,1,23,1599,138,22911.713,3.953),(6683,1,24,1599,138,28082.415,4.538),(6684,1,25,1599,138,25732.714,6.132),(6685,1,26,1599,138,28298.622,5.733),(6686,1,27,1599,138,28131.247,6.103),(6687,1,28,1599,138,30465.278,3.456),(6688,1,29,1599,138,35563.850,4.166),(6689,1,30,1599,138,29421.384,1.908),(6690,1,31,1599,138,28259.282,3.232),(6691,1,32,1599,138,30377.719,1.517),(6692,1,45,1599,138,59302.799,0.786),(6693,1,44,1599,138,36395.625,2.606),(6694,1,43,1599,138,41030.651,0.522),(6695,1,42,1599,138,34468.996,1.145),(6696,1,41,1599,138,34105.738,1.220),(6697,1,40,1599,138,33290.549,1.566),(6698,1,39,1599,138,43458.647,1.330),(6699,1,38,1599,138,38553.294,3.931),(6700,1,37,1599,138,34002.506,0.798),(6701,1,36,1599,138,37095.725,2.643),(6702,1,35,1599,138,16535.714,0.392),(6703,1,33,1599,138,25698.478,1.708),(6704,1,1,1599,70,8638.604,1.461),(6705,1,2,1599,70,7254.403,0.511),(6706,1,3,1599,70,8375.692,3.431),(6707,1,4,1599,70,7468.244,0.803),(6708,1,5,1599,70,7593.002,0.543),(6709,1,6,1599,70,10726.190,1.260),(6710,1,7,1599,70,7921.335,0.839),(6711,1,8,1599,70,7290.223,1.299),(6712,1,9,1599,70,8961.039,0.385),(6713,1,10,1599,70,3196.915,2.204),(6714,1,11,1599,70,22415.584,0.693),(6715,1,12,1599,70,9548.780,0.574),(6716,1,13,1599,70,23087.701,0.935),(6717,1,14,1599,70,6489.534,6.067),(6718,1,15,1599,70,2355.374,3.796),(6719,1,16,1599,70,10942.919,1.384),(6720,1,17,1599,70,4699.706,3.057),(6721,1,18,1599,70,33300.000,0.080),(6722,1,19,1599,70,37500.000,0.002),(6723,1,20,1599,70,6430.314,12.872),(6724,1,21,1599,70,33833.333,0.006),(6725,1,22,1599,70,7700.262,1.528),(6726,1,23,1599,70,9462.996,2.270),(6727,1,24,1599,70,12508.876,0.507),(6728,1,25,1599,70,14834.356,2.934),(6729,1,26,1599,70,6873.928,7.932),(6730,1,27,1599,70,10788.727,5.074),(6731,1,28,1599,70,18529.170,1.457),(6732,1,29,1599,70,7680.789,7.199),(6733,1,30,1599,70,9535.569,6.621),(6734,1,31,1599,70,11901.166,1.629),(6735,1,32,1599,70,14864.486,0.214),(6736,1,45,1599,70,13196.386,3.819),(6737,1,44,1599,70,14108.856,1.626),(6738,1,43,1599,70,12443.811,1.753),(6739,1,42,1599,70,13033.818,2.543),(6740,1,41,1599,70,10453.741,2.713),(6741,1,40,1599,70,13283.293,4.130),(6742,1,39,1599,70,13917.720,3.561),(6743,1,38,1599,70,9304.440,8.041),(6744,1,37,1599,70,13660.060,2.674),(6745,1,36,1599,70,12031.397,5.096),(6746,1,35,1599,70,6301.516,6.862),(6747,1,34,1599,70,13946.008,9.131),(6748,1,33,1599,70,7563.971,6.034),(6749,1,1,1599,153,6018.595,4.840),(6750,1,2,1599,153,4523.345,2.356),(6751,1,3,1599,153,9030.622,1.045),(6752,1,4,1599,153,4743.043,8.624),(6753,1,5,1599,153,8970.564,1.223),(6754,1,6,1599,153,7099.617,1.044),(6755,1,7,1599,153,5375.152,6.584),(6756,1,8,1599,153,4144.885,3.099),(6757,1,10,1599,153,8551.196,1.045),(6758,1,11,1599,153,6607.562,4.946),(6759,1,12,1599,153,6537.692,1.300),(6760,1,14,1599,153,4793.222,2.626),(6761,1,15,1599,153,6982.671,1.385),(6762,1,16,1599,153,5531.501,1.492),(6763,1,18,1599,153,5987.411,1.827),(6764,1,19,1599,153,6770.420,8.276),(6765,1,20,1599,153,5963.292,7.083),(6766,1,22,1599,153,6006.056,3.633),(6767,1,23,1599,153,5483.772,1.633),(6768,1,24,1599,153,6904.693,1.385),(6769,1,25,1599,153,8334.979,1.215),(6770,1,26,1599,153,6838.776,1.470),(6771,1,27,1599,153,6688.088,5.104),(6772,1,29,1599,153,6853.659,1.640),(6773,1,30,1599,153,6121.195,3.548),(6774,1,32,1599,153,8282.471,9.339),(6775,1,45,1599,153,5510.656,2.393),(6776,1,44,1599,153,5747.929,5.554),(6777,1,43,1599,153,9441.674,1.123),(6778,1,42,1599,153,7220.907,8.112),(6779,1,41,1599,153,53500.000,0.002),(6780,1,40,1599,153,3583.333,0.420),(6781,1,39,1599,153,6246.438,8.071),(6782,1,38,1599,153,6336.764,3.109),(6783,1,37,1599,153,7226.656,3.834),(6784,1,36,1599,153,5775.216,1.735),(6785,1,35,1599,153,4016.997,0.353),(6786,1,34,1599,153,6568.867,1.394),(6787,1,1,1599,79,6514.191,4.228),(6788,1,2,1599,79,8379.143,2.685),(6789,1,3,1599,79,10868.192,2.185),(6790,1,4,1599,79,7933.020,2.762),(6791,1,5,1599,79,10444.284,1.382),(6792,1,6,1599,79,9088.490,3.006),(6793,1,7,1599,79,6329.695,4.031),(6794,1,8,1599,79,12643.089,4.312),(6795,1,9,1599,79,14832.609,0.920),(6796,1,10,1599,79,4320.577,10.818),(6797,1,11,1599,79,13056.121,2.851),(6798,1,12,1599,79,14969.202,2.143),(6799,1,13,1599,79,14908.257,1.635),(6800,1,14,1599,79,13275.504,1.539),(6801,1,15,1599,79,14513.579,1.657),(6802,1,16,1599,79,12819.936,0.933),(6803,1,17,1599,79,9767.345,2.407),(6804,1,18,1599,79,12304.412,1.360),(6805,1,19,1599,79,12048.500,1.567),(6806,1,20,1599,79,7610.491,2.688),(6807,1,21,1599,79,10582.222,1.125),(6808,1,22,1599,79,11674.518,3.524),(6809,1,23,1599,79,8511.024,4.082),(6810,1,24,1599,79,11249.381,4.038),(6811,1,25,1599,79,10313.544,3.234),(6812,1,26,1599,79,7745.556,5.007),(6813,1,27,1599,79,8249.763,5.277),(6814,1,28,1599,79,10207.868,1.703),(6815,1,29,1599,79,10782.928,1.769),(6816,1,30,1599,79,8826.327,0.904),(6817,1,31,1599,79,12369.147,2.029),(6818,1,32,1599,79,10525.936,1.523),(6819,1,45,1599,79,9504.407,1.475),(6820,1,44,1599,79,9172.414,0.377),(6821,1,43,1599,79,10323.741,0.834),(6822,1,42,1599,79,6467.556,2.250),(6823,1,41,1599,79,7307.639,1.440),(6824,1,40,1599,79,7912.046,1.046),(6825,1,39,1599,79,11101.192,3.103),(6826,1,38,1599,79,12096.908,2.167),(6827,1,37,1599,79,5775.414,0.846),(6828,1,36,1599,79,12109.124,3.803),(6829,1,35,1599,79,11078.641,1.030),(6830,1,34,1599,79,10121.237,1.196),(6831,1,33,1599,79,9374.732,2.794),(6832,1,2,1599,57,3779.238,5.250),(6833,1,3,1599,57,3779.077,3.250),(6834,1,4,1599,57,3654.667,3.000),(6835,1,5,1599,57,3405.000,1.000),(6836,1,6,1599,57,3405.000,1.000),(6837,1,8,1599,57,3849.667,3.000),(6838,1,9,1599,57,3976.500,2.000),(6839,1,10,1599,57,3976.500,2.000),(6840,1,11,1599,57,3849.667,3.000),(6841,1,13,1599,57,397.650,20.000),(6842,1,14,1599,57,4024.000,4.000),(6843,1,15,1599,57,19702.997,0.367),(6844,1,16,1599,57,3930.980,5.100),(6845,1,17,1599,57,4010.952,2.100),(6846,1,18,1599,57,3603.810,1.050),(6847,1,19,1599,57,4010.952,2.100),(6848,1,20,1599,57,4010.952,2.100),(6849,1,22,1599,57,4010.952,2.100),(6850,1,23,1599,57,3836.327,7.350),(6851,1,24,1599,57,4417.873,5.595),(6852,1,25,1599,57,3895.238,2.625),(6853,1,26,1599,57,3895.238,2.625),(6854,1,27,1599,57,3844.082,3.675),(6855,1,28,1599,57,3715.238,1.050),(6856,1,29,1599,57,3895.238,2.625),(6857,1,30,1599,57,3895.238,2.625),(6858,1,32,1599,57,3658.095,1.050),(6859,1,45,1599,57,3808.571,1.050),(6860,1,40,1599,57,2111.111,0.018),(6861,1,39,1599,57,3726.190,2.100),(6862,1,38,1599,57,3726.190,2.100),(6863,1,36,1599,57,3658.095,1.050),(6864,1,3,1599,104,15011.173,1.969),(6865,1,4,1599,104,15007.586,3.032),(6866,1,5,1599,104,15005.214,1.918),(6867,1,6,1599,104,15008.389,1.192),(6868,1,7,1599,104,14992.291,0.908),(6869,1,8,1599,104,14902.362,1.270),(6870,1,11,1599,104,16741.456,0.673),(6871,1,12,1599,104,16721.196,3.680),(6872,1,13,1599,104,16713.248,1.789),(6873,1,14,1599,104,16711.961,3.319),(6874,1,15,1599,104,16653.846,0.078),(6875,1,16,1599,104,16703.194,1.816),(6876,1,17,1599,104,16698.980,0.980),(6877,1,18,1599,104,16722.950,1.451),(6878,1,19,1599,104,16731.749,1.767),(6879,1,20,1599,104,16701.449,0.345),(6880,1,21,1599,104,16469.308,2.802),(6881,1,22,1599,104,16465.105,2.049),(6882,1,23,1599,104,12916.877,2.767),(6883,1,24,1599,104,16484.318,1.658),(6884,1,25,1599,104,16468.449,2.282),(6885,1,26,1599,104,16285.759,3.216),(6886,1,27,1599,104,16492.414,0.725),(6887,1,28,1599,104,13211.119,1.421),(6888,1,29,1599,104,16472.143,1.400),(6889,1,30,1599,104,16468.045,1.064),(6890,1,31,1599,104,15493.617,2.585),(6891,1,32,1599,104,16462.585,0.882),(6892,1,45,1599,104,16800.891,1.572),(6893,1,44,1599,104,17109.355,1.582),(6894,1,43,1599,104,17109.897,1.556),(6895,1,42,1599,104,15510.523,1.853),(6896,1,41,1599,104,16025.243,1.545),(6897,1,40,1599,104,17113.636,1.452),(6898,1,39,1599,104,17112.948,1.452),(6899,1,38,1599,104,17119.917,0.959),(6900,1,37,1599,104,16066.123,2.208),(6901,1,36,1599,104,16387.205,2.376),(6902,1,35,1599,104,17117.902,2.307),(6903,1,34,1599,104,17109.453,2.412),(6904,1,33,1599,104,17130.854,0.726),(6905,1,1,1599,251,9749.664,3.719),(6906,1,4,1599,251,8481.792,4.531),(6907,1,5,1599,251,2937.908,0.306),(6908,1,6,1599,251,6175.705,4.610),(6909,1,7,1599,251,1181.655,0.556),(6910,1,8,1599,251,2446.093,1.011),(6911,1,9,1599,251,6320.000,4.000),(6912,1,11,1599,251,6041.500,4.000),(6913,1,13,1599,251,6953.878,0.477),(6914,1,14,1599,251,10101.889,3.759),(6915,1,15,1599,251,11520.773,1.035),(6916,1,16,1599,251,8738.806,0.670),(6917,1,17,1599,251,2961.538,0.312),(6918,1,19,1599,251,10845.178,1.576),(6919,1,20,1599,251,9685.019,4.359),(6920,1,21,1599,251,2893.939,0.330),(6921,1,23,1599,251,9260.250,4.000),(6922,1,26,1599,251,10284.250,4.000),(6923,1,27,1599,251,11421.006,1.133),(6924,1,28,1599,251,13959.511,1.309),(6925,1,29,1599,251,8759.111,4.637),(6926,1,30,1599,251,16818.182,0.330),(6927,1,31,1599,251,9295.155,4.025),(6928,1,32,1599,251,9387.563,4.776),(6929,1,45,1599,251,824.324,0.296),(6930,1,43,1599,251,10295.203,0.271),(6931,1,40,1599,251,11140.221,0.271),(6932,1,39,1599,251,9216.667,0.600),(6933,1,38,1599,251,19268.657,0.067),(6934,1,37,1599,251,9083.127,0.806),(6935,1,36,1599,251,21416.667,0.012),(6936,1,35,1599,251,8997.951,4.393),(6937,1,34,1599,251,11829.960,0.247),(6938,1,33,1599,251,7833.333,0.600),(6939,1,1,1599,105,8935.844,0.717),(6940,1,2,1599,105,12552.124,0.259),(6941,1,3,1599,105,9582.058,1.895),(6942,1,4,1599,105,9200.780,2.565),(6943,1,5,1599,105,8256.570,2.892),(6944,1,6,1599,105,10181.204,1.628),(6945,1,8,1599,105,10254.902,1.071),(6946,1,9,1599,105,11978.571,0.420),(6947,1,10,1599,105,8958.065,3.577),(6948,1,11,1599,105,9942.799,1.958),(6949,1,13,1599,105,9560.123,0.973),(6950,1,14,1599,105,9403.566,0.617),(6951,1,15,1599,105,9839.572,1.122),(6952,1,16,1599,105,9193.033,0.689),(6953,1,17,1599,105,9357.646,1.563),(6954,1,18,1599,105,9871.186,0.885),(6955,1,19,1599,105,9772.996,1.185),(6956,1,20,1599,105,9450.163,1.224),(6957,1,21,1599,105,9293.177,3.503),(6958,1,23,1599,105,9421.746,0.607),(6959,1,24,1599,105,9613.636,2.904),(6960,1,25,1599,105,9804.425,1.130),(6961,1,26,1599,105,9481.113,0.503),(6962,1,27,1599,105,9655.172,1.943),(6963,1,28,1599,105,9681.818,1.298),(6964,1,29,1599,105,9758.661,0.866),(6965,1,30,1599,105,9020.906,0.861),(6966,1,31,1599,105,8981.221,0.852),(6967,1,32,1599,105,9612.827,1.684),(6968,1,45,1599,105,9804.898,1.225),(6969,1,44,1599,105,9503.588,1.533),(6970,1,43,1599,105,9824.513,0.718),(6971,1,42,1599,105,9704.698,1.639),(6972,1,41,1599,105,9451.357,0.884),(6973,1,40,1599,105,9951.282,0.390),(6974,1,39,1599,105,9580.363,1.599),(6975,1,38,1599,105,9936.768,0.427),(6976,1,37,1599,105,9533.708,0.890),(6977,1,36,1599,105,9419.048,0.210),(6978,1,35,1599,105,9378.888,3.022),(6979,1,34,1599,105,9621.156,1.626),(6980,1,33,1599,105,9526.921,1.653),(6981,1,5,1599,177,1000.000,0.001),(6982,1,6,1599,177,4134.448,5.742),(6983,1,12,1599,177,4035.605,6.235),(6984,1,17,1599,177,3944.008,6.358),(6985,1,18,1599,177,3447.826,2.300),(6986,1,20,1599,177,3646.448,6.842),(6987,1,29,1599,177,4121.330,5.382),(6988,1,43,1599,177,4198.615,7.074),(6989,1,34,1599,177,4195.656,5.939),(6990,1,4,1599,67,1890.000,1.000),(6991,1,6,1599,67,3141.582,11.986),(6992,1,13,1599,67,3531.131,9.749),(6993,1,19,1599,67,3562.604,9.600),(6994,1,39,1599,67,4205.363,9.286),(6995,1,35,1599,67,551.000,2.000),(6996,1,1,1599,165,12604.134,2.564),(6997,1,2,1599,165,20810.811,0.111),(6998,1,3,1599,165,18167.024,1.401),(6999,1,4,1599,165,17948.220,0.309),(7000,1,5,1599,165,12744.839,1.211),(7001,1,6,1599,165,23351.064,0.188),(7002,1,7,1599,165,17981.707,0.164),(7003,1,8,1599,165,10794.828,2.900),(7004,1,9,1599,165,23873.832,0.214),(7005,1,10,1599,165,17550.152,1.316),(7006,1,11,1599,165,29100.000,0.090),(7007,1,12,1599,165,18650.000,0.620),(7008,1,13,1599,165,13844.625,1.107),(7009,1,14,1599,165,19863.799,0.279),(7010,1,15,1599,165,19924.837,0.306),(7011,1,16,1599,165,18859.060,0.298),(7012,1,17,1599,165,3922.420,4.331),(7013,1,18,1599,165,14274.510,0.306),(7014,1,19,1599,165,19525.806,0.310),(7015,1,20,1599,165,16451.777,0.197),(7016,1,21,1599,165,11284.454,0.907),(7017,1,22,1599,165,20773.611,0.720),(7018,1,23,1599,165,19330.435,0.345),(7019,1,24,1599,165,16036.468,0.521),(7020,1,25,1599,165,20903.553,0.394),(7021,1,26,1599,165,16442.529,0.348),(7022,1,27,1599,165,17831.522,0.368),(7023,1,28,1599,165,19692.982,0.342),(7024,1,29,1599,165,21272.926,0.458),(7025,1,30,1599,165,20141.914,0.303),(7026,1,31,1599,165,22155.340,0.412),(7027,1,32,1599,165,17072.414,0.290),(7028,1,45,1599,165,18583.371,2.189),(7029,1,44,1599,165,27111.675,0.394),(7030,1,43,1599,165,30425.497,0.604),(7031,1,42,1599,165,26662.675,1.002),(7032,1,41,1599,165,24087.146,0.459),(7033,1,40,1599,165,23008.711,0.574),(7034,1,39,1599,165,23858.293,0.621),(7035,1,38,1599,165,20242.021,0.376),(7036,1,37,1599,165,18876.689,0.592),(7037,1,36,1599,165,19932.011,0.353),(7038,1,35,1599,165,6247.805,7.974),(7039,1,34,1599,165,20363.095,0.336),(7040,1,33,1599,165,9461.797,2.382),(7041,1,1,1599,98,10636.364,0.011),(7042,1,3,1599,98,2781.513,0.119),(7043,1,6,1599,98,26191.860,0.172),(7044,1,13,1599,98,9400.000,0.070),(7045,1,16,1599,98,19826.087,0.023),(7046,1,21,1599,98,15444.444,0.009),(7047,1,22,1599,98,13038.462,0.052),(7048,1,25,1599,98,12382.979,0.094),(7049,1,30,1599,98,5750.000,0.024),(7050,1,44,1599,98,27961.051,1.104),(7051,1,43,1599,98,11165.024,5.581),(7052,1,42,1599,98,58000.000,0.002),(7053,1,41,1599,98,14400.239,2.511),(7054,1,40,1599,98,18276.229,7.425),(7055,1,39,1599,98,12762.445,1.587),(7056,1,38,1599,98,11418.784,5.824),(7057,1,1,1599,112,13157.143,0.070),(7058,1,2,1599,112,11129.032,0.124),(7059,1,3,1599,112,10166.667,0.006),(7060,1,4,1599,112,5090.909,0.011),(7061,1,5,1599,112,4080.000,0.025),(7062,1,7,1599,112,25500.000,0.002),(7063,1,10,1599,112,35600.000,0.005),(7064,1,12,1599,112,42441.176,0.136),(7065,1,13,1599,112,10200.000,0.010),(7066,1,14,1599,112,31484.615,0.130),(7067,1,16,1599,112,10177.778,0.045),(7068,1,17,1599,112,14273.517,0.691),(7069,1,18,1599,112,44724.409,0.127),(7070,1,19,1599,112,2644.751,4.791),(7071,1,20,1599,112,39703.704,0.108),(7072,1,22,1599,112,10315.271,0.203),(7073,1,23,1599,112,7000.000,0.001),(7074,1,24,1599,112,4000.000,0.001),(7075,1,25,1599,112,48166.667,0.006),(7076,1,26,1599,112,5000.000,0.001),(7077,1,27,1599,112,39446.970,0.132),(7078,1,28,1599,112,3604.167,0.096),(7079,1,29,1599,112,16000.000,0.001),(7080,1,30,1599,112,20555.891,0.331),(7081,1,32,1599,112,16500.000,0.004),(7082,1,45,1599,112,25600.000,0.015),(7083,1,44,1599,112,22200.000,0.025),(7084,1,43,1599,112,2143.597,4.826),(7085,1,42,1599,112,2517.486,4.232),(7086,1,41,1599,112,42392.857,0.056),(7087,1,40,1599,112,25333.333,0.003),(7088,1,39,1599,112,39151.515,0.066),(7089,1,38,1599,112,17571.429,0.014),(7090,1,37,1599,112,43830.189,0.053),(7091,1,36,1599,112,205087.719,0.057),(7092,1,34,1599,112,21678.315,3.062),(7093,1,33,1599,112,28785.441,0.261),(7094,1,1,1599,38,15489.496,0.476),(7095,1,2,1599,38,16200.000,0.525),(7096,1,3,1599,38,17018.908,0.476),(7097,1,4,1599,38,16910.494,0.324),(7098,1,5,1599,38,21435.484,0.558),(7099,1,6,1599,38,16666.667,0.312),(7100,1,7,1599,38,17469.565,0.230),(7101,1,8,1599,38,5935.135,0.925),(7102,1,9,1599,38,18458.111,0.561),(7103,1,10,1599,38,14835.849,0.530),(7104,1,11,1599,38,17803.922,0.357),(7105,1,12,1599,38,19480.000,0.625),(7106,1,13,1599,38,16846.442,0.267),(7107,1,14,1599,38,16630.607,0.379),(7108,1,15,1599,38,20037.951,0.527),(7109,1,16,1599,38,15682.540,0.315),(7110,1,17,1599,38,15721.374,0.262),(7111,1,18,1599,38,15967.930,0.343),(7112,1,19,1599,38,15322.115,0.208),(7113,1,20,1599,38,13303.249,0.277),(7114,1,21,1599,38,16818.182,0.286),(7115,1,22,1599,38,16069.825,0.401),(7116,1,23,1599,38,15783.972,0.287),(7117,1,24,1599,38,14154.717,0.530),(7118,1,25,1599,38,15023.460,0.341),(7119,1,26,1599,38,14054.545,0.330),(7120,1,27,1599,38,19369.369,0.444),(7121,1,28,1599,38,14180.769,0.260),(7122,1,29,1599,38,14811.927,0.436),(7123,1,30,1599,38,13708.333,0.264),(7124,1,31,1599,38,13670.270,0.185),(7125,1,32,1599,38,12729.120,0.443),(7126,1,45,1599,38,17362.944,0.394),(7127,1,44,1599,38,13600.266,0.753),(7128,1,43,1599,38,16513.514,0.185),(7129,1,42,1599,38,21256.158,0.406),(7130,1,41,1599,38,17139.623,0.265),(7131,1,40,1599,38,17285.714,0.336),(7132,1,39,1599,38,17431.343,0.670),(7133,1,38,1599,38,16386.935,0.398),(7134,1,37,1599,38,15821.586,0.454),(7135,1,36,1599,38,18303.935,0.737),(7136,1,35,1599,38,12539.655,0.580),(7137,1,34,1599,38,12861.272,0.346),(7138,1,33,1599,38,18486.667,0.450),(7139,1,1,1599,238,4441.860,0.043),(7140,1,4,1599,238,45038.462,0.026),(7141,1,5,1599,238,29631.579,0.133),(7142,1,6,1599,238,6397.516,0.644),(7143,1,8,1599,238,7482.759,0.029),(7144,1,9,1599,238,7465.686,0.204),(7145,1,11,1599,238,7714.286,0.014),(7146,1,12,1599,238,1984.663,0.978),(7147,1,15,1599,238,18057.890,1.071),(7148,1,17,1599,238,7344.828,0.029),(7149,1,18,1599,238,18900.000,0.010),(7150,1,19,1599,238,12258.065,0.093),(7151,1,20,1599,238,4000.000,0.044),(7152,1,21,1599,238,30347.222,0.072),(7153,1,22,1599,238,19065.574,0.122),(7154,1,23,1599,238,9621.930,1.140),(7155,1,24,1599,238,47377.049,0.061),(7156,1,25,1599,238,20176.471,0.017),(7157,1,26,1599,238,11000.000,0.043),(7158,1,27,1599,238,7268.770,1.838),(7159,1,28,1599,238,5714.286,0.021),(7160,1,29,1599,238,45708.861,0.158),(7161,1,30,1599,238,7083.032,0.277),(7162,1,31,1599,238,18900.000,0.010),(7163,1,32,1599,238,3841.060,0.151),(7164,1,45,1599,238,15481.675,0.191),(7165,1,44,1599,238,65671.875,0.064),(7166,1,43,1599,238,4732.710,0.535),(7167,1,42,1599,238,7213.720,0.379),(7168,1,40,1599,238,15184.669,0.574),(7169,1,39,1599,238,28833.333,0.006),(7170,1,38,1599,238,6913.793,0.058),(7171,1,37,1599,238,55250.000,0.068),(7172,1,36,1599,238,6366.667,0.030),(7173,1,35,1599,238,41447.699,0.478),(7174,1,34,1599,238,6328.018,0.439),(7175,1,6,1599,11,43120.000,0.050),(7176,1,7,1599,11,1790.000,0.400),(7177,1,8,1599,11,10551.724,0.174),(7178,1,9,1599,11,10215.517,0.348),(7179,1,10,1599,11,12344.828,0.058),(7180,1,11,1599,11,12715.517,0.232),(7181,1,12,1599,11,12591.954,0.174),(7182,1,13,1599,11,11381.944,0.288),(7183,1,14,1599,11,13038.062,0.289),(7184,1,15,1599,11,10693.050,0.518),(7185,1,16,1599,11,15475.000,0.240),(7186,1,17,1599,11,13586.207,0.116),(7187,1,19,1599,11,28202.020,0.099),(7188,1,20,1599,11,26904.255,0.094),(7189,1,21,1599,11,11890.805,0.174),(7190,1,22,1599,11,11646.552,0.232),(7191,1,23,1599,11,13373.913,0.115),(7192,1,24,1599,11,11206.897,0.058),(7193,1,25,1599,11,12232.759,0.232),(7194,1,26,1599,11,12232.759,0.116),(7195,1,27,1599,11,11953.757,0.173),(7196,1,29,1599,11,19000.000,0.232),(7197,1,30,1599,11,13258.621,0.058),(7198,1,31,1599,11,11206.897,0.116),(7199,1,32,1599,11,13258.621,0.058),(7200,1,44,1599,11,13325.581,0.043),(7201,1,43,1599,11,14627.907,0.086),(7202,1,42,1599,11,14816.456,0.158),(7203,1,41,1599,11,14627.907,0.086),(7204,1,40,1599,11,14627.907,0.086),(7205,1,39,1599,11,15279.070,0.172),(7206,1,38,1599,11,13325.581,0.043),(7207,1,36,1599,11,12920.792,0.101),(7208,1,35,1599,11,10689.655,0.116),(7209,1,34,1599,11,12436.782,0.174),(7210,1,7,1599,227,33293.651,0.378),(7211,1,16,1599,227,6613.372,0.344),(7212,1,18,1599,227,257.143,0.420),(7213,1,22,1599,227,30818.391,0.435),(7214,1,24,1599,227,40397.293,2.069),(7215,1,29,1599,227,2300.000,0.020),(7216,1,30,1599,227,11333.333,0.060),(7217,1,32,1599,227,10350.000,0.120),(7218,1,44,1599,227,44985.816,0.141),(7219,1,42,1599,227,9022.727,0.132),(7220,1,41,1599,227,NULL,0.000),(7221,1,40,1599,227,83633.333,0.030),(7222,1,38,1599,227,37764.706,0.017),(7223,1,37,1599,227,38083.333,0.012),(7224,1,36,1599,227,12040.000,0.050),(7225,1,35,1599,227,7840.000,0.050),(7226,1,1,1599,287,38454.545,0.011),(7227,1,2,1599,287,43000.000,0.002),(7228,1,3,1599,287,39714.286,0.007),(7229,1,4,1599,287,24956.522,0.023),(7230,1,5,1599,287,104500.000,0.002),(7231,1,6,1599,287,32333.333,0.054),(7232,1,7,1599,287,41000.000,0.002),(7233,1,8,1599,287,30500.000,0.006),(7234,1,9,1599,287,50000.000,0.003),(7235,1,10,1599,287,43666.667,0.003),(7236,1,11,1599,287,39000.000,0.011),(7237,1,12,1599,287,46600.000,0.005),(7238,1,13,1599,287,44111.111,0.009),(7239,1,14,1599,287,28875.000,0.008),(7240,1,15,1599,287,35222.222,0.009),(7241,1,16,1599,287,16235.294,0.017),(7242,1,17,1599,287,47571.429,0.007),(7243,1,18,1599,287,36000.000,0.004),(7244,1,19,1599,287,103500.000,0.002),(7245,1,20,1599,287,41000.000,0.005),(7246,1,21,1599,287,50750.000,0.004),(7247,1,22,1599,287,3514.124,0.177),(7248,1,23,1599,287,26000.000,0.020),(7249,1,24,1599,287,36444.444,0.009),(7250,1,25,1599,287,52800.000,0.005),(7251,1,26,1599,287,15990.854,0.328),(7252,1,27,1599,287,48600.000,0.005),(7253,1,28,1599,287,49777.778,0.009),(7254,1,29,1599,287,43750.000,0.004),(7255,1,30,1599,287,44000.000,0.002),(7256,1,31,1599,287,56000.000,0.002),(7257,1,32,1599,287,51000.000,0.003),(7258,1,45,1599,287,21069.364,0.173),(7259,1,44,1599,287,12245.283,0.106),(7260,1,43,1599,287,11028.571,0.175),(7261,1,42,1599,287,11556.818,0.176),(7262,1,41,1599,287,12273.585,0.106),(7263,1,40,1599,287,13346.320,0.231),(7264,1,39,1599,287,17677.305,0.282),(7265,1,38,1599,287,53857.143,0.007),(7266,1,37,1599,287,11468.750,0.320),(7267,1,36,1599,287,12840.000,0.075),(7268,1,35,1599,287,10151.079,0.278),(7269,1,34,1599,287,45000.000,0.003),(7270,1,33,1599,287,9954.545,0.022),(7271,1,4,1599,61,4602.915,2.264),(7272,1,23,1599,61,16200.000,0.010),(7273,1,40,1599,61,25437.500,0.016),(7274,1,1,1599,232,39300.654,0.306),(7275,1,4,1599,232,28290.984,0.244),(7276,1,6,1599,232,35874.055,0.397),(7277,1,26,1599,232,32211.871,1.331),(7278,1,2,1599,167,36000.000,0.001),(7279,1,3,1599,167,6900.000,0.010),(7280,1,5,1599,167,13375.000,0.064),(7281,1,7,1599,167,2763.636,0.220),(7282,1,8,1599,167,20250.000,0.004),(7283,1,10,1599,167,20178.571,0.056),(7284,1,12,1599,167,17277.778,0.018),(7285,1,16,1599,167,34566.667,0.030),(7286,1,17,1599,167,14562.500,0.080),(7287,1,19,1599,167,42421.875,0.064),(7288,1,21,1599,167,7477.612,0.268),(7289,1,23,1599,167,17416.667,0.012),(7290,1,27,1599,167,69666.667,0.012),(7291,1,28,1599,167,25680.000,0.050),(7292,1,30,1599,167,37640.000,0.025),(7293,1,31,1599,167,64866.667,0.015),(7294,1,44,1599,167,6504.854,0.309),(7295,1,43,1599,167,27511.236,0.178),(7296,1,42,1599,167,30286.667,0.150),(7297,1,41,1599,167,8000.000,0.002),(7298,1,40,1599,167,38086.957,0.115),(7299,1,38,1599,167,1500.000,0.002),(7300,1,36,1599,167,7900.000,0.010),(7301,1,35,1599,167,11363.636,0.011),(7302,1,34,1599,167,15804.348,0.276),(7303,1,33,1599,167,69076.923,0.013),(7304,1,1,1599,243,95585.956,0.413),(7305,1,2,1599,243,75086.207,0.058),(7306,1,3,1599,243,63000.000,0.001),(7307,1,4,1599,243,16741.573,0.267),(7308,1,6,1599,243,77000.000,0.005),(7309,1,8,1599,243,7078.125,0.128),(7310,1,10,1599,243,95500.000,0.006),(7311,1,12,1599,243,49400.000,0.005),(7312,1,13,1599,243,34815.789,0.038),(7313,1,14,1599,243,66600.000,0.005),(7314,1,15,1599,243,44090.909,0.011),(7315,1,16,1599,243,667000.000,0.001),(7316,1,17,1599,243,NULL,0.000),(7317,1,18,1599,243,32714.286,0.021),(7318,1,20,1599,243,63500.000,0.004),(7319,1,23,1599,243,18820.513,0.039),(7320,1,24,1599,243,NULL,0.000),(7321,1,25,1599,243,18235.294,0.085),(7322,1,26,1599,243,39307.692,0.052),(7323,1,27,1599,243,27488.889,0.045),(7324,1,28,1599,243,149500.000,0.002),(7325,1,29,1599,243,46307.692,0.013),(7326,1,30,1599,243,289000.000,0.001),(7327,1,31,1599,243,NULL,0.000),(7328,1,32,1599,243,42952.381,0.021),(7329,1,45,1599,243,9361.111,0.108),(7330,1,44,1599,243,19400.000,0.060),(7331,1,43,1599,243,53384.615,0.013),(7332,1,42,1599,243,111555.556,0.009),(7333,1,41,1599,243,38972.222,0.072),(7334,1,40,1599,243,43590.909,0.044),(7335,1,39,1599,243,19166.667,0.006),(7336,1,38,1599,243,90000.000,0.002),(7337,1,37,1599,243,NULL,0.000),(7338,1,36,1599,243,17815.789,0.038),(7339,1,35,1599,243,49583.333,0.228),(7340,1,34,1599,243,6351.351,0.037),(7341,1,33,1599,243,323000.000,0.002),(7342,1,28,1599,206,37000.000,0.003),(7343,1,42,1599,206,4934.414,1.296),(7344,1,7,1599,199,4270.588,0.085),(7345,1,36,1599,199,26250.000,0.004),(7346,1,34,1599,199,1568.696,1.150),(7347,1,11,1599,83,25242.424,0.330),(7348,1,31,1599,83,4079.412,0.340),(7349,1,42,1599,83,4080.952,0.420),(7350,1,1,1599,115,15400.000,0.005),(7351,1,8,1599,115,44000.000,0.018),(7352,1,15,1599,115,30050.000,0.020),(7353,1,19,1599,115,20026.667,0.075),(7354,1,23,1599,115,22308.271,0.266),(7355,1,25,1599,115,7573.171,0.164),(7356,1,27,1599,115,25714.286,0.035),(7357,1,28,1599,115,19000.000,0.005),(7358,1,32,1599,115,NULL,0.000),(7359,1,45,1599,115,238000.000,0.001),(7360,1,42,1599,115,165000.000,0.001),(7361,1,41,1599,115,9755.102,0.049),(7362,1,39,1599,115,51933.333,0.030),(7363,1,38,1599,115,32400.000,0.045),(7364,1,35,1599,115,27038.095,0.105),(7365,1,34,1599,115,21606.557,0.061),(7366,1,33,1599,115,10174.757,0.206),(7367,1,30,1599,127,7516.129,0.031),(7368,1,44,1599,127,23274.038,0.832),(7369,1,7,1599,144,600.000,0.050),(7370,1,20,1599,144,120.000,0.100),(7371,1,26,1599,144,214.058,0.313),(7372,1,28,1599,144,1000.000,0.050),(7373,1,29,1599,144,741.935,0.031),(7374,1,31,1599,144,328.000,0.250),(7375,1,2,1599,205,37563.910,0.266),(7376,1,3,1599,205,37950.617,0.081),(7377,1,4,1599,205,41451.613,0.031),(7378,1,21,1599,205,20574.939,0.407),(7379,1,8,1599,31,15302.326,0.043),(7380,1,9,1599,31,13279.070,0.043),(7381,1,13,1599,31,15930.233,0.043),(7382,1,14,1599,31,15930.233,0.043),(7383,1,17,1599,31,15930.233,0.043),(7384,1,18,1599,31,20000.000,0.001),(7385,1,21,1599,31,13000.000,0.043),(7386,1,22,1599,31,13000.000,0.043),(7387,1,25,1599,31,13000.000,0.043),(7388,1,26,1599,31,13000.000,0.043),(7389,1,28,1599,31,13000.000,0.043),(7390,1,30,1599,31,13000.000,0.043),(7391,1,31,1599,31,13000.000,0.043),(7392,1,41,1599,31,23375.000,0.008),(7393,1,40,1599,31,20200.000,0.015),(7394,1,36,1599,31,13476.923,0.130),(7395,1,34,1599,31,13581.395,0.043),(7396,1,1,1599,110,2850.000,0.020),(7397,1,2,1599,110,2860.000,0.050),(7398,1,3,1599,110,13000.000,0.015),(7399,1,5,1599,110,2940.000,0.050),(7400,1,6,1599,110,14000.000,0.007),(7401,1,8,1599,110,2800.000,0.030),(7402,1,9,1599,110,2800.000,0.040),(7403,1,10,1599,110,2170.732,0.205),(7404,1,11,1599,110,14137.931,0.029),(7405,1,15,1599,110,3451.923,0.104),(7406,1,19,1599,110,15333.333,0.003),(7407,1,21,1599,110,13800.000,0.005),(7408,1,24,1599,110,15333.333,0.015),(7409,1,30,1599,110,8558.333,0.120),(7410,1,42,1599,110,22000.000,0.002),(7411,1,40,1599,110,22000.000,0.002),(7412,1,23,1599,157,26000.000,0.001),(7413,1,26,1599,157,517818.182,0.220),(7414,1,27,1599,157,248580.645,0.093),(7415,1,29,1599,157,548200.000,0.070),(7416,1,30,1599,157,553490.909,0.055),(7417,1,31,1599,157,558852.941,0.034),(7418,1,32,1599,157,574757.576,0.033),(7419,1,37,1599,157,517250.000,0.012),(7420,1,36,1599,157,484571.429,0.014),(7421,1,35,1599,157,521266.667,0.015),(7422,1,34,1599,157,536705.882,0.017),(7423,1,33,1599,157,530272.727,0.022),(7424,1,23,1599,215,6483.333,0.060),(7425,1,35,1599,215,4677.083,0.384),(7426,1,1,1599,182,17360.294,0.136),(7427,1,2,1599,182,11366.337,0.101),(7428,1,8,1599,182,18553.191,0.047),(7429,1,26,1599,182,14777.778,0.036),(7430,1,30,1599,182,16000.000,0.018),(7431,1,43,1599,182,14800.000,0.005),(7432,1,41,1599,182,15428.571,0.007),(7433,1,40,1599,182,8222.222,0.009),(7434,1,39,1599,182,8222.222,0.009),(7435,1,44,1599,65,29868.852,0.122),(7436,1,42,1599,65,28699.588,0.243),(7437,1,20,1599,47,2690.909,0.220),(7438,1,23,1599,47,2595.745,0.094),(7439,1,3,1599,135,13100.000,0.050),(7440,1,13,1599,135,18750.000,0.016),(7441,1,14,1599,135,17232.558,0.043),(7442,1,15,1599,135,28700.000,0.010),(7443,1,16,1599,135,3980.000,0.050),(7444,1,20,1599,135,32666.667,0.012),(7445,1,22,1599,135,58500.000,0.004),(7446,1,23,1599,135,36000.000,0.002),(7447,1,24,1599,135,51000.000,0.004),(7448,1,26,1599,135,34000.000,0.001),(7449,1,27,1599,135,8405.405,0.037),(7450,1,28,1599,135,33214.286,0.028),(7451,1,32,1599,135,27800.000,0.005),(7452,1,45,1599,135,23000.000,0.001),(7453,1,42,1599,135,34000.000,0.001),(7454,1,41,1599,135,46000.000,0.001),(7455,1,40,1599,135,39250.000,0.004),(7456,1,39,1599,135,54000.000,0.004),(7457,1,38,1599,135,7000.000,0.001),(7458,1,37,1599,135,22000.000,0.001),(7459,1,36,1599,135,22684.211,0.019),(7460,1,34,1599,135,45000.000,0.003),(7461,1,33,1599,135,42166.667,0.006),(7462,1,24,1599,208,5950.000,0.180),(7463,1,42,1599,211,33443.038,0.158),(7464,1,11,1599,210,44433.333,0.090),(7465,1,12,1599,210,39716.418,0.067),(7466,1,15,1599,123,86314.286,0.035),(7467,1,27,1599,123,122085.714,0.035),(7468,1,36,1599,123,NULL,0.000),(7469,1,35,1599,123,70016.667,0.060),(7470,1,17,1599,128,2520.325,0.123),(7471,1,12,1599,7,14600.000,0.060),(7472,1,25,1599,7,8547.619,0.042),(7473,1,34,1599,7,8888.889,0.018),(7474,1,8,1599,176,50732.558,0.086),(7475,1,42,1599,176,23428.571,0.014),(7476,1,15,1599,170,17000.000,0.006),(7477,1,42,1599,170,84097.561,0.082),(7478,1,18,1599,21,10000.000,0.001),(7479,1,19,1599,21,7000.000,0.010),(7480,1,30,1599,21,7400.000,0.005),(7481,1,32,1599,21,7300.000,0.030),(7482,1,44,1599,21,7300.000,0.010),(7483,1,43,1599,21,43666.667,0.003),(7484,1,41,1599,21,7300.000,0.020),(7485,1,3,1599,204,16100.000,0.010),(7486,1,22,1599,204,8800.000,0.060),(7487,1,4,1599,201,33000.000,0.051),(7488,1,8,1599,201,8000.000,0.010),(7489,1,29,1599,3,21862.069,0.058),(7490,1,1,1599,92,134068.966,0.058),(7491,1,30,1599,6,9625.000,0.048),(7492,1,15,1599,106,9000.000,0.014),(7493,1,27,1599,106,4888.889,0.027),(7494,1,39,1599,106,18750.000,0.004),(7495,1,36,1599,106,NULL,0.000),(7496,1,25,1599,17,19093.750,0.032),(7497,1,41,1599,14,174000.000,0.001),(7498,1,36,1599,14,20444.444,0.018),(7499,1,31,1599,231,7111.111,0.018),(7500,1,19,1599,289,15133.333,0.015),(7501,1,16,1599,44,2125.000,0.008),(7502,1,23,1599,44,77142.857,0.007),(7503,1,18,1599,146,14000.000,0.009),(7504,1,43,1599,74,57555.556,0.009),(7505,1,3,1599,221,2000.000,0.003),(7506,1,23,1599,221,16500.000,0.002),(7507,1,26,1599,46,26500.000,0.004),(7508,1,2,1599,141,23666.667,0.003),(7509,1,41,1599,141,NULL,0.000),(7510,1,3,1599,241,18000.000,0.001),(7511,1,34,1599,155,13000.000,0.001),(7512,1,20,1599,49,NULL,0.000),(7513,0,13,1725,70,653.000,27.000),(7514,0,15,1725,43,863.229,3.122),(7515,0,19,1725,43,758.032,7.906),(7516,0,23,1725,43,948.631,2.959),(7517,0,42,1725,43,975.000,2.400),(7518,0,38,1725,43,880.282,3.550),(7519,0,45,1725,182,750.000,0.100),(7520,0,44,1725,182,775.000,0.080),(7521,0,43,1725,182,791.667,0.024),(7522,0,42,1725,182,772.727,0.044),(7523,0,41,1725,182,770.000,0.100),(7524,0,40,1725,182,781.250,0.032),(7525,0,39,1725,182,781.250,0.032),(7526,0,38,1725,182,766.667,0.120),(7527,0,37,1725,182,766.949,0.236),(7528,0,36,1725,182,775.000,0.080),(7529,0,35,1725,182,767.241,0.116),(7530,0,34,1725,182,759.615,0.104),(7531,0,11,1725,112,730.061,0.326),(7532,0,13,1725,112,791.892,0.370),(7533,0,14,1725,112,1280.000,0.025),(7534,0,15,1725,112,1300.000,0.020),(7535,0,16,1725,112,1300.000,0.020),(7536,0,17,1725,112,1287.500,0.080),(7537,0,20,1725,112,1300.000,0.020),(7538,0,21,1725,112,1300.000,0.040),(7539,0,22,1725,112,1300.000,0.040),(7540,0,26,1725,112,1300.000,0.020),(7541,0,27,1725,112,1300.000,0.020),(7542,0,12,1725,20,714.286,0.021),(7543,0,13,1725,20,727.273,0.231),(7544,0,15,1725,20,789.474,0.019),(7545,0,19,1725,20,775.862,0.058),(7546,0,23,1725,20,775.862,0.058),(7547,0,24,1725,20,766.667,0.030),(7548,0,26,1725,20,833.333,0.036),(7549,0,27,1725,20,857.143,0.070),(7550,0,32,1725,20,861.111,0.072),(7551,0,45,1725,20,818.182,0.033),(7552,1,1,1725,165,657.954,152.260),(7553,1,2,1725,165,655.297,100.440),(7554,1,3,1725,165,670.000,103.000),(7555,1,4,1725,165,655.225,177.220),(7556,1,5,1725,165,680.258,122.580),(7557,1,6,1725,165,652.620,101.520),(7558,1,7,1725,165,655.052,129.860),(7559,1,8,1725,165,652.016,51.080),(7560,1,9,1725,165,644.119,153.040),(7561,1,10,1725,165,641.645,125.560),(7562,1,11,1725,165,630.127,76.575),(7563,1,12,1725,165,664.488,98.840),(7564,1,13,1725,165,673.860,216.145),(7565,1,14,1725,165,614.305,179.520),(7566,1,15,1725,165,658.294,127.920),(7567,1,16,1725,165,637.748,106.680),(7568,1,17,1725,165,642.339,203.620),(7569,1,18,1725,165,638.413,71.460),(7570,1,19,1725,165,662.435,126.980),(7571,1,20,1725,165,674.949,126.500),(7572,1,21,1725,165,678.688,103.980),(7573,1,22,1725,165,641.947,153.980),(7574,1,23,1725,165,699.731,100.500),(7575,1,24,1725,165,724.981,26.700),(7576,1,25,1725,165,653.040,129.620),(7577,1,26,1725,165,668.419,76.280),(7578,1,27,1725,165,622.889,75.320),(7579,1,28,1725,165,645.122,75.440),(7580,1,29,1725,165,645.369,118.106),(7581,1,30,1725,165,665.011,27.380),(7582,1,31,1725,165,568.289,72.720),(7583,1,32,1725,165,599.500,121.915),(7584,1,33,1725,165,579.193,118.230),(7585,1,34,1725,165,561.746,80.540),(7586,1,35,1725,165,594.617,136.360),(7587,1,36,1725,165,595.016,76.040),(7588,1,37,1725,165,526.448,103.560),(7589,1,38,1725,165,539.421,79.120),(7590,1,39,1725,165,548.723,76.740),(7591,1,40,1725,165,494.709,126.440),(7592,1,41,1725,165,529.764,77.880),(7593,1,42,1725,165,600.114,130.560),(7594,1,43,1725,165,629.997,75.740),(7595,1,44,1725,165,638.427,64.720),(7596,1,45,1725,165,629.984,50.460),(7597,1,1,1725,38,607.000,96.280),(7598,1,3,1725,38,658.252,21.510),(7599,1,4,1725,38,636.603,49.340),(7600,1,6,1725,38,634.598,127.000),(7601,1,7,1725,38,640.014,72.100),(7602,1,12,1725,38,675.019,26.260),(7603,1,13,1725,38,675.010,49.820),(7604,1,14,1725,38,674.980,24.820),(7605,1,15,1725,38,647.482,25.420),(7606,1,16,1725,38,680.290,73.010),(7607,1,17,1725,38,647.515,26.160),(7608,1,18,1725,38,630.004,103.220),(7609,1,23,1725,38,630.061,46.013),(7610,1,24,1725,38,680.000,25.800),(7611,1,25,1725,38,650.369,126.050),(7612,1,29,1725,38,659.992,26.120),(7613,1,30,1725,38,660.000,50.300),(7614,1,31,1725,38,660.000,22.600),(7615,1,32,1725,38,627.235,26.180),(7616,1,45,1725,38,635.000,50.800),(7617,1,44,1725,38,632.516,25.280),(7618,1,43,1725,38,592.518,24.860),(7619,1,42,1725,38,592.520,25.400),(7620,1,1,1725,20,742.862,28.140),(7621,1,2,1725,20,744.008,27.524),(7622,1,3,1725,20,823.538,1.839),(7623,1,4,1725,20,829.268,0.738),(7624,1,5,1725,20,866.221,1.196),(7625,1,6,1725,20,834.411,2.222),(7626,1,7,1725,20,893.400,0.483),(7627,1,8,1725,20,817.908,2.658),(7628,1,9,1725,20,785.414,25.654),(7629,1,10,1725,20,795.530,17.895),(7630,1,11,1725,20,788.987,20.885),(7631,1,12,1725,20,793.614,16.285),(7632,1,13,1725,20,797.233,26.089),(7633,1,14,1725,20,822.483,21.812),(7634,1,15,1725,20,801.448,19.199),(7635,1,16,1725,20,800.184,17.421),(7636,1,17,1725,20,801.368,22.363),(7637,1,18,1725,20,792.634,16.454),(7638,1,19,1725,20,806.626,15.395),(7639,1,20,1725,20,809.623,12.969),(7640,1,21,1725,20,828.861,18.073),(7641,1,22,1725,20,827.821,18.353),(7642,1,23,1725,20,838.559,17.350),(7643,1,24,1725,20,843.154,18.413),(7644,1,25,1725,20,780.708,69.798),(7645,1,26,1725,20,822.541,18.562),(7646,1,27,1725,20,789.966,16.464),(7647,1,28,1725,20,798.585,13.852),(7648,1,29,1725,20,776.655,14.838),(7649,1,30,1725,20,742.858,46.408),(7650,1,31,1725,20,785.747,15.449),(7651,1,32,1725,20,785.982,12.013),(7652,1,33,1725,20,781.512,19.905),(7653,1,34,1725,20,740.405,22.042),(7654,1,35,1725,20,694.744,40.186),(7655,1,36,1725,20,746.020,20.100),(7656,1,37,1725,20,751.658,20.963),(7657,1,38,1725,20,755.858,22.364),(7658,1,39,1725,20,755.705,18.801),(7659,1,40,1725,20,766.287,17.821),(7660,1,41,1725,20,747.677,15.496),(7661,1,42,1725,20,745.085,15.919),(7662,1,43,1725,20,762.821,13.825),(7663,1,44,1725,20,779.178,9.202),(7664,1,45,1725,20,761.992,18.617),(7665,1,1,1725,79,735.570,17.880),(7666,1,2,1725,79,740.984,19.605),(7667,1,3,1725,79,759.893,15.010),(7668,1,4,1725,79,743.259,16.429),(7669,1,5,1725,79,762.303,15.200),(7670,1,6,1725,79,760.221,16.265),(7671,1,7,1725,79,777.671,18.720),(7672,1,8,1725,79,791.346,10.515),(7673,1,11,1725,79,642.491,53.400),(7674,1,23,1725,79,1045.000,0.200),(7675,1,10,1725,22,613.000,122.000),(7676,1,7,1725,59,750.000,0.008),(7677,1,9,1725,59,750.000,0.008),(7678,1,10,1725,59,750.000,0.016),(7679,1,11,1725,59,275.997,30.580),(7680,1,21,1725,59,785.714,0.014),(7681,1,28,1725,59,860.759,0.395),(7682,1,31,1725,59,857.143,0.007),(7683,1,44,1725,59,875.000,0.008),(7684,1,41,1725,59,875.000,0.016),(7685,1,40,1725,59,480.008,25.360),(7686,1,38,1725,59,875.000,0.008),(7687,1,29,1725,70,621.998,26.730),(7688,1,1,1725,31,110000.000,0.001),(7689,1,14,1725,31,694.988,25.540),(7690,1,45,1725,31,875.000,0.160),(7691,1,44,1725,31,418.182,0.110),(7692,1,43,1725,31,755.556,0.090),(7693,1,33,1725,31,1583.333,0.240),(7694,0,1,2243,59,2641.855,3.493),(7695,0,2,2243,59,2636.830,5.463),(7696,0,3,2243,59,2413.088,1.467),(7697,0,4,2243,59,2409.247,1.871),(7698,0,5,2243,59,2405.405,0.444),(7699,0,6,2243,59,2414.557,0.632),(7700,0,7,2243,59,2223.591,50.910),(7701,0,8,2243,59,2340.218,0.550),(7702,0,9,2243,59,2308.715,63.976),(7703,0,10,2243,59,2407.053,52.050),(7704,0,11,2243,59,2683.909,11.612),(7705,0,12,2243,59,2696.099,2.337),(7706,0,13,2243,59,2456.453,1.573),(7707,0,14,2243,59,2326.750,13.671),(7708,0,15,2243,59,2463.895,1.371),(7709,0,16,2243,59,2333.289,120.445),(7710,0,17,2243,59,2456.422,1.308),(7711,0,18,2243,59,2456.081,1.480),(7712,0,19,2243,59,2573.239,34.244),(7713,0,20,2243,59,2412.551,28.428),(7714,0,21,2243,59,2513.348,58.981),(7715,0,22,2243,59,2846.119,27.916),(7716,0,23,2243,59,2979.350,280.773),(7717,0,24,2243,59,3053.071,48.803),(7718,0,25,2243,59,2989.497,677.891),(7719,0,26,2243,59,3124.062,49.306),(7720,0,27,2243,59,2969.167,4.199),(7721,0,28,2243,59,2728.326,24.695),(7722,0,29,2243,59,2730.149,0.852),(7723,0,30,2243,59,3013.697,183.398),(7724,0,31,2243,59,2990.404,119.420),(7725,0,32,2243,59,3436.883,848.719),(7726,0,33,2243,59,3540.018,315.834),(7727,0,34,2243,59,3558.859,221.732),(7728,0,35,2243,59,3401.692,1102.532),(7729,0,36,2243,59,3399.124,753.372),(7730,0,37,2243,59,3476.012,817.864),(7731,0,38,2243,59,3440.580,1545.583),(7732,0,39,2243,59,3435.403,352.664),(7733,0,40,2243,59,3191.294,146.670),(7734,0,41,2243,59,2784.127,0.825),(7735,0,42,2243,59,2686.868,1.275),(7736,0,43,2243,59,2708.987,16.090),(7737,0,44,2243,59,2716.477,0.984),(7738,0,45,2243,59,2534.507,1.420),(7739,0,1,2243,165,1334.229,67.106),(7740,0,2,2243,165,1432.159,0.707),(7741,0,3,2243,165,1530.089,26.031),(7742,0,4,2243,165,1823.879,0.239),(7743,0,5,2243,165,2117.668,29.593),(7744,0,6,2243,165,2411.458,0.192),(7745,0,7,2243,165,2395.833,0.048),(7746,0,8,2243,165,2580.920,1101.856),(7747,0,9,2243,165,2455.446,0.202),(7748,0,10,2243,165,2452.153,0.418),(7749,0,11,2243,165,2458.438,0.397),(7750,0,12,2243,165,2448.276,0.319),(7751,0,13,2243,165,2847.739,955.595),(7752,0,14,2243,165,3310.856,183.081),(7753,0,15,2243,165,3609.711,334.500),(7754,0,16,2243,165,3706.317,71.403),(7755,0,17,2243,165,3398.425,32.655),(7756,0,18,2243,165,3090.532,182.158),(7757,0,19,2243,165,2782.640,226.277),(7758,0,20,2243,165,2474.748,0.198),(7759,0,21,2243,165,2466.418,0.268),(7760,0,22,2243,165,2458.678,0.484),(7761,0,23,2243,165,2464.491,0.521),(7762,0,24,2243,165,2461.539,0.039),(7763,0,25,2243,165,2452.198,24.178),(7764,0,26,2243,165,2442.857,0.350),(7765,0,27,2243,165,2621.805,245.043),(7766,0,28,2243,165,2577.957,499.658),(7767,0,29,2243,165,2538.075,508.626),(7768,0,30,2243,165,2538.993,1023.150),(7769,0,31,2243,165,2488.665,12.528),(7770,0,32,2243,165,2452.970,0.404),(7771,0,33,2243,165,2778.488,101.173),(7772,0,34,2243,165,2573.505,0.519),(7773,0,35,2243,165,2805.500,540.937),(7774,0,36,2243,165,2492.270,604.406),(7775,0,37,2243,165,2520.100,21.552),(7776,0,38,2243,165,2825.430,661.132),(7777,0,39,2243,165,2475.610,0.164),(7778,0,40,2243,165,2464.286,0.056),(7779,0,41,2243,165,2494.506,0.091),(7780,0,42,2243,165,2485.687,NULL),(7781,0,43,2243,165,2476.868,0.281),(7782,0,44,2243,165,2785.992,521.386),(7783,0,45,2243,165,2810.128,0.389),(7784,0,1,2243,20,2425.319,50.595),(7785,0,2,2243,20,2405.238,510.310),(7786,0,3,2243,20,2439.174,229.886),(7787,0,4,2243,20,2437.500,0.064),(7788,0,5,2243,20,2727.715,37.586),(7789,0,6,2243,20,2759.789,22.775),(7790,0,7,2243,20,2701.999,310.620),(7791,0,8,2243,20,2689.678,74.658),(7792,0,9,2243,20,2841.672,1.074),(7793,0,10,2243,20,2993.665,26.205),(7794,0,11,2243,20,3195.487,16.269),(7795,0,12,2243,20,3047.980,0.336),(7796,0,13,2243,20,2654.712,210.220),(7797,0,14,2243,20,2464.037,0.431),(7798,0,15,2243,20,2266.900,34.738),(7799,0,16,2243,20,2460.554,0.469),(7800,0,17,2243,20,2403.256,0.463),(7801,0,18,2243,20,2345.958,1.918),(7802,0,19,2243,20,2288.660,77.347),(7803,0,20,2243,20,2344.461,1.404),(7804,0,21,2243,20,2400.262,103.977),(7805,0,22,2243,20,2594.130,144.248),(7806,0,23,2243,20,2427.644,97.532),(7807,0,24,2243,20,2390.887,5.311),(7808,0,25,2243,20,2468.465,114.143),(7809,0,26,2243,20,2249.938,344.010),(7810,0,27,2243,20,2440.000,0.300),(7811,0,28,2243,20,2445.600,0.702),(7812,0,29,2243,20,2451.200,0.625),(7813,0,30,2243,20,2446.530,1.704),(7814,0,31,2243,20,2590.143,0.043),(7815,0,32,2243,20,2807.896,1.472),(7816,0,33,2243,20,2953.800,25.717),(7817,0,34,2243,20,2989.639,1.984),(7818,0,35,2243,20,2805.346,156.313),(7819,0,36,2243,20,3239.575,14.126),(7820,0,37,2243,20,3680.113,0.861),(7821,0,38,2243,20,3995.527,5.559),(7822,0,39,2243,20,3756.835,1.676),(7823,0,40,2243,20,3171.942,0.637),(7824,0,41,2243,20,3324.528,155.299),(7825,0,42,2243,20,3218.698,204.826),(7826,0,43,2243,20,2930.335,0.814),(7827,0,44,2243,20,3196.917,4.347),(7828,0,45,2243,20,3063.398,1.343),(7829,0,1,2243,81,2748.000,1.250),(7830,0,2,2243,81,2421.875,0.512),(7831,0,3,2243,81,2414.141,0.396),(7832,0,4,2243,81,2419.280,0.861),(7833,0,5,2243,81,2419.283,0.446),(7834,0,6,2243,81,5033.929,0.560),(7835,0,7,2243,81,2413.621,0.602),(7836,0,8,2243,81,1974.112,2100.483),(7837,0,9,2243,81,4391.946,0.745),(7838,0,10,2243,81,2452.479,0.968),(7839,0,11,2243,81,4648.544,0.515),(7840,0,12,2243,81,3900.802,0.998),(7841,0,13,2243,81,5027.027,0.148),(7842,0,14,2243,81,2911.406,0.903),(7843,0,15,2243,81,3868.778,0.221),(7844,0,16,2243,81,3127.021,0.433),(7845,0,17,2243,81,2803.670,0.545),(7846,0,18,2243,81,2966.159,0.591),(7847,0,19,2243,81,3123.626,0.364),(7848,0,20,2243,81,4526.642,0.807),(7849,0,21,2243,81,2738.620,0.681),(7850,0,22,2243,81,3451.456,0.824),(7851,0,23,2243,81,2460.371,0.593),(7852,0,24,2243,81,2969.231,0.780),(7853,0,25,2243,81,4614.826,0.688),(7854,0,26,2243,81,2454.918,0.488),(7855,0,27,2243,81,2450.195,1.024),(7856,0,28,2243,81,2451.705,1.056),(7857,0,29,2243,81,2454.921,1.453),(7858,0,30,2243,81,2449.640,0.834),(7859,0,32,2243,81,4016.878,0.948),(7860,0,31,2243,81,2451.705,1.056),(7861,0,45,2243,81,2543.322,1.535),(7862,0,44,2243,81,2463.235,0.952),(7863,0,43,2243,81,2466.085,1.032),(7864,0,42,2243,81,2462.520,1.881),(7865,0,41,2243,81,2463.855,1.826),(7866,0,40,2243,81,2475.983,0.229),(7867,0,39,2243,81,2461.371,1.838),(7868,0,38,2243,81,2463.115,1.464),(7869,0,37,2243,81,2456.274,0.789),(7870,0,36,2243,81,2462.059,1.331),(7871,0,35,2243,81,2459.527,1.606),(7872,0,34,2243,81,2452.030,0.542),(7873,0,33,2243,81,2455.253,1.799),(7874,0,1,2243,70,2430.769,0.260),(7875,0,2,2243,70,2674.797,0.246),(7876,0,3,2243,70,4577.375,3.748),(7877,0,4,2243,70,2972.789,0.294),(7878,0,5,2243,70,2770.791,0.493),(7879,0,6,2243,70,3003.922,0.255),(7880,0,7,2243,70,1841.202,8.388),(7881,0,8,2243,70,2982.877,0.292),(7882,0,9,2243,70,2450.980,0.153),(7883,0,10,2243,70,4637.066,4.403),(7884,0,11,2243,70,1362.851,18.396),(7885,0,12,2243,70,2807.229,0.166),(7886,0,13,2243,70,2465.306,0.245),(7887,0,14,2243,70,4546.346,4.283),(7888,0,15,2243,70,2763.158,0.190),(7889,0,16,2243,70,2466.055,0.545),(7890,0,17,2243,70,4630.909,4.400),(7891,0,18,2243,70,4690.327,3.184),(7892,0,19,2243,70,2707.317,0.410),(7893,0,20,2243,70,4606.546,4.247),(7894,0,21,2243,70,2808.673,0.392),(7895,0,22,2243,70,4516.953,4.424),(7896,0,23,2243,70,2761.076,0.632),(7897,0,24,2243,70,2805.000,0.200),(7898,0,25,2243,70,4627.143,4.200),(7899,0,26,2243,70,3000.000,0.128),(7900,0,27,2243,70,4580.789,5.372),(7901,0,28,2243,70,4647.505,5.532),(7902,0,29,2243,70,2867.470,0.332),(7903,0,30,2243,70,2545.455,0.715),(7904,0,32,2243,70,4817.919,6.228),(7905,0,31,2243,70,2837.953,0.469),(7906,0,45,2243,70,2536.023,0.347),(7907,0,44,2243,70,3254.042,0.433),(7908,0,43,2243,70,2461.059,0.321),(7909,0,42,2243,70,2710.191,0.314),(7910,0,41,2243,70,2457.746,0.426),(7911,0,40,2243,70,3221.519,0.632),(7912,0,39,2243,70,3084.507,0.710),(7913,0,38,2243,70,2682.119,0.151),(7914,0,37,2243,70,3517.921,0.558),(7915,0,36,2243,70,2477.178,0.241),(7916,0,35,2243,70,2695.279,0.466),(7917,0,34,2243,70,1355.451,15.237),(7918,0,33,2243,70,2917.411,0.448),(7919,0,2,2243,243,8302.439,0.820),(7920,0,3,2243,243,6320.113,0.353),(7921,0,4,2243,243,7745.146,1.648),(7922,0,5,2243,243,8339.205,1.760),(7923,0,6,2243,243,12343.750,0.256),(7924,0,7,2243,243,7717.500,0.400),(7925,0,8,2243,243,8265.864,1.828),(7926,0,9,2243,243,9218.333,0.600),(7927,0,10,2243,243,7854.070,1.720),(7928,0,11,2243,243,8022.248,5.169),(7929,0,12,2243,243,7816.225,1.208),(7930,0,14,2243,243,7343.200,1.250),(7931,0,15,2243,243,8378.082,1.460),(7932,0,16,2243,243,6688.741,6.146),(7933,0,17,2243,243,7525.000,1.200),(7934,0,18,2243,243,12180.055,0.361),(7935,0,19,2243,243,7375.139,0.901),(7936,0,20,2243,243,7844.366,2.840),(7937,0,21,2243,243,7381.667,1.200),(7938,0,22,2243,243,7765.686,3.841),(7939,0,23,2243,243,8815.972,1.440),(7940,0,24,2243,243,7303.333,0.600),(7941,0,25,2243,243,7185.000,0.400),(7942,0,26,2243,243,7282.857,1.400),(7943,0,27,2243,243,6455.000,1.200),(7944,0,28,2243,243,8285.211,1.136),(7945,0,29,2243,243,7142.143,1.400),(7946,0,30,2243,243,8981.308,1.498),(7947,0,32,2243,243,8637.383,2.140),(7948,0,31,2243,243,8043.529,1.700),(7949,0,45,2243,243,10533.443,6.100),(7950,0,44,2243,243,10668.000,1.500),(7951,0,43,2243,243,10311.250,1.600),(7952,0,42,2243,243,10460.000,1.800),(7953,0,41,2243,243,10825.000,0.600),(7954,0,40,2243,243,10980.000,1.350),(7955,0,39,2243,243,10227.143,0.700),(7956,0,38,2243,243,9535.141,2.988),(7957,0,36,2243,243,6242.830,0.523),(7958,0,34,2243,243,9081.081,3.700),(7959,0,33,2243,243,8383.976,3.008),(7960,0,1,2243,112,2415.873,0.315),(7961,0,2,2243,112,2394.410,0.322),(7962,0,3,2243,112,2412.955,0.741),(7963,0,4,2243,112,2409.524,0.420),(7964,0,5,2243,112,2416.834,0.499),(7965,0,6,2243,112,2397.059,0.136),(7966,0,7,2243,112,2325.843,0.089),(7967,0,8,2243,112,2865.385,0.364),(7968,0,9,2243,112,2754.783,0.575),(7969,0,10,2243,112,2960.883,0.997),(7970,0,11,2243,112,2648.064,0.878),(7971,0,12,2243,112,2820.408,0.245),(7972,0,13,2243,112,2878.641,0.412),(7973,0,14,2243,112,2824.131,0.489),(7974,0,15,2243,112,2473.418,0.395),(7975,0,16,2243,112,2700.809,0.742),(7976,0,17,2243,112,3352.705,0.499),(7977,0,18,2243,112,2486.989,0.269),(7978,0,19,2243,112,3038.745,0.542),(7979,0,20,2243,112,2459.610,0.359),(7980,0,21,2243,112,3222.286,25.944),(7981,0,22,2243,112,2472.808,0.901),(7982,0,23,2243,112,3272.529,1.376),(7983,0,24,2243,112,2496.894,0.322),(7984,0,25,2243,112,2464.286,0.392),(7985,0,26,2243,112,2454.545,0.407),(7986,0,27,2243,112,2459.144,0.514),(7987,0,28,2243,112,2467.005,0.394),(7988,0,29,2243,112,3438.408,14.117),(7989,0,30,2243,112,2825.708,0.459),(7990,0,32,2243,112,2459.144,0.257),(7991,0,31,2243,112,2388.526,1.377),(7992,0,45,2243,112,2680.723,1.162),(7993,0,44,2243,112,2533.730,0.504),(7994,0,43,2243,112,2535.043,0.585),(7995,0,42,2243,112,2599.022,0.409),(7996,0,41,2243,112,2460.870,0.460),(7997,0,40,2243,112,2683.168,0.505),(7998,0,39,2243,112,2450.192,0.522),(7999,0,38,2243,112,2450.363,0.413),(8000,0,37,2243,112,2467.532,0.385),(8001,0,36,2243,112,2457.426,0.505),(8002,0,35,2243,112,2486.486,0.518),(8003,0,34,2243,112,2460.432,0.695),(8004,0,33,2243,112,3066.280,1.207),(8005,0,2,2243,115,8334.583,2.400),(8006,0,3,2243,115,7788.000,2.000),(8007,0,6,2243,115,8264.500,2.000),(8008,0,8,2243,115,8537.000,2.000),(8009,0,9,2243,115,8634.672,2.042),(8010,0,10,2243,115,8069.000,2.000),(8011,0,11,2243,115,7933.000,2.000),(8012,0,13,2243,115,7313.500,2.000),(8013,0,14,2243,115,6487.500,2.000),(8014,0,16,2243,115,6750.500,2.000),(8015,0,18,2243,115,6266.000,2.000),(8016,0,20,2243,115,6297.000,2.000),(8017,0,21,2243,115,6397.500,2.000),(8018,0,22,2243,115,6317.000,2.000),(8019,0,23,2243,115,21600.000,0.080),(8020,0,24,2243,115,6900.387,2.068),(8021,0,25,2243,115,5896.500,2.000),(8022,0,26,2243,115,6938.424,1.218),(8023,0,27,2243,115,5961.000,2.000),(8024,0,29,2243,115,5902.500,2.000),(8025,0,31,2243,115,6022.500,4.000),(8026,0,45,2243,115,6365.152,1.980),(8027,0,44,2243,115,6475.000,1.960),(8028,0,43,2243,115,6252.500,2.000),(8029,0,42,2243,115,6501.500,2.000),(8030,0,40,2243,115,6809.500,2.000),(8031,0,39,2243,115,1000.000,0.001),(8032,0,37,2243,115,5661.075,2.027),(8033,0,36,2243,115,5642.500,2.000),(8034,0,35,2243,115,2312.500,0.080),(8035,0,34,2243,115,5983.500,2.000),(8036,0,33,2243,115,6230.961,2.009),(8037,0,1,2243,43,8500.000,0.010),(8038,0,2,2243,43,7020.057,0.698),(8039,0,3,2243,43,4081.250,0.320),(8040,0,6,2243,43,7548.571,0.175),(8041,0,7,2243,43,5303.349,3.135),(8042,0,8,2243,43,6579.661,0.590),(8043,0,9,2243,43,5514.286,0.980),(8044,0,10,2243,43,8205.357,0.112),(8045,0,11,2243,43,8045.455,0.528),(8046,0,12,2243,43,2000.000,0.001),(8047,0,14,2243,43,8020.833,0.048),(8048,0,15,2243,43,8850.000,0.040),(8049,0,17,2243,43,7826.531,0.294),(8050,0,18,2243,43,3083.333,0.048),(8051,0,19,2243,43,8459.184,0.098),(8052,0,20,2243,43,750.000,0.004),(8053,0,21,2243,43,7520.107,0.373),(8054,0,22,2243,43,14360.000,0.025),(8055,0,23,2243,43,23226.667,0.075),(8056,0,24,2243,43,11524.390,0.082),(8057,0,25,2243,43,15918.367,0.049),(8058,0,26,2243,43,15714.286,0.049),(8059,0,28,2243,43,15489.362,0.047),(8060,0,30,2243,43,6495.652,0.115),(8061,0,32,2243,43,16666.667,0.045),(8062,0,31,2243,43,21000.000,0.025),(8063,0,45,2243,43,13769.231,0.065),(8064,0,44,2243,43,3471.429,0.070),(8065,0,43,2243,43,8960.000,0.025),(8066,0,42,2243,43,6580.214,0.748),(8067,0,41,2243,43,6928.571,0.014),(8068,0,40,2243,43,10493.213,0.221),(8069,0,39,2243,43,20296.296,0.054),(8070,0,38,2243,43,3999.120,3.408),(8071,0,37,2243,43,9015.625,0.064),(8072,0,36,2243,43,14085.366,0.082),(8073,0,35,2243,43,15526.316,0.171),(8074,0,34,2243,43,3054.847,0.784),(8075,0,33,2243,43,9045.455,0.022),(8076,0,3,2243,123,8766.667,0.090),(8077,0,5,2243,123,8416.667,0.120),(8078,0,8,2243,123,8850.000,0.060),(8079,0,9,2243,123,7583.924,0.423),(8080,0,10,2243,123,8841.667,0.120),(8081,0,14,2243,123,9296.429,0.280),(8082,0,15,2243,123,7545.977,0.348),(8083,0,17,2243,123,7543.103,0.348),(8084,0,19,2243,123,9250.000,0.060),(8085,0,22,2243,123,7425.287,0.348),(8086,0,23,2243,123,9255.556,0.180),(8087,0,24,2243,123,9825.000,0.120),(8088,0,25,2243,123,7149.306,0.288),(8089,0,26,2243,123,10950.000,0.260),(8090,0,27,2243,123,9475.000,0.080),(8091,0,28,2243,123,9430.000,0.100),(8092,0,29,2243,123,7149.306,0.288),(8093,0,42,2243,123,7798.611,0.288),(8094,0,41,2243,123,9340.000,1.200),(8095,0,40,2243,123,9392.103,2.938),(8096,0,39,2243,123,12062.424,1.650),(8097,0,37,2243,123,8418.699,0.492),(8098,0,36,2243,123,9440.000,0.050),(8099,0,35,2243,123,7430.556,0.288),(8100,0,34,2243,123,8653.495,0.658),(8101,0,1,2243,57,7129.861,1.440),(8102,0,2,2243,57,2363.636,0.011),(8103,0,3,2243,57,2428.571,0.007),(8104,0,4,2243,57,2428.571,0.007),(8105,0,5,2243,57,6650.000,0.600),(8106,0,6,2243,57,2428.571,0.007),(8107,0,7,2243,57,2363.636,0.011),(8108,0,8,2243,57,6650.000,0.480),(8109,0,9,2243,57,2452.381,0.042),(8110,0,10,2243,57,6197.026,0.538),(8111,0,11,2243,57,6472.727,0.165),(8112,0,12,2243,57,6532.389,0.494),(8113,0,13,2243,57,2413.793,0.029),(8114,0,14,2243,57,2432.432,0.037),(8115,0,15,2243,57,6700.000,0.480),(8116,0,18,2243,57,2500.000,0.018),(8117,0,19,2243,57,6700.000,0.480),(8118,0,20,2243,57,6700.000,0.480),(8119,0,21,2243,57,2442.857,0.070),(8120,0,22,2243,57,6409.709,0.515),(8121,0,23,2243,57,2482.759,0.029),(8122,0,24,2243,57,2432.432,0.037),(8123,0,25,2243,57,6800.000,0.480),(8124,0,26,2243,57,6800.000,0.040),(8125,0,30,2243,57,2421.053,0.076),(8126,0,31,2243,57,6800.000,0.480),(8127,0,45,2243,57,7170.833,0.480),(8128,0,43,2243,57,2466.667,0.030),(8129,0,41,2243,57,2375.000,0.016),(8130,0,40,2243,57,7168.750,0.480),(8131,0,39,2243,57,6991.984,0.499),(8132,0,37,2243,57,6966.135,0.502),(8133,0,34,2243,57,6800.000,0.800),(8134,0,33,2243,57,2441.176,0.034),(8135,0,26,2243,134,2456.140,0.114),(8136,0,27,2243,134,2454.545,0.264),(8137,0,28,2243,134,2443.038,0.158),(8138,0,29,2243,134,2449.541,0.109),(8139,0,31,2243,134,7281.222,1.113),(8140,0,45,2243,134,2527.919,0.985),(8141,0,43,2243,134,12450.000,0.380),(8142,0,42,2243,134,2461.538,0.910),(8143,0,40,2243,134,12450.000,0.400),(8144,0,39,2243,134,12450.000,0.260),(8145,0,37,2243,134,12450.000,0.260),(8146,0,33,2243,134,14155.000,1.000),(8147,0,1,2243,205,2388.889,0.018),(8148,0,2,2243,205,2412.500,0.160),(8149,0,5,2243,205,2388.889,0.018),(8150,0,6,2243,205,8588.462,0.260),(8151,0,7,2243,205,2444.444,0.018),(8152,0,8,2243,205,2450.382,0.131),(8153,0,11,2243,205,2462.963,0.054),(8154,0,12,2243,205,2472.222,0.036),(8155,0,15,2243,205,2472.222,0.036),(8156,0,17,2243,205,2466.216,0.148),(8157,0,18,2243,205,2459.649,0.285),(8158,0,21,2243,205,2451.327,0.113),(8159,0,22,2243,205,2460.526,0.076),(8160,0,23,2243,205,2463.415,0.164),(8161,0,24,2243,205,2458.333,0.504),(8162,0,25,2243,205,2460.526,0.076),(8163,0,27,2243,205,2443.277,0.476),(8164,0,28,2243,205,2452.586,0.232),(8165,0,30,2243,205,2459.459,0.037),(8166,0,32,2243,205,2459.016,0.061),(8167,0,45,2243,205,2542.763,0.304),(8168,0,43,2243,205,2400.000,0.040),(8169,0,42,2243,205,2431.034,0.058),(8170,0,41,2243,205,2436.364,0.055),(8171,0,40,2243,205,2487.179,0.039),(8172,0,39,2243,205,2464.968,0.157),(8173,0,38,2243,205,2447.368,0.038),(8174,0,37,2243,205,2456.647,0.173),(8175,0,35,2243,205,2455.674,0.564),(8176,0,34,2243,205,5817.972,0.434),(8177,0,33,2243,205,2466.258,0.163),(8178,0,1,2243,13,2417.476,0.103),(8179,0,2,2243,13,2437.500,0.048),(8180,0,3,2243,13,2405.714,0.175),(8181,0,4,2243,13,2411.765,0.051),(8182,0,5,2243,13,2275.862,0.029),(8183,0,6,2243,13,2426.829,0.082),(8184,0,7,2243,13,2285.714,0.014),(8185,0,8,2243,13,2750.000,0.004),(8186,0,9,2243,13,2500.000,0.042),(8187,0,10,2243,13,2456.576,0.403),(8188,0,11,2243,13,2459.459,0.074),(8189,0,12,2243,13,2468.750,0.032),(8190,0,13,2243,13,2426.471,0.068),(8191,0,14,2243,13,2478.261,0.046),(8192,0,15,2243,13,2428.571,0.014),(8193,0,16,2243,13,2446.809,0.047),(8194,0,17,2243,13,2500.000,0.032),(8195,0,18,2243,13,2588.235,0.017),(8196,0,19,2243,13,2481.481,0.027),(8197,0,20,2243,13,2436.364,0.055),(8198,0,21,2243,13,2464.115,0.209),(8199,0,22,2243,13,2555.556,0.027),(8200,0,23,2243,13,2454.128,0.218),(8201,0,24,2243,13,2448.276,0.029),(8202,0,25,2243,13,2432.836,0.067),(8203,0,26,2243,13,2434.783,0.046),(8204,0,27,2243,13,2458.333,0.024),(8205,0,28,2243,13,2400.000,0.005),(8206,0,29,2243,13,2555.556,0.018),(8207,0,30,2243,13,2448.718,0.078),(8208,0,32,2243,13,2447.368,0.038),(8209,0,31,2243,13,2484.848,0.033),(8210,0,45,2243,13,2618.182,0.055),(8211,0,44,2243,13,2416.667,0.024),(8212,0,43,2243,13,2483.871,0.062),(8213,0,42,2243,13,2421.053,0.057),(8214,0,41,2243,13,2555.556,0.009),(8215,0,40,2243,13,2466.667,0.030),(8216,0,39,2243,13,2468.085,0.047),(8217,0,38,2243,13,2471.910,0.089),(8218,0,37,2243,13,2454.545,0.055),(8219,0,36,2243,13,2452.632,0.190),(8220,0,35,2243,13,2441.176,0.102),(8221,0,34,2243,13,2448.226,1.381),(8222,0,33,2243,13,2456.140,0.057),(8223,0,1,2243,198,8450.000,0.200),(8224,0,2,2243,198,2421.203,0.349),(8225,0,3,2243,198,8450.000,0.200),(8226,0,5,2243,198,2421.203,0.349),(8227,0,9,2243,198,7200.000,0.100),(8228,0,10,2243,198,2500.000,0.010),(8229,0,12,2243,198,7200.000,0.200),(8230,0,15,2243,198,2500.000,0.010),(8231,0,22,2243,198,7200.000,0.400),(8232,0,23,2243,198,2250.000,0.004),(8233,0,26,2243,198,2448.980,0.588),(8234,0,28,2243,198,7200.000,0.400),(8235,0,45,2243,198,7200.000,0.400),(8236,0,44,2243,198,2461.538,0.065),(8237,0,39,2243,198,7200.000,0.400),(8238,0,36,2243,198,7200.000,0.300),(8239,0,1,2243,61,2412.500,0.080),(8240,0,2,2243,61,2412.500,0.080),(8241,0,3,2243,61,2404.255,0.047),(8242,0,4,2243,61,2406.780,0.118),(8243,0,5,2243,61,2412.500,0.080),(8244,0,6,2243,61,2400.000,0.085),(8245,0,7,2243,61,2372.093,0.043),(8246,0,8,2243,61,2459.459,0.222),(8247,0,9,2243,61,2466.216,0.148),(8248,0,10,2243,61,2450.617,0.324),(8249,0,11,2243,61,2442.953,0.149),(8250,0,12,2243,61,2474.359,0.078),(8251,0,13,2243,61,2453.642,0.302),(8252,0,14,2243,61,2453.947,0.152),(8253,0,15,2243,61,2750.000,0.004),(8254,0,16,2243,61,2484.848,0.033),(8255,0,17,2243,61,2447.368,0.038),(8256,0,18,2243,61,2447.368,0.038),(8257,0,20,2243,61,2460.526,0.076),(8258,0,21,2243,61,2460.526,0.076),(8259,0,22,2243,61,2456.140,0.228),(8260,0,23,2243,61,2460.526,0.076),(8261,0,24,2243,61,2460.526,0.076),(8262,0,25,2243,61,2447.368,0.038),(8263,0,26,2243,61,2440.000,0.050),(8264,0,28,2243,61,2461.538,0.078),(8265,0,29,2243,61,2448.718,0.078),(8266,0,32,2243,61,2400.000,0.005),(8267,0,31,2243,61,2462.366,0.093),(8268,0,45,2243,61,2521.739,0.046),(8269,0,44,2243,61,2468.085,0.094),(8270,0,41,2243,61,2468.085,0.047),(8271,0,40,2243,61,2468.085,0.094),(8272,0,39,2243,61,2653.846,0.052),(8273,0,37,2243,61,2600.000,0.005),(8274,0,34,2243,61,2452.991,0.117),(8275,0,2,2243,38,14000.000,0.027),(8276,0,3,2243,38,13611.111,0.018),(8277,0,5,2243,38,5698.830,0.342),(8278,0,6,2243,38,14333.333,0.045),(8279,0,8,2243,38,9292.857,0.140),(8280,0,10,2243,38,13209.302,0.043),(8281,0,12,2243,38,14166.667,0.036),(8282,0,13,2243,38,9936.782,0.174),(8283,0,15,2243,38,14166.667,0.030),(8284,0,17,2243,38,9558.333,0.120),(8285,0,19,2243,38,13893.333,0.075),(8286,0,25,2243,38,14472.222,0.036),(8287,0,26,2243,38,9550.000,0.100),(8288,0,28,2243,38,7871.429,0.140),(8289,0,30,2243,38,14466.667,0.060),(8290,0,43,2243,38,5811.617,0.637),(8291,0,41,2243,38,14916.667,0.012),(8292,0,40,2243,38,9900.000,0.010),(8293,0,39,2243,38,9700.000,0.060),(8294,0,38,2243,38,9840.000,0.100),(8295,0,37,2243,38,12373.239,0.142),(8296,0,36,2243,38,17866.667,0.150),(8297,0,34,2243,38,7591.880,0.468),(8298,0,1,2243,160,15487.500,0.400),(8299,0,3,2243,160,15185.000,0.400),(8300,0,12,2243,160,15228.205,0.390),(8301,0,21,2243,160,15250.000,0.300),(8302,0,24,2243,160,15060.000,0.400),(8303,0,32,2243,160,8187.500,0.016),(8304,0,44,2243,160,5352.000,0.500),(8305,0,40,2243,160,8125.000,0.008),(8306,0,33,2243,160,15018.000,0.500),(8307,0,6,2243,178,7979.167,0.480),(8308,0,10,2243,178,2449.324,0.592),(8309,0,15,2243,178,2571.429,0.007),(8310,0,16,2243,178,2457.895,0.190),(8311,0,22,2243,178,2463.768,0.345),(8312,0,23,2243,178,2452.830,0.424),(8313,0,24,2243,178,2410.256,0.039),(8314,0,25,2243,178,2454.545,0.011),(8315,0,26,2243,178,2571.429,0.007),(8316,0,27,2243,178,2466.667,0.015),(8317,0,31,2243,178,3937.500,0.048),(8318,0,45,2243,178,2532.787,0.244),(8319,0,36,2243,178,2464.286,0.168),(8320,0,35,2243,178,2466.667,0.015),(8321,0,3,2243,2,8071.429,0.070),(8322,0,6,2243,2,8080.000,0.050),(8323,0,8,2243,2,8066.667,0.150),(8324,0,11,2243,2,6528.571,0.070),(8325,0,12,2243,2,6566.265,0.083),(8326,0,13,2243,2,8065.574,0.061),(8327,0,14,2243,2,6757.282,0.103),(8328,0,15,2243,2,8333.333,0.081),(8329,0,16,2243,2,1333.333,0.072),(8330,0,18,2243,2,8816.327,0.049),(8331,0,19,2243,2,1000.000,0.002),(8332,0,20,2243,2,7212.766,0.047),(8333,0,21,2243,2,5890.000,0.100),(8334,0,22,2243,2,8469.136,0.081),(8335,0,23,2243,2,7188.976,0.127),(8336,0,24,2243,2,8328.947,0.152),(8337,0,26,2243,2,909.091,0.011),(8338,0,28,2243,2,8719.008,0.121),(8339,0,29,2243,2,7789.474,0.057),(8340,0,30,2243,2,6780.488,0.041),(8341,0,44,2243,2,1000.000,0.003),(8342,0,43,2243,2,4762.238,0.143),(8343,0,42,2243,2,8836.735,0.098),(8344,0,41,2243,2,8780.488,0.041),(8345,0,40,2243,2,7396.226,0.106),(8346,0,39,2243,2,7830.189,0.053),(8347,0,38,2243,2,11650.000,0.020),(8348,0,37,2243,2,6716.049,0.243),(8349,0,36,2243,2,8663.934,0.122),(8350,0,34,2243,2,5714.286,0.112),(8351,0,33,2243,2,8673.077,0.052),(8352,0,4,2243,92,4000.000,0.001),(8353,0,16,2243,92,2444.444,0.009),(8354,0,26,2243,92,2457.143,0.035),(8355,0,27,2243,92,2457.143,0.070),(8356,0,28,2243,92,2457.143,0.140),(8357,0,29,2243,92,2457.143,0.140),(8358,0,30,2243,92,2457.143,0.035),(8359,0,32,2243,92,2457.143,0.070),(8360,0,31,2243,92,2457.143,0.105),(8361,0,45,2243,92,2558.824,0.068),(8362,0,44,2243,92,2462.264,0.106),(8363,0,43,2243,92,2457.627,0.177),(8364,0,42,2243,92,2450.617,0.162),(8365,0,41,2243,92,2447.368,0.228),(8366,0,40,2243,92,2468.085,0.141),(8367,0,39,2243,92,2485.714,0.070),(8368,0,38,2243,92,2485.714,0.070),(8369,0,37,2243,92,2457.143,0.140),(8370,0,36,2243,92,2457.143,0.105),(8371,0,35,2243,92,2457.143,0.105),(8372,0,34,2243,92,2457.143,0.140),(8373,0,33,2243,92,2457.143,0.105),(8374,0,3,2243,206,8820.000,0.050),(8375,0,5,2243,206,7638.889,0.036),(8376,0,7,2243,206,7593.750,0.032),(8377,0,8,2243,206,8833.333,0.060),(8378,0,9,2243,206,8833.333,0.030),(8379,0,10,2243,206,8833.333,0.060),(8380,0,11,2243,206,7583.333,0.120),(8381,0,12,2243,206,8837.500,0.080),(8382,0,13,2243,206,8833.333,0.060),(8383,0,16,2243,206,9100.000,0.060),(8384,0,19,2243,206,6073.171,0.041),(8385,0,20,2243,206,9216.667,0.060),(8386,0,21,2243,206,9014.706,0.068),(8387,0,22,2243,206,8585.366,0.082),(8388,0,23,2243,206,9008.130,0.123),(8389,0,24,2243,206,8880.000,0.100),(8390,0,25,2243,206,7625.000,0.040),(8391,0,26,2243,206,7714.286,0.028),(8392,0,27,2243,206,8128.205,0.156),(8393,0,29,2243,206,9386.139,0.101),(8394,0,30,2243,206,9090.164,0.122),(8395,0,43,2243,206,9525.000,0.040),(8396,0,42,2243,206,8375.000,0.024),(8397,0,40,2243,206,9560.000,0.050),(8398,0,39,2243,206,9530.000,0.100),(8399,0,38,2243,206,9241.935,0.062),(8400,0,37,2243,206,8734.694,0.098),(8401,0,36,2243,206,9058.442,0.154),(8402,0,34,2243,206,2000.000,0.003),(8403,0,33,2243,206,9306.818,0.088),(8404,0,1,2243,98,8750.000,0.020),(8405,0,2,2243,98,7750.000,0.004),(8406,0,3,2243,98,8041.667,0.048),(8407,0,5,2243,98,7350.000,0.020),(8408,0,6,2243,98,8250.000,0.040),(8409,0,8,2243,98,8016.667,0.060),(8410,0,9,2243,98,8850.000,0.020),(8411,0,10,2243,98,7500.000,0.004),(8412,0,11,2243,98,8583.333,0.024),(8413,0,12,2243,98,7750.000,0.004),(8414,0,13,2243,98,8516.129,0.062),(8415,0,14,2243,98,8821.429,0.112),(8416,0,15,2243,98,9060.000,0.050),(8417,0,16,2243,98,7625.000,0.016),(8418,0,17,2243,98,13709.302,0.086),(8419,0,18,2243,98,9078.431,0.051),(8420,0,19,2243,98,8500.000,0.028),(8421,0,20,2243,98,7500.000,0.004),(8422,0,21,2243,98,9045.455,0.044),(8423,0,22,2243,98,8788.462,0.052),(8424,0,23,2243,98,454.545,0.011),(8425,0,24,2243,98,8640.625,0.128),(8426,0,25,2243,98,7500.000,0.004),(8427,0,26,2243,98,9119.048,0.084),(8428,0,28,2243,98,9600.000,0.020),(8429,0,29,2243,98,9516.667,0.060),(8430,0,30,2243,98,9750.000,0.028),(8431,0,32,2243,98,9153.846,0.052),(8432,0,31,2243,98,9238.636,0.088),(8433,0,44,2243,98,8820.000,0.100),(8434,0,43,2243,98,7914.286,0.035),(8435,0,42,2243,98,9192.308,0.104),(8436,0,41,2243,98,8462.500,0.080),(8437,0,39,2243,98,8375.000,0.008),(8438,0,38,2243,98,9562.500,0.080),(8439,0,37,2243,98,9430.000,0.100),(8440,0,36,2243,98,8125.000,0.008),(8441,0,35,2243,98,9425.000,0.040),(8442,0,34,2243,98,9450.000,0.020),(8443,0,33,2243,98,8079.365,0.063),(8444,0,11,2243,141,5270.833,1.392),(8445,0,2,2243,238,7625.000,0.024),(8446,0,3,2243,238,7642.857,0.028),(8447,0,4,2243,238,8566.667,0.030),(8448,0,5,2243,238,8285.714,0.070),(8449,0,6,2243,238,7666.667,0.012),(8450,0,8,2243,238,8500.000,0.020),(8451,0,10,2243,238,7583.333,0.024),(8452,0,12,2243,238,8700.000,0.010),(8453,0,13,2243,238,8090.909,0.022),(8454,0,14,2243,238,8666.667,0.030),(8455,0,15,2243,238,7750.000,0.020),(8456,0,16,2243,238,7750.000,0.020),(8457,0,17,2243,238,9633.333,0.030),(8458,0,18,2243,238,7750.000,0.020),(8459,0,19,2243,238,8707.317,0.041),(8460,0,21,2243,238,9400.000,0.010),(8461,0,22,2243,238,10627.119,0.059),(8462,0,24,2243,238,8475.000,0.040),(8463,0,25,2243,238,7600.000,0.020),(8464,0,26,2243,238,8975.000,0.080),(8465,0,27,2243,238,8685.714,0.070),(8466,0,28,2243,238,7750.000,0.020),(8467,0,29,2243,238,9733.333,0.030),(8468,0,30,2243,238,8514.286,0.070),(8469,0,31,2243,238,8525.000,0.120),(8470,0,44,2243,238,10200.000,0.010),(8471,0,42,2243,238,9600.000,0.010),(8472,0,40,2243,238,9800.000,0.020),(8473,0,39,2243,238,13400.000,0.065),(8474,0,38,2243,238,8860.000,0.100),(8475,0,37,2243,238,8000.000,0.020),(8476,0,35,2243,238,8412.500,0.080),(8477,0,34,2243,238,12617.021,0.047),(8478,0,33,2243,238,8610.000,0.100),(8479,0,1,2243,182,2454.545,0.011),(8480,0,2,2243,182,2454.545,0.011),(8481,0,3,2243,182,2416.667,0.060),(8482,0,5,2243,182,2250.000,0.004),(8483,0,6,2243,182,2391.304,0.023),(8484,0,8,2243,182,2500.000,0.018),(8485,0,9,2243,182,2475.000,0.040),(8486,0,10,2243,182,2571.429,0.007),(8487,0,11,2243,182,2400.000,0.015),(8488,0,12,2243,182,2500.000,0.018),(8489,0,16,2243,182,2545.455,0.011),(8490,0,17,2243,182,2375.000,0.024),(8491,0,18,2243,182,2545.455,0.022),(8492,0,19,2243,182,2471.698,0.053),(8493,0,20,2243,182,2461.538,0.091),(8494,0,21,2243,182,2473.684,0.038),(8495,0,22,2243,182,2375.000,0.008),(8496,0,23,2243,182,2580.645,0.031),(8497,0,25,2243,182,2433.333,0.030),(8498,0,27,2243,182,2466.667,0.015),(8499,0,28,2243,182,2434.783,0.023),(8500,0,29,2243,182,2447.619,0.105),(8501,0,32,2243,182,2438.596,0.114),(8502,0,31,2243,182,2435.897,0.039),(8503,0,45,2243,182,2526.316,0.019),(8504,0,43,2243,182,2500.000,0.016),(8505,0,41,2243,182,2487.179,0.039),(8506,0,40,2243,182,2437.500,0.016),(8507,0,39,2243,182,2454.545,0.055),(8508,0,38,2243,182,2472.727,0.055),(8509,0,37,2243,182,2533.333,0.015),(8510,0,36,2243,182,2416.667,0.024),(8511,0,35,2243,182,2478.261,0.023),(8512,0,34,2243,182,2442.623,0.122),(8513,0,33,2243,182,2446.970,0.132),(8514,0,4,2243,227,7800.000,0.060),(8515,0,5,2243,227,7687.500,0.032),(8516,0,7,2243,227,7783.333,0.060),(8517,0,11,2243,227,8475.000,0.040),(8518,0,13,2243,227,7583.333,0.060),(8519,0,14,2243,227,5186.441,0.059),(8520,0,15,2243,227,8025.000,0.040),(8521,0,16,2243,227,7764.706,0.068),(8522,0,17,2243,227,15250.000,0.040),(8523,0,19,2243,227,7625.000,0.032),(8524,0,21,2243,227,7616.667,0.060),(8525,0,23,2243,227,7625.000,0.040),(8526,0,25,2243,227,7646.154,0.065),(8527,0,27,2243,227,8975.000,0.080),(8528,0,28,2243,227,7725.000,0.080),(8529,0,29,2243,227,7725.000,0.040),(8530,0,30,2243,227,9714.286,0.007),(8531,0,45,2243,227,10000.000,0.020),(8532,0,44,2243,227,9700.000,0.010),(8533,0,43,2243,227,15000.000,0.001),(8534,0,42,2243,227,9025.641,0.078),(8535,0,41,2243,227,10166.667,0.006),(8536,0,39,2243,227,8500.000,0.020),(8537,0,37,2243,227,8150.000,0.080),(8538,0,36,2243,227,9583.333,0.012),(8539,0,35,2243,227,7952.381,0.021),(8540,0,33,2243,227,9666.667,0.012),(8541,0,5,2243,74,2394.737,0.038),(8542,0,8,2243,74,2438.596,0.057),(8543,0,9,2243,74,2459.459,0.037),(8544,0,11,2243,74,2459.459,0.037),(8545,0,12,2243,74,2459.459,0.037),(8546,0,13,2243,74,2459.459,0.037),(8547,0,14,2243,74,2450.000,0.060),(8548,0,16,2243,74,2447.368,0.038),(8549,0,17,2243,74,2447.368,0.038),(8550,0,19,2243,74,2447.368,0.038),(8551,0,21,2243,74,2447.368,0.038),(8552,0,22,2243,74,2471.264,0.087),(8553,0,24,2243,74,2473.684,0.019),(8554,0,26,2243,74,2419.355,0.031),(8555,0,27,2243,74,2478.261,0.023),(8556,0,28,2243,74,2461.538,0.039),(8557,0,29,2243,74,2478.261,0.023),(8558,0,30,2243,74,2461.538,0.039),(8559,0,32,2243,74,2400.000,0.020),(8560,0,31,2243,74,2571.429,0.007),(8561,0,45,2243,74,2546.392,0.097),(8562,0,44,2243,74,2483.871,0.031),(8563,0,43,2243,74,2409.091,0.022),(8564,0,42,2243,74,2463.415,0.041),(8565,0,40,2243,74,2487.179,0.039),(8566,0,39,2243,74,2483.871,0.031),(8567,0,38,2243,74,2478.261,0.023),(8568,0,37,2243,74,2533.333,0.015),(8569,0,35,2243,74,2500.000,0.028),(8570,0,34,2243,74,2461.538,0.039),(8571,0,4,2243,14,8125.000,0.040),(8572,0,8,2243,14,8587.500,0.080),(8573,0,11,2243,14,8800.000,0.010),(8574,0,15,2243,14,7840.000,0.200),(8575,0,16,2243,14,9000.000,0.010),(8576,0,17,2243,14,18000.000,0.001),(8577,0,19,2243,14,9000.000,0.018),(8578,0,22,2243,14,9407.407,0.027),(8579,0,23,2243,14,12253.968,0.063),(8580,0,25,2243,14,9444.444,0.018),(8581,0,26,2243,14,16875.000,0.016),(8582,0,28,2243,14,9688.889,0.045),(8583,0,29,2243,14,14723.684,0.076),(8584,0,30,2243,14,9629.630,0.027),(8585,0,32,2243,14,13942.029,0.069),(8586,0,43,2243,14,9333.333,0.030),(8587,0,42,2243,14,12750.000,0.112),(8588,0,41,2243,14,14944.444,0.036),(8589,0,40,2243,14,9333.333,0.024),(8590,0,39,2243,14,9333.333,0.018),(8591,0,37,2243,14,13622.222,0.045),(8592,0,36,2243,14,8600.000,0.010),(8593,0,34,2243,14,9555.556,0.036),(8594,0,2,2243,287,8225.000,0.040),(8595,0,7,2243,287,8100.000,0.020),(8596,0,11,2243,287,8075.000,0.040),(8597,0,16,2243,287,8666.667,0.060),(8598,0,20,2243,287,13400.000,0.030),(8599,0,21,2243,287,8584.158,0.202),(8600,0,26,2243,287,8780.000,0.100),(8601,0,31,2243,287,8453.039,0.181),(8602,0,45,2243,287,9116.667,0.060),(8603,0,41,2243,287,8874.126,0.143),(8604,0,38,2243,287,10057.143,0.070),(8605,0,35,2243,287,9020.000,0.050),(8606,0,2,2243,103,2426.667,0.075),(8607,0,6,2243,103,2411.765,0.034),(8608,0,9,2243,103,2484.848,0.033),(8609,0,10,2243,103,2484.848,0.066),(8610,0,13,2243,103,2484.848,0.033),(8611,0,14,2243,103,2470.588,0.034),(8612,0,16,2243,103,2470.588,0.034),(8613,0,17,2243,103,2470.588,0.034),(8614,0,19,2243,103,2470.588,0.034),(8615,0,20,2243,103,2470.588,0.034),(8616,0,21,2243,103,2470.588,0.034),(8617,0,23,2243,103,2470.588,0.034),(8618,0,24,2243,103,2470.588,0.034),(8619,0,26,2243,103,2457.143,0.035),(8620,0,27,2243,103,2454.545,0.077),(8621,0,45,2243,103,2530.303,0.066),(8622,0,44,2243,103,2538.462,0.026),(8623,0,42,2243,103,2500.000,0.040),(8624,0,41,2243,103,2600.000,0.005),(8625,0,39,2243,103,2485.714,0.035),(8626,0,36,2243,103,2457.143,0.035),(8627,0,33,2243,103,2435.897,0.039),(8628,0,4,2243,48,9117.647,0.017),(8629,0,6,2243,48,8955.556,0.090),(8630,0,9,2243,48,7333.333,0.003),(8631,0,10,2243,48,8783.333,0.060),(8632,0,11,2243,48,7739.130,0.230),(8633,0,12,2243,48,8650.000,0.020),(8634,0,13,2243,48,9036.364,0.055),(8635,0,14,2243,48,8967.742,0.062),(8636,0,16,2243,48,11092.308,0.065),(8637,0,17,2243,48,9485.714,0.035),(8638,0,18,2243,48,9500.000,0.010),(8639,0,22,2243,48,9300.000,0.010),(8640,0,23,2243,48,7625.000,0.088),(8641,0,28,2243,48,7718.750,0.032),(8642,0,30,2243,48,7750.000,0.012),(8643,0,37,2243,48,8400.000,0.020),(8644,0,36,2243,48,8000.000,0.032),(8645,0,1,2243,135,2407.407,0.027),(8646,0,2,2243,135,2357.143,0.014),(8647,0,3,2243,135,2431.818,0.044),(8648,0,5,2243,135,2454.545,0.022),(8649,0,10,2243,135,2475.000,0.080),(8650,0,11,2243,135,2442.623,0.061),(8651,0,13,2243,135,2250.000,0.004),(8652,0,14,2243,135,2464.789,0.071),(8653,0,16,2243,135,2500.000,0.026),(8654,0,18,2243,135,2750.000,0.004),(8655,0,20,2243,135,2428.571,0.014),(8656,0,21,2243,135,2473.684,0.038),(8657,0,22,2243,135,2475.000,0.040),(8658,0,23,2243,135,2384.615,0.013),(8659,0,25,2243,135,2555.556,0.009),(8660,0,27,2243,135,2333.333,0.009),(8661,0,28,2243,135,2388.889,0.018),(8662,0,29,2243,135,2452.381,0.042),(8663,0,30,2243,135,2444.444,0.009),(8664,0,32,2243,135,2444.444,0.054),(8665,0,31,2243,135,2483.871,0.031),(8666,0,42,2243,135,2500.000,0.030),(8667,0,41,2243,135,2416.667,0.036),(8668,0,40,2243,135,2444.444,0.009),(8669,0,38,2243,135,2489.796,0.049),(8670,0,37,2243,135,2333.333,0.018),(8671,0,36,2243,135,2555.556,0.009),(8672,0,35,2243,135,2384.615,0.013),(8673,0,34,2243,135,2433.333,0.030),(8674,0,4,2243,105,2454.545,0.033),(8675,0,6,2243,105,2416.667,0.036),(8676,0,18,2243,105,2454.545,0.011),(8677,0,25,2243,105,2538.462,0.013),(8678,0,28,2243,105,2444.444,0.027),(8679,0,30,2243,105,2444.444,0.027),(8680,0,31,2243,105,2413.793,0.029),(8681,0,45,2243,105,2529.915,0.117),(8682,0,44,2243,105,2424.242,0.033),(8683,0,42,2243,105,2463.636,0.110),(8684,0,40,2243,105,2474.359,0.078),(8685,0,39,2243,105,2483.871,0.031),(8686,0,38,2243,105,2468.085,0.047),(8687,0,35,2243,105,2473.684,0.057),(8688,0,34,2243,105,2500.000,0.014),(8689,0,33,2243,105,2444.444,0.072),(8690,0,4,2243,161,8533.981,0.515),(8691,0,1,2243,170,8850.000,0.020),(8692,0,4,2243,170,8833.333,0.030),(8693,0,7,2243,170,8900.000,0.020),(8694,0,12,2243,170,8800.000,0.040),(8695,0,16,2243,170,9100.000,0.040),(8696,0,21,2243,170,9825.000,0.040),(8697,0,25,2243,170,9555.556,0.045),(8698,0,28,2243,170,9805.556,0.036),(8699,0,31,2243,170,13071.429,0.070),(8700,0,43,2243,170,9900.000,0.020),(8701,0,40,2243,170,9460.000,0.050),(8702,0,37,2243,170,9800.000,0.050),(8703,0,33,2243,170,9666.667,0.024),(8704,0,3,2243,138,8200.000,0.030),(8705,0,9,2243,138,7208.333,0.120),(8706,0,10,2243,138,8066.667,0.015),(8707,0,14,2243,138,8300.000,0.020),(8708,0,16,2243,138,7400.000,0.020),(8709,0,19,2243,138,7352.941,0.034),(8710,0,27,2243,138,8450.000,0.020),(8711,0,29,2243,138,8400.000,0.010),(8712,0,45,2243,138,8525.000,0.040),(8713,0,42,2243,138,8525.000,0.040),(8714,0,39,2243,138,8550.000,0.020),(8715,0,38,2243,138,8387.500,0.080),(8716,0,37,2243,138,8450.000,0.020),(8717,0,33,2243,138,8400.000,0.010),(8718,0,19,2243,106,833.333,0.012),(8719,0,32,2243,106,11000.000,0.010),(8720,0,44,2243,106,8780.000,0.050),(8721,0,42,2243,106,8840.000,0.050),(8722,0,40,2243,106,90.909,0.011),(8723,0,36,2243,106,8710.000,0.100),(8724,0,33,2243,106,8590.000,0.200),(8725,0,1,2243,166,7900.000,0.080),(8726,0,3,2243,166,10000.000,0.020),(8727,0,4,2243,166,8857.143,0.021),(8728,0,6,2243,166,9000.000,0.030),(8729,0,11,2243,166,8900.000,0.010),(8730,0,14,2243,166,9100.000,0.020),(8731,0,17,2243,166,9200.000,0.020),(8732,0,18,2243,166,9200.000,0.010),(8733,0,20,2243,166,1000.000,0.002),(8734,0,22,2243,166,9300.000,0.010),(8735,0,23,2243,166,9300.000,0.010),(8736,0,26,2243,166,9600.000,0.010),(8737,0,27,2243,166,9500.000,0.110),(8738,0,28,2243,166,166.667,0.006),(8739,0,29,2243,166,923.077,0.013),(8740,0,32,2243,166,1000.000,0.002),(8741,0,41,2243,166,9666.667,0.009),(8742,0,34,2243,166,1000.000,0.001),(8743,0,13,2243,185,8960.000,0.050),(8744,0,18,2243,185,11673.267,0.101),(8745,0,29,2243,185,12258.065,0.031),(8746,0,32,2243,185,10039.216,0.051),(8747,0,36,2243,185,10000.000,0.061),(8748,0,34,2243,185,1000.000,0.007),(8749,0,17,2243,235,8273.333,0.300),(8750,0,10,2243,128,7975.000,0.040),(8751,0,16,2243,128,9450.000,0.020),(8752,0,17,2243,128,8754.098,0.122),(8753,0,27,2243,128,8619.048,0.021),(8754,0,31,2243,128,9900.000,0.010),(8755,0,43,2243,128,9000.000,0.011),(8756,0,34,2243,128,8516.129,0.031),(8757,0,6,2243,208,2444.444,0.009),(8758,0,11,2243,208,2444.444,0.018),(8759,0,13,2243,208,2444.444,0.018),(8760,0,14,2243,208,2500.000,0.018),(8761,0,16,2243,208,2481.481,0.054),(8762,0,17,2243,208,2444.444,0.009),(8763,0,42,2243,208,2421.053,0.019),(8764,0,35,2243,208,2500.000,0.022),(8765,0,34,2243,208,2463.415,0.041),(8766,0,33,2243,208,2545.455,0.011),(8767,0,2,2243,11,46020.000,0.200),(8768,0,6,2243,124,7800.000,0.020),(8769,0,12,2243,124,6900.000,0.020),(8770,0,14,2243,124,7818.182,0.011),(8771,0,15,2243,124,16687.500,0.016),(8772,0,16,2243,124,8562.500,0.016),(8773,0,23,2243,124,9320.000,0.025),(8774,0,25,2243,124,8500.000,0.010),(8775,0,28,2243,124,8818.182,0.011),(8776,0,44,2243,124,8900.000,0.020),(8777,0,40,2243,124,8900.000,0.010),(8778,0,33,2243,124,8800.000,0.020),(8779,0,2,2243,174,8800.000,0.010),(8780,0,4,2243,174,6200.000,0.005),(8781,0,5,2243,174,7750.000,0.004),(8782,0,6,2243,174,8444.444,0.018),(8783,0,9,2243,174,9500.000,0.010),(8784,0,10,2243,174,7500.000,0.004),(8785,0,12,2243,174,7500.000,0.004),(8786,0,14,2243,174,7750.000,0.004),(8787,0,15,2243,174,7750.000,0.004),(8788,0,19,2243,174,7625.000,0.008),(8789,0,20,2243,174,7500.000,0.004),(8790,0,21,2243,174,7500.000,0.004),(8791,0,22,2243,174,7500.000,0.008),(8792,0,24,2243,174,7500.000,0.004),(8793,0,26,2243,174,10000.000,0.002),(8794,0,30,2243,174,7750.000,0.004),(8795,0,31,2243,174,9666.667,0.003),(8796,0,43,2243,174,9600.000,0.020),(8797,0,41,2243,174,9600.000,0.010),(8798,0,40,2243,174,62055.556,0.018),(8799,0,38,2243,174,8500.000,0.004),(8800,0,35,2243,174,8000.000,0.004),(8801,0,34,2243,174,10000.000,0.001),(8802,0,33,2243,174,8000.000,0.004),(8803,0,26,2243,232,8240.000,0.150),(8804,0,42,2243,232,5000.000,0.002),(8805,0,18,2243,176,10000.000,0.001),(8806,0,19,2243,176,9600.000,0.070),(8807,0,20,2243,176,10333.333,0.003),(8808,0,42,2243,176,9950.000,0.020),(8809,0,36,2243,176,9760.000,0.025),(8810,0,33,2243,176,1666.667,0.006),(8811,0,7,2243,240,16625.000,0.016),(8812,0,9,2243,240,16583.333,0.024),(8813,0,10,2243,240,16593.750,0.032),(8814,0,28,2243,240,16625.000,0.008),(8815,0,30,2243,240,16875.000,0.008),(8816,0,33,2243,240,16875.000,0.008),(8817,0,11,2243,114,800.000,0.005),(8818,0,18,2243,114,9166.667,0.012),(8819,0,29,2243,114,9416.667,0.012),(8820,0,44,2243,114,8187.500,0.048),(8821,0,36,2243,114,9583.333,0.012),(8822,0,10,2243,156,9000.000,0.020),(8823,0,32,2243,156,20366.667,0.030),(8824,0,40,2243,156,9800.000,0.030),(8825,0,4,2243,199,13750.000,0.012),(8826,0,13,2243,199,14000.000,0.012),(8827,0,17,2243,199,14250.000,0.012),(8828,0,21,2243,199,2000.000,0.001),(8829,0,22,2243,199,14583.333,0.012),(8830,0,40,2243,199,14083.333,0.012),(8831,0,3,2243,31,8660.000,0.050),(8832,0,40,2243,23,14833.333,0.012),(8833,0,39,2243,23,8833.333,0.018),(8834,0,34,2243,23,9916.667,0.012),(8835,0,19,2243,46,10000.000,0.002),(8836,0,28,2243,46,9500.000,0.002),(8837,0,42,2243,46,9875.000,0.008),(8838,0,36,2243,46,9500.000,0.020),(8839,0,14,2243,111,9000.000,0.006),(8840,0,23,2243,111,9700.000,0.010),(8841,0,27,2243,111,9800.000,0.010),(8842,0,40,2243,111,10000.000,0.006),(8843,0,1,2243,107,9300.000,0.010),(8844,0,11,2243,107,17875.000,0.016),(8845,0,15,2243,107,1333.333,0.003),(8846,0,43,2243,64,857.143,0.007),(8847,0,34,2243,64,6235.294,0.017),(8848,0,32,2243,220,23045.455,0.022),(8849,0,42,2243,22,2500.000,0.018),(8850,0,4,2243,104,9500.000,0.002),(8851,0,9,2243,104,8928.571,0.014),(8852,0,20,2243,49,8333.333,0.003),(8853,0,27,2243,49,13833.333,0.006),(8854,0,35,2243,49,14000.000,0.006),(8855,0,9,2243,226,10800.000,0.005),(8856,0,24,2243,226,10500.000,0.010),(8857,0,24,2243,201,833.333,0.006),(8858,0,9,2243,223,8600.000,0.005),(8859,0,41,2243,152,2500.000,0.004),(8860,0,43,2243,44,3333.333,0.003),(8861,0,9,2243,153,17333.333,0.003),(8862,0,15,2243,251,11000.000,0.003),(8863,0,35,2243,1,13000.000,0.002),(8864,0,25,2243,85,2000.000,0.001),(8865,1,1,2243,85,2409.095,3838.101),(8866,1,2,2243,85,2210.923,6514.534),(8867,1,3,2243,85,2366.627,8566.539),(8868,1,4,2243,85,2619.931,5907.781),(8869,1,5,2243,85,2728.967,10848.313),(8870,1,6,2243,85,2683.591,8481.542),(8871,1,7,2243,85,2485.427,4851.078),(8872,1,8,2243,85,2327.327,2644.715),(8873,1,9,2243,85,2296.376,3447.281),(8874,1,10,2243,85,2331.839,6534.645),(8875,1,11,2243,85,2246.423,4912.122),(8876,1,12,2243,85,2396.246,3757.422),(8877,1,13,2243,85,2188.114,4555.945),(8878,1,14,2243,85,2136.071,2808.048),(8879,1,15,2243,85,2114.077,5027.817),(8880,1,16,2243,85,2099.216,8141.371),(8881,1,17,2243,85,2102.924,1667.596),(8882,1,18,2243,85,2198.744,7045.301),(8883,1,19,2243,85,2156.502,5491.922),(8884,1,20,2243,85,2104.194,3881.005),(8885,1,21,2243,85,2065.453,4127.820),(8886,1,22,2243,85,2082.035,5808.373),(8887,1,23,2243,85,2069.034,4518.662),(8888,1,24,2243,85,2088.983,3734.106),(8889,1,25,2243,85,1915.579,9230.712),(8890,1,26,2243,85,2104.475,3095.582),(8891,1,27,2243,85,2092.643,5094.533),(8892,1,28,2243,85,2203.219,7291.066),(8893,1,29,2243,85,2163.268,2921.809),(8894,1,30,2243,85,2121.287,2235.007),(8895,1,31,2243,85,2341.352,5218.500),(8896,1,32,2243,85,2520.969,8582.653),(8897,1,33,2243,85,2359.131,5613.088),(8898,1,34,2243,85,2572.358,4036.106),(8899,1,35,2243,85,2449.648,9585.348),(8900,1,36,2243,85,2627.127,3490.474),(8901,1,37,2243,85,2689.517,2905.574),(8902,1,38,2243,85,2775.645,3595.402),(8903,1,39,2243,85,2937.062,3426.089),(8904,1,40,2243,85,3219.485,2346.083),(8905,1,41,2243,85,3053.074,5298.905),(8906,1,42,2243,85,3234.815,2633.850),(8907,1,43,2243,85,3101.138,3298.570),(8908,1,44,2243,85,3260.038,6313.005),(8909,1,45,2243,85,3275.581,5068.967),(8910,1,1,2243,44,2074.004,3859.141),(8911,1,2,2243,44,1926.251,4813.898),(8912,1,3,2243,44,1916.426,5072.209),(8913,1,4,2243,44,2067.888,2920.573),(8914,1,5,2243,44,2245.866,766.791),(8915,1,6,2243,44,2353.387,1625.644),(8916,1,7,2243,44,2415.529,1412.081),(8917,1,8,2243,44,2301.187,2713.422),(8918,1,9,2243,44,2357.877,1528.942),(8919,1,10,2243,44,2302.150,2892.861),(8920,1,11,2243,44,2304.097,1356.954),(8921,1,12,2243,44,2022.314,2508.318),(8922,1,13,2243,44,2028.323,4348.675),(8923,1,14,2243,44,1927.665,3736.318),(8924,1,15,2243,44,1949.158,4315.127),(8925,1,16,2243,44,1878.497,3870.185),(8926,1,17,2243,44,1912.086,935.767),(8927,1,18,2243,44,1907.465,2870.892),(8928,1,19,2243,44,2047.653,2524.905),(8929,1,20,2243,44,2084.147,2903.249),(8930,1,21,2243,44,2071.902,1861.384),(8931,1,22,2243,44,2023.645,2822.191),(8932,1,23,2243,44,2062.719,3378.586),(8933,1,24,2243,44,1952.760,9648.733),(8934,1,25,2243,44,2137.608,4374.623),(8935,1,26,2243,44,2158.887,5659.053),(8936,1,27,2243,44,2286.696,3038.217),(8937,1,28,2243,44,2209.522,5658.157),(8938,1,29,2243,44,2399.735,2316.449),(8939,1,30,2243,44,2440.663,3449.737),(8940,1,31,2243,44,2440.643,3093.498),(8941,1,32,2243,44,2533.289,2001.760),(8942,1,33,2243,44,2568.774,5164.907),(8943,1,34,2243,44,2693.867,3004.020),(8944,1,35,2243,44,2847.261,2411.682),(8945,1,36,2243,44,2678.004,2613.096),(8946,1,37,2243,44,2516.443,5486.681),(8947,1,38,2243,44,2508.384,5674.071),(8948,1,39,2243,44,2752.609,7668.135),(8949,1,40,2243,44,2941.573,4542.665),(8950,1,41,2243,44,3029.493,4818.028),(8951,1,42,2243,44,3145.271,2517.857),(8952,1,43,2243,44,3272.849,5863.311),(8953,1,44,2243,44,3191.141,4219.947),(8954,1,45,2243,44,3129.154,3398.527),(8955,1,1,2243,63,2696.938,213.616),(8956,1,2,2243,63,2745.127,0.500),(8957,1,3,2243,63,2793.316,151.487),(8958,1,4,2243,63,2524.655,142.125),(8959,1,5,2243,63,2559.828,225.253),(8960,1,6,2243,63,2477.695,347.192),(8961,1,7,2243,63,2705.195,179.715),(8962,1,8,2243,63,2592.524,404.937),(8963,1,9,2243,63,2596.917,92.378),(8964,1,10,2243,63,2555.682,141.086),(8965,1,11,2243,63,2657.829,359.387),(8966,1,12,2243,63,2794.742,322.297),(8967,1,13,2243,63,2711.466,186.117),(8968,1,14,2243,63,2679.306,175.616),(8969,1,15,2243,63,2455.186,140.134),(8970,1,16,2243,63,2543.563,119.458),(8971,1,17,2243,63,2399.618,236.426),(8972,1,18,2243,63,2583.489,340.517),(8973,1,19,2243,63,2853.335,727.215),(8974,1,20,2243,63,2558.181,660.714),(8975,1,21,2243,63,2675.722,267.539),(8976,1,22,2243,63,2592.075,451.831),(8977,1,23,2243,63,2571.015,499.425),(8978,1,24,2243,63,2725.751,428.829),(8979,1,25,2243,63,2883.139,652.850),(8980,1,26,2243,63,2737.125,422.391),(8981,1,27,2243,63,3109.061,726.784),(8982,1,28,2243,63,2908.361,786.128),(8983,1,29,2243,63,2887.194,504.514),(8984,1,30,2243,63,2926.686,763.084),(8985,1,31,2243,63,3025.198,805.061),(8986,1,32,2243,63,2813.872,549.177),(8987,1,33,2243,63,2909.275,618.496),(8988,1,34,2243,63,2868.991,666.246),(8989,1,35,2243,63,2878.651,506.678),(8990,1,36,2243,63,2866.971,756.142),(8991,1,37,2243,63,2797.258,555.153),(8992,1,38,2243,63,3013.446,1268.801),(8993,1,39,2243,63,2952.606,951.198),(8994,1,40,2243,63,3026.234,560.489),(8995,1,41,2243,63,3165.544,529.224),(8996,1,42,2243,63,3201.477,762.485),(8997,1,43,2243,63,3178.494,724.835),(8998,1,44,2243,63,3103.201,547.504),(8999,1,45,2243,63,3189.360,1144.315),(9000,1,1,2243,65,2521.833,344.300),(9001,1,2,2243,65,2333.039,435.504),(9002,1,3,2243,65,2386.850,379.628),(9003,1,4,2243,65,2424.345,144.208),(9004,1,5,2243,65,2507.828,391.723),(9005,1,6,2243,65,2529.023,461.485),(9006,1,7,2243,65,2814.777,291.286),(9007,1,8,2243,65,2744.370,201.242),(9008,1,9,2243,65,2623.964,297.716),(9009,1,10,2243,65,2457.933,352.875),(9010,1,11,2243,65,2496.862,340.990),(9011,1,12,2243,65,2559.177,290.829),(9012,1,13,2243,65,2541.272,278.298),(9013,1,14,2243,65,2193.665,372.907),(9014,1,15,2243,65,2241.478,341.804),(9015,1,16,2243,65,2165.506,392.873),(9016,1,17,2243,65,2144.862,474.982),(9017,1,18,2243,65,2132.466,410.688),(9018,1,19,2243,65,2242.679,464.285),(9019,1,20,2243,65,2094.531,333.117),(9020,1,21,2243,65,2065.929,403.978),(9021,1,22,2243,65,2211.489,451.405),(9022,1,23,2243,65,2288.016,406.279),(9023,1,24,2243,65,2392.761,244.800),(9024,1,25,2243,65,2386.381,417.973),(9025,1,26,2243,65,2216.681,251.263),(9026,1,27,2243,65,2221.196,309.770),(9027,1,28,2243,65,2477.969,492.791),(9028,1,29,2243,65,2506.709,413.981),(9029,1,30,2243,65,2525.080,615.082),(9030,1,31,2243,65,2507.091,722.817),(9031,1,32,2243,65,2458.519,429.025),(9032,1,33,2243,65,2559.489,423.331),(9033,1,34,2243,65,2518.865,756.173),(9034,1,35,2243,65,2449.177,495.911),(9035,1,36,2243,65,2547.429,360.189),(9036,1,37,2243,65,2399.812,424.037),(9037,1,38,2243,65,2757.009,390.830),(9038,1,39,2243,65,2731.022,419.190),(9039,1,40,2243,65,2881.764,510.674),(9040,1,41,2243,65,3084.107,669.645),(9041,1,42,2243,65,2980.946,676.565),(9042,1,43,2243,65,3021.131,692.339),(9043,1,44,2243,65,3060.854,596.133),(9044,1,45,2243,65,3174.722,523.144),(9045,1,1,2243,163,2519.564,853.515),(9046,1,2,2243,163,2457.604,167.186),(9047,1,3,2243,163,2460.598,110.033),(9048,1,4,2243,163,2466.086,129.800),(9049,1,5,2243,163,2575.244,719.887),(9050,1,6,2243,163,2549.560,484.915),(9051,1,7,2243,163,2263.344,198.800),(9052,1,8,2243,163,2223.455,947.690),(9053,1,9,2243,163,2256.410,647.695),(9054,1,10,2243,163,2507.785,1093.909),(9055,1,11,2243,163,2581.119,247.884),(9056,1,12,2243,163,2481.989,203.453),(9057,1,13,2243,163,2234.707,99.520),(9058,1,14,2243,163,2040.148,248.500),(9059,1,15,2243,163,1924.113,764.414),(9060,1,16,2243,163,1961.708,NULL),(9061,1,17,2243,163,1999.303,298.200),(9062,1,18,2243,163,1840.599,596.400),(9063,1,19,2243,163,1846.042,206.927),(9064,1,20,2243,163,1883.886,NULL),(9065,1,21,2243,163,1921.729,930.234),(9066,1,22,2243,163,2012.165,423.200),(9067,1,23,2243,163,2026.342,491.960),(9068,1,24,2243,163,1950.695,348.258),(9069,1,25,2243,163,2208.260,716.747),(9070,1,26,2243,163,2157.806,105.801),(9071,1,27,2243,163,2135.634,198.800),(9072,1,28,2243,163,2127.444,353.307),(9073,1,29,2243,163,2235.108,495.296),(9074,1,30,2243,163,2219.959,NULL),(9075,1,31,2243,163,2204.811,106.640),(9076,1,32,2243,163,2448.911,494.510),(9077,1,33,2243,163,2492.141,167.200),(9078,1,34,2243,163,2576.802,389.009),(9079,1,35,2243,163,2719.477,650.812),(9080,1,36,2243,163,2669.200,1003.527),(9081,1,37,2243,163,2616.750,393.380),(9082,1,38,2243,163,2629.103,635.880),(9083,1,39,2243,163,2720.576,1146.773),(9084,1,40,2243,163,2872.705,540.290),(9085,1,41,2243,163,2894.473,NULL),(9086,1,42,2243,163,2916.242,61.940),(9087,1,43,2243,163,2687.927,23.808),(9088,1,44,2243,163,2434.796,9.499),(9089,1,45,2243,163,2473.238,NULL),(9090,1,1,2243,165,1802.694,2194.134),(9091,1,2,2243,165,1843.791,833.340),(9092,1,3,2243,165,1711.475,809.147),(9093,1,4,2243,165,2094.731,517.781),(9094,1,5,2243,165,1939.120,652.284),(9095,1,6,2243,165,1804.181,539.182),(9096,1,7,2243,165,1204.963,179.140),(9097,1,8,2243,165,2025.202,314.419),(9098,1,9,2243,165,2119.746,336.595),(9099,1,10,2243,165,1840.484,425.255),(9100,1,11,2243,165,1679.552,455.850),(9101,1,12,2243,165,2672.325,248.234),(9102,1,13,2243,165,2027.980,333.742),(9103,1,14,2243,165,2257.999,294.796),(9104,1,15,2243,165,2018.922,381.998),(9105,1,16,2243,165,1974.496,344.227),(9106,1,17,2243,165,2259.363,544.005),(9107,1,18,2243,165,2423.077,0.026),(9108,1,19,2243,165,2600.000,0.005),(9109,1,20,2243,165,2500.000,0.020),(9110,1,22,2243,165,542.728,74.940),(9111,1,23,2243,165,887.745,115.157),(9112,1,24,2243,165,1499.446,60.435),(9113,1,25,2243,165,1300.558,119.867),(9114,1,26,2243,165,2142.880,18.932),(9115,1,27,2243,165,2183.020,41.968),(9116,1,28,2243,165,753.310,100.742),(9117,1,29,2243,165,2761.730,20.162),(9118,1,30,2243,165,1266.691,52.664),(9119,1,31,2243,165,3099.580,19.512),(9120,1,32,2243,165,2450.704,0.071),(9121,1,45,2243,165,2260.497,238.571),(9122,1,44,2243,165,2175.910,323.484),(9123,1,43,2243,165,909.027,17.060),(9124,1,42,2243,165,2130.641,65.301),(9125,1,41,2243,165,2263.931,50.195),(9126,1,40,2243,165,3623.892,55.968),(9127,1,39,2243,165,941.574,40.941),(9128,1,38,2243,165,553.464,64.380),(9129,1,37,2243,165,1742.178,114.897),(9130,1,36,2243,165,1483.845,149.610),(9131,1,35,2243,165,1011.967,83.479),(9132,1,34,2243,165,1776.087,151.742),(9133,1,33,2243,165,3051.261,66.171),(9134,1,1,2243,47,2619.435,25.089),(9135,1,2,2243,47,2650.143,NULL),(9136,1,3,2243,47,2680.851,0.047),(9137,1,4,2243,47,2532.192,0.129),(9138,1,5,2243,47,2563.818,NULL),(9139,1,6,2243,47,2740.039,21.634),(9140,1,7,2243,47,2568.310,NULL),(9141,1,8,2243,47,2396.581,NULL),(9142,1,9,2243,47,2224.852,0.020),(9143,1,10,2243,47,2053.123,23.154),(9144,1,11,2243,47,2052.632,0.247),(9145,1,12,2243,47,2052.630,25.708),(9146,1,13,2243,47,2026.717,64.490),(9147,1,14,2243,47,1910.460,39.462),(9148,1,15,2243,47,2052.908,13.344),(9149,1,16,2243,47,2052.794,NULL),(9150,1,17,2243,47,2052.681,16.989),(9151,1,18,2243,47,1861.688,114.849),(9152,1,19,2243,47,1830.296,40.217),(9153,1,20,2243,47,1890.102,139.238),(9154,1,21,2243,47,2047.356,107.548),(9155,1,22,2243,47,2134.041,245.925),(9156,1,23,2243,47,2112.456,395.033),(9157,1,24,2243,47,2188.149,311.519),(9158,1,25,2243,47,2203.639,223.494),(9159,1,26,2243,47,2299.265,353.249),(9160,1,27,2243,47,2350.363,285.684),(9161,1,28,2243,47,2407.852,521.123),(9162,1,29,2243,47,2424.857,323.714),(9163,1,30,2243,47,2409.481,322.743),(9164,1,31,2243,47,2420.200,187.256),(9165,1,32,2243,47,2426.986,208.035),(9166,1,33,2243,47,2401.324,62.381),(9167,1,34,2243,47,2391.328,20.134),(9168,1,35,2243,47,2455.987,64.958),(9169,1,36,2243,47,2390.786,59.910),(9170,1,37,2243,47,2591.987,83.784),(9171,1,38,2243,47,2762.424,10.725),(9172,1,39,2243,47,2575.936,360.420),(9173,1,40,2243,47,2803.321,190.452),(9174,1,41,2243,47,2709.469,1099.572),(9175,1,42,2243,47,2856.664,808.149),(9176,1,43,2243,47,3047.746,708.205),(9177,1,44,2243,47,3004.016,567.443),(9178,1,45,2243,47,3005.618,147.753),(9179,1,1,2243,141,2856.857,112.894),(9180,1,2,2243,141,2625.915,163.185),(9181,1,3,2243,141,2568.011,136.485),(9182,1,4,2243,141,2235.084,40.913),(9183,1,5,2243,141,2685.388,186.048),(9184,1,6,2243,141,2473.127,99.485),(9185,1,7,2243,141,2259.049,257.554),(9186,1,8,2243,141,2629.682,81.981),(9187,1,9,2243,141,2645.146,158.099),(9188,1,10,2243,141,2530.359,114.100),(9189,1,11,2243,141,2461.911,207.276),(9190,1,12,2243,141,2513.103,119.931),(9191,1,13,2243,141,2636.107,178.206),(9192,1,14,2243,141,2282.520,156.265),(9193,1,15,2243,141,1931.740,46.440),(9194,1,16,2243,141,2544.367,195.326),(9195,1,17,2243,141,2404.153,89.857),(9196,1,18,2243,141,2233.933,146.935),(9197,1,19,2243,141,2435.219,145.428),(9198,1,20,2243,141,2139.989,60.826),(9199,1,21,2243,141,2319.807,134.209),(9200,1,22,2243,141,2047.262,76.657),(9201,1,23,2243,141,2397.764,94.727),(9202,1,24,2243,141,2572.472,147.602),(9203,1,25,2243,141,2734.830,157.729),(9204,1,26,2243,141,2583.374,142.965),(9205,1,27,2243,141,2576.204,157.347),(9206,1,28,2243,141,2693.911,180.781),(9207,1,29,2243,141,2616.779,61.158),(9208,1,30,2243,141,2771.556,109.042),(9209,1,31,2243,141,2531.230,134.471),(9210,1,32,2243,141,2749.965,194.497),(9211,1,45,2243,141,3008.220,195.124),(9212,1,44,2243,141,2998.851,135.786),(9213,1,43,2243,141,3223.162,96.114),(9214,1,42,2243,141,2881.567,144.259),(9215,1,41,2243,141,2946.341,124.340),(9216,1,40,2243,141,2837.032,126.043),(9217,1,39,2243,141,2866.776,244.994),(9218,1,38,2243,141,2919.029,42.892),(9219,1,37,2243,141,2836.476,291.750),(9220,1,36,2243,141,2504.312,109.341),(9221,1,35,2243,141,2545.317,218.099),(9222,1,34,2243,141,2647.531,181.091),(9223,1,33,2243,141,2669.226,220.265),(9224,1,1,2243,173,2523.529,74.823),(9225,1,2,2243,173,2556.896,274.139),(9226,1,3,2243,173,3386.035,12.789),(9227,1,4,2243,173,2485.930,74.875),(9228,1,5,2243,173,2705.147,103.343),(9229,1,6,2243,173,2523.438,2.560),(9230,1,7,2243,173,2750.885,95.221),(9231,1,8,2243,173,2785.435,45.534),(9232,1,9,2243,173,2854.377,29.652),(9233,1,10,2243,173,3750.303,14.045),(9234,1,11,2243,173,3086.360,23.240),(9235,1,12,2243,173,2626.450,39.055),(9236,1,13,2243,173,2721.276,12.568),(9237,1,14,2243,173,2687.041,34.078),(9238,1,15,2243,173,2416.592,88.595),(9239,1,16,2243,173,2323.869,79.245),(9240,1,17,2243,173,2540.066,149.815),(9241,1,18,2243,173,2209.817,26.628),(9242,1,19,2243,173,2971.387,15.902),(9243,1,20,2243,173,2396.089,125.348),(9244,1,21,2243,173,2740.321,142.942),(9245,1,22,2243,173,2388.399,208.708),(9246,1,23,2243,173,2805.422,80.862),(9247,1,24,2243,173,2737.902,53.953),(9248,1,25,2243,173,2915.701,123.999),(9249,1,26,2243,173,2689.679,91.112),(9250,1,27,2243,173,3186.089,50.304),(9251,1,28,2243,173,2879.691,161.842),(9252,1,29,2243,173,2868.336,35.507),(9253,1,30,2243,173,2866.999,103.383),(9254,1,31,2243,173,3015.170,146.340),(9255,1,32,2243,173,3528.534,54.969),(9256,1,45,2243,173,3414.466,227.295),(9257,1,44,2243,173,3265.595,116.207),(9258,1,43,2243,173,3387.271,285.198),(9259,1,42,2243,173,3488.637,192.732),(9260,1,41,2243,173,3141.159,183.559),(9261,1,40,2243,173,2867.305,101.285),(9262,1,39,2243,173,3071.248,139.989),(9263,1,38,2243,173,3065.392,156.732),(9264,1,37,2243,173,2926.612,296.383),(9265,1,36,2243,173,3219.057,112.998),(9266,1,35,2243,173,3033.205,120.223),(9267,1,34,2243,173,3179.168,87.114),(9268,1,33,2243,173,3091.175,183.591),(9269,1,2,2243,239,2146.893,125.574),(9270,1,3,2243,239,2163.635,159.067),(9271,1,4,2243,239,2154.436,156.486),(9272,1,5,2243,239,2138.820,53.962),(9273,1,6,2243,239,2161.722,234.730),(9274,1,7,2243,239,2241.800,75.947),(9275,1,8,2243,239,2350.962,129.014),(9276,1,9,2243,239,2461.534,179.640),(9277,1,10,2243,239,2479.643,133.468),(9278,1,11,2243,239,2442.484,176.022),(9279,1,12,2243,239,2538.909,20.445),(9280,1,13,2243,239,2481.574,118.150),(9281,1,14,2243,239,2399.750,179.232),(9282,1,15,2243,239,2318.986,51.228),(9283,1,16,2243,239,2242.575,78.355),(9284,1,19,2243,239,2471.464,20.010),(9285,1,21,2243,239,2548.238,55.133),(9286,1,22,2243,239,2580.578,12.553),(9287,1,23,2243,239,2580.480,26.783),(9288,1,25,2243,239,2618.276,22.456),(9289,1,26,2243,239,2585.678,11.018),(9290,1,27,2243,239,2598.025,19.337),(9291,1,31,2243,239,3224.533,18.897),(9292,1,34,2243,239,23625.000,0.008),(9293,1,1,2243,20,1552.557,34.905),(9294,1,2,2243,20,1663.273,31.527),(9295,1,3,2243,20,2254.321,55.076),(9296,1,4,2243,20,1569.529,120.073),(9297,1,5,2243,20,2527.116,32.103),(9298,1,6,2243,20,1372.639,16.944),(9299,1,7,2243,20,2719.647,64.886),(9300,1,8,2243,20,1887.550,20.080),(9301,1,9,2243,20,1992.498,57.449),(9302,1,10,2243,20,1867.677,65.242),(9303,1,11,2243,20,2695.415,34.657),(9304,1,12,2243,20,1602.854,257.137),(9305,1,13,2243,20,1186.093,90.009),(9306,1,14,2243,20,1893.518,53.962),(9307,1,15,2243,20,1609.055,116.771),(9308,1,16,2243,20,1858.918,98.815),(9309,1,17,2243,20,1909.584,101.486),(9310,1,18,2243,20,1590.447,37.790),(9311,1,19,2243,20,1695.388,81.402),(9312,1,20,2243,20,1965.680,70.513),(9313,1,21,2243,20,1482.785,67.411),(9314,1,22,2243,20,1733.855,34.609),(9315,1,23,2243,20,4416.478,3.095),(9316,1,24,2243,20,6100.821,2.192),(9317,1,25,2243,20,3721.715,1.423),(9318,1,26,2243,20,2653.756,23.521),(9319,1,27,2243,20,2142.181,35.272),(9320,1,28,2243,20,1163.624,59.166),(9321,1,29,2243,20,2535.150,21.579),(9322,1,30,2243,20,2037.974,31.100),(9323,1,31,2243,20,2916.667,1.752),(9324,1,32,2243,20,1022.605,144.042),(9325,1,45,2243,20,2589.819,1.709),(9326,1,44,2243,20,4837.238,9.818),(9327,1,43,2243,20,2282.769,6.645),(9328,1,42,2243,20,1559.156,44.408),(9329,1,41,2243,20,7007.387,8.799),(9330,1,40,2243,20,4244.493,42.173),(9331,1,39,2243,20,4342.550,3.725),(9332,1,38,2243,20,4479.825,1.140),(9333,1,37,2243,20,715.725,12.006),(9334,1,36,2243,20,5835.016,6.140),(9335,1,35,2243,20,5284.127,2.520),(9336,1,34,2243,20,6201.823,5.267),(9337,1,33,2243,20,4727.981,6.165),(9338,1,2,2243,70,326.023,31.372),(9339,1,6,2243,70,4173.878,3.744),(9340,1,7,2243,70,2349.206,0.252),(9341,1,10,2243,70,1462.408,32.720),(9342,1,12,2243,70,1234.989,131.040),(9343,1,13,2243,70,1241.227,98.480),(9344,1,14,2243,70,1240.409,132.620),(9345,1,15,2243,70,1179.533,67.620),(9346,1,16,2243,70,1157.969,101.140),(9347,1,17,2243,70,1216.520,70.580),(9348,1,18,2243,70,1150.000,101.600),(9349,1,19,2243,70,1161.976,93.020),(9350,1,20,2243,70,1140.944,85.800),(9351,1,21,2243,70,1132.004,67.680),(9352,1,22,2243,70,1076.226,67.680),(9353,1,23,2243,70,706.222,79.240),(9354,1,24,2243,70,663.149,80.540),(9355,1,25,2243,70,970.464,84.813),(9356,1,26,2243,70,910.162,67.366),(9357,1,27,2243,70,910.014,50.519),(9358,1,28,2243,70,906.421,85.222),(9359,1,29,2243,70,966.063,69.422),(9360,1,30,2243,70,853.123,50.423),(9361,1,31,2243,70,937.648,101.264),(9362,1,32,2243,70,896.919,50.892),(9363,1,45,2243,70,1017.656,17.388),(9364,1,44,2243,70,985.000,33.800),(9365,1,42,2243,70,2458.333,0.384),(9366,1,41,2243,70,2666.667,0.006),(9367,1,40,2243,70,873.198,33.714),(9368,1,39,2243,70,2666.667,0.003),(9369,1,38,2243,70,2462.857,0.175),(9370,1,37,2243,70,2666.667,0.003),(9371,1,35,2243,70,2455.056,0.178),(9372,1,34,2243,70,926.697,34.105),(9373,1,33,2243,70,885.065,33.880),(9374,1,1,2243,248,3521.805,21.211),(9375,1,2,2243,248,3053.502,23.644),(9376,1,3,2243,248,3305.877,10.465),(9377,1,4,2243,248,3202.591,25.786),(9378,1,5,2243,248,3171.748,71.628),(9379,1,6,2243,248,3861.930,38.857),(9380,1,7,2243,248,3970.120,25.000),(9381,1,8,2243,248,4378.783,25.904),(9382,1,9,2243,248,3754.332,63.712),(9383,1,10,2243,248,3540.211,66.848),(9384,1,11,2243,248,3086.698,50.751),(9385,1,12,2243,248,3475.269,39.121),(9386,1,13,2243,248,7125.356,0.351),(9387,1,14,2243,248,3116.626,56.814),(9388,1,15,2243,248,3627.421,14.507),(9389,1,16,2243,248,3535.900,60.711),(9390,1,17,2243,248,2772.724,47.405),(9391,1,18,2243,248,3168.141,47.811),(9392,1,20,2243,248,6792.717,0.714),(9393,1,21,2243,248,8182.328,0.713),(9394,1,22,2243,248,3597.716,25.748),(9395,1,23,2243,248,3384.234,25.815),(9396,1,24,2243,248,3506.835,2.926),(9397,1,25,2243,248,4281.250,7.328),(9398,1,26,2243,248,8815.278,0.720),(9399,1,27,2243,248,2660.569,98.939),(9400,1,28,2243,248,3613.837,16.203),(9401,1,29,2243,248,3238.431,26.255),(9402,1,30,2243,248,3499.523,24.125),(9403,1,31,2243,248,3411.067,46.102),(9404,1,32,2243,248,3474.707,31.392),(9405,1,45,2243,248,3830.732,125.836),(9406,1,44,2243,248,7105.991,0.868),(9407,1,43,2243,248,3070.012,24.653),(9408,1,42,2243,248,4942.033,6.590),(9409,1,41,2243,248,3690.113,16.051),(9410,1,40,2243,248,11526.039,1.901),(9411,1,39,2243,248,3493.711,14.549),(9412,1,38,2243,248,3619.893,10.647),(9413,1,37,2243,248,9454.976,0.422),(9414,1,36,2243,248,3042.105,12.350),(9415,1,35,2243,248,3429.584,27.380),(9416,1,34,2243,248,4015.620,14.469),(9417,1,33,2243,248,3451.420,51.770),(9418,1,1,2243,175,2452.840,50.000),(9419,1,2,2243,175,2273.800,50.000),(9420,1,4,2243,175,2426.547,46.438),(9421,1,5,2243,175,2968.810,1.571),(9422,1,6,2243,175,2395.787,2.231),(9423,1,7,2243,175,2323.808,57.775),(9424,1,8,2243,175,3000.000,13.750),(9425,1,9,2243,175,2817.720,28.714),(9426,1,10,2243,175,2537.865,23.201),(9427,1,13,2243,175,2329.796,65.107),(9428,1,14,2243,175,3688.889,0.495),(9429,1,15,2243,175,2550.264,23.078),(9430,1,17,2243,175,2362.454,119.295),(9431,1,18,2243,175,2360.914,12.956),(9432,1,19,2243,175,3900.270,0.371),(9433,1,20,2243,175,3024.148,14.121),(9434,1,21,2243,175,2249.064,58.250),(9435,1,22,2243,175,3959.569,0.371),(9436,1,23,2243,175,2736.437,7.926),(9437,1,24,2243,175,23545.455,0.011),(9438,1,25,2243,175,2580.005,45.472),(9439,1,26,2243,175,2420.796,37.555),(9440,1,27,2243,175,2490.803,68.667),(9441,1,28,2243,175,2611.712,38.098),(9442,1,29,2243,175,2736.032,16.627),(9443,1,30,2243,175,4440.945,0.381),(9444,1,31,2243,175,2600.097,65.931),(9445,1,32,2243,175,2658.780,15.257),(9446,1,45,2243,175,3221.035,13.482),(9447,1,44,2243,175,3355.060,14.130),(9448,1,43,2243,175,6081.841,0.391),(9449,1,42,2243,175,3801.702,10.338),(9450,1,41,2243,175,3239.898,24.302),(9451,1,40,2243,175,3842.216,12.872),(9452,1,39,2243,175,3823.507,12.856),(9453,1,37,2243,175,2740.978,21.392),(9454,1,36,2243,175,2887.821,7.595),(9455,1,35,2243,175,2794.941,5.930),(9456,1,34,2243,175,3064.277,45.506),(9457,1,33,2243,175,3130.541,25.900),(9458,1,1,2243,217,3500.000,0.430),(9459,1,2,2243,217,5954.451,0.483),(9460,1,3,2243,217,3539.554,0.493),(9461,1,4,2243,217,2082.335,24.886),(9462,1,5,2243,217,2054.654,6.898),(9463,1,6,2243,217,4208.538,12.017),(9464,1,7,2243,217,2275.731,23.639),(9465,1,8,2243,217,2437.245,21.114),(9466,1,9,2243,217,2479.507,44.381),(9467,1,10,2243,217,2519.215,13.453),(9468,1,11,2243,217,2491.586,21.215),(9469,1,12,2243,217,3501.247,0.401),(9470,1,13,2243,217,2331.597,7.485),(9471,1,14,2243,217,3501.377,0.363),(9472,1,15,2243,217,2199.116,36.411),(9473,1,16,2243,217,3145.798,27.106),(9474,1,17,2243,217,3556.474,0.363),(9475,1,18,2243,217,2220.795,23.275),(9476,1,19,2243,217,3593.838,0.357),(9477,1,20,2243,217,2140.567,87.901),(9478,1,21,2243,217,3633.053,0.357),(9479,1,22,2243,217,2359.344,22.978),(9480,1,23,2243,217,2269.584,13.710),(9481,1,24,2243,217,2327.758,41.494),(9482,1,25,2243,217,2336.771,29.281),(9483,1,26,2243,217,2371.655,75.231),(9484,1,27,2243,217,2419.560,37.208),(9485,1,28,2243,217,2472.562,44.117),(9486,1,29,2243,217,2499.597,21.091),(9487,1,30,2243,217,2376.511,28.047),(9488,1,31,2243,217,2668.665,47.713),(9489,1,32,2243,217,2733.861,26.550),(9490,1,44,2243,217,4439.815,0.432),(9491,1,43,2243,217,3436.029,48.905),(9492,1,42,2243,217,4400.158,1.262),(9493,1,41,2243,217,3089.216,50.406),(9494,1,40,2243,217,4359.673,0.367),(9495,1,39,2243,217,7172.093,0.430),(9496,1,38,2243,217,3142.773,13.553),(9497,1,37,2243,217,2902.789,35.644),(9498,1,36,2243,217,3008.394,10.960),(9499,1,35,2243,217,3813.200,32.243),(9500,1,34,2243,217,2760.410,33.165),(9501,1,33,2243,217,2946.809,13.536),(9502,1,1,2243,59,6083.333,0.600),(9503,1,2,2243,59,1480.051,7.920),(9504,1,3,2243,59,1480.051,31.680),(9505,1,4,2243,59,1357.185,41.060),(9506,1,5,2243,59,1607.421,8.220),(9507,1,6,2243,59,1398.584,49.420),(9508,1,7,2243,59,1526.252,51.500),(9509,1,8,2243,59,1634.329,102.770),(9510,1,9,2243,59,1798.815,14.350),(9511,1,10,2243,59,1856.017,54.548),(9512,1,11,2243,59,2390.116,51.600),(9513,1,12,2243,59,1479.902,4.080),(9514,1,13,2243,59,2703.708,28.050),(9515,1,14,2243,59,2930.176,64.118),(9516,1,15,2243,59,3024.789,24.124),(9517,1,17,2243,59,3205.927,36.377),(9518,1,18,2243,59,1727.727,25.625),(9519,1,21,2243,59,3565.265,28.070),(9520,1,22,2243,59,22700.000,0.450),(9521,1,24,2243,59,3779.150,24.700),(9522,1,25,2243,59,8890.000,0.200),(9523,1,27,2243,59,742.971,20.130),(9524,1,28,2243,59,2365.375,57.300),(9525,1,29,2243,59,11201.389,0.144),(9526,1,30,2243,59,1075.000,24.000),(9527,1,32,2243,59,1814.376,14.955),(9528,1,43,2243,59,2910.102,12.403),(9529,1,42,2243,59,2285.714,0.007),(9530,1,39,2243,59,2662.011,24.560),(9531,1,38,2243,59,3275.591,0.762),(9532,1,37,2243,59,2423.064,9.261),(9533,1,34,2243,59,2500.000,0.004),(9534,1,33,2243,59,1346.756,38.964),(9535,1,2,2243,226,2560.032,8.812),(9536,1,5,2243,226,2039.560,74.949),(9537,1,8,2243,226,2032.035,74.949),(9538,1,10,2243,226,1984.250,4.000),(9539,1,14,2243,226,1948.243,46.525),(9540,1,15,2243,226,1889.467,48.239),(9541,1,19,2243,226,2671.498,0.207),(9542,1,22,2243,226,2392.874,23.127),(9543,1,23,2243,226,2666.667,0.069),(9544,1,26,2243,226,2329.618,97.701),(9545,1,27,2243,226,2344.228,49.322),(9546,1,31,2243,226,2476.110,49.812),(9547,1,32,2243,226,2482.659,25.258),(9548,1,45,2243,226,3335.976,48.807),(9549,1,43,2243,226,3145.552,49.247),(9550,1,41,2243,226,2870.019,49.969),(9551,1,39,2243,226,2964.073,50.129),(9552,1,38,2243,226,2471.631,25.221),(9553,1,36,2243,226,2483.998,49.994),(9554,1,35,2243,226,4622.549,0.204),(9555,1,33,2243,226,2473.433,72.401),(9556,1,1,2243,82,2693.941,24.907),(9557,1,2,2243,82,2990.139,24.948),(9558,1,3,2243,82,2736.131,11.987),(9559,1,4,2243,82,9500.000,0.008),(9560,1,5,2243,82,27307.692,0.013),(9561,1,6,2243,82,2933.763,25.107),(9562,1,8,2243,82,3380.191,49.896),(9563,1,15,2243,82,15200.000,0.005),(9564,1,16,2243,82,3500.189,81.913),(9565,1,17,2243,82,3153.963,24.954),(9566,1,18,2243,82,3201.467,124.740),(9567,1,19,2243,82,3087.985,49.906),(9568,1,29,2243,82,3193.480,50.000),(9569,1,30,2243,82,3131.139,18.202),(9570,1,43,2243,82,3918.867,75.000),(9571,1,42,2243,82,3971.920,100.000),(9572,1,35,2243,82,3131.026,4.854),(9573,1,1,2243,31,4366.468,25.200),(9574,1,2,2243,31,17923.333,0.300),(9575,1,3,2243,31,4309.569,25.080),(9576,1,6,2243,31,6472.222,0.108),(9577,1,9,2243,31,4579.025,25.030),(9578,1,10,2243,31,6771.930,0.114),(9579,1,11,2243,31,2802.370,9.872),(9580,1,12,2243,31,7732.143,0.056),(9581,1,13,2243,31,4285.080,25.000),(9582,1,16,2243,31,4182.832,25.920),(9583,1,20,2243,31,3925.720,25.000),(9584,1,21,2243,31,4434.124,1.518),(9585,1,23,2243,31,7166.667,0.120),(9586,1,25,2243,31,3792.661,25.070),(9587,1,26,2243,31,3833.107,25.010),(9588,1,27,2243,31,3140.308,31.716),(9589,1,28,2243,31,23038.462,0.026),(9590,1,29,2243,31,3758.833,12.000),(9591,1,30,2243,31,NULL,0.000),(9592,1,31,2243,31,1070.000,25.000),(9593,1,32,2243,31,6854.861,4.320),(9594,1,43,2243,31,5039.478,25.204),(9595,1,42,2243,31,7820.490,12.172),(9596,1,41,2243,31,4749.949,4.875),(9597,1,40,2243,31,1669.278,54.508),(9598,1,39,2243,31,2914.804,50.120),(9599,1,38,2243,31,1050.000,25.000),(9600,1,37,2243,31,3037.920,54.800),(9601,1,36,2243,31,1068.316,50.120),(9602,1,35,2243,31,2674.217,50.549),(9603,1,34,2243,31,26000.000,0.022),(9604,1,33,2243,31,3914.480,25.000),(9605,1,1,2243,81,2310.587,10.097),(9606,1,2,2243,81,2966.667,0.750),(9607,1,7,2243,81,36955.556,0.045),(9608,1,8,2243,81,2449.838,0.309),(9609,1,9,2243,81,39440.000,0.050),(9610,1,10,2243,81,39444.444,0.045),(9611,1,11,2243,81,1185.591,22.000),(9612,1,12,2243,81,2451.346,0.483),(9613,1,13,2243,81,39444.444,0.045),(9614,1,15,2243,81,39444.444,0.045),(9615,1,17,2243,81,39444.444,0.045),(9616,1,18,2243,81,1269.363,75.040),(9617,1,20,2243,81,37321.212,0.165),(9618,1,21,2243,81,2278000.000,0.001),(9619,1,23,2243,81,39444.444,0.045),(9620,1,24,2243,81,39444.444,0.045),(9621,1,25,2243,81,1124.474,75.060),(9622,1,27,2243,81,37966.667,0.120),(9623,1,29,2243,81,1265.903,25.483),(9624,1,30,2243,81,37970.370,0.135),(9625,1,31,2243,81,37966.667,0.060),(9626,1,45,2243,81,1153.704,75.704),(9627,1,42,2243,81,1099.973,74.800),(9628,1,41,2243,81,1135.004,24.940),(9629,1,40,2243,81,1134.984,24.840),(9630,1,39,2243,81,1030.000,45.000),(9631,1,37,2243,81,1030.000,20.000),(9632,1,35,2243,81,4005.787,1.728),(9633,1,34,2243,81,1104.000,25.000),(9634,1,33,2243,81,1104.000,50.000),(9635,1,1,2243,113,3090.786,12.513),(9636,1,2,2243,113,15000.000,0.007),(9637,1,3,2243,113,3046.435,12.512),(9638,1,4,2243,113,3051.254,24.954),(9639,1,5,2243,113,3112.720,25.000),(9640,1,6,2243,113,3460.819,25.025),(9641,1,8,2243,113,3291.120,25.000),(9642,1,9,2243,113,3524.160,25.000),(9643,1,11,2243,113,3165.954,25.025),(9644,1,13,2243,113,3282.880,25.000),(9645,1,19,2243,113,3259.960,50.050),(9646,1,21,2243,113,3265.335,25.025),(9647,1,26,2243,113,3218.701,25.025),(9648,1,27,2243,113,3176.860,25.065),(9649,1,30,2243,113,3193.167,25.025),(9650,1,32,2243,113,3243.197,25.025),(9651,1,43,2243,113,3941.581,12.513),(9652,1,39,2243,113,4151.934,12.512),(9653,1,34,2243,113,3473.540,36.962),(9654,1,4,2243,236,6434.447,0.389),(9655,1,5,2243,236,3905.909,11.085),(9656,1,8,2243,236,5027.023,6.957),(9657,1,10,2243,236,6653.938,0.419),(9658,1,14,2243,236,5848.411,0.409),(9659,1,15,2243,236,3808.771,12.085),(9660,1,16,2243,236,5874.384,0.406),(9661,1,18,2243,236,5862.069,0.406),(9662,1,19,2243,236,2999.652,25.834),(9663,1,20,2243,236,3250.736,63.828),(9664,1,21,2243,236,2135.041,10.930),(9665,1,22,2243,236,5973.529,0.340),(9666,1,23,2243,236,6355.330,0.788),(9667,1,24,2243,236,2508.994,25.240),(9668,1,25,2243,236,5750.000,0.408),(9669,1,26,2243,236,6820.000,0.500),(9670,1,27,2243,236,5778.870,0.407),(9671,1,28,2243,236,3737.590,12.168),(9672,1,29,2243,236,5840.295,0.407),(9673,1,31,2243,236,3194.406,43.080),(9674,1,44,2243,236,6916.049,0.405),(9675,1,43,2243,236,5287.152,7.355),(9676,1,42,2243,236,4737.377,25.310),(9677,1,41,2243,236,5011.983,12.017),(9678,1,40,2243,236,23422.624,1.105),(9679,1,39,2243,236,4743.794,18.450),(9680,1,37,2243,236,4888.722,26.025),(9681,1,36,2243,236,5172.593,1.153),(9682,1,33,2243,236,6308.472,1.381),(9683,1,4,2243,156,3518.248,12.714),(9684,1,5,2243,156,3535.649,25.078),(9685,1,6,2243,156,3701.614,12.762),(9686,1,8,2243,156,3892.078,21.080),(9687,1,9,2243,156,4600.000,12.600),(9688,1,13,2243,156,4600.000,13.020),(9689,1,15,2243,156,3794.783,24.418),(9690,1,17,2243,156,3622.992,24.408),(9691,1,18,2243,156,3691.684,14.297),(9692,1,21,2243,156,7694.241,1.910),(9693,1,22,2243,156,3756.939,12.141),(9694,1,25,2243,156,3699.938,24.245),(9695,1,27,2243,156,4851.736,12.734),(9696,1,28,2243,156,3796.796,4.931),(9697,1,29,2243,156,3783.561,17.751),(9698,1,30,2243,156,16666.667,0.003),(9699,1,32,2243,156,4694.254,12.687),(9700,1,45,2243,156,6949.797,1.972),(9701,1,43,2243,156,7140.143,8.370),(9702,1,41,2243,156,12104.839,0.496),(9703,1,40,2243,156,9536.765,1.496),(9704,1,39,2243,156,5367.012,12.174),(9705,1,38,2243,156,92083.333,0.012),(9706,1,37,2243,156,9548.077,1.768),(9707,1,36,2243,156,9798.658,0.298),(9708,1,35,2243,156,13343.643,0.291),(9709,1,34,2243,156,18400.000,0.010),(9710,1,33,2243,156,4085.029,25.356),(9711,1,1,2243,43,5061.819,8.347),(9712,1,2,2243,43,4507.327,9.213),(9713,1,3,2243,43,88830.588,0.850),(9714,1,5,2243,43,5357.143,0.014),(9715,1,6,2243,43,4056.059,17.000),(9716,1,8,2243,43,6163.783,3.584),(9717,1,9,2243,43,6161.789,1.811),(9718,1,10,2243,43,4349.035,12.016),(9719,1,12,2243,43,47571.429,0.007),(9720,1,13,2243,43,4027.529,17.000),(9721,1,14,2243,43,4096.944,8.572),(9722,1,15,2243,43,5743.448,1.450),(9723,1,16,2243,43,5564.658,2.954),(9724,1,17,2243,43,5596.726,1.344),(9725,1,18,2243,43,5516.654,1.351),(9726,1,19,2243,43,4185.916,23.984),(9727,1,20,2243,43,5491.815,1.344),(9728,1,21,2243,43,97000.000,0.002),(9729,1,22,2243,43,4237.398,11.546),(9730,1,23,2243,43,5531.025,5.544),(9731,1,24,2243,43,6121.429,2.520),(9732,1,25,2243,43,4246.895,23.508),(9733,1,26,2243,43,5236.395,1.764),(9734,1,27,2243,43,5294.468,8.568),(9735,1,28,2243,43,5329.412,4.080),(9736,1,29,2243,43,5301.977,3.136),(9737,1,30,2243,43,4078.333,10.200),(9738,1,31,2243,43,687000.000,0.001),(9739,1,32,2243,43,4515.556,15.300),(9740,1,45,2243,43,5072.898,10.206),(9741,1,44,2243,43,34000.000,0.016),(9742,1,43,2243,43,32393.939,0.033),(9743,1,42,2243,43,7047.619,4.032),(9744,1,41,2243,43,5151.356,21.129),(9745,1,40,2243,43,6844.402,6.279),(9746,1,39,2243,43,8143.722,4.460),(9747,1,38,2243,43,5917.979,27.176),(9748,1,37,2243,43,6083.643,2.690),(9749,1,36,2243,43,6466.210,2.338),(9750,1,35,2243,43,5595.913,5.432),(9751,1,34,2243,43,4577.762,13.940),(9752,1,1,2243,79,3500.432,17.375),(9753,1,5,2243,79,4591.473,15.808),(9754,1,9,2243,79,2407.407,0.027),(9755,1,10,2243,79,2416.667,0.024),(9756,1,11,2243,79,2434.783,0.046),(9757,1,15,2243,79,3588.235,0.017),(9758,1,17,2243,79,3968.991,16.189),(9759,1,18,2243,79,2500.000,0.026),(9760,1,19,2243,79,2460.000,0.050),(9761,1,20,2243,79,2444.444,0.063),(9762,1,21,2243,79,6200.000,0.020),(9763,1,22,2243,79,2428.571,0.021),(9764,1,23,2243,79,3683.544,0.079),(9765,1,24,2243,79,1814.477,60.052),(9766,1,25,2243,79,2440.000,0.025),(9767,1,26,2243,79,2600.000,0.005),(9768,1,27,2243,79,6833.333,0.012),(9769,1,28,2243,79,3806.897,25.981),(9770,1,30,2243,79,4011.262,17.492),(9771,1,32,2243,79,2425.926,0.054),(9772,1,45,2243,79,6512.500,0.560),(9773,1,43,2243,79,2750.000,0.004),(9774,1,42,2243,79,5246.312,20.064),(9775,1,40,2243,79,2454.545,0.110),(9776,1,38,2243,79,10445.000,0.200),(9777,1,37,2243,79,2482.759,0.029),(9778,1,36,2243,79,4911.733,16.858),(9779,1,35,2243,79,2435.897,0.039),(9780,1,34,2243,79,5066.867,13.669),(9781,1,33,2243,79,2444.444,0.036),(9782,1,1,2243,112,990.000,5.000),(9783,1,2,2243,112,822.170,24.141),(9784,1,4,2243,112,990.000,5.000),(9785,1,5,2243,112,1579.964,10.661),(9786,1,6,2243,112,990.000,5.000),(9787,1,7,2243,112,990.000,5.000),(9788,1,8,2243,112,990.000,5.000),(9789,1,9,2243,112,1395.728,16.011),(9790,1,11,2243,112,1080.000,5.000),(9791,1,12,2243,112,1080.000,5.000),(9792,1,13,2243,112,1679.949,9.386),(9793,1,14,2243,112,1128.879,5.253),(9794,1,16,2243,112,1100.000,5.000),(9795,1,18,2243,112,2832.000,0.250),(9796,1,19,2243,112,5432.292,3.840),(9797,1,21,2243,112,6429.310,2.900),(9798,1,22,2243,112,3713.196,5.244),(9799,1,23,2243,112,5312.500,0.016),(9800,1,25,2243,112,8994.000,0.500),(9801,1,26,2243,112,9285.714,3.290),(9802,1,27,2243,112,3425.490,0.510),(9803,1,28,2243,112,6111.290,6.200),(9804,1,29,2243,112,9204.545,0.440),(9805,1,30,2243,112,2455.285,0.246),(9806,1,31,2243,112,7379.032,3.100),(9807,1,32,2243,112,24195.556,0.900),(9808,1,45,2243,112,2618.801,6.170),(9809,1,43,2243,112,19723.549,0.879),(9810,1,37,2243,112,13275.000,2.000),(9811,1,36,2243,112,5810.698,2.879),(9812,1,35,2243,112,2460.843,0.332),(9813,1,34,2243,112,1630.093,4.320),(9814,1,33,2243,112,3835.560,4.342),(9815,1,13,2243,11,1500.000,2.050),(9816,1,44,2243,11,1179.996,48.040),(9817,1,43,2243,11,1180.000,25.100),(9818,1,38,2243,11,1070.000,25.100),(9819,1,37,2243,11,1070.000,20.300),(9820,1,1,2243,52,5747.899,0.833),(9821,1,2,2243,52,6765.133,0.413),(9822,1,4,2243,52,4549.161,0.834),(9823,1,5,2243,52,6863.636,0.352),(9824,1,6,2243,52,3038.487,18.136),(9825,1,11,2243,52,2754.456,13.521),(9826,1,13,2243,52,3000.964,13.479),(9827,1,16,2243,52,2737.079,11.996),(9828,1,18,2243,52,4441.011,0.356),(9829,1,20,2243,52,2847.154,1.845),(9830,1,23,2243,52,4556.180,0.356),(9831,1,25,2243,52,4603.933,0.356),(9832,1,26,2243,52,2523.591,11.106),(9833,1,28,2243,52,2749.608,15.963),(9834,1,30,2243,52,6631.285,0.358),(9835,1,31,2243,52,2701.903,13.717),(9836,1,45,2243,52,4717.514,0.354),(9837,1,42,2243,52,4655.367,0.354),(9838,1,38,2243,52,4570.225,0.356),(9839,1,37,2243,52,4550.562,0.356),(9840,1,35,2243,52,4556.180,0.356),(9841,1,34,2243,52,4533.708,0.712),(9842,1,1,2243,102,2603.242,7.095),(9843,1,5,2243,102,2224.185,23.668),(9844,1,15,2243,102,31391.304,0.023),(9845,1,16,2243,102,31750.000,0.008),(9846,1,21,2243,102,7302.521,0.119),(9847,1,22,2243,102,2212.488,12.556),(9848,1,37,2243,102,9296.610,0.118),(9849,1,34,2243,102,2646.720,12.500),(9850,1,33,2243,102,4659.524,0.420),(9851,1,10,2243,104,4820.128,0.467),(9852,1,11,2243,104,5862.069,0.377),(9853,1,12,2243,104,5838.196,0.754),(9854,1,13,2243,104,5918.919,0.370),(9855,1,14,2243,104,6134.409,0.372),(9856,1,15,2243,104,2641.498,17.707),(9857,1,16,2243,104,6565.333,0.375),(9858,1,17,2243,104,6597.333,0.375),(9859,1,18,2243,104,6627.503,0.749),(9860,1,19,2243,104,6661.333,0.375),(9861,1,20,2243,104,6692.171,1.124),(9862,1,21,2243,104,5900.304,8.867),(9863,1,22,2243,104,6755.319,0.564),(9864,1,24,2243,104,6353.102,8.026),(9865,1,25,2243,104,6851.950,1.128),(9866,1,26,2243,104,6585.396,0.808),(9867,1,27,2243,104,6983.914,0.373),(9868,1,28,2243,104,7016.086,0.746),(9869,1,29,2243,104,7048.257,0.373),(9870,1,30,2243,104,7081.333,0.750),(9871,1,31,2243,104,7114.667,0.750),(9872,1,45,2243,104,8780.969,0.557),(9873,1,44,2243,104,9287.250,0.651),(9874,1,43,2243,104,8714.542,0.557),(9875,1,42,2243,104,8682.308,1.300),(9876,1,41,2243,104,8649.596,0.371),(9877,1,40,2243,104,8617.251,0.371),(9878,1,39,2243,104,6587.329,1.168),(9879,1,38,2243,104,8782.258,0.372),(9880,1,37,2243,104,7620.458,0.743),(9881,1,36,2243,104,3193.939,0.330),(9882,1,35,2243,104,7247.978,0.371),(9883,1,34,2243,104,8835.773,2.186),(9884,1,33,2243,104,7181.172,1.126),(9885,1,6,2243,251,21041.667,0.024),(9886,1,8,2243,251,2250.286,7.000),(9887,1,9,2243,251,2392.593,0.945),(9888,1,12,2243,251,22166.667,0.012),(9889,1,13,2243,251,2005.667,3.000),(9890,1,22,2243,251,3656.000,0.125),(9891,1,24,2243,251,2053.680,13.450),(9892,1,45,2243,251,3711.086,14.423),(9893,1,41,2243,251,11200.000,0.005),(9894,1,37,2243,251,3896.526,8.060),(9895,1,33,2243,251,3735.263,7.600),(9896,1,2,2243,235,5108.051,0.472),(9897,1,4,2243,235,2417.559,0.934),(9898,1,5,2243,235,5587.654,0.405),(9899,1,6,2243,235,2450.980,0.051),(9900,1,8,2243,235,5688.889,0.810),(9901,1,30,2243,235,5869.779,0.407),(9902,1,45,2243,235,4953.068,36.223),(9903,1,42,2243,235,5082.042,7.033),(9904,1,40,2243,235,4689.960,7.012),(9905,1,3,2243,13,3150.000,24.000),(9906,1,6,2243,13,3150.000,24.000),(9907,1,4,2243,205,6633.389,2.384),(9908,1,5,2243,205,4173.997,2.592),(9909,1,6,2243,205,11500.000,1.600),(9910,1,8,2243,205,4260.417,0.288),(9911,1,9,2243,205,3919.935,2.448),(9912,1,11,2243,205,11500.000,0.800),(9913,1,12,2243,205,6549.107,2.240),(9914,1,14,2243,205,3798.611,0.576),(9915,1,16,2243,205,3740.079,2.016),(9916,1,17,2243,205,3739.969,1.296),(9917,1,18,2243,205,3748.843,0.864),(9918,1,19,2243,205,10950.000,0.800),(9919,1,21,2243,205,3827.546,0.864),(9920,1,22,2243,205,10950.000,0.800),(9921,1,24,2243,205,10950.000,0.800),(9922,1,25,2243,205,3843.056,0.720),(9923,1,26,2243,205,3281.552,9.199),(9924,1,27,2243,205,6008.294,0.844),(9925,1,28,2243,205,3890.377,2.016),(9926,1,42,2243,205,4060.995,5.148),(9927,1,40,2243,205,3996.528,0.288),(9928,1,39,2243,205,3996.094,2.304),(9929,1,38,2243,205,4006.944,0.864),(9930,1,37,2243,205,4006.366,3.456),(9931,1,1,2243,49,4024.510,0.408),(9932,1,2,2243,49,4049.020,0.408),(9933,1,3,2243,49,4272.059,0.408),(9934,1,5,2243,49,4120.000,0.350),(9935,1,6,2243,49,2468.750,0.032),(9936,1,8,2243,49,4398.844,0.692),(9937,1,10,2243,49,4433.140,0.344),(9938,1,11,2243,49,4457.386,0.352),(9939,1,13,2243,49,4504.225,0.355),(9940,1,14,2243,49,4526.761,0.355),(9941,1,15,2243,49,4920.424,0.377),(9942,1,16,2243,49,4571.831,0.355),(9943,1,17,2243,49,4594.366,0.355),(9944,1,18,2243,49,4617.840,1.065),(9945,1,19,2243,49,5502.941,0.340),(9946,1,20,2243,49,4664.789,0.355),(9947,1,21,2243,49,4687.324,0.355),(9948,1,22,2243,49,4709.859,0.355),(9949,1,23,2243,49,4607.595,0.711),(9950,1,24,2243,49,4300.000,0.710),(9951,1,25,2243,49,4325.352,0.710),(9952,1,27,2243,49,8629.630,0.027),(9953,1,28,2243,49,4397.183,0.710),(9954,1,29,2243,49,2280.372,12.355),(9955,1,30,2243,49,4442.254,0.355),(9956,1,31,2243,49,4464.789,0.710),(9957,1,45,2243,49,5216.292,0.356),(9958,1,44,2243,49,5191.011,0.356),(9959,1,43,2243,49,5168.539,0.356),(9960,1,42,2243,49,5146.067,0.712),(9961,1,40,2243,49,4438.878,0.499),(9962,1,39,2243,49,8372.683,1.025),(9963,1,38,2243,49,3338.891,12.355),(9964,1,37,2243,49,4603.376,0.711),(9965,1,36,2243,49,4578.652,0.356),(9966,1,35,2243,49,4556.180,0.356),(9967,1,34,2243,49,4533.708,0.712),(9968,1,33,2243,49,4510.549,0.711),(9969,1,26,2243,246,2827.002,13.925),(9970,1,40,2243,246,2965.020,12.407),(9971,1,33,2243,246,2926.015,12.435),(9972,1,13,2243,287,10905.749,1.496),(9973,1,14,2243,287,10089.343,1.858),(9974,1,16,2243,287,10900.464,1.939),(9975,1,17,2243,287,10900.950,1.474),(9976,1,18,2243,287,9859.970,0.657),(9977,1,19,2243,287,9850.523,0.669),(9978,1,26,2243,287,11158.519,1.350),(9979,1,27,2243,287,15515.600,2.500),(9980,1,28,2243,287,11587.692,1.300),(9981,1,29,2243,287,11066.447,1.520),(9982,1,30,2243,287,11074.365,2.165),(9983,1,31,2243,287,11098.383,3.710),(9984,1,44,2243,287,13125.000,3.200),(9985,1,43,2243,287,13168.093,1.987),(9986,1,40,2243,287,13214.815,1.350),(9987,1,39,2243,287,15859.786,1.405),(9988,1,38,2243,287,10142.778,3.600),(9989,1,37,2243,287,16046.000,0.500),(9990,1,1,2243,107,5577.878,0.443),(9991,1,2,2243,107,4713.733,0.517),(9992,1,3,2243,107,5628.342,0.748),(9993,1,4,2243,107,5657.315,0.998),(9994,1,5,2243,107,5686.275,0.561),(9995,1,6,2243,107,2441.667,0.120),(9996,1,8,2243,107,5788.204,1.492),(9997,1,14,2243,107,NULL,0.000),(9998,1,29,2243,107,1243.000,25.000),(9999,1,31,2243,107,NULL,0.000),(10000,1,45,2243,107,11000.000,0.025),(10001,1,13,2243,116,13898.361,1.220),(10002,1,14,2243,116,13980.000,1.500),(10003,1,18,2243,116,13980.000,1.400),(10004,1,21,2243,116,13980.000,1.000),(10005,1,23,2243,116,13980.000,1.200),(10006,1,25,2243,116,13980.000,1.500),(10007,1,26,2243,116,13980.000,1.250),(10008,1,29,2243,116,14988.764,3.560),(10009,1,30,2243,116,14500.000,1.480),(10010,1,31,2243,116,14605.000,2.000),(10011,1,44,2243,116,19950.000,0.300),(10012,1,42,2243,116,16545.187,3.740),(10013,1,41,2243,116,15849.080,4.075),(10014,1,38,2243,116,16166.667,1.500),(10015,1,33,2243,116,14500.000,1.500),(10016,1,2,2243,243,470250.000,0.004),(10017,1,4,2243,243,NULL,0.000),(10018,1,5,2243,243,NULL,0.000),(10019,1,7,2243,243,NULL,0.000),(10020,1,8,2243,243,NULL,0.000),(10021,1,10,2243,243,2386.818,24.200),(10022,1,11,2243,243,NULL,0.000),(10023,1,12,2243,243,68600.000,0.010),(10024,1,15,2243,243,1459000.000,0.002),(10025,1,16,2243,243,NULL,0.000),(10026,1,18,2243,243,NULL,0.000),(10027,1,19,2243,243,NULL,0.000),(10028,1,21,2243,243,NULL,0.000),(10029,1,22,2243,243,38500.000,0.002),(10030,1,23,2243,243,NULL,0.000),(10031,1,24,2243,243,58800.000,0.005),(10032,1,25,2243,243,30021.798,0.367),(10033,1,26,2243,243,87666.667,0.003),(10034,1,27,2243,243,NULL,0.000),(10035,1,28,2243,243,47623.762,0.101),(10036,1,29,2243,243,34833.333,0.006),(10037,1,30,2243,243,NULL,0.000),(10038,1,31,2243,243,NULL,0.000),(10039,1,45,2243,243,30916.667,0.108),(10040,1,44,2243,243,54400.000,0.020),(10041,1,43,2243,243,34014.085,0.071),(10042,1,42,2243,243,19098.361,0.061),(10043,1,41,2243,243,16509.091,0.110),(10044,1,40,2243,243,91000.000,0.003),(10045,1,39,2243,243,19183.333,0.060),(10046,1,38,2243,243,30750.000,0.008),(10047,1,37,2243,243,39500.000,0.030),(10048,1,36,2243,243,44256.410,0.039),(10049,1,35,2243,243,186750.000,0.004),(10050,1,34,2243,243,194153.846,0.013),(10051,1,33,2243,243,NULL,0.000),(10052,1,45,2243,229,14933.333,1.200),(10053,1,44,2243,229,16000.000,1.600),(10054,1,43,2243,229,15500.000,1.540),(10055,1,42,2243,229,15587.407,2.700),(10056,1,41,2243,229,16263.590,0.975),(10057,1,40,2243,229,15500.000,1.500),(10058,1,39,2243,229,13200.000,1.000),(10059,1,38,2243,229,12758.333,2.400),(10060,1,35,2243,229,13410.417,2.400),(10061,1,34,2243,229,13500.000,1.500),(10062,1,33,2243,229,8070.000,1.500),(10063,1,22,2243,178,5810.000,0.300),(10064,1,23,2243,178,5329.804,2.550),(10065,1,29,2243,178,5030.208,1.920),(10066,1,32,2243,178,2660.784,1.020),(10067,1,45,2243,178,5500.197,2.535),(10068,1,40,2243,178,5230.075,1.995),(10069,1,39,2243,178,3213.768,0.276),(10070,1,37,2243,178,2976.070,2.967),(10071,1,33,2243,178,4950.100,2.505),(10072,1,43,2243,37,4548.400,12.500),(10073,1,4,2243,180,4006.593,0.455),(10074,1,8,2243,180,3970.350,0.371),(10075,1,44,2243,180,3169.010,11.023),(10076,1,2,2243,211,2666.036,4.758),(10077,1,2,2243,132,2487.263,4.279),(10078,1,5,2243,157,12461.538,0.403),(10079,1,7,2243,157,12313.333,0.300),(10080,1,9,2243,157,12219.178,0.073),(10081,1,10,2243,157,12195.960,0.495),(10082,1,11,2243,157,12204.276,0.421),(10083,1,12,2243,157,12134.247,0.365),(10084,1,17,2243,157,12530.612,0.490),(10085,1,18,2243,157,16809.524,0.021),(10086,1,20,2243,157,12374.670,0.379),(10087,1,22,2243,157,12463.415,0.123),(10088,1,30,2243,157,12454.545,0.154),(10089,1,31,2243,157,12350.282,0.177),(10090,1,38,2243,157,12504.000,0.125),(10091,1,35,2243,157,12520.325,0.123),(10092,1,1,2243,80,492.941,1.700),(10093,1,11,2243,80,6719.512,0.328),(10094,1,22,2243,80,6680.070,0.572),(10095,1,33,2243,80,5576.991,0.565),(10096,1,14,2243,110,28541.667,0.600),(10097,1,16,2243,110,29478.836,0.378),(10098,1,17,2243,110,29448.898,0.499),(10099,1,23,2243,110,29450.000,0.500),(10100,1,25,2243,110,29450.000,0.500),(10101,1,4,2243,201,3560.517,1.702),(10102,1,5,2243,201,3581.152,0.382),(10103,1,6,2243,201,2451.613,0.031),(10104,1,39,2243,201,10400.000,0.005),(10105,1,3,2243,100,528.947,0.380),(10106,1,18,2243,100,41000.000,0.003),(10107,1,23,2243,100,10543.440,1.128),(10108,1,40,2243,100,50333.333,0.003),(10109,1,3,2243,252,7315.284,1.459),(10110,1,43,2243,252,22125.000,0.008),(10111,1,6,2243,61,2414.747,0.217),(10112,1,13,2243,61,2451.923,0.416),(10113,1,26,2243,164,9210.000,0.100),(10114,1,39,2243,164,12562.000,0.500),(10115,1,10,2243,128,9500.000,0.004),(10116,1,11,2243,128,2600.000,0.035),(10117,1,23,2243,128,658.869,0.513),(10118,1,40,2243,128,40000.000,0.001),(10119,1,11,2243,62,4516.990,0.412),(10120,1,14,2243,135,2458.537,0.410),(10121,1,18,2243,144,1930.159,0.315),(10122,1,22,2243,50,20187.500,0.016),(10123,1,39,2243,50,9587.719,0.114),(10124,1,41,2243,206,9280.702,0.114),(10125,1,10,2243,67,2755.102,0.049),(10126,1,14,2243,240,4833.333,0.042),(10127,1,44,2243,247,20135.135,0.037),(10128,1,22,2243,182,3100.000,0.030),(10129,1,8,2243,115,NULL,0.000),(10130,1,44,2243,115,16055.556,0.018),(10131,1,42,2243,115,30111.111,0.009),(10132,1,45,2243,138,12541.667,0.024),(10133,1,9,2243,199,16944.444,0.018),(10134,1,27,2243,199,71000.000,0.002),(10135,1,11,2243,38,29111.111,0.009),(10136,1,43,2243,38,75666.667,0.003),(10137,1,29,2243,139,6400.000,0.010),(10138,1,36,2243,109,5000.000,0.010),(10139,1,41,2243,238,74500.000,0.004),(10140,1,39,2243,14,11333.333,0.003),(10141,1,45,2243,166,91000.000,0.003),(10142,1,34,2243,114,15000.000,0.002),(10143,1,26,2243,29,27000.000,0.001),(10144,1,28,2243,98,NULL,0.000),(10145,1,1,3314,165,2.794,NULL),(10146,1,2,3314,165,2.725,12000.000),(10147,1,3,3314,165,2.948,8600.000),(10148,1,4,3314,165,2.750,9776.000),(10149,1,5,3314,165,2.725,6001.000),(10150,1,6,3314,165,2.854,11800.000),(10151,1,7,3314,165,2.725,5000.000),(10152,1,8,3314,165,2.765,3000.000),(10153,1,9,3314,165,2.849,15800.000),(10154,1,10,3314,165,2.730,5000.000),(10155,1,11,3314,165,2.730,4000.000),(10156,1,12,3314,165,2.730,5000.000),(10157,1,13,3314,165,2.730,11000.000),(10158,1,14,3314,165,2.730,5000.000),(10159,1,15,3314,165,2.834,NULL),(10160,1,16,3314,165,2.610,5238.000),(10161,1,17,3314,165,2.136,17946.000),(10162,1,18,3314,165,1.856,NULL),(10163,1,19,3314,165,1.994,17962.000),(10164,1,20,3314,165,2.207,NULL),(10165,1,21,3314,165,2.371,NULL),(10166,1,22,3314,165,2.506,5238.000),(10167,1,23,3314,165,2.107,17921.000),(10168,1,24,3314,165,1.942,NULL),(10169,1,25,3314,165,2.096,NULL),(10170,1,26,3314,165,2.250,900.000),(10171,1,27,3314,165,2.213,NULL),(10172,1,28,3314,165,2.467,5400.000),(10173,1,29,3314,165,2.866,900.000),(10174,1,30,3314,165,3.070,7038.000),(10175,1,31,3314,165,3.031,400.000),(10176,1,32,3314,165,2.648,6300.000),(10177,1,33,3314,165,2.337,NULL),(10178,1,34,3314,165,2.169,6600.000),(10179,1,35,3314,165,2.084,NULL),(10180,1,36,3314,165,2.000,6160.000),(10181,1,37,3314,165,2.100,5400.000),(10182,1,38,3314,165,1.952,18000.000),(10183,1,39,3314,165,2.200,12510.000),(10184,1,40,3314,165,2.247,26485.000),(10185,1,41,3314,165,2.213,NULL),(10186,1,42,3314,165,2.180,NULL),(10187,1,43,3314,165,2.147,10375.000),(10188,1,44,3314,165,2.147,NULL),(10189,1,45,3314,165,2.142,212000.000),(10190,1,1,3314,59,2.378,NULL),(10191,1,2,3314,59,2.379,29.000),(10192,1,3,3314,59,2.412,17.000),(10193,1,4,3314,59,2.305,59.000),(10194,1,5,3314,59,2.326,3381.000),(10195,1,6,3314,59,2.346,26.000),(10196,1,7,3314,59,2.325,191.000),(10197,1,8,3314,59,2.300,30.000),(10198,1,9,3314,59,2.350,NULL),(10199,1,10,3314,59,2.400,2700.000),(10200,1,11,3314,59,2.450,1353.000),(10201,1,12,3314,59,2.500,6.000),(10202,1,13,3314,59,2.382,34.000),(10203,1,14,3314,59,2.333,33.000),(10204,1,15,3314,59,2.333,18.000),(10205,1,16,3314,59,2.292,355.000),(10206,1,17,3314,59,2.250,4.000),(10207,1,18,3314,59,2.482,6.000),(10208,1,19,3314,59,2.768,10210.000),(10209,1,20,3314,59,2.830,15039.000),(10210,1,21,3314,59,2.587,4545.000),(10211,1,22,3314,59,2.343,11711.000),(10212,1,23,3314,59,2.350,5700.000),(10213,1,24,3314,59,2.215,44.000),(10214,1,25,3314,59,1.971,2001.000),(10215,1,26,3314,59,2.234,16464.000),(10216,1,27,3314,59,2.121,4963.000),(10217,1,28,3314,59,2.100,4057.000),(10218,1,29,3314,59,2.102,4992.000),(10219,1,30,3314,59,2.286,11809.000),(10220,1,31,3314,59,2.689,11703.000),(10221,1,32,3314,59,2.532,4614.000),(10222,1,33,3314,59,2.424,31900.000),(10223,1,34,3314,59,2.113,6929.000),(10224,1,35,3314,59,1.873,15872.000),(10225,1,36,3314,59,2.169,12194.000),(10226,1,37,3314,59,2.144,4515.000),(10227,1,38,3314,59,2.436,4505.000),(10228,1,39,3314,59,2.325,9601.000),(10229,1,40,3314,59,2.159,11250.000),(10230,1,41,3314,59,1.985,4510.000),(10231,1,42,3314,59,2.127,4660.000),(10232,1,43,3314,59,2.279,9001.000),(10233,1,44,3314,59,2.387,4916.000),(10234,1,45,3314,59,2.163,31508.000),(10235,1,1,3314,48,133.231,91.000),(10236,1,2,3314,48,3.152,1065.000),(10237,1,4,3314,48,15.917,12.000),(10238,1,6,3314,48,1.790,17931.000),(10239,1,7,3314,48,2.977,88.000),(10240,1,8,3314,48,9.235,17.000),(10241,1,12,3314,48,2.200,5.000),(10242,1,13,3314,48,2.348,112.000),(10243,1,14,3314,48,1.771,17258.000),(10244,1,15,3314,48,5.735,2701.000),(10245,1,16,3314,48,2.004,1358.000),(10246,1,17,3314,48,5.026,6585.000),(10247,1,18,3314,48,4.625,10291.000),(10248,1,21,3314,48,2.333,36.000),(10249,1,22,3314,48,4.056,18.000),(10250,1,25,3314,48,11.483,2926.000),(10251,1,28,3314,48,2.354,65.000),(10252,1,30,3314,48,2.321,56.000),(10253,1,31,3314,48,2.333,42.000),(10254,1,44,3314,48,1.611,18000.000),(10255,1,42,3314,48,138.000,162.000),(10256,1,40,3314,48,2.238,21.000),(10257,1,39,3314,48,32.462,13.000),(10258,1,36,3314,48,2.222,9.000),(10259,1,35,3314,48,1.696,8109.000),(10260,1,34,3314,48,1.701,6364.000),(10261,1,33,3314,48,2.496,18162.000),(10262,1,1,3314,20,2.363,226.000),(10263,1,2,3314,20,2.360,283.000),(10264,1,3,3314,20,12.005,845.000),(10265,1,4,3314,20,2.326,141.000),(10266,1,5,3314,20,2.311,106.000),(10267,1,6,3314,20,2.325,394.000),(10268,1,7,3314,20,2.344,247.000),(10269,1,8,3314,20,20.941,881.000),(10270,1,9,3314,20,2.295,183.000),(10271,1,10,3314,20,2.357,157.000),(10272,1,11,3314,20,2.352,1061.000),(10273,1,12,3314,20,2.349,1346.000),(10274,1,13,3314,20,2.433,1973.000),(10275,1,14,3314,20,2.338,130.000),(10276,1,15,3314,20,2.603,11806.000),(10277,1,16,3314,20,2.767,4478.000),(10278,1,17,3314,20,2.342,117.000),(10279,1,18,3314,20,2.360,111.000),(10280,1,19,3314,20,2.374,123.000),(10281,1,20,3314,20,2.911,3418.000),(10282,1,21,3314,20,2.092,4195.000),(10283,1,22,3314,20,2.331,163.000),(10284,1,23,3314,20,2.467,150.000),(10285,1,24,3314,20,2.474,156.000),(10286,1,25,3314,20,2.246,57.000),(10287,1,26,3314,20,2.129,1446.000),(10288,1,27,3314,20,2.066,11374.000),(10289,1,28,3314,20,2.366,131.000),(10290,1,29,3314,20,2.119,6398.000),(10291,1,30,3314,20,2.259,108.000),(10292,1,31,3314,20,2.263,190.000),(10293,1,32,3314,20,2.281,57.000),(10294,1,45,3314,20,2.250,124.000),(10295,1,44,3314,20,2.264,163.000),(10296,1,43,3314,20,2.200,215.000),(10297,1,42,3314,20,2.254,142.000),(10298,1,41,3314,20,2.735,3096.000),(10299,1,40,3314,20,2.253,146.000),(10300,1,39,3314,20,2.245,265.000),(10301,1,38,3314,20,2.281,114.000),(10302,1,37,3314,20,2.249,173.000),(10303,1,36,3314,20,2.264,110.000),(10304,1,35,3314,20,2.161,118.000),(10305,1,34,3314,20,2.236,212.000),(10306,1,33,3314,20,2.250,228.000),(10307,1,1,3314,107,2.364,33.000),(10308,1,2,3314,107,2.400,15.000),(10309,1,4,3314,107,4.020,49.000),(10310,1,6,3314,107,2.323,133.000),(10311,1,7,3314,107,2.328,64.000),(10312,1,9,3314,107,17.240,25.000),(10313,1,10,3314,107,31.500,24.000),(10314,1,12,3314,107,28.333,9.000),(10315,1,13,3314,107,2.385,26.000),(10316,1,15,3314,107,32.296,54.000),(10317,1,16,3314,107,2.386,44.000),(10318,1,17,3314,107,2.333,36.000),(10319,1,18,3314,107,36.857,28.000),(10320,1,19,3314,107,2.385,13.000),(10321,1,20,3314,107,2.350,80.000),(10322,1,23,3314,107,2.369,65.000),(10323,1,24,3314,107,43.857,7.000),(10324,1,26,3314,107,13.832,208.000),(10325,1,27,3314,107,1.532,13504.000),(10326,1,28,3314,107,10.000,1.000),(10327,1,30,3314,107,1.583,13488.000),(10328,1,31,3314,107,34.000,8.000),(10329,1,32,3314,107,28.820,50.000),(10330,1,45,3314,107,10.200,60.000),(10331,1,44,3314,107,40.900,10.000),(10332,1,43,3314,107,36.250,28.000),(10333,1,40,3314,107,38.525,40.000),(10334,1,39,3314,107,17.868,38.000),(10335,1,38,3314,107,5.514,35.000),(10336,1,37,3314,107,6.867,143.000),(10337,1,36,3314,107,5.880,316.000),(10338,1,35,3314,107,5.921,89.000),(10339,1,34,3314,107,6.634,142.000),(10340,1,23,3314,198,0.603,14865.000),(10341,1,1,3314,81,2.200,5.000),(10342,1,2,3314,81,2.350,20.000),(10343,1,3,3314,81,2.294,17.000),(10344,1,5,3314,81,2.339,56.000),(10345,1,6,3314,81,2.273,11.000),(10346,1,8,3314,81,2.364,11.000),(10347,1,10,3314,81,2.200,5.000),(10348,1,12,3314,81,2.364,11.000),(10349,1,13,3314,81,1.906,11680.000),(10350,1,14,3314,81,2.368,106.000),(10351,1,15,3314,81,2.333,24.000),(10352,1,19,3314,81,2.250,4.000),(10353,1,20,3314,81,2.667,3.000),(10354,1,21,3314,81,2.370,92.000),(10355,1,24,3314,81,2.358,109.000),(10356,1,38,3314,79,2.540,800.000),(10357,1,37,3314,79,2.540,1200.000),(10358,1,34,3314,79,2.538,1200.000),(10359,1,1,3314,43,2.337,95.000),(10360,1,2,3314,43,2.321,56.000),(10361,1,4,3314,43,2.333,21.000),(10362,1,5,3314,43,2.311,45.000),(10363,1,6,3314,43,2.316,19.000),(10364,1,7,3314,43,2.337,104.000),(10365,1,9,3314,43,2.339,109.000),(10366,1,11,3314,43,2.318,22.000),(10367,1,14,3314,43,2.372,43.000),(10368,1,15,3314,43,2.167,6.000),(10369,1,17,3314,43,2.333,6.000),(10370,1,18,3314,43,2.366,112.000),(10371,1,20,3314,43,2.417,12.000),(10372,1,21,3314,43,2.350,20.000),(10373,1,22,3314,43,2.286,7.000),(10374,1,23,3314,43,2.333,30.000),(10375,1,24,3314,43,2.250,4.000),(10376,1,26,3314,43,2.370,27.000),(10377,1,27,3314,43,2.362,420.000),(10378,1,32,3314,43,2.143,7.000),(10379,1,41,3314,43,2.265,68.000),(10380,1,1,3314,243,2.375,8.000),(10381,1,2,3314,243,2.324,108.000),(10382,1,3,3314,243,2.321,78.000),(10383,1,4,3314,243,2.345,29.000),(10384,1,6,3314,243,2.300,20.000),(10385,1,10,3314,243,2.344,151.000),(10386,1,13,3314,243,5.000,152.000),(10387,1,20,3314,243,2.167,6.000),(10388,1,25,3314,243,2.375,200.000),(10389,1,26,3314,243,2.421,19.000),(10390,1,32,3314,243,2.222,18.000),(10391,1,39,3314,243,2.286,21.000),(10392,1,35,3314,243,269.000,1.000),(10393,1,34,3314,243,2.245,98.000);
/*!40000 ALTER TABLE `api_customs_data_pays` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_customs_liste`
--
DROP TABLE IF EXISTS `api_customs_liste`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_customs_liste` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nc8txt` varchar(20) NOT NULL,
`nc8` int(8) unsigned zerofill NOT NULL,
`name_fr` varchar(1000) NOT NULL,
`name_en` varchar(1000) NOT NULL,
`unite_fr` varchar(1000) NOT NULL,
`unite_en` varchar(1000) NOT NULL,
`source_fr` varchar(1000) NOT NULL,
`source_en` varchar(1000) NOT NULL,
PRIMARY KEY (`id`),
KEY `nc8txt` (`nc8txt`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_customs_liste`
--
LOCK TABLES `api_customs_liste` WRITE;
/*!40000 ALTER TABLE `api_customs_liste` DISABLE KEYS */;
INSERT INTO `api_customs_liste` VALUES (1,'nc8_18010000',18010000,'Cacao - fèves ou brisures de fèves, bruts ou torréfiés','Cocoa - beans or broken beans, raw or roasted','EUR / t','EUR / t','Douanes françaises','French customs'),(2,'nc8_09011100',09011100,'Café - non-torréfié, non décaféiné','Coffee - non-roasted, not decaffeinated','EUR / t','EUR / t','Douanes françaises','French customs'),(3,'nc8_09023000',09023000,'Thé - noir, emballage < 3kg','Tea - black, packing <3kg','EUR / t','EUR / t','Douanes françaises','French customs'),(4,'nc8_10083000',10083000,'Alpiste','Canary seed','EUR / t','EUR / t','Douanes françaises','French customs'),(5,'nc8_28091000',28091000,'Pentaoxyde de diphosphore','Diphosphorus Pentaoxide','EUR / kg de pentaoxyde de diphosphore','EUR / kg of phosphorous pentoxide','Douanes françaises','French customs');
/*!40000 ALTER TABLE `api_customs_liste` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_customs_nc8`
--
DROP TABLE IF EXISTS `api_customs_nc8`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_customs_nc8` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code_nc8` int(8) unsigned zerofill DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `code_nc8` (`code_nc8`)
) ENGINE=MyISAM AUTO_INCREMENT=10502 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_customs_nc8`
--
LOCK TABLES `api_customs_nc8` WRITE;
/*!40000 ALTER TABLE `api_customs_nc8` DISABLE KEYS */;
INSERT INTO `api_customs_nc8` VALUES (1591,09011100),(1599,09023000),(1725,10083000),(2243,18010000),(3314,28091000);
/*!40000 ALTER TABLE `api_customs_nc8` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_customs_niv`
--
DROP TABLE IF EXISTS `api_customs_niv`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_customs_niv` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_code_nc8` int(11) NOT NULL,
`flux` tinyint(1) DEFAULT NULL,
`id_code_pays` int(11) DEFAULT NULL,
`niv` smallint(6) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `id_code_nc8` (`id_code_nc8`),
KEY `flux` (`flux`),
KEY `id_code_pays` (`id_code_pays`),
KEY `niv` (`niv`)
) ENGINE=MyISAM AUTO_INCREMENT=574 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_customs_niv`
--
LOCK TABLES `api_customs_niv` WRITE;
/*!40000 ALTER TABLE `api_customs_niv` DISABLE KEYS */;
INSERT INTO `api_customs_niv` VALUES (1,1591,0,20,0),(2,1591,0,59,0),(3,1591,0,112,0),(4,1591,0,178,0),(5,1591,0,135,0),(6,1591,0,1,2),(7,1591,0,2,2),(8,1591,0,13,2),(9,1591,0,14,2),(10,1591,0,21,2),(11,1591,0,22,2),(12,1591,0,25,2),(13,1591,0,26,2),(14,1591,0,31,2),(15,1591,0,38,2),(16,1591,0,40,2),(17,1591,0,41,2),(18,1591,0,42,2),(19,1591,0,43,2),(20,1591,0,44,2),(21,1591,0,46,2),(22,1591,0,47,2),(23,1591,0,48,2),(24,1591,0,56,2),(25,1591,0,57,2),(26,1591,0,60,2),(27,1591,0,61,2),(28,1591,0,64,2),(29,1591,0,66,2),(30,1591,0,67,2),(31,1591,0,70,2),(32,1591,0,74,2),(33,1591,0,80,2),(34,1591,0,81,2),(35,1591,0,89,2),(36,1591,0,91,2),(37,1591,0,92,2),(38,1591,0,97,2),(39,1591,0,98,2),(40,1591,0,101,2),(41,1591,0,103,2),(42,1591,0,104,2),(43,1591,0,105,2),(44,1591,0,106,2),(45,1591,0,109,2),(46,1591,0,111,2),(47,1591,0,115,2),(48,1591,0,118,2),(49,1591,0,120,2),(50,1591,0,123,2),(51,1591,0,124,2),(52,1591,0,128,2),(53,1591,0,132,2),(54,1591,0,134,2),(55,1591,0,138,2),(56,1591,0,139,2),(57,1591,0,141,2),(58,1591,0,144,2),(59,1591,0,146,2),(60,1591,0,150,2),(61,1591,0,152,2),(62,1591,0,153,2),(63,1591,0,156,2),(64,1591,0,160,2),(65,1591,0,161,2),(66,1591,0,163,2),(67,1591,0,165,2),(68,1591,0,166,2),(69,1591,0,174,2),(70,1591,0,176,2),(71,1591,0,182,2),(72,1591,0,185,2),(73,1591,0,198,2),(74,1591,0,199,2),(75,1591,0,203,2),(76,1591,0,205,2),(77,1591,0,206,2),(78,1591,0,208,2),(79,1591,0,210,2),(80,1591,0,211,2),(81,1591,0,213,2),(82,1591,0,220,2),(83,1591,0,224,2),(84,1591,0,226,2),(85,1591,0,227,2),(86,1591,0,232,2),(87,1591,0,235,2),(88,1591,0,238,2),(89,1591,0,240,2),(90,1591,0,243,2),(91,1591,0,251,2),(92,1591,0,285,2),(93,1591,0,287,2),(94,1591,1,31,0),(95,1591,1,251,0),(96,1591,1,100,0),(97,1591,1,71,0),(98,1591,1,104,0),(99,1591,1,59,0),(100,1591,1,20,0),(101,1591,1,49,0),(102,1591,1,241,0),(103,1591,1,173,0),(104,1591,1,47,0),(105,1591,1,2,2),(106,1591,1,6,2),(107,1591,1,9,2),(108,1591,1,13,2),(109,1591,1,14,2),(110,1591,1,17,2),(111,1591,1,23,2),(112,1591,1,24,2),(113,1591,1,29,2),(114,1591,1,38,2),(115,1591,1,40,2),(116,1591,1,41,2),(117,1591,1,42,2),(118,1591,1,43,2),(119,1591,1,44,2),(120,1591,1,48,2),(121,1591,1,50,2),(122,1591,1,60,2),(123,1591,1,61,2),(124,1591,1,62,2),(125,1591,1,63,2),(126,1591,1,65,2),(127,1591,1,67,2),(128,1591,1,70,2),(129,1591,1,79,2),(130,1591,1,81,2),(131,1591,1,85,2),(132,1591,1,89,2),(133,1591,1,92,2),(134,1591,1,94,2),(135,1591,1,96,2),(136,1591,1,102,2),(137,1591,1,107,2),(138,1591,1,112,2),(139,1591,1,113,2),(140,1591,1,114,2),(141,1591,1,115,2),(142,1591,1,116,2),(143,1591,1,118,2),(144,1591,1,127,2),(145,1591,1,131,2),(146,1591,1,132,2),(147,1591,1,135,2),(148,1591,1,138,2),(149,1591,1,140,2),(150,1591,1,141,2),(151,1591,1,145,2),(152,1591,1,155,2),(153,1591,1,156,2),(154,1591,1,157,2),(155,1591,1,160,2),(156,1591,1,163,2),(157,1591,1,164,2),(158,1591,1,165,2),(159,1591,1,166,2),(160,1591,1,171,2),(161,1591,1,172,2),(162,1591,1,175,2),(163,1591,1,176,2),(164,1591,1,178,2),(165,1591,1,180,2),(166,1591,1,182,2),(167,1591,1,199,2),(168,1591,1,200,2),(169,1591,1,201,2),(170,1591,1,211,2),(171,1591,1,212,2),(172,1591,1,217,2),(173,1591,1,219,2),(174,1591,1,221,2),(175,1591,1,226,2),(176,1591,1,227,2),(177,1591,1,230,2),(178,1591,1,235,2),(179,1591,1,238,2),(180,1591,1,239,2),(181,1591,1,243,2),(182,1591,1,248,2),(183,1591,1,284,2),(184,1591,1,287,2),(185,1591,1,288,2),(186,1591,1,289,2),(187,1599,0,92,0),(188,1599,0,20,0),(189,1599,0,115,0),(190,1599,0,138,0),(191,1599,0,59,0),(192,1599,0,243,0),(193,1599,0,21,0),(194,1599,0,165,0),(195,1599,0,43,0),(196,1599,0,42,0),(197,1599,0,160,0),(198,1599,0,80,0),(199,1599,0,14,0),(200,1599,0,1,2),(201,1599,0,2,2),(202,1599,0,4,2),(203,1599,0,6,2),(204,1599,0,7,2),(205,1599,0,9,2),(206,1599,0,11,2),(207,1599,0,13,2),(208,1599,0,15,2),(209,1599,0,16,2),(210,1599,0,17,2),(211,1599,0,18,2),(212,1599,0,22,2),(213,1599,0,23,2),(214,1599,0,25,2),(215,1599,0,26,2),(216,1599,0,27,2),(217,1599,0,31,2),(218,1599,0,36,2),(219,1599,0,38,2),(220,1599,0,40,2),(221,1599,0,41,2),(222,1599,0,44,2),(223,1599,0,46,2),(224,1599,0,47,2),(225,1599,0,48,2),(226,1599,0,49,2),(227,1599,0,52,2),(228,1599,0,53,2),(229,1599,0,54,2),(230,1599,0,56,2),(231,1599,0,57,2),(232,1599,0,60,2),(233,1599,0,61,2),(234,1599,0,63,2),(235,1599,0,64,2),(236,1599,0,65,2),(237,1599,0,66,2),(238,1599,0,67,2),(239,1599,0,70,2),(240,1599,0,74,2),(241,1599,0,81,2),(242,1599,0,83,2),(243,1599,0,85,2),(244,1599,0,88,2),(245,1599,0,89,2),(246,1599,0,91,2),(247,1599,0,98,2),(248,1599,0,100,2),(249,1599,0,101,2),(250,1599,0,102,2),(251,1599,0,103,2),(252,1599,0,104,2),(253,1599,0,105,2),(254,1599,0,106,2),(255,1599,0,107,2),(256,1599,0,111,2),(257,1599,0,112,2),(258,1599,0,114,2),(259,1599,0,116,2),(260,1599,0,118,2),(261,1599,0,120,2),(262,1599,0,123,2),(263,1599,0,124,2),(264,1599,0,125,2),(265,1599,0,126,2),(266,1599,0,127,2),(267,1599,0,128,2),(268,1599,0,129,2),(269,1599,0,131,2),(270,1599,0,132,2),(271,1599,0,134,2),(272,1599,0,135,2),(273,1599,0,136,2),(274,1599,0,137,2),(275,1599,0,139,2),(276,1599,0,141,2),(277,1599,0,144,2),(278,1599,0,145,2),(279,1599,0,147,2),(280,1599,0,150,2),(281,1599,0,152,2),(282,1599,0,153,2),(283,1599,0,154,2),(284,1599,0,156,2),(285,1599,0,157,2),(286,1599,0,158,2),(287,1599,0,161,2),(288,1599,0,163,2),(289,1599,0,166,2),(290,1599,0,170,2),(291,1599,0,171,2),(292,1599,0,172,2),(293,1599,0,173,2),(294,1599,0,174,2),(295,1599,0,176,2),(296,1599,0,178,2),(297,1599,0,179,2),(298,1599,0,182,2),(299,1599,0,184,2),(300,1599,0,185,2),(301,1599,0,198,2),(302,1599,0,199,2),(303,1599,0,201,2),(304,1599,0,203,2),(305,1599,0,205,2),(306,1599,0,206,2),(307,1599,0,208,2),(308,1599,0,210,2),(309,1599,0,213,2),(310,1599,0,217,2),(311,1599,0,220,2),(312,1599,0,224,2),(313,1599,0,226,2),(314,1599,0,227,2),(315,1599,0,238,2),(316,1599,0,240,2),(317,1599,0,244,2),(318,1599,0,248,2),(319,1599,0,250,2),(320,1599,0,251,2),(321,1599,0,252,2),(322,1599,0,253,2),(323,1599,0,275,2),(324,1599,0,285,2),(325,1599,0,287,2),(326,1599,0,288,2),(327,1599,1,20,0),(328,1599,1,178,0),(329,1599,1,81,0),(330,1599,1,48,0),(331,1599,1,59,0),(332,1599,1,131,0),(333,1599,1,107,0),(334,1599,1,43,0),(335,1599,1,2,0),(336,1599,1,3,2),(337,1599,1,6,2),(338,1599,1,7,2),(339,1599,1,11,2),(340,1599,1,13,2),(341,1599,1,14,2),(342,1599,1,17,2),(343,1599,1,21,2),(344,1599,1,31,2),(345,1599,1,38,2),(346,1599,1,44,2),(347,1599,1,46,2),(348,1599,1,47,2),(349,1599,1,49,2),(350,1599,1,57,2),(351,1599,1,61,2),(352,1599,1,65,2),(353,1599,1,67,2),(354,1599,1,70,2),(355,1599,1,74,2),(356,1599,1,79,2),(357,1599,1,83,2),(358,1599,1,92,2),(359,1599,1,98,2),(360,1599,1,104,2),(361,1599,1,105,2),(362,1599,1,106,2),(363,1599,1,110,2),(364,1599,1,112,2),(365,1599,1,115,2),(366,1599,1,116,2),(367,1599,1,123,2),(368,1599,1,127,2),(369,1599,1,128,2),(370,1599,1,135,2),(371,1599,1,138,2),(372,1599,1,141,2),(373,1599,1,144,2),(374,1599,1,146,2),(375,1599,1,153,2),(376,1599,1,155,2),(377,1599,1,157,2),(378,1599,1,165,2),(379,1599,1,167,2),(380,1599,1,170,2),(381,1599,1,176,2),(382,1599,1,177,2),(383,1599,1,182,2),(384,1599,1,199,2),(385,1599,1,201,2),(386,1599,1,204,2),(387,1599,1,205,2),(388,1599,1,206,2),(389,1599,1,208,2),(390,1599,1,210,2),(391,1599,1,211,2),(392,1599,1,215,2),(393,1599,1,221,2),(394,1599,1,227,2),(395,1599,1,231,2),(396,1599,1,232,2),(397,1599,1,235,2),(398,1599,1,238,2),(399,1599,1,241,2),(400,1599,1,243,2),(401,1599,1,251,2),(402,1599,1,287,2),(403,1599,1,289,2),(404,1725,0,20,2),(405,1725,0,43,2),(406,1725,0,70,2),(407,1725,0,112,2),(408,1725,0,182,2),(409,1725,1,165,0),(410,1725,1,20,0),(411,1725,1,22,2),(412,1725,1,31,2),(413,1725,1,38,2),(414,1725,1,59,2),(415,1725,1,70,2),(416,1725,1,79,2),(417,2243,0,59,0),(418,2243,0,165,0),(419,2243,0,20,0),(420,2243,0,1,2),(421,2243,0,2,2),(422,2243,0,11,2),(423,2243,0,13,2),(424,2243,0,14,2),(425,2243,0,22,2),(426,2243,0,23,2),(427,2243,0,31,2),(428,2243,0,38,2),(429,2243,0,43,2),(430,2243,0,44,2),(431,2243,0,46,2),(432,2243,0,48,2),(433,2243,0,49,2),(434,2243,0,57,2),(435,2243,0,61,2),(436,2243,0,64,2),(437,2243,0,70,2),(438,2243,0,74,2),(439,2243,0,81,2),(440,2243,0,85,2),(441,2243,0,92,2),(442,2243,0,98,2),(443,2243,0,103,2),(444,2243,0,104,2),(445,2243,0,105,2),(446,2243,0,106,2),(447,2243,0,107,2),(448,2243,0,111,2),(449,2243,0,112,2),(450,2243,0,114,2),(451,2243,0,115,2),(452,2243,0,123,2),(453,2243,0,124,2),(454,2243,0,128,2),(455,2243,0,134,2),(456,2243,0,135,2),(457,2243,0,138,2),(458,2243,0,141,2),(459,2243,0,152,2),(460,2243,0,153,2),(461,2243,0,156,2),(462,2243,0,160,2),(463,2243,0,161,2),(464,2243,0,166,2),(465,2243,0,170,2),(466,2243,0,174,2),(467,2243,0,176,2),(468,2243,0,178,2),(469,2243,0,182,2),(470,2243,0,185,2),(471,2243,0,198,2),(472,2243,0,199,2),(473,2243,0,201,2),(474,2243,0,205,2),(475,2243,0,206,2),(476,2243,0,208,2),(477,2243,0,220,2),(478,2243,0,223,2),(479,2243,0,226,2),(480,2243,0,227,2),(481,2243,0,232,2),(482,2243,0,235,2),(483,2243,0,238,2),(484,2243,0,240,2),(485,2243,0,243,2),(486,2243,0,251,2),(487,2243,0,287,2),(488,2243,1,44,0),(489,2243,1,85,0),(490,2243,1,63,0),(491,2243,1,65,0),(492,2243,1,163,0),(493,2243,1,47,0),(494,2243,1,11,2),(495,2243,1,13,2),(496,2243,1,14,2),(497,2243,1,20,2),(498,2243,1,29,2),(499,2243,1,31,2),(500,2243,1,37,2),(501,2243,1,38,2),(502,2243,1,43,2),(503,2243,1,49,2),(504,2243,1,50,2),(505,2243,1,52,2),(506,2243,1,59,2),(507,2243,1,61,2),(508,2243,1,62,2),(509,2243,1,67,2),(510,2243,1,70,2),(511,2243,1,79,2),(512,2243,1,80,2),(513,2243,1,81,2),(514,2243,1,82,2),(515,2243,1,98,2),(516,2243,1,100,2),(517,2243,1,102,2),(518,2243,1,104,2),(519,2243,1,107,2),(520,2243,1,109,2),(521,2243,1,110,2),(522,2243,1,112,2),(523,2243,1,113,2),(524,2243,1,114,2),(525,2243,1,115,2),(526,2243,1,116,2),(527,2243,1,128,2),(528,2243,1,132,2),(529,2243,1,135,2),(530,2243,1,138,2),(531,2243,1,139,2),(532,2243,1,141,2),(533,2243,1,144,2),(534,2243,1,156,2),(535,2243,1,157,2),(536,2243,1,164,2),(537,2243,1,165,2),(538,2243,1,166,2),(539,2243,1,173,2),(540,2243,1,175,2),(541,2243,1,178,2),(542,2243,1,180,2),(543,2243,1,182,2),(544,2243,1,199,2),(545,2243,1,201,2),(546,2243,1,205,2),(547,2243,1,206,2),(548,2243,1,211,2),(549,2243,1,217,2),(550,2243,1,226,2),(551,2243,1,229,2),(552,2243,1,235,2),(553,2243,1,236,2),(554,2243,1,238,2),(555,2243,1,239,2),(556,2243,1,240,2),(557,2243,1,243,2),(558,2243,1,246,2),(559,2243,1,247,2),(560,2243,1,248,2),(561,2243,1,251,2),(562,2243,1,252,2),(563,2243,1,287,2),(564,3314,1,165,0),(565,3314,1,59,0),(566,3314,1,20,2),(567,3314,1,43,2),(568,3314,1,48,2),(569,3314,1,79,2),(570,3314,1,81,2),(571,3314,1,107,2),(572,3314,1,198,2),(573,3314,1,243,2);
/*!40000 ALTER TABLE `api_customs_niv` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_customs_pays`
--
DROP TABLE IF EXISTS `api_customs_pays`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_customs_pays` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code_pays` char(2) NOT NULL,
`pays_fr` varchar(255) NOT NULL,
`pays_en` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `code_pays` (`code_pays`)
) ENGINE=MyISAM AUTO_INCREMENT=287 DEFAULT CHARSET=utf8 COMMENT='3 pays supprimés : 191-QU / 265-QU / 274 - XS';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_customs_pays`
--
LOCK TABLES `api_customs_pays` WRITE;
/*!40000 ALTER TABLE `api_customs_pays` DISABLE KEYS */;
INSERT INTO `api_customs_pays` VALUES (1,'AD','Andorre','Andorra'),(2,'AE','Emirats arabes unis','United Arab Emirates'),(3,'AF','Afghanistan','Afghanistan'),(4,'AG','Antigua-et-Barbuda','Antigua and Barbuda'),(5,'AI','Anguilla','Anguilla'),(6,'AL','Albanie','Albania'),(7,'AM','Arménie','Armenia'),(8,'AN','Antilles néerlandaises',NULL),(9,'AO','Angola','Angola'),(10,'AQ','Antarctique','Antarctica'),(11,'AR','Argentine','Argentina'),(12,'AS','Samoa américaines','American Samoa'),(13,'AT','Autriche','Austria'),(14,'AU','Australie','Australia'),(15,'AW','Aruba','Aruba'),(16,'AZ','Azerbaïdjan','Azerbaijan'),(17,'BA','Bosnie-Herzégovine','Bosnia and Herzegovina'),(18,'BB','Barbade','Barbados'),(19,'BD','Bangladesh','Bangladesh'),(20,'BE','Belgique','Belgium'),(21,'BF','Burkina Faso','Burkina Faso'),(22,'BG','Bulgarie','Bulgaria'),(23,'BH','Bahreïn','Bahrain'),(24,'BI','Burundi','Burundi'),(25,'BJ','Bénin','Benin'),(26,'BL','Saint-Barthélemy','Saint-Barthélemy'),(27,'BM','Bermudes','Bermuda'),(28,'BN','Brunei Darussalam','Brunei Darussalam'),(29,'BO','Bolivie (Etat plurinational de)','Bolivia'),(30,'BQ','Bonaire, Saint-Eustache et Saba','Caribbean Netherlands '),(31,'BR','Brésil','Brazil'),(32,'BS','Bahamas','Bahamas'),(33,'BT','Bhoutan','Bhutan'),(34,'BV','Bouvet (île)','Bouvet Island'),(35,'BW','Botswana','Botswana'),(36,'BY','Biélorussie','Belarus'),(37,'BZ','Belize','Belize'),(38,'CA','Canada','Canada'),(39,'CC','Cocos (Keeling) (îles)','Cocos (Keeling) Islands'),(40,'CD','Congo (République démocratique du)','Congo, Democratic Republic of'),(41,'CF','Centrafricaine (République)','Central African Republic'),(42,'CG','Congo','Congo'),(43,'CH','Suisse','Switzerland'),(44,'CI','Côte-d\'Ivoire','Ivory Coast'),(45,'CK','Cook (îles)','Cook Islands'),(46,'CL','Chili','Chile'),(47,'CM','Cameroun','Cameroon'),(48,'CN','Chine','China'),(49,'CO','Colombie','Colombia'),(50,'CR','Costa Rica','Costa Rica'),(51,'CS','Serbie-et-Monténégro',NULL),(52,'CU','Cuba','Cuba'),(53,'CV','Cap-Vert','Cape Verde'),(54,'CW','Curaçao','Curaçao'),(55,'CX','Christmas (île)','Christmas Island'),(56,'CY','Chypre','Cyprus'),(57,'CZ','Tchèque (République)','Czech Republic'),(58,'DD','Allemagne de l\'Est',NULL),(59,'DE','Allemagne','Germany'),(60,'DJ','Djibouti','Djibouti'),(61,'DK','Danemark','Denmark'),(62,'DM','Dominique','Dominica'),(63,'DO','Dominicaine (République)','Dominican Republic'),(64,'DZ','Algérie','Algeria'),(65,'EC','Equateur','Ecuador'),(66,'EE','Estonie','Estonia'),(67,'EG','Egypte','Egypt'),(68,'EH','Sahara occidental','Western Sahara'),(69,'ER','Erythrée','Eritrea'),(70,'ES','Espagne','Spain'),(71,'ET','Ethiopie','Ethiopia'),(72,'EU','Union européenne','European union'),(73,'FA','Féroé (îles)',NULL),(74,'FI','Finlande','Finland'),(75,'FJ','Fidji','Fiji'),(76,'FK','Falkland (îles)','Falkland Islands'),(77,'FM','Micronésie (Etats fédérés de)','Micronesia, Federated States of'),(78,'FO','Féroé (îles)','Faroe Islands'),(79,'FR','France','France'),(80,'GA','Gabon','Gabon'),(81,'GB','Royaume-Uni','United Kingdom'),(82,'GD','Grenade','Grenada'),(83,'GE','Géorgie','Georgia'),(84,'GF','Guyane française','French Guiana'),(85,'GH','Ghana','Ghana'),(86,'GI','Gibraltar','Gibraltar'),(87,'GL','Groenland','Greenland'),(88,'GM','Gambie','Gambia'),(89,'GN','Guinée','Guinea'),(90,'GP','Guadeloupe','Guadeloupe'),(91,'GQ','Guinée équatoriale','Equatorial Guinea'),(92,'GR','Grèce','Greece'),(93,'GS','Géorgie du Sud et Sandwich du Sud (îles)','South Georgia and the South Sandwich Islands'),(94,'GT','Guatemala','Guatemala'),(95,'GU','Guam','Guam'),(96,'GW','Guinée-Bissau','Guinea-Bissau'),(97,'GY','Guyana','Guyana'),(98,'HK','Hong Kong','Hong Kong'),(99,'HM','Heard et Mc Donald (îles)','Heard and McDonald Islands'),(100,'HN','Honduras','Honduras'),(101,'HR','Croatie','Croatia'),(102,'HT','Haïti','Haiti'),(103,'HU','Hongrie','Hungary'),(104,'ID','Indonésie','Indonesia'),(105,'IE','Irlande','Ireland'),(106,'IL','Israël','Israel'),(107,'IN','Inde','India'),(108,'IO','Océan Indien (Territoire britannique de l\')','British Indian Ocean Territory'),(109,'IQ','Iraq','Iraq'),(110,'IR','Iran (République islamique d\')','Iran'),(111,'IS','Islande','Iceland'),(112,'IT','Italie','Italy'),(113,'JM','Jamaïque','Jamaica'),(114,'JO','Jordanie','Jordan'),(115,'JP','Japon','Japan'),(116,'KE','Kenya','Kenya'),(117,'KG','Kirghize (République)','Kyrgyzstan'),(118,'KH','Cambodge','Cambodia'),(119,'KI','Kiribati','Kiribati'),(120,'KM','Comores','Comoros'),(121,'KN','Saint-Christophe-et-Nevis','Saint Kitts and Nevis'),(122,'KP','Corée (République populaire démocratique de)','North Korea'),(123,'KR','Corée (République de)','South Korea'),(124,'KW','Koweït','Kuwait'),(125,'KY','Caïmans (îles)','Cayman Islands'),(126,'KZ','Kazakhstan','Kazakhstan'),(127,'LA','Lao (République démocratique populaire)','Lao People\'s Democratic Republic'),(128,'LB','Liban','Lebanon'),(129,'LC','Sainte-Lucie','Saint Lucia'),(130,'LI','Liechtenstein','Liechtenstein'),(131,'LK','Sri Lanka','Sri Lanka'),(132,'LR','Liberia','Liberia'),(133,'LS','Lesotho','Lesotho'),(134,'LT','Lituanie','Lithuania'),(135,'LU','Luxembourg','Luxembourg'),(136,'LV','Lettonie','Latvia'),(137,'LY','Libye','Libya'),(138,'MA','Maroc','Morocco'),(139,'MD','Moldavie (République de)','Moldova'),(140,'ME','Monténégro','Montenegro'),(141,'MG','Madagascar','Madagascar'),(142,'MH','Marshall (îles)','Marshall Islands'),(143,'MK','Macédoine (ancienne République yougoslave de)','Macedonia'),(144,'ML','Mali','Mali'),(145,'MM','Myanmar','Myanmar'),(146,'MN','Mongolie','Mongolia'),(147,'MO','Macao','Macau'),(148,'MP','Mariannes du Nord (îles)','Northern Mariana Islands'),(149,'MQ','Martinique','Martinique'),(150,'MR','Mauritanie','Mauritania'),(151,'MS','Montserrat','Montserrat'),(152,'MT','Malte','Malta'),(153,'MU','Maurice','Mauritius'),(154,'MV','Maldives','Maldives'),(155,'MW','Malawi','Malawi'),(156,'MX','Mexique','Mexico'),(157,'MY','Malaisie','Malaysia'),(158,'MZ','Mozambique','Mozambique'),(159,'NA','Namibie','Namibia'),(160,'NC','Nouvelle-Calédonie','New Caledonia'),(161,'NE','Niger','Niger'),(162,'NF','Norfolk (île)','Norfolk Island'),(163,'NG','Nigeria','Nigeria'),(164,'NI','Nicaragua','Nicaragua'),(165,'NL','Pays-Bas','The Netherlands'),(166,'NO','Norvège','Norway'),(167,'NP','Népal','Nepal'),(168,'NR','Nauru','Nauru'),(169,'NU','Niué','Niue'),(170,'NZ','Nouvelle-Zélande','New Zealand'),(171,'OM','Oman','Oman'),(172,'PA','Panama','Panama'),(173,'PE','Pérou','Peru'),(174,'PF','Polynésie française','French Polynesia'),(175,'PG','Papouasie-Nouvelle-Guinée','Papua New Guinea'),(176,'PH','Philippines','Philippines'),(177,'PK','Pakistan','Pakistan'),(178,'PL','Pologne','Poland'),(179,'PM','Saint-Pierre-et-Miquelon','St. Pierre and Miquelon'),(180,'PN','Pitcairn','Pitcairn'),(181,'PS','Territoire palestinien occupé','Palestine, State of'),(182,'PT','Portugal','Portugal'),(183,'PW','Palaos','Palau'),(184,'PY','Paraguay','Paraguay'),(185,'QA','Qatar','Qatar'),(186,'QP','Haute mer',NULL),(187,'QQ','Autocorrections',NULL),(188,'QR','Avitaillement et soutage dans le cadre des échanges intra-UE',NULL),(189,'QS','Avitaillement et soutage dans le cadre des échanges avec les pays tiers',NULL),(190,'QT','Avitaillement',NULL),(191,'QU','Pays et territoires non déterminés',NULL),(192,'QV','Pays et territoires non déterminés dans les échanges intracommunautaires',NULL),(193,'QW','Pays et territoires non déterminés dans les échanges avec les pays tiers',NULL),(194,'QY','PAYS INDETERMINES ECHANGES INTRA EUROSTAT',NULL),(195,'QZ','PAYS INDETERMINES ECHANGES EXTRA EUROSTAT',NULL),(196,'RE','La Réunion','Réunion'),(197,'RO','Roumanie','Romania'),(198,'RU','Russie (Fédération de)','Russian Federation'),(199,'RW','Rwanda','Rwanda'),(200,'SA','Arabie saoudite','Saudi Arabia'),(201,'SB','Salomon (îles)','Solomon Islands'),(202,'SC','Seychelles','Seychelles'),(203,'SD','Soudan','Sudan'),(204,'SE','Suède','Sweden'),(205,'SG','Singapour','Singapore'),(206,'SH','Sainte-Hélène, Ascension et Tristan da Cunha','Saint Helena'),(207,'SI','Slovénie','Slovenia'),(208,'SJ','Svalbard','Svalbard and Jan Mayen Islands'),(209,'SK','Slovaquie','Slovakia'),(210,'SL','Sierra Leone','Sierra Leone'),(211,'SM','Saint-Marin','San Marino'),(212,'SN','Sénégal','Senegal'),(213,'SO','Somalie','Somalia'),(214,'SR','Suriname','Suriname'),(215,'SS','Soudan du Sud','South Sudan'),(216,'ST','Sao Tomé-et-Principe','Sao Tome and Principe'),(217,'SU','Union soviétique',NULL),(218,'SV','El Salvador','El Salvador'),(219,'SX','Sint-Maarten (partie néerlandaise)','Sint Maarten (Dutch part)'),(220,'SY','Syrienne (République arabe)','Syria'),(221,'SZ','Swaziland','Swaziland'),(222,'TC','Turks-et-Caïcos (îles)','Turks and Caicos Islands'),(223,'TD','Tchad','Chad'),(224,'TF','Terres australes françaises','French Southern Territories'),(225,'TG','Togo','Togo'),(226,'TH','Thaïlande','Thailand'),(227,'TJ','Tadjikistan','Tajikistan'),(228,'TK','Tokélaou','Tokelau'),(229,'TL','Timor-Oriental','Timor-Leste'),(230,'TM','Turkménistan','Turkmenistan'),(231,'TN','Tunisie','Tunisia'),(232,'TO','Tonga','Tonga'),(233,'TP','Timor oriental',NULL),(234,'TR','Turquie','Turkey'),(235,'TT','Trinité-et-Tobago','Trinidad and Tobago'),(236,'TV','Tuvalu','Tuvalu'),(237,'TW','Taïwan','Taiwan'),(238,'TZ','Tanzanie (République unie de)','Tanzania'),(239,'UA','Ukraine','Ukraine'),(240,'UG','Ouganda','Uganda'),(241,'UM','Mineures éloignées des Etats-Unis (îles)','United States Minor Outlying Islands'),(242,'US','Etats-Unis','United States'),(243,'UY','Uruguay','Uruguay'),(244,'UZ','Ouzbékistan','Uzbekistan'),(245,'VA','Saint-Siège (Etat de la Cité du Vatican)','Vatican'),(246,'VC','Saint-Vincent-et-les-Grenadines','Saint Vincent and the Grenadines'),(247,'VE','Venezuela (République bolivarienne du)','Venezuela'),(248,'VG','Vierges britanniques (îles)','Virgin Islands (British)'),(249,'VI','Vierges des Etats-Unis (îles)','Virgin Islands (U.S.)'),(250,'VN','Viêt Nam','Vietnam'),(251,'VU','Vanuatu','Vanuatu'),(252,'WF','Wallis-et-Futuna','Wallis and Futuna Islands'),(253,'WS','Samoa','Samoa'),(254,'XA','Océanie américaine',NULL),(255,'XB','Saint Barthélémy',NULL),(256,'XC','Ceuta','Ceuta'),(257,'XD','Tchécoslovaquie (ex CS)',NULL),(258,'XE','Saint-Eustache',NULL),(259,'XF','Iles Canaries',NULL),(260,'XG','Ceuta et Melilla',NULL),(261,'XH','Suisse et Liechtenstein',NULL),(262,'XI','Saint-Martin, partie méridionale',NULL),(263,'XJ','Yougoslavie',NULL),(264,'XK','Kosovo','Kosovo'),(265,'XL','Melilla','Melilla'),(266,'XM','Monténégro',NULL),(267,'XN','Bonaire',NULL),(268,'XO','Océanie australienne',NULL),(269,'XP','Cisjordanie - Bande de Gaza',NULL),(270,'XQ','République d\'Afrique du Sud et Namibie',NULL),(271,'XR','Régions polaires',NULL),(272,'XS','Serbie','Serbia'),(273,'XT','Saint-Martin, partie septentrionale',NULL),(274,'XU','UEBL (union économique belgo-luxembourgeoise)',NULL),(275,'XV','Curaçao',NULL),(276,'XW','Iles vierges britanniques et Montserrat',NULL),(277,'XX','Océanie américaine',NULL),(278,'XY','Yémen du Nord',NULL),(279,'XZ','Océanie néo zélandaise',NULL),(280,'YD','Yémen du Sud',NULL),(281,'YE','Yémen','Yemen'),(282,'YT','Mayotte','Mayotte'),(283,'YU','République fédérale de Yougoslavie',NULL),(284,'ZA','Afrique du Sud','South Africa'),(285,'ZM','Zambie','Zambia'),(286,'ZW','Zimbabwe','Zimbabwe');
/*!40000 ALTER TABLE `api_customs_pays` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_dates`
--
DROP TABLE IF EXISTS `api_dates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_dates` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`annee` smallint(6) NOT NULL,
`mois` tinyint(4) NOT NULL,
PRIMARY KEY (`id`),
KEY `annee` (`annee`,`mois`)
) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_dates`
--
LOCK TABLES `api_dates` WRITE;
/*!40000 ALTER TABLE `api_dates` DISABLE KEYS */;
INSERT INTO `api_dates` VALUES (1,2012,1),(2,2012,2),(3,2012,3),(4,2012,4),(5,2012,5),(6,2012,6),(7,2012,7),(8,2012,8),(9,2012,9),(10,2012,10),(11,2012,11),(12,2012,12),(13,2013,1),(14,2013,2),(15,2013,3),(16,2013,4),(17,2013,5),(18,2013,6),(19,2013,7),(20,2013,8),(21,2013,9),(22,2013,10),(23,2013,11),(24,2013,12),(25,2014,1),(26,2014,2),(27,2014,3),(28,2014,4),(29,2014,5),(30,2014,6),(31,2014,7),(32,2014,8),(33,2014,9),(34,2014,10),(35,2014,11),(36,2014,12),(37,2015,1),(38,2015,2),(39,2015,3),(40,2015,4),(41,2015,5),(42,2015,6),(43,2015,7),(44,2015,8),(45,2015,9),(46,2015,10);
/*!40000 ALTER TABLE `api_dates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_imf_data`
--
DROP TABLE IF EXISTS `api_imf_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_imf_data` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_date` smallint(6) unsigned DEFAULT NULL,
`code_imf` varchar(8) DEFAULT NULL,
`valeur` double(12,4) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `id_date` (`id_date`),
KEY `code_imf` (`code_imf`)
) ENGINE=MyISAM AUTO_INCREMENT=139 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_imf_data`
--
LOCK TABLES `api_imf_data` WRITE;
/*!40000 ALTER TABLE `api_imf_data` DISABLE KEYS */;
INSERT INTO `api_imf_data` VALUES (1,1,'EURUSD',1.2905),(2,2,'EURUSD',1.3224),(3,3,'EURUSD',1.3201),(4,4,'EURUSD',1.3162),(5,5,'EURUSD',1.2789),(6,6,'EURUSD',1.2526),(7,7,'EURUSD',1.2288),(8,8,'EURUSD',1.2400),(9,9,'EURUSD',1.2856),(10,10,'EURUSD',1.2974),(11,11,'EURUSD',1.2828),(12,12,'EURUSD',1.3119),(13,13,'EURUSD',1.3288),(14,14,'EURUSD',1.3359),(15,15,'EURUSD',1.2964),(16,16,'EURUSD',1.3026),(17,17,'EURUSD',1.2982),(18,18,'EURUSD',1.3189),(19,19,'EURUSD',1.3080),(20,20,'EURUSD',1.3310),(21,21,'EURUSD',1.3348),(22,22,'EURUSD',1.3635),(23,23,'EURUSD',1.3493),(24,24,'EURUSD',1.3704),(25,25,'EURUSD',1.3610),(26,26,'EURUSD',1.3659),(27,27,'EURUSD',1.3823),(28,28,'EURUSD',1.3813),(29,29,'EURUSD',1.3732),(30,30,'EURUSD',1.3592),(31,31,'EURUSD',1.3539),(32,32,'EURUSD',1.3316),(33,33,'EURUSD',1.2901),(34,34,'EURUSD',1.2673),(35,35,'EURUSD',1.2472),(36,36,'EURUSD',1.2331),(37,37,'EURUSD',1.1621),(38,38,'EURUSD',1.1350),(39,39,'EURUSD',1.0838),(40,40,'EURUSD',1.0779),(41,41,'EURUSD',1.1150),(42,42,'EURUSD',1.1213),(43,43,'EURUSD',1.0996),(44,44,'EURUSD',1.0000),(45,45,'EURUSD',1.1221),(46,46,'EURUSD',1.0000),(47,1,'PALUM',2151.3333),(48,2,'PALUM',2207.9167),(49,3,'PALUM',2184.1591),(50,4,'PALUM',2048.5053),(51,5,'PALUM',2002.5227),(52,6,'PALUM',1885.5132),(53,7,'PALUM',1876.2500),(54,8,'PALUM',1843.3273),(55,9,'PALUM',2064.1200),(56,10,'PALUM',1974.3043),(57,11,'PALUM',1948.8295),(58,12,'PALUM',2086.7632),(59,13,'PALUM',2037.6068),(60,14,'PALUM',2053.5950),(61,15,'PALUM',1911.2825),(62,16,'PALUM',1861.0238),(63,17,'PALUM',1832.5714),(64,18,'PALUM',1814.5375),(65,19,'PALUM',1769.6087),(66,20,'PALUM',1816.2357),(67,21,'PALUM',1761.3048),(68,22,'PALUM',1814.5826),(69,23,'PALUM',1747.9643),(70,24,'PALUM',1739.8100),(71,25,'PALUM',1727.4114),(72,26,'PALUM',1695.1650),(73,27,'PALUM',1705.3667),(74,28,'PALUM',1810.6750),(75,29,'PALUM',1751.0500),(76,30,'PALUM',1838.9524),(77,31,'PALUM',1948.3043),(78,32,'PALUM',2030.4925),(79,33,'PALUM',1990.4318),(80,34,'PALUM',1946.1891),(81,35,'PALUM',2055.5550),(82,36,'PALUM',1909.4595),(83,37,'PALUM',1814.7190),(84,38,'PALUM',1817.8200),(85,39,'PALUM',1773.8636),(86,40,'PALUM',1819.1875),(87,41,'PALUM',1804.0400),(88,42,'PALUM',1687.7300),(89,43,'PALUM',1639.5000),(90,44,'PALUM',1548.0000),(91,45,'PALUM',1589.6000),(92,46,'PALUM',1516.0000),(93,1,'PLAMB',132.7377),(94,2,'PLAMB',125.0349),(95,3,'PLAMB',117.1801),(96,4,'PLAMB',109.1246),(97,5,'PLAMB',97.9250),(98,6,'PLAMB',92.3310),(99,7,'PLAMB',91.4551),(100,8,'PLAMB',88.5173),(101,9,'PLAMB',88.5173),(102,10,'PLAMB',88.5173),(103,11,'PLAMB',88.5173),(104,12,'PLAMB',91.3943),(105,13,'PLAMB',94.6262),(106,14,'PLAMB',98.3526),(107,15,'PLAMB',98.3526),(108,16,'PLAMB',99.2467),(109,17,'PLAMB',105.7443),(110,18,'PLAMB',106.7828),(111,19,'PLAMB',107.7602),(112,20,'PLAMB',109.5929),(113,21,'PLAMB',110.3289),(114,22,'PLAMB',111.8532),(115,23,'PLAMB',116.4174),(116,24,'PLAMB',120.8332),(117,25,'PLAMB',121.4441),(118,26,'PLAMB',122.5895),(119,27,'PLAMB',128.2598),(120,28,'PLAMB',132.2651),(121,29,'PLAMB',136.1609),(122,30,'PLAMB',137.6267),(123,31,'PLAMB',134.8836),(124,32,'PLAMB',132.1404),(125,33,'PLAMB',131.3071),(126,34,'PLAMB',130.6685),(127,35,'PLAMB',130.6685),(128,36,'PLAMB',129.2634),(129,37,'PLAMB',128.6248),(130,38,'PLAMB',122.9408),(131,39,'PLAMB',115.8517),(132,40,'PLAMB',115.2130),(133,41,'PLAMB',112.5400),(134,42,'PLAMB',109.5900),(135,43,'PLAMB',108.3711),(136,44,'PLAMB',99.0000),(137,45,'PLAMB',96.1200),(138,46,'PLAMB',95.0000);
/*!40000 ALTER TABLE `api_imf_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_imf_liste`
--
DROP TABLE IF EXISTS `api_imf_liste`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_imf_liste` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code_imf` varchar(20) NOT NULL,
`factor` varchar(100) DEFAULT NULL,
`currency` varchar(100) NOT NULL,
`name_fr` varchar(1000) DEFAULT NULL,
`name_en` varchar(1000) DEFAULT NULL,
`unite_fr` varchar(100) DEFAULT NULL,
`unite_en` varchar(1000) NOT NULL,
`unite_original` varchar(100) DEFAULT NULL,
`source_fr` varchar(100) DEFAULT NULL,
`source_en` varchar(1000) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
KEY `name_en` (`name_en`(255),`name_fr`(255),`source_fr`),
KEY `name_fr` (`name_fr`(255))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_imf_liste`
--
LOCK TABLES `api_imf_liste` WRITE;
/*!40000 ALTER TABLE `api_imf_liste` DISABLE KEYS */;
INSERT INTO `api_imf_liste` VALUES (1,'PALUM','1','USD / EUR','Aluminium - pureté > 99,5%, prix CAF des ports UK','Aluminum, 99.5% minimum purity, spot, CIF UK ports','EUR / t','EUR / t','US$ per metric ton','LME (London Metal Exchange) via FMI (Fonds Monétaire International)','LME (London Metal Exchange) via IMF'),(2,'PLAMB','22,04585538','USD / EUR','Agneau - carcasses, réfrigérées, Smithfield à Londres','Lamb, frozen carcass Smithfield London','EUR / t','EUR / t','US cents per pound','FMI (Fonds Monétaire International)','IMF');
/*!40000 ALTER TABLE `api_imf_liste` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-12-08 0:21:29