aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-12-26 21:21:28 +0100
committerShauren <shauren.trinity@gmail.com>2016-12-26 21:21:28 +0100
commit87427321497aad5ba3c6dbc1b7f4838f255e052b (patch)
treea3bbb5512bb04d957448fa7686dd27a998b94568
parent9f81cf445ff47507a9469d57808df231460793f1 (diff)
Core/Items: Implemented bonus list as a possible result of RandomSuffix
Ref #18423
-rw-r--r--sql/base/characters_database.sql9
-rw-r--r--sql/updates/characters/master/2016_12_26_00_characters.sql13
-rw-r--r--sql/updates/world/master/2016_12_26_00_world.sql29233
-rw-r--r--src/server/database/Database/Implementation/CharacterDatabase.cpp14
-rw-r--r--src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp3
-rw-r--r--src/server/game/Entities/Item/Item.cpp179
-rw-r--r--src/server/game/Entities/Item/Item.h7
-rw-r--r--src/server/game/Entities/Item/ItemEnchantmentMgr.cpp122
-rw-r--r--src/server/game/Entities/Item/ItemEnchantmentMgr.h20
-rw-r--r--src/server/game/Entities/Player/Player.cpp57
-rw-r--r--src/server/game/Entities/Player/Player.h8
-rw-r--r--src/server/game/Groups/Group.cpp10
-rw-r--r--src/server/game/Groups/Group.h2
-rw-r--r--src/server/game/Guilds/Guild.cpp4
-rw-r--r--src/server/game/Guilds/GuildMgr.cpp22
-rw-r--r--src/server/game/Handlers/VoidStorageHandler.cpp2
-rw-r--r--src/server/game/Loot/LootMgr.h4
-rw-r--r--src/server/game/Server/Packets/ItemPackets.cpp8
-rw-r--r--src/server/scripts/Commands/cs_misc.cpp2
19 files changed, 29514 insertions, 205 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql
index 489e7c498a8..832b3c01523 100644
--- a/sql/base/characters_database.sql
+++ b/sql/base/characters_database.sql
@@ -1573,6 +1573,7 @@ CREATE TABLE `character_void_storage` (
`itemEntry` mediumint(8) unsigned NOT NULL,
`slot` tinyint(3) unsigned NOT NULL,
`creatorGuid` bigint(20) unsigned NOT NULL DEFAULT '0',
+ `randomPropertyType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`randomProperty` int(10) unsigned NOT NULL DEFAULT '0',
`suffixFactor` int(10) unsigned NOT NULL DEFAULT '0',
`upgradeId` int(10) unsigned NOT NULL DEFAULT '0',
@@ -2577,7 +2578,8 @@ CREATE TABLE `item_instance` (
`charges` tinytext,
`flags` mediumint(8) unsigned NOT NULL DEFAULT '0',
`enchantments` text NOT NULL,
- `randomPropertyId` smallint(5) NOT NULL DEFAULT '0',
+ `randomPropertyType` tinyint(3) unsigned NOT NULL DEFAULT '0',
+ `randomPropertyId` int(10) unsigned NOT NULL DEFAULT '0',
`durability` smallint(5) unsigned NOT NULL DEFAULT '0',
`playedTime` int(10) unsigned NOT NULL DEFAULT '0',
`text` text,
@@ -2758,7 +2760,8 @@ CREATE TABLE `item_loot_items` (
`counted` tinyint(1) NOT NULL DEFAULT '0',
`under_threshold` tinyint(1) NOT NULL DEFAULT '0',
`needs_quest` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'quest drop',
- `rnd_prop` int(10) NOT NULL DEFAULT '0' COMMENT 'random enchantment added when originally rolled',
+ `rnd_type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'random enchantment type',
+ `rnd_prop` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'random enchantment added when originally rolled',
`rnd_suffix` int(10) NOT NULL DEFAULT '0' COMMENT 'random suffix added when originally rolled',
PRIMARY KEY (`container_id`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -3273,7 +3276,7 @@ CREATE TABLE `updates` (
LOCK TABLES `updates` WRITE;
/*!40000 ALTER TABLE `updates` DISABLE KEYS */;
-INSERT INTO `updates` VALUES ('2014_10_20_00_characters.sql','A5882DA0979CF4DAE33DA011EBAA006C24BE7230','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_23_00_characters.sql','E2AC4758133EE19B7F08464A445802154D1261C8','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_23_01_characters.sql','20029E6323D9773B32C34D84FFED1711CC60F09F','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_23_02_characters.sql','8A7A16886EE71E7ACDDB3DDA6D0ECAC2FD2FDCA8','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_24_00_characters.sql','D008FE81AE844FCA686439D6ECC5108FB0DD1EB9','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_25_00_characters.sql','A39C7BE46686B54776BDAB9D7A882D91EDEC51A4','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_26_00_characters.sql','C787954CC35FE34B4101FDE6527F14C027F4947C','ARCHIVED','2015-03-21 15:55:55',0),('2014_11_12_00_characters.sql','B160BB2313F1BD5F3B076A5A9279DC10D4796E34','ARCHIVED','2015-03-21 15:55:55',0),('2014_12_23_00_characters.sql','3D9D648B2387B357F4BD090B33F80682F7924882','ARCHIVED','2015-03-21 15:55:55',0),('2014_12_28_00_characters.sql','5362922FF4483A336311D73082A5727309CD9219','ARCHIVED','2015-03-21 15:55:55',0),('2014_12_31_00_characters.sql','498DDF2DD936CF156D74A8208DC93DCE9FCAB5AA','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_02_00_characters.sql','E5940BE836F253982E07930120422E598D08BDE1','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_10_00_characters.sql','30796056C8623699B2FE1BF626A19D38262E9284','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_16_00_characters.sql','96642760A54C8D799AAFE438049A63AA521656F2','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_27_00_characters.sql','EB710E3EB9F2CAFD84AB62CDC84E898403A80A4F','ARCHIVED','2015-03-21 15:55:55',0),('2015_02_13_00_characters.sql','405BEB4ED207DC6076442A37EE2AFB1F21E274A0','ARCHIVED','2015-03-21 15:55:55',0),('2015_02_13_01_characters.sql','35F582D4F33BF55D1685A1BA89273ED895FD09C5','ARCHIVED','2015-03-21 15:55:55',0),('2015_02_17_00_characters.sql','8D21FC5A55BF8B55D6DCDCE5F02CF2B640230E94','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_10_00_characters.sql','E565B89B145C340067742DFF2DEF1B74F5F1BD4E','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_20_00_characters.sql','B761760804EA73BD297F296C5C1919687DF7191C','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_20_01_characters.sql','20BD68468C57FCF7E665B4DA185DCD52FACE8B3F','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_20_02_characters.sql','0296995DCD3676BA9AE6024CA7C91C5F39D927A3','ARCHIVED','2015-03-21 15:56:46',0),('2015_03_29_00_characters.sql','95D6A46BB746A8BD3EE3FE2086DF1A07F7C33B92','ARCHIVED','2015-05-02 15:43:06',0),('2015_04_21_00_characters.sql','F2032B9BF4EDA7EDE5065554724ED392FD91657D','ARCHIVED','2015-05-02 15:43:06',0),('2015_04_28_00_characters.sql','949F62DB3A3461D420A1230ECF7A6A3ED6435703','ARCHIVED','2015-05-02 15:43:06',0),('2015_05_08_00_characters.sql','0F14B7821618D1C872625B6EDDAA9A667B211167','ARCHIVED','2015-07-10 19:32:17',0),('2015_05_22_00_characters.sql','65B82152413FAB23BE413656E59A486A74447FF7','ARCHIVED','2015-07-10 19:32:17',0),('2015_07_08_00_characters.sql','DAB25360ACB5244C8F8E6214CF6BD97160588A5B','ARCHIVED','2015-07-10 19:32:17',0),('2015_07_11_00_characters.sql','B421B6C0E57BD0FD587071358863D9DABF4BA849','ARCHIVED','2015-07-13 21:50:02',0),('2015_07_12_00_characters.sql','E98E7FD61EF6426E7EDE8ED9AD8C15D8D7132589','ARCHIVED','2015-07-13 21:50:02',0),('2015_07_28_00_characters.sql','0711BC3A658D189EF71B0CB68DCFF2E9B781C4A0','ARCHIVED','2015-07-29 16:23:56',0),('2015_08_08_00_characters.sql','EA12BB2DC24FAF2300A96D0888A45BBEA158D5DC','ARCHIVED','2015-08-08 16:34:07',0),('2015_08_12_00_characters.sql','4FD7F89FE5DA51D4E0C33E520719986AA3EBD31B','ARCHIVED','2015-08-12 12:35:20',0),('2015_09_05_00_characters.sql','4C22BB29365BE4B6B95E64DAD84B63CA002304EA','ARCHIVED','2015-09-05 12:35:20',0),('2015_09_09_00_characters.sql','AFC32E693BC17CFD9A17919FE5317B8FE337ACAD','ARCHIVED','2015-09-09 12:35:20',0),('2015_09_10_00_characters.sql','4555A7F35C107E54C13D74D20F141039ED42943E','ARCHIVED','2015-09-10 22:50:42',0),('2015_10_16_00_characters.sql','E3A3FFF0CB42F04A8DCF0CE4362143C16E2083AF','ARCHIVED','2015-10-15 21:54:11',0),('2015_11_06_00_characters_2015_10_12_00.sql','D6F9927BDED72AD0A81D6EC2C6500CBC34A39FA2','ARCHIVED','2015-11-06 23:43:27',0),('2015_11_08_00_characters.sql','0ACDD35EC9745231BCFA701B78056DEF94D0CC53','ARCHIVED','2015-11-08 00:51:45',15),('2015_11_23_00_characters.sql','9FC828E9E48E8E2E9B99A5A0073D6614C5BFC6B5','ARCHIVED','2015-11-22 23:27:34',0),('2016_01_05_00_characters.sql','0EAD24977F40DE2476B4567DA2B477867CC0DA1A','ARCHIVED','2016-01-04 23:07:40',0),('2016_04_05_00_characters_2016_02_10_00_characters.sql','F1B4DA202819CABC7319A4470A2D224A34609E97','ARCHIVED','2016-04-05 20:34:41',0),('2016_04_11_00_characters.sql','0ACDD35EC9745231BCFA701B78056DEF94D0CC53','ARCHIVED','2016-04-11 02:24:14',30),('2016_04_11_01_characters.sql','CA90F6D99C1EEA7B25BD58BC8368A8D78234BBEF','ARCHIVED','2016-04-11 18:14:18',0),('2016_05_07_00_characters.sql','D1DB5557B21A552C935564D829B4E98B98149077','ARCHIVED','2016-05-07 00:00:00',0),('2016_05_26_00_characters.sql','4179ADC32B96FD8D7D4CF5509A470B1ACE00BE85','ARCHIVED','2016-05-26 17:06:16',0),('2016_07_16_00_characters.sql','EF267FCB92B383FFB33C700508EAF3FBC1F8AC23','ARCHIVED','2016-07-16 14:45:12',0),('2016_07_19_00_characters.sql','AA2C516FA81B451071EA82F58F447E9D13E5D1BD','ARCHIVED','2016-07-19 14:36:25',0),('2016_07_19_01_characters.sql','E9AF46AF4C7CC2E2779E44254AEEDF880D020166','ARCHIVED','2016-07-19 14:36:25',0),('2016_07_19_02_characters.sql','5B1B334449996F3639C9226F587129E03DC4BF6D','ARCHIVED','2016-07-19 14:36:26',0),('2016_07_19_03_characters.sql','7787C8A67D720492FED4BF60ADB22D3CDE1C536D','ARCHIVED','2016-07-19 14:36:26',0),('2016_07_19_04_characters.sql','6D4B536094367AC9EF7CDFF41A4F96EB00B25EE5','ARCHIVED','2016-07-19 14:36:26',0),('2016_07_19_05_characters.sql','12639268DC5F78CE900B59D5C646B10D70842928','ARCHIVED','2016-07-19 14:36:27',0),('2016_07_19_06_characters.sql','9F5A4B533E6BFBAA718DE5160E1FDCB8471A88BF','ARCHIVED','2016-07-19 14:36:28',0),('2016_07_19_07_characters.sql','1E8273FFD4340CBD7BB71D2406E23E9EF7230CFA','ARCHIVED','2016-07-19 14:36:29',0),('2016_07_19_08_characters.sql','FB41FD2F8A7114FEE154021A9D47488C4B12E2A9','ARCHIVED','2016-07-19 14:36:29',0),('2016_08_15_00_characters.sql','BF0B5F453384210CD77C54E262A19B888AAA4095','ARCHIVED','2016-08-14 18:14:32',0),('2016_08_25_00_characters.sql','4AD506C3FCE54238EF452AC07EC562BD41A9D50C','ARCHIVED','2016-08-25 22:54:11',0),('2016_10_17_00_characters.sql','A0EF594CD73690D46A46031137DB0E895F079235','RELEASED','2016-10-16 16:33:05',25),('2016_10_25_00_characters.sql','CC894484561CE138C10B69D34F7831CEDFAF496B','RELEASED','2016-10-25 17:19:35',0),('2016_11_06_00_characters.sql','C7EC8B65C1BE7722C53BAB79C52C1549054178C0','RELEASED','2016-11-06 23:05:44',0),('2016_12_09_00_characters.sql','2A68E4187CE7F7294CBC3804AC39F48B2727E64E','RELEASED','2016-12-09 18:38:46',0);
+INSERT INTO `updates` VALUES ('2014_10_20_00_characters.sql','A5882DA0979CF4DAE33DA011EBAA006C24BE7230','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_23_00_characters.sql','E2AC4758133EE19B7F08464A445802154D1261C8','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_23_01_characters.sql','20029E6323D9773B32C34D84FFED1711CC60F09F','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_23_02_characters.sql','8A7A16886EE71E7ACDDB3DDA6D0ECAC2FD2FDCA8','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_24_00_characters.sql','D008FE81AE844FCA686439D6ECC5108FB0DD1EB9','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_25_00_characters.sql','A39C7BE46686B54776BDAB9D7A882D91EDEC51A4','ARCHIVED','2015-03-21 15:55:55',0),('2014_10_26_00_characters.sql','C787954CC35FE34B4101FDE6527F14C027F4947C','ARCHIVED','2015-03-21 15:55:55',0),('2014_11_12_00_characters.sql','B160BB2313F1BD5F3B076A5A9279DC10D4796E34','ARCHIVED','2015-03-21 15:55:55',0),('2014_12_23_00_characters.sql','3D9D648B2387B357F4BD090B33F80682F7924882','ARCHIVED','2015-03-21 15:55:55',0),('2014_12_28_00_characters.sql','5362922FF4483A336311D73082A5727309CD9219','ARCHIVED','2015-03-21 15:55:55',0),('2014_12_31_00_characters.sql','498DDF2DD936CF156D74A8208DC93DCE9FCAB5AA','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_02_00_characters.sql','E5940BE836F253982E07930120422E598D08BDE1','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_10_00_characters.sql','30796056C8623699B2FE1BF626A19D38262E9284','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_16_00_characters.sql','96642760A54C8D799AAFE438049A63AA521656F2','ARCHIVED','2015-03-21 15:55:55',0),('2015_01_27_00_characters.sql','EB710E3EB9F2CAFD84AB62CDC84E898403A80A4F','ARCHIVED','2015-03-21 15:55:55',0),('2015_02_13_00_characters.sql','405BEB4ED207DC6076442A37EE2AFB1F21E274A0','ARCHIVED','2015-03-21 15:55:55',0),('2015_02_13_01_characters.sql','35F582D4F33BF55D1685A1BA89273ED895FD09C5','ARCHIVED','2015-03-21 15:55:55',0),('2015_02_17_00_characters.sql','8D21FC5A55BF8B55D6DCDCE5F02CF2B640230E94','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_10_00_characters.sql','E565B89B145C340067742DFF2DEF1B74F5F1BD4E','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_20_00_characters.sql','B761760804EA73BD297F296C5C1919687DF7191C','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_20_01_characters.sql','20BD68468C57FCF7E665B4DA185DCD52FACE8B3F','ARCHIVED','2015-03-21 15:55:55',0),('2015_03_20_02_characters.sql','0296995DCD3676BA9AE6024CA7C91C5F39D927A3','ARCHIVED','2015-03-21 15:56:46',0),('2015_03_29_00_characters.sql','95D6A46BB746A8BD3EE3FE2086DF1A07F7C33B92','ARCHIVED','2015-05-02 15:43:06',0),('2015_04_21_00_characters.sql','F2032B9BF4EDA7EDE5065554724ED392FD91657D','ARCHIVED','2015-05-02 15:43:06',0),('2015_04_28_00_characters.sql','949F62DB3A3461D420A1230ECF7A6A3ED6435703','ARCHIVED','2015-05-02 15:43:06',0),('2015_05_08_00_characters.sql','0F14B7821618D1C872625B6EDDAA9A667B211167','ARCHIVED','2015-07-10 19:32:17',0),('2015_05_22_00_characters.sql','65B82152413FAB23BE413656E59A486A74447FF7','ARCHIVED','2015-07-10 19:32:17',0),('2015_07_08_00_characters.sql','DAB25360ACB5244C8F8E6214CF6BD97160588A5B','ARCHIVED','2015-07-10 19:32:17',0),('2015_07_11_00_characters.sql','B421B6C0E57BD0FD587071358863D9DABF4BA849','ARCHIVED','2015-07-13 21:50:02',0),('2015_07_12_00_characters.sql','E98E7FD61EF6426E7EDE8ED9AD8C15D8D7132589','ARCHIVED','2015-07-13 21:50:02',0),('2015_07_28_00_characters.sql','0711BC3A658D189EF71B0CB68DCFF2E9B781C4A0','ARCHIVED','2015-07-29 16:23:56',0),('2015_08_08_00_characters.sql','EA12BB2DC24FAF2300A96D0888A45BBEA158D5DC','ARCHIVED','2015-08-08 16:34:07',0),('2015_08_12_00_characters.sql','4FD7F89FE5DA51D4E0C33E520719986AA3EBD31B','ARCHIVED','2015-08-12 12:35:20',0),('2015_09_05_00_characters.sql','4C22BB29365BE4B6B95E64DAD84B63CA002304EA','ARCHIVED','2015-09-05 12:35:20',0),('2015_09_09_00_characters.sql','AFC32E693BC17CFD9A17919FE5317B8FE337ACAD','ARCHIVED','2015-09-09 12:35:20',0),('2015_09_10_00_characters.sql','4555A7F35C107E54C13D74D20F141039ED42943E','ARCHIVED','2015-09-10 22:50:42',0),('2015_10_16_00_characters.sql','E3A3FFF0CB42F04A8DCF0CE4362143C16E2083AF','ARCHIVED','2015-10-15 21:54:11',0),('2015_11_06_00_characters_2015_10_12_00.sql','D6F9927BDED72AD0A81D6EC2C6500CBC34A39FA2','ARCHIVED','2015-11-06 23:43:27',0),('2015_11_08_00_characters.sql','0ACDD35EC9745231BCFA701B78056DEF94D0CC53','ARCHIVED','2015-11-08 00:51:45',15),('2015_11_23_00_characters.sql','9FC828E9E48E8E2E9B99A5A0073D6614C5BFC6B5','ARCHIVED','2015-11-22 23:27:34',0),('2016_01_05_00_characters.sql','0EAD24977F40DE2476B4567DA2B477867CC0DA1A','ARCHIVED','2016-01-04 23:07:40',0),('2016_04_05_00_characters_2016_02_10_00_characters.sql','F1B4DA202819CABC7319A4470A2D224A34609E97','ARCHIVED','2016-04-05 20:34:41',0),('2016_04_11_00_characters.sql','0ACDD35EC9745231BCFA701B78056DEF94D0CC53','ARCHIVED','2016-04-11 02:24:14',30),('2016_04_11_01_characters.sql','CA90F6D99C1EEA7B25BD58BC8368A8D78234BBEF','ARCHIVED','2016-04-11 18:14:18',0),('2016_05_07_00_characters.sql','D1DB5557B21A552C935564D829B4E98B98149077','ARCHIVED','2016-05-07 00:00:00',0),('2016_05_26_00_characters.sql','4179ADC32B96FD8D7D4CF5509A470B1ACE00BE85','ARCHIVED','2016-05-26 17:06:16',0),('2016_07_16_00_characters.sql','EF267FCB92B383FFB33C700508EAF3FBC1F8AC23','ARCHIVED','2016-07-16 14:45:12',0),('2016_07_19_00_characters.sql','AA2C516FA81B451071EA82F58F447E9D13E5D1BD','ARCHIVED','2016-07-19 14:36:25',0),('2016_07_19_01_characters.sql','E9AF46AF4C7CC2E2779E44254AEEDF880D020166','ARCHIVED','2016-07-19 14:36:25',0),('2016_07_19_02_characters.sql','5B1B334449996F3639C9226F587129E03DC4BF6D','ARCHIVED','2016-07-19 14:36:26',0),('2016_07_19_03_characters.sql','7787C8A67D720492FED4BF60ADB22D3CDE1C536D','ARCHIVED','2016-07-19 14:36:26',0),('2016_07_19_04_characters.sql','6D4B536094367AC9EF7CDFF41A4F96EB00B25EE5','ARCHIVED','2016-07-19 14:36:26',0),('2016_07_19_05_characters.sql','12639268DC5F78CE900B59D5C646B10D70842928','ARCHIVED','2016-07-19 14:36:27',0),('2016_07_19_06_characters.sql','9F5A4B533E6BFBAA718DE5160E1FDCB8471A88BF','ARCHIVED','2016-07-19 14:36:28',0),('2016_07_19_07_characters.sql','1E8273FFD4340CBD7BB71D2406E23E9EF7230CFA','ARCHIVED','2016-07-19 14:36:29',0),('2016_07_19_08_characters.sql','FB41FD2F8A7114FEE154021A9D47488C4B12E2A9','ARCHIVED','2016-07-19 14:36:29',0),('2016_08_15_00_characters.sql','BF0B5F453384210CD77C54E262A19B888AAA4095','ARCHIVED','2016-08-14 18:14:32',0),('2016_08_25_00_characters.sql','4AD506C3FCE54238EF452AC07EC562BD41A9D50C','ARCHIVED','2016-08-25 22:54:11',0),('2016_10_17_00_characters.sql','A0EF594CD73690D46A46031137DB0E895F079235','RELEASED','2016-10-16 16:33:05',25),('2016_10_25_00_characters.sql','CC894484561CE138C10B69D34F7831CEDFAF496B','RELEASED','2016-10-25 17:19:35',0),('2016_11_06_00_characters.sql','C7EC8B65C1BE7722C53BAB79C52C1549054178C0','RELEASED','2016-11-06 23:05:44',0),('2016_12_09_00_characters.sql','2A68E4187CE7F7294CBC3804AC39F48B2727E64E','RELEASED','2016-12-09 18:38:46',0),('2016_12_26_00_characters.sql','D265DE655DDBFC13E2FA1EB021A435A21189B6E4','RELEASED','2016-12-26 18:45:15',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;
diff --git a/sql/updates/characters/master/2016_12_26_00_characters.sql b/sql/updates/characters/master/2016_12_26_00_characters.sql
new file mode 100644
index 00000000000..3db177be92a
--- /dev/null
+++ b/sql/updates/characters/master/2016_12_26_00_characters.sql
@@ -0,0 +1,13 @@
+ALTER TABLE `character_void_storage` ADD `randomPropertyType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `creatorGuid`;
+UPDATE `character_void_storage` SET `randomPropertyType`=1,`randomProperty`=0xFFFFFFFF-`randomProperty`+1 WHERE `randomProperty`>=0x80000000; -- recover from underflow when saving data in old format
+
+ALTER TABLE `item_instance` ADD `randomPropertyType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `enchantments`;
+UPDATE `item_instance` SET `randomPropertyType`=1 WHERE `randomPropertyId`<0;
+UPDATE `item_instance` SET `randomPropertyId`=ABS(`randomPropertyId`);
+ALTER TABLE `item_instance` CHANGE `randomPropertyId` `randomPropertyId` int(10) unsigned NOT NULL DEFAULT '0';
+
+
+ALTER TABLE `item_loot_items` ADD `rnd_type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'random enchantment type' AFTER `needs_quest`;
+UPDATE `item_loot_items` SET `rnd_type`=1 WHERE `rnd_prop`<0;
+UPDATE `item_loot_items` SET `rnd_prop`=ABS(`rnd_prop`);
+ALTER TABLE `item_loot_items` CHANGE `rnd_prop` `rnd_prop` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'random enchantment added when originally rolled';
diff --git a/sql/updates/world/master/2016_12_26_00_world.sql b/sql/updates/world/master/2016_12_26_00_world.sql
new file mode 100644
index 00000000000..9c729251f28
--- /dev/null
+++ b/sql/updates/world/master/2016_12_26_00_world.sql
@@ -0,0 +1,29233 @@
+--
+-- Table structure for table `item_enchantment_template`
+--
+DROP TABLE IF EXISTS `item_enchantment_template`;
+CREATE TABLE `item_enchantment_template` (
+ `entry` int(10) unsigned NOT NULL DEFAULT '0',
+ `type` tinyint(3) unsigned NOT NULL,
+ `ench` int(10) unsigned NOT NULL DEFAULT '0',
+ `chance` float unsigned NOT NULL DEFAULT '0',
+ PRIMARY KEY (`entry`,`type`,`ench`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item Random Enchantment System';
+
+--
+-- Dumping data for table `item_enchantment_template`
+--
+INSERT INTO `item_enchantment_template` VALUES
+(61,1,6,7.73),
+(61,1,8,7.31),
+(61,1,9,8.02),
+(61,1,15,3.01),
+(61,1,16,3.39),
+(61,1,19,3.74),
+(61,1,21,0.9),
+(61,1,22,1.01),
+(61,1,23,0.95),
+(61,1,25,0.82),
+(61,1,26,0.98),
+(61,1,31,1.69),
+(61,1,32,2.12),
+(61,1,33,1.79),
+(61,1,34,1.84),
+(61,1,35,1.8),
+(61,1,36,14.32),
+(61,1,37,10.77),
+(61,1,38,10.6),
+(61,1,39,17.48),
+(63,1,5,3.09),
+(63,1,6,3.32),
+(63,1,7,3.46),
+(63,1,8,2.84),
+(63,1,9,2.86),
+(63,1,10,3.5),
+(63,1,11,3.34),
+(63,1,12,2.81),
+(63,1,13,2.88),
+(63,1,14,3.41),
+(63,1,15,1.13),
+(63,1,16,1.33),
+(63,1,17,1.55),
+(63,1,18,1.62),
+(63,1,19,1.36),
+(63,1,21,0.91),
+(63,1,24,0.97),
+(63,1,26,1.08),
+(63,1,27,0.92),
+(63,1,31,1.44),
+(63,1,32,1.82),
+(63,1,33,1.61),
+(63,1,34,1.49),
+(63,1,35,1.46),
+(63,1,39,8.03),
+(63,1,40,27.31),
+(63,1,41,7.03),
+(63,1,42,8.02),
+(64,1,5,2.8),
+(64,1,6,3.07),
+(64,1,7,3.5),
+(64,1,8,3.04),
+(64,1,9,3.16),
+(64,1,10,3.41),
+(64,1,11,2.74),
+(64,1,12,3.08),
+(64,1,13,2.69),
+(64,1,14,3.4),
+(64,1,15,1.25),
+(64,1,16,1.49),
+(64,1,17,1.66),
+(64,1,18,1.42),
+(64,1,19,1.43),
+(64,1,24,1.32),
+(64,1,26,1.53),
+(64,1,27,1.31),
+(64,1,31,2.1),
+(64,1,32,2.3),
+(64,1,33,1.93),
+(64,1,34,1.7),
+(64,1,35,1.78),
+(64,1,39,10.09),
+(64,1,40,19.63),
+(64,1,43,9.12),
+(64,1,44,9.72),
+(65,1,5,2.99),
+(65,1,6,3.32),
+(65,1,7,2.49),
+(65,1,8,3.08),
+(65,1,9,3.45),
+(65,1,10,3.66),
+(65,1,11,3.6),
+(65,1,12,3.21),
+(65,1,13,3.23),
+(65,1,14,3.46),
+(65,1,15,1.37),
+(65,1,16,1.37),
+(65,1,17,1.69),
+(65,1,18,1.84),
+(65,1,19,1.57),
+(65,1,26,2.32),
+(65,1,27,2.32),
+(65,1,31,1.89),
+(65,1,32,1.97),
+(65,1,33,1.86),
+(65,1,34,2.17),
+(65,1,35,1.71),
+(65,1,36,10.06),
+(65,1,41,10.92),
+(65,1,44,11.82),
+(65,1,45,13.08),
+(66,1,5,3.19),
+(66,1,6,2.29),
+(66,1,7,3.16),
+(66,1,8,2.6),
+(66,1,9,2.91),
+(66,1,10,3.52),
+(66,1,11,3.17),
+(66,1,12,3.58),
+(66,1,13,3.19),
+(66,1,14,3.83),
+(66,1,15,1.4),
+(66,1,16,1.15),
+(66,1,17,1.99),
+(66,1,18,1.95),
+(66,1,19,1.35),
+(66,1,21,0.79),
+(66,1,22,0.9),
+(66,1,23,0.79),
+(66,1,24,0.7),
+(66,1,25,0.6),
+(66,1,26,0.75),
+(66,1,27,0.73),
+(66,1,31,1.65),
+(66,1,32,1.98),
+(66,1,33,1.66),
+(66,1,34,1.79),
+(66,1,35,1.51),
+(66,1,36,4.36),
+(66,1,37,1.89),
+(66,1,38,2.23),
+(66,1,39,6.37),
+(66,1,40,13.99),
+(66,1,41,5.51),
+(66,1,42,2.13),
+(66,1,43,2.09),
+(66,1,44,4.21),
+(66,1,45,4.05),
+(81,1,5,2.91),
+(81,1,6,2.74),
+(81,1,7,2.98),
+(81,1,8,2.98),
+(81,1,9,3.36),
+(81,1,10,3.64),
+(81,1,11,3.19),
+(81,1,12,3.25),
+(81,1,13,3.17),
+(81,1,14,3.68),
+(81,1,15,1.39),
+(81,1,16,1.24),
+(81,1,17,1.87),
+(81,1,18,1.65),
+(81,1,19,1.56),
+(81,1,28,1.45),
+(81,1,29,3.93),
+(81,1,30,1.65),
+(81,1,31,1.55),
+(81,1,32,1.94),
+(81,1,33,1.76),
+(81,1,34,1.73),
+(81,1,35,1.59),
+(81,1,36,5),
+(81,1,37,2.34),
+(81,1,38,2.59),
+(81,1,39,7.28),
+(81,1,40,10.15),
+(81,1,41,4.64),
+(81,1,42,2.4),
+(81,1,43,1.77),
+(81,1,44,4.95),
+(81,1,45,3.66),
+(82,1,5,3.02),
+(82,1,6,2.8),
+(82,1,7,2.52),
+(82,1,8,3.04),
+(82,1,9,3.3),
+(82,1,10,3.55),
+(82,1,11,3.53),
+(82,1,12,3.42),
+(82,1,13,3.31),
+(82,1,14,3.49),
+(82,1,15,1.49),
+(82,1,16,1.31),
+(82,1,17,1.69),
+(82,1,18,1.7),
+(82,1,19,1.58),
+(82,1,24,1.15),
+(82,1,26,1.04),
+(82,1,27,1.14),
+(82,1,31,1.94),
+(82,1,32,1.89),
+(82,1,33,1.84),
+(82,1,34,1.79),
+(82,1,35,1.85),
+(82,1,36,5.63),
+(82,1,39,5.21),
+(82,1,41,8.78),
+(82,1,43,5.09),
+(82,1,44,11.81),
+(82,1,45,8.77),
+(82,1,47,2.32),
+(83,1,6,7.41),
+(83,1,8,8.74),
+(83,1,9,8.84),
+(83,1,15,4.2),
+(83,1,16,4.12),
+(83,1,19,4.16),
+(83,1,21,1.07),
+(83,1,22,1.08),
+(83,1,23,1.05),
+(83,1,24,0.98),
+(83,1,25,0.77),
+(83,1,26,0.81),
+(83,1,31,2.26),
+(83,1,32,2.49),
+(83,1,33,2.45),
+(83,1,34,2.48),
+(83,1,35,2.19),
+(83,1,36,8.84),
+(83,1,37,6.98),
+(83,1,38,7.11),
+(83,1,39,15.31),
+(83,1,42,6.69),
+(84,1,6,12.23),
+(84,1,8,12.25),
+(84,1,9,12.64),
+(84,1,15,5.83),
+(84,1,16,6.22),
+(84,1,19,6.29),
+(84,1,44,44.51),
+(85,1,7,17.67),
+(85,1,14,17.89),
+(85,1,16,8.57),
+(85,1,17,8.84),
+(85,1,41,47.03),
+(86,1,5,3.89),
+(86,1,6,4.81),
+(86,1,7,3.98),
+(86,1,8,4.18),
+(86,1,9,4.54),
+(86,1,10,4.21),
+(86,1,11,3.94),
+(86,1,12,3.84),
+(86,1,13,3.69),
+(86,1,14,4.23),
+(86,1,15,1.85),
+(86,1,16,1.92),
+(86,1,17,2.06),
+(86,1,18,2.03),
+(86,1,19,2.44),
+(86,1,39,5.46),
+(86,1,40,20.54),
+(86,1,41,6.58),
+(86,1,43,3.62),
+(86,1,44,4.75),
+(86,1,45,7.41),
+(87,1,5,3.81),
+(87,1,6,4.34),
+(87,1,7,3.6),
+(87,1,8,3.95),
+(87,1,9,4.51),
+(87,1,10,4.21),
+(87,1,11,4.21),
+(87,1,12,3.8),
+(87,1,13,4.01),
+(87,1,14,3.87),
+(87,1,15,1.81),
+(87,1,16,1.81),
+(87,1,17,1.89),
+(87,1,18,1.95),
+(87,1,19,2.16),
+(87,1,36,5.14),
+(87,1,39,4.56),
+(87,1,40,12.84),
+(87,1,41,6.34),
+(87,1,43,3.63),
+(87,1,44,10.15),
+(87,1,45,7.37),
+(88,1,5,4.33),
+(88,1,6,4.11),
+(88,1,7,4.24),
+(88,1,8,3.61),
+(88,1,9,3.71),
+(88,1,10,3.84),
+(88,1,11,3.81),
+(88,1,12,3.48),
+(88,1,13,3.54),
+(88,1,14,4.39),
+(88,1,15,1.44),
+(88,1,16,1.97),
+(88,1,17,2.01),
+(88,1,18,1.9),
+(88,1,19,1.81),
+(88,1,36,7.07),
+(88,1,39,5.9),
+(88,1,41,10.33),
+(88,1,43,6.12),
+(88,1,44,12.21),
+(88,1,45,10.22),
+(89,1,5,3.59),
+(89,1,6,5.04),
+(89,1,7,3.84),
+(89,1,8,4.06),
+(89,1,9,4.94),
+(89,1,10,4.82),
+(89,1,11,4.61),
+(89,1,12,4.18),
+(89,1,13,3.91),
+(89,1,14,3.88),
+(89,1,15,1.92),
+(89,1,16,1.77),
+(89,1,17,2.05),
+(89,1,18,1.88),
+(89,1,19,2.52),
+(89,1,36,6.37),
+(89,1,40,20.61),
+(89,1,41,5.98),
+(89,1,44,6.1),
+(89,1,45,7.94),
+(90,1,5,4.04),
+(90,1,6,4.37),
+(90,1,7,4.31),
+(90,1,8,3.58),
+(90,1,9,3.74),
+(90,1,10,4.19),
+(90,1,11,3.82),
+(90,1,12,3.63),
+(90,1,13,3.62),
+(90,1,14,4.52),
+(90,1,15,1.41),
+(90,1,16,2.04),
+(90,1,17,2.09),
+(90,1,18,2.04),
+(90,1,19,1.88),
+(90,1,36,7.34),
+(90,1,40,15.52),
+(90,1,41,10.16),
+(90,1,44,6.93),
+(90,1,45,10.82),
+(91,1,5,4.15),
+(91,1,6,3.73),
+(91,1,7,4.41),
+(91,1,8,3.55),
+(91,1,9,3.58),
+(91,1,10,3.85),
+(91,1,11,3.73),
+(91,1,12,3.58),
+(91,1,13,3.58),
+(91,1,14,4.28),
+(91,1,15,1.46),
+(91,1,16,1.64),
+(91,1,17,1.72),
+(91,1,18,1.82),
+(91,1,19,1.82),
+(91,1,39,5.37),
+(91,1,40,16.3),
+(91,1,41,10.75),
+(91,1,43,5.56),
+(91,1,44,5.12),
+(91,1,45,9.92),
+(92,1,5,3.98),
+(92,1,6,4.21),
+(92,1,7,3.96),
+(92,1,8,3.86),
+(92,1,9,4.13),
+(92,1,10,4.09),
+(92,1,11,4.01),
+(92,1,12,3.89),
+(92,1,13,3.75),
+(92,1,14,4.12),
+(92,1,15,1.71),
+(92,1,16,1.94),
+(92,1,17,2.04),
+(92,1,18,2.09),
+(92,1,19,2.05),
+(92,1,36,5.58),
+(92,1,39,4.82),
+(92,1,40,10.92),
+(92,1,41,6.84),
+(92,1,43,4.06),
+(92,1,44,10.16),
+(92,1,45,7.84),
+(93,1,5,4.11),
+(93,1,6,4.29),
+(93,1,7,4.04),
+(93,1,8,4.11),
+(93,1,9,4.12),
+(93,1,10,4.36),
+(93,1,11,4.24),
+(93,1,12,4.1),
+(93,1,13,3.91),
+(93,1,14,4.25),
+(93,1,15,1.81),
+(93,1,16,1.91),
+(93,1,17,2.1),
+(93,1,18,2.13),
+(93,1,19,2.06),
+(93,1,39,4.79),
+(93,1,40,21.55),
+(93,1,41,6.58),
+(93,1,43,3.69),
+(93,1,44,4.33),
+(93,1,45,7.49),
+(94,1,5,4.16),
+(94,1,6,4.32),
+(94,1,7,4.59),
+(94,1,8,3.91),
+(94,1,9,3.86),
+(94,1,10,3.95),
+(94,1,11,4),
+(94,1,12,3.83),
+(94,1,13,3.78),
+(94,1,14,4.74),
+(94,1,15,1.58),
+(94,1,16,2.04),
+(94,1,17,2.13),
+(94,1,18,2.07),
+(94,1,19,1.84),
+(94,1,36,2.99),
+(94,1,40,22.18),
+(94,1,41,15.06),
+(94,1,44,4.78),
+(94,1,45,4.27),
+(95,1,5,3.75),
+(95,1,6,4.45),
+(95,1,7,4.52),
+(95,1,8,3.69),
+(95,1,9,4.18),
+(95,1,10,4.14),
+(95,1,11,3.96),
+(95,1,12,4.15),
+(95,1,13,3.99),
+(95,1,14,4.54),
+(95,1,15,1.86),
+(95,1,16,1.76),
+(95,1,17,2.41),
+(95,1,18,2.1),
+(95,1,19,1.94),
+(95,1,40,30.48),
+(95,1,41,8.33),
+(95,1,45,9.74),
+(96,1,6,8.08),
+(96,1,8,7.96),
+(96,1,9,8.19),
+(96,1,15,3.6),
+(96,1,16,4.06),
+(96,1,19,4.22),
+(96,1,21,2.11),
+(96,1,22,2.28),
+(96,1,23,2.27),
+(96,1,25,1.8),
+(96,1,26,2.35),
+(96,1,36,14.74),
+(96,1,37,11.18),
+(96,1,38,10.86),
+(96,1,39,16.34),
+(141,1,51,30.8),
+(141,1,53,32.75),
+(141,1,55,36.4),
+(142,1,49,51.65),
+(142,1,57,48.35),
+(143,1,50,44.1),
+(143,1,54,55.9),
+(144,1,52,60.55),
+(144,1,56,39.45),
+(385,1,86,23.9),
+(385,1,85,10.2),
+(385,1,84,12.7),
+(385,1,75,17.6),
+(385,1,68,22.4),
+(385,1,17,13.2),
+(454,0,5,4.53),
+(454,0,15,3.32),
+(454,0,16,4.17),
+(454,0,19,3.32),
+(454,0,25,4.53),
+(454,0,27,4.17),
+(454,0,29,0.1),
+(454,0,754,24.75),
+(454,0,839,18.3),
+(454,0,1009,16.35),
+(454,0,1799,2.92),
+(454,0,1800,2.92),
+(454,0,1837,2.48),
+(454,0,1838,2.48),
+(454,0,1913,0.1),
+(454,0,1951,2.85),
+(454,0,1952,2.85),
+(455,0,14,0.1),
+(455,0,22,3.48),
+(455,0,26,4.4),
+(455,0,28,4.32),
+(455,0,94,4.4),
+(455,0,95,4.32),
+(455,0,96,3.48),
+(455,0,590,0.1),
+(455,0,754,5.18),
+(455,0,755,5.18),
+(455,0,756,5.18),
+(455,0,757,5.18),
+(455,0,758,3.46),
+(455,0,759,3.46),
+(455,0,760,3.46),
+(455,0,839,4.56),
+(455,0,840,4.56),
+(455,0,841,4.56),
+(455,0,842,4.56),
+(455,0,927,0.1),
+(455,0,1009,4.24),
+(455,0,1010,4.24),
+(455,0,1011,4.24),
+(455,0,1012,4.24),
+(455,0,1098,0.1),
+(455,0,1183,0.1),
+(455,0,1704,0.1),
+(455,0,1801,3.14),
+(455,0,1802,3.14),
+(455,0,1839,2.35),
+(455,0,1840,2.35),
+(455,0,1875,0.1),
+(455,0,1913,0.1),
+(455,0,1953,3.04),
+(455,0,1954,3.04),
+(455,0,1991,0.1),
+(407,1,123,5.4),
+(407,1,41,10),
+(407,1,7,8),
+(407,1,40,3.6),
+(406,1,8,1.6),
+(406,1,132,1.9),
+(406,1,131,2.3),
+(406,1,14,7.3),
+(406,1,36,1.1),
+(406,1,43,13.7),
+(406,1,37,1),
+(406,1,128,1.7),
+(406,1,124,2.2),
+(406,1,139,14.5),
+(406,1,121,5.2),
+(406,1,39,1.6),
+(406,1,118,5.4),
+(406,1,42,1),
+(406,1,120,5.2),
+(406,1,122,4.7),
+(406,1,123,5.2),
+(406,1,6,1.4),
+(406,1,45,4.4),
+(406,1,127,1.5),
+(406,1,125,1.7),
+(406,1,41,7.3),
+(406,1,7,8.3),
+(405,1,136,4.4),
+(405,1,137,4.8),
+(405,1,135,4.9),
+(405,1,132,6.6),
+(405,1,131,6.6),
+(405,1,133,5),
+(405,1,5,26),
+(405,1,91,17.9),
+(405,1,134,4.9),
+(405,1,40,19),
+(404,1,136,1.6),
+(404,1,137,1.7),
+(404,1,135,1.9),
+(404,1,14,6.9),
+(404,1,133,1.4),
+(404,1,43,14.1),
+(404,1,5,3.3),
+(404,1,139,14.1),
+(404,1,91,4.7),
+(404,1,121,5.2),
+(404,1,134,1.6),
+(404,1,118,5.6),
+(404,1,120,5.6),
+(404,1,122,5.8),
+(404,1,123,5.5),
+(404,1,41,9.9),
+(404,1,7,6.8),
+(404,1,40,4.2),
+(403,1,136,4.1),
+(403,1,137,3.5),
+(403,1,135,3.2),
+(403,1,14,5),
+(403,1,133,3.2),
+(403,1,43,9.1),
+(403,1,5,6.1),
+(403,1,139,8.7),
+(403,1,91,10.2),
+(403,1,121,4.6),
+(403,1,134,3.5),
+(403,1,118,3.4),
+(403,1,120,3.9),
+(403,1,122,3.6),
+(403,1,123,3.6),
+(403,1,41,11.1),
+(403,1,7,4.9),
+(403,1,40,8.4),
+(402,1,136,4.6),
+(402,1,137,4),
+(402,1,135,4.7),
+(402,1,132,7.8),
+(402,1,131,7.9),
+(402,1,133,4.3),
+(402,1,5,27.3),
+(402,1,91,17),
+(402,1,134,4.9),
+(402,1,40,17.5),
+(401,1,129,4.7),
+(401,1,8,9.9),
+(401,1,132,4.1),
+(401,1,131,4.2),
+(401,1,36,9.5),
+(401,1,37,9.7),
+(401,1,39,9.5),
+(401,1,113,5.2),
+(401,1,130,9),
+(401,1,138,9.8),
+(401,1,42,6.8),
+(401,1,6,9.8),
+(401,1,41,7.8),
+(400,1,8,20.8),
+(400,1,132,8.7),
+(400,1,131,9.1),
+(400,1,36,9),
+(400,1,37,9.8),
+(400,1,39,8.9),
+(400,1,130,8.8),
+(400,1,138,8.9),
+(400,1,42,9.3),
+(400,1,6,6.7),
+(399,1,136,3.6),
+(399,1,137,4.1),
+(399,1,135,3.9),
+(399,1,14,3.8),
+(399,1,133,4.4),
+(399,1,43,7.4),
+(399,1,5,7),
+(399,1,139,8.5),
+(399,1,91,10.2),
+(399,1,121,3.1),
+(399,1,134,5),
+(399,1,118,3.3),
+(399,1,120,3.7),
+(399,1,122,2.9),
+(399,1,123,3),
+(399,1,41,12.1),
+(399,1,7,3.8),
+(399,1,40,10.3),
+(398,1,136,5.3),
+(398,1,137,5.2),
+(398,1,135,4.6),
+(398,1,14,3.2),
+(398,1,133,4.5),
+(398,1,43,6.4),
+(398,1,5,9.2),
+(398,1,139,6.7),
+(398,1,91,12.1),
+(398,1,121,2.5),
+(398,1,134,4.8),
+(398,1,118,2.5),
+(398,1,120,1.9),
+(398,1,122,2.5),
+(398,1,123,2.4),
+(398,1,41,11.8),
+(398,1,7,3),
+(398,1,40,11.3),
+(397,1,136,7.1),
+(397,1,137,7),
+(397,1,135,7.6),
+(397,1,133,7.7),
+(397,1,5,12.7),
+(397,1,91,19.4),
+(397,1,134,7.2),
+(397,1,41,13.8),
+(397,1,40,17.7),
+(396,1,136,7.3),
+(396,1,137,7.3),
+(396,1,135,7.4),
+(396,1,133,7.6),
+(396,1,5,13.3),
+(396,1,91,19),
+(396,1,134,7.2),
+(396,1,41,13.3),
+(396,1,40,17.4),
+(395,1,136,3.8),
+(395,1,137,3.8),
+(395,1,135,4.1),
+(395,1,14,5.1),
+(395,1,133,3.9),
+(395,1,43,7.2),
+(395,1,5,8.2),
+(395,1,139,7.8),
+(395,1,91,10.4),
+(395,1,121,3.8),
+(395,1,134,3.6),
+(395,1,118,2.8),
+(395,1,120,2.8),
+(395,1,122,2.7),
+(395,1,123,3),
+(395,1,41,11.9),
+(395,1,7,4.6),
+(395,1,40,10.5),
+(394,1,129,6.6),
+(394,1,8,6.5),
+(394,1,132,2.4),
+(394,1,131,2.6),
+(394,1,36,11.3),
+(394,1,37,10.6),
+(394,1,39,10.8),
+(394,1,113,6.1),
+(394,1,130,9.6),
+(394,1,138,8.9),
+(394,1,42,4.6),
+(394,1,6,13.7),
+(394,1,41,6.8),
+(393,1,136,1.3),
+(393,1,137,1.6),
+(393,1,135,1.3),
+(393,1,129,1.5),
+(393,1,8,5.5),
+(393,1,132,2.2),
+(393,1,131,2.3),
+(393,1,14,3.6),
+(393,1,133,1.3),
+(393,1,36,5.4),
+(393,1,43,4.7),
+(393,1,37,5.6),
+(393,1,128,0.7),
+(393,1,124,0.7),
+(393,1,5,2.7),
+(393,1,139,4.5),
+(393,1,91,2.6),
+(393,1,121,2.4),
+(393,1,39,5.6),
+(393,1,134,1.6),
+(393,1,113,1.8),
+(393,1,130,3.8),
+(393,1,138,3.6),
+(393,1,118,2.5),
+(393,1,42,4.2),
+(393,1,120,2.3),
+(393,1,122,2.2),
+(393,1,123,2.5),
+(393,1,6,3.6),
+(393,1,45,1.3),
+(393,1,127,0.7),
+(393,1,125,0.6),
+(393,1,41,7.6),
+(393,1,7,3.6),
+(393,1,40,2.6),
+(392,1,136,2.1),
+(392,1,137,4.6),
+(392,1,135,3.5),
+(392,1,14,10.7),
+(392,1,133,3.1),
+(392,1,43,7.7),
+(392,1,5,6.3),
+(392,1,139,8.4),
+(392,1,91,11.5),
+(392,1,121,1.5),
+(392,1,134,3.3),
+(392,1,118,2.5),
+(392,1,120,6.1),
+(392,1,122,2.7),
+(392,1,123,3.4),
+(392,1,41,9.8),
+(392,1,7,3.6),
+(392,1,40,9.1),
+(391,1,139,15.1),
+(391,1,137,1),
+(391,1,136,1.2),
+(391,1,135,1),
+(391,1,134,0.9),
+(391,1,133,0.9),
+(391,1,123,6.4),
+(391,1,122,6.2),
+(391,1,121,6.7),
+(391,1,120,6.5),
+(391,1,118,6.3),
+(391,1,91,3.1),
+(391,1,43,15.1),
+(391,1,41,9.4),
+(391,1,40,2.3),
+(391,1,14,7.9),
+(391,1,7,8.2),
+(391,1,5,1.3),
+(390,1,136,4),
+(390,1,137,3.4),
+(390,1,135,3.3),
+(390,1,14,4.2),
+(390,1,133,2.7),
+(390,1,43,9.7),
+(390,1,5,7.9),
+(390,1,139,9.1),
+(390,1,91,6.4),
+(390,1,121,6.7),
+(390,1,134,3.2),
+(390,1,118,3.8),
+(390,1,120,4.2),
+(390,1,122,4),
+(390,1,123,4),
+(390,1,41,11),
+(390,1,7,4.3),
+(390,1,40,7.9),
+(466,0,336,3.7),
+(466,0,337,3.7),
+(466,0,387,3.6),
+(466,0,388,3.6),
+(466,0,413,4.78),
+(466,0,414,4.78),
+(466,0,787,6.67),
+(466,0,788,6.67),
+(466,0,789,6.67),
+(466,0,790,6.67),
+(466,0,872,3.18),
+(466,0,873,3.18),
+(466,0,874,3.18),
+(466,0,875,3.18),
+(466,0,1042,5.1),
+(466,0,1043,5.1),
+(466,0,1044,5.1),
+(466,0,1045,5.1),
+(466,0,1817,3.14),
+(466,0,1818,3.14),
+(466,0,1855,2.03),
+(466,0,1856,2.03),
+(466,0,1969,2.82),
+(466,0,1970,2.82),
+(467,0,338,3.62),
+(467,0,339,3.62),
+(467,0,363,0.1),
+(467,0,389,3.44),
+(467,0,390,3.44),
+(467,0,415,4.94),
+(467,0,416,4.94),
+(467,0,536,0.03),
+(467,0,538,0.03),
+(467,0,539,0.03),
+(467,0,790,7.16),
+(467,0,791,7.16),
+(467,0,792,7.16),
+(467,0,793,7.16),
+(467,0,875,3.04),
+(467,0,876,3.04),
+(467,0,877,3.04),
+(467,0,878,3.04),
+(467,0,961,0.1),
+(467,0,1045,4.79),
+(467,0,1046,4.79),
+(467,0,1047,4.79),
+(467,0,1048,4.79),
+(467,0,1819,3.45),
+(467,0,1820,3.45),
+(467,0,1857,1.77),
+(467,0,1858,1.77),
+(467,0,1971,2.82),
+(467,0,1972,2.82),
+(467,0,2147,0.1),
+(467,0,2149,0.1),
+(468,0,339,3.24),
+(468,0,340,3.24),
+(468,0,390,3.07),
+(468,0,391,3.07),
+(468,0,416,4.5),
+(468,0,417,4.5),
+(468,0,793,6.34),
+(468,0,794,6.34),
+(468,0,795,6.34),
+(468,0,796,6.34),
+(468,0,878,2.38),
+(468,0,879,2.38),
+(468,0,880,2.38),
+(468,0,881,2.38),
+(468,0,1048,4.38),
+(468,0,1049,4.38),
+(468,0,1050,4.38),
+(468,0,1051,4.38),
+(468,0,1328,0.19),
+(468,0,1329,0.19),
+(468,0,1374,0.11),
+(468,0,1375,0.11),
+(468,0,1420,0.26),
+(468,0,1421,0.26),
+(468,0,1466,0.1),
+(468,0,1467,0.1),
+(468,0,1512,0.16),
+(468,0,1513,0.16),
+(468,0,1820,5.09),
+(468,0,1821,5.09),
+(468,0,1858,2.89),
+(468,0,1859,2.89),
+(468,0,1972,4.15),
+(468,0,1973,4.15),
+(468,0,2154,0.1),
+(469,0,341,2.88),
+(469,0,342,2.88),
+(469,0,392,3.22),
+(469,0,393,3.22),
+(469,0,418,3.93),
+(469,0,419,3.93),
+(469,0,461,0.1),
+(469,0,796,6.27),
+(469,0,797,6.27),
+(469,0,798,6.27),
+(469,0,799,6.27),
+(469,0,881,2.73),
+(469,0,882,2.73),
+(469,0,883,2.73),
+(469,0,884,2.73),
+(469,0,1051,4.33),
+(469,0,1052,4.33),
+(469,0,1053,4.33),
+(469,0,1054,4.33),
+(469,0,1140,0.1),
+(469,0,1330,0.17),
+(469,0,1331,0.17),
+(469,0,1376,0.2),
+(469,0,1377,0.2),
+(469,0,1422,0.33),
+(469,0,1423,0.33),
+(469,0,1468,0.22),
+(469,0,1469,0.22),
+(469,0,1514,0.19),
+(469,0,1515,0.21),
+(469,0,1822,4.67),
+(469,0,1823,4.67),
+(469,0,1860,3.2),
+(469,0,1861,3.2),
+(469,0,1900,0.1),
+(469,0,1974,4.33),
+(469,0,1975,4.33),
+(470,0,342,2.92),
+(470,0,343,2.92),
+(470,0,393,3.56),
+(470,0,394,3.56),
+(470,0,419,3.67),
+(470,0,420,3.67),
+(470,0,464,0.1),
+(470,0,549,0.1),
+(470,0,631,0.1),
+(470,0,799,6.09),
+(470,0,800,6.09),
+(470,0,801,6.09),
+(470,0,802,6.09),
+(470,0,884,2.92),
+(470,0,885,2.92),
+(470,0,886,2.92),
+(470,0,887,2.92),
+(470,0,1054,3.94),
+(470,0,1055,3.94),
+(470,0,1056,3.94),
+(470,0,1057,3.94),
+(470,0,1140,0.07),
+(470,0,1141,0.1),
+(470,0,1142,0.07),
+(470,0,1144,0.07),
+(470,0,1331,0.2),
+(470,0,1332,0.16),
+(470,0,1377,0.24),
+(470,0,1378,0.24),
+(470,0,1379,0.37),
+(470,0,1423,0.33),
+(470,0,1424,0.35),
+(470,0,1469,0.2),
+(470,0,1470,0.38),
+(470,0,1515,0.25),
+(470,0,1516,0.25),
+(470,0,1730,0.1),
+(470,0,1731,0.1),
+(470,0,1823,4.64),
+(470,0,1824,4.64),
+(470,0,1861,3.71),
+(470,0,1862,3.71),
+(470,0,1939,0.1),
+(470,0,1975,4.17),
+(470,0,1976,4.17),
+(470,0,1977,3.13),
+(470,0,2015,0.1),
+(471,0,344,3.21),
+(471,0,345,3.21),
+(471,0,395,3.38),
+(471,0,396,3.38),
+(471,0,421,3.04),
+(471,0,422,3.04),
+(471,0,802,6.15),
+(471,0,803,6.15),
+(471,0,804,6.15),
+(471,0,805,6.15),
+(471,0,887,3.56),
+(471,0,888,3.56),
+(471,0,889,3.56),
+(471,0,890,3.56),
+(471,0,975,0.8),
+(471,0,1057,3.58),
+(471,0,1058,3.58),
+(471,0,1059,3.58),
+(471,0,1060,3.58),
+(471,0,1333,0.27),
+(471,0,1334,0.43),
+(471,0,1335,0.43),
+(471,0,1379,0.48),
+(471,0,1380,0.13),
+(471,0,1425,0.42),
+(471,0,1426,0.55),
+(471,0,1427,0.8),
+(471,0,1471,0.21),
+(471,0,1472,0.43),
+(471,0,1517,0.18),
+(471,0,1518,0.13),
+(471,0,1519,0.8),
+(471,0,1825,4.49),
+(471,0,1826,4.49),
+(471,0,1863,4.36),
+(471,0,1864,4.8),
+(471,0,1903,1.6),
+(471,0,1977,4.9),
+(471,0,1978,4.56),
+(471,0,2016,0.1),
+(472,0,320,0.1),
+(472,0,345,2.48),
+(472,0,346,2.53),
+(472,0,371,0.1),
+(472,0,396,3.01),
+(472,0,397,3.21),
+(472,0,398,0.67),
+(472,0,422,2.73),
+(472,0,423,3.42),
+(472,0,637,0.1),
+(472,0,638,0.1),
+(472,0,805,6.29),
+(472,0,806,6.29),
+(472,0,807,7.78),
+(472,0,808,7.78),
+(472,0,890,3.87),
+(472,0,891,3.87),
+(472,0,892,3.87),
+(472,0,893,3.87),
+(472,0,1060,3.78),
+(472,0,1061,3.78),
+(472,0,1062,4.47),
+(472,0,1063,4.47),
+(472,0,1149,0.1),
+(472,0,1230,0.1),
+(472,0,1334,0.13),
+(472,0,1335,0.13),
+(472,0,1380,0.1),
+(472,0,1381,0.1),
+(472,0,1426,0.17),
+(472,0,1427,0.17),
+(472,0,1428,0.07),
+(472,0,1472,0.85),
+(472,0,1473,0.06),
+(472,0,1518,0.67),
+(472,0,1519,0.14),
+(472,0,1734,0.1),
+(472,0,1826,3.79),
+(472,0,1827,4.54),
+(472,0,1864,4.36),
+(472,0,1865,4.36),
+(472,0,1904,0.1),
+(472,0,1941,0.1),
+(472,0,1978,5.73),
+(472,0,1979,5.73),
+(472,0,2018,0.1),
+(472,0,2056,0.1),
+(472,0,2095,0.03),
+(472,0,2096,0.03),
+(472,0,2097,0.03),
+(475,0,5,3.8),
+(475,0,14,4.95),
+(475,0,15,3.9),
+(475,0,16,3.5),
+(475,0,17,4.95),
+(475,0,19,3.9),
+(475,0,25,3.8),
+(475,0,27,3.5),
+(475,0,118,0.1),
+(475,0,227,4.6),
+(475,0,228,4.4),
+(475,0,584,18.2),
+(475,0,754,14.8),
+(475,0,839,9.8),
+(475,0,1009,10.2),
+(475,0,1547,1.6),
+(475,0,1548,1.6),
+(475,0,1839,0.1),
+(475,0,1989,1.25),
+(475,0,1990,1.25),
+(476,0,18,4.55),
+(476,0,22,3.9),
+(476,0,26,3.9),
+(476,0,28,3.82),
+(476,0,93,4.55),
+(476,0,94,3.9),
+(476,0,95,3.82),
+(476,0,96,3.9),
+(476,0,227,1.04),
+(476,0,228,1.13),
+(476,0,229,1.04),
+(476,0,231,1.04),
+(476,0,238,1.04),
+(476,0,256,1.13),
+(476,0,501,1.13),
+(476,0,502,1.13),
+(476,0,584,4.34),
+(476,0,585,4.34),
+(476,0,586,4.34),
+(476,0,587,4.34),
+(476,0,754,3.47),
+(476,0,755,3.47),
+(476,0,756,3.47),
+(476,0,757,3.47),
+(476,0,758,3.02),
+(476,0,839,2.51),
+(476,0,840,2.51),
+(476,0,841,2.51),
+(476,0,842,2.51),
+(476,0,1009,2.61),
+(476,0,1010,2.61),
+(476,0,1011,2.61),
+(476,0,1012,2.61),
+(476,0,1549,1.55),
+(476,0,1550,1.55),
+(476,0,1991,1.38),
+(476,0,1992,1.38),
+(477,0,29,0.1),
+(477,0,93,4.1),
+(477,0,94,4.2),
+(477,0,95,4.35),
+(477,0,96,4),
+(477,0,111,4.1),
+(477,0,112,4.2),
+(477,0,113,4.35),
+(477,0,114,4),
+(477,0,232,1.13),
+(477,0,233,1.13),
+(477,0,234,1.13),
+(477,0,238,1.13),
+(477,0,502,0.9),
+(477,0,503,0.9),
+(477,0,504,0.9),
+(477,0,505,0.9),
+(477,0,507,0.9),
+(477,0,587,3.72),
+(477,0,588,3.72),
+(477,0,589,3.72),
+(477,0,590,3.72),
+(477,0,757,3.95),
+(477,0,758,3.95),
+(477,0,759,3.95),
+(477,0,760,3.95),
+(477,0,842,1.4),
+(477,0,843,1.4),
+(477,0,844,1.4),
+(477,0,845,1.4),
+(477,0,846,1.4),
+(477,0,847,1.4),
+(477,0,848,1.4),
+(477,0,1012,2.75),
+(477,0,1013,2.75),
+(477,0,1014,2.75),
+(477,0,1015,2.75),
+(477,0,1445,0.1),
+(477,0,1550,1.55),
+(477,0,1551,1.55),
+(477,0,1992,1.5),
+(477,0,1993,1.5),
+(478,0,130,0.1),
+(478,0,132,4.7),
+(478,0,133,4.2),
+(478,0,134,4.63),
+(478,0,135,4.1),
+(478,0,151,4.7),
+(478,0,152,4.2),
+(478,0,153,4.63),
+(478,0,154,4.1),
+(478,0,234,0.97),
+(478,0,235,0.97),
+(478,0,236,0.97),
+(478,0,248,0.97),
+(478,0,505,1.18),
+(478,0,506,1.18),
+(478,0,507,1.18),
+(478,0,508,1.18),
+(478,0,590,3.22),
+(478,0,591,3.22),
+(478,0,592,3.22),
+(478,0,593,3.22),
+(478,0,595,3.24),
+(478,0,760,3.95),
+(478,0,761,3.95),
+(478,0,762,3.95),
+(478,0,763,3.95),
+(478,0,845,2.24),
+(478,0,846,2.24),
+(478,0,847,2.24),
+(478,0,848,2.24),
+(478,0,1015,2.76),
+(478,0,1016,2.76),
+(478,0,1017,2.76),
+(478,0,1018,2.76),
+(478,0,1497,0.1),
+(478,0,1552,1.55),
+(478,0,1553,1.55),
+(478,0,1710,0.1),
+(478,0,1951,0.1),
+(478,0,1994,1.06),
+(478,0,1995,1.06),
+(478,0,1996,0.63),
+(478,0,1997,0.63),
+(479,0,151,4.02),
+(479,0,152,4.57),
+(479,0,153,5.05),
+(479,0,154,4.17),
+(479,0,167,4.02),
+(479,0,174,4.57),
+(479,0,179,5.05),
+(479,0,184,4.17),
+(479,0,237,0.93),
+(479,0,247,0.93),
+(479,0,248,0.93),
+(479,0,249,0.93),
+(479,0,508,1.01),
+(479,0,509,1.01),
+(479,0,510,1.01),
+(479,0,511,1.01),
+(479,0,593,3.11),
+(479,0,594,3.11),
+(479,0,595,3.11),
+(479,0,596,3.11),
+(479,0,681,0.1),
+(479,0,763,4.35),
+(479,0,764,4.35),
+(479,0,765,4.35),
+(479,0,766,4.35),
+(479,0,848,2.27),
+(479,0,849,2.27),
+(479,0,850,2.27),
+(479,0,851,2.27),
+(479,0,1018,2.8),
+(479,0,1019,2.8),
+(479,0,1020,2.8),
+(479,0,1021,2.8),
+(479,0,1553,1.6),
+(479,0,1554,1.6),
+(479,0,1807,0.1),
+(479,0,1995,1.6),
+(479,0,1996,1.6),
+(480,0,138,0.1),
+(480,0,168,4.15),
+(480,0,171,4.15),
+(480,0,175,5.15),
+(480,0,176,5.15),
+(480,0,180,5.08),
+(480,0,181,5.08),
+(480,0,185,4.38),
+(480,0,186,4.38),
+(480,0,247,0.86),
+(480,0,250,0.86),
+(480,0,251,0.86),
+(480,0,252,0.86),
+(480,0,511,0.91),
+(480,0,512,0.91),
+(480,0,513,0.91),
+(480,0,514,0.91),
+(480,0,596,3.2),
+(480,0,597,3.2),
+(480,0,598,3.2),
+(480,0,599,3.2),
+(480,0,766,3.94),
+(480,0,767,3.94),
+(480,0,768,3.94),
+(480,0,769,3.94),
+(480,0,851,2.46),
+(480,0,852,2.46),
+(480,0,853,2.46),
+(480,0,854,2.46),
+(480,0,1021,2.61),
+(480,0,1022,2.61),
+(480,0,1023,2.61),
+(480,0,1024,2.61),
+(480,0,1555,1.5),
+(480,0,1556,1.5),
+(480,0,1922,0.1),
+(480,0,1997,1.75),
+(480,0,1998,1.75),
+(481,0,171,4.28),
+(481,0,172,4.28),
+(481,0,176,4.57),
+(481,0,177,4.57),
+(481,0,181,5.12),
+(481,0,182,5.12),
+(481,0,186,4.37),
+(481,0,187,4.37),
+(481,0,251,0.93),
+(481,0,253,0.93),
+(481,0,254,0.93),
+(481,0,255,0.93),
+(481,0,514,1.02),
+(481,0,515,1.02),
+(481,0,516,1.02),
+(481,0,517,1.02),
+(481,0,599,3.1),
+(481,0,600,3.1),
+(481,0,601,3.1),
+(481,0,602,3.1),
+(481,0,689,0.1),
+(481,0,769,4.1),
+(481,0,770,4.1),
+(481,0,771,4.1),
+(481,0,772,4.1),
+(481,0,854,2.34),
+(481,0,855,2.34),
+(481,0,856,2.34),
+(481,0,857,2.34),
+(481,0,1024,2.78),
+(481,0,1025,2.78),
+(481,0,1026,2.78),
+(481,0,1027,2.78),
+(481,0,1556,1.47),
+(481,0,1557,1.47),
+(481,0,1998,1.63),
+(481,0,1999,1.63),
+(482,0,173,3.08),
+(482,0,178,4.68),
+(482,0,183,5.45),
+(482,0,188,4.65),
+(482,0,211,3.08),
+(482,0,213,4.68),
+(482,0,215,5.45),
+(482,0,217,4.65),
+(482,0,254,0.88),
+(482,0,435,0.88),
+(482,0,436,0.88),
+(482,0,437,0.88),
+(482,0,517,1.15),
+(482,0,518,1.15),
+(482,0,519,1.15),
+(482,0,520,1.15),
+(482,0,602,2.41),
+(482,0,603,2.41),
+(482,0,604,2.41),
+(482,0,605,2.41),
+(482,0,772,4.42),
+(482,0,773,4.42),
+(482,0,774,4.42),
+(482,0,775,4.42),
+(482,0,857,2.41),
+(482,0,858,2.41),
+(482,0,859,2.41),
+(482,0,860,2.41),
+(482,0,1027,3.18),
+(482,0,1028,3.18),
+(482,0,1029,3.18),
+(482,0,1030,3.18),
+(482,0,1558,1.48),
+(482,0,1559,1.48),
+(482,0,2000,1.72),
+(482,0,2001,1.72),
+(483,0,211,3.03),
+(483,0,212,3.03),
+(483,0,213,4.4),
+(483,0,214,4.4),
+(483,0,215,5.35),
+(483,0,216,5.35),
+(483,0,217,5.03),
+(483,0,218,5.03),
+(483,0,437,0.93),
+(483,0,438,0.93),
+(483,0,439,0.93),
+(483,0,440,0.93),
+(483,0,520,1.03),
+(483,0,521,1.03),
+(483,0,522,1.03),
+(483,0,523,1.03),
+(483,0,605,2.31),
+(483,0,606,2.31),
+(483,0,607,2.31),
+(483,0,608,2.31),
+(483,0,775,4.31),
+(483,0,776,4.31),
+(483,0,777,4.31),
+(483,0,778,4.31),
+(483,0,860,2.48),
+(483,0,861,2.48),
+(483,0,862,2.48),
+(483,0,863,2.48),
+(483,0,1030,3.43),
+(483,0,1031,3.43),
+(483,0,1032,3.43),
+(483,0,1033,3.43),
+(483,0,1559,1.45),
+(483,0,1560,1.45),
+(483,0,2001,1.8),
+(483,0,2002,1.8),
+(484,0,267,3.25),
+(484,0,287,4.95),
+(484,0,333,4.95),
+(484,0,358,3.25),
+(484,0,383,4.58),
+(484,0,384,4.58),
+(484,0,409,5.85),
+(484,0,410,5.85),
+(484,0,440,0.91),
+(484,0,441,0.91),
+(484,0,442,0.91),
+(484,0,443,0.91),
+(484,0,523,1.1),
+(484,0,524,1.1),
+(484,0,525,1.1),
+(484,0,526,1.1),
+(484,0,608,2.26),
+(484,0,609,2.26),
+(484,0,610,2.26),
+(484,0,611,2.26),
+(484,0,778,4.15),
+(484,0,779,4.15),
+(484,0,780,4.15),
+(484,0,781,4.15),
+(484,0,863,2.35),
+(484,0,864,2.35),
+(484,0,865,2.35),
+(484,0,866,2.35),
+(484,0,1033,3.39),
+(484,0,1034,3.39),
+(484,0,1035,3.39),
+(484,0,1036,3.39),
+(484,0,1561,1.45),
+(484,0,1562,1.45),
+(484,0,2003,1.63),
+(484,0,2004,1.63),
+(485,0,333,5.47),
+(485,0,334,5.47),
+(485,0,358,4.47),
+(485,0,359,4.47),
+(485,0,384,3.33),
+(485,0,385,3.33),
+(485,0,410,3.98),
+(485,0,411,3.98),
+(485,0,611,4.43),
+(485,0,612,4.43),
+(485,0,613,4.43),
+(485,0,614,4.43),
+(485,0,781,3.73),
+(485,0,782,3.73),
+(485,0,783,3.73),
+(485,0,784,3.73),
+(485,0,866,2.28),
+(485,0,867,2.28),
+(485,0,868,2.28),
+(485,0,869,2.28),
+(485,0,1036,3.01),
+(485,0,1037,3.01),
+(485,0,1038,3.01),
+(485,0,1039,3.01),
+(485,0,1206,1.26),
+(485,0,1207,1.26),
+(485,0,1208,1.26),
+(485,0,1209,1.26),
+(485,0,1562,1.82),
+(485,0,1563,1.82),
+(485,0,2004,1.5),
+(485,0,2005,1.5),
+(486,0,335,5.63),
+(486,0,336,5.63),
+(486,0,360,3.62),
+(486,0,361,3.62),
+(486,0,386,3.43),
+(486,0,387,3.43),
+(486,0,412,3.92),
+(486,0,413,3.92),
+(486,0,614,4.06),
+(486,0,615,4.06),
+(486,0,616,4.06),
+(486,0,617,4.06),
+(486,0,784,3.94),
+(486,0,785,3.94),
+(486,0,786,3.94),
+(486,0,787,3.94),
+(486,0,869,2.46),
+(486,0,870,2.46),
+(486,0,871,2.46),
+(486,0,872,2.46),
+(486,0,1039,2.92),
+(486,0,1040,2.92),
+(486,0,1041,2.92),
+(486,0,1042,2.92),
+(486,0,1043,2.38),
+(486,0,1209,1.38),
+(486,0,1210,1.38),
+(486,0,1211,1.38),
+(486,0,1212,1.38),
+(486,0,1491,0.1),
+(486,0,1564,1.92),
+(486,0,1565,1.92),
+(486,0,2006,1.62),
+(486,0,2007,1.62),
+(487,0,336,5.73),
+(487,0,337,5.73),
+(487,0,361,3.2),
+(487,0,362,3.2),
+(487,0,387,3.08),
+(487,0,388,3.08),
+(487,0,413,3.57),
+(487,0,414,3.57),
+(487,0,617,4.26),
+(487,0,618,4.26),
+(487,0,619,4.26),
+(487,0,620,4.26),
+(487,0,787,3.86),
+(487,0,788,3.86),
+(487,0,789,3.86),
+(487,0,790,3.86),
+(487,0,872,2.71),
+(487,0,873,2.71),
+(487,0,874,2.71),
+(487,0,875,2.71),
+(487,0,1042,3.05),
+(487,0,1043,3.05),
+(487,0,1044,3.05),
+(487,0,1045,3.05),
+(487,0,1212,1.61),
+(487,0,1213,1.61),
+(487,0,1214,1.61),
+(487,0,1215,1.61),
+(487,0,1565,1.85),
+(487,0,1566,1.85),
+(487,0,2007,1.63),
+(487,0,2008,1.63),
+(488,0,338,6),
+(488,0,339,6),
+(488,0,363,3.08),
+(488,0,364,3.08),
+(488,0,389,2.88),
+(488,0,390,2.88),
+(488,0,415,3.3),
+(488,0,416,3.3),
+(488,0,620,3.97),
+(488,0,621,3.97),
+(488,0,622,3.97),
+(488,0,623,3.97),
+(488,0,790,4.04),
+(488,0,791,4.04),
+(488,0,792,4.04),
+(488,0,793,4.04),
+(488,0,875,2.86),
+(488,0,876,2.86),
+(488,0,877,2.86),
+(488,0,878,2.86),
+(488,0,1045,3.24),
+(488,0,1046,3.24),
+(488,0,1047,3.24),
+(488,0,1048,3.24),
+(488,0,1215,1.48),
+(488,0,1216,1.48),
+(488,0,1217,1.48),
+(488,0,1218,1.48),
+(488,0,1513,0.1),
+(488,0,1567,1.93),
+(488,0,1568,1.93),
+(488,0,1933,0.1),
+(488,0,1973,0.1),
+(488,0,2009,1.65),
+(488,0,2010,1.65),
+(488,0,2147,0.1),
+(489,0,339,5.08),
+(489,0,340,5.08),
+(489,0,364,2.88),
+(489,0,365,2.88),
+(489,0,390,2.85),
+(489,0,391,2.85),
+(489,0,416,3.17),
+(489,0,417,3.17),
+(489,0,623,3.26),
+(489,0,624,3.26),
+(489,0,625,3.26),
+(489,0,626,3.26),
+(489,0,793,3.41),
+(489,0,794,3.41),
+(489,0,795,3.41),
+(489,0,796,3.41),
+(489,0,878,2.34),
+(489,0,879,2.34),
+(489,0,880,2.34),
+(489,0,881,2.34),
+(489,0,1048,2.98),
+(489,0,1049,2.98),
+(489,0,1050,2.98),
+(489,0,1051,2.98),
+(489,0,1218,1.44),
+(489,0,1219,1.44),
+(489,0,1220,1.44),
+(489,0,1221,1.44),
+(489,0,1328,0.08),
+(489,0,1329,0.08),
+(489,0,1374,0.15),
+(489,0,1375,0.15),
+(489,0,1420,0.23),
+(489,0,1421,0.23),
+(489,0,1466,0.05),
+(489,0,1467,0.13),
+(489,0,1512,0.13),
+(489,0,1513,0.13),
+(489,0,1568,4.6),
+(489,0,1569,4.6),
+(489,0,2010,3.82),
+(489,0,2011,3.82),
+(490,0,341,4.67),
+(490,0,342,4.67),
+(490,0,366,3.38),
+(490,0,367,3.38),
+(490,0,392,2.8),
+(490,0,393,2.8),
+(490,0,418,2.82),
+(490,0,419,2.82),
+(490,0,626,4),
+(490,0,627,4),
+(490,0,628,4),
+(490,0,629,4),
+(490,0,796,3.46),
+(490,0,797,3.46),
+(490,0,798,3.46),
+(490,0,799,3.46),
+(490,0,881,2.46),
+(490,0,882,2.46),
+(490,0,883,2.46),
+(490,0,884,2.46),
+(490,0,1051,2.51),
+(490,0,1052,2.51),
+(490,0,1053,2.51),
+(490,0,1054,2.51),
+(490,0,1221,1.44),
+(490,0,1222,1.44),
+(490,0,1223,1.44),
+(490,0,1224,1.44),
+(490,0,1330,0.08),
+(490,0,1331,0.08),
+(490,0,1376,0.08),
+(490,0,1377,0.08),
+(490,0,1422,0.13),
+(490,0,1423,0.13),
+(490,0,1468,0.07),
+(490,0,1469,0.07),
+(490,0,1514,0.08),
+(490,0,1515,0.08),
+(490,0,1570,4.88),
+(490,0,1571,4.88),
+(490,0,1938,0.1),
+(490,0,2012,3.22),
+(490,0,2013,3.22),
+(491,0,319,0.1),
+(491,0,342,3.38),
+(491,0,343,3.38),
+(491,0,344,2.15),
+(491,0,345,2.15),
+(491,0,367,3.9),
+(491,0,368,3.9),
+(491,0,393,2.58),
+(491,0,394,2.58),
+(491,0,419,2.48),
+(491,0,420,2.48),
+(491,0,546,0.1),
+(491,0,629,4.54),
+(491,0,630,4.54),
+(491,0,631,4.54),
+(491,0,632,4.54),
+(491,0,718,0.1),
+(491,0,799,3.26),
+(491,0,800,3.26),
+(491,0,801,3.26),
+(491,0,802,3.26),
+(491,0,884,2.48),
+(491,0,885,2.48),
+(491,0,886,2.48),
+(491,0,887,2.48),
+(491,0,971,0.05),
+(491,0,972,0.05),
+(491,0,1054,2.27),
+(491,0,1055,2.27),
+(491,0,1056,2.27),
+(491,0,1057,2.27),
+(491,0,1142,0.1),
+(491,0,1224,1.64),
+(491,0,1225,1.64),
+(491,0,1226,1.64),
+(491,0,1227,1.64),
+(491,0,1331,0.08),
+(491,0,1332,0.08),
+(491,0,1377,0.13),
+(491,0,1378,0.13),
+(491,0,1423,0.18),
+(491,0,1424,0.18),
+(491,0,1469,0.2),
+(491,0,1470,0.2),
+(491,0,1515,0.1),
+(491,0,1516,0.1),
+(491,0,1571,4.65),
+(491,0,1572,4.65),
+(491,0,1939,0.1),
+(491,0,2013,2.98),
+(491,0,2014,2.98),
+(492,0,320,0.1),
+(492,0,344,4.18),
+(492,0,345,4.18),
+(492,0,369,4.33),
+(492,0,370,4.33),
+(492,0,395,2.26),
+(492,0,396,2.26),
+(492,0,397,1.17),
+(492,0,421,1.83),
+(492,0,422,1.83),
+(492,0,632,5.04),
+(492,0,633,5.04),
+(492,0,634,5.04),
+(492,0,635,5.04),
+(492,0,636,4.88),
+(492,0,802,2.54),
+(492,0,803,2.54),
+(492,0,804,2.54),
+(492,0,805,2.54),
+(492,0,887,2.36),
+(492,0,888,2.36),
+(492,0,889,2.36),
+(492,0,890,2.36),
+(492,0,1057,2.11),
+(492,0,1058,2.11),
+(492,0,1059,2.11),
+(492,0,1060,2.11),
+(492,0,1062,1.42),
+(492,0,1145,0.05),
+(492,0,1147,0.05),
+(492,0,1227,1.49),
+(492,0,1228,1.49),
+(492,0,1229,1.49),
+(492,0,1230,1.49),
+(492,0,1333,0.15),
+(492,0,1334,0.15),
+(492,0,1379,0.1),
+(492,0,1380,0.1),
+(492,0,1425,0.25),
+(492,0,1426,0.27),
+(492,0,1471,0.17),
+(492,0,1472,0.1),
+(492,0,1517,0.13),
+(492,0,1566,1.26),
+(492,0,1567,1.26),
+(492,0,1568,1.26),
+(492,0,1569,1.26),
+(492,0,1570,1.26),
+(492,0,1571,1.26),
+(492,0,1572,1.26),
+(492,0,1573,3.69),
+(492,0,1574,3.69),
+(492,0,1941,0.1),
+(492,0,2015,3.42),
+(492,0,2016,3.42),
+(492,0,2095,0.03),
+(492,0,2096,0.03),
+(492,0,2097,0.03),
+(493,0,345,4.1),
+(493,0,346,4.43),
+(493,0,370,4.63),
+(493,0,371,4.63),
+(493,0,396,1.68),
+(493,0,397,1.68),
+(493,0,422,1.38),
+(493,0,423,1.73),
+(493,0,635,5.73),
+(493,0,636,5.73),
+(493,0,637,5.73),
+(493,0,638,5.73),
+(493,0,805,2.97),
+(493,0,806,2.97),
+(493,0,807,2.97),
+(493,0,808,2.97),
+(493,0,890,2.15),
+(493,0,891,2.27),
+(493,0,892,2.15),
+(493,0,893,2.27),
+(493,0,1060,1.64),
+(493,0,1061,2.29),
+(493,0,1062,1.64),
+(493,0,1063,2.29),
+(493,0,1230,1.51),
+(493,0,1231,1.51),
+(493,0,1232,1.51),
+(493,0,1233,6.81),
+(493,0,1334,0.08),
+(493,0,1335,0.08),
+(493,0,1380,0.1),
+(493,0,1381,0.1),
+(493,0,1426,0.08),
+(493,0,1427,0.08),
+(493,0,1472,0.37),
+(493,0,1473,0.08),
+(493,0,1518,1),
+(493,0,1519,0.05),
+(493,0,1574,5.83),
+(493,0,1575,5.83),
+(493,0,2016,2.63),
+(493,0,2017,2.63),
+(493,0,2056,0.7),
+(496,0,6,4.55),
+(496,0,15,4.4),
+(496,0,19,4.4),
+(496,0,23,4.55),
+(496,0,584,3.8),
+(496,0,669,3.5),
+(496,0,839,5),
+(496,0,924,5),
+(496,0,1009,6.9),
+(496,0,1094,6.3),
+(496,0,1179,46.5),
+(496,0,1547,2.5),
+(496,0,1548,2.5),
+(497,0,14,0.1),
+(497,0,22,4.35),
+(497,0,24,4.45),
+(497,0,91,0.1),
+(497,0,93,0.1),
+(497,0,96,4.35),
+(497,0,97,4.45),
+(497,0,112,0.1),
+(497,0,236,0.1),
+(497,0,584,0.74),
+(497,0,585,0.74),
+(497,0,586,0.74),
+(497,0,587,0.74),
+(497,0,588,0.57),
+(497,0,589,0.57),
+(497,0,590,0.57),
+(497,0,669,0.89),
+(497,0,670,0.89),
+(497,0,671,0.89),
+(497,0,672,0.89),
+(497,0,762,0.1),
+(497,0,839,1.16),
+(497,0,840,1.16),
+(497,0,841,1.16),
+(497,0,842,1.16),
+(497,0,924,1.21),
+(497,0,925,1.21),
+(497,0,926,1.21),
+(497,0,927,1.21),
+(497,0,1009,1.71),
+(497,0,1010,1.71),
+(497,0,1011,1.71),
+(497,0,1012,1.71),
+(497,0,1094,1.65),
+(497,0,1095,1.65),
+(497,0,1096,1.65),
+(497,0,1097,1.65),
+(497,0,1179,11.69),
+(497,0,1180,11.69),
+(497,0,1181,11.69),
+(497,0,1182,11.69),
+(497,0,1401,0.1),
+(497,0,1402,0.1),
+(497,0,1493,0.1),
+(497,0,1549,2.63),
+(497,0,1550,2.63),
+(497,0,1916,0.1),
+(498,0,96,4.88),
+(498,0,97,4.85),
+(498,0,114,4.88),
+(498,0,115,4.85),
+(498,0,587,1),
+(498,0,588,1),
+(498,0,589,1),
+(498,0,590,1),
+(498,0,672,0.95),
+(498,0,673,0.95),
+(498,0,674,0.95),
+(498,0,675,0.95),
+(498,0,842,1.26),
+(498,0,843,1.26),
+(498,0,844,1.26),
+(498,0,845,1.26),
+(498,0,927,1.24),
+(498,0,928,1.24),
+(498,0,929,1.24),
+(498,0,930,1.24),
+(498,0,1012,1.5),
+(498,0,1013,1.5),
+(498,0,1014,1.5),
+(498,0,1015,1.5),
+(498,0,1016,1.06),
+(498,0,1017,1.06),
+(498,0,1018,1.06),
+(498,0,1097,1.83),
+(498,0,1098,1.83),
+(498,0,1099,1.83),
+(498,0,1100,1.83),
+(498,0,1182,10.5),
+(498,0,1183,10.5),
+(498,0,1184,10.5),
+(498,0,1185,10.5),
+(498,0,1495,0.1),
+(498,0,1550,2.9),
+(498,0,1551,2.9),
+(499,0,14,0.1),
+(499,0,135,5.15),
+(499,0,136,5.15),
+(499,0,154,5.15),
+(499,0,155,5.15),
+(499,0,590,1.04),
+(499,0,591,1.04),
+(499,0,592,1.04),
+(499,0,593,1.04),
+(499,0,675,0.94),
+(499,0,676,0.94),
+(499,0,677,0.94),
+(499,0,678,0.94),
+(499,0,845,1.26),
+(499,0,846,1.26),
+(499,0,847,1.26),
+(499,0,848,1.26),
+(499,0,930,1.24),
+(499,0,931,1.24),
+(499,0,932,1.24),
+(499,0,933,1.24),
+(499,0,1015,2.06),
+(499,0,1016,2.06),
+(499,0,1017,2.06),
+(499,0,1018,2.06),
+(499,0,1100,2.06),
+(499,0,1101,2.06),
+(499,0,1102,2.06),
+(499,0,1103,2.06),
+(499,0,1185,9.72),
+(499,0,1186,9.72),
+(499,0,1187,9.72),
+(499,0,1188,9.72),
+(499,0,1552,2.98),
+(499,0,1553,2.98),
+(500,0,154,4.9),
+(500,0,155,5.22),
+(500,0,184,4.9),
+(500,0,189,5.22),
+(500,0,593,0.97),
+(500,0,594,0.97),
+(500,0,595,0.97),
+(500,0,596,0.97),
+(500,0,678,0.99),
+(500,0,679,0.99),
+(500,0,680,0.99),
+(500,0,681,0.99),
+(500,0,848,1.32),
+(500,0,849,1.32),
+(500,0,850,1.32),
+(500,0,851,1.32),
+(500,0,933,1.38),
+(500,0,934,1.38),
+(500,0,935,1.38),
+(500,0,936,1.38),
+(500,0,1018,2.2),
+(500,0,1019,2.2),
+(500,0,1020,2.2),
+(500,0,1021,2.2),
+(500,0,1103,2.11),
+(500,0,1104,2.11),
+(500,0,1105,2.11),
+(500,0,1106,2.11),
+(500,0,1188,9.25),
+(500,0,1189,9.25),
+(500,0,1190,9.25),
+(500,0,1191,9.25),
+(500,0,1553,3.35),
+(500,0,1554,3.35),
+(501,0,185,5.47),
+(501,0,186,5.47),
+(501,0,190,5.35),
+(501,0,191,5.35),
+(501,0,596,1.11),
+(501,0,597,1.11),
+(501,0,598,1.11),
+(501,0,599,1.11),
+(501,0,681,0.97),
+(501,0,682,0.97),
+(501,0,683,0.97),
+(501,0,684,0.97),
+(501,0,851,1.35),
+(501,0,852,1.35),
+(501,0,853,1.35),
+(501,0,854,1.35),
+(501,0,936,1.29),
+(501,0,937,1.29),
+(501,0,938,1.29),
+(501,0,939,1.29),
+(501,0,1021,2.27),
+(501,0,1022,2.27),
+(501,0,1023,2.27),
+(501,0,1024,2.27),
+(501,0,1106,2.17),
+(501,0,1107,2.17),
+(501,0,1108,2.17),
+(501,0,1109,2.17),
+(501,0,1191,8.77),
+(501,0,1192,8.77),
+(501,0,1193,8.77),
+(501,0,1194,8.77),
+(501,0,1555,3.35),
+(501,0,1556,3.35),
+(502,0,30,0.1),
+(502,0,186,5.38),
+(502,0,187,5.38),
+(502,0,191,5.33),
+(502,0,192,5.33),
+(502,0,599,1.04),
+(502,0,600,1.04),
+(502,0,601,1.04),
+(502,0,602,1.04),
+(502,0,684,1.05),
+(502,0,685,1.05),
+(502,0,686,1.05),
+(502,0,687,1.05),
+(502,0,854,1.13),
+(502,0,855,1.13),
+(502,0,856,1.13),
+(502,0,857,1.13),
+(502,0,939,1.19),
+(502,0,940,1.19),
+(502,0,941,1.19),
+(502,0,942,1.19),
+(502,0,1024,2.01),
+(502,0,1025,2.01),
+(502,0,1026,2.01),
+(502,0,1027,2.01),
+(502,0,1109,1.94),
+(502,0,1110,1.94),
+(502,0,1111,1.94),
+(502,0,1112,1.94),
+(502,0,1194,9.71),
+(502,0,1195,9.71),
+(502,0,1196,9.71),
+(502,0,1197,9.71),
+(502,0,1556,3.27),
+(502,0,1557,3.27),
+(502,0,1847,0.1),
+(503,0,188,5.27),
+(503,0,193,5.4),
+(503,0,217,5.27),
+(503,0,219,5.4),
+(503,0,602,1.04),
+(503,0,603,1.04),
+(503,0,604,1.04),
+(503,0,605,1.04),
+(503,0,687,0.95),
+(503,0,688,0.95),
+(503,0,689,0.95),
+(503,0,690,0.95),
+(503,0,857,0.96),
+(503,0,858,0.96),
+(503,0,859,0.96),
+(503,0,860,0.96),
+(503,0,942,1.15),
+(503,0,943,1.15),
+(503,0,944,1.15),
+(503,0,945,1.15),
+(503,0,1027,1.96),
+(503,0,1028,1.96),
+(503,0,1029,1.96),
+(503,0,1030,1.96),
+(503,0,1112,2.16),
+(503,0,1113,2.16),
+(503,0,1114,2.16),
+(503,0,1115,2.16),
+(503,0,1197,9.89),
+(503,0,1198,9.89),
+(503,0,1199,9.89),
+(503,0,1200,9.89),
+(503,0,1558,3.17),
+(503,0,1559,3.17),
+(504,0,217,4.9),
+(504,0,218,4.9),
+(504,0,219,5.85),
+(504,0,220,5.85),
+(504,0,605,0.85),
+(504,0,606,0.85),
+(504,0,607,0.85),
+(504,0,608,0.85),
+(504,0,690,0.82),
+(504,0,691,0.82),
+(504,0,692,0.82),
+(504,0,693,0.82),
+(504,0,860,0.97),
+(504,0,861,0.97),
+(504,0,862,0.97),
+(504,0,863,0.97),
+(504,0,945,1.1),
+(504,0,946,1.1),
+(504,0,947,1.1),
+(504,0,948,1.1),
+(504,0,1030,1.97),
+(504,0,1031,1.97),
+(504,0,1032,1.97),
+(504,0,1033,1.97),
+(504,0,1115,2.01),
+(504,0,1116,2.01),
+(504,0,1117,2.01),
+(504,0,1118,2.01),
+(504,0,1200,10.41),
+(504,0,1201,10.41),
+(504,0,1202,10.41),
+(504,0,1203,10.41),
+(504,0,1559,3),
+(504,0,1560,3),
+(505,0,287,5.75),
+(505,0,307,5.98),
+(505,0,308,5.98),
+(505,0,333,5.75),
+(505,0,608,0.68),
+(505,0,609,0.68),
+(505,0,610,0.68),
+(505,0,611,0.68),
+(505,0,693,0.72),
+(505,0,694,0.72),
+(505,0,695,0.72),
+(505,0,696,0.72),
+(505,0,863,0.99),
+(505,0,864,0.99),
+(505,0,865,0.99),
+(505,0,866,0.99),
+(505,0,948,1.14),
+(505,0,949,1.14),
+(505,0,950,1.14),
+(505,0,951,1.14),
+(505,0,1033,2.02),
+(505,0,1034,2.02),
+(505,0,1035,2.02),
+(505,0,1036,2.02),
+(505,0,1118,2.22),
+(505,0,1119,2.22),
+(505,0,1120,2.22),
+(505,0,1121,2.22),
+(505,0,1203,9.85),
+(505,0,1204,9.85),
+(505,0,1205,9.85),
+(505,0,1206,9.85),
+(505,0,1445,0.1),
+(505,0,1561,2.98),
+(505,0,1562,2.98),
+(506,0,333,2.77),
+(506,0,334,2.77),
+(506,0,358,2.75),
+(506,0,359,2.75),
+(506,0,384,2.8),
+(506,0,385,2.8),
+(506,0,410,3.27),
+(506,0,411,3.27),
+(506,0,443,2.63),
+(506,0,444,2.63),
+(506,0,445,2.63),
+(506,0,446,2.63),
+(506,0,526,3.24),
+(506,0,527,3.24),
+(506,0,528,3.24),
+(506,0,529,3.24),
+(506,0,611,2.12),
+(506,0,612,2.12),
+(506,0,613,2.12),
+(506,0,614,2.12),
+(506,0,781,2.96),
+(506,0,782,2.96),
+(506,0,783,2.96),
+(506,0,784,2.96),
+(506,0,866,2.62),
+(506,0,867,2.62),
+(506,0,868,2.62),
+(506,0,869,2.62),
+(506,0,1036,3.99),
+(506,0,1037,3.99),
+(506,0,1038,3.99),
+(506,0,1039,3.99),
+(506,0,1562,1.67),
+(506,0,1563,1.67),
+(506,0,2004,1.65),
+(506,0,2005,1.65),
+(507,0,335,3.05),
+(507,0,336,3.05),
+(507,0,360,2.4),
+(507,0,361,2.4),
+(507,0,386,2.83),
+(507,0,387,2.83),
+(507,0,412,4),
+(507,0,413,4),
+(507,0,446,2.17),
+(507,0,447,2.17),
+(507,0,448,2.17),
+(507,0,449,2.17),
+(507,0,529,3.09),
+(507,0,530,3.09),
+(507,0,531,3.09),
+(507,0,532,3.09),
+(507,0,614,1.83),
+(507,0,615,1.83),
+(507,0,616,1.83),
+(507,0,617,1.83),
+(507,0,784,3.29),
+(507,0,785,3.29),
+(507,0,786,3.29),
+(507,0,787,3.29),
+(507,0,869,2.5),
+(507,0,870,2.5),
+(507,0,871,2.5),
+(507,0,872,2.5),
+(507,0,1039,4.06),
+(507,0,1040,4.06),
+(507,0,1041,4.06),
+(507,0,1042,4.06),
+(507,0,1564,1.83),
+(507,0,1565,1.83),
+(507,0,1893,0.1),
+(507,0,2006,1.93),
+(507,0,2007,1.93),
+(508,0,336,3.13),
+(508,0,337,3.13),
+(508,0,361,2.18),
+(508,0,362,2.18),
+(508,0,387,2.72),
+(508,0,388,2.72),
+(508,0,413,3.92),
+(508,0,414,3.92),
+(508,0,449,2.17),
+(508,0,450,2.17),
+(508,0,451,2.17),
+(508,0,452,2.17),
+(508,0,532,3.28),
+(508,0,533,3.28),
+(508,0,534,3.28),
+(508,0,535,3.28),
+(508,0,617,1.75),
+(508,0,618,1.75),
+(508,0,619,1.75),
+(508,0,620,1.75),
+(508,0,707,0.1),
+(508,0,787,3.2),
+(508,0,788,3.2),
+(508,0,789,3.2),
+(508,0,790,3.2),
+(508,0,872,2.6),
+(508,0,873,2.6),
+(508,0,874,2.6),
+(508,0,875,2.6),
+(508,0,1042,4.36),
+(508,0,1043,4.36),
+(508,0,1044,4.36),
+(508,0,1045,4.36),
+(508,0,1565,1.58),
+(508,0,1566,1.58),
+(508,0,2007,1.78),
+(508,0,2008,1.78),
+(509,0,338,3.38),
+(509,0,339,3.38),
+(509,0,363,2.07),
+(509,0,364,2.07),
+(509,0,389,2.98),
+(509,0,390,2.98),
+(509,0,415,3.5),
+(509,0,416,3.5),
+(509,0,452,2.29),
+(509,0,453,2.29),
+(509,0,454,2.29),
+(509,0,455,2.29),
+(509,0,535,3.13),
+(509,0,536,3.13),
+(509,0,537,3.13),
+(509,0,538,3.13),
+(509,0,620,1.8),
+(509,0,621,1.8),
+(509,0,622,1.8),
+(509,0,623,1.8),
+(509,0,790,3.26),
+(509,0,791,3.26),
+(509,0,792,3.26),
+(509,0,793,3.26),
+(509,0,875,2.54),
+(509,0,876,2.54),
+(509,0,877,2.54),
+(509,0,878,2.54),
+(509,0,1045,4.31),
+(509,0,1046,4.31),
+(509,0,1047,4.31),
+(509,0,1048,4.31),
+(509,0,1328,0.1),
+(509,0,1567,1.55),
+(509,0,1568,1.55),
+(509,0,2009,1.85),
+(509,0,2010,1.85),
+(510,0,339,2.77),
+(510,0,340,2.77),
+(510,0,364,1.78),
+(510,0,365,1.78),
+(510,0,390,2.33),
+(510,0,391,2.33),
+(510,0,416,3.57),
+(510,0,417,3.57),
+(510,0,455,1.89),
+(510,0,456,1.89),
+(510,0,457,1.89),
+(510,0,458,1.89),
+(510,0,538,2.69),
+(510,0,539,2.69),
+(510,0,540,2.69),
+(510,0,541,2.69),
+(510,0,623,1.51),
+(510,0,624,1.51),
+(510,0,625,1.51),
+(510,0,626,1.51),
+(510,0,793,2.88),
+(510,0,794,2.88),
+(510,0,795,2.88),
+(510,0,796,2.88),
+(510,0,878,2.2),
+(510,0,879,2.2),
+(510,0,880,2.2),
+(510,0,881,2.2),
+(510,0,1048,4.07),
+(510,0,1049,4.07),
+(510,0,1050,4.07),
+(510,0,1051,4.07),
+(510,0,1328,0.27),
+(510,0,1329,0.27),
+(510,0,1374,0.33),
+(510,0,1375,0.33),
+(510,0,1420,0.5),
+(510,0,1421,0.5),
+(510,0,1466,0.33),
+(510,0,1467,0.33),
+(510,0,1512,0.35),
+(510,0,1513,0.35),
+(510,0,1568,3.6),
+(510,0,1569,3.6),
+(510,0,2010,3.73),
+(510,0,2011,3.73),
+(511,0,341,2.77),
+(511,0,342,2.77),
+(511,0,366,2.17),
+(511,0,367,2.17),
+(511,0,392,2.37),
+(511,0,393,2.37),
+(511,0,418,2.85),
+(511,0,419,2.85),
+(511,0,458,2.01),
+(511,0,459,2.01),
+(511,0,460,2.01),
+(511,0,461,2.01),
+(511,0,541,2.72),
+(511,0,542,2.72),
+(511,0,543,2.72),
+(511,0,544,2.72),
+(511,0,626,1.95),
+(511,0,627,1.95),
+(511,0,628,1.95),
+(511,0,629,1.95),
+(511,0,796,2.79),
+(511,0,797,2.79),
+(511,0,798,2.79),
+(511,0,799,2.79),
+(511,0,881,2.49),
+(511,0,882,2.49),
+(511,0,883,2.49),
+(511,0,884,2.49),
+(511,0,1051,3.45),
+(511,0,1052,3.45),
+(511,0,1053,3.45),
+(511,0,1054,3.45),
+(511,0,1330,0.3),
+(511,0,1331,0.3),
+(511,0,1376,0.2),
+(511,0,1377,0.2),
+(511,0,1422,0.6),
+(511,0,1423,0.6),
+(511,0,1468,0.27),
+(511,0,1469,0.27),
+(511,0,1514,0.32),
+(511,0,1515,0.32),
+(511,0,1570,3.83),
+(511,0,1571,3.83),
+(511,0,2012,3.52),
+(511,0,2013,3.52),
+(512,0,342,2.5),
+(512,0,343,2.5),
+(512,0,367,2.97),
+(512,0,368,2.97),
+(512,0,393,2.68),
+(512,0,394,2.68),
+(512,0,419,2.3),
+(512,0,420,2.3),
+(512,0,461,2.51),
+(512,0,462,2.51),
+(512,0,463,2.51),
+(512,0,464,2.51),
+(512,0,544,2.78),
+(512,0,545,2.78),
+(512,0,546,2.78),
+(512,0,547,2.78),
+(512,0,629,2.12),
+(512,0,630,2.12),
+(512,0,631,2.12),
+(512,0,632,2.12),
+(512,0,799,2.79),
+(512,0,800,2.79),
+(512,0,801,2.79),
+(512,0,802,2.79),
+(512,0,884,2.47),
+(512,0,885,2.47),
+(512,0,886,2.47),
+(512,0,887,2.47),
+(512,0,972,0.1),
+(512,0,1054,2.61),
+(512,0,1055,2.61),
+(512,0,1056,2.61),
+(512,0,1057,2.61),
+(512,0,1059,2.18),
+(512,0,1331,0.32),
+(512,0,1332,0.32),
+(512,0,1377,0.38),
+(512,0,1378,0.38),
+(512,0,1423,0.52),
+(512,0,1424,0.45),
+(512,0,1470,0.45),
+(512,0,1515,0.25),
+(512,0,1516,0.43),
+(512,0,1571,4.5),
+(512,0,1572,4.5),
+(512,0,2013,2.7),
+(512,0,2014,2.7),
+(512,0,2053,0.1),
+(512,0,2160,0.1),
+(513,0,344,2.8),
+(513,0,345,2.8),
+(513,0,369,3.15),
+(513,0,370,3.15),
+(513,0,395,1.93),
+(513,0,396,1.93),
+(513,0,421,1.6),
+(513,0,422,1.2),
+(513,0,464,2.84),
+(513,0,465,2.84),
+(513,0,466,2.84),
+(513,0,467,2.84),
+(513,0,547,2.5),
+(513,0,548,2.5),
+(513,0,549,2.5),
+(513,0,550,2.5),
+(513,0,632,3.59),
+(513,0,633,3.59),
+(513,0,634,3.59),
+(513,0,635,3.59),
+(513,0,802,2.05),
+(513,0,803,2.05),
+(513,0,804,2.05),
+(513,0,805,2.05),
+(513,0,887,2.44),
+(513,0,888,2.44),
+(513,0,889,2.44),
+(513,0,890,2.44),
+(513,0,1057,2.21),
+(513,0,1058,2.21),
+(513,0,1059,2.21),
+(513,0,1060,2.21),
+(513,0,1143,0.1),
+(513,0,1333,0.2),
+(513,0,1379,0.2),
+(513,0,1380,0.2),
+(513,0,1425,0.3),
+(513,0,1426,0.1),
+(513,0,1471,1),
+(513,0,1472,1),
+(513,0,1517,0.93),
+(513,0,1518,1.35),
+(513,0,1573,4.85),
+(513,0,1574,4.85),
+(513,0,1825,0.2),
+(513,0,1864,0.2),
+(513,0,2015,2.67),
+(513,0,2016,2.67),
+(514,0,345,2.2),
+(514,0,346,2.57),
+(514,0,370,4.4),
+(514,0,371,4.4),
+(514,0,396,2.38),
+(514,0,397,2.38),
+(514,0,422,1.68),
+(514,0,423,3.05),
+(514,0,467,3.01),
+(514,0,468,3.01),
+(514,0,469,2.98),
+(514,0,470,2.98),
+(514,0,550,2.63),
+(514,0,551,2.63),
+(514,0,552,2.63),
+(514,0,553,2.63),
+(514,0,635,3.07),
+(514,0,636,3.07),
+(514,0,637,3.07),
+(514,0,638,3.07),
+(514,0,639,2.84),
+(514,0,805,2.04),
+(514,0,806,3.29),
+(514,0,807,2.04),
+(514,0,808,3.29),
+(514,0,890,3.13),
+(514,0,891,3.13),
+(514,0,892,3.13),
+(514,0,893,3.13),
+(514,0,1060,2.21),
+(514,0,1061,2.31),
+(514,0,1062,2.21),
+(514,0,1063,2.31),
+(514,0,1334,0.33),
+(514,0,1335,0.1),
+(514,0,1380,0.1),
+(514,0,1381,0.1),
+(514,0,1426,0.25),
+(514,0,1427,0.25),
+(514,0,1472,0.18),
+(514,0,1473,0.18),
+(514,0,1518,0.2),
+(514,0,1519,0.4),
+(514,0,1574,3.73),
+(514,0,1575,3.73),
+(514,0,1733,0.8),
+(514,0,2016,2.27),
+(514,0,2017,4.02),
+(514,0,2057,0.1),
+(527,0,308,5.5),
+(527,0,309,5.5),
+(527,0,333,5.35),
+(527,0,334,5.35),
+(527,0,611,0.88),
+(527,0,612,0.88),
+(527,0,613,0.88),
+(527,0,614,0.88),
+(527,0,696,0.85),
+(527,0,697,0.85),
+(527,0,698,0.85),
+(527,0,699,0.85),
+(527,0,866,1.13),
+(527,0,867,1.13),
+(527,0,868,1.13),
+(527,0,869,1.13),
+(527,0,951,1.1),
+(527,0,952,1.1),
+(527,0,953,1.1),
+(527,0,954,1.1),
+(527,0,1036,2.22),
+(527,0,1037,2.22),
+(527,0,1038,2.22),
+(527,0,1039,2.22),
+(527,0,1121,2),
+(527,0,1122,2),
+(527,0,1123,2),
+(527,0,1124,2),
+(527,0,1206,9.6),
+(527,0,1207,9.6),
+(527,0,1208,9.6),
+(527,0,1209,9.6),
+(527,0,1562,3.45),
+(527,0,1563,3.45),
+(528,0,310,5.43),
+(528,0,311,5.43),
+(528,0,335,5.8),
+(528,0,336,5.8),
+(528,0,614,1.09),
+(528,0,615,1.09),
+(528,0,616,1.09),
+(528,0,617,1.09),
+(528,0,699,0.89),
+(528,0,700,0.89),
+(528,0,701,0.89),
+(528,0,702,0.89),
+(528,0,869,1.09),
+(528,0,870,1.09),
+(528,0,871,1.09),
+(528,0,872,1.09),
+(528,0,954,1.38),
+(528,0,955,1.38),
+(528,0,956,1.38),
+(528,0,957,1.38),
+(528,0,1039,2.16),
+(528,0,1040,2.16),
+(528,0,1041,2.16),
+(528,0,1042,2.16),
+(528,0,1124,2.27),
+(528,0,1125,2.27),
+(528,0,1126,2.27),
+(528,0,1127,2.27),
+(528,0,1209,8.59),
+(528,0,1210,8.59),
+(528,0,1211,8.59),
+(528,0,1212,8.59),
+(528,0,1564,3.92),
+(528,0,1565,3.92),
+(529,0,311,5.15),
+(529,0,312,5.15),
+(529,0,336,6.8),
+(529,0,337,6.8),
+(529,0,617,1.02),
+(529,0,618,1.02),
+(529,0,619,1.02),
+(529,0,620,1.02),
+(529,0,702,0.85),
+(529,0,703,0.85),
+(529,0,704,0.85),
+(529,0,705,0.85),
+(529,0,872,1.05),
+(529,0,873,1.05),
+(529,0,874,1.05),
+(529,0,875,1.05),
+(529,0,957,1.25),
+(529,0,958,1.25),
+(529,0,959,1.25),
+(529,0,960,1.25),
+(529,0,1042,2.4),
+(529,0,1043,2.4),
+(529,0,1044,2.4),
+(529,0,1045,2.4),
+(529,0,1127,2.47),
+(529,0,1128,2.47),
+(529,0,1129,2.47),
+(529,0,1130,2.47),
+(529,0,1212,8.05),
+(529,0,1213,8.05),
+(529,0,1214,8.05),
+(529,0,1215,8.05),
+(529,0,1565,3.9),
+(529,0,1566,3.9),
+(530,0,313,6),
+(530,0,314,6),
+(530,0,338,5.63),
+(530,0,339,5.63),
+(530,0,620,0.96),
+(530,0,621,0.96),
+(530,0,622,0.96),
+(530,0,623,0.96),
+(530,0,705,0.88),
+(530,0,706,0.88),
+(530,0,707,0.88),
+(530,0,708,0.88),
+(530,0,875,0.93),
+(530,0,876,0.93),
+(530,0,877,0.93),
+(530,0,878,0.93),
+(530,0,960,1.24),
+(530,0,961,1.24),
+(530,0,962,1.24),
+(530,0,963,1.24),
+(530,0,1045,2.55),
+(530,0,1046,2.55),
+(530,0,1047,2.55),
+(530,0,1048,2.55),
+(530,0,1130,2.24),
+(530,0,1131,2.24),
+(530,0,1132,2.24),
+(530,0,1133,2.24),
+(530,0,1215,8.59),
+(530,0,1216,8.59),
+(530,0,1217,8.59),
+(530,0,1218,8.59),
+(530,0,1567,3.55),
+(530,0,1568,3.55),
+(531,0,314,4.73),
+(531,0,315,4.73),
+(531,0,339,4.62),
+(531,0,340,4.62),
+(531,0,623,0.9),
+(531,0,624,0.9),
+(531,0,625,0.9),
+(531,0,626,0.9),
+(531,0,708,0.73),
+(531,0,709,0.73),
+(531,0,710,0.73),
+(531,0,711,0.73),
+(531,0,878,0.84),
+(531,0,879,0.84),
+(531,0,880,0.84),
+(531,0,881,0.84),
+(531,0,963,1.07),
+(531,0,964,1.07),
+(531,0,965,1.07),
+(531,0,966,1.07),
+(531,0,1048,2.21),
+(531,0,1049,2.21),
+(531,0,1050,2.21),
+(531,0,1051,2.21),
+(531,0,1133,2.13),
+(531,0,1134,2.13),
+(531,0,1135,2.13),
+(531,0,1136,2.13),
+(531,0,1218,7.34),
+(531,0,1219,7.34),
+(531,0,1220,7.34),
+(531,0,1221,7.34),
+(531,0,1328,0.38),
+(531,0,1329,0.38),
+(531,0,1374,0.33),
+(531,0,1375,0.33),
+(531,0,1420,0.42),
+(531,0,1421,0.42),
+(531,0,1466,0.28),
+(531,0,1467,0.28),
+(531,0,1512,0.37),
+(531,0,1513,0.37),
+(531,0,1568,8.4),
+(531,0,1569,8.4),
+(531,0,1935,0.1),
+(532,0,316,5.3),
+(532,0,317,5.3),
+(532,0,341,4.33),
+(532,0,342,4.33),
+(532,0,626,0.84),
+(532,0,627,0.84),
+(532,0,628,0.84),
+(532,0,629,0.84),
+(532,0,711,0.78),
+(532,0,712,0.78),
+(532,0,713,0.78),
+(532,0,714,0.78),
+(532,0,881,0.77),
+(532,0,882,0.77),
+(532,0,883,0.77),
+(532,0,884,0.77),
+(532,0,966,1.04),
+(532,0,967,1.04),
+(532,0,968,1.04),
+(532,0,969,1.04),
+(532,0,1051,1.81),
+(532,0,1052,1.81),
+(532,0,1053,1.81),
+(532,0,1054,1.81),
+(532,0,1136,1.94),
+(532,0,1137,1.94),
+(532,0,1138,1.94),
+(532,0,1139,1.94),
+(532,0,1221,7.94),
+(532,0,1222,7.94),
+(532,0,1223,7.94),
+(532,0,1224,7.94),
+(532,0,1330,0.2),
+(532,0,1331,0.2),
+(532,0,1376,0.32),
+(532,0,1377,0.32),
+(532,0,1422,0.28),
+(532,0,1423,0.28),
+(532,0,1468,0.23),
+(532,0,1469,0.23),
+(532,0,1514,0.32),
+(532,0,1515,0.32),
+(532,0,1570,8.72),
+(532,0,1571,8.72),
+(533,0,317,4.9),
+(533,0,318,4.9),
+(533,0,342,4.88),
+(533,0,343,4.88),
+(533,0,629,0.85),
+(533,0,630,0.85),
+(533,0,631,0.85),
+(533,0,632,0.85),
+(533,0,714,0.72),
+(533,0,715,0.72),
+(533,0,716,0.72),
+(533,0,717,0.72),
+(533,0,802,0.1),
+(533,0,804,0.1),
+(533,0,884,0.88),
+(533,0,885,0.88),
+(533,0,886,0.88),
+(533,0,887,0.88),
+(533,0,969,1.01),
+(533,0,970,1.01),
+(533,0,971,1.01),
+(533,0,972,1.01),
+(533,0,1054,1.73),
+(533,0,1055,1.73),
+(533,0,1056,1.73),
+(533,0,1057,1.73),
+(533,0,1139,1.88),
+(533,0,1140,1.88),
+(533,0,1141,1.88),
+(533,0,1142,1.88),
+(533,0,1224,8.44),
+(533,0,1225,8.44),
+(533,0,1226,8.44),
+(533,0,1227,8.44),
+(533,0,1331,0.2),
+(533,0,1332,0.2),
+(533,0,1377,0.3),
+(533,0,1378,0.3),
+(533,0,1423,0.4),
+(533,0,1424,0.4),
+(533,0,1469,0.6),
+(533,0,1470,0.6),
+(533,0,1515,0.42),
+(533,0,1516,0.42),
+(533,0,1571,7.68),
+(533,0,1572,7.68),
+(533,0,2093,0.05),
+(533,0,2094,0.05),
+(534,0,319,4.05),
+(534,0,320,4.05),
+(534,0,344,3.88),
+(534,0,345,3.88),
+(534,0,396,0.2),
+(534,0,423,0.1),
+(534,0,548,0.1),
+(534,0,632,1.15),
+(534,0,633,1.15),
+(534,0,634,1.93),
+(534,0,635,1.93),
+(534,0,717,0.68),
+(534,0,718,0.68),
+(534,0,719,0.68),
+(534,0,720,0.68),
+(534,0,887,0.84),
+(534,0,888,0.84),
+(534,0,889,0.84),
+(534,0,890,0.84),
+(534,0,972,1.05),
+(534,0,973,1.05),
+(534,0,974,1.32),
+(534,0,975,1.32),
+(534,0,1057,1.57),
+(534,0,1058,1.6),
+(534,0,1059,1.57),
+(534,0,1060,1.6),
+(534,0,1142,1.65),
+(534,0,1143,1.65),
+(534,0,1144,1.65),
+(534,0,1145,1.65),
+(534,0,1227,9.37),
+(534,0,1228,9.37),
+(534,0,1229,9.37),
+(534,0,1230,9.37),
+(534,0,1231,8.22),
+(534,0,1333,0.27),
+(534,0,1334,0.3),
+(534,0,1379,0.3),
+(534,0,1380,0.27),
+(534,0,1425,0.45),
+(534,0,1426,0.45),
+(534,0,1471,0.33),
+(534,0,1472,0.2),
+(534,0,1517,0.4),
+(534,0,1518,0.4),
+(534,0,1566,1.49),
+(534,0,1567,1.49),
+(534,0,1568,1.49),
+(534,0,1569,1.49),
+(534,0,1570,1.49),
+(534,0,1571,1.49),
+(534,0,1572,1.49),
+(534,0,1573,4.95),
+(534,0,1574,4.95),
+(534,0,1940,0.2),
+(535,0,320,3.22),
+(535,0,321,3.22),
+(535,0,345,3.9),
+(535,0,346,3.05),
+(535,0,468,1.5),
+(535,0,635,0.88),
+(535,0,636,0.88),
+(535,0,637,1.19),
+(535,0,638,1.19),
+(535,0,720,0.88),
+(535,0,721,0.88),
+(535,0,722,0.88),
+(535,0,723,0.99),
+(535,0,725,1.1),
+(535,0,890,1.2),
+(535,0,891,1.88),
+(535,0,892,1.2),
+(535,0,893,1.88),
+(535,0,975,1.03),
+(535,0,976,1.03),
+(535,0,977,1.03),
+(535,0,978,1.03),
+(535,0,1060,1.15),
+(535,0,1061,1.15),
+(535,0,1062,1.87),
+(535,0,1063,1.87),
+(535,0,1145,1.38),
+(535,0,1146,1.38),
+(535,0,1147,1.17),
+(535,0,1148,1.17),
+(535,0,1150,0.97),
+(535,0,1230,12.56),
+(535,0,1231,12.56),
+(535,0,1232,12.56),
+(535,0,1233,12.56),
+(535,0,1334,0.1),
+(535,0,1335,1.15),
+(535,0,1380,0.15),
+(535,0,1381,0.42),
+(535,0,1426,0.2),
+(535,0,1427,0.2),
+(535,0,1472,0.15),
+(535,0,1473,0.15),
+(535,0,1518,0.1),
+(535,0,1519,1.15),
+(535,0,1574,4.9),
+(535,0,1575,4.9),
+(535,0,2095,0.23),
+(535,0,2096,0.23),
+(535,0,2097,0.23),
+(538,0,16,4.03),
+(538,0,23,0.1),
+(538,0,27,4.03),
+(538,0,227,3.05),
+(538,0,584,3.85),
+(538,0,754,18.55),
+(538,0,756,12.1),
+(538,0,839,30.6),
+(538,0,926,0.1),
+(538,0,1009,9.52),
+(538,0,1010,3.24),
+(538,0,1011,3.24),
+(538,0,1012,3.24),
+(538,0,1013,3.24),
+(538,0,1548,0.1),
+(538,0,1875,3.27),
+(538,0,1876,3.27),
+(538,0,1954,0.1),
+(538,0,2027,3.68),
+(538,0,2028,3.68),
+(538,0,2105,0.02),
+(538,0,2106,0.02),
+(538,0,2107,0.02),
+(538,0,2108,0.02),
+(538,0,2109,0.02),
+(539,0,16,2.38),
+(539,0,24,0.1),
+(539,0,27,2.38),
+(539,0,28,3.39),
+(539,0,94,0.1),
+(539,0,95,3.39),
+(539,0,197,0.1),
+(539,0,227,0.89),
+(539,0,229,0.89),
+(539,0,231,0.89),
+(539,0,238,0.89),
+(539,0,504,0.1),
+(539,0,584,1.04),
+(539,0,585,1.04),
+(539,0,586,1.04),
+(539,0,587,1.04),
+(539,0,674,0.05),
+(539,0,675,0.05),
+(539,0,754,5.59),
+(539,0,755,5.59),
+(539,0,756,5.59),
+(539,0,757,5.59),
+(539,0,759,4.9),
+(539,0,839,7),
+(539,0,840,7),
+(539,0,841,7),
+(539,0,842,7),
+(539,0,1009,3.5),
+(539,0,1010,3.5),
+(539,0,1011,3.5),
+(539,0,1012,3.5),
+(539,0,1013,2.43),
+(539,0,1014,2.43),
+(539,0,1015,2.43),
+(539,0,1401,0.03),
+(539,0,1402,0.03),
+(539,0,1403,0.03),
+(539,0,1875,1.42),
+(539,0,1876,1.42),
+(539,0,1877,2.24),
+(539,0,1878,2.24),
+(539,0,1913,0.03),
+(539,0,1914,0.03),
+(539,0,1915,0.03),
+(539,0,1951,0.1),
+(539,0,1989,0.1),
+(539,0,2029,3.38),
+(539,0,2030,3.38),
+(539,0,2105,0.02),
+(539,0,2106,0.02),
+(539,0,2107,0.02),
+(539,0,2108,0.02),
+(539,0,2109,0.02),
+(540,0,30,0.1),
+(540,0,95,5.22),
+(540,0,113,5.22),
+(540,0,132,0.1),
+(540,0,232,0.99),
+(540,0,233,0.99),
+(540,0,234,0.99),
+(540,0,238,0.99),
+(540,0,587,1.2),
+(540,0,588,1.2),
+(540,0,589,1.2),
+(540,0,590,1.2),
+(540,0,757,5.95),
+(540,0,758,5.95),
+(540,0,759,5.95),
+(540,0,760,5.95),
+(540,0,842,5.96),
+(540,0,843,5.96),
+(540,0,844,5.96),
+(540,0,845,5.96),
+(540,0,1012,4.89),
+(540,0,1013,4.89),
+(540,0,1014,4.89),
+(540,0,1015,4.89),
+(540,0,1312,0.1),
+(540,0,1359,0.1),
+(540,0,1399,0.1),
+(540,0,1878,3.1),
+(540,0,1879,3.1),
+(540,0,2030,3.73),
+(540,0,2031,3.73),
+(541,0,134,6.25),
+(541,0,153,6.25),
+(541,0,234,1.1),
+(541,0,235,1.1),
+(541,0,236,1.1),
+(541,0,248,1.1),
+(541,0,590,1.45),
+(541,0,591,1.45),
+(541,0,592,1.45),
+(541,0,593,1.45),
+(541,0,760,5.93),
+(541,0,761,5.93),
+(541,0,762,5.93),
+(541,0,763,5.93),
+(541,0,845,4.35),
+(541,0,846,4.35),
+(541,0,847,4.35),
+(541,0,848,4.35),
+(541,0,1015,4.24),
+(541,0,1016,4.24),
+(541,0,1017,4.24),
+(541,0,1018,4.24),
+(541,0,1019,4.24),
+(541,0,1880,3.65),
+(541,0,1881,3.65),
+(541,0,2032,3.8),
+(541,0,2033,3.8),
+(542,0,6,0.1),
+(542,0,14,0.1),
+(542,0,153,6.73),
+(542,0,179,6.73),
+(542,0,237,1.04),
+(542,0,247,1.04),
+(542,0,248,1.04),
+(542,0,249,1.04),
+(542,0,593,1.44),
+(542,0,594,1.44),
+(542,0,595,1.44),
+(542,0,596,1.44),
+(542,0,763,5.65),
+(542,0,764,5.65),
+(542,0,765,5.65),
+(542,0,766,5.65),
+(542,0,848,4.73),
+(542,0,849,4.73),
+(542,0,850,4.73),
+(542,0,851,4.73),
+(542,0,1018,4.99),
+(542,0,1019,4.99),
+(542,0,1020,4.99),
+(542,0,1021,4.99),
+(542,0,1714,0.1),
+(542,0,1881,3.63),
+(542,0,1882,3.63),
+(542,0,1920,0.1),
+(542,0,2033,3.98),
+(542,0,2034,3.98),
+(543,0,180,7),
+(543,0,181,7),
+(543,0,247,1.13),
+(543,0,250,1.13),
+(543,0,251,1.13),
+(543,0,252,1.13),
+(543,0,596,1.59),
+(543,0,597,1.59),
+(543,0,598,1.59),
+(543,0,599,1.59),
+(543,0,766,5.33),
+(543,0,767,5.33),
+(543,0,768,5.33),
+(543,0,769,5.33),
+(543,0,851,4.25),
+(543,0,852,4.25),
+(543,0,853,4.25),
+(543,0,854,4.25),
+(543,0,1021,5.2),
+(543,0,1022,5.2),
+(543,0,1023,5.2),
+(543,0,1024,5.2),
+(543,0,1883,3.65),
+(543,0,1884,3.65),
+(543,0,2035,4.38),
+(543,0,2036,4.38),
+(544,0,181,6.7),
+(544,0,182,6.7),
+(544,0,251,1.14),
+(544,0,253,1.14),
+(544,0,254,1.14),
+(544,0,255,1.14),
+(544,0,599,1.44),
+(544,0,600,1.44),
+(544,0,601,1.44),
+(544,0,602,1.44),
+(544,0,769,5.65),
+(544,0,770,5.65),
+(544,0,771,5.65),
+(544,0,772,5.65),
+(544,0,854,4.78),
+(544,0,855,4.78),
+(544,0,856,4.78),
+(544,0,857,4.78),
+(544,0,1024,5.09),
+(544,0,1025,5.09),
+(544,0,1026,5.09),
+(544,0,1027,5.09),
+(544,0,1884,3.25),
+(544,0,1885,3.25),
+(544,0,2036,3.9),
+(544,0,2037,3.9),
+(545,0,183,6.45),
+(545,0,215,6.45),
+(545,0,254,1.09),
+(545,0,435,1.09),
+(545,0,436,1.09),
+(545,0,437,1.09),
+(545,0,602,1.41),
+(545,0,603,1.41),
+(545,0,604,1.41),
+(545,0,605,1.41),
+(545,0,772,6.23),
+(545,0,773,6.23),
+(545,0,774,6.23),
+(545,0,775,6.23),
+(545,0,857,4.47),
+(545,0,858,4.47),
+(545,0,859,4.47),
+(545,0,860,4.47),
+(545,0,1027,5.16),
+(545,0,1028,5.16),
+(545,0,1029,5.16),
+(545,0,1030,5.16),
+(545,0,1886,3.02),
+(545,0,1887,3.02),
+(545,0,1924,0.1),
+(545,0,2038,3.8),
+(545,0,2039,3.8),
+(546,0,215,6.58),
+(546,0,216,6.58),
+(546,0,437,1.19),
+(546,0,438,1.19),
+(546,0,439,1.19),
+(546,0,440,1.19),
+(546,0,605,1.41),
+(546,0,606,1.41),
+(546,0,607,1.41),
+(546,0,608,1.41),
+(546,0,775,6.38),
+(546,0,776,6.38),
+(546,0,777,6.38),
+(546,0,778,6.38),
+(546,0,860,4.09),
+(546,0,861,4.09),
+(546,0,862,4.09),
+(546,0,863,4.09),
+(546,0,1030,5.28),
+(546,0,1031,5.28),
+(546,0,1032,5.28),
+(546,0,1033,5.28),
+(546,0,1887,3.02),
+(546,0,1888,3.02),
+(546,0,2039,3.68),
+(546,0,2040,3.68),
+(547,0,409,6.85),
+(547,0,410,6.85),
+(547,0,440,1.16),
+(547,0,441,1.16),
+(547,0,442,1.16),
+(547,0,443,1.16),
+(547,0,608,1.41),
+(547,0,609,1.41),
+(547,0,610,1.41),
+(547,0,611,1.41),
+(547,0,778,6.54),
+(547,0,779,6.54),
+(547,0,780,6.54),
+(547,0,781,6.54),
+(547,0,863,3.77),
+(547,0,864,3.77),
+(547,0,865,3.77),
+(547,0,866,3.77),
+(547,0,1033,5.59),
+(547,0,1034,5.59),
+(547,0,1035,5.59),
+(547,0,1036,5.59),
+(547,0,1889,2.73),
+(547,0,1890,2.73),
+(547,0,1928,0.1),
+(547,0,2041,3.4),
+(547,0,2042,3.4),
+(548,0,410,6.4),
+(548,0,411,6.4),
+(548,0,443,1.25),
+(548,0,444,1.25),
+(548,0,445,1.25),
+(548,0,446,1.25),
+(548,0,611,1.36),
+(548,0,612,1.36),
+(548,0,613,1.36),
+(548,0,614,1.36),
+(548,0,781,6.97),
+(548,0,782,6.97),
+(548,0,783,6.97),
+(548,0,784,6.97),
+(548,0,866,3.36),
+(548,0,867,3.36),
+(548,0,868,3.36),
+(548,0,869,3.36),
+(548,0,1036,5.64),
+(548,0,1037,5.64),
+(548,0,1038,5.64),
+(548,0,1039,5.64),
+(548,0,1890,2.6),
+(548,0,1891,2.6),
+(548,0,2042,3.83),
+(548,0,2043,3.83),
+(549,0,412,6.72),
+(549,0,413,6.72),
+(549,0,446,1.28),
+(549,0,447,1.28),
+(549,0,448,1.28),
+(549,0,449,1.28),
+(549,0,614,1.41),
+(549,0,615,1.41),
+(549,0,616,1.41),
+(549,0,617,1.41),
+(549,0,784,6.39),
+(549,0,785,6.39),
+(549,0,786,6.39),
+(549,0,787,6.39),
+(549,0,869,3.28),
+(549,0,870,3.28),
+(549,0,871,3.28),
+(549,0,872,3.28),
+(549,0,1039,5.88),
+(549,0,1040,5.88),
+(549,0,1041,5.88),
+(549,0,1042,5.88),
+(549,0,1325,0.1),
+(549,0,1892,3.1),
+(549,0,1893,3.1),
+(549,0,2044,3.72),
+(549,0,2045,3.72),
+(550,0,413,6.58),
+(550,0,414,6.58),
+(550,0,449,1.22),
+(550,0,450,1.22),
+(550,0,451,1.22),
+(550,0,452,1.22),
+(550,0,617,1.36),
+(550,0,618,1.36),
+(550,0,619,1.36),
+(550,0,620,1.36),
+(550,0,787,6.21),
+(550,0,788,6.21),
+(550,0,789,6.21),
+(550,0,790,6.21),
+(550,0,872,3.31),
+(550,0,873,3.31),
+(550,0,874,3.31),
+(550,0,875,3.31),
+(550,0,1042,5.78),
+(550,0,1043,5.78),
+(550,0,1044,5.78),
+(550,0,1045,5.78),
+(550,0,1893,3.32),
+(550,0,1894,3.32),
+(550,0,2045,4.42),
+(550,0,2046,4.42),
+(551,0,415,5.93),
+(551,0,416,5.93),
+(551,0,452,1.11),
+(551,0,453,1.11),
+(551,0,454,1.11),
+(551,0,455,1.11),
+(551,0,620,1.36),
+(551,0,621,1.36),
+(551,0,622,1.36),
+(551,0,623,1.36),
+(551,0,790,6.75),
+(551,0,791,6.75),
+(551,0,792,6.75),
+(551,0,793,6.75),
+(551,0,875,3.34),
+(551,0,876,3.34),
+(551,0,877,3.34),
+(551,0,878,3.34),
+(551,0,1045,5.71),
+(551,0,1046,5.71),
+(551,0,1047,5.71),
+(551,0,1048,5.71),
+(551,0,1895,3.38),
+(551,0,1896,3.38),
+(551,0,2047,4.15),
+(551,0,2048,4.15),
+(552,0,416,5.05),
+(552,0,417,5.05),
+(552,0,455,1.15),
+(552,0,456,1.15),
+(552,0,457,1.15),
+(552,0,458,1.15),
+(552,0,623,1.15),
+(552,0,624,1.15),
+(552,0,625,1.15),
+(552,0,626,1.15),
+(552,0,793,6.13),
+(552,0,794,6.13),
+(552,0,795,6.13),
+(552,0,796,6.13),
+(552,0,878,2.99),
+(552,0,879,2.99),
+(552,0,880,2.99),
+(552,0,881,2.99),
+(552,0,1048,4.84),
+(552,0,1049,4.84),
+(552,0,1050,4.84),
+(552,0,1051,4.84),
+(552,0,1328,0.15),
+(552,0,1329,0.15),
+(552,0,1374,0.3),
+(552,0,1375,0.3),
+(552,0,1420,0.13),
+(552,0,1421,0.13),
+(552,0,1466,0.23),
+(552,0,1467,0.23),
+(552,0,1512,0.15),
+(552,0,1513,0.15),
+(552,0,1896,4.98),
+(552,0,1897,4.98),
+(552,0,2048,6.53),
+(552,0,2049,6.53),
+(553,0,418,4.3),
+(553,0,419,4.3),
+(553,0,458,0.92),
+(553,0,459,0.92),
+(553,0,460,0.92),
+(553,0,461,0.92),
+(553,0,626,1),
+(553,0,627,1),
+(553,0,628,1),
+(553,0,629,1),
+(553,0,796,6.36),
+(553,0,797,6.36),
+(553,0,798,6.36),
+(553,0,799,6.36),
+(553,0,881,3.74),
+(553,0,882,3.74),
+(553,0,883,3.74),
+(553,0,884,3.74),
+(553,0,1051,4.28),
+(553,0,1052,4.28),
+(553,0,1053,4.28),
+(553,0,1054,4.28),
+(553,0,1330,0.13),
+(553,0,1331,0.13),
+(553,0,1376,0.18),
+(553,0,1377,0.18),
+(553,0,1422,0.25),
+(553,0,1423,0.25),
+(553,0,1468,0.15),
+(553,0,1469,0.15),
+(553,0,1514,0.23),
+(553,0,1515,0.23),
+(553,0,1898,5.28),
+(553,0,1899,5.28),
+(553,0,2050,6.92),
+(553,0,2051,6.92),
+(554,0,419,4.3),
+(554,0,420,4.3),
+(554,0,461,0.68),
+(554,0,462,0.68),
+(554,0,463,0.68),
+(554,0,464,0.68),
+(554,0,629,0.87),
+(554,0,630,0.87),
+(554,0,631,0.87),
+(554,0,632,0.87),
+(554,0,799,6.32),
+(554,0,800,6.32),
+(554,0,801,6.32),
+(554,0,802,6.32),
+(554,0,884,4.56),
+(554,0,885,4.56),
+(554,0,886,4.56),
+(554,0,887,4.56),
+(554,0,1054,3.99),
+(554,0,1055,3.99),
+(554,0,1056,3.99),
+(554,0,1057,3.99),
+(554,0,1142,0.1),
+(554,0,1228,0.1),
+(554,0,1331,0.17),
+(554,0,1332,0.17),
+(554,0,1377,0.22),
+(554,0,1378,0.22),
+(554,0,1379,0.1),
+(554,0,1423,0.32),
+(554,0,1424,0.32),
+(554,0,1425,0.32),
+(554,0,1426,0.32),
+(554,0,1470,0.17),
+(554,0,1515,0.15),
+(554,0,1516,0.27),
+(554,0,1899,5.37),
+(554,0,1900,5.37),
+(554,0,2013,0.1),
+(554,0,2051,5.69),
+(554,0,2052,5.69),
+(554,0,2053,4.13),
+(554,0,2093,0.05),
+(554,0,2094,0.05),
+(554,0,2130,0.03),
+(554,0,2131,0.03),
+(554,0,2132,0.03),
+(554,0,2133,0.03),
+(555,0,321,0.4),
+(555,0,421,3.07),
+(555,0,422,3.07),
+(555,0,464,0.61),
+(555,0,465,0.61),
+(555,0,466,0.61),
+(555,0,467,0.61),
+(555,0,468,0.26),
+(555,0,469,0.26),
+(555,0,470,0.26),
+(555,0,550,0.1),
+(555,0,552,0.1),
+(555,0,632,0.77),
+(555,0,633,0.77),
+(555,0,634,0.77),
+(555,0,635,0.77),
+(555,0,637,0.52),
+(555,0,718,0.1),
+(555,0,802,5.44),
+(555,0,803,5.44),
+(555,0,804,5.44),
+(555,0,805,5.44),
+(555,0,807,5.06),
+(555,0,887,5.78),
+(555,0,888,5.78),
+(555,0,889,5.78),
+(555,0,890,5.78),
+(555,0,973,0.1),
+(555,0,1057,3.68),
+(555,0,1058,3.68),
+(555,0,1059,3.68),
+(555,0,1060,3.68),
+(555,0,1232,0.25),
+(555,0,1333,0.25),
+(555,0,1334,0.18),
+(555,0,1379,0.19),
+(555,0,1380,0.08),
+(555,0,1381,0.07),
+(555,0,1425,0.2),
+(555,0,1426,0.27),
+(555,0,1471,0.2),
+(555,0,1472,0.2),
+(555,0,1517,0.18),
+(555,0,1518,0.18),
+(555,0,1566,0.1),
+(555,0,1827,0.1),
+(555,0,1864,0.1),
+(555,0,1901,6),
+(555,0,1902,6),
+(555,0,2053,6.27),
+(555,0,2054,6.27),
+(555,0,2095,0.03),
+(555,0,2096,0.03),
+(555,0,2097,0.03),
+(556,0,371,0.1),
+(556,0,422,2.85),
+(556,0,423,2.85),
+(556,0,467,0.88),
+(556,0,468,0.88),
+(556,0,469,0.88),
+(556,0,470,0.88),
+(556,0,635,0.77),
+(556,0,636,0.77),
+(556,0,637,0.77),
+(556,0,638,0.77),
+(556,0,805,5.7),
+(556,0,806,5.7),
+(556,0,807,5.7),
+(556,0,808,5.7),
+(556,0,890,6.28),
+(556,0,891,6.28),
+(556,0,892,6.28),
+(556,0,893,6.28),
+(556,0,1060,3.83),
+(556,0,1061,3.83),
+(556,0,1062,3.83),
+(556,0,1063,3.83),
+(556,0,1334,0.05),
+(556,0,1335,0.05),
+(556,0,1380,0.1),
+(556,0,1381,0.1),
+(556,0,1426,0.2),
+(556,0,1427,0.2),
+(556,0,1472,0.15),
+(556,0,1473,0.15),
+(556,0,1518,0.15),
+(556,0,1519,0.15),
+(556,0,1902,5.3),
+(556,0,1903,5.3),
+(556,0,2054,6.3),
+(556,0,2055,6.3),
+(559,0,14,4.33),
+(559,0,16,3.1),
+(559,0,17,4.33),
+(559,0,27,3.1),
+(559,0,227,7.55),
+(559,0,228,4.35),
+(559,0,584,16.45),
+(559,0,754,11.1),
+(559,0,755,7.4),
+(559,0,839,16.5),
+(559,0,924,3.7),
+(559,0,1009,9.45),
+(559,0,1179,2.9),
+(559,0,1181,2),
+(559,0,1547,2.08),
+(559,0,1548,2.08),
+(559,0,1799,1.13),
+(559,0,1800,1.13),
+(559,0,1839,0.1),
+(559,0,2027,1.02),
+(559,0,2028,1.02),
+(560,0,5,0.1),
+(560,0,18,3.9),
+(560,0,28,3.65),
+(560,0,93,3.9),
+(560,0,95,3.65),
+(560,0,227,1.76),
+(560,0,228,1.09),
+(560,0,229,1.76),
+(560,0,231,1.76),
+(560,0,238,1.76),
+(560,0,256,1.09),
+(560,0,501,1.09),
+(560,0,502,1.09),
+(560,0,584,3.57),
+(560,0,585,3.57),
+(560,0,586,3.57),
+(560,0,587,3.57),
+(560,0,754,3.98),
+(560,0,755,3.98),
+(560,0,756,3.98),
+(560,0,757,3.98),
+(560,0,839,4.26),
+(560,0,840,4.26),
+(560,0,841,4.26),
+(560,0,842,4.26),
+(560,0,924,0.98),
+(560,0,925,0.98),
+(560,0,926,0.98),
+(560,0,927,0.98),
+(560,0,1009,2.46),
+(560,0,1010,2.46),
+(560,0,1011,2.46),
+(560,0,1012,2.46),
+(560,0,1179,0.96),
+(560,0,1180,0.96),
+(560,0,1181,0.96),
+(560,0,1182,0.96),
+(560,0,1549,1.95),
+(560,0,1550,1.95),
+(560,0,1708,0.1),
+(560,0,1799,0.63),
+(560,0,1800,0.63),
+(560,0,1801,0.89),
+(560,0,1802,0.89),
+(560,0,1840,0.1),
+(560,0,1875,0.1),
+(560,0,1917,0.1),
+(560,0,2029,1.05),
+(560,0,2030,1.05),
+(561,0,93,5.35),
+(561,0,95,3.35),
+(561,0,111,5.35),
+(561,0,113,3.35),
+(561,0,232,1.85),
+(561,0,233,1.85),
+(561,0,234,1.85),
+(561,0,238,1.85),
+(561,0,502,1.13),
+(561,0,503,1.13),
+(561,0,504,1.13),
+(561,0,505,1.13),
+(561,0,587,4.15),
+(561,0,588,4.15),
+(561,0,589,4.15),
+(561,0,590,4.15),
+(561,0,757,3.53),
+(561,0,758,3.53),
+(561,0,759,3.53),
+(561,0,760,3.53),
+(561,0,842,3.85),
+(561,0,843,3.85),
+(561,0,844,3.85),
+(561,0,845,3.85),
+(561,0,927,0.43),
+(561,0,928,0.43),
+(561,0,929,0.43),
+(561,0,930,0.43),
+(561,0,931,0.43),
+(561,0,932,0.43),
+(561,0,933,0.43),
+(561,0,934,0.43),
+(561,0,1012,2.38),
+(561,0,1013,2.38),
+(561,0,1014,2.38),
+(561,0,1015,2.38),
+(561,0,1182,0.88),
+(561,0,1183,0.88),
+(561,0,1184,0.88),
+(561,0,1185,0.88),
+(561,0,1311,0.1),
+(561,0,1353,0.1),
+(561,0,1403,0.1),
+(561,0,1550,2.15),
+(561,0,1551,2.15),
+(561,0,1802,1),
+(561,0,1803,1),
+(561,0,2030,0.9),
+(561,0,2031,0.9),
+(562,0,132,3.95),
+(562,0,134,4.05),
+(562,0,151,3.95),
+(562,0,153,4.05),
+(562,0,234,1.8),
+(562,0,235,1.8),
+(562,0,236,1.8),
+(562,0,248,1.8),
+(562,0,505,1.15),
+(562,0,506,1.15),
+(562,0,507,1.15),
+(562,0,508,1.15),
+(562,0,590,2.93),
+(562,0,591,2.93),
+(562,0,592,2.93),
+(562,0,593,2.93),
+(562,0,760,4.21),
+(562,0,761,4.21),
+(562,0,762,4.21),
+(562,0,763,4.21),
+(562,0,845,4.26),
+(562,0,846,4.26),
+(562,0,847,4.26),
+(562,0,848,4.26),
+(562,0,930,0.99),
+(562,0,931,0.99),
+(562,0,932,0.99),
+(562,0,933,0.99),
+(562,0,1015,2.65),
+(562,0,1016,2.65),
+(562,0,1017,2.65),
+(562,0,1018,2.65),
+(562,0,1185,0.77),
+(562,0,1186,0.77),
+(562,0,1187,0.77),
+(562,0,1188,0.77),
+(562,0,1552,2),
+(562,0,1553,2),
+(562,0,1804,1.3),
+(562,0,1805,1.3),
+(562,0,2032,1.08),
+(562,0,2033,1.08),
+(563,0,151,4.72),
+(563,0,153,4.32),
+(563,0,167,4.72),
+(563,0,179,4.32),
+(563,0,237,1.83),
+(563,0,247,1.83),
+(563,0,248,1.83),
+(563,0,249,1.83),
+(563,0,508,1.12),
+(563,0,509,1.12),
+(563,0,510,1.12),
+(563,0,511,1.12),
+(563,0,593,3.01),
+(563,0,594,3.01),
+(563,0,595,3.01),
+(563,0,596,3.01),
+(563,0,763,4.13),
+(563,0,764,4.13),
+(563,0,765,4.13),
+(563,0,766,4.13),
+(563,0,848,3.91),
+(563,0,849,3.91),
+(563,0,850,3.91),
+(563,0,851,3.91),
+(563,0,933,0.94),
+(563,0,934,0.94),
+(563,0,935,0.94),
+(563,0,936,0.94),
+(563,0,1018,2.53),
+(563,0,1019,2.53),
+(563,0,1020,2.53),
+(563,0,1021,2.53),
+(563,0,1188,0.81),
+(563,0,1189,0.81),
+(563,0,1190,0.81),
+(563,0,1191,0.81),
+(563,0,1353,0.1),
+(563,0,1445,0.1),
+(563,0,1500,0.1),
+(563,0,1553,2.13),
+(563,0,1554,2.13),
+(563,0,1805,1.16),
+(563,0,1806,1.16),
+(563,0,1807,0.83),
+(563,0,1845,0.1),
+(563,0,2033,1),
+(563,0,2034,1),
+(564,0,168,3.6),
+(564,0,171,3.6),
+(564,0,180,4.75),
+(564,0,181,4.75),
+(564,0,247,1.83),
+(564,0,250,1.83),
+(564,0,251,1.83),
+(564,0,252,1.83),
+(564,0,511,1.23),
+(564,0,512,1.23),
+(564,0,513,1.23),
+(564,0,514,1.23),
+(564,0,596,2.67),
+(564,0,597,2.67),
+(564,0,598,2.67),
+(564,0,599,2.67),
+(564,0,766,4.45),
+(564,0,767,4.45),
+(564,0,768,4.45),
+(564,0,769,4.45),
+(564,0,851,4.03),
+(564,0,852,4.03),
+(564,0,853,4.03),
+(564,0,854,4.03),
+(564,0,936,1),
+(564,0,937,1),
+(564,0,938,1),
+(564,0,939,1),
+(564,0,1021,2.6),
+(564,0,1022,2.6),
+(564,0,1023,2.6),
+(564,0,1024,2.6),
+(564,0,1191,0.8),
+(564,0,1192,0.8),
+(564,0,1193,0.8),
+(564,0,1194,0.8),
+(564,0,1555,2.15),
+(564,0,1556,2.15),
+(564,0,1807,1.25),
+(564,0,1808,1.25),
+(564,0,2035,1.05),
+(564,0,2036,1.05),
+(565,0,6,0.1),
+(565,0,171,3.57),
+(565,0,172,3.57),
+(565,0,181,4.68),
+(565,0,182,4.68),
+(565,0,251,1.78),
+(565,0,253,1.78),
+(565,0,254,1.78),
+(565,0,255,1.78),
+(565,0,514,1.12),
+(565,0,515,1.12),
+(565,0,516,1.12),
+(565,0,517,1.12),
+(565,0,599,2.68),
+(565,0,600,2.68),
+(565,0,601,2.68),
+(565,0,602,2.68),
+(565,0,769,4.53),
+(565,0,770,4.53),
+(565,0,771,4.53),
+(565,0,772,4.53),
+(565,0,854,4.03),
+(565,0,855,4.03),
+(565,0,856,4.03),
+(565,0,857,4.03),
+(565,0,939,0.93),
+(565,0,940,0.93),
+(565,0,941,0.93),
+(565,0,942,0.93),
+(565,0,1024,2.71),
+(565,0,1025,2.71),
+(565,0,1026,2.71),
+(565,0,1027,2.71),
+(565,0,1194,0.75),
+(565,0,1195,0.75),
+(565,0,1196,0.75),
+(565,0,1197,0.75),
+(565,0,1199,0.68),
+(565,0,1556,1.97),
+(565,0,1557,1.97),
+(565,0,1808,1.43),
+(565,0,1809,1.43),
+(565,0,2001,0.1),
+(565,0,2036,1.15),
+(565,0,2037,1.15),
+(566,0,173,3.63),
+(566,0,183,4.38),
+(566,0,211,3.63),
+(566,0,215,4.38),
+(566,0,254,1.8),
+(566,0,435,1.8),
+(566,0,436,1.8),
+(566,0,437,1.8),
+(566,0,517,1.13),
+(566,0,518,1.13),
+(566,0,519,1.13),
+(566,0,520,1.13),
+(566,0,602,2.57),
+(566,0,603,2.57),
+(566,0,604,2.57),
+(566,0,605,2.57),
+(566,0,772,4.68),
+(566,0,773,4.68),
+(566,0,774,4.68),
+(566,0,775,4.68),
+(566,0,857,4.09),
+(566,0,858,4.09),
+(566,0,859,4.09),
+(566,0,860,4.09),
+(566,0,942,0.96),
+(566,0,943,0.96),
+(566,0,944,0.96),
+(566,0,945,0.96),
+(566,0,1027,2.83),
+(566,0,1028,2.83),
+(566,0,1029,2.83),
+(566,0,1030,2.83),
+(566,0,1197,0.79),
+(566,0,1198,0.79),
+(566,0,1199,0.79),
+(566,0,1200,0.79),
+(566,0,1558,2.07),
+(566,0,1559,2.07),
+(566,0,1810,1.27),
+(566,0,1811,1.27),
+(566,0,2038,0.93),
+(566,0,2039,0.93),
+(567,0,211,3.65),
+(567,0,212,3.65),
+(567,0,215,4.35),
+(567,0,216,4.35),
+(567,0,437,1.88),
+(567,0,438,1.88),
+(567,0,439,1.88),
+(567,0,440,1.88),
+(567,0,520,1.23),
+(567,0,521,1.23),
+(567,0,522,1.23),
+(567,0,523,1.23),
+(567,0,605,2.63),
+(567,0,606,2.63),
+(567,0,607,2.63),
+(567,0,608,2.63),
+(567,0,775,4.33),
+(567,0,776,4.33),
+(567,0,777,4.33),
+(567,0,778,4.33),
+(567,0,860,4.03),
+(567,0,861,4.03),
+(567,0,862,4.03),
+(567,0,863,4.03),
+(567,0,945,0.96),
+(567,0,946,0.96),
+(567,0,947,0.96),
+(567,0,948,0.96),
+(567,0,1030,2.92),
+(567,0,1031,2.92),
+(567,0,1032,2.92),
+(567,0,1033,2.92),
+(567,0,1200,0.93),
+(567,0,1201,0.93),
+(567,0,1202,0.93),
+(567,0,1203,0.93),
+(567,0,1559,2.17),
+(567,0,1560,2.17),
+(567,0,1811,1.1),
+(567,0,1812,1.1),
+(567,0,2039,0.97),
+(567,0,2040,0.97),
+(568,0,267,3.95),
+(568,0,358,3.95),
+(568,0,409,4.35),
+(568,0,410,4.35),
+(568,0,440,1.76),
+(568,0,441,1.76),
+(568,0,442,1.76),
+(568,0,443,1.76),
+(568,0,523,1.14),
+(568,0,524,1.14),
+(568,0,525,1.14),
+(568,0,526,1.14),
+(568,0,608,2.85),
+(568,0,609,2.85),
+(568,0,610,2.85),
+(568,0,611,2.85),
+(568,0,778,4.1),
+(568,0,779,4.1),
+(568,0,780,4.1),
+(568,0,781,4.1),
+(568,0,863,4.14),
+(568,0,864,4.14),
+(568,0,865,4.14),
+(568,0,866,4.14),
+(568,0,948,1.04),
+(568,0,949,1.04),
+(568,0,950,1.04),
+(568,0,951,1.04),
+(568,0,1033,2.89),
+(568,0,1034,2.89),
+(568,0,1035,2.89),
+(568,0,1036,2.89),
+(568,0,1203,0.9),
+(568,0,1204,0.9),
+(568,0,1205,0.9),
+(568,0,1206,0.9),
+(568,0,1561,2.1),
+(568,0,1562,2.1),
+(568,0,1813,1.15),
+(568,0,1814,1.15),
+(568,0,2041,0.88),
+(568,0,2042,0.88),
+(569,0,358,3.8),
+(569,0,359,3.8),
+(569,0,410,4.1),
+(569,0,411,4.1),
+(569,0,443,0.42),
+(569,0,444,0.42),
+(569,0,445,0.42),
+(569,0,446,0.42),
+(569,0,611,4.32),
+(569,0,612,4.32),
+(569,0,613,4.32),
+(569,0,614,4.32),
+(569,0,781,4.05),
+(569,0,782,4.05),
+(569,0,783,4.05),
+(569,0,784,4.05),
+(569,0,866,4.42),
+(569,0,867,4.42),
+(569,0,868,4.42),
+(569,0,869,4.42),
+(569,0,951,0.53),
+(569,0,952,0.53),
+(569,0,953,0.53),
+(569,0,954,0.53),
+(569,0,1036,3.18),
+(569,0,1037,3.18),
+(569,0,1038,3.18),
+(569,0,1039,3.18),
+(569,0,1206,1.87),
+(569,0,1207,1.87),
+(569,0,1208,1.87),
+(569,0,1209,1.87),
+(569,0,1562,2.53),
+(569,0,1563,2.53),
+(569,0,1814,1.02),
+(569,0,1815,1.02),
+(569,0,2042,0.98),
+(569,0,2043,0.98),
+(570,0,360,4.25),
+(570,0,361,4.25),
+(570,0,412,3.43),
+(570,0,413,3.43),
+(570,0,446,0.55),
+(570,0,447,0.55),
+(570,0,448,0.55),
+(570,0,449,0.55),
+(570,0,614,4.82),
+(570,0,615,4.82),
+(570,0,616,4.82),
+(570,0,617,4.82),
+(570,0,784,3.65),
+(570,0,785,3.65),
+(570,0,786,3.65),
+(570,0,787,3.65),
+(570,0,869,4.29),
+(570,0,870,4.29),
+(570,0,871,4.29),
+(570,0,872,4.29),
+(570,0,954,0.54),
+(570,0,955,0.54),
+(570,0,956,0.54),
+(570,0,957,0.54),
+(570,0,1039,3.25),
+(570,0,1040,3.25),
+(570,0,1041,3.25),
+(570,0,1042,3.25),
+(570,0,1209,1.8),
+(570,0,1210,1.8),
+(570,0,1211,1.8),
+(570,0,1212,1.8),
+(570,0,1371,0.1),
+(570,0,1564,2.67),
+(570,0,1565,2.67),
+(570,0,1816,1.07),
+(570,0,1817,1.07),
+(570,0,2044,0.75),
+(570,0,2045,0.75),
+(571,0,361,4.3),
+(571,0,362,4.3),
+(571,0,413,3),
+(571,0,414,3),
+(571,0,449,0.54),
+(571,0,450,0.54),
+(571,0,451,0.54),
+(571,0,452,0.54),
+(571,0,617,5.72),
+(571,0,618,5.72),
+(571,0,619,5.72),
+(571,0,620,5.72),
+(571,0,787,3.28),
+(571,0,788,3.28),
+(571,0,789,3.28),
+(571,0,790,3.28),
+(571,0,872,4.4),
+(571,0,873,4.4),
+(571,0,874,4.4),
+(571,0,875,4.4),
+(571,0,957,0.57),
+(571,0,958,0.57),
+(571,0,959,0.57),
+(571,0,960,0.57),
+(571,0,1042,2.83),
+(571,0,1043,2.83),
+(571,0,1044,2.83),
+(571,0,1045,2.83),
+(571,0,1212,1.91),
+(571,0,1213,1.91),
+(571,0,1214,1.91),
+(571,0,1215,1.91),
+(571,0,1565,2.45),
+(571,0,1566,2.45),
+(571,0,1817,0.88),
+(571,0,1818,0.88),
+(571,0,2045,0.75),
+(571,0,2046,0.75),
+(572,0,363,3.64),
+(572,0,364,3.64),
+(572,0,415,3.31),
+(572,0,416,3.31),
+(572,0,452,0.58),
+(572,0,453,0.58),
+(572,0,454,0.58),
+(572,0,455,0.58),
+(572,0,620,4.53),
+(572,0,621,4.53),
+(572,0,622,4.53),
+(572,0,623,4.53),
+(572,0,790,3.87),
+(572,0,791,3.87),
+(572,0,792,3.87),
+(572,0,793,3.87),
+(572,0,875,4.48),
+(572,0,876,4.48),
+(572,0,877,4.48),
+(572,0,878,4.48),
+(572,0,960,0.58),
+(572,0,961,0.58),
+(572,0,962,0.58),
+(572,0,963,0.58),
+(572,0,1045,3.3),
+(572,0,1046,3.3),
+(572,0,1047,3.3),
+(572,0,1048,3.3),
+(572,0,1215,1.83),
+(572,0,1216,1.83),
+(572,0,1217,1.83),
+(572,0,1218,1.83),
+(572,0,1567,2.67),
+(572,0,1568,2.67),
+(572,0,1819,1.15),
+(572,0,1820,1.15),
+(572,0,2047,0.88),
+(572,0,2048,0.88),
+(573,0,364,3.68),
+(573,0,365,3.68),
+(573,0,416,2.87),
+(573,0,417,2.87),
+(573,0,455,0.5),
+(573,0,456,0.5),
+(573,0,457,0.5),
+(573,0,458,0.7),
+(573,0,623,4.81),
+(573,0,624,4.81),
+(573,0,625,4.81),
+(573,0,626,4.81),
+(573,0,793,3.41),
+(573,0,794,3.41),
+(573,0,795,3.41),
+(573,0,796,3.41),
+(573,0,878,4.11),
+(573,0,879,4.11),
+(573,0,880,4.11),
+(573,0,881,4.11),
+(573,0,963,0.46),
+(573,0,964,0.46),
+(573,0,965,0.46),
+(573,0,966,0.46),
+(573,0,1048,2.67),
+(573,0,1049,2.67),
+(573,0,1050,2.67),
+(573,0,1051,2.67),
+(573,0,1218,1.89),
+(573,0,1219,1.89),
+(573,0,1220,1.89),
+(573,0,1221,1.89),
+(573,0,1328,0.23),
+(573,0,1329,0.32),
+(573,0,1374,0.23),
+(573,0,1375,0.25),
+(573,0,1420,0.35),
+(573,0,1421,0.3),
+(573,0,1466,0.28),
+(573,0,1467,0.28),
+(573,0,1512,0.25),
+(573,0,1513,0.25),
+(573,0,1568,3.97),
+(573,0,1569,3.97),
+(573,0,1820,1.55),
+(573,0,1821,1.3),
+(573,0,2048,1.53),
+(573,0,2049,1.53),
+(574,0,366,3.75),
+(574,0,367,3.75),
+(574,0,418,2.6),
+(574,0,419,2.6),
+(574,0,458,0.45),
+(574,0,459,0.45),
+(574,0,460,0.45),
+(574,0,461,0.45),
+(574,0,626,4.78),
+(574,0,627,4.78),
+(574,0,628,4.78),
+(574,0,629,4.78),
+(574,0,796,3.45),
+(574,0,797,3.45),
+(574,0,798,3.45),
+(574,0,799,3.45),
+(574,0,881,4.15),
+(574,0,882,4.15),
+(574,0,883,4.15),
+(574,0,884,4.15),
+(574,0,966,0.44),
+(574,0,967,0.44),
+(574,0,968,0.44),
+(574,0,969,0.44),
+(574,0,1051,2.58),
+(574,0,1052,2.58),
+(574,0,1053,2.58),
+(574,0,1054,2.58),
+(574,0,1221,1.86),
+(574,0,1222,1.86),
+(574,0,1223,1.86),
+(574,0,1224,1.86),
+(574,0,1330,0.15),
+(574,0,1331,0.15),
+(574,0,1376,0.23),
+(574,0,1377,0.23),
+(574,0,1422,0.3),
+(574,0,1423,0.3),
+(574,0,1468,0.22),
+(574,0,1469,0.22),
+(574,0,1514,0.18),
+(574,0,1515,0.18),
+(574,0,1570,4.3),
+(574,0,1571,4.3),
+(574,0,1822,1.32),
+(574,0,1823,1.32),
+(574,0,2050,1.5),
+(574,0,2051,1.5),
+(575,0,367,3.45),
+(575,0,368,3.45),
+(575,0,369,3),
+(575,0,419,2.17),
+(575,0,420,2.17),
+(575,0,461,0.54),
+(575,0,462,0.54),
+(575,0,463,0.54),
+(575,0,464,0.54),
+(575,0,629,5.15),
+(575,0,630,5.15),
+(575,0,631,5.15),
+(575,0,632,5.15),
+(575,0,799,3.06),
+(575,0,800,3.06),
+(575,0,801,3.06),
+(575,0,802,3.06),
+(575,0,884,3.99),
+(575,0,885,3.99),
+(575,0,886,3.99),
+(575,0,887,3.99),
+(575,0,969,0.6),
+(575,0,970,0.6),
+(575,0,971,0.6),
+(575,0,972,0.6),
+(575,0,1054,2.13),
+(575,0,1055,2.13),
+(575,0,1056,2.13),
+(575,0,1057,2.13),
+(575,0,1059,1.74),
+(575,0,1224,2.03),
+(575,0,1225,2.03),
+(575,0,1226,2.03),
+(575,0,1227,2.03),
+(575,0,1331,0.13),
+(575,0,1332,0.13),
+(575,0,1377,0.2),
+(575,0,1378,0.2),
+(575,0,1423,0.33),
+(575,0,1424,0.33),
+(575,0,1469,0.5),
+(575,0,1470,0.8),
+(575,0,1515,0.33),
+(575,0,1516,0.33),
+(575,0,1571,4.35),
+(575,0,1572,4.35),
+(575,0,1823,0.97),
+(575,0,1824,0.97),
+(575,0,1937,0.1),
+(575,0,2051,1.45),
+(575,0,2052,1.45),
+(576,0,319,0.1),
+(576,0,369,4.84),
+(576,0,370,4.84),
+(576,0,397,0.1),
+(576,0,421,2.56),
+(576,0,422,2.45),
+(576,0,464,0.48),
+(576,0,465,0.48),
+(576,0,466,0.71),
+(576,0,467,0.71),
+(576,0,469,0.38),
+(576,0,552,0.1),
+(576,0,632,6.24),
+(576,0,633,6.24),
+(576,0,634,6.24),
+(576,0,635,6.24),
+(576,0,637,4.5),
+(576,0,718,0.1),
+(576,0,802,3.18),
+(576,0,803,3.18),
+(576,0,804,3.18),
+(576,0,805,3.18),
+(576,0,887,3.76),
+(576,0,888,3.76),
+(576,0,889,3.76),
+(576,0,890,3.76),
+(576,0,972,0.42),
+(576,0,973,0.42),
+(576,0,974,0.42),
+(576,0,975,0.42),
+(576,0,1057,2.2),
+(576,0,1058,2.19),
+(576,0,1059,2.2),
+(576,0,1060,2.19),
+(576,0,1227,1.49),
+(576,0,1228,1.49),
+(576,0,1229,1.49),
+(576,0,1230,1.49),
+(576,0,1333,0.22),
+(576,0,1334,0.22),
+(576,0,1379,0.39),
+(576,0,1380,0.18),
+(576,0,1425,0.3),
+(576,0,1426,0.3),
+(576,0,1471,0.28),
+(576,0,1472,0.28),
+(576,0,1517,0.28),
+(576,0,1518,0.31),
+(576,0,1566,0.93),
+(576,0,1567,0.93),
+(576,0,1568,0.93),
+(576,0,1569,0.93),
+(576,0,1570,0.93),
+(576,0,1571,0.93),
+(576,0,1572,0.93),
+(576,0,1573,2.95),
+(576,0,1574,2.95),
+(576,0,1825,1.34),
+(576,0,1826,1.34),
+(576,0,1865,0.1),
+(576,0,1940,0.1),
+(576,0,1978,0.1),
+(576,0,2053,1.33),
+(576,0,2054,1.33),
+(576,0,2134,0.03),
+(576,0,2135,0.03),
+(576,0,2136,0.03),
+(576,0,2137,0.03),
+(577,0,347,0.1),
+(577,0,370,4.55),
+(577,0,371,4.55),
+(577,0,422,1.9),
+(577,0,423,1.9),
+(577,0,467,0.35),
+(577,0,468,0.35),
+(577,0,469,0.35),
+(577,0,470,0.35),
+(577,0,635,6.8),
+(577,0,636,6.8),
+(577,0,637,6.8),
+(577,0,638,6.8),
+(577,0,805,2.75),
+(577,0,806,2.75),
+(577,0,807,2.75),
+(577,0,808,2.75),
+(577,0,890,3.88),
+(577,0,891,3.88),
+(577,0,892,3.88),
+(577,0,893,3.88),
+(577,0,975,0.38),
+(577,0,976,0.38),
+(577,0,977,0.38),
+(577,0,978,0.38),
+(577,0,1060,2),
+(577,0,1061,2),
+(577,0,1062,2),
+(577,0,1063,2),
+(577,0,1230,1.88),
+(577,0,1231,1.88),
+(577,0,1232,1.88),
+(577,0,1233,1.88),
+(577,0,1334,0.05),
+(577,0,1335,0.05),
+(577,0,1380,0.2),
+(577,0,1381,0.2),
+(577,0,1426,0.25),
+(577,0,1427,0.25),
+(577,0,1472,0.15),
+(577,0,1473,0.15),
+(577,0,1518,0.2),
+(577,0,1519,0.2),
+(577,0,1574,4.1),
+(577,0,1575,4.1),
+(577,0,1826,1.15),
+(577,0,1827,1.15),
+(577,0,2054,1.35),
+(577,0,2055,1.35),
+(580,0,6,4.13),
+(580,0,23,4.13),
+(580,0,503,0.1),
+(580,0,584,5.55),
+(580,0,669,3.5),
+(580,0,839,7.2),
+(580,0,924,4.4),
+(580,0,1009,11.15),
+(580,0,1094,6.15),
+(580,0,1179,48.25),
+(580,0,1547,2.45),
+(580,0,1548,2.45),
+(580,0,1707,0.1),
+(580,0,2027,0.33),
+(580,0,2028,0.33),
+(581,0,15,0.1),
+(581,0,24,4.38),
+(581,0,49,0.1),
+(581,0,59,0.1),
+(581,0,97,4.38),
+(581,0,584,1.39),
+(581,0,585,1.39),
+(581,0,586,1.39),
+(581,0,587,1.39),
+(581,0,669,0.71),
+(581,0,670,0.71),
+(581,0,671,0.71),
+(581,0,672,0.71),
+(581,0,673,0.54),
+(581,0,674,0.54),
+(581,0,675,0.54),
+(581,0,760,0.1),
+(581,0,839,2),
+(581,0,840,2),
+(581,0,841,2),
+(581,0,842,2),
+(581,0,924,1.23),
+(581,0,925,1.23),
+(581,0,926,1.23),
+(581,0,927,1.23),
+(581,0,1009,3.05),
+(581,0,1010,3.05),
+(581,0,1011,3.05),
+(581,0,1012,3.05),
+(581,0,1094,1.7),
+(581,0,1095,1.7),
+(581,0,1096,1.7),
+(581,0,1097,1.7),
+(581,0,1179,11.11),
+(581,0,1180,11.11),
+(581,0,1181,11.11),
+(581,0,1182,11.11),
+(581,0,1547,1.2),
+(581,0,1548,1.2),
+(581,0,1549,1.9),
+(581,0,1550,1.9),
+(581,0,1913,0.1),
+(581,0,2029,0.42),
+(581,0,2030,0.42),
+(582,0,6,1.78),
+(582,0,23,1.78),
+(582,0,24,1.78),
+(582,0,97,3.26),
+(582,0,115,3.26),
+(582,0,587,1.46),
+(582,0,588,1.46),
+(582,0,589,1.46),
+(582,0,590,1.46),
+(582,0,672,0.9),
+(582,0,673,0.9),
+(582,0,674,0.9),
+(582,0,675,0.9),
+(582,0,842,1.77),
+(582,0,843,1.77),
+(582,0,844,1.77),
+(582,0,845,1.77),
+(582,0,847,1.52),
+(582,0,927,1.25),
+(582,0,928,1.25),
+(582,0,929,1.25),
+(582,0,930,1.25),
+(582,0,1012,3.19),
+(582,0,1013,3.19),
+(582,0,1014,3.19),
+(582,0,1015,3.19),
+(582,0,1097,1.76),
+(582,0,1098,1.76),
+(582,0,1099,1.76),
+(582,0,1100,1.76),
+(582,0,1182,8.14),
+(582,0,1183,8.14),
+(582,0,1184,8.14),
+(582,0,1185,8.14),
+(582,0,1186,4.88),
+(582,0,1187,4.88),
+(582,0,1188,4.88),
+(582,0,1189,4.88),
+(582,0,1307,0.1),
+(582,0,1550,2.78),
+(582,0,1551,2.78),
+(582,0,1709,0.1),
+(582,0,1989,0.1),
+(582,0,2030,0.42),
+(582,0,2031,0.42),
+(583,0,136,4.9),
+(583,0,155,4.9),
+(583,0,235,0.1),
+(583,0,590,1.58),
+(583,0,591,1.58),
+(583,0,592,1.58),
+(583,0,593,1.58),
+(583,0,675,0.95),
+(583,0,676,0.95),
+(583,0,677,0.95),
+(583,0,678,0.95),
+(583,0,845,2.1),
+(583,0,846,2.1),
+(583,0,847,2.1),
+(583,0,848,2.1),
+(583,0,930,1.25),
+(583,0,931,1.25),
+(583,0,932,1.25),
+(583,0,933,1.25),
+(583,0,1015,3.75),
+(583,0,1016,3.75),
+(583,0,1017,3.75),
+(583,0,1018,3.75),
+(583,0,1100,2.08),
+(583,0,1101,2.08),
+(583,0,1102,2.08),
+(583,0,1103,2.08),
+(583,0,1185,9.27),
+(583,0,1186,9.27),
+(583,0,1187,9.27),
+(583,0,1188,9.27),
+(583,0,1552,2.8),
+(583,0,1553,2.8),
+(583,0,2032,0.4),
+(583,0,2033,0.4),
+(584,0,155,5.1),
+(584,0,189,5.1),
+(584,0,593,1.49),
+(584,0,594,1.49),
+(584,0,595,1.49),
+(584,0,596,1.49),
+(584,0,678,0.89),
+(584,0,679,0.89),
+(584,0,680,0.89),
+(584,0,681,0.89),
+(584,0,848,2.13),
+(584,0,849,2.13),
+(584,0,850,2.13),
+(584,0,851,2.13),
+(584,0,933,1.33),
+(584,0,934,1.33),
+(584,0,935,1.33),
+(584,0,936,1.33),
+(584,0,1018,3.82),
+(584,0,1019,3.82),
+(584,0,1020,3.82),
+(584,0,1021,3.82),
+(584,0,1103,2.17),
+(584,0,1104,2.17),
+(584,0,1105,2.17),
+(584,0,1106,2.17),
+(584,0,1188,8.93),
+(584,0,1189,8.93),
+(584,0,1190,8.93),
+(584,0,1191,8.93),
+(584,0,1553,2.97),
+(584,0,1554,2.97),
+(584,0,2033,0.42),
+(584,0,2034,0.42),
+(585,0,190,5.22),
+(585,0,191,5.22),
+(585,0,596,1.56),
+(585,0,597,1.56),
+(585,0,598,1.56),
+(585,0,599,1.56),
+(585,0,681,1),
+(585,0,682,1),
+(585,0,683,1),
+(585,0,684,1),
+(585,0,851,1.96),
+(585,0,852,1.96),
+(585,0,853,1.96),
+(585,0,854,1.96),
+(585,0,936,1.3),
+(585,0,937,1.3),
+(585,0,938,1.3),
+(585,0,939,1.3),
+(585,0,1021,3.21),
+(585,0,1022,3.21),
+(585,0,1023,3.21),
+(585,0,1024,3.21),
+(585,0,1026,2.94),
+(585,0,1106,2.13),
+(585,0,1107,2.13),
+(585,0,1108,2.13),
+(585,0,1109,2.13),
+(585,0,1191,9.14),
+(585,0,1192,9.14),
+(585,0,1193,9.14),
+(585,0,1194,9.14),
+(585,0,1555,3.13),
+(585,0,1556,3.13),
+(585,0,2035,0.38),
+(585,0,2036,0.38),
+(586,0,191,5.17),
+(586,0,192,5.17),
+(586,0,599,1.64),
+(586,0,600,1.64),
+(586,0,601,1.64),
+(586,0,602,1.64),
+(586,0,684,0.91),
+(586,0,685,0.91),
+(586,0,686,0.91),
+(586,0,687,0.91),
+(586,0,771,0.1),
+(586,0,854,1.7),
+(586,0,855,1.7),
+(586,0,856,1.7),
+(586,0,857,1.7),
+(586,0,939,1.22),
+(586,0,940,1.22),
+(586,0,941,1.22),
+(586,0,942,1.22),
+(586,0,1024,3.5),
+(586,0,1025,3.5),
+(586,0,1026,3.5),
+(586,0,1027,3.5),
+(586,0,1109,1.98),
+(586,0,1110,1.98),
+(586,0,1111,1.98),
+(586,0,1112,1.98),
+(586,0,1194,9.69),
+(586,0,1195,9.69),
+(586,0,1196,9.69),
+(586,0,1197,9.69),
+(586,0,1556,3.17),
+(586,0,1557,3.17),
+(586,0,2036,0.35),
+(586,0,2037,0.35),
+(587,0,193,5.15),
+(587,0,219,5.15),
+(587,0,602,1.45),
+(587,0,603,1.45),
+(587,0,604,1.45),
+(587,0,605,1.45),
+(587,0,687,0.9),
+(587,0,688,0.9),
+(587,0,689,0.9),
+(587,0,690,0.9),
+(587,0,857,1.47),
+(587,0,858,1.47),
+(587,0,859,1.47),
+(587,0,860,1.47),
+(587,0,942,1.18),
+(587,0,943,1.18),
+(587,0,944,1.18),
+(587,0,945,1.18),
+(587,0,1027,3.61),
+(587,0,1028,3.61),
+(587,0,1029,3.61),
+(587,0,1030,3.61),
+(587,0,1112,2.14),
+(587,0,1113,2.14),
+(587,0,1114,2.14),
+(587,0,1115,2.14),
+(587,0,1197,10.1),
+(587,0,1198,10.1),
+(587,0,1199,10.1),
+(587,0,1200,10.1),
+(587,0,1558,2.75),
+(587,0,1559,2.75),
+(587,0,1989,0.1),
+(587,0,2038,0.38),
+(587,0,2039,0.38),
+(588,0,219,5.5),
+(588,0,220,5.5),
+(588,0,605,1.41),
+(588,0,606,1.41),
+(588,0,607,1.41),
+(588,0,608,1.41),
+(588,0,690,0.85),
+(588,0,691,0.85),
+(588,0,692,0.85),
+(588,0,693,0.85),
+(588,0,860,1.74),
+(588,0,861,1.74),
+(588,0,862,1.74),
+(588,0,863,1.74),
+(588,0,945,1.42),
+(588,0,946,1.42),
+(588,0,947,1.42),
+(588,0,948,1.42),
+(588,0,1030,3.91),
+(588,0,1031,3.91),
+(588,0,1032,3.91),
+(588,0,1033,3.91),
+(588,0,1115,2.38),
+(588,0,1116,2.38),
+(588,0,1117,2.38),
+(588,0,1118,2.38),
+(588,0,1200,8.97),
+(588,0,1201,8.97),
+(588,0,1202,8.97),
+(588,0,1203,8.97),
+(588,0,1559,2.87),
+(588,0,1560,2.87),
+(588,0,2039,0.28),
+(588,0,2040,0.28),
+(589,0,14,0.1),
+(589,0,307,5.85),
+(589,0,308,5.85),
+(589,0,608,1.13),
+(589,0,609,1.13),
+(589,0,610,1.13),
+(589,0,611,1.13),
+(589,0,693,0.82),
+(589,0,694,0.82),
+(589,0,695,0.82),
+(589,0,696,0.82),
+(589,0,863,1.78),
+(589,0,864,1.78),
+(589,0,865,1.78),
+(589,0,866,1.78),
+(589,0,948,1.39),
+(589,0,949,1.39),
+(589,0,950,1.39),
+(589,0,951,1.39),
+(589,0,1033,4.14),
+(589,0,1034,4.14),
+(589,0,1035,4.14),
+(589,0,1036,4.14),
+(589,0,1118,2.55),
+(589,0,1119,2.55),
+(589,0,1120,2.55),
+(589,0,1121,2.55),
+(589,0,1203,8.65),
+(589,0,1204,8.65),
+(589,0,1205,8.65),
+(589,0,1206,8.65),
+(589,0,1307,0.1),
+(589,0,1561,2.88),
+(589,0,1562,2.88),
+(589,0,2041,0.42),
+(589,0,2042,0.42),
+(590,0,358,2.9),
+(590,0,359,2.9),
+(590,0,410,4.03),
+(590,0,411,4.03),
+(590,0,443,2.6),
+(590,0,444,2.6),
+(590,0,445,2.6),
+(590,0,446,2.6),
+(590,0,526,3.34),
+(590,0,527,3.34),
+(590,0,528,3.34),
+(590,0,529,3.34),
+(590,0,611,2.34),
+(590,0,612,2.34),
+(590,0,613,2.34),
+(590,0,614,2.34),
+(590,0,781,2.98),
+(590,0,782,2.98),
+(590,0,783,2.98),
+(590,0,784,2.98),
+(590,0,866,2.96),
+(590,0,867,2.96),
+(590,0,868,2.96),
+(590,0,869,2.96),
+(590,0,951,0.77),
+(590,0,952,0.77),
+(590,0,953,0.77),
+(590,0,954,0.77),
+(590,0,1036,3.42),
+(590,0,1037,3.42),
+(590,0,1038,3.42),
+(590,0,1039,3.42),
+(590,0,1206,0.91),
+(590,0,1207,0.91),
+(590,0,1208,0.91),
+(590,0,1209,0.91),
+(590,0,1562,2.28),
+(590,0,1563,2.28),
+(590,0,1814,1.25),
+(590,0,1815,1.25),
+(590,0,2042,0.88),
+(590,0,2043,0.88),
+(591,0,360,2.65),
+(591,0,361,2.65),
+(591,0,412,3.88),
+(591,0,413,3.88),
+(591,0,446,2.39),
+(591,0,447,2.39),
+(591,0,448,2.39),
+(591,0,449,2.39),
+(591,0,529,3.16),
+(591,0,530,3.16),
+(591,0,531,3.16),
+(591,0,532,3.16),
+(591,0,614,2.03),
+(591,0,615,2.03),
+(591,0,616,2.03),
+(591,0,617,2.03),
+(591,0,784,3.04),
+(591,0,785,3.04),
+(591,0,786,3.04),
+(591,0,787,3.04),
+(591,0,869,3.13),
+(591,0,870,3.13),
+(591,0,871,3.13),
+(591,0,872,3.13),
+(591,0,954,0.81),
+(591,0,955,0.81),
+(591,0,956,0.81),
+(591,0,957,0.81),
+(591,0,1039,3.56),
+(591,0,1040,3.56),
+(591,0,1041,3.56),
+(591,0,1042,3.56),
+(591,0,1209,1.08),
+(591,0,1210,1.08),
+(591,0,1211,1.08),
+(591,0,1212,1.08),
+(591,0,1564,2.5),
+(591,0,1565,2.5),
+(591,0,1816,1.43),
+(591,0,1817,1.43),
+(591,0,2044,1.07),
+(591,0,2045,1.07),
+(592,0,361,2.6),
+(592,0,362,2.6),
+(592,0,413,3.48),
+(592,0,414,3.48),
+(592,0,449,2.45),
+(592,0,450,2.45),
+(592,0,451,2.45),
+(592,0,452,2.45),
+(592,0,532,3.27),
+(592,0,533,3.27),
+(592,0,534,3.27),
+(592,0,535,3.27),
+(592,0,617,2.02),
+(592,0,618,2.02),
+(592,0,619,2.02),
+(592,0,620,2.02),
+(592,0,787,3),
+(592,0,788,3),
+(592,0,789,3),
+(592,0,790,3),
+(592,0,872,3.19),
+(592,0,873,3.19),
+(592,0,874,3.19),
+(592,0,875,3.19),
+(592,0,957,0.93),
+(592,0,958,0.93),
+(592,0,959,0.93),
+(592,0,960,0.93),
+(592,0,1042,3.55),
+(592,0,1043,3.55),
+(592,0,1044,3.55),
+(592,0,1045,3.55),
+(592,0,1212,1.23),
+(592,0,1213,1.23),
+(592,0,1214,1.23),
+(592,0,1215,1.23),
+(592,0,1565,2.13),
+(592,0,1566,2.13),
+(592,0,1817,1.28),
+(592,0,1818,1.28),
+(592,0,2045,1.23),
+(592,0,2046,1.23),
+(593,0,363,2.28),
+(593,0,364,2.28),
+(593,0,415,3.5),
+(593,0,416,3.5),
+(593,0,452,2.33),
+(593,0,453,2.33),
+(593,0,454,2.33),
+(593,0,455,2.33),
+(593,0,535,3.71),
+(593,0,536,3.71),
+(593,0,537,3.71),
+(593,0,538,3.71),
+(593,0,620,2.04),
+(593,0,621,2.04),
+(593,0,622,2.04),
+(593,0,623,2.04),
+(593,0,790,3.02),
+(593,0,791,3.02),
+(593,0,792,3.02),
+(593,0,793,3.02),
+(593,0,875,3.11),
+(593,0,876,3.11),
+(593,0,877,3.11),
+(593,0,878,3.11),
+(593,0,960,0.74),
+(593,0,961,0.74),
+(593,0,962,0.74),
+(593,0,963,0.74),
+(593,0,1045,3.86),
+(593,0,1046,3.86),
+(593,0,1047,3.86),
+(593,0,1048,3.86),
+(593,0,1215,1.18),
+(593,0,1216,1.18),
+(593,0,1217,1.18),
+(593,0,1218,1.18),
+(593,0,1567,2.03),
+(593,0,1568,2.03),
+(593,0,1819,1.23),
+(593,0,1820,1.23),
+(593,0,2047,1),
+(593,0,2048,1),
+(594,0,364,2.13),
+(594,0,365,2.13),
+(594,0,416,3.13),
+(594,0,417,3.13),
+(594,0,455,2.1),
+(594,0,456,2.1),
+(594,0,457,2.1),
+(594,0,458,2.1),
+(594,0,538,3.4),
+(594,0,539,3.4),
+(594,0,540,3.4),
+(594,0,541,3.4),
+(594,0,623,1.91),
+(594,0,624,1.91),
+(594,0,625,1.91),
+(594,0,626,1.91),
+(594,0,793,3.09),
+(594,0,794,3.09),
+(594,0,795,3.09),
+(594,0,796,3.09),
+(594,0,878,2.78),
+(594,0,879,2.78),
+(594,0,880,2.78),
+(594,0,881,2.78),
+(594,0,963,0.71),
+(594,0,964,0.71),
+(594,0,965,0.71),
+(594,0,966,0.71),
+(594,0,1048,3.15),
+(594,0,1049,3.15),
+(594,0,1050,3.15),
+(594,0,1051,3.15),
+(594,0,1218,1.05),
+(594,0,1219,1.05),
+(594,0,1220,1.05),
+(594,0,1221,1.05),
+(594,0,1328,0.33),
+(594,0,1329,0.33),
+(594,0,1374,0.3),
+(594,0,1375,0.3),
+(594,0,1420,0.4),
+(594,0,1421,0.4),
+(594,0,1466,0.3),
+(594,0,1467,0.3),
+(594,0,1512,0.2),
+(594,0,1513,0.2),
+(594,0,1568,3.45),
+(594,0,1569,3.45),
+(594,0,1820,1.8),
+(594,0,1821,1.8),
+(594,0,2048,1.58),
+(594,0,2049,1.58),
+(595,0,366,2.65),
+(595,0,367,2.65),
+(595,0,418,2.5),
+(595,0,419,2.5),
+(595,0,458,2.31),
+(595,0,459,2.31),
+(595,0,460,2.31),
+(595,0,461,2.31),
+(595,0,541,3),
+(595,0,542,3),
+(595,0,543,3),
+(595,0,544,3),
+(595,0,626,2.16),
+(595,0,627,2.16),
+(595,0,628,2.16),
+(595,0,629,2.16),
+(595,0,796,2.52),
+(595,0,797,2.52),
+(595,0,798,2.52),
+(595,0,799,2.52),
+(595,0,881,3.2),
+(595,0,882,3.2),
+(595,0,883,3.2),
+(595,0,884,3.2),
+(595,0,966,0.79),
+(595,0,967,0.79),
+(595,0,968,0.79),
+(595,0,969,0.79),
+(595,0,1051,3),
+(595,0,1052,3),
+(595,0,1053,3),
+(595,0,1054,3),
+(595,0,1221,1.22),
+(595,0,1222,1.22),
+(595,0,1223,1.22),
+(595,0,1224,1.22),
+(595,0,1330,0.2),
+(595,0,1331,0.2),
+(595,0,1376,0.28),
+(595,0,1377,0.28),
+(595,0,1422,0.38),
+(595,0,1423,0.38),
+(595,0,1468,0.2),
+(595,0,1469,0.2),
+(595,0,1514,0.23),
+(595,0,1515,0.23),
+(595,0,1570,3.67),
+(595,0,1571,3.67),
+(595,0,1822,1.83),
+(595,0,1823,1.83),
+(595,0,2050,1.58),
+(595,0,2051,1.58),
+(596,0,367,3.2),
+(596,0,368,3.2),
+(596,0,419,2.23),
+(596,0,420,2.23),
+(596,0,461,2.36),
+(596,0,462,2.36),
+(596,0,463,2.36),
+(596,0,464,2.36),
+(596,0,544,3.11),
+(596,0,545,3.11),
+(596,0,546,3.11),
+(596,0,547,3.11),
+(596,0,629,2.46),
+(596,0,630,2.46),
+(596,0,631,2.46),
+(596,0,632,2.46),
+(596,0,799,2.23),
+(596,0,800,2.23),
+(596,0,801,2.23),
+(596,0,802,2.23),
+(596,0,884,3.64),
+(596,0,885,3.64),
+(596,0,886,3.64),
+(596,0,887,3.64),
+(596,0,969,0.7),
+(596,0,970,0.7),
+(596,0,971,0.7),
+(596,0,972,0.7),
+(596,0,974,0.72),
+(596,0,1054,2.25),
+(596,0,1055,2.25),
+(596,0,1056,2.25),
+(596,0,1057,2.25),
+(596,0,1059,1.94),
+(596,0,1224,1.11),
+(596,0,1225,1.11),
+(596,0,1226,1.11),
+(596,0,1227,1.11),
+(596,0,1331,0.15),
+(596,0,1332,0.15),
+(596,0,1377,0.15),
+(596,0,1378,0.23),
+(596,0,1423,0.7),
+(596,0,1424,0.45),
+(596,0,1470,0.6),
+(596,0,1515,0.25),
+(596,0,1516,0.38),
+(596,0,1571,3.88),
+(596,0,1572,3.88),
+(596,0,1823,1.43),
+(596,0,1824,1.43),
+(596,0,2051,1.65),
+(596,0,2052,1.65),
+(596,0,2160,0.1),
+(597,0,320,0.1),
+(597,0,369,3.93),
+(597,0,370,3.93),
+(597,0,421,1.78),
+(597,0,422,2.17),
+(597,0,464,2.54),
+(597,0,465,2.54),
+(597,0,466,2.54),
+(597,0,467,2.54),
+(597,0,547,2.13),
+(597,0,548,2.13),
+(597,0,549,2.13),
+(597,0,550,2.13),
+(597,0,552,2.02),
+(597,0,632,3.57),
+(597,0,633,3.57),
+(597,0,634,3.57),
+(597,0,635,3.57),
+(597,0,802,2.37),
+(597,0,803,2.37),
+(597,0,804,2.37),
+(597,0,805,2.37),
+(597,0,887,3.77),
+(597,0,888,3.77),
+(597,0,889,3.77),
+(597,0,890,3.77),
+(597,0,972,0.5),
+(597,0,973,0.5),
+(597,0,974,0.49),
+(597,0,975,0.49),
+(597,0,976,0.47),
+(597,0,1057,2.63),
+(597,0,1058,2.62),
+(597,0,1059,2.63),
+(597,0,1060,2.62),
+(597,0,1145,0.3),
+(597,0,1227,1.05),
+(597,0,1228,1.05),
+(597,0,1229,0.98),
+(597,0,1230,0.98),
+(597,0,1333,0.08),
+(597,0,1334,0.05),
+(597,0,1379,0.4),
+(597,0,1380,0.25),
+(597,0,1425,0.33),
+(597,0,1426,0.33),
+(597,0,1471,0.18),
+(597,0,1472,0.18),
+(597,0,1517,0.28),
+(597,0,1518,1.12),
+(597,0,1573,4.23),
+(597,0,1574,4.23),
+(597,0,1825,1.3),
+(597,0,1826,1.3),
+(597,0,2015,0.1),
+(597,0,2053,1.72),
+(597,0,2054,1.72),
+(598,0,370,3.2),
+(598,0,371,3.2),
+(598,0,422,1.7),
+(598,0,423,1.7),
+(598,0,467,2.8),
+(598,0,468,2.8),
+(598,0,469,2.8),
+(598,0,470,2.8),
+(598,0,550,2.88),
+(598,0,551,2.88),
+(598,0,552,2.88),
+(598,0,553,2.88),
+(598,0,635,3.85),
+(598,0,636,3.85),
+(598,0,637,3.85),
+(598,0,638,3.85),
+(598,0,805,2.2),
+(598,0,806,2.2),
+(598,0,807,2.2),
+(598,0,808,2.2),
+(598,0,890,3.35),
+(598,0,891,3.35),
+(598,0,892,3.35),
+(598,0,893,3.35),
+(598,0,975,0.77),
+(598,0,976,0.77),
+(598,0,977,0.77),
+(598,0,978,0.77),
+(598,0,1060,2),
+(598,0,1061,2),
+(598,0,1062,2),
+(598,0,1063,2),
+(598,0,1230,1.17),
+(598,0,1231,1.17),
+(598,0,1232,1.17),
+(598,0,1233,1.17),
+(598,0,1334,0.1),
+(598,0,1335,0.1),
+(598,0,1380,0.2),
+(598,0,1381,0.2),
+(598,0,1426,0.15),
+(598,0,1427,0.15),
+(598,0,1472,0.05),
+(598,0,1473,0.05),
+(598,0,1518,0.25),
+(598,0,1519,0.25),
+(598,0,1574,3.65),
+(598,0,1575,3.65),
+(598,0,1826,1.15),
+(598,0,1827,1.15),
+(598,0,2054,1.45),
+(598,0,2055,1.45),
+(598,0,2095,0.03),
+(598,0,2096,0.03),
+(598,0,2097,0.03),
+(611,0,308,6.05),
+(611,0,309,6.05),
+(611,0,611,1.42),
+(611,0,612,1.42),
+(611,0,613,1.42),
+(611,0,614,1.42),
+(611,0,696,0.77),
+(611,0,697,0.77),
+(611,0,698,0.77),
+(611,0,699,0.77),
+(611,0,866,1.63),
+(611,0,867,1.63),
+(611,0,868,1.63),
+(611,0,869,1.63),
+(611,0,951,1),
+(611,0,952,1),
+(611,0,953,1),
+(611,0,954,1),
+(611,0,1036,3.8),
+(611,0,1037,3.8),
+(611,0,1038,3.8),
+(611,0,1039,3.8),
+(611,0,1121,2.1),
+(611,0,1122,2.1),
+(611,0,1123,2.1),
+(611,0,1124,2.1),
+(611,0,1206,9.45),
+(611,0,1207,9.45),
+(611,0,1208,9.45),
+(611,0,1209,9.45),
+(611,0,1562,3.05),
+(611,0,1563,3.05),
+(611,0,2042,0.5),
+(611,0,2043,0.5),
+(612,0,310,5.73),
+(612,0,311,5.73),
+(612,0,614,1.32),
+(612,0,615,1.32),
+(612,0,616,1.32),
+(612,0,617,1.32),
+(612,0,699,0.87),
+(612,0,700,0.87),
+(612,0,701,0.87),
+(612,0,702,0.87),
+(612,0,869,1.67),
+(612,0,870,1.67),
+(612,0,871,1.67),
+(612,0,872,1.67),
+(612,0,954,1.31),
+(612,0,955,1.31),
+(612,0,956,1.31),
+(612,0,957,1.31),
+(612,0,1039,4.13),
+(612,0,1040,4.13),
+(612,0,1041,4.13),
+(612,0,1042,4.13),
+(612,0,1124,2.31),
+(612,0,1125,2.31),
+(612,0,1126,2.31),
+(612,0,1127,2.31),
+(612,0,1209,8.5),
+(612,0,1210,8.5),
+(612,0,1211,8.5),
+(612,0,1212,8.5),
+(612,0,1564,3.68),
+(612,0,1565,3.68),
+(612,0,2044,0.47),
+(612,0,2045,0.47),
+(613,0,311,5.63),
+(613,0,312,5.63),
+(613,0,617,1.39),
+(613,0,618,1.39),
+(613,0,619,1.39),
+(613,0,620,1.39),
+(613,0,702,0.9),
+(613,0,703,0.9),
+(613,0,704,0.9),
+(613,0,705,0.9),
+(613,0,872,1.63),
+(613,0,873,1.63),
+(613,0,874,1.63),
+(613,0,875,1.63),
+(613,0,957,1.29),
+(613,0,958,1.29),
+(613,0,959,1.29),
+(613,0,960,1.29),
+(613,0,1042,4.23),
+(613,0,1043,4.23),
+(613,0,1044,4.23),
+(613,0,1045,4.23),
+(613,0,1127,2.63),
+(613,0,1128,2.63),
+(613,0,1129,2.63),
+(613,0,1130,2.63),
+(613,0,1212,8.3),
+(613,0,1213,8.3),
+(613,0,1214,8.3),
+(613,0,1215,8.3),
+(613,0,1565,3.25),
+(613,0,1566,3.25),
+(613,0,2045,0.42),
+(613,0,2046,0.42),
+(614,0,313,5.78),
+(614,0,314,5.78),
+(614,0,620,1.39),
+(614,0,621,1.39),
+(614,0,622,1.39),
+(614,0,623,1.39),
+(614,0,705,0.89),
+(614,0,706,0.89),
+(614,0,707,0.89),
+(614,0,708,0.89),
+(614,0,875,1.57),
+(614,0,876,1.57),
+(614,0,877,1.57),
+(614,0,878,1.57),
+(614,0,960,1.29),
+(614,0,961,1.29),
+(614,0,962,1.29),
+(614,0,963,1.29),
+(614,0,1045,4.26),
+(614,0,1046,4.26),
+(614,0,1047,4.26),
+(614,0,1048,4.26),
+(614,0,1130,2.6),
+(614,0,1131,2.6),
+(614,0,1132,2.6),
+(614,0,1133,2.6),
+(614,0,1215,8.14),
+(614,0,1216,8.14),
+(614,0,1217,8.14),
+(614,0,1218,8.14),
+(614,0,1567,3.47),
+(614,0,1568,3.47),
+(614,0,2047,0.45),
+(614,0,2048,0.45),
+(615,0,314,4.93),
+(615,0,315,4.93),
+(615,0,623,1.34),
+(615,0,624,1.34),
+(615,0,625,1.34),
+(615,0,626,1.34),
+(615,0,708,0.81),
+(615,0,709,0.81),
+(615,0,710,0.81),
+(615,0,711,0.81),
+(615,0,878,1.41),
+(615,0,879,1.41),
+(615,0,880,1.41),
+(615,0,881,1.41),
+(615,0,963,1.07),
+(615,0,964,1.07),
+(615,0,965,1.07),
+(615,0,966,1.07),
+(615,0,1048,3.63),
+(615,0,1049,3.63),
+(615,0,1050,3.63),
+(615,0,1051,3.63),
+(615,0,1133,2.2),
+(615,0,1134,2.2),
+(615,0,1135,2.2),
+(615,0,1136,2.2),
+(615,0,1218,7.39),
+(615,0,1219,7.39),
+(615,0,1220,7.39),
+(615,0,1221,7.39),
+(615,0,1328,0.18),
+(615,0,1329,0.18),
+(615,0,1374,0.15),
+(615,0,1375,0.15),
+(615,0,1420,0.23),
+(615,0,1421,0.23),
+(615,0,1466,0.15),
+(615,0,1467,0.15),
+(615,0,1512,0.18),
+(615,0,1513,0.18),
+(615,0,1568,7.53),
+(615,0,1569,7.53),
+(615,0,2048,0.9),
+(615,0,2049,0.9),
+(616,0,316,4.2),
+(616,0,317,4.2),
+(616,0,626,1.21),
+(616,0,627,1.21),
+(616,0,628,1.21),
+(616,0,629,1.21),
+(616,0,711,0.76),
+(616,0,712,0.76),
+(616,0,713,0.76),
+(616,0,714,0.76),
+(616,0,881,1.44),
+(616,0,882,1.44),
+(616,0,883,1.44),
+(616,0,884,1.44),
+(616,0,966,1.23),
+(616,0,967,1.23),
+(616,0,968,1.23),
+(616,0,969,1.23),
+(616,0,1051,3.29),
+(616,0,1052,3.29),
+(616,0,1053,3.29),
+(616,0,1054,3.29),
+(616,0,1136,2.11),
+(616,0,1137,2.11),
+(616,0,1138,2.11),
+(616,0,1139,2.11),
+(616,0,1221,7.88),
+(616,0,1222,7.88),
+(616,0,1223,7.88),
+(616,0,1224,7.88),
+(616,0,1330,0.1),
+(616,0,1331,0.1),
+(616,0,1376,0.2),
+(616,0,1377,0.2),
+(616,0,1422,0.32),
+(616,0,1423,0.32),
+(616,0,1468,0.25),
+(616,0,1469,0.25),
+(616,0,1514,0.13),
+(616,0,1515,0.13),
+(616,0,1570,8.15),
+(616,0,1571,8.15),
+(616,0,2050,0.78),
+(616,0,2051,0.78),
+(617,0,317,4.75),
+(617,0,318,4.75),
+(617,0,629,1.44),
+(617,0,630,1.44),
+(617,0,631,1.44),
+(617,0,632,1.44),
+(617,0,714,0.89),
+(617,0,715,0.89),
+(617,0,716,0.89),
+(617,0,717,0.89),
+(617,0,884,1.79),
+(617,0,885,1.79),
+(617,0,886,1.79),
+(617,0,887,1.79),
+(617,0,969,1.05),
+(617,0,970,1.05),
+(617,0,971,1.05),
+(617,0,972,1.05),
+(617,0,1054,3.09),
+(617,0,1055,3.09),
+(617,0,1056,3.09),
+(617,0,1057,3.09),
+(617,0,1139,1.85),
+(617,0,1140,1.85),
+(617,0,1141,1.85),
+(617,0,1142,1.85),
+(617,0,1224,7.88),
+(617,0,1225,7.88),
+(617,0,1226,7.88),
+(617,0,1227,7.88),
+(617,0,1331,0.08),
+(617,0,1332,0.08),
+(617,0,1377,0.15),
+(617,0,1378,0.15),
+(617,0,1423,0.15),
+(617,0,1424,0.18),
+(617,0,1469,0.2),
+(617,0,1470,0.2),
+(617,0,1515,0.23),
+(617,0,1516,0.23),
+(617,0,1571,7.77),
+(617,0,1572,7.77),
+(617,0,1730,0.1),
+(617,0,2051,0.85),
+(617,0,2052,0.85),
+(618,0,319,4.27),
+(618,0,320,4.27),
+(618,0,397,0.3),
+(618,0,632,1.03),
+(618,0,633,1.03),
+(618,0,634,1.03),
+(618,0,635,1.03),
+(618,0,717,1.65),
+(618,0,718,1.65),
+(618,0,719,1.65),
+(618,0,720,1.65),
+(618,0,805,0.8),
+(618,0,887,1.58),
+(618,0,888,1.58),
+(618,0,889,1.58),
+(618,0,890,1.58),
+(618,0,891,1.68),
+(618,0,972,0.72),
+(618,0,973,0.72),
+(618,0,974,0.72),
+(618,0,975,0.72),
+(618,0,976,0.72),
+(618,0,1057,2.32),
+(618,0,1058,2.32),
+(618,0,1059,2.32),
+(618,0,1060,2.32),
+(618,0,1142,1.48),
+(618,0,1143,1.57),
+(618,0,1144,1.48),
+(618,0,1145,1.57),
+(618,0,1227,9.63),
+(618,0,1228,9.63),
+(618,0,1229,9.63),
+(618,0,1230,9.63),
+(618,0,1333,0.1),
+(618,0,1379,0.05),
+(618,0,1380,0.05),
+(618,0,1425,0.15),
+(618,0,1426,0.18),
+(618,0,1471,0.62),
+(618,0,1472,0.18),
+(618,0,1517,0.3),
+(618,0,1518,0.3),
+(618,0,1573,7.22),
+(618,0,1574,7.22),
+(618,0,1732,0.1),
+(618,0,2053,0.8),
+(618,0,2054,0.8),
+(618,0,2095,0.07),
+(618,0,2096,0.07),
+(618,0,2097,0.07),
+(618,0,2158,0.1),
+(619,0,320,4.1),
+(619,0,321,4.1),
+(619,0,635,1.35),
+(619,0,636,1.35),
+(619,0,637,1.35),
+(619,0,638,1.35),
+(619,0,720,0.77),
+(619,0,721,0.77),
+(619,0,722,0.77),
+(619,0,723,0.77),
+(619,0,890,1.73),
+(619,0,891,1.73),
+(619,0,892,1.73),
+(619,0,893,1.73),
+(619,0,975,1.08),
+(619,0,976,1.08),
+(619,0,977,1.08),
+(619,0,978,1.08),
+(619,0,1060,2.25),
+(619,0,1061,2.25),
+(619,0,1062,2.25),
+(619,0,1063,2.25),
+(619,0,1145,1.23),
+(619,0,1146,1.23),
+(619,0,1147,1.23),
+(619,0,1148,1.23),
+(619,0,1230,10.88),
+(619,0,1231,10.88),
+(619,0,1232,10.88),
+(619,0,1233,10.88),
+(619,0,1334,0.1),
+(619,0,1335,0.1),
+(619,0,1380,0.2),
+(619,0,1381,0.2),
+(619,0,1426,0.1),
+(619,0,1427,0.1),
+(619,0,1472,0.1),
+(619,0,1473,0.1),
+(619,0,1518,0.05),
+(619,0,1519,0.05),
+(619,0,1574,5.95),
+(619,0,1575,5.95),
+(619,0,1941,0.1),
+(619,0,2054,0.75),
+(619,0,2055,0.75),
+(629,0,178,4.04),
+(629,0,188,2.15),
+(629,0,213,4.04),
+(629,0,217,2.15),
+(629,0,517,1.62),
+(629,0,518,1.62),
+(629,0,519,1.62),
+(629,0,520,1.62),
+(629,0,772,5.73),
+(629,0,773,5.73),
+(629,0,774,5.73),
+(629,0,775,5.73),
+(629,0,857,3.64),
+(629,0,858,3.64),
+(629,0,859,3.64),
+(629,0,860,3.64),
+(629,0,1027,3.07),
+(629,0,1028,3.07),
+(629,0,1029,3.07),
+(629,0,1030,3.07),
+(629,0,1365,0.1),
+(629,0,1810,3.4),
+(629,0,1811,3.4),
+(629,0,1848,1.56),
+(629,0,1849,1.56),
+(629,0,1886,3.55),
+(629,0,1887,3.55),
+(629,0,1962,2.77),
+(629,0,1963,2.77),
+(629,0,2038,4.41),
+(629,0,2039,4.41),
+(630,0,213,3.64),
+(630,0,214,3.64),
+(630,0,217,2.41),
+(630,0,218,2.41),
+(630,0,520,2.03),
+(630,0,521,2.03),
+(630,0,522,2.03),
+(630,0,523,2.03),
+(630,0,775,6.32),
+(630,0,776,6.32),
+(630,0,777,6.32),
+(630,0,778,6.32),
+(630,0,860,2.82),
+(630,0,861,2.82),
+(630,0,862,2.82),
+(630,0,863,2.82),
+(630,0,1030,3.96),
+(630,0,1031,3.96),
+(630,0,1032,3.96),
+(630,0,1033,3.96),
+(630,0,1811,3.11),
+(630,0,1812,3.11),
+(630,0,1849,1.34),
+(630,0,1850,1.34),
+(630,0,1887,3.19),
+(630,0,1888,3.19),
+(630,0,1963,2.41),
+(630,0,1964,2.41),
+(630,0,2039,3.71),
+(630,0,2040,3.71),
+(631,0,287,3),
+(631,0,333,3),
+(631,0,383,3.5),
+(631,0,384,3.5),
+(631,0,523,2.45),
+(631,0,524,2.45),
+(631,0,525,2.45),
+(631,0,526,2.45),
+(631,0,778,5.75),
+(631,0,779,5.75),
+(631,0,780,5.75),
+(631,0,781,5.75),
+(631,0,863,2.53),
+(631,0,864,2.53),
+(631,0,865,2.53),
+(631,0,866,2.53),
+(631,0,1033,4.55),
+(631,0,1034,4.55),
+(631,0,1035,4.55),
+(631,0,1036,4.55),
+(631,0,1813,3.1),
+(631,0,1814,3.1),
+(631,0,1851,1.15),
+(631,0,1852,1.15),
+(631,0,1889,2.8),
+(631,0,1890,2.8),
+(631,0,1927,0.1),
+(631,0,1965,2.1),
+(631,0,1966,2.1),
+(631,0,2041,3.7),
+(631,0,2042,3.7),
+(632,0,333,3.26),
+(632,0,334,3.26),
+(632,0,384,3.45),
+(632,0,385,3.45),
+(632,0,526,2.7),
+(632,0,527,2.7),
+(632,0,528,2.7),
+(632,0,529,2.7),
+(632,0,781,5.46),
+(632,0,782,5.46),
+(632,0,783,5.46),
+(632,0,784,5.46),
+(632,0,866,2.41),
+(632,0,867,2.41),
+(632,0,868,2.41),
+(632,0,869,2.41),
+(632,0,1036,4.42),
+(632,0,1037,4.42),
+(632,0,1038,4.42),
+(632,0,1039,4.42),
+(632,0,1814,3.2),
+(632,0,1815,3.2),
+(632,0,1852,1.34),
+(632,0,1853,1.34),
+(632,0,1890,2.86),
+(632,0,1891,2.86),
+(632,0,1966,2.25),
+(632,0,1967,2.25),
+(632,0,2042,3.7),
+(632,0,2043,3.7),
+(633,0,335,3.08),
+(633,0,336,3.08),
+(633,0,386,3.57),
+(633,0,387,3.57),
+(633,0,529,2.5),
+(633,0,530,2.5),
+(633,0,531,2.5),
+(633,0,532,2.5),
+(633,0,784,6.32),
+(633,0,785,6.32),
+(633,0,786,6.32),
+(633,0,787,6.32),
+(633,0,869,2.46),
+(633,0,870,2.46),
+(633,0,871,2.46),
+(633,0,872,2.46),
+(633,0,1039,4.32),
+(633,0,1040,4.32),
+(633,0,1041,4.32),
+(633,0,1042,4.32),
+(633,0,1816,2.6),
+(633,0,1817,2.6),
+(633,0,1854,1.3),
+(633,0,1855,1.3),
+(633,0,1892,2.85),
+(633,0,1893,2.85),
+(633,0,1930,0.1),
+(633,0,1968,2.05),
+(633,0,1969,2.05),
+(633,0,2044,3.4),
+(633,0,2045,3.4),
+(634,0,336,2.67),
+(634,0,337,2.67),
+(634,0,387,3.87),
+(634,0,388,3.87),
+(634,0,532,2.09),
+(634,0,533,2.09),
+(634,0,534,2.09),
+(634,0,535,2.09),
+(634,0,787,6.81),
+(634,0,788,6.81),
+(634,0,789,6.81),
+(634,0,790,6.81),
+(634,0,872,2.6),
+(634,0,873,2.6),
+(634,0,874,2.6),
+(634,0,875,2.6),
+(634,0,1042,3.77),
+(634,0,1043,3.77),
+(634,0,1044,3.77),
+(634,0,1045,3.77),
+(634,0,1817,2.52),
+(634,0,1818,2.52),
+(634,0,1855,1.73),
+(634,0,1856,1.73),
+(634,0,1893,2.85),
+(634,0,1894,2.85),
+(634,0,1969,2.33),
+(634,0,1970,2.33),
+(634,0,2045,3.45),
+(634,0,2046,3.45),
+(635,0,338,2.73),
+(635,0,339,2.73),
+(635,0,389,3.4),
+(635,0,390,3.4),
+(635,0,535,2.08),
+(635,0,536,2.08),
+(635,0,537,2.08),
+(635,0,538,2.08),
+(635,0,790,6.68),
+(635,0,791,6.68),
+(635,0,792,6.68),
+(635,0,793,6.68),
+(635,0,875,2.64),
+(635,0,876,2.64),
+(635,0,877,2.64),
+(635,0,878,2.64),
+(635,0,1045,4.03),
+(635,0,1046,4.03),
+(635,0,1047,4.03),
+(635,0,1048,4.03),
+(635,0,1512,0.1),
+(635,0,1819,2.58),
+(635,0,1820,2.58),
+(635,0,1857,1.65),
+(635,0,1858,1.65),
+(635,0,1895,3.25),
+(635,0,1896,3.25),
+(635,0,1971,2.1),
+(635,0,1972,2.1),
+(635,0,2047,3.43),
+(635,0,2048,3.43),
+(636,0,339,3),
+(636,0,340,3),
+(636,0,390,3.6),
+(636,0,391,3.6),
+(636,0,538,2.28),
+(636,0,539,2.28),
+(636,0,540,2.28),
+(636,0,541,2.28),
+(636,0,793,7.07),
+(636,0,794,7.07),
+(636,0,795,7.07),
+(636,0,796,7.07),
+(636,0,878,2.7),
+(636,0,879,2.7),
+(636,0,880,2.7),
+(636,0,881,2.7),
+(636,0,1048,4),
+(636,0,1049,4),
+(636,0,1050,4),
+(636,0,1051,4),
+(636,0,1328,0.15),
+(636,0,1329,0.15),
+(636,0,1374,0.15),
+(636,0,1375,0.15),
+(636,0,1420,0.15),
+(636,0,1421,0.15),
+(636,0,1466,0.15),
+(636,0,1467,0.15),
+(636,0,1512,0.1),
+(636,0,1513,0.1),
+(636,0,1820,2.15),
+(636,0,1821,2.15),
+(636,0,1858,1.3),
+(636,0,1859,1.3),
+(636,0,1896,2.45),
+(636,0,1897,2.45),
+(636,0,1972,1.7),
+(636,0,1973,1.7),
+(636,0,2048,2.8),
+(636,0,2049,2.8),
+(637,0,341,3),
+(637,0,342,3),
+(637,0,392,3.6),
+(637,0,393,3.6),
+(637,0,541,1.95),
+(637,0,542,1.95),
+(637,0,543,1.95),
+(637,0,544,1.95),
+(637,0,714,0.1),
+(637,0,796,6.5),
+(637,0,797,6.5),
+(637,0,798,6.5),
+(637,0,799,6.5),
+(637,0,881,3.14),
+(637,0,882,3.14),
+(637,0,883,3.14),
+(637,0,884,3.14),
+(637,0,1051,3.78),
+(637,0,1052,3.78),
+(637,0,1053,3.78),
+(637,0,1054,3.78),
+(637,0,1138,0.1),
+(637,0,1330,0.12),
+(637,0,1331,0.12),
+(637,0,1376,0.17),
+(637,0,1377,0.17),
+(637,0,1422,0.27),
+(637,0,1423,0.27),
+(637,0,1468,0.2),
+(637,0,1469,0.2),
+(637,0,1514,0.25),
+(637,0,1515,0.25),
+(637,0,1822,1.93),
+(637,0,1823,1.93),
+(637,0,1860,1.57),
+(637,0,1861,1.57),
+(637,0,1898,3.03),
+(637,0,1899,3.03),
+(637,0,1974,1.87),
+(637,0,1975,1.87),
+(637,0,2050,3.33),
+(637,0,2051,3.33),
+(638,0,318,0.1),
+(638,0,342,3.02),
+(638,0,343,3.02),
+(638,0,393,3.78),
+(638,0,394,3.78),
+(638,0,463,0.1),
+(638,0,544,1.57),
+(638,0,545,1.57),
+(638,0,546,1.57),
+(638,0,547,1.57),
+(638,0,548,1.24),
+(638,0,631,0.1),
+(638,0,717,0.05),
+(638,0,718,0.08),
+(638,0,799,5.74),
+(638,0,800,5.74),
+(638,0,801,5.74),
+(638,0,802,5.74),
+(638,0,804,5.24),
+(638,0,884,3.5),
+(638,0,885,3.5),
+(638,0,886,3.5),
+(638,0,887,3.5),
+(638,0,970,0.1),
+(638,0,1054,3.39),
+(638,0,1055,3.39),
+(638,0,1056,3.39),
+(638,0,1057,3.39),
+(638,0,1141,0.1),
+(638,0,1144,0.1),
+(638,0,1227,0.1),
+(638,0,1331,0.07),
+(638,0,1332,0.07),
+(638,0,1333,0.03),
+(638,0,1377,0.23),
+(638,0,1378,0.23),
+(638,0,1423,0.38),
+(638,0,1424,0.38),
+(638,0,1470,0.35),
+(638,0,1515,0.11),
+(638,0,1516,0.11),
+(638,0,1517,0.07),
+(638,0,1730,0.1),
+(638,0,1731,0.1),
+(638,0,1823,1.8),
+(638,0,1824,1.8),
+(638,0,1861,1.65),
+(638,0,1862,1.65),
+(638,0,1899,2.68),
+(638,0,1900,2.68),
+(638,0,1901,2.27),
+(638,0,1975,1.9),
+(638,0,1976,1.9),
+(638,0,2016,0.1),
+(638,0,2051,3.5),
+(638,0,2052,3.5),
+(638,0,2130,0.03),
+(638,0,2131,0.03),
+(638,0,2132,0.03),
+(638,0,2133,0.03),
+(639,0,321,0.1),
+(639,0,344,2.54),
+(639,0,345,2.54),
+(639,0,346,2),
+(639,0,371,0.1),
+(639,0,395,3.6),
+(639,0,396,3.6),
+(639,0,397,2.57),
+(639,0,421,0.1),
+(639,0,423,0.1),
+(639,0,466,0.2),
+(639,0,467,0.1),
+(639,0,547,1.51),
+(639,0,548,1.51),
+(639,0,549,1.51),
+(639,0,550,1.51),
+(639,0,718,0.1),
+(639,0,802,5.95),
+(639,0,803,5.95),
+(639,0,804,5.95),
+(639,0,805,5.95),
+(639,0,807,4.94),
+(639,0,887,3.59),
+(639,0,888,3.59),
+(639,0,889,3.59),
+(639,0,890,3.59),
+(639,0,892,3.24),
+(639,0,1057,3.49),
+(639,0,1058,3.49),
+(639,0,1059,3.49),
+(639,0,1060,3.49),
+(639,0,1143,0.13),
+(639,0,1145,0.05),
+(639,0,1228,0.1),
+(639,0,1229,0.1),
+(639,0,1333,0.1),
+(639,0,1334,0.1),
+(639,0,1379,0.17),
+(639,0,1380,0.17),
+(639,0,1381,0.13),
+(639,0,1425,0.48),
+(639,0,1426,0.22),
+(639,0,1427,0.23),
+(639,0,1471,0.25),
+(639,0,1472,0.27),
+(639,0,1517,0.27),
+(639,0,1518,0.1),
+(639,0,1731,0.1),
+(639,0,1825,1.7),
+(639,0,1826,1.6),
+(639,0,1863,2.09),
+(639,0,1864,2.09),
+(639,0,1901,2.99),
+(639,0,1902,2.99),
+(639,0,1903,2.27),
+(639,0,1941,0.1),
+(639,0,1977,1.6),
+(639,0,1978,1.6),
+(639,0,1979,1.4),
+(639,0,2016,0.1),
+(639,0,2053,3.5),
+(639,0,2054,3.5),
+(639,0,2095,0.03),
+(639,0,2096,0.03),
+(639,0,2097,0.03),
+(639,0,2159,0.1),
+(640,0,345,1.85),
+(640,0,346,1.85),
+(640,0,396,2.65),
+(640,0,397,2.65),
+(640,0,551,5.55),
+(640,0,553,5.55),
+(640,0,805,4.9),
+(640,0,806,4.9),
+(640,0,807,4.9),
+(640,0,808,4.9),
+(640,0,890,3.58),
+(640,0,891,3.58),
+(640,0,892,3.58),
+(640,0,893,3.58),
+(640,0,1062,5.85),
+(640,0,1063,5.85),
+(640,0,1426,1.1),
+(640,0,1826,2.4),
+(640,0,1827,2.4),
+(640,0,1864,4.2),
+(640,0,1865,4.2),
+(640,0,1902,2.6),
+(640,0,1903,2.6),
+(640,0,1978,3.7),
+(640,0,1979,3.7),
+(640,0,2054,3.7),
+(640,0,2055,3.7),
+(650,0,178,3.28),
+(650,0,188,3.38),
+(650,0,213,3.28),
+(650,0,217,3.38),
+(650,0,254,1.02),
+(650,0,435,1.02),
+(650,0,436,1.02),
+(650,0,437,1.02),
+(650,0,517,2.42),
+(650,0,518,2.42),
+(650,0,519,2.42),
+(650,0,520,2.42),
+(650,0,602,4.37),
+(650,0,603,4.37),
+(650,0,604,4.37),
+(650,0,605,4.37),
+(650,0,687,0.84),
+(650,0,688,0.84),
+(650,0,689,0.84),
+(650,0,690,0.84),
+(650,0,772,4.18),
+(650,0,773,4.18),
+(650,0,774,4.18),
+(650,0,775,4.18),
+(650,0,857,2.66),
+(650,0,858,2.66),
+(650,0,859,2.66),
+(650,0,860,2.66),
+(650,0,1027,2.23),
+(650,0,1028,2.23),
+(650,0,1029,2.23),
+(650,0,1030,2.23),
+(650,0,1197,0.97),
+(650,0,1198,0.97),
+(650,0,1199,0.97),
+(650,0,1200,0.97),
+(650,0,1607,2.8),
+(650,0,1612,2.8),
+(650,0,1810,0.77),
+(650,0,1811,0.77),
+(650,0,2000,1.62),
+(650,0,2001,1.62),
+(650,0,2038,0.73),
+(650,0,2039,0.73),
+(651,0,213,3.98),
+(651,0,214,3.98),
+(651,0,217,3.65),
+(651,0,218,3.65),
+(651,0,437,0.84),
+(651,0,438,0.84),
+(651,0,439,0.84),
+(651,0,440,0.84),
+(651,0,520,2.23),
+(651,0,521,2.23),
+(651,0,522,2.23),
+(651,0,523,2.23),
+(651,0,605,2.99),
+(651,0,606,2.99),
+(651,0,607,2.99),
+(651,0,608,2.99),
+(651,0,690,0.68),
+(651,0,691,0.68),
+(651,0,692,0.68),
+(651,0,693,0.68),
+(651,0,775,5.01),
+(651,0,776,5.01),
+(651,0,777,5.01),
+(651,0,778,5.01),
+(651,0,860,2.51),
+(651,0,861,2.51),
+(651,0,862,2.51),
+(651,0,863,2.51),
+(651,0,1030,2.55),
+(651,0,1031,2.55),
+(651,0,1032,2.55),
+(651,0,1033,2.55),
+(651,0,1200,0.9),
+(651,0,1201,0.9),
+(651,0,1202,0.9),
+(651,0,1203,0.9),
+(651,0,1612,3.35),
+(651,0,1613,3.35),
+(651,0,1811,0.95),
+(651,0,1812,0.95),
+(651,0,2001,1.8),
+(651,0,2002,1.8),
+(651,0,2039,0.83),
+(651,0,2040,0.83),
+(652,0,287,3.83),
+(652,0,333,3.83),
+(652,0,383,4.15),
+(652,0,384,4.15),
+(652,0,440,0.89),
+(652,0,441,0.89),
+(652,0,442,0.89),
+(652,0,443,0.89),
+(652,0,523,2.61),
+(652,0,524,2.61),
+(652,0,525,2.61),
+(652,0,526,2.61),
+(652,0,608,2.68),
+(652,0,609,2.68),
+(652,0,610,2.68),
+(652,0,611,2.68),
+(652,0,693,0.59),
+(652,0,694,0.59),
+(652,0,695,0.59),
+(652,0,696,0.59),
+(652,0,778,4.5),
+(652,0,779,4.5),
+(652,0,780,4.5),
+(652,0,781,4.5),
+(652,0,863,2.21),
+(652,0,864,2.21),
+(652,0,865,2.21),
+(652,0,866,2.21),
+(652,0,1033,2.97),
+(652,0,1034,2.97),
+(652,0,1035,2.97),
+(652,0,1036,2.97),
+(652,0,1203,0.92),
+(652,0,1204,0.92),
+(652,0,1205,0.92),
+(652,0,1206,0.92),
+(652,0,1614,4.1),
+(652,0,1615,4.1),
+(652,0,1813,0.88),
+(652,0,1814,0.88),
+(652,0,2003,1.52),
+(652,0,2004,1.52),
+(652,0,2041,0.72),
+(652,0,2042,0.72),
+(653,0,333,4.68),
+(653,0,334,4.68),
+(653,0,384,3.1),
+(653,0,385,3.1),
+(653,0,526,1.83),
+(653,0,527,1.83),
+(653,0,528,1.83),
+(653,0,529,1.83),
+(653,0,611,4.97),
+(653,0,612,4.97),
+(653,0,613,4.97),
+(653,0,614,4.97),
+(653,0,696,0.57),
+(653,0,697,0.57),
+(653,0,698,0.57),
+(653,0,699,0.57),
+(653,0,781,3.74),
+(653,0,782,3.74),
+(653,0,783,3.74),
+(653,0,784,3.74),
+(653,0,866,1.94),
+(653,0,867,1.94),
+(653,0,868,1.94),
+(653,0,869,1.94),
+(653,0,1036,2.67),
+(653,0,1037,2.67),
+(653,0,1038,2.67),
+(653,0,1039,2.67),
+(653,0,1121,1.02),
+(653,0,1122,1.02),
+(653,0,1123,1.02),
+(653,0,1124,1.02),
+(653,0,1206,1.25),
+(653,0,1207,1.25),
+(653,0,1208,1.25),
+(653,0,1209,1.25),
+(653,0,1615,3.87),
+(653,0,1620,3.87),
+(653,0,1814,0.7),
+(653,0,1815,0.7),
+(653,0,2004,1.2),
+(653,0,2005,1.2),
+(653,0,2042,0.47),
+(653,0,2043,0.47),
+(654,0,335,4.9),
+(654,0,336,4.9),
+(654,0,386,3.25),
+(654,0,387,3.25),
+(654,0,529,1.89),
+(654,0,530,1.89),
+(654,0,531,1.89),
+(654,0,532,1.89),
+(654,0,614,3.87),
+(654,0,615,3.87),
+(654,0,616,3.87),
+(654,0,617,3.87),
+(654,0,699,0.5),
+(654,0,700,0.5),
+(654,0,701,0.5),
+(654,0,702,0.5),
+(654,0,784,3.89),
+(654,0,785,3.89),
+(654,0,786,3.89),
+(654,0,787,3.89),
+(654,0,869,2.47),
+(654,0,870,2.47),
+(654,0,871,2.47),
+(654,0,872,2.47),
+(654,0,1039,2.87),
+(654,0,1040,2.87),
+(654,0,1041,2.87),
+(654,0,1042,2.87),
+(654,0,1124,1.09),
+(654,0,1125,1.09),
+(654,0,1126,1.09),
+(654,0,1127,1.09),
+(654,0,1209,1.34),
+(654,0,1210,1.34),
+(654,0,1211,1.34),
+(654,0,1212,1.34),
+(654,0,1621,3.57),
+(654,0,1622,3.57),
+(654,0,1816,0.6),
+(654,0,1817,0.6),
+(654,0,2006,1.27),
+(654,0,2007,1.27),
+(654,0,2044,0.57),
+(654,0,2045,0.57),
+(655,0,336,4.97),
+(655,0,337,4.97),
+(655,0,387,3),
+(655,0,388,3),
+(655,0,532,1.83),
+(655,0,533,1.83),
+(655,0,534,1.83),
+(655,0,535,1.83),
+(655,0,617,3.3),
+(655,0,618,3.3),
+(655,0,619,3.3),
+(655,0,620,3.3),
+(655,0,621,2.94),
+(655,0,702,0.52),
+(655,0,703,0.52),
+(655,0,704,0.52),
+(655,0,705,0.52),
+(655,0,787,3.98),
+(655,0,788,3.98),
+(655,0,789,3.98),
+(655,0,790,3.98),
+(655,0,872,2.96),
+(655,0,873,2.96),
+(655,0,874,2.96),
+(655,0,875,2.96),
+(655,0,1042,2.67),
+(655,0,1043,2.67),
+(655,0,1044,2.67),
+(655,0,1045,2.67),
+(655,0,1127,1.01),
+(655,0,1128,1.01),
+(655,0,1129,1.01),
+(655,0,1130,1.01),
+(655,0,1212,1.56),
+(655,0,1213,1.56),
+(655,0,1214,1.56),
+(655,0,1215,1.56),
+(655,0,1616,3.43),
+(655,0,1622,3.43),
+(655,0,1817,0.57),
+(655,0,1818,0.57),
+(655,0,2007,1.23),
+(655,0,2008,1.23),
+(655,0,2045,0.57),
+(655,0,2046,0.57),
+(656,0,338,4.92),
+(656,0,339,4.92),
+(656,0,389,3.08),
+(656,0,390,3.08),
+(656,0,535,1.99),
+(656,0,536,1.99),
+(656,0,537,1.99),
+(656,0,538,1.99),
+(656,0,620,3.73),
+(656,0,621,3.73),
+(656,0,622,3.73),
+(656,0,623,3.73),
+(656,0,705,0.55),
+(656,0,706,0.55),
+(656,0,707,0.55),
+(656,0,708,0.55),
+(656,0,790,3.93),
+(656,0,791,3.93),
+(656,0,792,3.93),
+(656,0,793,3.93),
+(656,0,875,2.82),
+(656,0,876,2.82),
+(656,0,877,2.82),
+(656,0,878,2.82),
+(656,0,1045,2.82),
+(656,0,1046,2.82),
+(656,0,1047,2.82),
+(656,0,1048,2.82),
+(656,0,1130,0.95),
+(656,0,1131,0.95),
+(656,0,1132,0.95),
+(656,0,1133,0.95),
+(656,0,1215,1.38),
+(656,0,1216,1.38),
+(656,0,1217,1.38),
+(656,0,1218,1.38),
+(656,0,1617,3.25),
+(656,0,1623,3.25),
+(656,0,1819,0.48),
+(656,0,1820,0.48),
+(656,0,2009,1.25),
+(656,0,2010,1.25),
+(656,0,2047,0.62),
+(656,0,2048,0.62),
+(657,0,339,4.95),
+(657,0,340,4.95),
+(657,0,390,3.1),
+(657,0,391,3.1),
+(657,0,538,1.8),
+(657,0,539,1.8),
+(657,0,540,1.8),
+(657,0,541,1.8),
+(657,0,623,3.4),
+(657,0,624,3.4),
+(657,0,625,3.4),
+(657,0,626,3.4),
+(657,0,708,0.55),
+(657,0,709,0.55),
+(657,0,710,0.55),
+(657,0,711,0.55),
+(657,0,793,3.88),
+(657,0,794,3.88),
+(657,0,795,3.88),
+(657,0,796,3.88),
+(657,0,878,2.75),
+(657,0,879,2.75),
+(657,0,880,2.75),
+(657,0,881,2.75),
+(657,0,1048,2.5),
+(657,0,1049,2.5),
+(657,0,1050,2.5),
+(657,0,1051,2.5),
+(657,0,1133,1),
+(657,0,1134,1),
+(657,0,1135,1),
+(657,0,1136,1),
+(657,0,1218,1.38),
+(657,0,1219,1.38),
+(657,0,1220,1.38),
+(657,0,1221,1.38),
+(657,0,1328,0.1),
+(657,0,1329,0.1),
+(657,0,1374,0.2),
+(657,0,1375,0.2),
+(657,0,1420,0.25),
+(657,0,1421,0.25),
+(657,0,1466,0.15),
+(657,0,1467,0.15),
+(657,0,1512,0.25),
+(657,0,1513,0.25),
+(657,0,1617,3.85),
+(657,0,1624,3.85),
+(657,0,1820,0.65),
+(657,0,1821,0.65),
+(657,0,2010,1.4),
+(657,0,2011,1.4),
+(657,0,2048,0.65),
+(657,0,2049,0.65),
+(658,0,341,4.27),
+(658,0,342,4.27),
+(658,0,392,2.8),
+(658,0,393,2.8),
+(658,0,541,1.71),
+(658,0,542,1.71),
+(658,0,543,1.71),
+(658,0,544,1.71),
+(658,0,626,5.56),
+(658,0,627,5.56),
+(658,0,628,5.56),
+(658,0,629,5.56),
+(658,0,711,0.68),
+(658,0,712,0.68),
+(658,0,713,0.68),
+(658,0,714,0.68),
+(658,0,796,3.24),
+(658,0,797,3.24),
+(658,0,798,3.24),
+(658,0,799,3.24),
+(658,0,881,2.39),
+(658,0,882,2.39),
+(658,0,883,2.39),
+(658,0,884,2.39),
+(658,0,969,0.1),
+(658,0,1051,2.16),
+(658,0,1052,2.16),
+(658,0,1053,2.16),
+(658,0,1054,2.16),
+(658,0,1136,0.76),
+(658,0,1137,0.76),
+(658,0,1138,0.76),
+(658,0,1139,0.76),
+(658,0,1221,1.44),
+(658,0,1222,1.44),
+(658,0,1223,1.44),
+(658,0,1224,1.44),
+(658,0,1330,0.18),
+(658,0,1331,0.18),
+(658,0,1376,0.19),
+(658,0,1377,0.19),
+(658,0,1422,0.2),
+(658,0,1423,0.2),
+(658,0,1468,0.15),
+(658,0,1469,0.15),
+(658,0,1514,0.25),
+(658,0,1515,0.25),
+(658,0,1618,3.5),
+(658,0,1625,3.5),
+(658,0,1822,0.55),
+(658,0,1823,0.55),
+(658,0,1975,0.1),
+(658,0,2012,1.36),
+(658,0,2013,1.36),
+(658,0,2050,0.64),
+(658,0,2051,0.64),
+(659,0,342,3.85),
+(659,0,343,3.85),
+(659,0,393,2.8),
+(659,0,394,2.8),
+(659,0,544,2.05),
+(659,0,545,2.05),
+(659,0,546,2.05),
+(659,0,547,2.05),
+(659,0,629,5.55),
+(659,0,630,5.55),
+(659,0,631,5.55),
+(659,0,632,5.55),
+(659,0,714,0.88),
+(659,0,715,0.88),
+(659,0,716,0.88),
+(659,0,717,0.88),
+(659,0,799,3.2),
+(659,0,800,3.2),
+(659,0,801,3.2),
+(659,0,802,3.2),
+(659,0,884,2.65),
+(659,0,885,2.65),
+(659,0,886,2.65),
+(659,0,887,2.65),
+(659,0,1054,1.63),
+(659,0,1055,1.63),
+(659,0,1056,1.63),
+(659,0,1057,1.63),
+(659,0,1139,0.98),
+(659,0,1140,0.98),
+(659,0,1141,0.98),
+(659,0,1142,0.98),
+(659,0,1224,1.42),
+(659,0,1225,1.42),
+(659,0,1226,1.42),
+(659,0,1227,1.42),
+(659,0,1331,0.1),
+(659,0,1332,0.1),
+(659,0,1377,0.1),
+(659,0,1378,0.1),
+(659,0,1423,0.3),
+(659,0,1424,0.3),
+(659,0,1470,0.1),
+(659,0,1515,0.25),
+(659,0,1516,0.25),
+(659,0,1618,3.75),
+(659,0,1626,3.75),
+(659,0,1823,0.23),
+(659,0,1824,0.23),
+(659,0,1825,0.23),
+(659,0,2013,1.35),
+(659,0,2014,1.35),
+(659,0,2051,0.4),
+(659,0,2052,0.4),
+(660,0,321,0.1),
+(660,0,344,4.35),
+(660,0,345,4.35),
+(660,0,395,2.6),
+(660,0,396,2.6),
+(660,0,422,0.1),
+(660,0,547,1.66),
+(660,0,548,1.66),
+(660,0,549,1.66),
+(660,0,550,1.66),
+(660,0,632,5.78),
+(660,0,633,5.78),
+(660,0,634,5.78),
+(660,0,635,5.78),
+(660,0,637,5.88),
+(660,0,717,0.83),
+(660,0,718,0.83),
+(660,0,719,0.83),
+(660,0,720,0.83),
+(660,0,802,2.92),
+(660,0,803,2.92),
+(660,0,804,2.92),
+(660,0,805,2.92),
+(660,0,806,2.62),
+(660,0,887,2.29),
+(660,0,888,2.29),
+(660,0,889,2.29),
+(660,0,890,2.29),
+(660,0,1057,1.92),
+(660,0,1058,1.92),
+(660,0,1059,1.92),
+(660,0,1060,1.92),
+(660,0,1142,0.66),
+(660,0,1143,0.66),
+(660,0,1144,0.66),
+(660,0,1145,0.66),
+(660,0,1227,1.48),
+(660,0,1228,1.48),
+(660,0,1229,1.48),
+(660,0,1230,1.48),
+(660,0,1333,0.2),
+(660,0,1334,0.17),
+(660,0,1335,0.2),
+(660,0,1379,0.2),
+(660,0,1380,0.2),
+(660,0,1425,0.29),
+(660,0,1426,0.25),
+(660,0,1471,0.17),
+(660,0,1472,0.17),
+(660,0,1517,0.16),
+(660,0,1518,0.18),
+(660,0,1627,3.5),
+(660,0,1628,3.5),
+(660,0,1731,0.1),
+(660,0,1825,0.54),
+(660,0,1826,0.54),
+(660,0,1940,0.1),
+(660,0,1977,0.1),
+(660,0,1979,0.1),
+(660,0,2015,0.87),
+(660,0,2016,0.87),
+(660,0,2017,0.82),
+(660,0,2053,0.81),
+(660,0,2054,0.81),
+(660,0,2095,0.03),
+(660,0,2096,0.03),
+(660,0,2097,0.03),
+(660,0,2134,0.03),
+(660,0,2135,0.03),
+(660,0,2136,0.03),
+(660,0,2137,0.03),
+(661,0,345,4.45),
+(661,0,346,4.45),
+(661,0,396,2.7),
+(661,0,397,2.7),
+(661,0,552,1),
+(661,0,553,1),
+(661,0,635,5.95),
+(661,0,636,5.95),
+(661,0,637,5.95),
+(661,0,638,5.95),
+(661,0,720,0.68),
+(661,0,721,0.68),
+(661,0,722,0.68),
+(661,0,723,0.68),
+(661,0,805,3.75),
+(661,0,806,3.75),
+(661,0,807,3.75),
+(661,0,808,3.75),
+(661,0,890,2.3),
+(661,0,891,2.3),
+(661,0,892,2.3),
+(661,0,893,2.3),
+(661,0,1061,1.55),
+(661,0,1063,1.55),
+(661,0,1146,1.35),
+(661,0,1148,1.35),
+(661,0,1230,2.3),
+(661,0,1231,2.3),
+(661,0,1232,2.3),
+(661,0,1233,2.3),
+(661,0,1380,0.4),
+(661,0,1381,0.4),
+(661,0,1426,0.8),
+(661,0,1473,0.8),
+(661,0,1628,6.35),
+(661,0,1629,6.35),
+(661,0,2016,1.15),
+(661,0,2017,1.15),
+(661,0,2054,0.4),
+(661,0,2055,0.4),
+(671,0,188,4.25),
+(671,0,217,4.25),
+(671,0,602,1.04),
+(671,0,603,1.04),
+(671,0,604,1.04),
+(671,0,605,1.04),
+(671,0,687,1.3),
+(671,0,688,1.3),
+(671,0,689,1.3),
+(671,0,690,1.3),
+(671,0,857,1.14),
+(671,0,858,1.14),
+(671,0,859,1.14),
+(671,0,860,1.14),
+(671,0,942,1.76),
+(671,0,943,1.76),
+(671,0,944,1.76),
+(671,0,945,1.76),
+(671,0,1027,1.8),
+(671,0,1028,1.8),
+(671,0,1029,1.8),
+(671,0,1030,1.8),
+(671,0,1112,2.94),
+(671,0,1113,2.94),
+(671,0,1114,2.94),
+(671,0,1115,2.94),
+(671,0,1197,10.43),
+(671,0,1198,10.43),
+(671,0,1199,10.43),
+(671,0,1200,10.43),
+(671,0,1607,4.72),
+(671,0,1612,4.72),
+(671,0,2038,0.28),
+(671,0,2039,0.28),
+(672,0,217,5.13),
+(672,0,218,5.13),
+(672,0,605,0.92),
+(672,0,606,0.92),
+(672,0,607,0.92),
+(672,0,608,0.92),
+(672,0,690,1.13),
+(672,0,691,1.13),
+(672,0,692,1.13),
+(672,0,693,1.13),
+(672,0,860,1.07),
+(672,0,861,1.07),
+(672,0,862,1.07),
+(672,0,863,1.07),
+(672,0,945,1.83),
+(672,0,946,1.83),
+(672,0,947,1.83),
+(672,0,948,1.83),
+(672,0,1030,2.17),
+(672,0,1031,2.17),
+(672,0,1032,2.17),
+(672,0,1033,2.17),
+(672,0,1115,3.38),
+(672,0,1116,3.38),
+(672,0,1117,3.38),
+(672,0,1118,3.38),
+(672,0,1200,9.02),
+(672,0,1201,9.02),
+(672,0,1202,9.02),
+(672,0,1203,9.02),
+(672,0,1612,5.52),
+(672,0,1613,5.52),
+(672,0,2039,0.25),
+(672,0,2040,0.25),
+(673,0,287,5.48),
+(673,0,333,5.48),
+(673,0,608,0.83),
+(673,0,609,0.83),
+(673,0,610,0.83),
+(673,0,611,0.83),
+(673,0,693,1.13),
+(673,0,694,1.13),
+(673,0,695,1.13),
+(673,0,696,1.13),
+(673,0,863,1.08),
+(673,0,864,1.08),
+(673,0,865,1.08),
+(673,0,866,1.08),
+(673,0,948,1.84),
+(673,0,949,1.84),
+(673,0,950,1.84),
+(673,0,951,1.84),
+(673,0,1033,2.34),
+(673,0,1034,2.34),
+(673,0,1035,2.34),
+(673,0,1036,2.34),
+(673,0,1118,3.72),
+(673,0,1119,3.72),
+(673,0,1120,3.72),
+(673,0,1121,3.72),
+(673,0,1203,8.07),
+(673,0,1204,8.07),
+(673,0,1205,8.07),
+(673,0,1206,8.07),
+(673,0,1614,6.32),
+(673,0,1615,6.32),
+(673,0,2041,0.18),
+(673,0,2042,0.18),
+(674,0,333,2.76),
+(674,0,334,2.76),
+(674,0,384,2.63),
+(674,0,385,2.63),
+(674,0,443,2.38),
+(674,0,444,2.38),
+(674,0,445,2.38),
+(674,0,446,2.38),
+(674,0,526,4.33),
+(674,0,527,4.33),
+(674,0,528,4.33),
+(674,0,529,4.33),
+(674,0,611,2.09),
+(674,0,612,2.09),
+(674,0,613,2.09),
+(674,0,614,2.09),
+(674,0,696,1.03),
+(674,0,697,1.03),
+(674,0,698,1.03),
+(674,0,699,1.03),
+(674,0,781,2.67),
+(674,0,782,2.67),
+(674,0,783,2.67),
+(674,0,784,2.67),
+(674,0,866,1.95),
+(674,0,867,1.95),
+(674,0,868,1.95),
+(674,0,869,1.95),
+(674,0,1036,3.32),
+(674,0,1037,3.32),
+(674,0,1038,3.32),
+(674,0,1039,3.32),
+(674,0,1206,1.02),
+(674,0,1207,1.02),
+(674,0,1208,1.02),
+(674,0,1209,1.02),
+(674,0,1615,4.19),
+(674,0,1620,4.19),
+(674,0,1814,0.76),
+(674,0,1815,0.76),
+(674,0,1875,0.1),
+(674,0,2004,1.45),
+(674,0,2005,1.45),
+(674,0,2042,0.6),
+(674,0,2043,0.6),
+(675,0,335,2.8),
+(675,0,336,2.8),
+(675,0,386,2.98),
+(675,0,387,2.98),
+(675,0,446,2.03),
+(675,0,447,2.03),
+(675,0,448,2.03),
+(675,0,449,2.03),
+(675,0,529,3.6),
+(675,0,530,3.6),
+(675,0,531,3.6),
+(675,0,532,3.6),
+(675,0,614,1.55),
+(675,0,615,1.55),
+(675,0,616,1.55),
+(675,0,617,1.55),
+(675,0,699,0.96),
+(675,0,700,0.96),
+(675,0,701,0.96),
+(675,0,702,0.96),
+(675,0,784,2.92),
+(675,0,785,2.92),
+(675,0,786,2.92),
+(675,0,787,2.92),
+(675,0,869,2.11),
+(675,0,870,2.11),
+(675,0,871,2.11),
+(675,0,872,2.11),
+(675,0,1039,3.49),
+(675,0,1040,3.49),
+(675,0,1041,3.49),
+(675,0,1042,3.49),
+(675,0,1209,1.43),
+(675,0,1210,1.43),
+(675,0,1211,1.43),
+(675,0,1212,1.43),
+(675,0,1621,4.7),
+(675,0,1622,4.7),
+(675,0,1816,0.95),
+(675,0,1817,0.95),
+(675,0,2006,1.65),
+(675,0,2007,1.65),
+(675,0,2044,0.78),
+(675,0,2045,0.78),
+(676,0,336,2.97),
+(676,0,337,2.97),
+(676,0,387,2.93),
+(676,0,388,2.93),
+(676,0,449,1.97),
+(676,0,450,1.97),
+(676,0,451,1.97),
+(676,0,452,1.97),
+(676,0,532,3.72),
+(676,0,533,3.72),
+(676,0,534,3.72),
+(676,0,535,3.72),
+(676,0,617,1.45),
+(676,0,618,1.45),
+(676,0,619,1.45),
+(676,0,620,1.45),
+(676,0,702,0.95),
+(676,0,703,0.95),
+(676,0,704,0.95),
+(676,0,705,0.95),
+(676,0,787,3.18),
+(676,0,788,3.18),
+(676,0,789,3.18),
+(676,0,790,3.18),
+(676,0,872,2.23),
+(676,0,873,2.23),
+(676,0,874,2.23),
+(676,0,875,2.23),
+(676,0,1042,3.31),
+(676,0,1043,3.31),
+(676,0,1044,3.31),
+(676,0,1045,3.31),
+(676,0,1212,1.46),
+(676,0,1213,1.46),
+(676,0,1214,1.46),
+(676,0,1215,1.46),
+(676,0,1616,4.82),
+(676,0,1622,4.82),
+(676,0,1817,0.73),
+(676,0,1818,0.73),
+(676,0,2007,1.47),
+(676,0,2008,1.47),
+(676,0,2045,0.65),
+(676,0,2046,0.65),
+(677,0,338,2.93),
+(677,0,339,2.93),
+(677,0,389,2.7),
+(677,0,390,2.7),
+(677,0,452,1.86),
+(677,0,453,1.86),
+(677,0,454,1.86),
+(677,0,455,1.86),
+(677,0,535,3.84),
+(677,0,536,3.84),
+(677,0,537,3.84),
+(677,0,538,3.84),
+(677,0,620,1.56),
+(677,0,621,1.56),
+(677,0,622,1.56),
+(677,0,623,1.56),
+(677,0,705,0.94),
+(677,0,706,0.94),
+(677,0,707,0.94),
+(677,0,708,0.94),
+(677,0,790,3.02),
+(677,0,791,3.02),
+(677,0,792,3.02),
+(677,0,793,3.02),
+(677,0,875,2.41),
+(677,0,876,2.41),
+(677,0,877,2.41),
+(677,0,878,2.41),
+(677,0,1045,3.63),
+(677,0,1046,3.63),
+(677,0,1047,3.63),
+(677,0,1048,3.63),
+(677,0,1215,1.43),
+(677,0,1216,1.43),
+(677,0,1217,1.43),
+(677,0,1218,1.43),
+(677,0,1617,4.23),
+(677,0,1623,4.23),
+(677,0,1819,0.8),
+(677,0,1820,0.8),
+(677,0,2009,1.33),
+(677,0,2010,1.33),
+(677,0,2047,0.72),
+(677,0,2048,0.72),
+(678,0,339,2.63),
+(678,0,340,2.63),
+(678,0,390,2.82),
+(678,0,391,2.82),
+(678,0,455,1.64),
+(678,0,456,1.64),
+(678,0,457,1.64),
+(678,0,458,1.64),
+(678,0,538,3.26),
+(678,0,539,3.26),
+(678,0,540,3.26),
+(678,0,541,3.26),
+(678,0,623,1.35),
+(678,0,624,1.35),
+(678,0,625,1.35),
+(678,0,626,1.35),
+(678,0,708,0.74),
+(678,0,709,0.74),
+(678,0,710,0.74),
+(678,0,711,0.74),
+(678,0,793,3.24),
+(678,0,794,3.24),
+(678,0,795,3.24),
+(678,0,796,3.24),
+(678,0,878,2.04),
+(678,0,879,2.04),
+(678,0,880,2.04),
+(678,0,881,2.04),
+(678,0,1048,3.46),
+(678,0,1049,3.46),
+(678,0,1050,3.46),
+(678,0,1051,3.46),
+(678,0,1218,1.27),
+(678,0,1219,1.27),
+(678,0,1220,1.27),
+(678,0,1221,1.27),
+(678,0,1328,0.25),
+(678,0,1329,0.25),
+(678,0,1374,0.2),
+(678,0,1375,0.2),
+(678,0,1420,0.35),
+(678,0,1421,0.35),
+(678,0,1466,0.25),
+(678,0,1467,0.25),
+(678,0,1512,0.23),
+(678,0,1513,0.23),
+(678,0,1617,5.47),
+(678,0,1624,5.47),
+(678,0,1820,1.07),
+(678,0,1821,1.07),
+(678,0,2010,1.95),
+(678,0,2011,1.95),
+(678,0,2048,0.78),
+(678,0,2049,0.78),
+(679,0,341,2.4),
+(679,0,342,2.4),
+(679,0,392,2.9),
+(679,0,393,2.9),
+(679,0,458,2.05),
+(679,0,459,2.05),
+(679,0,460,2.05),
+(679,0,461,2.05),
+(679,0,541,3.56),
+(679,0,542,3.56),
+(679,0,543,3.56),
+(679,0,544,3.56),
+(679,0,626,1.63),
+(679,0,627,1.63),
+(679,0,628,1.63),
+(679,0,629,1.63),
+(679,0,711,0.98),
+(679,0,712,0.98),
+(679,0,713,0.98),
+(679,0,714,0.98),
+(679,0,796,2.88),
+(679,0,797,2.88),
+(679,0,798,2.88),
+(679,0,799,2.88),
+(679,0,881,2.38),
+(679,0,882,2.38),
+(679,0,883,2.38),
+(679,0,884,2.38),
+(679,0,1051,2.83),
+(679,0,1052,2.83),
+(679,0,1053,2.83),
+(679,0,1054,2.83),
+(679,0,1142,0.1),
+(679,0,1221,1.25),
+(679,0,1222,1.25),
+(679,0,1223,1.25),
+(679,0,1224,1.25),
+(679,0,1330,0.18),
+(679,0,1331,0.18),
+(679,0,1376,0.25),
+(679,0,1377,0.25),
+(679,0,1422,0.33),
+(679,0,1423,0.33),
+(679,0,1468,0.33),
+(679,0,1469,0.33),
+(679,0,1514,0.28),
+(679,0,1515,0.28),
+(679,0,1618,4.82),
+(679,0,1625,4.82),
+(679,0,1822,0.85),
+(679,0,1823,0.85),
+(679,0,2012,1.63),
+(679,0,2013,1.63),
+(679,0,2050,0.93),
+(679,0,2051,0.93),
+(680,0,342,3),
+(680,0,343,3),
+(680,0,393,1.75),
+(680,0,394,1.75),
+(680,0,395,1.1),
+(680,0,396,1.1),
+(680,0,461,2.23),
+(680,0,462,2.23),
+(680,0,463,2.23),
+(680,0,464,2.23),
+(680,0,544,3.41),
+(680,0,545,3.41),
+(680,0,546,3.41),
+(680,0,547,3.41),
+(680,0,629,2.01),
+(680,0,630,2.01),
+(680,0,631,2.01),
+(680,0,632,2.01),
+(680,0,714,0.97),
+(680,0,715,0.97),
+(680,0,716,0.97),
+(680,0,717,0.97),
+(680,0,799,2.8),
+(680,0,800,2.8),
+(680,0,801,2.8),
+(680,0,802,2.8),
+(680,0,884,2.28),
+(680,0,885,2.28),
+(680,0,886,2.28),
+(680,0,887,2.28),
+(680,0,1054,2.91),
+(680,0,1055,2.91),
+(680,0,1056,2.91),
+(680,0,1057,2.91),
+(680,0,1224,1.54),
+(680,0,1225,1.54),
+(680,0,1226,1.54),
+(680,0,1227,1.54),
+(680,0,1331,0.23),
+(680,0,1332,0.23),
+(680,0,1377,0.3),
+(680,0,1378,0.3),
+(680,0,1423,0.45),
+(680,0,1424,0.45),
+(680,0,1469,0.3),
+(680,0,1470,0.3),
+(680,0,1515,0.28),
+(680,0,1516,0.28),
+(680,0,1618,4.58),
+(680,0,1626,4.58),
+(680,0,1823,0.65),
+(680,0,1824,0.65),
+(680,0,2013,1.25),
+(680,0,2014,1.25),
+(680,0,2051,0.63),
+(680,0,2052,0.63),
+(681,0,344,2.43),
+(681,0,345,2.43),
+(681,0,395,2.38),
+(681,0,396,2.38),
+(681,0,464,2.56),
+(681,0,465,2.56),
+(681,0,466,2.56),
+(681,0,467,2.56),
+(681,0,547,3.67),
+(681,0,548,3.67),
+(681,0,549,3.67),
+(681,0,550,3.67),
+(681,0,632,2.81),
+(681,0,633,2.81),
+(681,0,634,2.81),
+(681,0,635,2.81),
+(681,0,717,1.19),
+(681,0,718,1.19),
+(681,0,719,1.19),
+(681,0,720,1.19),
+(681,0,802,2.23),
+(681,0,803,2.23),
+(681,0,804,2.23),
+(681,0,805,2.23),
+(681,0,887,2.44),
+(681,0,888,2.44),
+(681,0,889,2.44),
+(681,0,890,2.44),
+(681,0,1057,2.27),
+(681,0,1058,2.27),
+(681,0,1059,2.27),
+(681,0,1060,2.27),
+(681,0,1146,0.1),
+(681,0,1227,1.33),
+(681,0,1228,1.33),
+(681,0,1229,1.33),
+(681,0,1230,1.33),
+(681,0,1333,0.15),
+(681,0,1334,0.15),
+(681,0,1379,0.2),
+(681,0,1380,0.1),
+(681,0,1425,0.38),
+(681,0,1426,0.38),
+(681,0,1471,0.2),
+(681,0,1472,0.1),
+(681,0,1517,0.42),
+(681,0,1518,0.42),
+(681,0,1627,4.55),
+(681,0,1628,4.55),
+(681,0,1825,0.53),
+(681,0,1826,0.53),
+(681,0,1902,0.1),
+(681,0,1979,0.1),
+(681,0,2015,1.1),
+(681,0,2016,1.1),
+(681,0,2053,0.87),
+(681,0,2054,0.87),
+(682,0,346,3.7),
+(682,0,396,2.7),
+(682,0,397,2.7),
+(682,0,467,3.03),
+(682,0,468,3.03),
+(682,0,469,3.03),
+(682,0,470,3.03),
+(682,0,552,6.7),
+(682,0,553,6.7),
+(682,0,635,1.2),
+(682,0,636,1.2),
+(682,0,637,1.2),
+(682,0,638,1.2),
+(682,0,720,3.65),
+(682,0,721,3.65),
+(682,0,722,3.65),
+(682,0,723,3.65),
+(682,0,806,3.65),
+(682,0,808,3.65),
+(682,0,890,2.9),
+(682,0,891,2.9),
+(682,0,892,2.9),
+(682,0,893,2.9),
+(682,0,1060,2.42),
+(682,0,1061,2.42),
+(682,0,1062,2.42),
+(682,0,1063,2.42),
+(682,0,1230,2.28),
+(682,0,1231,2.28),
+(682,0,1232,2.28),
+(682,0,1233,2.28),
+(682,0,1381,0.6),
+(682,0,1473,0.6),
+(682,0,1628,1.8),
+(682,0,1629,1.8),
+(682,0,1826,0.6),
+(682,0,2016,0.6),
+(682,0,2017,0.6),
+(682,0,2054,1.2),
+(695,0,333,4.75),
+(695,0,334,4.75),
+(695,0,611,0.97),
+(695,0,612,0.97),
+(695,0,613,0.97),
+(695,0,614,0.97),
+(695,0,696,1.56),
+(695,0,697,1.56),
+(695,0,698,1.56),
+(695,0,699,1.56),
+(695,0,866,0.86),
+(695,0,867,0.86),
+(695,0,868,0.86),
+(695,0,869,0.86),
+(695,0,951,1.74),
+(695,0,952,1.74),
+(695,0,953,1.74),
+(695,0,954,1.74),
+(695,0,1036,2.04),
+(695,0,1037,2.04),
+(695,0,1038,2.04),
+(695,0,1039,2.04),
+(695,0,1121,3.22),
+(695,0,1122,3.22),
+(695,0,1123,3.22),
+(695,0,1124,3.22),
+(695,0,1206,9.36),
+(695,0,1207,9.36),
+(695,0,1208,9.36),
+(695,0,1209,9.36),
+(695,0,1615,5.38),
+(695,0,1620,5.38),
+(695,0,2042,0.38),
+(695,0,2043,0.38),
+(696,0,335,5.25),
+(696,0,336,5.25),
+(696,0,614,0.98),
+(696,0,615,0.98),
+(696,0,616,0.98),
+(696,0,617,0.98),
+(696,0,699,1.39),
+(696,0,700,1.39),
+(696,0,701,1.39),
+(696,0,702,1.39),
+(696,0,869,0.95),
+(696,0,870,0.95),
+(696,0,871,0.95),
+(696,0,872,0.95),
+(696,0,954,1.85),
+(696,0,955,1.85),
+(696,0,956,1.85),
+(696,0,957,1.85),
+(696,0,1039,2.02),
+(696,0,1040,2.02),
+(696,0,1041,2.02),
+(696,0,1042,2.02),
+(696,0,1124,3.35),
+(696,0,1125,3.35),
+(696,0,1126,3.35),
+(696,0,1127,3.35),
+(696,0,1209,8.63),
+(696,0,1210,8.63),
+(696,0,1211,8.63),
+(696,0,1212,8.63),
+(696,0,1621,6.07),
+(696,0,1622,6.07),
+(696,0,2044,0.33),
+(696,0,2045,0.33),
+(697,0,336,5.25),
+(697,0,337,5.25),
+(697,0,617,0.97),
+(697,0,618,0.97),
+(697,0,619,0.97),
+(697,0,620,0.97),
+(697,0,702,1.38),
+(697,0,703,1.38),
+(697,0,704,1.38),
+(697,0,705,1.38),
+(697,0,872,0.92),
+(697,0,873,0.92),
+(697,0,874,0.92),
+(697,0,875,0.92),
+(697,0,957,1.76),
+(697,0,958,1.76),
+(697,0,959,1.76),
+(697,0,960,1.76),
+(697,0,1042,1.97),
+(697,0,1043,1.97),
+(697,0,1044,1.97),
+(697,0,1045,1.97),
+(697,0,1127,3.46),
+(697,0,1128,3.46),
+(697,0,1129,3.46),
+(697,0,1130,3.46),
+(697,0,1212,8.75),
+(697,0,1213,8.75),
+(697,0,1214,8.75),
+(697,0,1215,8.75),
+(697,0,1616,6),
+(697,0,1622,6),
+(697,0,2045,0.25),
+(697,0,2046,0.25),
+(698,0,338,5.02),
+(698,0,339,5.02),
+(698,0,620,0.93),
+(698,0,621,0.93),
+(698,0,622,0.93),
+(698,0,623,0.93),
+(698,0,705,1.1),
+(698,0,706,1.1),
+(698,0,707,1.1),
+(698,0,708,1.1),
+(698,0,875,0.9),
+(698,0,876,0.9),
+(698,0,877,0.9),
+(698,0,878,0.9),
+(698,0,960,1.81),
+(698,0,961,1.81),
+(698,0,962,1.81),
+(698,0,963,1.81),
+(698,0,1045,2.26),
+(698,0,1046,2.26),
+(698,0,1047,2.26),
+(698,0,1048,2.26),
+(698,0,1130,3.61),
+(698,0,1131,3.61),
+(698,0,1132,3.61),
+(698,0,1133,3.61),
+(698,0,1215,8.57),
+(698,0,1216,8.57),
+(698,0,1217,8.57),
+(698,0,1218,8.57),
+(698,0,1617,6.38),
+(698,0,1623,6.38),
+(698,0,2047,0.23),
+(698,0,2048,0.23),
+(699,0,339,4.43),
+(699,0,340,4.43),
+(699,0,623,0.93),
+(699,0,624,0.93),
+(699,0,625,0.93),
+(699,0,626,0.93),
+(699,0,708,1.11),
+(699,0,709,1.11),
+(699,0,710,1.11),
+(699,0,711,1.11),
+(699,0,878,0.85),
+(699,0,879,0.85),
+(699,0,880,0.85),
+(699,0,881,0.85),
+(699,0,963,1.65),
+(699,0,964,1.65),
+(699,0,965,1.65),
+(699,0,966,1.65),
+(699,0,1048,1.91),
+(699,0,1049,1.91),
+(699,0,1050,1.91),
+(699,0,1051,1.91),
+(699,0,1133,3.15),
+(699,0,1134,3.15),
+(699,0,1135,3.15),
+(699,0,1136,3.15),
+(699,0,1218,7.36),
+(699,0,1219,7.36),
+(699,0,1220,7.36),
+(699,0,1221,7.36),
+(699,0,1328,0.18),
+(699,0,1329,0.18),
+(699,0,1374,0.33),
+(699,0,1375,0.33),
+(699,0,1420,0.33),
+(699,0,1421,0.33),
+(699,0,1466,0.3),
+(699,0,1467,0.3),
+(699,0,1512,0.3),
+(699,0,1513,0.3),
+(699,0,1617,9.83),
+(699,0,1624,9.83),
+(699,0,2048,0.42),
+(699,0,2049,0.42),
+(700,0,341,4.8),
+(700,0,342,4.8),
+(700,0,626,0.82),
+(700,0,627,0.82),
+(700,0,628,0.82),
+(700,0,629,0.82),
+(700,0,711,1.23),
+(700,0,712,1.23),
+(700,0,713,1.23),
+(700,0,714,1.23),
+(700,0,881,0.87),
+(700,0,882,0.87),
+(700,0,883,0.87),
+(700,0,884,0.87),
+(700,0,966,1.64),
+(700,0,967,1.64),
+(700,0,968,1.64),
+(700,0,969,1.64),
+(700,0,1051,1.78),
+(700,0,1052,1.78),
+(700,0,1053,1.78),
+(700,0,1054,1.78),
+(700,0,1136,3.18),
+(700,0,1137,3.18),
+(700,0,1138,3.18),
+(700,0,1139,3.18),
+(700,0,1221,8.38),
+(700,0,1222,8.38),
+(700,0,1223,8.38),
+(700,0,1224,8.38),
+(700,0,1330,0.08),
+(700,0,1331,0.08),
+(700,0,1376,0.18),
+(700,0,1377,0.18),
+(700,0,1422,0.17),
+(700,0,1423,0.17),
+(700,0,1468,0.17),
+(700,0,1469,0.17),
+(700,0,1514,0.12),
+(700,0,1515,0.12),
+(700,0,1618,8.33),
+(700,0,1625,8.33),
+(700,0,2050,0.42),
+(700,0,2051,0.42),
+(701,0,342,4.37),
+(701,0,343,4.37),
+(701,0,629,0.91),
+(701,0,630,0.91),
+(701,0,631,0.91),
+(701,0,632,0.91),
+(701,0,714,1.23),
+(701,0,715,1.23),
+(701,0,716,1.23),
+(701,0,717,1.23),
+(701,0,802,0.1),
+(701,0,884,0.95),
+(701,0,885,0.95),
+(701,0,886,0.95),
+(701,0,887,0.95),
+(701,0,969,1.68),
+(701,0,970,1.68),
+(701,0,971,1.68),
+(701,0,972,1.68),
+(701,0,1054,1.59),
+(701,0,1055,1.59),
+(701,0,1056,1.59),
+(701,0,1057,1.59),
+(701,0,1139,3.01),
+(701,0,1140,3.01),
+(701,0,1141,3.01),
+(701,0,1142,3.01),
+(701,0,1224,8.77),
+(701,0,1225,8.77),
+(701,0,1226,8.77),
+(701,0,1227,8.77),
+(701,0,1331,0.1),
+(701,0,1332,0.1),
+(701,0,1377,0.15),
+(701,0,1378,0.17),
+(701,0,1423,0.2),
+(701,0,1424,0.2),
+(701,0,1469,0.2),
+(701,0,1470,0.25),
+(701,0,1515,0.28),
+(701,0,1516,0.22),
+(701,0,1618,8.1),
+(701,0,1626,8.1),
+(701,0,2051,0.48),
+(701,0,2052,0.48),
+(702,0,320,0.1),
+(702,0,344,3.67),
+(702,0,345,3.67),
+(702,0,632,0.82),
+(702,0,633,0.82),
+(702,0,634,0.82),
+(702,0,635,0.82),
+(702,0,717,1.43),
+(702,0,718,1.43),
+(702,0,719,1.43),
+(702,0,720,1.43),
+(702,0,887,1.19),
+(702,0,888,1.19),
+(702,0,889,1.19),
+(702,0,890,1.19),
+(702,0,972,1.8),
+(702,0,973,1.8),
+(702,0,974,1.8),
+(702,0,975,1.8),
+(702,0,1057,1.39),
+(702,0,1058,1.39),
+(702,0,1059,1.39),
+(702,0,1060,1.39),
+(702,0,1142,2.52),
+(702,0,1143,2.52),
+(702,0,1144,2.52),
+(702,0,1145,2.52),
+(702,0,1227,9.65),
+(702,0,1228,9.65),
+(702,0,1229,9.65),
+(702,0,1230,9.65),
+(702,0,1333,0.05),
+(702,0,1334,0.05),
+(702,0,1379,0.08),
+(702,0,1380,0.08),
+(702,0,1425,0.15),
+(702,0,1426,0.15),
+(702,0,1471,0.1),
+(702,0,1472,0.1),
+(702,0,1517,0.05),
+(702,0,1518,0.05),
+(702,0,1627,7.65),
+(702,0,1628,7.65),
+(702,0,2053,0.52),
+(702,0,2054,0.52),
+(702,0,2055,0.33),
+(703,0,345,2.7),
+(703,0,346,2.7),
+(703,0,635,0.77),
+(703,0,636,0.77),
+(703,0,637,0.77),
+(703,0,638,0.77),
+(703,0,721,2.85),
+(703,0,723,2.85),
+(703,0,891,3.15),
+(703,0,893,3.15),
+(703,0,975,1.95),
+(703,0,976,1.95),
+(703,0,977,1.95),
+(703,0,978,1.95),
+(703,0,1060,1.8),
+(703,0,1061,1.8),
+(703,0,1062,1.8),
+(703,0,1063,1.8),
+(703,0,1145,2.17),
+(703,0,1146,2.17),
+(703,0,1147,2.17),
+(703,0,1148,2.17),
+(703,0,1230,8.55),
+(703,0,1231,8.55),
+(703,0,1232,8.55),
+(703,0,1233,8.55),
+(703,0,1380,0.3),
+(703,0,1628,10.05),
+(703,0,1629,10.05),
+(703,0,2054,0.6),
+(703,0,2055,0.6),
+(708,0,28,5.05),
+(708,0,95,5.05),
+(708,0,232,0.9),
+(708,0,233,0.9),
+(708,0,234,0.9),
+(708,0,238,0.9),
+(708,0,587,1.13),
+(708,0,588,1.13),
+(708,0,589,1.13),
+(708,0,590,1.13),
+(708,0,757,6.02),
+(708,0,758,6.02),
+(708,0,759,6.02),
+(708,0,760,6.02),
+(708,0,842,6.17),
+(708,0,843,6.17),
+(708,0,844,6.17),
+(708,0,845,6.17),
+(708,0,1012,4.38),
+(708,0,1013,4.38),
+(708,0,1014,4.38),
+(708,0,1015,4.38),
+(708,0,1307,0.1),
+(708,0,1704,0.1),
+(708,0,1799,0.1),
+(708,0,1837,0.1),
+(708,0,1877,3.4),
+(708,0,1878,3.4),
+(708,0,2029,4.3),
+(708,0,2030,4.3),
+(709,0,95,5.45),
+(709,0,113,5.45),
+(709,0,232,1.04),
+(709,0,233,1.04),
+(709,0,234,1.04),
+(709,0,238,1.04),
+(709,0,587,1.39),
+(709,0,588,1.39),
+(709,0,589,1.39),
+(709,0,590,1.39),
+(709,0,757,5.71),
+(709,0,758,5.71),
+(709,0,759,5.71),
+(709,0,760,5.71),
+(709,0,842,5.93),
+(709,0,843,5.93),
+(709,0,844,5.93),
+(709,0,845,5.93),
+(709,0,1012,4.71),
+(709,0,1013,4.71),
+(709,0,1014,4.71),
+(709,0,1015,4.71),
+(709,0,1878,3.07),
+(709,0,1879,3.07),
+(709,0,2030,3.9),
+(709,0,2031,3.9),
+(710,0,113,6.13),
+(710,0,134,6.13),
+(710,0,234,1.06),
+(710,0,235,1.06),
+(710,0,236,1.06),
+(710,0,248,1.06),
+(710,0,590,1.26),
+(710,0,591,1.26),
+(710,0,592,1.26),
+(710,0,593,1.26),
+(710,0,760,5.83),
+(710,0,761,5.83),
+(710,0,762,5.83),
+(710,0,763,5.83),
+(710,0,845,4.83),
+(710,0,846,4.83),
+(710,0,847,4.83),
+(710,0,848,4.83),
+(710,0,1015,5.1),
+(710,0,1016,5.1),
+(710,0,1017,5.1),
+(710,0,1018,5.1),
+(710,0,1445,0.1),
+(710,0,1879,3.5),
+(710,0,1880,3.5),
+(710,0,2031,4.23),
+(710,0,2032,4.23),
+(711,0,134,6.53),
+(711,0,153,6.53),
+(711,0,237,1.01),
+(711,0,247,1.01),
+(711,0,248,1.01),
+(711,0,249,1.01),
+(711,0,593,1.36),
+(711,0,594,1.36),
+(711,0,595,1.36),
+(711,0,596,1.36),
+(711,0,763,5.71),
+(711,0,764,5.71),
+(711,0,765,5.71),
+(711,0,766,5.71),
+(711,0,848,4.76),
+(711,0,849,4.76),
+(711,0,850,4.76),
+(711,0,851,4.76),
+(711,0,1018,5.04),
+(711,0,1019,5.04),
+(711,0,1020,5.04),
+(711,0,1021,5.04),
+(711,0,1880,3.4),
+(711,0,1881,3.4),
+(711,0,2032,4.28),
+(711,0,2033,4.28),
+(712,0,179,12.3),
+(712,0,247,1.07),
+(712,0,250,1.07),
+(712,0,251,1.07),
+(712,0,252,1.07),
+(712,0,596,1.36),
+(712,0,597,1.36),
+(712,0,598,1.36),
+(712,0,599,1.36),
+(712,0,766,5.98),
+(712,0,767,5.98),
+(712,0,768,5.98),
+(712,0,769,5.98),
+(712,0,851,4.57),
+(712,0,852,4.57),
+(712,0,853,4.57),
+(712,0,854,4.57),
+(712,0,1021,5.24),
+(712,0,1022,5.24),
+(712,0,1023,5.24),
+(712,0,1024,5.24),
+(712,0,1799,0.1),
+(712,0,1882,6.63),
+(712,0,2034,8.2),
+(713,0,180,12.8),
+(713,0,247,1.09),
+(713,0,250,1.09),
+(713,0,251,1.09),
+(713,0,252,1.09),
+(713,0,596,1.37),
+(713,0,597,1.37),
+(713,0,598,1.37),
+(713,0,599,1.37),
+(713,0,766,5.96),
+(713,0,767,5.96),
+(713,0,768,5.96),
+(713,0,769,5.96),
+(713,0,851,4.75),
+(713,0,852,4.75),
+(713,0,853,4.75),
+(713,0,854,4.75),
+(713,0,1021,5.35),
+(713,0,1022,5.35),
+(713,0,1023,5.35),
+(713,0,1024,5.35),
+(713,0,1307,0.1),
+(713,0,1883,5.77),
+(713,0,2035,7.43),
+(714,0,181,6.35),
+(714,0,182,6.35),
+(714,0,251,1.1),
+(714,0,253,1.1),
+(714,0,254,1.1),
+(714,0,255,1.1),
+(714,0,599,1.23),
+(714,0,600,1.23),
+(714,0,601,1.23),
+(714,0,602,1.23),
+(714,0,769,6.06),
+(714,0,770,6.06),
+(714,0,771,6.06),
+(714,0,772,6.06),
+(714,0,854,4.94),
+(714,0,855,4.94),
+(714,0,856,4.94),
+(714,0,857,4.94),
+(714,0,1024,5.11),
+(714,0,1025,5.11),
+(714,0,1026,5.11),
+(714,0,1027,5.11),
+(714,0,1884,2.88),
+(714,0,1885,2.88),
+(714,0,1922,0.1),
+(714,0,2036,3.88),
+(714,0,2037,3.88),
+(715,0,182,5.97),
+(715,0,183,5.97),
+(715,0,254,1.17),
+(715,0,435,1.17),
+(715,0,436,1.17),
+(715,0,437,1.17),
+(715,0,602,1.34),
+(715,0,603,1.34),
+(715,0,604,1.34),
+(715,0,605,1.34),
+(715,0,772,6.39),
+(715,0,773,6.39),
+(715,0,774,6.39),
+(715,0,775,6.39),
+(715,0,857,4.15),
+(715,0,858,4.15),
+(715,0,859,4.15),
+(715,0,860,4.15),
+(715,0,1027,5.47),
+(715,0,1028,5.47),
+(715,0,1029,5.47),
+(715,0,1030,5.47),
+(715,0,1885,3.13),
+(715,0,1886,3.13),
+(715,0,2037,3.82),
+(715,0,2038,3.82),
+(716,0,5,0.1),
+(716,0,183,5.23),
+(716,0,215,5.23),
+(716,0,437,0.99),
+(716,0,438,0.99),
+(716,0,439,0.99),
+(716,0,440,0.99),
+(716,0,605,1.08),
+(716,0,606,1.08),
+(716,0,607,1.08),
+(716,0,608,1.08),
+(716,0,775,6.86),
+(716,0,776,6.86),
+(716,0,777,6.86),
+(716,0,778,6.86),
+(716,0,860,4.78),
+(716,0,861,4.78),
+(716,0,862,4.78),
+(716,0,863,4.78),
+(716,0,1030,5.03),
+(716,0,1031,5.03),
+(716,0,1032,5.03),
+(716,0,1033,5.03),
+(716,0,1886,3.49),
+(716,0,1887,3.49),
+(716,0,1924,0.1),
+(716,0,1925,0.1),
+(716,0,2038,3.8),
+(716,0,2039,3.8),
+(717,0,215,5.13),
+(717,0,216,5.13),
+(717,0,437,1.11),
+(717,0,438,1.11),
+(717,0,439,1.11),
+(717,0,440,1.11),
+(717,0,605,1.14),
+(717,0,606,1.14),
+(717,0,607,1.14),
+(717,0,608,1.14),
+(717,0,775,7.18),
+(717,0,776,7.18),
+(717,0,777,7.18),
+(717,0,778,7.18),
+(717,0,860,4.44),
+(717,0,861,4.44),
+(717,0,862,4.44),
+(717,0,863,4.44),
+(717,0,1030,5.12),
+(717,0,1031,5.12),
+(717,0,1032,5.12),
+(717,0,1033,5.12),
+(717,0,1887,3.4),
+(717,0,1888,3.4),
+(717,0,2039,3.47),
+(717,0,2040,3.47),
+(718,0,216,4.9),
+(718,0,409,4.9),
+(718,0,440,1.1),
+(718,0,441,1.1),
+(718,0,442,1.1),
+(718,0,443,1.1),
+(718,0,608,1.09),
+(718,0,609,1.09),
+(718,0,610,1.09),
+(718,0,611,1.09),
+(718,0,778,6.97),
+(718,0,779,6.97),
+(718,0,780,6.97),
+(718,0,781,6.97),
+(718,0,863,4.56),
+(718,0,864,4.56),
+(718,0,865,4.56),
+(718,0,866,4.56),
+(718,0,1033,5.11),
+(718,0,1034,5.11),
+(718,0,1035,5.11),
+(718,0,1036,5.11),
+(718,0,1888,3.7),
+(718,0,1889,3.7),
+(718,0,2040,3.75),
+(718,0,2041,3.75),
+(719,0,409,3.76),
+(719,0,410,3.76),
+(719,0,443,0.92),
+(719,0,444,0.92),
+(719,0,445,0.92),
+(719,0,446,0.92),
+(719,0,611,0.98),
+(719,0,612,0.98),
+(719,0,613,0.98),
+(719,0,614,0.98),
+(719,0,781,7.44),
+(719,0,782,7.44),
+(719,0,783,7.44),
+(719,0,784,7.44),
+(719,0,866,5.63),
+(719,0,867,5.63),
+(719,0,868,5.63),
+(719,0,869,5.63),
+(719,0,1036,4.52),
+(719,0,1037,4.52),
+(719,0,1038,4.52),
+(719,0,1039,4.52),
+(719,0,1889,3.81),
+(719,0,1890,3.81),
+(719,0,2041,3.46),
+(719,0,2042,3.46),
+(720,0,411,6.9),
+(720,0,446,0.8),
+(720,0,447,0.8),
+(720,0,448,0.8),
+(720,0,449,0.8),
+(720,0,614,0.73),
+(720,0,615,0.73),
+(720,0,616,0.73),
+(720,0,617,0.73),
+(720,0,784,6.43),
+(720,0,785,6.43),
+(720,0,786,6.43),
+(720,0,787,6.43),
+(720,0,869,5.88),
+(720,0,870,5.88),
+(720,0,871,5.88),
+(720,0,872,5.88),
+(720,0,1039,3.53),
+(720,0,1040,3.53),
+(720,0,1041,3.53),
+(720,0,1042,3.53),
+(720,0,1323,0.2),
+(720,0,1369,0.3),
+(720,0,1415,0.6),
+(720,0,1461,0.3),
+(720,0,1507,0.2),
+(720,0,1891,10.9),
+(720,0,2043,11),
+(721,0,412,6.35),
+(721,0,446,0.56),
+(721,0,447,0.56),
+(721,0,448,0.56),
+(721,0,449,0.56),
+(721,0,450,0.6),
+(721,0,534,0.1),
+(721,0,614,0.71),
+(721,0,615,0.71),
+(721,0,616,0.71),
+(721,0,617,0.71),
+(721,0,784,6.15),
+(721,0,785,6.15),
+(721,0,786,6.15),
+(721,0,787,6.15),
+(721,0,869,5.74),
+(721,0,870,5.74),
+(721,0,871,5.74),
+(721,0,872,5.74),
+(721,0,1039,3.82),
+(721,0,1040,3.82),
+(721,0,1041,3.82),
+(721,0,1042,3.82),
+(721,0,1324,0.25),
+(721,0,1370,0.35),
+(721,0,1416,0.35),
+(721,0,1462,0.35),
+(721,0,1508,0.25),
+(721,0,1892,11.3),
+(721,0,1931,0.1),
+(721,0,2044,12.5),
+(721,0,2122,0.03),
+(721,0,2123,0.03),
+(721,0,2124,0.03),
+(721,0,2125,0.03),
+(722,0,362,0.1),
+(722,0,413,2.75),
+(722,0,414,2.75),
+(722,0,415,1.9),
+(722,0,449,0.81),
+(722,0,450,0.81),
+(722,0,451,0.81),
+(722,0,452,0.81),
+(722,0,617,0.69),
+(722,0,618,0.69),
+(722,0,619,0.69),
+(722,0,620,0.69),
+(722,0,787,6.52),
+(722,0,788,6.52),
+(722,0,789,6.52),
+(722,0,790,6.52),
+(722,0,872,6.06),
+(722,0,873,6.06),
+(722,0,874,6.06),
+(722,0,875,6.06),
+(722,0,1042,3.44),
+(722,0,1043,3.44),
+(722,0,1044,3.44),
+(722,0,1045,3.44),
+(722,0,1217,0.1),
+(722,0,1325,0.2),
+(722,0,1326,0.2),
+(722,0,1371,0.2),
+(722,0,1372,0.2),
+(722,0,1417,0.24),
+(722,0,1418,0.24),
+(722,0,1419,0.23),
+(722,0,1463,0.18),
+(722,0,1464,0.13),
+(722,0,1509,0.16),
+(722,0,1510,0.15),
+(722,0,1893,5.51),
+(722,0,1894,5.51),
+(722,0,1932,0.1),
+(722,0,1933,0.1),
+(722,0,1971,0.1),
+(722,0,2045,5.67),
+(722,0,2046,5.67),
+(723,0,340,0.4),
+(723,0,389,0.1),
+(723,0,414,2.48),
+(723,0,415,2.48),
+(723,0,452,0.66),
+(723,0,453,0.57),
+(723,0,454,0.66),
+(723,0,455,0.66),
+(723,0,538,0.1),
+(723,0,620,0.48),
+(723,0,621,0.48),
+(723,0,622,0.48),
+(723,0,623,0.48),
+(723,0,624,0.32),
+(723,0,705,0.1),
+(723,0,790,7),
+(723,0,791,7),
+(723,0,792,7),
+(723,0,793,7),
+(723,0,875,6),
+(723,0,876,6),
+(723,0,877,6),
+(723,0,878,6),
+(723,0,879,5.1),
+(723,0,961,0.1),
+(723,0,1045,2.69),
+(723,0,1046,2.69),
+(723,0,1047,2.69),
+(723,0,1048,2.69),
+(723,0,1130,0.2),
+(723,0,1131,0.13),
+(723,0,1132,0.15),
+(723,0,1133,0.13),
+(723,0,1215,0.03),
+(723,0,1216,0.03),
+(723,0,1217,0.03),
+(723,0,1218,0.06),
+(723,0,1219,0.4),
+(723,0,1326,0.1),
+(723,0,1327,0.1),
+(723,0,1372,0.2),
+(723,0,1373,0.2),
+(723,0,1418,0.28),
+(723,0,1419,0.23),
+(723,0,1464,0.12),
+(723,0,1465,0.12),
+(723,0,1466,0.03),
+(723,0,1510,0.14),
+(723,0,1511,0.14),
+(723,0,1512,0.13),
+(723,0,1561,0.1),
+(723,0,1894,5.87),
+(723,0,1895,5.87),
+(723,0,1972,0.1),
+(723,0,2046,5.74),
+(723,0,2047,5.74),
+(723,0,2048,4.33),
+(723,0,2149,0.1),
+(723,0,2153,0.1),
+(723,0,2154,0.1),
+(723,0,2162,0.1),
+(729,0,5,0.1),
+(729,0,28,3.47),
+(729,0,74,2.78),
+(729,0,89,2.78),
+(729,0,95,3.47),
+(729,0,232,1.96),
+(729,0,233,1.96),
+(729,0,234,1.96),
+(729,0,238,1.96),
+(729,0,502,1.06),
+(729,0,503,1.06),
+(729,0,504,1.06),
+(729,0,505,1.06),
+(729,0,587,4.67),
+(729,0,588,4.67),
+(729,0,589,4.67),
+(729,0,590,4.67),
+(729,0,672,0.68),
+(729,0,673,0.68),
+(729,0,674,0.68),
+(729,0,675,0.68),
+(729,0,757,4.05),
+(729,0,758,4.05),
+(729,0,759,4.05),
+(729,0,760,4.05),
+(729,0,842,3.43),
+(729,0,843,3.43),
+(729,0,844,3.43),
+(729,0,845,3.43),
+(729,0,927,0.88),
+(729,0,928,0.88),
+(729,0,929,0.88),
+(729,0,930,0.88),
+(729,0,1012,2.43),
+(729,0,1013,2.43),
+(729,0,1014,2.43),
+(729,0,1015,2.43),
+(729,0,1182,1.56),
+(729,0,1183,1.56),
+(729,0,1184,1.56),
+(729,0,1185,1.56),
+(729,0,1704,0.1),
+(729,0,1799,0.7),
+(729,0,1800,0.7),
+(729,0,1801,0.98),
+(729,0,1802,0.98),
+(729,0,1879,0.1),
+(729,0,2029,1.02),
+(729,0,2030,1.02),
+(730,0,89,3.15),
+(730,0,95,4.05),
+(730,0,108,3.15),
+(730,0,113,4.05),
+(730,0,232,2.03),
+(730,0,233,2.03),
+(730,0,234,2.03),
+(730,0,238,2.03),
+(730,0,502,1.08),
+(730,0,503,1.08),
+(730,0,504,1.08),
+(730,0,505,1.08),
+(730,0,587,4.38),
+(730,0,588,4.38),
+(730,0,589,4.38),
+(730,0,590,4.38),
+(730,0,672,0.65),
+(730,0,673,0.65),
+(730,0,674,0.65),
+(730,0,675,0.65),
+(730,0,757,4),
+(730,0,758,4),
+(730,0,759,4),
+(730,0,760,4),
+(730,0,842,3.17),
+(730,0,843,3.17),
+(730,0,844,3.17),
+(730,0,845,3.17),
+(730,0,927,0.9),
+(730,0,928,0.9),
+(730,0,929,0.9),
+(730,0,930,0.9),
+(730,0,1012,2.63),
+(730,0,1013,2.63),
+(730,0,1014,2.63),
+(730,0,1015,2.63),
+(730,0,1182,1.52),
+(730,0,1183,1.52),
+(730,0,1184,1.52),
+(730,0,1185,1.52),
+(730,0,1307,0.1),
+(730,0,1802,1.2),
+(730,0,1803,1.2),
+(730,0,2030,0.85),
+(730,0,2031,0.85),
+(731,0,108,3.4),
+(731,0,113,4.38),
+(731,0,128,3.4),
+(731,0,134,4.38),
+(731,0,234,2.02),
+(731,0,235,2.02),
+(731,0,236,2.02),
+(731,0,248,2.02),
+(731,0,505,1.1),
+(731,0,506,1.1),
+(731,0,507,1.1),
+(731,0,508,1.1),
+(731,0,590,3.24),
+(731,0,591,3.24),
+(731,0,592,3.24),
+(731,0,593,3.24),
+(731,0,675,0.71),
+(731,0,676,0.71),
+(731,0,677,0.71),
+(731,0,678,0.71),
+(731,0,760,4.25),
+(731,0,761,4.25),
+(731,0,762,4.25),
+(731,0,763,4.25),
+(731,0,845,3.41),
+(731,0,846,3.41),
+(731,0,847,3.41),
+(731,0,848,3.41),
+(731,0,930,0.95),
+(731,0,931,0.95),
+(731,0,932,0.95),
+(731,0,933,0.95),
+(731,0,1015,2.65),
+(731,0,1016,2.65),
+(731,0,1017,2.65),
+(731,0,1018,2.65),
+(731,0,1185,1.51),
+(731,0,1186,1.51),
+(731,0,1187,1.51),
+(731,0,1188,1.51),
+(731,0,1358,0.1),
+(731,0,1803,1.35),
+(731,0,1804,1.35),
+(731,0,2031,1.13),
+(731,0,2032,1.13),
+(732,0,128,6.4),
+(732,0,134,3.85),
+(732,0,153,3.85),
+(732,0,237,2.1),
+(732,0,247,2.1),
+(732,0,248,2.1),
+(732,0,249,2.1),
+(732,0,508,1.03),
+(732,0,509,1.03),
+(732,0,510,1.03),
+(732,0,511,1.03),
+(732,0,593,4.89),
+(732,0,594,4.89),
+(732,0,595,4.89),
+(732,0,596,4.89),
+(732,0,678,0.55),
+(732,0,679,0.55),
+(732,0,680,0.55),
+(732,0,681,0.55),
+(732,0,763,3.8),
+(732,0,764,3.8),
+(732,0,765,3.8),
+(732,0,766,3.8),
+(732,0,848,3.16),
+(732,0,849,3.16),
+(732,0,850,3.16),
+(732,0,851,3.16),
+(732,0,933,0.93),
+(732,0,934,0.93),
+(732,0,935,0.93),
+(732,0,936,0.93),
+(732,0,1018,2.63),
+(732,0,1019,2.63),
+(732,0,1020,2.63),
+(732,0,1021,2.63),
+(732,0,1188,1.49),
+(732,0,1189,1.49),
+(732,0,1190,1.49),
+(732,0,1191,1.49),
+(732,0,1804,1.15),
+(732,0,1805,1.15),
+(732,0,2032,0.83),
+(732,0,2033,0.83),
+(733,0,179,7.97),
+(733,0,247,1.91),
+(733,0,250,1.91),
+(733,0,251,1.91),
+(733,0,252,1.91),
+(733,0,511,1.13),
+(733,0,512,1.13),
+(733,0,513,1.13),
+(733,0,514,1.13),
+(733,0,596,4),
+(733,0,597,4),
+(733,0,598,4),
+(733,0,599,4),
+(733,0,681,0.57),
+(733,0,682,0.57),
+(733,0,683,0.57),
+(733,0,684,0.57),
+(733,0,766,3.99),
+(733,0,767,3.99),
+(733,0,768,3.99),
+(733,0,769,3.99),
+(733,0,851,3.35),
+(733,0,852,3.35),
+(733,0,853,3.35),
+(733,0,854,3.35),
+(733,0,936,0.99),
+(733,0,937,0.99),
+(733,0,938,0.99),
+(733,0,939,0.99),
+(733,0,1021,3.04),
+(733,0,1022,3.04),
+(733,0,1023,3.04),
+(733,0,1024,3.04),
+(733,0,1191,1.43),
+(733,0,1192,1.43),
+(733,0,1193,1.43),
+(733,0,1194,1.43),
+(733,0,1360,0.1),
+(733,0,1608,6.53),
+(733,0,1806,2.17),
+(733,0,2034,1.73),
+(734,0,180,7.9),
+(734,0,247,2.01),
+(734,0,250,2.01),
+(734,0,251,2.01),
+(734,0,252,2.01),
+(734,0,511,1.15),
+(734,0,512,1.15),
+(734,0,513,1.15),
+(734,0,514,1.15),
+(734,0,596,3.58),
+(734,0,597,3.58),
+(734,0,598,3.58),
+(734,0,599,3.58),
+(734,0,681,0.6),
+(734,0,682,0.6),
+(734,0,683,0.6),
+(734,0,684,0.6),
+(734,0,766,4.31),
+(734,0,767,4.31),
+(734,0,768,4.31),
+(734,0,769,4.31),
+(734,0,851,3.33),
+(734,0,852,3.33),
+(734,0,853,3.33),
+(734,0,854,3.33),
+(734,0,936,1.07),
+(734,0,937,1.07),
+(734,0,938,1.07),
+(734,0,939,1.07),
+(734,0,1021,2.99),
+(734,0,1022,2.99),
+(734,0,1023,2.99),
+(734,0,1024,2.99),
+(734,0,1191,1.51),
+(734,0,1192,1.51),
+(734,0,1193,1.51),
+(734,0,1194,1.51),
+(734,0,1609,6.3),
+(734,0,1807,2.07),
+(734,0,2035,1.63),
+(735,0,181,3.97),
+(735,0,182,3.97),
+(735,0,251,2.08),
+(735,0,253,2.08),
+(735,0,254,2.08),
+(735,0,255,2.08),
+(735,0,514,1.24),
+(735,0,515,1.24),
+(735,0,516,1.24),
+(735,0,517,1.24),
+(735,0,599,3.32),
+(735,0,600,3.32),
+(735,0,601,3.32),
+(735,0,602,3.32),
+(735,0,684,0.64),
+(735,0,685,0.64),
+(735,0,686,0.64),
+(735,0,687,0.64),
+(735,0,769,4.22),
+(735,0,770,4.22),
+(735,0,771,4.22),
+(735,0,772,4.22),
+(735,0,854,3.62),
+(735,0,855,3.62),
+(735,0,856,3.62),
+(735,0,857,3.62),
+(735,0,939,1.08),
+(735,0,940,1.08),
+(735,0,941,1.08),
+(735,0,942,1.08),
+(735,0,1024,2.77),
+(735,0,1025,2.77),
+(735,0,1026,2.77),
+(735,0,1027,2.77),
+(735,0,1194,1.55),
+(735,0,1195,1.55),
+(735,0,1196,1.55),
+(735,0,1197,1.55),
+(735,0,1610,3.23),
+(735,0,1611,3.23),
+(735,0,1808,0.97),
+(735,0,1809,0.97),
+(735,0,2036,0.85),
+(735,0,2037,0.85),
+(736,0,182,3.9),
+(736,0,183,3.9),
+(736,0,254,2.18),
+(736,0,435,2.18),
+(736,0,436,2.18),
+(736,0,437,2.18),
+(736,0,517,1.17),
+(736,0,518,1.17),
+(736,0,519,1.17),
+(736,0,520,1.17),
+(736,0,602,3.51),
+(736,0,603,3.51),
+(736,0,604,3.51),
+(736,0,605,3.51),
+(736,0,687,0.69),
+(736,0,688,0.69),
+(736,0,689,0.69),
+(736,0,690,0.69),
+(736,0,772,4.02),
+(736,0,773,4.02),
+(736,0,774,4.02),
+(736,0,775,4.02),
+(736,0,857,3.3),
+(736,0,858,3.3),
+(736,0,859,3.3),
+(736,0,860,3.3),
+(736,0,942,1.1),
+(736,0,943,1.1),
+(736,0,944,1.1),
+(736,0,945,1.1),
+(736,0,1027,2.87),
+(736,0,1028,2.87),
+(736,0,1029,2.87),
+(736,0,1030,2.87),
+(736,0,1197,1.73),
+(736,0,1198,1.73),
+(736,0,1199,1.73),
+(736,0,1200,1.73),
+(736,0,1607,3.15),
+(736,0,1611,3.15),
+(736,0,1809,1),
+(736,0,1810,1),
+(736,0,2037,0.82),
+(736,0,2038,0.82),
+(737,0,6,0.1),
+(737,0,183,4.1),
+(737,0,215,4.1),
+(737,0,437,1.07),
+(737,0,438,1.07),
+(737,0,439,1.07),
+(737,0,440,1.07),
+(737,0,520,1.05),
+(737,0,521,1.05),
+(737,0,522,1.05),
+(737,0,523,1.05),
+(737,0,605,4.34),
+(737,0,606,4.34),
+(737,0,607,4.34),
+(737,0,608,4.34),
+(737,0,690,0.81),
+(737,0,691,0.81),
+(737,0,692,0.81),
+(737,0,693,0.81),
+(737,0,775,3.91),
+(737,0,776,3.91),
+(737,0,777,3.91),
+(737,0,778,3.91),
+(737,0,860,3.51),
+(737,0,861,3.51),
+(737,0,862,3.51),
+(737,0,863,3.51),
+(737,0,945,1.18),
+(737,0,946,1.18),
+(737,0,947,1.18),
+(737,0,948,1.18),
+(737,0,1030,3.01),
+(737,0,1031,3.01),
+(737,0,1032,3.01),
+(737,0,1033,3.01),
+(737,0,1200,1.55),
+(737,0,1201,1.55),
+(737,0,1202,1.55),
+(737,0,1203,1.55),
+(737,0,1607,3.13),
+(737,0,1612,3.13),
+(737,0,1810,1.02),
+(737,0,1811,1.02),
+(737,0,2038,0.9),
+(737,0,2039,0.9),
+(738,0,215,3.27),
+(738,0,216,3.27),
+(738,0,437,1.25),
+(738,0,438,1.25),
+(738,0,439,1.25),
+(738,0,440,1.25),
+(738,0,520,0.99),
+(738,0,521,0.99),
+(738,0,522,0.99),
+(738,0,523,0.99),
+(738,0,605,4.81),
+(738,0,606,4.81),
+(738,0,607,4.81),
+(738,0,608,4.81),
+(738,0,690,0.93),
+(738,0,691,0.93),
+(738,0,692,0.93),
+(738,0,693,0.93),
+(738,0,775,3.82),
+(738,0,776,3.82),
+(738,0,777,3.82),
+(738,0,778,3.82),
+(738,0,860,3.88),
+(738,0,861,3.88),
+(738,0,862,3.88),
+(738,0,863,3.88),
+(738,0,945,1.12),
+(738,0,946,1.12),
+(738,0,947,1.12),
+(738,0,948,1.12),
+(738,0,1030,2.86),
+(738,0,1031,2.86),
+(738,0,1032,2.86),
+(738,0,1033,2.86),
+(738,0,1200,1.55),
+(738,0,1201,1.55),
+(738,0,1202,1.55),
+(738,0,1203,1.55),
+(738,0,1612,2.85),
+(738,0,1613,2.85),
+(738,0,1811,0.85),
+(738,0,1812,0.85),
+(738,0,2039,0.67),
+(738,0,2040,0.67),
+(739,0,216,2.92),
+(739,0,409,2.92),
+(739,0,440,1.34),
+(739,0,441,1.34),
+(739,0,442,1.34),
+(739,0,443,1.34),
+(739,0,523,1.02),
+(739,0,524,1.02),
+(739,0,525,1.02),
+(739,0,526,1.02),
+(739,0,608,5.6),
+(739,0,609,5.6),
+(739,0,610,5.6),
+(739,0,611,5.6),
+(739,0,693,1.05),
+(739,0,694,1.05),
+(739,0,695,1.05),
+(739,0,696,1.05),
+(739,0,778,3.51),
+(739,0,779,3.51),
+(739,0,780,3.51),
+(739,0,781,3.51),
+(739,0,863,3.79),
+(739,0,864,3.79),
+(739,0,865,3.79),
+(739,0,866,3.79),
+(739,0,948,1.06),
+(739,0,949,1.06),
+(739,0,950,1.06),
+(739,0,951,1.06),
+(739,0,1033,2.4),
+(739,0,1034,2.4),
+(739,0,1035,2.4),
+(739,0,1036,2.4),
+(739,0,1120,0.1),
+(739,0,1203,1.58),
+(739,0,1204,1.58),
+(739,0,1205,1.58),
+(739,0,1206,1.58),
+(739,0,1613,2.9),
+(739,0,1614,2.9),
+(739,0,1812,0.77),
+(739,0,1813,0.77),
+(739,0,2040,0.7),
+(739,0,2041,0.7),
+(740,0,409,2.87),
+(740,0,410,2.87),
+(740,0,443,1.29),
+(740,0,444,1.29),
+(740,0,445,1.29),
+(740,0,446,1.29),
+(740,0,526,0.99),
+(740,0,527,0.99),
+(740,0,528,0.99),
+(740,0,529,0.99),
+(740,0,611,5.52),
+(740,0,612,5.52),
+(740,0,613,5.52),
+(740,0,614,5.52),
+(740,0,696,0.88),
+(740,0,697,0.88),
+(740,0,698,0.88),
+(740,0,699,0.88),
+(740,0,781,3.51),
+(740,0,782,3.51),
+(740,0,783,3.51),
+(740,0,784,3.51),
+(740,0,866,3.9),
+(740,0,867,3.9),
+(740,0,868,3.9),
+(740,0,869,3.9),
+(740,0,951,1.21),
+(740,0,952,1.21),
+(740,0,953,1.21),
+(740,0,954,1.21),
+(740,0,1036,2.74),
+(740,0,1037,2.74),
+(740,0,1038,2.74),
+(740,0,1039,2.74),
+(740,0,1206,1.63),
+(740,0,1207,1.63),
+(740,0,1208,1.63),
+(740,0,1209,1.63),
+(740,0,1614,2.28),
+(740,0,1615,2.28),
+(740,0,1813,0.7),
+(740,0,1814,0.7),
+(740,0,2041,0.75),
+(740,0,2042,0.75),
+(741,0,411,5.3),
+(741,0,446,1.17),
+(741,0,447,1.17),
+(741,0,448,1.17),
+(741,0,449,1.17),
+(741,0,529,0.96),
+(741,0,530,0.96),
+(741,0,531,0.96),
+(741,0,532,0.96),
+(741,0,614,5.6),
+(741,0,615,5.6),
+(741,0,616,5.6),
+(741,0,617,5.6),
+(741,0,699,0.83),
+(741,0,700,0.83),
+(741,0,701,0.83),
+(741,0,702,0.83),
+(741,0,784,3.33),
+(741,0,785,3.33),
+(741,0,786,3.33),
+(741,0,787,3.33),
+(741,0,869,3.63),
+(741,0,870,3.63),
+(741,0,871,3.63),
+(741,0,872,3.63),
+(741,0,954,0.98),
+(741,0,955,0.98),
+(741,0,956,0.98),
+(741,0,957,0.98),
+(741,0,1039,2.28),
+(741,0,1040,2.28),
+(741,0,1041,2.28),
+(741,0,1042,2.28),
+(741,0,1209,1.47),
+(741,0,1210,1.47),
+(741,0,1211,1.47),
+(741,0,1212,1.47),
+(741,0,1323,0.3),
+(741,0,1369,0.37),
+(741,0,1415,0.4),
+(741,0,1461,0.3),
+(741,0,1507,0.3),
+(741,0,1620,7.3),
+(741,0,1815,2.2),
+(741,0,2043,2.5),
+(742,0,412,4.5),
+(742,0,446,1.2),
+(742,0,447,1.2),
+(742,0,448,1.2),
+(742,0,449,1.2),
+(742,0,529,1.02),
+(742,0,530,1.02),
+(742,0,531,1.02),
+(742,0,532,1.02),
+(742,0,614,5.5),
+(742,0,615,5.5),
+(742,0,616,5.5),
+(742,0,617,5.5),
+(742,0,699,0.9),
+(742,0,700,0.9),
+(742,0,701,0.9),
+(742,0,702,0.9),
+(742,0,784,3.15),
+(742,0,785,3.15),
+(742,0,786,3.15),
+(742,0,787,3.15),
+(742,0,869,3.6),
+(742,0,870,3.6),
+(742,0,871,3.6),
+(742,0,872,3.6),
+(742,0,954,0.98),
+(742,0,955,0.98),
+(742,0,956,0.98),
+(742,0,957,0.98),
+(742,0,1039,2.28),
+(742,0,1040,2.28),
+(742,0,1041,2.28),
+(742,0,1042,2.28),
+(742,0,1128,0.1),
+(742,0,1209,1.63),
+(742,0,1210,1.63),
+(742,0,1211,1.63),
+(742,0,1212,1.63),
+(742,0,1324,0.2),
+(742,0,1370,0.6),
+(742,0,1416,0.7),
+(742,0,1462,0.4),
+(742,0,1508,0.6),
+(742,0,1621,7.2),
+(742,0,1816,2.5),
+(742,0,2044,2.5),
+(743,0,314,0.1),
+(743,0,413,2.18),
+(743,0,414,2.18),
+(743,0,449,1.11),
+(743,0,450,1.11),
+(743,0,451,1.11),
+(743,0,452,1.11),
+(743,0,532,0.77),
+(743,0,533,0.77),
+(743,0,534,0.77),
+(743,0,535,0.77),
+(743,0,617,7.13),
+(743,0,618,7.13),
+(743,0,619,7.13),
+(743,0,620,7.13),
+(743,0,702,1.05),
+(743,0,703,1.05),
+(743,0,704,1.05),
+(743,0,705,1.05),
+(743,0,707,1.02),
+(743,0,787,2.65),
+(743,0,788,2.65),
+(743,0,789,2.65),
+(743,0,790,2.65),
+(743,0,792,2.14),
+(743,0,872,3.36),
+(743,0,873,3.36),
+(743,0,874,3.36),
+(743,0,875,3.36),
+(743,0,957,0.91),
+(743,0,958,0.91),
+(743,0,959,0.91),
+(743,0,960,0.91),
+(743,0,1042,1.82),
+(743,0,1043,1.82),
+(743,0,1044,1.82),
+(743,0,1045,1.82),
+(743,0,1130,0.1),
+(743,0,1212,1.53),
+(743,0,1213,1.53),
+(743,0,1214,1.53),
+(743,0,1215,1.53),
+(743,0,1325,0.13),
+(743,0,1326,0.13),
+(743,0,1371,0.17),
+(743,0,1372,0.17),
+(743,0,1417,0.23),
+(743,0,1418,0.23),
+(743,0,1463,0.15),
+(743,0,1464,0.15),
+(743,0,1465,0.1),
+(743,0,1466,0.1),
+(743,0,1509,0.18),
+(743,0,1510,0.18),
+(743,0,1616,3.52),
+(743,0,1622,3.52),
+(743,0,1817,0.81),
+(743,0,1818,0.81),
+(743,0,1819,0.43),
+(743,0,1820,0.43),
+(743,0,1895,0.1),
+(743,0,2045,1.3),
+(743,0,2046,1.3),
+(744,0,414,2.25),
+(744,0,415,1.88),
+(744,0,452,1.26),
+(744,0,453,1.26),
+(744,0,454,1.26),
+(744,0,455,1.26),
+(744,0,457,0.92),
+(744,0,535,0.61),
+(744,0,536,0.61),
+(744,0,537,1.27),
+(744,0,538,0.61),
+(744,0,620,8.17),
+(744,0,621,8.17),
+(744,0,622,8.17),
+(744,0,623,8.17),
+(744,0,705,1.24),
+(744,0,706,1.24),
+(744,0,707,1.24),
+(744,0,708,1.24),
+(744,0,790,2.43),
+(744,0,791,2.43),
+(744,0,792,2.43),
+(744,0,793,2.43),
+(744,0,875,3.04),
+(744,0,876,3.04),
+(744,0,877,3.04),
+(744,0,878,3.04),
+(744,0,960,1.21),
+(744,0,961,0.84),
+(744,0,962,1.21),
+(744,0,963,0.84),
+(744,0,1045,1.58),
+(744,0,1046,1.58),
+(744,0,1047,1.58),
+(744,0,1048,1.58),
+(744,0,1132,0.1),
+(744,0,1215,1.65),
+(744,0,1216,1.65),
+(744,0,1217,1.65),
+(744,0,1218,1.65),
+(744,0,1326,0.13),
+(744,0,1327,0.13),
+(744,0,1372,1.33),
+(744,0,1373,0.15),
+(744,0,1418,0.3),
+(744,0,1419,0.3),
+(744,0,1464,0.18),
+(744,0,1465,0.25),
+(744,0,1510,0.2),
+(744,0,1511,0.2),
+(744,0,1616,2.8),
+(744,0,1623,2.8),
+(744,0,1818,1.32),
+(744,0,1819,0.88),
+(744,0,1858,0.1),
+(744,0,1896,0.1),
+(744,0,1933,0.1),
+(744,0,2046,1.32),
+(744,0,2047,1.32),
+(744,0,2048,0.9),
+(744,0,2150,0.1),
+(745,0,416,0.8),
+(745,0,456,0.8),
+(745,0,538,1.15),
+(745,0,539,1.15),
+(745,0,623,5.47),
+(745,0,624,5.47),
+(745,0,625,5.47),
+(745,0,626,5.47),
+(745,0,708,1.55),
+(745,0,710,1.55),
+(745,0,793,8.75),
+(745,0,795,8.75),
+(745,0,878,2.65),
+(745,0,879,2.65),
+(745,0,880,2.65),
+(745,0,881,2.65),
+(745,0,1048,2.83),
+(745,0,1049,2.83),
+(745,0,1050,2.83),
+(745,0,1051,2.83),
+(745,0,1218,2.25),
+(745,0,1220,2.25),
+(745,0,1327,0.8),
+(745,0,1465,2.25),
+(745,0,1466,2.25),
+(745,0,1617,5.7),
+(745,0,1623,5.7),
+(745,0,1819,3.8),
+(745,0,2047,3.45),
+(745,0,2048,3.45),
+(749,0,16,0.1),
+(749,0,23,4.42),
+(749,0,24,4.42),
+(749,0,584,1.44),
+(749,0,585,1.44),
+(749,0,586,1.44),
+(749,0,587,1.44),
+(749,0,669,0.88),
+(749,0,670,0.88),
+(749,0,671,0.88),
+(749,0,672,0.88),
+(749,0,839,2.11),
+(749,0,840,2.11),
+(749,0,841,2.11),
+(749,0,842,2.11),
+(749,0,924,1.2),
+(749,0,925,1.2),
+(749,0,926,1.2),
+(749,0,927,1.2),
+(749,0,1009,3.21),
+(749,0,1010,3.21),
+(749,0,1011,3.21),
+(749,0,1012,3.21),
+(749,0,1094,1.9),
+(749,0,1095,1.9),
+(749,0,1096,1.9),
+(749,0,1097,1.9),
+(749,0,1179,10.4),
+(749,0,1180,10.4),
+(749,0,1181,10.4),
+(749,0,1182,10.4),
+(749,0,1548,2.73),
+(749,0,1549,2.73),
+(749,0,2028,0.5),
+(749,0,2029,0.5),
+(750,0,6,2.2),
+(750,0,23,2.2),
+(750,0,24,2.2),
+(750,0,97,2.2),
+(750,0,504,0.1),
+(750,0,587,1.35),
+(750,0,588,1.35),
+(750,0,589,1.35),
+(750,0,590,1.35),
+(750,0,672,0.82),
+(750,0,673,0.82),
+(750,0,674,0.82),
+(750,0,675,0.82),
+(750,0,842,1.95),
+(750,0,843,1.95),
+(750,0,844,1.95),
+(750,0,845,1.95),
+(750,0,927,1.15),
+(750,0,928,1.15),
+(750,0,929,1.15),
+(750,0,930,1.15),
+(750,0,1012,2.97),
+(750,0,1013,2.97),
+(750,0,1014,2.97),
+(750,0,1015,2.97),
+(750,0,1097,1.65),
+(750,0,1098,1.65),
+(750,0,1099,1.65),
+(750,0,1100,1.65),
+(750,0,1182,11.43),
+(750,0,1183,11.43),
+(750,0,1184,11.43),
+(750,0,1185,11.43),
+(750,0,1549,2.5),
+(750,0,1550,2.5),
+(750,0,2029,0.45),
+(750,0,2030,0.45),
+(751,0,97,4.93),
+(751,0,115,4.93),
+(751,0,587,1.53),
+(751,0,588,1.53),
+(751,0,589,1.53),
+(751,0,590,1.53),
+(751,0,672,0.98),
+(751,0,673,0.98),
+(751,0,674,0.98),
+(751,0,675,0.98),
+(751,0,842,1.97),
+(751,0,843,1.97),
+(751,0,844,1.97),
+(751,0,845,1.97),
+(751,0,927,1.24),
+(751,0,928,1.24),
+(751,0,929,1.24),
+(751,0,930,1.24),
+(751,0,1012,3.64),
+(751,0,1013,3.64),
+(751,0,1014,3.64),
+(751,0,1015,3.64),
+(751,0,1097,2),
+(751,0,1098,2),
+(751,0,1099,2),
+(751,0,1100,2),
+(751,0,1182,9.51),
+(751,0,1183,9.51),
+(751,0,1184,9.51),
+(751,0,1185,9.51),
+(751,0,1403,0.1),
+(751,0,1449,0.1),
+(751,0,1550,2.93),
+(751,0,1551,2.93),
+(751,0,1993,0.1),
+(751,0,2030,0.38),
+(751,0,2031,0.38),
+(752,0,115,5.5),
+(752,0,136,5.5),
+(752,0,590,1.52),
+(752,0,591,1.52),
+(752,0,592,1.52),
+(752,0,593,1.52),
+(752,0,675,0.9),
+(752,0,676,0.9),
+(752,0,677,0.9),
+(752,0,678,0.9),
+(752,0,845,2.03),
+(752,0,846,2.03),
+(752,0,847,2.03),
+(752,0,848,2.03),
+(752,0,930,1.3),
+(752,0,931,1.3),
+(752,0,932,1.3),
+(752,0,933,1.3),
+(752,0,1015,3.58),
+(752,0,1016,3.58),
+(752,0,1017,3.58),
+(752,0,1018,3.58),
+(752,0,1100,1.98),
+(752,0,1101,1.98),
+(752,0,1102,1.98),
+(752,0,1103,1.98),
+(752,0,1185,9.15),
+(752,0,1186,9.15),
+(752,0,1187,9.15),
+(752,0,1188,9.15),
+(752,0,1497,0.1),
+(752,0,1551,3.1),
+(752,0,1552,3.1),
+(752,0,2031,0.45),
+(752,0,2032,0.45),
+(753,0,136,5.13),
+(753,0,149,0.1),
+(753,0,151,0.1),
+(753,0,155,5.13),
+(753,0,593,1.55),
+(753,0,594,1.55),
+(753,0,595,1.55),
+(753,0,596,1.55),
+(753,0,678,0.96),
+(753,0,679,0.96),
+(753,0,680,0.96),
+(753,0,681,0.96),
+(753,0,764,0.1),
+(753,0,848,1.83),
+(753,0,849,1.83),
+(753,0,850,1.83),
+(753,0,851,1.83),
+(753,0,933,1.17),
+(753,0,934,1.17),
+(753,0,935,1.17),
+(753,0,936,1.17),
+(753,0,1018,3.73),
+(753,0,1019,3.73),
+(753,0,1020,3.73),
+(753,0,1021,3.73),
+(753,0,1103,2.09),
+(753,0,1104,2.09),
+(753,0,1105,2.09),
+(753,0,1106,2.09),
+(753,0,1188,9.46),
+(753,0,1189,9.46),
+(753,0,1190,9.46),
+(753,0,1191,9.46),
+(753,0,1552,3),
+(753,0,1553,3),
+(753,0,1843,0.1),
+(753,0,2032,0.38),
+(753,0,2033,0.38),
+(753,0,2073,0.05),
+(753,0,2074,0.05),
+(754,0,189,10.85),
+(754,0,596,1.54),
+(754,0,597,1.54),
+(754,0,598,1.54),
+(754,0,599,1.54),
+(754,0,681,0.91),
+(754,0,682,0.91),
+(754,0,683,0.91),
+(754,0,684,0.91),
+(754,0,769,0.1),
+(754,0,851,1.82),
+(754,0,852,1.82),
+(754,0,853,1.82),
+(754,0,854,1.82),
+(754,0,936,1.33),
+(754,0,937,1.33),
+(754,0,938,1.33),
+(754,0,939,1.33),
+(754,0,1021,3.49),
+(754,0,1022,3.49),
+(754,0,1023,3.49),
+(754,0,1024,3.49),
+(754,0,1106,2.05),
+(754,0,1107,2.05),
+(754,0,1108,2.05),
+(754,0,1109,2.05),
+(754,0,1191,9.4),
+(754,0,1192,9.4),
+(754,0,1193,9.4),
+(754,0,1194,9.4),
+(754,0,1554,6.05),
+(754,0,2034,0.8),
+(755,0,190,11.17),
+(755,0,596,1.53),
+(755,0,597,1.53),
+(755,0,598,1.53),
+(755,0,599,1.53),
+(755,0,681,0.98),
+(755,0,682,0.98),
+(755,0,683,0.98),
+(755,0,684,0.98),
+(755,0,851,1.67),
+(755,0,852,1.67),
+(755,0,853,1.67),
+(755,0,854,1.67),
+(755,0,936,1.25),
+(755,0,937,1.25),
+(755,0,938,1.25),
+(755,0,939,1.25),
+(755,0,1021,3.38),
+(755,0,1022,3.38),
+(755,0,1023,3.38),
+(755,0,1024,3.38),
+(755,0,1106,2.19),
+(755,0,1107,2.19),
+(755,0,1108,2.19),
+(755,0,1109,2.19),
+(755,0,1191,9.43),
+(755,0,1192,9.43),
+(755,0,1193,9.43),
+(755,0,1194,9.43),
+(755,0,1555,6.37),
+(755,0,2035,0.7),
+(756,0,191,5.57),
+(756,0,192,5.57),
+(756,0,599,1.37),
+(756,0,600,1.37),
+(756,0,601,1.37),
+(756,0,602,1.37),
+(756,0,684,0.89),
+(756,0,685,0.89),
+(756,0,686,0.89),
+(756,0,687,0.89),
+(756,0,854,1.67),
+(756,0,855,1.67),
+(756,0,856,1.67),
+(756,0,857,1.67),
+(756,0,939,1.2),
+(756,0,940,1.2),
+(756,0,941,1.2),
+(756,0,942,1.2),
+(756,0,1024,3.57),
+(756,0,1025,3.57),
+(756,0,1026,3.57),
+(756,0,1027,3.57),
+(756,0,1109,2.01),
+(756,0,1110,2.01),
+(756,0,1111,2.01),
+(756,0,1112,2.01),
+(756,0,1194,9.88),
+(756,0,1195,9.88),
+(756,0,1196,9.88),
+(756,0,1197,9.88),
+(756,0,1556,2.97),
+(756,0,1557,2.97),
+(756,0,2036,0.32),
+(756,0,2037,0.32),
+(757,0,192,5.43),
+(757,0,193,5.43),
+(757,0,602,1.11),
+(757,0,603,1.11),
+(757,0,604,1.11),
+(757,0,605,1.11),
+(757,0,687,0.77),
+(757,0,688,0.77),
+(757,0,689,0.77),
+(757,0,690,0.77),
+(757,0,857,1.78),
+(757,0,858,1.78),
+(757,0,859,1.78),
+(757,0,860,1.78),
+(757,0,942,1.16),
+(757,0,943,1.16),
+(757,0,944,1.16),
+(757,0,945,1.16),
+(757,0,1027,3.87),
+(757,0,1028,3.87),
+(757,0,1029,3.87),
+(757,0,1030,3.87),
+(757,0,1112,2.35),
+(757,0,1113,2.35),
+(757,0,1114,2.35),
+(757,0,1115,2.35),
+(757,0,1197,9.81),
+(757,0,1198,9.81),
+(757,0,1199,9.81),
+(757,0,1200,9.81),
+(757,0,1557,2.53),
+(757,0,1558,2.53),
+(757,0,2037,0.32),
+(757,0,2038,0.32),
+(758,0,183,2.97),
+(758,0,215,2.97),
+(758,0,437,3.05),
+(758,0,438,3.05),
+(758,0,439,3.05),
+(758,0,440,3.05),
+(758,0,520,3.28),
+(758,0,521,3.28),
+(758,0,522,3.28),
+(758,0,523,3.28),
+(758,0,605,2.47),
+(758,0,606,2.47),
+(758,0,607,2.47),
+(758,0,608,2.47),
+(758,0,690,0.74),
+(758,0,691,0.74),
+(758,0,692,0.74),
+(758,0,693,0.74),
+(758,0,775,3.06),
+(758,0,776,3.06),
+(758,0,777,3.06),
+(758,0,778,3.06),
+(758,0,860,2.56),
+(758,0,861,2.56),
+(758,0,862,2.56),
+(758,0,863,2.56),
+(758,0,945,0.98),
+(758,0,946,0.98),
+(758,0,947,0.98),
+(758,0,948,0.98),
+(758,0,1030,3.04),
+(758,0,1031,3.04),
+(758,0,1032,3.04),
+(758,0,1033,3.04),
+(758,0,1200,1.83),
+(758,0,1201,1.83),
+(758,0,1202,1.83),
+(758,0,1203,1.83),
+(758,0,1607,3.08),
+(758,0,1612,3.08),
+(758,0,1810,1.02),
+(758,0,1811,1.02),
+(758,0,2038,0.9),
+(758,0,2039,0.9),
+(759,0,215,3.55),
+(759,0,216,3.55),
+(759,0,437,2.81),
+(759,0,438,2.81),
+(759,0,439,2.81),
+(759,0,440,2.81),
+(759,0,520,3.08),
+(759,0,521,3.08),
+(759,0,522,3.08),
+(759,0,523,3.08),
+(759,0,605,2.16),
+(759,0,606,2.16),
+(759,0,607,2.16),
+(759,0,608,2.16),
+(759,0,690,0.67),
+(759,0,691,0.67),
+(759,0,692,0.67),
+(759,0,693,0.67),
+(759,0,775,2.95),
+(759,0,776,2.95),
+(759,0,777,2.95),
+(759,0,778,2.95),
+(759,0,860,2.54),
+(759,0,861,2.54),
+(759,0,862,2.54),
+(759,0,863,2.54),
+(759,0,945,1.06),
+(759,0,946,1.06),
+(759,0,947,1.06),
+(759,0,948,1.06),
+(759,0,1030,3),
+(759,0,1031,3),
+(759,0,1032,3),
+(759,0,1033,3),
+(759,0,1200,2.11),
+(759,0,1201,2.11),
+(759,0,1202,2.11),
+(759,0,1203,2.11),
+(759,0,1612,3.8),
+(759,0,1613,3.8),
+(759,0,1811,1.1),
+(759,0,1812,1.1),
+(759,0,2039,0.8),
+(759,0,2040,0.8),
+(760,0,216,3.07),
+(760,0,409,3.07),
+(760,0,440,2.44),
+(760,0,441,2.44),
+(760,0,442,2.44),
+(760,0,443,2.44),
+(760,0,523,3.06),
+(760,0,524,3.06),
+(760,0,525,3.06),
+(760,0,526,3.06),
+(760,0,608,2.19),
+(760,0,609,2.19),
+(760,0,610,2.19),
+(760,0,611,2.19),
+(760,0,693,0.71),
+(760,0,694,0.71),
+(760,0,695,0.71),
+(760,0,696,0.71),
+(760,0,778,2.93),
+(760,0,779,2.93),
+(760,0,780,2.93),
+(760,0,781,2.93),
+(760,0,863,2.71),
+(760,0,864,2.71),
+(760,0,865,2.71),
+(760,0,866,2.71),
+(760,0,948,1.09),
+(760,0,949,1.09),
+(760,0,950,1.09),
+(760,0,951,1.09),
+(760,0,1033,3.16),
+(760,0,1034,3.16),
+(760,0,1035,3.16),
+(760,0,1036,3.16),
+(760,0,1203,2.5),
+(760,0,1204,2.5),
+(760,0,1205,2.5),
+(760,0,1206,2.5),
+(760,0,1613,3.46),
+(760,0,1614,3.46),
+(760,0,1812,1),
+(760,0,1813,1),
+(760,0,2040,0.87),
+(760,0,2041,0.87),
+(761,0,409,3.25),
+(761,0,410,3.25),
+(761,0,443,2.38),
+(761,0,444,2.38),
+(761,0,445,2.38),
+(761,0,446,2.38),
+(761,0,526,2.8),
+(761,0,527,2.8),
+(761,0,528,2.8),
+(761,0,529,2.8),
+(761,0,611,2.15),
+(761,0,612,2.15),
+(761,0,613,2.15),
+(761,0,614,2.15),
+(761,0,696,0.73),
+(761,0,697,0.73),
+(761,0,698,0.73),
+(761,0,699,0.73),
+(761,0,781,2.83),
+(761,0,782,2.83),
+(761,0,783,2.83),
+(761,0,784,2.83),
+(761,0,866,2.83),
+(761,0,867,2.83),
+(761,0,868,2.83),
+(761,0,869,2.83),
+(761,0,951,1.2),
+(761,0,952,1.2),
+(761,0,953,1.2),
+(761,0,954,1.2),
+(761,0,1036,3.08),
+(761,0,1037,3.08),
+(761,0,1038,3.08),
+(761,0,1039,3.08),
+(761,0,1206,2.55),
+(761,0,1207,2.55),
+(761,0,1208,2.55),
+(761,0,1209,2.55),
+(761,0,1614,3.55),
+(761,0,1615,3.55),
+(761,0,1813,1.05),
+(761,0,1814,1.05),
+(761,0,2041,1),
+(761,0,2042,1),
+(762,0,411,5.23),
+(762,0,446,2.28),
+(762,0,447,2.28),
+(762,0,448,2.28),
+(762,0,449,2.28),
+(762,0,529,2.63),
+(762,0,530,2.63),
+(762,0,531,2.63),
+(762,0,532,2.63),
+(762,0,614,1.97),
+(762,0,615,1.97),
+(762,0,616,1.97),
+(762,0,617,1.97),
+(762,0,699,0.66),
+(762,0,700,0.66),
+(762,0,701,0.66),
+(762,0,702,0.66),
+(762,0,784,2.74),
+(762,0,785,2.74),
+(762,0,786,2.74),
+(762,0,787,2.74),
+(762,0,869,2.52),
+(762,0,870,2.52),
+(762,0,871,2.52),
+(762,0,872,2.52),
+(762,0,954,1.15),
+(762,0,955,1.15),
+(762,0,956,1.15),
+(762,0,957,1.15),
+(762,0,1039,2.72),
+(762,0,1040,2.72),
+(762,0,1041,2.72),
+(762,0,1042,2.72),
+(762,0,1209,2.48),
+(762,0,1210,2.48),
+(762,0,1211,2.48),
+(762,0,1212,2.48),
+(762,0,1323,0.57),
+(762,0,1369,0.37),
+(762,0,1415,0.5),
+(762,0,1461,0.3),
+(762,0,1507,0.53),
+(762,0,1620,9.8),
+(762,0,1815,3.2),
+(762,0,2043,2.83),
+(763,0,412,4.15),
+(763,0,446,2.88),
+(763,0,447,2.88),
+(763,0,448,2.88),
+(763,0,449,2.88),
+(763,0,529,2.64),
+(763,0,530,2.64),
+(763,0,531,2.64),
+(763,0,532,2.64),
+(763,0,614,2.81),
+(763,0,615,2.81),
+(763,0,616,2.81),
+(763,0,617,2.81),
+(763,0,699,0.95),
+(763,0,700,0.95),
+(763,0,701,0.95),
+(763,0,702,0.95),
+(763,0,784,2.3),
+(763,0,785,2.3),
+(763,0,786,2.3),
+(763,0,787,2.3),
+(763,0,869,2.89),
+(763,0,870,2.89),
+(763,0,871,2.89),
+(763,0,872,2.89),
+(763,0,954,0.91),
+(763,0,955,0.91),
+(763,0,956,0.91),
+(763,0,957,0.91),
+(763,0,1039,2.29),
+(763,0,1040,2.29),
+(763,0,1041,2.29),
+(763,0,1042,2.29),
+(763,0,1209,2.4),
+(763,0,1210,2.4),
+(763,0,1211,2.4),
+(763,0,1212,2.4),
+(763,0,1324,0.25),
+(763,0,1370,0.3),
+(763,0,1416,0.65),
+(763,0,1462,0.5),
+(763,0,1508,0.7),
+(763,0,1621,8.15),
+(763,0,1723,0.1),
+(763,0,1816,2.25),
+(763,0,2044,2.6),
+(763,0,2146,0.1),
+(764,0,413,2.08),
+(764,0,414,2.08),
+(764,0,449,3),
+(764,0,450,3),
+(764,0,451,3),
+(764,0,452,3),
+(764,0,532,2.61),
+(764,0,533,2.61),
+(764,0,534,2.61),
+(764,0,535,2.61),
+(764,0,617,2.82),
+(764,0,618,2.82),
+(764,0,619,2.82),
+(764,0,620,2.82),
+(764,0,702,1),
+(764,0,703,1),
+(764,0,704,1),
+(764,0,705,1),
+(764,0,787,2.13),
+(764,0,788,2.13),
+(764,0,789,2.13),
+(764,0,790,2.13),
+(764,0,872,3.11),
+(764,0,873,3.11),
+(764,0,874,3.11),
+(764,0,875,3.11),
+(764,0,957,0.89),
+(764,0,958,0.89),
+(764,0,959,0.89),
+(764,0,960,0.89),
+(764,0,1042,2.09),
+(764,0,1043,2.09),
+(764,0,1044,2.09),
+(764,0,1045,2.09),
+(764,0,1212,2.34),
+(764,0,1213,2.34),
+(764,0,1214,2.34),
+(764,0,1215,2.34),
+(764,0,1325,0.28),
+(764,0,1326,0.28),
+(764,0,1371,0.3),
+(764,0,1372,0.3),
+(764,0,1417,0.5),
+(764,0,1418,0.5),
+(764,0,1463,0.15),
+(764,0,1464,0.1),
+(764,0,1509,0.22),
+(764,0,1510,0.22),
+(764,0,1616,4.05),
+(764,0,1622,4.05),
+(764,0,1817,1.05),
+(764,0,1818,1.05),
+(764,0,2045,1.63),
+(764,0,2046,1.63),
+(765,0,414,1.57),
+(765,0,415,1.57),
+(765,0,452,3.46),
+(765,0,453,3.46),
+(765,0,454,3.46),
+(765,0,455,3.46),
+(765,0,535,2.8),
+(765,0,536,2.8),
+(765,0,537,2.8),
+(765,0,538,2.8),
+(765,0,620,3.38),
+(765,0,621,3.38),
+(765,0,622,3.38),
+(765,0,623,3.38),
+(765,0,705,0.96),
+(765,0,706,1.27),
+(765,0,707,0.96),
+(765,0,708,0.96),
+(765,0,790,2.64),
+(765,0,791,2.64),
+(765,0,792,2.64),
+(765,0,793,2.64),
+(765,0,875,2.61),
+(765,0,876,2.61),
+(765,0,877,2.61),
+(765,0,878,2.61),
+(765,0,960,0.63),
+(765,0,961,0.63),
+(765,0,962,0.63),
+(765,0,963,0.63),
+(765,0,1045,2.03),
+(765,0,1046,2.03),
+(765,0,1047,2.03),
+(765,0,1048,2.03),
+(765,0,1130,0.1),
+(765,0,1215,2.21),
+(765,0,1216,2.21),
+(765,0,1217,2.21),
+(765,0,1218,2.21),
+(765,0,1326,0.15),
+(765,0,1327,0.3),
+(765,0,1372,1.6),
+(765,0,1373,0.3),
+(765,0,1418,0.38),
+(765,0,1419,0.38),
+(765,0,1464,0.13),
+(765,0,1465,0.13),
+(765,0,1510,0.45),
+(765,0,1511,0.45),
+(765,0,1616,2.97),
+(765,0,1623,2.97),
+(765,0,1818,0.98),
+(765,0,1819,0.98),
+(765,0,2046,2.17),
+(765,0,2047,1.55),
+(765,0,2162,0.8),
+(779,0,193,5.37),
+(779,0,219,5.37),
+(779,0,605,1.42),
+(779,0,606,1.42),
+(779,0,607,1.42),
+(779,0,608,1.42),
+(779,0,690,0.96),
+(779,0,691,0.96),
+(779,0,692,0.96),
+(779,0,693,0.96),
+(779,0,860,1.53),
+(779,0,861,1.53),
+(779,0,862,1.53),
+(779,0,863,1.53),
+(779,0,945,1.08),
+(779,0,946,1.08),
+(779,0,947,1.08),
+(779,0,948,1.08),
+(779,0,1030,3.14),
+(779,0,1031,3.14),
+(779,0,1032,3.14),
+(779,0,1033,3.14),
+(779,0,1115,2.04),
+(779,0,1116,2.04),
+(779,0,1117,2.04),
+(779,0,1118,2.04),
+(779,0,1200,10.5),
+(779,0,1201,10.5),
+(779,0,1202,10.5),
+(779,0,1203,10.5),
+(779,0,1558,3),
+(779,0,1559,3),
+(779,0,1704,0.1),
+(779,0,2038,0.28),
+(779,0,2039,0.28),
+(780,0,219,5.7),
+(780,0,220,5.7),
+(780,0,605,1.49),
+(780,0,606,1.49),
+(780,0,607,1.49),
+(780,0,608,1.49),
+(780,0,690,1.03),
+(780,0,691,1.03),
+(780,0,692,1.03),
+(780,0,693,1.03),
+(780,0,860,1.61),
+(780,0,861,1.61),
+(780,0,862,1.61),
+(780,0,863,1.61),
+(780,0,945,1.23),
+(780,0,946,1.23),
+(780,0,947,1.23),
+(780,0,948,1.23),
+(780,0,1030,3.56),
+(780,0,1031,3.56),
+(780,0,1032,3.56),
+(780,0,1033,3.56),
+(780,0,1115,2.05),
+(780,0,1116,2.05),
+(780,0,1117,2.05),
+(780,0,1118,2.05),
+(780,0,1200,9.28),
+(780,0,1201,9.28),
+(780,0,1202,9.28),
+(780,0,1203,9.28),
+(780,0,1559,3.45),
+(780,0,1560,3.45),
+(780,0,2039,0.38),
+(780,0,2040,0.38),
+(781,0,220,5.5),
+(781,0,307,5.5),
+(781,0,608,1.53),
+(781,0,609,1.53),
+(781,0,610,1.53),
+(781,0,611,1.53),
+(781,0,693,0.88),
+(781,0,694,0.88),
+(781,0,695,0.88),
+(781,0,696,0.88),
+(781,0,863,1.58),
+(781,0,864,1.58),
+(781,0,865,1.58),
+(781,0,866,1.58),
+(781,0,948,1.13),
+(781,0,949,1.13),
+(781,0,950,1.13),
+(781,0,951,1.13),
+(781,0,1033,3.24),
+(781,0,1034,3.24),
+(781,0,1035,3.24),
+(781,0,1036,3.24),
+(781,0,1118,1.97),
+(781,0,1119,1.97),
+(781,0,1120,1.97),
+(781,0,1121,1.97),
+(781,0,1203,10.17),
+(781,0,1204,10.17),
+(781,0,1205,10.17),
+(781,0,1206,10.17),
+(781,0,1560,3.27),
+(781,0,1561,3.27),
+(781,0,2040,0.23),
+(781,0,2041,0.23),
+(782,0,307,5.22),
+(782,0,308,5.22),
+(782,0,611,1.27),
+(782,0,612,1.27),
+(782,0,613,1.27),
+(782,0,614,1.27),
+(782,0,696,0.88),
+(782,0,697,0.88),
+(782,0,698,0.88),
+(782,0,699,0.88),
+(782,0,866,1.71),
+(782,0,867,1.71),
+(782,0,868,1.71),
+(782,0,869,1.71),
+(782,0,951,1.13),
+(782,0,952,1.13),
+(782,0,953,1.13),
+(782,0,954,1.13),
+(782,0,1036,3.02),
+(782,0,1037,3.02),
+(782,0,1038,3.02),
+(782,0,1039,3.02),
+(782,0,1121,1.95),
+(782,0,1122,1.95),
+(782,0,1123,1.95),
+(782,0,1124,1.95),
+(782,0,1206,10.83),
+(782,0,1207,10.83),
+(782,0,1208,10.83),
+(782,0,1209,10.83),
+(782,0,1561,2.98),
+(782,0,1562,2.98),
+(782,0,2041,0.27),
+(782,0,2042,0.27),
+(783,0,309,9.53),
+(783,0,614,1.21),
+(783,0,615,1.21),
+(783,0,616,1.21),
+(783,0,617,1.21),
+(783,0,699,0.86),
+(783,0,700,0.86),
+(783,0,701,0.86),
+(783,0,702,0.86),
+(783,0,869,1.39),
+(783,0,870,1.39),
+(783,0,871,1.39),
+(783,0,872,1.39),
+(783,0,954,1.09),
+(783,0,955,1.09),
+(783,0,956,1.09),
+(783,0,957,1.09),
+(783,0,1039,3.02),
+(783,0,1040,3.02),
+(783,0,1041,3.02),
+(783,0,1042,3.02),
+(783,0,1124,1.67),
+(783,0,1125,1.67),
+(783,0,1126,1.67),
+(783,0,1127,1.67),
+(783,0,1209,9.55),
+(783,0,1210,9.55),
+(783,0,1211,9.55),
+(783,0,1212,9.55),
+(783,0,1323,0.18),
+(783,0,1369,0.25),
+(783,0,1415,0.4),
+(783,0,1461,0.2),
+(783,0,1507,0.25),
+(783,0,1563,12.4),
+(783,0,2043,1.8),
+(784,0,310,9.57),
+(784,0,614,1.35),
+(784,0,615,1.35),
+(784,0,616,1.35),
+(784,0,617,1.35),
+(784,0,699,0.73),
+(784,0,700,0.73),
+(784,0,701,0.73),
+(784,0,702,0.73),
+(784,0,869,1.51),
+(784,0,870,1.51),
+(784,0,871,1.51),
+(784,0,872,1.51),
+(784,0,954,1.07),
+(784,0,955,1.07),
+(784,0,956,1.07),
+(784,0,957,1.07),
+(784,0,1039,2.56),
+(784,0,1040,2.56),
+(784,0,1041,2.56),
+(784,0,1042,2.56),
+(784,0,1124,1.71),
+(784,0,1125,1.71),
+(784,0,1126,1.71),
+(784,0,1127,1.71),
+(784,0,1209,9.56),
+(784,0,1210,9.56),
+(784,0,1211,9.56),
+(784,0,1212,9.56),
+(784,0,1324,0.23),
+(784,0,1370,0.3),
+(784,0,1416,0.27),
+(784,0,1462,0.27),
+(784,0,1508,0.3),
+(784,0,1564,13.4),
+(784,0,2044,1.24),
+(784,0,2045,0.43),
+(784,0,2046,0.43),
+(784,0,2047,0.43),
+(785,0,311,4.92),
+(785,0,312,4.92),
+(785,0,617,1.16),
+(785,0,618,1.16),
+(785,0,619,1.16),
+(785,0,620,1.16),
+(785,0,702,0.85),
+(785,0,703,0.85),
+(785,0,704,0.85),
+(785,0,705,0.85),
+(785,0,872,1.44),
+(785,0,873,1.44),
+(785,0,874,1.44),
+(785,0,875,1.44),
+(785,0,957,0.95),
+(785,0,958,0.95),
+(785,0,959,0.95),
+(785,0,960,0.95),
+(785,0,1042,2.5),
+(785,0,1043,2.5),
+(785,0,1044,2.5),
+(785,0,1045,2.5),
+(785,0,1127,1.46),
+(785,0,1128,1.46),
+(785,0,1129,1.46),
+(785,0,1130,1.46),
+(785,0,1212,9.78),
+(785,0,1213,9.78),
+(785,0,1214,9.78),
+(785,0,1215,9.78),
+(785,0,1325,0.08),
+(785,0,1326,0.08),
+(785,0,1371,0.23),
+(785,0,1372,0.23),
+(785,0,1417,0.25),
+(785,0,1418,0.25),
+(785,0,1463,0.2),
+(785,0,1464,0.2),
+(785,0,1509,0.15),
+(785,0,1510,0.15),
+(785,0,1565,7.2),
+(785,0,1566,7.2),
+(785,0,1932,0.1),
+(785,0,2045,0.56),
+(785,0,2046,0.56),
+(785,0,2047,0.47),
+(786,0,312,4.2),
+(786,0,313,4.2),
+(786,0,389,0.1),
+(786,0,390,0.1),
+(786,0,620,1.04),
+(786,0,621,1.04),
+(786,0,622,1.04),
+(786,0,623,1.04),
+(786,0,705,0.79),
+(786,0,706,0.79),
+(786,0,707,0.79),
+(786,0,708,0.79),
+(786,0,791,0.1),
+(786,0,875,1.57),
+(786,0,876,1.57),
+(786,0,877,1.57),
+(786,0,878,1.57),
+(786,0,960,1.04),
+(786,0,961,1.04),
+(786,0,962,1.04),
+(786,0,963,1.04),
+(786,0,1045,2.32),
+(786,0,1046,2.32),
+(786,0,1047,2.32),
+(786,0,1048,2.32),
+(786,0,1130,1.28),
+(786,0,1131,1.28),
+(786,0,1132,1.28),
+(786,0,1133,1.28),
+(786,0,1215,10.64),
+(786,0,1216,10.64),
+(786,0,1217,10.64),
+(786,0,1218,10.64),
+(786,0,1326,0.28),
+(786,0,1327,0.25),
+(786,0,1372,0.2),
+(786,0,1373,0.2),
+(786,0,1418,0.3),
+(786,0,1419,0.3),
+(786,0,1464,0.13),
+(786,0,1465,0.05),
+(786,0,1510,0.15),
+(786,0,1511,0.15),
+(786,0,1566,6.67),
+(786,0,1567,6.67),
+(786,0,1725,0.05),
+(786,0,1726,0.05),
+(786,0,2046,0.82),
+(786,0,2047,0.82),
+(791,0,19,3.2),
+(791,0,22,3.2),
+(791,0,27,4.15),
+(791,0,28,4.15),
+(791,0,29,0.1),
+(791,0,33,0.1),
+(791,0,91,0.1),
+(791,0,227,2.22),
+(791,0,229,2.22),
+(791,0,231,2.22),
+(791,0,238,2.22),
+(791,0,502,0.03),
+(791,0,503,0.03),
+(791,0,504,0.03),
+(791,0,505,0.03),
+(791,0,754,5.9),
+(791,0,755,5.9),
+(791,0,756,5.9),
+(791,0,757,5.9),
+(791,0,839,5.07),
+(791,0,840,5.07),
+(791,0,841,5.07),
+(791,0,842,5.07),
+(791,0,1009,4.15),
+(791,0,1010,4.15),
+(791,0,1011,4.15),
+(791,0,1012,4.15),
+(791,0,1706,0.1),
+(791,0,1800,2.85),
+(791,0,1801,2.85),
+(791,0,1838,2.25),
+(791,0,1839,2.25),
+(791,0,1913,0.1),
+(791,0,1952,3),
+(791,0,1953,3),
+(792,0,16,2.3),
+(792,0,22,3.6),
+(792,0,27,2.3),
+(792,0,28,2.3),
+(792,0,95,2.3),
+(792,0,96,3.6),
+(792,0,232,2.35),
+(792,0,233,2.35),
+(792,0,234,2.35),
+(792,0,238,2.35),
+(792,0,757,5.97),
+(792,0,758,5.97),
+(792,0,759,5.97),
+(792,0,760,5.97),
+(792,0,842,4.28),
+(792,0,843,4.28),
+(792,0,844,4.28),
+(792,0,845,4.28),
+(792,0,1012,4.45),
+(792,0,1013,4.45),
+(792,0,1014,4.45),
+(792,0,1015,4.45),
+(792,0,1801,2.9),
+(792,0,1802,2.9),
+(792,0,1839,1.95),
+(792,0,1840,1.95),
+(792,0,1953,2.8),
+(792,0,1954,2.8),
+(793,0,49,0.1),
+(793,0,95,4.52),
+(793,0,96,3.62),
+(793,0,113,4.52),
+(793,0,114,3.62),
+(793,0,134,3.47),
+(793,0,136,0.1),
+(793,0,232,2.26),
+(793,0,233,2.26),
+(793,0,234,2.26),
+(793,0,236,1.92),
+(793,0,238,2.26),
+(793,0,505,0.1),
+(793,0,757,5.73),
+(793,0,758,5.73),
+(793,0,759,5.73),
+(793,0,760,5.73),
+(793,0,842,3.72),
+(793,0,843,3.72),
+(793,0,844,3.72),
+(793,0,845,3.72),
+(793,0,847,3.36),
+(793,0,932,0.1),
+(793,0,1012,4.16),
+(793,0,1013,4.16),
+(793,0,1014,4.16),
+(793,0,1015,4.16),
+(793,0,1016,2.84),
+(793,0,1017,2.84),
+(793,0,1018,2.84),
+(793,0,1187,0.1),
+(793,0,1404,0.1),
+(793,0,1550,0.1),
+(793,0,1802,2.87),
+(793,0,1803,2.87),
+(793,0,1840,1.78),
+(793,0,1841,1.78),
+(793,0,1954,2.63),
+(793,0,1955,2.63),
+(794,0,113,6.13),
+(794,0,114,3.98),
+(794,0,134,6.13),
+(794,0,135,3.98),
+(794,0,234,2.48),
+(794,0,235,2.48),
+(794,0,236,2.48),
+(794,0,248,2.48),
+(794,0,760,5.51),
+(794,0,761,5.51),
+(794,0,762,5.51),
+(794,0,763,5.51),
+(794,0,845,2.89),
+(794,0,846,2.89),
+(794,0,847,2.89),
+(794,0,848,2.89),
+(794,0,1015,5.08),
+(794,0,1016,5.08),
+(794,0,1017,5.08),
+(794,0,1018,5.08),
+(794,0,1313,0.1),
+(794,0,1803,3.27),
+(794,0,1804,3.27),
+(794,0,1841,1.73),
+(794,0,1842,1.73),
+(794,0,1955,3),
+(794,0,1956,3),
+(795,0,134,5.63),
+(795,0,135,3.73),
+(795,0,153,5.63),
+(795,0,154,3.73),
+(795,0,237,2.42),
+(795,0,247,2.42),
+(795,0,248,2.42),
+(795,0,249,2.42),
+(795,0,763,5.63),
+(795,0,764,5.63),
+(795,0,765,5.63),
+(795,0,766,5.63),
+(795,0,848,3.59),
+(795,0,849,3.59),
+(795,0,850,3.59),
+(795,0,851,3.59),
+(795,0,1018,4.92),
+(795,0,1019,4.92),
+(795,0,1020,4.92),
+(795,0,1021,4.92),
+(795,0,1804,3.35),
+(795,0,1805,3.35),
+(795,0,1842,1.75),
+(795,0,1843,1.75),
+(795,0,1882,0.1),
+(795,0,1956,2.45),
+(795,0,1957,2.45),
+(796,0,179,11.8),
+(796,0,184,7.15),
+(796,0,247,2.54),
+(796,0,250,2.54),
+(796,0,251,2.54),
+(796,0,252,2.54),
+(796,0,766,5.54),
+(796,0,767,5.54),
+(796,0,768,5.54),
+(796,0,769,5.54),
+(796,0,851,3.27),
+(796,0,852,3.27),
+(796,0,853,3.27),
+(796,0,854,3.27),
+(796,0,1021,5.08),
+(796,0,1022,5.08),
+(796,0,1023,5.08),
+(796,0,1024,5.08),
+(796,0,1806,7.05),
+(796,0,1844,3.25),
+(796,0,1958,5.1),
+(797,0,175,0.1),
+(797,0,180,10.73),
+(797,0,185,7.43),
+(797,0,247,2.44),
+(797,0,250,2.44),
+(797,0,251,2.44),
+(797,0,252,2.44),
+(797,0,766,6.06),
+(797,0,767,6.06),
+(797,0,768,6.06),
+(797,0,769,6.06),
+(797,0,851,3.26),
+(797,0,852,3.26),
+(797,0,853,3.26),
+(797,0,854,3.26),
+(797,0,1021,5.03),
+(797,0,1022,5.03),
+(797,0,1023,5.03),
+(797,0,1024,5.03),
+(797,0,1807,6.57),
+(797,0,1845,2.93),
+(797,0,1959,5.1),
+(798,0,181,5.67),
+(798,0,182,5.67),
+(798,0,186,3.63),
+(798,0,187,3.63),
+(798,0,251,2.53),
+(798,0,253,2.53),
+(798,0,254,2.53),
+(798,0,255,2.53),
+(798,0,769,5.95),
+(798,0,770,5.95),
+(798,0,771,5.95),
+(798,0,772,5.95),
+(798,0,854,2.96),
+(798,0,855,2.96),
+(798,0,856,2.96),
+(798,0,857,2.96),
+(798,0,1024,5.51),
+(798,0,1025,5.51),
+(798,0,1026,5.51),
+(798,0,1027,5.51),
+(798,0,1808,3.07),
+(798,0,1809,3.07),
+(798,0,1846,1.5),
+(798,0,1847,1.5),
+(798,0,1960,2.28),
+(798,0,1961,2.28),
+(799,0,182,5.82),
+(799,0,183,5.82),
+(799,0,187,3.68),
+(799,0,188,3.68),
+(799,0,254,2.43),
+(799,0,435,2.43),
+(799,0,436,2.43),
+(799,0,437,2.43),
+(799,0,772,6.31),
+(799,0,773,6.31),
+(799,0,774,6.31),
+(799,0,775,6.31),
+(799,0,857,2.73),
+(799,0,858,2.73),
+(799,0,859,2.73),
+(799,0,860,2.73),
+(799,0,1027,5.4),
+(799,0,1028,5.4),
+(799,0,1029,5.4),
+(799,0,1030,5.4),
+(799,0,1809,3.07),
+(799,0,1810,3.07),
+(799,0,1847,1.37),
+(799,0,1848,1.37),
+(799,0,1961,2.4),
+(799,0,1962,2.4),
+(800,0,29,0.1),
+(800,0,183,5.27),
+(800,0,188,3.73),
+(800,0,215,5.27),
+(800,0,217,3.73),
+(800,0,437,2.61),
+(800,0,438,2.61),
+(800,0,439,2.61),
+(800,0,440,2.61),
+(800,0,775,6.5),
+(800,0,776,6.5),
+(800,0,777,6.5),
+(800,0,778,6.5),
+(800,0,860,2.59),
+(800,0,861,2.59),
+(800,0,862,2.59),
+(800,0,863,2.59),
+(800,0,1030,5.24),
+(800,0,1031,5.24),
+(800,0,1032,5.24),
+(800,0,1033,5.24),
+(800,0,1810,3.05),
+(800,0,1811,3.05),
+(800,0,1848,1.53),
+(800,0,1849,1.53),
+(800,0,1962,2.51),
+(800,0,1963,2.51),
+(801,0,215,5.63),
+(801,0,216,5.63),
+(801,0,217,3.52),
+(801,0,218,3.52),
+(801,0,437,2.63),
+(801,0,438,2.63),
+(801,0,439,2.63),
+(801,0,440,2.63),
+(801,0,611,0.1),
+(801,0,775,6.38),
+(801,0,776,6.38),
+(801,0,777,6.38),
+(801,0,778,6.38),
+(801,0,860,2.63),
+(801,0,861,2.63),
+(801,0,862,2.63),
+(801,0,863,2.63),
+(801,0,1030,5.25),
+(801,0,1031,5.25),
+(801,0,1032,5.25),
+(801,0,1033,5.25),
+(801,0,1811,3.2),
+(801,0,1812,3.2),
+(801,0,1849,1.38),
+(801,0,1850,1.38),
+(801,0,1963,2.55),
+(801,0,1964,2.55),
+(802,0,216,5),
+(802,0,218,3.98),
+(802,0,287,3.98),
+(802,0,409,5),
+(802,0,440,2.66),
+(802,0,441,2.66),
+(802,0,442,2.66),
+(802,0,443,2.66),
+(802,0,778,6.3),
+(802,0,779,6.3),
+(802,0,780,6.3),
+(802,0,781,6.3),
+(802,0,863,2.54),
+(802,0,864,2.54),
+(802,0,865,2.54),
+(802,0,866,2.54),
+(802,0,1033,5.4),
+(802,0,1034,5.4),
+(802,0,1035,5.4),
+(802,0,1036,5.4),
+(802,0,1812,3.1),
+(802,0,1813,3.1),
+(802,0,1850,1.53),
+(802,0,1851,1.53),
+(802,0,1964,2.57),
+(802,0,1965,2.57),
+(803,0,287,3.67),
+(803,0,333,3.67),
+(803,0,409,5.13),
+(803,0,410,5.13),
+(803,0,443,2.59),
+(803,0,444,2.59),
+(803,0,445,2.59),
+(803,0,446,2.59),
+(803,0,781,6.53),
+(803,0,782,6.53),
+(803,0,783,6.53),
+(803,0,784,6.53),
+(803,0,866,2.66),
+(803,0,867,2.66),
+(803,0,868,2.66),
+(803,0,869,2.66),
+(803,0,1036,5.22),
+(803,0,1037,5.22),
+(803,0,1038,5.22),
+(803,0,1039,5.22),
+(803,0,1813,2.83),
+(803,0,1814,2.83),
+(803,0,1815,1.67),
+(803,0,1816,1.67),
+(803,0,1851,1.53),
+(803,0,1852,1.53),
+(803,0,1965,2.43),
+(803,0,1966,2.43),
+(804,0,334,6.55),
+(804,0,411,8.3),
+(804,0,446,2.4),
+(804,0,447,2.4),
+(804,0,448,2.4),
+(804,0,449,2.4),
+(804,0,784,6.04),
+(804,0,785,6.04),
+(804,0,786,6.04),
+(804,0,787,6.04),
+(804,0,869,2.42),
+(804,0,870,2.42),
+(804,0,871,2.42),
+(804,0,872,2.42),
+(804,0,1039,4.54),
+(804,0,1040,4.54),
+(804,0,1041,4.54),
+(804,0,1042,4.54),
+(804,0,1323,0.2),
+(804,0,1369,0.3),
+(804,0,1415,0.55),
+(804,0,1461,0.2),
+(804,0,1507,0.4),
+(804,0,1815,9.8),
+(804,0,1853,4.7),
+(804,0,1967,7.5),
+(805,0,335,6.4),
+(805,0,412,8.4),
+(805,0,446,1.98),
+(805,0,447,1.98),
+(805,0,448,1.98),
+(805,0,449,1.98),
+(805,0,784,4.8),
+(805,0,785,4.8),
+(805,0,786,4.8),
+(805,0,787,4.8),
+(805,0,789,4.8),
+(805,0,869,2.95),
+(805,0,870,2.95),
+(805,0,871,2.95),
+(805,0,872,2.95),
+(805,0,1039,4.1),
+(805,0,1040,4.1),
+(805,0,1041,4.1),
+(805,0,1042,4.1),
+(805,0,1128,0.1),
+(805,0,1324,0.3),
+(805,0,1370,0.2),
+(805,0,1416,0.5),
+(805,0,1462,0.4),
+(805,0,1508,0.17),
+(805,0,1509,0.17),
+(805,0,1510,0.17),
+(805,0,1816,8.8),
+(805,0,1854,6.6),
+(805,0,1968,7.8),
+(806,0,336,3.23),
+(806,0,337,3.23),
+(806,0,413,3.7),
+(806,0,414,3.7),
+(806,0,449,1.81),
+(806,0,450,1.81),
+(806,0,451,1.81),
+(806,0,452,1.81),
+(806,0,453,1.7),
+(806,0,787,6.02),
+(806,0,788,6.02),
+(806,0,789,6.02),
+(806,0,790,6.02),
+(806,0,872,3.11),
+(806,0,873,3.11),
+(806,0,874,3.11),
+(806,0,875,3.11),
+(806,0,1042,3.75),
+(806,0,1043,3.75),
+(806,0,1044,3.75),
+(806,0,1045,3.75),
+(806,0,1046,3.36),
+(806,0,1325,0.15),
+(806,0,1326,0.15),
+(806,0,1371,0.17),
+(806,0,1372,0.17),
+(806,0,1373,0.1),
+(806,0,1417,0.35),
+(806,0,1418,0.28),
+(806,0,1463,0.22),
+(806,0,1464,0.22),
+(806,0,1509,0.17),
+(806,0,1510,0.17),
+(806,0,1817,4.2),
+(806,0,1818,4.2),
+(806,0,1855,3.37),
+(806,0,1856,3.37),
+(806,0,1969,4.32),
+(806,0,1970,4.32),
+(807,0,314,0.1),
+(807,0,337,3.32),
+(807,0,338,3.32),
+(807,0,391,0.1),
+(807,0,414,2.93),
+(807,0,415,2.93),
+(807,0,452,1.88),
+(807,0,453,1.88),
+(807,0,454,1.88),
+(807,0,455,1.88),
+(807,0,535,0.03),
+(807,0,536,0.03),
+(807,0,537,0.03),
+(807,0,538,0.03),
+(807,0,620,0.03),
+(807,0,621,0.03),
+(807,0,622,0.03),
+(807,0,623,0.03),
+(807,0,705,0.03),
+(807,0,706,0.03),
+(807,0,707,0.03),
+(807,0,708,0.03),
+(807,0,790,6.02),
+(807,0,791,6.02),
+(807,0,792,6.02),
+(807,0,793,6.02),
+(807,0,875,3.97),
+(807,0,876,3.97),
+(807,0,877,3.97),
+(807,0,878,3.97),
+(807,0,961,0.1),
+(807,0,1045,3.58),
+(807,0,1046,3.58),
+(807,0,1047,3.58),
+(807,0,1048,3.58),
+(807,0,1218,0.1),
+(807,0,1326,0.28),
+(807,0,1327,0.28),
+(807,0,1372,0.16),
+(807,0,1373,0.16),
+(807,0,1374,0.17),
+(807,0,1418,0.4),
+(807,0,1419,0.3),
+(807,0,1464,0.16),
+(807,0,1465,0.16),
+(807,0,1466,0.08),
+(807,0,1467,0.08),
+(807,0,1510,0.55),
+(807,0,1511,0.23),
+(807,0,1561,0.1),
+(807,0,1818,3.95),
+(807,0,1819,3.95),
+(807,0,1856,3.68),
+(807,0,1857,3.68),
+(807,0,1970,4),
+(807,0,1971,4),
+(807,0,2047,0.1),
+(807,0,2088,0.05),
+(807,0,2089,0.05),
+(807,0,2126,0.03),
+(807,0,2127,0.03),
+(807,0,2128,0.03),
+(807,0,2129,0.03),
+(807,0,2146,0.03),
+(807,0,2147,0.03),
+(807,0,2148,0.03),
+(807,0,2153,0.03),
+(813,0,18,4.68),
+(813,0,22,4.1),
+(813,0,28,3.75),
+(813,0,93,4.68),
+(813,0,95,3.75),
+(813,0,96,4.1),
+(813,0,232,1.02),
+(813,0,233,1.02),
+(813,0,234,1.02),
+(813,0,238,1.02),
+(813,0,502,1.04),
+(813,0,503,1.04),
+(813,0,504,1.04),
+(813,0,505,1.04),
+(813,0,587,4.06),
+(813,0,588,4.06),
+(813,0,589,4.06),
+(813,0,590,4.06),
+(813,0,757,3.99),
+(813,0,758,3.99),
+(813,0,759,3.99),
+(813,0,760,3.99),
+(813,0,842,2.27),
+(813,0,843,2.27),
+(813,0,844,2.27),
+(813,0,845,2.27),
+(813,0,927,2.12),
+(813,0,928,2.12),
+(813,0,929,2.12),
+(813,0,930,2.12),
+(813,0,1012,2.79),
+(813,0,1013,2.79),
+(813,0,1014,2.79),
+(813,0,1015,2.79),
+(813,0,1549,1.45),
+(813,0,1550,1.45),
+(813,0,1951,0.1),
+(813,0,1991,1.42),
+(813,0,1992,1.42),
+(814,0,93,4.32),
+(814,0,95,3.36),
+(814,0,96,4.25),
+(814,0,111,4.32),
+(814,0,113,3.36),
+(814,0,114,4.25),
+(814,0,130,0.1),
+(814,0,134,2.57),
+(814,0,136,0.1),
+(814,0,232,0.99),
+(814,0,233,0.99),
+(814,0,234,0.99),
+(814,0,238,0.99),
+(814,0,502,1.06),
+(814,0,503,1.06),
+(814,0,504,1.06),
+(814,0,505,1.06),
+(814,0,587,3.7),
+(814,0,588,3.7),
+(814,0,589,3.7),
+(814,0,590,3.7),
+(814,0,678,0.1),
+(814,0,757,4.24),
+(814,0,758,4.24),
+(814,0,759,4.24),
+(814,0,760,4.24),
+(814,0,842,1.94),
+(814,0,843,1.94),
+(814,0,844,1.94),
+(814,0,845,1.94),
+(814,0,846,1.7),
+(814,0,927,2.27),
+(814,0,928,2.27),
+(814,0,929,2.27),
+(814,0,930,2.27),
+(814,0,1012,2.57),
+(814,0,1013,2.57),
+(814,0,1014,2.57),
+(814,0,1015,2.57),
+(814,0,1017,2.44),
+(814,0,1550,1.43),
+(814,0,1551,1.43),
+(814,0,1992,1.4),
+(814,0,1993,1.4),
+(815,0,111,4.15),
+(815,0,113,4.55),
+(815,0,114,4.5),
+(815,0,132,4.15),
+(815,0,134,4.55),
+(815,0,135,4.5),
+(815,0,234,1),
+(815,0,235,1),
+(815,0,236,1),
+(815,0,248,1),
+(815,0,505,1.1),
+(815,0,506,1.1),
+(815,0,507,1.1),
+(815,0,508,1.1),
+(815,0,590,3.1),
+(815,0,591,3.1),
+(815,0,592,3.1),
+(815,0,593,3.1),
+(815,0,760,4.2),
+(815,0,761,4.2),
+(815,0,762,4.2),
+(815,0,763,4.2),
+(815,0,845,2.15),
+(815,0,846,2.15),
+(815,0,847,2.15),
+(815,0,848,2.15),
+(815,0,930,2.17),
+(815,0,931,2.17),
+(815,0,932,2.17),
+(815,0,933,2.17),
+(815,0,1015,2.97),
+(815,0,1016,2.97),
+(815,0,1017,2.97),
+(815,0,1018,2.97),
+(815,0,1105,0.1),
+(815,0,1551,1.65),
+(815,0,1552,1.65),
+(815,0,1957,0.1),
+(815,0,1993,1.65),
+(815,0,1994,1.65),
+(815,0,2027,0.1),
+(816,0,132,3.9),
+(816,0,134,4.55),
+(816,0,135,4.67),
+(816,0,151,3.9),
+(816,0,153,4.55),
+(816,0,154,4.67),
+(816,0,237,0.93),
+(816,0,247,0.93),
+(816,0,248,0.93),
+(816,0,249,0.93),
+(816,0,508,0.96),
+(816,0,509,0.96),
+(816,0,510,0.96),
+(816,0,511,0.96),
+(816,0,593,2.95),
+(816,0,594,2.95),
+(816,0,595,2.95),
+(816,0,596,2.95),
+(816,0,763,4.3),
+(816,0,764,4.3),
+(816,0,765,4.3),
+(816,0,766,4.3),
+(816,0,848,2.34),
+(816,0,849,2.34),
+(816,0,850,2.34),
+(816,0,851,2.34),
+(816,0,933,2.31),
+(816,0,934,2.31),
+(816,0,935,2.31),
+(816,0,936,2.31),
+(816,0,1018,3.09),
+(816,0,1019,3.09),
+(816,0,1020,3.09),
+(816,0,1021,3.09),
+(816,0,1552,1.4),
+(816,0,1553,1.4),
+(816,0,1844,0.1),
+(816,0,1994,1.78),
+(816,0,1995,1.78),
+(817,0,167,6.77),
+(817,0,179,9.1),
+(817,0,184,10.07),
+(817,0,247,0.92),
+(817,0,250,0.92),
+(817,0,251,0.92),
+(817,0,252,0.92),
+(817,0,511,1.04),
+(817,0,512,1.04),
+(817,0,513,1.04),
+(817,0,514,1.04),
+(817,0,596,2.67),
+(817,0,597,2.67),
+(817,0,598,2.67),
+(817,0,599,2.67),
+(817,0,766,4.28),
+(817,0,767,4.28),
+(817,0,768,4.28),
+(817,0,769,4.28),
+(817,0,851,2.4),
+(817,0,852,2.4),
+(817,0,853,2.4),
+(817,0,854,2.4),
+(817,0,936,2.44),
+(817,0,937,2.44),
+(817,0,938,2.44),
+(817,0,939,2.44),
+(817,0,1021,3.13),
+(817,0,1022,3.13),
+(817,0,1023,3.13),
+(817,0,1024,3.13),
+(817,0,1554,2.97),
+(817,0,1996,3.47),
+(817,0,2075,0.03),
+(817,0,2076,0.03),
+(817,0,2077,0.03),
+(818,0,168,7.37),
+(818,0,180,9.47),
+(818,0,185,9.87),
+(818,0,247,0.92),
+(818,0,250,0.92),
+(818,0,251,0.92),
+(818,0,252,0.92),
+(818,0,511,1.03),
+(818,0,512,1.03),
+(818,0,513,1.03),
+(818,0,514,1.03),
+(818,0,596,2.87),
+(818,0,597,2.87),
+(818,0,598,2.87),
+(818,0,599,2.87),
+(818,0,766,4.24),
+(818,0,767,4.24),
+(818,0,768,4.24),
+(818,0,769,4.24),
+(818,0,851,2.34),
+(818,0,852,2.34),
+(818,0,853,2.34),
+(818,0,854,2.34),
+(818,0,936,2.32),
+(818,0,937,2.32),
+(818,0,938,2.32),
+(818,0,939,2.32),
+(818,0,1021,3.13),
+(818,0,1022,3.13),
+(818,0,1023,3.13),
+(818,0,1024,3.13),
+(818,0,1555,2.93),
+(818,0,1997,2.97),
+(819,0,171,3.87),
+(819,0,172,3.87),
+(819,0,181,4.32),
+(819,0,182,4.32),
+(819,0,186,4.8),
+(819,0,187,4.8),
+(819,0,251,1.02),
+(819,0,253,1.02),
+(819,0,254,1.02),
+(819,0,255,1.02),
+(819,0,514,1.2),
+(819,0,515,1.2),
+(819,0,516,1.2),
+(819,0,517,1.2),
+(819,0,599,3.52),
+(819,0,600,3.52),
+(819,0,601,3.52),
+(819,0,602,3.52),
+(819,0,769,3.98),
+(819,0,770,3.98),
+(819,0,771,3.98),
+(819,0,772,3.98),
+(819,0,854,2.19),
+(819,0,855,2.19),
+(819,0,856,2.19),
+(819,0,857,2.19),
+(819,0,939,2.13),
+(819,0,940,2.13),
+(819,0,941,2.13),
+(819,0,942,2.13),
+(819,0,1024,3),
+(819,0,1025,3),
+(819,0,1026,3),
+(819,0,1027,3),
+(819,0,1556,1.5),
+(819,0,1557,1.5),
+(819,0,1998,1.45),
+(819,0,1999,1.45),
+(820,0,172,4),
+(820,0,173,4),
+(820,0,182,4.25),
+(820,0,183,4.25),
+(820,0,187,4.88),
+(820,0,188,4.88),
+(820,0,254,0.97),
+(820,0,435,0.97),
+(820,0,436,0.97),
+(820,0,437,0.97),
+(820,0,517,1.21),
+(820,0,518,1.21),
+(820,0,519,1.21),
+(820,0,520,1.21),
+(820,0,602,3.41),
+(820,0,603,3.41),
+(820,0,604,3.41),
+(820,0,605,3.41),
+(820,0,772,4.08),
+(820,0,773,4.08),
+(820,0,774,4.08),
+(820,0,775,4.08),
+(820,0,857,2.15),
+(820,0,858,2.15),
+(820,0,859,2.15),
+(820,0,860,2.15),
+(820,0,942,2.26),
+(820,0,943,2.26),
+(820,0,944,2.26),
+(820,0,945,2.26),
+(820,0,1027,3.05),
+(820,0,1028,3.05),
+(820,0,1029,3.05),
+(820,0,1030,3.05),
+(820,0,1557,1.5),
+(820,0,1558,1.5),
+(820,0,1913,0.1),
+(820,0,1999,1.18),
+(820,0,2000,1.18),
+(821,0,173,4.08),
+(821,0,183,3.87),
+(821,0,188,5.52),
+(821,0,211,4.08),
+(821,0,215,3.87),
+(821,0,217,5.52),
+(821,0,437,0.69),
+(821,0,438,0.69),
+(821,0,439,0.69),
+(821,0,440,0.69),
+(821,0,605,4.67),
+(821,0,606,4.67),
+(821,0,607,4.67),
+(821,0,608,4.67),
+(821,0,775,3.77),
+(821,0,776,3.77),
+(821,0,777,3.77),
+(821,0,778,3.77),
+(821,0,860,2.44),
+(821,0,861,2.44),
+(821,0,862,2.44),
+(821,0,863,2.44),
+(821,0,945,0.78),
+(821,0,946,0.78),
+(821,0,947,0.78),
+(821,0,948,0.78),
+(821,0,1030,2.99),
+(821,0,1031,2.99),
+(821,0,1032,2.99),
+(821,0,1033,2.99),
+(821,0,1200,1.43),
+(821,0,1201,1.43),
+(821,0,1202,1.43),
+(821,0,1203,1.43),
+(821,0,1558,1.65),
+(821,0,1559,1.65),
+(821,0,1913,0.1),
+(821,0,2000,1.33),
+(821,0,2001,1.33),
+(822,0,211,4.25),
+(822,0,212,4.25),
+(822,0,215,3.27),
+(822,0,216,3.27),
+(822,0,217,5.27),
+(822,0,218,5.27),
+(822,0,437,0.77),
+(822,0,438,0.77),
+(822,0,439,0.77),
+(822,0,440,0.77),
+(822,0,605,5.16),
+(822,0,606,5.16),
+(822,0,607,5.16),
+(822,0,608,5.16),
+(822,0,775,3.56),
+(822,0,776,3.56),
+(822,0,777,3.56),
+(822,0,778,3.56),
+(822,0,860,2.32),
+(822,0,861,2.32),
+(822,0,862,2.32),
+(822,0,863,2.32),
+(822,0,945,0.83),
+(822,0,946,0.83),
+(822,0,947,0.83),
+(822,0,948,0.83),
+(822,0,1030,2.98),
+(822,0,1031,2.98),
+(822,0,1032,2.98),
+(822,0,1033,2.98),
+(822,0,1200,1.65),
+(822,0,1201,1.65),
+(822,0,1202,1.65),
+(822,0,1203,1.65),
+(822,0,1559,1.55),
+(822,0,1560,1.55),
+(822,0,2001,1.08),
+(822,0,2002,1.08),
+(823,0,212,4.6),
+(823,0,216,2.8),
+(823,0,218,5.73),
+(823,0,267,4.6),
+(823,0,287,5.73),
+(823,0,409,2.8),
+(823,0,440,0.94),
+(823,0,441,0.94),
+(823,0,442,0.94),
+(823,0,443,0.94),
+(823,0,608,5.56),
+(823,0,609,5.56),
+(823,0,610,5.56),
+(823,0,611,5.56),
+(823,0,696,0.1),
+(823,0,778,3.11),
+(823,0,779,3.11),
+(823,0,780,3.11),
+(823,0,781,3.11),
+(823,0,863,2.42),
+(823,0,864,2.42),
+(823,0,865,2.42),
+(823,0,866,2.42),
+(823,0,948,0.85),
+(823,0,949,0.85),
+(823,0,950,0.85),
+(823,0,951,0.85),
+(823,0,1033,2.51),
+(823,0,1034,2.51),
+(823,0,1035,2.51),
+(823,0,1036,2.51),
+(823,0,1203,1.69),
+(823,0,1204,1.69),
+(823,0,1205,1.69),
+(823,0,1206,1.69),
+(823,0,1560,1.77),
+(823,0,1561,1.77),
+(823,0,2002,0.95),
+(823,0,2003,0.95),
+(824,0,267,4.36),
+(824,0,287,5.45),
+(824,0,333,5.45),
+(824,0,358,4.36),
+(824,0,409,3.09),
+(824,0,410,3.09),
+(824,0,443,0.85),
+(824,0,444,0.85),
+(824,0,445,0.85),
+(824,0,446,0.85),
+(824,0,611,5.07),
+(824,0,612,5.07),
+(824,0,613,5.07),
+(824,0,614,5.07),
+(824,0,781,3.33),
+(824,0,782,3.33),
+(824,0,783,3.33),
+(824,0,784,3.33),
+(824,0,866,2.36),
+(824,0,867,2.36),
+(824,0,868,2.36),
+(824,0,869,2.36),
+(824,0,951,0.86),
+(824,0,952,0.86),
+(824,0,953,0.86),
+(824,0,954,0.86),
+(824,0,1036,2.88),
+(824,0,1037,2.88),
+(824,0,1038,2.88),
+(824,0,1039,2.88),
+(824,0,1206,1.67),
+(824,0,1207,1.67),
+(824,0,1208,1.67),
+(824,0,1209,1.67),
+(824,0,1561,1.76),
+(824,0,1562,1.76),
+(824,0,2003,1.26),
+(824,0,2004,1.26),
+(825,0,334,9.8),
+(825,0,359,7.8),
+(825,0,411,5.45),
+(825,0,446,0.74),
+(825,0,447,0.74),
+(825,0,448,0.74),
+(825,0,449,0.74),
+(825,0,614,4.7),
+(825,0,615,4.7),
+(825,0,616,4.7),
+(825,0,617,4.7),
+(825,0,784,3.17),
+(825,0,785,3.17),
+(825,0,786,3.17),
+(825,0,787,3.17),
+(825,0,869,2.27),
+(825,0,870,2.27),
+(825,0,871,2.27),
+(825,0,872,2.27),
+(825,0,954,0.77),
+(825,0,955,0.77),
+(825,0,956,0.77),
+(825,0,957,0.77),
+(825,0,1039,2.41),
+(825,0,1040,2.41),
+(825,0,1041,2.41),
+(825,0,1042,2.41),
+(825,0,1209,1.49),
+(825,0,1210,1.49),
+(825,0,1211,1.49),
+(825,0,1212,1.49),
+(825,0,1323,0.35),
+(825,0,1369,0.4),
+(825,0,1415,0.35),
+(825,0,1461,0.35),
+(825,0,1507,0.45),
+(825,0,1563,7.55),
+(825,0,2005,5.4),
+(826,0,335,9.45),
+(826,0,360,7.75),
+(826,0,412,5.8),
+(826,0,446,0.8),
+(826,0,447,0.8),
+(826,0,448,0.8),
+(826,0,449,0.8),
+(826,0,614,4.94),
+(826,0,615,4.94),
+(826,0,616,4.94),
+(826,0,617,4.94),
+(826,0,784,3.16),
+(826,0,785,3.16),
+(826,0,786,3.16),
+(826,0,787,3.16),
+(826,0,869,2.19),
+(826,0,870,2.19),
+(826,0,871,2.19),
+(826,0,872,2.19),
+(826,0,954,0.71),
+(826,0,955,0.71),
+(826,0,956,0.71),
+(826,0,957,0.71),
+(826,0,1039,2.36),
+(826,0,1040,2.36),
+(826,0,1041,2.36),
+(826,0,1042,2.36),
+(826,0,1209,1.51),
+(826,0,1210,1.51),
+(826,0,1211,1.51),
+(826,0,1212,1.51),
+(826,0,1324,0.15),
+(826,0,1325,0.2),
+(826,0,1370,0.45),
+(826,0,1416,0.5),
+(826,0,1462,0.4),
+(826,0,1508,0.5),
+(826,0,1564,7.55),
+(826,0,2006,4.85),
+(827,0,336,4.43),
+(827,0,337,4.43),
+(827,0,361,4.55),
+(827,0,362,4.55),
+(827,0,413,2.27),
+(827,0,414,2.27),
+(827,0,449,0.62),
+(827,0,450,0.62),
+(827,0,451,0.62),
+(827,0,452,0.62),
+(827,0,454,0.54),
+(827,0,617,5.63),
+(827,0,618,5.63),
+(827,0,619,5.63),
+(827,0,620,5.63),
+(827,0,787,2.87),
+(827,0,788,2.87),
+(827,0,789,2.87),
+(827,0,790,2.87),
+(827,0,872,2.21),
+(827,0,873,2.21),
+(827,0,874,2.21),
+(827,0,875,2.21),
+(827,0,957,0.74),
+(827,0,958,0.74),
+(827,0,959,0.74),
+(827,0,960,0.74),
+(827,0,1042,1.97),
+(827,0,1043,1.97),
+(827,0,1044,1.97),
+(827,0,1045,1.97),
+(827,0,1212,1.39),
+(827,0,1213,1.39),
+(827,0,1214,1.39),
+(827,0,1215,1.39),
+(827,0,1217,1.04),
+(827,0,1325,0.15),
+(827,0,1326,0.13),
+(827,0,1371,0.22),
+(827,0,1372,0.23),
+(827,0,1417,0.32),
+(827,0,1418,0.32),
+(827,0,1463,0.22),
+(827,0,1464,0.22),
+(827,0,1509,0.35),
+(827,0,1510,0.35),
+(827,0,1565,4.08),
+(827,0,1566,4.08),
+(827,0,2007,2.42),
+(827,0,2008,2.42),
+(828,0,313,0.1),
+(828,0,315,0.4),
+(828,0,337,4.4),
+(828,0,338,4.4),
+(828,0,362,2.98),
+(828,0,363,2.98),
+(828,0,364,2.6),
+(828,0,414,2.22),
+(828,0,415,2.22),
+(828,0,452,0.58),
+(828,0,453,0.58),
+(828,0,454,0.58),
+(828,0,455,0.58),
+(828,0,537,0.1),
+(828,0,538,0.7),
+(828,0,620,6.24),
+(828,0,621,6.24),
+(828,0,622,6.24),
+(828,0,623,6.24),
+(828,0,707,0.1),
+(828,0,790,3.34),
+(828,0,791,3.34),
+(828,0,792,3.34),
+(828,0,793,3.34),
+(828,0,875,2.51),
+(828,0,876,2.26),
+(828,0,877,2.51),
+(828,0,878,2.26),
+(828,0,960,0.68),
+(828,0,961,0.68),
+(828,0,962,0.68),
+(828,0,963,0.68),
+(828,0,1045,1.89),
+(828,0,1046,1.89),
+(828,0,1047,1.89),
+(828,0,1048,1.89),
+(828,0,1132,0.1),
+(828,0,1215,1.23),
+(828,0,1216,1.23),
+(828,0,1217,1.23),
+(828,0,1218,1.23),
+(828,0,1326,0.13),
+(828,0,1327,0.13),
+(828,0,1372,0.21),
+(828,0,1373,0.21),
+(828,0,1374,0.27),
+(828,0,1418,0.27),
+(828,0,1419,0.31),
+(828,0,1420,0.23),
+(828,0,1464,0.28),
+(828,0,1465,0.28),
+(828,0,1510,0.63),
+(828,0,1511,0.63),
+(828,0,1561,1.23),
+(828,0,1562,1.23),
+(828,0,1563,1.23),
+(828,0,1564,1.23),
+(828,0,1565,1.23),
+(828,0,1566,3.14),
+(828,0,1567,3.14),
+(828,0,1857,0.1),
+(828,0,2008,2.13),
+(828,0,2009,2.13),
+(828,0,2149,0.4),
+(828,0,2151,0.1),
+(828,0,2153,0.1),
+(834,0,22,4.28),
+(834,0,74,3.43),
+(834,0,89,3.43),
+(834,0,96,4.28),
+(834,0,587,0.89),
+(834,0,588,0.89),
+(834,0,589,0.89),
+(834,0,590,0.89),
+(834,0,672,1.26),
+(834,0,673,1.26),
+(834,0,674,1.26),
+(834,0,675,1.26),
+(834,0,758,0.1),
+(834,0,842,1.26),
+(834,0,843,1.26),
+(834,0,844,1.26),
+(834,0,845,1.26),
+(834,0,927,1.89),
+(834,0,928,1.89),
+(834,0,929,1.89),
+(834,0,930,1.89),
+(834,0,1012,1.8),
+(834,0,1013,1.8),
+(834,0,1014,1.8),
+(834,0,1015,1.8),
+(834,0,1097,2.89),
+(834,0,1098,2.89),
+(834,0,1099,2.89),
+(834,0,1100,2.89),
+(834,0,1182,11.2),
+(834,0,1183,11.2),
+(834,0,1184,11.2),
+(834,0,1185,11.2),
+(834,0,1803,0.1),
+(835,0,89,3.93),
+(835,0,96,4.52),
+(835,0,108,3.93),
+(835,0,114,4.52),
+(835,0,210,0.1),
+(835,0,505,0.1),
+(835,0,587,0.94),
+(835,0,588,0.94),
+(835,0,589,0.94),
+(835,0,590,0.94),
+(835,0,672,1.37),
+(835,0,673,1.37),
+(835,0,674,1.37),
+(835,0,675,1.37),
+(835,0,842,1.28),
+(835,0,843,1.28),
+(835,0,844,1.28),
+(835,0,845,1.28),
+(835,0,927,2.06),
+(835,0,928,2.06),
+(835,0,929,2.06),
+(835,0,930,2.06),
+(835,0,1012,2.06),
+(835,0,1013,2.06),
+(835,0,1014,2.06),
+(835,0,1015,2.06),
+(835,0,1097,3.38),
+(835,0,1098,3.38),
+(835,0,1099,3.38),
+(835,0,1100,3.38),
+(835,0,1182,9.66),
+(835,0,1183,9.66),
+(835,0,1184,9.66),
+(835,0,1185,9.66),
+(835,0,1708,0.1),
+(835,0,1875,0.1),
+(835,0,2033,0.1),
+(836,0,108,4.35),
+(836,0,114,4.75),
+(836,0,128,4.35),
+(836,0,135,4.75),
+(836,0,248,0.1),
+(836,0,590,1.05),
+(836,0,591,1.05),
+(836,0,592,1.05),
+(836,0,593,1.05),
+(836,0,675,1.35),
+(836,0,676,1.35),
+(836,0,677,1.35),
+(836,0,678,1.35),
+(836,0,845,1.25),
+(836,0,846,1.25),
+(836,0,847,1.25),
+(836,0,848,1.25),
+(836,0,930,2.1),
+(836,0,931,2.1),
+(836,0,932,2.1),
+(836,0,933,2.1),
+(836,0,1015,2.08),
+(836,0,1016,2.08),
+(836,0,1017,2.08),
+(836,0,1018,2.08),
+(836,0,1100,3.55),
+(836,0,1101,3.55),
+(836,0,1102,3.55),
+(836,0,1103,3.55),
+(836,0,1185,9.07),
+(836,0,1186,9.07),
+(836,0,1187,9.07),
+(836,0,1188,9.07),
+(837,0,128,8.2),
+(837,0,135,5.5),
+(837,0,154,5.5),
+(837,0,593,0.97),
+(837,0,594,0.97),
+(837,0,595,0.97),
+(837,0,596,0.97),
+(837,0,678,1.32),
+(837,0,679,1.32),
+(837,0,680,1.32),
+(837,0,681,1.32),
+(837,0,848,1.23),
+(837,0,849,1.23),
+(837,0,850,1.23),
+(837,0,851,1.23),
+(837,0,933,2.06),
+(837,0,934,2.06),
+(837,0,935,2.06),
+(837,0,936,2.06),
+(837,0,1018,2.26),
+(837,0,1019,2.26),
+(837,0,1020,2.26),
+(837,0,1021,2.26),
+(837,0,1103,3.59),
+(837,0,1104,3.59),
+(837,0,1105,3.59),
+(837,0,1106,3.59),
+(837,0,1188,8.75),
+(837,0,1189,8.75),
+(837,0,1190,8.75),
+(837,0,1191,8.75),
+(838,0,184,10.7),
+(838,0,596,1),
+(838,0,597,1),
+(838,0,598,1),
+(838,0,599,1),
+(838,0,681,1.38),
+(838,0,682,1.38),
+(838,0,683,1.38),
+(838,0,684,1.38),
+(838,0,851,1.21),
+(838,0,852,1.21),
+(838,0,853,1.21),
+(838,0,854,1.21),
+(838,0,936,2.05),
+(838,0,937,2.05),
+(838,0,938,2.05),
+(838,0,939,2.05),
+(838,0,1021,2.08),
+(838,0,1022,2.08),
+(838,0,1023,2.08),
+(838,0,1024,2.08),
+(838,0,1106,3.71),
+(838,0,1107,3.71),
+(838,0,1108,3.71),
+(838,0,1109,3.71),
+(838,0,1191,8.53),
+(838,0,1192,8.53),
+(838,0,1193,8.53),
+(838,0,1194,8.53),
+(838,0,1608,9.4),
+(838,0,1846,0.1),
+(839,0,185,10.73),
+(839,0,596,1.01),
+(839,0,597,1.01),
+(839,0,598,1.01),
+(839,0,599,1.01),
+(839,0,681,1.36),
+(839,0,682,1.36),
+(839,0,683,1.36),
+(839,0,684,1.36),
+(839,0,851,1.18),
+(839,0,852,1.18),
+(839,0,853,1.18),
+(839,0,854,1.18),
+(839,0,936,1.97),
+(839,0,937,1.97),
+(839,0,938,1.97),
+(839,0,939,1.97),
+(839,0,1021,2.16),
+(839,0,1022,2.16),
+(839,0,1023,2.16),
+(839,0,1024,2.16),
+(839,0,1106,3.89),
+(839,0,1107,3.89),
+(839,0,1108,3.89),
+(839,0,1109,3.89),
+(839,0,1191,8.44),
+(839,0,1192,8.44),
+(839,0,1193,8.44),
+(839,0,1194,8.44),
+(839,0,1609,9.35),
+(840,0,186,5.38),
+(840,0,187,5.38),
+(840,0,599,0.88),
+(840,0,600,0.88),
+(840,0,601,0.88),
+(840,0,602,0.88),
+(840,0,684,1.28),
+(840,0,685,1.28),
+(840,0,686,1.28),
+(840,0,687,1.28),
+(840,0,854,1.15),
+(840,0,855,1.15),
+(840,0,856,1.15),
+(840,0,857,1.15),
+(840,0,939,1.99),
+(840,0,940,1.99),
+(840,0,941,1.99),
+(840,0,942,1.99),
+(840,0,1024,2.26),
+(840,0,1025,2.26),
+(840,0,1026,2.26),
+(840,0,1027,2.26),
+(840,0,1109,3.74),
+(840,0,1110,3.74),
+(840,0,1111,3.74),
+(840,0,1112,3.74),
+(840,0,1194,8.88),
+(840,0,1195,8.88),
+(840,0,1196,8.88),
+(840,0,1197,8.88),
+(840,0,1610,4.33),
+(840,0,1611,4.33),
+(841,0,187,5.23),
+(841,0,188,5.23),
+(841,0,602,0.78),
+(841,0,603,0.78),
+(841,0,604,0.78),
+(841,0,605,0.78),
+(841,0,687,1.18),
+(841,0,688,1.18),
+(841,0,689,1.18),
+(841,0,690,1.18),
+(841,0,857,0.98),
+(841,0,858,0.98),
+(841,0,859,0.98),
+(841,0,860,0.98),
+(841,0,942,1.93),
+(841,0,943,1.93),
+(841,0,944,1.93),
+(841,0,945,1.93),
+(841,0,1027,2.2),
+(841,0,1028,2.2),
+(841,0,1029,2.2),
+(841,0,1030,2.2),
+(841,0,1112,3.68),
+(841,0,1113,3.68),
+(841,0,1114,3.68),
+(841,0,1115,3.68),
+(841,0,1197,9.36),
+(841,0,1198,9.36),
+(841,0,1199,9.36),
+(841,0,1200,9.36),
+(841,0,1607,4.52),
+(841,0,1611,4.52),
+(842,0,5,0.1),
+(842,0,173,2.93),
+(842,0,183,3.38),
+(842,0,188,2.68),
+(842,0,211,2.93),
+(842,0,215,3.38),
+(842,0,217,2.68),
+(842,0,437,2.97),
+(842,0,438,2.97),
+(842,0,439,2.97),
+(842,0,440,2.97),
+(842,0,520,3.55),
+(842,0,521,3.55),
+(842,0,522,3.55),
+(842,0,523,3.55),
+(842,0,605,2.26),
+(842,0,606,2.26),
+(842,0,607,2.26),
+(842,0,608,2.26),
+(842,0,775,3.35),
+(842,0,776,3.35),
+(842,0,777,3.35),
+(842,0,778,3.35),
+(842,0,860,2.51),
+(842,0,861,2.51),
+(842,0,862,2.51),
+(842,0,863,2.51),
+(842,0,1030,3.28),
+(842,0,1031,3.28),
+(842,0,1032,3.28),
+(842,0,1033,3.28),
+(842,0,1200,0.94),
+(842,0,1201,0.94),
+(842,0,1202,0.94),
+(842,0,1203,0.94),
+(842,0,1558,1.67),
+(842,0,1559,1.67),
+(842,0,2000,1.68),
+(842,0,2001,1.68),
+(843,0,15,0.44),
+(843,0,19,0.44),
+(843,0,22,0.44),
+(843,0,96,0.44),
+(843,0,114,0.44),
+(843,0,135,0.44),
+(843,0,154,0.44),
+(843,0,184,0.44),
+(843,0,185,0.44),
+(843,0,186,0.44),
+(843,0,187,0.44),
+(843,0,188,0.44),
+(843,0,211,2.55),
+(843,0,212,2.55),
+(843,0,215,3.75),
+(843,0,216,3.75),
+(843,0,217,2.11),
+(843,0,218,2.11),
+(843,0,437,2.63),
+(843,0,438,2.63),
+(843,0,439,2.63),
+(843,0,440,2.63),
+(843,0,520,3.46),
+(843,0,521,3.46),
+(843,0,522,3.46),
+(843,0,523,3.46),
+(843,0,605,2.05),
+(843,0,606,2.05),
+(843,0,607,2.05),
+(843,0,608,2.05),
+(843,0,775,3.48),
+(843,0,776,3.48),
+(843,0,777,3.48),
+(843,0,778,3.48),
+(843,0,860,2.58),
+(843,0,861,2.58),
+(843,0,862,2.58),
+(843,0,863,2.58),
+(843,0,1030,3.36),
+(843,0,1031,3.36),
+(843,0,1032,3.36),
+(843,0,1033,3.36),
+(843,0,1200,1.12),
+(843,0,1201,1.12),
+(843,0,1202,1.12),
+(843,0,1203,1.12),
+(843,0,1353,0.1),
+(843,0,1559,1.73),
+(843,0,1560,1.73),
+(843,0,2001,1.63),
+(843,0,2002,1.63),
+(844,0,212,2.48),
+(844,0,216,3.6),
+(844,0,218,3.23),
+(844,0,267,2.48),
+(844,0,287,3.23),
+(844,0,409,3.6),
+(844,0,440,2.54),
+(844,0,441,2.54),
+(844,0,442,2.54),
+(844,0,443,2.54),
+(844,0,523,3.42),
+(844,0,524,3.42),
+(844,0,525,3.42),
+(844,0,526,3.42),
+(844,0,608,1.98),
+(844,0,609,1.98),
+(844,0,610,1.98),
+(844,0,611,1.98),
+(844,0,778,3.49),
+(844,0,779,3.49),
+(844,0,780,3.49),
+(844,0,781,3.49),
+(844,0,863,2.57),
+(844,0,864,2.57),
+(844,0,865,2.57),
+(844,0,866,2.57),
+(844,0,1033,3.63),
+(844,0,1034,3.63),
+(844,0,1035,3.63),
+(844,0,1036,3.63),
+(844,0,1203,1.18),
+(844,0,1204,1.18),
+(844,0,1205,1.18),
+(844,0,1206,1.18),
+(844,0,1560,1.48),
+(844,0,1561,1.48),
+(844,0,2002,1.72),
+(844,0,2003,1.72),
+(845,0,267,2.9),
+(845,0,287,3.08),
+(845,0,333,3.08),
+(845,0,358,2.9),
+(845,0,409,3.65),
+(845,0,410,3.65),
+(845,0,443,2.49),
+(845,0,444,2.49),
+(845,0,445,2.49),
+(845,0,446,2.49),
+(845,0,526,3.69),
+(845,0,527,3.69),
+(845,0,528,3.69),
+(845,0,529,3.69),
+(845,0,611,2.11),
+(845,0,612,2.11),
+(845,0,613,2.11),
+(845,0,614,2.11),
+(845,0,781,3.51),
+(845,0,782,3.51),
+(845,0,783,3.51),
+(845,0,784,3.51),
+(845,0,866,2.35),
+(845,0,867,2.35),
+(845,0,868,2.35),
+(845,0,869,2.35),
+(845,0,1036,3.3),
+(845,0,1037,3.3),
+(845,0,1038,3.3),
+(845,0,1039,3.3),
+(845,0,1206,1.16),
+(845,0,1207,1.16),
+(845,0,1208,1.16),
+(845,0,1209,1.16),
+(845,0,1561,1.5),
+(845,0,1562,1.5),
+(845,0,2003,1.6),
+(845,0,2004,1.6),
+(846,0,334,5.65),
+(846,0,359,5.5),
+(846,0,411,5.67),
+(846,0,446,2.61),
+(846,0,447,2.61),
+(846,0,448,2.61),
+(846,0,449,2.61),
+(846,0,529,2.8),
+(846,0,530,2.8),
+(846,0,531,2.8),
+(846,0,532,2.8),
+(846,0,614,2.05),
+(846,0,615,2.05),
+(846,0,616,2.05),
+(846,0,617,2.05),
+(846,0,784,3.1),
+(846,0,785,3.1),
+(846,0,786,3.1),
+(846,0,787,3.1),
+(846,0,869,2.36),
+(846,0,870,2.36),
+(846,0,871,2.36),
+(846,0,872,2.36),
+(846,0,1039,2.78),
+(846,0,1040,2.78),
+(846,0,1041,2.78),
+(846,0,1042,2.78),
+(846,0,1209,1.01),
+(846,0,1210,1.01),
+(846,0,1211,1.01),
+(846,0,1212,1.01),
+(846,0,1323,0.55),
+(846,0,1369,0.68),
+(846,0,1415,0.53),
+(846,0,1461,0.58),
+(846,0,1507,0.48),
+(846,0,1563,7.28),
+(846,0,2005,6.2),
+(847,0,335,4.8),
+(847,0,360,5.2),
+(847,0,412,4.9),
+(847,0,446,2.47),
+(847,0,447,2.47),
+(847,0,448,2.47),
+(847,0,449,2.47),
+(847,0,529,2.9),
+(847,0,530,2.9),
+(847,0,531,2.9),
+(847,0,532,2.9),
+(847,0,614,2.38),
+(847,0,615,2.38),
+(847,0,616,2.38),
+(847,0,617,2.38),
+(847,0,784,2.22),
+(847,0,785,2.22),
+(847,0,786,2.22),
+(847,0,787,2.22),
+(847,0,789,2.22),
+(847,0,869,2.65),
+(847,0,870,2.65),
+(847,0,871,2.65),
+(847,0,872,2.65),
+(847,0,1039,2.5),
+(847,0,1040,2.5),
+(847,0,1041,2.5),
+(847,0,1042,2.5),
+(847,0,1209,1.25),
+(847,0,1210,1.25),
+(847,0,1211,1.25),
+(847,0,1212,1.25),
+(847,0,1324,0.5),
+(847,0,1370,0.8),
+(847,0,1416,0.6),
+(847,0,1462,0.3),
+(847,0,1508,0.5),
+(847,0,1564,8.2),
+(847,0,2006,6.4),
+(848,0,336,2.82),
+(848,0,337,2.82),
+(848,0,361,2.62),
+(848,0,362,2.62),
+(848,0,413,2.32),
+(848,0,414,2.32),
+(848,0,449,2.46),
+(848,0,450,2.46),
+(848,0,451,2.46),
+(848,0,452,2.46),
+(848,0,532,2.8),
+(848,0,533,2.8),
+(848,0,534,2.8),
+(848,0,535,2.8),
+(848,0,617,2.66),
+(848,0,618,2.66),
+(848,0,619,2.66),
+(848,0,620,2.66),
+(848,0,787,2.7),
+(848,0,788,2.7),
+(848,0,789,2.7),
+(848,0,790,2.7),
+(848,0,872,2.62),
+(848,0,873,2.62),
+(848,0,874,2.62),
+(848,0,875,2.62),
+(848,0,960,0.1),
+(848,0,1042,2.33),
+(848,0,1043,2.33),
+(848,0,1044,2.33),
+(848,0,1045,2.33),
+(848,0,1046,1.7),
+(848,0,1212,1.22),
+(848,0,1213,1.22),
+(848,0,1214,1.22),
+(848,0,1215,1.22),
+(848,0,1325,0.17),
+(848,0,1326,0.17),
+(848,0,1371,0.2),
+(848,0,1372,0.2),
+(848,0,1417,0.4),
+(848,0,1418,0.4),
+(848,0,1463,0.2),
+(848,0,1464,0.2),
+(848,0,1509,0.22),
+(848,0,1510,0.27),
+(848,0,1565,3.8),
+(848,0,1566,3.8),
+(848,0,2007,2.58),
+(848,0,2008,2.58),
+(848,0,2009,2.55),
+(848,0,2146,0.1),
+(849,0,337,1.88),
+(849,0,338,1.88),
+(849,0,362,3.18),
+(849,0,363,3.18),
+(849,0,414,2.09),
+(849,0,415,2.09),
+(849,0,416,1.83),
+(849,0,452,3.39),
+(849,0,453,3.39),
+(849,0,454,3.39),
+(849,0,455,3.39),
+(849,0,535,2.95),
+(849,0,536,2.95),
+(849,0,537,2.95),
+(849,0,538,2.95),
+(849,0,620,2.67),
+(849,0,621,2.67),
+(849,0,622,2.67),
+(849,0,623,2.67),
+(849,0,790,3.24),
+(849,0,791,3.24),
+(849,0,792,3.24),
+(849,0,793,3.24),
+(849,0,875,2.44),
+(849,0,876,2.44),
+(849,0,877,2.44),
+(849,0,878,2.44),
+(849,0,1045,1.97),
+(849,0,1046,1.97),
+(849,0,1047,1.97),
+(849,0,1048,1.97),
+(849,0,1215,0.95),
+(849,0,1216,0.95),
+(849,0,1217,0.95),
+(849,0,1218,0.95),
+(849,0,1326,0.23),
+(849,0,1327,0.23),
+(849,0,1372,0.58),
+(849,0,1373,0.43),
+(849,0,1418,0.43),
+(849,0,1419,0.43),
+(849,0,1464,0.55),
+(849,0,1465,0.38),
+(849,0,1510,0.27),
+(849,0,1511,0.27),
+(849,0,1566,3.17),
+(849,0,1567,3.17),
+(849,0,1896,0.1),
+(849,0,1971,0.1),
+(849,0,2008,2.65),
+(849,0,2009,2.65),
+(849,0,2150,0.5),
+(849,0,2162,0.1),
+(863,0,188,4.79),
+(863,0,217,4.79),
+(863,0,605,1.08),
+(863,0,606,1.08),
+(863,0,607,1.08),
+(863,0,608,1.08),
+(863,0,690,1.43),
+(863,0,691,1.43),
+(863,0,692,1.43),
+(863,0,693,1.43),
+(863,0,860,1.09),
+(863,0,861,1.09),
+(863,0,862,1.09),
+(863,0,863,1.09),
+(863,0,945,1.74),
+(863,0,946,1.74),
+(863,0,947,1.74),
+(863,0,948,1.74),
+(863,0,1030,2.03),
+(863,0,1031,2.03),
+(863,0,1032,2.03),
+(863,0,1033,2.03),
+(863,0,1115,3.18),
+(863,0,1116,3.18),
+(863,0,1117,3.18),
+(863,0,1118,3.18),
+(863,0,1200,10.24),
+(863,0,1201,10.24),
+(863,0,1202,10.24),
+(863,0,1203,10.24),
+(863,0,1607,3.56),
+(863,0,1612,3.56),
+(864,0,217,5.42),
+(864,0,218,5.42),
+(864,0,605,1.05),
+(864,0,606,1.05),
+(864,0,607,1.05),
+(864,0,608,1.05),
+(864,0,690,1.35),
+(864,0,691,1.35),
+(864,0,692,1.35),
+(864,0,693,1.35),
+(864,0,860,1.07),
+(864,0,861,1.07),
+(864,0,862,1.07),
+(864,0,863,1.07),
+(864,0,945,1.93),
+(864,0,946,1.93),
+(864,0,947,1.93),
+(864,0,948,1.93),
+(864,0,1030,2.13),
+(864,0,1031,2.13),
+(864,0,1032,2.13),
+(864,0,1033,2.13),
+(864,0,1115,3.54),
+(864,0,1116,3.54),
+(864,0,1117,3.54),
+(864,0,1118,3.54),
+(864,0,1200,9.05),
+(864,0,1201,9.05),
+(864,0,1202,9.05),
+(864,0,1203,9.05),
+(864,0,1612,4.32),
+(864,0,1613,4.32),
+(865,0,218,5.63),
+(865,0,287,5.63),
+(865,0,608,1.08),
+(865,0,609,1.08),
+(865,0,610,1.08),
+(865,0,611,1.08),
+(865,0,693,1.31),
+(865,0,694,1.31),
+(865,0,695,1.31),
+(865,0,696,1.31),
+(865,0,863,0.95),
+(865,0,864,0.95),
+(865,0,865,0.95),
+(865,0,866,0.95),
+(865,0,948,1.85),
+(865,0,949,1.85),
+(865,0,950,1.85),
+(865,0,951,1.85),
+(865,0,1033,2.13),
+(865,0,1034,2.13),
+(865,0,1035,2.13),
+(865,0,1036,2.13),
+(865,0,1118,3.68),
+(865,0,1119,3.68),
+(865,0,1120,3.68),
+(865,0,1121,3.68),
+(865,0,1203,8.92),
+(865,0,1204,8.92),
+(865,0,1205,8.92),
+(865,0,1206,8.92),
+(865,0,1613,4.57),
+(865,0,1614,4.57),
+(866,0,287,5.71),
+(866,0,333,5.71),
+(866,0,611,0.88),
+(866,0,612,0.88),
+(866,0,613,0.88),
+(866,0,614,0.88),
+(866,0,696,1.39),
+(866,0,697,1.39),
+(866,0,698,1.39),
+(866,0,699,1.39),
+(866,0,866,1.35),
+(866,0,867,1.35),
+(866,0,868,1.35),
+(866,0,869,1.35),
+(866,0,951,1.94),
+(866,0,952,1.94),
+(866,0,953,1.94),
+(866,0,954,1.94),
+(866,0,1036,2.14),
+(866,0,1037,2.14),
+(866,0,1038,2.14),
+(866,0,1039,2.14),
+(866,0,1121,3.63),
+(866,0,1122,3.63),
+(866,0,1123,3.63),
+(866,0,1124,3.63),
+(866,0,1206,8.93),
+(866,0,1207,8.93),
+(866,0,1208,8.93),
+(866,0,1209,8.93),
+(866,0,1614,3.79),
+(866,0,1615,3.79),
+(867,0,334,9.55),
+(867,0,614,0.88),
+(867,0,615,0.88),
+(867,0,616,0.88),
+(867,0,617,0.88),
+(867,0,699,1.09),
+(867,0,700,1.09),
+(867,0,701,1.09),
+(867,0,702,1.09),
+(867,0,869,0.78),
+(867,0,870,0.78),
+(867,0,871,0.78),
+(867,0,872,0.78),
+(867,0,954,1.63),
+(867,0,955,1.63),
+(867,0,956,1.63),
+(867,0,957,1.63),
+(867,0,1039,1.96),
+(867,0,1040,1.96),
+(867,0,1041,1.96),
+(867,0,1042,1.96),
+(867,0,1124,3.06),
+(867,0,1125,3.06),
+(867,0,1126,3.06),
+(867,0,1127,3.06),
+(867,0,1209,8.29),
+(867,0,1210,8.29),
+(867,0,1211,8.29),
+(867,0,1212,8.29),
+(867,0,1323,0.25),
+(867,0,1369,0.2),
+(867,0,1415,0.3),
+(867,0,1461,0.2),
+(867,0,1507,0.3),
+(867,0,1620,18.6),
+(868,0,335,9.33),
+(868,0,614,0.88),
+(868,0,615,0.88),
+(868,0,616,0.88),
+(868,0,617,0.88),
+(868,0,699,1.22),
+(868,0,700,1.22),
+(868,0,701,1.22),
+(868,0,702,1.22),
+(868,0,869,0.79),
+(868,0,870,0.79),
+(868,0,871,0.79),
+(868,0,872,0.79),
+(868,0,954,1.49),
+(868,0,955,1.49),
+(868,0,956,1.49),
+(868,0,957,1.49),
+(868,0,1039,1.86),
+(868,0,1040,1.86),
+(868,0,1041,1.86),
+(868,0,1042,1.86),
+(868,0,1124,2.68),
+(868,0,1125,2.68),
+(868,0,1126,2.68),
+(868,0,1127,2.68),
+(868,0,1209,9.28),
+(868,0,1210,9.28),
+(868,0,1211,9.28),
+(868,0,1212,9.28),
+(868,0,1324,0.3),
+(868,0,1370,0.27),
+(868,0,1416,0.27),
+(868,0,1462,0.2),
+(868,0,1508,0.37),
+(868,0,1621,16.53),
+(869,0,336,4.2),
+(869,0,337,4.2),
+(869,0,617,0.9),
+(869,0,618,0.9),
+(869,0,619,0.9),
+(869,0,620,0.9),
+(869,0,702,1.13),
+(869,0,703,1.13),
+(869,0,704,1.13),
+(869,0,705,1.13),
+(869,0,872,0.96),
+(869,0,873,0.96),
+(869,0,874,0.96),
+(869,0,875,0.96),
+(869,0,957,1.74),
+(869,0,958,1.74),
+(869,0,959,1.74),
+(869,0,960,1.74),
+(869,0,1042,1.64),
+(869,0,1043,1.64),
+(869,0,1044,1.64),
+(869,0,1045,1.64),
+(869,0,1127,2.75),
+(869,0,1128,2.75),
+(869,0,1129,2.75),
+(869,0,1130,2.75),
+(869,0,1212,9.55),
+(869,0,1213,9.55),
+(869,0,1214,9.55),
+(869,0,1215,9.55),
+(869,0,1325,0.13),
+(869,0,1326,0.13),
+(869,0,1371,0.28),
+(869,0,1372,0.28),
+(869,0,1417,0.1),
+(869,0,1418,0.1),
+(869,0,1463,0.1),
+(869,0,1464,0.1),
+(869,0,1509,0.05),
+(869,0,1510,0.05),
+(869,0,1616,7.83),
+(869,0,1622,7.83),
+(870,0,337,4.63),
+(870,0,338,4.63),
+(870,0,620,0.69),
+(870,0,621,0.69),
+(870,0,622,0.69),
+(870,0,623,0.69),
+(870,0,705,1.39),
+(870,0,706,1.33),
+(870,0,707,1.39),
+(870,0,708,1.33),
+(870,0,875,1.1),
+(870,0,876,1.1),
+(870,0,877,1.1),
+(870,0,878,1.1),
+(870,0,960,1.68),
+(870,0,961,1.68),
+(870,0,962,1.68),
+(870,0,963,1.68),
+(870,0,1045,1.15),
+(870,0,1046,1.15),
+(870,0,1047,1.15),
+(870,0,1048,1.15),
+(870,0,1050,1.08),
+(870,0,1130,2.44),
+(870,0,1131,2.44),
+(870,0,1132,2.44),
+(870,0,1133,2.44),
+(870,0,1215,8.89),
+(870,0,1216,8.89),
+(870,0,1217,8.89),
+(870,0,1218,8.89),
+(870,0,1220,7.06),
+(870,0,1326,0.1),
+(870,0,1327,0.1),
+(870,0,1328,0.3),
+(870,0,1372,0.18),
+(870,0,1373,0.05),
+(870,0,1418,0.25),
+(870,0,1419,0.2),
+(870,0,1464,0.1),
+(870,0,1465,0.1),
+(870,0,1510,0.05),
+(870,0,1511,0.05),
+(870,0,1616,8.72),
+(870,0,1623,8.72),
+(870,0,2150,0.45),
+(870,0,2154,0.45),
+(875,0,25,4.05),
+(875,0,26,4.05),
+(875,0,228,1.15),
+(875,0,256,1.15),
+(875,0,501,1.15),
+(875,0,502,1.15),
+(875,0,584,1.02),
+(875,0,585,1.02),
+(875,0,586,1.02),
+(875,0,587,1.02),
+(875,0,754,6.25),
+(875,0,755,6.25),
+(875,0,756,6.25),
+(875,0,757,6.25),
+(875,0,839,4.2),
+(875,0,840,4.2),
+(875,0,841,4.2),
+(875,0,842,4.2),
+(875,0,1009,6.5),
+(875,0,1010,6.5),
+(875,0,1011,6.5),
+(875,0,1012,6.5),
+(875,0,1876,3.4),
+(875,0,1877,3.4),
+(875,0,2028,4.3),
+(875,0,2029,4.3),
+(876,0,26,5.05),
+(876,0,94,5.05),
+(876,0,96,0.05),
+(876,0,114,0.05),
+(876,0,502,1.08),
+(876,0,503,1.08),
+(876,0,504,1.08),
+(876,0,505,1.08),
+(876,0,587,1.17),
+(876,0,588,1.17),
+(876,0,589,1.17),
+(876,0,590,1.17),
+(876,0,757,5.65),
+(876,0,758,5.65),
+(876,0,759,5.65),
+(876,0,760,5.65),
+(876,0,842,4.72),
+(876,0,843,4.72),
+(876,0,844,4.72),
+(876,0,845,4.72),
+(876,0,1012,6.18),
+(876,0,1013,6.18),
+(876,0,1014,6.18),
+(876,0,1015,6.18),
+(876,0,1877,3.3),
+(876,0,1878,3.3),
+(876,0,2029,4),
+(876,0,2030,4),
+(877,0,6,0.1),
+(877,0,94,4.78),
+(877,0,112,4.78),
+(877,0,235,0.1),
+(877,0,502,1.15),
+(877,0,503,1.15),
+(877,0,504,1.15),
+(877,0,505,1.15),
+(877,0,587,1.14),
+(877,0,588,1.14),
+(877,0,589,1.14),
+(877,0,590,1.14),
+(877,0,757,5.98),
+(877,0,758,5.98),
+(877,0,759,5.98),
+(877,0,760,5.98),
+(877,0,842,4.25),
+(877,0,843,4.25),
+(877,0,844,4.25),
+(877,0,845,4.25),
+(877,0,1012,6.85),
+(877,0,1013,6.85),
+(877,0,1014,6.85),
+(877,0,1015,6.85),
+(877,0,1841,0.1),
+(877,0,1878,3),
+(877,0,1879,3),
+(877,0,1918,0.1),
+(877,0,2030,3.45),
+(877,0,2031,3.45),
+(878,0,112,4.8),
+(878,0,133,4.8),
+(878,0,235,0.1),
+(878,0,505,1.22),
+(878,0,506,1.22),
+(878,0,507,1.22),
+(878,0,508,1.22),
+(878,0,590,1.25),
+(878,0,591,1.25),
+(878,0,592,1.25),
+(878,0,593,1.25),
+(878,0,676,0.1),
+(878,0,760,5.75),
+(878,0,761,5.75),
+(878,0,762,5.75),
+(878,0,763,5.75),
+(878,0,845,3.77),
+(878,0,846,3.77),
+(878,0,847,3.77),
+(878,0,848,3.77),
+(878,0,1015,7.31),
+(878,0,1016,7.31),
+(878,0,1017,7.31),
+(878,0,1018,7.31),
+(878,0,1879,3.13),
+(878,0,1880,3.13),
+(878,0,2031,3.48),
+(878,0,2032,3.48),
+(879,0,133,4.9),
+(879,0,152,4.9),
+(879,0,508,1.1),
+(879,0,509,1.1),
+(879,0,510,1.1),
+(879,0,511,1.1),
+(879,0,593,1.19),
+(879,0,594,1.19),
+(879,0,595,1.19),
+(879,0,596,1.19),
+(879,0,763,5.99),
+(879,0,764,5.99),
+(879,0,765,5.99),
+(879,0,766,5.99),
+(879,0,848,4.36),
+(879,0,849,4.36),
+(879,0,850,4.36),
+(879,0,851,4.36),
+(879,0,1018,6.85),
+(879,0,1019,6.85),
+(879,0,1020,6.85),
+(879,0,1021,6.85),
+(879,0,1880,2.92),
+(879,0,1881,2.92),
+(879,0,1919,0.1),
+(879,0,2032,3.22),
+(879,0,2033,3.22),
+(880,0,174,10),
+(880,0,511,1.07),
+(880,0,512,1.07),
+(880,0,513,1.07),
+(880,0,514,1.07),
+(880,0,596,1.08),
+(880,0,597,1.08),
+(880,0,598,1.08),
+(880,0,599,1.08),
+(880,0,766,6.51),
+(880,0,767,6.51),
+(880,0,768,6.51),
+(880,0,769,6.51),
+(880,0,851,3.72),
+(880,0,852,3.72),
+(880,0,853,3.72),
+(880,0,854,3.72),
+(880,0,1021,7.15),
+(880,0,1022,7.15),
+(880,0,1023,7.15),
+(880,0,1024,7.15),
+(880,0,1837,0.1),
+(880,0,1882,5.37),
+(880,0,2034,6.47),
+(881,0,175,10.3),
+(881,0,511,1.1),
+(881,0,512,1.1),
+(881,0,513,1.1),
+(881,0,514,1.1),
+(881,0,596,0.97),
+(881,0,597,0.97),
+(881,0,598,0.97),
+(881,0,599,0.97),
+(881,0,766,6.93),
+(881,0,767,6.93),
+(881,0,768,6.93),
+(881,0,769,6.93),
+(881,0,851,3.65),
+(881,0,852,3.65),
+(881,0,853,3.65),
+(881,0,854,3.65),
+(881,0,1021,6.98),
+(881,0,1022,6.98),
+(881,0,1023,6.98),
+(881,0,1024,6.98),
+(881,0,1883,5.6),
+(881,0,1921,0.1),
+(881,0,2035,5.57),
+(882,0,176,5.03),
+(882,0,177,5.03),
+(882,0,514,1),
+(882,0,515,1),
+(882,0,516,1),
+(882,0,517,1),
+(882,0,599,1),
+(882,0,600,1),
+(882,0,601,1),
+(882,0,602,1),
+(882,0,769,7.08),
+(882,0,770,7.08),
+(882,0,771,7.08),
+(882,0,772,7.08),
+(882,0,854,3.45),
+(882,0,855,3.45),
+(882,0,856,3.45),
+(882,0,857,3.45),
+(882,0,1024,7.33),
+(882,0,1025,7.33),
+(882,0,1026,7.33),
+(882,0,1027,7.33),
+(882,0,1884,2.5),
+(882,0,1885,2.5),
+(882,0,2036,2.72),
+(882,0,2037,2.72),
+(883,0,177,4.98),
+(883,0,178,4.98),
+(883,0,517,1.11),
+(883,0,518,1.11),
+(883,0,519,1.11),
+(883,0,520,1.11),
+(883,0,602,1.04),
+(883,0,603,1.04),
+(883,0,604,1.04),
+(883,0,605,1.04),
+(883,0,772,6.75),
+(883,0,773,6.75),
+(883,0,774,6.75),
+(883,0,775,6.75),
+(883,0,857,2.84),
+(883,0,858,2.84),
+(883,0,859,2.84),
+(883,0,860,2.84),
+(883,0,1027,7.74),
+(883,0,1028,7.74),
+(883,0,1029,7.74),
+(883,0,1030,7.74),
+(883,0,1885,2.95),
+(883,0,1886,2.95),
+(883,0,2037,3.17),
+(883,0,2038,3.17),
+(884,0,178,4.27),
+(884,0,213,4.27),
+(884,0,520,1.08),
+(884,0,521,1.08),
+(884,0,522,1.08),
+(884,0,523,1.08),
+(884,0,605,1.13),
+(884,0,606,1.13),
+(884,0,607,1.13),
+(884,0,608,1.13),
+(884,0,775,7),
+(884,0,776,7),
+(884,0,777,7),
+(884,0,778,7),
+(884,0,860,2.63),
+(884,0,861,2.63),
+(884,0,862,2.63),
+(884,0,863,2.63),
+(884,0,1030,7.64),
+(884,0,1031,7.64),
+(884,0,1032,7.64),
+(884,0,1033,7.64),
+(884,0,1886,3.1),
+(884,0,1887,3.1),
+(884,0,1924,0.1),
+(884,0,1989,0.1),
+(884,0,2038,3.7),
+(884,0,2039,3.7),
+(885,0,213,3.77),
+(885,0,214,3.77),
+(885,0,520,1.16),
+(885,0,521,1.16),
+(885,0,522,1.16),
+(885,0,523,1.16),
+(885,0,605,1.11),
+(885,0,606,1.11),
+(885,0,607,1.11),
+(885,0,608,1.11),
+(885,0,775,7.16),
+(885,0,776,7.16),
+(885,0,777,7.16),
+(885,0,778,7.16),
+(885,0,860,2.59),
+(885,0,861,2.59),
+(885,0,862,2.59),
+(885,0,863,2.59),
+(885,0,1030,7.79),
+(885,0,1031,7.79),
+(885,0,1032,7.79),
+(885,0,1033,7.79),
+(885,0,1887,3.13),
+(885,0,1888,3.13),
+(885,0,2039,3.5),
+(885,0,2040,3.5),
+(886,0,214,4.02),
+(886,0,383,4.02),
+(886,0,523,1.08),
+(886,0,524,1.08),
+(886,0,525,1.08),
+(886,0,526,1.08),
+(886,0,608,1.22),
+(886,0,609,1.22),
+(886,0,610,1.22),
+(886,0,611,1.22),
+(886,0,778,6.76),
+(886,0,779,6.76),
+(886,0,780,6.76),
+(886,0,781,6.76),
+(886,0,863,2.77),
+(886,0,864,2.77),
+(886,0,865,2.77),
+(886,0,866,2.77),
+(886,0,1033,7.57),
+(886,0,1034,7.57),
+(886,0,1035,7.57),
+(886,0,1036,7.57),
+(886,0,1121,0.1),
+(886,0,1459,0.1),
+(886,0,1888,3.42),
+(886,0,1889,3.42),
+(886,0,2040,3.83),
+(886,0,2041,3.83),
+(887,0,383,4.35),
+(887,0,384,4.35),
+(887,0,526,1.02),
+(887,0,527,1.02),
+(887,0,528,1.02),
+(887,0,529,1.02),
+(887,0,611,1.07),
+(887,0,612,1.07),
+(887,0,613,1.07),
+(887,0,614,1.07),
+(887,0,781,7.07),
+(887,0,782,7.07),
+(887,0,783,7.07),
+(887,0,784,7.07),
+(887,0,866,2.87),
+(887,0,867,2.87),
+(887,0,868,2.87),
+(887,0,869,2.87),
+(887,0,1036,7.22),
+(887,0,1037,7.22),
+(887,0,1038,7.22),
+(887,0,1039,7.22),
+(887,0,1889,3.55),
+(887,0,1890,3.55),
+(887,0,2041,3.6),
+(887,0,2042,3.6),
+(888,0,385,8.1),
+(888,0,529,0.9),
+(888,0,530,0.9),
+(888,0,531,0.9),
+(888,0,532,0.9),
+(888,0,614,0.93),
+(888,0,615,0.93),
+(888,0,616,0.93),
+(888,0,617,0.93),
+(888,0,784,6.29),
+(888,0,785,6.29),
+(888,0,786,6.29),
+(888,0,787,6.29),
+(888,0,869,2.95),
+(888,0,870,2.95),
+(888,0,871,2.95),
+(888,0,872,2.95),
+(888,0,956,0.1),
+(888,0,1039,5.99),
+(888,0,1040,5.99),
+(888,0,1041,5.99),
+(888,0,1042,5.99),
+(888,0,1323,0.25),
+(888,0,1369,0.25),
+(888,0,1415,0.4),
+(888,0,1461,0.25),
+(888,0,1507,0.25),
+(888,0,1891,10.25),
+(888,0,2043,11.95),
+(889,0,386,8.3),
+(889,0,529,0.66),
+(889,0,530,0.66),
+(889,0,531,0.66),
+(889,0,532,0.66),
+(889,0,614,0.76),
+(889,0,615,0.76),
+(889,0,616,0.76),
+(889,0,617,0.76),
+(889,0,784,6.03),
+(889,0,785,6.03),
+(889,0,786,6.03),
+(889,0,787,6.03),
+(889,0,869,3.43),
+(889,0,870,3.43),
+(889,0,871,3.43),
+(889,0,872,3.43),
+(889,0,1039,5.74),
+(889,0,1040,5.74),
+(889,0,1041,5.74),
+(889,0,1042,5.74),
+(889,0,1324,0.3),
+(889,0,1370,0.4),
+(889,0,1416,0.5),
+(889,0,1462,0.2),
+(889,0,1508,0.3),
+(889,0,1892,11.55),
+(889,0,2044,12.05),
+(890,0,338,0.1),
+(890,0,387,4.45),
+(890,0,388,4.45),
+(890,0,532,0.65),
+(890,0,533,0.65),
+(890,0,534,0.65),
+(890,0,535,0.65),
+(890,0,617,0.56),
+(890,0,618,0.56),
+(890,0,619,0.56),
+(890,0,620,0.56),
+(890,0,622,0.46),
+(890,0,787,6.07),
+(890,0,788,6.07),
+(890,0,789,6.07),
+(890,0,790,6.07),
+(890,0,872,4.12),
+(890,0,873,4.12),
+(890,0,874,4.12),
+(890,0,875,4.12),
+(890,0,1042,4.7),
+(890,0,1043,4.7),
+(890,0,1044,4.7),
+(890,0,1045,4.7),
+(890,0,1325,0.07),
+(890,0,1326,0.07),
+(890,0,1371,0.2),
+(890,0,1372,0.2),
+(890,0,1417,0.23),
+(890,0,1418,0.23),
+(890,0,1463,0.18),
+(890,0,1464,0.18),
+(890,0,1509,0.17),
+(890,0,1510,0.17),
+(890,0,1893,6.05),
+(890,0,1894,6.05),
+(890,0,1972,0.1),
+(890,0,2009,0.1),
+(890,0,2045,5.28),
+(890,0,2046,5.28),
+(890,0,2047,3.05),
+(890,0,2048,3.05),
+(890,0,2149,0.1),
+(891,0,388,4.4),
+(891,0,389,4.4),
+(891,0,453,0.1),
+(891,0,535,0.44),
+(891,0,536,0.44),
+(891,0,537,0.44),
+(891,0,538,0.44),
+(891,0,620,0.64),
+(891,0,621,0.64),
+(891,0,622,0.64),
+(891,0,623,0.64),
+(891,0,706,0.1),
+(891,0,790,5.51),
+(891,0,791,5.51),
+(891,0,792,5.51),
+(891,0,793,5.51),
+(891,0,875,4.46),
+(891,0,876,4.46),
+(891,0,877,4.46),
+(891,0,878,4.46),
+(891,0,1045,4.58),
+(891,0,1046,4.58),
+(891,0,1047,4.58),
+(891,0,1048,4.58),
+(891,0,1326,0.5),
+(891,0,1327,0.1),
+(891,0,1372,0.2),
+(891,0,1373,0.2),
+(891,0,1418,0.3),
+(891,0,1419,0.3),
+(891,0,1464,0.58),
+(891,0,1465,0.58),
+(891,0,1510,0.33),
+(891,0,1511,0.33),
+(891,0,1858,0.1),
+(891,0,1894,6.8),
+(891,0,1895,6.8),
+(891,0,2046,6.17),
+(891,0,2047,6.17),
+(891,0,2148,0.1),
+(896,0,25,3.4),
+(896,0,26,3.4),
+(896,0,29,0.1),
+(896,0,62,2.52),
+(896,0,74,2.52),
+(896,0,227,1.04),
+(896,0,228,1.96),
+(896,0,229,1.04),
+(896,0,231,1.04),
+(896,0,238,1.04),
+(896,0,256,1.96),
+(896,0,501,1.96),
+(896,0,502,1.96),
+(896,0,584,4.71),
+(896,0,585,4.71),
+(896,0,586,4.71),
+(896,0,587,4.71),
+(896,0,669,0.7),
+(896,0,670,0.7),
+(896,0,671,0.7),
+(896,0,672,0.7),
+(896,0,754,4.04),
+(896,0,755,4.04),
+(896,0,756,4.04),
+(896,0,757,4.04),
+(896,0,839,2.36),
+(896,0,840,2.36),
+(896,0,841,2.36),
+(896,0,842,2.36),
+(896,0,929,0.1),
+(896,0,1009,3.21),
+(896,0,1010,3.21),
+(896,0,1011,3.21),
+(896,0,1012,3.21),
+(896,0,1014,2.74),
+(896,0,1094,0.93),
+(896,0,1095,0.93),
+(896,0,1096,0.93),
+(896,0,1097,0.93),
+(896,0,1179,1.51),
+(896,0,1180,1.51),
+(896,0,1181,1.51),
+(896,0,1182,1.51),
+(896,0,1399,0.1),
+(896,0,1799,0.83),
+(896,0,1800,1.09),
+(896,0,1801,1.09),
+(896,0,1837,0.1),
+(896,0,2028,1.2),
+(896,0,2029,1.2),
+(897,0,26,3.95),
+(897,0,74,2.75),
+(897,0,89,2.75),
+(897,0,94,3.95),
+(897,0,232,0.95),
+(897,0,233,0.95),
+(897,0,234,0.95),
+(897,0,238,0.95),
+(897,0,502,1.88),
+(897,0,503,1.88),
+(897,0,504,1.88),
+(897,0,505,1.88),
+(897,0,587,3.9),
+(897,0,588,3.9),
+(897,0,589,3.9),
+(897,0,590,3.9),
+(897,0,672,0.55),
+(897,0,673,0.55),
+(897,0,674,0.55),
+(897,0,675,0.55),
+(897,0,757,4.38),
+(897,0,758,4.38),
+(897,0,759,4.38),
+(897,0,760,4.38),
+(897,0,842,2.53),
+(897,0,843,2.53),
+(897,0,844,2.53),
+(897,0,845,2.53),
+(897,0,1012,3.78),
+(897,0,1013,3.78),
+(897,0,1014,3.78),
+(897,0,1015,3.78),
+(897,0,1097,1.05),
+(897,0,1098,1.05),
+(897,0,1099,1.05),
+(897,0,1100,1.05),
+(897,0,1182,1.45),
+(897,0,1183,1.45),
+(897,0,1184,1.45),
+(897,0,1185,1.45),
+(897,0,1801,1.2),
+(897,0,1802,1.2),
+(897,0,2029,1.15),
+(897,0,2030,1.15),
+(898,0,89,2.87),
+(898,0,91,0.1),
+(898,0,94,3.57),
+(898,0,108,2.87),
+(898,0,112,3.57),
+(898,0,136,0.1),
+(898,0,232,0.94),
+(898,0,233,0.94),
+(898,0,234,0.94),
+(898,0,238,0.94),
+(898,0,502,1.69),
+(898,0,503,1.69),
+(898,0,504,1.69),
+(898,0,505,1.69),
+(898,0,506,1.16),
+(898,0,507,1.16),
+(898,0,508,1.16),
+(898,0,587,4.52),
+(898,0,588,4.52),
+(898,0,589,4.52),
+(898,0,590,4.52),
+(898,0,672,0.6),
+(898,0,673,0.6),
+(898,0,674,0.6),
+(898,0,675,0.6),
+(898,0,757,3.83),
+(898,0,758,3.83),
+(898,0,759,3.83),
+(898,0,760,3.83),
+(898,0,762,3.06),
+(898,0,842,2.23),
+(898,0,843,2.23),
+(898,0,844,2.23),
+(898,0,845,2.23),
+(898,0,1012,3.8),
+(898,0,1013,3.8),
+(898,0,1014,3.8),
+(898,0,1015,3.8),
+(898,0,1097,1.06),
+(898,0,1098,1.06),
+(898,0,1099,1.06),
+(898,0,1100,1.06),
+(898,0,1182,1.41),
+(898,0,1183,1.41),
+(898,0,1184,1.41),
+(898,0,1185,1.41),
+(898,0,1802,1.28),
+(898,0,1803,1.28),
+(898,0,1955,0.1),
+(898,0,2030,1.05),
+(898,0,2031,1.05),
+(899,0,108,3.05),
+(899,0,112,3.3),
+(899,0,128,3.05),
+(899,0,133,3.3),
+(899,0,234,1),
+(899,0,235,1),
+(899,0,236,1),
+(899,0,248,1),
+(899,0,505,2),
+(899,0,506,2),
+(899,0,507,2),
+(899,0,508,2),
+(899,0,590,4.8),
+(899,0,591,4.8),
+(899,0,592,4.8),
+(899,0,593,4.8),
+(899,0,675,0.68),
+(899,0,676,0.68),
+(899,0,677,0.68),
+(899,0,678,0.68),
+(899,0,760,3.7),
+(899,0,761,3.7),
+(899,0,762,3.7),
+(899,0,763,3.7),
+(899,0,845,2.17),
+(899,0,846,2.17),
+(899,0,847,2.17),
+(899,0,848,2.17),
+(899,0,1015,3.78),
+(899,0,1016,3.78),
+(899,0,1017,3.78),
+(899,0,1018,3.78),
+(899,0,1100,1.17),
+(899,0,1101,1.17),
+(899,0,1102,1.17),
+(899,0,1103,1.17),
+(899,0,1185,1.65),
+(899,0,1186,1.65),
+(899,0,1187,1.65),
+(899,0,1188,1.65),
+(899,0,1803,0.95),
+(899,0,1804,0.95),
+(899,0,2031,0.95),
+(899,0,2032,0.95),
+(900,0,128,6.17),
+(900,0,133,3.58),
+(900,0,152,3.58),
+(900,0,237,0.93),
+(900,0,247,0.93),
+(900,0,248,0.93),
+(900,0,249,0.93),
+(900,0,508,2.15),
+(900,0,509,2.15),
+(900,0,510,2.15),
+(900,0,511,2.15),
+(900,0,593,4.41),
+(900,0,594,4.41),
+(900,0,595,4.41),
+(900,0,596,4.41),
+(900,0,678,0.55),
+(900,0,679,0.55),
+(900,0,680,0.55),
+(900,0,681,0.55),
+(900,0,763,3.93),
+(900,0,764,3.93),
+(900,0,765,3.93),
+(900,0,766,3.93),
+(900,0,848,2.22),
+(900,0,849,2.22),
+(900,0,850,2.22),
+(900,0,851,2.22),
+(900,0,1018,3.9),
+(900,0,1019,3.9),
+(900,0,1020,3.9),
+(900,0,1021,3.9),
+(900,0,1103,1.13),
+(900,0,1104,1.13),
+(900,0,1105,1.13),
+(900,0,1106,1.13),
+(900,0,1188,1.43),
+(900,0,1189,1.43),
+(900,0,1190,1.43),
+(900,0,1191,1.43),
+(900,0,1804,1.17),
+(900,0,1805,1.17),
+(900,0,1843,0.1),
+(900,0,2032,0.92),
+(900,0,2033,0.92),
+(901,0,174,8.4),
+(901,0,247,0.92),
+(901,0,250,0.92),
+(901,0,251,0.92),
+(901,0,252,0.92),
+(901,0,511,2.04),
+(901,0,512,2.04),
+(901,0,513,2.04),
+(901,0,514,2.04),
+(901,0,596,3.26),
+(901,0,597,3.26),
+(901,0,598,3.26),
+(901,0,599,3.26),
+(901,0,681,0.53),
+(901,0,682,0.53),
+(901,0,683,0.53),
+(901,0,684,0.53),
+(901,0,766,4.41),
+(901,0,767,4.41),
+(901,0,768,4.41),
+(901,0,769,4.41),
+(901,0,851,2.54),
+(901,0,852,2.54),
+(901,0,853,2.54),
+(901,0,854,2.54),
+(901,0,1021,4.1),
+(901,0,1022,4.1),
+(901,0,1023,4.1),
+(901,0,1024,4.1),
+(901,0,1106,1.14),
+(901,0,1107,1.14),
+(901,0,1108,1.14),
+(901,0,1109,1.14),
+(901,0,1191,1.38),
+(901,0,1192,1.38),
+(901,0,1193,1.38),
+(901,0,1194,1.38),
+(901,0,1608,6.4),
+(901,0,1806,2.2),
+(901,0,1875,0.1),
+(901,0,2034,1.85),
+(902,0,175,8.43),
+(902,0,247,0.92),
+(902,0,250,0.92),
+(902,0,251,0.92),
+(902,0,252,0.92),
+(902,0,511,1.98),
+(902,0,512,1.98),
+(902,0,513,1.98),
+(902,0,514,1.98),
+(902,0,596,2.79),
+(902,0,597,2.79),
+(902,0,598,2.79),
+(902,0,599,2.79),
+(902,0,681,0.47),
+(902,0,682,0.47),
+(902,0,683,0.47),
+(902,0,684,0.47),
+(902,0,766,4.55),
+(902,0,767,4.55),
+(902,0,768,4.55),
+(902,0,769,4.55),
+(902,0,851,2.63),
+(902,0,852,2.63),
+(902,0,853,2.63),
+(902,0,854,2.63),
+(902,0,1021,4.28),
+(902,0,1022,4.28),
+(902,0,1023,4.28),
+(902,0,1024,4.28),
+(902,0,1106,1.14),
+(902,0,1107,1.14),
+(902,0,1108,1.14),
+(902,0,1109,1.14),
+(902,0,1191,1.49),
+(902,0,1192,1.49),
+(902,0,1193,1.49),
+(902,0,1194,1.49),
+(902,0,1609,6.77),
+(902,0,1807,2.17),
+(902,0,2035,1.73),
+(903,0,176,3.78),
+(903,0,177,3.78),
+(903,0,251,0.85),
+(903,0,253,0.85),
+(903,0,254,0.85),
+(903,0,255,0.85),
+(903,0,514,2.08),
+(903,0,515,2.08),
+(903,0,516,2.08),
+(903,0,517,2.08),
+(903,0,599,3.02),
+(903,0,600,3.02),
+(903,0,601,3.02),
+(903,0,602,3.02),
+(903,0,684,0.48),
+(903,0,685,0.48),
+(903,0,686,0.48),
+(903,0,687,0.48),
+(903,0,769,4.56),
+(903,0,770,4.56),
+(903,0,771,4.56),
+(903,0,772,4.56),
+(903,0,854,2.6),
+(903,0,855,2.6),
+(903,0,856,2.6),
+(903,0,857,2.6),
+(903,0,1024,4.43),
+(903,0,1025,4.43),
+(903,0,1026,4.43),
+(903,0,1027,4.43),
+(903,0,1109,1.2),
+(903,0,1110,1.2),
+(903,0,1111,1.2),
+(903,0,1112,1.2),
+(903,0,1194,1.41),
+(903,0,1195,1.41),
+(903,0,1196,1.41),
+(903,0,1197,1.41),
+(903,0,1610,3.15),
+(903,0,1611,3.15),
+(903,0,1808,1),
+(903,0,1809,1),
+(903,0,2036,0.82),
+(903,0,2037,0.82),
+(904,0,177,3.58),
+(904,0,178,3.58),
+(904,0,254,0.93),
+(904,0,435,0.93),
+(904,0,436,0.93),
+(904,0,437,0.93),
+(904,0,517,2.12),
+(904,0,518,2.12),
+(904,0,519,2.12),
+(904,0,520,2.12),
+(904,0,602,3.15),
+(904,0,603,3.15),
+(904,0,604,3.15),
+(904,0,605,3.15),
+(904,0,687,0.51),
+(904,0,688,0.51),
+(904,0,689,0.51),
+(904,0,690,0.51),
+(904,0,772,4.22),
+(904,0,773,4.22),
+(904,0,774,4.22),
+(904,0,775,4.22),
+(904,0,857,2.48),
+(904,0,858,2.48),
+(904,0,859,2.48),
+(904,0,860,2.48),
+(904,0,1027,4.63),
+(904,0,1028,4.63),
+(904,0,1029,4.63),
+(904,0,1030,4.63),
+(904,0,1112,1.22),
+(904,0,1113,1.22),
+(904,0,1114,1.22),
+(904,0,1115,1.22),
+(904,0,1197,1.45),
+(904,0,1198,1.45),
+(904,0,1199,1.45),
+(904,0,1200,1.45),
+(904,0,1607,3.15),
+(904,0,1611,3.15),
+(904,0,1809,1.05),
+(904,0,1810,1.05),
+(904,0,1875,0.1),
+(904,0,2037,0.8),
+(904,0,2038,0.8),
+(905,0,178,3.25),
+(905,0,213,3.25),
+(905,0,437,1.06),
+(905,0,438,1.06),
+(905,0,439,1.06),
+(905,0,440,1.06),
+(905,0,520,1.19),
+(905,0,521,1.19),
+(905,0,522,1.19),
+(905,0,523,1.19),
+(905,0,605,4.15),
+(905,0,606,4.15),
+(905,0,607,4.15),
+(905,0,608,4.15),
+(905,0,690,0.75),
+(905,0,691,0.75),
+(905,0,692,0.75),
+(905,0,693,0.75),
+(905,0,775,4.1),
+(905,0,776,4.1),
+(905,0,777,4.1),
+(905,0,778,4.1),
+(905,0,860,2.5),
+(905,0,861,2.5),
+(905,0,862,2.5),
+(905,0,863,2.5),
+(905,0,1030,4.29),
+(905,0,1031,4.29),
+(905,0,1032,4.29),
+(905,0,1033,4.29),
+(905,0,1115,1.38),
+(905,0,1116,1.38),
+(905,0,1117,1.38),
+(905,0,1118,1.38),
+(905,0,1200,1.56),
+(905,0,1201,1.56),
+(905,0,1202,1.56),
+(905,0,1203,1.56),
+(905,0,1607,3.07),
+(905,0,1612,3.07),
+(905,0,1810,1.07),
+(905,0,1811,1.07),
+(905,0,2038,0.75),
+(905,0,2039,0.75),
+(906,0,213,3.25),
+(906,0,214,3.25),
+(906,0,437,1.09),
+(906,0,438,1.09),
+(906,0,439,1.09),
+(906,0,440,1.09),
+(906,0,520,1.22),
+(906,0,521,1.22),
+(906,0,522,1.22),
+(906,0,523,1.22),
+(906,0,605,3.76),
+(906,0,606,3.76),
+(906,0,607,3.76),
+(906,0,608,3.76),
+(906,0,690,0.83),
+(906,0,691,0.83),
+(906,0,692,0.83),
+(906,0,693,0.83),
+(906,0,775,3.97),
+(906,0,776,3.97),
+(906,0,777,3.97),
+(906,0,778,3.97),
+(906,0,860,2.56),
+(906,0,861,2.56),
+(906,0,862,2.56),
+(906,0,863,2.56),
+(906,0,1030,4.36),
+(906,0,1031,4.36),
+(906,0,1032,4.36),
+(906,0,1033,4.36),
+(906,0,1115,1.55),
+(906,0,1116,1.55),
+(906,0,1117,1.55),
+(906,0,1118,1.55),
+(906,0,1200,1.56),
+(906,0,1201,1.56),
+(906,0,1202,1.56),
+(906,0,1203,1.56),
+(906,0,1612,2.95),
+(906,0,1613,2.95),
+(906,0,1811,1.1),
+(906,0,1812,1.1),
+(906,0,2039,0.77),
+(906,0,2040,0.77),
+(907,0,214,3.23),
+(907,0,383,3.23),
+(907,0,440,1.28),
+(907,0,441,1.28),
+(907,0,442,1.28),
+(907,0,443,1.28),
+(907,0,523,1.14),
+(907,0,524,1.14),
+(907,0,525,1.14),
+(907,0,526,1.14),
+(907,0,608,3.94),
+(907,0,609,3.94),
+(907,0,610,3.94),
+(907,0,611,3.94),
+(907,0,693,0.72),
+(907,0,694,0.72),
+(907,0,695,0.72),
+(907,0,696,0.72),
+(907,0,778,3.74),
+(907,0,779,3.74),
+(907,0,780,3.74),
+(907,0,781,3.74),
+(907,0,863,2.84),
+(907,0,864,2.84),
+(907,0,865,2.84),
+(907,0,866,2.84),
+(907,0,1033,4.39),
+(907,0,1034,4.39),
+(907,0,1035,4.39),
+(907,0,1036,4.39),
+(907,0,1118,1.53),
+(907,0,1119,1.53),
+(907,0,1120,1.53),
+(907,0,1121,1.53),
+(907,0,1203,1.57),
+(907,0,1204,1.57),
+(907,0,1205,1.57),
+(907,0,1206,1.57),
+(907,0,1613,2.85),
+(907,0,1614,2.85),
+(907,0,1812,0.89),
+(907,0,1813,0.89),
+(907,0,2040,0.67),
+(907,0,2041,0.67),
+(908,0,383,3.65),
+(908,0,384,3.65),
+(908,0,443,1.35),
+(908,0,444,1.35),
+(908,0,445,1.35),
+(908,0,446,1.35),
+(908,0,526,1.15),
+(908,0,527,1.15),
+(908,0,528,1.15),
+(908,0,529,1.15),
+(908,0,611,3.58),
+(908,0,612,3.58),
+(908,0,613,3.58),
+(908,0,614,3.58),
+(908,0,696,0.7),
+(908,0,697,0.7),
+(908,0,698,0.7),
+(908,0,699,0.7),
+(908,0,781,4.03),
+(908,0,782,4.03),
+(908,0,783,4.03),
+(908,0,784,4.03),
+(908,0,866,2.83),
+(908,0,867,2.83),
+(908,0,868,2.83),
+(908,0,869,2.83),
+(908,0,1036,4.45),
+(908,0,1037,4.45),
+(908,0,1038,4.45),
+(908,0,1039,4.45),
+(908,0,1121,1.42),
+(908,0,1122,1.42),
+(908,0,1123,1.42),
+(908,0,1124,1.42),
+(908,0,1206,1.45),
+(908,0,1207,1.45),
+(908,0,1208,1.45),
+(908,0,1209,1.45),
+(908,0,1614,2.65),
+(908,0,1615,2.65),
+(908,0,1813,0.85),
+(908,0,1814,0.85),
+(908,0,2041,0.9),
+(908,0,2042,0.9),
+(909,0,385,6.4),
+(909,0,446,1.24),
+(909,0,447,1.24),
+(909,0,448,1.24),
+(909,0,449,1.24),
+(909,0,529,1.11),
+(909,0,530,1.11),
+(909,0,531,1.11),
+(909,0,532,1.11),
+(909,0,614,3.84),
+(909,0,615,3.84),
+(909,0,616,3.84),
+(909,0,617,3.84),
+(909,0,699,0.75),
+(909,0,700,0.75),
+(909,0,701,0.75),
+(909,0,702,0.75),
+(909,0,784,3.59),
+(909,0,785,3.59),
+(909,0,786,3.59),
+(909,0,787,3.59),
+(909,0,869,2.62),
+(909,0,870,2.62),
+(909,0,871,2.62),
+(909,0,872,2.62),
+(909,0,1039,3.8),
+(909,0,1040,3.8),
+(909,0,1041,3.8),
+(909,0,1042,3.8),
+(909,0,1124,1.21),
+(909,0,1125,1.21),
+(909,0,1126,1.21),
+(909,0,1127,1.21),
+(909,0,1209,1.44),
+(909,0,1210,1.44),
+(909,0,1211,1.44),
+(909,0,1212,1.44),
+(909,0,1323,0.2),
+(909,0,1369,0.58),
+(909,0,1415,0.45),
+(909,0,1461,0.48),
+(909,0,1507,0.38),
+(909,0,1620,8.13),
+(909,0,1815,2.48),
+(909,0,2043,2.43),
+(910,0,386,5.8),
+(910,0,446,1.14),
+(910,0,447,1.14),
+(910,0,448,1.14),
+(910,0,449,1.14),
+(910,0,529,1.1),
+(910,0,530,1.1),
+(910,0,531,1.1),
+(910,0,532,1.1),
+(910,0,614,5.79),
+(910,0,615,5.79),
+(910,0,616,5.79),
+(910,0,617,5.79),
+(910,0,699,1),
+(910,0,700,1),
+(910,0,701,1),
+(910,0,702,1),
+(910,0,784,3.36),
+(910,0,785,3.36),
+(910,0,786,3.36),
+(910,0,787,3.36),
+(910,0,869,2.6),
+(910,0,870,2.6),
+(910,0,871,2.6),
+(910,0,872,2.6),
+(910,0,1039,2.8),
+(910,0,1040,2.8),
+(910,0,1041,2.8),
+(910,0,1042,2.8),
+(910,0,1124,0.95),
+(910,0,1125,0.95),
+(910,0,1126,0.95),
+(910,0,1127,0.95),
+(910,0,1209,1.44),
+(910,0,1210,1.44),
+(910,0,1211,1.44),
+(910,0,1212,1.44),
+(910,0,1324,0.15),
+(910,0,1370,0.35),
+(910,0,1416,0.75),
+(910,0,1462,0.25),
+(910,0,1508,0.55),
+(910,0,1621,6.65),
+(910,0,1816,2.05),
+(910,0,2044,2.75),
+(911,0,312,0.1),
+(911,0,387,2.33),
+(911,0,388,2.33),
+(911,0,389,2),
+(911,0,449,1),
+(911,0,450,1),
+(911,0,451,1),
+(911,0,452,1),
+(911,0,532,0.89),
+(911,0,533,0.89),
+(911,0,534,0.89),
+(911,0,535,0.89),
+(911,0,617,6.31),
+(911,0,618,6.31),
+(911,0,619,6.31),
+(911,0,620,6.31),
+(911,0,702,1.15),
+(911,0,703,1.15),
+(911,0,704,1.15),
+(911,0,705,1.15),
+(911,0,787,3),
+(911,0,788,3),
+(911,0,789,3),
+(911,0,790,3),
+(911,0,872,2.64),
+(911,0,873,2.64),
+(911,0,874,2.64),
+(911,0,875,2.64),
+(911,0,1042,2.9),
+(911,0,1043,2.9),
+(911,0,1044,2.9),
+(911,0,1045,2.9),
+(911,0,1127,1),
+(911,0,1128,1),
+(911,0,1129,1),
+(911,0,1130,1),
+(911,0,1212,1.43),
+(911,0,1213,1.43),
+(911,0,1214,1.43),
+(911,0,1215,1.43),
+(911,0,1325,0.1),
+(911,0,1326,0.1),
+(911,0,1371,0.25),
+(911,0,1372,0.25),
+(911,0,1417,0.36),
+(911,0,1418,0.36),
+(911,0,1419,0.47),
+(911,0,1463,0.2),
+(911,0,1464,0.2),
+(911,0,1509,0.28),
+(911,0,1510,0.28),
+(911,0,1616,3.05),
+(911,0,1622,3.05),
+(911,0,1817,0.92),
+(911,0,1818,0.92),
+(911,0,2045,1.38),
+(911,0,2046,1.38),
+(911,0,2146,0.1),
+(912,0,388,2.55),
+(912,0,389,2.55),
+(912,0,452,1.11),
+(912,0,453,1.11),
+(912,0,454,1.11),
+(912,0,455,1.11),
+(912,0,535,0.94),
+(912,0,536,0.94),
+(912,0,537,0.94),
+(912,0,538,0.94),
+(912,0,620,7.59),
+(912,0,621,7.59),
+(912,0,622,7.59),
+(912,0,623,7.59),
+(912,0,705,1),
+(912,0,706,1),
+(912,0,707,1),
+(912,0,708,1),
+(912,0,790,2.58),
+(912,0,791,2.58),
+(912,0,792,2.58),
+(912,0,793,2.58),
+(912,0,875,2.38),
+(912,0,876,2.38),
+(912,0,877,2.38),
+(912,0,878,2.38),
+(912,0,1045,2.41),
+(912,0,1046,2.41),
+(912,0,1047,2.41),
+(912,0,1048,2.41),
+(912,0,1130,0.99),
+(912,0,1131,0.99),
+(912,0,1132,0.99),
+(912,0,1133,0.99),
+(912,0,1215,1.66),
+(912,0,1216,1.66),
+(912,0,1217,1.66),
+(912,0,1218,1.66),
+(912,0,1326,0.1),
+(912,0,1327,0.3),
+(912,0,1372,0.23),
+(912,0,1373,0.25),
+(912,0,1418,0.3),
+(912,0,1419,0.3),
+(912,0,1464,0.27),
+(912,0,1465,0.27),
+(912,0,1510,0.25),
+(912,0,1511,0.25),
+(912,0,1561,0.1),
+(912,0,1616,2.55),
+(912,0,1623,2.55),
+(912,0,1818,0.85),
+(912,0,1819,0.85),
+(912,0,1971,0.1),
+(912,0,2046,1.52),
+(912,0,2047,1.52),
+(912,0,2148,0.1),
+(917,0,5,0.1),
+(917,0,23,4.25),
+(917,0,24,4.25),
+(917,0,584,1.45),
+(917,0,585,1.45),
+(917,0,586,1.45),
+(917,0,587,1.45),
+(917,0,669,0.88),
+(917,0,670,0.88),
+(917,0,671,0.88),
+(917,0,672,0.88),
+(917,0,839,2.03),
+(917,0,840,2.03),
+(917,0,841,2.03),
+(917,0,842,2.03),
+(917,0,924,1.23),
+(917,0,925,1.23),
+(917,0,926,1.23),
+(917,0,927,1.23),
+(917,0,1009,3.2),
+(917,0,1010,3.2),
+(917,0,1011,3.2),
+(917,0,1012,3.2),
+(917,0,1094,1.7),
+(917,0,1095,1.7),
+(917,0,1096,1.7),
+(917,0,1097,1.7),
+(917,0,1179,10.9),
+(917,0,1180,10.9),
+(917,0,1181,10.9),
+(917,0,1182,10.9),
+(917,0,1548,2.6),
+(917,0,1549,2.6),
+(917,0,2027,0.23),
+(917,0,2028,0.23),
+(917,0,2029,0.23),
+(918,0,24,4.55),
+(918,0,97,4.55),
+(918,0,587,1.49),
+(918,0,588,1.49),
+(918,0,589,1.49),
+(918,0,590,1.49),
+(918,0,672,0.9),
+(918,0,673,0.9),
+(918,0,674,0.9),
+(918,0,675,0.9),
+(918,0,842,1.99),
+(918,0,843,1.99),
+(918,0,844,1.99),
+(918,0,845,1.99),
+(918,0,927,1.2),
+(918,0,928,1.2),
+(918,0,929,1.2),
+(918,0,930,1.2),
+(918,0,1012,3.02),
+(918,0,1013,3.02),
+(918,0,1014,3.02),
+(918,0,1015,3.02),
+(918,0,1097,1.71),
+(918,0,1098,1.71),
+(918,0,1099,1.71),
+(918,0,1100,1.71),
+(918,0,1182,10.95),
+(918,0,1183,10.95),
+(918,0,1184,10.95),
+(918,0,1185,10.95),
+(918,0,1549,2.63),
+(918,0,1550,2.63),
+(918,0,1837,0.03),
+(918,0,1838,0.03),
+(918,0,1839,0.03),
+(918,0,1840,0.03),
+(918,0,2029,0.4),
+(918,0,2030,0.4),
+(919,0,97,5.05),
+(919,0,115,5.05),
+(919,0,587,1.44),
+(919,0,588,1.44),
+(919,0,589,1.44),
+(919,0,590,1.44),
+(919,0,672,0.94),
+(919,0,673,0.94),
+(919,0,674,0.94),
+(919,0,675,0.94),
+(919,0,842,2.02),
+(919,0,843,2.02),
+(919,0,844,2.02),
+(919,0,845,2.02),
+(919,0,927,1.26),
+(919,0,928,1.26),
+(919,0,929,1.26),
+(919,0,930,1.26),
+(919,0,1012,3.29),
+(919,0,1013,3.29),
+(919,0,1014,3.29),
+(919,0,1015,3.29),
+(919,0,1097,1.98),
+(919,0,1098,1.98),
+(919,0,1099,1.98),
+(919,0,1100,1.98),
+(919,0,1182,9.9),
+(919,0,1183,9.9),
+(919,0,1184,9.9),
+(919,0,1185,9.9),
+(919,0,1550,2.95),
+(919,0,1551,2.95),
+(919,0,1997,0.1),
+(919,0,2030,0.38),
+(919,0,2031,0.38),
+(920,0,115,5.23),
+(920,0,136,5.23),
+(920,0,590,1.54),
+(920,0,591,1.54),
+(920,0,592,1.54),
+(920,0,593,1.54),
+(920,0,675,0.96),
+(920,0,676,0.96),
+(920,0,677,0.96),
+(920,0,678,0.96),
+(920,0,845,1.96),
+(920,0,846,1.96),
+(920,0,847,1.96),
+(920,0,848,1.96),
+(920,0,930,1.12),
+(920,0,931,1.12),
+(920,0,932,1.12),
+(920,0,933,1.12),
+(920,0,934,1.02),
+(920,0,1015,3.69),
+(920,0,1016,3.69),
+(920,0,1017,3.69),
+(920,0,1018,3.69),
+(920,0,1100,2.14),
+(920,0,1101,2.14),
+(920,0,1102,2.14),
+(920,0,1103,2.14),
+(920,0,1185,9.24),
+(920,0,1186,9.24),
+(920,0,1187,9.24),
+(920,0,1188,9.24),
+(920,0,1551,2.88),
+(920,0,1552,2.88),
+(920,0,1918,0.1),
+(920,0,2031,0.4),
+(920,0,2032,0.4),
+(920,0,2073,0.05),
+(920,0,2074,0.05),
+(921,0,136,5.33),
+(921,0,155,5.33),
+(921,0,593,1.63),
+(921,0,594,1.63),
+(921,0,595,1.63),
+(921,0,596,1.63),
+(921,0,678,0.91),
+(921,0,679,0.91),
+(921,0,680,0.91),
+(921,0,681,0.91),
+(921,0,848,1.95),
+(921,0,849,1.95),
+(921,0,850,1.95),
+(921,0,851,1.95),
+(921,0,933,1.23),
+(921,0,934,1.23),
+(921,0,935,1.23),
+(921,0,936,1.23),
+(921,0,1018,3.73),
+(921,0,1019,3.73),
+(921,0,1020,3.73),
+(921,0,1021,3.73),
+(921,0,1103,2.14),
+(921,0,1104,2.14),
+(921,0,1105,2.14),
+(921,0,1106,2.14),
+(921,0,1188,8.95),
+(921,0,1189,8.95),
+(921,0,1190,8.95),
+(921,0,1191,8.95),
+(921,0,1552,3.13),
+(921,0,1553,3.13),
+(921,0,2032,0.5),
+(921,0,2033,0.5),
+(922,0,189,10.9),
+(922,0,596,1.59),
+(922,0,597,1.59),
+(922,0,598,1.59),
+(922,0,599,1.59),
+(922,0,681,0.95),
+(922,0,682,0.95),
+(922,0,683,0.95),
+(922,0,684,0.95),
+(922,0,851,1.9),
+(922,0,852,1.9),
+(922,0,853,1.9),
+(922,0,854,1.9),
+(922,0,936,1.25),
+(922,0,937,1.25),
+(922,0,938,1.25),
+(922,0,939,1.25),
+(922,0,1021,3.73),
+(922,0,1022,3.73),
+(922,0,1023,3.73),
+(922,0,1024,3.73),
+(922,0,1106,2.31),
+(922,0,1107,2.31),
+(922,0,1108,2.31),
+(922,0,1109,2.31),
+(922,0,1191,8.82),
+(922,0,1192,8.82),
+(922,0,1193,8.82),
+(922,0,1194,8.82),
+(922,0,1554,6.4),
+(922,0,2034,0.75),
+(923,0,190,11.1),
+(923,0,596,1.46),
+(923,0,597,1.46),
+(923,0,598,1.46),
+(923,0,599,1.46),
+(923,0,681,0.99),
+(923,0,682,0.99),
+(923,0,683,0.99),
+(923,0,684,0.99),
+(923,0,851,1.89),
+(923,0,852,1.89),
+(923,0,853,1.89),
+(923,0,854,1.89),
+(923,0,936,1.2),
+(923,0,937,1.2),
+(923,0,938,1.2),
+(923,0,939,1.2),
+(923,0,1021,3.84),
+(923,0,1022,3.84),
+(923,0,1023,3.84),
+(923,0,1024,3.84),
+(923,0,1106,2.22),
+(923,0,1107,2.22),
+(923,0,1108,2.22),
+(923,0,1109,2.22),
+(923,0,1191,8.86),
+(923,0,1192,8.86),
+(923,0,1193,8.86),
+(923,0,1194,8.86),
+(923,0,1555,6.17),
+(923,0,2035,0.85),
+(924,0,191,5.3),
+(924,0,192,5.3),
+(924,0,599,1.22),
+(924,0,600,1.22),
+(924,0,601,1.22),
+(924,0,602,1.22),
+(924,0,684,0.79),
+(924,0,685,0.79),
+(924,0,686,0.79),
+(924,0,687,0.79),
+(924,0,854,1.63),
+(924,0,855,1.63),
+(924,0,856,1.63),
+(924,0,857,1.63),
+(924,0,939,1.22),
+(924,0,940,1.22),
+(924,0,941,1.22),
+(924,0,942,1.22),
+(924,0,1024,3.52),
+(924,0,1025,3.52),
+(924,0,1026,3.52),
+(924,0,1027,3.52),
+(924,0,1109,1.93),
+(924,0,1110,1.93),
+(924,0,1111,1.93),
+(924,0,1112,1.93),
+(924,0,1194,10.63),
+(924,0,1195,10.63),
+(924,0,1196,10.63),
+(924,0,1197,10.63),
+(924,0,1556,2.5),
+(924,0,1557,2.5),
+(924,0,2036,0.33),
+(924,0,2037,0.33),
+(925,0,192,5.57),
+(925,0,193,5.57),
+(925,0,602,0.89),
+(925,0,603,0.89),
+(925,0,604,0.89),
+(925,0,605,0.89),
+(925,0,687,0.66),
+(925,0,688,0.66),
+(925,0,689,0.66),
+(925,0,690,0.66),
+(925,0,857,1.38),
+(925,0,858,1.38),
+(925,0,859,1.38),
+(925,0,860,1.38),
+(925,0,942,1.14),
+(925,0,943,1.14),
+(925,0,944,1.14),
+(925,0,945,1.14),
+(925,0,1027,3.45),
+(925,0,1028,3.45),
+(925,0,1029,3.45),
+(925,0,1030,3.45),
+(925,0,1112,2.08),
+(925,0,1113,2.08),
+(925,0,1114,2.08),
+(925,0,1115,2.08),
+(925,0,1197,11.36),
+(925,0,1198,11.36),
+(925,0,1199,11.36),
+(925,0,1200,11.36),
+(925,0,1557,2.18),
+(925,0,1558,2.18),
+(925,0,2037,0.3),
+(925,0,2038,0.3),
+(926,0,15,0.1),
+(926,0,29,0.1),
+(926,0,178,2.72),
+(926,0,213,2.72),
+(926,0,437,2.34),
+(926,0,438,2.34),
+(926,0,439,2.34),
+(926,0,440,2.34),
+(926,0,520,3.47),
+(926,0,521,3.47),
+(926,0,522,3.47),
+(926,0,523,3.47),
+(926,0,605,2.36),
+(926,0,606,2.36),
+(926,0,607,2.36),
+(926,0,608,2.36),
+(926,0,690,0.92),
+(926,0,691,0.92),
+(926,0,692,0.92),
+(926,0,693,0.92),
+(926,0,775,2.79),
+(926,0,776,2.79),
+(926,0,777,2.79),
+(926,0,778,2.79),
+(926,0,860,1.97),
+(926,0,861,1.97),
+(926,0,862,1.97),
+(926,0,863,1.97),
+(926,0,1030,4.09),
+(926,0,1031,4.09),
+(926,0,1032,4.09),
+(926,0,1033,4.09),
+(926,0,1115,1.62),
+(926,0,1116,1.62),
+(926,0,1117,1.62),
+(926,0,1118,1.62),
+(926,0,1200,1.19),
+(926,0,1201,1.19),
+(926,0,1202,1.19),
+(926,0,1203,1.19),
+(926,0,1607,3.73),
+(926,0,1612,3.73),
+(926,0,1810,1.16),
+(926,0,1811,1.16),
+(926,0,2038,0.9),
+(926,0,2039,0.9),
+(927,0,213,2.65),
+(927,0,214,2.65),
+(927,0,437,2.28),
+(927,0,438,2.28),
+(927,0,439,2.28),
+(927,0,440,2.28),
+(927,0,520,3.45),
+(927,0,521,3.45),
+(927,0,522,3.45),
+(927,0,523,3.45),
+(927,0,605,2.22),
+(927,0,606,2.22),
+(927,0,607,2.22),
+(927,0,608,2.22),
+(927,0,690,0.73),
+(927,0,691,0.73),
+(927,0,692,0.73),
+(927,0,693,0.73),
+(927,0,775,2.72),
+(927,0,776,2.72),
+(927,0,777,2.72),
+(927,0,778,2.72),
+(927,0,860,2.1),
+(927,0,861,2.1),
+(927,0,862,2.1),
+(927,0,863,2.1),
+(927,0,1030,3.92),
+(927,0,1031,3.92),
+(927,0,1032,3.92),
+(927,0,1033,3.92),
+(927,0,1115,1.63),
+(927,0,1116,1.63),
+(927,0,1117,1.63),
+(927,0,1118,1.63),
+(927,0,1200,1.25),
+(927,0,1201,1.25),
+(927,0,1202,1.25),
+(927,0,1203,1.25),
+(927,0,1612,4),
+(927,0,1613,4),
+(927,0,1811,1.4),
+(927,0,1812,1.4),
+(927,0,2039,1.2),
+(927,0,2040,1.2),
+(928,0,214,2.82),
+(928,0,383,2.82),
+(928,0,440,2.03),
+(928,0,441,2.03),
+(928,0,442,2.03),
+(928,0,443,2.03),
+(928,0,523,3.08),
+(928,0,524,3.08),
+(928,0,525,3.08),
+(928,0,526,3.08),
+(928,0,608,2.03),
+(928,0,609,2.03),
+(928,0,610,2.03),
+(928,0,611,2.03),
+(928,0,693,0.81),
+(928,0,694,0.81),
+(928,0,695,0.81),
+(928,0,696,0.81),
+(928,0,778,2.97),
+(928,0,779,2.97),
+(928,0,780,2.97),
+(928,0,781,2.97),
+(928,0,863,2.31),
+(928,0,864,2.31),
+(928,0,865,2.31),
+(928,0,866,2.31),
+(928,0,1033,4.3),
+(928,0,1034,4.3),
+(928,0,1035,4.3),
+(928,0,1036,4.3),
+(928,0,1118,1.69),
+(928,0,1119,1.69),
+(928,0,1120,1.69),
+(928,0,1121,1.69),
+(928,0,1203,1.39),
+(928,0,1204,1.39),
+(928,0,1205,1.39),
+(928,0,1206,1.39),
+(928,0,1613,3.82),
+(928,0,1614,3.82),
+(928,0,1812,1.08),
+(928,0,1813,1.08),
+(928,0,2040,1.05),
+(928,0,2041,1.05),
+(929,0,383,2.68),
+(929,0,384,2.68),
+(929,0,443,2.09),
+(929,0,444,2.09),
+(929,0,445,2.09),
+(929,0,446,2.09),
+(929,0,526,3.27),
+(929,0,527,3.27),
+(929,0,528,3.27),
+(929,0,529,3.27),
+(929,0,611,2.08),
+(929,0,612,2.08),
+(929,0,613,2.08),
+(929,0,614,2.08),
+(929,0,696,0.79),
+(929,0,697,0.79),
+(929,0,698,0.79),
+(929,0,699,0.79),
+(929,0,781,3.11),
+(929,0,782,3.11),
+(929,0,783,3.11),
+(929,0,784,3.11),
+(929,0,866,2.21),
+(929,0,867,2.21),
+(929,0,868,2.21),
+(929,0,869,2.21),
+(929,0,1036,4.14),
+(929,0,1037,4.14),
+(929,0,1038,4.14),
+(929,0,1039,4.14),
+(929,0,1121,1.66),
+(929,0,1122,1.66),
+(929,0,1123,1.66),
+(929,0,1124,1.66),
+(929,0,1206,1.35),
+(929,0,1207,1.35),
+(929,0,1208,1.35),
+(929,0,1209,1.35),
+(929,0,1614,3.8),
+(929,0,1615,3.8),
+(929,0,1813,1.18),
+(929,0,1814,1.18),
+(929,0,2041,1),
+(929,0,2042,1),
+(930,0,385,4.95),
+(930,0,446,1.96),
+(930,0,447,1.96),
+(930,0,448,1.96),
+(930,0,449,1.96),
+(930,0,529,2.99),
+(930,0,530,2.99),
+(930,0,531,2.99),
+(930,0,532,2.99),
+(930,0,614,1.92),
+(930,0,615,1.92),
+(930,0,616,1.92),
+(930,0,617,1.92),
+(930,0,699,0.82),
+(930,0,700,0.82),
+(930,0,701,0.82),
+(930,0,702,0.82),
+(930,0,784,2.7),
+(930,0,785,2.7),
+(930,0,786,2.7),
+(930,0,787,2.7),
+(930,0,869,2.11),
+(930,0,870,2.11),
+(930,0,871,2.11),
+(930,0,872,2.11),
+(930,0,1039,3.57),
+(930,0,1040,3.57),
+(930,0,1041,3.57),
+(930,0,1042,3.57),
+(930,0,1124,1.42),
+(930,0,1125,1.42),
+(930,0,1126,1.42),
+(930,0,1127,1.42),
+(930,0,1209,1.47),
+(930,0,1210,1.47),
+(930,0,1211,1.47),
+(930,0,1212,1.47),
+(930,0,1323,0.65),
+(930,0,1369,0.6),
+(930,0,1415,0.55),
+(930,0,1461,0.45),
+(930,0,1507,0.85),
+(930,0,1620,9.8),
+(930,0,1815,3.1),
+(930,0,2043,3.1),
+(931,0,386,5.13),
+(931,0,446,2.24),
+(931,0,447,2.24),
+(931,0,448,2.24),
+(931,0,449,2.24),
+(931,0,529,3.15),
+(931,0,530,3.15),
+(931,0,531,3.15),
+(931,0,532,3.15),
+(931,0,614,2.28),
+(931,0,615,2.28),
+(931,0,616,2.28),
+(931,0,617,2.28),
+(931,0,699,0.94),
+(931,0,700,0.94),
+(931,0,701,0.94),
+(931,0,702,0.94),
+(931,0,784,2.54),
+(931,0,785,2.54),
+(931,0,786,2.54),
+(931,0,787,2.54),
+(931,0,869,2.23),
+(931,0,870,2.23),
+(931,0,871,2.23),
+(931,0,872,2.23),
+(931,0,1039,3.27),
+(931,0,1040,3.27),
+(931,0,1041,3.27),
+(931,0,1042,3.27),
+(931,0,1124,1.27),
+(931,0,1125,1.27),
+(931,0,1126,1.27),
+(931,0,1127,1.27),
+(931,0,1209,1.58),
+(931,0,1210,1.58),
+(931,0,1211,1.58),
+(931,0,1212,1.58),
+(931,0,1324,0.43),
+(931,0,1370,0.57),
+(931,0,1416,0.43),
+(931,0,1462,0.3),
+(931,0,1508,0.43),
+(931,0,1621,9.03),
+(931,0,1816,2.67),
+(931,0,2044,2.31),
+(931,0,2045,0.73),
+(931,0,2046,0.73),
+(931,0,2047,0.73),
+(932,0,387,2.77),
+(932,0,388,2.77),
+(932,0,449,2.59),
+(932,0,450,2.59),
+(932,0,451,2.59),
+(932,0,452,2.59),
+(932,0,532,3.06),
+(932,0,533,3.06),
+(932,0,534,3.06),
+(932,0,535,3.06),
+(932,0,617,2.5),
+(932,0,618,2.5),
+(932,0,619,2.5),
+(932,0,620,2.5),
+(932,0,702,1),
+(932,0,703,1),
+(932,0,704,1),
+(932,0,705,1),
+(932,0,787,2.52),
+(932,0,788,2.52),
+(932,0,789,2.52),
+(932,0,790,2.52),
+(932,0,872,2.26),
+(932,0,873,2.26),
+(932,0,874,2.26),
+(932,0,875,2.26),
+(932,0,1042,2.84),
+(932,0,1043,2.84),
+(932,0,1044,2.84),
+(932,0,1045,2.84),
+(932,0,1127,1.3),
+(932,0,1128,1.3),
+(932,0,1129,1.3),
+(932,0,1130,1.3),
+(932,0,1212,1.44),
+(932,0,1213,1.44),
+(932,0,1214,1.44),
+(932,0,1215,1.44),
+(932,0,1325,0.23),
+(932,0,1326,0.25),
+(932,0,1371,0.45),
+(932,0,1372,0.45),
+(932,0,1417,0.27),
+(932,0,1418,0.27),
+(932,0,1463,0.5),
+(932,0,1464,0.2),
+(932,0,1509,0.43),
+(932,0,1510,0.43),
+(932,0,1616,3.88),
+(932,0,1622,3.88),
+(932,0,1817,1.08),
+(932,0,1818,1.08),
+(932,0,1970,0.1),
+(932,0,2045,1.67),
+(932,0,2046,1.67),
+(933,0,388,2.03),
+(933,0,389,2.03),
+(933,0,452,2.92),
+(933,0,453,2.92),
+(933,0,454,2.92),
+(933,0,455,2.92),
+(933,0,535,2.99),
+(933,0,536,2.99),
+(933,0,537,2.99),
+(933,0,538,2.99),
+(933,0,620,3.39),
+(933,0,621,3.39),
+(933,0,622,3.39),
+(933,0,623,3.39),
+(933,0,705,1.07),
+(933,0,706,1.07),
+(933,0,707,1.07),
+(933,0,708,1.07),
+(933,0,790,2.17),
+(933,0,791,2.17),
+(933,0,792,2.17),
+(933,0,793,2.17),
+(933,0,875,2.05),
+(933,0,876,2.05),
+(933,0,877,2.05),
+(933,0,878,2.05),
+(933,0,1045,3.02),
+(933,0,1046,3.02),
+(933,0,1047,3.02),
+(933,0,1048,3.02),
+(933,0,1130,1.12),
+(933,0,1131,1.12),
+(933,0,1132,1.12),
+(933,0,1133,1.12),
+(933,0,1215,1.3),
+(933,0,1216,1.3),
+(933,0,1217,1.3),
+(933,0,1218,1.3),
+(933,0,1326,0.15),
+(933,0,1327,0.2),
+(933,0,1372,0.22),
+(933,0,1373,0.28),
+(933,0,1418,0.57),
+(933,0,1419,0.57),
+(933,0,1464,0.25),
+(933,0,1465,0.43),
+(933,0,1510,0.38),
+(933,0,1511,0.38),
+(933,0,1616,4.03),
+(933,0,1623,4.03),
+(933,0,1818,1.35),
+(933,0,1819,1.35),
+(933,0,1858,0.1),
+(933,0,2046,1.1),
+(933,0,2047,1.1),
+(933,0,2151,0.1),
+(947,0,193,5.48),
+(947,0,219,5.48),
+(947,0,605,1.34),
+(947,0,606,1.34),
+(947,0,607,1.34),
+(947,0,608,1.34),
+(947,0,690,0.88),
+(947,0,691,0.88),
+(947,0,692,0.88),
+(947,0,693,0.88),
+(947,0,860,1.76),
+(947,0,861,1.76),
+(947,0,862,1.76),
+(947,0,863,1.76),
+(947,0,945,1.14),
+(947,0,946,1.14),
+(947,0,947,1.14),
+(947,0,948,1.14),
+(947,0,1030,3.46),
+(947,0,1031,3.46),
+(947,0,1032,3.46),
+(947,0,1033,3.46),
+(947,0,1115,2.05),
+(947,0,1116,2.05),
+(947,0,1117,2.05),
+(947,0,1118,2.05),
+(947,0,1200,9.89),
+(947,0,1201,9.89),
+(947,0,1202,9.89),
+(947,0,1203,9.89),
+(947,0,1307,0.1),
+(947,0,1558,3.15),
+(947,0,1559,3.15),
+(947,0,2038,0.32),
+(947,0,2039,0.32),
+(948,0,219,5.63),
+(948,0,220,5.63),
+(948,0,605,1.49),
+(948,0,606,1.49),
+(948,0,607,1.49),
+(948,0,608,1.49),
+(948,0,690,0.96),
+(948,0,691,0.96),
+(948,0,692,0.96),
+(948,0,693,0.96),
+(948,0,860,1.81),
+(948,0,861,1.81),
+(948,0,862,1.81),
+(948,0,863,1.81),
+(948,0,945,1.22),
+(948,0,946,1.22),
+(948,0,947,1.22),
+(948,0,948,1.22),
+(948,0,1030,3.93),
+(948,0,1031,3.93),
+(948,0,1032,3.93),
+(948,0,1033,3.93),
+(948,0,1115,2.26),
+(948,0,1116,2.26),
+(948,0,1117,2.26),
+(948,0,1118,2.26),
+(948,0,1200,8.53),
+(948,0,1201,8.53),
+(948,0,1202,8.53),
+(948,0,1203,8.53),
+(948,0,1559,3.55),
+(948,0,1560,3.55),
+(948,0,2039,0.42),
+(948,0,2040,0.42),
+(949,0,220,5.82),
+(949,0,307,5.82),
+(949,0,608,1.48),
+(949,0,609,1.48),
+(949,0,610,1.48),
+(949,0,611,1.48),
+(949,0,693,0.91),
+(949,0,694,0.91),
+(949,0,695,0.91),
+(949,0,696,0.91),
+(949,0,863,1.67),
+(949,0,864,1.67),
+(949,0,865,1.67),
+(949,0,866,1.67),
+(949,0,948,1.32),
+(949,0,949,1.32),
+(949,0,950,1.32),
+(949,0,951,1.32),
+(949,0,1033,3.86),
+(949,0,1034,3.86),
+(949,0,1035,3.86),
+(949,0,1036,3.86),
+(949,0,1118,2.38),
+(949,0,1119,2.38),
+(949,0,1120,2.38),
+(949,0,1121,2.38),
+(949,0,1203,8.47),
+(949,0,1204,8.47),
+(949,0,1205,8.47),
+(949,0,1206,8.47),
+(949,0,1560,3.55),
+(949,0,1561,3.55),
+(949,0,2040,0.47),
+(949,0,2041,0.47),
+(950,0,307,5.38),
+(950,0,308,5.38),
+(950,0,611,1.4),
+(950,0,612,1.4),
+(950,0,613,1.4),
+(950,0,614,1.4),
+(950,0,696,0.9),
+(950,0,697,0.9),
+(950,0,698,0.9),
+(950,0,699,0.9),
+(950,0,866,1.56),
+(950,0,867,1.56),
+(950,0,868,1.56),
+(950,0,869,1.56),
+(950,0,951,1.16),
+(950,0,952,1.16),
+(950,0,953,1.16),
+(950,0,954,1.16),
+(950,0,1036,3.75),
+(950,0,1037,3.75),
+(950,0,1038,3.75),
+(950,0,1039,3.75),
+(950,0,1121,2.17),
+(950,0,1122,2.17),
+(950,0,1123,2.17),
+(950,0,1124,2.17),
+(950,0,1206,9.56),
+(950,0,1207,9.56),
+(950,0,1208,9.56),
+(950,0,1209,9.56),
+(950,0,1561,3.33),
+(950,0,1562,3.33),
+(950,0,2041,0.32),
+(950,0,2042,0.32),
+(951,0,309,9.67),
+(951,0,614,1.37),
+(951,0,615,1.37),
+(951,0,616,1.37),
+(951,0,617,1.37),
+(951,0,699,0.62),
+(951,0,700,0.62),
+(951,0,701,0.62),
+(951,0,702,0.62),
+(951,0,869,1.42),
+(951,0,870,1.42),
+(951,0,871,1.42),
+(951,0,872,1.42),
+(951,0,954,1.04),
+(951,0,955,1.04),
+(951,0,956,1.04),
+(951,0,957,1.04),
+(951,0,1039,2.83),
+(951,0,1040,2.83),
+(951,0,1041,2.83),
+(951,0,1042,2.83),
+(951,0,1124,1.73),
+(951,0,1125,1.73),
+(951,0,1126,1.73),
+(951,0,1127,1.73),
+(951,0,1209,9.45),
+(951,0,1210,9.45),
+(951,0,1211,9.45),
+(951,0,1212,9.45),
+(951,0,1323,0.2),
+(951,0,1369,0.17),
+(951,0,1415,0.37),
+(951,0,1461,0.17),
+(951,0,1507,0.3),
+(951,0,1563,13.67),
+(951,0,2043,1.83),
+(952,0,310,8.83),
+(952,0,614,1.43),
+(952,0,615,1.43),
+(952,0,616,1.43),
+(952,0,617,1.43),
+(952,0,699,0.81),
+(952,0,700,0.81),
+(952,0,701,0.81),
+(952,0,702,0.81),
+(952,0,869,1.41),
+(952,0,870,1.41),
+(952,0,871,1.41),
+(952,0,872,1.41),
+(952,0,954,1.03),
+(952,0,955,1.03),
+(952,0,956,1.03),
+(952,0,957,1.03),
+(952,0,1039,2.66),
+(952,0,1040,2.66),
+(952,0,1041,2.66),
+(952,0,1042,2.66),
+(952,0,1124,1.64),
+(952,0,1125,1.64),
+(952,0,1126,1.64),
+(952,0,1127,1.64),
+(952,0,1209,9.86),
+(952,0,1210,9.86),
+(952,0,1211,9.86),
+(952,0,1212,9.86),
+(952,0,1324,0.13),
+(952,0,1370,0.13),
+(952,0,1416,0.2),
+(952,0,1462,0.13),
+(952,0,1508,0.9),
+(952,0,1564,12.7),
+(952,0,1931,0.1),
+(952,0,2044,1.53),
+(953,0,311,4.1),
+(953,0,312,4.1),
+(953,0,414,0.1),
+(953,0,617,1.39),
+(953,0,618,1.39),
+(953,0,619,1.39),
+(953,0,620,1.39),
+(953,0,702,0.94),
+(953,0,703,0.94),
+(953,0,704,0.94),
+(953,0,705,0.94),
+(953,0,872,1.53),
+(953,0,873,1.53),
+(953,0,874,1.53),
+(953,0,875,1.53),
+(953,0,957,1.18),
+(953,0,958,1.18),
+(953,0,959,1.18),
+(953,0,960,1.18),
+(953,0,1042,1.91),
+(953,0,1043,1.91),
+(953,0,1044,1.91),
+(953,0,1045,1.91),
+(953,0,1127,1.44),
+(953,0,1128,1.44),
+(953,0,1129,1.44),
+(953,0,1130,1.44),
+(953,0,1212,10.6),
+(953,0,1213,10.6),
+(953,0,1214,10.6),
+(953,0,1215,10.6),
+(953,0,1325,0.1),
+(953,0,1326,0.1),
+(953,0,1371,0.15),
+(953,0,1372,0.15),
+(953,0,1417,0.13),
+(953,0,1418,0.05),
+(953,0,1463,0.13),
+(953,0,1464,0.13),
+(953,0,1509,0.15),
+(953,0,1510,0.15),
+(953,0,1565,6.38),
+(953,0,1566,6.38),
+(953,0,2045,0.83),
+(953,0,2046,0.83),
+(953,0,2047,0.47),
+(953,0,2147,0.1),
+(953,0,2151,0.1),
+(954,0,312,3.85),
+(954,0,313,3.85),
+(954,0,620,1.35),
+(954,0,621,1.35),
+(954,0,622,1.35),
+(954,0,623,1.35),
+(954,0,705,0.88),
+(954,0,706,0.88),
+(954,0,707,0.88),
+(954,0,708,0.88),
+(954,0,875,1.63),
+(954,0,876,1.63),
+(954,0,877,1.63),
+(954,0,878,1.63),
+(954,0,960,1.05),
+(954,0,961,1.05),
+(954,0,962,1.05),
+(954,0,963,1.05),
+(954,0,1045,2.05),
+(954,0,1046,2.05),
+(954,0,1047,2.05),
+(954,0,1048,2.05),
+(954,0,1130,1.13),
+(954,0,1131,1.13),
+(954,0,1132,1.13),
+(954,0,1133,1.13),
+(954,0,1215,10.93),
+(954,0,1216,10.93),
+(954,0,1217,10.93),
+(954,0,1218,10.93),
+(954,0,1326,0.05),
+(954,0,1327,0.05),
+(954,0,1372,0.15),
+(954,0,1373,0.15),
+(954,0,1418,0.3),
+(954,0,1464,0.05),
+(954,0,1465,0.05),
+(954,0,1510,0.2),
+(954,0,1511,0.2),
+(954,0,1566,6.85),
+(954,0,1567,6.85),
+(954,0,2046,0.65),
+(954,0,2047,0.65),
+(959,0,5,1.97),
+(959,0,15,2.4),
+(959,0,16,3.8),
+(959,0,19,2.4),
+(959,0,25,1.97),
+(959,0,26,1.97),
+(959,0,27,3.8),
+(959,0,754,10.7),
+(959,0,755,10.7),
+(959,0,839,11.9),
+(959,0,1009,13.5),
+(959,0,1799,3.35),
+(959,0,1800,3.35),
+(959,0,1837,2.55),
+(959,0,1838,2.55),
+(959,0,1875,2.65),
+(959,0,1876,2.65),
+(959,0,1913,3.1),
+(959,0,1914,3.1),
+(959,0,1951,3.35),
+(959,0,1952,3.35),
+(959,0,2027,2.5),
+(959,0,2028,2.5),
+(960,0,19,2.57),
+(960,0,22,2.57),
+(960,0,25,3.2),
+(960,0,26,3.2),
+(960,0,27,3.88),
+(960,0,28,3.88),
+(960,0,504,0.1),
+(960,0,754,5.65),
+(960,0,755,5.65),
+(960,0,756,5.65),
+(960,0,757,5.65),
+(960,0,839,3.29),
+(960,0,840,3.29),
+(960,0,841,3.29),
+(960,0,842,3.29),
+(960,0,1009,3.67),
+(960,0,1010,3.67),
+(960,0,1011,3.67),
+(960,0,1012,3.67),
+(960,0,1706,0.1),
+(960,0,1800,3.02),
+(960,0,1801,3.02),
+(960,0,1838,2.13),
+(960,0,1839,2.13),
+(960,0,1876,3.57),
+(960,0,1877,3.57),
+(960,0,1952,2.85),
+(960,0,1953,2.85),
+(960,0,1989,0.1),
+(960,0,2028,3.6),
+(960,0,2029,3.6),
+(961,0,22,2.72),
+(961,0,26,3.58),
+(961,0,28,4.47),
+(961,0,94,3.58),
+(961,0,95,4.47),
+(961,0,96,2.72),
+(961,0,757,22.47),
+(961,0,842,11.83),
+(961,0,1012,11.78),
+(961,0,1013,3.83),
+(961,0,1014,3.83),
+(961,0,1015,3.83),
+(961,0,1402,0.1),
+(961,0,1801,2.78),
+(961,0,1802,2.78),
+(961,0,1839,1.98),
+(961,0,1840,1.98),
+(961,0,1877,3.65),
+(961,0,1878,3.65),
+(961,0,1953,2.75),
+(961,0,1954,2.75),
+(961,0,2029,3.2),
+(961,0,2030,3.2),
+(962,0,94,3.15),
+(962,0,95,5),
+(962,0,96,2.5),
+(962,0,112,3.15),
+(962,0,113,5),
+(962,0,114,2.5),
+(962,0,757,5.88),
+(962,0,758,5.88),
+(962,0,759,5.88),
+(962,0,760,5.88),
+(962,0,842,2.53),
+(962,0,843,2.53),
+(962,0,844,2.53),
+(962,0,845,2.53),
+(962,0,1012,4.13),
+(962,0,1013,4.13),
+(962,0,1014,4.13),
+(962,0,1015,4.13),
+(962,0,1802,3),
+(962,0,1803,3),
+(962,0,1840,1.75),
+(962,0,1841,1.75),
+(962,0,1878,3.4),
+(962,0,1879,3.4),
+(962,0,1954,2.8),
+(962,0,1955,2.8),
+(962,0,2030,3.3),
+(962,0,2031,3.3),
+(963,0,112,6.65),
+(963,0,113,9.75),
+(963,0,114,5.15),
+(963,0,760,5.35),
+(963,0,761,5.35),
+(963,0,762,5.35),
+(963,0,763,5.35),
+(963,0,845,2.68),
+(963,0,846,2.68),
+(963,0,847,2.68),
+(963,0,848,2.68),
+(963,0,1015,4.14),
+(963,0,1016,4.14),
+(963,0,1017,4.14),
+(963,0,1018,4.14),
+(963,0,1803,6.85),
+(963,0,1841,3.6),
+(963,0,1879,6.85),
+(963,0,1955,5.6),
+(963,0,2031,6.95),
+(964,0,133,6.2),
+(964,0,134,10.17),
+(964,0,135,5.43),
+(964,0,760,5.65),
+(964,0,761,5.65),
+(964,0,762,5.65),
+(964,0,763,5.65),
+(964,0,845,2.52),
+(964,0,846,2.52),
+(964,0,847,2.52),
+(964,0,848,2.52),
+(964,0,1015,4.53),
+(964,0,1016,4.53),
+(964,0,1017,4.53),
+(964,0,1018,4.53),
+(964,0,1799,1.03),
+(964,0,1800,1.03),
+(964,0,1801,1.03),
+(964,0,1802,1.03),
+(964,0,1803,1.03),
+(964,0,1804,4.61),
+(964,0,1842,3.1),
+(964,0,1880,6.7),
+(964,0,1913,0.1),
+(964,0,1918,0.1),
+(964,0,1956,4.9),
+(964,0,2032,6.4),
+(965,0,133,3.18),
+(965,0,134,5.5),
+(965,0,135,2.73),
+(965,0,152,3.18),
+(965,0,153,5.5),
+(965,0,154,2.73),
+(965,0,763,5.84),
+(965,0,764,5.84),
+(965,0,765,5.84),
+(965,0,766,5.84),
+(965,0,848,2.22),
+(965,0,849,2.22),
+(965,0,850,2.22),
+(965,0,851,2.22),
+(965,0,1018,4.41),
+(965,0,1019,4.41),
+(965,0,1020,4.41),
+(965,0,1021,4.41),
+(965,0,1804,3.27),
+(965,0,1805,3.27),
+(965,0,1842,1.48),
+(965,0,1843,1.48),
+(965,0,1880,3.28),
+(965,0,1881,3.28),
+(965,0,1956,2.45),
+(965,0,1957,2.45),
+(965,0,2032,3.22),
+(965,0,2033,3.22),
+(966,0,152,3.37),
+(966,0,153,5.1),
+(966,0,154,2.4),
+(966,0,174,3.37),
+(966,0,179,5.1),
+(966,0,184,2.4),
+(966,0,763,6.23),
+(966,0,764,6.23),
+(966,0,765,6.23),
+(966,0,766,6.23),
+(966,0,848,2.19),
+(966,0,849,2.19),
+(966,0,850,2.19),
+(966,0,851,2.19),
+(966,0,1018,4.26),
+(966,0,1019,4.26),
+(966,0,1020,4.26),
+(966,0,1021,4.26),
+(966,0,1805,3.18),
+(966,0,1806,3.18),
+(966,0,1843,1.43),
+(966,0,1844,1.43),
+(966,0,1881,3.3),
+(966,0,1882,3.3),
+(966,0,1957,2.73),
+(966,0,1958,2.73),
+(966,0,2033,3.07),
+(966,0,2034,3.07),
+(967,0,174,3.17),
+(967,0,175,3.17),
+(967,0,179,5.1),
+(967,0,180,5.1),
+(967,0,184,2.7),
+(967,0,185,2.7),
+(967,0,766,6.23),
+(967,0,767,6.23),
+(967,0,768,6.23),
+(967,0,769,6.23),
+(967,0,851,2.08),
+(967,0,852,2.08),
+(967,0,853,2.08),
+(967,0,854,2.08),
+(967,0,1021,4.08),
+(967,0,1022,4.08),
+(967,0,1023,4.08),
+(967,0,1024,4.08),
+(967,0,1357,6),
+(967,0,1803,4.6),
+(967,0,1804,1.4),
+(967,0,1805,1.4),
+(967,0,1806,1.4),
+(967,0,1807,1.4),
+(967,0,1841,0.87),
+(967,0,1842,0.87),
+(967,0,1843,0.87),
+(967,0,1844,0.87),
+(967,0,1845,0.82),
+(967,0,1882,2.77),
+(967,0,1883,2.77),
+(967,0,1958,0.05),
+(967,0,1959,0.05),
+(967,0,2034,2.85),
+(967,0,2035,2.85),
+(968,0,175,2.93),
+(968,0,176,2.93),
+(968,0,180,5.22),
+(968,0,181,5.22),
+(968,0,185,2.45),
+(968,0,186,2.45),
+(968,0,769,23.4),
+(968,0,854,8.3),
+(968,0,1024,17.9),
+(968,0,1807,3.5),
+(968,0,1808,3.5),
+(968,0,1845,1.3),
+(968,0,1846,1.3),
+(968,0,1883,3.4),
+(968,0,1884,3.4),
+(968,0,1959,3.1),
+(968,0,1960,3.1),
+(968,0,2035,3.3),
+(968,0,2036,3.3),
+(969,0,29,0.1),
+(969,0,176,6.1),
+(969,0,181,9.9),
+(969,0,186,5.17),
+(969,0,769,5.75),
+(969,0,770,5.75),
+(969,0,771,5.75),
+(969,0,772,5.75),
+(969,0,854,2.01),
+(969,0,855,2.01),
+(969,0,856,2.01),
+(969,0,857,2.01),
+(969,0,1024,4.36),
+(969,0,1025,4.36),
+(969,0,1026,4.36),
+(969,0,1027,4.36),
+(969,0,1808,7.35),
+(969,0,1846,3.23),
+(969,0,1884,7.3),
+(969,0,1922,0.1),
+(969,0,1960,5.93),
+(969,0,2036,6.5),
+(970,0,177,6.3),
+(970,0,182,9.4),
+(970,0,187,5.3),
+(970,0,772,5.92),
+(970,0,773,5.92),
+(970,0,774,5.92),
+(970,0,775,5.92),
+(970,0,857,2.25),
+(970,0,858,2.25),
+(970,0,859,2.25),
+(970,0,860,2.25),
+(970,0,1027,4.4),
+(970,0,1028,4.4),
+(970,0,1029,4.4),
+(970,0,1030,4.4),
+(970,0,1809,6.7),
+(970,0,1847,3.05),
+(970,0,1885,7.5),
+(970,0,1961,5.2),
+(970,0,2037,6.1),
+(971,0,178,5.55),
+(971,0,183,9.85),
+(971,0,188,5.25),
+(971,0,772,5.84),
+(971,0,773,5.84),
+(971,0,774,5.84),
+(971,0,775,5.84),
+(971,0,857,1.88),
+(971,0,858,1.88),
+(971,0,859,1.88),
+(971,0,860,1.88),
+(971,0,1027,4.58),
+(971,0,1028,4.58),
+(971,0,1029,4.58),
+(971,0,1030,4.58),
+(971,0,1810,7.2),
+(971,0,1848,3.15),
+(971,0,1886,7.85),
+(971,0,1962,4.85),
+(971,0,2038,7.2),
+(972,0,178,3.3),
+(972,0,183,4.39),
+(972,0,188,2.85),
+(972,0,213,3.3),
+(972,0,215,4.39),
+(972,0,217,2.85),
+(972,0,775,6.31),
+(972,0,776,6.31),
+(972,0,777,6.31),
+(972,0,778,6.31),
+(972,0,860,2.54),
+(972,0,861,2.54),
+(972,0,862,2.54),
+(972,0,863,2.54),
+(972,0,1030,4.4),
+(972,0,1031,4.4),
+(972,0,1032,4.4),
+(972,0,1033,4.4),
+(972,0,1318,0.19),
+(972,0,1319,0.19),
+(972,0,1364,0.24),
+(972,0,1365,0.24),
+(972,0,1410,0.2),
+(972,0,1411,0.2),
+(972,0,1456,0.18),
+(972,0,1457,0.18),
+(972,0,1502,0.18),
+(972,0,1503,0.18),
+(972,0,1810,2.56),
+(972,0,1811,2.56),
+(972,0,1848,1.41),
+(972,0,1849,1.41),
+(972,0,1886,3.14),
+(972,0,1887,3.14),
+(972,0,1962,2.02),
+(972,0,1963,2.02),
+(972,0,2038,2.81),
+(972,0,2039,2.81),
+(973,0,213,3.35),
+(973,0,214,3.35),
+(973,0,215,3.93),
+(973,0,216,3.93),
+(973,0,217,2.57),
+(973,0,218,2.57),
+(973,0,775,5.82),
+(973,0,776,5.82),
+(973,0,777,5.82),
+(973,0,778,5.82),
+(973,0,860,2.81),
+(973,0,861,2.81),
+(973,0,862,2.81),
+(973,0,863,2.81),
+(973,0,1030,3.91),
+(973,0,1031,3.91),
+(973,0,1032,3.91),
+(973,0,1033,3.91),
+(973,0,1319,0.23),
+(973,0,1320,0.23),
+(973,0,1365,0.15),
+(973,0,1366,0.15),
+(973,0,1411,0.35),
+(973,0,1412,0.35),
+(973,0,1457,0.28),
+(973,0,1458,0.28),
+(973,0,1503,0.25),
+(973,0,1504,0.25),
+(973,0,1811,2.67),
+(973,0,1812,2.67),
+(973,0,1849,1.75),
+(973,0,1850,1.75),
+(973,0,1887,3.95),
+(973,0,1888,3.95),
+(973,0,1963,2.23),
+(973,0,1964,2.23),
+(973,0,2039,3.23),
+(973,0,2040,3.23),
+(974,0,214,3.52),
+(974,0,216,3.77),
+(974,0,218,3.08),
+(974,0,287,3.08),
+(974,0,383,3.52),
+(974,0,409,3.77),
+(974,0,440,0.05),
+(974,0,441,0.05),
+(974,0,524,0.1),
+(974,0,778,5.6),
+(974,0,779,5.6),
+(974,0,780,5.6),
+(974,0,781,5.6),
+(974,0,863,2.95),
+(974,0,864,2.95),
+(974,0,865,2.95),
+(974,0,866,2.95),
+(974,0,1033,3.61),
+(974,0,1034,3.61),
+(974,0,1035,3.61),
+(974,0,1036,3.61),
+(974,0,1320,0.35),
+(974,0,1321,0.35),
+(974,0,1366,0.25),
+(974,0,1367,0.25),
+(974,0,1412,0.4),
+(974,0,1413,0.4),
+(974,0,1458,0.18),
+(974,0,1459,0.18),
+(974,0,1504,0.2),
+(974,0,1505,0.2),
+(974,0,1812,2.3),
+(974,0,1813,2.3),
+(974,0,1850,1.73),
+(974,0,1851,1.73),
+(974,0,1888,4.25),
+(974,0,1889,4.25),
+(974,0,1964,2.38),
+(974,0,1965,2.38),
+(974,0,2040,3.15),
+(974,0,2041,3.15),
+(975,0,287,5.75),
+(975,0,383,7),
+(975,0,409,7.95),
+(975,0,526,0.1),
+(975,0,608,0.03),
+(975,0,609,0.03),
+(975,0,610,0.03),
+(975,0,611,0.03),
+(975,0,778,5.9),
+(975,0,779,5.9),
+(975,0,780,5.9),
+(975,0,781,5.9),
+(975,0,863,3.24),
+(975,0,864,3.24),
+(975,0,865,3.24),
+(975,0,866,3.24),
+(975,0,948,0.03),
+(975,0,949,0.03),
+(975,0,950,0.03),
+(975,0,951,0.03),
+(975,0,1033,3.13),
+(975,0,1034,3.13),
+(975,0,1035,3.13),
+(975,0,1036,3.13),
+(975,0,1321,0.15),
+(975,0,1367,0.35),
+(975,0,1413,0.6),
+(975,0,1459,0.3),
+(975,0,1505,0.6),
+(975,0,1813,4.3),
+(975,0,1851,2.4),
+(975,0,1889,8.45),
+(975,0,1965,4.65),
+(975,0,2041,8.1),
+(980,0,5,2.85),
+(980,0,14,4.5),
+(980,0,15,4),
+(980,0,16,3.5),
+(980,0,17,4.5),
+(980,0,19,4),
+(980,0,25,2.85),
+(980,0,27,3.5),
+(980,0,29,0.1),
+(980,0,48,4.2),
+(980,0,62,4.2),
+(980,0,227,4.1),
+(980,0,228,4.9),
+(980,0,584,16.7),
+(980,0,754,11.3),
+(980,0,839,7.8),
+(980,0,1009,9.6),
+(980,0,1799,1),
+(980,0,1800,1),
+(980,0,1989,1.9),
+(980,0,1990,1.9),
+(980,0,2027,0.75),
+(980,0,2028,0.75),
+(981,0,17,4.2),
+(981,0,18,4.2),
+(981,0,19,4.35),
+(981,0,22,4.35),
+(981,0,25,2.85),
+(981,0,26,2.85),
+(981,0,27,3.25),
+(981,0,28,3.25),
+(981,0,62,3.85),
+(981,0,74,3.85),
+(981,0,227,1.13),
+(981,0,228,1.15),
+(981,0,229,1.13),
+(981,0,231,1.13),
+(981,0,238,1.13),
+(981,0,256,1.15),
+(981,0,501,1.15),
+(981,0,502,1.15),
+(981,0,584,4.18),
+(981,0,585,4.18),
+(981,0,586,4.18),
+(981,0,587,4.18),
+(981,0,674,0.1),
+(981,0,754,2.92),
+(981,0,755,2.92),
+(981,0,756,2.92),
+(981,0,757,2.92),
+(981,0,839,2.47),
+(981,0,840,2.47),
+(981,0,841,2.47),
+(981,0,842,2.47),
+(981,0,1009,2.6),
+(981,0,1010,2.6),
+(981,0,1011,2.6),
+(981,0,1012,2.6),
+(981,0,1800,0.7),
+(981,0,1801,0.7),
+(981,0,1990,1.45),
+(981,0,1991,1.45),
+(981,0,2028,0.5),
+(981,0,2029,0.5),
+(982,0,18,4.2),
+(982,0,22,4.07),
+(982,0,26,3.05),
+(982,0,28,3.75),
+(982,0,74,4.25),
+(982,0,89,4.25),
+(982,0,93,4.2),
+(982,0,94,3.05),
+(982,0,95,3.75),
+(982,0,96,4.07),
+(982,0,195,0.1),
+(982,0,233,2.2),
+(982,0,238,3.25),
+(982,0,502,3.85),
+(982,0,504,2.5),
+(982,0,587,14.7),
+(982,0,757,12.15),
+(982,0,842,8),
+(982,0,929,0.1),
+(982,0,1012,10.7),
+(982,0,1356,0.1),
+(982,0,1801,0.78),
+(982,0,1802,0.78),
+(982,0,1991,1.8),
+(982,0,1992,1.8),
+(982,0,2029,0.63),
+(982,0,2030,0.63),
+(983,0,89,4.65),
+(983,0,93,4.5),
+(983,0,94,2.85),
+(983,0,95,4.3),
+(983,0,96,3.88),
+(983,0,108,4.65),
+(983,0,111,4.5),
+(983,0,112,2.85),
+(983,0,113,4.3),
+(983,0,114,3.88),
+(983,0,232,1.11),
+(983,0,233,1.11),
+(983,0,234,1.11),
+(983,0,238,1.11),
+(983,0,502,1.3),
+(983,0,503,1.3),
+(983,0,504,1.3),
+(983,0,505,1.3),
+(983,0,587,3.49),
+(983,0,588,3.49),
+(983,0,589,3.49),
+(983,0,590,3.49),
+(983,0,757,2.98),
+(983,0,758,2.98),
+(983,0,759,2.98),
+(983,0,760,2.98),
+(983,0,842,1.51),
+(983,0,843,1.51),
+(983,0,844,1.51),
+(983,0,845,1.51),
+(983,0,847,1.42),
+(983,0,1012,2.69),
+(983,0,1013,2.69),
+(983,0,1014,2.69),
+(983,0,1015,2.69),
+(983,0,1802,0.85),
+(983,0,1803,0.85),
+(983,0,1992,1.82),
+(983,0,1993,1.82),
+(983,0,2030,0.58),
+(983,0,2031,0.58),
+(984,0,108,9),
+(984,0,111,8.6),
+(984,0,112,5.7),
+(984,0,113,8.4),
+(984,0,114,8.6),
+(984,0,234,1.06),
+(984,0,235,1.06),
+(984,0,236,1.06),
+(984,0,248,1.06),
+(984,0,505,1.29),
+(984,0,506,1.29),
+(984,0,507,1.29),
+(984,0,508,1.29),
+(984,0,590,3.53),
+(984,0,591,3.53),
+(984,0,592,3.53),
+(984,0,593,3.53),
+(984,0,760,2.87),
+(984,0,761,2.87),
+(984,0,762,2.87),
+(984,0,763,2.87),
+(984,0,845,1.73),
+(984,0,846,1.73),
+(984,0,847,1.73),
+(984,0,848,1.73),
+(984,0,1015,2.82),
+(984,0,1016,2.82),
+(984,0,1017,2.82),
+(984,0,1018,2.82),
+(984,0,1404,0.1),
+(984,0,1803,1.8),
+(984,0,1993,3.47),
+(984,0,2031,1.23),
+(985,0,128,8.95),
+(985,0,132,7.35),
+(985,0,133,5.65),
+(985,0,134,8.9),
+(985,0,135,8.1),
+(985,0,234,1.1),
+(985,0,235,1.1),
+(985,0,236,1.1),
+(985,0,248,1.1),
+(985,0,505,1.29),
+(985,0,506,1.29),
+(985,0,507,1.29),
+(985,0,508,1.29),
+(985,0,590,3.21),
+(985,0,591,3.21),
+(985,0,592,3.21),
+(985,0,593,3.21),
+(985,0,760,3.2),
+(985,0,761,3.2),
+(985,0,762,3.2),
+(985,0,763,3.2),
+(985,0,845,1.81),
+(985,0,846,1.81),
+(985,0,847,1.81),
+(985,0,848,1.81),
+(985,0,1015,3.05),
+(985,0,1016,3.05),
+(985,0,1017,3.05),
+(985,0,1018,3.05),
+(985,0,1804,1.8),
+(985,0,1994,3.6),
+(985,0,2032,1.1),
+(986,0,128,9.37),
+(986,0,132,3.48),
+(986,0,133,2.97),
+(986,0,134,4.6),
+(986,0,135,4.4),
+(986,0,151,3.48),
+(986,0,152,2.97),
+(986,0,153,4.6),
+(986,0,154,4.4),
+(986,0,237,0.95),
+(986,0,247,0.95),
+(986,0,248,0.95),
+(986,0,249,0.95),
+(986,0,508,1.33),
+(986,0,509,1.33),
+(986,0,510,1.33),
+(986,0,511,1.33),
+(986,0,593,3.02),
+(986,0,594,3.02),
+(986,0,595,3.02),
+(986,0,596,3.02),
+(986,0,763,3.28),
+(986,0,764,3.28),
+(986,0,765,3.28),
+(986,0,766,3.28),
+(986,0,848,1.48),
+(986,0,849,1.48),
+(986,0,850,1.48),
+(986,0,851,1.48),
+(986,0,1018,3.07),
+(986,0,1019,3.07),
+(986,0,1020,3.07),
+(986,0,1021,3.07),
+(986,0,1804,0.88),
+(986,0,1805,0.88),
+(986,0,1994,2.05),
+(986,0,1995,2.05),
+(986,0,2032,0.65),
+(986,0,2033,0.65),
+(987,0,151,3.53),
+(987,0,152,3),
+(987,0,153,4.23),
+(987,0,154,4.38),
+(987,0,167,3.53),
+(987,0,174,3),
+(987,0,179,4.23),
+(987,0,184,4.38),
+(987,0,237,1.02),
+(987,0,247,1.02),
+(987,0,248,1.02),
+(987,0,249,1.02),
+(987,0,508,1.32),
+(987,0,509,1.32),
+(987,0,510,1.32),
+(987,0,511,1.32),
+(987,0,593,3.14),
+(987,0,594,3.14),
+(987,0,595,3.14),
+(987,0,596,3.14),
+(987,0,763,3.47),
+(987,0,764,3.47),
+(987,0,765,3.47),
+(987,0,766,3.47),
+(987,0,848,1.63),
+(987,0,849,1.63),
+(987,0,850,1.63),
+(987,0,851,1.63),
+(987,0,1018,3.13),
+(987,0,1019,3.13),
+(987,0,1020,3.13),
+(987,0,1021,3.13),
+(987,0,1608,9.03),
+(987,0,1805,0.85),
+(987,0,1806,0.85),
+(987,0,1995,1.55),
+(987,0,1996,1.55),
+(987,0,2033,0.53),
+(987,0,2034,0.53),
+(988,0,167,3.38),
+(988,0,168,3.38),
+(988,0,174,3.27),
+(988,0,175,3.27),
+(988,0,179,4.73),
+(988,0,180,4.73),
+(988,0,184,4.15),
+(988,0,185,4.15),
+(988,0,247,1),
+(988,0,250,1),
+(988,0,251,1),
+(988,0,252,1),
+(988,0,511,1.16),
+(988,0,512,1.16),
+(988,0,513,1.16),
+(988,0,514,1.16),
+(988,0,596,2.68),
+(988,0,597,2.68),
+(988,0,598,2.68),
+(988,0,599,2.68),
+(988,0,766,3.7),
+(988,0,767,3.7),
+(988,0,768,3.7),
+(988,0,769,3.7),
+(988,0,851,1.56),
+(988,0,852,1.56),
+(988,0,853,1.56),
+(988,0,854,1.56),
+(988,0,1021,3.16),
+(988,0,1022,3.16),
+(988,0,1023,3.16),
+(988,0,1024,3.16),
+(988,0,1608,4.63),
+(988,0,1609,4.63),
+(988,0,1806,0.9),
+(988,0,1807,0.9),
+(988,0,1996,1.78),
+(988,0,1997,1.78),
+(988,0,2034,0.7),
+(988,0,2035,0.7),
+(989,0,168,3.83),
+(989,0,171,3.83),
+(989,0,175,2.52),
+(989,0,176,2.52),
+(989,0,180,4),
+(989,0,181,4),
+(989,0,185,4.32),
+(989,0,186,4.32),
+(989,0,599,17.87),
+(989,0,769,13.87),
+(989,0,854,5.6),
+(989,0,1024,11.23),
+(989,0,1194,4.87),
+(989,0,1609,5.28),
+(989,0,1610,5.28),
+(989,0,1807,0.93),
+(989,0,1808,0.93),
+(989,0,1997,1.83),
+(989,0,1998,1.83),
+(989,0,2035,0.58),
+(989,0,2036,0.58),
+(990,0,171,7.2),
+(990,0,176,4.8),
+(990,0,181,8.07),
+(990,0,186,8.73),
+(990,0,599,4.34),
+(990,0,600,4.34),
+(990,0,601,4.34),
+(990,0,602,4.34),
+(990,0,769,3.38),
+(990,0,770,3.38),
+(990,0,771,3.38),
+(990,0,772,3.38),
+(990,0,854,1.34),
+(990,0,855,1.34),
+(990,0,856,1.34),
+(990,0,857,1.34),
+(990,0,1024,2.97),
+(990,0,1025,2.97),
+(990,0,1026,2.97),
+(990,0,1027,2.97),
+(990,0,1194,1.07),
+(990,0,1195,1.07),
+(990,0,1196,1.07),
+(990,0,1197,1.07),
+(990,0,1610,11.33),
+(990,0,1808,2.27),
+(990,0,1998,3.83),
+(990,0,2036,1.37),
+(991,0,172,7.35),
+(991,0,177,4.95),
+(991,0,182,7.35),
+(991,0,187,8.7),
+(991,0,602,4.61),
+(991,0,603,4.61),
+(991,0,604,4.61),
+(991,0,605,4.61),
+(991,0,772,3.15),
+(991,0,773,3.15),
+(991,0,774,3.15),
+(991,0,775,3.15),
+(991,0,857,1.36),
+(991,0,858,1.36),
+(991,0,859,1.36),
+(991,0,860,1.36),
+(991,0,1027,2.91),
+(991,0,1028,2.91),
+(991,0,1029,2.91),
+(991,0,1030,2.91),
+(991,0,1197,1.13),
+(991,0,1198,1.13),
+(991,0,1199,1.13),
+(991,0,1200,1.13),
+(991,0,1611,10.55),
+(991,0,1809,2.85),
+(991,0,1999,3.8),
+(991,0,2037,1.7),
+(992,0,173,7.08),
+(992,0,178,4.96),
+(992,0,183,7.5),
+(992,0,188,8.7),
+(992,0,602,4.28),
+(992,0,603,4.28),
+(992,0,604,4.28),
+(992,0,605,4.28),
+(992,0,772,3.49),
+(992,0,773,3.49),
+(992,0,774,3.49),
+(992,0,775,3.49),
+(992,0,857,1.43),
+(992,0,858,1.43),
+(992,0,859,1.43),
+(992,0,860,1.43),
+(992,0,1027,3.08),
+(992,0,1028,3.08),
+(992,0,1029,3.08),
+(992,0,1030,3.08),
+(992,0,1197,1.18),
+(992,0,1198,1.18),
+(992,0,1199,1.18),
+(992,0,1200,1.18),
+(992,0,1607,10.4),
+(992,0,1810,2.22),
+(992,0,2000,3.98),
+(992,0,2038,1.36),
+(993,0,173,3.5),
+(993,0,178,2.3),
+(993,0,183,3.13),
+(993,0,188,4.15),
+(993,0,211,3.5),
+(993,0,213,2.3),
+(993,0,215,3.13),
+(993,0,217,4.15),
+(993,0,605,4.4),
+(993,0,606,4.4),
+(993,0,607,4.4),
+(993,0,608,4.4),
+(993,0,775,3.39),
+(993,0,776,3.39),
+(993,0,777,3.39),
+(993,0,778,3.39),
+(993,0,860,1.56),
+(993,0,861,1.56),
+(993,0,862,1.56),
+(993,0,863,1.56),
+(993,0,1030,2.59),
+(993,0,1031,2.59),
+(993,0,1032,2.59),
+(993,0,1033,2.59),
+(993,0,1200,1.04),
+(993,0,1201,1.04),
+(993,0,1202,1.04),
+(993,0,1203,1.04),
+(993,0,1318,0.13),
+(993,0,1319,0.13),
+(993,0,1364,0.13),
+(993,0,1365,0.13),
+(993,0,1410,0.15),
+(993,0,1411,0.15),
+(993,0,1456,0.18),
+(993,0,1457,0.18),
+(993,0,1502,0.13),
+(993,0,1503,0.13),
+(993,0,1607,5.85),
+(993,0,1612,5.85),
+(993,0,1810,1.23),
+(993,0,1811,1.23),
+(993,0,2000,2.28),
+(993,0,2001,2.28),
+(993,0,2038,0.92),
+(993,0,2039,0.92),
+(994,0,211,4.15),
+(994,0,212,4.15),
+(994,0,213,2.23),
+(994,0,214,2.23),
+(994,0,215,2.93),
+(994,0,216,2.93),
+(994,0,217,4.25),
+(994,0,218,4.25),
+(994,0,605,4.86),
+(994,0,606,4.86),
+(994,0,607,4.86),
+(994,0,608,4.86),
+(994,0,775,2.94),
+(994,0,776,2.94),
+(994,0,777,2.94),
+(994,0,778,2.94),
+(994,0,860,1.69),
+(994,0,861,1.69),
+(994,0,862,1.69),
+(994,0,863,1.69),
+(994,0,1030,2.16),
+(994,0,1031,2.16),
+(994,0,1032,2.16),
+(994,0,1033,2.16),
+(994,0,1200,1.29),
+(994,0,1201,1.29),
+(994,0,1202,1.29),
+(994,0,1203,1.29),
+(994,0,1319,0.1),
+(994,0,1320,0.1),
+(994,0,1365,0.15),
+(994,0,1366,0.15),
+(994,0,1411,0.2),
+(994,0,1412,0.2),
+(994,0,1457,0.13),
+(994,0,1458,0.13),
+(994,0,1503,0.13),
+(994,0,1504,0.13),
+(994,0,1612,5.5),
+(994,0,1613,5.5),
+(994,0,1811,1.25),
+(994,0,1812,1.25),
+(994,0,2001,2.27),
+(994,0,2002,2.27),
+(994,0,2039,0.93),
+(994,0,2040,0.93),
+(995,0,121,0.1),
+(995,0,212,4.75),
+(995,0,214,2.38),
+(995,0,216,2.23),
+(995,0,218,4.33),
+(995,0,267,4.75),
+(995,0,287,4.33),
+(995,0,383,2.38),
+(995,0,409,2.23),
+(995,0,608,5.39),
+(995,0,609,5.39),
+(995,0,610,5.39),
+(995,0,611,5.39),
+(995,0,694,0.1),
+(995,0,778,2.84),
+(995,0,779,2.84),
+(995,0,780,2.84),
+(995,0,781,2.84),
+(995,0,863,1.79),
+(995,0,864,1.79),
+(995,0,865,1.79),
+(995,0,866,1.79),
+(995,0,1033,2.04),
+(995,0,1034,2.04),
+(995,0,1035,2.04),
+(995,0,1036,2.04),
+(995,0,1203,1.21),
+(995,0,1204,1.21),
+(995,0,1205,1.21),
+(995,0,1206,1.21),
+(995,0,1320,0.1),
+(995,0,1321,0.1),
+(995,0,1366,0.2),
+(995,0,1367,0.2),
+(995,0,1412,0.23),
+(995,0,1413,0.23),
+(995,0,1458,0.18),
+(995,0,1459,0.18),
+(995,0,1504,0.2),
+(995,0,1505,0.2),
+(995,0,1613,5.05),
+(995,0,1614,5.05),
+(995,0,1812,1.02),
+(995,0,1813,1.02),
+(995,0,2002,1.85),
+(995,0,2003,1.85),
+(995,0,2040,0.92),
+(995,0,2041,0.92),
+(996,0,267,9.3),
+(996,0,287,10.1),
+(996,0,383,4.1),
+(996,0,409,4.3),
+(996,0,608,6.22),
+(996,0,609,6.22),
+(996,0,610,6.22),
+(996,0,611,6.22),
+(996,0,778,3.05),
+(996,0,779,3.05),
+(996,0,780,3.05),
+(996,0,781,3.05),
+(996,0,863,1.38),
+(996,0,864,1.38),
+(996,0,865,1.38),
+(996,0,866,1.38),
+(996,0,1033,1.95),
+(996,0,1034,1.95),
+(996,0,1035,1.95),
+(996,0,1036,1.95),
+(996,0,1203,1.05),
+(996,0,1204,1.05),
+(996,0,1205,1.05),
+(996,0,1206,1.05),
+(996,0,1321,0.1),
+(996,0,1367,0.7),
+(996,0,1413,0.4),
+(996,0,1459,1.1),
+(996,0,1505,0.5),
+(996,0,1614,8.5),
+(996,0,1813,1.6),
+(996,0,2003,2.9),
+(996,0,2041,1.7),
+(1002,0,19,3.6),
+(1002,0,22,3.6),
+(1002,0,23,5.23),
+(1002,0,24,5.23),
+(1002,0,62,4.6),
+(1002,0,74,4.6),
+(1002,0,584,0.77),
+(1002,0,585,0.77),
+(1002,0,586,0.77),
+(1002,0,587,0.77),
+(1002,0,669,0.85),
+(1002,0,670,0.85),
+(1002,0,671,0.85),
+(1002,0,672,0.85),
+(1002,0,839,0.95),
+(1002,0,840,0.95),
+(1002,0,841,0.95),
+(1002,0,842,0.95),
+(1002,0,924,1.15),
+(1002,0,925,1.15),
+(1002,0,926,1.15),
+(1002,0,927,1.15),
+(1002,0,1009,1.55),
+(1002,0,1010,1.55),
+(1002,0,1011,1.55),
+(1002,0,1012,1.55),
+(1002,0,1094,1.9),
+(1002,0,1095,1.9),
+(1002,0,1096,1.9),
+(1002,0,1097,1.9),
+(1002,0,1179,10.81),
+(1002,0,1180,10.81),
+(1002,0,1181,10.81),
+(1002,0,1182,10.81),
+(1002,0,1704,0.1),
+(1002,0,2028,0.6),
+(1002,0,2029,0.6),
+(1003,0,22,4.15),
+(1003,0,24,5.73),
+(1003,0,31,0.1),
+(1003,0,74,5.28),
+(1003,0,89,5.28),
+(1003,0,96,4.15),
+(1003,0,97,5.73),
+(1003,0,587,3),
+(1003,0,672,3.15),
+(1003,0,758,0.1),
+(1003,0,842,3.85),
+(1003,0,927,4.7),
+(1003,0,1012,6.4),
+(1003,0,1097,8),
+(1003,0,1182,39.6),
+(1003,0,1494,0.1),
+(1003,0,2029,0.5),
+(1003,0,2030,0.5),
+(1004,0,89,5.55),
+(1004,0,96,3.73),
+(1004,0,97,5.55),
+(1004,0,108,5.55),
+(1004,0,114,3.73),
+(1004,0,115,5.55),
+(1004,0,587,0.68),
+(1004,0,588,0.68),
+(1004,0,589,0.68),
+(1004,0,590,0.68),
+(1004,0,672,0.82),
+(1004,0,673,0.82),
+(1004,0,674,0.82),
+(1004,0,675,0.82),
+(1004,0,842,0.84),
+(1004,0,843,0.84),
+(1004,0,844,0.84),
+(1004,0,845,0.84),
+(1004,0,927,1.23),
+(1004,0,928,1.23),
+(1004,0,929,1.23),
+(1004,0,930,1.23),
+(1004,0,1012,1.78),
+(1004,0,1013,1.78),
+(1004,0,1014,1.78),
+(1004,0,1015,1.78),
+(1004,0,1097,2.15),
+(1004,0,1098,2.15),
+(1004,0,1099,2.15),
+(1004,0,1100,2.15),
+(1004,0,1182,9.8),
+(1004,0,1183,9.8),
+(1004,0,1184,9.8),
+(1004,0,1185,9.8),
+(1004,0,1840,0.1),
+(1004,0,1878,0.1),
+(1004,0,2030,0.55),
+(1004,0,2031,0.55),
+(1005,0,108,10.2),
+(1005,0,114,9),
+(1005,0,115,10.5),
+(1005,0,590,0.77),
+(1005,0,591,0.77),
+(1005,0,592,0.77),
+(1005,0,593,0.77),
+(1005,0,675,0.77),
+(1005,0,676,0.77),
+(1005,0,677,0.77),
+(1005,0,678,0.77),
+(1005,0,845,0.95),
+(1005,0,846,0.95),
+(1005,0,847,0.95),
+(1005,0,848,0.95),
+(1005,0,930,1.23),
+(1005,0,931,1.23),
+(1005,0,932,1.23),
+(1005,0,933,1.23),
+(1005,0,1015,1.92),
+(1005,0,1016,1.92),
+(1005,0,1017,1.92),
+(1005,0,1018,1.92),
+(1005,0,1100,2.05),
+(1005,0,1101,2.05),
+(1005,0,1102,2.05),
+(1005,0,1103,2.05),
+(1005,0,1185,9.57),
+(1005,0,1186,9.57),
+(1005,0,1187,9.57),
+(1005,0,1188,9.57),
+(1005,0,2031,1.1),
+(1006,0,31,0.1),
+(1006,0,128,10.7),
+(1006,0,135,9.05),
+(1006,0,136,10.8),
+(1006,0,590,0.7),
+(1006,0,591,0.7),
+(1006,0,592,0.7),
+(1006,0,593,0.7),
+(1006,0,675,0.69),
+(1006,0,676,0.69),
+(1006,0,677,0.69),
+(1006,0,678,0.69),
+(1006,0,845,0.82),
+(1006,0,846,0.82),
+(1006,0,847,0.82),
+(1006,0,848,0.82),
+(1006,0,930,1.22),
+(1006,0,931,1.22),
+(1006,0,932,1.22),
+(1006,0,933,1.22),
+(1006,0,1015,2.04),
+(1006,0,1016,2.04),
+(1006,0,1017,2.04),
+(1006,0,1018,2.04),
+(1006,0,1100,2.13),
+(1006,0,1101,2.13),
+(1006,0,1102,2.13),
+(1006,0,1103,2.13),
+(1006,0,1185,9.51),
+(1006,0,1186,9.51),
+(1006,0,1187,9.51),
+(1006,0,1188,9.51),
+(1006,0,1704,0.1),
+(1006,0,1875,0.1),
+(1006,0,1913,0.1),
+(1006,0,2032,0.95),
+(1007,0,128,11.87),
+(1007,0,135,4.55),
+(1007,0,136,5.58),
+(1007,0,154,4.55),
+(1007,0,155,5.58),
+(1007,0,593,0.63),
+(1007,0,594,0.63),
+(1007,0,595,0.63),
+(1007,0,596,0.63),
+(1007,0,678,0.65),
+(1007,0,679,0.65),
+(1007,0,680,0.65),
+(1007,0,681,0.65),
+(1007,0,848,0.77),
+(1007,0,849,0.77),
+(1007,0,850,0.77),
+(1007,0,851,0.77),
+(1007,0,933,1.3),
+(1007,0,934,1.3),
+(1007,0,935,1.3),
+(1007,0,936,1.3),
+(1007,0,1018,2.1),
+(1007,0,1019,2.1),
+(1007,0,1020,2.1),
+(1007,0,1021,2.1),
+(1007,0,1103,2.32),
+(1007,0,1104,2.32),
+(1007,0,1105,2.32),
+(1007,0,1106,2.32),
+(1007,0,1188,8.9),
+(1007,0,1189,8.9),
+(1007,0,1190,8.9),
+(1007,0,1191,8.9),
+(1007,0,2032,0.63),
+(1007,0,2033,0.63),
+(1008,0,154,4.58),
+(1008,0,155,5.4),
+(1008,0,184,4.58),
+(1008,0,189,5.4),
+(1008,0,593,0.57),
+(1008,0,594,0.57),
+(1008,0,595,0.57),
+(1008,0,596,0.57),
+(1008,0,678,0.63),
+(1008,0,679,0.63),
+(1008,0,680,0.63),
+(1008,0,681,0.63),
+(1008,0,848,0.72),
+(1008,0,849,0.72),
+(1008,0,850,0.72),
+(1008,0,851,0.72),
+(1008,0,933,1.4),
+(1008,0,934,1.4),
+(1008,0,935,1.4),
+(1008,0,936,1.4),
+(1008,0,1018,2.14),
+(1008,0,1019,2.14),
+(1008,0,1020,2.14),
+(1008,0,1021,2.14),
+(1008,0,1103,2.3),
+(1008,0,1104,2.3),
+(1008,0,1105,2.3),
+(1008,0,1106,2.3),
+(1008,0,1188,9.01),
+(1008,0,1189,9.01),
+(1008,0,1190,9.01),
+(1008,0,1191,9.01),
+(1008,0,1608,11.75),
+(1008,0,2033,0.58),
+(1008,0,2034,0.58),
+(1009,0,184,4.87),
+(1009,0,185,4.87),
+(1009,0,189,5.27),
+(1009,0,190,5.27),
+(1009,0,596,0.6),
+(1009,0,597,0.6),
+(1009,0,598,0.6),
+(1009,0,599,0.6),
+(1009,0,681,0.62),
+(1009,0,682,0.62),
+(1009,0,683,0.62),
+(1009,0,684,0.62),
+(1009,0,851,0.82),
+(1009,0,852,0.82),
+(1009,0,853,0.82),
+(1009,0,854,0.82),
+(1009,0,936,1.38),
+(1009,0,937,1.38),
+(1009,0,938,1.38),
+(1009,0,939,1.38),
+(1009,0,1021,2.24),
+(1009,0,1022,2.24),
+(1009,0,1023,2.24),
+(1009,0,1024,2.24),
+(1009,0,1106,2.39),
+(1009,0,1107,2.39),
+(1009,0,1108,2.39),
+(1009,0,1109,2.39),
+(1009,0,1191,8.85),
+(1009,0,1192,8.85),
+(1009,0,1193,8.85),
+(1009,0,1194,8.85),
+(1009,0,1608,5.55),
+(1009,0,1609,5.55),
+(1009,0,2034,0.5),
+(1009,0,2035,0.5),
+(1010,0,168,2.88),
+(1010,0,171,2.88),
+(1010,0,175,2.13),
+(1010,0,176,2.13),
+(1010,0,180,2.83),
+(1010,0,181,2.83),
+(1010,0,185,2),
+(1010,0,186,2),
+(1010,0,251,12.35),
+(1010,0,514,14.8),
+(1010,0,599,9.7),
+(1010,0,769,9.4),
+(1010,0,854,6.35),
+(1010,0,1024,12.9),
+(1010,0,1609,5.88),
+(1010,0,1610,5.88),
+(1010,0,1807,0.4),
+(1010,0,1808,0.4),
+(1010,0,1997,0.82),
+(1010,0,1998,0.82),
+(1010,0,2035,0.33),
+(1010,0,2036,0.33),
+(1010,0,2075,0.03),
+(1010,0,2076,0.03),
+(1010,0,2077,0.03),
+(1011,0,171,5.82),
+(1011,0,176,3.9),
+(1011,0,181,5.78),
+(1011,0,186,4.35),
+(1011,0,251,2.78),
+(1011,0,253,2.78),
+(1011,0,254,2.78),
+(1011,0,255,2.78),
+(1011,0,514,3.59),
+(1011,0,515,3.59),
+(1011,0,516,3.59),
+(1011,0,517,3.59),
+(1011,0,599,2.46),
+(1011,0,600,2.46),
+(1011,0,601,2.46),
+(1011,0,602,2.46),
+(1011,0,769,2.3),
+(1011,0,770,2.3),
+(1011,0,771,2.3),
+(1011,0,772,2.3),
+(1011,0,854,1.63),
+(1011,0,855,1.63),
+(1011,0,856,1.63),
+(1011,0,857,1.63),
+(1011,0,1024,3.41),
+(1011,0,1025,3.41),
+(1011,0,1026,3.41),
+(1011,0,1027,3.41),
+(1011,0,1610,12.1),
+(1011,0,1808,1),
+(1011,0,1998,1.67),
+(1011,0,2036,0.65),
+(1012,0,172,5.45),
+(1012,0,177,4.1),
+(1012,0,182,5.95),
+(1012,0,187,4.2),
+(1012,0,254,2.99),
+(1012,0,435,2.99),
+(1012,0,436,2.99),
+(1012,0,437,2.99),
+(1012,0,517,3.65),
+(1012,0,518,3.65),
+(1012,0,519,3.65),
+(1012,0,520,3.65),
+(1012,0,602,2.36),
+(1012,0,603,2.36),
+(1012,0,604,2.36),
+(1012,0,605,2.36),
+(1012,0,772,2.38),
+(1012,0,773,2.38),
+(1012,0,774,2.38),
+(1012,0,775,2.38),
+(1012,0,857,1.57),
+(1012,0,858,1.57),
+(1012,0,859,1.57),
+(1012,0,860,1.57),
+(1012,0,1027,3.48),
+(1012,0,1028,3.48),
+(1012,0,1029,3.48),
+(1012,0,1030,3.48),
+(1012,0,1611,11.45),
+(1012,0,1809,1.1),
+(1012,0,1999,1.7),
+(1012,0,2037,0.55),
+(1013,0,173,5.7),
+(1013,0,178,3.87),
+(1013,0,183,5.57),
+(1013,0,188,4.47),
+(1013,0,254,3),
+(1013,0,435,3),
+(1013,0,436,3),
+(1013,0,437,3),
+(1013,0,517,3.73),
+(1013,0,518,3.73),
+(1013,0,519,3.73),
+(1013,0,520,3.73),
+(1013,0,602,2.36),
+(1013,0,603,2.36),
+(1013,0,604,2.36),
+(1013,0,605,2.36),
+(1013,0,772,2.24),
+(1013,0,773,2.24),
+(1013,0,774,2.24),
+(1013,0,775,2.24),
+(1013,0,857,1.78),
+(1013,0,858,1.78),
+(1013,0,859,1.78),
+(1013,0,860,1.78),
+(1013,0,1027,3.28),
+(1013,0,1028,3.28),
+(1013,0,1029,3.28),
+(1013,0,1030,3.28),
+(1013,0,1607,11.87),
+(1013,0,1810,0.73),
+(1013,0,2000,1.7),
+(1013,0,2038,0.57),
+(1014,0,173,2.73),
+(1014,0,178,1.85),
+(1014,0,183,2.38),
+(1014,0,188,2),
+(1014,0,211,2.73),
+(1014,0,213,1.85),
+(1014,0,215,2.38),
+(1014,0,217,2),
+(1014,0,437,2.82),
+(1014,0,438,2.82),
+(1014,0,439,2.82),
+(1014,0,440,2.82),
+(1014,0,520,3.56),
+(1014,0,521,3.56),
+(1014,0,522,3.56),
+(1014,0,523,3.56),
+(1014,0,605,2.13),
+(1014,0,606,2.13),
+(1014,0,607,2.13),
+(1014,0,608,2.13),
+(1014,0,775,2.23),
+(1014,0,776,2.23),
+(1014,0,777,2.23),
+(1014,0,778,2.23),
+(1014,0,860,1.78),
+(1014,0,861,1.78),
+(1014,0,862,1.78),
+(1014,0,863,1.78),
+(1014,0,1030,3.01),
+(1014,0,1031,3.01),
+(1014,0,1032,3.01),
+(1014,0,1033,3.01),
+(1014,0,1318,0.25),
+(1014,0,1319,0.25),
+(1014,0,1364,0.33),
+(1014,0,1365,0.33),
+(1014,0,1410,0.48),
+(1014,0,1411,0.48),
+(1014,0,1456,0.33),
+(1014,0,1457,0.33),
+(1014,0,1502,0.2),
+(1014,0,1503,0.2),
+(1014,0,1607,6.52),
+(1014,0,1612,6.52),
+(1014,0,1810,0.65),
+(1014,0,1811,0.65),
+(1014,0,2000,0.9),
+(1014,0,2001,0.9),
+(1014,0,2038,0.35),
+(1014,0,2039,0.35),
+(1015,0,211,3.25),
+(1015,0,212,3.25),
+(1015,0,213,1.98),
+(1015,0,214,1.98),
+(1015,0,215,2.2),
+(1015,0,216,2.2),
+(1015,0,217,2),
+(1015,0,218,2),
+(1015,0,437,2.76),
+(1015,0,438,2.76),
+(1015,0,439,2.76),
+(1015,0,440,2.76),
+(1015,0,520,3.29),
+(1015,0,521,3.29),
+(1015,0,522,3.29),
+(1015,0,523,3.29),
+(1015,0,605,2.52),
+(1015,0,606,2.52),
+(1015,0,607,2.52),
+(1015,0,608,2.52),
+(1015,0,775,2.03),
+(1015,0,776,2.03),
+(1015,0,777,2.03),
+(1015,0,778,2.03),
+(1015,0,860,1.98),
+(1015,0,861,1.98),
+(1015,0,862,1.98),
+(1015,0,863,1.98),
+(1015,0,1030,2.63),
+(1015,0,1031,2.63),
+(1015,0,1032,2.63),
+(1015,0,1033,2.63),
+(1015,0,1319,0.2),
+(1015,0,1320,0.2),
+(1015,0,1365,0.33),
+(1015,0,1366,0.33),
+(1015,0,1411,0.4),
+(1015,0,1412,0.4),
+(1015,0,1457,0.35),
+(1015,0,1458,0.38),
+(1015,0,1503,0.35),
+(1015,0,1504,0.35),
+(1015,0,1612,6.75),
+(1015,0,1613,6.75),
+(1015,0,1811,0.58),
+(1015,0,1812,0.58),
+(1015,0,2001,0.9),
+(1015,0,2002,0.9),
+(1015,0,2039,0.42),
+(1015,0,2040,0.42),
+(1016,0,212,3.77),
+(1016,0,214,1.8),
+(1016,0,216,2.32),
+(1016,0,218,1.92),
+(1016,0,267,3.77),
+(1016,0,287,1.92),
+(1016,0,383,1.8),
+(1016,0,409,2.32),
+(1016,0,440,3),
+(1016,0,441,3),
+(1016,0,442,3),
+(1016,0,443,3),
+(1016,0,523,3.19),
+(1016,0,524,3.19),
+(1016,0,525,3.19),
+(1016,0,526,3.19),
+(1016,0,608,2.86),
+(1016,0,609,2.86),
+(1016,0,610,2.86),
+(1016,0,611,2.86),
+(1016,0,778,1.8),
+(1016,0,779,1.8),
+(1016,0,780,1.8),
+(1016,0,781,1.8),
+(1016,0,863,2.08),
+(1016,0,864,2.08),
+(1016,0,865,2.08),
+(1016,0,866,2.08),
+(1016,0,1033,2.55),
+(1016,0,1034,2.55),
+(1016,0,1035,2.55),
+(1016,0,1036,2.55),
+(1016,0,1320,0.2),
+(1016,0,1321,0.2),
+(1016,0,1366,0.38),
+(1016,0,1367,0.38),
+(1016,0,1412,0.28),
+(1016,0,1413,0.28),
+(1016,0,1458,0.2),
+(1016,0,1459,0.2),
+(1016,0,1504,0.35),
+(1016,0,1505,0.35),
+(1016,0,1613,6.1),
+(1016,0,1614,6.1),
+(1016,0,1812,0.45),
+(1016,0,1813,0.45),
+(1016,0,2002,0.82),
+(1016,0,2003,0.82),
+(1016,0,2040,0.38),
+(1016,0,2041,0.38),
+(1016,0,2118,0.03),
+(1016,0,2119,0.03),
+(1016,0,2120,0.03),
+(1016,0,2121,0.03),
+(1017,0,267,8.8),
+(1017,0,287,3.8),
+(1017,0,383,4.2),
+(1017,0,409,3.1),
+(1017,0,440,2.7),
+(1017,0,441,2.7),
+(1017,0,442,2.7),
+(1017,0,443,2.7),
+(1017,0,523,2.63),
+(1017,0,524,2.63),
+(1017,0,525,2.63),
+(1017,0,526,2.63),
+(1017,0,608,3.13),
+(1017,0,609,3.13),
+(1017,0,610,3.13),
+(1017,0,611,3.13),
+(1017,0,778,2.08),
+(1017,0,779,2.08),
+(1017,0,780,2.08),
+(1017,0,781,2.08),
+(1017,0,863,2.15),
+(1017,0,864,2.15),
+(1017,0,865,2.15),
+(1017,0,866,2.15),
+(1017,0,1033,2.45),
+(1017,0,1034,2.45),
+(1017,0,1035,2.45),
+(1017,0,1036,2.45),
+(1017,0,1321,0.3),
+(1017,0,1367,0.9),
+(1017,0,1413,1.8),
+(1017,0,1459,0.4),
+(1017,0,1505,1),
+(1017,0,1614,11.7),
+(1017,0,1813,1.1),
+(1017,0,2003,2),
+(1017,0,2041,0.6),
+(1043,0,5,3.55),
+(1043,0,15,2.6),
+(1043,0,16,3.35),
+(1043,0,19,2.6),
+(1043,0,25,3.55),
+(1043,0,27,3.35),
+(1043,0,754,20.3),
+(1043,0,839,14.7),
+(1043,0,1009,6.85),
+(1043,0,1011,6.85),
+(1043,0,1799,2.8),
+(1043,0,1800,2.8),
+(1043,0,1837,2.25),
+(1043,0,1838,2.25),
+(1043,0,1875,2.4),
+(1043,0,1876,2.4),
+(1043,0,1913,2.95),
+(1043,0,1914,2.95),
+(1043,0,1951,3),
+(1043,0,1952,3),
+(1043,0,2027,2.75),
+(1043,0,2028,2.75),
+(1044,0,19,3.05),
+(1044,0,22,3.05),
+(1044,0,25,3.55),
+(1044,0,26,3.55),
+(1044,0,27,3.6),
+(1044,0,28,3.6),
+(1044,0,137,0.1),
+(1044,0,754,5.2),
+(1044,0,755,5.2),
+(1044,0,756,5.2),
+(1044,0,757,5.2),
+(1044,0,839,3.88),
+(1044,0,840,3.88),
+(1044,0,841,3.88),
+(1044,0,842,3.88),
+(1044,0,1009,3.63),
+(1044,0,1010,3.63),
+(1044,0,1011,3.63),
+(1044,0,1012,3.63),
+(1044,0,1800,2.9),
+(1044,0,1801,2.9),
+(1044,0,1838,1.7),
+(1044,0,1839,1.7),
+(1044,0,1876,3.3),
+(1044,0,1877,3.3),
+(1044,0,1952,2.6),
+(1044,0,1953,2.6),
+(1044,0,2028,3.95),
+(1044,0,2029,3.95),
+(1045,0,22,2.81),
+(1045,0,26,3.91),
+(1045,0,28,4.44),
+(1045,0,94,3.91),
+(1045,0,95,4.44),
+(1045,0,96,2.81),
+(1045,0,502,0.1),
+(1045,0,757,17.45),
+(1045,0,758,9.7),
+(1045,0,842,13.5),
+(1045,0,928,0.1),
+(1045,0,1012,15.45),
+(1045,0,1356,0.1),
+(1045,0,1707,0.1),
+(1045,0,1801,2.91),
+(1045,0,1802,2.91),
+(1045,0,1837,0.93),
+(1045,0,1838,0.93),
+(1045,0,1839,1.58),
+(1045,0,1840,1.58),
+(1045,0,1875,1.65),
+(1045,0,1876,1.65),
+(1045,0,1877,2.85),
+(1045,0,1878,2.85),
+(1045,0,1915,0.1),
+(1045,0,1951,1.23),
+(1045,0,1952,1.23),
+(1045,0,1953,2.28),
+(1045,0,1954,2.28),
+(1045,0,2029,3.84),
+(1045,0,2030,3.84),
+(1047,0,112,6.7),
+(1047,0,113,9.85),
+(1047,0,114,6.15),
+(1047,0,198,0.1),
+(1047,0,760,4.6),
+(1047,0,761,4.6),
+(1047,0,762,4.6),
+(1047,0,763,4.6),
+(1047,0,845,2.59),
+(1047,0,846,2.59),
+(1047,0,847,2.59),
+(1047,0,848,2.59),
+(1047,0,1015,4.13),
+(1047,0,1016,4.13),
+(1047,0,1017,4.13),
+(1047,0,1018,4.13),
+(1047,0,1803,7.25),
+(1047,0,1841,3.6),
+(1047,0,1879,6.75),
+(1047,0,1955,5.55),
+(1047,0,2031,9.1),
+(1048,0,133,7.05),
+(1048,0,134,9.8),
+(1048,0,135,5.7),
+(1048,0,760,4.98),
+(1048,0,761,4.98),
+(1048,0,762,4.98),
+(1048,0,763,4.98),
+(1048,0,845,2.81),
+(1048,0,846,2.81),
+(1048,0,847,2.81),
+(1048,0,848,2.81),
+(1048,0,1015,4.27),
+(1048,0,1016,4.27),
+(1048,0,1017,4.27),
+(1048,0,1018,4.27),
+(1048,0,1804,6.82),
+(1048,0,1842,2.7),
+(1048,0,1880,6.45),
+(1048,0,1913,0.1),
+(1048,0,1956,4.93),
+(1048,0,2032,8.33),
+(1049,0,133,4),
+(1049,0,134,5.15),
+(1049,0,135,2.83),
+(1049,0,152,4),
+(1049,0,153,5.15),
+(1049,0,154,2.83),
+(1049,0,763,5),
+(1049,0,764,5),
+(1049,0,765,5),
+(1049,0,766,5),
+(1049,0,848,2.54),
+(1049,0,849,2.54),
+(1049,0,850,2.54),
+(1049,0,851,2.54),
+(1049,0,1018,4.01),
+(1049,0,1019,4.01),
+(1049,0,1020,4.01),
+(1049,0,1021,4.01),
+(1049,0,1804,3.27),
+(1049,0,1805,3.27),
+(1049,0,1842,1.48),
+(1049,0,1843,1.48),
+(1049,0,1880,3.6),
+(1049,0,1881,3.6),
+(1049,0,1956,2.33),
+(1049,0,1957,2.33),
+(1049,0,2032,4.2),
+(1049,0,2033,4.2),
+(1050,0,152,4.1),
+(1050,0,153,4.62),
+(1050,0,154,2.85),
+(1050,0,174,4.1),
+(1050,0,179,4.62),
+(1050,0,184,2.85),
+(1050,0,763,5.51),
+(1050,0,764,5.51),
+(1050,0,765,5.51),
+(1050,0,766,5.51),
+(1050,0,848,2.96),
+(1050,0,849,2.96),
+(1050,0,850,2.96),
+(1050,0,851,2.96),
+(1050,0,1018,4.14),
+(1050,0,1019,4.14),
+(1050,0,1020,4.14),
+(1050,0,1021,4.14),
+(1050,0,1805,3.1),
+(1050,0,1806,3.1),
+(1050,0,1843,1.22),
+(1050,0,1844,1.22),
+(1050,0,1881,3),
+(1050,0,1882,3),
+(1050,0,1957,2.3),
+(1050,0,1958,2.3),
+(1050,0,2033,3.58),
+(1050,0,2034,3.58),
+(1051,0,174,4.33),
+(1051,0,175,4.33),
+(1051,0,179,4.42),
+(1051,0,180,4.42),
+(1051,0,184,2.7),
+(1051,0,185,2.7),
+(1051,0,766,5.46),
+(1051,0,767,5.46),
+(1051,0,768,5.46),
+(1051,0,769,5.46),
+(1051,0,851,2.97),
+(1051,0,852,2.97),
+(1051,0,853,2.97),
+(1051,0,854,2.97),
+(1051,0,1021,4.03),
+(1051,0,1022,4.03),
+(1051,0,1023,4.03),
+(1051,0,1024,4.03),
+(1051,0,1357,5.65),
+(1051,0,1799,0.73),
+(1051,0,1800,0.73),
+(1051,0,1801,0.73),
+(1051,0,1802,0.73),
+(1051,0,1803,3.52),
+(1051,0,1804,0.73),
+(1051,0,1805,0.73),
+(1051,0,1806,0.73),
+(1051,0,1807,0.73),
+(1051,0,1841,3.25),
+(1051,0,1875,0.62),
+(1051,0,1876,0.62),
+(1051,0,1877,0.62),
+(1051,0,1878,0.62),
+(1051,0,1879,0.62),
+(1051,0,1880,0.62),
+(1051,0,1881,0.62),
+(1051,0,1882,1.61),
+(1051,0,1883,1.61),
+(1051,0,1920,0.1),
+(1051,0,1958,0.1),
+(1051,0,2034,3.25),
+(1051,0,2035,3.25),
+(1052,0,175,4.38),
+(1052,0,176,4.38),
+(1052,0,180,3.93),
+(1052,0,181,3.93),
+(1052,0,185,2.7),
+(1052,0,186,2.7),
+(1052,0,769,24.4),
+(1052,0,854,10.9),
+(1052,0,1024,16.5),
+(1052,0,1807,3.05),
+(1052,0,1808,3.05),
+(1052,0,1845,1.25),
+(1052,0,1846,1.25),
+(1052,0,1883,2.88),
+(1052,0,1884,2.88),
+(1052,0,1959,2.38),
+(1052,0,1960,2.38),
+(1052,0,2035,3.53),
+(1052,0,2036,3.53),
+(1053,0,176,7.67),
+(1053,0,181,8.53),
+(1053,0,186,5.73),
+(1053,0,769,6.18),
+(1053,0,770,6.18),
+(1053,0,771,6.18),
+(1053,0,772,6.18),
+(1053,0,854,2.54),
+(1053,0,855,2.54),
+(1053,0,856,2.54),
+(1053,0,857,2.54),
+(1053,0,1024,4.15),
+(1053,0,1025,4.15),
+(1053,0,1026,4.15),
+(1053,0,1027,4.15),
+(1053,0,1808,5.93),
+(1053,0,1846,2.47),
+(1053,0,1884,6.37),
+(1053,0,1960,4.67),
+(1053,0,2036,7.13),
+(1054,0,177,7.15),
+(1054,0,182,7.7),
+(1054,0,187,6.1),
+(1054,0,772,6.1),
+(1054,0,773,6.1),
+(1054,0,774,6.1),
+(1054,0,775,6.1),
+(1054,0,857,2.67),
+(1054,0,858,2.67),
+(1054,0,859,2.67),
+(1054,0,860,2.67),
+(1054,0,1027,4.22),
+(1054,0,1028,4.22),
+(1054,0,1029,4.22),
+(1054,0,1030,4.22),
+(1054,0,1364,0.1),
+(1054,0,1809,5.5),
+(1054,0,1847,2.75),
+(1054,0,1885,6.45),
+(1054,0,1961,4.85),
+(1054,0,2037,7.4),
+(1055,0,178,7.27),
+(1055,0,183,8),
+(1055,0,188,5.53),
+(1055,0,772,6.07),
+(1055,0,773,6.07),
+(1055,0,774,6.07),
+(1055,0,775,6.07),
+(1055,0,857,2.81),
+(1055,0,858,2.81),
+(1055,0,859,2.81),
+(1055,0,860,2.81),
+(1055,0,1027,4.03),
+(1055,0,1028,4.03),
+(1055,0,1029,4.03),
+(1055,0,1030,4.03),
+(1055,0,1810,5.97),
+(1055,0,1848,3.03),
+(1055,0,1886,6.43),
+(1055,0,1962,5),
+(1055,0,2038,7.13),
+(1056,0,178,3.5),
+(1056,0,183,3.83),
+(1056,0,188,2.87),
+(1056,0,213,3.5),
+(1056,0,215,3.83),
+(1056,0,217,2.87),
+(1056,0,775,6.38),
+(1056,0,776,6.38),
+(1056,0,777,6.38),
+(1056,0,778,6.38),
+(1056,0,860,3.17),
+(1056,0,861,3.17),
+(1056,0,862,3.17),
+(1056,0,863,3.17),
+(1056,0,1030,3.96),
+(1056,0,1031,3.96),
+(1056,0,1032,3.96),
+(1056,0,1033,3.96),
+(1056,0,1318,0.17),
+(1056,0,1319,0.17),
+(1056,0,1364,0.13),
+(1056,0,1365,0.13),
+(1056,0,1410,0.27),
+(1056,0,1411,0.27),
+(1056,0,1456,0.12),
+(1056,0,1457,0.12),
+(1056,0,1502,0.17),
+(1056,0,1503,0.17),
+(1056,0,1810,2.08),
+(1056,0,1811,2.08),
+(1056,0,1848,1.42),
+(1056,0,1849,1.42),
+(1056,0,1886,3.07),
+(1056,0,1887,3.07),
+(1056,0,1962,1.92),
+(1056,0,1963,1.92),
+(1056,0,2038,3.43),
+(1056,0,2039,3.43),
+(1057,0,213,3.33),
+(1057,0,214,3.33),
+(1057,0,215,3.25),
+(1057,0,216,3.25),
+(1057,0,217,2.7),
+(1057,0,218,2.7),
+(1057,0,775,6.34),
+(1057,0,776,6.34),
+(1057,0,777,6.34),
+(1057,0,778,6.34),
+(1057,0,860,3.21),
+(1057,0,861,3.21),
+(1057,0,862,3.21),
+(1057,0,863,3.21),
+(1057,0,1030,3.79),
+(1057,0,1031,3.79),
+(1057,0,1032,3.79),
+(1057,0,1033,3.79),
+(1057,0,1319,0.08),
+(1057,0,1320,0.08),
+(1057,0,1365,0.1),
+(1057,0,1366,0.1),
+(1057,0,1411,0.3),
+(1057,0,1412,0.3),
+(1057,0,1457,0.23),
+(1057,0,1458,0.23),
+(1057,0,1503,0.47),
+(1057,0,1504,0.47),
+(1057,0,1811,2.27),
+(1057,0,1812,2.27),
+(1057,0,1849,1.6),
+(1057,0,1850,1.6),
+(1057,0,1887,2.95),
+(1057,0,1888,2.95),
+(1057,0,1963,2.1),
+(1057,0,1964,2.1),
+(1057,0,2039,3.95),
+(1057,0,2040,3.95),
+(1058,0,214,3.9),
+(1058,0,216,2.6),
+(1058,0,218,2.45),
+(1058,0,287,2.45),
+(1058,0,383,3.9),
+(1058,0,409,2.6),
+(1058,0,608,0.1),
+(1058,0,778,6.41),
+(1058,0,779,6.41),
+(1058,0,780,6.41),
+(1058,0,781,6.41),
+(1058,0,863,4.09),
+(1058,0,864,4.09),
+(1058,0,865,4.09),
+(1058,0,866,4.09),
+(1058,0,950,0.1),
+(1058,0,1033,3.15),
+(1058,0,1034,3.15),
+(1058,0,1035,3.15),
+(1058,0,1036,3.15),
+(1058,0,1320,0.15),
+(1058,0,1321,0.15),
+(1058,0,1366,0.2),
+(1058,0,1367,0.2),
+(1058,0,1412,0.25),
+(1058,0,1413,0.25),
+(1058,0,1458,0.18),
+(1058,0,1459,0.18),
+(1058,0,1504,0.18),
+(1058,0,1505,0.18),
+(1058,0,1812,1.93),
+(1058,0,1813,1.93),
+(1058,0,1850,1.92),
+(1058,0,1851,1.92),
+(1058,0,1888,3.42),
+(1058,0,1889,3.42),
+(1058,0,1964,1.95),
+(1058,0,1965,1.95),
+(1058,0,2040,3.53),
+(1058,0,2041,3.53),
+(1059,0,287,5.7),
+(1059,0,383,6.25),
+(1059,0,409,6.85),
+(1059,0,694,0.2),
+(1059,0,696,0.1),
+(1059,0,778,6.27),
+(1059,0,779,6.27),
+(1059,0,780,6.27),
+(1059,0,781,6.27),
+(1059,0,863,4.17),
+(1059,0,864,4.17),
+(1059,0,865,4.17),
+(1059,0,866,4.17),
+(1059,0,1033,3.36),
+(1059,0,1034,3.36),
+(1059,0,1035,3.36),
+(1059,0,1036,3.36),
+(1059,0,1206,0.1),
+(1059,0,1321,0.33),
+(1059,0,1367,0.6),
+(1059,0,1413,1),
+(1059,0,1459,0.27),
+(1059,0,1505,0.6),
+(1059,0,1813,3.7),
+(1059,0,1851,4.23),
+(1059,0,1889,5.56),
+(1059,0,1890,3.65),
+(1059,0,1965,3.73),
+(1059,0,2041,4.52),
+(1059,0,2042,3.6),
+(1064,0,5,3.7),
+(1064,0,14,3.65),
+(1064,0,15,3.95),
+(1064,0,16,2.47),
+(1064,0,17,3.65),
+(1064,0,19,3.95),
+(1064,0,25,3.7),
+(1064,0,27,2.47),
+(1064,0,28,2.47),
+(1064,0,33,0.1),
+(1064,0,227,3.5),
+(1064,0,228,0.9),
+(1064,0,256,0.9),
+(1064,0,501,0.9),
+(1064,0,502,0.9),
+(1064,0,584,16.1),
+(1064,0,754,14.4),
+(1064,0,839,10),
+(1064,0,1009,9.4),
+(1064,0,1354,0.1),
+(1064,0,1493,0.1),
+(1064,0,1547,2.65),
+(1064,0,1548,2.65),
+(1064,0,1799,1.1),
+(1064,0,1800,1.1),
+(1064,0,1877,0.1),
+(1064,0,1989,1.7),
+(1064,0,1990,1.7),
+(1064,0,2027,0.95),
+(1064,0,2028,0.95),
+(1065,0,17,3.45),
+(1065,0,18,3.45),
+(1065,0,19,3.3),
+(1065,0,22,3.3),
+(1065,0,25,3.9),
+(1065,0,26,3.9),
+(1065,0,27,3.9),
+(1065,0,28,3.9),
+(1065,0,31,0.1),
+(1065,0,227,1.05),
+(1065,0,228,0.98),
+(1065,0,229,1.05),
+(1065,0,231,1.05),
+(1065,0,238,1.05),
+(1065,0,256,0.98),
+(1065,0,501,0.98),
+(1065,0,502,0.98),
+(1065,0,584,3.45),
+(1065,0,585,3.45),
+(1065,0,586,3.45),
+(1065,0,587,3.45),
+(1065,0,754,4.05),
+(1065,0,755,4.05),
+(1065,0,756,4.05),
+(1065,0,757,4.05),
+(1065,0,839,2.5),
+(1065,0,840,2.5),
+(1065,0,841,2.5),
+(1065,0,842,2.5),
+(1065,0,1009,2.45),
+(1065,0,1010,2.45),
+(1065,0,1011,2.45),
+(1065,0,1012,2.45),
+(1065,0,1548,2.6),
+(1065,0,1549,2.6),
+(1065,0,1800,1.35),
+(1065,0,1801,1.35),
+(1065,0,1875,0.1),
+(1065,0,1990,1.7),
+(1065,0,1991,1.7),
+(1065,0,2028,0.9),
+(1065,0,2029,0.9),
+(1066,0,18,3.5),
+(1066,0,22,3.5),
+(1066,0,26,4.25),
+(1066,0,28,4.42),
+(1066,0,29,0.1),
+(1066,0,30,0.01),
+(1066,0,31,0.01),
+(1066,0,34,0.1),
+(1066,0,79,0.01),
+(1066,0,93,3.5),
+(1066,0,94,4.25),
+(1066,0,95,4.42),
+(1066,0,96,3.5),
+(1066,0,98,0.01),
+(1066,0,118,0.01),
+(1066,0,137,0.01),
+(1066,0,194,0.01),
+(1066,0,195,0.01),
+(1066,0,196,0.01),
+(1066,0,238,3.7),
+(1066,0,502,3.7),
+(1066,0,587,12),
+(1066,0,757,16.63),
+(1066,0,842,9.3),
+(1066,0,1012,10.67),
+(1066,0,1549,2.57),
+(1066,0,1550,2.57),
+(1066,0,1801,1.1),
+(1066,0,1802,1.1),
+(1066,0,1879,0.1),
+(1066,0,1991,1.78),
+(1066,0,1992,1.78),
+(1066,0,2029,0.9),
+(1066,0,2030,0.9),
+(1067,0,93,3.1),
+(1067,0,94,4.45),
+(1067,0,95,4.95),
+(1067,0,96,3.75),
+(1067,0,111,3.1),
+(1067,0,112,4.45),
+(1067,0,113,4.95),
+(1067,0,114,3.75),
+(1067,0,232,1.05),
+(1067,0,233,1.05),
+(1067,0,234,1.05),
+(1067,0,238,1.05),
+(1067,0,502,0.88),
+(1067,0,503,0.88),
+(1067,0,504,0.88),
+(1067,0,505,0.88),
+(1067,0,587,2.35),
+(1067,0,588,2.35),
+(1067,0,589,2.35),
+(1067,0,590,2.35),
+(1067,0,757,4.13),
+(1067,0,758,4.13),
+(1067,0,759,4.13),
+(1067,0,760,4.13),
+(1067,0,842,2.47),
+(1067,0,843,2.47),
+(1067,0,844,2.47),
+(1067,0,845,2.47),
+(1067,0,1012,2.63),
+(1067,0,1013,2.63),
+(1067,0,1014,2.63),
+(1067,0,1015,2.63),
+(1067,0,1495,0.1),
+(1067,0,1550,2.6),
+(1067,0,1551,2.6),
+(1067,0,1802,1),
+(1067,0,1803,1),
+(1067,0,1992,2.05),
+(1067,0,1993,2.05),
+(1067,0,2030,1),
+(1067,0,2031,1),
+(1068,0,111,7.05),
+(1068,0,112,8.03),
+(1068,0,113,9.5),
+(1068,0,114,8.1),
+(1068,0,234,0.83),
+(1068,0,235,0.83),
+(1068,0,236,0.83),
+(1068,0,248,0.83),
+(1068,0,505,0.96),
+(1068,0,506,0.96),
+(1068,0,507,0.96),
+(1068,0,508,0.96),
+(1068,0,590,2.83),
+(1068,0,591,2.83),
+(1068,0,592,2.83),
+(1068,0,593,2.83),
+(1068,0,760,4.06),
+(1068,0,761,4.06),
+(1068,0,762,4.06),
+(1068,0,763,4.06),
+(1068,0,845,2.31),
+(1068,0,846,2.31),
+(1068,0,847,2.31),
+(1068,0,848,2.31),
+(1068,0,1015,2.78),
+(1068,0,1016,2.78),
+(1068,0,1017,2.78),
+(1068,0,1018,2.78),
+(1068,0,1551,4.82),
+(1068,0,1803,2.22),
+(1068,0,1993,3.65),
+(1068,0,2031,1.65),
+(1069,0,29,0.1),
+(1069,0,132,6.23),
+(1069,0,133,8.1),
+(1069,0,134,9.53),
+(1069,0,135,7.63),
+(1069,0,234,0.89),
+(1069,0,235,0.89),
+(1069,0,236,0.89),
+(1069,0,248,0.89),
+(1069,0,505,1),
+(1069,0,506,1),
+(1069,0,507,1),
+(1069,0,508,1),
+(1069,0,590,2.88),
+(1069,0,591,2.88),
+(1069,0,592,2.88),
+(1069,0,593,2.88),
+(1069,0,760,4.14),
+(1069,0,761,4.14),
+(1069,0,762,4.14),
+(1069,0,763,4.14),
+(1069,0,845,2.27),
+(1069,0,846,2.27),
+(1069,0,847,2.27),
+(1069,0,848,2.27),
+(1069,0,1015,2.85),
+(1069,0,1016,2.85),
+(1069,0,1017,2.85),
+(1069,0,1018,2.85),
+(1069,0,1552,4.87),
+(1069,0,1804,2.47),
+(1069,0,1989,0.58),
+(1069,0,1990,0.58),
+(1069,0,1991,0.58),
+(1069,0,1992,0.58),
+(1069,0,1993,0.58),
+(1069,0,1994,2.56),
+(1069,0,2032,1.5),
+(1070,0,132,3.63),
+(1070,0,133,4),
+(1070,0,134,4.55),
+(1070,0,135,4.25),
+(1070,0,151,3.63),
+(1070,0,152,4),
+(1070,0,153,4.55),
+(1070,0,154,4.25),
+(1070,0,237,0.9),
+(1070,0,247,0.9),
+(1070,0,248,0.9),
+(1070,0,249,0.9),
+(1070,0,508,1.1),
+(1070,0,509,1.1),
+(1070,0,510,1.1),
+(1070,0,511,1.1),
+(1070,0,593,3.25),
+(1070,0,594,3.25),
+(1070,0,595,3.25),
+(1070,0,596,3.25),
+(1070,0,763,3.8),
+(1070,0,764,3.8),
+(1070,0,765,3.8),
+(1070,0,766,3.8),
+(1070,0,848,1.98),
+(1070,0,849,1.98),
+(1070,0,850,1.98),
+(1070,0,851,1.98),
+(1070,0,1018,2.75),
+(1070,0,1019,2.75),
+(1070,0,1020,2.75),
+(1070,0,1021,2.75),
+(1070,0,1552,2.55),
+(1070,0,1553,2.55),
+(1070,0,1804,1.03),
+(1070,0,1805,1.03),
+(1070,0,1994,1.65),
+(1070,0,1995,1.65),
+(1070,0,2032,0.85),
+(1070,0,2033,0.85),
+(1071,0,151,4.75),
+(1071,0,152,3.38),
+(1071,0,153,3.78),
+(1071,0,154,4.25),
+(1071,0,167,4.75),
+(1071,0,174,3.38),
+(1071,0,179,3.78),
+(1071,0,184,4.25),
+(1071,0,237,0.95),
+(1071,0,247,0.95),
+(1071,0,248,0.95),
+(1071,0,249,0.95),
+(1071,0,508,1.19),
+(1071,0,509,1.19),
+(1071,0,510,1.19),
+(1071,0,511,1.19),
+(1071,0,593,3.97),
+(1071,0,594,3.97),
+(1071,0,595,3.97),
+(1071,0,596,3.97),
+(1071,0,763,3.42),
+(1071,0,764,3.42),
+(1071,0,765,3.42),
+(1071,0,766,3.42),
+(1071,0,848,2.1),
+(1071,0,849,2.1),
+(1071,0,850,2.1),
+(1071,0,851,2.1),
+(1071,0,1018,2.66),
+(1071,0,1019,2.66),
+(1071,0,1020,2.66),
+(1071,0,1021,2.66),
+(1071,0,1553,2.63),
+(1071,0,1554,2.63),
+(1071,0,1805,0.7),
+(1071,0,1806,0.7),
+(1071,0,1995,1.33),
+(1071,0,1996,1.33),
+(1071,0,2033,0.57),
+(1071,0,2034,0.57),
+(1072,0,167,4.12),
+(1072,0,168,3.74),
+(1072,0,174,3.25),
+(1072,0,175,3.25),
+(1072,0,179,3.97),
+(1072,0,180,3.97),
+(1072,0,184,5.85),
+(1072,0,185,4.37),
+(1072,0,247,2.36),
+(1072,0,250,1.02),
+(1072,0,251,1.02),
+(1072,0,252,2.36),
+(1072,0,511,1.86),
+(1072,0,512,1.2),
+(1072,0,513,1.86),
+(1072,0,514,1.2),
+(1072,0,596,4.05),
+(1072,0,597,4.05),
+(1072,0,598,4.05),
+(1072,0,599,4.05),
+(1072,0,766,4.24),
+(1072,0,767,3.52),
+(1072,0,768,4.24),
+(1072,0,769,3.52),
+(1072,0,851,2.31),
+(1072,0,852,3.01),
+(1072,0,853,2.31),
+(1072,0,854,2.31),
+(1072,0,1021,5.34),
+(1072,0,1022,2.85),
+(1072,0,1023,2.85),
+(1072,0,1024,2.85),
+(1072,0,1554,3.27),
+(1072,0,1555,2.67),
+(1072,0,1806,1.1),
+(1072,0,1807,0.6),
+(1072,0,1951,0.1),
+(1072,0,1996,2.9),
+(1072,0,1997,1.3),
+(1072,0,2034,0.58),
+(1072,0,2035,0.58),
+(1073,0,168,3.75),
+(1073,0,171,3.75),
+(1073,0,175,2.93),
+(1073,0,176,2.93),
+(1073,0,180,3.42),
+(1073,0,181,3.42),
+(1073,0,185,5.22),
+(1073,0,186,5.22),
+(1073,0,599,17.3),
+(1073,0,769,15.8),
+(1073,0,854,8.73),
+(1073,0,1024,10.97),
+(1073,0,1194,5.2),
+(1073,0,1555,2.7),
+(1073,0,1556,2.7),
+(1073,0,1807,0.93),
+(1073,0,1808,0.93),
+(1073,0,1913,0.1),
+(1073,0,1997,1.38),
+(1073,0,1998,1.38),
+(1073,0,2035,0.65),
+(1073,0,2036,0.65),
+(1074,0,171,6.67),
+(1074,0,176,5.73),
+(1074,0,181,6.33),
+(1074,0,186,9.63),
+(1074,0,599,4.39),
+(1074,0,600,4.39),
+(1074,0,601,4.39),
+(1074,0,602,4.39),
+(1074,0,769,3.61),
+(1074,0,770,3.61),
+(1074,0,771,3.61),
+(1074,0,772,3.61),
+(1074,0,854,2.29),
+(1074,0,855,2.29),
+(1074,0,856,2.29),
+(1074,0,857,2.29),
+(1074,0,1024,2.97),
+(1074,0,1025,2.97),
+(1074,0,1026,2.97),
+(1074,0,1027,2.97),
+(1074,0,1194,1.46),
+(1074,0,1195,1.46),
+(1074,0,1196,1.46),
+(1074,0,1197,1.46),
+(1074,0,1556,6.63),
+(1074,0,1808,1.5),
+(1074,0,1998,3.1),
+(1074,0,2036,1.47),
+(1075,0,172,6.7),
+(1075,0,177,5.63),
+(1075,0,182,5.57),
+(1075,0,187,9.63),
+(1075,0,602,4.88),
+(1075,0,603,4.88),
+(1075,0,604,4.88),
+(1075,0,605,4.88),
+(1075,0,772,3.22),
+(1075,0,773,3.22),
+(1075,0,774,3.22),
+(1075,0,775,3.22),
+(1075,0,857,2.53),
+(1075,0,858,2.53),
+(1075,0,859,2.53),
+(1075,0,860,2.53),
+(1075,0,1027,2.66),
+(1075,0,1028,2.66),
+(1075,0,1029,2.66),
+(1075,0,1030,2.66),
+(1075,0,1197,1.62),
+(1075,0,1198,1.62),
+(1075,0,1199,1.62),
+(1075,0,1200,1.62),
+(1075,0,1557,7.17),
+(1075,0,1809,1.47),
+(1075,0,1999,3.13),
+(1075,0,2037,1.33),
+(1076,0,173,8),
+(1076,0,178,5.13),
+(1076,0,183,5.53),
+(1076,0,188,9.77),
+(1076,0,602,5.29),
+(1076,0,603,5.29),
+(1076,0,604,5.29),
+(1076,0,605,5.29),
+(1076,0,772,3.12),
+(1076,0,773,3.12),
+(1076,0,774,3.12),
+(1076,0,775,3.12),
+(1076,0,857,2.39),
+(1076,0,858,2.39),
+(1076,0,859,2.39),
+(1076,0,860,2.39),
+(1076,0,1027,2.38),
+(1076,0,1028,2.38),
+(1076,0,1029,2.38),
+(1076,0,1030,2.38),
+(1076,0,1197,1.53),
+(1076,0,1198,1.53),
+(1076,0,1199,1.53),
+(1076,0,1200,1.53),
+(1076,0,1558,7.27),
+(1076,0,1810,1.47),
+(1076,0,2000,2.8),
+(1076,0,2038,1.13),
+(1077,0,173,4.33),
+(1077,0,178,2.2),
+(1077,0,183,2.17),
+(1077,0,188,4.2),
+(1077,0,211,4.33),
+(1077,0,213,2.2),
+(1077,0,215,2.17),
+(1077,0,217,4.2),
+(1077,0,605,6.1),
+(1077,0,606,6.1),
+(1077,0,607,6.1),
+(1077,0,608,6.1),
+(1077,0,775,2.8),
+(1077,0,776,2.8),
+(1077,0,777,2.8),
+(1077,0,778,2.8),
+(1077,0,860,2.24),
+(1077,0,861,2.24),
+(1077,0,862,2.24),
+(1077,0,863,2.24),
+(1077,0,1030,2.08),
+(1077,0,1031,2.08),
+(1077,0,1032,2.08),
+(1077,0,1033,2.08),
+(1077,0,1200,1.41),
+(1077,0,1201,1.41),
+(1077,0,1202,1.41),
+(1077,0,1203,1.41),
+(1077,0,1318,0.1),
+(1077,0,1319,0.1),
+(1077,0,1364,0.1),
+(1077,0,1365,0.1),
+(1077,0,1410,0.25),
+(1077,0,1411,0.25),
+(1077,0,1456,0.1),
+(1077,0,1457,0.1),
+(1077,0,1502,0.08),
+(1077,0,1503,0.08),
+(1077,0,1558,4.38),
+(1077,0,1559,4.38),
+(1077,0,1810,0.72),
+(1077,0,1811,0.72),
+(1077,0,2000,1.4),
+(1077,0,2001,1.4),
+(1077,0,2038,0.65),
+(1077,0,2039,0.65),
+(1078,0,211,4.92),
+(1078,0,212,4.92),
+(1078,0,213,2.27),
+(1078,0,214,2.27),
+(1078,0,215,1.85),
+(1078,0,216,1.85),
+(1078,0,217,4.08),
+(1078,0,218,4.08),
+(1078,0,605,6.64),
+(1078,0,606,6.64),
+(1078,0,607,6.64),
+(1078,0,608,6.64),
+(1078,0,775,2.63),
+(1078,0,776,2.63),
+(1078,0,777,2.63),
+(1078,0,778,2.63),
+(1078,0,860,2.21),
+(1078,0,861,2.21),
+(1078,0,862,2.21),
+(1078,0,863,2.21),
+(1078,0,1030,1.73),
+(1078,0,1031,1.73),
+(1078,0,1032,1.73),
+(1078,0,1033,1.73),
+(1078,0,1200,1.49),
+(1078,0,1201,1.49),
+(1078,0,1202,1.49),
+(1078,0,1203,1.49),
+(1078,0,1319,0.13),
+(1078,0,1320,0.13),
+(1078,0,1365,0.05),
+(1078,0,1366,0.05),
+(1078,0,1411,0.15),
+(1078,0,1412,0.15),
+(1078,0,1457,0.05),
+(1078,0,1458,0.05),
+(1078,0,1503,0.15),
+(1078,0,1504,0.15),
+(1078,0,1559,4.02),
+(1078,0,1560,4.02),
+(1078,0,1811,0.72),
+(1078,0,1812,0.72),
+(1078,0,2001,1.38),
+(1078,0,2002,1.38),
+(1078,0,2039,0.88),
+(1078,0,2040,0.88),
+(1079,0,212,5.07),
+(1079,0,214,2.25),
+(1079,0,216,2.01),
+(1079,0,218,3.94),
+(1079,0,267,5.07),
+(1079,0,287,3.94),
+(1079,0,383,2.25),
+(1079,0,409,2.01),
+(1079,0,608,6.34),
+(1079,0,609,6.34),
+(1079,0,610,6.34),
+(1079,0,611,6.34),
+(1079,0,694,0.1),
+(1079,0,778,3.04),
+(1079,0,779,3.04),
+(1079,0,780,3.04),
+(1079,0,781,3.04),
+(1079,0,863,2.18),
+(1079,0,864,2.18),
+(1079,0,865,2.18),
+(1079,0,866,2.18),
+(1079,0,949,0.1),
+(1079,0,1033,1.56),
+(1079,0,1034,1.56),
+(1079,0,1035,1.56),
+(1079,0,1036,1.56),
+(1079,0,1203,1.29),
+(1079,0,1204,1.29),
+(1079,0,1205,1.29),
+(1079,0,1206,1.29),
+(1079,0,1320,0.08),
+(1079,0,1321,0.05),
+(1079,0,1366,0.19),
+(1079,0,1367,0.19),
+(1079,0,1412,0.12),
+(1079,0,1413,0.12),
+(1079,0,1458,0.2),
+(1079,0,1459,0.07),
+(1079,0,1504,0.15),
+(1079,0,1505,0.1),
+(1079,0,1560,4.53),
+(1079,0,1561,4.53),
+(1079,0,1812,0.64),
+(1079,0,1813,0.75),
+(1079,0,1889,0.1),
+(1079,0,1965,0.1),
+(1079,0,2002,1.46),
+(1079,0,2003,1.46),
+(1079,0,2040,0.68),
+(1079,0,2041,0.68),
+(1080,0,267,9),
+(1080,0,287,8.1),
+(1080,0,383,6.1),
+(1080,0,409,3.8),
+(1080,0,608,6.33),
+(1080,0,609,6.33),
+(1080,0,610,6.33),
+(1080,0,611,6.33),
+(1080,0,778,2.81),
+(1080,0,779,2.81),
+(1080,0,780,2.81),
+(1080,0,781,2.81),
+(1080,0,863,2.24),
+(1080,0,864,2.24),
+(1080,0,865,2.24),
+(1080,0,866,2.24),
+(1080,0,1033,1.89),
+(1080,0,1034,1.89),
+(1080,0,1035,1.89),
+(1080,0,1036,1.89),
+(1080,0,1120,0.1),
+(1080,0,1203,1.39),
+(1080,0,1204,1.39),
+(1080,0,1205,1.39),
+(1080,0,1206,1.39),
+(1080,0,1321,0.25),
+(1080,0,1367,0.25),
+(1080,0,1413,0.3),
+(1080,0,1459,0.15),
+(1080,0,1505,0.1),
+(1080,0,1557,1.64),
+(1080,0,1558,1.64),
+(1080,0,1559,1.64),
+(1080,0,1560,1.64),
+(1080,0,1561,4.17),
+(1080,0,1813,1.2),
+(1080,0,2003,2.7),
+(1080,0,2041,1.9),
+(1085,0,6,4.2),
+(1085,0,15,4.15),
+(1085,0,17,0.1),
+(1085,0,19,4.15),
+(1085,0,23,4.2),
+(1085,0,584,3.75),
+(1085,0,669,3.5),
+(1085,0,839,3.93),
+(1085,0,840,2.45),
+(1085,0,924,4.7),
+(1085,0,1009,7),
+(1085,0,1094,6.45),
+(1085,0,1179,44.75),
+(1085,0,1493,0.1),
+(1085,0,1547,3.65),
+(1085,0,1548,3.65),
+(1085,0,1799,0.1),
+(1085,0,1875,0.1),
+(1085,0,1989,0.1),
+(1085,0,2027,0.38),
+(1085,0,2028,0.38),
+(1086,0,19,3.23),
+(1086,0,22,3.23),
+(1086,0,23,4.35),
+(1086,0,24,4.35),
+(1086,0,96,2.77),
+(1086,0,584,0.92),
+(1086,0,585,0.92),
+(1086,0,586,0.92),
+(1086,0,587,0.92),
+(1086,0,669,0.81),
+(1086,0,670,0.81),
+(1086,0,671,0.81),
+(1086,0,672,0.81),
+(1086,0,839,1.28),
+(1086,0,840,1.28),
+(1086,0,841,1.28),
+(1086,0,842,1.28),
+(1086,0,924,1.11),
+(1086,0,925,1.11),
+(1086,0,926,1.11),
+(1086,0,927,1.11),
+(1086,0,1009,1.84),
+(1086,0,1010,1.84),
+(1086,0,1011,1.84),
+(1086,0,1012,1.84),
+(1086,0,1094,1.69),
+(1086,0,1095,1.69),
+(1086,0,1096,1.69),
+(1086,0,1097,1.69),
+(1086,0,1179,11.2),
+(1086,0,1180,11.2),
+(1086,0,1181,11.2),
+(1086,0,1182,11.2),
+(1086,0,1548,3.63),
+(1086,0,1549,3.63),
+(1086,0,1704,0.1),
+(1086,0,1989,0.1),
+(1086,0,2028,0.35),
+(1086,0,2029,0.35),
+(1087,0,22,4.9),
+(1087,0,24,4.5),
+(1087,0,96,4.9),
+(1087,0,97,4.5),
+(1087,0,587,4.5),
+(1087,0,672,3.6),
+(1087,0,842,4.8),
+(1087,0,927,4.9),
+(1087,0,1012,8.6),
+(1087,0,1097,7.7),
+(1087,0,1182,38.2),
+(1087,0,1549,4.1),
+(1087,0,1550,4.1),
+(1087,0,2029,0.35),
+(1087,0,2030,0.35),
+(1088,0,96,4.45),
+(1088,0,97,4.9),
+(1088,0,114,4.45),
+(1088,0,115,4.9),
+(1088,0,587,1.02),
+(1088,0,588,1.02),
+(1088,0,589,1.02),
+(1088,0,590,1.02),
+(1088,0,672,0.91),
+(1088,0,673,0.91),
+(1088,0,674,0.91),
+(1088,0,675,0.91),
+(1088,0,842,1.25),
+(1088,0,843,1.25),
+(1088,0,844,1.25),
+(1088,0,845,1.25),
+(1088,0,927,1.38),
+(1088,0,928,1.38),
+(1088,0,929,1.38),
+(1088,0,930,1.38),
+(1088,0,1012,2.13),
+(1088,0,1013,2.13),
+(1088,0,1014,2.13),
+(1088,0,1015,2.13),
+(1088,0,1097,2.08),
+(1088,0,1098,2.08),
+(1088,0,1099,2.08),
+(1088,0,1100,2.08),
+(1088,0,1182,9.18),
+(1088,0,1183,9.18),
+(1088,0,1184,9.18),
+(1088,0,1185,9.18),
+(1088,0,1550,4.4),
+(1088,0,1551,4.4),
+(1088,0,1875,0.1),
+(1088,0,2030,0.38),
+(1088,0,2031,0.38),
+(1089,0,114,9.83),
+(1089,0,115,10.4),
+(1089,0,590,1.03),
+(1089,0,591,1.03),
+(1089,0,592,1.03),
+(1089,0,593,1.03),
+(1089,0,675,0.92),
+(1089,0,676,0.92),
+(1089,0,677,0.92),
+(1089,0,678,0.92),
+(1089,0,845,1.2),
+(1089,0,846,1.2),
+(1089,0,847,1.2),
+(1089,0,848,1.2),
+(1089,0,930,1.31),
+(1089,0,931,1.31),
+(1089,0,932,1.31),
+(1089,0,933,1.31),
+(1089,0,1015,2.03),
+(1089,0,1016,2.03),
+(1089,0,1017,2.03),
+(1089,0,1018,2.03),
+(1089,0,1100,2.06),
+(1089,0,1101,2.06),
+(1089,0,1102,2.06),
+(1089,0,1103,2.06),
+(1089,0,1185,9.17),
+(1089,0,1186,9.17),
+(1089,0,1187,9.17),
+(1089,0,1188,9.17),
+(1089,0,1551,8.33),
+(1089,0,2031,0.5),
+(1090,0,135,10.67),
+(1090,0,136,9.73),
+(1090,0,590,0.99),
+(1090,0,591,0.99),
+(1090,0,592,0.99),
+(1090,0,593,0.99),
+(1090,0,675,0.9),
+(1090,0,676,0.9),
+(1090,0,677,0.9),
+(1090,0,678,0.9),
+(1090,0,845,1.01),
+(1090,0,846,1.01),
+(1090,0,847,1.01),
+(1090,0,848,1.01),
+(1090,0,930,1.14),
+(1090,0,931,1.14),
+(1090,0,932,1.14),
+(1090,0,933,1.14),
+(1090,0,1015,2.09),
+(1090,0,1016,2.09),
+(1090,0,1017,2.09),
+(1090,0,1018,2.09),
+(1090,0,1100,2.13),
+(1090,0,1101,2.13),
+(1090,0,1102,2.13),
+(1090,0,1103,2.13),
+(1090,0,1185,9.44),
+(1090,0,1186,9.44),
+(1090,0,1187,9.44),
+(1090,0,1188,9.44),
+(1090,0,1552,8.27),
+(1090,0,2032,0.43),
+(1091,0,135,5.47),
+(1091,0,136,4.97),
+(1091,0,154,5.47),
+(1091,0,155,4.97),
+(1091,0,593,0.95),
+(1091,0,594,0.95),
+(1091,0,595,0.95),
+(1091,0,596,0.95),
+(1091,0,678,0.94),
+(1091,0,679,0.94),
+(1091,0,680,0.94),
+(1091,0,681,0.94),
+(1091,0,848,1.13),
+(1091,0,849,1.13),
+(1091,0,850,1.13),
+(1091,0,851,1.13),
+(1091,0,933,1.22),
+(1091,0,934,1.22),
+(1091,0,935,1.22),
+(1091,0,936,1.22),
+(1091,0,1018,2.21),
+(1091,0,1019,2.21),
+(1091,0,1020,2.21),
+(1091,0,1021,2.21),
+(1091,0,1103,2.05),
+(1091,0,1104,2.05),
+(1091,0,1105,2.05),
+(1091,0,1106,2.05),
+(1091,0,1188,8.99),
+(1091,0,1189,8.99),
+(1091,0,1190,8.99),
+(1091,0,1191,8.99),
+(1091,0,1552,4.38),
+(1091,0,1553,4.38),
+(1091,0,2032,0.28),
+(1091,0,2033,0.28),
+(1092,0,154,5.19),
+(1092,0,155,4.81),
+(1092,0,184,5.19),
+(1092,0,189,4.81),
+(1092,0,593,0.84),
+(1092,0,594,0.84),
+(1092,0,595,0.84),
+(1092,0,596,0.84),
+(1092,0,678,0.86),
+(1092,0,679,0.86),
+(1092,0,680,0.86),
+(1092,0,681,0.86),
+(1092,0,848,0.99),
+(1092,0,849,0.99),
+(1092,0,850,0.99),
+(1092,0,851,0.99),
+(1092,0,933,1.21),
+(1092,0,934,1.21),
+(1092,0,935,1.21),
+(1092,0,936,1.21),
+(1092,0,1018,2.09),
+(1092,0,1019,2.09),
+(1092,0,1020,2.09),
+(1092,0,1021,2.09),
+(1092,0,1103,2.02),
+(1092,0,1104,2.02),
+(1092,0,1105,2.02),
+(1092,0,1106,2.02),
+(1092,0,1188,9.84),
+(1092,0,1189,9.84),
+(1092,0,1190,9.84),
+(1092,0,1191,9.84),
+(1092,0,1553,4.11),
+(1092,0,1554,4.11),
+(1092,0,2033,0.23),
+(1092,0,2034,0.23),
+(1093,0,184,5.83),
+(1093,0,185,5.83),
+(1093,0,189,5.02),
+(1093,0,190,5.02),
+(1093,0,596,0.81),
+(1093,0,597,0.81),
+(1093,0,598,0.81),
+(1093,0,599,0.81),
+(1093,0,681,0.81),
+(1093,0,682,0.81),
+(1093,0,683,0.81),
+(1093,0,684,0.81),
+(1093,0,851,1.07),
+(1093,0,852,1.07),
+(1093,0,853,1.07),
+(1093,0,854,1.07),
+(1093,0,936,1.14),
+(1093,0,937,1.14),
+(1093,0,938,1.14),
+(1093,0,939,1.14),
+(1093,0,1021,2.25),
+(1093,0,1022,2.25),
+(1093,0,1023,2.25),
+(1093,0,1024,2.25),
+(1093,0,1106,1.98),
+(1093,0,1107,1.98),
+(1093,0,1108,1.98),
+(1093,0,1109,1.98),
+(1093,0,1191,9.55),
+(1093,0,1192,9.55),
+(1093,0,1193,9.55),
+(1093,0,1194,9.55),
+(1093,0,1554,3.77),
+(1093,0,1555,3.77),
+(1093,0,1913,0.1),
+(1093,0,2034,0.2),
+(1093,0,2035,0.2),
+(1094,0,168,2.76),
+(1094,0,171,2.76),
+(1094,0,175,2.48),
+(1094,0,176,2.48),
+(1094,0,180,2.8),
+(1094,0,181,2.8),
+(1094,0,185,2.55),
+(1094,0,186,2.55),
+(1094,0,251,11.3),
+(1094,0,514,13.2),
+(1094,0,599,9.92),
+(1094,0,769,10.63),
+(1094,0,854,9.33),
+(1094,0,1024,12.67),
+(1094,0,1555,2.95),
+(1094,0,1556,2.95),
+(1094,0,1807,0.8),
+(1094,0,1808,0.8),
+(1094,0,1997,1.5),
+(1094,0,1998,1.5),
+(1094,0,2035,0.65),
+(1094,0,2036,0.65),
+(1095,0,171,4.7),
+(1095,0,176,5.05),
+(1095,0,181,6.55),
+(1095,0,186,5.05),
+(1095,0,251,2.21),
+(1095,0,253,2.21),
+(1095,0,254,2.21),
+(1095,0,255,2.21),
+(1095,0,514,3.41),
+(1095,0,515,3.41),
+(1095,0,516,3.41),
+(1095,0,517,3.41),
+(1095,0,599,1.89),
+(1095,0,600,1.89),
+(1095,0,601,1.89),
+(1095,0,602,1.89),
+(1095,0,769,2.89),
+(1095,0,770,2.89),
+(1095,0,771,2.89),
+(1095,0,772,2.89),
+(1095,0,854,2.42),
+(1095,0,855,2.42),
+(1095,0,856,2.42),
+(1095,0,857,2.42),
+(1095,0,1024,3.73),
+(1095,0,1025,3.73),
+(1095,0,1026,3.73),
+(1095,0,1027,3.73),
+(1095,0,1556,5.95),
+(1095,0,1808,1.75),
+(1095,0,1998,3.3),
+(1095,0,2036,1.5),
+(1096,0,172,5.5),
+(1096,0,177,4.63),
+(1096,0,182,6.18),
+(1096,0,187,4.95),
+(1096,0,254,2.4),
+(1096,0,435,2.4),
+(1096,0,436,2.4),
+(1096,0,437,2.4),
+(1096,0,517,3.16),
+(1096,0,518,3.16),
+(1096,0,519,3.16),
+(1096,0,520,3.16),
+(1096,0,602,2.51),
+(1096,0,603,2.51),
+(1096,0,604,2.51),
+(1096,0,605,2.51),
+(1096,0,772,2.83),
+(1096,0,773,2.83),
+(1096,0,774,2.83),
+(1096,0,775,2.83),
+(1096,0,857,2.51),
+(1096,0,858,2.51),
+(1096,0,859,2.51),
+(1096,0,860,2.51),
+(1096,0,1027,3.2),
+(1096,0,1028,3.2),
+(1096,0,1029,3.2),
+(1096,0,1030,3.2),
+(1096,0,1557,6.4),
+(1096,0,1809,1.55),
+(1096,0,1999,2.95),
+(1096,0,2037,1.45),
+(1097,0,173,4.88),
+(1097,0,178,5.52),
+(1097,0,183,5.82),
+(1097,0,188,5.53),
+(1097,0,254,2.3),
+(1097,0,435,2.3),
+(1097,0,436,2.3),
+(1097,0,437,2.3),
+(1097,0,517,3.16),
+(1097,0,518,3.16),
+(1097,0,519,3.16),
+(1097,0,520,3.16),
+(1097,0,602,2.25),
+(1097,0,603,2.25),
+(1097,0,604,2.25),
+(1097,0,605,2.25),
+(1097,0,772,2.65),
+(1097,0,773,2.65),
+(1097,0,774,2.65),
+(1097,0,775,2.65),
+(1097,0,857,2.69),
+(1097,0,858,2.69),
+(1097,0,859,2.69),
+(1097,0,860,2.69),
+(1097,0,1027,3.46),
+(1097,0,1028,3.46),
+(1097,0,1029,3.46),
+(1097,0,1030,3.46),
+(1097,0,1558,6.28),
+(1097,0,1810,1.77),
+(1097,0,2000,2.93),
+(1097,0,2038,1.35),
+(1098,0,173,2.3),
+(1098,0,178,2.25),
+(1098,0,183,2.45),
+(1098,0,188,2.3),
+(1098,0,211,2.3),
+(1098,0,213,2.25),
+(1098,0,215,2.45),
+(1098,0,217,2.3),
+(1098,0,437,2.35),
+(1098,0,438,2.35),
+(1098,0,439,2.35),
+(1098,0,440,2.35),
+(1098,0,520,2.97),
+(1098,0,521,2.97),
+(1098,0,522,2.97),
+(1098,0,523,2.97),
+(1098,0,605,2.4),
+(1098,0,606,2.4),
+(1098,0,607,2.4),
+(1098,0,608,2.4),
+(1098,0,775,2.63),
+(1098,0,776,2.63),
+(1098,0,777,2.63),
+(1098,0,778,2.63),
+(1098,0,860,2.78),
+(1098,0,861,2.78),
+(1098,0,862,2.78),
+(1098,0,863,2.78),
+(1098,0,1030,3.15),
+(1098,0,1031,3.15),
+(1098,0,1032,3.15),
+(1098,0,1033,3.15),
+(1098,0,1318,0.13),
+(1098,0,1319,0.13),
+(1098,0,1320,0.13),
+(1098,0,1364,0.2),
+(1098,0,1365,0.2),
+(1098,0,1410,0.5),
+(1098,0,1411,0.5),
+(1098,0,1456,0.2),
+(1098,0,1457,0.2),
+(1098,0,1502,0.2),
+(1098,0,1503,0.2),
+(1098,0,1558,3.85),
+(1098,0,1559,3.85),
+(1098,0,1810,0.75),
+(1098,0,1811,0.75),
+(1098,0,2000,1.4),
+(1098,0,2001,1.4),
+(1098,0,2038,0.9),
+(1098,0,2039,0.9),
+(1099,0,211,2.85),
+(1099,0,212,2.85),
+(1099,0,213,2.35),
+(1099,0,214,2.35),
+(1099,0,215,2.18),
+(1099,0,216,2.18),
+(1099,0,217,2.38),
+(1099,0,218,2.38),
+(1099,0,437,2.55),
+(1099,0,438,2.55),
+(1099,0,439,2.55),
+(1099,0,440,2.55),
+(1099,0,520,2.69),
+(1099,0,521,2.69),
+(1099,0,522,2.69),
+(1099,0,523,2.69),
+(1099,0,605,2.79),
+(1099,0,606,2.79),
+(1099,0,607,2.79),
+(1099,0,608,2.79),
+(1099,0,775,2.46),
+(1099,0,776,2.46),
+(1099,0,777,2.46),
+(1099,0,778,2.46),
+(1099,0,860,2.61),
+(1099,0,861,2.61),
+(1099,0,862,2.61),
+(1099,0,863,2.61),
+(1099,0,1030,2.8),
+(1099,0,1031,2.8),
+(1099,0,1032,2.8),
+(1099,0,1033,2.8),
+(1099,0,1319,0.18),
+(1099,0,1320,0.18),
+(1099,0,1365,0.25),
+(1099,0,1366,0.25),
+(1099,0,1411,0.4),
+(1099,0,1412,0.4),
+(1099,0,1457,0.18),
+(1099,0,1458,0.18),
+(1099,0,1503,0.25),
+(1099,0,1504,0.25),
+(1099,0,1559,3.95),
+(1099,0,1560,3.95),
+(1099,0,1811,0.83),
+(1099,0,1812,0.83),
+(1099,0,2001,1.72),
+(1099,0,2002,1.72),
+(1099,0,2039,0.75),
+(1099,0,2040,0.75),
+(1100,0,212,3.1),
+(1100,0,214,1.98),
+(1100,0,216,2),
+(1100,0,218,2.52),
+(1100,0,267,3.1),
+(1100,0,287,2.52),
+(1100,0,383,1.98),
+(1100,0,409,2),
+(1100,0,440,2.69),
+(1100,0,441,2.69),
+(1100,0,442,2.69),
+(1100,0,443,2.69),
+(1100,0,523,2.83),
+(1100,0,524,2.83),
+(1100,0,525,2.83),
+(1100,0,526,2.83),
+(1100,0,608,3.32),
+(1100,0,609,3.32),
+(1100,0,610,3.32),
+(1100,0,611,3.32),
+(1100,0,694,0.1),
+(1100,0,778,2.2),
+(1100,0,779,2.2),
+(1100,0,780,2.2),
+(1100,0,781,2.2),
+(1100,0,863,2.49),
+(1100,0,864,2.49),
+(1100,0,865,2.49),
+(1100,0,866,2.49),
+(1100,0,1033,2.39),
+(1100,0,1034,2.39),
+(1100,0,1035,2.39),
+(1100,0,1036,2.39),
+(1100,0,1320,0.1),
+(1100,0,1321,0.1),
+(1100,0,1366,0.2),
+(1100,0,1367,0.2),
+(1100,0,1412,0.47),
+(1100,0,1413,0.47),
+(1100,0,1458,0.15),
+(1100,0,1459,0.15),
+(1100,0,1504,0.33),
+(1100,0,1505,0.33),
+(1100,0,1560,4.48),
+(1100,0,1561,4.48),
+(1100,0,1812,0.72),
+(1100,0,1813,0.72),
+(1100,0,2002,1.22),
+(1100,0,2003,1.22),
+(1100,0,2040,0.82),
+(1100,0,2041,0.82),
+(1101,0,267,6.8),
+(1101,0,287,3.93),
+(1101,0,383,4),
+(1101,0,409,3.47),
+(1101,0,440,3.05),
+(1101,0,441,3.05),
+(1101,0,442,3.05),
+(1101,0,443,3.05),
+(1101,0,523,2.9),
+(1101,0,524,2.9),
+(1101,0,525,2.9),
+(1101,0,526,2.9),
+(1101,0,608,3.18),
+(1101,0,609,3.18),
+(1101,0,610,3.18),
+(1101,0,611,3.18),
+(1101,0,778,2.52),
+(1101,0,779,2.52),
+(1101,0,780,2.52),
+(1101,0,781,2.52),
+(1101,0,863,2.66),
+(1101,0,864,2.66),
+(1101,0,865,2.66),
+(1101,0,866,2.66),
+(1101,0,1033,2.12),
+(1101,0,1034,2.12),
+(1101,0,1035,2.12),
+(1101,0,1036,2.12),
+(1101,0,1121,0.1),
+(1101,0,1321,0.4),
+(1101,0,1367,0.45),
+(1101,0,1413,1.8),
+(1101,0,1459,0.45),
+(1101,0,1505,0.73),
+(1101,0,1561,7.67),
+(1101,0,1813,1.27),
+(1101,0,1966,0.1),
+(1101,0,2003,2.53),
+(1101,0,2041,1.23),
+(1115,0,185,4.93),
+(1115,0,186,4.93),
+(1115,0,190,4.94),
+(1115,0,191,4.94),
+(1115,0,599,4.02),
+(1115,0,684,3.35),
+(1115,0,854,4.3),
+(1115,0,939,4.37),
+(1115,0,1024,7.92),
+(1115,0,1109,7.57),
+(1115,0,1194,39.4),
+(1115,0,1555,4.4),
+(1115,0,1556,4.4),
+(1115,0,2035,0.28),
+(1115,0,2036,0.28),
+(1116,0,186,10.17),
+(1116,0,191,10.53),
+(1116,0,599,0.91),
+(1116,0,600,0.91),
+(1116,0,601,0.91),
+(1116,0,602,0.91),
+(1116,0,684,0.84),
+(1116,0,685,0.84),
+(1116,0,686,0.84),
+(1116,0,687,0.84),
+(1116,0,854,1.13),
+(1116,0,855,1.13),
+(1116,0,856,1.13),
+(1116,0,857,1.13),
+(1116,0,939,1.18),
+(1116,0,940,1.18),
+(1116,0,941,1.18),
+(1116,0,942,1.18),
+(1116,0,1024,2.07),
+(1116,0,1025,2.07),
+(1116,0,1026,2.07),
+(1116,0,1027,2.07),
+(1116,0,1109,2.14),
+(1116,0,1110,2.14),
+(1116,0,1111,2.14),
+(1116,0,1112,2.14),
+(1116,0,1194,9.17),
+(1116,0,1195,9.17),
+(1116,0,1196,9.17),
+(1116,0,1197,9.17),
+(1116,0,1556,8.9),
+(1116,0,2036,0.67),
+(1117,0,187,9.4),
+(1117,0,192,10.95),
+(1117,0,602,0.93),
+(1117,0,603,0.93),
+(1117,0,604,0.93),
+(1117,0,605,0.93),
+(1117,0,687,0.92),
+(1117,0,688,0.92),
+(1117,0,689,0.92),
+(1117,0,690,0.92),
+(1117,0,857,1.03),
+(1117,0,858,1.03),
+(1117,0,859,1.03),
+(1117,0,860,1.03),
+(1117,0,942,1.3),
+(1117,0,943,1.3),
+(1117,0,944,1.3),
+(1117,0,945,1.3),
+(1117,0,1027,2.16),
+(1117,0,1028,2.16),
+(1117,0,1029,2.16),
+(1117,0,1030,2.16),
+(1117,0,1112,2.09),
+(1117,0,1113,2.09),
+(1117,0,1114,2.09),
+(1117,0,1115,2.09),
+(1117,0,1197,9.03),
+(1117,0,1198,9.03),
+(1117,0,1199,9.03),
+(1117,0,1200,9.03),
+(1117,0,1557,9.35),
+(1117,0,2037,0.45),
+(1118,0,188,10.35),
+(1118,0,193,10.08),
+(1118,0,602,0.96),
+(1118,0,603,0.96),
+(1118,0,604,0.96),
+(1118,0,605,0.96),
+(1118,0,687,0.91),
+(1118,0,688,0.91),
+(1118,0,689,0.91),
+(1118,0,690,0.91),
+(1118,0,857,0.94),
+(1118,0,858,0.94),
+(1118,0,859,0.94),
+(1118,0,860,0.94),
+(1118,0,942,1.1),
+(1118,0,943,1.1),
+(1118,0,944,1.1),
+(1118,0,945,1.1),
+(1118,0,1027,1.91),
+(1118,0,1028,1.91),
+(1118,0,1029,1.91),
+(1118,0,1030,1.91),
+(1118,0,1112,2.07),
+(1118,0,1113,2.07),
+(1118,0,1114,2.07),
+(1118,0,1115,2.07),
+(1118,0,1197,9.6),
+(1118,0,1198,9.6),
+(1118,0,1199,9.6),
+(1118,0,1200,9.6),
+(1118,0,1558,9),
+(1118,0,2038,0.63),
+(1119,0,188,4.1),
+(1119,0,193,4.6),
+(1119,0,217,4.1),
+(1119,0,219,4.6),
+(1119,0,605,0.8),
+(1119,0,606,0.8),
+(1119,0,607,0.8),
+(1119,0,608,0.8),
+(1119,0,690,0.8),
+(1119,0,691,0.8),
+(1119,0,692,0.8),
+(1119,0,693,0.8),
+(1119,0,860,0.75),
+(1119,0,861,0.75),
+(1119,0,862,0.75),
+(1119,0,863,0.75),
+(1119,0,945,0.8),
+(1119,0,946,0.8),
+(1119,0,947,0.8),
+(1119,0,948,0.8),
+(1119,0,1030,1.75),
+(1119,0,1031,1.75),
+(1119,0,1032,1.75),
+(1119,0,1033,1.75),
+(1119,0,1115,1.48),
+(1119,0,1116,1.48),
+(1119,0,1117,1.48),
+(1119,0,1118,1.48),
+(1119,0,1200,10.68),
+(1119,0,1201,10.68),
+(1119,0,1202,10.68),
+(1119,0,1203,10.68),
+(1119,0,1318,0.1),
+(1119,0,1319,0.1),
+(1119,0,1364,0.2),
+(1119,0,1365,0.2),
+(1119,0,1410,0.2),
+(1119,0,1411,0.2),
+(1119,0,1456,0.15),
+(1119,0,1457,0.15),
+(1119,0,1502,0.15),
+(1119,0,1503,0.15),
+(1119,0,1558,6.1),
+(1119,0,1559,6.1),
+(1119,0,2038,0.35),
+(1119,0,2039,0.35),
+(1120,0,217,4.42),
+(1120,0,218,4.42),
+(1120,0,219,4.28),
+(1120,0,220,4.28),
+(1120,0,605,0.9),
+(1120,0,606,0.9),
+(1120,0,607,0.9),
+(1120,0,608,0.9),
+(1120,0,690,0.76),
+(1120,0,691,0.76),
+(1120,0,692,0.76),
+(1120,0,693,0.76),
+(1120,0,860,0.88),
+(1120,0,861,0.88),
+(1120,0,862,0.88),
+(1120,0,863,0.88),
+(1120,0,945,1.02),
+(1120,0,946,1.02),
+(1120,0,947,1.02),
+(1120,0,948,1.02),
+(1120,0,1030,1.41),
+(1120,0,1031,1.41),
+(1120,0,1032,1.41),
+(1120,0,1033,1.41),
+(1120,0,1115,1.42),
+(1120,0,1116,1.42),
+(1120,0,1117,1.42),
+(1120,0,1118,1.42),
+(1120,0,1200,10.61),
+(1120,0,1201,10.61),
+(1120,0,1202,10.61),
+(1120,0,1203,10.61),
+(1120,0,1319,0.23),
+(1120,0,1320,0.23),
+(1120,0,1365,0.2),
+(1120,0,1366,0.2),
+(1120,0,1411,0.28),
+(1120,0,1412,0.28),
+(1120,0,1457,0.17),
+(1120,0,1458,0.17),
+(1120,0,1503,0.2),
+(1120,0,1504,0.2),
+(1120,0,1559,6.08),
+(1120,0,1560,6.08),
+(1120,0,2039,0.23),
+(1120,0,2040,0.23),
+(1121,0,218,3.85),
+(1121,0,220,4.27),
+(1121,0,287,3.85),
+(1121,0,307,4.27),
+(1121,0,525,0.1),
+(1121,0,608,0.8),
+(1121,0,609,0.8),
+(1121,0,610,0.8),
+(1121,0,611,0.8),
+(1121,0,693,0.92),
+(1121,0,694,0.92),
+(1121,0,695,0.92),
+(1121,0,696,0.92),
+(1121,0,863,0.92),
+(1121,0,864,0.92),
+(1121,0,865,0.92),
+(1121,0,866,0.92),
+(1121,0,948,1.03),
+(1121,0,949,1.03),
+(1121,0,950,1.03),
+(1121,0,951,1.03),
+(1121,0,1033,1.35),
+(1121,0,1034,1.35),
+(1121,0,1035,1.35),
+(1121,0,1036,1.35),
+(1121,0,1118,1.38),
+(1121,0,1119,1.38),
+(1121,0,1120,1.38),
+(1121,0,1121,1.38),
+(1121,0,1203,10.47),
+(1121,0,1204,10.47),
+(1121,0,1205,10.47),
+(1121,0,1206,10.47),
+(1121,0,1320,0.17),
+(1121,0,1321,0.17),
+(1121,0,1366,0.37),
+(1121,0,1367,0.37),
+(1121,0,1412,0.42),
+(1121,0,1413,0.42),
+(1121,0,1458,0.18),
+(1121,0,1459,0.18),
+(1121,0,1504,0.3),
+(1121,0,1505,0.3),
+(1121,0,1560,6.5),
+(1121,0,1561,6.5),
+(1121,0,1718,0.1),
+(1121,0,2040,0.38),
+(1121,0,2041,0.38),
+(1122,0,287,8.5),
+(1122,0,307,11),
+(1122,0,608,0.85),
+(1122,0,609,0.85),
+(1122,0,610,0.85),
+(1122,0,611,0.85),
+(1122,0,693,0.85),
+(1122,0,694,0.85),
+(1122,0,695,0.85),
+(1122,0,696,0.85),
+(1122,0,863,1.02),
+(1122,0,864,1.02),
+(1122,0,865,1.02),
+(1122,0,866,1.02),
+(1122,0,948,0.6),
+(1122,0,949,0.6),
+(1122,0,950,0.6),
+(1122,0,951,0.6),
+(1122,0,1033,1.65),
+(1122,0,1034,1.65),
+(1122,0,1035,1.65),
+(1122,0,1036,1.65),
+(1122,0,1118,1.67),
+(1122,0,1119,1.67),
+(1122,0,1120,1.67),
+(1122,0,1121,1.67),
+(1122,0,1203,9.8),
+(1122,0,1204,9.8),
+(1122,0,1205,9.8),
+(1122,0,1206,9.8),
+(1122,0,1321,0.6),
+(1122,0,1367,0.1),
+(1122,0,1413,0.2),
+(1122,0,1459,0.4),
+(1122,0,1505,0.1),
+(1122,0,1561,12.8),
+(1122,0,2041,0.6),
+(1131,0,133,4.63),
+(1131,0,135,3.27),
+(1131,0,152,4.63),
+(1131,0,154,3.27),
+(1131,0,252,0.1),
+(1131,0,508,2.66),
+(1131,0,509,2.66),
+(1131,0,510,2.66),
+(1131,0,511,2.66),
+(1131,0,763,6.29),
+(1131,0,764,6.29),
+(1131,0,765,6.29),
+(1131,0,766,6.29),
+(1131,0,848,3.91),
+(1131,0,849,3.91),
+(1131,0,850,3.91),
+(1131,0,851,3.91),
+(1131,0,1018,3.8),
+(1131,0,1019,3.8),
+(1131,0,1020,3.8),
+(1131,0,1021,3.8),
+(1131,0,1022,3.26),
+(1131,0,1804,3.32),
+(1131,0,1805,3.32),
+(1131,0,1842,1.8),
+(1131,0,1843,1.8),
+(1131,0,1956,2.8),
+(1131,0,1957,2.8),
+(1132,0,174,9.23),
+(1132,0,184,6.27),
+(1132,0,511,2.67),
+(1132,0,512,2.67),
+(1132,0,513,2.67),
+(1132,0,514,2.67),
+(1132,0,766,6.78),
+(1132,0,767,6.78),
+(1132,0,768,6.78),
+(1132,0,769,6.78),
+(1132,0,851,3.54),
+(1132,0,852,3.54),
+(1132,0,853,3.54),
+(1132,0,854,3.54),
+(1132,0,1021,4.37),
+(1132,0,1022,4.37),
+(1132,0,1023,4.37),
+(1132,0,1024,4.37),
+(1132,0,1307,0.1),
+(1132,0,1806,6.37),
+(1132,0,1844,3.2),
+(1132,0,1958,5.5),
+(1133,0,175,11.1),
+(1133,0,185,6.3),
+(1133,0,511,2.57),
+(1133,0,512,2.57),
+(1133,0,513,2.57),
+(1133,0,514,2.57),
+(1133,0,766,7.03),
+(1133,0,767,7.03),
+(1133,0,768,7.03),
+(1133,0,769,7.03),
+(1133,0,851,3.4),
+(1133,0,852,3.4),
+(1133,0,853,3.4),
+(1133,0,854,3.4),
+(1133,0,1021,4.53),
+(1133,0,1022,4.53),
+(1133,0,1023,4.53),
+(1133,0,1024,4.53),
+(1133,0,1807,5.6),
+(1133,0,1845,2.45),
+(1133,0,1959,4.4),
+(1134,0,176,5.57),
+(1134,0,177,5.57),
+(1134,0,186,2.93),
+(1134,0,187,2.93),
+(1134,0,514,2.76),
+(1134,0,515,2.76),
+(1134,0,516,2.76),
+(1134,0,517,2.76),
+(1134,0,769,7.43),
+(1134,0,770,7.43),
+(1134,0,771,7.43),
+(1134,0,772,7.43),
+(1134,0,854,3.07),
+(1134,0,855,3.07),
+(1134,0,856,3.07),
+(1134,0,857,3.07),
+(1134,0,1024,4.56),
+(1134,0,1025,4.56),
+(1134,0,1026,4.56),
+(1134,0,1027,4.56),
+(1134,0,1808,2.65),
+(1134,0,1809,2.65),
+(1134,0,1846,1.08),
+(1134,0,1847,1.08),
+(1134,0,1960,2.07),
+(1134,0,1961,2.07),
+(1135,0,177,4.25),
+(1135,0,178,4.25),
+(1135,0,187,3.47),
+(1135,0,188,3.47),
+(1135,0,517,2.7),
+(1135,0,518,2.7),
+(1135,0,519,2.7),
+(1135,0,520,2.7),
+(1135,0,772,7.36),
+(1135,0,773,7.36),
+(1135,0,774,7.36),
+(1135,0,775,7.36),
+(1135,0,857,2.68),
+(1135,0,858,2.68),
+(1135,0,859,2.68),
+(1135,0,860,2.68),
+(1135,0,1027,5.28),
+(1135,0,1028,5.28),
+(1135,0,1029,5.28),
+(1135,0,1030,5.28),
+(1135,0,1809,2.77),
+(1135,0,1810,2.77),
+(1135,0,1847,1.08),
+(1135,0,1848,1.08),
+(1135,0,1961,2.33),
+(1135,0,1962,2.33),
+(1136,0,178,4.07),
+(1136,0,188,3.5),
+(1136,0,213,4.07),
+(1136,0,217,3.5),
+(1136,0,520,2.9),
+(1136,0,521,2.9),
+(1136,0,522,2.9),
+(1136,0,523,2.9),
+(1136,0,775,6.96),
+(1136,0,776,6.96),
+(1136,0,777,6.96),
+(1136,0,778,6.96),
+(1136,0,860,2.6),
+(1136,0,861,2.6),
+(1136,0,862,2.6),
+(1136,0,863,2.6),
+(1136,0,1030,5.2),
+(1136,0,1031,5.2),
+(1136,0,1032,5.2),
+(1136,0,1033,5.2),
+(1136,0,1810,3.25),
+(1136,0,1811,3.25),
+(1136,0,1848,1.25),
+(1136,0,1849,1.25),
+(1136,0,1962,2.65),
+(1136,0,1963,2.65),
+(1136,0,1989,0.1),
+(1137,0,213,3.82),
+(1137,0,214,3.82),
+(1137,0,217,3.33),
+(1137,0,218,3.33),
+(1137,0,520,3.04),
+(1137,0,521,3.04),
+(1137,0,522,3.04),
+(1137,0,523,3.04),
+(1137,0,775,7.27),
+(1137,0,776,7.27),
+(1137,0,777,7.27),
+(1137,0,778,7.27),
+(1137,0,860,2.45),
+(1137,0,861,2.45),
+(1137,0,862,2.45),
+(1137,0,863,2.45),
+(1137,0,1030,5.32),
+(1137,0,1031,5.32),
+(1137,0,1032,5.32),
+(1137,0,1033,5.32),
+(1137,0,1811,3.07),
+(1137,0,1812,3.07),
+(1137,0,1849,1.23),
+(1137,0,1850,1.23),
+(1137,0,1963,2.35),
+(1137,0,1964,2.35),
+(1138,0,214,3.58),
+(1138,0,218,3.58),
+(1138,0,287,3.58),
+(1138,0,383,3.58),
+(1138,0,523,3.13),
+(1138,0,524,3.13),
+(1138,0,525,3.13),
+(1138,0,526,3.13),
+(1138,0,778,7.17),
+(1138,0,779,7.17),
+(1138,0,780,7.17),
+(1138,0,781,7.17),
+(1138,0,863,2.27),
+(1138,0,864,2.27),
+(1138,0,865,2.27),
+(1138,0,866,2.27),
+(1138,0,1033,5.04),
+(1138,0,1034,5.04),
+(1138,0,1035,5.04),
+(1138,0,1036,5.04),
+(1138,0,1413,0.1),
+(1138,0,1812,3.6),
+(1138,0,1813,3.6),
+(1138,0,1850,1.52),
+(1138,0,1851,1.52),
+(1138,0,1964,2.53),
+(1138,0,1965,2.53),
+(1139,0,287,3.58),
+(1139,0,333,3.58),
+(1139,0,383,3.83),
+(1139,0,384,3.83),
+(1139,0,526,3.2),
+(1139,0,527,3.2),
+(1139,0,528,3.2),
+(1139,0,529,3.2),
+(1139,0,781,6.59),
+(1139,0,782,6.59),
+(1139,0,783,6.59),
+(1139,0,784,6.59),
+(1139,0,866,2.21),
+(1139,0,867,2.21),
+(1139,0,868,2.21),
+(1139,0,869,2.21),
+(1139,0,1036,5.44),
+(1139,0,1037,5.44),
+(1139,0,1038,5.44),
+(1139,0,1039,5.44),
+(1139,0,1813,3.68),
+(1139,0,1814,3.68),
+(1139,0,1851,1.49),
+(1139,0,1852,1.49),
+(1139,0,1853,1.07),
+(1139,0,1965,2.37),
+(1139,0,1966,2.37),
+(1140,0,334,6.3),
+(1140,0,385,5.7),
+(1140,0,529,3.17),
+(1140,0,530,3.17),
+(1140,0,531,3.17),
+(1140,0,532,3.17),
+(1140,0,784,5.1),
+(1140,0,785,5.1),
+(1140,0,786,5.1),
+(1140,0,787,5.1),
+(1140,0,869,1.75),
+(1140,0,870,1.75),
+(1140,0,871,1.75),
+(1140,0,872,1.75),
+(1140,0,1039,5.03),
+(1140,0,1040,5.03),
+(1140,0,1041,5.03),
+(1140,0,1042,5.03),
+(1140,0,1323,0.4),
+(1140,0,1369,0.5),
+(1140,0,1415,0.5),
+(1140,0,1461,0.6),
+(1140,0,1507,0.2),
+(1140,0,1815,12.3),
+(1140,0,1853,5.3),
+(1140,0,1967,8.2),
+(1141,0,335,6),
+(1141,0,386,6.15),
+(1141,0,387,4.15),
+(1141,0,529,2.44),
+(1141,0,530,2.44),
+(1141,0,531,2.44),
+(1141,0,532,2.44),
+(1141,0,784,5.82),
+(1141,0,785,5.82),
+(1141,0,786,5.82),
+(1141,0,787,5.82),
+(1141,0,869,2.69),
+(1141,0,870,2.69),
+(1141,0,871,2.69),
+(1141,0,872,2.69),
+(1141,0,1039,4.05),
+(1141,0,1040,4.05),
+(1141,0,1041,4.05),
+(1141,0,1042,4.05),
+(1141,0,1324,0.33),
+(1141,0,1370,0.4),
+(1141,0,1416,0.6),
+(1141,0,1462,0.37),
+(1141,0,1508,0.43),
+(1141,0,1816,9.77),
+(1141,0,1854,4.82),
+(1141,0,1855,2.17),
+(1141,0,1856,2.17),
+(1141,0,1968,8.37),
+(1141,0,2122,0.03),
+(1141,0,2123,0.03),
+(1141,0,2124,0.03),
+(1141,0,2125,0.03),
+(1142,0,336,3.48),
+(1142,0,337,3.48),
+(1142,0,387,3.02),
+(1142,0,388,3.02),
+(1142,0,389,2.63),
+(1142,0,415,0.1),
+(1142,0,454,0.1),
+(1142,0,532,2.03),
+(1142,0,533,2.03),
+(1142,0,534,2.03),
+(1142,0,535,2.03),
+(1142,0,787,5.94),
+(1142,0,788,5.94),
+(1142,0,789,5.94),
+(1142,0,790,5.94),
+(1142,0,872,2.96),
+(1142,0,873,2.96),
+(1142,0,874,2.96),
+(1142,0,875,2.96),
+(1142,0,1042,3.95),
+(1142,0,1043,3.95),
+(1142,0,1044,3.95),
+(1142,0,1045,3.95),
+(1142,0,1325,0.15),
+(1142,0,1326,0.15),
+(1142,0,1371,0.13),
+(1142,0,1372,0.13),
+(1142,0,1373,0.07),
+(1142,0,1417,0.27),
+(1142,0,1418,0.27),
+(1142,0,1463,0.2),
+(1142,0,1464,0.2),
+(1142,0,1509,0.11),
+(1142,0,1510,0.11),
+(1142,0,1511,0.13),
+(1142,0,1512,0.13),
+(1142,0,1817,4.67),
+(1142,0,1818,4.67),
+(1142,0,1855,3.2),
+(1142,0,1856,3.2),
+(1142,0,1932,0.05),
+(1142,0,1933,0.05),
+(1142,0,1969,3.1),
+(1142,0,1970,3.1),
+(1142,0,1971,2.2),
+(1142,0,1972,2.2),
+(1142,0,2149,0.1),
+(1143,0,337,2.4),
+(1143,0,338,2.4),
+(1143,0,339,1.77),
+(1143,0,388,2.84),
+(1143,0,389,2.84),
+(1143,0,390,2.25),
+(1143,0,391,1.9),
+(1143,0,415,0.05),
+(1143,0,416,0.18),
+(1143,0,454,0.1),
+(1143,0,455,0.1),
+(1143,0,457,0.1),
+(1143,0,535,1.95),
+(1143,0,536,1.95),
+(1143,0,537,1.95),
+(1143,0,538,1.95),
+(1143,0,622,0.1),
+(1143,0,707,0.25),
+(1143,0,708,0.1),
+(1143,0,790,5.96),
+(1143,0,791,5.96),
+(1143,0,792,5.96),
+(1143,0,793,5.96),
+(1143,0,875,3.77),
+(1143,0,876,3.77),
+(1143,0,877,3.77),
+(1143,0,878,3.77),
+(1143,0,1045,3.27),
+(1143,0,1046,3.27),
+(1143,0,1047,3.27),
+(1143,0,1048,3.27),
+(1143,0,1050,2.92),
+(1143,0,1132,0.05),
+(1143,0,1133,0.05),
+(1143,0,1134,0.1),
+(1143,0,1216,0.1),
+(1143,0,1326,0.13),
+(1143,0,1327,0.22),
+(1143,0,1372,0.23),
+(1143,0,1373,0.25),
+(1143,0,1374,0.25),
+(1143,0,1375,0.38),
+(1143,0,1418,0.37),
+(1143,0,1419,0.37),
+(1143,0,1464,0.22),
+(1143,0,1465,0.28),
+(1143,0,1510,0.5),
+(1143,0,1511,0.25),
+(1143,0,1726,0.1),
+(1143,0,1818,3.86),
+(1143,0,1819,3.86),
+(1143,0,1856,3.8),
+(1143,0,1857,3.8),
+(1143,0,1896,0.1),
+(1143,0,1970,3.78),
+(1143,0,1971,3.78),
+(1143,0,1972,2.93),
+(1143,0,2088,0.05),
+(1143,0,2089,0.05),
+(1143,0,2149,0.1),
+(1143,0,2150,0.1),
+(1143,0,2153,0.1),
+(1143,0,2162,0.1),
+(1152,0,128,5.05),
+(1152,0,132,3.17),
+(1152,0,133,4.4),
+(1152,0,135,4.13),
+(1152,0,151,3.17),
+(1152,0,152,4.4),
+(1152,0,154,4.13),
+(1152,0,237,0.79),
+(1152,0,247,0.79),
+(1152,0,248,0.79),
+(1152,0,249,0.79),
+(1152,0,508,0.88),
+(1152,0,509,0.88),
+(1152,0,510,0.88),
+(1152,0,511,0.88),
+(1152,0,593,2.45),
+(1152,0,594,2.45),
+(1152,0,595,2.45),
+(1152,0,596,2.45),
+(1152,0,763,4.69),
+(1152,0,764,4.69),
+(1152,0,765,4.69),
+(1152,0,766,4.69),
+(1152,0,848,2.32),
+(1152,0,849,2.32),
+(1152,0,850,2.32),
+(1152,0,851,2.32),
+(1152,0,1018,3.8),
+(1152,0,1019,3.8),
+(1152,0,1020,3.8),
+(1152,0,1021,3.8),
+(1152,0,1103,2.19),
+(1152,0,1104,2.19),
+(1152,0,1105,2.19),
+(1152,0,1106,2.19),
+(1152,0,1994,1.5),
+(1152,0,1995,1.5),
+(1153,0,167,6.77),
+(1153,0,174,10.5),
+(1153,0,184,7.4),
+(1153,0,247,0.92),
+(1153,0,250,0.92),
+(1153,0,251,0.92),
+(1153,0,252,0.92),
+(1153,0,511,0.93),
+(1153,0,512,0.93),
+(1153,0,513,0.93),
+(1153,0,514,0.93),
+(1153,0,596,2.31),
+(1153,0,597,2.31),
+(1153,0,598,2.31),
+(1153,0,599,2.31),
+(1153,0,766,5.05),
+(1153,0,767,5.05),
+(1153,0,768,5.05),
+(1153,0,769,5.05),
+(1153,0,851,2.4),
+(1153,0,852,2.4),
+(1153,0,853,2.4),
+(1153,0,854,2.4),
+(1153,0,1021,2.74),
+(1153,0,1022,2.74),
+(1153,0,1023,2.74),
+(1153,0,1024,2.74),
+(1153,0,1106,2.24),
+(1153,0,1107,2.24),
+(1153,0,1108,2.24),
+(1153,0,1109,2.24),
+(1153,0,1608,5.13),
+(1153,0,1996,3.73),
+(1154,0,168,6.37),
+(1154,0,175,9.83),
+(1154,0,185,7.2),
+(1154,0,247,0.84),
+(1154,0,250,0.84),
+(1154,0,251,0.84),
+(1154,0,252,0.84),
+(1154,0,511,0.97),
+(1154,0,512,0.97),
+(1154,0,513,0.97),
+(1154,0,514,0.97),
+(1154,0,596,2.57),
+(1154,0,597,2.57),
+(1154,0,598,2.57),
+(1154,0,599,2.57),
+(1154,0,766,5.18),
+(1154,0,767,5.18),
+(1154,0,768,5.18),
+(1154,0,769,5.18),
+(1154,0,851,2.3),
+(1154,0,852,2.3),
+(1154,0,853,2.3),
+(1154,0,854,2.3),
+(1154,0,1021,2.89),
+(1154,0,1022,2.89),
+(1154,0,1023,2.89),
+(1154,0,1024,2.89),
+(1154,0,1106,2.3),
+(1154,0,1107,2.3),
+(1154,0,1108,2.3),
+(1154,0,1109,2.3),
+(1154,0,1609,5.1),
+(1154,0,1997,3.2),
+(1155,0,171,3.43),
+(1155,0,172,3.43),
+(1155,0,176,3.4),
+(1155,0,177,3.4),
+(1155,0,186,4.6),
+(1155,0,187,4.6),
+(1155,0,251,0.89),
+(1155,0,253,0.89),
+(1155,0,254,0.89),
+(1155,0,255,0.89),
+(1155,0,514,1.23),
+(1155,0,515,1.23),
+(1155,0,516,1.23),
+(1155,0,517,1.23),
+(1155,0,599,2.96),
+(1155,0,600,2.96),
+(1155,0,601,2.96),
+(1155,0,602,2.96),
+(1155,0,769,4.44),
+(1155,0,770,4.44),
+(1155,0,771,4.44),
+(1155,0,772,4.44),
+(1155,0,854,2.59),
+(1155,0,855,2.59),
+(1155,0,856,2.59),
+(1155,0,857,2.59),
+(1155,0,1024,3.03),
+(1155,0,1025,3.03),
+(1155,0,1026,3.03),
+(1155,0,1027,3.03),
+(1155,0,1109,2.33),
+(1155,0,1110,2.33),
+(1155,0,1111,2.33),
+(1155,0,1112,2.33),
+(1155,0,1610,2.18),
+(1155,0,1611,2.18),
+(1155,0,1998,1.43),
+(1155,0,1999,1.43),
+(1156,0,172,2.98),
+(1156,0,173,2.98),
+(1156,0,177,3.33),
+(1156,0,178,3.33),
+(1156,0,187,5.03),
+(1156,0,188,5.03),
+(1156,0,254,0.97),
+(1156,0,435,0.97),
+(1156,0,436,0.97),
+(1156,0,437,0.97),
+(1156,0,517,1.18),
+(1156,0,518,1.18),
+(1156,0,519,1.18),
+(1156,0,520,1.18),
+(1156,0,602,2.54),
+(1156,0,603,2.54),
+(1156,0,604,2.54),
+(1156,0,605,2.54),
+(1156,0,772,4.14),
+(1156,0,773,4.14),
+(1156,0,774,4.14),
+(1156,0,775,4.14),
+(1156,0,857,2.32),
+(1156,0,858,2.32),
+(1156,0,859,2.32),
+(1156,0,860,2.32),
+(1156,0,1027,3.53),
+(1156,0,1028,3.53),
+(1156,0,1029,3.53),
+(1156,0,1030,3.53),
+(1156,0,1112,2.6),
+(1156,0,1113,2.6),
+(1156,0,1114,2.6),
+(1156,0,1115,2.6),
+(1156,0,1607,2.67),
+(1156,0,1611,2.67),
+(1156,0,1999,1.45),
+(1156,0,2000,1.45),
+(1157,0,173,3.64),
+(1157,0,178,3.51),
+(1157,0,188,5.14),
+(1157,0,211,3.64),
+(1157,0,213,3.51),
+(1157,0,217,5.14),
+(1157,0,520,0.58),
+(1157,0,521,0.58),
+(1157,0,522,0.58),
+(1157,0,523,0.58),
+(1157,0,605,4.69),
+(1157,0,606,4.69),
+(1157,0,607,4.69),
+(1157,0,608,4.69),
+(1157,0,775,3.95),
+(1157,0,776,3.95),
+(1157,0,777,3.95),
+(1157,0,778,3.95),
+(1157,0,860,2.52),
+(1157,0,861,2.52),
+(1157,0,862,2.52),
+(1157,0,863,2.52),
+(1157,0,1030,2.91),
+(1157,0,1031,2.91),
+(1157,0,1032,2.91),
+(1157,0,1033,2.91),
+(1157,0,1115,0.99),
+(1157,0,1116,0.99),
+(1157,0,1117,1.02),
+(1157,0,1118,1.02),
+(1157,0,1200,1.54),
+(1157,0,1201,1.54),
+(1157,0,1202,1.54),
+(1157,0,1203,1.54),
+(1157,0,1607,2.34),
+(1157,0,1612,2.34),
+(1157,0,2000,1.27),
+(1157,0,2001,1.27),
+(1157,0,2027,0.1),
+(1158,0,211,3.1),
+(1158,0,212,3.1),
+(1158,0,213,3.5),
+(1158,0,214,3.5),
+(1158,0,217,5.41),
+(1158,0,218,5.41),
+(1158,0,520,0.76),
+(1158,0,521,0.76),
+(1158,0,522,0.76),
+(1158,0,523,0.76),
+(1158,0,605,4.22),
+(1158,0,606,4.22),
+(1158,0,607,4.22),
+(1158,0,608,4.22),
+(1158,0,775,4.04),
+(1158,0,776,4.04),
+(1158,0,777,4.04),
+(1158,0,778,4.04),
+(1158,0,860,2.68),
+(1158,0,861,2.68),
+(1158,0,862,2.68),
+(1158,0,863,2.68),
+(1158,0,1030,3.06),
+(1158,0,1031,3.06),
+(1158,0,1032,3.06),
+(1158,0,1033,3.06),
+(1158,0,1115,0.89),
+(1158,0,1116,0.89),
+(1158,0,1117,0.89),
+(1158,0,1118,0.89),
+(1158,0,1200,1.53),
+(1158,0,1201,1.53),
+(1158,0,1202,1.53),
+(1158,0,1203,1.53),
+(1158,0,1612,2.31),
+(1158,0,1613,2.31),
+(1158,0,2001,1.28),
+(1158,0,2002,1.28),
+(1159,0,212,2.68),
+(1159,0,214,3.98),
+(1159,0,218,5.15),
+(1159,0,267,2.68),
+(1159,0,287,5.15),
+(1159,0,383,3.98),
+(1159,0,523,0.7),
+(1159,0,524,0.7),
+(1159,0,525,0.7),
+(1159,0,526,0.7),
+(1159,0,608,3.51),
+(1159,0,609,3.51),
+(1159,0,610,3.51),
+(1159,0,611,3.51),
+(1159,0,778,4.56),
+(1159,0,779,4.56),
+(1159,0,780,4.56),
+(1159,0,781,4.56),
+(1159,0,863,2.97),
+(1159,0,864,2.97),
+(1159,0,865,2.97),
+(1159,0,866,2.97),
+(1159,0,1033,3.11),
+(1159,0,1034,3.11),
+(1159,0,1035,3.11),
+(1159,0,1036,3.11),
+(1159,0,1118,0.97),
+(1159,0,1119,0.97),
+(1159,0,1120,0.97),
+(1159,0,1121,0.97),
+(1159,0,1203,1.36),
+(1159,0,1204,1.36),
+(1159,0,1205,1.36),
+(1159,0,1206,1.36),
+(1159,0,1613,2.2),
+(1159,0,1614,2.2),
+(1159,0,2002,1.55),
+(1159,0,2003,1.55),
+(1160,0,267,3),
+(1160,0,287,5.65),
+(1160,0,333,5.65),
+(1160,0,358,3),
+(1160,0,383,3.6),
+(1160,0,384,3.6),
+(1160,0,526,0.74),
+(1160,0,527,0.74),
+(1160,0,528,0.74),
+(1160,0,529,0.74),
+(1160,0,611,3.42),
+(1160,0,612,3.42),
+(1160,0,613,3.42),
+(1160,0,614,3.42),
+(1160,0,781,4.57),
+(1160,0,782,4.57),
+(1160,0,783,4.57),
+(1160,0,784,4.57),
+(1160,0,866,2.92),
+(1160,0,867,2.92),
+(1160,0,868,2.92),
+(1160,0,869,2.92),
+(1160,0,1036,3),
+(1160,0,1037,3),
+(1160,0,1038,3),
+(1160,0,1039,3),
+(1160,0,1121,0.86),
+(1160,0,1122,0.86),
+(1160,0,1123,0.86),
+(1160,0,1124,0.86),
+(1160,0,1206,1.47),
+(1160,0,1207,1.47),
+(1160,0,1208,1.47),
+(1160,0,1209,1.47),
+(1160,0,1614,2.42),
+(1160,0,1615,2.42),
+(1160,0,2003,1.33),
+(1160,0,2004,1.33),
+(1161,0,334,8.65),
+(1161,0,359,4.8),
+(1161,0,385,6.6),
+(1161,0,529,0.69),
+(1161,0,530,0.69),
+(1161,0,531,0.69),
+(1161,0,532,0.69),
+(1161,0,614,2.85),
+(1161,0,615,2.85),
+(1161,0,616,2.85),
+(1161,0,617,2.85),
+(1161,0,784,4.2),
+(1161,0,785,4.2),
+(1161,0,786,4.2),
+(1161,0,787,4.2),
+(1161,0,869,2.65),
+(1161,0,870,2.65),
+(1161,0,871,2.65),
+(1161,0,872,2.65),
+(1161,0,1039,2.81),
+(1161,0,1040,2.81),
+(1161,0,1041,2.81),
+(1161,0,1042,2.81),
+(1161,0,1124,0.83),
+(1161,0,1125,0.83),
+(1161,0,1126,0.83),
+(1161,0,1127,0.83),
+(1161,0,1209,1.2),
+(1161,0,1210,1.2),
+(1161,0,1211,1.2),
+(1161,0,1212,1.2),
+(1161,0,1323,0.3),
+(1161,0,1369,0.4),
+(1161,0,1415,0.65),
+(1161,0,1461,0.4),
+(1161,0,1507,0.45),
+(1161,0,1620,10.1),
+(1161,0,2005,6.75),
+(1162,0,335,9.2),
+(1162,0,360,6.55),
+(1162,0,386,5.8),
+(1162,0,450,0.1),
+(1162,0,529,0.63),
+(1162,0,530,0.63),
+(1162,0,531,0.63),
+(1162,0,532,0.63),
+(1162,0,614,3.8),
+(1162,0,615,3.8),
+(1162,0,616,3.8),
+(1162,0,617,3.8),
+(1162,0,784,3.63),
+(1162,0,785,3.63),
+(1162,0,786,3.63),
+(1162,0,787,3.63),
+(1162,0,869,2.56),
+(1162,0,870,2.56),
+(1162,0,871,2.56),
+(1162,0,872,2.56),
+(1162,0,1039,2.31),
+(1162,0,1040,2.31),
+(1162,0,1041,2.31),
+(1162,0,1042,2.31),
+(1162,0,1044,1.82),
+(1162,0,1124,0.71),
+(1162,0,1125,0.71),
+(1162,0,1126,0.71),
+(1162,0,1127,0.71),
+(1162,0,1209,1.36),
+(1162,0,1210,1.36),
+(1162,0,1211,1.36),
+(1162,0,1212,1.36),
+(1162,0,1324,0.35),
+(1162,0,1370,0.4),
+(1162,0,1416,0.85),
+(1162,0,1462,0.3),
+(1162,0,1508,0.6),
+(1162,0,1621,9),
+(1162,0,2006,5.95),
+(1162,0,2122,0.03),
+(1162,0,2123,0.03),
+(1162,0,2124,0.03),
+(1162,0,2125,0.03),
+(1163,0,314,0.1),
+(1163,0,336,4.79),
+(1163,0,337,4.79),
+(1163,0,361,3.51),
+(1163,0,362,3.51),
+(1163,0,387,2.54),
+(1163,0,388,2.54),
+(1163,0,415,0.1),
+(1163,0,532,0.63),
+(1163,0,533,0.63),
+(1163,0,534,0.63),
+(1163,0,535,0.63),
+(1163,0,617,4.73),
+(1163,0,618,4.73),
+(1163,0,619,4.73),
+(1163,0,620,4.73),
+(1163,0,705,0.1),
+(1163,0,787,3.23),
+(1163,0,788,3.23),
+(1163,0,789,3.23),
+(1163,0,790,3.23),
+(1163,0,872,2.42),
+(1163,0,873,2.42),
+(1163,0,874,2.42),
+(1163,0,875,2.42),
+(1163,0,1042,2.43),
+(1163,0,1043,2.43),
+(1163,0,1044,2.43),
+(1163,0,1045,2.43),
+(1163,0,1127,0.74),
+(1163,0,1128,0.74),
+(1163,0,1129,0.74),
+(1163,0,1130,0.74),
+(1163,0,1212,1.42),
+(1163,0,1213,1.42),
+(1163,0,1214,1.42),
+(1163,0,1215,1.42),
+(1163,0,1325,0.25),
+(1163,0,1326,0.25),
+(1163,0,1371,0.32),
+(1163,0,1372,0.37),
+(1163,0,1417,0.3),
+(1163,0,1418,0.33),
+(1163,0,1463,0.18),
+(1163,0,1464,0.18),
+(1163,0,1509,0.35),
+(1163,0,1510,0.19),
+(1163,0,1511,0.13),
+(1163,0,1616,4.07),
+(1163,0,1622,4.07),
+(1163,0,1933,0.1),
+(1163,0,2007,2.73),
+(1163,0,2008,2.73),
+(1163,0,2153,0.1),
+(1164,0,337,3.82),
+(1164,0,338,3.82),
+(1164,0,362,3.98),
+(1164,0,363,3.98),
+(1164,0,388,2.77),
+(1164,0,389,2.77),
+(1164,0,535,0.65),
+(1164,0,536,1.17),
+(1164,0,537,0.65),
+(1164,0,538,0.65),
+(1164,0,620,5.31),
+(1164,0,621,5.31),
+(1164,0,622,5.31),
+(1164,0,623,5.31),
+(1164,0,790,4.07),
+(1164,0,791,4.07),
+(1164,0,792,4.07),
+(1164,0,793,4.07),
+(1164,0,875,1.99),
+(1164,0,876,1.99),
+(1164,0,877,1.99),
+(1164,0,878,1.99),
+(1164,0,963,0.1),
+(1164,0,1045,2.42),
+(1164,0,1046,2.42),
+(1164,0,1047,2.42),
+(1164,0,1048,2.42),
+(1164,0,1130,0.88),
+(1164,0,1131,0.88),
+(1164,0,1132,0.44),
+(1164,0,1133,0.44),
+(1164,0,1215,1.36),
+(1164,0,1216,1.36),
+(1164,0,1217,1.36),
+(1164,0,1218,1.36),
+(1164,0,1326,0.25),
+(1164,0,1327,0.25),
+(1164,0,1372,0.18),
+(1164,0,1373,0.18),
+(1164,0,1418,0.38),
+(1164,0,1419,0.27),
+(1164,0,1464,0.2),
+(1164,0,1465,0.2),
+(1164,0,1510,0.15),
+(1164,0,1511,0.15),
+(1164,0,1616,3.5),
+(1164,0,1623,3.5),
+(1164,0,1726,0.1),
+(1164,0,2008,2.4),
+(1164,0,2009,2.4),
+(1173,0,128,7.77),
+(1173,0,135,4.63),
+(1173,0,154,4.63),
+(1173,0,593,0.97),
+(1173,0,594,0.97),
+(1173,0,595,0.97),
+(1173,0,596,0.97),
+(1173,0,678,1.41),
+(1173,0,679,1.41),
+(1173,0,680,1.41),
+(1173,0,681,1.41),
+(1173,0,848,1.33),
+(1173,0,849,1.33),
+(1173,0,850,1.33),
+(1173,0,851,1.33),
+(1173,0,933,2.08),
+(1173,0,934,2.08),
+(1173,0,935,2.08),
+(1173,0,936,2.08),
+(1173,0,1018,1.89),
+(1173,0,1019,1.89),
+(1173,0,1020,1.89),
+(1173,0,1021,1.89),
+(1173,0,1103,3.18),
+(1173,0,1104,3.18),
+(1173,0,1105,3.18),
+(1173,0,1106,3.18),
+(1173,0,1188,9.88),
+(1173,0,1189,9.88),
+(1173,0,1190,9.88),
+(1173,0,1191,9.88),
+(1174,0,6,0.1),
+(1174,0,31,0.1),
+(1174,0,184,9.5),
+(1174,0,596,0.93),
+(1174,0,597,0.93),
+(1174,0,598,0.93),
+(1174,0,599,0.93),
+(1174,0,681,1.39),
+(1174,0,682,1.39),
+(1174,0,683,1.39),
+(1174,0,684,1.39),
+(1174,0,768,0.1),
+(1174,0,851,1.35),
+(1174,0,852,1.35),
+(1174,0,853,1.35),
+(1174,0,854,1.35),
+(1174,0,936,2.02),
+(1174,0,937,2.02),
+(1174,0,938,2.02),
+(1174,0,939,2.02),
+(1174,0,1021,1.95),
+(1174,0,1022,1.95),
+(1174,0,1023,1.95),
+(1174,0,1024,1.95),
+(1174,0,1106,3.44),
+(1174,0,1107,3.44),
+(1174,0,1108,3.44),
+(1174,0,1109,3.44),
+(1174,0,1191,9.43),
+(1174,0,1192,9.43),
+(1174,0,1193,9.43),
+(1174,0,1194,9.43),
+(1174,0,1608,8.6),
+(1175,0,185,10.77),
+(1175,0,596,1.04),
+(1175,0,597,1.04),
+(1175,0,598,1.04),
+(1175,0,599,1.04),
+(1175,0,681,1.31),
+(1175,0,682,1.31),
+(1175,0,683,1.31),
+(1175,0,684,1.31),
+(1175,0,851,1.18),
+(1175,0,852,1.18),
+(1175,0,853,1.18),
+(1175,0,854,1.18),
+(1175,0,936,1.93),
+(1175,0,937,1.93),
+(1175,0,938,1.93),
+(1175,0,939,1.93),
+(1175,0,1021,2.19),
+(1175,0,1022,2.19),
+(1175,0,1023,2.19),
+(1175,0,1024,2.19),
+(1175,0,1106,3.7),
+(1175,0,1107,3.7),
+(1175,0,1108,3.7),
+(1175,0,1109,3.7),
+(1175,0,1191,8.58),
+(1175,0,1192,8.58),
+(1175,0,1193,8.58),
+(1175,0,1194,8.58),
+(1175,0,1609,9.5),
+(1176,0,186,5.05),
+(1176,0,187,5.05),
+(1176,0,599,0.95),
+(1176,0,600,0.95),
+(1176,0,601,0.95),
+(1176,0,602,0.95),
+(1176,0,684,1.31),
+(1176,0,685,1.31),
+(1176,0,686,1.31),
+(1176,0,687,1.31),
+(1176,0,854,1.21),
+(1176,0,855,1.21),
+(1176,0,856,1.21),
+(1176,0,857,1.21),
+(1176,0,939,2.03),
+(1176,0,940,2.03),
+(1176,0,941,2.03),
+(1176,0,942,2.03),
+(1176,0,1024,2.4),
+(1176,0,1025,2.4),
+(1176,0,1026,2.4),
+(1176,0,1027,2.4),
+(1176,0,1109,3.85),
+(1176,0,1110,3.85),
+(1176,0,1111,3.85),
+(1176,0,1112,3.85),
+(1176,0,1194,8.6),
+(1176,0,1195,8.6),
+(1176,0,1196,8.6),
+(1176,0,1197,8.6),
+(1176,0,1610,4.35),
+(1176,0,1611,4.35),
+(1177,0,187,5.45),
+(1177,0,188,5.45),
+(1177,0,602,0.78),
+(1177,0,603,0.78),
+(1177,0,604,0.78),
+(1177,0,605,0.78),
+(1177,0,687,1.14),
+(1177,0,688,1.14),
+(1177,0,689,1.14),
+(1177,0,690,1.14),
+(1177,0,857,1.13),
+(1177,0,858,1.13),
+(1177,0,859,1.13),
+(1177,0,860,1.13),
+(1177,0,942,2.14),
+(1177,0,943,2.14),
+(1177,0,944,2.14),
+(1177,0,945,2.14),
+(1177,0,1027,2.33),
+(1177,0,1028,2.33),
+(1177,0,1029,2.33),
+(1177,0,1030,2.33),
+(1177,0,1112,3.88),
+(1177,0,1113,3.88),
+(1177,0,1114,3.88),
+(1177,0,1115,3.88),
+(1177,0,1197,8.69),
+(1177,0,1198,8.69),
+(1177,0,1199,8.69),
+(1177,0,1200,8.69),
+(1177,0,1607,4.4),
+(1177,0,1611,4.4),
+(1178,0,173,2.68),
+(1178,0,178,2.58),
+(1178,0,188,2.63),
+(1178,0,211,2.68),
+(1178,0,213,2.58),
+(1178,0,217,2.63),
+(1178,0,437,2.57),
+(1178,0,438,2.57),
+(1178,0,439,2.57),
+(1178,0,440,2.57),
+(1178,0,520,3.25),
+(1178,0,521,3.25),
+(1178,0,522,3.25),
+(1178,0,523,3.25),
+(1178,0,605,2.43),
+(1178,0,606,2.43),
+(1178,0,607,2.43),
+(1178,0,608,2.43),
+(1178,0,775,2.95),
+(1178,0,776,2.95),
+(1178,0,777,2.95),
+(1178,0,778,2.95),
+(1178,0,860,2.13),
+(1178,0,861,2.13),
+(1178,0,862,2.13),
+(1178,0,863,2.13),
+(1178,0,1030,3.39),
+(1178,0,1031,3.39),
+(1178,0,1032,3.39),
+(1178,0,1033,3.39),
+(1178,0,1115,2.38),
+(1178,0,1116,2.38),
+(1178,0,1117,2.38),
+(1178,0,1118,2.38),
+(1178,0,1607,2.32),
+(1178,0,1612,2.32),
+(1178,0,2000,1.55),
+(1178,0,2001,1.55),
+(1179,0,211,2.03),
+(1179,0,212,2.03),
+(1179,0,213,2.79),
+(1179,0,214,2.79),
+(1179,0,217,2.97),
+(1179,0,218,2.97),
+(1179,0,437,2.28),
+(1179,0,438,2.28),
+(1179,0,439,2.28),
+(1179,0,440,2.28),
+(1179,0,520,2.99),
+(1179,0,521,2.99),
+(1179,0,522,2.99),
+(1179,0,523,2.99),
+(1179,0,605,1.89),
+(1179,0,606,1.89),
+(1179,0,607,1.89),
+(1179,0,608,1.89),
+(1179,0,775,3.26),
+(1179,0,776,3.26),
+(1179,0,777,3.26),
+(1179,0,778,3.26),
+(1179,0,860,2.21),
+(1179,0,861,2.21),
+(1179,0,862,2.21),
+(1179,0,863,2.21),
+(1179,0,1030,3.6),
+(1179,0,1031,3.6),
+(1179,0,1032,3.6),
+(1179,0,1033,3.6),
+(1179,0,1115,2.6),
+(1179,0,1116,2.6),
+(1179,0,1117,2.6),
+(1179,0,1118,2.6),
+(1179,0,1612,2.88),
+(1179,0,1613,2.88),
+(1179,0,2001,1.72),
+(1179,0,2002,1.72),
+(1180,0,212,1.9),
+(1180,0,214,2.72),
+(1180,0,218,3.45),
+(1180,0,267,1.9),
+(1180,0,287,3.45),
+(1180,0,383,2.72),
+(1180,0,440,1.85),
+(1180,0,441,1.85),
+(1180,0,442,1.85),
+(1180,0,443,1.85),
+(1180,0,523,3.14),
+(1180,0,524,3.14),
+(1180,0,525,3.14),
+(1180,0,526,3.14),
+(1180,0,608,1.63),
+(1180,0,609,1.63),
+(1180,0,610,1.63),
+(1180,0,611,1.63),
+(1180,0,778,3.11),
+(1180,0,779,3.11),
+(1180,0,780,3.11),
+(1180,0,781,3.11),
+(1180,0,863,2.15),
+(1180,0,864,2.15),
+(1180,0,865,2.15),
+(1180,0,866,2.15),
+(1180,0,1033,3.84),
+(1180,0,1034,3.84),
+(1180,0,1035,3.84),
+(1180,0,1036,3.84),
+(1180,0,1118,2.58),
+(1180,0,1119,2.58),
+(1180,0,1120,2.58),
+(1180,0,1121,2.58),
+(1180,0,1123,2.34),
+(1180,0,1613,3.13),
+(1180,0,1614,3.13),
+(1180,0,2002,1.6),
+(1180,0,2003,1.6),
+(1181,0,267,1.73),
+(1181,0,287,3.63),
+(1181,0,333,3.63),
+(1181,0,358,1.73),
+(1181,0,383,2.98),
+(1181,0,384,2.98),
+(1181,0,443,1.79),
+(1181,0,444,1.79),
+(1181,0,445,1.79),
+(1181,0,446,1.79),
+(1181,0,526,2.94),
+(1181,0,527,2.94),
+(1181,0,528,2.94),
+(1181,0,529,2.94),
+(1181,0,611,1.48),
+(1181,0,612,1.48),
+(1181,0,613,1.48),
+(1181,0,614,1.48),
+(1181,0,781,3.25),
+(1181,0,782,3.25),
+(1181,0,783,3.25),
+(1181,0,784,3.25),
+(1181,0,866,2.11),
+(1181,0,867,2.11),
+(1181,0,868,2.11),
+(1181,0,869,2.11),
+(1181,0,1036,3.99),
+(1181,0,1037,3.99),
+(1181,0,1038,3.99),
+(1181,0,1039,3.99),
+(1181,0,1121,2.7),
+(1181,0,1122,2.7),
+(1181,0,1123,2.7),
+(1181,0,1124,2.7),
+(1181,0,1614,3.22),
+(1181,0,1615,3.22),
+(1181,0,2003,1.82),
+(1181,0,2004,1.82),
+(1182,0,334,5.17),
+(1182,0,359,2.9),
+(1182,0,385,5.38),
+(1182,0,446,1.52),
+(1182,0,447,1.52),
+(1182,0,448,1.52),
+(1182,0,449,1.52),
+(1182,0,529,2.24),
+(1182,0,530,2.24),
+(1182,0,531,2.24),
+(1182,0,532,2.24),
+(1182,0,614,1.43),
+(1182,0,615,1.43),
+(1182,0,616,1.43),
+(1182,0,617,1.43),
+(1182,0,784,2.8),
+(1182,0,785,2.8),
+(1182,0,786,2.8),
+(1182,0,787,2.8),
+(1182,0,869,1.79),
+(1182,0,870,1.79),
+(1182,0,871,1.79),
+(1182,0,872,1.79),
+(1182,0,1039,3.23),
+(1182,0,1040,3.23),
+(1182,0,1041,3.23),
+(1182,0,1042,3.23),
+(1182,0,1124,2.31),
+(1182,0,1125,2.31),
+(1182,0,1126,2.31),
+(1182,0,1127,2.31),
+(1182,0,1323,0.63),
+(1182,0,1369,0.63),
+(1182,0,1415,0.97),
+(1182,0,1461,0.6),
+(1182,0,1507,0.65),
+(1182,0,1620,13.63),
+(1182,0,2005,8.23),
+(1183,0,335,4.3),
+(1183,0,360,4.5),
+(1183,0,386,5.5),
+(1183,0,446,1.75),
+(1183,0,447,1.75),
+(1183,0,448,1.75),
+(1183,0,449,1.75),
+(1183,0,529,2.7),
+(1183,0,530,2.7),
+(1183,0,531,2.7),
+(1183,0,532,2.7),
+(1183,0,614,1.63),
+(1183,0,615,1.63),
+(1183,0,616,1.63),
+(1183,0,617,1.63),
+(1183,0,784,3.03),
+(1183,0,785,3.03),
+(1183,0,786,3.03),
+(1183,0,787,3.03),
+(1183,0,869,1.95),
+(1183,0,870,1.95),
+(1183,0,871,1.95),
+(1183,0,872,1.95),
+(1183,0,1039,2.8),
+(1183,0,1040,2.8),
+(1183,0,1041,2.8),
+(1183,0,1042,2.8),
+(1183,0,1124,2),
+(1183,0,1125,2),
+(1183,0,1126,2),
+(1183,0,1127,2),
+(1183,0,1324,0.7),
+(1183,0,1370,0.4),
+(1183,0,1416,1.2),
+(1183,0,1462,0.4),
+(1183,0,1508,0.6),
+(1183,0,1621,11.1),
+(1183,0,2006,8),
+(1184,0,336,2.43),
+(1184,0,337,2.43),
+(1184,0,361,2.2),
+(1184,0,362,2.2),
+(1184,0,387,2.7),
+(1184,0,388,2.7),
+(1184,0,449,1.7),
+(1184,0,450,1.7),
+(1184,0,451,1.7),
+(1184,0,452,1.7),
+(1184,0,532,2.31),
+(1184,0,533,2.31),
+(1184,0,534,2.31),
+(1184,0,535,2.31),
+(1184,0,617,1.81),
+(1184,0,618,1.81),
+(1184,0,619,1.81),
+(1184,0,620,1.81),
+(1184,0,787,2.74),
+(1184,0,788,2.74),
+(1184,0,789,2.74),
+(1184,0,790,2.74),
+(1184,0,872,1.99),
+(1184,0,873,1.99),
+(1184,0,874,1.99),
+(1184,0,875,1.99),
+(1184,0,1042,2.79),
+(1184,0,1043,2.79),
+(1184,0,1044,2.79),
+(1184,0,1045,2.79),
+(1184,0,1127,2.08),
+(1184,0,1128,2.08),
+(1184,0,1129,2.08),
+(1184,0,1130,2.08),
+(1184,0,1325,0.18),
+(1184,0,1326,0.18),
+(1184,0,1371,0.42),
+(1184,0,1372,0.42),
+(1184,0,1417,0.45),
+(1184,0,1418,0.45),
+(1184,0,1463,0.45),
+(1184,0,1464,0.45),
+(1184,0,1509,0.4),
+(1184,0,1510,0.4),
+(1184,0,1616,5.92),
+(1184,0,1622,5.92),
+(1184,0,2007,4),
+(1184,0,2008,4),
+(1185,0,313,0.1),
+(1185,0,337,2.05),
+(1185,0,338,2.05),
+(1185,0,362,3.36),
+(1185,0,363,3.36),
+(1185,0,388,2.15),
+(1185,0,389,2.15),
+(1185,0,415,0.1),
+(1185,0,452,2.31),
+(1185,0,453,2.31),
+(1185,0,454,2.31),
+(1185,0,455,2.31),
+(1185,0,456,2.02),
+(1185,0,535,2.55),
+(1185,0,536,2.55),
+(1185,0,537,2.55),
+(1185,0,538,2.55),
+(1185,0,540,2.78),
+(1185,0,620,2.73),
+(1185,0,621,2.73),
+(1185,0,622,2.73),
+(1185,0,623,2.73),
+(1185,0,706,0.1),
+(1185,0,790,2.65),
+(1185,0,791,2.78),
+(1185,0,792,2.65),
+(1185,0,793,2.78),
+(1185,0,875,2.61),
+(1185,0,876,2.61),
+(1185,0,877,2.61),
+(1185,0,878,2.61),
+(1185,0,1045,2.63),
+(1185,0,1046,2.63),
+(1185,0,1047,2.63),
+(1185,0,1048,2.63),
+(1185,0,1130,1.94),
+(1185,0,1131,1.94),
+(1185,0,1132,1.94),
+(1185,0,1133,1.94),
+(1185,0,1216,0.1),
+(1185,0,1326,0.44),
+(1185,0,1327,0.18),
+(1185,0,1372,0.2),
+(1185,0,1373,0.2),
+(1185,0,1374,0.1),
+(1185,0,1418,0.66),
+(1185,0,1419,0.68),
+(1185,0,1464,0.43),
+(1185,0,1465,0.25),
+(1185,0,1510,0.23),
+(1185,0,1511,0.3),
+(1185,0,1512,0.15),
+(1185,0,1513,0.15),
+(1185,0,1616,3.99),
+(1185,0,1623,3.99),
+(1185,0,1820,0.1),
+(1185,0,1934,0.1),
+(1185,0,2008,2.6),
+(1185,0,2009,2.6),
+(1185,0,2049,0.1),
+(1199,0,188,5.25),
+(1199,0,217,5.25),
+(1199,0,605,1),
+(1199,0,606,1),
+(1199,0,607,1),
+(1199,0,608,1),
+(1199,0,690,1.32),
+(1199,0,691,1.32),
+(1199,0,692,1.32),
+(1199,0,693,1.32),
+(1199,0,860,1.1),
+(1199,0,861,1.1),
+(1199,0,862,1.1),
+(1199,0,863,1.1),
+(1199,0,945,1.77),
+(1199,0,946,1.77),
+(1199,0,947,1.77),
+(1199,0,948,1.77),
+(1199,0,1030,1.93),
+(1199,0,1031,1.93),
+(1199,0,1032,1.93),
+(1199,0,1033,1.93),
+(1199,0,1115,3.46),
+(1199,0,1116,3.46),
+(1199,0,1117,3.46),
+(1199,0,1118,3.46),
+(1199,0,1200,9.75),
+(1199,0,1201,9.75),
+(1199,0,1202,9.75),
+(1199,0,1203,9.75),
+(1199,0,1607,4.08),
+(1199,0,1612,4.08),
+(1200,0,217,5.15),
+(1200,0,218,5.15),
+(1200,0,605,1.02),
+(1200,0,606,1.02),
+(1200,0,607,1.02),
+(1200,0,608,1.02),
+(1200,0,690,1.31),
+(1200,0,691,1.31),
+(1200,0,692,1.31),
+(1200,0,693,1.31),
+(1200,0,860,1.08),
+(1200,0,861,1.08),
+(1200,0,862,1.08),
+(1200,0,863,1.08),
+(1200,0,945,2),
+(1200,0,946,2),
+(1200,0,947,2),
+(1200,0,948,2),
+(1200,0,1030,2.31),
+(1200,0,1031,2.31),
+(1200,0,1032,2.31),
+(1200,0,1033,2.31),
+(1200,0,1115,3.45),
+(1200,0,1116,3.45),
+(1200,0,1117,3.45),
+(1200,0,1118,3.45),
+(1200,0,1200,8.88),
+(1200,0,1201,8.88),
+(1200,0,1202,8.88),
+(1200,0,1203,8.88),
+(1200,0,1612,4.72),
+(1200,0,1613,4.72),
+(1201,0,218,5.35),
+(1201,0,287,5.35),
+(1201,0,608,0.86),
+(1201,0,609,0.86),
+(1201,0,610,0.86),
+(1201,0,611,0.86),
+(1201,0,693,1.32),
+(1201,0,694,1.32),
+(1201,0,695,1.32),
+(1201,0,696,1.32),
+(1201,0,863,1.05),
+(1201,0,864,1.05),
+(1201,0,865,1.05),
+(1201,0,866,1.05),
+(1201,0,948,2),
+(1201,0,949,2),
+(1201,0,950,2),
+(1201,0,951,2),
+(1201,0,1033,2.2),
+(1201,0,1034,2.2),
+(1201,0,1035,2.2),
+(1201,0,1036,2.2),
+(1201,0,1118,3.66),
+(1201,0,1119,3.66),
+(1201,0,1120,3.66),
+(1201,0,1121,3.66),
+(1201,0,1203,8.9),
+(1201,0,1204,8.9),
+(1201,0,1205,8.9),
+(1201,0,1206,8.9),
+(1201,0,1613,4.6),
+(1201,0,1614,4.6),
+(1202,0,287,5.57),
+(1202,0,333,5.57),
+(1202,0,611,0.94),
+(1202,0,612,0.94),
+(1202,0,613,0.94),
+(1202,0,614,0.94),
+(1202,0,696,1.27),
+(1202,0,697,1.27),
+(1202,0,698,1.27),
+(1202,0,699,1.27),
+(1202,0,866,0.97),
+(1202,0,867,0.97),
+(1202,0,868,0.97),
+(1202,0,869,0.97),
+(1202,0,951,1.91),
+(1202,0,952,1.91),
+(1202,0,953,1.91),
+(1202,0,954,1.91),
+(1202,0,1036,2.15),
+(1202,0,1037,2.15),
+(1202,0,1038,2.15),
+(1202,0,1039,2.15),
+(1202,0,1121,3.43),
+(1202,0,1122,3.43),
+(1202,0,1123,3.43),
+(1202,0,1124,3.43),
+(1202,0,1206,9.52),
+(1202,0,1207,9.52),
+(1202,0,1208,9.52),
+(1202,0,1209,9.52),
+(1202,0,1614,4.13),
+(1202,0,1615,4.13),
+(1203,0,334,9.53),
+(1203,0,614,0.85),
+(1203,0,615,0.85),
+(1203,0,616,0.85),
+(1203,0,617,0.85),
+(1203,0,699,1.13),
+(1203,0,700,1.13),
+(1203,0,701,1.13),
+(1203,0,702,1.13),
+(1203,0,869,0.79),
+(1203,0,870,0.79),
+(1203,0,871,0.79),
+(1203,0,872,0.79),
+(1203,0,954,1.48),
+(1203,0,955,1.48),
+(1203,0,956,1.48),
+(1203,0,957,1.48),
+(1203,0,1039,1.72),
+(1203,0,1040,1.72),
+(1203,0,1041,1.72),
+(1203,0,1042,1.72),
+(1203,0,1124,3),
+(1203,0,1125,3),
+(1203,0,1126,3),
+(1203,0,1127,3),
+(1203,0,1209,9.3),
+(1203,0,1210,9.3),
+(1203,0,1211,9.3),
+(1203,0,1212,9.3),
+(1203,0,1323,0.2),
+(1203,0,1369,0.27),
+(1203,0,1415,0.23),
+(1203,0,1461,0.2),
+(1203,0,1507,0.17),
+(1203,0,1620,16.43),
+(1204,0,335,8.8),
+(1204,0,614,0.89),
+(1204,0,615,0.89),
+(1204,0,616,0.89),
+(1204,0,617,0.89),
+(1204,0,699,1.2),
+(1204,0,700,1.2),
+(1204,0,701,1.2),
+(1204,0,702,1.2),
+(1204,0,869,0.71),
+(1204,0,870,0.71),
+(1204,0,871,0.71),
+(1204,0,872,0.71),
+(1204,0,954,1.56),
+(1204,0,955,1.56),
+(1204,0,956,1.56),
+(1204,0,957,1.56),
+(1204,0,1039,1.63),
+(1204,0,1040,1.63),
+(1204,0,1041,1.63),
+(1204,0,1042,1.63),
+(1204,0,1124,2.88),
+(1204,0,1125,2.88),
+(1204,0,1126,2.88),
+(1204,0,1127,2.88),
+(1204,0,1209,9.46),
+(1204,0,1210,9.46),
+(1204,0,1211,9.46),
+(1204,0,1212,9.46),
+(1204,0,1324,0.3),
+(1204,0,1370,0.25),
+(1204,0,1416,0.4),
+(1204,0,1462,0.5),
+(1204,0,1508,0.3),
+(1204,0,1621,16.05),
+(1205,0,336,4.4),
+(1205,0,337,4.4),
+(1205,0,617,0.91),
+(1205,0,618,0.91),
+(1205,0,619,0.91),
+(1205,0,620,0.91),
+(1205,0,702,1.1),
+(1205,0,703,1.1),
+(1205,0,704,1.1),
+(1205,0,705,1.1),
+(1205,0,872,0.97),
+(1205,0,873,0.97),
+(1205,0,874,0.97),
+(1205,0,875,0.97),
+(1205,0,957,1.59),
+(1205,0,958,1.59),
+(1205,0,959,1.59),
+(1205,0,960,1.59),
+(1205,0,1042,1.55),
+(1205,0,1043,1.55),
+(1205,0,1044,1.55),
+(1205,0,1045,1.55),
+(1205,0,1127,3.01),
+(1205,0,1128,3.01),
+(1205,0,1129,3.01),
+(1205,0,1130,3.01),
+(1205,0,1212,7.86),
+(1205,0,1213,7.86),
+(1205,0,1214,7.86),
+(1205,0,1215,7.86),
+(1205,0,1216,7.04),
+(1205,0,1325,0.07),
+(1205,0,1326,0.07),
+(1205,0,1327,0.03),
+(1205,0,1371,0.1),
+(1205,0,1372,0.1),
+(1205,0,1417,0.23),
+(1205,0,1418,0.23),
+(1205,0,1463,0.08),
+(1205,0,1464,0.05),
+(1205,0,1509,0.1),
+(1205,0,1510,0.1),
+(1205,0,1616,9.2),
+(1205,0,1622,9.2),
+(1206,0,337,4.1),
+(1206,0,338,4.1),
+(1206,0,455,0.1),
+(1206,0,620,0.85),
+(1206,0,621,0.85),
+(1206,0,622,0.85),
+(1206,0,623,0.85),
+(1206,0,705,1.33),
+(1206,0,706,1.33),
+(1206,0,707,1.33),
+(1206,0,708,1.33),
+(1206,0,875,0.93),
+(1206,0,876,0.93),
+(1206,0,877,0.93),
+(1206,0,878,0.93),
+(1206,0,960,1.81),
+(1206,0,961,1.81),
+(1206,0,962,1.81),
+(1206,0,963,1.81),
+(1206,0,1045,1.81),
+(1206,0,1046,1.81),
+(1206,0,1047,1.81),
+(1206,0,1048,1.81),
+(1206,0,1130,2.55),
+(1206,0,1131,2.55),
+(1206,0,1132,2.55),
+(1206,0,1133,2.55),
+(1206,0,1215,8.85),
+(1206,0,1216,8.85),
+(1206,0,1217,8.85),
+(1206,0,1218,8.85),
+(1206,0,1326,0.08),
+(1206,0,1327,1.58),
+(1206,0,1372,0.33),
+(1206,0,1373,0.4),
+(1206,0,1418,0.18),
+(1206,0,1419,0.15),
+(1206,0,1464,0.18),
+(1206,0,1465,0.33),
+(1206,0,1510,0.35),
+(1206,0,1511,0.23),
+(1206,0,1616,8.13),
+(1206,0,1623,8.13),
+(1206,0,2151,0.1),
+(1996,0,25,3.85),
+(1996,0,26,3.85),
+(1996,0,27,3.85),
+(1996,0,28,3.85),
+(1996,0,29,0.1),
+(1996,0,227,1.85),
+(1996,0,228,2),
+(1996,0,229,1.85),
+(1996,0,231,1.85),
+(1996,0,238,1.85),
+(1996,0,256,2),
+(1996,0,501,2),
+(1996,0,502,2),
+(1996,0,754,5.15),
+(1996,0,755,5.15),
+(1996,0,756,5.15),
+(1996,0,757,5.15),
+(1996,0,839,2.88),
+(1996,0,840,2.88),
+(1996,0,841,2.88),
+(1996,0,842,2.88),
+(1996,0,1009,3.08),
+(1996,0,1010,3.08),
+(1996,0,1011,3.08),
+(1996,0,1012,3.08),
+(1996,0,1800,2.1),
+(1996,0,1801,2.1),
+(1996,0,1838,2.2),
+(1996,0,1839,2.2),
+(1996,0,1876,3.15),
+(1996,0,1877,3.15),
+(1996,0,1952,2.35),
+(1996,0,1953,2.35),
+(1996,0,1989,0.1),
+(1996,0,2028,2.55),
+(1996,0,2029,2.55),
+(1998,0,17,5.3),
+(1998,0,18,5.3),
+(1998,0,19,4.48),
+(1998,0,22,4.48),
+(1998,0,23,4.53),
+(1998,0,24,4.53),
+(1998,0,62,2),
+(1998,0,74,2),
+(1998,0,502,0.1),
+(1998,0,584,3.72),
+(1998,0,585,3.72),
+(1998,0,586,3.72),
+(1998,0,587,3.72),
+(1998,0,669,3.83),
+(1998,0,670,3.83),
+(1998,0,671,3.83),
+(1998,0,672,3.83),
+(1998,0,758,0.1),
+(1998,0,924,2.35),
+(1998,0,925,2.35),
+(1998,0,926,2.35),
+(1998,0,927,2.35),
+(1998,0,1094,2.52),
+(1998,0,1095,2.52),
+(1998,0,1096,2.52),
+(1998,0,1097,2.52),
+(1998,0,1179,3.7),
+(1998,0,1180,3.7),
+(1998,0,1181,3.7),
+(1998,0,1182,3.7),
+(1998,0,1447,0.1),
+(1998,0,1647,1),
+(1998,0,1650,1),
+(1998,0,1651,1),
+(1998,0,1953,0.1),
+(2002,0,26,3.65),
+(2002,0,28,4.45),
+(2002,0,94,3.65),
+(2002,0,95,4.45),
+(2002,0,238,8.25),
+(2002,0,502,9),
+(2002,0,757,19.9),
+(2002,0,842,10.25),
+(2002,0,1012,14.4),
+(2002,0,1097,0.1),
+(2002,0,1801,2.2),
+(2002,0,1802,2.2),
+(2002,0,1839,1.3),
+(2002,0,1840,1.3),
+(2002,0,1877,2.88),
+(2002,0,1878,2.88),
+(2002,0,1953,2.17),
+(2002,0,1954,2.17),
+(2002,0,2029,2.4),
+(2002,0,2030,2.4),
+(2004,0,18,5.58),
+(2004,0,22,4.45),
+(2004,0,24,4.75),
+(2004,0,74,2.03),
+(2004,0,89,2.03),
+(2004,0,93,5.58),
+(2004,0,96,4.45),
+(2004,0,97,4.75),
+(2004,0,587,15.07),
+(2004,0,672,14.57),
+(2004,0,757,0.1),
+(2004,0,842,0.1),
+(2004,0,927,9.2),
+(2004,0,1097,8.57),
+(2004,0,1099,5),
+(2004,0,1182,14.1),
+(2004,0,1647,0.63),
+(2004,0,1650,0.63),
+(2004,0,1651,0.63),
+(2004,0,1652,0.63),
+(2004,0,1653,0.63),
+(2008,0,94,3.82),
+(2008,0,95,4.35),
+(2008,0,112,3.82),
+(2008,0,113,4.35),
+(2008,0,232,2.02),
+(2008,0,233,2.02),
+(2008,0,234,2.02),
+(2008,0,238,2.02),
+(2008,0,502,2.15),
+(2008,0,503,2.15),
+(2008,0,504,2.15),
+(2008,0,505,2.15),
+(2008,0,757,5.21),
+(2008,0,758,5.21),
+(2008,0,759,5.21),
+(2008,0,760,5.21),
+(2008,0,842,2.76),
+(2008,0,843,2.76),
+(2008,0,844,2.76),
+(2008,0,845,2.76),
+(2008,0,1012,3.42),
+(2008,0,1013,3.42),
+(2008,0,1014,3.42),
+(2008,0,1015,3.42),
+(2008,0,1802,2.07),
+(2008,0,1803,2.07),
+(2008,0,1840,1.32),
+(2008,0,1841,1.32),
+(2008,0,1878,3.05),
+(2008,0,1879,3.05),
+(2008,0,1954,1.95),
+(2008,0,1955,1.95),
+(2008,0,2030,2.3),
+(2008,0,2031,2.3),
+(2010,0,89,2.19),
+(2010,0,93,5.6),
+(2010,0,96,4.48),
+(2010,0,97,4.71),
+(2010,0,108,2.19),
+(2010,0,111,5.6),
+(2010,0,114,4.48),
+(2010,0,115,4.71),
+(2010,0,197,0.05),
+(2010,0,198,0.05),
+(2010,0,587,3.68),
+(2010,0,588,3.68),
+(2010,0,589,3.68),
+(2010,0,590,3.68),
+(2010,0,672,3.64),
+(2010,0,673,3.64),
+(2010,0,674,3.64),
+(2010,0,675,3.64),
+(2010,0,927,2.34),
+(2010,0,928,2.34),
+(2010,0,929,2.34),
+(2010,0,930,2.34),
+(2010,0,1097,2.58),
+(2010,0,1098,2.58),
+(2010,0,1099,2.58),
+(2010,0,1100,2.58),
+(2010,0,1182,3.44),
+(2010,0,1183,3.44),
+(2010,0,1184,3.44),
+(2010,0,1185,3.44),
+(2010,0,1647,0.66),
+(2010,0,1652,0.66),
+(2010,0,1653,0.66),
+(2010,0,1654,0.66),
+(2010,0,1655,0.66),
+(2010,0,2105,0.02),
+(2010,0,2106,0.02),
+(2010,0,2107,0.02),
+(2010,0,2108,0.02),
+(2010,0,2109,0.02),
+(2014,0,112,7.47),
+(2014,0,113,8.43),
+(2014,0,234,2.02),
+(2014,0,235,2.02),
+(2014,0,236,2.02),
+(2014,0,248,2.02),
+(2014,0,505,2.17),
+(2014,0,506,2.17),
+(2014,0,507,2.17),
+(2014,0,508,2.17),
+(2014,0,760,5.18),
+(2014,0,761,5.18),
+(2014,0,762,5.18),
+(2014,0,763,5.18),
+(2014,0,845,2.85),
+(2014,0,846,2.85),
+(2014,0,847,2.85),
+(2014,0,848,2.85),
+(2014,0,1015,3.49),
+(2014,0,1016,3.49),
+(2014,0,1017,3.49),
+(2014,0,1018,3.49),
+(2014,0,1803,4.13),
+(2014,0,1841,2.98),
+(2014,0,1879,5.63),
+(2014,0,1955,3.95),
+(2014,0,2031,4.58),
+(2016,0,108,3.85),
+(2016,0,111,11.3),
+(2016,0,114,9.05),
+(2016,0,115,9.5),
+(2016,0,590,3.75),
+(2016,0,591,3.75),
+(2016,0,592,3.75),
+(2016,0,593,3.75),
+(2016,0,675,3.76),
+(2016,0,676,3.76),
+(2016,0,677,3.76),
+(2016,0,678,3.76),
+(2016,0,930,2.24),
+(2016,0,931,2.24),
+(2016,0,932,2.24),
+(2016,0,933,2.24),
+(2016,0,1100,2.61),
+(2016,0,1101,2.61),
+(2016,0,1102,2.61),
+(2016,0,1103,2.61),
+(2016,0,1185,3.41),
+(2016,0,1186,3.41),
+(2016,0,1187,3.41),
+(2016,0,1188,3.41),
+(2016,0,1647,0.8),
+(2016,0,1654,0.8),
+(2016,0,1655,0.8),
+(2016,0,1656,0.8),
+(2020,0,133,7.52),
+(2020,0,134,8.73),
+(2020,0,234,1.96),
+(2020,0,235,1.96),
+(2020,0,236,1.96),
+(2020,0,248,1.96),
+(2020,0,505,2.16),
+(2020,0,506,2.16),
+(2020,0,507,2.16),
+(2020,0,508,2.16),
+(2020,0,760,5.28),
+(2020,0,761,5.28),
+(2020,0,762,5.28),
+(2020,0,763,5.28),
+(2020,0,845,2.91),
+(2020,0,846,2.91),
+(2020,0,847,2.91),
+(2020,0,848,2.91),
+(2020,0,1015,3.39),
+(2020,0,1016,3.39),
+(2020,0,1017,3.39),
+(2020,0,1018,3.39),
+(2020,0,1804,3.85),
+(2020,0,1842,3.45),
+(2020,0,1880,5.38),
+(2020,0,1956,3.62),
+(2020,0,2032,4.53),
+(2022,0,29,0.1),
+(2022,0,128,3.97),
+(2022,0,132,11.4),
+(2022,0,135,9.03),
+(2022,0,136,9.33),
+(2022,0,590,3.73),
+(2022,0,591,3.73),
+(2022,0,592,3.73),
+(2022,0,593,3.73),
+(2022,0,675,3.8),
+(2022,0,676,3.8),
+(2022,0,677,3.8),
+(2022,0,678,3.8),
+(2022,0,930,2.2),
+(2022,0,931,2.2),
+(2022,0,932,2.2),
+(2022,0,933,2.2),
+(2022,0,1100,2.46),
+(2022,0,1101,2.46),
+(2022,0,1102,2.46),
+(2022,0,1103,2.46),
+(2022,0,1185,3.58),
+(2022,0,1186,3.58),
+(2022,0,1187,3.58),
+(2022,0,1188,3.58),
+(2022,0,1647,1.06),
+(2022,0,1656,1.06),
+(2022,0,1657,1.06),
+(2022,0,1989,0.1),
+(2026,0,133,3.63),
+(2026,0,134,4.46),
+(2026,0,152,3.63),
+(2026,0,153,4.46),
+(2026,0,237,1.99),
+(2026,0,247,1.99),
+(2026,0,248,1.99),
+(2026,0,249,1.99),
+(2026,0,508,2.17),
+(2026,0,509,2.17),
+(2026,0,510,2.17),
+(2026,0,511,2.17),
+(2026,0,763,5.39),
+(2026,0,764,5.39),
+(2026,0,765,5.39),
+(2026,0,766,5.39),
+(2026,0,848,2.84),
+(2026,0,849,2.84),
+(2026,0,850,2.84),
+(2026,0,851,2.84),
+(2026,0,1018,3.53),
+(2026,0,1019,3.53),
+(2026,0,1020,3.53),
+(2026,0,1021,3.53),
+(2026,0,1804,2.03),
+(2026,0,1805,2.03),
+(2026,0,1842,1.5),
+(2026,0,1843,1.5),
+(2026,0,1880,2.65),
+(2026,0,1881,2.65),
+(2026,0,1951,0.43),
+(2026,0,1952,0.43),
+(2026,0,1953,0.43),
+(2026,0,1954,0.43),
+(2026,0,1955,0.43),
+(2026,0,1956,1.57),
+(2026,0,1957,1.57),
+(2026,0,1989,0.1),
+(2026,0,2032,2.04),
+(2026,0,2033,2.04),
+(2028,0,128,3.67),
+(2028,0,132,5.22),
+(2028,0,135,4.57),
+(2028,0,136,4.88),
+(2028,0,151,5.22),
+(2028,0,154,4.57),
+(2028,0,155,4.88),
+(2028,0,593,3.86),
+(2028,0,594,3.86),
+(2028,0,595,3.86),
+(2028,0,596,3.86),
+(2028,0,678,3.74),
+(2028,0,679,3.74),
+(2028,0,680,3.74),
+(2028,0,681,3.74),
+(2028,0,933,2.06),
+(2028,0,934,2.06),
+(2028,0,935,2.06),
+(2028,0,936,2.06),
+(2028,0,1103,2.51),
+(2028,0,1104,2.51),
+(2028,0,1105,2.51),
+(2028,0,1106,2.51),
+(2028,0,1188,3.8),
+(2028,0,1189,3.8),
+(2028,0,1190,3.8),
+(2028,0,1191,3.8),
+(2028,0,1658,1.55),
+(2028,0,1659,1.55),
+(2030,0,135,3.35),
+(2030,0,136,6.4),
+(2030,0,154,3.35),
+(2030,0,155,6.4),
+(2030,0,763,9.88),
+(2030,0,764,9.88),
+(2030,0,765,9.88),
+(2030,0,766,9.88),
+(2030,0,848,2.75),
+(2030,0,849,2.75),
+(2030,0,850,2.75),
+(2030,0,851,2.75),
+(2030,0,1018,5.47),
+(2030,0,1019,5.47),
+(2030,0,1020,5.47),
+(2030,0,1021,5.47),
+(2030,0,2070,1.66),
+(2030,0,2071,1.66),
+(2030,0,2072,1.66),
+(2030,0,2073,1.66),
+(2030,0,2074,1.66),
+(2032,0,152,3.63),
+(2032,0,153,4.4),
+(2032,0,174,3.63),
+(2032,0,179,4.4),
+(2032,0,237,2.11),
+(2032,0,247,2.11),
+(2032,0,248,2.11),
+(2032,0,249,2.11),
+(2032,0,508,2.23),
+(2032,0,509,2.23),
+(2032,0,510,2.23),
+(2032,0,511,2.23),
+(2032,0,763,5.21),
+(2032,0,764,5.21),
+(2032,0,765,5.21),
+(2032,0,766,5.21),
+(2032,0,848,2.78),
+(2032,0,849,2.78),
+(2032,0,850,2.78),
+(2032,0,851,2.78),
+(2032,0,1018,3.64),
+(2032,0,1019,3.64),
+(2032,0,1020,3.64),
+(2032,0,1021,3.64),
+(2032,0,1805,2.02),
+(2032,0,1806,2.02),
+(2032,0,1843,1.55),
+(2032,0,1844,1.55),
+(2032,0,1881,2.71),
+(2032,0,1882,2.71),
+(2032,0,1957,1.71),
+(2032,0,1958,1.71),
+(2032,0,2033,2.03),
+(2032,0,2034,2.03),
+(2034,0,151,5.08),
+(2034,0,154,4.54),
+(2034,0,155,5.16),
+(2034,0,167,5.08),
+(2034,0,184,4.54),
+(2034,0,189,5.16),
+(2034,0,593,3.74),
+(2034,0,594,3.74),
+(2034,0,595,3.74),
+(2034,0,596,3.74),
+(2034,0,678,3.7),
+(2034,0,679,3.7),
+(2034,0,680,3.7),
+(2034,0,681,3.7),
+(2034,0,933,2.09),
+(2034,0,934,2.09),
+(2034,0,935,2.09),
+(2034,0,936,2.09),
+(2034,0,1103,2.53),
+(2034,0,1104,2.53),
+(2034,0,1105,2.53),
+(2034,0,1106,2.53),
+(2034,0,1188,3.73),
+(2034,0,1189,3.73),
+(2034,0,1190,3.73),
+(2034,0,1191,3.73),
+(2034,0,1608,3.83),
+(2034,0,1660,1.65),
+(2034,0,1661,1.65),
+(2036,0,154,3.75),
+(2036,0,155,5.55),
+(2036,0,184,3.75),
+(2036,0,189,5.55),
+(2036,0,763,9.52),
+(2036,0,764,9.52),
+(2036,0,765,9.52),
+(2036,0,766,9.52),
+(2036,0,848,3.03),
+(2036,0,849,3.03),
+(2036,0,850,3.03),
+(2036,0,851,3.03),
+(2036,0,1018,5.82),
+(2036,0,1019,5.82),
+(2036,0,1020,5.82),
+(2036,0,1021,5.82),
+(2036,0,2073,4),
+(2036,0,2074,4),
+(2038,0,174,3.55),
+(2038,0,175,3.55),
+(2038,0,179,4.68),
+(2038,0,180,4.68),
+(2038,0,247,2.03),
+(2038,0,250,2.03),
+(2038,0,251,2.03),
+(2038,0,252,2.03),
+(2038,0,511,2.15),
+(2038,0,512,2.15),
+(2038,0,513,2.15),
+(2038,0,514,2.15),
+(2038,0,766,5.3),
+(2038,0,767,5.3),
+(2038,0,768,5.3),
+(2038,0,769,5.3),
+(2038,0,851,2.78),
+(2038,0,852,2.78),
+(2038,0,853,2.78),
+(2038,0,854,2.78),
+(2038,0,1021,3.43),
+(2038,0,1022,3.43),
+(2038,0,1023,3.43),
+(2038,0,1024,3.43),
+(2038,0,1357,3.67),
+(2038,0,1803,2.89),
+(2038,0,1804,0.98),
+(2038,0,1805,0.98),
+(2038,0,1806,0.98),
+(2038,0,1841,2.99),
+(2038,0,1842,0.68),
+(2038,0,1843,0.68),
+(2038,0,1844,0.68),
+(2038,0,1845,0.68),
+(2038,0,1882,2.67),
+(2038,0,1883,2.67),
+(2038,0,1958,0.1),
+(2038,0,2034,1.95),
+(2038,0,2035,1.95),
+(2040,0,167,5.2),
+(2040,0,168,5.2),
+(2040,0,184,4.61),
+(2040,0,185,4.61),
+(2040,0,189,5.1),
+(2040,0,190,5.1),
+(2040,0,596,3.78),
+(2040,0,597,3.78),
+(2040,0,598,3.78),
+(2040,0,599,3.78),
+(2040,0,681,3.84),
+(2040,0,682,3.84),
+(2040,0,683,3.84),
+(2040,0,684,3.84),
+(2040,0,936,2.12),
+(2040,0,937,2.12),
+(2040,0,938,2.12),
+(2040,0,939,2.12),
+(2040,0,1106,2.43),
+(2040,0,1107,2.43),
+(2040,0,1108,2.43),
+(2040,0,1109,2.43),
+(2040,0,1191,3.66),
+(2040,0,1192,3.66),
+(2040,0,1193,3.66),
+(2040,0,1194,3.66),
+(2040,0,1608,1.92),
+(2040,0,1609,1.92),
+(2040,0,1660,0.76),
+(2040,0,1661,0.76),
+(2040,0,1662,0.76),
+(2040,0,1663,0.76),
+(2044,0,175,3.59),
+(2044,0,176,3.59),
+(2044,0,180,3.97),
+(2044,0,181,3.97),
+(2044,0,251,8.78),
+(2044,0,514,8.8),
+(2044,0,769,20.55),
+(2044,0,854,11.8),
+(2044,0,1024,14.3),
+(2044,0,1807,2.1),
+(2044,0,1808,2.1),
+(2044,0,1845,1.49),
+(2044,0,1846,1.49),
+(2044,0,1883,2.78),
+(2044,0,1884,2.78),
+(2044,0,1959,1.89),
+(2044,0,1960,1.89),
+(2044,0,2035,2.04),
+(2044,0,2036,2.04),
+(2046,0,168,5.15),
+(2046,0,171,5.15),
+(2046,0,185,4.33),
+(2046,0,186,4.33),
+(2046,0,190,4.97),
+(2046,0,191,4.97),
+(2046,0,599,14.97),
+(2046,0,684,15.23),
+(2046,0,939,9.3),
+(2046,0,1109,9.73),
+(2046,0,1194,15),
+(2046,0,1609,1.85),
+(2046,0,1610,1.85),
+(2046,0,1662,0.63),
+(2046,0,1663,0.63),
+(2046,0,1664,0.63),
+(2046,0,1665,0.63),
+(2046,0,1666,0.63),
+(2048,0,185,3.95),
+(2048,0,186,3.95),
+(2048,0,190,5.25),
+(2048,0,191,5.25),
+(2048,0,769,37.6),
+(2048,0,854,11.9),
+(2048,0,1024,24.3),
+(2048,0,2075,2.6),
+(2048,0,2076,2.6),
+(2048,0,2077,2.6),
+(2050,0,176,6.73),
+(2050,0,181,8.83),
+(2050,0,251,2.09),
+(2050,0,253,2.09),
+(2050,0,254,2.09),
+(2050,0,255,2.09),
+(2050,0,514,2.15),
+(2050,0,515,2.15),
+(2050,0,516,2.15),
+(2050,0,517,2.15),
+(2050,0,769,5.25),
+(2050,0,770,5.25),
+(2050,0,771,5.25),
+(2050,0,772,5.25),
+(2050,0,854,2.76),
+(2050,0,855,2.76),
+(2050,0,856,2.76),
+(2050,0,857,2.76),
+(2050,0,1024,3.64),
+(2050,0,1025,3.64),
+(2050,0,1026,3.64),
+(2050,0,1027,3.64),
+(2050,0,1808,4.13),
+(2050,0,1846,3.17),
+(2050,0,1884,5.7),
+(2050,0,1960,3.53),
+(2050,0,2036,4.17),
+(2052,0,171,10.28),
+(2052,0,186,9.02),
+(2052,0,191,9.9),
+(2052,0,599,3.73),
+(2052,0,600,3.73),
+(2052,0,601,3.73),
+(2052,0,602,3.73),
+(2052,0,684,3.68),
+(2052,0,685,3.68),
+(2052,0,686,3.68),
+(2052,0,687,3.68),
+(2052,0,939,2.29),
+(2052,0,940,2.29),
+(2052,0,941,2.29),
+(2052,0,942,2.29),
+(2052,0,1109,2.51),
+(2052,0,1110,2.51),
+(2052,0,1111,2.51),
+(2052,0,1112,2.51),
+(2052,0,1194,3.75),
+(2052,0,1195,3.75),
+(2052,0,1196,3.75),
+(2052,0,1197,3.75),
+(2052,0,1610,3.63),
+(2052,0,1664,1.12),
+(2052,0,1665,1.12),
+(2052,0,1666,1.12),
+(2054,0,186,8.1),
+(2054,0,191,9.7),
+(2054,0,769,10),
+(2054,0,770,10),
+(2054,0,771,10),
+(2054,0,772,10),
+(2054,0,854,3.08),
+(2054,0,855,3.08),
+(2054,0,856,3.08),
+(2054,0,857,3.08),
+(2054,0,1024,5.82),
+(2054,0,1025,5.82),
+(2054,0,1026,5.82),
+(2054,0,1027,5.82),
+(2054,0,2075,2.23),
+(2054,0,2076,2.23),
+(2054,0,2077,2.23),
+(2056,0,177,7.04),
+(2056,0,182,8.46),
+(2056,0,254,2.1),
+(2056,0,435,2.1),
+(2056,0,436,2.1),
+(2056,0,437,2.1),
+(2056,0,517,2.21),
+(2056,0,518,2.21),
+(2056,0,519,2.21),
+(2056,0,520,2.21),
+(2056,0,772,5.2),
+(2056,0,773,5.2),
+(2056,0,774,5.2),
+(2056,0,775,5.2),
+(2056,0,857,2.93),
+(2056,0,858,2.93),
+(2056,0,859,2.93),
+(2056,0,860,2.93),
+(2056,0,1027,3.74),
+(2056,0,1028,3.74),
+(2056,0,1029,3.74),
+(2056,0,1030,3.74),
+(2056,0,1809,3.58),
+(2056,0,1847,3.24),
+(2056,0,1885,5.2),
+(2056,0,1923,0.1),
+(2056,0,1961,3.46),
+(2056,0,2037,4.22),
+(2058,0,172,9.75),
+(2058,0,187,8.75),
+(2058,0,192,9.75),
+(2058,0,602,3.8),
+(2058,0,603,3.8),
+(2058,0,604,3.8),
+(2058,0,605,3.8),
+(2058,0,687,3.99),
+(2058,0,688,3.99),
+(2058,0,689,3.99),
+(2058,0,690,3.99),
+(2058,0,942,2.21),
+(2058,0,943,2.21),
+(2058,0,944,2.21),
+(2058,0,945,2.21),
+(2058,0,1112,2.48),
+(2058,0,1113,2.48),
+(2058,0,1114,2.48),
+(2058,0,1115,2.48),
+(2058,0,1197,3.86),
+(2058,0,1198,3.86),
+(2058,0,1199,3.86),
+(2058,0,1200,3.86),
+(2058,0,1611,3.45),
+(2058,0,1664,0.37),
+(2058,0,1665,0.37),
+(2058,0,1666,0.37),
+(2058,0,1667,0.37),
+(2058,0,1668,0.37),
+(2058,0,1669,0.37),
+(2058,0,1670,0.37),
+(2058,0,1671,0.37),
+(2062,0,178,6.87),
+(2062,0,183,9.13),
+(2062,0,254,2.14),
+(2062,0,435,2.14),
+(2062,0,436,2.14),
+(2062,0,437,2.14),
+(2062,0,517,2.27),
+(2062,0,518,2.27),
+(2062,0,519,2.27),
+(2062,0,520,2.27),
+(2062,0,605,0.1),
+(2062,0,772,5.23),
+(2062,0,773,5.23),
+(2062,0,774,5.23),
+(2062,0,775,5.23),
+(2062,0,857,2.96),
+(2062,0,858,2.96),
+(2062,0,859,2.96),
+(2062,0,860,2.96),
+(2062,0,1027,3.37),
+(2062,0,1028,3.37),
+(2062,0,1029,3.37),
+(2062,0,1030,3.37),
+(2062,0,1810,3.7),
+(2062,0,1848,3.57),
+(2062,0,1886,5.07),
+(2062,0,1962,3.5),
+(2062,0,2038,4.3),
+(2064,0,173,9.98),
+(2064,0,188,8.23),
+(2064,0,193,9.08),
+(2064,0,602,3.81),
+(2064,0,603,3.81),
+(2064,0,604,3.81),
+(2064,0,605,3.81),
+(2064,0,687,3.94),
+(2064,0,688,3.94),
+(2064,0,689,3.94),
+(2064,0,690,3.94),
+(2064,0,942,2.11),
+(2064,0,943,2.11),
+(2064,0,944,2.11),
+(2064,0,945,2.11),
+(2064,0,1112,2.61),
+(2064,0,1113,2.61),
+(2064,0,1114,2.61),
+(2064,0,1115,2.61),
+(2064,0,1197,3.9),
+(2064,0,1198,3.9),
+(2064,0,1199,3.9),
+(2064,0,1200,3.9),
+(2064,0,1607,3.88),
+(2064,0,1668,0.86),
+(2064,0,1669,0.86),
+(2064,0,1670,0.86),
+(2064,0,1671,0.86),
+(2064,0,1886,0.1),
+(2064,0,2078,0.05),
+(2064,0,2079,0.05),
+(2066,0,188,8.3),
+(2066,0,193,8.7),
+(2066,0,772,10.18),
+(2066,0,773,10.18),
+(2066,0,774,10.18),
+(2066,0,775,10.18),
+(2066,0,857,3.5),
+(2066,0,858,3.5),
+(2066,0,859,3.5),
+(2066,0,860,3.5),
+(2066,0,1027,5.43),
+(2066,0,1028,5.43),
+(2066,0,1029,5.43),
+(2066,0,1030,5.43),
+(2066,0,2078,3.2),
+(2066,0,2079,3.2),
+(2068,0,178,3.58),
+(2068,0,183,4.4),
+(2068,0,213,3.58),
+(2068,0,215,4.4),
+(2068,0,437,2.01),
+(2068,0,438,2.01),
+(2068,0,439,2.01),
+(2068,0,440,2.01),
+(2068,0,520,2.22),
+(2068,0,521,2.22),
+(2068,0,522,2.22),
+(2068,0,523,2.22),
+(2068,0,775,5.28),
+(2068,0,776,5.28),
+(2068,0,777,5.28),
+(2068,0,778,5.28),
+(2068,0,860,3.05),
+(2068,0,861,3.05),
+(2068,0,862,3.05),
+(2068,0,863,3.05),
+(2068,0,1030,3.42),
+(2068,0,1031,3.42),
+(2068,0,1032,3.42),
+(2068,0,1033,3.42),
+(2068,0,1318,0.1),
+(2068,0,1319,0.1),
+(2068,0,1364,0.17),
+(2068,0,1365,0.17),
+(2068,0,1410,0.22),
+(2068,0,1411,0.22),
+(2068,0,1456,0.08),
+(2068,0,1457,0.08),
+(2068,0,1502,0.18),
+(2068,0,1503,0.18),
+(2068,0,1810,1.73),
+(2068,0,1811,1.73),
+(2068,0,1848,1.48),
+(2068,0,1849,1.48),
+(2068,0,1886,2.37),
+(2068,0,1887,2.37),
+(2068,0,1925,0.1),
+(2068,0,1962,1.63),
+(2068,0,1963,1.63),
+(2068,0,2038,2),
+(2068,0,2039,2),
+(2070,0,173,4.61),
+(2070,0,188,3.69),
+(2070,0,193,4.4),
+(2070,0,211,4.61),
+(2070,0,217,3.69),
+(2070,0,219,4.4),
+(2070,0,521,0.1),
+(2070,0,605,3.41),
+(2070,0,606,3.41),
+(2070,0,607,3.41),
+(2070,0,608,3.41),
+(2070,0,690,3.47),
+(2070,0,691,3.47),
+(2070,0,692,3.47),
+(2070,0,693,3.47),
+(2070,0,860,0.1),
+(2070,0,945,2.03),
+(2070,0,946,2.03),
+(2070,0,947,2.03),
+(2070,0,948,2.03),
+(2070,0,1115,2.21),
+(2070,0,1116,2.21),
+(2070,0,1117,2.21),
+(2070,0,1118,2.21),
+(2070,0,1200,3.35),
+(2070,0,1201,3.35),
+(2070,0,1202,3.35),
+(2070,0,1203,3.35),
+(2070,0,1318,0.16),
+(2070,0,1319,0.16),
+(2070,0,1364,0.13),
+(2070,0,1365,0.13),
+(2070,0,1366,0.1),
+(2070,0,1410,0.15),
+(2070,0,1411,0.26),
+(2070,0,1456,0.2),
+(2070,0,1457,0.2),
+(2070,0,1502,0.18),
+(2070,0,1503,0.18),
+(2070,0,1607,4.16),
+(2070,0,1612,4.16),
+(2070,0,1668,1.68),
+(2070,0,1669,1.68),
+(2070,0,1670,1.68),
+(2070,0,1671,1.68),
+(2072,0,188,3.4),
+(2072,0,193,3.65),
+(2072,0,217,3.4),
+(2072,0,219,3.65),
+(2072,0,775,7.5),
+(2072,0,776,7.5),
+(2072,0,777,7.5),
+(2072,0,778,7.5),
+(2072,0,860,3.03),
+(2072,0,861,3.03),
+(2072,0,862,3.03),
+(2072,0,863,3.03),
+(2072,0,1030,3.7),
+(2072,0,1031,3.7),
+(2072,0,1032,3.7),
+(2072,0,1033,3.7),
+(2072,0,1318,0.15),
+(2072,0,1319,0.15),
+(2072,0,1364,0.25),
+(2072,0,1365,0.25),
+(2072,0,1410,0.2),
+(2072,0,1411,0.2),
+(2072,0,1456,0.1),
+(2072,0,1457,0.1),
+(2072,0,1502,0.25),
+(2072,0,1503,0.25),
+(2072,0,2078,13.65),
+(2072,0,2079,13.65),
+(2072,0,2114,0.03),
+(2072,0,2115,0.03),
+(2072,0,2116,0.03),
+(2072,0,2117,0.03),
+(2074,0,213,3.75),
+(2074,0,214,3.75),
+(2074,0,215,3.75),
+(2074,0,216,3.75),
+(2074,0,437,1.9),
+(2074,0,438,1.9),
+(2074,0,439,1.9),
+(2074,0,440,1.9),
+(2074,0,520,2.12),
+(2074,0,521,2.12),
+(2074,0,522,2.12),
+(2074,0,523,2.12),
+(2074,0,775,5.02),
+(2074,0,776,5.02),
+(2074,0,777,5.02),
+(2074,0,778,5.02),
+(2074,0,860,3.2),
+(2074,0,861,3.2),
+(2074,0,862,3.2),
+(2074,0,863,3.2),
+(2074,0,1030,3.54),
+(2074,0,1031,3.54),
+(2074,0,1032,3.54),
+(2074,0,1033,3.54),
+(2074,0,1319,0.1),
+(2074,0,1320,0.1),
+(2074,0,1365,0.18),
+(2074,0,1366,0.21),
+(2074,0,1411,0.17),
+(2074,0,1412,0.17),
+(2074,0,1457,0.13),
+(2074,0,1458,0.14),
+(2074,0,1503,0.15),
+(2074,0,1504,0.15),
+(2074,0,1811,1.76),
+(2074,0,1812,1.76),
+(2074,0,1849,1.6),
+(2074,0,1850,1.6),
+(2074,0,1887,2.95),
+(2074,0,1888,2.95),
+(2074,0,1963,1.69),
+(2074,0,1964,1.69),
+(2074,0,2039,2.26),
+(2074,0,2040,2.26),
+(2076,0,211,4.54),
+(2076,0,212,4.54),
+(2076,0,217,4),
+(2076,0,218,4),
+(2076,0,219,4.09),
+(2076,0,220,4.09),
+(2076,0,605,3.34),
+(2076,0,606,3.34),
+(2076,0,607,3.34),
+(2076,0,608,3.34),
+(2076,0,690,3.46),
+(2076,0,691,3.46),
+(2076,0,692,3.46),
+(2076,0,693,3.46),
+(2076,0,945,1.99),
+(2076,0,946,1.99),
+(2076,0,947,1.99),
+(2076,0,948,1.99),
+(2076,0,1115,2.32),
+(2076,0,1116,2.32),
+(2076,0,1117,2.32),
+(2076,0,1118,2.32),
+(2076,0,1200,3.21),
+(2076,0,1201,3.21),
+(2076,0,1202,3.21),
+(2076,0,1203,3.21),
+(2076,0,1319,0.11),
+(2076,0,1320,0.11),
+(2076,0,1365,0.19),
+(2076,0,1366,0.19),
+(2076,0,1411,0.1),
+(2076,0,1412,0.13),
+(2076,0,1457,0.1),
+(2076,0,1458,0.13),
+(2076,0,1503,0.1),
+(2076,0,1504,0.18),
+(2076,0,1612,4.45),
+(2076,0,1613,4.45),
+(2076,0,1668,1.21),
+(2076,0,1669,1.21),
+(2076,0,1670,1.21),
+(2076,0,1671,1.21),
+(2076,0,1672,1.21),
+(2076,0,1673,1.21),
+(2080,0,214,3.65),
+(2080,0,216,3.69),
+(2080,0,383,3.65),
+(2080,0,409,3.69),
+(2080,0,440,1.95),
+(2080,0,441,1.95),
+(2080,0,442,1.95),
+(2080,0,443,1.95),
+(2080,0,523,2.11),
+(2080,0,524,2.11),
+(2080,0,525,2.11),
+(2080,0,526,2.11),
+(2080,0,778,5.17),
+(2080,0,779,5.17),
+(2080,0,780,5.17),
+(2080,0,781,5.17),
+(2080,0,863,3.39),
+(2080,0,864,3.39),
+(2080,0,865,3.39),
+(2080,0,866,3.39),
+(2080,0,1033,3.51),
+(2080,0,1034,3.51),
+(2080,0,1035,3.51),
+(2080,0,1036,3.51),
+(2080,0,1320,0.1),
+(2080,0,1321,0.1),
+(2080,0,1366,0.13),
+(2080,0,1367,0.13),
+(2080,0,1412,0.3),
+(2080,0,1413,0.3),
+(2080,0,1458,0.23),
+(2080,0,1459,0.13),
+(2080,0,1504,0.16),
+(2080,0,1505,0.18),
+(2080,0,1812,1.64),
+(2080,0,1813,1.64),
+(2080,0,1850,1.73),
+(2080,0,1851,1.6),
+(2080,0,1888,2.82),
+(2080,0,1889,2.82),
+(2080,0,1964,1.6),
+(2080,0,1965,1.6),
+(2080,0,2040,2.19),
+(2080,0,2041,2.19),
+(2082,0,212,4.44),
+(2082,0,218,3.94),
+(2082,0,220,4.37),
+(2082,0,267,4.44),
+(2082,0,287,3.94),
+(2082,0,307,4.37),
+(2082,0,608,3.45),
+(2082,0,609,3.45),
+(2082,0,610,3.45),
+(2082,0,611,3.45),
+(2082,0,693,3.46),
+(2082,0,694,3.46),
+(2082,0,695,3.46),
+(2082,0,696,3.46),
+(2082,0,779,0.1),
+(2082,0,948,1.9),
+(2082,0,949,1.9),
+(2082,0,950,1.9),
+(2082,0,951,1.9),
+(2082,0,1118,2.03),
+(2082,0,1119,2.03),
+(2082,0,1120,2.03),
+(2082,0,1121,2.03),
+(2082,0,1203,3.42),
+(2082,0,1204,3.42),
+(2082,0,1205,3.42),
+(2082,0,1206,3.42),
+(2082,0,1320,0.13),
+(2082,0,1321,0.11),
+(2082,0,1366,0.15),
+(2082,0,1367,0.15),
+(2082,0,1412,0.13),
+(2082,0,1413,0.14),
+(2082,0,1458,0.13),
+(2082,0,1459,0.11),
+(2082,0,1504,0.08),
+(2082,0,1505,0.08),
+(2082,0,1613,4.38),
+(2082,0,1614,4.38),
+(2082,0,1672,1.52),
+(2082,0,1673,1.52),
+(2082,0,1674,1.52),
+(2082,0,1675,1.52),
+(2082,0,1676,1.52),
+(2084,0,218,3.55),
+(2084,0,220,3.7),
+(2084,0,287,3.55),
+(2084,0,307,3.7),
+(2084,0,442,0.1),
+(2084,0,523,0.1),
+(2084,0,693,0.1),
+(2084,0,778,7.57),
+(2084,0,779,7.57),
+(2084,0,780,7.57),
+(2084,0,781,7.57),
+(2084,0,863,2.9),
+(2084,0,864,2.9),
+(2084,0,865,2.9),
+(2084,0,866,2.9),
+(2084,0,949,0.1),
+(2084,0,1033,3.75),
+(2084,0,1034,3.75),
+(2084,0,1035,3.75),
+(2084,0,1036,3.75),
+(2084,0,1120,0.1),
+(2084,0,1320,0.15),
+(2084,0,1321,0.15),
+(2084,0,1366,0.3),
+(2084,0,1367,0.3),
+(2084,0,1412,0.1),
+(2084,0,1413,0.1),
+(2084,0,1458,0.2),
+(2084,0,1459,0.2),
+(2084,0,1504,0.25),
+(2084,0,1505,0.25),
+(2084,0,1927,0.1),
+(2084,0,2003,0.1),
+(2084,0,2041,0.1),
+(2084,0,2080,8.9),
+(2084,0,2081,8.9),
+(2084,0,2082,8.9),
+(2086,0,383,7.88),
+(2086,0,409,6.48),
+(2086,0,440,1.95),
+(2086,0,441,1.95),
+(2086,0,442,2.75),
+(2086,0,443,2.75),
+(2086,0,523,2.24),
+(2086,0,524,2.24),
+(2086,0,525,2.24),
+(2086,0,526,2.24),
+(2086,0,778,4.81),
+(2086,0,779,4.81),
+(2086,0,780,4.81),
+(2086,0,781,4.81),
+(2086,0,863,2.97),
+(2086,0,864,2.97),
+(2086,0,865,2.97),
+(2086,0,866,2.97),
+(2086,0,1033,2.73),
+(2086,0,1034,2.73),
+(2086,0,1035,2.73),
+(2086,0,1036,2.73),
+(2086,0,1321,0.35),
+(2086,0,1367,1.13),
+(2086,0,1413,1.63),
+(2086,0,1459,0.25),
+(2086,0,1505,0.45),
+(2086,0,1813,3.1),
+(2086,0,1851,2.52),
+(2086,0,1889,6.14),
+(2086,0,1965,7.86),
+(2086,0,2041,4.03),
+(2086,0,2042,3.45),
+(2088,0,267,9.1),
+(2088,0,287,7.55),
+(2088,0,307,8.15),
+(2088,0,608,3.52),
+(2088,0,609,3.52),
+(2088,0,610,3.52),
+(2088,0,611,3.52),
+(2088,0,693,3.8),
+(2088,0,694,3.8),
+(2088,0,695,3.8),
+(2088,0,696,3.8),
+(2088,0,948,1.81),
+(2088,0,949,1.81),
+(2088,0,950,1.81),
+(2088,0,951,1.81),
+(2088,0,1118,2.23),
+(2088,0,1119,2.23),
+(2088,0,1120,2.23),
+(2088,0,1121,2.23),
+(2088,0,1203,3.34),
+(2088,0,1204,3.34),
+(2088,0,1205,3.34),
+(2088,0,1206,3.34),
+(2088,0,1321,0.1),
+(2088,0,1367,0.15),
+(2088,0,1413,0.6),
+(2088,0,1459,0.2),
+(2088,0,1505,0.1),
+(2088,0,1614,6.3),
+(2088,0,1674,3.17),
+(2088,0,1675,3.17),
+(2088,0,1676,3.17),
+(2088,0,1719,0.1),
+(2090,0,287,7.1),
+(2090,0,307,3.4),
+(2090,0,308,3.4),
+(2090,0,443,0.1),
+(2090,0,778,7.45),
+(2090,0,779,7.45),
+(2090,0,780,7.45),
+(2090,0,781,7.45),
+(2090,0,863,4.9),
+(2090,0,864,4.9),
+(2090,0,865,4.9),
+(2090,0,866,4.9),
+(2090,0,951,0.1),
+(2090,0,1033,2.58),
+(2090,0,1034,2.58),
+(2090,0,1035,2.58),
+(2090,0,1036,2.58),
+(2090,0,1206,0.1),
+(2090,0,1321,0.2),
+(2090,0,1367,0.15),
+(2090,0,1368,0.15),
+(2090,0,1413,0.35),
+(2090,0,1414,0.35),
+(2090,0,1459,0.15),
+(2090,0,1460,0.15),
+(2090,0,1505,0.3),
+(2090,0,1506,0.3),
+(2090,0,1719,0.1),
+(2090,0,1814,0.1),
+(2090,0,1966,0.1),
+(2090,0,2080,8),
+(2090,0,2081,8),
+(2090,0,2082,8),
+(2092,0,384,7.73),
+(2092,0,410,5.4),
+(2092,0,443,2.62),
+(2092,0,444,5.16),
+(2092,0,445,2.62),
+(2092,0,446,2.62),
+(2092,0,526,1.99),
+(2092,0,527,1.99),
+(2092,0,528,2.14),
+(2092,0,529,1.99),
+(2092,0,781,6.45),
+(2092,0,782,8.04),
+(2092,0,783,6.45),
+(2092,0,784,6.45),
+(2092,0,866,2.81),
+(2092,0,867,2.81),
+(2092,0,868,2.81),
+(2092,0,869,2.81),
+(2092,0,952,0.1),
+(2092,0,1036,2.78),
+(2092,0,1037,2.78),
+(2092,0,1038,2.73),
+(2092,0,1039,2.78),
+(2092,0,1322,0.5),
+(2092,0,1368,1.3),
+(2092,0,1414,0.15),
+(2092,0,1506,0.2),
+(2092,0,1814,2.8),
+(2092,0,1852,2.45),
+(2092,0,1890,11.25),
+(2092,0,1966,7.38),
+(2092,0,2042,3.58),
+(2094,0,308,6.55),
+(2094,0,333,8.3),
+(2094,0,358,8.63),
+(2094,0,384,0.4),
+(2094,0,611,3.11),
+(2094,0,612,3.11),
+(2094,0,613,3.11),
+(2094,0,614,3.11),
+(2094,0,696,3.78),
+(2094,0,697,3.78),
+(2094,0,698,3.78),
+(2094,0,699,3.78),
+(2094,0,951,2.03),
+(2094,0,952,2.03),
+(2094,0,953,2.03),
+(2094,0,954,2.03),
+(2094,0,1121,2.1),
+(2094,0,1122,2.1),
+(2094,0,1123,2.1),
+(2094,0,1124,2.1),
+(2094,0,1206,3.27),
+(2094,0,1207,3.27),
+(2094,0,1208,3.27),
+(2094,0,1209,3.27),
+(2094,0,1322,0.4),
+(2094,0,1368,0.17),
+(2094,0,1414,0.33),
+(2094,0,1460,0.67),
+(2094,0,1506,0.2),
+(2094,0,1615,10.78),
+(2094,0,1677,1.48),
+(2094,0,1678,1.48),
+(2094,0,1679,1.48),
+(2094,0,1680,1.48),
+(2094,0,1681,1.48),
+(2094,0,2043,0.4),
+(2123,0,93,5.6),
+(2123,0,96,0.1),
+(2123,0,111,5.6),
+(2123,0,232,2.92),
+(2123,0,233,2.92),
+(2123,0,234,2.92),
+(2123,0,238,2.92),
+(2123,0,502,5.85),
+(2123,0,503,5.85),
+(2123,0,504,5.85),
+(2123,0,505,5.85),
+(2123,0,587,7.38),
+(2123,0,588,7.38),
+(2123,0,589,7.38),
+(2123,0,590,7.38),
+(2123,0,672,4.95),
+(2123,0,673,4.95),
+(2123,0,674,4.95),
+(2123,0,675,4.95),
+(2123,0,1313,0.1),
+(2123,0,1742,0.5),
+(2123,0,1743,0.5),
+(2123,0,1744,0.5),
+(2123,0,1745,0.5),
+(2123,0,1746,0.5),
+(2123,0,1747,0.5),
+(2123,0,1748,0.5),
+(2123,0,1749,0.5),
+(2123,0,1750,0.5),
+(2124,0,111,9.8),
+(2124,0,234,2.47),
+(2124,0,235,2.47),
+(2124,0,236,2.47),
+(2124,0,248,2.47),
+(2124,0,505,6.32),
+(2124,0,506,6.32),
+(2124,0,507,6.32),
+(2124,0,508,6.32),
+(2124,0,590,7.35),
+(2124,0,591,7.35),
+(2124,0,592,7.35),
+(2124,0,593,7.35),
+(2124,0,675,4.18),
+(2124,0,676,4.18),
+(2124,0,677,4.18),
+(2124,0,678,4.18),
+(2124,0,1742,0.73),
+(2124,0,1743,0.73),
+(2124,0,1744,0.73),
+(2124,0,1745,0.73),
+(2124,0,1746,0.73),
+(2124,0,1747,0.73),
+(2124,0,1748,0.73),
+(2124,0,1749,0.73),
+(2124,0,1750,0.73),
+(2124,0,1751,0.73),
+(2124,0,1752,0.73),
+(2124,0,1753,0.73),
+(2125,0,132,9.2),
+(2125,0,234,2.88),
+(2125,0,235,2.88),
+(2125,0,236,2.88),
+(2125,0,248,2.88),
+(2125,0,505,6.5),
+(2125,0,506,6.5),
+(2125,0,507,6.5),
+(2125,0,508,6.5),
+(2125,0,590,7.78),
+(2125,0,591,7.78),
+(2125,0,592,7.78),
+(2125,0,593,7.78),
+(2125,0,675,4.1),
+(2125,0,676,4.1),
+(2125,0,677,4.1),
+(2125,0,678,4.1),
+(2125,0,1742,0.66),
+(2125,0,1743,0.66),
+(2125,0,1744,0.66),
+(2125,0,1745,0.66),
+(2125,0,1746,0.66),
+(2125,0,1747,0.66),
+(2125,0,1751,0.66),
+(2125,0,1752,0.66),
+(2125,0,1753,0.66),
+(2126,0,132,4.85),
+(2126,0,151,4.85),
+(2126,0,237,3.05),
+(2126,0,247,3.05),
+(2126,0,248,3.05),
+(2126,0,249,3.05),
+(2126,0,508,6.9),
+(2126,0,509,6.9),
+(2126,0,510,6.9),
+(2126,0,511,6.9),
+(2126,0,593,6.57),
+(2126,0,594,6.57),
+(2126,0,595,6.57),
+(2126,0,596,6.57),
+(2126,0,678,4.3),
+(2126,0,679,4.3),
+(2126,0,680,4.3),
+(2126,0,681,4.3),
+(2126,0,1742,0.58),
+(2126,0,1743,0.58),
+(2126,0,1744,0.58),
+(2126,0,1745,0.58),
+(2126,0,1746,0.58),
+(2126,0,1747,0.58),
+(2126,0,1751,0.58),
+(2126,0,1752,0.58),
+(2126,0,1753,0.58),
+(2126,0,1754,0.58),
+(2126,0,1755,0.58),
+(2126,0,1756,0.58),
+(2128,0,167,5),
+(2128,0,168,5),
+(2128,0,247,2.63),
+(2128,0,250,2.63),
+(2128,0,251,2.63),
+(2128,0,252,2.63),
+(2128,0,511,7.05),
+(2128,0,512,7.05),
+(2128,0,513,7.05),
+(2128,0,514,7.05),
+(2128,0,596,6.63),
+(2128,0,597,6.63),
+(2128,0,598,6.63),
+(2128,0,599,6.63),
+(2128,0,681,4.45),
+(2128,0,682,4.45),
+(2128,0,683,4.45),
+(2128,0,684,4.45),
+(2128,0,1742,0.58),
+(2128,0,1743,0.58),
+(2128,0,1744,0.58),
+(2128,0,1745,0.58),
+(2128,0,1746,0.58),
+(2128,0,1747,0.58),
+(2128,0,1754,0.58),
+(2128,0,1755,0.58),
+(2128,0,1756,0.58),
+(2128,0,1757,0.58),
+(2128,0,1758,0.58),
+(2128,0,1759,0.58),
+(2129,0,168,5.85),
+(2129,0,171,5.85),
+(2129,0,251,10),
+(2129,0,514,23.8),
+(2129,0,599,28.4),
+(2129,0,684,19.3),
+(2129,0,1742,0.77),
+(2129,0,1743,0.77),
+(2129,0,1744,0.77),
+(2129,0,1745,0.77),
+(2129,0,1746,0.77),
+(2129,0,1747,0.77),
+(2129,0,1757,0.77),
+(2129,0,1758,0.77),
+(2129,0,1759,0.77),
+(2130,0,171,9.6),
+(2130,0,251,2.38),
+(2130,0,253,2.38),
+(2130,0,254,2.38),
+(2130,0,255,2.38),
+(2130,0,514,6.28),
+(2130,0,515,6.28),
+(2130,0,516,6.28),
+(2130,0,517,6.28),
+(2130,0,599,7.32),
+(2130,0,600,7.32),
+(2130,0,601,7.32),
+(2130,0,602,7.32),
+(2130,0,684,4.93),
+(2130,0,685,4.93),
+(2130,0,686,4.93),
+(2130,0,687,4.93),
+(2130,0,1742,0.78),
+(2130,0,1743,0.78),
+(2130,0,1744,0.78),
+(2130,0,1745,0.78),
+(2130,0,1746,0.78),
+(2130,0,1747,0.78),
+(2130,0,1760,0.78),
+(2130,0,1761,0.78),
+(2130,0,1762,0.78),
+(2132,0,173,9.7),
+(2132,0,254,2.35),
+(2132,0,435,2.35),
+(2132,0,436,2.35),
+(2132,0,437,2.35),
+(2132,0,517,6.1),
+(2132,0,518,6.1),
+(2132,0,519,6.1),
+(2132,0,520,6.1),
+(2132,0,602,7.5),
+(2132,0,603,7.5),
+(2132,0,604,7.5),
+(2132,0,605,7.5),
+(2132,0,687,4.97),
+(2132,0,688,4.97),
+(2132,0,689,4.97),
+(2132,0,690,4.97),
+(2132,0,1742,0.71),
+(2132,0,1743,0.71),
+(2132,0,1744,0.71),
+(2132,0,1745,0.71),
+(2132,0,1746,0.71),
+(2132,0,1747,0.71),
+(2132,0,1763,0.71),
+(2132,0,1764,0.71),
+(2132,0,1765,0.71),
+(2133,0,173,5.3),
+(2133,0,211,5.3),
+(2133,0,437,2.3),
+(2133,0,438,2.3),
+(2133,0,439,2.3),
+(2133,0,440,2.3),
+(2133,0,520,5.6),
+(2133,0,521,5.6),
+(2133,0,522,5.6),
+(2133,0,523,5.6),
+(2133,0,605,7.75),
+(2133,0,606,7.75),
+(2133,0,607,7.75),
+(2133,0,608,7.75),
+(2133,0,690,4.95),
+(2133,0,691,4.95),
+(2133,0,692,4.95),
+(2133,0,693,4.95),
+(2133,0,1742,0.58),
+(2133,0,1743,0.58),
+(2133,0,1744,0.58),
+(2133,0,1745,0.58),
+(2133,0,1746,0.58),
+(2133,0,1747,0.58),
+(2133,0,1763,0.58),
+(2133,0,1764,0.58),
+(2133,0,1765,0.58),
+(2133,0,1766,0.58),
+(2133,0,1767,0.58),
+(2133,0,1768,0.58),
+(2134,0,211,6.05),
+(2134,0,212,6.05),
+(2134,0,437,1.83),
+(2134,0,438,1.83),
+(2134,0,439,1.83),
+(2134,0,440,1.83),
+(2134,0,520,4.63),
+(2134,0,521,4.63),
+(2134,0,522,4.63),
+(2134,0,523,4.63),
+(2134,0,605,8.85),
+(2134,0,606,8.85),
+(2134,0,607,8.85),
+(2134,0,608,8.85),
+(2134,0,690,4.9),
+(2134,0,691,4.9),
+(2134,0,692,4.9),
+(2134,0,693,4.9),
+(2134,0,1742,0.78),
+(2134,0,1743,0.78),
+(2134,0,1744,0.78),
+(2134,0,1745,0.78),
+(2134,0,1746,0.78),
+(2134,0,1747,0.78),
+(2134,0,1766,0.78),
+(2134,0,1767,0.78),
+(2134,0,1768,0.78),
+(2134,0,1813,0.1),
+(2134,0,1889,0.1),
+(2136,0,267,17.8),
+(2136,0,440,1.77),
+(2136,0,441,1.77),
+(2136,0,442,1.77),
+(2136,0,443,1.77),
+(2136,0,523,3.15),
+(2136,0,524,3.15),
+(2136,0,525,3.15),
+(2136,0,526,3.15),
+(2136,0,608,8.82),
+(2136,0,609,8.82),
+(2136,0,610,8.82),
+(2136,0,611,8.82),
+(2136,0,693,4.78),
+(2136,0,694,4.78),
+(2136,0,695,4.78),
+(2136,0,696,4.78),
+(2136,0,863,0.03),
+(2136,0,864,0.03),
+(2136,0,865,0.03),
+(2136,0,866,0.03),
+(2136,0,951,0.1),
+(2136,0,1035,0.1),
+(2136,0,1203,0.03),
+(2136,0,1204,0.03),
+(2136,0,1205,0.03),
+(2136,0,1206,0.03),
+(2136,0,1328,0.1),
+(2136,0,1466,0.1),
+(2136,0,1512,0.1),
+(2136,0,1742,0.88),
+(2136,0,1743,0.88),
+(2136,0,1744,0.88),
+(2136,0,1745,0.88),
+(2136,0,1746,0.88),
+(2136,0,1747,0.88),
+(2136,0,1769,0.88),
+(2136,0,1770,0.88),
+(2136,0,1771,0.88),
+(3241,0,26,5.45),
+(3241,0,28,5.05),
+(3241,0,94,5.45),
+(3241,0,95,5.05),
+(3241,0,757,36.2),
+(3241,0,842,18.1),
+(3241,0,1012,15.5),
+(3241,0,2067,1.55),
+(3241,0,2068,1.55),
+(3241,0,2069,1.55),
+(3241,0,2070,1.55),
+(3241,0,2071,1.55),
+(3241,0,2072,1.55),
+(3242,0,94,5.8),
+(3242,0,95,4.7),
+(3242,0,112,5.8),
+(3242,0,113,4.7),
+(3242,0,757,8.73),
+(3242,0,758,8.73),
+(3242,0,759,8.73),
+(3242,0,760,8.73),
+(3242,0,842,4.57),
+(3242,0,843,4.57),
+(3242,0,844,4.57),
+(3242,0,845,4.57),
+(3242,0,1012,4.28),
+(3242,0,1013,4.28),
+(3242,0,1014,4.28),
+(3242,0,1015,4.28),
+(3242,0,2070,2.93),
+(3242,0,2071,2.93),
+(3242,0,2072,2.93),
+(3243,0,112,9.4),
+(3243,0,113,12.7),
+(3243,0,760,8.6),
+(3243,0,761,8.6),
+(3243,0,762,8.6),
+(3243,0,763,8.6),
+(3243,0,845,3.75),
+(3243,0,846,3.75),
+(3243,0,847,3.75),
+(3243,0,848,3.75),
+(3243,0,1015,5.4),
+(3243,0,1016,5.4),
+(3243,0,1017,5.4),
+(3243,0,1018,5.4),
+(3243,0,2070,2.27),
+(3243,0,2071,2.27),
+(3243,0,2072,2.27),
+(3244,0,133,7.8),
+(3244,0,134,12.4),
+(3244,0,760,8.95),
+(3244,0,761,8.95),
+(3244,0,762,8.95),
+(3244,0,763,8.95),
+(3244,0,845,3.58),
+(3244,0,846,3.58),
+(3244,0,847,3.58),
+(3244,0,848,3.58),
+(3244,0,1015,5.6),
+(3244,0,1016,5.6),
+(3244,0,1017,5.6),
+(3244,0,1018,5.6),
+(3244,0,2070,2.47),
+(3244,0,2071,2.47),
+(3244,0,2072,2.47),
+(3246,0,152,4.35),
+(3246,0,153,6.1),
+(3246,0,174,4.35),
+(3246,0,179,6.1),
+(3246,0,763,9.55),
+(3246,0,764,9.55),
+(3246,0,765,9.55),
+(3246,0,766,9.55),
+(3246,0,848,3),
+(3246,0,849,3),
+(3246,0,850,3),
+(3246,0,851,3),
+(3246,0,1018,5.47),
+(3246,0,1019,5.47),
+(3246,0,1020,5.47),
+(3246,0,1021,5.47),
+(3246,0,2073,3.55),
+(3246,0,2074,3.55),
+(3247,0,174,4.7),
+(3247,0,175,4.7),
+(3247,0,179,5.8),
+(3247,0,180,5.8),
+(3247,0,766,9.52),
+(3247,0,767,9.52),
+(3247,0,768,9.52),
+(3247,0,769,9.52),
+(3247,0,851,2.92),
+(3247,0,852,2.92),
+(3247,0,853,2.92),
+(3247,0,854,2.92),
+(3247,0,1021,5.6),
+(3247,0,1022,5.6),
+(3247,0,1023,5.6),
+(3247,0,1024,5.6),
+(3247,0,2073,1.38),
+(3247,0,2074,1.38),
+(3247,0,2075,1.38),
+(3247,0,2076,1.38),
+(3247,0,2077,1.38),
+(3248,0,175,3.85),
+(3248,0,176,3.85),
+(3248,0,180,4.35),
+(3248,0,181,4.35),
+(3248,0,769,41.8),
+(3248,0,854,18.7),
+(3248,0,1024,17.6),
+(3248,0,2075,1.83),
+(3248,0,2076,1.83),
+(3248,0,2077,1.83),
+(3249,0,176,7.9),
+(3249,0,181,14.4),
+(3249,0,769,8.63),
+(3249,0,770,8.63),
+(3249,0,771,8.63),
+(3249,0,772,8.63),
+(3249,0,854,2.5),
+(3249,0,855,2.5),
+(3249,0,856,2.5),
+(3249,0,857,2.5),
+(3249,0,1024,6.07),
+(3249,0,1025,6.07),
+(3249,0,1026,6.07),
+(3249,0,1027,6.07),
+(3249,0,2075,2.97),
+(3249,0,2076,2.97),
+(3249,0,2077,2.97),
+(3250,0,177,7.3),
+(3250,0,182,14.4),
+(3250,0,772,8.43),
+(3250,0,773,8.43),
+(3250,0,774,8.43),
+(3250,0,775,8.43),
+(3250,0,857,2.38),
+(3250,0,858,2.38),
+(3250,0,859,2.38),
+(3250,0,860,2.38),
+(3250,0,1027,6.53),
+(3250,0,1028,6.53),
+(3250,0,1029,6.53),
+(3250,0,1030,6.53),
+(3250,0,2075,2.97),
+(3250,0,2076,2.97),
+(3250,0,2077,2.97),
+(3251,0,178,7.8),
+(3251,0,183,11.7),
+(3251,0,772,8.98),
+(3251,0,773,8.98),
+(3251,0,774,8.98),
+(3251,0,775,8.98),
+(3251,0,857,2.92),
+(3251,0,858,2.92),
+(3251,0,859,2.92),
+(3251,0,860,2.92),
+(3251,0,1027,6.07),
+(3251,0,1028,6.07),
+(3251,0,1029,6.07),
+(3251,0,1030,6.07),
+(3251,0,2078,4.3),
+(3251,0,2079,4.3),
+(3253,0,213,3.02),
+(3253,0,214,4.35),
+(3253,0,215,6),
+(3253,0,216,3.85),
+(3253,0,775,8.68),
+(3253,0,776,8.68),
+(3253,0,777,6.89),
+(3253,0,778,6.89),
+(3253,0,860,3.13),
+(3253,0,861,4.11),
+(3253,0,862,3.13),
+(3253,0,863,3.13),
+(3253,0,1030,11.5),
+(3253,0,1031,11.5),
+(3253,0,1032,11.5),
+(3253,0,1033,11.5),
+(3253,0,2078,2.14),
+(3253,0,2079,2.14),
+(3253,0,2080,2.14),
+(3253,0,2081,2.14),
+(3253,0,2082,2.14),
+(3254,0,214,6.35),
+(3254,0,216,4.45),
+(3254,0,383,6.35),
+(3254,0,409,4.45),
+(3254,0,778,8.3),
+(3254,0,779,8.3),
+(3254,0,780,8.3),
+(3254,0,781,8.3),
+(3254,0,863,4.25),
+(3254,0,864,4.25),
+(3254,0,865,4.25),
+(3254,0,866,4.25),
+(3254,0,1033,5.13),
+(3254,0,1034,5.13),
+(3254,0,1035,5.13),
+(3254,0,1036,5.13),
+(3254,0,1205,0.1),
+(3254,0,1419,0.1),
+(3254,0,1719,0.1),
+(3254,0,2080,2.63),
+(3254,0,2081,2.63),
+(3254,0,2082,2.63),
+(3255,0,333,0.1),
+(3255,0,383,10.8),
+(3255,0,409,6.1),
+(3255,0,443,0.1),
+(3255,0,526,0.1),
+(3255,0,611,0.1),
+(3255,0,778,9.35),
+(3255,0,779,9.35),
+(3255,0,780,9.35),
+(3255,0,781,9.35),
+(3255,0,863,6.72),
+(3255,0,864,6.72),
+(3255,0,865,6.72),
+(3255,0,866,6.72),
+(3255,0,1033,3.45),
+(3255,0,1034,3.45),
+(3255,0,1035,3.45),
+(3255,0,1036,3.45),
+(3255,0,1121,0.1),
+(3255,0,1420,0.1),
+(3255,0,1466,0.1),
+(3255,0,1557,0.1),
+(3255,0,1719,0.1),
+(3255,0,2004,0.1),
+(3255,0,2042,0.1),
+(3255,0,2080,1.6),
+(3255,0,2081,1.6),
+(3255,0,2082,1.6),
+(3256,0,384,13.3),
+(3256,0,410,8.2),
+(3256,0,781,9.25),
+(3256,0,782,9.25),
+(3256,0,783,9.25),
+(3256,0,784,9.25),
+(3256,0,866,4.95),
+(3256,0,867,4.95),
+(3256,0,868,4.95),
+(3256,0,869,4.95),
+(3256,0,1036,4),
+(3256,0,1037,4),
+(3256,0,1038,4),
+(3256,0,1039,4),
+(3256,0,2080,1.9),
+(3256,0,2081,1.9),
+(3256,0,2082,1.9),
+(3259,0,96,3.6),
+(3259,0,97,4.75),
+(3259,0,114,3.6),
+(3259,0,115,4.75),
+(3259,0,927,4.95),
+(3259,0,928,4.95),
+(3259,0,929,4.95),
+(3259,0,930,4.95),
+(3259,0,1097,5.75),
+(3259,0,1098,5.75),
+(3259,0,1099,5.75),
+(3259,0,1100,5.75),
+(3259,0,1182,7.6),
+(3259,0,1183,7.6),
+(3259,0,1184,7.6),
+(3259,0,1185,7.6),
+(3259,0,2105,2.02),
+(3259,0,2106,2.02),
+(3259,0,2107,2.02),
+(3259,0,2108,2.02),
+(3259,0,2109,2.02),
+(3260,0,114,8),
+(3260,0,115,10.9),
+(3260,0,845,0.1),
+(3260,0,930,4.5),
+(3260,0,931,4.5),
+(3260,0,932,4.5),
+(3260,0,933,4.5),
+(3260,0,1100,5.82),
+(3260,0,1101,5.82),
+(3260,0,1102,5.82),
+(3260,0,1103,5.82),
+(3260,0,1185,7.68),
+(3260,0,1186,7.68),
+(3260,0,1187,7.68),
+(3260,0,1188,7.68),
+(3260,0,2105,1.8),
+(3260,0,2106,1.8),
+(3260,0,2107,1.8),
+(3260,0,2108,1.8),
+(3260,0,2109,1.8),
+(3261,0,135,7.6),
+(3261,0,136,9.8),
+(3261,0,930,5.28),
+(3261,0,931,5.28),
+(3261,0,932,5.28),
+(3261,0,933,5.28),
+(3261,0,1100,5.65),
+(3261,0,1101,5.65),
+(3261,0,1102,5.65),
+(3261,0,1103,5.65),
+(3261,0,1185,8.13),
+(3261,0,1186,8.13),
+(3261,0,1187,8.13),
+(3261,0,1188,8.13),
+(3261,0,2110,1.63),
+(3261,0,2111,1.63),
+(3261,0,2112,1.63),
+(3261,0,2113,1.63),
+(3263,0,154,3.25),
+(3263,0,155,5.3),
+(3263,0,184,3.25),
+(3263,0,189,5.3),
+(3263,0,933,4.88),
+(3263,0,934,4.88),
+(3263,0,935,4.88),
+(3263,0,936,4.88),
+(3263,0,1103,6.53),
+(3263,0,1104,6.53),
+(3263,0,1105,6.53),
+(3263,0,1106,6.53),
+(3263,0,1188,7.22),
+(3263,0,1189,7.22),
+(3263,0,1190,7.22),
+(3263,0,1191,7.22),
+(3263,0,1408,0.1),
+(3263,0,2110,2.1),
+(3263,0,2111,2.1),
+(3263,0,2112,2.1),
+(3263,0,2113,2.1),
+(3264,0,184,3.6),
+(3264,0,185,3.6),
+(3264,0,189,5.35),
+(3264,0,190,5.35),
+(3264,0,936,4.78),
+(3264,0,937,4.78),
+(3264,0,938,4.78),
+(3264,0,939,4.78),
+(3264,0,1106,6.47),
+(3264,0,1107,6.47),
+(3264,0,1108,6.47),
+(3264,0,1109,6.47),
+(3264,0,1191,7.35),
+(3264,0,1192,7.35),
+(3264,0,1193,7.35),
+(3264,0,1194,7.35),
+(3264,0,2110,1.85),
+(3264,0,2111,1.85),
+(3264,0,2112,1.85),
+(3264,0,2113,1.85),
+(3265,0,185,3.55),
+(3265,0,186,3.55),
+(3265,0,190,5.35),
+(3265,0,191,5.35),
+(3265,0,939,19.5),
+(3265,0,1109,21.7),
+(3265,0,1194,33.9),
+(3265,0,2110,0.88),
+(3265,0,2111,0.88),
+(3265,0,2112,0.88),
+(3265,0,2113,0.88),
+(3265,0,2114,0.88),
+(3265,0,2115,0.88),
+(3265,0,2116,0.88),
+(3265,0,2117,0.88),
+(3267,0,187,7),
+(3267,0,192,10.4),
+(3267,0,942,4.6),
+(3267,0,943,4.6),
+(3267,0,944,4.6),
+(3267,0,945,4.6),
+(3267,0,1112,5.9),
+(3267,0,1113,5.9),
+(3267,0,1114,5.9),
+(3267,0,1115,5.9),
+(3267,0,1197,8.32),
+(3267,0,1198,8.32),
+(3267,0,1199,8.32),
+(3267,0,1200,8.32),
+(3267,0,2114,1.83),
+(3267,0,2115,1.83),
+(3267,0,2116,1.83),
+(3267,0,2117,1.83),
+(3268,0,188,6.6),
+(3268,0,193,10.8),
+(3268,0,942,4.68),
+(3268,0,943,4.68),
+(3268,0,944,4.68),
+(3268,0,945,4.68),
+(3268,0,1112,5.68),
+(3268,0,1113,5.68),
+(3268,0,1114,5.68),
+(3268,0,1115,5.68),
+(3268,0,1197,8.43),
+(3268,0,1198,8.43),
+(3268,0,1199,8.43),
+(3268,0,1200,8.43),
+(3268,0,2114,1.85),
+(3268,0,2115,1.85),
+(3268,0,2116,1.85),
+(3268,0,2117,1.85),
+(3269,0,188,3.9),
+(3269,0,193,5.35),
+(3269,0,217,3.9),
+(3269,0,219,5.35),
+(3269,0,520,0.1),
+(3269,0,945,4.7),
+(3269,0,946,4.7),
+(3269,0,947,4.7),
+(3269,0,948,4.7),
+(3269,0,1115,5.2),
+(3269,0,1116,5.2),
+(3269,0,1117,5.2),
+(3269,0,1118,5.2),
+(3269,0,1200,9),
+(3269,0,1201,9),
+(3269,0,1202,9),
+(3269,0,1203,9),
+(3269,0,1463,0.1),
+(3269,0,2114,1.52),
+(3269,0,2115,1.52),
+(3269,0,2116,1.52),
+(3269,0,2117,1.52),
+(3271,0,218,4.15),
+(3271,0,220,5.2),
+(3271,0,287,4.15),
+(3271,0,307,5.2),
+(3271,0,948,3.97),
+(3271,0,949,3.97),
+(3271,0,950,3.97),
+(3271,0,951,3.97),
+(3271,0,1118,4.85),
+(3271,0,1119,4.85),
+(3271,0,1120,4.85),
+(3271,0,1121,4.85),
+(3271,0,1203,9.38),
+(3271,0,1204,9.38),
+(3271,0,1205,9.38),
+(3271,0,1206,9.38),
+(3271,0,1326,0.1),
+(3271,0,2118,2.13),
+(3271,0,2119,2.13),
+(3271,0,2120,2.13),
+(3271,0,2121,2.13),
+(3272,0,267,0.1),
+(3272,0,287,9.4),
+(3272,0,307,11.2),
+(3272,0,384,0.1),
+(3272,0,410,0.1),
+(3272,0,441,0.1),
+(3272,0,524,0.1),
+(3272,0,609,0.05),
+(3272,0,611,0.05),
+(3272,0,781,0.1),
+(3272,0,865,0.1),
+(3272,0,948,4.05),
+(3272,0,949,4.05),
+(3272,0,950,4.05),
+(3272,0,951,4.05),
+(3272,0,1036,0.1),
+(3272,0,1118,2.95),
+(3272,0,1119,2.95),
+(3272,0,1120,2.95),
+(3272,0,1121,2.95),
+(3272,0,1203,11.65),
+(3272,0,1204,11.65),
+(3272,0,1205,11.65),
+(3272,0,1206,11.65),
+(3272,0,1328,0.1),
+(3272,0,1420,0.1),
+(3272,0,1466,0.1),
+(3272,0,1557,0.1),
+(3272,0,1890,0.1),
+(3272,0,1928,0.1),
+(3272,0,2041,0.1),
+(3272,0,2118,1.15),
+(3272,0,2119,1.15),
+(3272,0,2120,1.15),
+(3272,0,2121,1.15),
+(3281,0,133,3.2),
+(3281,0,134,6.4),
+(3281,0,152,3.2),
+(3281,0,153,6.4),
+(3281,0,933,5.05),
+(3281,0,934,5.05),
+(3281,0,935,5.05),
+(3281,0,936,5.05),
+(3281,0,1103,6.43),
+(3281,0,1104,6.43),
+(3281,0,1105,6.43),
+(3281,0,1106,6.43),
+(3281,0,1188,7.1),
+(3281,0,1189,7.1),
+(3281,0,1190,7.1),
+(3281,0,1191,7.1),
+(3281,0,1951,0.1),
+(3281,0,2110,1.65),
+(3281,0,2111,1.65),
+(3281,0,2112,1.65),
+(3281,0,2113,1.65),
+(3282,0,152,3.05),
+(3282,0,153,6.4),
+(3282,0,174,3.05),
+(3282,0,179,6.4),
+(3282,0,933,4.65),
+(3282,0,934,4.65),
+(3282,0,935,4.65),
+(3282,0,936,4.65),
+(3282,0,1103,6.4),
+(3282,0,1104,6.4),
+(3282,0,1105,6.4),
+(3282,0,1106,6.4),
+(3282,0,1188,7.5),
+(3282,0,1189,7.5),
+(3282,0,1190,7.5),
+(3282,0,1191,7.5),
+(3282,0,2110,1.73),
+(3282,0,2111,1.73),
+(3282,0,2112,1.73),
+(3282,0,2113,1.73),
+(3283,0,174,3.4),
+(3283,0,175,3.4),
+(3283,0,179,6.2),
+(3283,0,180,6.2),
+(3283,0,936,4.72),
+(3283,0,937,4.72),
+(3283,0,938,4.72),
+(3283,0,939,4.72),
+(3283,0,1106,6.68),
+(3283,0,1107,6.68),
+(3283,0,1108,6.68),
+(3283,0,1109,6.68),
+(3283,0,1191,6.93),
+(3283,0,1192,6.93),
+(3283,0,1193,6.93),
+(3283,0,1194,6.93),
+(3283,0,2110,1.88),
+(3283,0,2111,1.88),
+(3283,0,2112,1.88),
+(3283,0,2113,1.88),
+(3285,0,176,7.8),
+(3285,0,181,12.9),
+(3285,0,939,4.8),
+(3285,0,940,4.8),
+(3285,0,941,4.8),
+(3285,0,942,4.8),
+(3285,0,1109,6.6),
+(3285,0,1110,6.6),
+(3285,0,1111,6.6),
+(3285,0,1112,6.6),
+(3285,0,1194,6.4),
+(3285,0,1195,6.4),
+(3285,0,1196,6.4),
+(3285,0,1197,6.4),
+(3285,0,2114,2.05),
+(3285,0,2115,2.05),
+(3285,0,2116,2.05),
+(3285,0,2117,2.05),
+(3286,0,177,7.7),
+(3286,0,182,11.7),
+(3286,0,942,5.15),
+(3286,0,943,5.15),
+(3286,0,944,5.15),
+(3286,0,945,5.15),
+(3286,0,1112,6.05),
+(3286,0,1113,6.05),
+(3286,0,1114,6.05),
+(3286,0,1115,6.05),
+(3286,0,1197,7.05),
+(3286,0,1198,7.05),
+(3286,0,1199,7.05),
+(3286,0,1200,7.05),
+(3286,0,2114,1.98),
+(3286,0,2115,1.98),
+(3286,0,2116,1.98),
+(3286,0,2117,1.98),
+(3288,0,178,3.2),
+(3288,0,183,3.45),
+(3288,0,213,3.2),
+(3288,0,215,3.45),
+(3288,0,945,4.07),
+(3288,0,946,4.07),
+(3288,0,947,4.07),
+(3288,0,948,4.07),
+(3288,0,1115,4.53),
+(3288,0,1116,4.53),
+(3288,0,1117,4.53),
+(3288,0,1118,4.53),
+(3288,0,1200,5.53),
+(3288,0,1201,5.53),
+(3288,0,1202,5.53),
+(3288,0,1203,5.53),
+(3288,0,1318,0.15),
+(3288,0,1319,0.15),
+(3288,0,1364,0.2),
+(3288,0,1365,0.2),
+(3288,0,1410,0.25),
+(3288,0,1411,0.25),
+(3288,0,1456,0.15),
+(3288,0,1457,0.15),
+(3288,0,1502,0.15),
+(3288,0,1503,0.15),
+(3288,0,2114,7.07),
+(3288,0,2115,7.07),
+(3288,0,2116,7.07),
+(3288,0,2117,7.07),
+(3289,0,212,0.1),
+(3289,0,213,3.2),
+(3289,0,214,3.2),
+(3289,0,215,4.05),
+(3289,0,216,4.05),
+(3289,0,778,0.1),
+(3289,0,945,3.13),
+(3289,0,946,3.13),
+(3289,0,947,3.13),
+(3289,0,948,3.13),
+(3289,0,1115,3.88),
+(3289,0,1116,3.88),
+(3289,0,1117,3.88),
+(3289,0,1118,3.88),
+(3289,0,1200,6.1),
+(3289,0,1201,6.1),
+(3289,0,1202,6.1),
+(3289,0,1203,6.1),
+(3289,0,1319,0.15),
+(3289,0,1320,0.15),
+(3289,0,1365,0.2),
+(3289,0,1366,0.2),
+(3289,0,1411,0.2),
+(3289,0,1412,0.2),
+(3289,0,1457,0.5),
+(3289,0,1458,0.5),
+(3289,0,1503,0.15),
+(3289,0,1504,0.15),
+(3289,0,1851,0.1),
+(3289,0,2114,3.85),
+(3289,0,2115,3.85),
+(3289,0,2116,3.85),
+(3289,0,2117,3.85),
+(3289,0,2118,3.85),
+(3289,0,2119,3.85),
+(3289,0,2120,3.85),
+(3289,0,2121,3.85),
+(3291,0,307,0.1),
+(3291,0,333,0.1),
+(3291,0,358,0.1),
+(3291,0,383,9.3),
+(3291,0,409,4.3),
+(3291,0,442,0.1),
+(3291,0,524,0.1),
+(3291,0,611,0.1),
+(3291,0,693,0.03),
+(3291,0,694,0.03),
+(3291,0,695,0.03),
+(3291,0,696,0.03),
+(3291,0,948,3.22),
+(3291,0,949,3.22),
+(3291,0,950,3.22),
+(3291,0,951,3.22),
+(3291,0,1034,0.05),
+(3291,0,1036,0.05),
+(3291,0,1118,3.1),
+(3291,0,1119,3.1),
+(3291,0,1120,3.1),
+(3291,0,1121,3.1),
+(3291,0,1203,9.18),
+(3291,0,1204,9.18),
+(3291,0,1205,9.18),
+(3291,0,1206,9.18),
+(3291,0,1321,0.3),
+(3291,0,1367,0.2),
+(3291,0,1413,0.7),
+(3291,0,1459,0.4),
+(3291,0,1505,0.6),
+(3291,0,2118,5.45),
+(3291,0,2119,5.45),
+(3291,0,2120,5.45),
+(3291,0,2121,5.45),
+(3295,0,1098,0.1),
+(3295,0,1310,8.8),
+(3295,0,1311,8.8),
+(3295,0,1356,9.8),
+(3295,0,1357,9.8),
+(3295,0,1402,12.45),
+(3295,0,1403,12.45),
+(3295,0,1448,9.55),
+(3295,0,1449,9.55),
+(3295,0,1494,9.35),
+(3295,0,1495,9.35),
+(3296,0,1311,8.65),
+(3296,0,1312,8.65),
+(3296,0,1357,9.25),
+(3296,0,1358,9.25),
+(3296,0,1403,13),
+(3296,0,1404,13),
+(3296,0,1449,9.5),
+(3296,0,1450,9.5),
+(3296,0,1495,9.5),
+(3296,0,1496,9.5),
+(3296,0,1708,0.1),
+(3297,0,1312,8.65),
+(3297,0,1313,8.65),
+(3297,0,1358,9.25),
+(3297,0,1359,9.25),
+(3297,0,1404,13.8),
+(3297,0,1405,13.8),
+(3297,0,1450,8.9),
+(3297,0,1451,8.9),
+(3297,0,1496,9.45),
+(3297,0,1497,9.45),
+(3298,0,1314,16.8),
+(3298,0,1360,19.4),
+(3298,0,1406,26.8),
+(3298,0,1452,17.8),
+(3298,0,1498,19.1),
+(3300,0,1316,7.85),
+(3300,0,1317,7.85),
+(3300,0,1362,10.1),
+(3300,0,1363,10.1),
+(3300,0,1408,13.65),
+(3300,0,1409,13.65),
+(3300,0,1454,8.75),
+(3300,0,1455,8.75),
+(3300,0,1500,9.7),
+(3300,0,1501,9.7),
+(3301,0,1317,7.7),
+(3301,0,1318,7.7),
+(3301,0,1363,9.8),
+(3301,0,1364,9.8),
+(3301,0,1409,13.55),
+(3301,0,1410,13.55),
+(3301,0,1455,8.95),
+(3301,0,1456,8.95),
+(3301,0,1501,10),
+(3301,0,1502,10),
+(3302,0,1318,7.7),
+(3302,0,1319,7.7),
+(3302,0,1364,10.75),
+(3302,0,1365,10.75),
+(3302,0,1410,12.85),
+(3302,0,1411,12.85),
+(3302,0,1456,8.8),
+(3302,0,1457,8.8),
+(3302,0,1502,9.85),
+(3302,0,1503,9.85),
+(3303,0,1319,7.1),
+(3303,0,1320,7.1),
+(3303,0,1365,10.3),
+(3303,0,1366,10.3),
+(3303,0,1411,13.5),
+(3303,0,1412,13.5),
+(3303,0,1457,8.8),
+(3303,0,1458,8.8),
+(3303,0,1503,10.25),
+(3303,0,1504,10.25),
+(3304,0,1320,9.84),
+(3304,0,1321,9.84),
+(3304,0,1366,9.93),
+(3304,0,1367,9.93),
+(3304,0,1412,9.84),
+(3304,0,1413,9.84),
+(3304,0,1458,10.1),
+(3304,0,1459,10.1),
+(3304,0,1504,10.34),
+(3304,0,1505,10.34),
+(3305,0,1321,7),
+(3305,0,1322,7),
+(3305,0,1367,11.85),
+(3305,0,1368,11.85),
+(3305,0,1413,12.7),
+(3305,0,1414,12.7),
+(3305,0,1459,8.2),
+(3305,0,1460,8.2),
+(3305,0,1505,10.2),
+(3305,0,1506,10.2),
+(3306,0,1323,14.3),
+(3306,0,1369,22.15),
+(3306,0,1415,22.9),
+(3306,0,1461,18.9),
+(3306,0,1507,21.7),
+(3307,0,1201,0.1),
+(3307,0,1324,12.7),
+(3307,0,1370,23.2),
+(3307,0,1416,26.2),
+(3307,0,1462,16.7),
+(3307,0,1508,21.1),
+(3308,0,441,0.1),
+(3308,0,1325,6.7),
+(3308,0,1326,6.7),
+(3308,0,1371,12.65),
+(3308,0,1372,12.65),
+(3308,0,1417,11.3),
+(3308,0,1418,11.3),
+(3308,0,1463,8.65),
+(3308,0,1464,8.65),
+(3308,0,1509,10.75),
+(3308,0,1510,10.75),
+(3308,0,2110,0.03),
+(3308,0,2111,0.03),
+(3308,0,2112,0.03),
+(3308,0,2113,0.03),
+(3309,0,441,0.1),
+(3309,0,524,0.05),
+(3309,0,526,0.05),
+(3309,0,865,0.1),
+(3309,0,949,0.05),
+(3309,0,951,0.05),
+(3309,0,1036,0.1),
+(3309,0,1203,0.03),
+(3309,0,1204,0.03),
+(3309,0,1205,0.03),
+(3309,0,1206,0.03),
+(3309,0,1326,6.15),
+(3309,0,1327,6.15),
+(3309,0,1372,12.7),
+(3309,0,1373,12.7),
+(3309,0,1418,12.7),
+(3309,0,1419,12.7),
+(3309,0,1464,7.95),
+(3309,0,1465,7.95),
+(3309,0,1510,6.97),
+(3309,0,1511,6.97),
+(3309,0,1512,6.97),
+(3309,0,1557,0.1),
+(3309,0,1719,0.1),
+(3309,0,1851,0.1),
+(3309,0,2003,0.1),
+(3310,0,139,0.1),
+(3310,0,445,0.1),
+(3310,0,526,0.1),
+(3310,0,868,0.1),
+(3310,0,1037,0.1),
+(3310,0,1122,0.1),
+(3310,0,1206,0.1),
+(3310,0,1327,6.95),
+(3310,0,1328,6.95),
+(3310,0,1373,10.4),
+(3310,0,1374,10.4),
+(3310,0,1419,9.63),
+(3310,0,1420,9.63),
+(3310,0,1421,9.63),
+(3310,0,1465,8.25),
+(3310,0,1466,8.25),
+(3310,0,1511,6.57),
+(3310,0,1512,6.57),
+(3310,0,1513,6.57),
+(3310,0,1720,0.1),
+(3310,0,1814,0.1),
+(3310,0,1966,0.1),
+(3325,0,1324,19.4),
+(3325,0,1370,27.4),
+(3325,0,1416,18.5),
+(3325,0,1462,17.8),
+(3325,0,1508,16.9),
+(3441,0,1320,8.6),
+(3441,0,1321,8.6),
+(3441,0,1366,9.9),
+(3441,0,1367,9.9),
+(3441,0,1412,12.7),
+(3441,0,1413,12.7),
+(3441,0,1458,6.5),
+(3441,0,1459,6.5),
+(3441,0,1504,12.3),
+(3441,0,1505,12.3),
+(3458,0,1321,24.2),
+(3458,0,1367,14),
+(3458,0,1413,19.7),
+(3458,0,1459,19.7),
+(3458,0,1505,22.3),
+(3461,0,308,3.65),
+(3461,0,333,3),
+(3461,0,358,4.5),
+(3461,0,384,2.8),
+(3461,0,410,2.22),
+(3461,0,411,0.95),
+(3461,0,443,0.81),
+(3461,0,444,0.81),
+(3461,0,445,0.81),
+(3461,0,446,0.81),
+(3461,0,526,1.68),
+(3461,0,527,1.68),
+(3461,0,528,1.68),
+(3461,0,529,1.68),
+(3461,0,611,2.71),
+(3461,0,612,2.71),
+(3461,0,613,2.71),
+(3461,0,614,2.71),
+(3461,0,696,1.68),
+(3461,0,697,1.68),
+(3461,0,698,1.68),
+(3461,0,699,1.68),
+(3461,0,781,2.73),
+(3461,0,782,2.73),
+(3461,0,783,2.73),
+(3461,0,784,2.73),
+(3461,0,866,1.33),
+(3461,0,867,1.33),
+(3461,0,868,1.33),
+(3461,0,869,1.33),
+(3461,0,951,1.64),
+(3461,0,952,1.64),
+(3461,0,953,1.64),
+(3461,0,954,1.64),
+(3461,0,1036,1.44),
+(3461,0,1037,1.44),
+(3461,0,1038,1.44),
+(3461,0,1039,1.44),
+(3461,0,1121,1.82),
+(3461,0,1122,1.82),
+(3461,0,1123,1.82),
+(3461,0,1124,1.82),
+(3461,0,1206,3.2),
+(3461,0,1207,3.2),
+(3461,0,1208,3.2),
+(3461,0,1209,3.2),
+(3461,0,1327,0.05),
+(3461,0,1328,0.05),
+(3461,0,1373,0.15),
+(3461,0,1374,0.15),
+(3461,0,1419,0.13),
+(3461,0,1420,0.13),
+(3461,0,1465,0.15),
+(3461,0,1466,0.15),
+(3461,0,1511,0.08),
+(3461,0,1512,0.08),
+(3461,0,1742,0.15),
+(3461,0,1743,0.15),
+(3461,0,1744,0.15),
+(3461,0,1745,0.15),
+(3461,0,1746,0.15),
+(3461,0,1747,0.15),
+(3461,0,1772,0.15),
+(3461,0,1773,0.15),
+(3461,0,1774,0.15),
+(3461,0,1775,0.15),
+(3461,0,1776,0.15),
+(3461,0,1777,0.15),
+(3461,0,1778,0.15),
+(3461,0,1779,0.15),
+(3461,0,1890,0.1),
+(3461,0,1967,0.1),
+(3461,0,2080,0.7),
+(3461,0,2081,0.7),
+(3461,0,2082,0.7),
+(3461,0,2118,0.54),
+(3461,0,2119,0.54),
+(3461,0,2120,0.54),
+(3461,0,2121,0.54),
+(3462,0,308,1.25),
+(3462,0,309,1.25),
+(3462,0,333,2),
+(3462,0,358,3.5),
+(3462,0,384,2.1),
+(3462,0,410,1.7),
+(3462,0,443,0.55),
+(3462,0,444,0.55),
+(3462,0,445,0.55),
+(3462,0,446,0.55),
+(3462,0,526,0.9),
+(3462,0,527,0.9),
+(3462,0,528,0.9),
+(3462,0,529,0.9),
+(3462,0,611,2.88),
+(3462,0,612,2.88),
+(3462,0,613,2.88),
+(3462,0,614,2.88),
+(3462,0,696,1.75),
+(3462,0,697,1.75),
+(3462,0,698,1.75),
+(3462,0,699,1.75),
+(3462,0,781,1.9),
+(3462,0,782,1.9),
+(3462,0,783,1.9),
+(3462,0,784,1.9),
+(3462,0,866,1.48),
+(3462,0,867,1.48),
+(3462,0,868,1.48),
+(3462,0,869,1.48),
+(3462,0,951,1.5),
+(3462,0,952,1.5),
+(3462,0,953,1.5),
+(3462,0,954,1.5),
+(3462,0,1036,0.95),
+(3462,0,1037,0.95),
+(3462,0,1038,0.95),
+(3462,0,1039,0.95),
+(3462,0,1121,0.63),
+(3462,0,1122,0.63),
+(3462,0,1123,0.63),
+(3462,0,1124,0.63),
+(3462,0,1206,2.9),
+(3462,0,1207,2.9),
+(3462,0,1208,2.9),
+(3462,0,1209,2.9),
+(3462,0,1322,0.15),
+(3462,0,1323,0.15),
+(3462,0,1368,0.6),
+(3462,0,1414,0.6),
+(3462,0,1460,0.6),
+(3462,0,1506,0.3),
+(3462,0,1742,0.82),
+(3462,0,1743,0.82),
+(3462,0,1744,0.82),
+(3462,0,1745,0.82),
+(3462,0,1746,0.82),
+(3462,0,1747,0.82),
+(3462,0,1772,0.82),
+(3462,0,1773,0.82),
+(3462,0,1774,0.82),
+(3462,0,1775,0.82),
+(3462,0,1776,0.82),
+(3462,0,1777,0.82),
+(3462,0,1778,0.82),
+(3462,0,1779,0.82),
+(3462,0,1890,0.1),
+(3462,0,1928,0.05),
+(3462,0,1929,0.05),
+(3462,0,1967,0.1),
+(3462,0,2043,0.1),
+(3462,0,2080,2.17),
+(3462,0,2081,2.17),
+(3462,0,2082,2.17),
+(3462,0,2118,1.52),
+(3462,0,2119,1.52),
+(3462,0,2120,1.52),
+(3462,0,2121,1.52),
+(3463,0,132,2.7),
+(3463,0,133,2.5),
+(3463,0,134,4.2),
+(3463,0,135,2.4),
+(3463,0,136,3.8),
+(3463,0,234,0.68),
+(3463,0,235,0.68),
+(3463,0,236,0.68),
+(3463,0,248,0.68),
+(3463,0,505,1.8),
+(3463,0,506,1.8),
+(3463,0,507,1.8),
+(3463,0,508,1.8),
+(3463,0,590,2.15),
+(3463,0,591,2.15),
+(3463,0,592,2.15),
+(3463,0,593,2.15),
+(3463,0,675,1.25),
+(3463,0,676,1.25),
+(3463,0,677,1.25),
+(3463,0,678,1.25),
+(3463,0,760,3.67),
+(3463,0,761,3.67),
+(3463,0,762,3.67),
+(3463,0,763,3.67),
+(3463,0,845,1.15),
+(3463,0,846,1.15),
+(3463,0,847,1.15),
+(3463,0,848,1.15),
+(3463,0,930,1.83),
+(3463,0,931,1.83),
+(3463,0,932,1.83),
+(3463,0,933,1.83),
+(3463,0,1015,1.65),
+(3463,0,1016,1.65),
+(3463,0,1017,1.65),
+(3463,0,1018,1.65),
+(3463,0,1100,1.98),
+(3463,0,1101,1.98),
+(3463,0,1102,1.98),
+(3463,0,1103,1.98),
+(3463,0,1185,3),
+(3463,0,1186,3),
+(3463,0,1187,3),
+(3463,0,1188,3),
+(3463,0,1312,0.3),
+(3463,0,1358,0.5),
+(3463,0,1404,0.4),
+(3463,0,1450,0.2),
+(3463,0,1496,0.3),
+(3463,0,1742,0.12),
+(3463,0,1743,0.12),
+(3463,0,1744,0.12),
+(3463,0,1745,0.12),
+(3463,0,1746,0.12),
+(3463,0,1747,0.12),
+(3463,0,1751,0.12),
+(3463,0,1752,0.12),
+(3463,0,1753,0.12),
+(3463,0,2070,0.9),
+(3463,0,2071,0.9),
+(3463,0,2072,0.9),
+(3463,0,2110,0.52),
+(3463,0,2111,0.52),
+(3463,0,2112,0.52),
+(3463,0,2113,0.52),
+(3476,0,132,2),
+(3476,0,133,2.9),
+(3476,0,134,2.7),
+(3476,0,135,2.3),
+(3476,0,136,3.2),
+(3476,0,234,0.85),
+(3476,0,235,0.85),
+(3476,0,236,1.68),
+(3476,0,248,1.68),
+(3476,0,505,2.41),
+(3476,0,506,2.41),
+(3476,0,507,2.41),
+(3476,0,508,2.41),
+(3476,0,590,2.49),
+(3476,0,591,2.49),
+(3476,0,592,2.49),
+(3476,0,593,2.49),
+(3476,0,675,1.54),
+(3476,0,676,1.54),
+(3476,0,677,1.54),
+(3476,0,678,1.54),
+(3476,0,760,3.34),
+(3476,0,761,3.34),
+(3476,0,762,3.34),
+(3476,0,763,3.34),
+(3476,0,845,0.99),
+(3476,0,846,0.99),
+(3476,0,847,0.99),
+(3476,0,848,0.99),
+(3476,0,930,1.51),
+(3476,0,931,1.51),
+(3476,0,932,1.51),
+(3476,0,933,1.51),
+(3476,0,1015,2),
+(3476,0,1016,2),
+(3476,0,1017,2.02),
+(3476,0,1018,2.02),
+(3476,0,1100,1.74),
+(3476,0,1101,1.74),
+(3476,0,1102,1.74),
+(3476,0,1103,1.74),
+(3476,0,1185,2.77),
+(3476,0,1186,2.77),
+(3476,0,1187,2.77),
+(3476,0,1188,2.77),
+(3476,0,1314,0.3),
+(3476,0,1360,0.3),
+(3476,0,1406,0.4),
+(3476,0,1452,0.3),
+(3476,0,1498,0.55),
+(3476,0,1742,0.27),
+(3476,0,1743,0.27),
+(3476,0,1744,0.27),
+(3476,0,1745,0.27),
+(3476,0,1746,0.27),
+(3476,0,1747,0.27),
+(3476,0,1751,0.27),
+(3476,0,1752,0.27),
+(3476,0,1753,0.27),
+(3476,0,2070,0.82),
+(3476,0,2071,0.82),
+(3476,0,2072,0.82),
+(3476,0,2110,0.85),
+(3476,0,2111,0.85),
+(3476,0,2112,0.85),
+(3476,0,2113,0.85),
+(3481,0,171,3.1),
+(3481,0,176,4.2),
+(3481,0,181,2.7),
+(3481,0,186,2.2),
+(3481,0,191,2.2),
+(3481,0,251,1.02),
+(3481,0,253,1.02),
+(3481,0,254,1.02),
+(3481,0,255,1.02),
+(3481,0,514,1.55),
+(3481,0,515,1.55),
+(3481,0,516,1.55),
+(3481,0,517,1.55),
+(3481,0,599,3.08),
+(3481,0,600,3.08),
+(3481,0,601,3.08),
+(3481,0,602,3.08),
+(3481,0,684,1.65),
+(3481,0,685,1.65),
+(3481,0,686,1.65),
+(3481,0,687,1.65),
+(3481,0,769,3.38),
+(3481,0,770,3.38),
+(3481,0,771,3.38),
+(3481,0,772,3.38),
+(3481,0,854,1.25),
+(3481,0,855,1.25),
+(3481,0,856,1.25),
+(3481,0,857,1.25),
+(3481,0,939,1.7),
+(3481,0,940,1.7),
+(3481,0,941,1.7),
+(3481,0,942,1.7),
+(3481,0,1024,1.65),
+(3481,0,1025,1.65),
+(3481,0,1026,1.65),
+(3481,0,1027,1.65),
+(3481,0,1109,1.58),
+(3481,0,1110,1.58),
+(3481,0,1111,1.58),
+(3481,0,1112,1.58),
+(3481,0,1194,3.35),
+(3481,0,1195,3.35),
+(3481,0,1196,3.35),
+(3481,0,1197,3.35),
+(3481,0,1319,0.3),
+(3481,0,1458,0.2),
+(3481,0,1503,0.3),
+(3481,0,1742,0.16),
+(3481,0,1743,0.16),
+(3481,0,1744,0.16),
+(3481,0,1745,0.16),
+(3481,0,1746,0.16),
+(3481,0,1747,0.16),
+(3481,0,1760,0.16),
+(3481,0,1761,0.16),
+(3481,0,1762,0.16),
+(3481,0,2075,0.4),
+(3481,0,2076,0.4),
+(3481,0,2077,0.4),
+(3481,0,2114,0.3),
+(3481,0,2115,0.3),
+(3481,0,2116,0.3),
+(3481,0,2117,0.3),
+(3482,0,172,2.2),
+(3482,0,177,2.9),
+(3482,0,182,4.6),
+(3482,0,187,3.2),
+(3482,0,192,3.6),
+(3482,0,254,0.77),
+(3482,0,435,0.77),
+(3482,0,436,0.77),
+(3482,0,437,0.77),
+(3482,0,517,1.9),
+(3482,0,518,1.9),
+(3482,0,519,1.9),
+(3482,0,520,1.9),
+(3482,0,602,1.67),
+(3482,0,603,1.67),
+(3482,0,604,1.67),
+(3482,0,605,1.67),
+(3482,0,687,1.15),
+(3482,0,688,1.15),
+(3482,0,689,1.15),
+(3482,0,690,1.15),
+(3482,0,772,3.55),
+(3482,0,773,3.55),
+(3482,0,774,3.55),
+(3482,0,775,3.55),
+(3482,0,857,1.1),
+(3482,0,858,1.1),
+(3482,0,859,1.1),
+(3482,0,860,1.1),
+(3482,0,942,1.75),
+(3482,0,943,1.75),
+(3482,0,944,1.75),
+(3482,0,945,1.75),
+(3482,0,1027,2.05),
+(3482,0,1028,2.05),
+(3482,0,1029,2.05),
+(3482,0,1030,2.05),
+(3482,0,1112,2.2),
+(3482,0,1113,2.2),
+(3482,0,1114,2.2),
+(3482,0,1115,2.2),
+(3482,0,1197,2.5),
+(3482,0,1198,2.5),
+(3482,0,1199,2.5),
+(3482,0,1200,2.5),
+(3482,0,1320,0.15),
+(3482,0,1321,0.15),
+(3482,0,1366,0.15),
+(3482,0,1367,0.15),
+(3482,0,1412,0.15),
+(3482,0,1413,0.15),
+(3482,0,1458,0.15),
+(3482,0,1459,0.15),
+(3482,0,1504,0.15),
+(3482,0,1505,0.15),
+(3482,0,1742,0.17),
+(3482,0,1743,0.17),
+(3482,0,1744,0.17),
+(3482,0,1745,0.17),
+(3482,0,1746,0.17),
+(3482,0,1747,0.17),
+(3482,0,1760,0.17),
+(3482,0,1761,0.17),
+(3482,0,1762,0.17),
+(3482,0,1763,0.17),
+(3482,0,1764,0.17),
+(3482,0,1765,0.17),
+(3482,0,2075,0.87),
+(3482,0,2076,0.87),
+(3482,0,2077,0.87),
+(3482,0,2114,0.73),
+(3482,0,2115,0.73),
+(3482,0,2116,0.73),
+(3482,0,2117,0.73),
+(3484,0,173,1.4),
+(3484,0,178,0.9),
+(3484,0,183,1.15),
+(3484,0,188,1.9),
+(3484,0,193,1.3),
+(3484,0,211,1.4),
+(3484,0,213,0.9),
+(3484,0,215,1.15),
+(3484,0,217,1.9),
+(3484,0,219,6.75),
+(3484,0,437,1.73),
+(3484,0,438,1.05),
+(3484,0,439,1.05),
+(3484,0,440,1.05),
+(3484,0,520,2.63),
+(3484,0,521,2.63),
+(3484,0,522,1.6),
+(3484,0,523,1.6),
+(3484,0,605,4.96),
+(3484,0,606,4.96),
+(3484,0,607,4.96),
+(3484,0,608,4.96),
+(3484,0,690,1.45),
+(3484,0,691,1.93),
+(3484,0,692,1.45),
+(3484,0,693,1.45),
+(3484,0,775,4.29),
+(3484,0,776,3.72),
+(3484,0,777,4.29),
+(3484,0,778,3.72),
+(3484,0,860,2.03),
+(3484,0,861,2.03),
+(3484,0,862,2.03),
+(3484,0,863,2.03),
+(3484,0,945,4.38),
+(3484,0,946,1.45),
+(3484,0,947,4.38),
+(3484,0,948,1.45),
+(3484,0,1030,1.2),
+(3484,0,1031,1.2),
+(3484,0,1032,1.2),
+(3484,0,1033,1.2),
+(3484,0,1115,1.52),
+(3484,0,1116,1.52),
+(3484,0,1117,1.52),
+(3484,0,1118,1.52),
+(3484,0,1200,4.34),
+(3484,0,1201,4.34),
+(3484,0,1202,3.83),
+(3484,0,1203,3.83),
+(3484,0,1369,0.2),
+(3484,0,1415,0.1),
+(3484,0,1461,2.7),
+(3484,0,1507,0.1),
+(3484,0,1742,0.08),
+(3484,0,1743,0.08),
+(3484,0,1744,0.08),
+(3484,0,1745,0.08),
+(3484,0,1746,0.08),
+(3484,0,1747,0.08),
+(3484,0,1763,0.08),
+(3484,0,1764,0.08),
+(3484,0,1765,0.08),
+(3484,0,1766,0.08),
+(3484,0,1767,0.08),
+(3484,0,1768,0.08),
+(3484,0,2078,2.3),
+(3484,0,2079,2.3),
+(3484,0,2114,0.28),
+(3484,0,2115,0.28),
+(3484,0,2116,0.28),
+(3484,0,2117,0.28),
+(3486,0,212,2.45),
+(3486,0,214,0.85),
+(3486,0,216,1.4),
+(3486,0,218,0.95),
+(3486,0,220,0.8),
+(3486,0,267,2.45),
+(3486,0,287,0.95),
+(3486,0,307,0.8),
+(3486,0,383,0.85),
+(3486,0,409,1.4),
+(3486,0,440,0.63),
+(3486,0,441,0.63),
+(3486,0,442,0.63),
+(3486,0,443,0.63),
+(3486,0,523,1.67),
+(3486,0,524,1.67),
+(3486,0,525,1.67),
+(3486,0,526,1.67),
+(3486,0,608,3.13),
+(3486,0,609,3.13),
+(3486,0,610,3.13),
+(3486,0,611,3.13),
+(3486,0,693,1.77),
+(3486,0,694,1.77),
+(3486,0,695,1.77),
+(3486,0,696,1.77),
+(3486,0,778,3.58),
+(3486,0,779,3.58),
+(3486,0,780,3.58),
+(3486,0,781,3.58),
+(3486,0,863,2.15),
+(3486,0,864,2.15),
+(3486,0,865,2.15),
+(3486,0,866,2.15),
+(3486,0,948,0.9),
+(3486,0,949,0.9),
+(3486,0,950,0.9),
+(3486,0,951,0.9),
+(3486,0,1033,2.92),
+(3486,0,1034,2.92),
+(3486,0,1035,2.92),
+(3486,0,1036,2.92),
+(3486,0,1118,1.17),
+(3486,0,1119,1.17),
+(3486,0,1120,1.17),
+(3486,0,1121,1.17),
+(3486,0,1203,2.6),
+(3486,0,1204,2.6),
+(3486,0,1205,2.6),
+(3486,0,1206,2.6),
+(3486,0,1371,0.5),
+(3486,0,1417,0.2),
+(3486,0,1509,0.5),
+(3486,0,1742,0.13),
+(3486,0,1743,0.13),
+(3486,0,1744,0.13),
+(3486,0,1745,0.13),
+(3486,0,1746,0.13),
+(3486,0,1747,0.13),
+(3486,0,1769,0.13),
+(3486,0,1770,0.13),
+(3486,0,1771,0.13),
+(3486,0,2080,0.83),
+(3486,0,2081,0.83),
+(3486,0,2082,0.83),
+(3486,0,2118,0.17),
+(3486,0,2119,0.17),
+(3486,0,2120,0.17),
+(3486,0,2121,0.17),
+(3499,0,1316,22.75),
+(3499,0,1362,23.85),
+(3499,0,1408,18.25),
+(3499,0,1454,18.8),
+(3499,0,1500,16.45),
+(3506,0,133,3.15),
+(3506,0,134,2.5),
+(3506,0,136,1.9),
+(3506,0,151,2.5),
+(3506,0,152,3.15),
+(3506,0,153,2.5),
+(3506,0,154,1.3),
+(3506,0,155,1.9),
+(3506,0,237,2.5),
+(3506,0,510,2.5),
+(3506,0,593,1.6),
+(3506,0,594,1.6),
+(3506,0,595,1.6),
+(3506,0,596,1.6),
+(3506,0,678,2.85),
+(3506,0,679,2.85),
+(3506,0,680,2.85),
+(3506,0,681,2.85),
+(3506,0,763,5.05),
+(3506,0,764,5.05),
+(3506,0,765,5.05),
+(3506,0,766,5.05),
+(3506,0,848,1.3),
+(3506,0,933,1.6),
+(3506,0,934,1.6),
+(3506,0,935,1.6),
+(3506,0,936,1.6),
+(3506,0,1018,1.3),
+(3506,0,1020,1.3),
+(3506,0,1103,2.22),
+(3506,0,1104,2.22),
+(3506,0,1105,2.22),
+(3506,0,1106,2.22),
+(3506,0,1188,6.95),
+(3506,0,1189,6.95),
+(3506,0,1404,1.3),
+(3506,0,1451,1.3),
+(3506,0,2110,0.63),
+(3506,0,2111,0.63),
+(3506,0,2112,0.63),
+(3506,0,2113,0.63),
+(3513,0,193,6.1),
+(3513,0,211,9.1),
+(3513,0,437,9.1),
+(3513,0,522,3),
+(3513,0,605,2.25),
+(3513,0,606,2.25),
+(3513,0,607,2.25),
+(3513,0,608,2.25),
+(3513,0,690,7.6),
+(3513,0,692,7.6),
+(3513,0,775,9.1),
+(3513,0,860,9.1),
+(3513,0,946,3),
+(3513,0,1115,3),
+(3513,0,1200,3),
+(3513,0,1202,3),
+(3513,0,1318,3),
+(3513,0,1742,0.33),
+(3513,0,1743,0.33),
+(3513,0,1744,0.33),
+(3513,0,1745,0.33),
+(3513,0,1746,0.33),
+(3513,0,1747,0.33),
+(3513,0,1766,0.33),
+(3513,0,1767,0.33),
+(3513,0,1768,0.33),
+(3513,0,2078,1.5),
+(3513,0,2079,1.5),
+(3513,0,2114,2.28),
+(3513,0,2115,2.28),
+(3513,0,2116,2.28),
+(3513,0,2117,2.28),
+(3539,0,132,5.05),
+(3539,0,151,5.05),
+(3539,0,237,2.75),
+(3539,0,247,2.75),
+(3539,0,248,2.75),
+(3539,0,249,2.75),
+(3539,0,508,6.93),
+(3539,0,509,6.93),
+(3539,0,510,6.93),
+(3539,0,511,6.93),
+(3539,0,593,6.97),
+(3539,0,594,6.97),
+(3539,0,595,6.97),
+(3539,0,596,6.97),
+(3539,0,678,4.03),
+(3539,0,679,4.03),
+(3539,0,680,4.03),
+(3539,0,681,4.03),
+(3539,0,1742,0.59),
+(3539,0,1743,0.59),
+(3539,0,1744,0.59),
+(3539,0,1745,0.59),
+(3539,0,1746,0.59),
+(3539,0,1747,0.59),
+(3539,0,1751,0.59),
+(3539,0,1752,0.59),
+(3539,0,1753,0.59),
+(3539,0,1754,0.59),
+(3539,0,1755,0.59),
+(3539,0,1756,0.59),
+(3541,0,167,4.65),
+(3541,0,168,4.65),
+(3541,0,247,2.85),
+(3541,0,250,2.85),
+(3541,0,251,2.85),
+(3541,0,252,2.85),
+(3541,0,511,7.55),
+(3541,0,512,7.55),
+(3541,0,513,7.55),
+(3541,0,514,7.55),
+(3541,0,596,6.65),
+(3541,0,597,6.65),
+(3541,0,598,6.65),
+(3541,0,599,6.65),
+(3541,0,681,3.97),
+(3541,0,682,3.97),
+(3541,0,683,3.97),
+(3541,0,684,3.97),
+(3541,0,1742,0.56),
+(3541,0,1743,0.56),
+(3541,0,1744,0.56),
+(3541,0,1745,0.56),
+(3541,0,1746,0.56),
+(3541,0,1747,0.56),
+(3541,0,1754,0.56),
+(3541,0,1755,0.56),
+(3541,0,1756,0.56),
+(3541,0,1757,0.56),
+(3541,0,1758,0.56),
+(3541,0,1759,0.56),
+(3542,0,168,4.6),
+(3542,0,171,4.6),
+(3542,0,251,10.8),
+(3542,0,514,29.8),
+(3542,0,599,26.4),
+(3542,0,684,17),
+(3542,0,1742,0.76),
+(3542,0,1743,0.76),
+(3542,0,1744,0.76),
+(3542,0,1745,0.76),
+(3542,0,1746,0.76),
+(3542,0,1747,0.76),
+(3542,0,1757,0.76),
+(3542,0,1758,0.76),
+(3542,0,1759,0.76),
+(3544,0,172,7.6),
+(3544,0,254,2.83),
+(3544,0,435,2.83),
+(3544,0,436,2.83),
+(3544,0,437,2.83),
+(3544,0,517,7.53),
+(3544,0,518,7.53),
+(3544,0,519,7.53),
+(3544,0,520,7.53),
+(3544,0,602,6.5),
+(3544,0,603,6.5),
+(3544,0,604,6.5),
+(3544,0,605,6.5),
+(3544,0,687,4.55),
+(3544,0,688,4.55),
+(3544,0,689,4.55),
+(3544,0,690,4.55),
+(3544,0,1742,0.58),
+(3544,0,1743,0.58),
+(3544,0,1744,0.58),
+(3544,0,1745,0.58),
+(3544,0,1746,0.58),
+(3544,0,1747,0.58),
+(3544,0,1760,0.58),
+(3544,0,1761,0.58),
+(3544,0,1762,0.58),
+(3544,0,1763,0.58),
+(3544,0,1764,0.58),
+(3544,0,1765,0.58),
+(3545,0,173,8.9),
+(3545,0,254,2.72),
+(3545,0,435,2.72),
+(3545,0,436,2.72),
+(3545,0,437,2.72),
+(3545,0,517,6.32),
+(3545,0,518,6.32),
+(3545,0,519,6.32),
+(3545,0,520,6.32),
+(3545,0,602,7.15),
+(3545,0,603,7.15),
+(3545,0,604,7.15),
+(3545,0,605,7.15),
+(3545,0,687,4.68),
+(3545,0,688,4.68),
+(3545,0,689,4.68),
+(3545,0,690,4.68),
+(3545,0,1742,0.83),
+(3545,0,1743,0.83),
+(3545,0,1744,0.83),
+(3545,0,1745,0.83),
+(3545,0,1746,0.83),
+(3545,0,1747,0.83),
+(3545,0,1763,0.83),
+(3545,0,1764,0.83),
+(3545,0,1765,0.83),
+(3547,0,211,4.1),
+(3547,0,212,4.1),
+(3547,0,218,0.1),
+(3547,0,437,1.77),
+(3547,0,438,1.77),
+(3547,0,439,1.77),
+(3547,0,440,1.77),
+(3547,0,520,4.13),
+(3547,0,521,4.13),
+(3547,0,522,4.13),
+(3547,0,523,4.13),
+(3547,0,605,5.72),
+(3547,0,606,5.72),
+(3547,0,607,5.72),
+(3547,0,608,5.72),
+(3547,0,690,3.45),
+(3547,0,691,3.45),
+(3547,0,692,3.45),
+(3547,0,693,3.45),
+(3547,0,1319,0.1),
+(3547,0,1320,0.1),
+(3547,0,1365,0.2),
+(3547,0,1366,0.2),
+(3547,0,1411,0.25),
+(3547,0,1412,0.25),
+(3547,0,1457,0.25),
+(3547,0,1458,0.25),
+(3547,0,1503,0.2),
+(3547,0,1504,0.2),
+(3547,0,1717,0.1),
+(3547,0,1742,3.28),
+(3547,0,1743,3.28),
+(3547,0,1744,3.28),
+(3547,0,1745,3.28),
+(3547,0,1746,3.28),
+(3547,0,1747,3.28),
+(3547,0,1766,3.28),
+(3547,0,1767,3.28),
+(3547,0,1768,3.28),
+(3548,0,212,5.75),
+(3548,0,267,5.75),
+(3548,0,440,1.6),
+(3548,0,441,1.6),
+(3548,0,442,1.6),
+(3548,0,443,1.6),
+(3548,0,523,2.95),
+(3548,0,524,2.95),
+(3548,0,525,2.95),
+(3548,0,526,2.95),
+(3548,0,608,6.57),
+(3548,0,609,6.57),
+(3548,0,610,6.57),
+(3548,0,611,6.57),
+(3548,0,693,3.45),
+(3548,0,694,3.45),
+(3548,0,695,3.45),
+(3548,0,696,3.45),
+(3548,0,778,0.05),
+(3548,0,779,0.05),
+(3548,0,865,0.1),
+(3548,0,949,0.1),
+(3548,0,1320,0.15),
+(3548,0,1321,0.15),
+(3548,0,1366,0.3),
+(3548,0,1367,0.3),
+(3548,0,1412,0.3),
+(3548,0,1413,0.3),
+(3548,0,1458,0.3),
+(3548,0,1459,0.3),
+(3548,0,1504,0.15),
+(3548,0,1505,0.15),
+(3548,0,1556,0.1),
+(3548,0,1719,0.1),
+(3548,0,1742,2.32),
+(3548,0,1743,2.32),
+(3548,0,1744,2.32),
+(3548,0,1745,2.32),
+(3548,0,1746,2.32),
+(3548,0,1747,2.32),
+(3548,0,1766,2.32),
+(3548,0,1767,2.32),
+(3548,0,1768,2.32),
+(3548,0,1769,2.32),
+(3548,0,1770,2.32),
+(3548,0,1771,2.32),
+(3548,0,1851,0.1),
+(4990,0,173,3.6),
+(4990,0,188,6.4),
+(4990,0,193,4),
+(4990,0,519,5.4),
+(4990,0,520,5.4),
+(4990,0,602,2.7),
+(4990,0,603,2.7),
+(4990,0,604,2.7),
+(4990,0,605,2.7),
+(4990,0,687,4.1),
+(4990,0,688,4.1),
+(4990,0,689,4.1),
+(4990,0,690,4.1),
+(4990,0,859,6.6),
+(4990,0,860,6.6),
+(4990,0,1027,2.2),
+(4990,0,1028,2.2),
+(4990,0,1029,2.2),
+(4990,0,1030,2.2),
+(4990,0,1112,2.5),
+(4990,0,1113,2.5),
+(4990,0,1114,2.5),
+(4990,0,1115,2.5),
+(4990,0,1197,3.9),
+(4990,0,1198,3.9),
+(4990,0,1199,3.9),
+(4990,0,1200,3.9),
+(5168,0,5,0.1),
+(5168,0,6,41.2),
+(5168,0,14,0.1),
+(5168,0,15,38.9),
+(5168,0,29,0.03),
+(5168,0,30,0.03),
+(5168,0,31,0.03),
+(5168,0,49,0.1),
+(5168,0,1307,0.1),
+(5168,0,1353,0.1),
+(5168,0,1399,0.1),
+(5168,0,1491,0.1),
+(5168,0,1547,9.9),
+(5168,0,1548,9.9),
+(5168,0,1704,0.1),
+(5168,0,1799,0.1),
+(5168,0,1837,0.1),
+(5168,0,1875,0.1),
+(5168,0,1913,0.1),
+(5168,0,1951,0.1),
+(5168,0,1989,0.1),
+(5168,0,2027,0.1),
+(5169,0,6,28.3),
+(5169,0,14,21.67),
+(5169,0,15,28.75),
+(5169,0,17,14.45),
+(5169,0,27,0.1),
+(5169,0,29,0.06),
+(5169,0,30,0.02),
+(5169,0,31,0.02),
+(5169,0,32,0.1),
+(5169,0,79,0.02),
+(5169,0,98,0.02),
+(5169,0,227,0.03),
+(5169,0,228,0.05),
+(5169,0,229,0.03),
+(5169,0,231,0.03),
+(5169,0,238,0.03),
+(5169,0,256,0.05),
+(5169,0,584,0.1),
+(5169,0,754,0.1),
+(5169,0,839,0.06),
+(5169,0,840,0.03),
+(5169,0,841,0.03),
+(5169,0,842,0.03),
+(5169,0,924,0.1),
+(5169,0,1011,0.1),
+(5169,0,1181,0.1),
+(5169,0,1307,0.1),
+(5169,0,1547,7),
+(5169,0,1548,7),
+(5169,0,1913,0.1),
+(5169,0,1914,0.1),
+(5169,0,1951,0.1),
+(5169,0,2028,0.1),
+(5169,0,2067,0.03),
+(5169,0,2068,0.03),
+(5169,0,2069,0.03),
+(5169,0,2105,0.02),
+(5169,0,2106,0.02),
+(5169,0,2107,0.02),
+(5169,0,2108,0.02),
+(5169,0,2109,0.02),
+(5170,0,6,15.4),
+(5170,0,15,18.45),
+(5170,0,16,0.1),
+(5170,0,23,10.2),
+(5170,0,29,0.03),
+(5170,0,30,0.04),
+(5170,0,31,0.03),
+(5170,0,32,0.1),
+(5170,0,64,0.1),
+(5170,0,79,0.04),
+(5170,0,227,0.1),
+(5170,0,584,0.1),
+(5170,0,754,0.1),
+(5170,0,839,0.1),
+(5170,0,1094,0.1),
+(5170,0,1307,0.1),
+(5170,0,1353,0.1),
+(5170,0,1445,0.1),
+(5170,0,1491,0.1),
+(5170,0,1492,0.1),
+(5170,0,1547,14.55),
+(5170,0,1548,14.55),
+(5170,0,1799,4.65),
+(5170,0,1800,4.65),
+(5170,0,1837,5.98),
+(5170,0,1838,4.05),
+(5170,0,1914,0.1),
+(5170,0,1989,4.1),
+(5170,0,1990,4.1),
+(5170,0,2027,3.23),
+(5170,0,2028,3.23),
+(5171,0,6,9.33),
+(5171,0,14,8.45),
+(5171,0,15,11),
+(5171,0,17,5.5),
+(5171,0,23,6.15),
+(5171,0,27,0.1),
+(5171,0,29,0.07),
+(5171,0,30,0.03),
+(5171,0,31,0.03),
+(5171,0,32,0.1),
+(5171,0,64,0.1),
+(5171,0,227,0.1),
+(5171,0,584,0.1),
+(5171,0,754,0.1),
+(5171,0,839,0.1),
+(5171,0,924,0.1),
+(5171,0,1009,0.1),
+(5171,0,1094,0.1),
+(5171,0,1179,0.1),
+(5171,0,1307,0.1),
+(5171,0,1354,0.1),
+(5171,0,1399,0.1),
+(5171,0,1446,0.1),
+(5171,0,1491,0.1),
+(5171,0,1492,0.1),
+(5171,0,1547,16.43),
+(5171,0,1548,16.43),
+(5171,0,1799,3.17),
+(5171,0,1800,3.17),
+(5171,0,1837,3.1),
+(5171,0,1875,2.55),
+(5171,0,1876,1.7),
+(5171,0,1913,2.88),
+(5171,0,1914,1.85),
+(5171,0,1951,1.8),
+(5171,0,1952,1.8),
+(5171,0,1989,2.63),
+(5171,0,1990,2.63),
+(5171,0,2027,5.25),
+(5171,0,2028,3.6),
+(5173,0,14,1.48),
+(5173,0,17,1.48),
+(5173,0,18,2.21),
+(5173,0,22,2.93),
+(5173,0,24,2.82),
+(5173,0,29,0.1),
+(5173,0,33,0.1),
+(5173,0,91,0.1),
+(5173,0,93,2.21),
+(5173,0,96,2.93),
+(5173,0,97,2.82),
+(5173,0,197,0.1),
+(5173,0,228,3),
+(5173,0,231,0.1),
+(5173,0,256,3),
+(5173,0,501,3),
+(5173,0,502,3),
+(5173,0,584,2.76),
+(5173,0,585,2.76),
+(5173,0,586,2.76),
+(5173,0,587,2.76),
+(5173,0,669,2.64),
+(5173,0,670,2.64),
+(5173,0,671,2.64),
+(5173,0,672,2.64),
+(5173,0,839,3),
+(5173,0,840,3),
+(5173,0,841,3),
+(5173,0,842,3),
+(5173,0,927,0.1),
+(5173,0,1009,2.82),
+(5173,0,1010,2.82),
+(5173,0,1011,2.82),
+(5173,0,1012,2.82),
+(5173,0,1013,2.56),
+(5173,0,1094,2.94),
+(5173,0,1095,2.94),
+(5173,0,1096,2.94),
+(5173,0,1097,2.94),
+(5173,0,1179,2.51),
+(5173,0,1180,2.51),
+(5173,0,1181,2.51),
+(5173,0,1182,2.51),
+(5173,0,1399,0.1),
+(5173,0,1547,0.63),
+(5173,0,1548,0.78),
+(5173,0,1549,0.78),
+(5173,0,1550,0.78),
+(5173,0,1913,0.1),
+(5173,0,1952,0.1),
+(5173,0,2067,0.03),
+(5173,0,2068,0.03),
+(5173,0,2069,0.03),
+(5174,0,18,3.05),
+(5174,0,22,3),
+(5174,0,24,2.9),
+(5174,0,28,0.1),
+(5174,0,93,3.05),
+(5174,0,96,3),
+(5174,0,97,2.9),
+(5174,0,228,2.9),
+(5174,0,256,2.9),
+(5174,0,501,2.9),
+(5174,0,502,2.9),
+(5174,0,584,2.7),
+(5174,0,585,2.7),
+(5174,0,586,2.7),
+(5174,0,587,2.7),
+(5174,0,669,2.72),
+(5174,0,670,2.72),
+(5174,0,671,2.72),
+(5174,0,672,2.72),
+(5174,0,839,3),
+(5174,0,840,3),
+(5174,0,841,3),
+(5174,0,842,3),
+(5174,0,925,0.05),
+(5174,0,927,0.05),
+(5174,0,1009,2.92),
+(5174,0,1010,2.92),
+(5174,0,1011,2.92),
+(5174,0,1012,2.92),
+(5174,0,1094,2.88),
+(5174,0,1095,2.88),
+(5174,0,1096,2.88),
+(5174,0,1097,2.88),
+(5174,0,1179,2.75),
+(5174,0,1180,2.75),
+(5174,0,1181,2.75),
+(5174,0,1182,2.75),
+(5174,0,1308,0.1),
+(5174,0,1401,0.1),
+(5174,0,1445,0.1),
+(5174,0,1547,0.68),
+(5174,0,1548,0.68),
+(5174,0,1549,0.68),
+(5174,0,1550,0.68),
+(5174,0,1914,0.1),
+(5174,0,1953,0.1),
+(5174,0,1990,0.1),
+(5174,0,2067,0.03),
+(5174,0,2068,0.03),
+(5174,0,2069,0.03),
+(5174,0,2105,0.02),
+(5174,0,2106,0.02),
+(5174,0,2107,0.02),
+(5174,0,2108,0.02),
+(5174,0,2109,0.02),
+(5175,0,22,3.08),
+(5175,0,24,2.83),
+(5175,0,28,3.42),
+(5175,0,49,0.1),
+(5175,0,95,3.42),
+(5175,0,96,3.08),
+(5175,0,97,2.83),
+(5175,0,505,0.1),
+(5175,0,584,2.82),
+(5175,0,585,2.82),
+(5175,0,586,2.82),
+(5175,0,587,2.82),
+(5175,0,669,2.7),
+(5175,0,670,2.7),
+(5175,0,671,2.7),
+(5175,0,672,2.7),
+(5175,0,761,0.1),
+(5175,0,839,2.9),
+(5175,0,840,2.9),
+(5175,0,841,2.9),
+(5175,0,842,2.9),
+(5175,0,924,2.79),
+(5175,0,925,2.79),
+(5175,0,926,2.79),
+(5175,0,927,2.79),
+(5175,0,1009,3.02),
+(5175,0,1010,3.02),
+(5175,0,1011,3.02),
+(5175,0,1012,3.02),
+(5175,0,1094,2.31),
+(5175,0,1095,2.31),
+(5175,0,1096,2.31),
+(5175,0,1097,2.31),
+(5175,0,1098,1.71),
+(5175,0,1099,1.71),
+(5175,0,1100,1.71),
+(5175,0,1179,1.61),
+(5175,0,1180,1.61),
+(5175,0,1181,1.61),
+(5175,0,1182,1.61),
+(5175,0,1183,1.61),
+(5175,0,1184,1.19),
+(5175,0,1185,1.19),
+(5175,0,1186,1.19),
+(5175,0,1307,0.1),
+(5175,0,1547,0.66),
+(5175,0,1548,0.66),
+(5175,0,1549,0.66),
+(5175,0,1550,0.66),
+(5175,0,2029,0.1),
+(5175,0,2070,0.03),
+(5175,0,2071,0.03),
+(5175,0,2072,0.03),
+(5175,0,2105,0.02),
+(5175,0,2106,0.02),
+(5175,0,2107,0.02),
+(5175,0,2108,0.02),
+(5175,0,2109,0.02),
+(5176,0,22,2.2),
+(5176,0,26,1.6),
+(5176,0,28,2.45),
+(5176,0,59,0.1),
+(5176,0,94,1.6),
+(5176,0,95,2.45),
+(5176,0,96,2.2),
+(5176,0,228,2.5),
+(5176,0,256,2.5),
+(5176,0,501,2.5),
+(5176,0,502,2.5),
+(5176,0,584,2.45),
+(5176,0,585,2.45),
+(5176,0,586,2.45),
+(5176,0,587,2.45),
+(5176,0,673,0.05),
+(5176,0,675,0.05),
+(5176,0,754,1.67),
+(5176,0,755,1.67),
+(5176,0,756,1.67),
+(5176,0,757,1.67),
+(5176,0,839,1.55),
+(5176,0,840,1.55),
+(5176,0,841,1.55),
+(5176,0,842,1.55),
+(5176,0,928,0.1),
+(5176,0,1009,1.16),
+(5176,0,1010,1.16),
+(5176,0,1011,1.16),
+(5176,0,1012,1.16),
+(5176,0,1013,1.16),
+(5176,0,1014,1.16),
+(5176,0,1015,1.16),
+(5176,0,1094,2.55),
+(5176,0,1095,2.55),
+(5176,0,1096,2.55),
+(5176,0,1097,2.55),
+(5176,0,1179,2.45),
+(5176,0,1180,2.45),
+(5176,0,1181,2.45),
+(5176,0,1182,2.45),
+(5176,0,1399,0.1),
+(5176,0,1447,0.1),
+(5176,0,1549,1.25),
+(5176,0,1550,1.25),
+(5176,0,1800,1.67),
+(5176,0,1801,1.67),
+(5176,0,1802,1.67),
+(5176,0,1838,0.73),
+(5176,0,1839,0.73),
+(5176,0,1840,0.73),
+(5176,0,1876,1),
+(5176,0,1877,1),
+(5176,0,1878,1),
+(5176,0,1914,0.1),
+(5176,0,1952,0.8),
+(5176,0,1953,0.8),
+(5176,0,1954,0.8),
+(5176,0,1991,1.73),
+(5176,0,1992,1.73),
+(5176,0,1993,1.73),
+(5176,0,2028,2.07),
+(5176,0,2029,2.07),
+(5176,0,2030,2.07),
+(5176,0,2070,0.03),
+(5176,0,2071,0.03),
+(5176,0,2072,0.03),
+(5176,0,2105,0.02),
+(5176,0,2106,0.02),
+(5176,0,2107,0.02),
+(5176,0,2108,0.02),
+(5176,0,2109,0.02),
+(5177,0,19,29.32),
+(5177,0,22,19.55),
+(5177,0,23,41.35),
+(5177,0,26,0.1),
+(5177,0,27,0.1),
+(5177,0,28,0.1),
+(5177,0,29,0.1),
+(5177,0,64,0.1),
+(5177,0,229,0.1),
+(5177,0,584,0.03),
+(5177,0,585,0.03),
+(5177,0,586,0.03),
+(5177,0,587,0.03),
+(5177,0,1009,0.03),
+(5177,0,1010,0.03),
+(5177,0,1011,0.03),
+(5177,0,1012,0.03),
+(5177,0,1096,0.1),
+(5177,0,1355,0.1),
+(5177,0,1401,0.1),
+(5177,0,1447,0.1),
+(5177,0,1548,9.75),
+(5177,0,1549,9.75),
+(5177,0,1706,0.1),
+(5177,0,1801,0.1),
+(5177,0,1953,0.1),
+(5177,0,1991,0.1),
+(5179,0,17,0.1),
+(5179,0,19,18.3),
+(5179,0,23,20.2),
+(5179,0,29,0.01),
+(5179,0,30,0.01),
+(5179,0,31,0.01),
+(5179,0,64,0.1),
+(5179,0,79,0.01),
+(5179,0,98,0.01),
+(5179,0,118,0.01),
+(5179,0,137,0.01),
+(5179,0,229,0.1),
+(5179,0,256,0.1),
+(5179,0,585,0.1),
+(5179,0,754,0.03),
+(5179,0,755,0.03),
+(5179,0,756,0.03),
+(5179,0,757,0.03),
+(5179,0,839,0.03),
+(5179,0,840,0.03),
+(5179,0,841,0.03),
+(5179,0,842,0.03),
+(5179,0,925,0.1),
+(5179,0,1010,0.1),
+(5179,0,1095,0.1),
+(5179,0,1181,0.1),
+(5179,0,1308,0.1),
+(5179,0,1492,0.1),
+(5179,0,1548,14.6),
+(5179,0,1549,14.6),
+(5179,0,1800,5.05),
+(5179,0,1801,5.05),
+(5179,0,1838,3.85),
+(5179,0,1839,3.85),
+(5179,0,1877,0.1),
+(5179,0,1990,4.2),
+(5179,0,1991,4.2),
+(5179,0,2028,3.1),
+(5179,0,2029,3.1),
+(5179,0,2105,0.02),
+(5179,0,2106,0.02),
+(5179,0,2107,0.02),
+(5179,0,2108,0.02),
+(5179,0,2109,0.02),
+(5180,0,17,10.4),
+(5180,0,19,11.2),
+(5180,0,23,13.7),
+(5180,0,29,0.1),
+(5180,0,229,0.1),
+(5180,0,670,0.1),
+(5180,0,1548,15.5),
+(5180,0,1549,15.5),
+(5180,0,1800,3.5),
+(5180,0,1801,3.5),
+(5180,0,1838,1.3),
+(5180,0,1839,1.3),
+(5180,0,1876,2.25),
+(5180,0,1877,2.25),
+(5180,0,1952,1.9),
+(5180,0,1953,1.9),
+(5180,0,1990,3),
+(5180,0,1991,3),
+(5180,0,2028,4.85),
+(5180,0,2029,4.85),
+(5180,0,2105,0.02),
+(5180,0,2106,0.02),
+(5180,0,2107,0.02),
+(5180,0,2108,0.02),
+(5180,0,2109,0.02),
+(5182,0,6,1.12),
+(5182,0,23,1.12),
+(5182,0,24,1.12),
+(5182,0,49,0.1),
+(5182,0,93,3.17),
+(5182,0,96,3.05),
+(5182,0,97,1.98),
+(5182,0,111,3.17),
+(5182,0,114,3.05),
+(5182,0,115,1.98),
+(5182,0,234,0.1),
+(5182,0,502,3.21),
+(5182,0,503,3.21),
+(5182,0,504,3.21),
+(5182,0,505,3.21),
+(5182,0,587,2.29),
+(5182,0,588,2.29),
+(5182,0,589,2.29),
+(5182,0,590,2.29),
+(5182,0,591,2.06),
+(5182,0,672,1.33),
+(5182,0,673,1.33),
+(5182,0,674,1.33),
+(5182,0,675,1.33),
+(5182,0,676,1.33),
+(5182,0,677,1.33),
+(5182,0,678,1.33),
+(5182,0,679,1.24),
+(5182,0,761,0.1),
+(5182,0,842,2.93),
+(5182,0,843,2.93),
+(5182,0,844,2.93),
+(5182,0,845,2.93),
+(5182,0,1012,2.46),
+(5182,0,1013,2.46),
+(5182,0,1014,2.46),
+(5182,0,1015,2.46),
+(5182,0,1016,1.64),
+(5182,0,1017,1.64),
+(5182,0,1018,1.64),
+(5182,0,1019,1.64),
+(5182,0,1097,3.1),
+(5182,0,1098,3.1),
+(5182,0,1099,3.1),
+(5182,0,1100,3.1),
+(5182,0,1182,2.29),
+(5182,0,1183,2.29),
+(5182,0,1184,2.29),
+(5182,0,1185,2.29),
+(5182,0,1403,0.1),
+(5182,0,1449,0.1),
+(5182,0,1548,0.68),
+(5182,0,1549,0.77),
+(5182,0,1550,0.77),
+(5182,0,1551,0.77),
+(5183,0,15,1.22),
+(5183,0,19,1.22),
+(5183,0,22,1.22),
+(5183,0,31,0.1),
+(5183,0,80,0.1),
+(5183,0,93,3),
+(5183,0,96,2.19),
+(5183,0,97,2.95),
+(5183,0,111,3),
+(5183,0,114,2.19),
+(5183,0,115,2.95),
+(5183,0,502,3.08),
+(5183,0,503,3.08),
+(5183,0,504,3.08),
+(5183,0,505,3.08),
+(5183,0,587,1.98),
+(5183,0,588,1.98),
+(5183,0,589,1.98),
+(5183,0,590,1.98),
+(5183,0,591,1.49),
+(5183,0,592,1.49),
+(5183,0,593,1.49),
+(5183,0,672,2.55),
+(5183,0,673,2.55),
+(5183,0,674,2.55),
+(5183,0,675,2.55),
+(5183,0,842,3.05),
+(5183,0,843,3.05),
+(5183,0,844,3.05),
+(5183,0,845,3.05),
+(5183,0,1012,3.13),
+(5183,0,1013,3.13),
+(5183,0,1014,3.13),
+(5183,0,1015,3.13),
+(5183,0,1097,3.05),
+(5183,0,1098,3.05),
+(5183,0,1099,3.05),
+(5183,0,1100,3.05),
+(5183,0,1182,2.46),
+(5183,0,1183,2.46),
+(5183,0,1184,2.46),
+(5183,0,1185,2.46),
+(5183,0,1548,0.63),
+(5183,0,1549,0.75),
+(5183,0,1550,0.75),
+(5183,0,1551,0.75),
+(5183,0,1951,0.1),
+(5183,0,2027,0.1),
+(5183,0,2032,0.1),
+(5183,0,2105,0.02),
+(5183,0,2106,0.02),
+(5183,0,2107,0.02),
+(5183,0,2108,0.02),
+(5183,0,2109,0.02),
+(5183,0,2110,0.03),
+(5183,0,2111,0.03),
+(5183,0,2112,0.03),
+(5183,0,2113,0.03),
+(5187,0,17,13.8),
+(5187,0,18,13.8),
+(5187,0,19,15.05),
+(5187,0,22,15.05),
+(5187,0,23,14.35),
+(5187,0,24,14.35),
+(5187,0,1401,0.1),
+(5187,0,1493,0.1),
+(5187,0,1548,4.5),
+(5187,0,1549,4.5),
+(5187,0,1550,4.5),
+(5188,0,19,9.35),
+(5188,0,22,9.35),
+(5188,0,23,10.2),
+(5188,0,24,10.2),
+(5188,0,29,0.1),
+(5188,0,757,0.1),
+(5188,0,1548,9.77),
+(5188,0,1549,9.77),
+(5188,0,1550,9.77),
+(5188,0,1800,3.33),
+(5188,0,1801,3.33),
+(5188,0,1802,3.33),
+(5188,0,1838,2.63),
+(5188,0,1839,2.63),
+(5188,0,1840,2.63),
+(5188,0,1915,0.1),
+(5188,0,1990,2.73),
+(5188,0,1991,2.73),
+(5188,0,1992,2.73),
+(5188,0,2028,1.9),
+(5188,0,2029,1.9),
+(5188,0,2030,1.9),
+(5189,0,17,4.45),
+(5189,0,18,4.45),
+(5189,0,19,5.7),
+(5189,0,22,5.7),
+(5189,0,23,6.9),
+(5189,0,24,6.9),
+(5189,0,29,0.01),
+(5189,0,30,0.01),
+(5189,0,31,0.01),
+(5189,0,79,0.01),
+(5189,0,98,0.01),
+(5189,0,118,0.01),
+(5189,0,137,0.01),
+(5189,0,238,0.1),
+(5189,0,502,0.1),
+(5189,0,1097,0.1),
+(5189,0,1548,9.83),
+(5189,0,1549,9.83),
+(5189,0,1550,9.83),
+(5189,0,1800,3.13),
+(5189,0,1801,3.13),
+(5189,0,1802,3.13),
+(5189,0,1840,0.1),
+(5189,0,1876,2.25),
+(5189,0,1877,2.25),
+(5189,0,1952,1.9),
+(5189,0,1953,1.9),
+(5189,0,1954,1.9),
+(5189,0,1990,2.23),
+(5189,0,1991,2.23),
+(5189,0,1992,2.23),
+(5189,0,2028,3.33),
+(5189,0,2029,3.33),
+(5189,0,2030,3.33),
+(5191,0,132,2.85),
+(5191,0,135,3.15),
+(5191,0,136,2.9),
+(5191,0,151,2.85),
+(5191,0,154,3.15),
+(5191,0,155,2.9),
+(5191,0,505,3.28),
+(5191,0,506,3.28),
+(5191,0,507,3.28),
+(5191,0,508,3.28),
+(5191,0,590,2.35),
+(5191,0,591,2.35),
+(5191,0,592,2.35),
+(5191,0,593,2.35),
+(5191,0,675,2.35),
+(5191,0,676,2.35),
+(5191,0,677,2.35),
+(5191,0,678,2.35),
+(5191,0,845,2.42),
+(5191,0,846,2.42),
+(5191,0,847,2.42),
+(5191,0,848,2.42),
+(5191,0,849,2.42),
+(5191,0,1015,3.47),
+(5191,0,1016,3.47),
+(5191,0,1017,3.47),
+(5191,0,1018,3.47),
+(5191,0,1100,3.13),
+(5191,0,1101,3.13),
+(5191,0,1102,3.13),
+(5191,0,1103,3.13),
+(5191,0,1185,2.28),
+(5191,0,1186,2.28),
+(5191,0,1187,2.28),
+(5191,0,1188,2.28),
+(5191,0,1550,0.63),
+(5191,0,1551,0.63),
+(5191,0,1552,0.63),
+(5191,0,1553,0.63),
+(5193,0,134,3.3),
+(5193,0,135,3.1),
+(5193,0,136,2.95),
+(5193,0,153,3.3),
+(5193,0,154,3.1),
+(5193,0,155,2.95),
+(5193,0,252,0.1),
+(5193,0,590,2.95),
+(5193,0,591,2.95),
+(5193,0,592,2.95),
+(5193,0,593,2.95),
+(5193,0,675,1.33),
+(5193,0,676,1.33),
+(5193,0,677,1.33),
+(5193,0,678,1.33),
+(5193,0,679,1.33),
+(5193,0,680,1.33),
+(5193,0,681,1.33),
+(5193,0,683,1.33),
+(5193,0,845,1.59),
+(5193,0,846,1.59),
+(5193,0,847,1.59),
+(5193,0,848,1.59),
+(5193,0,849,1.59),
+(5193,0,850,1.59),
+(5193,0,851,1.59),
+(5193,0,930,2.26),
+(5193,0,931,2.26),
+(5193,0,932,2.26),
+(5193,0,933,2.26),
+(5193,0,935,2.26),
+(5193,0,1015,3.08),
+(5193,0,1016,3.08),
+(5193,0,1017,3.08),
+(5193,0,1018,3.08),
+(5193,0,1100,2.92),
+(5193,0,1101,2.92),
+(5193,0,1102,2.92),
+(5193,0,1103,2.92),
+(5193,0,1185,2.4),
+(5193,0,1186,2.4),
+(5193,0,1187,2.4),
+(5193,0,1188,2.4),
+(5193,0,1549,0.56),
+(5193,0,1550,0.56),
+(5193,0,1551,0.56),
+(5193,0,1552,0.56),
+(5193,0,1553,0.56),
+(5193,0,2073,0.05),
+(5193,0,2074,0.05),
+(5193,0,2110,0.03),
+(5193,0,2111,0.03),
+(5193,0,2112,0.03),
+(5193,0,2113,0.03),
+(5194,0,133,1.45),
+(5194,0,134,2.75),
+(5194,0,135,2.1),
+(5194,0,152,1.45),
+(5194,0,153,2.75),
+(5194,0,154,2.1),
+(5194,0,505,2.88),
+(5194,0,506,2.88),
+(5194,0,507,2.88),
+(5194,0,508,2.88),
+(5194,0,590,2.4),
+(5194,0,591,2.4),
+(5194,0,592,2.4),
+(5194,0,593,2.4),
+(5194,0,760,1.45),
+(5194,0,761,1.45),
+(5194,0,762,1.45),
+(5194,0,763,1.45),
+(5194,0,845,1.17),
+(5194,0,846,1.17),
+(5194,0,847,1.17),
+(5194,0,848,1.17),
+(5194,0,1015,2.1),
+(5194,0,1016,2.1),
+(5194,0,1017,2.1),
+(5194,0,1018,2.1),
+(5194,0,1100,1.7),
+(5194,0,1101,1.7),
+(5194,0,1102,1.7),
+(5194,0,1103,1.7),
+(5194,0,1104,1.7),
+(5194,0,1105,1.7),
+(5194,0,1106,1.7),
+(5194,0,1185,1.34),
+(5194,0,1186,1.34),
+(5194,0,1187,1.34),
+(5194,0,1188,1.34),
+(5194,0,1189,1.34),
+(5194,0,1190,1.34),
+(5194,0,1191,1.34),
+(5194,0,1445,0.1),
+(5194,0,1549,0.48),
+(5194,0,1550,0.48),
+(5194,0,1551,0.48),
+(5194,0,1552,0.48),
+(5194,0,1553,0.48),
+(5194,0,1801,1.08),
+(5194,0,1802,1.08),
+(5194,0,1803,1.08),
+(5194,0,1804,1.08),
+(5194,0,1805,1.08),
+(5194,0,1840,0.43),
+(5194,0,1841,0.43),
+(5194,0,1842,0.43),
+(5194,0,1843,0.43),
+(5194,0,1877,0.58),
+(5194,0,1878,0.58),
+(5194,0,1879,0.58),
+(5194,0,1880,0.58),
+(5194,0,1881,0.58),
+(5194,0,1951,0.36),
+(5194,0,1952,0.36),
+(5194,0,1953,0.36),
+(5194,0,1954,0.36),
+(5194,0,1955,0.36),
+(5194,0,1956,0.36),
+(5194,0,1957,0.36),
+(5194,0,1991,1.14),
+(5194,0,1992,1.14),
+(5194,0,1993,1.14),
+(5194,0,1994,1.14),
+(5194,0,1995,1.14),
+(5194,0,2029,1.14),
+(5194,0,2030,1.14),
+(5194,0,2031,1.14),
+(5194,0,2032,1.14),
+(5194,0,2033,1.14),
+(5195,0,22,6.05),
+(5195,0,24,6.5),
+(5195,0,504,0.1),
+(5195,0,584,6.71),
+(5195,0,585,6.71),
+(5195,0,586,6.71),
+(5195,0,587,6.71),
+(5195,0,669,6.76),
+(5195,0,670,6.76),
+(5195,0,671,6.76),
+(5195,0,672,6.76),
+(5195,0,1012,0.1),
+(5195,0,1179,6.93),
+(5195,0,1180,6.93),
+(5195,0,1181,6.93),
+(5195,0,1182,6.93),
+(5195,0,1549,3.98),
+(5195,0,1550,1.97),
+(5195,0,1551,1.97),
+(5196,0,18,2.9),
+(5196,0,22,2.95),
+(5196,0,24,3.15),
+(5196,0,29,0.01),
+(5196,0,30,0.01),
+(5196,0,31,0.01),
+(5196,0,76,0.1),
+(5196,0,79,0.01),
+(5196,0,93,2.9),
+(5196,0,94,0.1),
+(5196,0,95,0.1),
+(5196,0,96,2.95),
+(5196,0,97,3.15),
+(5196,0,98,0.01),
+(5196,0,118,0.01),
+(5196,0,137,0.01),
+(5196,0,194,0.01),
+(5196,0,195,0.01),
+(5196,0,196,0.01),
+(5196,0,228,1.71),
+(5196,0,232,0.03),
+(5196,0,233,0.03),
+(5196,0,234,0.03),
+(5196,0,238,0.03),
+(5196,0,256,1.71),
+(5196,0,501,1.71),
+(5196,0,502,1.71),
+(5196,0,503,1.71),
+(5196,0,504,1.71),
+(5196,0,505,1.71),
+(5196,0,584,1.5),
+(5196,0,585,1.5),
+(5196,0,586,1.5),
+(5196,0,587,1.5),
+(5196,0,588,1.5),
+(5196,0,589,1.5),
+(5196,0,590,1.5),
+(5196,0,669,1.51),
+(5196,0,670,1.51),
+(5196,0,671,1.51),
+(5196,0,672,1.51),
+(5196,0,673,1.51),
+(5196,0,674,1.51),
+(5196,0,675,1.51),
+(5196,0,757,0.03),
+(5196,0,758,0.03),
+(5196,0,759,0.03),
+(5196,0,760,0.03),
+(5196,0,839,1.59),
+(5196,0,840,1.59),
+(5196,0,841,1.59),
+(5196,0,842,1.59),
+(5196,0,843,1.59),
+(5196,0,844,1.59),
+(5196,0,845,1.59),
+(5196,0,927,0.03),
+(5196,0,928,0.03),
+(5196,0,929,0.03),
+(5196,0,930,0.03),
+(5196,0,1009,1.74),
+(5196,0,1010,1.74),
+(5196,0,1011,1.74),
+(5196,0,1012,1.74),
+(5196,0,1013,1.74),
+(5196,0,1014,1.74),
+(5196,0,1015,1.74),
+(5196,0,1094,1.74),
+(5196,0,1095,1.74),
+(5196,0,1096,1.74),
+(5196,0,1097,1.74),
+(5196,0,1098,1.74),
+(5196,0,1099,1.74),
+(5196,0,1100,1.74),
+(5196,0,1179,1.5),
+(5196,0,1180,1.5),
+(5196,0,1181,1.5),
+(5196,0,1182,1.5),
+(5196,0,1183,1.5),
+(5196,0,1184,1.5),
+(5196,0,1185,1.5),
+(5196,0,1310,0.1),
+(5196,0,1356,0.1),
+(5196,0,1402,0.1),
+(5196,0,1448,0.1),
+(5196,0,1494,0.1),
+(5196,0,1549,0.87),
+(5196,0,1550,0.87),
+(5196,0,1551,0.87),
+(5196,0,1707,0.1),
+(5196,0,1878,0.1),
+(5196,0,1916,0.1),
+(5196,0,1954,0.1),
+(5196,0,1992,0.1),
+(5196,0,2030,0.1),
+(5197,0,18,0.1),
+(5197,0,22,4.45),
+(5197,0,24,4.8),
+(5197,0,26,0.1),
+(5197,0,28,0.1),
+(5197,0,29,0.1),
+(5197,0,33,0.1),
+(5197,0,76,0.1),
+(5197,0,194,0.05),
+(5197,0,195,0.05),
+(5197,0,238,0.1),
+(5197,0,502,0.1),
+(5197,0,584,5.42),
+(5197,0,585,5.42),
+(5197,0,586,5.42),
+(5197,0,587,5.42),
+(5197,0,669,5.44),
+(5197,0,670,5.44),
+(5197,0,671,5.44),
+(5197,0,672,5.44),
+(5197,0,757,0.1),
+(5197,0,842,0.1),
+(5197,0,927,0.1),
+(5197,0,1012,0.1),
+(5197,0,1097,0.1),
+(5197,0,1179,4.96),
+(5197,0,1180,4.96),
+(5197,0,1181,4.96),
+(5197,0,1182,4.96),
+(5197,0,1309,0.1),
+(5197,0,1355,0.1),
+(5197,0,1401,0.1),
+(5197,0,1447,0.1),
+(5197,0,1493,0.1),
+(5197,0,1549,4.5),
+(5197,0,1550,4.5),
+(5197,0,1551,4.5),
+(5197,0,1801,1.48),
+(5197,0,1802,1.48),
+(5197,0,1803,1.48),
+(5197,0,1839,1.51),
+(5197,0,1840,1.51),
+(5197,0,1841,1.17),
+(5197,0,1991,1.43),
+(5197,0,1992,1.43),
+(5197,0,1993,1.17),
+(5197,0,2029,1.02),
+(5197,0,2030,1.02),
+(5197,0,2031,0.83),
+(5201,0,151,2.7),
+(5201,0,154,3.3),
+(5201,0,155,3.15),
+(5201,0,167,2.7),
+(5201,0,184,3.3),
+(5201,0,189,3.15),
+(5201,0,508,3.02),
+(5201,0,509,3.02),
+(5201,0,510,3.02),
+(5201,0,511,3.02),
+(5201,0,593,1.87),
+(5201,0,594,1.87),
+(5201,0,595,1.87),
+(5201,0,596,1.87),
+(5201,0,597,1.34),
+(5201,0,598,1.34),
+(5201,0,599,1.34),
+(5201,0,678,2.64),
+(5201,0,679,2.64),
+(5201,0,680,2.64),
+(5201,0,681,2.64),
+(5201,0,848,2.94),
+(5201,0,849,2.94),
+(5201,0,850,2.94),
+(5201,0,851,2.94),
+(5201,0,1018,2.83),
+(5201,0,1019,2.83),
+(5201,0,1020,2.83),
+(5201,0,1021,2.83),
+(5201,0,1023,2.54),
+(5201,0,1103,3.1),
+(5201,0,1104,3.1),
+(5201,0,1105,3.1),
+(5201,0,1106,3.1),
+(5201,0,1188,2.59),
+(5201,0,1189,2.59),
+(5201,0,1190,2.59),
+(5201,0,1191,2.59),
+(5201,0,1361,0.1),
+(5201,0,1550,0.52),
+(5201,0,1551,0.52),
+(5201,0,1552,0.52),
+(5201,0,1553,0.52),
+(5201,0,1554,0.52),
+(5201,0,1883,0.1),
+(5201,0,2036,0.1),
+(5201,0,2110,0.03),
+(5201,0,2111,0.03),
+(5201,0,2112,0.03),
+(5201,0,2113,0.03),
+(5202,0,149,0.1),
+(5202,0,153,2.3),
+(5202,0,154,3.2),
+(5202,0,155,3.05),
+(5202,0,179,2.3),
+(5202,0,180,2.3),
+(5202,0,184,3.2),
+(5202,0,189,3.05),
+(5202,0,514,0.1),
+(5202,0,593,1.6),
+(5202,0,594,1.6),
+(5202,0,595,1.6),
+(5202,0,596,1.6),
+(5202,0,597,1.6),
+(5202,0,598,1.6),
+(5202,0,599,1.6),
+(5202,0,678,2.55),
+(5202,0,679,2.55),
+(5202,0,680,2.55),
+(5202,0,681,2.55),
+(5202,0,768,0.1),
+(5202,0,848,2.78),
+(5202,0,849,2.78),
+(5202,0,850,2.78),
+(5202,0,851,2.78),
+(5202,0,933,2.24),
+(5202,0,934,2.24),
+(5202,0,935,2.24),
+(5202,0,936,2.24),
+(5202,0,938,2.24),
+(5202,0,1018,3.15),
+(5202,0,1019,3.15),
+(5202,0,1020,3.15),
+(5202,0,1021,3.15),
+(5202,0,1103,3.05),
+(5202,0,1104,3.05),
+(5202,0,1105,3.05),
+(5202,0,1106,3.05),
+(5202,0,1188,2.35),
+(5202,0,1189,2.35),
+(5202,0,1190,2.35),
+(5202,0,1191,2.35),
+(5202,0,1453,0.1),
+(5202,0,1498,0.1),
+(5202,0,1550,0.56),
+(5202,0,1551,0.56),
+(5202,0,1552,0.56),
+(5202,0,1553,0.56),
+(5202,0,1554,0.56),
+(5204,0,96,5.8),
+(5204,0,97,6.5),
+(5204,0,587,6.68),
+(5204,0,588,6.68),
+(5204,0,589,6.68),
+(5204,0,590,6.68),
+(5204,0,672,6.78),
+(5204,0,673,6.78),
+(5204,0,674,6.78),
+(5204,0,675,6.78),
+(5204,0,1182,7.05),
+(5204,0,1183,7.05),
+(5204,0,1184,7.05),
+(5204,0,1185,7.05),
+(5204,0,1550,2.9),
+(5204,0,1551,2.9),
+(5205,0,93,5.1),
+(5205,0,96,6.1),
+(5205,0,97,6.2),
+(5205,0,502,3.03),
+(5205,0,503,3.03),
+(5205,0,504,3.03),
+(5205,0,505,3.03),
+(5205,0,587,2.4),
+(5205,0,588,2.4),
+(5205,0,589,2.4),
+(5205,0,590,2.4),
+(5205,0,672,2.45),
+(5205,0,673,2.45),
+(5205,0,674,2.45),
+(5205,0,675,2.45),
+(5205,0,842,2.88),
+(5205,0,843,2.88),
+(5205,0,844,2.88),
+(5205,0,845,2.88),
+(5205,0,1012,3.38),
+(5205,0,1013,3.38),
+(5205,0,1014,3.38),
+(5205,0,1015,3.38),
+(5205,0,1097,3.33),
+(5205,0,1098,3.33),
+(5205,0,1099,3.33),
+(5205,0,1100,3.33),
+(5205,0,1182,2.58),
+(5205,0,1183,2.58),
+(5205,0,1184,2.58),
+(5205,0,1185,2.58),
+(5205,0,1550,1.3),
+(5205,0,1551,1.3),
+(5206,0,94,0.1),
+(5206,0,96,4.4),
+(5206,0,97,4.8),
+(5206,0,587,5.25),
+(5206,0,588,5.25),
+(5206,0,589,5.25),
+(5206,0,590,5.25),
+(5206,0,672,5.15),
+(5206,0,673,5.15),
+(5206,0,674,5.15),
+(5206,0,675,5.15),
+(5206,0,1182,4.88),
+(5206,0,1183,4.88),
+(5206,0,1184,4.88),
+(5206,0,1185,4.88),
+(5206,0,1550,6.65),
+(5206,0,1551,6.65),
+(5206,0,1802,2.5),
+(5206,0,1803,2.5),
+(5206,0,1840,1.95),
+(5206,0,1841,1.95),
+(5206,0,1992,2.2),
+(5206,0,1993,2.2),
+(5206,0,2030,1.4),
+(5206,0,2031,1.4),
+(5207,0,93,3.2),
+(5207,0,96,3.9),
+(5207,0,97,4.9),
+(5207,0,587,3.58),
+(5207,0,588,3.58),
+(5207,0,589,3.58),
+(5207,0,590,3.58),
+(5207,0,672,3.78),
+(5207,0,673,3.78),
+(5207,0,674,3.78),
+(5207,0,675,3.78),
+(5207,0,1182,4.47),
+(5207,0,1183,4.47),
+(5207,0,1184,4.47),
+(5207,0,1185,4.47),
+(5207,0,1550,9.45),
+(5207,0,1551,9.45),
+(5207,0,1802,2.4),
+(5207,0,1803,2.4),
+(5207,0,1840,0.9),
+(5207,0,1841,0.9),
+(5207,0,1878,1.5),
+(5207,0,1879,1.5),
+(5207,0,1954,1.25),
+(5207,0,1955,1.25),
+(5207,0,1992,1.95),
+(5207,0,1993,1.95),
+(5207,0,2030,3),
+(5207,0,2031,3),
+(5209,0,168,2.6),
+(5209,0,171,2.6),
+(5209,0,185,3.25),
+(5209,0,186,3.25),
+(5209,0,190,3.1),
+(5209,0,191,3.1),
+(5209,0,511,3),
+(5209,0,512,3),
+(5209,0,513,3),
+(5209,0,514,3),
+(5209,0,596,2.42),
+(5209,0,597,2.42),
+(5209,0,598,2.42),
+(5209,0,599,2.42),
+(5209,0,681,2.65),
+(5209,0,682,2.65),
+(5209,0,683,2.65),
+(5209,0,684,2.65),
+(5209,0,851,3),
+(5209,0,852,3),
+(5209,0,853,3),
+(5209,0,854,3),
+(5209,0,1021,3.1),
+(5209,0,1022,3.1),
+(5209,0,1023,3.1),
+(5209,0,1024,3.1),
+(5209,0,1106,3.08),
+(5209,0,1107,3.08),
+(5209,0,1108,3.08),
+(5209,0,1109,3.08),
+(5209,0,1191,2.6),
+(5209,0,1192,2.6),
+(5209,0,1193,2.6),
+(5209,0,1194,2.6),
+(5209,0,1551,0.43),
+(5209,0,1552,0.43),
+(5209,0,1553,0.43),
+(5209,0,1554,0.43),
+(5209,0,1555,0.43),
+(5209,0,1556,0.43),
+(5211,0,180,3.8),
+(5211,0,181,3.8),
+(5211,0,185,3.3),
+(5211,0,186,3.3),
+(5211,0,190,3),
+(5211,0,191,3),
+(5211,0,596,2.6),
+(5211,0,597,2.6),
+(5211,0,598,2.6),
+(5211,0,599,2.6),
+(5211,0,681,2.33),
+(5211,0,682,2.33),
+(5211,0,683,2.33),
+(5211,0,684,2.33),
+(5211,0,851,2.75),
+(5211,0,852,2.75),
+(5211,0,853,2.75),
+(5211,0,854,2.75),
+(5211,0,936,2.7),
+(5211,0,937,2.7),
+(5211,0,938,2.7),
+(5211,0,939,2.7),
+(5211,0,1021,3.45),
+(5211,0,1022,3.45),
+(5211,0,1023,3.45),
+(5211,0,1024,3.45),
+(5211,0,1106,2.58),
+(5211,0,1107,2.58),
+(5211,0,1108,2.58),
+(5211,0,1109,2.58),
+(5211,0,1110,2.58),
+(5211,0,1191,2.28),
+(5211,0,1192,2.28),
+(5211,0,1193,2.28),
+(5211,0,1194,2.28),
+(5211,0,1551,0.45),
+(5211,0,1552,0.45),
+(5211,0,1553,0.45),
+(5211,0,1554,0.45),
+(5211,0,1555,0.45),
+(5211,0,1556,0.45),
+(5211,0,2035,0.1),
+(5212,0,171,0.1),
+(5212,0,175,1.85),
+(5212,0,176,1.85),
+(5212,0,180,2.9),
+(5212,0,181,2.9),
+(5212,0,185,2.35),
+(5212,0,186,2.35),
+(5212,0,254,0.05),
+(5212,0,436,0.05),
+(5212,0,511,1.5),
+(5212,0,512,1.5),
+(5212,0,513,1.5),
+(5212,0,514,1.5),
+(5212,0,515,1.5),
+(5212,0,516,1.5),
+(5212,0,517,1.5),
+(5212,0,596,1.76),
+(5212,0,597,1.76),
+(5212,0,598,1.76),
+(5212,0,599,1.76),
+(5212,0,601,1.76),
+(5212,0,684,0.03),
+(5212,0,685,0.03),
+(5212,0,686,0.03),
+(5212,0,687,0.03),
+(5212,0,766,1.8),
+(5212,0,767,1.8),
+(5212,0,768,1.8),
+(5212,0,769,1.8),
+(5212,0,851,1.4),
+(5212,0,852,1.4),
+(5212,0,853,1.4),
+(5212,0,854,1.4),
+(5212,0,939,0.1),
+(5212,0,1021,1.15),
+(5212,0,1022,1.15),
+(5212,0,1023,1.15),
+(5212,0,1024,1.15),
+(5212,0,1025,1.15),
+(5212,0,1026,1.15),
+(5212,0,1027,1.15),
+(5212,0,1028,1.15),
+(5212,0,1106,2.85),
+(5212,0,1107,2.85),
+(5212,0,1108,2.85),
+(5212,0,1109,2.85),
+(5212,0,1191,1.15),
+(5212,0,1192,1.15),
+(5212,0,1193,1.15),
+(5212,0,1194,1.15),
+(5212,0,1195,1.15),
+(5212,0,1196,1.15),
+(5212,0,1197,1.15),
+(5212,0,1199,1.15),
+(5212,0,1363,0.1),
+(5212,0,1408,0.1),
+(5212,0,1551,0.37),
+(5212,0,1552,0.37),
+(5212,0,1553,0.37),
+(5212,0,1554,0.37),
+(5212,0,1555,0.37),
+(5212,0,1556,0.37),
+(5212,0,1714,0.1),
+(5212,0,1803,0.87),
+(5212,0,1804,0.87),
+(5212,0,1805,0.87),
+(5212,0,1806,0.87),
+(5212,0,1807,0.87),
+(5212,0,1808,0.87),
+(5212,0,1841,0.25),
+(5212,0,1842,0.25),
+(5212,0,1843,0.25),
+(5212,0,1844,0.25),
+(5212,0,1845,0.25),
+(5212,0,1846,0.25),
+(5212,0,1879,0.32),
+(5212,0,1880,0.32),
+(5212,0,1881,0.32),
+(5212,0,1882,0.32),
+(5212,0,1883,0.32),
+(5212,0,1884,0.32),
+(5212,0,1885,0.32),
+(5212,0,1886,0.32),
+(5212,0,1955,0.24),
+(5212,0,1956,0.24),
+(5212,0,1957,0.24),
+(5212,0,1958,0.24),
+(5212,0,1959,0.24),
+(5212,0,1960,0.24),
+(5212,0,1961,0.24),
+(5212,0,1962,0.24),
+(5212,0,1993,0.9),
+(5212,0,1994,0.9),
+(5212,0,1995,0.9),
+(5212,0,1996,0.9),
+(5212,0,1997,0.9),
+(5212,0,1998,0.9),
+(5212,0,2031,0.71),
+(5212,0,2032,0.71),
+(5212,0,2033,0.71),
+(5212,0,2034,0.71),
+(5212,0,2035,0.71),
+(5212,0,2036,0.71),
+(5212,0,2037,0.71),
+(5212,0,2075,0.03),
+(5212,0,2076,0.03),
+(5212,0,2077,0.03),
+(5212,0,2114,0.03),
+(5212,0,2115,0.03),
+(5212,0,2116,0.03),
+(5212,0,2117,0.03),
+(5213,0,96,2.9),
+(5213,0,97,3.3),
+(5213,0,113,0.1),
+(5213,0,114,2.9),
+(5213,0,115,3.3),
+(5213,0,587,6.68),
+(5213,0,588,6.68),
+(5213,0,589,6.68),
+(5213,0,590,6.68),
+(5213,0,672,5.42),
+(5213,0,673,5.42),
+(5213,0,674,5.42),
+(5213,0,675,5.42),
+(5213,0,677,5.42),
+(5213,0,847,0.1),
+(5213,0,1015,0.05),
+(5213,0,1016,0.05),
+(5213,0,1101,0.1),
+(5213,0,1182,5.64),
+(5213,0,1183,5.64),
+(5213,0,1184,5.64),
+(5213,0,1185,5.64),
+(5213,0,1187,5.64),
+(5213,0,1311,0.1),
+(5213,0,1550,1.9),
+(5213,0,1551,1.9),
+(5213,0,1552,1.9),
+(5216,0,29,0.1),
+(5216,0,53,0.1),
+(5216,0,91,0.1),
+(5216,0,93,1.6),
+(5216,0,96,2.05),
+(5216,0,97,2.35),
+(5216,0,111,1.6),
+(5216,0,112,0.1),
+(5216,0,114,2.05),
+(5216,0,115,2.35),
+(5216,0,207,0.1),
+(5216,0,587,3.46),
+(5216,0,588,3.46),
+(5216,0,589,3.46),
+(5216,0,590,3.46),
+(5216,0,672,3.66),
+(5216,0,673,3.66),
+(5216,0,674,3.66),
+(5216,0,675,3.66),
+(5216,0,930,0.1),
+(5216,0,1015,0.1),
+(5216,0,1182,4.56),
+(5216,0,1183,4.56),
+(5216,0,1184,4.56),
+(5216,0,1185,4.56),
+(5216,0,1403,0.1),
+(5216,0,1449,0.1),
+(5216,0,1495,0.1),
+(5216,0,1550,6.48),
+(5216,0,1551,6.48),
+(5216,0,1552,6.48),
+(5216,0,1708,0.1),
+(5216,0,1802,2.42),
+(5216,0,1803,2.42),
+(5216,0,1840,0.74),
+(5216,0,1841,0.74),
+(5216,0,1842,0.63),
+(5216,0,1878,0.98),
+(5216,0,1879,0.98),
+(5216,0,1880,0.98),
+(5216,0,1918,0.1),
+(5216,0,1954,0.96),
+(5216,0,1955,0.96),
+(5216,0,1956,0.77),
+(5216,0,1992,1.27),
+(5216,0,1993,1.27),
+(5216,0,1994,1.27),
+(5216,0,2030,2.02),
+(5216,0,2031,2.02),
+(5216,0,2032,2.02),
+(5216,0,2070,0.03),
+(5216,0,2071,0.03),
+(5216,0,2072,0.03),
+(5216,0,2110,0.03),
+(5216,0,2111,0.03),
+(5216,0,2112,0.03),
+(5216,0,2113,0.03),
+(5218,0,171,2.35),
+(5218,0,172,2.35),
+(5218,0,186,3.35),
+(5218,0,187,3.35),
+(5218,0,191,3.35),
+(5218,0,192,3.35),
+(5218,0,255,0.1),
+(5218,0,514,3),
+(5218,0,515,3),
+(5218,0,516,3),
+(5218,0,517,3),
+(5218,0,599,2.25),
+(5218,0,600,2.25),
+(5218,0,601,2.25),
+(5218,0,602,2.25),
+(5218,0,684,2.55),
+(5218,0,685,2.55),
+(5218,0,686,2.55),
+(5218,0,687,2.55),
+(5218,0,854,2.95),
+(5218,0,855,2.95),
+(5218,0,856,2.95),
+(5218,0,857,2.95),
+(5218,0,941,0.02),
+(5218,0,942,0.02),
+(5218,0,943,0.02),
+(5218,0,944,0.02),
+(5218,0,945,0.02),
+(5218,0,1024,2.54),
+(5218,0,1025,2.54),
+(5218,0,1026,2.54),
+(5218,0,1027,2.54),
+(5218,0,1028,2.54),
+(5218,0,1109,3.2),
+(5218,0,1110,3.2),
+(5218,0,1111,3.2),
+(5218,0,1112,3.2),
+(5218,0,1194,2.72),
+(5218,0,1195,2.72),
+(5218,0,1196,2.72),
+(5218,0,1197,2.72),
+(5218,0,1408,0.03),
+(5218,0,1409,0.03),
+(5218,0,1410,0.03),
+(5218,0,1500,0.1),
+(5218,0,1552,0.4),
+(5218,0,1553,0.4),
+(5218,0,1554,0.4),
+(5218,0,1555,0.4),
+(5218,0,1556,0.4),
+(5218,0,1557,0.4),
+(5218,0,1961,0.1),
+(5219,0,29,0.1),
+(5219,0,171,2.57),
+(5219,0,172,2.57),
+(5219,0,178,0.1),
+(5219,0,186,3.25),
+(5219,0,187,3.25),
+(5219,0,191,2.55),
+(5219,0,192,2.55),
+(5219,0,193,2.1),
+(5219,0,254,0.1),
+(5219,0,436,0.1),
+(5219,0,514,3.11),
+(5219,0,515,3.11),
+(5219,0,516,3.11),
+(5219,0,517,3.11),
+(5219,0,599,1.6),
+(5219,0,600,1.6),
+(5219,0,601,1.6),
+(5219,0,602,1.6),
+(5219,0,603,1.6),
+(5219,0,604,1.36),
+(5219,0,605,1.36),
+(5219,0,684,2.48),
+(5219,0,685,2.48),
+(5219,0,686,2.48),
+(5219,0,687,2.48),
+(5219,0,854,2.95),
+(5219,0,855,2.95),
+(5219,0,856,2.95),
+(5219,0,857,2.95),
+(5219,0,941,0.1),
+(5219,0,943,0.1),
+(5219,0,1024,3.31),
+(5219,0,1025,3.31),
+(5219,0,1026,3.31),
+(5219,0,1027,3.31),
+(5219,0,1109,3.21),
+(5219,0,1110,3.21),
+(5219,0,1111,3.21),
+(5219,0,1112,3.21),
+(5219,0,1194,2.5),
+(5219,0,1195,2.5),
+(5219,0,1196,2.5),
+(5219,0,1197,2.5),
+(5219,0,1363,0.1),
+(5219,0,1552,0.4),
+(5219,0,1553,0.4),
+(5219,0,1554,0.4),
+(5219,0,1555,0.4),
+(5219,0,1556,0.4),
+(5219,0,1557,0.4),
+(5219,0,1885,0.1),
+(5219,0,2039,0.1),
+(5219,0,2114,0.03),
+(5219,0,2115,0.03),
+(5219,0,2116,0.03),
+(5219,0,2117,0.03),
+(5221,0,138,0.1),
+(5221,0,176,1.8),
+(5221,0,177,1.8),
+(5221,0,181,2.95),
+(5221,0,182,2.95),
+(5221,0,186,2),
+(5221,0,187,2),
+(5221,0,193,0.1),
+(5221,0,514,2.78),
+(5221,0,515,2.78),
+(5221,0,516,2.78),
+(5221,0,517,2.78),
+(5221,0,599,1.2),
+(5221,0,600,1.2),
+(5221,0,601,1.2),
+(5221,0,602,1.2),
+(5221,0,603,1.2),
+(5221,0,604,1.2),
+(5221,0,605,1.2),
+(5221,0,769,1.8),
+(5221,0,770,1.8),
+(5221,0,771,1.8),
+(5221,0,772,1.8),
+(5221,0,854,1.04),
+(5221,0,855,1.04),
+(5221,0,856,1.04),
+(5221,0,857,1.04),
+(5221,0,859,1.04),
+(5221,0,1024,1.9),
+(5221,0,1025,1.9),
+(5221,0,1026,1.9),
+(5221,0,1027,1.9),
+(5221,0,1029,1.9),
+(5221,0,1109,2.28),
+(5221,0,1110,2.28),
+(5221,0,1111,2.28),
+(5221,0,1112,2.28),
+(5221,0,1114,2.28),
+(5221,0,1194,2.25),
+(5221,0,1195,2.25),
+(5221,0,1196,2.25),
+(5221,0,1197,2.25),
+(5221,0,1409,0.1),
+(5221,0,1501,0.1),
+(5221,0,1552,0.32),
+(5221,0,1553,0.32),
+(5221,0,1554,0.32),
+(5221,0,1555,0.32),
+(5221,0,1556,0.32),
+(5221,0,1557,0.32),
+(5221,0,1804,0.92),
+(5221,0,1805,0.92),
+(5221,0,1806,0.92),
+(5221,0,1807,0.92),
+(5221,0,1808,0.92),
+(5221,0,1809,0.92),
+(5221,0,1846,0.47),
+(5221,0,1847,0.47),
+(5221,0,1848,0.47),
+(5221,0,1880,0.42),
+(5221,0,1881,0.42),
+(5221,0,1882,0.42),
+(5221,0,1883,0.42),
+(5221,0,1884,0.42),
+(5221,0,1885,0.42),
+(5221,0,1918,0.01),
+(5221,0,1919,0.01),
+(5221,0,1920,0.01),
+(5221,0,1921,0.01),
+(5221,0,1922,0.01),
+(5221,0,1923,0.01),
+(5221,0,1924,0.01),
+(5221,0,1956,0.35),
+(5221,0,1957,0.35),
+(5221,0,1958,0.35),
+(5221,0,1959,0.35),
+(5221,0,1960,0.35),
+(5221,0,1961,0.35),
+(5221,0,1994,1),
+(5221,0,1995,1),
+(5221,0,1996,1),
+(5221,0,1997,1),
+(5221,0,1998,1),
+(5221,0,1999,1),
+(5221,0,2032,0.87),
+(5221,0,2033,0.87),
+(5221,0,2034,0.87),
+(5221,0,2035,0.87),
+(5221,0,2036,0.87),
+(5221,0,2037,0.87),
+(5221,0,2114,0.03),
+(5221,0,2115,0.03),
+(5221,0,2116,0.03),
+(5221,0,2117,0.03),
+(5223,0,111,5.25),
+(5223,0,114,6.25),
+(5223,0,115,6.35),
+(5223,0,505,2.91),
+(5223,0,506,2.91),
+(5223,0,507,2.91),
+(5223,0,508,2.91),
+(5223,0,590,2.36),
+(5223,0,591,2.36),
+(5223,0,592,2.36),
+(5223,0,593,2.36),
+(5223,0,675,2.6),
+(5223,0,676,2.6),
+(5223,0,677,2.6),
+(5223,0,678,2.6),
+(5223,0,845,2.89),
+(5223,0,846,2.89),
+(5223,0,847,2.89),
+(5223,0,848,2.89),
+(5223,0,1015,3.22),
+(5223,0,1016,3.22),
+(5223,0,1017,3.22),
+(5223,0,1018,3.22),
+(5223,0,1100,3.21),
+(5223,0,1101,3.21),
+(5223,0,1102,3.21),
+(5223,0,1103,3.21),
+(5223,0,1185,2.7),
+(5223,0,1186,2.7),
+(5223,0,1187,2.7),
+(5223,0,1188,2.7),
+(5223,0,1551,1.04),
+(5223,0,1552,1.04),
+(5223,0,1553,0.83),
+(5224,0,110,0.1),
+(5224,0,114,4.45),
+(5224,0,115,4.95),
+(5224,0,207,0.05),
+(5224,0,210,0.05),
+(5224,0,590,5.25),
+(5224,0,591,5.25),
+(5224,0,592,5.25),
+(5224,0,593,5.25),
+(5224,0,675,5.22),
+(5224,0,676,5.22),
+(5224,0,677,5.22),
+(5224,0,678,5.22),
+(5224,0,845,0.03),
+(5224,0,846,0.03),
+(5224,0,847,0.03),
+(5224,0,848,0.03),
+(5224,0,1016,0.1),
+(5224,0,1101,0.1),
+(5224,0,1185,5.14),
+(5224,0,1186,5.14),
+(5224,0,1187,5.14),
+(5224,0,1188,5.14),
+(5224,0,1403,0.1),
+(5224,0,1550,3.33),
+(5224,0,1551,3.9),
+(5224,0,1552,3.9),
+(5224,0,1553,3.9),
+(5224,0,1803,1.5),
+(5224,0,1804,1.5),
+(5224,0,1805,1.5),
+(5224,0,1841,1.23),
+(5224,0,1842,1.23),
+(5224,0,1843,1.23),
+(5224,0,1879,0.1),
+(5224,0,1918,0.1),
+(5224,0,1919,0.1),
+(5224,0,1993,1.3),
+(5224,0,1994,1.3),
+(5224,0,1995,1.3),
+(5224,0,2031,0.9),
+(5224,0,2032,0.9),
+(5224,0,2033,0.9),
+(5227,0,173,2.55),
+(5227,0,188,3.2),
+(5227,0,193,3.1),
+(5227,0,211,2.55),
+(5227,0,217,3.2),
+(5227,0,219,3.1),
+(5227,0,517,3.15),
+(5227,0,518,3.15),
+(5227,0,519,3.15),
+(5227,0,520,3.15),
+(5227,0,602,2.33),
+(5227,0,603,2.33),
+(5227,0,604,2.33),
+(5227,0,605,2.33),
+(5227,0,687,2.58),
+(5227,0,688,2.58),
+(5227,0,689,2.58),
+(5227,0,690,2.58),
+(5227,0,857,2.97),
+(5227,0,858,2.97),
+(5227,0,859,2.97),
+(5227,0,860,2.97),
+(5227,0,1027,3.3),
+(5227,0,1028,3.3),
+(5227,0,1029,3.3),
+(5227,0,1030,3.3),
+(5227,0,1112,3.15),
+(5227,0,1113,3.15),
+(5227,0,1114,3.15),
+(5227,0,1115,3.15),
+(5227,0,1197,2.53),
+(5227,0,1198,2.53),
+(5227,0,1199,2.53),
+(5227,0,1200,2.53),
+(5227,0,1552,0.29),
+(5227,0,1553,0.29),
+(5227,0,1554,0.29),
+(5227,0,1555,0.29),
+(5227,0,1556,0.29),
+(5227,0,1557,0.29),
+(5227,0,1558,0.29),
+(5227,0,1559,0.29),
+(5231,0,114,3.05),
+(5231,0,115,3.6),
+(5231,0,135,3.05),
+(5231,0,136,3.6),
+(5231,0,590,6.22),
+(5231,0,591,6.22),
+(5231,0,592,6.22),
+(5231,0,593,6.22),
+(5231,0,675,6.68),
+(5231,0,676,6.68),
+(5231,0,677,6.68),
+(5231,0,678,6.68),
+(5231,0,1185,7.32),
+(5231,0,1186,7.32),
+(5231,0,1187,7.32),
+(5231,0,1188,7.32),
+(5231,0,1551,1.93),
+(5231,0,1552,1.93),
+(5231,0,1553,1.93),
+(5232,0,80,0.1),
+(5232,0,110,0.1),
+(5232,0,111,2.6),
+(5232,0,114,3.2),
+(5232,0,115,3.25),
+(5232,0,132,2.6),
+(5232,0,133,0.1),
+(5232,0,134,0.1),
+(5232,0,135,3.2),
+(5232,0,136,3.25),
+(5232,0,210,0.1),
+(5232,0,234,0.03),
+(5232,0,235,0.03),
+(5232,0,236,0.03),
+(5232,0,248,0.03),
+(5232,0,505,3),
+(5232,0,506,3),
+(5232,0,507,3),
+(5232,0,508,3),
+(5232,0,590,2.33),
+(5232,0,591,2.33),
+(5232,0,592,2.33),
+(5232,0,593,2.33),
+(5232,0,675,2.55),
+(5232,0,676,2.55),
+(5232,0,677,2.55),
+(5232,0,678,2.55),
+(5232,0,760,0.03),
+(5232,0,761,0.03),
+(5232,0,762,0.03),
+(5232,0,763,0.03),
+(5232,0,845,2.83),
+(5232,0,846,2.83),
+(5232,0,847,2.83),
+(5232,0,848,2.83),
+(5232,0,930,0.03),
+(5232,0,931,0.03),
+(5232,0,932,0.03),
+(5232,0,933,0.03),
+(5232,0,1015,3.28),
+(5232,0,1016,3.28),
+(5232,0,1017,3.28),
+(5232,0,1018,3.28),
+(5232,0,1100,3.15),
+(5232,0,1101,3.15),
+(5232,0,1102,3.15),
+(5232,0,1103,3.15),
+(5232,0,1185,2.72),
+(5232,0,1186,2.72),
+(5232,0,1187,2.72),
+(5232,0,1188,2.72),
+(5232,0,1312,0.1),
+(5232,0,1358,0.1),
+(5232,0,1404,0.1),
+(5232,0,1496,0.1),
+(5232,0,1550,0.5),
+(5232,0,1551,0.5),
+(5232,0,1552,0.5),
+(5232,0,1553,0.5),
+(5232,0,1554,0.5),
+(5232,0,1709,0.1),
+(5232,0,1880,0.1),
+(5232,0,1918,0.1),
+(5232,0,1956,0.1),
+(5232,0,1994,0.03),
+(5232,0,1995,0.03),
+(5232,0,1996,0.03),
+(5232,0,1997,0.03),
+(5232,0,2032,0.1),
+(5232,0,2138,0.03),
+(5232,0,2139,0.03),
+(5232,0,2140,0.03),
+(5232,0,2141,0.03),
+(5234,0,111,1.7),
+(5234,0,114,2),
+(5234,0,115,2.4),
+(5234,0,132,1.7),
+(5234,0,135,2),
+(5234,0,136,2.4),
+(5234,0,590,3.67),
+(5234,0,591,3.67),
+(5234,0,592,3.67),
+(5234,0,593,3.67),
+(5234,0,675,3.85),
+(5234,0,676,3.85),
+(5234,0,677,3.85),
+(5234,0,678,3.85),
+(5234,0,1185,4.82),
+(5234,0,1186,4.82),
+(5234,0,1187,4.82),
+(5234,0,1188,4.82),
+(5234,0,1551,5.07),
+(5234,0,1552,5.07),
+(5234,0,1553,5.07),
+(5234,0,1554,5.07),
+(5234,0,1803,1.05),
+(5234,0,1804,1.05),
+(5234,0,1805,1.05),
+(5234,0,1806,1.05),
+(5234,0,1841,0.32),
+(5234,0,1842,0.32),
+(5234,0,1843,0.32),
+(5234,0,1844,0.32),
+(5234,0,1879,0.63),
+(5234,0,1880,0.63),
+(5234,0,1881,0.63),
+(5234,0,1882,0.63),
+(5234,0,1955,0.6),
+(5234,0,1956,0.6),
+(5234,0,1957,0.6),
+(5234,0,1993,0.88),
+(5234,0,1994,0.88),
+(5234,0,1995,0.88),
+(5234,0,1996,0.88),
+(5234,0,2031,1.15),
+(5234,0,2032,1.15),
+(5234,0,2033,1.15),
+(5234,0,2034,1.15),
+(5236,0,211,2.35),
+(5236,0,212,2.35),
+(5236,0,217,3.45),
+(5236,0,218,3.45),
+(5236,0,219,3.25),
+(5236,0,220,3.25),
+(5236,0,437,0.03),
+(5236,0,438,0.03),
+(5236,0,439,0.03),
+(5236,0,440,0.03),
+(5236,0,520,2.92),
+(5236,0,521,2.92),
+(5236,0,522,2.92),
+(5236,0,523,2.92),
+(5236,0,605,2.25),
+(5236,0,606,2.25),
+(5236,0,607,2.25),
+(5236,0,608,2.25),
+(5236,0,690,2.04),
+(5236,0,691,2.04),
+(5236,0,692,2.04),
+(5236,0,693,2.04),
+(5236,0,695,2.04),
+(5236,0,860,2.4),
+(5236,0,861,2.4),
+(5236,0,862,2.4),
+(5236,0,863,2.4),
+(5236,0,864,2.4),
+(5236,0,949,0.1),
+(5236,0,1030,3.22),
+(5236,0,1031,3.22),
+(5236,0,1032,3.22),
+(5236,0,1033,3.22),
+(5236,0,1115,3.25),
+(5236,0,1116,3.25),
+(5236,0,1117,3.25),
+(5236,0,1118,3.25),
+(5236,0,1200,2.16),
+(5236,0,1201,2.16),
+(5236,0,1202,2.16),
+(5236,0,1203,2.16),
+(5236,0,1204,2.16),
+(5236,0,1321,0.1),
+(5236,0,1366,0.1),
+(5236,0,1553,0.3),
+(5236,0,1554,0.3),
+(5236,0,1555,0.3),
+(5236,0,1556,0.3),
+(5236,0,1557,0.3),
+(5236,0,1558,0.3),
+(5236,0,1559,0.3),
+(5236,0,1560,0.3),
+(5236,0,1926,0.1),
+(5236,0,2003,0.1),
+(5238,0,214,0.03),
+(5238,0,215,2.17),
+(5238,0,216,2.17),
+(5238,0,217,1.75),
+(5238,0,218,1.75),
+(5238,0,219,1.52),
+(5238,0,220,1.52),
+(5238,0,287,1.75),
+(5238,0,307,1.52),
+(5238,0,308,1.52),
+(5238,0,333,1.75),
+(5238,0,383,0.03),
+(5238,0,384,0.03),
+(5238,0,409,2.17),
+(5238,0,440,0.03),
+(5238,0,441,0.03),
+(5238,0,442,0.03),
+(5238,0,443,0.03),
+(5238,0,523,0.03),
+(5238,0,524,0.03),
+(5238,0,525,0.03),
+(5238,0,526,0.03),
+(5238,0,605,1.53),
+(5238,0,606,1.53),
+(5238,0,607,1.53),
+(5238,0,608,1.53),
+(5238,0,609,1.53),
+(5238,0,610,1.53),
+(5238,0,611,1.53),
+(5238,0,690,1.94),
+(5238,0,691,1.94),
+(5238,0,692,1.94),
+(5238,0,693,1.94),
+(5238,0,695,1.94),
+(5238,0,778,0.03),
+(5238,0,779,0.03),
+(5238,0,780,0.03),
+(5238,0,781,0.03),
+(5238,0,860,1.64),
+(5238,0,861,1.64),
+(5238,0,862,1.64),
+(5238,0,863,1.64),
+(5238,0,864,1.64),
+(5238,0,865,1.64),
+(5238,0,866,1.64),
+(5238,0,945,1.6),
+(5238,0,946,1.6),
+(5238,0,947,1.6),
+(5238,0,948,1.6),
+(5238,0,949,1.6),
+(5238,0,950,1.6),
+(5238,0,951,1.6),
+(5238,0,1030,1.71),
+(5238,0,1031,1.71),
+(5238,0,1032,1.71),
+(5238,0,1033,1.71),
+(5238,0,1034,1.71),
+(5238,0,1035,1.71),
+(5238,0,1036,1.71),
+(5238,0,1115,1.71),
+(5238,0,1116,1.71),
+(5238,0,1117,1.71),
+(5238,0,1118,1.71),
+(5238,0,1119,1.71),
+(5238,0,1120,1.71),
+(5238,0,1121,1.71),
+(5238,0,1200,1.46),
+(5238,0,1201,1.46),
+(5238,0,1202,1.46),
+(5238,0,1203,1.46),
+(5238,0,1204,1.46),
+(5238,0,1205,1.46),
+(5238,0,1206,1.46),
+(5238,0,1320,0.03),
+(5238,0,1321,0.03),
+(5238,0,1322,0.03),
+(5238,0,1366,0.03),
+(5238,0,1367,0.03),
+(5238,0,1368,0.03),
+(5238,0,1412,0.03),
+(5238,0,1413,0.03),
+(5238,0,1414,0.03),
+(5238,0,1458,0.1),
+(5238,0,1504,0.03),
+(5238,0,1505,0.03),
+(5238,0,1506,0.03),
+(5238,0,1557,0.75),
+(5238,0,1558,0.75),
+(5238,0,1559,0.75),
+(5238,0,1560,0.75),
+(5238,0,1718,0.03),
+(5238,0,1719,0.03),
+(5238,0,1720,0.03),
+(5238,0,1888,0.03),
+(5238,0,1889,0.03),
+(5238,0,1890,0.03),
+(5238,0,1927,0.05),
+(5238,0,1928,0.05),
+(5238,0,1964,0.03),
+(5238,0,1965,0.03),
+(5238,0,1966,0.03),
+(5238,0,2002,0.03),
+(5238,0,2003,0.03),
+(5238,0,2004,0.03),
+(5238,0,2041,0.05),
+(5238,0,2042,0.05),
+(5238,0,2080,0.03),
+(5238,0,2081,0.03),
+(5238,0,2082,0.03),
+(5238,0,2118,0.03),
+(5238,0,2119,0.03),
+(5238,0,2120,0.03),
+(5238,0,2121,0.03),
+(5239,0,212,0.1),
+(5239,0,213,1.7),
+(5239,0,214,1.7),
+(5239,0,215,3),
+(5239,0,216,3),
+(5239,0,217,2),
+(5239,0,218,2),
+(5239,0,440,0.1),
+(5239,0,520,2.83),
+(5239,0,521,2.83),
+(5239,0,522,2.83),
+(5239,0,523,2.83),
+(5239,0,605,1.56),
+(5239,0,606,1.56),
+(5239,0,607,1.56),
+(5239,0,608,1.56),
+(5239,0,610,1.56),
+(5239,0,775,1.4),
+(5239,0,776,1.4),
+(5239,0,777,1.4),
+(5239,0,778,1.4),
+(5239,0,779,1.4),
+(5239,0,860,1.15),
+(5239,0,861,1.15),
+(5239,0,862,1.15),
+(5239,0,863,1.15),
+(5239,0,946,0.1),
+(5239,0,1030,2.45),
+(5239,0,1031,2.45),
+(5239,0,1032,2.45),
+(5239,0,1033,2.45),
+(5239,0,1115,3.05),
+(5239,0,1116,3.05),
+(5239,0,1117,3.05),
+(5239,0,1118,3.05),
+(5239,0,1200,2.3),
+(5239,0,1201,2.3),
+(5239,0,1202,2.3),
+(5239,0,1203,2.3),
+(5239,0,1319,0.1),
+(5239,0,1457,0.1),
+(5239,0,1504,0.1),
+(5239,0,1553,0.26),
+(5239,0,1554,0.26),
+(5239,0,1555,0.26),
+(5239,0,1556,0.26),
+(5239,0,1557,0.26),
+(5239,0,1558,0.26),
+(5239,0,1559,0.26),
+(5239,0,1560,0.26),
+(5239,0,1717,0.03),
+(5239,0,1718,0.03),
+(5239,0,1719,0.03),
+(5239,0,1805,0.7),
+(5239,0,1806,0.7),
+(5239,0,1807,0.7),
+(5239,0,1808,0.7),
+(5239,0,1809,0.7),
+(5239,0,1810,0.7),
+(5239,0,1811,0.7),
+(5239,0,1812,0.7),
+(5239,0,1843,0.17),
+(5239,0,1844,0.17),
+(5239,0,1845,0.17),
+(5239,0,1846,0.17),
+(5239,0,1847,0.17),
+(5239,0,1848,0.17),
+(5239,0,1849,0.17),
+(5239,0,1850,0.17),
+(5239,0,1881,0.32),
+(5239,0,1882,0.32),
+(5239,0,1883,0.32),
+(5239,0,1884,0.32),
+(5239,0,1885,0.32),
+(5239,0,1886,0.32),
+(5239,0,1887,0.32),
+(5239,0,1888,0.32),
+(5239,0,1963,0.9),
+(5239,0,1964,0.9),
+(5239,0,1995,0.74),
+(5239,0,1996,0.74),
+(5239,0,1997,0.74),
+(5239,0,1998,0.74),
+(5239,0,1999,0.74),
+(5239,0,2000,0.74),
+(5239,0,2001,0.74),
+(5239,0,2002,0.74),
+(5239,0,2033,0.65),
+(5239,0,2034,0.65),
+(5239,0,2035,0.65),
+(5239,0,2036,0.65),
+(5239,0,2037,0.65),
+(5239,0,2038,0.65),
+(5239,0,2039,0.65),
+(5239,0,2040,0.65),
+(5239,0,2080,0.03),
+(5239,0,2081,0.03),
+(5239,0,2082,0.03),
+(5240,0,130,0.1),
+(5240,0,135,3.1),
+(5240,0,136,3.65),
+(5240,0,151,0.1),
+(5240,0,152,0.1),
+(5240,0,153,0.1),
+(5240,0,154,3.1),
+(5240,0,155,3.65),
+(5240,0,237,0.03),
+(5240,0,247,0.03),
+(5240,0,248,0.03),
+(5240,0,249,0.03),
+(5240,0,508,0.03),
+(5240,0,509,0.03),
+(5240,0,510,0.03),
+(5240,0,511,0.03),
+(5240,0,593,6.1),
+(5240,0,594,6.1),
+(5240,0,595,6.1),
+(5240,0,596,6.1),
+(5240,0,678,6.57),
+(5240,0,679,6.57),
+(5240,0,680,6.57),
+(5240,0,681,6.57),
+(5240,0,763,0.05),
+(5240,0,765,0.05),
+(5240,0,848,0.03),
+(5240,0,849,0.03),
+(5240,0,850,0.03),
+(5240,0,851,0.03),
+(5240,0,933,0.03),
+(5240,0,934,0.03),
+(5240,0,935,0.03),
+(5240,0,936,0.03),
+(5240,0,1018,0.05),
+(5240,0,1019,0.05),
+(5240,0,1103,0.03),
+(5240,0,1104,0.03),
+(5240,0,1105,0.03),
+(5240,0,1106,0.03),
+(5240,0,1188,7.45),
+(5240,0,1189,7.45),
+(5240,0,1190,7.45),
+(5240,0,1191,7.45),
+(5240,0,1313,0.1),
+(5240,0,1359,0.1),
+(5240,0,1405,0.1),
+(5240,0,1497,0.1),
+(5240,0,1551,1.18),
+(5240,0,1552,1.18),
+(5240,0,1553,1.18),
+(5240,0,1554,1.18),
+(5240,0,1555,1.18),
+(5240,0,1710,0.1),
+(5240,0,1805,0.1),
+(5240,0,1881,0.1),
+(5240,0,1919,0.1),
+(5240,0,1957,0.1),
+(5240,0,1995,0.1),
+(5240,0,2033,0.1),
+(5240,0,2073,0.05),
+(5240,0,2074,0.05),
+(5240,0,2110,0.03),
+(5240,0,2111,0.03),
+(5240,0,2112,0.03),
+(5240,0,2113,0.03),
+(5241,0,29,0.1),
+(5241,0,130,0.1),
+(5241,0,132,2.73),
+(5241,0,135,3.27),
+(5241,0,136,3.3),
+(5241,0,151,2.73),
+(5241,0,152,0.1),
+(5241,0,153,0.1),
+(5241,0,154,3.27),
+(5241,0,155,3.3),
+(5241,0,248,0.1),
+(5241,0,508,11.45),
+(5241,0,593,9.85),
+(5241,0,678,10.2),
+(5241,0,848,11.25),
+(5241,0,933,0.1),
+(5241,0,1018,12.7),
+(5241,0,1103,12.45),
+(5241,0,1188,10.8),
+(5241,0,1313,0.1),
+(5241,0,1359,0.1),
+(5241,0,1405,0.1),
+(5241,0,1451,0.1),
+(5241,0,1497,0.1),
+(5241,0,1552,0.68),
+(5241,0,1553,0.68),
+(5241,0,1554,0.68),
+(5241,0,1555,0.68),
+(5241,0,1710,0.1),
+(5241,0,1880,0.05),
+(5241,0,1881,0.05),
+(5241,0,1918,0.05),
+(5241,0,1919,0.05),
+(5241,0,1956,0.05),
+(5241,0,1957,0.05),
+(5241,0,1994,0.03),
+(5241,0,1995,0.03),
+(5241,0,1996,0.03),
+(5241,0,1997,0.03),
+(5241,0,2033,0.1),
+(5241,0,2138,0.03),
+(5241,0,2139,0.03),
+(5241,0,2140,0.03),
+(5241,0,2141,0.03),
+(5242,0,99,0.1),
+(5242,0,130,0.1),
+(5242,0,135,2.32),
+(5242,0,136,2.55),
+(5242,0,151,0.1),
+(5242,0,152,0.1),
+(5242,0,153,0.1),
+(5242,0,154,2.32),
+(5242,0,155,2.55),
+(5242,0,249,0.1),
+(5242,0,508,0.03),
+(5242,0,509,0.03),
+(5242,0,510,0.03),
+(5242,0,511,0.03),
+(5242,0,593,13.35),
+(5242,0,594,5.2),
+(5242,0,595,5.2),
+(5242,0,596,5.2),
+(5242,0,678,13.21),
+(5242,0,679,5.13),
+(5242,0,680,5.13),
+(5242,0,681,5.13),
+(5242,0,763,0.03),
+(5242,0,764,0.03),
+(5242,0,765,0.03),
+(5242,0,766,0.03),
+(5242,0,848,0.03),
+(5242,0,849,0.03),
+(5242,0,850,0.03),
+(5242,0,851,0.03),
+(5242,0,933,0.03),
+(5242,0,934,0.03),
+(5242,0,935,0.03),
+(5242,0,936,0.03),
+(5242,0,1018,0.03),
+(5242,0,1019,0.03),
+(5242,0,1020,0.03),
+(5242,0,1021,0.03),
+(5242,0,1103,0.03),
+(5242,0,1104,0.03),
+(5242,0,1105,0.03),
+(5242,0,1106,0.03),
+(5242,0,1188,12.76),
+(5242,0,1189,5.13),
+(5242,0,1190,5.13),
+(5242,0,1191,5.13),
+(5242,0,1313,0.1),
+(5242,0,1405,0.1),
+(5242,0,1451,0.1),
+(5242,0,1497,0.1),
+(5242,0,1551,2.74),
+(5242,0,1552,3.17),
+(5242,0,1553,3.17),
+(5242,0,1554,3.17),
+(5242,0,1555,3.17),
+(5242,0,1710,0.1),
+(5242,0,1804,1.2),
+(5242,0,1805,1.2),
+(5242,0,1806,1.2),
+(5242,0,1807,0.98),
+(5242,0,1842,0.97),
+(5242,0,1843,0.97),
+(5242,0,1844,0.97),
+(5242,0,1845,0.77),
+(5242,0,1881,0.1),
+(5242,0,1919,0.1),
+(5242,0,1920,0.1),
+(5242,0,1957,0.1),
+(5242,0,1994,1.07),
+(5242,0,1995,1.07),
+(5242,0,1996,1.07),
+(5242,0,1997,0.88),
+(5242,0,2032,0.76),
+(5242,0,2033,0.76),
+(5242,0,2034,0.76),
+(5242,0,2035,0.55),
+(5242,0,2073,0.05),
+(5242,0,2074,0.05),
+(5242,0,2110,0.03),
+(5242,0,2111,0.03),
+(5242,0,2112,0.03),
+(5242,0,2113,0.03),
+(5247,0,287,3.35),
+(5247,0,307,3.15),
+(5247,0,308,3.15),
+(5247,0,333,3.35),
+(5247,0,409,3.55),
+(5247,0,410,3.55),
+(5247,0,608,2.6),
+(5247,0,609,2.6),
+(5247,0,610,2.6),
+(5247,0,611,2.6),
+(5247,0,693,2.35),
+(5247,0,694,2.35),
+(5247,0,695,2.35),
+(5247,0,696,2.35),
+(5247,0,863,2.7),
+(5247,0,864,2.7),
+(5247,0,865,2.7),
+(5247,0,866,2.7),
+(5247,0,948,2.8),
+(5247,0,949,2.8),
+(5247,0,950,2.8),
+(5247,0,951,2.8),
+(5247,0,1033,3.22),
+(5247,0,1034,3.22),
+(5247,0,1035,3.22),
+(5247,0,1036,3.22),
+(5247,0,1118,3.15),
+(5247,0,1119,3.15),
+(5247,0,1120,3.15),
+(5247,0,1121,3.15),
+(5247,0,1203,2.5),
+(5247,0,1204,2.5),
+(5247,0,1205,2.5),
+(5247,0,1206,2.5),
+(5247,0,1554,0.31),
+(5247,0,1555,0.31),
+(5247,0,1556,0.31),
+(5247,0,1557,0.31),
+(5247,0,1558,0.31),
+(5247,0,1559,0.31),
+(5247,0,1560,0.31),
+(5247,0,1561,0.31),
+(5247,0,1562,0.31),
+(5249,0,154,6.1),
+(5249,0,155,7.4),
+(5249,0,593,6.03),
+(5249,0,594,6.03),
+(5249,0,595,6.03),
+(5249,0,596,6.03),
+(5249,0,678,6.55),
+(5249,0,679,6.55),
+(5249,0,680,6.55),
+(5249,0,681,6.55),
+(5249,0,1188,7.55),
+(5249,0,1189,7.55),
+(5249,0,1190,7.55),
+(5249,0,1191,7.55),
+(5249,0,1553,1.48),
+(5249,0,1554,1.48),
+(5249,0,1555,1.48),
+(5249,0,1556,1.48),
+(5250,0,29,0.1),
+(5250,0,151,5.3),
+(5250,0,154,6.6),
+(5250,0,155,6.2),
+(5250,0,508,2.97),
+(5250,0,509,2.97),
+(5250,0,510,2.97),
+(5250,0,511,2.97),
+(5250,0,593,2.45),
+(5250,0,594,2.45),
+(5250,0,595,2.45),
+(5250,0,596,2.45),
+(5250,0,678,2.53),
+(5250,0,679,2.53),
+(5250,0,680,2.53),
+(5250,0,681,2.53),
+(5250,0,848,2.8),
+(5250,0,849,2.8),
+(5250,0,850,2.8),
+(5250,0,851,2.8),
+(5250,0,1018,3.25),
+(5250,0,1019,3.25),
+(5250,0,1020,3.25),
+(5250,0,1021,3.25),
+(5250,0,1103,3.1),
+(5250,0,1104,3.1),
+(5250,0,1105,3.1),
+(5250,0,1106,3.1),
+(5250,0,1188,2.7),
+(5250,0,1189,2.7),
+(5250,0,1190,2.7),
+(5250,0,1191,2.7),
+(5250,0,1553,0.65),
+(5250,0,1554,0.65),
+(5250,0,1555,0.65),
+(5250,0,1556,0.65),
+(5251,0,154,4.5),
+(5251,0,155,4.8),
+(5251,0,593,5.28),
+(5251,0,594,5.28),
+(5251,0,595,5.28),
+(5251,0,596,5.28),
+(5251,0,678,4.95),
+(5251,0,679,4.95),
+(5251,0,680,4.95),
+(5251,0,681,4.95),
+(5251,0,1188,5.05),
+(5251,0,1189,5.05),
+(5251,0,1190,5.05),
+(5251,0,1191,5.05),
+(5251,0,1553,3.38),
+(5251,0,1554,3.38),
+(5251,0,1555,3.38),
+(5251,0,1556,3.38),
+(5251,0,1805,1.23),
+(5251,0,1806,1.23),
+(5251,0,1807,1.23),
+(5251,0,1808,1.23),
+(5251,0,1843,1),
+(5251,0,1844,1),
+(5251,0,1845,1),
+(5251,0,1846,1),
+(5251,0,1995,0.98),
+(5251,0,1996,0.98),
+(5251,0,1997,0.98),
+(5251,0,1998,0.98),
+(5251,0,2033,0.82),
+(5251,0,2034,0.82),
+(5251,0,2035,0.82),
+(5251,0,2036,0.82),
+(5252,0,151,3.5),
+(5252,0,154,4),
+(5252,0,155,4.5),
+(5252,0,593,3.8),
+(5252,0,594,3.8),
+(5252,0,595,3.8),
+(5252,0,596,3.8),
+(5252,0,678,4.03),
+(5252,0,679,4.03),
+(5252,0,680,4.03),
+(5252,0,681,4.03),
+(5252,0,1188,4.6),
+(5252,0,1189,4.6),
+(5252,0,1190,4.6),
+(5252,0,1191,4.6),
+(5252,0,1553,4.85),
+(5252,0,1554,4.85),
+(5252,0,1555,4.85),
+(5252,0,1556,4.85),
+(5252,0,1805,1.08),
+(5252,0,1806,1.08),
+(5252,0,1807,1.08),
+(5252,0,1808,1.08),
+(5252,0,1843,0.35),
+(5252,0,1844,0.35),
+(5252,0,1845,0.35),
+(5252,0,1846,0.35),
+(5252,0,1881,0.68),
+(5252,0,1882,0.68),
+(5252,0,1883,0.68),
+(5252,0,1884,0.68),
+(5252,0,1921,0.1),
+(5252,0,1957,0.73),
+(5252,0,1958,0.73),
+(5252,0,1959,0.73),
+(5252,0,1995,0.82),
+(5252,0,1996,0.82),
+(5252,0,1997,0.82),
+(5252,0,1998,0.82),
+(5252,0,2033,1.25),
+(5252,0,2034,1.25),
+(5252,0,2035,1.25),
+(5252,0,2036,1.25),
+(5253,0,112,3.8),
+(5253,0,113,5.9),
+(5253,0,114,4.5),
+(5253,0,234,2.42),
+(5253,0,235,2.42),
+(5253,0,236,2.42),
+(5253,0,248,2.42),
+(5253,0,505,3.2),
+(5253,0,506,3.2),
+(5253,0,507,3.2),
+(5253,0,508,3.2),
+(5253,0,760,1.9),
+(5253,0,761,1.9),
+(5253,0,762,1.9),
+(5253,0,763,1.9),
+(5253,0,845,1.55),
+(5253,0,846,1.55),
+(5253,0,847,1.55),
+(5253,0,848,1.55),
+(5253,0,930,2.67),
+(5253,0,931,2.67),
+(5253,0,932,2.67),
+(5253,0,933,2.67),
+(5253,0,1015,2.3),
+(5253,0,1016,2.3),
+(5253,0,1017,2.3),
+(5253,0,1018,2.3),
+(5253,0,1100,3.13),
+(5253,0,1101,3.13),
+(5253,0,1102,3.13),
+(5253,0,1103,3.13),
+(5253,0,1803,0.76),
+(5253,0,1804,0.76),
+(5253,0,1805,0.76),
+(5253,0,1806,0.76),
+(5253,0,1807,0.76),
+(5253,0,1841,0.26),
+(5253,0,1842,0.26),
+(5253,0,1843,0.26),
+(5253,0,1844,0.26),
+(5253,0,1845,0.26),
+(5253,0,1879,3.6),
+(5253,0,1955,0.68),
+(5253,0,1956,0.68),
+(5253,0,1957,0.68),
+(5253,0,1958,0.68),
+(5253,0,1959,0.68),
+(5253,0,2031,0.82),
+(5253,0,2032,0.82),
+(5253,0,2033,0.82),
+(5253,0,2034,0.82),
+(5253,0,2035,0.82),
+(5253,0,2036,0.82),
+(5254,0,308,2.3),
+(5254,0,309,2.3),
+(5254,0,310,2.3),
+(5254,0,333,2.3),
+(5254,0,334,2.3),
+(5254,0,335,2.3),
+(5254,0,358,2.35),
+(5254,0,359,2.35),
+(5254,0,385,0.05),
+(5254,0,386,0.05),
+(5254,0,411,0.1),
+(5254,0,445,0.02),
+(5254,0,446,0.02),
+(5254,0,447,0.02),
+(5254,0,448,0.02),
+(5254,0,449,0.02),
+(5254,0,526,1.61),
+(5254,0,527,1.61),
+(5254,0,528,1.61),
+(5254,0,529,1.61),
+(5254,0,530,1.61),
+(5254,0,531,1.61),
+(5254,0,532,1.61),
+(5254,0,611,1.26),
+(5254,0,612,1.26),
+(5254,0,613,1.26),
+(5254,0,614,1.26),
+(5254,0,615,1.26),
+(5254,0,616,1.26),
+(5254,0,617,1.26),
+(5254,0,696,2.75),
+(5254,0,697,2.75),
+(5254,0,698,2.75),
+(5254,0,699,2.75),
+(5254,0,782,0.03),
+(5254,0,784,0.03),
+(5254,0,786,0.03),
+(5254,0,866,1.7),
+(5254,0,867,1.7),
+(5254,0,868,1.7),
+(5254,0,869,1.7),
+(5254,0,870,1.7),
+(5254,0,871,1.7),
+(5254,0,872,1.7),
+(5254,0,956,0.1),
+(5254,0,1036,1.71),
+(5254,0,1037,1.71),
+(5254,0,1038,1.71),
+(5254,0,1039,1.71),
+(5254,0,1040,1.71),
+(5254,0,1041,1.71),
+(5254,0,1042,1.71),
+(5254,0,1121,1.76),
+(5254,0,1122,1.76),
+(5254,0,1123,1.76),
+(5254,0,1124,1.76),
+(5254,0,1125,1.76),
+(5254,0,1126,1.76),
+(5254,0,1127,1.76),
+(5254,0,1206,2.28),
+(5254,0,1207,2.28),
+(5254,0,1208,2.28),
+(5254,0,1209,2.28),
+(5254,0,1211,2.28),
+(5254,0,1323,0.05),
+(5254,0,1324,0.05),
+(5254,0,1369,0.1),
+(5254,0,1415,0.05),
+(5254,0,1416,0.05),
+(5254,0,1462,0.1),
+(5254,0,1507,0.1),
+(5254,0,1556,0.34),
+(5254,0,1557,0.34),
+(5254,0,1558,0.34),
+(5254,0,1559,0.34),
+(5254,0,1560,0.34),
+(5254,0,1561,0.34),
+(5254,0,1562,0.34),
+(5254,0,1563,0.34),
+(5254,0,1721,0.05),
+(5254,0,1722,0.05),
+(5254,0,1891,0.03),
+(5254,0,1892,0.03),
+(5254,0,1893,0.03),
+(5254,0,1930,0.05),
+(5254,0,1931,0.05),
+(5254,0,1967,0.05),
+(5254,0,1968,0.05),
+(5254,0,2043,0.03),
+(5254,0,2044,0.03),
+(5254,0,2045,0.03),
+(5254,0,2083,0.05),
+(5254,0,2084,0.05),
+(5255,0,308,1.7),
+(5255,0,309,1.7),
+(5255,0,310,1.7),
+(5255,0,311,1.7),
+(5255,0,333,2.27),
+(5255,0,334,2.27),
+(5255,0,335,2.27),
+(5255,0,358,2.3),
+(5255,0,359,2.3),
+(5255,0,385,0.1),
+(5255,0,411,0.03),
+(5255,0,412,0.03),
+(5255,0,413,0.03),
+(5255,0,446,0.03),
+(5255,0,447,0.03),
+(5255,0,448,0.03),
+(5255,0,449,0.03),
+(5255,0,526,2.3),
+(5255,0,527,2.3),
+(5255,0,528,2.3),
+(5255,0,529,2.3),
+(5255,0,530,2.3),
+(5255,0,611,1.27),
+(5255,0,612,1.27),
+(5255,0,613,1.27),
+(5255,0,614,1.27),
+(5255,0,615,1.27),
+(5255,0,616,1.27),
+(5255,0,617,1.27),
+(5255,0,696,1.51),
+(5255,0,697,1.51),
+(5255,0,698,1.51),
+(5255,0,699,1.51),
+(5255,0,700,1.51),
+(5255,0,701,1.51),
+(5255,0,702,1.51),
+(5255,0,785,0.05),
+(5255,0,787,0.05),
+(5255,0,866,1.64),
+(5255,0,867,1.64),
+(5255,0,868,1.64),
+(5255,0,869,1.64),
+(5255,0,870,1.64),
+(5255,0,871,1.64),
+(5255,0,872,1.64),
+(5255,0,954,0.03),
+(5255,0,955,0.03),
+(5255,0,956,0.03),
+(5255,0,957,0.03),
+(5255,0,1036,1.87),
+(5255,0,1037,1.87),
+(5255,0,1038,1.87),
+(5255,0,1039,1.87),
+(5255,0,1040,1.87),
+(5255,0,1041,1.87),
+(5255,0,1042,1.87),
+(5255,0,1121,1.76),
+(5255,0,1122,1.76),
+(5255,0,1123,1.76),
+(5255,0,1124,1.76),
+(5255,0,1125,1.76),
+(5255,0,1126,1.76),
+(5255,0,1127,1.76),
+(5255,0,1206,2.28),
+(5255,0,1207,2.28),
+(5255,0,1208,2.28),
+(5255,0,1209,2.28),
+(5255,0,1211,2.28),
+(5255,0,1324,0.1),
+(5255,0,1370,0.05),
+(5255,0,1371,0.05),
+(5255,0,1417,0.1),
+(5255,0,1461,0.1),
+(5255,0,1507,0.03),
+(5255,0,1508,0.03),
+(5255,0,1509,0.03),
+(5255,0,1562,1.25),
+(5255,0,1563,1.25),
+(5255,0,1723,0.1),
+(5255,0,1893,0.1),
+(5255,0,1968,0.1),
+(5255,0,2044,0.1),
+(5255,0,2085,0.03),
+(5255,0,2086,0.03),
+(5255,0,2087,0.03),
+(5255,0,2122,0.03),
+(5255,0,2123,0.03),
+(5255,0,2124,0.03),
+(5255,0,2125,0.03),
+(5256,0,308,3.05),
+(5256,0,309,3.05),
+(5256,0,333,3.35),
+(5256,0,334,3.35),
+(5256,0,410,3.4),
+(5256,0,411,3.4),
+(5256,0,611,2.58),
+(5256,0,612,2.58),
+(5256,0,613,2.58),
+(5256,0,614,2.58),
+(5256,0,696,2.35),
+(5256,0,697,2.35),
+(5256,0,698,2.35),
+(5256,0,699,2.35),
+(5256,0,866,2.85),
+(5256,0,867,2.85),
+(5256,0,868,2.85),
+(5256,0,869,2.85),
+(5256,0,951,2.9),
+(5256,0,952,2.9),
+(5256,0,953,2.9),
+(5256,0,954,2.9),
+(5256,0,1036,3.15),
+(5256,0,1037,3.15),
+(5256,0,1038,3.15),
+(5256,0,1039,3.15),
+(5256,0,1121,3.13),
+(5256,0,1122,3.13),
+(5256,0,1123,3.13),
+(5256,0,1124,3.13),
+(5256,0,1206,2.42),
+(5256,0,1207,2.42),
+(5256,0,1208,2.42),
+(5256,0,1209,2.42),
+(5256,0,1556,0.36),
+(5256,0,1557,0.36),
+(5256,0,1558,0.36),
+(5256,0,1559,0.36),
+(5256,0,1560,0.36),
+(5256,0,1561,0.36),
+(5256,0,1562,0.36),
+(5256,0,1563,0.36),
+(5257,0,311,0.1),
+(5257,0,333,2.3),
+(5257,0,334,2.3),
+(5257,0,360,0.1),
+(5257,0,384,0.98),
+(5257,0,385,0.98),
+(5257,0,386,0.98),
+(5257,0,387,0.98),
+(5257,0,410,1.77),
+(5257,0,411,1.77),
+(5257,0,412,1.77),
+(5257,0,448,0.1),
+(5257,0,526,1.44),
+(5257,0,527,1.44),
+(5257,0,528,1.44),
+(5257,0,529,1.44),
+(5257,0,530,1.44),
+(5257,0,531,1.44),
+(5257,0,532,1.44),
+(5257,0,611,1.23),
+(5257,0,612,1.23),
+(5257,0,613,1.23),
+(5257,0,614,1.23),
+(5257,0,615,1.23),
+(5257,0,616,1.23),
+(5257,0,617,1.23),
+(5257,0,699,0.03),
+(5257,0,700,0.03),
+(5257,0,701,0.03),
+(5257,0,702,0.03),
+(5257,0,781,1),
+(5257,0,782,1),
+(5257,0,783,1),
+(5257,0,784,1),
+(5257,0,785,1),
+(5257,0,786,1),
+(5257,0,787,1),
+(5257,0,866,1.08),
+(5257,0,867,1.08),
+(5257,0,868,1.08),
+(5257,0,869,1.08),
+(5257,0,870,1.08),
+(5257,0,954,0.05),
+(5257,0,955,0.05),
+(5257,0,1036,1.31),
+(5257,0,1037,1.31),
+(5257,0,1038,1.31),
+(5257,0,1039,1.31),
+(5257,0,1040,1.31),
+(5257,0,1041,1.31),
+(5257,0,1042,1.31),
+(5257,0,1121,1.56),
+(5257,0,1122,1.56),
+(5257,0,1123,1.56),
+(5257,0,1124,1.56),
+(5257,0,1125,1.56),
+(5257,0,1126,1.56),
+(5257,0,1127,1.56),
+(5257,0,1206,2.3),
+(5257,0,1207,2.3),
+(5257,0,1208,2.3),
+(5257,0,1209,2.3),
+(5257,0,1323,0.03),
+(5257,0,1324,0.03),
+(5257,0,1325,0.03),
+(5257,0,1370,0.1),
+(5257,0,1415,0.1),
+(5257,0,1461,0.05),
+(5257,0,1462,0.05),
+(5257,0,1508,0.1),
+(5257,0,1558,0.35),
+(5257,0,1559,0.35),
+(5257,0,1560,0.35),
+(5257,0,1561,0.35),
+(5257,0,1562,0.35),
+(5257,0,1563,0.35),
+(5257,0,1807,0.56),
+(5257,0,1808,0.56),
+(5257,0,1809,0.56),
+(5257,0,1810,0.56),
+(5257,0,1811,0.56),
+(5257,0,1812,0.56),
+(5257,0,1813,0.56),
+(5257,0,1814,0.56),
+(5257,0,1815,0.56),
+(5257,0,1816,0.56),
+(5257,0,1846,0.15),
+(5257,0,1847,0.15),
+(5257,0,1848,0.15),
+(5257,0,1849,0.15),
+(5257,0,1850,0.15),
+(5257,0,1851,0.15),
+(5257,0,1852,0.15),
+(5257,0,1853,0.15),
+(5257,0,1854,0.15),
+(5257,0,1855,0.15),
+(5257,0,1883,0.27),
+(5257,0,1884,0.27),
+(5257,0,1885,0.27),
+(5257,0,1886,0.27),
+(5257,0,1887,0.27),
+(5257,0,1888,0.27),
+(5257,0,1889,0.27),
+(5257,0,1890,0.27),
+(5257,0,1891,0.27),
+(5257,0,1892,0.27),
+(5257,0,1893,0.27),
+(5257,0,1930,0.05),
+(5257,0,1931,0.05),
+(5257,0,1959,0.22),
+(5257,0,1960,0.22),
+(5257,0,1961,0.22),
+(5257,0,1962,0.22),
+(5257,0,1963,0.22),
+(5257,0,1964,0.22),
+(5257,0,1965,0.22),
+(5257,0,1966,0.22),
+(5257,0,1967,0.22),
+(5257,0,1968,0.22),
+(5257,0,1969,0.22),
+(5257,0,1998,0.68),
+(5257,0,1999,0.68),
+(5257,0,2000,0.68),
+(5257,0,2001,0.68),
+(5257,0,2002,0.68),
+(5257,0,2003,0.68),
+(5257,0,2004,0.68),
+(5257,0,2005,0.68),
+(5257,0,2035,0.53),
+(5257,0,2036,0.53),
+(5257,0,2037,0.53),
+(5257,0,2038,0.53),
+(5257,0,2039,0.53),
+(5257,0,2040,0.53),
+(5257,0,2041,0.53),
+(5257,0,2042,0.53),
+(5257,0,2043,0.53),
+(5257,0,2044,0.53),
+(5257,0,2045,0.53),
+(5257,0,2085,0.03),
+(5257,0,2086,0.03),
+(5257,0,2087,0.03),
+(5257,0,2122,0.03),
+(5257,0,2123,0.03),
+(5257,0,2124,0.03),
+(5257,0,2125,0.03),
+(5258,0,154,2.95),
+(5258,0,155,3.58),
+(5258,0,184,2.95),
+(5258,0,189,3.58),
+(5258,0,593,6.24),
+(5258,0,594,6.24),
+(5258,0,595,6.24),
+(5258,0,596,6.24),
+(5258,0,678,6.78),
+(5258,0,679,6.78),
+(5258,0,680,6.78),
+(5258,0,681,6.78),
+(5258,0,766,0.1),
+(5258,0,1188,7.3),
+(5258,0,1189,7.3),
+(5258,0,1190,7.3),
+(5258,0,1191,7.3),
+(5258,0,1553,1.4),
+(5258,0,1554,1.4),
+(5258,0,1555,1.4),
+(5258,0,1556,1.4),
+(5261,0,151,1.7),
+(5261,0,154,1.95),
+(5261,0,155,2.4),
+(5261,0,167,1.7),
+(5261,0,174,0.1),
+(5261,0,179,0.1),
+(5261,0,184,1.95),
+(5261,0,189,2.4),
+(5261,0,511,0.1),
+(5261,0,593,3.85),
+(5261,0,594,3.85),
+(5261,0,595,3.85),
+(5261,0,596,3.85),
+(5261,0,678,3.92),
+(5261,0,679,3.92),
+(5261,0,680,3.92),
+(5261,0,681,3.92),
+(5261,0,766,0.1),
+(5261,0,851,0.1),
+(5261,0,1021,0.1),
+(5261,0,1106,0.1),
+(5261,0,1188,4.7),
+(5261,0,1189,4.7),
+(5261,0,1190,4.7),
+(5261,0,1191,4.7),
+(5261,0,1314,0.1),
+(5261,0,1360,0.1),
+(5261,0,1406,0.1),
+(5261,0,1553,4.8),
+(5261,0,1554,4.8),
+(5261,0,1555,4.8),
+(5261,0,1556,4.8),
+(5261,0,1805,1.13),
+(5261,0,1806,1.13),
+(5261,0,1807,1.13),
+(5261,0,1808,1.13),
+(5261,0,1843,0.65),
+(5261,0,1844,0.65),
+(5261,0,1881,0.65),
+(5261,0,1882,0.65),
+(5261,0,1883,0.65),
+(5261,0,1884,0.65),
+(5261,0,1957,0.52),
+(5261,0,1958,0.52),
+(5261,0,1959,0.52),
+(5261,0,1960,0.52),
+(5261,0,1995,0.8),
+(5261,0,1996,0.8),
+(5261,0,1997,0.8),
+(5261,0,1998,0.8),
+(5261,0,2033,1.2),
+(5261,0,2034,1.2),
+(5261,0,2035,1.2),
+(5261,0,2036,1.2),
+(5262,0,133,3.8),
+(5262,0,134,5.3),
+(5262,0,135,4.6),
+(5262,0,234,2.63),
+(5262,0,235,2.63),
+(5262,0,236,2.63),
+(5262,0,248,2.63),
+(5262,0,505,3.17),
+(5262,0,506,3.17),
+(5262,0,507,3.17),
+(5262,0,508,3.17),
+(5262,0,760,1.92),
+(5262,0,761,1.92),
+(5262,0,762,1.92),
+(5262,0,763,1.92),
+(5262,0,845,1.55),
+(5262,0,846,1.55),
+(5262,0,847,1.55),
+(5262,0,848,1.55),
+(5262,0,930,2.6),
+(5262,0,931,2.6),
+(5262,0,932,2.6),
+(5262,0,933,2.6),
+(5262,0,1015,2.25),
+(5262,0,1016,2.25),
+(5262,0,1017,2.25),
+(5262,0,1018,2.25),
+(5262,0,1100,3.22),
+(5262,0,1101,3.22),
+(5262,0,1102,3.22),
+(5262,0,1103,3.22),
+(5262,0,1804,0.82),
+(5262,0,1805,0.82),
+(5262,0,1806,0.82),
+(5262,0,1807,0.82),
+(5262,0,1808,0.82),
+(5262,0,1842,0.24),
+(5262,0,1843,0.24),
+(5262,0,1844,0.24),
+(5262,0,1845,0.24),
+(5262,0,1846,0.24),
+(5262,0,1880,0.78),
+(5262,0,1881,0.78),
+(5262,0,1882,0.78),
+(5262,0,1883,0.78),
+(5262,0,1884,0.78),
+(5262,0,1956,0.7),
+(5262,0,1957,0.7),
+(5262,0,1958,0.7),
+(5262,0,1959,0.7),
+(5262,0,1960,0.7),
+(5262,0,2032,0.84),
+(5262,0,2033,0.84),
+(5262,0,2034,0.84),
+(5262,0,2035,0.84),
+(5262,0,2036,0.84),
+(5263,0,310,3.6),
+(5263,0,311,3.6),
+(5263,0,335,3.35),
+(5263,0,336,3.35),
+(5263,0,360,2.15),
+(5263,0,361,2.15),
+(5263,0,529,2.78),
+(5263,0,530,2.78),
+(5263,0,531,2.78),
+(5263,0,532,2.78),
+(5263,0,614,2.17),
+(5263,0,615,2.17),
+(5263,0,616,2.17),
+(5263,0,617,2.17),
+(5263,0,699,2.6),
+(5263,0,700,2.6),
+(5263,0,701,2.6),
+(5263,0,702,2.6),
+(5263,0,869,2.92),
+(5263,0,870,2.92),
+(5263,0,871,2.92),
+(5263,0,872,2.92),
+(5263,0,1039,3.17),
+(5263,0,1040,3.17),
+(5263,0,1041,3.17),
+(5263,0,1042,3.17),
+(5263,0,1124,3.13),
+(5263,0,1125,3.13),
+(5263,0,1126,3.13),
+(5263,0,1127,3.13),
+(5263,0,1209,3.03),
+(5263,0,1210,3.03),
+(5263,0,1211,3.03),
+(5263,0,1212,3.03),
+(5263,0,1556,0.24),
+(5263,0,1557,0.24),
+(5263,0,1558,0.24),
+(5263,0,1559,0.24),
+(5263,0,1560,0.24),
+(5263,0,1561,0.24),
+(5263,0,1562,0.24),
+(5263,0,1563,0.24),
+(5263,0,1564,0.24),
+(5263,0,1565,0.24),
+(5266,0,335,1.53),
+(5266,0,336,1.53),
+(5266,0,337,1.53),
+(5266,0,360,0.1),
+(5266,0,386,1.7),
+(5266,0,387,1.7),
+(5266,0,412,2.85),
+(5266,0,413,2.85),
+(5266,0,529,2.1),
+(5266,0,530,2.1),
+(5266,0,531,2.1),
+(5266,0,532,2.1),
+(5266,0,534,2.1),
+(5266,0,614,2.17),
+(5266,0,615,2.17),
+(5266,0,616,2.17),
+(5266,0,617,2.17),
+(5266,0,703,0.1),
+(5266,0,784,1.75),
+(5266,0,785,1.75),
+(5266,0,786,1.75),
+(5266,0,787,1.75),
+(5266,0,869,0.76),
+(5266,0,870,0.76),
+(5266,0,871,0.76),
+(5266,0,872,0.76),
+(5266,0,873,0.76),
+(5266,0,874,0.76),
+(5266,0,875,0.76),
+(5266,0,957,0.1),
+(5266,0,1039,1.27),
+(5266,0,1040,1.27),
+(5266,0,1041,1.27),
+(5266,0,1042,1.27),
+(5266,0,1043,1.27),
+(5266,0,1044,1.27),
+(5266,0,1045,1.27),
+(5266,0,1124,2.83),
+(5266,0,1125,2.83),
+(5266,0,1126,2.83),
+(5266,0,1127,2.83),
+(5266,0,1209,2.4),
+(5266,0,1210,2.4),
+(5266,0,1211,2.4),
+(5266,0,1212,2.4),
+(5266,0,1325,0.1),
+(5266,0,1372,0.1),
+(5266,0,1416,0.1),
+(5266,0,1508,0.05),
+(5266,0,1509,0.05),
+(5266,0,1556,0.21),
+(5266,0,1557,0.21),
+(5266,0,1558,0.21),
+(5266,0,1559,0.21),
+(5266,0,1560,0.21),
+(5266,0,1561,0.21),
+(5266,0,1562,0.21),
+(5266,0,1563,0.21),
+(5266,0,1564,0.21),
+(5266,0,1565,0.21),
+(5266,0,1722,0.05),
+(5266,0,1723,0.05),
+(5266,0,1808,0.57),
+(5266,0,1809,0.57),
+(5266,0,1810,0.57),
+(5266,0,1811,0.57),
+(5266,0,1812,0.57),
+(5266,0,1813,0.57),
+(5266,0,1814,0.57),
+(5266,0,1815,0.57),
+(5266,0,1816,0.57),
+(5266,0,1817,0.57),
+(5266,0,1846,0.15),
+(5266,0,1847,0.15),
+(5266,0,1848,0.15),
+(5266,0,1849,0.15),
+(5266,0,1850,0.15),
+(5266,0,1851,0.15),
+(5266,0,1852,0.15),
+(5266,0,1853,0.15),
+(5266,0,1854,0.15),
+(5266,0,1855,0.15),
+(5266,0,1884,0.29),
+(5266,0,1885,0.29),
+(5266,0,1886,0.29),
+(5266,0,1887,0.29),
+(5266,0,1888,0.29),
+(5266,0,1889,0.29),
+(5266,0,1890,0.29),
+(5266,0,1891,0.29),
+(5266,0,1892,0.29),
+(5266,0,1893,0.29),
+(5266,0,1930,0.03),
+(5266,0,1931,0.03),
+(5266,0,1932,0.03),
+(5266,0,1960,0.22),
+(5266,0,1961,0.22),
+(5266,0,1962,0.22),
+(5266,0,1963,0.22),
+(5266,0,1964,0.22),
+(5266,0,1965,0.22),
+(5266,0,1966,0.22),
+(5266,0,1967,0.22),
+(5266,0,1968,0.22),
+(5266,0,1969,0.22),
+(5266,0,1970,0.22),
+(5266,0,1998,0.49),
+(5266,0,1999,0.49),
+(5266,0,2000,0.49),
+(5266,0,2001,0.49),
+(5266,0,2002,0.49),
+(5266,0,2003,0.49),
+(5266,0,2004,0.49),
+(5266,0,2005,0.49),
+(5266,0,2006,0.49),
+(5266,0,2007,0.49),
+(5266,0,2008,0.49),
+(5266,0,2036,0.51),
+(5266,0,2037,0.51),
+(5266,0,2038,0.51),
+(5266,0,2039,0.51),
+(5266,0,2040,0.51),
+(5266,0,2041,0.51),
+(5266,0,2042,0.51),
+(5266,0,2043,0.51),
+(5266,0,2044,0.51),
+(5266,0,2045,0.51),
+(5266,0,2085,0.03),
+(5266,0,2086,0.03),
+(5266,0,2087,0.03),
+(5266,0,2122,0.03),
+(5266,0,2123,0.03),
+(5266,0,2124,0.03),
+(5266,0,2125,0.03),
+(5268,0,167,4.23),
+(5268,0,168,2.65),
+(5268,0,174,0.1),
+(5268,0,179,0.05),
+(5268,0,180,0.05),
+(5268,0,184,4.65),
+(5268,0,185,3.2),
+(5268,0,189,4.7),
+(5268,0,190,3.2),
+(5268,0,247,0.03),
+(5268,0,250,0.03),
+(5268,0,251,0.03),
+(5268,0,252,0.03),
+(5268,0,511,2.88),
+(5268,0,512,2.88),
+(5268,0,513,2.88),
+(5268,0,514,2.88),
+(5268,0,596,2.54),
+(5268,0,597,2.54),
+(5268,0,598,2.54),
+(5268,0,599,2.54),
+(5268,0,681,2.65),
+(5268,0,682,2.65),
+(5268,0,683,2.65),
+(5268,0,684,2.65),
+(5268,0,767,0.1),
+(5268,0,851,2.83),
+(5268,0,852,2.83),
+(5268,0,853,2.83),
+(5268,0,854,2.83),
+(5268,0,938,0.1),
+(5268,0,1021,3.13),
+(5268,0,1022,3.13),
+(5268,0,1023,3.13),
+(5268,0,1024,3.13),
+(5268,0,1106,2.98),
+(5268,0,1107,2.98),
+(5268,0,1108,2.98),
+(5268,0,1109,2.98),
+(5268,0,1191,2.75),
+(5268,0,1192,2.75),
+(5268,0,1193,2.75),
+(5268,0,1194,2.75),
+(5268,0,1453,0.1),
+(5268,0,1499,0.1),
+(5268,0,1554,2.85),
+(5268,0,2034,0.1),
+(5269,0,81,0.1),
+(5269,0,119,0.1),
+(5269,0,184,2.2),
+(5269,0,185,2.2),
+(5269,0,189,4.7),
+(5269,0,247,0.03),
+(5269,0,250,0.03),
+(5269,0,251,0.03),
+(5269,0,252,0.03),
+(5269,0,596,5.35),
+(5269,0,597,5.35),
+(5269,0,598,5.35),
+(5269,0,599,5.35),
+(5269,0,681,5.15),
+(5269,0,682,5.15),
+(5269,0,683,5.15),
+(5269,0,684,5.15),
+(5269,0,767,0.1),
+(5269,0,853,0.1),
+(5269,0,937,0.1),
+(5269,0,1021,0.03),
+(5269,0,1022,0.03),
+(5269,0,1023,0.03),
+(5269,0,1024,0.03),
+(5269,0,1108,0.1),
+(5269,0,1191,5.25),
+(5269,0,1192,5.25),
+(5269,0,1193,5.25),
+(5269,0,1194,5.25),
+(5269,0,1361,0.1),
+(5269,0,1453,0.1),
+(5269,0,1554,3.28),
+(5269,0,1555,3.28),
+(5269,0,1556,3.28),
+(5269,0,1557,3.28),
+(5269,0,1806,0.95),
+(5269,0,1807,0.95),
+(5269,0,1808,0.95),
+(5269,0,1809,0.95),
+(5269,0,1844,0.98),
+(5269,0,1845,0.98),
+(5269,0,1846,0.98),
+(5269,0,1847,0.98),
+(5269,0,1921,0.1),
+(5269,0,1996,0.9),
+(5269,0,1997,0.9),
+(5269,0,1998,0.9),
+(5269,0,1999,0.9),
+(5269,0,2034,0.82),
+(5269,0,2035,0.82),
+(5269,0,2036,0.82),
+(5269,0,2037,0.82),
+(5270,0,167,3.5),
+(5270,0,184,3.9),
+(5270,0,189,4.5),
+(5270,0,252,0.1),
+(5270,0,596,3.8),
+(5270,0,597,3.8),
+(5270,0,598,3.8),
+(5270,0,599,3.8),
+(5270,0,681,3.95),
+(5270,0,682,3.95),
+(5270,0,683,3.95),
+(5270,0,684,3.95),
+(5270,0,937,0.1),
+(5270,0,1191,4.72),
+(5270,0,1192,4.72),
+(5270,0,1193,4.72),
+(5270,0,1194,4.72),
+(5270,0,1453,0.1),
+(5270,0,1554,4.88),
+(5270,0,1555,4.88),
+(5270,0,1556,4.88),
+(5270,0,1557,4.88),
+(5270,0,1806,1),
+(5270,0,1807,1),
+(5270,0,1808,1),
+(5270,0,1809,1),
+(5270,0,1844,1.5),
+(5270,0,1882,3.2),
+(5270,0,1958,0.55),
+(5270,0,1959,0.55),
+(5270,0,1960,0.55),
+(5270,0,1961,0.55),
+(5270,0,1996,0.75),
+(5270,0,1997,0.75),
+(5270,0,1998,0.75),
+(5270,0,1999,0.75),
+(5270,0,2034,1.15),
+(5270,0,2035,1.15),
+(5270,0,2036,1.15),
+(5270,0,2037,1.15),
+(5272,0,311,3.4),
+(5272,0,312,3.4),
+(5272,0,336,3.35),
+(5272,0,337,3.35),
+(5272,0,361,2.35),
+(5272,0,362,2.35),
+(5272,0,532,2.67),
+(5272,0,533,2.67),
+(5272,0,534,2.67),
+(5272,0,535,2.67),
+(5272,0,617,2.45),
+(5272,0,618,2.45),
+(5272,0,619,2.45),
+(5272,0,620,2.45),
+(5272,0,702,2.88),
+(5272,0,703,2.88),
+(5272,0,704,2.88),
+(5272,0,705,2.88),
+(5272,0,872,2.9),
+(5272,0,873,2.9),
+(5272,0,874,2.9),
+(5272,0,875,2.9),
+(5272,0,1042,2.7),
+(5272,0,1043,2.7),
+(5272,0,1044,2.7),
+(5272,0,1045,2.7),
+(5272,0,1127,3.1),
+(5272,0,1128,3.1),
+(5272,0,1129,3.1),
+(5272,0,1130,3.1),
+(5272,0,1212,3.1),
+(5272,0,1213,3.1),
+(5272,0,1214,3.1),
+(5272,0,1215,3.1),
+(5272,0,1557,0.26),
+(5272,0,1558,0.26),
+(5272,0,1559,0.26),
+(5272,0,1560,0.26),
+(5272,0,1561,0.26),
+(5272,0,1562,0.26),
+(5272,0,1563,0.26),
+(5272,0,1564,0.26),
+(5272,0,1565,0.26),
+(5272,0,1566,0.26),
+(5273,0,311,3.6),
+(5273,0,312,3.6),
+(5273,0,336,3.35),
+(5273,0,337,3.35),
+(5273,0,361,2.3),
+(5273,0,362,2.3),
+(5273,0,532,2.65),
+(5273,0,533,2.65),
+(5273,0,534,2.65),
+(5273,0,535,2.65),
+(5273,0,617,2.33),
+(5273,0,618,2.33),
+(5273,0,619,2.33),
+(5273,0,620,2.33),
+(5273,0,702,2.92),
+(5273,0,703,2.92),
+(5273,0,704,2.92),
+(5273,0,705,2.92),
+(5273,0,872,2.88),
+(5273,0,873,2.88),
+(5273,0,874,2.88),
+(5273,0,875,2.88),
+(5273,0,1042,2.92),
+(5273,0,1043,2.92),
+(5273,0,1044,2.92),
+(5273,0,1045,2.92),
+(5273,0,1127,3.08),
+(5273,0,1128,3.08),
+(5273,0,1129,3.08),
+(5273,0,1130,3.08),
+(5273,0,1212,3),
+(5273,0,1213,3),
+(5273,0,1214,3),
+(5273,0,1215,3),
+(5273,0,1557,0.25),
+(5273,0,1558,0.25),
+(5273,0,1559,0.25),
+(5273,0,1560,0.25),
+(5273,0,1561,0.25),
+(5273,0,1562,0.25),
+(5273,0,1563,0.25),
+(5273,0,1564,0.25),
+(5273,0,1565,0.25),
+(5273,0,1566,0.25),
+(5274,0,311,3.05),
+(5274,0,312,3.05),
+(5274,0,336,2.84),
+(5274,0,337,2.84),
+(5274,0,338,2.23),
+(5274,0,413,2.52),
+(5274,0,414,2.52),
+(5274,0,415,1.93),
+(5274,0,452,0.05),
+(5274,0,453,0.05),
+(5274,0,537,0.05),
+(5274,0,538,0.05),
+(5274,0,617,2.18),
+(5274,0,618,2.18),
+(5274,0,619,2.18),
+(5274,0,620,2.18),
+(5274,0,621,1.63),
+(5274,0,622,1.63),
+(5274,0,623,1.63),
+(5274,0,702,2.46),
+(5274,0,703,2.46),
+(5274,0,704,2.46),
+(5274,0,705,2.46),
+(5274,0,793,0.1),
+(5274,0,872,2.84),
+(5274,0,873,2.84),
+(5274,0,874,2.84),
+(5274,0,875,2.84),
+(5274,0,957,2.91),
+(5274,0,958,2.91),
+(5274,0,959,2.91),
+(5274,0,960,2.91),
+(5274,0,1042,2.69),
+(5274,0,1043,2.69),
+(5274,0,1044,2.69),
+(5274,0,1045,2.69),
+(5274,0,1046,2.38),
+(5274,0,1127,2.92),
+(5274,0,1128,2.92),
+(5274,0,1129,2.92),
+(5274,0,1130,2.92),
+(5274,0,1212,2.66),
+(5274,0,1213,2.66),
+(5274,0,1214,2.66),
+(5274,0,1215,2.66),
+(5274,0,1327,0.05),
+(5274,0,1328,0.05),
+(5274,0,1512,0.1),
+(5274,0,1557,0.29),
+(5274,0,1558,0.29),
+(5274,0,1559,0.29),
+(5274,0,1560,0.29),
+(5274,0,1561,0.29),
+(5274,0,1562,0.29),
+(5274,0,1563,0.29),
+(5274,0,1564,0.29),
+(5274,0,1565,0.87),
+(5274,0,1566,0.87),
+(5274,0,1932,0.1),
+(5274,0,1972,0.1),
+(5274,0,2047,0.1),
+(5276,0,185,6.1),
+(5276,0,190,6.9),
+(5276,0,596,6.22),
+(5276,0,597,6.22),
+(5276,0,598,6.22),
+(5276,0,599,6.22),
+(5276,0,681,6.63),
+(5276,0,682,6.63),
+(5276,0,683,6.63),
+(5276,0,684,6.63),
+(5276,0,1191,7.47),
+(5276,0,1192,7.47),
+(5276,0,1193,7.47),
+(5276,0,1194,7.47),
+(5276,0,1555,5.7),
+(5278,0,185,4.7),
+(5278,0,190,4.6),
+(5278,0,596,5.28),
+(5278,0,597,5.28),
+(5278,0,598,5.28),
+(5278,0,599,5.28),
+(5278,0,681,5.25),
+(5278,0,682,5.25),
+(5278,0,683,5.25),
+(5278,0,684,5.25),
+(5278,0,1191,5.32),
+(5278,0,1192,5.32),
+(5278,0,1193,5.32),
+(5278,0,1194,5.32),
+(5278,0,1555,3.28),
+(5278,0,1556,3.28),
+(5278,0,1557,3.28),
+(5278,0,1558,3.28),
+(5278,0,1807,4.2),
+(5278,0,1845,3.7),
+(5278,0,1997,0.9),
+(5278,0,1998,0.9),
+(5278,0,1999,0.9),
+(5278,0,2000,0.9),
+(5278,0,2035,2.8),
+(5279,0,168,3.3),
+(5279,0,185,4),
+(5279,0,190,4.5),
+(5279,0,596,3.9),
+(5279,0,597,3.9),
+(5279,0,598,3.9),
+(5279,0,599,3.9),
+(5279,0,681,4.05),
+(5279,0,682,4.05),
+(5279,0,683,4.05),
+(5279,0,684,4.05),
+(5279,0,1191,4.72),
+(5279,0,1192,4.72),
+(5279,0,1193,4.72),
+(5279,0,1194,4.72),
+(5279,0,1555,4.8),
+(5279,0,1556,4.8),
+(5279,0,1557,4.8),
+(5279,0,1558,4.8),
+(5279,0,1807,0.9),
+(5279,0,1808,0.9),
+(5279,0,1809,0.9),
+(5279,0,1810,0.9),
+(5279,0,1845,1.6),
+(5279,0,1883,2.8),
+(5279,0,1959,2.2),
+(5279,0,1997,0.8),
+(5279,0,1998,0.8),
+(5279,0,1999,0.8),
+(5279,0,2000,0.8),
+(5279,0,2035,1.2),
+(5279,0,2036,1.2),
+(5279,0,2037,1.2),
+(5279,0,2038,1.2),
+(5280,0,133,2.1),
+(5280,0,134,2.75),
+(5280,0,135,2.35),
+(5280,0,152,2.1),
+(5280,0,153,2.75),
+(5280,0,154,2.35),
+(5280,0,237,2.63),
+(5280,0,247,2.63),
+(5280,0,248,2.63),
+(5280,0,249,2.63),
+(5280,0,508,2.9),
+(5280,0,509,2.9),
+(5280,0,510,2.9),
+(5280,0,511,2.9),
+(5280,0,763,1.95),
+(5280,0,764,1.95),
+(5280,0,765,1.95),
+(5280,0,766,1.95),
+(5280,0,848,1.67),
+(5280,0,849,1.67),
+(5280,0,850,1.67),
+(5280,0,851,1.67),
+(5280,0,933,2.72),
+(5280,0,934,2.72),
+(5280,0,935,2.72),
+(5280,0,936,2.72),
+(5280,0,1018,2.4),
+(5280,0,1019,2.4),
+(5280,0,1020,2.4),
+(5280,0,1021,2.4),
+(5280,0,1103,3),
+(5280,0,1104,3),
+(5280,0,1105,3),
+(5280,0,1106,3),
+(5280,0,1804,0.54),
+(5280,0,1805,0.54),
+(5280,0,1806,0.54),
+(5280,0,1807,0.54),
+(5280,0,1808,0.54),
+(5280,0,1809,0.54),
+(5280,0,1810,0.54),
+(5280,0,1842,0.21),
+(5280,0,1843,0.21),
+(5280,0,1844,0.21),
+(5280,0,1845,0.21),
+(5280,0,1846,0.21),
+(5280,0,1847,0.21),
+(5280,0,1848,0.21),
+(5280,0,1880,0.54),
+(5280,0,1881,0.54),
+(5280,0,1882,0.54),
+(5280,0,1883,0.54),
+(5280,0,1884,0.54),
+(5280,0,1885,0.54),
+(5280,0,1886,0.54),
+(5280,0,1956,0.4),
+(5280,0,1957,0.4),
+(5280,0,1958,0.4),
+(5280,0,1959,0.4),
+(5280,0,1960,0.4),
+(5280,0,1961,0.4),
+(5280,0,1962,0.4),
+(5280,0,2032,0.66),
+(5280,0,2033,0.66),
+(5280,0,2034,0.66),
+(5280,0,2035,0.66),
+(5280,0,2036,0.66),
+(5280,0,2037,0.66),
+(5280,0,2038,0.66),
+(5281,0,313,3.35),
+(5281,0,314,3.35),
+(5281,0,338,3.2),
+(5281,0,339,3.2),
+(5281,0,363,2.25),
+(5281,0,364,2.25),
+(5281,0,535,2.78),
+(5281,0,536,2.78),
+(5281,0,537,2.78),
+(5281,0,538,2.78),
+(5281,0,620,2.42),
+(5281,0,621,2.42),
+(5281,0,622,2.42),
+(5281,0,623,2.42),
+(5281,0,705,2.78),
+(5281,0,706,2.78),
+(5281,0,707,2.78),
+(5281,0,708,2.78),
+(5281,0,875,2.85),
+(5281,0,876,2.85),
+(5281,0,877,2.85),
+(5281,0,878,2.85),
+(5281,0,1045,3.05),
+(5281,0,1046,3.05),
+(5281,0,1047,3.05),
+(5281,0,1048,3.05),
+(5281,0,1130,3.15),
+(5281,0,1131,3.15),
+(5281,0,1132,3.15),
+(5281,0,1133,3.15),
+(5281,0,1215,2.92),
+(5281,0,1216,2.92),
+(5281,0,1217,2.92),
+(5281,0,1218,2.92),
+(5281,0,1558,0.22),
+(5281,0,1559,0.22),
+(5281,0,1560,0.22),
+(5281,0,1561,0.22),
+(5281,0,1562,0.22),
+(5281,0,1563,0.22),
+(5281,0,1564,0.22),
+(5281,0,1565,0.22),
+(5281,0,1566,0.22),
+(5281,0,1567,0.22),
+(5281,0,1568,0.22),
+(5282,0,313,3.45),
+(5282,0,314,3.45),
+(5282,0,338,3.4),
+(5282,0,339,3.4),
+(5282,0,363,2.05),
+(5282,0,364,2.05),
+(5282,0,390,0.1),
+(5282,0,455,0.1),
+(5282,0,535,2.75),
+(5282,0,536,2.75),
+(5282,0,537,2.75),
+(5282,0,538,2.75),
+(5282,0,620,2.5),
+(5282,0,621,2.5),
+(5282,0,622,2.5),
+(5282,0,623,2.5),
+(5282,0,705,2.72),
+(5282,0,706,2.72),
+(5282,0,707,2.72),
+(5282,0,708,2.72),
+(5282,0,875,2.95),
+(5282,0,876,2.95),
+(5282,0,877,2.95),
+(5282,0,878,2.95),
+(5282,0,960,0.1),
+(5282,0,1045,2.9),
+(5282,0,1046,2.9),
+(5282,0,1047,2.9),
+(5282,0,1048,2.9),
+(5282,0,1130,3.08),
+(5282,0,1131,3.08),
+(5282,0,1132,3.08),
+(5282,0,1133,3.08),
+(5282,0,1215,3.05),
+(5282,0,1216,3.05),
+(5282,0,1217,3.05),
+(5282,0,1218,3.05),
+(5282,0,1374,0.1),
+(5282,0,1465,0.05),
+(5282,0,1466,0.05),
+(5282,0,1512,0.1),
+(5282,0,1558,0.21),
+(5282,0,1559,0.21),
+(5282,0,1560,0.21),
+(5282,0,1561,0.21),
+(5282,0,1562,0.21),
+(5282,0,1563,0.21),
+(5282,0,1564,0.21),
+(5282,0,1565,0.21),
+(5282,0,1566,0.21),
+(5282,0,1567,0.21),
+(5282,0,1568,0.21),
+(5282,0,1972,0.1),
+(5282,0,2126,0.03),
+(5282,0,2127,0.03),
+(5282,0,2128,0.03),
+(5282,0,2129,0.03),
+(5282,0,2147,0.1),
+(5282,0,2154,0.1),
+(5283,0,313,3.15),
+(5283,0,314,3.15),
+(5283,0,338,3.25),
+(5283,0,339,3.25),
+(5283,0,415,3.15),
+(5283,0,416,3.15),
+(5283,0,620,2.83),
+(5283,0,621,2.83),
+(5283,0,622,2.83),
+(5283,0,623,2.83),
+(5283,0,705,2.33),
+(5283,0,706,2.33),
+(5283,0,707,2.33),
+(5283,0,708,2.33),
+(5283,0,875,2.78),
+(5283,0,876,2.78),
+(5283,0,877,2.78),
+(5283,0,878,2.78),
+(5283,0,960,2.95),
+(5283,0,961,2.95),
+(5283,0,962,2.95),
+(5283,0,963,2.95),
+(5283,0,1045,3.03),
+(5283,0,1046,3.03),
+(5283,0,1047,3.03),
+(5283,0,1048,3.03),
+(5283,0,1130,2.95),
+(5283,0,1131,2.95),
+(5283,0,1132,2.95),
+(5283,0,1133,2.95),
+(5283,0,1215,2.75),
+(5283,0,1216,2.75),
+(5283,0,1217,2.75),
+(5283,0,1218,2.75),
+(5283,0,1558,0.25),
+(5283,0,1559,0.25),
+(5283,0,1560,0.25),
+(5283,0,1561,0.25),
+(5283,0,1562,0.25),
+(5283,0,1563,0.25),
+(5283,0,1564,0.25),
+(5283,0,1565,0.25),
+(5283,0,1566,0.25),
+(5283,0,1567,0.25),
+(5283,0,1568,0.25),
+(5285,0,185,3.2),
+(5285,0,186,3.2),
+(5285,0,190,3.5),
+(5285,0,191,3.5),
+(5285,0,599,25.3),
+(5285,0,684,26.6),
+(5285,0,1194,29.1),
+(5285,0,1555,1.12),
+(5285,0,1556,1.12),
+(5285,0,1557,1.12),
+(5285,0,1558,1.12),
+(5285,0,1559,1.12),
+(5286,0,168,2.7),
+(5286,0,171,2.7),
+(5286,0,185,3.4),
+(5286,0,186,3.4),
+(5286,0,190,3.2),
+(5286,0,191,3.2),
+(5286,0,514,11.3),
+(5286,0,599,10.1),
+(5286,0,684,10.4),
+(5286,0,854,11.7),
+(5286,0,1024,12.2),
+(5286,0,1109,12.3),
+(5286,0,1194,10.8),
+(5286,0,1555,0.54),
+(5286,0,1556,0.54),
+(5286,0,1557,0.54),
+(5286,0,1558,0.54),
+(5286,0,1559,0.54),
+(5287,0,185,2.3),
+(5287,0,186,2.3),
+(5287,0,190,2.2),
+(5287,0,191,2.2),
+(5287,0,599,20.3),
+(5287,0,684,19.5),
+(5287,0,1194,20.2),
+(5287,0,1558,0.05),
+(5287,0,1559,0.05),
+(5287,0,1807,4.35),
+(5287,0,1808,4.35),
+(5287,0,1845,1.72),
+(5287,0,1846,1.72),
+(5287,0,1847,1.72),
+(5287,0,1848,1.72),
+(5287,0,1849,1.72),
+(5287,0,1997,1.44),
+(5287,0,1998,1.44),
+(5287,0,1999,1.44),
+(5287,0,2000,1.44),
+(5287,0,2001,1.44),
+(5287,0,2035,1.32),
+(5287,0,2036,1.32),
+(5287,0,2037,1.32),
+(5287,0,2038,1.32),
+(5287,0,2039,1.32),
+(5289,0,152,4.1),
+(5289,0,153,5.5),
+(5289,0,154,4.6),
+(5289,0,237,2.63),
+(5289,0,247,2.63),
+(5289,0,248,2.63),
+(5289,0,249,2.63),
+(5289,0,508,2.95),
+(5289,0,509,2.95),
+(5289,0,510,2.95),
+(5289,0,511,2.95),
+(5289,0,763,2.03),
+(5289,0,764,2.03),
+(5289,0,765,2.03),
+(5289,0,766,2.03),
+(5289,0,848,1.65),
+(5289,0,849,1.65),
+(5289,0,850,1.65),
+(5289,0,851,1.65),
+(5289,0,933,2.6),
+(5289,0,934,2.6),
+(5289,0,935,2.6),
+(5289,0,936,2.6),
+(5289,0,1018,2.4),
+(5289,0,1019,2.4),
+(5289,0,1020,2.4),
+(5289,0,1021,2.4),
+(5289,0,1103,3.05),
+(5289,0,1104,3.05),
+(5289,0,1105,3.05),
+(5289,0,1106,3.05),
+(5289,0,1805,0.53),
+(5289,0,1806,0.53),
+(5289,0,1807,0.53),
+(5289,0,1808,0.53),
+(5289,0,1809,0.53),
+(5289,0,1810,0.53),
+(5289,0,1811,0.53),
+(5289,0,1843,1.5),
+(5289,0,1881,0.53),
+(5289,0,1882,0.53),
+(5289,0,1883,0.53),
+(5289,0,1884,0.53),
+(5289,0,1885,0.53),
+(5289,0,1886,0.53),
+(5289,0,1887,0.53),
+(5289,0,1957,0.44),
+(5289,0,1958,0.44),
+(5289,0,1959,0.44),
+(5289,0,1960,0.44),
+(5289,0,1961,0.44),
+(5289,0,1962,0.44),
+(5289,0,1963,0.44),
+(5289,0,2033,0.67),
+(5289,0,2034,0.67),
+(5289,0,2035,0.67),
+(5289,0,2036,0.67),
+(5289,0,2037,0.67),
+(5289,0,2038,0.67),
+(5289,0,2039,0.67),
+(5290,0,314,3.52),
+(5290,0,315,3.52),
+(5290,0,339,3.38),
+(5290,0,340,3.38),
+(5290,0,364,2.35),
+(5290,0,365,2.35),
+(5290,0,538,2.73),
+(5290,0,539,2.73),
+(5290,0,540,2.73),
+(5290,0,541,2.73),
+(5290,0,623,2.44),
+(5290,0,624,2.44),
+(5290,0,625,2.44),
+(5290,0,626,2.44),
+(5290,0,708,2.89),
+(5290,0,709,2.89),
+(5290,0,710,2.89),
+(5290,0,711,2.89),
+(5290,0,878,2.94),
+(5290,0,879,2.94),
+(5290,0,880,2.94),
+(5290,0,881,2.94),
+(5290,0,1048,2.92),
+(5290,0,1049,2.92),
+(5290,0,1050,2.92),
+(5290,0,1051,2.92),
+(5290,0,1133,2.9),
+(5290,0,1134,2.9),
+(5290,0,1135,2.9),
+(5290,0,1136,2.9),
+(5290,0,1218,3.04),
+(5290,0,1219,3.04),
+(5290,0,1220,3.04),
+(5290,0,1221,3.04),
+(5290,0,1568,1.18),
+(5290,0,1569,1.18),
+(5293,0,339,2.32),
+(5293,0,340,2.32),
+(5293,0,390,1.78),
+(5293,0,391,1.78),
+(5293,0,416,2.6),
+(5293,0,417,2.6),
+(5293,0,538,2.59),
+(5293,0,539,2.59),
+(5293,0,540,2.59),
+(5293,0,541,2.59),
+(5293,0,623,2.2),
+(5293,0,624,2.2),
+(5293,0,625,2.2),
+(5293,0,626,2.2),
+(5293,0,793,1.97),
+(5293,0,794,1.97),
+(5293,0,795,1.97),
+(5293,0,796,1.97),
+(5293,0,878,1.39),
+(5293,0,879,1.39),
+(5293,0,880,1.39),
+(5293,0,881,1.39),
+(5293,0,1048,2.36),
+(5293,0,1049,2.36),
+(5293,0,1050,2.36),
+(5293,0,1051,2.36),
+(5293,0,1133,2.66),
+(5293,0,1134,2.66),
+(5293,0,1135,2.66),
+(5293,0,1136,2.66),
+(5293,0,1218,2.29),
+(5293,0,1219,2.29),
+(5293,0,1220,2.29),
+(5293,0,1221,2.29),
+(5293,0,1558,0.16),
+(5293,0,1559,0.17),
+(5293,0,1560,0.17),
+(5293,0,1561,0.17),
+(5293,0,1562,0.17),
+(5293,0,1563,0.17),
+(5293,0,1564,0.17),
+(5293,0,1565,0.17),
+(5293,0,1566,0.17),
+(5293,0,1567,0.17),
+(5293,0,1568,0.17),
+(5293,0,1569,0.17),
+(5293,0,1810,0.42),
+(5293,0,1811,0.45),
+(5293,0,1812,0.45),
+(5293,0,1813,0.45),
+(5293,0,1814,0.45),
+(5293,0,1815,0.45),
+(5293,0,1816,0.45),
+(5293,0,1817,0.45),
+(5293,0,1818,0.45),
+(5293,0,1819,0.45),
+(5293,0,1820,0.45),
+(5293,0,1821,0.45),
+(5293,0,1849,0.15),
+(5293,0,1850,0.15),
+(5293,0,1851,0.15),
+(5293,0,1852,0.15),
+(5293,0,1853,0.15),
+(5293,0,1854,0.15),
+(5293,0,1855,0.15),
+(5293,0,1856,0.15),
+(5293,0,1857,0.15),
+(5293,0,1858,0.42),
+(5293,0,1859,0.42),
+(5293,0,1886,0.27),
+(5293,0,1887,0.27),
+(5293,0,1888,0.27),
+(5293,0,1889,0.27),
+(5293,0,1890,0.27),
+(5293,0,1891,0.27),
+(5293,0,1892,0.27),
+(5293,0,1893,0.27),
+(5293,0,1894,0.27),
+(5293,0,1895,0.27),
+(5293,0,1896,0.27),
+(5293,0,1897,0.27),
+(5293,0,1963,0.2),
+(5293,0,1964,0.2),
+(5293,0,1965,0.2),
+(5293,0,1966,0.2),
+(5293,0,1967,0.2),
+(5293,0,1968,0.2),
+(5293,0,1969,0.2),
+(5293,0,1970,0.2),
+(5293,0,1971,0.2),
+(5293,0,1972,0.67),
+(5293,0,1973,0.67),
+(5293,0,2001,0.45),
+(5293,0,2002,0.45),
+(5293,0,2003,0.45),
+(5293,0,2004,0.45),
+(5293,0,2005,0.45),
+(5293,0,2006,0.45),
+(5293,0,2007,0.45),
+(5293,0,2008,0.45),
+(5293,0,2009,0.45),
+(5293,0,2010,0.45),
+(5293,0,2011,0.45),
+(5293,0,2038,0.46),
+(5293,0,2039,0.5),
+(5293,0,2040,0.5),
+(5293,0,2041,0.5),
+(5293,0,2042,0.5),
+(5293,0,2043,0.5),
+(5293,0,2044,0.5),
+(5293,0,2045,0.5),
+(5293,0,2046,0.5),
+(5293,0,2047,0.5),
+(5293,0,2048,0.5),
+(5293,0,2049,0.5),
+(5294,0,186,5.8),
+(5294,0,191,6.6),
+(5294,0,599,6.63),
+(5294,0,600,6.63),
+(5294,0,601,6.63),
+(5294,0,602,6.63),
+(5294,0,684,6.63),
+(5294,0,685,6.63),
+(5294,0,686,6.63),
+(5294,0,687,6.63),
+(5294,0,1194,7.22),
+(5294,0,1195,7.22),
+(5294,0,1196,7.22),
+(5294,0,1197,7.22),
+(5294,0,1556,1.14),
+(5294,0,1557,1.14),
+(5294,0,1558,1.14),
+(5294,0,1559,1.14),
+(5294,0,1560,1.14),
+(5295,0,171,5.4),
+(5295,0,186,6.2),
+(5295,0,191,6.4),
+(5295,0,514,2.88),
+(5295,0,515,2.88),
+(5295,0,516,2.88),
+(5295,0,517,2.88),
+(5295,0,599,2.58),
+(5295,0,600,2.58),
+(5295,0,601,2.58),
+(5295,0,602,2.58),
+(5295,0,684,2.75),
+(5295,0,685,2.75),
+(5295,0,686,2.75),
+(5295,0,687,2.75),
+(5295,0,854,2.85),
+(5295,0,855,2.85),
+(5295,0,856,2.85),
+(5295,0,857,2.85),
+(5295,0,1024,2.97),
+(5295,0,1025,2.97),
+(5295,0,1026,2.97),
+(5295,0,1027,2.97),
+(5295,0,1109,3.13),
+(5295,0,1110,3.13),
+(5295,0,1111,3.13),
+(5295,0,1112,3.13),
+(5295,0,1194,2.67),
+(5295,0,1195,2.67),
+(5295,0,1196,2.67),
+(5295,0,1197,2.67),
+(5295,0,1553,0.65),
+(5295,0,1554,0.65),
+(5295,0,1555,0.65),
+(5295,0,1556,0.65),
+(5296,0,186,4.8),
+(5296,0,191,4.6),
+(5296,0,599,5.15),
+(5296,0,600,5.15),
+(5296,0,601,5.15),
+(5296,0,602,5.15),
+(5296,0,684,5),
+(5296,0,685,5),
+(5296,0,686,5),
+(5296,0,687,5),
+(5296,0,1194,5.35),
+(5296,0,1195,5.35),
+(5296,0,1196,5.35),
+(5296,0,1197,5.35),
+(5296,0,1556,2.6),
+(5296,0,1557,2.6),
+(5296,0,1558,2.6),
+(5296,0,1559,2.6),
+(5296,0,1560,2.6),
+(5296,0,1808,0.88),
+(5296,0,1809,0.88),
+(5296,0,1810,0.88),
+(5296,0,1811,0.88),
+(5296,0,1812,0.88),
+(5296,0,1846,1.13),
+(5296,0,1847,1.13),
+(5296,0,1848,1.13),
+(5296,0,1849,1.13),
+(5296,0,1998,3.6),
+(5296,0,2036,0.64),
+(5296,0,2037,0.64),
+(5296,0,2038,0.64),
+(5296,0,2039,0.64),
+(5296,0,2040,0.64),
+(5298,0,152,2.75),
+(5298,0,153,2.55),
+(5298,0,154,2.55),
+(5298,0,174,2.75),
+(5298,0,179,2.55),
+(5298,0,184,2.55),
+(5298,0,237,2.35),
+(5298,0,247,2.35),
+(5298,0,248,2.35),
+(5298,0,249,2.35),
+(5298,0,508,2.42),
+(5298,0,509,2.42),
+(5298,0,510,2.42),
+(5298,0,511,2.42),
+(5298,0,763,2.17),
+(5298,0,764,2.17),
+(5298,0,765,2.17),
+(5298,0,766,2.17),
+(5298,0,848,2),
+(5298,0,849,2),
+(5298,0,850,2),
+(5298,0,851,2),
+(5298,0,933,2.5),
+(5298,0,934,2.5),
+(5298,0,935,2.5),
+(5298,0,936,2.5),
+(5298,0,1018,2.4),
+(5298,0,1019,2.4),
+(5298,0,1020,2.4),
+(5298,0,1021,2.4),
+(5298,0,1103,2.53),
+(5298,0,1104,2.53),
+(5298,0,1105,2.53),
+(5298,0,1106,2.53),
+(5298,0,1805,0.43),
+(5298,0,1806,0.43),
+(5298,0,1807,0.43),
+(5298,0,1808,0.43),
+(5298,0,1809,0.43),
+(5298,0,1810,0.43),
+(5298,0,1811,0.43),
+(5298,0,1812,0.43),
+(5298,0,1843,0.25),
+(5298,0,1844,0.25),
+(5298,0,1845,0.25),
+(5298,0,1846,0.25),
+(5298,0,1847,0.25),
+(5298,0,1848,0.25),
+(5298,0,1849,0.25),
+(5298,0,1850,0.25),
+(5298,0,1881,0.54),
+(5298,0,1882,0.54),
+(5298,0,1883,0.54),
+(5298,0,1884,0.54),
+(5298,0,1885,0.54),
+(5298,0,1886,0.54),
+(5298,0,1887,0.54),
+(5298,0,1888,0.54),
+(5298,0,1957,0.36),
+(5298,0,1958,0.36),
+(5298,0,1959,0.36),
+(5298,0,1960,0.36),
+(5298,0,1961,0.36),
+(5298,0,1962,0.36),
+(5298,0,1963,0.36),
+(5298,0,1964,0.36),
+(5298,0,2033,0.74),
+(5298,0,2034,0.74),
+(5298,0,2035,0.74),
+(5298,0,2036,0.74),
+(5298,0,2037,0.74),
+(5298,0,2038,0.74),
+(5298,0,2039,0.74),
+(5298,0,2040,0.74),
+(5299,0,316,3.25),
+(5299,0,317,3.25),
+(5299,0,341,3.15),
+(5299,0,342,3.15),
+(5299,0,366,2.8),
+(5299,0,367,2.8),
+(5299,0,541,2.65),
+(5299,0,542,2.65),
+(5299,0,543,2.65),
+(5299,0,544,2.65),
+(5299,0,626,2.85),
+(5299,0,627,2.85),
+(5299,0,628,2.85),
+(5299,0,629,2.85),
+(5299,0,711,2.46),
+(5299,0,712,2.46),
+(5299,0,713,2.46),
+(5299,0,714,2.46),
+(5299,0,715,2.46),
+(5299,0,881,2.67),
+(5299,0,882,2.67),
+(5299,0,883,2.67),
+(5299,0,884,2.67),
+(5299,0,1051,2.63),
+(5299,0,1052,2.63),
+(5299,0,1053,2.63),
+(5299,0,1054,2.63),
+(5299,0,1136,2.78),
+(5299,0,1137,2.78),
+(5299,0,1138,2.78),
+(5299,0,1139,2.78),
+(5299,0,1221,3.03),
+(5299,0,1222,3.03),
+(5299,0,1223,3.03),
+(5299,0,1224,3.03),
+(5299,0,1560,0.22),
+(5299,0,1561,0.22),
+(5299,0,1562,0.22),
+(5299,0,1563,0.22),
+(5299,0,1564,0.22),
+(5299,0,1565,0.22),
+(5299,0,1566,0.22),
+(5299,0,1567,0.22),
+(5299,0,1568,0.22),
+(5299,0,1569,0.22),
+(5299,0,1570,0.22),
+(5299,0,1571,0.22),
+(5300,0,316,3.15),
+(5300,0,317,3.15),
+(5300,0,341,3.25),
+(5300,0,342,3.25),
+(5300,0,366,2.75),
+(5300,0,367,2.75),
+(5300,0,541,2.83),
+(5300,0,542,2.83),
+(5300,0,543,2.83),
+(5300,0,544,2.83),
+(5300,0,626,2.75),
+(5300,0,627,2.75),
+(5300,0,628,2.75),
+(5300,0,629,2.75),
+(5300,0,711,3.1),
+(5300,0,712,3.1),
+(5300,0,713,3.1),
+(5300,0,714,3.1),
+(5300,0,881,2.85),
+(5300,0,882,2.85),
+(5300,0,883,2.85),
+(5300,0,884,2.85),
+(5300,0,1051,2.55),
+(5300,0,1052,2.55),
+(5300,0,1053,2.55),
+(5300,0,1054,2.55),
+(5300,0,1136,2.6),
+(5300,0,1137,2.6),
+(5300,0,1138,2.6),
+(5300,0,1139,2.6),
+(5300,0,1221,3.08),
+(5300,0,1222,3.08),
+(5300,0,1223,3.08),
+(5300,0,1224,3.08),
+(5300,0,1559,0.21),
+(5300,0,1560,0.21),
+(5300,0,1561,0.21),
+(5300,0,1562,0.21),
+(5300,0,1563,0.21),
+(5300,0,1564,0.21),
+(5300,0,1565,0.21),
+(5300,0,1566,0.21),
+(5300,0,1567,0.21),
+(5300,0,1568,0.21),
+(5300,0,1569,0.21),
+(5300,0,1570,0.21),
+(5300,0,1571,0.21),
+(5301,0,316,3.15),
+(5301,0,317,3.15),
+(5301,0,341,3.2),
+(5301,0,342,3.2),
+(5301,0,418,2.55),
+(5301,0,419,2.55),
+(5301,0,626,3.1),
+(5301,0,627,3.1),
+(5301,0,628,3.1),
+(5301,0,629,3.1),
+(5301,0,711,2.65),
+(5301,0,712,2.65),
+(5301,0,713,2.65),
+(5301,0,714,2.65),
+(5301,0,881,2.78),
+(5301,0,882,2.78),
+(5301,0,883,2.78),
+(5301,0,884,2.78),
+(5301,0,966,2.92),
+(5301,0,967,2.92),
+(5301,0,968,2.92),
+(5301,0,969,2.92),
+(5301,0,1051,2.7),
+(5301,0,1052,2.7),
+(5301,0,1053,2.7),
+(5301,0,1054,2.7),
+(5301,0,1136,2.65),
+(5301,0,1137,2.65),
+(5301,0,1138,2.65),
+(5301,0,1139,2.65),
+(5301,0,1221,3),
+(5301,0,1222,3),
+(5301,0,1223,3),
+(5301,0,1224,3),
+(5301,0,1560,0.24),
+(5301,0,1561,0.24),
+(5301,0,1562,0.24),
+(5301,0,1563,0.24),
+(5301,0,1564,0.24),
+(5301,0,1565,0.24),
+(5301,0,1566,0.24),
+(5301,0,1567,0.24),
+(5301,0,1568,0.24),
+(5301,0,1569,0.24),
+(5301,0,1570,0.24),
+(5301,0,1571,0.24),
+(5301,0,1913,0.1),
+(5301,0,2161,0.1),
+(5303,0,172,0.1),
+(5303,0,187,5.5),
+(5303,0,192,6.3),
+(5303,0,602,26),
+(5303,0,687,27.1),
+(5303,0,1197,29),
+(5303,0,1557,1.52),
+(5303,0,1558,1.52),
+(5303,0,1559,1.52),
+(5303,0,1560,1.52),
+(5303,0,1999,0.1),
+(5304,0,172,5.65),
+(5304,0,187,5.8),
+(5304,0,192,7.8),
+(5304,0,517,10.45),
+(5304,0,602,9.95),
+(5304,0,687,10.35),
+(5304,0,857,11.7),
+(5304,0,1027,12.2),
+(5304,0,1112,12.6),
+(5304,0,1197,11.3),
+(5304,0,1557,1.26),
+(5304,0,1558,0.73),
+(5304,0,1559,0.73),
+(5304,0,1560,0.73),
+(5307,0,174,4.8),
+(5307,0,179,5.1),
+(5307,0,184,5),
+(5307,0,247,9.8),
+(5307,0,511,8.9),
+(5307,0,766,9.5),
+(5307,0,851,9),
+(5307,0,936,9.2),
+(5307,0,1021,9.5),
+(5307,0,1106,9.1),
+(5307,0,1498,0.1),
+(5307,0,1806,0.41),
+(5307,0,1807,0.41),
+(5307,0,1808,0.41),
+(5307,0,1809,0.41),
+(5307,0,1810,0.41),
+(5307,0,1811,0.41),
+(5307,0,1812,0.41),
+(5307,0,1813,0.41),
+(5307,0,1844,0.25),
+(5307,0,1845,0.25),
+(5307,0,1846,0.25),
+(5307,0,1847,0.25),
+(5307,0,1848,0.25),
+(5307,0,1849,0.25),
+(5307,0,1850,0.25),
+(5307,0,1851,0.25),
+(5307,0,1882,0.54),
+(5307,0,1883,0.54),
+(5307,0,1884,0.54),
+(5307,0,1885,0.54),
+(5307,0,1886,0.54),
+(5307,0,1887,0.54),
+(5307,0,1888,0.54),
+(5307,0,1889,0.54),
+(5307,0,1958,0.44),
+(5307,0,1959,0.44),
+(5307,0,1960,0.44),
+(5307,0,1961,0.44),
+(5307,0,1962,0.44),
+(5307,0,1963,0.44),
+(5307,0,1964,0.44),
+(5307,0,1965,0.44),
+(5307,0,2034,0.86),
+(5307,0,2035,0.86),
+(5307,0,2036,0.86),
+(5307,0,2037,0.86),
+(5307,0,2038,0.86),
+(5307,0,2039,0.86),
+(5307,0,2040,0.86),
+(5307,0,2041,0.86),
+(5308,0,317,3.2),
+(5308,0,318,3.2),
+(5308,0,342,3.35),
+(5308,0,343,3.35),
+(5308,0,367,2.6),
+(5308,0,368,2.6),
+(5308,0,544,2.92),
+(5308,0,545,2.92),
+(5308,0,546,2.92),
+(5308,0,547,2.92),
+(5308,0,629,2.67),
+(5308,0,630,2.67),
+(5308,0,631,2.67),
+(5308,0,632,2.67),
+(5308,0,714,2.9),
+(5308,0,715,2.9),
+(5308,0,716,2.9),
+(5308,0,717,2.9),
+(5308,0,884,2.85),
+(5308,0,885,2.85),
+(5308,0,886,2.85),
+(5308,0,887,2.85),
+(5308,0,1054,2.5),
+(5308,0,1055,2.5),
+(5308,0,1056,2.5),
+(5308,0,1057,2.5),
+(5308,0,1139,2.8),
+(5308,0,1140,2.8),
+(5308,0,1141,2.8),
+(5308,0,1142,2.8),
+(5308,0,1224,3.1),
+(5308,0,1225,3.1),
+(5308,0,1226,3.1),
+(5308,0,1227,3.1),
+(5308,0,1561,0.23),
+(5308,0,1562,0.23),
+(5308,0,1563,0.23),
+(5308,0,1564,0.23),
+(5308,0,1565,0.23),
+(5308,0,1566,0.23),
+(5308,0,1567,0.23),
+(5308,0,1568,0.23),
+(5308,0,1569,0.23),
+(5308,0,1570,0.23),
+(5308,0,1571,0.23),
+(5308,0,1572,0.23),
+(5309,0,317,3.2),
+(5309,0,318,3.2),
+(5309,0,342,3.35),
+(5309,0,343,3.35),
+(5309,0,367,2.9),
+(5309,0,368,2.9),
+(5309,0,544,2.78),
+(5309,0,545,2.78),
+(5309,0,546,2.78),
+(5309,0,547,2.78),
+(5309,0,629,2.8),
+(5309,0,630,2.8),
+(5309,0,631,2.8),
+(5309,0,632,2.8),
+(5309,0,714,3.05),
+(5309,0,715,3.05),
+(5309,0,716,3.05),
+(5309,0,717,3.05),
+(5309,0,884,2.78),
+(5309,0,885,2.78),
+(5309,0,886,2.78),
+(5309,0,887,2.78),
+(5309,0,972,0.1),
+(5309,0,1054,2.65),
+(5309,0,1055,2.65),
+(5309,0,1056,2.65),
+(5309,0,1057,2.65),
+(5309,0,1139,2.63),
+(5309,0,1140,2.63),
+(5309,0,1141,2.63),
+(5309,0,1142,2.63),
+(5309,0,1224,2.95),
+(5309,0,1225,2.95),
+(5309,0,1226,2.95),
+(5309,0,1227,2.95),
+(5309,0,1379,0.1),
+(5309,0,1571,1.3),
+(5309,0,1572,1.3),
+(5309,0,1901,0.1),
+(5310,0,317,3.2),
+(5310,0,318,3.2),
+(5310,0,342,3.25),
+(5310,0,343,3.25),
+(5310,0,419,2.75),
+(5310,0,420,2.75),
+(5310,0,629,2.88),
+(5310,0,630,2.88),
+(5310,0,631,2.88),
+(5310,0,632,2.88),
+(5310,0,714,2.65),
+(5310,0,715,2.65),
+(5310,0,716,2.65),
+(5310,0,717,2.65),
+(5310,0,884,2.9),
+(5310,0,885,2.9),
+(5310,0,886,2.9),
+(5310,0,887,2.9),
+(5310,0,969,2.97),
+(5310,0,970,2.97),
+(5310,0,971,2.97),
+(5310,0,972,2.97),
+(5310,0,1054,2.6),
+(5310,0,1055,2.6),
+(5310,0,1056,2.6),
+(5310,0,1057,2.6),
+(5310,0,1139,2.83),
+(5310,0,1140,2.83),
+(5310,0,1141,2.83),
+(5310,0,1142,2.83),
+(5310,0,1224,2.85),
+(5310,0,1225,2.85),
+(5310,0,1226,2.85),
+(5310,0,1227,2.85),
+(5310,0,1571,1.55),
+(5310,0,1572,1.55),
+(5310,0,2158,0.1),
+(5311,0,342,2.18),
+(5311,0,343,2.18),
+(5311,0,393,1.59),
+(5311,0,394,1.59),
+(5311,0,395,1.17),
+(5311,0,396,1.17),
+(5311,0,419,2.25),
+(5311,0,420,2.25),
+(5311,0,544,2.18),
+(5311,0,545,2.18),
+(5311,0,546,2.18),
+(5311,0,547,2.18),
+(5311,0,629,1.91),
+(5311,0,630,1.91),
+(5311,0,631,1.91),
+(5311,0,632,1.91),
+(5311,0,634,1.74),
+(5311,0,799,2.14),
+(5311,0,800,2.14),
+(5311,0,801,2.14),
+(5311,0,802,2.14),
+(5311,0,884,1.75),
+(5311,0,885,1.75),
+(5311,0,886,1.75),
+(5311,0,887,1.75),
+(5311,0,1054,2.2),
+(5311,0,1055,2.2),
+(5311,0,1056,2.2),
+(5311,0,1057,2.2),
+(5311,0,1139,2.31),
+(5311,0,1140,2.31),
+(5311,0,1141,2.31),
+(5311,0,1142,2.31),
+(5311,0,1224,2.3),
+(5311,0,1225,2.3),
+(5311,0,1226,2.3),
+(5311,0,1227,2.3),
+(5311,0,1380,0.1),
+(5311,0,1516,0.1),
+(5311,0,1560,0.15),
+(5311,0,1561,0.15),
+(5311,0,1562,0.15),
+(5311,0,1563,0.15),
+(5311,0,1564,0.15),
+(5311,0,1565,0.15),
+(5311,0,1566,0.15),
+(5311,0,1567,0.15),
+(5311,0,1568,0.15),
+(5311,0,1569,0.15),
+(5311,0,1570,0.15),
+(5311,0,1571,0.58),
+(5311,0,1572,0.58),
+(5311,0,1812,0.41),
+(5311,0,1813,0.39),
+(5311,0,1814,0.39),
+(5311,0,1815,0.39),
+(5311,0,1816,0.39),
+(5311,0,1817,0.39),
+(5311,0,1818,0.39),
+(5311,0,1819,0.39),
+(5311,0,1820,0.39),
+(5311,0,1821,0.39),
+(5311,0,1822,0.39),
+(5311,0,1823,0.39),
+(5311,0,1824,0.39),
+(5311,0,1850,0.14),
+(5311,0,1851,0.14),
+(5311,0,1852,0.14),
+(5311,0,1853,0.14),
+(5311,0,1854,0.14),
+(5311,0,1855,0.14),
+(5311,0,1856,0.14),
+(5311,0,1857,0.14),
+(5311,0,1858,0.14),
+(5311,0,1859,0.14),
+(5311,0,1860,0.14),
+(5311,0,1861,0.14),
+(5311,0,1862,0.14),
+(5311,0,1863,0.14),
+(5311,0,1888,0.29),
+(5311,0,1889,0.29),
+(5311,0,1890,0.29),
+(5311,0,1891,0.29),
+(5311,0,1892,0.29),
+(5311,0,1893,0.29),
+(5311,0,1894,0.29),
+(5311,0,1895,0.29),
+(5311,0,1896,0.29),
+(5311,0,1897,0.29),
+(5311,0,1898,0.29),
+(5311,0,1899,0.29),
+(5311,0,1900,0.29),
+(5311,0,1964,0.19),
+(5311,0,1965,0.19),
+(5311,0,1966,0.19),
+(5311,0,1967,0.19),
+(5311,0,1968,0.19),
+(5311,0,1969,0.19),
+(5311,0,1970,0.19),
+(5311,0,1971,0.19),
+(5311,0,1972,0.19),
+(5311,0,1973,0.19),
+(5311,0,1974,0.19),
+(5311,0,1975,0.67),
+(5311,0,1976,0.67),
+(5311,0,2002,0.39),
+(5311,0,2003,0.39),
+(5311,0,2004,0.39),
+(5311,0,2005,0.39),
+(5311,0,2006,0.39),
+(5311,0,2007,0.39),
+(5311,0,2008,0.39),
+(5311,0,2009,0.39),
+(5311,0,2010,0.39),
+(5311,0,2011,0.39),
+(5311,0,2012,0.39),
+(5311,0,2013,0.39),
+(5311,0,2014,0.39),
+(5311,0,2040,0.5),
+(5311,0,2041,0.5),
+(5311,0,2042,0.5),
+(5311,0,2043,0.5),
+(5311,0,2044,0.5),
+(5311,0,2045,0.5),
+(5311,0,2046,0.5),
+(5311,0,2047,0.5),
+(5311,0,2048,0.5),
+(5311,0,2049,0.5),
+(5311,0,2050,0.5),
+(5311,0,2051,0.5),
+(5311,0,2052,0.5),
+(5311,0,2130,0.03),
+(5311,0,2131,0.03),
+(5311,0,2132,0.03),
+(5311,0,2133,0.03),
+(5311,0,2158,0.1),
+(5312,0,187,2.6),
+(5312,0,188,2.6),
+(5312,0,192,3.1),
+(5312,0,193,3.1),
+(5312,0,436,0.1),
+(5312,0,519,0.1),
+(5312,0,602,6.8),
+(5312,0,603,6.8),
+(5312,0,604,6.8),
+(5312,0,605,6.8),
+(5312,0,687,7.15),
+(5312,0,688,7.15),
+(5312,0,689,7.15),
+(5312,0,690,7.15),
+(5312,0,774,0.1),
+(5312,0,858,0.1),
+(5312,0,943,0.1),
+(5312,0,1197,6.68),
+(5312,0,1198,6.68),
+(5312,0,1199,6.68),
+(5312,0,1200,6.68),
+(5312,0,1557,1.18),
+(5312,0,1558,1.18),
+(5312,0,1559,1.18),
+(5312,0,1560,1.18),
+(5312,0,1561,1.18),
+(5312,0,1848,0.1),
+(5312,0,1924,0.1),
+(5313,0,172,3),
+(5313,0,173,3),
+(5313,0,183,0.1),
+(5313,0,187,3.2),
+(5313,0,188,3.2),
+(5313,0,192,2.85),
+(5313,0,193,2.85),
+(5313,0,517,2.58),
+(5313,0,518,2.58),
+(5313,0,519,2.58),
+(5313,0,520,2.58),
+(5313,0,602,2.85),
+(5313,0,603,2.85),
+(5313,0,604,2.85),
+(5313,0,605,2.85),
+(5313,0,687,2.97),
+(5313,0,688,2.97),
+(5313,0,689,2.97),
+(5313,0,690,2.97),
+(5313,0,857,3.1),
+(5313,0,858,3.1),
+(5313,0,859,3.1),
+(5313,0,860,3.1),
+(5313,0,944,0.1),
+(5313,0,1027,2.65),
+(5313,0,1028,2.65),
+(5313,0,1029,2.65),
+(5313,0,1030,2.65),
+(5313,0,1112,2.72),
+(5313,0,1113,2.72),
+(5313,0,1114,2.72),
+(5313,0,1115,2.72),
+(5313,0,1197,2.85),
+(5313,0,1198,2.85),
+(5313,0,1199,2.85),
+(5313,0,1200,2.85),
+(5313,0,1502,0.1),
+(5313,0,1554,0.56),
+(5313,0,1555,0.56),
+(5313,0,1556,0.56),
+(5313,0,1557,0.56),
+(5313,0,1558,0.56),
+(5313,0,1886,0.1),
+(5313,0,2114,0.03),
+(5313,0,2115,0.03),
+(5313,0,2116,0.03),
+(5313,0,2117,0.03),
+(5315,0,172,2.55),
+(5315,0,173,2.55),
+(5315,0,187,1.45),
+(5315,0,188,1.45),
+(5315,0,192,1.38),
+(5315,0,193,1.38),
+(5315,0,602,4.47),
+(5315,0,603,4.47),
+(5315,0,604,4.47),
+(5315,0,605,4.47),
+(5315,0,687,4.31),
+(5315,0,688,4.31),
+(5315,0,689,4.31),
+(5315,0,690,4.31),
+(5315,0,1197,4.23),
+(5315,0,1198,4.23),
+(5315,0,1199,4.23),
+(5315,0,1200,4.23),
+(5315,0,1557,7.67),
+(5315,0,1558,7.67),
+(5315,0,1559,4.1),
+(5315,0,1560,4.1),
+(5315,0,1561,4.1),
+(5315,0,1809,1.25),
+(5315,0,1810,1.25),
+(5315,0,1811,0.44),
+(5315,0,1812,0.44),
+(5315,0,1813,0.44),
+(5315,0,1814,0.44),
+(5315,0,1815,0.44),
+(5315,0,1847,0.5),
+(5315,0,1848,0.5),
+(5315,0,1885,1.15),
+(5315,0,1886,1.15),
+(5315,0,1961,0.72),
+(5315,0,1962,0.72),
+(5315,0,1999,1.47),
+(5315,0,2000,1.47),
+(5315,0,2001,0.4),
+(5315,0,2002,0.4),
+(5315,0,2003,0.4),
+(5315,0,2037,1.8),
+(5315,0,2038,1.8),
+(5315,0,2078,0.05),
+(5315,0,2079,0.05),
+(5317,0,319,3.55),
+(5317,0,320,3.55),
+(5317,0,344,2.95),
+(5317,0,345,2.95),
+(5317,0,369,2.8),
+(5317,0,370,2.8),
+(5317,0,547,2.58),
+(5317,0,548,2.58),
+(5317,0,549,2.58),
+(5317,0,550,2.58),
+(5317,0,632,3.17),
+(5317,0,633,3.17),
+(5317,0,634,3.17),
+(5317,0,635,3.17),
+(5317,0,717,2.9),
+(5317,0,718,2.9),
+(5317,0,719,2.9),
+(5317,0,720,2.9),
+(5317,0,806,0.1),
+(5317,0,887,2.9),
+(5317,0,888,2.9),
+(5317,0,889,2.9),
+(5317,0,890,2.9),
+(5317,0,1057,2.13),
+(5317,0,1058,2.13),
+(5317,0,1059,2.13),
+(5317,0,1060,2.13),
+(5317,0,1142,2.6),
+(5317,0,1143,2.6),
+(5317,0,1144,2.6),
+(5317,0,1145,2.6),
+(5317,0,1227,3.33),
+(5317,0,1228,3.33),
+(5317,0,1229,3.33),
+(5317,0,1230,3.33),
+(5317,0,1381,0.1),
+(5317,0,1427,0.1),
+(5317,0,1573,1.45),
+(5317,0,1574,1.45),
+(5317,0,2016,0.1),
+(5318,0,319,3.05),
+(5318,0,320,3.05),
+(5318,0,344,3.1),
+(5318,0,345,3.1),
+(5318,0,369,2.95),
+(5318,0,370,2.95),
+(5318,0,547,1.9),
+(5318,0,548,1.9),
+(5318,0,549,1.9),
+(5318,0,550,1.9),
+(5318,0,552,1.9),
+(5318,0,632,3.05),
+(5318,0,633,3.05),
+(5318,0,634,3.05),
+(5318,0,635,3.05),
+(5318,0,717,3.08),
+(5318,0,718,3.08),
+(5318,0,719,3.08),
+(5318,0,720,3.08),
+(5318,0,887,2.75),
+(5318,0,888,2.75),
+(5318,0,889,2.75),
+(5318,0,890,2.75),
+(5318,0,1057,2.5),
+(5318,0,1058,2.5),
+(5318,0,1059,2.5),
+(5318,0,1060,2.5),
+(5318,0,1142,2.5),
+(5318,0,1143,2.5),
+(5318,0,1144,2.5),
+(5318,0,1145,2.5),
+(5318,0,1227,3.55),
+(5318,0,1228,3.55),
+(5318,0,1229,3.55),
+(5318,0,1230,3.55),
+(5318,0,1573,1.35),
+(5318,0,1574,1.35),
+(5319,0,319,3.02),
+(5319,0,320,3.02),
+(5319,0,344,3.28),
+(5319,0,345,3.28),
+(5319,0,421,2.5),
+(5319,0,422,2.5),
+(5319,0,549,0.1),
+(5319,0,632,3),
+(5319,0,633,3),
+(5319,0,634,3),
+(5319,0,635,3),
+(5319,0,717,3),
+(5319,0,718,3),
+(5319,0,719,3),
+(5319,0,720,3),
+(5319,0,887,3.04),
+(5319,0,888,3.04),
+(5319,0,889,3.04),
+(5319,0,890,3.04),
+(5319,0,972,2.81),
+(5319,0,973,2.81),
+(5319,0,974,2.81),
+(5319,0,975,2.81),
+(5319,0,1057,2.48),
+(5319,0,1058,2.48),
+(5319,0,1059,2.48),
+(5319,0,1060,2.48),
+(5319,0,1142,2.57),
+(5319,0,1143,2.57),
+(5319,0,1144,2.57),
+(5319,0,1145,2.57),
+(5319,0,1227,2.93),
+(5319,0,1228,2.93),
+(5319,0,1229,2.93),
+(5319,0,1230,2.93),
+(5319,0,1380,0.1),
+(5319,0,1573,1.68),
+(5319,0,1574,1.68),
+(5319,0,1902,0.1),
+(5319,0,1978,0.1),
+(5319,0,2130,0.03),
+(5319,0,2131,0.03),
+(5319,0,2132,0.03),
+(5319,0,2133,0.03),
+(5319,0,2158,0.1),
+(5321,0,188,5.8),
+(5321,0,193,5.5),
+(5321,0,602,7.3),
+(5321,0,603,7.3),
+(5321,0,604,7.3),
+(5321,0,605,7.3),
+(5321,0,687,6.7),
+(5321,0,688,6.7),
+(5321,0,689,6.7),
+(5321,0,690,6.7),
+(5321,0,1197,6.97),
+(5321,0,1198,6.97),
+(5321,0,1199,6.97),
+(5321,0,1200,6.97),
+(5321,0,1319,0.1),
+(5321,0,1558,4.7),
+(5321,0,2078,0.05),
+(5321,0,2079,0.05),
+(5322,0,173,6.8),
+(5322,0,188,6),
+(5322,0,193,5.8),
+(5322,0,517,2.53),
+(5322,0,518,2.53),
+(5322,0,519,2.53),
+(5322,0,520,2.53),
+(5322,0,602,3.1),
+(5322,0,603,3.1),
+(5322,0,604,3.1),
+(5322,0,605,3.1),
+(5322,0,687,2.9),
+(5322,0,688,2.9),
+(5322,0,689,2.9),
+(5322,0,690,2.9),
+(5322,0,857,2.78),
+(5322,0,858,2.78),
+(5322,0,859,2.78),
+(5322,0,860,2.78),
+(5322,0,1027,2.83),
+(5322,0,1028,2.83),
+(5322,0,1029,2.83),
+(5322,0,1030,2.83),
+(5322,0,1112,2.55),
+(5322,0,1113,2.55),
+(5322,0,1114,2.55),
+(5322,0,1115,2.55),
+(5322,0,1197,2.8),
+(5322,0,1198,2.8),
+(5322,0,1199,2.8),
+(5322,0,1200,2.8),
+(5322,0,1558,3.8),
+(5324,0,173,3.7),
+(5324,0,188,3.6),
+(5324,0,193,3.9),
+(5324,0,602,4.9),
+(5324,0,603,4.9),
+(5324,0,604,4.9),
+(5324,0,605,4.9),
+(5324,0,687,4.75),
+(5324,0,688,4.75),
+(5324,0,689,4.75),
+(5324,0,690,4.75),
+(5324,0,1197,4.3),
+(5324,0,1198,4.3),
+(5324,0,1199,4.3),
+(5324,0,1200,4.3),
+(5324,0,1558,3.82),
+(5324,0,1559,3.82),
+(5324,0,1560,3.82),
+(5324,0,1561,3.82),
+(5324,0,1562,3.82),
+(5324,0,1810,2.6),
+(5324,0,1848,1.2),
+(5324,0,1886,2.2),
+(5324,0,1962,1.2),
+(5324,0,2000,1.9),
+(5324,0,2038,0.94),
+(5324,0,2039,0.94),
+(5324,0,2040,0.94),
+(5324,0,2041,0.94),
+(5324,0,2042,0.94),
+(5324,0,2078,0.05),
+(5324,0,2079,0.05),
+(5326,0,320,2.4),
+(5326,0,321,2.4),
+(5326,0,345,3.4),
+(5326,0,346,3.4),
+(5326,0,370,3.55),
+(5326,0,371,3.55),
+(5326,0,550,2.45),
+(5326,0,551,2.45),
+(5326,0,552,2.45),
+(5326,0,553,2.45),
+(5326,0,635,3.05),
+(5326,0,636,3.05),
+(5326,0,637,3.05),
+(5326,0,638,3.05),
+(5326,0,720,3.58),
+(5326,0,721,3.58),
+(5326,0,722,3.58),
+(5326,0,723,3.58),
+(5326,0,890,2.92),
+(5326,0,891,2.92),
+(5326,0,892,2.92),
+(5326,0,893,2.92),
+(5326,0,1060,2),
+(5326,0,1061,2),
+(5326,0,1062,2),
+(5326,0,1063,2),
+(5326,0,1145,2.45),
+(5326,0,1146,2.45),
+(5326,0,1147,2.45),
+(5326,0,1148,2.45),
+(5326,0,1230,3.17),
+(5326,0,1231,3.17),
+(5326,0,1232,3.17),
+(5326,0,1233,3.17),
+(5326,0,1574,1.25),
+(5326,0,1575,1.25),
+(5838,0,167,0.1),
+(5838,0,174,0.1),
+(5838,0,189,0.1),
+(5838,0,1314,0.1),
+(5838,0,1406,0.1),
+(5838,0,1452,0.1),
+(5838,0,1711,12.49),
+(5838,0,1712,12.49),
+(5838,0,1713,12.49),
+(5838,0,1714,12.49),
+(5838,0,1715,12.49),
+(5838,0,1716,12.49),
+(5838,0,1717,12.49),
+(5838,0,1718,12.49),
+(5850,0,175,5.7),
+(5850,0,180,4.2),
+(5850,0,185,6.7),
+(5850,0,247,2.22),
+(5850,0,250,2.22),
+(5850,0,251,2.22),
+(5850,0,252,2.22),
+(5850,0,511,2.28),
+(5850,0,512,2.28),
+(5850,0,513,2.28),
+(5850,0,514,2.28),
+(5850,0,683,0.1),
+(5850,0,766,2.3),
+(5850,0,767,2.3),
+(5850,0,768,2.3),
+(5850,0,769,2.3),
+(5850,0,851,2.7),
+(5850,0,852,2.7),
+(5850,0,853,2.7),
+(5850,0,854,2.7),
+(5850,0,936,2),
+(5850,0,937,2),
+(5850,0,938,2),
+(5850,0,939,2),
+(5850,0,1021,2.25),
+(5850,0,1022,2.25),
+(5850,0,1023,2.25),
+(5850,0,1024,2.25),
+(5850,0,1106,1.95),
+(5850,0,1107,1.95),
+(5850,0,1108,1.95),
+(5850,0,1109,1.95),
+(5850,0,1361,0.1),
+(5850,0,1552,0.1),
+(5850,0,1807,2.6),
+(5850,0,1845,3.5),
+(5850,0,1883,4.7),
+(5850,0,1959,4.1),
+(5850,0,2035,5.6),
+(5851,0,111,4.8),
+(5851,0,113,7.4),
+(5851,0,114,6.5),
+(5851,0,115,0.1),
+(5851,0,234,2.65),
+(5851,0,235,2.65),
+(5851,0,236,2.65),
+(5851,0,248,2.65),
+(5851,0,505,2.67),
+(5851,0,506,2.67),
+(5851,0,507,2.67),
+(5851,0,508,2.67),
+(5851,0,590,2.05),
+(5851,0,591,2.05),
+(5851,0,592,2.05),
+(5851,0,593,2.05),
+(5851,0,675,2.38),
+(5851,0,676,2.38),
+(5851,0,677,2.38),
+(5851,0,678,2.38),
+(5851,0,760,3.55),
+(5851,0,761,3.55),
+(5851,0,762,3.55),
+(5851,0,763,3.55),
+(5851,0,845,3.2),
+(5851,0,846,3.2),
+(5851,0,847,3.2),
+(5851,0,848,3.2),
+(5851,0,931,0.1),
+(5851,0,1015,3.15),
+(5851,0,1016,3.15),
+(5851,0,1017,3.15),
+(5851,0,1018,3.15),
+(5851,0,1708,2.5),
+(5852,0,80,0.1),
+(5852,0,110,0.1),
+(5852,0,132,4.55),
+(5852,0,134,7.1),
+(5852,0,135,5.85),
+(5852,0,136,0.1),
+(5852,0,210,0.1),
+(5852,0,234,2.8),
+(5852,0,235,2.8),
+(5852,0,236,2.8),
+(5852,0,248,2.8),
+(5852,0,505,2.71),
+(5852,0,506,2.71),
+(5852,0,507,2.71),
+(5852,0,508,2.71),
+(5852,0,590,2.16),
+(5852,0,591,2.16),
+(5852,0,592,2.16),
+(5852,0,593,2.16),
+(5852,0,675,2.31),
+(5852,0,676,2.31),
+(5852,0,677,2.31),
+(5852,0,678,2.31),
+(5852,0,760,3.45),
+(5852,0,761,3.45),
+(5852,0,762,3.45),
+(5852,0,763,3.45),
+(5852,0,845,3.36),
+(5852,0,846,3.36),
+(5852,0,847,3.36),
+(5852,0,848,3.36),
+(5852,0,931,0.1),
+(5852,0,1015,3.18),
+(5852,0,1016,3.18),
+(5852,0,1017,3.18),
+(5852,0,1018,3.18),
+(5852,0,1185,0.03),
+(5852,0,1186,0.03),
+(5852,0,1187,0.03),
+(5852,0,1188,0.03),
+(5852,0,1312,0.1),
+(5852,0,1358,0.1),
+(5852,0,1404,0.1),
+(5852,0,1450,0.1),
+(5852,0,1550,0.1),
+(5852,0,1709,1.54),
+(5852,0,1710,0.58),
+(5852,0,1711,0.58),
+(5852,0,1712,0.58),
+(5852,0,1713,0.58),
+(5852,0,2032,0.1),
+(5853,0,130,0.1),
+(5853,0,132,5.8),
+(5853,0,134,6.1),
+(5853,0,135,6.1),
+(5853,0,248,11.8),
+(5853,0,508,11.2),
+(5853,0,593,9.9),
+(5853,0,678,10),
+(5853,0,763,12.1),
+(5853,0,848,12.4),
+(5853,0,1018,11.5),
+(5853,0,1709,3.1),
+(5853,0,1994,0.03),
+(5853,0,1995,0.03),
+(5853,0,1996,0.03),
+(5853,0,1997,0.03),
+(5854,0,132,2.8),
+(5854,0,134,3.23),
+(5854,0,135,3),
+(5854,0,151,2.8),
+(5854,0,153,3.23),
+(5854,0,154,3),
+(5854,0,237,2.83),
+(5854,0,247,2.83),
+(5854,0,248,2.83),
+(5854,0,249,2.83),
+(5854,0,508,2.84),
+(5854,0,509,2.84),
+(5854,0,510,2.84),
+(5854,0,511,2.84),
+(5854,0,593,2.39),
+(5854,0,594,2.39),
+(5854,0,595,2.39),
+(5854,0,596,2.39),
+(5854,0,678,2.49),
+(5854,0,679,2.49),
+(5854,0,680,2.49),
+(5854,0,681,2.49),
+(5854,0,763,3.1),
+(5854,0,764,3.1),
+(5854,0,765,3.1),
+(5854,0,766,3.1),
+(5854,0,848,3.2),
+(5854,0,849,3.2),
+(5854,0,850,3.2),
+(5854,0,851,3.2),
+(5854,0,1018,3),
+(5854,0,1019,3),
+(5854,0,1020,3),
+(5854,0,1021,3),
+(5854,0,1709,0.39),
+(5854,0,1710,0.39),
+(5854,0,1711,0.39),
+(5854,0,1712,0.39),
+(5854,0,1713,0.39),
+(5854,0,1714,0.39),
+(5854,0,1715,0.39),
+(5855,0,151,5.5),
+(5855,0,153,6.2),
+(5855,0,154,6.5),
+(5855,0,237,2.78),
+(5855,0,247,2.78),
+(5855,0,248,2.78),
+(5855,0,249,2.78),
+(5855,0,508,2.8),
+(5855,0,509,2.8),
+(5855,0,510,2.8),
+(5855,0,511,2.8),
+(5855,0,593,2.4),
+(5855,0,594,2.4),
+(5855,0,595,2.4),
+(5855,0,596,2.4),
+(5855,0,678,2.45),
+(5855,0,679,2.45),
+(5855,0,680,2.45),
+(5855,0,681,2.45),
+(5855,0,763,3.13),
+(5855,0,764,3.13),
+(5855,0,765,3.13),
+(5855,0,766,3.13),
+(5855,0,848,3.25),
+(5855,0,849,3.25),
+(5855,0,850,3.25),
+(5855,0,851,3.25),
+(5855,0,1018,3),
+(5855,0,1019,3),
+(5855,0,1020,3),
+(5855,0,1021,3),
+(5855,0,1710,2.6),
+(5856,0,151,3.07),
+(5856,0,153,2.83),
+(5856,0,154,3),
+(5856,0,167,3.07),
+(5856,0,179,2.83),
+(5856,0,184,3),
+(5856,0,237,2.89),
+(5856,0,247,2.89),
+(5856,0,248,2.89),
+(5856,0,249,2.89),
+(5856,0,508,2.81),
+(5856,0,509,2.81),
+(5856,0,510,2.81),
+(5856,0,511,2.81),
+(5856,0,593,2.7),
+(5856,0,594,2.7),
+(5856,0,595,2.7),
+(5856,0,596,2.7),
+(5856,0,678,2.6),
+(5856,0,679,2.6),
+(5856,0,680,2.6),
+(5856,0,681,2.6),
+(5856,0,763,2.94),
+(5856,0,764,2.94),
+(5856,0,765,2.94),
+(5856,0,766,2.94),
+(5856,0,848,3.06),
+(5856,0,849,3.06),
+(5856,0,850,3.06),
+(5856,0,851,3.06),
+(5856,0,1018,2.8),
+(5856,0,1019,2.8),
+(5856,0,1020,2.8),
+(5856,0,1021,2.8),
+(5856,0,1710,0.38),
+(5856,0,1711,0.38),
+(5856,0,1712,0.38),
+(5856,0,1713,0.38),
+(5856,0,1714,0.38),
+(5856,0,1715,0.38),
+(5856,0,1716,0.38),
+(5856,0,1717,0.38),
+(5857,0,167,6.8),
+(5857,0,179,5.3),
+(5857,0,184,6),
+(5857,0,247,11.3),
+(5857,0,511,11.3),
+(5857,0,596,11.7),
+(5857,0,681,11.3),
+(5857,0,766,10.9),
+(5857,0,851,11.9),
+(5857,0,936,0.1),
+(5857,0,1021,10.1),
+(5857,0,1406,0.1),
+(5857,0,1711,0.4),
+(5857,0,1712,0.4),
+(5857,0,1713,0.4),
+(5857,0,1714,0.4),
+(5857,0,1715,0.4),
+(5857,0,1716,0.4),
+(5857,0,1717,0.4),
+(5857,0,1718,0.4),
+(5858,0,167,3.2),
+(5858,0,168,3.2),
+(5858,0,175,0.1),
+(5858,0,179,2.95),
+(5858,0,180,2.95),
+(5858,0,184,3.05),
+(5858,0,185,3.05),
+(5858,0,247,2.6),
+(5858,0,250,2.6),
+(5858,0,251,2.6),
+(5858,0,252,2.6),
+(5858,0,511,2.58),
+(5858,0,512,2.58),
+(5858,0,513,2.58),
+(5858,0,514,2.58),
+(5858,0,596,3.17),
+(5858,0,597,3.17),
+(5858,0,598,3.17),
+(5858,0,599,3.17),
+(5858,0,681,3.08),
+(5858,0,682,3.08),
+(5858,0,683,3.08),
+(5858,0,684,3.08),
+(5858,0,766,2.4),
+(5858,0,767,2.4),
+(5858,0,768,2.4),
+(5858,0,769,2.4),
+(5858,0,851,2.72),
+(5858,0,852,2.72),
+(5858,0,853,2.72),
+(5858,0,854,2.72),
+(5858,0,1021,3.15),
+(5858,0,1022,3.15),
+(5858,0,1023,3.15),
+(5858,0,1024,3.15),
+(5858,0,1107,0.1),
+(5858,0,1711,0.36),
+(5858,0,1712,0.36),
+(5858,0,1713,0.36),
+(5858,0,1714,0.36),
+(5858,0,1715,0.36),
+(5858,0,1716,0.36),
+(5858,0,1717,0.36),
+(5858,0,1718,0.36),
+(5859,0,82,0.1),
+(5859,0,168,5.8),
+(5859,0,180,4.6),
+(5859,0,185,6.1),
+(5859,0,247,2.78),
+(5859,0,250,2.78),
+(5859,0,251,2.78),
+(5859,0,252,2.78),
+(5859,0,511,2.67),
+(5859,0,512,2.67),
+(5859,0,513,2.67),
+(5859,0,514,2.67),
+(5859,0,596,3.08),
+(5859,0,597,3.08),
+(5859,0,598,3.08),
+(5859,0,599,3.08),
+(5859,0,681,3),
+(5859,0,682,3),
+(5859,0,683,3),
+(5859,0,684,3),
+(5859,0,766,2.83),
+(5859,0,767,2.83),
+(5859,0,768,2.83),
+(5859,0,769,2.83),
+(5859,0,851,2.97),
+(5859,0,852,2.97),
+(5859,0,853,2.97),
+(5859,0,854,2.97),
+(5859,0,1021,2.6),
+(5859,0,1022,2.6),
+(5859,0,1023,2.6),
+(5859,0,1024,2.6),
+(5859,0,1712,3.6),
+(6272,0,5,3.58),
+(6272,0,16,4.18),
+(6272,0,25,3.58),
+(6272,0,27,4.18),
+(6272,0,31,0.1),
+(6272,0,227,8.07),
+(6272,0,228,8.5),
+(6272,0,754,19.93),
+(6272,0,839,11.73),
+(6272,0,1009,13.17),
+(6272,0,1799,2.12),
+(6272,0,1800,2.12),
+(6272,0,1837,1.62),
+(6272,0,1838,1.62),
+(6272,0,1875,1.95),
+(6272,0,1876,1.95),
+(6272,0,1913,1.9),
+(6272,0,1914,1.9),
+(6272,0,1951,2.18),
+(6272,0,1952,2.18),
+(6272,0,1989,0.1),
+(6272,0,2027,1.75),
+(6272,0,2028,1.75),
+(6273,0,5,7.8),
+(6273,0,16,8.4),
+(6273,0,227,7.5),
+(6273,0,228,8.55),
+(6273,0,754,18.05),
+(6273,0,839,10.45),
+(6273,0,1009,12.7),
+(6273,0,1799,4.95),
+(6273,0,1837,3.5),
+(6273,0,1875,6.25),
+(6273,0,1951,5.35),
+(6273,0,2027,6.5),
+(6278,0,6,9.1),
+(6278,0,14,10.1),
+(6278,0,15,9.5),
+(6278,0,29,0.05),
+(6278,0,31,0.05),
+(6278,0,32,0.1),
+(6278,0,48,3.63),
+(6278,0,49,0.1),
+(6278,0,584,15),
+(6278,0,669,15.13),
+(6278,0,839,0.05),
+(6278,0,841,0.05),
+(6278,0,924,9.27),
+(6278,0,1094,9.47),
+(6278,0,1179,15.43),
+(6278,0,1492,0.1),
+(6278,0,1647,3.37),
+(6278,0,1876,0.1),
+(6279,0,6,4.7),
+(6279,0,14,5.05),
+(6279,0,15,4.5),
+(6279,0,17,5.05),
+(6279,0,19,4.5),
+(6279,0,23,4.7),
+(6279,0,48,1.85),
+(6279,0,62,1.85),
+(6279,0,584,14.6),
+(6279,0,669,15.2),
+(6279,0,924,9.2),
+(6279,0,1094,9.9),
+(6279,0,1179,15.5),
+(6279,0,1647,1.1),
+(6279,0,1648,1.1),
+(6279,0,1649,1.1),
+(6279,0,1876,0.1),
+(8652,0,341,0.65),
+(8652,0,342,0.65),
+(8652,0,392,0.35),
+(8652,0,393,0.35),
+(8652,0,543,0.05),
+(8652,0,544,0.05),
+(8652,0,796,0.05),
+(8652,0,797,0.05),
+(8652,0,798,0.05),
+(8652,0,799,0.05),
+(8652,0,881,0.4),
+(8652,0,882,0.4),
+(8652,0,883,0.4),
+(8652,0,884,0.4),
+(8652,0,1052,0.2),
+(8652,0,1054,0.2),
+(8652,0,1822,6.9),
+(8652,0,1823,6.9),
+(8652,0,1860,4.15),
+(8652,0,1861,4.15),
+(8652,0,1898,6.4),
+(8652,0,1899,6.4),
+(8652,0,1974,6.75),
+(8652,0,1975,6.75),
+(8652,0,2012,6),
+(8652,0,2013,6),
+(8652,0,2050,7.95),
+(8652,0,2051,7.95),
+(8652,0,2090,3.73),
+(8652,0,2091,3.73),
+(8652,0,2092,3.73),
+(8652,0,2126,2.1),
+(8652,0,2127,2.1),
+(8652,0,2128,2.1),
+(8652,0,2129,2.1),
+(8654,0,2143,24.75),
+(8654,0,2144,24.75),
+(8654,0,2146,12.63),
+(8654,0,2147,12.63),
+(8654,0,2148,12.63),
+(8654,0,2153,12.63),
+(8655,0,2143,6.23),
+(8655,0,2144,6.23),
+(8655,0,2145,6.23),
+(8655,0,2146,6.22),
+(8655,0,2147,6.22),
+(8655,0,2148,6.22),
+(8655,0,2149,14.1),
+(8655,0,2150,14.1),
+(8655,0,2151,14.1),
+(8655,0,2153,6.22),
+(8655,0,2154,14.1),
+(8657,0,2146,5.46),
+(8657,0,2147,5.46),
+(8657,0,2148,5.46),
+(8657,0,2149,19.52),
+(8657,0,2150,19.52),
+(8657,0,2151,19.52),
+(8657,0,2153,5.46),
+(8657,0,2154,19.52),
+(8658,0,2152,19.1),
+(8658,0,2153,21.7),
+(8658,0,2154,59.3),
+(8659,0,2152,22.95),
+(8659,0,2153,30.7),
+(8659,0,2154,46.35),
+(8660,0,2152,55.5),
+(8660,0,2153,44.5),
+(8661,0,2152,4.6),
+(8661,0,2153,20),
+(8661,0,2154,75.4),
+(8662,0,2156,35.9),
+(8662,0,2157,64.1),
+(8663,0,2155,34.5),
+(8663,0,2156,42.4),
+(8663,0,2157,23.2),
+(8664,0,2155,31.2),
+(8664,0,2156,34.9),
+(8664,0,2157,34),
+(8665,0,2155,27),
+(8665,0,2156,73),
+(8666,0,2161,53.8),
+(8666,0,2162,46.2),
+(8667,0,2161,37),
+(8667,0,2162,18.5),
+(8667,0,2163,44.4),
+(8668,0,2161,14.8),
+(8668,0,2162,11.1),
+(8668,0,2163,74.1),
+(8669,0,2162,20),
+(8669,0,2163,80),
+(8670,0,2158,95.2),
+(8670,0,2160,4.8),
+(8671,0,2158,63.6),
+(8671,0,2159,18.2),
+(8671,0,2160,18.2),
+(8672,0,2158,69.2),
+(8672,0,2159,19.2),
+(8672,0,2160,11.5),
+(8673,0,2159,63),
+(8673,0,2160,37),
+(8675,0,2143,8.13),
+(8675,0,2144,8.13),
+(8675,0,2145,8.13),
+(8675,0,2146,6.93),
+(8675,0,2147,6.93),
+(8675,0,2148,6.93),
+(8675,0,2149,11.98),
+(8675,0,2150,11.98),
+(8675,0,2151,11.98),
+(8675,0,2153,6.93),
+(8675,0,2154,11.98),
+(204,1,41,16.5),
+(204,1,45,29.4),
+(204,1,66,24.6),
+(204,1,37,29.4),
+(205,1,40,4.9),
+(205,1,41,7.5),
+(205,1,45,11.8),
+(205,1,44,12.7),
+(205,1,42,11.3),
+(205,1,39,9.6),
+(205,1,66,10.5),
+(205,1,37,7),
+(205,1,38,11.8),
+(205,1,43,7.1),
+(205,1,36,5.7),
+(181,1,63,18),
+(181,1,61,18),
+(181,1,65,10),
+(181,1,64,42),
+(181,1,62,12),
+(201,1,39,26.8),
+(201,1,37,15.7),
+(201,1,38,27.6),
+(201,1,36,29.9),
+(202,1,40,17.3),
+(202,1,41,24.8),
+(202,1,42,36.1),
+(202,1,39,21.8),
+(203,1,40,15),
+(203,1,44,25.5),
+(203,1,39,25),
+(203,1,43,34.5),
+(221,1,54,11.4),
+(221,1,56,9.7),
+(221,1,52,10.6),
+(221,1,49,11.8),
+(221,1,50,10.6),
+(221,1,51,11.2),
+(221,1,55,12.4),
+(221,1,57,12.5),
+(221,1,53,9.8),
+(222,1,40,20.7),
+(222,1,41,24.5),
+(222,1,45,20.8),
+(222,1,43,34),
+(4313,0,15,50),
+(4313,0,25,50),
+(243,1,18,3.5),
+(243,1,16,3),
+(243,1,15,2.7),
+(243,1,19,3.7),
+(243,1,27,2),
+(243,1,17,3.3),
+(243,1,6,3.3),
+(243,1,11,3.6),
+(243,1,7,3.8),
+(243,1,8,2.7),
+(243,1,9,2.9),
+(243,1,35,2.1),
+(243,1,34,1.5),
+(243,1,32,2.1),
+(243,1,33,2),
+(243,1,31,2),
+(243,1,20,3.4),
+(243,1,26,1.9),
+(243,1,40,15.7),
+(243,1,10,3.4),
+(243,1,42,5.4),
+(243,1,13,2.9),
+(243,1,37,4.6),
+(243,1,38,4.1),
+(243,1,12,3.3),
+(243,1,5,3.5),
+(243,1,14,3.5),
+(242,1,11,3.9),
+(242,1,7,3.3),
+(242,1,8,3),
+(242,1,9,3.1),
+(242,1,35,1.5),
+(242,1,34,1.7),
+(242,1,32,1.5),
+(242,1,33,1.5),
+(242,1,31,1.6),
+(242,1,20,3.3),
+(242,1,26,2.6),
+(242,1,44,5.8),
+(242,1,40,12.8),
+(242,1,10,3.8),
+(242,1,18,2.8),
+(242,1,16,3.4),
+(242,1,15,3.2),
+(242,1,19,3.3),
+(242,1,27,2.8),
+(242,1,17,3.2),
+(242,1,6,3.6),
+(242,1,13,2.9),
+(242,1,37,6),
+(242,1,12,3),
+(242,1,5,2.9),
+(242,1,14,3.7),
+(242,1,67,6.3),
+(241,1,18,3.6),
+(241,1,16,2.8),
+(241,1,15,3.4),
+(241,1,19,3.7),
+(241,1,27,4.3),
+(241,1,17,2.4),
+(241,1,6,3.7),
+(241,1,11,4),
+(241,1,7,1.4),
+(241,1,8,3.5),
+(241,1,9,5),
+(241,1,35,1.9),
+(241,1,34,2.1),
+(241,1,32,2.5),
+(241,1,33,1.9),
+(241,1,31,1.8),
+(241,1,20,3.3),
+(241,1,26,6.3),
+(241,1,45,5.8),
+(241,1,10,4),
+(241,1,13,4.1),
+(241,1,37,7.4),
+(241,1,12,4.4),
+(241,1,5,2.5),
+(241,1,43,4.4),
+(241,1,14,2.3),
+(241,1,67,7.4),
+(307,1,39,12.7),
+(307,1,40,7.7),
+(307,1,42,11.3),
+(307,1,90,13.4),
+(307,1,88,10.9),
+(307,1,36,10.5),
+(307,1,91,13.2),
+(307,1,89,20.4),
+(306,1,39,20.3),
+(306,1,42,20.9),
+(306,1,90,21.9),
+(306,1,88,23.2),
+(306,1,36,13.7),
+(308,1,93,13),
+(308,1,40,13.3),
+(308,1,90,14.9),
+(308,1,88,10.5),
+(308,1,36,12.6),
+(308,1,91,13.7),
+(308,1,89,21.9),
+(309,1,92,20.8),
+(309,1,41,23.1),
+(309,1,93,9.5),
+(309,1,45,9.3),
+(309,1,37,7.7),
+(309,1,88,10.5),
+(309,1,43,19.1),
+(310,1,92,7.4),
+(310,1,39,11.3),
+(310,1,93,7.4),
+(310,1,40,12.9),
+(310,1,75,3.9),
+(310,1,42,9.3),
+(310,1,90,7.9),
+(310,1,88,12.1),
+(310,1,43,4.3),
+(310,1,36,10.2),
+(310,1,91,13.2),
+(361,1,18,7.8),
+(361,1,51,16.7),
+(361,1,20,17.5),
+(361,1,26,8.6),
+(361,1,40,16.4),
+(361,1,5,15),
+(361,1,89,18.1),
+(261,1,84,9.7),
+(261,1,15,9.7),
+(261,1,30,8.5),
+(261,1,69,9.9),
+(261,1,39,11.4),
+(261,1,81,8.7),
+(261,1,9,9),
+(261,1,79,9.2),
+(261,1,73,11.4),
+(261,1,85,12.6),
+(362,1,18,12.4),
+(362,1,50,13.5),
+(362,1,20,13.4),
+(362,1,26,10.3),
+(362,1,40,13.3),
+(362,1,5,14.1),
+(362,1,36,11.7),
+(362,1,67,11.5),
+(363,1,17,20.4),
+(363,1,56,20.5),
+(363,1,41,21.4),
+(363,1,99,13.3),
+(363,1,5,12.5),
+(363,1,14,11.9),
+(281,1,18,24.1),
+(281,1,20,17.2),
+(281,1,71,21.2),
+(281,1,78,18.7),
+(281,1,14,18.7),
+(282,1,68,24.3),
+(282,1,72,19.4),
+(282,1,20,18.4),
+(282,1,86,17),
+(282,1,14,20.9),
+(321,1,15,9.6),
+(321,1,6,9.3),
+(321,1,39,16.5),
+(321,1,99,11.7),
+(321,1,42,18.2),
+(321,1,88,16.5),
+(321,1,36,18.3),
+(384,1,80,22.9),
+(384,1,71,28.8),
+(383,1,78,11.5),
+(384,1,83,13.6),
+(383,1,79,11),
+(383,1,80,26.3),
+(384,1,85,10.6),
+(383,1,71,35.5),
+(383,1,82,15.7),
+(384,1,78,24.1),
+(163,1,80,44.6),
+(162,1,83,51.35),
+(163,1,83,55.4),
+(161,1,79,51.35),
+(161,1,83,48.65),
+(162,1,80,48.65),
+(381,1,72,7.7),
+(381,1,75,7.7),
+(381,1,73,7.3),
+(381,1,71,14.5),
+(381,1,68,8.1),
+(381,1,84,8.2),
+(381,1,85,8.5),
+(381,1,79,8.8),
+(381,1,83,14.3),
+(381,1,78,14.9),
+(382,1,84,12.8),
+(382,1,85,19.8),
+(382,1,69,18.7),
+(382,1,83,17.4),
+(382,1,79,12.5),
+(382,1,82,18.8),
+(407,1,122,4.8),
+(407,1,120,5.9),
+(407,1,118,5.7),
+(407,1,134,1.4),
+(407,1,121,5.9),
+(407,1,91,4.8),
+(407,1,139,13.2),
+(407,1,5,3.3),
+(407,1,43,13.6),
+(407,1,133,2.4),
+(407,1,14,5.9),
+(407,1,135,2.4),
+(407,1,137,1.9),
+(407,1,136,1.8),
+(408,1,7,5),
+(408,1,41,4.8),
+(408,1,125,1.6),
+(408,1,127,2.4),
+(408,1,45,3.5),
+(408,1,6,3.1),
+(408,1,123,1.8),
+(408,1,122,2.1),
+(408,1,120,1.9),
+(408,1,42,6.5),
+(408,1,118,2.5),
+(408,1,39,6),
+(408,1,121,2.2),
+(408,1,139,3.5),
+(408,1,124,1.6),
+(408,1,128,2),
+(408,1,37,6.4),
+(408,1,43,3.8),
+(408,1,36,6),
+(408,1,14,4.7),
+(408,1,131,9.7),
+(408,1,132,8.5),
+(408,1,8,10.2),
+(409,1,41,4.6),
+(409,1,6,8.8),
+(409,1,42,7.3),
+(409,1,138,9.4),
+(409,1,130,9),
+(409,1,113,4.4),
+(409,1,39,9.9),
+(409,1,37,9.6),
+(409,1,36,9.6),
+(409,1,131,4.7),
+(409,1,132,5),
+(409,1,8,13.4),
+(409,1,129,4.4),
+(410,1,41,5.3),
+(410,1,6,12.2),
+(410,1,42,7.1),
+(410,1,138,8),
+(410,1,130,10.2),
+(410,1,113,4.5),
+(410,1,39,10.4),
+(410,1,37,8.4),
+(410,1,36,8.9),
+(410,1,131,4.6),
+(410,1,132,4.8),
+(410,1,8,10.2),
+(410,1,129,5.5),
+(411,1,40,7.4),
+(411,1,7,5),
+(411,1,41,11),
+(411,1,123,4.4),
+(411,1,122,4.7),
+(411,1,120,4.8),
+(411,1,118,4.6),
+(411,1,134,2.8),
+(411,1,121,4.6),
+(411,1,91,7.6),
+(411,1,139,10.8),
+(411,1,5,5.1),
+(411,1,43,9.7),
+(411,1,133,3),
+(411,1,14,5),
+(411,1,135,3),
+(411,1,137,3.1),
+(411,1,136,3.3),
+(412,1,40,2.1),
+(412,1,7,9.3),
+(412,1,41,9.4),
+(412,1,123,6.4),
+(412,1,122,6.1),
+(412,1,120,6.7),
+(412,1,118,5.9),
+(412,1,134,1.4),
+(412,1,121,6.4),
+(412,1,91,3.1),
+(412,1,139,15.5),
+(412,1,5,2.4),
+(412,1,43,13.9),
+(412,1,133,1.1),
+(412,1,14,7.2),
+(412,1,135,1),
+(412,1,137,0.9),
+(412,1,136,1.4),
+(413,1,7,9.3),
+(413,1,41,9.4),
+(413,1,123,6.4),
+(413,1,122,6.1),
+(413,1,120,6.7),
+(413,1,118,5.9),
+(413,1,134,1.4),
+(413,1,121,6.4),
+(413,1,91,3.1),
+(413,1,139,15.5),
+(413,1,5,2.4),
+(413,1,43,13.9),
+(413,1,133,1.1),
+(413,1,14,7.2),
+(413,1,135,1),
+(413,1,137,0.9),
+(413,1,136,1.4),
+(414,1,41,6.9),
+(414,1,6,13.8),
+(414,1,42,4.5),
+(414,1,138,9.7),
+(414,1,130,8.5),
+(414,1,113,6.2),
+(414,1,39,10.4),
+(414,1,37,10.6),
+(414,1,36,11.1),
+(414,1,131,2.9),
+(414,1,132,2.1),
+(414,1,8,6.6),
+(414,1,129,6.8),
+(415,1,142,6.5),
+(415,1,152,5.5),
+(415,1,159,5.5),
+(415,1,145,5.5),
+(415,1,150,5.5),
+(415,1,157,5.5),
+(415,1,143,5.5),
+(415,1,149,5.5),
+(415,1,155,5.5),
+(415,1,144,5.5),
+(415,1,147,5.5),
+(415,1,154,5.5),
+(415,1,141,5.5),
+(415,1,151,5.5),
+(415,1,158,5.5),
+(415,1,140,5.5),
+(415,1,153,5.5),
+(415,1,156,5.5),
+(416,1,162,6.5),
+(416,1,165,5.5),
+(416,1,168,5.5),
+(416,1,145,5.5),
+(416,1,150,5.5),
+(416,1,157,5.5),
+(416,1,143,5.5),
+(416,1,149,5.5),
+(416,1,155,5.5),
+(416,1,144,5.5),
+(416,1,147,5.5),
+(416,1,154,5.5),
+(416,1,161,5.5),
+(416,1,164,5.5),
+(416,1,167,5.5),
+(416,1,160,5.5),
+(416,1,163,5.5),
+(416,1,166,5.5),
+(417,1,171,20.3),
+(417,1,170,26.2),
+(417,1,172,26.6),
+(417,1,169,26.9),
+(418,1,171,26.5),
+(418,1,170,24.3),
+(418,1,172,25.9),
+(418,1,169,23.4),
+(419,1,175,21.5),
+(419,1,173,31.9),
+(419,1,176,25.3),
+(419,1,174,21.4),
+(420,1,175,35.9),
+(420,1,173,22.8),
+(420,1,176,22.8),
+(420,1,174,18.5),
+(421,1,122,21.1),
+(421,1,120,22.7),
+(421,1,118,24.8),
+(421,1,121,31.4),
+(422,1,180,41.7),
+(422,1,181,21.9),
+(422,1,182,36.5),
+(423,1,224,32.5),
+(423,1,225,34.7),
+(423,1,226,32.8),
+(424,1,207,34),
+(424,1,208,32.3),
+(424,1,209,33.7),
+(425,1,177,31.3),
+(425,1,178,33.3),
+(425,1,179,33.5),
+(426,1,125,23.7),
+(426,1,127,25.9),
+(426,1,128,50.5),
+(427,1,186,17.4),
+(427,1,185,14),
+(427,1,184,17),
+(427,1,187,17.3),
+(427,1,188,14.3),
+(427,1,183,19.9),
+(429,1,138,14.7),
+(429,1,130,15.5),
+(429,1,114,17.2),
+(429,1,131,30.6),
+(429,1,132,11.2),
+(429,1,129,10.9),
+(431,1,192,12.3),
+(431,1,191,9.8),
+(431,1,190,20.2),
+(431,1,193,11),
+(431,1,194,30.1),
+(431,1,189,16.6),
+(432,1,186,22.7),
+(432,1,185,29.5),
+(432,1,187,22.2),
+(432,1,188,25.6),
+(433,1,230,27.8),
+(433,1,229,23.8),
+(433,1,231,23.1),
+(433,1,232,25.2),
+(434,1,213,25.6),
+(434,1,212,24.9),
+(434,1,214,25.1),
+(434,1,215,24.3),
+(435,1,192,39.7),
+(435,1,191,19),
+(435,1,193,21.5),
+(435,1,194,19.8),
+(437,1,195,22.9),
+(437,1,196,25.4),
+(437,1,197,28.5),
+(437,1,198,23.2),
+(438,1,216,26.3),
+(438,1,217,24.1),
+(438,1,218,23.8),
+(438,1,219,25.8),
+(439,1,233,24.8),
+(439,1,234,25.6),
+(439,1,235,27.4),
+(439,1,236,22.2),
+(440,1,199,23.5),
+(440,1,200,22.2),
+(440,1,201,23.5),
+(440,1,202,30.9),
+(441,1,133,20),
+(441,1,135,26.5),
+(441,1,137,33.2),
+(441,1,136,20.3),
+(442,1,125,2),
+(442,1,127,2.8),
+(442,1,123,5.8),
+(442,1,122,5.9),
+(442,1,120,6.4),
+(442,1,118,6),
+(442,1,138,8.3),
+(442,1,130,8.3),
+(442,1,113,4.8),
+(442,1,134,4.1),
+(442,1,121,6.2),
+(442,1,124,2.6),
+(442,1,128,2.8),
+(442,1,133,4.2),
+(442,1,131,5.8),
+(442,1,132,5.7),
+(442,1,129,4.8),
+(442,1,135,4.4),
+(442,1,137,4.3),
+(442,1,136,4.3),
+(450,1,134,12.4),
+(450,1,133,12.1),
+(450,1,131,18.7),
+(450,1,132,17.9),
+(450,1,135,12.9),
+(450,1,137,12.8),
+(450,1,136,13.1),
+(451,1,134,13.5),
+(451,1,133,12.5),
+(451,1,131,16.6),
+(451,1,132,18.2),
+(451,1,135,12.7),
+(451,1,137,13.5),
+(451,1,136,13),
+(456,1,268,17.8),
+(456,1,267,18.7),
+(456,1,266,16.8),
+(456,1,269,14.8),
+(456,1,270,14.9),
+(456,1,265,17),
+(457,1,262,16.5),
+(457,1,271,17.8),
+(457,1,261,16.8),
+(457,1,269,17.7),
+(457,1,270,14.5),
+(457,1,265,16.7),
+(458,1,272,35.6),
+(458,1,273,31.9),
+(458,1,274,32.6),
+(459,1,275,29.9),
+(459,1,276,25.9),
+(459,1,277,44.2),
+(460,1,281,26.4),
+(460,1,280,25.3),
+(460,1,282,23.3),
+(460,1,283,25),
+(461,1,285,24.9),
+(461,1,284,24.6),
+(461,1,286,24.8),
+(461,1,287,25.7),
+(462,1,133,24),
+(462,1,135,24.1),
+(462,1,137,27),
+(462,1,136,24.9),
+(463,1,133,28.9),
+(463,1,135,24),
+(463,1,137,21.3),
+(463,1,136,25.9),
+(464,1,288,24.9),
+(464,1,290,26.3),
+(464,1,289,25.1),
+(464,1,291,23.6),
+(465,1,292,25.8),
+(465,1,294,22),
+(465,1,293,25.7),
+(465,1,295,26.5),
+(456,0,15,1.48),
+(456,0,19,1.48),
+(456,0,22,1.48),
+(456,0,94,4.35),
+(456,0,95,4.72),
+(456,0,96,2.41),
+(456,0,112,4.35),
+(456,0,113,4.72),
+(456,0,114,2.41),
+(456,0,197,0.1),
+(456,0,757,5.79),
+(456,0,758,5.79),
+(456,0,759,5.79),
+(456,0,760,5.79),
+(456,0,842,3.9),
+(456,0,843,3.9),
+(456,0,844,3.9),
+(456,0,845,3.9),
+(456,0,1012,4.4),
+(456,0,1013,4.4),
+(456,0,1014,4.4),
+(456,0,1015,4.4),
+(456,0,1307,0.1),
+(456,0,1802,3.48),
+(456,0,1803,3.48),
+(456,0,1840,2.42),
+(456,0,1841,2.42),
+(456,0,1954,3.33),
+(456,0,1955,3.33),
+(457,0,14,0.1),
+(457,0,29,0.1),
+(457,0,133,4.56),
+(457,0,134,4.97),
+(457,0,135,3.51),
+(457,0,152,4.56),
+(457,0,153,4.97),
+(457,0,154,3.51),
+(457,0,506,0.1),
+(457,0,510,0.1),
+(457,0,760,5.82),
+(457,0,761,5.82),
+(457,0,762,5.82),
+(457,0,763,5.82),
+(457,0,845,3.84),
+(457,0,846,3.84),
+(457,0,847,3.84),
+(457,0,848,3.84),
+(457,0,1015,4.49),
+(457,0,1016,4.49),
+(457,0,1017,4.49),
+(457,0,1018,4.49),
+(457,0,1804,3.25),
+(457,0,1805,3.25),
+(457,0,1842,2.1),
+(457,0,1843,2.1),
+(457,0,1956,3.24),
+(457,0,1957,3.24),
+(458,0,31,0.1),
+(458,0,152,4.44),
+(458,0,153,5.24),
+(458,0,154,3.4),
+(458,0,174,4.44),
+(458,0,179,5.24),
+(458,0,184,3.4),
+(458,0,683,0.1),
+(458,0,763,6.15),
+(458,0,764,6.15),
+(458,0,765,6.15),
+(458,0,766,6.15),
+(458,0,848,3.32),
+(458,0,849,3.32),
+(458,0,850,3.32),
+(458,0,851,3.32),
+(458,0,1018,4.41),
+(458,0,1019,4.41),
+(458,0,1020,4.41),
+(458,0,1021,4.41),
+(458,0,1022,3.58),
+(458,0,1805,3.4),
+(458,0,1806,3.4),
+(458,0,1843,2.11),
+(458,0,1844,2.11),
+(458,0,1957,3.2),
+(458,0,1958,3.2),
+(459,0,175,4.62),
+(459,0,176,4.62),
+(459,0,180,5.18),
+(459,0,181,5.18),
+(459,0,185,3.42),
+(459,0,186,3.42),
+(459,0,766,6.23),
+(459,0,767,6.23),
+(459,0,768,6.23),
+(459,0,769,6.23),
+(459,0,851,3.44),
+(459,0,852,3.44),
+(459,0,853,3.44),
+(459,0,854,3.44),
+(459,0,1021,4.65),
+(459,0,1022,4.65),
+(459,0,1023,4.65),
+(459,0,1024,4.65),
+(459,0,1807,3.18),
+(459,0,1808,3.18),
+(459,0,1845,1.84),
+(459,0,1846,1.84),
+(459,0,1959,3.09),
+(459,0,1960,3.09),
+(460,0,176,4.72),
+(460,0,177,4.72),
+(460,0,181,4.77),
+(460,0,182,4.77),
+(460,0,186,3.2),
+(460,0,187,3.2),
+(460,0,769,6.64),
+(460,0,770,6.64),
+(460,0,771,6.64),
+(460,0,772,6.64),
+(460,0,854,3.69),
+(460,0,855,3.69),
+(460,0,856,3.69),
+(460,0,857,3.69),
+(460,0,1024,4.58),
+(460,0,1025,4.58),
+(460,0,1026,4.58),
+(460,0,1027,4.58),
+(460,0,1704,0.1),
+(460,0,1808,2.9),
+(460,0,1809,2.9),
+(460,0,1846,1.56),
+(460,0,1847,1.56),
+(460,0,1960,3.02),
+(460,0,1961,3.02),
+(461,0,178,4.8),
+(461,0,183,4.99),
+(461,0,188,3.34),
+(461,0,213,4.8),
+(461,0,215,4.99),
+(461,0,217,3.34),
+(461,0,772,6.58),
+(461,0,773,6.58),
+(461,0,774,6.58),
+(461,0,775,6.58),
+(461,0,857,3.53),
+(461,0,858,3.53),
+(461,0,859,3.53),
+(461,0,860,3.53),
+(461,0,1027,4.46),
+(461,0,1028,4.46),
+(461,0,1029,4.46),
+(461,0,1030,4.46),
+(461,0,1810,3.19),
+(461,0,1811,3.19),
+(461,0,1848,1.59),
+(461,0,1849,1.59),
+(461,0,1962,2.91),
+(461,0,1963,2.91),
+(462,0,5,0.74),
+(462,0,25,0.74),
+(462,0,26,0.74),
+(462,0,94,0.74),
+(462,0,112,0.74),
+(462,0,133,0.74),
+(462,0,152,0.74),
+(462,0,174,0.74),
+(462,0,175,0.74),
+(462,0,176,0.74),
+(462,0,177,0.74),
+(462,0,178,0.74),
+(462,0,213,3.71),
+(462,0,214,3.71),
+(462,0,215,4.66),
+(462,0,216,4.66),
+(462,0,217,3.34),
+(462,0,218,3.34),
+(462,0,775,6.82),
+(462,0,776,6.82),
+(462,0,777,6.82),
+(462,0,778,6.82),
+(462,0,860,3.83),
+(462,0,861,3.83),
+(462,0,862,3.83),
+(462,0,863,3.83),
+(462,0,1030,4.55),
+(462,0,1031,4.55),
+(462,0,1032,4.55),
+(462,0,1033,4.55),
+(462,0,1811,2.93),
+(462,0,1812,2.93),
+(462,0,1849,1.58),
+(462,0,1850,1.58),
+(462,0,1963,2.61),
+(462,0,1964,2.61),
+(463,0,287,3.64),
+(463,0,333,3.64),
+(463,0,383,4.09),
+(463,0,384,4.09),
+(463,0,409,5.22),
+(463,0,410,5.22),
+(463,0,778,7.04),
+(463,0,779,7.04),
+(463,0,780,7.04),
+(463,0,781,7.04),
+(463,0,863,3.31),
+(463,0,864,3.31),
+(463,0,865,3.31),
+(463,0,866,3.31),
+(463,0,1033,4.67),
+(463,0,1034,4.67),
+(463,0,1035,4.67),
+(463,0,1036,4.67),
+(463,0,1813,2.86),
+(463,0,1814,2.86),
+(463,0,1851,1.71),
+(463,0,1852,1.71),
+(463,0,1965,2.44),
+(463,0,1966,2.44),
+(464,0,333,3.51),
+(464,0,334,3.51),
+(464,0,384,4),
+(464,0,385,4),
+(464,0,410,4.49),
+(464,0,411,4.49),
+(464,0,781,7.3),
+(464,0,782,7.3),
+(464,0,783,7.3),
+(464,0,784,7.3),
+(464,0,866,3.34),
+(464,0,867,3.34),
+(464,0,868,3.34),
+(464,0,869,3.34),
+(464,0,1036,4.68),
+(464,0,1037,4.68),
+(464,0,1038,4.68),
+(464,0,1039,4.68),
+(464,0,1799,0.4),
+(464,0,1800,0.4),
+(464,0,1801,0.4),
+(464,0,1802,0.4),
+(464,0,1803,0.4),
+(464,0,1804,0.4),
+(464,0,1805,0.4),
+(464,0,1806,0.4),
+(464,0,1807,0.4),
+(464,0,1808,0.4),
+(464,0,1809,0.4),
+(464,0,1810,0.4),
+(464,0,1811,0.4),
+(464,0,1812,0.4),
+(464,0,1813,0.4),
+(464,0,1814,2.29),
+(464,0,1815,2.29),
+(464,0,1852,1.98),
+(464,0,1853,1.98),
+(464,0,1966,2.58),
+(464,0,1967,2.58),
+(465,0,335,3.49),
+(465,0,336,3.49),
+(465,0,386,3.93),
+(465,0,387,3.93),
+(465,0,412,5.09),
+(465,0,413,5.09),
+(465,0,784,7.01),
+(465,0,785,7.01),
+(465,0,786,7.01),
+(465,0,787,7.01),
+(465,0,869,3.03),
+(465,0,870,3.03),
+(465,0,871,3.03),
+(465,0,872,3.03),
+(465,0,1039,4.84),
+(465,0,1040,4.84),
+(465,0,1041,4.84),
+(465,0,1042,4.84),
+(465,0,1816,3.15),
+(465,0,1817,3.15),
+(465,0,1854,1.99),
+(465,0,1855,1.99),
+(465,0,1968,2.64),
+(465,0,1969,2.64);
diff --git a/src/server/database/Database/Implementation/CharacterDatabase.cpp b/src/server/database/Database/Implementation/CharacterDatabase.cpp
index 1981ffbfcec..d6cce52b283 100644
--- a/src/server/database/Database/Implementation/CharacterDatabase.cpp
+++ b/src/server/database/Database/Implementation/CharacterDatabase.cpp
@@ -22,7 +22,7 @@ void CharacterDatabaseConnection::DoPrepareStatements()
if (!m_reconnecting)
m_stmts.resize(MAX_CHARACTERDATABASE_STATEMENTS);
-#define SelectItemInstanceContent "ii.guid, ii.itemEntry, ii.creatorGuid, ii.giftCreatorGuid, ii.count, ii.duration, ii.charges, ii.flags, ii.enchantments, ii.randomPropertyId, " \
+#define SelectItemInstanceContent "ii.guid, ii.itemEntry, ii.creatorGuid, ii.giftCreatorGuid, ii.count, ii.duration, ii.charges, ii.flags, ii.enchantments, ii.randomPropertyType, ii.randomPropertyId, " \
"ii.durability, ii.playedTime, ii.text, ii.upgradeId, ii.battlePetSpeciesId, ii.battlePetBreedData, ii.battlePetLevel, ii.battlePetDisplayId, ii.bonusListIDs, " \
"iit.itemModifiedAppearanceAllSpecs, iit.itemModifiedAppearanceSpec1, iit.itemModifiedAppearanceSpec2, iit.itemModifiedAppearanceSpec3, iit.itemModifiedAppearanceSpec4, " \
"iit.spellItemEnchantmentAllSpecs, iit.spellItemEnchantmentSpec1, iit.spellItemEnchantmentSpec2, iit.spellItemEnchantmentSpec3, iit.spellItemEnchantmentSpec4, " \
@@ -167,8 +167,8 @@ void CharacterDatabaseConnection::DoPrepareStatements()
PrepareStatement(CHAR_DEL_ITEM_BOP_TRADE, "DELETE FROM item_soulbound_trade_data WHERE itemGuid = ? LIMIT 1", CONNECTION_ASYNC);
PrepareStatement(CHAR_INS_ITEM_BOP_TRADE, "INSERT INTO item_soulbound_trade_data VALUES (?, ?)", CONNECTION_ASYNC);
PrepareStatement(CHAR_REP_INVENTORY_ITEM, "REPLACE INTO character_inventory (guid, bag, slot, item) VALUES (?, ?, ?, ?)", CONNECTION_ASYNC);
- PrepareStatement(CHAR_REP_ITEM_INSTANCE, "REPLACE INTO item_instance (itemEntry, owner_guid, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyId, durability, playedTime, text, upgradeId, battlePetSpeciesId, battlePetBreedData, battlePetLevel, battlePetDisplayId, bonusListIDs, guid) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", CONNECTION_ASYNC);
- PrepareStatement(CHAR_UPD_ITEM_INSTANCE, "UPDATE item_instance SET itemEntry = ?, owner_guid = ?, creatorGuid = ?, giftCreatorGuid = ?, count = ?, duration = ?, charges = ?, flags = ?, enchantments = ?, randomPropertyId = ?, durability = ?, playedTime = ?, text = ?, upgradeId = ?, battlePetSpeciesId = ?, battlePetBreedData = ?, battlePetLevel = ?, battlePetDisplayId = ?, bonusListIDs = ? WHERE guid = ?", CONNECTION_ASYNC);
+ PrepareStatement(CHAR_REP_ITEM_INSTANCE, "REPLACE INTO item_instance (itemEntry, owner_guid, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyType, randomPropertyId, durability, playedTime, text, upgradeId, battlePetSpeciesId, battlePetBreedData, battlePetLevel, battlePetDisplayId, bonusListIDs, guid) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", CONNECTION_ASYNC);
+ PrepareStatement(CHAR_UPD_ITEM_INSTANCE, "UPDATE item_instance SET itemEntry = ?, owner_guid = ?, creatorGuid = ?, giftCreatorGuid = ?, count = ?, duration = ?, charges = ?, flags = ?, enchantments = ?, randomPropertyType = ?, randomPropertyId = ?, durability = ?, playedTime = ?, text = ?, upgradeId = ?, battlePetSpeciesId = ?, battlePetBreedData = ?, battlePetLevel = ?, battlePetDisplayId = ?, bonusListIDs = ? WHERE guid = ?", CONNECTION_ASYNC);
PrepareStatement(CHAR_UPD_ITEM_INSTANCE_ON_LOAD, "UPDATE item_instance SET duration = ?, flags = ?, durability = ?, upgradeId = ? WHERE guid = ?", CONNECTION_ASYNC);
PrepareStatement(CHAR_DEL_ITEM_INSTANCE, "DELETE FROM item_instance WHERE guid = ?", CONNECTION_ASYNC);
PrepareStatement(CHAR_DEL_ITEM_INSTANCE_BY_OWNER, "DELETE FROM item_instance WHERE owner_guid = ?", CONNECTION_ASYNC);
@@ -620,8 +620,8 @@ void CharacterDatabaseConnection::DoPrepareStatements()
PrepareStatement(CHAR_UPD_CHAR_LIST_SLOT, "UPDATE characters SET slot = ? WHERE guid = ? AND account = ?", CONNECTION_ASYNC);
// Void Storage
- PrepareStatement(CHAR_SEL_CHAR_VOID_STORAGE, "SELECT itemId, itemEntry, slot, creatorGuid, randomProperty, suffixFactor, upgradeId, fixedScalingLevel, artifactKnowledgeLevel, bonusListIDs FROM character_void_storage WHERE playerGuid = ?", CONNECTION_ASYNC);
- PrepareStatement(CHAR_REP_CHAR_VOID_STORAGE_ITEM, "REPLACE INTO character_void_storage (itemId, playerGuid, itemEntry, slot, creatorGuid, randomProperty, suffixFactor, upgradeId, fixedScalingLevel, artifactKnowledgeLevel, bonusListIDs) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", CONNECTION_ASYNC);
+ PrepareStatement(CHAR_SEL_CHAR_VOID_STORAGE, "SELECT itemId, itemEntry, slot, creatorGuid, randomPropertyType, randomProperty, suffixFactor, upgradeId, fixedScalingLevel, artifactKnowledgeLevel, bonusListIDs FROM character_void_storage WHERE playerGuid = ?", CONNECTION_ASYNC);
+ PrepareStatement(CHAR_REP_CHAR_VOID_STORAGE_ITEM, "REPLACE INTO character_void_storage (itemId, playerGuid, itemEntry, slot, creatorGuid, randomPropertyType, randomProperty, suffixFactor, upgradeId, fixedScalingLevel, artifactKnowledgeLevel, bonusListIDs) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", CONNECTION_ASYNC);
PrepareStatement(CHAR_DEL_CHAR_VOID_STORAGE_ITEM_BY_CHAR_GUID, "DELETE FROM character_void_storage WHERE playerGuid = ?", CONNECTION_ASYNC);
PrepareStatement(CHAR_DEL_CHAR_VOID_STORAGE_ITEM_BY_SLOT, "DELETE FROM character_void_storage WHERE slot = ? AND playerGuid = ?", CONNECTION_ASYNC);
@@ -638,10 +638,10 @@ void CharacterDatabaseConnection::DoPrepareStatements()
PrepareStatement(CHAR_DEL_GUILD_FINDER_GUILD_SETTINGS, "DELETE FROM guild_finder_guild_settings WHERE guildId = ?", CONNECTION_ASYNC);
// Items that hold loot or money
- PrepareStatement(CHAR_SEL_ITEMCONTAINER_ITEMS, "SELECT item_id, item_count, follow_rules, ffa, blocked, counted, under_threshold, needs_quest, rnd_prop, rnd_suffix FROM item_loot_items WHERE container_id = ?", CONNECTION_SYNCH);
+ PrepareStatement(CHAR_SEL_ITEMCONTAINER_ITEMS, "SELECT item_id, item_count, follow_rules, ffa, blocked, counted, under_threshold, needs_quest, rnd_type, rnd_prop, rnd_suffix FROM item_loot_items WHERE container_id = ?", CONNECTION_SYNCH);
PrepareStatement(CHAR_DEL_ITEMCONTAINER_ITEMS, "DELETE FROM item_loot_items WHERE container_id = ?", CONNECTION_ASYNC);
PrepareStatement(CHAR_DEL_ITEMCONTAINER_ITEM, "DELETE FROM item_loot_items WHERE container_id = ? AND item_id = ?", CONNECTION_ASYNC);
- PrepareStatement(CHAR_INS_ITEMCONTAINER_ITEMS, "INSERT INTO item_loot_items (container_id, item_id, item_count, follow_rules, ffa, blocked, counted, under_threshold, needs_quest, rnd_prop, rnd_suffix) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", CONNECTION_ASYNC);
+ PrepareStatement(CHAR_INS_ITEMCONTAINER_ITEMS, "INSERT INTO item_loot_items (container_id, item_id, item_count, follow_rules, ffa, blocked, counted, under_threshold, needs_quest, rnd_type, rnd_prop, rnd_suffix) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", CONNECTION_ASYNC);
PrepareStatement(CHAR_SEL_ITEMCONTAINER_MONEY, "SELECT money FROM item_loot_money WHERE container_id = ?", CONNECTION_SYNCH);
PrepareStatement(CHAR_DEL_ITEMCONTAINER_MONEY, "DELETE FROM item_loot_money WHERE container_id = ?", CONNECTION_ASYNC);
PrepareStatement(CHAR_INS_ITEMCONTAINER_MONEY, "INSERT INTO item_loot_money (container_id, money) VALUES (?, ?)", CONNECTION_ASYNC);
diff --git a/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp b/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp
index 145b0709592..83d53144a7e 100644
--- a/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp
+++ b/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp
@@ -987,8 +987,7 @@ void AuctionBotSeller::AddNewAuctions(SellerConfiguration& config)
// Update the just created item so that if it needs random properties it has them.
// Ex: Notched Shortsword of Stamina will only generate as a Notched Shortsword without this.
- if (int32 randomPropertyId = Item::GenerateItemRandomPropertyId(itemId))
- item->SetItemRandomProperties(randomPropertyId);
+ item->SetItemRandomProperties(Item::GenerateItemRandomPropertyId(itemId));
uint32 buyoutPrice;
uint32 bidPrice = 0;
diff --git a/src/server/game/Entities/Item/Item.cpp b/src/server/game/Entities/Item/Item.cpp
index abc7e526f30..fc8ef4755f6 100644
--- a/src/server/game/Entities/Item/Item.cpp
+++ b/src/server/game/Entities/Item/Item.cpp
@@ -410,7 +410,8 @@ void Item::SaveToDB(SQLTransaction& trans)
}
stmt->setString(++index, ssEnchants.str());
- stmt->setInt16 (++index, GetItemRandomPropertyId());
+ stmt->setUInt8(++index, uint8(GetItemRandomEnchantmentId().Type));
+ stmt->setUInt32(++index, GetItemRandomEnchantmentId().Id);
stmt->setUInt16(++index, GetUInt32Value(ITEM_FIELD_DURABILITY));
stmt->setUInt32(++index, GetUInt32Value(ITEM_FIELD_CREATE_PLAYED_TIME));
stmt->setString(++index, m_text);
@@ -617,17 +618,17 @@ void Item::SaveToDB(SQLTransaction& trans)
bool Item::LoadFromDB(ObjectGuid::LowType guid, ObjectGuid ownerGuid, Field* fields, uint32 entry)
{
- // 0 1 2 3 4 5 6 7 8 9 10 11 12
- // SELECT guid, itemEntry, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyId, durability, playedTime, text,
- // 13 14 15 16 17 18
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13
+ // SELECT guid, itemEntry, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyType, randomPropertyId, durability, playedTime, text,
+ // 14 15 16 17 18 19
// upgradeId, battlePetSpeciesId, battlePetBreedData, battlePetLevel, battlePetDisplayId, bonusListIDs,
- // 19 20 21 22 23
+ // 20 21 22 23 24
// itemModifiedAppearanceAllSpecs, itemModifiedAppearanceSpec1, itemModifiedAppearanceSpec2, itemModifiedAppearanceSpec3, itemModifiedAppearanceSpec4,
- // 24 25 26 27 28
+ // 25 26 27 28 29
// spellItemEnchantmentAllSpecs, spellItemEnchantmentSpec1, spellItemEnchantmentSpec2, spellItemEnchantmentSpec3, spellItemEnchantmentSpec4,
- // 29 30 31 32 33 34 35 36 37 38 39 40
+ // 30 31 32 33 34 35 36 37 38 39 40 41
// gemItemId1, gemBonuses1, gemContext1, gemScalingLevel1, gemItemId2, gemBonuses2, gemContext2, gemScalingLevel2, gemItemId3, gemBonuses3, gemContext3, gemScalingLevel3
- // 41 42
+ // 42 43
// fixedScalingLevel, artifactKnowledgeLevel FROM item_instance
// create item before any checks for store correct guid
@@ -684,12 +685,18 @@ bool Item::LoadFromDB(ObjectGuid::LowType guid, ObjectGuid ownerGuid, Field* fie
}
_LoadIntoDataField(fields[8].GetString(), ITEM_FIELD_ENCHANTMENT, MAX_ENCHANTMENT_SLOT * MAX_ENCHANTMENT_OFFSET);
- SetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID, fields[9].GetInt16());
- // recalculate suffix factor
- if (GetItemRandomPropertyId() < 0)
+ m_randomEnchantment.Type = ItemRandomEnchantmentType(fields[9].GetUInt8());
+ m_randomEnchantment.Id = fields[10].GetUInt32();
+ if (m_randomEnchantment.Type == ItemRandomEnchantmentType::Property)
+ SetUInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID, m_randomEnchantment.Id);
+ else if (m_randomEnchantment.Type == ItemRandomEnchantmentType::Suffix)
+ {
+ SetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID, -int32(m_randomEnchantment.Id));
+ // recalculate suffix factor
UpdateItemSuffixFactor();
+ }
- uint32 durability = fields[10].GetUInt16();
+ uint32 durability = fields[11].GetUInt16();
SetUInt32Value(ITEM_FIELD_DURABILITY, durability);
// update max durability (and durability) if need
SetUInt32Value(ITEM_FIELD_MAXDURABILITY, proto->MaxDurability);
@@ -699,10 +706,10 @@ bool Item::LoadFromDB(ObjectGuid::LowType guid, ObjectGuid ownerGuid, Field* fie
need_save = true;
}
- SetUInt32Value(ITEM_FIELD_CREATE_PLAYED_TIME, fields[11].GetUInt32());
- SetText(fields[12].GetString());
+ SetUInt32Value(ITEM_FIELD_CREATE_PLAYED_TIME, fields[12].GetUInt32());
+ SetText(fields[13].GetString());
- uint32 upgradeId = fields[13].GetUInt32();
+ uint32 upgradeId = fields[14].GetUInt32();
ItemUpgradeEntry const* rulesetUpgrade = sItemUpgradeStore.LookupEntry(sDB2Manager.GetRulesetItemUpgrade(entry));
ItemUpgradeEntry const* upgrade = sItemUpgradeStore.LookupEntry(upgradeId);
if (!rulesetUpgrade || !upgrade || rulesetUpgrade->ItemUpgradePathID != upgrade->ItemUpgradePathID)
@@ -718,49 +725,49 @@ bool Item::LoadFromDB(ObjectGuid::LowType guid, ObjectGuid ownerGuid, Field* fie
}
SetModifier(ITEM_MODIFIER_UPGRADE_ID, upgradeId);
- SetModifier(ITEM_MODIFIER_BATTLE_PET_SPECIES_ID, fields[14].GetUInt32());
- SetModifier(ITEM_MODIFIER_BATTLE_PET_BREED_DATA, fields[15].GetUInt32());
- SetModifier(ITEM_MODIFIER_BATTLE_PET_LEVEL, fields[16].GetUInt16());
- SetModifier(ITEM_MODIFIER_BATTLE_PET_DISPLAY_ID, fields[17].GetUInt32());
+ SetModifier(ITEM_MODIFIER_BATTLE_PET_SPECIES_ID, fields[15].GetUInt32());
+ SetModifier(ITEM_MODIFIER_BATTLE_PET_BREED_DATA, fields[16].GetUInt32());
+ SetModifier(ITEM_MODIFIER_BATTLE_PET_LEVEL, fields[17].GetUInt16());
+ SetModifier(ITEM_MODIFIER_BATTLE_PET_DISPLAY_ID, fields[18].GetUInt32());
- Tokenizer bonusListIDs(fields[18].GetString(), ' ');
+ Tokenizer bonusListIDs(fields[19].GetString(), ' ');
for (char const* token : bonusListIDs)
{
uint32 bonusListID = atoul(token);
AddBonuses(bonusListID);
}
- SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_ALL_SPECS, fields[19].GetUInt32());
- SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_1, fields[20].GetUInt32());
- SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_2, fields[21].GetUInt32());
- SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_3, fields[22].GetUInt32());
- SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_4, fields[23].GetUInt32());
+ SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_ALL_SPECS, fields[20].GetUInt32());
+ SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_1, fields[21].GetUInt32());
+ SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_2, fields[22].GetUInt32());
+ SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_3, fields[23].GetUInt32());
+ SetModifier(ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_4, fields[24].GetUInt32());
- SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_ALL_SPECS, fields[24].GetUInt32());
- SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_1, fields[25].GetUInt32());
- SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_2, fields[26].GetUInt32());
- SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_3, fields[27].GetUInt32());
- SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_4, fields[28].GetUInt32());
+ SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_ALL_SPECS, fields[25].GetUInt32());
+ SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_1, fields[26].GetUInt32());
+ SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_2, fields[27].GetUInt32());
+ SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_3, fields[28].GetUInt32());
+ SetModifier(ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_4, fields[29].GetUInt32());
uint32 const gemFields = 4;
ItemDynamicFieldGems gemData[MAX_GEM_SOCKETS];
memset(gemData, 0, sizeof(gemData));
for (uint32 i = 0; i < MAX_GEM_SOCKETS; ++i)
{
- gemData[i].ItemId = fields[29 + i * gemFields].GetUInt32();
- Tokenizer gemBonusListIDs(fields[30 + i * gemFields].GetString(), ' ');
+ gemData[i].ItemId = fields[30 + i * gemFields].GetUInt32();
+ Tokenizer gemBonusListIDs(fields[31 + i * gemFields].GetString(), ' ');
uint32 b = 0;
for (char const* token : gemBonusListIDs)
if (uint32 bonusListID = atoul(token))
gemData[i].BonusListIDs[b++] = bonusListID;
- gemData[i].Context = fields[31 + i * gemFields].GetUInt8();
+ gemData[i].Context = fields[32 + i * gemFields].GetUInt8();
if (gemData[i].ItemId)
- SetGem(i, &gemData[i], fields[32 + i * gemFields].GetUInt32());
+ SetGem(i, &gemData[i], fields[33 + i * gemFields].GetUInt32());
}
- SetModifier(ITEM_MODIFIER_SCALING_STAT_DISTRIBUTION_FIXED_LEVEL, fields[41].GetUInt32());
- SetModifier(ITEM_MODIFIER_ARTIFACT_KNOWLEDGE_LEVEL, fields[42].GetUInt32());
+ SetModifier(ITEM_MODIFIER_SCALING_STAT_DISTRIBUTION_FIXED_LEVEL, fields[42].GetUInt32());
+ SetModifier(ITEM_MODIFIER_ARTIFACT_KNOWLEDGE_LEVEL, fields[43].GetUInt32());
if (need_save) // normal item changed state set not work at loading
{
@@ -876,82 +883,69 @@ uint32 Item::GetSkill()
return proto->GetSkill();
}
-int32 Item::GenerateItemRandomPropertyId(uint32 item_id)
+ItemRandomEnchantmentId Item::GenerateItemRandomPropertyId(uint32 item_id)
{
ItemTemplate const* itemProto = sObjectMgr->GetItemTemplate(item_id);
-
if (!itemProto)
- return 0;
+ return{};
// item must have one from this field values not null if it can have random enchantments
- if ((!itemProto->GetRandomProperty()) && (!itemProto->GetRandomSuffix()))
- return 0;
+ if (!itemProto->GetRandomProperty() && !itemProto->GetRandomSuffix())
+ return{};
// item can have not null only one from field values
- if ((itemProto->GetRandomProperty()) && (itemProto->GetRandomSuffix()))
+ if (itemProto->GetRandomProperty() && itemProto->GetRandomSuffix())
{
TC_LOG_ERROR("sql.sql", "Item template %u have RandomProperty == %u and RandomSuffix == %u, but must have one from field =0", itemProto->GetId(), itemProto->GetRandomProperty(), itemProto->GetRandomSuffix());
- return 0;
+ return{};
}
// RandomProperty case
if (itemProto->GetRandomProperty())
- {
- uint32 randomPropId = GetItemEnchantMod(itemProto->GetRandomProperty());
- if (!sItemRandomPropertiesStore.LookupEntry(randomPropId))
- {
- TC_LOG_ERROR("sql.sql", "Enchantment id #%u used but it doesn't have records in 'ItemRandomProperties.dbc'", randomPropId);
- return 0;
- }
-
- return randomPropId;
- }
+ return GetItemEnchantMod(itemProto->GetRandomProperty(), ItemRandomEnchantmentType::Property);
// RandomSuffix case
else
- {
- uint32 randomPropId = GetItemEnchantMod(itemProto->GetRandomSuffix());
- if (!sItemRandomSuffixStore.LookupEntry(randomPropId))
- {
- TC_LOG_ERROR("sql.sql", "Enchantment id #%u used but it doesn't have records in sItemRandomSuffixStore.", randomPropId);
- return 0;
- }
-
- return -int32(randomPropId);
- }
+ return GetItemEnchantMod(itemProto->GetRandomSuffix(), ItemRandomEnchantmentType::Suffix);
}
-void Item::SetItemRandomProperties(int32 randomPropId)
+void Item::SetItemRandomProperties(ItemRandomEnchantmentId const& randomPropId)
{
- if (!randomPropId)
+ if (!randomPropId.Id)
return;
- if (randomPropId > 0)
+ switch (randomPropId.Type)
{
- if (ItemRandomPropertiesEntry const* item_rand = sItemRandomPropertiesStore.LookupEntry(randomPropId))
- {
- if (GetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID) != randomPropId)
+ case ItemRandomEnchantmentType::Property:
+ if (ItemRandomPropertiesEntry const* item_rand = sItemRandomPropertiesStore.LookupEntry(randomPropId.Id))
{
- SetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID, randomPropId);
- SetState(ITEM_CHANGED, GetOwner());
+ if (GetUInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID) != randomPropId.Id)
+ {
+ SetUInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID, randomPropId.Id);
+ SetState(ITEM_CHANGED, GetOwner());
+ }
+ for (uint32 i = PROP_ENCHANTMENT_SLOT_0; i <= PROP_ENCHANTMENT_SLOT_4; ++i)
+ SetEnchantment(EnchantmentSlot(i), item_rand->Enchantment[i - PROP_ENCHANTMENT_SLOT_0], 0, 0);
}
- for (uint32 i = PROP_ENCHANTMENT_SLOT_1; i < PROP_ENCHANTMENT_SLOT_1 + 3; ++i)
- SetEnchantment(EnchantmentSlot(i), item_rand->Enchantment[i - PROP_ENCHANTMENT_SLOT_1], 0, 0);
- }
- }
- else
- {
- if (ItemRandomSuffixEntry const* item_rand = sItemRandomSuffixStore.LookupEntry(-randomPropId))
- {
- if (GetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID) != randomPropId || !GetItemSuffixFactor())
+ break;
+ case ItemRandomEnchantmentType::Suffix:
+ if (ItemRandomSuffixEntry const* item_rand = sItemRandomSuffixStore.LookupEntry(randomPropId.Id))
{
- SetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID, randomPropId);
- UpdateItemSuffixFactor();
- SetState(ITEM_CHANGED, GetOwner());
- }
+ if (GetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID) != -int32(randomPropId.Id) || !GetItemSuffixFactor())
+ {
+ SetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID, -int32(randomPropId.Id));
+ UpdateItemSuffixFactor();
+ SetState(ITEM_CHANGED, GetOwner());
+ }
- for (uint32 i = PROP_ENCHANTMENT_SLOT_0; i <= PROP_ENCHANTMENT_SLOT_4; ++i)
- SetEnchantment(EnchantmentSlot(i), item_rand->Enchantment[i - PROP_ENCHANTMENT_SLOT_0], 0, 0);
- }
+ for (uint32 i = PROP_ENCHANTMENT_SLOT_0; i <= PROP_ENCHANTMENT_SLOT_4; ++i)
+ SetEnchantment(EnchantmentSlot(i), item_rand->Enchantment[i - PROP_ENCHANTMENT_SLOT_0], 0, 0);
+ }
+ break;
+ case ItemRandomEnchantmentType::BonusList:
+ AddBonuses(randomPropId.Id);
+ break;
+ default:
+ break;
}
}
@@ -1412,7 +1406,7 @@ Item* Item::CloneItem(uint32 count, Player const* player) const
newItem->SetUInt32Value(ITEM_FIELD_DURATION, GetUInt32Value(ITEM_FIELD_DURATION));
// player CAN be NULL in which case we must not update random properties because that accesses player's item update queue
if (player)
- newItem->SetItemRandomProperties(GetItemRandomPropertyId());
+ newItem->SetItemRandomProperties(GetItemRandomEnchantmentId());
return newItem;
}
@@ -2048,8 +2042,9 @@ void Item::ItemContainerSaveLootToDB()
stmt_items->setBool(6, _li->is_counted);
stmt_items->setBool(7, _li->is_underthreshold);
stmt_items->setBool(8, _li->needs_quest);
- stmt_items->setInt32(9, _li->randomPropertyId);
- stmt_items->setUInt32(10, _li->randomSuffix);
+ stmt_items->setUInt8(9, uint8(_li->randomPropertyId.Type));
+ stmt_items->setUInt32(10, _li->randomPropertyId.Id);
+ stmt_items->setUInt32(11, _li->randomSuffix);
trans->Append(stmt_items);
}
}
@@ -2107,8 +2102,8 @@ bool Item::ItemContainerLoadLootFromDB()
loot_item.canSave = true;
loot_item.is_underthreshold = fields[6].GetBool();
loot_item.needs_quest = fields[7].GetBool();
- loot_item.randomPropertyId = fields[8].GetInt32();
- loot_item.randomSuffix = fields[9].GetUInt32();
+ loot_item.randomPropertyId = { ItemRandomEnchantmentType(fields[8].GetUInt8()), fields[9].GetUInt32() };
+ loot_item.randomSuffix = fields[10].GetUInt32();
// Copy the extra loot conditions from the item in the loot template
lt->CopyConditions(&loot_item);
diff --git a/src/server/game/Entities/Item/Item.h b/src/server/game/Entities/Item/Item.h
index 6fdc8e212b4..bef82a76013 100644
--- a/src/server/game/Entities/Item/Item.h
+++ b/src/server/game/Entities/Item/Item.h
@@ -22,6 +22,7 @@
#include "Common.h"
#include "Object.h"
#include "LootMgr.h"
+#include "ItemEnchantmentMgr.h"
#include "ItemTemplate.h"
#include "DatabaseEnv.h"
@@ -395,9 +396,10 @@ class TC_GAME_API Item : public Object
// RandomPropertyId (signed but stored as unsigned)
int32 GetItemRandomPropertyId() const { return GetInt32Value(ITEM_FIELD_RANDOM_PROPERTIES_ID); }
uint32 GetItemSuffixFactor() const { return GetUInt32Value(ITEM_FIELD_PROPERTY_SEED); }
- void SetItemRandomProperties(int32 randomPropId);
+ void SetItemRandomProperties(ItemRandomEnchantmentId const& randomPropId);
void UpdateItemSuffixFactor();
- static int32 GenerateItemRandomPropertyId(uint32 item_id);
+ static ItemRandomEnchantmentId GenerateItemRandomPropertyId(uint32 item_id);
+ ItemRandomEnchantmentId GetItemRandomEnchantmentId() const { return m_randomEnchantment; }
void SetEnchantment(EnchantmentSlot slot, uint32 id, uint32 duration, uint32 charges, ObjectGuid caster = ObjectGuid::Empty);
void SetEnchantmentDuration(EnchantmentSlot slot, uint32 duration, Player* owner);
void SetEnchantmentCharges(EnchantmentSlot slot, uint32 charges);
@@ -528,6 +530,7 @@ class TC_GAME_API Item : public Object
uint32 m_paidMoney;
uint32 m_paidExtendedCost;
GuidSet allowedGUIDs;
+ ItemRandomEnchantmentId m_randomEnchantment; // store separately to easily find which bonus list is the one randomly given for stat rerolling
ObjectGuid m_childItem;
std::unordered_map<uint32, uint16> m_artifactPowerIdToIndex;
std::array<uint32, MAX_ITEM_PROTO_SOCKETS> m_gemScalingLevels;
diff --git a/src/server/game/Entities/Item/ItemEnchantmentMgr.cpp b/src/server/game/Entities/Item/ItemEnchantmentMgr.cpp
index ac9000ded5e..f2723a97981 100644
--- a/src/server/game/Entities/Item/ItemEnchantmentMgr.cpp
+++ b/src/server/game/Entities/Item/ItemEnchantmentMgr.cpp
@@ -17,6 +17,7 @@
*/
#include "ItemEnchantmentMgr.h"
+#include "Containers.h"
#include "DatabaseEnv.h"
#include "Log.h"
#include "ObjectMgr.h"
@@ -28,29 +29,41 @@
struct EnchStoreItem
{
+ ItemRandomEnchantmentType type;
uint32 ench;
float chance;
EnchStoreItem()
- : ench(0), chance(0) { }
+ : type(ItemRandomEnchantmentType::Property), ench(0), chance(0) { }
- EnchStoreItem(uint32 _ench, float _chance)
- : ench(_ench), chance(_chance) { }
+ EnchStoreItem(ItemRandomEnchantmentType _type, uint32 _ench, float _chance)
+ : type(_type), ench(_ench), chance(_chance) { }
};
typedef std::vector<EnchStoreItem> EnchStoreList;
-typedef std::unordered_map<uint32, EnchStoreList> EnchantmentStore;
-static EnchantmentStore RandomItemEnch;
+class EnchantmentStore
+{
+ std::unordered_map<uint32, EnchStoreList> _data[2];
+
+public:
+ std::unordered_map<uint32, EnchStoreList>& operator[](ItemRandomEnchantmentType type)
+ {
+ ASSERT(type != ItemRandomEnchantmentType::BonusList, "Random bonus lists do not have their own storage, use Suffix for them");
+ return _data[uint8(type)];
+ }
+
+} static RandomItemEnch;
void LoadRandomEnchantmentsTable()
{
uint32 oldMSTime = getMSTime();
- RandomItemEnch.clear(); // for reload case
+ RandomItemEnch[ItemRandomEnchantmentType::Property].clear();
+ RandomItemEnch[ItemRandomEnchantmentType::Suffix].clear();
- // 0 1 2
- QueryResult result = WorldDatabase.Query("SELECT entry, ench, chance FROM item_enchantment_template");
+ // 0 1 2 3
+ QueryResult result = WorldDatabase.Query("SELECT entry, type, ench, chance FROM item_enchantment_template");
if (result)
{
@@ -61,11 +74,56 @@ void LoadRandomEnchantmentsTable()
Field* fields = result->Fetch();
uint32 entry = fields[0].GetUInt32();
- uint32 ench = fields[1].GetUInt32();
- float chance = fields[2].GetFloat();
-
- if (chance > 0.000001f && chance <= 100.0f)
- RandomItemEnch[entry].push_back(EnchStoreItem(ench, chance));
+ ItemRandomEnchantmentType type = ItemRandomEnchantmentType(fields[1].GetUInt8());
+ uint32 ench = fields[2].GetUInt32();
+ float chance = fields[3].GetFloat();
+
+ switch (type)
+ {
+ case ItemRandomEnchantmentType::Property:
+ if (!sItemRandomPropertiesStore.LookupEntry(ench))
+ {
+ TC_LOG_ERROR("sql.sql", "Property %u used in `item_enchantment_template` by entry %u doesn't have exist in ItemRandomProperties.db2", ench, entry);
+ continue;
+ }
+ break;
+ case ItemRandomEnchantmentType::Suffix:
+ if (!sItemRandomSuffixStore.LookupEntry(ench))
+ {
+ TC_LOG_ERROR("sql.sql", "Suffix %u used in `item_enchantment_template` by entry %u doesn't have exist in ItemRandomSuffix.db2", ench, entry);
+ continue;
+ }
+ break;
+ case ItemRandomEnchantmentType::BonusList:
+ if (!sDB2Manager.GetItemBonusList(ench))
+ {
+ TC_LOG_ERROR("sql.sql", "Bonus list %u used in `item_enchantment_template` by entry %u doesn't have exist in ItemBonus.db2", ench, entry);
+ continue;
+ }
+ break;
+ default:
+ TC_LOG_ERROR("sql.sql", "Invalid random enchantment type specified in `item_enchantment_template` table for `entry` %u `ench` %u", entry, ench);
+ break;
+ }
+
+ if (chance < 0.000001f || chance > 100.0f)
+ {
+ TC_LOG_ERROR("sql.sql", "Random item enchantment for entry %u type %u ench %u has invalid chance %f", entry, uint32(type), ench, chance);
+ continue;
+ }
+
+ switch (type)
+ {
+ case ItemRandomEnchantmentType::Property:
+ RandomItemEnch[ItemRandomEnchantmentType::Property][entry].emplace_back(type, ench, chance);
+ break;
+ case ItemRandomEnchantmentType::Suffix:
+ case ItemRandomEnchantmentType::BonusList: // random bonus lists use RandomSuffix field in Item-sparse.db2
+ RandomItemEnch[ItemRandomEnchantmentType::Suffix][entry].emplace_back(type, ench, chance);
+ break;
+ default:
+ break;
+ }
++count;
} while (result->NextRow());
@@ -76,45 +134,27 @@ void LoadRandomEnchantmentsTable()
TC_LOG_ERROR("server.loading", ">> Loaded 0 Item Enchantment definitions. DB table `item_enchantment_template` is empty.");
}
-uint32 GetItemEnchantMod(int32 entry)
+ItemRandomEnchantmentId GetItemEnchantMod(int32 entry, ItemRandomEnchantmentType type)
{
if (!entry)
- return 0;
+ return{};
if (entry == -1)
- return 0;
+ return{};
- EnchantmentStore::const_iterator tab = RandomItemEnch.find(entry);
- if (tab == RandomItemEnch.end())
+ auto tab = RandomItemEnch[type].find(entry);
+ if (tab == RandomItemEnch[type].end())
{
TC_LOG_ERROR("sql.sql", "Item RandomProperty / RandomSuffix id #%u used in `item_template` but it does not have records in `item_enchantment_template` table.", entry);
- return 0;
+ return{};
}
- double dRoll = rand_chance();
- float fCount = 0;
-
- for (EnchStoreList::const_iterator ench_iter = tab->second.begin(); ench_iter != tab->second.end(); ++ench_iter)
+ auto selectedItr = Trinity::Containers::SelectRandomWeightedContainerElement(tab->second, [](EnchStoreItem const& enchant)
{
- fCount += ench_iter->chance;
-
- if (fCount > dRoll)
- return ench_iter->ench;
- }
+ return enchant.chance;
+ });
- //we could get here only if sum of all enchantment chances is lower than 100%
- dRoll = (irand(0, (int)floor(fCount * 100) + 1)) / 100;
- fCount = 0;
-
- for (EnchStoreList::const_iterator ench_iter = tab->second.begin(); ench_iter != tab->second.end(); ++ench_iter)
- {
- fCount += ench_iter->chance;
-
- if (fCount > dRoll)
- return ench_iter->ench;
- }
-
- return 0;
+ return{ selectedItr->type, selectedItr->ench };
}
uint32 GenerateEnchSuffixFactor(uint32 item_id)
diff --git a/src/server/game/Entities/Item/ItemEnchantmentMgr.h b/src/server/game/Entities/Item/ItemEnchantmentMgr.h
index ec84b13dec5..9ef98545505 100644
--- a/src/server/game/Entities/Item/ItemEnchantmentMgr.h
+++ b/src/server/game/Entities/Item/ItemEnchantmentMgr.h
@@ -21,9 +21,25 @@
#include "Common.h"
+enum class ItemRandomEnchantmentType : uint8
+{
+ Property = 0,
+ Suffix = 1,
+ BonusList = 2
+};
+
+struct ItemRandomEnchantmentId
+{
+ ItemRandomEnchantmentId() = default;
+ ItemRandomEnchantmentId(ItemRandomEnchantmentType type, uint32 id) : Type(type), Id(id) { }
+
+ ItemRandomEnchantmentType Type = ItemRandomEnchantmentType::Property;
+ uint32 Id = 0;
+};
+
TC_GAME_API void LoadRandomEnchantmentsTable();
-TC_GAME_API uint32 GetItemEnchantMod(int32 entry);
+TC_GAME_API ItemRandomEnchantmentId GetItemEnchantMod(int32 entry, ItemRandomEnchantmentType type);
TC_GAME_API uint32 GenerateEnchSuffixFactor(uint32 item_id);
TC_GAME_API uint32 GetRandomPropertyPoints(uint32 itemLevel, uint32 quality, uint32 inventoryType, uint32 subclass);
-#endif
+#endif
diff --git a/src/server/game/Entities/Player/Player.cpp b/src/server/game/Entities/Player/Player.cpp
index 5b8302dc794..77e2870a24e 100644
--- a/src/server/game/Entities/Player/Player.cpp
+++ b/src/server/game/Entities/Player/Player.cpp
@@ -11421,7 +11421,7 @@ InventoryResult Player::CanRollForItemInLFG(ItemTemplate const* proto, WorldObje
}
// Return stored item (if stored to stack, it can diff. from pItem). And pItem ca be deleted in this case.
-Item* Player::StoreNewItem(ItemPosCountVec const& pos, uint32 itemId, bool update, int32 randomPropertyId /*= 0*/, GuidSet const& allowedLooters /*= GuidSet()*/, std::vector<int32> const& bonusListIDs /*= std::vector<int32>()*/, bool addToCollection /*= true*/)
+Item* Player::StoreNewItem(ItemPosCountVec const& pos, uint32 itemId, bool update, ItemRandomEnchantmentId const& randomPropertyId /*= {}*/, GuidSet const& allowedLooters /*= GuidSet()*/, std::vector<int32> const& bonusListIDs /*= std::vector<int32>()*/, bool addToCollection /*= true*/)
{
uint32 count = 0;
for (ItemPosCountVec::const_iterator itr = pos.begin(); itr != pos.end(); ++itr)
@@ -11434,8 +11434,7 @@ Item* Player::StoreNewItem(ItemPosCountVec const& pos, uint32 itemId, bool updat
UpdateCriteria(CRITERIA_TYPE_RECEIVE_EPIC_ITEM, itemId, count);
UpdateCriteria(CRITERIA_TYPE_OWN_ITEM, itemId, 1);
- if (randomPropertyId)
- item->SetItemRandomProperties(randomPropertyId);
+ item->SetItemRandomProperties(randomPropertyId);
if (uint32 upgradeID = sDB2Manager.GetRulesetItemUpgrade(itemId))
item->SetModifier(ITEM_MODIFIER_UPGRADE_ID, upgradeID);
@@ -11473,7 +11472,7 @@ Item* Player::StoreNewItem(ItemPosCountVec const& pos, uint32 itemId, bool updat
{
ItemPosCountVec childDest;
CanStoreItem_InInventorySlots(CHILD_EQUIPMENT_SLOT_START, CHILD_EQUIPMENT_SLOT_END, childDest, childTemplate, count, false, nullptr, NULL_BAG, NULL_SLOT);
- if (Item* childItem = StoreNewItem(childDest, childTemplate->GetId(), update, 0, {}, {}, addToCollection))
+ if (Item* childItem = StoreNewItem(childDest, childTemplate->GetId(), update, {}, {}, {}, addToCollection))
{
childItem->SetGuidValue(ITEM_FIELD_CREATOR, item->GetGUID());
childItem->SetFlag(ITEM_FIELD_FLAGS, ITEM_FIELD_FLAG_CHILD);
@@ -18002,18 +18001,20 @@ void Player::LoadCorpse(PreparedQueryResult result)
void Player::_LoadInventory(PreparedQueryResult result, PreparedQueryResult artifactsResult, uint32 timeDiff)
{
- // 0 1 2 3 4 5 6 7 8 9 10 11 12
- // SELECT guid, itemEntry, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyId, durability, playedTime, text,
- // 13 14 15 16 17 18
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13
+ // SELECT guid, itemEntry, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyType, randomPropertyId, durability, playedTime, text,
+ // 14 15 16 17 18 19
// upgradeId, battlePetSpeciesId, battlePetBreedData, battlePetLevel, battlePetDisplayId, bonusListIDs,
- // 19 20 21 22 23
+ // 20 21 22 23 24
// itemModifiedAppearanceAllSpecs, itemModifiedAppearanceSpec1, itemModifiedAppearanceSpec2, itemModifiedAppearanceSpec3, itemModifiedAppearanceSpec4,
- // 24 25 26 27 28
+ // 25 26 27 28 29
// spellItemEnchantmentAllSpecs, spellItemEnchantmentSpec1, spellItemEnchantmentSpec2, spellItemEnchantmentSpec3, spellItemEnchantmentSpec4,
- // 29 30 31 32 33 34 35 36 37 38 39 40
+ // 30 31 32 33 34 35 36 37 38 39 40 41
// gemItemId1, gemBonuses1, gemContext1, gemScalingLevel1, gemItemId2, gemBonuses2, gemContext2, gemScalingLevel2, gemItemId3, gemBonuses3, gemContext3, gemScalingLevel3
- // 41 42 43 44
- // fixedScalingLevel, artifactKnowledgeLevel, bag, slot
+ // 42 43
+ // fixedScalingLevel, artifactKnowledgeLevel
+ // 44 45
+ // bag, slot
// FROM character_inventory ci
// JOIN item_instance ii ON ci.item = ii.guid
// LEFT JOIN item_instance_gems ig ON ii.guid = ig.itemGuid
@@ -18075,8 +18076,8 @@ void Player::_LoadInventory(PreparedQueryResult result, PreparedQueryResult arti
if (item->GetTemplate()->GetArtifactID() && artifactDataItr != artifactData.end())
item->LoadArtifactData(std::get<0>(artifactDataItr->second), std::get<1>(artifactDataItr->second), std::get<2>(artifactDataItr->second));
- ObjectGuid bagGuid = fields[43].GetUInt64() ? ObjectGuid::Create<HighGuid::Item>(fields[43].GetUInt64()) : ObjectGuid::Empty;
- uint8 slot = fields[44].GetUInt8();
+ ObjectGuid bagGuid = fields[44].GetUInt64() ? ObjectGuid::Create<HighGuid::Item>(fields[44].GetUInt64()) : ObjectGuid::Empty;
+ uint8 slot = fields[45].GetUInt8();
GetSession()->GetCollectionMgr()->CheckHeirloomUpgrades(item);
GetSession()->GetCollectionMgr()->AddItemAppearance(item);
@@ -18210,13 +18211,13 @@ void Player::_LoadVoidStorage(PreparedQueryResult result)
uint32 itemEntry = fields[1].GetUInt32();
uint8 slot = fields[2].GetUInt8();
ObjectGuid creatorGuid = fields[3].GetUInt64() ? ObjectGuid::Create<HighGuid::Player>(fields[3].GetUInt64()) : ObjectGuid::Empty;
- uint32 randomProperty = fields[4].GetUInt32();
- uint32 suffixFactor = fields[5].GetUInt32();
- uint32 upgradeId = fields[6].GetUInt32();
- uint32 fixedScalingLevel = fields[7].GetUInt32();
- uint32 artifactKnowledgeLevel = fields[8].GetUInt32();
+ ItemRandomEnchantmentId randomProperty(ItemRandomEnchantmentType(fields[4].GetUInt8()), fields[5].GetUInt32());
+ uint32 suffixFactor = fields[6].GetUInt32();
+ uint32 upgradeId = fields[7].GetUInt32();
+ uint32 fixedScalingLevel = fields[8].GetUInt32();
+ uint32 artifactKnowledgeLevel = fields[9].GetUInt32();
std::vector<uint32> bonusListIDs;
- Tokenizer bonusListIdTokens(fields[9].GetString(), ' ');
+ Tokenizer bonusListIdTokens(fields[10].GetString(), ' ');
for (char const* token : bonusListIdTokens)
bonusListIDs.push_back(atoul(token));
@@ -18417,7 +18418,7 @@ void Player::_LoadMailedItems(Mail* mail)
Item* item = NewItemOrBag(proto);
- ObjectGuid ownerGuid = fields[43].GetUInt64() ? ObjectGuid::Create<HighGuid::Player>(fields[43].GetUInt64()) : ObjectGuid::Empty;
+ ObjectGuid ownerGuid = fields[44].GetUInt64() ? ObjectGuid::Create<HighGuid::Player>(fields[44].GetUInt64()) : ObjectGuid::Empty;
if (!item->LoadFromDB(itemGuid, ownerGuid, fields, itemEntry))
{
TC_LOG_ERROR("entities.player", "Player::_LoadMailedItems: Item (GUID: " UI64FMTD ") in mail (%u) doesn't exist, deleted from mail.", itemGuid, mail->messageID);
@@ -19955,22 +19956,22 @@ void Player::_SaveVoidStorage(SQLTransaction& trans)
stmt->setUInt32(2, _voidStorageItems[i]->ItemEntry);
stmt->setUInt8(3, i);
stmt->setUInt64(4, _voidStorageItems[i]->CreatorGuid.GetCounter());
- stmt->setUInt32(5, _voidStorageItems[i]->ItemRandomPropertyId);
- stmt->setUInt32(6, _voidStorageItems[i]->ItemSuffixFactor);
- stmt->setUInt32(7, _voidStorageItems[i]->ItemUpgradeId);
- stmt->setUInt32(8, _voidStorageItems[i]->FixedScalingLevel);
- stmt->setUInt32(9, _voidStorageItems[i]->ArtifactKnowledgeLevel);
+ stmt->setUInt8(5, uint8(_voidStorageItems[i]->ItemRandomPropertyId.Type));
+ stmt->setUInt32(6, _voidStorageItems[i]->ItemRandomPropertyId.Id);
+ stmt->setUInt32(7, _voidStorageItems[i]->ItemSuffixFactor);
+ stmt->setUInt32(8, _voidStorageItems[i]->ItemUpgradeId);
+ stmt->setUInt32(9, _voidStorageItems[i]->FixedScalingLevel);
+ stmt->setUInt32(10, _voidStorageItems[i]->ArtifactKnowledgeLevel);
std::ostringstream bonusListIDs;
for (int32 bonusListID : _voidStorageItems[i]->BonusListIDs)
bonusListIDs << bonusListID << ' ';
- stmt->setString(10, bonusListIDs.str());
+ stmt->setString(11, bonusListIDs.str());
}
trans->Append(stmt);
}
}
-
void Player::_SaveCUFProfiles(SQLTransaction& trans)
{
PreparedStatement* stmt;
diff --git a/src/server/game/Entities/Player/Player.h b/src/server/game/Entities/Player/Player.h
index a9d12310683..ee23fb76cdc 100644
--- a/src/server/game/Entities/Player/Player.h
+++ b/src/server/game/Entities/Player/Player.h
@@ -1132,8 +1132,8 @@ struct BGData
struct VoidStorageItem
{
- VoidStorageItem() : ItemId(0), ItemEntry(0), ItemRandomPropertyId(0), ItemSuffixFactor(0), ItemUpgradeId(0), FixedScalingLevel(0), ArtifactKnowledgeLevel(0) { }
- VoidStorageItem(uint64 id, uint32 entry, ObjectGuid const& creator, uint32 randomPropertyId, uint32 suffixFactor,
+ VoidStorageItem() : ItemId(0), ItemEntry(0), ItemRandomPropertyId(), ItemSuffixFactor(0), ItemUpgradeId(0), FixedScalingLevel(0), ArtifactKnowledgeLevel(0) { }
+ VoidStorageItem(uint64 id, uint32 entry, ObjectGuid const& creator, ItemRandomEnchantmentId randomPropertyId, uint32 suffixFactor,
uint32 upgradeId, uint32 fixedScalingLevel, uint32 artifactKnowledgeLevel, std::vector<uint32> const& bonuses)
: ItemId(id), ItemEntry(entry), CreatorGuid(creator), ItemRandomPropertyId(randomPropertyId),
ItemSuffixFactor(suffixFactor), ItemUpgradeId(upgradeId), FixedScalingLevel(fixedScalingLevel), ArtifactKnowledgeLevel(artifactKnowledgeLevel)
@@ -1147,7 +1147,7 @@ struct VoidStorageItem
uint64 ItemId;
uint32 ItemEntry;
ObjectGuid CreatorGuid;
- uint32 ItemRandomPropertyId;
+ ItemRandomEnchantmentId ItemRandomPropertyId;
uint32 ItemSuffixFactor;
uint32 ItemUpgradeId;
uint32 FixedScalingLevel;
@@ -1384,7 +1384,7 @@ class TC_GAME_API Player : public Unit, public GridObject<Player>
bool HasItemTotemCategory(uint32 TotemCategory) const;
InventoryResult CanUseItem(ItemTemplate const* pItem) const;
InventoryResult CanRollForItemInLFG(ItemTemplate const* item, WorldObject const* lootedObject) const;
- Item* StoreNewItem(ItemPosCountVec const& pos, uint32 itemId, bool update, int32 randomPropertyId = 0, GuidSet const& allowedLooters = GuidSet(), std::vector<int32> const& bonusListIDs = std::vector<int32>(), bool addToCollection = true);
+ Item* StoreNewItem(ItemPosCountVec const& pos, uint32 itemId, bool update, ItemRandomEnchantmentId const& randomPropertyId = {}, GuidSet const& allowedLooters = GuidSet(), std::vector<int32> const& bonusListIDs = std::vector<int32>(), bool addToCollection = true);
Item* StoreItem(ItemPosCountVec const& pos, Item* pItem, bool update);
Item* EquipNewItem(uint16 pos, uint32 item, bool update);
Item* EquipItem(uint16 pos, Item* pItem, bool update);
diff --git a/src/server/game/Groups/Group.cpp b/src/server/game/Groups/Group.cpp
index 479bd6d2da9..d855776fa3a 100644
--- a/src/server/game/Groups/Group.cpp
+++ b/src/server/game/Groups/Group.cpp
@@ -853,7 +853,7 @@ void Group::SendLootStartRoll(uint32 countDown, uint32 mapid, const Roll &r)
data << uint32(r.itemSlot); // itemslot
data << uint32(r.itemid); // the itemEntryId for the item that shall be rolled for
data << uint32(r.itemRandomSuffix); // randomSuffix
- data << uint32(r.itemRandomPropId); // item random property ID
+ data << uint32(r.itemRandomPropId.Id); // item random property ID
data << uint32(r.itemCount); // items in stack
data << uint32(countDown); // the countdown time to choose "need" or "greed"
data << uint8(r.rollVoteMask); // roll type mask
@@ -881,7 +881,7 @@ void Group::SendLootStartRollToPlayer(uint32 countDown, uint32 mapId, Player* p,
data << uint32(r.itemSlot); // itemslot
data << uint32(r.itemid); // the itemEntryId for the item that shall be rolled for
data << uint32(r.itemRandomSuffix); // randomSuffix
- data << uint32(r.itemRandomPropId); // item random property ID
+ data << uint32(r.itemRandomPropId.Id); // item random property ID
data << uint32(r.itemCount); // items in stack
data << uint32(countDown); // the countdown time to choose "need" or "greed"
uint8 voteMask = r.rollVoteMask;
@@ -901,7 +901,7 @@ void Group::SendLootRoll(ObjectGuid sourceGuid, ObjectGuid targetGuid, uint8 rol
data << targetGuid;
data << uint32(roll.itemid); // the itemEntryId for the item that shall be rolled for
data << uint32(roll.itemRandomSuffix); // randomSuffix
- data << uint32(roll.itemRandomPropId); // Item random property ID
+ data << uint32(roll.itemRandomPropId.Id); // Item random property ID
data << uint32(rollNumber); // 0: "Need for: [item name]" > 127: "you passed on: [item name]" Roll number
data << uint8(rollType); // 0: "Need for: [item name]" 0: "You have selected need for [item name] 1: need roll 2: greed roll
data << uint8(0); // 1: "You automatically passed on: %s because you cannot loot that item." - Possibly used in need befor greed
@@ -924,7 +924,7 @@ void Group::SendLootRollWon(ObjectGuid sourceGuid, ObjectGuid targetGuid, uint8
data << uint32(roll.itemSlot); // slot
data << uint32(roll.itemid); // the itemEntryId for the item that shall be rolled for
data << uint32(roll.itemRandomSuffix); // randomSuffix
- data << uint32(roll.itemRandomPropId); // Item random property
+ data << uint32(roll.itemRandomPropId.Id); // Item random property
data << targetGuid; // guid of the player who won.
data << uint32(rollNumber); // rollnumber realted to SMSG_LOOT_ROLL
data << uint8(rollType); // rollType related to SMSG_LOOT_ROLL
@@ -946,7 +946,7 @@ void Group::SendLootAllPassed(Roll const& roll)
data << roll.itemGUID; // Guid of the item rolled
data << uint32(roll.itemSlot); // Item loot slot
data << uint32(roll.itemid); // The itemEntryId for the item that shall be rolled for
- data << uint32(roll.itemRandomPropId); // Item random property ID
+ data << uint32(roll.itemRandomPropId.Id); // Item random property ID
data << uint32(roll.itemRandomSuffix); // Item random suffix ID
for (Roll::PlayerVote::const_iterator itr = roll.playerVote.begin(); itr != roll.playerVote.end(); ++itr)
diff --git a/src/server/game/Groups/Group.h b/src/server/game/Groups/Group.h
index 093d0d3d215..bf29b8f8a50 100644
--- a/src/server/game/Groups/Group.h
+++ b/src/server/game/Groups/Group.h
@@ -162,7 +162,7 @@ class Roll : public LootValidatorRef
ObjectGuid itemGUID;
uint32 itemid;
- int32 itemRandomPropId;
+ ItemRandomEnchantmentId itemRandomPropId;
uint32 itemRandomSuffix;
uint8 itemCount;
typedef std::map<ObjectGuid, RollVote> PlayerVote;
diff --git a/src/server/game/Guilds/Guild.cpp b/src/server/game/Guilds/Guild.cpp
index 60f6d6acc9f..4848f75b4bd 100644
--- a/src/server/game/Guilds/Guild.cpp
+++ b/src/server/game/Guilds/Guild.cpp
@@ -368,7 +368,7 @@ void Guild::BankTab::LoadFromDB(Field* fields)
bool Guild::BankTab::LoadItemFromDB(Field* fields)
{
- uint8 slotId = fields[45].GetUInt8();
+ uint8 slotId = fields[46].GetUInt8();
ObjectGuid::LowType itemGuid = fields[0].GetUInt64();
uint32 itemEntry = fields[1].GetUInt32();
if (slotId >= GUILD_BANK_MAX_SLOTS)
@@ -2399,7 +2399,7 @@ void Guild::LoadBankTabFromDB(Field* fields)
bool Guild::LoadBankItemFromDB(Field* fields)
{
- uint8 tabId = fields[44].GetUInt8();
+ uint8 tabId = fields[45].GetUInt8();
if (tabId >= _GetPurchasedTabsSize())
{
TC_LOG_ERROR("guild", "Invalid tab for item (GUID: %u, id: #%u) in guild bank, skipped.",
diff --git a/src/server/game/Guilds/GuildMgr.cpp b/src/server/game/Guilds/GuildMgr.cpp
index 151429ebb9b..292ec374257 100644
--- a/src/server/game/Guilds/GuildMgr.cpp
+++ b/src/server/game/Guilds/GuildMgr.cpp
@@ -401,17 +401,19 @@ void GuildMgr::LoadGuilds()
// Delete orphan guild bank items
CharacterDatabase.DirectExecute("DELETE gbi FROM guild_bank_item gbi LEFT JOIN guild g ON gbi.guildId = g.guildId WHERE g.guildId IS NULL");
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13
- // SELECT guid, itemEntry, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyId, durability, playedTime, text, upgradeId,
- // 14 15 16 17 18
- // battlePetSpeciesId, battlePetBreedData, battlePetLevel, battlePetDisplayId, bonusListIDs,
- // 19 20 21 22 23
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13
+ // SELECT guid, itemEntry, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyType, randomPropertyId, durability, playedTime, text,
+ // 14 15 16 17 18 19
+ // upgradeId, battlePetSpeciesId, battlePetBreedData, battlePetLevel, battlePetDisplayId, bonusListIDs,
+ // 20 21 22 23 24
// itemModifiedAppearanceAllSpecs, itemModifiedAppearanceSpec1, itemModifiedAppearanceSpec2, itemModifiedAppearanceSpec3, itemModifiedAppearanceSpec4,
- // 24 25 26 27 28
+ // 25 26 27 28 29
// spellItemEnchantmentAllSpecs, spellItemEnchantmentSpec1, spellItemEnchantmentSpec2, spellItemEnchantmentSpec3, spellItemEnchantmentSpec4,
- // 29 30 31 32 33 34 35 36 37 38 39
- // gemItemId1, gemBonuses1, gemContext1, gemItemId2, gemBonuses2, gemContext2, gemItemId3, gemBonuses3, gemContext3, fixedScalingLevel, artifactKnowledgeLevel,
- // 40 41 42
+ // 30 31 32 33 34 35 36 37 38 39 40 41
+ // gemItemId1, gemBonuses1, gemContext1, gemScalingLevel1, gemItemId2, gemBonuses2, gemContext2, gemScalingLevel2, gemItemId3, gemBonuses3, gemContext3, gemScalingLevel3
+ // 42 43
+ // fixedScalingLevel, artifactKnowledgeLevel
+ // 44 45 46
// guildid, TabId, SlotId FROM guild_bank_item gbi INNER JOIN item_instance ii ON gbi.item_guid = ii.guid
PreparedQueryResult result = CharacterDatabase.Query(CharacterDatabase.GetPreparedStatement(CHAR_SEL_GUILD_BANK_ITEMS));
@@ -425,7 +427,7 @@ void GuildMgr::LoadGuilds()
do
{
Field* fields = result->Fetch();
- uint64 guildId = fields[43].GetUInt64();
+ uint64 guildId = fields[44].GetUInt64();
if (Guild* guild = GetGuildById(guildId))
guild->LoadBankItemFromDB(fields);
diff --git a/src/server/game/Handlers/VoidStorageHandler.cpp b/src/server/game/Handlers/VoidStorageHandler.cpp
index ee4d43dff08..cf3ef7abcbc 100644
--- a/src/server/game/Handlers/VoidStorageHandler.cpp
+++ b/src/server/game/Handlers/VoidStorageHandler.cpp
@@ -155,7 +155,7 @@ void WorldSession::HandleVoidStorageTransfer(WorldPackets::VoidStorage::VoidStor
}
VoidStorageItem itemVS(sObjectMgr->GenerateVoidStorageItemId(), item->GetEntry(), item->GetGuidValue(ITEM_FIELD_CREATOR),
- item->GetItemRandomPropertyId(), item->GetItemSuffixFactor(), item->GetModifier(ITEM_MODIFIER_UPGRADE_ID),
+ item->GetItemRandomEnchantmentId(), item->GetItemSuffixFactor(), item->GetModifier(ITEM_MODIFIER_UPGRADE_ID),
item->GetModifier(ITEM_MODIFIER_SCALING_STAT_DISTRIBUTION_FIXED_LEVEL), item->GetModifier(ITEM_MODIFIER_ARTIFACT_KNOWLEDGE_LEVEL),
item->GetDynamicValues(ITEM_DYNAMIC_FIELD_BONUSLIST_IDS));
diff --git a/src/server/game/Loot/LootMgr.h b/src/server/game/Loot/LootMgr.h
index 4fea6967ef4..b7d3ba2123b 100644
--- a/src/server/game/Loot/LootMgr.h
+++ b/src/server/game/Loot/LootMgr.h
@@ -155,7 +155,7 @@ struct TC_GAME_API LootItem
{
uint32 itemid;
uint32 randomSuffix;
- int32 randomPropertyId;
+ ItemRandomEnchantmentId randomPropertyId;
int32 upgradeId;
std::vector<int32> BonusListIDs;
ConditionContainer conditions; // additional loot condition
@@ -175,7 +175,7 @@ struct TC_GAME_API LootItem
explicit LootItem(LootStoreItem const& li);
// Empty constructor for creating an empty LootItem to be filled in with DB data
- LootItem() : itemid(0), randomSuffix(0), randomPropertyId(0), upgradeId(0), count(0), is_looted(false), is_blocked(false),
+ LootItem() : itemid(0), randomSuffix(0), randomPropertyId(), upgradeId(0), count(0), is_looted(false), is_blocked(false),
freeforall(false), is_underthreshold(false), is_counted(false), needs_quest(false), follow_loot_rules(false),
canSave(true){ };
diff --git a/src/server/game/Server/Packets/ItemPackets.cpp b/src/server/game/Server/Packets/ItemPackets.cpp
index 1311a32a460..a689bf2f627 100644
--- a/src/server/game/Server/Packets/ItemPackets.cpp
+++ b/src/server/game/Server/Packets/ItemPackets.cpp
@@ -308,7 +308,9 @@ void WorldPackets::Item::ItemInstance::Initialize(::LootItem const& lootItem)
{
ItemID = lootItem.itemid;
RandomPropertiesSeed = lootItem.randomSuffix;
- RandomPropertiesID = lootItem.randomPropertyId;
+ if (lootItem.randomPropertyId.Type != ItemRandomEnchantmentType::BonusList)
+ RandomPropertiesID = lootItem.randomPropertyId.Id;
+
if (!lootItem.BonusListIDs.empty())
{
ItemBonus = boost::in_place();
@@ -326,8 +328,10 @@ void WorldPackets::Item::ItemInstance::Initialize(::LootItem const& lootItem)
void WorldPackets::Item::ItemInstance::Initialize(::VoidStorageItem const* voidItem)
{
ItemID = voidItem->ItemEntry;
- RandomPropertiesID = voidItem->ItemRandomPropertyId;
RandomPropertiesSeed = voidItem->ItemSuffixFactor;
+ if (voidItem->ItemRandomPropertyId.Type != ItemRandomEnchantmentType::BonusList)
+ RandomPropertiesID = voidItem->ItemRandomPropertyId.Id;
+
if (voidItem->ItemUpgradeId || voidItem->FixedScalingLevel || voidItem->ArtifactKnowledgeLevel)
{
Modifications = boost::in_place();
diff --git a/src/server/scripts/Commands/cs_misc.cpp b/src/server/scripts/Commands/cs_misc.cpp
index 1f82000dc4d..6e6a7b6ca87 100644
--- a/src/server/scripts/Commands/cs_misc.cpp
+++ b/src/server/scripts/Commands/cs_misc.cpp
@@ -1364,7 +1364,7 @@ public:
InventoryResult msg = playerTarget->CanStoreNewItem(NULL_BAG, NULL_SLOT, dest, itr->second.GetId(), 1);
if (msg == EQUIP_ERR_OK)
{
- Item* item = playerTarget->StoreNewItem(dest, itr->second.GetId(), true, 0, GuidSet(), bonusListIDs);
+ Item* item = playerTarget->StoreNewItem(dest, itr->second.GetId(), true, {}, GuidSet(), bonusListIDs);
// remove binding (let GM give it to another player later)
if (player == playerTarget)